From 1a1fb62757c74f74a1e46afc207fc46fce1cea00 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 16 Dec 2013 17:22:14 +0100 Subject: [PATCH] Fix missing newline in error message * elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error message. --- bfd/ChangeLog | 5 +++++ bfd/elf64-ppc.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 60d6e0cd08..63865f4a35 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-12-16 Andreas Schwab + + * elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error + message. + 2013-12-14 Alan Modra * elflink.c (_bfd_elf_merge_symbol): If merging a new weak diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index f30c009b5c..deabb2766e 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); -- 2.34.1