aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i960.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf32-i960.c')
-rw-r--r--bfd/elf32-i960.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i960.c b/bfd/elf32-i960.c
index 978f2a1b..ff51bcd 100644
--- a/bfd/elf32-i960.c
+++ b/bfd/elf32-i960.c
@@ -136,7 +136,7 @@ elf32_i960_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED,
/* PR 17521: file: 9609b8d6. */
if (type >= R_960_max)
{
- _bfd_error_handler (_("%A; invalid i960 reloc number: %d"), abfd, type);
+ _bfd_error_handler (_("%B: invalid i960 reloc number: %d"), abfd, type);
type = 0;
}