summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-16 07:43:56 +0000
committerNick Clifton <nickc@redhat.com>2005-04-16 07:43:56 +0000
commit520494b6f8fa73701795b01b6f6cfcb5db2c371c (patch)
tree04a95499df2c69e27c94e5f13b83595a6b57ce8b /binutils
parentfa99459db0a91f66893afca6d3f55174c633cf2b (diff)
downloadbinutils-gdb-520494b6f8fa73701795b01b6f6cfcb5db2c371c.tar.gz
(debug_apply_rela_addends): Remove redundant %s from printf string.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/readelf.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index a9596ad5070..97f6c12a732 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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
diff --git a/binutils/readelf.c b/binutils/readelf.c
index fe4c8157bb4..834ee2dff0f 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;