mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Fix missing newline in error message
* elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error message.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-12-16 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* elf64-ppc.c (ppc64_elf_relocate_section): Add newline to error
|
||||||
|
message.
|
||||||
|
|
||||||
2013-12-14 Alan Modra <amodra@gmail.com>
|
2013-12-14 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* elflink.c (_bfd_elf_merge_symbol): If merging a new weak
|
* elflink.c (_bfd_elf_merge_symbol): If merging a new weak
|
||||||
|
@ -13655,7 +13655,7 @@ ppc64_elf_relocate_section (bfd *output_bfd,
|
|||||||
{
|
{
|
||||||
info->callbacks->einfo
|
info->callbacks->einfo
|
||||||
(_("%P: %H: call to `%T' lacks nop, can't restore toc; "
|
(_("%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);
|
input_bfd, input_section, rel->r_offset, sym_name);
|
||||||
|
|
||||||
bfd_set_error (bfd_error_bad_value);
|
bfd_set_error (bfd_error_bad_value);
|
||||||
|
Reference in New Issue
Block a user