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 /linuxthreads | |
parent | 6d497bbef7f18e37f862c2eaa1820f87546936e1 (diff) | |
download | glibc-9df89390022a1144afffc1a0092f2b45367b17e2.tar glibc-9df89390022a1144afffc1a0092f2b45367b17e2.tar.gz glibc-9df89390022a1144afffc1a0092f2b45367b17e2.tar.bz2 glibc-9df89390022a1144afffc1a0092f2b45367b17e2.zip |
Update.
* elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
defining DONT_USE_BOOTSTRAP_MAP.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
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> |