1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
	defining DONT_USE_BOOTSTRAP_MAP.
This commit is contained in:
Ulrich Drepper
2002-08-25 09:02:59 +00:00
parent 6d497bbef7
commit 9df8939002
4 changed files with 33 additions and 1 deletions

View File

@ -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>