summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-27 20:51:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-27 20:51:18 +0000
commit5603b5a6e96e9e8f578e8a402654a0dd67ab0bbf (patch)
treee5b0984c94e02ca57c1d5d27247bf32d2a7c52df /cpukit/ChangeLog
parent2007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5603b5a6e96e9e8f578e8a402654a0dd67ab0bbf.tar.bz2
2007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
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 e65ac99274..cb5bb55ea0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * 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 <glenn.humphrey@OARcorp.com>
* posix/src/prwlocktimedrdlock.c, posix/src/prwlocktimedwrlock.c,