summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/lm32/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-04-06 21:23:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-04-06 21:23:51 +0000
commit504fadbb1a1eca7feccdd9f3b2dc810e1ab1ddbb (patch)
treecafcaa11fb578db3f1d6ecb2d7275e3cd2bf7e33 /cpukit/score/cpu/lm32/ChangeLog
parent2009-04-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-504fadbb1a1eca7feccdd9f3b2dc810e1ab1ddbb.tar.bz2
2009-04-06 Michael Walle <michael@walle.cc>
* cpu_asm.S: We cannot use any other register than r0 without saving them to the stack. (_ISR_Handler clears r0 right at the beginning)
Diffstat (limited to 'cpukit/score/cpu/lm32/ChangeLog')
-rw-r--r--cpukit/score/cpu/lm32/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/cpu/lm32/ChangeLog b/cpukit/score/cpu/lm32/ChangeLog
index 26aa15aaac..e4d7ed1c86 100644
--- a/cpukit/score/cpu/lm32/ChangeLog
+++ b/cpukit/score/cpu/lm32/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-06 Michael Walle <michael@walle.cc>
+
+ * cpu_asm.S: We cannot use any other register than r0 without saving
+ them to the stack. (_ISR_Handler clears r0 right at the beginning)
+
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to