mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
* elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before defining DONT_USE_BOOTSTRAP_MAP.
This commit is contained in:
parent
6d497bbef7
commit
9df8939002
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user