diff options
Diffstat (limited to 'bfd/elf32-i960.c')
-rw-r--r-- | bfd/elf32-i960.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-i960.c b/bfd/elf32-i960.c index 12d6204..292d969 100644 --- a/bfd/elf32-i960.c +++ b/bfd/elf32-i960.c @@ -136,6 +136,7 @@ elf32_i960_info_to_howto_rel (bfd *abfd ATTRIBUTE_UNUSED, /* PR 17521: file: 9609b8d6. */ if (type >= R_960_max) { + /* xgettext:c-format */ _bfd_error_handler (_("%B: invalid i960 reloc number: %d"), abfd, type); type = 0; } |