diff options
Diffstat (limited to 'bfd/coff-tic80.c')
-rw-r--r-- | bfd/coff-tic80.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-tic80.c b/bfd/coff-tic80.c index 3496a05..2920531 100644 --- a/bfd/coff-tic80.c +++ b/bfd/coff-tic80.c @@ -669,7 +669,7 @@ coff_tic80_relocate_section (bfd *output_bfd, case bfd_reloc_outofrange: _bfd_error_handler /* xgettext: c-format */ - (_("%B: bad reloc address %#Lx in section `%A'"), + (_("%pB: bad reloc address %#Lx in section `%pA'"), input_bfd, rel->r_vaddr, input_section); return FALSE; case bfd_reloc_overflow: |