summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-01-04 06:38:06 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-01-04 06:38:06 +0000
commit42fce5d39b324beb9a0862e89a8d12008faaad6b (patch)
tree46337f914e7305ba5fdb39c7cbdd1d7bd21e95e8 /cpukit/ChangeLog
parent2007-12-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-42fce5d39b324beb9a0862e89a8d12008faaad6b.tar.bz2
2008-01-03 Till Straumann <strauman@slac.stanford.edu>
* score/src/threadhandler.c, sapi/src/exshutdown.c: cannot call _fini via atexit() from rtems_shutdown_executive() because at the point where rtems_shutdown_executive is called the C-library is already dead. Instead, register an atexit(_fini) after calling _init().
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e912326b87..09c69e26d5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-03 Till Straumann <strauman@slac.stanford.edu>
+
+ * score/src/threadhandler.c, sapi/src/exshutdown.c:
+ cannot call _fini via atexit() from rtems_shutdown_executive()
+ because at the point where rtems_shutdown_executive is called
+ the C-library is already dead.
+ Instead, register an atexit(_fini) after calling _init().
+
2007-12-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/Makefile.am: _rename_r is required by newlib 1.16.0.