summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/nios2/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/nios2/ChangeLog')
-rw-r--r--cpukit/score/cpu/nios2/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/nios2/ChangeLog b/cpukit/score/cpu/nios2/ChangeLog
index 158de7ebe2..61d1bb4b92 100644
--- a/cpukit/score/cpu/nios2/ChangeLog
+++ b/cpukit/score/cpu/nios2/ChangeLog
@@ -1,5 +1,11 @@
2011-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * nios2-iic-low-level.S: New file.
+ * cpu_asm.S: Moved low-level interrupt handling into new file.
+ * Makefile.am: Reflect change from above.
+
+2011-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* cpu_asm.S, rtems/score/cpu.h: There is no need to save the global
pointer (gp) in the thread register context since it is a system wide
constant and set-up with the C runtime environment.