about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-01 20:11:20 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-01 20:11:20 +0000
commitfbb7fc7523d8db2f5299ea15890d126e62439d04 (patch)
treeed199114634167cde0b71cd3a03e87d5b81c7e83 /ChangeLog
parent4b1a1328b188b5430e381545d098afa77064e708 (diff)
downloadglibc-fbb7fc7523d8db2f5299ea15890d126e62439d04.tar.gz
glibc-fbb7fc7523d8db2f5299ea15890d126e62439d04.tar.xz
glibc-fbb7fc7523d8db2f5299ea15890d126e62439d04.zip
Update.
	* elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
	register as input to asm.

2003-04-01  Jakub Jelinek  <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf6fe8178f..bd62a3cb4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
 
+	* elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
+	register as input to asm.
+
+2003-04-01  Jakub Jelinek  <jakub@redhat.com>
+
 	* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
 
 2003-04-01  Andreas Jaeger  <aj@suse.de>
@@ -10,7 +15,6 @@
 
 	* configure.in: Don't require an installed C library in the test
 	for ".set" assembler support.
-	* configure: Regenerated.
 
 2003-03-31  Roland McGrath  <roland@redhat.com>