From: Ulrich Drepper Date: Thu, 28 Oct 2004 23:11:43 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~17247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79912cae1d61bbfbb1835fd1b89c93d8408e2b11;p=external%2Fglibc.git Update. 2004-10-28 Ulrich Drepper * elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script. --- diff --git a/ChangeLog b/ChangeLog index c697ef8..5e04ed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-28 Ulrich Drepper + + * elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script. + 2004-10-27 Ulrich Drepper * elf/dl-load.c (_dl_map_object): Use cache_rpath to check for 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. */