]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
(debug_apply_rela_addends): Remove redundant %s from printf string.
authorNick Clifton <nickc@redhat.com>
Sat, 16 Apr 2005 07:43:56 +0000 (07:43 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 16 Apr 2005 07:43:56 +0000 (07:43 +0000)
binutils/ChangeLog
binutils/readelf.c

index a9596ad507029f000feed91cd7ab20f66893ede5..97f6c12a732dab3fbd180b72803887b65f3c0302 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-16  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (debug_apply_rela_addends): Remove redundant %s from
+       printf string.
+
 2005-04-15  Nick Clifton  <nickc@redhat.com>
 
        * objcopy.c (copy_file): Issue an error message when attmepting to
index fe4c8157bb43d4567c8ad7da065ab759c236150d..834ee2dff0fef6b6fc601821b8e7933911e5cda5 100644 (file)
@@ -7387,7 +7387,7 @@ debug_apply_rela_addends (FILE *file,
                     example of this see the _clz.o binary in libgcc.a.  */
                  && ELF32_ST_TYPE (sym->st_info) != STT_OBJECT)
                {
-                 warn (_("%s: skipping unexpected symbol type %s in relocation in section .rela%s\n"),
+                 warn (_("skipping unexpected symbol type %s in relocation in section .rela%s\n"),
                        get_symbol_type (ELF32_ST_TYPE (sym->st_info)),
                        SECTION_NAME (section));
                  continue;