about summary refs log tree commit diff
path: root/sysdeps/sh/dl-machine.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-03-06 07:30:22 +0000
committerAndreas Jaeger <aj@suse.de>2001-03-06 07:30:22 +0000
commit729399c3ba8cdf81f8daeafe4a5cb717f5049cd6 (patch)
treed4d711dd0b4ea94594435ec244a842fb114fdd0c /sysdeps/sh/dl-machine.h
parentd127a87531249ea71fa5c69e42b9c52a35b0befc (diff)
downloadglibc-729399c3ba8cdf81f8daeafe4a5cb717f5049cd6.tar.gz
glibc-729399c3ba8cdf81f8daeafe4a5cb717f5049cd6.tar.xz
glibc-729399c3ba8cdf81f8daeafe4a5cb717f5049cd6.zip
(elf_machine_rela): Add missing comma.
Diffstat (limited to 'sysdeps/sh/dl-machine.h')
-rw-r--r--sysdeps/sh/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sh/dl-machine.h b/sysdeps/sh/dl-machine.h
index 3137d40e40..6a4aecf7da 100644
--- a/sysdeps/sh/dl-machine.h
+++ b/sysdeps/sh/dl-machine.h
@@ -462,7 +462,7 @@ elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc,
 
 	      strtab = (const char *) D_PTR (map, l_info[DT_STRTAB]);
 	      _dl_error_printf ("\
-%s: Symbol `%s' has different size in shared object, consider re-linking\n"
+%s: Symbol `%s' has different size in shared object, consider re-linking\n",
 				_dl_argv[0] ?: "<program name unknown>",
 				strtab + refsym->st_name);
 	    }