diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-14 03:54:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-14 03:54:02 +0000 |
commit | bb4cb25213ce21326236d72e8633844e4a777a8b (patch) | |
tree | bd5beb6cab8d11d014acabe022e54d8efb8915e4 /ChangeLog | |
parent | 736ab899c4ab56dea0d329583f73e3f2b54a1dc1 (diff) | |
download | glibc-bb4cb25213ce21326236d72e8633844e4a777a8b.tar.gz |
Update.
* elf/dl-close.c (_dl_close): When closing an object using TLS
either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
true. Increment dl_tls_generation only if we closed any TLS-using
object.
* elf/tst-tls6.c: New file.
* elf/Makefile: Add rules to build and run tst-tls6.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2002-02-13 Ulrich Drepper <drepper@redhat.com> + * elf/dl-close.c (_dl_close): When closing an object using TLS + either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to + true. Increment dl_tls_generation only if we closed any TLS-using + object. + * elf/tst-tls6.c: New file. + * elf/Makefile: Add rules to build and run tst-tls6. + * po/da.po: Update from translation team. * locale/categories.def: Fix typo [PR libc/2948]. |