From 42fce5d39b324beb9a0862e89a8d12008faaad6b Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Fri, 4 Jan 2008 06:38:06 +0000 Subject: 2008-01-03 Till Straumann * 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(). --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * libcsupport/Makefile.am: _rename_r is required by newlib 1.16.0. -- cgit v1.2.3