mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
* 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.
This commit is contained in:
parent
dac68e4c88
commit
8f83366e13
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user