diff options
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 81658bf..089fe57 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -1278,6 +1278,7 @@ NAME (aout, set_section_contents) (bfd *abfd, else { _bfd_error_handler + /* xgettext:c-format */ (_("%s: can not represent section `%s' in a.out object file format"), bfd_get_filename (abfd), bfd_get_section_name (abfd, section)); bfd_set_error (bfd_error_nonrepresentable_section); @@ -1578,6 +1579,7 @@ translate_to_native_sym_flags (bfd *abfd, /* This case occurs, e.g., for the *DEBUG* section of a COFF file. */ _bfd_error_handler + /* xgettext:c-format */ (_("%s: can not represent section for symbol `%s' in a.out " "object file format"), bfd_get_filename (abfd), @@ -1613,6 +1615,7 @@ translate_to_native_sym_flags (bfd *abfd, else { _bfd_error_handler + /* xgettext:c-format */ (_("%s: can not represent section `%s' in a.out object file format"), bfd_get_filename (abfd), bfd_get_section_name (abfd, sec)); bfd_set_error (bfd_error_nonrepresentable_section); @@ -5376,6 +5379,7 @@ NAME (aout, final_link) (bfd *abfd, work out the number of relocs needed, and then multiply by the reloc size. */ _bfd_error_handler + /* xgettext:c-format */ (_("%s: relocatable link from %s to %s not supported"), bfd_get_filename (abfd), sub->xvec->name, abfd->xvec->name); |