diff options
Diffstat (limited to 'bfd/peicode.h')
-rw-r--r-- | bfd/peicode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/peicode.h b/bfd/peicode.h index fc8b20f..9f98f86 100644 --- a/bfd/peicode.h +++ b/bfd/peicode.h @@ -771,11 +771,13 @@ pe_ILF_build_a_bfd (bfd * abfd, case IMPORT_CONST: /* XXX code yet to be written. */ + /* xgettext:c-format */ _bfd_error_handler (_("%B: Unhandled import type; %x"), abfd, import_type); return FALSE; default: + /* xgettext:c-format */ _bfd_error_handler (_("%B: Unrecognised import type; %x"), abfd, import_type); return FALSE; @@ -790,6 +792,7 @@ pe_ILF_build_a_bfd (bfd * abfd, break; default: + /* xgettext:c-format */ _bfd_error_handler (_("%B: Unrecognised import name type; %x"), abfd, import_name_type); return FALSE; @@ -1210,6 +1213,7 @@ pe_ILF_object_p (bfd * abfd) /* We no longer support PowerPC. */ default: _bfd_error_handler + /* xgettext:c-format */ (_("%B: Unrecognised machine type (0x%x)" " in Import Library Format archive"), abfd, machine); @@ -1222,6 +1226,7 @@ pe_ILF_object_p (bfd * abfd) if (magic == 0) { _bfd_error_handler + /* xgettext:c-format */ (_("%B: Recognised but unhandled machine type (0x%x)" " in Import Library Format archive"), abfd, machine); |