mirror of git://sourceware.org/git/glibc.git
Update.
2004-10-13 Ulrich Drepper <drepper@redhat.com> * elf/dl-close.c (_dl_close): Update bug reporting instructions.
This commit is contained in:
parent
daa6fd8885
commit
8e9185fb1c
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-10-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* elf/dl-close.c (_dl_close): Update bug reporting instructions.
|
||||||
|
|
||||||
2004-10-11 Ulrich Drepper <drepper@redhat.com>
|
2004-10-11 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* timezone/asia: Update from tzdata2004e.
|
* timezone/asia: Update from tzdata2004e.
|
||||||
|
|
|
||||||
|
|
@ -528,7 +528,7 @@ _dl_close (void *_map)
|
||||||
if (any_tls)
|
if (any_tls)
|
||||||
{
|
{
|
||||||
if (__builtin_expect (++GL(dl_tls_generation) == 0, 0))
|
if (__builtin_expect (++GL(dl_tls_generation) == 0, 0))
|
||||||
__libc_fatal (_("TLS generation counter wrapped! Please send report with the 'glibcbug' script."));
|
__libc_fatal (_("TLS generation counter wrapped! Please send report as described in <http://www.gnu.org/software/libc/bugs.html>."));
|
||||||
|
|
||||||
if (tls_free_end == GL(dl_tls_static_used))
|
if (tls_free_end == GL(dl_tls_static_used))
|
||||||
GL(dl_tls_static_used) = tls_free_start;
|
GL(dl_tls_static_used) = tls_free_start;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue