diff options
Diffstat (limited to 'bfd/elf32-nios2.c')
-rw-r--r-- | bfd/elf32-nios2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-nios2.c b/bfd/elf32-nios2.c index 50a09ea..860a3d7 100644 --- a/bfd/elf32-nios2.c +++ b/bfd/elf32-nios2.c @@ -4369,10 +4369,10 @@ nios2_elf32_relocate_section (bfd *output_bfd, { _bfd_error_handler /* xgettext:c-format */ - (_("%B(%A+0x%lx): R_NIOS2_TLS_LE16 relocation not " + (_("%B(%A+%#Lx): %s relocation not " "permitted in shared object"), input_bfd, input_section, - (long) rel->r_offset, howto->name); + rel->r_offset, howto->name); return FALSE; } else |