summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-12-29 18:51:29 +0000
committerUlrich Drepper <drepper@redhat.com>2003-12-29 18:51:29 +0000
commite5ebb9ca48af0cb491663a3f368ac49268e14420 (patch)
treee7be58d1fc28f37194c5dc60cf8aad6721c79f4f /linuxthreads
parent795985e4e751b105398a0ed5e77e754694b7bb10 (diff)
downloadglibc-e5ebb9ca48af0cb491663a3f368ac49268e14420.tar.gz
glibc-e5ebb9ca48af0cb491663a3f368ac49268e14420.tar.xz
glibc-e5ebb9ca48af0cb491663a3f368ac49268e14420.zip
Update.
2003-12-29  Ulrich Drepper  <drepper@redhat.com>

	* elf/elf.h: Add a few definitions from Solaris 9.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 55e3d0aef9..f0f299ac1d 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-29  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/ia64/tls.h: Include dl-sysdep.h.
+	(INIT_SYSINFO): Define.
+	(TLS_INIT_TP): Use it.
+
 2003-12-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
 
 	* attr.c (pthread_getattr_np): Add _STACK_GROWS_UP case.