[PATCH] Fix missing newline in error message
Andreas Schwab
schwab@suse.de
Mon Dec 16 16:30:00 GMT 2013
Pushed to master as obvious.
Andreas.
* elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error
message.
diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c
index f30c009..deabb27 100644
--- a/bfd/elf64-ppc.c
+++ b/bfd/elf64-ppc.c
@@ -13655,7 +13655,7 @@ ppc64_elf_relocate_section (bfd *output_bfd,
{
info->callbacks->einfo
(_("%P: %H: call to `%T' lacks nop, can't restore toc; "
- "recompile with -fPIC"),
+ "recompile with -fPIC\n"),
input_bfd, input_section, rel->r_offset, sym_name);
bfd_set_error (bfd_error_bad_value);
--
1.8.5.1
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Binutils
mailing list