mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
2004-10-28 Ulrich Drepper <drepper@redhat.com> * elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-10-28 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* elf/dl-open.c (dl_open_worker): Remove reference to glibcbug script.
|
||||||
|
|
||||||
2004-10-27 Ulrich Drepper <drepper@redhat.com>
|
2004-10-27 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* elf/dl-load.c (_dl_map_object): Use cache_rpath to check for
|
* elf/dl-load.c (_dl_map_object): Use cache_rpath to check for
|
||||||
|
@@ -506,7 +506,7 @@ cannot create TLS data structures"));
|
|||||||
/* Bump the generation number if necessary. */
|
/* Bump the generation number if necessary. */
|
||||||
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 report this."));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Run the initializer functions of new objects. */
|
/* Run the initializer functions of new objects. */
|
||||||
|
Reference in New Issue
Block a user