diff options
Diffstat (limited to 'bfd/elf64-hppa.c')
-rw-r--r-- | bfd/elf64-hppa.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elf64-hppa.c b/bfd/elf64-hppa.c index fca40e1..f0df607 100644 --- a/bfd/elf64-hppa.c +++ b/bfd/elf64-hppa.c @@ -2077,9 +2077,9 @@ elf64_hppa_finish_dynamic_symbol (bfd *output_bfd, if ((value & 7) || value + max_offset >= 2*max_offset - 8) { - (*_bfd_error_handler) (_("stub entry for %s cannot load .plt, dp offset = %ld"), - hh->eh.root.root.string, - (long) value); + _bfd_error_handler + (_("stub entry for %s cannot load .plt, dp offset = %ld"), + hh->eh.root.root.string, (long) value); return FALSE; } @@ -3281,7 +3281,7 @@ elf_hppa_final_link_relocate (Elf_Internal_Rela *rel, if (max_branch_offset != 0 && value + addend + max_branch_offset >= 2*max_branch_offset) { - (*_bfd_error_handler) + _bfd_error_handler (_("%B(%A+0x%" BFD_VMA_FMT "x): cannot reach %s"), input_bfd, input_section, |