about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-25 09:02:59 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-25 09:02:59 +0000
commit9df89390022a1144afffc1a0092f2b45367b17e2 (patch)
treeb3f0855ed24d433d2bfe61b0acb15e1d6cd847f1 /linuxthreads
parent6d497bbef7f18e37f862c2eaa1820f87546936e1 (diff)
downloadglibc-9df89390022a1144afffc1a0092f2b45367b17e2.tar.gz
glibc-9df89390022a1144afffc1a0092f2b45367b17e2.tar.xz
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/ChangeLog4
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>