diff options
Diffstat (limited to 'bfd/elf32-ip2k.c')
-rw-r--r-- | bfd/elf32-ip2k.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-ip2k.c b/bfd/elf32-ip2k.c index 9c37c1c..bf4f5cc 100644 --- a/bfd/elf32-ip2k.c +++ b/bfd/elf32-ip2k.c @@ -1295,7 +1295,7 @@ ip2k_final_link_relocate (reloc_howto_type * howto, ip2k_nominal_page_bits (input_bfd, input_section, rel->r_offset, contents)) /* xgettext:c-format */ - _bfd_error_handler (_("ip2k linker: missing page instruction at 0x%08lx (dest = 0x%08lx)."), + _bfd_error_handler (_("ip2k linker: missing page instruction at %#Lx (dest = %#Lx)"), BASEADDR (input_section) + rel->r_offset, relocation + rel->r_addend); } @@ -1312,7 +1312,7 @@ ip2k_final_link_relocate (reloc_howto_type * howto, ip2k_nominal_page_bits (input_bfd, input_section, rel->r_offset - 2, contents))) /* xgettext:c-format */ - _bfd_error_handler (_("ip2k linker: redundant page instruction at 0x%08lx (dest = 0x%08lx)."), + _bfd_error_handler (_("ip2k linker: redundant page instruction at %#Lx (dest = %#Lx)"), page_addr, relocation + rel->r_addend); } |