aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-load.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-08 06:38:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-08 06:38:19 +0000
commit9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552 (patch)
treea349b89e70f8e5cfa79ca7557db72819750adc81 /elf/dl-load.c
parentf70b0ea2c7f8a5b3d6450c4e88f8db91ad06048b (diff)
downloadglibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar
glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar.gz
glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.tar.bz2
glibc-9b1b33cea3ac0ae4eec04e86b1b489aeb5d2f552.zip
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error message.
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r--elf/dl-load.c2
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;
}