From 5603b5a6e96e9e8f578e8a402654a0dd67ab0bbf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Nov 2007 20:51:18 +0000 Subject: 2007-11-27 Joel Sherrill * configure.ac, score/inline/rtems/score/thread.inl, score/src/threaddispatch.c: Add ability for user to disable inlining of _Thread_Enable_dispatch. This can save code space but more importantly it means the binary generated does not have code inlined that is difficult to test and very seldom executed. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e65ac99274..cb5bb55ea0 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2007-11-27 Joel Sherrill + + * configure.ac, score/inline/rtems/score/thread.inl, + score/src/threaddispatch.c: Add ability for user to disable inlining + of _Thread_Enable_dispatch. This can save code space but more + importantly it means the binary generated does not have code inlined + that is difficult to test and very seldom executed. + 2007-11-27 Glenn Humphrey * posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c, -- cgit v1.2.3