X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcoff-mcore.c;h=4d4bcbc6250d1c3839f0ac7f1d2604b3e9a0b773;hb=086554e8e6b222518f12acab34e6cc7b5af7fde7;hp=002c908a0b5674cd7c6853e54b871dbeaeb886d8;hpb=1a72702bb30ec3f94627cfcae684823b413f20b9;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-mcore.c b/bfd/coff-mcore.c index 002c908a0b..4d4bcbc625 100644 --- a/bfd/coff-mcore.c +++ b/bfd/coff-mcore.c @@ -1,5 +1,5 @@ /* BFD back-end for Motorola MCore COFF/PE - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -241,6 +241,7 @@ mcore_coff_unsupported_reloc (bfd * abfd, { BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0); + /* xgettext: c-format */ _bfd_error_handler (_("%B: Relocation %s (%d) is not currently supported.\n"), abfd, reloc_entry->howto->name, @@ -365,7 +366,8 @@ coff_mcore_relocate_section (bfd * output_bfd, if ( input_bfd->xvec->byteorder != output_bfd->xvec->byteorder && output_bfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN) { - (*_bfd_error_handler) + _bfd_error_handler + /* xgettext: c-format */ (_("%B: compiled for a %s system and target is %s.\n"), input_bfd, bfd_big_endian (input_bfd) ? _("big endian") : _("little endian"), @@ -467,6 +469,7 @@ coff_mcore_relocate_section (bfd * output_bfd, switch (r_type) { default: + /* xgettext: c-format */ _bfd_error_handler (_("%B: unsupported relocation type 0x%02x"), input_bfd, r_type); bfd_set_error (bfd_error_bad_value); @@ -474,6 +477,7 @@ coff_mcore_relocate_section (bfd * output_bfd, case IMAGE_REL_MCORE_ABSOLUTE: _bfd_error_handler + /* xgettext: c-format */ (_("Warning: unsupported reloc %s \n" "sym %ld (%s), r_vaddr %ld (%lx)"), input_bfd, input_section, howto->name,