forked from Imagelibrary/binutils-gdb
(debug_apply_rela_addends): Remove redundant %s from printf string.
This commit is contained in:
@@ -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>
|
2005-04-15 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* objcopy.c (copy_file): Issue an error message when attmepting to
|
* objcopy.c (copy_file): Issue an error message when attmepting to
|
||||||
|
|||||||
@@ -7387,7 +7387,7 @@ debug_apply_rela_addends (FILE *file,
|
|||||||
example of this see the _clz.o binary in libgcc.a. */
|
example of this see the _clz.o binary in libgcc.a. */
|
||||||
&& ELF32_ST_TYPE (sym->st_info) != STT_OBJECT)
|
&& 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)),
|
get_symbol_type (ELF32_ST_TYPE (sym->st_info)),
|
||||||
SECTION_NAME (section));
|
SECTION_NAME (section));
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user