summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-15 16:29:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-15 16:29:05 +0000
commitc0d4abe6b0b79ff2c908869e379f71fd80437d49 (patch)
tree871c934730bcac521de373605eee4cfc4557cb15 /c/src/lib/ChangeLog
parent2002-05-15 Chris Johns <ccj@acm.org> (diff)
downloadrtems-c0d4abe6b0b79ff2c908869e379f71fd80437d49.tar.bz2
2002-05-15 Chris Johns <ccj@acm.org>
* libc/newlibc.c: Per PR141, 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.
Diffstat (limited to '')
-rw-r--r--c/src/lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 6286f735a2..0369ab6575 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,3 +1,11 @@
+2002-05-15 Chris Johns <ccj@acm.org>
+
+ * libc/newlibc.c: Per PR141, 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.
+
2001-05-15 Joel Sherrill <joel@OARcorp.com>
* libc/Makefile.am: envlock.c should only be built for embedded