Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 14 Feb 2002 07:57:19 +0000 (07:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 14 Feb 2002 07:57:19 +0000 (07:57 +0000)
commitfc093be16082b406ee160762d773a791a5b3b965
tree6649027f3fc3c8e9ca1950ded8278175a2ff5fe7
parentbb4cb25213ce21326236d72e8633844e4a777a8b
Update.

* elf/dl-close.c (remove_slotinfo): New function.  Handles everything
for removing reference of module in slotinfo list.
(_dl_close): Use remove_slotinfo.
* sysdeps/generic/dl-tls.c: General pretty printing.
(oom): Define only if SHARED.
(_dl_next_tls_modid): Correct starting point for the case we assume
there is a gap.  Add missing instruction grouping (doh!).  Correct
tests for reaching maximum index.
* elf/Makefile: Add rules to build and run tst-tls7.
* elf/tst-tls7.c: New file.
* elf/tst-tlsmod3.c: New file.

* elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
USE_TLS.
* elf/tst-tlsmod2.c: Likewise.
ChangeLog
elf/Makefile
elf/dl-close.c
elf/tst-tls7.c [new file with mode: 0644]
elf/tst-tlsmod1.c
elf/tst-tlsmod2.c
elf/tst-tlsmod3.c [new file with mode: 0644]
sysdeps/generic/dl-tls.c