diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 09:02:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 09:02:59 +0000 |
commit | 9df89390022a1144afffc1a0092f2b45367b17e2 (patch) | |
tree | b3f0855ed24d433d2bfe61b0acb15e1d6cd847f1 | |
parent | 6d497bbef7f18e37f862c2eaa1820f87546936e1 (diff) | |
download | glibc-9df89390022a1144afffc1a0092f2b45367b17e2.tar.gz |
Update.
* elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
defining DONT_USE_BOOTSTRAP_MAP.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | elf/rtld.c | 3 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/ChangeLog | 24 |
4 files changed, 33 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2002-08-25 Ulrich Drepper <drepper@redhat.com> + * 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 <drepper@redhat.com> + * 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 <drepper@redhat.com> 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 <drepper@redhat.com> + + * 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 <jakub@redhat.com> * charmaps/BIG5-HKSCS (WIDTH): Change <UE000> to <UE003> at start of |