diff options
Diffstat (limited to 'bfd/elf32-epiphany.c')
-rw-r--r-- | bfd/elf32-epiphany.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-epiphany.c b/bfd/elf32-epiphany.c index 6b798b1..988d418 100644 --- a/bfd/elf32-epiphany.c +++ b/bfd/elf32-epiphany.c @@ -372,6 +372,7 @@ epiphany_info_to_howto_rela (bfd * abfd ATTRIBUTE_UNUSED, r_type = ELF32_R_TYPE (dst->r_info); if (r_type >= (unsigned int) R_EPIPHANY_max) { + /* xgettext:c-format */ _bfd_error_handler (_("%B: invalid Epiphany reloc number: %d"), abfd, r_type); r_type = 0; } |