diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index aabbf21128..dac06c0617 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -957,7 +957,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct filebuf *fbp, #else /* Uh-oh, the binary expects TLS support but we cannot provide it. */ - _dl_fatal_printf ("cannot handle file '%s' with TLS data", name); + _dl_fatal_printf ("cannot handle file '%s' with TLS data\n", name); #endif break; } |