mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
ppc32 use of %x in einfo format, typo fix
* elf32-ppc.c (ppc_elf_relocate_section): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2017-07-11 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* elf32-ppc.c (ppc_elf_relocate_section): Fix typo.
|
||||||
|
|
||||||
2017-07-11 Alan Modra <amodra@gmail.com>
|
2017-07-11 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* elf32-ppc.c (ppc_elf_relocate_section): Emit "unexpected
|
* elf32-ppc.c (ppc_elf_relocate_section): Emit "unexpected
|
||||||
|
@ -8286,7 +8286,7 @@ ppc_elf_relocate_section (bfd *output_bfd,
|
|||||||
else
|
else
|
||||||
_bfd_error_handler
|
_bfd_error_handler
|
||||||
/* xgettext:c-format */
|
/* xgettext:c-format */
|
||||||
(_("%B(%A+#Lx): error: %s with unexpected instruction %#x"),
|
(_("%B(%A+%#Lx): error: %s with unexpected instruction %#x"),
|
||||||
input_bfd, input_section, rel->r_offset,
|
input_bfd, input_section, rel->r_offset,
|
||||||
"R_PPC_ADDR16_HA", insn);
|
"R_PPC_ADDR16_HA", insn);
|
||||||
}
|
}
|
||||||
@ -8321,7 +8321,7 @@ ppc_elf_relocate_section (bfd *output_bfd,
|
|||||||
else
|
else
|
||||||
_bfd_error_handler
|
_bfd_error_handler
|
||||||
/* xgettext:c-format */
|
/* xgettext:c-format */
|
||||||
(_("%B(%A+#Lx): error: %s with unexpected instruction %#x"),
|
(_("%B(%A+%#Lx): error: %s with unexpected instruction %#x"),
|
||||||
input_bfd, input_section, rel->r_offset,
|
input_bfd, input_section, rel->r_offset,
|
||||||
"R_PPC_ADDR16_LO", insn);
|
"R_PPC_ADDR16_LO", insn);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user