Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2015-05-26 22:25:13 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-05-27 14:30:20 +0300
commit58e5719a0e448d0c5cd1b670d9a099655ecfa77c (patch)
treec6bf8e8f31aaac1a91afcc0bf5b7b9e37caaafc5 /libgloss/ChangeLog
parentb46d3b55368878227752b040cd731ba95c02fe85 (diff)
Bug fix in timer for or1k
- Properly set the interrupt pending flag in the timer mode register. * or1k/timer.c: Properly set interrupt flags
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 1dc57b6a5..77137f02b 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,5 +1,9 @@
2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+ * or1k/timer.c: Properly set interrupt flags
+
+2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
+
* or1k/exception-asm.S: Store missing state
2015-05-26 Stefan Wallentowitz <stefan.wallentowitz@tum.de>