aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6c2bac197..4931ba52c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2002-02-04 Ulrich Drepper <drepper@redhat.com>
+ * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
+ thread-pointer as soon as possible.
+ * sysdeps/generic/ldsodefs.h: Include <tls.h>. Define first TLS
+ elements in rtld_global.
+ * sysdeps/generic/tls.h: New file.
+ * elf/Makefile (distribute): Add tls.h.
+ * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
+ relocations. Not complete yet.
+
+ * resolv/resolv.h: Allow user to define __need_res_state and only
+ define __res_start structure then.
+ * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
+
* sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
dl_cpuclock_offset initialization to _dl_start_final.
(_dl_show_auxv): Avoid unnecessary sign extension.