From 93f7ea15e5df69c8a453d725126cde863898204a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Aug 2009 16:40:03 +0000 Subject: 2009-08-19 Joel Sherrill * sapi/include/confdefs.h, score/Makefile.am, score/include/rtems/score/thread.h: Only instantiate _Thread_Idle_body() if it is going ot be used. * score/src/threadidlebody.c: Removed. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f91808f9e8..3162f1848a 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2009-08-19 Joel Sherrill + + * sapi/include/confdefs.h, score/Makefile.am, + score/include/rtems/score/thread.h: Only instantiate + _Thread_Idle_body() if it is going ot be used. + * score/src/threadidlebody.c: Removed. + 2009-08-19 Joel Sherrill * posix/src/pthread.c: Address sporadic server edge cases. Do not -- cgit v1.2.3