summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/ChangeLog')
-rw-r--r--c/src/exec/score/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/score/ChangeLog b/c/src/exec/score/ChangeLog
index 1c5606a9fd..f38230f27a 100644
--- a/c/src/exec/score/ChangeLog
+++ b/c/src/exec/score/ChangeLog
@@ -1,3 +1,12 @@
+2002-05-15 Chris Johns <ccj@acm.org>
+
+ * include/rtems/score/thread.h, inline/rtems/score/thread.inl,
+ src/threaddispatch.c, src/threadinitialize.c:
+ Move the C library re-enterrant support directly into
+ the thread dispatch code. RTEMS needs libc and so requiring
+ libc to use a user extension with its overhead is not the best
+ solution. This patch lowers the overhead to 2 pointer moves.
+
2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_*