summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 19:42:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-20 19:42:41 +0000
commitbd59b348c6407854eee75f06f6ff9868437205e9 (patch)
treedbb7348dc61b0c1ed51ce786175d315a0066a8cd /cpukit/ChangeLog
parent2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bd59b348c6407854eee75f06f6ff9868437205e9.tar.bz2
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/newlibc_exit.c, score/src/threadhandler.c: Do not think about running init/fini on AVR. We do not know what mechanism it uses but this is not it.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 25ad102034..2b07ea6158 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/newlibc_exit.c, score/src/threadhandler.c: Do not
+ think about running init/fini on AVR. We do not know what mechanism
+ it uses but this is not it.
+
+2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
PR 1306/cpukit
* posix/inline/rtems/posix/priority.inl: Eliminate hard coded numbers
in favor of existing macros.