diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-15 22:00:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-15 22:00:12 +0000 |
commit | 8f83366e132bd7e273ea97c571e2d44c20a8ccbf (patch) | |
tree | 4a98f565d1fac83d65bf8d4cf130e5c088ee2de4 /ChangeLog | |
parent | dac68e4c8895630d9f1dbb342dea72493c81d911 (diff) | |
download | glibc-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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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> |