aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-05 06:38:00 +0000
committerRoland McGrath <roland@gnu.org>2002-08-05 06:38:00 +0000
commita162642d80973c1ca52bf58e0d776060d9746d75 (patch)
tree896f7a166c18e6beb1d9780adbc86727e586a907 /ChangeLog
parent2a185b31a8e3a50fc5fccadfe3c1f7110686baca (diff)
downloadglibc-a162642d80973c1ca52bf58e0d776060d9746d75.tar
glibc-a162642d80973c1ca52bf58e0d776060d9746d75.tar.gz
glibc-a162642d80973c1ca52bf58e0d776060d9746d75.tar.bz2
glibc-a162642d80973c1ca52bf58e0d776060d9746d75.zip
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
actually iterate over the elements. Fix typo p_type -> p_vaddr. * include/pthread.h: Don't declare __pthread_initialize_minimal as weak here; we declare it weak or strong in the one place we use it. * sysdeps/generic/libc-start.c: ... which is here. Don't make the decl weak if [USE_TLS], since static programs need TLS setup even when single-threaded.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d2dd6764c..b3a0dd49de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2002-08-04 Roland McGrath <roland@redhat.com>
+ * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
+ actually iterate over the elements. Fix typo p_type -> p_vaddr.
+
+ * include/pthread.h: Don't declare __pthread_initialize_minimal as
+ weak here; we declare it weak or strong in the one place we use it.
+ * sysdeps/generic/libc-start.c: ... which is here.
+ Don't make the decl weak if [USE_TLS], since static programs need TLS
+ setup even when single-threaded.
+
* stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
* elf/Makefile (test-srcs): Add $(modules-names) to it.