mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +08:00
elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ #22577]
Changelog: * elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call.
This commit is contained in:
parent
9d0ffa60ad
commit
f648728cb1
@ -1,3 +1,9 @@
|
||||
2017-12-10 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
[BZ #22577]
|
||||
* elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf
|
||||
call.
|
||||
|
||||
2017-12-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
|
||||
|
@ -730,7 +730,7 @@ init_tls (void)
|
||||
void *tcbp = _dl_allocate_tls_storage ();
|
||||
if (tcbp == NULL)
|
||||
_dl_fatal_printf ("\
|
||||
cannot allocate TLS data structures for initial thread");
|
||||
cannot allocate TLS data structures for initial thread\n");
|
||||
|
||||
/* Store for detection of the special case by __tls_get_addr
|
||||
so it knows not to pass this dtv to the normal realloc. */
|
||||
|
Loading…
Reference in New Issue
Block a user