diff options
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index a2f1b1c..78c4fa3 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -3037,10 +3037,11 @@ elf_i386_relocate_section (bfd *output_bfd, && h->def_dynamic)) { (*_bfd_error_handler) - (_("%B(%A+0x%lx): unresolvable relocation against symbol `%s'"), + (_("%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"), input_bfd, input_section, (long) rel->r_offset, + howto->name, h->root.root.string); return FALSE; } |