aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-10 07:44:36 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-10 07:44:36 +0000
commitb123d06e21fbd622806df67951942605d879971e (patch)
tree2793b19baca280270087a29f9e3ebf97ec609c3d /ChangeLog
parent3065b0c799c01456e8b7095b51bc5b50ffab251f (diff)
downloadglibc-b123d06e21fbd622806df67951942605d879971e.tar
glibc-b123d06e21fbd622806df67951942605d879971e.tar.gz
glibc-b123d06e21fbd622806df67951942605d879971e.tar.bz2
glibc-b123d06e21fbd622806df67951942605d879971e.zip
Update.
* elf/Makefile (tests): Add tst-tls1. * elf/tst-tls1.c: New file. * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle alignment of TCB for now. * elf/rtld.c (dl_main): Use p_vaddr as address of TLS initialization image for the application itself. loop to initialize TLS block.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e131c96a07..0d21e736e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,16 @@
2002-02-09 Ulrich Drepper <drepper@redhat.com>
+ * elf/Makefile (tests): Add tst-tls1.
+ * elf/tst-tls1.c: New file.
+
+ * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
+ alignment of TCB for now.
+
+ * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
+ initialization image for the application itself.
+
* sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
- loop to initial TLS block.
+ loop to initialize TLS block.
2002-02-08 Richard Henderson <rth@twiddle.net>