From 5b87515dbe86bda9d6fbc7ddfdbee0ea7b1eee42 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Sep 2001 13:33:52 +0000 Subject: 2001-09-27 Eric Norum * src/threadhandler.c: Now process C++ global constructors (_init) as part of the first task execution not in BSP space. This depends on the toolset defining USE_INIT_FINI so you have to have the right toolset version. --- cpukit/score/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cpukit/score/ChangeLog') diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index f12205258e..287701924d 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,4 +1,18 @@ +2001-09-27 Eric Norum + + * src/threadhandler.c: Now process C++ global constructors + (_init) as part of the first task execution not in BSP space. + This depends on the toolset defining USE_INIT_FINI so you + have to have the right toolset version. + +2001-09-23 Ralf Corsepius + + * include/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/rtems/Makefile.am: Use 'PREINSTALL_FILES ='. + * inline/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + * macros/rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='. + 2001-08-30 Joel Sherrill * src/coremutex.c, src/coremutexseize.c, src/coremutexsurrender.c, -- cgit v1.2.3