aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r--bfd/elf32-i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 5163e24..61a1409 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -348,7 +348,7 @@ elf_i386_reloc_type_lookup (bfd *abfd,
default:
TRACE ("Unknown");
/* xgettext:c-format */
- _bfd_error_handler (_("%pB: invalid Alpha reloc number: %d"),
+ _bfd_error_handler (_("%pB: unsupported relocation type: %#x"),
abfd, (int) code);
bfd_set_error (bfd_error_bad_value);
return NULL;