diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-28 10:28:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-28 10:28:11 +0000 |
commit | d10c64301e56bd9cb77f5f480ba62df683ddbc5f (patch) | |
tree | 971096db38f5b368467e4b88b2a5fe5658e612ff /ChangeLog | |
parent | db26531364f91d577b48f8b97a0e8c33a6e7fff3 (diff) | |
download | glibc-d10c64301e56bd9cb77f5f480ba62df683ddbc5f.zip glibc-d10c64301e56bd9cb77f5f480ba62df683ddbc5f.tar.gz glibc-d10c64301e56bd9cb77f5f480ba62df683ddbc5f.tar.bz2 |
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
it is already absolute.
* elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
[$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
[$(build-static) = yes] (tests-static): New variable.
($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,9 +1,19 @@ +2002-08-28 Roland McGrath <roland@redhat.com> + + * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for + PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr; + it is already absolute. + + * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally. + [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static. + [$(build-static) = yes] (tests-static): New variable. + ($(tests-static):%=$(objfpx)%.o)): New static pattern rule. + 2002-08-26 Christoph Hellwig <hch@lst.de> * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix formating braindamage, add missing PER_HPUX and PER_OSF1 values. - 2002-08-28 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h. |