From 9df89390022a1144afffc1a0092f2b45367b17e2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Aug 2002 09:02:59 +0000 Subject: Update. * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before defining DONT_USE_BOOTSTRAP_MAP. --- ChangeLog | 3 +++ elf/rtld.c | 3 ++- linuxthreads/ChangeLog | 4 ++++ localedata/ChangeLog | 24 ++++++++++++++++++++++++ 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 177992068f..e35cf64d9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-08-25 Ulrich Drepper + * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before + defining DONT_USE_BOOTSTRAP_MAP. + * libio/tst-freopen.c (main): Use correct formats for __LINE__. * libio/tst-mmap-setvbuf.c (main): Likewise. * libio/tst-widetext.c (main): Likewise. diff --git a/elf/rtld.c b/elf/rtld.c index 69075053a7..0c8bba3c7c 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -129,7 +129,8 @@ TLS_INIT_HELPER is fine, too. The latter is impotant here. We can avoid setting up a temporary link map for ld.so if we can mark _rtld_global as hidden. */ -#if defined PI_STATIC_AND_HIDDEN && defined HAVE_HIDDEN +#if defined PI_STATIC_AND_HIDDEN && defined HAVE_HIDDEN \ + && defined HAVE_VISIBILITY_ATTRIBUTE # define DONT_USE_BOOTSTRAP_MAP 1 #endif diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b792a2fa85..c48d713524 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,9 @@ 2002-08-25 Ulrich Drepper + * tst-context.c (main): Cast to long before casting to pointer. + + * Examples/ex17.c (main): Use correct format string. + * Examples/ex9.c (thread): Remove incorrect return statement. 2002-08-23 Ulrich Drepper diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 1f2f6907f5..6162b0a46b 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,27 @@ +2002-08-25 Ulrich Drepper + + * tests-mbwc/tst_mbrlen.c: Use correct format in test result printing + code. + * tests-mbwc/tst_mbrtowc.c: Likewise. + * tests-mbwc/tst_mbsrtowcs.c: Likewise. + * tests-mbwc/tst_mbstowcs.c: Likewise. + * tests-mbwc/tst_strfmon.c: Likewise. + * tests-mbwc/tst_strxfrm.c: Likewise. + * tests-mbwc/tst_swscanf.c: Likewise. + * tests-mbwc/tst_wcscat.c: Likewise. + * tests-mbwc/tst_wcschr.c: Likewise. + * tests-mbwc/tst_wcscpy.c: Likewise. + * tests-mbwc/tst_wcscspn.c: Likewise. + * tests-mbwc/tst_wcsncat.c: Likewise. + * tests-mbwc/tst_wcsncpy.c: Likewise. + * tests-mbwc/tst_wcspbrk.c: Likewise. + * tests-mbwc/tst_wcsrtombs.c: Likewise. + * tests-mbwc/tst_wcsspn.c: Likewise. + * tests-mbwc/tst_wcsstr.c: Likewise. + * tests-mbwc/tst_wcstod.c: Likewise. + * tests-mbwc/tst_wcstok.c: Likewise. + * tests-mbwc/tst_wcstombs.c: Likewise. + 2002-08-15 Jakub Jelinek * charmaps/BIG5-HKSCS (WIDTH): Change to at start of -- cgit 1.4.1