* sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
authorRoland McGrath <roland@gnu.org>
Tue, 22 Oct 2002 06:22:53 +0000 (06:22 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 22 Oct 2002 06:22:53 +0000 (06:22 +0000)
commit8265947da0173ae415bed7123c64ad97bb2af1b5
tree8ae3555f5b74d1824257f5a0b5d922235cc220ad
parent6ef518c323c2bcdd8e633da3c0cd1f525f63c7d8
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static

slotinfo list's len member to the proper size, not just 1.
Initialize static_map.l_tls_initimage.

* elf/dl-open.c (dl_open_worker): Fix loop searching for
dtv_slotinfo_list element containing new modules' l_tls_modid.

* elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
* elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
* elf/Makefile (tests): Add tst-tls9.
(tests-static): Add tst-tls9-static.
(tst-tls9-static-ENV): New variable.
($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.

* elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
modids used by partially loaded modules being closed can't be known.
ChangeLog
elf/dl-close.c
elf/dl-open.c
sysdeps/generic/libc-tls.c