summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-18 19:24:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-18 19:24:13 +0000
commit66565bb2172e529dd66f572972ca5bbea1342a8f (patch)
tree3965298e5f04b479db25ee053dc555a9215a900d /cpukit/score/ChangeLog
parent2003-03-18 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-66565bb2172e529dd66f572972ca5bbea1342a8f.tar.bz2
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
PR 356/bsps * src/threadhandlerc: This patch makes RTEMS/PowerPC eabi compliant. Let Thread_Handler verify that _init/_main are non-NULL before calling them (gives the linker script/user more freedom to handle special cases).
Diffstat (limited to 'cpukit/score/ChangeLog')
-rw-r--r--cpukit/score/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index d53dfc6537..576f0f0bbf 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-18 Till Straumann <strauman@slac.stanford.edu>
+
+ PR 356/bsps
+ * src/threadhandlerc: This patch makes RTEMS/PowerPC eabi compliant.
+ Let Thread_Handler verify that _init/_main are non-NULL
+ before calling them (gives the linker script/user more
+ freedom to handle special cases).
+
2002-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Add __RTEMS_REVISION__.