diff options
author | Andreas Schwab <schwab@suse.de> | 2013-12-16 17:22:14 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-12-16 17:28:54 +0100 |
commit | 1a1fb62757c74f74a1e46afc207fc46fce1cea00 (patch) | |
tree | d232315053ff47a2089d0e0f55992e35066cdee1 /bfd/elf64-ppc.c | |
parent | e269fea784da752b49b5fc406ee7ea8403955a28 (diff) | |
download | gdb-1a1fb62757c74f74a1e46afc207fc46fce1cea00.zip gdb-1a1fb62757c74f74a1e46afc207fc46fce1cea00.tar.gz gdb-1a1fb62757c74f74a1e46afc207fc46fce1cea00.tar.bz2 |
Fix missing newline in error message
* elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error
message.
Diffstat (limited to 'bfd/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |