* sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
commitd10c64301e56bd9cb77f5f480ba62df683ddbc5f
authorRoland McGrath <roland@gnu.org>
Wed, 28 Aug 2002 10:28:11 +0000 (28 10:28 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 28 Aug 2002 10:28:11 +0000 (28 10:28 +0000)
tree971096db38f5b368467e4b88b2a5fe5658e612ff
parentdb26531364f91d577b48f8b97a0e8c33a6e7fff3
* 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.
ChangeLog
sysdeps/generic/libc-tls.c