]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 13 Oct 2004 19:27:57 +0000 (19:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 13 Oct 2004 19:27:57 +0000 (19:27 +0000)
2004-10-13  Ulrich Drepper  <drepper@redhat.com>

* elf/dl-close.c (_dl_close): Update bug reporting instructions.

ChangeLog
elf/dl-close.c

index 9118d843c8e38354ec0dbdc34419cc3416b15559..debb7cfcae9f16bfa3c8fc4ae960210f526fc2c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * timezone/asia: Update from tzdata2004e.
index ca60ae5abeca34b49e837d93742b3a6b8f5610e7..7c268392ce0131d3d518e001688acaf89b3d9dbc 100644 (file)
@@ -528,7 +528,7 @@ _dl_close (void *_map)
   if (any_tls)
     {
       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))
        GL(dl_tls_static_used) = tls_free_start;
This page took 0.051382 seconds and 5 git commands to generate.