diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-28 23:11:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-28 23:11:43 +0000 |
commit | 79912cae1d61bbfbb1835fd1b89c93d8408e2b11 (patch) | |
tree | 9c70e1e6f65621faf56b764faff9713e2b920275 /elf | |
parent | a1fbd85875b335d88e3a531efc66ce972a010493 (diff) | |
download | glibc-79912cae1d61bbfbb1835fd1b89c93d8408e2b11.zip glibc-79912cae1d61bbfbb1835fd1b89c93d8408e2b11.tar.gz glibc-79912cae1d61bbfbb1835fd1b89c93d8408e2b11.tar.bz2 |
Update.
2004-10-28 Ulrich Drepper <drepper@redhat.com>
* elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index 294a523..7e890ad 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -506,7 +506,7 @@ cannot create TLS data structures")); /* Bump the generation number if necessary. */ 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 report this.")); #endif /* Run the initializer functions of new objects. */ |