]> sourceware.org Git - glibc.git/commitdiff
* locale/loadarchive.c (_nl_load_locale_from_archive) Store strdup of
authorRoland McGrath <roland@gnu.org>
Thu, 15 Aug 2002 22:00:12 +0000 (22:00 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 15 Aug 2002 22:00:12 +0000 (22:00 +0000)
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.

ChangeLog

index 8f327f99b755c9c289f2e7834317be59e2c9ab67..830b045aa1f8be2353dfac769cd9977982453b51 100644 (file)
--- 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>
This page took 0.057734 seconds and 5 git commands to generate.