aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-15 22:00:12 +0000
committerRoland McGrath <roland@gnu.org>2002-08-15 22:00:12 +0000
commit8f83366e132bd7e273ea97c571e2d44c20a8ccbf (patch)
tree4a98f565d1fac83d65bf8d4cf130e5c088ee2de4
parentdac68e4c8895630d9f1dbb342dea72493c81d911 (diff)
downloadglibc-8f83366e132bd7e273ea97c571e2d44c20a8ccbf.tar
glibc-8f83366e132bd7e273ea97c571e2d44c20a8ccbf.tar.gz
glibc-8f83366e132bd7e273ea97c571e2d44c20a8ccbf.tar.bz2
glibc-8f83366e132bd7e273ea97c571e2d44c20a8ccbf.zip
* locale/loadarchive.c (_nl_load_locale_from_archive) Store strdup of
the name as passed, rather than the name in the archive dictionary. * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that (TLS_INIT_HELPER): If defined, use it.
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f327f99b7..830b045aa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
+2002-08-15 Roland McGrath <roland@redhat.com>
+
+ * locale/loadarchive.c (_nl_load_locale_from_archive) Store strdup of
+ the name as passed, rather than the name in the archive dictionary.
+
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
+ * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
case.
- (TLS_INIT_HELPER): If defined use it.
+ (TLS_INIT_HELPER): If defined, use it.
* sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2002-08-15 Roland McGrath <roland@redhat.com>