diff options
Diffstat (limited to 'bfd/elf32-avr.c')
-rw-r--r-- | bfd/elf32-avr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf32-avr.c b/bfd/elf32-avr.c index ef88f02..89c99fd 100644 --- a/bfd/elf32-avr.c +++ b/bfd/elf32-avr.c @@ -955,6 +955,7 @@ avr_info_to_howto_rela (bfd *abfd ATTRIBUTE_UNUSED, r_type = ELF32_R_TYPE (dst->r_info); if (r_type >= (unsigned int) R_AVR_max) { + /* xgettext:c-format */ _bfd_error_handler (_("%B: invalid AVR reloc number: %d"), abfd, r_type); r_type = 0; } @@ -3257,6 +3258,7 @@ avr_add_stub (const char *stub_name, if (hsh == NULL) { + /* xgettext:c-format */ _bfd_error_handler (_("%B: cannot create stub entry %s"), NULL, stub_name); return NULL; |