From: Nick Clifton Date: Sat, 16 Apr 2005 07:43:56 +0000 (+0000) Subject: (debug_apply_rela_addends): Remove redundant %s from printf string. X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~570 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=520494b6f8fa73701795b01b6f6cfcb5db2c371c;p=platform%2Fupstream%2Fbinutils.git (debug_apply_rela_addends): Remove redundant %s from printf string. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a9596ad..97f6c12 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2005-04-16 Nick Clifton + + * readelf.c (debug_apply_rela_addends): Remove redundant %s from + printf string. + 2005-04-15 Nick Clifton * objcopy.c (copy_file): Issue an error message when attmepting to diff --git a/binutils/readelf.c b/binutils/readelf.c index fe4c815..834ee2d 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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;