mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-20 19:20:20 +00:00
2013-08-31 John David Anglin <dave.anglin@bell.net>
* elf64-hppa.c (elf_hppa_final_link_relocate): Add missing '%' to format string.
This commit is contained in:
parent
e826858c0b
commit
29bff3ea1d
@ -1,3 +1,8 @@
|
||||
2013-08-31 John David Anglin <dave.anglin@bell.net>
|
||||
|
||||
* elf64-hppa.c (elf_hppa_final_link_relocate): Add missing '%' to
|
||||
format string.
|
||||
|
||||
2013-08-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* elf64-x86-64.c (elf_x86_64_check_tls_transition): Allow
|
||||
|
@ -3277,7 +3277,7 @@ elf_hppa_final_link_relocate (Elf_Internal_Rela *rel,
|
||||
&& value + addend + max_branch_offset >= 2*max_branch_offset)
|
||||
{
|
||||
(*_bfd_error_handler)
|
||||
(_("%B(%A+0x" BFD_VMA_FMT "x): cannot reach %s"),
|
||||
(_("%B(%A+0x%" BFD_VMA_FMT "x): cannot reach %s"),
|
||||
input_bfd,
|
||||
input_section,
|
||||
offset,
|
||||
|
Loading…
Reference in New Issue
Block a user