aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 096f76c54b..1ac5cd800e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-01-17 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Add TLS
+ relocs for class PLT.
+ * sysdeps/alpha/libc-tls.c: New file.
+ * sysdeps/unix/alpha/sysdep.S (EPILOGUE, GPSAVEREG): New.
+ (LOADGP) [!PIC]: Rewrite to preserve caller's gp.
+
+2003-01-17 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init): Use
+ __libc_lock_{,un}lock_recursive instead of __libc_lock_{,un}lock
+ on _dl_static_lock.
+
2003-01-17 Andreas Jaeger <aj@suse.de>
* stdio-common/bug14.c: Include stdlib.h for exit prototype.