summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-12-08 10:52:16 +0000
committerJakub Jelinek <jakub@redhat.com>2004-12-08 10:52:16 +0000
commitff4eb01a424875d6ff9183c4f4f42d17743fee77 (patch)
tree7e50d614a494a6d9bc1988dcab754a46e600d079 /ChangeLog
parent2f533068b94ea0c6be63545b62b2597bc1bffcfc (diff)
Updated to fedora-glibc-20041208T1024
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6da86d3b5..17b59283ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,25 @@
2004-12-07 Jakub Jelinek <jakub@redhat.com>
+ * sysdeps/posix/sysconf.c (__sysconf_check_spec): Only define
+ if it will be actually used.
+
+2004-12-07 Roland McGrath <roland@redhat.com>
+
+ * rt/tst-timer5.c (setup_test): New function.
+ (TEST_CLOCK_MISSING): Use it to punt test if timer_create does not
+ support CLOCK_MONOTONIC.
+
+2004-12-07 Jakub Jelinek <jakub@redhat.com>
+
* sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for
NPTL where the PID is stored at userlevel and needs to be reset when
- CLONE_THREAD is not used.
+ CLONE_THREAD is not used. Restore gp before calling _exit.
+
+2004-12-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
+
+ * sysdeps/unix/sysv/linux/sh/clone.S: Clear the frame pointer when
+ starting a new thread. Add support for NPTL where the PID is stored
+ at userlevel and needs to be reset when CLONE_THREAD is not used.
2004-12-01 Jakub Jelinek <jakub@redhat.com>