summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 20:34:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 20:34:42 +0000
commitaaa5c0d08cb1b828a592983a34b4bd093ba8c9fe (patch)
treee460863f1409a0284c41bba6cbbd174fb0473a3f /cpukit/score/cpu/avr/ChangeLog
parent2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-aaa5c0d08cb1b828a592983a34b4bd093ba8c9fe.tar.bz2
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_asm.c: Add stub for setjmp/longjmp. Remove when in newlib.
Diffstat (limited to 'cpukit/score/cpu/avr/ChangeLog')
-rw-r--r--cpukit/score/cpu/avr/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index ca48ff6c92..f509ab6135 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu_asm.c: Add stub for setjmp/longjmp. Remove when in newlib.
+
2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: AVR stack grows down.