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