Fix spelling mistakes.
authorNick Clifton <nickc@redhat.com>
Thu, 2 Jun 2011 13:43:24 +0000 (13:43 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 2 Jun 2011 13:43:24 +0000 (13:43 +0000)
48 files changed:
bfd/ChangeLog
bfd/coff-mcore.c
bfd/coff-stgo32.c
bfd/elf32-arm.c
bfd/elf32-avr.c
bfd/elf32-m68hc1x.c
bfd/elf32-mcore.c
bfd/elf32-mep.c
bfd/elf32-mt.c
bfd/elf32-ppc.c
bfd/elf32-xtensa.c
bfd/netbsd.h
bfd/nlmcode.h
bfd/po/SRC-POTFILES.in
bfd/po/bfd.pot
bfd/vms-alpha.c
binutils/ChangeLog
binutils/doc/Makefile.in
binutils/po/POTFILES.in
binutils/po/binutils.pot
binutils/resres.c
binutils/windint.h
binutils/windmc.c
binutils/windres.c
gas/ChangeLog
gas/as.c
gas/config/tc-ppc.c
gas/po/gas.pot
gas/read.c
gold/ChangeLog
gold/dynobj.h
gold/output.cc
include/coff/ChangeLog
include/coff/i860.h
include/elf/ChangeLog
include/elf/common.h
include/elf/reloc-macros.h
ld/ChangeLog
ld/lexsup.c
ld/po/ld.pot
ld/scripttempl/epocpe.sc
ld/scripttempl/i386beos.sc
ld/scripttempl/mcorepe.sc
ld/scripttempl/pe.sc
ld/scripttempl/pep.sc
opcodes/ChangeLog
opcodes/arm-dis.c
opcodes/po/opcodes.pot

index ca82b1e51c9ca6e13add8f0b5796588598b2131b..fd48cc333c0bcfe85688099b46dba6b8770d882f 100644 (file)
@@ -1,3 +1,23 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * coff-mcore.c: Fix spelling typo.
+       * coff-stgo32.c: Likewise.
+       * elf32-arm.c: Likewise.
+       * elf32-avr.c: Likewise.
+       * elf-m68hc1x.c: Likewise.
+       * elf32-mcore.c: Likewise.
+       * elf32-mep.c: Likewise.
+       * elf32-mt.c: Likewise.
+       * elf32-ppc.c: Likewise.
+       * elf32-xtensa.c: Likewise.
+       * elf64-ppc.c: Likewise.
+       * elfxx-mips.c: Likewise.
+       * netbsd.h: Likewise.
+       * nlmcode.h: Likewise.
+       * vms-alpha.c: Likewise.
+       * po/bfd.pot: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
 2011-06-01  DJ Delorie  <dj@redhat.com>
 
        * config.bfd: Add bfd_elf32_rx_be_ns_vec.
index 8b2f9d7dc77f85469552708d9ae3d13d9a42f88a..27b2ec33cb442e658466960267545184b5103fec 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Motorola MCore COFF/PE
-   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2010
+   Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -377,7 +377,7 @@ coff_mcore_relocate_section (output_bfd, info, input_bfd, input_section,
   if (info->relocatable)
     return TRUE;
 
-  /* Check if we have the same endianess */
+  /* Check if we have the same endianness */
   if (   input_bfd->xvec->byteorder != output_bfd->xvec->byteorder
       && output_bfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
     {
index 78a49367278adb61c3733d14b2bcd96913718dd1..e0038cc94ad18259144097edd213a4c3cce3f0ee 100644 (file)
@@ -1,6 +1,6 @@
 /* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
-   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2005, 2006, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2005, 2006, 2007, 2009,
+   2011  Free Software Foundation, Inc.
    Written by Robert Hoehne.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -102,9 +102,9 @@ static bfd_boolean
 
 #include "coff-i386.c"
 
-/* This macro is used, because I cannot assume the endianess of the
+/* This macro is used, because I cannot assume the endianness of the
    host system.  */
-#define _H(index) (H_GET_16 (abfd, (header+index*2)))
+#define _H(index) (H_GET_16 (abfd, (header + index * 2)))
 
 /* These bytes are a 2048-byte DOS executable, which loads the COFF
    image into memory and then runs it. It is called 'stub'.  */
index 58bb367780b6a20a7f69d63c4df4aa087d7aeeca..d5a4a4ecfff022c5925d1612d898aba47298caf4 100644 (file)
@@ -10233,7 +10233,7 @@ elf32_arm_relocate_section (bfd *                  output_bfd,
                    - relocation;
                  addend += msec->output_section->vma + msec->output_offset;
 
-                 /* Cases here must match those in the preceeding
+                 /* Cases here must match those in the preceding
                     switch statement.  */
                  switch (r_type)
                    {
@@ -15448,7 +15448,7 @@ elf32_arm_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
   bfd_boolean flags_compatible = TRUE;
   asection *sec;
 
-  /* Check if we have the same endianess.  */
+  /* Check if we have the same endianness.  */
   if (! _bfd_generic_verify_endian_match (ibfd, obfd))
     return FALSE;
 
index 1bc40c4403a9ea1dfb7376bfcbd6d8a6bca8a809..6d20aefdc21904479b9eaddf0a836f41ca9fa915 100644 (file)
@@ -1,6 +1,6 @@
 /* AVR-specific support for 32-bit ELF
    Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-   2010  Free Software Foundation, Inc.
+   2010, 2011  Free Software Foundation, Inc.
    Contributed by Denis Chertykov <denisc@overta.ru>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -2008,10 +2008,10 @@ elf32_avr_relax_section (bfd *abfd,
                 if ((0x95 == next_insn_msb) && (0x08 == next_insn_lsb))
                   {
                     /* The next insn is a ret. We possibly could delete
-                       this ret. First we need to check for preceeding
+                       this ret. First we need to check for preceding
                        sbis/sbic/sbrs or cpse "skip" instructions.  */
 
-                    int there_is_preceeding_non_skip_insn = 1;
+                    int there_is_preceding_non_skip_insn = 1;
                     bfd_vma address_of_ret;
 
                     address_of_ret = dot + insn_size;
@@ -2023,51 +2023,52 @@ elf32_avr_relax_section (bfd *abfd,
                       printf ("found jmp / ret sequence at address 0x%x\n",
                               (int) dot);
 
-                    /* We have to make sure that there is a preceeding insn.  */
+                    /* We have to make sure that there is a preceding insn.  */
                     if (irel->r_offset >= 2)
                       {
-                        unsigned char preceeding_msb;
-                        unsigned char preceeding_lsb;
-                        preceeding_msb =
+                        unsigned char preceding_msb;
+                        unsigned char preceding_lsb;
+
+                        preceding_msb =
                          bfd_get_8 (abfd, contents + irel->r_offset - 1);
-                        preceeding_lsb =
+                        preceding_lsb =
                          bfd_get_8 (abfd, contents + irel->r_offset - 2);
 
                         /* sbic.  */
-                        if (0x99 == preceeding_msb)
-                          there_is_preceeding_non_skip_insn = 0;
+                        if (0x99 == preceding_msb)
+                          there_is_preceding_non_skip_insn = 0;
 
                         /* sbis.  */
-                        if (0x9b == preceeding_msb)
-                          there_is_preceeding_non_skip_insn = 0;
+                        if (0x9b == preceding_msb)
+                          there_is_preceding_non_skip_insn = 0;
 
                         /* sbrc */
-                        if ((0xfc == (preceeding_msb & 0xfe)
-                            && (0x00 == (preceeding_lsb & 0x08))))
-                          there_is_preceeding_non_skip_insn = 0;
+                        if ((0xfc == (preceding_msb & 0xfe)
+                            && (0x00 == (preceding_lsb & 0x08))))
+                          there_is_preceding_non_skip_insn = 0;
 
                         /* sbrs */
-                        if ((0xfe == (preceeding_msb & 0xfe)
-                            && (0x00 == (preceeding_lsb & 0x08))))
-                          there_is_preceeding_non_skip_insn = 0;
+                        if ((0xfe == (preceding_msb & 0xfe)
+                            && (0x00 == (preceding_lsb & 0x08))))
+                          there_is_preceding_non_skip_insn = 0;
 
                         /* cpse */
-                        if (0x10 == (preceeding_msb & 0xfc))
-                          there_is_preceeding_non_skip_insn = 0;
+                        if (0x10 == (preceding_msb & 0xfc))
+                          there_is_preceding_non_skip_insn = 0;
 
-                        if (there_is_preceeding_non_skip_insn == 0)
+                        if (there_is_preceding_non_skip_insn == 0)
                           if (debug_relax)
-                            printf ("preceeding skip insn prevents deletion of"
-                                    " ret insn at addr 0x%x in section %s\n",
+                            printf ("preceding skip insn prevents deletion of"
+                                    " ret insn at Addy 0x%x in section %s\n",
                                     (int) dot + 2, sec->name);
                       }
                     else
                       {
                         /* There is no previous instruction.  */
-                        there_is_preceeding_non_skip_insn = 0;
+                        there_is_preceding_non_skip_insn = 0;
                       }
 
-                    if (there_is_preceeding_non_skip_insn)
+                    if (there_is_preceding_non_skip_insn)
                       {
                         /* We now only have to make sure that there is no
                            local label defined at the address of the ret
index 40b0c86af38b61e42356fadbf0255ea009870b65..961dce482e63f1c47b2f3867aaa79424763f49f7 100644 (file)
@@ -1,6 +1,6 @@
 /* Motorola 68HC11/HC12-specific support for 32-bit ELF
    Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-   2009, 2010  Free Software Foundation, Inc.
+   2009, 2010, 2011  Free Software Foundation, Inc.
    Contributed by Stephane Carrez (stcarrez@nerim.fr)
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -1188,7 +1188,7 @@ _bfd_m68hc11_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
   flagword new_flags;
   bfd_boolean ok = TRUE;
 
-  /* Check if we have the same endianess */
+  /* Check if we have the same endianness */
   if (!_bfd_generic_verify_endian_match (ibfd, obfd))
     return FALSE;
 
index 0863b44b207dd48aca68256067146caf815a6460..31cc095372b4ae6024511afb599587c86f392b89 100644 (file)
@@ -1,6 +1,6 @@
 /* Motorola MCore specific support for 32-bit ELF
    Copyright 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   2007, 2011 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -55,7 +55,7 @@ mcore_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
   flagword old_flags;
   flagword new_flags;
 
-  /* Check if we have the same endianess.  */
+  /* Check if we have the same endianness.  */
   if (! _bfd_generic_verify_endian_match (ibfd, obfd))
     return FALSE;
 
index b688d679ee217c9fe918be80b553c7ad75545470..6fecb2502d36d0e28e5c7099ea8f74fb835574e7 100644 (file)
@@ -606,7 +606,7 @@ mep_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
   flagword old_flags, new_flags;
   flagword old_partial, new_partial;
 
-  /* Check if we have the same endianess.  */
+  /* Check if we have the same endianness.  */
   if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE)
     return FALSE;
 
index a3172bcda0131a9b2a46f1b113fa4e2624013b24..1be5d00cc3b517de4efaf39ce65a50afddc85469 100644 (file)
@@ -1,5 +1,5 @@
 /* Morpho Technologies MT specific support for 32-bit ELF
-   Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+   Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -521,7 +521,7 @@ mt_elf_merge_private_bfd_data (bfd * ibfd, bfd * obfd)
   flagword     old_flags, new_flags;
   bfd_boolean  ok = TRUE;
 
-  /* Check if we have the same endianess.  */
+  /* Check if we have the same endianness.  */
   if (_bfd_generic_verify_endian_match (ibfd, obfd) == FALSE)
     return FALSE;
 
index 581786611618dc15869b0a885afa744f45159338..d8be8c65260c2fb7f349a53a9a5038e3cafcd00b 100644 (file)
@@ -4145,7 +4145,7 @@ ppc_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
   if (!is_ppc_elf (ibfd) || !is_ppc_elf (obfd))
     return TRUE;
 
-  /* Check if we have the same endianess.  */
+  /* Check if we have the same endianness.  */
   if (! _bfd_generic_verify_endian_match (ibfd, obfd))
     return FALSE;
 
index fd412446b3fa82a1d21369d922275436b330a67e..3be01613180212b4243be8ee3400f7c0fce6d140 100644 (file)
@@ -1,5 +1,5 @@
 /* Xtensa-specific support for 32-bit ELF.
-   Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+   Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -3466,7 +3466,7 @@ elf_xtensa_merge_private_bfd_data (bfd *ibfd, bfd *obfd)
   unsigned out_mach, in_mach;
   flagword out_flag, in_flag;
 
-  /* Check if we have the same endianess.  */
+  /* Check if we have the same endianness.  */
   if (!_bfd_generic_verify_endian_match (ibfd, obfd))
     return FALSE;
 
index a11724911cc26961e9b43fa5ad55c29cdaa84b7a..5f0303af1aed80bd0fbca9e7e471a938c85c060c 100644 (file)
@@ -1,6 +1,6 @@
 /* BFD back-end definitions used by all NetBSD targets.
    Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1997, 1998, 2000, 2002,
-   2005, 2007 Free Software Foundation, Inc.
+   2005, 2007, 2011  Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -105,10 +105,10 @@ MY (write_object_contents) (bfd *abfd)
       break;
     }
 
-  /* The NetBSD magic number is always big-endian */
+  /* The NetBSD magic number is always big-endian */
 #ifndef TARGET_IS_BIG_ENDIAN_P
   /* XXX aren't there any macro to change byteorder of a word independent of
-     the host's or target's endianesses?  */
+     the host's or target's endiannesses?  */
   execp->a_info
     = (execp->a_info & 0xff) << 24 | (execp->a_info & 0xff00) << 8
       | (execp->a_info & 0xff0000) >> 8 | (execp->a_info & 0xff000000) >> 24;
index 21d22363533acae37ec28e80a0dad8ef148c0b5e..ba0c9c6c5b291cd1c5bf28f609f9a6e5943a6c20 100644 (file)
@@ -1,6 +1,6 @@
 /* NLM (NetWare Loadable Module) executable support for BFD.
    Copyright 1993, 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007 Free Software Foundation, Inc.
+   2005, 2006, 2007, 2011  Free Software Foundation, Inc.
 
    Written by Fred Fish @ Cygnus Support, using ELF support as the
    template.
@@ -491,7 +491,7 @@ nlm_object_p (bfd *abfd)
                  NLM_SIGNATURE_SIZE) != 0)
     goto got_wrong_format_error;
 
-  /* There's no supported way to discover the endianess of an NLM, so test for
+  /* There's no supported way to discover the endianness of an NLM, so test for
      a sane version number after doing byte swapping appropriate for this
      XVEC.  (Hack alert!)  */
   if (i_fxdhdrp->version > 0xFFFF)
index 729b7042184903e6d398a0b52842e4a40a279cf2..4abc971ccfdeaa577aae0b2f0b95e67d7b6d7920 100644 (file)
@@ -223,6 +223,7 @@ elfcode.h
 elfcore.h
 elflink.c
 elfn32-mips.c
+elfxx-ia64.c
 elfxx-mips.c
 elfxx-sparc.c
 epoc-pe-arm.c
@@ -319,6 +320,7 @@ ppcboot.c
 reloc.c
 reloc16.c
 riscix.c
+rs6000-core.c
 sco5-core.c
 section.c
 simple.c
@@ -345,7 +347,6 @@ vms-alpha.c
 vms-lib.c
 vms-misc.c
 vms.h
-xcoff-target.h
 xcofflink.c
 xsym.c
 xsym.h
index b41935064c03b33a20e92e9b0c5ac3112dd8bc39..38ce82fb1a77b55ae2af08f8723b11056773c6a0 100644 (file)
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2010-11-05 10:27+0100\n"
+"POT-Creation-Date: 2011-06-02 14:25+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -44,132 +45,132 @@ msgid ""
 "%s: can not represent section for symbol `%s' in a.out object file format"
 msgstr ""
 
-#: aoutx.h:1579 vms-alpha.c:7649
+#: aoutx.h:1579 vms-alpha.c:7668
 msgid "*unknown*"
 msgstr ""
 
-#: aoutx.h:4007 aoutx.h:4333
+#: aoutx.h:4017 aoutx.h:4343
 msgid "%P: %B: unexpected relocation type\n"
 msgstr ""
 
-#: aoutx.h:5364
+#: aoutx.h:5374
 #, c-format
 msgid "%s: relocatable link from %s to %s not supported"
 msgstr ""
 
-#: archive.c:2125
+#: archive.c:2194
 msgid "Warning: writing archive was slow: rewriting timestamp\n"
 msgstr ""
 
-#: archive.c:2416
+#: archive.c:2482
 msgid "Reading archive file mod timestamp"
 msgstr ""
 
-#: archive.c:2440
+#: archive.c:2506
 msgid "Writing updated armap timestamp"
 msgstr ""
 
-#: bfd.c:395
+#: bfd.c:398
 msgid "No error"
 msgstr ""
 
-#: bfd.c:396
+#: bfd.c:399
 msgid "System call error"
 msgstr ""
 
-#: bfd.c:397
+#: bfd.c:400
 msgid "Invalid bfd target"
 msgstr ""
 
-#: bfd.c:398
+#: bfd.c:401
 msgid "File in wrong format"
 msgstr ""
 
-#: bfd.c:399
+#: bfd.c:402
 msgid "Archive object file in wrong format"
 msgstr ""
 
-#: bfd.c:400
+#: bfd.c:403
 msgid "Invalid operation"
 msgstr ""
 
-#: bfd.c:401
+#: bfd.c:404
 msgid "Memory exhausted"
 msgstr ""
 
-#: bfd.c:402
+#: bfd.c:405
 msgid "No symbols"
 msgstr ""
 
-#: bfd.c:403
+#: bfd.c:406
 msgid "Archive has no index; run ranlib to add one"
 msgstr ""
 
-#: bfd.c:404
+#: bfd.c:407
 msgid "No more archived files"
 msgstr ""
 
-#: bfd.c:405
+#: bfd.c:408
 msgid "Malformed archive"
 msgstr ""
 
-#: bfd.c:406
+#: bfd.c:409
 msgid "File format not recognized"
 msgstr ""
 
-#: bfd.c:407
+#: bfd.c:410
 msgid "File format is ambiguous"
 msgstr ""
 
-#: bfd.c:408
+#: bfd.c:411
 msgid "Section has no contents"
 msgstr ""
 
-#: bfd.c:409
+#: bfd.c:412
 msgid "Nonrepresentable section on output"
 msgstr ""
 
-#: bfd.c:410
+#: bfd.c:413
 msgid "Symbol needs debug section which does not exist"
 msgstr ""
 
-#: bfd.c:411
+#: bfd.c:414
 msgid "Bad value"
 msgstr ""
 
-#: bfd.c:412
+#: bfd.c:415
 msgid "File truncated"
 msgstr ""
 
-#: bfd.c:413
+#: bfd.c:416
 msgid "File too big"
 msgstr ""
 
-#: bfd.c:414
+#: bfd.c:417
 #, c-format
 msgid "Error reading %s: %s"
 msgstr ""
 
-#: bfd.c:415
+#: bfd.c:418
 msgid "#<Invalid error code>"
 msgstr ""
 
-#: bfd.c:939
+#: bfd.c:945
 #, c-format
 msgid "BFD %s assertion fail %s:%d"
 msgstr ""
 
-#: bfd.c:951
+#: bfd.c:957
 #, c-format
 msgid "BFD %s internal error, aborting at %s line %d in %s\n"
 msgstr ""
 
-#: bfd.c:955
+#: bfd.c:961
 #, c-format
 msgid "BFD %s internal error, aborting at %s line %d\n"
 msgstr ""
 
-#: bfd.c:957
+#: bfd.c:963
 msgid "Please report this bug.\n"
 msgstr ""
 
@@ -188,9 +189,9 @@ msgstr ""
 msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."
 msgstr ""
 
-#: bout.c:1146 elf-m10300.c:2063 elf32-avr.c:1640 elf32-frv.c:5740
-#: elfxx-sparc.c:2795 reloc.c:5646 reloc16.c:162 elf32-ia64.c:842
-#: elf64-ia64.c:842
+#: bout.c:1146 elf-m10300.c:2075 elf32-avr.c:1654 elf32-frv.c:5731
+#: elfxx-sparc.c:2796 reloc.c:5677 reloc16.c:162 elf32-ia64.c:360
+#: elf64-ia64.c:360
 msgid "%P%F: --relax and -r may not be used together\n"
 msgstr ""
 
@@ -224,8 +225,8 @@ msgstr ""
 msgid "%B: unsupported relocation: ALPHA_R_GPRELLOW"
 msgstr ""
 
-#: coff-alpha.c:1575 elf32-m32r.c:2493 elf64-alpha.c:3991 elf64-alpha.c:4140
-#: elf32-ia64.c:4582 elf64-ia64.c:4582
+#: coff-alpha.c:1575 elf32-m32r.c:2493 elf64-alpha.c:4079 elf64-alpha.c:4228
+#: elf32-ia64.c:3845 elf64-ia64.c:3845
 msgid "%B: unknown relocation type %d"
 msgstr ""
 
@@ -239,7 +240,7 @@ msgstr ""
 msgid "%B: unable to find ARM glue '%s' for `%s'"
 msgstr ""
 
-#: coff-arm.c:1369 elf32-arm.c:6501
+#: coff-arm.c:1369 elf32-arm.c:6980
 #, c-format
 msgid ""
 "%B(%s): warning: interworking not enabled.\n"
@@ -254,7 +255,7 @@ msgid ""
 "  consider relinking with --support-old-code enabled"
 msgstr ""
 
-#: coff-arm.c:1754 coff-tic80.c:695 cofflink.c:3043
+#: coff-arm.c:1754 coff-tic80.c:695 cofflink.c:3081
 msgid "%B: bad reloc address 0x%lx in section `%A'"
 msgstr ""
 
@@ -267,14 +268,14 @@ msgstr ""
 msgid "error: %B is compiled for APCS-%d, whereas %B is compiled for APCS-%d"
 msgstr ""
 
-#: coff-arm.c:2226 elf32-arm.c:14105
+#: coff-arm.c:2226 elf32-arm.c:15580
 #, c-format
 msgid ""
 "error: %B passes floats in float registers, whereas %B passes them in "
 "integer registers"
 msgstr ""
 
-#: coff-arm.c:2229 elf32-arm.c:14109
+#: coff-arm.c:2229 elf32-arm.c:15584
 #, c-format
 msgid ""
 "error: %B passes floats in integer registers, whereas %B passes them in "
@@ -295,12 +296,12 @@ msgid ""
 "position independent"
 msgstr ""
 
-#: coff-arm.c:2274 elf32-arm.c:14174
+#: coff-arm.c:2274 elf32-arm.c:15649
 #, c-format
 msgid "Warning: %B supports interworking, whereas %B does not"
 msgstr ""
 
-#: coff-arm.c:2277 elf32-arm.c:14180
+#: coff-arm.c:2277 elf32-arm.c:15655
 #, c-format
 msgid "Warning: %B does not support interworking, whereas %B does"
 msgstr ""
@@ -310,7 +311,7 @@ msgstr ""
 msgid "private flags = %x:"
 msgstr ""
 
-#: coff-arm.c:2309 elf32-arm.c:10492
+#: coff-arm.c:2309 elf32-arm.c:11752
 #, c-format
 msgid " [floats passed in float registers]"
 msgstr ""
@@ -320,7 +321,7 @@ msgstr ""
 msgid " [floats passed in integer registers]"
 msgstr ""
 
-#: coff-arm.c:2314 elf32-arm.c:10495
+#: coff-arm.c:2314 elf32-arm.c:11755
 #, c-format
 msgid " [position independent]"
 msgstr ""
@@ -345,14 +346,14 @@ msgstr ""
 msgid " [interworking not supported]"
 msgstr ""
 
-#: coff-arm.c:2370 elf32-arm.c:9520
+#: coff-arm.c:2370 elf32-arm.c:10787
 #, c-format
 msgid ""
 "Warning: Not setting interworking flag of %B since it has already been "
 "specified as non-interworking"
 msgstr ""
 
-#: coff-arm.c:2374 elf32-arm.c:9524
+#: coff-arm.c:2374 elf32-arm.c:10791
 #, c-format
 msgid "Warning: Clearing the interworking flag of %B due to outside request"
 msgstr ""
@@ -364,10 +365,10 @@ msgstr ""
 
 #: coff-i860.c:147
 #, c-format
-msgid "Relocation `%s' not yet implemented\n"
+msgid "relocation `%s' not yet implemented"
 msgstr ""
 
-#: coff-i860.c:605 coff-tic54x.c:398 coffcode.h:5147
+#: coff-i860.c:605 coff-tic54x.c:398 coffcode.h:5192
 msgid "%B: warning: illegal symbol index %ld in relocs"
 msgstr ""
 
@@ -375,7 +376,7 @@ msgstr ""
 msgid "uncertain calling convention for non-COFF symbol"
 msgstr ""
 
-#: coff-m68k.c:506 elf32-bfin.c:5678 elf32-cr16.c:2897 elf32-m68k.c:4672
+#: coff-m68k.c:506 elf32-bfin.c:5689 elf32-cr16.c:2897 elf32-m68k.c:4677
 msgid "unsupported reloc type"
 msgstr ""
 
@@ -388,20 +389,25 @@ msgstr ""
 msgid "Unrecognized reloc"
 msgstr ""
 
-#: coff-rs6000.c:2794
+#: coff-rs6000.c:2676
 #, c-format
 msgid "%s: unsupported relocation type 0x%02x"
 msgstr ""
 
-#: coff-rs6000.c:2887
+#: coff-rs6000.c:2761
 #, c-format
 msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"
 msgstr ""
 
-#: coff-rs6000.c:3652 coff64-rs6000.c:2175
+#: coff-rs6000.c:3512 coff64-rs6000.c:2111
 msgid "%B: symbol `%s' has unrecognized smclas %d"
 msgstr ""
 
+#: coff-sh.c:521
+#, c-format
+msgid "SH Error: unknown reloc type %d"
+msgstr ""
+
 #: coff-tic4x.c:195 coff-tic54x.c:299 coff-tic80.c:458
 #, c-format
 msgid "Unrecognized reloc type 0x%x"
@@ -417,81 +423,87 @@ msgstr ""
 msgid "ignoring reloc %s\n"
 msgstr ""
 
-#: coffcode.h:973
+#: coffcode.h:991
 msgid "%B: warning: COMDAT symbol '%s' does not match section name '%s'"
 msgstr ""
 
 #. Generate a warning message rather using the 'unhandled'
 #. variable as this will allow some .sys files generate by
 #. other toolchains to be processed.  See bugzilla issue 196.
-#: coffcode.h:1197
+#: coffcode.h:1215
 msgid ""
 "%B: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section %s"
 msgstr ""
 
-#: coffcode.h:1264
+#: coffcode.h:1282
 msgid "%B (%s): Section flag %s (0x%x) ignored"
 msgstr ""
 
-#: coffcode.h:2390
+#: coffcode.h:2424
 #, c-format
 msgid "Unrecognized TI COFF target id '0x%x'"
 msgstr ""
 
-#: coffcode.h:2704
+#: coffcode.h:2738
 msgid "%B: reloc against a non-existant symbol index: %ld"
 msgstr ""
 
-#: coffcode.h:3262
+#: coffcode.h:3296
 msgid "%B: too many sections (%d)"
 msgstr ""
 
-#: coffcode.h:3676
+#: coffcode.h:3712
 msgid "%B: section %s: string table overflow at offset %ld"
 msgstr ""
 
-#: coffcode.h:4481
+#: coffcode.h:4517
 msgid "%B: warning: line number table read failed"
 msgstr ""
 
-#: coffcode.h:4511
+#: coffcode.h:4547
 msgid "%B: warning: illegal symbol index %ld in line numbers"
 msgstr ""
 
-#: coffcode.h:4525
+#: coffcode.h:4561
 msgid "%B: warning: duplicate line number information for `%s'"
 msgstr ""
 
-#: coffcode.h:4916
+#: coffcode.h:4961
 msgid "%B: Unrecognized storage class %d for %s symbol `%s'"
 msgstr ""
 
-#: coffcode.h:5042
+#: coffcode.h:5087
 msgid "warning: %B: local symbol `%s' has no section"
 msgstr ""
 
-#: coffcode.h:5186
+#: coffcode.h:5231
 msgid "%B: illegal relocation type %d at address 0x%lx"
 msgstr ""
 
-#: coffgen.c:1573
+#: coffgen.c:1578
 msgid "%B: bad string table size %lu"
 msgstr ""
 
-#: cofflink.c:524 elflink.c:4339
+#: cofflink.c:533 elflink.c:4353
 msgid "Warning: type of symbol `%s' changed from %d to %d in %B"
 msgstr ""
 
-#: cofflink.c:2321
+#: cofflink.c:2330
 msgid "%B: relocs in section `%A', but it has no contents"
 msgstr ""
 
-#: cofflink.c:2652 coffswap.h:826
+#: cofflink.c:2392 elflink.c:9554
+msgid ""
+"%X`%s' referenced in section `%A' of %B: defined in discarded section `%A' "
+"of %B\n"
+msgstr ""
+
+#: cofflink.c:2690 coffswap.h:826
 #, c-format
 msgid "%s: %s: reloc overflow: 0x%lx > 0xffff"
 msgstr ""
 
-#: cofflink.c:2661 coffswap.h:812
+#: cofflink.c:2699 coffswap.h:812
 #, c-format
 msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff"
 msgstr ""
@@ -537,26 +549,26 @@ msgstr ""
 msgid "Dwarf Error: mangled line number section."
 msgstr ""
 
-#: dwarf2.c:1978 dwarf2.c:2098 dwarf2.c:2382
+#: dwarf2.c:1978 dwarf2.c:2098 dwarf2.c:2383
 #, c-format
 msgid "Dwarf Error: Could not find abbrev number %u."
 msgstr ""
 
-#: dwarf2.c:2343
+#: dwarf2.c:2344
 #, c-format
 msgid ""
 "Dwarf Error: found dwarf version '%u', this reader only handles version 2, 3 "
 "and 4 information."
 msgstr ""
 
-#: dwarf2.c:2350
+#: dwarf2.c:2351
 #, c-format
 msgid ""
 "Dwarf Error: found address size '%u', this reader can not handle sizes "
 "greater than '%u'."
 msgstr ""
 
-#: dwarf2.c:2373
+#: dwarf2.c:2374
 #, c-format
 msgid "Dwarf Error: Bad abbrev number: %u."
 msgstr ""
@@ -641,6 +653,10 @@ msgid ""
 "%P: fde encoding in %B(%A) prevents .eh_frame_hdr table being created.\n"
 msgstr ""
 
+#: elf-eh-frame.c:1583
+msgid "%P: DW_EH_PE_datarel unspecified for this architecture.\n"
+msgstr ""
+
 #: elf-ifunc.c:179
 msgid ""
 "%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer equality in `%B' can "
@@ -648,26 +664,26 @@ msgid ""
 "pie\n"
 msgstr ""
 
-#: elf-m10200.c:450 elf-m10300.c:1560 elf32-avr.c:1263 elf32-bfin.c:3193
+#: elf-m10200.c:450 elf-m10300.c:1571 elf32-avr.c:1221 elf32-bfin.c:3209
 #: elf32-cr16.c:1482 elf32-cr16c.c:780 elf32-cris.c:2077 elf32-crx.c:922
-#: elf32-d10v.c:509 elf32-fr30.c:609 elf32-frv.c:4111 elf32-h8300.c:509
+#: elf32-d10v.c:509 elf32-fr30.c:609 elf32-frv.c:4102 elf32-h8300.c:509
 #: elf32-i860.c:1211 elf32-ip2k.c:1468 elf32-iq2000.c:684 elf32-lm32.c:1168
-#: elf32-m32c.c:553 elf32-m32r.c:3111 elf32-m68hc1x.c:1138 elf32-mep.c:534
+#: elf32-m32c.c:553 elf32-m32r.c:3111 elf32-m68hc1x.c:1138 elf32-mep.c:535
 #: elf32-microblaze.c:1231 elf32-moxie.c:282 elf32-msp430.c:486 elf32-mt.c:395
 #: elf32-openrisc.c:404 elf32-score.c:2731 elf32-score7.c:2540
 #: elf32-spu.c:5042 elf32-v850.c:2143 elf32-xstormy16.c:941 elf64-mmix.c:1522
 msgid "internal error: out of range error"
 msgstr ""
 
-#: elf-m10200.c:454 elf-m10300.c:1564 elf32-avr.c:1267 elf32-bfin.c:3197
+#: elf-m10200.c:454 elf-m10300.c:1575 elf32-avr.c:1225 elf32-bfin.c:3213
 #: elf32-cr16.c:1486 elf32-cr16c.c:784 elf32-cris.c:2081 elf32-crx.c:926
-#: elf32-d10v.c:513 elf32-fr30.c:613 elf32-frv.c:4115 elf32-h8300.c:513
+#: elf32-d10v.c:513 elf32-fr30.c:613 elf32-frv.c:4106 elf32-h8300.c:513
 #: elf32-i860.c:1215 elf32-iq2000.c:688 elf32-lm32.c:1172 elf32-m32c.c:557
-#: elf32-m32r.c:3115 elf32-m68hc1x.c:1142 elf32-mep.c:538
+#: elf32-m32r.c:3115 elf32-m68hc1x.c:1142 elf32-mep.c:539
 #: elf32-microblaze.c:1235 elf32-moxie.c:286 elf32-msp430.c:490
 #: elf32-openrisc.c:408 elf32-score.c:2735 elf32-score7.c:2544
 #: elf32-spu.c:5046 elf32-v850.c:2147 elf32-xstormy16.c:945 elf64-mmix.c:1526
-#: elfxx-mips.c:9186
+#: elfxx-mips.c:9193
 msgid "internal error: unsupported relocation error"
 msgstr ""
 
@@ -678,39 +694,44 @@ msgstr ""
 msgid "internal error: dangerous error"
 msgstr ""
 
-#: elf-m10200.c:462 elf-m10300.c:1577 elf32-avr.c:1275 elf32-bfin.c:3205
+#: elf-m10200.c:462 elf-m10300.c:1591 elf32-avr.c:1233 elf32-bfin.c:3221
 #: elf32-cr16.c:1494 elf32-cr16c.c:792 elf32-cris.c:2089 elf32-crx.c:934
-#: elf32-d10v.c:521 elf32-fr30.c:621 elf32-frv.c:4123 elf32-h8300.c:521
+#: elf32-d10v.c:521 elf32-fr30.c:621 elf32-frv.c:4114 elf32-h8300.c:521
 #: elf32-i860.c:1223 elf32-ip2k.c:1483 elf32-iq2000.c:696 elf32-lm32.c:1180
-#: elf32-m32c.c:565 elf32-m32r.c:3123 elf32-m68hc1x.c:1150 elf32-mep.c:546
+#: elf32-m32c.c:565 elf32-m32r.c:3123 elf32-m68hc1x.c:1150 elf32-mep.c:547
 #: elf32-microblaze.c:1243 elf32-moxie.c:294 elf32-msp430.c:498 elf32-mt.c:403
 #: elf32-openrisc.c:416 elf32-score.c:2748 elf32-score7.c:2552
 #: elf32-spu.c:5054 elf32-v850.c:2167 elf32-xstormy16.c:953 elf64-mmix.c:1534
 msgid "internal error: unknown error"
 msgstr ""
 
-#: elf-m10300.c:1504 elf32-arm.c:9098 elf32-i386.c:4081 elf32-m32r.c:2604
-#: elf32-m68k.c:4156 elf32-ppc.c:8089 elf32-s390.c:3010 elf32-sh.c:4223
-#: elf32-xtensa.c:3067 elf64-ppc.c:13115 elf64-s390.c:2985 elf64-sh64.c:1636
-#: elf64-x86-64.c:3719 elfxx-sparc.c:3806
+#: elf-m10300.c:1515 elf32-arm.c:10365 elf32-i386.c:4107 elf32-m32r.c:2604
+#: elf32-m68k.c:4156 elf32-s390.c:3010 elf32-sh.c:4223 elf32-xtensa.c:3067
+#: elf64-s390.c:2985 elf64-sh64.c:1636 elf64-x86-64.c:3882 elfxx-sparc.c:3807
 msgid "%B(%A+0x%lx): unresolvable %s relocation against symbol `%s'"
 msgstr ""
 
-#: elf-m10300.c:1569
+#: elf-m10300.c:1580
 msgid ""
 "error: inappropriate relocation type for shared library (did you forget -"
 "fpic?)"
 msgstr ""
 
-#: elf-m10300.c:1572
+#: elf-m10300.c:1583
+msgid ""
+"%B: error: taking the address of protected function '%s' cannot be done when "
+"making a shared library"
+msgstr ""
+
+#: elf-m10300.c:1586
 msgid "internal error: suspicious relocation type used in shared library"
 msgstr ""
 
-#: elf-m10300.c:4372 elf32-arm.c:11392 elf32-cr16.c:2451 elf32-cris.c:3044
-#: elf32-hppa.c:1894 elf32-i370.c:503 elf32-i386.c:2036 elf32-lm32.c:1868
-#: elf32-m32r.c:1927 elf32-m68k.c:3252 elf32-ppc.c:4994 elf32-s390.c:1652
-#: elf32-sh.c:2931 elf32-vax.c:1040 elf64-ppc.c:6483 elf64-s390.c:1635
-#: elf64-sh64.c:3377 elf64-x86-64.c:1871 elfxx-sparc.c:2104
+#: elf-m10300.c:4384 elf32-arm.c:12743 elf32-cr16.c:2451 elf32-cris.c:3044
+#: elf32-hppa.c:1894 elf32-i370.c:503 elf32-i386.c:2043 elf32-lm32.c:1868
+#: elf32-m32r.c:1927 elf32-m68k.c:3252 elf32-s390.c:1652 elf32-sh.c:2931
+#: elf32-tic6x.c:2160 elf32-vax.c:1040 elf64-s390.c:1635 elf64-sh64.c:3377
+#: elf64-x86-64.c:1985 elfxx-sparc.c:2104
 #, c-format
 msgid "dynamic variable `%s' is zero size"
 msgstr ""
@@ -735,7 +756,7 @@ msgstr ""
 msgid "%B: no group info for section %A"
 msgstr ""
 
-#: elf.c:737 elf.c:3090 elflink.c:10062
+#: elf.c:737 elf.c:3121 elflink.c:10144
 msgid "%B: warning: sh_link not set for section `%A'"
 msgstr ""
 
@@ -751,551 +772,577 @@ msgstr ""
 msgid "%B: unable to initialize commpress status for section %s"
 msgstr ""
 
-#: elf.c:1050
+#: elf.c:1061
 msgid "%B: unable to initialize decommpress status for section %s"
 msgstr ""
 
-#: elf.c:1158
+#: elf.c:1181
 #, c-format
 msgid ""
 "\n"
 "Program Header:\n"
 msgstr ""
 
-#: elf.c:1200
+#: elf.c:1223
 #, c-format
 msgid ""
 "\n"
 "Dynamic Section:\n"
 msgstr ""
 
-#: elf.c:1336
+#: elf.c:1359
 #, c-format
 msgid ""
 "\n"
 "Version definitions:\n"
 msgstr ""
 
-#: elf.c:1361
+#: elf.c:1384
 #, c-format
 msgid ""
 "\n"
 "Version References:\n"
 msgstr ""
 
-#: elf.c:1366
+#: elf.c:1389
 #, c-format
 msgid "  required from %s:\n"
 msgstr ""
 
-#: elf.c:1773
+#: elf.c:1796
 msgid "%B: invalid link %lu for reloc section %s (index %u)"
 msgstr ""
 
-#: elf.c:1943
+#: elf.c:1966
 msgid ""
 "%B: don't know how to handle allocated, application specific section `%s' [0x"
 "%8x]"
 msgstr ""
 
-#: elf.c:1955
+#: elf.c:1978
 msgid "%B: don't know how to handle processor specific section `%s' [0x%8x]"
 msgstr ""
 
-#: elf.c:1966
+#: elf.c:1989
 msgid "%B: don't know how to handle OS specific section `%s' [0x%8x]"
 msgstr ""
 
-#: elf.c:1976
+#: elf.c:1999
 msgid "%B: don't know how to handle section `%s' [0x%8x]"
 msgstr ""
 
-#: elf.c:2603
+#: elf.c:2634
 #, c-format
 msgid "warning: section `%A' type changed to PROGBITS"
 msgstr ""
 
-#: elf.c:3047
+#: elf.c:3078
 msgid "%B: sh_link of section `%A' points to discarded section `%A' of `%B'"
 msgstr ""
 
-#: elf.c:3070
+#: elf.c:3101
 msgid "%B: sh_link of section `%A' points to removed section `%A' of `%B'"
 msgstr ""
 
-#: elf.c:4480
+#: elf.c:4527
 msgid ""
 "%B: The first section in the PT_DYNAMIC segment is not the .dynamic section"
 msgstr ""
 
-#: elf.c:4507
+#: elf.c:4554
 msgid "%B: Not enough room for program headers, try linking with -N"
 msgstr ""
 
-#: elf.c:4594
+#: elf.c:4641
 msgid "%B: section %A lma %#lx adjusted to %#lx"
 msgstr ""
 
-#: elf.c:4713
+#: elf.c:4774
 msgid "%B: section `%A' can't be allocated in segment %d"
 msgstr ""
 
-#: elf.c:4761
+#: elf.c:4822
 msgid "%B: warning: allocated section `%s' not in segment"
 msgstr ""
 
-#: elf.c:5257
+#: elf.c:5322
 msgid "%B: symbol `%s' required but not present"
 msgstr ""
 
-#: elf.c:5595
+#: elf.c:5660
 msgid "%B: warning: Empty loadable segment detected, is this intentional ?\n"
 msgstr ""
 
-#: elf.c:6622
+#: elf.c:6688
 #, c-format
 msgid ""
 "Unable to find equivalent output section for symbol '%s' from section '%s'"
 msgstr ""
 
-#: elf.c:7611
+#: elf.c:7684
 msgid "%B: unsupported relocation type %s"
 msgstr ""
 
-#: elf32-arm.c:3183
+#: elf32-arm.c:3590
 msgid ""
 "%B(%s): warning: interworking not enabled.\n"
 "  first occurrence: %B: Thumb call to ARM"
 msgstr ""
 
-#: elf32-arm.c:3226
+#: elf32-arm.c:3637
 msgid ""
 "%B(%s): warning: interworking not enabled.\n"
 "  first occurrence: %B: ARM call to Thumb"
 msgstr ""
 
-#: elf32-arm.c:3432 elf32-arm.c:4807
+#: elf32-arm.c:3849 elf32-arm.c:5286
 #, c-format
 msgid "%s: cannot create stub entry %s"
 msgstr ""
 
-#: elf32-arm.c:4923
+#: elf32-arm.c:5402
 #, c-format
 msgid "unable to find THUMB glue '%s' for '%s'"
 msgstr ""
 
-#: elf32-arm.c:4959
+#: elf32-arm.c:5438
 #, c-format
 msgid "unable to find ARM glue '%s' for '%s'"
 msgstr ""
 
-#: elf32-arm.c:5485
+#: elf32-arm.c:5964
 msgid "%B: BE8 images only valid in big-endian mode."
 msgstr ""
 
 #. Give a warning, but do as the user requests anyway.
-#: elf32-arm.c:5715
+#: elf32-arm.c:6194
 msgid ""
 "%B: warning: selected VFP11 erratum workaround is not necessary for target "
 "architecture"
 msgstr ""
 
-#: elf32-arm.c:6259 elf32-arm.c:6279
+#: elf32-arm.c:6738 elf32-arm.c:6758
 msgid "%B: unable to find VFP11 veneer `%s'"
 msgstr ""
 
-#: elf32-arm.c:6327
+#: elf32-arm.c:6806
 #, c-format
 msgid "Invalid TARGET2 relocation type '%s'."
 msgstr ""
 
-#: elf32-arm.c:6411
+#: elf32-arm.c:6890
 msgid ""
 "%B(%s): warning: interworking not enabled.\n"
 "  first occurrence: %B: thumb call to arm"
 msgstr ""
 
-#: elf32-arm.c:7130
+#: elf32-arm.c:7674
+msgid "%B(%A+0x%lx):unexpected Thumb instruction '0x%x' in TLS trampoline"
+msgstr ""
+
+#: elf32-arm.c:7713
+msgid "%B(%A+0x%lx):unexpected ARM instruction '0x%x' in TLS trampoline"
+msgstr ""
+
+#: elf32-arm.c:8166
 msgid "\\%B: Warning: Arm BLX instruction targets Arm function '%s'."
 msgstr ""
 
-#: elf32-arm.c:7541
+#: elf32-arm.c:8575
 msgid "%B: Warning: Thumb BLX instruction targets thumb function '%s'."
 msgstr ""
 
-#: elf32-arm.c:8223
+#: elf32-arm.c:9408
+msgid ""
+"%B(%A+0x%lx):unexpected Thumb instruction '0x%x' referenced by TLS_GOTDESC"
+msgstr ""
+
+#: elf32-arm.c:9431
+msgid ""
+"%B(%A+0x%lx):unexpected ARM instruction '0x%x' referenced by TLS_GOTDESC"
+msgstr ""
+
+#: elf32-arm.c:9460
 msgid "%B(%A+0x%lx): R_ARM_TLS_LE32 relocation not permitted in shared object"
 msgstr ""
 
-#: elf32-arm.c:8438
+#: elf32-arm.c:9675
 msgid ""
 "%B(%A+0x%lx): Only ADD or SUB instructions are allowed for ALU group "
 "relocations"
 msgstr ""
 
-#: elf32-arm.c:8478 elf32-arm.c:8565 elf32-arm.c:8648 elf32-arm.c:8733
+#: elf32-arm.c:9715 elf32-arm.c:9802 elf32-arm.c:9885 elf32-arm.c:9970
 msgid "%B(%A+0x%lx): Overflow whilst splitting 0x%lx for group relocation %s"
 msgstr ""
 
-#: elf32-arm.c:8963 elf32-sh.c:4112 elf64-sh64.c:1544
+#: elf32-arm.c:10209 elf32-sh.c:4112 elf64-sh64.c:1544
 msgid "%B(%A+0x%lx): %s relocation against SEC_MERGE section"
 msgstr ""
 
-#: elf32-arm.c:9074 elf32-m68k.c:4191 elf32-xtensa.c:2805 elf64-ppc.c:11689
+#: elf32-arm.c:10320 elf32-m68k.c:4191 elf32-xtensa.c:2805
 msgid "%B(%A+0x%lx): %s used with TLS symbol %s"
 msgstr ""
 
-#: elf32-arm.c:9075 elf32-m68k.c:4192 elf32-xtensa.c:2806 elf64-ppc.c:11690
+#: elf32-arm.c:10321 elf32-m68k.c:4192 elf32-xtensa.c:2806
 msgid "%B(%A+0x%lx): %s used with non-TLS symbol %s"
 msgstr ""
 
-#: elf32-arm.c:9132 elf32-tic6x.c:1632
+#: elf32-arm.c:10399 elf32-tic6x.c:2751
 msgid "out of range"
 msgstr ""
 
-#: elf32-arm.c:9136 elf32-tic6x.c:1636
+#: elf32-arm.c:10403 elf32-tic6x.c:2755
 msgid "unsupported relocation"
 msgstr ""
 
-#: elf32-arm.c:9144 elf32-tic6x.c:1644
+#: elf32-arm.c:10411 elf32-tic6x.c:2763
 msgid "unknown error"
 msgstr ""
 
-#: elf32-arm.c:9569
+#: elf32-arm.c:10836
 msgid ""
 "Warning: Clearing the interworking flag of %B because non-interworking code "
 "in %B has been linked with it"
 msgstr ""
 
-#: elf32-arm.c:9663
+#: elf32-arm.c:10930
 msgid "%B: Unknown mandatory EABI object attribute %d"
 msgstr ""
 
-#: elf32-arm.c:9671
+#: elf32-arm.c:10938
 msgid "Warning: %B: Unknown EABI object attribute %d"
 msgstr ""
 
-#: elf32-arm.c:9852
+#: elf32-arm.c:11119
 msgid "error: %B: Unknown CPU architecture"
 msgstr ""
 
-#: elf32-arm.c:9890
+#: elf32-arm.c:11157
 msgid "error: %B: Conflicting CPU architectures %d/%d"
 msgstr ""
 
-#: elf32-arm.c:9942
+#: elf32-arm.c:11206
 msgid ""
 "Error: %B has both the current and legacy Tag_MPextension_use attributes"
 msgstr ""
 
-#: elf32-arm.c:9967
+#: elf32-arm.c:11231
 msgid "error: %B uses VFP register arguments, %B does not"
 msgstr ""
 
-#: elf32-arm.c:10112
+#: elf32-arm.c:11376
 msgid "error: %B: unable to merge virtualization attributes with %B"
 msgstr ""
 
-#: elf32-arm.c:10138
+#: elf32-arm.c:11402
 msgid "error: %B: Conflicting architecture profiles %c/%c"
 msgstr ""
 
-#: elf32-arm.c:10239
+#: elf32-arm.c:11503
 msgid "Warning: %B: Conflicting platform configuration"
 msgstr ""
 
-#: elf32-arm.c:10248
+#: elf32-arm.c:11512
 msgid "error: %B: Conflicting use of R9"
 msgstr ""
 
-#: elf32-arm.c:10260
+#: elf32-arm.c:11524
 msgid "error: %B: SB relative addressing conflicts with use of R9"
 msgstr ""
 
-#: elf32-arm.c:10273
+#: elf32-arm.c:11537
 msgid ""
 "warning: %B uses %u-byte wchar_t yet the output is to use %u-byte wchar_t; "
 "use of wchar_t values across objects may fail"
 msgstr ""
 
-#: elf32-arm.c:10304
+#: elf32-arm.c:11568
 msgid ""
 "warning: %B uses %s enums yet the output is to use %s enums; use of enum "
 "values across objects may fail"
 msgstr ""
 
-#: elf32-arm.c:10316
+#: elf32-arm.c:11580
 msgid "error: %B uses iWMMXt register arguments, %B does not"
 msgstr ""
 
-#: elf32-arm.c:10333
+#: elf32-arm.c:11597
 msgid "error: fp16 format mismatch between %B and %B"
 msgstr ""
 
-#: elf32-arm.c:10357
+#: elf32-arm.c:11621
 msgid "DIV usage mismatch between %B and %B"
 msgstr ""
 
-#: elf32-arm.c:10376
+#: elf32-arm.c:11640
 msgid "%B has has both the current and legacy Tag_MPextension_use attributes"
 msgstr ""
 
 #. Ignore init flag - it may not be set, despite the flags field
 #. containing valid data.
 #. Ignore init flag - it may not be set, despite the flags field containing valid data.
-#: elf32-arm.c:10468 elf32-bfin.c:5065 elf32-cris.c:4162 elf32-m68hc1x.c:1282
+#: elf32-arm.c:11728 elf32-bfin.c:5075 elf32-cris.c:4162 elf32-m68hc1x.c:1282
 #: elf32-m68k.c:1235 elf32-score.c:3996 elf32-score7.c:3803 elf32-vax.c:528
-#: elfxx-mips.c:12842
+#: elfxx-mips.c:12857
 #, c-format
 msgid "private flags = %lx:"
 msgstr ""
 
-#: elf32-arm.c:10477
+#: elf32-arm.c:11737
 #, c-format
 msgid " [interworking enabled]"
 msgstr ""
 
-#: elf32-arm.c:10485
+#: elf32-arm.c:11745
 #, c-format
 msgid " [VFP float format]"
 msgstr ""
 
-#: elf32-arm.c:10487
+#: elf32-arm.c:11747
 #, c-format
 msgid " [Maverick float format]"
 msgstr ""
 
-#: elf32-arm.c:10489
+#: elf32-arm.c:11749
 #, c-format
 msgid " [FPA float format]"
 msgstr ""
 
-#: elf32-arm.c:10498
+#: elf32-arm.c:11758
 #, c-format
 msgid " [new ABI]"
 msgstr ""
 
-#: elf32-arm.c:10501
+#: elf32-arm.c:11761
 #, c-format
 msgid " [old ABI]"
 msgstr ""
 
-#: elf32-arm.c:10504
+#: elf32-arm.c:11764
 #, c-format
 msgid " [software FP]"
 msgstr ""
 
-#: elf32-arm.c:10513
+#: elf32-arm.c:11773
 #, c-format
 msgid " [Version1 EABI]"
 msgstr ""
 
-#: elf32-arm.c:10516 elf32-arm.c:10527
+#: elf32-arm.c:11776 elf32-arm.c:11787
 #, c-format
 msgid " [sorted symbol table]"
 msgstr ""
 
-#: elf32-arm.c:10518 elf32-arm.c:10529
+#: elf32-arm.c:11778 elf32-arm.c:11789
 #, c-format
 msgid " [unsorted symbol table]"
 msgstr ""
 
-#: elf32-arm.c:10524
+#: elf32-arm.c:11784
 #, c-format
 msgid " [Version2 EABI]"
 msgstr ""
 
-#: elf32-arm.c:10532
+#: elf32-arm.c:11792
 #, c-format
 msgid " [dynamic symbols use segment index]"
 msgstr ""
 
-#: elf32-arm.c:10535
+#: elf32-arm.c:11795
 #, c-format
 msgid " [mapping symbols precede others]"
 msgstr ""
 
-#: elf32-arm.c:10542
+#: elf32-arm.c:11802
 #, c-format
 msgid " [Version3 EABI]"
 msgstr ""
 
-#: elf32-arm.c:10546
+#: elf32-arm.c:11806
 #, c-format
 msgid " [Version4 EABI]"
 msgstr ""
 
-#: elf32-arm.c:10550
+#: elf32-arm.c:11810
 #, c-format
 msgid " [Version5 EABI]"
 msgstr ""
 
-#: elf32-arm.c:10553
+#: elf32-arm.c:11813
 #, c-format
 msgid " [BE8]"
 msgstr ""
 
-#: elf32-arm.c:10556
+#: elf32-arm.c:11816
 #, c-format
 msgid " [LE8]"
 msgstr ""
 
-#: elf32-arm.c:10562
+#: elf32-arm.c:11822
 #, c-format
 msgid " <EABI version unrecognised>"
 msgstr ""
 
-#: elf32-arm.c:10569
+#: elf32-arm.c:11829
 #, c-format
 msgid " [relocatable executable]"
 msgstr ""
 
-#: elf32-arm.c:10572
+#: elf32-arm.c:11832
 #, c-format
 msgid " [has entry point]"
 msgstr ""
 
-#: elf32-arm.c:10577
+#: elf32-arm.c:11837
 #, c-format
 msgid "<Unrecognised flag bits set>"
 msgstr ""
 
-#: elf32-arm.c:10824 elf32-i386.c:1322 elf32-s390.c:1000 elf32-xtensa.c:1009
-#: elf64-s390.c:960 elf64-x86-64.c:1105 elfxx-sparc.c:1370
+#: elf32-arm.c:12135 elf32-i386.c:1323 elf32-s390.c:1000 elf32-tic6x.c:2827
+#: elf32-xtensa.c:1009 elf64-s390.c:960 elf64-x86-64.c:1172 elfxx-sparc.c:1370
 msgid "%B: bad symbol index: %d"
 msgstr ""
 
-#: elf32-arm.c:10946 elf64-x86-64.c:1265 elf64-x86-64.c:1434 elfxx-mips.c:7942
+#: elf32-arm.c:12283 elf64-x86-64.c:1370 elf64-x86-64.c:1541 elfxx-mips.c:7949
 msgid ""
 "%B: relocation %s against `%s' can not be used when making a shared object; "
 "recompile with -fPIC"
 msgstr ""
 
-#: elf32-arm.c:11948
+#: elf32-arm.c:13412
 #, c-format
 msgid "Errors encountered processing file %s"
 msgstr ""
 
-#: elf32-arm.c:13334
+#: elf32-arm.c:14795
 msgid "%B: error: Cortex-A8 erratum stub is allocated in unsafe location"
 msgstr ""
 
 #. There's not much we can do apart from complain if this
 #. happens.
-#: elf32-arm.c:13361
+#: elf32-arm.c:14822
 msgid "%B: error: Cortex-A8 erratum stub out of range (input file too large)"
 msgstr ""
 
-#: elf32-arm.c:13455 elf32-arm.c:13477
+#: elf32-arm.c:14916 elf32-arm.c:14938
 msgid "%B: error: VFP11 veneer out of range"
 msgstr ""
 
-#: elf32-arm.c:14002
+#: elf32-arm.c:15477
 msgid "error: %B is already in final BE8 format"
 msgstr ""
 
-#: elf32-arm.c:14078
+#: elf32-arm.c:15553
 msgid ""
-"error: Source object %B has EABI version %d, but target %B has EABI version %"
-"d"
+"error: Source object %B has EABI version %d, but target %B has EABI version "
+"%d"
 msgstr ""
 
-#: elf32-arm.c:14094
+#: elf32-arm.c:15569
 msgid "error: %B is compiled for APCS-%d, whereas target %B uses APCS-%d"
 msgstr ""
 
-#: elf32-arm.c:14119
+#: elf32-arm.c:15594
 msgid "error: %B uses VFP instructions, whereas %B does not"
 msgstr ""
 
-#: elf32-arm.c:14123
+#: elf32-arm.c:15598
 msgid "error: %B uses FPA instructions, whereas %B does not"
 msgstr ""
 
-#: elf32-arm.c:14133
+#: elf32-arm.c:15608
 msgid "error: %B uses Maverick instructions, whereas %B does not"
 msgstr ""
 
-#: elf32-arm.c:14137
+#: elf32-arm.c:15612
 msgid "error: %B does not use Maverick instructions, whereas %B does"
 msgstr ""
 
-#: elf32-arm.c:14156
+#: elf32-arm.c:15631
 msgid "error: %B uses software FP, whereas %B uses hardware FP"
 msgstr ""
 
-#: elf32-arm.c:14160
+#: elf32-arm.c:15635
 msgid "error: %B uses hardware FP, whereas %B uses software FP"
 msgstr ""
 
-#: elf32-avr.c:1271 elf32-bfin.c:3201 elf32-cris.c:2085 elf32-fr30.c:617
-#: elf32-frv.c:4119 elf32-i860.c:1219 elf32-ip2k.c:1479 elf32-iq2000.c:692
-#: elf32-m32c.c:561 elf32-mep.c:542 elf32-moxie.c:290 elf32-msp430.c:494
+#: elf32-avr.c:1229 elf32-bfin.c:3217 elf32-cris.c:2085 elf32-fr30.c:617
+#: elf32-frv.c:4110 elf32-i860.c:1219 elf32-ip2k.c:1479 elf32-iq2000.c:692
+#: elf32-m32c.c:561 elf32-mep.c:543 elf32-moxie.c:290 elf32-msp430.c:494
 #: elf32-mt.c:399 elf32-openrisc.c:412 elf32-v850.c:2151 elf32-xstormy16.c:949
 #: elf64-mmix.c:1530
 msgid "internal error: dangerous relocation"
 msgstr ""
 
-#: elf32-avr.c:2400 elf32-hppa.c:598 elf32-m68hc1x.c:166 elf64-ppc.c:4175
+#: elf32-avr.c:2415 elf32-hppa.c:598 elf32-m68hc1x.c:166
 msgid "%B: cannot create stub entry %s"
 msgstr ""
 
-#: elf32-bfin.c:1575
+#: elf32-bfin.c:107 elf32-bfin.c:363
+msgid "relocation should be even number"
+msgstr ""
+
+#: elf32-bfin.c:1591
 msgid "%B(%A+0x%lx): unresolvable relocation against symbol `%s'"
 msgstr ""
 
-#: elf32-bfin.c:1608 elf32-i386.c:4123 elf32-m68k.c:4233 elf32-s390.c:3062
-#: elf64-s390.c:3037 elf64-x86-64.c:3759
+#: elf32-bfin.c:1624 elf32-i386.c:4150 elf32-m68k.c:4233 elf32-s390.c:3062
+#: elf64-s390.c:3037 elf64-x86-64.c:3923
 msgid "%B(%A+0x%lx): reloc against `%s': error %d"
 msgstr ""
 
-#: elf32-bfin.c:2707
+#: elf32-bfin.c:2723
 msgid "%B: relocation at `%A+0x%x' references symbol `%s' with nonzero addend"
 msgstr ""
 
-#: elf32-bfin.c:2721 elf32-frv.c:2901
+#: elf32-bfin.c:2737
 msgid "relocation references symbol not defined in the module"
 msgstr ""
 
-#: elf32-bfin.c:2818
+#: elf32-bfin.c:2834
 msgid "R_BFIN_FUNCDESC references dynamic symbol with nonzero addend"
 msgstr ""
 
-#: elf32-bfin.c:2859 elf32-bfin.c:2982 elf32-frv.c:3638 elf32-frv.c:3759
+#: elf32-bfin.c:2875 elf32-bfin.c:2998
 msgid "cannot emit fixups in read-only section"
 msgstr ""
 
-#: elf32-bfin.c:2890 elf32-bfin.c:3020 elf32-frv.c:3669 elf32-frv.c:3803
-#: elf32-lm32.c:1103 elf32-sh.c:5021
+#: elf32-bfin.c:2906 elf32-bfin.c:3036 elf32-lm32.c:1103 elf32-sh.c:5021
 msgid "cannot emit dynamic relocations in read-only section"
 msgstr ""
 
-#: elf32-bfin.c:2940
+#: elf32-bfin.c:2956
 msgid "R_BFIN_FUNCDESC_VALUE references dynamic symbol with nonzero addend"
 msgstr ""
 
-#: elf32-bfin.c:3105
+#: elf32-bfin.c:3121
 msgid "relocations between different segments are not supported"
 msgstr ""
 
-#: elf32-bfin.c:3106
+#: elf32-bfin.c:3122
 msgid "warning: relocation references a different segment"
 msgstr ""
 
-#: elf32-bfin.c:4957 elf32-frv.c:6406
+#: elf32-bfin.c:4967
 msgid "%B: unsupported relocation type %i"
 msgstr ""
 
-#: elf32-bfin.c:5111 elf32-frv.c:6814
+#: elf32-bfin.c:5121 elf32-frv.c:6805
 #, c-format
 msgid "%s: cannot link non-fdpic object file into fdpic executable"
 msgstr ""
 
-#: elf32-bfin.c:5115 elf32-frv.c:6818
+#: elf32-bfin.c:5125 elf32-frv.c:6809
 #, c-format
 msgid "%s: cannot link fdpic object file into non-fdpic executable"
 msgstr ""
 
+#: elf32-bfin.c:5279
+#, c-format
+msgid "*** check this relocation %s"
+msgstr ""
+
 #: elf32-cris.c:1172
 msgid "%B, section %A: unresolvable relocation %s against symbol `%s'"
 msgstr ""
@@ -1309,16 +1356,16 @@ msgid "%B, section %A: No PLT for relocation %s against symbol `%s'"
 msgstr ""
 
 #: elf32-cris.c:1242 elf32-cris.c:1375 elf32-cris.c:1635 elf32-cris.c:1718
-#: elf32-cris.c:1871
+#: elf32-cris.c:1871 elf32-tic6x.c:2660
 msgid "[whose name is lost]"
 msgstr ""
 
-#: elf32-cris.c:1361
+#: elf32-cris.c:1361 elf32-tic6x.c:2645
 msgid ""
 "%B, section %A: relocation %s with non-zero addend %d against local symbol"
 msgstr ""
 
-#: elf32-cris.c:1369 elf32-cris.c:1712 elf32-cris.c:1865
+#: elf32-cris.c:1369 elf32-cris.c:1712 elf32-cris.c:1865 elf32-tic6x.c:2653
 msgid ""
 "%B, section %A: relocation %s with non-zero addend %d against symbol `%s'"
 msgstr ""
@@ -1414,98 +1461,125 @@ msgstr ""
 msgid "%B contains non-CRIS-v32 code, incompatible with previous objects"
 msgstr ""
 
+#: elf32-dlx.c:142
+#, c-format
+msgid "BFD Link Error: branch (PC rel16) to section (%s) not supported"
+msgstr ""
+
+#: elf32-dlx.c:204
+#, c-format
+msgid "BFD Link Error: jump (PC rel26) to section (%s) not supported"
+msgstr ""
+
 #: elf32-frv.c:1509 elf32-frv.c:1658
 msgid "relocation requires zero addend"
 msgstr ""
 
 #: elf32-frv.c:2888
-msgid "%B(%A+0x%x): relocation to `%s+%x' may have caused the error above"
+msgid "%H: relocation to `%s+%v' may have caused the error above\n"
 msgstr ""
 
-#: elf32-frv.c:2977
-msgid "R_FRV_GETTLSOFF not applied to a call instruction"
+#: elf32-frv.c:2902
+msgid "%H: relocation references symbol not defined in the module\n"
+msgstr ""
+
+#: elf32-frv.c:2978
+msgid "%H: R_FRV_GETTLSOFF not applied to a call instruction\n"
 msgstr ""
 
 #: elf32-frv.c:3019
-msgid "R_FRV_GOTTLSDESC12 not applied to an lddi instruction"
+msgid "%H: R_FRV_GOTTLSDESC12 not applied to an lddi instruction\n"
 msgstr ""
 
 #: elf32-frv.c:3090
-msgid "R_FRV_GOTTLSDESCHI not applied to a sethi instruction"
+msgid "%H: R_FRV_GOTTLSDESCHI not applied to a sethi instruction\n"
 msgstr ""
 
 #: elf32-frv.c:3127
-msgid "R_FRV_GOTTLSDESCLO not applied to a setlo or setlos instruction"
+msgid "%H: R_FRV_GOTTLSDESCLO not applied to a setlo or setlos instruction\n"
+msgstr ""
+
+#: elf32-frv.c:3174
+msgid "%H: R_FRV_TLSDESC_RELAX not applied to an ldd instruction\n"
+msgstr ""
+
+#: elf32-frv.c:3258
+msgid "%H: R_FRV_GETTLSOFF_RELAX not applied to a calll instruction\n"
 msgstr ""
 
-#: elf32-frv.c:3175
-msgid "R_FRV_TLSDESC_RELAX not applied to an ldd instruction"
+#: elf32-frv.c:3312
+msgid "%H: R_FRV_GOTTLSOFF12 not applied to an ldi instruction\n"
 msgstr ""
 
-#: elf32-frv.c:3259
-msgid "R_FRV_GETTLSOFF_RELAX not applied to a calll instruction"
+#: elf32-frv.c:3342
+msgid "%H: R_FRV_GOTTLSOFFHI not applied to a sethi instruction\n"
 msgstr ""
 
-#: elf32-frv.c:3314
-msgid "R_FRV_GOTTLSOFF12 not applied to an ldi instruction"
+#: elf32-frv.c:3371
+msgid "%H: R_FRV_GOTTLSOFFLO not applied to a setlo or setlos instruction\n"
 msgstr ""
 
-#: elf32-frv.c:3344
-msgid "R_FRV_GOTTLSOFFHI not applied to a sethi instruction"
+#: elf32-frv.c:3401
+msgid "%H: R_FRV_TLSOFF_RELAX not applied to an ld instruction\n"
 msgstr ""
 
-#: elf32-frv.c:3373
-msgid "R_FRV_GOTTLSOFFLO not applied to a setlo or setlos instruction"
+#: elf32-frv.c:3446
+msgid "%H: R_FRV_TLSMOFFHI not applied to a sethi instruction\n"
 msgstr ""
 
-#: elf32-frv.c:3404
-msgid "R_FRV_TLSOFF_RELAX not applied to an ld instruction"
+#: elf32-frv.c:3473
+msgid "R_FRV_TLSMOFFLO not applied to a setlo or setlos instruction\n"
 msgstr ""
 
-#: elf32-frv.c:3449
-msgid "R_FRV_TLSMOFFHI not applied to a sethi instruction"
+#: elf32-frv.c:3594
+msgid "%H: R_FRV_FUNCDESC references dynamic symbol with nonzero addend\n"
 msgstr ""
 
-#: elf32-frv.c:3476
-msgid "R_FRV_TLSMOFFLO not applied to a setlo or setlos instruction"
+#: elf32-frv.c:3635 elf32-frv.c:3757
+msgid "%H: cannot emit fixups in read-only section\n"
 msgstr ""
 
-#: elf32-frv.c:3597
-msgid "R_FRV_FUNCDESC references dynamic symbol with nonzero addend"
+#: elf32-frv.c:3666 elf32-frv.c:3800
+msgid "%H: cannot emit dynamic relocations in read-only section\n"
 msgstr ""
 
-#: elf32-frv.c:3717
-msgid "R_FRV_FUNCDESC_VALUE references dynamic symbol with nonzero addend"
+#: elf32-frv.c:3715
+msgid ""
+"%H: R_FRV_FUNCDESC_VALUE references dynamic symbol with nonzero addend\n"
 msgstr ""
 
-#: elf32-frv.c:3974 elf32-frv.c:4130
-msgid "%B(%A+0x%lx): reloc against `%s': %s"
+#: elf32-frv.c:3971
+msgid "%H: reloc against `%s' references a different segment\n"
 msgstr ""
 
-#: elf32-frv.c:3976 elf32-frv.c:3980
-msgid "relocation references a different segment"
+#: elf32-frv.c:4121
+msgid "%H: reloc against `%s': %s\n"
 msgstr ""
 
-#: elf32-frv.c:6728
+#: elf32-frv.c:6397
+msgid "%B: unsupported relocation type %i\n"
+msgstr ""
+
+#: elf32-frv.c:6719
 #, c-format
 msgid ""
 "%s: compiled with %s and linked with modules that use non-pic relocations"
 msgstr ""
 
-#: elf32-frv.c:6781 elf32-iq2000.c:845 elf32-m32c.c:807
+#: elf32-frv.c:6772 elf32-iq2000.c:845 elf32-m32c.c:807
 #, c-format
 msgid "%s: compiled with %s and linked with modules compiled with %s"
 msgstr ""
 
-#: elf32-frv.c:6793
+#: elf32-frv.c:6784
 #, c-format
 msgid ""
-"%s: uses different unknown e_flags (0x%lx) fields than previous modules (0x%"
-"lx)"
+"%s: uses different unknown e_flags (0x%lx) fields than previous modules (0x"
+"%lx)"
 msgstr ""
 
-#: elf32-frv.c:6843 elf32-iq2000.c:882 elf32-m32c.c:843 elf32-mt.c:576
-#: elf32-rx.c:2925
+#: elf32-frv.c:6834 elf32-iq2000.c:882 elf32-m32c.c:843 elf32-mt.c:576
+#: elf32-rx.c:2937
 #, c-format
 msgid "private flags = 0x%lx:"
 msgstr ""
@@ -1542,59 +1616,67 @@ msgid ".got section not immediately after .plt section"
 msgstr ""
 
 #. Unknown relocation.
-#: elf32-i386.c:371 elf32-m68k.c:383 elf32-ppc.c:1674 elf32-s390.c:379
-#: elf32-tic6x.c:1563 elf64-ppc.c:2284 elf64-s390.c:403 elf64-x86-64.c:234
+#: elf32-i386.c:372 elf32-m68k.c:383 elf32-ppc.c:1675 elf32-s390.c:379
+#: elf32-tic6x.c:2682 elf64-ppc.c:2285 elf64-s390.c:403 elf64-x86-64.c:243
 msgid "%B: invalid relocation type %d"
 msgstr ""
 
-#: elf32-i386.c:1265 elf64-x86-64.c:1049
+#: elf32-i386.c:1266 elf64-x86-64.c:1116
 msgid ""
 "%B: TLS transition from %s to %s against `%s' at 0x%lx in section `%A' failed"
 msgstr ""
 
-#: elf32-i386.c:1408 elf32-i386.c:3068 elf64-x86-64.c:1194 elf64-x86-64.c:2780
-#: elfxx-sparc.c:3076
+#: elf32-i386.c:1411 elf32-i386.c:3090 elf64-x86-64.c:1296 elf64-x86-64.c:2909
+#: elfxx-sparc.c:3077
 msgid "%B: relocation %s against STT_GNU_IFUNC symbol `%s' isn't handled by %s"
 msgstr ""
 
-#: elf32-i386.c:1570 elf32-s390.c:1182 elf32-sh.c:6367 elf32-xtensa.c:1182
+#: elf32-i386.c:1573 elf32-s390.c:1182 elf32-sh.c:6367 elf32-xtensa.c:1182
 #: elf64-s390.c:1151 elfxx-sparc.c:1547
 msgid "%B: `%s' accessed both as normal and thread local symbol"
 msgstr ""
 
-#: elf32-i386.c:2910
+#: elf32-i386.c:2405 elf64-x86-64.c:2320
+msgid "%P: %B: warning: relocation against `%s' in readonly section `%A'.\n"
+msgstr ""
+
+#: elf32-i386.c:2496 elf64-x86-64.c:2407
+msgid "%P: %B: warning: relocation in readonly section `%A'.\n"
+msgstr ""
+
+#: elf32-i386.c:2932
 msgid "%B: unrecognized relocation (0x%x) in section `%A'"
 msgstr ""
 
-#: elf32-i386.c:3317 elf64-x86-64.c:3174
+#: elf32-i386.c:3339 elf64-x86-64.c:3295
 msgid "hidden symbol"
 msgstr ""
 
-#: elf32-i386.c:3320 elf64-x86-64.c:3177
+#: elf32-i386.c:3342 elf64-x86-64.c:3298
 msgid "internal symbol"
 msgstr ""
 
-#: elf32-i386.c:3323 elf64-x86-64.c:3180
+#: elf32-i386.c:3345 elf64-x86-64.c:3301
 msgid "protected symbol"
 msgstr ""
 
-#: elf32-i386.c:3326 elf64-x86-64.c:3183
+#: elf32-i386.c:3348 elf64-x86-64.c:3304
 msgid "symbol"
 msgstr ""
 
-#: elf32-i386.c:3331
+#: elf32-i386.c:3353
 msgid ""
 "%B: relocation R_386_GOTOFF against undefined %s `%s' can not be used when "
 "making a shared object"
 msgstr ""
 
-#: elf32-i386.c:3341
+#: elf32-i386.c:3363
 msgid ""
 "%B: relocation R_386_GOTOFF against protected function `%s' can not be used "
 "when making a shared object"
 msgstr ""
 
-#: elf32-i386.c:4633 elf64-x86-64.c:4206
+#: elf32-i386.c:4660 elf64-x86-64.c:4378
 #, c-format
 msgid "discarded output section: `%A'"
 msgstr ""
@@ -1689,8 +1771,8 @@ msgstr ""
 #: elf32-m68hc1x.c:1092
 #, c-format
 msgid ""
-"reference to a banked address [%lx:%04lx] in the normal address space at %"
-"04lx"
+"reference to a banked address [%lx:%04lx] in the normal address space at "
+"%04lx"
 msgstr ""
 
 #: elf32-m68hc1x.c:1225
@@ -1709,7 +1791,7 @@ msgstr ""
 msgid "%B: linking files compiled for HCS12 with others compiled for HC12"
 msgstr ""
 
-#: elf32-m68hc1x.c:1257 elf32-ppc.c:4232 elf64-sparc.c:703 elfxx-mips.c:12704
+#: elf32-m68hc1x.c:1257 elf32-ppc.c:4214 elf64-sparc.c:705 elfxx-mips.c:12719
 msgid "%B: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"
 msgstr ""
 
@@ -1758,7 +1840,7 @@ msgstr ""
 msgid " [memory=flat]"
 msgstr ""
 
-#: elf32-m68k.c:1250 elf32-m68k.c:1251 vms-alpha.c:7292 vms-alpha.c:7307
+#: elf32-m68k.c:1250 elf32-m68k.c:1251 vms-alpha.c:7311 vms-alpha.c:7326
 msgid "unknown"
 msgstr ""
 
@@ -1782,15 +1864,26 @@ msgstr ""
 msgid "%B: Unknown relocation type %d\n"
 msgstr ""
 
-#: elf32-mep.c:647
+#. Pacify gcc -Wall.
+#: elf32-mep.c:157
+#, c-format
+msgid "mep: no reloc for code %d"
+msgstr ""
+
+#: elf32-mep.c:163
+#, c-format
+msgid "MeP: howto %d has type %d"
+msgstr ""
+
+#: elf32-mep.c:648
 msgid "%B and %B are for different cores"
 msgstr ""
 
-#: elf32-mep.c:664
+#: elf32-mep.c:665
 msgid "%B and %B are for different configurations"
 msgstr ""
 
-#: elf32-mep.c:701
+#: elf32-mep.c:702
 #, c-format
 msgid "private flags = 0x%lx"
 msgstr ""
@@ -1805,11 +1898,11 @@ msgstr ""
 msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)"
 msgstr ""
 
-#: elf32-microblaze.c:1155 elfxx-sparc.c:3450
+#: elf32-microblaze.c:1155 elfxx-sparc.c:3451
 msgid "%B: probably compiled without -fPIC?"
 msgstr ""
 
-#: elf32-microblaze.c:2074 elflink.c:12601
+#: elf32-microblaze.c:2074
 msgid "%B: bad relocation section name `%s'"
 msgstr ""
 
@@ -1822,162 +1915,179 @@ msgstr ""
 msgid "32bits gp relative relocation occurs for an external symbol"
 msgstr ""
 
-#: elf32-ppc.c:1739
+#: elf32-ppc.c:1740
 #, c-format
 msgid "generic linker can't handle %s"
 msgstr ""
 
-#: elf32-ppc.c:2180
+#: elf32-ppc.c:2183
 msgid "corrupt %s section in %B"
 msgstr ""
 
-#: elf32-ppc.c:2199
+#: elf32-ppc.c:2202
 msgid "unable to read in %s section from %B"
 msgstr ""
 
-#: elf32-ppc.c:2240
+#: elf32-ppc.c:2243
 msgid "warning: unable to set size of %s section in %B"
 msgstr ""
 
-#: elf32-ppc.c:2290
+#: elf32-ppc.c:2293
 msgid "failed to allocate space for new APUinfo section."
 msgstr ""
 
-#: elf32-ppc.c:2309
+#: elf32-ppc.c:2312
 msgid "failed to compute new APUinfo section."
 msgstr ""
 
-#: elf32-ppc.c:2312
+#: elf32-ppc.c:2315
 msgid "failed to install new APUinfo section."
 msgstr ""
 
-#: elf32-ppc.c:3358
+#: elf32-ppc.c:3343
 msgid "%B: relocation %s cannot be used when making a shared object"
 msgstr ""
 
 #. It does not make sense to have a procedure linkage
 #. table entry for a local symbol.
-#: elf32-ppc.c:3702
-msgid "%B(%A+0x%lx): %s reloc against local symbol"
+#: elf32-ppc.c:3687
+msgid "%H: %s reloc against local symbol\n"
 msgstr ""
 
-#: elf32-ppc.c:4044 elf32-ppc.c:4059 elfxx-mips.c:12411 elfxx-mips.c:12437
-#: elfxx-mips.c:12459 elfxx-mips.c:12485
+#: elf32-ppc.c:4026 elf32-ppc.c:4041 elfxx-mips.c:12423 elfxx-mips.c:12449
+#: elfxx-mips.c:12471 elfxx-mips.c:12497
 msgid "Warning: %B uses hard float, %B uses soft float"
 msgstr ""
 
-#: elf32-ppc.c:4047 elf32-ppc.c:4051
+#: elf32-ppc.c:4029 elf32-ppc.c:4033
 msgid ""
 "Warning: %B uses double-precision hard float, %B uses single-precision hard "
 "float"
 msgstr ""
 
-#: elf32-ppc.c:4055
+#: elf32-ppc.c:4037
 msgid "Warning: %B uses soft float, %B uses single-precision hard float"
 msgstr ""
 
-#: elf32-ppc.c:4062 elf32-ppc.c:4066 elfxx-mips.c:12391 elfxx-mips.c:12395
+#: elf32-ppc.c:4044 elf32-ppc.c:4048 elfxx-mips.c:12403 elfxx-mips.c:12407
 msgid "Warning: %B uses unknown floating point ABI %d"
 msgstr ""
 
-#: elf32-ppc.c:4108 elf32-ppc.c:4112
+#: elf32-ppc.c:4090 elf32-ppc.c:4094
 msgid "Warning: %B uses unknown vector ABI %d"
 msgstr ""
 
-#: elf32-ppc.c:4116
+#: elf32-ppc.c:4098
 msgid "Warning: %B uses vector ABI \"%s\", %B uses \"%s\""
 msgstr ""
 
-#: elf32-ppc.c:4133 elf32-ppc.c:4136
+#: elf32-ppc.c:4115 elf32-ppc.c:4118
 msgid "Warning: %B uses r3/r4 for small structure returns, %B uses memory"
 msgstr ""
 
-#: elf32-ppc.c:4139 elf32-ppc.c:4143
+#: elf32-ppc.c:4121 elf32-ppc.c:4125
 msgid "Warning: %B uses unknown small structure return convention %d"
 msgstr ""
 
-#: elf32-ppc.c:4197
+#: elf32-ppc.c:4179
 msgid ""
 "%B: compiled with -mrelocatable and linked with modules compiled normally"
 msgstr ""
 
-#: elf32-ppc.c:4205
+#: elf32-ppc.c:4187
 msgid ""
 "%B: compiled normally and linked with modules compiled with -mrelocatable"
 msgstr ""
 
-#: elf32-ppc.c:4293
+#: elf32-ppc.c:4275
 msgid "Using bss-plt due to %B"
 msgstr ""
 
-#: elf32-ppc.c:7192 elf64-ppc.c:12307
-msgid "%B: unknown relocation type %d for symbol %s"
+#. Uh oh, we didn't find the expected call.  We
+#. could just mark this symbol to exclude it
+#. from tls optimization but it's safer to skip
+#. the entire optimization.
+#: elf32-ppc.c:4771 elf64-ppc.c:7778
+msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n"
 msgstr ""
 
-#: elf32-ppc.c:7453
-msgid "%B(%A+0x%lx): non-zero addend on %s reloc against `%s'"
+#: elf32-ppc.c:5006 elf64-ppc.c:6494
+#, c-format
+msgid "dynamic variable `%s' is zero size\n"
+msgstr ""
+
+#: elf32-ppc.c:7204 elf64-ppc.c:12431
+msgid "%B: unknown relocation type %d for symbol %s\n"
+msgstr ""
+
+#: elf32-ppc.c:7465
+msgid "%H: non-zero addend on %s reloc against `%s'\n"
 msgstr ""
 
-#: elf32-ppc.c:7651 elf64-ppc.c:12812
-msgid "%B(%A+0x%lx): relocation %s for indirect function %s unsupported"
+#: elf32-ppc.c:7661 elf64-ppc.c:12936
+msgid "%H: relocation %s for indirect function %s unsupported\n"
 msgstr ""
 
-#: elf32-ppc.c:7881 elf32-ppc.c:7911 elf32-ppc.c:7958
+#: elf32-ppc.c:7889 elf32-ppc.c:7919 elf32-ppc.c:7966
 msgid ""
-"%B: the target (%s) of a %s relocation is in the wrong output section (%s)"
+"%B: the target (%s) of a %s relocation is in the wrong output section (%s)\n"
 msgstr ""
 
-#: elf32-ppc.c:8030
-msgid "%B: relocation %s is not yet supported for symbol %s."
+#: elf32-ppc.c:8038
+msgid "%B: relocation %s is not yet supported for symbol %s\n"
 msgstr ""
 
-#: elf32-ppc.c:8138 elf64-ppc.c:13162
-msgid "%B(%A+0x%lx): %s reloc against `%s': error %d"
+#: elf32-ppc.c:8097 elf64-ppc.c:13237
+msgid "%H: unresolvable %s relocation against symbol `%s'\n"
 msgstr ""
 
-#: elf32-ppc.c:8629
+#: elf32-ppc.c:8144 elf64-ppc.c:13282
+msgid "%H: %s reloc against `%s': error %d\n"
+msgstr ""
+
+#: elf32-ppc.c:8635
 #, c-format
-msgid "%s not defined in linker created %s"
+msgid "%s not defined in linker created %s\n"
 msgstr ""
 
-#: elf32-rx.c:544
+#: elf32-rx.c:553
 msgid "%B:%A: Warning: deprecated Red Hat reloc "
 msgstr ""
 
-#: elf32-rx.c:1086
+#: elf32-rx.c:1095
 msgid "Warning: RX_SYM reloc with an unknown symbol"
 msgstr ""
 
-#: elf32-rx.c:1251
+#: elf32-rx.c:1260
 msgid "%B(%A): error: call to undefined function '%s'"
 msgstr ""
 
-#: elf32-rx.c:1265
+#: elf32-rx.c:1274
 msgid "%B(%A): warning: unaligned access to symbol '%s' in the small data area"
 msgstr ""
 
-#: elf32-rx.c:1269
+#: elf32-rx.c:1278
 msgid "%B(%A): internal error: out of range error"
 msgstr ""
 
-#: elf32-rx.c:1273
+#: elf32-rx.c:1282
 msgid "%B(%A): internal error: unsupported relocation error"
 msgstr ""
 
-#: elf32-rx.c:1277
+#: elf32-rx.c:1286
 msgid "%B(%A): internal error: dangerous relocation"
 msgstr ""
 
-#: elf32-rx.c:1281
+#: elf32-rx.c:1290
 msgid "%B(%A): internal error: unknown error"
 msgstr ""
 
-#: elf32-rx.c:2928
+#: elf32-rx.c:2940
 #, c-format
 msgid " [64-bit doubles]"
 msgstr ""
 
-#: elf32-rx.c:2930
+#: elf32-rx.c:2942
 #, c-format
 msgid " [dsp]"
 msgstr ""
@@ -1986,7 +2096,7 @@ msgstr ""
 msgid "%B(%A+0x%lx): invalid instruction for TLS relocation %s"
 msgstr ""
 
-#: elf32-score.c:1522 elf32-score7.c:1382 elfxx-mips.c:3323
+#: elf32-score.c:1522 elf32-score7.c:1382 elfxx-mips.c:3324
 msgid "not enough GOT space for local GOT entries"
 msgstr ""
 
@@ -2025,7 +2135,7 @@ msgstr ""
 msgid "%B: Unrecognised .directive command: %s"
 msgstr ""
 
-#: elf32-sh-symbian.c:503
+#: elf32-sh-symbian.c:504
 msgid "%B: Failed to add renamed symbol %s"
 msgstr ""
 
@@ -2111,7 +2221,7 @@ msgstr ""
 msgid "%B: Function descriptor relocation with non-zero addend"
 msgstr ""
 
-#: elf32-sh.c:6629 elf64-alpha.c:4560
+#: elf32-sh.c:6629 elf64-alpha.c:4648
 msgid "%B: TLS local exec code cannot be linked into shared objects"
 msgstr ""
 
@@ -2212,7 +2322,7 @@ msgstr ""
 msgid "overlay stub relocation overflow"
 msgstr ""
 
-#: elf32-spu.c:1960 elf64-ppc.c:11327
+#: elf32-spu.c:1960
 msgid "stubs don't match calculated size"
 msgstr ""
 
@@ -2302,52 +2412,54 @@ msgstr ""
 msgid "%B(%s+0x%lx): unresolvable %s relocation against symbol `%s'"
 msgstr ""
 
-#: elf32-tic6x.c:1539
-msgid "%B: SB-relative relocation but __c6xabi_DSBT_BASE not defined"
+#: elf32-tic6x.c:1602
+msgid "warning: generating a shared library containing non-PIC code"
+msgstr ""
+
+#: elf32-tic6x.c:1607
+msgid "warning: generating a shared library containing non-PID code"
 msgstr ""
 
-#. Shared libraries and exception handling support not
-#. implemented.
-#: elf32-tic6x.c:1554
-msgid "%B: relocation type %d not implemented"
+#: elf32-tic6x.c:2539
+msgid "%B: SB-relative relocation but __c6xabi_DSBT_BASE not defined"
 msgstr ""
 
-#: elf32-tic6x.c:1640
+#: elf32-tic6x.c:2759
 msgid "dangerous relocation"
 msgstr ""
 
-#: elf32-tic6x.c:1788 elf32-tic6x.c:1796
+#: elf32-tic6x.c:3740
+msgid "%B: error: unknown mandatory EABI object attribute %d"
+msgstr ""
+
+#: elf32-tic6x.c:3748
+msgid "%B: warning: unknown EABI object attribute %d"
+msgstr ""
+
+#: elf32-tic6x.c:3860 elf32-tic6x.c:3868
 msgid "error: %B requires more stack alignment than %B preserves"
 msgstr ""
 
-#: elf32-tic6x.c:1806 elf32-tic6x.c:1815
+#: elf32-tic6x.c:3878 elf32-tic6x.c:3887
 msgid "error: unknown Tag_ABI_array_object_alignment value in %B"
 msgstr ""
 
-#: elf32-tic6x.c:1824 elf32-tic6x.c:1833
+#: elf32-tic6x.c:3896 elf32-tic6x.c:3905
 msgid "error: unknown Tag_ABI_array_object_align_expected value in %B"
 msgstr ""
 
-#: elf32-tic6x.c:1841 elf32-tic6x.c:1848
+#: elf32-tic6x.c:3913 elf32-tic6x.c:3920
 msgid "error: %B requires more array alignment than %B preserves"
 msgstr ""
 
-#: elf32-tic6x.c:1870
+#: elf32-tic6x.c:3942
 msgid "warning: %B and %B differ in wchar_t size"
 msgstr ""
 
-#: elf32-tic6x.c:1888
+#: elf32-tic6x.c:3960
 msgid "warning: %B and %B differ in whether code is compiled for DSBT"
 msgstr ""
 
-#: elf32-tic6x.c:1898
-msgid "warning: %B and %B differ in position-dependence of data addressing"
-msgstr ""
-
-#: elf32-tic6x.c:1908
-msgid "warning: %B and %B differ in position-dependence of code addressing"
-msgstr ""
-
 #: elf32-v850.c:173
 #, c-format
 msgid "Variable `%s' cannot occupy in multiple small data regions"
@@ -2378,8 +2490,7 @@ msgid ""
 msgstr ""
 
 #: elf32-v850.c:483
-#, c-format
-msgid "FAILED to find previous HI16 reloc\n"
+msgid "FAILED to find previous HI16 reloc"
 msgstr ""
 
 #: elf32-v850.c:2155
@@ -2466,7 +2577,7 @@ msgstr ""
 msgid "%s: warning: %s relocation to 0x%x from %s section"
 msgstr ""
 
-#: elf32-xstormy16.c:451 elf32-ia64.c:2861 elf64-ia64.c:2861
+#: elf32-xstormy16.c:451 elf32-ia64.c:2342 elf64-ia64.c:2342
 msgid "non-zero addend in @fptr reloc"
 msgstr ""
 
@@ -2525,52 +2636,52 @@ msgstr ""
 msgid "GPDISP relocation did not find ldah and lda instructions"
 msgstr ""
 
-#: elf64-alpha.c:2408
+#: elf64-alpha.c:2495
 msgid "%B: .got subsegment exceeds 64K (size %d)"
 msgstr ""
 
-#: elf64-alpha.c:4304 elf64-alpha.c:4316
+#: elf64-alpha.c:4392 elf64-alpha.c:4404
 msgid "%B: gp-relative relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf64-alpha.c:4342 elf64-alpha.c:4477
+#: elf64-alpha.c:4430 elf64-alpha.c:4565
 msgid "%B: pc-relative relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf64-alpha.c:4370
+#: elf64-alpha.c:4458
 msgid "%B: change in gp: BRSGP %s"
 msgstr ""
 
-#: elf64-alpha.c:4395
+#: elf64-alpha.c:4483
 msgid "<unknown>"
 msgstr ""
 
-#: elf64-alpha.c:4400
+#: elf64-alpha.c:4488
 msgid "%B: !samegp reloc against symbol without .prologue: %s"
 msgstr ""
 
-#: elf64-alpha.c:4452
+#: elf64-alpha.c:4540
 msgid "%B: unhandled dynamic relocation against %s"
 msgstr ""
 
-#: elf64-alpha.c:4484
+#: elf64-alpha.c:4572
 msgid "%B: pc-relative relocation against undefined weak symbol %s"
 msgstr ""
 
-#: elf64-alpha.c:4544
+#: elf64-alpha.c:4632
 msgid "%B: dtp-relative relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf64-alpha.c:4567
+#: elf64-alpha.c:4655
 msgid "%B: tp-relative relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf64-hppa.c:2101
+#: elf64-hppa.c:2094
 #, c-format
 msgid "stub entry for %s cannot load .plt, dp offset = %ld"
 msgstr ""
 
-#: elf64-hppa.c:3299
+#: elf64-hppa.c:3292
 msgid "%B(%A+0x%lx): cannot reach %s"
 msgstr ""
 
@@ -2578,8 +2689,8 @@ msgstr ""
 #, c-format
 msgid ""
 "%s: Internal inconsistency error for value for\n"
-" linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx%"
-"08lx\n"
+" linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx"
+"%08lx\n"
 msgstr ""
 
 #: elf64-mmix.c:1607
@@ -2633,67 +2744,84 @@ msgid ""
 "  Please report this bug."
 msgstr ""
 
-#: elf64-ppc.c:2741 libbfd.c:997
+#: elf64-ppc.c:2744 libbfd.c:1012
 msgid "%B: compiled for a big endian system and target is little endian"
 msgstr ""
 
-#: elf64-ppc.c:2744 libbfd.c:999
+#: elf64-ppc.c:2747 libbfd.c:1014
 msgid "%B: compiled for a little endian system and target is big endian"
 msgstr ""
 
-#: elf64-ppc.c:6473
+#: elf64-ppc.c:4160
+msgid "%B: cannot create stub entry %s\n"
+msgstr ""
+
+#: elf64-ppc.c:6484
 #, c-format
 msgid ""
 "copy reloc against `%s' requires lazy plt linking; avoid setting "
-"LD_BIND_NOW=1 or upgrade gcc"
+"LD_BIND_NOW=1 or upgrade gcc\n"
 msgstr ""
 
-#: elf64-ppc.c:6901
-msgid "dynreloc miscount for %B, section %A"
+#: elf64-ppc.c:6912
+msgid "dynreloc miscount for %B, section %A\n"
 msgstr ""
 
-#: elf64-ppc.c:6985
+#: elf64-ppc.c:6996
 msgid "%B: .opd is not a regular array of opd entries"
 msgstr ""
 
-#: elf64-ppc.c:6994
+#: elf64-ppc.c:7005
 msgid "%B: unexpected reloc type %u in .opd section"
 msgstr ""
 
-#: elf64-ppc.c:7015
+#: elf64-ppc.c:7026
 msgid "%B: undefined sym `%s' in .opd section"
 msgstr ""
 
-#: elf64-ppc.c:7877 elf64-ppc.c:8392
+#: elf64-ppc.c:7584
+msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n"
+msgstr ""
+
+#: elf64-ppc.c:7929 elf64-ppc.c:8450
 #, c-format
 msgid "%s defined on removed toc entry"
 msgstr ""
 
-#: elf64-ppc.c:9459
+#: elf64-ppc.c:9474
+#, c-format
+msgid "cannot find opd entry toc for %s\n"
+msgstr ""
+
+#: elf64-ppc.c:9556
 #, c-format
-msgid "long branch stub `%s' offset overflow"
+msgid "long branch stub `%s' offset overflow\n"
 msgstr ""
 
-#: elf64-ppc.c:9518
+#: elf64-ppc.c:9615
 #, c-format
-msgid "can't find branch stub `%s'"
+msgid "can't find branch stub `%s'\n"
 msgstr ""
 
-#: elf64-ppc.c:9580 elf64-ppc.c:9716
+#: elf64-ppc.c:9677 elf64-ppc.c:9819
 #, c-format
-msgid "linkage table error against `%s'"
+msgid "linkage table error against `%s'\n"
 msgstr ""
 
-#: elf64-ppc.c:9886
+#: elf64-ppc.c:9993
 #, c-format
-msgid "can't build branch stub `%s'"
+msgid "can't build branch stub `%s'\n"
 msgstr ""
 
-#: elf64-ppc.c:10684
+#: elf64-ppc.c:10814
 msgid "%B section %A exceeds stub group size"
 msgstr ""
 
-#: elf64-ppc.c:11339
+#: elf64-ppc.c:11457
+msgid "stubs don't match calculated size\n"
+msgstr ""
+
+#: elf64-ppc.c:11469
 #, c-format
 msgid ""
 "linker stubs in %u group%s\n"
@@ -2704,25 +2832,33 @@ msgid ""
 "  plt call     %lu"
 msgstr ""
 
-#: elf64-ppc.c:12190
+#: elf64-ppc.c:11819
+msgid "%H: %s used with TLS symbol %s\n"
+msgstr ""
+
+#: elf64-ppc.c:11820
+msgid "%H: %s used with non-TLS symbol %s\n"
+msgstr ""
+
+#: elf64-ppc.c:12318
 msgid ""
-"%B(%A+0x%lx): automatic multiple TOCs not supported using your crt files; "
-"recompile with -mminimal-toc or upgrade gcc"
+"%H: automatic multiple TOCs not supported using your crt files; recompile "
+"with -mminimal-toc or upgrade gcc\n"
 msgstr ""
 
-#: elf64-ppc.c:12198
+#: elf64-ppc.c:12324
 msgid ""
-"%B(%A+0x%lx): sibling call optimization to `%s' does not allow automatic "
-"multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, "
-"or make `%s' extern"
+"%H: sibling call optimization to `%s' does not allow automatic multiple "
+"TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `"
+"%s' extern\n"
 msgstr ""
 
-#: elf64-ppc.c:12919
-msgid "%B: relocation %s is not supported for symbol %s."
+#: elf64-ppc.c:13041
+msgid "%B: relocation %s is not supported for symbol %s\n"
 msgstr ""
 
-#: elf64-ppc.c:13096
-msgid "%B: error: relocation %s not a multiple of %d"
+#: elf64-ppc.c:13218
+msgid "%H: error: %s not a multiple of %u\n"
 msgstr ""
 
 #: elf64-sh64.c:1682
@@ -2730,68 +2866,72 @@ msgstr ""
 msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n"
 msgstr ""
 
-#: elf64-sparc.c:444
+#: elf64-sparc.c:445
 msgid "%B: Only registers %%g[2367] can be declared using STT_REGISTER"
 msgstr ""
 
-#: elf64-sparc.c:464
+#: elf64-sparc.c:465
 msgid "Register %%g%d used incompatibly: %s in %B, previously %s in %B"
 msgstr ""
 
-#: elf64-sparc.c:487
+#: elf64-sparc.c:488
 msgid "Symbol `%s' has differing types: REGISTER in %B, previously %s in %B"
 msgstr ""
 
-#: elf64-sparc.c:532
+#: elf64-sparc.c:533
 msgid "Symbol `%s' has differing types: %s in %B, previously REGISTER in %B"
 msgstr ""
 
-#: elf64-sparc.c:684
+#: elf64-sparc.c:686
 msgid "%B: linking UltraSPARC specific with HAL specific code"
 msgstr ""
 
-#: elf64-x86-64.c:1360
+#: elf64-x86-64.c:1236
+msgid "%B: relocation %s against symbol `%s' isn't supported in x32 mode"
+msgstr ""
+
+#: elf64-x86-64.c:1465
 msgid "%B: '%s' accessed both as normal and thread local symbol"
 msgstr ""
 
-#: elf64-x86-64.c:2801
+#: elf64-x86-64.c:2934
 msgid ""
 "%B: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend: %d"
 msgstr ""
 
-#: elf64-x86-64.c:3073
+#: elf64-x86-64.c:3193
 msgid ""
 "%B: relocation R_X86_64_GOTOFF64 against protected function `%s' can not be "
 "used when making a shared object"
 msgstr ""
 
-#: elf64-x86-64.c:3184
+#: elf64-x86-64.c:3305
 msgid "; recompile with -fPIC"
 msgstr ""
 
-#: elf64-x86-64.c:3189
+#: elf64-x86-64.c:3310
 msgid ""
 "%B: relocation %s against %s `%s' can not be used when making a shared object"
 "%s"
 msgstr ""
 
-#: elf64-x86-64.c:3191
+#: elf64-x86-64.c:3312
 msgid ""
 "%B: relocation %s against undefined %s `%s' can not be used when making a "
 "shared object%s"
 msgstr ""
 
-#: elfcode.h:826
+#: elfcode.h:827
 #, c-format
 msgid "warning: %s has a corrupt string table index - ignoring"
 msgstr ""
 
-#: elfcode.h:1236
+#: elfcode.h:1237
 #, c-format
 msgid "%s: version count (%ld) does not match symbol count (%ld)"
 msgstr ""
 
-#: elfcode.h:1476
+#: elfcode.h:1491
 #, c-format
 msgid "%s(%s): relocation %d has invalid symbol index %ld"
 msgstr ""
@@ -2818,315 +2958,333 @@ msgstr ""
 msgid "%s: TLS reference in %B mismatches non-TLS definition in %B section %A"
 msgstr ""
 
-#: elflink.c:1763
+#: elflink.c:1764
 msgid "%B: unexpected redefinition of indirect versioned symbol `%s'"
 msgstr ""
 
-#: elflink.c:2076
+#: elflink.c:2077
 msgid "%B: version node not found for symbol %s"
 msgstr ""
 
-#: elflink.c:2166
+#: elflink.c:2167
 msgid ""
 "%B: bad reloc symbol index (0x%lx >= 0x%lx) for offset 0x%lx in section `%A'"
 msgstr ""
 
-#: elflink.c:2177
+#: elflink.c:2178
 msgid ""
 "%B: non-zero symbol index (0x%lx) for offset 0x%lx in section `%A' when the "
 "object file has no symbol table"
 msgstr ""
 
-#: elflink.c:2367
+#: elflink.c:2368
 msgid "%B: relocation size mismatch in %B section %A"
 msgstr ""
 
-#: elflink.c:2662
+#: elflink.c:2663
 #, c-format
 msgid "warning: type and size of dynamic symbol `%s' are not defined"
 msgstr ""
 
-#: elflink.c:3418
+#: elflink.c:3421
 msgid "%P: alternate ELF machine code found (%d) in %B, expecting %d\n"
 msgstr ""
 
-#: elflink.c:4050
+#: elflink.c:4067
 msgid "%B: %s: invalid version %u (max %d)"
 msgstr ""
 
-#: elflink.c:4086
+#: elflink.c:4103
 msgid "%B: %s: invalid needed version %d"
 msgstr ""
 
-#: elflink.c:4285
+#: elflink.c:4299
 msgid ""
 "Warning: alignment %u of common symbol `%s' in %B is greater than the "
 "alignment (%u) of its section %A"
 msgstr ""
 
-#: elflink.c:4291
+#: elflink.c:4305
 msgid "Warning: alignment %u of symbol `%s' in %B is smaller than %u in %B"
 msgstr ""
 
-#: elflink.c:4306
+#: elflink.c:4320
 msgid "Warning: size of symbol `%s' changed from %lu in %B to %lu in %B"
 msgstr ""
 
-#: elflink.c:4472
+#: elflink.c:4489
 msgid "%B: undefined reference to symbol '%s'"
 msgstr ""
 
-#: elflink.c:4475
+#: elflink.c:4492
 msgid ""
 "note: '%s' is defined in DSO %B so try adding it to the linker command line"
 msgstr ""
 
-#: elflink.c:5779
+#: elflink.c:5795
 #, c-format
 msgid "%s: undefined version: %s"
 msgstr ""
 
-#: elflink.c:5847
+#: elflink.c:5863
 msgid "%B: .preinit_array section is not allowed in DSO"
 msgstr ""
 
-#: elflink.c:7598
+#: elflink.c:7617
 #, c-format
 msgid "undefined %s reference in complex symbol: %s"
 msgstr ""
 
-#: elflink.c:7752
+#: elflink.c:7771
 #, c-format
 msgid "unknown operator '%c' in complex symbol"
 msgstr ""
 
-#: elflink.c:8091 elflink.c:8108 elflink.c:8145 elflink.c:8162
+#: elflink.c:8110 elflink.c:8127 elflink.c:8164 elflink.c:8181
 msgid "%B: Unable to sort relocs - they are in more than one size"
 msgstr ""
 
-#: elflink.c:8122 elflink.c:8176
+#: elflink.c:8141 elflink.c:8195
 msgid "%B: Unable to sort relocs - they are of an unknown size"
 msgstr ""
 
-#: elflink.c:8227
+#: elflink.c:8246
 msgid "Not enough memory to sort relocations"
 msgstr ""
 
-#: elflink.c:8420
+#: elflink.c:8439
 msgid "%B: Too many sections: %d (>= %d)"
 msgstr ""
 
-#: elflink.c:8663
-msgid "%B: %s symbol `%s' in %B is referenced by DSO"
+#: elflink.c:8686
+msgid "%B: internal symbol `%s' in %B is referenced by DSO"
+msgstr ""
+
+#: elflink.c:8688
+msgid "%B: hidden symbol `%s' in %B is referenced by DSO"
 msgstr ""
 
-#: elflink.c:8754
+#: elflink.c:8690
+msgid "%B: local symbol `%s' in %B is referenced by DSO"
+msgstr ""
+
+#: elflink.c:8785
 msgid "%B: could not find output section %A for input section %A"
 msgstr ""
 
-#: elflink.c:8874
-msgid "%B: %s symbol `%s' isn't defined"
+#: elflink.c:8908
+msgid "%B: protected symbol `%s' isn't defined"
 msgstr ""
 
-#: elflink.c:9428
-msgid ""
-"error: %B contains a reloc (0x%s) for section %A that references a non-"
-"existent global symbol"
+#: elflink.c:8910
+msgid "%B: internal symbol `%s' isn't defined"
 msgstr ""
 
-#: elflink.c:9494
+#: elflink.c:8912
+msgid "%B: hidden symbol `%s' isn't defined"
+msgstr ""
+
+#: elflink.c:9441
+msgid "error: %B: size of section %A is not multiple of address size"
+msgstr ""
+
+#: elflink.c:9488
 msgid ""
-"%X`%s' referenced in section `%A' of %B: defined in discarded section `%A' "
-"of %B\n"
+"error: %B contains a reloc (0x%s) for section %A that references a non-"
+"existent global symbol"
 msgstr ""
 
-#: elflink.c:10141
+#: elflink.c:10223
 msgid "%A has both ordered [`%A' in %B] and unordered [`%A' in %B] sections"
 msgstr ""
 
-#: elflink.c:10146
+#: elflink.c:10228
 #, c-format
 msgid "%A has both ordered and unordered sections"
 msgstr ""
 
-#: elflink.c:10992 elflink.c:11036
+#: elflink.c:10793
+msgid "%B: file class %s incompatible with %s"
+msgstr ""
+
+#: elflink.c:11104 elflink.c:11148
 msgid "%B: could not find output section %s"
 msgstr ""
 
-#: elflink.c:10997
+#: elflink.c:11109
 #, c-format
 msgid "warning: %s section has zero size"
 msgstr ""
 
-#: elflink.c:11102
+#: elflink.c:11214
 msgid "%P: warning: creating a DT_TEXTREL in a shared object.\n"
 msgstr ""
 
-#: elflink.c:11289
+#: elflink.c:11401
 msgid "%P%X: can not read symbols: %E\n"
 msgstr ""
 
-#: elflink.c:11638
+#: elflink.c:11750
 msgid "Removing unused section '%s' in file '%B'"
 msgstr ""
 
-#: elflink.c:11850
+#: elflink.c:11962
 msgid "Warning: gc-sections option ignored"
 msgstr ""
 
-#: elflink.c:12399
+#: elflink.c:12511
 msgid "%B: ignoring duplicate section `%A'"
 msgstr ""
 
-#: elflink.c:12406 elflink.c:12413
+#: elflink.c:12518 elflink.c:12525
 msgid "%B: duplicate section `%A' has different size"
 msgstr ""
 
-#: elflink.c:12421 elflink.c:12426
+#: elflink.c:12533 elflink.c:12538
 msgid "%B: warning: could not read contents of section `%A'"
 msgstr ""
 
-#: elflink.c:12430
+#: elflink.c:12542
 msgid "%B: warning: duplicate section `%A' has different contents"
 msgstr ""
 
-#: elflink.c:12531 linker.c:3138
+#: elflink.c:12643 linker.c:3086
 msgid "%F%P: already_linked_table: %E\n"
 msgstr ""
 
-#: elfxx-mips.c:1220
+#: elfxx-mips.c:1221
 msgid "static procedure (no name)"
 msgstr ""
 
-#: elfxx-mips.c:5623
+#: elfxx-mips.c:5628
 msgid ""
 "%B: %A+0x%lx: Direct jumps between ISA modes are not allowed; consider "
 "recompiling with interlinking enabled."
 msgstr ""
 
-#: elfxx-mips.c:6280 elfxx-mips.c:6503
+#: elfxx-mips.c:6288 elfxx-mips.c:6511
 msgid "%B: Warning: bad `%s' option size %u smaller than its header"
 msgstr ""
 
-#: elfxx-mips.c:7254 elfxx-mips.c:7379
+#: elfxx-mips.c:7262 elfxx-mips.c:7387
 msgid "%B: Warning: cannot determine the target function for stub section `%s'"
 msgstr ""
 
-#: elfxx-mips.c:7508
+#: elfxx-mips.c:7516
 msgid "%B: Malformed reloc detected for section %s"
 msgstr ""
 
-#: elfxx-mips.c:7548
+#: elfxx-mips.c:7556
 msgid "%B: GOT reloc at 0x%lx not expected in executables"
 msgstr ""
 
-#: elfxx-mips.c:7670
+#: elfxx-mips.c:7678
 msgid "%B: CALL16 reloc at 0x%lx not against global symbol"
 msgstr ""
 
-#: elfxx-mips.c:8365
+#: elfxx-mips.c:8372
 #, c-format
 msgid "non-dynamic relocations refer to dynamic symbol %s"
 msgstr ""
 
-#: elfxx-mips.c:9068
+#: elfxx-mips.c:9075
 msgid ""
-"%B: Can't find matching LO16 reloc against `%s' for %s at 0x%lx in section `%"
-"A'"
+"%B: Can't find matching LO16 reloc against `%s' for %s at 0x%lx in section `"
+"%A'"
 msgstr ""
 
-#: elfxx-mips.c:9207
+#: elfxx-mips.c:9214
 msgid ""
 "small-data section exceeds 64KB; lower small-data size limit (see option -G)"
 msgstr ""
 
-#: elfxx-mips.c:12027
+#: elfxx-mips.c:12038
 #, c-format
 msgid "%s: illegal section name `%s'"
 msgstr ""
 
-#: elfxx-mips.c:12405 elfxx-mips.c:12431
+#: elfxx-mips.c:12417 elfxx-mips.c:12443
 msgid "Warning: %B uses -msingle-float, %B uses -mdouble-float"
 msgstr ""
 
-#: elfxx-mips.c:12417 elfxx-mips.c:12473
+#: elfxx-mips.c:12429 elfxx-mips.c:12485
 msgid "Warning: %B uses -msingle-float, %B uses -mips32r2 -mfp64"
 msgstr ""
 
-#: elfxx-mips.c:12443 elfxx-mips.c:12479
+#: elfxx-mips.c:12455 elfxx-mips.c:12491
 msgid "Warning: %B uses -mdouble-float, %B uses -mips32r2 -mfp64"
 msgstr ""
 
-#: elfxx-mips.c:12521
+#: elfxx-mips.c:12533
 msgid "%B: endianness incompatible with that of the selected emulation"
 msgstr ""
 
-#: elfxx-mips.c:12532
+#: elfxx-mips.c:12544
 msgid "%B: ABI is incompatible with that of the selected emulation"
 msgstr ""
 
-#: elfxx-mips.c:12613
+#: elfxx-mips.c:12628
 msgid "%B: warning: linking abicalls files with non-abicalls files"
 msgstr ""
 
-#: elfxx-mips.c:12630
+#: elfxx-mips.c:12645
 msgid "%B: linking 32-bit code with 64-bit code"
 msgstr ""
 
-#: elfxx-mips.c:12658
+#: elfxx-mips.c:12673
 msgid "%B: linking %s module with previous %s modules"
 msgstr ""
 
-#: elfxx-mips.c:12681
+#: elfxx-mips.c:12696
 msgid "%B: ABI mismatch: linking %s module with previous %s modules"
 msgstr ""
 
-#: elfxx-mips.c:12845
+#: elfxx-mips.c:12860
 #, c-format
 msgid " [abi=O32]"
 msgstr ""
 
-#: elfxx-mips.c:12847
+#: elfxx-mips.c:12862
 #, c-format
 msgid " [abi=O64]"
 msgstr ""
 
-#: elfxx-mips.c:12849
+#: elfxx-mips.c:12864
 #, c-format
 msgid " [abi=EABI32]"
 msgstr ""
 
-#: elfxx-mips.c:12851
+#: elfxx-mips.c:12866
 #, c-format
 msgid " [abi=EABI64]"
 msgstr ""
 
-#: elfxx-mips.c:12853
+#: elfxx-mips.c:12868
 #, c-format
 msgid " [abi unknown]"
 msgstr ""
 
-#: elfxx-mips.c:12855
+#: elfxx-mips.c:12870
 #, c-format
 msgid " [abi=N32]"
 msgstr ""
 
-#: elfxx-mips.c:12857
+#: elfxx-mips.c:12872
 #, c-format
 msgid " [abi=64]"
 msgstr ""
 
-#: elfxx-mips.c:12859
+#: elfxx-mips.c:12874
 #, c-format
 msgid " [no abi set]"
 msgstr ""
 
-#: elfxx-mips.c:12880
+#: elfxx-mips.c:12895
 #, c-format
 msgid " [unknown ISA]"
 msgstr ""
 
-#: elfxx-mips.c:12891
+#: elfxx-mips.c:12906
 #, c-format
 msgid " [not 32bitmode]"
 msgstr ""
@@ -3223,86 +3381,150 @@ msgstr ""
 msgid "%B: unable to get decompressed section %A"
 msgstr ""
 
-#: libbfd.c:1027
+#: libbfd.c:1043
 #, c-format
 msgid "Deprecated %s called at %s line %d in %s\n"
 msgstr ""
 
-#: libbfd.c:1030
+#: libbfd.c:1046
 #, c-format
 msgid "Deprecated %s called\n"
 msgstr ""
 
-#: linker.c:1911
+#: linker.c:1859
 msgid "%B: indirect symbol `%s' to `%s' is a loop"
 msgstr ""
 
-#: linker.c:2778
+#: linker.c:2726
 #, c-format
 msgid "Attempt to do relocatable link with %s input and %s output"
 msgstr ""
 
-#: linker.c:3105
+#: linker.c:3053
 msgid "%B: warning: ignoring duplicate section `%A'\n"
 msgstr ""
 
-#: linker.c:3119
+#: linker.c:3067
 msgid "%B: warning: duplicate section `%A' has different size\n"
 msgstr ""
 
-#: mach-o.c:3403
+#: mach-o.c:381
+msgid "bfd_mach_o_canonicalize_symtab: unable to load symbols"
+msgstr ""
+
+#: mach-o.c:1253
+#, c-format
+msgid "unable to write unknown load command 0x%lx"
+msgstr ""
+
+#: mach-o.c:1654
+#, c-format
+msgid "bfd_mach_o_read_symtab_symbol: unable to read %d bytes at %lu"
+msgstr ""
+
+#: mach-o.c:1671
+#, c-format
+msgid "bfd_mach_o_read_symtab_symbol: symbol name out of range (%lu >= %lu)"
+msgstr ""
+
+#: mach-o.c:1756
+#, c-format
+msgid ""
+"bfd_mach_o_read_symtab_symbol: symbol \"%s\" specified invalid section %d "
+"(max %lu): setting to undefined"
+msgstr ""
+
+#: mach-o.c:1764
+#, c-format
+msgid ""
+"bfd_mach_o_read_symtab_symbol: symbol \"%s\" is unsupported 'indirect' "
+"reference: setting to undefined"
+msgstr ""
+
+#: mach-o.c:1770
+#, c-format
+msgid ""
+"bfd_mach_o_read_symtab_symbol: symbol \"%s\" specified invalid type field 0x"
+"%x: setting to undefined"
+msgstr ""
+
+#: mach-o.c:1840
+msgid "bfd_mach_o_read_symtab_symbols: unable to allocate memory for symbols"
+msgstr ""
+
+#: mach-o.c:1874
+#, c-format
+msgid "bfd_mach_o_read_dysymtab_symbol: unable to read %lu bytes at %lu"
+msgstr ""
+
+#: mach-o.c:2556
+#, c-format
+msgid "unable to read unknown load command 0x%lx"
+msgstr ""
+
+#: mach-o.c:2736
+#, c-format
+msgid "bfd_mach_o_scan: unknown architecture 0x%lx/0x%lx"
+msgstr ""
+
+#: mach-o.c:2832
+#, c-format
+msgid "unknown header byte-order value 0x%lx"
+msgstr ""
+
+#: mach-o.c:3402
 msgid "Mach-O header:\n"
 msgstr ""
 
-#: mach-o.c:3404
+#: mach-o.c:3403
 #, c-format
 msgid " magic     : %08lx\n"
 msgstr ""
 
-#: mach-o.c:3405
+#: mach-o.c:3404
 #, c-format
 msgid " cputype   : %08lx (%s)\n"
 msgstr ""
 
-#: mach-o.c:3407
+#: mach-o.c:3406
 #, c-format
 msgid " cpusubtype: %08lx\n"
 msgstr ""
 
-#: mach-o.c:3408
+#: mach-o.c:3407
 #, c-format
 msgid " filetype  : %08lx (%s)\n"
 msgstr ""
 
-#: mach-o.c:3411
+#: mach-o.c:3410
 #, c-format
 msgid " ncmds     : %08lx (%lu)\n"
 msgstr ""
 
-#: mach-o.c:3412
+#: mach-o.c:3411
 #, c-format
 msgid " sizeofcmds: %08lx\n"
 msgstr ""
 
-#: mach-o.c:3413
+#: mach-o.c:3412
 #, c-format
 msgid " flags     : %08lx ("
 msgstr ""
 
-#: mach-o.c:3415 vms-alpha.c:7652
+#: mach-o.c:3414 vms-alpha.c:7671
 msgid ")\n"
 msgstr ""
 
-#: mach-o.c:3416
+#: mach-o.c:3415
 #, c-format
 msgid " reserved  : %08x\n"
 msgstr ""
 
-#: mach-o.c:3426
+#: mach-o.c:3425
 msgid "Segments and Sections:\n"
 msgstr ""
 
-#: mach-o.c:3427
+#: mach-o.c:3426
 msgid " #: Segment name     Section name     Address\n"
 msgstr ""
 
@@ -3415,8 +3637,8 @@ msgstr ""
 #: mmo.c:2889
 #, c-format
 msgid ""
-"%s: Bad symbol definition: `Main' set to %s rather than the start address %"
-"s\n"
+"%s: Bad symbol definition: `Main' set to %s rather than the start address "
+"%s\n"
 msgstr ""
 
 #: mmo.c:2981
@@ -3449,8 +3671,8 @@ msgstr ""
 #: mmo.c:3140
 #, c-format
 msgid ""
-"%s: invalid start address for initialized registers of length %ld: 0x%lx%"
-"08lx\n"
+"%s: invalid start address for initialized registers of length %ld: 0x%lx"
+"%08lx\n"
 msgstr ""
 
 #: oasys.c:882
@@ -3483,6 +3705,11 @@ msgstr ""
 msgid "%B: bad pair/reflo after refhi\n"
 msgstr ""
 
+#: pef.c:519
+#, c-format
+msgid "bfd_pef_scan: unknown architecture 0x%lx"
+msgstr ""
+
 #: pei-x86_64.c:444
 #, c-format
 msgid "warning: .pdata section size (%ld) is not a multiple of %d\n"
@@ -3581,6 +3808,11 @@ msgstr ""
 msgid "Partition[%d] length = 0x%.8lx (%ld)\n"
 msgstr ""
 
+#: rs6000-core.c:448
+#, c-format
+msgid "%s: warning core file truncated"
+msgstr ""
+
 #: som.c:5471
 #, c-format
 msgid ""
@@ -3608,32 +3840,32 @@ msgstr ""
 msgid "Unsupported .stab relocation"
 msgstr ""
 
-#: vms-alpha.c:1287
+#: vms-alpha.c:1299
 #, c-format
 msgid "Unknown EGSD subtype %d"
 msgstr ""
 
-#: vms-alpha.c:1318
+#: vms-alpha.c:1330
 #, c-format
 msgid "Stack overflow (%d) in _bfd_vms_push"
 msgstr ""
 
-#: vms-alpha.c:1331
+#: vms-alpha.c:1343
 msgid "Stack underflow in _bfd_vms_pop"
 msgstr ""
 
 #. These names have not yet been added to this switch statement.
-#: vms-alpha.c:1568
+#: vms-alpha.c:1580
 #, c-format
 msgid "unknown ETIR command %d"
 msgstr ""
 
-#: vms-alpha.c:1755
+#: vms-alpha.c:1767
 #, c-format
 msgid "bad section index in %s"
 msgstr ""
 
-#: vms-alpha.c:1768
+#: vms-alpha.c:1780
 #, c-format
 msgid "unsupported STA cmd %s"
 msgstr ""
@@ -3643,1851 +3875,1851 @@ msgstr ""
 #. Rotate.
 #. Redefine symbol to current location.
 #. Define a literal.
-#: vms-alpha.c:1944 vms-alpha.c:1975 vms-alpha.c:2222
+#: vms-alpha.c:1956 vms-alpha.c:1987 vms-alpha.c:2234
 #, c-format
 msgid "%s: not supported"
 msgstr ""
 
-#: vms-alpha.c:1950
+#: vms-alpha.c:1962
 #, c-format
 msgid "%s: not implemented"
 msgstr ""
 
-#: vms-alpha.c:2206
+#: vms-alpha.c:2218
 #, c-format
 msgid "invalid use of %s with contexts"
 msgstr ""
 
-#: vms-alpha.c:2240
+#: vms-alpha.c:2252
 #, c-format
 msgid "reserved cmd %d"
 msgstr ""
 
-#: vms-alpha.c:2325
+#: vms-alpha.c:2337
 msgid "Object module NOT error-free !\n"
 msgstr ""
 
-#: vms-alpha.c:2754
+#: vms-alpha.c:2766
 #, c-format
 msgid "Symbol %s replaced by %s\n"
 msgstr ""
 
-#: vms-alpha.c:3757
+#: vms-alpha.c:3769
 #, c-format
 msgid "SEC_RELOC with no relocs in section %s"
 msgstr ""
 
-#: vms-alpha.c:3810 vms-alpha.c:4041
+#: vms-alpha.c:3822 vms-alpha.c:4053
 #, c-format
 msgid "Size error in section %s"
 msgstr ""
 
-#: vms-alpha.c:3980
+#: vms-alpha.c:3992
 msgid "Spurious ALPHA_R_BSR reloc"
 msgstr ""
 
-#: vms-alpha.c:4028
+#: vms-alpha.c:4040
 #, c-format
 msgid "Unhandled relocation %s"
 msgstr ""
 
-#: vms-alpha.c:4318
+#: vms-alpha.c:4330
 #, c-format
 msgid "unknown source command %d"
 msgstr ""
 
-#: vms-alpha.c:4379
+#: vms-alpha.c:4391
 msgid "DST__K_SET_LINUM_INCR not implemented"
 msgstr ""
 
-#: vms-alpha.c:4385
+#: vms-alpha.c:4397
 msgid "DST__K_SET_LINUM_INCR_W not implemented"
 msgstr ""
 
-#: vms-alpha.c:4391
+#: vms-alpha.c:4403
 msgid "DST__K_RESET_LINUM_INCR not implemented"
 msgstr ""
 
-#: vms-alpha.c:4397
+#: vms-alpha.c:4409
 msgid "DST__K_BEG_STMT_MODE not implemented"
 msgstr ""
 
-#: vms-alpha.c:4403
+#: vms-alpha.c:4415
 msgid "DST__K_END_STMT_MODE not implemented"
 msgstr ""
 
-#: vms-alpha.c:4430
+#: vms-alpha.c:4442
 msgid "DST__K_SET_PC not implemented"
 msgstr ""
 
-#: vms-alpha.c:4436
+#: vms-alpha.c:4448
 msgid "DST__K_SET_PC_W not implemented"
 msgstr ""
 
-#: vms-alpha.c:4442
+#: vms-alpha.c:4454
 msgid "DST__K_SET_PC_L not implemented"
 msgstr ""
 
-#: vms-alpha.c:4448
+#: vms-alpha.c:4460
 msgid "DST__K_SET_STMTNUM not implemented"
 msgstr ""
 
-#: vms-alpha.c:4491
+#: vms-alpha.c:4503
 #, c-format
 msgid "unknown line command %d"
 msgstr ""
 
-#: vms-alpha.c:4938 vms-alpha.c:4955 vms-alpha.c:4969 vms-alpha.c:4984
-#: vms-alpha.c:4996 vms-alpha.c:5007 vms-alpha.c:5019
+#: vms-alpha.c:4957 vms-alpha.c:4974 vms-alpha.c:4988 vms-alpha.c:5003
+#: vms-alpha.c:5015 vms-alpha.c:5026 vms-alpha.c:5038
 #, c-format
 msgid "Unknown reloc %s + %s"
 msgstr ""
 
-#: vms-alpha.c:5074
+#: vms-alpha.c:5093
 #, c-format
 msgid "Unknown reloc %s"
 msgstr ""
 
-#: vms-alpha.c:5087
+#: vms-alpha.c:5106
 msgid "Invalid section index in ETIR"
 msgstr ""
 
-#: vms-alpha.c:5134
+#: vms-alpha.c:5153
 #, c-format
 msgid "Unknown symbol in command %s"
 msgstr ""
 
-#: vms-alpha.c:5649
+#: vms-alpha.c:5668
 #, c-format
 msgid "  EMH %u (len=%u): "
 msgstr ""
 
-#: vms-alpha.c:5658
+#: vms-alpha.c:5677
 #, c-format
 msgid "Module header\n"
 msgstr ""
 
-#: vms-alpha.c:5659
+#: vms-alpha.c:5678
 #, c-format
 msgid "   structure level: %u\n"
 msgstr ""
 
-#: vms-alpha.c:5660
+#: vms-alpha.c:5679
 #, c-format
 msgid "   max record size: %u\n"
 msgstr ""
 
-#: vms-alpha.c:5663
+#: vms-alpha.c:5682
 #, c-format
 msgid "   module name    : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5665
+#: vms-alpha.c:5684
 #, c-format
 msgid "   module version : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5667
+#: vms-alpha.c:5686
 #, c-format
 msgid "   compile date   : %.17s\n"
 msgstr ""
 
-#: vms-alpha.c:5672
+#: vms-alpha.c:5691
 #, c-format
 msgid "Language Processor Name\n"
 msgstr ""
 
-#: vms-alpha.c:5673
+#: vms-alpha.c:5692
 #, c-format
 msgid "   language name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5680
+#: vms-alpha.c:5699
 #, c-format
 msgid "Source Files Header\n"
 msgstr ""
 
-#: vms-alpha.c:5681
+#: vms-alpha.c:5700
 #, c-format
 msgid "   file: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5688
+#: vms-alpha.c:5707
 #, c-format
 msgid "Title Text Header\n"
 msgstr ""
 
-#: vms-alpha.c:5689
+#: vms-alpha.c:5708
 #, c-format
 msgid "   title: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5696
+#: vms-alpha.c:5715
 #, c-format
 msgid "Copyright Header\n"
 msgstr ""
 
-#: vms-alpha.c:5697
+#: vms-alpha.c:5716
 #, c-format
 msgid "   copyright: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5703
+#: vms-alpha.c:5722
 #, c-format
 msgid "unhandled emh subtype %u\n"
 msgstr ""
 
-#: vms-alpha.c:5713
+#: vms-alpha.c:5732
 #, c-format
 msgid "  EEOM (len=%u):\n"
 msgstr ""
 
-#: vms-alpha.c:5714
+#: vms-alpha.c:5733
 #, c-format
 msgid "   number of cond linkage pairs: %u\n"
 msgstr ""
 
-#: vms-alpha.c:5716
+#: vms-alpha.c:5735
 #, c-format
 msgid "   completion code: %u\n"
 msgstr ""
 
-#: vms-alpha.c:5720
+#: vms-alpha.c:5739
 #, c-format
 msgid "   transfer addr flags: 0x%02x\n"
 msgstr ""
 
-#: vms-alpha.c:5721
+#: vms-alpha.c:5740
 #, c-format
 msgid "   transfer addr psect: %u\n"
 msgstr ""
 
-#: vms-alpha.c:5723
+#: vms-alpha.c:5742
 #, c-format
 msgid "   transfer address   : 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5732
+#: vms-alpha.c:5751
 msgid " WEAK"
 msgstr ""
 
-#: vms-alpha.c:5734
+#: vms-alpha.c:5753
 msgid " DEF"
 msgstr ""
 
-#: vms-alpha.c:5736
+#: vms-alpha.c:5755
 msgid " UNI"
 msgstr ""
 
-#: vms-alpha.c:5738 vms-alpha.c:5759
+#: vms-alpha.c:5757 vms-alpha.c:5778
 msgid " REL"
 msgstr ""
 
-#: vms-alpha.c:5740
+#: vms-alpha.c:5759
 msgid " COMM"
 msgstr ""
 
-#: vms-alpha.c:5742
+#: vms-alpha.c:5761
 msgid " VECEP"
 msgstr ""
 
-#: vms-alpha.c:5744
+#: vms-alpha.c:5763
 msgid " NORM"
 msgstr ""
 
-#: vms-alpha.c:5746
+#: vms-alpha.c:5765
 msgid " QVAL"
 msgstr ""
 
-#: vms-alpha.c:5753
+#: vms-alpha.c:5772
 msgid " PIC"
 msgstr ""
 
-#: vms-alpha.c:5755
+#: vms-alpha.c:5774
 msgid " LIB"
 msgstr ""
 
-#: vms-alpha.c:5757
+#: vms-alpha.c:5776
 msgid " OVR"
 msgstr ""
 
-#: vms-alpha.c:5761
+#: vms-alpha.c:5780
 msgid " GBL"
 msgstr ""
 
-#: vms-alpha.c:5763
+#: vms-alpha.c:5782
 msgid " SHR"
 msgstr ""
 
-#: vms-alpha.c:5765
+#: vms-alpha.c:5784
 msgid " EXE"
 msgstr ""
 
-#: vms-alpha.c:5767
+#: vms-alpha.c:5786
 msgid " RD"
 msgstr ""
 
-#: vms-alpha.c:5769
+#: vms-alpha.c:5788
 msgid " WRT"
 msgstr ""
 
-#: vms-alpha.c:5771
+#: vms-alpha.c:5790
 msgid " VEC"
 msgstr ""
 
-#: vms-alpha.c:5773
+#: vms-alpha.c:5792
 msgid " NOMOD"
 msgstr ""
 
-#: vms-alpha.c:5775
+#: vms-alpha.c:5794
 msgid " COM"
 msgstr ""
 
-#: vms-alpha.c:5777
+#: vms-alpha.c:5796
 msgid " 64B"
 msgstr ""
 
-#: vms-alpha.c:5786
+#: vms-alpha.c:5805
 #, c-format
 msgid "  EGSD (len=%u):\n"
 msgstr ""
 
-#: vms-alpha.c:5798
+#: vms-alpha.c:5817
 #, c-format
 msgid "  EGSD entry %2u (type: %u, len: %u): "
 msgstr ""
 
-#: vms-alpha.c:5810
+#: vms-alpha.c:5829
 #, c-format
 msgid "PSC - Program section definition\n"
 msgstr ""
 
-#: vms-alpha.c:5811 vms-alpha.c:5828
+#: vms-alpha.c:5830 vms-alpha.c:5847
 #, c-format
 msgid "   alignment  : 2**%u\n"
 msgstr ""
 
-#: vms-alpha.c:5812 vms-alpha.c:5829
+#: vms-alpha.c:5831 vms-alpha.c:5848
 #, c-format
 msgid "   flags      : 0x%04x"
 msgstr ""
 
-#: vms-alpha.c:5816
+#: vms-alpha.c:5835
 #, c-format
 msgid "   alloc (len): %u (0x%08x)\n"
 msgstr ""
 
-#: vms-alpha.c:5817 vms-alpha.c:5874 vms-alpha.c:5923
+#: vms-alpha.c:5836 vms-alpha.c:5893 vms-alpha.c:5942
 #, c-format
 msgid "   name       : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5827
+#: vms-alpha.c:5846
 #, c-format
 msgid "SPSC - Shared Image Program section def\n"
 msgstr ""
 
-#: vms-alpha.c:5833
+#: vms-alpha.c:5852
 #, c-format
 msgid "   alloc (len)   : %u (0x%08x)\n"
 msgstr ""
 
-#: vms-alpha.c:5834
+#: vms-alpha.c:5853
 #, c-format
 msgid "   image offset  : 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5836
+#: vms-alpha.c:5855
 #, c-format
 msgid "   symvec offset : 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5838
+#: vms-alpha.c:5857
 #, c-format
 msgid "   name          : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5851
+#: vms-alpha.c:5870
 #, c-format
 msgid "SYM - Global symbol definition\n"
 msgstr ""
 
-#: vms-alpha.c:5852 vms-alpha.c:5912 vms-alpha.c:5933 vms-alpha.c:5952
+#: vms-alpha.c:5871 vms-alpha.c:5931 vms-alpha.c:5952 vms-alpha.c:5971
 #, c-format
 msgid "   flags: 0x%04x"
 msgstr ""
 
-#: vms-alpha.c:5855
+#: vms-alpha.c:5874
 #, c-format
 msgid "   psect offset: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5859
+#: vms-alpha.c:5878
 #, c-format
 msgid "   code address: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5861
+#: vms-alpha.c:5880
 #, c-format
 msgid "   psect index for entry point : %u\n"
 msgstr ""
 
-#: vms-alpha.c:5864 vms-alpha.c:5940 vms-alpha.c:5959
+#: vms-alpha.c:5883 vms-alpha.c:5959 vms-alpha.c:5978
 #, c-format
 msgid "   psect index : %u\n"
 msgstr ""
 
-#: vms-alpha.c:5866 vms-alpha.c:5942 vms-alpha.c:5961
+#: vms-alpha.c:5885 vms-alpha.c:5961 vms-alpha.c:5980
 #, c-format
 msgid "   name        : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5873
+#: vms-alpha.c:5892
 #, c-format
 msgid "SYM - Global symbol reference\n"
 msgstr ""
 
-#: vms-alpha.c:5885
+#: vms-alpha.c:5904
 #, c-format
 msgid "IDC - Ident Consistency check\n"
 msgstr ""
 
-#: vms-alpha.c:5886
+#: vms-alpha.c:5905
 #, c-format
 msgid "   flags         : 0x%08x"
 msgstr ""
 
-#: vms-alpha.c:5890
+#: vms-alpha.c:5909
 #, c-format
 msgid "   id match      : %x\n"
 msgstr ""
 
-#: vms-alpha.c:5892
+#: vms-alpha.c:5911
 #, c-format
 msgid "   error severity: %x\n"
 msgstr ""
 
-#: vms-alpha.c:5895
+#: vms-alpha.c:5914
 #, c-format
 msgid "   entity name   : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5897
+#: vms-alpha.c:5916
 #, c-format
 msgid "   object name   : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5900
+#: vms-alpha.c:5919
 #, c-format
 msgid "   binary ident  : 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5903
+#: vms-alpha.c:5922
 #, c-format
 msgid "   ascii ident   : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:5911
+#: vms-alpha.c:5930
 #, c-format
 msgid "SYMG - Universal symbol definition\n"
 msgstr ""
 
-#: vms-alpha.c:5915
+#: vms-alpha.c:5934
 #, c-format
 msgid "   symbol vector offset: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5917
+#: vms-alpha.c:5936
 #, c-format
 msgid "   entry point: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5919
+#: vms-alpha.c:5938
 #, c-format
 msgid "   proc descr : 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5921
+#: vms-alpha.c:5940
 #, c-format
 msgid "   psect index: %u\n"
 msgstr ""
 
-#: vms-alpha.c:5932
+#: vms-alpha.c:5951
 #, c-format
 msgid "SYMV - Vectored symbol definition\n"
 msgstr ""
 
-#: vms-alpha.c:5936
+#: vms-alpha.c:5955
 #, c-format
 msgid "   vector      : 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5938 vms-alpha.c:5957
+#: vms-alpha.c:5957 vms-alpha.c:5976
 #, c-format
 msgid "   psect offset: %u\n"
 msgstr ""
 
-#: vms-alpha.c:5951
+#: vms-alpha.c:5970
 #, c-format
 msgid "SYMM - Global symbol definition with version\n"
 msgstr ""
 
-#: vms-alpha.c:5955
+#: vms-alpha.c:5974
 #, c-format
 msgid "   version mask: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:5966
+#: vms-alpha.c:5985
 #, c-format
 msgid "unhandled egsd entry type %u\n"
 msgstr ""
 
-#: vms-alpha.c:6000
+#: vms-alpha.c:6019
 #, c-format
 msgid "    linkage index: %u, replacement insn: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6003
+#: vms-alpha.c:6022
 #, c-format
 msgid "    psect idx 1: %u, offset 1: 0x%08x %08x\n"
 msgstr ""
 
-#: vms-alpha.c:6007
+#: vms-alpha.c:6026
 #, c-format
 msgid "    psect idx 2: %u, offset 2: 0x%08x %08x\n"
 msgstr ""
 
-#: vms-alpha.c:6012
+#: vms-alpha.c:6031
 #, c-format
 msgid "    psect idx 3: %u, offset 3: 0x%08x %08x\n"
 msgstr ""
 
-#: vms-alpha.c:6017
+#: vms-alpha.c:6036
 #, c-format
 msgid "    global name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6027
+#: vms-alpha.c:6046
 #, c-format
 msgid "  %s (len=%u+%u):\n"
 msgstr ""
 
-#: vms-alpha.c:6042
+#: vms-alpha.c:6061
 #, c-format
 msgid "   (type: %3u, size: 4+%3u): "
 msgstr ""
 
-#: vms-alpha.c:6046
+#: vms-alpha.c:6065
 #, c-format
 msgid "STA_GBL (stack global) %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6050
+#: vms-alpha.c:6069
 #, c-format
 msgid "STA_LW (stack longword) 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6054
+#: vms-alpha.c:6073
 #, c-format
 msgid "STA_QW (stack quadword) 0x%08x %08x\n"
 msgstr ""
 
-#: vms-alpha.c:6059
+#: vms-alpha.c:6078
 #, c-format
 msgid "STA_PQ (stack psect base + offset)\n"
 msgstr ""
 
-#: vms-alpha.c:6060
+#: vms-alpha.c:6079
 #, c-format
 msgid "    psect: %u, offset: 0x%08x %08x\n"
 msgstr ""
 
-#: vms-alpha.c:6066
+#: vms-alpha.c:6085
 #, c-format
 msgid "STA_LI (stack literal)\n"
 msgstr ""
 
-#: vms-alpha.c:6069
+#: vms-alpha.c:6088
 #, c-format
 msgid "STA_MOD (stack module)\n"
 msgstr ""
 
-#: vms-alpha.c:6072
+#: vms-alpha.c:6091
 #, c-format
 msgid "STA_CKARG (compare procedure argument)\n"
 msgstr ""
 
-#: vms-alpha.c:6076
+#: vms-alpha.c:6095
 #, c-format
 msgid "STO_B (store byte)\n"
 msgstr ""
 
-#: vms-alpha.c:6079
+#: vms-alpha.c:6098
 #, c-format
 msgid "STO_W (store word)\n"
 msgstr ""
 
-#: vms-alpha.c:6082
+#: vms-alpha.c:6101
 #, c-format
 msgid "STO_LW (store longword)\n"
 msgstr ""
 
-#: vms-alpha.c:6085
+#: vms-alpha.c:6104
 #, c-format
 msgid "STO_QW (store quadword)\n"
 msgstr ""
 
-#: vms-alpha.c:6091
+#: vms-alpha.c:6110
 #, c-format
 msgid "STO_IMMR (store immediate repeat) %u bytes\n"
 msgstr ""
 
-#: vms-alpha.c:6098
+#: vms-alpha.c:6117
 #, c-format
 msgid "STO_GBL (store global) %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6102
+#: vms-alpha.c:6121
 #, c-format
 msgid "STO_CA (store code address) %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6106
+#: vms-alpha.c:6125
 #, c-format
 msgid "STO_RB (store relative branch)\n"
 msgstr ""
 
-#: vms-alpha.c:6109
+#: vms-alpha.c:6128
 #, c-format
 msgid "STO_AB (store absolute branch)\n"
 msgstr ""
 
-#: vms-alpha.c:6112
+#: vms-alpha.c:6131
 #, c-format
 msgid "STO_OFF (store offset to psect)\n"
 msgstr ""
 
-#: vms-alpha.c:6118
+#: vms-alpha.c:6137
 #, c-format
 msgid "STO_IMM (store immediate) %u bytes\n"
 msgstr ""
 
-#: vms-alpha.c:6125
+#: vms-alpha.c:6144
 #, c-format
 msgid "STO_GBL_LW (store global longword) %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6129
+#: vms-alpha.c:6148
 #, c-format
 msgid "STO_OFF (store LP with procedure signature)\n"
 msgstr ""
 
-#: vms-alpha.c:6132
+#: vms-alpha.c:6151
 #, c-format
 msgid "STO_BR_GBL (store branch global) *todo*\n"
 msgstr ""
 
-#: vms-alpha.c:6135
+#: vms-alpha.c:6154
 #, c-format
 msgid "STO_BR_PS (store branch psect + offset) *todo*\n"
 msgstr ""
 
-#: vms-alpha.c:6139
+#: vms-alpha.c:6158
 #, c-format
 msgid "OPR_NOP (no-operation)\n"
 msgstr ""
 
-#: vms-alpha.c:6142
+#: vms-alpha.c:6161
 #, c-format
 msgid "OPR_ADD (add)\n"
 msgstr ""
 
-#: vms-alpha.c:6145
+#: vms-alpha.c:6164
 #, c-format
 msgid "OPR_SUB (substract)\n"
 msgstr ""
 
-#: vms-alpha.c:6148
+#: vms-alpha.c:6167
 #, c-format
 msgid "OPR_MUL (multiply)\n"
 msgstr ""
 
-#: vms-alpha.c:6151
+#: vms-alpha.c:6170
 #, c-format
 msgid "OPR_DIV (divide)\n"
 msgstr ""
 
-#: vms-alpha.c:6154
+#: vms-alpha.c:6173
 #, c-format
 msgid "OPR_AND (logical and)\n"
 msgstr ""
 
-#: vms-alpha.c:6157
+#: vms-alpha.c:6176
 #, c-format
 msgid "OPR_IOR (logical inclusive or)\n"
 msgstr ""
 
-#: vms-alpha.c:6160
+#: vms-alpha.c:6179
 #, c-format
 msgid "OPR_EOR (logical exclusive or)\n"
 msgstr ""
 
-#: vms-alpha.c:6163
+#: vms-alpha.c:6182
 #, c-format
 msgid "OPR_NEG (negate)\n"
 msgstr ""
 
-#: vms-alpha.c:6166
+#: vms-alpha.c:6185
 #, c-format
 msgid "OPR_COM (complement)\n"
 msgstr ""
 
-#: vms-alpha.c:6169
+#: vms-alpha.c:6188
 #, c-format
 msgid "OPR_INSV (insert field)\n"
 msgstr ""
 
-#: vms-alpha.c:6172
+#: vms-alpha.c:6191
 #, c-format
 msgid "OPR_ASH (arithmetic shift)\n"
 msgstr ""
 
-#: vms-alpha.c:6175
+#: vms-alpha.c:6194
 #, c-format
 msgid "OPR_USH (unsigned shift)\n"
 msgstr ""
 
-#: vms-alpha.c:6178
+#: vms-alpha.c:6197
 #, c-format
 msgid "OPR_ROT (rotate)\n"
 msgstr ""
 
-#: vms-alpha.c:6181
+#: vms-alpha.c:6200
 #, c-format
 msgid "OPR_SEL (select)\n"
 msgstr ""
 
-#: vms-alpha.c:6184
+#: vms-alpha.c:6203
 #, c-format
 msgid "OPR_REDEF (redefine symbol to curr location)\n"
 msgstr ""
 
-#: vms-alpha.c:6187
+#: vms-alpha.c:6206
 #, c-format
 msgid "OPR_REDEF (define a literal)\n"
 msgstr ""
 
-#: vms-alpha.c:6191
+#: vms-alpha.c:6210
 #, c-format
 msgid "STC_LP (store cond linkage pair)\n"
 msgstr ""
 
-#: vms-alpha.c:6195
+#: vms-alpha.c:6214
 #, c-format
 msgid "STC_LP_PSB (store cond linkage pair + signature)\n"
 msgstr ""
 
-#: vms-alpha.c:6196
+#: vms-alpha.c:6215
 #, c-format
 msgid "   linkage index: %u, procedure: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6199
+#: vms-alpha.c:6218
 #, c-format
 msgid "   signature: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6202
+#: vms-alpha.c:6221
 #, c-format
 msgid "STC_GBL (store cond global)\n"
 msgstr ""
 
-#: vms-alpha.c:6203
+#: vms-alpha.c:6222
 #, c-format
 msgid "   linkage index: %u, global: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6207
+#: vms-alpha.c:6226
 #, c-format
 msgid "STC_GCA (store cond code address)\n"
 msgstr ""
 
-#: vms-alpha.c:6208
+#: vms-alpha.c:6227
 #, c-format
 msgid "   linkage index: %u, procedure name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6212
+#: vms-alpha.c:6231
 #, c-format
 msgid "STC_PS (store cond psect + offset)\n"
 msgstr ""
 
-#: vms-alpha.c:6214
+#: vms-alpha.c:6233
 #, c-format
 msgid "   linkage index: %u, psect: %u, offset: 0x%08x %08x\n"
 msgstr ""
 
-#: vms-alpha.c:6221
+#: vms-alpha.c:6240
 #, c-format
 msgid "STC_NOP_GBL (store cond NOP at global addr)\n"
 msgstr ""
 
-#: vms-alpha.c:6225
+#: vms-alpha.c:6244
 #, c-format
 msgid "STC_NOP_PS (store cond NOP at psect + offset)\n"
 msgstr ""
 
-#: vms-alpha.c:6229
+#: vms-alpha.c:6248
 #, c-format
 msgid "STC_BSR_GBL (store cond BSR at global addr)\n"
 msgstr ""
 
-#: vms-alpha.c:6233
+#: vms-alpha.c:6252
 #, c-format
 msgid "STC_BSR_PS (store cond BSR at psect + offset)\n"
 msgstr ""
 
-#: vms-alpha.c:6237
+#: vms-alpha.c:6256
 #, c-format
 msgid "STC_LDA_GBL (store cond LDA at global addr)\n"
 msgstr ""
 
-#: vms-alpha.c:6241
+#: vms-alpha.c:6260
 #, c-format
 msgid "STC_LDA_PS (store cond LDA at psect + offset)\n"
 msgstr ""
 
-#: vms-alpha.c:6245
+#: vms-alpha.c:6264
 #, c-format
 msgid "STC_BOH_GBL (store cond BOH at global addr)\n"
 msgstr ""
 
-#: vms-alpha.c:6249
+#: vms-alpha.c:6268
 #, c-format
 msgid "STC_BOH_PS (store cond BOH at psect + offset)\n"
 msgstr ""
 
-#: vms-alpha.c:6254
+#: vms-alpha.c:6273
 #, c-format
 msgid "STC_NBH_GBL (store cond or hint at global addr)\n"
 msgstr ""
 
-#: vms-alpha.c:6258
+#: vms-alpha.c:6277
 #, c-format
 msgid "STC_NBH_PS (store cond or hint at psect + offset)\n"
 msgstr ""
 
-#: vms-alpha.c:6262
+#: vms-alpha.c:6281
 #, c-format
 msgid "CTL_SETRB (set relocation base)\n"
 msgstr ""
 
-#: vms-alpha.c:6268
+#: vms-alpha.c:6287
 #, c-format
 msgid "CTL_AUGRB (augment relocation base) %u\n"
 msgstr ""
 
-#: vms-alpha.c:6272
+#: vms-alpha.c:6291
 #, c-format
 msgid "CTL_DFLOC (define location)\n"
 msgstr ""
 
-#: vms-alpha.c:6275
+#: vms-alpha.c:6294
 #, c-format
 msgid "CTL_STLOC (set location)\n"
 msgstr ""
 
-#: vms-alpha.c:6278
+#: vms-alpha.c:6297
 #, c-format
 msgid "CTL_STKDL (stack defined location)\n"
 msgstr ""
 
-#: vms-alpha.c:6281 vms-alpha.c:6695
+#: vms-alpha.c:6300 vms-alpha.c:6714
 #, c-format
 msgid "*unhandled*\n"
 msgstr ""
 
-#: vms-alpha.c:6311 vms-alpha.c:6350
+#: vms-alpha.c:6330 vms-alpha.c:6369
 #, c-format
 msgid "cannot read GST record length\n"
 msgstr ""
 
 #. Ill-formed.
-#: vms-alpha.c:6332
+#: vms-alpha.c:6351
 #, c-format
 msgid "cannot find EMH in first GST record\n"
 msgstr ""
 
-#: vms-alpha.c:6358
+#: vms-alpha.c:6377
 #, c-format
 msgid "cannot read GST record header\n"
 msgstr ""
 
-#: vms-alpha.c:6371
+#: vms-alpha.c:6390
 #, c-format
 msgid " corrupted GST\n"
 msgstr ""
 
-#: vms-alpha.c:6379
+#: vms-alpha.c:6398
 #, c-format
 msgid "cannot read GST record\n"
 msgstr ""
 
-#: vms-alpha.c:6408
+#: vms-alpha.c:6427
 #, c-format
 msgid " unhandled EOBJ record type %u\n"
 msgstr ""
 
-#: vms-alpha.c:6431
+#: vms-alpha.c:6450
 #, c-format
 msgid "  bitcount: %u, base addr: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6444
+#: vms-alpha.c:6463
 #, c-format
 msgid "   bitmap: 0x%08x (count: %u):\n"
 msgstr ""
 
-#: vms-alpha.c:6451
+#: vms-alpha.c:6470
 #, c-format
 msgid " %08x"
 msgstr ""
 
-#: vms-alpha.c:6476
+#: vms-alpha.c:6495
 #, c-format
 msgid "  image %u (%u entries)\n"
 msgstr ""
 
-#: vms-alpha.c:6481
+#: vms-alpha.c:6500
 #, c-format
 msgid "   offset: 0x%08x, val: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6502
+#: vms-alpha.c:6521
 #, c-format
 msgid "  image %u (%u entries), offsets:\n"
 msgstr ""
 
-#: vms-alpha.c:6509
+#: vms-alpha.c:6528
 #, c-format
 msgid " 0x%08x"
 msgstr ""
 
 #. 64 bits.
-#: vms-alpha.c:6631
+#: vms-alpha.c:6650
 #, c-format
 msgid "64 bits *unhandled*\n"
 msgstr ""
 
-#: vms-alpha.c:6635
+#: vms-alpha.c:6654
 #, c-format
 msgid "class: %u, dtype: %u, length: %u, pointer: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6646
+#: vms-alpha.c:6665
 #, c-format
 msgid "non-contiguous array of %s\n"
 msgstr ""
 
-#: vms-alpha.c:6650
+#: vms-alpha.c:6669
 #, c-format
 msgid "dimct: %u, aflags: 0x%02x, digits: %u, scale: %u\n"
 msgstr ""
 
-#: vms-alpha.c:6654
+#: vms-alpha.c:6673
 #, c-format
 msgid "arsize: %u, a0: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6658
+#: vms-alpha.c:6677
 #, c-format
 msgid "Strides:\n"
 msgstr ""
 
-#: vms-alpha.c:6663
+#: vms-alpha.c:6682
 #, c-format
 msgid "[%u]: %u\n"
 msgstr ""
 
-#: vms-alpha.c:6668
+#: vms-alpha.c:6687
 #, c-format
 msgid "Bounds:\n"
 msgstr ""
 
-#: vms-alpha.c:6673
+#: vms-alpha.c:6692
 #, c-format
 msgid "[%u]: Lower: %u, upper: %u\n"
 msgstr ""
 
-#: vms-alpha.c:6685
+#: vms-alpha.c:6704
 #, c-format
 msgid "unaligned bit-string of %s\n"
 msgstr ""
 
-#: vms-alpha.c:6689
+#: vms-alpha.c:6708
 #, c-format
 msgid "base: %u, pos: %u\n"
 msgstr ""
 
-#: vms-alpha.c:6709
+#: vms-alpha.c:6728
 #, c-format
 msgid "vflags: 0x%02x, value: 0x%08x "
 msgstr ""
 
-#: vms-alpha.c:6715
+#: vms-alpha.c:6734
 #, c-format
 msgid "(no value)\n"
 msgstr ""
 
-#: vms-alpha.c:6718
+#: vms-alpha.c:6737
 #, c-format
 msgid "(not active)\n"
 msgstr ""
 
-#: vms-alpha.c:6721
+#: vms-alpha.c:6740
 #, c-format
 msgid "(not allocated)\n"
 msgstr ""
 
-#: vms-alpha.c:6724
+#: vms-alpha.c:6743
 #, c-format
 msgid "(descriptor)\n"
 msgstr ""
 
-#: vms-alpha.c:6728
+#: vms-alpha.c:6747
 #, c-format
 msgid "(trailing value)\n"
 msgstr ""
 
-#: vms-alpha.c:6731
+#: vms-alpha.c:6750
 #, c-format
 msgid "(value spec follows)\n"
 msgstr ""
 
-#: vms-alpha.c:6734
+#: vms-alpha.c:6753
 #, c-format
 msgid "(at bit offset %u)\n"
 msgstr ""
 
-#: vms-alpha.c:6737
+#: vms-alpha.c:6756
 #, c-format
 msgid "(reg: %u, disp: %u, indir: %u, kind: "
 msgstr ""
 
-#: vms-alpha.c:6744
+#: vms-alpha.c:6763
 msgid "literal"
 msgstr ""
 
-#: vms-alpha.c:6747
+#: vms-alpha.c:6766
 msgid "address"
 msgstr ""
 
-#: vms-alpha.c:6750
+#: vms-alpha.c:6769
 msgid "desc"
 msgstr ""
 
-#: vms-alpha.c:6753
+#: vms-alpha.c:6772
 msgid "reg"
 msgstr ""
 
-#: vms-alpha.c:6828
+#: vms-alpha.c:6847
 #, c-format
 msgid "Debug symbol table:\n"
 msgstr ""
 
-#: vms-alpha.c:6839
+#: vms-alpha.c:6858
 #, c-format
 msgid "cannot read DST header\n"
 msgstr ""
 
-#: vms-alpha.c:6844
+#: vms-alpha.c:6863
 #, c-format
 msgid " type: %3u, len: %3u (at 0x%08x): "
 msgstr ""
 
-#: vms-alpha.c:6858
+#: vms-alpha.c:6877
 #, c-format
 msgid "cannot read DST symbol\n"
 msgstr ""
 
-#: vms-alpha.c:6901
+#: vms-alpha.c:6920
 #, c-format
 msgid "standard data: %s\n"
 msgstr ""
 
-#: vms-alpha.c:6904 vms-alpha.c:6988
+#: vms-alpha.c:6923 vms-alpha.c:7007
 #, c-format
 msgid "    name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6911
+#: vms-alpha.c:6930
 #, c-format
 msgid "modbeg\n"
 msgstr ""
 
-#: vms-alpha.c:6912
+#: vms-alpha.c:6931
 #, c-format
 msgid "   flags: %d, language: %u, major: %u, minor: %u\n"
 msgstr ""
 
-#: vms-alpha.c:6918 vms-alpha.c:7184
+#: vms-alpha.c:6937 vms-alpha.c:7203
 #, c-format
 msgid "   module name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6921
+#: vms-alpha.c:6940
 #, c-format
 msgid "   compiler   : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6926
+#: vms-alpha.c:6945
 #, c-format
 msgid "modend\n"
 msgstr ""
 
-#: vms-alpha.c:6933
+#: vms-alpha.c:6952
 msgid "rtnbeg\n"
 msgstr ""
 
-#: vms-alpha.c:6934
+#: vms-alpha.c:6953
 #, c-format
 msgid "    flags: %u, address: 0x%08x, pd-address: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6939
+#: vms-alpha.c:6958
 #, c-format
 msgid "    routine name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6947
+#: vms-alpha.c:6966
 #, c-format
 msgid "rtnend: size 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6955
+#: vms-alpha.c:6974
 #, c-format
 msgid "prolog: bkpt address 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6963
+#: vms-alpha.c:6982
 #, c-format
 msgid "epilog: flags: %u, count: %u\n"
 msgstr ""
 
-#: vms-alpha.c:6972
+#: vms-alpha.c:6991
 #, c-format
 msgid "blkbeg: address: 0x%08x, name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:6981
+#: vms-alpha.c:7000
 #, c-format
 msgid "blkend: size: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:6987
+#: vms-alpha.c:7006
 #, c-format
 msgid "typspec (len: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:6994
+#: vms-alpha.c:7013
 #, c-format
 msgid "septyp, name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7003
+#: vms-alpha.c:7022
 #, c-format
 msgid "recbeg: name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7010
+#: vms-alpha.c:7029
 #, c-format
 msgid "recend\n"
 msgstr ""
 
-#: vms-alpha.c:7013
+#: vms-alpha.c:7032
 #, c-format
 msgid "enumbeg, len: %u, name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7017
+#: vms-alpha.c:7036
 #, c-format
 msgid "enumelt, name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7021
+#: vms-alpha.c:7040
 #, c-format
 msgid "enumend\n"
 msgstr ""
 
-#: vms-alpha.c:7038
+#: vms-alpha.c:7057
 #, c-format
 msgid "discontiguous range (nbr: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:7040
+#: vms-alpha.c:7059
 #, c-format
 msgid "    address: 0x%08x, size: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7050
+#: vms-alpha.c:7069
 #, c-format
 msgid "line num  (len: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:7067
+#: vms-alpha.c:7086
 #, c-format
 msgid "delta_pc_w %u\n"
 msgstr ""
 
-#: vms-alpha.c:7074
+#: vms-alpha.c:7093
 #, c-format
 msgid "incr_linum(b): +%u\n"
 msgstr ""
 
-#: vms-alpha.c:7080
+#: vms-alpha.c:7099
 #, c-format
 msgid "incr_linum_w: +%u\n"
 msgstr ""
 
-#: vms-alpha.c:7086
+#: vms-alpha.c:7105
 #, c-format
 msgid "incr_linum_l: +%u\n"
 msgstr ""
 
-#: vms-alpha.c:7092
+#: vms-alpha.c:7111
 #, c-format
 msgid "set_line_num(w) %u\n"
 msgstr ""
 
-#: vms-alpha.c:7097
+#: vms-alpha.c:7116
 #, c-format
 msgid "set_line_num_b %u\n"
 msgstr ""
 
-#: vms-alpha.c:7102
+#: vms-alpha.c:7121
 #, c-format
 msgid "set_line_num_l %u\n"
 msgstr ""
 
-#: vms-alpha.c:7107
+#: vms-alpha.c:7126
 #, c-format
 msgid "set_abs_pc: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7111
+#: vms-alpha.c:7130
 #, c-format
 msgid "delta_pc_l: +0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7116
+#: vms-alpha.c:7135
 #, c-format
 msgid "term(b): 0x%02x"
 msgstr ""
 
-#: vms-alpha.c:7118
+#: vms-alpha.c:7137
 #, c-format
 msgid "        pc: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7123
+#: vms-alpha.c:7142
 #, c-format
 msgid "term_w: 0x%04x"
 msgstr ""
 
-#: vms-alpha.c:7125
+#: vms-alpha.c:7144
 #, c-format
 msgid "    pc: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7131
+#: vms-alpha.c:7150
 #, c-format
 msgid "delta pc +%-4d"
 msgstr ""
 
-#: vms-alpha.c:7134
+#: vms-alpha.c:7153
 #, c-format
 msgid "    pc: 0x%08x line: %5u\n"
 msgstr ""
 
-#: vms-alpha.c:7139
+#: vms-alpha.c:7158
 #, c-format
 msgid "    *unhandled* cmd %u\n"
 msgstr ""
 
-#: vms-alpha.c:7154
+#: vms-alpha.c:7173
 #, c-format
 msgid "source (len: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:7168
+#: vms-alpha.c:7187
 #, c-format
 msgid "   declfile: len: %u, flags: %u, fileid: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7172
+#: vms-alpha.c:7191
 #, c-format
 msgid "   rms: cdt: 0x%08x %08x, ebk: 0x%08x, ffb: 0x%04x, rfo: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7181
+#: vms-alpha.c:7200
 #, c-format
 msgid "   filename   : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7190
+#: vms-alpha.c:7209
 #, c-format
 msgid "   setfile %u\n"
 msgstr ""
 
-#: vms-alpha.c:7195 vms-alpha.c:7200
+#: vms-alpha.c:7214 vms-alpha.c:7219
 #, c-format
 msgid "   setrec %u\n"
 msgstr ""
 
-#: vms-alpha.c:7205 vms-alpha.c:7210
+#: vms-alpha.c:7224 vms-alpha.c:7229
 #, c-format
 msgid "   setlnum %u\n"
 msgstr ""
 
-#: vms-alpha.c:7215 vms-alpha.c:7220
+#: vms-alpha.c:7234 vms-alpha.c:7239
 #, c-format
 msgid "   deflines %u\n"
 msgstr ""
 
-#: vms-alpha.c:7224
+#: vms-alpha.c:7243
 #, c-format
 msgid "   formfeed\n"
 msgstr ""
 
-#: vms-alpha.c:7228
+#: vms-alpha.c:7247
 #, c-format
 msgid "   *unhandled* cmd %u\n"
 msgstr ""
 
-#: vms-alpha.c:7240
+#: vms-alpha.c:7259
 #, c-format
 msgid "*unhandled* dst type %u\n"
 msgstr ""
 
-#: vms-alpha.c:7272
+#: vms-alpha.c:7291
 #, c-format
 msgid "cannot read EIHD\n"
 msgstr ""
 
-#: vms-alpha.c:7275
+#: vms-alpha.c:7294
 #, c-format
 msgid "EIHD: (size: %u, nbr blocks: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:7278
+#: vms-alpha.c:7297
 #, c-format
 msgid " majorid: %u, minorid: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7286
+#: vms-alpha.c:7305
 msgid "executable"
 msgstr ""
 
-#: vms-alpha.c:7289
+#: vms-alpha.c:7308
 msgid "linkable image"
 msgstr ""
 
-#: vms-alpha.c:7295
+#: vms-alpha.c:7314
 #, c-format
 msgid " image type: %u (%s)"
 msgstr ""
 
-#: vms-alpha.c:7301
+#: vms-alpha.c:7320
 msgid "native"
 msgstr ""
 
-#: vms-alpha.c:7304
+#: vms-alpha.c:7323
 msgid "CLI"
 msgstr ""
 
-#: vms-alpha.c:7310
+#: vms-alpha.c:7329
 #, c-format
 msgid ", subtype: %u (%s)\n"
 msgstr ""
 
-#: vms-alpha.c:7316
+#: vms-alpha.c:7335
 #, c-format
 msgid " offsets: isd: %u, activ: %u, symdbg: %u, imgid: %u, patch: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7320
+#: vms-alpha.c:7339
 #, c-format
 msgid " fixup info rva: "
 msgstr ""
 
-#: vms-alpha.c:7322
+#: vms-alpha.c:7341
 #, c-format
 msgid ", symbol vector rva: "
 msgstr ""
 
-#: vms-alpha.c:7325
+#: vms-alpha.c:7344
 #, c-format
 msgid ""
 "\n"
 " version array off: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7329
+#: vms-alpha.c:7348
 #, c-format
 msgid " img I/O count: %u, nbr channels: %u, req pri: %08x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7335
+#: vms-alpha.c:7354
 #, c-format
 msgid " linker flags: %08x:"
 msgstr ""
 
-#: vms-alpha.c:7365
+#: vms-alpha.c:7384
 #, c-format
 msgid " ident: 0x%08x, sysver: 0x%08x, match ctrl: %u, symvect_size: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7371
+#: vms-alpha.c:7390
 #, c-format
 msgid " BPAGE: %u"
 msgstr ""
 
-#: vms-alpha.c:7377
+#: vms-alpha.c:7396
 #, c-format
 msgid ", ext fixup offset: %u, no_opt psect off: %u"
 msgstr ""
 
-#: vms-alpha.c:7380
+#: vms-alpha.c:7399
 #, c-format
 msgid ", alias: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7388
+#: vms-alpha.c:7407
 #, c-format
 msgid "system version array information:\n"
 msgstr ""
 
-#: vms-alpha.c:7392
+#: vms-alpha.c:7411
 #, c-format
 msgid "cannot read EIHVN header\n"
 msgstr ""
 
-#: vms-alpha.c:7402
+#: vms-alpha.c:7421
 #, c-format
 msgid "cannot read EIHVN version\n"
 msgstr ""
 
-#: vms-alpha.c:7405
+#: vms-alpha.c:7424
 #, c-format
 msgid "   %02u "
 msgstr ""
 
-#: vms-alpha.c:7409
+#: vms-alpha.c:7428
 msgid "BASE_IMAGE       "
 msgstr ""
 
-#: vms-alpha.c:7412
+#: vms-alpha.c:7431
 msgid "MEMORY_MANAGEMENT"
 msgstr ""
 
-#: vms-alpha.c:7415
+#: vms-alpha.c:7434
 msgid "IO               "
 msgstr ""
 
-#: vms-alpha.c:7418
+#: vms-alpha.c:7437
 msgid "FILES_VOLUMES    "
 msgstr ""
 
-#: vms-alpha.c:7421
+#: vms-alpha.c:7440
 msgid "PROCESS_SCHED    "
 msgstr ""
 
-#: vms-alpha.c:7424
+#: vms-alpha.c:7443
 msgid "SYSGEN           "
 msgstr ""
 
-#: vms-alpha.c:7427
+#: vms-alpha.c:7446
 msgid "CLUSTERS_LOCKMGR "
 msgstr ""
 
-#: vms-alpha.c:7430
+#: vms-alpha.c:7449
 msgid "LOGICAL_NAMES    "
 msgstr ""
 
-#: vms-alpha.c:7433
+#: vms-alpha.c:7452
 msgid "SECURITY         "
 msgstr ""
 
-#: vms-alpha.c:7436
+#: vms-alpha.c:7455
 msgid "IMAGE_ACTIVATOR  "
 msgstr ""
 
-#: vms-alpha.c:7439
+#: vms-alpha.c:7458
 msgid "NETWORKS         "
 msgstr ""
 
-#: vms-alpha.c:7442
+#: vms-alpha.c:7461
 msgid "COUNTERS         "
 msgstr ""
 
-#: vms-alpha.c:7445
+#: vms-alpha.c:7464
 msgid "STABLE           "
 msgstr ""
 
-#: vms-alpha.c:7448
+#: vms-alpha.c:7467
 msgid "MISC             "
 msgstr ""
 
-#: vms-alpha.c:7451
+#: vms-alpha.c:7470
 msgid "CPU              "
 msgstr ""
 
-#: vms-alpha.c:7454
+#: vms-alpha.c:7473
 msgid "VOLATILE         "
 msgstr ""
 
-#: vms-alpha.c:7457
+#: vms-alpha.c:7476
 msgid "SHELL            "
 msgstr ""
 
-#: vms-alpha.c:7460
+#: vms-alpha.c:7479
 msgid "POSIX            "
 msgstr ""
 
-#: vms-alpha.c:7463
+#: vms-alpha.c:7482
 msgid "MULTI_PROCESSING "
 msgstr ""
 
-#: vms-alpha.c:7466
+#: vms-alpha.c:7485
 msgid "GALAXY           "
 msgstr ""
 
-#: vms-alpha.c:7469
+#: vms-alpha.c:7488
 msgid "*unknown*        "
 msgstr ""
 
-#: vms-alpha.c:7472
+#: vms-alpha.c:7491
 #, c-format
 msgid ": %u.%u\n"
 msgstr ""
 
-#: vms-alpha.c:7485 vms-alpha.c:7744
+#: vms-alpha.c:7504 vms-alpha.c:7763
 #, c-format
 msgid "cannot read EIHA\n"
 msgstr ""
 
-#: vms-alpha.c:7488
+#: vms-alpha.c:7507
 #, c-format
 msgid "Image activation:  (size=%u)\n"
 msgstr ""
 
-#: vms-alpha.c:7490
+#: vms-alpha.c:7509
 #, c-format
 msgid " First address : 0x%08x 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7493
+#: vms-alpha.c:7512
 #, c-format
 msgid " Second address: 0x%08x 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7496
+#: vms-alpha.c:7515
 #, c-format
 msgid " Third address : 0x%08x 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7499
+#: vms-alpha.c:7518
 #, c-format
 msgid " Fourth address: 0x%08x 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7502
+#: vms-alpha.c:7521
 #, c-format
 msgid " Shared image  : 0x%08x 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7513
+#: vms-alpha.c:7532
 #, c-format
 msgid "cannot read EIHI\n"
 msgstr ""
 
-#: vms-alpha.c:7516
+#: vms-alpha.c:7535
 #, c-format
 msgid "Image identification: (major: %u, minor: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:7519
+#: vms-alpha.c:7538
 #, c-format
 msgid " image name       : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7521
+#: vms-alpha.c:7540
 #, c-format
 msgid " link time        : %s\n"
 msgstr ""
 
-#: vms-alpha.c:7523
+#: vms-alpha.c:7542
 #, c-format
 msgid " image ident      : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7525
+#: vms-alpha.c:7544
 #, c-format
 msgid " linker ident     : %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7527
+#: vms-alpha.c:7546
 #, c-format
 msgid " image build ident: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7537
+#: vms-alpha.c:7556
 #, c-format
 msgid "cannot read EIHS\n"
 msgstr ""
 
-#: vms-alpha.c:7540
+#: vms-alpha.c:7559
 #, c-format
 msgid "Image symbol & debug table: (major: %u, minor: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:7545
+#: vms-alpha.c:7564
 #, c-format
 msgid " debug symbol table : vbn: %u, size: %u (0x%x)\n"
 msgstr ""
 
-#: vms-alpha.c:7549
+#: vms-alpha.c:7568
 #, c-format
 msgid " global symbol table: vbn: %u, records: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7553
+#: vms-alpha.c:7572
 #, c-format
 msgid " debug module table : vbn: %u, size: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7566
+#: vms-alpha.c:7585
 #, c-format
 msgid "cannot read EISD\n"
 msgstr ""
 
-#: vms-alpha.c:7576
+#: vms-alpha.c:7595
 #, c-format
 msgid ""
 "Image section descriptor: (major: %u, minor: %u, size: %u, offset: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:7583
+#: vms-alpha.c:7602
 #, c-format
 msgid " section: base: 0x%08x%08x size: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7588
+#: vms-alpha.c:7607
 #, c-format
 msgid " flags: 0x%04x"
 msgstr ""
 
-#: vms-alpha.c:7625
+#: vms-alpha.c:7644
 #, c-format
 msgid " vbn: %u, pfc: %u, matchctl: %u type: %u ("
 msgstr ""
 
-#: vms-alpha.c:7631
+#: vms-alpha.c:7650
 msgid "NORMAL"
 msgstr ""
 
-#: vms-alpha.c:7634
+#: vms-alpha.c:7653
 msgid "SHRFXD"
 msgstr ""
 
-#: vms-alpha.c:7637
+#: vms-alpha.c:7656
 msgid "PRVFXD"
 msgstr ""
 
-#: vms-alpha.c:7640
+#: vms-alpha.c:7659
 msgid "SHRPIC"
 msgstr ""
 
-#: vms-alpha.c:7643
+#: vms-alpha.c:7662
 msgid "PRVPIC"
 msgstr ""
 
-#: vms-alpha.c:7646
+#: vms-alpha.c:7665
 msgid "USRSTACK"
 msgstr ""
 
-#: vms-alpha.c:7654
+#: vms-alpha.c:7673
 #, c-format
 msgid " ident: 0x%08x, name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7664
+#: vms-alpha.c:7683
 #, c-format
 msgid "cannot read DMT\n"
 msgstr ""
 
-#: vms-alpha.c:7668
+#: vms-alpha.c:7687
 #, c-format
 msgid "Debug module table:\n"
 msgstr ""
 
-#: vms-alpha.c:7677
+#: vms-alpha.c:7696
 #, c-format
 msgid "cannot read DMT header\n"
 msgstr ""
 
-#: vms-alpha.c:7682
+#: vms-alpha.c:7701
 #, c-format
 msgid " module offset: 0x%08x, size: 0x%08x, (%u psects)\n"
 msgstr ""
 
-#: vms-alpha.c:7692
+#: vms-alpha.c:7711
 #, c-format
 msgid "cannot read DMT psect\n"
 msgstr ""
 
-#: vms-alpha.c:7695
+#: vms-alpha.c:7714
 #, c-format
 msgid "  psect start: 0x%08x, length: %u\n"
 msgstr ""
 
-#: vms-alpha.c:7708
+#: vms-alpha.c:7727
 #, c-format
 msgid "cannot read DST\n"
 msgstr ""
 
-#: vms-alpha.c:7718
+#: vms-alpha.c:7737
 #, c-format
 msgid "cannot read GST\n"
 msgstr ""
 
-#: vms-alpha.c:7722
+#: vms-alpha.c:7741
 #, c-format
 msgid "Global symbol table:\n"
 msgstr ""
 
-#: vms-alpha.c:7750
+#: vms-alpha.c:7769
 #, c-format
 msgid "Image activator fixup: (major: %u, minor: %u)\n"
 msgstr ""
 
-#: vms-alpha.c:7753
+#: vms-alpha.c:7772
 #, c-format
 msgid "  iaflink : 0x%08x %08x\n"
 msgstr ""
 
-#: vms-alpha.c:7756
+#: vms-alpha.c:7775
 #, c-format
 msgid "  fixuplnk: 0x%08x %08x\n"
 msgstr ""
 
-#: vms-alpha.c:7759
+#: vms-alpha.c:7778
 #, c-format
 msgid "  size : %u\n"
 msgstr ""
 
-#: vms-alpha.c:7761
+#: vms-alpha.c:7780
 #, c-format
 msgid "  flags: 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7765
+#: vms-alpha.c:7784
 #, c-format
 msgid "  qrelfixoff: %5u, lrelfixoff: %5u\n"
 msgstr ""
 
-#: vms-alpha.c:7769
+#: vms-alpha.c:7788
 #, c-format
 msgid "  qdotadroff: %5u, ldotadroff: %5u\n"
 msgstr ""
 
-#: vms-alpha.c:7773
+#: vms-alpha.c:7792
 #, c-format
 msgid "  codeadroff: %5u, lpfixoff  : %5u\n"
 msgstr ""
 
-#: vms-alpha.c:7776
+#: vms-alpha.c:7795
 #, c-format
 msgid "  chgprtoff : %5u\n"
 msgstr ""
 
-#: vms-alpha.c:7779
+#: vms-alpha.c:7798
 #, c-format
 msgid "  shlstoff  : %5u, shrimgcnt : %5u\n"
 msgstr ""
 
-#: vms-alpha.c:7781
+#: vms-alpha.c:7800
 #, c-format
 msgid "  shlextra  : %5u, permctx   : %5u\n"
 msgstr ""
 
-#: vms-alpha.c:7784
+#: vms-alpha.c:7803
 #, c-format
 msgid "  base_va : 0x%08x\n"
 msgstr ""
 
-#: vms-alpha.c:7786
+#: vms-alpha.c:7805
 #, c-format
 msgid "  lppsbfixoff: %5u\n"
 msgstr ""
 
-#: vms-alpha.c:7794
+#: vms-alpha.c:7813
 #, c-format
 msgid " Shareable images:\n"
 msgstr ""
 
-#: vms-alpha.c:7798
+#: vms-alpha.c:7817
 #, c-format
 msgid "  %u: size: %u, flags: 0x%02x, name: %.*s\n"
 msgstr ""
 
-#: vms-alpha.c:7805
+#: vms-alpha.c:7824
 #, c-format
 msgid " quad-word relocation fixups:\n"
 msgstr ""
 
-#: vms-alpha.c:7810
+#: vms-alpha.c:7829
 #, c-format
 msgid " long-word relocation fixups:\n"
 msgstr ""
 
-#: vms-alpha.c:7815
+#: vms-alpha.c:7834
 #, c-format
 msgid " quad-word .address reference fixups:\n"
 msgstr ""
 
-#: vms-alpha.c:7820
+#: vms-alpha.c:7839
 #, c-format
 msgid " long-word .address reference fixups:\n"
 msgstr ""
 
-#: vms-alpha.c:7825
+#: vms-alpha.c:7844
 #, c-format
 msgid " Code Address Reference Fixups:\n"
 msgstr ""
 
-#: vms-alpha.c:7830
+#: vms-alpha.c:7849
 #, c-format
 msgid " Linkage Pairs Referece Fixups:\n"
 msgstr ""
 
-#: vms-alpha.c:7839
+#: vms-alpha.c:7858
 #, c-format
 msgid " Change Protection (%u entries):\n"
 msgstr ""
 
-#: vms-alpha.c:7844
+#: vms-alpha.c:7863
 #, c-format
 msgid "  base: 0x%08x %08x, size: 0x%08x, prot: 0x%08x "
 msgstr ""
 
 #. FIXME: we do not yet support relocatable link.  It is not obvious
 #. how to do it for debug infos.
-#: vms-alpha.c:8676
+#: vms-alpha.c:8694
 msgid "%P: relocatable link is not supported\n"
 msgstr ""
 
-#: vms-alpha.c:8746
+#: vms-alpha.c:8764
 msgid "%P: multiple entry points: in modules %B and %B\n"
 msgstr ""
 
@@ -5514,146 +5746,146 @@ msgstr ""
 msgid "%s: dynamic object with no .loader section"
 msgstr ""
 
-#: xcofflink.c:1415
+#: xcofflink.c:1416
 msgid "%B: `%s' has line numbers but no enclosing section"
 msgstr ""
 
-#: xcofflink.c:1467
+#: xcofflink.c:1468
 msgid "%B: class %d symbol `%s' has no aux entries"
 msgstr ""
 
-#: xcofflink.c:1489
+#: xcofflink.c:1490
 msgid "%B: symbol `%s' has unrecognized csect type %d"
 msgstr ""
 
-#: xcofflink.c:1501
+#: xcofflink.c:1502
 msgid "%B: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d"
 msgstr ""
 
-#: xcofflink.c:1530
+#: xcofflink.c:1531
 msgid "%B: XMC_TC0 symbol `%s' is class %d scnlen %d"
 msgstr ""
 
-#: xcofflink.c:1676
+#: xcofflink.c:1677
 msgid "%B: csect `%s' not in enclosing section"
 msgstr ""
 
-#: xcofflink.c:1783
+#: xcofflink.c:1784
 msgid "%B: misplaced XTY_LD `%s'"
 msgstr ""
 
-#: xcofflink.c:2102
+#: xcofflink.c:2103
 msgid "%B: reloc %s:%d not in csect"
 msgstr ""
 
-#: xcofflink.c:3186
+#: xcofflink.c:3194
 #, c-format
 msgid "%s: no such symbol"
 msgstr ""
 
-#: xcofflink.c:3291
+#: xcofflink.c:3299
 #, c-format
 msgid "warning: attempt to export undefined symbol `%s'"
 msgstr ""
 
-#: xcofflink.c:3673
+#: xcofflink.c:3681
 msgid "error: undefined symbol __rtinit"
 msgstr ""
 
-#: xcofflink.c:4052
+#: xcofflink.c:4060
 msgid "%B: loader reloc in unrecognized section `%s'"
 msgstr ""
 
-#: xcofflink.c:4063
+#: xcofflink.c:4071
 msgid "%B: `%s' in loader reloc but not loader sym"
 msgstr ""
 
-#: xcofflink.c:4079
+#: xcofflink.c:4087
 msgid "%B: loader reloc in read-only section %A"
 msgstr ""
 
-#: xcofflink.c:5097
+#: xcofflink.c:5109
 #, c-format
 msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling"
 msgstr ""
 
-#: elf32-ia64.c:1110 elf64-ia64.c:1110
+#: elf32-ia64.c:628 elf64-ia64.c:628
 msgid ""
 "%B: Can't relax br at 0x%lx in section `%A'. Please use brl or indirect "
 "branch."
 msgstr ""
 
-#: elf32-ia64.c:2809 elf64-ia64.c:2809
+#: elf32-ia64.c:2290 elf64-ia64.c:2290
 msgid "@pltoff reloc against local symbol"
 msgstr ""
 
-#: elf32-ia64.c:4430 elf64-ia64.c:4430
+#: elf32-ia64.c:3693 elf64-ia64.c:3693
 #, c-format
 msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
 msgstr ""
 
-#: elf32-ia64.c:4441 elf64-ia64.c:4441
+#: elf32-ia64.c:3704 elf64-ia64.c:3704
 #, c-format
 msgid "%s: __gp does not cover short data segment"
 msgstr ""
 
-#: elf32-ia64.c:4708 elf64-ia64.c:4708
+#: elf32-ia64.c:3971 elf64-ia64.c:3971
 msgid "%B: non-pic code with imm relocation against dynamic symbol `%s'"
 msgstr ""
 
-#: elf32-ia64.c:4775 elf64-ia64.c:4775
+#: elf32-ia64.c:4038 elf64-ia64.c:4038
 msgid "%B: @gprel relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf32-ia64.c:4838 elf64-ia64.c:4838
+#: elf32-ia64.c:4101 elf64-ia64.c:4101
 msgid "%B: linking non-pic code in a position independent executable"
 msgstr ""
 
-#: elf32-ia64.c:4975 elf64-ia64.c:4975
+#: elf32-ia64.c:4238 elf64-ia64.c:4238
 msgid "%B: @internal branch to dynamic symbol %s"
 msgstr ""
 
-#: elf32-ia64.c:4977 elf64-ia64.c:4977
+#: elf32-ia64.c:4240 elf64-ia64.c:4240
 msgid "%B: speculation fixup to dynamic symbol %s"
 msgstr ""
 
-#: elf32-ia64.c:4979 elf64-ia64.c:4979
+#: elf32-ia64.c:4242 elf64-ia64.c:4242
 msgid "%B: @pcrel relocation against dynamic symbol %s"
 msgstr ""
 
-#: elf32-ia64.c:5176 elf64-ia64.c:5176
+#: elf32-ia64.c:4439 elf64-ia64.c:4439
 msgid "unsupported reloc"
 msgstr ""
 
-#: elf32-ia64.c:5214 elf64-ia64.c:5214
+#: elf32-ia64.c:4477 elf64-ia64.c:4477
 msgid ""
-"%B: missing TLS section for relocation %s against `%s' at 0x%lx in section `%"
-"A'."
+"%B: missing TLS section for relocation %s against `%s' at 0x%lx in section `"
+"%A'."
 msgstr ""
 
-#: elf32-ia64.c:5229 elf64-ia64.c:5229
+#: elf32-ia64.c:4492 elf64-ia64.c:4492
 msgid ""
 "%B: Can't relax br (%s) to `%s' at 0x%lx in section `%A' with size 0x%lx (> "
 "0x1000000)."
 msgstr ""
 
-#: elf32-ia64.c:5491 elf64-ia64.c:5491
+#: elf32-ia64.c:4754 elf64-ia64.c:4754
 msgid "%B: linking trap-on-NULL-dereference with non-trapping files"
 msgstr ""
 
-#: elf32-ia64.c:5500 elf64-ia64.c:5500
+#: elf32-ia64.c:4763 elf64-ia64.c:4763
 msgid "%B: linking big-endian files with little-endian files"
 msgstr ""
 
-#: elf32-ia64.c:5509 elf64-ia64.c:5509
+#: elf32-ia64.c:4772 elf64-ia64.c:4772
 msgid "%B: linking 64-bit files with 32-bit files"
 msgstr ""
 
-#: elf32-ia64.c:5518 elf64-ia64.c:5518
+#: elf32-ia64.c:4781 elf64-ia64.c:4781
 msgid "%B: linking constant-gp files with non-constant-gp files"
 msgstr ""
 
-#: elf32-ia64.c:5528 elf64-ia64.c:5528
+#: elf32-ia64.c:4791 elf64-ia64.c:4791
 msgid "%B: linking auto-pic files with non-auto-pic files"
 msgstr ""
 
@@ -5997,6 +6229,6 @@ msgid ""
 "idata$6 is missing"
 msgstr ""
 
-#: peigen.c:2436 pepigen.c:2436 pex64igen.c:2436
+#: peigen.c:2438 pepigen.c:2438 pex64igen.c:2438
 msgid "%B: unable to fill in DataDictionary[9] because __tls_used is missing"
 msgstr ""
index 3adc00fe3694debb9ae7770e881fed2f362192ce..0f572475e9c0a5f2a355079ac2650b41ec4cd545 100644 (file)
@@ -1,6 +1,6 @@
 /* vms.c -- BFD back-end for EVAX (openVMS/Alpha) files.
    Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
 
    Initial version written by Klaus Kaempf (kkaempf@rmi.de)
    Major rewrite by Adacore.
@@ -440,7 +440,7 @@ struct alpha_vms_link_hash_table
 {
   struct bfd_link_hash_table root;
 
-  /* Vector of shared libaries.  */
+  /* Vector of shared libraries.  */
   struct vector_type shrlibs;
 
   /* Fixup section.  */
index 6e358855e9f2018c597210ebcf378ce9619df4f2..859fbe9da3f63e926f7b68585ffb46c035b56981 100644 (file)
@@ -1,3 +1,12 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * resres.c: Fix spelling typo.
+       * windint.h: Likewise.
+       * windmc.c: Likewise.
+       * windres.c: Likewise.
+       * po/POTFILES.in: Regenerate.
+       * po/binutils.pot: Regenerate.
+
 2011-06-01  Daniel Jacobowitz  <drow@false.org>
 
        * MAINTAINERS: Update my email address.
index 6d30cafe3df31be7d6f829c89f9765f3e1883555..3acf28a55b16b2af6fea07ba6ff6c8e6574eea7d 100644 (file)
@@ -181,6 +181,7 @@ NMEDIT = @NMEDIT@
 NO_WERROR = @NO_WERROR@
 OBJDUMP = @OBJDUMP@
 OBJDUMP_DEFS = @OBJDUMP_DEFS@
+OBJDUMP_PRIVATE_OFILES = @OBJDUMP_PRIVATE_OFILES@
 OBJEXT = @OBJEXT@
 OTOOL = @OTOOL@
 OTOOL64 = @OTOOL64@
index 7d092422f53b6ebf0e913e687b8053ae450694d4..c82e24a61382a5523e9f0f4044a9d7b3ffd0cc49 100644 (file)
@@ -20,6 +20,8 @@ dlltool.h
 dllwrap.c
 dwarf.c
 dwarf.h
+elfcomm.c
+elfcomm.h
 elfedit.c
 emul_aix.c
 emul_vanilla.c
@@ -38,6 +40,8 @@ not-ranlib.c
 not-strip.c
 objcopy.c
 objdump.c
+objdump.h
+od-xcoff.c
 prdbg.c
 rclex.c
 rdcoff.c
index f839c2756015823d1c1cc9ebf8db225675336241..cb11f222978b1bced00854ba660fedc42f16b655 100644 (file)
@@ -8,32 +8,33 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2010-11-05 10:28+0100\n"
+"POT-Creation-Date: 2011-06-02 14:35+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: addr2line.c:80
+#: addr2line.c:81
 #, c-format
 msgid "Usage: %s [option(s)] [addr(s)]\n"
 msgstr ""
 
-#: addr2line.c:81
+#: addr2line.c:82
 #, c-format
 msgid " Convert addresses into line number/file name pairs.\n"
 msgstr ""
 
-#: addr2line.c:82
+#: addr2line.c:83
 #, c-format
 msgid ""
 " If no addresses are specified on the command line, they will be read from "
 "stdin\n"
 msgstr ""
 
-#: addr2line.c:83
+#: addr2line.c:84
 #, c-format
 msgid ""
 " The options are:\n"
@@ -52,229 +53,234 @@ msgid ""
 "\n"
 msgstr ""
 
-#: addr2line.c:100 ar.c:293 coffdump.c:469 dlltool.c:3926 dllwrap.c:524
-#: elfedit.c:1155 nlmconv.c:1113 objcopy.c:576 objcopy.c:611 readelf.c:3219
-#: size.c:99 srconv.c:1742 strings.c:663 sysdump.c:653 windmc.c:228
-#: windres.c:694
+#: addr2line.c:101 ar.c:304 ar.c:333 coffdump.c:470 dlltool.c:3938
+#: dllwrap.c:524 elfedit.c:650 nlmconv.c:1114 objcopy.c:576 objcopy.c:611
+#: readelf.c:3174 size.c:99 srconv.c:1743 strings.c:667 sysdump.c:653
+#: windmc.c:228 windres.c:695
 #, c-format
 msgid "Report bugs to %s\n"
 msgstr ""
 
-#: addr2line.c:262
+#: addr2line.c:271
 #, c-format
 msgid " at "
 msgstr ""
 
-#: addr2line.c:287
+#: addr2line.c:296
 #, c-format
 msgid " (inlined by) "
 msgstr ""
 
-#: addr2line.c:320
+#: addr2line.c:329
 #, c-format
 msgid "%s: cannot get addresses from archive"
 msgstr ""
 
-#: addr2line.c:337
+#: addr2line.c:346
 #, c-format
 msgid "%s: cannot find section %s"
 msgstr ""
 
-#: addr2line.c:406 nm.c:1563 objdump.c:3301
+#: addr2line.c:415 nm.c:1566 objdump.c:3423
 #, c-format
 msgid "unknown demangling style `%s'"
 msgstr ""
 
-#: ar.c:215
+#: ar.c:238
 #, c-format
 msgid "no entry %s in archive\n"
 msgstr ""
 
-#: ar.c:233
+#: ar.c:254
 #, c-format
 msgid ""
-"Usage: %s [emulation options] [--plugin <name>] [-]{dmpqrstx}"
-"[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n"
+"Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin "
+"<name>] [member-name] [count] archive-file file...\n"
 msgstr ""
 
-#: ar.c:235
+#: ar.c:260
 #, c-format
 msgid ""
-"Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] "
+"Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] "
 "[count] archive-file file...\n"
 msgstr ""
 
-#: ar.c:240
+#: ar.c:266
 #, c-format
 msgid "       %s -M [<mri-script]\n"
 msgstr ""
 
-#: ar.c:241
+#: ar.c:267
 #, c-format
 msgid " commands:\n"
 msgstr ""
 
-#: ar.c:242
+#: ar.c:268
 #, c-format
 msgid "  d            - delete file(s) from the archive\n"
 msgstr ""
 
-#: ar.c:243
+#: ar.c:269
 #, c-format
 msgid "  m[ab]        - move file(s) in the archive\n"
 msgstr ""
 
-#: ar.c:244
+#: ar.c:270
 #, c-format
 msgid "  p            - print file(s) found in the archive\n"
 msgstr ""
 
-#: ar.c:245
+#: ar.c:271
 #, c-format
 msgid "  q[f]         - quick append file(s) to the archive\n"
 msgstr ""
 
-#: ar.c:246
+#: ar.c:272
 #, c-format
 msgid ""
 "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
 msgstr ""
 
-#: ar.c:247
+#: ar.c:273
 #, c-format
 msgid "  s            - act as ranlib\n"
 msgstr ""
 
-#: ar.c:248
+#: ar.c:274
 #, c-format
 msgid "  t            - display contents of archive\n"
 msgstr ""
 
-#: ar.c:249
+#: ar.c:275
 #, c-format
 msgid "  x[o]         - extract file(s) from the archive\n"
 msgstr ""
 
-#: ar.c:250
+#: ar.c:276
 #, c-format
 msgid " command specific modifiers:\n"
 msgstr ""
 
-#: ar.c:251
+#: ar.c:277
 #, c-format
 msgid "  [a]          - put file(s) after [member-name]\n"
 msgstr ""
 
-#: ar.c:252
+#: ar.c:278
 #, c-format
 msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
 msgstr ""
 
-#: ar.c:253
+#: ar.c:279
 #, c-format
 msgid "  [D]          - use zero for timestamps and uids/gids\n"
 msgstr ""
 
-#: ar.c:254
+#: ar.c:280
 #, c-format
 msgid "  [N]          - use instance [count] of name\n"
 msgstr ""
 
-#: ar.c:255
+#: ar.c:281
 #, c-format
 msgid "  [f]          - truncate inserted file names\n"
 msgstr ""
 
-#: ar.c:256
+#: ar.c:282
 #, c-format
 msgid "  [P]          - use full path names when matching\n"
 msgstr ""
 
-#: ar.c:257
+#: ar.c:283
 #, c-format
 msgid "  [o]          - preserve original dates\n"
 msgstr ""
 
-#: ar.c:258
+#: ar.c:284
 #, c-format
 msgid ""
 "  [u]          - only replace files that are newer than current archive "
 "contents\n"
 msgstr ""
 
-#: ar.c:259
+#: ar.c:285
 #, c-format
 msgid " generic modifiers:\n"
 msgstr ""
 
-#: ar.c:260
+#: ar.c:286
 #, c-format
 msgid "  [c]          - do not warn if the library had to be created\n"
 msgstr ""
 
-#: ar.c:261
+#: ar.c:287
 #, c-format
 msgid "  [s]          - create an archive index (cf. ranlib)\n"
 msgstr ""
 
-#: ar.c:262
+#: ar.c:288
 #, c-format
 msgid "  [S]          - do not build a symbol table\n"
 msgstr ""
 
-#: ar.c:263
+#: ar.c:289
 #, c-format
 msgid "  [T]          - make a thin archive\n"
 msgstr ""
 
-#: ar.c:264
+#: ar.c:290
 #, c-format
 msgid "  [v]          - be verbose\n"
 msgstr ""
 
-#: ar.c:265
+#: ar.c:291
 #, c-format
 msgid "  [V]          - display the version number\n"
 msgstr ""
 
-#: ar.c:266
+#: ar.c:292
 #, c-format
 msgid "  @<file>      - read options from <file>\n"
 msgstr ""
 
-#: ar.c:268
+#: ar.c:293
+#, c-format
+msgid "  --target=BFDNAME - specify the target object format as BFDNAME\n"
+msgstr ""
+
+#: ar.c:295
 #, c-format
 msgid " optional:\n"
 msgstr ""
 
-#: ar.c:269
+#: ar.c:296
 #, c-format
 msgid "  --plugin <p> - load the specified plugin\n"
 msgstr ""
 
-#: ar.c:276
+#: ar.c:317
 #, c-format
 msgid "Usage: %s [options] archive\n"
 msgstr ""
 
-#: ar.c:277
+#: ar.c:318
 #, c-format
 msgid " Generate an index to speed access to archives\n"
 msgstr ""
 
-#: ar.c:278
+#: ar.c:319
 #, c-format
 msgid ""
 " The options are:\n"
 "  @<file>                      Read options from <file>\n"
 msgstr ""
 
-#: ar.c:281
+#: ar.c:322
 #, c-format
 msgid "  --plugin <name>              Load the specified plugin\n"
 msgstr ""
 
-#: ar.c:284
+#: ar.c:325
 #, c-format
 msgid ""
 "  -t                           Update the archive's symbol map timestamp\n"
@@ -282,83 +288,70 @@ msgid ""
 "  -v --version                 Print version information\n"
 msgstr ""
 
-#: ar.c:481 nm.c:1636
-#, c-format
-msgid "sorry - this program has been built without plugin support\n"
-msgstr ""
-
-#: ar.c:508
+#: ar.c:449
 msgid "two different operation options specified"
 msgstr ""
 
-#: ar.c:589
+#: ar.c:538 nm.c:1639
 #, c-format
-msgid "illegal option -- %c"
+msgid "sorry - this program has been built without plugin support\n"
 msgstr ""
 
-#: ar.c:632
+#: ar.c:693
 msgid "no operation specified"
 msgstr ""
 
-#: ar.c:635
+#: ar.c:696
 msgid "`u' is only meaningful with the `r' option."
 msgstr ""
 
-#: ar.c:638
+#: ar.c:699
 msgid "`u' is not meaningful with the `D' option."
 msgstr ""
 
-#: ar.c:646
+#: ar.c:707
 msgid "`N' is only meaningful with the `x' and `d' options."
 msgstr ""
 
-#: ar.c:649
+#: ar.c:710
 msgid "Value for `N' must be positive."
 msgstr ""
 
-#: ar.c:661
+#: ar.c:724
 msgid "`x' cannot be used on thin archives."
 msgstr ""
 
-#: ar.c:702
+#: ar.c:765
 #, c-format
 msgid "internal error -- this option not implemented"
 msgstr ""
 
-#: ar.c:771
+#: ar.c:834
 #, c-format
 msgid "creating %s"
 msgstr ""
 
-#: ar.c:820 ar.c:875 ar.c:1203 objcopy.c:2052
+#: ar.c:883 ar.c:937 ar.c:1266 objcopy.c:2055
 #, c-format
 msgid "internal stat error on %s"
 msgstr ""
 
-#: ar.c:824
-#, c-format
-msgid ""
-"\n"
-"<%s>\n"
-"\n"
-msgstr ""
-
-#: ar.c:840 ar.c:908
+#: ar.c:902 ar.c:970
 #, c-format
 msgid "%s is not a valid archive"
 msgstr ""
 
-#: ar.c:1108
+#: ar.c:1171
 #, c-format
 msgid "No member named `%s'\n"
 msgstr ""
 
-#: ar.c:1158
+#: ar.c:1221
 #, c-format
 msgid "no entry %s in archive %s!"
 msgstr ""
 
-#: ar.c:1297
+#: ar.c:1360
 #, c-format
 msgid "%s: no archive map to update"
 msgstr ""
@@ -418,23 +411,13 @@ msgstr ""
 msgid "%s: no open archive\n"
 msgstr ""
 
-#: bin2c.c:59
-#, c-format
-msgid "Usage: %s < input_file > output_file\n"
-msgstr ""
-
-#: bin2c.c:60
-#, c-format
-msgid "Prints bytes from stdin in hex format.\n"
-msgstr ""
-
-#: binemul.c:38
+#: binemul.c:39
 #, c-format
 msgid "  No emulation specific options\n"
 msgstr ""
 
 #. Macros for common output.
-#: binemul.h:46
+#: binemul.h:49
 #, c-format
 msgid " emulation options: \n"
 msgstr ""
@@ -474,42 +457,47 @@ msgstr ""
 msgid "BFD header file version %s\n"
 msgstr ""
 
-#: bucomm.c:556
+#: bucomm.c:559
 #, c-format
 msgid "%s: bad number: %s"
 msgstr ""
 
-#: bucomm.c:573 strings.c:409
+#: bucomm.c:576 strings.c:409
 #, c-format
 msgid "'%s': No such file"
 msgstr ""
 
-#: bucomm.c:575 strings.c:411
+#: bucomm.c:578 strings.c:411
 #, c-format
 msgid "Warning: could not locate '%s'.  reason: %s"
 msgstr ""
 
-#: bucomm.c:579
+#: bucomm.c:582
 #, c-format
 msgid "Warning: '%s' is not an ordinary file"
 msgstr ""
 
-#: coffdump.c:106
+#: bucomm.c:584
+#, c-format
+msgid "Warning: '%s' has negative size, probably it is too large"
+msgstr ""
+
+#: coffdump.c:107
 #, c-format
 msgid "#lines %d "
 msgstr ""
 
-#: coffdump.c:460 sysdump.c:646
+#: coffdump.c:461 sysdump.c:646
 #, c-format
 msgid "Usage: %s [option(s)] in-file\n"
 msgstr ""
 
-#: coffdump.c:461
+#: coffdump.c:462
 #, c-format
-msgid " Print a human readable interpretation of a SYSROFF object file\n"
+msgid " Print a human readable interpretation of a COFF object file\n"
 msgstr ""
 
-#: coffdump.c:462
+#: coffdump.c:463
 #, c-format
 msgid ""
 " The options are:\n"
@@ -519,571 +507,571 @@ msgid ""
 "\n"
 msgstr ""
 
-#: coffdump.c:531 srconv.c:1832 sysdump.c:710
+#: coffdump.c:532 srconv.c:1833 sysdump.c:710
 msgid "no input file specified"
 msgstr ""
 
-#: cxxfilt.c:119 nm.c:269 objdump.c:256
+#: cxxfilt.c:119 nm.c:269 objdump.c:281
 #, c-format
 msgid "Report bugs to %s.\n"
 msgstr ""
 
-#: debug.c:647
+#: debug.c:648
 msgid "debug_add_to_current_namespace: no current file"
 msgstr ""
 
-#: debug.c:726
+#: debug.c:727
 msgid "debug_start_source: no debug_set_filename call"
 msgstr ""
 
-#: debug.c:782
+#: debug.c:781
 msgid "debug_record_function: no debug_set_filename call"
 msgstr ""
 
-#: debug.c:834
+#: debug.c:833
 msgid "debug_record_parameter: no current function"
 msgstr ""
 
-#: debug.c:866
+#: debug.c:865
 msgid "debug_end_function: no current function"
 msgstr ""
 
-#: debug.c:872
+#: debug.c:871
 msgid "debug_end_function: some blocks were not closed"
 msgstr ""
 
-#: debug.c:900
+#: debug.c:899
 msgid "debug_start_block: no current block"
 msgstr ""
 
-#: debug.c:936
+#: debug.c:935
 msgid "debug_end_block: no current block"
 msgstr ""
 
-#: debug.c:943
+#: debug.c:942
 msgid "debug_end_block: attempt to close top level block"
 msgstr ""
 
-#: debug.c:966
+#: debug.c:965
 msgid "debug_record_line: no current unit"
 msgstr ""
 
 #. FIXME
-#: debug.c:1019
+#: debug.c:1018
 msgid "debug_start_common_block: not implemented"
 msgstr ""
 
 #. FIXME
-#: debug.c:1030
+#: debug.c:1029
 msgid "debug_end_common_block: not implemented"
 msgstr ""
 
 #. FIXME.
-#: debug.c:1114
+#: debug.c:1113
 msgid "debug_record_label: not implemented"
 msgstr ""
 
-#: debug.c:1136
+#: debug.c:1135
 msgid "debug_record_variable: no current file"
 msgstr ""
 
-#: debug.c:1664
+#: debug.c:1663
 msgid "debug_make_undefined_type: unsupported kind"
 msgstr ""
 
-#: debug.c:1841
+#: debug.c:1840
 msgid "debug_name_type: no current file"
 msgstr ""
 
-#: debug.c:1886
+#: debug.c:1885
 msgid "debug_tag_type: no current file"
 msgstr ""
 
-#: debug.c:1894
+#: debug.c:1893
 msgid "debug_tag_type: extra tag attempted"
 msgstr ""
 
-#: debug.c:1931
+#: debug.c:1930
 #, c-format
 msgid "Warning: changing type size from %d to %d\n"
 msgstr ""
 
-#: debug.c:1953
+#: debug.c:1952
 msgid "debug_find_named_type: no current compilation unit"
 msgstr ""
 
-#: debug.c:2056
+#: debug.c:2055
 #, c-format
 msgid "debug_get_real_type: circular debug information for %s\n"
 msgstr ""
 
-#: debug.c:2483
+#: debug.c:2482
 msgid "debug_write_type: illegal type encountered"
 msgstr ""
 
-#: dlltool.c:901 dlltool.c:927 dlltool.c:958
+#: dlltool.c:902 dlltool.c:928 dlltool.c:959
 #, c-format
 msgid "Internal error: Unknown machine type: %d"
 msgstr ""
 
-#: dlltool.c:999
+#: dlltool.c:1000
 #, c-format
 msgid "Can't open def file: %s"
 msgstr ""
 
-#: dlltool.c:1004
+#: dlltool.c:1005
 #, c-format
 msgid "Processing def file: %s"
 msgstr ""
 
-#: dlltool.c:1008
+#: dlltool.c:1009
 msgid "Processed def file"
 msgstr ""
 
-#: dlltool.c:1032
+#: dlltool.c:1033
 #, c-format
 msgid "Syntax error in def file %s:%d"
 msgstr ""
 
-#: dlltool.c:1069
+#: dlltool.c:1070
 #, c-format
 msgid "%s: Path components stripped from image name, '%s'."
 msgstr ""
 
-#: dlltool.c:1087
+#: dlltool.c:1088
 #, c-format
 msgid "NAME: %s base: %x"
 msgstr ""
 
-#: dlltool.c:1090 dlltool.c:1106
+#: dlltool.c:1091 dlltool.c:1112
 msgid "Can't have LIBRARY and NAME"
 msgstr ""
 
-#: dlltool.c:1103
+#: dlltool.c:1109
 #, c-format
 msgid "LIBRARY: %s base: %x"
 msgstr ""
 
-#: dlltool.c:1342 resrc.c:293
+#: dlltool.c:1354 resrc.c:293
 #, c-format
 msgid "wait: %s"
 msgstr ""
 
-#: dlltool.c:1347 dllwrap.c:422 resrc.c:298
+#: dlltool.c:1359 dllwrap.c:422 resrc.c:298
 #, c-format
 msgid "subprocess got fatal signal %d"
 msgstr ""
 
-#: dlltool.c:1353 dllwrap.c:429 resrc.c:305
+#: dlltool.c:1365 dllwrap.c:429 resrc.c:305
 #, c-format
 msgid "%s exited with status %d"
 msgstr ""
 
-#: dlltool.c:1384
+#: dlltool.c:1396
 #, c-format
 msgid "Sucking in info from %s section in %s"
 msgstr ""
 
-#: dlltool.c:1524
+#: dlltool.c:1536
 #, c-format
 msgid "Excluding symbol: %s"
 msgstr ""
 
-#: dlltool.c:1613 dlltool.c:1624 nm.c:1010 nm.c:1021
+#: dlltool.c:1625 dlltool.c:1636 nm.c:1012 nm.c:1023
 #, c-format
 msgid "%s: no symbols"
 msgstr ""
 
 #. FIXME: we ought to read in and block out the base relocations.
-#: dlltool.c:1650
+#: dlltool.c:1662
 #, c-format
 msgid "Done reading %s"
 msgstr ""
 
-#: dlltool.c:1660
+#: dlltool.c:1672
 #, c-format
 msgid "Unable to open object file: %s: %s"
 msgstr ""
 
-#: dlltool.c:1663
+#: dlltool.c:1675
 #, c-format
 msgid "Scanning object file %s"
 msgstr ""
 
-#: dlltool.c:1678
+#: dlltool.c:1690
 #, c-format
 msgid "Cannot produce mcore-elf dll from archive file: %s"
 msgstr ""
 
-#: dlltool.c:1780
+#: dlltool.c:1792
 msgid "Adding exports to output file"
 msgstr ""
 
-#: dlltool.c:1832
+#: dlltool.c:1844
 msgid "Added exports to output file"
 msgstr ""
 
-#: dlltool.c:1974
+#: dlltool.c:1986
 #, c-format
 msgid "Generating export file: %s"
 msgstr ""
 
-#: dlltool.c:1979
+#: dlltool.c:1991
 #, c-format
 msgid "Unable to open temporary assembler file: %s"
 msgstr ""
 
-#: dlltool.c:1982
+#: dlltool.c:1994
 #, c-format
 msgid "Opened temporary file: %s"
 msgstr ""
 
-#: dlltool.c:2159
+#: dlltool.c:2171
 msgid "failed to read the number of entries from base file"
 msgstr ""
 
-#: dlltool.c:2207
+#: dlltool.c:2219
 msgid "Generated exports file"
 msgstr ""
 
-#: dlltool.c:2416
+#: dlltool.c:2428
 #, c-format
 msgid "bfd_open failed open stub file: %s: %s"
 msgstr ""
 
-#: dlltool.c:2420
+#: dlltool.c:2432
 #, c-format
 msgid "Creating stub file: %s"
 msgstr ""
 
-#: dlltool.c:2882
+#: dlltool.c:2894
 #, c-format
 msgid "bfd_open failed reopen stub file: %s: %s"
 msgstr ""
 
-#: dlltool.c:2896 dlltool.c:2972
+#: dlltool.c:2908 dlltool.c:2984
 #, c-format
 msgid "failed to open temporary head file: %s"
 msgstr ""
 
-#: dlltool.c:2958 dlltool.c:3038
+#: dlltool.c:2970 dlltool.c:3050
 #, c-format
 msgid "failed to open temporary head file: %s: %s"
 msgstr ""
 
-#: dlltool.c:3052
+#: dlltool.c:3064
 #, c-format
 msgid "failed to open temporary tail file: %s"
 msgstr ""
 
-#: dlltool.c:3109
+#: dlltool.c:3121
 #, c-format
 msgid "failed to open temporary tail file: %s: %s"
 msgstr ""
 
-#: dlltool.c:3131
+#: dlltool.c:3143
 #, c-format
 msgid "Can't create .lib file: %s: %s"
 msgstr ""
 
-#: dlltool.c:3135
+#: dlltool.c:3147
 #, c-format
 msgid "Creating library file: %s"
 msgstr ""
 
-#: dlltool.c:3227 dlltool.c:3233
+#: dlltool.c:3239 dlltool.c:3245
 #, c-format
 msgid "cannot delete %s: %s"
 msgstr ""
 
-#: dlltool.c:3238
+#: dlltool.c:3250
 msgid "Created lib file"
 msgstr ""
 
-#: dlltool.c:3450
+#: dlltool.c:3462
 #, c-format
 msgid "Can't open .lib file: %s: %s"
 msgstr ""
 
-#: dlltool.c:3458 dlltool.c:3480
+#: dlltool.c:3470 dlltool.c:3492
 #, c-format
 msgid "%s is not a library"
 msgstr ""
 
-#: dlltool.c:3498
+#: dlltool.c:3510
 #, c-format
 msgid "Import library `%s' specifies two or more dlls"
 msgstr ""
 
-#: dlltool.c:3509
+#: dlltool.c:3521
 #, c-format
 msgid "Unable to determine dll name for `%s' (not an import library?)"
 msgstr ""
 
-#: dlltool.c:3733
+#: dlltool.c:3745
 #, c-format
 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
 msgstr ""
 
-#: dlltool.c:3739
+#: dlltool.c:3751
 #, c-format
 msgid "Error, duplicate EXPORT with ordinals: %s"
 msgstr ""
 
-#: dlltool.c:3844
+#: dlltool.c:3856
 msgid "Processing definitions"
 msgstr ""
 
-#: dlltool.c:3876
+#: dlltool.c:3888
 msgid "Processed definitions"
 msgstr ""
 
 #. xgetext:c-format
-#: dlltool.c:3883 dllwrap.c:483
+#: dlltool.c:3895 dllwrap.c:483
 #, c-format
 msgid "Usage %s <option(s)> <object-file(s)>\n"
 msgstr ""
 
 #. xgetext:c-format
-#: dlltool.c:3885
+#: dlltool.c:3897
 #, c-format
 msgid ""
 "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
 msgstr ""
 
-#: dlltool.c:3886
+#: dlltool.c:3898
 #, c-format
 msgid ""
 "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
 "ppc, thumb\n"
 msgstr ""
 
-#: dlltool.c:3887
+#: dlltool.c:3899
 #, c-format
 msgid "   -e --output-exp <outname> Generate an export file.\n"
 msgstr ""
 
-#: dlltool.c:3888
+#: dlltool.c:3900
 #, c-format
 msgid "   -l --output-lib <outname> Generate an interface library.\n"
 msgstr ""
 
-#: dlltool.c:3889
+#: dlltool.c:3901
 #, c-format
 msgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
 msgstr ""
 
-#: dlltool.c:3890
+#: dlltool.c:3902
 #, c-format
 msgid "   -a --add-indirect         Add dll indirects to export file.\n"
 msgstr ""
 
-#: dlltool.c:3891
+#: dlltool.c:3903
 #, c-format
 msgid ""
 "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
 msgstr ""
 
-#: dlltool.c:3892
+#: dlltool.c:3904
 #, c-format
 msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
 msgstr ""
 
-#: dlltool.c:3893
+#: dlltool.c:3905
 #, c-format
 msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
 msgstr ""
 
-#: dlltool.c:3894
+#: dlltool.c:3906
 #, c-format
 msgid "      --export-all-symbols   Export all symbols to .def\n"
 msgstr ""
 
-#: dlltool.c:3895
+#: dlltool.c:3907
 #, c-format
 msgid "      --no-export-all-symbols  Only export listed symbols\n"
 msgstr ""
 
-#: dlltool.c:3896
+#: dlltool.c:3908
 #, c-format
 msgid "      --exclude-symbols <list> Don't export <list>\n"
 msgstr ""
 
-#: dlltool.c:3897
+#: dlltool.c:3909
 #, c-format
 msgid "      --no-default-excludes  Clear default exclude symbols\n"
 msgstr ""
 
-#: dlltool.c:3898
+#: dlltool.c:3910
 #, c-format
 msgid "   -b --base-file <basefile> Read linker generated base file.\n"
 msgstr ""
 
-#: dlltool.c:3899
+#: dlltool.c:3911
 #, c-format
 msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
 msgstr ""
 
-#: dlltool.c:3900
+#: dlltool.c:3912
 #, c-format
 msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
 msgstr ""
 
-#: dlltool.c:3901
+#: dlltool.c:3913
 #, c-format
 msgid ""
 "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata"
 "$5.\n"
 msgstr ""
 
-#: dlltool.c:3902
+#: dlltool.c:3914
 #, c-format
 msgid ""
 "   -U --add-underscore       Add underscores to all symbols in interface "
 "library.\n"
 msgstr ""
 
-#: dlltool.c:3903
+#: dlltool.c:3915
 #, c-format
 msgid ""
 "      --add-stdcall-underscore Add underscores to stdcall symbols in "
 "interface library.\n"
 msgstr ""
 
-#: dlltool.c:3904
+#: dlltool.c:3916
 #, c-format
 msgid ""
 "      --no-leading-underscore All symbols shouldn't be prefixed by an "
 "underscore.\n"
 msgstr ""
 
-#: dlltool.c:3905
+#: dlltool.c:3917
 #, c-format
 msgid ""
 "      --leading-underscore   All symbols should be prefixed by an "
 "underscore.\n"
 msgstr ""
 
-#: dlltool.c:3906
+#: dlltool.c:3918
 #, c-format
 msgid "   -k --kill-at              Kill @<n> from exported names.\n"
 msgstr ""
 
-#: dlltool.c:3907
+#: dlltool.c:3919
 #, c-format
 msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
 msgstr ""
 
-#: dlltool.c:3908
+#: dlltool.c:3920
 #, c-format
 msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
 msgstr ""
 
-#: dlltool.c:3909
+#: dlltool.c:3921
 #, c-format
 msgid "   -S --as <name>            Use <name> for assembler.\n"
 msgstr ""
 
-#: dlltool.c:3910
+#: dlltool.c:3922
 #, c-format
 msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
 msgstr ""
 
-#: dlltool.c:3911
+#: dlltool.c:3923
 #, c-format
 msgid ""
 "   -C --compat-implib        Create backward compatible import library.\n"
 msgstr ""
 
-#: dlltool.c:3912
+#: dlltool.c:3924
 #, c-format
 msgid ""
 "   -n --no-delete            Keep temp files (repeat for extra "
 "preservation).\n"
 msgstr ""
 
-#: dlltool.c:3913
+#: dlltool.c:3925
 #, c-format
 msgid ""
 "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
 msgstr ""
 
-#: dlltool.c:3914
+#: dlltool.c:3926
 #, c-format
 msgid ""
 "   -I --identify <implib>    Report the name of the DLL associated with "
 "<implib>.\n"
 msgstr ""
 
-#: dlltool.c:3915
+#: dlltool.c:3927
 #, c-format
 msgid ""
 "      --identify-strict      Causes --identify to report error when multiple "
 "DLLs.\n"
 msgstr ""
 
-#: dlltool.c:3916
+#: dlltool.c:3928
 #, c-format
 msgid "   -v --verbose              Be verbose.\n"
 msgstr ""
 
-#: dlltool.c:3917
+#: dlltool.c:3929
 #, c-format
 msgid "   -V --version              Display the program version.\n"
 msgstr ""
 
-#: dlltool.c:3918
+#: dlltool.c:3930
 #, c-format
 msgid "   -h --help                 Display this information.\n"
 msgstr ""
 
-#: dlltool.c:3919
+#: dlltool.c:3931
 #, c-format
 msgid "   @<file>                   Read options from <file>.\n"
 msgstr ""
 
-#: dlltool.c:3921
+#: dlltool.c:3933
 #, c-format
 msgid ""
 "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
 msgstr ""
 
-#: dlltool.c:3922
+#: dlltool.c:3934
 #, c-format
 msgid "   -L --linker <name>        Use <name> as the linker.\n"
 msgstr ""
 
-#: dlltool.c:3923
+#: dlltool.c:3935
 #, c-format
 msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
 msgstr ""
 
-#: dlltool.c:4070
+#: dlltool.c:4082
 #, c-format
 msgid "Path components stripped from dllname, '%s'."
 msgstr ""
 
-#: dlltool.c:4118
+#: dlltool.c:4130
 #, c-format
 msgid "Unable to open base-file: %s"
 msgstr ""
 
-#: dlltool.c:4153
+#: dlltool.c:4165
 #, c-format
 msgid "Machine '%s' not supported"
 msgstr ""
 
-#: dlltool.c:4232
+#: dlltool.c:4245
 #, c-format
 msgid "Warning, machine type (%d) not supported for delayimport."
 msgstr ""
 
-#: dlltool.c:4300 dllwrap.c:213
+#: dlltool.c:4313 dllwrap.c:213
 #, c-format
 msgid "Tried file: %s"
 msgstr ""
 
-#: dlltool.c:4307 dllwrap.c:220
+#: dlltool.c:4320 dllwrap.c:220
 #, c-format
 msgid "Using file: %s"
 msgstr ""
@@ -1338,1057 +1326,1112 @@ msgstr ""
 msgid "DRIVER options  : %s\n"
 msgstr ""
 
-#: dwarf.c:112 dwarf.c:161 elfedit.c:123 elfedit.c:167 elfedit.c:195
-#: elfedit.c:227 readelf.c:368 readelf.c:536
-#, c-format
-msgid "Unhandled data length: %d\n"
-msgstr ""
-
-#: dwarf.c:312 dwarf.c:2890
+#: dwarf.c:256 dwarf.c:3019
 msgid "badly formed extended line op encountered!\n"
 msgstr ""
 
-#: dwarf.c:319
+#: dwarf.c:263
 #, c-format
 msgid "  Extended opcode %d: "
 msgstr ""
 
-#: dwarf.c:324
+#: dwarf.c:268
 #, c-format
 msgid ""
 "End of Sequence\n"
 "\n"
 msgstr ""
 
-#: dwarf.c:330
+#: dwarf.c:274
 #, c-format
-msgid "set Address to 0x%lx\n"
+msgid "set Address to 0x%s\n"
 msgstr ""
 
-#: dwarf.c:336
+#: dwarf.c:280
 #, c-format
 msgid "  define new File Table entry\n"
 msgstr ""
 
-#: dwarf.c:337 dwarf.c:2431
+#: dwarf.c:281 dwarf.c:2548
 #, c-format
 msgid "  Entry\tDir\tTime\tSize\tName\n"
 msgstr ""
 
-#: dwarf.c:339
+#: dwarf.c:295
 #, c-format
-msgid "   %d\t"
+msgid "set Discriminator to %s\n"
 msgstr ""
 
-#: dwarf.c:342 dwarf.c:344 dwarf.c:346 dwarf.c:2443 dwarf.c:2445 dwarf.c:2447
+#: dwarf.c:356
 #, c-format
-msgid "%lu\t"
+msgid "(%s"
 msgstr ""
 
-#: dwarf.c:347
+#: dwarf.c:360
 #, c-format
-msgid ""
-"%s\n"
-"\n"
+msgid ",%s"
 msgstr ""
 
-#: dwarf.c:351
+#: dwarf.c:364
 #, c-format
-msgid "set Discriminator to %lu\n"
+msgid ",%s)\n"
 msgstr ""
 
 #. The test against DW_LNW_hi_user is redundant due to
 #. the limited range of the unsigned char data type used
 #. for op_code.
 #. && op_code <= DW_LNE_hi_user
-#: dwarf.c:393
+#: dwarf.c:387
 #, c-format
-msgid "user defined: length %d\n"
+msgid "user defined: "
 msgstr ""
 
-#: dwarf.c:395 dwarf.c:2922
+#: dwarf.c:389
 #, c-format
-msgid "UNKNOWN: length %d\n"
+msgid "UNKNOWN: "
 msgstr ""
 
-#: dwarf.c:408
+#: dwarf.c:390
+#, c-format
+msgid "length %d ["
+msgstr ""
+
+#: dwarf.c:407
 msgid "<no .debug_str section>"
 msgstr ""
 
-#: dwarf.c:414
+#: dwarf.c:413
 #, c-format
-msgid "DW_FORM_strp offset too big: %lx\n"
+msgid "DW_FORM_strp offset too big: %s\n"
 msgstr ""
 
 #: dwarf.c:415
 msgid "<offset is too big>"
 msgstr ""
 
-#: dwarf.c:654
+#: dwarf.c:655
 #, c-format
 msgid "Unknown TAG value: %lx"
 msgstr ""
 
-#: dwarf.c:695
+#: dwarf.c:696
 #, c-format
 msgid "Unknown FORM value: %lx"
 msgstr ""
 
-#: dwarf.c:704
+#: dwarf.c:705
 #, c-format
-msgid " %lu byte block: "
+msgid " %s byte block: "
 msgstr ""
 
-#: dwarf.c:1037
+#: dwarf.c:1050
 #, c-format
 msgid "(DW_OP_call_ref in frame info)"
 msgstr ""
 
-#: dwarf.c:1109
+#: dwarf.c:1122
 #, c-format
 msgid "(DW_OP_GNU_implicit_pointer in frame info)"
 msgstr ""
 
-#: dwarf.c:1167
+#: dwarf.c:1229
 #, c-format
 msgid "(User defined location op)"
 msgstr ""
 
-#: dwarf.c:1169
+#: dwarf.c:1231
 #, c-format
 msgid "(Unknown location op)"
 msgstr ""
 
-#: dwarf.c:1217
+#: dwarf.c:1278
 msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
 msgstr ""
 
-#: dwarf.c:1323
-msgid "DW_FORM_data8 is unsupported when sizeof (unsigned long) != 8\n"
+#: dwarf.c:1384
+msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
 msgstr ""
 
-#: dwarf.c:1373
+#: dwarf.c:1434
 #, c-format
-msgid " (indirect string, offset: 0x%lx): %s"
+msgid " (indirect string, offset: 0x%s): %s"
 msgstr ""
 
-#: dwarf.c:1397
+#: dwarf.c:1459
 #, c-format
 msgid "Unrecognized form: %lu\n"
 msgstr ""
 
-#: dwarf.c:1485
+#: dwarf.c:1552
 #, c-format
 msgid "(not inlined)"
 msgstr ""
 
-#: dwarf.c:1488
+#: dwarf.c:1555
 #, c-format
 msgid "(inlined)"
 msgstr ""
 
-#: dwarf.c:1491
+#: dwarf.c:1558
 #, c-format
 msgid "(declared as inline but ignored)"
 msgstr ""
 
-#: dwarf.c:1494
+#: dwarf.c:1561
 #, c-format
 msgid "(declared as inline and inlined)"
 msgstr ""
 
-#: dwarf.c:1497
+#: dwarf.c:1564
 #, c-format
-msgid "  (Unknown inline attribute value: %lx)"
+msgid "  (Unknown inline attribute value: %s)"
 msgstr ""
 
-#: dwarf.c:1662
+#: dwarf.c:1735
 #, c-format
 msgid "(location list)"
 msgstr ""
 
-#: dwarf.c:1683 dwarf.c:3563
+#: dwarf.c:1756 dwarf.c:3722
 #, c-format
 msgid " [without DW_AT_frame_base]"
 msgstr ""
 
-#: dwarf.c:1698
+#: dwarf.c:1771
 #, c-format
 msgid ""
-"Offset %lx used as value for DW_AT_import attribute of DIE at offset %lx is "
+"Offset %s used as value for DW_AT_import attribute of DIE at offset %lx is "
 "too big.\n"
 msgstr ""
 
-#: dwarf.c:1889
+#: dwarf.c:1971
 #, c-format
 msgid "Unknown AT value: %lx"
 msgstr ""
 
-#: dwarf.c:1960
+#: dwarf.c:2042
 #, c-format
-msgid "Reserved length value (%lx) found in section %s\n"
+msgid "Reserved length value (0x%s) found in section %s\n"
 msgstr ""
 
-#: dwarf.c:1971
+#: dwarf.c:2054
 #, c-format
-msgid "Corrupt unit length (%lx) found in section %s\n"
+msgid "Corrupt unit length (0x%s) found in section %s\n"
 msgstr ""
 
-#: dwarf.c:1978
+#: dwarf.c:2062
 #, c-format
 msgid "No comp units in %s section ?"
 msgstr ""
 
-#: dwarf.c:1987
+#: dwarf.c:2071
 #, c-format
 msgid "Not enough memory for a debug info array of %u entries"
 msgstr ""
 
-#: dwarf.c:1995 dwarf.c:3158 dwarf.c:3252 dwarf.c:3326 dwarf.c:3443
-#: dwarf.c:3598 dwarf.c:3667 dwarf.c:3862
+#: dwarf.c:2080 dwarf.c:3288 dwarf.c:3382 dwarf.c:3456 dwarf.c:3588
+#: dwarf.c:3758 dwarf.c:3827 dwarf.c:4024
 #, c-format
 msgid ""
 "Contents of the %s section:\n"
 "\n"
 msgstr ""
 
-#: dwarf.c:2003
+#: dwarf.c:2088
 #, c-format
 msgid "Unable to locate %s section!\n"
 msgstr ""
 
-#: dwarf.c:2084
+#: dwarf.c:2169
 #, c-format
-msgid "  Compilation Unit @ offset 0x%lx:\n"
+msgid "  Compilation Unit @ offset 0x%s:\n"
 msgstr ""
 
-#: dwarf.c:2085
+#: dwarf.c:2171
 #, c-format
-msgid "   Length:        0x%lx (%s)\n"
+msgid "   Length:        0x%s (%s)\n"
 msgstr ""
 
-#: dwarf.c:2087
+#: dwarf.c:2174
 #, c-format
 msgid "   Version:       %d\n"
 msgstr ""
 
-#: dwarf.c:2088
+#: dwarf.c:2175
 #, c-format
-msgid "   Abbrev Offset: %ld\n"
+msgid "   Abbrev Offset: %s\n"
 msgstr ""
 
-#: dwarf.c:2089
+#: dwarf.c:2177
 #, c-format
 msgid "   Pointer Size:  %d\n"
 msgstr ""
 
-#: dwarf.c:2093
+#: dwarf.c:2181
 #, c-format
 msgid "   Signature:     "
 msgstr ""
 
-#: dwarf.c:2097
+#: dwarf.c:2185
 #, c-format
-msgid "   Type Offset:   0x%lx\n"
+msgid "   Type Offset:   0x%s\n"
 msgstr ""
 
-#: dwarf.c:2104
+#: dwarf.c:2193
 #, c-format
 msgid ""
-"Debug info is corrupted, length of CU at %lx extends beyond end of section "
-"(length = %lx)\n"
+"Debug info is corrupted, length of CU at %s extends beyond end of section "
+"(length = %s)\n"
 msgstr ""
 
-#: dwarf.c:2115
+#: dwarf.c:2206
 #, c-format
-msgid "CU at offset %lx contains corrupt or unsupported version number: %d.\n"
+msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
 msgstr ""
 
-#: dwarf.c:2125
+#: dwarf.c:2217
 #, c-format
 msgid ""
 "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section "
 "size (%lx)\n"
 msgstr ""
 
-#: dwarf.c:2172
+#: dwarf.c:2267
 #, c-format
 msgid ""
 "Bogus end-of-siblings marker detected at offset %lx in .debug_info section\n"
 msgstr ""
 
-#: dwarf.c:2176
+#: dwarf.c:2271
 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
 msgstr ""
 
-#: dwarf.c:2183
+#: dwarf.c:2290
 #, c-format
 msgid " <%d><%lx>: Abbrev Number: %lu"
 msgstr ""
 
-#: dwarf.c:2200
+#: dwarf.c:2294
 #, c-format
-msgid ""
-"DIE at offset %lx refers to abbreviation number %lu which does not exist\n"
+msgid " <%d><%lx>: ...\n"
 msgstr ""
 
-#: dwarf.c:2206
+#: dwarf.c:2313
 #, c-format
-msgid " (%s)\n"
+msgid ""
+"DIE at offset %lx refers to abbreviation number %lu which does not exist\n"
 msgstr ""
 
-#: dwarf.c:2298
+#: dwarf.c:2415
 #, c-format
 msgid ""
 "Raw dump of debug contents of section %s:\n"
 "\n"
 msgstr ""
 
-#: dwarf.c:2336
+#: dwarf.c:2453
 #, c-format
 msgid ""
 "The information in section %s appears to be corrupt - the section is too "
 "small\n"
 msgstr ""
 
-#: dwarf.c:2348 dwarf.c:2701
+#: dwarf.c:2465 dwarf.c:2833
 msgid "Only DWARF version 2, 3 and 4 line info is currently supported.\n"
 msgstr ""
 
-#: dwarf.c:2362 dwarf.c:2716
+#: dwarf.c:2479 dwarf.c:2848
 msgid "Invalid maximum operations per insn.\n"
 msgstr ""
 
-#: dwarf.c:2381
+#: dwarf.c:2498
 #, c-format
 msgid "  Offset:                      0x%lx\n"
 msgstr ""
 
-#: dwarf.c:2382
+#: dwarf.c:2499
 #, c-format
 msgid "  Length:                      %ld\n"
 msgstr ""
 
-#: dwarf.c:2383
+#: dwarf.c:2500
 #, c-format
 msgid "  DWARF Version:               %d\n"
 msgstr ""
 
-#: dwarf.c:2384
+#: dwarf.c:2501
 #, c-format
 msgid "  Prologue Length:             %d\n"
 msgstr ""
 
-#: dwarf.c:2385
+#: dwarf.c:2502
 #, c-format
 msgid "  Minimum Instruction Length:  %d\n"
 msgstr ""
 
-#: dwarf.c:2387
+#: dwarf.c:2504
 #, c-format
 msgid "  Maximum Ops per Instruction: %d\n"
 msgstr ""
 
-#: dwarf.c:2388
+#: dwarf.c:2505
 #, c-format
 msgid "  Initial value of 'is_stmt':  %d\n"
 msgstr ""
 
-#: dwarf.c:2389
+#: dwarf.c:2506
 #, c-format
 msgid "  Line Base:                   %d\n"
 msgstr ""
 
-#: dwarf.c:2390
+#: dwarf.c:2507
 #, c-format
 msgid "  Line Range:                  %d\n"
 msgstr ""
 
-#: dwarf.c:2391
+#: dwarf.c:2508
 #, c-format
 msgid "  Opcode Base:                 %d\n"
 msgstr ""
 
-#: dwarf.c:2400
+#: dwarf.c:2517
 #, c-format
 msgid ""
 "\n"
 " Opcodes:\n"
 msgstr ""
 
-#: dwarf.c:2403
+#: dwarf.c:2520
 #, c-format
 msgid "  Opcode %d has %d args\n"
 msgstr ""
 
-#: dwarf.c:2409
+#: dwarf.c:2526
 #, c-format
 msgid ""
 "\n"
 " The Directory Table is empty.\n"
 msgstr ""
 
-#: dwarf.c:2412
+#: dwarf.c:2529
 #, c-format
 msgid ""
 "\n"
 " The Directory Table:\n"
 msgstr ""
 
-#: dwarf.c:2416
-#, c-format
-msgid "  %s\n"
-msgstr ""
-
-#: dwarf.c:2427
+#: dwarf.c:2544
 #, c-format
 msgid ""
 "\n"
 " The File Name Table is empty.\n"
 msgstr ""
 
-#: dwarf.c:2430
+#: dwarf.c:2547
 #, c-format
 msgid ""
 "\n"
 " The File Name Table:\n"
 msgstr ""
 
-#: dwarf.c:2438
-#, c-format
-msgid "  %d\t"
-msgstr ""
-
-#: dwarf.c:2449
-#, c-format
-msgid "%s\n"
-msgstr ""
-
 #. Now display the statements.
-#: dwarf.c:2457
+#: dwarf.c:2577
 #, c-format
 msgid ""
 "\n"
 " Line Number Statements:\n"
 msgstr ""
 
-#: dwarf.c:2476
+#: dwarf.c:2596
 #, c-format
-msgid "  Special opcode %d: advance Address by %lu to 0x%lx"
+msgid "  Special opcode %d: advance Address by %s to 0x%s"
 msgstr ""
 
-#: dwarf.c:2488
+#: dwarf.c:2610
 #, c-format
-msgid "  Special opcode %d: advance Address by %lu to 0x%lx[%d]"
+msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]"
 msgstr ""
 
-#: dwarf.c:2494
+#: dwarf.c:2618
 #, c-format
-msgid " and Line by %d to %d\n"
+msgid " and Line by %s to %d\n"
 msgstr ""
 
-#: dwarf.c:2504
+#: dwarf.c:2628
 #, c-format
 msgid "  Copy\n"
 msgstr ""
 
-#: dwarf.c:2514
+#: dwarf.c:2638
 #, c-format
-msgid "  Advance PC by %lu to 0x%lx\n"
+msgid "  Advance PC by %s to 0x%s\n"
 msgstr ""
 
-#: dwarf.c:2526
+#: dwarf.c:2651
 #, c-format
-msgid "  Advance PC by %lu to 0x%lx[%d]\n"
+msgid "  Advance PC by %s to 0x%s[%d]\n"
 msgstr ""
 
-#: dwarf.c:2536
+#: dwarf.c:2662
 #, c-format
-msgid "  Advance Line by %d to %d\n"
+msgid "  Advance Line by %s to %d\n"
 msgstr ""
 
-#: dwarf.c:2543
+#: dwarf.c:2670
 #, c-format
-msgid "  Set File Name to entry %d in the File Name Table\n"
+msgid "  Set File Name to entry %s in the File Name Table\n"
 msgstr ""
 
-#: dwarf.c:2551
+#: dwarf.c:2678
 #, c-format
-msgid "  Set column to %lu\n"
+msgid "  Set column to %s\n"
 msgstr ""
 
-#: dwarf.c:2558
+#: dwarf.c:2686
 #, c-format
-msgid "  Set is_stmt to %d\n"
+msgid "  Set is_stmt to %s\n"
 msgstr ""
 
-#: dwarf.c:2563
+#: dwarf.c:2691
 #, c-format
 msgid "  Set basic block\n"
 msgstr ""
 
-#: dwarf.c:2573
+#: dwarf.c:2701
 #, c-format
-msgid "  Advance PC by constant %lu to 0x%lx\n"
+msgid "  Advance PC by constant %s to 0x%s\n"
 msgstr ""
 
-#: dwarf.c:2585
+#: dwarf.c:2714
 #, c-format
-msgid "  Advance PC by constant %lu to 0x%lx[%d]\n"
+msgid "  Advance PC by constant %s to 0x%s[%d]\n"
 msgstr ""
 
-#: dwarf.c:2596
+#: dwarf.c:2726
 #, c-format
-msgid "  Advance PC by fixed size amount %lu to 0x%lx\n"
+msgid "  Advance PC by fixed size amount %s to 0x%s\n"
 msgstr ""
 
-#: dwarf.c:2601
+#: dwarf.c:2732
 #, c-format
 msgid "  Set prologue_end to true\n"
 msgstr ""
 
-#: dwarf.c:2605
+#: dwarf.c:2736
 #, c-format
 msgid "  Set epilogue_begin to true\n"
 msgstr ""
 
-#: dwarf.c:2611 dwarf.c:3027
+#: dwarf.c:2742
 #, c-format
-msgid "  Set ISA to %lu\n"
+msgid "  Set ISA to %s\n"
 msgstr ""
 
-#: dwarf.c:2615 dwarf.c:3031
+#: dwarf.c:2746 dwarf.c:3160
 #, c-format
 msgid "  Unknown opcode %d with operands: "
 msgstr ""
 
-#: dwarf.c:2648
+#: dwarf.c:2780
 #, c-format
 msgid ""
 "Decoded dump of debug contents of section %s:\n"
 "\n"
 msgstr ""
 
-#: dwarf.c:2689
+#: dwarf.c:2821
 msgid "The line info appears to be corrupt - the section is too small\n"
 msgstr ""
 
-#: dwarf.c:2821
+#: dwarf.c:2953
 #, c-format
 msgid "CU: %s:\n"
 msgstr ""
 
-#: dwarf.c:2822 dwarf.c:2835
+#: dwarf.c:2954 dwarf.c:2964
 #, c-format
 msgid "File name                            Line number    Starting address\n"
 msgstr ""
 
-#: dwarf.c:2828
+#: dwarf.c:2959
 #, c-format
 msgid "CU: %s/%s:\n"
 msgstr ""
 
-#: dwarf.c:2833 dwarf.c:2918
-#, c-format
-msgid "%s:\n"
-msgstr ""
-
-#. If directory index is 0, that means current directory.
-#: dwarf.c:2964
-#, c-format
-msgid ""
-"\n"
-"./%s:[++]\n"
-msgstr ""
-
-#. The directory index starts counting at 1.
-#: dwarf.c:2970
-#, c-format
-msgid ""
-"\n"
-"%s/%s:\n"
-msgstr ""
-
-#: dwarf.c:3070
-#, c-format
-msgid "%-35s  %11d  %#18lx\n"
-msgstr ""
-
-#: dwarf.c:3074
-#, c-format
-msgid "%-35s  %11d  %#18lx[%d]\n"
-msgstr ""
-
-#: dwarf.c:3082
+#: dwarf.c:3051
 #, c-format
-msgid "%s  %11d  %#18lx\n"
+msgid "UNKNOWN: length %d\n"
 msgstr ""
 
-#: dwarf.c:3086
+#: dwarf.c:3156
 #, c-format
-msgid "%s  %11d  %#18lx[%d]\n"
+msgid "  Set ISA to %lu\n"
 msgstr ""
 
-#: dwarf.c:3192 dwarf.c:3712
+#: dwarf.c:3322 dwarf.c:3872
 #, c-format
 msgid ""
 ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
 msgstr ""
 
-#: dwarf.c:3206
+#: dwarf.c:3336
 msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
 msgstr ""
 
-#: dwarf.c:3213
+#: dwarf.c:3343
 #, c-format
 msgid "  Length:                              %ld\n"
 msgstr ""
 
-#: dwarf.c:3215
+#: dwarf.c:3345
 #, c-format
 msgid "  Version:                             %d\n"
 msgstr ""
 
-#: dwarf.c:3217
+#: dwarf.c:3347
 #, c-format
 msgid "  Offset into .debug_info section:     0x%lx\n"
 msgstr ""
 
-#: dwarf.c:3219
+#: dwarf.c:3349
 #, c-format
 msgid "  Size of area in .debug_info section: %ld\n"
 msgstr ""
 
-#: dwarf.c:3222
+#: dwarf.c:3352
 #, c-format
 msgid ""
 "\n"
 "    Offset\tName\n"
 msgstr ""
 
-#: dwarf.c:3273
+#: dwarf.c:3403
 #, c-format
 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
 msgstr ""
 
-#: dwarf.c:3279
+#: dwarf.c:3409
 #, c-format
 msgid " DW_MACINFO_end_file\n"
 msgstr ""
 
-#: dwarf.c:3287
+#: dwarf.c:3417
 #, c-format
 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
 msgstr ""
 
-#: dwarf.c:3296
+#: dwarf.c:3426
 #, c-format
 msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
 msgstr ""
 
-#: dwarf.c:3308
+#: dwarf.c:3438
 #, c-format
 msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
 msgstr ""
 
-#: dwarf.c:3337
+#: dwarf.c:3467
 #, c-format
 msgid "  Number TAG\n"
 msgstr ""
 
-#: dwarf.c:3343
-#, c-format
-msgid "   %ld      %s    [%s]\n"
-msgstr ""
-
-#: dwarf.c:3346
+#: dwarf.c:3476
 msgid "has children"
 msgstr ""
 
-#: dwarf.c:3346
+#: dwarf.c:3476
 msgid "no children"
 msgstr ""
 
-#: dwarf.c:3349
-#, c-format
-msgid "    %-18s %s\n"
-msgstr ""
-
-#: dwarf.c:3382 dwarf.c:3594 dwarf.c:3819
+#: dwarf.c:3527 dwarf.c:3754 dwarf.c:3981
 #, c-format
 msgid ""
 "\n"
 "The %s section is empty.\n"
 msgstr ""
 
-#: dwarf.c:3388 dwarf.c:3825
+#: dwarf.c:3533 dwarf.c:3987
 #, c-format
 msgid ""
 "Unable to load/parse the .debug_info section, so cannot interpret the %s "
 "section.\n"
 msgstr ""
 
-#. FIXME: Should we handle this case?
-#: dwarf.c:3432
-msgid "Location lists in .debug_info section aren't in ascending order!\n"
-msgstr ""
-
-#: dwarf.c:3435
+#: dwarf.c:3577
 msgid "No location lists in .debug_info section!\n"
 msgstr ""
 
-#: dwarf.c:3440
+#: dwarf.c:3582
 #, c-format
-msgid "Location lists in %s section start at 0x%lx\n"
+msgid "Location lists in %s section start at 0x%s\n"
 msgstr ""
 
-#: dwarf.c:3444
+#: dwarf.c:3589
 #, c-format
 msgid "    Offset   Begin    End      Expression\n"
 msgstr ""
 
-#: dwarf.c:3479
+#: dwarf.c:3638
 #, c-format
 msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
 msgstr ""
 
-#: dwarf.c:3483
+#: dwarf.c:3642
 #, c-format
 msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
 msgstr ""
 
-#: dwarf.c:3491
+#: dwarf.c:3650
 #, c-format
 msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
 msgstr ""
 
-#: dwarf.c:3500 dwarf.c:3535 dwarf.c:3545
+#: dwarf.c:3659 dwarf.c:3694 dwarf.c:3704
 #, c-format
 msgid "Location list starting at offset 0x%lx is not terminated.\n"
 msgstr ""
 
-#: dwarf.c:3519 dwarf.c:3913
+#: dwarf.c:3678 dwarf.c:4075
 #, c-format
 msgid "<End of list>\n"
 msgstr ""
 
-#: dwarf.c:3529
+#: dwarf.c:3688
 #, c-format
 msgid "(base address)\n"
 msgstr ""
 
-#: dwarf.c:3566
+#: dwarf.c:3725
 msgid " (start == end)"
 msgstr ""
 
-#: dwarf.c:3568
+#: dwarf.c:3727
 msgid " (start > end)"
 msgstr ""
 
-#: dwarf.c:3578
+#: dwarf.c:3737
 #, c-format
 msgid "There are %ld unused bytes at the end of section %s\n"
 msgstr ""
 
-#: dwarf.c:3723
+#: dwarf.c:3883
 msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
 msgstr ""
 
-#: dwarf.c:3727
+#: dwarf.c:3887
 #, c-format
 msgid "  Length:                   %ld\n"
 msgstr ""
 
-#: dwarf.c:3728
+#: dwarf.c:3889
 #, c-format
 msgid "  Version:                  %d\n"
 msgstr ""
 
-#: dwarf.c:3729
+#: dwarf.c:3890
 #, c-format
 msgid "  Offset into .debug_info:  0x%lx\n"
 msgstr ""
 
-#: dwarf.c:3730
+#: dwarf.c:3892
 #, c-format
 msgid "  Pointer Size:             %d\n"
 msgstr ""
 
-#: dwarf.c:3731
+#: dwarf.c:3893
 #, c-format
 msgid "  Segment Size:             %d\n"
 msgstr ""
 
-#: dwarf.c:3740
+#: dwarf.c:3902
 msgid "Pointer size + Segment size is not a power of two.\n"
 msgstr ""
 
-#: dwarf.c:3745
+#: dwarf.c:3907
 #, c-format
 msgid ""
 "\n"
 "    Address            Length\n"
 msgstr ""
 
-#: dwarf.c:3747
+#: dwarf.c:3909
 #, c-format
 msgid ""
 "\n"
 "    Address    Length\n"
 msgstr ""
 
-#: dwarf.c:3835
+#: dwarf.c:3997
 msgid "No range lists in .debug_info section!\n"
 msgstr ""
 
-#: dwarf.c:3859
+#: dwarf.c:4021
 #, c-format
 msgid "Range lists in %s section start at 0x%lx\n"
 msgstr ""
 
-#: dwarf.c:3863
+#: dwarf.c:4025
 #, c-format
 msgid "    Offset   Begin    End\n"
 msgstr ""
 
-#: dwarf.c:3884
+#: dwarf.c:4046
 #, c-format
 msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
 msgstr ""
 
-#: dwarf.c:3888
+#: dwarf.c:4050
 #, c-format
 msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
 msgstr ""
 
-#: dwarf.c:3931
+#: dwarf.c:4093
 msgid "(start == end)"
 msgstr ""
 
-#: dwarf.c:3933
+#: dwarf.c:4095
 msgid "(start > end)"
 msgstr ""
 
-#: dwarf.c:4185
+#: dwarf.c:4347
 msgid "bad register: "
 msgstr ""
 
-#: dwarf.c:4188
+#. The documentation for the format of this file is in gdb/dwarf2read.c.
+#: dwarf.c:4350 dwarf.c:5159
 #, c-format
 msgid "Contents of the %s section:\n"
 msgstr ""
 
-#: dwarf.c:4962
+#: dwarf.c:5120
 #, c-format
 msgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
 msgstr ""
 
-#: dwarf.c:4964
+#: dwarf.c:5122
 #, c-format
 msgid "unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
 msgstr ""
 
-#: dwarf.c:4989
+#: dwarf.c:5163
 #, c-format
-msgid "Displaying the debug contents of section %s is not yet supported.\n"
+msgid "Truncated header in the %s section.\n"
 msgstr ""
 
-#: dwarf.c:5031 elfedit.c:74
+#: dwarf.c:5168
 #, c-format
-msgid "%s: Error: "
+msgid "Version %ld\n"
+msgstr ""
+
+#: dwarf.c:5175
+msgid "The address table data in version 3 may be wrong.\n"
+msgstr ""
+
+#: dwarf.c:5178
+msgid "Version 4 does not support case insensitive lookups.\n"
 msgstr ""
 
-#: dwarf.c:5042
+#: dwarf.c:5183
 #, c-format
-msgid "%s: Warning: "
+msgid "Unsupported version %lu.\n"
 msgstr ""
 
-#: dwarf.c:5145 dwarf.c:5215
+#: dwarf.c:5199
 #, c-format
-msgid "Unrecognized debug option '%s'\n"
+msgid "Corrupt header in the %s section.\n"
 msgstr ""
 
-#: elfedit.c:243
+#: dwarf.c:5214
 #, c-format
-msgid "%s: Not an ELF file - wrong magic bytes at the start\n"
+msgid ""
+"\n"
+"CU table:\n"
 msgstr ""
 
-#: elfedit.c:251
+#: dwarf.c:5220
 #, c-format
-msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
+msgid "[%3u] 0x%lx - 0x%lx\n"
 msgstr ""
 
-#: elfedit.c:267
+#: dwarf.c:5225
 #, c-format
-msgid "%s: Unmatched EI_CLASS: %d is not %d\n"
+msgid ""
+"\n"
+"TU table:\n"
 msgstr ""
 
-#: elfedit.c:278
+#: dwarf.c:5232
 #, c-format
-msgid "%s: Unmatched e_machine: %d is not %d\n"
+msgid "[%3u] 0x%lx 0x%lx "
 msgstr ""
 
-#: elfedit.c:289
+#: dwarf.c:5239
 #, c-format
-msgid "%s: Unmatched e_type: %d is not %d\n"
+msgid ""
+"\n"
+"Address table:\n"
 msgstr ""
 
-#: elfedit.c:300
+#: dwarf.c:5248
 #, c-format
-msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
+msgid "%lu\n"
 msgstr ""
 
-#: elfedit.c:333
+#: dwarf.c:5251
 #, c-format
-msgid "%s: Failed to update ELF header: %s\n"
+msgid ""
+"\n"
+"Symbol table:\n"
 msgstr ""
 
-#: elfedit.c:366
+#: dwarf.c:5285
 #, c-format
-msgid "Unsupported EI_CLASS: %d\n"
+msgid "Displaying the debug contents of section %s is not yet supported.\n"
 msgstr ""
 
-#: elfedit.c:399
-msgid ""
-"This executable has been built without support for a\n"
-"64 bit data type and so it cannot process 64 bit ELF files.\n"
+#: dwarf.c:5421 dwarf.c:5491
+#, c-format
+msgid "Unrecognized debug option '%s'\n"
 msgstr ""
 
-#: elfedit.c:440
+#: elfcomm.c:39
 #, c-format
-msgid "%s: Failed to read ELF header\n"
+msgid "%s: Error: "
 msgstr ""
 
-#: elfedit.c:447
+#: elfcomm.c:50
 #, c-format
-msgid "%s: Failed to seek to ELF header\n"
+msgid "%s: Warning: "
+msgstr ""
+
+#: elfcomm.c:82 elfcomm.c:117 elfcomm.c:167 elfcomm.c:216
+#, c-format
+msgid "Unhandled data length: %d\n"
 msgstr ""
 
-#: elfedit.c:477 elfedit.c:491 elfedit.c:776 readelf.c:3674 readelf.c:3978
-#: readelf.c:4021 readelf.c:4093 readelf.c:4171 readelf.c:4936 readelf.c:4960
-#: readelf.c:7057 readelf.c:7103 readelf.c:7304 readelf.c:8494 readelf.c:8508
-#: readelf.c:9033 readelf.c:9049 readelf.c:9092 readelf.c:9117 readelf.c:11385
-#: readelf.c:11577 readelf.c:12138 readelf.c:12515 readelf.c:12529
-#: readelf.c:12891
+#: elfcomm.c:263 elfcomm.c:277 elfcomm.c:645 readelf.c:3643 readelf.c:3951
+#: readelf.c:3994 readelf.c:4066 readelf.c:4144 readelf.c:4915 readelf.c:4939
+#: readelf.c:7340 readelf.c:7386 readelf.c:7587 readelf.c:8783 readelf.c:8797
+#: readelf.c:9322 readelf.c:9338 readelf.c:9381 readelf.c:9406 readelf.c:11674
+#: readelf.c:11866 readelf.c:12685
 msgid "Out of memory\n"
 msgstr ""
 
-#: elfedit.c:543 readelf.c:12581
+#: elfcomm.c:312
 #, c-format
 msgid "%s: failed to seek to first archive header\n"
 msgstr ""
 
-#: elfedit.c:553 elfedit.c:741 elfedit.c:845 readelf.c:12590 readelf.c:12858
-#: readelf.c:13026
+#: elfcomm.c:321 elfcomm.c:611 elfedit.c:340 readelf.c:13169
 #, c-format
 msgid "%s: failed to read archive header\n"
 msgstr ""
 
-#: elfedit.c:568 readelf.c:12691
+#: elfcomm.c:347
 #, c-format
-msgid "%s: failed to skip archive symbol table\n"
+msgid "%s: the archive index is empty\n"
 msgstr ""
 
-#: elfedit.c:579 readelf.c:12702
+#: elfcomm.c:355 elfcomm.c:381
 #, c-format
-msgid "%s: failed to read archive header following archive index\n"
+msgid "%s: failed to read archive index\n"
 msgstr ""
 
-#: elfedit.c:594 readelf.c:12718
-msgid "Out of memory reading long symbol names in archive\n"
+#: elfcomm.c:365
+#, c-format
+msgid ""
+"%s: the archive index is supposed to have %ld entries, but the size in the "
+"header is too small\n"
 msgstr ""
 
-#: elfedit.c:602 readelf.c:12726
-#, c-format
-msgid "%s: failed to read long symbol name string table\n"
+#: elfcomm.c:373
+msgid "Out of memory whilst trying to read archive symbol index\n"
 msgstr ""
 
-#: elfedit.c:734 readelf.c:12852
-#, c-format
-msgid "%s: failed to seek to next file name\n"
+#: elfcomm.c:392
+msgid "Out of memory whilst trying to convert the archive symbol index\n"
 msgstr ""
 
-#: elfedit.c:747 elfedit.c:852 readelf.c:12863 readelf.c:13032
+#: elfcomm.c:405
 #, c-format
-msgid "%s: did not find a valid archive header\n"
+msgid "%s: the archive has an index but no symbols\n"
 msgstr ""
 
-#: elfedit.c:836 readelf.c:13018
-#, c-format
-msgid "%s: failed to seek to next archive header\n"
+#: elfcomm.c:413
+msgid "Out of memory whilst trying to read archive index symbol table\n"
 msgstr ""
 
-#: elfedit.c:867 elfedit.c:876 readelf.c:13046 readelf.c:13055
+#: elfcomm.c:419
 #, c-format
-msgid "%s: bad archive file name\n"
+msgid "%s: failed to read archive index symbol table\n"
 msgstr ""
 
-#: elfedit.c:896 elfedit.c:988
+#: elfcomm.c:428
 #, c-format
-msgid "Input file '%s' is not readable\n"
+msgid "%s: failed to skip archive symbol table\n"
 msgstr ""
 
-#: elfedit.c:920
+#: elfcomm.c:440
 #, c-format
-msgid "%s: failed to seek to archive member\n"
+msgid "%s: failed to read archive header following archive index\n"
 msgstr ""
 
-#: elfedit.c:959 readelf.c:13134
+#: elfcomm.c:446
 #, c-format
-msgid "'%s': No such file\n"
+msgid "%s has no archive index\n"
 msgstr ""
 
-#: elfedit.c:961 readelf.c:13136
-#, c-format
-msgid "Could not locate '%s'.  System error message: %s\n"
+#: elfcomm.c:457
+msgid "Out of memory reading long symbol names in archive\n"
 msgstr ""
 
-#: elfedit.c:968 readelf.c:13143
+#: elfcomm.c:465
 #, c-format
-msgid "'%s' is not an ordinary file\n"
+msgid "%s: failed to read long symbol name string table\n"
 msgstr ""
 
-#: elfedit.c:994 readelf.c:13156
+#: elfcomm.c:605
 #, c-format
-msgid "%s: Failed to read file's magic number\n"
+msgid "%s: failed to seek to next file name\n"
 msgstr ""
 
-#: elfedit.c:1052
+#: elfcomm.c:616 elfedit.c:347 readelf.c:13175
 #, c-format
-msgid "Unknown OSABI: %s\n"
+msgid "%s: did not find a valid archive header\n"
 msgstr ""
 
-#: elfedit.c:1071
+#: elfedit.c:73
 #, c-format
-msgid "Unknown machine type: %s\n"
+msgid "%s: Not an ELF file - wrong magic bytes at the start\n"
 msgstr ""
 
-#: elfedit.c:1089
+#: elfedit.c:81
 #, c-format
-msgid "Unknown machine type: %d\n"
+msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
+msgstr ""
+
+#: elfedit.c:97
+#, c-format
+msgid "%s: Unmatched EI_CLASS: %d is not %d\n"
+msgstr ""
+
+#: elfedit.c:108
+#, c-format
+msgid "%s: Unmatched e_machine: %d is not %d\n"
+msgstr ""
+
+#: elfedit.c:119
+#, c-format
+msgid "%s: Unmatched e_type: %d is not %d\n"
+msgstr ""
+
+#: elfedit.c:130
+#, c-format
+msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
+msgstr ""
+
+#: elfedit.c:163
+#, c-format
+msgid "%s: Failed to update ELF header: %s\n"
+msgstr ""
+
+#: elfedit.c:196
+#, c-format
+msgid "Unsupported EI_CLASS: %d\n"
+msgstr ""
+
+#: elfedit.c:229
+msgid ""
+"This executable has been built without support for a\n"
+"64 bit data type and so it cannot process 64 bit ELF files.\n"
+msgstr ""
+
+#: elfedit.c:270
+#, c-format
+msgid "%s: Failed to read ELF header\n"
+msgstr ""
+
+#: elfedit.c:277
+#, c-format
+msgid "%s: Failed to seek to ELF header\n"
+msgstr ""
+
+#: elfedit.c:331 readelf.c:13161
+#, c-format
+msgid "%s: failed to seek to next archive header\n"
+msgstr ""
+
+#: elfedit.c:362 elfedit.c:371 readelf.c:13189 readelf.c:13198
+#, c-format
+msgid "%s: bad archive file name\n"
+msgstr ""
+
+#: elfedit.c:391 elfedit.c:483
+#, c-format
+msgid "Input file '%s' is not readable\n"
+msgstr ""
+
+#: elfedit.c:415
+#, c-format
+msgid "%s: failed to seek to archive member\n"
+msgstr ""
+
+#: elfedit.c:454 readelf.c:13284
+#, c-format
+msgid "'%s': No such file\n"
+msgstr ""
+
+#: elfedit.c:456 readelf.c:13286
+#, c-format
+msgid "Could not locate '%s'.  System error message: %s\n"
+msgstr ""
+
+#: elfedit.c:463 readelf.c:13293
+#, c-format
+msgid "'%s' is not an ordinary file\n"
+msgstr ""
+
+#: elfedit.c:489 readelf.c:13306
+#, c-format
+msgid "%s: Failed to read file's magic number\n"
+msgstr ""
+
+#: elfedit.c:547
+#, c-format
+msgid "Unknown OSABI: %s\n"
+msgstr ""
+
+#: elfedit.c:566
+#, c-format
+msgid "Unknown machine type: %s\n"
+msgstr ""
+
+#: elfedit.c:584
+#, c-format
+msgid "Unknown machine type: %d\n"
 msgstr ""
 
-#: elfedit.c:1108
+#: elfedit.c:603
 #, c-format
 msgid "Unknown type: %s\n"
 msgstr ""
 
-#: elfedit.c:1139
+#: elfedit.c:634
 #, c-format
 msgid "Usage: %s <option(s)> elffile(s)\n"
 msgstr ""
 
-#: elfedit.c:1141
+#: elfedit.c:636
 #, c-format
 msgid " Update the ELF header of ELF files\n"
 msgstr ""
 
-#: elfedit.c:1142 objcopy.c:475 objcopy.c:585
+#: elfedit.c:637 objcopy.c:475 objcopy.c:585
 #, c-format
 msgid " The options are:\n"
 msgstr ""
 
-#: elfedit.c:1143
+#: elfedit.c:638
 #, c-format
 msgid ""
 "  --input-mach <machine>      Set input machine type to <machine>\n"
@@ -2401,31 +2444,26 @@ msgid ""
 "  -v --version                Display the version number of %s\n"
 msgstr ""
 
-#: emul_aix.c:43
+#: emul_aix.c:45
 #, c-format
 msgid "  [-g]         - 32 bit small archive\n"
 msgstr ""
 
-#: emul_aix.c:44
+#: emul_aix.c:46
 #, c-format
 msgid "  [-X32]       - ignores 64 bit objects\n"
 msgstr ""
 
-#: emul_aix.c:45
+#: emul_aix.c:47
 #, c-format
 msgid "  [-X64]       - ignores 32 bit objects\n"
 msgstr ""
 
-#: emul_aix.c:46
+#: emul_aix.c:48
 #, c-format
 msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
 msgstr ""
 
-#: emul_aix.c:99 emul_aix.c:109 emul_aix.c:119 emul_aix.c:129
-#, c-format
-msgid "target `%s' ignored."
-msgstr ""
-
 #: ieee.c:311
 msgid "unexpected end of debugging information"
 msgstr ""
@@ -2647,17 +2685,17 @@ msgstr ""
 msgid "IEEE string length overflow: %u\n"
 msgstr ""
 
-#: ieee.c:5210
+#: ieee.c:5213
 #, c-format
 msgid "IEEE unsupported integer type size %u\n"
 msgstr ""
 
-#: ieee.c:5244
+#: ieee.c:5247
 #, c-format
 msgid "IEEE unsupported float type size %u\n"
 msgstr ""
 
-#: ieee.c:5278
+#: ieee.c:5281
 #, c-format
 msgid "IEEE unsupported complex type size %u\n"
 msgstr ""
@@ -2666,120 +2704,120 @@ msgstr ""
 msgid "Duplicate symbol entered into keyword list."
 msgstr ""
 
-#: nlmconv.c:273 srconv.c:1823
+#: nlmconv.c:274 srconv.c:1824
 msgid "input and output files must be different"
 msgstr ""
 
-#: nlmconv.c:320
+#: nlmconv.c:321
 msgid "input file named both on command line and with INPUT"
 msgstr ""
 
-#: nlmconv.c:329
+#: nlmconv.c:330
 msgid "no input file"
 msgstr ""
 
-#: nlmconv.c:359
+#: nlmconv.c:360
 msgid "no name for output file"
 msgstr ""
 
-#: nlmconv.c:373
+#: nlmconv.c:374
 msgid "warning: input and output formats are not compatible"
 msgstr ""
 
-#: nlmconv.c:403
+#: nlmconv.c:404
 msgid "make .bss section"
 msgstr ""
 
-#: nlmconv.c:413
+#: nlmconv.c:414
 msgid "make .nlmsections section"
 msgstr ""
 
-#: nlmconv.c:441
+#: nlmconv.c:442
 msgid "set .bss vma"
 msgstr ""
 
-#: nlmconv.c:448
+#: nlmconv.c:449
 msgid "set .data size"
 msgstr ""
 
-#: nlmconv.c:628
+#: nlmconv.c:629
 #, c-format
 msgid "warning: symbol %s imported but not in import list"
 msgstr ""
 
-#: nlmconv.c:648
+#: nlmconv.c:649
 msgid "set start address"
 msgstr ""
 
-#: nlmconv.c:697
+#: nlmconv.c:698
 #, c-format
 msgid "warning: START procedure %s not defined"
 msgstr ""
 
-#: nlmconv.c:699
+#: nlmconv.c:700
 #, c-format
 msgid "warning: EXIT procedure %s not defined"
 msgstr ""
 
-#: nlmconv.c:701
+#: nlmconv.c:702
 #, c-format
 msgid "warning: CHECK procedure %s not defined"
 msgstr ""
 
-#: nlmconv.c:721 nlmconv.c:907
+#: nlmconv.c:722 nlmconv.c:908
 msgid "custom section"
 msgstr ""
 
-#: nlmconv.c:741 nlmconv.c:936
+#: nlmconv.c:742 nlmconv.c:937
 msgid "help section"
 msgstr ""
 
-#: nlmconv.c:763 nlmconv.c:954
+#: nlmconv.c:764 nlmconv.c:955
 msgid "message section"
 msgstr ""
 
-#: nlmconv.c:778 nlmconv.c:987
+#: nlmconv.c:779 nlmconv.c:988
 msgid "module section"
 msgstr ""
 
-#: nlmconv.c:797 nlmconv.c:1003
+#: nlmconv.c:798 nlmconv.c:1004
 msgid "rpc section"
 msgstr ""
 
 #. There is no place to record this information.
-#: nlmconv.c:833
+#: nlmconv.c:834
 #, c-format
 msgid "%s: warning: shared libraries can not have uninitialized data"
 msgstr ""
 
-#: nlmconv.c:854 nlmconv.c:1022
+#: nlmconv.c:855 nlmconv.c:1023
 msgid "shared section"
 msgstr ""
 
-#: nlmconv.c:862
+#: nlmconv.c:863
 msgid "warning: No version number given"
 msgstr ""
 
-#: nlmconv.c:902 nlmconv.c:931 nlmconv.c:949 nlmconv.c:998 nlmconv.c:1017
+#: nlmconv.c:903 nlmconv.c:932 nlmconv.c:950 nlmconv.c:999 nlmconv.c:1018
 #, c-format
 msgid "%s: read: %s"
 msgstr ""
 
-#: nlmconv.c:924
+#: nlmconv.c:925
 msgid "warning: FULLMAP is not supported; try ld -M"
 msgstr ""
 
-#: nlmconv.c:1100
+#: nlmconv.c:1101
 #, c-format
 msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
 msgstr ""
 
-#: nlmconv.c:1101
+#: nlmconv.c:1102
 #, c-format
 msgid " Convert an object file into a NetWare Loadable Module\n"
 msgstr ""
 
-#: nlmconv.c:1102
+#: nlmconv.c:1103
 #, c-format
 msgid ""
 " The options are:\n"
@@ -2793,64 +2831,64 @@ msgid ""
 "  -v --version                  Display the program's version\n"
 msgstr ""
 
-#: nlmconv.c:1143
+#: nlmconv.c:1144
 #, c-format
 msgid "support not compiled in for %s"
 msgstr ""
 
-#: nlmconv.c:1180
+#: nlmconv.c:1181
 msgid "make section"
 msgstr ""
 
-#: nlmconv.c:1194
+#: nlmconv.c:1195
 msgid "set section size"
 msgstr ""
 
-#: nlmconv.c:1200
+#: nlmconv.c:1201
 msgid "set section alignment"
 msgstr ""
 
-#: nlmconv.c:1204
+#: nlmconv.c:1205
 msgid "set section flags"
 msgstr ""
 
-#: nlmconv.c:1215
+#: nlmconv.c:1216
 msgid "set .nlmsections size"
 msgstr ""
 
-#: nlmconv.c:1296 nlmconv.c:1304 nlmconv.c:1313 nlmconv.c:1318
+#: nlmconv.c:1297 nlmconv.c:1305 nlmconv.c:1314 nlmconv.c:1319
 msgid "set .nlmsection contents"
 msgstr ""
 
-#: nlmconv.c:1795
+#: nlmconv.c:1796
 msgid "stub section sizes"
 msgstr ""
 
-#: nlmconv.c:1842
+#: nlmconv.c:1843
 msgid "writing stub"
 msgstr ""
 
-#: nlmconv.c:1926
+#: nlmconv.c:1927
 #, c-format
 msgid "unresolved PC relative reloc against %s"
 msgstr ""
 
-#: nlmconv.c:1990
+#: nlmconv.c:1991
 #, c-format
 msgid "overflow when adjusting relocation against %s"
 msgstr ""
 
-#: nlmconv.c:2117
+#: nlmconv.c:2118
 #, c-format
 msgid "%s: execution of %s failed: "
 msgstr ""
 
-#: nlmconv.c:2132
+#: nlmconv.c:2133
 #, c-format
 msgid "Execution of %s failed"
 msgstr ""
 
-#: nm.c:225 size.c:78 strings.c:646
+#: nm.c:225 size.c:78 strings.c:650
 #, c-format
 msgid "Usage: %s [option(s)] [file(s)]\n"
 msgstr ""
@@ -2924,17 +2962,17 @@ msgstr ""
 msgid "%s: invalid output format"
 msgstr ""
 
-#: nm.c:346 readelf.c:8259 readelf.c:8304
+#: nm.c:346 readelf.c:8546 readelf.c:8591
 #, c-format
 msgid "<processor specific>: %d"
 msgstr ""
 
-#: nm.c:348 readelf.c:8268 readelf.c:8322
+#: nm.c:348 readelf.c:8555 readelf.c:8609
 #, c-format
 msgid "<OS specific>: %d"
 msgstr ""
 
-#: nm.c:350 readelf.c:8271 readelf.c:8325
+#: nm.c:350 readelf.c:8558 readelf.c:8612
 #, c-format
 msgid "<unknown>: %d"
 msgstr ""
@@ -2946,7 +2984,7 @@ msgid ""
 "Archive index:\n"
 msgstr ""
 
-#: nm.c:1251
+#: nm.c:1254
 #, c-format
 msgid ""
 "\n"
@@ -2955,7 +2993,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: nm.c:1253
+#: nm.c:1256
 #, c-format
 msgid ""
 "\n"
@@ -2964,7 +3002,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: nm.c:1255 nm.c:1306
+#: nm.c:1258 nm.c:1309
 #, c-format
 msgid ""
 "Name                  Value   Class        Type         Size     Line  "
@@ -2972,7 +3010,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: nm.c:1258 nm.c:1309
+#: nm.c:1261 nm.c:1312
 #, c-format
 msgid ""
 "Name                  Value           Class        Type         "
@@ -2980,7 +3018,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: nm.c:1302
+#: nm.c:1305
 #, c-format
 msgid ""
 "\n"
@@ -2989,7 +3027,7 @@ msgid ""
 "\n"
 msgstr ""
 
-#: nm.c:1304
+#: nm.c:1307
 #, c-format
 msgid ""
 "\n"
@@ -2998,29 +3036,29 @@ msgid ""
 "\n"
 msgstr ""
 
-#: nm.c:1396
+#: nm.c:1399
 #, c-format
 msgid "Print width has not been initialized (%d)"
 msgstr ""
 
-#: nm.c:1624
+#: nm.c:1627
 msgid "Only -X 32_64 is supported"
 msgstr ""
 
-#: nm.c:1653
+#: nm.c:1656
 msgid "Using the --size-sort and --undefined-only options together"
 msgstr ""
 
-#: nm.c:1654
+#: nm.c:1657
 msgid "will produce no output, since undefined symbols have no size."
 msgstr ""
 
-#: nm.c:1682
+#: nm.c:1685
 #, c-format
 msgid "data size %ld"
 msgstr ""
 
-#: objcopy.c:473 srconv.c:1731
+#: objcopy.c:473 srconv.c:1732
 #, c-format
 msgid "Usage: %s [option(s)] in-file [out-file]\n"
 msgstr ""
@@ -3223,7 +3261,7 @@ msgstr ""
 msgid "cannot open '%s': %s"
 msgstr ""
 
-#: objcopy.c:764 objcopy.c:3389
+#: objcopy.c:764 objcopy.c:3392
 #, c-format
 msgid "%s: fread failed"
 msgstr ""
@@ -3278,297 +3316,298 @@ msgstr ""
 msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
 msgstr ""
 
-#: objcopy.c:1427
+#: objcopy.c:1429
 msgid "Unable to change endianness of input file(s)"
 msgstr ""
 
-#: objcopy.c:1436
+#: objcopy.c:1438
 #, c-format
 msgid "copy from `%s' [%s] to `%s' [%s]\n"
 msgstr ""
 
-#: objcopy.c:1485
+#: objcopy.c:1487
 #, c-format
 msgid "Input file `%s' ignores binary architecture parameter."
 msgstr ""
 
-#: objcopy.c:1493
+#: objcopy.c:1495
 #, c-format
 msgid "Unable to recognise the format of the input file `%s'"
 msgstr ""
 
-#: objcopy.c:1496
+#: objcopy.c:1498
 #, c-format
 msgid "Output file cannot represent architecture `%s'"
 msgstr ""
 
-#: objcopy.c:1559
+#: objcopy.c:1561
 #, c-format
 msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
 msgstr ""
 
-#: objcopy.c:1618
+#: objcopy.c:1620
 #, c-format
 msgid "can't add section '%s'"
 msgstr ""
 
-#: objcopy.c:1632
+#: objcopy.c:1634
 #, c-format
 msgid "can't create section `%s'"
 msgstr ""
 
-#: objcopy.c:1678
+#: objcopy.c:1680
 #, c-format
 msgid "cannot create debug link section `%s'"
 msgstr ""
 
-#: objcopy.c:1771
+#: objcopy.c:1773
 msgid "Can't fill gap after section"
 msgstr ""
 
-#: objcopy.c:1795
+#: objcopy.c:1797
 msgid "can't add padding"
 msgstr ""
 
-#: objcopy.c:1886
+#: objcopy.c:1888
 #, c-format
 msgid "cannot fill debug link section `%s'"
 msgstr ""
 
-#: objcopy.c:1949
+#: objcopy.c:1951
 msgid "error copying private BFD data"
 msgstr ""
 
-#: objcopy.c:1960
+#: objcopy.c:1962
 #, c-format
 msgid "this target does not support %lu alternative machine codes"
 msgstr ""
 
-#: objcopy.c:1964
+#: objcopy.c:1966
 msgid "treating that number as an absolute e_machine value instead"
 msgstr ""
 
-#: objcopy.c:1968
+#: objcopy.c:1970
 msgid "ignoring the alternative value"
 msgstr ""
 
-#: objcopy.c:2000 objcopy.c:2035
+#: objcopy.c:2002 objcopy.c:2038
 #, c-format
 msgid "cannot create tempdir for archive copying (error: %s)"
 msgstr ""
 
-#: objcopy.c:2096
+#: objcopy.c:2068
 msgid "Unable to recognise the format of file"
 msgstr ""
 
-#: objcopy.c:2194
+#: objcopy.c:2195
 #, c-format
 msgid "error: the input file '%s' is empty"
 msgstr ""
 
-#: objcopy.c:2338
+#: objcopy.c:2339
 #, c-format
 msgid "Multiple renames of section %s"
 msgstr ""
 
-#: objcopy.c:2389
+#: objcopy.c:2390
 msgid "error in private header data"
 msgstr ""
 
-#: objcopy.c:2467
+#: objcopy.c:2468
 msgid "failed to create output section"
 msgstr ""
 
-#: objcopy.c:2481
+#: objcopy.c:2482
 msgid "failed to set size"
 msgstr ""
 
-#: objcopy.c:2495
+#: objcopy.c:2496
 msgid "failed to set vma"
 msgstr ""
 
-#: objcopy.c:2520
+#: objcopy.c:2521
 msgid "failed to set alignment"
 msgstr ""
 
-#: objcopy.c:2554
+#: objcopy.c:2555
 msgid "failed to copy private data"
 msgstr ""
 
-#: objcopy.c:2636
+#: objcopy.c:2637
 msgid "relocation count is negative"
 msgstr ""
 
 #. User must pad the section up in order to do this.
-#: objcopy.c:2697
+#: objcopy.c:2698
 #, c-format
 msgid ""
 "cannot reverse bytes: length of section %s must be evenly divisible by %d"
 msgstr ""
 
-#: objcopy.c:2883
+#: objcopy.c:2884
 msgid "can't create debugging section"
 msgstr ""
 
-#: objcopy.c:2896
+#: objcopy.c:2897
 msgid "can't set debugging section contents"
 msgstr ""
 
-#: objcopy.c:2904
+#: objcopy.c:2905
 #, c-format
 msgid "don't know how to write debugging information for %s"
 msgstr ""
 
-#: objcopy.c:3046
+#: objcopy.c:3048
 msgid "could not create temporary file to hold stripped copy"
 msgstr ""
 
-#: objcopy.c:3118
+#: objcopy.c:3120
 #, c-format
 msgid "%s: bad version in PE subsystem"
 msgstr ""
 
-#: objcopy.c:3148
+#: objcopy.c:3150
 #, c-format
 msgid "unknown PE subsystem: %s"
 msgstr ""
 
-#: objcopy.c:3209
+#: objcopy.c:3212
 msgid "byte number must be non-negative"
 msgstr ""
 
-#: objcopy.c:3215
+#: objcopy.c:3218
 #, c-format
 msgid "architecture %s unknown"
 msgstr ""
 
-#: objcopy.c:3223
+#: objcopy.c:3226
 msgid "interleave must be positive"
 msgstr ""
 
-#: objcopy.c:3232
+#: objcopy.c:3235
 msgid "interleave width must be positive"
 msgstr ""
 
-#: objcopy.c:3252 objcopy.c:3260
+#: objcopy.c:3255 objcopy.c:3263
 #, c-format
 msgid "%s both copied and removed"
 msgstr ""
 
-#: objcopy.c:3359 objcopy.c:3439 objcopy.c:3547 objcopy.c:3578 objcopy.c:3602
-#: objcopy.c:3606 objcopy.c:3626
+#: objcopy.c:3362 objcopy.c:3442 objcopy.c:3550 objcopy.c:3581 objcopy.c:3605
+#: objcopy.c:3609 objcopy.c:3629
 #, c-format
 msgid "bad format for %s"
 msgstr ""
 
-#: objcopy.c:3371
+#: objcopy.c:3374
 #, c-format
 msgid "cannot open: %s: %s"
 msgstr ""
 
-#: objcopy.c:3516
+#: objcopy.c:3519
 #, c-format
 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
 msgstr ""
 
-#: objcopy.c:3677
+#: objcopy.c:3680
 #, c-format
 msgid "unknown long section names option '%s'"
 msgstr ""
 
-#: objcopy.c:3695
+#: objcopy.c:3698
 msgid "unable to parse alternative machine code"
 msgstr ""
 
-#: objcopy.c:3740
+#: objcopy.c:3743
 msgid "number of bytes to reverse must be positive and even"
 msgstr ""
 
-#: objcopy.c:3743
+#: objcopy.c:3746
 #, c-format
 msgid "Warning: ignoring previous --reverse-bytes value of %d"
 msgstr ""
 
-#: objcopy.c:3758
+#: objcopy.c:3761
 #, c-format
 msgid "%s: invalid reserve value for --heap"
 msgstr ""
 
-#: objcopy.c:3764
+#: objcopy.c:3767
 #, c-format
 msgid "%s: invalid commit value for --heap"
 msgstr ""
 
-#: objcopy.c:3789
+#: objcopy.c:3792
 #, c-format
 msgid "%s: invalid reserve value for --stack"
 msgstr ""
 
-#: objcopy.c:3795
+#: objcopy.c:3798
 #, c-format
 msgid "%s: invalid commit value for --stack"
 msgstr ""
 
-#: objcopy.c:3824
+#: objcopy.c:3827
 msgid "interleave start byte must be set with --byte"
 msgstr ""
 
-#: objcopy.c:3827
+#: objcopy.c:3830
 msgid "byte number must be less than interleave"
 msgstr ""
 
-#: objcopy.c:3830
+#: objcopy.c:3833
 msgid "interleave width must be less than or equal to interleave - byte`"
 msgstr ""
 
-#: objcopy.c:3857
+#: objcopy.c:3860
 #, c-format
 msgid "unknown input EFI target: %s"
 msgstr ""
 
-#: objcopy.c:3888
+#: objcopy.c:3891
 #, c-format
 msgid "unknown output EFI target: %s"
 msgstr ""
 
-#: objcopy.c:3901
+#: objcopy.c:3904
 #, c-format
 msgid "warning: could not locate '%s'.  System error message: %s"
 msgstr ""
 
-#: objcopy.c:3912
+#: objcopy.c:3916
 #, c-format
 msgid ""
 "warning: could not create temporary file whilst copying '%s', (error: %s)"
 msgstr ""
 
-#: objcopy.c:3956 objcopy.c:3970
+#: objcopy.c:3944 objcopy.c:3958
 #, c-format
 msgid "%s %s%c0x%s never used"
 msgstr ""
 
-#: objdump.c:190
+#: objdump.c:201
 #, c-format
 msgid "Usage: %s <option(s)> <file(s)>\n"
 msgstr ""
 
-#: objdump.c:191
+#: objdump.c:202
 #, c-format
 msgid " Display information from object <file(s)>.\n"
 msgstr ""
 
-#: objdump.c:192
+#: objdump.c:203
 #, c-format
 msgid " At least one of the following switches must be given:\n"
 msgstr ""
 
-#: objdump.c:193
+#: objdump.c:204
 #, c-format
 msgid ""
 "  -a, --archive-headers    Display archive header information\n"
 "  -f, --file-headers       Display the contents of the overall file header\n"
 "  -p, --private-headers    Display object format specific file header "
 "contents\n"
+"  -P, --private=OPT,OPT... Display object format specific contents\n"
 "  -h, --[section-]headers  Display the contents of the section headers\n"
 "  -x, --all-headers        Display the contents of all headers\n"
 "  -d, --disassemble        Display assembler contents of executable "
@@ -3584,7 +3623,7 @@ msgid ""
 "  --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
 "=frames,\n"
 "          =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
-"          =trace_info,=trace_abbrev,=trace_aranges]\n"
+"          =gdb_index,=trace_info,=trace_abbrev,=trace_aranges]\n"
 "                           Display DWARF info in the file\n"
 "  -t, --syms               Display the contents of the symbol table(s)\n"
 "  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
@@ -3597,14 +3636,14 @@ msgid ""
 "  -H, --help               Display this information\n"
 msgstr ""
 
-#: objdump.c:222
+#: objdump.c:236
 #, c-format
 msgid ""
 "\n"
 " The following switches are optional:\n"
 msgstr ""
 
-#: objdump.c:223
+#: objdump.c:237
 #, c-format
 msgid ""
 "  -b, --target=BFDNAME           Specify the target object format as "
@@ -3644,185 +3683,888 @@ msgid ""
 "      --special-syms             Include special symbols in symbol dumps\n"
 "      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
 "      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
+msgstr ""
+
+#: objdump.c:263
+#, c-format
+msgid ""
+"      --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
+"      --dwarf-start=N        Display DIEs starting with N, at the same "
+"depth\n"
+"                             or deeper\n"
+"\n"
+msgstr ""
+
+#: objdump.c:275
+#, c-format
+msgid ""
 "\n"
+"Options supported for -P/--private switch:\n"
 msgstr ""
 
-#: objdump.c:396
+#: objdump.c:426
 #, c-format
 msgid "section '%s' mentioned in a -j option, but not found in any input file"
 msgstr ""
 
-#: objdump.c:500
+#: objdump.c:530
 #, c-format
 msgid "Sections:\n"
 msgstr ""
 
-#: objdump.c:503 objdump.c:507
+#: objdump.c:533 objdump.c:537
 #, c-format
 msgid "Idx Name          Size      VMA       LMA       File off  Algn"
 msgstr ""
 
-#: objdump.c:509
+#: objdump.c:539
 #, c-format
 msgid ""
 "Idx Name          Size      VMA               LMA               File off  "
 "Algn"
 msgstr ""
 
-#: objdump.c:513
+#: objdump.c:543
+#, c-format
+msgid "  Flags"
+msgstr ""
+
+#: objdump.c:586
+#, c-format
+msgid "%s: not a dynamic object"
+msgstr ""
+
+#: objdump.c:1012 objdump.c:1036
+#, c-format
+msgid " (File Offset: 0x%lx)"
+msgstr ""
+
+#: objdump.c:1662
+#, c-format
+msgid "disassemble_fn returned length %d"
+msgstr ""
+
+#: objdump.c:1967
+#, c-format
+msgid ""
+"\n"
+"Disassembly of section %s:\n"
+msgstr ""
+
+#: objdump.c:2143
+#, c-format
+msgid "can't use supplied machine %s"
+msgstr ""
+
+#: objdump.c:2162
+#, c-format
+msgid "can't disassemble for architecture %s\n"
+msgstr ""
+
+#: objdump.c:2242 objdump.c:2265
+#, c-format
+msgid ""
+"\n"
+"Can't get contents for section '%s'.\n"
+msgstr ""
+
+#: objdump.c:2406
+#, c-format
+msgid ""
+"No %s section present\n"
+"\n"
+msgstr ""
+
+#: objdump.c:2415
+#, c-format
+msgid "reading %s section of %s failed: %s"
+msgstr ""
+
+#: objdump.c:2459
+#, c-format
+msgid ""
+"Contents of %s section:\n"
+"\n"
+msgstr ""
+
+#: objdump.c:2590
+#, c-format
+msgid "architecture: %s, "
+msgstr ""
+
+#: objdump.c:2593
+#, c-format
+msgid "flags 0x%08x:\n"
+msgstr ""
+
+#: objdump.c:2607
+#, c-format
+msgid ""
+"\n"
+"start address 0x"
+msgstr ""
+
+#: objdump.c:2633
+msgid "option -P/--private not supported by this file"
+msgstr ""
+
+#: objdump.c:2657
+#, c-format
+msgid "target specific dump '%s' not supported"
+msgstr ""
+
+#: objdump.c:2721
+#, c-format
+msgid "Contents of section %s:"
+msgstr ""
+
+#: objdump.c:2723
+#, c-format
+msgid "  (Starting at file offset: 0x%lx)"
+msgstr ""
+
+#: objdump.c:2729
+msgid "Reading section failed"
+msgstr ""
+
+#: objdump.c:2832
+#, c-format
+msgid "no symbols\n"
+msgstr ""
+
+#: objdump.c:2839
+#, c-format
+msgid "no information for symbol number %ld\n"
+msgstr ""
+
+#: objdump.c:2842
+#, c-format
+msgid "could not determine the type of symbol number %ld\n"
+msgstr ""
+
+#: objdump.c:3163
+#, c-format
+msgid ""
+"\n"
+"%s:     file format %s\n"
+msgstr ""
+
+#: objdump.c:3223
+#, c-format
+msgid "%s: printing debugging information failed"
+msgstr ""
+
+#: objdump.c:3327
+#, c-format
+msgid "In archive %s:\n"
+msgstr ""
+
+#: objdump.c:3438
+msgid "error: the start address should be before the end address"
+msgstr ""
+
+#: objdump.c:3443
+msgid "error: the stop address should be after the start address"
+msgstr ""
+
+#: objdump.c:3455
+msgid "error: prefix strip must be non-negative"
+msgstr ""
+
+#: objdump.c:3460
+msgid "error: instruction width must be positive"
+msgstr ""
+
+#: objdump.c:3469
+msgid "unrecognized -E option"
+msgstr ""
+
+#: objdump.c:3480
+#, c-format
+msgid "unrecognized --endian type `%s'"
+msgstr ""
+
+#: od-xcoff.c:75
+#, c-format
+msgid ""
+"For XCOFF files:\n"
+"  header      Display the file header\n"
+"  aout        Display the auxiliary header\n"
+"  sections    Display the section headers\n"
+"  syms        Display the symbols table\n"
+"  relocs      Display the relocation entries\n"
+"  lineno      Display the line number entries\n"
+"  loader      Display loader section\n"
+"  except      Display exception table\n"
+"  typchk      Display type-check section\n"
+"  traceback   Display traceback tags\n"
+"  toc         Display toc symbols\n"
+msgstr ""
+
+#: od-xcoff.c:416
+#, c-format
+msgid "  nbr sections:  %d\n"
+msgstr ""
+
+#: od-xcoff.c:417
+#, c-format
+msgid "  time and date: 0x%08x  - "
+msgstr ""
+
+#: od-xcoff.c:419
+#, c-format
+msgid "not set\n"
+msgstr ""
+
+#: od-xcoff.c:426
+#, c-format
+msgid "  symbols off:   0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:427
+#, c-format
+msgid "  nbr symbols:   %d\n"
+msgstr ""
+
+#: od-xcoff.c:428
+#, c-format
+msgid "  opt hdr sz:    %d\n"
+msgstr ""
+
+#: od-xcoff.c:429
+#, c-format
+msgid "  flags:         0x%04x "
+msgstr ""
+
+#: od-xcoff.c:443
+#, c-format
+msgid "Auxiliary header:\n"
+msgstr ""
+
+#: od-xcoff.c:446
+#, c-format
+msgid "  No aux header\n"
+msgstr ""
+
+#: od-xcoff.c:451
+#, c-format
+msgid "warning: optionnal header size too large (> %d)\n"
+msgstr ""
+
+#: od-xcoff.c:457
+msgid "cannot read auxhdr"
+msgstr ""
+
+#: od-xcoff.c:462
+#, c-format
+msgid "  o_mflag (magic): 0x%04x 0%04o\n"
+msgstr ""
+
+#: od-xcoff.c:463
+#, c-format
+msgid "  o_vstamp:        0x%04x\n"
+msgstr ""
+
+#: od-xcoff.c:465
+#, c-format
+msgid "  o_tsize:         0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:467
+#, c-format
+msgid "  o_dsize:         0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:469
+#, c-format
+msgid "  o_entry:         0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:471
+#, c-format
+msgid "  o_text_start:    0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:473
+#, c-format
+msgid "  o_data_start:    0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:477
+#, c-format
+msgid "  o_toc:           0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:479
+#, c-format
+msgid "  o_snentry:       0x%04x\n"
+msgstr ""
+
+#: od-xcoff.c:481
+#, c-format
+msgid "  o_sntext:        0x%04x\n"
+msgstr ""
+
+#: od-xcoff.c:483
+#, c-format
+msgid "  o_sndata:        0x%04x\n"
+msgstr ""
+
+#: od-xcoff.c:485
+#, c-format
+msgid "  o_sntoc:         0x%04x\n"
+msgstr ""
+
+#: od-xcoff.c:487
+#, c-format
+msgid "  o_snloader:      0x%04x\n"
+msgstr ""
+
+#: od-xcoff.c:489
+#, c-format
+msgid "  o_snbss:         0x%04x\n"
+msgstr ""
+
+#: od-xcoff.c:491
+#, c-format
+msgid "  o_algntext:      %u\n"
+msgstr ""
+
+#: od-xcoff.c:493
+#, c-format
+msgid "  o_algndata:      %u\n"
+msgstr ""
+
+#: od-xcoff.c:495
+#, c-format
+msgid "  o_modtype:       0x%04x"
+msgstr ""
+
+#: od-xcoff.c:500
+#, c-format
+msgid "  o_cputype:       0x%04x\n"
+msgstr ""
+
+#: od-xcoff.c:502
+#, c-format
+msgid "  o_maxstack:      0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:504
+#, c-format
+msgid "  o_maxdata:       0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:507
+#, c-format
+msgid "  o_debugger:      0x%08x\n"
+msgstr ""
+
+#: od-xcoff.c:521
+#, c-format
+msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n"
+msgstr ""
+
+#: od-xcoff.c:526
+#, c-format
+msgid "  No section header\n"
+msgstr ""
+
+#: od-xcoff.c:531 od-xcoff.c:542 od-xcoff.c:598
+msgid "cannot read section header"
+msgstr ""
+
+#: od-xcoff.c:534
+#, c-format
+msgid ""
+" # Name     paddr    vaddr    size     scnptr   relptr   lnnoptr  nrel  "
+"nlnno\n"
+msgstr ""
+
+#: od-xcoff.c:546
+#, c-format
+msgid "%2d %-8.8s %08x %08x %08x %08x %08x %08x %-5d %-5d\n"
+msgstr ""
+
+#: od-xcoff.c:557
+#, c-format
+msgid "            Flags: %08x "
+msgstr ""
+
+#: od-xcoff.c:565
+#, c-format
+msgid "overflow - nreloc: %u, nlnno: %u\n"
+msgstr ""
+
+#: od-xcoff.c:586 od-xcoff.c:919 od-xcoff.c:974
+msgid "cannot read section headers"
+msgstr ""
+
+#: od-xcoff.c:650
+msgid "cannot read strings table len"
+msgstr ""
+
+#: od-xcoff.c:664
+msgid "cannot read strings table"
+msgstr ""
+
+#: od-xcoff.c:672
+msgid "cannot read symbol table"
+msgstr ""
+
+#: od-xcoff.c:687
+msgid "cannot read symbol entry"
+msgstr ""
+
+#: od-xcoff.c:722
+msgid "cannot read symbol aux entry"
+msgstr ""
+
+#: od-xcoff.c:744
+#, c-format
+msgid "Symbols table (strtable at 0x%08x)"
+msgstr ""
+
+#: od-xcoff.c:749
+#, c-format
+msgid ""
+":\n"
+"  No symbols\n"
+msgstr ""
+
+#: od-xcoff.c:755
+#, c-format
+msgid " (no strings):\n"
+msgstr ""
+
+#: od-xcoff.c:757
+#, c-format
+msgid " (strings size: %08x):\n"
+msgstr ""
+
+#: od-xcoff.c:770
+#, c-format
+msgid "  # sc         value    section  type aux name/off\n"
+msgstr ""
+
+#: od-xcoff.c:821
+#, c-format
+msgid "  scnlen: %08x  nreloc: %-6u  nlinno: %-6u\n"
+msgstr ""
+
+#: od-xcoff.c:827
+#, c-format
+msgid "  scnlen: %08x  nreloc: %-6u\n"
+msgstr ""
+
+#. Function aux entry.
+#: od-xcoff.c:837
+#, c-format
+msgid "  exptr: %08x fsize: %08x lnnoptr: %08x endndx: %u\n"
+msgstr ""
+
+#: od-xcoff.c:856
+#, c-format
+msgid "  scnsym: %-8u"
+msgstr ""
+
+#: od-xcoff.c:858
+#, c-format
+msgid "  scnlen: %08x"
+msgstr ""
+
+#: od-xcoff.c:859
+#, c-format
+msgid " h: parm=%08x sn=%04x al: 2**%u"
+msgstr ""
+
+#: od-xcoff.c:863
+#, c-format
+msgid " typ: "
+msgstr ""
+
+#: od-xcoff.c:865
+#, c-format
+msgid " cl: "
+msgstr ""
+
+#: od-xcoff.c:878
+#, c-format
+msgid " ftype: %02x "
+msgstr ""
+
+#: od-xcoff.c:881
+#, c-format
+msgid "fname: %.14s"
+msgstr ""
+
+#: od-xcoff.c:887
+#, c-format
+msgid " %s"
+msgstr ""
+
+#: od-xcoff.c:889
+#, c-format
+msgid "offset: %08x"
+msgstr ""
+
+#: od-xcoff.c:896
+#, c-format
+msgid "  lnno: %u\n"
+msgstr ""
+
+#: od-xcoff.c:931
+#, c-format
+msgid "Relocations for %s (%u)\n"
+msgstr ""
+
+#: od-xcoff.c:934
+msgid "cannot read relocations"
+msgstr ""
+
+#: od-xcoff.c:937
+#, c-format
+msgid "vaddr    sgn mod sz type  symndx symbol\n"
+msgstr ""
+
+#: od-xcoff.c:946
+msgid "cannot read relocation entry"
+msgstr ""
+
+#: od-xcoff.c:950
+#, c-format
+msgid "%08x  %c   %c  %-2u "
+msgstr ""
+
+#: od-xcoff.c:986
+#, c-format
+msgid "Line numbers for %s (%u)\n"
+msgstr ""
+
+#: od-xcoff.c:989
+msgid "cannot read line numbers"
+msgstr ""
+
+#: od-xcoff.c:992
+#, c-format
+msgid "lineno  symndx/paddr\n"
+msgstr ""
+
+#: od-xcoff.c:1000
+msgid "cannot read line number entry"
+msgstr ""
+
+#: od-xcoff.c:1004
+#, c-format
+msgid " %-6u "
+msgstr ""
+
+#: od-xcoff.c:1043
+#, c-format
+msgid "no .loader section in file\n"
+msgstr ""
+
+#: od-xcoff.c:1049
+#, c-format
+msgid "section .loader is too short\n"
+msgstr ""
+
+#: od-xcoff.c:1056
+#, c-format
+msgid "Loader header:\n"
+msgstr ""
+
+#: od-xcoff.c:1058
+#, c-format
+msgid "  version:           %u\n"
+msgstr ""
+
+#: od-xcoff.c:1061
+#, c-format
+msgid " Unhandled version\n"
+msgstr ""
+
+#: od-xcoff.c:1066
+#, c-format
+msgid "  nbr symbols:       %u\n"
+msgstr ""
+
+#: od-xcoff.c:1068
+#, c-format
+msgid "  nbr relocs:        %u\n"
+msgstr ""
+
+#: od-xcoff.c:1069
+#, c-format
+msgid "  import strtab len: %u\n"
+msgstr ""
+
+#: od-xcoff.c:1072
+#, c-format
+msgid "  nbr import files:  %u\n"
+msgstr ""
+
+#: od-xcoff.c:1074
+#, c-format
+msgid "  import file off:   %u\n"
+msgstr ""
+
+#: od-xcoff.c:1076
+#, c-format
+msgid "  string table len:  %u\n"
+msgstr ""
+
+#: od-xcoff.c:1078
+#, c-format
+msgid "  string table off:  %u\n"
+msgstr ""
+
+#: od-xcoff.c:1081
+#, c-format
+msgid "Dynamic symbols:\n"
+msgstr ""
+
+#: od-xcoff.c:1082
+#, c-format
+msgid "     # value     sc IFEW ty class file  pa name\n"
+msgstr ""
+
+#: od-xcoff.c:1087
+#, c-format
+msgid "  %4u %08x %3u "
+msgstr ""
+
+#: od-xcoff.c:1100
+#, c-format
+msgid " %3u %3u "
+msgstr ""
+
+#: od-xcoff.c:1109
+#, c-format
+msgid "(bad offset: %u)"
+msgstr ""
+
+#: od-xcoff.c:1116
+#, c-format
+msgid "Dynamic relocs:\n"
+msgstr ""
+
+#: od-xcoff.c:1117
+#, c-format
+msgid "  vaddr    sec    sz typ   sym\n"
+msgstr ""
+
+#: od-xcoff.c:1129
+#, c-format
+msgid "  %08x %3u %c%c %2u "
+msgstr ""
+
+#: od-xcoff.c:1140
+#, c-format
+msgid ".text"
+msgstr ""
+
+#: od-xcoff.c:1143
+#, c-format
+msgid ".data"
+msgstr ""
+
+#: od-xcoff.c:1146
+#, c-format
+msgid ".bss"
+msgstr ""
+
+#: od-xcoff.c:1149
+#, c-format
+msgid "%u"
+msgstr ""
+
+#: od-xcoff.c:1155
+#, c-format
+msgid "Import files:\n"
+msgstr ""
+
+#: od-xcoff.c:1187
+#, c-format
+msgid "no .except section in file\n"
+msgstr ""
+
+#: od-xcoff.c:1195
+#, c-format
+msgid "Exception table:\n"
+msgstr ""
+
+#: od-xcoff.c:1196
+#, c-format
+msgid "lang reason sym/addr\n"
+msgstr ""
+
+#: od-xcoff.c:1204
+#, c-format
+msgid "  %02x     %02x "
+msgstr ""
+
+#: od-xcoff.c:1209
+#, c-format
+msgid "@%08x"
+msgstr ""
+
+#: od-xcoff.c:1229
 #, c-format
-msgid "  Flags"
+msgid "no .typchk section in file\n"
 msgstr ""
 
-#: objdump.c:515
+#: od-xcoff.c:1236
 #, c-format
-msgid "  Pg"
+msgid "Type-check section:\n"
 msgstr ""
 
-#: objdump.c:558
+#: od-xcoff.c:1237
 #, c-format
-msgid "%s: not a dynamic object"
+msgid "offset    len  lang-id general-hash language-hash\n"
 msgstr ""
 
-#: objdump.c:984 objdump.c:1008
+#: od-xcoff.c:1282
 #, c-format
-msgid " (File Offset: 0x%lx)"
+msgid " address beyond section size\n"
 msgstr ""
 
-#: objdump.c:1634
+#: od-xcoff.c:1292
 #, c-format
-msgid "disassemble_fn returned length %d"
+msgid " tags at %08x\n"
 msgstr ""
 
-#: objdump.c:1939
+#: od-xcoff.c:1299
 #, c-format
 msgid ""
-"\n"
-"Disassembly of section %s:\n"
+" version: %u, lang: %u, global_link: %u, is_eprol: %u, has_tboff: %u, "
+"int_proc: %u\n"
 msgstr ""
 
-#: objdump.c:2115
+#: od-xcoff.c:1306
 #, c-format
-msgid "can't use supplied machine %s"
+msgid " has_ctl: %u, tocless: %u, fp_pres: %u, log_abort: %u, int_hndl: %u\n"
 msgstr ""
 
-#: objdump.c:2134
+#: od-xcoff.c:1312
 #, c-format
-msgid "can't disassemble for architecture %s\n"
+msgid ""
+" name_pres: %u, uses_alloca: %u, cl_dis_inv: %u, saves_cr: %u, saves_lr: %u\n"
 msgstr ""
 
-#: objdump.c:2214 objdump.c:2237
+#: od-xcoff.c:1318
 #, c-format
 msgid ""
-"\n"
-"Can't get contents for section '%s'.\n"
+" stores_bc: %u, fixup: %u, fpr_saved: %-2u, spare3: %u, gpr_saved: %-2u\n"
 msgstr ""
 
-#: objdump.c:2378
+#: od-xcoff.c:1324
 #, c-format
-msgid ""
-"No %s section present\n"
-"\n"
+msgid " fixparms: %-3u  floatparms: %-3u  parm_on_stk: %u\n"
 msgstr ""
 
-#: objdump.c:2387
+#: od-xcoff.c:1337
 #, c-format
-msgid "reading %s section of %s failed: %s"
+msgid " parminfo: 0x%08x\n"
 msgstr ""
 
-#: objdump.c:2431
+#: od-xcoff.c:1348
 #, c-format
-msgid ""
-"Contents of %s section:\n"
-"\n"
+msgid " tb_offset: 0x%08x (start=0x%08x)\n"
 msgstr ""
 
-#: objdump.c:2562
+#: od-xcoff.c:1359
 #, c-format
-msgid "architecture: %s, "
+msgid " hand_mask_offset: 0x%08x\n"
 msgstr ""
 
-#: objdump.c:2565
+#: od-xcoff.c:1370
 #, c-format
-msgid "flags 0x%08x:\n"
+msgid " number of CTL anchors: %u\n"
 msgstr ""
 
-#: objdump.c:2579
+#: od-xcoff.c:1375
 #, c-format
-msgid ""
-"\n"
-"start address 0x"
+msgid "  CTL[%u]: %08x\n"
 msgstr ""
 
-#: objdump.c:2642
+#: od-xcoff.c:1389
 #, c-format
-msgid "Contents of section %s:"
+msgid " Name (len: %u): "
 msgstr ""
 
-#: objdump.c:2644
+#: od-xcoff.c:1392
 #, c-format
-msgid "  (Starting at file offset: 0x%lx)"
+msgid "[truncated]\n"
 msgstr ""
 
-#: objdump.c:2650
-msgid "Reading section failed"
+#: od-xcoff.c:1407
+#, c-format
+msgid " alloca reg: %u\n"
 msgstr ""
 
-#: objdump.c:2753
+#: od-xcoff.c:1411
 #, c-format
-msgid "no symbols\n"
+msgid " (end of tags at %08x)\n"
 msgstr ""
 
-#: objdump.c:2760
+#: od-xcoff.c:1414
 #, c-format
-msgid "no information for symbol number %ld\n"
+msgid " no tags found\n"
 msgstr ""
 
-#: objdump.c:2763
+#: od-xcoff.c:1418
 #, c-format
-msgid "could not determine the type of symbol number %ld\n"
+msgid " Truncated .text section\n"
 msgstr ""
 
-#: objdump.c:3043
+#: od-xcoff.c:1503
 #, c-format
-msgid ""
-"\n"
-"%s:     file format %s\n"
+msgid "TOC:\n"
 msgstr ""
 
-#: objdump.c:3101
+#: od-xcoff.c:1546
 #, c-format
-msgid "%s: printing debugging information failed"
+msgid "Nbr entries: %-8u Size: %08x (%u)\n"
+msgstr ""
+
+#: od-xcoff.c:1630
+msgid "cannot read header"
 msgstr ""
 
-#: objdump.c:3205
+#: od-xcoff.c:1638
 #, c-format
-msgid "In archive %s:\n"
+msgid "File header:\n"
 msgstr ""
 
-#: objdump.c:3316
-msgid "error: the start address should be before the end address"
+#: od-xcoff.c:1639
+#, c-format
+msgid "  magic:         0x%04x (0%04o)  "
 msgstr ""
 
-#: objdump.c:3321
-msgid "error: the stop address should be after the start address"
+#: od-xcoff.c:1643
+#, c-format
+msgid "(WRMAGIC: writable text segments)"
 msgstr ""
 
-#: objdump.c:3333
-msgid "error: prefix strip must be non-negative"
+#: od-xcoff.c:1646
+#, c-format
+msgid "(ROMAGIC: readonly sharablee text segments)"
 msgstr ""
 
-#: objdump.c:3338
-msgid "error: instruction width must be positive"
+#: od-xcoff.c:1649
+#, c-format
+msgid "(TOCMAGIC: readonly text segments and TOC)"
 msgstr ""
 
-#: objdump.c:3347
-msgid "unrecognized -E option"
+#: od-xcoff.c:1652
+#, c-format
+msgid "unknown magic"
 msgstr ""
 
-#: objdump.c:3358
+#: od-xcoff.c:1659
 #, c-format
-msgid "unrecognized --endian type `%s'"
+msgid "  Unhandled magic\n"
 msgstr ""
 
 #: rclex.c:197
@@ -3864,239 +4606,239 @@ msgstr ""
 msgid "Last stabs entries before error:\n"
 msgstr ""
 
-#: readelf.c:268
+#: readelf.c:265
 msgid "<none>"
 msgstr ""
 
-#: readelf.c:269
+#: readelf.c:266
 msgid "<no-name>"
 msgstr ""
 
-#: readelf.c:270 readelf.c:5047 readelf.c:5557 readelf.c:7794 readelf.c:7912
-#: readelf.c:8865 readelf.c:8945 readelf.c:8998 readelf.c:11860
-#: readelf.c:11863
+#: readelf.c:267 readelf.c:5026 readelf.c:5536 readelf.c:8077 readelf.c:8195
+#: readelf.c:9154 readelf.c:9234 readelf.c:9287 readelf.c:12150
+#: readelf.c:12153
 msgid "<corrupt>"
 msgstr ""
 
-#: readelf.c:308
+#: readelf.c:300
 #, c-format
 msgid "Unable to seek to 0x%lx for %s\n"
 msgstr ""
 
-#: readelf.c:323
+#: readelf.c:315
 #, c-format
 msgid "Out of memory allocating 0x%lx bytes for %s\n"
 msgstr ""
 
-#: readelf.c:333
+#: readelf.c:325
 #, c-format
 msgid "Unable to read in 0x%lx bytes of %s\n"
 msgstr ""
 
-#: readelf.c:697
+#: readelf.c:625
 msgid "Don't know about relocations on this machine architecture\n"
 msgstr ""
 
-#: readelf.c:718 readelf.c:748 readelf.c:816 readelf.c:845
+#: readelf.c:646 readelf.c:676 readelf.c:744 readelf.c:773
 msgid "relocs"
 msgstr ""
 
-#: readelf.c:730 readelf.c:760 readelf.c:827 readelf.c:856
+#: readelf.c:658 readelf.c:688 readelf.c:755 readelf.c:784
 msgid "out of memory parsing relocs\n"
 msgstr ""
 
-#: readelf.c:961
+#: readelf.c:889
 #, c-format
 msgid ""
 " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
 msgstr ""
 
-#: readelf.c:963
+#: readelf.c:891
 #, c-format
 msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
 msgstr ""
 
-#: readelf.c:968
+#: readelf.c:896
 #, c-format
 msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
 msgstr ""
 
-#: readelf.c:970
+#: readelf.c:898
 #, c-format
 msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
 msgstr ""
 
-#: readelf.c:978
+#: readelf.c:906
 #, c-format
 msgid ""
 "    Offset             Info             Type               Symbol's Value  "
 "Symbol's Name + Addend\n"
 msgstr ""
 
-#: readelf.c:980
+#: readelf.c:908
 #, c-format
 msgid ""
 "  Offset          Info           Type           Sym. Value    Sym. Name + "
 "Addend\n"
 msgstr ""
 
-#: readelf.c:985
+#: readelf.c:913
 #, c-format
 msgid ""
 "    Offset             Info             Type               Symbol's Value  "
 "Symbol's Name\n"
 msgstr ""
 
-#: readelf.c:987
+#: readelf.c:915
 #, c-format
 msgid ""
 "  Offset          Info           Type           Sym. Value    Sym. Name\n"
 msgstr ""
 
-#: readelf.c:1291 readelf.c:1448 readelf.c:1456
+#: readelf.c:1219 readelf.c:1378 readelf.c:1386
 #, c-format
 msgid "unrecognized: %-7lx"
 msgstr ""
 
-#: readelf.c:1316
+#: readelf.c:1244
 #, c-format
 msgid "<unknown addend: %lx>"
 msgstr ""
 
-#: readelf.c:1323
+#: readelf.c:1251
 #, c-format
 msgid " bad symbol index: %08lx"
 msgstr ""
 
-#: readelf.c:1406
+#: readelf.c:1336
 #, c-format
 msgid "<string table index: %3ld>"
 msgstr ""
 
-#: readelf.c:1408
+#: readelf.c:1338
 #, c-format
 msgid "<corrupt string table index: %3ld>"
 msgstr ""
 
-#: readelf.c:1801
+#: readelf.c:1731
 #, c-format
 msgid "Processor Specific: %lx"
 msgstr ""
 
-#: readelf.c:1825
+#: readelf.c:1755
 #, c-format
 msgid "Operating System specific: %lx"
 msgstr ""
 
-#: readelf.c:1829 readelf.c:2875
+#: readelf.c:1759 readelf.c:2821
 #, c-format
 msgid "<unknown>: %lx"
 msgstr ""
 
-#: readelf.c:1842
+#: readelf.c:1772
 msgid "NONE (None)"
 msgstr ""
 
-#: readelf.c:1843
+#: readelf.c:1773
 msgid "REL (Relocatable file)"
 msgstr ""
 
-#: readelf.c:1844
+#: readelf.c:1774
 msgid "EXEC (Executable file)"
 msgstr ""
 
-#: readelf.c:1845
+#: readelf.c:1775
 msgid "DYN (Shared object file)"
 msgstr ""
 
-#: readelf.c:1846
+#: readelf.c:1776
 msgid "CORE (Core file)"
 msgstr ""
 
-#: readelf.c:1850
+#: readelf.c:1780
 #, c-format
 msgid "Processor Specific: (%x)"
 msgstr ""
 
-#: readelf.c:1852
+#: readelf.c:1782
 #, c-format
 msgid "OS Specific: (%x)"
 msgstr ""
 
-#: readelf.c:1854 readelf.c:3122
+#: readelf.c:1784 readelf.c:3068
 #, c-format
 msgid "<unknown>: %x"
 msgstr ""
 
-#: readelf.c:1866
+#: readelf.c:1796
 msgid "None"
 msgstr ""
 
-#: readelf.c:2034
+#: readelf.c:1964
 #, c-format
 msgid "<unknown>: 0x%x"
 msgstr ""
 
-#: readelf.c:2220
+#: readelf.c:2150
 msgid ", <unknown>"
 msgstr ""
 
-#: readelf.c:2291 readelf.c:7145
+#: readelf.c:2236 readelf.c:7428
 msgid "unknown"
 msgstr ""
 
-#: readelf.c:2292
+#: readelf.c:2237
 msgid "unknown mac"
 msgstr ""
 
-#: readelf.c:2356
+#: readelf.c:2301
 msgid ", relocatable"
 msgstr ""
 
-#: readelf.c:2359
+#: readelf.c:2304
 msgid ", relocatable-lib"
 msgstr ""
 
-#: readelf.c:2382
+#: readelf.c:2327
 msgid ", unknown v850 architecture variant"
 msgstr ""
 
-#: readelf.c:2438
+#: readelf.c:2384
 msgid ", unknown CPU"
 msgstr ""
 
-#: readelf.c:2453
+#: readelf.c:2399
 msgid ", unknown ABI"
 msgstr ""
 
-#: readelf.c:2473 readelf.c:2507
+#: readelf.c:2419 readelf.c:2453
 msgid ", unknown ISA"
 msgstr ""
 
-#: readelf.c:2680
+#: readelf.c:2626
 msgid "Standalone App"
 msgstr ""
 
-#: readelf.c:2689
+#: readelf.c:2635
 msgid "Bare-metal C6000"
 msgstr ""
 
-#: readelf.c:2699 readelf.c:3462 readelf.c:3478
+#: readelf.c:2645 readelf.c:3431 readelf.c:3447
 #, c-format
 msgid "<unknown: %x>"
 msgstr ""
 
-#: readelf.c:3172
+#: readelf.c:3123
 #, c-format
 msgid "Usage: readelf <option(s)> elf-file(s)\n"
 msgstr ""
 
-#: readelf.c:3173
+#: readelf.c:3124
 #, c-format
 msgid " Display information about the contents of ELF format files\n"
 msgstr ""
 
-#: readelf.c:3174
+#: readelf.c:3125
 #, c-format
 msgid ""
 " Options are:\n"
@@ -4135,18 +4877,26 @@ msgid ""
 "  --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
 "=frames,\n"
 "               =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
-"               =trace_info,=trace_abbrev,=trace_aranges]\n"
+"               =gdb_index,=trace_info,=trace_abbrev,=trace_aranges]\n"
 "                         Display the contents of DWARF2 debug sections\n"
 msgstr ""
 
-#: readelf.c:3207
+#: readelf.c:3157
+#, c-format
+msgid ""
+"  --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
+"  --dwarf-start=N        Display DIEs starting with N, at the same depth\n"
+"                         or deeper\n"
+msgstr ""
+
+#: readelf.c:3162
 #, c-format
 msgid ""
 "  -i --instruction-dump=<number|name>\n"
 "                         Disassemble the contents of section <number|name>\n"
 msgstr ""
 
-#: readelf.c:3211
+#: readelf.c:3166
 #, c-format
 msgid ""
 "  -I --histogram         Display histogram of bucket list lengths\n"
@@ -4156,414 +4906,421 @@ msgid ""
 "  -v --version           Display the version number of readelf\n"
 msgstr ""
 
-#: readelf.c:3240 readelf.c:3269 readelf.c:3273 readelf.c:13224
+#: readelf.c:3195 readelf.c:3224 readelf.c:3228 readelf.c:13374
 msgid "Out of memory allocating dump request table.\n"
 msgstr ""
 
-#: readelf.c:3431
+#: readelf.c:3400
 #, c-format
 msgid "Invalid option '-%c'\n"
 msgstr ""
 
-#: readelf.c:3446
+#: readelf.c:3415
 msgid "Nothing to do.\n"
 msgstr ""
 
-#: readelf.c:3458 readelf.c:3474 readelf.c:7730
+#: readelf.c:3427 readelf.c:3443 readelf.c:8013
 msgid "none"
 msgstr ""
 
-#: readelf.c:3475
+#: readelf.c:3444
 msgid "2's complement, little endian"
 msgstr ""
 
-#: readelf.c:3476
+#: readelf.c:3445
 msgid "2's complement, big endian"
 msgstr ""
 
-#: readelf.c:3494
+#: readelf.c:3463
 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
 msgstr ""
 
-#: readelf.c:3504
+#: readelf.c:3473
 #, c-format
 msgid "ELF Header:\n"
 msgstr ""
 
-#: readelf.c:3505
+#: readelf.c:3474
 #, c-format
 msgid "  Magic:   "
 msgstr ""
 
-#: readelf.c:3509
+#: readelf.c:3478
 #, c-format
 msgid "  Class:                             %s\n"
 msgstr ""
 
-#: readelf.c:3511
+#: readelf.c:3480
 #, c-format
 msgid "  Data:                              %s\n"
 msgstr ""
 
-#: readelf.c:3513
+#: readelf.c:3482
 #, c-format
 msgid "  Version:                           %d %s\n"
 msgstr ""
 
-#: readelf.c:3518
+#: readelf.c:3487
 #, c-format
 msgid "<unknown: %lx>"
 msgstr ""
 
-#: readelf.c:3520
+#: readelf.c:3489
 #, c-format
 msgid "  OS/ABI:                            %s\n"
 msgstr ""
 
-#: readelf.c:3522
+#: readelf.c:3491
 #, c-format
 msgid "  ABI Version:                       %d\n"
 msgstr ""
 
-#: readelf.c:3524
+#: readelf.c:3493
 #, c-format
 msgid "  Type:                              %s\n"
 msgstr ""
 
-#: readelf.c:3526
+#: readelf.c:3495
 #, c-format
 msgid "  Machine:                           %s\n"
 msgstr ""
 
-#: readelf.c:3528
+#: readelf.c:3497
 #, c-format
 msgid "  Version:                           0x%lx\n"
 msgstr ""
 
-#: readelf.c:3531
+#: readelf.c:3500
 #, c-format
 msgid "  Entry point address:               "
 msgstr ""
 
-#: readelf.c:3533
+#: readelf.c:3502
 #, c-format
 msgid ""
 "\n"
 "  Start of program headers:          "
 msgstr ""
 
-#: readelf.c:3535
+#: readelf.c:3504
 #, c-format
 msgid ""
 " (bytes into file)\n"
 "  Start of section headers:          "
 msgstr ""
 
-#: readelf.c:3537
+#: readelf.c:3506
 #, c-format
 msgid " (bytes into file)\n"
 msgstr ""
 
-#: readelf.c:3539
+#: readelf.c:3508
 #, c-format
 msgid "  Flags:                             0x%lx%s\n"
 msgstr ""
 
-#: readelf.c:3542
+#: readelf.c:3511
 #, c-format
 msgid "  Size of this header:               %ld (bytes)\n"
 msgstr ""
 
-#: readelf.c:3544
+#: readelf.c:3513
 #, c-format
 msgid "  Size of program headers:           %ld (bytes)\n"
 msgstr ""
 
-#: readelf.c:3546
+#: readelf.c:3515
 #, c-format
 msgid "  Number of program headers:         %ld"
 msgstr ""
 
-#: readelf.c:3551
-#, c-format
-msgid " (%ld)"
-msgstr ""
-
-#: readelf.c:3553
+#: readelf.c:3522
 #, c-format
 msgid "  Size of section headers:           %ld (bytes)\n"
 msgstr ""
 
-#: readelf.c:3555
+#: readelf.c:3524
 #, c-format
 msgid "  Number of section headers:         %ld"
 msgstr ""
 
-#: readelf.c:3560
+#: readelf.c:3529
 #, c-format
 msgid "  Section header string table index: %ld"
 msgstr ""
 
-#: readelf.c:3567
+#: readelf.c:3536
 #, c-format
 msgid " <corrupt: out of range>"
 msgstr ""
 
-#: readelf.c:3601 readelf.c:3635
+#: readelf.c:3570 readelf.c:3604
 msgid "program headers"
 msgstr ""
 
-#: readelf.c:3701
+#: readelf.c:3671
+msgid ""
+"possibly corrupt ELF header - it has a non-zero program header offset, but "
+"no program headers"
+msgstr ""
+
+#: readelf.c:3674
 #, c-format
 msgid ""
 "\n"
 "There are no program headers in this file.\n"
 msgstr ""
 
-#: readelf.c:3707
+#: readelf.c:3680
 #, c-format
 msgid ""
 "\n"
 "Elf file type is %s\n"
 msgstr ""
 
-#: readelf.c:3708
+#: readelf.c:3681
 #, c-format
 msgid "Entry point "
 msgstr ""
 
-#: readelf.c:3710
+#: readelf.c:3683
 #, c-format
 msgid ""
 "\n"
 "There are %d program headers, starting at offset "
 msgstr ""
 
-#: readelf.c:3722 readelf.c:3724
+#: readelf.c:3695 readelf.c:3697
 #, c-format
 msgid ""
 "\n"
 "Program Headers:\n"
 msgstr ""
 
-#: readelf.c:3728
+#: readelf.c:3701
 #, c-format
 msgid ""
 "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
 msgstr ""
 
-#: readelf.c:3731
+#: readelf.c:3704
 #, c-format
 msgid ""
 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
 "MemSiz   Flg Align\n"
 msgstr ""
 
-#: readelf.c:3735
+#: readelf.c:3708
 #, c-format
 msgid "  Type           Offset             VirtAddr           PhysAddr\n"
 msgstr ""
 
-#: readelf.c:3737
+#: readelf.c:3710
 #, c-format
 msgid "                 FileSiz            MemSiz              Flags  Align\n"
 msgstr ""
 
-#: readelf.c:3830
+#: readelf.c:3803
 msgid "more than one dynamic segment\n"
 msgstr ""
 
-#: readelf.c:3849
+#: readelf.c:3822
 msgid "no .dynamic section in the dynamic segment\n"
 msgstr ""
 
-#: readelf.c:3864
+#: readelf.c:3837
 msgid "the .dynamic section is not contained within the dynamic segment\n"
 msgstr ""
 
-#: readelf.c:3867
+#: readelf.c:3840
 msgid "the .dynamic section is not the first section in the dynamic segment.\n"
 msgstr ""
 
-#: readelf.c:3875
+#: readelf.c:3848
 msgid "Unable to find program interpreter name\n"
 msgstr ""
 
-#: readelf.c:3882
+#: readelf.c:3855
 msgid ""
 "Internal error: failed to create format string to display program "
 "interpreter\n"
 msgstr ""
 
-#: readelf.c:3886
+#: readelf.c:3859
 msgid "Unable to read program interpreter name\n"
 msgstr ""
 
-#: readelf.c:3889
+#: readelf.c:3862
 #, c-format
 msgid ""
 "\n"
 "      [Requesting program interpreter: %s]"
 msgstr ""
 
-#: readelf.c:3901
+#: readelf.c:3874
 #, c-format
 msgid ""
 "\n"
 " Section to Segment mapping:\n"
 msgstr ""
 
-#: readelf.c:3902
+#: readelf.c:3875
 #, c-format
 msgid "  Segment Sections...\n"
 msgstr ""
 
-#: readelf.c:3938
+#: readelf.c:3911
 msgid "Cannot interpret virtual addresses without program headers.\n"
 msgstr ""
 
-#: readelf.c:3954
+#: readelf.c:3927
 #, c-format
 msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
 msgstr ""
 
-#: readelf.c:3969 readelf.c:4012
+#: readelf.c:3942 readelf.c:3985
 msgid "section headers"
 msgstr ""
 
-#: readelf.c:4059 readelf.c:4134
+#: readelf.c:4032 readelf.c:4107
 msgid "sh_entsize is zero\n"
 msgstr ""
 
-#: readelf.c:4067 readelf.c:4142
+#: readelf.c:4040 readelf.c:4115
 msgid "Invalid sh_entsize\n"
 msgstr ""
 
-#: readelf.c:4072 readelf.c:4147
+#: readelf.c:4045 readelf.c:4120
 msgid "symbols"
 msgstr ""
 
-#: readelf.c:4084 readelf.c:4159
+#: readelf.c:4057 readelf.c:4132
 msgid "symtab shndx"
 msgstr ""
 
-#: readelf.c:4419
+#: readelf.c:4392
 #, c-format
 msgid "UNKNOWN (%*.*lx)"
 msgstr ""
 
-#: readelf.c:4440 readelf.c:4920
+#: readelf.c:4414
+msgid ""
+"possibly corrupt ELF file header - it has a non-zero section header offset, "
+"but no section headers\n"
+msgstr ""
+
+#: readelf.c:4417
 #, c-format
 msgid ""
 "\n"
 "There are no sections in this file.\n"
 msgstr ""
 
-#: readelf.c:4446
+#: readelf.c:4423
 #, c-format
 msgid "There are %d section headers, starting at offset 0x%lx:\n"
 msgstr ""
 
-#: readelf.c:4467 readelf.c:5043 readelf.c:5454 readelf.c:5760 readelf.c:6173
-#: readelf.c:6754 readelf.c:8843
+#: readelf.c:4444 readelf.c:5022 readelf.c:5433 readelf.c:5739 readelf.c:6152
+#: readelf.c:7036 readelf.c:9132
 msgid "string table"
 msgstr ""
 
-#: readelf.c:4534
+#: readelf.c:4511
 #, c-format
 msgid "Section %d has invalid sh_entsize %lx (expected %lx)\n"
 msgstr ""
 
-#: readelf.c:4554
+#: readelf.c:4531
 msgid "File contains multiple dynamic symbol tables\n"
 msgstr ""
 
-#: readelf.c:4567
+#: readelf.c:4544
 msgid "File contains multiple dynamic string tables\n"
 msgstr ""
 
-#: readelf.c:4573
+#: readelf.c:4550
 msgid "dynamic strings"
 msgstr ""
 
-#: readelf.c:4580
+#: readelf.c:4557
 msgid "File contains multiple symtab shndx tables\n"
 msgstr ""
 
-#: readelf.c:4648
+#: readelf.c:4627
 #, c-format
 msgid ""
 "\n"
 "Section Headers:\n"
 msgstr ""
 
-#: readelf.c:4650
+#: readelf.c:4629
 #, c-format
 msgid ""
 "\n"
 "Section Header:\n"
 msgstr ""
 
-#: readelf.c:4656 readelf.c:4667 readelf.c:4678
+#: readelf.c:4635 readelf.c:4646 readelf.c:4657
 #, c-format
 msgid "  [Nr] Name\n"
 msgstr ""
 
-#: readelf.c:4657
+#: readelf.c:4636
 #, c-format
 msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
 msgstr ""
 
-#: readelf.c:4661
+#: readelf.c:4640
 #, c-format
 msgid ""
 "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
 "Inf Al\n"
 msgstr ""
 
-#: readelf.c:4668
+#: readelf.c:4647
 #, c-format
 msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
 msgstr ""
 
-#: readelf.c:4672
+#: readelf.c:4651
 #, c-format
 msgid ""
 "  [Nr] Name              Type            Address          Off    Size   ES "
 "Flg Lk Inf Al\n"
 msgstr ""
 
-#: readelf.c:4679
+#: readelf.c:4658
 #, c-format
 msgid "       Type              Address          Offset            Link\n"
 msgstr ""
 
-#: readelf.c:4680
+#: readelf.c:4659
 #, c-format
 msgid "       Size              EntSize          Info              Align\n"
 msgstr ""
 
-#: readelf.c:4684
+#: readelf.c:4663
 #, c-format
 msgid "  [Nr] Name              Type             Address           Offset\n"
 msgstr ""
 
-#: readelf.c:4685
+#: readelf.c:4664
 #, c-format
 msgid "       Size              EntSize          Flags  Link  Info  Align\n"
 msgstr ""
 
-#: readelf.c:4690
+#: readelf.c:4669
 #, c-format
 msgid "       Flags\n"
 msgstr ""
 
-#: readelf.c:4769
+#: readelf.c:4748
 #, c-format
 msgid "section %u: sh_link value of %u is larger than the number of sections\n"
 msgstr ""
 
-#: readelf.c:4868
+#: readelf.c:4847
 #, c-format
 msgid ""
 "Key to Flags:\n"
@@ -4572,7 +5329,7 @@ msgid ""
 "  O (extra OS processing required) o (OS specific), p (processor specific)\n"
 msgstr ""
 
-#: readelf.c:4873
+#: readelf.c:4852
 #, c-format
 msgid ""
 "Key to Flags:\n"
@@ -4581,826 +5338,837 @@ msgid ""
 "  O (extra OS processing required) o (OS specific), p (processor specific)\n"
 msgstr ""
 
-#: readelf.c:4895
+#: readelf.c:4874
 #, c-format
 msgid "[<unknown>: 0x%x] "
 msgstr ""
 
-#: readelf.c:4927
+#: readelf.c:4899
+#, c-format
+msgid ""
+"\n"
+"There are no sections to group in this file.\n"
+msgstr ""
+
+#: readelf.c:4906
 msgid "Section headers are not available!\n"
 msgstr ""
 
-#: readelf.c:4951
+#: readelf.c:4930
 #, c-format
 msgid ""
 "\n"
 "There are no section groups in this file.\n"
 msgstr ""
 
-#: readelf.c:4988
+#: readelf.c:4967
 #, c-format
 msgid "Bad sh_link in group section `%s'\n"
 msgstr ""
 
-#: readelf.c:5002
+#: readelf.c:4981
 #, c-format
 msgid "Corrupt header in group section `%s'\n"
 msgstr ""
 
-#: readelf.c:5013
+#: readelf.c:4992
 #, c-format
 msgid "Bad sh_info in group section `%s'\n"
 msgstr ""
 
-#: readelf.c:5052
+#: readelf.c:5031
 msgid "section data"
 msgstr ""
 
-#: readelf.c:5061
+#: readelf.c:5040
 #, c-format
 msgid ""
 "\n"
 "%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
 msgstr ""
 
-#: readelf.c:5064
+#: readelf.c:5043
 #, c-format
 msgid "   [Index]    Name\n"
 msgstr ""
 
-#: readelf.c:5078
+#: readelf.c:5057
 #, c-format
 msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
 msgstr ""
 
-#: readelf.c:5087
+#: readelf.c:5066
 #, c-format
 msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
 msgstr ""
 
-#: readelf.c:5100
+#: readelf.c:5079
 #, c-format
 msgid "section 0 in group section [%5u]\n"
 msgstr ""
 
-#: readelf.c:5167
+#: readelf.c:5146
 msgid "dynamic section image fixups"
 msgstr ""
 
-#: readelf.c:5179
+#: readelf.c:5158
 #, c-format
 msgid ""
 "\n"
 "Image fixups for needed library #%d: %s - ident: %lx\n"
 msgstr ""
 
-#: readelf.c:5182
+#: readelf.c:5161
 #, c-format
 msgid "Seg Offset           Type                             SymVec DataType\n"
 msgstr ""
 
-#: readelf.c:5214
+#: readelf.c:5193
 msgid "dynamic section image relas"
 msgstr ""
 
-#: readelf.c:5218
+#: readelf.c:5197
 #, c-format
 msgid ""
 "\n"
 "Image relocs\n"
 msgstr ""
 
-#: readelf.c:5220
+#: readelf.c:5199
 #, c-format
 msgid ""
 "Seg Offset   Type                            Addend            Seg Sym Off\n"
 msgstr ""
 
-#: readelf.c:5275
+#: readelf.c:5254
 msgid "dynamic string section"
 msgstr ""
 
-#: readelf.c:5376
+#: readelf.c:5355
 #, c-format
 msgid ""
 "\n"
 "'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
 msgstr ""
 
-#: readelf.c:5391
+#: readelf.c:5370
 #, c-format
 msgid ""
 "\n"
 "There are no dynamic relocations in this file.\n"
 msgstr ""
 
-#: readelf.c:5415
+#: readelf.c:5394
 #, c-format
 msgid ""
 "\n"
 "Relocation section "
 msgstr ""
 
-#: readelf.c:5420 readelf.c:5836 readelf.c:5851 readelf.c:6188
+#: readelf.c:5399 readelf.c:5815 readelf.c:5830 readelf.c:6167
 #, c-format
 msgid "'%s'"
 msgstr ""
 
-#: readelf.c:5422 readelf.c:5853 readelf.c:6190
+#: readelf.c:5401 readelf.c:5832 readelf.c:6169
 #, c-format
 msgid " at offset 0x%lx contains %lu entries:\n"
 msgstr ""
 
-#: readelf.c:5473
+#: readelf.c:5452
 #, c-format
 msgid ""
 "\n"
 "There are no relocations in this file.\n"
 msgstr ""
 
-#: readelf.c:5611
+#: readelf.c:5590
 #, c-format
 msgid "\tUnknown version.\n"
 msgstr ""
 
-#: readelf.c:5664 readelf.c:6037
+#: readelf.c:5643 readelf.c:6016
 msgid "unwind table"
 msgstr ""
 
-#: readelf.c:5706 readelf.c:6119 readelf.c:6365
+#: readelf.c:5685 readelf.c:6098 readelf.c:6358
 #, c-format
 msgid "Skipping unexpected relocation type %s\n"
 msgstr ""
 
-#: readelf.c:5768 readelf.c:6181 readelf.c:6762 readelf.c:6808
+#: readelf.c:5747 readelf.c:6160 readelf.c:7044 readelf.c:7091
 #, c-format
 msgid ""
 "\n"
 "There are no unwind sections in this file.\n"
 msgstr ""
 
-#: readelf.c:5831
+#: readelf.c:5810
 #, c-format
 msgid ""
 "\n"
 "Could not find unwind info section for "
 msgstr ""
 
-#: readelf.c:5844
+#: readelf.c:5823
 msgid "unwind info"
 msgstr ""
 
-#: readelf.c:5846 readelf.c:6187
+#: readelf.c:5825 readelf.c:6166
 #, c-format
 msgid ""
 "\n"
 "Unwind section "
 msgstr ""
 
-#: readelf.c:6296
+#: readelf.c:6275
 msgid "unwind data"
 msgstr ""
 
-#: readelf.c:6350
+#: readelf.c:6329
 #, c-format
 msgid "Skipping unexpected relocation at offset 0x%lx\n"
 msgstr ""
 
-#: readelf.c:6426
+#: readelf.c:6433
 #, c-format
 msgid "[Truncated opcode]\n"
 msgstr ""
 
-#: readelf.c:6429
+#: readelf.c:6477 readelf.c:6677
 #, c-format
-msgid "0x%02x "
+msgid "Refuse to unwind"
 msgstr ""
 
-#: readelf.c:6451
+#: readelf.c:6500
 #, c-format
-msgid "  Personality routine: "
+msgid "     [Reserved]"
 msgstr ""
 
-#: readelf.c:6469
+#: readelf.c:6528
 #, c-format
-msgid "  [Truncated data]\n"
+msgid "     finish"
 msgstr ""
 
-#: readelf.c:6484
+#: readelf.c:6533 readelf.c:6619
 #, c-format
-msgid "  [reserved compact index %d]\n"
+msgid "[Spare]"
 msgstr ""
 
-#: readelf.c:6488
+#: readelf.c:6640 readelf.c:6774
 #, c-format
-msgid "  Compact model %d\n"
+msgid "     [unsupported opcode]"
 msgstr ""
 
-#: readelf.c:6515
+#: readelf.c:6666
 #, c-format
 msgid "  0x%02x "
 msgstr ""
 
-#: readelf.c:6520
+#: readelf.c:6671
 #, c-format
-msgid "     vsp = vsp + %d"
+msgid "     sp = sp + %d"
 msgstr ""
 
-#: readelf.c:6525
+#: readelf.c:6724
 #, c-format
-msgid "     vsp = vsp - %d"
+msgid "pop frame {"
+msgstr ""
+
+#: readelf.c:6735
+msgid "[pad]"
 msgstr ""
 
-#: readelf.c:6531
+#: readelf.c:6763
 #, c-format
-msgid "Refuse to unwind"
+msgid "sp = sp + %ld"
 msgstr ""
 
-#: readelf.c:6554
+#: readelf.c:6821
 #, c-format
-msgid "     [Reserved]"
+msgid "  Personality routine: "
 msgstr ""
 
-#: readelf.c:6556
+#: readelf.c:6839
 #, c-format
-msgid "     vsp = r%d"
+msgid "  [Truncated data]\n"
 msgstr ""
 
-#: readelf.c:6581
+#: readelf.c:6854
 #, c-format
-msgid "     finish"
+msgid "  Compact model %d\n"
 msgstr ""
 
-#: readelf.c:6586
+#: readelf.c:6890
 #, c-format
-msgid "[Spare]"
+msgid "  Restore stack from frame pointer\n"
 msgstr ""
 
-#: readelf.c:6620
+#: readelf.c:6892
 #, c-format
-msgid "vsp = vsp + %ld"
+msgid "  Stack increment %d\n"
 msgstr ""
 
-#: readelf.c:6627
+#: readelf.c:6893
 #, c-format
-msgid "[unsupported two-byte opcode]"
+msgid "  Registers restored: "
 msgstr ""
 
-#: readelf.c:6631
+#: readelf.c:6898
 #, c-format
-msgid "     [unsupported opcode]"
+msgid "  Return register: %s\n"
 msgstr ""
 
-#: readelf.c:6715
+#: readelf.c:6981
 #, c-format
 msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
 msgstr ""
 
-#: readelf.c:6768
+#: readelf.c:7050
 #, c-format
 msgid ""
 "\n"
 "Unwind table index '%s' at offset 0x%lx contains %lu entries:\n"
 msgstr ""
 
-#: readelf.c:6819
+#: readelf.c:7102
 #, c-format
 msgid "NONE\n"
 msgstr ""
 
-#: readelf.c:6845
+#: readelf.c:7128
 #, c-format
 msgid "Interface Version: %s\n"
 msgstr ""
 
-#: readelf.c:6847
+#: readelf.c:7130
 #, c-format
 msgid "<corrupt: %ld>\n"
 msgstr ""
 
-#: readelf.c:6860
+#: readelf.c:7143
 #, c-format
 msgid "Time Stamp: %s\n"
 msgstr ""
 
-#: readelf.c:7037 readelf.c:7083
+#: readelf.c:7320 readelf.c:7366
 msgid "dynamic section"
 msgstr ""
 
-#: readelf.c:7161
+#: readelf.c:7444
 #, c-format
 msgid ""
 "\n"
 "There is no dynamic section in this file.\n"
 msgstr ""
 
-#: readelf.c:7199
+#: readelf.c:7482
 msgid "Unable to seek to end of file!\n"
 msgstr ""
 
-#: readelf.c:7212
+#: readelf.c:7495
 msgid "Unable to determine the number of symbols to load\n"
 msgstr ""
 
-#: readelf.c:7247
+#: readelf.c:7530
 msgid "Unable to seek to end of file\n"
 msgstr ""
 
-#: readelf.c:7254
+#: readelf.c:7537
 msgid "Unable to determine the length of the dynamic string table\n"
 msgstr ""
 
-#: readelf.c:7260
+#: readelf.c:7543
 msgid "dynamic string table"
 msgstr ""
 
-#: readelf.c:7297
+#: readelf.c:7580
 msgid "symbol information"
 msgstr ""
 
-#: readelf.c:7322
+#: readelf.c:7605
 #, c-format
 msgid ""
 "\n"
 "Dynamic section at offset 0x%lx contains %u entries:\n"
 msgstr ""
 
-#: readelf.c:7325
+#: readelf.c:7608
 #, c-format
 msgid "  Tag        Type                         Name/Value\n"
 msgstr ""
 
-#: readelf.c:7361
+#: readelf.c:7644
 #, c-format
 msgid "Auxiliary library"
 msgstr ""
 
-#: readelf.c:7365
+#: readelf.c:7648
 #, c-format
 msgid "Filter library"
 msgstr ""
 
-#: readelf.c:7369
+#: readelf.c:7652
 #, c-format
 msgid "Configuration file"
 msgstr ""
 
-#: readelf.c:7373
+#: readelf.c:7656
 #, c-format
 msgid "Dependency audit library"
 msgstr ""
 
-#: readelf.c:7377
+#: readelf.c:7660
 #, c-format
 msgid "Audit library"
 msgstr ""
 
-#: readelf.c:7395 readelf.c:7423 readelf.c:7451
+#: readelf.c:7678 readelf.c:7706 readelf.c:7734
 #, c-format
 msgid "Flags:"
 msgstr ""
 
-#: readelf.c:7398 readelf.c:7426 readelf.c:7453
+#: readelf.c:7681 readelf.c:7709 readelf.c:7736
 #, c-format
 msgid " None\n"
 msgstr ""
 
-#: readelf.c:7574
+#: readelf.c:7857
 #, c-format
 msgid "Shared library: [%s]"
 msgstr ""
 
-#: readelf.c:7577
+#: readelf.c:7860
 #, c-format
 msgid " program interpreter"
 msgstr ""
 
-#: readelf.c:7581
+#: readelf.c:7864
 #, c-format
 msgid "Library soname: [%s]"
 msgstr ""
 
-#: readelf.c:7585
+#: readelf.c:7868
 #, c-format
 msgid "Library rpath: [%s]"
 msgstr ""
 
-#: readelf.c:7589
+#: readelf.c:7872
 #, c-format
 msgid "Library runpath: [%s]"
 msgstr ""
 
-#: readelf.c:7622
+#: readelf.c:7905
 #, c-format
 msgid " (bytes)\n"
 msgstr ""
 
-#: readelf.c:7652
+#: readelf.c:7935
 #, c-format
 msgid "Not needed object: [%s]\n"
 msgstr ""
 
-#: readelf.c:7752
+#: readelf.c:8035
 msgid "| <unknown>"
 msgstr ""
 
-#: readelf.c:7785
+#: readelf.c:8068
 #, c-format
 msgid ""
 "\n"
 "Version definition section '%s' contains %u entries:\n"
 msgstr ""
 
-#: readelf.c:7788
+#: readelf.c:8071
 #, c-format
 msgid "  Addr: 0x"
 msgstr ""
 
-#: readelf.c:7790 readelf.c:7908 readelf.c:8046
+#: readelf.c:8073 readelf.c:8191 readelf.c:8332
 #, c-format
 msgid "  Offset: %#08lx  Link: %u (%s)\n"
 msgstr ""
 
-#: readelf.c:7798
+#: readelf.c:8081
 msgid "version definition section"
 msgstr ""
 
-#: readelf.c:7831
+#: readelf.c:8114
 #, c-format
 msgid "  %#06x: Rev: %d  Flags: %s"
 msgstr ""
 
-#: readelf.c:7834
+#: readelf.c:8117
 #, c-format
 msgid "  Index: %d  Cnt: %d  "
 msgstr ""
 
-#: readelf.c:7850
+#: readelf.c:8133
 #, c-format
 msgid "Name: %s\n"
 msgstr ""
 
-#: readelf.c:7852
+#: readelf.c:8135
 #, c-format
 msgid "Name index: %ld\n"
 msgstr ""
 
-#: readelf.c:7874
+#: readelf.c:8157
 #, c-format
 msgid "  %#06x: Parent %d: %s\n"
 msgstr ""
 
-#: readelf.c:7877
+#: readelf.c:8160
 #, c-format
 msgid "  %#06x: Parent %d, name index: %ld\n"
 msgstr ""
 
-#: readelf.c:7882
+#: readelf.c:8165
 #, c-format
 msgid "  Version def aux past end of section\n"
 msgstr ""
 
-#: readelf.c:7888
+#: readelf.c:8171
 #, c-format
 msgid "  Version definition past end of section\n"
 msgstr ""
 
-#: readelf.c:7903
+#: readelf.c:8186
 #, c-format
 msgid ""
 "\n"
 "Version needs section '%s' contains %u entries:\n"
 msgstr ""
 
-#: readelf.c:7906
+#: readelf.c:8189
 #, c-format
 msgid " Addr: 0x"
 msgstr ""
 
-#: readelf.c:7917
+#: readelf.c:8200
 msgid "version need section"
 msgstr ""
 
-#: readelf.c:7945
+#: readelf.c:8228
 #, c-format
 msgid "  %#06x: Version: %d"
 msgstr ""
 
-#: readelf.c:7948
+#: readelf.c:8231
 #, c-format
 msgid "  File: %s"
 msgstr ""
 
-#: readelf.c:7950
+#: readelf.c:8233
 #, c-format
 msgid "  File: %lx"
 msgstr ""
 
-#: readelf.c:7952
+#: readelf.c:8235
 #, c-format
 msgid "  Cnt: %d\n"
 msgstr ""
 
-#: readelf.c:7977
+#: readelf.c:8260
 #, c-format
 msgid "  %#06x:   Name: %s"
 msgstr ""
 
-#: readelf.c:7980
+#: readelf.c:8263
 #, c-format
 msgid "  %#06x:   Name index: %lx"
 msgstr ""
 
-#: readelf.c:7983
+#: readelf.c:8266
 #, c-format
 msgid "  Flags: %s  Version: %d\n"
 msgstr ""
 
-#: readelf.c:7995
+#: readelf.c:8278
 #, c-format
 msgid "  Version need aux past end of section\n"
 msgstr ""
 
-#: readelf.c:8000
+#: readelf.c:8283
 #, c-format
 msgid "  Version need past end of section\n"
 msgstr ""
 
-#: readelf.c:8037
+#: readelf.c:8320
 msgid "version string table"
 msgstr ""
 
-#: readelf.c:8041
+#: readelf.c:8327
 #, c-format
 msgid ""
 "\n"
 "Version symbols section '%s' contains %d entries:\n"
 msgstr ""
 
-#: readelf.c:8044
+#: readelf.c:8330
 #, c-format
 msgid " Addr: "
 msgstr ""
 
-#: readelf.c:8055
+#: readelf.c:8341
 msgid "version symbol data"
 msgstr ""
 
-#: readelf.c:8082
+#: readelf.c:8369
 msgid "   0 (*local*)    "
 msgstr ""
 
-#: readelf.c:8086
+#: readelf.c:8373
 msgid "   1 (*global*)   "
 msgstr ""
 
-#: readelf.c:8099
+#: readelf.c:8386
 msgid "invalid index into symbol array\n"
 msgstr ""
 
-#: readelf.c:8133 readelf.c:8910
+#: readelf.c:8420 readelf.c:9199
 msgid "version need"
 msgstr ""
 
-#: readelf.c:8143
+#: readelf.c:8430
 msgid "version need aux (2)"
 msgstr ""
 
-#: readelf.c:8158 readelf.c:8213
+#: readelf.c:8445 readelf.c:8500
 msgid "*invalid*"
 msgstr ""
 
-#: readelf.c:8188 readelf.c:8975
+#: readelf.c:8475 readelf.c:9264
 msgid "version def"
 msgstr ""
 
-#: readelf.c:8208 readelf.c:8990
+#: readelf.c:8495 readelf.c:9279
 msgid "version def aux"
 msgstr ""
 
-#: readelf.c:8242
+#: readelf.c:8529
 #, c-format
 msgid ""
 "\n"
 "No version information found in this file.\n"
 msgstr ""
 
-#: readelf.c:8441
+#: readelf.c:8728
 #, c-format
 msgid "<other>: %x"
 msgstr ""
 
-#: readelf.c:8500
+#: readelf.c:8789
 msgid "Unable to read in dynamic data\n"
 msgstr ""
 
-#: readelf.c:8550
+#: readelf.c:8839
 #, c-format
 msgid " <corrupt: %14ld>"
 msgstr ""
 
-#: readelf.c:8593 readelf.c:8645 readelf.c:8669 readelf.c:8699 readelf.c:8723
+#: readelf.c:8882 readelf.c:8934 readelf.c:8958 readelf.c:8988 readelf.c:9012
 msgid "Unable to seek to start of dynamic information\n"
 msgstr ""
 
-#: readelf.c:8599 readelf.c:8651
+#: readelf.c:8888 readelf.c:8940
 msgid "Failed to read in number of buckets\n"
 msgstr ""
 
-#: readelf.c:8605
+#: readelf.c:8894
 msgid "Failed to read in number of chains\n"
 msgstr ""
 
-#: readelf.c:8707
+#: readelf.c:8996
 msgid "Failed to determine last chain length\n"
 msgstr ""
 
-#: readelf.c:8751
+#: readelf.c:9040
 #, c-format
 msgid ""
 "\n"
 "Symbol table for image:\n"
 msgstr ""
 
-#: readelf.c:8753 readelf.c:8771
+#: readelf.c:9042 readelf.c:9060
 #, c-format
 msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
 msgstr ""
 
-#: readelf.c:8755 readelf.c:8773
+#: readelf.c:9044 readelf.c:9062
 #, c-format
 msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
 msgstr ""
 
-#: readelf.c:8769
+#: readelf.c:9058
 #, c-format
 msgid ""
 "\n"
 "Symbol table of `.gnu.hash' for image:\n"
 msgstr ""
 
-#: readelf.c:8812
+#: readelf.c:9101
 #, c-format
 msgid ""
 "\n"
 "Symbol table '%s' has a sh_entsize of zero!\n"
 msgstr ""
 
-#: readelf.c:8817
+#: readelf.c:9106
 #, c-format
 msgid ""
 "\n"
 "Symbol table '%s' contains %lu entries:\n"
 msgstr ""
 
-#: readelf.c:8822
+#: readelf.c:9111
 #, c-format
 msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
 msgstr ""
 
-#: readelf.c:8824
+#: readelf.c:9113
 #, c-format
 msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
 msgstr ""
 
-#: readelf.c:8881
+#: readelf.c:9170
 msgid "version data"
 msgstr ""
 
-#: readelf.c:8923
+#: readelf.c:9212
 msgid "version need aux (3)"
 msgstr ""
 
-#: readelf.c:8950
+#: readelf.c:9239
 msgid "bad dynamic symbol\n"
 msgstr ""
 
-#: readelf.c:9014
+#: readelf.c:9303
 #, c-format
 msgid ""
 "\n"
 "Dynamic symbol information is not available for displaying symbols.\n"
 msgstr ""
 
-#: readelf.c:9026
+#: readelf.c:9315
 #, c-format
 msgid ""
 "\n"
 "Histogram for bucket list length (total of %lu buckets):\n"
 msgstr ""
 
-#: readelf.c:9028 readelf.c:9098
+#: readelf.c:9317 readelf.c:9387
 #, c-format
 msgid " Length  Number     %% of total  Coverage\n"
 msgstr ""
 
-#: readelf.c:9096
+#: readelf.c:9385
 #, c-format
 msgid ""
 "\n"
 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
 msgstr ""
 
-#: readelf.c:9162
+#: readelf.c:9451
 #, c-format
 msgid ""
 "\n"
 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
 msgstr ""
 
-#: readelf.c:9165
+#: readelf.c:9454
 #, c-format
 msgid " Num: Name                           BoundTo     Flags\n"
 msgstr ""
 
-#: readelf.c:9174
+#: readelf.c:9463
 #, c-format
 msgid "<corrupt: %19ld>"
 msgstr ""
 
-#: readelf.c:9256
+#: readelf.c:9545
 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc"
 msgstr ""
 
-#: readelf.c:9416
+#: readelf.c:9705
 #, c-format
 msgid ""
 "Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
 "number %d\n"
 msgstr ""
 
-#: readelf.c:9720
+#: readelf.c:10009
 #, c-format
 msgid "unable to apply unsupported reloc type %d to section %s\n"
 msgstr ""
 
-#: readelf.c:9728
+#: readelf.c:10017
 #, c-format
 msgid "skipping invalid relocation offset 0x%lx in section %s\n"
 msgstr ""
 
-#: readelf.c:9752
+#: readelf.c:10041
 #, c-format
 msgid "skipping unexpected symbol type %s in %ld'th relocation in section %s\n"
 msgstr ""
 
-#: readelf.c:9798
+#: readelf.c:10087
 #, c-format
 msgid ""
 "\n"
 "Assembly dump of section %s\n"
 msgstr ""
 
-#: readelf.c:9819
+#: readelf.c:10108
 #, c-format
 msgid ""
 "\n"
 "Section '%s' has no data to dump.\n"
 msgstr ""
 
-#: readelf.c:9825
+#: readelf.c:10114
 msgid "section contents"
 msgstr ""
 
-#: readelf.c:9844
+#: readelf.c:10133
 #, c-format
 msgid ""
 "\n"
 "String dump of section '%s':\n"
 msgstr ""
 
-#: readelf.c:9862
+#: readelf.c:10151
 #, c-format
 msgid ""
 "  Note: This section has relocations against it, but these have NOT been "
 "applied to this dump.\n"
 msgstr ""
 
-#: readelf.c:9893
+#: readelf.c:10182
 #, c-format
 msgid "  No strings found in this section."
 msgstr ""
 
-#: readelf.c:9915
+#: readelf.c:10204
 #, c-format
 msgid ""
 "\n"
 "Hex dump of section '%s':\n"
 msgstr ""
 
-#: readelf.c:9939
+#: readelf.c:10228
 #, c-format
 msgid ""
 " NOTE: This section has relocations against it, but these have NOT been "
 "applied to this dump.\n"
 msgstr ""
 
-#: readelf.c:10073
+#: readelf.c:10362
 #, c-format
 msgid "%s section data"
 msgstr ""
 
-#: readelf.c:10138
+#: readelf.c:10427
 #, c-format
 msgid ""
 "\n"
@@ -5411,392 +6179,382 @@ msgstr ""
 #. which has the NOBITS type - the bits in the file will be random.
 #. This can happen when a file containing a .eh_frame section is
 #. stripped with the --only-keep-debug command line option.
-#: readelf.c:10147
+#: readelf.c:10436
 #, c-format
 msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
 msgstr ""
 
-#: readelf.c:10183
+#: readelf.c:10472
 #, c-format
 msgid "Unrecognized debug section: %s\n"
 msgstr ""
 
-#: readelf.c:10211
+#: readelf.c:10500
 #, c-format
 msgid "Section '%s' was not dumped because it does not exist!\n"
 msgstr ""
 
-#: readelf.c:10252
+#: readelf.c:10541
 #, c-format
 msgid "Section %d was not dumped because it does not exist!\n"
 msgstr ""
 
-#: readelf.c:10430 readelf.c:10444 readelf.c:10463 readelf.c:10781
+#: readelf.c:10719 readelf.c:10733 readelf.c:10752 readelf.c:11070
 #, c-format
 msgid "None\n"
 msgstr ""
 
-#: readelf.c:10431
+#: readelf.c:10720
 #, c-format
 msgid "Application\n"
 msgstr ""
 
-#: readelf.c:10432
+#: readelf.c:10721
 #, c-format
 msgid "Realtime\n"
 msgstr ""
 
-#: readelf.c:10433
+#: readelf.c:10722
 #, c-format
 msgid "Microcontroller\n"
 msgstr ""
 
-#: readelf.c:10434
+#: readelf.c:10723
 #, c-format
 msgid "Application or Realtime\n"
 msgstr ""
 
-#: readelf.c:10445 readelf.c:10465 readelf.c:10835 readelf.c:10853
-#: readelf.c:10928 readelf.c:10949
+#: readelf.c:10734 readelf.c:10754 readelf.c:11124 readelf.c:11142
+#: readelf.c:11217 readelf.c:11238
 #, c-format
 msgid "8-byte\n"
 msgstr ""
 
-#: readelf.c:10446 readelf.c:10931 readelf.c:10952
+#: readelf.c:10735 readelf.c:11220 readelf.c:11241
 #, c-format
 msgid "4-byte\n"
 msgstr ""
 
-#: readelf.c:10450 readelf.c:10469
+#: readelf.c:10739 readelf.c:10758
 #, c-format
 msgid "8-byte and up to %d-byte extended\n"
 msgstr ""
 
-#: readelf.c:10464
+#: readelf.c:10753
 #, c-format
 msgid "8-byte, except leaf SP\n"
 msgstr ""
 
-#: readelf.c:10480 readelf.c:10570 readelf.c:10967
+#: readelf.c:10769 readelf.c:10859 readelf.c:11256
 #, c-format
 msgid "flag = %d, vendor = %s\n"
 msgstr ""
 
-#: readelf.c:10486
+#: readelf.c:10775
 #, c-format
 msgid "True\n"
 msgstr ""
 
-#: readelf.c:10615 readelf.c:10719
+#: readelf.c:10904 readelf.c:11008
 #, c-format
 msgid "Hard or soft float\n"
 msgstr ""
 
-#: readelf.c:10618
+#: readelf.c:10907
 #, c-format
 msgid "Hard float\n"
 msgstr ""
 
-#: readelf.c:10621 readelf.c:10728
+#: readelf.c:10910 readelf.c:11017
 #, c-format
 msgid "Soft float\n"
 msgstr ""
 
-#: readelf.c:10624
+#: readelf.c:10913
 #, c-format
 msgid "Single-precision hard float\n"
 msgstr ""
 
-#: readelf.c:10641 readelf.c:10667
+#: readelf.c:10930 readelf.c:10956
 #, c-format
 msgid "Any\n"
 msgstr ""
 
-#: readelf.c:10644
+#: readelf.c:10933
 #, c-format
 msgid "Generic\n"
 msgstr ""
 
-#: readelf.c:10673
+#: readelf.c:10962
 #, c-format
 msgid "Memory\n"
 msgstr ""
 
-#: readelf.c:10722
+#: readelf.c:11011
 #, c-format
 msgid "Hard float (double precision)\n"
 msgstr ""
 
-#: readelf.c:10725
+#: readelf.c:11014
 #, c-format
 msgid "Hard float (single precision)\n"
 msgstr ""
 
-#: readelf.c:10731
+#: readelf.c:11020
 #, c-format
 msgid "Hard float (MIPS32r2 64-bit FPU)\n"
 msgstr ""
 
-#: readelf.c:10814
+#: readelf.c:11103
 #, c-format
 msgid "Not used\n"
 msgstr ""
 
-#: readelf.c:10817
+#: readelf.c:11106
 #, c-format
 msgid "2 bytes\n"
 msgstr ""
 
-#: readelf.c:10820
+#: readelf.c:11109
 #, c-format
 msgid "4 bytes\n"
 msgstr ""
 
-#: readelf.c:10838 readelf.c:10856 readelf.c:10934 readelf.c:10955
+#: readelf.c:11127 readelf.c:11145 readelf.c:11223 readelf.c:11244
 #, c-format
 msgid "16-byte\n"
 msgstr ""
 
-#: readelf.c:10871
+#: readelf.c:11160
 #, c-format
 msgid "DSBT addressing not used\n"
 msgstr ""
 
-#: readelf.c:10874
+#: readelf.c:11163
 #, c-format
 msgid "DSBT addressing used\n"
 msgstr ""
 
-#: readelf.c:10889
+#: readelf.c:11178
 #, c-format
 msgid "Data addressing position-dependent\n"
 msgstr ""
 
-#: readelf.c:10892
+#: readelf.c:11181
 #, c-format
 msgid "Data addressing position-independent, GOT near DP\n"
 msgstr ""
 
-#: readelf.c:10895
+#: readelf.c:11184
 #, c-format
 msgid "Data addressing position-independent, GOT far from DP\n"
 msgstr ""
 
-#: readelf.c:10910
+#: readelf.c:11199
 #, c-format
 msgid "Code addressing position-dependent\n"
 msgstr ""
 
-#: readelf.c:10913
+#: readelf.c:11202
 #, c-format
 msgid "Code addressing position-independent\n"
 msgstr ""
 
-#: readelf.c:11019
+#: readelf.c:11308
 msgid "attributes"
 msgstr ""
 
-#: readelf.c:11040
+#: readelf.c:11329
 #, c-format
 msgid "ERROR: Bad section length (%d > %d)\n"
 msgstr ""
 
-#: readelf.c:11046
+#: readelf.c:11335
 #, c-format
 msgid "Attribute Section: %s\n"
 msgstr ""
 
-#: readelf.c:11071
+#: readelf.c:11360
 #, c-format
 msgid "ERROR: Bad subsection length (%d > %d)\n"
 msgstr ""
 
-#: readelf.c:11083
+#: readelf.c:11372
 #, c-format
 msgid "File Attributes\n"
 msgstr ""
 
-#: readelf.c:11086
+#: readelf.c:11375
 #, c-format
 msgid "Section Attributes:"
 msgstr ""
 
-#: readelf.c:11089
+#: readelf.c:11378
 #, c-format
 msgid "Symbol Attributes:"
 msgstr ""
 
-#: readelf.c:11104
+#: readelf.c:11393
 #, c-format
 msgid "Unknown tag: %d\n"
 msgstr ""
 
 #. ??? Do something sensible, like dump hex.
-#: readelf.c:11123
+#: readelf.c:11412
 #, c-format
 msgid "  Unknown section contexts\n"
 msgstr ""
 
-#: readelf.c:11130
+#: readelf.c:11419
 #, c-format
 msgid "Unknown format '%c'\n"
 msgstr ""
 
-#: readelf.c:11174 readelf.c:11196
+#: readelf.c:11463 readelf.c:11485
 msgid "<unknown>"
 msgstr ""
 
-#: readelf.c:11291 readelf.c:11813
+#: readelf.c:11580 readelf.c:12102
 msgid "liblist"
 msgstr ""
 
-#: readelf.c:11294
+#: readelf.c:11583
 #, c-format
 msgid ""
 "\n"
 "Section '.liblist' contains %lu entries:\n"
 msgstr ""
 
-#: readelf.c:11296
+#: readelf.c:11585
 msgid ""
 "     Library              Time Stamp          Checksum   Version Flags\n"
 msgstr ""
 
-#: readelf.c:11322
+#: readelf.c:11611
 #, c-format
 msgid "<corrupt: %9ld>"
 msgstr ""
 
-#: readelf.c:11327
+#: readelf.c:11616
 msgid " NONE"
 msgstr ""
 
-#: readelf.c:11378
+#: readelf.c:11667
 msgid "options"
 msgstr ""
 
-#: readelf.c:11409
+#: readelf.c:11698
 #, c-format
 msgid ""
 "\n"
 "Section '%s' contains %d entries:\n"
 msgstr ""
 
-#: readelf.c:11570
+#: readelf.c:11859
 msgid "conflict list found without a dynamic symbol table\n"
 msgstr ""
 
-#: readelf.c:11587 readelf.c:11602
+#: readelf.c:11876 readelf.c:11891
 msgid "conflict"
 msgstr ""
 
-#: readelf.c:11612
+#: readelf.c:11901
 #, c-format
 msgid ""
 "\n"
 "Section '.conflict' contains %lu entries:\n"
 msgstr ""
 
-#: readelf.c:11614
+#: readelf.c:11903
 msgid "  Num:    Index       Value  Name"
 msgstr ""
 
-#: readelf.c:11626 readelf.c:11706 readelf.c:11774
+#: readelf.c:11915 readelf.c:11995 readelf.c:12063
 #, c-format
 msgid "<corrupt: %14ld>"
 msgstr ""
 
-#: readelf.c:11647
+#: readelf.c:11936
 msgid "GOT"
 msgstr ""
 
-#: readelf.c:11648
+#: readelf.c:11937
 #, c-format
 msgid ""
 "\n"
 "Primary GOT:\n"
 msgstr ""
 
-#: readelf.c:11649
+#: readelf.c:11938
 #, c-format
 msgid " Canonical gp value: "
 msgstr ""
 
-#: readelf.c:11653 readelf.c:11745
+#: readelf.c:11942 readelf.c:12034
 #, c-format
 msgid " Reserved entries:\n"
 msgstr ""
 
-#: readelf.c:11654
+#: readelf.c:11943
 #, c-format
 msgid "  %*s %10s %*s Purpose\n"
 msgstr ""
 
-#: readelf.c:11655 readelf.c:11672 readelf.c:11688 readelf.c:11747
-#: readelf.c:11756
+#: readelf.c:11944 readelf.c:11961 readelf.c:11977 readelf.c:12036
+#: readelf.c:12045
 msgid "Address"
 msgstr ""
 
-#: readelf.c:11655 readelf.c:11672 readelf.c:11688
+#: readelf.c:11944 readelf.c:11961 readelf.c:11977
 msgid "Access"
 msgstr ""
 
-#: readelf.c:11656 readelf.c:11673 readelf.c:11689 readelf.c:11747
-#: readelf.c:11757
+#: readelf.c:11945 readelf.c:11962 readelf.c:11978 readelf.c:12036
+#: readelf.c:12046
 msgid "Initial"
 msgstr ""
 
-#: readelf.c:11658
+#: readelf.c:11947
 #, c-format
 msgid " Lazy resolver\n"
 msgstr ""
 
-#: readelf.c:11664
+#: readelf.c:11953
 #, c-format
 msgid " Module pointer (GNU extension)\n"
 msgstr ""
 
-#: readelf.c:11670
+#: readelf.c:11959
 #, c-format
 msgid " Local entries:\n"
 msgstr ""
 
-#: readelf.c:11671
-#, c-format
-msgid "  %*s %10s %*s\n"
-msgstr ""
-
-#: readelf.c:11686
+#: readelf.c:11975
 #, c-format
 msgid " Global entries:\n"
 msgstr ""
 
-#: readelf.c:11687
-#, c-format
-msgid "  %*s %10s %*s %*s %-7s %3s %s\n"
-msgstr ""
-
-#: readelf.c:11690 readelf.c:11758
+#: readelf.c:11979 readelf.c:12047
 msgid "Sym.Val."
 msgstr ""
 
-#: readelf.c:11690 readelf.c:11758
+#: readelf.c:11979 readelf.c:12047
 msgid "Type"
 msgstr ""
 
-#: readelf.c:11690 readelf.c:11758
+#: readelf.c:11979 readelf.c:12047
 msgid "Ndx"
 msgstr ""
 
-#: readelf.c:11690 readelf.c:11758
+#: readelf.c:11979 readelf.c:12047
 msgid "Name"
 msgstr ""
 
-#: readelf.c:11743
+#: readelf.c:12032
 msgid "PLT GOT"
 msgstr ""
 
-#: readelf.c:11744
+#: readelf.c:12033
 #, c-format
 msgid ""
 "\n"
@@ -5804,313 +6562,468 @@ msgid ""
 "\n"
 msgstr ""
 
-#: readelf.c:11746
+#: readelf.c:12035
 #, c-format
 msgid "  %*s %*s Purpose\n"
 msgstr ""
 
-#: readelf.c:11749
+#: readelf.c:12038
 #, c-format
 msgid " PLT lazy resolver\n"
 msgstr ""
 
-#: readelf.c:11751
+#: readelf.c:12040
 #, c-format
 msgid " Module pointer\n"
 msgstr ""
 
-#: readelf.c:11754
+#: readelf.c:12043
 #, c-format
 msgid " Entries:\n"
 msgstr ""
 
-#: readelf.c:11755
-#, c-format
-msgid "  %*s %*s %*s %-7s %3s %s\n"
-msgstr ""
-
-#: readelf.c:11821
+#: readelf.c:12110
 msgid "liblist string table"
 msgstr ""
 
-#: readelf.c:11831
+#: readelf.c:12121
 #, c-format
 msgid ""
 "\n"
 "Library list section '%s' contains %lu entries:\n"
 msgstr ""
 
-#: readelf.c:11835
+#: readelf.c:12125
 msgid "     Library              Time Stamp          Checksum   Version Flags"
 msgstr ""
 
-#: readelf.c:11884
+#: readelf.c:12175
 msgid "NT_AUXV (auxiliary vector)"
 msgstr ""
 
-#: readelf.c:11886
+#: readelf.c:12177
 msgid "NT_PRSTATUS (prstatus structure)"
 msgstr ""
 
-#: readelf.c:11888
+#: readelf.c:12179
 msgid "NT_FPREGSET (floating point registers)"
 msgstr ""
 
-#: readelf.c:11890
+#: readelf.c:12181
 msgid "NT_PRPSINFO (prpsinfo structure)"
 msgstr ""
 
-#: readelf.c:11892
+#: readelf.c:12183
 msgid "NT_TASKSTRUCT (task structure)"
 msgstr ""
 
-#: readelf.c:11894
+#: readelf.c:12185
 msgid "NT_PRXFPREG (user_xfpregs structure)"
 msgstr ""
 
-#: readelf.c:11896
+#: readelf.c:12187
 msgid "NT_PPC_VMX (ppc Altivec registers)"
 msgstr ""
 
-#: readelf.c:11898
+#: readelf.c:12189
 msgid "NT_PPC_VSX (ppc VSX registers)"
 msgstr ""
 
-#: readelf.c:11900
+#: readelf.c:12191
 msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
 msgstr ""
 
-#: readelf.c:11902
+#: readelf.c:12193
 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
 msgstr ""
 
-#: readelf.c:11904
+#: readelf.c:12195
 msgid "NT_S390_TIMER (s390 timer register)"
 msgstr ""
 
-#: readelf.c:11906
+#: readelf.c:12197
 msgid "NT_S390_TODCMP (s390 TOD comparator register)"
 msgstr ""
 
-#: readelf.c:11908
+#: readelf.c:12199
 msgid "NT_S390_TODPREG (s390 TOD programmable register)"
 msgstr ""
 
-#: readelf.c:11910
+#: readelf.c:12201
 msgid "NT_S390_CTRS (s390 control registers)"
 msgstr ""
 
-#: readelf.c:11912
+#: readelf.c:12203
 msgid "NT_S390_PREFIX (s390 prefix register)"
 msgstr ""
 
-#: readelf.c:11914
+#: readelf.c:12205
 msgid "NT_PSTATUS (pstatus structure)"
 msgstr ""
 
-#: readelf.c:11916
+#: readelf.c:12207
 msgid "NT_FPREGS (floating point registers)"
 msgstr ""
 
-#: readelf.c:11918
+#: readelf.c:12209
 msgid "NT_PSINFO (psinfo structure)"
 msgstr ""
 
-#: readelf.c:11920
+#: readelf.c:12211
 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
 msgstr ""
 
-#: readelf.c:11922
+#: readelf.c:12213
 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
 msgstr ""
 
-#: readelf.c:11924
+#: readelf.c:12215
 msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
 msgstr ""
 
-#: readelf.c:11932
+#: readelf.c:12223
 msgid "NT_VERSION (version)"
 msgstr ""
 
-#: readelf.c:11934
+#: readelf.c:12225
 msgid "NT_ARCH (architecture)"
 msgstr ""
 
-#: readelf.c:11939 readelf.c:11962 readelf.c:11984
+#: readelf.c:12230 readelf.c:12253 readelf.c:12332 readelf.c:12390
+#: readelf.c:12467
 #, c-format
 msgid "Unknown note type: (0x%08x)"
 msgstr ""
 
-#: readelf.c:11951
+#: readelf.c:12242
 msgid "NT_GNU_ABI_TAG (ABI version tag)"
 msgstr ""
 
-#: readelf.c:11953
+#: readelf.c:12244
 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
 msgstr ""
 
-#: readelf.c:11955
+#: readelf.c:12246
 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
 msgstr ""
 
-#: readelf.c:11957
+#: readelf.c:12248
 msgid "NT_GNU_GOLD_VERSION (gold version)"
 msgstr ""
 
+#: readelf.c:12266
+#, c-format
+msgid "    Build ID: "
+msgstr ""
+
+#: readelf.c:12269 readelf.c:12425
+#, c-format
+msgid "\n"
+msgstr ""
+
+#: readelf.c:12305
+#, c-format
+msgid "    OS: %s, ABI: %ld.%ld.%ld\n"
+msgstr ""
+
 #. NetBSD core "procinfo" structure.
-#: readelf.c:11974
+#: readelf.c:12322
 msgid "NetBSD procinfo structure"
 msgstr ""
 
-#: readelf.c:12001 readelf.c:12015
+#: readelf.c:12349 readelf.c:12363
 msgid "PT_GETREGS (reg structure)"
 msgstr ""
 
-#: readelf.c:12003 readelf.c:12017
+#: readelf.c:12351 readelf.c:12365
 msgid "PT_GETFPREGS (fpreg structure)"
 msgstr ""
 
-#: readelf.c:12023
+#: readelf.c:12371
 #, c-format
 msgid "PT_FIRSTMACH+%d"
 msgstr ""
 
-#: readelf.c:12080
-msgid "notes"
+#: readelf.c:12384
+msgid "NT_STAPSDT (SystemTap probe descriptors)"
 msgstr ""
 
-#: readelf.c:12086
+#: readelf.c:12417
 #, c-format
-msgid ""
-"\n"
-"Notes at offset 0x%08lx with length 0x%08lx:\n"
+msgid "    Provider: %s\n"
 msgstr ""
 
-#: readelf.c:12088
+#: readelf.c:12418
 #, c-format
-msgid "  Owner\t\tData size\tDescription\n"
+msgid "    Name: %s\n"
 msgstr ""
 
-#: readelf.c:12108 readelf.c:12121
+#: readelf.c:12419
 #, c-format
-msgid "corrupt note found at offset %lx into core notes\n"
+msgid "    Location: "
 msgstr ""
 
-#: readelf.c:12110 readelf.c:12123
+#: readelf.c:12421
 #, c-format
-msgid " type: %lx, namesize: %08lx, descsize: %08lx\n"
+msgid ", Base: "
 msgstr ""
 
-#: readelf.c:12219
+#: readelf.c:12423
 #, c-format
-msgid "No note segments present in the core file.\n"
+msgid ", Semaphore: "
 msgstr ""
 
-#: readelf.c:12306
-msgid ""
-"This instance of readelf has been built without support for a\n"
-"64 bit data type and so it cannot read 64 bit ELF files.\n"
+#: readelf.c:12426
+#, c-format
+msgid "    Arguments: %s\n"
+msgstr ""
+
+#: readelf.c:12439
+msgid "NT_VMS_MHD (module header)"
+msgstr ""
+
+#: readelf.c:12441
+msgid "NT_VMS_LNM (language name)"
+msgstr ""
+
+#: readelf.c:12443
+msgid "NT_VMS_SRC (source files)"
+msgstr ""
+
+#: readelf.c:12445
+msgid "NT_VMS_TITLE"
+msgstr ""
+
+#: readelf.c:12447
+msgid "NT_VMS_EIDC (consistency check)"
+msgstr ""
+
+#: readelf.c:12449
+msgid "NT_VMS_FPMODE (FP mode)"
+msgstr ""
+
+#: readelf.c:12451
+msgid "NT_VMS_LINKTIME"
+msgstr ""
+
+#: readelf.c:12453
+msgid "NT_VMS_IMGNAM (image name)"
+msgstr ""
+
+#: readelf.c:12455
+msgid "NT_VMS_IMGID (image id)"
 msgstr ""
 
-#: readelf.c:12353
+#: readelf.c:12457
+msgid "NT_VMS_LINKID (link id)"
+msgstr ""
+
+#: readelf.c:12459
+msgid "NT_VMS_IMGBID (build id)"
+msgstr ""
+
+#: readelf.c:12461
+msgid "NT_VMS_GSTNAM (sym table name)"
+msgstr ""
+
+#: readelf.c:12463
+msgid "NT_VMS_ORIG_DYN"
+msgstr ""
+
+#: readelf.c:12465
+msgid "NT_VMS_PATCHTIME"
+msgstr ""
+
+#: readelf.c:12481
 #, c-format
-msgid "%s: Failed to read file header\n"
+msgid "    Creation date  : %.17s\n"
+msgstr ""
+
+#: readelf.c:12482
+#, c-format
+msgid "    Last patch date: %.17s\n"
+msgstr ""
+
+#: readelf.c:12483
+#, c-format
+msgid "    Module name    : %s\n"
+msgstr ""
+
+#: readelf.c:12484
+#, c-format
+msgid "    Module version : %s\n"
+msgstr ""
+
+#: readelf.c:12487
+#, c-format
+msgid "    Invalid size\n"
+msgstr ""
+
+#: readelf.c:12490
+#, c-format
+msgid "   Language: %s\n"
+msgstr ""
+
+#: readelf.c:12494
+msgid "   FP mode: 0x%016"
+msgstr ""
+
+#: readelf.c:12498
+#, c-format
+msgid "   Link time: "
+msgstr ""
+
+#: readelf.c:12504
+#, c-format
+msgid "   Patch time: "
+msgstr ""
+
+#: readelf.c:12510
+#, c-format
+msgid "   Major id: %u,  minor id: %u\n"
 msgstr ""
 
-#: readelf.c:12366
+#: readelf.c:12513
 #, c-format
+msgid "   Manip date  : "
+msgstr ""
+
+#: readelf.c:12516
 msgid ""
 "\n"
-"File: %s\n"
+"   Link flags  : 0x%016"
 msgstr ""
 
-#: readelf.c:12615
+#: readelf.c:12519
 #, c-format
-msgid "%s: the archive index is empty\n"
+msgid "   Header flags: 0x%08x\n"
 msgstr ""
 
-#: readelf.c:12623 readelf.c:12647
+#: readelf.c:12521
 #, c-format
-msgid "%s: failed to read archive index\n"
+msgid "   Image id    : %s\n"
+msgstr ""
+
+#: readelf.c:12525
+#, c-format
+msgid "    Image name: %s\n"
+msgstr ""
+
+#: readelf.c:12528
+#, c-format
+msgid "    Global symbol table name: %s\n"
+msgstr ""
+
+#: readelf.c:12531
+#, c-format
+msgid "    Image id: %s\n"
+msgstr ""
+
+#: readelf.c:12534
+#, c-format
+msgid "    Linker id: %s\n"
+msgstr ""
+
+#: readelf.c:12609
+msgid "notes"
 msgstr ""
 
-#: readelf.c:12632
+#: readelf.c:12615
 #, c-format
 msgid ""
-"%s: the archive index is supposed to have %ld entries, but the size in the "
-"header is too small\n"
+"\n"
+"Notes at offset 0x%08lx with length 0x%08lx:\n"
 msgstr ""
 
-#: readelf.c:12640
-msgid "Out of memory whilst trying to read archive symbol index\n"
+#: readelf.c:12617
+#, c-format
+msgid "  %-20s %10s\tDescription\n"
 msgstr ""
 
-#: readelf.c:12658
-msgid "Out of memory whilst trying to convert the archive symbol index\n"
+#: readelf.c:12617
+msgid "Owner"
+msgstr ""
+
+#: readelf.c:12617
+msgid "Data size"
 msgstr ""
 
-#: readelf.c:12670
+#: readelf.c:12655 readelf.c:12668
 #, c-format
-msgid "%s: the archive has an index but no symbols\n"
+msgid "corrupt note found at offset %lx into core notes\n"
 msgstr ""
 
-#: readelf.c:12677
-msgid "Out of memory whilst trying to read archive index symbol table\n"
+#: readelf.c:12657 readelf.c:12670
+#, c-format
+msgid " type: %lx, namesize: %08lx, descsize: %08lx\n"
 msgstr ""
 
-#: readelf.c:12683
+#: readelf.c:12766
 #, c-format
-msgid "%s: failed to read archive index symbol table\n"
+msgid "No note segments present in the core file.\n"
+msgstr ""
+
+#: readelf.c:12853
+msgid ""
+"This instance of readelf has been built without support for a\n"
+"64 bit data type and so it cannot read 64 bit ELF files.\n"
 msgstr ""
 
-#: readelf.c:12707
+#: readelf.c:12900
 #, c-format
-msgid "%s has no archive index\n"
+msgid "%s: Failed to read file header\n"
+msgstr ""
+
+#: readelf.c:12914
+#, c-format
+msgid ""
+"\n"
+"File: %s\n"
 msgstr ""
 
-#: readelf.c:12943
+#: readelf.c:13086
 #, c-format
 msgid "%s: unable to dump the index as none was found\n"
 msgstr ""
 
-#: readelf.c:12949
+#: readelf.c:13092
 #, c-format
 msgid "Index of archive %s: (%ld entries, 0x%lx bytes in the symbol table)\n"
 msgstr ""
 
-#: readelf.c:12967
+#: readelf.c:13110
 #, c-format
 msgid "Binary %s contains:\n"
 msgstr ""
 
-#: readelf.c:12975
+#: readelf.c:13118
 #, c-format
 msgid "%s: end of the symbol table reached before the end of the index\n"
 msgstr ""
 
-#: readelf.c:12986
+#: readelf.c:13129
 #, c-format
 msgid ""
 "%s: symbols remain in the index symbol table, but without corresponding "
 "entries in the index table\n"
 msgstr ""
 
-#: readelf.c:12991
+#: readelf.c:13134
 #, c-format
 msgid "%s: failed to seek back to start of object files in the archive\n"
 msgstr ""
 
-#: readelf.c:13074 readelf.c:13150
+#: readelf.c:13217 readelf.c:13300
 #, c-format
 msgid "Input file '%s' is not readable.\n"
 msgstr ""
 
-#: readelf.c:13096
+#: readelf.c:13239
 #, c-format
 msgid "%s: failed to seek to archive member.\n"
 msgstr ""
 
-#: readelf.c:13168
+#: readelf.c:13318
 #, c-format
 msgid "File %s is not an archive so its index cannot be displayed.\n"
 msgstr ""
@@ -6411,11 +7324,6 @@ msgstr ""
 msgid "can't redirect stdout: `%s': %s"
 msgstr ""
 
-#: resrc.c:284
-#, c-format
-msgid "%s %s: %s"
-msgstr ""
-
 #: resrc.c:329
 #, c-format
 msgid "can't execute `%s': %s"
@@ -6450,11 +7358,6 @@ msgstr ""
 msgid "preprocessing failed."
 msgstr ""
 
-#: resrc.c:631
-#, c-format
-msgid "%s:%d: %s\n"
-msgstr ""
-
 #: resrc.c:639
 #, c-format
 msgid "%s: unexpected EOF"
@@ -6545,12 +7448,12 @@ msgstr ""
 msgid "Invalid radix: %s\n"
 msgstr ""
 
-#: srconv.c:1732
+#: srconv.c:1733
 #, c-format
 msgid "Convert a COFF object file into a SYSROFF object file\n"
 msgstr ""
 
-#: srconv.c:1733
+#: srconv.c:1734
 #, c-format
 msgid ""
 " The options are:\n"
@@ -6562,7 +7465,7 @@ msgid ""
 "  -v --version     Print the program's version number\n"
 msgstr ""
 
-#: srconv.c:1879
+#: srconv.c:1880
 #, c-format
 msgid "unable to open output file %s"
 msgstr ""
@@ -6607,95 +7510,95 @@ msgstr ""
 msgid "missing index type"
 msgstr ""
 
-#: stabs.c:2122
+#: stabs.c:2129
 msgid "unknown virtual character for baseclass"
 msgstr ""
 
-#: stabs.c:2140
+#: stabs.c:2147
 msgid "unknown visibility character for baseclass"
 msgstr ""
 
-#: stabs.c:2326
+#: stabs.c:2337
 msgid "unnamed $vb type"
 msgstr ""
 
-#: stabs.c:2332
+#: stabs.c:2343
 msgid "unrecognized C++ abbreviation"
 msgstr ""
 
-#: stabs.c:2408
+#: stabs.c:2419
 msgid "unknown visibility character for field"
 msgstr ""
 
-#: stabs.c:2660
+#: stabs.c:2679
 msgid "const/volatile indicator missing"
 msgstr ""
 
-#: stabs.c:2896
+#: stabs.c:2924
 #, c-format
 msgid "No mangling for \"%s\"\n"
 msgstr ""
 
-#: stabs.c:3196
+#: stabs.c:3224
 msgid "Undefined N_EXCL"
 msgstr ""
 
-#: stabs.c:3276
+#: stabs.c:3304
 #, c-format
 msgid "Type file number %d out of range\n"
 msgstr ""
 
-#: stabs.c:3281
+#: stabs.c:3309
 #, c-format
 msgid "Type index number %d out of range\n"
 msgstr ""
 
-#: stabs.c:3360
+#: stabs.c:3388
 #, c-format
 msgid "Unrecognized XCOFF type %d\n"
 msgstr ""
 
-#: stabs.c:3652
+#: stabs.c:3680
 #, c-format
 msgid "bad mangled name `%s'\n"
 msgstr ""
 
-#: stabs.c:3747
+#: stabs.c:3775
 #, c-format
 msgid "no argument types in mangled string\n"
 msgstr ""
 
-#: stabs.c:5094
+#: stabs.c:5125
 #, c-format
 msgid "Demangled name is not a function\n"
 msgstr ""
 
-#: stabs.c:5136
+#: stabs.c:5167
 #, c-format
 msgid "Unexpected type in v3 arglist demangling\n"
 msgstr ""
 
-#: stabs.c:5203
+#: stabs.c:5234
 #, c-format
 msgid "Unrecognized demangle component %d\n"
 msgstr ""
 
-#: stabs.c:5255
+#: stabs.c:5286
 #, c-format
 msgid "Failed to print demangled template\n"
 msgstr ""
 
-#: stabs.c:5335
+#: stabs.c:5366
 #, c-format
 msgid "Couldn't get demangled builtin type\n"
 msgstr ""
 
-#: stabs.c:5384
+#: stabs.c:5415
 #, c-format
 msgid "Unexpected demangled varargs\n"
 msgstr ""
 
-#: stabs.c:5391
+#: stabs.c:5422
 #, c-format
 msgid "Unrecognized demangled builtin type\n"
 msgstr ""
@@ -6710,12 +7613,12 @@ msgstr ""
 msgid "invalid minimum string length %d"
 msgstr ""
 
-#: strings.c:647
+#: strings.c:651
 #, c-format
 msgid " Display printable strings in [file(s)] (stdin by default)\n"
 msgstr ""
 
-#: strings.c:648
+#: strings.c:652
 #, c-format
 msgid ""
 " The options are:\n"
@@ -6756,7 +7659,7 @@ msgstr ""
 
 #: version.c:36
 #, c-format
-msgid "Copyright 2010 Free Software Foundation, Inc.\n"
+msgid "Copyright 2011 Free Software Foundation, Inc.\n"
 msgstr ""
 
 #: version.c:37
@@ -6770,7 +7673,7 @@ msgstr ""
 
 #: windmc.c:190
 #, c-format
-msgid "can't create %s file ,%s' for output.\n"
+msgid "can't create %s file `%s' for output.\n"
 msgstr ""
 
 #: windmc.c:198
@@ -6791,7 +7694,7 @@ msgid ""
 "  -d --decimal_values          Print values to text files decimal\n"
 "  -e --extension=<extension>   Set header extension used on export header "
 "file\n"
-"  -F --target <target>         Specify output target for endianess.\n"
+"  -F --target <target>         Specify output target for endianness.\n"
 "  -h --headerdir=<directory>   Set the export directory for headers\n"
 "  -u --unicode_in              Read input file as UTF16 file\n"
 "  -U --unicode_out             Write binary messages as UFT16\n"
@@ -6821,7 +7724,7 @@ msgstr ""
 
 #: windmc.c:262
 #, c-format
-msgid "A codepage was specified switch ,%s' and UTF16.\n"
+msgid "A codepage was specified switch `%s' and UTF16.\n"
 msgstr ""
 
 #: windmc.c:263
@@ -6835,7 +7738,7 @@ msgstr ""
 
 #: windmc.c:1116
 #, c-format
-msgid "unable to open file ,%s' for input.\n"
+msgid "unable to open file `%s' for input.\n"
 msgstr ""
 
 #: windmc.c:1124
@@ -6898,6 +7801,7 @@ msgid ""
 "  -O --output-format=<format>  Specify output format\n"
 "  -F --target=<target>         Specify COFF target\n"
 "     --preprocessor=<program>  Program to use to preprocess rc file\n"
+"     --preprocessor-arg=<arg>  Additional preprocessor argument\n"
 "  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
 "  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
 "  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
@@ -6910,12 +7814,12 @@ msgid ""
 "     --no-use-temp-file        Use popen (default)\n"
 msgstr ""
 
-#: windres.c:678
+#: windres.c:679
 #, c-format
 msgid "     --yydebug                 Turn on parser debugging\n"
 msgstr ""
 
-#: windres.c:681
+#: windres.c:682
 #, c-format
 msgid ""
 "  -r                           Ignored for compatibility with rc\n"
@@ -6924,7 +7828,7 @@ msgid ""
 "  -V --version                 Print version information\n"
 msgstr ""
 
-#: windres.c:686
+#: windres.c:687
 #, c-format
 msgid ""
 "FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
@@ -6932,40 +7836,40 @@ msgid ""
 "No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
 msgstr ""
 
-#: windres.c:847
+#: windres.c:850
 msgid "invalid codepage specified.\n"
 msgstr ""
 
-#: windres.c:862
+#: windres.c:865
 msgid "invalid option -f\n"
 msgstr ""
 
-#: windres.c:867
+#: windres.c:870
 msgid "No filename following the -fo option.\n"
 msgstr ""
 
-#: windres.c:938
+#: windres.c:959
 #, c-format
 msgid ""
 "Option -I is deprecated for setting the input format, please use -J "
 "instead.\n"
 msgstr ""
 
-#: windres.c:1051
+#: windres.c:1072
 msgid "no resources"
 msgstr ""
 
-#: wrstabs.c:353 wrstabs.c:1916
+#: wrstabs.c:354 wrstabs.c:1915
 #, c-format
 msgid "string_hash_lookup failed: %s"
 msgstr ""
 
-#: wrstabs.c:636
+#: wrstabs.c:637
 #, c-format
 msgid "stab_int_type: bad size %u"
 msgstr ""
 
-#: wrstabs.c:1394
+#: wrstabs.c:1393
 #, c-format
 msgid "%s: warning: unknown size for field `%s' in struct"
 msgstr ""
index 9f90df0a506919d52b12f79da107d0563eae7a51..ff95cb5bea3aa26e34b3353c25f8e67307bc07f9 100644 (file)
@@ -1,5 +1,5 @@
 /* resres.c: read_res_file and write_res_file implementation for windres.
-   Copyright 1998, 1999, 2001, 2002, 2005, 2007, 2008
+   Copyright 1998, 1999, 2001, 2002, 2005, 2007, 2008, 2011
    Free Software Foundation, Inc.
    Written by Anders Norlander <anorland@hem2.passagen.se>.
    Rewritten by Kai Tietz, Onevision.
@@ -98,7 +98,7 @@ read_res_file (const char *fn)
   off = 0;
 
   if (! probe_binary (&wrbfd, flen))
-    set_windres_bfd_endianess (&wrbfd, ! target_is_bigendian);
+    set_windres_bfd_endianness (&wrbfd, ! target_is_bigendian);
 
   skip_null_resource (&wrbfd, &off, flen);
 
index 7093fd1fde856ddce286ab35612e30cc85b8b6a2..eed8f790fa5a48109cf127a7b8a76c334c52f189 100644 (file)
@@ -1,5 +1,5 @@
 /* windint.h -- internal header file for windres program.
-   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007
+   Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2011
    Free Software Foundation, Inc.
    Written by Kai Tietz, Onevision.
 
@@ -1083,6 +1083,6 @@ extern rc_uint_type windres_get_16 (windres_bfd *, const void *, rc_uint_type);
 extern rc_uint_type windres_get_32 (windres_bfd *, const void *, rc_uint_type);
 
 extern void set_windres_bfd (windres_bfd *, bfd *, asection *, rc_uint_type);
-extern void set_windres_bfd_endianess (windres_bfd *, int);
+extern void set_windres_bfd_endianness (windres_bfd *, int);
 
 #endif
index 749a5e7f2a956b32eb0f440d708cf499b93cdbb7..e4f9b598e17a76ce0c29686b20625fc0a8fa3fe3 100644 (file)
@@ -1,5 +1,5 @@
 /* windmc.c -- a program to compile Windows message files.
-   Copyright 2007, 2008, 2009, 2010
+   Copyright 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
    Written by Kai Tietz, Onevision.
 
@@ -205,7 +205,7 @@ usage (FILE *stream, int status)
   -C --codepage_in=<val>       Set codepage when reading mc text file\n\
   -d --decimal_values          Print values to text files decimal\n\
   -e --extension=<extension>   Set header extension used on export header file\n\
-  -F --target <target>         Specify output target for endianess.\n\
+  -F --target <target>         Specify output target for endianness.\n\
   -h --headerdir=<directory>   Set the export directory for headers\n\
   -u --unicode_in              Read input file as UTF16 file\n\
   -U --unicode_out             Write binary messages as UFT16\n\
@@ -231,7 +231,7 @@ usage (FILE *stream, int status)
 }
 
 static void
-set_endianess (bfd *abfd, const char *target)
+set_endianness (bfd *abfd, const char *target)
 {
   const bfd_target *target_vec;
 
@@ -239,7 +239,7 @@ set_endianess (bfd *abfd, const char *target)
   target_vec = bfd_get_target_info (target, abfd, &target_is_bigendian, NULL,
                                   &def_target_arch);
   if (! target_vec)
-    fatal ("Can't detect target endianess and architecture.");
+    fatal ("Can't detect target endianness and architecture.");
   if (! def_target_arch)
     fatal ("Can't detect architecture.");
 }
@@ -1054,7 +1054,7 @@ main (int argc, char **argv)
       ++optind;
     }
 
-  set_endianess (NULL, target);
+  set_endianness (NULL, target);
 
   if (input_filename == NULL)
     {
index 4b40c97183c29c5f45bb32bff4ec5dfdedd2a96c..b30ced9740d5c39bb02822416dfc933907571709 100644 (file)
@@ -54,7 +54,7 @@ int verbose = 0;
 int target_is_bigendian = 0;
 const char *def_target_arch;
 
-static void set_endianess (bfd *, const char *);
+static void set_endianness (bfd *, const char *);
 
 /* An enumeration of format types.  */
 
@@ -1049,7 +1049,7 @@ main (int argc, char **argv)
        output_format = format_from_filename (output_filename, 0);
     }
 
-  set_endianess (NULL, target);
+  set_endianness (NULL, target);
 
   /* Read the input file.  */
   switch (input_format)
@@ -1098,7 +1098,7 @@ main (int argc, char **argv)
 }
 
 static void
-set_endianess (bfd *abfd, const char *target)
+set_endianness (bfd *abfd, const char *target)
 {
   const bfd_target *target_vec;
 
@@ -1106,7 +1106,7 @@ set_endianess (bfd *abfd, const char *target)
   target_vec = bfd_get_target_info (target, abfd, &target_is_bigendian, NULL,
                                    &def_target_arch);
   if (! target_vec)
-    fatal ("Can't detect target endianess and architecture.");
+    fatal ("Can't detect target endianness and architecture.");
   if (! def_target_arch)
     fatal ("Can't detect architecture.");
 }
@@ -1127,7 +1127,7 @@ windres_open_as_binary (const char *filename, int rdmode)
 }
 
 void
-set_windres_bfd_endianess (windres_bfd *wrbfd, int is_bigendian)
+set_windres_bfd_endianness (windres_bfd *wrbfd, int is_bigendian)
 {
   assert (!! wrbfd);
   switch (WR_KIND(wrbfd))
index c29604566b942c69f6a1d7b92038522ddd3bcd7f..6e4050733cb8141d7bc33affc9bcdbc89e10caf2 100644 (file)
@@ -1,3 +1,10 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * as.c: Fix spelling typo.
+       * read.c: Likewise.
+       * config/tc-ppc.c: Likewise.
+       * po/gas.pit: Regenerate.
+
 2011-05-31  Paul Brook  <paul@codesourcery.com>
 
        * config/tc-arm.c (arm_cpus): Add Cortex-R5.
@@ -20,7 +27,7 @@
        * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
        pc-relative fixes to constants.
        * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
-       
+
 2011-05-27  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
index 380259c0284d8b1bbb2639a6160a0ff8c3095d5c..e58d861c83d6bec27da38ae20addb75b64ccdaa3 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -461,7 +461,7 @@ parse_args (int * pargc, char *** pargv)
   static const struct option std_longopts[] =
   {
     /* Note: commas are placed at the start of the line rather than
-       the end of the preceeding line so that it is simpler to
+       the end of the preceding line so that it is simpler to
        selectively add and remove lines from this list.  */
     {"alternate", no_argument, NULL, OPTION_ALTERNATE}
     /* The entry for "a" is here to prevent getopt_long_only() from
index 9a64d4ae0cfc642623dc41c1b0ca680f56db995a..2051e965df968fe0588432ff69900e1ba0418d58 100644 (file)
@@ -1,6 +1,7 @@
 /* tc-ppc.c -- Assemble for the PowerPC or POWER (RS/6000)
    Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
 
    This file is part of GAS, the GNU Assembler.
@@ -1153,7 +1154,7 @@ md_parse_option (int c, char *arg)
       else if (strcmp (arg, "emb") == 0)
        ppc_flags |= EF_PPC_EMB;
 
-      /* -mlittle/-mbig set the endianess.  */
+      /* -mlittle/-mbig set the endianness.  */
       else if (strcmp (arg, "little") == 0
               || strcmp (arg, "little-endian") == 0)
        {
index 63635eb2942c40a74d284cd2f56025efc0b97cc4..50451b448125de2d7afdb273c025d3933fd39ae6 100644 (file)
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2010-11-05 10:28+0100\n"
+"POT-Creation-Date: 2011-06-02 14:30+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -54,26 +55,26 @@ msgstr ""
 msgid "end of file in comment; newline inserted"
 msgstr ""
 
-#: as.c:161
+#: as.c:162
 msgid "missing emulation mode name"
 msgstr ""
 
-#: as.c:176
+#: as.c:177
 #, c-format
 msgid "unrecognized emulation name `%s'"
 msgstr ""
 
-#: as.c:223
+#: as.c:224
 #, c-format
 msgid "GNU assembler version %s (%s) using BFD version %s\n"
 msgstr ""
 
-#: as.c:230
+#: as.c:231
 #, c-format
 msgid "Usage: %s [option...] [asmfile...]\n"
 msgstr ""
 
-#: as.c:232
+#: as.c:233
 #, c-format
 msgid ""
 "Options:\n"
@@ -90,53 +91,53 @@ msgid ""
 "                      \t  =FILE  list to FILE (must be last sub-option)\n"
 msgstr ""
 
-#: as.c:246
+#: as.c:247
 #, c-format
 msgid "  --alternate             initially turn on alternate macro syntax\n"
 msgstr ""
 
-#: as.c:249
+#: as.c:250
 #, c-format
 msgid ""
 "  --compress-debug-sections\n"
 "                          compress DWARF debug sections using zlib\n"
 msgstr ""
 
-#: as.c:252
+#: as.c:253
 #, c-format
 msgid ""
 "  --nocompress-debug-sections\n"
 "                          don't compress DWARF debug sections\n"
 msgstr ""
 
-#: as.c:256
+#: as.c:257
 #, c-format
 msgid "  -D                      produce assembler debugging messages\n"
 msgstr ""
 
-#: as.c:258
+#: as.c:259
 #, c-format
 msgid ""
 "  --debug-prefix-map OLD=NEW\n"
 "                          map OLD to NEW in debug information\n"
 msgstr ""
 
-#: as.c:261
+#: as.c:262
 #, c-format
 msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
 msgstr ""
 
-#: as.c:277
+#: as.c:278
 #, c-format
 msgid "                          emulate output (default %s)\n"
 msgstr ""
 
-#: as.c:282
+#: as.c:283
 #, c-format
 msgid "  --execstack             require executable stack for this object\n"
 msgstr ""
 
-#: as.c:284
+#: as.c:285
 #, c-format
 msgid ""
 "  --noexecstack           don't require executable stack for this object\n"
@@ -144,98 +145,105 @@ msgstr ""
 
 #: as.c:287
 #, c-format
+msgid ""
+"  --size-check=[error|warning]\n"
+"\t\t\t  ELF .size directive check (default --size-check=error)\n"
+msgstr ""
+
+#: as.c:291
+#, c-format
 msgid "  -f                      skip whitespace and comment preprocessing\n"
 msgstr ""
 
-#: as.c:289
+#: as.c:293
 #, c-format
 msgid "  -g --gen-debug          generate debugging information\n"
 msgstr ""
 
-#: as.c:291
+#: as.c:295
 #, c-format
 msgid "  --gstabs                generate STABS debugging information\n"
 msgstr ""
 
-#: as.c:293
+#: as.c:297
 #, c-format
 msgid ""
 "  --gstabs+               generate STABS debug info with GNU extensions\n"
 msgstr ""
 
-#: as.c:295
+#: as.c:299
 #, c-format
 msgid "  --gdwarf-2              generate DWARF2 debugging information\n"
 msgstr ""
 
-#: as.c:297
+#: as.c:301
 #, c-format
 msgid "  --hash-size=<value>     set the hash table size close to <value>\n"
 msgstr ""
 
-#: as.c:299
+#: as.c:303
 #, c-format
 msgid "  --help                  show this message and exit\n"
 msgstr ""
 
-#: as.c:301
+#: as.c:305
 #, c-format
 msgid "  --target-help           show target specific options\n"
 msgstr ""
 
-#: as.c:303
+#: as.c:307
 #, c-format
 msgid ""
 "  -I DIR                  add DIR to search list for .include directives\n"
 msgstr ""
 
-#: as.c:305
+#: as.c:309
 #, c-format
 msgid "  -J                      don't warn about signed overflow\n"
 msgstr ""
 
-#: as.c:307
+#: as.c:311
 #, c-format
 msgid ""
 "  -K                      warn when differences altered for long "
 "displacements\n"
 msgstr ""
 
-#: as.c:309
+#: as.c:313
 #, c-format
 msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
 msgstr ""
 
-#: as.c:311
+#: as.c:315
 #, c-format
 msgid "  -M,--mri                assemble in MRI compatibility mode\n"
 msgstr ""
 
-#: as.c:313
+#: as.c:317
 #, c-format
 msgid ""
 "  --MD FILE               write dependency information in FILE (default "
 "none)\n"
 msgstr ""
 
-#: as.c:315
+#: as.c:319
 #, c-format
 msgid "  -nocpp                  ignored\n"
 msgstr ""
 
-#: as.c:317
+#: as.c:321
 #, c-format
 msgid ""
 "  -o OBJFILE              name the object-file output OBJFILE (default a."
 "out)\n"
 msgstr ""
 
-#: as.c:319
+#: as.c:323
 #, c-format
 msgid "  -R                      fold data section into text section\n"
 msgstr ""
 
-#: as.c:321
+#: as.c:325
 #, c-format
 msgid ""
 "  --reduce-memory-overheads \n"
@@ -243,44 +251,44 @@ msgid ""
 "                          assembly times\n"
 msgstr ""
 
-#: as.c:325
+#: as.c:329
 #, c-format
 msgid ""
 "  --statistics            print various measured statistics from execution\n"
 msgstr ""
 
-#: as.c:327
+#: as.c:331
 #, c-format
 msgid "  --strip-local-absolute  strip local absolute symbols\n"
 msgstr ""
 
-#: as.c:329
+#: as.c:333
 #, c-format
 msgid ""
 "  --traditional-format    Use same format as native assembler when possible\n"
 msgstr ""
 
-#: as.c:331
+#: as.c:335
 #, c-format
 msgid "  --version               print assembler version number and exit\n"
 msgstr ""
 
-#: as.c:333
+#: as.c:337
 #, c-format
 msgid "  -W  --no-warn           suppress warnings\n"
 msgstr ""
 
-#: as.c:335
+#: as.c:339
 #, c-format
 msgid "  --warn                  don't suppress warnings\n"
 msgstr ""
 
-#: as.c:337
+#: as.c:341
 #, c-format
 msgid "  --fatal-warnings        treat warnings as errors\n"
 msgstr ""
 
-#: as.c:340
+#: as.c:344
 #, c-format
 msgid ""
 "  --itbl INSTTBL          extend instruction set to include instructions\n"
@@ -288,22 +296,22 @@ msgid ""
 "INSTTBL\n"
 msgstr ""
 
-#: as.c:344
+#: as.c:348
 #, c-format
 msgid "  -w                      ignored\n"
 msgstr ""
 
-#: as.c:346
+#: as.c:350
 #, c-format
 msgid "  -X                      ignored\n"
 msgstr ""
 
-#: as.c:348
+#: as.c:352
 #, c-format
 msgid "  -Z                      generate object file even after errors\n"
 msgstr ""
 
-#: as.c:350
+#: as.c:354
 #, c-format
 msgid ""
 "  --listing-lhs-width     set the width in words of the output data column "
@@ -311,7 +319,7 @@ msgid ""
 "                          the listing\n"
 msgstr ""
 
-#: as.c:353
+#: as.c:357
 #, c-format
 msgid ""
 "  --listing-lhs-width2    set the width in words of the continuation lines\n"
@@ -320,47 +328,47 @@ msgid ""
 "                          the width of the first line\n"
 msgstr ""
 
-#: as.c:357
+#: as.c:361
 #, c-format
 msgid ""
 "  --listing-rhs-width     set the max width in characters of the lines from\n"
 "                          the source file\n"
 msgstr ""
 
-#: as.c:360
+#: as.c:364
 #, c-format
 msgid ""
 "  --listing-cont-lines    set the maximum number of continuation lines used\n"
 "                          for the output data column of the listing\n"
 msgstr ""
 
-#: as.c:363
+#: as.c:367
 #, c-format
 msgid "  @FILE                   read options from FILE\n"
 msgstr ""
 
-#: as.c:371
+#: as.c:375
 #, c-format
 msgid "Report bugs to %s\n"
 msgstr ""
 
-#: as.c:581
+#: as.c:587
 #, c-format
 msgid "unrecognized option -%c%s"
 msgstr ""
 
 #. This output is intended to follow the GNU standards document.
-#: as.c:619
+#: as.c:625
 #, c-format
 msgid "GNU assembler %s\n"
 msgstr ""
 
-#: as.c:620
+#: as.c:626
 #, c-format
-msgid "Copyright 2010 Free Software Foundation, Inc.\n"
+msgid "Copyright 2011 Free Software Foundation, Inc.\n"
 msgstr ""
 
-#: as.c:621
+#: as.c:627
 #, c-format
 msgid ""
 "This program is free software; you may redistribute it under the terms of\n"
@@ -368,81 +376,86 @@ msgid ""
 "This program has absolutely no warranty.\n"
 msgstr ""
 
-#: as.c:625
+#: as.c:631
 #, c-format
 msgid "This assembler was configured for a target of `%s'.\n"
 msgstr ""
 
-#: as.c:632
+#: as.c:638
 msgid "multiple emulation names specified"
 msgstr ""
 
-#: as.c:634
+#: as.c:640
 msgid "emulations not handled in this configuration"
 msgstr ""
 
-#: as.c:639
+#: as.c:645
 #, c-format
 msgid "alias = %s\n"
 msgstr ""
 
-#: as.c:640
+#: as.c:646
 #, c-format
 msgid "canonical = %s\n"
 msgstr ""
 
-#: as.c:641
+#: as.c:647
 #, c-format
 msgid "cpu-type = %s\n"
 msgstr ""
 
-#: as.c:643
+#: as.c:649
 #, c-format
 msgid "format = %s\n"
 msgstr ""
 
-#: as.c:646
+#: as.c:652
 #, c-format
 msgid "bfd-target = %s\n"
 msgstr ""
 
-#: as.c:654
+#: as.c:660
 msgid "cannot compress debug sections (zlib not installed)"
 msgstr ""
 
-#: as.c:675
+#: as.c:681
 msgid "bad defsym; format is --defsym name=value"
 msgstr ""
 
-#: as.c:695
+#: as.c:701
 msgid "no file name following -t option"
 msgstr ""
 
-#: as.c:710
+#: as.c:716
 #, c-format
 msgid "failed to read instruction table %s\n"
 msgstr ""
 
-#: as.c:881
+#: as.c:828
+#, c-format
+msgid "Invalid --size-check= option: `%s'"
+msgstr ""
+
+#: as.c:896
 #, c-format
 msgid "invalid listing option `%c'"
 msgstr ""
 
-#: as.c:934
+#: as.c:949
 msgid "--hash-size needs a numeric argument"
 msgstr ""
 
-#: as.c:959
+#: as.c:974
 #, c-format
 msgid "%s: total time in assembly: %ld.%06ld\n"
 msgstr ""
 
-#: as.c:962
+#: as.c:977
 #, c-format
 msgid "%s: data size %ld\n"
 msgstr ""
 
-#: as.c:1272
+#: as.c:1289
 #, c-format
 msgid "%d warnings, treating warnings as errors"
 msgstr ""
@@ -462,9 +475,9 @@ msgstr ""
 
 #: cgen.c:113 config/tc-alpha.c:2104 config/tc-alpha.c:2128
 #: config/tc-arc.c:1684 config/tc-d10v.c:552 config/tc-d30v.c:538
-#: config/tc-mn10200.c:1100 config/tc-mn10300.c:1751 config/tc-ppc.c:2586
-#: config/tc-ppc.c:2737 config/tc-ppc.c:2879 config/tc-ppc.c:2890
-#: config/tc-s390.c:1223 config/tc-s390.c:1323 config/tc-s390.c:1452
+#: config/tc-mn10200.c:1100 config/tc-mn10300.c:1751 config/tc-ppc.c:2617
+#: config/tc-ppc.c:2768 config/tc-ppc.c:2910 config/tc-ppc.c:2921
+#: config/tc-s390.c:1250 config/tc-s390.c:1364 config/tc-s390.c:1493
 #: config/tc-v850.c:2229 config/tc-v850.c:2300 config/tc-v850.c:2346
 #: config/tc-v850.c:2383 config/tc-v850.c:2420 config/tc-v850.c:2649
 msgid "too many fixups"
@@ -472,17 +485,17 @@ msgstr ""
 
 #: cgen.c:400 cgen.c:420 config/tc-arc.c:1665 config/tc-d10v.c:463
 #: config/tc-d30v.c:454 config/tc-i370.c:2125 config/tc-mn10200.c:1042
-#: config/tc-mn10300.c:1676 config/tc-ppc.c:2625 config/tc-s390.c:1194
+#: config/tc-mn10300.c:1676 config/tc-ppc.c:2656 config/tc-s390.c:1221
 #: config/tc-v850.c:2337 config/tc-v850.c:2371 config/tc-v850.c:2411
 #: config/tc-v850.c:2622 config/tc-z80.c:417
 msgid "illegal operand"
 msgstr ""
 
-#: cgen.c:424 config/tc-arc.c:1667 config/tc-avr.c:590 config/tc-d10v.c:465
+#: cgen.c:424 config/tc-arc.c:1667 config/tc-avr.c:632 config/tc-d10v.c:465
 #: config/tc-d30v.c:456 config/tc-h8300.c:500 config/tc-i370.c:2127
 #: config/tc-mcore.c:662 config/tc-microblaze.c:579 config/tc-mmix.c:488
 #: config/tc-mn10200.c:1045 config/tc-mn10300.c:1679 config/tc-msp430.c:452
-#: config/tc-or32.c:307 config/tc-ppc.c:2627 config/tc-s390.c:1212
+#: config/tc-or32.c:307 config/tc-ppc.c:2658 config/tc-s390.c:1239
 #: config/tc-sh.c:1387 config/tc-sh64.c:2213 config/tc-v850.c:2341
 #: config/tc-v850.c:2375 config/tc-v850.c:2415 config/tc-v850.c:2625
 #: config/tc-z80.c:570 config/tc-z8k.c:350
@@ -498,19 +511,18 @@ msgid "operand mask overflow"
 msgstr ""
 
 #. We can't actually support subtracting a symbol.
-#: cgen.c:886 config/tc-arc.c:1249 config/tc-arm.c:1631 config/tc-arm.c:8897
-#: config/tc-arm.c:8949 config/tc-arm.c:9196 config/tc-arm.c:9986
-#: config/tc-arm.c:11068 config/tc-arm.c:11108 config/tc-arm.c:11436
-#: config/tc-arm.c:11475 config/tc-avr.c:1108 config/tc-cris.c:4043
-#: config/tc-d10v.c:1511 config/tc-d30v.c:1915 config/tc-mips.c:4462
-#: config/tc-mips.c:5586 config/tc-mips.c:6557 config/tc-mips.c:7133
-#: config/tc-msp430.c:1936 config/tc-ppc.c:5874 config/tc-spu.c:957
+#: cgen.c:886 config/tc-arc.c:1249 config/tc-arm.c:1645 config/tc-arm.c:9058
+#: config/tc-arm.c:9110 config/tc-arm.c:9357 config/tc-arm.c:10157
+#: config/tc-arm.c:11248 config/tc-arm.c:11288 config/tc-arm.c:11616
+#: config/tc-arm.c:11655 config/tc-avr.c:1165 config/tc-cris.c:4047
+#: config/tc-d10v.c:1511 config/tc-d30v.c:1915 config/tc-mips.c:4694
+#: config/tc-msp430.c:1936 config/tc-ppc.c:6102 config/tc-spu.c:957
 #: config/tc-spu.c:981 config/tc-v850.c:3084 config/tc-xstormy16.c:483
 #: config/tc-xtensa.c:5833 config/tc-xtensa.c:11830
 msgid "expression too complex"
 msgstr ""
 
-#: cgen.c:982 config/tc-arc.c:1310 config/tc-ppc.c:5999 config/tc-s390.c:2028
+#: cgen.c:982 config/tc-arc.c:1310 config/tc-ppc.c:6227 config/tc-s390.c:2135
 #: config/tc-v850.c:3131 config/tc-xstormy16.c:537
 msgid "unresolved expression that must be resolved"
 msgstr ""
@@ -545,11 +557,11 @@ msgid "\".elseif\" after \".else\""
 msgstr ""
 
 #: cond.c:314 cond.c:420
-msgid "here is the previous \"else\""
+msgid "here is the previous \".else\""
 msgstr ""
 
 #: cond.c:317 cond.c:423
-msgid "here is the previous \"if\""
+msgid "here is the previous \".if\""
 msgstr ""
 
 #: cond.c:346
@@ -565,7 +577,7 @@ msgid "\".else\" without matching \".if\""
 msgstr ""
 
 #: cond.c:417
-msgid "duplicate \"else\""
+msgid "duplicate \".else\""
 msgstr ""
 
 #: cond.c:468
@@ -600,8 +612,8 @@ msgstr ""
 msgid "Infinities are not supported by this target\n"
 msgstr ""
 
-#: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:1026
-#: config/tc-ia64.c:11433 config/tc-tic30.c:1259 config/tc-tic4x.c:2598
+#: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:1036
+#: config/tc-ia64.c:11435 config/tc-tic30.c:1259 config/tc-tic4x.c:2598
 msgid "Unrecognized or unsupported floating point constant"
 msgstr ""
 
@@ -615,104 +627,104 @@ msgstr ""
 msgid "Attempt to put an undefined symbol into set %s"
 msgstr ""
 
-#: config/obj-aout.c:115 config/obj-coff.c:1394
+#: config/obj-aout.c:115 config/obj-coff.c:1398
 #, c-format
 msgid "Symbol `%s' can not be both weak and common"
 msgstr ""
 
-#: config/obj-coff.c:136
+#: config/obj-coff.c:140 dw2gencfi.c:214
 #, c-format
 msgid "Inserting \"%s\" into structure table failed: %s"
 msgstr ""
 
-#: config/obj-coff.c:215 config/obj-coff.c:1691 config/tc-ppc.c:4937
-#: config/tc-tic54x.c:4008 read.c:2806
+#: config/obj-coff.c:219 config/obj-coff.c:1695 config/tc-ppc.c:5147
+#: config/tc-tic54x.c:4008 read.c:2795
 #, c-format
 msgid "error setting flags for \"%s\": %s"
 msgstr ""
 
 #. Zero is used as an end marker in the file.
-#: config/obj-coff.c:434
+#: config/obj-coff.c:438
 msgid "Line numbers must be positive integers\n"
 msgstr ""
 
-#: config/obj-coff.c:466
+#: config/obj-coff.c:470
 msgid ".ln pseudo-op inside .def/.endef: ignored."
 msgstr ""
 
-#: config/obj-coff.c:508 ecoff.c:3250
+#: config/obj-coff.c:512 ecoff.c:3250
 msgid ".loc outside of .text"
 msgstr ""
 
-#: config/obj-coff.c:515
+#: config/obj-coff.c:519
 msgid ".loc pseudo-op inside .def/.endef: ignored."
 msgstr ""
 
-#: config/obj-coff.c:596
+#: config/obj-coff.c:600
 msgid ".def pseudo-op used inside of .def/.endef: ignored."
 msgstr ""
 
-#: config/obj-coff.c:632
+#: config/obj-coff.c:636
 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
 msgstr ""
 
-#: config/obj-coff.c:671
+#: config/obj-coff.c:675
 #, c-format
 msgid "`%s' symbol without preceding function"
 msgstr ""
 
-#: config/obj-coff.c:758
+#: config/obj-coff.c:762
 #, c-format
 msgid "unexpected storage class %d"
 msgstr ""
 
-#: config/obj-coff.c:866
+#: config/obj-coff.c:870
 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
 msgstr ""
 
-#: config/obj-coff.c:886
+#: config/obj-coff.c:890
 msgid "badly formed .dim directive ignored"
 msgstr ""
 
-#: config/obj-coff.c:935
+#: config/obj-coff.c:939
 msgid ".size pseudo-op used outside of .def/.endef ignored."
 msgstr ""
 
-#: config/obj-coff.c:950
+#: config/obj-coff.c:954
 msgid ".scl pseudo-op used outside of .def/.endef ignored."
 msgstr ""
 
-#: config/obj-coff.c:967
+#: config/obj-coff.c:971
 msgid ".tag pseudo-op used outside of .def/.endef ignored."
 msgstr ""
 
-#: config/obj-coff.c:985
+#: config/obj-coff.c:989
 #, c-format
 msgid "tag not found for .tag %s"
 msgstr ""
 
-#: config/obj-coff.c:998
+#: config/obj-coff.c:1002
 msgid ".type pseudo-op used outside of .def/.endef ignored."
 msgstr ""
 
-#: config/obj-coff.c:1017
+#: config/obj-coff.c:1021
 msgid ".val pseudo-op used outside of .def/.endef ignored."
 msgstr ""
 
-#: config/obj-coff.c:1174
+#: config/obj-coff.c:1178
 msgid "badly formed .weak directive ignored"
 msgstr ""
 
-#: config/obj-coff.c:1352
+#: config/obj-coff.c:1356
 msgid "mismatched .eb"
 msgstr ""
 
-#: config/obj-coff.c:1373
+#: config/obj-coff.c:1377
 #, c-format
 msgid "C_EFCN symbol for %s out of scope"
 msgstr ""
 
-#: config/obj-coff.c:1427
+#: config/obj-coff.c:1431
 #, c-format
 msgid "Warning: internal error: forgetting to set endndx of %s"
 msgstr ""
@@ -720,22 +732,22 @@ msgstr ""
 #. STYP_INFO
 #. STYP_LIB
 #. STYP_OVER
-#: config/obj-coff.c:1657
+#: config/obj-coff.c:1661
 #, c-format
 msgid "unsupported section attribute '%c'"
 msgstr ""
 
-#: config/obj-coff.c:1661 config/tc-ppc.c:4919
+#: config/obj-coff.c:1665 config/tc-ppc.c:5129
 #, c-format
 msgid "unknown section attribute '%c'"
 msgstr ""
 
-#: config/obj-coff.c:1703
+#: config/obj-coff.c:1707
 #, c-format
 msgid "Ignoring changed section attributes for %s"
 msgstr ""
 
-#: config/obj-coff.c:1838
+#: config/obj-coff.c:1847
 #, c-format
 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
 msgstr ""
@@ -791,7 +803,7 @@ msgstr ""
 msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T"
 msgstr ""
 
-#: config/obj-elf.c:836 read.c:2790
+#: config/obj-elf.c:836 read.c:2779
 msgid "unrecognized section type"
 msgstr ""
 
@@ -803,91 +815,92 @@ msgstr ""
 msgid "missing name"
 msgstr ""
 
-#: config/obj-elf.c:1030
+#: config/obj-elf.c:1032
 msgid "invalid merge entity size"
 msgstr ""
 
-#: config/obj-elf.c:1037
+#: config/obj-elf.c:1039
 msgid "entity size for SHF_MERGE not specified"
 msgstr ""
 
-#: config/obj-elf.c:1043
+#: config/obj-elf.c:1045
 msgid "? section flag ignored with G present"
 msgstr ""
 
-#: config/obj-elf.c:1062
+#: config/obj-elf.c:1064
 msgid "group name for SHF_GROUP not specified"
 msgstr ""
 
-#: config/obj-elf.c:1085
+#: config/obj-elf.c:1087
 msgid "character following name is not '#'"
 msgstr ""
 
-#: config/obj-elf.c:1204
+#: config/obj-elf.c:1207
 msgid ".previous without corresponding .section; ignored"
 msgstr ""
 
-#: config/obj-elf.c:1230
+#: config/obj-elf.c:1233
 msgid ".popsection without corresponding .pushsection; ignored"
 msgstr ""
 
-#: config/obj-elf.c:1276
+#: config/obj-elf.c:1279
 msgid "expected comma after name in .symver"
 msgstr ""
 
-#: config/obj-elf.c:1300
+#: config/obj-elf.c:1303
 #, c-format
 msgid "missing version name in `%s' for symbol `%s'"
 msgstr ""
 
-#: config/obj-elf.c:1311
+#: config/obj-elf.c:1314
 #, c-format
 msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
 msgstr ""
 
-#: config/obj-elf.c:1348
+#: config/obj-elf.c:1351
 #, c-format
 msgid "expected `%s' to have already been set for .vtable_inherit"
 msgstr ""
 
-#: config/obj-elf.c:1358
+#: config/obj-elf.c:1361
 msgid "expected comma after name in .vtable_inherit"
 msgstr ""
 
-#: config/obj-elf.c:1411
+#: config/obj-elf.c:1414
 msgid "expected comma after name in .vtable_entry"
 msgstr ""
 
-#: config/obj-elf.c:1534
+#: config/obj-elf.c:1537
 msgid "expected quoted string"
 msgstr ""
 
-#: config/obj-elf.c:1554
+#: config/obj-elf.c:1557
 #, c-format
 msgid "expected comma after name `%s' in .size directive"
 msgstr ""
 
-#: config/obj-elf.c:1563
+#: config/obj-elf.c:1566
 msgid "missing expression in .size directive"
 msgstr ""
 
-#: config/obj-elf.c:1687
+#: config/obj-elf.c:1690
 #, c-format
 msgid "symbol '%s' is already defined"
 msgstr ""
 
-#: config/obj-elf.c:1707 config/obj-elf.c:1719
+#: config/obj-elf.c:1710 config/obj-elf.c:1722
 #, c-format
 msgid "symbol type \"%s\" is supported only by GNU targets"
 msgstr ""
 
-#: config/obj-elf.c:1730
+#: config/obj-elf.c:1733
 #, c-format
 msgid "unrecognized symbol type \"%s\""
 msgstr ""
 
-#: config/obj-elf.c:1906
-msgid ".size expression too complicated to fix up"
+#: config/obj-elf.c:1903 config/obj-elf.c:1906
+#, c-format
+msgid ".size expression for %s does not evaluate to a constant"
 msgstr ""
 
 #: config/obj-elf.c:1938
@@ -911,17 +924,17 @@ msgstr ""
 msgid "can't create group: %s"
 msgstr ""
 
-#: config/obj-elf.c:2260
+#: config/obj-elf.c:2267
 #, c-format
 msgid "failed to set up debugging information: %s"
 msgstr ""
 
-#: config/obj-elf.c:2280
+#: config/obj-elf.c:2287
 #, c-format
 msgid "can't start writing .mdebug section: %s"
 msgstr ""
 
-#: config/obj-elf.c:2288
+#: config/obj-elf.c:2295
 #, c-format
 msgid "could not write .mdebug section: %s"
 msgstr ""
@@ -1034,7 +1047,7 @@ msgstr ""
 msgid "opcode `%s' not supported for target %s"
 msgstr ""
 
-#: config/tc-alpha.c:1195 config/tc-alpha.c:3370 config/tc-avr.c:1384
+#: config/tc-alpha.c:1195 config/tc-alpha.c:3370 config/tc-avr.c:1441
 #: config/tc-msp430.c:1828
 #, c-format
 msgid "unknown opcode `%s'"
@@ -1116,7 +1129,7 @@ msgid "sequence number in use for !tlsgd!%ld"
 msgstr ""
 
 #: config/tc-alpha.c:2001 config/tc-arc.c:292 config/tc-mn10200.c:856
-#: config/tc-mn10300.c:1148 config/tc-ppc.c:1699 config/tc-s390.c:611
+#: config/tc-mn10300.c:1148 config/tc-ppc.c:1730 config/tc-s390.c:638
 msgid "operand"
 msgstr ""
 
@@ -1133,7 +1146,7 @@ msgid "can not resolve expression"
 msgstr ""
 
 #: config/tc-alpha.c:3524 config/tc-i370.c:1055 config/tc-microblaze.c:185
-#: config/tc-ppc.c:2024 config/tc-ppc.c:4682
+#: config/tc-ppc.c:2055 config/tc-ppc.c:4892
 #, c-format
 msgid ".COMMon length (%ld.) <0! Ignored."
 msgstr ""
@@ -1142,7 +1155,7 @@ msgstr ""
 msgid "Ignoring attempt to re-define symbol"
 msgstr ""
 
-#: config/tc-alpha.c:3627 config/tc-ppc.c:4719 config/tc-sparc.c:3828
+#: config/tc-alpha.c:3627 config/tc-ppc.c:4929 config/tc-sparc.c:3828
 #, c-format
 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
 msgstr ""
@@ -1183,7 +1196,7 @@ msgstr ""
 msgid "bad .mask directive"
 msgstr ""
 
-#: config/tc-alpha.c:3882 config/tc-mips.c:15153 config/tc-score.c:5743
+#: config/tc-alpha.c:3882 config/tc-mips.c:15469 config/tc-score.c:5743
 #: ecoff.c:3178
 msgid ".frame outside of .ent"
 msgstr ""
@@ -1315,37 +1328,37 @@ msgstr ""
 msgid "Alignment negative: 0 assumed"
 msgstr ""
 
-#: config/tc-alpha.c:5162 config/tc-alpha.c:5655
+#: config/tc-alpha.c:5163 config/tc-alpha.c:5656
 #, c-format
 msgid "Unknown CPU identifier `%s'"
 msgstr ""
 
-#: config/tc-alpha.c:5353
+#: config/tc-alpha.c:5354
 #, c-format
 msgid "Chose GP value of %lx\n"
 msgstr ""
 
-#: config/tc-alpha.c:5367
+#: config/tc-alpha.c:5368
 msgid "bad .section directive: want a,s,w,x,M,S,G,T in string"
 msgstr ""
 
-#: config/tc-alpha.c:5456
+#: config/tc-alpha.c:5457
 #, c-format
 msgid "internal error: can't hash opcode `%s': %s"
 msgstr ""
 
-#: config/tc-alpha.c:5492
+#: config/tc-alpha.c:5493
 #, c-format
 msgid "internal error: can't hash macro `%s': %s"
 msgstr ""
 
-#: config/tc-alpha.c:5577 config/tc-arm.c:6588 config/tc-arm.c:6600
+#: config/tc-alpha.c:5578 config/tc-arm.c:6746 config/tc-arm.c:6758
 #: config/tc-i960.c:708 config/tc-xtensa.c:5315 config/tc-xtensa.c:5393
-#: config/tc-xtensa.c:5510 config/tc-z80.c:1888
+#: config/tc-xtensa.c:5510 config/tc-z80.c:1897
 msgid "syntax error"
 msgstr ""
 
-#: config/tc-alpha.c:5706
+#: config/tc-alpha.c:5707
 msgid ""
 "Alpha options:\n"
 "-32addr\t\t\ttreat addresses as 32-bit values\n"
@@ -1357,7 +1370,7 @@ msgid ""
 "\t\t\tthese variants include PALcode opcodes\n"
 msgstr ""
 
-#: config/tc-alpha.c:5716
+#: config/tc-alpha.c:5717
 msgid ""
 "VMS options:\n"
 "-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
@@ -1365,40 +1378,40 @@ msgid ""
 "-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
 msgstr ""
 
-#: config/tc-alpha.c:5967
+#: config/tc-alpha.c:5968
 #, c-format
 msgid "unhandled relocation type %s"
 msgstr ""
 
-#: config/tc-alpha.c:5980
+#: config/tc-alpha.c:5981
 msgid "non-absolute expression in constant field"
 msgstr ""
 
-#: config/tc-alpha.c:5994
+#: config/tc-alpha.c:5995
 #, c-format
 msgid "type %d reloc done?\n"
 msgstr ""
 
-#: config/tc-alpha.c:6041 config/tc-alpha.c:6048
+#: config/tc-alpha.c:6042 config/tc-alpha.c:6049 config/tc-mips.c:9793
 msgid "Used $at without \".set noat\""
 msgstr ""
 
-#: config/tc-alpha.c:6217
+#: config/tc-alpha.c:6218
 #, c-format
 msgid "!samegp reloc against symbol without .prologue: %s"
 msgstr ""
 
-#: config/tc-alpha.c:6261 config/tc-xtensa.c:5999
+#: config/tc-alpha.c:6262 config/tc-xtensa.c:5999
 #, c-format
 msgid "cannot represent `%s' relocation in object file"
 msgstr ""
 
-#: config/tc-alpha.c:6267
+#: config/tc-alpha.c:6268
 #, c-format
 msgid "internal error? cannot generate `%s' relocation"
 msgstr ""
 
-#: config/tc-alpha.c:6363
+#: config/tc-alpha.c:6364
 #, c-format
 msgid "frame reg expected, using $%d."
 msgstr ""
@@ -1406,15 +1419,15 @@ msgstr ""
 #: config/tc-arc.c:194 config/tc-arc.c:215 config/tc-arc.c:992
 #: config/tc-h8300.c:77 config/tc-h8300.c:86 config/tc-h8300.c:96
 #: config/tc-h8300.c:106 config/tc-h8300.c:116 config/tc-h8300.c:127
-#: config/tc-h8300.c:244 config/tc-hppa.c:6866 config/tc-hppa.c:6872
-#: config/tc-hppa.c:6878 config/tc-hppa.c:6884 config/tc-hppa.c:8291
+#: config/tc-h8300.c:244 config/tc-hppa.c:6887 config/tc-hppa.c:6893
+#: config/tc-hppa.c:6899 config/tc-hppa.c:6905 config/tc-hppa.c:8312
 #: config/tc-lm32.c:198 config/tc-mn10300.c:937 config/tc-mn10300.c:942
 #: config/tc-mn10300.c:2433 config/tc-xc16x.c:79 config/tc-xc16x.c:86
 #: config/tc-xc16x.c:93
 msgid "could not set architecture and machine"
 msgstr ""
 
-#: config/tc-arc.c:212 config/tc-arm.c:22001 config/tc-score.c:6303
+#: config/tc-arc.c:212 config/tc-arm.c:22240 config/tc-score.c:6303
 #: config/tc-score.c:6532 config/tc-score.c:6537
 msgid "virtual memory exhausted"
 msgstr ""
@@ -1505,7 +1518,7 @@ msgstr ""
 msgid "unknown suffix class"
 msgstr ""
 
-#: config/tc-arc.c:862
+#: config/tc-arc.c:862 config/tc-tic6x.c:582
 msgid "expected comma after symbol name"
 msgstr ""
 
@@ -1576,7 +1589,7 @@ msgstr ""
 
 #. xgettext:c-format.
 #: config/tc-arc.c:1759 config/tc-i370.c:2207 config/tc-mn10200.c:1141
-#: config/tc-mn10300.c:1820 config/tc-ppc.c:2939 config/tc-s390.c:1465
+#: config/tc-mn10300.c:1820 config/tc-ppc.c:2970 config/tc-s390.c:1506
 #: config/tc-v850.c:2699
 #, c-format
 msgid "junk at end of line: `%s'"
@@ -1595,798 +1608,819 @@ msgstr ""
 msgid "conditional branch follows set of flags"
 msgstr ""
 
-#: config/tc-arc.c:1893 config/tc-arm.c:15965
+#: config/tc-arc.c:1893 config/tc-arm.c:16170
 #, c-format
 msgid "bad instruction `%s'"
 msgstr ""
 
-#: config/tc-arm.c:529
+#: config/tc-arm.c:539
 msgid "ARM register expected"
 msgstr ""
 
-#: config/tc-arm.c:530
+#: config/tc-arm.c:540
 msgid "bad or missing co-processor number"
 msgstr ""
 
-#: config/tc-arm.c:531
+#: config/tc-arm.c:541
 msgid "co-processor register expected"
 msgstr ""
 
-#: config/tc-arm.c:532
+#: config/tc-arm.c:542
 msgid "FPA register expected"
 msgstr ""
 
-#: config/tc-arm.c:533
+#: config/tc-arm.c:543
 msgid "VFP single precision register expected"
 msgstr ""
 
-#: config/tc-arm.c:534
+#: config/tc-arm.c:544
 msgid "VFP/Neon double precision register expected"
 msgstr ""
 
-#: config/tc-arm.c:535
+#: config/tc-arm.c:545
 msgid "Neon quad precision register expected"
 msgstr ""
 
-#: config/tc-arm.c:536
+#: config/tc-arm.c:546
 msgid "VFP single or double precision register expected"
 msgstr ""
 
-#: config/tc-arm.c:537
+#: config/tc-arm.c:547
 msgid "Neon double or quad precision register expected"
 msgstr ""
 
-#: config/tc-arm.c:538
+#: config/tc-arm.c:548
 msgid "VFP single, double or Neon quad precision register expected"
 msgstr ""
 
-#: config/tc-arm.c:539
+#: config/tc-arm.c:549
 msgid "VFP system register expected"
 msgstr ""
 
-#: config/tc-arm.c:540
+#: config/tc-arm.c:550
 msgid "Maverick MVF register expected"
 msgstr ""
 
-#: config/tc-arm.c:541
+#: config/tc-arm.c:551
 msgid "Maverick MVD register expected"
 msgstr ""
 
-#: config/tc-arm.c:542
+#: config/tc-arm.c:552
 msgid "Maverick MVFX register expected"
 msgstr ""
 
-#: config/tc-arm.c:543
+#: config/tc-arm.c:553
 msgid "Maverick MVDX register expected"
 msgstr ""
 
-#: config/tc-arm.c:544
+#: config/tc-arm.c:554
 msgid "Maverick MVAX register expected"
 msgstr ""
 
-#: config/tc-arm.c:545
+#: config/tc-arm.c:555
 msgid "Maverick DSPSC register expected"
 msgstr ""
 
-#: config/tc-arm.c:546
+#: config/tc-arm.c:556
 msgid "iWMMXt data register expected"
 msgstr ""
 
-#: config/tc-arm.c:547 config/tc-arm.c:6363
+#: config/tc-arm.c:557 config/tc-arm.c:6525
 msgid "iWMMXt control register expected"
 msgstr ""
 
-#: config/tc-arm.c:548
+#: config/tc-arm.c:558
 msgid "iWMMXt scalar register expected"
 msgstr ""
 
-#: config/tc-arm.c:549
+#: config/tc-arm.c:559
 msgid "XScale accumulator register expected"
 msgstr ""
 
 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
-#: config/tc-arm.c:698 config/tc-score.c:259
+#: config/tc-arm.c:708 config/tc-score.c:259
 msgid "bad arguments to instruction"
 msgstr ""
 
-#: config/tc-arm.c:699
+#: config/tc-arm.c:709
 msgid "r13 not allowed here"
 msgstr ""
 
-#: config/tc-arm.c:700
+#: config/tc-arm.c:710
 msgid "r15 not allowed here"
 msgstr ""
 
-#: config/tc-arm.c:701
+#: config/tc-arm.c:711
 msgid "instruction cannot be conditional"
 msgstr ""
 
-#: config/tc-arm.c:702
+#: config/tc-arm.c:712
 msgid "registers may not be the same"
 msgstr ""
 
-#: config/tc-arm.c:703
+#: config/tc-arm.c:713
 msgid "lo register required"
 msgstr ""
 
-#: config/tc-arm.c:704
+#: config/tc-arm.c:714
 msgid "instruction not supported in Thumb16 mode"
 msgstr ""
 
-#: config/tc-arm.c:705
+#: config/tc-arm.c:715
 msgid "instruction does not accept this addressing mode"
 msgstr ""
 
-#: config/tc-arm.c:706
+#: config/tc-arm.c:716
 msgid "branch must be last instruction in IT block"
 msgstr ""
 
-#: config/tc-arm.c:707
+#: config/tc-arm.c:717
 msgid "instruction not allowed in IT block"
 msgstr ""
 
-#: config/tc-arm.c:708
+#: config/tc-arm.c:718
 msgid "selected FPU does not support instruction"
 msgstr ""
 
-#: config/tc-arm.c:709
+#: config/tc-arm.c:719
 msgid "thumb conditional instruction should be in IT block"
 msgstr ""
 
-#: config/tc-arm.c:710
+#: config/tc-arm.c:720
 msgid "incorrect condition in IT block"
 msgstr ""
 
-#: config/tc-arm.c:711
+#: config/tc-arm.c:721
 msgid "IT falling in the range of a previous IT block"
 msgstr ""
 
-#: config/tc-arm.c:712
+#: config/tc-arm.c:722
 msgid "missing .fnstart before unwinding directive"
 msgstr ""
 
-#: config/tc-arm.c:714
+#: config/tc-arm.c:724
 msgid "cannot use register index with PC-relative addressing"
 msgstr ""
 
-#: config/tc-arm.c:716
+#: config/tc-arm.c:726
 msgid "cannot use writeback with PC-relative addressing"
 msgstr ""
 
-#: config/tc-arm.c:907
+#: config/tc-arm.c:917
 msgid "immediate expression requires a # prefix"
 msgstr ""
 
-#: config/tc-arm.c:935 read.c:3678
+#: config/tc-arm.c:945 read.c:3664
 msgid "missing expression"
 msgstr ""
 
-#: config/tc-arm.c:935 config/tc-score.c:6519 expr.c:1358 read.c:2469
+#: config/tc-arm.c:945 config/tc-score.c:6519 expr.c:1357 read.c:2456
 msgid "bad expression"
 msgstr ""
 
-#: config/tc-arm.c:946 config/tc-i860.c:1004 config/tc-sparc.c:2880
+#: config/tc-arm.c:956 config/tc-i860.c:1004 config/tc-sparc.c:2880
 msgid "bad segment"
 msgstr ""
 
-#: config/tc-arm.c:965 config/tc-arm.c:4809 config/tc-i960.c:1300
+#: config/tc-arm.c:975 config/tc-arm.c:4848 config/tc-i960.c:1300
 #: config/tc-score.c:1211
 msgid "invalid constant"
 msgstr ""
 
-#: config/tc-arm.c:1095
+#: config/tc-arm.c:1105
 msgid "expected #constant"
 msgstr ""
 
-#: config/tc-arm.c:1256
+#: config/tc-arm.c:1266
 #, c-format
 msgid "unexpected character `%c' in type specifier"
 msgstr ""
 
-#: config/tc-arm.c:1273
+#: config/tc-arm.c:1283
 #, c-format
 msgid "bad size %d in type specifier"
 msgstr ""
 
-#: config/tc-arm.c:1323
+#: config/tc-arm.c:1333
 msgid "only one type should be specified for operand"
 msgstr ""
 
-#: config/tc-arm.c:1329
+#: config/tc-arm.c:1339
 msgid "vector type expected"
 msgstr ""
 
-#: config/tc-arm.c:1401
+#: config/tc-arm.c:1411
 msgid "can't redefine type for operand"
 msgstr ""
 
-#: config/tc-arm.c:1412
+#: config/tc-arm.c:1422
 msgid "only D registers may be indexed"
 msgstr ""
 
-#: config/tc-arm.c:1418
+#: config/tc-arm.c:1428
 msgid "can't change index for operand"
 msgstr ""
 
-#: config/tc-arm.c:1434 config/tc-arm.c:3318 config/tc-arm.c:4391
+#: config/tc-arm.c:1444 config/tc-arm.c:3332 config/tc-arm.c:4430
 msgid "constant expression required"
 msgstr ""
 
-#: config/tc-arm.c:1477
+#: config/tc-arm.c:1491
 msgid "register operand expected, but got scalar"
 msgstr ""
 
-#: config/tc-arm.c:1510
+#: config/tc-arm.c:1524
 msgid "scalar must have an index"
 msgstr ""
 
-#: config/tc-arm.c:1515 config/tc-arm.c:14574 config/tc-arm.c:14624
-#: config/tc-arm.c:15039
+#: config/tc-arm.c:1529 config/tc-arm.c:14756 config/tc-arm.c:14806
+#: config/tc-arm.c:15221
 msgid "scalar index out of range"
 msgstr ""
 
-#: config/tc-arm.c:1563
+#: config/tc-arm.c:1577
 msgid "bad range in register list"
 msgstr ""
 
-#: config/tc-arm.c:1571 config/tc-arm.c:1580 config/tc-arm.c:1621
+#: config/tc-arm.c:1585 config/tc-arm.c:1594 config/tc-arm.c:1635
 #, c-format
 msgid "Warning: duplicated register (r%d) in register list"
 msgstr ""
 
-#: config/tc-arm.c:1583
+#: config/tc-arm.c:1597
 msgid "Warning: register range not in ascending order"
 msgstr ""
 
-#: config/tc-arm.c:1594
+#: config/tc-arm.c:1608
 msgid "missing `}'"
 msgstr ""
 
-#: config/tc-arm.c:1610
+#: config/tc-arm.c:1624
 msgid "invalid register mask"
 msgstr ""
 
-#: config/tc-arm.c:1692
+#: config/tc-arm.c:1706
 msgid "expecting {"
 msgstr ""
 
-#: config/tc-arm.c:1747 config/tc-arm.c:1791
+#: config/tc-arm.c:1761 config/tc-arm.c:1805
 msgid "register out of range in list"
 msgstr ""
 
-#: config/tc-arm.c:1763 config/tc-arm.c:1808 config/tc-h8300.c:1040
-#: config/tc-mips.c:10575 config/tc-mips.c:10597
+#: config/tc-arm.c:1777 config/tc-arm.c:1822 config/tc-h8300.c:1040
+#: config/tc-mips.c:10894 config/tc-mips.c:10916
 msgid "invalid register list"
 msgstr ""
 
-#: config/tc-arm.c:1769 config/tc-arm.c:3832 config/tc-arm.c:3965
+#: config/tc-arm.c:1783 config/tc-arm.c:3846 config/tc-arm.c:3979
 msgid "register list not in ascending order"
 msgstr ""
 
-#: config/tc-arm.c:1800
+#: config/tc-arm.c:1814
 msgid "register range not in ascending order"
 msgstr ""
 
-#: config/tc-arm.c:1833
+#: config/tc-arm.c:1847
 msgid "non-contiguous register range"
 msgstr ""
 
-#: config/tc-arm.c:1892
+#: config/tc-arm.c:1906
 msgid "register stride must be 1 or 2"
 msgstr ""
 
-#: config/tc-arm.c:1893
+#: config/tc-arm.c:1907
 msgid "mismatched element/structure types in list"
 msgstr ""
 
-#: config/tc-arm.c:1957
+#: config/tc-arm.c:1971
 msgid "don't use Rn-Rm syntax with non-unit stride"
 msgstr ""
 
-#: config/tc-arm.c:2012
+#: config/tc-arm.c:2026
 msgid "error parsing element/structure list"
 msgstr ""
 
-#: config/tc-arm.c:2018
+#: config/tc-arm.c:2032
 msgid "expected }"
 msgstr ""
 
-#: config/tc-arm.c:2075
+#: config/tc-arm.c:2089
 #, c-format
 msgid "ignoring attempt to redefine built-in register '%s'"
 msgstr ""
 
-#: config/tc-arm.c:2080
+#: config/tc-arm.c:2094
 #, c-format
 msgid "ignoring redefinition of register alias '%s'"
 msgstr ""
 
-#: config/tc-arm.c:2108
+#: config/tc-arm.c:2122
 msgid "attempt to redefine typed alias"
 msgstr ""
 
-#: config/tc-arm.c:2147
+#: config/tc-arm.c:2161
 #, c-format
 msgid "unknown register '%s' -- .req ignored"
 msgstr ""
 
-#: config/tc-arm.c:2242
+#: config/tc-arm.c:2256
 msgid "bad type for register"
 msgstr ""
 
-#: config/tc-arm.c:2253
+#: config/tc-arm.c:2267
 msgid "expression must be constant"
 msgstr ""
 
-#: config/tc-arm.c:2270
+#: config/tc-arm.c:2284
 msgid "can't redefine the type of a register alias"
 msgstr ""
 
-#: config/tc-arm.c:2277
+#: config/tc-arm.c:2291
 msgid "you must specify a single type only"
 msgstr ""
 
-#: config/tc-arm.c:2290
+#: config/tc-arm.c:2304
 msgid "can't redefine the index of a scalar alias"
 msgstr ""
 
-#: config/tc-arm.c:2298
+#: config/tc-arm.c:2312
 msgid "scalar index must be constant"
 msgstr ""
 
-#: config/tc-arm.c:2307
+#: config/tc-arm.c:2321
 msgid "expecting ]"
 msgstr ""
 
-#: config/tc-arm.c:2354
+#: config/tc-arm.c:2368
 msgid "invalid syntax for .req directive"
 msgstr ""
 
-#: config/tc-arm.c:2360
+#: config/tc-arm.c:2374
 msgid "invalid syntax for .dn directive"
 msgstr ""
 
-#: config/tc-arm.c:2366
+#: config/tc-arm.c:2380
 msgid "invalid syntax for .qn directive"
 msgstr ""
 
-#: config/tc-arm.c:2392
+#: config/tc-arm.c:2406
 msgid "invalid syntax for .unreq directive"
 msgstr ""
 
-#: config/tc-arm.c:2399
+#: config/tc-arm.c:2413
 #, c-format
 msgid "unknown register alias '%s'"
 msgstr ""
 
-#: config/tc-arm.c:2401
+#: config/tc-arm.c:2415
 #, c-format
-msgid "ignoring attempt to undefine built-in register '%s'"
+msgid "ignoring attempt to use .unreq on fixed register name: '%s'"
 msgstr ""
 
-#: config/tc-arm.c:2652
+#: config/tc-arm.c:2666
 #, c-format
 msgid "Failed to find real start of function: %s\n"
 msgstr ""
 
-#: config/tc-arm.c:2669
+#: config/tc-arm.c:2683
 msgid "selected processor does not support THUMB opcodes"
 msgstr ""
 
-#: config/tc-arm.c:2682
+#: config/tc-arm.c:2696
 msgid "selected processor does not support ARM opcodes"
 msgstr ""
 
-#: config/tc-arm.c:2694
+#: config/tc-arm.c:2708
 #, c-format
 msgid "invalid instruction size selected (%d)"
 msgstr ""
 
-#: config/tc-arm.c:2726
+#: config/tc-arm.c:2740
 #, c-format
 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
 msgstr ""
 
-#: config/tc-arm.c:2782
+#: config/tc-arm.c:2796
 #, c-format
 msgid "expected comma after name \"%s\""
 msgstr ""
 
-#: config/tc-arm.c:2832 config/tc-m32r.c:588
+#: config/tc-arm.c:2846 config/tc-m32r.c:588
 #, c-format
 msgid "symbol `%s' already defined"
 msgstr ""
 
-#: config/tc-arm.c:2866
+#: config/tc-arm.c:2880
 #, c-format
 msgid "unrecognized syntax mode \"%s\""
 msgstr ""
 
-#: config/tc-arm.c:2887
+#: config/tc-arm.c:2901
 #, c-format
 msgid "alignment too large: %d assumed"
 msgstr ""
 
-#: config/tc-arm.c:2890
+#: config/tc-arm.c:2904
 msgid "alignment negative. 0 assumed."
 msgstr ""
 
-#: config/tc-arm.c:3040
+#: config/tc-arm.c:3054
 msgid "literal pool overflow"
 msgstr ""
 
-#: config/tc-arm.c:3196 config/tc-arm.c:6298
+#: config/tc-arm.c:3210 config/tc-arm.c:6460
 msgid "unrecognized relocation suffix"
 msgstr ""
 
-#: config/tc-arm.c:3211
+#: config/tc-arm.c:3225
 msgid "(plt) is only valid on branch targets"
 msgstr ""
 
-#: config/tc-arm.c:3217 config/tc-s390.c:1107 config/tc-s390.c:1730
+#: config/tc-arm.c:3231 config/tc-s390.c:1134 config/tc-s390.c:1771
 #: config/tc-xtensa.c:1591
 #, c-format
 msgid "%s relocations do not fit in %d bytes"
 msgstr ""
 
-#: config/tc-arm.c:3294
+#: config/tc-arm.c:3308
 msgid ".inst.n operand too big. Use .inst.w instead"
 msgstr ""
 
-#: config/tc-arm.c:3314
+#: config/tc-arm.c:3328
 msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
 msgstr ""
 
-#: config/tc-arm.c:3344
+#: config/tc-arm.c:3358
 msgid "width suffixes are invalid in ARM mode"
 msgstr ""
 
-#: config/tc-arm.c:3386 dwarf2dbg.c:707
+#: config/tc-arm.c:3400 dwarf2dbg.c:711
 msgid "expected 0 or 1"
 msgstr ""
 
-#: config/tc-arm.c:3390
+#: config/tc-arm.c:3404
 msgid "missing comma"
 msgstr ""
 
-#: config/tc-arm.c:3423
+#: config/tc-arm.c:3437
 msgid "duplicate .fnstart directive"
 msgstr ""
 
-#: config/tc-arm.c:3454
+#: config/tc-arm.c:3468 config/tc-tic6x.c:413
 msgid "duplicate .handlerdata directive"
 msgstr ""
 
-#: config/tc-arm.c:3473
+#: config/tc-arm.c:3487
 msgid ".fnend directive without .fnstart"
 msgstr ""
 
-#: config/tc-arm.c:3539
+#: config/tc-arm.c:3553 config/tc-tic6x.c:394
 msgid "personality routine specified for cantunwind frame"
 msgstr ""
 
-#: config/tc-arm.c:3556
+#: config/tc-arm.c:3570 config/tc-tic6x.c:455
 msgid "duplicate .personalityindex directive"
 msgstr ""
 
-#: config/tc-arm.c:3563
+#: config/tc-arm.c:3577 config/tc-tic6x.c:462
 msgid "bad personality routine number"
 msgstr ""
 
-#: config/tc-arm.c:3585
+#: config/tc-arm.c:3599 config/tc-tic6x.c:479
 msgid "duplicate .personality directive"
 msgstr ""
 
-#: config/tc-arm.c:3608 config/tc-arm.c:3736 config/tc-arm.c:3784
+#: config/tc-arm.c:3622 config/tc-arm.c:3750 config/tc-arm.c:3798
 msgid "expected register list"
 msgstr ""
 
-#: config/tc-arm.c:3690
+#: config/tc-arm.c:3704
 msgid "expected , <constant>"
 msgstr ""
 
-#: config/tc-arm.c:3699
+#: config/tc-arm.c:3713
 msgid "number of registers must be in the range [1:4]"
 msgstr ""
 
-#: config/tc-arm.c:3846 config/tc-arm.c:3979
+#: config/tc-arm.c:3860 config/tc-arm.c:3993
 msgid "bad register range"
 msgstr ""
 
-#: config/tc-arm.c:4036
+#: config/tc-arm.c:4050
 msgid "register expected"
 msgstr ""
 
-#: config/tc-arm.c:4046
+#: config/tc-arm.c:4060
 msgid "FPA .unwind_save does not take a register list"
 msgstr ""
 
-#: config/tc-arm.c:4065
+#: config/tc-arm.c:4079
 msgid ".unwind_save does not support this kind of register"
 msgstr ""
 
-#: config/tc-arm.c:4104
+#: config/tc-arm.c:4118
 msgid "SP and PC not permitted in .unwind_movsp directive"
 msgstr ""
 
-#: config/tc-arm.c:4109
+#: config/tc-arm.c:4123
 msgid "unexpected .unwind_movsp directive"
 msgstr ""
 
-#: config/tc-arm.c:4136
+#: config/tc-arm.c:4150
 msgid "stack increment must be multiple of 4"
 msgstr ""
 
-#: config/tc-arm.c:4168
+#: config/tc-arm.c:4182
 msgid "expected <reg>, <reg>"
 msgstr ""
 
-#: config/tc-arm.c:4186
+#: config/tc-arm.c:4200
 msgid "register must be either sp or set by a previousunwind_movsp directive"
 msgstr ""
 
-#: config/tc-arm.c:4225
+#: config/tc-arm.c:4239
 msgid "expected <offset>, <opcode>"
 msgstr ""
 
-#: config/tc-arm.c:4237
+#: config/tc-arm.c:4251
 msgid "unwind opcode too long"
 msgstr ""
 
-#: config/tc-arm.c:4242
+#: config/tc-arm.c:4256
 msgid "invalid unwind opcode"
 msgstr ""
 
-#: config/tc-arm.c:4397 config/tc-arm.c:5307 config/tc-arm.c:9199
-#: config/tc-arm.c:9724 config/tc-arm.c:13036 config/tc-arm.c:21030
-#: config/tc-arm.c:21055 config/tc-arm.c:21063 config/tc-z8k.c:1144
+#: config/tc-arm.c:4436 config/tc-arm.c:5346 config/tc-arm.c:9360
+#: config/tc-arm.c:9888 config/tc-arm.c:13218 config/tc-arm.c:21248
+#: config/tc-arm.c:21273 config/tc-arm.c:21281 config/tc-z8k.c:1144
 #: config/tc-z8k.c:1154
 msgid "immediate value out of range"
 msgstr ""
 
-#: config/tc-arm.c:4562
+#: config/tc-arm.c:4601
 msgid "invalid FPA immediate expression"
 msgstr ""
 
-#: config/tc-arm.c:4686 config/tc-arm.c:4695
+#: config/tc-arm.c:4725 config/tc-arm.c:4734
 msgid "shift expression expected"
 msgstr ""
 
-#: config/tc-arm.c:4709
+#: config/tc-arm.c:4748
 msgid "'LSL' or 'ASR' required"
 msgstr ""
 
-#: config/tc-arm.c:4717
+#: config/tc-arm.c:4756
 msgid "'LSL' required"
 msgstr ""
 
-#: config/tc-arm.c:4725
+#: config/tc-arm.c:4764
 msgid "'ASR' required"
 msgstr ""
 
-#: config/tc-arm.c:4797 config/tc-arm.c:5301 config/tc-arm.c:7010
+#: config/tc-arm.c:4836 config/tc-arm.c:5340 config/tc-arm.c:7168
 msgid "constant expression expected"
 msgstr ""
 
-#: config/tc-arm.c:4804
+#: config/tc-arm.c:4843
 msgid "invalid rotation"
 msgstr ""
 
-#: config/tc-arm.c:4964 config/tc-arm.c:5128
+#: config/tc-arm.c:5003 config/tc-arm.c:5167
 msgid "unknown group relocation"
 msgstr ""
 
-#: config/tc-arm.c:5000
+#: config/tc-arm.c:5039
 msgid "alignment must be constant"
 msgstr ""
 
-#: config/tc-arm.c:5159
+#: config/tc-arm.c:5198
 msgid "this group relocation is not allowed on this instruction"
 msgstr ""
 
-#: config/tc-arm.c:5180 config/tc-arm.c:5585
+#: config/tc-arm.c:5219 config/tc-arm.c:5747
 msgid "']' expected"
 msgstr ""
 
-#: config/tc-arm.c:5198
+#: config/tc-arm.c:5237
 msgid "'}' expected at end of 'option' field"
 msgstr ""
 
-#: config/tc-arm.c:5203
+#: config/tc-arm.c:5242
 msgid "cannot combine index with option"
 msgstr ""
 
-#: config/tc-arm.c:5216
+#: config/tc-arm.c:5255
 msgid "cannot combine pre- and post-indexing"
 msgstr ""
 
-#: config/tc-arm.c:5381
+#: config/tc-arm.c:5478
+msgid "unexpected bit specified after APSR"
+msgstr ""
+
+#: config/tc-arm.c:5490
+msgid "selected processor does not support DSP extension"
+msgstr ""
+
+#: config/tc-arm.c:5502
+msgid "bad bitmask specified after APSR"
+msgstr ""
+
+#: config/tc-arm.c:5526
+msgid "writing to APSR without specifying a bitmask is deprecated"
+msgstr ""
+
+#: config/tc-arm.c:5538 config/tc-arm.c:10977 config/tc-arm.c:11016
+#: config/tc-arm.c:11020
+msgid "selected processor does not support requested special purpose register"
+msgstr ""
+
+#: config/tc-arm.c:5543
 msgid "flag for {c}psr instruction expected"
 msgstr ""
 
-#: config/tc-arm.c:5406
+#: config/tc-arm.c:5568
 msgid "unrecognized CPS flag"
 msgstr ""
 
-#: config/tc-arm.c:5413
+#: config/tc-arm.c:5575
 msgid "missing CPS flags"
 msgstr ""
 
-#: config/tc-arm.c:5436 config/tc-arm.c:5442
+#: config/tc-arm.c:5598 config/tc-arm.c:5604
 msgid "valid endian specifiers are be or le"
 msgstr ""
 
-#: config/tc-arm.c:5464
+#: config/tc-arm.c:5626
 msgid "missing rotation field after comma"
 msgstr ""
 
-#: config/tc-arm.c:5479
+#: config/tc-arm.c:5641
 msgid "rotation can only be 0, 8, 16, or 24"
 msgstr ""
 
-#: config/tc-arm.c:5508
+#: config/tc-arm.c:5670
 msgid "condition required"
 msgstr ""
 
-#: config/tc-arm.c:5547 config/tc-arm.c:7594
+#: config/tc-arm.c:5709 config/tc-arm.c:7755
 msgid "'[' expected"
 msgstr ""
 
-#: config/tc-arm.c:5560
+#: config/tc-arm.c:5722
 msgid "',' expected"
 msgstr ""
 
-#: config/tc-arm.c:5577
+#: config/tc-arm.c:5739
 msgid "invalid shift"
 msgstr ""
 
-#: config/tc-arm.c:5650
+#: config/tc-arm.c:5812
 msgid "can't use Neon quad register here"
 msgstr ""
 
-#: config/tc-arm.c:5716
+#: config/tc-arm.c:5878
 msgid "expected <Rm> or <Dm> or <Qm> operand"
 msgstr ""
 
-#: config/tc-arm.c:5796
+#: config/tc-arm.c:5958
 msgid "parse error"
 msgstr ""
 
-#: config/tc-arm.c:5806 read.c:2140
+#: config/tc-arm.c:5968 read.c:2127
 msgid "expected comma"
 msgstr ""
 
 #. ISB can only take SY as an option.
-#: config/tc-arm.c:6065
+#: config/tc-arm.c:6227
 msgid "invalid barrier type"
 msgstr ""
 
-#: config/tc-arm.c:6202
+#: config/tc-arm.c:6364
 msgid "immediate value is out of range"
 msgstr ""
 
-#: config/tc-arm.c:6348
+#: config/tc-arm.c:6510
 msgid "iWMMXt data or control register expected"
 msgstr ""
 
-#: config/tc-arm.c:6392
+#: config/tc-arm.c:6550
 msgid "Banked registers are not available with this architecture."
 msgstr ""
 
-#: config/tc-arm.c:6517
+#: config/tc-arm.c:6675
 #, c-format
 msgid "unhandled operand code %d"
 msgstr ""
 
-#: config/tc-arm.c:6614 config/tc-score.c:264
+#: config/tc-arm.c:6772 config/tc-score.c:264
 msgid "garbage following instruction"
 msgstr ""
 
 #. If REG is R13 (the stack pointer), warn that its use is
 #. deprecated.
-#: config/tc-arm.c:6655
+#: config/tc-arm.c:6813
 msgid "use of r13 is deprecated"
 msgstr ""
 
-#: config/tc-arm.c:6725
+#: config/tc-arm.c:6883
 msgid "D register out of range for selected VFP version"
 msgstr ""
 
-#: config/tc-arm.c:6804
+#: config/tc-arm.c:6962
 msgid "instruction does not accept preindexed addressing"
 msgstr ""
 
 #. unindexed - only for coprocessor
-#: config/tc-arm.c:6820 config/tc-arm.c:8992
+#: config/tc-arm.c:6978 config/tc-arm.c:9153
 msgid "instruction does not accept unindexed addressing"
 msgstr ""
 
-#: config/tc-arm.c:6828
+#: config/tc-arm.c:6986
 msgid "destination register same as write-back base"
 msgstr ""
 
-#: config/tc-arm.c:6829
+#: config/tc-arm.c:6987
 msgid "source register same as write-back base"
 msgstr ""
 
-#: config/tc-arm.c:6879
+#: config/tc-arm.c:7037
 msgid "use of PC in this instruction is deprecated"
 msgstr ""
 
-#: config/tc-arm.c:6897
+#: config/tc-arm.c:7055
 msgid "instruction does not accept scaled register index"
 msgstr ""
 
-#: config/tc-arm.c:6943
+#: config/tc-arm.c:7101
 msgid "instruction does not support unindexed addressing"
 msgstr ""
 
-#: config/tc-arm.c:6958
+#: config/tc-arm.c:7116
 msgid "pc may not be used with write-back"
 msgstr ""
 
-#: config/tc-arm.c:6963
+#: config/tc-arm.c:7121
 msgid "instruction does not support writeback"
 msgstr ""
 
-#: config/tc-arm.c:7005
+#: config/tc-arm.c:7163
 msgid "invalid pseudo operation"
 msgstr ""
 
-#: config/tc-arm.c:7051
+#: config/tc-arm.c:7209
 msgid "literal pool insertion failed"
 msgstr ""
 
-#: config/tc-arm.c:7110
+#: config/tc-arm.c:7268
 msgid "Rn must not overlap other operands"
 msgstr ""
 
-#: config/tc-arm.c:7115
+#: config/tc-arm.c:7273
 msgid "swp{b} use is deprecated for this architecture"
 msgstr ""
 
-#: config/tc-arm.c:7212 config/tc-arm.c:9559
+#: config/tc-arm.c:7370 config/tc-arm.c:9720
 msgid "bad barrier type"
 msgstr ""
 
-#: config/tc-arm.c:7223 config/tc-arm.c:7242 config/tc-arm.c:7255
-#: config/tc-arm.c:9571 config/tc-arm.c:9602 config/tc-arm.c:9624
+#: config/tc-arm.c:7381 config/tc-arm.c:7400 config/tc-arm.c:7413
+#: config/tc-arm.c:9732 config/tc-arm.c:9763 config/tc-arm.c:9785
 msgid "bit-field extends past end of register"
 msgstr ""
 
-#: config/tc-arm.c:7284
-msgid "the only suffix valid here is '(plt)'"
+#: config/tc-arm.c:7443
+msgid "the only valid suffixes here are '(plt)' and '(tlscall)'"
 msgstr ""
 
-#: config/tc-arm.c:7335
+#: config/tc-arm.c:7496
 msgid "use of r15 in blx in ARM mode is not really useful"
 msgstr ""
 
-#: config/tc-arm.c:7357
+#: config/tc-arm.c:7518
 msgid "use of r15 in bx in ARM mode is not really useful"
 msgstr ""
 
-#: config/tc-arm.c:7382
+#: config/tc-arm.c:7543
 msgid "use of r15 in bxj is not really useful"
 msgstr ""
 
-#: config/tc-arm.c:7561 config/tc-arm.c:7570
+#: config/tc-arm.c:7722 config/tc-arm.c:7731
 msgid "writeback of base register is UNPREDICTABLE"
 msgstr ""
 
-#: config/tc-arm.c:7564
+#: config/tc-arm.c:7725
 msgid "writeback of base register when in register list is UNPREDICTABLE"
 msgstr ""
 
-#: config/tc-arm.c:7574
+#: config/tc-arm.c:7735
 msgid "if writeback register is in list, it must be the lowest reg in the list"
 msgstr ""
 
-#: config/tc-arm.c:7589
+#: config/tc-arm.c:7750
 msgid "first destination register must be even"
 msgstr ""
 
-#: config/tc-arm.c:7592 config/tc-arm.c:7661
+#: config/tc-arm.c:7753 config/tc-arm.c:7822
 msgid "can only load two consecutive registers"
 msgstr ""
 
@@ -2394,1160 +2428,1161 @@ msgstr ""
 #. have been called in the first place.
 #. If op 2 were present and equal to PC, this function wouldn't
 #. have been called in the first place.
-#: config/tc-arm.c:7593 config/tc-arm.c:7664 config/tc-arm.c:8262
-#: config/tc-arm.c:10318
+#: config/tc-arm.c:7754 config/tc-arm.c:7825 config/tc-arm.c:8423
+#: config/tc-arm.c:10504
 msgid "r14 not allowed here"
 msgstr ""
 
-#: config/tc-arm.c:7607
+#: config/tc-arm.c:7768
 msgid "base register written back, and overlaps second destination register"
 msgstr ""
 
-#: config/tc-arm.c:7615
+#: config/tc-arm.c:7776
 msgid "index register overlaps destination register"
 msgstr ""
 
-#: config/tc-arm.c:7645 config/tc-arm.c:8244
+#: config/tc-arm.c:7806 config/tc-arm.c:8405
 msgid "offset must be zero in ARM encoding"
 msgstr ""
 
-#: config/tc-arm.c:7658 config/tc-arm.c:8256
+#: config/tc-arm.c:7819 config/tc-arm.c:8417
 msgid "even register required"
 msgstr ""
 
-#: config/tc-arm.c:7689 config/tc-arm.c:7721
+#: config/tc-arm.c:7850 config/tc-arm.c:7882
 msgid "this instruction requires a post-indexed address"
 msgstr ""
 
-#: config/tc-arm.c:7748
+#: config/tc-arm.c:7909
 msgid "Rd and Rm should be different in mla"
 msgstr ""
 
-#: config/tc-arm.c:7772 config/tc-arm.c:10662
+#: config/tc-arm.c:7933 config/tc-arm.c:10848
 msgid ":lower16: not allowed this instruction"
 msgstr ""
 
-#: config/tc-arm.c:7774
+#: config/tc-arm.c:7935
 msgid ":upper16: not allowed instruction"
 msgstr ""
 
-#: config/tc-arm.c:7793 config/tc-arm.c:7836
+#: config/tc-arm.c:7954 config/tc-arm.c:7997
 msgid "operand 1 must be FPSCR"
 msgstr ""
 
-#: config/tc-arm.c:7855
+#: config/tc-arm.c:8016
 msgid "operand 0 must be FPSCR"
 msgstr ""
 
-#: config/tc-arm.c:7875 config/tc-arm.c:10780
+#: config/tc-arm.c:8036 config/tc-arm.c:10966
 msgid "bad register for mrs"
 msgstr ""
 
-#: config/tc-arm.c:7882 config/tc-arm.c:10803
-msgid "'CPSR' or 'SPSR' expected"
+#: config/tc-arm.c:8043 config/tc-arm.c:10983
+msgid "'APSR', 'CPSR' or 'SPSR' expected"
 msgstr ""
 
-#: config/tc-arm.c:7923
+#: config/tc-arm.c:8084
 msgid "Rd and Rm should be different in mul"
 msgstr ""
 
-#: config/tc-arm.c:7942 config/tc-arm.c:8189 config/tc-arm.c:10937
+#: config/tc-arm.c:8103 config/tc-arm.c:8350 config/tc-arm.c:11117
 msgid "rdhi and rdlo must be different"
 msgstr ""
 
-#: config/tc-arm.c:7948
+#: config/tc-arm.c:8109
 msgid "rdhi, rdlo and rm must all be different"
 msgstr ""
 
-#: config/tc-arm.c:8014
+#: config/tc-arm.c:8175
 msgid "'[' expected after PLD mnemonic"
 msgstr ""
 
-#: config/tc-arm.c:8016 config/tc-arm.c:8031
+#: config/tc-arm.c:8177 config/tc-arm.c:8192
 msgid "post-indexed expression used in preload instruction"
 msgstr ""
 
-#: config/tc-arm.c:8018 config/tc-arm.c:8033
+#: config/tc-arm.c:8179 config/tc-arm.c:8194
 msgid "writeback used in preload instruction"
 msgstr ""
 
-#: config/tc-arm.c:8020 config/tc-arm.c:8035
+#: config/tc-arm.c:8181 config/tc-arm.c:8196
 msgid "unindexed addressing used in preload instruction"
 msgstr ""
 
-#: config/tc-arm.c:8029
+#: config/tc-arm.c:8190
 msgid "'[' expected after PLI mnemonic"
 msgstr ""
 
-#: config/tc-arm.c:8215
+#: config/tc-arm.c:8376
 msgid "SRS base register must be r13"
 msgstr ""
 
-#: config/tc-arm.c:8259
+#: config/tc-arm.c:8420
 msgid "can only store two consecutive registers"
 msgstr ""
 
-#: config/tc-arm.c:8354 config/tc-arm.c:8371
+#: config/tc-arm.c:8515 config/tc-arm.c:8532
 msgid "only two consecutive VFP SP registers allowed here"
 msgstr ""
 
-#: config/tc-arm.c:8399 config/tc-arm.c:8414
+#: config/tc-arm.c:8560 config/tc-arm.c:8575
 msgid "this addressing mode requires base-register writeback"
 msgstr ""
 
-#: config/tc-arm.c:8588
+#: config/tc-arm.c:8749
 msgid "this instruction does not support indexing"
 msgstr ""
 
-#: config/tc-arm.c:8611
+#: config/tc-arm.c:8772
 msgid "only r15 allowed here"
 msgstr ""
 
-#: config/tc-arm.c:8746
+#: config/tc-arm.c:8907
 msgid "immediate operand requires iWMMXt2"
 msgstr ""
 
-#: config/tc-arm.c:8890
+#: config/tc-arm.c:9051
 msgid "shift by register not allowed in thumb mode"
 msgstr ""
 
-#: config/tc-arm.c:8902 config/tc-arm.c:11480 config/tc-arm.c:20417
+#: config/tc-arm.c:9063 config/tc-arm.c:11660 config/tc-arm.c:20630
 msgid "shift expression is too large"
 msgstr ""
 
-#: config/tc-arm.c:8929
+#: config/tc-arm.c:9090
 msgid "Instruction does not support =N addresses"
 msgstr ""
 
-#: config/tc-arm.c:8935
+#: config/tc-arm.c:9096
 msgid "cannot use register index with this instruction"
 msgstr ""
 
-#: config/tc-arm.c:8937
+#: config/tc-arm.c:9098
 msgid "Thumb does not support negative register indexing"
 msgstr ""
 
-#: config/tc-arm.c:8939
+#: config/tc-arm.c:9100
 msgid "Thumb does not support register post-indexing"
 msgstr ""
 
-#: config/tc-arm.c:8941
+#: config/tc-arm.c:9102
 msgid "Thumb does not support register indexing with writeback"
 msgstr ""
 
-#: config/tc-arm.c:8943
+#: config/tc-arm.c:9104
 msgid "Thumb supports only LSL in shifted register indexing"
 msgstr ""
 
-#: config/tc-arm.c:8952 config/tc-arm.c:14376
+#: config/tc-arm.c:9113 config/tc-arm.c:14558
 msgid "shift out of range"
 msgstr ""
 
-#: config/tc-arm.c:8961
+#: config/tc-arm.c:9122
 msgid "cannot use writeback with this instruction"
 msgstr ""
 
-#: config/tc-arm.c:8982
+#: config/tc-arm.c:9143
 msgid "cannot use post-indexing with PC-relative addressing"
 msgstr ""
 
-#: config/tc-arm.c:8983
+#: config/tc-arm.c:9144
 msgid "cannot use post-indexing with this instruction"
 msgstr ""
 
-#: config/tc-arm.c:9194
+#: config/tc-arm.c:9355
 msgid "only SUBS PC, LR, #const allowed"
 msgstr ""
 
-#: config/tc-arm.c:9273 config/tc-arm.c:9424 config/tc-arm.c:9521
-#: config/tc-arm.c:10741 config/tc-arm.c:11043
+#: config/tc-arm.c:9434 config/tc-arm.c:9585 config/tc-arm.c:9682
+#: config/tc-arm.c:10927 config/tc-arm.c:11223
 msgid "shift must be constant"
 msgstr ""
 
-#: config/tc-arm.c:9300 config/tc-arm.c:9439 config/tc-arm.c:9536
-#: config/tc-arm.c:10754
+#: config/tc-arm.c:9461 config/tc-arm.c:9600 config/tc-arm.c:9697
+#: config/tc-arm.c:10940
 msgid "unshifted register required"
 msgstr ""
 
-#: config/tc-arm.c:9315 config/tc-arm.c:9547 config/tc-arm.c:10898
+#: config/tc-arm.c:9476 config/tc-arm.c:9708 config/tc-arm.c:11078
 msgid "dest must overlap one source register"
 msgstr ""
 
-#: config/tc-arm.c:9442
+#: config/tc-arm.c:9603
 msgid "dest and source1 must be the same register"
 msgstr ""
 
-#: config/tc-arm.c:9720
+#: config/tc-arm.c:9884
 msgid "instruction is always unconditional"
 msgstr ""
 
-#: config/tc-arm.c:9815
+#: config/tc-arm.c:9986
 msgid "selected processor does not support 'A' form of this instruction"
 msgstr ""
 
-#: config/tc-arm.c:9818
+#: config/tc-arm.c:9989
 msgid "Thumb does not support the 2-argument form of this instruction"
 msgstr ""
 
-#: config/tc-arm.c:9926
+#: config/tc-arm.c:10097
 msgid "SP not allowed in register list"
 msgstr ""
 
-#: config/tc-arm.c:9930 config/tc-arm.c:10036
+#: config/tc-arm.c:10101 config/tc-arm.c:10207
 msgid ""
 "having the base register in the register list when using write back is "
 "UNPREDICTABLE"
 msgstr ""
 
-#: config/tc-arm.c:9938
+#: config/tc-arm.c:10109
 msgid "LR and PC should not both be in register list"
 msgstr ""
 
-#: config/tc-arm.c:9946
+#: config/tc-arm.c:10117
 msgid "PC not allowed in register list"
 msgstr ""
 
-#: config/tc-arm.c:9988
+#: config/tc-arm.c:10159
 msgid "Thumb load/store multiple does not support {reglist}^"
 msgstr ""
 
-#: config/tc-arm.c:10013 config/tc-arm.c:10090
+#: config/tc-arm.c:10184 config/tc-arm.c:10261
 #, c-format
 msgid "value stored for r%d is UNKNOWN"
 msgstr ""
 
-#: config/tc-arm.c:10083
+#: config/tc-arm.c:10254
 msgid "Thumb-2 instruction only valid in unified syntax"
 msgstr ""
 
-#: config/tc-arm.c:10087 config/tc-arm.c:10097
+#: config/tc-arm.c:10258 config/tc-arm.c:10268
 msgid "this instruction will write back the base register"
 msgstr ""
 
-#: config/tc-arm.c:10100
+#: config/tc-arm.c:10271
 msgid "this instruction will not write back the base register"
 msgstr ""
 
-#: config/tc-arm.c:10131
+#: config/tc-arm.c:10302
 msgid "r14 not allowed as first register when second register is omitted"
 msgstr ""
 
-#: config/tc-arm.c:10241 config/tc-arm.c:10254 config/tc-arm.c:10290
+#: config/tc-arm.c:10402
+msgid ""
+"This instruction may be unpredictable if executed on M-profile cores with "
+"interrupts enabled."
+msgstr ""
+
+#: config/tc-arm.c:10427 config/tc-arm.c:10440 config/tc-arm.c:10476
 msgid "Thumb does not support this addressing mode"
 msgstr ""
 
-#: config/tc-arm.c:10258
+#: config/tc-arm.c:10444
 msgid "byte or halfword not valid for base register"
 msgstr ""
 
-#: config/tc-arm.c:10261
+#: config/tc-arm.c:10447
 msgid "r15 based store not allowed"
 msgstr ""
 
-#: config/tc-arm.c:10263
+#: config/tc-arm.c:10449
 msgid "invalid base register for register offset"
 msgstr ""
 
-#: config/tc-arm.c:10445
+#: config/tc-arm.c:10631
 #, c-format
 msgid ""
 "Use of r%u as a source register is deprecated when r%u is the destination "
 "register."
 msgstr ""
 
-#: config/tc-arm.c:10618
+#: config/tc-arm.c:10804
 msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
 msgstr ""
 
-#: config/tc-arm.c:10646
+#: config/tc-arm.c:10832
 msgid "only lo regs allowed with immediate"
 msgstr ""
 
-#: config/tc-arm.c:10667
+#: config/tc-arm.c:10853
 msgid ":upper16: not allowed this instruction"
 msgstr ""
 
-#: config/tc-arm.c:10793 config/tc-arm.c:10799 config/tc-arm.c:10832
-#: config/tc-arm.c:10838
-msgid "selected processor does not support requested special purpose register"
-msgstr ""
-
-#: config/tc-arm.c:10822
+#: config/tc-arm.c:11001
 msgid "Thumb encoding does not support an immediate here"
 msgstr ""
 
-#: config/tc-arm.c:10903
+#: config/tc-arm.c:11083
 msgid "Thumb-2 MUL must not set flags"
 msgstr ""
 
-#: config/tc-arm.c:10968
+#: config/tc-arm.c:11148
 msgid "Thumb does not support NOP with hints"
 msgstr ""
 
-#: config/tc-arm.c:11106
+#: config/tc-arm.c:11286
 msgid "push/pop do not support {reglist}^"
 msgstr ""
 
-#: config/tc-arm.c:11129
+#: config/tc-arm.c:11309
 msgid "invalid register list to push/pop instruction"
 msgstr ""
 
-#: config/tc-arm.c:11362
+#: config/tc-arm.c:11542
 msgid "source1 and dest must be same register"
 msgstr ""
 
-#: config/tc-arm.c:11383
+#: config/tc-arm.c:11563
 msgid "ror #imm not supported"
 msgstr ""
 
-#: config/tc-arm.c:11434
+#: config/tc-arm.c:11614
 msgid "SMC is not permitted on this architecture"
 msgstr ""
 
-#: config/tc-arm.c:11597
+#: config/tc-arm.c:11777
 msgid "Thumb encoding does not support rotation"
 msgstr ""
 
-#: config/tc-arm.c:11610
+#: config/tc-arm.c:11792
 msgid "SVC is not permitted on this architecture"
 msgstr ""
 
-#: config/tc-arm.c:11626
+#: config/tc-arm.c:11808
 msgid "instruction requires register index"
 msgstr ""
 
-#: config/tc-arm.c:11635
+#: config/tc-arm.c:11817
 msgid "instruction does not allow shifted index"
 msgstr ""
 
-#: config/tc-arm.c:11780
+#: config/tc-arm.c:11962
 msgid "invalid neon suffix for non neon instruction"
 msgstr ""
 
-#: config/tc-arm.c:12071 config/tc-arm.c:12406
+#: config/tc-arm.c:12253 config/tc-arm.c:12588
 msgid "invalid instruction shape"
 msgstr ""
 
-#: config/tc-arm.c:12315
+#: config/tc-arm.c:12497
 msgid "types specified in both the mnemonic and operands"
 msgstr ""
 
-#: config/tc-arm.c:12352
+#: config/tc-arm.c:12534
 msgid "operand types can't be inferred"
 msgstr ""
 
-#: config/tc-arm.c:12358
+#: config/tc-arm.c:12540
 msgid "type specifier has the wrong number of parts"
 msgstr ""
 
-#: config/tc-arm.c:12422 config/tc-arm.c:14117 config/tc-arm.c:14124
+#: config/tc-arm.c:12604 config/tc-arm.c:14299 config/tc-arm.c:14306
 msgid "operand size must match register width"
 msgstr ""
 
-#: config/tc-arm.c:12433
+#: config/tc-arm.c:12615
 msgid "bad type in Neon instruction"
 msgstr ""
 
-#: config/tc-arm.c:12444
+#: config/tc-arm.c:12626
 msgid "inconsistent types in Neon instruction"
 msgstr ""
 
-#: config/tc-arm.c:13261
+#: config/tc-arm.c:13443
 msgid "first and second operands shall be the same register"
 msgstr ""
 
-#: config/tc-arm.c:13529
+#: config/tc-arm.c:13711
 msgid "scalar out of range for multiply instruction"
 msgstr ""
 
-#: config/tc-arm.c:13705 config/tc-arm.c:13717
+#: config/tc-arm.c:13887 config/tc-arm.c:13899
 msgid "immediate out of range for insert"
 msgstr ""
 
-#: config/tc-arm.c:13729 config/tc-arm.c:14724
+#: config/tc-arm.c:13911 config/tc-arm.c:14906
 msgid "immediate out of range for shift"
 msgstr ""
 
-#: config/tc-arm.c:13786 config/tc-arm.c:13813 config/tc-arm.c:14222
-#: config/tc-arm.c:14670
+#: config/tc-arm.c:13968 config/tc-arm.c:13995 config/tc-arm.c:14404
+#: config/tc-arm.c:14852
 msgid "immediate out of range"
 msgstr ""
 
-#: config/tc-arm.c:13850
+#: config/tc-arm.c:14032
 msgid "immediate out of range for narrowing operation"
 msgstr ""
 
-#: config/tc-arm.c:13975
+#: config/tc-arm.c:14157
 msgid "operands 0 and 1 must be the same register"
 msgstr ""
 
-#: config/tc-arm.c:14196
+#: config/tc-arm.c:14378
 msgid "operand size must be specified for immediate VMOV"
 msgstr ""
 
-#: config/tc-arm.c:14206
+#: config/tc-arm.c:14388
 msgid "immediate has bits set outside the operand size"
 msgstr ""
 
-#: config/tc-arm.c:14402
+#: config/tc-arm.c:14584
 msgid "elements must be smaller than reversal region"
 msgstr ""
 
-#: config/tc-arm.c:14573 config/tc-arm.c:14623
+#: config/tc-arm.c:14755 config/tc-arm.c:14805
 msgid "bad type for scalar"
 msgstr ""
 
-#: config/tc-arm.c:14687 config/tc-arm.c:14695
+#: config/tc-arm.c:14869 config/tc-arm.c:14877
 msgid "VFP registers must be adjacent"
 msgstr ""
 
-#: config/tc-arm.c:14836
+#: config/tc-arm.c:15018
 msgid "bad list length for table lookup"
 msgstr ""
 
-#: config/tc-arm.c:14866
+#: config/tc-arm.c:15048
 msgid "writeback (!) must be used for VLDMDB and VSTMDB"
 msgstr ""
 
-#: config/tc-arm.c:14869
+#: config/tc-arm.c:15051
 msgid "register list must contain at least 1 and at most 16 registers"
 msgstr ""
 
-#: config/tc-arm.c:14894
+#: config/tc-arm.c:15076
 msgid "Use of PC here is deprecated"
 msgstr ""
 
-#: config/tc-arm.c:14896
+#: config/tc-arm.c:15078
 msgid "Use of PC here is UNPREDICTABLE"
 msgstr ""
 
-#: config/tc-arm.c:14959
+#: config/tc-arm.c:15141
 msgid "bad alignment"
 msgstr ""
 
-#: config/tc-arm.c:14976
+#: config/tc-arm.c:15158
 msgid "bad list type for instruction"
 msgstr ""
 
-#: config/tc-arm.c:15018
+#: config/tc-arm.c:15200
 msgid "unsupported alignment for instruction"
 msgstr ""
 
-#: config/tc-arm.c:15037 config/tc-arm.c:15131 config/tc-arm.c:15142
-#: config/tc-arm.c:15152 config/tc-arm.c:15166
+#: config/tc-arm.c:15219 config/tc-arm.c:15313 config/tc-arm.c:15324
+#: config/tc-arm.c:15334 config/tc-arm.c:15348
 msgid "bad list length"
 msgstr ""
 
-#: config/tc-arm.c:15042
+#: config/tc-arm.c:15224
 msgid "stride of 2 unavailable when element size is 8"
 msgstr ""
 
-#: config/tc-arm.c:15075 config/tc-arm.c:15150
+#: config/tc-arm.c:15257 config/tc-arm.c:15332
 msgid "can't use alignment with this instruction"
 msgstr ""
 
-#: config/tc-arm.c:15217
+#: config/tc-arm.c:15399
 msgid "post-index must be a register"
 msgstr ""
 
-#: config/tc-arm.c:15219
+#: config/tc-arm.c:15401
 msgid "bad register for post-index"
 msgstr ""
 
-#: config/tc-arm.c:15532 config/tc-arm.c:15618
+#: config/tc-arm.c:15737 config/tc-arm.c:15823
 msgid "conditional infixes are deprecated in unified syntax"
 msgstr ""
 
-#: config/tc-arm.c:15766
+#: config/tc-arm.c:15971
 msgid "Warning: conditional outside an IT block for Thumb."
 msgstr ""
 
-#: config/tc-arm.c:15971
+#: config/tc-arm.c:16176
 msgid "s suffix on comparison instruction is deprecated"
 msgstr ""
 
-#: config/tc-arm.c:15990
+#: config/tc-arm.c:16195
 #, c-format
 msgid "selected processor does not support Thumb mode `%s'"
 msgstr ""
 
-#: config/tc-arm.c:15996
+#: config/tc-arm.c:16201
 msgid "Thumb does not support conditional execution"
 msgstr ""
 
-#: config/tc-arm.c:16015
+#: config/tc-arm.c:16220
 #, c-format
 msgid "selected processor does not support Thumb-2 mode `%s'"
 msgstr ""
 
-#: config/tc-arm.c:16040
+#: config/tc-arm.c:16245
 #, c-format
 msgid "cannot honor width suffix -- `%s'"
 msgstr ""
 
-#: config/tc-arm.c:16081
+#: config/tc-arm.c:16286
 #, c-format
 msgid "selected processor does not support ARM mode `%s'"
 msgstr ""
 
-#: config/tc-arm.c:16086
+#: config/tc-arm.c:16291
 #, c-format
 msgid "width suffixes are invalid in ARM mode -- `%s'"
 msgstr ""
 
-#: config/tc-arm.c:16119
+#: config/tc-arm.c:16324
 #, c-format
 msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
 msgstr ""
 
-#: config/tc-arm.c:16136
+#: config/tc-arm.c:16341
 #, c-format
 msgid "section '%s' finished with an open IT block."
 msgstr ""
 
-#: config/tc-arm.c:16141
+#: config/tc-arm.c:16346
 msgid "file finished with an open IT block."
 msgstr ""
 
-#: config/tc-arm.c:19172
+#: config/tc-arm.c:19385
 #, c-format
 msgid "alignments greater than %d bytes not supported in .text sections."
 msgstr ""
 
-#: config/tc-arm.c:19440 config/tc-ia64.c:3469
+#: config/tc-arm.c:19653 config/tc-ia64.c:3469
 #, c-format
 msgid "Group section `%s' has no group signature"
 msgstr ""
 
-#: config/tc-arm.c:19485
+#: config/tc-arm.c:19698
 msgid "handlerdata in cantunwind frame"
 msgstr ""
 
-#: config/tc-arm.c:19502
+#: config/tc-arm.c:19715
 msgid "too many unwind opcodes for personality routine 0"
 msgstr ""
 
-#: config/tc-arm.c:19534
+#: config/tc-arm.c:19747
 msgid "too many unwind opcodes"
 msgstr ""
 
-#: config/tc-arm.c:19794
+#: config/tc-arm.c:20007
 msgid "GOT already in the symbol table"
 msgstr ""
 
-#: config/tc-arm.c:20132 config/tc-arm.c:20174 config/tc-arm.c:20444
+#: config/tc-arm.c:20345 config/tc-arm.c:20387 config/tc-arm.c:20657
 #, c-format
 msgid "undefined symbol %s used as an immediate value"
 msgstr ""
 
-#: config/tc-arm.c:20134 config/tc-arm.c:20176
+#: config/tc-arm.c:20347 config/tc-arm.c:20389
 #, c-format
 msgid "symbol %s is in a different section"
 msgstr ""
 
-#: config/tc-arm.c:20136 config/tc-arm.c:20178
+#: config/tc-arm.c:20349 config/tc-arm.c:20391
 #, c-format
 msgid "symbol %s is weak and may be overridden later"
 msgstr ""
 
-#: config/tc-arm.c:20155 config/tc-arm.c:20486
+#: config/tc-arm.c:20368 config/tc-arm.c:20699
 #, c-format
 msgid "invalid constant (%lx) after fixup"
 msgstr ""
 
-#: config/tc-arm.c:20211
+#: config/tc-arm.c:20424
 #, c-format
 msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
 msgstr ""
 
-#: config/tc-arm.c:20246 config/tc-arm.c:20271
+#: config/tc-arm.c:20459 config/tc-arm.c:20484
 msgid "invalid literal constant: pool needs to be closer"
 msgstr ""
 
-#: config/tc-arm.c:20249 config/tc-arm.c:20287
+#: config/tc-arm.c:20462 config/tc-arm.c:20500
 #, c-format
 msgid "bad immediate value for offset (%ld)"
 msgstr ""
 
-#: config/tc-arm.c:20273
+#: config/tc-arm.c:20486
 #, c-format
 msgid "bad immediate value for 8-bit offset (%ld)"
 msgstr ""
 
-#: config/tc-arm.c:20328
+#: config/tc-arm.c:20541
 msgid "offset not a multiple of 4"
 msgstr ""
 
-#: config/tc-arm.c:20335 config/tc-arm.c:20350 config/tc-arm.c:20365
-#: config/tc-arm.c:20376 config/tc-arm.c:20399 config/tc-arm.c:21114
+#: config/tc-arm.c:20548 config/tc-arm.c:20563 config/tc-arm.c:20578
+#: config/tc-arm.c:20589 config/tc-arm.c:20612 config/tc-arm.c:21332
 #: config/tc-moxie.c:662 config/tc-pj.c:448 config/tc-sh.c:4281
 msgid "offset out of range"
 msgstr ""
 
-#: config/tc-arm.c:20502
+#: config/tc-arm.c:20715
 msgid "invalid smc expression"
 msgstr ""
 
-#: config/tc-arm.c:20511
+#: config/tc-arm.c:20724
 msgid "invalid hvc expression"
 msgstr ""
 
-#: config/tc-arm.c:20522 config/tc-arm.c:20531
+#: config/tc-arm.c:20735 config/tc-arm.c:20744
 msgid "invalid swi expression"
 msgstr ""
 
-#: config/tc-arm.c:20541
+#: config/tc-arm.c:20754
 msgid "invalid expression in load/store multiple"
 msgstr ""
 
-#: config/tc-arm.c:20602
+#: config/tc-arm.c:20815
 #, c-format
 msgid "blx to '%s' an ARM ISA state function changed to bl"
 msgstr ""
 
-#: config/tc-arm.c:20621
+#: config/tc-arm.c:20834
 msgid "misaligned branch destination"
 msgstr ""
 
-#: config/tc-arm.c:20625 config/tc-arm.c:20662 config/tc-arm.c:20676
-#: config/tc-arm.c:20689 config/tc-arm.c:20799 config/tc-arm.c:20817
+#: config/tc-arm.c:20838 config/tc-arm.c:20875 config/tc-arm.c:20889
+#: config/tc-arm.c:20902 config/tc-arm.c:21009 config/tc-arm.c:21027
 msgid "branch out of range"
 msgstr ""
 
-#: config/tc-arm.c:20712
+#: config/tc-arm.c:20924
 msgid "conditional branch out of range"
 msgstr ""
 
-#: config/tc-arm.c:20748
+#: config/tc-arm.c:20959
 #, c-format
 msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
 msgstr ""
 
-#: config/tc-arm.c:20805
+#: config/tc-arm.c:21015
 msgid "Thumb2 branch out of range"
 msgstr ""
 
-#: config/tc-arm.c:20888
+#: config/tc-arm.c:21106
 msgid "rel31 relocation overflow"
 msgstr ""
 
-#: config/tc-arm.c:20900 config/tc-arm.c:20923
+#: config/tc-arm.c:21118 config/tc-arm.c:21141
 msgid "co-processor offset out of range"
 msgstr ""
 
-#: config/tc-arm.c:20940
+#: config/tc-arm.c:21158
 #, c-format
 msgid "invalid offset, target not word aligned (0x%08lX)"
 msgstr ""
 
-#: config/tc-arm.c:20947 config/tc-arm.c:20956 config/tc-arm.c:20964
-#: config/tc-arm.c:20972 config/tc-arm.c:20980
+#: config/tc-arm.c:21165 config/tc-arm.c:21174 config/tc-arm.c:21182
+#: config/tc-arm.c:21190 config/tc-arm.c:21198
 #, c-format
 msgid "invalid offset, value too big (0x%08lX)"
 msgstr ""
 
-#: config/tc-arm.c:21021
+#: config/tc-arm.c:21239
 msgid "invalid Hi register with immediate"
 msgstr ""
 
-#: config/tc-arm.c:21037
+#: config/tc-arm.c:21255
 msgid "invalid immediate for stack address calculation"
 msgstr ""
 
-#: config/tc-arm.c:21045
+#: config/tc-arm.c:21263
 #, c-format
 msgid "invalid immediate for address calculation (value = 0x%08lX)"
 msgstr ""
 
-#: config/tc-arm.c:21075
+#: config/tc-arm.c:21293
 #, c-format
 msgid "invalid immediate: %ld is out of range"
 msgstr ""
 
-#: config/tc-arm.c:21087
+#: config/tc-arm.c:21305
 #, c-format
 msgid "invalid shift value: %ld"
 msgstr ""
 
-#: config/tc-arm.c:21166
+#: config/tc-arm.c:21384
 #, c-format
 msgid "the offset 0x%08lX is not representable"
 msgstr ""
 
-#: config/tc-arm.c:21206
+#: config/tc-arm.c:21424
 #, c-format
 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
 msgstr ""
 
-#: config/tc-arm.c:21245
+#: config/tc-arm.c:21463
 #, c-format
 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
 msgstr ""
 
-#: config/tc-arm.c:21285
+#: config/tc-arm.c:21503
 #, c-format
 msgid "bad offset 0x%08lX (must be word-aligned)"
 msgstr ""
 
-#: config/tc-arm.c:21290
+#: config/tc-arm.c:21508
 #, c-format
 msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
 msgstr ""
 
-#: config/tc-arm.c:21321 config/tc-score.c:7397
+#: config/tc-arm.c:21539 config/tc-score.c:7397
 #, c-format
 msgid "bad relocation fixup type (%d)"
 msgstr ""
 
-#: config/tc-arm.c:21432
+#: config/tc-arm.c:21650
 msgid "literal referenced across section boundary"
 msgstr ""
 
-#: config/tc-arm.c:21494
+#: config/tc-arm.c:21717
 msgid "internal relocation (type: IMMEDIATE) not fixed up"
 msgstr ""
 
-#: config/tc-arm.c:21499
+#: config/tc-arm.c:21722
 msgid "ADRL used for a symbol not defined in the same file"
 msgstr ""
 
-#: config/tc-arm.c:21514
+#: config/tc-arm.c:21737
 #, c-format
 msgid "undefined local label `%s'"
 msgstr ""
 
-#: config/tc-arm.c:21520
+#: config/tc-arm.c:21743
 msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
 msgstr ""
 
-#: config/tc-arm.c:21542 config/tc-cris.c:3984 config/tc-mcore.c:1926
+#: config/tc-arm.c:21765 config/tc-cris.c:3986 config/tc-mcore.c:1926
 #: config/tc-microblaze.c:1833 config/tc-mmix.c:2867 config/tc-moxie.c:757
 #: config/tc-ns32k.c:2248 config/tc-score.c:7490
 msgid "<unknown>"
 msgstr ""
 
-#: config/tc-arm.c:21545 config/tc-arm.c:21566 config/tc-score.c:7492
+#: config/tc-arm.c:21768 config/tc-arm.c:21789 config/tc-score.c:7492
 #, c-format
 msgid "cannot represent %s relocation in this object file format"
 msgstr ""
 
-#: config/tc-arm.c:21906
+#: config/tc-arm.c:22145
 #, c-format
 msgid "%s: unexpected function type: %d"
 msgstr ""
 
-#: config/tc-arm.c:22035
+#: config/tc-arm.c:22274
 msgid "use of old and new-style options to set CPU type"
 msgstr ""
 
-#: config/tc-arm.c:22045
+#: config/tc-arm.c:22284
 msgid "use of old and new-style options to set FPU type"
 msgstr ""
 
-#: config/tc-arm.c:22121
+#: config/tc-arm.c:22360
 msgid "hard-float conflicts with specified fpu"
 msgstr ""
 
-#: config/tc-arm.c:22308
+#: config/tc-arm.c:22547
 msgid "generate PIC code"
 msgstr ""
 
-#: config/tc-arm.c:22309
+#: config/tc-arm.c:22548
 msgid "assemble Thumb code"
 msgstr ""
 
-#: config/tc-arm.c:22310
+#: config/tc-arm.c:22549
 msgid "support ARM/Thumb interworking"
 msgstr ""
 
-#: config/tc-arm.c:22312
+#: config/tc-arm.c:22551
 msgid "code uses 32-bit program counter"
 msgstr ""
 
-#: config/tc-arm.c:22313
+#: config/tc-arm.c:22552
 msgid "code uses 26-bit program counter"
 msgstr ""
 
-#: config/tc-arm.c:22314
+#: config/tc-arm.c:22553
 msgid "floating point args are in fp regs"
 msgstr ""
 
-#: config/tc-arm.c:22316
+#: config/tc-arm.c:22555
 msgid "re-entrant code"
 msgstr ""
 
-#: config/tc-arm.c:22317
+#: config/tc-arm.c:22556
 msgid "code is ATPCS conformant"
 msgstr ""
 
-#: config/tc-arm.c:22318
+#: config/tc-arm.c:22557
 msgid "assemble for big-endian"
 msgstr ""
 
-#: config/tc-arm.c:22319
+#: config/tc-arm.c:22558
 msgid "assemble for little-endian"
 msgstr ""
 
 #. These are recognized by the assembler, but have no affect on code.
-#: config/tc-arm.c:22323
+#: config/tc-arm.c:22562
 msgid "use frame pointer"
 msgstr ""
 
-#: config/tc-arm.c:22324
+#: config/tc-arm.c:22563
 msgid "use stack size checking"
 msgstr ""
 
-#: config/tc-arm.c:22327
+#: config/tc-arm.c:22566
 msgid "do not warn on use of deprecated feature"
 msgstr ""
 
 #. DON'T add any new processors to this list -- we want the whole list
 #. to go away...  Add them to the processors table instead.
-#: config/tc-arm.c:22344 config/tc-arm.c:22345
+#: config/tc-arm.c:22583 config/tc-arm.c:22584
 msgid "use -mcpu=arm1"
 msgstr ""
 
-#: config/tc-arm.c:22346 config/tc-arm.c:22347
+#: config/tc-arm.c:22585 config/tc-arm.c:22586
 msgid "use -mcpu=arm2"
 msgstr ""
 
-#: config/tc-arm.c:22348 config/tc-arm.c:22349
+#: config/tc-arm.c:22587 config/tc-arm.c:22588
 msgid "use -mcpu=arm250"
 msgstr ""
 
-#: config/tc-arm.c:22350 config/tc-arm.c:22351
+#: config/tc-arm.c:22589 config/tc-arm.c:22590
 msgid "use -mcpu=arm3"
 msgstr ""
 
-#: config/tc-arm.c:22352 config/tc-arm.c:22353
+#: config/tc-arm.c:22591 config/tc-arm.c:22592
 msgid "use -mcpu=arm6"
 msgstr ""
 
-#: config/tc-arm.c:22354 config/tc-arm.c:22355
+#: config/tc-arm.c:22593 config/tc-arm.c:22594
 msgid "use -mcpu=arm600"
 msgstr ""
 
-#: config/tc-arm.c:22356 config/tc-arm.c:22357
+#: config/tc-arm.c:22595 config/tc-arm.c:22596
 msgid "use -mcpu=arm610"
 msgstr ""
 
-#: config/tc-arm.c:22358 config/tc-arm.c:22359
+#: config/tc-arm.c:22597 config/tc-arm.c:22598
 msgid "use -mcpu=arm620"
 msgstr ""
 
-#: config/tc-arm.c:22360 config/tc-arm.c:22361
+#: config/tc-arm.c:22599 config/tc-arm.c:22600
 msgid "use -mcpu=arm7"
 msgstr ""
 
-#: config/tc-arm.c:22362 config/tc-arm.c:22363
+#: config/tc-arm.c:22601 config/tc-arm.c:22602
 msgid "use -mcpu=arm70"
 msgstr ""
 
-#: config/tc-arm.c:22364 config/tc-arm.c:22365
+#: config/tc-arm.c:22603 config/tc-arm.c:22604
 msgid "use -mcpu=arm700"
 msgstr ""
 
-#: config/tc-arm.c:22366 config/tc-arm.c:22367
+#: config/tc-arm.c:22605 config/tc-arm.c:22606
 msgid "use -mcpu=arm700i"
 msgstr ""
 
-#: config/tc-arm.c:22368 config/tc-arm.c:22369
+#: config/tc-arm.c:22607 config/tc-arm.c:22608
 msgid "use -mcpu=arm710"
 msgstr ""
 
-#: config/tc-arm.c:22370 config/tc-arm.c:22371
+#: config/tc-arm.c:22609 config/tc-arm.c:22610
 msgid "use -mcpu=arm710c"
 msgstr ""
 
-#: config/tc-arm.c:22372 config/tc-arm.c:22373
+#: config/tc-arm.c:22611 config/tc-arm.c:22612
 msgid "use -mcpu=arm720"
 msgstr ""
 
-#: config/tc-arm.c:22374 config/tc-arm.c:22375
+#: config/tc-arm.c:22613 config/tc-arm.c:22614
 msgid "use -mcpu=arm7d"
 msgstr ""
 
-#: config/tc-arm.c:22376 config/tc-arm.c:22377
+#: config/tc-arm.c:22615 config/tc-arm.c:22616
 msgid "use -mcpu=arm7di"
 msgstr ""
 
-#: config/tc-arm.c:22378 config/tc-arm.c:22379
+#: config/tc-arm.c:22617 config/tc-arm.c:22618
 msgid "use -mcpu=arm7m"
 msgstr ""
 
-#: config/tc-arm.c:22380 config/tc-arm.c:22381
+#: config/tc-arm.c:22619 config/tc-arm.c:22620
 msgid "use -mcpu=arm7dm"
 msgstr ""
 
-#: config/tc-arm.c:22382 config/tc-arm.c:22383
+#: config/tc-arm.c:22621 config/tc-arm.c:22622
 msgid "use -mcpu=arm7dmi"
 msgstr ""
 
-#: config/tc-arm.c:22384 config/tc-arm.c:22385
+#: config/tc-arm.c:22623 config/tc-arm.c:22624
 msgid "use -mcpu=arm7100"
 msgstr ""
 
-#: config/tc-arm.c:22386 config/tc-arm.c:22387
+#: config/tc-arm.c:22625 config/tc-arm.c:22626
 msgid "use -mcpu=arm7500"
 msgstr ""
 
-#: config/tc-arm.c:22388 config/tc-arm.c:22389
+#: config/tc-arm.c:22627 config/tc-arm.c:22628
 msgid "use -mcpu=arm7500fe"
 msgstr ""
 
-#: config/tc-arm.c:22390 config/tc-arm.c:22391 config/tc-arm.c:22392
-#: config/tc-arm.c:22393
+#: config/tc-arm.c:22629 config/tc-arm.c:22630 config/tc-arm.c:22631
+#: config/tc-arm.c:22632
 msgid "use -mcpu=arm7tdmi"
 msgstr ""
 
-#: config/tc-arm.c:22394 config/tc-arm.c:22395
+#: config/tc-arm.c:22633 config/tc-arm.c:22634
 msgid "use -mcpu=arm710t"
 msgstr ""
 
-#: config/tc-arm.c:22396 config/tc-arm.c:22397
+#: config/tc-arm.c:22635 config/tc-arm.c:22636
 msgid "use -mcpu=arm720t"
 msgstr ""
 
-#: config/tc-arm.c:22398 config/tc-arm.c:22399
+#: config/tc-arm.c:22637 config/tc-arm.c:22638
 msgid "use -mcpu=arm740t"
 msgstr ""
 
-#: config/tc-arm.c:22400 config/tc-arm.c:22401
+#: config/tc-arm.c:22639 config/tc-arm.c:22640
 msgid "use -mcpu=arm8"
 msgstr ""
 
-#: config/tc-arm.c:22402 config/tc-arm.c:22403
+#: config/tc-arm.c:22641 config/tc-arm.c:22642
 msgid "use -mcpu=arm810"
 msgstr ""
 
-#: config/tc-arm.c:22404 config/tc-arm.c:22405
+#: config/tc-arm.c:22643 config/tc-arm.c:22644
 msgid "use -mcpu=arm9"
 msgstr ""
 
-#: config/tc-arm.c:22406 config/tc-arm.c:22407
+#: config/tc-arm.c:22645 config/tc-arm.c:22646
 msgid "use -mcpu=arm9tdmi"
 msgstr ""
 
-#: config/tc-arm.c:22408 config/tc-arm.c:22409
+#: config/tc-arm.c:22647 config/tc-arm.c:22648
 msgid "use -mcpu=arm920"
 msgstr ""
 
-#: config/tc-arm.c:22410 config/tc-arm.c:22411
+#: config/tc-arm.c:22649 config/tc-arm.c:22650
 msgid "use -mcpu=arm940"
 msgstr ""
 
-#: config/tc-arm.c:22412
+#: config/tc-arm.c:22651
 msgid "use -mcpu=strongarm"
 msgstr ""
 
-#: config/tc-arm.c:22414
+#: config/tc-arm.c:22653
 msgid "use -mcpu=strongarm110"
 msgstr ""
 
-#: config/tc-arm.c:22416
+#: config/tc-arm.c:22655
 msgid "use -mcpu=strongarm1100"
 msgstr ""
 
-#: config/tc-arm.c:22418
+#: config/tc-arm.c:22657
 msgid "use -mcpu=strongarm1110"
 msgstr ""
 
-#: config/tc-arm.c:22419
+#: config/tc-arm.c:22658
 msgid "use -mcpu=xscale"
 msgstr ""
 
-#: config/tc-arm.c:22420
+#: config/tc-arm.c:22659
 msgid "use -mcpu=iwmmxt"
 msgstr ""
 
-#: config/tc-arm.c:22421
+#: config/tc-arm.c:22660
 msgid "use -mcpu=all"
 msgstr ""
 
 #. Architecture variants -- don't add any more to this list either.
-#: config/tc-arm.c:22424 config/tc-arm.c:22425
+#: config/tc-arm.c:22663 config/tc-arm.c:22664
 msgid "use -march=armv2"
 msgstr ""
 
-#: config/tc-arm.c:22426 config/tc-arm.c:22427
+#: config/tc-arm.c:22665 config/tc-arm.c:22666
 msgid "use -march=armv2a"
 msgstr ""
 
-#: config/tc-arm.c:22428 config/tc-arm.c:22429
+#: config/tc-arm.c:22667 config/tc-arm.c:22668
 msgid "use -march=armv3"
 msgstr ""
 
-#: config/tc-arm.c:22430 config/tc-arm.c:22431
+#: config/tc-arm.c:22669 config/tc-arm.c:22670
 msgid "use -march=armv3m"
 msgstr ""
 
-#: config/tc-arm.c:22432 config/tc-arm.c:22433
+#: config/tc-arm.c:22671 config/tc-arm.c:22672
 msgid "use -march=armv4"
 msgstr ""
 
-#: config/tc-arm.c:22434 config/tc-arm.c:22435
+#: config/tc-arm.c:22673 config/tc-arm.c:22674
 msgid "use -march=armv4t"
 msgstr ""
 
-#: config/tc-arm.c:22436 config/tc-arm.c:22437
+#: config/tc-arm.c:22675 config/tc-arm.c:22676
 msgid "use -march=armv5"
 msgstr ""
 
-#: config/tc-arm.c:22438 config/tc-arm.c:22439
+#: config/tc-arm.c:22677 config/tc-arm.c:22678
 msgid "use -march=armv5t"
 msgstr ""
 
-#: config/tc-arm.c:22440 config/tc-arm.c:22441
+#: config/tc-arm.c:22679 config/tc-arm.c:22680
 msgid "use -march=armv5te"
 msgstr ""
 
 #. Floating point variants -- don't add any more to this list either.
-#: config/tc-arm.c:22444
+#: config/tc-arm.c:22683
 msgid "use -mfpu=fpe"
 msgstr ""
 
-#: config/tc-arm.c:22445
+#: config/tc-arm.c:22684
 msgid "use -mfpu=fpa10"
 msgstr ""
 
-#: config/tc-arm.c:22446
+#: config/tc-arm.c:22685
 msgid "use -mfpu=fpa11"
 msgstr ""
 
-#: config/tc-arm.c:22448
+#: config/tc-arm.c:22687
 msgid "use either -mfpu=softfpa or -mfpu=softvfp"
 msgstr ""
 
-#: config/tc-arm.c:22772
+#: config/tc-arm.c:23016
 msgid "invalid architectural extension"
 msgstr ""
 
-#: config/tc-arm.c:22805
+#: config/tc-arm.c:23049
 msgid "must specify extensions to add before specifying those to remove"
 msgstr ""
 
-#: config/tc-arm.c:22813
+#: config/tc-arm.c:23057
 msgid "missing architectural extension"
 msgstr ""
 
-#: config/tc-arm.c:22828
+#: config/tc-arm.c:23072
 msgid "extension does not apply to the base architecture"
 msgstr ""
 
-#: config/tc-arm.c:22851
+#: config/tc-arm.c:23095
 #, c-format
 msgid "unknown architectural extension `%s'"
 msgstr ""
 
-#: config/tc-arm.c:22853
+#: config/tc-arm.c:23097
 msgid "architectural extensions must be specified in alphabetical order"
 msgstr ""
 
-#: config/tc-arm.c:22885
+#: config/tc-arm.c:23129
 #, c-format
 msgid "missing cpu name `%s'"
 msgstr ""
 
-#: config/tc-arm.c:22911 config/tc-arm.c:23401
+#: config/tc-arm.c:23155 config/tc-arm.c:23651
 #, c-format
 msgid "unknown cpu `%s'"
 msgstr ""
 
-#: config/tc-arm.c:22929
+#: config/tc-arm.c:23173
 #, c-format
 msgid "missing architecture name `%s'"
 msgstr ""
 
-#: config/tc-arm.c:22946 config/tc-arm.c:23435 config/tc-arm.c:23466
-#: config/tc-arm.c:23517 config/tc-score.c:7727
+#: config/tc-arm.c:23190 config/tc-arm.c:23685 config/tc-arm.c:23716
+#: config/tc-arm.c:23767 config/tc-score.c:7727
 #, c-format
 msgid "unknown architecture `%s'\n"
 msgstr ""
 
-#: config/tc-arm.c:22962 config/tc-arm.c:23548
+#: config/tc-arm.c:23206 config/tc-arm.c:23798
 #, c-format
 msgid "unknown floating point format `%s'\n"
 msgstr ""
 
-#: config/tc-arm.c:22978
+#: config/tc-arm.c:23222
 #, c-format
 msgid "unknown floating point abi `%s'\n"
 msgstr ""
 
-#: config/tc-arm.c:22994
+#: config/tc-arm.c:23238
 #, c-format
 msgid "unknown EABI `%s'\n"
 msgstr ""
 
-#: config/tc-arm.c:23014
+#: config/tc-arm.c:23258
 #, c-format
 msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
 msgstr ""
 
-#: config/tc-arm.c:23024
+#: config/tc-arm.c:23268
 msgid "<cpu name>\t  assemble for CPU <cpu name>"
 msgstr ""
 
-#: config/tc-arm.c:23026
+#: config/tc-arm.c:23270
 msgid "<arch name>\t  assemble for architecture <arch name>"
 msgstr ""
 
-#: config/tc-arm.c:23028
+#: config/tc-arm.c:23272
 msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
 msgstr ""
 
-#: config/tc-arm.c:23030
+#: config/tc-arm.c:23274
 msgid "<abi>\t  assemble for floating point ABI <abi>"
 msgstr ""
 
-#: config/tc-arm.c:23033
+#: config/tc-arm.c:23277
 msgid "<ver>\t\t  assemble for eabi version <ver>"
 msgstr ""
 
-#: config/tc-arm.c:23036
+#: config/tc-arm.c:23280
 msgid "<mode>\t  controls implicit insertion of IT instructions"
 msgstr ""
 
-#: config/tc-arm.c:23080 config/tc-arm.c:23098 config/tc-arm.c:23118
+#: config/tc-arm.c:23324 config/tc-arm.c:23342 config/tc-arm.c:23362
 #, c-format
 msgid "option `-%c%s' is deprecated: %s"
 msgstr ""
 
-#: config/tc-arm.c:23138
+#: config/tc-arm.c:23382
 #, c-format
 msgid " ARM-specific assembler options:\n"
 msgstr ""
 
-#: config/tc-arm.c:23149
+#: config/tc-arm.c:23393
 #, c-format
 msgid "  -EB                     assemble code for a big-endian cpu\n"
 msgstr ""
 
-#: config/tc-arm.c:23154
+#: config/tc-arm.c:23398
 #, c-format
 msgid "  -EL                     assemble code for a little-endian cpu\n"
 msgstr ""
 
-#: config/tc-arm.c:23158
+#: config/tc-arm.c:23402
 #, c-format
 msgid "  --fix-v4bx              Allow BX in ARMv4 code\n"
 msgstr ""
 
-#: config/tc-arm.c:23499
+#: config/tc-arm.c:23749
 #, c-format
 msgid ""
 "architectural extension `%s' is not allowed for the current base architecture"
 msgstr ""
 
-#: config/tc-avr.c:336
+#: config/tc-avr.c:373
 #, c-format
 msgid "Known MCU names:"
 msgstr ""
 
-#: config/tc-avr.c:401
+#: config/tc-avr.c:438
 #, c-format
 msgid ""
-"AVR options:\n"
+"AVR Assembler options:\n"
 "  -mmcu=[avr-name] select microcontroller variant\n"
 "                   [avr-name] can be:\n"
 "                   avr1  - classic AVR core without data RAM\n"
@@ -3562,10 +3597,15 @@ msgid ""
 "                   avr5  - enhanced AVR core with up to 64K program memory\n"
 "                   avr51 - enhanced AVR core with up to 128K program memory\n"
 "                   avr6  - enhanced AVR core with up to 256K program memory\n"
+"                   avrxmega3 - XMEGA, > 8K, <= 64K FLASH, > 64K RAM\n"
+"                   avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n"
+"                   avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n"
+"                   avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n"
+"                   avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n"
 "                   or immediate microcontroller name.\n"
 msgstr ""
 
-#: config/tc-avr.c:418
+#: config/tc-avr.c:460
 #, c-format
 msgid ""
 "  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
@@ -3575,153 +3615,153 @@ msgid ""
 "                   (default for avr3, avr5)\n"
 msgstr ""
 
-#: config/tc-avr.c:462 config/tc-msp430.c:743
+#: config/tc-avr.c:504 config/tc-msp430.c:743
 #, c-format
 msgid "unknown MCU: %s\n"
 msgstr ""
 
-#: config/tc-avr.c:471
+#: config/tc-avr.c:513
 #, c-format
 msgid "redefinition of mcu type `%s' to `%s'"
 msgstr ""
 
-#: config/tc-avr.c:549
+#: config/tc-avr.c:591
 msgid "constant value required"
 msgstr ""
 
-#: config/tc-avr.c:552
+#: config/tc-avr.c:594
 #, c-format
 msgid "number must be positive and less than %d"
 msgstr ""
 
-#: config/tc-avr.c:578 config/tc-avr.c:715
+#: config/tc-avr.c:620 config/tc-avr.c:757
 #, c-format
 msgid "constant out of 8-bit range: %d"
 msgstr ""
 
-#: config/tc-avr.c:646 config/tc-score.c:1200 read.c:3676
+#: config/tc-avr.c:688 config/tc-score.c:1200 read.c:3662
 msgid "illegal expression"
 msgstr ""
 
-#: config/tc-avr.c:675 config/tc-avr.c:1451
+#: config/tc-avr.c:717 config/tc-avr.c:1508
 msgid "`)' required"
 msgstr ""
 
-#: config/tc-avr.c:770
+#: config/tc-avr.c:812
 msgid "register r16-r23 required"
 msgstr ""
 
-#: config/tc-avr.c:776
+#: config/tc-avr.c:818
 msgid "register number above 15 required"
 msgstr ""
 
-#: config/tc-avr.c:782
+#: config/tc-avr.c:824
 msgid "even register number required"
 msgstr ""
 
-#: config/tc-avr.c:788
+#: config/tc-avr.c:830
 msgid "register r24, r26, r28 or r30 required"
 msgstr ""
 
-#: config/tc-avr.c:794
+#: config/tc-avr.c:836
 msgid "register name or number from 0 to 31 required"
 msgstr ""
 
-#: config/tc-avr.c:812
+#: config/tc-avr.c:854
 msgid "pointer register (X, Y or Z) required"
 msgstr ""
 
-#: config/tc-avr.c:819
+#: config/tc-avr.c:861
 msgid "cannot both predecrement and postincrement"
 msgstr ""
 
-#: config/tc-avr.c:827
+#: config/tc-avr.c:869
 msgid "addressing mode not supported"
 msgstr ""
 
-#: config/tc-avr.c:833
+#: config/tc-avr.c:875
 msgid "can't predecrement"
 msgstr ""
 
-#: config/tc-avr.c:836
+#: config/tc-avr.c:878
 msgid "pointer register Z required"
 msgstr ""
 
-#: config/tc-avr.c:850
+#: config/tc-avr.c:897
 msgid "postincrement not supported"
 msgstr ""
 
-#: config/tc-avr.c:860
+#: config/tc-avr.c:907
 msgid "pointer register (Y or Z) required"
 msgstr ""
 
-#: config/tc-avr.c:964
+#: config/tc-avr.c:1021
 #, c-format
 msgid "unknown constraint `%c'"
 msgstr ""
 
-#: config/tc-avr.c:1016
+#: config/tc-avr.c:1073
 msgid "`,' required"
 msgstr ""
 
-#: config/tc-avr.c:1034
+#: config/tc-avr.c:1091
 msgid "undefined combination of operands"
 msgstr ""
 
-#: config/tc-avr.c:1043
+#: config/tc-avr.c:1100
 msgid "skipping two-word instruction"
 msgstr ""
 
-#: config/tc-avr.c:1135 config/tc-avr.c:1151 config/tc-avr.c:1272
+#: config/tc-avr.c:1192 config/tc-avr.c:1208 config/tc-avr.c:1329
 #: config/tc-msp430.c:1969 config/tc-msp430.c:1987
 #, c-format
 msgid "odd address operand: %ld"
 msgstr ""
 
-#: config/tc-avr.c:1143 config/tc-avr.c:1162 config/tc-avr.c:1180
-#: config/tc-avr.c:1191 config/tc-avr.c:1198 config/tc-avr.c:1205
+#: config/tc-avr.c:1200 config/tc-avr.c:1219 config/tc-avr.c:1237
+#: config/tc-avr.c:1248 config/tc-avr.c:1255 config/tc-avr.c:1262
 #: config/tc-d10v.c:505 config/tc-d30v.c:554 config/tc-msp430.c:1977
 #: config/tc-msp430.c:1992 config/tc-msp430.c:2002
 #, c-format
 msgid "operand out of range: %ld"
 msgstr ""
 
-#: config/tc-avr.c:1281 config/tc-d10v.c:1594 config/tc-d30v.c:2037
+#: config/tc-avr.c:1338 config/tc-d10v.c:1594 config/tc-d30v.c:2037
 #: config/tc-msp430.c:2020
 #, c-format
 msgid "line %d: unknown relocation type: 0x%x"
 msgstr ""
 
-#: config/tc-avr.c:1295
+#: config/tc-avr.c:1352
 msgid "only constant expression allowed"
 msgstr ""
 
 #. xgettext:c-format.
-#: config/tc-avr.c:1355 config/tc-bfin.c:828 config/tc-d10v.c:1466
+#: config/tc-avr.c:1412 config/tc-bfin.c:833 config/tc-d10v.c:1466
 #: config/tc-d30v.c:1774 config/tc-mn10200.c:781 config/tc-mn10300.c:2170
-#: config/tc-msp430.c:2055 config/tc-or32.c:957 config/tc-ppc.c:6383
+#: config/tc-msp430.c:2055 config/tc-or32.c:957 config/tc-ppc.c:6611
 #: config/tc-spu.c:879 config/tc-spu.c:1090 config/tc-v850.c:3000
-#: config/tc-z80.c:2012
+#: config/tc-z80.c:2021
 #, c-format
 msgid "reloc %d not supported by object file format"
 msgstr ""
 
-#: config/tc-avr.c:1378 config/tc-h8300.c:1935 config/tc-mcore.c:881
+#: config/tc-avr.c:1435 config/tc-h8300.c:1935 config/tc-mcore.c:881
 #: config/tc-microblaze.c:823 config/tc-moxie.c:178 config/tc-msp430.c:1820
 #: config/tc-pj.c:253 config/tc-sh.c:2590 config/tc-z8k.c:1216
 msgid "can't find opcode "
 msgstr ""
 
-#: config/tc-avr.c:1395
+#: config/tc-avr.c:1452
 #, c-format
 msgid "illegal opcode %s for mcu %s"
 msgstr ""
 
-#: config/tc-avr.c:1406
+#: config/tc-avr.c:1463
 msgid "garbage at end of line"
 msgstr ""
 
-#: config/tc-avr.c:1480 config/tc-avr.c:1487
+#: config/tc-avr.c:1537 config/tc-avr.c:1544
 #, c-format
 msgid "illegal %srelocation size: %d"
 msgstr ""
@@ -3730,283 +3770,283 @@ msgstr ""
 msgid "missing ')'"
 msgstr ""
 
-#: config/tc-bfin.c:437
+#: config/tc-bfin.c:442
 #, c-format
 msgid " Blackfin specific assembler options:\n"
 msgstr ""
 
-#: config/tc-bfin.c:438
+#: config/tc-bfin.c:443
 #, c-format
 msgid "  -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n"
 msgstr ""
 
-#: config/tc-bfin.c:439
+#: config/tc-bfin.c:444
 #, c-format
 msgid "  -mfdpic                  assemble for the FDPIC ABI\n"
 msgstr ""
 
-#: config/tc-bfin.c:440
+#: config/tc-bfin.c:445
 #, c-format
 msgid "  -mno-fdpic/-mnopic       disable -mfdpic\n"
 msgstr ""
 
-#: config/tc-bfin.c:453
+#: config/tc-bfin.c:458
 msgid "Could not set architecture and machine."
 msgstr ""
 
-#: config/tc-bfin.c:602
+#: config/tc-bfin.c:607
 msgid "Parse failed."
 msgstr ""
 
-#: config/tc-bfin.c:677
+#: config/tc-bfin.c:682
 msgid "pcrel too far BFD_RELOC_BFIN_10"
 msgstr ""
 
-#: config/tc-bfin.c:693
+#: config/tc-bfin.c:698
 msgid "pcrel too far BFD_RELOC_BFIN_12"
 msgstr ""
 
-#: config/tc-bfin.c:713
+#: config/tc-bfin.c:718
 msgid "pcrel too far BFD_RELOC_BFIN_24"
 msgstr ""
 
-#: config/tc-bfin.c:728
+#: config/tc-bfin.c:733
 msgid "pcrel too far BFD_RELOC_BFIN_5"
 msgstr ""
 
-#: config/tc-bfin.c:740
+#: config/tc-bfin.c:745
 msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
 msgstr ""
 
-#: config/tc-bfin.c:750
+#: config/tc-bfin.c:755
 msgid "rel too far BFD_RELOC_8"
 msgstr ""
 
-#: config/tc-bfin.c:757
+#: config/tc-bfin.c:762
 msgid "rel too far BFD_RELOC_16"
 msgstr ""
 
-#: config/tc-cr16.c:164 read.c:4436
+#: config/tc-cr16.c:165 read.c:4422
 msgid "using a bit field width of zero"
 msgstr ""
 
-#: config/tc-cr16.c:172 read.c:4444
+#: config/tc-cr16.c:173 read.c:4430
 #, c-format
 msgid "field width \"%s\" too complex for a bitfield"
 msgstr ""
 
-#: config/tc-cr16.c:181 read.c:4452
+#: config/tc-cr16.c:182 read.c:4438
 #, c-format
 msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
 msgstr ""
 
-#: config/tc-cr16.c:203 read.c:4474
+#: config/tc-cr16.c:204 read.c:4460
 #, c-format
 msgid "field value \"%s\" too complex for a bitfield"
 msgstr ""
 
-#: config/tc-cr16.c:384
+#: config/tc-cr16.c:385
 #, c-format
 msgid "Unknown register pair - index relative mode: `%d'"
 msgstr ""
 
-#: config/tc-cr16.c:570 config/tc-crx.c:345 config/tc-mn10200.c:768
-#: write.c:986
+#: config/tc-cr16.c:571 config/tc-crx.c:345 config/tc-mn10200.c:768
+#: write.c:990
 #, c-format
 msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
 msgstr ""
 
-#: config/tc-cr16.c:602 config/tc-crx.c:361
+#: config/tc-cr16.c:603 config/tc-crx.c:361
 #, c-format
 msgid "internal error: reloc %d (`%s') not supported by object file format"
 msgstr ""
 
-#: config/tc-cr16.c:695 config/tc-i386.c:8604 config/tc-s390.c:1804
+#: config/tc-cr16.c:696 config/tc-i386.c:8723 config/tc-s390.c:1911
 msgid "GOT already in symbol table"
 msgstr ""
 
-#: config/tc-cr16.c:804 config/tc-cr16.c:827 config/tc-cris.c:1190
+#: config/tc-cr16.c:805 config/tc-cr16.c:828 config/tc-cris.c:1190
 #: config/tc-crx.c:535 config/tc-crx.c:562 config/tc-crx.c:580
 #: config/tc-pdp11.c:194
 msgid "Virtual memory exhausted"
 msgstr ""
 
-#: config/tc-cr16.c:812 config/tc-crx.c:572 config/tc-crx.c:591
-#: config/tc-i386.c:2258 config/tc-i386.c:2280 config/tc-m68k.c:4656
+#: config/tc-cr16.c:813 config/tc-crx.c:572 config/tc-crx.c:591
+#: config/tc-m68k.c:4656
 #, c-format
 msgid "Internal Error:  Can't hash %s: %s"
 msgstr ""
 
-#: config/tc-cr16.c:838 config/tc-cris.c:1224 config/tc-crx.c:545
+#: config/tc-cr16.c:839 config/tc-cris.c:1224 config/tc-crx.c:545
 #, c-format
 msgid "Can't hash `%s': %s\n"
 msgstr ""
 
-#: config/tc-cr16.c:839 config/tc-cris.c:1225 config/tc-crx.c:546
+#: config/tc-cr16.c:840 config/tc-cris.c:1225 config/tc-crx.c:546
 msgid "(unknown reason)"
 msgstr ""
 
 #. Missing or bad expr becomes absolute 0.
-#: config/tc-cr16.c:891 config/tc-crx.c:619
+#: config/tc-cr16.c:892 config/tc-crx.c:619
 #, c-format
 msgid "missing or invalid displacement expression `%s' taken as 0"
 msgstr ""
 
-#: config/tc-cr16.c:941
+#: config/tc-cr16.c:942
 #, c-format
 msgid "GOT bad expression with %s."
 msgstr ""
 
-#: config/tc-cr16.c:1052
+#: config/tc-cr16.c:1053
 #, c-format
 msgid "operand %d: illegal use expression: `%s`"
 msgstr ""
 
-#: config/tc-cr16.c:1117 config/tc-crx.c:1127
+#: config/tc-cr16.c:1118 config/tc-crx.c:1127
 #, c-format
 msgid "Unknown register: `%d'"
 msgstr ""
 
 #. Issue a error message when register is illegal.
-#: config/tc-cr16.c:1125 config/tc-crx.c:1135
+#: config/tc-cr16.c:1126 config/tc-crx.c:1135
 #, c-format
 msgid "Illegal register (`%s') in Instruction: `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:1196 config/tc-cr16.c:1271 config/tc-crx.c:757
+#: config/tc-cr16.c:1197 config/tc-cr16.c:1272 config/tc-crx.c:757
 #: config/tc-crx.c:777 config/tc-crx.c:792
 #, c-format
 msgid "Illegal register `%s' in Instruction `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:1224 config/tc-cr16.c:1235
+#: config/tc-cr16.c:1225 config/tc-cr16.c:1236
 #, c-format
 msgid "Illegal register pair `%s' in Instruction `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:1260 config/tc-i960.c:835
+#: config/tc-cr16.c:1261 config/tc-i960.c:835
 msgid "unmatched '['"
 msgstr ""
 
-#: config/tc-cr16.c:1266 config/tc-i960.c:842
+#: config/tc-cr16.c:1267 config/tc-i960.c:842
 msgid "garbage after index spec ignored"
 msgstr ""
 
-#: config/tc-cr16.c:1414 config/tc-crx.c:936
+#: config/tc-cr16.c:1415 config/tc-crx.c:936
 #, c-format
 msgid "Illegal operands (whitespace): `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:1426 config/tc-cr16.c:1433 config/tc-cr16.c:1450
+#: config/tc-cr16.c:1427 config/tc-cr16.c:1434 config/tc-cr16.c:1451
 #: config/tc-crx.c:948 config/tc-crx.c:955 config/tc-crx.c:972
 #: config/tc-crx.c:1764
 #, c-format
 msgid "Missing matching brackets : `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:1482 config/tc-crx.c:998
+#: config/tc-cr16.c:1483 config/tc-crx.c:998
 #, c-format
 msgid "Unknown exception: `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:1569 config/tc-crx.c:1094
+#: config/tc-cr16.c:1570 config/tc-crx.c:1094
 #, c-format
 msgid "Illegal `cinv' parameter: `%c'"
 msgstr ""
 
-#: config/tc-cr16.c:1591 config/tc-cr16.c:1630
+#: config/tc-cr16.c:1592 config/tc-cr16.c:1631
 #, c-format
 msgid "Unknown register pair: `%d'"
 msgstr ""
 
 #. Issue a error message when register  pair is illegal.
-#: config/tc-cr16.c:1599
+#: config/tc-cr16.c:1600
 #, c-format
 msgid "Illegal register pair (`%s') in Instruction: `%s'"
 msgstr ""
 
 #. Issue a error message when register  pair is illegal.
-#: config/tc-cr16.c:1638
+#: config/tc-cr16.c:1639
 #, c-format
 msgid "Illegal index register pair (`%s') in Instruction: `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:1677
+#: config/tc-cr16.c:1678
 #, c-format
 msgid "Unknown processor register : `%d'"
 msgstr ""
 
 #. Issue a error message when register  pair is illegal.
-#: config/tc-cr16.c:1685
+#: config/tc-cr16.c:1686
 #, c-format
 msgid "Illegal processor register (`%s') in Instruction: `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:1733
+#: config/tc-cr16.c:1734
 #, c-format
 msgid "Unknown processor register (32 bit) : `%d'"
 msgstr ""
 
 #. Issue a error message when register  pair is illegal.
-#: config/tc-cr16.c:1741
+#: config/tc-cr16.c:1742
 #, c-format
 msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
 msgstr ""
 
-#: config/tc-cr16.c:2105 config/tc-crx.c:1662 config/tc-crx.c:1679
+#: config/tc-cr16.c:2106 config/tc-crx.c:1662 config/tc-crx.c:1679
 #, c-format
 msgid "Same src/dest register is used (`r%d'), result is undefined"
 msgstr ""
 
-#: config/tc-cr16.c:2126
+#: config/tc-cr16.c:2127
 msgid "RA register is saved twice."
 msgstr ""
 
-#: config/tc-cr16.c:2130
+#: config/tc-cr16.c:2131
 #, c-format
 msgid "`%s' Illegal use of registers."
 msgstr ""
 
-#: config/tc-cr16.c:2144
+#: config/tc-cr16.c:2145
 #, c-format
 msgid "`%s' Illegal count-register combination."
 msgstr ""
 
-#: config/tc-cr16.c:2150
+#: config/tc-cr16.c:2151
 #, c-format
 msgid "`%s' Illegal use of register."
 msgstr ""
 
-#: config/tc-cr16.c:2159 config/tc-crx.c:1671
+#: config/tc-cr16.c:2160 config/tc-crx.c:1671
 #, c-format
 msgid "`%s' has undefined result"
 msgstr ""
 
-#: config/tc-cr16.c:2167
+#: config/tc-cr16.c:2168
 #, c-format
 msgid "Same src/dest register is used (`r%d'),result is undefined"
 msgstr ""
 
-#: config/tc-cr16.c:2338 config/tc-crx.c:1576
+#: config/tc-cr16.c:2339 config/tc-crx.c:1576
 msgid "Incorrect number of operands"
 msgstr ""
 
-#: config/tc-cr16.c:2340 config/tc-crx.c:1578
+#: config/tc-cr16.c:2341 config/tc-crx.c:1578
 #, c-format
 msgid "Illegal type of operand (arg %d)"
 msgstr ""
 
-#: config/tc-cr16.c:2346 config/tc-crx.c:1584
+#: config/tc-cr16.c:2347 config/tc-crx.c:1584
 #, c-format
 msgid "Operand out of range (arg %d)"
 msgstr ""
 
-#: config/tc-cr16.c:2349 config/tc-crx.c:1587
+#: config/tc-cr16.c:2350 config/tc-crx.c:1587
 #, c-format
 msgid "Operand has odd displacement (arg %d)"
 msgstr ""
 
-#: config/tc-cr16.c:2352 config/tc-cr16.c:2383 config/tc-crx.c:1600
+#: config/tc-cr16.c:2353 config/tc-cr16.c:2384 config/tc-crx.c:1600
 #: config/tc-crx.c:1631
 #, c-format
 msgid "Illegal operand (arg %d)"
@@ -4014,12 +4054,12 @@ msgstr ""
 
 #. Give an error if a frag containing code is not aligned to a 2-byte
 #. boundary.
-#: config/tc-cr16.c:2485 config/tc-cr16.h:73 config/tc-crx.c:1953
+#: config/tc-cr16.c:2486 config/tc-cr16.h:73 config/tc-crx.c:1953
 #: config/tc-crx.h:76
 msgid "instruction address is not a multiple of 2"
 msgstr ""
 
-#: config/tc-cr16.c:2562 config/tc-cris.c:1538 config/tc-cris.c:1546
+#: config/tc-cr16.c:2563 config/tc-cris.c:1538 config/tc-cris.c:1546
 #: config/tc-crx.c:1989 config/tc-dlx.c:685 config/tc-hppa.c:3244
 #: config/tc-hppa.c:3251 config/tc-i860.c:491 config/tc-i860.c:508
 #: config/tc-i860.c:988 config/tc-sparc.c:1410 config/tc-sparc.c:1418
@@ -4120,7 +4160,7 @@ msgstr ""
 
 #. We've come to the end of instructions with this
 #. opcode, so it must be an error.
-#: config/tc-cris.c:2079
+#: config/tc-cris.c:2079 config/tc-mips.c:10425 config/tc-mips.c:10430
 msgid "Illegal operands"
 msgstr ""
 
@@ -4233,110 +4273,114 @@ msgstr ""
 msgid "--no-underscore is invalid with a.out format"
 msgstr ""
 
-#: config/tc-cris.c:3827
+#: config/tc-cris.c:3815
+msgid "--pic is invalid for this object format"
+msgstr ""
+
+#: config/tc-cris.c:3829
 #, c-format
 msgid "invalid <arch> in --march=<arch>: %s"
 msgstr ""
 
-#: config/tc-cris.c:3936 config/tc-moxie.c:709
+#: config/tc-cris.c:3938 config/tc-moxie.c:709
 msgid ""
 "Semantics error.  This type of operand can not be relocated, it must be an "
 "assembly-time constant"
 msgstr ""
 
-#: config/tc-cris.c:3985 config/tc-moxie.c:758
+#: config/tc-cris.c:3987 config/tc-moxie.c:758
 #, c-format
 msgid "Cannot generate relocation type for symbol %s, code %s"
 msgstr ""
 
 #. The messages are formatted to line up with the generic options.
-#: config/tc-cris.c:3998
+#: config/tc-cris.c:4000
 #, c-format
 msgid "CRIS-specific options:\n"
 msgstr ""
 
-#: config/tc-cris.c:4000
+#: config/tc-cris.c:4002
 msgid ""
 "  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
 msgstr ""
 
-#: config/tc-cris.c:4002
+#: config/tc-cris.c:4004
 msgid "  -N                      Warn when branches are expanded to jumps.\n"
 msgstr ""
 
-#: config/tc-cris.c:4004
+#: config/tc-cris.c:4006
 msgid ""
 "  --underscore            User symbols are normally prepended with "
 "underscore.\n"
 msgstr ""
 
-#: config/tc-cris.c:4006
+#: config/tc-cris.c:4008
 msgid "                          Registers will not need any prefix.\n"
 msgstr ""
 
-#: config/tc-cris.c:4008
+#: config/tc-cris.c:4010
 msgid "  --no-underscore         User symbols do not have any prefix.\n"
 msgstr ""
 
-#: config/tc-cris.c:4010
+#: config/tc-cris.c:4012
 msgid "                          Registers will require a `$'-prefix.\n"
 msgstr ""
 
-#: config/tc-cris.c:4012
+#: config/tc-cris.c:4015
 msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
 msgstr ""
 
-#: config/tc-cris.c:4014
+#: config/tc-cris.c:4018
 msgid ""
 "  --march=<arch>\t\tGenerate code for <arch>.  Valid choices for <arch>\n"
 "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
 msgstr ""
 
-#: config/tc-cris.c:4035
+#: config/tc-cris.c:4039
 msgid "Invalid relocation"
 msgstr ""
 
-#: config/tc-cris.c:4072
+#: config/tc-cris.c:4076
 msgid "Invalid pc-relative relocation"
 msgstr ""
 
-#: config/tc-cris.c:4117
+#: config/tc-cris.c:4121
 #, c-format
 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
 msgstr ""
 
-#: config/tc-cris.c:4147
+#: config/tc-cris.c:4151
 #, c-format
 msgid ".syntax %s requires command-line option `--underscore'"
 msgstr ""
 
-#: config/tc-cris.c:4156
+#: config/tc-cris.c:4160
 #, c-format
 msgid ".syntax %s requires command-line option `--no-underscore'"
 msgstr ""
 
-#: config/tc-cris.c:4193
+#: config/tc-cris.c:4197
 msgid "Unknown .syntax operand"
 msgstr ""
 
-#: config/tc-cris.c:4203
+#: config/tc-cris.c:4207
 msgid "Pseudodirective .file is only valid when generating ELF"
 msgstr ""
 
-#: config/tc-cris.c:4215
+#: config/tc-cris.c:4219
 msgid "Pseudodirective .loc is only valid when generating ELF"
 msgstr ""
 
-#: config/tc-cris.c:4230
+#: config/tc-cris.c:4234
 #, c-format
 msgid "internal inconsistency problem: %s called for %d bytes"
 msgstr ""
 
-#: config/tc-cris.c:4382
+#: config/tc-cris.c:4386
 msgid "unknown operand to .arch"
 msgstr ""
 
-#: config/tc-cris.c:4391
+#: config/tc-cris.c:4395
 msgid ".arch <arch> requires a matching --march=... option"
 msgstr ""
 
@@ -4711,14 +4755,14 @@ msgstr ""
 msgid ".endfunc missing for previous .proc"
 msgstr ""
 
-#: config/tc-dlx.c:291 config/tc-i860.c:227 config/tc-mips.c:1916
+#: config/tc-dlx.c:291 config/tc-i860.c:227 config/tc-mips.c:1927
 #, c-format
 msgid "internal error: can't hash `%s': %s\n"
 msgstr ""
 
 #. Probably a memory allocation problem?  Give up now.
-#: config/tc-dlx.c:298 config/tc-hppa.c:8333 config/tc-mips.c:1919
-#: config/tc-mips.c:1973 config/tc-or32.c:211 config/tc-sparc.c:860
+#: config/tc-dlx.c:298 config/tc-hppa.c:8354 config/tc-mips.c:1930
+#: config/tc-mips.c:1984 config/tc-or32.c:211 config/tc-sparc.c:860
 msgid "Broken assembler.  No assembly attempted."
 msgstr ""
 
@@ -5080,7 +5124,7 @@ msgstr ""
 msgid "operand/size mis-match"
 msgstr ""
 
-#: config/tc-h8300.c:1952 config/tc-mips.c:10170 config/tc-sh.c:2971
+#: config/tc-h8300.c:1952 config/tc-mips.c:10489 config/tc-sh.c:2971
 #: config/tc-sh64.c:2795 config/tc-z8k.c:1226
 msgid "unknown opcode"
 msgstr ""
@@ -5117,7 +5161,7 @@ msgid "Difference of symbols in different sections is not supported"
 msgstr ""
 
 #: config/tc-h8300.c:2233 config/tc-mcore.c:2199 config/tc-microblaze.c:2294
-#: config/tc-pj.c:487 config/tc-sh.c:4468 config/tc-tic6x.c:4103
+#: config/tc-pj.c:487 config/tc-sh.c:4468 config/tc-tic6x.c:4500
 #: config/tc-xc16x.c:315
 #, c-format
 msgid "Cannot represent relocation type %s"
@@ -5199,7 +5243,7 @@ msgstr ""
 msgid "Undefined absolute constant: '%s'."
 msgstr ""
 
-#: config/tc-hppa.c:2261 config/tc-hppa.c:5696
+#: config/tc-hppa.c:2261 config/tc-hppa.c:5717
 msgid "could not update architecture and machine"
 msgstr ""
 
@@ -5232,330 +5276,334 @@ msgstr ""
 msgid "Invalid argument description: %d"
 msgstr ""
 
-#: config/tc-hppa.c:3474
+#: config/tc-hppa.c:3475
 msgid "Invalid Indexed Load Completer."
 msgstr ""
 
-#: config/tc-hppa.c:3479
+#: config/tc-hppa.c:3480
 msgid "Invalid Indexed Load Completer Syntax."
 msgstr ""
 
-#: config/tc-hppa.c:3513
+#: config/tc-hppa.c:3514
 msgid "Invalid Short Load/Store Completer."
 msgstr ""
 
-#: config/tc-hppa.c:3573 config/tc-hppa.c:3578
+#: config/tc-hppa.c:3574 config/tc-hppa.c:3579
 msgid "Invalid Store Bytes Short Completer"
 msgstr ""
 
-#: config/tc-hppa.c:3889 config/tc-hppa.c:3895
+#: config/tc-hppa.c:3894 config/tc-hppa.c:3900
 msgid "Invalid left/right combination completer"
 msgstr ""
 
-#: config/tc-hppa.c:3944 config/tc-hppa.c:3951
+#: config/tc-hppa.c:3949 config/tc-hppa.c:3956
 msgid "Invalid permutation completer"
 msgstr ""
 
-#: config/tc-hppa.c:4057
+#: config/tc-hppa.c:4056
 #, c-format
 msgid "Invalid Add Condition: %s"
 msgstr ""
 
-#: config/tc-hppa.c:4068 config/tc-hppa.c:4078
+#: config/tc-hppa.c:4072 config/tc-hppa.c:4082
 msgid "Invalid Add and Branch Condition"
 msgstr ""
 
-#: config/tc-hppa.c:4099 config/tc-hppa.c:4236
+#: config/tc-hppa.c:4103 config/tc-hppa.c:4248
 msgid "Invalid Compare/Subtract Condition"
 msgstr ""
 
-#: config/tc-hppa.c:4139
+#: config/tc-hppa.c:4143
 #, c-format
-msgid "Invalid Bit Branch Condition: %c"
+msgid "Invalid Branch On Bit Condition: %c"
+msgstr ""
+
+#: config/tc-hppa.c:4146
+msgid "Missing Branch On Bit Condition"
 msgstr ""
 
-#: config/tc-hppa.c:4224
+#: config/tc-hppa.c:4231
 #, c-format
 msgid "Invalid Compare/Subtract Condition: %s"
 msgstr ""
 
-#: config/tc-hppa.c:4251
+#: config/tc-hppa.c:4263
 msgid "Invalid Compare and Branch Condition"
 msgstr ""
 
-#: config/tc-hppa.c:4347
+#: config/tc-hppa.c:4359
 msgid "Invalid Logical Instruction Condition."
 msgstr ""
 
-#: config/tc-hppa.c:4405
+#: config/tc-hppa.c:4421
 msgid "Invalid Shift/Extract/Deposit Condition."
 msgstr ""
 
-#: config/tc-hppa.c:4517
+#: config/tc-hppa.c:4534
 msgid "Invalid Unit Instruction Condition."
 msgstr ""
 
-#: config/tc-hppa.c:4992 config/tc-hppa.c:5024 config/tc-hppa.c:5055
-#: config/tc-hppa.c:5085
+#: config/tc-hppa.c:5013 config/tc-hppa.c:5045 config/tc-hppa.c:5076
+#: config/tc-hppa.c:5106
 msgid "Branch to unaligned address"
 msgstr ""
 
-#: config/tc-hppa.c:5269
+#: config/tc-hppa.c:5290
 msgid "Invalid SFU identifier"
 msgstr ""
 
-#: config/tc-hppa.c:5319
+#: config/tc-hppa.c:5340
 msgid "Invalid COPR identifier"
 msgstr ""
 
-#: config/tc-hppa.c:5448
+#: config/tc-hppa.c:5469
 msgid "Invalid Floating Point Operand Format."
 msgstr ""
 
-#: config/tc-hppa.c:5565 config/tc-hppa.c:5585 config/tc-hppa.c:5605
-#: config/tc-hppa.c:5625 config/tc-hppa.c:5645
+#: config/tc-hppa.c:5586 config/tc-hppa.c:5606 config/tc-hppa.c:5626
+#: config/tc-hppa.c:5646 config/tc-hppa.c:5666
 msgid "Invalid register for single precision fmpyadd or fmpysub"
 msgstr ""
 
-#: config/tc-hppa.c:5713
+#: config/tc-hppa.c:5734
 #, c-format
 msgid "Invalid operands %s"
 msgstr ""
 
-#: config/tc-hppa.c:5723
+#: config/tc-hppa.c:5744
 #, c-format
 msgid "Immediates %d and %d will give undefined behavior."
 msgstr ""
 
-#: config/tc-hppa.c:5775 config/tc-hppa.c:7002 config/tc-hppa.c:7057
+#: config/tc-hppa.c:5796 config/tc-hppa.c:7023 config/tc-hppa.c:7078
 msgid "Missing function name for .PROC (corrupted label chain)"
 msgstr ""
 
-#: config/tc-hppa.c:5778 config/tc-hppa.c:7060
+#: config/tc-hppa.c:5799 config/tc-hppa.c:7081
 msgid "Missing function name for .PROC"
 msgstr ""
 
-#: config/tc-hppa.c:5837
+#: config/tc-hppa.c:5858
 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
 msgstr ""
 
-#: config/tc-hppa.c:5933
+#: config/tc-hppa.c:5954
 #, c-format
 msgid "Invalid .CALL argument: %s"
 msgstr ""
 
-#: config/tc-hppa.c:6081
+#: config/tc-hppa.c:6102
 msgid ".callinfo is not within a procedure definition"
 msgstr ""
 
-#: config/tc-hppa.c:6101
+#: config/tc-hppa.c:6122
 #, c-format
 msgid "FRAME parameter must be a multiple of 8: %d\n"
 msgstr ""
 
-#: config/tc-hppa.c:6120
+#: config/tc-hppa.c:6141
 msgid "Value for ENTRY_GR must be in the range 3..18\n"
 msgstr ""
 
-#: config/tc-hppa.c:6132
+#: config/tc-hppa.c:6153
 msgid "Value for ENTRY_FR must be in the range 12..21\n"
 msgstr ""
 
-#: config/tc-hppa.c:6142
+#: config/tc-hppa.c:6163
 msgid "Value for ENTRY_SR must be 3\n"
 msgstr ""
 
-#: config/tc-hppa.c:6198
+#: config/tc-hppa.c:6219
 #, c-format
 msgid "Invalid .CALLINFO argument: %s"
 msgstr ""
 
-#: config/tc-hppa.c:6308
+#: config/tc-hppa.c:6329
 msgid "The .ENTER pseudo-op is not supported"
 msgstr ""
 
-#: config/tc-hppa.c:6324
+#: config/tc-hppa.c:6345
 msgid "Misplaced .entry. Ignored."
 msgstr ""
 
-#: config/tc-hppa.c:6328
+#: config/tc-hppa.c:6349
 msgid "Missing .callinfo."
 msgstr ""
 
-#: config/tc-hppa.c:6392
+#: config/tc-hppa.c:6413
 msgid ".REG expression must be a register"
 msgstr ""
 
-#: config/tc-hppa.c:6408
+#: config/tc-hppa.c:6429
 msgid "bad or irreducible absolute expression; zero assumed"
 msgstr ""
 
-#: config/tc-hppa.c:6419
+#: config/tc-hppa.c:6440
 msgid ".REG must use a label"
 msgstr ""
 
-#: config/tc-hppa.c:6421
+#: config/tc-hppa.c:6442
 msgid ".EQU must use a label"
 msgstr ""
 
-#: config/tc-hppa.c:6483
+#: config/tc-hppa.c:6504
 #, c-format
 msgid "Symbol '%s' could not be created."
 msgstr ""
 
-#: config/tc-hppa.c:6487
+#: config/tc-hppa.c:6508
 msgid "No memory for symbol name."
 msgstr ""
 
-#: config/tc-hppa.c:6537
+#: config/tc-hppa.c:6558
 msgid ".EXIT must appear within a procedure"
 msgstr ""
 
-#: config/tc-hppa.c:6541
+#: config/tc-hppa.c:6562
 msgid "Missing .callinfo"
 msgstr ""
 
-#: config/tc-hppa.c:6545
+#: config/tc-hppa.c:6566
 msgid "No .ENTRY for this .EXIT"
 msgstr ""
 
-#: config/tc-hppa.c:6585
+#: config/tc-hppa.c:6606
 #, c-format
 msgid "Using ENTRY rather than CODE in export directive for %s"
 msgstr ""
 
-#: config/tc-hppa.c:6708
+#: config/tc-hppa.c:6729
 #, c-format
 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
 msgstr ""
 
-#: config/tc-hppa.c:6732
+#: config/tc-hppa.c:6753
 #, c-format
 msgid "Cannot define export symbol: %s\n"
 msgstr ""
 
-#: config/tc-hppa.c:6829
+#: config/tc-hppa.c:6850
 msgid "Missing label name on .LABEL"
 msgstr ""
 
-#: config/tc-hppa.c:6834
+#: config/tc-hppa.c:6855
 msgid "extra .LABEL arguments ignored."
 msgstr ""
 
-#: config/tc-hppa.c:6850
+#: config/tc-hppa.c:6871
 msgid "The .LEAVE pseudo-op is not supported"
 msgstr ""
 
-#: config/tc-hppa.c:6888
+#: config/tc-hppa.c:6909
 msgid "Unrecognized .LEVEL argument\n"
 msgstr ""
 
-#: config/tc-hppa.c:6922
+#: config/tc-hppa.c:6943
 #, c-format
 msgid "Cannot define static symbol: %s\n"
 msgstr ""
 
-#: config/tc-hppa.c:6956
+#: config/tc-hppa.c:6977
 msgid "Nested procedures"
 msgstr ""
 
-#: config/tc-hppa.c:6966
+#: config/tc-hppa.c:6987
 msgid "Cannot allocate unwind descriptor\n"
 msgstr ""
 
-#: config/tc-hppa.c:7064
+#: config/tc-hppa.c:7085
 msgid "misplaced .procend"
 msgstr ""
 
-#: config/tc-hppa.c:7067
+#: config/tc-hppa.c:7088
 msgid "Missing .callinfo for this procedure"
 msgstr ""
 
-#: config/tc-hppa.c:7070
+#: config/tc-hppa.c:7091
 msgid "Missing .EXIT for a .ENTRY"
 msgstr ""
 
-#: config/tc-hppa.c:7107
+#: config/tc-hppa.c:7128
 msgid "Not in a space.\n"
 msgstr ""
 
-#: config/tc-hppa.c:7110
+#: config/tc-hppa.c:7131
 msgid "Not in a subspace.\n"
 msgstr ""
 
-#: config/tc-hppa.c:7199
+#: config/tc-hppa.c:7220
 msgid "Invalid .SPACE argument"
 msgstr ""
 
-#: config/tc-hppa.c:7245
+#: config/tc-hppa.c:7266
 msgid "Can't change spaces within a procedure definition. Ignored"
 msgstr ""
 
-#: config/tc-hppa.c:7373
+#: config/tc-hppa.c:7394
 #, c-format
 msgid "Undefined space: '%s' Assuming space number = 0."
 msgstr ""
 
-#: config/tc-hppa.c:7396
+#: config/tc-hppa.c:7417
 msgid "Must be in a space before changing or declaring subspaces.\n"
 msgstr ""
 
-#: config/tc-hppa.c:7400
+#: config/tc-hppa.c:7421
 msgid "Can't change subspaces within a procedure definition. Ignored"
 msgstr ""
 
-#: config/tc-hppa.c:7436
+#: config/tc-hppa.c:7457
 msgid "Parameters of an existing subspace can't be modified"
 msgstr ""
 
-#: config/tc-hppa.c:7488
+#: config/tc-hppa.c:7509
 msgid "Alignment must be a power of 2"
 msgstr ""
 
-#: config/tc-hppa.c:7535
+#: config/tc-hppa.c:7556
 msgid "FIRST not supported as a .SUBSPACE argument"
 msgstr ""
 
-#: config/tc-hppa.c:7537
+#: config/tc-hppa.c:7558
 msgid "Invalid .SUBSPACE argument"
 msgstr ""
 
-#: config/tc-hppa.c:7726
+#: config/tc-hppa.c:7747
 #, c-format
 msgid "Internal error: Unable to find containing space for %s."
 msgstr ""
 
-#: config/tc-hppa.c:7764
+#: config/tc-hppa.c:7785
 #, c-format
 msgid "Out of memory: could not allocate new space chain entry: %s\n"
 msgstr ""
 
-#: config/tc-hppa.c:7852
+#: config/tc-hppa.c:7873
 #, c-format
 msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
 msgstr ""
 
-#: config/tc-hppa.c:8297
+#: config/tc-hppa.c:8318
 msgid "-R option not supported on this target."
 msgstr ""
 
-#: config/tc-hppa.c:8314 config/tc-sparc.c:815 config/tc-sparc.c:852
+#: config/tc-hppa.c:8335 config/tc-sparc.c:815 config/tc-sparc.c:852
 #, c-format
 msgid "Internal error: can't hash `%s': %s\n"
 msgstr ""
 
-#: config/tc-hppa.c:8323 config/tc-i860.c:236
+#: config/tc-hppa.c:8344 config/tc-i860.c:236
 #, c-format
 msgid "internal error: losing opcode: `%s' \"%s\"\n"
 msgstr ""
 
-#: config/tc-i370.c:419 config/tc-ppc.c:1155 config/tc-s390.c:406
-#: config/tc-s390.c:413
+#: config/tc-i370.c:419 config/tc-ppc.c:1185 config/tc-s390.c:420
+#: config/tc-s390.c:427
 #, c-format
 msgid "invalid switch -m%s"
 msgstr ""
 
-#: config/tc-i370.c:516 config/tc-s390.c:515
+#: config/tc-i370.c:516 config/tc-s390.c:507
 #, c-format
 msgid "Internal assembler error for instruction %s"
 msgstr ""
@@ -5565,11 +5613,11 @@ msgstr ""
 msgid "Internal assembler error for macro %s"
 msgstr ""
 
-#: config/tc-i370.c:630 config/tc-ppc.c:1862
+#: config/tc-i370.c:630 config/tc-ppc.c:1893
 msgid "identifier+constant@got means identifier@got+constant"
 msgstr ""
 
-#: config/tc-i370.c:684 config/tc-m68k.c:8077 config/tc-ppc.c:1951
+#: config/tc-i370.c:684 config/tc-m68k.c:8077 config/tc-ppc.c:1982
 #, c-format
 msgid "%s relocations do not fit in %d bytes\n"
 msgstr ""
@@ -5592,28 +5640,28 @@ msgid "this DS form not yet supported"
 msgstr ""
 
 #: config/tc-i370.c:1046 config/tc-m32r.c:1493 config/tc-microblaze.c:177
-#: config/tc-ppc.c:2016 config/tc-ppc.c:4674
+#: config/tc-ppc.c:2047 config/tc-ppc.c:4884
 msgid "Expected comma after symbol-name: rest of line ignored."
 msgstr ""
 
 #: config/tc-i370.c:1069 config/tc-m32r.c:1517 config/tc-microblaze.c:199
-#: config/tc-ppc.c:2038 config/tc-ppc.c:3241 config/tc-ppc.c:4698
+#: config/tc-ppc.c:2069 config/tc-ppc.c:3272 config/tc-ppc.c:4908
 msgid "ignoring bad alignment"
 msgstr ""
 
 #: config/tc-i370.c:1080 config/tc-m32r.c:1544 config/tc-microblaze.c:210
-#: config/tc-ppc.c:2049 config/tc-ppc.c:4710
+#: config/tc-ppc.c:2080 config/tc-ppc.c:4920
 #, c-format
 msgid "Ignoring attempt to re-define symbol `%s'."
 msgstr ""
 
-#: config/tc-i370.c:1088 config/tc-microblaze.c:218 config/tc-ppc.c:2057
+#: config/tc-i370.c:1088 config/tc-microblaze.c:218 config/tc-ppc.c:2088
 #, c-format
 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
 msgstr ""
 
 #: config/tc-i370.c:1107 config/tc-m32r.c:1529 config/tc-microblaze.c:234
-#: config/tc-ppc.c:2075 config/tc-v850.c:375
+#: config/tc-ppc.c:2106 config/tc-v850.c:375
 msgid "Common alignment not a power of 2"
 msgstr ""
 
@@ -5666,12 +5714,12 @@ msgstr ""
 msgid "droping register %d in section %s previously used in section %s"
 msgstr ""
 
-#: config/tc-i370.c:1847 config/tc-ppc.c:3078
+#: config/tc-i370.c:1847 config/tc-ppc.c:3109
 msgid "wrong number of operands"
 msgstr ""
 
 #: config/tc-i370.c:1928 config/tc-mn10200.c:898 config/tc-mn10300.c:1251
-#: config/tc-ppc.c:2374 config/tc-s390.c:1549 config/tc-v850.c:2024
+#: config/tc-ppc.c:2405 config/tc-s390.c:1590 config/tc-v850.c:2024
 #, c-format
 msgid "Unrecognized opcode: `%s'"
 msgstr ""
@@ -5690,514 +5738,527 @@ msgstr ""
 msgid "Internal Error: bad instruction length"
 msgstr ""
 
-#: config/tc-i386.c:1848
+#: config/tc-i386.c:1873
 #, c-format
 msgid "%s shortened to %s"
 msgstr ""
 
-#: config/tc-i386.c:1934
+#: config/tc-i386.c:1959
 msgid "same type of prefix used twice"
 msgstr ""
 
-#: config/tc-i386.c:1961
+#: config/tc-i386.c:1986
 #, c-format
 msgid "64bit mode not supported on `%s'."
 msgstr ""
 
-#: config/tc-i386.c:1970
+#: config/tc-i386.c:1995
 #, c-format
 msgid "32bit mode not supported on `%s'."
 msgstr ""
 
-#: config/tc-i386.c:2010
+#: config/tc-i386.c:2035
 msgid "bad argument to syntax directive."
 msgstr ""
 
-#: config/tc-i386.c:2059
+#: config/tc-i386.c:2084
 msgid "bad argument to sse_check directive."
 msgstr ""
 
-#: config/tc-i386.c:2063
+#: config/tc-i386.c:2088
 msgid "missing argument for sse_check directive"
 msgstr ""
 
-#: config/tc-i386.c:2093
+#: config/tc-i386.c:2118
 #, c-format
 msgid "`%s' is not supported on `%s'"
 msgstr ""
 
-#: config/tc-i386.c:2166
+#: config/tc-i386.c:2192
 #, c-format
 msgid "no such architecture: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:2171
+#: config/tc-i386.c:2197
 msgid "missing cpu architecture"
 msgstr ""
 
-#: config/tc-i386.c:2185
+#: config/tc-i386.c:2211
 #, c-format
 msgid "no such architecture modifier: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:2200 config/tc-i386.c:2215
+#: config/tc-i386.c:2226 config/tc-i386.c:2242
 msgid "Intel L1OM is 64bit ELF only"
 msgstr ""
 
-#: config/tc-i386.c:2224 config/tc-i386.c:8494
-msgid "Unknown architecture"
+#: config/tc-i386.c:2253 config/tc-i386.c:8600
+msgid "unknown architecture"
+msgstr ""
+
+#: config/tc-i386.c:2287 config/tc-i386.c:2309
+#, c-format
+msgid "internal Error:  Can't hash %s: %s"
 msgstr ""
 
-#: config/tc-i386.c:2570
+#: config/tc-i386.c:2604
 #, c-format
 msgid "unknown relocation (%u)"
 msgstr ""
 
-#: config/tc-i386.c:2572
+#: config/tc-i386.c:2606
 #, c-format
 msgid "%u-byte relocation cannot be applied to %u-byte field"
 msgstr ""
 
-#: config/tc-i386.c:2576
+#: config/tc-i386.c:2610
 msgid "non-pc-relative relocation for pc-relative field"
 msgstr ""
 
-#: config/tc-i386.c:2581
+#: config/tc-i386.c:2615
 msgid "relocated field and relocation type differ in signedness"
 msgstr ""
 
-#: config/tc-i386.c:2590
+#: config/tc-i386.c:2624
 msgid "there are no unsigned pc-relative relocations"
 msgstr ""
 
-#: config/tc-i386.c:2598
+#: config/tc-i386.c:2632
 #, c-format
 msgid "cannot do %u byte pc-relative relocation"
 msgstr ""
 
-#: config/tc-i386.c:2615
+#: config/tc-i386.c:2649
 #, c-format
 msgid "cannot do %s %u byte relocation"
 msgstr ""
 
-#: config/tc-i386.c:2899
+#: config/tc-i386.c:2933
 #, c-format
 msgid "can't use register '%s%s' as operand %d in '%s'."
 msgstr ""
 
-#: config/tc-i386.c:3011
+#: config/tc-i386.c:3045
 #, c-format
 msgid "SSE instruction `%s' is used"
 msgstr ""
 
-#: config/tc-i386.c:3025 config/tc-i386.c:4455
+#: config/tc-i386.c:3059 config/tc-i386.c:4489
 #, c-format
 msgid "ambiguous operand size for `%s'"
 msgstr ""
 
-#: config/tc-i386.c:3042
+#: config/tc-i386.c:3076
 msgid "expecting lockable instruction after `lock'"
 msgstr ""
 
 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
-#: config/tc-i386.c:3093
+#: config/tc-i386.c:3127
 #, c-format
 msgid "translating to `%sp'"
 msgstr ""
 
-#: config/tc-i386.c:3148
+#: config/tc-i386.c:3182
 #, c-format
 msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
 msgstr ""
 
-#: config/tc-i386.c:3191 config/tc-i386.c:3323
+#: config/tc-i386.c:3225 config/tc-i386.c:3357
 #, c-format
 msgid "no such instruction: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:3202 config/tc-i386.c:3356
+#: config/tc-i386.c:3236 config/tc-i386.c:3390
 #, c-format
 msgid "invalid character %s in mnemonic"
 msgstr ""
 
-#: config/tc-i386.c:3209
+#: config/tc-i386.c:3243
 msgid "expecting prefix; got nothing"
 msgstr ""
 
-#: config/tc-i386.c:3211
+#: config/tc-i386.c:3245
 msgid "expecting mnemonic; got nothing"
 msgstr ""
 
-#: config/tc-i386.c:3226 config/tc-i386.c:3374
+#: config/tc-i386.c:3260 config/tc-i386.c:3408
 #, c-format
 msgid "`%s' is only supported in 64-bit mode"
 msgstr ""
 
-#: config/tc-i386.c:3227 config/tc-i386.c:3373
+#: config/tc-i386.c:3261 config/tc-i386.c:3407
 #, c-format
 msgid "`%s' is not supported in 64-bit mode"
 msgstr ""
 
-#: config/tc-i386.c:3239
+#: config/tc-i386.c:3273
 #, c-format
 msgid "redundant %s prefix"
 msgstr ""
 
-#: config/tc-i386.c:3380
+#: config/tc-i386.c:3414
 #, c-format
 msgid "`%s' is not supported on `%s%s'"
 msgstr ""
 
-#: config/tc-i386.c:3391
+#: config/tc-i386.c:3425
 msgid "use .code16 to ensure correct addressing mode"
 msgstr ""
 
-#: config/tc-i386.c:3404
+#: config/tc-i386.c:3438
 #, c-format
 msgid "expecting string instruction after `%s'"
 msgstr ""
 
-#: config/tc-i386.c:3436
+#: config/tc-i386.c:3470
 #, c-format
 msgid "invalid character %s before operand %d"
 msgstr ""
 
-#: config/tc-i386.c:3450
+#: config/tc-i386.c:3484
 #, c-format
 msgid "unbalanced parenthesis in operand %d."
 msgstr ""
 
-#: config/tc-i386.c:3453
+#: config/tc-i386.c:3487
 #, c-format
 msgid "unbalanced brackets in operand %d."
 msgstr ""
 
-#: config/tc-i386.c:3462
+#: config/tc-i386.c:3496
 #, c-format
 msgid "invalid character %s in operand %d"
 msgstr ""
 
-#: config/tc-i386.c:3490
+#: config/tc-i386.c:3524
 #, c-format
 msgid "spurious operands; (%d operands/instruction max)"
 msgstr ""
 
-#: config/tc-i386.c:3513
+#: config/tc-i386.c:3547
 msgid "expecting operand after ','; got nothing"
 msgstr ""
 
-#: config/tc-i386.c:3518
+#: config/tc-i386.c:3552
 msgid "expecting operand before ','; got nothing"
 msgstr ""
 
-#: config/tc-i386.c:4156
+#: config/tc-i386.c:4190
 msgid "operand size mismatch"
 msgstr ""
 
-#: config/tc-i386.c:4159
+#: config/tc-i386.c:4193
 msgid "operand type mismatch"
 msgstr ""
 
-#: config/tc-i386.c:4162
+#: config/tc-i386.c:4196
 msgid "register type mismatch"
 msgstr ""
 
-#: config/tc-i386.c:4165
+#: config/tc-i386.c:4199
 msgid "number of operands mismatch"
 msgstr ""
 
-#: config/tc-i386.c:4168
+#: config/tc-i386.c:4202
 msgid "invalid instruction suffix"
 msgstr ""
 
-#: config/tc-i386.c:4171
+#: config/tc-i386.c:4205
 msgid "Imm4 isn't the first operand"
 msgstr ""
 
-#: config/tc-i386.c:4174
+#: config/tc-i386.c:4208
 msgid "only supported with old gcc"
 msgstr ""
 
-#: config/tc-i386.c:4177
+#: config/tc-i386.c:4211
 msgid "unsupported with Intel mnemonic"
 msgstr ""
 
-#: config/tc-i386.c:4180
+#: config/tc-i386.c:4214
 msgid "unsupported syntax"
 msgstr ""
 
-#: config/tc-i386.c:4183
+#: config/tc-i386.c:4217
 msgid "unsupported"
 msgstr ""
 
-#: config/tc-i386.c:4186
+#: config/tc-i386.c:4220
 #, c-format
 msgid "%s for `%s'"
 msgstr ""
 
-#: config/tc-i386.c:4197
+#: config/tc-i386.c:4231
 #, c-format
 msgid "indirect %s without `*'"
 msgstr ""
 
 #. Warn them that a data or address size prefix doesn't
 #. affect assembly of the next line of code.
-#: config/tc-i386.c:4205
+#: config/tc-i386.c:4239
 #, c-format
 msgid "stand-alone `%s' prefix"
 msgstr ""
 
-#: config/tc-i386.c:4239 config/tc-i386.c:4255
+#: config/tc-i386.c:4273 config/tc-i386.c:4289
 #, c-format
 msgid "`%s' operand %d must use `%ses' segment"
 msgstr ""
 
 #. We have to know the operand size for crc32.
-#: config/tc-i386.c:4309
+#: config/tc-i386.c:4343
 #, c-format
 msgid "ambiguous memory operand size for `%s`"
 msgstr ""
 
-#: config/tc-i386.c:4428
+#: config/tc-i386.c:4462
 msgid ""
 "no instruction mnemonic suffix given and no register operands; can't size "
 "instruction"
 msgstr ""
 
-#: config/tc-i386.c:4565 config/tc-i386.c:4640 config/tc-i386.c:4669
-#: config/tc-i386.c:4715 config/tc-i386.c:4753
+#: config/tc-i386.c:4599 config/tc-i386.c:4674 config/tc-i386.c:4703
+#: config/tc-i386.c:4749 config/tc-i386.c:4787
 #, c-format
-msgid "Incorrect register `%s%s' used with `%c' suffix"
+msgid "incorrect register `%s%s' used with `%c' suffix"
 msgstr ""
 
-#: config/tc-i386.c:4573 config/tc-i386.c:4647 config/tc-i386.c:4760
+#: config/tc-i386.c:4607 config/tc-i386.c:4681 config/tc-i386.c:4794
 #, c-format
 msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
 msgstr ""
 
-#: config/tc-i386.c:4599 config/tc-i386.c:4623 config/tc-i386.c:4691
-#: config/tc-i386.c:4736
+#: config/tc-i386.c:4633 config/tc-i386.c:4657 config/tc-i386.c:4725
+#: config/tc-i386.c:4770
 #, c-format
 msgid "`%s%s' not allowed with `%s%c'"
 msgstr ""
 
-#: config/tc-i386.c:4825
+#: config/tc-i386.c:4859
 msgid "no instruction mnemonic suffix given; can't determine immediate size"
 msgstr ""
 
-#: config/tc-i386.c:4861
+#: config/tc-i386.c:4895
 #, c-format
 msgid "the last operand of `%s' must be `%s%s'"
 msgstr ""
 
-#: config/tc-i386.c:4864
+#: config/tc-i386.c:4898
 #, c-format
 msgid "the first operand of `%s' must be `%s%s'"
 msgstr ""
 
-#: config/tc-i386.c:5012
+#: config/tc-i386.c:5046
 #, c-format
 msgid "you can't `pop %scs'"
 msgstr ""
 
 #. Reversed arguments on faddp, fsubp, etc.
-#: config/tc-i386.c:5041
+#: config/tc-i386.c:5075
 #, c-format
 msgid "translating to `%s %s%s,%s%s'"
 msgstr ""
 
 #. Extraneous `l' suffix on fp insn.
-#: config/tc-i386.c:5048
+#: config/tc-i386.c:5082
 #, c-format
 msgid "translating to `%s %s%s'"
 msgstr ""
 
-#: config/tc-i386.c:5076
+#: config/tc-i386.c:5110
 #, c-format
 msgid "segment override on `%s' is ineffectual"
 msgstr ""
 
-#: config/tc-i386.c:5734 config/tc-i386.c:5828 config/tc-i386.c:5873
+#: config/tc-i386.c:5807 config/tc-i386.c:5901 config/tc-i386.c:5946
 msgid "skipping prefixes on this instruction"
 msgstr ""
 
-#: config/tc-i386.c:5893
+#: config/tc-i386.c:5966
 msgid "16-bit jump out of range"
 msgstr ""
 
-#: config/tc-i386.c:5902
+#: config/tc-i386.c:5975
 #, c-format
 msgid "can't handle non absolute segment in `%s'"
 msgstr ""
 
-#: config/tc-i386.c:6482
+#: config/tc-i386.c:6555
 #, c-format
 msgid "@%s reloc is not supported with %d-bit output format"
 msgstr ""
 
-#: config/tc-i386.c:6529
+#: config/tc-i386.c:6603
 #, c-format
 msgid "missing or invalid expression `%s'"
 msgstr ""
 
-#: config/tc-i386.c:6588
+#: config/tc-i386.c:6661
 #, c-format
 msgid "at most %d immediate operands are allowed"
 msgstr ""
 
-#: config/tc-i386.c:6610 config/tc-i386.c:6857
+#: config/tc-i386.c:6683 config/tc-i386.c:6930
 #, c-format
 msgid "junk `%s' after expression"
 msgstr ""
 
-#: config/tc-i386.c:6631
+#: config/tc-i386.c:6704
 #, c-format
 msgid "missing or invalid immediate expression `%s'"
 msgstr ""
 
-#: config/tc-i386.c:6654 config/tc-i386.c:6947
+#: config/tc-i386.c:6727 config/tc-i386.c:7020
 #, c-format
 msgid "unimplemented segment %s in operand"
 msgstr ""
 
-#: config/tc-i386.c:6661
+#: config/tc-i386.c:6734
 #, c-format
 msgid "illegal immediate register operand %s"
 msgstr ""
 
-#: config/tc-i386.c:6709
+#: config/tc-i386.c:6782
 #, c-format
 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
 msgstr ""
 
-#: config/tc-i386.c:6718
+#: config/tc-i386.c:6791
 #, c-format
 msgid "scale factor of %d without an index register"
 msgstr ""
 
-#: config/tc-i386.c:6740
+#: config/tc-i386.c:6813
 #, c-format
 msgid "at most %d displacement operands are allowed"
 msgstr ""
 
-#: config/tc-i386.c:6913
+#: config/tc-i386.c:6986
 #, c-format
 msgid "missing or invalid displacement expression `%s'"
 msgstr ""
 
-#: config/tc-i386.c:6930
+#: config/tc-i386.c:7003
 #, c-format
 msgid "0x%lx out range of signed 32bit displacement"
 msgstr ""
 
-#: config/tc-i386.c:7034
+#: config/tc-i386.c:7107
 #, c-format
 msgid "`%s' is not valid here (expected `%c%s%s%c')"
 msgstr ""
 
-#: config/tc-i386.c:7114
+#: config/tc-i386.c:7187
 #, c-format
 msgid "`%s' is not a valid %s expression"
 msgstr ""
 
-#: config/tc-i386.c:7119
+#: config/tc-i386.c:7192
 #, c-format
 msgid "`%s' is not a valid %s-bit %s expression"
 msgstr ""
 
-#: config/tc-i386.c:7200
+#: config/tc-i386.c:7273
 #, c-format
 msgid "bad memory operand `%s'"
 msgstr ""
 
-#: config/tc-i386.c:7215
+#: config/tc-i386.c:7288
 #, c-format
 msgid "junk `%s' after register"
 msgstr ""
 
-#: config/tc-i386.c:7228 config/tc-i386.c:7344 config/tc-i386.c:7385
+#: config/tc-i386.c:7301 config/tc-i386.c:7417 config/tc-i386.c:7458
 #, c-format
 msgid "bad register name `%s'"
 msgstr ""
 
-#: config/tc-i386.c:7236
+#: config/tc-i386.c:7309
 msgid "immediate operand illegal with absolute jump"
 msgstr ""
 
-#: config/tc-i386.c:7258
+#: config/tc-i386.c:7331
 #, c-format
 msgid "too many memory references for `%s'"
 msgstr ""
 
-#: config/tc-i386.c:7336
+#: config/tc-i386.c:7409
 #, c-format
 msgid "expecting `,' or `)' after index register in `%s'"
 msgstr ""
 
-#: config/tc-i386.c:7361
+#: config/tc-i386.c:7434
 #, c-format
 msgid "expecting `)' after scale factor in `%s'"
 msgstr ""
 
-#: config/tc-i386.c:7369
+#: config/tc-i386.c:7442
 #, c-format
 msgid "expecting index register or scale factor after `,'; got '%c'"
 msgstr ""
 
-#: config/tc-i386.c:7377
+#: config/tc-i386.c:7450
 #, c-format
 msgid "expecting `,' or `)' after base register in `%s'"
 msgstr ""
 
 #. It's not a memory operand; argh!
-#: config/tc-i386.c:7421
+#: config/tc-i386.c:7494
 #, c-format
 msgid "invalid char %s beginning operand %d `%s'"
 msgstr ""
 
-#: config/tc-i386.c:7603
+#: config/tc-i386.c:7676
 msgid "long jump required"
 msgstr ""
 
-#: config/tc-i386.c:7658
+#: config/tc-i386.c:7731
 msgid "jump target out of range"
 msgstr ""
 
-#: config/tc-i386.c:8172
-msgid "No compiled in support for x86_64"
+#: config/tc-i386.c:8249
+msgid "no compiled in support for x86_64"
+msgstr ""
+
+#: config/tc-i386.c:8269
+msgid "no compiled in support for 32bit x86_64"
+msgstr ""
+
+#: config/tc-i386.c:8273
+msgid "32bit x86_64 is only supported for ELF"
 msgstr ""
 
-#: config/tc-i386.c:8204 config/tc-i386.c:8259
+#: config/tc-i386.c:8303 config/tc-i386.c:8359
 #, c-format
-msgid "Invalid -march= option: `%s'"
+msgid "invalid -march= option: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:8268 config/tc-i386.c:8280
+#: config/tc-i386.c:8368 config/tc-i386.c:8380
 #, c-format
-msgid "Invalid -mtune= option: `%s'"
+msgid "invalid -mtune= option: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:8289
+#: config/tc-i386.c:8389
 #, c-format
-msgid "Invalid -mmnemonic= option: `%s'"
+msgid "invalid -mmnemonic= option: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:8298
+#: config/tc-i386.c:8398
 #, c-format
-msgid "Invalid -msyntax= option: `%s'"
+msgid "invalid -msyntax= option: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:8325
+#: config/tc-i386.c:8425
 #, c-format
-msgid "Invalid -msse-check= option: `%s'"
+msgid "invalid -msse-check= option: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:8334
+#: config/tc-i386.c:8434
 #, c-format
-msgid "Invalid -mavxscalar= option: `%s'"
+msgid "invalid -mavxscalar= option: `%s'"
 msgstr ""
 
-#: config/tc-i386.c:8426
+#: config/tc-i386.c:8526
 #, c-format
 msgid ""
 "  -Q                      ignored\n"
@@ -6205,34 +6266,34 @@ msgid ""
 "  -k                      ignored\n"
 msgstr ""
 
-#: config/tc-i386.c:8431
+#: config/tc-i386.c:8531
 #, c-format
 msgid ""
 "  -n                      Do not optimize code alignment\n"
 "  -q                      quieten some warnings\n"
 msgstr ""
 
-#: config/tc-i386.c:8435
+#: config/tc-i386.c:8535
 #, c-format
 msgid "  -s                      ignored\n"
 msgstr ""
 
-#: config/tc-i386.c:8440
+#: config/tc-i386.c:8540
 #, c-format
-msgid "  --32/--64               generate 32bit/64bit code\n"
+msgid "  --32/--64/--x32         generate 32bit/64bit/x32 code\n"
 msgstr ""
 
-#: config/tc-i386.c:8444
+#: config/tc-i386.c:8544
 #, c-format
 msgid "  --divide                do not treat `/' as a comment character\n"
 msgstr ""
 
-#: config/tc-i386.c:8447
+#: config/tc-i386.c:8547
 #, c-format
 msgid "  --divide                ignored\n"
 msgstr ""
 
-#: config/tc-i386.c:8450
+#: config/tc-i386.c:8550
 #, c-format
 msgid ""
 "  -march=CPU[,+EXTENSION...]\n"
@@ -6240,29 +6301,29 @@ msgid ""
 "of:\n"
 msgstr ""
 
-#: config/tc-i386.c:8454
+#: config/tc-i386.c:8554
 #, c-format
 msgid "                          EXTENSION is combination of:\n"
 msgstr ""
 
-#: config/tc-i386.c:8457
+#: config/tc-i386.c:8557
 #, c-format
 msgid "  -mtune=CPU              optimize for CPU, CPU is one of:\n"
 msgstr ""
 
-#: config/tc-i386.c:8460
+#: config/tc-i386.c:8560
 #, c-format
 msgid "  -msse2avx               encode SSE instructions with VEX prefix\n"
 msgstr ""
 
-#: config/tc-i386.c:8462
+#: config/tc-i386.c:8562
 #, c-format
 msgid ""
 "  -msse-check=[none|error|warning]\n"
 "                          check SSE instructions\n"
 msgstr ""
 
-#: config/tc-i386.c:8465
+#: config/tc-i386.c:8565
 #, c-format
 msgid ""
 "  -mavxscalar=[128|256]   encode scalar AVX instructions with specific "
@@ -6270,62 +6331,71 @@ msgid ""
 "                           length\n"
 msgstr ""
 
-#: config/tc-i386.c:8468
+#: config/tc-i386.c:8568
 #, c-format
 msgid "  -mmnemonic=[att|intel]  use AT&T/Intel mnemonic\n"
 msgstr ""
 
-#: config/tc-i386.c:8470
+#: config/tc-i386.c:8570
 #, c-format
 msgid "  -msyntax=[att|intel]    use AT&T/Intel syntax\n"
 msgstr ""
 
-#: config/tc-i386.c:8472
+#: config/tc-i386.c:8572
 #, c-format
 msgid "  -mindex-reg             support pseudo index registers\n"
 msgstr ""
 
-#: config/tc-i386.c:8474
+#: config/tc-i386.c:8574
 #, c-format
 msgid "  -mnaked-reg             don't require `%%' prefix for registers\n"
 msgstr ""
 
-#: config/tc-i386.c:8476
+#: config/tc-i386.c:8576
 #, c-format
 msgid "  -mold-gcc               support old (<= 2.8.1) versions of gcc\n"
 msgstr ""
 
-#: config/tc-i386.c:8530
+#: config/tc-i386.c:8650
 msgid "Intel L1OM is 64bit only"
 msgstr ""
 
-#: config/tc-i386.c:8753
+#: config/tc-i386.c:8872
 #, c-format
 msgid "can not do %d byte pc-relative relocation"
 msgstr ""
 
-#: config/tc-i386.c:8771
+#: config/tc-i386.c:8890
 #, c-format
 msgid "can not do %d byte relocation"
 msgstr ""
 
-#: config/tc-i386.c:8854 config/tc-s390.c:2239
+#: config/tc-i386.c:8959
+#, c-format
+msgid "cannot represent relocation type %s in x32 mode"
+msgstr ""
+
+#: config/tc-i386.c:8994 config/tc-s390.c:2346
 #, c-format
 msgid "cannot represent relocation type %s"
 msgstr ""
 
-#: config/tc-i386.c:8961
+#: config/tc-i386.c:9101
 msgid "bad .section directive: want a,l,w,x,M,S,G,T in string"
 msgstr ""
 
-#: config/tc-i386.c:8964
+#: config/tc-i386.c:9104
 msgid "bad .section directive: want a,w,x,M,S,G,T in string"
 msgstr ""
 
-#: config/tc-i386.c:8983
+#: config/tc-i386.c:9123
 msgid ".largecomm supported only in 64bit mode, producing .comm"
 msgstr ""
 
+#: config/tc-i386.c:9178 read.c:3859
+msgid "unexpected `\"' in expression"
+msgstr ""
+
 #: config/tc-i860.c:122
 msgid "Directive .dual available only with -mintel-syntax option"
 msgstr ""
@@ -6602,7 +6672,7 @@ msgstr ""
 msgid "Unwind directive not followed by an instruction."
 msgstr ""
 
-#: config/tc-ia64.c:1017 config/tc-ia64.c:7447
+#: config/tc-ia64.c:1017 config/tc-ia64.c:7449
 msgid "qualifying predicate not followed by instruction"
 msgstr ""
 
@@ -6938,7 +7008,7 @@ msgstr ""
 msgid "Expected '['"
 msgstr ""
 
-#: config/tc-ia64.c:4514 config/tc-ia64.c:7582
+#: config/tc-ia64.c:4514 config/tc-ia64.c:7584
 msgid "Expected ']'"
 msgstr ""
 
@@ -7005,7 +7075,7 @@ msgstr ""
 msgid "Bad register range"
 msgstr ""
 
-#: config/tc-ia64.c:5001 config/tc-ia64.c:7527
+#: config/tc-ia64.c:5001 config/tc-ia64.c:7529
 msgid "Predicate register expected"
 msgstr ""
 
@@ -7188,6 +7258,11 @@ msgid ""
 "  -mhint.b=[ok|warning|error]\n"
 "\t\t\t  hint.b check (default -mhint.b=error)\n"
 "  -x | -xexplicit\t  turn on dependency violation checking\n"
+msgstr ""
+
+#. Note for translators: "automagically" can be translated as "automatically" here.
+#: config/tc-ia64.c:7006
+msgid ""
 "  -xauto\t\t  automagically remove dependency violations (default)\n"
 "  -xnone\t\t  turn off dependency violation checking\n"
 "  -xdebug\t\t  debug dependency violation checker\n"
@@ -7197,238 +7272,238 @@ msgid ""
 "\t\t\t  dependency violation checking\n"
 msgstr ""
 
-#: config/tc-ia64.c:7019
+#: config/tc-ia64.c:7021
 msgid "--gstabs is not supported for ia64"
 msgstr ""
 
-#: config/tc-ia64.c:7257
+#: config/tc-ia64.c:7259
 #, c-format
 msgid "ia64.md_begin: can't hash `%s': %s"
 msgstr ""
 
-#: config/tc-ia64.c:7318
+#: config/tc-ia64.c:7320
 #, c-format
 msgid "Inserting \"%s\" into constant hash table failed: %s"
 msgstr ""
 
-#: config/tc-ia64.c:7330 config/tc-mips.c:1905
+#: config/tc-ia64.c:7332 config/tc-mips.c:1916
 msgid "Could not set architecture and machine"
 msgstr ""
 
-#: config/tc-ia64.c:7462
+#: config/tc-ia64.c:7464
 msgid "Explicit stops are ignored in auto mode"
 msgstr ""
 
-#: config/tc-ia64.c:7471
+#: config/tc-ia64.c:7473
 msgid "Found '{' when manual bundling is already turned on"
 msgstr ""
 
-#: config/tc-ia64.c:7484
+#: config/tc-ia64.c:7486
 msgid "Found '{' after explicit switch to automatic mode"
 msgstr ""
 
-#: config/tc-ia64.c:7490
+#: config/tc-ia64.c:7492
 msgid "Found '}' when manual bundling is off"
 msgstr ""
 
-#: config/tc-ia64.c:7517
+#: config/tc-ia64.c:7519
 msgid "Expected ')'"
 msgstr ""
 
-#: config/tc-ia64.c:7522
+#: config/tc-ia64.c:7524
 msgid "Qualifying predicate expected"
 msgstr ""
 
-#: config/tc-ia64.c:7541
+#: config/tc-ia64.c:7543
 msgid "Tag must come before qualifying predicate."
 msgstr ""
 
-#: config/tc-ia64.c:7571
+#: config/tc-ia64.c:7573
 msgid "Expected ':'"
 msgstr ""
 
-#: config/tc-ia64.c:7587
+#: config/tc-ia64.c:7589
 msgid "Tag name expected"
 msgstr ""
 
-#: config/tc-ia64.c:7689
+#: config/tc-ia64.c:7691
 msgid "Rotating register index must be a non-negative constant"
 msgstr ""
 
-#: config/tc-ia64.c:7694
+#: config/tc-ia64.c:7696
 #, c-format
 msgid "Index out of range 0..%u"
 msgstr ""
 
-#: config/tc-ia64.c:7706
+#: config/tc-ia64.c:7708
 msgid "Indirect register index must be a general register"
 msgstr ""
 
-#: config/tc-ia64.c:7715
+#: config/tc-ia64.c:7717
 msgid "Index can only be applied to rotating or indirect registers"
 msgstr ""
 
-#: config/tc-ia64.c:7751 config/tc-xstormy16.c:146
+#: config/tc-ia64.c:7753 config/tc-xstormy16.c:146
 msgid "Expected '('"
 msgstr ""
 
-#: config/tc-ia64.c:7759 config/tc-pdp11.c:448 config/tc-pdp11.c:514
-#: config/tc-pdp11.c:553 config/tc-xstormy16.c:155
+#: config/tc-ia64.c:7761 config/tc-pdp11.c:448 config/tc-pdp11.c:512
+#: config/tc-pdp11.c:546 config/tc-xstormy16.c:155
 msgid "Missing ')'"
 msgstr ""
 
-#: config/tc-ia64.c:7777 config/tc-xstormy16.c:162
+#: config/tc-ia64.c:7779 config/tc-xstormy16.c:162
 msgid "Not a symbolic expression"
 msgstr ""
 
-#: config/tc-ia64.c:7782 config/tc-ia64.c:7796
+#: config/tc-ia64.c:7784 config/tc-ia64.c:7798
 msgid "Illegal combination of relocation functions"
 msgstr ""
 
-#: config/tc-ia64.c:7885
+#: config/tc-ia64.c:7887
 msgid "No current frame"
 msgstr ""
 
-#: config/tc-ia64.c:7887
+#: config/tc-ia64.c:7889
 #, c-format
 msgid "Register number out of range 0..%u"
 msgstr ""
 
-#: config/tc-ia64.c:7925
+#: config/tc-ia64.c:7927
 msgid "Standalone `#' is illegal"
 msgstr ""
 
-#: config/tc-ia64.c:7928
+#: config/tc-ia64.c:7930
 msgid "Redundant `#' suffix operators"
 msgstr ""
 
-#: config/tc-ia64.c:8086
+#: config/tc-ia64.c:8088
 #, c-format
 msgid "Unhandled dependency %s for %s (%s), note %d"
 msgstr ""
 
-#: config/tc-ia64.c:9381
+#: config/tc-ia64.c:9383
 #, c-format
 msgid "Unrecognized dependency specifier %d\n"
 msgstr ""
 
-#: config/tc-ia64.c:10257
+#: config/tc-ia64.c:10259
 msgid "Only the first path encountering the conflict is reported"
 msgstr ""
 
-#: config/tc-ia64.c:10259
+#: config/tc-ia64.c:10261
 msgid "This is the location of the conflicting usage"
 msgstr ""
 
-#: config/tc-ia64.c:10520
+#: config/tc-ia64.c:10522
 #, c-format
 msgid "Unknown opcode `%s'"
 msgstr ""
 
-#: config/tc-ia64.c:10598
+#: config/tc-ia64.c:10600
 #, c-format
 msgid "AR %d can only be accessed by %c-unit"
 msgstr ""
 
-#: config/tc-ia64.c:10610
+#: config/tc-ia64.c:10612
 msgid "hint.b may be treated as nop"
 msgstr ""
 
-#: config/tc-ia64.c:10613
+#: config/tc-ia64.c:10615
 msgid "hint.b shouldn't be used"
 msgstr ""
 
-#: config/tc-ia64.c:10652
+#: config/tc-ia64.c:10654
 #, c-format
 msgid "`%s' cannot be predicated"
 msgstr ""
 
-#: config/tc-ia64.c:10724
+#: config/tc-ia64.c:10726
 msgid "Closing bracket missing"
 msgstr ""
 
-#: config/tc-ia64.c:10733
+#: config/tc-ia64.c:10735
 msgid "Index must be a general register"
 msgstr ""
 
-#: config/tc-ia64.c:10898
+#: config/tc-ia64.c:10900
 #, c-format
 msgid "Unsupported fixup size %d"
 msgstr ""
 
 #. This should be an error, but since previously there wasn't any
 #. diagnostic here, don't make it fail because of this for now.
-#: config/tc-ia64.c:11170
+#: config/tc-ia64.c:11172
 #, c-format
 msgid "Cannot express %s%d%s relocation"
 msgstr ""
 
-#: config/tc-ia64.c:11189
+#: config/tc-ia64.c:11191
 msgid "No addend allowed in @fptr() relocation"
 msgstr ""
 
-#: config/tc-ia64.c:11228
+#: config/tc-ia64.c:11230
 msgid "integer operand out of range"
 msgstr ""
 
-#: config/tc-ia64.c:11295
+#: config/tc-ia64.c:11297
 #, c-format
 msgid "%s must have a constant value"
 msgstr ""
 
-#: config/tc-ia64.c:11315
+#: config/tc-ia64.c:11317
 msgid "cannot resolve @slotcount parameter"
 msgstr ""
 
-#: config/tc-ia64.c:11348
+#: config/tc-ia64.c:11350
 msgid "invalid @slotcount value"
 msgstr ""
 
-#: config/tc-ia64.c:11385 config/tc-z8k.c:1372
+#: config/tc-ia64.c:11387 config/tc-z8k.c:1372
 #, c-format
 msgid "Cannot represent %s relocation in object file"
 msgstr ""
 
-#: config/tc-ia64.c:11496
+#: config/tc-ia64.c:11498
 msgid "Can't add stop bit to mark end of instruction group"
 msgstr ""
 
-#: config/tc-ia64.c:11596 config/tc-score.c:6109 read.c:1451 read.c:2447
-#: read.c:3149 read.c:3490 read.c:3534
+#: config/tc-ia64.c:11598 config/tc-score.c:6109 read.c:1448 read.c:2434
+#: read.c:3138 read.c:3476 read.c:3520
 msgid "expected symbol name"
 msgstr ""
 
-#: config/tc-ia64.c:11606 read.c:2457 read.c:3159 read.c:3518 stabs.c:468
+#: config/tc-ia64.c:11608 read.c:2444 read.c:3148 read.c:3504 stabs.c:469
 #, c-format
 msgid "expected comma after \"%s\""
 msgstr ""
 
-#: config/tc-ia64.c:11648
+#: config/tc-ia64.c:11650
 #, c-format
 msgid "`%s' is already the alias of %s `%s'"
 msgstr ""
 
-#: config/tc-ia64.c:11658
+#: config/tc-ia64.c:11660
 #, c-format
 msgid "%s `%s' already has an alias `%s'"
 msgstr ""
 
-#: config/tc-ia64.c:11669
+#: config/tc-ia64.c:11671
 #, c-format
 msgid "inserting \"%s\" into %s alias hash table failed: %s"
 msgstr ""
 
-#: config/tc-ia64.c:11677
+#: config/tc-ia64.c:11679
 #, c-format
 msgid "inserting \"%s\" into %s name hash table failed: %s"
 msgstr ""
 
-#: config/tc-ia64.c:11703
+#: config/tc-ia64.c:11705
 #, c-format
 msgid "symbol `%s' aliased to `%s' is not used"
 msgstr ""
 
-#: config/tc-ia64.c:11726
+#: config/tc-ia64.c:11728
 #, c-format
 msgid "section `%s' aliased to `%s' is not used"
 msgstr ""
@@ -7472,19 +7547,19 @@ msgstr ""
 msgid "Unmatched high relocation"
 msgstr ""
 
-#: config/tc-iq2000.c:829 config/tc-mips.c:15017 config/tc-score.c:5819
+#: config/tc-iq2000.c:829 config/tc-mips.c:15333 config/tc-score.c:5819
 msgid ".end not in text section"
 msgstr ""
 
-#: config/tc-iq2000.c:833 config/tc-mips.c:15021 config/tc-score.c:5822
+#: config/tc-iq2000.c:833 config/tc-mips.c:15337 config/tc-score.c:5822
 msgid ".end directive without a preceding .ent directive."
 msgstr ""
 
-#: config/tc-iq2000.c:842 config/tc-mips.c:15030 config/tc-score.c:5830
+#: config/tc-iq2000.c:842 config/tc-mips.c:15346 config/tc-score.c:5830
 msgid ".end symbol does not match .ent symbol."
 msgstr ""
 
-#: config/tc-iq2000.c:845 config/tc-mips.c:15037 config/tc-score.c:5835
+#: config/tc-iq2000.c:845 config/tc-mips.c:15353 config/tc-score.c:5835
 msgid ".end directive missing or unknown symbol"
 msgstr ""
 
@@ -7492,7 +7567,7 @@ msgstr ""
 msgid "Expected simple number."
 msgstr ""
 
-#: config/tc-iq2000.c:892 config/tc-mips.c:14942 config/tc-score.c:5670
+#: config/tc-iq2000.c:892 config/tc-mips.c:15258 config/tc-score.c:5670
 #, c-format
 msgid " *input_line_pointer == '%c' 0x%02x\n"
 msgstr ""
@@ -7501,7 +7576,7 @@ msgstr ""
 msgid "Invalid number"
 msgstr ""
 
-#: config/tc-iq2000.c:928 config/tc-mips.c:15109 config/tc-score.c:5708
+#: config/tc-iq2000.c:928 config/tc-mips.c:15425 config/tc-score.c:5708
 msgid ".ent or .aent not in text section."
 msgstr ""
 
@@ -7623,7 +7698,7 @@ msgstr ""
 
 #: config/tc-m32r.c:408
 #, c-format
-msgid "                                         fo contraint violations\n"
+msgid "                                         for constraint violations\n"
 msgstr ""
 
 #: config/tc-m32r.c:410
@@ -7634,7 +7709,7 @@ msgstr ""
 
 #: config/tc-m32r.c:412
 #, c-format
-msgid "                                         contraint violations\n"
+msgid "                                         constraint violations\n"
 msgstr ""
 
 #: config/tc-m32r.c:414
@@ -8978,760 +9053,798 @@ msgid "Absolute value in relaxation code.  Assembler error....."
 msgstr ""
 
 #: config/tc-microblaze.c:2363 config/tc-mn10300.c:1067 config/tc-sh.c:804
-#: config/tc-z80.c:666 read.c:4365
+#: config/tc-z80.c:666 read.c:4351
 #, c-format
 msgid "unsupported BFD relocation size %u"
 msgstr ""
 
 #. Prototypes for static functions.
-#: config/tc-mips.c:1060
+#: config/tc-mips.c:1064
 #, c-format
 msgid "internal Error, line %d, %s"
 msgstr ""
 
-#: config/tc-mips.c:1814 config/tc-mips.c:12891
+#: config/tc-mips.c:1825 config/tc-mips.c:13188
 #, c-format
 msgid "Unrecognized register name `%s'"
 msgstr ""
 
-#: config/tc-mips.c:1900
+#: config/tc-mips.c:1911
 msgid "-G may not be used in position-independent code"
 msgstr ""
 
-#: config/tc-mips.c:1949
+#: config/tc-mips.c:1960
 #, c-format
 msgid "internal: can't hash `%s': %s"
 msgstr ""
 
-#: config/tc-mips.c:1957
+#: config/tc-mips.c:1968
 #, c-format
 msgid "internal error: bad mips16 opcode: %s %s\n"
 msgstr ""
 
-#: config/tc-mips.c:2129
+#: config/tc-mips.c:2140
 #, c-format
 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
 msgstr ""
 
-#: config/tc-mips.c:2958 config/tc-mips.c:14590
-msgid "extended instruction in delay slot"
-msgstr ""
-
-#: config/tc-mips.c:3022 config/tc-mips.c:3029
+#: config/tc-mips.c:3074 config/tc-mips.c:3082
 #, c-format
 msgid "jump to misaligned address (0x%lx)"
 msgstr ""
 
-#: config/tc-mips.c:3039 config/tc-mips.c:3810
+#: config/tc-mips.c:3093 config/tc-mips.c:4042
 #, c-format
 msgid "branch to misaligned address (0x%lx)"
 msgstr ""
 
-#: config/tc-mips.c:3044 config/tc-mips.c:3813
+#: config/tc-mips.c:3098 config/tc-mips.c:4045
 #, c-format
 msgid "branch address range overflow (0x%lx)"
 msgstr ""
 
+#: config/tc-mips.c:3253 config/tc-mips.c:14896
+msgid "extended instruction in delay slot"
+msgstr ""
+
 #. To reproduce this failure try assembling gas/testsuites/
 #. gas/mips/mips16-intermix.s with a mips-ecoff targeted
 #. assembler.
-#: config/tc-mips.c:3071
+#: config/tc-mips.c:3299
 #, c-format
 msgid "Unsupported MIPS relocation number %d"
 msgstr ""
 
-#: config/tc-mips.c:3543
+#: config/tc-mips.c:3779
 msgid ""
 "Macro instruction expanded into multiple instructions in a branch delay slot"
 msgstr ""
 
-#: config/tc-mips.c:3546
+#: config/tc-mips.c:3782
 msgid "Macro instruction expanded into multiple instructions"
 msgstr ""
 
-#: config/tc-mips.c:4082 config/tc-mips.c:8005 config/tc-mips.c:8029
-#: config/tc-mips.c:8102 config/tc-mips.c:8125
+#: config/tc-mips.c:4314
 msgid "operand overflow"
 msgstr ""
 
-#: config/tc-mips.c:4101 config/tc-mips.c:4701 config/tc-mips.c:8192
+#: config/tc-mips.c:4333 config/tc-mips.c:4933 config/tc-mips.c:8427
 msgid "Macro used $at after \".set noat\""
 msgstr ""
 
-#: config/tc-mips.c:4130
+#: config/tc-mips.c:4362
 msgid "unsupported large constant"
 msgstr ""
 
-#: config/tc-mips.c:4132
+#: config/tc-mips.c:4364
 #, c-format
 msgid "Instruction %s requires absolute expression"
 msgstr ""
 
-#: config/tc-mips.c:4265 config/tc-mips.c:6567 config/tc-mips.c:7143
+#: config/tc-mips.c:4497 config/tc-mips.c:6798 config/tc-mips.c:7390
 #, c-format
 msgid "Number (0x%s) larger than 32 bits"
 msgstr ""
 
-#: config/tc-mips.c:4285
+#: config/tc-mips.c:4517
 msgid "Number larger than 64 bits"
 msgstr ""
 
-#: config/tc-mips.c:4579 config/tc-mips.c:4607 config/tc-mips.c:4645
-#: config/tc-mips.c:4690 config/tc-mips.c:6776 config/tc-mips.c:6815
-#: config/tc-mips.c:6854 config/tc-mips.c:7239 config/tc-mips.c:7291
+#: config/tc-mips.c:4811 config/tc-mips.c:4839 config/tc-mips.c:4877
+#: config/tc-mips.c:4922 config/tc-mips.c:7012 config/tc-mips.c:7051
+#: config/tc-mips.c:7090 config/tc-mips.c:7485 config/tc-mips.c:7537
 msgid "PIC code offset overflow (max 16 signed bits)"
 msgstr ""
 
-#: config/tc-mips.c:5012 config/tc-mips.c:5078 config/tc-mips.c:5166
-#: config/tc-mips.c:5213 config/tc-mips.c:5274 config/tc-mips.c:5322
-#: config/tc-mips.c:8286 config/tc-mips.c:8293 config/tc-mips.c:8300
-#: config/tc-mips.c:8407
+#: config/tc-mips.c:5244 config/tc-mips.c:5310 config/tc-mips.c:5398
+#: config/tc-mips.c:5445 config/tc-mips.c:5507 config/tc-mips.c:5556
+#: config/tc-mips.c:8521 config/tc-mips.c:8528 config/tc-mips.c:8535
+#: config/tc-mips.c:8642
 msgid "Unsupported large constant"
 msgstr ""
 
 #. result is always true
-#: config/tc-mips.c:5044
+#: config/tc-mips.c:5276
 #, c-format
 msgid "Branch %s is always true"
 msgstr ""
 
-#: config/tc-mips.c:5285 config/tc-mips.c:5333 config/tc-mips.c:9058
-#: config/tc-mips.c:9215
+#: config/tc-mips.c:5518 config/tc-mips.c:5567 config/tc-mips.c:9297
+#: config/tc-mips.c:9454
 #, c-format
 msgid "Improper position (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:5291 config/tc-mips.c:9125
+#: config/tc-mips.c:5523 config/tc-mips.c:9364
 #, c-format
 msgid "Improper extract size (%lu, position %lu)"
 msgstr ""
 
-#: config/tc-mips.c:5339 config/tc-mips.c:9089
+#: config/tc-mips.c:5572 config/tc-mips.c:9328
 #, c-format
 msgid "Improper insert size (%lu, position %lu)"
 msgstr ""
 
-#: config/tc-mips.c:5376 config/tc-mips.c:5473
+#: config/tc-mips.c:5609 config/tc-mips.c:5706
 msgid "Divide by zero."
 msgstr ""
 
-#: config/tc-mips.c:5559
+#: config/tc-mips.c:5792
 msgid "dla used to load 32-bit register"
 msgstr ""
 
-#: config/tc-mips.c:5562
+#: config/tc-mips.c:5795
 msgid "la used to load 64-bit address"
 msgstr ""
 
-#: config/tc-mips.c:5674 config/tc-z80.c:695
-msgid "offset too large"
+#: config/tc-mips.c:5819 config/tc-mips.c:6788 config/tc-mips.c:7380
+msgid "Expression too complex"
+msgstr ""
+
+#: config/tc-mips.c:5907
+msgid "Offset too large"
 msgstr ""
 
-#: config/tc-mips.c:5846 config/tc-mips.c:6121
+#: config/tc-mips.c:6079 config/tc-mips.c:6354
 msgid "PIC code offset overflow (max 32 signed bits)"
 msgstr ""
 
-#: config/tc-mips.c:6204
+#: config/tc-mips.c:6432
 msgid "MIPS PIC call to register other than $25"
 msgstr ""
 
-#: config/tc-mips.c:6210 config/tc-mips.c:6221 config/tc-mips.c:6345
-#: config/tc-mips.c:6356
+#: config/tc-mips.c:6438 config/tc-mips.c:6449 config/tc-mips.c:6573
+#: config/tc-mips.c:6584
 msgid "No .cprestore pseudo-op used in PIC code"
 msgstr ""
 
-#: config/tc-mips.c:6215 config/tc-mips.c:6350
+#: config/tc-mips.c:6443 config/tc-mips.c:6578
 msgid "No .frame pseudo-op used in PIC code"
 msgstr ""
 
-#: config/tc-mips.c:6371
+#: config/tc-mips.c:6599
 msgid "Non-PIC jump used in PIC library"
 msgstr ""
 
-#: config/tc-mips.c:6534 config/tc-mips.c:7397
+#: config/tc-mips.c:6765
+#, c-format
+msgid "Opcode not supported on this processor: %s"
+msgstr ""
+
+#: config/tc-mips.c:7643
 #, c-format
 msgid "opcode not supported on this processor: %s"
 msgstr ""
 
-#: config/tc-mips.c:7544 config/tc-mips.c:7575 config/tc-mips.c:7627
-#: config/tc-mips.c:7657
+#: config/tc-mips.c:7790 config/tc-mips.c:7821 config/tc-mips.c:7873
+#: config/tc-mips.c:7903
 msgid "Improper rotate count"
 msgstr ""
 
-#: config/tc-mips.c:7707
+#: config/tc-mips.c:7942
 #, c-format
 msgid "Instruction %s: result is always false"
 msgstr ""
 
-#: config/tc-mips.c:7868
+#: config/tc-mips.c:8103
 #, c-format
 msgid "Instruction %s: result is always true"
 msgstr ""
 
+#: config/tc-mips.c:8240 config/tc-mips.c:8264 config/tc-mips.c:8337
+#: config/tc-mips.c:8360
+msgid "Operand overflow"
+msgstr ""
+
 #. FIXME: Check if this is one of the itbl macros, since they
 #. are added dynamically.
-#: config/tc-mips.c:8188
+#: config/tc-mips.c:8423
 #, c-format
 msgid "Macro %s not implemented yet"
 msgstr ""
 
-#: config/tc-mips.c:8438
+#: config/tc-mips.c:8673
 #, c-format
 msgid "internal: bad mips opcode (mask error): %s %s"
 msgstr ""
 
-#: config/tc-mips.c:8478 config/tc-mips.c:9289
+#: config/tc-mips.c:8718
 #, c-format
 msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"
 msgstr ""
 
-#: config/tc-mips.c:8557
+#: config/tc-mips.c:8797
 #, c-format
 msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
 msgstr ""
 
-#: config/tc-mips.c:8564
+#: config/tc-mips.c:8804
 #, c-format
 msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
 msgstr ""
 
-#: config/tc-mips.c:8687 config/tc-mips.c:8695 config/tc-mips.c:10179
-#: config/tc-score.c:2696 config/tc-score.c:2742
-msgid "unrecognized opcode"
+#: config/tc-mips.c:8927 config/tc-mips.c:8935
+msgid "Unrecognized opcode"
 msgstr ""
 
-#: config/tc-mips.c:8722 config/tc-mips.c:10205
+#: config/tc-mips.c:8962 config/tc-mips.c:10524
 #, c-format
 msgid "opcode not supported on this processor: %s (%s)"
 msgstr ""
 
-#: config/tc-mips.c:8756
+#: config/tc-mips.c:8996
 #, c-format
 msgid "BALIGN immediate not 1 or 3 (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:8769 config/tc-mips.c:8782 config/tc-mips.c:8795
-#: config/tc-mips.c:8808 config/tc-mips.c:8834 config/tc-mips.c:8878
+#: config/tc-mips.c:9009 config/tc-mips.c:9022 config/tc-mips.c:9035
+#: config/tc-mips.c:9048 config/tc-mips.c:9074 config/tc-mips.c:9118
 #, c-format
 msgid "DSP immediate not in range 0..%d (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:8826 config/tc-mips.c:8853
+#: config/tc-mips.c:9066 config/tc-mips.c:9093
 msgid "Invalid dsp acc register"
 msgstr ""
 
-#: config/tc-mips.c:8864 config/tc-mips.c:8895 config/tc-mips.c:8912
+#: config/tc-mips.c:9104 config/tc-mips.c:9135 config/tc-mips.c:9152
 #, c-format
 msgid "DSP immediate not in range %ld..%ld (%ld)"
 msgstr ""
 
-#: config/tc-mips.c:8925
+#: config/tc-mips.c:9165
 #, c-format
 msgid "MT usermode bit not 0 or 1 (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:8936
+#: config/tc-mips.c:9176
 #, c-format
 msgid "MT load high bit not 0 or 1 (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:8953 config/tc-mips.c:8966
+#: config/tc-mips.c:9193 config/tc-mips.c:9206
 msgid "Invalid dsp/smartmips acc register"
 msgstr ""
 
-#: config/tc-mips.c:9031
+#: config/tc-mips.c:9270
 #, c-format
 msgid "Illegal %s number (%lu, 0x%lx)"
 msgstr ""
 
-#: config/tc-mips.c:9144 config/tc-mips.c:9716
+#: config/tc-mips.c:9383 config/tc-mips.c:10032
 msgid "absolute expression required"
 msgstr ""
 
-#: config/tc-mips.c:9167
+#: config/tc-mips.c:9406
 #, c-format
 msgid "Invalid register number (%d)"
 msgstr ""
 
-#: config/tc-mips.c:9175
+#: config/tc-mips.c:9414
 msgid "Invalid coprocessor 0 register number"
 msgstr ""
 
-#: config/tc-mips.c:9185
+#: config/tc-mips.c:9424
 #, c-format
 msgid "Improper bit index (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9246 config/tc-mips.c:9263
+#: config/tc-mips.c:9485 config/tc-mips.c:9502
 #, c-format
 msgid "Improper size (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9279
+#: config/tc-mips.c:9518
 #, c-format
 msgid "Improper immediate (%ld)"
 msgstr ""
 
-#: config/tc-mips.c:9306
+#: config/tc-mips.c:9535 config/tc-mips.c:9552 config/tc-mips.c:9572
+#, c-format
+msgid "Offset not in range %ld..%ld (%ld)"
+msgstr ""
+
+#: config/tc-mips.c:9578
+#, c-format
+msgid "Offset not 16 bytes alignment (%ld)"
+msgstr ""
+
+#: config/tc-mips.c:9593 config/tc-mips.c:10705
+msgid "used $at without \".set noat\""
+msgstr ""
+
+#: config/tc-mips.c:9595 config/tc-mips.c:10707
+#, c-format
+msgid "used $%u with \".set at=$%u\""
+msgstr ""
+
+#: config/tc-mips.c:9608
+#, c-format
+msgid ""
+"Internal error: bad mips opcode (unknown extension operand type `+%c'): %s %s"
+msgstr ""
+
+#: config/tc-mips.c:9626
 #, c-format
 msgid "Improper shift amount (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9330 config/tc-mips.c:10526 config/tc-mips.c:10779
+#: config/tc-mips.c:9650 config/tc-mips.c:10845 config/tc-mips.c:11098
 #, c-format
 msgid "Invalid value for `%s' (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9366
+#: config/tc-mips.c:9686
 #, c-format
 msgid "Code for %s not in range 0..1023 (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9378
+#: config/tc-mips.c:9698
 #, c-format
 msgid "Lower code for %s not in range 0..1023 (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9390
+#: config/tc-mips.c:9710
 #, c-format
 msgid "Code for %s not in range 0..1048575 (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9403
+#: config/tc-mips.c:9723
 #, c-format
 msgid "Coproccesor code > 25 bits (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9417
+#: config/tc-mips.c:9737
 #, c-format
 msgid "Illegal 19-bit code (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9430
+#: config/tc-mips.c:9750
 #, c-format
 msgid "Invalid performance register (%lu)"
 msgstr ""
 
-#: config/tc-mips.c:9473 config/tc-mips.c:10386
-msgid "used $at without \".set noat\""
-msgstr ""
-
-#: config/tc-mips.c:9475 config/tc-mips.c:10388
+#: config/tc-mips.c:9795
 #, c-format
-msgid "used $%u with \".set at=$%u\""
+msgid "Used $%u with \".set at=$%u\""
 msgstr ""
 
-#: config/tc-mips.c:9501
-msgid "source and destination must be different"
+#: config/tc-mips.c:9822
+msgid "Source and destination must be different"
 msgstr ""
 
-#: config/tc-mips.c:9506
-msgid "a destination register must be supplied"
+#: config/tc-mips.c:9828
+msgid "A destination register must be supplied"
 msgstr ""
 
-#: config/tc-mips.c:9575
+#: config/tc-mips.c:9891
 #, c-format
 msgid "Improper align amount (%ld), using low bits"
 msgstr ""
 
-#: config/tc-mips.c:9589
+#: config/tc-mips.c:9905
 #, c-format
 msgid "Invalid MDMX Immediate (%ld)"
 msgstr ""
 
-#: config/tc-mips.c:9627
+#: config/tc-mips.c:9943
 #, c-format
 msgid "Float register should be even, was %d"
 msgstr ""
 
-#: config/tc-mips.c:9666
+#: config/tc-mips.c:9982
 #, c-format
 msgid "Bad element selector %ld"
 msgstr ""
 
-#: config/tc-mips.c:9674
+#: config/tc-mips.c:9990
 #, c-format
 msgid "Expecting ']' found '%s'"
 msgstr ""
 
-#: config/tc-mips.c:9780
+#: config/tc-mips.c:10096
 #, c-format
 msgid "Bad floating point constant: %s"
 msgstr ""
 
-#: config/tc-mips.c:9900
+#: config/tc-mips.c:10216
 msgid "Can't use floating point insn in this section"
 msgstr ""
 
-#: config/tc-mips.c:9959
-msgid "expression out of range"
+#: config/tc-mips.c:10275
+msgid "Expression out of range"
 msgstr ""
 
-#: config/tc-mips.c:10003
-msgid "lui expression not in range 0..65535"
+#: config/tc-mips.c:10319
+#, c-format
+msgid "lui expression (%lu) not in range 0..65535"
 msgstr ""
 
-#: config/tc-mips.c:10024
+#: config/tc-mips.c:10341
 #, c-format
 msgid "Condition code register should be even for %s, was %d"
 msgstr ""
 
-#: config/tc-mips.c:10029
+#: config/tc-mips.c:10347
 #, c-format
 msgid "Condition code register should be 0 or 4 for %s, was %d"
 msgstr ""
 
-#: config/tc-mips.c:10055
-msgid "invalid coprocessor sub-selection value (0-7)"
+#: config/tc-mips.c:10374
+msgid "Invalid coprocessor sub-selection value (0-7)"
 msgstr ""
 
-#: config/tc-mips.c:10067 config/tc-mips.c:10084
+#: config/tc-mips.c:10386 config/tc-mips.c:10403
 #, c-format
 msgid "bad byte vector index (%ld)"
 msgstr ""
 
-#: config/tc-mips.c:10095
+#: config/tc-mips.c:10414
 #, c-format
-msgid "bad char = '%c'\n"
+msgid "Bad char = '%c'\n"
 msgstr ""
 
-#: config/tc-mips.c:10106 config/tc-mips.c:10111 config/tc-mips.c:10804
-msgid "illegal operands"
+#: config/tc-mips.c:10498 config/tc-score.c:2696 config/tc-score.c:2742
+msgid "unrecognized opcode"
 msgstr ""
 
-#: config/tc-mips.c:10562 config/tc-mips.c:10643 config/tc-mips.c:10658
+#: config/tc-mips.c:10881 config/tc-mips.c:10962 config/tc-mips.c:10977
 msgid "can't parse register list"
 msgstr ""
 
-#: config/tc-mips.c:10631
+#: config/tc-mips.c:10950
 msgid "more than one frame size in list"
 msgstr ""
 
-#: config/tc-mips.c:10686
+#: config/tc-mips.c:11005
 msgid "unexpected register in list"
 msgstr ""
 
-#: config/tc-mips.c:10696
+#: config/tc-mips.c:11015
 msgid "arg/static registers overlap"
 msgstr ""
 
-#: config/tc-mips.c:10714
+#: config/tc-mips.c:11033
 msgid "invalid arg register list"
 msgstr ""
 
-#: config/tc-mips.c:10723 config/tc-mips.c:10746
+#: config/tc-mips.c:11042 config/tc-mips.c:11065
 msgid "invalid static register list"
 msgstr ""
 
-#: config/tc-mips.c:10753
+#: config/tc-mips.c:11072
 msgid "missing frame size"
 msgstr ""
 
-#: config/tc-mips.c:10756
+#: config/tc-mips.c:11075
 msgid "invalid frame size"
 msgstr ""
 
-#: config/tc-mips.c:10922
+#: config/tc-mips.c:11123
+msgid "illegal operands"
+msgstr ""
+
+#: config/tc-mips.c:11241
 msgid "extended operand requested but not required"
 msgstr ""
 
-#: config/tc-mips.c:10924
+#: config/tc-mips.c:11243
 msgid "invalid unextended operand value"
 msgstr ""
 
-#: config/tc-mips.c:10952
+#: config/tc-mips.c:11271
 msgid "operand value out of range for instruction"
 msgstr ""
 
-#: config/tc-mips.c:11057
+#: config/tc-mips.c:11376
 #, c-format
 msgid "relocation %s isn't supported by the current ABI"
 msgstr ""
 
-#: config/tc-mips.c:11113
+#: config/tc-mips.c:11432
 msgid "unclosed '('"
 msgstr ""
 
-#: config/tc-mips.c:11400
+#: config/tc-mips.c:11699
 #, c-format
 msgid "A different %s was already specified, is now %s"
 msgstr ""
 
-#: config/tc-mips.c:11671
+#: config/tc-mips.c:11970
 msgid "-call_shared is supported only for ELF format"
 msgstr ""
 
-#: config/tc-mips.c:11681
+#: config/tc-mips.c:11980
 msgid "-call_nonpic is supported only for ELF format"
 msgstr ""
 
-#: config/tc-mips.c:11691
+#: config/tc-mips.c:11990
 msgid "-non_shared is supported only for ELF format"
 msgstr ""
 
-#: config/tc-mips.c:11724
+#: config/tc-mips.c:12023
 msgid "-n32 is supported for ELF format only"
 msgstr ""
 
-#: config/tc-mips.c:11733
+#: config/tc-mips.c:12032
 msgid "-64 is supported for ELF format only"
 msgstr ""
 
-#: config/tc-mips.c:11738 config/tc-mips.c:11791
+#: config/tc-mips.c:12037 config/tc-mips.c:12090
 msgid "No compiled in support for 64 bit object file format"
 msgstr ""
 
-#: config/tc-mips.c:11778
+#: config/tc-mips.c:12077
 msgid "-mabi is supported for ELF format only"
 msgstr ""
 
-#: config/tc-mips.c:11798
+#: config/tc-mips.c:12097
 #, c-format
 msgid "invalid abi -mabi=%s"
 msgstr ""
 
-#: config/tc-mips.c:11878
+#: config/tc-mips.c:12177
 msgid "-G not supported in this configuration."
 msgstr ""
 
-#: config/tc-mips.c:11904
+#: config/tc-mips.c:12203
 #, c-format
 msgid "-%s conflicts with the other architecture options, which imply -%s"
 msgstr ""
 
-#: config/tc-mips.c:11916
+#: config/tc-mips.c:12215
 #, c-format
 msgid "-march=%s is not compatible with the selected ABI"
 msgstr ""
 
-#: config/tc-mips.c:11935
+#: config/tc-mips.c:12234
 msgid "-mgp64 used with a 32-bit processor"
 msgstr ""
 
-#: config/tc-mips.c:11937
+#: config/tc-mips.c:12236
 msgid "-mgp32 used with a 64-bit ABI"
 msgstr ""
 
-#: config/tc-mips.c:11939
+#: config/tc-mips.c:12238
 msgid "-mgp64 used with a 32-bit ABI"
 msgstr ""
 
-#: config/tc-mips.c:11977
+#: config/tc-mips.c:12276
 msgid "-mfp64 used with a 32-bit fpu"
 msgstr ""
 
-#: config/tc-mips.c:11980
+#: config/tc-mips.c:12279
 msgid "-mfp64 used with a 32-bit ABI"
 msgstr ""
 
-#: config/tc-mips.c:11984
+#: config/tc-mips.c:12283
 msgid "-mfp32 used with a 64-bit ABI"
 msgstr ""
 
-#: config/tc-mips.c:11998
+#: config/tc-mips.c:12297
 msgid "trap exception not supported at ISA 1"
 msgstr ""
 
-#: config/tc-mips.c:12008
+#: config/tc-mips.c:12307
 msgid "-mfp32 used with -mips3d"
 msgstr ""
 
-#: config/tc-mips.c:12014
+#: config/tc-mips.c:12313
 msgid "-mfp32 used with -mdmx"
 msgstr ""
 
-#: config/tc-mips.c:12019
+#: config/tc-mips.c:12318
 #, c-format
 msgid "%s ISA does not support SmartMIPS"
 msgstr ""
 
-#: config/tc-mips.c:12025 config/tc-mips.c:12983
+#: config/tc-mips.c:12324 config/tc-mips.c:13280
 #, c-format
 msgid "%s ISA does not support DSP ASE"
 msgstr ""
 
-#: config/tc-mips.c:12034 config/tc-mips.c:12996
+#: config/tc-mips.c:12333 config/tc-mips.c:13293
 #, c-format
 msgid "%s ISA does not support DSP R2 ASE"
 msgstr ""
 
-#: config/tc-mips.c:12040 config/tc-mips.c:13009
+#: config/tc-mips.c:12339 config/tc-mips.c:13306
 #, c-format
 msgid "%s ISA does not support MT ASE"
 msgstr ""
 
-#: config/tc-mips.c:12089
+#: config/tc-mips.c:12387
 msgid "PC relative MIPS16 instruction references a different section"
 msgstr ""
 
-#: config/tc-mips.c:12387 config/tc-sparc.c:3184 config/tc-sparc.c:3191
+#: config/tc-mips.c:12685 config/tc-sparc.c:3184 config/tc-sparc.c:3191
 #: config/tc-sparc.c:3198 config/tc-sparc.c:3205 config/tc-sparc.c:3212
 #: config/tc-sparc.c:3221 config/tc-sparc.c:3232 config/tc-sparc.c:3254
-#: config/tc-sparc.c:3278 write.c:1132
+#: config/tc-sparc.c:3278 write.c:1138
 msgid "relocation overflow"
 msgstr ""
 
-#: config/tc-mips.c:12397
+#: config/tc-mips.c:12695
 #, c-format
 msgid "Branch to misaligned address (%lx)"
 msgstr ""
 
-#: config/tc-mips.c:12444
+#: config/tc-mips.c:12742
 msgid "Branch out of range"
 msgstr ""
 
-#: config/tc-mips.c:12526
+#: config/tc-mips.c:12824
 #, c-format
 msgid "Alignment too large: %d. assumed."
 msgstr ""
 
-#: config/tc-mips.c:12529
+#: config/tc-mips.c:12827
 msgid "Alignment negative: 0 assumed."
 msgstr ""
 
-#: config/tc-mips.c:12788
+#: config/tc-mips.c:13085
 #, c-format
 msgid "%s: no such section"
 msgstr ""
 
-#: config/tc-mips.c:12837
+#: config/tc-mips.c:13134
 #, c-format
 msgid ".option pic%d not supported"
 msgstr ""
 
-#: config/tc-mips.c:12842 config/tc-mips.c:13149
+#: config/tc-mips.c:13139 config/tc-mips.c:13446
 msgid "-G may not be used with SVR4 PIC code"
 msgstr ""
 
-#: config/tc-mips.c:12848
+#: config/tc-mips.c:13145
 #, c-format
 msgid "Unrecognized option \"%s\""
 msgstr ""
 
-#: config/tc-mips.c:12908
+#: config/tc-mips.c:13205
 msgid "`noreorder' must be set before `nomacro'"
 msgstr ""
 
-#: config/tc-mips.c:12934
+#: config/tc-mips.c:13231
 #, c-format
 msgid "%s isa does not support 64-bit registers"
 msgstr ""
 
-#: config/tc-mips.c:12945
+#: config/tc-mips.c:13242
 #, c-format
 msgid "%s isa does not support 64-bit floating point registers"
 msgstr ""
 
-#: config/tc-mips.c:12966
+#: config/tc-mips.c:13263
 #, c-format
 msgid "%s ISA does not support SmartMIPS ASE"
 msgstr ""
 
-#: config/tc-mips.c:13033
+#: config/tc-mips.c:13330
 #, c-format
 msgid "unknown architecture %s"
 msgstr ""
 
-#: config/tc-mips.c:13046 config/tc-mips.c:13076
+#: config/tc-mips.c:13343 config/tc-mips.c:13373
 #, c-format
 msgid "unknown ISA level %s"
 msgstr ""
 
-#: config/tc-mips.c:13054
+#: config/tc-mips.c:13351
 #, c-format
 msgid "unknown ISA or architecture %s"
 msgstr ""
 
-#: config/tc-mips.c:13104
+#: config/tc-mips.c:13401
 msgid ".set pop with no .set push"
 msgstr ""
 
-#: config/tc-mips.c:13133
+#: config/tc-mips.c:13430
 #, c-format
 msgid "Tried to set unrecognized symbol: %s\n"
 msgstr ""
 
-#: config/tc-mips.c:13191
+#: config/tc-mips.c:13488
 msgid ".cpload not in noreorder section"
 msgstr ""
 
-#: config/tc-mips.c:13259 config/tc-mips.c:13278
+#: config/tc-mips.c:13556 config/tc-mips.c:13575
 msgid "missing argument separator ',' for .cpsetup"
 msgstr ""
 
-#: config/tc-mips.c:13436
+#: config/tc-mips.c:13733
 #, c-format
 msgid "Unsupported use of %s"
 msgstr ""
 
-#: config/tc-mips.c:13518 config/tc-score.c:6035
+#: config/tc-mips.c:13815 config/tc-score.c:6035
 msgid "Unsupported use of .gpword"
 msgstr ""
 
-#: config/tc-mips.c:13558
+#: config/tc-mips.c:13855
 msgid "Unsupported use of .gpdword"
 msgstr ""
 
-#: config/tc-mips.c:13652
+#: config/tc-mips.c:13949
 #, c-format
 msgid "ignoring attempt to redefine symbol %s"
 msgstr ""
 
-#: config/tc-mips.c:13667 ecoff.c:3378
+#: config/tc-mips.c:13964 ecoff.c:3378
 msgid "bad .weakext directive"
 msgstr ""
 
-#: config/tc-mips.c:13903
+#: config/tc-mips.c:14200
 msgid "unsupported PC relative reference to different section"
 msgstr ""
 
-#: config/tc-mips.c:14016 config/tc-xtensa.c:1583 config/tc-xtensa.c:1859
+#: config/tc-mips.c:14313 config/tc-xtensa.c:1583 config/tc-xtensa.c:1859
 msgid "unsupported relocation"
 msgstr ""
 
-#: config/tc-mips.c:14269 config/tc-pdp11.c:1431
+#: config/tc-mips.c:14571 config/tc-pdp11.c:1424
 #, c-format
 msgid "Can not represent %s relocation in this object file format"
 msgstr ""
 
-#: config/tc-mips.c:14354
-msgid "relaxed out-of-range branch into a jump"
+#: config/tc-mips.c:14656
+msgid "Relaxed out-of-range branch into a jump"
 msgstr ""
 
-#: config/tc-mips.c:14901
+#: config/tc-mips.c:15217
 msgid "missing .end at end of assembly"
 msgstr ""
 
-#: config/tc-mips.c:14916 config/tc-score.c:5644
+#: config/tc-mips.c:15232 config/tc-score.c:5644
 msgid "expected simple number"
 msgstr ""
 
-#: config/tc-mips.c:14944 config/tc-score.c:5671
+#: config/tc-mips.c:15260 config/tc-score.c:5671
 msgid "invalid number"
 msgstr ""
 
-#: config/tc-mips.c:15112 config/tc-score.c:5710
+#: config/tc-mips.c:15428 config/tc-score.c:5710
 msgid "missing .end"
 msgstr ""
 
-#: config/tc-mips.c:15164
+#: config/tc-mips.c:15480
 msgid "Bad .frame directive"
 msgstr ""
 
-#: config/tc-mips.c:15196
+#: config/tc-mips.c:15512
 msgid ".mask/.fmask outside of .ent"
 msgstr ""
 
-#: config/tc-mips.c:15203
+#: config/tc-mips.c:15519
 msgid "Bad .mask/.fmask directive"
 msgstr ""
 
-#: config/tc-mips.c:15478
+#: config/tc-mips.c:15796
 #, c-format
 msgid "Bad value (%s) for %s"
 msgstr ""
 
-#: config/tc-mips.c:15542
+#: config/tc-mips.c:15860
 #, c-format
 msgid ""
 "MIPS options:\n"
@@ -9742,7 +9855,7 @@ msgid ""
 "\t\t\timplicitly with the gp register [default 8]\n"
 msgstr ""
 
-#: config/tc-mips.c:15549
+#: config/tc-mips.c:15867
 #, c-format
 msgid ""
 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
@@ -9757,7 +9870,7 @@ msgid ""
 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
 msgstr ""
 
-#: config/tc-mips.c:15568
+#: config/tc-mips.c:15886
 #, c-format
 msgid ""
 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
@@ -9765,42 +9878,42 @@ msgid ""
 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
 msgstr ""
 
-#: config/tc-mips.c:15581
+#: config/tc-mips.c:15899
 #, c-format
 msgid ""
 "-mips16\t\t\tgenerate mips16 instructions\n"
 "-no-mips16\t\tdo not generate mips16 instructions\n"
 msgstr ""
 
-#: config/tc-mips.c:15584
+#: config/tc-mips.c:15902
 #, c-format
 msgid ""
 "-msmartmips\t\tgenerate smartmips instructions\n"
 "-mno-smartmips\t\tdo not generate smartmips instructions\n"
 msgstr ""
 
-#: config/tc-mips.c:15587
+#: config/tc-mips.c:15905
 #, c-format
 msgid ""
 "-mdsp\t\t\tgenerate DSP instructions\n"
 "-mno-dsp\t\tdo not generate DSP instructions\n"
 msgstr ""
 
-#: config/tc-mips.c:15590
+#: config/tc-mips.c:15908
 #, c-format
 msgid ""
 "-mdspr2\t\t\tgenerate DSP R2 instructions\n"
 "-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
 msgstr ""
 
-#: config/tc-mips.c:15593
+#: config/tc-mips.c:15911
 #, c-format
 msgid ""
 "-mmt\t\t\tgenerate MT instructions\n"
 "-mno-mt\t\t\tdo not generate MT instructions\n"
 msgstr ""
 
-#: config/tc-mips.c:15596
+#: config/tc-mips.c:15914
 #, c-format
 msgid ""
 "-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n"
@@ -9818,7 +9931,7 @@ msgid ""
 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
 msgstr ""
 
-#: config/tc-mips.c:15610
+#: config/tc-mips.c:15928
 #, c-format
 msgid ""
 "-mhard-float\t\tallow floating-point instructions\n"
@@ -9828,7 +9941,7 @@ msgid ""
 "--[no-]construct-floats [dis]allow floating point values to be constructed\n"
 msgstr ""
 
-#: config/tc-mips.c:15618
+#: config/tc-mips.c:15936
 #, c-format
 msgid ""
 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
@@ -9842,7 +9955,7 @@ msgid ""
 "-mabi=ABI\t\tcreate ABI conformant object file for:\n"
 msgstr ""
 
-#: config/tc-mips.c:15639
+#: config/tc-mips.c:15957
 #, c-format
 msgid ""
 "-32\t\t\tcreate o32 ABI object file (default)\n"
@@ -10073,7 +10186,7 @@ msgstr ""
 #. We will only get here in rare cases involving #NO_APP,
 #. where the unterminated string is not recognized by the
 #. preformatting pass.
-#: config/tc-mmix.c:4034 config/tc-mmix.c:4192 config/tc-z80.c:1686
+#: config/tc-mmix.c:4034 config/tc-mmix.c:4192 config/tc-z80.c:1695
 msgid "unterminated string"
 msgstr ""
 
@@ -10431,12 +10544,12 @@ msgstr ""
 
 #: config/tc-mt.c:261
 #, c-format
-msgid "operand references R%ld of previous instrutcion."
+msgid "operand references R%ld of previous instruction."
 msgstr ""
 
 #: config/tc-mt.c:267
 #, c-format
-msgid "operand references R%ld of instructcion before previous."
+msgid "operand references R%ld of instruction before previous."
 msgstr ""
 
 #: config/tc-mt.c:281 config/tc-mt.c:286
@@ -10678,67 +10791,63 @@ msgstr ""
 msgid "Low order bits truncated in immediate float operand"
 msgstr ""
 
-#: config/tc-pdp11.c:532
-msgid "Label expected"
-msgstr ""
-
-#: config/tc-pdp11.c:618
+#: config/tc-pdp11.c:611
 msgid "Float AC not legal as integer operand"
 msgstr ""
 
-#: config/tc-pdp11.c:638
+#: config/tc-pdp11.c:631
 msgid "General register not legal as float operand"
 msgstr ""
 
-#: config/tc-pdp11.c:671
+#: config/tc-pdp11.c:664
 msgid "No instruction found"
 msgstr ""
 
-#: config/tc-pdp11.c:681 config/tc-z80.c:1885 config/tc-z80.c:1898
+#: config/tc-pdp11.c:674 config/tc-z80.c:1894 config/tc-z80.c:1907
 #, c-format
 msgid "Unknown instruction '%s'"
 msgstr ""
 
-#: config/tc-pdp11.c:687
+#: config/tc-pdp11.c:680
 #, c-format
 msgid "Unsupported instruction set extension: %s"
 msgstr ""
 
-#: config/tc-pdp11.c:723
+#: config/tc-pdp11.c:716
 msgid "operand is not an absolute constant"
 msgstr ""
 
-#: config/tc-pdp11.c:731
+#: config/tc-pdp11.c:724
 msgid "3-bit immediate out of range"
 msgstr ""
 
-#: config/tc-pdp11.c:738
+#: config/tc-pdp11.c:731
 msgid "6-bit immediate out of range"
 msgstr ""
 
-#: config/tc-pdp11.c:745
+#: config/tc-pdp11.c:738
 msgid "8-bit immediate out of range"
 msgstr ""
 
-#: config/tc-pdp11.c:762 config/tc-pdp11.c:955
+#: config/tc-pdp11.c:755 config/tc-pdp11.c:948
 msgid "Symbol expected"
 msgstr ""
 
-#: config/tc-pdp11.c:767
+#: config/tc-pdp11.c:760
 msgid "8-bit displacement out of range"
 msgstr ""
 
-#: config/tc-pdp11.c:809 config/tc-pdp11.c:830 config/tc-pdp11.c:847
-#: config/tc-pdp11.c:868 config/tc-pdp11.c:885 config/tc-pdp11.c:906
-#: config/tc-pdp11.c:925 config/tc-pdp11.c:946
+#: config/tc-pdp11.c:802 config/tc-pdp11.c:823 config/tc-pdp11.c:840
+#: config/tc-pdp11.c:861 config/tc-pdp11.c:878 config/tc-pdp11.c:899
+#: config/tc-pdp11.c:918 config/tc-pdp11.c:939
 msgid "Missing ','"
 msgstr ""
 
-#: config/tc-pdp11.c:960
+#: config/tc-pdp11.c:953
 msgid "6-bit displacement out of range"
 msgstr ""
 
-#: config/tc-pdp11.c:981 config/tc-vax.c:1944
+#: config/tc-pdp11.c:974 config/tc-vax.c:1944
 msgid "Too many operands"
 msgstr ""
 
@@ -10751,7 +10860,7 @@ msgid "can't have relocation for ipush"
 msgstr ""
 
 #: config/tc-pj.c:289
-msgid "expected expresssion"
+msgid "expected expression"
 msgstr ""
 
 #: config/tc-pj.c:355
@@ -10775,16 +10884,16 @@ msgstr ""
 msgid "estimate size\n"
 msgstr ""
 
-#: config/tc-ppc.c:1089
+#: config/tc-ppc.c:1119
 #, c-format
 msgid "%s unsupported"
 msgstr ""
 
-#: config/tc-ppc.c:1186
+#: config/tc-ppc.c:1216
 msgid "--nops needs a numeric argument"
 msgstr ""
 
-#: config/tc-ppc.c:1200
+#: config/tc-ppc.c:1230
 #, c-format
 msgid ""
 "PowerPC options:\n"
@@ -10806,7 +10915,7 @@ msgid ""
 "-m750cl                 generate code for PowerPC 750cl\n"
 msgstr ""
 
-#: config/tc-ppc.c:1218
+#: config/tc-ppc.c:1248
 #, c-format
 msgid ""
 "-mppc64, -m620          generate code for PowerPC 620/625/630\n"
@@ -10825,7 +10934,7 @@ msgid ""
 "-many                   generate code for any architecture (PWR/PWRX/PPC)\n"
 msgstr ""
 
-#: config/tc-ppc.c:1231
+#: config/tc-ppc.c:1261
 #, c-format
 msgid ""
 "-maltivec               generate code for AltiVec\n"
@@ -10840,298 +10949,313 @@ msgid ""
 "-mno-regnames           Do not allow symbolic names for registers\n"
 msgstr ""
 
-#: config/tc-ppc.c:1243
+#: config/tc-ppc.c:1273
 #, c-format
 msgid ""
 "-mrelocatable           support for GCC's -mrelocatble option\n"
 "-mrelocatable-lib       support for GCC's -mrelocatble-lib option\n"
 "-memb                   set PPC_EMB bit in ELF flags\n"
-"-mlittle, -mlittle-endian, -l, -le\n"
+"-mlittle, -mlittle-endian, -le\n"
 "                        generate code for a little endian machine\n"
-"-mbig, -mbig-endian, -b, -be\n"
+"-mbig, -mbig-endian, -be\n"
 "                        generate code for a big endian machine\n"
 "-msolaris               generate code for Solaris\n"
 "-mno-solaris            do not generate code for Solaris\n"
+"-K PIC                  set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
 "-V                      print assembler version number\n"
 "-Qy, -Qn                ignored\n"
 msgstr ""
 
-#: config/tc-ppc.c:1256
+#: config/tc-ppc.c:1287
 #, c-format
 msgid ""
 "-nops=count             when aligning, more than COUNT nops uses a branch\n"
 msgstr ""
 
-#: config/tc-ppc.c:1282
+#: config/tc-ppc.c:1313
 #, c-format
 msgid "Unknown default cpu = %s, os = %s"
 msgstr ""
 
-#: config/tc-ppc.c:1308
+#: config/tc-ppc.c:1339
 msgid "Neither Power nor PowerPC opcodes were selected."
 msgstr ""
 
-#: config/tc-ppc.c:1389
+#: config/tc-ppc.c:1420
 #, c-format
 msgid "powerpc_operands[%d].bitm invalid"
 msgstr ""
 
-#: config/tc-ppc.c:1396
+#: config/tc-ppc.c:1427
 #, c-format
 msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
 msgstr ""
 
-#: config/tc-ppc.c:1418
+#: config/tc-ppc.c:1449
 #, c-format
 msgid "major opcode is not sorted for %s"
 msgstr ""
 
-#: config/tc-ppc.c:1454
+#: config/tc-ppc.c:1485
 #, c-format
 msgid "%s (%08lx %08lx) after %s (%08lx %08lx)"
 msgstr ""
 
-#: config/tc-ppc.c:1463
+#: config/tc-ppc.c:1494
 #, c-format
 msgid "mask trims opcode bits for %s"
 msgstr ""
 
-#: config/tc-ppc.c:1472
+#: config/tc-ppc.c:1503
 #, c-format
 msgid "operand index error for %s"
 msgstr ""
 
-#: config/tc-ppc.c:1484
+#: config/tc-ppc.c:1515
 #, c-format
 msgid "operand %d overlap in %s"
 msgstr ""
 
-#: config/tc-ppc.c:1501
+#: config/tc-ppc.c:1532
 #, c-format
 msgid "duplicate instruction %s"
 msgstr ""
 
-#: config/tc-ppc.c:1525
+#: config/tc-ppc.c:1556
 #, c-format
 msgid "duplicate macro %s"
 msgstr ""
 
-#: config/tc-ppc.c:1882
+#: config/tc-ppc.c:1913
 msgid "symbol+offset not supported for got tls"
 msgstr ""
 
-#: config/tc-ppc.c:2137
+#: config/tc-ppc.c:2168
 msgid "Relocation cannot be done when using -mrelocatable"
 msgstr ""
 
-#: config/tc-ppc.c:2187
+#: config/tc-ppc.c:2218
 msgid "TOC section size exceeds 64k"
 msgstr ""
 
-#: config/tc-ppc.c:2268
+#: config/tc-ppc.c:2299
 #, c-format
 msgid "syntax error: invalid toc specifier `%s'"
 msgstr ""
 
-#: config/tc-ppc.c:2282
+#: config/tc-ppc.c:2313
 #, c-format
 msgid "syntax error: expected `]', found  `%c'"
 msgstr ""
 
-#: config/tc-ppc.c:2558
+#: config/tc-ppc.c:2589
 msgid "[tocv] symbol is not a toc symbol"
 msgstr ""
 
-#: config/tc-ppc.c:2569
+#: config/tc-ppc.c:2600
 msgid "Unimplemented toc32 expression modifier"
 msgstr ""
 
-#: config/tc-ppc.c:2574
+#: config/tc-ppc.c:2605
 msgid "Unimplemented toc64 expression modifier"
 msgstr ""
 
-#: config/tc-ppc.c:2578
+#: config/tc-ppc.c:2609
 #, c-format
 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
 msgstr ""
 
-#: config/tc-ppc.c:2758
+#: config/tc-ppc.c:2789
 #, c-format
 msgid "@tls may not be used with \"%s\" operands"
 msgstr ""
 
-#: config/tc-ppc.c:2761
+#: config/tc-ppc.c:2792
 msgid "@tls may only be used in last operand"
 msgstr ""
 
-#: config/tc-ppc.c:2871
+#: config/tc-ppc.c:2902
 msgid "unsupported relocation for DS offset field"
 msgstr ""
 
-#: config/tc-ppc.c:2925
+#: config/tc-ppc.c:2956
 #, c-format
 msgid "syntax error; end of line, expected `%c'"
 msgstr ""
 
-#: config/tc-ppc.c:2927
+#: config/tc-ppc.c:2958
 #, c-format
 msgid "syntax error; found `%c', expected `%c'"
 msgstr ""
 
-#: config/tc-ppc.c:2967 config/tc-ppc.h:94
+#: config/tc-ppc.c:2998 config/tc-ppc.h:94
 msgid "instruction address is not a multiple of 4"
 msgstr ""
 
-#: config/tc-ppc.c:3216
+#: config/tc-ppc.c:3247
 msgid "missing size"
 msgstr ""
 
-#: config/tc-ppc.c:3225
+#: config/tc-ppc.c:3256
 msgid "negative size"
 msgstr ""
 
-#: config/tc-ppc.c:3262
+#: config/tc-ppc.c:3293
 msgid "missing real symbol name"
 msgstr ""
 
-#: config/tc-ppc.c:3283
+#: config/tc-ppc.c:3314
 msgid "attempt to redefine symbol"
 msgstr ""
 
-#: config/tc-ppc.c:3525
+#: config/tc-ppc.c:3579
+#, c-format
+msgid "No known dwarf XCOFF section for flag 0x%08x\n"
+msgstr ""
+
+#: config/tc-ppc.c:3592
+#, c-format
+msgid "label %s was not defined in this dwarf section"
+msgstr ""
+
+#: config/tc-ppc.c:3708
 msgid "The XCOFF file format does not support arbitrary sections"
 msgstr ""
 
-#: config/tc-ppc.c:3598
+#: config/tc-ppc.c:3781
 msgid ".ref outside .csect"
 msgstr ""
 
-#: config/tc-ppc.c:3620 config/tc-ppc.c:3820
+#: config/tc-ppc.c:3803 config/tc-ppc.c:4005
 msgid "missing symbol name"
 msgstr ""
 
-#: config/tc-ppc.c:3651
+#: config/tc-ppc.c:3834
 msgid "missing rename string"
 msgstr ""
 
-#: config/tc-ppc.c:3681 config/tc-ppc.c:4223 read.c:3375
+#: config/tc-ppc.c:3864 config/tc-ppc.c:4406 read.c:3364
 msgid "missing value"
 msgstr ""
 
-#: config/tc-ppc.c:3699
+#: config/tc-ppc.c:3882
 msgid "illegal .stabx expression; zero assumed"
 msgstr ""
 
-#: config/tc-ppc.c:3731
+#: config/tc-ppc.c:3914
 msgid "missing class"
 msgstr ""
 
-#: config/tc-ppc.c:3740
+#: config/tc-ppc.c:3923
 msgid "missing type"
 msgstr ""
 
-#: config/tc-ppc.c:4010
+#: config/tc-ppc.c:3950
+msgid ".stabx of storage class stsym must be within .bs/.es"
+msgstr ""
+
+#: config/tc-ppc.c:4193
 msgid "nested .bs blocks"
 msgstr ""
 
-#: config/tc-ppc.c:4042
+#: config/tc-ppc.c:4225
 msgid ".es without preceding .bs"
 msgstr ""
 
-#: config/tc-ppc.c:4215
+#: config/tc-ppc.c:4398
 msgid "non-constant byte count"
 msgstr ""
 
-#: config/tc-ppc.c:4262
+#: config/tc-ppc.c:4472
 msgid ".tc not in .toc section"
 msgstr ""
 
-#: config/tc-ppc.c:4281
+#: config/tc-ppc.c:4491
 msgid ".tc with no label"
 msgstr ""
 
-#: config/tc-ppc.c:4374
+#: config/tc-ppc.c:4584 config/tc-s390.c:1843
 msgid ".machine stack overflow"
 msgstr ""
 
-#: config/tc-ppc.c:4381
+#: config/tc-ppc.c:4591 config/tc-s390.c:1850
 msgid ".machine stack underflow"
 msgstr ""
 
-#: config/tc-ppc.c:4388
+#: config/tc-ppc.c:4598 config/tc-s390.c:1857
 #, c-format
 msgid "invalid machine `%s'"
 msgstr ""
 
-#: config/tc-ppc.c:4439
+#: config/tc-ppc.c:4649
 msgid "No previous section to return to. Directive ignored."
 msgstr ""
 
 #. Section Contents
 #. unknown
-#: config/tc-ppc.c:4849
+#: config/tc-ppc.c:5059
 msgid "Unsupported section attribute -- 'a'"
 msgstr ""
 
-#: config/tc-ppc.c:5033
+#: config/tc-ppc.c:5243
 msgid "bad symbol suffix"
 msgstr ""
 
-#: config/tc-ppc.c:5125
+#: config/tc-ppc.c:5336
 msgid "Unrecognized symbol suffix"
 msgstr ""
 
-#: config/tc-ppc.c:5213
+#: config/tc-ppc.c:5424
 msgid "two .function pseudo-ops with no intervening .ef"
 msgstr ""
 
-#: config/tc-ppc.c:5226
+#: config/tc-ppc.c:5437
 msgid ".ef with no preceding .function"
 msgstr ""
 
-#: config/tc-ppc.c:5355
+#: config/tc-ppc.c:5566
 #, c-format
 msgid "warning: symbol %s has no csect"
 msgstr ""
 
-#: config/tc-ppc.c:5600
+#: config/tc-ppc.c:5828
 msgid "symbol in .toc does not match any .tc"
 msgstr ""
 
-#: config/tc-ppc.c:6002
+#: config/tc-ppc.c:6230
 #, c-format
 msgid "unsupported relocation against %s"
 msgstr ""
 
-#: config/tc-ppc.c:6075
+#: config/tc-ppc.c:6303
 #, c-format
 msgid "cannot emit PC relative %s relocation against %s"
 msgstr ""
 
-#: config/tc-ppc.c:6080
+#: config/tc-ppc.c:6308
 #, c-format
 msgid "cannot emit PC relative %s relocation"
 msgstr ""
 
-#: config/tc-ppc.c:6269
+#: config/tc-ppc.c:6497
 #, c-format
 msgid "Unable to handle reference to symbol %s"
 msgstr ""
 
-#: config/tc-ppc.c:6272
+#: config/tc-ppc.c:6500
 msgid "Unable to resolve expression"
 msgstr ""
 
-#: config/tc-ppc.c:6299
+#: config/tc-ppc.c:6527
 msgid "must branch to an address a multiple of 4"
 msgstr ""
 
-#: config/tc-ppc.c:6303
+#: config/tc-ppc.c:6531
 #, c-format
 msgid "@local or @plt branch destination is too far away, %ld bytes"
 msgstr ""
 
-#: config/tc-ppc.c:6334
+#: config/tc-ppc.c:6562
 #, c-format
 msgid "Gas failure, reloc value %d\n"
 msgstr ""
@@ -11226,48 +11350,48 @@ msgstr ""
 msgid "The .BTEQU pseudo-op is not implemented."
 msgstr ""
 
-#: config/tc-rx.c:1868
+#: config/tc-rx.c:1883
 msgid "invalid immediate size"
 msgstr ""
 
-#: config/tc-rx.c:1887
+#: config/tc-rx.c:1902
 msgid "invalid immediate field position"
 msgstr ""
 
-#: config/tc-rx.c:1936
+#: config/tc-rx.c:1951
 #, c-format
 msgid "bad frag at %p : fix %ld addr %ld %ld \n"
 msgstr ""
 
-#: config/tc-rx.c:1999
+#: config/tc-rx.c:2018
 #, c-format
 msgid "unsupported constant size %d\n"
 msgstr ""
 
-#: config/tc-rx.c:2006
+#: config/tc-rx.c:2025
 msgid "difference of two symbols only supported with .long, .short, or .byte"
 msgstr ""
 
-#: config/tc-rx.c:2050
+#: config/tc-rx.c:2069
 #, c-format
 msgid "jump not 3..10 bytes away (is %d)"
 msgstr ""
 
-#: config/tc-rx.c:2196
+#: config/tc-rx.c:2215
 #, c-format
 msgid "Unknown reloc in md_apply_fix: %s"
 msgstr ""
 
-#: config/tc-s390.c:327 config/tc-sparc.c:272
+#: config/tc-s390.c:332 config/tc-sparc.c:272
 msgid "Invalid default architecture, broken assembler."
 msgstr ""
 
-#: config/tc-s390.c:425 config/tc-sparc.c:475
+#: config/tc-s390.c:439 config/tc-sparc.c:475
 #, c-format
 msgid "invalid architecture -A%s"
 msgstr ""
 
-#: config/tc-s390.c:448
+#: config/tc-s390.c:462
 #, c-format
 msgid ""
 "        S390 options:\n"
@@ -11278,118 +11402,128 @@ msgid ""
 "        -m64              Set file format to 64 bit format\n"
 msgstr ""
 
-#: config/tc-s390.c:455
+#: config/tc-s390.c:469
 #, c-format
 msgid ""
 "        -V                print assembler version number\n"
 "        -Qy, -Qn          ignored\n"
 msgstr ""
 
-#: config/tc-s390.c:474
+#: config/tc-s390.c:534
 msgid "The 64 bit file format is used without esame instructions."
 msgstr ""
 
-#: config/tc-s390.c:491
+#: config/tc-s390.c:550
 #, c-format
 msgid "Internal assembler error for instruction format %s"
 msgstr ""
 
-#: config/tc-s390.c:569
+#: config/tc-s390.c:596
 #, c-format
 msgid "operand out of range (%s not between %ld and %ld)"
 msgstr ""
 
-#: config/tc-s390.c:751
+#: config/tc-s390.c:778
 #, c-format
 msgid "identifier+constant@%s means identifier@%s+constant"
 msgstr ""
 
-#: config/tc-s390.c:832
+#: config/tc-s390.c:859
 msgid "Can't handle O_big in s390_exp_compare"
 msgstr ""
 
-#: config/tc-s390.c:913
+#: config/tc-s390.c:940
 msgid "Invalid suffix for literal pool entry"
 msgstr ""
 
-#: config/tc-s390.c:970
+#: config/tc-s390.c:997
 msgid "Big number is too big"
 msgstr ""
 
-#: config/tc-s390.c:1117
+#: config/tc-s390.c:1144
 msgid "relocation not applicable"
 msgstr ""
 
-#: config/tc-s390.c:1234
+#: config/tc-s390.c:1261
 msgid "index register specified but zero"
 msgstr ""
 
-#: config/tc-s390.c:1238
+#: config/tc-s390.c:1265
 msgid "base register specified but zero"
 msgstr ""
 
-#: config/tc-s390.c:1319
+#: config/tc-s390.c:1269
+msgid "odd numbered general purpose register specified as register pair"
+msgstr ""
+
+#: config/tc-s390.c:1277
+msgid ""
+"invalid floating point register pair.  Valid fp register pair operands are "
+"0, 1, 4, 5, 8, 9, 12 or 13."
+msgstr ""
+
+#: config/tc-s390.c:1360
 msgid "invalid operand suffix"
 msgstr ""
 
-#: config/tc-s390.c:1342
+#: config/tc-s390.c:1383
 msgid "syntax error; missing '(' after displacement"
 msgstr ""
 
-#: config/tc-s390.c:1358 config/tc-s390.c:1402 config/tc-s390.c:1432
+#: config/tc-s390.c:1399 config/tc-s390.c:1443 config/tc-s390.c:1473
 msgid "syntax error; expected ,"
 msgstr ""
 
-#: config/tc-s390.c:1390
+#: config/tc-s390.c:1431
 msgid "syntax error; missing ')' after base register"
 msgstr ""
 
-#: config/tc-s390.c:1419
+#: config/tc-s390.c:1460
 msgid "syntax error; ')' not allowed here"
 msgstr ""
 
-#: config/tc-s390.c:1554
+#: config/tc-s390.c:1595
 #, c-format
 msgid "Opcode %s not available in this mode"
 msgstr ""
 
-#: config/tc-s390.c:1609 config/tc-s390.c:1632 config/tc-s390.c:1645
+#: config/tc-s390.c:1650 config/tc-s390.c:1673 config/tc-s390.c:1686
 msgid "Invalid .insn format\n"
 msgstr ""
 
-#: config/tc-s390.c:1617
+#: config/tc-s390.c:1658
 #, c-format
 msgid "Unrecognized opcode format: `%s'"
 msgstr ""
 
-#: config/tc-s390.c:1648
+#: config/tc-s390.c:1689
 msgid "second operand of .insn not a constant\n"
 msgstr ""
 
-#: config/tc-s390.c:1651
+#: config/tc-s390.c:1692
 msgid "missing comma after insn constant\n"
 msgstr ""
 
-#: config/tc-s390.c:1943
+#: config/tc-s390.c:2050
 #, c-format
 msgid "cannot emit relocation %s against subsy symbol %s"
 msgstr ""
 
-#: config/tc-s390.c:2031
+#: config/tc-s390.c:2138
 msgid "unsupported relocation type"
 msgstr ""
 
-#: config/tc-s390.c:2078
+#: config/tc-s390.c:2185
 #, c-format
 msgid "cannot emit PC relative %s relocation%s%s"
 msgstr ""
 
-#: config/tc-s390.c:2203
+#: config/tc-s390.c:2310
 #, c-format
 msgid "Gas failure, reloc type %s\n"
 msgstr ""
 
-#: config/tc-s390.c:2205
+#: config/tc-s390.c:2312
 #, c-format
 msgid "Gas failure, reloc type #%i\n"
 msgstr ""
@@ -11612,7 +11746,7 @@ msgstr ""
 msgid "score3d instruction."
 msgstr ""
 
-#: config/tc-score.c:6126 read.c:1468
+#: config/tc-score.c:6126 read.c:1465
 msgid "missing size expression"
 msgstr ""
 
@@ -11621,7 +11755,7 @@ msgstr ""
 msgid "BSS length (%d) < 0 ignored"
 msgstr ""
 
-#: config/tc-score.c:6147 read.c:2311
+#: config/tc-score.c:6147 read.c:2298
 #, c-format
 msgid "error setting flags for \".sbss\": %s"
 msgstr ""
@@ -11635,12 +11769,12 @@ msgstr ""
 msgid "alignment too large; %d assumed"
 msgstr ""
 
-#: config/tc-score.c:6203 read.c:2372
+#: config/tc-score.c:6203 read.c:2359
 msgid "alignment negative; 0 assumed"
 msgstr ""
 
-#: config/tc-score.c:6270 ecoff.c:3365 read.c:1487 read.c:1600 read.c:2489
-#: read.c:3109 read.c:3502 symbols.c:337 symbols.c:433
+#: config/tc-score.c:6270 ecoff.c:3365 read.c:1484 read.c:1590 read.c:2476
+#: read.c:3098 read.c:3488 symbols.c:334 symbols.c:430
 #, c-format
 msgid "symbol `%s' is already defined"
 msgstr ""
@@ -12586,7 +12720,7 @@ msgstr ""
 msgid "negative alignment"
 msgstr ""
 
-#: config/tc-sparc.c:3722 config/tc-sparc.c:3884 read.c:1324 read.c:2384
+#: config/tc-sparc.c:3722 config/tc-sparc.c:3884 read.c:1321 read.c:2371
 msgid "alignment not a power of 2"
 msgstr ""
 
@@ -12746,6 +12880,26 @@ msgstr ""
 msgid "spu convert_frag\n"
 msgstr ""
 
+#: config/tc-tic30.c:37
+msgid "first"
+msgstr ""
+
+#: config/tc-tic30.c:37
+msgid "second"
+msgstr ""
+
+#: config/tc-tic30.c:37
+msgid "third"
+msgstr ""
+
+#: config/tc-tic30.c:37
+msgid "fourth"
+msgstr ""
+
+#: config/tc-tic30.c:37
+msgid "fifth"
+msgstr ""
+
 #: config/tc-tic30.c:483
 msgid "More than one AR register found in indirect reference"
 msgstr ""
@@ -13657,390 +13811,484 @@ msgstr ""
 msgid "Invalid label '%s'"
 msgstr ""
 
-#: config/tc-tic6x.c:192
+#: config/tc-tic6x.c:233
 #, c-format
 msgid "unknown architecture '%s'"
 msgstr ""
 
-#: config/tc-tic6x.c:222
+#: config/tc-tic6x.c:263
 #, c-format
 msgid "unknown -mpid= argument '%s'"
 msgstr ""
 
-#: config/tc-tic6x.c:288
+#: config/tc-tic6x.c:321
 #, c-format
 msgid "TMS320C6000 options:\n"
 msgstr ""
 
-#: config/tc-tic6x.c:289
+#: config/tc-tic6x.c:322
 #, c-format
 msgid "  -march=ARCH             enable instructions from architecture ARCH\n"
 msgstr ""
 
-#: config/tc-tic6x.c:290
-#, c-format
-msgid "  -matomic                enable atomic operation instructions\n"
-msgstr ""
-
-#: config/tc-tic6x.c:291
-#, c-format
-msgid "  -mno-atomic             disable atomic operation instructions\n"
-msgstr ""
-
-#: config/tc-tic6x.c:292
+#: config/tc-tic6x.c:323
 #, c-format
 msgid "  -mbig-endian            generate big-endian code\n"
 msgstr ""
 
-#: config/tc-tic6x.c:293
+#: config/tc-tic6x.c:324
 #, c-format
 msgid "  -mlittle-endian         generate little-endian code\n"
 msgstr ""
 
-#: config/tc-tic6x.c:294
+#: config/tc-tic6x.c:325
 #, c-format
 msgid "  -mdsbt                  code uses DSBT addressing\n"
 msgstr ""
 
-#: config/tc-tic6x.c:295
+#: config/tc-tic6x.c:326
 #, c-format
 msgid "  -mno-dsbt               code does not use DSBT addressing\n"
 msgstr ""
 
-#: config/tc-tic6x.c:296
+#: config/tc-tic6x.c:327
 #, c-format
 msgid ""
 "  -mpid=no                code uses position-dependent data addressing\n"
 msgstr ""
 
-#: config/tc-tic6x.c:297
+#: config/tc-tic6x.c:328
 #, c-format
 msgid ""
 "  -mpid=near              code uses position-independent data addressing,\n"
 "                            GOT accesses use near DP addressing\n"
 msgstr ""
 
-#: config/tc-tic6x.c:299
+#: config/tc-tic6x.c:330
 #, c-format
 msgid ""
 "  -mpid=far               code uses position-independent data addressing,\n"
 "                            GOT accesses use far DP addressing\n"
 msgstr ""
 
-#: config/tc-tic6x.c:301
+#: config/tc-tic6x.c:332
 #, c-format
 msgid "  -mpic                   code addressing is position-independent\n"
 msgstr ""
 
-#: config/tc-tic6x.c:302
+#: config/tc-tic6x.c:333
 #, c-format
 msgid "  -mno-pic                code addressing is position-dependent\n"
 msgstr ""
 
-#: config/tc-tic6x.c:307
+#: config/tc-tic6x.c:338
 #, c-format
 msgid "Supported ARCH values are:"
 msgstr ""
 
-#: config/tc-tic6x.c:531
+#: config/tc-tic6x.c:387
+msgid "unexpected .cantunwind directive"
+msgstr ""
+
+#: config/tc-tic6x.c:407
+msgid "unexpected .handlerdata directive"
+msgstr ""
+
+#: config/tc-tic6x.c:419
+msgid "personality routine required before .handlerdata directive"
+msgstr ""
+
+#: config/tc-tic6x.c:535
+msgid "expected symbol"
+msgstr ""
+
+#: config/tc-tic6x.c:592
+#, c-format
+msgid "invalid length for .scomm directive"
+msgstr ""
+
+#: config/tc-tic6x.c:606
+msgid "alignment is not a positive number"
+msgstr ""
+
+#: config/tc-tic6x.c:618
+msgid "alignment is not a power of 2"
+msgstr ""
+
+#: config/tc-tic6x.c:633
+#, c-format
+msgid "attempt to re-define symbol `%s'"
+msgstr ""
+
+#: config/tc-tic6x.c:642
+#, c-format
+msgid "attempt to redefine `%s' with a different length"
+msgstr ""
+
+#: config/tc-tic6x.c:844
 msgid "multiple '||' on same line"
 msgstr ""
 
-#: config/tc-tic6x.c:534
+#: config/tc-tic6x.c:847
 msgid "'||' after predicate"
 msgstr ""
 
-#: config/tc-tic6x.c:578
+#: config/tc-tic6x.c:891
 msgid "multiple predicates on same line"
 msgstr ""
 
-#: config/tc-tic6x.c:584
+#: config/tc-tic6x.c:897
 #, c-format
 msgid "bad predicate '%s'"
 msgstr ""
 
-#: config/tc-tic6x.c:595
+#: config/tc-tic6x.c:908
 msgid "predication on A0 not supported on this architecture"
 msgstr ""
 
-#: config/tc-tic6x.c:628
+#: config/tc-tic6x.c:941
 msgid "label after '||'"
 msgstr ""
 
-#: config/tc-tic6x.c:634
+#: config/tc-tic6x.c:947
 msgid "label after predicate"
 msgstr ""
 
-#: config/tc-tic6x.c:658
+#: config/tc-tic6x.c:971
 msgid "'||' not followed by instruction"
 msgstr ""
 
-#: config/tc-tic6x.c:664
+#: config/tc-tic6x.c:977
 msgid "predicate not followed by instruction"
 msgstr ""
 
-#: config/tc-tic6x.c:1097
+#: config/tc-tic6x.c:1410
 #, c-format
 msgid "control register '%s' not supported on this architecture"
 msgstr ""
 
-#: config/tc-tic6x.c:1276 config/tc-tic6x.c:1279 config/tc-tic6x.c:1332
-#: config/tc-tic6x.c:1336
+#: config/tc-tic6x.c:1589 config/tc-tic6x.c:1592 config/tc-tic6x.c:1645
+#: config/tc-tic6x.c:1649
 #, c-format
 msgid "register number %u not supported on this architecture"
 msgstr ""
 
-#: config/tc-tic6x.c:1307
+#: config/tc-tic6x.c:1620
 #, c-format
 msgid "register pair for operand %u of '%.*s' not a valid even/odd pair"
 msgstr ""
 
-#: config/tc-tic6x.c:1363
+#: config/tc-tic6x.c:1676
 #, c-format
 msgid "junk after operand %u of '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:1376
+#: config/tc-tic6x.c:1689
 #, c-format
 msgid "bad register or register pair for operand %u of '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:1382
+#: config/tc-tic6x.c:1695
 #, c-format
 msgid "bad register for operand %u of '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:1387
+#: config/tc-tic6x.c:1700
 #, c-format
 msgid "bad register pair for operand %u of '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:1392
+#: config/tc-tic6x.c:1705
 #, c-format
 msgid "bad functional unit for operand %u of '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:1397
+#: config/tc-tic6x.c:1710
 #, c-format
 msgid "bad operand %u of '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:1496
+#: config/tc-tic6x.c:1842
 msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE"
 msgstr ""
 
-#: config/tc-tic6x.c:1535
+#: config/tc-tic6x.c:1882
 msgid "$DSBT_INDEX not supported in this context"
 msgstr ""
 
-#: config/tc-tic6x.c:1548
+#: config/tc-tic6x.c:1895
 msgid "$GOT not supported in this context"
 msgstr ""
 
-#: config/tc-tic6x.c:1565
+#: config/tc-tic6x.c:1912
 msgid "$DPR_GOT not supported in this context"
 msgstr ""
 
-#: config/tc-tic6x.c:1586
+#: config/tc-tic6x.c:1933
 msgid "$DPR_BYTE not supported in this context"
 msgstr ""
 
-#: config/tc-tic6x.c:1603
+#: config/tc-tic6x.c:1950
 msgid "$DPR_HWORD not supported in this context"
 msgstr ""
 
-#: config/tc-tic6x.c:1620
+#: config/tc-tic6x.c:1967
 msgid "$DPR_WORD not supported in this context"
 msgstr ""
 
-#: config/tc-tic6x.c:1631
+#: config/tc-tic6x.c:1986
+msgid "$PCR_OFFSET not supported in this context"
+msgstr ""
+
+#: config/tc-tic6x.c:1997
 msgid "invalid PC-relative operand"
 msgstr ""
 
-#: config/tc-tic6x.c:1668
+#: config/tc-tic6x.c:2035
 #, c-format
 msgid "no %d-byte relocations available"
 msgstr ""
 
-#: config/tc-tic6x.c:2146 config/tc-tic6x.c:2177 config/tc-tic6x.c:2195
-#: config/tc-tic6x.c:2601 config/tc-tic6x.c:2620 config/tc-tic6x.c:2652
+#: config/tc-tic6x.c:2522 config/tc-tic6x.c:2553 config/tc-tic6x.c:2571
+#: config/tc-tic6x.c:2977 config/tc-tic6x.c:2996 config/tc-tic6x.c:3028
 #, c-format
 msgid "operand %u of '%.*s' out of range"
 msgstr ""
 
-#: config/tc-tic6x.c:2239 config/tc-tic6x.c:2440
+#: config/tc-tic6x.c:2615 config/tc-tic6x.c:2816
 #, c-format
 msgid "offset in operand %u of '%.*s' not divisible by %u"
 msgstr ""
 
-#: config/tc-tic6x.c:2432 config/tc-tic6x.c:2465
+#: config/tc-tic6x.c:2808 config/tc-tic6x.c:2841
 #, c-format
 msgid "offset in operand %u of '%.*s' out of range"
 msgstr ""
 
-#: config/tc-tic6x.c:2547
+#: config/tc-tic6x.c:2923
 #, c-format
 msgid "functional unit already masked for operand %u of '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:2571 config/tc-tic6x.c:3330
+#: config/tc-tic6x.c:2947 config/tc-tic6x.c:3706
 #, c-format
 msgid "'%.*s' instruction not in a software pipelined loop"
 msgstr ""
 
-#: config/tc-tic6x.c:2670
+#: config/tc-tic6x.c:3046
 #, c-format
 msgid "instruction '%.*s' cannot be predicated"
 msgstr ""
 
-#: config/tc-tic6x.c:2799
+#: config/tc-tic6x.c:3175
 #, c-format
 msgid "unknown opcode '%s'"
 msgstr ""
 
-#: config/tc-tic6x.c:2938
+#: config/tc-tic6x.c:3314
 #, c-format
 msgid "'%.*s' instruction not supported on this architecture"
 msgstr ""
 
-#: config/tc-tic6x.c:2946
+#: config/tc-tic6x.c:3322
 #, c-format
 msgid "'%.*s' instruction not supported on this functional unit"
 msgstr ""
 
-#: config/tc-tic6x.c:2954
+#: config/tc-tic6x.c:3330
 #, c-format
 msgid ""
 "'%.*s' instruction not supported on this functional unit for this "
 "architecture"
 msgstr ""
 
-#: config/tc-tic6x.c:2974
+#: config/tc-tic6x.c:3350
 msgid "missing operand after comma"
 msgstr ""
 
-#: config/tc-tic6x.c:2982 config/tc-tic6x.c:3000
+#: config/tc-tic6x.c:3358 config/tc-tic6x.c:3376
 #, c-format
 msgid "too many operands to '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:3013
+#: config/tc-tic6x.c:3389
 #, c-format
 msgid "bad number of operands to '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:3085
+#: config/tc-tic6x.c:3461
 #, c-format
 msgid "operand %u of '%.*s' not constant"
 msgstr ""
 
-#: config/tc-tic6x.c:3090
+#: config/tc-tic6x.c:3466
 #, c-format
 msgid "operand %u of '%.*s' on wrong side"
 msgstr ""
 
-#: config/tc-tic6x.c:3095
+#: config/tc-tic6x.c:3471
 #, c-format
 msgid "operand %u of '%.*s' not a valid return address register"
 msgstr ""
 
-#: config/tc-tic6x.c:3101
+#: config/tc-tic6x.c:3477
 #, c-format
 msgid "operand %u of '%.*s' is write-only"
 msgstr ""
 
-#: config/tc-tic6x.c:3106
+#: config/tc-tic6x.c:3482
 #, c-format
 msgid "operand %u of '%.*s' is read-only"
 msgstr ""
 
-#: config/tc-tic6x.c:3111
+#: config/tc-tic6x.c:3487
 #, c-format
 msgid "operand %u of '%.*s' not a valid memory reference"
 msgstr ""
 
-#: config/tc-tic6x.c:3117
+#: config/tc-tic6x.c:3493
 #, c-format
 msgid "operand %u of '%.*s' not a valid base address register"
 msgstr ""
 
-#: config/tc-tic6x.c:3203
+#: config/tc-tic6x.c:3579
 #, c-format
 msgid "bad operand combination for '%.*s'"
 msgstr ""
 
-#: config/tc-tic6x.c:3249
+#: config/tc-tic6x.c:3625
 msgid "parallel instruction not following another instruction"
 msgstr ""
 
-#: config/tc-tic6x.c:3255
+#: config/tc-tic6x.c:3631
 msgid "too many instructions in execute packet"
 msgstr ""
 
-#: config/tc-tic6x.c:3260
+#: config/tc-tic6x.c:3636
 msgid "label not at start of execute packet"
 msgstr ""
 
-#: config/tc-tic6x.c:3263
+#: config/tc-tic6x.c:3639
 #, c-format
 msgid "'%.*s' instruction not at start of execute packet"
 msgstr ""
 
-#: config/tc-tic6x.c:3311
+#: config/tc-tic6x.c:3687
 msgid "functional unit already used in this execute packet"
 msgstr ""
 
-#: config/tc-tic6x.c:3319
+#: config/tc-tic6x.c:3695
 msgid "nested software pipelined loop"
 msgstr ""
 
-#: config/tc-tic6x.c:3338
+#: config/tc-tic6x.c:3714
 msgid "'||^' without previous SPMASK"
 msgstr ""
 
-#: config/tc-tic6x.c:3340
+#: config/tc-tic6x.c:3716
 msgid "cannot mask instruction using no functional unit"
 msgstr ""
 
-#: config/tc-tic6x.c:3352
+#: config/tc-tic6x.c:3728
 msgid "functional unit already masked"
 msgstr ""
 
-#: config/tc-tic6x.c:3416
+#: config/tc-tic6x.c:3793
 msgid "value too large for 2-byte field"
 msgstr ""
 
-#: config/tc-tic6x.c:3426
+#: config/tc-tic6x.c:3803
 msgid "value too large for 1-byte field"
 msgstr ""
 
-#: config/tc-tic6x.c:3464 config/tc-tic6x.c:3516 config/tc-tic6x.c:3543
-#: config/tc-tic6x.c:3571
+#: config/tc-tic6x.c:3841 config/tc-tic6x.c:3906 config/tc-tic6x.c:3933
+#: config/tc-tic6x.c:3961
 msgid "immediate offset out of range"
 msgstr ""
 
-#: config/tc-tic6x.c:3540
+#: config/tc-tic6x.c:3930
 msgid "immediate offset not 2-byte-aligned"
 msgstr ""
 
-#: config/tc-tic6x.c:3568
+#: config/tc-tic6x.c:3958
 msgid "immediate offset not 4-byte-aligned"
 msgstr ""
 
-#: config/tc-tic6x.c:3582
+#: config/tc-tic6x.c:3972
 msgid "addend used with $DSBT_INDEX"
 msgstr ""
 
-#: config/tc-tic6x.c:3596 config/tc-tic6x.c:3614 config/tc-tic6x.c:3632
-#: config/tc-tic6x.c:3650
+#: config/tc-tic6x.c:3986 config/tc-tic6x.c:4004 config/tc-tic6x.c:4022
+#: config/tc-tic6x.c:4040
 msgid "PC-relative offset not 4-byte-aligned"
 msgstr ""
 
-#: config/tc-tic6x.c:3599 config/tc-tic6x.c:3617 config/tc-tic6x.c:3635
-#: config/tc-tic6x.c:3653
+#: config/tc-tic6x.c:3989 config/tc-tic6x.c:4007 config/tc-tic6x.c:4025
+#: config/tc-tic6x.c:4043
 msgid "PC-relative offset out of range"
 msgstr ""
 
+#: config/tc-tic6x.c:4522
+#, c-format
+msgid "undefined symbol %s in PCR relocation"
+msgstr ""
+
+#: config/tc-tic6x.c:4640
+#, c-format
+msgid "group section `%s' has no group signature"
+msgstr ""
+
+#: config/tc-tic6x.c:4791
+msgid "missing .endp before .cfi_startproc"
+msgstr ""
+
+#: config/tc-tic6x.c:4895
+msgid "stack pointer offset too large for personality routine"
+msgstr ""
+
+#: config/tc-tic6x.c:4902
+msgid "stack frame layout does not match personality routine"
+msgstr ""
+
+#: config/tc-tic6x.c:5036
+msgid "too many unwinding instructions"
+msgstr ""
+
+#: config/tc-tic6x.c:5111 config/tc-tic6x.c:5124 config/tc-tic6x.c:5132
+#, c-format
+msgid "unable to generate unwinding opcode for reg %d"
+msgstr ""
+
+#: config/tc-tic6x.c:5141
+msgid "unable to restore return address from previously restored reg"
+msgstr ""
+
+#: config/tc-tic6x.c:5153
+#, c-format
+msgid "unhandled CFA insn for unwinding (%d)"
+msgstr ""
+
+#: config/tc-tic6x.c:5163
+#, c-format
+msgid "unable to generate unwinding opcode for frame pointer reg %d"
+msgstr ""
+
+#: config/tc-tic6x.c:5172
+msgid "unable to generate unwinding opcode for frame pointer offset"
+msgstr ""
+
+#: config/tc-tic6x.c:5181
+msgid "unwound stack pointer not doubleword aligned"
+msgstr ""
+
+#: config/tc-tic6x.c:5326
+msgid "stack frame layout too complex for unwinder"
+msgstr ""
+
+#: config/tc-tic6x.c:5343
+msgid "unwound frame has negative size"
+msgstr ""
+
 #: config/tc-v850.c:286
 #, c-format
 msgid ".COMMon length (%d.) < 0! Ignored."
@@ -14097,7 +14345,7 @@ msgid "second register should follow dash in register list"
 msgstr ""
 
 #: config/tc-v850.c:1279
-msgid "second register should greater tahn first register"
+msgid "second register should be greater than first register"
 msgstr ""
 
 #: config/tc-v850.c:1327
@@ -15176,41 +15424,45 @@ msgstr ""
 msgid "cannot make a relative jump to an absolute location"
 msgstr ""
 
-#: config/tc-z80.c:697 config/tc-z80.c:1955
+#: config/tc-z80.c:695
+msgid "offset too large"
+msgstr ""
+
+#: config/tc-z80.c:697 config/tc-z80.c:1964
 msgid "overflow"
 msgstr ""
 
-#: config/tc-z80.c:1065 config/tc-z80.c:1108 config/tc-z80.c:1152
-#: config/tc-z80.c:1272 config/tc-z80.c:1326 config/tc-z80.c:1595
+#: config/tc-z80.c:1069 config/tc-z80.c:1112 config/tc-z80.c:1156
+#: config/tc-z80.c:1276 config/tc-z80.c:1330 config/tc-z80.c:1599
 msgid "bad intruction syntax"
 msgstr ""
 
-#: config/tc-z80.c:1198
+#: config/tc-z80.c:1202
 msgid "condition code invalid for jr"
 msgstr ""
 
-#: config/tc-z80.c:1220
+#: config/tc-z80.c:1224
 msgid "bad instruction syntax"
 msgstr ""
 
-#: config/tc-z80.c:1699
+#: config/tc-z80.c:1708
 msgid "parentheses ignored"
 msgstr ""
 
-#: config/tc-z80.c:1904 read.c:3617
+#: config/tc-z80.c:1913 read.c:3603
 #, c-format
 msgid "junk at end of line, first unrecognized character is `%c'"
 msgstr ""
 
-#: config/tc-z80.c:1930 config/tc-z8k.c:1461 config/tc-z8k.c:1524
+#: config/tc-z80.c:1939 config/tc-z8k.c:1461 config/tc-z8k.c:1524
 msgid "relative jump out of range"
 msgstr ""
 
-#: config/tc-z80.c:1947
+#: config/tc-z80.c:1956
 msgid "index offset  out of range"
 msgstr ""
 
-#: config/tc-z80.c:1989 config/tc-z8k.c:1532
+#: config/tc-z80.c:1998 config/tc-z8k.c:1532
 #, c-format
 msgid "md_apply_fix: unknown r_type 0x%x\n"
 msgstr ""
@@ -15422,110 +15674,119 @@ msgstr ""
 msgid "could not build transition for %s => %s"
 msgstr ""
 
-#: depend.c:194
+#: depend.c:195
 #, c-format
 msgid "can't open `%s' for writing"
 msgstr ""
 
-#: depend.c:206
+#: depend.c:207
 #, c-format
 msgid "can't close `%s'"
 msgstr ""
 
-#: dw2gencfi.c:329
+#: dw2gencfi.c:199 read.c:2272
+#, c-format
+msgid "bfd_set_section_flags: %s"
+msgstr ""
+
+#: dw2gencfi.c:457
 #, c-format
 msgid "register save offset not a multiple of %u"
 msgstr ""
 
-#: dw2gencfi.c:412
+#: dw2gencfi.c:540
 msgid "CFI state restore without previous remember"
 msgstr ""
 
-#: dw2gencfi.c:469
+#: dw2gencfi.c:589
 msgid "missing separator"
 msgstr ""
 
-#: dw2gencfi.c:519
+#: dw2gencfi.c:639
 msgid "bad register expression"
 msgstr ""
 
-#: dw2gencfi.c:540 dw2gencfi.c:663 dw2gencfi.c:701 dw2gencfi.c:771
-#: dw2gencfi.c:843
+#: dw2gencfi.c:660 dw2gencfi.c:783 dw2gencfi.c:821 dw2gencfi.c:891
+#: dw2gencfi.c:963
 msgid "CFI instruction used without previous .cfi_startproc"
 msgstr ""
 
-#: dw2gencfi.c:725
+#: dw2gencfi.c:845
 msgid "invalid or unsupported encoding in .cfi_personality"
 msgstr ""
 
-#: dw2gencfi.c:732
+#: dw2gencfi.c:852
 msgid ".cfi_personality requires encoding and symbol arguments"
 msgstr ""
 
-#: dw2gencfi.c:755
+#: dw2gencfi.c:875
 msgid "wrong second argument to .cfi_personality"
 msgstr ""
 
-#: dw2gencfi.c:795 dw2gencfi.c:871
+#: dw2gencfi.c:915 dw2gencfi.c:991
 msgid "invalid or unsupported encoding in .cfi_lsda"
 msgstr ""
 
-#: dw2gencfi.c:802
+#: dw2gencfi.c:922
 msgid ".cfi_lsda requires encoding and symbol arguments"
 msgstr ""
 
-#: dw2gencfi.c:827
+#: dw2gencfi.c:947
 msgid "wrong second argument to .cfi_lsda"
 msgstr ""
 
-#: dw2gencfi.c:892
+#: dw2gencfi.c:1012
 msgid "wrong third argument to .cfi_val_encoded_addr"
 msgstr ""
 
-#: dw2gencfi.c:957
+#: dw2gencfi.c:1083
 msgid "previous CFI entry not closed (missing .cfi_endproc)"
 msgstr ""
 
-#: dw2gencfi.c:992
+#: dw2gencfi.c:1123
 msgid ".cfi_endproc without corresponding .cfi_startproc"
 msgstr ""
 
-#: dw2gencfi.c:1709 dw2gencfi.c:1746
+#: dw2gencfi.c:1920 dw2gencfi.c:1983
 msgid "open CFI at the end of file; missing .cfi_endproc directive"
 msgstr ""
 
-#: dwarf2dbg.c:548 dwarf2dbg.c:583
+#: dw2gencfi.c:2009
+msgid "CFI is not supported for this target"
+msgstr ""
+
+#: dwarf2dbg.c:552 dwarf2dbg.c:587
 msgid "file number less than one"
 msgstr ""
 
-#: dwarf2dbg.c:558
+#: dwarf2dbg.c:562
 #, c-format
 msgid "file number %ld already allocated"
 msgstr ""
 
-#: dwarf2dbg.c:588 dwarf2dbg.c:1341
+#: dwarf2dbg.c:592 dwarf2dbg.c:1345
 #, c-format
 msgid "unassigned file number %ld"
 msgstr ""
 
-#: dwarf2dbg.c:657
+#: dwarf2dbg.c:661
 msgid "is_stmt value not 0 or 1"
 msgstr ""
 
-#: dwarf2dbg.c:669
+#: dwarf2dbg.c:673
 msgid "isa number less than zero"
 msgstr ""
 
-#: dwarf2dbg.c:681
+#: dwarf2dbg.c:685
 msgid "discriminator less than zero"
 msgstr ""
 
-#: dwarf2dbg.c:687
+#: dwarf2dbg.c:691
 #, c-format
 msgid "unknown .loc sub-directive `%s'"
 msgstr ""
 
-#: dwarf2dbg.c:1404
+#: dwarf2dbg.c:1408
 msgid "internal error: unknown dwarf2 format"
 msgstr ""
 
@@ -15715,11 +15976,11 @@ msgstr ""
 msgid "GP prologue size exceeds field size, using 0 instead"
 msgstr ""
 
-#: expr.c:87 read.c:3682
+#: expr.c:87 read.c:3668
 msgid "bignum invalid"
 msgstr ""
 
-#: expr.c:89 read.c:3684 read.c:4161 read.c:5045
+#: expr.c:89 read.c:3670 read.c:4147 read.c:5031
 msgid "floating point number invalid"
 msgstr ""
 
@@ -15758,58 +16019,58 @@ msgstr ""
 msgid "expr.c(operand): bad atof_generic return val %d"
 msgstr ""
 
-#: expr.c:969
+#: expr.c:966
 #, c-format
 msgid "missing '%c'"
 msgstr ""
 
-#: expr.c:980 read.c:4527
+#: expr.c:977 read.c:4513
 msgid "EBCDIC constants are not supported"
 msgstr ""
 
-#: expr.c:1102
+#: expr.c:1099
 #, c-format
 msgid "Unary operator %c ignored because bad operand follows"
 msgstr ""
 
-#: expr.c:1148 expr.c:1173
+#: expr.c:1145 expr.c:1170
 msgid "syntax error in .startof. or .sizeof."
 msgstr ""
 
-#: expr.c:1254 expr.c:1608
+#: expr.c:1251 expr.c:1612
 #, c-format
 msgid "invalid use of operator \"%s\""
 msgstr ""
 
-#: expr.c:1753
+#: expr.c:1757
 msgid "missing operand; zero assumed"
 msgstr ""
 
-#: expr.c:1792
+#: expr.c:1796
 msgid "left operand is a bignum; integer 0 assumed"
 msgstr ""
 
-#: expr.c:1794
+#: expr.c:1798
 msgid "left operand is a float; integer 0 assumed"
 msgstr ""
 
-#: expr.c:1803
+#: expr.c:1807
 msgid "right operand is a bignum; integer 0 assumed"
 msgstr ""
 
-#: expr.c:1805
+#: expr.c:1809
 msgid "right operand is a float; integer 0 assumed"
 msgstr ""
 
-#: expr.c:1873 symbols.c:1358
+#: expr.c:1879 symbols.c:1379
 msgid "division by zero"
 msgstr ""
 
-#: expr.c:1879
+#: expr.c:1885
 msgid "shift count"
 msgstr ""
 
-#: expr.c:1993
+#: expr.c:2002
 msgid "operation combines symbols in different segments"
 msgstr ""
 
@@ -15821,7 +16082,7 @@ msgstr ""
 msgid "attempt to allocate data in common section"
 msgstr ""
 
-#: frags.c:112 write.c:1372
+#: frags.c:112 write.c:1379
 #, c-format
 msgid "can't extend frag %u chars"
 msgstr ""
@@ -15838,7 +16099,7 @@ msgstr ""
 #. line here (assuming of course that we actually have a line of
 #. input to read), so that it can be displayed in the listing
 #. that is produced at the end of the assembly.
-#: input-file.c:138 input-scrub.c:243 listing.c:337
+#: input-file.c:138 input-scrub.c:243 listing.c:338
 msgid "{standard input}"
 msgstr ""
 
@@ -15847,12 +16108,12 @@ msgstr ""
 msgid "can't open %s for reading: %s"
 msgstr ""
 
-#: input-file.c:152 input-file.c:215 input-file.c:241
+#: input-file.c:152 input-file.c:227 input-file.c:259
 #, c-format
 msgid "can't read from %s: %s"
 msgstr ""
 
-#: input-file.c:249 listing.c:1396 output-file.c:69
+#: input-file.c:267 listing.c:1397 output-file.c:69
 #, c-format
 msgid "can't close %s: %s"
 msgstr ""
@@ -15861,7 +16122,7 @@ msgstr ""
 msgid "macros nested too deeply"
 msgstr ""
 
-#: input-scrub.c:377 input-scrub.c:401
+#: input-scrub.c:379 input-scrub.c:403
 msgid "partial line at end of file ignored"
 msgstr ""
 
@@ -15870,15 +16131,15 @@ msgstr ""
 msgid "Unable to allocate memory for new instructions\n"
 msgstr ""
 
-#: listing.c:243
+#: listing.c:244
 msgid "Warning:"
 msgstr ""
 
-#: listing.c:249
+#: listing.c:250
 msgid "Error:"
 msgstr ""
 
-#: listing.c:1282
+#: listing.c:1283
 #, c-format
 msgid ""
 "\n"
@@ -15886,62 +16147,62 @@ msgid ""
 "\n"
 msgstr ""
 
-#: listing.c:1292
+#: listing.c:1293
 #, c-format
 msgid "%s "
 msgstr ""
 
-#: listing.c:1297
+#: listing.c:1298
 #, c-format
 msgid ""
 "\n"
 "\t%s "
 msgstr ""
 
-#: listing.c:1307
+#: listing.c:1308
 msgid ""
 "\n"
 " options passed\t: "
 msgstr ""
 
-#: listing.c:1346
+#: listing.c:1347
 #, c-format
 msgid ""
 " GNU assembler version %s (%s)\n"
 "\t using BFD version %s."
 msgstr ""
 
-#: listing.c:1349
+#: listing.c:1350
 #, c-format
 msgid ""
 "\n"
 " input file    \t: %s"
 msgstr ""
 
-#: listing.c:1350
+#: listing.c:1351
 #, c-format
 msgid ""
 "\n"
 " output file   \t: %s"
 msgstr ""
 
-#: listing.c:1351
+#: listing.c:1352
 #, c-format
 msgid ""
 "\n"
 " target        \t: %s"
 msgstr ""
 
-#: listing.c:1375
+#: listing.c:1376
 #, c-format
 msgid "can't open %s: %s"
 msgstr ""
 
-#: listing.c:1460
+#: listing.c:1461
 msgid "strange paper height, set to no form"
 msgstr ""
 
-#: listing.c:1524
+#: listing.c:1525
 msgid "new line in title"
 msgstr ""
 
@@ -15951,101 +16212,101 @@ msgstr ""
 msgid "% operator needs absolute expression"
 msgstr ""
 
-#: macro.c:512
+#: macro.c:516
 #, c-format
 msgid "Missing parameter qualifier for `%s' in macro `%s'"
 msgstr ""
 
-#: macro.c:522
+#: macro.c:526
 #, c-format
 msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
 msgstr ""
 
-#: macro.c:539
+#: macro.c:543
 #, c-format
 msgid "Pointless default value for required parameter `%s' in macro `%s'"
 msgstr ""
 
-#: macro.c:551
+#: macro.c:555
 #, c-format
 msgid "A parameter named `%s' already exists for macro `%s'"
 msgstr ""
 
-#: macro.c:588
+#: macro.c:592
 #, c-format
 msgid "Reserved word `%s' used as parameter in macro `%s'"
 msgstr ""
 
-#: macro.c:646
+#: macro.c:650
 #, c-format
 msgid "unexpected end of file in macro `%s' definition"
 msgstr ""
 
-#: macro.c:658
+#: macro.c:662
 #, c-format
 msgid "missing `)' after formals in macro definition `%s'"
 msgstr ""
 
-#: macro.c:673
+#: macro.c:677
 msgid "Missing macro name"
 msgstr ""
 
-#: macro.c:682
+#: macro.c:686
 #, c-format
 msgid "Bad parameter list for macro `%s'"
 msgstr ""
 
-#: macro.c:688
+#: macro.c:692
 #, c-format
 msgid "Macro `%s' was already defined"
 msgstr ""
 
-#: macro.c:812 macro.c:814
+#: macro.c:816 macro.c:818
 msgid "missing `)'"
 msgstr ""
 
-#: macro.c:911
+#: macro.c:915
 #, c-format
 msgid "`%s' was already used as parameter (or another local) name"
 msgstr ""
 
-#: macro.c:1069
+#: macro.c:1073
 msgid "confusion in formal parameters"
 msgstr ""
 
-#: macro.c:1077
+#: macro.c:1081
 #, c-format
 msgid "Parameter named `%s' does not exist for macro `%s'"
 msgstr ""
 
-#: macro.c:1088
+#: macro.c:1092
 #, c-format
 msgid "Value for parameter `%s' of macro `%s' was already specified"
 msgstr ""
 
-#: macro.c:1102
+#: macro.c:1106
 msgid "can't mix positional and keyword arguments"
 msgstr ""
 
-#: macro.c:1113
+#: macro.c:1117
 msgid "too many positional arguments"
 msgstr ""
 
-#: macro.c:1161
+#: macro.c:1165
 #, c-format
 msgid "Missing value for required parameter `%s' of macro `%s'"
 msgstr ""
 
-#: macro.c:1280
+#: macro.c:1284
 #, c-format
 msgid "Attempt to purge non-existant macro `%s'"
 msgstr ""
 
-#: macro.c:1299
+#: macro.c:1303
 msgid "unexpected end of file in irp or irpc"
 msgstr ""
 
-#: macro.c:1307
+#: macro.c:1311
 msgid "missing model parameter"
 msgstr ""
 
@@ -16054,63 +16315,63 @@ msgstr ""
 msgid "Assembler messages:\n"
 msgstr ""
 
-#: messages.c:150
+#: messages.c:160
 #, c-format
 msgid "Warning: "
 msgstr ""
 
-#: messages.c:211
+#: messages.c:226
 #, c-format
 msgid "Error: "
 msgstr ""
 
-#: messages.c:267
+#: messages.c:282
 #, c-format
 msgid "Fatal error: "
 msgstr ""
 
-#: messages.c:285
+#: messages.c:300
 #, c-format
 msgid "Internal error!\n"
 msgstr ""
 
-#: messages.c:287
+#: messages.c:302
 #, c-format
 msgid "Assertion failure in %s at %s line %d.\n"
 msgstr ""
 
-#: messages.c:290
+#: messages.c:305
 #, c-format
 msgid "Assertion failure at %s line %d.\n"
 msgstr ""
 
-#: messages.c:291 messages.c:308
+#: messages.c:306 messages.c:323
 #, c-format
 msgid "Please report this bug.\n"
 msgstr ""
 
-#: messages.c:303
+#: messages.c:318
 #, c-format
 msgid "Internal error, aborting at %s line %d in %s\n"
 msgstr ""
 
-#: messages.c:306
+#: messages.c:321
 #, c-format
 msgid "Internal error, aborting at %s line %d\n"
 msgstr ""
 
-#: messages.c:355
+#: messages.c:370
 #, c-format
 msgid "%s out of domain (%d is not a multiple of %d)"
 msgstr ""
 
-#: messages.c:373
+#: messages.c:388
 #, c-format
 msgid "%s out of range (%d is not between %d and %d)"
 msgstr ""
 
 #. xgettext:c-format.
-#: messages.c:396
+#: messages.c:411
 #, c-format
 msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
 msgstr ""
@@ -16149,29 +16410,29 @@ msgstr ""
 msgid "label \"%d$\" redefined"
 msgstr ""
 
-#: read.c:1224
+#: read.c:1221
 msgid ".abort detected.  Abandoning ship."
 msgstr ""
 
-#: read.c:1242 read.c:2661
+#: read.c:1239 read.c:2650
 msgid "ignoring fill value in absolute section"
 msgstr ""
 
-#: read.c:1333
+#: read.c:1330
 #, c-format
 msgid "alignment too large: %u assumed"
 msgstr ""
 
-#: read.c:1365
+#: read.c:1362
 msgid "expected fill pattern missing"
 msgstr ""
 
-#: read.c:1474
+#: read.c:1471
 #, c-format
 msgid "size (%ld) out of range, ignored"
 msgstr ""
 
-#: read.c:1503
+#: read.c:1500
 #, c-format
 msgid "size of \"%s\" is already %ld; not changing to %ld"
 msgstr ""
@@ -16185,340 +16446,331 @@ msgstr ""
 #. We do not want to barf on this, especially since such files are used
 #. in the GCC and GDB testsuites.  So we check for negative line numbers
 #. rather than non-positive line numbers.
-#: read.c:1755
+#: read.c:1742
 #, c-format
 msgid "line numbers must be positive; line number %d rejected"
 msgstr ""
 
-#: read.c:1792
+#: read.c:1779
 #, c-format
 msgid "incompatible flag %i in line directive"
 msgstr ""
 
-#: read.c:1804
+#: read.c:1791
 #, c-format
 msgid "unsupported flag %i in line directive"
 msgstr ""
 
-#: read.c:1843
+#: read.c:1830
 msgid "start address not supported"
 msgstr ""
 
-#: read.c:1852
+#: read.c:1839
 msgid ".err encountered"
 msgstr ""
 
-#: read.c:1868
+#: read.c:1855
 msgid ".error directive invoked in source file"
 msgstr ""
 
-#: read.c:1869
+#: read.c:1856
 msgid ".warning directive invoked in source file"
 msgstr ""
 
-#: read.c:1875
+#: read.c:1862
 #, c-format
 msgid "%s argument must be a string"
 msgstr ""
 
-#: read.c:1907 read.c:1909
+#: read.c:1894 read.c:1896
 #, c-format
 msgid ".fail %ld encountered"
 msgstr ""
 
-#: read.c:1949
+#: read.c:1936
 #, c-format
 msgid ".fill size clamped to %d"
 msgstr ""
 
-#: read.c:1954
+#: read.c:1941
 msgid "size negative; .fill ignored"
 msgstr ""
 
-#: read.c:1960
+#: read.c:1947
 msgid "repeat < 0; .fill ignored"
 msgstr ""
 
-#: read.c:2116
+#: read.c:2103
 #, c-format
 msgid "Attribute name not recognised: %s"
 msgstr ""
 
-#: read.c:2131
+#: read.c:2118
 msgid "expected numeric constant"
 msgstr ""
 
-#: read.c:2172
+#: read.c:2159
 msgid "bad string constant"
 msgstr ""
 
-#: read.c:2176
+#: read.c:2163
 msgid "expected <tag> , <value>"
 msgstr ""
 
-#: read.c:2251
+#: read.c:2238
 #, c-format
 msgid "unrecognized .linkonce type `%s'"
 msgstr ""
 
-#: read.c:2263
+#: read.c:2250
 msgid ".linkonce is not supported for this object file format"
 msgstr ""
 
-#: read.c:2285
-#, c-format
-msgid "bfd_set_section_flags: %s"
-msgstr ""
-
-#: read.c:2358
+#: read.c:2345
 msgid "expected alignment after size"
 msgstr ""
 
-#: read.c:2585
+#: read.c:2572
 #, c-format
 msgid "attempt to redefine pseudo-op `%s' ignored"
 msgstr ""
 
-#: read.c:2604
+#: read.c:2591
 msgid "ignoring macro exit outside a macro definition."
 msgstr ""
 
-#: read.c:2656
+#: read.c:2645
 #, c-format
 msgid "invalid segment \"%s\""
 msgstr ""
 
-#: read.c:2664
+#: read.c:2653
 msgid "only constant offsets supported in absolute section"
 msgstr ""
 
-#: read.c:2703
+#: read.c:2692
 msgid "MRI style ORG pseudo-op not supported"
 msgstr ""
 
-#: read.c:2856
+#: read.c:2845
 #, c-format
 msgid "unrecognized section type `%s'"
 msgstr ""
 
-#: read.c:2870
+#: read.c:2859
 msgid "absolute sections are not supported"
 msgstr ""
 
-#: read.c:2885
+#: read.c:2874
 #, c-format
 msgid "unrecognized section command `%s'"
 msgstr ""
 
-#: read.c:2949
+#: read.c:2938
 #, c-format
-msgid ".end%c encountered without preceeding %s"
+msgid ".end%c encountered without preceding %s"
 msgstr ""
 
-#: read.c:2979 read.c:3009
+#: read.c:2968 read.c:2998
 #, c-format
 msgid "%s without %s"
 msgstr ""
 
-#: read.c:3258
+#: read.c:3247
 msgid "unsupported variable size or fill value"
 msgstr ""
 
-#: read.c:3286
+#: read.c:3275
 msgid ".space repeat count is zero, ignored"
 msgstr ""
 
-#: read.c:3288
+#: read.c:3277
 msgid ".space repeat count is negative, ignored"
 msgstr ""
 
-#: read.c:3317
+#: read.c:3306
 msgid "space allocation too complex in absolute section"
 msgstr ""
 
-#: read.c:3323
+#: read.c:3312
 msgid "space allocation too complex in common section"
 msgstr ""
 
-#: read.c:3414 read.c:4773
+#: read.c:3403 read.c:4759
 #, c-format
 msgid "bad floating literal: %s"
 msgstr ""
 
-#: read.c:3574
+#: read.c:3560
 #, c-format
 msgid "%s: would close weakref loop: %s"
 msgstr ""
 
-#: read.c:3620
+#: read.c:3606
 #, c-format
 msgid "junk at end of line, first unrecognized character valued 0x%x"
 msgstr ""
 
-#: read.c:3748
+#: read.c:3734
 #, c-format
 msgid "`%s' can't be equated to common symbol '%s'"
 msgstr ""
 
-#: read.c:3873
-msgid "unexpected `\"' in expression"
-msgstr ""
-
-#: read.c:3885
+#: read.c:3871
 msgid "rva without symbol"
 msgstr ""
 
-#: read.c:3942
+#: read.c:3928
 msgid "missing or bad offset expression"
 msgstr ""
 
-#: read.c:3963
+#: read.c:3949
 msgid "missing reloc type"
 msgstr ""
 
-#: read.c:3975
+#: read.c:3961
 msgid "unrecognized reloc type"
 msgstr ""
 
-#: read.c:3991
+#: read.c:3977
 msgid "bad reloc expression"
 msgstr ""
 
-#: read.c:4117
+#: read.c:4103
 msgid "attempt to store value in absolute section"
 msgstr ""
 
-#: read.c:4155 read.c:5039
+#: read.c:4141 read.c:5025
 msgid "zero assumed for missing expression"
 msgstr ""
 
-#: read.c:4167 read.c:5051 write.c:266 write.c:983
+#: read.c:4153 read.c:5037 write.c:266 write.c:987
 msgid "register value used as expression"
 msgstr ""
 
-#: read.c:4247
+#: read.c:4233
 #, c-format
 msgid "value 0x%llx truncated to 0x%llx"
 msgstr ""
 
-#: read.c:4250
+#: read.c:4236
 msgid "value 0x%I64x truncated to 0x%I64x"
 msgstr ""
 
-#: read.c:4254
+#: read.c:4240
 #, c-format
 msgid "value 0x%lx truncated to 0x%lx"
 msgstr ""
 
-#: read.c:4281
+#: read.c:4267
 #, c-format
 msgid "bignum truncated to %d bytes"
 msgstr ""
 
-#: read.c:4600 read.c:4795
+#: read.c:4586 read.c:4781
 msgid "unresolvable or nonpositive repeat count; using 1"
 msgstr ""
 
-#: read.c:4649
+#: read.c:4635
 #, c-format
 msgid "unknown floating type type '%c'"
 msgstr ""
 
-#: read.c:4671
+#: read.c:4657
 msgid "floating point constant too large"
 msgstr ""
 
-#: read.c:5207
+#: read.c:5193
 msgid "strings must be placed into a section"
 msgstr ""
 
-#: read.c:5255
+#: read.c:5241
 msgid "expected <nn>"
 msgstr ""
 
 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
-#: read.c:5288 read.c:5374
+#: read.c:5274 read.c:5360
 msgid "unterminated string; newline inserted"
 msgstr ""
 
-#: read.c:5382
+#: read.c:5368
 msgid "bad escaped character in string"
 msgstr ""
 
-#: read.c:5407
+#: read.c:5393
 msgid "expected address expression"
 msgstr ""
 
-#: read.c:5426
+#: read.c:5412
 #, c-format
 msgid "symbol \"%s\" undefined; zero assumed"
 msgstr ""
 
-#: read.c:5429
+#: read.c:5415
 msgid "some symbol undefined; zero assumed"
 msgstr ""
 
-#: read.c:5465
+#: read.c:5450
 msgid "this string may not contain '\\0'"
 msgstr ""
 
-#: read.c:5501
+#: read.c:5486
 msgid "missing string"
 msgstr ""
 
-#: read.c:5592
+#: read.c:5577
 #, c-format
 msgid ".incbin count zero, ignoring `%s'"
 msgstr ""
 
-#: read.c:5618
+#: read.c:5603
 #, c-format
 msgid "file not found: %s"
 msgstr ""
 
-#: read.c:5632
+#: read.c:5617
 #, c-format
 msgid "seek to end of .incbin file failed `%s'"
 msgstr ""
 
-#: read.c:5643
+#: read.c:5628
 #, c-format
 msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
 msgstr ""
 
-#: read.c:5650
+#: read.c:5635
 #, c-format
 msgid "could not skip to %ld in file `%s'"
 msgstr ""
 
-#: read.c:5659
+#: read.c:5644
 #, c-format
 msgid "truncated file `%s', %ld of %ld bytes read"
 msgstr ""
 
-#: read.c:5818
+#: read.c:5803
 msgid "missing .func"
 msgstr ""
 
-#: read.c:5835
+#: read.c:5820
 msgid ".endfunc missing for previous .func"
 msgstr ""
 
-#: read.c:5972
+#: read.c:5957
 #, c-format
 msgid "missing closing `%c'"
 msgstr ""
 
-#: read.c:5974
+#: read.c:5959
 msgid "stray `\\'"
 msgstr ""
 
-#: remap.c:52
+#: remap.c:53
 #, c-format
 msgid "invalid argument '%s' to -fdebug-prefix-map"
 msgstr ""
 
-#: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249
+#: stabs.c:215 stabs.c:223 stabs.c:231 stabs.c:250
 #, c-format
 msgid ".stab%c: missing comma"
 msgstr ""
@@ -16526,100 +16778,90 @@ msgstr ""
 #. This could happen for example with a source file with a huge
 #. number of lines.  The only cure is to use a different debug
 #. format, probably DWARF.
-#: stabs.c:242
+#: stabs.c:243
 #, c-format
 msgid ".stab%c: description field '%x' too big, try a different debug format"
 msgstr ""
 
-#: stabs.c:423
+#: stabs.c:424
 msgid "comma missing in .xstabs"
 msgstr ""
 
-#: symbols.c:288
+#: symbols.c:285
 #, c-format
 msgid "cannot define symbol `%s' in absolute section"
 msgstr ""
 
-#: symbols.c:418
+#: symbols.c:415
 #, c-format
 msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
 msgstr ""
 
-#: symbols.c:496 symbols.c:503
+#: symbols.c:490 symbols.c:497
 #, c-format
 msgid "inserting \"%s\" into symbol table failed: %s"
 msgstr ""
 
-#: symbols.c:966 symbols.c:970
-#, c-format
-msgid "undefined symbol `%s' in operation"
-msgstr ""
-
-#: symbols.c:977
+#: symbols.c:1008
 #, c-format
-msgid "invalid sections for operation on `%s' and `%s'"
+msgid "invalid operands (%s and %s sections) for `%s'"
 msgstr ""
 
-#: symbols.c:981
+#: symbols.c:1012
 #, c-format
-msgid "invalid section for operation on `%s'"
+msgid "invalid operand (%s section) for `%s'"
 msgstr ""
 
-#: symbols.c:989 symbols.c:992
+#: symbols.c:1020
 #, c-format
-msgid "undefined symbol `%s' in operation setting `%s'"
+msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'"
 msgstr ""
 
-#: symbols.c:998
+#: symbols.c:1023
 #, c-format
-msgid "invalid sections for operation on `%s' and `%s' setting `%s'"
+msgid "invalid operand (%s section) for `%s' when setting `%s'"
 msgstr ""
 
-#: symbols.c:1001
-#, c-format
-msgid "invalid section for operation on `%s' setting `%s'"
-msgstr ""
-
-#: symbols.c:1051
+#: symbols.c:1072
 #, c-format
 msgid "symbol definition loop encountered at `%s'"
 msgstr ""
 
-#: symbols.c:1078
+#: symbols.c:1099
 #, c-format
 msgid "cannot convert expression symbol %s to complex relocation"
 msgstr ""
 
-#: symbols.c:1360
+#: symbols.c:1381
 #, c-format
 msgid "division by zero when setting `%s'"
 msgstr ""
 
-#: symbols.c:1441 write.c:2046
+#: symbols.c:1462 write.c:2048
 #, c-format
 msgid "can't resolve value for symbol `%s'"
 msgstr ""
 
-#: symbols.c:1888
+#: symbols.c:1909
 #, c-format
 msgid "\"%d\" (instance number %d of a %s label)"
 msgstr ""
 
-#: symbols.c:1917
+#: symbols.c:1938
 #, c-format
 msgid "attempt to get value of unresolved symbol `%s'"
 msgstr ""
 
-#: symbols.c:2192
+#: symbols.c:2213
 msgid "section symbols are already global"
 msgstr ""
 
-#: symbols.c:2305
+#: symbols.c:2326
 #, c-format
 msgid "Accessing function `%s' as thread-local object"
 msgstr ""
 
-#: symbols.c:2309
+#: symbols.c:2330
 #, c-format
 msgid "Accessing `%s' as thread-local object"
 msgstr ""
@@ -16642,107 +16884,108 @@ msgstr ""
 msgid "invalid reloc expression"
 msgstr ""
 
-#: write.c:1066
+#: write.c:1072
 #, c-format
 msgid "value of %s too large for field of %d bytes at %s"
 msgstr ""
 
-#: write.c:1078
+#: write.c:1084
 #, c-format
 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
 msgstr ""
 
-#: write.c:1122
+#: write.c:1128
 msgid "redefined symbol cannot be used on reloc"
 msgstr ""
 
-#: write.c:1135
+#: write.c:1141
 msgid "relocation out of range"
 msgstr ""
 
-#: write.c:1138
+#: write.c:1144
 #, c-format
 msgid "%s:%u: bad return from bfd_install_relocation: %x"
 msgstr ""
 
-#: write.c:1202
+#: write.c:1208
 msgid "internal error: fixup not contained within frag"
 msgstr ""
 
-#: write.c:1255
+#: write.c:1261
 msgid "reloc not within (fixed part of) section"
 msgstr ""
 
-#: write.c:1319 write.c:1448
+#: write.c:1325 write.c:1455
 msgid "can't extend frag"
 msgstr ""
 
-#: write.c:1510 write.c:1531
+#: write.c:1517 write.c:1538
 #, c-format
 msgid "can't write %s: %s"
 msgstr ""
 
-#: write.c:1561
-msgid "cannot write to output file"
+#: write.c:1568
+#, c-format
+msgid "cannot write to output file '%s': %s"
 msgstr ""
 
-#: write.c:1715
+#: write.c:1724
 #, c-format
 msgid "%d error%s, %d warning%s, generating bad object file"
 msgstr ""
 
-#: write.c:1722
+#: write.c:1731
 #, c-format
 msgid "%d error%s, %d warning%s, no object file generated"
 msgstr ""
 
-#: write.c:1961
+#: write.c:1963
 #, c-format
 msgid "%s: global symbols not supported in common sections"
 msgstr ""
 
-#: write.c:1975
+#: write.c:1977
 #, c-format
 msgid "local label `%s' is not defined"
 msgstr ""
 
-#: write.c:1997
+#: write.c:1999
 #, c-format
 msgid "Local symbol `%s' can't be equated to common symbol `%s'"
 msgstr ""
 
-#: write.c:2004
+#: write.c:2006
 #, c-format
 msgid "can't make global register symbol `%s'"
 msgstr ""
 
-#: write.c:2297
+#: write.c:2299
 #, c-format
 msgid "alignment padding (%lu bytes) not a multiple of %ld"
 msgstr ""
 
-#: write.c:2459
+#: write.c:2461
 #, c-format
 msgid ".word %s-%s+%s didn't fit"
 msgstr ""
 
-#: write.c:2553
+#: write.c:2555
 msgid "padding added"
 msgstr ""
 
-#: write.c:2603
+#: write.c:2605
 msgid "attempt to move .org backwards"
 msgstr ""
 
-#: write.c:2627
+#: write.c:2629
 msgid ".space specifies non-absolute value"
 msgstr ""
 
-#: write.c:2642
+#: write.c:2644
 msgid ".space or .fill with negative value, ignored"
 msgstr ""
 
-#: write.c:2713
+#: write.c:2715
 #, c-format
 msgid ""
 "Infinite loop encountered whilst attempting to compute the addresses of "
index 3a1805f933490e03baffb4839fe4ef3be5f2142d..2ab58ecbc308c2e8e4298431951326b2a283414e 100644 (file)
@@ -2935,7 +2935,7 @@ s_purgem (int ignore ATTRIBUTE_UNUSED)
 static void
 s_bad_end (int endr)
 {
-  as_warn (_(".end%c encountered without preceeding %s"),
+  as_warn (_(".end%c encountered without preceding %s"),
           endr ? 'r' : 'm',
           endr ? ".rept, .irp, or .irpc" : ".macro");
   demand_empty_rest_of_line ();
index 30f30087529d02d3102632e32be7bc5614510751..4691affafaf9cb6f960dfe0e50f4e251befb6dd9 100644 (file)
@@ -1,8 +1,13 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * dynobj.h: Fix spelling mistake in comment.
+       * output.cc: Likewise.
+
 2011-05-31  Doug Kwan  <dougkwan@google.com>
             Asier Llano
 
        PR gold/12826
-       * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of 
+       * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
        arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
        * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up.  Remove
        redundant arm_exidx_test.so.
index d26b8a7407594db2484a930453957cf116f8fe74..1f3243f25d9f1e7b927efbe9560c3194d81c436a 100644 (file)
@@ -1,6 +1,6 @@
 // dynobj.h -- dynamic object support for gold   -*- C++ -*-
 
-// Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -652,7 +652,7 @@ class Versions
   // Contents of --version-script, if passed, or NULL.
   const Version_script_info& version_script_;
   // Whether we need to insert a base version.  This is only used for
-  // shared libaries and is cleared when the base version is defined.
+  // shared libraries and is cleared when the base version is defined.
   bool needs_base_version_;
 };
 
index 202d8c2bc9dcbe2dd036f749694ab408c2a99a2b..3f6cb7045c4f448fbe46f2d3c14dacf9b19e7314 100644 (file)
@@ -479,7 +479,7 @@ Output_file_header::do_write(Output_file* of)
     }
 }
 
-// Write out the file header with appropriate size and endianess.
+// Write out the file header with appropriate size and endianness.
 
 template<int size, bool big_endian>
 void
index b2fe5af8a928774fd2276080295e46c90d629b52..4b0a70a91af01f5f8645f35811ef7ee2c1527779 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * i860.h: Fix spelling mistake in comment.
+
 2011-05-04  Tristan Gingold  <gingold@adacore.com>
 
        * rs6000.h (union external_auxent): Add x_ftype field.
index 7de3961b2f080e2f33984bb8b4b2eca888f39ff8..0767de4fec0332acc8bbdbafe8fb38cfe4132db0 100644 (file)
@@ -1,6 +1,6 @@
 /* COFF information for the Intel i860.
    
-   Copyright 2001, 2003, 2010 Free Software Foundation, Inc.
+   Copyright 2001, 2003, 2010, 2011 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -58,7 +58,7 @@ struct external_reloc
 #define RELSZ 10
 
 /* The relocation directory entry types.
-     PAIR   : The low half that follows relates to the preceeding HIGH[ADJ].
+     PAIR   : The low half that follows relates to the preceding HIGH[ADJ].
      HIGH   : The high half of a 32-bit constant.
      LOWn   : The low half, insn bits 15..(n-1), 2^n-byte aligned. 
      SPLITn : The low half, insn bits 20..16 and 10..(n-1), 2^n-byte aligned. 
index d0700468bcddc5cae1b3dc97618ebb5e8fa8c820..d999e6a94c801b9fcf4cd000ee61e9ac814b01bc 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * common.h: Fix spelling mistake in comment.
+       * reloc-macros.h: Likewise.
+
 2011-05-31  Paul Brook  <paul@codesourcery.com>
 
        * arm.h (arm_st_branch_type): Add ST_BRANCH_UNKNOWN.
index d48c32c87885c2a2dc143e00bac71cda12f9500d..ce97571fcf3c61875c75c7a4d4cac9c83651d091 100644 (file)
 #define EM_MMA          54     /* Fujitsu Multimedia Accelerator */
 #define EM_PCP          55     /* Siemens PCP */
 #define EM_NCPU                 56     /* Sony nCPU embedded RISC processor */
-#define EM_NDR1                 57     /* Denso NDR1 microprocesspr */
+#define EM_NDR1                 57     /* Denso NDR1 microprocessor */
 #define EM_STARCORE     58     /* Motorola Star*Core processor */
 #define EM_ME16                 59     /* Toyota ME16 processor */
 #define EM_ST100        60     /* STMicroelectronics ST100 processor */
index c0228a9916ea6acfedd2be96003923d6766aec84..92fc9c14505830e985bed05ec0aed44d95da0910 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic relocation support for BFD.
-   Copyright 1998, 1999, 2000, 2003, 2010 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2003, 2010, 2011  Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
    Note: The value of the symbol defined in the END_RELOC_NUMBERS
    macro (R_foo_count in the case of the example above) will be
-   set to the value of the whichever *_RELOC macro preceeds it plus
+   set to the value of the whichever *_RELOC macro precedes it plus
    one.  Therefore if you intend to use the symbol as a sentinel for
    the highest valid macro value you should make sure that the
-   preceeding *_RELOC macro is the highest valid number.  ie a
+   preceding *_RELOC macro is the highest valid number.  ie a
    declaration like this:
 
        START_RELOC_NUMBERS (foo)
index 232307d98167e054dc461f0f2dc6ce2bbf52bdc4..8bee65a7d3d2456e36bcedb95c654ce624533ad2 100644 (file)
@@ -1,3 +1,13 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * lexsup.c: Fix spelling mistake in comment.
+       * scripttempl/epocpe.sc: Likewise.
+       * scripttempl/i386beos.sc: Likewise.
+       * scripttempl/mcorepe.sc: Likewise.
+       * scripttempl/pe.sc: Likewise.
+       * scripttempl/pep.sc: Likewise.
+       * po/ld.pot: Regenerate.
+
 2011-05-27  Nick Clifton  <nickc@redhat.com>
 
        * scripttempl/v850.sc (_heap_start): Provide.
index 4f6a77becca19af80bf1f808c4e56257c6c6477a..08ef1071a6c98c16506511bdcf5f72e73d9c794e 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse options for the GNU linker.
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+   2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011
    Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
@@ -454,7 +454,7 @@ static const struct ld_option ld_options[] =
     '\0', NULL, N_("Do not allow unresolved references in object files"),
     TWO_DASHES },
   { {"allow-shlib-undefined", no_argument, NULL, OPTION_ALLOW_SHLIB_UNDEFINED},
-    '\0', NULL, N_("Allow unresolved references in shared libaries"),
+    '\0', NULL, N_("Allow unresolved references in shared libraries"),
     TWO_DASHES },
   { {"no-allow-shlib-undefined", no_argument, NULL,
      OPTION_NO_ALLOW_SHLIB_UNDEFINED},
index 7ab762b971a05333e84cb0e17bb36bd087ba6b23..ef25380380e029470d282dec0a25307c38c243cd 100644 (file)
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2010-11-05 10:29+0100\n"
+"POT-Creation-Date: 2011-06-02 14:30+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -32,200 +33,200 @@ msgstr ""
 msgid "Errors encountered processing file %s"
 msgstr ""
 
-#: emultempl/armcoff.em:190 emultempl/pe.em:1812
+#: emultempl/armcoff.em:192 emultempl/pe.em:1813
 msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"
 msgstr ""
 
-#: emultempl/armcoff.em:195 emultempl/pe.em:1817
+#: emultempl/armcoff.em:197 emultempl/pe.em:1818
 msgid "%P: warning: cannot find thumb start symbol %s\n"
 msgstr ""
 
-#: emultempl/pe.em:418
+#: emultempl/pe.em:419
 #, c-format
 msgid ""
 "  --base_file <basefile>             Generate a base file for relocatable "
 "DLLs\n"
 msgstr ""
 
-#: emultempl/pe.em:419
+#: emultempl/pe.em:420
 #, c-format
 msgid ""
 "  --dll                              Set image base to the default for DLLs\n"
 msgstr ""
 
-#: emultempl/pe.em:420
+#: emultempl/pe.em:421
 #, c-format
 msgid "  --file-alignment <size>            Set file alignment\n"
 msgstr ""
 
-#: emultempl/pe.em:421
+#: emultempl/pe.em:422
 #, c-format
 msgid "  --heap <size>                      Set initial size of the heap\n"
 msgstr ""
 
-#: emultempl/pe.em:422
+#: emultempl/pe.em:423
 #, c-format
 msgid ""
 "  --image-base <address>             Set start address of the executable\n"
 msgstr ""
 
-#: emultempl/pe.em:423
+#: emultempl/pe.em:424
 #, c-format
 msgid ""
 "  --major-image-version <number>     Set version number of the executable\n"
 msgstr ""
 
-#: emultempl/pe.em:424
+#: emultempl/pe.em:425
 #, c-format
 msgid "  --major-os-version <number>        Set minimum required OS version\n"
 msgstr ""
 
-#: emultempl/pe.em:425
+#: emultempl/pe.em:426
 #, c-format
 msgid ""
 "  --major-subsystem-version <number> Set minimum required OS subsystem "
 "version\n"
 msgstr ""
 
-#: emultempl/pe.em:426
+#: emultempl/pe.em:427
 #, c-format
 msgid ""
 "  --minor-image-version <number>     Set revision number of the executable\n"
 msgstr ""
 
-#: emultempl/pe.em:427
+#: emultempl/pe.em:428
 #, c-format
 msgid "  --minor-os-version <number>        Set minimum required OS revision\n"
 msgstr ""
 
-#: emultempl/pe.em:428
+#: emultempl/pe.em:429
 #, c-format
 msgid ""
 "  --minor-subsystem-version <number> Set minimum required OS subsystem "
 "revision\n"
 msgstr ""
 
-#: emultempl/pe.em:429
+#: emultempl/pe.em:430
 #, c-format
 msgid "  --section-alignment <size>         Set section alignment\n"
 msgstr ""
 
-#: emultempl/pe.em:430
+#: emultempl/pe.em:431
 #, c-format
 msgid "  --stack <size>                     Set size of the initial stack\n"
 msgstr ""
 
-#: emultempl/pe.em:431
+#: emultempl/pe.em:432
 #, c-format
 msgid ""
 "  --subsystem <name>[:<version>]     Set required OS subsystem [& version]\n"
 msgstr ""
 
-#: emultempl/pe.em:432
+#: emultempl/pe.em:433
 #, c-format
 msgid ""
 "  --support-old-code                 Support interworking with old code\n"
 msgstr ""
 
-#: emultempl/pe.em:433
+#: emultempl/pe.em:434
 #, c-format
 msgid ""
 "  --[no-]leading-underscore          Set explicit symbol underscore prefix "
 "mode\n"
 msgstr ""
 
-#: emultempl/pe.em:434
+#: emultempl/pe.em:435
 #, c-format
 msgid ""
 "  --thumb-entry=<symbol>             Set the entry point to be Thumb "
 "<symbol>\n"
 msgstr ""
 
-#: emultempl/pe.em:436
+#: emultempl/pe.em:437
 #, c-format
 msgid ""
 "  --add-stdcall-alias                Export symbols with and without @nn\n"
 msgstr ""
 
-#: emultempl/pe.em:437
+#: emultempl/pe.em:438
 #, c-format
 msgid "  --disable-stdcall-fixup            Don't link _sym to _sym@nn\n"
 msgstr ""
 
-#: emultempl/pe.em:438
+#: emultempl/pe.em:439
 #, c-format
 msgid ""
 "  --enable-stdcall-fixup             Link _sym to _sym@nn without warnings\n"
 msgstr ""
 
-#: emultempl/pe.em:439
+#: emultempl/pe.em:440
 #, c-format
 msgid ""
 "  --exclude-symbols sym,sym,...      Exclude symbols from automatic export\n"
 msgstr ""
 
-#: emultempl/pe.em:440
+#: emultempl/pe.em:441
 #, c-format
 msgid ""
 "  --exclude-all-symbols              Exclude all symbols from automatic "
 "export\n"
 msgstr ""
 
-#: emultempl/pe.em:441
+#: emultempl/pe.em:442
 #, c-format
 msgid ""
 "  --exclude-libs lib,lib,...         Exclude libraries from automatic "
 "export\n"
 msgstr ""
 
-#: emultempl/pe.em:442
+#: emultempl/pe.em:443
 #, c-format
 msgid "  --exclude-modules-for-implib mod,mod,...\n"
 msgstr ""
 
-#: emultempl/pe.em:443
+#: emultempl/pe.em:444
 #, c-format
 msgid ""
 "                                     Exclude objects, archive members from "
 "auto\n"
 msgstr ""
 
-#: emultempl/pe.em:444
+#: emultempl/pe.em:445
 #, c-format
 msgid ""
 "                                     export, place into import library "
 "instead.\n"
 msgstr ""
 
-#: emultempl/pe.em:445
+#: emultempl/pe.em:446
 #, c-format
 msgid ""
 "  --export-all-symbols               Automatically export all globals to "
 "DLL\n"
 msgstr ""
 
-#: emultempl/pe.em:446
+#: emultempl/pe.em:447
 #, c-format
 msgid "  --kill-at                          Remove @nn from exported symbols\n"
 msgstr ""
 
-#: emultempl/pe.em:447
+#: emultempl/pe.em:448
 #, c-format
 msgid "  --out-implib <file>                Generate import library\n"
 msgstr ""
 
-#: emultempl/pe.em:448
+#: emultempl/pe.em:449
 #, c-format
 msgid ""
 "  --output-def <file>                Generate a .DEF file for the built DLL\n"
 msgstr ""
 
-#: emultempl/pe.em:449
+#: emultempl/pe.em:450
 #, c-format
 msgid "  --warn-duplicate-exports           Warn about duplicate exports.\n"
 msgstr ""
 
-#: emultempl/pe.em:450
+#: emultempl/pe.em:451
 #, c-format
 msgid ""
 "  --compat-implib                    Create backward compatible import "
@@ -233,7 +234,7 @@ msgid ""
 "                                       create __imp_<SYMBOL> as well.\n"
 msgstr ""
 
-#: emultempl/pe.em:452
+#: emultempl/pe.em:453
 #, c-format
 msgid ""
 "  --enable-auto-image-base           Automatically choose image base for "
@@ -241,14 +242,14 @@ msgid ""
 "                                       unless user specifies one\n"
 msgstr ""
 
-#: emultempl/pe.em:454
+#: emultempl/pe.em:455
 #, c-format
 msgid ""
 "  --disable-auto-image-base          Do not auto-choose image base. "
 "(default)\n"
 msgstr ""
 
-#: emultempl/pe.em:455
+#: emultempl/pe.em:456
 #, c-format
 msgid ""
 "  --dll-search-prefix=<string>       When linking dynamically to a dll "
@@ -258,21 +259,21 @@ msgid ""
 "                                       in preference to lib<basename>.dll \n"
 msgstr ""
 
-#: emultempl/pe.em:458
+#: emultempl/pe.em:459
 #, c-format
 msgid ""
-"  --enable-auto-import               Do sophistcated linking of _sym to\n"
+"  --enable-auto-import               Do sophisticated linking of _sym to\n"
 "                                       __imp_sym for DATA references\n"
 msgstr ""
 
-#: emultempl/pe.em:460
+#: emultempl/pe.em:461
 #, c-format
 msgid ""
 "  --disable-auto-import              Do not auto-import DATA items from "
 "DLLs\n"
 msgstr ""
 
-#: emultempl/pe.em:461
+#: emultempl/pe.em:462
 #, c-format
 msgid ""
 "  --enable-runtime-pseudo-reloc      Work around auto-import limitations by\n"
@@ -281,7 +282,7 @@ msgid ""
 "                                       runtime.\n"
 msgstr ""
 
-#: emultempl/pe.em:464
+#: emultempl/pe.em:465
 #, c-format
 msgid ""
 "  --disable-runtime-pseudo-reloc     Do not add runtime pseudo-relocations "
@@ -289,7 +290,7 @@ msgid ""
 "                                       auto-imported DATA.\n"
 msgstr ""
 
-#: emultempl/pe.em:466
+#: emultempl/pe.em:467
 #, c-format
 msgid ""
 "  --enable-extra-pe-debug            Enable verbose debug output when "
@@ -298,21 +299,21 @@ msgid ""
 "import)\n"
 msgstr ""
 
-#: emultempl/pe.em:469
+#: emultempl/pe.em:470
 #, c-format
 msgid ""
 "  --large-address-aware              Executable supports virtual addresses\n"
 "                                       greater than 2 gigabytes\n"
 msgstr ""
 
-#: emultempl/pe.em:471
+#: emultempl/pe.em:472
 #, c-format
 msgid ""
 "  --enable-long-section-names        Use long COFF section names even in\n"
 "                                       executable image files\n"
 msgstr ""
 
-#: emultempl/pe.em:473
+#: emultempl/pe.em:474
 #, c-format
 msgid ""
 "  --disable-long-section-names       Never use long COFF section names, "
@@ -320,107 +321,106 @@ msgid ""
 "                                       in object files\n"
 msgstr ""
 
-#: emultempl/pe.em:475
+#: emultempl/pe.em:476
 #, c-format
 msgid ""
 "  --dynamicbase\t\t\t Image base address may be relocated using\n"
 "\t\t\t\t       address space layout randomization (ASLR)\n"
 msgstr ""
 
-#: emultempl/pe.em:477
+#: emultempl/pe.em:478
 #, c-format
 msgid "  --forceinteg\t\t Code integrity checks are enforced\n"
 msgstr ""
 
-#: emultempl/pe.em:478
+#: emultempl/pe.em:479
 #, c-format
 msgid "  --nxcompat\t\t Image is compatible with data execution prevention\n"
 msgstr ""
 
-#: emultempl/pe.em:479
+#: emultempl/pe.em:480
 #, c-format
 msgid ""
 "  --no-isolation\t\t Image understands isolation but do not isolate the "
 "image\n"
 msgstr ""
 
-#: emultempl/pe.em:480
+#: emultempl/pe.em:481
 #, c-format
 msgid ""
 "  --no-seh\t\t\t Image does not use SEH. No SE handler may\n"
 "\t\t\t\t       be called in this image\n"
 msgstr ""
 
-#: emultempl/pe.em:482
+#: emultempl/pe.em:483
 #, c-format
 msgid "  --no-bind\t\t\t Do not bind this image\n"
 msgstr ""
 
-#: emultempl/pe.em:483
+#: emultempl/pe.em:484
 #, c-format
 msgid "  --wdmdriver\t\t Driver uses the WDM model\n"
 msgstr ""
 
-#: emultempl/pe.em:484
+#: emultempl/pe.em:485
 #, c-format
 msgid "  --tsaware                  Image is Terminal Server aware\n"
 msgstr ""
 
-#: emultempl/pe.em:613
+#: emultempl/pe.em:614
 msgid "%P: warning: bad version number in -subsystem option\n"
 msgstr ""
 
-#: emultempl/pe.em:638
+#: emultempl/pe.em:639
 msgid "%P%F: invalid subsystem type %s\n"
 msgstr ""
 
-#: emultempl/pe.em:659
+#: emultempl/pe.em:660
 msgid "%P%F: invalid hex number for PE parameter '%s'\n"
 msgstr ""
 
-#: emultempl/pe.em:676
+#: emultempl/pe.em:677
 msgid "%P%F: strange hex info for PE parameter '%s'\n"
 msgstr ""
 
-#: emultempl/pe.em:693
-#, c-format
-msgid "%s: Can't open base file %s\n"
+#: emultempl/pe.em:692
+msgid "%F%P: cannot open base file %s\n"
 msgstr ""
 
-#: emultempl/pe.em:969
+#: emultempl/pe.em:965
 msgid "%P: warning, file alignment > section alignment.\n"
 msgstr ""
 
-#: emultempl/pe.em:982
+#: emultempl/pe.em:978
 msgid ""
 "%P: warning: --export-dynamic is not supported for PE targets, did you mean "
 "--export-all-symbols?\n"
 msgstr ""
 
-#: emultempl/pe.em:1058 emultempl/pe.em:1085
+#: emultempl/pe.em:1054 emultempl/pe.em:1081
 #, c-format
 msgid "Warning: resolving %s by linking to %s\n"
 msgstr ""
 
-#: emultempl/pe.em:1063 emultempl/pe.em:1090
+#: emultempl/pe.em:1059 emultempl/pe.em:1086
 msgid "Use --enable-stdcall-fixup to disable these warnings\n"
 msgstr ""
 
-#: emultempl/pe.em:1064 emultempl/pe.em:1091
+#: emultempl/pe.em:1060 emultempl/pe.em:1087
 msgid "Use --disable-stdcall-fixup to disable these fixups\n"
 msgstr ""
 
-#: emultempl/pe.em:1110
+#: emultempl/pe.em:1106
 #, c-format
 msgid "%C: Cannot get section contents - auto-import exception\n"
 msgstr ""
 
-#: emultempl/pe.em:1150
+#: emultempl/pe.em:1146
 #, c-format
 msgid "Info: resolving %s by linking to %s (auto-import)\n"
 msgstr ""
 
-#: emultempl/pe.em:1157
+#: emultempl/pe.em:1153
 msgid ""
 "%P: warning: auto-importing has been activated without --enable-auto-import "
 "specified on the command line.\n"
@@ -428,28 +428,28 @@ msgid ""
 "symbols from auto-imported DLLs.\n"
 msgstr ""
 
-#: emultempl/pe.em:1164 emultempl/pe.em:1369 emultempl/pe.em:1575 ldcref.c:490
-#: ldcref.c:588 ldmain.c:1183 ldmisc.c:286 pe-dll.c:705 pe-dll.c:1253
-#: pe-dll.c:1348
+#: emultempl/pe.em:1160 emultempl/pe.em:1367 emultempl/pe.em:1574 ldcref.c:490
+#: ldcref.c:588 ldmain.c:1215 ldmisc.c:290 pe-dll.c:706 pe-dll.c:1257
+#: pe-dll.c:1352
 msgid "%B%F: could not read symbols: %E\n"
 msgstr ""
 
-#: emultempl/pe.em:1245
+#: emultempl/pe.em:1243
 msgid "%F%P: cannot perform PE operations on non PE output file '%B'.\n"
 msgstr ""
 
-#: emultempl/pe.em:1616
+#: emultempl/pe.em:1617
 #, c-format
 msgid "Errors encountered processing file %s\n"
 msgstr ""
 
-#: emultempl/pe.em:1639
+#: emultempl/pe.em:1640
 #, c-format
 msgid "Errors encountered processing file %s for interworking\n"
 msgstr ""
 
-#: emultempl/pe.em:1701 ldexp.c:542 ldlang.c:3323 ldlang.c:3358 ldlang.c:6804
-#: ldlang.c:6835 ldmain.c:1128
+#: emultempl/pe.em:1702 ldexp.c:581 ldlang.c:3416 ldlang.c:6947 ldlang.c:6978
+#: ldmain.c:1160
 msgid "%P%F: bfd_link_hash_lookup failed: %E\n"
 msgstr ""
 
@@ -491,7 +491,7 @@ msgstr ""
 msgid "%P: symbol `%T' missing from main hash table\n"
 msgstr ""
 
-#: ldcref.c:650 ldcref.c:657 ldmain.c:1217 ldmain.c:1224
+#: ldcref.c:650 ldcref.c:657 ldmain.c:1249 ldmain.c:1256
 msgid "%B%F: could not read relocs: %E\n"
 msgstr ""
 
@@ -549,162 +549,158 @@ msgstr ""
 msgid "  no emulation specific options.\n"
 msgstr ""
 
-#: ldexp.c:313
+#: ldexp.c:314
 msgid "%P: warning: address of `%s' isn't multiple of maximum page size\n"
 msgstr ""
 
-#: ldexp.c:351
+#: ldexp.c:407
 #, c-format
 msgid "%F%S %% by zero\n"
 msgstr ""
 
-#: ldexp.c:359
+#: ldexp.c:417
 #, c-format
 msgid "%F%S / by zero\n"
 msgstr ""
 
-#: ldexp.c:552
+#: ldexp.c:591
 #, c-format
 msgid "%X%S: unresolvable symbol `%s' referenced in expression\n"
 msgstr ""
 
-#: ldexp.c:564
+#: ldexp.c:605
 #, c-format
 msgid "%F%S: undefined symbol `%s' referenced in expression\n"
 msgstr ""
 
-#: ldexp.c:585 ldexp.c:602 ldexp.c:629
+#: ldexp.c:626 ldexp.c:643 ldexp.c:670
 #, c-format
 msgid "%F%S: undefined section `%s' referenced in expression\n"
 msgstr ""
 
-#: ldexp.c:656 ldexp.c:670
+#: ldexp.c:697 ldexp.c:711
 #, c-format
 msgid "%F%S: undefined MEMORY region `%s' referenced in expression\n"
 msgstr ""
 
-#: ldexp.c:681
+#: ldexp.c:722
 #, c-format
 msgid "%F%S: unknown constant `%s' referenced in expression\n"
 msgstr ""
 
-#: ldexp.c:743
+#: ldexp.c:787
 #, c-format
 msgid "%F%S can not PROVIDE assignment to location counter\n"
 msgstr ""
 
-#: ldexp.c:757
+#: ldexp.c:805
 #, c-format
 msgid "%F%S invalid assignment to location counter\n"
 msgstr ""
 
-#: ldexp.c:760
+#: ldexp.c:808
 #, c-format
 msgid "%F%S assignment to location counter invalid outside of SECTION\n"
 msgstr ""
 
-#: ldexp.c:773
+#: ldexp.c:821
 msgid "%F%S cannot move location counter backwards (from %V to %V)\n"
 msgstr ""
 
-#: ldexp.c:812
+#: ldexp.c:882
 msgid "%P%F:%s: hash creation failed\n"
 msgstr ""
 
-#: ldexp.c:1119 ldexp.c:1144 ldexp.c:1204
+#: ldexp.c:1191 ldexp.c:1216 ldexp.c:1276
 #, c-format
 msgid "%F%S: nonconstant expression for %s\n"
 msgstr ""
 
-#: ldfile.c:141
+#: ldfile.c:142
 #, c-format
 msgid "attempt to open %s failed\n"
 msgstr ""
 
-#: ldfile.c:143
+#: ldfile.c:144
 #, c-format
 msgid "attempt to open %s succeeded\n"
 msgstr ""
 
-#: ldfile.c:149
+#: ldfile.c:150
 msgid "%F%P: invalid BFD target `%s'\n"
 msgstr ""
 
-#: ldfile.c:266 ldfile.c:295
+#: ldfile.c:267 ldfile.c:296
 msgid "%P: skipping incompatible %s when searching for %s\n"
 msgstr ""
 
-#: ldfile.c:279
+#: ldfile.c:280
 msgid "%F%P: attempted static link of dynamic object `%s'\n"
 msgstr ""
 
-#: ldfile.c:332 ldmain.c:832
-msgid "%P%F: %s: plugin reported error claiming file\n"
-msgstr ""
-
-#: ldfile.c:447
+#: ldfile.c:426
 msgid "%P: cannot find %s (%s): %E\n"
 msgstr ""
 
-#: ldfile.c:450
+#: ldfile.c:429
 msgid "%P: cannot find %s: %E\n"
 msgstr ""
 
-#: ldfile.c:485
+#: ldfile.c:464
 msgid "%P: cannot find %s inside %s\n"
 msgstr ""
 
-#: ldfile.c:488
+#: ldfile.c:467
 msgid "%P: cannot find %s\n"
 msgstr ""
 
-#: ldfile.c:507 ldfile.c:525
+#: ldfile.c:486 ldfile.c:504
 #, c-format
 msgid "cannot find script file %s\n"
 msgstr ""
 
-#: ldfile.c:509 ldfile.c:527
+#: ldfile.c:488 ldfile.c:506
 #, c-format
 msgid "opened script file %s\n"
 msgstr ""
 
-#: ldfile.c:657
+#: ldfile.c:636
 msgid "%P%F: cannot open linker script file %s: %E\n"
 msgstr ""
 
-#: ldfile.c:722
+#: ldfile.c:701
 msgid "%P%F: cannot represent machine `%s'\n"
 msgstr ""
 
-#: ldlang.c:1160 ldlang.c:1202 ldlang.c:3048
+#: ldlang.c:1217 ldlang.c:1259 ldlang.c:3114
 msgid "%P%F: can not create hash table: %E\n"
 msgstr ""
 
-#: ldlang.c:1253
+#: ldlang.c:1310
 msgid "%P:%S: warning: redeclaration of memory region `%s'\n"
 msgstr ""
 
-#: ldlang.c:1259
+#: ldlang.c:1316
 msgid "%P:%S: warning: memory region `%s' not declared\n"
 msgstr ""
 
-#: ldlang.c:1293
+#: ldlang.c:1350
 msgid "%F%P:%S: error: alias for default memory region\n"
 msgstr ""
 
-#: ldlang.c:1304
+#: ldlang.c:1361
 msgid "%F%P:%S: error: redefinition of memory region alias `%s'\n"
 msgstr ""
 
-#: ldlang.c:1311
+#: ldlang.c:1368
 msgid "%F%P:%S: error: memory region `%s' for alias `%s' does not exist\n"
 msgstr ""
 
-#: ldlang.c:1363 ldlang.c:1402
+#: ldlang.c:1420 ldlang.c:1459
 msgid "%P%F: failed creating section `%s': %E\n"
 msgstr ""
 
-#: ldlang.c:1958
+#: ldlang.c:2021
 #, c-format
 msgid ""
 "\n"
@@ -712,30 +708,30 @@ msgid ""
 "\n"
 msgstr ""
 
-#: ldlang.c:1966
+#: ldlang.c:2029
 msgid ""
 "\n"
 "Memory Configuration\n"
 "\n"
 msgstr ""
 
-#: ldlang.c:1968
+#: ldlang.c:2031
 msgid "Name"
 msgstr ""
 
-#: ldlang.c:1968
+#: ldlang.c:2031
 msgid "Origin"
 msgstr ""
 
-#: ldlang.c:1968
+#: ldlang.c:2031
 msgid "Length"
 msgstr ""
 
-#: ldlang.c:1968
+#: ldlang.c:2031
 msgid "Attributes"
 msgstr ""
 
-#: ldlang.c:2008
+#: ldlang.c:2071
 #, c-format
 msgid ""
 "\n"
@@ -743,258 +739,262 @@ msgid ""
 "\n"
 msgstr ""
 
-#: ldlang.c:2074
+#: ldlang.c:2140
 msgid "%P%F: Illegal use of `%s' section\n"
 msgstr ""
 
-#: ldlang.c:2083
+#: ldlang.c:2149
 msgid "%P%F: output format %s cannot represent section called %s\n"
 msgstr ""
 
-#: ldlang.c:2636
+#: ldlang.c:2702
 msgid "%B: file not recognized: %E\n"
 msgstr ""
 
-#: ldlang.c:2637
+#: ldlang.c:2703
 msgid "%B: matching formats:"
 msgstr ""
 
-#: ldlang.c:2644
+#: ldlang.c:2710
 msgid "%F%B: file not recognized: %E\n"
 msgstr ""
 
-#: ldlang.c:2715
+#: ldlang.c:2781
 msgid "%F%B: member %B in archive is not an object\n"
 msgstr ""
 
-#: ldlang.c:2730 ldlang.c:2744
+#: ldlang.c:2796 ldlang.c:2810
 msgid "%F%B: could not read symbols: %E\n"
 msgstr ""
 
-#: ldlang.c:3018
+#: ldlang.c:3084
 msgid ""
 "%P: warning: could not find any targets that match endianness requirement\n"
 msgstr ""
 
-#: ldlang.c:3032
+#: ldlang.c:3098
 msgid "%P%F: target %s not found\n"
 msgstr ""
 
-#: ldlang.c:3034
+#: ldlang.c:3100
 msgid "%P%F: cannot open output file %s: %E\n"
 msgstr ""
 
-#: ldlang.c:3040
+#: ldlang.c:3106
 msgid "%P%F:%s: can not make object file: %E\n"
 msgstr ""
 
-#: ldlang.c:3044
+#: ldlang.c:3110
 msgid "%P%F:%s: can not set architecture: %E\n"
 msgstr ""
 
-#: ldlang.c:3185
+#: ldlang.c:3267
 msgid "%P: warning: %s contains output sections; did you forget -T?\n"
 msgstr ""
 
-#: ldlang.c:3215
+#: ldlang.c:3308
 msgid "%P%F: bfd_hash_lookup failed creating symbol %s\n"
 msgstr ""
 
-#: ldlang.c:3233
+#: ldlang.c:3326
 msgid "%P%F: bfd_hash_allocate failed creating symbol %s\n"
 msgstr ""
 
-#: ldlang.c:3688
+#: ldlang.c:3722
 msgid "%F%P: %s not found for insert\n"
 msgstr ""
 
-#: ldlang.c:3903
+#: ldlang.c:3937
 msgid " load address 0x%V"
 msgstr ""
 
-#: ldlang.c:4179
+#: ldlang.c:4212
 msgid "%W (size before relaxing)\n"
 msgstr ""
 
-#: ldlang.c:4270
+#: ldlang.c:4303
 #, c-format
 msgid "Address of section %s set to "
 msgstr ""
 
-#: ldlang.c:4423
+#: ldlang.c:4456
 #, c-format
 msgid "Fail with %d\n"
 msgstr ""
 
-#: ldlang.c:4710
+#: ldlang.c:4743
 msgid ""
 "%X%P: section %s loaded at [%V,%V] overlaps section %s loaded at [%V,%V]\n"
 msgstr ""
 
-#: ldlang.c:4726
+#: ldlang.c:4759
 msgid "%X%P: region `%s' overflowed by %ld bytes\n"
 msgstr ""
 
-#: ldlang.c:4749
+#: ldlang.c:4782
 msgid "%X%P: address 0x%v of %B section `%s' is not within region `%s'\n"
 msgstr ""
 
-#: ldlang.c:4760
+#: ldlang.c:4793
 msgid "%X%P: %B section `%s' will not fit in region `%s'\n"
 msgstr ""
 
-#: ldlang.c:4816
+#: ldlang.c:4850
 #, c-format
 msgid ""
 "%F%S: non constant or forward reference address expression for section %s\n"
 msgstr ""
 
-#: ldlang.c:4841
+#: ldlang.c:4875
 msgid "%P%X: Internal error on COFF shared library section %s\n"
 msgstr ""
 
-#: ldlang.c:4900
+#: ldlang.c:4932
 msgid "%P%F: error: no memory region specified for loadable section `%s'\n"
 msgstr ""
 
-#: ldlang.c:4905
+#: ldlang.c:4937
 msgid "%P: warning: no memory region specified for loadable section `%s'\n"
 msgstr ""
 
-#: ldlang.c:4927
+#: ldlang.c:4959
 msgid "%P: warning: changing start of section %s by %lu bytes\n"
 msgstr ""
 
-#: ldlang.c:5004
+#: ldlang.c:5036
 msgid "%P: warning: dot moved backwards before `%s'\n"
 msgstr ""
 
-#: ldlang.c:5170
+#: ldlang.c:5202
 msgid "%P%F: can't relax section: %E\n"
 msgstr ""
 
-#: ldlang.c:5497
+#: ldlang.c:5531
 msgid "%F%P: invalid data statement\n"
 msgstr ""
 
-#: ldlang.c:5530
+#: ldlang.c:5564
 msgid "%F%P: invalid reloc statement\n"
 msgstr ""
 
-#: ldlang.c:5648
+#: ldlang.c:5683
 msgid "%P%F: gc-sections requires either an entry or an undefined symbol\n"
 msgstr ""
 
-#: ldlang.c:5673
+#: ldlang.c:5708
 msgid "%P%F:%s: can't set start address\n"
 msgstr ""
 
-#: ldlang.c:5686 ldlang.c:5705
+#: ldlang.c:5721 ldlang.c:5740
 msgid "%P%F: can't set start address\n"
 msgstr ""
 
-#: ldlang.c:5698
+#: ldlang.c:5733
 msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n"
 msgstr ""
 
-#: ldlang.c:5710
+#: ldlang.c:5745
 msgid "%P: warning: cannot find entry symbol %s; not setting start address\n"
 msgstr ""
 
-#: ldlang.c:5760
+#: ldlang.c:5800
 msgid ""
 "%P%F: Relocatable linking with relocations from format %s (%B) to format %s "
 "(%B) is not supported\n"
 msgstr ""
 
-#: ldlang.c:5770
+#: ldlang.c:5810
 msgid ""
 "%P%X: %s architecture of input file `%B' is incompatible with %s output\n"
 msgstr ""
 
-#: ldlang.c:5792
+#: ldlang.c:5832
 msgid "%P%X: failed to merge target specific data of file %B\n"
 msgstr ""
 
-#: ldlang.c:5863
+#: ldlang.c:5903
 msgid "%P%F: Could not define common symbol `%T': %E\n"
 msgstr ""
 
-#: ldlang.c:5875
+#: ldlang.c:5915
 msgid ""
 "\n"
 "Allocating common symbols\n"
 msgstr ""
 
-#: ldlang.c:5876
+#: ldlang.c:5916
 msgid ""
 "Common symbol       size              file\n"
 "\n"
 msgstr ""
 
-#: ldlang.c:6022
+#: ldlang.c:6062
 msgid "%P%F: invalid syntax in flags\n"
 msgstr ""
 
-#: ldlang.c:6415
+#: ldlang.c:6524
 msgid "%P%F: Failed to create hash table\n"
 msgstr ""
 
-#: ldlang.c:6430
+#: ldlang.c:6547
 msgid "%P%F: %s: plugin reported error after all symbols read\n"
 msgstr ""
 
-#: ldlang.c:6717
+#: ldlang.c:6860
 msgid "%P%F: multiple STARTUP files\n"
 msgstr ""
 
-#: ldlang.c:6765
+#: ldlang.c:6906
 msgid "%X%P:%S: section has both a load address and a load region\n"
 msgstr ""
 
-#: ldlang.c:6950
+#: ldlang.c:7093
 msgid ""
 "%X%P:%S: PHDRS and FILEHDR are not supported when prior PT_LOAD headers lack "
 "them\n"
 msgstr ""
 
-#: ldlang.c:7022
+#: ldlang.c:7165
 msgid "%F%P: no sections assigned to phdrs\n"
 msgstr ""
 
-#: ldlang.c:7060
+#: ldlang.c:7203
 msgid "%F%P: bfd_record_phdr failed: %E\n"
 msgstr ""
 
-#: ldlang.c:7080
+#: ldlang.c:7223
 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n"
 msgstr ""
 
-#: ldlang.c:7481
+#: ldlang.c:7636
 msgid "%X%P: unknown language `%s' in version information\n"
 msgstr ""
 
-#: ldlang.c:7626
+#: ldlang.c:7781
 msgid ""
 "%X%P: anonymous version tag cannot be combined with other version tags\n"
 msgstr ""
 
-#: ldlang.c:7635
+#: ldlang.c:7790
 msgid "%X%P: duplicate version tag `%s'\n"
 msgstr ""
 
-#: ldlang.c:7656 ldlang.c:7665 ldlang.c:7683 ldlang.c:7693
+#: ldlang.c:7811 ldlang.c:7820 ldlang.c:7838 ldlang.c:7848
 msgid "%X%P: duplicate expression `%s' in version information\n"
 msgstr ""
 
-#: ldlang.c:7733
+#: ldlang.c:7888
 msgid "%X%P: unable to find version dependency `%s'\n"
 msgstr ""
 
-#: ldlang.c:7756
+#: ldlang.c:7911
 msgid "%X%P: unable to read .exports section contents\n"
 msgstr ""
 
+#: ldlang.c:8035
+msgid "%X%P: unknown feature `%s'\n"
+msgstr ""
+
 #: ldmain.c:239
 msgid "%X%P: can't set BFD default target to `%s': %E\n"
 msgstr ""
@@ -1031,235 +1031,230 @@ msgstr ""
 msgid "%P%F: cannot open map file %s: %E\n"
 msgstr ""
 
-#: ldmain.c:485
-msgid "%P: %s: error in plugin cleanup (ignored)\n"
-msgstr ""
-
-#: ldmain.c:494
+#: ldmain.c:488
 msgid "%P: link errors found, deleting executable `%s'\n"
 msgstr ""
 
-#: ldmain.c:503
+#: ldmain.c:497
 msgid "%F%B: final close failed: %E\n"
 msgstr ""
 
-#: ldmain.c:529
+#: ldmain.c:523
 msgid "%X%P: unable to open for source of copy `%s'\n"
 msgstr ""
 
-#: ldmain.c:532
+#: ldmain.c:526
 msgid "%X%P: unable to open for destination of copy `%s'\n"
 msgstr ""
 
-#: ldmain.c:539
+#: ldmain.c:533
 msgid "%P: Error writing file `%s'\n"
 msgstr ""
 
-#: ldmain.c:544 pe-dll.c:1729
+#: ldmain.c:538 pe-dll.c:1733
 #, c-format
 msgid "%P: Error closing file `%s'\n"
 msgstr ""
 
-#: ldmain.c:560
+#: ldmain.c:555
 #, c-format
 msgid "%s: total time in link: %ld.%06ld\n"
 msgstr ""
 
-#: ldmain.c:563
+#: ldmain.c:558
 #, c-format
 msgid "%s: data size %ld\n"
 msgstr ""
 
-#: ldmain.c:646
+#: ldmain.c:642
 msgid "%P%F: missing argument to -m\n"
 msgstr ""
 
-#: ldmain.c:694 ldmain.c:714 ldmain.c:746 plugin.c:772
+#: ldmain.c:690 ldmain.c:710 ldmain.c:742
 msgid "%P%F: bfd_hash_table_init failed: %E\n"
 msgstr ""
 
-#: ldmain.c:698 ldmain.c:718
+#: ldmain.c:694 ldmain.c:714
 msgid "%P%F: bfd_hash_lookup failed: %E\n"
 msgstr ""
 
-#: ldmain.c:732
+#: ldmain.c:728
 msgid "%X%P: error: duplicate retain-symbols-file\n"
 msgstr ""
 
-#: ldmain.c:776
+#: ldmain.c:772
 msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n"
 msgstr ""
 
-#: ldmain.c:781
+#: ldmain.c:777
 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n"
 msgstr ""
 
-#: ldmain.c:895
+#: ldmain.c:877
 #, c-format
 msgid ""
 "Archive member included because of file (symbol)\n"
 "\n"
 msgstr ""
 
-#: ldmain.c:975
+#: ldmain.c:983
 msgid "%X%C: multiple definition of `%T'\n"
 msgstr ""
 
-#: ldmain.c:978
+#: ldmain.c:986
 msgid "%D: first defined here\n"
 msgstr ""
 
-#: ldmain.c:982
+#: ldmain.c:990
 msgid "%P: Disabling relaxation: it will not work with multiple definitions\n"
 msgstr ""
 
-#: ldmain.c:1012
+#: ldmain.c:1044
 msgid "%B: warning: definition of `%T' overriding common\n"
 msgstr ""
 
-#: ldmain.c:1015
+#: ldmain.c:1047
 msgid "%B: warning: common is here\n"
 msgstr ""
 
-#: ldmain.c:1022
+#: ldmain.c:1054
 msgid "%B: warning: common of `%T' overridden by definition\n"
 msgstr ""
 
-#: ldmain.c:1025
+#: ldmain.c:1057
 msgid "%B: warning: defined here\n"
 msgstr ""
 
-#: ldmain.c:1032
+#: ldmain.c:1064
 msgid "%B: warning: common of `%T' overridden by larger common\n"
 msgstr ""
 
-#: ldmain.c:1035
+#: ldmain.c:1067
 msgid "%B: warning: larger common is here\n"
 msgstr ""
 
-#: ldmain.c:1039
+#: ldmain.c:1071
 msgid "%B: warning: common of `%T' overriding smaller common\n"
 msgstr ""
 
-#: ldmain.c:1042
+#: ldmain.c:1074
 msgid "%B: warning: smaller common is here\n"
 msgstr ""
 
-#: ldmain.c:1046
+#: ldmain.c:1078
 msgid "%B: warning: multiple common of `%T'\n"
 msgstr ""
 
-#: ldmain.c:1048
+#: ldmain.c:1080
 msgid "%B: warning: previous common is here\n"
 msgstr ""
 
-#: ldmain.c:1068 ldmain.c:1106
+#: ldmain.c:1100 ldmain.c:1138
 msgid "%P: warning: global constructor %s used\n"
 msgstr ""
 
-#: ldmain.c:1116
+#: ldmain.c:1148
 msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n"
 msgstr ""
 
 #. We found a reloc for the symbol we are looking for.
-#: ldmain.c:1170 ldmain.c:1172 ldmain.c:1174 ldmain.c:1192 ldmain.c:1237
+#: ldmain.c:1202 ldmain.c:1204 ldmain.c:1206 ldmain.c:1224 ldmain.c:1269
 msgid "warning: "
 msgstr ""
 
-#: ldmain.c:1273
+#: ldmain.c:1305
 msgid "%F%P: bfd_hash_table_init failed: %E\n"
 msgstr ""
 
-#: ldmain.c:1280
+#: ldmain.c:1312
 msgid "%F%P: bfd_hash_lookup failed: %E\n"
 msgstr ""
 
-#: ldmain.c:1301
+#: ldmain.c:1333
 msgid "%X%C: undefined reference to `%T'\n"
 msgstr ""
 
-#: ldmain.c:1304
+#: ldmain.c:1336
 msgid "%C: warning: undefined reference to `%T'\n"
 msgstr ""
 
-#: ldmain.c:1310
+#: ldmain.c:1342
 msgid "%X%D: more undefined references to `%T' follow\n"
 msgstr ""
 
-#: ldmain.c:1313
+#: ldmain.c:1345
 msgid "%D: warning: more undefined references to `%T' follow\n"
 msgstr ""
 
-#: ldmain.c:1324
+#: ldmain.c:1356
 msgid "%X%B: undefined reference to `%T'\n"
 msgstr ""
 
-#: ldmain.c:1327
+#: ldmain.c:1359
 msgid "%B: warning: undefined reference to `%T'\n"
 msgstr ""
 
-#: ldmain.c:1333
+#: ldmain.c:1365
 msgid "%X%B: more undefined references to `%T' follow\n"
 msgstr ""
 
-#: ldmain.c:1336
+#: ldmain.c:1368
 msgid "%B: warning: more undefined references to `%T' follow\n"
 msgstr ""
 
-#: ldmain.c:1375
+#: ldmain.c:1407
 msgid " additional relocation overflows omitted from the output\n"
 msgstr ""
 
-#: ldmain.c:1388
+#: ldmain.c:1420
 msgid " relocation truncated to fit: %s against undefined symbol `%T'"
 msgstr ""
 
-#: ldmain.c:1393
+#: ldmain.c:1425
 msgid ""
 " relocation truncated to fit: %s against symbol `%T' defined in %A section "
 "in %B"
 msgstr ""
 
-#: ldmain.c:1405
+#: ldmain.c:1437
 msgid " relocation truncated to fit: %s against `%T'"
 msgstr ""
 
-#: ldmain.c:1422
-#, c-format
-msgid "%X%C: dangerous relocation: %s\n"
+#: ldmain.c:1454
+msgid "%X%H: dangerous relocation: %s\n"
 msgstr ""
 
-#: ldmain.c:1437
-msgid "%X%C: reloc refers to symbol `%T' which is not being output\n"
+#: ldmain.c:1469
+msgid "%X%H: reloc refers to symbol `%T' which is not being output\n"
 msgstr ""
 
-#: ldmisc.c:149
+#: ldmisc.c:151
 #, c-format
 msgid "no symbol"
 msgstr ""
 
-#: ldmisc.c:246
+#: ldmisc.c:248
 #, c-format
 msgid "built in linker script:%u"
 msgstr ""
 
-#: ldmisc.c:324
+#: ldmisc.c:329
 msgid "%B: In function `%T':\n"
 msgstr ""
 
-#: ldmisc.c:451
+#: ldmisc.c:464
 msgid "%F%P: internal error %s %d\n"
 msgstr ""
 
-#: ldmisc.c:500
+#: ldmisc.c:513
 msgid "%P: internal error: aborting at %s line %d in %s\n"
 msgstr ""
 
-#: ldmisc.c:503
+#: ldmisc.c:516
 msgid "%P: internal error: aborting at %s line %d\n"
 msgstr ""
 
-#: ldmisc.c:505
+#: ldmisc.c:518
 msgid "%P%F: please report this bug\n"
 msgstr ""
 
@@ -1271,7 +1266,7 @@ msgstr ""
 
 #: ldver.c:43
 #, c-format
-msgid "Copyright 2010 Free Software Foundation, Inc.\n"
+msgid "Copyright 2011 Free Software Foundation, Inc.\n"
 msgstr ""
 
 #: ldver.c:44
@@ -1309,7 +1304,7 @@ msgstr ""
 msgid "%F%P: final link failed: %E\n"
 msgstr ""
 
-#: lexsup.c:219 lexsup.c:368
+#: lexsup.c:219 lexsup.c:373
 msgid "KEYWORD"
 msgstr ""
 
@@ -1325,7 +1320,7 @@ msgstr ""
 msgid "Set architecture"
 msgstr ""
 
-#: lexsup.c:224 lexsup.c:487
+#: lexsup.c:224 lexsup.c:492
 msgid "TARGET"
 msgstr ""
 
@@ -1333,8 +1328,8 @@ msgstr ""
 msgid "Specify target for following input files"
 msgstr ""
 
-#: lexsup.c:227 lexsup.c:278 lexsup.c:296 lexsup.c:309 lexsup.c:311
-#: lexsup.c:441 lexsup.c:501 lexsup.c:563 lexsup.c:576
+#: lexsup.c:227 lexsup.c:278 lexsup.c:302 lexsup.c:315 lexsup.c:317
+#: lexsup.c:446 lexsup.c:506 lexsup.c:569 lexsup.c:582
 msgid "FILE"
 msgstr ""
 
@@ -1346,7 +1341,7 @@ msgstr ""
 msgid "Force common symbols to be defined"
 msgstr ""
 
-#: lexsup.c:233 lexsup.c:545 lexsup.c:547 lexsup.c:549 lexsup.c:551
+#: lexsup.c:233 lexsup.c:550 lexsup.c:552 lexsup.c:554 lexsup.c:556
 msgid "ADDRESS"
 msgstr ""
 
@@ -1478,416 +1473,420 @@ msgstr ""
 msgid "Send arg to last-loaded plugin"
 msgstr ""
 
-#: lexsup.c:288
+#: lexsup.c:287 lexsup.c:290
+msgid "Ignored for GCC LTO option compatibility"
+msgstr ""
+
+#: lexsup.c:294
 msgid "Ignored for SVR4 compatibility"
 msgstr ""
 
-#: lexsup.c:292
+#: lexsup.c:298
 msgid "Generate relocatable output"
 msgstr ""
 
-#: lexsup.c:296
+#: lexsup.c:302
 msgid "Just link symbols (if directory, same as --rpath)"
 msgstr ""
 
-#: lexsup.c:299
+#: lexsup.c:305
 msgid "Strip all symbols"
 msgstr ""
 
-#: lexsup.c:301
+#: lexsup.c:307
 msgid "Strip debugging symbols"
 msgstr ""
 
-#: lexsup.c:303
+#: lexsup.c:309
 msgid "Strip symbols in discarded sections"
 msgstr ""
 
-#: lexsup.c:305
+#: lexsup.c:311
 msgid "Do not strip symbols in discarded sections"
 msgstr ""
 
-#: lexsup.c:307
+#: lexsup.c:313
 msgid "Trace file opens"
 msgstr ""
 
-#: lexsup.c:309
+#: lexsup.c:315
 msgid "Read linker script"
 msgstr ""
 
-#: lexsup.c:311
+#: lexsup.c:317
 msgid "Read default linker script"
 msgstr ""
 
-#: lexsup.c:315 lexsup.c:333 lexsup.c:418 lexsup.c:439 lexsup.c:538
-#: lexsup.c:566 lexsup.c:605
+#: lexsup.c:321 lexsup.c:339 lexsup.c:423 lexsup.c:444 lexsup.c:543
+#: lexsup.c:572 lexsup.c:611
 msgid "SYMBOL"
 msgstr ""
 
-#: lexsup.c:315
+#: lexsup.c:321
 msgid "Start with undefined reference to SYMBOL"
 msgstr ""
 
-#: lexsup.c:318
+#: lexsup.c:324
 msgid "[=SECTION]"
 msgstr ""
 
-#: lexsup.c:319
+#: lexsup.c:325
 msgid "Don't merge input [SECTION | orphan] sections"
 msgstr ""
 
-#: lexsup.c:321
+#: lexsup.c:327
 msgid "Build global constructor/destructor tables"
 msgstr ""
 
-#: lexsup.c:323
+#: lexsup.c:329
 msgid "Print version information"
 msgstr ""
 
-#: lexsup.c:325
+#: lexsup.c:331
 msgid "Print version and emulation information"
 msgstr ""
 
-#: lexsup.c:327
+#: lexsup.c:333
 msgid "Discard all local symbols"
 msgstr ""
 
-#: lexsup.c:329
+#: lexsup.c:335
 msgid "Discard temporary local symbols (default)"
 msgstr ""
 
-#: lexsup.c:331
+#: lexsup.c:337
 msgid "Don't discard any local symbols"
 msgstr ""
 
-#: lexsup.c:333
+#: lexsup.c:339
 msgid "Trace mentions of SYMBOL"
 msgstr ""
 
-#: lexsup.c:335 lexsup.c:503 lexsup.c:505
+#: lexsup.c:341 lexsup.c:508 lexsup.c:510
 msgid "PATH"
 msgstr ""
 
-#: lexsup.c:335
+#: lexsup.c:341
 msgid "Default search path for Solaris compatibility"
 msgstr ""
 
-#: lexsup.c:338
+#: lexsup.c:344
 msgid "Start a group"
 msgstr ""
 
-#: lexsup.c:340
+#: lexsup.c:346
 msgid "End a group"
 msgstr ""
 
-#: lexsup.c:344
+#: lexsup.c:350
 msgid "Accept input files whose architecture cannot be determined"
 msgstr ""
 
-#: lexsup.c:348
+#: lexsup.c:354
 msgid "Reject input files whose architecture is unknown"
 msgstr ""
 
-#: lexsup.c:361
+#: lexsup.c:366
 msgid "Only set DT_NEEDED for following dynamic libs if used"
 msgstr ""
 
-#: lexsup.c:364
+#: lexsup.c:369
 msgid ""
 "Always set DT_NEEDED for dynamic libraries mentioned on\n"
 "                                the command line"
 msgstr ""
 
-#: lexsup.c:368
+#: lexsup.c:373
 msgid "Ignored for SunOS compatibility"
 msgstr ""
 
-#: lexsup.c:370
+#: lexsup.c:375
 msgid "Link against shared libraries"
 msgstr ""
 
-#: lexsup.c:376
+#: lexsup.c:381
 msgid "Do not link against shared libraries"
 msgstr ""
 
-#: lexsup.c:384
+#: lexsup.c:389
 msgid "Bind global references locally"
 msgstr ""
 
-#: lexsup.c:386
+#: lexsup.c:391
 msgid "Bind global function references locally"
 msgstr ""
 
-#: lexsup.c:388
+#: lexsup.c:393
 msgid "Check section addresses for overlaps (default)"
 msgstr ""
 
-#: lexsup.c:391
+#: lexsup.c:396
 msgid "Do not check section addresses for overlaps"
 msgstr ""
 
-#: lexsup.c:395
+#: lexsup.c:400
 msgid "Copy DT_NEEDED links mentioned inside DSOs that follow"
 msgstr ""
 
-#: lexsup.c:399
+#: lexsup.c:404
 msgid "Do not copy DT_NEEDED links mentioned inside DSOs that follow"
 msgstr ""
 
-#: lexsup.c:403
+#: lexsup.c:408
 msgid "Output cross reference table"
 msgstr ""
 
-#: lexsup.c:405
+#: lexsup.c:410
 msgid "SYMBOL=EXPRESSION"
 msgstr ""
 
-#: lexsup.c:405
+#: lexsup.c:410
 msgid "Define a symbol"
 msgstr ""
 
-#: lexsup.c:407
+#: lexsup.c:412
 msgid "[=STYLE]"
 msgstr ""
 
-#: lexsup.c:407
+#: lexsup.c:412
 msgid "Demangle symbol names [using STYLE]"
 msgstr ""
 
-#: lexsup.c:410
+#: lexsup.c:415
 msgid "Generate embedded relocs"
 msgstr ""
 
-#: lexsup.c:412
+#: lexsup.c:417
 msgid "Treat warnings as errors"
 msgstr ""
 
-#: lexsup.c:415
+#: lexsup.c:420
 msgid "Do not treat warnings as errors (default)"
 msgstr ""
 
-#: lexsup.c:418
+#: lexsup.c:423
 msgid "Call SYMBOL at unload-time"
 msgstr ""
 
-#: lexsup.c:420
+#: lexsup.c:425
 msgid "Force generation of file with .exe suffix"
 msgstr ""
 
-#: lexsup.c:422
+#: lexsup.c:427
 msgid "Remove unused sections (on some targets)"
 msgstr ""
 
-#: lexsup.c:425
+#: lexsup.c:430
 msgid "Don't remove unused sections (default)"
 msgstr ""
 
-#: lexsup.c:428
+#: lexsup.c:433
 msgid "List removed unused sections on stderr"
 msgstr ""
 
-#: lexsup.c:431
+#: lexsup.c:436
 msgid "Do not list removed unused sections"
 msgstr ""
 
-#: lexsup.c:434
+#: lexsup.c:439
 msgid "Set default hash table size close to <NUMBER>"
 msgstr ""
 
-#: lexsup.c:437
+#: lexsup.c:442
 msgid "Print option help"
 msgstr ""
 
-#: lexsup.c:439
+#: lexsup.c:444
 msgid "Call SYMBOL at load-time"
 msgstr ""
 
-#: lexsup.c:441
+#: lexsup.c:446
 msgid "Write a map file"
 msgstr ""
 
-#: lexsup.c:443
+#: lexsup.c:448
 msgid "Do not define Common storage"
 msgstr ""
 
-#: lexsup.c:445
+#: lexsup.c:450
 msgid "Do not demangle symbol names"
 msgstr ""
 
-#: lexsup.c:447
+#: lexsup.c:452
 msgid "Use less memory and more disk I/O"
 msgstr ""
 
-#: lexsup.c:449
+#: lexsup.c:454
 msgid "Do not allow unresolved references in object files"
 msgstr ""
 
-#: lexsup.c:452
-msgid "Allow unresolved references in shared libaries"
+#: lexsup.c:457
+msgid "Allow unresolved references in shared libraries"
 msgstr ""
 
-#: lexsup.c:456
+#: lexsup.c:461
 msgid "Do not allow unresolved references in shared libs"
 msgstr ""
 
-#: lexsup.c:460
+#: lexsup.c:465
 msgid "Allow multiple definitions"
 msgstr ""
 
-#: lexsup.c:462
+#: lexsup.c:467
 msgid "Disallow undefined version"
 msgstr ""
 
-#: lexsup.c:464
+#: lexsup.c:469
 msgid "Create default symbol version"
 msgstr ""
 
-#: lexsup.c:467
+#: lexsup.c:472
 msgid "Create default symbol version for imported symbols"
 msgstr ""
 
-#: lexsup.c:470
+#: lexsup.c:475
 msgid "Don't warn about mismatched input files"
 msgstr ""
 
-#: lexsup.c:473
+#: lexsup.c:478
 msgid "Don't warn on finding an incompatible library"
 msgstr ""
 
-#: lexsup.c:476
+#: lexsup.c:481
 msgid "Turn off --whole-archive"
 msgstr ""
 
-#: lexsup.c:478
+#: lexsup.c:483
 msgid "Create an output file even if errors occur"
 msgstr ""
 
-#: lexsup.c:483
+#: lexsup.c:488
 msgid ""
 "Only use library directories specified on\n"
 "                                the command line"
 msgstr ""
 
-#: lexsup.c:487
+#: lexsup.c:492
 msgid "Specify target of output file"
 msgstr ""
 
-#: lexsup.c:490
+#: lexsup.c:495
 msgid "Ignored for Linux compatibility"
 msgstr ""
 
-#: lexsup.c:493
+#: lexsup.c:498
 msgid "Reduce memory overheads, possibly taking much longer"
 msgstr ""
 
-#: lexsup.c:496
+#: lexsup.c:501
 msgid "Reduce code size by using target specific optimizations"
 msgstr ""
 
-#: lexsup.c:498
+#: lexsup.c:503
 msgid "Do not use relaxation techniques to reduce code size"
 msgstr ""
 
-#: lexsup.c:501
+#: lexsup.c:506
 msgid "Keep only symbols listed in FILE"
 msgstr ""
 
-#: lexsup.c:503
+#: lexsup.c:508
 msgid "Set runtime shared library search path"
 msgstr ""
 
-#: lexsup.c:505
+#: lexsup.c:510
 msgid "Set link time shared library search path"
 msgstr ""
 
-#: lexsup.c:508
+#: lexsup.c:513
 msgid "Create a shared library"
 msgstr ""
 
-#: lexsup.c:512
+#: lexsup.c:517
 msgid "Create a position independent executable"
 msgstr ""
 
-#: lexsup.c:516
+#: lexsup.c:521
 msgid "[=ascending|descending]"
 msgstr ""
 
-#: lexsup.c:517
+#: lexsup.c:522
 msgid "Sort common symbols by alignment [in specified order]"
 msgstr ""
 
-#: lexsup.c:522
+#: lexsup.c:527
 msgid "name|alignment"
 msgstr ""
 
-#: lexsup.c:523
+#: lexsup.c:528
 msgid "Sort sections by name or maximum alignment"
 msgstr ""
 
-#: lexsup.c:525
+#: lexsup.c:530
 msgid "COUNT"
 msgstr ""
 
-#: lexsup.c:525
+#: lexsup.c:530
 msgid "How many tags to reserve in .dynamic section"
 msgstr ""
 
-#: lexsup.c:528
+#: lexsup.c:533
 msgid "[=SIZE]"
 msgstr ""
 
-#: lexsup.c:528
+#: lexsup.c:533
 msgid "Split output sections every SIZE octets"
 msgstr ""
 
-#: lexsup.c:531
+#: lexsup.c:536
 msgid "[=COUNT]"
 msgstr ""
 
-#: lexsup.c:531
+#: lexsup.c:536
 msgid "Split output sections every COUNT relocs"
 msgstr ""
 
-#: lexsup.c:534
+#: lexsup.c:539
 msgid "Print memory usage statistics"
 msgstr ""
 
-#: lexsup.c:536
+#: lexsup.c:541
 msgid "Display target specific options"
 msgstr ""
 
-#: lexsup.c:538
+#: lexsup.c:543
 msgid "Do task level linking"
 msgstr ""
 
-#: lexsup.c:540
+#: lexsup.c:545
 msgid "Use same format as native linker"
 msgstr ""
 
-#: lexsup.c:542
+#: lexsup.c:547
 msgid "SECTION=ADDRESS"
 msgstr ""
 
-#: lexsup.c:542
+#: lexsup.c:547
 msgid "Set address of named section"
 msgstr ""
 
-#: lexsup.c:545
+#: lexsup.c:550
 msgid "Set address of .bss section"
 msgstr ""
 
-#: lexsup.c:547
+#: lexsup.c:552
 msgid "Set address of .data section"
 msgstr ""
 
-#: lexsup.c:549
+#: lexsup.c:554
 msgid "Set address of .text section"
 msgstr ""
 
-#: lexsup.c:551
+#: lexsup.c:556
 msgid "Set address of text segment"
 msgstr ""
 
-#: lexsup.c:554
+#: lexsup.c:559
 msgid ""
 "How to handle unresolved symbols.  <method> is:\n"
 "                                ignore-all, report-all, ignore-in-object-"
@@ -1895,113 +1894,117 @@ msgid ""
 "                                ignore-in-shared-libs"
 msgstr ""
 
-#: lexsup.c:559
+#: lexsup.c:564
+msgid "[=NUMBER]"
+msgstr ""
+
+#: lexsup.c:565
 msgid "Output lots of information during link"
 msgstr ""
 
-#: lexsup.c:563
+#: lexsup.c:569
 msgid "Read version information script"
 msgstr ""
 
-#: lexsup.c:566
+#: lexsup.c:572
 msgid ""
 "Take export symbols list from .exports, using\n"
 "                                SYMBOL as the version."
 msgstr ""
 
-#: lexsup.c:570
+#: lexsup.c:576
 msgid "Add data symbols to dynamic list"
 msgstr ""
 
-#: lexsup.c:572
+#: lexsup.c:578
 msgid "Use C++ operator new/delete dynamic list"
 msgstr ""
 
-#: lexsup.c:574
+#: lexsup.c:580
 msgid "Use C++ typeinfo dynamic list"
 msgstr ""
 
-#: lexsup.c:576
+#: lexsup.c:582
 msgid "Read dynamic list"
 msgstr ""
 
-#: lexsup.c:578
+#: lexsup.c:584
 msgid "Warn about duplicate common symbols"
 msgstr ""
 
-#: lexsup.c:580
+#: lexsup.c:586
 msgid "Warn if global constructors/destructors are seen"
 msgstr ""
 
-#: lexsup.c:583
+#: lexsup.c:589
 msgid "Warn if the multiple GP values are used"
 msgstr ""
 
-#: lexsup.c:585
+#: lexsup.c:591
 msgid "Warn only once per undefined symbol"
 msgstr ""
 
-#: lexsup.c:587
+#: lexsup.c:593
 msgid "Warn if start of section changes due to alignment"
 msgstr ""
 
-#: lexsup.c:590
+#: lexsup.c:596
 msgid "Warn if shared object has DT_TEXTREL"
 msgstr ""
 
-#: lexsup.c:593
+#: lexsup.c:599
 msgid "Warn if an object has alternate ELF machine code"
 msgstr ""
 
-#: lexsup.c:597
+#: lexsup.c:603
 msgid "Report unresolved symbols as warnings"
 msgstr ""
 
-#: lexsup.c:600
+#: lexsup.c:606
 msgid "Report unresolved symbols as errors"
 msgstr ""
 
-#: lexsup.c:602
+#: lexsup.c:608
 msgid "Include all objects from following archives"
 msgstr ""
 
-#: lexsup.c:605
+#: lexsup.c:611
 msgid "Use wrapper functions for SYMBOL"
 msgstr ""
 
-#: lexsup.c:754
+#: lexsup.c:760
 msgid "%P: unrecognized option '%s'\n"
 msgstr ""
 
-#: lexsup.c:758
+#: lexsup.c:764
 msgid "%P%F: use the --help option for usage information\n"
 msgstr ""
 
-#: lexsup.c:776
+#: lexsup.c:782
 msgid "%P%F: unrecognized -a option `%s'\n"
 msgstr ""
 
-#: lexsup.c:789
+#: lexsup.c:795
 msgid "%P%F: unrecognized -assert option `%s'\n"
 msgstr ""
 
-#: lexsup.c:832
+#: lexsup.c:838
 msgid "%F%P: unknown demangling style `%s'"
 msgstr ""
 
-#: lexsup.c:898
+#: lexsup.c:904 lexsup.c:1335
 msgid "%P%F: invalid number `%s'\n"
 msgstr ""
 
-#: lexsup.c:996
+#: lexsup.c:1002
 msgid "%P%F: bad --unresolved-symbols option: %s\n"
 msgstr ""
 
-#: lexsup.c:1059
-msgid "%P%F: bad -plugin option\n"
+#: lexsup.c:1065 lexsup.c:1564
+msgid "%P%F: %s: error loading plugin\n"
 msgstr ""
 
-#: lexsup.c:1063
+#: lexsup.c:1070
 msgid "%P%F: bad -plugin-opt option\n"
 msgstr ""
 
@@ -2013,104 +2016,100 @@ msgstr ""
 #. an error message here.  We cannot just make this a warning,
 #. increment optind, and continue because getopt is too confused
 #. and will seg-fault the next time around.
-#: lexsup.c:1080
+#: lexsup.c:1087
 msgid "%P%F: bad -rpath option\n"
 msgstr ""
 
-#: lexsup.c:1194
+#: lexsup.c:1201
 msgid "%P%F: -shared not supported\n"
 msgstr ""
 
-#: lexsup.c:1203
+#: lexsup.c:1210
 msgid "%P%F: -pie not supported\n"
 msgstr ""
 
-#: lexsup.c:1211
+#: lexsup.c:1218
 msgid "descending"
 msgstr ""
 
-#: lexsup.c:1213
+#: lexsup.c:1220
 msgid "ascending"
 msgstr ""
 
-#: lexsup.c:1216
+#: lexsup.c:1223
 msgid "%P%F: invalid common section sorting option: %s\n"
 msgstr ""
 
-#: lexsup.c:1220
+#: lexsup.c:1227
 msgid "name"
 msgstr ""
 
-#: lexsup.c:1222
+#: lexsup.c:1229
 msgid "alignment"
 msgstr ""
 
-#: lexsup.c:1225
+#: lexsup.c:1232
 msgid "%P%F: invalid section sorting option: %s\n"
 msgstr ""
 
-#: lexsup.c:1259
+#: lexsup.c:1266
 msgid "%P%F: invalid argument to option \"--section-start\"\n"
 msgstr ""
 
-#: lexsup.c:1266
+#: lexsup.c:1273
 msgid "%P%F: missing argument(s) to option \"--section-start\"\n"
 msgstr ""
 
-#: lexsup.c:1490
+#: lexsup.c:1507
 msgid "%P%F: group ended before it began (--help for usage)\n"
 msgstr ""
 
-#: lexsup.c:1518
+#: lexsup.c:1535
 msgid "%P%X: --hash-size needs a numeric argument\n"
 msgstr ""
 
-#: lexsup.c:1547
-msgid "%P%F: %s: error loading plugin\n"
-msgstr ""
-
-#: lexsup.c:1578 lexsup.c:1591
+#: lexsup.c:1595 lexsup.c:1608
 msgid "%P%F: invalid hex number `%s'\n"
 msgstr ""
 
-#: lexsup.c:1627
+#: lexsup.c:1644
 #, c-format
 msgid "Usage: %s [options] file...\n"
 msgstr ""
 
-#: lexsup.c:1629
+#: lexsup.c:1646
 #, c-format
 msgid "Options:\n"
 msgstr ""
 
-#: lexsup.c:1707
+#: lexsup.c:1724
 #, c-format
 msgid "  @FILE"
 msgstr ""
 
-#: lexsup.c:1710
+#: lexsup.c:1727
 #, c-format
 msgid "Read options from FILE\n"
 msgstr ""
 
 #. Note: Various tools (such as libtool) depend upon the
 #. format of the listings below - do not change them.
-#: lexsup.c:1715
+#: lexsup.c:1732
 #, c-format
 msgid "%s: supported targets:"
 msgstr ""
 
-#: lexsup.c:1723
+#: lexsup.c:1740
 #, c-format
 msgid "%s: supported emulations: "
 msgstr ""
 
-#: lexsup.c:1728
+#: lexsup.c:1745
 #, c-format
 msgid "%s: emulation specific options:\n"
 msgstr ""
 
-#: lexsup.c:1733
+#: lexsup.c:1750
 #, c-format
 msgid "Report bugs to %s\n"
 msgstr ""
@@ -2119,113 +2118,122 @@ msgstr ""
 msgid "%P%F: unknown format type %s\n"
 msgstr ""
 
-#: pe-dll.c:430
+#: pe-dll.c:431
 #, c-format
 msgid "%XUnsupported PEI architecture: %s\n"
 msgstr ""
 
-#: pe-dll.c:788
+#: pe-dll.c:791
 #, c-format
 msgid "%XCannot export %s: invalid export name\n"
 msgstr ""
 
-#: pe-dll.c:844
+#: pe-dll.c:848
 #, c-format
 msgid "%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n"
 msgstr ""
 
-#: pe-dll.c:851
+#: pe-dll.c:855
 #, c-format
 msgid "Warning, duplicate EXPORT: %s\n"
 msgstr ""
 
-#: pe-dll.c:938
+#: pe-dll.c:942
 #, c-format
 msgid "%XCannot export %s: symbol not defined\n"
 msgstr ""
 
-#: pe-dll.c:944
+#: pe-dll.c:948
 #, c-format
 msgid "%XCannot export %s: symbol wrong type (%d vs %d)\n"
 msgstr ""
 
-#: pe-dll.c:951
+#: pe-dll.c:955
 #, c-format
 msgid "%XCannot export %s: symbol not found\n"
 msgstr ""
 
-#: pe-dll.c:1065
+#: pe-dll.c:1069
 #, c-format
 msgid "%XError, ordinal used twice: %d (%s vs %s)\n"
 msgstr ""
 
-#: pe-dll.c:1446
+#: pe-dll.c:1450
 #, c-format
 msgid "%XError: %d-bit reloc in dll\n"
 msgstr ""
 
-#: pe-dll.c:1574
+#: pe-dll.c:1578
 #, c-format
 msgid "%s: Can't open output def file %s\n"
 msgstr ""
 
-#: pe-dll.c:1725
+#: pe-dll.c:1729
 #, c-format
 msgid "; no contents available\n"
 msgstr ""
 
-#: pe-dll.c:2652
+#: pe-dll.c:2656
 msgid ""
 "%C: variable '%T' can't be auto-imported. Please read the documentation for "
 "ld's --enable-auto-import for details.\n"
 msgstr ""
 
-#: pe-dll.c:2682
+#: pe-dll.c:2686
 #, c-format
 msgid "%XCan't open .lib file: %s\n"
 msgstr ""
 
-#: pe-dll.c:2687
+#: pe-dll.c:2691
 #, c-format
 msgid "Creating library file: %s\n"
 msgstr ""
 
-#: pe-dll.c:2716
+#: pe-dll.c:2720
 #, c-format
 msgid "%Xbfd_openr %s: %E\n"
 msgstr ""
 
-#: pe-dll.c:2728
+#: pe-dll.c:2732
 #, c-format
 msgid "%X%s(%s): can't find member in non-archive file"
 msgstr ""
 
-#: pe-dll.c:2740
+#: pe-dll.c:2744
 #, c-format
 msgid "%X%s(%s): can't find member in archive"
 msgstr ""
 
-#: pe-dll.c:3177
+#: pe-dll.c:3183
 #, c-format
 msgid "%XError: can't use long section names on this arch\n"
 msgstr ""
 
-#: plugin.c:178 plugin.c:212
+#: plugin.c:176 plugin.c:210
 msgid "<no plugin>"
 msgstr ""
 
-#: plugin.c:308
-msgid "%P%F: %s: non-ELF symbol in ELF BFD!"
+#: plugin.c:249
+#, c-format
+msgid "could not create dummy IR bfd: %F%E\n"
+msgstr ""
+
+#: plugin.c:322
+msgid "%P%F: %s: non-ELF symbol in ELF BFD!\n"
+msgstr ""
+
+#: plugin.c:326
+msgid "%P%F: unknown ELF symbol visibility: %d!\n"
 msgstr ""
 
-#: plugin.c:800
-msgid "%P%X: %s: hash table failure adding symbol %s"
+#: plugin.c:559
+msgid "%P: %B: symbol `%s' definition: %d, visibility: %d, resolution: %d\n"
 msgstr ""
 
-#: plugin.c:833
-msgid "%P%X: %s: can't find IR symbol '%s'"
+#: plugin.c:825
+msgid "%P%F: %s: plugin reported error claiming file\n"
 msgstr ""
 
-#: plugin.c:836
-msgid "%P%x: %s: bad IR symbol type %d"
+#: plugin.c:896
+msgid "%P: %s: error in plugin cleanup (ignored)\n"
 msgstr ""
index 0651c017008b18fe20efad8405e5ffb53b5f09c6..441d31ed6d8ad7c9f4d03256d6824970024dfb71 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
      on fork.  This used to be named ".data$nocopy".  The linker used
      to include this between __data_start__ and __data_end__, but that
      breaks building the cygwin32 dll.  Instead, we name the section
-     ".data_cygwin_nocopy" and explictly include it after __data_end__. */
+     ".data_cygwin_nocopy" and explicitly include it after __data_end__. */
 
   .data ${RELOCATING+BLOCK(__section_alignment__)} : 
   {
index f507accffa603cafa66d6d40f527a6a29800230e..522b43238bcdbbb0651fae08d3faf95d9cacab62 100644 (file)
@@ -68,7 +68,7 @@ SECTIONS
      on fork.  This used to be named ".data$nocopy".  The linker used
      to include this between __data_start__ and __data_end__, but that
      breaks building the cygwin32 dll.  Instead, we name the section
-     ".data_cygwin_nocopy" and explictly include it after __data_end__. */
+     ".data_cygwin_nocopy" and explicitly include it after __data_end__. */
 
   .data ${RELOCATING+BLOCK(__section_alignment__)} : 
   {
index 511fdb1f898ecd0485fde5f7753ad5d8471fa6a7..0817fe814cc347b34131c62a1a3517d514a50865 100644 (file)
@@ -74,7 +74,7 @@ SECTIONS
      on fork.  This used to be named ".data$nocopy".  The linker used
      to include this between __data_start__ and __data_end__, but that
      breaks building the cygwin32 dll.  Instead, we name the section
-     ".data_cygwin_nocopy" and explictly include it after __data_end__. */
+     ".data_cygwin_nocopy" and explicitly include it after __data_end__. */
 
   .data ${RELOCATING+BLOCK(__section_alignment__)} : 
   {
index 126c1d4b199bd789cd6e3be8c9401663d19b1218..7cf745880b30beb7ac301260ecc5b3e4993bf52f 100644 (file)
@@ -90,7 +90,7 @@ SECTIONS
      on fork.  This used to be named ".data$nocopy".  The linker used
      to include this between __data_start__ and __data_end__, but that
      breaks building the cygwin32 dll.  Instead, we name the section
-     ".data_cygwin_nocopy" and explictly include it after __data_end__. */
+     ".data_cygwin_nocopy" and explicitly include it after __data_end__. */
 
   .data ${RELOCATING+BLOCK(__section_alignment__)} : 
   {
index a3e0cf375309fa0548bc8d11855dc123b292972b..583cacb9218d28f69bef8a614ee2a621c9a289bb 100644 (file)
@@ -91,7 +91,7 @@ SECTIONS
      on fork.  This used to be named ".data$nocopy".  The linker used
      to include this between __data_start__ and __data_end__, but that
      breaks building the cygwin32 dll.  Instead, we name the section
-     ".data_cygwin_nocopy" and explictly include it after __data_end__. */
+     ".data_cygwin_nocopy" and explicitly include it after __data_end__. */
 
   .data ${RELOCATING+BLOCK(__section_alignment__)} : 
   {
index 48acc966887b02049f4dd7e6371c5b494777a822..60a6737a55cf90cbde1f952e649f873f6a7d5309 100644 (file)
@@ -1,3 +1,8 @@
+2011-06-02  Nick Clifton  <nickc@redhat.com>
+
+       * arm-dis.c: Fix spelling mistakes.
+       * op/opcodes.pot: Regenerate.
+
 2011-05-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * s390-opc.c: Replace S390_OPERAND_REG_EVEN with
index 8e27d60f918e0784eccc9070917688da323dc594..ab6570af9c3caa0b50ebeec1251ea00846b7fe8f 100644 (file)
@@ -4702,7 +4702,7 @@ print_insn (bfd_vma pc, struct disassemble_info *info, bfd_boolean little)
          if (!found)
            {
              /* No mapping symbol found at this address.  Look backwards
-                for a preceeding one.  */
+                for a preceding one.  */
              for (n = start - 1; n >= 0; n--)
                {
                  if (get_map_sym_type (info, n, &type))
@@ -4762,7 +4762,7 @@ print_insn (bfd_vma pc, struct disassemble_info *info, bfd_boolean little)
          if (!found)
            {
              /* No mapping symbol found at this address.  Look backwards
-                for a preceeding one.  */
+                for a preceding one.  */
              for (n = start - 1; n >= 0; n--)
                {
                  if (get_sym_code_type (info, n, &type))
@@ -4984,5 +4984,5 @@ the -M switch:\n"));
             regnames[i].description);
 
   fprintf (stream, "  force-thumb              Assume all insns are Thumb insns\n");
-  fprintf (stream, "  no-force-thumb           Examine preceeding label to determine an insn's type\n\n");
+  fprintf (stream, "  no-force-thumb           Examine preceding label to determine an insn's type\n\n");
 }
index 52865b58c5ad8230cc8ff8b64f4d5e73d8f3a41d..ecdb232edd26fafcd15329f1a14dd11d9862db18 100644 (file)
@@ -8,10 +8,11 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2010-11-05 10:27+0100\n"
+"POT-Creation-Date: 2011-06-02 14:30+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -110,23 +111,23 @@ msgstr ""
 msgid "must specify .jd or no nullify suffix"
 msgstr ""
 
-#: arm-dis.c:1990
+#: arm-dis.c:1994
 msgid "<illegal precision>"
 msgstr ""
 
 #. XXX - should break 'option' at following delimiter.
-#: arm-dis.c:4357
+#: arm-dis.c:4376
 #, c-format
 msgid "Unrecognised register name set: %s\n"
 msgstr ""
 
 #. XXX - should break 'option' at following delimiter.
-#: arm-dis.c:4365
+#: arm-dis.c:4384
 #, c-format
 msgid "Unrecognised disassembler option: %s\n"
 msgstr ""
 
-#: arm-dis.c:4950
+#: arm-dis.c:4976
 #, c-format
 msgid ""
 "\n"
@@ -134,17 +135,17 @@ msgid ""
 "the -M switch:\n"
 msgstr ""
 
-#: avr-dis.c:115 avr-dis.c:125
+#: avr-dis.c:115 avr-dis.c:135
 #, c-format
 msgid "undefined"
 msgstr ""
 
-#: avr-dis.c:187
+#: avr-dis.c:197
 #, c-format
 msgid "Internal disassembler error"
 msgstr ""
 
-#: avr-dis.c:236
+#: avr-dis.c:250
 #, c-format
 msgid "unknown constraint `%c'"
 msgstr ""
@@ -379,11 +380,11 @@ msgstr ""
 msgid "%02x\t\t*unknown*"
 msgstr ""
 
-#: i386-dis.c:10671
+#: i386-dis.c:10774
 msgid "<internal disassembler error>"
 msgstr ""
 
-#: i386-dis.c:10968
+#: i386-dis.c:11071
 #, c-format
 msgid ""
 "\n"
@@ -392,126 +393,126 @@ msgid ""
 "with the -M switch (multiple options should be separated by commas):\n"
 msgstr ""
 
-#: i386-dis.c:10972
+#: i386-dis.c:11075
 #, c-format
 msgid "  x86-64      Disassemble in 64bit mode\n"
 msgstr ""
 
-#: i386-dis.c:10973
+#: i386-dis.c:11076
 #, c-format
 msgid "  i386        Disassemble in 32bit mode\n"
 msgstr ""
 
-#: i386-dis.c:10974
+#: i386-dis.c:11077
 #, c-format
 msgid "  i8086       Disassemble in 16bit mode\n"
 msgstr ""
 
-#: i386-dis.c:10975
+#: i386-dis.c:11078
 #, c-format
 msgid "  att         Display instruction in AT&T syntax\n"
 msgstr ""
 
-#: i386-dis.c:10976
+#: i386-dis.c:11079
 #, c-format
 msgid "  intel       Display instruction in Intel syntax\n"
 msgstr ""
 
-#: i386-dis.c:10977
+#: i386-dis.c:11080
 #, c-format
 msgid ""
 "  att-mnemonic\n"
 "              Display instruction in AT&T mnemonic\n"
 msgstr ""
 
-#: i386-dis.c:10979
+#: i386-dis.c:11082
 #, c-format
 msgid ""
 "  intel-mnemonic\n"
 "              Display instruction in Intel mnemonic\n"
 msgstr ""
 
-#: i386-dis.c:10981
+#: i386-dis.c:11084
 #, c-format
 msgid "  addr64      Assume 64bit address size\n"
 msgstr ""
 
-#: i386-dis.c:10982
+#: i386-dis.c:11085
 #, c-format
 msgid "  addr32      Assume 32bit address size\n"
 msgstr ""
 
-#: i386-dis.c:10983
+#: i386-dis.c:11086
 #, c-format
 msgid "  addr16      Assume 16bit address size\n"
 msgstr ""
 
-#: i386-dis.c:10984
+#: i386-dis.c:11087
 #, c-format
 msgid "  data32      Assume 32bit data size\n"
 msgstr ""
 
-#: i386-dis.c:10985
+#: i386-dis.c:11088
 #, c-format
 msgid "  data16      Assume 16bit data size\n"
 msgstr ""
 
-#: i386-dis.c:10986
+#: i386-dis.c:11089
 #, c-format
 msgid "  suffix      Always display instruction suffix in AT&T syntax\n"
 msgstr ""
 
-#: i386-gen.c:459 ia64-gen.c:307
+#: i386-gen.c:467 ia64-gen.c:307
 #, c-format
 msgid "%s: Error: "
 msgstr ""
 
-#: i386-gen.c:591
+#: i386-gen.c:599
 #, c-format
 msgid "%s: %d: Unknown bitfield: %s\n"
 msgstr ""
 
-#: i386-gen.c:593
+#: i386-gen.c:601
 #, c-format
 msgid "Unknown bitfield: %s\n"
 msgstr ""
 
-#: i386-gen.c:649
+#: i386-gen.c:657
 #, c-format
 msgid "%s: %d: Missing `)' in bitfield: %s\n"
 msgstr ""
 
-#: i386-gen.c:914
+#: i386-gen.c:922
 #, c-format
 msgid "can't find i386-opc.tbl for reading, errno = %s\n"
 msgstr ""
 
-#: i386-gen.c:1045
+#: i386-gen.c:1053
 #, c-format
 msgid "can't find i386-reg.tbl for reading, errno = %s\n"
 msgstr ""
 
-#: i386-gen.c:1122
+#: i386-gen.c:1130
 #, c-format
 msgid "can't create i386-init.h, errno = %s\n"
 msgstr ""
 
-#: i386-gen.c:1211 ia64-gen.c:2820
+#: i386-gen.c:1219 ia64-gen.c:2820
 #, c-format
 msgid "unable to change directory to \"%s\", errno = %s\n"
 msgstr ""
 
-#: i386-gen.c:1218
+#: i386-gen.c:1226
 #, c-format
 msgid "%d unused bits in i386_cpu_flags.\n"
 msgstr ""
 
-#: i386-gen.c:1225
+#: i386-gen.c:1233
 #, c-format
 msgid "%d unused bits in i386_operand_type.\n"
 msgstr ""
 
-#: i386-gen.c:1239
+#: i386-gen.c:1247
 #, c-format
 msgid "can't create i386-tbl.h, errno = %s\n"
 msgstr ""
@@ -829,26 +830,26 @@ msgstr ""
 msgid "Value is not aligned enough"
 msgstr ""
 
-#: mips-dis.c:841
+#: mips-dis.c:845
 msgid "# internal error, incomplete extension sequence (+)"
 msgstr ""
 
-#: mips-dis.c:975
+#: mips-dis.c:1011
 #, c-format
 msgid "# internal error, undefined extension sequence (+%c)"
 msgstr ""
 
-#: mips-dis.c:1335
+#: mips-dis.c:1371
 #, c-format
 msgid "# internal error, undefined modifier (%c)"
 msgstr ""
 
-#: mips-dis.c:1939
+#: mips-dis.c:1975
 #, c-format
 msgid "# internal disassembler error, unrecognised modifier (%c)"
 msgstr ""
 
-#: mips-dis.c:2177
+#: mips-dis.c:2213
 #, c-format
 msgid ""
 "\n"
@@ -856,7 +857,7 @@ msgid ""
 "with the -M switch (multiple options should be separated by commas):\n"
 msgstr ""
 
-#: mips-dis.c:2181
+#: mips-dis.c:2217
 #, c-format
 msgid ""
 "\n"
@@ -864,7 +865,7 @@ msgid ""
 "                           Default: based on binary being disassembled.\n"
 msgstr ""
 
-#: mips-dis.c:2185
+#: mips-dis.c:2221
 #, c-format
 msgid ""
 "\n"
@@ -872,7 +873,7 @@ msgid ""
 "                           Default: numeric.\n"
 msgstr ""
 
-#: mips-dis.c:2189
+#: mips-dis.c:2225
 #, c-format
 msgid ""
 "\n"
@@ -881,7 +882,7 @@ msgid ""
 "                           Default: based on binary being disassembled.\n"
 msgstr ""
 
-#: mips-dis.c:2194
+#: mips-dis.c:2230
 #, c-format
 msgid ""
 "\n"
@@ -890,7 +891,7 @@ msgid ""
 "                           Default: based on binary being disassembled.\n"
 msgstr ""
 
-#: mips-dis.c:2199
+#: mips-dis.c:2235
 #, c-format
 msgid ""
 "\n"
@@ -898,7 +899,7 @@ msgid ""
 "                           specified ABI.\n"
 msgstr ""
 
-#: mips-dis.c:2203
+#: mips-dis.c:2239
 #, c-format
 msgid ""
 "\n"
@@ -906,7 +907,7 @@ msgid ""
 "                           specified architecture.\n"
 msgstr ""
 
-#: mips-dis.c:2207
+#: mips-dis.c:2243
 #, c-format
 msgid ""
 "\n"
@@ -914,12 +915,12 @@ msgid ""
 "   "
 msgstr ""
 
-#: mips-dis.c:2212 mips-dis.c:2220 mips-dis.c:2222
+#: mips-dis.c:2248 mips-dis.c:2256 mips-dis.c:2258
 #, c-format
 msgid "\n"
 msgstr ""
 
-#: mips-dis.c:2214
+#: mips-dis.c:2250
 #, c-format
 msgid ""
 "\n"
@@ -994,43 +995,43 @@ msgid ""
 "the -M switch:\n"
 msgstr ""
 
-#: ppc-opc.c:878 ppc-opc.c:906
+#: ppc-opc.c:879 ppc-opc.c:907
 msgid "invalid conditional option"
 msgstr ""
 
-#: ppc-opc.c:908
+#: ppc-opc.c:909
 msgid "attempt to set y bit when using + or - modifier"
 msgstr ""
 
-#: ppc-opc.c:940
+#: ppc-opc.c:941
 msgid "invalid mask field"
 msgstr ""
 
-#: ppc-opc.c:966
+#: ppc-opc.c:967
 msgid "ignoring invalid mfcr mask"
 msgstr ""
 
-#: ppc-opc.c:1016 ppc-opc.c:1051
+#: ppc-opc.c:1017 ppc-opc.c:1052
 msgid "illegal bitmask"
 msgstr ""
 
-#: ppc-opc.c:1171
+#: ppc-opc.c:1172
 msgid "index register in load range"
 msgstr ""
 
-#: ppc-opc.c:1187
+#: ppc-opc.c:1188
 msgid "source and target register operands must be different"
 msgstr ""
 
-#: ppc-opc.c:1202
+#: ppc-opc.c:1203
 msgid "invalid register operand when updating"
 msgstr ""
 
-#: ppc-opc.c:1281
+#: ppc-opc.c:1282
 msgid "invalid sprg number"
 msgstr ""
 
-#: ppc-opc.c:1451
+#: ppc-opc.c:1452
 msgid "invalid constant"
 msgstr ""
 
@@ -1077,12 +1078,12 @@ msgstr ""
 msgid "unknown"
 msgstr ""
 
-#: v850-dis.c:365
+#: v850-dis.c:372
 #, c-format
 msgid "unknown operand shift: %x\n"
 msgstr ""
 
-#: v850-dis.c:377
+#: v850-dis.c:384
 #, c-format
 msgid "unknown reg: %d\n"
 msgstr ""
This page took 0.566544 seconds and 4 git commands to generate.