From 8f83366e132bd7e273ea97c571e2d44c20a8ccbf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 15 Aug 2002 22:00:12 +0000 Subject: [PATCH] * 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. --- ChangeLog | 9 +++++++-- 1 file 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 + + * 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 * 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 -- 2.43.5