+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>
* elf32-ppc.c (ppc_elf_relocate_section): Emit "unexpected
else
_bfd_error_handler
/* 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,
"R_PPC_ADDR16_HA", insn);
}
else
_bfd_error_handler
/* 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,
"R_PPC_ADDR16_LO", insn);
}