aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d251b1a14f..8f327f99b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-08-15 Ulrich Drepper <drepper@redhat.com>
+
+ * csu/Makefile: Define elide-routines.os not static-only-routines.
+
+ * include/sched.h (__clone): Add varargs at the end.
+
+ * elf/rtld.c (_dl_start): All TLS_INIT_TP to fail and stop in that
+ case.
+ (TLS_INIT_HELPER): If defined use it.
+ * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
+
2002-08-15 Roland McGrath <roland@redhat.com>
* elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
@@ -55,10 +66,10 @@
2002-08-13 Jakub Jelinek <jakub@redhat.com>
- * locale/loadarchive.c (archfname): Add missing slash.
+ * locale/loadarchive.c (archfname): Add missing slash.
- * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
- * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
+ * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
+ * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2002-08-12 Roland McGrath <roland@redhat.com>