summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 14:52:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 14:52:07 +0000
commit04a62dce21e861c7ad9c989d50d7bc662b5405c6 (patch)
tree7d7163d025bd2aa17802e3dc2c0c3c5de2ae56df /cpukit/score/cpu/avr/ChangeLog
parent2009-08-06 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-04a62dce21e861c7ad9c989d50d7bc662b5405c6.tar.bz2
2009-08-05 Josh Switnicki <josh.switnicki@utoronto.ca>
* Makefile.am: added AVR specific Header files to score/cpu/avr/avr. These are from avr-libc 1.6 and assumed to exist by AVR applications. * preinstall.am: Regenerated.
Diffstat (limited to 'cpukit/score/cpu/avr/ChangeLog')
-rw-r--r--cpukit/score/cpu/avr/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index 7a7d9a543a..67ecd4c344 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-05 Josh Switnicki <josh.switnicki@utoronto.ca>
+
+ * Makefile.am: added AVR specific Header files to score/cpu/avr/avr.
+ These are from avr-libc 1.6 and assumed to exist by AVR applications.
+ * preinstall.am: Regenerated.
+
2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.S, rtems/score/cpu.h: Context switch now works well