summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog7
-rw-r--r--bfd/Makefile.in1
-rwxr-xr-xbfd/configure50
-rw-r--r--bfd/development.sh4
-rw-r--r--bfd/doc/Makefile.in1
-rw-r--r--bfd/po/bfd.pot2897
-rw-r--r--bfd/version.m42
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/Makefile.in1
-rwxr-xr-xbinutils/configure50
-rw-r--r--binutils/doc/Makefile.in1
-rw-r--r--binutils/po/binutils.pot3331
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/Makefile.in1
-rwxr-xr-xgas/configure48
-rw-r--r--gas/doc/Makefile.in1
-rw-r--r--gas/po/gas.pot5327
-rw-r--r--gold/ChangeLog5
-rw-r--r--gold/po/gold.pot230
-rw-r--r--gold/testsuite/Makefile.in1
-rw-r--r--gprof/ChangeLog5
-rw-r--r--gprof/Makefile.in1
-rwxr-xr-xgprof/configure48
-rw-r--r--gprof/po/gprof.pot40
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/Makefile.in1
-rwxr-xr-xld/configure50
-rw-r--r--ld/po/ld.pot6087
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/Makefile.in1
-rwxr-xr-xopcodes/configure38
-rw-r--r--opcodes/po/opcodes.pot696
32 files changed, 9989 insertions, 8956 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4f8901a3840..f60b5f8f4ed 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2019-09-30 Phil Blundell <pb@pbcl.net>
+
+ Release 2.33
+ * version.m4 (BFD_VERSION): Set to 2.33.
+ * development.sh (development, experimental): Set to false.
+ * configure, Makefile.in, doc/Makefile.in, po/bfd.pot: Regenerate.
+
2019-09-16 Phil Blundell <pb@pbcl.net>
* version.m4: Set version to 2.32.90 for pre-release.
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 5578997e5d6..9c14721fd8a 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -438,7 +438,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/bfd/configure b/bfd/configure
index dc0220f5e3b..d9da29ff189 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for bfd 2.32.90.
+# Generated by GNU Autoconf 2.69 for bfd 2.33.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bfd'
PACKAGE_TARNAME='bfd'
-PACKAGE_VERSION='2.32.90'
-PACKAGE_STRING='bfd 2.32.90'
+PACKAGE_VERSION='2.33'
+PACKAGE_STRING='bfd 2.33'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -793,7 +793,6 @@ infodir
docdir
oldincludedir
includedir
-runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -890,7 +889,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1143,15 +1141,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
- -runstatedir | --runstatedir | --runstatedi | --runstated \
- | --runstate | --runstat | --runsta | --runst | --runs \
- | --run | --ru | --r)
- ac_prev=runstatedir ;;
- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
- | --run=* | --ru=* | --r=*)
- runstatedir=$ac_optarg ;;
-
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1289,7 +1278,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir runstatedir
+ libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1402,7 +1391,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures bfd 2.32.90 to adapt to many kinds of systems.
+\`configure' configures bfd 2.33 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1442,7 +1431,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1474,7 +1462,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bfd 2.32.90:";;
+ short | recursive ) echo "Configuration of bfd 2.33:";;
esac
cat <<\_ACEOF
@@ -1601,7 +1589,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bfd configure 2.32.90
+bfd configure 2.33
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2249,7 +2237,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by bfd $as_me 2.32.90, which was
+It was created by bfd $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4199,7 +4187,7 @@ fi
# Define the identity of the package.
PACKAGE='bfd'
- VERSION='2.32.90'
+ VERSION='2.33'
cat >>confdefs.h <<_ACEOF
@@ -11740,7 +11728,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11743 "configure"
+#line 11731 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11846,7 +11834,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11849 "configure"
+#line 11837 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12235,7 +12223,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -12281,7 +12269,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -12305,7 +12293,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -12350,7 +12338,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -12374,7 +12362,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -16368,8 +16356,6 @@ main ()
if (*(data + i) != *(data3 + i))
return 14;
close (fd);
- free (data);
- free (data3);
return 0;
}
_ACEOF
@@ -16968,7 +16954,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by bfd $as_me 2.32.90, which was
+This file was extended by bfd $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17034,7 +17020,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-bfd config.status 2.32.90
+bfd config.status 2.33
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/bfd/development.sh b/bfd/development.sh
index bcce82f5779..eb0e7b6da14 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Controls whether to enable development-mode features by default.
-development=true
+development=false
# Indicate whether this is a release branch.
-experimental=true
+experimental=false
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in
index d75411d2af7..0115dfc406c 100644
--- a/bfd/doc/Makefile.in
+++ b/bfd/doc/Makefile.in
@@ -375,7 +375,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot
index 8ffdbd2a068..4fe8f735e47 100644
--- a/bfd/po/bfd.pot
+++ b/bfd/po/bfd.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2019-01-19 16:33+0000\n"
+"POT-Creation-Date: 2019-09-30 10:59+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"
@@ -33,18 +33,18 @@ msgstr ""
msgid "%pB: bad relocation record imported: %d"
msgstr ""
-#: aoutx.h:1265 aoutx.h:1618 pdp11.c:1138 pdp11.c:1399
+#: aoutx.h:1265 aoutx.h:1618 pdp11.c:1139 pdp11.c:1392
#, c-format
msgid "%pB: can not represent section `%pA' in a.out object file format"
msgstr ""
-#: aoutx.h:1582 pdp11.c:1371
+#: aoutx.h:1582 pdp11.c:1364
#, c-format
msgid ""
"%pB: can not represent section for symbol `%s' in a.out object file format"
msgstr ""
-#: aoutx.h:1585 vms-alpha.c:7860
+#: aoutx.h:1585 vms-alpha.c:7863
msgid "*unknown*"
msgstr ""
@@ -66,12 +66,12 @@ msgstr ""
#. Unknown relocation.
#: aoutx.h:4407 coff-alpha.c:601 coff-alpha.c:1514 coff-rs6000.c:2772
#: coff-sh.c:504 coff-tic4x.c:184 coff-tic54x.c:279 elf-hppa.h:798
-#: elf-hppa.h:826 elf-m10200.c:226 elf-m10300.c:812 elf32-arc.c:517
-#: elf32-arm.c:1943 elf32-avr.c:964 elf32-bfin.c:1061 elf32-bfin.c:4698
+#: elf-hppa.h:826 elf-m10200.c:226 elf-m10300.c:812 elf32-arc.c:536
+#: elf32-arm.c:1983 elf32-avr.c:964 elf32-bfin.c:1061 elf32-bfin.c:4696
#: elf32-cr16.c:653 elf32-cr16.c:683 elf32-cr16c.c:186 elf32-cris.c:467
#: elf32-crx.c:429 elf32-csky.c:989 elf32-d10v.c:234 elf32-d30v.c:522
-#: elf32-d30v.c:544 elf32-dlx.c:548 elf32-epiphany.c:376 elf32-fr30.c:381
-#: elf32-frv.c:2558 elf32-frv.c:6262 elf32-ft32.c:306 elf32-h8300.c:302
+#: elf32-d30v.c:544 elf32-dlx.c:546 elf32-epiphany.c:376 elf32-fr30.c:381
+#: elf32-frv.c:2558 elf32-frv.c:6260 elf32-ft32.c:306 elf32-h8300.c:301
#: elf32-i386.c:401 elf32-ip2k.c:1245 elf32-iq2000.c:442 elf32-lm32.c:539
#: elf32-m32c.c:305 elf32-m32r.c:1286 elf32-m32r.c:1311 elf32-m32r.c:2417
#: elf32-m68hc11.c:390 elf32-m68hc12.c:510 elf32-m68k.c:352 elf32-mcore.c:354
@@ -79,153 +79,153 @@ msgstr ""
#: elf32-microblaze.c:969 elf32-mips.c:2229 elf32-moxie.c:137
#: elf32-msp430.c:648 elf32-msp430.c:658 elf32-mt.c:241 elf32-nds32.c:3236
#: elf32-nds32.c:3262 elf32-nds32.c:5173 elf32-nios2.c:3015 elf32-or1k.c:1037
-#: elf32-pj.c:325 elf32-ppc.c:898 elf32-ppc.c:911 elf32-pru.c:420
+#: elf32-pj.c:326 elf32-ppc.c:898 elf32-ppc.c:911 elf32-pru.c:420
#: elf32-rl78.c:291 elf32-rx.c:313 elf32-rx.c:322 elf32-s12z.c:292
#: elf32-s390.c:347 elf32-sh.c:438 elf32-spu.c:160 elf32-tic6x.c:1508
#: elf32-tic6x.c:1518 elf32-tic6x.c:1537 elf32-tic6x.c:1547 elf32-tic6x.c:2642
-#: elf32-tilepro.c:803 elf32-v850.c:1899 elf32-v850.c:1921 elf32-v850.c:4270
-#: elf32-vax.c:290 elf32-visium.c:482 elf32-wasm32.c:105 elf32-xc16x.c:250
-#: elf32-xgate.c:418 elf32-xstormy16.c:395 elf32-xtensa.c:459
-#: elf32-xtensa.c:493 elf64-alpha.c:1112 elf64-alpha.c:4101 elf64-alpha.c:4249
-#: elf64-ia64-vms.c:254 elf64-ia64-vms.c:3440 elf64-mips.c:3958
-#: elf64-mips.c:3974 elf64-mmix.c:1264 elf64-nfp.c:238 elf64-ppc.c:921
-#: elf64-ppc.c:1209 elf64-ppc.c:1218 elf64-s390.c:328 elf64-s390.c:378
+#: elf32-tilepro.c:803 elf32-v850.c:1897 elf32-v850.c:1919 elf32-v850.c:4268
+#: elf32-vax.c:290 elf32-visium.c:481 elf32-wasm32.c:105 elf32-xc16x.c:250
+#: elf32-xgate.c:418 elf32-xstormy16.c:395 elf32-xtensa.c:461
+#: elf32-xtensa.c:495 elf64-alpha.c:1112 elf64-alpha.c:4101 elf64-alpha.c:4249
+#: elf64-bpf.c:322 elf64-ia64-vms.c:254 elf64-ia64-vms.c:3440 elf64-mips.c:3958
+#: elf64-mips.c:3974 elf64-mmix.c:1264 elf64-nfp.c:238 elf64-ppc.c:1011
+#: elf64-ppc.c:1346 elf64-ppc.c:1355 elf64-s390.c:328 elf64-s390.c:378
#: elf64-x86-64.c:285 elfn32-mips.c:3786 elfxx-ia64.c:324 elfxx-riscv.c:955
#: elfxx-sparc.c:589 elfxx-sparc.c:639 elfxx-tilegx.c:912 elfxx-tilegx.c:952
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2125
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2223 elf32-ia64.c:210
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:2214
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:2312 elf32-ia64.c:210
#: elf32-ia64.c:3862 elf64-ia64.c:210 elf64-ia64.c:3862
#, c-format
msgid "%pB: unsupported relocation type %#x"
msgstr ""
-#: aoutx.h:5434 pdp11.c:3694
+#: aoutx.h:5434 pdp11.c:3686
#, c-format
msgid "%pB: relocatable link from %s to %s not supported"
msgstr ""
-#: archive.c:2214
+#: archive.c:2226
msgid "warning: writing archive was slow: rewriting timestamp"
msgstr ""
-#: archive.c:2330 linker.c:1429
+#: archive.c:2293 archive.c:2354 elflink.c:4408 linker.c:1429
#, c-format
msgid "%pB: plugin needed to handle lto object"
msgstr ""
-#: archive.c:2559
+#: archive.c:2584
msgid "Reading archive file mod timestamp"
msgstr ""
-#: archive.c:2583
+#: archive.c:2608
msgid "Writing updated armap timestamp"
msgstr ""
-#: bfd.c:449
+#: bfd.c:455
msgid "no error"
msgstr ""
-#: bfd.c:450
+#: bfd.c:456
msgid "system call error"
msgstr ""
-#: bfd.c:451
+#: bfd.c:457
msgid "invalid bfd target"
msgstr ""
-#: bfd.c:452
+#: bfd.c:458
msgid "file in wrong format"
msgstr ""
-#: bfd.c:453
+#: bfd.c:459
msgid "archive object file in wrong format"
msgstr ""
-#: bfd.c:454
+#: bfd.c:460
msgid "invalid operation"
msgstr ""
-#: bfd.c:455
+#: bfd.c:461
msgid "memory exhausted"
msgstr ""
-#: bfd.c:456
+#: bfd.c:462
msgid "no symbols"
msgstr ""
-#: bfd.c:457
+#: bfd.c:463
msgid "archive has no index; run ranlib to add one"
msgstr ""
-#: bfd.c:458
+#: bfd.c:464
msgid "no more archived files"
msgstr ""
-#: bfd.c:459
+#: bfd.c:465
msgid "malformed archive"
msgstr ""
-#: bfd.c:460
+#: bfd.c:466
msgid "DSO missing from command line"
msgstr ""
-#: bfd.c:461
+#: bfd.c:467
msgid "file format not recognized"
msgstr ""
-#: bfd.c:462
+#: bfd.c:468
msgid "file format is ambiguous"
msgstr ""
-#: bfd.c:463
+#: bfd.c:469
msgid "section has no contents"
msgstr ""
-#: bfd.c:464
+#: bfd.c:470
msgid "nonrepresentable section on output"
msgstr ""
-#: bfd.c:465
+#: bfd.c:471
msgid "symbol needs debug section which does not exist"
msgstr ""
-#: bfd.c:466
+#: bfd.c:472
msgid "bad value"
msgstr ""
-#: bfd.c:467
+#: bfd.c:473
msgid "file truncated"
msgstr ""
-#: bfd.c:468
+#: bfd.c:474
msgid "file too big"
msgstr ""
-#: bfd.c:469
+#: bfd.c:475
#, c-format
msgid "error reading %s: %s"
msgstr ""
-#: bfd.c:470
+#: bfd.c:476
msgid "#<invalid error code>"
msgstr ""
-#: bfd.c:1429
+#: bfd.c:1435
#, c-format
msgid "BFD %s assertion fail %s:%d"
msgstr ""
-#: bfd.c:1442
+#: bfd.c:1448
#, c-format
msgid "BFD %s internal error, aborting at %s:%d in %s\n"
msgstr ""
-#: bfd.c:1447
+#: bfd.c:1453
#, c-format
msgid "BFD %s internal error, aborting at %s:%d\n"
msgstr ""
-#: bfd.c:1449
+#: bfd.c:1455
msgid "Please report this bug.\n"
msgstr ""
@@ -264,8 +264,8 @@ msgstr ""
msgid "using multiple gp values"
msgstr ""
-#: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9100 elf32-mcore.c:100
-#: elf32-mcore.c:455 elf32-ppc.c:7697 elf32-ppc.c:8829 elf64-ppc.c:14411
+#: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9212 elf32-mcore.c:100
+#: elf32-mcore.c:455 elf32-ppc.c:7687 elf32-ppc.c:8843 elf64-ppc.c:15452
#, c-format
msgid "%pB: %s unsupported"
msgstr ""
@@ -330,12 +330,12 @@ msgstr ""
msgid "%pB: fatal: generic symbols retrieved before relaxing"
msgstr ""
-#: coff-sh.c:2785 cofflink.c:2965
+#: coff-sh.c:2785 cofflink.c:2969
#, c-format
msgid "%pB: illegal symbol index %ld in relocs"
msgstr ""
-#: coff-tic4x.c:228 coff-tic54x.c:366 coffcode.h:5010
+#: coff-tic4x.c:228 coff-tic54x.c:366 coffcode.h:5022
#, c-format
msgid "%pB: warning: illegal symbol index %ld in relocs"
msgstr ""
@@ -345,29 +345,29 @@ msgstr ""
msgid "unsupported relocation type %#x"
msgstr ""
-#: coff-tic80.c:672 cofflink.c:3127
+#: coff-tic80.c:672 cofflink.c:3131
#, c-format
msgid "%pB: bad reloc address %#<PRIx64> in section `%pA'"
msgstr ""
-#: coffcode.h:954
+#: coffcode.h:952
#, c-format
msgid "%pB: unable to load COMDAT section name"
msgstr ""
#. Malformed input files can trigger this test.
#. cf PR 21781.
-#: coffcode.h:989
+#: coffcode.h:987
#, c-format
msgid "%pB: error: unexpected symbol '%s' in COMDAT section"
msgstr ""
-#: coffcode.h:1001
+#: coffcode.h:999
#, c-format
msgid "%pB: warning: COMDAT symbol '%s' does not match section name '%s'"
msgstr ""
-#: coffcode.h:1011
+#: coffcode.h:1009
#, c-format
msgid "%pB: warning: no symbol for section '%s' found"
msgstr ""
@@ -375,170 +375,170 @@ 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:1237
+#: coffcode.h:1240
#, c-format
msgid "%pB: warning: ignoring section flag %s in section %s"
msgstr ""
-#: coffcode.h:1306
+#: coffcode.h:1309
#, c-format
msgid "%pB (%s): section flag %s (%#lx) ignored"
msgstr ""
-#: coffcode.h:1917
+#: coffcode.h:1920
#, c-format
msgid "%pB: warning: claims to have 0xffff relocs, without overflow"
msgstr ""
-#: coffcode.h:2315
+#: coffcode.h:2326
#, c-format
msgid "unrecognized TI COFF target id '0x%x'"
msgstr ""
-#: coffcode.h:2599
+#: coffcode.h:2610
#, c-format
msgid "%pB: reloc against a non-existent symbol index: %ld"
msgstr ""
-#: coffcode.h:2910
+#: coffcode.h:2921
#, c-format
msgid "%pB: page size is too large (0x%x)"
msgstr ""
-#: coffcode.h:3070
+#: coffcode.h:3081
#, c-format
msgid "%pB: too many sections (%d)"
msgstr ""
-#: coffcode.h:3489
+#: coffcode.h:3500
#, c-format
msgid "%pB: section %pA: string table overflow at offset %ld"
msgstr ""
-#: coffcode.h:3589
+#: coffcode.h:3600
#, c-format
msgid "%pB:%s section %s: alignment 2**%u not representable"
msgstr ""
-#: coffcode.h:4276
+#: coffcode.h:4288
#, c-format
msgid "%pB: warning: line number count (%#lx) exceeds section size (%#lx)"
msgstr ""
-#: coffcode.h:4291
+#: coffcode.h:4305
#, c-format
msgid "%pB: warning: line number table read failed"
msgstr ""
-#: coffcode.h:4325 coffcode.h:4339
+#: coffcode.h:4339 coffcode.h:4353
#, c-format
msgid "%pB: warning: illegal symbol index 0x%lx in line number entry %d"
msgstr ""
-#: coffcode.h:4353
+#: coffcode.h:4367
#, c-format
msgid "%pB: warning: illegal symbol in line number entry %d"
msgstr ""
-#: coffcode.h:4366
+#: coffcode.h:4380
#, c-format
msgid "%pB: warning: duplicate line number information for `%s'"
msgstr ""
-#: coffcode.h:4774
+#: coffcode.h:4786
#, c-format
msgid "%pB: unrecognized storage class %d for %s symbol `%s'"
msgstr ""
-#: coffcode.h:4904
+#: coffcode.h:4916
#, c-format
msgid "warning: %pB: local symbol `%s' has no section"
msgstr ""
-#: coffcode.h:5050
+#: coffcode.h:5062
#, c-format
msgid "%pB: illegal relocation type %d at address %#<PRIx64>"
msgstr ""
-#: coffgen.c:178 elf.c:1216
+#: coffgen.c:179 elf.c:1251
#, c-format
msgid "%pB: unable to initialize compress status for section %s"
msgstr ""
-#: coffgen.c:202 elf.c:1227
+#: coffgen.c:203 elf.c:1262
#, c-format
msgid "%pB: unable to initialize decompress status for section %s"
msgstr ""
-#: coffgen.c:1657
+#: coffgen.c:1658
#, c-format
msgid "%pB: corrupt symbol count: %#<PRIx64>"
msgstr ""
#. PR 21013: Provide an error message when the alloc fails.
-#: coffgen.c:1666
+#: coffgen.c:1667
#, c-format
msgid ""
"%pB: not enough memory to allocate space for %#<PRIx64> symbols of size "
"%#<PRIx64>"
msgstr ""
-#: coffgen.c:1735
+#: coffgen.c:1736
#, c-format
msgid "%pB: bad string table size %<PRIu64>"
msgstr ""
-#: coffgen.c:1912 coffgen.c:1972 coffgen.c:1990 cofflink.c:2045 elf.c:1882
+#: coffgen.c:1913 coffgen.c:1973 coffgen.c:1991 cofflink.c:2049 elf.c:1928
#: xcofflink.c:4505
msgid "<corrupt>"
msgstr ""
-#: coffgen.c:2114
+#: coffgen.c:2122
#, c-format
msgid "<corrupt info> %s"
msgstr ""
-#: coffgen.c:2693 elflink.c:14322 linker.c:2959
+#: coffgen.c:2705 elflink.c:14404 linker.c:2960
msgid "%F%P: already_linked_table: %E\n"
msgstr ""
-#: coffgen.c:3034 elflink.c:13324
+#: coffgen.c:3046 elflink.c:13398
#, c-format
msgid "removing unused section '%pA' in file '%pB'"
msgstr ""
-#: coffgen.c:3111 elflink.c:13542
+#: coffgen.c:3123 elflink.c:13616
msgid "warning: gc-sections option ignored"
msgstr ""
-#: cofflink.c:352
+#: cofflink.c:356
#, c-format
msgid "warning: symbol `%s' is both section and non-section"
msgstr ""
-#: cofflink.c:454 elf64-ia64-vms.c:5203 elflink.c:4953
+#: cofflink.c:458 elf64-ia64-vms.c:5203 elflink.c:4994
#, c-format
msgid "warning: type of symbol `%s' changed from %d to %d in %pB"
msgstr ""
-#: cofflink.c:2373
+#: cofflink.c:2377
#, c-format
msgid "%pB: relocs in section `%pA', but it has no contents"
msgstr ""
-#: cofflink.c:2436 elflink.c:10810
+#: cofflink.c:2440 elflink.c:10885
#, c-format
msgid ""
"%X`%s' referenced in section `%pA' of %pB: defined in discarded section `"
"%pA' of %pB\n"
msgstr ""
-#: cofflink.c:2734
+#: cofflink.c:2738
#, c-format
msgid "%pB: %pA: reloc overflow: %#x > 0xffff"
msgstr ""
-#: cofflink.c:2742
+#: cofflink.c:2746
#, c-format
msgid "%pB: warning: %pA: line number overflow: %#x > 0xffff"
msgstr ""
@@ -553,131 +553,143 @@ msgstr ""
msgid "%pB: %s: reloc overflow: 0x%lx > 0xffff"
msgstr ""
-#: compress.c:260
+#: compress.c:269
+#, c-format
+msgid ""
+"error: %pB(%pA) section size (%#<PRIx64> bytes) is larger than file size "
+"(%#<PRIx64> bytes)"
+msgstr ""
+
+#: compress.c:280
#, c-format
msgid "error: %pB(%pA) is too large (%#<PRIx64> bytes)"
msgstr ""
-#: cpu-arm.c:298 cpu-arm.c:310
+#: cpu-arm.c:302 cpu-arm.c:314
#, c-format
msgid ""
"error: %pB is compiled for the EP9312, whereas %pB is compiled for XScale"
msgstr ""
-#: cpu-arm.c:446
+#: cpu-arm.c:450
#, c-format
msgid "warning: unable to update contents of %s section in %pB"
msgstr ""
-#: dwarf2.c:544
+#: dwarf2.c:547
#, c-format
msgid "DWARF error: can't find %s section."
msgstr ""
-#: dwarf2.c:579
+#: dwarf2.c:582
#, c-format
msgid ""
"DWARF error: offset (%<PRIu64>) greater than or equal to %s size (%<PRIu64>)"
msgstr ""
-#: dwarf2.c:1107
+#: dwarf2.c:1112
msgid "DWARF error: info pointer extends beyond end of attributes"
msgstr ""
-#: dwarf2.c:1275
+#: dwarf2.c:1280
#, c-format
msgid "DWARF error: invalid or unhandled FORM value: %#x"
msgstr ""
-#: dwarf2.c:1581
+#: dwarf2.c:1586
msgid "DWARF error: mangled line number section (bad file number)"
msgstr ""
-#: dwarf2.c:1926
+#: dwarf2.c:1931
msgid "DWARF error: zero format count"
msgstr ""
-#: dwarf2.c:1936
+#: dwarf2.c:1941
#, c-format
msgid "DWARF error: data count (%<PRIx64>) larger than buffer size"
msgstr ""
-#: dwarf2.c:1977
+#: dwarf2.c:1982
#, c-format
msgid "DWARF error: unknown format content type %<PRIu64>"
msgstr ""
-#: dwarf2.c:2057
+#: dwarf2.c:2062
#, c-format
msgid "DWARF error: line info section is too small (%<PRId64>)"
msgstr ""
-#: dwarf2.c:2087
+#: dwarf2.c:2092
#, c-format
msgid ""
"DWARF error: line info data is bigger (%#<PRIx64>) than the space remaining "
"in the section (%#lx)"
msgstr ""
-#: dwarf2.c:2100
+#: dwarf2.c:2105
#, c-format
msgid "DWARF error: unhandled .debug_line version %d"
msgstr ""
-#: dwarf2.c:2110
+#: dwarf2.c:2115
msgid "DWARF error: ran out of room reading prologue"
msgstr ""
-#: dwarf2.c:2128
+#: dwarf2.c:2133
#, c-format
msgid "DWARF error: line info unsupported segment selector size %u"
msgstr ""
-#: dwarf2.c:2155
+#: dwarf2.c:2160
msgid "DWARF error: invalid maximum operations per instruction"
msgstr ""
-#: dwarf2.c:2174
+#: dwarf2.c:2179
msgid "DWARF error: ran out of room reading opcodes"
msgstr ""
-#: dwarf2.c:2347
+#: dwarf2.c:2352
msgid "DWARF error: mangled line number section"
msgstr ""
-#: dwarf2.c:2852 dwarf2.c:2913
+#: dwarf2.c:2861 dwarf2.c:2936
msgid "DWARF error: invalid abstract instance DIE ref"
msgstr ""
-#: dwarf2.c:2889
+#: dwarf2.c:2897
+#, c-format
+msgid "DWARF error: unable to locate abstract instance DIE ref %<PRIu64>"
+msgstr ""
+
+#: dwarf2.c:2912
#, c-format
msgid "DWARF error: unable to read alt ref %<PRIu64>"
msgstr ""
-#: dwarf2.c:2930 dwarf2.c:3103 dwarf2.c:3457
+#: dwarf2.c:2953 dwarf2.c:3128 dwarf2.c:3482
#, c-format
msgid "DWARF error: could not find abbrev number %u"
msgstr ""
-#: dwarf2.c:2947
+#: dwarf2.c:2970
msgid "DWARF error: abstract instance recursion detected"
msgstr ""
-#: dwarf2.c:3376
+#: dwarf2.c:3401
#, c-format
msgid ""
"DWARF error: found dwarf version '%u', this reader only handles version 2, "
"3, 4 and 5 information"
msgstr ""
-#: dwarf2.c:3420
+#: dwarf2.c:3445
#, c-format
msgid ""
"DWARF error: found address size '%u', this reader can not handle sizes "
"greater than '%u'"
msgstr ""
-#: dwarf2.c:3523
+#: dwarf2.c:3548
msgid ""
"DWARF error: DW_AT_comp_dir attribute encountered with a non-string form"
msgstr ""
@@ -806,25 +818,25 @@ msgstr ""
msgid "%pB: %pA points past end of text section"
msgstr ""
-#: elf-eh-frame.c:2139
+#: elf-eh-frame.c:2143
msgid "DW_EH_PE_datarel unspecified for this architecture"
msgstr ""
-#: elf-eh-frame.c:2309
+#: elf-eh-frame.c:2313
#, c-format
msgid "invalid output section for .eh_frame_entry: %pA"
msgstr ""
-#: elf-eh-frame.c:2332
+#: elf-eh-frame.c:2336
#, c-format
msgid "invalid contents in %pA section"
msgstr ""
-#: elf-eh-frame.c:2488
+#: elf-eh-frame.c:2492
msgid ".eh_frame_hdr entry overflow"
msgstr ""
-#: elf-eh-frame.c:2490
+#: elf-eh-frame.c:2494
msgid ".eh_frame_hdr refers to overlapping FDEs"
msgstr ""
@@ -836,49 +848,49 @@ msgid ""
"pie\n"
msgstr ""
-#: elf-m10200.c:434 elf-m10300.c:2147 elf32-avr.c:1510 elf32-bfin.c:3127
+#: elf-m10200.c:434 elf-m10300.c:2145 elf32-avr.c:1510 elf32-bfin.c:3125
#: elf32-cr16.c:1464 elf32-cr16c.c:783 elf32-cris.c:2033 elf32-crx.c:925
-#: elf32-d10v.c:512 elf32-epiphany.c:566 elf32-fr30.c:594 elf32-frv.c:4049
-#: elf32-ft32.c:494 elf32-h8300.c:523 elf32-ip2k.c:1482 elf32-iq2000.c:693
-#: elf32-lm32.c:1112 elf32-m32c.c:624 elf32-m32r.c:3045 elf32-m68hc1x.c:1266
+#: elf32-d10v.c:510 elf32-epiphany.c:566 elf32-fr30.c:594 elf32-frv.c:4049
+#: elf32-ft32.c:494 elf32-h8300.c:522 elf32-ip2k.c:1482 elf32-iq2000.c:691
+#: elf32-lm32.c:1113 elf32-m32c.c:624 elf32-m32r.c:3045 elf32-m68hc1x.c:1264
#: elf32-mep.c:526 elf32-metag.c:1990 elf32-microblaze.c:1631 elf32-moxie.c:288
#: elf32-mt.c:402 elf32-nds32.c:6189 elf32-or1k.c:1759 elf32-score.c:2733
-#: elf32-score7.c:2542 elf32-spu.c:5083 elf32-tilepro.c:3506 elf32-v850.c:2291
-#: elf32-visium.c:681 elf32-xstormy16.c:931 elf64-mmix.c:1541
+#: elf32-score7.c:2542 elf32-spu.c:5083 elf32-tilepro.c:3506 elf32-v850.c:2289
+#: elf32-visium.c:680 elf32-xstormy16.c:929 elf64-bpf.c:487 elf64-mmix.c:1541
#: elfxx-tilegx.c:3870
msgid "internal error: out of range error"
msgstr ""
-#: elf-m10200.c:438 elf-m10300.c:2151 elf32-avr.c:1514 elf32-bfin.c:3131
+#: elf-m10200.c:438 elf-m10300.c:2149 elf32-avr.c:1514 elf32-bfin.c:3129
#: elf32-cr16.c:1468 elf32-cr16c.c:787 elf32-cris.c:2037 elf32-crx.c:929
-#: elf32-d10v.c:516 elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:498
-#: elf32-h8300.c:527 elf32-iq2000.c:697 elf32-lm32.c:1116 elf32-m32c.c:628
-#: elf32-m32r.c:3049 elf32-m68hc1x.c:1270 elf32-mep.c:530 elf32-metag.c:1994
+#: elf32-d10v.c:514 elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:498
+#: elf32-h8300.c:526 elf32-iq2000.c:695 elf32-lm32.c:1117 elf32-m32c.c:628
+#: elf32-m32r.c:3049 elf32-m68hc1x.c:1268 elf32-mep.c:530 elf32-metag.c:1994
#: elf32-microblaze.c:1635 elf32-moxie.c:292 elf32-msp430.c:1362
#: elf32-nds32.c:6193 elf32-or1k.c:1763 elf32-score.c:2737 elf32-score7.c:2546
-#: elf32-spu.c:5087 elf32-tilepro.c:3510 elf32-v850.c:2295 elf32-visium.c:685
-#: elf32-xstormy16.c:935 elf64-mmix.c:1545 elfxx-mips.c:10469
+#: elf32-spu.c:5087 elf32-tilepro.c:3510 elf32-v850.c:2293 elf32-visium.c:684
+#: elf32-xstormy16.c:933 elf64-mmix.c:1545 elfxx-mips.c:10580
#: elfxx-tilegx.c:3874
msgid "internal error: unsupported relocation error"
msgstr ""
#: elf-m10200.c:442 elf32-cr16.c:1472 elf32-cr16c.c:791 elf32-crx.c:933
-#: elf32-d10v.c:520 elf32-h8300.c:531 elf32-lm32.c:1120 elf32-m32r.c:3053
-#: elf32-m68hc1x.c:1274 elf32-microblaze.c:1639 elf32-nds32.c:6197
+#: elf32-d10v.c:518 elf32-h8300.c:530 elf32-lm32.c:1121 elf32-m32r.c:3053
+#: elf32-m68hc1x.c:1272 elf32-microblaze.c:1639 elf32-nds32.c:6197
#: elf32-score.c:2741 elf32-score7.c:2550 elf32-spu.c:5091
msgid "internal error: dangerous error"
msgstr ""
-#: elf-m10200.c:446 elf-m10300.c:2168 elf32-avr.c:1522 elf32-bfin.c:3139
+#: elf-m10200.c:446 elf-m10300.c:2166 elf32-avr.c:1522 elf32-bfin.c:3137
#: elf32-cr16.c:1476 elf32-cr16c.c:795 elf32-cris.c:2045 elf32-crx.c:937
-#: elf32-d10v.c:524 elf32-epiphany.c:581 elf32-fr30.c:606 elf32-frv.c:4061
-#: elf32-ft32.c:506 elf32-h8300.c:535 elf32-ip2k.c:1497 elf32-iq2000.c:705
-#: elf32-lm32.c:1124 elf32-m32c.c:636 elf32-m32r.c:3057 elf32-m68hc1x.c:1278
+#: elf32-d10v.c:522 elf32-epiphany.c:581 elf32-fr30.c:606 elf32-frv.c:4061
+#: elf32-ft32.c:506 elf32-h8300.c:534 elf32-ip2k.c:1497 elf32-iq2000.c:703
+#: elf32-lm32.c:1125 elf32-m32c.c:636 elf32-m32r.c:3057 elf32-m68hc1x.c:1276
#: elf32-mep.c:538 elf32-metag.c:2002 elf32-microblaze.c:1643 elf32-moxie.c:300
#: elf32-msp430.c:1370 elf32-mt.c:410 elf32-nds32.c:6201 elf32-or1k.c:1771
#: elf32-score.c:2750 elf32-score7.c:2554 elf32-spu.c:5095 elf32-tilepro.c:3518
-#: elf32-v850.c:2315 elf32-visium.c:693 elf32-xstormy16.c:943 elf64-mmix.c:1553
-#: elfxx-tilegx.c:3882
+#: elf32-v850.c:2313 elf32-visium.c:692 elf32-xstormy16.c:941 elf64-bpf.c:500
+#: elf64-mmix.c:1553 elfxx-tilegx.c:3882
msgid "internal error: unknown error"
msgstr ""
@@ -887,40 +899,40 @@ msgstr ""
msgid "%pB: unsupported transition from %s to %s"
msgstr ""
-#: elf-m10300.c:1198
+#: elf-m10300.c:1196
#, c-format
msgid "%pB: %s' accessed both as normal and thread local symbol"
msgstr ""
-#: elf-m10300.c:2094 elf32-arm.c:13246 elf32-i386.c:3409 elf32-m32r.c:2539
-#: elf32-m68k.c:3899 elf32-s390.c:3211 elf32-sh.c:3800 elf32-tilepro.c:3409
-#: elf32-xtensa.c:2965 elf64-s390.c:3161 elf64-x86-64.c:3846 elfxx-sparc.c:3906
-#: elfxx-tilegx.c:3793 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5261
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6807
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2279
+#: elf-m10300.c:2092 elf32-arm.c:13445 elf32-i386.c:3403 elf32-m32r.c:2539
+#: elf32-m68k.c:3910 elf32-s390.c:3210 elf32-sh.c:3800 elf32-tilepro.c:3409
+#: elf32-xtensa.c:2965 elf64-s390.c:3159 elf64-x86-64.c:3961 elfxx-sparc.c:3904
+#: elfxx-tilegx.c:3793 ../../../binutils-gdb/bfd/elfnn-aarch64.c:5492
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7080
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2307
#, c-format
msgid "%pB(%pA+%#<PRIx64>): unresolvable %s relocation against symbol `%s'"
msgstr ""
-#: elf-m10300.c:2156
+#: elf-m10300.c:2154
msgid ""
"error: inappropriate relocation type for shared library (did you forget -"
"fpic?)"
msgstr ""
-#: elf-m10300.c:2160
+#: elf-m10300.c:2158
#, c-format
msgid ""
"%pB: taking the address of protected function '%s' cannot be done when "
"making a shared library"
msgstr ""
-#: elf-m10300.c:2163
+#: elf-m10300.c:2161
msgid "internal error: suspicious relocation type used in shared library"
msgstr ""
-#: elf-m10300.c:2649 elf32-avr.c:2492 elf32-frv.c:5641 elf64-ia64-vms.c:364
-#: elfxx-sparc.c:2795 reloc.c:8185 reloc16.c:155 elf32-ia64.c:361
+#: elf-m10300.c:2647 elf32-avr.c:2492 elf32-frv.c:5641 elf64-ia64-vms.c:364
+#: elfxx-sparc.c:2793 reloc.c:8278 reloc16.c:155 elf32-ia64.c:361
#: elf64-ia64.c:361
msgid "%P%F: --relax and -r may not be used together\n"
msgstr ""
@@ -963,7 +975,7 @@ msgstr ""
msgid "Removed property %W to merge %pB (0x%v) and %pB (not found)\n"
msgstr ""
-#: elf-properties.c:316 elf-properties.c:396
+#: elf-properties.c:316 elf-properties.c:394
msgid "Removed property %W to merge %pB and %pB\n"
msgstr ""
@@ -971,24 +983,24 @@ msgstr ""
msgid "Removed property %W to merge %pB and %pB (not found)\n"
msgstr ""
-#: elf-properties.c:339
+#: elf-properties.c:337
msgid "Updated property %W (0x%v) to merge %pB (0x%v) and %pB (0x%v)\n"
msgstr ""
-#: elf-properties.c:348
+#: elf-properties.c:346
msgid "Updated property %W (%v) to merge %pB (0x%v) and %pB (not found)\n"
msgstr ""
-#: elf-properties.c:390
+#: elf-properties.c:388
msgid "Removed property %W to merge %pB (not found) and %pB (0x%v)\n"
msgstr ""
#. Merge .note.gnu.property sections.
-#: elf-properties.c:552 elf-properties.c:554
+#: elf-properties.c:550 elf-properties.c:552
msgid "\n"
msgstr ""
-#: elf-properties.c:553
+#: elf-properties.c:551
msgid "Merging program properties\n"
msgstr ""
@@ -998,222 +1010,229 @@ msgstr ""
msgid "%pB: attempt to load strings from a non-string section (number %d)"
msgstr ""
-#: elf.c:360
+#: elf.c:370
#, c-format
msgid "%pB: invalid string offset %u >= %<PRIu64> for section `%s'"
msgstr ""
-#: elf.c:499 /work/sources/binutils/current/bfd/elfnn-aarch64.c:7891
+#: elf.c:509 ../../../binutils-gdb/bfd/elfnn-aarch64.c:8170
#, c-format
msgid "%pB symbol number %lu references nonexistent SHT_SYMTAB_SHNDX section"
msgstr ""
-#: elf.c:664
+#: elf.c:674
#, c-format
msgid "%pB: corrupt size field in group section header: %#<PRIx64>"
msgstr ""
-#: elf.c:680
+#: elf.c:690
#, c-format
msgid "%pB: invalid size field in group section header: %#<PRIx64>"
msgstr ""
-#: elf.c:728
+#: elf.c:738
#, c-format
msgid "%pB: invalid entry in SHT_GROUP section [%u]"
msgstr ""
-#: elf.c:747
+#: elf.c:757
#, c-format
msgid "%pB: no valid group sections found"
msgstr ""
#. See PR 21957 for a reproducer.
-#: elf.c:776
+#: elf.c:786
#, c-format
msgid "%pB: group section '%pA' has no contents"
msgstr ""
-#: elf.c:837
+#: elf.c:847
#, c-format
msgid "%pB: no group info for section '%pA'"
msgstr ""
-#: elf.c:868 elf.c:3886 elflink.c:11403
+#: elf.c:878 elf.c:3941 elflink.c:11478
#, c-format
msgid "%pB: warning: sh_link not set for section `%pA'"
msgstr ""
-#: elf.c:888
+#: elf.c:898
#, c-format
msgid "%pB: sh_link [%d] in section `%pA' is incorrect"
msgstr ""
-#: elf.c:901
+#: elf.c:911
#, c-format
msgid "%pB: SHT_GROUP section [index %d] has no SHF_GROUP sections"
msgstr ""
-#: elf.c:922
+#: elf.c:932
#, c-format
msgid "%pB: section group entry number %u is corrupt"
msgstr ""
-#: elf.c:945
+#: elf.c:955
#, c-format
msgid "%pB: unknown type [%#x] section `%s' in group [%pA]"
msgstr ""
-#: elf.c:1408
+#: elf.c:1454
#, c-format
msgid "%pB: invalid sh_link field (%d) in section number %d"
msgstr ""
-#: elf.c:1424
+#: elf.c:1470
#, c-format
msgid "%pB: failed to find link section for section %d"
msgstr ""
-#: elf.c:1451
+#: elf.c:1497
#, c-format
msgid "%pB: failed to find info section for section %d"
msgstr ""
-#: elf.c:1623
+#: elf.c:1669
#, c-format
msgid ""
"\n"
"Program Header:\n"
msgstr ""
-#: elf.c:1665
+#: elf.c:1711
#, c-format
msgid ""
"\n"
"Dynamic Section:\n"
msgstr ""
-#: elf.c:1806
+#: elf.c:1852
#, c-format
msgid ""
"\n"
"Version definitions:\n"
msgstr ""
-#: elf.c:1831
+#: elf.c:1877
#, c-format
msgid ""
"\n"
"Version References:\n"
msgstr ""
-#: elf.c:1836
+#: elf.c:1882
#, c-format
msgid " required from %s:\n"
msgstr ""
-#: elf.c:2037
+#: elf.c:2082
#, c-format
msgid "%pB: warning: loop in section dependencies detected"
msgstr ""
-#: elf.c:2145
+#: elf.c:2190
#, c-format
msgid ""
"%pB: warning: multiple symbol tables detected - ignoring the table in "
"section %u"
msgstr ""
-#: elf.c:2229
+#: elf.c:2274
#, c-format
msgid ""
"%pB: warning: multiple dynamic symbol tables detected - ignoring the table "
"in section %u"
msgstr ""
-#: elf.c:2342
+#: elf.c:2387
#, c-format
msgid "%pB: invalid link %u for reloc section %s (index %u)"
msgstr ""
-#: elf.c:2504 elf.c:2519 elf.c:2530 elf.c:2543
+#: elf.c:2476
+#, c-format
+msgid ""
+"%pB: warning: multiple relocation sections for section %pA found - ignoring "
+"all but the first"
+msgstr ""
+
+#: elf.c:2558 elf.c:2573 elf.c:2584 elf.c:2597
#, c-format
msgid "%pB: unknown type [%#x] section `%s'"
msgstr ""
-#: elf.c:3248
+#: elf.c:3302
#, c-format
msgid "%pB: error: alignment power %d of section `%pA' is too big"
msgstr ""
-#: elf.c:3278
+#: elf.c:3332
#, c-format
msgid "warning: section `%pA' type changed to PROGBITS"
msgstr ""
-#: elf.c:3754
+#: elf.c:3809
#, c-format
msgid "%pB: too many sections: %u"
msgstr ""
-#: elf.c:3839
+#: elf.c:3894
#, c-format
msgid ""
"%pB: sh_link of section `%pA' points to discarded section `%pA' of `%pB'"
msgstr ""
-#: elf.c:3864
+#: elf.c:3919
#, c-format
msgid "%pB: sh_link of section `%pA' points to removed section `%pA' of `%pB'"
msgstr ""
-#: elf.c:4430
+#: elf.c:4485
#, c-format
-msgid "%pB: GNU_MBIN section `%pA' has invalid sh_info field: %d"
+msgid "%pB: GNU_MBIND section `%pA' has invalid sh_info field: %d"
msgstr ""
-#: elf.c:5013
+#: elf.c:5069
#, c-format
msgid "%pB: TLS sections are not adjacent:"
msgstr ""
-#: elf.c:5020
+#: elf.c:5076
#, c-format
msgid "\t TLS: %pA"
msgstr ""
-#: elf.c:5024
+#: elf.c:5080
#, c-format
msgid "\tnon-TLS: %pA"
msgstr ""
-#: elf.c:5538
+#: elf.c:5595
#, c-format
msgid ""
"%pB: The first section in the PT_DYNAMIC segment is not the .dynamic section"
msgstr ""
-#: elf.c:5566
+#: elf.c:5623
#, c-format
msgid "%pB: not enough room for program headers, try linking with -N"
msgstr ""
-#: elf.c:5654
+#: elf.c:5711
#, c-format
msgid "%pB: section %pA lma %#<PRIx64> adjusted to %#<PRIx64>"
msgstr ""
-#: elf.c:5791
+#: elf.c:5848
#, c-format
msgid "%pB: section `%pA' can't be allocated in segment %d"
msgstr ""
-#: elf.c:5839
+#: elf.c:5931
#, c-format
msgid "%pB: warning: allocated section `%s' not in segment"
msgstr ""
-#: elf.c:6072
+#: elf.c:6164
#, c-format
msgid ""
"%pB: error: non-load segment %d includes file header and/or program header"
@@ -1222,170 +1241,187 @@ msgstr ""
#. The fix for this error is usually to edit the linker script being
#. used and set up the program headers manually. Either that or
#. leave room for the headers at the start of the SECTIONS.
-#: elf.c:6249
+#: elf.c:6341
#, c-format
msgid "%pB: error: PHDR segment not covered by LOAD segment"
msgstr ""
-#: elf.c:6606
+#: elf.c:6698
#, c-format
msgid "%pB: symbol `%s' required but not present"
msgstr ""
-#: elf.c:6949
+#: elf.c:7041
#, c-format
msgid ""
"%pB: warning: empty loadable segment detected at vaddr=%#<PRIx64>, is this "
"intentional?"
msgstr ""
-#: elf.c:7574
+#: elf.c:7666
#, c-format
msgid "%pB: warning: segment alignment of %#<PRIx64> is too large"
msgstr ""
-#: elf.c:8073
+#: elf.c:8166
#, c-format
msgid ""
"unable to find equivalent output section for symbol '%s' from section '%s'"
msgstr ""
-#: elf.c:8421
+#: elf.c:8521
#, c-format
msgid "%pB: .gnu.version_r invalid entry"
msgstr ""
-#: elf.c:8548
+#: elf.c:8537
+#, c-format
+msgid "error: %pB version reference section is too large (%#<PRIx64> bytes)"
+msgstr ""
+
+#: elf.c:8660
#, c-format
msgid "%pB: .gnu.version_d invalid entry"
msgstr ""
-#: elf32-arc.c:440 elf32-frv.c:6630 elf32-iq2000.c:870 elf32-m32c.c:914
-#: elf32-mt.c:562 elf32-rl78.c:1260 elf32-rx.c:3199 elf32-visium.c:841
-#: elf64-ppc.c:4950
+#: elf.c:12180
+msgid "GNU_MBIND section is unsupported"
+msgstr ""
+
+#: elf.c:12182
+msgid "symbol type STT_GNU_IFUNC is unsupported"
+msgstr ""
+
+#: elf.c:12184
+msgid "symbol binding STB_GNU_UNIQUE is unsupported"
+msgstr ""
+
+#: elf32-arc.c:459 elf32-frv.c:6628 elf32-iq2000.c:868 elf32-m32c.c:914
+#: elf32-mt.c:562 elf32-rl78.c:1260 elf32-rx.c:3199 elf32-visium.c:839
+#: elf64-ppc.c:5250
#, c-format
msgid "private flags = 0x%lx:"
msgstr ""
-#: elf32-arc.c:627
+#: elf32-arc.c:646
#, c-format
msgid "warning: %pB: conflicting platform configuration %s with %s"
msgstr ""
-#: elf32-arc.c:646
+#: elf32-arc.c:665
#, c-format
msgid "error: %pB: unable to merge CPU base attributes %s with %s"
msgstr ""
-#: elf32-arc.c:683
+#: elf32-arc.c:702
#, c-format
msgid "error: %pB: unable to merge ISA extension attributes %s"
msgstr ""
-#: elf32-arc.c:707
+#: elf32-arc.c:726
#, c-format
msgid "error: %pB: conflicting ISA extension attributes %s with %s"
msgstr ""
-#: elf32-arc.c:747
+#: elf32-arc.c:766
#, c-format
msgid "error: %pB: cannot mix rf16 with full register set %pB"
msgstr ""
-#: elf32-arc.c:775
+#: elf32-arc.c:794
#, c-format
msgid "error: %pB: conflicting attributes %s: %s with %s"
msgstr ""
-#: elf32-arc.c:802
+#: elf32-arc.c:821
#, c-format
msgid "error: %pB: conflicting attributes %s"
msgstr ""
-#: elf32-arc.c:907
+#: elf32-arc.c:926
#, c-format
msgid ""
"error: attempting to link %pB with a binary %pB of different architecture"
msgstr ""
-#: elf32-arc.c:923 elf32-iq2000.c:846 elf32-m32c.c:889 elf32-m68hc1x.c:1385
-#: elf32-ppc.c:3865 elf64-sparc.c:711 elfxx-mips.c:15354
+#: elf32-arc.c:942 elf32-iq2000.c:844 elf32-m32c.c:889 elf32-m68hc1x.c:1383
+#: elf32-ppc.c:3855 elf64-sparc.c:727 elfxx-mips.c:15534
#, c-format
msgid "%pB: uses different e_flags (%#x) fields than previous modules (%#x)"
msgstr ""
-#: elf32-arc.c:1012
+#: elf32-arc.c:1031
msgid "error: the ARC4 architecture is no longer supported"
msgstr ""
-#: elf32-arc.c:1018
+#: elf32-arc.c:1037
msgid "warning: unset or old architecture flags; use default machine"
msgstr ""
-#: elf32-arc.c:1151
+#: elf32-arc.c:1163
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): CMEM relocation to `%s' is invalid, 16 MSB should be "
"%#x (value is %#<PRIx64>)"
msgstr ""
-#: elf32-arc.c:1162
+#: elf32-arc.c:1174
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): CMEM relocation to `%s+%#<PRIx64>' is invalid, 16 MSB "
"should be %#x (value is %#<PRIx64>)"
msgstr ""
-#: elf32-arc.c:1876
+#: elf32-arc.c:1888
msgid "GOT and PLT relocations cannot be fixed with a non dynamic linker"
msgstr ""
-#: elf32-arc.c:1900 elf32-rl78.c:1098 elf32-rx.c:1470
+#: elf32-arc.c:1912 elf32-rl78.c:1098 elf32-rx.c:1470
#, c-format
msgid ""
"%pB(%pA): warning: unaligned access to symbol '%s' in the small data area"
msgstr ""
-#: elf32-arc.c:1905 elf32-rl78.c:1103 elf32-rx.c:1475
+#: elf32-arc.c:1917 elf32-rl78.c:1103 elf32-rx.c:1475
#, c-format
msgid "%pB(%pA): internal error: out of range error"
msgstr ""
-#: elf32-arc.c:1910 elf32-rl78.c:1108 elf32-rx.c:1480
+#: elf32-arc.c:1922 elf32-rl78.c:1108 elf32-rx.c:1480
#, c-format
msgid "%pB(%pA): internal error: unsupported relocation error"
msgstr ""
-#: elf32-arc.c:1915 elf32-rl78.c:1113 elf32-rx.c:1485
+#: elf32-arc.c:1927 elf32-rl78.c:1113 elf32-rx.c:1485
#, c-format
msgid "%pB(%pA): internal error: dangerous relocation"
msgstr ""
-#: elf32-arc.c:1920 elf32-rl78.c:1118 elf32-rx.c:1490
+#: elf32-arc.c:1932 elf32-rl78.c:1118 elf32-rx.c:1490
#, c-format
msgid "%pB(%pA): internal error: unknown error"
msgstr ""
-#: elf32-arc.c:2013 elf32-arc.c:2081 elf32-arm.c:15323 elf32-metag.c:2257
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7462
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:497
+#: elf32-arc.c:2025 elf32-arc.c:2093 elf32-arm.c:15558 elf32-metag.c:2257
+#: elf32-nds32.c:5639 ../../../binutils-gdb/bfd/elfnn-aarch64.c:7735
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:511
#, c-format
msgid ""
"%pB: relocation %s against `%s' can not be used when making a shared object; "
"recompile with -fPIC"
msgstr ""
-#: elf32-arc.c:2949
+#: elf32-arc.c:2961
#, c-format
msgid "%pB: unknown mandatory ARC object attribute %d"
msgstr ""
-#: elf32-arc.c:2957
+#: elf32-arc.c:2969
#, c-format
msgid "warning: %pB: unknown ARC object attribute %d"
msgstr ""
-#: elf32-arm.c:4304 elf32-arm.c:4338 elf32-arm.c:4357 elf32-arm.c:4409
+#: elf32-arm.c:4358 elf32-arm.c:4392 elf32-arm.c:4411 elf32-arm.c:4463
#, c-format
msgid ""
"%pB(%pA): warning: long branch veneers used in section with SHF_ARM_PURECODE "
@@ -1393,141 +1429,148 @@ msgid ""
"movw instruction"
msgstr ""
-#: elf32-arm.c:4369 elf32-arm.c:4423 elf32-arm.c:9093 elf32-arm.c:9183
+#: elf32-arm.c:4423 elf32-arm.c:4477 elf32-arm.c:9166 elf32-arm.c:9256
#, c-format
msgid ""
"%pB(%s): warning: interworking not enabled; first occurrence: %pB: %s call "
"to %s"
msgstr ""
-#: elf32-arm.c:4697
+#: elf32-arm.c:4603
+#, c-format
+msgid ""
+"ERROR: CMSE stub (%s section) too far (%#<PRIx64>) from destination "
+"(%#<PRIx64>)"
+msgstr ""
+
+#: elf32-arm.c:4772
#, c-format
msgid "no address assigned to the veneers output section %s"
msgstr ""
-#: elf32-arm.c:4772 elf32-arm.c:6909 elf32-csky.c:3287 elf32-hppa.c:579
-#: elf32-m68hc1x.c:165 elf32-metag.c:1186 elf32-nios2.c:2208 elf64-ppc.c:3501
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:3098
+#: elf32-arm.c:4847 elf32-arm.c:6982 elf32-csky.c:3285 elf32-hppa.c:579
+#: elf32-m68hc1x.c:165 elf32-metag.c:1186 elf32-nios2.c:2208 elf64-ppc.c:3725
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:3235
#, c-format
msgid "%pB: cannot create stub entry %s"
msgstr ""
-#: elf32-arm.c:5957
+#: elf32-arm.c:6030
#, c-format
msgid "%pB: special symbol `%s' only allowed for ARMv8-M architecture or later"
msgstr ""
-#: elf32-arm.c:5966
+#: elf32-arm.c:6039
#, c-format
msgid ""
"%pB: invalid special symbol `%s'; it must be a global or weak function symbol"
msgstr ""
-#: elf32-arm.c:6005
+#: elf32-arm.c:6078
#, c-format
msgid ""
"%pB: invalid standard symbol `%s'; it must be a global or weak function "
"symbol"
msgstr ""
-#: elf32-arm.c:6011
+#: elf32-arm.c:6084
#, c-format
msgid "%pB: absent standard symbol `%s'"
msgstr ""
-#: elf32-arm.c:6023
+#: elf32-arm.c:6096
#, c-format
msgid "%pB: `%s' and its special symbol are in different sections"
msgstr ""
-#: elf32-arm.c:6035
+#: elf32-arm.c:6108
#, c-format
msgid "%pB: entry function `%s' not output"
msgstr ""
-#: elf32-arm.c:6042
+#: elf32-arm.c:6115
#, c-format
msgid "%pB: entry function `%s' is empty"
msgstr ""
-#: elf32-arm.c:6171
+#: elf32-arm.c:6244
#, c-format
msgid "%pB: --in-implib only supported for Secure Gateway import libraries"
msgstr ""
-#: elf32-arm.c:6217
+#: elf32-arm.c:6290
#, c-format
msgid ""
"%pB: invalid import library entry: `%s'; symbol should be absolute, global "
"and refer to Thumb functions"
msgstr ""
-#: elf32-arm.c:6239
+#: elf32-arm.c:6312
#, c-format
msgid "entry function `%s' disappeared from secure code"
msgstr ""
-#: elf32-arm.c:6263
+#: elf32-arm.c:6336
#, c-format
msgid "`%s' refers to a non entry function"
msgstr ""
-#: elf32-arm.c:6278
+#: elf32-arm.c:6351
#, c-format
msgid "%pB: visibility of symbol `%s' has changed"
msgstr ""
-#: elf32-arm.c:6287
+#: elf32-arm.c:6360
#, c-format
msgid "%pB: incorrect size for symbol `%s'"
msgstr ""
-#: elf32-arm.c:6306
+#: elf32-arm.c:6379
#, c-format
msgid "offset of veneer for entry function `%s' not a multiple of its size"
msgstr ""
-#: elf32-arm.c:6326
+#: elf32-arm.c:6399
msgid ""
"new entry function(s) introduced but no output import library specified:"
msgstr ""
-#: elf32-arm.c:6334
+#: elf32-arm.c:6407
#, c-format
msgid "start address of `%s' is different from previous link"
msgstr ""
-#: elf32-arm.c:7042 elf32-arm.c:7078
+#: elf32-arm.c:7115 elf32-arm.c:7151
#, c-format
msgid "unable to find %s glue '%s' for '%s'"
msgstr ""
-#: elf32-arm.c:7793
+#: elf32-arm.c:7866
#, c-format
msgid "%pB: BE8 images only valid in big-endian mode"
msgstr ""
#. Give a warning, but do as the user requests anyway.
-#: elf32-arm.c:8024
+#: elf32-arm.c:8097
#, c-format
msgid ""
"%pB: warning: selected VFP11 erratum workaround is not necessary for target "
"architecture"
msgstr ""
-#: elf32-arm.c:8051
+#: elf32-arm.c:8124
#, c-format
msgid ""
"%pB: warning: selected STM32L4XX erratum workaround is not necessary for "
"target architecture"
msgstr ""
-#: elf32-arm.c:8588 elf32-arm.c:8608 elf32-arm.c:8674 elf32-arm.c:8693
+#: elf32-arm.c:8661 elf32-arm.c:8681 elf32-arm.c:8747 elf32-arm.c:8766
#, c-format
msgid "%pB: unable to find %s veneer `%s'"
msgstr ""
-#: elf32-arm.c:8900
+#: elf32-arm.c:8973
#, c-format
msgid ""
"%pB(%pA+%#x): error: multiple load detected in non-last IT block "
@@ -1535,202 +1578,202 @@ msgid ""
"it to generate only one instruction per IT block"
msgstr ""
-#: elf32-arm.c:9000
+#: elf32-arm.c:9073
#, c-format
msgid "invalid TARGET2 relocation type '%s'"
msgstr ""
#. FIXME: We ought to be able to generate thumb-1 PLT
#. instructions...
-#: elf32-arm.c:9802
+#: elf32-arm.c:9875
#, c-format
msgid "%pB: warning: thumb-1 mode PLT generation not currently supported"
msgstr ""
-#: elf32-arm.c:10106 elf32-arm.c:10148
+#: elf32-arm.c:10179 elf32-arm.c:10221
#, c-format
msgid "%pB(%pA+%#<PRIx64>): unexpected %s instruction '%#lx' in TLS trampoline"
msgstr ""
-#: elf32-arm.c:10492
+#: elf32-arm.c:10565
msgid "shared object"
msgstr ""
-#: elf32-arm.c:10495
+#: elf32-arm.c:10568
msgid "PIE executable"
msgstr ""
-#: elf32-arm.c:10498
+#: elf32-arm.c:10571
#, c-format
msgid ""
"%pB: relocation %s against external or undefined symbol `%s' can not be used "
"when making a %s; recompile with -fPIC"
msgstr ""
-#: elf32-arm.c:10635 elf32-arm.c:11062
+#: elf32-arm.c:10708 elf32-arm.c:11135
#, c-format
msgid "%pB: warning: %s BLX instruction targets %s function '%s'"
msgstr ""
-#: elf32-arm.c:11975 elf32-arm.c:12001
+#: elf32-arm.c:12048 elf32-arm.c:12074
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): unexpected %s instruction '%#lx' referenced by "
"TLS_GOTDESC"
msgstr ""
-#: elf32-arm.c:12047 elf32-csky.c:4853 elf32-m68k.c:3703 elf32-metag.c:1919
-#: elf32-nios2.c:4366
+#: elf32-arm.c:12120 elf32-csky.c:4851 elf32-m68k.c:3714 elf32-metag.c:1919
+#: elf32-nios2.c:4378
#, c-format
msgid "%pB(%pA+%#<PRIx64>): %s relocation not permitted in shared object"
msgstr ""
-#: elf32-arm.c:12261
+#: elf32-arm.c:12334
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): only ADD or SUB instructions are allowed for ALU group "
"relocations"
msgstr ""
-#: elf32-arm.c:12302 elf32-arm.c:12394 elf32-arm.c:12482 elf32-arm.c:12572
+#: elf32-arm.c:12375 elf32-arm.c:12467 elf32-arm.c:12555 elf32-arm.c:12645
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): overflow whilst splitting %#<PRIx64> for group "
"relocation %s"
msgstr ""
-#: elf32-arm.c:13078 elf32-sh.c:3689
+#: elf32-arm.c:13277 elf32-sh.c:3689
#, c-format
msgid "%pB(%pA+%#<PRIx64>): %s relocation against SEC_MERGE section"
msgstr ""
-#: elf32-arm.c:13191 elf32-m68k.c:3936 elf32-xtensa.c:2703
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6534
+#: elf32-arm.c:13390 elf32-m68k.c:3947 elf32-xtensa.c:2703
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:6807
#, c-format
msgid "%pB(%pA+%#<PRIx64>): %s used with TLS symbol %s"
msgstr ""
-#: elf32-arm.c:13193 elf32-m68k.c:3938 elf32-xtensa.c:2705
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6536
+#: elf32-arm.c:13392 elf32-m68k.c:3949 elf32-xtensa.c:2705
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:6809
#, c-format
msgid "%pB(%pA+%#<PRIx64>): %s used with non-TLS symbol %s"
msgstr ""
-#: elf32-arm.c:13276 elf32-tic6x.c:2708
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6871
+#: elf32-arm.c:13475 elf32-tic6x.c:2708
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7144
msgid "out of range"
msgstr ""
-#: elf32-arm.c:13280 elf32-nios2.c:4500 elf32-pru.c:933 elf32-tic6x.c:2712
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6875
+#: elf32-arm.c:13479 elf32-nios2.c:4512 elf32-pru.c:933 elf32-tic6x.c:2712
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7148
msgid "unsupported relocation"
msgstr ""
-#: elf32-arm.c:13288 elf32-nios2.c:4510 elf32-pru.c:943 elf32-tic6x.c:2720
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6883
+#: elf32-arm.c:13487 elf32-nios2.c:4522 elf32-pru.c:943 elf32-tic6x.c:2720
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7156
msgid "unknown error"
msgstr ""
-#: elf32-arm.c:13764
+#: elf32-arm.c:13965
#, c-format
msgid ""
"warning: not setting interworking flag of %pB since it has already been "
"specified as non-interworking"
msgstr ""
-#: elf32-arm.c:13768
+#: elf32-arm.c:13969
#, c-format
msgid "warning: clearing the interworking flag of %pB due to outside request"
msgstr ""
-#: elf32-arm.c:13813
+#: elf32-arm.c:14014
#, c-format
msgid ""
"warning: clearing the interworking flag of %pB because non-interworking code "
"in %pB has been linked with it"
msgstr ""
-#: elf32-arm.c:13900
+#: elf32-arm.c:14101
#, c-format
msgid "%pB: unknown mandatory EABI object attribute %d"
msgstr ""
-#: elf32-arm.c:13908
+#: elf32-arm.c:14109
#, c-format
msgid "warning: %pB: unknown EABI object attribute %d"
msgstr ""
-#: elf32-arm.c:14175
+#: elf32-arm.c:14409
#, c-format
msgid "error: %pB: unknown CPU architecture"
msgstr ""
-#: elf32-arm.c:14213 elf32-nios2.c:2946
+#: elf32-arm.c:14447 elf32-nios2.c:2946
#, c-format
msgid "error: %pB: conflicting CPU architectures %d/%d"
msgstr ""
-#: elf32-arm.c:14310
+#: elf32-arm.c:14544
#, c-format
msgid ""
"Error: %pB has both the current and legacy Tag_MPextension_use attributes"
msgstr ""
-#: elf32-arm.c:14339
+#: elf32-arm.c:14573
#, c-format
msgid "error: %pB uses VFP register arguments, %pB does not"
msgstr ""
-#: elf32-arm.c:14497
+#: elf32-arm.c:14732
#, c-format
msgid "error: %pB: unable to merge virtualization attributes with %pB"
msgstr ""
-#: elf32-arm.c:14523
+#: elf32-arm.c:14758
#, c-format
msgid "error: %pB: conflicting architecture profiles %c/%c"
msgstr ""
-#: elf32-arm.c:14662
+#: elf32-arm.c:14897
#, c-format
msgid "warning: %pB: conflicting platform configuration"
msgstr ""
-#: elf32-arm.c:14671
+#: elf32-arm.c:14906
#, c-format
msgid "error: %pB: conflicting use of R9"
msgstr ""
-#: elf32-arm.c:14683
+#: elf32-arm.c:14918
#, c-format
msgid "error: %pB: SB relative addressing conflicts with use of R9"
msgstr ""
-#: elf32-arm.c:14696
+#: elf32-arm.c:14931
#, c-format
msgid ""
"warning: %pB 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:14727
+#: elf32-arm.c:14962
#, c-format
msgid ""
"warning: %pB uses %s enums yet the output is to use %s enums; use of enum "
"values across objects may fail"
msgstr ""
-#: elf32-arm.c:14739
+#: elf32-arm.c:14974
#, c-format
msgid "error: %pB uses iWMMXt register arguments, %pB does not"
msgstr ""
-#: elf32-arm.c:14756
+#: elf32-arm.c:14991
#, c-format
msgid "error: fp16 format mismatch between %pB and %pB"
msgstr ""
-#: elf32-arm.c:14792
+#: elf32-arm.c:15027
#, c-format
msgid "%pB has both the current and legacy Tag_MPextension_use attributes"
msgstr ""
@@ -1740,280 +1783,280 @@ 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:14879 elf32-bfin.c:4740 elf32-cris.c:3908 elf32-m68hc1x.c:1410
-#: elf32-m68k.c:1201 elf32-score.c:4000 elf32-score7.c:3805 elf32-vax.c:537
-#: elf32-xgate.c:494 elfxx-mips.c:16037
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7037
+#: elf32-arm.c:15114 elf32-bfin.c:4738 elf32-cris.c:3906 elf32-m68hc1x.c:1408
+#: elf32-m68k.c:1203 elf32-score.c:4000 elf32-score7.c:3805 elf32-vax.c:537
+#: elf32-xgate.c:494 elfxx-mips.c:16219
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7310
#, c-format
msgid "private flags = %lx:"
msgstr ""
-#: elf32-arm.c:14888
+#: elf32-arm.c:15123
#, c-format
msgid " [interworking enabled]"
msgstr ""
-#: elf32-arm.c:14896
+#: elf32-arm.c:15131
#, c-format
msgid " [VFP float format]"
msgstr ""
-#: elf32-arm.c:14898
+#: elf32-arm.c:15133
#, c-format
msgid " [Maverick float format]"
msgstr ""
-#: elf32-arm.c:14900
+#: elf32-arm.c:15135
#, c-format
msgid " [FPA float format]"
msgstr ""
-#: elf32-arm.c:14903
+#: elf32-arm.c:15138
#, c-format
msgid " [floats passed in float registers]"
msgstr ""
-#: elf32-arm.c:14906 elf32-arm.c:14992
+#: elf32-arm.c:15141 elf32-arm.c:15227
#, c-format
msgid " [position independent]"
msgstr ""
-#: elf32-arm.c:14909
+#: elf32-arm.c:15144
#, c-format
msgid " [new ABI]"
msgstr ""
-#: elf32-arm.c:14912
+#: elf32-arm.c:15147
#, c-format
msgid " [old ABI]"
msgstr ""
-#: elf32-arm.c:14915
+#: elf32-arm.c:15150
#, c-format
msgid " [software FP]"
msgstr ""
-#: elf32-arm.c:14924
+#: elf32-arm.c:15159
#, c-format
msgid " [Version1 EABI]"
msgstr ""
-#: elf32-arm.c:14927 elf32-arm.c:14938
+#: elf32-arm.c:15162 elf32-arm.c:15173
#, c-format
msgid " [sorted symbol table]"
msgstr ""
-#: elf32-arm.c:14929 elf32-arm.c:14940
+#: elf32-arm.c:15164 elf32-arm.c:15175
#, c-format
msgid " [unsorted symbol table]"
msgstr ""
-#: elf32-arm.c:14935
+#: elf32-arm.c:15170
#, c-format
msgid " [Version2 EABI]"
msgstr ""
-#: elf32-arm.c:14943
+#: elf32-arm.c:15178
#, c-format
msgid " [dynamic symbols use segment index]"
msgstr ""
-#: elf32-arm.c:14946
+#: elf32-arm.c:15181
#, c-format
msgid " [mapping symbols precede others]"
msgstr ""
-#: elf32-arm.c:14953
+#: elf32-arm.c:15188
#, c-format
msgid " [Version3 EABI]"
msgstr ""
-#: elf32-arm.c:14957
+#: elf32-arm.c:15192
#, c-format
msgid " [Version4 EABI]"
msgstr ""
-#: elf32-arm.c:14961
+#: elf32-arm.c:15196
#, c-format
msgid " [Version5 EABI]"
msgstr ""
-#: elf32-arm.c:14964
+#: elf32-arm.c:15199
#, c-format
msgid " [soft-float ABI]"
msgstr ""
-#: elf32-arm.c:14967
+#: elf32-arm.c:15202
#, c-format
msgid " [hard-float ABI]"
msgstr ""
-#: elf32-arm.c:14973
+#: elf32-arm.c:15208
#, c-format
msgid " [BE8]"
msgstr ""
-#: elf32-arm.c:14976
+#: elf32-arm.c:15211
#, c-format
msgid " [LE8]"
msgstr ""
-#: elf32-arm.c:14982
+#: elf32-arm.c:15217
#, c-format
msgid " <EABI version unrecognised>"
msgstr ""
-#: elf32-arm.c:14989
+#: elf32-arm.c:15224
#, c-format
msgid " [relocatable executable]"
msgstr ""
-#: elf32-arm.c:14995
+#: elf32-arm.c:15230
#, c-format
msgid " [FDPIC ABI supplement]"
msgstr ""
-#: elf32-arm.c:15000 /work/sources/binutils/current/bfd/elfnn-aarch64.c:7040
+#: elf32-arm.c:15235 ../../../binutils-gdb/bfd/elfnn-aarch64.c:7313
#, c-format
msgid "<Unrecognised flag bits set>"
msgstr ""
-#: elf32-arm.c:15117 elf32-i386.c:1529 elf32-s390.c:960 elf32-tic6x.c:2783
-#: elf32-tilepro.c:1479 elf32-xtensa.c:1029 elf64-s390.c:882
-#: elf64-x86-64.c:1865 elfxx-sparc.c:1422 elfxx-tilegx.c:1700
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7329
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:539
+#: elf32-arm.c:15352 elf32-i386.c:1529 elf32-s390.c:960 elf32-tic6x.c:2783
+#: elf32-tilepro.c:1479 elf32-xtensa.c:1031 elf64-s390.c:882
+#: elf64-x86-64.c:1874 elfxx-sparc.c:1422 elfxx-tilegx.c:1700
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7602
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:553
#, c-format
msgid "%pB: bad symbol index: %d"
msgstr ""
-#: elf32-arm.c:15508
+#: elf32-arm.c:15741
#, c-format
msgid ""
"FDPIC does not yet support %s relocation to become dynamic for executable"
msgstr ""
-#: elf32-arm.c:16558 elf32-csky.c:1931 elf32-hppa.c:2090 elf32-lm32.c:1998
-#: elf32-m32r.c:2110 elf32-metag.c:2797 elf32-nds32.c:4330 elf32-or1k.c:2858
-#: elf32-ppc.c:5469 elf32-s390.c:1854 elf32-sh.c:2975 elf32-tic6x.c:3252
-#: elf32-tilepro.c:2245 elf64-ppc.c:9023 elf64-s390.c:1791 elfxx-sparc.c:2435
+#: elf32-arm.c:16817 elf32-csky.c:1931 elf32-hppa.c:2088 elf32-lm32.c:2000
+#: elf32-m32r.c:2110 elf32-metag.c:2795 elf32-nds32.c:4330 elf32-or1k.c:2859
+#: elf32-ppc.c:5459 elf32-s390.c:1853 elf32-sh.c:2975 elf32-tic6x.c:3252
+#: elf32-tilepro.c:2245 elf64-ppc.c:9660 elf64-s390.c:1789 elfxx-sparc.c:2433
#: elfxx-tilegx.c:2491 elfxx-x86.c:571
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:8677
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:1142
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:8943
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:1156
#, c-format
msgid "%pB: dynamic relocation against `%pT' in read-only section `%pA'\n"
msgstr ""
-#: elf32-arm.c:16854
+#: elf32-arm.c:17113
#, c-format
msgid "errors encountered processing file %pB"
msgstr ""
-#: elf32-arm.c:17301 elflink.c:12556 elflink.c:12603
+#: elf32-arm.c:17560 elflink.c:12632 elflink.c:12679
#, c-format
msgid "could not find section %s"
msgstr ""
-#: elf32-arm.c:18512
+#: elf32-arm.c:18775
#, c-format
msgid "%pB: 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:18539
+#: elf32-arm.c:18802
#, c-format
msgid "%pB: error: Cortex-A8 erratum stub out of range (input file too large)"
msgstr ""
-#: elf32-arm.c:19366 elf32-arm.c:19388
+#: elf32-arm.c:19629 elf32-arm.c:19651
#, c-format
msgid "%pB: error: VFP11 veneer out of range"
msgstr ""
-#: elf32-arm.c:19439
+#: elf32-arm.c:19702
#, c-format
msgid ""
"%pB(%#<PRIx64>): error: cannot create STM32L4XX veneer; jump out of range by "
"%<PRId64> bytes; cannot encode branch instruction"
msgstr ""
-#: elf32-arm.c:19478
+#: elf32-arm.c:19741
#, c-format
msgid "%pB: error: cannot create STM32L4XX veneer"
msgstr ""
-#: elf32-arm.c:20567
+#: elf32-arm.c:20820
#, c-format
msgid "error: %pB is already in final BE8 format"
msgstr ""
-#: elf32-arm.c:20643
+#: elf32-arm.c:20896
#, c-format
msgid ""
"error: source object %pB has EABI version %d, but target %pB has EABI "
"version %d"
msgstr ""
-#: elf32-arm.c:20658
+#: elf32-arm.c:20911
#, c-format
msgid "error: %pB is compiled for APCS-%d, whereas target %pB uses APCS-%d"
msgstr ""
-#: elf32-arm.c:20668
+#: elf32-arm.c:20921
#, c-format
msgid ""
"error: %pB passes floats in float registers, whereas %pB passes them in "
"integer registers"
msgstr ""
-#: elf32-arm.c:20672
+#: elf32-arm.c:20925
#, c-format
msgid ""
"error: %pB passes floats in integer registers, whereas %pB passes them in "
"float registers"
msgstr ""
-#: elf32-arm.c:20682 elf32-arm.c:20686 elf32-arm.c:20696
+#: elf32-arm.c:20935 elf32-arm.c:20939 elf32-arm.c:20949
#, c-format
msgid "error: %pB uses %s instructions, whereas %pB does not"
msgstr ""
-#: elf32-arm.c:20700
+#: elf32-arm.c:20953
#, c-format
msgid "error: %pB does not use %s instructions, whereas %pB does"
msgstr ""
-#: elf32-arm.c:20719
+#: elf32-arm.c:20972
#, c-format
msgid "error: %pB uses software FP, whereas %pB uses hardware FP"
msgstr ""
-#: elf32-arm.c:20723
+#: elf32-arm.c:20976
#, c-format
msgid "error: %pB uses hardware FP, whereas %pB uses software FP"
msgstr ""
-#: elf32-arm.c:20737
+#: elf32-arm.c:20990
#, c-format
msgid "warning: %pB supports interworking, whereas %pB does not"
msgstr ""
-#: elf32-arm.c:20743
+#: elf32-arm.c:20996
#, c-format
msgid "warning: %pB does not support interworking, whereas %pB does"
msgstr ""
-#: elf32-avr.c:1518 elf32-bfin.c:3135 elf32-cris.c:2041 elf32-epiphany.c:577
+#: elf32-avr.c:1518 elf32-bfin.c:3133 elf32-cris.c:2041 elf32-epiphany.c:577
#: elf32-fr30.c:602 elf32-frv.c:4057 elf32-ft32.c:502 elf32-ip2k.c:1493
-#: elf32-iq2000.c:701 elf32-m32c.c:632 elf32-mep.c:534 elf32-metag.c:1998
+#: elf32-iq2000.c:699 elf32-m32c.c:632 elf32-mep.c:534 elf32-metag.c:1998
#: elf32-moxie.c:296 elf32-msp430.c:1366 elf32-mt.c:406 elf32-or1k.c:1767
-#: elf32-tilepro.c:3514 elf32-v850.c:2299 elf32-visium.c:689
-#: elf32-xstormy16.c:939 elf64-mmix.c:1549 elfxx-tilegx.c:3878
+#: elf32-tilepro.c:3514 elf32-v850.c:2297 elf32-visium.c:688
+#: elf32-xstormy16.c:937 elf64-bpf.c:496 elf64-mmix.c:1549 elfxx-tilegx.c:3878
msgid "internal error: dangerous relocation"
msgstr ""
-#: elf32-avr.c:3327 /work/sources/binutils/current/bfd/elfnn-aarch64.c:3126
+#: elf32-avr.c:3339 ../../../binutils-gdb/bfd/elfnn-aarch64.c:3266
#, c-format
msgid "cannot create stub entry %s"
msgstr ""
@@ -2022,73 +2065,73 @@ msgstr ""
msgid "relocation should be even number"
msgstr ""
-#: elf32-bfin.c:1585
+#: elf32-bfin.c:1583
#, c-format
msgid "%pB(%pA+%#<PRIx64>): unresolvable relocation against symbol `%s'"
msgstr ""
-#: elf32-bfin.c:1617 elf32-i386.c:3449 elf32-m68k.c:3976 elf32-s390.c:3269
-#: elf64-s390.c:3219 elf64-x86-64.c:3896
+#: elf32-bfin.c:1615 elf32-i386.c:3443 elf32-m68k.c:3987 elf32-s390.c:3268
+#: elf64-s390.c:3217 elf64-x86-64.c:4011
#, c-format
msgid "%pB(%pA+%#<PRIx64>): reloc against `%s': error %d"
msgstr ""
-#: elf32-bfin.c:2638
+#: elf32-bfin.c:2636
#, c-format
msgid ""
"%pB: relocation at `%pA+%#<PRIx64>' references symbol `%s' with nonzero "
"addend"
msgstr ""
-#: elf32-bfin.c:2655
+#: elf32-bfin.c:2653
msgid "relocation references symbol not defined in the module"
msgstr ""
-#: elf32-bfin.c:2752
+#: elf32-bfin.c:2750
msgid "R_BFIN_FUNCDESC references dynamic symbol with nonzero addend"
msgstr ""
-#: elf32-bfin.c:2793 elf32-bfin.c:2916
+#: elf32-bfin.c:2791 elf32-bfin.c:2914
msgid "cannot emit fixups in read-only section"
msgstr ""
-#: elf32-bfin.c:2824 elf32-bfin.c:2954 elf32-lm32.c:1049 elf32-sh.c:4511
+#: elf32-bfin.c:2822 elf32-bfin.c:2952 elf32-lm32.c:1050 elf32-sh.c:4511
msgid "cannot emit dynamic relocations in read-only section"
msgstr ""
-#: elf32-bfin.c:2874
+#: elf32-bfin.c:2872
msgid "R_BFIN_FUNCDESC_VALUE references dynamic symbol with nonzero addend"
msgstr ""
-#: elf32-bfin.c:3039
+#: elf32-bfin.c:3037
msgid "relocations between different segments are not supported"
msgstr ""
-#: elf32-bfin.c:3040
+#: elf32-bfin.c:3038
msgid "warning: relocation references a different segment"
msgstr ""
-#: elf32-bfin.c:4787 elf32-frv.c:6603
+#: elf32-bfin.c:4785 elf32-frv.c:6601
#, c-format
msgid "%pB: cannot link non-fdpic object file into fdpic executable"
msgstr ""
-#: elf32-bfin.c:4791 elf32-frv.c:6607
+#: elf32-bfin.c:4789 elf32-frv.c:6605
#, c-format
msgid "%pB: cannot link fdpic object file into non-fdpic executable"
msgstr ""
-#: elf32-bfin.c:4941
+#: elf32-bfin.c:4939
#, c-format
msgid "*** check this relocation %s"
msgstr ""
-#: elf32-bfin.c:5057
+#: elf32-bfin.c:5055
msgid ""
"the bfin target does not currently support the generation of copy relocations"
msgstr ""
-#: elf32-bfin.c:5351 elf32-cr16.c:2803 elf32-m68k.c:4390
+#: elf32-bfin.c:5349 elf32-cr16.c:2801 elf32-m68k.c:4401
msgid "unsupported relocation type"
msgstr ""
@@ -2189,50 +2232,50 @@ msgid ""
"recompile with -fPIC"
msgstr ""
-#: elf32-cris.c:3747
+#: elf32-cris.c:3745
#, c-format
msgid ""
"%pB, section `%pA', to symbol `%s': relocation %s should not be used in a "
"shared object; recompile with -fPIC"
msgstr ""
-#: elf32-cris.c:3860
+#: elf32-cris.c:3857
msgid "unexpected machine number"
msgstr ""
-#: elf32-cris.c:3911
+#: elf32-cris.c:3909
#, c-format
msgid " [symbols have a _ prefix]"
msgstr ""
-#: elf32-cris.c:3914
+#: elf32-cris.c:3912
#, c-format
msgid " [v10 and v32]"
msgstr ""
-#: elf32-cris.c:3917
+#: elf32-cris.c:3915
#, c-format
msgid " [v32]"
msgstr ""
-#: elf32-cris.c:3961
+#: elf32-cris.c:3959
#, c-format
msgid ""
"%pB: uses _-prefixed symbols, but writing file with non-prefixed symbols"
msgstr ""
-#: elf32-cris.c:3962
+#: elf32-cris.c:3960
#, c-format
msgid ""
"%pB: uses non-prefixed symbols, but writing file with _-prefixed symbols"
msgstr ""
-#: elf32-cris.c:3981
+#: elf32-cris.c:3979
#, c-format
msgid "%pB contains CRIS v32 code, incompatible with previous objects"
msgstr ""
-#: elf32-cris.c:3983
+#: elf32-cris.c:3981
#, c-format
msgid "%pB contains non-CRIS-v32 code, incompatible with previous objects"
msgstr ""
@@ -2241,24 +2284,24 @@ msgstr ""
msgid "GOT table size out of range"
msgstr ""
-#: elf32-csky.c:2917
+#: elf32-csky.c:2915
#, c-format
msgid "warning: unrecognized arch eflag '%#lx'"
msgstr ""
-#: elf32-csky.c:2977
+#: elf32-csky.c:2975
#, c-format
msgid "%pB: machine flag conflict with target"
msgstr ""
-#: elf32-csky.c:2990
+#: elf32-csky.c:2988
#, c-format
msgid ""
"warning: file %pB's arch flag ck%s conflicts with target ck%s, using ck%s"
msgstr ""
#. The r_type is error, not support it.
-#: elf32-csky.c:4225 elf32-i386.c:351
+#: elf32-csky.c:4223 elf32-i386.c:351
#, c-format
msgid "%pB: unsupported relocation type: %#x"
msgstr ""
@@ -2361,18 +2404,18 @@ msgstr ""
msgid "%H: reloc against `%s': %s\n"
msgstr ""
-#: elf32-frv.c:6514
+#: elf32-frv.c:6512
#, c-format
msgid ""
"%pB: compiled with %s and linked with modules that use non-pic relocations"
msgstr ""
-#: elf32-frv.c:6568 elf32-iq2000.c:832 elf32-m32c.c:876
+#: elf32-frv.c:6566 elf32-iq2000.c:830 elf32-m32c.c:876
#, c-format
msgid "%pB: compiled with %s and linked with modules compiled with %s"
msgstr ""
-#: elf32-frv.c:6581
+#: elf32-frv.c:6579
#, c-format
msgid ""
"%pB: uses different unknown e_flags (%#x) fields than previous modules (%#x)"
@@ -2383,7 +2426,7 @@ msgstr ""
msgid "%pB: relocations in generic ELF (EM: %d)"
msgstr ""
-#: elf32-hppa.c:834 elf32-hppa.c:3511
+#: elf32-hppa.c:834 elf32-hppa.c:3509
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): cannot reach %s, recompile with -ffunction-sections"
@@ -2396,34 +2439,34 @@ msgid ""
"with -fPIC"
msgstr ""
-#: elf32-hppa.c:2688
+#: elf32-hppa.c:2686
#, c-format
msgid "%pB: duplicate export stub %s"
msgstr ""
-#: elf32-hppa.c:3344
+#: elf32-hppa.c:3342
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): %s fixup for insn %#x is not supported in a non-shared "
"link"
msgstr ""
-#: elf32-hppa.c:4140
+#: elf32-hppa.c:4138
#, c-format
msgid "%s has both normal and TLS relocs"
msgstr ""
-#: elf32-hppa.c:4158
+#: elf32-hppa.c:4156
#, c-format
msgid "%pB:%s has both normal and TLS relocs"
msgstr ""
-#: elf32-hppa.c:4217
+#: elf32-hppa.c:4215
#, c-format
msgid "%pB(%pA+%#<PRIx64>): cannot handle %s for %s"
msgstr ""
-#: elf32-hppa.c:4521
+#: elf32-hppa.c:4519
msgid ".got section not immediately after .plt section"
msgstr ""
@@ -2441,60 +2484,60 @@ msgid ""
"can not be used when making a shared object"
msgstr ""
-#: elf32-i386.c:1726 elf32-s390.c:1188 elf32-sh.c:5662 elf32-tilepro.c:1592
+#: elf32-i386.c:1722 elf32-s390.c:1188 elf32-sh.c:5660 elf32-tilepro.c:1592
#: elf32-xtensa.c:1203 elf64-s390.c:1120 elfxx-sparc.c:1591 elfxx-tilegx.c:1805
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:451
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:465
#, c-format
msgid "%pB: `%s' accessed both as normal and thread local symbol"
msgstr ""
-#: elf32-i386.c:1798
+#: elf32-i386.c:1794
#, c-format
msgid "%pB: unsupported non-PIC call to IFUNC `%s'"
msgstr ""
-#: elf32-i386.c:2379 elf64-x86-64.c:2670
+#: elf32-i386.c:2373 elf64-x86-64.c:2674
#, c-format
msgid "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' isn't supported"
msgstr ""
-#: elf32-i386.c:2412 elf32-i386.c:3660 elf32-i386.c:3801 elf64-x86-64.c:2727
-#: elf64-x86-64.c:4069 elf64-x86-64.c:4225
+#: elf32-i386.c:2406 elf32-i386.c:3654 elf32-i386.c:3795 elf64-x86-64.c:2731
+#: elf64-x86-64.c:4184 elf64-x86-64.c:4340
#, c-format
msgid "Local IFUNC function `%s' in %pB\n"
msgstr ""
-#: elf32-i386.c:2569
+#: elf32-i386.c:2563
#, c-format
msgid ""
"%pB: direct GOT relocation %s against `%s' without base register can not be "
"used when making a shared object"
msgstr ""
-#: elf32-i386.c:2604 elf64-x86-64.c:2919
+#: elf32-i386.c:2598 elf64-x86-64.c:2923
msgid "hidden symbol"
msgstr ""
-#: elf32-i386.c:2607 elf64-x86-64.c:2922
+#: elf32-i386.c:2601 elf64-x86-64.c:2926
msgid "internal symbol"
msgstr ""
-#: elf32-i386.c:2610 elf64-x86-64.c:2925
+#: elf32-i386.c:2604 elf64-x86-64.c:2929
msgid "protected symbol"
msgstr ""
-#: elf32-i386.c:2613 elf64-x86-64.c:2928
+#: elf32-i386.c:2607 elf64-x86-64.c:2932
msgid "symbol"
msgstr ""
-#: elf32-i386.c:2619
+#: elf32-i386.c:2613
#, c-format
msgid ""
"%pB: relocation R_386_GOTOFF against undefined %s `%s' can not be used when "
"making a shared object"
msgstr ""
-#: elf32-i386.c:2632
+#: elf32-i386.c:2626
#, c-format
msgid ""
"%pB: relocation R_386_GOTOFF against protected %s `%s' can not be used when "
@@ -2521,15 +2564,15 @@ msgid ""
"ip2k linker: redundant page instruction at %#<PRIx64> (dest = %#<PRIx64>)"
msgstr ""
-#: elf32-lm32.c:651 elf32-nios2.c:3141
+#: elf32-lm32.c:652 elf32-nios2.c:3141
msgid "global pointer relative relocation when _gp not defined"
msgstr ""
-#: elf32-lm32.c:706 elf32-nios2.c:3578
+#: elf32-lm32.c:707 elf32-nios2.c:3578
msgid "global pointer relative address out of range"
msgstr ""
-#: elf32-lm32.c:1002
+#: elf32-lm32.c:1003
#, c-format
msgid "internal error: addend should be zero for %s"
msgstr ""
@@ -2568,120 +2611,120 @@ msgstr ""
msgid ": m32r2 instructions"
msgstr ""
-#: elf32-m68hc1x.c:1116
+#: elf32-m68hc1x.c:1114
#, c-format
msgid ""
"reference to the far symbol `%s' using a wrong relocation may result in "
"incorrect execution"
msgstr ""
-#: elf32-m68hc1x.c:1150
+#: elf32-m68hc1x.c:1148
#, c-format
msgid ""
"XGATE address (%lx) is not within shared RAM(0xE000-0xFFFF), therefore you "
"must manually offset the address, and possibly manage the page, in your code."
msgstr ""
-#: elf32-m68hc1x.c:1168
+#: elf32-m68hc1x.c:1166
#, c-format
msgid ""
"banked address [%lx:%04lx] (%lx) is not in the same bank as current banked "
"address [%lx:%04lx] (%lx)"
msgstr ""
-#: elf32-m68hc1x.c:1184
+#: elf32-m68hc1x.c:1182
#, c-format
msgid ""
"reference to a banked address [%lx:%04lx] in the normal address space at "
"%04lx"
msgstr ""
-#: elf32-m68hc1x.c:1225
+#: elf32-m68hc1x.c:1223
#, c-format
msgid ""
"S12 address (%lx) is not within shared RAM(0x2000-0x4000), therefore you "
"must manually offset the address in your code"
msgstr ""
-#: elf32-m68hc1x.c:1352
+#: elf32-m68hc1x.c:1350
#, c-format
msgid ""
"%pB: linking files compiled for 16-bit integers (-mshort) and others for 32-"
"bit integers"
msgstr ""
-#: elf32-m68hc1x.c:1359
+#: elf32-m68hc1x.c:1357
#, c-format
msgid ""
"%pB: linking files compiled for 32-bit double (-fshort-double) and others "
"for 64-bit double"
msgstr ""
-#: elf32-m68hc1x.c:1368
+#: elf32-m68hc1x.c:1366
#, c-format
msgid "%pB: linking files compiled for HCS12 with others compiled for HC12"
msgstr ""
-#: elf32-m68hc1x.c:1413 elf32-xgate.c:497
+#: elf32-m68hc1x.c:1411 elf32-xgate.c:497
#, c-format
msgid "[abi=32-bit int, "
msgstr ""
-#: elf32-m68hc1x.c:1415 elf32-xgate.c:499
+#: elf32-m68hc1x.c:1413 elf32-xgate.c:499
#, c-format
msgid "[abi=16-bit int, "
msgstr ""
-#: elf32-m68hc1x.c:1418 elf32-xgate.c:502
+#: elf32-m68hc1x.c:1416 elf32-xgate.c:502
#, c-format
msgid "64-bit double, "
msgstr ""
-#: elf32-m68hc1x.c:1420 elf32-xgate.c:504
+#: elf32-m68hc1x.c:1418 elf32-xgate.c:504
#, c-format
msgid "32-bit double, "
msgstr ""
-#: elf32-m68hc1x.c:1423
+#: elf32-m68hc1x.c:1421
#, c-format
msgid "cpu=HC11]"
msgstr ""
-#: elf32-m68hc1x.c:1425
+#: elf32-m68hc1x.c:1423
#, c-format
msgid "cpu=HCS12]"
msgstr ""
-#: elf32-m68hc1x.c:1427
+#: elf32-m68hc1x.c:1425
#, c-format
msgid "cpu=HC12]"
msgstr ""
-#: elf32-m68hc1x.c:1430
+#: elf32-m68hc1x.c:1428
#, c-format
msgid " [memory=bank-model]"
msgstr ""
-#: elf32-m68hc1x.c:1432
+#: elf32-m68hc1x.c:1430
#, c-format
msgid " [memory=flat]"
msgstr ""
-#: elf32-m68hc1x.c:1435
+#: elf32-m68hc1x.c:1433
#, c-format
msgid " [XGATE RAM offsetting]"
msgstr ""
-#: elf32-m68k.c:1216 elf32-m68k.c:1217 vms-alpha.c:7484 vms-alpha.c:7500
+#: elf32-m68k.c:1218 elf32-m68k.c:1219 vms-alpha.c:7487 vms-alpha.c:7503
msgid "unknown"
msgstr ""
-#: elf32-m68k.c:1660
+#: elf32-m68k.c:1669
#, c-format
msgid "%pB: GOT overflow: number of relocations with 8-bit offset > %d"
msgstr ""
-#: elf32-m68k.c:1667
+#: elf32-m68k.c:1676
#, c-format
msgid "%pB: GOT overflow: number of relocations with 8- or 16-bit offset > %d"
msgstr ""
@@ -2724,7 +2767,7 @@ msgid ""
"link"
msgstr ""
-#: elf32-microblaze.c:1544 elf32-tilepro.c:3155 elfxx-sparc.c:3538
+#: elf32-microblaze.c:1544 elf32-tilepro.c:3155 elfxx-sparc.c:3536
#: elfxx-tilegx.c:3543
#, c-format
msgid "%pB: probably compiled without -fPIC?"
@@ -2787,13 +2830,6 @@ msgstr ""
msgid "error: can't find symbol: %s"
msgstr ""
-#: elf32-nds32.c:5639
-#, c-format
-msgid ""
-"%pB: relocation %s against `%s' can not be used whenmaking a shared object; "
-"recompile with -fPIC"
-msgstr ""
-
#: elf32-nds32.c:5669
#, c-format
msgid "%pB: warning: %s unsupported in shared mode"
@@ -2878,7 +2914,7 @@ msgstr ""
msgid "%pB: unmatched OMIT_FP in %pA"
msgstr ""
-#: elf32-nds32.c:13275 reloc.c:8410
+#: elf32-nds32.c:13275 reloc.c:8503
#, c-format
msgid "%X%P: %pB(%pA): relocation \"%pR\" goes out of range\n"
msgstr ""
@@ -2891,25 +2927,26 @@ msgstr ""
#: elf32-nios2.c:3822
#, c-format
msgid ""
-"global pointer relative relocation at address 0x%08x when _gp not defined\n"
+"global pointer relative relocation at address %#<PRIx64> when _gp not "
+"defined\n"
msgstr ""
-#: elf32-nios2.c:3842
+#: elf32-nios2.c:3852
#, c-format
msgid ""
-"unable to reach %s (at 0x%08x) from the global pointer (at 0x%08x) because "
-"the offset (%d) is out of the allowed range, -32678 to 32767\n"
+"unable to reach %s (at %#<PRIx64>) from the global pointer (at %#<PRIx64>) "
+"because the offset (%<PRId64>) is out of the allowed range, -32678 to 32767\n"
msgstr ""
-#: elf32-nios2.c:4495 elf32-pru.c:928
+#: elf32-nios2.c:4507 elf32-pru.c:928
msgid "relocation out of range"
msgstr ""
-#: elf32-nios2.c:4505 elf32-pru.c:938 elf32-tic6x.c:2716
+#: elf32-nios2.c:4517 elf32-pru.c:938 elf32-tic6x.c:2716
msgid "dangerous relocation"
msgstr ""
-#: elf32-nios2.c:5378
+#: elf32-nios2.c:5392
#, c-format
msgid "dynamic variable `%s' is zero size"
msgstr ""
@@ -2959,12 +2996,12 @@ msgstr ""
msgid "%pB: will not resolve runtime TLS relocation"
msgstr ""
-#: elf32-or1k.c:2074
+#: elf32-or1k.c:2072
#, c-format
msgid "%pB: bad relocation section name `%s'"
msgstr ""
-#: elf32-or1k.c:3218
+#: elf32-or1k.c:3219
#, c-format
msgid "%pB: %s flag mismatch with previous modules"
msgstr ""
@@ -2974,97 +3011,97 @@ msgstr ""
msgid "generic linker can't handle %s"
msgstr ""
-#: elf32-ppc.c:1617
+#: elf32-ppc.c:1619
#, c-format
msgid "corrupt %s section in %pB"
msgstr ""
-#: elf32-ppc.c:1637
+#: elf32-ppc.c:1639
#, c-format
msgid "unable to read in %s section from %pB"
msgstr ""
-#: elf32-ppc.c:1679
+#: elf32-ppc.c:1681
#, c-format
msgid "warning: unable to set size of %s section in %pB"
msgstr ""
-#: elf32-ppc.c:1729
+#: elf32-ppc.c:1731
msgid "failed to allocate space for new APUinfo section"
msgstr ""
-#: elf32-ppc.c:1748
+#: elf32-ppc.c:1750
msgid "failed to compute new APUinfo section"
msgstr ""
-#: elf32-ppc.c:1751
+#: elf32-ppc.c:1753
msgid "failed to install new APUinfo section"
msgstr ""
-#: elf32-ppc.c:2853
+#: elf32-ppc.c:2860
#, c-format
msgid "%pB: relocation %s cannot be used when making a shared object"
msgstr ""
-#: elf32-ppc.c:3587 elf32-ppc.c:3595
+#: elf32-ppc.c:3577 elf32-ppc.c:3585
#, c-format
msgid "%pB uses hard float, %pB uses soft float"
msgstr ""
-#: elf32-ppc.c:3603 elf32-ppc.c:3611
+#: elf32-ppc.c:3593 elf32-ppc.c:3601
#, c-format
msgid ""
"%pB uses double-precision hard float, %pB uses single-precision hard float"
msgstr ""
-#: elf32-ppc.c:3630 elf32-ppc.c:3638
+#: elf32-ppc.c:3620 elf32-ppc.c:3628
#, c-format
msgid "%pB uses 64-bit long double, %pB uses 128-bit long double"
msgstr ""
-#: elf32-ppc.c:3646 elf32-ppc.c:3654
+#: elf32-ppc.c:3636 elf32-ppc.c:3644
#, c-format
msgid "%pB uses IBM long double, %pB uses IEEE long double"
msgstr ""
-#: elf32-ppc.c:3721 elf32-ppc.c:3730
+#: elf32-ppc.c:3711 elf32-ppc.c:3720
#, c-format
msgid "%pB uses AltiVec vector ABI, %pB uses SPE vector ABI"
msgstr ""
-#: elf32-ppc.c:3759 elf32-ppc.c:3768
+#: elf32-ppc.c:3749 elf32-ppc.c:3758
#, c-format
msgid "%pB uses r3/r4 for small structure returns, %pB uses memory"
msgstr ""
-#: elf32-ppc.c:3829
+#: elf32-ppc.c:3819
#, c-format
msgid ""
"%pB: compiled with -mrelocatable and linked with modules compiled normally"
msgstr ""
-#: elf32-ppc.c:3837
+#: elf32-ppc.c:3827
#, c-format
msgid ""
"%pB: compiled normally and linked with modules compiled with -mrelocatable"
msgstr ""
-#: elf32-ppc.c:3906
+#: elf32-ppc.c:3896
#, c-format
msgid "%pB(%pA+0x%lx): expected 16A style relocation on 0x%08x insn"
msgstr ""
-#: elf32-ppc.c:3925
+#: elf32-ppc.c:3915
#, c-format
msgid "%pB(%pA+0x%lx): expected 16D style relocation on 0x%08x insn"
msgstr ""
-#: elf32-ppc.c:4028
+#: elf32-ppc.c:4018
#, c-format
msgid "bss-plt forced due to %pB"
msgstr ""
-#: elf32-ppc.c:4030
+#: elf32-ppc.c:4020
msgid "bss-plt forced by profiling"
msgstr ""
@@ -3072,40 +3109,40 @@ msgstr ""
#. could just mark this symbol to exclude it
#. from tls optimization but it's safer to skip
#. the entire optimization.
-#: elf32-ppc.c:4606 elf64-ppc.c:7724
+#: elf32-ppc.c:4596 elf64-ppc.c:8049
#, c-format
msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n"
msgstr ""
-#: elf32-ppc.c:5577 elf32-sh.c:3078 elf32-tilepro.c:2339 elfxx-sparc.c:2534
+#: elf32-ppc.c:5567 elf32-sh.c:3078 elf32-tilepro.c:2339 elfxx-sparc.c:2532
#: elfxx-tilegx.c:2579
#, c-format
msgid "%pB: dynamic relocation in read-only section `%pA'\n"
msgstr ""
-#: elf32-ppc.c:7457
+#: elf32-ppc.c:7447
msgid "%P: %H: error: %s with unexpected instruction %x\n"
msgstr ""
-#: elf32-ppc.c:7494
+#: elf32-ppc.c:7484
msgid "%H: fixup branch overflow\n"
msgstr ""
-#: elf32-ppc.c:7534 elf32-ppc.c:7570
+#: elf32-ppc.c:7524 elf32-ppc.c:7560
#, c-format
msgid "%pB(%pA+%#<PRIx64>): error: %s with unexpected instruction %#x"
msgstr ""
-#: elf32-ppc.c:7634
+#: elf32-ppc.c:7624
#, c-format
msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n"
msgstr ""
-#: elf32-ppc.c:7673 elf64-ppc.c:15220
+#: elf32-ppc.c:7663 elf64-ppc.c:16330
msgid "%H: warning: %s unexpected insn %#x.\n"
msgstr ""
-#: elf32-ppc.c:7985
+#: elf32-ppc.c:7975
#, c-format
msgid "%H: non-zero addend on %s reloc against `%s'\n"
msgstr ""
@@ -3118,54 +3155,54 @@ msgstr ""
#. local won't have the +32k reloc addend trick marking
#. -fPIC code, so the linker won't know whether r30 is
#. _GLOBAL_OFFSET_TABLE_ or pointing into a .got2 section.
-#: elf32-ppc.c:8017
+#: elf32-ppc.c:8007
#, c-format
msgid "%X%H: @local call to ifunc %s\n"
msgstr ""
-#: elf32-ppc.c:8187
+#: elf32-ppc.c:8185
#, c-format
msgid "%H: relocation %s for indirect function %s unsupported\n"
msgstr ""
-#: elf32-ppc.c:8515 elf32-ppc.c:8546 elf32-ppc.c:8637 elf32-ppc.c:8725
+#: elf32-ppc.c:8521 elf32-ppc.c:8552 elf32-ppc.c:8643 elf32-ppc.c:8739
#, c-format
msgid ""
"%pB: the target (%s) of a %s relocation is in the wrong output section (%s)"
msgstr ""
-#: elf32-ppc.c:8855 elf32-ppc.c:8873
-msgid "%P: %H: %s relocation unsupported for bss-plt\n"
+#: elf32-ppc.c:8869 elf32-ppc.c:8887
+msgid "%X%P: %H: %s relocation unsupported for bss-plt\n"
msgstr ""
-#: elf32-ppc.c:8954
+#: elf32-ppc.c:8968
#, c-format
msgid "%H: error: %s against `%s' not a multiple of %u\n"
msgstr ""
-#: elf32-ppc.c:8983
+#: elf32-ppc.c:8997
#, c-format
msgid "%H: unresolvable %s relocation against symbol `%s'\n"
msgstr ""
-#: elf32-ppc.c:9064
+#: elf32-ppc.c:9078
#, c-format
msgid "%H: %s reloc against `%s': error %d\n"
msgstr ""
-#: elf32-ppc.c:9959 elf64-ppc.c:15715
+#: elf32-ppc.c:9969 elf64-ppc.c:16883
msgid ""
"%X%P: text relocations and GNU indirect functions will result in a segfault "
"at runtime\n"
msgstr ""
-#: elf32-ppc.c:9963 elf64-ppc.c:15719
+#: elf32-ppc.c:9973 elf64-ppc.c:16887
msgid ""
"%P: warning: text relocations and GNU indirect functions may result in a "
"segfault at runtime\n"
msgstr ""
-#: elf32-ppc.c:10008
+#: elf32-ppc.c:10018
#, c-format
msgid "%s not defined in linker created %pA"
msgstr ""
@@ -3259,22 +3296,22 @@ msgstr ""
msgid " the output file's flags: %s"
msgstr ""
-#: elf32-rx.c:3792
+#: elf32-rx.c:3791
#, c-format
msgid "%pB:%pA: table %s missing corresponding %s"
msgstr ""
-#: elf32-rx.c:3800
+#: elf32-rx.c:3799
#, c-format
msgid "%pB:%pA: %s and %s must be in the same input section"
msgstr ""
-#: elf32-s390.c:2140 elf64-s390.c:2095
+#: elf32-s390.c:2139 elf64-s390.c:2093
#, c-format
msgid "%pB(%pA+%#<PRIx64>): invalid instruction for TLS relocation %s"
msgstr ""
-#: elf32-score.c:1521 elf32-score7.c:1382 elfxx-mips.c:3754
+#: elf32-score.c:1521 elf32-score7.c:1382 elfxx-mips.c:3818
msgid "not enough GOT space for local GOT entries"
msgstr ""
@@ -3436,46 +3473,46 @@ msgstr ""
msgid "%C: warning: relocation to \"%s\" references a different segment\n"
msgstr ""
-#: elf32-sh.c:5651 elf32-sh.c:5733
+#: elf32-sh.c:5649 elf32-sh.c:5731
#, c-format
msgid "%pB: `%s' accessed both as normal and FDPIC symbol"
msgstr ""
-#: elf32-sh.c:5657 elf32-sh.c:5738
+#: elf32-sh.c:5655 elf32-sh.c:5736
#, c-format
msgid "%pB: `%s' accessed both as FDPIC and thread local symbol"
msgstr ""
-#: elf32-sh.c:5688
+#: elf32-sh.c:5686
#, c-format
msgid "%pB: Function descriptor relocation with non-zero addend"
msgstr ""
-#: elf32-sh.c:5895 elf64-alpha.c:4691
+#: elf32-sh.c:5893 elf64-alpha.c:4691
#, c-format
msgid "%pB: TLS local exec code cannot be linked into shared objects"
msgstr ""
-#: elf32-sh.c:6010
+#: elf32-sh.c:6008
#, c-format
msgid "%pB: uses %s instructions while previous modules use %s instructions"
msgstr ""
-#: elf32-sh.c:6022
+#: elf32-sh.c:6020
#, c-format
msgid ""
"internal error: merge of architecture '%s' with architecture '%s' produced "
"unknown architecture"
msgstr ""
-#: elf32-sh.c:6059
+#: elf32-sh.c:6057
#, c-format
msgid ""
"%pB: uses instructions which are incompatible with instructions used in "
"previous modules"
msgstr ""
-#: elf32-sh.c:6072
+#: elf32-sh.c:6070
#, c-format
msgid "%pB: attempt to mix FDPIC and non-FDPIC objects"
msgstr ""
@@ -3536,7 +3573,7 @@ msgstr ""
msgid "overlay stub relocation overflow"
msgstr ""
-#: elf32-spu.c:1989 elf64-ppc.c:13230
+#: elf32-spu.c:1989 elf64-ppc.c:14057
msgid "stubs don't match calculated size"
msgstr ""
@@ -3683,226 +3720,226 @@ msgstr ""
msgid "warning: %pB and %pB differ in whether code is compiled for DSBT"
msgstr ""
-#: elf32-tilepro.c:3761 elfxx-tilegx.c:4145 elfxx-x86.c:1432
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:9530
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2579
+#: elf32-tilepro.c:3761 elfxx-tilegx.c:4145 elfxx-x86.c:1433
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:9840
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2610
#, c-format
msgid "discarded output section: `%pA'"
msgstr ""
-#: elf32-v850.c:153
+#: elf32-v850.c:151
#, c-format
msgid "variable `%s' cannot occupy in multiple small data regions"
msgstr ""
-#: elf32-v850.c:156
+#: elf32-v850.c:154
#, c-format
msgid ""
"variable `%s' can only be in one of the small, zero, and tiny data regions"
msgstr ""
-#: elf32-v850.c:159
+#: elf32-v850.c:157
#, c-format
msgid ""
"variable `%s' cannot be in both small and zero data regions simultaneously"
msgstr ""
-#: elf32-v850.c:162
+#: elf32-v850.c:160
#, c-format
msgid ""
"variable `%s' cannot be in both small and tiny data regions simultaneously"
msgstr ""
-#: elf32-v850.c:165
+#: elf32-v850.c:163
#, c-format
msgid ""
"variable `%s' cannot be in both zero and tiny data regions simultaneously"
msgstr ""
-#: elf32-v850.c:463
+#: elf32-v850.c:461
msgid "failed to find previous HI16 reloc"
msgstr ""
-#: elf32-v850.c:2303
+#: elf32-v850.c:2301
msgid "could not locate special linker symbol __gp"
msgstr ""
-#: elf32-v850.c:2307
+#: elf32-v850.c:2305
msgid "could not locate special linker symbol __ep"
msgstr ""
-#: elf32-v850.c:2311
+#: elf32-v850.c:2309
msgid "could not locate special linker symbol __ctbp"
msgstr ""
-#: elf32-v850.c:2532
+#: elf32-v850.c:2530
#, c-format
msgid "error: %pB needs 8-byte alignment but %pB is set for 4-byte alignment"
msgstr ""
-#: elf32-v850.c:2548
+#: elf32-v850.c:2546
#, c-format
msgid "error: %pB uses 64-bit doubles but %pB uses 32-bit doubles"
msgstr ""
-#: elf32-v850.c:2563
+#: elf32-v850.c:2561
#, c-format
msgid "error: %pB uses FPU-3.0 but %pB only supports FPU-2.0"
msgstr ""
-#: elf32-v850.c:2595
+#: elf32-v850.c:2593
#, c-format
msgid " alignment of 8-byte entities: "
msgstr ""
-#: elf32-v850.c:2598
+#: elf32-v850.c:2596
#, c-format
msgid "4-byte"
msgstr ""
-#: elf32-v850.c:2599
+#: elf32-v850.c:2597
#, c-format
msgid "8-byte"
msgstr ""
-#: elf32-v850.c:2600 elf32-v850.c:2612
+#: elf32-v850.c:2598 elf32-v850.c:2610
#, c-format
msgid "not set"
msgstr ""
-#: elf32-v850.c:2601 elf32-v850.c:2613 elf32-v850.c:2625 elf32-v850.c:2636
-#: elf32-v850.c:2647 elf32-v850.c:2658
+#: elf32-v850.c:2599 elf32-v850.c:2611 elf32-v850.c:2623 elf32-v850.c:2634
+#: elf32-v850.c:2645 elf32-v850.c:2656
#, c-format
msgid "unknown: %x"
msgstr ""
-#: elf32-v850.c:2607
+#: elf32-v850.c:2605
#, c-format
msgid " size of doubles: "
msgstr ""
-#: elf32-v850.c:2610
+#: elf32-v850.c:2608
#, c-format
msgid "4-bytes"
msgstr ""
-#: elf32-v850.c:2611
+#: elf32-v850.c:2609
#, c-format
msgid "8-bytes"
msgstr ""
-#: elf32-v850.c:2619
+#: elf32-v850.c:2617
#, c-format
msgid " FPU support required: "
msgstr ""
-#: elf32-v850.c:2622
+#: elf32-v850.c:2620
#, c-format
msgid "FPU-2.0"
msgstr ""
-#: elf32-v850.c:2623
+#: elf32-v850.c:2621
#, c-format
msgid "FPU-3.0"
msgstr ""
-#: elf32-v850.c:2624
+#: elf32-v850.c:2622
#, c-format
msgid "none"
msgstr ""
-#: elf32-v850.c:2631
+#: elf32-v850.c:2629
#, c-format
msgid "SIMD use: "
msgstr ""
-#: elf32-v850.c:2634 elf32-v850.c:2645 elf32-v850.c:2656
+#: elf32-v850.c:2632 elf32-v850.c:2643 elf32-v850.c:2654
#, c-format
msgid "yes"
msgstr ""
-#: elf32-v850.c:2635 elf32-v850.c:2646 elf32-v850.c:2657
+#: elf32-v850.c:2633 elf32-v850.c:2644 elf32-v850.c:2655
#, c-format
msgid "no"
msgstr ""
-#: elf32-v850.c:2642
+#: elf32-v850.c:2640
#, c-format
msgid "CACHE use: "
msgstr ""
-#: elf32-v850.c:2653
+#: elf32-v850.c:2651
#, c-format
msgid "MMU use: "
msgstr ""
-#: elf32-v850.c:2820 elf32-v850.c:2876
+#: elf32-v850.c:2818 elf32-v850.c:2874
#, c-format
msgid "%pB: architecture mismatch with previous modules"
msgstr ""
#. xgettext:c-format.
-#: elf32-v850.c:2894
+#: elf32-v850.c:2892
#, c-format
msgid "private flags = %lx: "
msgstr ""
-#: elf32-v850.c:2899
+#: elf32-v850.c:2897
#, c-format
msgid "unknown v850 architecture"
msgstr ""
-#: elf32-v850.c:2901
+#: elf32-v850.c:2899
#, c-format
msgid "v850 E3 architecture"
msgstr ""
-#: elf32-v850.c:2903 elf32-v850.c:2910
+#: elf32-v850.c:2901 elf32-v850.c:2908
#, c-format
msgid "v850 architecture"
msgstr ""
-#: elf32-v850.c:2911
+#: elf32-v850.c:2909
#, c-format
msgid "v850e architecture"
msgstr ""
-#: elf32-v850.c:2912
+#: elf32-v850.c:2910
#, c-format
msgid "v850e1 architecture"
msgstr ""
-#: elf32-v850.c:2913
+#: elf32-v850.c:2911
#, c-format
msgid "v850e2 architecture"
msgstr ""
-#: elf32-v850.c:2914
+#: elf32-v850.c:2912
#, c-format
msgid "v850e2v3 architecture"
msgstr ""
-#: elf32-v850.c:2915
+#: elf32-v850.c:2913
#, c-format
msgid "v850e3v5 architecture"
msgstr ""
-#: elf32-v850.c:3609 elf32-v850.c:3848
+#: elf32-v850.c:3607 elf32-v850.c:3846
#, c-format
msgid "%pB: %#<PRIx64>: warning: %s points to unrecognized insns"
msgstr ""
-#: elf32-v850.c:3619 elf32-v850.c:3858
+#: elf32-v850.c:3617 elf32-v850.c:3856
#, c-format
msgid "%pB: %#<PRIx64>: warning: %s points to unrecognized insn %#x"
msgstr ""
-#: elf32-v850.c:3665 elf32-v850.c:3893
+#: elf32-v850.c:3663 elf32-v850.c:3891
#, c-format
msgid "%pB: %#<PRIx64>: warning: %s points to unrecognized reloc"
msgstr ""
-#: elf32-v850.c:3705
+#: elf32-v850.c:3703
#, c-format
msgid "%pB: %#<PRIx64>: warning: %s points to unrecognized reloc %#<PRIx64>"
msgstr ""
@@ -3929,22 +3966,22 @@ msgid ""
"addend of %<PRId64>"
msgstr ""
-#: elf32-vax.c:1446
+#: elf32-vax.c:1444
#, c-format
msgid "%pB: warning: PLT addend of %<PRId64> to `%s' from %pA section ignored"
msgstr ""
-#: elf32-vax.c:1572
+#: elf32-vax.c:1570
#, c-format
msgid "%pB: warning: %s relocation against symbol `%s' from %pA section"
msgstr ""
-#: elf32-vax.c:1579
+#: elf32-vax.c:1577
#, c-format
msgid "%pB: warning: %s relocation to %#<PRIx64> from %pA section"
msgstr ""
-#: elf32-visium.c:821
+#: elf32-visium.c:819
#, c-format
msgid ""
"%pB: compiled %s -mtune=%s and linked with modules compiled %s -mtune=%s"
@@ -3965,7 +4002,7 @@ msgstr ""
msgid "non-zero addend in @fptr reloc"
msgstr ""
-#: elf32-xtensa.c:937
+#: elf32-xtensa.c:939
#, c-format
msgid "%pB(%pA): invalid property table"
msgstr ""
@@ -3992,33 +4029,33 @@ msgstr ""
msgid "%pB: incompatible machine type; output is 0x%x; input is 0x%x"
msgstr ""
-#: elf32-xtensa.c:4608 elf32-xtensa.c:4616
+#: elf32-xtensa.c:4671 elf32-xtensa.c:4679
msgid "attempt to convert L32R/CALLX to CALL failed"
msgstr ""
-#: elf32-xtensa.c:6444 elf32-xtensa.c:6523 elf32-xtensa.c:7899
+#: elf32-xtensa.c:6507 elf32-xtensa.c:6586 elf32-xtensa.c:8017
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): could not decode instruction; possible configuration "
"mismatch"
msgstr ""
-#: elf32-xtensa.c:7638
+#: elf32-xtensa.c:7756
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): could not decode instruction for XTENSA_ASM_SIMPLIFY "
"relocation; possible configuration mismatch"
msgstr ""
-#: elf32-xtensa.c:9493
+#: elf32-xtensa.c:9611
msgid "invalid relocation address"
msgstr ""
-#: elf32-xtensa.c:9543
+#: elf32-xtensa.c:9661
msgid "overflow after relaxation"
msgstr ""
-#: elf32-xtensa.c:10689
+#: elf32-xtensa.c:10808
#, c-format
msgid "%pB(%pA+%#<PRIx64>): unexpected fix for %s relocation"
msgstr ""
@@ -4047,8 +4084,7 @@ msgstr ""
msgid "%pB: change in gp: BRSGP %s"
msgstr ""
-#: elf64-alpha.c:4509 mach-o.c:615
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:499
+#: elf64-alpha.c:4509 mach-o.c:616 ../../../binutils-gdb/bfd/elfnn-riscv.c:513
msgid "<unknown>"
msgstr ""
@@ -4077,6 +4113,11 @@ msgstr ""
msgid "%pB: tp-relative relocation against dynamic symbol %s"
msgstr ""
+#. Only if it's not an unresolved symbol.
+#: elf64-bpf.c:492
+msgid "internal error: relocation not supported"
+msgstr ""
+
#: elf64-gen.c:71
#, c-format
msgid "%pB: Relocations in generic ELF (EM: %d)"
@@ -4087,7 +4128,7 @@ msgstr ""
msgid "stub entry for %s cannot load .plt, dp offset = %<PRId64>"
msgstr ""
-#: elf64-hppa.c:3286
+#: elf64-hppa.c:3285
#, c-format
msgid "%pB(%pA+%#<PRIx64>): cannot reach %s"
msgstr ""
@@ -4186,19 +4227,19 @@ msgstr ""
msgid "%pB: linking auto-pic files with non-auto-pic files"
msgstr ""
-#: elf64-ia64-vms.c:5153 elflink.c:4894
+#: elf64-ia64-vms.c:5153 elflink.c:4935
#, c-format
msgid ""
"warning: alignment %u of common symbol `%s' in %pB is greater than the "
"alignment (%u) of its section %pA"
msgstr ""
-#: elf64-ia64-vms.c:5160 elflink.c:4901
+#: elf64-ia64-vms.c:5160 elflink.c:4942
#, c-format
msgid "warning: alignment %u of symbol `%s' in %pB is smaller than %u in %pB"
msgstr ""
-#: elf64-ia64-vms.c:5176 elflink.c:4918
+#: elf64-ia64-vms.c:5176 elflink.c:4959
#, c-format
msgid ""
"warning: size of symbol `%s' changed from %<PRIu64> in %pB to %<PRIu64> in "
@@ -4264,156 +4305,156 @@ msgid ""
"global register is $%<PRId64>"
msgstr ""
-#: elf64-mmix.c:2173
+#: elf64-mmix.c:2171
#, c-format
msgid ""
"%pB: error: multiple definition of `%s'; start of %s is set in a earlier "
"linked file"
msgstr ""
-#: elf64-mmix.c:2228
+#: elf64-mmix.c:2226
msgid "register section has contents\n"
msgstr ""
-#: elf64-mmix.c:2418
+#: elf64-mmix.c:2416
#, c-format
msgid ""
"internal inconsistency: remaining %lu != max %lu; please report this bug"
msgstr ""
-#: elf64-ppc.c:3827
+#: elf64-ppc.c:4051
#, c-format
msgid "symbol '%s' has invalid st_other for ABI version 1"
msgstr ""
-#: elf64-ppc.c:4002
+#: elf64-ppc.c:4226
#, c-format
msgid "%pB .opd not allowed in ABI version %d"
msgstr ""
-#: elf64-ppc.c:4523
+#: elf64-ppc.c:4814
#, c-format
msgid "%H: %s reloc unsupported in shared libraries and PIEs\n"
msgstr ""
-#: elf64-ppc.c:4919
+#: elf64-ppc.c:5219
#, c-format
msgid "%pB uses unknown e_flags 0x%lx"
msgstr ""
-#: elf64-ppc.c:4927
+#: elf64-ppc.c:5227
#, c-format
msgid "%pB: ABI version %ld is not compatible with ABI version %ld output"
msgstr ""
-#: elf64-ppc.c:4954
+#: elf64-ppc.c:5254
#, c-format
msgid " [abiv%ld]"
msgstr ""
-#: elf64-ppc.c:6145
+#: elf64-ppc.c:6445
msgid ""
"%P: copy reloc against `%pT' requires lazy plt linking; avoid setting "
"LD_BIND_NOW=1 or upgrade gcc\n"
msgstr ""
-#: elf64-ppc.c:6417
+#: elf64-ppc.c:6717
#, c-format
msgid "%pB: undefined symbol on R_PPC64_TOCSAVE relocation"
msgstr ""
-#: elf64-ppc.c:6644
+#: elf64-ppc.c:6954
#, c-format
msgid "dynreloc miscount for %pB, section %pA"
msgstr ""
-#: elf64-ppc.c:6733
+#: elf64-ppc.c:7043
#, c-format
msgid "%pB: .opd is not a regular array of opd entries"
msgstr ""
-#: elf64-ppc.c:6743
+#: elf64-ppc.c:7053
#, c-format
msgid "%pB: unexpected reloc type %u in .opd section"
msgstr ""
-#: elf64-ppc.c:6765
+#: elf64-ppc.c:7075
#, c-format
msgid "%pB: undefined sym `%s' in .opd section"
msgstr ""
-#: elf64-ppc.c:7249
+#: elf64-ppc.c:7564
msgid ""
"warning: --plt-localentry is especially dangerous without ld.so support to "
"detect ABI violations"
msgstr ""
-#: elf64-ppc.c:7499
+#: elf64-ppc.c:7819
msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n"
msgstr ""
-#: elf64-ppc.c:7876 elf64-ppc.c:8513
+#: elf64-ppc.c:8201 elf64-ppc.c:8909
#, c-format
msgid "%s defined on removed toc entry"
msgstr ""
-#: elf64-ppc.c:8241
+#: elf64-ppc.c:8866
#, c-format
-msgid "%H: toc optimization is not supported for %s instruction\n"
+msgid "%H: %s references optimized away TOC entry\n"
msgstr ""
-#: elf64-ppc.c:8470
+#: elf64-ppc.c:9090
#, c-format
-msgid "%H: %s references optimized away TOC entry\n"
+msgid "%H: got/toc optimization is not supported for %s instruction\n"
msgstr ""
-#: elf64-ppc.c:9301
+#: elf64-ppc.c:9938
#, c-format
msgid "warning: discarding dynamic section %s"
msgstr ""
-#: elf64-ppc.c:10215
+#: elf64-ppc.c:11002
msgid "%P: cannot find opd entry toc for `%pT'\n"
msgstr ""
-#: elf64-ppc.c:10303
+#: elf64-ppc.c:11091
#, c-format
msgid "long branch stub `%s' offset overflow"
msgstr ""
-#: elf64-ppc.c:10330
+#: elf64-ppc.c:11118
#, c-format
msgid "can't find branch stub `%s'"
msgstr ""
-#: elf64-ppc.c:10394 elf64-ppc.c:10642 elf64-ppc.c:12791
+#: elf64-ppc.c:11182 elf64-ppc.c:11449 elf64-ppc.c:13618
#, c-format
msgid "%P: linkage table error against `%pT'\n"
msgstr ""
-#: elf64-ppc.c:10820
+#: elf64-ppc.c:11627
#, c-format
msgid "can't build branch stub `%s'"
msgstr ""
-#: elf64-ppc.c:11779
+#: elf64-ppc.c:12606
#, c-format
msgid "%pB section %pA exceeds stub group size"
msgstr ""
-#: elf64-ppc.c:13189 elf64-ppc.c:13208
+#: elf64-ppc.c:14016 elf64-ppc.c:14035
#, c-format
msgid "%s offset too large for .eh_frame sdata4 encoding"
msgstr ""
-#: elf64-ppc.c:13244
+#: elf64-ppc.c:14071
#, c-format
msgid "linker stubs in %u group\n"
msgid_plural "linker stubs in %u groups\n"
msgstr[0] ""
msgstr[1] ""
-#: elf64-ppc.c:13248
+#: elf64-ppc.c:14075
#, c-format
msgid ""
" branch %lu\n"
@@ -4431,85 +4472,85 @@ msgid ""
" global entry %lu"
msgstr ""
-#: elf64-ppc.c:13583
+#: elf64-ppc.c:14409
#, c-format
msgid "%H: %s used with TLS symbol `%pT'\n"
msgstr ""
-#: elf64-ppc.c:13585
+#: elf64-ppc.c:14411
#, c-format
msgid "%H: %s used with non-TLS symbol `%pT'\n"
msgstr ""
-#: elf64-ppc.c:14245
+#: elf64-ppc.c:15165
#, c-format
msgid "%H: call to `%pT' lacks nop, can't restore toc; (plt call stub)\n"
msgstr ""
-#: elf64-ppc.c:14251
+#: elf64-ppc.c:15171
#, c-format
msgid ""
"%H: call to `%pT' lacks nop, can't restore toc; (toc save/adjust stub)\n"
msgstr ""
-#: elf64-ppc.c:14985
+#: elf64-ppc.c:16057
#, c-format
msgid "%H: %s for indirect function `%pT' unsupported\n"
msgstr ""
-#: elf64-ppc.c:15097
+#: elf64-ppc.c:16186
#, c-format
msgid "%P: %pB: %s is not supported for `%pT'\n"
msgstr ""
-#: elf64-ppc.c:15326
+#: elf64-ppc.c:16445
#, c-format
msgid "%H: error: %s not a multiple of %u\n"
msgstr ""
-#: elf64-ppc.c:15349
+#: elf64-ppc.c:16468
#, c-format
msgid "%H: unresolvable %s against `%pT'\n"
msgstr ""
-#: elf64-ppc.c:15446
+#: elf64-ppc.c:16613
#, c-format
msgid "%H: %s against `%pT': error %d\n"
msgstr ""
-#: elf64-s390.c:2576
+#: elf64-s390.c:2574
#, c-format
msgid ""
"%pB: `%s' non-PLT reloc for symbol defined in shared library and accessed "
"from executable (rebuild file with -fPIC ?)"
msgstr ""
-#: elf64-sparc.c:109 elfcode.h:1471
+#: elf64-sparc.c:125 elfcode.h:1467
#, c-format
msgid "%pB(%pA): relocation %d has invalid symbol index %ld"
msgstr ""
-#: elf64-sparc.c:467
+#: elf64-sparc.c:483
#, c-format
msgid "%pB: only registers %%g[2367] can be declared using STT_REGISTER"
msgstr ""
-#: elf64-sparc.c:488
+#: elf64-sparc.c:504
#, c-format
msgid "register %%g%d used incompatibly: %s in %pB, previously %s in %pB"
msgstr ""
-#: elf64-sparc.c:512
+#: elf64-sparc.c:528
#, c-format
msgid "symbol `%s' has differing types: REGISTER in %pB, previously %s in %pB"
msgstr ""
-#: elf64-sparc.c:559
+#: elf64-sparc.c:575
#, c-format
msgid "Symbol `%s' has differing types: %s in %pB, previously REGISTER in %pB"
msgstr ""
-#: elf64-sparc.c:691
+#: elf64-sparc.c:707
#, c-format
msgid "%pB: linking UltraSPARC specific with HAL specific code"
msgstr ""
@@ -4530,84 +4571,92 @@ msgstr ""
msgid "symbol "
msgstr ""
-#: elf64-x86-64.c:1425 elf64-x86-64.c:1435
-msgid "; recompile with -fPIC"
-msgstr ""
-
#: elf64-x86-64.c:1430
msgid "undefined "
msgstr ""
-#: elf64-x86-64.c:1439
+#: elf64-x86-64.c:1440
msgid "a shared object"
msgstr ""
-#: elf64-x86-64.c:1441
+#: elf64-x86-64.c:1442
+msgid "; recompile with -fPIC"
+msgstr ""
+
+#: elf64-x86-64.c:1447
msgid "a PIE object"
msgstr ""
-#: elf64-x86-64.c:1443
+#: elf64-x86-64.c:1449
msgid "a PDE object"
msgstr ""
-#: elf64-x86-64.c:1446
+#: elf64-x86-64.c:1451
+msgid "; recompile with -fPIE"
+msgstr ""
+
+#: elf64-x86-64.c:1455
#, c-format
msgid "%pB: relocation %s against %s%s`%s' can not be used when making %s%s"
msgstr ""
-#: elf64-x86-64.c:1931
+#: elf64-x86-64.c:1940
#, c-format
msgid "%pB: relocation %s against symbol `%s' isn't supported in x32 mode"
msgstr ""
-#: elf64-x86-64.c:2073
+#: elf64-x86-64.c:2078
#, c-format
msgid "%pB: '%s' accessed both as normal and thread local symbol"
msgstr ""
-#: elf64-x86-64.c:2696 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5302
+#: elf64-x86-64.c:2700 ../../../binutils-gdb/bfd/elfnn-aarch64.c:5533
#, c-format
msgid ""
"%pB: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend: "
"%<PRId64>"
msgstr ""
-#: elf64-x86-64.c:2934
+#: elf64-x86-64.c:2938
#, c-format
msgid ""
"%pB: relocation R_X86_64_GOTOFF64 against undefined %s `%s' can not be used "
"when making a shared object"
msgstr ""
-#: elf64-x86-64.c:2948
+#: elf64-x86-64.c:2952
#, c-format
msgid ""
"%pB: relocation R_X86_64_GOTOFF64 against protected %s `%s' can not be used "
"when making a shared object"
msgstr ""
-#: elf64-x86-64.c:3208
+#: elf64-x86-64.c:3229
#, c-format
msgid ""
"%pB: addend %s%#x in relocation %s against symbol `%s' at %#<PRIx64> in "
"section `%pA' is out of range"
msgstr ""
-#: elf64-x86-64.c:3885
+#: elf64-x86-64.c:3363 elflink.c:13076
+msgid "%F%P: corrupt input: %pB\n"
+msgstr ""
+
+#: elf64-x86-64.c:4000
msgid "%F%P: failed to convert GOTPCREL relocation; relink with --no-relax\n"
msgstr ""
-#: elf64-x86-64.c:4043
+#: elf64-x86-64.c:4158
#, c-format
msgid "%F%pB: PC-relative offset overflow in PLT entry for `%s'\n"
msgstr ""
-#: elf64-x86-64.c:4106
+#: elf64-x86-64.c:4221
#, c-format
msgid "%F%pB: branch displacement overflow in PLT entry for `%s'\n"
msgstr ""
-#: elf64-x86-64.c:4159
+#: elf64-x86-64.c:4274
#, c-format
msgid "%F%pB: PC-relative offset overflow in GOT PLT entry for `%s'\n"
msgstr ""
@@ -4616,12 +4665,12 @@ msgstr ""
msgid "warning: %pB has a corrupt section with a size (%"
msgstr ""
-#: elfcode.h:768
+#: elfcode.h:764
#, c-format
msgid "warning: %pB has a corrupt string table index - ignoring"
msgstr ""
-#: elfcode.h:1212
+#: elfcode.h:1208
#, c-format
msgid "%pB: version count (%<PRId64>) does not match symbol count (%ld)"
msgstr ""
@@ -4633,36 +4682,36 @@ msgid ""
"%<PRIu64>"
msgstr ""
-#: elflink.c:1367
+#: elflink.c:1364
#, c-format
msgid ""
"%s: TLS definition in %pB section %pA mismatches non-TLS definition in %pB "
"section %pA"
msgstr ""
-#: elflink.c:1373
+#: elflink.c:1370
#, c-format
msgid "%s: TLS reference in %pB mismatches non-TLS reference in %pB"
msgstr ""
-#: elflink.c:1379
+#: elflink.c:1376
#, c-format
msgid ""
"%s: TLS definition in %pB section %pA mismatches non-TLS reference in %pB"
msgstr ""
-#: elflink.c:1385
+#: elflink.c:1382
#, c-format
msgid ""
"%s: TLS reference in %pB mismatches non-TLS definition in %pB section %pA"
msgstr ""
-#: elflink.c:2075
+#: elflink.c:2073
#, c-format
msgid "%pB: unexpected redefinition of indirect versioned symbol `%s'"
msgstr ""
-#: elflink.c:2452
+#: elflink.c:2450
#, c-format
msgid "%pB: version node not found for symbol %s"
msgstr ""
@@ -4686,557 +4735,601 @@ msgstr ""
msgid "%pB: relocation size mismatch in %pB section %pA"
msgstr ""
-#: elflink.c:3066
+#: elflink.c:3073
#, c-format
msgid "warning: type and size of dynamic symbol `%s' are not defined"
msgstr ""
-#: elflink.c:3128
+#: elflink.c:3135
msgid "%P: copy reloc against protected `%pT' is dangerous\n"
msgstr ""
-#: elflink.c:3932
+#: elflink.c:3940
#, c-format
msgid "alternate ELF machine code found (%d) in %pB, expecting %d"
msgstr ""
-#: elflink.c:4598
+#: elflink.c:4397
+#, c-format
+msgid "%pB: invalid version offset %lx (max %lx)"
+msgstr ""
+
+#: elflink.c:4465
+#, c-format
+msgid "%pB: %s local symbol at index %lu (>= sh_info of %lu)"
+msgstr ""
+
+#: elflink.c:4613
+#, c-format
+msgid "%pB: not enough version information"
+msgstr ""
+
+#: elflink.c:4651
#, c-format
msgid "%pB: %s: invalid version %u (max %d)"
msgstr ""
-#: elflink.c:4635
+#: elflink.c:4688
#, c-format
msgid "%pB: %s: invalid needed version %d"
msgstr ""
-#: elflink.c:5054
+#: elflink.c:5095
#, c-format
msgid "%pB: undefined reference to symbol '%s'"
msgstr ""
-#: elflink.c:6130
+#: elflink.c:6189
#, c-format
msgid "%pB: stack size specified and %s set"
msgstr ""
-#: elflink.c:6134
+#: elflink.c:6193
#, c-format
msgid "%pB: %s not absolute"
msgstr ""
-#: elflink.c:6331
+#: elflink.c:6390
#, c-format
msgid "%s: undefined version: %s"
msgstr ""
-#: elflink.c:6902
+#: elflink.c:6961
#, c-format
msgid "%pB: .preinit_array section is not allowed in DSO"
msgstr ""
-#: elflink.c:8359
+#: elflink.c:8430
#, c-format
msgid "undefined %s reference in complex symbol: %s"
msgstr ""
-#: elflink.c:8514
+#: elflink.c:8585
#, c-format
msgid "unknown operator '%c' in complex symbol"
msgstr ""
#. PR 21524: Let the user know if a symbol was removed by garbage collection.
-#: elflink.c:8852
+#: elflink.c:8923
#, c-format
msgid ""
"%pB:%pA: error: relocation references symbol %s which was removed by garbage "
"collection"
msgstr ""
-#: elflink.c:8855
+#: elflink.c:8926
#, c-format
msgid "%pB:%pA: error: try relinking with --gc-keep-exported enabled"
msgstr ""
-#: elflink.c:9091 elflink.c:9109 elflink.c:9148 elflink.c:9166
+#: elflink.c:9162 elflink.c:9180 elflink.c:9219 elflink.c:9237
#, c-format
msgid "%pB: unable to sort relocs - they are in more than one size"
msgstr ""
#. The section size is not divisible by either -
#. something is wrong.
-#: elflink.c:9125 elflink.c:9182
+#: elflink.c:9196 elflink.c:9253
#, c-format
msgid "%pB: unable to sort relocs - they are of an unknown size"
msgstr ""
-#: elflink.c:9234
+#: elflink.c:9305
msgid "not enough memory to sort relocations"
msgstr ""
-#: elflink.c:9502
+#: elflink.c:9578
#, c-format
msgid "%pB: too many sections: %d (>= %d)"
msgstr ""
-#: elflink.c:9782
+#: elflink.c:9858
#, c-format
msgid "%pB: internal symbol `%s' in %pB is referenced by DSO"
msgstr ""
-#: elflink.c:9785
+#: elflink.c:9861
#, c-format
msgid "%pB: hidden symbol `%s' in %pB is referenced by DSO"
msgstr ""
-#: elflink.c:9788
+#: elflink.c:9864
#, c-format
msgid "%pB: local symbol `%s' in %pB is referenced by DSO"
msgstr ""
-#: elflink.c:9874
+#: elflink.c:9950
#, c-format
msgid "%pB: could not find output section %pA for input section %pA"
msgstr ""
-#: elflink.c:10028
+#: elflink.c:10104
#, c-format
msgid "%pB: protected symbol `%s' isn't defined"
msgstr ""
-#: elflink.c:10031
+#: elflink.c:10107
#, c-format
msgid "%pB: internal symbol `%s' isn't defined"
msgstr ""
-#: elflink.c:10034
+#: elflink.c:10110
#, c-format
msgid "%pB: hidden symbol `%s' isn't defined"
msgstr ""
-#: elflink.c:10066
+#: elflink.c:10142
#, c-format
msgid "%pB: no symbol version section for versioned symbol `%s'"
msgstr ""
-#: elflink.c:10679
+#: elflink.c:10754
#, c-format
msgid "error: %pB: size of section %pA is not multiple of address size"
msgstr ""
-#: elflink.c:10724
+#: elflink.c:10799
#, c-format
msgid ""
"error: %pB contains a reloc (%#<PRIx64>) for section %pA that references a "
"non-existent global symbol"
msgstr ""
-#: elflink.c:11484
+#: elflink.c:11559
#, c-format
msgid ""
"%pA has both ordered [`%pA' in %pB] and unordered [`%pA' in %pB] sections"
msgstr ""
-#: elflink.c:11490
+#: elflink.c:11565
#, c-format
msgid "%pA has both ordered and unordered sections"
msgstr ""
-#: elflink.c:11592
+#: elflink.c:11667
#, c-format
msgid "%pB: no symbol found for import library"
msgstr ""
-#: elflink.c:12225
+#: elflink.c:12301
#, c-format
msgid "%pB: file class %s incompatible with %s"
msgstr ""
-#: elflink.c:12442
+#: elflink.c:12518
#, c-format
msgid "%pB: failed to generate import library"
msgstr ""
-#: elflink.c:12561
+#: elflink.c:12637
#, c-format
msgid "warning: %s section has zero size"
msgstr ""
-#: elflink.c:12609
+#: elflink.c:12685
#, c-format
msgid "warning: section '%s' is being made into a note"
msgstr ""
-#: elflink.c:12701
+#: elflink.c:12777
msgid "%P%X: read-only segment has dynamic relocations\n"
msgstr ""
-#: elflink.c:12704
+#: elflink.c:12780
msgid "%P: warning: creating a DT_TEXTREL in a shared object\n"
msgstr ""
-#: elflink.c:12829
+#: elflink.c:12903
msgid "%P%X: can not read symbols: %E\n"
msgstr ""
-#: elflink.c:13002
-msgid "%F%P: corrupt input: %pB\n"
+#: elflink.c:13742
+#, c-format
+msgid "%pB: %pA+%#<PRIx64>: no symbol found for INHERIT"
msgstr ""
-#: elflink.c:13668
+#: elflink.c:13783
#, c-format
-msgid "%pB: %pA+%#<PRIx64>: no symbol found for INHERIT"
+msgid "%pB: section '%pA': corrupt VTENTRY entry"
msgstr ""
-#: elflink.c:13844
+#: elflink.c:13926
#, c-format
msgid "unrecognized INPUT_SECTION_FLAG %s\n"
msgstr ""
-#: elfxx-mips.c:1450
+#: elfxx-aarch64.c:477
+#, c-format
+msgid ""
+"%pB: warning: Weak TLS is implementation defined and may not work as expected"
+msgstr ""
+
+#: elfxx-aarch64.c:738 ../../../binutils-gdb/bfd/elfnn-aarch64.c:10038
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:10045
+#, c-format
+msgid ""
+"%pB: warning: BTI turned on by -z force-bti when all inputs do not have BTI "
+"in NOTE section."
+msgstr ""
+
+#: elfxx-aarch64.c:758 elfxx-x86.c:2626
+msgid "%F%P: failed to create GNU property section\n"
+msgstr ""
+
+#: elfxx-aarch64.c:763 elfxx-x86.c:2631
+#, c-format
+msgid "%F%pA: failed to align section\n"
+msgstr ""
+
+#: elfxx-aarch64.c:814
+#, c-format
+msgid "error: %pB: <corrupt AArch64 used size: 0x%x>"
+msgstr ""
+
+#: elfxx-mips.c:1514
msgid "static procedure (no name)"
msgstr ""
-#: elfxx-mips.c:5718
+#: elfxx-mips.c:5800
msgid "MIPS16 and microMIPS functions cannot call each other"
msgstr ""
-#: elfxx-mips.c:6485
+#: elfxx-mips.c:6565
msgid "%X%H: unsupported JALX to the same ISA mode\n"
msgstr ""
-#: elfxx-mips.c:6518
+#: elfxx-mips.c:6598
msgid ""
"%X%H: unsupported jump between ISA modes; consider recompiling with "
"interlinking enabled\n"
msgstr ""
-#: elfxx-mips.c:6563
+#: elfxx-mips.c:6643
msgid ""
"%X%H: cannot convert branch between ISA modes to JALX: relocation out of "
"range\n"
msgstr ""
-#: elfxx-mips.c:6575
+#: elfxx-mips.c:6655
msgid "%X%H: unsupported branch between ISA modes\n"
msgstr ""
-#: elfxx-mips.c:7223
+#: elfxx-mips.c:7303
#, c-format
msgid ""
"%pB: incorrect `.reginfo' section size; expected %<PRIu64>, got %<PRIu64>"
msgstr ""
-#: elfxx-mips.c:7267 elfxx-mips.c:7502
+#: elfxx-mips.c:7347 elfxx-mips.c:7585
#, c-format
msgid "%pB: warning: bad `%s' option size %u smaller than its header"
msgstr ""
-#: elfxx-mips.c:8300 elfxx-mips.c:8426
+#: elfxx-mips.c:8394 elfxx-mips.c:8520
#, c-format
msgid ""
"%pB: warning: cannot determine the target function for stub section `%s'"
msgstr ""
-#: elfxx-mips.c:8558
+#: elfxx-mips.c:8652
#, c-format
msgid "%pB: malformed reloc detected for section %s"
msgstr ""
-#: elfxx-mips.c:8658
+#: elfxx-mips.c:8752
#, c-format
msgid "%pB: GOT reloc at %#<PRIx64> not expected in executables"
msgstr ""
-#: elfxx-mips.c:8796
+#: elfxx-mips.c:8890
#, c-format
msgid "%pB: CALL16 reloc at %#<PRIx64> not against global symbol"
msgstr ""
-#: elfxx-mips.c:9086
+#: elfxx-mips.c:9193
#, c-format
msgid ""
"%X%H: relocation %s against `%s' cannot be used when making a shared object; "
"recompile with -fPIC\n"
msgstr ""
-#: elfxx-mips.c:9422
+#: elfxx-mips.c:9529
#, c-format
msgid "non-dynamic relocations refer to dynamic symbol %s"
msgstr ""
-#: elfxx-mips.c:10350
+#: elfxx-mips.c:10461
#, c-format
msgid ""
"%pB: can't find matching LO16 reloc against `%s' for %s at %#<PRIx64> in "
"section `%pA'"
msgstr ""
-#: elfxx-mips.c:10490
+#: elfxx-mips.c:10601
msgid ""
"small-data section exceeds 64KB; lower small-data size limit (see option -G)"
msgstr ""
-#: elfxx-mips.c:10509
+#: elfxx-mips.c:10620
msgid "cannot convert a jump to JALX for a non-word-aligned address"
msgstr ""
-#: elfxx-mips.c:10512
+#: elfxx-mips.c:10623
msgid "jump to a non-word-aligned address"
msgstr ""
-#: elfxx-mips.c:10513
+#: elfxx-mips.c:10624
msgid "jump to a non-instruction-aligned address"
msgstr ""
-#: elfxx-mips.c:10516
+#: elfxx-mips.c:10627
msgid "cannot convert a branch to JALX for a non-word-aligned address"
msgstr ""
-#: elfxx-mips.c:10518
+#: elfxx-mips.c:10629
msgid "branch to a non-instruction-aligned address"
msgstr ""
-#: elfxx-mips.c:10520
+#: elfxx-mips.c:10631
msgid "PC-relative load from unaligned address"
msgstr ""
-#: elfxx-mips.c:10798
+#: elfxx-mips.c:10931
#, c-format
msgid ""
"%pB: `%pA' entry VMA of %#<PRIx64> outside the 32-bit range supported; "
"consider using `-Ttext-segment=...'"
msgstr ""
-#: elfxx-mips.c:10911 elfxx-mips.c:11484
+#: elfxx-mips.c:11046 elfxx-mips.c:11633
#, c-format
msgid "%pB: `%pA' offset of %<PRId64> from `%pA' beyond the range of ADDIUPC"
msgstr ""
-#: elfxx-mips.c:11456
+#: elfxx-mips.c:11605
#, c-format
msgid ""
"%pB: `%pA' start VMA of %#<PRIx64> outside the 32-bit range supported; "
"consider using `-Ttext-segment=...'"
msgstr ""
-#: elfxx-mips.c:14397
+#: elfxx-mips.c:14577
#, c-format
msgid "%pB: unknown architecture %s"
msgstr ""
-#: elfxx-mips.c:14931
+#: elfxx-mips.c:15111
#, c-format
msgid "%pB: illegal section name `%pA'"
msgstr ""
-#: elfxx-mips.c:15208
+#: elfxx-mips.c:15388
#, c-format
msgid "%pB: warning: linking abicalls files with non-abicalls files"
msgstr ""
-#: elfxx-mips.c:15225
+#: elfxx-mips.c:15405
#, c-format
msgid "%pB: linking 32-bit code with 64-bit code"
msgstr ""
-#: elfxx-mips.c:15257 elfxx-mips.c:15323 elfxx-mips.c:15338
+#: elfxx-mips.c:15437 elfxx-mips.c:15503 elfxx-mips.c:15518
#, c-format
msgid "%pB: linking %s module with previous %s modules"
msgstr ""
-#: elfxx-mips.c:15281
+#: elfxx-mips.c:15461
#, c-format
msgid "%pB: ABI mismatch: linking %s module with previous %s modules"
msgstr ""
-#: elfxx-mips.c:15306
+#: elfxx-mips.c:15486
#, c-format
msgid "%pB: ASE mismatch: linking %s module with previous %s modules"
msgstr ""
-#: elfxx-mips.c:15440
+#: elfxx-mips.c:15620
#, c-format
msgid ""
"warning: %pB uses unknown floating point ABI %d (set by %pB), %pB uses "
"unknown floating point ABI %d"
msgstr ""
-#: elfxx-mips.c:15446
+#: elfxx-mips.c:15626
#, c-format
msgid ""
"warning: %pB uses unknown floating point ABI %d (set by %pB), %pB uses %s"
msgstr ""
-#: elfxx-mips.c:15452
+#: elfxx-mips.c:15632
#, c-format
msgid ""
"warning: %pB uses %s (set by %pB), %pB uses unknown floating point ABI %d"
msgstr ""
-#: elfxx-mips.c:15466
+#: elfxx-mips.c:15646
#, c-format
msgid "warning: %pB uses %s (set by %pB), %pB uses %s"
msgstr ""
-#: elfxx-mips.c:15485
+#: elfxx-mips.c:15665
#, c-format
msgid "warning: %pB uses %s (set by %pB), %pB uses unknown MSA ABI %d"
msgstr ""
-#: elfxx-mips.c:15497
+#: elfxx-mips.c:15677
#, c-format
msgid "warning: %pB uses unknown MSA ABI %d (set by %pB), %pB uses %s"
msgstr ""
-#: elfxx-mips.c:15506
+#: elfxx-mips.c:15686
#, c-format
msgid ""
"warning: %pB uses unknown MSA ABI %d (set by %pB), %pB uses unknown MSA ABI "
"%d"
msgstr ""
-#: elfxx-mips.c:15568
+#: elfxx-mips.c:15748
#, c-format
msgid "%pB: endianness incompatible with that of the selected emulation"
msgstr ""
-#: elfxx-mips.c:15582
+#: elfxx-mips.c:15762
#, c-format
msgid "%pB: ABI is incompatible with that of the selected emulation"
msgstr ""
-#: elfxx-mips.c:15634
+#: elfxx-mips.c:15814
#, c-format
msgid "%pB: warning: inconsistent ISA between e_flags and .MIPS.abiflags"
msgstr ""
-#: elfxx-mips.c:15639
+#: elfxx-mips.c:15819
#, c-format
msgid ""
"%pB: warning: inconsistent FP ABI between .gnu.attributes and .MIPS.abiflags"
msgstr ""
-#: elfxx-mips.c:15643
+#: elfxx-mips.c:15823
#, c-format
msgid "%pB: warning: inconsistent ASEs between e_flags and .MIPS.abiflags"
msgstr ""
-#: elfxx-mips.c:15650
+#: elfxx-mips.c:15830
#, c-format
msgid ""
"%pB: warning: inconsistent ISA extensions between e_flags and .MIPS.abiflags"
msgstr ""
-#: elfxx-mips.c:15654
+#: elfxx-mips.c:15834
#, c-format
msgid ""
"%pB: warning: unexpected flag in the flags2 field of .MIPS.abiflags (0x%lx)"
msgstr ""
-#: elfxx-mips.c:15843
+#: elfxx-mips.c:16025
msgid "-mips32r2 -mfp64 (12 callee-saved)"
msgstr ""
-#: elfxx-mips.c:15905 elfxx-mips.c:15916
+#: elfxx-mips.c:16087 elfxx-mips.c:16098
msgid "None"
msgstr ""
-#: elfxx-mips.c:15907 elfxx-mips.c:15976
+#: elfxx-mips.c:16089 elfxx-mips.c:16158
msgid "Unknown"
msgstr ""
-#: elfxx-mips.c:15987
+#: elfxx-mips.c:16169
#, c-format
msgid "Hard or soft float\n"
msgstr ""
-#: elfxx-mips.c:15990
+#: elfxx-mips.c:16172
#, c-format
msgid "Hard float (double precision)\n"
msgstr ""
-#: elfxx-mips.c:15993
+#: elfxx-mips.c:16175
#, c-format
msgid "Hard float (single precision)\n"
msgstr ""
-#: elfxx-mips.c:15996
+#: elfxx-mips.c:16178
#, c-format
msgid "Soft float\n"
msgstr ""
-#: elfxx-mips.c:15999
+#: elfxx-mips.c:16181
#, c-format
msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
msgstr ""
-#: elfxx-mips.c:16002
+#: elfxx-mips.c:16184
#, c-format
msgid "Hard float (32-bit CPU, Any FPU)\n"
msgstr ""
-#: elfxx-mips.c:16005
+#: elfxx-mips.c:16187
#, c-format
msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
msgstr ""
-#: elfxx-mips.c:16008
+#: elfxx-mips.c:16190
#, c-format
msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
msgstr ""
-#: elfxx-mips.c:16040
+#: elfxx-mips.c:16222
#, c-format
msgid " [abi=O32]"
msgstr ""
-#: elfxx-mips.c:16042
+#: elfxx-mips.c:16224
#, c-format
msgid " [abi=O64]"
msgstr ""
-#: elfxx-mips.c:16044
+#: elfxx-mips.c:16226
#, c-format
msgid " [abi=EABI32]"
msgstr ""
-#: elfxx-mips.c:16046
+#: elfxx-mips.c:16228
#, c-format
msgid " [abi=EABI64]"
msgstr ""
-#: elfxx-mips.c:16048
+#: elfxx-mips.c:16230
#, c-format
msgid " [abi unknown]"
msgstr ""
-#: elfxx-mips.c:16050
+#: elfxx-mips.c:16232
#, c-format
msgid " [abi=N32]"
msgstr ""
-#: elfxx-mips.c:16052
+#: elfxx-mips.c:16234
#, c-format
msgid " [abi=64]"
msgstr ""
-#: elfxx-mips.c:16054
+#: elfxx-mips.c:16236
#, c-format
msgid " [no abi set]"
msgstr ""
-#: elfxx-mips.c:16079
+#: elfxx-mips.c:16261
#, c-format
msgid " [unknown ISA]"
msgstr ""
-#: elfxx-mips.c:16099
+#: elfxx-mips.c:16281
#, c-format
msgid " [not 32bitmode]"
msgstr ""
-#: elfxx-sparc.c:3113 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5286
+#: elfxx-sparc.c:3111 ../../../binutils-gdb/bfd/elfnn-aarch64.c:5517
#, c-format
msgid ""
"%pB: relocation %s against STT_GNU_IFUNC symbol `%s' isn't handled by %s"
@@ -5258,56 +5351,67 @@ msgstr ""
#: elfxx-x86.c:1383
msgid ""
-"%P%X: read-only segment has dynamic IFUNC relocations; recompile with -fPIC\n"
+"%P%X: read-only segment has dynamic IFUNC relocations; recompile with %s\n"
msgstr ""
-#: elfxx-x86.c:2384
+#: elfxx-x86.c:2386
#, c-format
msgid "error: %pB: <corrupt x86 property (0x%x) size: 0x%x>"
msgstr ""
-#: elfxx-x86.c:2609
-msgid "%F%P: failed to create GNU property section\n"
+#: elfxx-x86.c:2652
+msgid "%P: %pB: warning: missing %s\n"
msgstr ""
-#: elfxx-x86.c:2614
-#, c-format
-msgid "%F%pA: failed to align section\n"
+#: elfxx-x86.c:2654
+msgid "%X%P: %pB: error: missing %s\n"
+msgstr ""
+
+#: elfxx-x86.c:2677
+msgid "IBT and SHSTK properties"
+msgstr ""
+
+#: elfxx-x86.c:2679
+msgid "IBT property"
+msgstr ""
+
+#: elfxx-x86.c:2681
+msgid "SHSTK property"
msgstr ""
-#: elfxx-x86.c:2760
+#: elfxx-x86.c:2825
msgid "%F%P: failed to create VxWorks dynamic sections\n"
msgstr ""
-#: elfxx-x86.c:2769
+#: elfxx-x86.c:2834
msgid "%F%P: failed to create GOT sections\n"
msgstr ""
-#: elfxx-x86.c:2787
+#: elfxx-x86.c:2852
msgid "%F%P: failed to create ifunc sections\n"
msgstr ""
-#: elfxx-x86.c:2828
+#: elfxx-x86.c:2893
msgid "%F%P: failed to create GOT PLT section\n"
msgstr ""
-#: elfxx-x86.c:2849
+#: elfxx-x86.c:2914
msgid "%F%P: failed to create IBT-enabled PLT section\n"
msgstr ""
-#: elfxx-x86.c:2864
+#: elfxx-x86.c:2929
msgid "%F%P: failed to create BND PLT section\n"
msgstr ""
-#: elfxx-x86.c:2885
+#: elfxx-x86.c:2950
msgid "%F%P: failed to create PLT .eh_frame section\n"
msgstr ""
-#: elfxx-x86.c:2898
+#: elfxx-x86.c:2963
msgid "%F%P: failed to create GOT PLT .eh_frame section\n"
msgstr ""
-#: elfxx-x86.c:2912
+#: elfxx-x86.c:2977
msgid "%F%P: failed to create the second PLT .eh_frame section\n"
msgstr ""
@@ -5386,192 +5490,231 @@ msgstr ""
msgid "%pB: indirect symbol `%s' to `%s' is a loop"
msgstr ""
-#: linker.c:2567
+#: linker.c:2568
#, c-format
msgid "attempt to do relocatable link with %s input and %s output"
msgstr ""
-#: linker.c:2853
+#: linker.c:2854
#, c-format
msgid "%pB: ignoring duplicate section `%pA'\n"
msgstr ""
-#: linker.c:2863 linker.c:2873
+#: linker.c:2864 linker.c:2874
#, c-format
msgid "%pB: duplicate section `%pA' has different size\n"
msgstr ""
-#: linker.c:2882 linker.c:2888
+#: linker.c:2883 linker.c:2889
#, c-format
msgid "%pB: could not read contents of section `%pA'\n"
msgstr ""
-#: linker.c:2893
+#: linker.c:2894
#, c-format
msgid "%pB: duplicate section `%pA' has different contents\n"
msgstr ""
-#: linker.c:3407
+#: linker.c:3408
#, c-format
msgid "%pB: compiled for a big endian system and target is little endian"
msgstr ""
-#: linker.c:3410
+#: linker.c:3411
#, c-format
msgid "%pB: compiled for a little endian system and target is big endian"
msgstr ""
-#: mach-o.c:632
+#: mach-o-arm.c:172
+msgid "malformed mach-o ARM reloc pair: reloc is first reloc"
+msgstr ""
+
+#: mach-o-arm.c:188
+#, c-format
+msgid "malformed mach-o ARM reloc pair: invalid length: %d"
+msgstr ""
+
+#: mach-o-arm.c:203
+#, c-format
+msgid "malformed mach-o ARM sectdiff reloc: invalid length: %d"
+msgstr ""
+
+#: mach-o-arm.c:218
+#, c-format
+msgid "malformed mach-o ARM local sectdiff reloc: invalid length: %d"
+msgstr ""
+
+#: mach-o-arm.c:233
+#, c-format
+msgid "malformed mach-o ARM half sectdiff reloc: invalid length: %d"
+msgstr ""
+
+#: mach-o-arm.c:265
+#, c-format
+msgid "malformed mach-o ARM vanilla reloc: invalid length: %d (pcrel: %d)"
+msgstr ""
+
+#: mach-o-arm.c:329
+#, c-format
+msgid "malformed mach-o ARM reloc: unknown reloc type: %d"
+msgstr ""
+
+#: mach-o.c:633
#, c-format
msgid "<unknown mask flags>"
msgstr ""
-#: mach-o.c:687
+#: mach-o.c:688
msgid " (<unknown>)"
msgstr ""
-#: mach-o.c:698
+#: mach-o.c:699
#, c-format
msgid " MACH-O header:\n"
msgstr ""
-#: mach-o.c:699
+#: mach-o.c:700
#, c-format
msgid " magic: %#lx\n"
msgstr ""
-#: mach-o.c:700
+#: mach-o.c:701
#, c-format
msgid " cputype: %#lx (%s)\n"
msgstr ""
-#: mach-o.c:702
+#: mach-o.c:703
#, c-format
msgid " cpusubtype: %#lx%s\n"
msgstr ""
-#: mach-o.c:704
+#: mach-o.c:705
#, c-format
msgid " filetype: %#lx\n"
msgstr ""
-#: mach-o.c:705
+#: mach-o.c:706
#, c-format
msgid " ncmds: %#lx\n"
msgstr ""
-#: mach-o.c:706
+#: mach-o.c:707
#, c-format
msgid " sizeocmds: %#lx\n"
msgstr ""
-#: mach-o.c:707
+#: mach-o.c:708
#, c-format
msgid " flags: %#lx\n"
msgstr ""
-#: mach-o.c:708
+#: mach-o.c:709
#, c-format
msgid " version: %x\n"
msgstr ""
#. Urg - what has happened ?
-#: mach-o.c:743
+#: mach-o.c:744
#, c-format
msgid "incompatible cputypes in mach-o files: %ld vs %ld"
msgstr ""
-#: mach-o.c:912
+#: mach-o.c:913
msgid "bfd_mach_o_canonicalize_symtab: unable to load symbols"
msgstr ""
-#: mach-o.c:2108
+#: mach-o.c:1505
+msgid ""
+"malformed mach-o reloc: section index is greater than the number of sections"
+msgstr ""
+
+#: mach-o.c:2123
msgid ""
"sorry: modtab, toc and extrefsyms are not yet implemented for dysymtab "
"commands."
msgstr ""
-#: mach-o.c:2554
+#: mach-o.c:2569
#, c-format
msgid "mach-o: there are too many sections (%u) maximum is 255,\n"
msgstr ""
-#: mach-o.c:2661
+#: mach-o.c:2676
#, c-format
msgid "unable to allocate data for load command %#x"
msgstr ""
-#: mach-o.c:2766
+#: mach-o.c:2781
#, c-format
msgid "unable to write unknown load command %#x"
msgstr ""
-#: mach-o.c:2950
+#: mach-o.c:2965
#, c-format
msgid "section address (%#<PRIx64>) below start of segment (%#<PRIx64>)"
msgstr ""
-#: mach-o.c:3092
+#: mach-o.c:3107
#, c-format
msgid "unable to layout unknown load command %#x"
msgstr ""
-#: mach-o.c:3628
+#: mach-o.c:3643
#, c-format
msgid ""
"bfd_mach_o_read_section_32: overlarge alignment value: %#lx, using 32 instead"
msgstr ""
-#: mach-o.c:3671
+#: mach-o.c:3686
#, c-format
msgid ""
"bfd_mach_o_read_section_64: overlarge alignment value: %#lx, using 32 instead"
msgstr ""
-#: mach-o.c:3722
+#: mach-o.c:3737
#, c-format
msgid "bfd_mach_o_read_symtab_symbol: unable to read %d bytes at %u"
msgstr ""
-#: mach-o.c:3741
+#: mach-o.c:3756
#, c-format
msgid "bfd_mach_o_read_symtab_symbol: name out of range (%lu >= %u)"
msgstr ""
-#: mach-o.c:3824
+#: mach-o.c:3839
#, c-format
msgid ""
"bfd_mach_o_read_symtab_symbol: symbol \"%s\" specified invalid section %d "
"(max %lu): setting to undefined"
msgstr ""
-#: mach-o.c:3843
+#: mach-o.c:3858
#, c-format
msgid ""
"bfd_mach_o_read_symtab_symbol: symbol \"%s\" specified invalid type field 0x"
"%x: setting to undefined"
msgstr ""
-#: mach-o.c:3920
+#: mach-o.c:3935
msgid "bfd_mach_o_read_symtab_symbols: unable to allocate memory for symbols"
msgstr ""
-#: mach-o.c:4931
+#: mach-o.c:4946
#, c-format
msgid "%pB: unknown load command %#x"
msgstr ""
-#: mach-o.c:5122
+#: mach-o.c:5137
#, c-format
msgid "bfd_mach_o_scan: unknown architecture 0x%lx/0x%lx"
msgstr ""
-#: mach-o.c:5227
+#: mach-o.c:5242
#, c-format
msgid "unknown header byte-order value %#x"
msgstr ""
-#: merge.c:878
+#: merge.c:886
#, c-format
msgid "%pB: access beyond end of merged section (%<PRId64>)"
msgstr ""
@@ -5734,55 +5877,57 @@ msgstr ""
msgid "bfd_pef_scan: unknown architecture 0x%lx"
msgstr ""
-#: pei-x86_64.c:177 pei-x86_64.c:191 pei-x86_64.c:220
+#: pei-x86_64.c:177 pei-x86_64.c:191 pei-x86_64.c:220 pei-x86_64.c:243
+#: pei-x86_64.c:253 pei-x86_64.c:278 pei-x86_64.c:290 pei-x86_64.c:304
+#: pei-x86_64.c:322 pei-x86_64.c:334 pei-x86_64.c:346
#, c-format
msgid "warning: corrupt unwind data\n"
msgstr ""
#. PR 17512: file: 2245-7442-0.004.
-#: pei-x86_64.c:315
+#: pei-x86_64.c:367
#, c-format
msgid "Unknown: %x"
msgstr ""
-#: pei-x86_64.c:365 pei-x86_64.c:375 pei-x86_64.c:384
+#: pei-x86_64.c:418 pei-x86_64.c:428 pei-x86_64.c:437
#, c-format
msgid "warning: xdata section corrupt\n"
msgstr ""
-#: pei-x86_64.c:439
+#: pei-x86_64.c:492
#, c-format
msgid "Too many unwind codes (%ld)\n"
msgstr ""
-#: pei-x86_64.c:529
+#: pei-x86_64.c:582
#, c-format
msgid "Warning: %s section size (%ld) is not a multiple of %d\n"
msgstr ""
-#: pei-x86_64.c:536
+#: pei-x86_64.c:589
#, c-format
msgid "Warning: %s section size is zero\n"
msgstr ""
-#: pei-x86_64.c:551
+#: pei-x86_64.c:604
#, c-format
msgid "Warning: %s section size (%ld) is smaller than virtual size (%ld)\n"
msgstr ""
-#: pei-x86_64.c:560
+#: pei-x86_64.c:613
#, c-format
msgid ""
"\n"
"The Function Table (interpreted %s section contents)\n"
msgstr ""
-#: pei-x86_64.c:563
+#: pei-x86_64.c:616
#, c-format
msgid "vma:\t\t\tBeginAddress\t EndAddress\t UnwindData\n"
msgstr ""
-#: pei-x86_64.c:692
+#: pei-x86_64.c:745
#, c-format
msgid ""
"\n"
@@ -5881,32 +6026,32 @@ msgstr ""
msgid "Partition[%d] length = 0x%.8lx (%ld)\n"
msgstr ""
-#: reloc.c:8232
+#: reloc.c:8325
msgid "INPUT_SECTION_FLAGS are not supported"
msgstr ""
-#: reloc.c:8333
+#: reloc.c:8426
#, c-format
msgid "%X%P: %pB(%pA): error: relocation for offset %V has no value\n"
msgstr ""
-#: reloc.c:8420
+#: reloc.c:8513
#, c-format
msgid "%X%P: %pB(%pA): relocation \"%pR\" is not supported\n"
msgstr ""
-#: reloc.c:8429
+#: reloc.c:8522
#, c-format
msgid "%X%P: %pB(%pA): relocation \"%pR\" returns an unrecognized value %x\n"
msgstr ""
-#: reloc.c:8491
+#: reloc.c:8584
#, c-format
msgid "%pB: unrecognized relocation type %#x in section `%pA'"
msgstr ""
#. PR 21803: Suggest the most likely cause of this error.
-#: reloc.c:8495
+#: reloc.c:8588
#, c-format
msgid "is this version of the linker - %s - out of date ?"
msgstr ""
@@ -5947,7 +6092,7 @@ msgstr ""
msgid "%pB(%pA+%#lx): stabs entry has invalid string index"
msgstr ""
-#: syms.c:1091
+#: syms.c:1096
msgid "unsupported .stab relocation"
msgstr ""
@@ -6056,7 +6201,7 @@ msgstr ""
msgid "SEC_RELOC with no relocs in section %pA"
msgstr ""
-#: vms-alpha.c:3883 vms-alpha.c:4097
+#: vms-alpha.c:3883 vms-alpha.c:4098
#, c-format
msgid "size error in section %pA"
msgstr ""
@@ -6070,1883 +6215,1883 @@ msgstr ""
msgid "unhandled relocation %s"
msgstr ""
-#: vms-alpha.c:4377
+#: vms-alpha.c:4380
#, c-format
msgid "unknown source command %d"
msgstr ""
-#: vms-alpha.c:4438 vms-alpha.c:4444 vms-alpha.c:4450 vms-alpha.c:4456
-#: vms-alpha.c:4462 vms-alpha.c:4489 vms-alpha.c:4495 vms-alpha.c:4501
-#: vms-alpha.c:4507
+#: vms-alpha.c:4441 vms-alpha.c:4447 vms-alpha.c:4453 vms-alpha.c:4459
+#: vms-alpha.c:4465 vms-alpha.c:4492 vms-alpha.c:4498 vms-alpha.c:4504
+#: vms-alpha.c:4510
#, c-format
msgid "%s not implemented"
msgstr ""
-#: vms-alpha.c:4550
+#: vms-alpha.c:4553
#, c-format
msgid "unknown line command %d"
msgstr ""
-#: vms-alpha.c:5010 vms-alpha.c:5028 vms-alpha.c:5043 vms-alpha.c:5059
-#: vms-alpha.c:5072 vms-alpha.c:5084 vms-alpha.c:5097
+#: vms-alpha.c:5013 vms-alpha.c:5031 vms-alpha.c:5046 vms-alpha.c:5062
+#: vms-alpha.c:5075 vms-alpha.c:5087 vms-alpha.c:5100
#, c-format
msgid "unknown reloc %s + %s"
msgstr ""
-#: vms-alpha.c:5152
+#: vms-alpha.c:5155
#, c-format
msgid "unknown reloc %s"
msgstr ""
-#: vms-alpha.c:5166
+#: vms-alpha.c:5169
msgid "invalid section index in ETIR"
msgstr ""
-#: vms-alpha.c:5175
+#: vms-alpha.c:5178
msgid "relocation for non-REL psect"
msgstr ""
-#: vms-alpha.c:5222
+#: vms-alpha.c:5225
#, c-format
msgid "unknown symbol in command %s"
msgstr ""
-#: vms-alpha.c:5636
+#: vms-alpha.c:5639
#, c-format
msgid "reloc (%d) is *UNKNOWN*"
msgstr ""
-#: vms-alpha.c:5752
+#: vms-alpha.c:5755
#, c-format
msgid " EMH %u (len=%u): "
msgstr ""
-#: vms-alpha.c:5757
+#: vms-alpha.c:5760
#, c-format
msgid " Error: The length is less than the length of an EMH record\n"
msgstr ""
-#: vms-alpha.c:5774
+#: vms-alpha.c:5777
#, c-format
msgid ""
" Error: The record length is less than the size of an EMH_MHD record\n"
msgstr ""
-#: vms-alpha.c:5777
+#: vms-alpha.c:5780
#, c-format
msgid "Module header\n"
msgstr ""
-#: vms-alpha.c:5778
+#: vms-alpha.c:5781
#, c-format
msgid " structure level: %u\n"
msgstr ""
-#: vms-alpha.c:5779
+#: vms-alpha.c:5782
#, c-format
msgid " max record size: %u\n"
msgstr ""
-#: vms-alpha.c:5785
+#: vms-alpha.c:5788
#, c-format
msgid " Error: The module name is missing\n"
msgstr ""
-#: vms-alpha.c:5791
+#: vms-alpha.c:5794
#, c-format
msgid " Error: The module name is too long\n"
msgstr ""
-#: vms-alpha.c:5794
+#: vms-alpha.c:5797
#, c-format
msgid " module name : %.*s\n"
msgstr ""
-#: vms-alpha.c:5798
+#: vms-alpha.c:5801
#, c-format
msgid " Error: The module version is missing\n"
msgstr ""
-#: vms-alpha.c:5804
+#: vms-alpha.c:5807
#, c-format
msgid " Error: The module version is too long\n"
msgstr ""
-#: vms-alpha.c:5807
+#: vms-alpha.c:5810
#, c-format
msgid " module version : %.*s\n"
msgstr ""
-#: vms-alpha.c:5810
+#: vms-alpha.c:5813
#, c-format
msgid " Error: The compile date is truncated\n"
msgstr ""
-#: vms-alpha.c:5812
+#: vms-alpha.c:5815
#, c-format
msgid " compile date : %.17s\n"
msgstr ""
-#: vms-alpha.c:5817
+#: vms-alpha.c:5820
#, c-format
msgid "Language Processor Name\n"
msgstr ""
-#: vms-alpha.c:5818
+#: vms-alpha.c:5821
#, c-format
msgid " language name: %.*s\n"
msgstr ""
-#: vms-alpha.c:5822
+#: vms-alpha.c:5825
#, c-format
msgid "Source Files Header\n"
msgstr ""
-#: vms-alpha.c:5823
+#: vms-alpha.c:5826
#, c-format
msgid " file: %.*s\n"
msgstr ""
-#: vms-alpha.c:5827
+#: vms-alpha.c:5830
#, c-format
msgid "Title Text Header\n"
msgstr ""
-#: vms-alpha.c:5828
+#: vms-alpha.c:5831
#, c-format
msgid " title: %.*s\n"
msgstr ""
-#: vms-alpha.c:5832
+#: vms-alpha.c:5835
#, c-format
msgid "Copyright Header\n"
msgstr ""
-#: vms-alpha.c:5833
+#: vms-alpha.c:5836
#, c-format
msgid " copyright: %.*s\n"
msgstr ""
-#: vms-alpha.c:5837
+#: vms-alpha.c:5840
#, c-format
msgid "unhandled emh subtype %u\n"
msgstr ""
-#: vms-alpha.c:5847
+#: vms-alpha.c:5850
#, c-format
msgid " EEOM (len=%u):\n"
msgstr ""
-#: vms-alpha.c:5852
+#: vms-alpha.c:5855
#, c-format
msgid " Error: The length is less than the length of an EEOM record\n"
msgstr ""
-#: vms-alpha.c:5856
+#: vms-alpha.c:5859
#, c-format
msgid " number of cond linkage pairs: %u\n"
msgstr ""
-#: vms-alpha.c:5858
+#: vms-alpha.c:5861
#, c-format
msgid " completion code: %u\n"
msgstr ""
-#: vms-alpha.c:5862
+#: vms-alpha.c:5865
#, c-format
msgid " transfer addr flags: 0x%02x\n"
msgstr ""
-#: vms-alpha.c:5863
+#: vms-alpha.c:5866
#, c-format
msgid " transfer addr psect: %u\n"
msgstr ""
-#: vms-alpha.c:5865
+#: vms-alpha.c:5868
#, c-format
msgid " transfer address : 0x%08x\n"
msgstr ""
-#: vms-alpha.c:5874
+#: vms-alpha.c:5877
msgid " WEAK"
msgstr ""
-#: vms-alpha.c:5876
+#: vms-alpha.c:5879
msgid " DEF"
msgstr ""
-#: vms-alpha.c:5878
+#: vms-alpha.c:5881
msgid " UNI"
msgstr ""
-#: vms-alpha.c:5880 vms-alpha.c:5901
+#: vms-alpha.c:5883 vms-alpha.c:5904
msgid " REL"
msgstr ""
-#: vms-alpha.c:5882
+#: vms-alpha.c:5885
msgid " COMM"
msgstr ""
-#: vms-alpha.c:5884
+#: vms-alpha.c:5887
msgid " VECEP"
msgstr ""
-#: vms-alpha.c:5886
+#: vms-alpha.c:5889
msgid " NORM"
msgstr ""
-#: vms-alpha.c:5888
+#: vms-alpha.c:5891
msgid " QVAL"
msgstr ""
-#: vms-alpha.c:5895
+#: vms-alpha.c:5898
msgid " PIC"
msgstr ""
-#: vms-alpha.c:5897
+#: vms-alpha.c:5900
msgid " LIB"
msgstr ""
-#: vms-alpha.c:5899
+#: vms-alpha.c:5902
msgid " OVR"
msgstr ""
-#: vms-alpha.c:5903
+#: vms-alpha.c:5906
msgid " GBL"
msgstr ""
-#: vms-alpha.c:5905
+#: vms-alpha.c:5908
msgid " SHR"
msgstr ""
-#: vms-alpha.c:5907
+#: vms-alpha.c:5910
msgid " EXE"
msgstr ""
-#: vms-alpha.c:5909
+#: vms-alpha.c:5912
msgid " RD"
msgstr ""
-#: vms-alpha.c:5911
+#: vms-alpha.c:5914
msgid " WRT"
msgstr ""
-#: vms-alpha.c:5913
+#: vms-alpha.c:5916
msgid " VEC"
msgstr ""
-#: vms-alpha.c:5915
+#: vms-alpha.c:5918
msgid " NOMOD"
msgstr ""
-#: vms-alpha.c:5917
+#: vms-alpha.c:5920
msgid " COM"
msgstr ""
-#: vms-alpha.c:5919
+#: vms-alpha.c:5922
msgid " 64B"
msgstr ""
-#: vms-alpha.c:5928
+#: vms-alpha.c:5931
#, c-format
msgid " EGSD (len=%u):\n"
msgstr ""
-#: vms-alpha.c:5941
+#: vms-alpha.c:5944
#, c-format
msgid " EGSD entry %2u (type: %u, len: %u): "
msgstr ""
-#: vms-alpha.c:5947 vms-alpha.c:6198
+#: vms-alpha.c:5950 vms-alpha.c:6201
#, c-format
msgid " Error: length larger than remaining space in record\n"
msgstr ""
-#: vms-alpha.c:5959
+#: vms-alpha.c:5962
#, c-format
msgid "PSC - Program section definition\n"
msgstr ""
-#: vms-alpha.c:5960 vms-alpha.c:5977
+#: vms-alpha.c:5963 vms-alpha.c:5980
#, c-format
msgid " alignment : 2**%u\n"
msgstr ""
-#: vms-alpha.c:5961 vms-alpha.c:5978
+#: vms-alpha.c:5964 vms-alpha.c:5981
#, c-format
msgid " flags : 0x%04x"
msgstr ""
-#: vms-alpha.c:5965
+#: vms-alpha.c:5968
#, c-format
msgid " alloc (len): %u (0x%08x)\n"
msgstr ""
-#: vms-alpha.c:5966 vms-alpha.c:6023 vms-alpha.c:6072
+#: vms-alpha.c:5969 vms-alpha.c:6026 vms-alpha.c:6075
#, c-format
msgid " name : %.*s\n"
msgstr ""
-#: vms-alpha.c:5976
+#: vms-alpha.c:5979
#, c-format
msgid "SPSC - Shared Image Program section def\n"
msgstr ""
-#: vms-alpha.c:5982
+#: vms-alpha.c:5985
#, c-format
msgid " alloc (len) : %u (0x%08x)\n"
msgstr ""
-#: vms-alpha.c:5983
+#: vms-alpha.c:5986
#, c-format
msgid " image offset : 0x%08x\n"
msgstr ""
-#: vms-alpha.c:5985
+#: vms-alpha.c:5988
#, c-format
msgid " symvec offset : 0x%08x\n"
msgstr ""
-#: vms-alpha.c:5987
+#: vms-alpha.c:5990
#, c-format
msgid " name : %.*s\n"
msgstr ""
-#: vms-alpha.c:6000
+#: vms-alpha.c:6003
#, c-format
msgid "SYM - Global symbol definition\n"
msgstr ""
-#: vms-alpha.c:6001 vms-alpha.c:6061 vms-alpha.c:6082 vms-alpha.c:6101
+#: vms-alpha.c:6004 vms-alpha.c:6064 vms-alpha.c:6085 vms-alpha.c:6104
#, c-format
msgid " flags: 0x%04x"
msgstr ""
-#: vms-alpha.c:6004
+#: vms-alpha.c:6007
#, c-format
msgid " psect offset: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6008
+#: vms-alpha.c:6011
#, c-format
msgid " code address: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6010
+#: vms-alpha.c:6013
#, c-format
msgid " psect index for entry point : %u\n"
msgstr ""
-#: vms-alpha.c:6013 vms-alpha.c:6089 vms-alpha.c:6108
+#: vms-alpha.c:6016 vms-alpha.c:6092 vms-alpha.c:6111
#, c-format
msgid " psect index : %u\n"
msgstr ""
-#: vms-alpha.c:6015 vms-alpha.c:6091 vms-alpha.c:6110
+#: vms-alpha.c:6018 vms-alpha.c:6094 vms-alpha.c:6113
#, c-format
msgid " name : %.*s\n"
msgstr ""
-#: vms-alpha.c:6022
+#: vms-alpha.c:6025
#, c-format
msgid "SYM - Global symbol reference\n"
msgstr ""
-#: vms-alpha.c:6034
+#: vms-alpha.c:6037
#, c-format
msgid "IDC - Ident Consistency check\n"
msgstr ""
-#: vms-alpha.c:6035
+#: vms-alpha.c:6038
#, c-format
msgid " flags : 0x%08x"
msgstr ""
-#: vms-alpha.c:6039
+#: vms-alpha.c:6042
#, c-format
msgid " id match : %x\n"
msgstr ""
-#: vms-alpha.c:6041
+#: vms-alpha.c:6044
#, c-format
msgid " error severity: %x\n"
msgstr ""
-#: vms-alpha.c:6044
+#: vms-alpha.c:6047
#, c-format
msgid " entity name : %.*s\n"
msgstr ""
-#: vms-alpha.c:6046
+#: vms-alpha.c:6049
#, c-format
msgid " object name : %.*s\n"
msgstr ""
-#: vms-alpha.c:6049
+#: vms-alpha.c:6052
#, c-format
msgid " binary ident : 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6052
+#: vms-alpha.c:6055
#, c-format
msgid " ascii ident : %.*s\n"
msgstr ""
-#: vms-alpha.c:6060
+#: vms-alpha.c:6063
#, c-format
msgid "SYMG - Universal symbol definition\n"
msgstr ""
-#: vms-alpha.c:6064
+#: vms-alpha.c:6067
#, c-format
msgid " symbol vector offset: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6066
+#: vms-alpha.c:6069
#, c-format
msgid " entry point: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6068
+#: vms-alpha.c:6071
#, c-format
msgid " proc descr : 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6070
+#: vms-alpha.c:6073
#, c-format
msgid " psect index: %u\n"
msgstr ""
-#: vms-alpha.c:6081
+#: vms-alpha.c:6084
#, c-format
msgid "SYMV - Vectored symbol definition\n"
msgstr ""
-#: vms-alpha.c:6085
+#: vms-alpha.c:6088
#, c-format
msgid " vector : 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6087 vms-alpha.c:6106
+#: vms-alpha.c:6090 vms-alpha.c:6109
#, c-format
msgid " psect offset: %u\n"
msgstr ""
-#: vms-alpha.c:6100
+#: vms-alpha.c:6103
#, c-format
msgid "SYMM - Global symbol definition with version\n"
msgstr ""
-#: vms-alpha.c:6104
+#: vms-alpha.c:6107
#, c-format
msgid " version mask: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6115
+#: vms-alpha.c:6118
#, c-format
msgid "unhandled egsd entry type %u\n"
msgstr ""
-#: vms-alpha.c:6150
+#: vms-alpha.c:6153
#, c-format
msgid " linkage index: %u, replacement insn: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6154
+#: vms-alpha.c:6157
#, c-format
msgid " psect idx 1: %u, offset 1: 0x%08x %08x\n"
msgstr ""
-#: vms-alpha.c:6159
+#: vms-alpha.c:6162
#, c-format
msgid " psect idx 2: %u, offset 2: 0x%08x %08x\n"
msgstr ""
-#: vms-alpha.c:6165
+#: vms-alpha.c:6168
#, c-format
msgid " psect idx 3: %u, offset 3: 0x%08x %08x\n"
msgstr ""
-#: vms-alpha.c:6170
+#: vms-alpha.c:6173
#, c-format
msgid " global name: %.*s\n"
msgstr ""
-#: vms-alpha.c:6181
+#: vms-alpha.c:6184
#, c-format
msgid " %s (len=%u+%u):\n"
msgstr ""
-#: vms-alpha.c:6203
+#: vms-alpha.c:6206
#, c-format
msgid " (type: %3u, size: 4+%3u): "
msgstr ""
-#: vms-alpha.c:6207
+#: vms-alpha.c:6210
#, c-format
msgid "STA_GBL (stack global) %.*s\n"
msgstr ""
-#: vms-alpha.c:6211
+#: vms-alpha.c:6214
#, c-format
msgid "STA_LW (stack longword) 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6215
+#: vms-alpha.c:6218
#, c-format
msgid "STA_QW (stack quadword) 0x%08x %08x\n"
msgstr ""
-#: vms-alpha.c:6220
+#: vms-alpha.c:6223
#, c-format
msgid "STA_PQ (stack psect base + offset)\n"
msgstr ""
-#: vms-alpha.c:6222
+#: vms-alpha.c:6225
#, c-format
msgid " psect: %u, offset: 0x%08x %08x\n"
msgstr ""
-#: vms-alpha.c:6228
+#: vms-alpha.c:6231
#, c-format
msgid "STA_LI (stack literal)\n"
msgstr ""
-#: vms-alpha.c:6231
+#: vms-alpha.c:6234
#, c-format
msgid "STA_MOD (stack module)\n"
msgstr ""
-#: vms-alpha.c:6234
+#: vms-alpha.c:6237
#, c-format
msgid "STA_CKARG (compare procedure argument)\n"
msgstr ""
-#: vms-alpha.c:6238
+#: vms-alpha.c:6241
#, c-format
msgid "STO_B (store byte)\n"
msgstr ""
-#: vms-alpha.c:6241
+#: vms-alpha.c:6244
#, c-format
msgid "STO_W (store word)\n"
msgstr ""
-#: vms-alpha.c:6244
+#: vms-alpha.c:6247
#, c-format
msgid "STO_LW (store longword)\n"
msgstr ""
-#: vms-alpha.c:6247
+#: vms-alpha.c:6250
#, c-format
msgid "STO_QW (store quadword)\n"
msgstr ""
-#: vms-alpha.c:6253
+#: vms-alpha.c:6256
#, c-format
msgid "STO_IMMR (store immediate repeat) %u bytes\n"
msgstr ""
-#: vms-alpha.c:6260
+#: vms-alpha.c:6263
#, c-format
msgid "STO_GBL (store global) %.*s\n"
msgstr ""
-#: vms-alpha.c:6264
+#: vms-alpha.c:6267
#, c-format
msgid "STO_CA (store code address) %.*s\n"
msgstr ""
-#: vms-alpha.c:6268
+#: vms-alpha.c:6271
#, c-format
msgid "STO_RB (store relative branch)\n"
msgstr ""
-#: vms-alpha.c:6271
+#: vms-alpha.c:6274
#, c-format
msgid "STO_AB (store absolute branch)\n"
msgstr ""
-#: vms-alpha.c:6274
+#: vms-alpha.c:6277
#, c-format
msgid "STO_OFF (store offset to psect)\n"
msgstr ""
-#: vms-alpha.c:6280
+#: vms-alpha.c:6283
#, c-format
msgid "STO_IMM (store immediate) %u bytes\n"
msgstr ""
-#: vms-alpha.c:6287
+#: vms-alpha.c:6290
#, c-format
msgid "STO_GBL_LW (store global longword) %.*s\n"
msgstr ""
-#: vms-alpha.c:6291
+#: vms-alpha.c:6294
#, c-format
msgid "STO_OFF (store LP with procedure signature)\n"
msgstr ""
-#: vms-alpha.c:6294
+#: vms-alpha.c:6297
#, c-format
msgid "STO_BR_GBL (store branch global) *todo*\n"
msgstr ""
-#: vms-alpha.c:6297
+#: vms-alpha.c:6300
#, c-format
msgid "STO_BR_PS (store branch psect + offset) *todo*\n"
msgstr ""
-#: vms-alpha.c:6301
+#: vms-alpha.c:6304
#, c-format
msgid "OPR_NOP (no-operation)\n"
msgstr ""
-#: vms-alpha.c:6304
+#: vms-alpha.c:6307
#, c-format
msgid "OPR_ADD (add)\n"
msgstr ""
-#: vms-alpha.c:6307
+#: vms-alpha.c:6310
#, c-format
msgid "OPR_SUB (subtract)\n"
msgstr ""
-#: vms-alpha.c:6310
+#: vms-alpha.c:6313
#, c-format
msgid "OPR_MUL (multiply)\n"
msgstr ""
-#: vms-alpha.c:6313
+#: vms-alpha.c:6316
#, c-format
msgid "OPR_DIV (divide)\n"
msgstr ""
-#: vms-alpha.c:6316
+#: vms-alpha.c:6319
#, c-format
msgid "OPR_AND (logical and)\n"
msgstr ""
-#: vms-alpha.c:6319
+#: vms-alpha.c:6322
#, c-format
msgid "OPR_IOR (logical inclusive or)\n"
msgstr ""
-#: vms-alpha.c:6322
+#: vms-alpha.c:6325
#, c-format
msgid "OPR_EOR (logical exclusive or)\n"
msgstr ""
-#: vms-alpha.c:6325
+#: vms-alpha.c:6328
#, c-format
msgid "OPR_NEG (negate)\n"
msgstr ""
-#: vms-alpha.c:6328
+#: vms-alpha.c:6331
#, c-format
msgid "OPR_COM (complement)\n"
msgstr ""
-#: vms-alpha.c:6331
+#: vms-alpha.c:6334
#, c-format
msgid "OPR_INSV (insert field)\n"
msgstr ""
-#: vms-alpha.c:6334
+#: vms-alpha.c:6337
#, c-format
msgid "OPR_ASH (arithmetic shift)\n"
msgstr ""
-#: vms-alpha.c:6337
+#: vms-alpha.c:6340
#, c-format
msgid "OPR_USH (unsigned shift)\n"
msgstr ""
-#: vms-alpha.c:6340
+#: vms-alpha.c:6343
#, c-format
msgid "OPR_ROT (rotate)\n"
msgstr ""
-#: vms-alpha.c:6343
+#: vms-alpha.c:6346
#, c-format
msgid "OPR_SEL (select)\n"
msgstr ""
-#: vms-alpha.c:6346
+#: vms-alpha.c:6349
#, c-format
msgid "OPR_REDEF (redefine symbol to curr location)\n"
msgstr ""
-#: vms-alpha.c:6349
+#: vms-alpha.c:6352
#, c-format
msgid "OPR_REDEF (define a literal)\n"
msgstr ""
-#: vms-alpha.c:6353
+#: vms-alpha.c:6356
#, c-format
msgid "STC_LP (store cond linkage pair)\n"
msgstr ""
-#: vms-alpha.c:6357
+#: vms-alpha.c:6360
#, c-format
msgid "STC_LP_PSB (store cond linkage pair + signature)\n"
msgstr ""
-#: vms-alpha.c:6359
+#: vms-alpha.c:6362
#, c-format
msgid " linkage index: %u, procedure: %.*s\n"
msgstr ""
-#: vms-alpha.c:6362
+#: vms-alpha.c:6365
#, c-format
msgid " signature: %.*s\n"
msgstr ""
-#: vms-alpha.c:6365
+#: vms-alpha.c:6368
#, c-format
msgid "STC_GBL (store cond global)\n"
msgstr ""
-#: vms-alpha.c:6367
+#: vms-alpha.c:6370
#, c-format
msgid " linkage index: %u, global: %.*s\n"
msgstr ""
-#: vms-alpha.c:6371
+#: vms-alpha.c:6374
#, c-format
msgid "STC_GCA (store cond code address)\n"
msgstr ""
-#: vms-alpha.c:6373
+#: vms-alpha.c:6376
#, c-format
msgid " linkage index: %u, procedure name: %.*s\n"
msgstr ""
-#: vms-alpha.c:6377
+#: vms-alpha.c:6380
#, c-format
msgid "STC_PS (store cond psect + offset)\n"
msgstr ""
-#: vms-alpha.c:6380
+#: vms-alpha.c:6383
#, c-format
msgid " linkage index: %u, psect: %u, offset: 0x%08x %08x\n"
msgstr ""
-#: vms-alpha.c:6387
+#: vms-alpha.c:6390
#, c-format
msgid "STC_NOP_GBL (store cond NOP at global addr)\n"
msgstr ""
-#: vms-alpha.c:6391
+#: vms-alpha.c:6394
#, c-format
msgid "STC_NOP_PS (store cond NOP at psect + offset)\n"
msgstr ""
-#: vms-alpha.c:6395
+#: vms-alpha.c:6398
#, c-format
msgid "STC_BSR_GBL (store cond BSR at global addr)\n"
msgstr ""
-#: vms-alpha.c:6399
+#: vms-alpha.c:6402
#, c-format
msgid "STC_BSR_PS (store cond BSR at psect + offset)\n"
msgstr ""
-#: vms-alpha.c:6403
+#: vms-alpha.c:6406
#, c-format
msgid "STC_LDA_GBL (store cond LDA at global addr)\n"
msgstr ""
-#: vms-alpha.c:6407
+#: vms-alpha.c:6410
#, c-format
msgid "STC_LDA_PS (store cond LDA at psect + offset)\n"
msgstr ""
-#: vms-alpha.c:6411
+#: vms-alpha.c:6414
#, c-format
msgid "STC_BOH_GBL (store cond BOH at global addr)\n"
msgstr ""
-#: vms-alpha.c:6415
+#: vms-alpha.c:6418
#, c-format
msgid "STC_BOH_PS (store cond BOH at psect + offset)\n"
msgstr ""
-#: vms-alpha.c:6420
+#: vms-alpha.c:6423
#, c-format
msgid "STC_NBH_GBL (store cond or hint at global addr)\n"
msgstr ""
-#: vms-alpha.c:6424
+#: vms-alpha.c:6427
#, c-format
msgid "STC_NBH_PS (store cond or hint at psect + offset)\n"
msgstr ""
-#: vms-alpha.c:6428
+#: vms-alpha.c:6431
#, c-format
msgid "CTL_SETRB (set relocation base)\n"
msgstr ""
-#: vms-alpha.c:6434
+#: vms-alpha.c:6437
#, c-format
msgid "CTL_AUGRB (augment relocation base) %u\n"
msgstr ""
-#: vms-alpha.c:6438
+#: vms-alpha.c:6441
#, c-format
msgid "CTL_DFLOC (define location)\n"
msgstr ""
-#: vms-alpha.c:6441
+#: vms-alpha.c:6444
#, c-format
msgid "CTL_STLOC (set location)\n"
msgstr ""
-#: vms-alpha.c:6444
+#: vms-alpha.c:6447
#, c-format
msgid "CTL_STKDL (stack defined location)\n"
msgstr ""
-#: vms-alpha.c:6447 vms-alpha.c:6871 vms-alpha.c:6997
+#: vms-alpha.c:6450 vms-alpha.c:6874 vms-alpha.c:7000
#, c-format
msgid "*unhandled*\n"
msgstr ""
-#: vms-alpha.c:6477 vms-alpha.c:6516
+#: vms-alpha.c:6480 vms-alpha.c:6519
#, c-format
msgid "cannot read GST record length\n"
msgstr ""
#. Ill-formed.
-#: vms-alpha.c:6498
+#: vms-alpha.c:6501
#, c-format
msgid "cannot find EMH in first GST record\n"
msgstr ""
-#: vms-alpha.c:6524
+#: vms-alpha.c:6527
#, c-format
msgid "cannot read GST record header\n"
msgstr ""
-#: vms-alpha.c:6537
+#: vms-alpha.c:6540
#, c-format
msgid " corrupted GST\n"
msgstr ""
-#: vms-alpha.c:6545
+#: vms-alpha.c:6548
#, c-format
msgid "cannot read GST record\n"
msgstr ""
-#: vms-alpha.c:6574
+#: vms-alpha.c:6577
#, c-format
msgid " unhandled EOBJ record type %u\n"
msgstr ""
-#: vms-alpha.c:6598
+#: vms-alpha.c:6601
#, c-format
msgid " bitcount: %u, base addr: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6612
+#: vms-alpha.c:6615
#, c-format
msgid " bitmap: 0x%08x (count: %u):\n"
msgstr ""
-#: vms-alpha.c:6619
+#: vms-alpha.c:6622
#, c-format
msgid " %08x"
msgstr ""
-#: vms-alpha.c:6645
+#: vms-alpha.c:6648
#, c-format
msgid " image %u (%u entries)\n"
msgstr ""
-#: vms-alpha.c:6651
+#: vms-alpha.c:6654
#, c-format
msgid " offset: 0x%08x, val: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6673
+#: vms-alpha.c:6676
#, c-format
msgid " image %u (%u entries), offsets:\n"
msgstr ""
-#: vms-alpha.c:6680
+#: vms-alpha.c:6683
#, c-format
msgid " 0x%08x"
msgstr ""
#. 64 bits.
-#: vms-alpha.c:6802
+#: vms-alpha.c:6805
#, c-format
msgid "64 bits *unhandled*\n"
msgstr ""
-#: vms-alpha.c:6807
+#: vms-alpha.c:6810
#, c-format
msgid "class: %u, dtype: %u, length: %u, pointer: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6818
+#: vms-alpha.c:6821
#, c-format
msgid "non-contiguous array of %s\n"
msgstr ""
-#: vms-alpha.c:6823
+#: vms-alpha.c:6826
#, c-format
msgid "dimct: %u, aflags: 0x%02x, digits: %u, scale: %u\n"
msgstr ""
-#: vms-alpha.c:6828
+#: vms-alpha.c:6831
#, c-format
msgid "arsize: %u, a0: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6832
+#: vms-alpha.c:6835
#, c-format
msgid "Strides:\n"
msgstr ""
-#: vms-alpha.c:6842
+#: vms-alpha.c:6845
#, c-format
msgid "Bounds:\n"
msgstr ""
-#: vms-alpha.c:6848
+#: vms-alpha.c:6851
#, c-format
msgid "[%u]: Lower: %u, upper: %u\n"
msgstr ""
-#: vms-alpha.c:6860
+#: vms-alpha.c:6863
#, c-format
msgid "unaligned bit-string of %s\n"
msgstr ""
-#: vms-alpha.c:6865
+#: vms-alpha.c:6868
#, c-format
msgid "base: %u, pos: %u\n"
msgstr ""
-#: vms-alpha.c:6886
+#: vms-alpha.c:6889
#, c-format
msgid "vflags: 0x%02x, value: 0x%08x "
msgstr ""
-#: vms-alpha.c:6892
+#: vms-alpha.c:6895
#, c-format
msgid "(no value)\n"
msgstr ""
-#: vms-alpha.c:6895
+#: vms-alpha.c:6898
#, c-format
msgid "(not active)\n"
msgstr ""
-#: vms-alpha.c:6898
+#: vms-alpha.c:6901
#, c-format
msgid "(not allocated)\n"
msgstr ""
-#: vms-alpha.c:6901
+#: vms-alpha.c:6904
#, c-format
msgid "(descriptor)\n"
msgstr ""
-#: vms-alpha.c:6905
+#: vms-alpha.c:6908
#, c-format
msgid "(trailing value)\n"
msgstr ""
-#: vms-alpha.c:6908
+#: vms-alpha.c:6911
#, c-format
msgid "(value spec follows)\n"
msgstr ""
-#: vms-alpha.c:6911
+#: vms-alpha.c:6914
#, c-format
msgid "(at bit offset %u)\n"
msgstr ""
-#: vms-alpha.c:6915
+#: vms-alpha.c:6918
#, c-format
msgid "(reg: %u, disp: %u, indir: %u, kind: "
msgstr ""
-#: vms-alpha.c:6922
+#: vms-alpha.c:6925
msgid "literal"
msgstr ""
-#: vms-alpha.c:6925
+#: vms-alpha.c:6928
msgid "address"
msgstr ""
-#: vms-alpha.c:6928
+#: vms-alpha.c:6931
msgid "desc"
msgstr ""
-#: vms-alpha.c:6931
+#: vms-alpha.c:6934
msgid "reg"
msgstr ""
-#: vms-alpha.c:6948
+#: vms-alpha.c:6951
#, c-format
msgid "len: %2u, kind: %2u "
msgstr ""
-#: vms-alpha.c:6954
+#: vms-alpha.c:6957
#, c-format
msgid "atomic, type=0x%02x %s\n"
msgstr ""
-#: vms-alpha.c:6958
+#: vms-alpha.c:6961
#, c-format
msgid "indirect, defined at 0x%08x\n"
msgstr ""
-#: vms-alpha.c:6962
+#: vms-alpha.c:6965
#, c-format
msgid "typed pointer\n"
msgstr ""
-#: vms-alpha.c:6966
+#: vms-alpha.c:6969
#, c-format
msgid "pointer\n"
msgstr ""
-#: vms-alpha.c:6974
+#: vms-alpha.c:6977
#, c-format
msgid "array, dim: %u, bitmap: "
msgstr ""
-#: vms-alpha.c:6981
+#: vms-alpha.c:6984
#, c-format
msgid "array descriptor:\n"
msgstr ""
-#: vms-alpha.c:6988
+#: vms-alpha.c:6991
#, c-format
msgid "type spec for element:\n"
msgstr ""
-#: vms-alpha.c:6990
+#: vms-alpha.c:6993
#, c-format
msgid "type spec for subscript %u:\n"
msgstr ""
-#: vms-alpha.c:7008
+#: vms-alpha.c:7011
#, c-format
msgid "Debug symbol table:\n"
msgstr ""
-#: vms-alpha.c:7019
+#: vms-alpha.c:7022
#, c-format
msgid "cannot read DST header\n"
msgstr ""
-#: vms-alpha.c:7025
+#: vms-alpha.c:7028
#, c-format
msgid " type: %3u, len: %3u (at 0x%08x): "
msgstr ""
-#: vms-alpha.c:7039
+#: vms-alpha.c:7042
#, c-format
msgid "cannot read DST symbol\n"
msgstr ""
-#: vms-alpha.c:7082
+#: vms-alpha.c:7085
#, c-format
msgid "standard data: %s\n"
msgstr ""
-#: vms-alpha.c:7085 vms-alpha.c:7173
+#: vms-alpha.c:7088 vms-alpha.c:7176
#, c-format
msgid " name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7092
+#: vms-alpha.c:7095
#, c-format
msgid "modbeg\n"
msgstr ""
-#: vms-alpha.c:7094
+#: vms-alpha.c:7097
#, c-format
msgid " flags: %d, language: %u, major: %u, minor: %u\n"
msgstr ""
-#: vms-alpha.c:7100 vms-alpha.c:7374
+#: vms-alpha.c:7103 vms-alpha.c:7377
#, c-format
msgid " module name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7103
+#: vms-alpha.c:7106
#, c-format
msgid " compiler : %.*s\n"
msgstr ""
-#: vms-alpha.c:7108
+#: vms-alpha.c:7111
#, c-format
msgid "modend\n"
msgstr ""
-#: vms-alpha.c:7115
+#: vms-alpha.c:7118
msgid "rtnbeg\n"
msgstr ""
-#: vms-alpha.c:7117
+#: vms-alpha.c:7120
#, c-format
msgid " flags: %u, address: 0x%08x, pd-address: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7122
+#: vms-alpha.c:7125
#, c-format
msgid " routine name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7130
+#: vms-alpha.c:7133
#, c-format
msgid "rtnend: size 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7138
+#: vms-alpha.c:7141
#, c-format
msgid "prolog: bkpt address 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7147
+#: vms-alpha.c:7150
#, c-format
msgid "epilog: flags: %u, count: %u\n"
msgstr ""
-#: vms-alpha.c:7157
+#: vms-alpha.c:7160
#, c-format
msgid "blkbeg: address: 0x%08x, name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7166
+#: vms-alpha.c:7169
#, c-format
msgid "blkend: size: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7172
+#: vms-alpha.c:7175
#, c-format
msgid "typspec (len: %u)\n"
msgstr ""
-#: vms-alpha.c:7179
+#: vms-alpha.c:7182
#, c-format
msgid "septyp, name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7188
+#: vms-alpha.c:7191
#, c-format
msgid "recbeg: name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7190
+#: vms-alpha.c:7193
#, c-format
msgid " len: %u bits\n"
msgstr ""
-#: vms-alpha.c:7195
+#: vms-alpha.c:7198
#, c-format
msgid "recend\n"
msgstr ""
-#: vms-alpha.c:7199
+#: vms-alpha.c:7202
#, c-format
msgid "enumbeg, len: %u, name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7203
+#: vms-alpha.c:7206
#, c-format
msgid "enumelt, name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7207
+#: vms-alpha.c:7210
#, c-format
msgid "enumend\n"
msgstr ""
-#: vms-alpha.c:7212
+#: vms-alpha.c:7215
#, c-format
msgid "label, name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7214
+#: vms-alpha.c:7217
#, c-format
msgid " address: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7224
+#: vms-alpha.c:7227
#, c-format
msgid "discontiguous range (nbr: %u)\n"
msgstr ""
-#: vms-alpha.c:7227
+#: vms-alpha.c:7230
#, c-format
msgid " address: 0x%08x, size: %u\n"
msgstr ""
-#: vms-alpha.c:7237
+#: vms-alpha.c:7240
#, c-format
msgid "line num (len: %u)\n"
msgstr ""
-#: vms-alpha.c:7254
+#: vms-alpha.c:7257
#, c-format
msgid "delta_pc_w %u\n"
msgstr ""
-#: vms-alpha.c:7261
+#: vms-alpha.c:7264
#, c-format
msgid "incr_linum(b): +%u\n"
msgstr ""
-#: vms-alpha.c:7267
+#: vms-alpha.c:7270
#, c-format
msgid "incr_linum_w: +%u\n"
msgstr ""
-#: vms-alpha.c:7273
+#: vms-alpha.c:7276
#, c-format
msgid "incr_linum_l: +%u\n"
msgstr ""
-#: vms-alpha.c:7279
+#: vms-alpha.c:7282
#, c-format
msgid "set_line_num(w) %u\n"
msgstr ""
-#: vms-alpha.c:7284
+#: vms-alpha.c:7287
#, c-format
msgid "set_line_num_b %u\n"
msgstr ""
-#: vms-alpha.c:7289
+#: vms-alpha.c:7292
#, c-format
msgid "set_line_num_l %u\n"
msgstr ""
-#: vms-alpha.c:7294
+#: vms-alpha.c:7297
#, c-format
msgid "set_abs_pc: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7298
+#: vms-alpha.c:7301
#, c-format
msgid "delta_pc_l: +0x%08x\n"
msgstr ""
-#: vms-alpha.c:7303
+#: vms-alpha.c:7306
#, c-format
msgid "term(b): 0x%02x"
msgstr ""
-#: vms-alpha.c:7305
+#: vms-alpha.c:7308
#, c-format
msgid " pc: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7310
+#: vms-alpha.c:7313
#, c-format
msgid "term_w: 0x%04x"
msgstr ""
-#: vms-alpha.c:7312
+#: vms-alpha.c:7315
#, c-format
msgid " pc: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7318
+#: vms-alpha.c:7321
#, c-format
msgid "delta pc +%-4d"
msgstr ""
-#: vms-alpha.c:7322
+#: vms-alpha.c:7325
#, c-format
msgid " pc: 0x%08x line: %5u\n"
msgstr ""
-#: vms-alpha.c:7327
+#: vms-alpha.c:7330
#, c-format
msgid " *unhandled* cmd %u\n"
msgstr ""
-#: vms-alpha.c:7342
+#: vms-alpha.c:7345
#, c-format
msgid "source (len: %u)\n"
msgstr ""
-#: vms-alpha.c:7357
+#: vms-alpha.c:7360
#, c-format
msgid " declfile: len: %u, flags: %u, fileid: %u\n"
msgstr ""
-#: vms-alpha.c:7362
+#: vms-alpha.c:7365
#, c-format
msgid " rms: cdt: 0x%08x %08x, ebk: 0x%08x, ffb: 0x%04x, rfo: %u\n"
msgstr ""
-#: vms-alpha.c:7371
+#: vms-alpha.c:7374
#, c-format
msgid " filename : %.*s\n"
msgstr ""
-#: vms-alpha.c:7380
+#: vms-alpha.c:7383
#, c-format
msgid " setfile %u\n"
msgstr ""
-#: vms-alpha.c:7385 vms-alpha.c:7390
+#: vms-alpha.c:7388 vms-alpha.c:7393
#, c-format
msgid " setrec %u\n"
msgstr ""
-#: vms-alpha.c:7395 vms-alpha.c:7400
+#: vms-alpha.c:7398 vms-alpha.c:7403
#, c-format
msgid " setlnum %u\n"
msgstr ""
-#: vms-alpha.c:7405 vms-alpha.c:7410
+#: vms-alpha.c:7408 vms-alpha.c:7413
#, c-format
msgid " deflines %u\n"
msgstr ""
-#: vms-alpha.c:7414
+#: vms-alpha.c:7417
#, c-format
msgid " formfeed\n"
msgstr ""
-#: vms-alpha.c:7418
+#: vms-alpha.c:7421
#, c-format
msgid " *unhandled* cmd %u\n"
msgstr ""
-#: vms-alpha.c:7430
+#: vms-alpha.c:7433
#, c-format
msgid "*unhandled* dst type %u\n"
msgstr ""
-#: vms-alpha.c:7462
+#: vms-alpha.c:7465
#, c-format
msgid "cannot read EIHD\n"
msgstr ""
-#: vms-alpha.c:7466
+#: vms-alpha.c:7469
#, c-format
msgid "EIHD: (size: %u, nbr blocks: %u)\n"
msgstr ""
-#: vms-alpha.c:7470
+#: vms-alpha.c:7473
#, c-format
msgid " majorid: %u, minorid: %u\n"
msgstr ""
-#: vms-alpha.c:7478
+#: vms-alpha.c:7481
msgid "executable"
msgstr ""
-#: vms-alpha.c:7481
+#: vms-alpha.c:7484
msgid "linkable image"
msgstr ""
-#: vms-alpha.c:7488
+#: vms-alpha.c:7491
#, c-format
msgid " image type: %u (%s)"
msgstr ""
-#: vms-alpha.c:7494
+#: vms-alpha.c:7497
msgid "native"
msgstr ""
-#: vms-alpha.c:7497
+#: vms-alpha.c:7500
msgid "CLI"
msgstr ""
-#: vms-alpha.c:7504
+#: vms-alpha.c:7507
#, c-format
msgid ", subtype: %u (%s)\n"
msgstr ""
-#: vms-alpha.c:7511
+#: vms-alpha.c:7514
#, c-format
msgid " offsets: isd: %u, activ: %u, symdbg: %u, imgid: %u, patch: %u\n"
msgstr ""
-#: vms-alpha.c:7515
+#: vms-alpha.c:7518
#, c-format
msgid " fixup info rva: "
msgstr ""
-#: vms-alpha.c:7517
+#: vms-alpha.c:7520
#, c-format
msgid ", symbol vector rva: "
msgstr ""
-#: vms-alpha.c:7520
+#: vms-alpha.c:7523
#, c-format
msgid ""
"\n"
" version array off: %u\n"
msgstr ""
-#: vms-alpha.c:7525
+#: vms-alpha.c:7528
#, c-format
msgid " img I/O count: %u, nbr channels: %u, req pri: %08x%08x\n"
msgstr ""
-#: vms-alpha.c:7531
+#: vms-alpha.c:7534
#, c-format
msgid " linker flags: %08x:"
msgstr ""
-#: vms-alpha.c:7562
+#: vms-alpha.c:7565
#, c-format
msgid " ident: 0x%08x, sysver: 0x%08x, match ctrl: %u, symvect_size: %u\n"
msgstr ""
-#: vms-alpha.c:7568
+#: vms-alpha.c:7571
#, c-format
msgid " BPAGE: %u"
msgstr ""
-#: vms-alpha.c:7575
+#: vms-alpha.c:7578
#, c-format
msgid ", ext fixup offset: %u, no_opt psect off: %u"
msgstr ""
-#: vms-alpha.c:7578
+#: vms-alpha.c:7581
#, c-format
msgid ", alias: %u\n"
msgstr ""
-#: vms-alpha.c:7586
+#: vms-alpha.c:7589
#, c-format
msgid "system version array information:\n"
msgstr ""
-#: vms-alpha.c:7590
+#: vms-alpha.c:7593
#, c-format
msgid "cannot read EIHVN header\n"
msgstr ""
-#: vms-alpha.c:7600
+#: vms-alpha.c:7603
#, c-format
msgid "cannot read EIHVN version\n"
msgstr ""
-#: vms-alpha.c:7603
+#: vms-alpha.c:7606
#, c-format
msgid " %02u "
msgstr ""
-#: vms-alpha.c:7607
+#: vms-alpha.c:7610
msgid "BASE_IMAGE "
msgstr ""
-#: vms-alpha.c:7610
+#: vms-alpha.c:7613
msgid "MEMORY_MANAGEMENT"
msgstr ""
-#: vms-alpha.c:7613
+#: vms-alpha.c:7616
msgid "IO "
msgstr ""
-#: vms-alpha.c:7616
+#: vms-alpha.c:7619
msgid "FILES_VOLUMES "
msgstr ""
-#: vms-alpha.c:7619
+#: vms-alpha.c:7622
msgid "PROCESS_SCHED "
msgstr ""
-#: vms-alpha.c:7622
+#: vms-alpha.c:7625
msgid "SYSGEN "
msgstr ""
-#: vms-alpha.c:7625
+#: vms-alpha.c:7628
msgid "CLUSTERS_LOCKMGR "
msgstr ""
-#: vms-alpha.c:7628
+#: vms-alpha.c:7631
msgid "LOGICAL_NAMES "
msgstr ""
-#: vms-alpha.c:7631
+#: vms-alpha.c:7634
msgid "SECURITY "
msgstr ""
-#: vms-alpha.c:7634
+#: vms-alpha.c:7637
msgid "IMAGE_ACTIVATOR "
msgstr ""
-#: vms-alpha.c:7637
+#: vms-alpha.c:7640
msgid "NETWORKS "
msgstr ""
-#: vms-alpha.c:7640
+#: vms-alpha.c:7643
msgid "COUNTERS "
msgstr ""
-#: vms-alpha.c:7643
+#: vms-alpha.c:7646
msgid "STABLE "
msgstr ""
-#: vms-alpha.c:7646
+#: vms-alpha.c:7649
msgid "MISC "
msgstr ""
-#: vms-alpha.c:7649
+#: vms-alpha.c:7652
msgid "CPU "
msgstr ""
-#: vms-alpha.c:7652
+#: vms-alpha.c:7655
msgid "VOLATILE "
msgstr ""
-#: vms-alpha.c:7655
+#: vms-alpha.c:7658
msgid "SHELL "
msgstr ""
-#: vms-alpha.c:7658
+#: vms-alpha.c:7661
msgid "POSIX "
msgstr ""
-#: vms-alpha.c:7661
+#: vms-alpha.c:7664
msgid "MULTI_PROCESSING "
msgstr ""
-#: vms-alpha.c:7664
+#: vms-alpha.c:7667
msgid "GALAXY "
msgstr ""
-#: vms-alpha.c:7667
+#: vms-alpha.c:7670
msgid "*unknown* "
msgstr ""
-#: vms-alpha.c:7683 vms-alpha.c:7958
+#: vms-alpha.c:7686 vms-alpha.c:7961
#, c-format
msgid "cannot read EIHA\n"
msgstr ""
-#: vms-alpha.c:7686
+#: vms-alpha.c:7689
#, c-format
msgid "Image activation: (size=%u)\n"
msgstr ""
-#: vms-alpha.c:7689
+#: vms-alpha.c:7692
#, c-format
msgid " First address : 0x%08x 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7693
+#: vms-alpha.c:7696
#, c-format
msgid " Second address: 0x%08x 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7697
+#: vms-alpha.c:7700
#, c-format
msgid " Third address : 0x%08x 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7701
+#: vms-alpha.c:7704
#, c-format
msgid " Fourth address: 0x%08x 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7705
+#: vms-alpha.c:7708
#, c-format
msgid " Shared image : 0x%08x 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7716
+#: vms-alpha.c:7719
#, c-format
msgid "cannot read EIHI\n"
msgstr ""
-#: vms-alpha.c:7720
+#: vms-alpha.c:7723
#, c-format
msgid "Image identification: (major: %u, minor: %u)\n"
msgstr ""
-#: vms-alpha.c:7723
+#: vms-alpha.c:7726
#, c-format
msgid " image name : %.*s\n"
msgstr ""
-#: vms-alpha.c:7725
+#: vms-alpha.c:7728
#, c-format
msgid " link time : %s\n"
msgstr ""
-#: vms-alpha.c:7727
+#: vms-alpha.c:7730
#, c-format
msgid " image ident : %.*s\n"
msgstr ""
-#: vms-alpha.c:7729
+#: vms-alpha.c:7732
#, c-format
msgid " linker ident : %.*s\n"
msgstr ""
-#: vms-alpha.c:7731
+#: vms-alpha.c:7734
#, c-format
msgid " image build ident: %.*s\n"
msgstr ""
-#: vms-alpha.c:7741
+#: vms-alpha.c:7744
#, c-format
msgid "cannot read EIHS\n"
msgstr ""
-#: vms-alpha.c:7745
+#: vms-alpha.c:7748
#, c-format
msgid "Image symbol & debug table: (major: %u, minor: %u)\n"
msgstr ""
-#: vms-alpha.c:7751
+#: vms-alpha.c:7754
#, c-format
msgid " debug symbol table : vbn: %u, size: %u (0x%x)\n"
msgstr ""
-#: vms-alpha.c:7756
+#: vms-alpha.c:7759
#, c-format
msgid " global symbol table: vbn: %u, records: %u\n"
msgstr ""
-#: vms-alpha.c:7761
+#: vms-alpha.c:7764
#, c-format
msgid " debug module table : vbn: %u, size: %u\n"
msgstr ""
-#: vms-alpha.c:7774
+#: vms-alpha.c:7777
#, c-format
msgid "cannot read EISD\n"
msgstr ""
-#: vms-alpha.c:7785
+#: vms-alpha.c:7788
#, c-format
msgid ""
"Image section descriptor: (major: %u, minor: %u, size: %u, offset: %u)\n"
msgstr ""
-#: vms-alpha.c:7793
+#: vms-alpha.c:7796
#, c-format
msgid " section: base: 0x%08x%08x size: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7798
+#: vms-alpha.c:7801
#, c-format
msgid " flags: 0x%04x"
msgstr ""
-#: vms-alpha.c:7836
+#: vms-alpha.c:7839
#, c-format
msgid " vbn: %u, pfc: %u, matchctl: %u type: %u ("
msgstr ""
-#: vms-alpha.c:7842
+#: vms-alpha.c:7845
msgid "NORMAL"
msgstr ""
-#: vms-alpha.c:7845
+#: vms-alpha.c:7848
msgid "SHRFXD"
msgstr ""
-#: vms-alpha.c:7848
+#: vms-alpha.c:7851
msgid "PRVFXD"
msgstr ""
-#: vms-alpha.c:7851
+#: vms-alpha.c:7854
msgid "SHRPIC"
msgstr ""
-#: vms-alpha.c:7854
+#: vms-alpha.c:7857
msgid "PRVPIC"
msgstr ""
-#: vms-alpha.c:7857
+#: vms-alpha.c:7860
msgid "USRSTACK"
msgstr ""
-#: vms-alpha.c:7863
+#: vms-alpha.c:7866
msgid ")\n"
msgstr ""
-#: vms-alpha.c:7866
+#: vms-alpha.c:7869
#, c-format
msgid " ident: 0x%08x, name: %.*s\n"
msgstr ""
-#: vms-alpha.c:7876
+#: vms-alpha.c:7879
#, c-format
msgid "cannot read DMT\n"
msgstr ""
-#: vms-alpha.c:7880
+#: vms-alpha.c:7883
#, c-format
msgid "Debug module table:\n"
msgstr ""
-#: vms-alpha.c:7889
+#: vms-alpha.c:7892
#, c-format
msgid "cannot read DMT header\n"
msgstr ""
-#: vms-alpha.c:7895
+#: vms-alpha.c:7898
#, c-format
msgid " module offset: 0x%08x, size: 0x%08x, (%u psects)\n"
msgstr ""
-#: vms-alpha.c:7905
+#: vms-alpha.c:7908
#, c-format
msgid "cannot read DMT psect\n"
msgstr ""
-#: vms-alpha.c:7909
+#: vms-alpha.c:7912
#, c-format
msgid " psect start: 0x%08x, length: %u\n"
msgstr ""
-#: vms-alpha.c:7922
+#: vms-alpha.c:7925
#, c-format
msgid "cannot read DST\n"
msgstr ""
-#: vms-alpha.c:7932
+#: vms-alpha.c:7935
#, c-format
msgid "cannot read GST\n"
msgstr ""
-#: vms-alpha.c:7936
+#: vms-alpha.c:7939
#, c-format
msgid "Global symbol table:\n"
msgstr ""
-#: vms-alpha.c:7965
+#: vms-alpha.c:7968
#, c-format
msgid "Image activator fixup: (major: %u, minor: %u)\n"
msgstr ""
-#: vms-alpha.c:7969
+#: vms-alpha.c:7972
#, c-format
msgid " iaflink : 0x%08x %08x\n"
msgstr ""
-#: vms-alpha.c:7973
+#: vms-alpha.c:7976
#, c-format
msgid " fixuplnk: 0x%08x %08x\n"
msgstr ""
-#: vms-alpha.c:7976
+#: vms-alpha.c:7979
#, c-format
msgid " size : %u\n"
msgstr ""
-#: vms-alpha.c:7978
+#: vms-alpha.c:7981
#, c-format
msgid " flags: 0x%08x\n"
msgstr ""
-#: vms-alpha.c:7983
+#: vms-alpha.c:7986
#, c-format
msgid " qrelfixoff: %5u, lrelfixoff: %5u\n"
msgstr ""
-#: vms-alpha.c:7988
+#: vms-alpha.c:7991
#, c-format
msgid " qdotadroff: %5u, ldotadroff: %5u\n"
msgstr ""
-#: vms-alpha.c:7993
+#: vms-alpha.c:7996
#, c-format
msgid " codeadroff: %5u, lpfixoff : %5u\n"
msgstr ""
-#: vms-alpha.c:7996
+#: vms-alpha.c:7999
#, c-format
msgid " chgprtoff : %5u\n"
msgstr ""
-#: vms-alpha.c:8000
+#: vms-alpha.c:8003
#, c-format
msgid " shlstoff : %5u, shrimgcnt : %5u\n"
msgstr ""
-#: vms-alpha.c:8003
+#: vms-alpha.c:8006
#, c-format
msgid " shlextra : %5u, permctx : %5u\n"
msgstr ""
-#: vms-alpha.c:8006
+#: vms-alpha.c:8009
#, c-format
msgid " base_va : 0x%08x\n"
msgstr ""
-#: vms-alpha.c:8008
+#: vms-alpha.c:8011
#, c-format
msgid " lppsbfixoff: %5u\n"
msgstr ""
-#: vms-alpha.c:8016
+#: vms-alpha.c:8019
#, c-format
msgid " Shareable images:\n"
msgstr ""
-#: vms-alpha.c:8021
+#: vms-alpha.c:8024
#, c-format
msgid " %u: size: %u, flags: 0x%02x, name: %.*s\n"
msgstr ""
-#: vms-alpha.c:8028
+#: vms-alpha.c:8031
#, c-format
msgid " quad-word relocation fixups:\n"
msgstr ""
-#: vms-alpha.c:8033
+#: vms-alpha.c:8036
#, c-format
msgid " long-word relocation fixups:\n"
msgstr ""
-#: vms-alpha.c:8038
+#: vms-alpha.c:8041
#, c-format
msgid " quad-word .address reference fixups:\n"
msgstr ""
-#: vms-alpha.c:8043
+#: vms-alpha.c:8046
#, c-format
msgid " long-word .address reference fixups:\n"
msgstr ""
-#: vms-alpha.c:8048
+#: vms-alpha.c:8051
#, c-format
msgid " Code Address Reference Fixups:\n"
msgstr ""
-#: vms-alpha.c:8053
+#: vms-alpha.c:8056
#, c-format
msgid " Linkage Pairs Reference Fixups:\n"
msgstr ""
-#: vms-alpha.c:8062
+#: vms-alpha.c:8065
#, c-format
msgid " Change Protection (%u entries):\n"
msgstr ""
-#: vms-alpha.c:8068
+#: vms-alpha.c:8071
#, 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:8908
+#: vms-alpha.c:8911
msgid "%P: relocatable link is not supported\n"
msgstr ""
-#: vms-alpha.c:8979
+#: vms-alpha.c:8982
#, c-format
msgid "%P: multiple entry points: in modules %pB and %pB\n"
msgstr ""
@@ -8048,338 +8193,354 @@ msgstr ""
msgid "TOC overflow: %#<PRIx64> > 0x10000; try -mminimal-toc when compiling"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5031
+#. Not fatal, this callback cannot fail.
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:2917
+#, c-format
+msgid "unknown attribute for symbol `%s': 0x%02x"
+msgstr ""
+
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:5236
#, c-format
msgid "%pB: error: erratum 835769 stub out of range (input file too large)"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5112
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:5328
#, c-format
msgid "%pB: error: erratum 843419 stub out of range (input file too large)"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5641
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:5341
+msgid "%pB: error: erratum 843419 immediate 0x%"
+msgstr ""
+
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:5875
#, c-format
msgid ""
"%pB: relocation %s against symbol `%s' which may bind externally can not be "
"used when making a shared object; recompile with -fPIC"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5732
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:5968
#, c-format
msgid ""
"%pB: local symbol descriptor table be NULL when applying relocation %s "
"against local symbol"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6830
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:6081
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:6118
+#, c-format
+msgid "%pB: TLS relocation %s against undefined symbol `%s'"
+msgstr ""
+
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7103
msgid "too many GOT entries for -fpic, please recompile with -fPIC"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6858
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7131
msgid ""
"one possible cause of this error is that the symbol is being referenced in "
"the indicated code as if it had a larger alignment than was declared where "
"it was defined"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7443
+#: ../../../binutils-gdb/bfd/elfnn-aarch64.c:7716
#, c-format
msgid ""
"%pB: relocation %s against `%s' can not be used when making a shared object"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:182
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:217
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:182
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:217
#, c-format
msgid "%pB: warning: RVE PLT generation not supported"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2311
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2342
msgid "%X%P: internal error: out of range error\n"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2315
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2346
msgid "%X%P: internal error: unsupported relocation error\n"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2325
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2356
msgid "%X%P: internal error: unknown error\n"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2711
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2742
#, c-format
-msgid "error: %pB: Mis-matched ISA version for '%s' exetension. %d.%d vs %d.%d"
+msgid "error: %pB: Mis-matched ISA version for '%s' extension. %d.%d vs %d.%d"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2729
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2760
#, c-format
msgid ""
-"error: %pB: corrupted ISA string '%s'.first letter should be 'i' or 'e' but "
+"error: %pB: corrupted ISA string '%s'. First letter should be 'i' or 'e' but "
"got '%s'."
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2773
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2804
#, c-format
msgid "error: %pB: Mis-matched ISA string to merge '%s' and '%s'."
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2921
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2952
#, c-format
msgid "error: %pB: ISA string of input (%s) doesn't match output (%s)."
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2946
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2977
#, c-format
msgid "error: %pB: XLEN of input (%u) doesn't match output (%u)."
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2954
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:2985
#, c-format
-msgid "error: %pB: Unspported XLEN (%u), you mightusing wrong emulation."
+msgid "error: %pB: Unsupported XLEN (%u), you might be using wrong emulation."
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3039
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:3070
#, c-format
msgid "error: %pB: conflicting priv spec version (major/minor/revision)."
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3055
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:3086
#, c-format
msgid ""
"error: %pB use %u-byte stack aligned but the output use %u-byte stack "
"aligned."
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3096
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:3126
#, c-format
msgid ""
"%pB: ABI is incompatible with that of the selected emulation:\n"
" target emulation `%s' does not match `%s'"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3119
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:3180
#, c-format
msgid "%pB: can't link %s modules with %s modules"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3129
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:3190
#, c-format
msgid "%pB: can't link RVE with other target"
msgstr ""
-#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3630
+#: ../../../binutils-gdb/bfd/elfnn-riscv.c:3696
#, c-format
msgid ""
"%pB(%pA+%#<PRIx64>): %<PRId64> bytes required for alignment to %<PRId64>-"
"byte boundary, but only %<PRId64> present"
msgstr ""
-#: peigen.c:157 pepigen.c:157 pex64igen.c:157
+#: peigen.c:164 pepigen.c:164 pex64igen.c:164
#, c-format
msgid "%pB: unable to find name for empty section"
msgstr ""
-#: peigen.c:183 pepigen.c:183 pex64igen.c:183
+#: peigen.c:190 pepigen.c:190 pex64igen.c:190
#, c-format
msgid "%pB: out of memory creating name for empty section"
msgstr ""
-#: peigen.c:194 pepigen.c:194 pex64igen.c:194
+#: peigen.c:201 pepigen.c:201 pex64igen.c:201
#, c-format
msgid "%pB: unable to create fake empty section"
msgstr ""
-#: peigen.c:532 pepigen.c:532 pex64igen.c:532
+#: peigen.c:539 pepigen.c:539 pex64igen.c:539
#, c-format
msgid ""
-"%pB: aout header specifies an invalid number of data-directory entries: %ld"
+"%pB: aout header specifies an invalid number of data-directory entries: %u"
msgstr ""
-#: peigen.c:1091 pepigen.c:1091 pex64igen.c:1091
+#: peigen.c:1098 pepigen.c:1098 pex64igen.c:1098
#, c-format
msgid "%pB: line number overflow: 0x%lx > 0xffff"
msgstr ""
-#: peigen.c:1235 pepigen.c:1235 pex64igen.c:1235
+#: peigen.c:1242 pepigen.c:1242 pex64igen.c:1242
msgid "Export Directory [.edata (or where ever we found it)]"
msgstr ""
-#: peigen.c:1236 pepigen.c:1236 pex64igen.c:1236
+#: peigen.c:1243 pepigen.c:1243 pex64igen.c:1243
msgid "Import Directory [parts of .idata]"
msgstr ""
-#: peigen.c:1237 pepigen.c:1237 pex64igen.c:1237
+#: peigen.c:1244 pepigen.c:1244 pex64igen.c:1244
msgid "Resource Directory [.rsrc]"
msgstr ""
-#: peigen.c:1238 pepigen.c:1238 pex64igen.c:1238
+#: peigen.c:1245 pepigen.c:1245 pex64igen.c:1245
msgid "Exception Directory [.pdata]"
msgstr ""
-#: peigen.c:1239 pepigen.c:1239 pex64igen.c:1239
+#: peigen.c:1246 pepigen.c:1246 pex64igen.c:1246
msgid "Security Directory"
msgstr ""
-#: peigen.c:1240 pepigen.c:1240 pex64igen.c:1240
+#: peigen.c:1247 pepigen.c:1247 pex64igen.c:1247
msgid "Base Relocation Directory [.reloc]"
msgstr ""
-#: peigen.c:1241 pepigen.c:1241 pex64igen.c:1241
+#: peigen.c:1248 pepigen.c:1248 pex64igen.c:1248
msgid "Debug Directory"
msgstr ""
-#: peigen.c:1242 pepigen.c:1242 pex64igen.c:1242
+#: peigen.c:1249 pepigen.c:1249 pex64igen.c:1249
msgid "Description Directory"
msgstr ""
-#: peigen.c:1243 pepigen.c:1243 pex64igen.c:1243
+#: peigen.c:1250 pepigen.c:1250 pex64igen.c:1250
msgid "Special Directory"
msgstr ""
-#: peigen.c:1244 pepigen.c:1244 pex64igen.c:1244
+#: peigen.c:1251 pepigen.c:1251 pex64igen.c:1251
msgid "Thread Storage Directory [.tls]"
msgstr ""
-#: peigen.c:1245 pepigen.c:1245 pex64igen.c:1245
+#: peigen.c:1252 pepigen.c:1252 pex64igen.c:1252
msgid "Load Configuration Directory"
msgstr ""
-#: peigen.c:1246 pepigen.c:1246 pex64igen.c:1246
+#: peigen.c:1253 pepigen.c:1253 pex64igen.c:1253
msgid "Bound Import Directory"
msgstr ""
-#: peigen.c:1247 pepigen.c:1247 pex64igen.c:1247
+#: peigen.c:1254 pepigen.c:1254 pex64igen.c:1254
msgid "Import Address Table Directory"
msgstr ""
-#: peigen.c:1248 pepigen.c:1248 pex64igen.c:1248
+#: peigen.c:1255 pepigen.c:1255 pex64igen.c:1255
msgid "Delay Import Directory"
msgstr ""
-#: peigen.c:1249 pepigen.c:1249 pex64igen.c:1249
+#: peigen.c:1256 pepigen.c:1256 pex64igen.c:1256
msgid "CLR Runtime Header"
msgstr ""
-#: peigen.c:1250 pepigen.c:1250 pex64igen.c:1250
+#: peigen.c:1257 pepigen.c:1257 pex64igen.c:1257
msgid "Reserved"
msgstr ""
-#: peigen.c:1310 pepigen.c:1310 pex64igen.c:1310
+#: peigen.c:1317 pepigen.c:1317 pex64igen.c:1317
#, c-format
msgid ""
"\n"
"There is an import table, but the section containing it could not be found\n"
msgstr ""
-#: peigen.c:1316 pepigen.c:1316 pex64igen.c:1316
+#: peigen.c:1323 pepigen.c:1323 pex64igen.c:1323
#, c-format
msgid ""
"\n"
"There is an import table in %s, but that section has no contents\n"
msgstr ""
-#: peigen.c:1323 pepigen.c:1323 pex64igen.c:1323
+#: peigen.c:1330 pepigen.c:1330 pex64igen.c:1330
#, c-format
msgid ""
"\n"
"There is an import table in %s at 0x%lx\n"
msgstr ""
-#: peigen.c:1365 pepigen.c:1365 pex64igen.c:1365
+#: peigen.c:1372 pepigen.c:1372 pex64igen.c:1372
#, c-format
msgid ""
"\n"
"Function descriptor located at the start address: %04lx\n"
msgstr ""
-#: peigen.c:1369 pepigen.c:1369 pex64igen.c:1369
+#: peigen.c:1376 pepigen.c:1376 pex64igen.c:1376
#, c-format
msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
msgstr ""
-#: peigen.c:1377 pepigen.c:1377 pex64igen.c:1377
+#: peigen.c:1384 pepigen.c:1384 pex64igen.c:1384
#, c-format
msgid ""
"\n"
"No reldata section! Function descriptor not decoded.\n"
msgstr ""
-#: peigen.c:1382 pepigen.c:1382 pex64igen.c:1382
+#: peigen.c:1389 pepigen.c:1389 pex64igen.c:1389
#, c-format
msgid ""
"\n"
"The Import Tables (interpreted %s section contents)\n"
msgstr ""
-#: peigen.c:1385 pepigen.c:1385 pex64igen.c:1385
+#: peigen.c:1392 pepigen.c:1392 pex64igen.c:1392
#, c-format
msgid ""
" vma: Hint Time Forward DLL First\n"
" Table Stamp Chain Name Thunk\n"
msgstr ""
-#: peigen.c:1435 pepigen.c:1435 pex64igen.c:1435
+#: peigen.c:1442 pepigen.c:1442 pex64igen.c:1442
#, c-format
msgid ""
"\n"
"\tDLL Name: %.*s\n"
msgstr ""
-#: peigen.c:1451 pepigen.c:1451 pex64igen.c:1451
+#: peigen.c:1458 pepigen.c:1458 pex64igen.c:1458
#, c-format
msgid "\tvma: Hint/Ord Member-Name Bound-To\n"
msgstr ""
-#: peigen.c:1476 pepigen.c:1476 pex64igen.c:1476
+#: peigen.c:1483 pepigen.c:1483 pex64igen.c:1483
#, c-format
msgid ""
"\n"
"There is a first thunk, but the section containing it could not be found\n"
msgstr ""
-#: peigen.c:1520 peigen.c:1559 pepigen.c:1520 pepigen.c:1559 pex64igen.c:1520
-#: pex64igen.c:1559
+#: peigen.c:1527 peigen.c:1566 pepigen.c:1527 pepigen.c:1566 pex64igen.c:1527
+#: pex64igen.c:1566
#, c-format
msgid "\t<corrupt: 0x%04lx>"
msgstr ""
-#: peigen.c:1652 pepigen.c:1652 pex64igen.c:1652
+#: peigen.c:1659 pepigen.c:1659 pex64igen.c:1659
#, c-format
msgid ""
"\n"
"There is an export table, but the section containing it could not be found\n"
msgstr ""
-#: peigen.c:1658 pepigen.c:1658 pex64igen.c:1658
+#: peigen.c:1665 pepigen.c:1665 pex64igen.c:1665
#, c-format
msgid ""
"\n"
"There is an export table in %s, but that section has no contents\n"
msgstr ""
-#: peigen.c:1669 pepigen.c:1669 pex64igen.c:1669
+#: peigen.c:1676 pepigen.c:1676 pex64igen.c:1676
#, c-format
msgid ""
"\n"
"There is an export table in %s, but it does not fit into that section\n"
msgstr ""
-#: peigen.c:1680 pepigen.c:1680 pex64igen.c:1680
+#: peigen.c:1687 pepigen.c:1687 pex64igen.c:1687
#, c-format
msgid ""
"\n"
"There is an export table in %s, but it is too small (%d)\n"
msgstr ""
-#: peigen.c:1686 pepigen.c:1686 pex64igen.c:1686
+#: peigen.c:1693 pepigen.c:1693 pex64igen.c:1693
#, c-format
msgid ""
"\n"
"There is an export table in %s at 0x%lx\n"
msgstr ""
-#: peigen.c:1714 pepigen.c:1714 pex64igen.c:1714
+#: peigen.c:1721 pepigen.c:1721 pex64igen.c:1721
#, c-format
msgid ""
"\n"
@@ -8387,162 +8548,162 @@ msgid ""
"\n"
msgstr ""
-#: peigen.c:1718 pepigen.c:1718 pex64igen.c:1718
+#: peigen.c:1725 pepigen.c:1725 pex64igen.c:1725
#, c-format
msgid "Export Flags \t\t\t%lx\n"
msgstr ""
-#: peigen.c:1721 pepigen.c:1721 pex64igen.c:1721
+#: peigen.c:1728 pepigen.c:1728 pex64igen.c:1728
#, c-format
msgid "Time/Date stamp \t\t%lx\n"
msgstr ""
-#: peigen.c:1725 pepigen.c:1725 pex64igen.c:1725
+#: peigen.c:1732 pepigen.c:1732 pex64igen.c:1732
#, c-format
msgid "Major/Minor \t\t\t%d/%d\n"
msgstr ""
-#: peigen.c:1728 pepigen.c:1728 pex64igen.c:1728
+#: peigen.c:1735 pepigen.c:1735 pex64igen.c:1735
#, c-format
msgid "Name \t\t\t\t"
msgstr ""
-#: peigen.c:1739 pepigen.c:1739 pex64igen.c:1739
+#: peigen.c:1746 pepigen.c:1746 pex64igen.c:1746
#, c-format
msgid "Ordinal Base \t\t\t%ld\n"
msgstr ""
-#: peigen.c:1742 pepigen.c:1742 pex64igen.c:1742
+#: peigen.c:1749 pepigen.c:1749 pex64igen.c:1749
#, c-format
msgid "Number in:\n"
msgstr ""
-#: peigen.c:1745 pepigen.c:1745 pex64igen.c:1745
+#: peigen.c:1752 pepigen.c:1752 pex64igen.c:1752
#, c-format
msgid "\tExport Address Table \t\t%08lx\n"
msgstr ""
-#: peigen.c:1749 pepigen.c:1749 pex64igen.c:1749
+#: peigen.c:1756 pepigen.c:1756 pex64igen.c:1756
#, c-format
msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n"
msgstr ""
-#: peigen.c:1752 pepigen.c:1752 pex64igen.c:1752
+#: peigen.c:1759 pepigen.c:1759 pex64igen.c:1759
#, c-format
msgid "Table Addresses\n"
msgstr ""
-#: peigen.c:1755 pepigen.c:1755 pex64igen.c:1755
+#: peigen.c:1762 pepigen.c:1762 pex64igen.c:1762
#, c-format
msgid "\tExport Address Table \t\t"
msgstr ""
-#: peigen.c:1760 pepigen.c:1760 pex64igen.c:1760
+#: peigen.c:1767 pepigen.c:1767 pex64igen.c:1767
#, c-format
msgid "\tName Pointer Table \t\t"
msgstr ""
-#: peigen.c:1765 pepigen.c:1765 pex64igen.c:1765
+#: peigen.c:1772 pepigen.c:1772 pex64igen.c:1772
#, c-format
msgid "\tOrdinal Table \t\t\t"
msgstr ""
-#: peigen.c:1779 pepigen.c:1779 pex64igen.c:1779
+#: peigen.c:1786 pepigen.c:1786 pex64igen.c:1786
#, c-format
msgid ""
"\n"
"Export Address Table -- Ordinal Base %ld\n"
msgstr ""
-#: peigen.c:1788 pepigen.c:1788 pex64igen.c:1788
+#: peigen.c:1795 pepigen.c:1795 pex64igen.c:1795
#, c-format
msgid "\tInvalid Export Address Table rva (0x%lx) or entry count (0x%lx)\n"
msgstr ""
-#: peigen.c:1807 pepigen.c:1807 pex64igen.c:1807
+#: peigen.c:1814 pepigen.c:1814 pex64igen.c:1814
msgid "Forwarder RVA"
msgstr ""
-#: peigen.c:1819 pepigen.c:1819 pex64igen.c:1819
+#: peigen.c:1826 pepigen.c:1826 pex64igen.c:1826
msgid "Export RVA"
msgstr ""
-#: peigen.c:1826 pepigen.c:1826 pex64igen.c:1826
+#: peigen.c:1833 pepigen.c:1833 pex64igen.c:1833
#, c-format
msgid ""
"\n"
"[Ordinal/Name Pointer] Table\n"
msgstr ""
-#: peigen.c:1834 pepigen.c:1834 pex64igen.c:1834
+#: peigen.c:1841 pepigen.c:1841 pex64igen.c:1841
#, c-format
msgid "\tInvalid Name Pointer Table rva (0x%lx) or entry count (0x%lx)\n"
msgstr ""
-#: peigen.c:1841 pepigen.c:1841 pex64igen.c:1841
+#: peigen.c:1848 pepigen.c:1848 pex64igen.c:1848
#, c-format
msgid "\tInvalid Ordinal Table rva (0x%lx) or entry count (0x%lx)\n"
msgstr ""
-#: peigen.c:1855 pepigen.c:1855 pex64igen.c:1855
+#: peigen.c:1862 pepigen.c:1862 pex64igen.c:1862
#, c-format
msgid "\t[%4ld] <corrupt offset: %lx>\n"
msgstr ""
-#: peigen.c:1909 peigen.c:2106 pepigen.c:1909 pepigen.c:2106 pex64igen.c:1909
-#: pex64igen.c:2106
+#: peigen.c:1916 peigen.c:2113 pepigen.c:1916 pepigen.c:2113 pex64igen.c:1916
+#: pex64igen.c:2113
#, c-format
msgid "warning, .pdata section size (%ld) is not a multiple of %d\n"
msgstr ""
-#: peigen.c:1913 peigen.c:2110 pepigen.c:1913 pepigen.c:2110 pex64igen.c:1913
-#: pex64igen.c:2110
+#: peigen.c:1920 peigen.c:2117 pepigen.c:1920 pepigen.c:2117 pex64igen.c:1920
+#: pex64igen.c:2117
#, c-format
msgid ""
"\n"
"The Function Table (interpreted .pdata section contents)\n"
msgstr ""
-#: peigen.c:1916 pepigen.c:1916 pex64igen.c:1916
+#: peigen.c:1923 pepigen.c:1923 pex64igen.c:1923
#, c-format
msgid " vma:\t\t\tBegin Address End Address Unwind Info\n"
msgstr ""
-#: peigen.c:1918 pepigen.c:1918 pex64igen.c:1918
+#: peigen.c:1925 pepigen.c:1925 pex64igen.c:1925
#, c-format
msgid ""
" vma:\t\tBegin End EH EH PrologEnd Exception\n"
" \t\tAddress Address Handler Data Address Mask\n"
msgstr ""
-#: peigen.c:1931 pepigen.c:1931 pex64igen.c:1931
+#: peigen.c:1938 pepigen.c:1938 pex64igen.c:1938
#, c-format
msgid "Virtual size of .pdata section (%ld) larger than real size (%ld)\n"
msgstr ""
-#: peigen.c:2001 pepigen.c:2001 pex64igen.c:2001
+#: peigen.c:2008 pepigen.c:2008 pex64igen.c:2008
#, c-format
msgid " Register save millicode"
msgstr ""
-#: peigen.c:2004 pepigen.c:2004 pex64igen.c:2004
+#: peigen.c:2011 pepigen.c:2011 pex64igen.c:2011
#, c-format
msgid " Register restore millicode"
msgstr ""
-#: peigen.c:2007 pepigen.c:2007 pex64igen.c:2007
+#: peigen.c:2014 pepigen.c:2014 pex64igen.c:2014
#, c-format
msgid " Glue code sequence"
msgstr ""
-#: peigen.c:2112 pepigen.c:2112 pex64igen.c:2112
+#: peigen.c:2119 pepigen.c:2119 pex64igen.c:2119
#, c-format
msgid ""
" vma:\t\tBegin Prolog Function Flags Exception EH\n"
" \t\tAddress Length Length 32b exc Handler Data\n"
msgstr ""
-#: peigen.c:2234 pepigen.c:2234 pex64igen.c:2234
+#: peigen.c:2241 pepigen.c:2241 pex64igen.c:2241
#, c-format
msgid ""
"\n"
@@ -8550,86 +8711,86 @@ msgid ""
"PE File Base Relocations (interpreted .reloc section contents)\n"
msgstr ""
-#: peigen.c:2264 pepigen.c:2264 pex64igen.c:2264
+#: peigen.c:2271 pepigen.c:2271 pex64igen.c:2271
#, c-format
msgid ""
"\n"
"Virtual Address: %08lx Chunk size %ld (0x%lx) Number of fixups %ld\n"
msgstr ""
-#: peigen.c:2282 pepigen.c:2282 pex64igen.c:2282
+#: peigen.c:2289 pepigen.c:2289 pex64igen.c:2289
#, c-format
msgid "\treloc %4d offset %4x [%4lx] %s"
msgstr ""
-#: peigen.c:2343 pepigen.c:2343 pex64igen.c:2343
+#: peigen.c:2350 pepigen.c:2350 pex64igen.c:2350
#, c-format
msgid "%03x %*.s Entry: "
msgstr ""
-#: peigen.c:2367 pepigen.c:2367 pex64igen.c:2367
+#: peigen.c:2374 pepigen.c:2374 pex64igen.c:2374
#, c-format
msgid "name: [val: %08lx len %d]: "
msgstr ""
-#: peigen.c:2387 pepigen.c:2387 pex64igen.c:2387
+#: peigen.c:2394 pepigen.c:2394 pex64igen.c:2394
#, c-format
msgid "<corrupt string length: %#x>\n"
msgstr ""
-#: peigen.c:2397 pepigen.c:2397 pex64igen.c:2397
+#: peigen.c:2404 pepigen.c:2404 pex64igen.c:2404
#, c-format
msgid "<corrupt string offset: %#lx>\n"
msgstr ""
-#: peigen.c:2402 pepigen.c:2402 pex64igen.c:2402
+#: peigen.c:2409 pepigen.c:2409 pex64igen.c:2409
#, c-format
msgid "ID: %#08lx"
msgstr ""
-#: peigen.c:2405 pepigen.c:2405 pex64igen.c:2405
+#: peigen.c:2412 pepigen.c:2412 pex64igen.c:2412
#, c-format
msgid ", Value: %#08lx\n"
msgstr ""
-#: peigen.c:2427 pepigen.c:2427 pex64igen.c:2427
+#: peigen.c:2434 pepigen.c:2434 pex64igen.c:2434
#, c-format
msgid "%03x %*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n"
msgstr ""
-#: peigen.c:2469 pepigen.c:2469 pex64igen.c:2469
+#: peigen.c:2476 pepigen.c:2476 pex64igen.c:2476
#, c-format
msgid "<unknown directory type: %d>\n"
msgstr ""
-#: peigen.c:2477 pepigen.c:2477 pex64igen.c:2477
+#: peigen.c:2484 pepigen.c:2484 pex64igen.c:2484
#, c-format
msgid " Table: Char: %d, Time: %08lx, Ver: %d/%d, Num Names: %d, IDs: %d\n"
msgstr ""
-#: peigen.c:2566 pepigen.c:2566 pex64igen.c:2566
+#: peigen.c:2573 pepigen.c:2573 pex64igen.c:2573
#, c-format
msgid "Corrupt .rsrc section detected!\n"
msgstr ""
-#: peigen.c:2590 pepigen.c:2590 pex64igen.c:2590
+#: peigen.c:2597 pepigen.c:2597 pex64igen.c:2597
#, c-format
msgid ""
"\n"
"WARNING: Extra data in .rsrc section - it will be ignored by Windows:\n"
msgstr ""
-#: peigen.c:2596 pepigen.c:2596 pex64igen.c:2596
+#: peigen.c:2603 pepigen.c:2603 pex64igen.c:2603
#, c-format
msgid " String table starts at offset: %#03x\n"
msgstr ""
-#: peigen.c:2599 pepigen.c:2599 pex64igen.c:2599
+#: peigen.c:2606 pepigen.c:2606 pex64igen.c:2606
#, c-format
msgid " Resources start at offset: %#03x\n"
msgstr ""
-#: peigen.c:2651 pepigen.c:2651 pex64igen.c:2651
+#: peigen.c:2658 pepigen.c:2658 pex64igen.c:2658
#, c-format
msgid ""
"\n"
@@ -8637,14 +8798,14 @@ msgid ""
"found\n"
msgstr ""
-#: peigen.c:2657 pepigen.c:2657 pex64igen.c:2657
+#: peigen.c:2664 pepigen.c:2664 pex64igen.c:2664
#, c-format
msgid ""
"\n"
"There is a debug directory in %s, but that section has no contents\n"
msgstr ""
-#: peigen.c:2664 pepigen.c:2664 pex64igen.c:2664
+#: peigen.c:2671 pepigen.c:2671 pex64igen.c:2671
#, c-format
msgid ""
"\n"
@@ -8652,7 +8813,7 @@ msgid ""
"small\n"
msgstr ""
-#: peigen.c:2669 pepigen.c:2669 pex64igen.c:2669
+#: peigen.c:2676 pepigen.c:2676 pex64igen.c:2676
#, c-format
msgid ""
"\n"
@@ -8660,23 +8821,23 @@ msgid ""
"\n"
msgstr ""
-#: peigen.c:2676 pepigen.c:2676 pex64igen.c:2676
+#: peigen.c:2683 pepigen.c:2683 pex64igen.c:2683
#, c-format
msgid ""
"The debug data size field in the data directory is too big for the section"
msgstr ""
-#: peigen.c:2681 pepigen.c:2681 pex64igen.c:2681
+#: peigen.c:2688 pepigen.c:2688 pex64igen.c:2688
#, c-format
msgid "Type Size Rva Offset\n"
msgstr ""
-#: peigen.c:2729 pepigen.c:2729 pex64igen.c:2729
+#: peigen.c:2736 pepigen.c:2736 pex64igen.c:2736
#, c-format
msgid "(format %c%c%c%c signature %s age %ld)\n"
msgstr ""
-#: peigen.c:2737 pepigen.c:2737 pex64igen.c:2737
+#: peigen.c:2744 pepigen.c:2744 pex64igen.c:2744
#, c-format
msgid ""
"The debug directory size is not a multiple of the debug directory entry "
@@ -8686,99 +8847,99 @@ msgstr ""
#. The MS dumpbin program reportedly ands with 0xff0f before
#. printing the characteristics field. Not sure why. No reason to
#. emulate it here.
-#: peigen.c:2757 pepigen.c:2757 pex64igen.c:2757
+#: peigen.c:2764 pepigen.c:2764 pex64igen.c:2764
#, c-format
msgid ""
"\n"
"Characteristics 0x%x\n"
msgstr ""
-#: peigen.c:2993 pepigen.c:2993 pex64igen.c:2993
+#: peigen.c:2999 pepigen.c:2999 pex64igen.c:2999
#, c-format
msgid ""
"%pB: Data Directory size (%lx) exceeds space left in section (%<PRIx64>)"
msgstr ""
-#: peigen.c:3025 pepigen.c:3025 pex64igen.c:3025
+#: peigen.c:3031 pepigen.c:3031 pex64igen.c:3031
msgid "failed to update file offsets in debug directory"
msgstr ""
-#: peigen.c:3033 pepigen.c:3033 pex64igen.c:3033
+#: peigen.c:3039 pepigen.c:3039 pex64igen.c:3039
#, c-format
msgid "%pB: failed to read debug data section"
msgstr ""
-#: peigen.c:3849 pepigen.c:3849 pex64igen.c:3849
+#: peigen.c:3855 pepigen.c:3855 pex64igen.c:3855
#, c-format
msgid ".rsrc merge failure: duplicate string resource: %d"
msgstr ""
-#: peigen.c:3984 pepigen.c:3984 pex64igen.c:3984
+#: peigen.c:3990 pepigen.c:3990 pex64igen.c:3990
msgid ".rsrc merge failure: multiple non-default manifests"
msgstr ""
-#: peigen.c:4002 pepigen.c:4002 pex64igen.c:4002
+#: peigen.c:4008 pepigen.c:4008 pex64igen.c:4008
msgid ".rsrc merge failure: a directory matches a leaf"
msgstr ""
-#: peigen.c:4044 pepigen.c:4044 pex64igen.c:4044
+#: peigen.c:4050 pepigen.c:4050 pex64igen.c:4050
msgid ".rsrc merge failure: duplicate leaf"
msgstr ""
-#: peigen.c:4046 pepigen.c:4046 pex64igen.c:4046
+#: peigen.c:4052 pepigen.c:4052 pex64igen.c:4052
#, c-format
msgid ".rsrc merge failure: duplicate leaf: %s"
msgstr ""
-#: peigen.c:4112 pepigen.c:4112 pex64igen.c:4112
+#: peigen.c:4118 pepigen.c:4118 pex64igen.c:4118
msgid ".rsrc merge failure: dirs with differing characteristics"
msgstr ""
-#: peigen.c:4119 pepigen.c:4119 pex64igen.c:4119
+#: peigen.c:4125 pepigen.c:4125 pex64igen.c:4125
msgid ".rsrc merge failure: differing directory versions"
msgstr ""
#. Corrupted .rsrc section - cannot merge.
-#: peigen.c:4236 pepigen.c:4236 pex64igen.c:4236
+#: peigen.c:4242 pepigen.c:4242 pex64igen.c:4242
#, c-format
msgid "%pB: .rsrc merge failure: corrupt .rsrc section"
msgstr ""
-#: peigen.c:4244 pepigen.c:4244 pex64igen.c:4244
+#: peigen.c:4250 pepigen.c:4250 pex64igen.c:4250
#, c-format
msgid "%pB: .rsrc merge failure: unexpected .rsrc size"
msgstr ""
-#: peigen.c:4383 pepigen.c:4383 pex64igen.c:4383
+#: peigen.c:4389 pepigen.c:4389 pex64igen.c:4389
#, c-format
msgid "%pB: unable to fill in DataDictionary[1] because .idata$2 is missing"
msgstr ""
-#: peigen.c:4403 pepigen.c:4403 pex64igen.c:4403
+#: peigen.c:4409 pepigen.c:4409 pex64igen.c:4409
#, c-format
msgid "%pB: unable to fill in DataDictionary[1] because .idata$4 is missing"
msgstr ""
-#: peigen.c:4424 pepigen.c:4424 pex64igen.c:4424
+#: peigen.c:4430 pepigen.c:4430 pex64igen.c:4430
#, c-format
msgid "%pB: unable to fill in DataDictionary[12] because .idata$5 is missing"
msgstr ""
-#: peigen.c:4444 pepigen.c:4444 pex64igen.c:4444
+#: peigen.c:4450 pepigen.c:4450 pex64igen.c:4450
#, c-format
msgid ""
"%pB: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE (12)] because ."
"idata$6 is missing"
msgstr ""
-#: peigen.c:4486 pepigen.c:4486 pex64igen.c:4486
+#: peigen.c:4492 pepigen.c:4492 pex64igen.c:4492
#, c-format
msgid ""
"%pB: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE(12)] because ."
"idata$6 is missing"
msgstr ""
-#: peigen.c:4511 pepigen.c:4511 pex64igen.c:4511
+#: peigen.c:4517 pepigen.c:4517 pex64igen.c:4517
#, c-format
msgid "%pB: unable to fill in DataDictionary[9] because __tls_used is missing"
msgstr ""
diff --git a/bfd/version.m4 b/bfd/version.m4
index fddf8635fe4..7f2f06fa17b 100644
--- a/bfd/version.m4
+++ b/bfd/version.m4
@@ -1 +1 @@
-m4_define([BFD_VERSION], [2.32.90])
+m4_define([BFD_VERSION], [2.33])
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ed155aa2ffc..e817655c21b 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-30 Phil Blundell <pb@pbcl.net>
+
+ Release 2.33
+ * configure, Makefile.in, doc/Makefile.in, po/binutils.pot: Regenerate.
+
2019-09-25 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index d1828e5fc24..16c078fdd32 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -541,7 +541,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/binutils/configure b/binutils/configure
index 9456c6a3e9a..f492b35457e 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for binutils 2.32.90.
+# Generated by GNU Autoconf 2.69 for binutils 2.33.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='binutils'
PACKAGE_TARNAME='binutils'
-PACKAGE_VERSION='2.32.90'
-PACKAGE_STRING='binutils 2.32.90'
+PACKAGE_VERSION='2.33'
+PACKAGE_STRING='binutils 2.33'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -778,7 +778,6 @@ infodir
docdir
oldincludedir
includedir
-runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -871,7 +870,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1124,15 +1122,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
- -runstatedir | --runstatedir | --runstatedi | --runstated \
- | --runstate | --runstat | --runsta | --runst | --runs \
- | --run | --ru | --r)
- ac_prev=runstatedir ;;
- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
- | --run=* | --ru=* | --r=*)
- runstatedir=$ac_optarg ;;
-
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1270,7 +1259,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir runstatedir
+ libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1383,7 +1372,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures binutils 2.32.90 to adapt to many kinds of systems.
+\`configure' configures binutils 2.33 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1423,7 +1412,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1455,7 +1443,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of binutils 2.32.90:";;
+ short | recursive ) echo "Configuration of binutils 2.33:";;
esac
cat <<\_ACEOF
@@ -1582,7 +1570,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-binutils configure 2.32.90
+binutils configure 2.33
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2230,7 +2218,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by binutils $as_me 2.32.90, which was
+It was created by binutils $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4180,7 +4168,7 @@ fi
# Define the identity of the package.
PACKAGE='binutils'
- VERSION='2.32.90'
+ VERSION='2.33'
cat >>confdefs.h <<_ACEOF
@@ -11535,7 +11523,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11538 "configure"
+#line 11526 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11641,7 +11629,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11644 "configure"
+#line 11632 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12028,7 +12016,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -12074,7 +12062,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -12098,7 +12086,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -12143,7 +12131,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -12167,7 +12155,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -13734,8 +13722,6 @@ main ()
if (*(data + i) != *(data3 + i))
return 14;
close (fd);
- free (data);
- free (data3);
return 0;
}
_ACEOF
@@ -15727,7 +15713,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by binutils $as_me 2.32.90, which was
+This file was extended by binutils $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15793,7 +15779,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-binutils config.status 2.32.90
+binutils config.status 2.33
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in
index c66caa832ec..a0777d8fcc7 100644
--- a/binutils/doc/Makefile.in
+++ b/binutils/doc/Makefile.in
@@ -374,7 +374,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot
index 855ab8d8c7f..92c75a8a53c 100644
--- a/binutils/po/binutils.pot
+++ b/binutils/po/binutils.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2019-01-19 16:39+0000\n"
+"POT-Creation-Date: 2019-09-30 11:00+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"
@@ -58,8 +58,8 @@ msgid ""
msgstr ""
#: addr2line.c:109 ar.c:340 ar.c:377 coffdump.c:473 dlltool.c:3990
-#: dllwrap.c:518 elfedit.c:906 objcopy.c:666 objcopy.c:719 readelf.c:4474
-#: size.c:97 srconv.c:1706 strings.c:727 sysdump.c:648 windmc.c:227
+#: dllwrap.c:518 elfedit.c:906 objcopy.c:680 objcopy.c:733 readelf.c:4545
+#: size.c:109 srconv.c:1706 strings.c:727 sysdump.c:648 windmc.c:227
#: windres.c:688
#, c-format
msgid "Report bugs to %s\n"
@@ -96,12 +96,12 @@ msgstr ""
msgid "%s: cannot find section %s"
msgstr ""
-#: addr2line.c:448 ar.c:722 dlltool.c:3508 nm.c:1668 objcopy.c:5670
-#: objdump.c:4036 size.c:141 strings.c:291 windmc.c:960 windres.c:816
+#: addr2line.c:448 ar.c:734 dlltool.c:3508 nm.c:1710 objcopy.c:5756
+#: objdump.c:4291 size.c:153 strings.c:291 windmc.c:960 windres.c:816
msgid "fatal error: libbfd ABI mismatch"
msgstr ""
-#: addr2line.c:475 nm.c:1694 objdump.c:4083
+#: addr2line.c:475 nm.c:1736 objdump.c:4338
#, c-format
msgid "unknown demangling style `%s'"
msgstr ""
@@ -342,101 +342,101 @@ msgid ""
" -v --version Print version information\n"
msgstr ""
-#: ar.c:493
+#: ar.c:494
msgid "two different operation options specified"
msgstr ""
-#: ar.c:587 ar.c:647 nm.c:1781
+#: ar.c:588 ar.c:659 nm.c:1823
#, c-format
msgid "sorry - this program has been built without plugin support\n"
msgstr ""
-#: ar.c:778
+#: ar.c:790
msgid "no operation specified"
msgstr ""
-#: ar.c:781
+#: ar.c:793
msgid "`u' is only meaningful with the `r' option."
msgstr ""
-#: ar.c:784
+#: ar.c:796
msgid "`u' is not meaningful with the `D' option."
msgstr ""
-#: ar.c:787
+#: ar.c:799
msgid "`u' modifier ignored since `D' is the default (see `U')"
msgstr ""
-#: ar.c:796
+#: ar.c:808
msgid "missing position arg."
msgstr ""
-#: ar.c:802
+#: ar.c:814
msgid "`N' is only meaningful with the `x' and `d' options."
msgstr ""
-#: ar.c:804
+#: ar.c:816
msgid "`N' missing value."
msgstr ""
-#: ar.c:807
+#: ar.c:819
msgid "Value for `N' must be positive."
msgstr ""
-#: ar.c:823
+#: ar.c:835
msgid "`x' cannot be used on thin archives."
msgstr ""
-#: ar.c:870
+#: ar.c:882
#, c-format
msgid "internal error -- this option not implemented"
msgstr ""
-#: ar.c:939
+#: ar.c:951
#, c-format
msgid "creating %s"
msgstr ""
-#: ar.c:970
+#: ar.c:982
#, c-format
msgid "Cannot convert existing library %s to thin format"
msgstr ""
-#: ar.c:976
+#: ar.c:988
#, c-format
msgid "Cannot convert existing thin library %s to normal format"
msgstr ""
-#: ar.c:1008 ar.c:1072 ar.c:1402 objcopy.c:3357
+#: ar.c:1020 ar.c:1084 ar.c:1414 objcopy.c:3391
#, c-format
msgid "internal stat error on %s"
msgstr ""
-#: ar.c:1027 ar.c:1105
+#: ar.c:1039 ar.c:1117
#, c-format
msgid "%s is not a valid archive"
msgstr ""
-#: ar.c:1064 objcopy.c:3319
+#: ar.c:1076 objcopy.c:3353
#, c-format
msgid "illegal pathname found in archive member: %s"
msgstr ""
-#: ar.c:1163
+#: ar.c:1175
msgid "could not create temporary file whilst writing archive"
msgstr ""
-#: ar.c:1307
+#: ar.c:1319
#, c-format
msgid "No member named `%s'\n"
msgstr ""
-#: ar.c:1357
+#: ar.c:1369
#, c-format
msgid "no entry %s in archive %s!"
msgstr ""
-#: ar.c:1496
+#: ar.c:1508
#, c-format
msgid "%s: no archive map to update"
msgstr ""
@@ -451,47 +451,52 @@ msgstr ""
msgid "Can't open file %s\n"
msgstr ""
-#: arsup.c:164
+#: arsup.c:160
+#, c-format
+msgid "%s: Can't allocate memory for temp name (%s)\n"
+msgstr ""
+
+#: arsup.c:171
#, c-format
msgid "%s: Can't open output archive %s\n"
msgstr ""
-#: arsup.c:181
+#: arsup.c:188
#, c-format
msgid "%s: Can't open input archive %s\n"
msgstr ""
-#: arsup.c:190
+#: arsup.c:197
#, c-format
msgid "%s: file %s is not an archive\n"
msgstr ""
-#: arsup.c:230
+#: arsup.c:237
#, c-format
msgid "%s: no output archive specified yet\n"
msgstr ""
-#: arsup.c:250 arsup.c:293 arsup.c:335 arsup.c:358 arsup.c:424
+#: arsup.c:257 arsup.c:300 arsup.c:342 arsup.c:365 arsup.c:431
#, c-format
msgid "%s: no open output archive\n"
msgstr ""
-#: arsup.c:266 arsup.c:379 arsup.c:405
+#: arsup.c:273 arsup.c:386 arsup.c:412
#, c-format
msgid "%s: can't open file %s\n"
msgstr ""
-#: arsup.c:320 arsup.c:401 arsup.c:482
+#: arsup.c:327 arsup.c:408 arsup.c:489
#, c-format
msgid "%s: can't find module file %s\n"
msgstr ""
-#: arsup.c:433
+#: arsup.c:440
#, c-format
msgid "Current open archive is %s\n"
msgstr ""
-#: arsup.c:457
+#: arsup.c:464
#, c-format
msgid "%s: no open archive\n"
msgstr ""
@@ -507,91 +512,95 @@ msgstr ""
msgid " emulation options: \n"
msgstr ""
-#: bucomm.c:156
+#: bucomm.c:50 bucomm.c:84
+msgid "cause of error unknown"
+msgstr ""
+
+#: bucomm.c:164
#, c-format
msgid "can't set BFD default target to `%s': %s"
msgstr ""
-#: bucomm.c:168
+#: bucomm.c:176
#, c-format
msgid "%s: Matching formats:"
msgstr ""
-#: bucomm.c:183
+#: bucomm.c:191
#, c-format
msgid "Supported targets:"
msgstr ""
-#: bucomm.c:185
+#: bucomm.c:193
#, c-format
msgid "%s: supported targets:"
msgstr ""
-#: bucomm.c:203
+#: bucomm.c:211
#, c-format
msgid "Supported architectures:"
msgstr ""
-#: bucomm.c:205
+#: bucomm.c:213
#, c-format
msgid "%s: supported architectures:"
msgstr ""
-#: bucomm.c:218
+#: bucomm.c:226
msgid "big endian"
msgstr ""
-#: bucomm.c:219
+#: bucomm.c:227
msgid "little endian"
msgstr ""
-#: bucomm.c:220
+#: bucomm.c:228
msgid "endianness unknown"
msgstr ""
-#: bucomm.c:267
+#: bucomm.c:275
#, c-format
msgid ""
"%s\n"
" (header %s, data %s)\n"
msgstr ""
-#: bucomm.c:416
+#: bucomm.c:424
#, c-format
msgid "BFD header file version %s\n"
msgstr ""
-#: bucomm.c:446
+#: bucomm.c:454
#, c-format
msgid "<time data corrupt>"
msgstr ""
-#: bucomm.c:586
+#: bucomm.c:594
#, c-format
msgid "%s: bad number: %s"
msgstr ""
-#: bucomm.c:606 strings.c:404
+#: bucomm.c:614 strings.c:404
#, c-format
msgid "'%s': No such file"
msgstr ""
-#: bucomm.c:608 strings.c:406
+#: bucomm.c:616 strings.c:406
#, c-format
msgid "Warning: could not locate '%s'. reason: %s"
msgstr ""
-#: bucomm.c:612 strings.c:412
+#: bucomm.c:620 strings.c:412
#, c-format
msgid "Warning: '%s' is a directory"
msgstr ""
-#: bucomm.c:614
+#: bucomm.c:622
#, c-format
msgid "Warning: '%s' is not an ordinary file"
msgstr ""
-#: bucomm.c:616
+#: bucomm.c:624
#, c-format
msgid "Warning: '%s' has negative size, probably it is too large"
msgstr ""
@@ -701,7 +710,7 @@ msgstr ""
msgid "Symbol %s, tag %d, number %d"
msgstr ""
-#: coffdump.c:345 readelf.c:16565 readelf.c:16653
+#: coffdump.c:345 readelf.c:16958 readelf.c:17046
#, c-format
msgid "Type"
msgstr ""
@@ -923,7 +932,7 @@ msgstr ""
msgid "%s: is not a COFF format file"
msgstr ""
-#: cxxfilt.c:124 nm.c:295 objdump.c:291
+#: cxxfilt.c:124 nm.c:286 objdump.c:297
#, c-format
msgid "Report bugs to %s.\n"
msgstr ""
@@ -1017,7 +1026,7 @@ msgstr ""
msgid "debug_get_real_type: circular debug information for %s\n"
msgstr ""
-#: debug.c:2481
+#: debug.c:2484
msgid "debug_write_type: illegal type encountered"
msgstr ""
@@ -1099,7 +1108,7 @@ msgstr ""
msgid "Excluding symbol: %s"
msgstr ""
-#: dlltool.c:1622 dlltool.c:1633 nm.c:1121 nm.c:1131 nm.c:1140
+#: dlltool.c:1622 dlltool.c:1633 nm.c:1107 nm.c:1117 nm.c:1126
#, c-format
msgid "%s: no symbols"
msgstr ""
@@ -1758,20 +1767,20 @@ msgstr ""
msgid "DRIVER options : %s\n"
msgstr ""
-#: dwarf.c:152
+#: dwarf.c:170
msgid "Encoded value extends past end of section\n"
msgstr ""
-#: dwarf.c:160
+#: dwarf.c:178
#, c-format
msgid "Encoded size of %d is too large to read\n"
msgstr ""
-#: dwarf.c:168
+#: dwarf.c:186
msgid "Encoded size of 0 is too small to read\n"
msgstr ""
-#: dwarf.c:369 dwarf.c:383
+#: dwarf.c:387 dwarf.c:401
#, c-format
msgid ""
"Internal error: %s:%d: LEB value (%s) too large for containing variable\n"
@@ -1780,7 +1789,7 @@ msgstr ""
#. Read AMOUNT bytes from PTR and store them in VAL as an unsigned value.
#. Checks to make sure that the read will not reach or pass END
#. and that VAL is big enough to hold AMOUNT bytes.
-#: dwarf.c:399
+#: dwarf.c:417
#, c-format
msgid "internal error: attempt to read %d byte of data in to %d sized variable"
msgid_plural ""
@@ -1788,52 +1797,52 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:525 dwarf.c:4422
+#: dwarf.c:543 dwarf.c:4846
msgid "Badly formed extended line op encountered!\n"
msgstr ""
-#: dwarf.c:532
+#: dwarf.c:550
#, c-format
msgid " Extended opcode %d: "
msgstr ""
-#: dwarf.c:537
+#: dwarf.c:555
#, c-format
msgid ""
"End of Sequence\n"
"\n"
msgstr ""
-#: dwarf.c:545
+#: dwarf.c:563
#, c-format
msgid "Length (%d) of DW_LNE_set_address op is too long\n"
msgstr ""
-#: dwarf.c:551
+#: dwarf.c:569
#, c-format
msgid "set Address to 0x%s\n"
msgstr ""
-#: dwarf.c:558
+#: dwarf.c:576
#, c-format
msgid "define new File Table entry\n"
msgstr ""
-#: dwarf.c:559 dwarf.c:3711
+#: dwarf.c:577 dwarf.c:4134
#, c-format
msgid " Entry\tDir\tTime\tSize\tName\n"
msgstr ""
-#: dwarf.c:578
+#: dwarf.c:596
msgid "DW_LNE_define_file: Bad opcode length\n"
msgstr ""
-#: dwarf.c:582
+#: dwarf.c:600
#, c-format
msgid "set Discriminator to %s\n"
msgstr ""
-#: dwarf.c:657
+#: dwarf.c:675
#, c-format
msgid " UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
msgstr ""
@@ -1842,1360 +1851,1364 @@ msgstr ""
#. the limited range of the unsigned char data type used
#. for op_code.
#. && op_code <= DW_LNE_hi_user
-#: dwarf.c:674
+#: dwarf.c:692
#, c-format
msgid "user defined: "
msgstr ""
-#: dwarf.c:676
+#: dwarf.c:694
#, c-format
msgid "UNKNOWN: "
msgstr ""
-#: dwarf.c:677
+#: dwarf.c:695
#, c-format
msgid "length %d ["
msgstr ""
-#: dwarf.c:695 dwarf.c:771 dwarf.c:1728
+#: dwarf.c:713 dwarf.c:789
msgid "<no .debug_str section>"
msgstr ""
-#: dwarf.c:699
+#: dwarf.c:717
#, c-format
msgid "DW_FORM_strp offset too big: %s\n"
msgstr ""
-#: dwarf.c:701 dwarf.c:729 dwarf.c:1733
+#: dwarf.c:719 dwarf.c:747 dwarf.c:1769
msgid "<offset is too big>"
msgstr ""
-#: dwarf.c:711 dwarf.c:1742
+#: dwarf.c:729
msgid "<no NUL byte at end of .debug_str section>"
msgstr ""
-#: dwarf.c:723
+#: dwarf.c:741
msgid "<no .debug_line_str section>"
msgstr ""
-#: dwarf.c:727
+#: dwarf.c:745
#, c-format
msgid "DW_FORM_line_strp offset too big: %s\n"
msgstr ""
-#: dwarf.c:739
+#: dwarf.c:757
msgid "<no NUL byte at end of .debug_line_str section>"
msgstr ""
-#: dwarf.c:757
+#: dwarf.c:775
msgid "<no .debug_str_offsets.dwo section>"
msgstr ""
-#: dwarf.c:758
+#: dwarf.c:776
msgid "<no .debug_str_offsets section>"
msgstr ""
-#: dwarf.c:764
+#: dwarf.c:782
#, c-format
msgid "DW_FORM_GNU_str_index offset too big: %s\n"
msgstr ""
-#: dwarf.c:766
+#: dwarf.c:784
msgid "<index offset is too big>"
msgstr ""
-#: dwarf.c:770
+#: dwarf.c:788
msgid "<no .debug_str.dwo section>"
msgstr ""
-#: dwarf.c:777
+#: dwarf.c:795
#, c-format
msgid "DW_FORM_GNU_str_index indirect offset too big: %s\n"
msgstr ""
-#: dwarf.c:779
+#: dwarf.c:797
msgid "<indirect index offset is too big>"
msgstr ""
-#: dwarf.c:788
+#: dwarf.c:806
msgid "<no NUL byte at end of section>"
msgstr ""
-#: dwarf.c:799
+#: dwarf.c:817
msgid "<no .debug_addr section>"
msgstr ""
-#: dwarf.c:803
+#: dwarf.c:821
#, c-format
msgid "Offset into section %s too big: %s\n"
msgstr ""
#. Report the missing single zero which ends the section.
-#: dwarf.c:981
+#: dwarf.c:999
msgid ".debug_abbrev section not zero terminated\n"
msgstr ""
-#: dwarf.c:996
+#: dwarf.c:1014
#, c-format
msgid "User TAG value: %#lx"
msgstr ""
-#: dwarf.c:998
+#: dwarf.c:1016
#, c-format
msgid "Unknown TAG value: %#lx"
msgstr ""
-#: dwarf.c:1018
+#: dwarf.c:1036
#, c-format
msgid "Unknown FORM value: %lx"
msgstr ""
-#: dwarf.c:1034
+#: dwarf.c:1052
#, c-format
msgid "Unknown IDX value: %lx"
msgstr ""
-#: dwarf.c:1048
+#: dwarf.c:1066
#, c-format
msgid "%c%s byte block: "
msgstr ""
-#: dwarf.c:1402
+#: dwarf.c:1420
#, c-format
msgid "(DW_OP_call_ref in frame info)"
msgstr ""
-#: dwarf.c:1424
+#: dwarf.c:1442
#, c-format
msgid "size: %s "
msgstr ""
-#: dwarf.c:1427
+#: dwarf.c:1445
#, c-format
msgid "offset: %s "
msgstr ""
-#: dwarf.c:1446
+#: dwarf.c:1464
#, c-format
msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
msgstr ""
-#: dwarf.c:1471
+#: dwarf.c:1489
#, c-format
msgid "(%s in frame info)"
msgstr ""
-#: dwarf.c:1583
+#: dwarf.c:1601
#, c-format
msgid "(DW_OP_GNU_variable_value in frame info)"
msgstr ""
-#: dwarf.c:1636
+#: dwarf.c:1654
#, c-format
msgid "(User defined location op 0x%x)"
msgstr ""
-#: dwarf.c:1638
+#: dwarf.c:1656
#, c-format
msgid "(Unknown location op 0x%x)"
msgstr ""
-#: dwarf.c:1721
-msgid "<following link not possible>"
+#: dwarf.c:1738
+msgid "<no links available>"
msgstr ""
-#: dwarf.c:1724
-msgid "<could not load separate string section>"
+#: dwarf.c:1762
+msgid "<no NUL byte at end of alt .debug_str section>"
msgstr ""
-#: dwarf.c:1732
+#: dwarf.c:1767
#, c-format
-msgid "DW_FORM_GNU_strp_alt offset too big: %s\n"
+msgid ""
+"DW_FORM_GNU_strp_alt offset (%s) too big or no string sections available\n"
msgstr ""
-#: dwarf.c:1765
+#: dwarf.c:1790
#, c-format
msgid "Unknown AT value: %lx"
msgstr ""
-#: dwarf.c:1796
+#: dwarf.c:1855
+#, c-format
+msgid "Corrupt attribute block length: %lx\n"
+msgstr ""
+
+#: dwarf.c:2119
+msgid "corrupt discr_list - not using a block form\n"
+msgstr ""
+
+#: dwarf.c:2126
+msgid "corrupt discr_list - block not long enough\n"
+msgstr ""
+
+#: dwarf.c:2171
+#, c-format
+msgid "corrupt discr_list - unrecognised discriminant byte %#x\n"
+msgstr ""
+
+#: dwarf.c:2211
msgid "Corrupt attribute\n"
msgstr ""
-#: dwarf.c:1811
+#: dwarf.c:2226
msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
msgstr ""
-#: dwarf.c:1949
+#: dwarf.c:2365
msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
msgstr ""
-#: dwarf.c:1993 dwarf.c:2018 dwarf.c:2039 dwarf.c:2061
+#: dwarf.c:2409 dwarf.c:2427 dwarf.c:2445 dwarf.c:2464
msgid "Block ends prematurely\n"
msgstr ""
-#: dwarf.c:2004 dwarf.c:2025 dwarf.c:2046 dwarf.c:2070
-#, c-format
-msgid "Corrupt attribute block length: %lx\n"
-msgstr ""
-
-#: dwarf.c:2081
+#: dwarf.c:2479
#, c-format
msgid "%c(indirect string, offset: 0x%s): %s"
msgstr ""
-#: dwarf.c:2088
+#: dwarf.c:2486
#, c-format
msgid "%c(indirect line string, offset: 0x%s): %s"
msgstr ""
-#: dwarf.c:2099
+#: dwarf.c:2497
#, c-format
msgid "%c(indexed string: 0x%s): %s"
msgstr ""
-#: dwarf.c:2108
+#: dwarf.c:2506
#, c-format
msgid "%c(alt indirect string, offset: 0x%s) %s"
msgstr ""
-#: dwarf.c:2133
+#: dwarf.c:2531
#, c-format
msgid "%c(addr_index: 0x%s): %s"
msgstr ""
-#: dwarf.c:2139
+#: dwarf.c:2537
#, c-format
msgid "Unrecognized form: %lu\n"
msgstr ""
-#: dwarf.c:2200
+#: dwarf.c:2598
msgid "More location offset attributes than DW_AT_GNU_locview attributes\n"
msgstr ""
-#: dwarf.c:2212
+#: dwarf.c:2610
msgid "More DW_AT_GNU_locview attributes than location offset attributes\n"
msgstr ""
-#: dwarf.c:2272 dwarf.c:2297 dwarf.c:2313
+#: dwarf.c:2670 dwarf.c:2694 dwarf.c:2709
#, c-format
msgid "Unsupported form (%s) for attribute %s\n"
msgstr ""
-#: dwarf.c:2274 dwarf.c:2299 dwarf.c:4344 dwarf.c:4654 readelf.c:5849
-#: readelf.c:5924 readelf.c:5942 readelf.c:5960 readelf.c:10408 readelf.c:11040
-#: readelf.c:15684 readelf.c:15716
-msgid "<unknown>"
-msgstr ""
-
-#: dwarf.c:2336
+#: dwarf.c:2743
#, c-format
msgid "(not inlined)"
msgstr ""
-#: dwarf.c:2339
+#: dwarf.c:2746
#, c-format
msgid "(inlined)"
msgstr ""
-#: dwarf.c:2342
+#: dwarf.c:2749
#, c-format
msgid "(declared as inline but ignored)"
msgstr ""
-#: dwarf.c:2345
+#: dwarf.c:2752
#, c-format
msgid "(declared as inline and inlined)"
msgstr ""
-#: dwarf.c:2348
+#: dwarf.c:2755
#, c-format
msgid " (Unknown inline attribute value: %s)"
msgstr ""
-#: dwarf.c:2405
+#: dwarf.c:2812
#, c-format
msgid "(implementation defined: %s)"
msgstr ""
-#: dwarf.c:2408
+#: dwarf.c:2815
#, c-format
msgid "(Unknown: %s)"
msgstr ""
-#: dwarf.c:2453
+#: dwarf.c:2860
#, c-format
msgid "(user defined type)"
msgstr ""
-#: dwarf.c:2455
+#: dwarf.c:2862
#, c-format
msgid "(unknown type)"
msgstr ""
-#: dwarf.c:2468
+#: dwarf.c:2875
#, c-format
msgid "(unknown accessibility)"
msgstr ""
-#: dwarf.c:2480
+#: dwarf.c:2887
#, c-format
msgid "(unknown visibility)"
msgstr ""
-#: dwarf.c:2493
+#: dwarf.c:2900
#, c-format
msgid "(user specified)"
msgstr ""
-#: dwarf.c:2495
+#: dwarf.c:2902
#, c-format
msgid "(unknown endianity)"
msgstr ""
-#: dwarf.c:2507
+#: dwarf.c:2914
#, c-format
msgid "(unknown virtuality)"
msgstr ""
-#: dwarf.c:2519
+#: dwarf.c:2926
#, c-format
msgid "(unknown case)"
msgstr ""
-#: dwarf.c:2537
+#: dwarf.c:2944
#, c-format
msgid "(user defined)"
msgstr ""
-#: dwarf.c:2539
+#: dwarf.c:2946
#, c-format
msgid "(unknown convention)"
msgstr ""
-#: dwarf.c:2548
+#: dwarf.c:2955
#, c-format
msgid "(undefined)"
msgstr ""
-#: dwarf.c:2558
+#: dwarf.c:2965
#, c-format
msgid "(unsigned)"
msgstr ""
-#: dwarf.c:2559
+#: dwarf.c:2966
#, c-format
msgid "(leading overpunch)"
msgstr ""
-#: dwarf.c:2560
+#: dwarf.c:2967
#, c-format
msgid "(trailing overpunch)"
msgstr ""
-#: dwarf.c:2561
+#: dwarf.c:2968
#, c-format
msgid "(leading separate)"
msgstr ""
-#: dwarf.c:2562
+#: dwarf.c:2969
#, c-format
msgid "(trailing separate)"
msgstr ""
-#: dwarf.c:2563 dwarf.c:2574 dwarf.c:2584
+#: dwarf.c:2970 dwarf.c:2981
#, c-format
msgid "(unrecognised)"
msgstr ""
-#: dwarf.c:2571
+#: dwarf.c:2978
#, c-format
msgid "(no)"
msgstr ""
-#: dwarf.c:2572
+#: dwarf.c:2979
#, c-format
msgid "(in class)"
msgstr ""
-#: dwarf.c:2573
+#: dwarf.c:2980
#, c-format
msgid "(out of class)"
msgstr ""
-#: dwarf.c:2582
-#, c-format
-msgid "(label)"
-msgstr ""
-
-#: dwarf.c:2583
-#, c-format
-msgid "(range)"
-msgstr ""
-
-#: dwarf.c:2610
+#: dwarf.c:3012
#, c-format
msgid " (location list)"
msgstr ""
-#: dwarf.c:2631 dwarf.c:5616 dwarf.c:5773 dwarf.c:5955
+#: dwarf.c:3033 dwarf.c:6040 dwarf.c:6197 dwarf.c:6379
#, c-format
msgid " [without DW_AT_frame_base]"
msgstr ""
-#: dwarf.c:2664
+#: dwarf.c:3066
#, c-format
msgid ""
"Offset %s used as value for DW_AT_import attribute of DIE at offset 0x%lx is "
"too big.\n"
msgstr ""
-#: dwarf.c:2674
+#: dwarf.c:3076
#, c-format
msgid "\t[Abbrev Number: %ld"
msgstr ""
-#: dwarf.c:2759
+#: dwarf.c:3181
#, c-format
msgid ""
"Raw dump of debug contents of section %s (loaded from %s):\n"
"\n"
msgstr ""
-#: dwarf.c:2762
+#: dwarf.c:3184
#, c-format
msgid ""
"Raw dump of debug contents of section %s:\n"
"\n"
msgstr ""
-#: dwarf.c:2767
+#: dwarf.c:3189
#, c-format
msgid ""
"Contents of the %s section (loaded from %s):\n"
"\n"
msgstr ""
-#: dwarf.c:2770
+#: dwarf.c:3192
#, c-format
msgid ""
"Contents of the %s section:\n"
"\n"
msgstr ""
-#: dwarf.c:2819
+#: dwarf.c:3241
#, c-format
msgid "Reserved length value (0x%s) found in section %s\n"
msgstr ""
-#: dwarf.c:2831
+#: dwarf.c:3253
#, c-format
msgid "Corrupt unit length (0x%s) found in section %s\n"
msgstr ""
-#: dwarf.c:2839
+#: dwarf.c:3261
#, c-format
msgid "No comp units in %s section ?\n"
msgstr ""
-#: dwarf.c:2848
+#: dwarf.c:3270
#, c-format
msgid "Not enough memory for a debug info array of %u entries\n"
msgstr ""
-#: dwarf.c:2877
+#: dwarf.c:3299
#, c-format
msgid "Unable to locate %s section!\n"
msgstr ""
-#: dwarf.c:2957
+#: dwarf.c:3379
#, c-format
msgid "Invalid pointer size (%d) in compunit header, using %d instead\n"
msgstr ""
-#: dwarf.c:3000
+#: dwarf.c:3422
#, c-format
msgid " Compilation Unit @ offset 0x%s:\n"
msgstr ""
-#: dwarf.c:3002
+#: dwarf.c:3424
#, c-format
msgid " Length: 0x%s (%s)\n"
msgstr ""
-#: dwarf.c:3005
+#: dwarf.c:3427
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: dwarf.c:3006
+#: dwarf.c:3428
#, c-format
msgid " Abbrev Offset: 0x%s\n"
msgstr ""
-#: dwarf.c:3008
+#: dwarf.c:3430
#, c-format
msgid " Pointer Size: %d\n"
msgstr ""
-#: dwarf.c:3013
+#: dwarf.c:3435
#, c-format
msgid " Signature: 0x%s\n"
msgstr ""
-#: dwarf.c:3016
+#: dwarf.c:3438
#, c-format
msgid " Type Offset: 0x%s\n"
msgstr ""
-#: dwarf.c:3024
+#: dwarf.c:3446
#, c-format
msgid " Section contributions:\n"
msgstr ""
-#: dwarf.c:3025
+#: dwarf.c:3447
#, c-format
msgid " .debug_abbrev.dwo: 0x%s 0x%s\n"
msgstr ""
-#: dwarf.c:3028
+#: dwarf.c:3450
#, c-format
msgid " .debug_line.dwo: 0x%s 0x%s\n"
msgstr ""
-#: dwarf.c:3031
+#: dwarf.c:3453
#, c-format
msgid " .debug_loc.dwo: 0x%s 0x%s\n"
msgstr ""
-#: dwarf.c:3034
+#: dwarf.c:3456
#, c-format
msgid " .debug_str_offsets.dwo: 0x%s 0x%s\n"
msgstr ""
-#: dwarf.c:3044 dwarf.c:4833 dwarf.c:6381 dwarf.c:8487
+#: dwarf.c:3466 dwarf.c:5257 dwarf.c:6805 dwarf.c:8918
#, c-format
msgid "Debug info is corrupted, %s header at %#lx has length %s\n"
msgstr ""
-#: dwarf.c:3057
+#: dwarf.c:3479
#, c-format
msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
msgstr ""
-#: dwarf.c:3066
+#: dwarf.c:3488
#, c-format
msgid "CU at offset %s contains corrupt or unsupported unit type: %d.\n"
msgstr ""
-#: dwarf.c:3076
+#: dwarf.c:3498
#, c-format
msgid ""
"Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section "
"size (%lx)\n"
msgstr ""
-#: dwarf.c:3082
+#: dwarf.c:3504
#, c-format
msgid ""
"Debug info is corrupted, abbrev size (%lx) is larger than abbrev section "
"size (%lx)\n"
msgstr ""
-#: dwarf.c:3128
+#: dwarf.c:3550
#, c-format
msgid " <%d><%lx>: Abbrev Number: 0\n"
msgstr ""
-#: dwarf.c:3138
+#: dwarf.c:3560
#, c-format
msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n"
msgstr ""
-#: dwarf.c:3142
+#: dwarf.c:3564
msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
msgstr ""
-#: dwarf.c:3161
+#: dwarf.c:3583
#, c-format
msgid " <%d><%lx>: Abbrev Number: %lu"
msgstr ""
-#: dwarf.c:3165
+#: dwarf.c:3587
#, c-format
msgid " <%d><%lx>: ...\n"
msgstr ""
-#: dwarf.c:3184
+#: dwarf.c:3606
#, c-format
msgid ""
"DIE at offset 0x%lx refers to abbreviation number %lu which does not exist\n"
msgstr ""
-#: dwarf.c:3257
+#: dwarf.c:3680
msgid "DIE has locviews without loclist\n"
msgstr ""
-#: dwarf.c:3372
+#: dwarf.c:3795
#, c-format
msgid ""
"The length field (0x%lx) in the debug_line header is wrong - the section is "
"too small\n"
msgstr ""
-#: dwarf.c:3386
+#: dwarf.c:3809
msgid "Only DWARF version 2, 3, 4 and 5 line info is currently supported.\n"
msgstr ""
-#: dwarf.c:3398 dwarf.c:6048 dwarf.c:6794
+#: dwarf.c:3821 dwarf.c:6472 dwarf.c:7219
#, c-format
msgid "The %s section contains unsupported segment selector size: %d.\n"
msgstr ""
-#: dwarf.c:3415
+#: dwarf.c:3838
msgid "Invalid maximum operations per insn.\n"
msgstr ""
-#: dwarf.c:3431
+#: dwarf.c:3854
#, c-format
msgid "Line length %s extends beyond end of section\n"
msgstr ""
-#: dwarf.c:3463
+#: dwarf.c:3886
msgid "Corrupt directory format table entry\n"
msgstr ""
-#: dwarf.c:3465
+#: dwarf.c:3888
msgid "Corrupt file name format table entry\n"
msgstr ""
-#: dwarf.c:3475
+#: dwarf.c:3898
msgid "Corrupt directory list\n"
msgstr ""
-#: dwarf.c:3477 dwarf.c:4160 dwarf.c:4183 dwarf.c:4230
+#: dwarf.c:3900 dwarf.c:4584 dwarf.c:4607 dwarf.c:4654
msgid "Corrupt file name list\n"
msgstr ""
-#: dwarf.c:3484 dwarf.c:3681
+#: dwarf.c:3907 dwarf.c:4104
#, c-format
msgid ""
"\n"
" The Directory Table is empty.\n"
msgstr ""
-#: dwarf.c:3486 dwarf.c:3706
+#: dwarf.c:3909 dwarf.c:4129
#, c-format
msgid ""
"\n"
" The File Name Table is empty.\n"
msgstr ""
-#: dwarf.c:3491 dwarf.c:3686
+#: dwarf.c:3914 dwarf.c:4109
#, c-format
msgid ""
"\n"
" The Directory Table (offset 0x%lx):\n"
msgstr ""
-#: dwarf.c:3494 dwarf.c:3709
+#: dwarf.c:3917 dwarf.c:4132
#, c-format
msgid ""
"\n"
" The File Name Table (offset 0x%lx):\n"
msgstr ""
-#: dwarf.c:3497
+#: dwarf.c:3920
#, c-format
msgid " Entry"
msgstr ""
-#: dwarf.c:3512
+#: dwarf.c:3935
#, c-format
msgid "\tName"
msgstr ""
-#: dwarf.c:3515
+#: dwarf.c:3938
#, c-format
msgid "\tDir"
msgstr ""
-#: dwarf.c:3518
+#: dwarf.c:3941
#, c-format
msgid "\tTime"
msgstr ""
-#: dwarf.c:3521
+#: dwarf.c:3944
#, c-format
msgid "\tSize"
msgstr ""
-#: dwarf.c:3524
+#: dwarf.c:3947
#, c-format
msgid "\tMD5"
msgstr ""
-#: dwarf.c:3527
+#: dwarf.c:3950
#, c-format
msgid "\t(Unknown format content type %s)"
msgstr ""
-#: dwarf.c:3564
+#: dwarf.c:3987
msgid "Corrupt directory entries list\n"
msgstr ""
-#: dwarf.c:3566
+#: dwarf.c:3989
msgid "Corrupt file name entries list\n"
msgstr ""
-#: dwarf.c:3614 dwarf.c:4030
+#: dwarf.c:4037 dwarf.c:4454
msgid ""
"Partial .debug_line. section encountered without a prior full .debug_line "
"section\n"
msgstr ""
-#: dwarf.c:3627 dwarf.c:5151
+#: dwarf.c:4050 dwarf.c:5575
#, c-format
msgid " Offset: 0x%lx\n"
msgstr ""
-#: dwarf.c:3628
+#: dwarf.c:4051
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: dwarf.c:3629
+#: dwarf.c:4052
#, c-format
msgid " DWARF Version: %d\n"
msgstr ""
-#: dwarf.c:3630
+#: dwarf.c:4053
#, c-format
msgid " Prologue Length: %d\n"
msgstr ""
-#: dwarf.c:3631
+#: dwarf.c:4054
#, c-format
msgid " Minimum Instruction Length: %d\n"
msgstr ""
-#: dwarf.c:3633
+#: dwarf.c:4056
#, c-format
msgid " Maximum Ops per Instruction: %d\n"
msgstr ""
-#: dwarf.c:3634
+#: dwarf.c:4057
#, c-format
msgid " Initial value of 'is_stmt': %d\n"
msgstr ""
-#: dwarf.c:3635
+#: dwarf.c:4058
#, c-format
msgid " Line Base: %d\n"
msgstr ""
-#: dwarf.c:3636
+#: dwarf.c:4059
#, c-format
msgid " Line Range: %d\n"
msgstr ""
-#: dwarf.c:3637
+#: dwarf.c:4060
#, c-format
msgid " Opcode Base: %d\n"
msgstr ""
-#: dwarf.c:3642 dwarf.c:4046
+#: dwarf.c:4065 dwarf.c:4470
msgid "Line range of 0 is invalid, using 1 instead\n"
msgstr ""
-#: dwarf.c:3654
+#: dwarf.c:4077
msgid "Line Base extends beyond end of section\n"
msgstr ""
-#: dwarf.c:3658
+#: dwarf.c:4081
#, c-format
msgid ""
"\n"
" Opcodes:\n"
msgstr ""
-#: dwarf.c:3661
+#: dwarf.c:4084
#, c-format
msgid " Opcode %d has %d arg\n"
msgid_plural " Opcode %d has %d args\n"
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:3735
+#: dwarf.c:4158
msgid "Corrupt file name table entry\n"
msgstr ""
-#: dwarf.c:3751
+#: dwarf.c:4174
#, c-format
msgid " No Line Number Statements.\n"
msgstr ""
-#: dwarf.c:3754
+#: dwarf.c:4177
#, c-format
msgid " Line Number Statements:\n"
msgstr ""
-#: dwarf.c:3777
+#: dwarf.c:4200
#, c-format
msgid " Special opcode %d: advance Address by %s to 0x%s%s"
msgstr ""
-#: dwarf.c:3782 dwarf.c:3803 dwarf.c:3843 dwarf.c:3863 dwarf.c:3916
-#: dwarf.c:3936
+#: dwarf.c:4205 dwarf.c:4226 dwarf.c:4266 dwarf.c:4286 dwarf.c:4339
+#: dwarf.c:4359
msgid " (reset view)"
msgstr ""
-#: dwarf.c:3797
+#: dwarf.c:4220
#, c-format
msgid " Special opcode %d: advance Address by %s to 0x%s[%d]%s"
msgstr ""
-#: dwarf.c:3807
+#: dwarf.c:4230
#, c-format
msgid " and Line by %s to %d"
msgstr ""
-#: dwarf.c:3810 dwarf.c:3824
+#: dwarf.c:4233 dwarf.c:4247
#, c-format
msgid " (view %u)\n"
msgstr ""
-#: dwarf.c:3822
+#: dwarf.c:4245
#, c-format
msgid " Copy"
msgstr ""
-#: dwarf.c:3839
+#: dwarf.c:4262
#, c-format
msgid " Advance PC by %s to 0x%s%s\n"
msgstr ""
-#: dwarf.c:3858
+#: dwarf.c:4281
#, c-format
msgid " Advance PC by %s to 0x%s[%d]%s\n"
msgstr ""
-#: dwarf.c:3871
+#: dwarf.c:4294
#, c-format
msgid " Advance Line by %s to %d\n"
msgstr ""
-#: dwarf.c:3879
+#: dwarf.c:4302
#, c-format
msgid " Set File Name to entry %s in the File Name Table\n"
msgstr ""
-#: dwarf.c:3887
+#: dwarf.c:4310
#, c-format
msgid " Set column to %s\n"
msgstr ""
-#: dwarf.c:3895
+#: dwarf.c:4318
#, c-format
msgid " Set is_stmt to %s\n"
msgstr ""
-#: dwarf.c:3900
+#: dwarf.c:4323
#, c-format
msgid " Set basic block\n"
msgstr ""
-#: dwarf.c:3912
+#: dwarf.c:4335
#, c-format
msgid " Advance PC by constant %s to 0x%s%s\n"
msgstr ""
-#: dwarf.c:3931
+#: dwarf.c:4354
#, c-format
msgid " Advance PC by constant %s to 0x%s[%d]%s\n"
msgstr ""
-#: dwarf.c:3944
+#: dwarf.c:4367
#, c-format
msgid " Advance PC by fixed size amount %s to 0x%s\n"
msgstr ""
-#: dwarf.c:3951
+#: dwarf.c:4374
#, c-format
msgid " Set prologue_end to true\n"
msgstr ""
-#: dwarf.c:3955
+#: dwarf.c:4378
#, c-format
msgid " Set epilogue_begin to true\n"
msgstr ""
-#: dwarf.c:3961
+#: dwarf.c:4384
#, c-format
msgid " Set ISA to %s\n"
msgstr ""
-#: dwarf.c:3965 dwarf.c:4617
+#: dwarf.c:4388 dwarf.c:5041
#, c-format
msgid " Unknown opcode %d with operands: "
msgstr ""
-#: dwarf.c:4059
+#: dwarf.c:4483
#, c-format
msgid "opcode base of %d extends beyond end of section\n"
msgstr ""
-#: dwarf.c:4087 dwarf.c:4110 dwarf.c:4140
+#: dwarf.c:4511 dwarf.c:4534 dwarf.c:4564
msgid "Corrupt directories list\n"
msgstr ""
-#: dwarf.c:4250
+#: dwarf.c:4674
msgid "directory table ends unexpectedly\n"
msgstr ""
-#: dwarf.c:4295
+#: dwarf.c:4719
msgid "file table ends unexpectedly\n"
msgstr ""
-#: dwarf.c:4334
+#: dwarf.c:4758
#, c-format
msgid "CU: %s:\n"
msgstr ""
-#: dwarf.c:4347 dwarf.c:4545
+#: dwarf.c:4768 dwarf.c:5078 readelf.c:5934 readelf.c:6009 readelf.c:6027
+#: readelf.c:6045 readelf.c:10537 readelf.c:11165 readelf.c:11178
+#: readelf.c:16040 readelf.c:16072
+msgid "<unknown>"
+msgstr ""
+
+#: dwarf.c:4771 dwarf.c:4969
#, c-format
msgid "directory index %u > number of directories %s\n"
msgstr ""
-#: dwarf.c:4349 dwarf.c:4648 elfcomm.c:891 readelf.c:309 readelf.c:650
-#: readelf.c:6844 readelf.c:7395 readelf.c:9389 readelf.c:11440 readelf.c:11507
-#: readelf.c:11511 readelf.c:11853 readelf.c:14540 readelf.c:14635
-#: readelf.c:15217 readelf.c:15236 readelf.c:15360 readelf.c:15693
-#: readelf.c:16808 readelf.c:16811
+#: dwarf.c:4773 dwarf.c:5072 elfcomm.c:891 readelf.c:318 readelf.c:662
+#: readelf.c:6929 readelf.c:7475 readelf.c:9510 readelf.c:11598 readelf.c:11664
+#: readelf.c:11668 readelf.c:12039 readelf.c:14896 readelf.c:14991
+#: readelf.c:15573 readelf.c:15592 readelf.c:15716 readelf.c:16049
+#: readelf.c:17201 readelf.c:17204
#, c-format
msgid "<corrupt>"
msgstr ""
-#: dwarf.c:4355
+#: dwarf.c:4779
#, c-format
msgid "CU: %s/%s:\n"
msgstr ""
-#: dwarf.c:4360
+#: dwarf.c:4784
#, c-format
msgid ""
"File name Line number Starting address "
"View Stmt\n"
msgstr ""
-#: dwarf.c:4476
+#: dwarf.c:4900
#, c-format
msgid "UNKNOWN (%u): length %d\n"
msgstr ""
-#: dwarf.c:4529
+#: dwarf.c:4953
#, c-format
msgid ""
"\n"
" [Use file table entry %d]\n"
msgstr ""
-#: dwarf.c:4533
+#: dwarf.c:4957
#, c-format
msgid "file index %u > number of files %u\n"
msgstr ""
-#: dwarf.c:4534
+#: dwarf.c:4958
#, c-format
msgid ""
"\n"
" <over large file table index %u>"
msgstr ""
-#: dwarf.c:4540
+#: dwarf.c:4964
#, c-format
msgid ""
"\n"
" [Use file %s in directory table entry %d]\n"
msgstr ""
-#: dwarf.c:4547
+#: dwarf.c:4971
#, c-format
msgid ""
"\n"
" <over large directory table entry %u>\n"
msgstr ""
-#: dwarf.c:4613
+#: dwarf.c:5037
#, c-format
msgid " Set ISA to %lu\n"
msgstr ""
-#: dwarf.c:4647
+#: dwarf.c:5071
#, c-format
msgid "corrupt file index %u encountered\n"
msgstr ""
-#: dwarf.c:4782
+#: dwarf.c:5206
msgid "no info"
msgstr ""
-#: dwarf.c:4783
+#: dwarf.c:5207
msgid "type"
msgstr ""
-#: dwarf.c:4784
+#: dwarf.c:5208
msgid "variable"
msgstr ""
-#: dwarf.c:4785
+#: dwarf.c:5209
msgid "function"
msgstr ""
-#: dwarf.c:4786
+#: dwarf.c:5210
msgid "other"
msgstr ""
-#: dwarf.c:4787
+#: dwarf.c:5211
msgid "unused5"
msgstr ""
-#: dwarf.c:4788
+#: dwarf.c:5212
msgid "unused6"
msgstr ""
-#: dwarf.c:4789
+#: dwarf.c:5213
msgid "unused7"
msgstr ""
-#: dwarf.c:4849 dwarf.c:6394
+#: dwarf.c:5273 dwarf.c:6818
#, c-format
msgid ""
".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
msgstr ""
-#: dwarf.c:4854
+#: dwarf.c:5278
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: dwarf.c:4856
+#: dwarf.c:5280
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: dwarf.c:4858
+#: dwarf.c:5282
#, c-format
msgid " Offset into .debug_info section: 0x%lx\n"
msgstr ""
-#: dwarf.c:4860
+#: dwarf.c:5284
#, c-format
msgid " Size of area in .debug_info section: %ld\n"
msgstr ""
-#: dwarf.c:4869
+#: dwarf.c:5293
msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
msgstr ""
-#: dwarf.c:4877
+#: dwarf.c:5301
#, c-format
msgid ""
"\n"
" Offset Kind Name\n"
msgstr ""
-#: dwarf.c:4879
+#: dwarf.c:5303
#, c-format
msgid ""
"\n"
" Offset\tName\n"
msgstr ""
-#: dwarf.c:4915
+#: dwarf.c:5339
msgid "s"
msgstr ""
-#: dwarf.c:4915
+#: dwarf.c:5339
msgid "g"
msgstr ""
-#: dwarf.c:4975
+#: dwarf.c:5399
#, c-format
msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
msgstr ""
-#: dwarf.c:4981
+#: dwarf.c:5405
#, c-format
msgid " DW_MACINFO_end_file\n"
msgstr ""
-#: dwarf.c:4989
+#: dwarf.c:5413
#, c-format
msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:4998
+#: dwarf.c:5422
#, c-format
msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:5010
+#: dwarf.c:5434
#, c-format
msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
msgstr ""
-#: dwarf.c:5143
+#: dwarf.c:5567
#, c-format
msgid "Only GNU extension to DWARF 4 or 5 of %s is currently supported.\n"
msgstr ""
-#: dwarf.c:5153
+#: dwarf.c:5577
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: dwarf.c:5154
+#: dwarf.c:5578
#, c-format
msgid " Offset size: %d\n"
msgstr ""
-#: dwarf.c:5158
+#: dwarf.c:5582
#, c-format
msgid " Offset into .debug_line: 0x%lx\n"
msgstr ""
-#: dwarf.c:5172
+#: dwarf.c:5596
#, c-format
msgid " Extension opcode arguments:\n"
msgstr ""
-#: dwarf.c:5180
+#: dwarf.c:5604
#, c-format
msgid " DW_MACRO_%02x has no arguments\n"
msgstr ""
-#: dwarf.c:5183
+#: dwarf.c:5607
#, c-format
msgid " DW_MACRO_%02x arguments: "
msgstr ""
-#: dwarf.c:5209
+#: dwarf.c:5633
#, c-format
msgid "Invalid extension opcode form %s\n"
msgstr ""
-#: dwarf.c:5226
+#: dwarf.c:5650
msgid ".debug_macro section not zero terminated\n"
msgstr ""
-#: dwarf.c:5247
+#: dwarf.c:5671
msgid "DW_MACRO_start_file used, but no .debug_line offset provided.\n"
msgstr ""
-#: dwarf.c:5253
+#: dwarf.c:5677
#, c-format
msgid " DW_MACRO_start_file - lineno: %d filenum: %d\n"
msgstr ""
-#: dwarf.c:5256
+#: dwarf.c:5680
#, c-format
msgid " DW_MACRO_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
msgstr ""
-#: dwarf.c:5264
+#: dwarf.c:5688
#, c-format
msgid " DW_MACRO_end_file\n"
msgstr ""
-#: dwarf.c:5272
+#: dwarf.c:5696
#, c-format
msgid " DW_MACRO_define - lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:5281
+#: dwarf.c:5705
#, c-format
msgid " DW_MACRO_undef - lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:5290
+#: dwarf.c:5714
#, c-format
msgid " DW_MACRO_define_strp - lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:5299
+#: dwarf.c:5723
#, c-format
msgid " DW_MACRO_undef_strp - lineno : %d macro : %s\n"
msgstr ""
-#: dwarf.c:5305
+#: dwarf.c:5729
#, c-format
msgid " DW_MACRO_import - offset : 0x%lx\n"
msgstr ""
-#: dwarf.c:5313
+#: dwarf.c:5737
#, c-format
msgid " DW_MACRO_define_sup - lineno : %d macro offset : 0x%lx\n"
msgstr ""
-#: dwarf.c:5321
+#: dwarf.c:5745
#, c-format
msgid " DW_MACRO_undef_sup - lineno : %d macro offset : 0x%lx\n"
msgstr ""
-#: dwarf.c:5327
+#: dwarf.c:5751
#, c-format
msgid " DW_MACRO_import_sup - offset : 0x%lx\n"
msgstr ""
-#: dwarf.c:5334
+#: dwarf.c:5758
#, c-format
msgid " Unknown macro opcode %02x seen\n"
msgstr ""
-#: dwarf.c:5346
+#: dwarf.c:5770
#, c-format
msgid " DW_MACRO_%02x\n"
msgstr ""
-#: dwarf.c:5349
+#: dwarf.c:5773
#, c-format
msgid " DW_MACRO_%02x -"
msgstr ""
-#: dwarf.c:5398
+#: dwarf.c:5822
#, c-format
msgid " Number TAG (0x%lx)\n"
msgstr ""
-#: dwarf.c:5407
+#: dwarf.c:5831
msgid "has children"
msgstr ""
-#: dwarf.c:5407
+#: dwarf.c:5831
msgid "no children"
msgstr ""
-#: dwarf.c:5476
+#: dwarf.c:5900
#, c-format
msgid "location view pair\n"
msgstr ""
-#: dwarf.c:5508
+#: dwarf.c:5932
#, c-format
msgid "No debug information available for loc lists of entry: %u\n"
msgstr ""
-#: dwarf.c:5520 dwarf.c:5672 dwarf.c:5842
+#: dwarf.c:5944 dwarf.c:6096 dwarf.c:6266
#, c-format
msgid "Invalid pointer size (%d) in debug info for entry %d\n"
msgstr ""
-#: dwarf.c:5532 dwarf.c:5589 dwarf.c:5598 dwarf.c:5684 dwarf.c:5752
-#: dwarf.c:5853 dwarf.c:5932 dwarf.c:5940
+#: dwarf.c:5956 dwarf.c:6013 dwarf.c:6022 dwarf.c:6108 dwarf.c:6176
+#: dwarf.c:6277 dwarf.c:6356 dwarf.c:6364
#, c-format
msgid "Location list starting at offset 0x%lx is not terminated.\n"
msgstr ""
-#: dwarf.c:5553 dwarf.c:5712 dwarf.c:5893 dwarf.c:6616 dwarf.c:6672
+#: dwarf.c:5977 dwarf.c:6136 dwarf.c:6317 dwarf.c:7041 dwarf.c:7097
#, c-format
msgid "<End of list>\n"
msgstr ""
-#: dwarf.c:5565 dwarf.c:5724 dwarf.c:6677
+#: dwarf.c:5989 dwarf.c:6148 dwarf.c:7102
#, c-format
msgid "(base address)\n"
msgstr ""
-#: dwarf.c:5583 dwarf.c:5705 dwarf.c:5881
+#: dwarf.c:6007 dwarf.c:6129 dwarf.c:6305
#, c-format
msgid ""
"views at %8.8lx for:\n"
" %*s "
msgstr ""
-#: dwarf.c:5619 dwarf.c:5776
+#: dwarf.c:6043 dwarf.c:6200
msgid " (start == end)"
msgstr ""
-#: dwarf.c:5621 dwarf.c:5778
+#: dwarf.c:6045 dwarf.c:6202
msgid " (start > end)"
msgstr ""
-#: dwarf.c:5659
+#: dwarf.c:6083
#, c-format
msgid "No debug information available for loclists lists of entry: %u\n"
msgstr ""
-#: dwarf.c:5729
+#: dwarf.c:6153
#, c-format
msgid "View pair entry in loclist with locviews attribute\n"
msgstr ""
-#: dwarf.c:5738
+#: dwarf.c:6162
#, c-format
msgid "views for:\n"
msgstr ""
-#: dwarf.c:5742
+#: dwarf.c:6166
#, c-format
msgid "Invalid location list entry type %d\n"
msgstr ""
-#: dwarf.c:5787
+#: dwarf.c:6211
#, c-format
msgid "Trailing view pair not used in a range"
msgstr ""
-#: dwarf.c:5830
+#: dwarf.c:6254
#, c-format
msgid "No debug information for loc lists of entry: %u\n"
msgstr ""
-#: dwarf.c:5900
+#: dwarf.c:6324
#, c-format
msgid "(base address selection entry)\n"
msgstr ""
-#: dwarf.c:5924
+#: dwarf.c:6348
#, c-format
msgid "Unknown location list entry type 0x%x.\n"
msgstr ""
-#: dwarf.c:6017 dwarf.c:6270 dwarf.c:6491 dwarf.c:6563 dwarf.c:6734
+#: dwarf.c:6441 dwarf.c:6694 dwarf.c:6915 dwarf.c:6988 dwarf.c:7159
#, c-format
msgid ""
"\n"
"The %s section is empty.\n"
msgstr ""
-#: dwarf.c:6037
+#: dwarf.c:6461
#, c-format
msgid "The %s section contains corrupt or unsupported version number: %d.\n"
msgstr ""
-#: dwarf.c:6057
+#: dwarf.c:6481
#, c-format
msgid "The %s section contains unsupported offset entry count: %d.\n"
msgstr ""
-#: dwarf.c:6068 dwarf.c:6497 dwarf.c:6812
+#: dwarf.c:6492 dwarf.c:6921 dwarf.c:7237
#, c-format
msgid ""
"Unable to load/parse the .debug_info section, so cannot interpret the %s "
"section.\n"
msgstr ""
-#: dwarf.c:6116
+#: dwarf.c:6540
msgid "No location lists in .debug_info section!\n"
msgstr ""
-#: dwarf.c:6121
+#: dwarf.c:6545
#, c-format
msgid "Location lists in %s section start at 0x%s\n"
msgstr ""
-#: dwarf.c:6131
+#: dwarf.c:6555
#, c-format
msgid ""
" Warning: This section has relocations - addresses seen here may not be "
@@ -3203,771 +3216,762 @@ msgid ""
"\n"
msgstr ""
-#: dwarf.c:6133
+#: dwarf.c:6557
#, c-format
msgid " Offset Begin End Expression\n"
msgstr ""
-#: dwarf.c:6188
+#: dwarf.c:6612
#, c-format
msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
msgstr ""
-#: dwarf.c:6192
+#: dwarf.c:6616
#, c-format
msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
msgstr ""
-#: dwarf.c:6201
+#: dwarf.c:6625
#, c-format
msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
msgstr ""
-#: dwarf.c:6208
+#: dwarf.c:6632
#, c-format
msgid "View Offset 0x%lx is bigger than .debug_loc section size.\n"
msgstr ""
-#: dwarf.c:6225
+#: dwarf.c:6649
msgid "DWO is not yet supported.\n"
msgstr ""
-#: dwarf.c:6242
+#: dwarf.c:6666
msgid "Hole and overlap detection requires adjacent view lists and loclists.\n"
msgstr ""
-#: dwarf.c:6251
+#: dwarf.c:6675
#, c-format
msgid "There is %ld unused byte at the end of section %s\n"
msgid_plural "There are %ld unused bytes at the end of section %s\n"
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:6407
+#: dwarf.c:6831
msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
msgstr ""
-#: dwarf.c:6411
+#: dwarf.c:6835
#, c-format
msgid " Length: %ld\n"
msgstr ""
-#: dwarf.c:6413
+#: dwarf.c:6837
#, c-format
msgid " Version: %d\n"
msgstr ""
-#: dwarf.c:6414
+#: dwarf.c:6838
#, c-format
msgid " Offset into .debug_info: 0x%lx\n"
msgstr ""
-#: dwarf.c:6416
+#: dwarf.c:6840
#, c-format
msgid " Pointer Size: %d\n"
msgstr ""
-#: dwarf.c:6417
+#: dwarf.c:6841
#, c-format
msgid " Segment Size: %d\n"
msgstr ""
-#: dwarf.c:6424
+#: dwarf.c:6848
#, c-format
msgid "Invalid address size in %s section!\n"
msgstr ""
-#: dwarf.c:6434
+#: dwarf.c:6858
msgid "Pointer size + Segment size is not a power of two.\n"
msgstr ""
-#: dwarf.c:6439
+#: dwarf.c:6863
#, c-format
msgid ""
"\n"
" Address Length\n"
msgstr ""
-#: dwarf.c:6441
+#: dwarf.c:6865
#, c-format
msgid ""
"\n"
" Address Length\n"
msgstr ""
-#: dwarf.c:6517
+#: dwarf.c:6941
#, c-format
msgid "Corrupt address base (%lx) found in debug section %u\n"
msgstr ""
-#: dwarf.c:6533
+#: dwarf.c:6957
#, c-format
msgid " For compilation unit at offset 0x%s:\n"
msgstr ""
-#: dwarf.c:6536
+#: dwarf.c:6960
#, c-format
msgid "\tIndex\tAddress\n"
msgstr ""
-#: dwarf.c:6543
+#: dwarf.c:6967
#, c-format
msgid "\t%d:\t"
msgstr ""
-#: dwarf.c:6635 dwarf.c:6709
+#: dwarf.c:7060 dwarf.c:7134
msgid "(start == end)"
msgstr ""
-#: dwarf.c:6637 dwarf.c:6711
+#: dwarf.c:7062 dwarf.c:7136
msgid "(start > end)"
msgstr ""
-#: dwarf.c:6660
+#: dwarf.c:7085
#, c-format
msgid "Range list starting at offset 0x%lx is not terminated.\n"
msgstr ""
-#: dwarf.c:6696
+#: dwarf.c:7121
#, c-format
msgid "Invalid range list entry type %d\n"
msgstr ""
-#: dwarf.c:6773
+#: dwarf.c:7198
#, c-format
msgid ""
"The length field (0x%lx) in the debug_rnglists header is wrong - the section "
"is too small\n"
msgstr ""
-#: dwarf.c:6784
+#: dwarf.c:7209
msgid "Only DWARF version 5 debug_rnglists info is currently supported.\n"
msgstr ""
-#: dwarf.c:6803
+#: dwarf.c:7228
#, c-format
msgid "The %s section contains unsupported offset entry count: %u.\n"
msgstr ""
#. This can happen when the file was compiled with -gsplit-debug
#. which removes references to range lists from the primary .o file.
-#: dwarf.c:6825
+#: dwarf.c:7250
#, c-format
msgid "No range lists in .debug_info section.\n"
msgstr ""
-#: dwarf.c:6850
+#: dwarf.c:7275
#, c-format
msgid "Range lists in %s section start at 0x%lx\n"
msgstr ""
-#: dwarf.c:6855
+#: dwarf.c:7280
#, c-format
msgid " Offset Begin End\n"
msgstr ""
-#: dwarf.c:6874
+#: dwarf.c:7299
#, c-format
msgid "Corrupt pointer size (%d) in debug entry at offset %8.8lx\n"
msgstr ""
-#: dwarf.c:6881
+#: dwarf.c:7306
#, c-format
msgid "Corrupt offset (%#8.8lx) in range entry %u\n"
msgstr ""
-#: dwarf.c:6889
+#: dwarf.c:7314
#, c-format
msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
msgstr ""
-#: dwarf.c:6896
+#: dwarf.c:7321
#, c-format
msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
msgstr ""
-#: dwarf.c:6969
+#: dwarf.c:7394
#, c-format
msgid "Unfeasibly large register number: %u\n"
msgstr ""
-#: dwarf.c:6982
+#: dwarf.c:7407
#, c-format
msgid "Out of memory allocating %u columns in dwarf frame arrays\n"
msgstr ""
-#: dwarf.c:7325
+#: dwarf.c:7754
msgid "No terminator for augmentation name\n"
msgstr ""
-#: dwarf.c:7337
+#: dwarf.c:7766
#, c-format
msgid "Invalid pointer size (%d) in CIE data\n"
msgstr ""
-#: dwarf.c:7345
+#: dwarf.c:7774
#, c-format
msgid "Invalid segment size (%d) in CIE data\n"
msgstr ""
-#: dwarf.c:7376
+#: dwarf.c:7805 dwarf.c:8177
#, c-format
msgid "Augmentation data too long: 0x%s, expected at most %#lx\n"
msgstr ""
-#: dwarf.c:7463
+#: dwarf.c:7892
#, c-format
msgid " Augmentation data: "
msgstr ""
-#: dwarf.c:7480
+#: dwarf.c:7909
msgid "bad register: "
msgstr ""
-#: dwarf.c:7650
+#: dwarf.c:8079
msgid "Failed to read CIE information\n"
msgstr ""
-#: dwarf.c:7661 dwarf.c:7685 dwarf.c:7712
+#: dwarf.c:8090 dwarf.c:8114 dwarf.c:8141
msgid "Invalid max register\n"
msgstr ""
#. PR 17512: file: 9e196b3e.
-#: dwarf.c:7727
+#: dwarf.c:8156
#, c-format
msgid "Probably corrupt segment size: %d - using 4 instead\n"
msgstr ""
-#: dwarf.c:7751
-#, c-format
-msgid "Corrupt augmentation data length: 0x%s\n"
-msgstr ""
-
-#: dwarf.c:7873
+#: dwarf.c:8302
#, c-format
msgid "Corrupt CFA_def expression value: %lu\n"
msgstr ""
#. PR 17512: file:306-192417-0.005.
-#: dwarf.c:7887
+#: dwarf.c:8316
#, c-format
msgid "Corrupt CFA expression value: %lu\n"
msgstr ""
-#: dwarf.c:8190
+#: dwarf.c:8619
msgid "Invalid column number in saved frame state\n"
msgstr ""
-#: dwarf.c:8237
+#: dwarf.c:8666
#, c-format
msgid " DW_CFA_def_cfa_expression: <corrupt len %lu>\n"
msgstr ""
-#: dwarf.c:8261
+#: dwarf.c:8690
#, c-format
msgid " DW_CFA_expression: <corrupt len %lu>\n"
msgstr ""
-#: dwarf.c:8393
+#: dwarf.c:8822
#, c-format
msgid " DW_CFA_??? (User defined call frame op: %#x)\n"
msgstr ""
-#: dwarf.c:8395
+#: dwarf.c:8824
#, c-format
msgid "Unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
msgstr ""
-#: dwarf.c:8496 dwarf.c:8893
+#: dwarf.c:8927 dwarf.c:9341
#, c-format
msgid "Version %ld\n"
msgstr ""
-#: dwarf.c:8502
+#: dwarf.c:8933
msgid "Only DWARF version 5 .debug_names is currently supported.\n"
msgstr ""
-#: dwarf.c:8509
+#: dwarf.c:8940
#, c-format
msgid "Padding field of .debug_names must be 0 (found 0x%x)\n"
msgstr ""
-#: dwarf.c:8514
+#: dwarf.c:8945
msgid "Compilation unit count must be >= 1 in .debug_names\n"
msgstr ""
-#: dwarf.c:8525
+#: dwarf.c:8956
#, c-format
msgid ""
"Augmentation string length %u must be rounded up to a multiple of 4 in ."
"debug_names.\n"
msgstr ""
-#: dwarf.c:8530
+#: dwarf.c:8962
#, c-format
msgid "Augmentation string:"
msgstr ""
-#: dwarf.c:8541
+#: dwarf.c:8989
#, c-format
msgid "CU table:\n"
msgstr ""
-#: dwarf.c:8547 dwarf.c:8557
+#: dwarf.c:8995 dwarf.c:9005
#, c-format
msgid "[%3u] 0x%lx\n"
msgstr ""
-#: dwarf.c:8551
+#: dwarf.c:8999
#, c-format
msgid "TU table:\n"
msgstr ""
-#: dwarf.c:8561
+#: dwarf.c:9009
#, c-format
msgid "Foreign TU table:\n"
msgstr ""
-#: dwarf.c:8567
+#: dwarf.c:9015
#, c-format
msgid "[%3u] "
msgstr ""
-#: dwarf.c:8587
+#: dwarf.c:9035
#, c-format
msgid ""
"Entry pool offset (0x%lx) exceeds unit size 0x%lx for unit 0x%lx in the "
"debug_names\n"
msgstr ""
-#: dwarf.c:8604
+#: dwarf.c:9052
#, c-format
msgid "Used %zu of %lu bucket.\n"
msgid_plural "Used %zu of %lu buckets.\n"
msgstr[0] ""
msgstr[1] ""
-#: dwarf.c:8631
+#: dwarf.c:9079
#, c-format
msgid ""
"Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n"
msgstr ""
-#: dwarf.c:8669
+#: dwarf.c:9117
#, c-format
msgid "Duplicate abbreviation tag %lu in unit 0x%lx in the debug_names\n"
msgstr ""
-#: dwarf.c:8695 dwarf.c:9019
+#: dwarf.c:9143 dwarf.c:9467
#, c-format
msgid ""
"\n"
"Symbol table:\n"
msgstr ""
-#: dwarf.c:8748
+#: dwarf.c:9196
#, c-format
msgid "Undefined abbreviation tag %lu in unit 0x%lx in the debug_names\n"
msgstr ""
-#: dwarf.c:8784
+#: dwarf.c:9232
#, c-format
msgid " <no entries>"
msgstr ""
-#: dwarf.c:8816
+#: dwarf.c:9264
msgid "The debuglink filename is corrupt/missing\n"
msgstr ""
-#: dwarf.c:8820
+#: dwarf.c:9268
#, c-format
msgid " Separate debug info file: %s\n"
msgstr ""
-#: dwarf.c:8831
+#: dwarf.c:9279
msgid "CRC offset missing/truncated\n"
msgstr ""
-#: dwarf.c:8837
+#: dwarf.c:9285
#, c-format
msgid " CRC value: %#x\n"
msgstr ""
-#: dwarf.c:8841
+#: dwarf.c:9289
#, c-format
msgid "There are %#lx extraneous bytes at the end of the section\n"
msgstr ""
-#: dwarf.c:8855
+#: dwarf.c:9303
#, c-format
msgid "Build-ID is too short (%#lx bytes)\n"
msgstr ""
-#: dwarf.c:8859
+#: dwarf.c:9307
#, c-format
msgid " Build-ID (%#lx bytes):"
msgstr ""
-#: dwarf.c:8888
+#: dwarf.c:9336
#, c-format
msgid "Truncated header in the %s section.\n"
msgstr ""
-#: dwarf.c:8899
+#: dwarf.c:9347
#, c-format
msgid "Unsupported version %lu.\n"
msgstr ""
-#: dwarf.c:8903
+#: dwarf.c:9351
msgid "The address table data in version 3 may be wrong.\n"
msgstr ""
-#: dwarf.c:8905
+#: dwarf.c:9353
msgid "Version 4 does not support case insensitive lookups.\n"
msgstr ""
-#: dwarf.c:8907
+#: dwarf.c:9355
msgid "Version 5 does not include inlined functions.\n"
msgstr ""
-#: dwarf.c:8909
+#: dwarf.c:9357
msgid "Version 6 does not include symbol attributes.\n"
msgstr ""
-#: dwarf.c:8927
+#: dwarf.c:9375
#, c-format
msgid "Corrupt header in the %s section.\n"
msgstr ""
-#: dwarf.c:8934
+#: dwarf.c:9382
#, c-format
msgid "TU offset (%x) is less than CU offset (%x)\n"
msgstr ""
-#: dwarf.c:8943
+#: dwarf.c:9391
#, c-format
msgid "Address table offset (%x) is less than TU offset (%x)\n"
msgstr ""
-#: dwarf.c:8953
+#: dwarf.c:9401
#, c-format
msgid "Symbol table offset (%x) is less then Address table offset (%x)\n"
msgstr ""
-#: dwarf.c:8962
+#: dwarf.c:9410
#, c-format
msgid "Constant pool offset (%x) is less than symbol table offset (%x)\n"
msgstr ""
-#: dwarf.c:8977
+#: dwarf.c:9425
msgid "Address table extends beyond end of section.\n"
msgstr ""
-#: dwarf.c:8981
+#: dwarf.c:9429
#, c-format
msgid ""
"\n"
"CU table:\n"
msgstr ""
-#: dwarf.c:8987
+#: dwarf.c:9435
#, c-format
msgid "[%3u] 0x%lx - 0x%lx\n"
msgstr ""
-#: dwarf.c:8992
+#: dwarf.c:9440
#, c-format
msgid ""
"\n"
"TU table:\n"
msgstr ""
-#: dwarf.c:8999
+#: dwarf.c:9447
#, c-format
msgid "[%3u] 0x%lx 0x%lx "
msgstr ""
-#: dwarf.c:9006
+#: dwarf.c:9454
#, c-format
msgid ""
"\n"
"Address table:\n"
msgstr ""
-#: dwarf.c:9016
+#: dwarf.c:9464
#, c-format
msgid "%lu\n"
msgstr ""
-#: dwarf.c:9036
+#: dwarf.c:9484
#, c-format
msgid "[%3u] <corrupt offset: %x>"
msgstr ""
-#: dwarf.c:9037
+#: dwarf.c:9485
#, c-format
msgid "Corrupt name offset of 0x%x found for symbol table slot %d\n"
msgstr ""
-#: dwarf.c:9048
+#: dwarf.c:9496
#, c-format
msgid "<invalid CU vector offset: %x>\n"
msgstr ""
-#: dwarf.c:9049
+#: dwarf.c:9497
#, c-format
msgid "Corrupt CU vector offset of 0x%x found for symbol table slot %d\n"
msgstr ""
-#: dwarf.c:9062
+#: dwarf.c:9510
#, c-format
msgid "Invalid number of CUs (0x%x) for symbol table slot %d\n"
msgstr ""
-#: dwarf.c:9087
+#: dwarf.c:9535
msgid "static"
msgstr ""
-#: dwarf.c:9087
+#: dwarf.c:9535
msgid "global"
msgstr ""
-#: dwarf.c:9125 dwarf.c:9136
+#: dwarf.c:9573 dwarf.c:9584
msgid "Internal error: out of space in the shndx pool.\n"
msgstr ""
-#: dwarf.c:9200
+#: dwarf.c:9648
#, c-format
msgid "Section %s is empty\n"
msgstr ""
-#: dwarf.c:9206
+#: dwarf.c:9654
#, c-format
msgid "Section %s is too small to contain a CU/TU header\n"
msgstr ""
-#: dwarf.c:9224
-#, c-format
-msgid "Section %s is too small for %d slot\n"
-msgid_plural "Section %s is too small for %d slots\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: dwarf.c:9235
+#: dwarf.c:9673
#, c-format
-msgid " Version: %d\n"
+msgid " Version: %u\n"
msgstr ""
-#: dwarf.c:9237
+#: dwarf.c:9675
#, c-format
-msgid " Number of columns: %d\n"
+msgid " Number of columns: %u\n"
msgstr ""
-#: dwarf.c:9238
+#: dwarf.c:9676
#, c-format
-msgid " Number of used entries: %d\n"
+msgid " Number of used entries: %u\n"
msgstr ""
-#: dwarf.c:9239
+#: dwarf.c:9677
#, c-format
msgid ""
-" Number of slots: %d\n"
+" Number of slots: %u\n"
"\n"
msgstr ""
-#: dwarf.c:9244
+#: dwarf.c:9686
#, c-format
-msgid "Section %s too small for %d hash table entries\n"
-msgstr ""
+msgid "Section %s is too small for %u slot\n"
+msgid_plural "Section %s is too small for %u slots\n"
+msgstr[0] ""
+msgstr[1] ""
-#: dwarf.c:9266
+#: dwarf.c:9710
msgid "Section index pool located before start of section\n"
msgstr ""
-#: dwarf.c:9271
+#: dwarf.c:9715
#, c-format
msgid " [%3d] Signature: 0x%s Sections: "
msgstr ""
-#: dwarf.c:9278
+#: dwarf.c:9722
#, c-format
msgid "Section %s too small for shndx pool\n"
msgstr ""
-#: dwarf.c:9320
-#, c-format
-msgid "Overlarge number of columns: %x\n"
-msgstr ""
-
-#: dwarf.c:9326
+#: dwarf.c:9770
#, c-format
msgid "Section %s too small for offset and size tables\n"
msgstr ""
-#: dwarf.c:9333
+#: dwarf.c:9777
#, c-format
msgid " Offset table\n"
msgstr ""
-#: dwarf.c:9335 dwarf.c:9436
+#: dwarf.c:9779 dwarf.c:9880
msgid "signature"
msgstr ""
-#: dwarf.c:9335 dwarf.c:9436
+#: dwarf.c:9779 dwarf.c:9880
msgid "dwo_id"
msgstr ""
-#: dwarf.c:9373
+#: dwarf.c:9817
#, c-format
msgid "Row index (%u) is larger than number of used entries (%u)\n"
msgstr ""
-#: dwarf.c:9387
+#: dwarf.c:9831
#, c-format
msgid "Signature (%p) extends beyond end of space in section\n"
msgstr ""
-#: dwarf.c:9396
+#: dwarf.c:9840
#, c-format
msgid "Row index (%u) * num columns (%u) > space remaining in section\n"
msgstr ""
-#: dwarf.c:9402 dwarf.c:9459
+#: dwarf.c:9846 dwarf.c:9903
#, c-format
msgid " [%3d] 0x%s"
msgstr ""
-#: dwarf.c:9416 dwarf.c:9472
+#: dwarf.c:9860 dwarf.c:9916
#, c-format
msgid "Overlarge Dwarf section index detected: %u\n"
msgstr ""
-#: dwarf.c:9434
+#: dwarf.c:9878
#, c-format
msgid " Size table\n"
msgstr ""
-#: dwarf.c:9487
+#: dwarf.c:9931
#, c-format
msgid " Unsupported version (%d)\n"
msgstr ""
-#: dwarf.c:9559
+#: dwarf.c:10003
#, c-format
msgid "Displaying the debug contents of section %s is not yet supported.\n"
msgstr ""
-#: dwarf.c:9590
+#: dwarf.c:10034
#, c-format
msgid ""
"Attempt to allocate an array with an excessive number of elements: 0x%lx\n"
msgstr ""
-#: dwarf.c:9608
+#: dwarf.c:10052
#, c-format
msgid ""
"Attempt to re-allocate an array with an excessive number of elements: 0x%lx\n"
msgstr ""
-#: dwarf.c:9624
+#: dwarf.c:10068
#, c-format
msgid ""
"Attempt to allocate a zero'ed array with an excessive number of elements: 0x"
"%lx\n"
msgstr ""
-#: dwarf.c:9722
+#: dwarf.c:10166
#, c-format
msgid "Unable to reopen separate debug info file: %s\n"
msgstr ""
-#: dwarf.c:9734
+#: dwarf.c:10178
#, c-format
msgid "Separate debug info file %s found, but CRC does not match - ignoring\n"
msgstr ""
-#: dwarf.c:9829
+#: dwarf.c:10285
#, c-format
msgid "Corrupt debuglink section: %s\n"
msgstr ""
-#: dwarf.c:9867
+#: dwarf.c:10323
msgid "Out of memory"
msgstr ""
#. Failed to find the file.
-#: dwarf.c:9917
+#: dwarf.c:10378
#, c-format
msgid "could not find separate debug file '%s'\n"
msgstr ""
-#: dwarf.c:9918 dwarf.c:9922 dwarf.c:9927 dwarf.c:9931 dwarf.c:9934
-#: dwarf.c:9937 dwarf.c:9940
+#: dwarf.c:10379 dwarf.c:10383 dwarf.c:10388 dwarf.c:10391 dwarf.c:10395
+#: dwarf.c:10398 dwarf.c:10401 dwarf.c:10404
#, c-format
msgid "tried: %s\n"
msgstr ""
-#: dwarf.c:9952
+#: dwarf.c:10418
#, c-format
msgid "failed to open separate debug file: %s\n"
msgstr ""
#. FIXME: We do not check to see if there are any other separate debug info
#. files that would also match.
-#: dwarf.c:9960
+#: dwarf.c:10426
#, c-format
msgid ""
"%s: Found separate debug info file: %s\n"
"\n"
msgstr ""
-#: dwarf.c:9979
+#: dwarf.c:10446
msgid "Out of memory allocating dwo filename\n"
msgstr ""
-#: dwarf.c:9985
+#: dwarf.c:10452
#, c-format
msgid "Unable to load dwo file: %s\n"
msgstr ""
#. FIXME: We should check the dwo_id.
-#: dwarf.c:9992
+#: dwarf.c:10459
#, c-format
msgid ""
"%s: Found separate debug object file: %s\n"
"\n"
msgstr ""
-#: dwarf.c:10024
+#: dwarf.c:10500
#, c-format
-msgid "The %s section contains a link to a dwo file:\n"
+msgid ""
+"The %s section contains link(s) to dwo file(s):\n"
+"\n"
msgstr ""
-#: dwarf.c:10026
+#: dwarf.c:10505
#, c-format
msgid " Name: %s\n"
msgstr ""
-#: dwarf.c:10027
+#: dwarf.c:10506
#, c-format
msgid " Directory: %s\n"
msgstr ""
-#: dwarf.c:10027
+#: dwarf.c:10506
msgid "<not-found>"
msgstr ""
-#: dwarf.c:10029
+#: dwarf.c:10508
#, c-format
msgid " ID: "
msgstr ""
-#: dwarf.c:10031
+#: dwarf.c:10510
#, c-format
msgid " ID: <unknown>\n"
msgstr ""
-#: dwarf.c:10190 dwarf.c:10232
+#: dwarf.c:10527
+msgid "Unexpected DWO INFO type"
+msgstr ""
+
+#: dwarf.c:10690 dwarf.c:10732
#, c-format
msgid "Unrecognized debug option '%s'\n"
msgstr ""
@@ -4057,7 +4061,7 @@ msgstr ""
#. PR 24049 - we cannot use filedata->file_name as this will
#. have already been freed.
-#: elfcomm.c:640 elfcomm.c:867 elfedit.c:584 readelf.c:19511
+#: elfcomm.c:640 elfcomm.c:867 elfedit.c:584 readelf.c:20085
#, c-format
msgid "%s: failed to read archive header\n"
msgstr ""
@@ -4104,7 +4108,7 @@ msgstr ""
msgid "%s: failed to seek to next file name\n"
msgstr ""
-#: elfcomm.c:872 elfedit.c:591 readelf.c:19518
+#: elfcomm.c:872 elfedit.c:591 readelf.c:20092
#, c-format
msgid "%s: did not find a valid archive header\n"
msgstr ""
@@ -4180,12 +4184,12 @@ msgstr ""
msgid "%s: Failed to seek to ELF header\n"
msgstr ""
-#: elfedit.c:575 readelf.c:19501
+#: elfedit.c:575 readelf.c:20075
#, c-format
msgid "%s: failed to seek to next archive header\n"
msgstr ""
-#: elfedit.c:606 elfedit.c:615 readelf.c:19532 readelf.c:19541
+#: elfedit.c:606 elfedit.c:615 readelf.c:20106 readelf.c:20115
#, c-format
msgid "%s: bad archive file name\n"
msgstr ""
@@ -4200,22 +4204,22 @@ msgstr ""
msgid "%s: failed to seek to archive member\n"
msgstr ""
-#: elfedit.c:698 readelf.c:19650
+#: elfedit.c:698 readelf.c:20224
#, c-format
msgid "'%s': No such file\n"
msgstr ""
-#: elfedit.c:700 readelf.c:19652
+#: elfedit.c:700 readelf.c:20226
#, c-format
msgid "Could not locate '%s'. System error message: %s\n"
msgstr ""
-#: elfedit.c:707 readelf.c:19659
+#: elfedit.c:707 readelf.c:20233
#, c-format
msgid "'%s' is not an ordinary file\n"
msgstr ""
-#: elfedit.c:733 readelf.c:19681
+#: elfedit.c:733 readelf.c:20255
#, c-format
msgid "%s: Failed to read file's magic number\n"
msgstr ""
@@ -4245,7 +4249,7 @@ msgstr ""
msgid " Update the ELF header of ELF files\n"
msgstr ""
-#: elfedit.c:885 objcopy.c:539 objcopy.c:675 strings.c:700
+#: elfedit.c:885 objcopy.c:550 objcopy.c:689 strings.c:700
#, c-format
msgid " The options are:\n"
msgstr ""
@@ -4301,17 +4305,17 @@ msgstr ""
msgid "Duplicate symbol entered into keyword list."
msgstr ""
-#: nm.c:248 size.c:76 strings.c:698
+#: nm.c:239 size.c:88 strings.c:698
#, c-format
msgid "Usage: %s [option(s)] [file(s)]\n"
msgstr ""
-#: nm.c:249
+#: nm.c:240
#, c-format
msgid " List symbols in [file(s)] (a.out by default).\n"
msgstr ""
-#: nm.c:250
+#: nm.c:241
#, c-format
msgid ""
" The options are:\n"
@@ -4345,12 +4349,12 @@ msgid ""
" -r, --reverse-sort Reverse the sense of the sort\n"
msgstr ""
-#: nm.c:275
+#: nm.c:266
#, c-format
msgid " --plugin NAME Load the specified plugin\n"
msgstr ""
-#: nm.c:278
+#: nm.c:269
#, c-format
msgid ""
" -S, --print-size Print size of defined symbols\n"
@@ -4369,49 +4373,49 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:327
+#: nm.c:302
#, c-format
msgid "%s: invalid radix"
msgstr ""
-#: nm.c:351
+#: nm.c:328
#, c-format
msgid "%s: invalid output format"
msgstr ""
-#: nm.c:375 readelf.c:10957 readelf.c:11002
+#: nm.c:353 readelf.c:11086 readelf.c:11129
#, c-format
msgid "<processor specific>: %d"
msgstr ""
-#: nm.c:377 readelf.c:10966 readelf.c:11021
+#: nm.c:355 readelf.c:11093 readelf.c:11146
#, c-format
msgid "<OS specific>: %d"
msgstr ""
-#: nm.c:379 readelf.c:10969 readelf.c:11024
+#: nm.c:357 readelf.c:11096 readelf.c:11149
#, c-format
msgid "<unknown>: %d"
msgstr ""
-#: nm.c:409
+#: nm.c:387
#, c-format
msgid "<unknown>: %d/%d"
msgstr ""
-#: nm.c:450
+#: nm.c:428
#, c-format
msgid ""
"\n"
"Archive index:\n"
msgstr ""
-#: nm.c:497
+#: nm.c:482 nm.c:1181
#, c-format
msgid "%s: plugin needed to handle lto object"
msgstr ""
-#: nm.c:1376
+#: nm.c:1418
#, c-format
msgid ""
"\n"
@@ -4420,7 +4424,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1378
+#: nm.c:1420
#, c-format
msgid ""
"\n"
@@ -4429,7 +4433,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1380 nm.c:1431
+#: nm.c:1422 nm.c:1473
#, c-format
msgid ""
"Name Value Class Type Size Line "
@@ -4437,7 +4441,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1383 nm.c:1434
+#: nm.c:1425 nm.c:1476
#, c-format
msgid ""
"Name Value Class Type "
@@ -4445,7 +4449,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1427
+#: nm.c:1469
#, c-format
msgid ""
"\n"
@@ -4454,7 +4458,7 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1429
+#: nm.c:1471
#, c-format
msgid ""
"\n"
@@ -4463,34 +4467,34 @@ msgid ""
"\n"
msgstr ""
-#: nm.c:1521
+#: nm.c:1563
#, c-format
msgid "Print width has not been initialized (%d)"
msgstr ""
-#: nm.c:1770
+#: nm.c:1812
msgid "Only -X 32_64 is supported"
msgstr ""
-#: nm.c:1798
+#: nm.c:1840
msgid "Using the --size-sort and --undefined-only options together"
msgstr ""
-#: nm.c:1799
+#: nm.c:1841
msgid "will produce no output, since undefined symbols have no size."
msgstr ""
-#: objcopy.c:537 srconv.c:1695
+#: objcopy.c:548 srconv.c:1695
#, c-format
msgid "Usage: %s [option(s)] in-file [out-file]\n"
msgstr ""
-#: objcopy.c:538
+#: objcopy.c:549
#, c-format
msgid " Copies a binary file, possibly transforming it in the process\n"
msgstr ""
-#: objcopy.c:540
+#: objcopy.c:551
#, c-format
msgid ""
" -I --input-target <bfdname> Assume input file is in format <bfdname>\n"
@@ -4505,7 +4509,7 @@ msgid ""
"output\n"
msgstr ""
-#: objcopy.c:548 objcopy.c:683
+#: objcopy.c:559 objcopy.c:697
#, c-format
msgid ""
" -D --enable-deterministic-archives\n"
@@ -4515,7 +4519,7 @@ msgid ""
" Disable -D behavior\n"
msgstr ""
-#: objcopy.c:554 objcopy.c:689
+#: objcopy.c:565 objcopy.c:703
#, c-format
msgid ""
" -D --enable-deterministic-archives\n"
@@ -4525,7 +4529,7 @@ msgid ""
" Disable -D behavior (default)\n"
msgstr ""
-#: objcopy.c:559
+#: objcopy.c:570
#, c-format
msgid ""
" -j --only-section <name> Only copy section <name> into the output\n"
@@ -4590,6 +4594,9 @@ msgid ""
" --set-section-flags <name>=<flags>\n"
" Set section <name>'s properties to "
"<flags>\n"
+" --set-section-alignment <name>=<align>\n"
+" Set section <name>'s alignment to "
+"2^<align> bytes\n"
" --add-section <name>=<file> Add section <name> found in <file> to "
"output\n"
" --update-section <name>=<file>\n"
@@ -4656,6 +4663,8 @@ msgid ""
" --elf-stt-common=[yes|no] Generate ELF common symbols with "
"STT_COMMON\n"
" type\n"
+" --verilog-data-width <number> Specifies data width, in bytes, for "
+"verilog output\n"
" -M --merge-notes Remove redundant entries in note "
"sections\n"
" --no-merge-notes Do not attempt to remove redundant notes "
@@ -4668,17 +4677,17 @@ msgid ""
"supported\n"
msgstr ""
-#: objcopy.c:673
+#: objcopy.c:687
#, c-format
msgid "Usage: %s <option(s)> in-file(s)\n"
msgstr ""
-#: objcopy.c:674
+#: objcopy.c:688
#, c-format
msgid " Removes symbols and sections from files\n"
msgstr ""
-#: objcopy.c:676
+#: objcopy.c:690
#, c-format
msgid ""
" -I --input-target=<bfdname> Assume input file is in format <bfdname>\n"
@@ -4690,7 +4699,7 @@ msgid ""
"output\n"
msgstr ""
-#: objcopy.c:694
+#: objcopy.c:708
#, c-format
msgid ""
" -R --remove-section=<name> Also remove section <name> from the "
@@ -4721,524 +4730,528 @@ msgid ""
" -o <file> Place stripped output into <file>\n"
msgstr ""
-#: objcopy.c:769
+#: objcopy.c:783
#, c-format
msgid "unrecognized section flag `%s'"
msgstr ""
-#: objcopy.c:770 objcopy.c:842
+#: objcopy.c:784 objcopy.c:856
#, c-format
msgid "supported flags: %s"
msgstr ""
-#: objcopy.c:841
+#: objcopy.c:855
#, c-format
msgid "unrecognized symbol flag `%s'"
msgstr ""
-#: objcopy.c:900
+#: objcopy.c:914
#, c-format
msgid "error: %s both copied and removed"
msgstr ""
-#: objcopy.c:906
+#: objcopy.c:920
#, c-format
msgid "error: %s both sets and alters VMA"
msgstr ""
-#: objcopy.c:912
+#: objcopy.c:926
#, c-format
msgid "error: %s both sets and alters LMA"
msgstr ""
-#: objcopy.c:1063
+#: objcopy.c:1078
#, c-format
msgid "cannot open '%s': %s"
msgstr ""
-#: objcopy.c:1066 objcopy.c:4742
+#: objcopy.c:1081 objcopy.c:4795
#, c-format
msgid "%s: fread failed"
msgstr ""
-#: objcopy.c:1139
+#: objcopy.c:1154
#, c-format
msgid "%s:%d: Ignoring rubbish found on this line"
msgstr ""
-#: objcopy.c:1304
+#: objcopy.c:1319
#, c-format
msgid "error: section %s matches both remove and copy options"
msgstr ""
-#: objcopy.c:1307
+#: objcopy.c:1322
#, c-format
msgid "error: section %s matches both update and remove options"
msgstr ""
-#: objcopy.c:1460
+#: objcopy.c:1475
#, c-format
msgid "Section %s not found"
msgstr ""
-#: objcopy.c:1608
+#: objcopy.c:1623
#, c-format
msgid "not stripping symbol `%s' because it is named in a relocation"
msgstr ""
-#: objcopy.c:1668
+#: objcopy.c:1683
#, c-format
msgid "'before=%s' not found"
msgstr ""
-#: objcopy.c:1707
+#: objcopy.c:1722
#, c-format
msgid "%s: Multiple redefinition of symbol \"%s\""
msgstr ""
-#: objcopy.c:1711
+#: objcopy.c:1726
#, c-format
msgid "%s: Symbol \"%s\" is target of more than one redefinition"
msgstr ""
-#: objcopy.c:1738
+#: objcopy.c:1753
#, c-format
msgid "couldn't open symbol redefinition file %s (error: %s)"
msgstr ""
-#: objcopy.c:1816
+#: objcopy.c:1831
#, c-format
msgid "%s:%d: garbage found at end of line"
msgstr ""
-#: objcopy.c:1819
+#: objcopy.c:1834
#, c-format
msgid "%s:%d: missing new symbol name"
msgstr ""
-#: objcopy.c:1829
+#: objcopy.c:1844
#, c-format
msgid "%s:%d: premature end of file"
msgstr ""
-#: objcopy.c:1856
+#: objcopy.c:1871
#, c-format
msgid "stat returns negative size for `%s'"
msgstr ""
-#: objcopy.c:1868
+#: objcopy.c:1883
#, c-format
msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
msgstr ""
-#: objcopy.c:2021
+#: objcopy.c:2036
msgid "corrupt GNU build attribute note: wrong note type"
msgstr ""
-#: objcopy.c:2027
+#: objcopy.c:2042
msgid "corrupt GNU build attribute note: note too big"
msgstr ""
-#: objcopy.c:2033
+#: objcopy.c:2048
msgid "corrupt GNU build attribute note: name too small"
msgstr ""
-#: objcopy.c:2060
+#: objcopy.c:2075
msgid "corrupt GNU build attribute note: unsupported version"
msgstr ""
-#: objcopy.c:2109
+#: objcopy.c:2124
msgid "corrupt GNU build attribute note: bad description size"
msgstr ""
-#: objcopy.c:2140
+#: objcopy.c:2155
msgid "corrupt GNU build attribute note: name not NUL terminated"
msgstr ""
-#: objcopy.c:2152
+#: objcopy.c:2167
msgid "corrupt GNU build attribute notes: excess data at end"
msgstr ""
-#: objcopy.c:2158
+#: objcopy.c:2173
msgid "bad GNU build attribute notes: no known versions detected"
msgstr ""
-#: objcopy.c:2166
+#: objcopy.c:2181
msgid "bad GNU build attribute notes: multiple different versions"
msgstr ""
-#: objcopy.c:2180
-msgid "bad GNU build attribute notes: first note not version note"
-msgstr ""
-
#. PR 17636: Call non-fatal so that we return to our parent who
#. may need to tidy temporary files.
-#: objcopy.c:2473
+#: objcopy.c:2486
msgid "Unable to change endianness of input file(s)"
msgstr ""
-#: objcopy.c:2485
+#: objcopy.c:2498
#, c-format
msgid "error: the input file '%s' has no sections"
msgstr ""
-#: objcopy.c:2495
+#: objcopy.c:2508
#, c-format
msgid ""
"--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'"
msgstr ""
-#: objcopy.c:2502
+#: objcopy.c:2515
#, c-format
msgid "--elf-stt-common=[yes|no] is unsupported on `%s'"
msgstr ""
-#: objcopy.c:2509
+#: objcopy.c:2522
#, c-format
msgid "copy from `%s' [%s] to `%s' [%s]\n"
msgstr ""
-#: objcopy.c:2558
+#: objcopy.c:2571
#, c-format
msgid "Input file `%s' ignores binary architecture parameter."
msgstr ""
-#: objcopy.c:2566
+#: objcopy.c:2579
#, c-format
msgid "Unable to recognise the format of the input file `%s'"
msgstr ""
-#: objcopy.c:2569
+#: objcopy.c:2582
#, c-format
msgid "Output file cannot represent architecture `%s'"
msgstr ""
-#: objcopy.c:2632
+#: objcopy.c:2645
#, c-format
msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
msgstr ""
-#: objcopy.c:2698
+#: objcopy.c:2711
#, c-format
msgid "can't add section '%s'"
msgstr ""
-#: objcopy.c:2712
+#: objcopy.c:2725
#, c-format
msgid "can't create section `%s'"
msgstr ""
-#: objcopy.c:2761
+#: objcopy.c:2774
#, c-format
msgid "error: %s not found, can't be updated"
msgstr ""
-#: objcopy.c:2786
+#: objcopy.c:2799
msgid "warning: note section is empty"
msgstr ""
-#: objcopy.c:2791
+#: objcopy.c:2804
msgid "warning: could not load note section"
msgstr ""
-#: objcopy.c:2812
+#: objcopy.c:2825
msgid "warning: failed to set merged notes size"
msgstr ""
-#: objcopy.c:2833
+#: objcopy.c:2846
#, c-format
msgid "can't dump section '%s' - it does not exist"
msgstr ""
-#: objcopy.c:2841
+#: objcopy.c:2854
msgid "can't dump section - it has no contents"
msgstr ""
-#: objcopy.c:2849
+#: objcopy.c:2862
msgid "can't dump section - it is empty"
msgstr ""
-#: objcopy.c:2858
+#: objcopy.c:2871
msgid "could not open section dump file"
msgstr ""
-#: objcopy.c:2867
+#: objcopy.c:2880
#, c-format
msgid "error writing section contents to %s (error: %s)"
msgstr ""
-#: objcopy.c:2877
+#: objcopy.c:2890
msgid "could not retrieve section contents"
msgstr ""
-#: objcopy.c:2891
+#: objcopy.c:2904
#, c-format
msgid "%s: debuglink section already exists"
msgstr ""
-#: objcopy.c:2903
+#: objcopy.c:2916
#, c-format
msgid "cannot create debug link section `%s'"
msgstr ""
-#: objcopy.c:2995
+#: objcopy.c:3008
msgid "Can't fill gap after section"
msgstr ""
-#: objcopy.c:3019
+#: objcopy.c:3032
msgid "can't add padding"
msgstr ""
-#: objcopy.c:3152
+#: objcopy.c:3165
msgid "error: failed to copy merged notes into output"
msgstr ""
-#: objcopy.c:3157
+#: objcopy.c:3170
msgid "could not find any mergeable note sections"
msgstr ""
-#: objcopy.c:3169
+#: objcopy.c:3182
#, c-format
msgid "cannot fill debug link section `%s'"
msgstr ""
-#: objcopy.c:3231
+#: objcopy.c:3244
msgid "error copying private BFD data"
msgstr ""
-#: objcopy.c:3242
+#: objcopy.c:3255
#, c-format
msgid "this target does not support %lu alternative machine codes"
msgstr ""
-#: objcopy.c:3246
+#: objcopy.c:3259
msgid "treating that number as an absolute e_machine value instead"
msgstr ""
-#: objcopy.c:3250
+#: objcopy.c:3263
msgid "ignoring the alternative value"
msgstr ""
-#: objcopy.c:3282 objcopy.c:3337
+#: objcopy.c:3309
+msgid "sorry: copying thin archives is not currently supported"
+msgstr ""
+
+#: objcopy.c:3316 objcopy.c:3371
#, c-format
msgid "cannot create tempdir for archive copying (error: %s)"
msgstr ""
-#: objcopy.c:3370
+#: objcopy.c:3404
msgid "Unable to recognise the format of file"
msgstr ""
-#: objcopy.c:3503
+#: objcopy.c:3537
#, c-format
msgid "error: the input file '%s' is empty"
msgstr ""
-#: objcopy.c:3671
+#: objcopy.c:3705
#, c-format
msgid "Multiple renames of section %s"
msgstr ""
-#: objcopy.c:3717
+#: objcopy.c:3751
msgid "error in private header data"
msgstr ""
-#: objcopy.c:3795
+#: objcopy.c:3830
msgid "failed to create output section"
msgstr ""
-#: objcopy.c:3810
+#: objcopy.c:3845
msgid "failed to set size"
msgstr ""
-#: objcopy.c:3829
+#: objcopy.c:3864
msgid "failed to set vma"
msgstr ""
-#: objcopy.c:3854
+#: objcopy.c:3896
msgid "failed to set alignment"
msgstr ""
-#: objcopy.c:3886
+#: objcopy.c:3928
msgid "failed to copy private data"
msgstr ""
-#: objcopy.c:4043
+#: objcopy.c:4085
msgid "relocation count is negative"
msgstr ""
#. User must pad the section up in order to do this.
-#: objcopy.c:4140
+#: objcopy.c:4182
#, c-format
msgid ""
"cannot reverse bytes: length of section %s must be evenly divisible by %d"
msgstr ""
-#: objcopy.c:4345
+#: objcopy.c:4387
msgid "can't create debugging section"
msgstr ""
-#: objcopy.c:4359
+#: objcopy.c:4401
msgid "can't set debugging section contents"
msgstr ""
-#: objcopy.c:4368
+#: objcopy.c:4410
#, c-format
msgid "don't know how to write debugging information for %s"
msgstr ""
-#: objcopy.c:4539
+#: objcopy.c:4592
msgid "could not create temporary file to hold stripped copy"
msgstr ""
-#: objcopy.c:4611
+#: objcopy.c:4664
#, c-format
msgid "%s: bad version in PE subsystem"
msgstr ""
-#: objcopy.c:4641
+#: objcopy.c:4694
#, c-format
msgid "unknown PE subsystem: %s"
msgstr ""
-#: objcopy.c:4695 objcopy.c:4961 objcopy.c:5041 objcopy.c:5182 objcopy.c:5214
-#: objcopy.c:5237 objcopy.c:5241 objcopy.c:5261
+#: objcopy.c:4748 objcopy.c:5014 objcopy.c:5094 objcopy.c:5235 objcopy.c:5267
+#: objcopy.c:5290 objcopy.c:5294 objcopy.c:5317 objcopy.c:5321 objcopy.c:5341
#, c-format
msgid "bad format for %s"
msgstr ""
-#: objcopy.c:4724
+#: objcopy.c:4777
#, c-format
msgid "cannot open: %s: %s"
msgstr ""
-#: objcopy.c:4777
+#: objcopy.c:4830
msgid "byte number must be non-negative"
msgstr ""
-#: objcopy.c:4783
+#: objcopy.c:4836
#, c-format
msgid "architecture %s unknown"
msgstr ""
-#: objcopy.c:4791
+#: objcopy.c:4844
msgid "interleave must be positive"
msgstr ""
-#: objcopy.c:4800
+#: objcopy.c:4853
msgid "interleave width must be positive"
msgstr ""
-#: objcopy.c:5114
+#: objcopy.c:5167
#, c-format
msgid "unrecognized --compress-debug-sections type `%s'"
msgstr ""
-#: objcopy.c:5135
+#: objcopy.c:5188
#, c-format
msgid "unrecognized --elf-stt-common= option `%s'"
msgstr ""
-#: objcopy.c:5151
+#: objcopy.c:5204
#, c-format
msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
msgstr ""
-#: objcopy.c:5316
+#: objcopy.c:5396
#, c-format
msgid "unknown long section names option '%s'"
msgstr ""
-#: objcopy.c:5339
+#: objcopy.c:5419
msgid "unable to parse alternative machine code"
msgstr ""
-#: objcopy.c:5388
+#: objcopy.c:5468
msgid "number of bytes to reverse must be positive and even"
msgstr ""
-#: objcopy.c:5391
+#: objcopy.c:5471
#, c-format
msgid "Warning: ignoring previous --reverse-bytes value of %d"
msgstr ""
-#: objcopy.c:5406
+#: objcopy.c:5486
#, c-format
msgid "%s: invalid reserve value for --heap"
msgstr ""
-#: objcopy.c:5412
+#: objcopy.c:5492
#, c-format
msgid "%s: invalid commit value for --heap"
msgstr ""
-#: objcopy.c:5437
+#: objcopy.c:5517
#, c-format
msgid "%s: invalid reserve value for --stack"
msgstr ""
-#: objcopy.c:5443
+#: objcopy.c:5523
#, c-format
msgid "%s: invalid commit value for --stack"
msgstr ""
-#: objcopy.c:5463
+#: objcopy.c:5532
+msgid "verilog data width must be at least 1 byte"
+msgstr ""
+
+#: objcopy.c:5549
msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)"
msgstr ""
-#: objcopy.c:5475
+#: objcopy.c:5561
msgid "interleave start byte must be set with --byte"
msgstr ""
-#: objcopy.c:5478
+#: objcopy.c:5564
msgid "byte number must be less than interleave"
msgstr ""
-#: objcopy.c:5481
+#: objcopy.c:5567
msgid "interleave width must be less than or equal to interleave - byte`"
msgstr ""
-#: objcopy.c:5510
+#: objcopy.c:5596
#, c-format
msgid "unknown input EFI target: %s"
msgstr ""
-#: objcopy.c:5541
+#: objcopy.c:5627
#, c-format
msgid "unknown output EFI target: %s"
msgstr ""
-#: objcopy.c:5554
+#: objcopy.c:5640
#, c-format
msgid "warning: could not locate '%s'. System error message: %s"
msgstr ""
-#: objcopy.c:5566
+#: objcopy.c:5652
#, c-format
msgid ""
"warning: could not create temporary file whilst copying '%s', (error: %s)"
msgstr ""
-#: objcopy.c:5599 objcopy.c:5613
+#: objcopy.c:5685 objcopy.c:5699
#, c-format
msgid "%s %s%c0x%s never used"
msgstr ""
-#: objdump.c:204
+#: objdump.c:207
#, c-format
msgid "Usage: %s <option(s)> <file(s)>\n"
msgstr ""
-#: objdump.c:205
+#: objdump.c:208
#, c-format
msgid " Display information from object <file(s)>.\n"
msgstr ""
-#: objdump.c:206
+#: objdump.c:209
#, c-format
msgid " At least one of the following switches must be given:\n"
msgstr ""
-#: objdump.c:207
+#: objdump.c:210
#, c-format
msgid ""
" -a, --archive-headers Display archive header information\n"
@@ -5253,6 +5266,7 @@ msgid ""
" -D, --disassemble-all Display assembler contents of all sections\n"
" --disassemble=<sym> Display assembler contents from <sym>\n"
" -S, --source Intermix source code with disassembly\n"
+" --source-comment[=<txt>] Prefix lines of source code with <txt>\n"
" -s, --full-contents Display the full contents of all sections "
"requested\n"
" -g, --debugging Display debug information in object file\n"
@@ -5265,6 +5279,7 @@ msgid ""
" =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
" =addr,=cu_index,=links,=follow-links]\n"
" Display DWARF info in the file\n"
+" --ctf=SECTION Display CTF info from SECTION\n"
" -t, --syms Display the contents of the symbol table(s)\n"
" -T, --dynamic-syms Display the contents of the dynamic symbol table\n"
" -r, --reloc Display the relocation entries in the file\n"
@@ -5276,14 +5291,14 @@ msgid ""
" -H, --help Display this information\n"
msgstr ""
-#: objdump.c:241
+#: objdump.c:246
#, c-format
msgid ""
"\n"
" The following switches are optional:\n"
msgstr ""
-#: objdump.c:242
+#: objdump.c:247
#, c-format
msgid ""
" -b, --target=BFDNAME Specify the target object format as "
@@ -5331,7 +5346,7 @@ msgid ""
" --prefix-strip=LEVEL Strip initial directory names for -S\n"
msgstr ""
-#: objdump.c:271
+#: objdump.c:276
#, c-format
msgid ""
" --dwarf-depth=N Do not display DIEs at depth N or greater\n"
@@ -5340,230 +5355,263 @@ msgid ""
" or deeper\n"
" --dwarf-check Make additional dwarf internal consistency "
"checks. \n"
+" --ctf-parent=SECTION Use SECTION as the CTF parent\n"
"\n"
msgstr ""
-#: objdump.c:285
+#: objdump.c:291
#, c-format
msgid ""
"\n"
"Options supported for -P/--private switch:\n"
msgstr ""
-#: objdump.c:508
+#: objdump.c:520
#, c-format
msgid "section '%s' mentioned in a -j option, but not found in any input file"
msgstr ""
-#: objdump.c:659
+#: objdump.c:671
#, c-format
msgid "Sections:\n"
msgstr ""
-#: objdump.c:665
+#: objdump.c:677
#, c-format
msgid "Idx %-*s Size %-*s%-*sFile off Algn"
msgstr ""
-#: objdump.c:671
+#: objdump.c:683
#, c-format
msgid " Flags"
msgstr ""
-#: objdump.c:693
+#: objdump.c:705
#, c-format
msgid "failed to read symbol table from: %s"
msgstr ""
-#: objdump.c:694 objdump.c:3675
+#: objdump.c:706 objdump.c:3835
msgid "error message was"
msgstr ""
-#: objdump.c:718
+#: objdump.c:720
+#, c-format
+msgid "error: symbol table size (%#lx) is larger than filesize (%#lx)"
+msgstr ""
+
+#: objdump.c:749
#, c-format
msgid "%s: not a dynamic object"
msgstr ""
-#: objdump.c:1265 objdump.c:1289
+#: objdump.c:1316 objdump.c:1340
#, c-format
msgid " (File Offset: 0x%lx)"
msgstr ""
-#: objdump.c:1531
+#: objdump.c:1582
#, c-format
msgid "source file %s is more recent than object file\n"
msgstr ""
-#: objdump.c:1987
+#: objdump.c:2042
#, c-format
msgid "disassemble_fn returned length %d"
msgstr ""
-#: objdump.c:2300 objdump.c:3294
+#: objdump.c:2355 objdump.c:3473
#, c-format
msgid "Reading section %s failed because: %s"
msgstr ""
-#: objdump.c:2317
+#: objdump.c:2372
#, c-format
msgid ""
"\n"
"Disassembly of section %s:\n"
msgstr ""
-#: objdump.c:2575
+#: objdump.c:2630
#, c-format
msgid "can't use supplied machine %s"
msgstr ""
-#: objdump.c:2596
+#: objdump.c:2651
#, c-format
msgid "can't disassemble for architecture %s\n"
msgstr ""
-#: objdump.c:2682
+#: objdump.c:2739
#, c-format
msgid ""
"\n"
"Section '%s' has an invalid size: %#llx.\n"
msgstr ""
-#: objdump.c:2692 objdump.c:2714
+#: objdump.c:2749 objdump.c:2772
#, c-format
msgid ""
"\n"
"Can't get contents for section '%s'.\n"
msgstr ""
-#: objdump.c:2898
+#: objdump.c:2946
#, c-format
msgid "File %s does not contain any dwarf debug information\n"
msgstr ""
-#: objdump.c:2971
+#: objdump.c:3015
#, c-format
msgid ""
"No %s section present\n"
"\n"
msgstr ""
-#: objdump.c:2978
+#: objdump.c:3022
#, c-format
msgid "reading %s section of %s failed: %s"
msgstr ""
-#: objdump.c:3022
+#: objdump.c:3068
#, c-format
msgid ""
"Contents of %s section:\n"
"\n"
msgstr ""
-#: objdump.c:3156
+#: objdump.c:3202
#, c-format
msgid "architecture: %s, "
msgstr ""
-#: objdump.c:3159
+#: objdump.c:3205
#, c-format
msgid "flags 0x%08x:\n"
msgstr ""
-#: objdump.c:3172
+#: objdump.c:3218
#, c-format
msgid ""
"\n"
"start address 0x"
msgstr ""
-#: objdump.c:3198
+#: objdump.c:3270
+#, c-format
+msgid ""
+"\n"
+"CTF archive member: %s:\n"
+msgstr ""
+
+#: objdump.c:3288 readelf.c:14032
+#, c-format
+msgid "Iteration failed: %s, %s\n"
+msgstr ""
+
+#: objdump.c:3321 objdump.c:3330 objdump.c:3339 readelf.c:13997 readelf.c:14005
+#, c-format
+msgid "CTF open failure: %s\n"
+msgstr ""
+
+#: objdump.c:3344
+#, c-format
+msgid "Contents of CTF section %s:\n"
+msgstr ""
+
+#: objdump.c:3359
+#, c-format
+msgid "warning: private headers incomplete: %s"
+msgstr ""
+
+#: objdump.c:3377
msgid "option -P/--private not supported by this file"
msgstr ""
-#: objdump.c:3222
+#: objdump.c:3401
#, c-format
msgid "target specific dump '%s' not supported"
msgstr ""
-#: objdump.c:3286
+#: objdump.c:3465
#, c-format
msgid "Contents of section %s:"
msgstr ""
-#: objdump.c:3288
+#: objdump.c:3467
#, c-format
msgid " (Starting at file offset: 0x%lx)"
msgstr ""
-#: objdump.c:3398
+#: objdump.c:3577
#, c-format
msgid "no symbols\n"
msgstr ""
-#: objdump.c:3405
+#: objdump.c:3584
#, c-format
msgid "no information for symbol number %ld\n"
msgstr ""
-#: objdump.c:3408
+#: objdump.c:3587
#, c-format
msgid "could not determine the type of symbol number %ld\n"
msgstr ""
-#: objdump.c:3674
+#: objdump.c:3833
#, c-format
msgid "failed to read relocs in: %s"
msgstr ""
-#: objdump.c:3774
+#: objdump.c:3990
#, c-format
msgid ""
"\n"
"%s: file format %s\n"
msgstr ""
-#: objdump.c:3837
+#: objdump.c:4089
#, c-format
msgid "%s: printing debugging information failed"
msgstr ""
-#: objdump.c:3930
+#: objdump.c:4185
#, c-format
msgid "In archive %s:\n"
msgstr ""
#. Prevent corrupted files from spinning us into an
#. infinite loop. 100 is an arbitrary heuristic.
-#: objdump.c:3935
+#: objdump.c:4190
msgid "Archive nesting is too deep"
msgstr ""
-#: objdump.c:3939
+#: objdump.c:4194
#, c-format
msgid "In nested archive %s:\n"
msgstr ""
-#: objdump.c:4104
+#: objdump.c:4359
msgid "error: the start address should be before the end address"
msgstr ""
-#: objdump.c:4109
+#: objdump.c:4364
msgid "error: the stop address should be after the start address"
msgstr ""
-#: objdump.c:4121
+#: objdump.c:4376
msgid "error: prefix strip must be non-negative"
msgstr ""
-#: objdump.c:4126
+#: objdump.c:4381
msgid "error: instruction width must be positive"
msgstr ""
-#: objdump.c:4138
+#: objdump.c:4393
msgid "unrecognized -E option"
msgstr ""
-#: objdump.c:4149
+#: objdump.c:4404
#, c-format
msgid "unrecognized --endian type `%s'"
msgstr ""
@@ -5840,7 +5888,7 @@ msgstr ""
msgid " time and date: 0x%08x - "
msgstr ""
-#: od-xcoff.c:422 readelf.c:17664
+#: od-xcoff.c:422 readelf.c:18099
#, c-format
msgid "not set\n"
msgstr ""
@@ -6303,292 +6351,292 @@ msgstr ""
msgid "Last stabs entries before error:\n"
msgstr ""
-#: readelf.c:307
+#: readelf.c:316
msgid "<none>"
msgstr ""
-#: readelf.c:308
+#: readelf.c:317
msgid "<no-strings>"
msgstr ""
-#: readelf.c:385
+#: readelf.c:398
#, c-format
msgid "Size truncation prevents reading %s elements of size %s for %s\n"
msgstr ""
-#: readelf.c:395
+#: readelf.c:408
#, c-format
msgid "Size overflow prevents reading %s elements of size %s for %s\n"
msgstr ""
-#: readelf.c:407
+#: readelf.c:421
#, c-format
msgid "Reading %s bytes extends past end of file for %s\n"
msgstr ""
-#: readelf.c:415
+#: readelf.c:429
#, c-format
msgid "Unable to seek to 0x%lx for %s\n"
msgstr ""
-#: readelf.c:431
+#: readelf.c:443
#, c-format
msgid "Out of memory allocating %s bytes for %s\n"
msgstr ""
-#: readelf.c:442
+#: readelf.c:454
#, c-format
msgid "Unable to read in %s bytes of %s\n"
msgstr ""
-#: readelf.c:884
+#: readelf.c:897
msgid "Don't know about relocations on this machine architecture\n"
msgstr ""
-#: readelf.c:911 readelf.c:1016
+#: readelf.c:924 readelf.c:1029
msgid "32-bit relocation data"
msgstr ""
-#: readelf.c:923 readelf.c:953 readelf.c:1027 readelf.c:1056
+#: readelf.c:936 readelf.c:966 readelf.c:1040 readelf.c:1069
msgid "out of memory parsing relocs\n"
msgstr ""
-#: readelf.c:941 readelf.c:1045
+#: readelf.c:954 readelf.c:1058
msgid "64-bit relocation data"
msgstr ""
-#: readelf.c:1175
+#: readelf.c:1188
#, c-format
msgid ""
" Offset Info Type Sym. Value Symbol's Name + Addend\n"
msgstr ""
-#: readelf.c:1177
+#: readelf.c:1190
#, c-format
msgid " Offset Info Type Sym.Value Sym. Name + Addend\n"
msgstr ""
-#: readelf.c:1182
+#: readelf.c:1195
#, c-format
msgid " Offset Info Type Sym. Value Symbol's Name\n"
msgstr ""
-#: readelf.c:1184
+#: readelf.c:1197
#, c-format
msgid " Offset Info Type Sym.Value Sym. Name\n"
msgstr ""
-#: readelf.c:1192
+#: readelf.c:1205
#, c-format
msgid ""
" Offset Info Type Symbol's Value "
"Symbol's Name + Addend\n"
msgstr ""
-#: readelf.c:1194
+#: readelf.c:1207
#, c-format
msgid ""
" Offset Info Type Sym. Value Sym. Name + "
"Addend\n"
msgstr ""
-#: readelf.c:1199
+#: readelf.c:1212
#, c-format
msgid ""
" Offset Info Type Symbol's Value "
"Symbol's Name\n"
msgstr ""
-#: readelf.c:1201
+#: readelf.c:1214
#, c-format
msgid ""
" Offset Info Type Sym. Value Sym. Name\n"
msgstr ""
-#: readelf.c:1586 readelf.c:1776 readelf.c:1784
+#: readelf.c:1603 readelf.c:1793 readelf.c:1801
#, c-format
msgid "unrecognized: %-7lx"
msgstr ""
-#: readelf.c:1612
+#: readelf.c:1629
#, c-format
msgid "<unknown addend: %lx>"
msgstr ""
-#: readelf.c:1621
+#: readelf.c:1638
#, c-format
msgid " bad symbol index: %08lx in reloc"
msgstr ""
-#: readelf.c:1722
+#: readelf.c:1739
#, c-format
msgid "<string table index: %3ld>"
msgstr ""
-#: readelf.c:1725
+#: readelf.c:1742
#, c-format
msgid "<corrupt string table index: %3ld>"
msgstr ""
-#: readelf.c:2211
+#: readelf.c:2245
#, c-format
msgid "Processor Specific: %lx"
msgstr ""
-#: readelf.c:2238
+#: readelf.c:2272
#, c-format
msgid "Operating System specific: %lx"
msgstr ""
-#: readelf.c:2242 readelf.c:4008
+#: readelf.c:2276 readelf.c:4059
#, c-format
msgid "<unknown>: %lx"
msgstr ""
-#: readelf.c:2255
+#: readelf.c:2289
msgid "NONE (None)"
msgstr ""
-#: readelf.c:2256
+#: readelf.c:2290
msgid "REL (Relocatable file)"
msgstr ""
-#: readelf.c:2257
+#: readelf.c:2291
msgid "EXEC (Executable file)"
msgstr ""
-#: readelf.c:2258
+#: readelf.c:2292
msgid "DYN (Shared object file)"
msgstr ""
-#: readelf.c:2259
+#: readelf.c:2293
msgid "CORE (Core file)"
msgstr ""
-#: readelf.c:2263
+#: readelf.c:2297
#, c-format
msgid "Processor Specific: (%x)"
msgstr ""
-#: readelf.c:2265
+#: readelf.c:2299
#, c-format
msgid "OS Specific: (%x)"
msgstr ""
-#: readelf.c:2267
+#: readelf.c:2301
#, c-format
msgid "<unknown>: %x"
msgstr ""
#. Please keep this switch table sorted by increasing EM_ value.
#. 0
-#: readelf.c:2281 readelf.c:15773 readelf.c:15784
+#: readelf.c:2315 readelf.c:16129 readelf.c:16140
msgid "None"
msgstr ""
-#: readelf.c:2513
+#: readelf.c:2547
#, c-format
msgid "<unknown>: 0x%x"
msgstr ""
-#: readelf.c:2799
+#: readelf.c:2833
msgid ", <unknown>"
msgstr ""
-#: readelf.c:3168 readelf.c:9685
+#: readelf.c:3202 readelf.c:9811
msgid "unknown"
msgstr ""
-#: readelf.c:3169
+#: readelf.c:3203
msgid "unknown mac"
msgstr ""
-#: readelf.c:3237
+#: readelf.c:3271
msgid ", <unknown MeP cpu type>"
msgstr ""
-#: readelf.c:3247
+#: readelf.c:3281
msgid "<unknown MeP copro type>"
msgstr ""
-#: readelf.c:3258
+#: readelf.c:3292
#, c-format
msgid ", unknown flags bits: %#x"
msgstr ""
-#: readelf.c:3267
+#: readelf.c:3301
msgid ", relocatable"
msgstr ""
-#: readelf.c:3270
+#: readelf.c:3304
msgid ", relocatable-lib"
msgstr ""
-#: readelf.c:3352
+#: readelf.c:3386
msgid ", unknown v850 architecture variant"
msgstr ""
-#: readelf.c:3420
+#: readelf.c:3454
msgid ", unknown CPU"
msgstr ""
-#: readelf.c:3435
+#: readelf.c:3469
msgid ", unknown ABI"
msgstr ""
-#: readelf.c:3460 readelf.c:3531
+#: readelf.c:3494 readelf.c:3565
msgid ", unknown ISA"
msgstr ""
-#: readelf.c:3641
+#: readelf.c:3675
#, c-format
msgid "Unrecognised IA64 VMS Command Code: %x\n"
msgstr ""
-#: readelf.c:3707
+#: readelf.c:3741
msgid ": architecture variant: "
msgstr ""
-#: readelf.c:3726
+#: readelf.c:3760
msgid ": unknown"
msgstr ""
-#: readelf.c:3730
+#: readelf.c:3764
msgid ": unknown extra flag bits also present"
msgstr ""
-#: readelf.c:3780
+#: readelf.c:3814
msgid "Standalone App"
msgstr ""
-#: readelf.c:3789
+#: readelf.c:3823
msgid "Bare-metal C6000"
msgstr ""
-#: readelf.c:3799 readelf.c:4733 readelf.c:4749 readelf.c:17138 readelf.c:17235
-#: readelf.c:17266 readelf.c:17321
+#: readelf.c:3833 readelf.c:4817 readelf.c:4833 readelf.c:17531 readelf.c:17631
+#: readelf.c:17662 readelf.c:17717 readelf.c:17744
#, c-format
msgid "<unknown: %x>"
msgstr ""
#. This message is probably going to be displayed in a 15
#. character wide field, so put the hex value first.
-#: readelf.c:4363
+#: readelf.c:4415
#, c-format
msgid "%08x: <unknown>"
msgstr ""
-#: readelf.c:4421
+#: readelf.c:4483
#, c-format
msgid "Usage: readelf <option(s)> elf-file(s)\n"
msgstr ""
-#: readelf.c:4422
+#: readelf.c:4484
#, c-format
msgid " Display information about the contents of ELF format files\n"
msgstr ""
-#: readelf.c:4423
+#: readelf.c:4485
#, c-format
msgid ""
" Options are:\n"
@@ -6632,7 +6680,7 @@ msgid ""
" Display the contents of DWARF debug sections\n"
msgstr ""
-#: readelf.c:4457
+#: readelf.c:4519
#, c-format
msgid ""
" --dwarf-depth=N Do not display DIEs at depth N or greater\n"
@@ -6640,14 +6688,31 @@ msgid ""
" or deeper\n"
msgstr ""
-#: readelf.c:4462
+#: readelf.c:4523
+#, c-format
+msgid ""
+" --ctf=<number|name> Display CTF info from section <number|name>\n"
+" --ctf-parent=<number|name>\n"
+" Use section <number|name> as the CTF parent\n"
+"\n"
+" --ctf-symbols=<number|name>\n"
+" Use section <number|name> as the CTF external "
+"symtab\n"
+"\n"
+" --ctf-strings=<number|name>\n"
+" Use section <number|name> as the CTF external "
+"strtab\n"
+"\n"
+msgstr ""
+
+#: readelf.c:4533
#, c-format
msgid ""
" -i --instruction-dump=<number|name>\n"
" Disassemble the contents of section <number|name>\n"
msgstr ""
-#: readelf.c:4466
+#: readelf.c:4537
#, c-format
msgid ""
" -I --histogram Display histogram of bucket list lengths\n"
@@ -6657,562 +6722,562 @@ msgid ""
" -v --version Display the version number of readelf\n"
msgstr ""
-#: readelf.c:4495 readelf.c:4526 readelf.c:4530
+#: readelf.c:4566 readelf.c:4597 readelf.c:4601
msgid "Out of memory allocating dump request table.\n"
msgstr ""
-#: readelf.c:4707
+#: readelf.c:4791
#, c-format
msgid "Invalid option '-%c'\n"
msgstr ""
-#: readelf.c:4729 readelf.c:4745 readelf.c:10382
+#: readelf.c:4813 readelf.c:4829 readelf.c:10511
msgid "none"
msgstr ""
-#: readelf.c:4746
+#: readelf.c:4830
msgid "2's complement, little endian"
msgstr ""
-#: readelf.c:4747
+#: readelf.c:4831
msgid "2's complement, big endian"
msgstr ""
-#: readelf.c:4767
+#: readelf.c:4851
msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
msgstr ""
-#: readelf.c:4777
+#: readelf.c:4861
#, c-format
msgid "ELF Header:\n"
msgstr ""
-#: readelf.c:4778
+#: readelf.c:4862
#, c-format
msgid " Magic: "
msgstr ""
-#: readelf.c:4782
+#: readelf.c:4866
#, c-format
msgid " Class: %s\n"
msgstr ""
-#: readelf.c:4784
+#: readelf.c:4868
#, c-format
msgid " Data: %s\n"
msgstr ""
-#: readelf.c:4786
+#: readelf.c:4870
#, c-format
msgid " Version: %d%s\n"
msgstr ""
-#: readelf.c:4789
+#: readelf.c:4873
msgid " (current)"
msgstr ""
-#: readelf.c:4791
+#: readelf.c:4875
msgid " <unknown>"
msgstr ""
-#: readelf.c:4793
+#: readelf.c:4877
#, c-format
msgid " OS/ABI: %s\n"
msgstr ""
-#: readelf.c:4795
+#: readelf.c:4879
#, c-format
msgid " ABI Version: %d\n"
msgstr ""
-#: readelf.c:4797
+#: readelf.c:4881
#, c-format
msgid " Type: %s\n"
msgstr ""
-#: readelf.c:4799
+#: readelf.c:4883
#, c-format
msgid " Machine: %s\n"
msgstr ""
-#: readelf.c:4801
+#: readelf.c:4885
#, c-format
msgid " Version: 0x%lx\n"
msgstr ""
-#: readelf.c:4804
+#: readelf.c:4888
#, c-format
msgid " Entry point address: "
msgstr ""
-#: readelf.c:4806
+#: readelf.c:4890
#, c-format
msgid ""
"\n"
" Start of program headers: "
msgstr ""
-#: readelf.c:4808
+#: readelf.c:4892
#, c-format
msgid ""
" (bytes into file)\n"
" Start of section headers: "
msgstr ""
-#: readelf.c:4810
+#: readelf.c:4894
#, c-format
msgid " (bytes into file)\n"
msgstr ""
-#: readelf.c:4812
+#: readelf.c:4896
#, c-format
msgid " Flags: 0x%lx%s\n"
msgstr ""
-#: readelf.c:4815
+#: readelf.c:4899
#, c-format
msgid " Size of this header: %u (bytes)\n"
msgstr ""
-#: readelf.c:4817
+#: readelf.c:4901
#, c-format
msgid " Size of program headers: %u (bytes)\n"
msgstr ""
-#: readelf.c:4819
+#: readelf.c:4903
#, c-format
msgid " Number of program headers: %u"
msgstr ""
-#: readelf.c:4829
+#: readelf.c:4913
#, c-format
msgid " Size of section headers: %u (bytes)\n"
msgstr ""
-#: readelf.c:4831
+#: readelf.c:4915
#, c-format
msgid " Number of section headers: %u"
msgstr ""
-#: readelf.c:4839
+#: readelf.c:4923
#, c-format
msgid " Section header string table index: %u"
msgstr ""
-#: readelf.c:4851
+#: readelf.c:4935
#, c-format
msgid " <corrupt: out of range>"
msgstr ""
-#: readelf.c:4892 readelf.c:4939
+#: readelf.c:4976 readelf.c:5023
msgid ""
"The e_phentsize field in the ELF header is less than the size of an ELF "
"program header\n"
msgstr ""
-#: readelf.c:4896 readelf.c:4943
+#: readelf.c:4980 readelf.c:5027
msgid ""
"The e_phentsize field in the ELF header is larger than the size of an ELF "
"program header\n"
msgstr ""
-#: readelf.c:4899 readelf.c:4946
+#: readelf.c:4983 readelf.c:5030
msgid "program headers"
msgstr ""
-#: readelf.c:4985
+#: readelf.c:5069
#, c-format
msgid "Too many program headers - %#x - the file is not that big\n"
msgstr ""
-#: readelf.c:4994
+#: readelf.c:5078
#, c-format
msgid "Out of memory reading %u program headers\n"
msgstr ""
-#: readelf.c:5025
+#: readelf.c:5109
msgid ""
"possibly corrupt ELF header - it has a non-zero program header offset, but "
"no program headers\n"
msgstr ""
-#: readelf.c:5030
+#: readelf.c:5114
#, c-format
msgid ""
"\n"
"There are no program headers in this file.\n"
msgstr ""
-#: readelf.c:5036
+#: readelf.c:5120
#, c-format
msgid ""
"\n"
"Elf file type is %s\n"
msgstr ""
-#: readelf.c:5037
+#: readelf.c:5121
#, c-format
msgid "Entry point 0x%s\n"
msgstr ""
-#: readelf.c:5038
+#: readelf.c:5122
#, c-format
msgid "There is %d program header, starting at offset %s\n"
msgid_plural "There are %d program headers, starting at offset %s\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:5051 readelf.c:5053
+#: readelf.c:5135 readelf.c:5137
#, c-format
msgid ""
"\n"
"Program Headers:\n"
msgstr ""
-#: readelf.c:5057
+#: readelf.c:5141
#, c-format
msgid ""
" Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"
msgstr ""
-#: readelf.c:5060
+#: readelf.c:5144
#, c-format
msgid ""
" Type Offset VirtAddr PhysAddr FileSiz "
"MemSiz Flg Align\n"
msgstr ""
-#: readelf.c:5064
+#: readelf.c:5148
#, c-format
msgid " Type Offset VirtAddr PhysAddr\n"
msgstr ""
-#: readelf.c:5066
+#: readelf.c:5150
#, c-format
msgid " FileSiz MemSiz Flags Align\n"
msgstr ""
-#: readelf.c:5165
+#: readelf.c:5249
msgid "LOAD segments must be sorted in order of increasing VirtAddr\n"
msgstr ""
-#: readelf.c:5168
+#: readelf.c:5252
msgid "the segment's file size is larger than its memory size\n"
msgstr ""
-#: readelf.c:5175
+#: readelf.c:5259
msgid "the PHDR segment must occur before any LOAD segment\n"
msgstr ""
-#: readelf.c:5187
+#: readelf.c:5271
msgid "the PHDR segment is not covered by a LOAD segment\n"
msgstr ""
-#: readelf.c:5193
+#: readelf.c:5277
msgid "more than one dynamic segment\n"
msgstr ""
-#: readelf.c:5212
+#: readelf.c:5296
msgid "no .dynamic section in the dynamic segment\n"
msgstr ""
-#: readelf.c:5227
+#: readelf.c:5311
msgid "the .dynamic section is not contained within the dynamic segment\n"
msgstr ""
-#: readelf.c:5230
+#: readelf.c:5314
msgid "the .dynamic section is not the first section in the dynamic segment.\n"
msgstr ""
-#: readelf.c:5240
+#: readelf.c:5325
msgid "the dynamic segment offset + size exceeds the size of the file\n"
msgstr ""
-#: readelf.c:5248
+#: readelf.c:5333
msgid "Unable to find program interpreter name\n"
msgstr ""
-#: readelf.c:5255
+#: readelf.c:5340
msgid ""
"Internal error: failed to create format string to display program "
"interpreter\n"
msgstr ""
-#: readelf.c:5259
+#: readelf.c:5344
msgid "Unable to read program interpreter name\n"
msgstr ""
-#: readelf.c:5262
+#: readelf.c:5347
#, c-format
msgid " [Requesting program interpreter: %s]\n"
msgstr ""
-#: readelf.c:5273
+#: readelf.c:5358
#, c-format
msgid ""
"\n"
" Section to Segment mapping:\n"
msgstr ""
-#: readelf.c:5274
+#: readelf.c:5359
#, c-format
msgid " Segment Sections...\n"
msgstr ""
-#: readelf.c:5310
+#: readelf.c:5395
msgid "Cannot interpret virtual addresses without program headers.\n"
msgstr ""
-#: readelf.c:5326
+#: readelf.c:5411
#, c-format
msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
msgstr ""
-#: readelf.c:5351 readelf.c:5416
+#: readelf.c:5436 readelf.c:5501
msgid ""
"The e_shentsize field in the ELF header is less than the size of an ELF "
"section header\n"
msgstr ""
-#: readelf.c:5355 readelf.c:5421
+#: readelf.c:5440 readelf.c:5506
msgid ""
"The e_shentsize field in the ELF header is larger than the size of an ELF "
"section header\n"
msgstr ""
-#: readelf.c:5359 readelf.c:5426
+#: readelf.c:5444 readelf.c:5511
msgid "section headers"
msgstr ""
-#: readelf.c:5369 readelf.c:5436
+#: readelf.c:5454 readelf.c:5521
#, c-format
msgid "Out of memory reading %u section headers\n"
msgstr ""
-#: readelf.c:5389 readelf.c:5456
+#: readelf.c:5474 readelf.c:5541
#, c-format
msgid "Section %u has an out of range sh_link value of %u\n"
msgstr ""
-#: readelf.c:5391 readelf.c:5458
+#: readelf.c:5476 readelf.c:5543
#, c-format
msgid "Section %u has an out of range sh_info value of %u\n"
msgstr ""
-#: readelf.c:5488 readelf.c:5605
+#: readelf.c:5573 readelf.c:5690
#, c-format
msgid "Section %s has an invalid sh_entsize of 0x%lx\n"
msgstr ""
-#: readelf.c:5496 readelf.c:5613
+#: readelf.c:5581 readelf.c:5698
#, c-format
msgid "Section %s has an invalid sh_size of 0x%lx\n"
msgstr ""
-#: readelf.c:5506 readelf.c:5623
+#: readelf.c:5591 readelf.c:5708
#, c-format
msgid ""
"Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"
msgstr ""
-#: readelf.c:5514 readelf.c:5631
+#: readelf.c:5599 readelf.c:5716 readelf.c:13956
msgid "symbols"
msgstr ""
-#: readelf.c:5526 readelf.c:5643
+#: readelf.c:5611 readelf.c:5728
msgid ""
"Multiple symbol table index sections associated with the same symbol "
"section\n"
msgstr ""
-#: readelf.c:5533 readelf.c:5650
+#: readelf.c:5618 readelf.c:5735
msgid "symbol table section indices"
msgstr ""
-#: readelf.c:5540 readelf.c:5657
+#: readelf.c:5625 readelf.c:5742
#, c-format
msgid "Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"
msgstr ""
-#: readelf.c:5552 readelf.c:5669
+#: readelf.c:5637 readelf.c:5754
#, c-format
msgid "Out of memory reading %lu symbols\n"
msgstr ""
-#: readelf.c:5848 readelf.c:5923 readelf.c:5941 readelf.c:5959
+#: readelf.c:5933 readelf.c:6008 readelf.c:6026 readelf.c:6044
msgid "Internal error: not enough buffer room for section flag info"
msgstr ""
-#: readelf.c:5966
+#: readelf.c:6051
#, c-format
msgid "UNKNOWN (%*.*lx)"
msgstr ""
-#: readelf.c:5985 readelf.c:6000
+#: readelf.c:6070 readelf.c:6085
msgid "Compressed section is too small even for a compression header\n"
msgstr ""
-#: readelf.c:6024
+#: readelf.c:6109
msgid ""
"possibly corrupt ELF file header - it has a non-zero section header offset, "
"but no section headers\n"
msgstr ""
-#: readelf.c:6029
+#: readelf.c:6114
#, c-format
msgid ""
"\n"
"There are no sections in this file.\n"
msgstr ""
-#: readelf.c:6035
+#: readelf.c:6120
#, c-format
msgid "There is %d section header, starting at offset 0x%lx:\n"
msgid_plural "There are %d section headers, starting at offset 0x%lx:\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:6064 readelf.c:6840 readelf.c:7286 readelf.c:7704 readelf.c:8168
-#: readelf.c:9272 readelf.c:11822 readelf.c:13844 readelf.c:18041
+#: readelf.c:6149 readelf.c:6925 readelf.c:7371 readelf.c:7798 readelf.c:8262
+#: readelf.c:9378 readelf.c:12008 readelf.c:14190 readelf.c:18603
msgid "string table"
msgstr ""
#. Note: coded this way so that there is a single string for translation.
-#: readelf.c:6135
+#: readelf.c:6220
#, c-format
msgid "Section %d has invalid sh_entsize of %s\n"
msgstr ""
-#: readelf.c:6136
+#: readelf.c:6221
#, c-format
msgid "(Using the expected size of %u for the rest of this dump)\n"
msgstr ""
-#: readelf.c:6157
+#: readelf.c:6242
msgid "File contains multiple dynamic symbol tables\n"
msgstr ""
-#: readelf.c:6169
+#: readelf.c:6254
msgid "File contains multiple dynamic string tables\n"
msgstr ""
-#: readelf.c:6175
+#: readelf.c:6260
msgid "dynamic strings"
msgstr ""
-#: readelf.c:6265
+#: readelf.c:6350
#, c-format
msgid ""
"\n"
"Section Headers:\n"
msgstr ""
-#: readelf.c:6267
+#: readelf.c:6352
#, c-format
msgid ""
"\n"
"Section Header:\n"
msgstr ""
-#: readelf.c:6273 readelf.c:6284 readelf.c:6295
+#: readelf.c:6358 readelf.c:6369 readelf.c:6380
#, c-format
msgid " [Nr] Name\n"
msgstr ""
-#: readelf.c:6274
+#: readelf.c:6359
#, c-format
msgid " Type Addr Off Size ES Lk Inf Al\n"
msgstr ""
-#: readelf.c:6278
+#: readelf.c:6363
#, c-format
msgid ""
" [Nr] Name Type Addr Off Size ES Flg Lk "
"Inf Al\n"
msgstr ""
-#: readelf.c:6285
+#: readelf.c:6370
#, c-format
msgid " Type Address Off Size ES Lk Inf Al\n"
msgstr ""
-#: readelf.c:6289
+#: readelf.c:6374
#, c-format
msgid ""
" [Nr] Name Type Address Off Size ES "
"Flg Lk Inf Al\n"
msgstr ""
-#: readelf.c:6296
+#: readelf.c:6381
#, c-format
msgid " Type Address Offset Link\n"
msgstr ""
-#: readelf.c:6297
+#: readelf.c:6382
#, c-format
msgid " Size EntSize Info Align\n"
msgstr ""
-#: readelf.c:6301
+#: readelf.c:6386
#, c-format
msgid " [Nr] Name Type Address Offset\n"
msgstr ""
-#: readelf.c:6302
+#: readelf.c:6387
#, c-format
msgid " Size EntSize Flags Link Info Align\n"
msgstr ""
-#: readelf.c:6307
+#: readelf.c:6392
#, c-format
msgid " Flags\n"
msgstr ""
-#: readelf.c:6336
+#: readelf.c:6421
#, c-format
msgid "[%2u]: Link field (%u) should index a symtab section.\n"
msgstr ""
-#: readelf.c:6349
+#: readelf.c:6434
#, c-format
msgid "[%2u]: Link field (%u) should index a string section.\n"
msgstr ""
-#: readelf.c:6357 readelf.c:6368
+#: readelf.c:6442 readelf.c:6453
#, c-format
msgid "[%2u]: Unexpected value (%u) in link field.\n"
msgstr ""
-#: readelf.c:6395
+#: readelf.c:6480
#, c-format
msgid "[%2u]: Info field (%u) should index a relocatable section.\n"
msgstr ""
-#: readelf.c:6406 readelf.c:6433
+#: readelf.c:6491 readelf.c:6518
#, c-format
msgid "[%2u]: Unexpected value (%u) in info field.\n"
msgstr ""
-#: readelf.c:6428
+#: readelf.c:6513
#, c-format
msgid "[%2u]: Expected link to another section in info field"
msgstr ""
-#: readelf.c:6443
+#: readelf.c:6528
#, c-format
msgid "Size of section %u is larger than the entire file!\n"
msgstr ""
-#: readelf.c:6512
+#: readelf.c:6597
#, c-format
msgid "section %u: sh_link value of %u is larger than the number of sections\n"
msgstr ""
-#: readelf.c:6613
+#: readelf.c:6698
msgid "compression header"
msgstr ""
-#: readelf.c:6622
+#: readelf.c:6707
#, c-format
msgid " [<unknown>: 0x%x], "
msgstr ""
@@ -7220,7 +7285,7 @@ msgstr ""
#. The ordering of the letters shown here matches the ordering of the
#. corresponding SHF_xxx values, and hence the order in which these
#. letters will be displayed to the user.
-#: readelf.c:6636
+#: readelf.c:6721
#, c-format
msgid ""
"Key to Flags:\n"
@@ -7230,276 +7295,281 @@ msgid ""
" "
msgstr ""
-#: readelf.c:6643
+#: readelf.c:6728
#, c-format
msgid "l (large), "
msgstr ""
-#: readelf.c:6645
+#: readelf.c:6730
#, c-format
msgid "y (purecode), "
msgstr ""
-#: readelf.c:6647
+#: readelf.c:6732
#, c-format
msgid "v (VLE), "
msgstr ""
-#: readelf.c:6664
+#: readelf.c:6749
#, c-format
msgid "[0x%x: "
msgstr ""
-#: readelf.c:6706
+#: readelf.c:6791
#, c-format
msgid ""
"\n"
"There are no sections to group in this file.\n"
msgstr ""
-#: readelf.c:6713
+#: readelf.c:6798
msgid "Section headers are not available!\n"
msgstr ""
-#: readelf.c:6723
+#: readelf.c:6808
#, c-format
msgid "Out of memory reading %u section group headers\n"
msgstr ""
-#: readelf.c:6739
+#: readelf.c:6824
#, c-format
msgid ""
"\n"
"There are no section groups in this file.\n"
msgstr ""
-#: readelf.c:6748
+#: readelf.c:6833
#, c-format
msgid "Out of memory reading %lu groups\n"
msgstr ""
-#: readelf.c:6778
+#: readelf.c:6863
#, c-format
msgid "Bad sh_link in group section `%s'\n"
msgstr ""
-#: readelf.c:6792
+#: readelf.c:6877
#, c-format
msgid "Corrupt header in group section `%s'\n"
msgstr ""
-#: readelf.c:6798 readelf.c:6809
+#: readelf.c:6883 readelf.c:6894
#, c-format
msgid "Bad sh_info in group section `%s'\n"
msgstr ""
-#: readelf.c:6850
+#: readelf.c:6935
#, c-format
msgid ""
"Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n"
msgstr ""
-#: readelf.c:6859
+#: readelf.c:6944
msgid "section data"
msgstr ""
-#: readelf.c:6870
+#: readelf.c:6955
#, c-format
msgid ""
"\n"
"%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
msgstr ""
-#: readelf.c:6873
+#: readelf.c:6958
#, c-format
msgid " [Index] Name\n"
msgstr ""
-#: readelf.c:6891
+#: readelf.c:6976
#, c-format
msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
msgstr ""
-#: readelf.c:6894
+#: readelf.c:6979
msgid ""
"Further error messages about overlarge group section indices suppressed\n"
msgstr ""
-#: readelf.c:6907
+#: readelf.c:6992
#, c-format
msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
msgstr ""
-#: readelf.c:6911
+#: readelf.c:6996
msgid ""
"Further error messages about already contained group sections suppressed\n"
msgstr ""
-#: readelf.c:6923
+#: readelf.c:7008
#, c-format
msgid "section 0 in group section [%5u]\n"
msgstr ""
-#: readelf.c:6992
+#: readelf.c:7077
msgid "dynamic section image fixups"
msgstr ""
-#: readelf.c:7000
+#: readelf.c:7085
#, c-format
msgid "corrupt library name index of 0x%lx found in dynamic entry"
msgstr ""
-#: readelf.c:7004
+#: readelf.c:7089
#, c-format
msgid ""
"\n"
"Image fixups for needed library #%d: %s - ident: %lx\n"
msgstr ""
-#: readelf.c:7007
+#: readelf.c:7092
#, c-format
msgid "Seg Offset Type SymVec DataType\n"
msgstr ""
-#: readelf.c:7040
+#: readelf.c:7125
msgid "dynamic section image relocations"
msgstr ""
-#: readelf.c:7044
+#: readelf.c:7129
#, c-format
msgid ""
"\n"
"Image relocs\n"
msgstr ""
-#: readelf.c:7046
+#: readelf.c:7131
#, c-format
msgid ""
"Seg Offset Type Addend Seg Sym Off\n"
msgstr ""
-#: readelf.c:7102
+#: readelf.c:7187
msgid "dynamic string section"
msgstr ""
-#: readelf.c:7203
+#: readelf.c:7288
#, c-format
msgid ""
"\n"
"'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
msgstr ""
-#: readelf.c:7220
+#: readelf.c:7305
#, c-format
msgid ""
"\n"
"There are no dynamic relocations in this file.\n"
msgstr ""
-#: readelf.c:7245
+#: readelf.c:7330
#, c-format
msgid ""
"\n"
"Relocation section "
msgstr ""
-#: readelf.c:7253
+#: readelf.c:7338
#, c-format
msgid " at offset 0x%lx contains %lu entry:\n"
msgid_plural " at offset 0x%lx contains %lu entries:\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:7314
+#: readelf.c:7399
#, c-format
msgid ""
"\n"
"There are no static relocations in this file."
msgstr ""
-#: readelf.c:7315
+#: readelf.c:7400
#, c-format
msgid ""
"\n"
"To see the dynamic relocations add --use-dynamic to the command line.\n"
msgstr ""
-#: readelf.c:7321
+#: readelf.c:7406
#, c-format
msgid ""
"\n"
"There are no relocations in this file.\n"
msgstr ""
-#: readelf.c:7491
+#: readelf.c:7573
+#, c-format
+msgid "Invalid section %u in table entry %ld\n"
+msgstr ""
+
+#: readelf.c:7585
#, c-format
msgid "Invalid offset %lx in table entry %ld\n"
msgstr ""
-#: readelf.c:7509
+#: readelf.c:7603
#, c-format
msgid "\tUnknown version.\n"
msgstr ""
-#: readelf.c:7572 readelf.c:8005
+#: readelf.c:7666 readelf.c:8099
msgid "unwind table"
msgstr ""
-#: readelf.c:7623 readelf.c:8087
+#: readelf.c:7717 readelf.c:8181
#, c-format
msgid "Skipping unknown relocation type: %u\n"
msgstr ""
-#: readelf.c:7629 readelf.c:8094
+#: readelf.c:7723 readelf.c:8188
#, c-format
msgid "Skipping unexpected relocation type: %s\n"
msgstr ""
-#: readelf.c:7638 readelf.c:8101
+#: readelf.c:7732 readelf.c:8195
#, c-format
msgid "Skipping reloc with overlarge offset: %lx\n"
msgstr ""
-#: readelf.c:7645 readelf.c:8108
+#: readelf.c:7739 readelf.c:8202
#, c-format
msgid "Skipping reloc with invalid symbol index: %u\n"
msgstr ""
-#: readelf.c:7698 readelf.c:8162
+#: readelf.c:7792 readelf.c:8256
msgid "Multiple auxillary string tables encountered\n"
msgstr ""
-#: readelf.c:7712 readelf.c:8176 readelf.c:9280
+#: readelf.c:7806 readelf.c:8270 readelf.c:9386
#, c-format
msgid ""
"\n"
"There are no unwind sections in this file.\n"
msgstr ""
-#: readelf.c:7786
+#: readelf.c:7880
#, c-format
msgid ""
"\n"
"Could not find unwind info section for "
msgstr ""
-#: readelf.c:7798
+#: readelf.c:7892
msgid "unwind info"
msgstr ""
-#: readelf.c:7801
+#: readelf.c:7895
#, c-format
msgid ""
"\n"
"Unwind section "
msgstr ""
-#: readelf.c:7808
+#: readelf.c:7902
#, c-format
msgid " at offset 0x%lx contains %lu entries:\n"
msgstr ""
-#: readelf.c:8184 readelf.c:9287
+#: readelf.c:8278 readelf.c:9393
#, c-format
msgid ""
"\n"
@@ -7510,188 +7580,193 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:8323
+#: readelf.c:8417
msgid "unwind data"
msgstr ""
-#: readelf.c:8396
+#: readelf.c:8490
#, c-format
msgid "Skipping unexpected relocation at offset 0x%lx\n"
msgstr ""
-#: readelf.c:8418
+#: readelf.c:8512
#, c-format
msgid "Unknown section relocation type %d encountered\n"
msgstr ""
-#: readelf.c:8426
+#: readelf.c:8520
#, c-format
msgid "Bad symbol index in unwind relocation (%lu > %lu)\n"
msgstr ""
-#: readelf.c:8441
+#: readelf.c:8535
#, c-format
msgid "Skipping unknown ARM relocation type: %d\n"
msgstr ""
-#: readelf.c:8451
+#: readelf.c:8545
#, c-format
msgid "Skipping unexpected ARM relocation type %s\n"
msgstr ""
-#: readelf.c:8460
+#: readelf.c:8554
#, c-format
msgid "Skipping unknown C6000 relocation type: %d\n"
msgstr ""
-#: readelf.c:8470
+#: readelf.c:8564
#, c-format
msgid "Skipping unexpected C6000 relocation type %s\n"
msgstr ""
#. This function currently only supports ARM and TI unwinders.
-#: readelf.c:8479
+#: readelf.c:8573
msgid "Only TI and ARM unwinders are currently supported\n"
msgstr ""
-#: readelf.c:8542
+#: readelf.c:8636
#, c-format
msgid "[Truncated opcode]\n"
msgstr ""
-#: readelf.c:8590 readelf.c:8806
+#: readelf.c:8684 readelf.c:8900
#, c-format
msgid "Refuse to unwind"
msgstr ""
-#: readelf.c:8613
+#: readelf.c:8707
#, c-format
msgid " [Reserved]"
msgstr ""
-#: readelf.c:8641
+#: readelf.c:8735
#, c-format
msgid " finish"
msgstr ""
-#: readelf.c:8646 readelf.c:8739
+#: readelf.c:8740 readelf.c:8833
#, c-format
msgid "[Spare]"
msgstr ""
-#: readelf.c:8680
+#: readelf.c:8774
msgid "corrupt change to vsp"
msgstr ""
-#: readelf.c:8761 readelf.c:8911
+#: readelf.c:8855 readelf.c:9012
#, c-format
msgid " [unsupported opcode]"
msgstr ""
-#: readelf.c:8854
+#: readelf.c:8948
#, c-format
msgid "pop frame {"
msgstr ""
-#: readelf.c:8865
+#: readelf.c:8951
+#, c-format
+msgid "*corrupt* - no registers specified"
+msgstr ""
+
+#: readelf.c:8965
msgid "[pad]"
msgstr ""
-#: readelf.c:8893
+#: readelf.c:8994
msgid "Corrupt stack pointer adjustment detected\n"
msgstr ""
-#: readelf.c:8900
+#: readelf.c:9001
#, c-format
msgid "sp = sp + %ld"
msgstr ""
-#: readelf.c:8970
+#: readelf.c:9076
#, c-format
msgid " Personality routine: "
msgstr ""
-#: readelf.c:9002
+#: readelf.c:9108
#, c-format
msgid " [Truncated data]\n"
msgstr ""
-#: readelf.c:9026
+#: readelf.c:9132
#, c-format
msgid "Corrupt ARM compact model table entry: %x \n"
msgstr ""
-#: readelf.c:9031
+#: readelf.c:9137
#, c-format
msgid " Compact model index: %d\n"
msgstr ""
-#: readelf.c:9057
+#: readelf.c:9163
msgid "Unknown ARM compact model index encountered\n"
msgstr ""
-#: readelf.c:9058
+#: readelf.c:9164
#, c-format
msgid " [reserved]\n"
msgstr ""
-#: readelf.c:9073
+#: readelf.c:9179
#, c-format
msgid " Restore stack from frame pointer\n"
msgstr ""
-#: readelf.c:9075
+#: readelf.c:9181
#, c-format
msgid " Stack increment %d\n"
msgstr ""
-#: readelf.c:9076
+#: readelf.c:9182
#, c-format
msgid " Registers restored: "
msgstr ""
-#: readelf.c:9081
+#: readelf.c:9187
#, c-format
msgid " Return register: %s\n"
msgstr ""
-#: readelf.c:9085
+#: readelf.c:9191
#, c-format
msgid " [reserved (%d)]\n"
msgstr ""
-#: readelf.c:9089
+#: readelf.c:9195
#, c-format
msgid ""
"Unsupported architecture type %d encountered when decoding unwind table\n"
msgstr ""
-#: readelf.c:9144
+#: readelf.c:9250
#, c-format
msgid "corrupt index table entry: %x\n"
msgstr ""
-#: readelf.c:9184
+#: readelf.c:9290
#, c-format
msgid "Unwind entry contains corrupt offset (0x%lx) into section %s\n"
msgstr ""
-#: readelf.c:9200
+#: readelf.c:9306
#, c-format
msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
msgstr ""
-#: readelf.c:9245
+#: readelf.c:9351
#, c-format
msgid ""
"Unsupported architecture type %d encountered when processing unwind table\n"
msgstr ""
-#: readelf.c:9267
+#: readelf.c:9373
msgid "Multiple string tables found in file.\n"
msgstr ""
-#: readelf.c:9333
+#: readelf.c:9439
#, c-format
msgid ""
"\n"
@@ -7699,37 +7774,37 @@ msgid ""
"supported.\n"
msgstr ""
-#: readelf.c:9345
+#: readelf.c:9466
#, c-format
msgid "NONE"
msgstr ""
-#: readelf.c:9370
+#: readelf.c:9491
#, c-format
msgid "Interface Version: %s"
msgstr ""
#. Note: coded this way so that there is a single string for translation.
-#: readelf.c:9376
+#: readelf.c:9497
#, c-format
msgid "<corrupt: %s>"
msgstr ""
-#: readelf.c:9394
+#: readelf.c:9515
#, c-format
msgid "Time Stamp: %s"
msgstr ""
-#: readelf.c:9572 readelf.c:9620
+#: readelf.c:9698 readelf.c:9746
msgid "dynamic section"
msgstr ""
-#: readelf.c:9592 readelf.c:9641
+#: readelf.c:9718 readelf.c:9767
#, c-format
msgid "Out of memory allocating space for %lu dynamic entries\n"
msgstr ""
-#: readelf.c:9701
+#: readelf.c:9827
#, c-format
msgid ""
"\n"
@@ -7737,50 +7812,50 @@ msgid ""
msgstr ""
#. See PR 21379 for a reproducer.
-#: readelf.c:9739
+#: readelf.c:9865
#, c-format
msgid "Invalid DT_SYMTAB entry: %lx"
msgstr ""
-#: readelf.c:9756
+#: readelf.c:9882
msgid "Multiple dynamic symbol table sections found\n"
msgstr ""
-#: readelf.c:9762
+#: readelf.c:9888
msgid "Unable to determine the number of symbols to load\n"
msgstr ""
-#: readelf.c:9798
+#: readelf.c:9924
msgid "Unable to determine the length of the dynamic string table\n"
msgstr ""
-#: readelf.c:9804
+#: readelf.c:9930
msgid "Multiple dynamic string tables found\n"
msgstr ""
-#: readelf.c:9810
+#: readelf.c:9936
msgid "dynamic string table"
msgstr ""
-#: readelf.c:9831
+#: readelf.c:9957
#, c-format
msgid "Bad value (%d) for SYMINENT entry\n"
msgstr ""
-#: readelf.c:9850
+#: readelf.c:9976
msgid "symbol information"
msgstr ""
-#: readelf.c:9856
+#: readelf.c:9982
msgid "Multiple dynamic symbol information sections found\n"
msgstr ""
-#: readelf.c:9862
+#: readelf.c:9988
#, c-format
msgid "Out of memory allocating %lu byte for dynamic symbol info\n"
msgstr ""
-#: readelf.c:9881
+#: readelf.c:10007
#, c-format
msgid ""
"\n"
@@ -7791,87 +7866,87 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:9888
+#: readelf.c:10014
#, c-format
msgid " Tag Type Name/Value\n"
msgstr ""
-#: readelf.c:9922
+#: readelf.c:10048
#, c-format
msgid "Auxiliary library"
msgstr ""
-#: readelf.c:9926
+#: readelf.c:10052
#, c-format
msgid "Filter library"
msgstr ""
-#: readelf.c:9930
+#: readelf.c:10056
#, c-format
msgid "Configuration file"
msgstr ""
-#: readelf.c:9934
+#: readelf.c:10060
#, c-format
msgid "Dependency audit library"
msgstr ""
-#: readelf.c:9938
+#: readelf.c:10064
#, c-format
msgid "Audit library"
msgstr ""
-#: readelf.c:9956 readelf.c:9984 readelf.c:10012
+#: readelf.c:10082 readelf.c:10110 readelf.c:10138
#, c-format
msgid "Flags:"
msgstr ""
-#: readelf.c:9959 readelf.c:9987 readelf.c:10014
+#: readelf.c:10085 readelf.c:10113 readelf.c:10140
#, c-format
msgid " None\n"
msgstr ""
-#: readelf.c:10220
+#: readelf.c:10346
#, c-format
msgid "Shared library: [%s]"
msgstr ""
-#: readelf.c:10223
+#: readelf.c:10349
#, c-format
msgid " program interpreter"
msgstr ""
-#: readelf.c:10227
+#: readelf.c:10353
#, c-format
msgid "Library soname: [%s]"
msgstr ""
-#: readelf.c:10231
+#: readelf.c:10357
#, c-format
msgid "Library rpath: [%s]"
msgstr ""
-#: readelf.c:10235
+#: readelf.c:10361
#, c-format
msgid "Library runpath: [%s]"
msgstr ""
-#: readelf.c:10269
+#: readelf.c:10395
#, c-format
msgid " (bytes)\n"
msgstr ""
-#: readelf.c:10299
+#: readelf.c:10425
#, c-format
msgid "Not needed object: [%s]\n"
msgstr ""
-#: readelf.c:10324
+#: readelf.c:10450
#, c-format
msgid "<corrupt time val: %lx"
msgstr ""
-#: readelf.c:10441
+#: readelf.c:10570
#, c-format
msgid ""
"\n"
@@ -7882,71 +7957,71 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:10449
+#: readelf.c:10578 readelf.c:10714 readelf.c:10870
#, c-format
-msgid " Addr: 0x"
+msgid " Addr: 0x"
msgstr ""
-#: readelf.c:10451 readelf.c:10587 readelf.c:10743
+#: readelf.c:10580 readelf.c:10716 readelf.c:10872
#, c-format
msgid " Offset: %#08lx Link: %u (%s)\n"
msgstr ""
-#: readelf.c:10457
+#: readelf.c:10586
msgid "version definition section"
msgstr ""
-#: readelf.c:10486
+#: readelf.c:10615
#, c-format
msgid " %#06lx: Rev: %d Flags: %s"
msgstr ""
-#: readelf.c:10489
+#: readelf.c:10618
#, c-format
msgid " Index: %d Cnt: %d "
msgstr ""
-#: readelf.c:10506
+#: readelf.c:10635
#, c-format
msgid "Name: %s\n"
msgstr ""
-#: readelf.c:10508
+#: readelf.c:10637
#, c-format
msgid "Name index: %ld\n"
msgstr ""
-#: readelf.c:10517
+#: readelf.c:10646
#, c-format
msgid "Invalid vda_next field of %lx\n"
msgstr ""
-#: readelf.c:10537
+#: readelf.c:10666
#, c-format
msgid " %#06lx: Parent %d: %s\n"
msgstr ""
-#: readelf.c:10540
+#: readelf.c:10669
#, c-format
msgid " %#06lx: Parent %d, name index: %ld\n"
msgstr ""
-#: readelf.c:10545
+#: readelf.c:10674
#, c-format
msgid " Version def aux past end of section\n"
msgstr ""
-#: readelf.c:10552
+#: readelf.c:10681
#, c-format
msgid "Invalid vd_next field of %lx\n"
msgstr ""
-#: readelf.c:10563
+#: readelf.c:10692
#, c-format
msgid " Version definition past end of section\n"
msgstr ""
-#: readelf.c:10578
+#: readelf.c:10707
#, c-format
msgid ""
"\n"
@@ -7957,73 +8032,68 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:10585
-#, c-format
-msgid " Addr: 0x"
-msgstr ""
-
-#: readelf.c:10594
+#: readelf.c:10723
msgid "Version Needs section"
msgstr ""
-#: readelf.c:10619
+#: readelf.c:10748
#, c-format
msgid " %#06lx: Version: %d"
msgstr ""
-#: readelf.c:10622
+#: readelf.c:10751
#, c-format
msgid " File: %s"
msgstr ""
-#: readelf.c:10624
+#: readelf.c:10753
#, c-format
msgid " File: %lx"
msgstr ""
-#: readelf.c:10626
+#: readelf.c:10755
#, c-format
msgid " Cnt: %d\n"
msgstr ""
-#: readelf.c:10649
+#: readelf.c:10778
#, c-format
msgid " %#06lx: Name: %s"
msgstr ""
-#: readelf.c:10652
+#: readelf.c:10781
#, c-format
msgid " %#06lx: Name index: %lx"
msgstr ""
-#: readelf.c:10655
+#: readelf.c:10784
#, c-format
msgid " Flags: %s Version: %d\n"
msgstr ""
-#: readelf.c:10661
+#: readelf.c:10790
#, c-format
msgid "Invalid vna_next field of %lx\n"
msgstr ""
-#: readelf.c:10674
+#: readelf.c:10803
msgid "Missing Version Needs auxillary information\n"
msgstr ""
-#: readelf.c:10679
+#: readelf.c:10808
#, c-format
msgid "Invalid vn_next field of %lx\n"
msgstr ""
-#: readelf.c:10689
+#: readelf.c:10818
msgid "Missing Version Needs information\n"
msgstr ""
-#: readelf.c:10727
+#: readelf.c:10856
msgid "version string table"
msgstr ""
-#: readelf.c:10734
+#: readelf.c:10863
#, c-format
msgid ""
"\n"
@@ -8034,184 +8104,184 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:10741
-#, c-format
-msgid " Addr: "
-msgstr ""
-
-#: readelf.c:10752
+#: readelf.c:10881
msgid "version symbol data"
msgstr ""
-#: readelf.c:10772
+#: readelf.c:10901
msgid "*invalid*"
msgstr ""
-#: readelf.c:10780
+#: readelf.c:10909
msgid " 0 (*local*) "
msgstr ""
-#: readelf.c:10784
+#: readelf.c:10913
msgid " 1 (*global*) "
msgstr ""
-#: readelf.c:10795
+#: readelf.c:10924
msgid "invalid index into symbol array\n"
msgstr ""
-#: readelf.c:10817 readelf.c:11460
+#: readelf.c:10946 readelf.c:11617
msgid "version need"
msgstr ""
-#: readelf.c:10828
+#: readelf.c:10957
msgid "version need aux (2)"
msgstr ""
-#: readelf.c:10874 readelf.c:11400
+#: readelf.c:11003 readelf.c:11561
msgid "version def"
msgstr ""
-#: readelf.c:10902 readelf.c:11431
+#: readelf.c:11031 readelf.c:11592
msgid "version def aux"
msgstr ""
-#: readelf.c:10910
+#: readelf.c:11039
msgid "*both*"
msgstr ""
-#: readelf.c:10940
+#: readelf.c:11069
#, c-format
msgid ""
"\n"
"No version information found in this file.\n"
msgstr ""
-#: readelf.c:11039
+#: readelf.c:11164
#, c-format
msgid "Unrecognized visibility value: %u"
msgstr ""
-#: readelf.c:11100
+#: readelf.c:11177
+#, c-format
+msgid "Unrecognized alpah specific other value: %u"
+msgstr ""
+
+#: readelf.c:11254
#, c-format
msgid "Unrecognized IA64 VMS ST Function type: %d\n"
msgstr ""
-#: readelf.c:11124
+#: readelf.c:11278
#, c-format
msgid "Unrecognized IA64 VMS ST Linkage: %d\n"
msgstr ""
-#: readelf.c:11150
+#: readelf.c:11304
#, c-format
msgid "<localentry>: %d"
msgstr ""
-#: readelf.c:11184
+#: readelf.c:11344
#, c-format
msgid "<other>: %x"
msgstr ""
-#: readelf.c:11223
+#: readelf.c:11383
#, c-format
msgid "bad section index[%3d]"
msgstr ""
-#: readelf.c:11244
+#: readelf.c:11404
#, c-format
msgid "Size truncation prevents reading %s elements of size %u\n"
msgstr ""
-#: readelf.c:11253
+#: readelf.c:11413
#, c-format
msgid "Invalid number of dynamic entries: %s\n"
msgstr ""
-#: readelf.c:11261
+#: readelf.c:11421
#, c-format
msgid "Out of memory reading %s dynamic entries\n"
msgstr ""
-#: readelf.c:11268
+#: readelf.c:11428
#, c-format
msgid "Unable to read in %s bytes of dynamic data\n"
msgstr ""
-#: readelf.c:11277
+#: readelf.c:11437
#, c-format
msgid "Out of memory allocating space for %s dynamic entries\n"
msgstr ""
-#: readelf.c:11304
+#: readelf.c:11464
#, c-format
msgid "<No info available for dynamic symbol number %lu>\n"
msgstr ""
-#: readelf.c:11336
+#: readelf.c:11496
#, c-format
msgid " <corrupt: %14ld>"
msgstr ""
-#: readelf.c:11363
+#: readelf.c:11523
msgid "version data"
msgstr ""
-#: readelf.c:11478
+#: readelf.c:11635
msgid "version need aux (3)"
msgstr ""
-#: readelf.c:11556 readelf.c:11608 readelf.c:11632 readelf.c:11662
-#: readelf.c:11686
+#: readelf.c:11714 readelf.c:11766 readelf.c:11790 readelf.c:11820
+#: readelf.c:11844 readelf.c:11863
msgid "Unable to seek to start of dynamic information\n"
msgstr ""
-#: readelf.c:11562 readelf.c:11614
+#: readelf.c:11720 readelf.c:11772
msgid "Failed to read in number of buckets\n"
msgstr ""
-#: readelf.c:11568
+#: readelf.c:11726
msgid "Failed to read in number of chains\n"
msgstr ""
-#: readelf.c:11670
+#: readelf.c:11828
msgid "Failed to determine last chain length\n"
msgstr ""
-#: readelf.c:11717
+#: readelf.c:11899
#, c-format
msgid ""
"\n"
"Symbol table for image:\n"
msgstr ""
-#: readelf.c:11719 readelf.c:11745
+#: readelf.c:11901 readelf.c:11928
#, c-format
msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:11721 readelf.c:11747
+#: readelf.c:11903 readelf.c:11930
#, c-format
msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:11732 readelf.c:11928
+#: readelf.c:11914 readelf.c:12114
msgid "histogram chain is corrupt\n"
msgstr ""
-#: readelf.c:11743
+#: readelf.c:11925
#, c-format
msgid ""
"\n"
-"Symbol table of `.gnu.hash' for image:\n"
+"Symbol table of `%s' for image:\n"
msgstr ""
-#: readelf.c:11788
+#: readelf.c:11974
#, c-format
msgid ""
"\n"
"Symbol table '%s' has a sh_entsize of zero!\n"
msgstr ""
-#: readelf.c:11794
+#: readelf.c:11980
#, c-format
msgid ""
"\n"
@@ -8222,29 +8292,29 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:11801
+#: readelf.c:11987
#, c-format
msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:11803
+#: readelf.c:11989
#, c-format
msgid " Num: Value Size Type Bind Vis Ndx Name\n"
msgstr ""
-#: readelf.c:11878
+#: readelf.c:12064
#, c-format
msgid "local symbol %u found at index >= %s's sh_info value of %u\n"
msgstr ""
-#: readelf.c:11889
+#: readelf.c:12075
#, c-format
msgid ""
"\n"
"Dynamic symbol information is not available for displaying symbols.\n"
msgstr ""
-#: readelf.c:11902
+#: readelf.c:12088
#, c-format
msgid ""
"\n"
@@ -8255,39 +8325,39 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:11912
+#: readelf.c:12098
msgid "Out of memory allocating space for histogram buckets\n"
msgstr ""
-#: readelf.c:11918 readelf.c:11994
+#: readelf.c:12104 readelf.c:12181
#, c-format
msgid " Length Number %% of total Coverage\n"
msgstr ""
-#: readelf.c:11940
+#: readelf.c:12126
msgid "Out of memory allocating space for histogram counts\n"
msgstr ""
-#: readelf.c:11980
+#: readelf.c:12166
#, c-format
msgid ""
"\n"
-"Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
+"Histogram for `%s' bucket list length (total of %lu bucket):\n"
msgid_plural ""
"\n"
-"Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
+"Histogram for `%s' bucket list length (total of %lu buckets):\n"
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:11990
+#: readelf.c:12177
msgid "Out of memory allocating space for gnu histogram buckets\n"
msgstr ""
-#: readelf.c:12016
+#: readelf.c:12203
msgid "Out of memory allocating space for gnu histogram counts\n"
msgstr ""
-#: readelf.c:12061
+#: readelf.c:12249
#, c-format
msgid ""
"\n"
@@ -8298,173 +8368,203 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:12068
+#: readelf.c:12256
#, c-format
msgid " Num: Name BoundTo Flags\n"
msgstr ""
-#: readelf.c:12075
+#: readelf.c:12263
#, c-format
msgid "<corrupt index>"
msgstr ""
-#: readelf.c:12079
+#: readelf.c:12267
#, c-format
msgid "<corrupt: %19ld>"
msgstr ""
-#: readelf.c:12168
+#: readelf.c:12356
#, c-format
msgid "MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n"
msgstr ""
-#: readelf.c:12197
+#: readelf.c:12385
#, c-format
msgid "MSP430 reloc contains invalid symbol index %lu\n"
msgstr ""
#. PR 21137
-#: readelf.c:12208
+#: readelf.c:12396
#, c-format
msgid "MSP430 sym diff reloc contains invalid offset: 0x%lx\n"
msgstr ""
-#: readelf.c:12219
+#: readelf.c:12407
msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"
msgstr ""
-#: readelf.c:12242
+#: readelf.c:12430
#, c-format
msgid "MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n"
msgstr ""
-#: readelf.c:12256
+#: readelf.c:12444
#, c-format
msgid "MN10300 reloc contains invalid symbol index %lu\n"
msgstr ""
-#: readelf.c:12266
+#: readelf.c:12454
#, c-format
msgid "MN10300 sym diff reloc contains invalid offset: 0x%lx\n"
msgstr ""
-#: readelf.c:12276
+#: readelf.c:12464
msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"
msgstr ""
-#: readelf.c:12299
+#: readelf.c:12487
#, c-format
msgid "RL78_SYM reloc contains invalid symbol index %lu\n"
msgstr ""
-#: readelf.c:12318 readelf.c:12327
+#: readelf.c:12506 readelf.c:12515
#, c-format
msgid "RL78 sym diff reloc contains invalid offset: 0x%lx\n"
msgstr ""
-#: readelf.c:12542
+#: readelf.c:12732
#, c-format
msgid ""
"Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
"number %d\n"
msgstr ""
-#: readelf.c:13209
+#: readelf.c:13401
#, c-format
msgid "unable to apply unsupported reloc type %d to section %s\n"
msgstr ""
-#: readelf.c:13218
+#: readelf.c:13410
#, c-format
msgid "skipping invalid relocation offset 0x%lx in section %s\n"
msgstr ""
-#: readelf.c:13227
+#: readelf.c:13419
#, c-format
msgid "skipping invalid relocation symbol index 0x%lx in section %s\n"
msgstr ""
-#: readelf.c:13250
+#: readelf.c:13442
#, c-format
msgid "skipping unexpected symbol type %s in section %s relocation %ld\n"
msgstr ""
-#: readelf.c:13327
+#: readelf.c:13519
#, c-format
msgid ""
"\n"
"Assembly dump of section %s\n"
msgstr ""
-#: readelf.c:13345
+#: readelf.c:13537
#, c-format
msgid "Section '%s' has no data to dump.\n"
msgstr ""
-#: readelf.c:13351
+#: readelf.c:13543
msgid "section contents"
msgstr ""
-#: readelf.c:13426
+#: readelf.c:13618
#, c-format
msgid ""
"\n"
"String dump of section '%s':\n"
msgstr ""
-#: readelf.c:13442 readelf.c:13583 readelf.c:13752
+#: readelf.c:13634 readelf.c:13775 readelf.c:14098
#, c-format
msgid "section '%s' has unsupported compress type: %d\n"
msgstr ""
-#: readelf.c:13474 readelf.c:13617 readelf.c:13789
+#: readelf.c:13666 readelf.c:13809 readelf.c:14135
#, c-format
msgid "Unable to decompress section %s\n"
msgstr ""
-#: readelf.c:13499
+#: readelf.c:13691
#, c-format
msgid ""
" Note: This section has relocations against it, but these have NOT been "
"applied to this dump.\n"
msgstr ""
-#: readelf.c:13532 readelf.c:14621 readelf.c:14664 readelf.c:14712
-#: readelf.c:14744
+#: readelf.c:13724 readelf.c:14977 readelf.c:15020 readelf.c:15068
+#: readelf.c:15100 readelf.c:16615 readelf.c:16645
#, c-format
msgid "<corrupt>\n"
msgstr ""
-#: readelf.c:13540
+#: readelf.c:13732
#, c-format
msgid " No strings found in this section."
msgstr ""
-#: readelf.c:13568
+#: readelf.c:13760
#, c-format
msgid ""
"\n"
"Hex dump of section '%s':\n"
msgstr ""
-#: readelf.c:13650
+#: readelf.c:13842
#, c-format
msgid ""
" NOTE: This section has relocations against it, but these have NOT been "
"applied to this dump.\n"
msgstr ""
-#: readelf.c:13719
+#: readelf.c:13950
+#, c-format
+msgid "No symbol section named %s\n"
+msgstr ""
+
+#: readelf.c:13965
+#, c-format
+msgid "No string table section named %s\n"
+msgstr ""
+
+#: readelf.c:13972
+msgid "strings"
+msgstr ""
+
+#: readelf.c:13981
+#, c-format
+msgid "No CTF parent section named %s\n"
+msgstr ""
+
+#: readelf.c:13987
+msgid "CTF parent"
+msgstr ""
+
+#: readelf.c:14014
+#, c-format
+msgid ""
+"\n"
+"Dump of CTF section '%s':\n"
+msgstr ""
+
+#: readelf.c:14065
#, c-format
msgid "%s section data"
msgstr ""
-#: readelf.c:13743
+#: readelf.c:14089
#, c-format
msgid "compressed section %s is too small to contain a compression header"
msgstr ""
-#: readelf.c:13899
+#: readelf.c:14245
#, c-format
msgid ""
"\n"
@@ -8475,523 +8575,523 @@ 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:13908
+#: readelf.c:14254
#, c-format
msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
msgstr ""
-#: readelf.c:13958
+#: readelf.c:14304
#, c-format
msgid "Unrecognized debug section: %s\n"
msgstr ""
-#: readelf.c:13986
+#: readelf.c:14332
#, c-format
msgid "Section '%s' was not dumped because it does not exist!\n"
msgstr ""
-#: readelf.c:14047
+#: readelf.c:14399
#, c-format
msgid "Section %d was not dumped because it does not exist!\n"
msgstr ""
-#: readelf.c:14104
+#: readelf.c:14456
msgid "<corrupt tag>\n"
msgstr ""
-#: readelf.c:14119
+#: readelf.c:14471
#, c-format
msgid "<corrupt string tag>"
msgstr ""
-#: readelf.c:14159
+#: readelf.c:14511
#, c-format
msgid "Absent/Non standard\n"
msgstr ""
-#: readelf.c:14162
+#: readelf.c:14514
#, c-format
msgid "Bare metal/mwdt\n"
msgstr ""
-#: readelf.c:14165
+#: readelf.c:14517
#, c-format
msgid "Bare metal/newlib\n"
msgstr ""
-#: readelf.c:14168
+#: readelf.c:14520
#, c-format
msgid "Linux/uclibc\n"
msgstr ""
-#: readelf.c:14171
+#: readelf.c:14523
#, c-format
msgid "Linux/glibc\n"
msgstr ""
-#: readelf.c:14174 readelf.c:14258
+#: readelf.c:14526 readelf.c:14610
#, c-format
msgid "Unknown\n"
msgstr ""
-#: readelf.c:14187 readelf.c:14218 readelf.c:14249
+#: readelf.c:14539 readelf.c:14570 readelf.c:14601
#, c-format
msgid "Absent\n"
msgstr ""
-#: readelf.c:14231
+#: readelf.c:14583
msgid "yes"
msgstr ""
-#: readelf.c:14231
+#: readelf.c:14583
msgid "no"
msgstr ""
-#: readelf.c:14272 readelf.c:14280
+#: readelf.c:14624 readelf.c:14632
msgid "default"
msgstr ""
-#: readelf.c:14273
+#: readelf.c:14625
msgid "smallest"
msgstr ""
-#: readelf.c:14279
+#: readelf.c:14631
msgid "OPTFP"
msgstr ""
-#: readelf.c:14479 readelf.c:14493 readelf.c:14512 readelf.c:15020
-#: readelf.c:15311 readelf.c:15324 readelf.c:15337
+#: readelf.c:14835 readelf.c:14849 readelf.c:14868 readelf.c:15376
+#: readelf.c:15667 readelf.c:15680 readelf.c:15693
#, c-format
msgid "None\n"
msgstr ""
-#: readelf.c:14480
+#: readelf.c:14836
#, c-format
msgid "Application\n"
msgstr ""
-#: readelf.c:14481
+#: readelf.c:14837
#, c-format
msgid "Realtime\n"
msgstr ""
-#: readelf.c:14482
+#: readelf.c:14838
#, c-format
msgid "Microcontroller\n"
msgstr ""
-#: readelf.c:14483
+#: readelf.c:14839
#, c-format
msgid "Application or Realtime\n"
msgstr ""
-#: readelf.c:14494 readelf.c:14514 readelf.c:15074 readelf.c:15092
-#: readelf.c:15167 readelf.c:15188 readelf.c:17674
+#: readelf.c:14850 readelf.c:14870 readelf.c:15430 readelf.c:15448
+#: readelf.c:15523 readelf.c:15544 readelf.c:18109
#, c-format
msgid "8-byte\n"
msgstr ""
-#: readelf.c:14495 readelf.c:15170 readelf.c:15191 readelf.c:17673
+#: readelf.c:14851 readelf.c:15526 readelf.c:15547 readelf.c:18108
#, c-format
msgid "4-byte\n"
msgstr ""
-#: readelf.c:14499 readelf.c:14518
+#: readelf.c:14855 readelf.c:14874
#, c-format
msgid "8-byte and up to %d-byte extended\n"
msgstr ""
-#: readelf.c:14513
+#: readelf.c:14869
#, c-format
msgid "8-byte, except leaf SP\n"
msgstr ""
-#: readelf.c:14530 readelf.c:14618 readelf.c:15207
+#: readelf.c:14886 readelf.c:14974 readelf.c:15563
#, c-format
msgid "flag = %d, vendor = "
msgstr ""
-#: readelf.c:14551
+#: readelf.c:14907
#, c-format
msgid "True\n"
msgstr ""
-#: readelf.c:14573
+#: readelf.c:14929
#, c-format
msgid "<unknown: %d>\n"
msgstr ""
-#: readelf.c:14622
+#: readelf.c:14978
msgid "corrupt vendor attribute\n"
msgstr ""
-#: readelf.c:14674
+#: readelf.c:15030
#, c-format
msgid "unspecified hard/soft float, "
msgstr ""
-#: readelf.c:14677
+#: readelf.c:15033
#, c-format
msgid "hard float, "
msgstr ""
-#: readelf.c:14680
+#: readelf.c:15036
#, c-format
msgid "soft float, "
msgstr ""
-#: readelf.c:14683
+#: readelf.c:15039
#, c-format
msgid "single-precision hard float, "
msgstr ""
-#: readelf.c:14690
+#: readelf.c:15046
#, c-format
msgid "unspecified long double\n"
msgstr ""
-#: readelf.c:14693
+#: readelf.c:15049
#, c-format
msgid "128-bit IBM long double\n"
msgstr ""
-#: readelf.c:14696
+#: readelf.c:15052
#, c-format
msgid "64-bit long double\n"
msgstr ""
-#: readelf.c:14699
+#: readelf.c:15055
#, c-format
msgid "128-bit IEEE long double\n"
msgstr ""
-#: readelf.c:14722 readelf.c:14754
+#: readelf.c:15078 readelf.c:15110
#, c-format
msgid "unspecified\n"
msgstr ""
-#: readelf.c:14725
+#: readelf.c:15081
#, c-format
msgid "generic\n"
msgstr ""
-#: readelf.c:14760
+#: readelf.c:15116
#, c-format
msgid "memory\n"
msgstr ""
-#: readelf.c:14789
+#: readelf.c:15145
#, c-format
msgid "any\n"
msgstr ""
-#: readelf.c:14792
+#: readelf.c:15148
#, c-format
msgid "software\n"
msgstr ""
-#: readelf.c:14795
+#: readelf.c:15151
#, c-format
msgid "hardware\n"
msgstr ""
-#: readelf.c:14921
+#: readelf.c:15277
#, c-format
msgid "Hard or soft float\n"
msgstr ""
-#: readelf.c:14924
+#: readelf.c:15280
#, c-format
msgid "Hard float (double precision)\n"
msgstr ""
-#: readelf.c:14927
+#: readelf.c:15283
#, c-format
msgid "Hard float (single precision)\n"
msgstr ""
-#: readelf.c:14930
+#: readelf.c:15286
#, c-format
msgid "Soft float\n"
msgstr ""
-#: readelf.c:14933
+#: readelf.c:15289
#, c-format
msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
msgstr ""
-#: readelf.c:14936
+#: readelf.c:15292
#, c-format
msgid "Hard float (32-bit CPU, Any FPU)\n"
msgstr ""
-#: readelf.c:14939
+#: readelf.c:15295
#, c-format
msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
msgstr ""
-#: readelf.c:14942
+#: readelf.c:15298
#, c-format
msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
msgstr ""
-#: readelf.c:14945
+#: readelf.c:15301
#, c-format
msgid "NaN 2008 compatibility\n"
msgstr ""
-#: readelf.c:14984
+#: readelf.c:15340
#, c-format
msgid "Any MSA or not\n"
msgstr ""
-#: readelf.c:14987
+#: readelf.c:15343
#, c-format
msgid "128-bit MSA\n"
msgstr ""
-#: readelf.c:15053
+#: readelf.c:15409
#, c-format
msgid "Not used\n"
msgstr ""
-#: readelf.c:15056
+#: readelf.c:15412
#, c-format
msgid "2 bytes\n"
msgstr ""
-#: readelf.c:15059
+#: readelf.c:15415
#, c-format
msgid "4 bytes\n"
msgstr ""
-#: readelf.c:15077 readelf.c:15095 readelf.c:15173 readelf.c:15194
+#: readelf.c:15433 readelf.c:15451 readelf.c:15529 readelf.c:15550
#, c-format
msgid "16-byte\n"
msgstr ""
-#: readelf.c:15110
+#: readelf.c:15466
#, c-format
msgid "DSBT addressing not used\n"
msgstr ""
-#: readelf.c:15113
+#: readelf.c:15469
#, c-format
msgid "DSBT addressing used\n"
msgstr ""
-#: readelf.c:15128
+#: readelf.c:15484
#, c-format
msgid "Data addressing position-dependent\n"
msgstr ""
-#: readelf.c:15131
+#: readelf.c:15487
#, c-format
msgid "Data addressing position-independent, GOT near DP\n"
msgstr ""
-#: readelf.c:15134
+#: readelf.c:15490
#, c-format
msgid "Data addressing position-independent, GOT far from DP\n"
msgstr ""
-#: readelf.c:15149
+#: readelf.c:15505
#, c-format
msgid "Code addressing position-dependent\n"
msgstr ""
-#: readelf.c:15152
+#: readelf.c:15508
#, c-format
msgid "Code addressing position-independent\n"
msgstr ""
-#: readelf.c:15312
+#: readelf.c:15668
#, c-format
msgid "MSP430\n"
msgstr ""
-#: readelf.c:15313
+#: readelf.c:15669
#, c-format
msgid "MSP430X\n"
msgstr ""
-#: readelf.c:15325 readelf.c:15338
+#: readelf.c:15681 readelf.c:15694
#, c-format
msgid "Small\n"
msgstr ""
-#: readelf.c:15326 readelf.c:15339
+#: readelf.c:15682 readelf.c:15695
#, c-format
msgid "Large\n"
msgstr ""
-#: readelf.c:15340
+#: readelf.c:15696
#, c-format
msgid "Restricted Large\n"
msgstr ""
-#: readelf.c:15346
+#: readelf.c:15702
#, c-format
msgid " <unknown tag %d>: "
msgstr ""
-#: readelf.c:15430
+#: readelf.c:15786
#, c-format
msgid "%d\n"
msgstr ""
-#: readelf.c:15438
+#: readelf.c:15794
#, c-format
msgid "No unaligned access\n"
msgstr ""
-#: readelf.c:15441
+#: readelf.c:15797
#, c-format
msgid "Unaligned access\n"
msgstr ""
-#: readelf.c:15448
+#: readelf.c:15804
#, c-format
msgid "%d-bytes\n"
msgstr ""
-#: readelf.c:15483
+#: readelf.c:15839
msgid "attributes"
msgstr ""
-#: readelf.c:15495
+#: readelf.c:15851
#, c-format
msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n"
msgstr ""
-#: readelf.c:15514
+#: readelf.c:15870
msgid "Tag section ends prematurely\n"
msgstr ""
-#: readelf.c:15523
+#: readelf.c:15879
#, c-format
msgid "Bad attribute length (%u > %u)\n"
msgstr ""
-#: readelf.c:15531
+#: readelf.c:15887
#, c-format
msgid "Attribute length of %u is too small\n"
msgstr ""
-#: readelf.c:15542
+#: readelf.c:15898
msgid "Corrupt attribute section name\n"
msgstr ""
-#: readelf.c:15547
+#: readelf.c:15903
#, c-format
msgid "Attribute Section: "
msgstr ""
-#: readelf.c:15574
+#: readelf.c:15930
msgid "Unused bytes at end of section\n"
msgstr ""
-#: readelf.c:15584
+#: readelf.c:15940
#, c-format
msgid "Bad subsection length (%u > %u)\n"
msgstr ""
-#: readelf.c:15592
+#: readelf.c:15948
#, c-format
msgid "Bad subsection length (%u < 6)\n"
msgstr ""
-#: readelf.c:15607
+#: readelf.c:15963
#, c-format
msgid "File Attributes\n"
msgstr ""
-#: readelf.c:15610
+#: readelf.c:15966
#, c-format
msgid "Section Attributes:"
msgstr ""
-#: readelf.c:15613
+#: readelf.c:15969
#, c-format
msgid "Symbol Attributes:"
msgstr ""
-#: readelf.c:15629
+#: readelf.c:15985
#, c-format
msgid "Unknown tag: %d\n"
msgstr ""
-#: readelf.c:15650
+#: readelf.c:16006
#, c-format
msgid " Unknown attribute:\n"
msgstr ""
-#: readelf.c:15692
+#: readelf.c:16048
msgid "MIPS GOT entry extends beyond the end of available data\n"
msgstr ""
-#: readelf.c:15775 readelf.c:15844
+#: readelf.c:16131 readelf.c:16200
msgid "Unknown"
msgstr ""
-#: readelf.c:15891
+#: readelf.c:16247
msgid "Corrupt MIPS ABI Flags section.\n"
msgstr ""
-#: readelf.c:15897
+#: readelf.c:16253
msgid "MIPS ABI Flags section"
msgstr ""
-#: readelf.c:15956 readelf.c:16504
+#: readelf.c:16312 readelf.c:16897
msgid "Global Offset Table data"
msgstr ""
-#: readelf.c:15960
+#: readelf.c:16316
#, c-format
msgid ""
"\n"
"Static GOT:\n"
msgstr ""
-#: readelf.c:15961 readelf.c:16509
+#: readelf.c:16317 readelf.c:16902
#, c-format
msgid " Canonical gp value: "
msgstr ""
-#: readelf.c:15975 readelf.c:16513 readelf.c:16640
+#: readelf.c:16331 readelf.c:16906 readelf.c:17033
#, c-format
msgid " Reserved entries:\n"
msgstr ""
-#: readelf.c:15976
+#: readelf.c:16332
#, c-format
msgid " %*s %10s %*s\n"
msgstr ""
-#: readelf.c:15977 readelf.c:16007 readelf.c:16515 readelf.c:16543
-#: readelf.c:16561 readelf.c:16642 readelf.c:16651
+#: readelf.c:16333 readelf.c:16363 readelf.c:16908 readelf.c:16936
+#: readelf.c:16954 readelf.c:17035 readelf.c:17044
msgid "Address"
msgstr ""
-#: readelf.c:15977 readelf.c:16007 readelf.c:16515 readelf.c:16543
-#: readelf.c:16562
+#: readelf.c:16333 readelf.c:16363 readelf.c:16908 readelf.c:16936
+#: readelf.c:16955
msgid "Access"
msgstr ""
-#: readelf.c:15978 readelf.c:16008
+#: readelf.c:16334 readelf.c:16364
msgid "Value"
msgstr ""
-#: readelf.c:16005 readelf.c:16541
+#: readelf.c:16361 readelf.c:16934
#, c-format
msgid " Local entries:\n"
msgstr ""
-#: readelf.c:16087 readelf.c:16754
+#: readelf.c:16443 readelf.c:17147
msgid "liblist section data"
msgstr ""
-#: readelf.c:16090
+#: readelf.c:16446
#, c-format
msgid ""
"\n"
@@ -9002,38 +9102,42 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:16094
+#: readelf.c:16450
msgid ""
" Library Time Stamp Checksum Version Flags\n"
msgstr ""
-#: readelf.c:16120
+#: readelf.c:16476
#, c-format
msgid "<corrupt: %9ld>"
msgstr ""
-#: readelf.c:16125
+#: readelf.c:16481
msgid " NONE"
msgstr ""
-#: readelf.c:16178
+#: readelf.c:16532
msgid "No MIPS_OPTIONS header found\n"
msgstr ""
-#: readelf.c:16183
+#: readelf.c:16538
+msgid "The MIPS options section is too small.\n"
+msgstr ""
+
+#: readelf.c:16543
msgid "options"
msgstr ""
-#: readelf.c:16190
+#: readelf.c:16554
msgid "Out of memory allocating space for MIPS options\n"
msgstr ""
-#: readelf.c:16212
+#: readelf.c:16577
#, c-format
msgid "Invalid size (%u) for MIPS option\n"
msgstr ""
-#: readelf.c:16221
+#: readelf.c:16586
#, c-format
msgid ""
"\n"
@@ -9044,24 +9148,28 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:16392
+#: readelf.c:16616 readelf.c:16646
+msgid "Truncated MIPS REGINFO option\n"
+msgstr ""
+
+#: readelf.c:16785
msgid "conflict list found without a dynamic symbol table\n"
msgstr ""
-#: readelf.c:16400
+#: readelf.c:16793
#, c-format
msgid "Overlarge number of conflicts detected: %lx\n"
msgstr ""
-#: readelf.c:16408
+#: readelf.c:16801
msgid "Out of memory allocating space for dynamic conflicts\n"
msgstr ""
-#: readelf.c:16418 readelf.c:16433
+#: readelf.c:16811 readelf.c:16826
msgid "conflict"
msgstr ""
-#: readelf.c:16443
+#: readelf.c:16836
#, c-format
msgid ""
"\n"
@@ -9072,124 +9180,124 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:16447
+#: readelf.c:16840
msgid " Num: Index Value Name"
msgstr ""
-#: readelf.c:16454
+#: readelf.c:16847
#, c-format
msgid "<corrupt symbol index>"
msgstr ""
-#: readelf.c:16465 readelf.c:16590 readelf.c:16675
+#: readelf.c:16858 readelf.c:16983 readelf.c:17068
#, c-format
msgid "<corrupt: %14ld>"
msgstr ""
-#: readelf.c:16488
+#: readelf.c:16881
#, c-format
msgid ""
"The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n"
msgstr ""
-#: readelf.c:16497
+#: readelf.c:16890
#, c-format
msgid "Too many GOT symbols: %lu\n"
msgstr ""
-#: readelf.c:16508
+#: readelf.c:16901
#, c-format
msgid ""
"\n"
"Primary GOT:\n"
msgstr ""
-#: readelf.c:16514
+#: readelf.c:16907
#, c-format
msgid " %*s %10s %*s Purpose\n"
msgstr ""
-#: readelf.c:16516 readelf.c:16544 readelf.c:16563 readelf.c:16642
-#: readelf.c:16652
+#: readelf.c:16909 readelf.c:16937 readelf.c:16956 readelf.c:17035
+#: readelf.c:17045
msgid "Initial"
msgstr ""
-#: readelf.c:16518
+#: readelf.c:16911
#, c-format
msgid " Lazy resolver\n"
msgstr ""
-#: readelf.c:16533
+#: readelf.c:16926
#, c-format
msgid " Module pointer (GNU extension)\n"
msgstr ""
-#: readelf.c:16559
+#: readelf.c:16952
#, c-format
msgid " Global entries:\n"
msgstr ""
-#: readelf.c:16564 readelf.c:16653
+#: readelf.c:16957 readelf.c:17046
msgid "Sym.Val."
msgstr ""
#. Note for translators: "Ndx" = abbreviated form of "Index".
-#: readelf.c:16567 readelf.c:16653
+#: readelf.c:16960 readelf.c:17046
msgid "Ndx"
msgstr ""
-#: readelf.c:16567 readelf.c:16653
+#: readelf.c:16960 readelf.c:17046
msgid "Name"
msgstr ""
-#: readelf.c:16577
+#: readelf.c:16970
#, c-format
msgid "<no dynamic symbols>"
msgstr ""
-#: readelf.c:16593
+#: readelf.c:16986
#, c-format
msgid "<symbol index %lu exceeds number of dynamic symbols>"
msgstr ""
-#: readelf.c:16635
+#: readelf.c:17028
msgid "Procedure Linkage Table data"
msgstr ""
-#: readelf.c:16641
+#: readelf.c:17034
#, c-format
msgid " %*s %*s Purpose\n"
msgstr ""
-#: readelf.c:16644
+#: readelf.c:17037
#, c-format
msgid " PLT lazy resolver\n"
msgstr ""
-#: readelf.c:16646
+#: readelf.c:17039
#, c-format
msgid " Module pointer\n"
msgstr ""
-#: readelf.c:16649
+#: readelf.c:17042
#, c-format
msgid " Entries:\n"
msgstr ""
-#: readelf.c:16663
+#: readelf.c:17056
#, c-format
msgid "<corrupt symbol index: %lu>"
msgstr ""
-#: readelf.c:16701
+#: readelf.c:17094
msgid "NDS32 elf flags section"
msgstr ""
-#: readelf.c:16765
+#: readelf.c:17158
msgid "liblist string table"
msgstr ""
-#: readelf.c:16777
+#: readelf.c:17170
#, c-format
msgid ""
"\n"
@@ -9200,390 +9308,390 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:16783
+#: readelf.c:17176
msgid " Library Time Stamp Checksum Version Flags"
msgstr ""
-#: readelf.c:16833
+#: readelf.c:17226
msgid "NT_AUXV (auxiliary vector)"
msgstr ""
-#: readelf.c:16835
+#: readelf.c:17228
msgid "NT_PRSTATUS (prstatus structure)"
msgstr ""
-#: readelf.c:16837
+#: readelf.c:17230
msgid "NT_FPREGSET (floating point registers)"
msgstr ""
-#: readelf.c:16839
+#: readelf.c:17232
msgid "NT_PRPSINFO (prpsinfo structure)"
msgstr ""
-#: readelf.c:16841
+#: readelf.c:17234
msgid "NT_TASKSTRUCT (task structure)"
msgstr ""
-#: readelf.c:16843
+#: readelf.c:17236
msgid "NT_PRXFPREG (user_xfpregs structure)"
msgstr ""
-#: readelf.c:16845
+#: readelf.c:17238
msgid "NT_PPC_VMX (ppc Altivec registers)"
msgstr ""
-#: readelf.c:16847
+#: readelf.c:17240
msgid "NT_PPC_VSX (ppc VSX registers)"
msgstr ""
-#: readelf.c:16849
+#: readelf.c:17242
msgid "NT_PPC_TAR (ppc TAR register)"
msgstr ""
-#: readelf.c:16851
+#: readelf.c:17244
msgid "NT_PPC_PPR (ppc PPR register)"
msgstr ""
-#: readelf.c:16853
+#: readelf.c:17246
msgid "NT_PPC_DSCR (ppc DSCR register)"
msgstr ""
-#: readelf.c:16855
+#: readelf.c:17248
msgid "NT_PPC_EBB (ppc EBB registers)"
msgstr ""
-#: readelf.c:16857
+#: readelf.c:17250
msgid "NT_PPC_PMU (ppc PMU registers)"
msgstr ""
-#: readelf.c:16859
+#: readelf.c:17252
msgid "NT_PPC_TM_CGPR (ppc checkpointed GPR registers)"
msgstr ""
-#: readelf.c:16861
+#: readelf.c:17254
msgid "NT_PPC_TM_CFPR (ppc checkpointed floating point registers)"
msgstr ""
-#: readelf.c:16863
+#: readelf.c:17256
msgid "NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)"
msgstr ""
-#: readelf.c:16865
+#: readelf.c:17258
msgid "NT_PPC_TM_CVSX (ppc checkpointed VSX registers)"
msgstr ""
-#: readelf.c:16867
+#: readelf.c:17260
msgid "NT_PPC_TM_SPR (ppc TM special purpose registers)"
msgstr ""
-#: readelf.c:16869
+#: readelf.c:17262
msgid "NT_PPC_TM_CTAR (ppc checkpointed TAR register)"
msgstr ""
-#: readelf.c:16871
+#: readelf.c:17264
msgid "NT_PPC_TM_CPPR (ppc checkpointed PPR register)"
msgstr ""
-#: readelf.c:16873
+#: readelf.c:17266
msgid "NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)"
msgstr ""
-#: readelf.c:16875
+#: readelf.c:17268
msgid "NT_386_TLS (x86 TLS information)"
msgstr ""
-#: readelf.c:16877
+#: readelf.c:17270
msgid "NT_386_IOPERM (x86 I/O permissions)"
msgstr ""
-#: readelf.c:16879
+#: readelf.c:17272
msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
msgstr ""
-#: readelf.c:16881
+#: readelf.c:17274
msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
msgstr ""
-#: readelf.c:16883
+#: readelf.c:17276
msgid "NT_S390_TIMER (s390 timer register)"
msgstr ""
-#: readelf.c:16885
+#: readelf.c:17278
msgid "NT_S390_TODCMP (s390 TOD comparator register)"
msgstr ""
-#: readelf.c:16887
+#: readelf.c:17280
msgid "NT_S390_TODPREG (s390 TOD programmable register)"
msgstr ""
-#: readelf.c:16889
+#: readelf.c:17282
msgid "NT_S390_CTRS (s390 control registers)"
msgstr ""
-#: readelf.c:16891
+#: readelf.c:17284
msgid "NT_S390_PREFIX (s390 prefix register)"
msgstr ""
-#: readelf.c:16893
+#: readelf.c:17286
msgid "NT_S390_LAST_BREAK (s390 last breaking event address)"
msgstr ""
-#: readelf.c:16895
+#: readelf.c:17288
msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)"
msgstr ""
-#: readelf.c:16897
+#: readelf.c:17290
msgid "NT_S390_TDB (s390 transaction diagnostic block)"
msgstr ""
-#: readelf.c:16899
+#: readelf.c:17292
msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)"
msgstr ""
-#: readelf.c:16901
+#: readelf.c:17294
msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)"
msgstr ""
-#: readelf.c:16903
+#: readelf.c:17296
msgid "NT_S390_GS_CB (s390 guarded-storage registers)"
msgstr ""
-#: readelf.c:16905
+#: readelf.c:17298
msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)"
msgstr ""
-#: readelf.c:16907
+#: readelf.c:17300
msgid "NT_ARM_VFP (arm VFP registers)"
msgstr ""
-#: readelf.c:16909
+#: readelf.c:17302
msgid "NT_ARM_TLS (AArch TLS registers)"
msgstr ""
-#: readelf.c:16911
+#: readelf.c:17304
msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)"
msgstr ""
-#: readelf.c:16913
+#: readelf.c:17306
msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)"
msgstr ""
-#: readelf.c:16915
+#: readelf.c:17308
msgid "NT_PSTATUS (pstatus structure)"
msgstr ""
-#: readelf.c:16917
+#: readelf.c:17310
msgid "NT_FPREGS (floating point registers)"
msgstr ""
-#: readelf.c:16919
+#: readelf.c:17312
msgid "NT_PSINFO (psinfo structure)"
msgstr ""
-#: readelf.c:16921
+#: readelf.c:17314
msgid "NT_LWPSTATUS (lwpstatus_t structure)"
msgstr ""
-#: readelf.c:16923
+#: readelf.c:17316
msgid "NT_LWPSINFO (lwpsinfo_t structure)"
msgstr ""
-#: readelf.c:16925
+#: readelf.c:17318
msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
msgstr ""
-#: readelf.c:16927
+#: readelf.c:17320
msgid "NT_SIGINFO (siginfo_t data)"
msgstr ""
-#: readelf.c:16929
+#: readelf.c:17322
msgid "NT_FILE (mapped files)"
msgstr ""
-#: readelf.c:16937
+#: readelf.c:17330
msgid "NT_VERSION (version)"
msgstr ""
-#: readelf.c:16939
+#: readelf.c:17332
msgid "NT_ARCH (architecture)"
msgstr ""
-#: readelf.c:16941
+#: readelf.c:17334
msgid "OPEN"
msgstr ""
-#: readelf.c:16943
+#: readelf.c:17336
msgid "func"
msgstr ""
-#: readelf.c:16948 readelf.c:17067 readelf.c:17647 readelf.c:17791
-#: readelf.c:17849 readelf.c:17926
+#: readelf.c:17341 readelf.c:17460 readelf.c:18082 readelf.c:18248
+#: readelf.c:18325 readelf.c:18442
#, c-format
msgid "Unknown note type: (0x%08x)"
msgstr ""
-#: readelf.c:16969
+#: readelf.c:17362
#, c-format
msgid " Cannot decode 64-bit note in 32-bit build\n"
msgstr ""
-#: readelf.c:16977
+#: readelf.c:17370
msgid " Malformed note - too short for header\n"
msgstr ""
-#: readelf.c:16986
+#: readelf.c:17379
msgid " Malformed note - does not end with \\0\n"
msgstr ""
-#: readelf.c:16999
+#: readelf.c:17392
msgid " Malformed note - too short for supplied file count\n"
msgstr ""
-#: readelf.c:17003
+#: readelf.c:17396
#, c-format
msgid " Page size: "
msgstr ""
-#: readelf.c:17007
+#: readelf.c:17400
#, c-format
msgid " %*s%*s%*s\n"
msgstr ""
-#: readelf.c:17008
+#: readelf.c:17401
msgid "Start"
msgstr ""
-#: readelf.c:17009
+#: readelf.c:17402
msgid "End"
msgstr ""
-#: readelf.c:17010
+#: readelf.c:17403
msgid "Page Offset"
msgstr ""
-#: readelf.c:17018
+#: readelf.c:17411
msgid " Malformed note - filenames end too early\n"
msgstr ""
-#: readelf.c:17050
+#: readelf.c:17443
msgid "NT_GNU_ABI_TAG (ABI version tag)"
msgstr ""
-#: readelf.c:17052
+#: readelf.c:17445
msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
msgstr ""
-#: readelf.c:17054
+#: readelf.c:17447
msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
msgstr ""
-#: readelf.c:17056
+#: readelf.c:17449
msgid "NT_GNU_GOLD_VERSION (gold version)"
msgstr ""
-#: readelf.c:17058
+#: readelf.c:17451
msgid "NT_GNU_PROPERTY_TYPE_0"
msgstr ""
-#: readelf.c:17060
+#: readelf.c:17453
msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN"
msgstr ""
-#: readelf.c:17062
+#: readelf.c:17455
msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC"
msgstr ""
-#: readelf.c:17151 readelf.c:17248 readelf.c:17279
+#: readelf.c:17544 readelf.c:17644 readelf.c:17675
#, c-format
msgid "<None>"
msgstr ""
-#: readelf.c:17336
+#: readelf.c:17759
#, c-format
msgid " Properties: "
msgstr ""
-#: readelf.c:17340
+#: readelf.c:17763
#, c-format
msgid "<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n"
msgstr ""
-#: readelf.c:17352
+#: readelf.c:17775
#, c-format
msgid "<corrupt descsz: %#lx>\n"
msgstr ""
-#: readelf.c:17363
+#: readelf.c:17786
#, c-format
msgid "<corrupt type (%#x) datasz: %#x>\n"
msgstr ""
-#: readelf.c:17385 readelf.c:17439
+#: readelf.c:17808 readelf.c:17862
#, c-format
msgid "x86 ISA used: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:17396 readelf.c:17450
+#: readelf.c:17819 readelf.c:17873
#, c-format
msgid "x86 ISA needed: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:17407
+#: readelf.c:17830
#, c-format
msgid "x86 feature: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:17418
+#: readelf.c:17841
#, c-format
msgid "x86 feature used: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:17429
+#: readelf.c:17852
#, c-format
msgid "x86 feature needed: <corrupt length: %#x> "
msgstr ""
-#: readelf.c:17469
+#: readelf.c:17892 readelf.c:17906 readelf.c:17914
#, c-format
-msgid "stack size: "
+msgid "<corrupt length: %#x> "
msgstr ""
-#: readelf.c:17471 readelf.c:17479
+#: readelf.c:17904
#, c-format
-msgid "<corrupt length: %#x> "
+msgid "stack size: "
msgstr ""
-#: readelf.c:17488
+#: readelf.c:17923
#, c-format
msgid "<unknown type %#x data: "
msgstr ""
-#: readelf.c:17490
+#: readelf.c:17925
#, c-format
msgid "<procesor-specific type %#x data: "
msgstr ""
-#: readelf.c:17492
+#: readelf.c:17927
#, c-format
msgid "<application-specific type %#x data: "
msgstr ""
-#: readelf.c:17521
+#: readelf.c:17956
#, c-format
msgid " Build ID: "
msgstr ""
-#: readelf.c:17536
+#: readelf.c:17971
#, c-format
msgid " <corrupt GNU_ABI_TAG>\n"
msgstr ""
-#: readelf.c:17573
+#: readelf.c:18008
#, c-format
msgid " OS: %s, ABI: %ld.%ld.%ld\n"
msgstr ""
-#: readelf.c:17582
+#: readelf.c:18017
#, c-format
msgid " Version: "
msgstr ""
@@ -9593,458 +9701,490 @@ msgstr ""
#. is a series of entries, where each entry is a single byte followed
#. by a nul terminated string. The byte gives the bit number to test
#. if enabled in the bitmask.
-#: readelf.c:17598
+#: readelf.c:18033
#, c-format
msgid " Hardware Capabilities: "
msgstr ""
-#: readelf.c:17601
+#: readelf.c:18036
msgid "<corrupt GNU_HWCAP>\n"
msgstr ""
-#: readelf.c:17606
+#: readelf.c:18041
#, c-format
msgid "num entries: %ld, enabled mask: %lx\n"
msgstr ""
-#: readelf.c:17622
+#: readelf.c:18057
#, c-format
msgid " Description data: "
msgstr ""
-#: readelf.c:17640
+#: readelf.c:18075
msgid "Alignment of 8-byte objects"
msgstr ""
-#: readelf.c:17641
+#: readelf.c:18076
msgid "Sizeof double and long double"
msgstr ""
-#: readelf.c:17642
+#: readelf.c:18077
msgid "Type of FPU support needed"
msgstr ""
-#: readelf.c:17643
+#: readelf.c:18078
msgid "Use of SIMD instructions"
msgstr ""
-#: readelf.c:17644
+#: readelf.c:18079
msgid "Use of cache"
msgstr ""
-#: readelf.c:17645
+#: readelf.c:18080
msgid "Use of MMU"
msgstr ""
-#: readelf.c:17681
+#: readelf.c:18116
#, c-format
msgid "4-bytes\n"
msgstr ""
-#: readelf.c:17682
+#: readelf.c:18117
#, c-format
msgid "8-bytes\n"
msgstr ""
-#: readelf.c:17689
+#: readelf.c:18124
#, c-format
msgid "FPU-2.0\n"
msgstr ""
-#: readelf.c:17690
+#: readelf.c:18125
#, c-format
msgid "FPU-3.0\n"
msgstr ""
-#: readelf.c:17699
+#: readelf.c:18134
#, c-format
msgid "yes\n"
msgstr ""
-#: readelf.c:17709
+#: readelf.c:18144
#, c-format
msgid "unknown value: %x\n"
msgstr ""
-#: readelf.c:17751
+#: readelf.c:18199
msgid "NT_THRMISC (thrmisc structure)"
msgstr ""
-#: readelf.c:17753
+#: readelf.c:18201
msgid "NT_PROCSTAT_PROC (proc data)"
msgstr ""
-#: readelf.c:17755
+#: readelf.c:18203
msgid "NT_PROCSTAT_FILES (files data)"
msgstr ""
-#: readelf.c:17757
+#: readelf.c:18205
msgid "NT_PROCSTAT_VMMAP (vmmap data)"
msgstr ""
-#: readelf.c:17759
+#: readelf.c:18207
msgid "NT_PROCSTAT_GROUPS (groups data)"
msgstr ""
-#: readelf.c:17761
+#: readelf.c:18209
msgid "NT_PROCSTAT_UMASK (umask data)"
msgstr ""
-#: readelf.c:17763
+#: readelf.c:18211
msgid "NT_PROCSTAT_RLIMIT (rlimit data)"
msgstr ""
-#: readelf.c:17765
+#: readelf.c:18213
msgid "NT_PROCSTAT_OSREL (osreldate data)"
msgstr ""
-#: readelf.c:17767
+#: readelf.c:18215
msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)"
msgstr ""
-#: readelf.c:17769
+#: readelf.c:18217
msgid "NT_PROCSTAT_AUXV (auxv data)"
msgstr ""
-#: readelf.c:17771
+#: readelf.c:18219
msgid "NT_PTLWPINFO (ptrace_lwpinfo structure)"
msgstr ""
-#: readelf.c:17782
+#. NetBSD core "procinfo" structure.
+#: readelf.c:18233
msgid "NetBSD procinfo structure"
msgstr ""
-#: readelf.c:17808 readelf.c:17822
+#: readelf.c:18237
+msgid "NetBSD ELF auxiliary vector data"
+msgstr ""
+
+#: readelf.c:18267 readelf.c:18284 readelf.c:18298
msgid "PT_GETREGS (reg structure)"
msgstr ""
-#: readelf.c:17810 readelf.c:17824
+#: readelf.c:18269 readelf.c:18286 readelf.c:18300
msgid "PT_GETFPREGS (fpreg structure)"
msgstr ""
-#: readelf.c:17843
+#: readelf.c:18282
+msgid "PT___GETREGS40 (old reg structure)"
+msgstr ""
+
+#: readelf.c:18319
msgid "NT_STAPSDT (SystemTap probe descriptors)"
msgstr ""
-#: readelf.c:17876
+#: readelf.c:18387
#, c-format
msgid " Provider: %s\n"
msgstr ""
-#: readelf.c:17877
+#: readelf.c:18388
#, c-format
msgid " Name: %s\n"
msgstr ""
-#: readelf.c:17878
+#: readelf.c:18389
#, c-format
msgid " Location: "
msgstr ""
-#: readelf.c:17880
+#: readelf.c:18391
#, c-format
msgid ", Base: "
msgstr ""
-#: readelf.c:17882
+#: readelf.c:18393
#, c-format
msgid ", Semaphore: "
msgstr ""
-#: readelf.c:17885
+#: readelf.c:18396
#, c-format
msgid " Arguments: %s\n"
msgstr ""
-#: readelf.c:17898
+#: readelf.c:18401
+#, c-format
+msgid " <corrupt - note is too small>\n"
+msgstr ""
+
+#: readelf.c:18402
+msgid "corrupt stapdt note - the data size is too small\n"
+msgstr ""
+
+#: readelf.c:18414
msgid "NT_VMS_MHD (module header)"
msgstr ""
-#: readelf.c:17900
+#: readelf.c:18416
msgid "NT_VMS_LNM (language name)"
msgstr ""
-#: readelf.c:17902
+#: readelf.c:18418
msgid "NT_VMS_SRC (source files)"
msgstr ""
-#: readelf.c:17906
+#: readelf.c:18422
msgid "NT_VMS_EIDC (consistency check)"
msgstr ""
-#: readelf.c:17908
+#: readelf.c:18424
msgid "NT_VMS_FPMODE (FP mode)"
msgstr ""
-#: readelf.c:17912
+#: readelf.c:18428
msgid "NT_VMS_IMGNAM (image name)"
msgstr ""
-#: readelf.c:17914
+#: readelf.c:18430
msgid "NT_VMS_IMGID (image id)"
msgstr ""
-#: readelf.c:17916
+#: readelf.c:18432
msgid "NT_VMS_LINKID (link id)"
msgstr ""
-#: readelf.c:17918
+#: readelf.c:18434
msgid "NT_VMS_IMGBID (build id)"
msgstr ""
-#: readelf.c:17920
+#: readelf.c:18436
msgid "NT_VMS_GSTNAM (sym table name)"
msgstr ""
-#: readelf.c:17940
+#: readelf.c:18463
#, c-format
msgid " Creation date : %.17s\n"
msgstr ""
-#: readelf.c:17941
+#: readelf.c:18464
#, c-format
msgid " Last patch date: %.17s\n"
msgstr ""
-#: readelf.c:17942
+#: readelf.c:18467
#, c-format
msgid " Module name : %s\n"
msgstr ""
-#: readelf.c:17943
+#: readelf.c:18469
#, c-format
msgid " Module version : %s\n"
msgstr ""
-#: readelf.c:17946
+#: readelf.c:18471 readelf.c:18476
#, c-format
-msgid " Invalid size\n"
+msgid " Module version : <missing>\n"
msgstr ""
-#: readelf.c:17949
+#: readelf.c:18475
#, c-format
-msgid " Language: %s\n"
+msgid " Module name : <missing>\n"
msgstr ""
-#: readelf.c:17953
+#: readelf.c:18481
+#, c-format
+msgid " Language: %.*s\n"
+msgstr ""
+
+#: readelf.c:18486
#, c-format
msgid " Floating Point mode: "
msgstr ""
-#: readelf.c:17958
+#: readelf.c:18496
#, c-format
msgid " Link time: "
msgstr ""
-#: readelf.c:17964
+#: readelf.c:18507
#, c-format
msgid " Patch time: "
msgstr ""
-#: readelf.c:17970
+#: readelf.c:18521
#, c-format
msgid " Major id: %u, minor id: %u\n"
msgstr ""
-#: readelf.c:17973
+#: readelf.c:18524
#, c-format
msgid " Last modified : "
msgstr ""
-#: readelf.c:17976
+#: readelf.c:18527
#, c-format
msgid ""
"\n"
" Link flags : "
msgstr ""
-#: readelf.c:17979
+#: readelf.c:18530
#, c-format
msgid " Header flags: 0x%08x\n"
msgstr ""
-#: readelf.c:17981
+#: readelf.c:18532
#, c-format
-msgid " Image id : %s\n"
+msgid " Image id : %.*s\n"
msgstr ""
-#: readelf.c:17985
+#: readelf.c:18537
#, c-format
-msgid " Image name: %s\n"
+msgid " Image name: %.*s\n"
msgstr ""
-#: readelf.c:17988
+#: readelf.c:18541
#, c-format
-msgid " Global symbol table name: %s\n"
+msgid " Global symbol table name: %.*s\n"
msgstr ""
-#: readelf.c:17991
+#: readelf.c:18545
#, c-format
-msgid " Image id: %s\n"
+msgid " Image id: %.*s\n"
msgstr ""
-#: readelf.c:17994
+#: readelf.c:18549
#, c-format
-msgid " Linker id: %s\n"
+msgid " Linker id: %.*s\n"
msgstr ""
-#: readelf.c:18166 readelf.c:18174
+#: readelf.c:18559
+#, c-format
+msgid " <corrupt - data size is too small>\n"
+msgstr ""
+
+#: readelf.c:18560
+msgid "corrupt IA64 note: data size is too small\n"
+msgstr ""
+
+#: readelf.c:18728 readelf.c:18736
#, c-format
msgid " Applies to region from %#lx to %#lx\n"
msgstr ""
-#: readelf.c:18169 readelf.c:18176
+#: readelf.c:18731 readelf.c:18738
#, c-format
msgid " Applies to region from %#lx\n"
msgstr ""
-#: readelf.c:18205
+#: readelf.c:18767
#, c-format
msgid " <invalid description size: %lx>\n"
msgstr ""
-#: readelf.c:18206
+#: readelf.c:18768
#, c-format
msgid " <invalid descsz>"
msgstr ""
-#: readelf.c:18232
+#: readelf.c:18794
#, c-format
msgid "Gap in build notes detected from %#lx to %#lx\n"
msgstr ""
-#: readelf.c:18235 readelf.c:18246
+#: readelf.c:18797 readelf.c:18808
#, c-format
msgid " Applies to region from %#lx"
msgstr ""
-#: readelf.c:18240 readelf.c:18251
+#: readelf.c:18802 readelf.c:18813
#, c-format
msgid " to %#lx"
msgstr ""
-#: readelf.c:18257
+#: readelf.c:18819
#, c-format
msgid " (%s)"
msgstr ""
-#: readelf.c:18278 readelf.c:18293
+#: readelf.c:18840 readelf.c:18855
#, c-format
msgid "corrupt name field in GNU build attribute note: size = %ld\n"
msgstr ""
-#: readelf.c:18279 readelf.c:18294
+#: readelf.c:18841 readelf.c:18856
msgid " <corrupt name>"
msgstr ""
-#: readelf.c:18313
+#: readelf.c:18875
#, c-format
msgid "unrecognised attribute type in name field: %d\n"
msgstr ""
-#: readelf.c:18314
+#: readelf.c:18876
msgid "<unknown name type>"
msgstr ""
-#: readelf.c:18324
+#: readelf.c:18886
msgid "<version>"
msgstr ""
-#: readelf.c:18329
+#: readelf.c:18891
msgid "<stack prot>"
msgstr ""
-#: readelf.c:18334
+#: readelf.c:18896
msgid "<relro>"
msgstr ""
-#: readelf.c:18339
+#: readelf.c:18901
msgid "<stack size>"
msgstr ""
-#: readelf.c:18344
+#: readelf.c:18906
msgid "<tool>"
msgstr ""
-#: readelf.c:18349
+#: readelf.c:18911
msgid "<ABI>"
msgstr ""
-#: readelf.c:18354
+#: readelf.c:18916
msgid "<PIC>"
msgstr ""
-#: readelf.c:18359
+#: readelf.c:18921
msgid "<short enum>"
msgstr ""
-#: readelf.c:18378
+#: readelf.c:18940
#, c-format
msgid "unrecognised byte in name field: %d\n"
msgstr ""
-#: readelf.c:18379
+#: readelf.c:18941
#, c-format
msgid "<unknown:_%d>"
msgstr ""
-#: readelf.c:18391
+#: readelf.c:18953
#, c-format
msgid "attribute does not have an expected type (%c)\n"
msgstr ""
-#: readelf.c:18395
+#: readelf.c:18957
#, c-format
msgid "corrupt name field: namesz: %lu but parsing gets to %ld\n"
msgstr ""
-#: readelf.c:18422
+#: readelf.c:18984
#, c-format
msgid "corrupt numeric name field: too many bytes in the value: %x\n"
msgstr ""
-#: readelf.c:18590
+#: readelf.c:19156
#, c-format
msgid " description data: "
msgstr ""
-#: readelf.c:18629
+#: readelf.c:19195
msgid "notes"
msgstr ""
-#: readelf.c:18637
+#: readelf.c:19203
#, c-format
msgid ""
"\n"
"Displaying notes found in: %s\n"
msgstr ""
-#: readelf.c:18639
+#: readelf.c:19205
#, c-format
msgid ""
"\n"
"Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n"
msgstr ""
-#: readelf.c:18651
+#: readelf.c:19217
#, c-format
msgid "Corrupt note: alignment %ld, expecting 4 or 8\n"
msgstr ""
-#: readelf.c:18656
+#: readelf.c:19222
#, c-format
-msgid " %-20s %10s\tDescription\n"
+msgid " %-20s %-10s\tDescription\n"
msgstr ""
-#: readelf.c:18656
+#: readelf.c:19222
msgid "Owner"
msgstr ""
-#: readelf.c:18656
+#: readelf.c:19222
msgid "Data size"
msgstr ""
-#: readelf.c:18674 readelf.c:18703
+#: readelf.c:19240 readelf.c:19269
#, c-format
msgid "Corrupt note: only %ld byte remains, not enough for a full note\n"
msgid_plural ""
@@ -10052,25 +10192,25 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:18731
+#: readelf.c:19297
#, c-format
msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n"
msgstr ""
-#: readelf.c:18733
+#: readelf.c:19299
#, c-format
msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx, alignment: %u\n"
msgstr ""
-#: readelf.c:18751
+#: readelf.c:19317
msgid "Out of memory allocating space for inote name\n"
msgstr ""
-#: readelf.c:18814
+#: readelf.c:19380
msgid "v850 notes"
msgstr ""
-#: readelf.c:18821
+#: readelf.c:19387
#, c-format
msgid ""
"\n"
@@ -10078,75 +10218,75 @@ msgid ""
"length 0x%lx:\n"
msgstr ""
-#: readelf.c:18838
+#: readelf.c:19404
#, c-format
msgid "Corrupt note: name size is too big: %lx\n"
msgstr ""
-#: readelf.c:18848
+#: readelf.c:19414
#, c-format
msgid "corrupt descsz found in note at offset 0x%lx\n"
msgstr ""
-#: readelf.c:18850 readelf.c:18863
+#: readelf.c:19416 readelf.c:19429
#, c-format
msgid " type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"
msgstr ""
-#: readelf.c:18861
+#: readelf.c:19427
#, c-format
msgid "corrupt namesz found in note at offset 0x%lx\n"
msgstr ""
-#: readelf.c:18939
+#: readelf.c:19505
#, c-format
msgid "No note segments present in the core file.\n"
msgstr ""
-#: readelf.c:18947
+#: readelf.c:19513
#, c-format
msgid " Unknown GNU attribute: %s\n"
msgstr ""
-#: readelf.c:19087
+#: readelf.c:19653
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:19210
+#: readelf.c:19776
#, c-format
msgid "%s: Failed to read file header\n"
msgstr ""
-#: readelf.c:19224
+#: readelf.c:19791
#, c-format
msgid ""
"\n"
"File: %s\n"
msgstr ""
-#: readelf.c:19410
+#: readelf.c:19984
#, c-format
msgid "%s: unable to dump the index as none was found\n"
msgstr ""
-#: readelf.c:19416
+#: readelf.c:19990
#, c-format
msgid "Index of archive %s: (%lu entries, 0x%lx bytes in the symbol table)\n"
msgstr ""
-#: readelf.c:19435
+#: readelf.c:20009
#, c-format
msgid "Contents of binary %s at offset "
msgstr ""
-#: readelf.c:19445
+#: readelf.c:20019
#, c-format
msgid "%s: end of the symbol table reached before the end of the index\n"
msgstr ""
-#: readelf.c:19462
+#: readelf.c:20036
#, c-format
msgid ""
"%s: %ld byte remains in the symbol table, but without corresponding entries "
@@ -10157,36 +10297,36 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: readelf.c:19475
+#: readelf.c:20049
#, c-format
msgid "%s: failed to seek back to start of object files in the archive\n"
msgstr ""
-#: readelf.c:19562 readelf.c:19674
+#: readelf.c:20136 readelf.c:20248
#, c-format
msgid "Input file '%s' is not readable.\n"
msgstr ""
-#: readelf.c:19586
+#: readelf.c:20160
#, c-format
msgid "%s: contains corrupt thin archive: %s\n"
msgstr ""
-#: readelf.c:19599
+#: readelf.c:20173
#, c-format
msgid "%s: failed to seek to archive member.\n"
msgstr ""
-#: readelf.c:19666
+#: readelf.c:20240
msgid "Out of memory allocating file data structure\n"
msgstr ""
-#: readelf.c:19702
+#: readelf.c:20276
#, c-format
msgid "File %s is not an archive so its index cannot be displayed.\n"
msgstr ""
-#: readelf.c:19761
+#: readelf.c:20335
msgid "Nothing to do.\n"
msgstr ""
@@ -10603,21 +10743,22 @@ msgstr ""
msgid "can't open `%s' for output: %s"
msgstr ""
-#: size.c:77
+#: size.c:89
#, c-format
msgid " Displays the sizes of sections inside binary files\n"
msgstr ""
-#: size.c:78
+#: size.c:90
#, c-format
msgid " If no input file(s) are specified, a.out is assumed\n"
msgstr ""
-#: size.c:79
+#: size.c:91
#, c-format
msgid ""
" The options are:\n"
-" -A|-B --format={sysv|berkeley} Select output style (default is %s)\n"
+" -A|-B|-G --format={sysv|berkeley|gnu} Select output style (default is "
+"%s)\n"
" -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or "
"hex\n"
" -t --totals Display the total sizes (Berkeley "
@@ -10630,12 +10771,12 @@ msgid ""
"\n"
msgstr ""
-#: size.c:160
+#: size.c:176
#, c-format
msgid "invalid argument to --format: %s"
msgstr ""
-#: size.c:187
+#: size.c:203
#, c-format
msgid "Invalid radix: %s\n"
msgstr ""
@@ -10970,6 +11111,80 @@ msgstr ""
msgid "cannot open input file %s"
msgstr ""
+#: unwind-ia64.c:176
+#, c-format
+msgid "Unknown code 0x%02x\n"
+msgstr ""
+
+#. PR 18420.
+#: unwind-ia64.c:362
+#, c-format
+msgid ""
+"\n"
+"ERROR: unwind length too long (0x%lx > 0x%lx)\n"
+"\n"
+msgstr ""
+
+#: unwind-ia64.c:575
+#, c-format
+msgid "\t<corrupt X1>\n"
+msgstr ""
+
+#: unwind-ia64.c:599
+#, c-format
+msgid "\t<corrupt X2>\n"
+msgstr ""
+
+#: unwind-ia64.c:625
+#, c-format
+msgid "\t<corrupt X3>\n"
+msgstr ""
+
+#: unwind-ia64.c:653
+#, c-format
+msgid "\t<corrupt X4>\n"
+msgstr ""
+
+#: unwind-ia64.c:695
+#, c-format
+msgid "\t<corrupt R2>\n"
+msgstr ""
+
+#: unwind-ia64.c:741
+#, c-format
+msgid "\t<corrupt P2>\n"
+msgstr ""
+
+#: unwind-ia64.c:756
+#, c-format
+msgid "\t<corrupt P3>\n"
+msgstr ""
+
+#: unwind-ia64.c:815
+#, c-format
+msgid "\t<corrupt P5>\n"
+msgstr ""
+
+#: unwind-ia64.c:922
+#, c-format
+msgid "\t<corrupt P8>\n"
+msgstr ""
+
+#: unwind-ia64.c:997
+#, c-format
+msgid "\t<corrupt P9>\n"
+msgstr ""
+
+#: unwind-ia64.c:1009
+#, c-format
+msgid "\t<corrupt P10>\n"
+msgstr ""
+
+#: unwind-ia64.c:1140
+#, c-format
+msgid "\t<corrupt IA64 descriptor>\n"
+msgstr ""
+
#: version.c:34
#, c-format
msgid "Copyright (C) 2019 Free Software Foundation, Inc.\n"
@@ -11172,7 +11387,7 @@ msgstr ""
msgid "no resources"
msgstr ""
-#: wrstabs.c:353 wrstabs.c:1914
+#: wrstabs.c:353 wrstabs.c:1910
#, c-format
msgid "string_hash_lookup failed: %s"
msgstr ""
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 46e58d6e3c6..e522b8b7c03 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-30 Phil Blundell <pb@pbcl.net>
+
+ Release 2.33
+ * configure, Makefile.in, doc/Makefile.in, po/gas.pot: Regenerate.
+
2019-09-25 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 595295e5557..21545d25b70 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -402,7 +402,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/gas/configure b/gas/configure
index fe564327273..2e434bc6ad0 100755
--- a/gas/configure
+++ b/gas/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gas 2.32.90.
+# Generated by GNU Autoconf 2.69 for gas 2.33.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gas'
PACKAGE_TARNAME='gas'
-PACKAGE_VERSION='2.32.90'
-PACKAGE_STRING='gas 2.32.90'
+PACKAGE_VERSION='2.33'
+PACKAGE_STRING='gas 2.33'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -770,7 +770,6 @@ infodir
docdir
oldincludedir
includedir
-runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -868,7 +867,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1121,15 +1119,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
- -runstatedir | --runstatedir | --runstatedi | --runstated \
- | --runstate | --runstat | --runsta | --runst | --runs \
- | --run | --ru | --r)
- ac_prev=runstatedir ;;
- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
- | --run=* | --ru=* | --r=*)
- runstatedir=$ac_optarg ;;
-
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1267,7 +1256,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir runstatedir
+ libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1380,7 +1369,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gas 2.32.90 to adapt to many kinds of systems.
+\`configure' configures gas 2.33 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1420,7 +1409,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1452,7 +1440,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gas 2.32.90:";;
+ short | recursive ) echo "Configuration of gas 2.33:";;
esac
cat <<\_ACEOF
@@ -1588,7 +1576,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gas configure 2.32.90
+gas configure 2.33
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2053,7 +2041,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gas $as_me 2.32.90, which was
+It was created by gas $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4000,7 +3988,7 @@ fi
# Define the identity of the package.
PACKAGE='gas'
- VERSION='2.32.90'
+ VERSION='2.33'
cat >>confdefs.h <<_ACEOF
@@ -11355,7 +11343,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11358 "configure"
+#line 11346 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11461,7 +11449,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11464 "configure"
+#line 11452 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11848,7 +11836,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -11894,7 +11882,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -11918,7 +11906,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -11963,7 +11951,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -11987,7 +11975,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -15717,7 +15705,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gas $as_me 2.32.90, which was
+This file was extended by gas $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15783,7 +15771,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gas config.status 2.32.90
+gas config.status 2.33
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in
index 854ee9daef8..7c4189a8c6e 100644
--- a/gas/doc/Makefile.in
+++ b/gas/doc/Makefile.in
@@ -364,7 +364,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/gas/po/gas.pot b/gas/po/gas.pot
index 6a2a45db4d4..6da07dfdb64 100644
--- a/gas/po/gas.pot
+++ b/gas/po/gas.pot
@@ -3,13 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
-#: config/tc-arm.c:676
+#: config/tc-arm.c:693
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2019-01-19 16:31+0000\n"
+"POT-Creation-Date: 2019-09-30 10:59+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"
@@ -172,12 +172,12 @@ msgstr ""
msgid " --elf-stt-common=[no|yes] "
msgstr ""
-#: as.c:306 as.c:317 config/tc-i386.c:11548 config/tc-i386.c:11568
+#: as.c:306 as.c:317 config/tc-i386.c:11744 config/tc-i386.c:11764
#, c-format
msgid "(default: yes)\n"
msgstr ""
-#: as.c:308 as.c:319 config/tc-i386.c:11550 config/tc-i386.c:11570
+#: as.c:308 as.c:319 config/tc-i386.c:11746 config/tc-i386.c:11766
#, c-format
msgid "(default: no)\n"
msgstr ""
@@ -542,35 +542,35 @@ msgstr ""
msgid "%s: total time in assembly: %ld.%06ld\n"
msgstr ""
-#: as.c:1243
+#: as.c:1241
msgid "libbfd ABI mismatch"
msgstr ""
-#: as.c:1282
+#: as.c:1280
#, c-format
msgid "The input '%s' and output '%s' files are the same"
msgstr ""
-#: as.c:1392
+#: as.c:1390
#, c-format
msgid "%d warning"
msgid_plural "%d warnings"
msgstr[0] ""
msgstr[1] ""
-#: as.c:1394
+#: as.c:1392
#, c-format
msgid "%d error"
msgid_plural "%d errors"
msgstr[0] ""
msgstr[1] ""
-#: as.c:1398
+#: as.c:1396
#, c-format
msgid "%s, treating warnings as errors"
msgstr ""
-#: as.c:1409
+#: as.c:1407
#, c-format
msgid "%s, %s, generating bad object file\n"
msgstr ""
@@ -584,23 +584,23 @@ msgstr ""
#. * We have a GROSS internal error.
#. * This should never happen.
#.
-#: atof-generic.c:418 config/tc-m68k.c:3501
+#: atof-generic.c:443 config/tc-m68k.c:3501
msgid "failed sanity check"
msgstr ""
#: cgen.c:106 config/tc-alpha.c:2098 config/tc-alpha.c:2122
-#: config/tc-arc.c:4034 config/tc-arc.c:4108 config/tc-d10v.c:550
+#: config/tc-arc.c:4031 config/tc-arc.c:4105 config/tc-d10v.c:550
#: config/tc-d30v.c:537 config/tc-mn10200.c:1098 config/tc-mn10300.c:1752
-#: config/tc-ppc.c:3237 config/tc-ppc.c:3423 config/tc-ppc.c:3710
-#: config/tc-s390.c:1340 config/tc-s390.c:1463 config/tc-s390.c:1597
-#: config/tc-v850.c:2538 config/tc-v850.c:2609 config/tc-v850.c:2656
-#: config/tc-v850.c:2693 config/tc-v850.c:2730 config/tc-v850.c:2993
+#: config/tc-ppc.c:3520 config/tc-ppc.c:4022 config/tc-s390.c:1342
+#: config/tc-s390.c:1465 config/tc-s390.c:1599 config/tc-v850.c:2538
+#: config/tc-v850.c:2609 config/tc-v850.c:2656 config/tc-v850.c:2693
+#: config/tc-v850.c:2730 config/tc-v850.c:2993
msgid "too many fixups"
msgstr ""
#: cgen.c:371 cgen.c:391 config/tc-d10v.c:461 config/tc-d30v.c:453
-#: config/tc-mn10200.c:1040 config/tc-mn10300.c:1677 config/tc-ppc.c:3279
-#: config/tc-s390.c:1324 config/tc-v850.c:2647 config/tc-v850.c:2681
+#: config/tc-mn10200.c:1040 config/tc-mn10300.c:1677 config/tc-ppc.c:3562
+#: config/tc-s390.c:1326 config/tc-v850.c:2647 config/tc-v850.c:2681
#: config/tc-v850.c:2721 config/tc-v850.c:2966 config/tc-z80.c:446
msgid "illegal operand"
msgstr ""
@@ -608,7 +608,7 @@ msgstr ""
#: cgen.c:395 config/tc-avr.c:898 config/tc-d10v.c:463 config/tc-d30v.c:455
#: config/tc-h8300.c:497 config/tc-mcore.c:661 config/tc-microblaze.c:613
#: config/tc-mmix.c:495 config/tc-mn10200.c:1043 config/tc-mn10300.c:1680
-#: config/tc-msp430.c:417 config/tc-ppc.c:3281 config/tc-s390.c:1329
+#: config/tc-msp430.c:417 config/tc-ppc.c:3564 config/tc-s390.c:1331
#: config/tc-sh.c:988 config/tc-v850.c:2651 config/tc-v850.c:2685
#: config/tc-v850.c:2725 config/tc-v850.c:2969 config/tc-xgate.c:895
#: config/tc-z80.c:557 config/tc-z8k.c:349
@@ -624,22 +624,22 @@ msgid "operand mask overflow"
msgstr ""
#. We can't actually support subtracting a symbol.
-#: cgen.c:857 config/tc-arm.c:1793 config/tc-arm.c:10365 config/tc-arm.c:10417
-#: config/tc-arm.c:10675 config/tc-arm.c:11512 config/tc-arm.c:12649
-#: config/tc-arm.c:12689 config/tc-arm.c:13032 config/tc-arm.c:13073
-#: config/tc-arm.c:17567 config/tc-arm.c:17608 config/tc-avr.c:1549
-#: config/tc-avr.c:1561 config/tc-avr.c:1825 config/tc-cris.c:4067
+#: cgen.c:857 config/tc-arm.c:1964 config/tc-arm.c:11184 config/tc-arm.c:11236
+#: config/tc-arm.c:11518 config/tc-arm.c:12414 config/tc-arm.c:13554
+#: config/tc-arm.c:13594 config/tc-arm.c:13967 config/tc-arm.c:14009
+#: config/tc-arm.c:21079 config/tc-arm.c:21139 config/tc-avr.c:1549
+#: config/tc-avr.c:1561 config/tc-avr.c:1825 config/tc-cris.c:4060
#: config/tc-d10v.c:1507 config/tc-d30v.c:1912 config/tc-ft32.c:574
-#: config/tc-ft32.c:587 config/tc-mips.c:9533 config/tc-mips.c:10838
-#: config/tc-mips.c:12094 config/tc-mips.c:12753 config/tc-nds32.c:7830
+#: config/tc-ft32.c:587 config/tc-mips.c:9683 config/tc-mips.c:10993
+#: config/tc-mips.c:12290 config/tc-mips.c:12973 config/tc-nds32.c:7827
#: config/tc-pru.c:747 config/tc-pru.c:757 config/tc-spu.c:972
-#: config/tc-spu.c:996 config/tc-tilegx.c:1486 config/tc-tilepro.c:1347
+#: config/tc-spu.c:996 config/tc-tilegx.c:1483 config/tc-tilepro.c:1344
#: config/tc-v850.c:3451 config/tc-vax.c:282 config/tc-xstormy16.c:482
-#: config/tc-xtensa.c:5979 config/tc-xtensa.c:13163
+#: config/tc-xtensa.c:5967 config/tc-xtensa.c:13040
msgid "expression too complex"
msgstr ""
-#: cgen.c:956 config/tc-ppc.c:7309 config/tc-s390.c:2378 config/tc-v850.c:3503
+#: cgen.c:956 config/tc-ppc.c:7731 config/tc-s390.c:2380 config/tc-v850.c:3503
#: config/tc-xstormy16.c:539
msgid "unresolved expression that must be resolved"
msgstr ""
@@ -717,20 +717,20 @@ msgstr ""
msgid "here is the \"else\" of the unterminated conditional"
msgstr ""
-#: config/atof-ieee.c:139
+#: config/atof-ieee.c:140
msgid "cannot create floating-point number"
msgstr ""
-#: config/atof-ieee.c:286
-msgid "NaNs are not supported by this target\n"
+#: config/atof-ieee.c:293
+msgid "NaNs are not supported by this target"
msgstr ""
-#: config/atof-ieee.c:325 config/atof-ieee.c:366
-msgid "Infinities are not supported by this target\n"
+#: config/atof-ieee.c:337 config/atof-ieee.c:382
+msgid "Infinities are not supported by this target"
msgstr ""
-#: config/atof-ieee.c:781 config/atof-vax.c:449 config/tc-arm.c:1169
-#: config/tc-ia64.c:11608 config/tc-tic30.c:1263 config/tc-tic4x.c:2585
+#: config/atof-ieee.c:804 config/atof-vax.c:449 config/tc-arm.c:1232
+#: config/tc-ia64.c:11606 config/tc-tic30.c:1263 config/tc-tic4x.c:2583
msgid "Unrecognized or unsupported floating point constant"
msgstr ""
@@ -754,8 +754,8 @@ msgstr ""
msgid "Inserting \"%s\" into structure table failed: %s"
msgstr ""
-#: config/obj-coff.c:213 config/obj-coff.c:1677 config/tc-ppc.c:5916
-#: config/tc-tic54x.c:3979 read.c:2961
+#: config/obj-coff.c:213 config/obj-coff.c:1677 config/tc-ppc.c:6265
+#: config/tc-tic54x.c:3984 read.c:2961
#, c-format
msgid "error setting flags for \"%s\": %s"
msgstr ""
@@ -854,7 +854,7 @@ msgstr ""
msgid "unsupported section attribute '%c'"
msgstr ""
-#: config/obj-coff.c:1646 config/tc-ppc.c:5898
+#: config/obj-coff.c:1646 config/tc-ppc.c:6247
#, c-format
msgid "unknown section attribute '%c'"
msgstr ""
@@ -882,7 +882,7 @@ msgstr ""
msgid "bad .common segment %s"
msgstr ""
-#: config/obj-elf.c:421
+#: config/obj-elf.c:421 config/tc-aarch64.c:1952
msgid "Missing symbol name in directive"
msgstr ""
@@ -901,202 +901,216 @@ msgstr ""
msgid "setting incorrect section attributes for %s"
msgstr ""
-#: config/obj-elf.c:710
-#, c-format
-msgid "SHF_ALLOC isn't set for GNU_MBIND section: %s"
-msgstr ""
-
-#: config/obj-elf.c:759
+#: config/obj-elf.c:756
#, c-format
msgid "ignoring changed section type for %s"
msgstr ""
-#: config/obj-elf.c:771
+#: config/obj-elf.c:768
#, c-format
msgid "ignoring changed section attributes for %s"
msgstr ""
-#: config/obj-elf.c:778
+#: config/obj-elf.c:775
#, c-format
msgid "ignoring changed section entity size for %s"
msgstr ""
-#: config/obj-elf.c:842
+#: config/obj-elf.c:840
msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T or number"
msgstr ""
-#: config/obj-elf.c:902
+#: config/obj-elf.c:900
msgid "extraneous characters at end of numeric section type"
msgstr ""
-#: config/obj-elf.c:908 read.c:2945
+#: config/obj-elf.c:906 read.c:2945
msgid "unrecognized section type"
msgstr ""
-#: config/obj-elf.c:940
+#: config/obj-elf.c:938
msgid "unrecognized section attribute"
msgstr ""
-#: config/obj-elf.c:971 config/tc-alpha.c:4209
+#: config/obj-elf.c:969 config/tc-alpha.c:4209
msgid "missing name"
msgstr ""
-#: config/obj-elf.c:1129
+#: config/obj-elf.c:1130
msgid "invalid merge entity size"
msgstr ""
-#: config/obj-elf.c:1136
+#: config/obj-elf.c:1137
msgid "entity size for SHF_MERGE not specified"
msgstr ""
-#: config/obj-elf.c:1142
+#: config/obj-elf.c:1143
msgid "? section flag ignored with G present"
msgstr ""
-#: config/obj-elf.c:1166
+#: config/obj-elf.c:1167
msgid "group name for SHF_GROUP not specified"
msgstr ""
-#: config/obj-elf.c:1191
+#: config/obj-elf.c:1192
#, c-format
msgid "unsupported mbind section info: %s"
msgstr ""
-#: config/obj-elf.c:1206
+#: config/obj-elf.c:1207
msgid "character following name is not '#'"
msgstr ""
-#: config/obj-elf.c:1326
+#: config/obj-elf.c:1236
+#, c-format
+msgid "SHF_ALLOC isn't set for GNU_MBIND section: %s"
+msgstr ""
+
+#: config/obj-elf.c:1243
+msgid "GNU_MBIND section is supported only by GNU and FreeBSD targets"
+msgstr ""
+
+#: config/obj-elf.c:1346
msgid ".previous without corresponding .section; ignored"
msgstr ""
-#: config/obj-elf.c:1352
+#: config/obj-elf.c:1372
msgid ".popsection without corresponding .pushsection; ignored"
msgstr ""
-#: config/obj-elf.c:1398
+#: config/obj-elf.c:1418
msgid "expected comma after name in .symver"
msgstr ""
-#: config/obj-elf.c:1414 config/obj-elf.c:2304
+#: config/obj-elf.c:1434 config/obj-elf.c:2355
#, c-format
msgid "`%s' can't be versioned to common symbol '%s'"
msgstr ""
-#: config/obj-elf.c:1429
+#: config/obj-elf.c:1449
#, c-format
msgid "missing version name in `%s' for symbol `%s'"
msgstr ""
-#: config/obj-elf.c:1440
+#: config/obj-elf.c:1460
#, c-format
msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
msgstr ""
-#: config/obj-elf.c:1476
+#: config/obj-elf.c:1496
#, c-format
msgid "expected `%s' to have already been set for .vtable_inherit"
msgstr ""
-#: config/obj-elf.c:1486
+#: config/obj-elf.c:1506
msgid "expected comma after name in .vtable_inherit"
msgstr ""
-#: config/obj-elf.c:1547
+#: config/obj-elf.c:1567
msgid "expected comma after name in .vtable_entry"
msgstr ""
-#: config/obj-elf.c:1686
+#: config/obj-elf.c:1706
#, c-format
msgid "Attribute name not recognised: %s"
msgstr ""
-#: config/obj-elf.c:1703
+#: config/obj-elf.c:1723
msgid "expected numeric constant"
msgstr ""
-#: config/obj-elf.c:1712 config/tc-arm.c:6489
+#: config/obj-elf.c:1732 config/tc-arm.c:6930
msgid "expected comma"
msgstr ""
-#: config/obj-elf.c:1745
+#: config/obj-elf.c:1765
msgid "bad string constant"
msgstr ""
-#: config/obj-elf.c:1749
+#: config/obj-elf.c:1769
msgid "expected <tag> , <value>"
msgstr ""
-#: config/obj-elf.c:1869
+#: config/obj-elf.c:1889
msgid "expected quoted string"
msgstr ""
-#: config/obj-elf.c:1889
+#: config/obj-elf.c:1909
#, c-format
msgid "expected comma after name `%s' in .size directive"
msgstr ""
-#: config/obj-elf.c:1898
+#: config/obj-elf.c:1918
msgid "missing expression in .size directive"
msgstr ""
-#: config/obj-elf.c:2021
+#: config/obj-elf.c:2041
#, c-format
msgid "symbol '%s' is already defined"
msgstr ""
-#: config/obj-elf.c:2042
+#: config/obj-elf.c:2062
#, c-format
msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets"
msgstr ""
-#: config/obj-elf.c:2054
+#: config/obj-elf.c:2075
#, c-format
msgid "symbol type \"%s\" is supported only by GNU targets"
msgstr ""
-#: config/obj-elf.c:2065
+#: config/obj-elf.c:2085
#, c-format
msgid "unrecognized symbol type \"%s\""
msgstr ""
-#: config/obj-elf.c:2232 config/obj-elf.c:2235
+#: config/obj-elf.c:2106
+#, c-format
+msgid "cannot change type of common symbol '%s'"
+msgstr ""
+
+#: config/obj-elf.c:2118
+#, c-format
+msgid "symbol '%s' already has its type set"
+msgstr ""
+
+#: config/obj-elf.c:2283 config/obj-elf.c:2286
#, c-format
msgid ".size expression for %s does not evaluate to a constant"
msgstr ""
-#: config/obj-elf.c:2269
+#: config/obj-elf.c:2320
#, c-format
msgid ""
"invalid attempt to declare external version name as default in symbol `%s'"
msgstr ""
-#: config/obj-elf.c:2338 ecoff.c:3600
+#: config/obj-elf.c:2389 ecoff.c:3600
#, c-format
msgid "symbol `%s' can not be both weak and common"
msgstr ""
-#: config/obj-elf.c:2450
+#: config/obj-elf.c:2484
#, c-format
msgid "assuming all members of group `%s' are COMDAT"
msgstr ""
-#: config/obj-elf.c:2462
+#: config/obj-elf.c:2496
#, c-format
msgid "can't create group: %s"
msgstr ""
-#: config/obj-elf.c:2613
+#: config/obj-elf.c:2647
#, c-format
msgid "failed to set up debugging information: %s"
msgstr ""
-#: config/obj-elf.c:2633
+#: config/obj-elf.c:2667
#, c-format
msgid "can't start writing .mdebug section: %s"
msgstr ""
-#: config/obj-elf.c:2641
+#: config/obj-elf.c:2675
#, c-format
msgid "could not write .mdebug section: %s"
msgstr ""
@@ -1145,8 +1159,8 @@ msgstr ""
msgid "missing sizeof_stub expression"
msgstr ""
-#: config/obj-macho.c:478 config/tc-ia64.c:1083 config/tc-ia64.c:11770
-#: config/tc-score.c:6100 expr.c:1172 read.c:1716
+#: config/obj-macho.c:478 config/tc-ia64.c:1083 config/tc-ia64.c:11768
+#: config/tc-score.c:6099 expr.c:1179 read.c:1716
msgid "expected symbol name"
msgstr ""
@@ -1154,7 +1168,7 @@ msgstr ""
msgid "bad or irreducible absolute expression"
msgstr ""
-#: config/obj-macho.c:497 config/tc-score.c:6117 read.c:1754
+#: config/obj-macho.c:497 config/tc-score.c:6116 read.c:1754
msgid "missing size expression"
msgstr ""
@@ -1163,9 +1177,9 @@ msgstr ""
msgid "size (%ld) out of range, ignored"
msgstr ""
-#: config/obj-macho.c:516 config/tc-score.c:6260 dwarf2dbg.c:969 ecoff.c:3359
-#: read.c:1772 read.c:1877 read.c:2628 read.c:3201 read.c:3632 symbols.c:474
-#: symbols.c:569
+#: config/obj-macho.c:516 config/tc-score.c:6259 dwarf2dbg.c:997 ecoff.c:3359
+#: read.c:1772 read.c:1877 read.c:2628 read.c:3201 read.c:3632 symbols.c:478
+#: symbols.c:573
#, c-format
msgid "symbol `%s' is already defined"
msgstr ""
@@ -1324,836 +1338,839 @@ msgstr ""
msgid "attaching copyright header %s: %s"
msgstr ""
-#: config/tc-aarch64.c:383
+#: config/tc-aarch64.c:380
msgid "integer 32-bit register expected"
msgstr ""
-#: config/tc-aarch64.c:386
+#: config/tc-aarch64.c:383
msgid "integer 64-bit register expected"
msgstr ""
-#: config/tc-aarch64.c:389
+#: config/tc-aarch64.c:386
msgid "integer register expected"
msgstr ""
-#: config/tc-aarch64.c:392
+#: config/tc-aarch64.c:389
msgid "64-bit integer or SP register expected"
msgstr ""
-#: config/tc-aarch64.c:395 config/tc-mcore.c:839 config/tc-mcore.c:1355
+#: config/tc-aarch64.c:392 config/tc-mcore.c:839 config/tc-mcore.c:1355
#: config/tc-mcore.c:1409
msgid "base register expected"
msgstr ""
-#: config/tc-aarch64.c:398
+#: config/tc-aarch64.c:395
msgid "integer or zero register expected"
msgstr ""
-#: config/tc-aarch64.c:401
+#: config/tc-aarch64.c:398
msgid "offset register expected"
msgstr ""
-#: config/tc-aarch64.c:404
+#: config/tc-aarch64.c:401
msgid "integer or SP register expected"
msgstr ""
-#: config/tc-aarch64.c:407
+#: config/tc-aarch64.c:404
msgid "integer, zero or SP register expected"
msgstr ""
-#: config/tc-aarch64.c:410
+#: config/tc-aarch64.c:407
msgid "8-bit SIMD scalar register expected"
msgstr ""
-#: config/tc-aarch64.c:413
+#: config/tc-aarch64.c:410
msgid "16-bit SIMD scalar or floating-point half precision register expected"
msgstr ""
-#: config/tc-aarch64.c:417
+#: config/tc-aarch64.c:414
msgid "32-bit SIMD scalar or floating-point single precision register expected"
msgstr ""
-#: config/tc-aarch64.c:421
+#: config/tc-aarch64.c:418
msgid "64-bit SIMD scalar or floating-point double precision register expected"
msgstr ""
-#: config/tc-aarch64.c:425
+#: config/tc-aarch64.c:422
msgid "128-bit SIMD scalar or floating-point quad precision register expected"
msgstr ""
-#: config/tc-aarch64.c:430 config/tc-arm.c:4418
+#: config/tc-aarch64.c:427 config/tc-arm.c:4638
msgid "register expected"
msgstr ""
#. any [BHSDQ]P FP
-#: config/tc-aarch64.c:433
+#: config/tc-aarch64.c:430
msgid "SIMD scalar or floating-point register expected"
msgstr ""
#. any V reg
-#: config/tc-aarch64.c:436
+#: config/tc-aarch64.c:433
msgid "vector register expected"
msgstr ""
-#: config/tc-aarch64.c:439
+#: config/tc-aarch64.c:436
msgid "SVE vector register expected"
msgstr ""
-#: config/tc-aarch64.c:442
+#: config/tc-aarch64.c:439
msgid "SVE predicate register expected"
msgstr ""
-#: config/tc-aarch64.c:445
+#: config/tc-aarch64.c:442
#, c-format
msgid "invalid register type %d"
msgstr ""
-#: config/tc-aarch64.c:606 config/tc-aarch64.c:608 config/tc-arm.c:1094
-#: config/tc-score.c:6510 expr.c:1343 read.c:2610
+#: config/tc-aarch64.c:604 config/tc-aarch64.c:606 config/tc-arm.c:1152
+#: config/tc-score.c:6509 expr.c:1350 read.c:2610
msgid "bad expression"
msgstr ""
-#: config/tc-aarch64.c:618 config/tc-sparc.c:3385
+#: config/tc-aarch64.c:616 config/tc-sparc.c:3385
msgid "bad segment"
msgstr ""
-#: config/tc-aarch64.c:836
+#: config/tc-aarch64.c:834
#, c-format
msgid "bad size %d in vector width specifier"
msgstr ""
-#: config/tc-aarch64.c:869
+#: config/tc-aarch64.c:867
#, c-format
msgid "unexpected character `%c' in element size"
msgstr ""
-#: config/tc-aarch64.c:871
+#: config/tc-aarch64.c:869
msgid "missing element size"
msgstr ""
-#: config/tc-aarch64.c:880
+#: config/tc-aarch64.c:878
#, c-format
msgid "invalid element size %d and vector size combination %c"
msgstr ""
-#: config/tc-aarch64.c:915
+#: config/tc-aarch64.c:913
#, c-format
msgid "unexpected character `%c' in predication type"
msgstr ""
-#: config/tc-aarch64.c:918
+#: config/tc-aarch64.c:916
msgid "missing predication type"
msgstr ""
-#: config/tc-aarch64.c:1013
+#: config/tc-aarch64.c:1011
msgid "this type of register can't be indexed"
msgstr ""
-#: config/tc-aarch64.c:1019
+#: config/tc-aarch64.c:1017
msgid "index not allowed inside register list"
msgstr ""
-#: config/tc-aarch64.c:1029 config/tc-aarch64.c:1977 config/tc-aarch64.c:2175
-#: config/tc-arm.c:1586 config/tc-arm.c:3698 config/tc-arm.c:4815
+#: config/tc-aarch64.c:1027 config/tc-aarch64.c:1997 config/tc-aarch64.c:2197
+#: config/tc-arm.c:1704 config/tc-arm.c:3914 config/tc-arm.c:5087
+#: config/tc-arm.c:7209
msgid "constant expression required"
msgstr ""
#. Indexed vector register expected.
-#: config/tc-aarch64.c:1041
+#: config/tc-aarch64.c:1039
msgid "indexed vector register expected"
msgstr ""
-#: config/tc-aarch64.c:1048
+#: config/tc-aarch64.c:1046
msgid "invalid use of vector register"
msgstr ""
-#: config/tc-aarch64.c:1140 config/tc-arm.c:1854
+#: config/tc-aarch64.c:1138 config/tc-arm.c:2020
msgid "expecting {"
msgstr ""
-#: config/tc-aarch64.c:1165
+#: config/tc-aarch64.c:1163
msgid "invalid vector register in list"
msgstr ""
-#: config/tc-aarch64.c:1172
+#: config/tc-aarch64.c:1170
msgid "invalid scalar register in list"
msgstr ""
-#: config/tc-aarch64.c:1185
+#: config/tc-aarch64.c:1183
msgid "invalid range in vector register list"
msgstr ""
-#: config/tc-aarch64.c:1198
+#: config/tc-aarch64.c:1196
msgid "type mismatch in vector register list"
msgstr ""
-#: config/tc-aarch64.c:1215
+#: config/tc-aarch64.c:1213
msgid "end of vector register list not found"
msgstr ""
-#: config/tc-aarch64.c:1231
+#: config/tc-aarch64.c:1229
msgid "constant expression required."
msgstr ""
-#: config/tc-aarch64.c:1241
+#: config/tc-aarch64.c:1239
msgid "expected index"
msgstr ""
-#: config/tc-aarch64.c:1248
+#: config/tc-aarch64.c:1246
msgid "too many registers in vector register list"
msgstr ""
-#: config/tc-aarch64.c:1253
+#: config/tc-aarch64.c:1251
msgid "empty vector register list"
msgstr ""
-#: config/tc-aarch64.c:1275 config/tc-arm.c:2240
+#: config/tc-aarch64.c:1273 config/tc-arm.c:2456
#, c-format
msgid "ignoring attempt to redefine built-in register '%s'"
msgstr ""
-#: config/tc-aarch64.c:1281 config/tc-arm.c:2245
+#: config/tc-aarch64.c:1279 config/tc-arm.c:2461
#, c-format
msgid "ignoring redefinition of register alias '%s'"
msgstr ""
-#: config/tc-aarch64.c:1327 config/tc-arm.c:2311
+#: config/tc-aarch64.c:1325 config/tc-arm.c:2527
#, c-format
msgid "unknown register '%s' -- .req ignored"
msgstr ""
-#: config/tc-aarch64.c:1385 config/tc-arm.c:2519
+#: config/tc-aarch64.c:1383 config/tc-arm.c:2735
msgid "invalid syntax for .req directive"
msgstr ""
-#: config/tc-aarch64.c:1410 config/tc-arm.c:2557
+#: config/tc-aarch64.c:1408 config/tc-arm.c:2773
msgid "invalid syntax for .unreq directive"
msgstr ""
-#: config/tc-aarch64.c:1416 config/tc-arm.c:2564
+#: config/tc-aarch64.c:1414 config/tc-arm.c:2780
#, c-format
msgid "unknown register alias '%s'"
msgstr ""
-#: config/tc-aarch64.c:1418
+#: config/tc-aarch64.c:1416
#, c-format
msgid "ignoring attempt to undefine built-in register '%s'"
msgstr ""
-#: config/tc-aarch64.c:1742 config/tc-arm.c:3310 config/tc-arm.c:3337
-#: config/tc-arm.c:3350
+#: config/tc-aarch64.c:1740 config/tc-arm.c:3526 config/tc-arm.c:3553
+#: config/tc-arm.c:3566
msgid "literal pool overflow"
msgstr ""
-#: config/tc-aarch64.c:1924 config/tc-aarch64.c:6102 config/tc-arm.c:3571
-#: config/tc-arm.c:7012
+#: config/tc-aarch64.c:1922 config/tc-aarch64.c:6155 config/tc-arm.c:3787
+#: config/tc-arm.c:7626
msgid "unrecognized relocation suffix"
msgstr ""
-#: config/tc-aarch64.c:1926
+#: config/tc-aarch64.c:1924
msgid "unimplemented relocation suffix"
msgstr ""
-#: config/tc-aarch64.c:2143 config/tc-aarch64.c:2333 config/tc-aarch64.c:2377
+#: config/tc-aarch64.c:2165 config/tc-aarch64.c:2355 config/tc-aarch64.c:2399
#: config/tc-csky.c:1798
msgid "immediate operand required"
msgstr ""
-#: config/tc-aarch64.c:2151
+#: config/tc-aarch64.c:2173
msgid "missing immediate expression"
msgstr ""
-#: config/tc-aarch64.c:2357 config/tc-aarch64.c:5926 config/tc-aarch64.c:5946
+#: config/tc-aarch64.c:2379 config/tc-aarch64.c:5979 config/tc-aarch64.c:5999
msgid "invalid floating-point constant"
msgstr ""
-#: config/tc-aarch64.c:3050 config/tc-arm.c:5154 config/tc-arm.c:5163
+#: config/tc-aarch64.c:3072 config/tc-arm.c:5427 config/tc-arm.c:5436
msgid "shift expression expected"
msgstr ""
-#: config/tc-aarch64.c:3058
+#: config/tc-aarch64.c:3080
msgid "shift operator expected"
msgstr ""
-#: config/tc-aarch64.c:3066
+#: config/tc-aarch64.c:3088
msgid "invalid use of 'MSL'"
msgstr ""
-#: config/tc-aarch64.c:3074
+#: config/tc-aarch64.c:3096
msgid "invalid use of 'MUL'"
msgstr ""
-#: config/tc-aarch64.c:3083
+#: config/tc-aarch64.c:3105
msgid "extending shift is not permitted"
msgstr ""
-#: config/tc-aarch64.c:3091
+#: config/tc-aarch64.c:3113
msgid "'ROR' shift is not permitted"
msgstr ""
-#: config/tc-aarch64.c:3099
+#: config/tc-aarch64.c:3121
msgid "only 'LSL' shift is permitted"
msgstr ""
-#: config/tc-aarch64.c:3107
+#: config/tc-aarch64.c:3129
msgid "only 'MUL' is permitted"
msgstr ""
-#: config/tc-aarch64.c:3125
+#: config/tc-aarch64.c:3147
msgid "only 'MUL VL' is permitted"
msgstr ""
-#: config/tc-aarch64.c:3133
+#: config/tc-aarch64.c:3155
msgid "invalid shift for the register offset addressing mode"
msgstr ""
-#: config/tc-aarch64.c:3141
+#: config/tc-aarch64.c:3163
msgid "invalid shift operator"
msgstr ""
-#: config/tc-aarch64.c:3174
+#: config/tc-aarch64.c:3196
msgid "missing shift amount"
msgstr ""
-#: config/tc-aarch64.c:3181
+#: config/tc-aarch64.c:3203
msgid "constant shift amount required"
msgstr ""
-#: config/tc-aarch64.c:3190
+#: config/tc-aarch64.c:3212
msgid "shift amount out of range 0 to 63"
msgstr ""
-#: config/tc-aarch64.c:3239
+#: config/tc-aarch64.c:3261
msgid "unexpected shift operator"
msgstr ""
-#: config/tc-aarch64.c:3275
+#: config/tc-aarch64.c:3297
msgid "unexpected register in the immediate operand"
msgstr ""
-#: config/tc-aarch64.c:3300
+#: config/tc-aarch64.c:3322
msgid "integer register expected in the extended/shifted operand register"
msgstr ""
-#: config/tc-aarch64.c:3335 config/tc-aarch64.c:3470 config/tc-aarch64.c:3599
-#: config/tc-aarch64.c:3756 config/tc-aarch64.c:3797
+#: config/tc-aarch64.c:3357 config/tc-aarch64.c:3492 config/tc-aarch64.c:3625
+#: config/tc-aarch64.c:3792 config/tc-aarch64.c:3833
msgid "unknown relocation modifier"
msgstr ""
-#: config/tc-aarch64.c:3342 config/tc-aarch64.c:3489 config/tc-aarch64.c:3606
-#: config/tc-aarch64.c:3763 config/tc-aarch64.c:3804
+#: config/tc-aarch64.c:3364 config/tc-aarch64.c:3511 config/tc-aarch64.c:3632
+#: config/tc-aarch64.c:3799 config/tc-aarch64.c:3840
msgid "this relocation modifier is not allowed on this instruction"
msgstr ""
-#: config/tc-aarch64.c:3497 config/tc-aarch64.c:3617
+#: config/tc-aarch64.c:3519 config/tc-aarch64.c:3643
msgid "invalid relocation expression"
msgstr ""
-#: config/tc-aarch64.c:3515
+#: config/tc-aarch64.c:3537
msgid "invalid address"
msgstr ""
-#: config/tc-aarch64.c:3571
+#: config/tc-aarch64.c:3594
msgid "invalid use of 32-bit register offset"
msgstr ""
-#: config/tc-aarch64.c:3577
+#: config/tc-aarch64.c:3603
msgid "offset has different size from base"
msgstr ""
-#: config/tc-aarch64.c:3583
+#: config/tc-aarch64.c:3609
msgid "invalid use of 64-bit register offset"
msgstr ""
#. [Xn],#expr
-#: config/tc-aarch64.c:3630 config/tc-aarch64.c:3687
+#: config/tc-aarch64.c:3656 config/tc-aarch64.c:3713
msgid "invalid expression in the address"
msgstr ""
-#: config/tc-aarch64.c:3644 config/tc-arm.c:5690 config/tc-arm.c:6267
+#: config/tc-aarch64.c:3670 config/tc-arm.c:6017 config/tc-arm.c:6610
msgid "']' expected"
msgstr ""
-#: config/tc-aarch64.c:3652
+#: config/tc-aarch64.c:3678
msgid "register offset not allowed in pre-indexed addressing mode"
msgstr ""
-#: config/tc-aarch64.c:3667 config/tc-arm.c:5726
+#: config/tc-aarch64.c:3693 config/tc-arm.c:6053
msgid "cannot combine pre- and post-indexing"
msgstr ""
#. Reject [Rn]!
-#: config/tc-aarch64.c:3700
+#: config/tc-aarch64.c:3727
msgid "missing offset in the pre-indexed address"
msgstr ""
-#: config/tc-aarch64.c:3930
+#: config/tc-aarch64.c:3966
msgid "unknown or missing option to PSB"
msgstr ""
-#: config/tc-aarch64.c:3938
+#: config/tc-aarch64.c:3974
msgid "the specified option is not accepted for PSB"
msgstr ""
-#: config/tc-aarch64.c:3965 config/tc-aarch64.c:3979
+#: config/tc-aarch64.c:4001 config/tc-aarch64.c:4015
msgid "unknown option to BTI"
msgstr ""
-#: config/tc-aarch64.c:4039
+#: config/tc-aarch64.c:4075
#, c-format
msgid "selected processor does not support PSTATE field name '%s'"
msgstr ""
-#: config/tc-aarch64.c:4042 config/tc-aarch64.c:4077
+#: config/tc-aarch64.c:4078 config/tc-aarch64.c:4113
#, c-format
msgid "selected processor does not support system register name '%s'"
msgstr ""
-#: config/tc-aarch64.c:4045
+#: config/tc-aarch64.c:4081
#, c-format
msgid ""
"system register name '%s' is deprecated and may be removed in a future "
"release"
msgstr ""
-#: config/tc-aarch64.c:4119
+#: config/tc-aarch64.c:4155
msgid "immediate value out of range "
msgstr ""
-#: config/tc-aarch64.c:4630
+#: config/tc-aarch64.c:4666
#, c-format
msgid "Info: "
msgstr ""
-#: config/tc-aarch64.c:4665 config/tc-score.c:2750 config/tc-score.c:6499
+#: config/tc-aarch64.c:4701 config/tc-score.c:2749 config/tc-score.c:6498
#, c-format
msgid "%s -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:4667
+#: config/tc-aarch64.c:4703
#, c-format
msgid "%s at operand %d -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:4673
+#: config/tc-aarch64.c:4709
#, c-format
msgid "operand %d must be %s -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:4679
+#: config/tc-aarch64.c:4715
#, c-format
msgid "operand mismatch -- `%s'"
msgstr ""
#. Print the hint.
-#: config/tc-aarch64.c:4739
+#: config/tc-aarch64.c:4775
msgid " did you mean this?"
msgstr ""
-#: config/tc-aarch64.c:4742 config/tc-aarch64.c:4769
+#: config/tc-aarch64.c:4778 config/tc-aarch64.c:4805
#, c-format
msgid " %s"
msgstr ""
-#: config/tc-aarch64.c:4747
+#: config/tc-aarch64.c:4783
msgid " other valid variant(s):"
msgstr ""
-#: config/tc-aarch64.c:4776
+#: config/tc-aarch64.c:4812
#, c-format
msgid "operand %d must be the same register as operand 1 -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:4782
+#: config/tc-aarch64.c:4818
#, c-format
msgid "%s out of range %d to %d at operand %d -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:4783 config/tc-aarch64.c:4787 config/tc-aarch64.c:6680
+#: config/tc-aarch64.c:4819 config/tc-aarch64.c:4823 config/tc-aarch64.c:6756
msgid "immediate value"
msgstr ""
-#: config/tc-aarch64.c:4786
+#: config/tc-aarch64.c:4822
#, c-format
msgid "%s must be %d at operand %d -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:4793
+#: config/tc-aarch64.c:4829
#, c-format
msgid ""
"invalid number of registers in the list; only 1 register is expected at "
"operand %d -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:4797
+#: config/tc-aarch64.c:4833
#, c-format
msgid ""
"invalid number of registers in the list; %d registers are expected at "
"operand %d -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:4803
+#: config/tc-aarch64.c:4839
#, c-format
msgid "immediate value must be a multiple of %d at operand %d -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:5116
+#: config/tc-aarch64.c:5152
msgid "bad vector arrangement type"
msgstr ""
-#: config/tc-aarch64.c:5243
+#: config/tc-aarch64.c:5280
msgid "the specified relocation type is not allowed for MOVK"
msgstr ""
-#: config/tc-aarch64.c:5291 config/tc-aarch64.c:5302
+#: config/tc-aarch64.c:5328 config/tc-aarch64.c:5339
msgid "the specified relocation type is not allowed for 32-bit register"
msgstr ""
-#: config/tc-aarch64.c:5493
+#: config/tc-aarch64.c:5530
msgid "comma expected between operands"
msgstr ""
-#: config/tc-aarch64.c:5627
+#: config/tc-aarch64.c:5665
msgid "the top half of a 128-bit FP/SIMD register is expected"
msgstr ""
-#: config/tc-aarch64.c:5699 config/tc-arm.c:1923 config/tc-arm.c:1968
+#: config/tc-aarch64.c:5740 config/tc-arm.c:2129 config/tc-arm.c:2174
#: config/tc-h8300.c:1043
msgid "invalid register list"
msgstr ""
-#: config/tc-aarch64.c:5719
+#: config/tc-aarch64.c:5747
+msgid "expected element type rather than vector type"
+msgstr ""
+
+#: config/tc-aarch64.c:5768
msgid "missing type suffix"
msgstr ""
-#: config/tc-aarch64.c:5738
+#: config/tc-aarch64.c:5787
msgid "C0 - C15 expected"
msgstr ""
-#: config/tc-aarch64.c:5841 config/tc-aarch64.c:5865
+#: config/tc-aarch64.c:5894 config/tc-aarch64.c:5918
msgid "immediate zero expected"
msgstr ""
-#: config/tc-aarch64.c:5961
+#: config/tc-aarch64.c:6014
msgid "shift not allowed for bitmask immediate"
msgstr ""
-#: config/tc-aarch64.c:6015
+#: config/tc-aarch64.c:6068
msgid "can't mix relocation modifier with explicit shift"
msgstr ""
-#: config/tc-aarch64.c:6063
+#: config/tc-aarch64.c:6116 config/tc-arm.c:15733 config/tc-arm.c:15758
+#: config/tc-arm.c:15769 config/tc-arm.c:15776
msgid "invalid condition"
msgstr ""
-#: config/tc-aarch64.c:6089
+#: config/tc-aarch64.c:6142
msgid "invalid pc-relative address"
msgstr ""
#. Only permit "=value" in the literal load instructions.
#. The literal will be generated by programmer_friendly_fixup.
-#: config/tc-aarch64.c:6097
+#: config/tc-aarch64.c:6150
msgid "invalid use of \"=immediate\""
msgstr ""
-#: config/tc-aarch64.c:6164 config/tc-aarch64.c:6198 config/tc-aarch64.c:6216
-#: config/tc-aarch64.c:6240 config/tc-aarch64.c:6260 config/tc-aarch64.c:6279
-#: config/tc-aarch64.c:6302 config/tc-aarch64.c:6337 config/tc-aarch64.c:6344
-#: config/tc-aarch64.c:6372 config/tc-aarch64.c:6392 config/tc-aarch64.c:6417
-#: config/tc-aarch64.c:6433 config/tc-aarch64.c:6457
+#: config/tc-aarch64.c:6215 config/tc-aarch64.c:6247 config/tc-aarch64.c:6265
+#: config/tc-aarch64.c:6289 config/tc-aarch64.c:6309 config/tc-aarch64.c:6328
+#: config/tc-aarch64.c:6351 config/tc-aarch64.c:6386 config/tc-aarch64.c:6393
+#: config/tc-aarch64.c:6421 config/tc-aarch64.c:6441 config/tc-aarch64.c:6466
+#: config/tc-aarch64.c:6484 config/tc-aarch64.c:6492 config/tc-aarch64.c:6509
+#: config/tc-aarch64.c:6533
msgid "invalid addressing mode"
msgstr ""
-#: config/tc-aarch64.c:6180
+#: config/tc-aarch64.c:6231
msgid "the optional immediate offset can only be 0"
msgstr ""
-#: config/tc-aarch64.c:6221 config/tc-aarch64.c:6245 config/tc-aarch64.c:6265
+#: config/tc-aarch64.c:6270 config/tc-aarch64.c:6294 config/tc-aarch64.c:6314
msgid "relocation not allowed"
msgstr ""
-#: config/tc-aarch64.c:6312
+#: config/tc-aarch64.c:6361
msgid "writeback value must be an immediate constant"
msgstr ""
#. Make sure this has priority over
#. "invalid addressing mode".
-#: config/tc-aarch64.c:6352
+#: config/tc-aarch64.c:6401
msgid "constant offset required"
msgstr ""
-#: config/tc-aarch64.c:6469
+#: config/tc-aarch64.c:6545
msgid "unknown or missing system register name"
msgstr ""
-#: config/tc-aarch64.c:6481
+#: config/tc-aarch64.c:6557
msgid "unknown or missing PSTATE field name"
msgstr ""
-#: config/tc-aarch64.c:6513
+#: config/tc-aarch64.c:6589
msgid "unknown or missing operation name"
msgstr ""
-#: config/tc-aarch64.c:6526
+#: config/tc-aarch64.c:6602
msgid "the specified option is not accepted in ISB"
msgstr ""
-#: config/tc-aarch64.c:6558 config/tc-aarch64.c:7744 config/tc-arm.c:7227
+#: config/tc-aarch64.c:6634 config/tc-aarch64.c:7815 config/tc-arm.c:7908
#, c-format
msgid "unhandled operand code %d"
msgstr ""
-#: config/tc-aarch64.c:6600
+#: config/tc-aarch64.c:6676
msgid "unexpected comma before the omitted optional operand"
msgstr ""
-#: config/tc-aarch64.c:6628
+#: config/tc-aarch64.c:6704
msgid "unexpected characters following instruction"
msgstr ""
-#: config/tc-aarch64.c:6706 config/tc-arm.c:5265 config/tc-arm.c:5826
-#: config/tc-arm.c:7989
+#: config/tc-aarch64.c:6782 config/tc-arm.c:5551 config/tc-arm.c:6161
+#: config/tc-arm.c:8712
msgid "constant expression expected"
msgstr ""
-#: config/tc-aarch64.c:6713
+#: config/tc-aarch64.c:6789
msgid "literal pool insertion failed"
msgstr ""
-#: config/tc-aarch64.c:6782 config/tc-aarch64.c:6804
+#: config/tc-aarch64.c:6860 config/tc-aarch64.c:6875
#, c-format
msgid "unpredictable transfer with writeback -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:6789
-#, c-format
-msgid "unpredictable load of register -- `%s'"
-msgstr ""
-
-#: config/tc-aarch64.c:6808
+#: config/tc-aarch64.c:6879
#, c-format
msgid "unpredictable load of register pair -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:6820
+#: config/tc-aarch64.c:6891
#, c-format
msgid "unpredictable: identical transfer and status registers --`%s'"
msgstr ""
-#: config/tc-aarch64.c:6836
+#: config/tc-aarch64.c:6907
#, c-format
msgid "previous `%s' sequence has not been closed"
msgstr ""
-#: config/tc-aarch64.c:6915
+#: config/tc-aarch64.c:6986
#, c-format
msgid "unknown mnemonic `%s' -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:6923
+#: config/tc-aarch64.c:6994
#, c-format
msgid "unexpected comma after the mnemonic name `%s' -- `%s'"
msgstr ""
-#: config/tc-aarch64.c:6981
+#: config/tc-aarch64.c:7052
#, c-format
msgid "selected processor does not support `%s'"
msgstr ""
-#: config/tc-aarch64.c:7404 config/tc-arm.c:22929
+#: config/tc-aarch64.c:7475 config/tc-arm.c:27103
msgid "GOT already in the symbol table"
msgstr ""
-#: config/tc-aarch64.c:7567
+#: config/tc-aarch64.c:7638
msgid "immediate cannot be moved by a single instruction"
msgstr ""
-#: config/tc-aarch64.c:7610 config/tc-aarch64.c:7655 config/tc-aarch64.c:7681
-#: config/tc-arm.c:15430 config/tc-arm.c:15457 config/tc-arm.c:16101
-#: config/tc-arm.c:16734 config/tc-arm.c:17570 config/tc-arm.c:17610
-#: config/tc-metag.c:2444 config/tc-metag.c:2453 config/tc-metag.c:2492
-#: config/tc-metag.c:2501 config/tc-metag.c:3021 config/tc-metag.c:3030
+#: config/tc-aarch64.c:7681 config/tc-aarch64.c:7726 config/tc-aarch64.c:7752
+#: config/tc-arm.c:16238 config/tc-arm.c:17900 config/tc-arm.c:18486
+#: config/tc-arm.c:18513 config/tc-arm.c:19277 config/tc-arm.c:20114
+#: config/tc-arm.c:21082 config/tc-arm.c:21142 config/tc-metag.c:2444
+#: config/tc-metag.c:2453 config/tc-metag.c:2492 config/tc-metag.c:2501
+#: config/tc-metag.c:3021 config/tc-metag.c:3030
msgid "immediate out of range"
msgstr ""
-#: config/tc-aarch64.c:7674 config/tc-metag.c:4656 config/tc-xtensa.c:4213
+#: config/tc-aarch64.c:7745 config/tc-metag.c:4656 config/tc-xtensa.c:4203
msgid "invalid immediate"
msgstr ""
-#: config/tc-aarch64.c:7739 config/tc-tic6x.c:3861 config/tc-tic6x.c:3926
+#: config/tc-aarch64.c:7810 config/tc-tic6x.c:3861 config/tc-tic6x.c:3926
#: config/tc-tic6x.c:3953 config/tc-tic6x.c:3981
msgid "immediate offset out of range"
msgstr ""
-#: config/tc-aarch64.c:7813 config/tc-arm.c:23267 config/tc-arm.c:23335
-#: config/tc-arm.c:23617
+#: config/tc-aarch64.c:7884 config/tc-arm.c:27441 config/tc-arm.c:27509
+#: config/tc-arm.c:27791
#, c-format
msgid "undefined symbol %s used as an immediate value"
msgstr ""
-#: config/tc-aarch64.c:7825
+#: config/tc-aarch64.c:7896
msgid "pc-relative load offset not word aligned"
msgstr ""
-#: config/tc-aarch64.c:7828
+#: config/tc-aarch64.c:7899
msgid "pc-relative load offset out of range"
msgstr ""
-#: config/tc-aarch64.c:7840
+#: config/tc-aarch64.c:7911
msgid "pc-relative address offset out of range"
msgstr ""
-#: config/tc-aarch64.c:7852 config/tc-aarch64.c:7867
+#: config/tc-aarch64.c:7923 config/tc-aarch64.c:7938
msgid "conditional branch target not word aligned"
msgstr ""
-#: config/tc-aarch64.c:7855 config/tc-aarch64.c:7870 config/tc-arm.c:23910
+#: config/tc-aarch64.c:7926 config/tc-aarch64.c:7941 config/tc-arm.c:28085
msgid "conditional branch out of range"
msgstr ""
-#: config/tc-aarch64.c:7883
+#: config/tc-aarch64.c:7954
msgid "branch target not word aligned"
msgstr ""
-#: config/tc-aarch64.c:7886 config/tc-arm.c:856 config/tc-mips.c:15792
-#: config/tc-mips.c:15808 config/tc-mips.c:15898
+#: config/tc-aarch64.c:7957 config/tc-arm.c:884 config/tc-arm.c:28889
+#: config/tc-mips.c:16049 config/tc-mips.c:16065 config/tc-mips.c:16155
msgid "branch out of range"
msgstr ""
-#: config/tc-aarch64.c:7945 config/tc-arm.c:23508 config/tc-arm.c:23523
-#: config/tc-arm.c:23538 config/tc-arm.c:23549 config/tc-arm.c:23572
-#: config/tc-arm.c:24403 config/tc-moxie.c:716 config/tc-pj.c:452
-#: config/tc-sh.c:3733
+#: config/tc-aarch64.c:8016 config/tc-arm.c:27682 config/tc-arm.c:27697
+#: config/tc-arm.c:27712 config/tc-arm.c:27723 config/tc-arm.c:27746
+#: config/tc-arm.c:28593 config/tc-moxie.c:716 config/tc-pj.c:452
+#: config/tc-sh.c:3727
msgid "offset out of range"
msgstr ""
-#: config/tc-aarch64.c:7960
+#: config/tc-aarch64.c:8031
msgid "unsigned value out of range"
msgstr ""
-#: config/tc-aarch64.c:7971
+#: config/tc-aarch64.c:8042
msgid "signed value out of range"
msgstr ""
-#: config/tc-aarch64.c:8121
+#: config/tc-aarch64.c:8192
#, c-format
msgid "unexpected %s fixup"
msgstr ""
-#: config/tc-aarch64.c:8187 config/tc-arm.c:24918 config/tc-arm.c:24939
-#: config/tc-mips.c:18147 config/tc-or1k.c:348 config/tc-score.c:7468
+#: config/tc-aarch64.c:8258 config/tc-arm.c:29309 config/tc-arm.c:29330
+#: config/tc-mips.c:18417 config/tc-or1k.c:345 config/tc-score.c:7467
#, c-format
msgid "cannot represent %s relocation in this object file format"
msgstr ""
-#: config/tc-aarch64.c:8220
+#: config/tc-aarch64.c:8291
#, c-format
msgid "cannot do %u-byte relocation"
msgstr ""
-#: config/tc-aarch64.c:8540 config/tc-arm.c:25412 config/tc-score.c:6293
-#: config/tc-score.c:6523 config/tc-score.c:6528
+#: config/tc-aarch64.c:8614 config/tc-arm.c:29804 config/tc-score.c:6292
+#: config/tc-score.c:6522 config/tc-score.c:6527
msgid "virtual memory exhausted"
msgstr ""
-#: config/tc-aarch64.c:8703 config/tc-arm.c:25754
+#: config/tc-aarch64.c:8777 config/tc-arm.c:30148
msgid "assemble for big-endian"
msgstr ""
-#: config/tc-aarch64.c:8704 config/tc-arm.c:25755
+#: config/tc-aarch64.c:8778 config/tc-arm.c:30149
msgid "assemble for little-endian"
msgstr ""
-#: config/tc-aarch64.c:8707
+#: config/tc-aarch64.c:8781
msgid "temporary switch for dumping"
msgstr ""
-#: config/tc-aarch64.c:8709
+#: config/tc-aarch64.c:8783
msgid "output verbose error messages"
msgstr ""
-#: config/tc-aarch64.c:8711
+#: config/tc-aarch64.c:8785
msgid "do not output verbose error messages"
msgstr ""
-#: config/tc-aarch64.c:8938 config/tc-arm.c:26583
+#: config/tc-aarch64.c:9059 config/tc-arm.c:31214
msgid "invalid architectural extension"
msgstr ""
-#: config/tc-aarch64.c:8963 config/tc-arm.c:26615
+#: config/tc-aarch64.c:9084 config/tc-arm.c:31246
msgid "must specify extensions to add before specifying those to remove"
msgstr ""
-#: config/tc-aarch64.c:8971 config/tc-arm.c:26623
+#: config/tc-aarch64.c:9092 config/tc-arm.c:31254
msgid "missing architectural extension"
msgstr ""
-#: config/tc-aarch64.c:8998 config/tc-arm.c:26674
+#: config/tc-aarch64.c:9119 config/tc-arm.c:31340
#, c-format
msgid "unknown architectural extension `%s'"
msgstr ""
-#: config/tc-aarch64.c:9022 config/tc-arm.c:26708 config/tc-metag.c:5834
+#: config/tc-aarch64.c:9143 config/tc-arm.c:31390 config/tc-metag.c:5834
#, c-format
msgid "missing cpu name `%s'"
msgstr ""
-#: config/tc-aarch64.c:9036 config/tc-aarch64.c:9253 config/tc-arm.c:26743
-#: config/tc-arm.c:27524 config/tc-csky.c:896 config/tc-metag.c:5845
+#: config/tc-aarch64.c:9157 config/tc-aarch64.c:9374 config/tc-arm.c:31425
+#: config/tc-arm.c:32222 config/tc-csky.c:896 config/tc-metag.c:5845
#, c-format
msgid "unknown cpu `%s'"
msgstr ""
-#: config/tc-aarch64.c:9054 config/tc-arm.c:26761
+#: config/tc-aarch64.c:9175 config/tc-arm.c:31443
#, c-format
msgid "missing architecture name `%s'"
msgstr ""
-#: config/tc-aarch64.c:9068 config/tc-aarch64.c:9300 config/tc-arm.c:26781
-#: config/tc-arm.c:27558 config/tc-arm.c:27588 config/tc-score.c:7703
+#: config/tc-aarch64.c:9189 config/tc-aarch64.c:9421 config/tc-arm.c:31464
+#: config/tc-arm.c:32256 config/tc-arm.c:32286 config/tc-score.c:7702
#, c-format
msgid "unknown architecture `%s'\n"
msgstr ""
-#: config/tc-aarch64.c:9091
+#: config/tc-aarch64.c:9212
#, c-format
msgid "missing abi name `%s'"
msgstr ""
-#: config/tc-aarch64.c:9102
+#: config/tc-aarch64.c:9223
#, c-format
msgid "unknown abi `%s'\n"
msgstr ""
-#: config/tc-aarch64.c:9108
+#: config/tc-aarch64.c:9229
msgid "<abi name>\t specify for ABI <abi name>"
msgstr ""
-#: config/tc-aarch64.c:9111 config/tc-arm.c:26868 config/tc-metag.c:5911
+#: config/tc-aarch64.c:9232 config/tc-arm.c:31551 config/tc-metag.c:5911
msgid "<cpu name>\t assemble for CPU <cpu name>"
msgstr ""
-#: config/tc-aarch64.c:9113 config/tc-arm.c:26870
+#: config/tc-aarch64.c:9234 config/tc-arm.c:31553
msgid "<arch name>\t assemble for architecture <arch name>"
msgstr ""
-#: config/tc-aarch64.c:9152 config/tc-aarch64.c:9172 config/tc-arm.c:26932
-#: config/tc-arm.c:26950 config/tc-arm.c:26970 config/tc-metag.c:5936
+#: config/tc-aarch64.c:9273 config/tc-aarch64.c:9293 config/tc-arm.c:31621
+#: config/tc-arm.c:31639 config/tc-arm.c:31659 config/tc-metag.c:5936
#, c-format
msgid "option `-%c%s' is deprecated: %s"
msgstr ""
-#: config/tc-aarch64.c:9192
+#: config/tc-aarch64.c:9313
#, c-format
msgid " AArch64-specific assembler options:\n"
msgstr ""
-#: config/tc-aarch64.c:9203 config/tc-arc.c:3557 config/tc-arm.c:27001
+#: config/tc-aarch64.c:9324 config/tc-arc.c:3554 config/tc-arm.c:31690
#, c-format
msgid " -EB assemble code for a big-endian cpu\n"
msgstr ""
-#: config/tc-aarch64.c:9208 config/tc-arc.c:3559 config/tc-arm.c:27006
+#: config/tc-aarch64.c:9329 config/tc-arc.c:3556 config/tc-arm.c:31695
#, c-format
msgid " -EL assemble code for a little-endian cpu\n"
msgstr ""
@@ -2193,7 +2210,7 @@ msgstr ""
msgid "More than one relocation op per insn"
msgstr ""
-#: config/tc-alpha.c:929 config/tc-arc.c:1199
+#: config/tc-alpha.c:929 config/tc-arc.c:1196
msgid "No relocation operand"
msgstr ""
@@ -2228,7 +2245,7 @@ msgid "opcode `%s' not supported for target %s"
msgstr ""
#: config/tc-alpha.c:1191 config/tc-alpha.c:3365 config/tc-avr.c:1903
-#: config/tc-msp430.c:4163 config/tc-wasm32.c:753
+#: config/tc-msp430.c:4224 config/tc-wasm32.c:753
#, c-format
msgid "unknown opcode `%s'"
msgstr ""
@@ -2308,8 +2325,8 @@ msgstr ""
msgid "sequence number in use for !tlsgd!%ld"
msgstr ""
-#: config/tc-alpha.c:1995 config/tc-arc.c:2827 config/tc-mn10200.c:854
-#: config/tc-mn10300.c:1150 config/tc-ppc.c:1964 config/tc-s390.c:674
+#: config/tc-alpha.c:1995 config/tc-arc.c:2824 config/tc-mn10200.c:854
+#: config/tc-mn10300.c:1150 config/tc-ppc.c:2081 config/tc-s390.c:676
#: config/tc-tilegx.c:426 config/tc-tilegx.c:476 config/tc-tilepro.c:382
msgid "operand"
msgstr ""
@@ -2326,8 +2343,8 @@ msgstr ""
msgid "can not resolve expression"
msgstr ""
-#: config/tc-alpha.c:3515 config/tc-microblaze.c:204 config/tc-ppc.c:2287
-#: config/tc-ppc.c:5663
+#: config/tc-alpha.c:3515 config/tc-microblaze.c:204 config/tc-ppc.c:2416
+#: config/tc-ppc.c:6012
#, c-format
msgid ".COMMon length (%ld.) <0! Ignored."
msgstr ""
@@ -2366,7 +2383,7 @@ msgstr ""
msgid ".fmask outside of .ent"
msgstr ""
-#: config/tc-alpha.c:3832 config/tc-score.c:5595 ecoff.c:3209
+#: config/tc-alpha.c:3832 config/tc-score.c:5594 ecoff.c:3209
msgid ".mask outside of .ent"
msgstr ""
@@ -2378,12 +2395,12 @@ msgstr ""
msgid "bad .mask directive"
msgstr ""
-#: config/tc-alpha.c:3875 config/tc-mips.c:19628 config/tc-score.c:5736
+#: config/tc-alpha.c:3875 config/tc-mips.c:19899 config/tc-score.c:5735
#: ecoff.c:3173
msgid ".frame outside of .ent"
msgstr ""
-#: config/tc-alpha.c:3886 config/tc-mips.c:19639 ecoff.c:3184
+#: config/tc-alpha.c:3886 config/tc-mips.c:19910 ecoff.c:3184
msgid "bad .frame directive"
msgstr ""
@@ -2486,7 +2503,7 @@ msgstr ""
msgid "No symbol after .code_address"
msgstr ""
-#: config/tc-alpha.c:4772 config/tc-score.c:5601
+#: config/tc-alpha.c:4772 config/tc-score.c:5600
msgid "Bad .mask directive"
msgstr ""
@@ -2519,7 +2536,7 @@ msgstr ""
msgid "Alignment too large: %d. assumed"
msgstr ""
-#: config/tc-alpha.c:5043 config/tc-d30v.c:2057 config/tc-nios2.c:355
+#: config/tc-alpha.c:5043 config/tc-d30v.c:2037 config/tc-nios2.c:355
#: config/tc-nios2.c:480 config/tc-pru.c:220 config/tc-pru.c:336
msgid "Alignment negative: 0 assumed"
msgstr ""
@@ -2548,9 +2565,9 @@ msgstr ""
msgid "internal error: can't hash macro `%s': %s"
msgstr ""
-#: config/tc-alpha.c:5552 config/tc-arc.c:2480 config/tc-arc.c:2494
-#: config/tc-arm.c:7304 config/tc-arm.c:7316 config/tc-xtensa.c:5462
-#: config/tc-xtensa.c:5538 config/tc-xtensa.c:5655 config/tc-z80.c:1951
+#: config/tc-alpha.c:5552 config/tc-arc.c:2477 config/tc-arc.c:2491
+#: config/tc-arm.c:857 config/tc-xtensa.c:5445 config/tc-xtensa.c:5521
+#: config/tc-xtensa.c:5638 config/tc-z80.c:1951
msgid "syntax error"
msgstr ""
@@ -2574,12 +2591,12 @@ msgid ""
"-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
msgstr ""
-#: config/tc-alpha.c:5949 config/tc-arc.c:3107
+#: config/tc-alpha.c:5949 config/tc-arc.c:3104
#, c-format
msgid "unhandled relocation type %s"
msgstr ""
-#: config/tc-alpha.c:5962 config/tc-arc.c:3115
+#: config/tc-alpha.c:5962 config/tc-arc.c:3112
msgid "non-absolute expression in constant field"
msgstr ""
@@ -2597,14 +2614,14 @@ msgstr ""
msgid "!samegp reloc against symbol without .prologue: %s"
msgstr ""
-#: config/tc-alpha.c:6243 config/tc-arc.c:3238 config/tc-csky.c:5149
-#: config/tc-tilegx.c:1752 config/tc-tilepro.c:1532 config/tc-wasm32.c:813
-#: config/tc-xtensa.c:6148
+#: config/tc-alpha.c:6243 config/tc-arc.c:3235 config/tc-csky.c:5151
+#: config/tc-tilegx.c:1749 config/tc-tilepro.c:1529 config/tc-wasm32.c:813
+#: config/tc-xtensa.c:6142
#, c-format
msgid "cannot represent `%s' relocation in object file"
msgstr ""
-#: config/tc-alpha.c:6249 config/tc-arc.c:3244
+#: config/tc-alpha.c:6249 config/tc-arc.c:3241
#, c-format
msgid "internal error? cannot generate `%s' relocation"
msgstr ""
@@ -2614,164 +2631,164 @@ msgstr ""
msgid "frame reg expected, using $%d."
msgstr ""
-#: config/tc-arc.c:773
+#: config/tc-arc.c:770
#, c-format
msgid "internal error: can't hash opcode '%s': %s"
msgstr ""
-#: config/tc-arc.c:781 config/tc-arc.c:2577 config/tc-arc.c:2595
-#: config/tc-arc.c:2648 config/tc-arc.c:2672 config/tc-arc.c:4875
-#: config/tc-arc.c:4942 config/tc-cr16.c:805 config/tc-cr16.c:828
+#: config/tc-arc.c:778 config/tc-arc.c:2574 config/tc-arc.c:2592
+#: config/tc-arc.c:2645 config/tc-arc.c:2669 config/tc-arc.c:4872
+#: config/tc-arc.c:4939 config/tc-cr16.c:805 config/tc-cr16.c:828
#: config/tc-cris.c:1195 config/tc-crx.c:535 config/tc-crx.c:562
#: config/tc-crx.c:580 config/tc-pdp11.c:193
msgid "Virtual memory exhausted"
msgstr ""
-#: config/tc-arc.c:831
+#: config/tc-arc.c:828
#, c-format
msgid "invalid %s option for %s cpu"
msgstr ""
-#: config/tc-arc.c:836
+#: config/tc-arc.c:833
msgid "conflicting ISA extension attributes."
msgstr ""
-#: config/tc-arc.c:855
+#: config/tc-arc.c:852
msgid "Multiple .cpu directives found"
msgstr ""
-#: config/tc-arc.c:873
+#: config/tc-arc.c:870
msgid "Command-line value overrides \".cpu\" directive"
msgstr ""
-#: config/tc-arc.c:890
+#: config/tc-arc.c:887
#, c-format
msgid "unknown architecture: %s\n"
msgstr ""
-#: config/tc-arc.c:1189
+#: config/tc-arc.c:1186
msgid "No valid label relocation operand"
msgstr ""
-#: config/tc-arc.c:1211
+#: config/tc-arc.c:1208
#, c-format
msgid "Unknown relocation operand: @%s"
msgstr ""
-#: config/tc-arc.c:1224
+#: config/tc-arc.c:1221
#, c-format
msgid "Unable to parse TLS base: %s"
msgstr ""
-#: config/tc-arc.c:1248
+#: config/tc-arc.c:1245
#, c-format
msgid "@%s is not a complex relocation."
msgstr ""
-#: config/tc-arc.c:1254
+#: config/tc-arc.c:1251
#, c-format
msgid "Bad expression: @%s + %s."
msgstr ""
-#: config/tc-arc.c:1315
+#: config/tc-arc.c:1312
msgid "Brackets in operand field incorrect"
msgstr ""
-#: config/tc-arc.c:1317 config/tc-xtensa.c:2068
+#: config/tc-arc.c:1314 config/tc-xtensa.c:2058
msgid "extra comma"
msgstr ""
-#: config/tc-arc.c:1319 config/tc-pru.c:1449 config/tc-pru.c:1718
-#: config/tc-xtensa.c:2072
+#: config/tc-arc.c:1316 config/tc-pru.c:1449 config/tc-pru.c:1718
+#: config/tc-xtensa.c:2062
msgid "missing argument"
msgstr ""
-#: config/tc-arc.c:1321 config/tc-xtensa.c:2074
+#: config/tc-arc.c:1318 config/tc-xtensa.c:2064
msgid "missing comma or colon"
msgstr ""
-#: config/tc-arc.c:1390
+#: config/tc-arc.c:1387
msgid "extra dot"
msgstr ""
-#: config/tc-arc.c:1392
+#: config/tc-arc.c:1389
msgid "unrecognized flag"
msgstr ""
-#: config/tc-arc.c:1394
+#: config/tc-arc.c:1391
msgid "failed to parse flags"
msgstr ""
-#: config/tc-arc.c:1420
+#: config/tc-arc.c:1417
msgid "Unhandled reloc type"
msgstr ""
-#: config/tc-arc.c:2448
+#: config/tc-arc.c:2445
#, c-format
msgid "%s for instruction '%s'"
msgstr ""
-#: config/tc-arc.c:2450
+#: config/tc-arc.c:2447
#, c-format
msgid "inappropriate arguments for opcode '%s'"
msgstr ""
-#: config/tc-arc.c:2452
+#: config/tc-arc.c:2449
#, c-format
msgid "opcode '%s' not supported for target %s"
msgstr ""
-#: config/tc-arc.c:2456 config/tc-tic6x.c:3195
+#: config/tc-arc.c:2453 config/tc-tic6x.c:3195
#, c-format
msgid "unknown opcode '%s'"
msgstr ""
-#: config/tc-arc.c:2514
+#: config/tc-arc.c:2511
#, c-format
msgid "Inserting \"%s\" into register table failed: %s"
msgstr ""
-#: config/tc-arc.c:2550
+#: config/tc-arc.c:2547
#, c-format
msgid "Inserting \"%s\" into address type table failed: %s"
msgstr ""
-#: config/tc-arc.c:2569 config/tc-arc.c:5054 config/tc-h8300.c:78
+#: config/tc-arc.c:2566 config/tc-arc.c:5051 config/tc-h8300.c:78
#: config/tc-h8300.c:87 config/tc-h8300.c:97 config/tc-h8300.c:107
#: config/tc-h8300.c:117 config/tc-h8300.c:128 config/tc-h8300.c:243
#: config/tc-hppa.c:6822 config/tc-hppa.c:6828 config/tc-hppa.c:6834
#: config/tc-hppa.c:6840 config/tc-hppa.c:8229 config/tc-lm32.c:197
-#: config/tc-mips.c:3652 config/tc-mips.c:4161 config/tc-mn10300.c:935
+#: config/tc-mips.c:3691 config/tc-mips.c:4201 config/tc-mn10300.c:935
#: config/tc-mn10300.c:940 config/tc-mn10300.c:2440 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:2665 config/tc-arc.c:4862
+#: config/tc-arc.c:2662 config/tc-arc.c:4859
#, c-format
msgid "internal error: can't hash aux register '%s': %s"
msgstr ""
-#: config/tc-arc.c:2772
+#: config/tc-arc.c:2769
#, c-format
msgid "unhandled reloc %s in md_pcrel_from_section"
msgstr ""
-#: config/tc-arc.c:2837
+#: config/tc-arc.c:2834
msgid "Unaligned operand. Needs to be 32bit aligned"
msgstr ""
-#: config/tc-arc.c:2842
+#: config/tc-arc.c:2839
msgid "Unaligned operand. Needs to be 16bit aligned"
msgstr ""
-#: config/tc-arc.c:2919 config/tc-cr16.c:573 config/tc-crx.c:345
-#: config/tc-mn10200.c:766 write.c:1029
+#: config/tc-arc.c:2916 config/tc-cr16.c:573 config/tc-crx.c:345
+#: config/tc-mn10200.c:766 write.c:1027
#, c-format
msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
msgstr ""
-#: config/tc-arc.c:2978
+#: config/tc-arc.c:2975
#, c-format
msgid "PC relative relocation not allowed for (internal) type %d"
msgstr ""
@@ -2780,35 +2797,35 @@ msgstr ""
#. the insn.
#. FIXME! Check for the conditionality of
#. the insn.
-#: config/tc-arc.c:3023 config/tc-arc.c:4001
+#: config/tc-arc.c:3020 config/tc-arc.c:3998
msgid "TLS_*_S9 relocs are not supported yet"
msgstr ""
#. I cannot fix an GOTPC relocation because I need to relax it
#. from ld rx,[pcl,@sym@gotpc] to add rx,pcl,@sym@gotpc.
-#: config/tc-arc.c:3059
+#: config/tc-arc.c:3056
msgid "Unsupported operation on reloc"
msgstr ""
-#: config/tc-arc.c:3135 config/tc-arc.c:3151
+#: config/tc-arc.c:3132 config/tc-arc.c:3148
msgid "unknown fixup size"
msgstr ""
-#: config/tc-arc.c:3285
+#: config/tc-arc.c:3282
msgid "no relaxation found for this instruction."
msgstr ""
-#: config/tc-arc.c:3535
+#: config/tc-arc.c:3532
#, c-format
msgid "ARC-specific assembler options:\n"
msgstr ""
-#: config/tc-arc.c:3561
+#: config/tc-arc.c:3558
#, c-format
msgid " -mrelax enable relaxation\n"
msgstr ""
-#: config/tc-arc.c:3564
+#: config/tc-arc.c:3561
#, c-format
msgid ""
"The following ARC-specific assembler options are deprecated and are "
@@ -2816,7 +2833,7 @@ msgid ""
"for compatibility only:\n"
msgstr ""
-#: config/tc-arc.c:3567
+#: config/tc-arc.c:3564
#, c-format
msgid ""
" -mEA\n"
@@ -2846,934 +2863,1067 @@ msgid ""
" -mxy\n"
msgstr ""
-#: config/tc-arc.c:3657
+#: config/tc-arc.c:3654
#, c-format
msgid "Unable to find %s relocation for instruction %s"
msgstr ""
-#: config/tc-arc.c:3952
+#: config/tc-arc.c:3949
#, c-format
msgid "Unable to use @plt relocation for insn %s"
msgstr ""
-#: config/tc-arc.c:3971
+#: config/tc-arc.c:3968
#, c-format
msgid "Unable to use @pcl relocation for insn %s"
msgstr ""
-#: config/tc-arc.c:4027
+#: config/tc-arc.c:4024
#, c-format
msgid "invalid relocation %s for field"
msgstr ""
-#: config/tc-arc.c:4138
+#: config/tc-arc.c:4135
#, c-format
msgid "Insn %s has a jump/branch instruction %s in its delay slot."
msgstr ""
-#: config/tc-arc.c:4143
+#: config/tc-arc.c:4140
#, c-format
msgid "Insn %s has an instruction %s with limm in its delay slot."
msgstr ""
-#: config/tc-arc.c:4253 config/tc-microblaze.c:2558 config/tc-mn10300.c:1069
-#: config/tc-sh.c:418 config/tc-z80.c:700 read.c:4576
+#: config/tc-arc.c:4250 config/tc-microblaze.c:2555 config/tc-mn10300.c:1069
+#: config/tc-sh.c:418 config/tc-z80.c:700 read.c:4577
#, c-format
msgid "unsupported BFD relocation size %u"
msgstr ""
-#: config/tc-arc.c:4273
+#: config/tc-arc.c:4270
#, c-format
msgid "Jump/Branch instruction detected at the end of the ZOL label @%s"
msgstr ""
-#: config/tc-arc.c:4280
+#: config/tc-arc.c:4277
#, c-format
msgid "Kernel instruction detected at the end of the ZOL label @%s"
msgstr ""
-#: config/tc-arc.c:4285
+#: config/tc-arc.c:4282
#, c-format
msgid ""
"A jump instruction with long immediate detected at the end of the ZOL label @"
"%s"
msgstr ""
-#: config/tc-arc.c:4291
+#: config/tc-arc.c:4288
#, c-format
msgid "An illegal use of delay slot detected at the end of the ZOL label @%s"
msgstr ""
-#: config/tc-arc.c:4400
+#: config/tc-arc.c:4397
msgid "expected comma after instruction name"
msgstr ""
-#: config/tc-arc.c:4412
+#: config/tc-arc.c:4409
msgid "expected comma after major opcode"
msgstr ""
-#: config/tc-arc.c:4598
+#: config/tc-arc.c:4595
#, c-format
msgid "Pseudocode already used %s"
msgstr ""
-#: config/tc-arc.c:4606
+#: config/tc-arc.c:4603
#, c-format
msgid "major opcode not in range [0x%02x - 0x%02x]"
msgstr ""
-#: config/tc-arc.c:4610
+#: config/tc-arc.c:4607
msgid "minor opcode not in range [0x00 - 0x3f]"
msgstr ""
-#: config/tc-arc.c:4616
+#: config/tc-arc.c:4613
msgid "Improper use of OP1_IMM_IMPLIED"
msgstr ""
-#: config/tc-arc.c:4622
+#: config/tc-arc.c:4619
msgid "Improper use of OP1_MUST_BE_IMM"
msgstr ""
-#: config/tc-arc.c:4634
+#: config/tc-arc.c:4631
msgid "Couldn't generate extension instruction opcodes"
msgstr ""
-#: config/tc-arc.c:4670
+#: config/tc-arc.c:4667
msgid "expected comma after name"
msgstr ""
-#: config/tc-arc.c:4681
+#: config/tc-arc.c:4678
#, c-format
msgid "%s second argument cannot be a negative number %d"
msgstr ""
-#: config/tc-arc.c:4696
+#: config/tc-arc.c:4693
msgid "expected comma after register number"
msgstr ""
-#: config/tc-arc.c:4717
+#: config/tc-arc.c:4714
msgid "invalid mode"
msgstr ""
-#: config/tc-arc.c:4735
+#: config/tc-arc.c:4732
msgid "expected comma after register mode"
msgstr ""
-#: config/tc-arc.c:4750
+#: config/tc-arc.c:4747
msgid "shortcut designator invalid"
msgstr ""
-#: config/tc-arc.c:4849
+#: config/tc-arc.c:4846
#, c-format
msgid "core register %s value (%d) too large"
msgstr ""
-#: config/tc-arc.c:4868
+#: config/tc-arc.c:4865
#, c-format
msgid "condition code %s value (%d) too large"
msgstr ""
-#: config/tc-arc.c:4887
+#: config/tc-arc.c:4884
msgid "Unknown extension"
msgstr ""
-#: config/tc-arc.c:4992
+#: config/tc-arc.c:4989
msgid "Overwrite explicitly set Tag_ARC_CPU_base"
msgstr ""
-#: config/tc-arc.c:5040
+#: config/tc-arc.c:5037
msgid "Overwrite explicitly set Tag_ARC_ABI_rf16 to full register file"
msgstr ""
-#: config/tc-arm.c:653
+#: config/tc-arm.c:669
msgid "ARM register expected"
msgstr ""
-#: config/tc-arm.c:654
+#: config/tc-arm.c:670
msgid "bad or missing co-processor number"
msgstr ""
-#: config/tc-arm.c:655
+#: config/tc-arm.c:671
msgid "co-processor register expected"
msgstr ""
-#: config/tc-arm.c:656
+#: config/tc-arm.c:672
msgid "FPA register expected"
msgstr ""
-#: config/tc-arm.c:657
+#: config/tc-arm.c:673
msgid "VFP single precision register expected"
msgstr ""
-#: config/tc-arm.c:658
+#: config/tc-arm.c:674
msgid "VFP/Neon double precision register expected"
msgstr ""
-#: config/tc-arm.c:659
+#: config/tc-arm.c:675
msgid "Neon quad precision register expected"
msgstr ""
-#: config/tc-arm.c:660
+#: config/tc-arm.c:676
msgid "VFP single or double precision register expected"
msgstr ""
-#: config/tc-arm.c:661
+#: config/tc-arm.c:677
msgid "Neon double or quad precision register expected"
msgstr ""
-#: config/tc-arm.c:662
+#: config/tc-arm.c:678
msgid "Neon single or double precision register expected"
msgstr ""
-#: config/tc-arm.c:663
+#: config/tc-arm.c:679
msgid "VFP single, double or Neon quad precision register expected"
msgstr ""
-#: config/tc-arm.c:665
+#: config/tc-arm.c:681
msgid "VFP system register expected"
msgstr ""
-#: config/tc-arm.c:666
+#: config/tc-arm.c:682
msgid "Maverick MVF register expected"
msgstr ""
-#: config/tc-arm.c:667
+#: config/tc-arm.c:683
msgid "Maverick MVD register expected"
msgstr ""
-#: config/tc-arm.c:668
+#: config/tc-arm.c:684
msgid "Maverick MVFX register expected"
msgstr ""
-#: config/tc-arm.c:669
+#: config/tc-arm.c:685
msgid "Maverick MVDX register expected"
msgstr ""
-#: config/tc-arm.c:670
+#: config/tc-arm.c:686
msgid "Maverick MVAX register expected"
msgstr ""
-#: config/tc-arm.c:671
+#: config/tc-arm.c:687
msgid "Maverick DSPSC register expected"
msgstr ""
-#: config/tc-arm.c:672
+#: config/tc-arm.c:688
msgid "iWMMXt data register expected"
msgstr ""
-#: config/tc-arm.c:673 config/tc-arm.c:7077
+#: config/tc-arm.c:689 config/tc-arm.c:7708
msgid "iWMMXt control register expected"
msgstr ""
-#: config/tc-arm.c:674
+#: config/tc-arm.c:690
msgid "iWMMXt scalar register expected"
msgstr ""
-#: config/tc-arm.c:675
+#: config/tc-arm.c:691
msgid "XScale accumulator register expected"
msgstr ""
+#: config/tc-arm.c:692
+msgid "MVE vector register expected"
+msgstr ""
+
#. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
-#: config/tc-arm.c:837 config/tc-score.c:259
+#: config/tc-arm.c:858 config/tc-score.c:259
msgid "bad arguments to instruction"
msgstr ""
-#: config/tc-arm.c:838
+#: config/tc-arm.c:859
msgid "r13 not allowed here"
msgstr ""
-#: config/tc-arm.c:839
+#: config/tc-arm.c:860
msgid "r15 not allowed here"
msgstr ""
-#: config/tc-arm.c:840
+#: config/tc-arm.c:861
+msgid "Odd register not allowed here"
+msgstr ""
+
+#: config/tc-arm.c:862
+msgid "Even register not allowed here"
+msgstr ""
+
+#: config/tc-arm.c:863
msgid "instruction cannot be conditional"
msgstr ""
-#: config/tc-arm.c:841
+#: config/tc-arm.c:864
msgid "registers may not be the same"
msgstr ""
-#: config/tc-arm.c:842
+#: config/tc-arm.c:865
msgid "lo register required"
msgstr ""
-#: config/tc-arm.c:843
+#: config/tc-arm.c:866
msgid "instruction not supported in Thumb16 mode"
msgstr ""
-#: config/tc-arm.c:844
+#: config/tc-arm.c:867
msgid "instruction does not accept this addressing mode"
msgstr ""
-#: config/tc-arm.c:845
+#: config/tc-arm.c:868
msgid "branch must be last instruction in IT block"
msgstr ""
-#: config/tc-arm.c:846
+#: config/tc-arm.c:869
+msgid "branch out of range or not a multiple of 2"
+msgstr ""
+
+#: config/tc-arm.c:870
msgid "instruction not allowed in IT block"
msgstr ""
-#: config/tc-arm.c:847
+#: config/tc-arm.c:871
+msgid "instruction missing MVE vector predication code"
+msgstr ""
+
+#: config/tc-arm.c:872
msgid "selected FPU does not support instruction"
msgstr ""
-#: config/tc-arm.c:848
+#: config/tc-arm.c:873
msgid "thumb conditional instruction should be in IT block"
msgstr ""
-#: config/tc-arm.c:849
+#: config/tc-arm.c:875
+msgid "vector predicated instruction should be in VPT/VPST block"
+msgstr ""
+
+#: config/tc-arm.c:876
msgid "incorrect condition in IT block"
msgstr ""
-#: config/tc-arm.c:850
+#: config/tc-arm.c:877
+msgid "incorrect condition in VPT/VPST block"
+msgstr ""
+
+#: config/tc-arm.c:878
msgid "IT falling in the range of a previous IT block"
msgstr ""
-#: config/tc-arm.c:851
+#: config/tc-arm.c:879
msgid "missing .fnstart before unwinding directive"
msgstr ""
-#: config/tc-arm.c:853
+#: config/tc-arm.c:881
msgid "cannot use register index with PC-relative addressing"
msgstr ""
-#: config/tc-arm.c:855
+#: config/tc-arm.c:883
msgid "cannot use writeback with PC-relative addressing"
msgstr ""
-#: config/tc-arm.c:857
+#: config/tc-arm.c:885
msgid "selected processor does not support fp16 instruction"
msgstr ""
-#: config/tc-arm.c:858
+#: config/tc-arm.c:886
msgid "using "
msgstr ""
-#: config/tc-arm.c:859
+#: config/tc-arm.c:887
msgid "relocation valid in thumb1 code only"
msgstr ""
-#: config/tc-arm.c:1065
+#: config/tc-arm.c:888
+msgid "Warning: instruction is UNPREDICTABLE in an IT block"
+msgstr ""
+
+#: config/tc-arm.c:890
+msgid "Warning: instruction is UNPREDICTABLE in a VPT block"
+msgstr ""
+
+#: config/tc-arm.c:892
+msgid "Warning: instruction is UNPREDICTABLE with PC operand"
+msgstr ""
+
+#: config/tc-arm.c:894
+msgid "Warning: instruction is UNPREDICTABLE with SP operand"
+msgstr ""
+
+#: config/tc-arm.c:896
+msgid "bad type in SIMD instruction"
+msgstr ""
+
+#: config/tc-arm.c:898
+msgid ""
+"GAS auto-detection mode and -march=all is deprecated for MVE, please use a "
+"valid -march or -mcpu option."
+msgstr ""
+
+#: config/tc-arm.c:900
+msgid ""
+"Warning: 32-bit element size and same destination and source operands makes "
+"instruction UNPREDICTABLE"
+msgstr ""
+
+#: config/tc-arm.c:902
+msgid "bad element type for instruction"
+msgstr ""
+
+#: config/tc-arm.c:903
+msgid "MVE vector register Q[0..7] expected"
+msgstr ""
+
+#: config/tc-arm.c:1123
msgid "immediate expression requires a # prefix"
msgstr ""
-#: config/tc-arm.c:1094 read.c:3799
+#: config/tc-arm.c:1152 read.c:3800
msgid "missing expression"
msgstr ""
-#: config/tc-arm.c:1108 config/tc-arm.c:5277 config/tc-score.c:1210
+#: config/tc-arm.c:1166 config/tc-arm.c:5564 config/tc-score.c:1209
msgid "invalid constant"
msgstr ""
-#: config/tc-arm.c:1240
+#: config/tc-arm.c:1298
msgid "expected #constant"
msgstr ""
-#: config/tc-arm.c:1404
+#: config/tc-arm.c:1462
#, c-format
msgid "unexpected character `%c' in type specifier"
msgstr ""
-#: config/tc-arm.c:1421
+#: config/tc-arm.c:1479
#, c-format
msgid "bad size %d in type specifier"
msgstr ""
-#: config/tc-arm.c:1471
+#: config/tc-arm.c:1529
msgid "only one type should be specified for operand"
msgstr ""
-#: config/tc-arm.c:1477
+#: config/tc-arm.c:1535
msgid "vector type expected"
msgstr ""
-#: config/tc-arm.c:1551
+#: config/tc-arm.c:1644
+msgid "expected MVE register [q0..q7]"
+msgstr ""
+
+#: config/tc-arm.c:1664
msgid "can't redefine type for operand"
msgstr ""
-#: config/tc-arm.c:1564
+#: config/tc-arm.c:1680
+msgid "only D and Q registers may be indexed"
+msgstr ""
+
+#: config/tc-arm.c:1682
msgid "only D registers may be indexed"
msgstr ""
-#: config/tc-arm.c:1570
+#: config/tc-arm.c:1688
msgid "can't change index for operand"
msgstr ""
-#: config/tc-arm.c:1633
+#: config/tc-arm.c:1751
msgid "register operand expected, but got scalar"
msgstr ""
-#: config/tc-arm.c:1670
+#: config/tc-arm.c:1802
msgid "scalar must have an index"
msgstr ""
-#: config/tc-arm.c:1675 config/tc-arm.c:16604 config/tc-arm.c:16664
-#: config/tc-arm.c:17151
+#: config/tc-arm.c:1807 config/tc-arm.c:19959 config/tc-arm.c:20042
+#: config/tc-arm.c:20660
msgid "scalar index out of range"
msgstr ""
-#: config/tc-arm.c:1725
+#: config/tc-arm.c:1877
+msgid "r0-r12, lr or APSR expected"
+msgstr ""
+
+#: config/tc-arm.c:1896
msgid "bad range in register list"
msgstr ""
-#: config/tc-arm.c:1733 config/tc-arm.c:1742 config/tc-arm.c:1783
+#: config/tc-arm.c:1904 config/tc-arm.c:1913 config/tc-arm.c:1954
#, c-format
msgid "Warning: duplicated register (r%d) in register list"
msgstr ""
-#: config/tc-arm.c:1745
+#: config/tc-arm.c:1916
msgid "Warning: register range not in ascending order"
msgstr ""
-#: config/tc-arm.c:1756
+#: config/tc-arm.c:1927
msgid "missing `}'"
msgstr ""
-#: config/tc-arm.c:1772
+#: config/tc-arm.c:1943
msgid "invalid register mask"
msgstr ""
-#: config/tc-arm.c:1907 config/tc-arm.c:1951
+#: config/tc-arm.c:2087 config/tc-arm.c:2195
+msgid "VPR expected last"
+msgstr ""
+
+#: config/tc-arm.c:2093
+msgid "VFP single precision register or VPR expected"
+msgstr ""
+
+#. regtype == REG_TYPE_VFD.
+#: config/tc-arm.c:2096
+msgid "VFP/Neon double precision register or VPR expected"
+msgstr ""
+
+#: config/tc-arm.c:2113 config/tc-arm.c:2157
msgid "register out of range in list"
msgstr ""
-#: config/tc-arm.c:1929 config/tc-arm.c:4214 config/tc-arm.c:4348
+#: config/tc-arm.c:2135 config/tc-arm.c:4434 config/tc-arm.c:4568
msgid "register list not in ascending order"
msgstr ""
-#: config/tc-arm.c:1960
+#: config/tc-arm.c:2166
msgid "register range not in ascending order"
msgstr ""
-#: config/tc-arm.c:1993
+#: config/tc-arm.c:2205
msgid "non-contiguous register range"
msgstr ""
-#: config/tc-arm.c:2052
+#: config/tc-arm.c:2265
+msgid "register stride must be 1"
+msgstr ""
+
+#: config/tc-arm.c:2266
msgid "register stride must be 1 or 2"
msgstr ""
-#: config/tc-arm.c:2053
+#: config/tc-arm.c:2267
msgid "mismatched element/structure types in list"
msgstr ""
-#: config/tc-arm.c:2121
+#: config/tc-arm.c:2337
msgid "don't use Rn-Rm syntax with non-unit stride"
msgstr ""
-#: config/tc-arm.c:2176
+#: config/tc-arm.c:2392
msgid "error parsing element/structure list"
msgstr ""
-#: config/tc-arm.c:2182
+#: config/tc-arm.c:2398
msgid "expected }"
msgstr ""
-#: config/tc-arm.c:2273
+#: config/tc-arm.c:2489
msgid "attempt to redefine typed alias"
msgstr ""
-#: config/tc-arm.c:2408
+#: config/tc-arm.c:2624
msgid "bad type for register"
msgstr ""
-#: config/tc-arm.c:2419 config/tc-nios2.c:1804
+#: config/tc-arm.c:2635 config/tc-nios2.c:1804
msgid "expression must be constant"
msgstr ""
-#: config/tc-arm.c:2436
+#: config/tc-arm.c:2652
msgid "can't redefine the type of a register alias"
msgstr ""
-#: config/tc-arm.c:2443
+#: config/tc-arm.c:2659
msgid "you must specify a single type only"
msgstr ""
-#: config/tc-arm.c:2456
+#: config/tc-arm.c:2672
msgid "can't redefine the index of a scalar alias"
msgstr ""
-#: config/tc-arm.c:2464
+#: config/tc-arm.c:2680
msgid "scalar index must be constant"
msgstr ""
-#: config/tc-arm.c:2473
+#: config/tc-arm.c:2689
msgid "expecting ]"
msgstr ""
-#: config/tc-arm.c:2525
+#: config/tc-arm.c:2741
msgid "invalid syntax for .dn directive"
msgstr ""
-#: config/tc-arm.c:2531
+#: config/tc-arm.c:2747
msgid "invalid syntax for .qn directive"
msgstr ""
-#: config/tc-arm.c:2566
+#: config/tc-arm.c:2782
#, c-format
msgid "ignoring attempt to use .unreq on fixed register name: '%s'"
msgstr ""
-#: config/tc-arm.c:2831
+#: config/tc-arm.c:3047
#, c-format
msgid "Failed to find real start of function: %s\n"
msgstr ""
-#: config/tc-arm.c:2848
+#: config/tc-arm.c:3064
msgid "selected processor does not support THUMB opcodes"
msgstr ""
-#: config/tc-arm.c:2861
+#: config/tc-arm.c:3077
msgid "selected processor does not support ARM opcodes"
msgstr ""
-#: config/tc-arm.c:2873
+#: config/tc-arm.c:3089
#, c-format
msgid "invalid instruction size selected (%d)"
msgstr ""
-#: config/tc-arm.c:2905
+#: config/tc-arm.c:3121
#, c-format
msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
msgstr ""
-#: config/tc-arm.c:2960
+#: config/tc-arm.c:3176
#, c-format
msgid "expected comma after name \"%s\""
msgstr ""
-#: config/tc-arm.c:3010 config/tc-m32r.c:584
+#: config/tc-arm.c:3226 config/tc-m32r.c:584
#, c-format
msgid "symbol `%s' already defined"
msgstr ""
-#: config/tc-arm.c:3043
+#: config/tc-arm.c:3259
#, c-format
msgid "unrecognized syntax mode \"%s\""
msgstr ""
-#: config/tc-arm.c:3086
+#: config/tc-arm.c:3302
msgid ".ref pseudo-op only available with -mccs flag."
msgstr ""
-#: config/tc-arm.c:3127
+#: config/tc-arm.c:3343
msgid ".asmfunc repeated."
msgstr ""
-#: config/tc-arm.c:3131
+#: config/tc-arm.c:3347
msgid ".asmfunc without function."
msgstr ""
-#: config/tc-arm.c:3137
+#: config/tc-arm.c:3353
msgid ".asmfunc pseudo-op only available with -mccs flag."
msgstr ""
-#: config/tc-arm.c:3148
+#: config/tc-arm.c:3364
msgid ".endasmfunc without a .asmfunc."
msgstr ""
-#: config/tc-arm.c:3152
+#: config/tc-arm.c:3368
msgid ".endasmfunc without function."
msgstr ""
-#: config/tc-arm.c:3163
+#: config/tc-arm.c:3379
msgid ".endasmfunc pseudo-op only available with -mccs flag."
msgstr ""
-#: config/tc-arm.c:3172
+#: config/tc-arm.c:3388
msgid ".def pseudo-op only available with -mccs flag."
msgstr ""
-#: config/tc-arm.c:3330
+#: config/tc-arm.c:3546
msgid "invalid type for literal pool"
msgstr ""
-#: config/tc-arm.c:3410 config/tc-tic54x.c:5353
+#: config/tc-arm.c:3626 config/tc-tic54x.c:5354
#, c-format
msgid "Invalid label '%s'"
msgstr ""
-#: config/tc-arm.c:3586
+#: config/tc-arm.c:3802
msgid "(plt) is only valid on branch targets"
msgstr ""
-#: config/tc-arm.c:3592 config/tc-csky.c:6989 config/tc-s390.c:1208
-#: config/tc-s390.c:1878 config/tc-xtensa.c:1694
+#: config/tc-arm.c:3808 config/tc-csky.c:6991 config/tc-s390.c:1210
+#: config/tc-s390.c:1880 config/tc-xtensa.c:1684
#, c-format
msgid "%s relocations do not fit in %d byte"
msgid_plural "%s relocations do not fit in %d bytes"
msgstr[0] ""
msgstr[1] ""
-#: config/tc-arm.c:3674
+#: config/tc-arm.c:3890
msgid ".inst.n operand too big. Use .inst.w instead"
msgstr ""
-#: config/tc-arm.c:3694
+#: config/tc-arm.c:3910
msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
msgstr ""
-#: config/tc-arm.c:3724
+#: config/tc-arm.c:3940
msgid "width suffixes are invalid in ARM mode"
msgstr ""
-#: config/tc-arm.c:3766 dwarf2dbg.c:1005
+#: config/tc-arm.c:3982 dwarf2dbg.c:1033
msgid "expected 0 or 1"
msgstr ""
-#: config/tc-arm.c:3770
+#: config/tc-arm.c:3986
msgid "missing comma"
msgstr ""
-#: config/tc-arm.c:3803
+#: config/tc-arm.c:4019
msgid "duplicate .fnstart directive"
msgstr ""
-#: config/tc-arm.c:3834 config/tc-tic6x.c:412
+#: config/tc-arm.c:4050 config/tc-tic6x.c:412
msgid "duplicate .handlerdata directive"
msgstr ""
-#: config/tc-arm.c:3853
+#: config/tc-arm.c:4069
msgid ".fnend directive without .fnstart"
msgstr ""
-#: config/tc-arm.c:3920 config/tc-tic6x.c:393
+#: config/tc-arm.c:4136 config/tc-tic6x.c:393
msgid "personality routine specified for cantunwind frame"
msgstr ""
-#: config/tc-arm.c:3937 config/tc-tic6x.c:454
+#: config/tc-arm.c:4153 config/tc-tic6x.c:454
msgid "duplicate .personalityindex directive"
msgstr ""
-#: config/tc-arm.c:3944 config/tc-tic6x.c:461
+#: config/tc-arm.c:4160 config/tc-tic6x.c:461
msgid "bad personality routine number"
msgstr ""
-#: config/tc-arm.c:3966 config/tc-tic6x.c:478
+#: config/tc-arm.c:4182 config/tc-tic6x.c:478
msgid "duplicate .personality directive"
msgstr ""
-#: config/tc-arm.c:3990 config/tc-arm.c:4118 config/tc-arm.c:4166
+#: config/tc-arm.c:4206 config/tc-arm.c:4336 config/tc-arm.c:4386
msgid "expected register list"
msgstr ""
-#: config/tc-arm.c:4072
+#: config/tc-arm.c:4288
msgid "expected , <constant>"
msgstr ""
-#: config/tc-arm.c:4081
+#: config/tc-arm.c:4297
msgid "number of registers must be in the range [1:4]"
msgstr ""
-#: config/tc-arm.c:4228 config/tc-arm.c:4362
+#: config/tc-arm.c:4448 config/tc-arm.c:4582
msgid "bad register range"
msgstr ""
-#: config/tc-arm.c:4428
+#: config/tc-arm.c:4648
msgid "FPA .unwind_save does not take a register list"
msgstr ""
-#: config/tc-arm.c:4456
+#: config/tc-arm.c:4676
msgid ".unwind_save does not support this kind of register"
msgstr ""
-#: config/tc-arm.c:4495
+#: config/tc-arm.c:4715
msgid "SP and PC not permitted in .unwind_movsp directive"
msgstr ""
-#: config/tc-arm.c:4500
+#: config/tc-arm.c:4720
msgid "unexpected .unwind_movsp directive"
msgstr ""
-#: config/tc-arm.c:4527
+#: config/tc-arm.c:4747
msgid "stack increment must be multiple of 4"
msgstr ""
-#: config/tc-arm.c:4559
+#: config/tc-arm.c:4779
msgid "expected <reg>, <reg>"
msgstr ""
-#: config/tc-arm.c:4577
+#: config/tc-arm.c:4797
msgid "register must be either sp or set by a previousunwind_movsp directive"
msgstr ""
-#: config/tc-arm.c:4616
+#: config/tc-arm.c:4836
msgid "expected <offset>, <opcode>"
msgstr ""
-#: config/tc-arm.c:4628
+#: config/tc-arm.c:4848
msgid "unwind opcode too long"
msgstr ""
-#: config/tc-arm.c:4633
+#: config/tc-arm.c:4853
msgid "invalid unwind opcode"
msgstr ""
-#: config/tc-arm.c:4821 config/tc-arm.c:5832 config/tc-arm.c:10678
-#: config/tc-arm.c:11211 config/tc-arm.c:13238 config/tc-arm.c:14820
-#: config/tc-arm.c:24280 config/tc-arm.c:24344 config/tc-arm.c:24352
-#: config/tc-metag.c:5176 config/tc-z8k.c:1151 config/tc-z8k.c:1161
+#: config/tc-arm.c:4968 config/tc-arm.c:31369
+#, c-format
+msgid "unrecognised float16 format \"%s\""
+msgstr ""
+
+#: config/tc-arm.c:4979
+msgid "float16 format cannot be set more than once, ignoring."
+msgstr ""
+
+#: config/tc-arm.c:5093 config/tc-arm.c:6167 config/tc-arm.c:11521
+#: config/tc-arm.c:12054 config/tc-arm.c:14174 config/tc-arm.c:16055
+#: config/tc-arm.c:16090 config/tc-arm.c:17040 config/tc-arm.c:18909
+#: config/tc-arm.c:18917 config/tc-arm.c:18924 config/tc-arm.c:19326
+#: config/tc-arm.c:20502 config/tc-arm.c:28470 config/tc-arm.c:28534
+#: config/tc-arm.c:28542 config/tc-metag.c:5176 config/tc-z8k.c:1151
+#: config/tc-z8k.c:1161
msgid "immediate value out of range"
msgstr ""
-#: config/tc-arm.c:4991
+#: config/tc-arm.c:5263
msgid "invalid FPA immediate expression"
msgstr ""
-#: config/tc-arm.c:5177
+#: config/tc-arm.c:5448
+msgid "'UXTW' not allowed here"
+msgstr ""
+
+#: config/tc-arm.c:5456
msgid "'LSL' or 'ASR' required"
msgstr ""
-#: config/tc-arm.c:5185
+#: config/tc-arm.c:5464
msgid "'LSL' required"
msgstr ""
-#: config/tc-arm.c:5193
+#: config/tc-arm.c:5472
msgid "'ASR' required"
msgstr ""
-#: config/tc-arm.c:5272
+#: config/tc-arm.c:5479
+msgid "'UXTW' required"
+msgstr ""
+
+#: config/tc-arm.c:5558
msgid "invalid rotation"
msgstr ""
-#: config/tc-arm.c:5452 config/tc-arm.c:5621
+#: config/tc-arm.c:5740 config/tc-arm.c:5945
msgid "unknown group relocation"
msgstr ""
-#: config/tc-arm.c:5488
+#: config/tc-arm.c:5776
msgid "alignment must be constant"
msgstr ""
-#: config/tc-arm.c:5652
+#: config/tc-arm.c:5979
msgid "this group relocation is not allowed on this instruction"
msgstr ""
-#: config/tc-arm.c:5708
+#: config/tc-arm.c:6035
msgid "'}' expected at end of 'option' field"
msgstr ""
-#: config/tc-arm.c:5713
+#: config/tc-arm.c:6040
msgid "cannot combine index with option"
msgstr ""
-#: config/tc-arm.c:5970
+#: config/tc-arm.c:6305
msgid "unexpected bit specified after APSR"
msgstr ""
-#: config/tc-arm.c:5982
+#: config/tc-arm.c:6317
msgid "selected processor does not support DSP extension"
msgstr ""
-#: config/tc-arm.c:5994
+#: config/tc-arm.c:6329
msgid "bad bitmask specified after APSR"
msgstr ""
-#: config/tc-arm.c:6018
+#: config/tc-arm.c:6353
msgid "writing to APSR without specifying a bitmask is deprecated"
msgstr ""
-#: config/tc-arm.c:6030 config/tc-arm.c:12372 config/tc-arm.c:12417
-#: config/tc-arm.c:12421
+#: config/tc-arm.c:6365 config/tc-arm.c:13277 config/tc-arm.c:13322
+#: config/tc-arm.c:13326
msgid "selected processor does not support requested special purpose register"
msgstr ""
-#: config/tc-arm.c:6035
+#: config/tc-arm.c:6370
msgid "flag for {c}psr instruction expected"
msgstr ""
-#: config/tc-arm.c:6060
+#: config/tc-arm.c:6428
msgid "unrecognized CPS flag"
msgstr ""
-#: config/tc-arm.c:6067
+#: config/tc-arm.c:6435
msgid "missing CPS flags"
msgstr ""
-#: config/tc-arm.c:6090 config/tc-arm.c:6096
+#: config/tc-arm.c:6458 config/tc-arm.c:6464
msgid "valid endian specifiers are be or le"
msgstr ""
-#: config/tc-arm.c:6118
+#: config/tc-arm.c:6486
msgid "missing rotation field after comma"
msgstr ""
-#: config/tc-arm.c:6133
+#: config/tc-arm.c:6501
msgid "rotation can only be 0, 8, 16, or 24"
msgstr ""
-#: config/tc-arm.c:6162
+#: config/tc-arm.c:6530
msgid "condition required"
msgstr ""
-#: config/tc-arm.c:6229 config/tc-arm.c:8962
+#: config/tc-arm.c:6572 config/tc-arm.c:9690
msgid "'[' expected"
msgstr ""
-#: config/tc-arm.c:6242
+#: config/tc-arm.c:6585
msgid "',' expected"
msgstr ""
-#: config/tc-arm.c:6259
+#: config/tc-arm.c:6602
msgid "invalid shift"
msgstr ""
-#: config/tc-arm.c:6332
+#: config/tc-arm.c:6682
+msgid "expected ARM or MVE vector register"
+msgstr ""
+
+#: config/tc-arm.c:6731
msgid "can't use Neon quad register here"
msgstr ""
-#: config/tc-arm.c:6399
+#: config/tc-arm.c:6800
msgid "expected <Rm> or <Dm> or <Qm> operand"
msgstr ""
-#: config/tc-arm.c:6479
+#: config/tc-arm.c:6900
+msgid "VFP single, double or MVE vector register expected"
+msgstr ""
+
+#: config/tc-arm.c:6920
msgid "parse error"
msgstr ""
+#: config/tc-arm.c:7214
+msgid "immediate value 48 or 64 expected"
+msgstr ""
+
#. ISB can only take SY as an option.
-#: config/tc-arm.c:6748
+#: config/tc-arm.c:7263
msgid "invalid barrier type"
msgstr ""
-#: config/tc-arm.c:6845
+#: config/tc-arm.c:7426
msgid "only floating point zero is allowed as immediate value"
msgstr ""
-#: config/tc-arm.c:6915
+#: config/tc-arm.c:7521
msgid "immediate value is out of range"
msgstr ""
-#: config/tc-arm.c:7062
+#: config/tc-arm.c:7693
msgid "iWMMXt data or control register expected"
msgstr ""
-#: config/tc-arm.c:7102
+#: config/tc-arm.c:7734
msgid "Banked registers are not available with this architecture."
msgstr ""
-#: config/tc-arm.c:7330 config/tc-score.c:264
+#: config/tc-arm.c:7982
+msgid "operand must be LR register"
+msgstr ""
+
+#: config/tc-arm.c:8053 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:7380
+#: config/tc-arm.c:8103
msgid "use of r13 is deprecated"
msgstr ""
-#: config/tc-arm.c:7398 config/tc-arm.c:16819
+#: config/tc-arm.c:8121 config/tc-arm.c:20256
msgid ""
"ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is "
"UNPREDICTABLE"
msgstr ""
-#: config/tc-arm.c:7473
+#: config/tc-arm.c:8196
msgid "D register out of range for selected VFP version"
msgstr ""
-#: config/tc-arm.c:7570 config/tc-arm.c:10397
+#: config/tc-arm.c:8293 config/tc-arm.c:11216
msgid "Instruction does not support =N addresses"
msgstr ""
-#: config/tc-arm.c:7578
+#: config/tc-arm.c:8301
msgid "instruction does not accept preindexed addressing"
msgstr ""
#. unindexed - only for coprocessor
-#: config/tc-arm.c:7594 config/tc-arm.c:10460
+#: config/tc-arm.c:8317 config/tc-arm.c:11279
msgid "instruction does not accept unindexed addressing"
msgstr ""
-#: config/tc-arm.c:7602
+#: config/tc-arm.c:8325
msgid "destination register same as write-back base"
msgstr ""
-#: config/tc-arm.c:7603
+#: config/tc-arm.c:8326
msgid "source register same as write-back base"
msgstr ""
-#: config/tc-arm.c:7653
+#: config/tc-arm.c:8376
msgid "use of PC in this instruction is deprecated"
msgstr ""
-#: config/tc-arm.c:7676
+#: config/tc-arm.c:8399
msgid "instruction does not accept scaled register index"
msgstr ""
-#: config/tc-arm.c:7981
+#: config/tc-arm.c:8704
msgid "invalid pseudo operation"
msgstr ""
-#: config/tc-arm.c:8219
+#: config/tc-arm.c:8947
msgid "invalid co-processor operand"
msgstr ""
-#: config/tc-arm.c:8235
+#: config/tc-arm.c:8963
msgid "instruction does not support unindexed addressing"
msgstr ""
-#: config/tc-arm.c:8250
+#: config/tc-arm.c:8978
msgid "pc may not be used with write-back"
msgstr ""
-#: config/tc-arm.c:8255
+#: config/tc-arm.c:8983
msgid "instruction does not support writeback"
msgstr ""
-#: config/tc-arm.c:8361
+#: config/tc-arm.c:9089
msgid "Rn must not overlap other operands"
msgstr ""
-#: config/tc-arm.c:8366
+#: config/tc-arm.c:9094
msgid "swp{b} use is obsoleted for ARMv8 and later"
msgstr ""
-#: config/tc-arm.c:8369
+#: config/tc-arm.c:9097
msgid "swp{b} use is deprecated for ARMv6 and ARMv7"
msgstr ""
-#: config/tc-arm.c:8488 config/tc-arm.c:8507 config/tc-arm.c:8520
-#: config/tc-arm.c:11048 config/tc-arm.c:11079 config/tc-arm.c:11101
+#: config/tc-arm.c:9216 config/tc-arm.c:9235 config/tc-arm.c:9248
+#: config/tc-arm.c:11891 config/tc-arm.c:11922 config/tc-arm.c:11944
msgid "bit-field extends past end of register"
msgstr ""
-#: config/tc-arm.c:8550
+#: config/tc-arm.c:9278
msgid "the only valid suffixes here are '(plt)' and '(tlscall)'"
msgstr ""
-#: config/tc-arm.c:8603
+#: config/tc-arm.c:9331
msgid "use of r15 in blx in ARM mode is not really useful"
msgstr ""
-#: config/tc-arm.c:8625
+#: config/tc-arm.c:9353
msgid "use of r15 in bx in ARM mode is not really useful"
msgstr ""
-#: config/tc-arm.c:8651
+#: config/tc-arm.c:9379
msgid "use of r15 in bxj is not really useful"
msgstr ""
-#: config/tc-arm.c:8699
+#: config/tc-arm.c:9427
msgid "This coprocessor register access is deprecated in ARMv8"
msgstr ""
-#: config/tc-arm.c:8907 config/tc-arm.c:8916
+#: config/tc-arm.c:9635 config/tc-arm.c:9644
msgid "writeback of base register is UNPREDICTABLE"
msgstr ""
-#: config/tc-arm.c:8910
+#: config/tc-arm.c:9638
msgid "writeback of base register when in register list is UNPREDICTABLE"
msgstr ""
-#: config/tc-arm.c:8920
+#: config/tc-arm.c:9648
msgid "if writeback register is in list, it must be the lowest reg in the list"
msgstr ""
-#: config/tc-arm.c:8957
+#: config/tc-arm.c:9685
msgid "first transfer register must be even"
msgstr ""
-#: config/tc-arm.c:8960
+#: config/tc-arm.c:9688
msgid "can only transfer two consecutive registers"
msgstr ""
@@ -3781,1248 +3931,1367 @@ 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:8961 config/tc-arm.c:9031 config/tc-arm.c:9695
-#: config/tc-arm.c:11863
+#: config/tc-arm.c:9689 config/tc-arm.c:9759 config/tc-arm.c:10490
+#: config/tc-arm.c:12766
msgid "r14 not allowed here"
msgstr ""
-#: config/tc-arm.c:8973
+#: config/tc-arm.c:9701
msgid "base register written back, and overlaps second transfer register"
msgstr ""
-#: config/tc-arm.c:8983
+#: config/tc-arm.c:9711
msgid "index register overlaps transfer register"
msgstr ""
-#: config/tc-arm.c:9012 config/tc-arm.c:9662
+#: config/tc-arm.c:9740 config/tc-arm.c:10457
msgid "offset must be zero in ARM encoding"
msgstr ""
-#: config/tc-arm.c:9025 config/tc-arm.c:9689
+#: config/tc-arm.c:9753 config/tc-arm.c:10484
msgid "even register required"
msgstr ""
-#: config/tc-arm.c:9028
+#: config/tc-arm.c:9756
msgid "can only load two consecutive registers"
msgstr ""
-#: config/tc-arm.c:9046
+#: config/tc-arm.c:9774
msgid "ldr to register 15 must be 4-byte aligned"
msgstr ""
-#: config/tc-arm.c:9069 config/tc-arm.c:9101
+#: config/tc-arm.c:9797 config/tc-arm.c:9829
msgid "this instruction requires a post-indexed address"
msgstr ""
-#: config/tc-arm.c:9128
+#: config/tc-arm.c:9856
msgid "Rd and Rm should be different in mla"
msgstr ""
-#: config/tc-arm.c:9155 config/tc-arm.c:12236
+#: config/tc-arm.c:9883 config/tc-arm.c:13141
msgid ":lower16: not allowed in this instruction"
msgstr ""
-#: config/tc-arm.c:9157 config/tc-arm.c:12241
+#: config/tc-arm.c:9885 config/tc-arm.c:13146
msgid ":upper16: not allowed in this instruction"
msgstr ""
-#: config/tc-arm.c:9174
+#: config/tc-arm.c:9902
msgid "operand 1 must be FPSCR"
msgstr ""
-#: config/tc-arm.c:9266 config/tc-arm.c:12355
+#: config/tc-arm.c:9955 config/tc-arm.c:9964 config/tc-arm.c:10018
+#: config/tc-arm.c:10027
+msgid "selected processor does not support instruction"
+msgstr ""
+
+#: config/tc-arm.c:9967 config/tc-arm.c:10030
+msgid "accessing MVE system register without MVE is UNPREDICTABLE"
+msgstr ""
+
+#: config/tc-arm.c:10058 config/tc-arm.c:13260
msgid "bad register for mrs"
msgstr ""
-#: config/tc-arm.c:9273 config/tc-arm.c:12379
+#: config/tc-arm.c:10065 config/tc-arm.c:13284
msgid "'APSR', 'CPSR' or 'SPSR' expected"
msgstr ""
-#: config/tc-arm.c:9314
+#: config/tc-arm.c:10106
msgid "Rd and Rm should be different in mul"
msgstr ""
-#: config/tc-arm.c:9333 config/tc-arm.c:9607 config/tc-arm.c:12518
+#: config/tc-arm.c:10125 config/tc-arm.c:10402 config/tc-arm.c:13423
msgid "rdhi and rdlo must be different"
msgstr ""
-#: config/tc-arm.c:9339
+#: config/tc-arm.c:10131
msgid "rdhi, rdlo and rm must all be different"
msgstr ""
-#: config/tc-arm.c:9405
+#: config/tc-arm.c:10197
msgid "'[' expected after PLD mnemonic"
msgstr ""
-#: config/tc-arm.c:9407 config/tc-arm.c:9422
+#: config/tc-arm.c:10199 config/tc-arm.c:10214
msgid "post-indexed expression used in preload instruction"
msgstr ""
-#: config/tc-arm.c:9409 config/tc-arm.c:9424
+#: config/tc-arm.c:10201 config/tc-arm.c:10216
msgid "writeback used in preload instruction"
msgstr ""
-#: config/tc-arm.c:9411 config/tc-arm.c:9426
+#: config/tc-arm.c:10203 config/tc-arm.c:10218
msgid "unindexed addressing used in preload instruction"
msgstr ""
-#: config/tc-arm.c:9420
+#: config/tc-arm.c:10212
msgid "'[' expected after PLI mnemonic"
msgstr ""
-#: config/tc-arm.c:9435 config/tc-arm.c:12687
+#: config/tc-arm.c:10227 config/tc-arm.c:13592
msgid "push/pop do not support {reglist}^"
msgstr ""
-#: config/tc-arm.c:9513 config/tc-arm.c:12834
+#: config/tc-arm.c:10305 config/tc-arm.c:13769
msgid "setend use is deprecated for ARMv8"
msgstr ""
-#: config/tc-arm.c:9534 config/tc-arm.c:12895 config/tc-arm.c:12927
-#: config/tc-arm.c:12970
+#: config/tc-arm.c:10326 config/tc-arm.c:13830 config/tc-arm.c:13862
+#: config/tc-arm.c:13905
msgid "extraneous shift as part of operand to shift insn"
msgstr ""
-#: config/tc-arm.c:9565 config/tc-arm.c:9574
+#: config/tc-arm.c:10336 config/tc-arm.c:13968
+msgid "immediate too large (bigger than 0xF)"
+msgstr ""
+
+#: config/tc-arm.c:10360 config/tc-arm.c:10369
msgid "selected processor does not support SETPAN instruction"
msgstr ""
-#: config/tc-arm.c:9633
+#: config/tc-arm.c:10428
msgid "SRS base register must be r13"
msgstr ""
-#: config/tc-arm.c:9692
+#: config/tc-arm.c:10487
msgid "can only store two consecutive registers"
msgstr ""
-#: config/tc-arm.c:9806 config/tc-arm.c:9823
+#: config/tc-arm.c:10609 config/tc-arm.c:10630
msgid "only two consecutive VFP SP registers allowed here"
msgstr ""
-#: config/tc-arm.c:9851 config/tc-arm.c:9866
+#: config/tc-arm.c:10658 config/tc-arm.c:10673
msgid "this addressing mode requires base-register writeback"
msgstr ""
#. If srcsize is 16, inst.operands[1].imm must be in the range 0-16.
#. i.e. immbits must be in range 0 - 16.
-#: config/tc-arm.c:9983
+#: config/tc-arm.c:10802
msgid "immediate value out of range, expected range [0, 16]"
msgstr ""
#. If srcsize is 32, inst.operands[1].imm must be in the range 1-32.
#. i.e. immbits must be in range 0 - 31.
-#: config/tc-arm.c:9990
+#: config/tc-arm.c:10809
msgid "immediate value out of range, expected range [1, 32]"
msgstr ""
-#: config/tc-arm.c:10056
+#: config/tc-arm.c:10875
msgid "this instruction does not support indexing"
msgstr ""
-#: config/tc-arm.c:10079
+#: config/tc-arm.c:10898
msgid "only r15 allowed here"
msgstr ""
-#: config/tc-arm.c:10214
+#: config/tc-arm.c:11033
msgid "immediate operand requires iWMMXt2"
msgstr ""
-#: config/tc-arm.c:10358
+#: config/tc-arm.c:11177
msgid "shift by register not allowed in thumb mode"
msgstr ""
-#: config/tc-arm.c:10370 config/tc-arm.c:13078 config/tc-arm.c:23590
+#: config/tc-arm.c:11189 config/tc-arm.c:14014 config/tc-arm.c:27764
msgid "shift expression is too large"
msgstr ""
-#: config/tc-arm.c:10403
+#: config/tc-arm.c:11222
msgid "cannot use register index with this instruction"
msgstr ""
-#: config/tc-arm.c:10405
+#: config/tc-arm.c:11224
msgid "Thumb does not support negative register indexing"
msgstr ""
-#: config/tc-arm.c:10407
+#: config/tc-arm.c:11226
msgid "Thumb does not support register post-indexing"
msgstr ""
-#: config/tc-arm.c:10409
+#: config/tc-arm.c:11228
msgid "Thumb does not support register indexing with writeback"
msgstr ""
-#: config/tc-arm.c:10411
+#: config/tc-arm.c:11230
msgid "Thumb supports only LSL in shifted register indexing"
msgstr ""
-#: config/tc-arm.c:10420 config/tc-arm.c:16395
+#: config/tc-arm.c:11239 config/tc-arm.c:19624
msgid "shift out of range"
msgstr ""
-#: config/tc-arm.c:10429
+#: config/tc-arm.c:11248
msgid "cannot use writeback with this instruction"
msgstr ""
-#: config/tc-arm.c:10450
+#: config/tc-arm.c:11269
msgid "cannot use post-indexing with PC-relative addressing"
msgstr ""
-#: config/tc-arm.c:10451
+#: config/tc-arm.c:11270
msgid "cannot use post-indexing with this instruction"
msgstr ""
-#: config/tc-arm.c:10673
+#: config/tc-arm.c:11516
msgid "only SUBS PC, LR, #const allowed"
msgstr ""
-#: config/tc-arm.c:10756 config/tc-arm.c:10916 config/tc-arm.c:11013
-#: config/tc-arm.c:12316 config/tc-arm.c:12624
+#: config/tc-arm.c:11599 config/tc-arm.c:11759 config/tc-arm.c:11856
+#: config/tc-arm.c:13221 config/tc-arm.c:13529
msgid "shift must be constant"
msgstr ""
-#: config/tc-arm.c:10761
+#: config/tc-arm.c:11604
msgid "shift value over 3 not allowed in thumb mode"
msgstr ""
-#: config/tc-arm.c:10763
+#: config/tc-arm.c:11606
msgid "only LSL shift allowed in thumb mode"
msgstr ""
-#: config/tc-arm.c:10787 config/tc-arm.c:10931 config/tc-arm.c:11028
-#: config/tc-arm.c:12329
+#: config/tc-arm.c:11630 config/tc-arm.c:11774 config/tc-arm.c:11871
+#: config/tc-arm.c:13234
msgid "unshifted register required"
msgstr ""
-#: config/tc-arm.c:10802 config/tc-arm.c:11039 config/tc-arm.c:12479
+#: config/tc-arm.c:11645 config/tc-arm.c:11882 config/tc-arm.c:13384
msgid "dest must overlap one source register"
msgstr ""
-#: config/tc-arm.c:10934 config/tc-csky.c:5507
+#: config/tc-arm.c:11777 config/tc-csky.c:5509
msgid "dest and source1 must be the same register"
msgstr ""
-#: config/tc-arm.c:11174
+#: config/tc-arm.c:12017
msgid ""
"selected architecture does not support wide conditional branch instruction"
msgstr ""
-#: config/tc-arm.c:11207
+#: config/tc-arm.c:12050
msgid "instruction is always unconditional"
msgstr ""
-#: config/tc-arm.c:11328
+#: config/tc-arm.c:12225
msgid "selected processor does not support 'A' form of this instruction"
msgstr ""
-#: config/tc-arm.c:11331
+#: config/tc-arm.c:12228
msgid "Thumb does not support the 2-argument form of this instruction"
msgstr ""
-#: config/tc-arm.c:11452
+#: config/tc-arm.c:12353
msgid "SP not allowed in register list"
msgstr ""
-#: config/tc-arm.c:11456 config/tc-arm.c:11562
+#: config/tc-arm.c:12357 config/tc-arm.c:12464
msgid ""
"having the base register in the register list when using write back is "
"UNPREDICTABLE"
msgstr ""
-#: config/tc-arm.c:11464
+#: config/tc-arm.c:12365
msgid "LR and PC should not both be in register list"
msgstr ""
-#: config/tc-arm.c:11472
+#: config/tc-arm.c:12373
msgid "PC not allowed in register list"
msgstr ""
-#: config/tc-arm.c:11514
+#: config/tc-arm.c:12416
msgid "Thumb load/store multiple does not support {reglist}^"
msgstr ""
-#: config/tc-arm.c:11539 config/tc-arm.c:11616
+#: config/tc-arm.c:12441 config/tc-arm.c:12519
#, c-format
msgid "value stored for r%d is UNKNOWN"
msgstr ""
-#: config/tc-arm.c:11609
+#: config/tc-arm.c:12512
msgid "Thumb-2 instruction only valid in unified syntax"
msgstr ""
-#: config/tc-arm.c:11613 config/tc-arm.c:11623
+#: config/tc-arm.c:12516 config/tc-arm.c:12526
msgid "this instruction will write back the base register"
msgstr ""
-#: config/tc-arm.c:11626
+#: config/tc-arm.c:12529
msgid "this instruction will not write back the base register"
msgstr ""
-#: config/tc-arm.c:11657
+#: config/tc-arm.c:12560
msgid "r14 not allowed as first register when second register is omitted"
msgstr ""
-#: config/tc-arm.c:11757
+#: config/tc-arm.c:12660
msgid ""
"This instruction may be unpredictable if executed on M-profile cores with "
"interrupts enabled."
msgstr ""
-#: config/tc-arm.c:11786 config/tc-arm.c:11799 config/tc-arm.c:11835
+#: config/tc-arm.c:12689 config/tc-arm.c:12702 config/tc-arm.c:12738
msgid "Thumb does not support this addressing mode"
msgstr ""
-#: config/tc-arm.c:11803
+#: config/tc-arm.c:12706
msgid "byte or halfword not valid for base register"
msgstr ""
-#: config/tc-arm.c:11806
+#: config/tc-arm.c:12709
msgid "r15 based store not allowed"
msgstr ""
-#: config/tc-arm.c:11808
+#: config/tc-arm.c:12711
msgid "invalid base register for register offset"
msgstr ""
-#: config/tc-arm.c:11865
+#: config/tc-arm.c:12768
msgid "r12 not allowed here"
msgstr ""
-#: config/tc-arm.c:11871
+#: config/tc-arm.c:12774
msgid "base register written back, and overlaps one of transfer registers"
msgstr ""
-#: config/tc-arm.c:11999
+#: config/tc-arm.c:12902
#, 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:12192
+#: config/tc-arm.c:13097
msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
msgstr ""
-#: config/tc-arm.c:12220
+#: config/tc-arm.c:13125
msgid "only lo regs allowed with immediate"
msgstr ""
-#: config/tc-arm.c:12397
+#: config/tc-arm.c:13302
msgid "Thumb encoding does not support an immediate here"
msgstr ""
-#: config/tc-arm.c:12484
+#: config/tc-arm.c:13389
msgid "Thumb-2 MUL must not set flags"
msgstr ""
-#: config/tc-arm.c:12549
+#: config/tc-arm.c:13454
msgid "Thumb does not support NOP with hints"
msgstr ""
-#: config/tc-arm.c:12709
+#: config/tc-arm.c:13614 config/tc-arm.c:13626
msgid "invalid register list to push/pop instruction"
msgstr ""
-#: config/tc-arm.c:12954
+#: config/tc-arm.c:13889
msgid "source1 and dest must be same register"
msgstr ""
-#: config/tc-arm.c:12979
+#: config/tc-arm.c:13914
msgid "ror #imm not supported"
msgstr ""
-#: config/tc-arm.c:13030
+#: config/tc-arm.c:13965
msgid "SMC is not permitted on this architecture"
msgstr ""
-#: config/tc-arm.c:13195
+#: config/tc-arm.c:14131
msgid "Thumb encoding does not support rotation"
msgstr ""
-#: config/tc-arm.c:13215
+#: config/tc-arm.c:14151
msgid "instruction requires register index"
msgstr ""
-#: config/tc-arm.c:13225
+#: config/tc-arm.c:14161
msgid "instruction does not allow shifted index"
msgstr ""
-#: config/tc-arm.c:13411
+#: config/tc-arm.c:14317 config/tc-arm.c:28905
+msgid "out of range label-relative fixup value"
+msgstr ""
+
+#: config/tc-arm.c:14636
msgid "invalid neon suffix for non neon instruction"
msgstr ""
-#: config/tc-arm.c:13773 config/tc-arm.c:14119 config/tc-arm.c:15736
-#: config/tc-arm.c:17396
+#: config/tc-arm.c:15014 config/tc-arm.c:15360 config/tc-arm.c:16826
+#: config/tc-arm.c:16906 config/tc-arm.c:16963 config/tc-arm.c:18792
+#: config/tc-arm.c:20905 config/tc-arm.c:21092
msgid "invalid instruction shape"
msgstr ""
-#: config/tc-arm.c:14018
+#: config/tc-arm.c:15259
msgid "types specified in both the mnemonic and operands"
msgstr ""
-#: config/tc-arm.c:14055
+#: config/tc-arm.c:15296
msgid "operand types can't be inferred"
msgstr ""
-#: config/tc-arm.c:14061
+#: config/tc-arm.c:15302
msgid "type specifier has the wrong number of parts"
msgstr ""
-#: config/tc-arm.c:14147 config/tc-arm.c:15926 config/tc-arm.c:15933
+#: config/tc-arm.c:15388 config/tc-arm.c:19061 config/tc-arm.c:19068
msgid "operand size must match register width"
msgstr ""
-#: config/tc-arm.c:14158
-msgid "bad type in Neon instruction"
+#: config/tc-arm.c:15410
+msgid "inconsistent types in Neon instruction"
msgstr ""
-#: config/tc-arm.c:14169
-msgid "inconsistent types in Neon instruction"
+#: config/tc-arm.c:15865
+msgid "MVE vector or ARM register expected"
+msgstr ""
+
+#: config/tc-arm.c:15982
+msgid "immediate must be either 1, 2, 4 or 8"
+msgstr ""
+
+#: config/tc-arm.c:16139
+msgid "immediate operand expected in the range [1,8]"
+msgstr ""
+
+#: config/tc-arm.c:16140
+msgid "immediate operand expected in the range [1,16]"
+msgstr ""
+
+#: config/tc-arm.c:16282
+msgid "expected LR"
msgstr ""
-#: config/tc-arm.c:14540 config/tc-arm.c:14555 config/tc-arm.c:16975
+#: config/tc-arm.c:16400 config/tc-arm.c:16415 config/tc-arm.c:20435
msgid "register list must contain at least 1 and at most 16 registers"
msgstr ""
-#: config/tc-arm.c:14698 config/tc-arm.c:14734 config/tc-arm.c:15373
-#: config/tc-arm.c:16801
+#: config/tc-arm.c:16803 config/tc-arm.c:16883 config/tc-arm.c:18429
+#: config/tc-arm.c:20241
msgid "immediate out of range for shift"
msgstr ""
-#: config/tc-arm.c:14854
+#: config/tc-arm.c:17097
msgid "first and second operands shall be the same register"
msgstr ""
-#: config/tc-arm.c:15139 config/tc-arm.c:16231
+#: config/tc-arm.c:17211 config/tc-arm.c:17272
+msgid "destination register and offset register may not be the same"
+msgstr ""
+
+#: config/tc-arm.c:17223 config/tc-arm.c:17342
+msgid "immediate must be a multiple of 4 in the range of +/-[0,508]"
+msgstr ""
+
+#: config/tc-arm.c:17225
+msgid "immediate must be a multiple of 8 in the range of +/-[0,1016]"
+msgstr ""
+
+#: config/tc-arm.c:17245
+msgid "can not shift offsets when accessing less than half-word"
+msgstr ""
+
+#: config/tc-arm.c:17247
+msgid ""
+"shift immediate must be 1, 2 or 3 for half-word, word or double-word "
+"accesses respectively"
+msgstr ""
+
+#: config/tc-arm.c:17335
+msgid "immediate must be in the range of +/-[0,127]"
+msgstr ""
+
+#: config/tc-arm.c:17338
+msgid "immediate must be a multiple of 2 in the range of +/-[0,254]"
+msgstr ""
+
+#: config/tc-arm.c:17352 config/tc-arm.c:18127
+msgid "MVE vector register in the range [Q0..Q7] expected"
+msgstr ""
+
+#: config/tc-arm.c:17668 config/tc-arm.c:19460
msgid "scalar out of range for multiply instruction"
msgstr ""
-#: config/tc-arm.c:15263
+#: config/tc-arm.c:17903 config/tc-arm.c:21156
+msgid ""
+"Warning: 32-bit element size and same first and third operand makes "
+"instruction UNPREDICTABLE"
+msgstr ""
+
+#: config/tc-arm.c:18268
msgid "instruction form not available on this architecture."
msgstr ""
-#: config/tc-arm.c:15266
+#: config/tc-arm.c:18271
msgid "this instruction implies use of ARMv8.1 AdvSIMD."
msgstr ""
-#: config/tc-arm.c:15349 config/tc-arm.c:15361
+#: config/tc-arm.c:18378 config/tc-arm.c:18403
msgid "immediate out of range for insert"
msgstr ""
-#: config/tc-arm.c:15494
+#: config/tc-arm.c:18550
msgid "immediate out of range for narrowing operation"
msgstr ""
-#: config/tc-arm.c:15640
+#: config/tc-arm.c:18696
msgid "operands 0 and 1 must be the same register"
msgstr ""
-#: config/tc-arm.c:15746 config/tc-arm.c:17494
+#: config/tc-arm.c:18802 config/tc-arm.c:21004
msgid "invalid rounding mode"
msgstr ""
-#: config/tc-arm.c:16075
+#: config/tc-arm.c:19251
msgid "operand size must be specified for immediate VMOV"
msgstr ""
-#: config/tc-arm.c:16085
+#: config/tc-arm.c:19261
msgid "immediate has bits set outside the operand size"
msgstr ""
-#: config/tc-arm.c:16247
+#: config/tc-arm.c:19476
msgid ""
"vfmal/vfmsl with FP16 type cannot be conditional, the behaviour is "
"UNPREDICTABLE"
msgstr ""
-#: config/tc-arm.c:16377
+#: config/tc-arm.c:19606
msgid "Instruction form not available on this architecture."
msgstr ""
-#: config/tc-arm.c:16421
+#: config/tc-arm.c:19660
+msgid ""
+"Warning: 64-bit element size and same destination and source operands makes "
+"instruction UNPREDICTABLE"
+msgstr ""
+
+#: config/tc-arm.c:19665
msgid "elements must be smaller than reversal region"
msgstr ""
-#: config/tc-arm.c:16603 config/tc-arm.c:16663
+#: config/tc-arm.c:19757
+msgid "Index one must be [2,3] and index two must be two less than index one."
+msgstr ""
+
+#: config/tc-arm.c:19760
+msgid "General purpose registers may not be the same"
+msgstr ""
+
+#: config/tc-arm.c:19958 config/tc-arm.c:20041
msgid "bad type for scalar"
msgstr ""
-#: config/tc-arm.c:16717
+#: config/tc-arm.c:20097
msgid ""
"immediate constant is valid both as a bit-pattern and a floating point value "
"(using the fp value)"
msgstr ""
-#: config/tc-arm.c:16759 config/tc-arm.c:16767
+#: config/tc-arm.c:20149 config/tc-arm.c:20160
msgid "VFP registers must be adjacent"
msgstr ""
-#: config/tc-arm.c:16810
+#: config/tc-arm.c:20250
msgid "invalid suffix"
msgstr ""
-#: config/tc-arm.c:16942
+#: config/tc-arm.c:20402
msgid "bad list length for table lookup"
msgstr ""
-#: config/tc-arm.c:16972
+#: config/tc-arm.c:20432
msgid "writeback (!) must be used for VLDMDB and VSTMDB"
msgstr ""
-#: config/tc-arm.c:17000
+#: config/tc-arm.c:20460 config/tc-arm.c:20493
msgid "Use of PC here is UNPREDICTABLE"
msgstr ""
-#: config/tc-arm.c:17002
+#: config/tc-arm.c:20462
msgid "Use of PC here is deprecated"
msgstr ""
-#: config/tc-arm.c:17069
-msgid "bad alignment"
+#: config/tc-arm.c:20496
+msgid "instruction does not accept register index"
msgstr ""
-#: config/tc-arm.c:17086
-msgid "bad list type for instruction"
+#: config/tc-arm.c:20499
+msgid "instruction does not accept PC-relative addressing"
msgstr ""
-#: config/tc-arm.c:17088
-msgid "bad element type for instruction"
+#: config/tc-arm.c:20521 config/tc-arm.c:20529
+msgid "Instruction not permitted on this architecture"
+msgstr ""
+
+#: config/tc-arm.c:20578
+msgid "bad alignment"
+msgstr ""
+
+#: config/tc-arm.c:20595
+msgid "bad list type for instruction"
msgstr ""
-#: config/tc-arm.c:17130
+#: config/tc-arm.c:20639
msgid "unsupported alignment for instruction"
msgstr ""
-#: config/tc-arm.c:17149 config/tc-arm.c:17243 config/tc-arm.c:17255
-#: config/tc-arm.c:17265 config/tc-arm.c:17279
+#: config/tc-arm.c:20658 config/tc-arm.c:20752 config/tc-arm.c:20764
+#: config/tc-arm.c:20774 config/tc-arm.c:20788
msgid "bad list length"
msgstr ""
-#: config/tc-arm.c:17154
+#: config/tc-arm.c:20663
msgid "stride of 2 unavailable when element size is 8"
msgstr ""
-#: config/tc-arm.c:17187 config/tc-arm.c:17263
+#: config/tc-arm.c:20696 config/tc-arm.c:20772
msgid "can't use alignment with this instruction"
msgstr ""
-#: config/tc-arm.c:17335
+#: config/tc-arm.c:20844
msgid "post-index must be a register"
msgstr ""
-#: config/tc-arm.c:17337
+#: config/tc-arm.c:20846
msgid "bad register for post-index"
msgstr ""
-#: config/tc-arm.c:17558
+#: config/tc-arm.c:21068
msgid "scalar out of range"
msgstr ""
-#: config/tc-arm.c:17631
+#: config/tc-arm.c:21201
msgid ""
"Dot Product instructions cannot be conditional, the behaviour is "
"UNPREDICTABLE"
msgstr ""
-#: config/tc-arm.c:18204 config/tc-arm.c:18290
+#: config/tc-arm.c:21779 config/tc-arm.c:21883
msgid "conditional infixes are deprecated in unified syntax"
msgstr ""
-#: config/tc-arm.c:18441
+#: config/tc-arm.c:22094
msgid "Warning: conditional outside an IT block for Thumb."
msgstr ""
-#: config/tc-arm.c:18593
+#: config/tc-arm.c:22420
msgid "Short branches, Undefined, SVC, LDM/STM"
msgstr ""
-#: config/tc-arm.c:18594
+#: config/tc-arm.c:22421
msgid "Miscellaneous 16-bit instructions"
msgstr ""
-#: config/tc-arm.c:18595
+#: config/tc-arm.c:22422
msgid "ADR"
msgstr ""
-#: config/tc-arm.c:18596
+#: config/tc-arm.c:22423
msgid "Literal loads"
msgstr ""
-#: config/tc-arm.c:18597
+#: config/tc-arm.c:22424
msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc"
msgstr ""
-#: config/tc-arm.c:18598
+#: config/tc-arm.c:22425
msgid "Hi-register ADD, MOV, CMP using pc"
msgstr ""
#. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue'
#. field in asm_opcode. 'tvalue' is used at the stage this check happen.
-#: config/tc-arm.c:18601
+#: config/tc-arm.c:22428
msgid "ADD/SUB sp, sp #imm"
msgstr ""
-#: config/tc-arm.c:18621
+#: config/tc-arm.c:22448
msgid ""
"IT blocks containing 32-bit Thumb instructions are performance deprecated in "
"ARMv8-A and ARMv8-R"
msgstr ""
-#: config/tc-arm.c:18633
+#: config/tc-arm.c:22460
#, c-format
msgid ""
"IT blocks containing 16-bit Thumb instructions of the following class are "
"performance deprecated in ARMv8-A and ARMv8-R: %s"
msgstr ""
-#: config/tc-arm.c:18647
+#: config/tc-arm.c:22474
msgid ""
"IT blocks containing more than one conditional instruction are performance "
"deprecated in ARMv8-A and ARMv8-R"
msgstr ""
-#: config/tc-arm.c:18763
+#: config/tc-arm.c:22592
#, c-format
msgid "bad instruction `%s'"
msgstr ""
-#: config/tc-arm.c:18769
+#: config/tc-arm.c:22598
msgid "s suffix on comparison instruction is deprecated"
msgstr ""
-#: config/tc-arm.c:18789
+#: config/tc-arm.c:22618
msgid "SVC is not permitted on this architecture"
msgstr ""
-#: config/tc-arm.c:18791
+#: config/tc-arm.c:22620
#, c-format
msgid "selected processor does not support `%s' in Thumb mode"
msgstr ""
-#: config/tc-arm.c:18797
+#: config/tc-arm.c:22626
msgid "Thumb does not support conditional execution"
msgstr ""
-#: config/tc-arm.c:18817
+#: config/tc-arm.c:22646
#, c-format
msgid ""
"selected processor does not support 32bit wide variant of instruction `%s'"
msgstr ""
-#: config/tc-arm.c:18820
+#: config/tc-arm.c:22649
#, c-format
msgid "selected processor does not support `%s' in Thumb-2 mode"
msgstr ""
-#: config/tc-arm.c:18845
+#: config/tc-arm.c:22674
#, c-format
msgid "cannot honor width suffix -- `%s'"
msgstr ""
-#: config/tc-arm.c:18887
+#: config/tc-arm.c:22716
#, c-format
msgid "selected processor does not support `%s' in ARM mode"
msgstr ""
-#: config/tc-arm.c:18892
+#: config/tc-arm.c:22721
#, c-format
msgid "width suffixes are invalid in ARM mode -- `%s'"
msgstr ""
-#: config/tc-arm.c:18925
+#: config/tc-arm.c:22754
#, c-format
msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
msgstr ""
-#: config/tc-arm.c:18942
+#: config/tc-arm.c:22772
#, c-format
msgid "section '%s' finished with an open IT block."
msgstr ""
-#: config/tc-arm.c:18947
+#: config/tc-arm.c:22775
+#, c-format
+msgid "section '%s' finished with an open VPT/VPST block."
+msgstr ""
+
+#: config/tc-arm.c:22782
msgid "file finished with an open IT block."
msgstr ""
-#: config/tc-arm.c:22243
+#: config/tc-arm.c:22784
+msgid "file finished with an open VPT/VPST block."
+msgstr ""
+
+#: config/tc-arm.c:26411
#, c-format
msgid "alignments greater than %d bytes not supported in .text sections."
msgstr ""
-#: config/tc-arm.c:22510 config/tc-ia64.c:3594
+#: config/tc-arm.c:26678 config/tc-ia64.c:3594
#, c-format
msgid "Group section `%s' has no group signature"
msgstr ""
-#: config/tc-arm.c:22556
+#: config/tc-arm.c:26724
msgid "handlerdata in cantunwind frame"
msgstr ""
-#: config/tc-arm.c:22573
+#: config/tc-arm.c:26741
msgid "too many unwind opcodes for personality routine 0"
msgstr ""
-#: config/tc-arm.c:22604
+#: config/tc-arm.c:26772
msgid "attempt to recreate an unwind entry"
msgstr ""
-#: config/tc-arm.c:22614
+#: config/tc-arm.c:26782
msgid "too many unwind opcodes"
msgstr ""
-#: config/tc-arm.c:22907
+#: config/tc-arm.c:27081
#, c-format
msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s"
msgstr ""
-#: config/tc-arm.c:23269 config/tc-arm.c:23337
+#: config/tc-arm.c:27443 config/tc-arm.c:27511
#, c-format
msgid "symbol %s is in a different section"
msgstr ""
-#: config/tc-arm.c:23271 config/tc-arm.c:23339
+#: config/tc-arm.c:27445 config/tc-arm.c:27513
#, c-format
msgid "symbol %s is weak and may be overridden later"
msgstr ""
-#: config/tc-arm.c:23316 config/tc-arm.c:23688
+#: config/tc-arm.c:27490 config/tc-arm.c:27862
#, c-format
msgid "invalid constant (%lx) after fixup"
msgstr ""
-#: config/tc-arm.c:23372
+#: config/tc-arm.c:27546
#, c-format
msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
msgstr ""
-#: config/tc-arm.c:23408 config/tc-arm.c:23438
+#: config/tc-arm.c:27582 config/tc-arm.c:27612
msgid "invalid literal constant: pool needs to be closer"
msgstr ""
-#: config/tc-arm.c:23411 config/tc-arm.c:23460
+#: config/tc-arm.c:27585 config/tc-arm.c:27634
#, c-format
msgid "bad immediate value for offset (%ld)"
msgstr ""
-#: config/tc-arm.c:23441
+#: config/tc-arm.c:27615
#, c-format
msgid "bad immediate value for 8-bit offset (%ld)"
msgstr ""
-#: config/tc-arm.c:23501
+#: config/tc-arm.c:27675
msgid "offset not a multiple of 4"
msgstr ""
-#: config/tc-arm.c:23704
+#: config/tc-arm.c:27878
msgid "invalid smc expression"
msgstr ""
-#: config/tc-arm.c:23713
+#: config/tc-arm.c:27888
msgid "invalid hvc expression"
msgstr ""
-#: config/tc-arm.c:23724 config/tc-arm.c:23733
+#: config/tc-arm.c:27899 config/tc-arm.c:27908
msgid "invalid swi expression"
msgstr ""
-#: config/tc-arm.c:23743
+#: config/tc-arm.c:27918
msgid "invalid expression in load/store multiple"
msgstr ""
-#: config/tc-arm.c:23805
+#: config/tc-arm.c:27980
#, c-format
msgid "blx to '%s' an ARM ISA state function changed to bl"
msgstr ""
-#: config/tc-arm.c:23824
+#: config/tc-arm.c:27999
msgid "misaligned branch destination"
msgstr ""
-#: config/tc-arm.c:23944
+#: config/tc-arm.c:28119
#, c-format
msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
msgstr ""
-#: config/tc-arm.c:23994
+#: config/tc-arm.c:28169
msgid "Thumb2 branch out of range"
msgstr ""
-#: config/tc-arm.c:24046 config/tc-arm.c:24079
+#: config/tc-arm.c:28221 config/tc-arm.c:28254
msgid "Relocation supported only in FDPIC mode"
msgstr ""
-#: config/tc-arm.c:24109
+#: config/tc-arm.c:28284
msgid "rel31 relocation overflow"
msgstr ""
-#: config/tc-arm.c:24130 config/tc-arm.c:24134 config/tc-arm.c:24173
+#: config/tc-arm.c:28306 config/tc-arm.c:28312 config/tc-arm.c:28316
+#: config/tc-arm.c:28363
msgid "co-processor offset out of range"
msgstr ""
-#: config/tc-arm.c:24190
+#: config/tc-arm.c:28380
#, c-format
msgid "invalid offset, target not word aligned (0x%08lX)"
msgstr ""
-#: config/tc-arm.c:24197 config/tc-arm.c:24206 config/tc-arm.c:24214
-#: config/tc-arm.c:24222 config/tc-arm.c:24230
+#: config/tc-arm.c:28387 config/tc-arm.c:28396 config/tc-arm.c:28404
+#: config/tc-arm.c:28412 config/tc-arm.c:28420
#, c-format
msgid "invalid offset, value too big (0x%08lX)"
msgstr ""
-#: config/tc-arm.c:24271
+#: config/tc-arm.c:28461
msgid "invalid Hi register with immediate"
msgstr ""
-#: config/tc-arm.c:24287
+#: config/tc-arm.c:28477
msgid "invalid immediate for stack address calculation"
msgstr ""
-#: config/tc-arm.c:24306
+#: config/tc-arm.c:28496
msgid "address calculation needs a strongly defined nearby symbol"
msgstr ""
-#: config/tc-arm.c:24322
+#: config/tc-arm.c:28512
msgid "symbol too far away"
msgstr ""
-#: config/tc-arm.c:24334
+#: config/tc-arm.c:28524
#, c-format
msgid "invalid immediate for address calculation (value = 0x%08lX)"
msgstr ""
-#: config/tc-arm.c:24364
+#: config/tc-arm.c:28554
#, c-format
msgid "invalid immediate: %ld is out of range"
msgstr ""
-#: config/tc-arm.c:24376
+#: config/tc-arm.c:28566
#, c-format
msgid "invalid shift value: %ld"
msgstr ""
-#: config/tc-arm.c:24446 config/tc-arm.c:24517
+#: config/tc-arm.c:28636 config/tc-arm.c:28707
#, c-format
msgid "the offset 0x%08lX is not representable"
msgstr ""
-#: config/tc-arm.c:24478
+#: config/tc-arm.c:28668
#, c-format
msgid "Unable to process relocation for thumb opcode: %lx"
msgstr ""
-#: config/tc-arm.c:24557
+#: config/tc-arm.c:28747
#, c-format
msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
msgstr ""
-#: config/tc-arm.c:24596
+#: config/tc-arm.c:28786
#, c-format
msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
msgstr ""
-#: config/tc-arm.c:24636
+#: config/tc-arm.c:28826
#, c-format
msgid "bad offset 0x%08lX (must be word-aligned)"
msgstr ""
-#: config/tc-arm.c:24641
+#: config/tc-arm.c:28831
#, c-format
msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
msgstr ""
-#: config/tc-arm.c:24672 config/tc-score.c:7379
+#: config/tc-arm.c:29052 config/tc-score.c:7378
#, c-format
msgid "bad relocation fixup type (%d)"
msgstr ""
-#: config/tc-arm.c:24790
+#: config/tc-arm.c:29170
msgid "literal referenced across section boundary"
msgstr ""
-#: config/tc-arm.c:24867
+#: config/tc-arm.c:29250
msgid "internal relocation (type: IMMEDIATE) not fixed up"
msgstr ""
-#: config/tc-arm.c:24872
+#: config/tc-arm.c:29255
msgid "ADRL used for a symbol not defined in the same file"
msgstr ""
-#: config/tc-arm.c:24887
+#: config/tc-arm.c:29262
+#, c-format
+msgid "%s used for a symbol not defined in the same file"
+msgstr ""
+
+#: config/tc-arm.c:29278
#, c-format
msgid "undefined local label `%s'"
msgstr ""
-#: config/tc-arm.c:24893
+#: config/tc-arm.c:29284
msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
msgstr ""
-#: config/tc-arm.c:24915 config/tc-cris.c:4006 config/tc-csky.c:877
-#: config/tc-ft32.c:709 config/tc-mcore.c:1928 config/tc-microblaze.c:1998
+#: config/tc-arm.c:29306 config/tc-cris.c:4006 config/tc-csky.c:877
+#: config/tc-ft32.c:709 config/tc-mcore.c:1928 config/tc-microblaze.c:1995
#: config/tc-mmix.c:2895 config/tc-moxie.c:825 config/tc-ns32k.c:2248
-#: config/tc-score.c:7466
+#: config/tc-score.c:7465
msgid "<unknown>"
msgstr ""
-#: config/tc-arm.c:25317
+#: config/tc-arm.c:29708
#, c-format
msgid "%s: unexpected function type: %d"
msgstr ""
-#: config/tc-arm.c:25454
+#: config/tc-arm.c:29848
msgid "use of old and new-style options to set CPU type"
msgstr ""
-#: config/tc-arm.c:25473
+#: config/tc-arm.c:29867
msgid "use of old and new-style options to set FPU type"
msgstr ""
-#: config/tc-arm.c:25552
+#: config/tc-arm.c:29946
msgid "hard-float conflicts with specified fpu"
msgstr ""
-#: config/tc-arm.c:25744
+#: config/tc-arm.c:30138
msgid "generate PIC code"
msgstr ""
-#: config/tc-arm.c:25745
+#: config/tc-arm.c:30139
msgid "assemble Thumb code"
msgstr ""
-#: config/tc-arm.c:25746
+#: config/tc-arm.c:30140
msgid "support ARM/Thumb interworking"
msgstr ""
-#: config/tc-arm.c:25748
+#: config/tc-arm.c:30142
msgid "code uses 32-bit program counter"
msgstr ""
-#: config/tc-arm.c:25749
+#: config/tc-arm.c:30143
msgid "code uses 26-bit program counter"
msgstr ""
-#: config/tc-arm.c:25750
+#: config/tc-arm.c:30144
msgid "floating point args are in fp regs"
msgstr ""
-#: config/tc-arm.c:25752
+#: config/tc-arm.c:30146
msgid "re-entrant code"
msgstr ""
-#: config/tc-arm.c:25753
+#: config/tc-arm.c:30147
msgid "code is ATPCS conformant"
msgstr ""
#. These are recognized by the assembler, but have no affect on code.
-#: config/tc-arm.c:25759
+#: config/tc-arm.c:30153
msgid "use frame pointer"
msgstr ""
-#: config/tc-arm.c:25760
+#: config/tc-arm.c:30154
msgid "use stack size checking"
msgstr ""
-#: config/tc-arm.c:25763
+#: config/tc-arm.c:30157
msgid "do not warn on use of deprecated feature"
msgstr ""
-#: config/tc-arm.c:25765
+#: config/tc-arm.c:30159
msgid "warn about symbols that match instruction names [default]"
msgstr ""
-#: config/tc-arm.c:25766
+#: config/tc-arm.c:30160
msgid "disable warnings about symobls that match instructions"
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:25782 config/tc-arm.c:25783
+#: config/tc-arm.c:30176 config/tc-arm.c:30177
msgid "use -mcpu=arm1"
msgstr ""
-#: config/tc-arm.c:25784 config/tc-arm.c:25785
+#: config/tc-arm.c:30178 config/tc-arm.c:30179
msgid "use -mcpu=arm2"
msgstr ""
-#: config/tc-arm.c:25786 config/tc-arm.c:25787
+#: config/tc-arm.c:30180 config/tc-arm.c:30181
msgid "use -mcpu=arm250"
msgstr ""
-#: config/tc-arm.c:25788 config/tc-arm.c:25789
+#: config/tc-arm.c:30182 config/tc-arm.c:30183
msgid "use -mcpu=arm3"
msgstr ""
-#: config/tc-arm.c:25790 config/tc-arm.c:25791
+#: config/tc-arm.c:30184 config/tc-arm.c:30185
msgid "use -mcpu=arm6"
msgstr ""
-#: config/tc-arm.c:25792 config/tc-arm.c:25793
+#: config/tc-arm.c:30186 config/tc-arm.c:30187
msgid "use -mcpu=arm600"
msgstr ""
-#: config/tc-arm.c:25794 config/tc-arm.c:25795
+#: config/tc-arm.c:30188 config/tc-arm.c:30189
msgid "use -mcpu=arm610"
msgstr ""
-#: config/tc-arm.c:25796 config/tc-arm.c:25797
+#: config/tc-arm.c:30190 config/tc-arm.c:30191
msgid "use -mcpu=arm620"
msgstr ""
-#: config/tc-arm.c:25798 config/tc-arm.c:25799
+#: config/tc-arm.c:30192 config/tc-arm.c:30193
msgid "use -mcpu=arm7"
msgstr ""
-#: config/tc-arm.c:25800 config/tc-arm.c:25801
+#: config/tc-arm.c:30194 config/tc-arm.c:30195
msgid "use -mcpu=arm70"
msgstr ""
-#: config/tc-arm.c:25802 config/tc-arm.c:25803
+#: config/tc-arm.c:30196 config/tc-arm.c:30197
msgid "use -mcpu=arm700"
msgstr ""
-#: config/tc-arm.c:25804 config/tc-arm.c:25805
+#: config/tc-arm.c:30198 config/tc-arm.c:30199
msgid "use -mcpu=arm700i"
msgstr ""
-#: config/tc-arm.c:25806 config/tc-arm.c:25807
+#: config/tc-arm.c:30200 config/tc-arm.c:30201
msgid "use -mcpu=arm710"
msgstr ""
-#: config/tc-arm.c:25808 config/tc-arm.c:25809
+#: config/tc-arm.c:30202 config/tc-arm.c:30203
msgid "use -mcpu=arm710c"
msgstr ""
-#: config/tc-arm.c:25810 config/tc-arm.c:25811
+#: config/tc-arm.c:30204 config/tc-arm.c:30205
msgid "use -mcpu=arm720"
msgstr ""
-#: config/tc-arm.c:25812 config/tc-arm.c:25813
+#: config/tc-arm.c:30206 config/tc-arm.c:30207
msgid "use -mcpu=arm7d"
msgstr ""
-#: config/tc-arm.c:25814 config/tc-arm.c:25815
+#: config/tc-arm.c:30208 config/tc-arm.c:30209
msgid "use -mcpu=arm7di"
msgstr ""
-#: config/tc-arm.c:25816 config/tc-arm.c:25817
+#: config/tc-arm.c:30210 config/tc-arm.c:30211
msgid "use -mcpu=arm7m"
msgstr ""
-#: config/tc-arm.c:25818 config/tc-arm.c:25819
+#: config/tc-arm.c:30212 config/tc-arm.c:30213
msgid "use -mcpu=arm7dm"
msgstr ""
-#: config/tc-arm.c:25820 config/tc-arm.c:25821
+#: config/tc-arm.c:30214 config/tc-arm.c:30215
msgid "use -mcpu=arm7dmi"
msgstr ""
-#: config/tc-arm.c:25822 config/tc-arm.c:25823
+#: config/tc-arm.c:30216 config/tc-arm.c:30217
msgid "use -mcpu=arm7100"
msgstr ""
-#: config/tc-arm.c:25824 config/tc-arm.c:25825
+#: config/tc-arm.c:30218 config/tc-arm.c:30219
msgid "use -mcpu=arm7500"
msgstr ""
-#: config/tc-arm.c:25826 config/tc-arm.c:25827
+#: config/tc-arm.c:30220 config/tc-arm.c:30221
msgid "use -mcpu=arm7500fe"
msgstr ""
-#: config/tc-arm.c:25828 config/tc-arm.c:25829 config/tc-arm.c:25830
-#: config/tc-arm.c:25831
+#: config/tc-arm.c:30222 config/tc-arm.c:30223 config/tc-arm.c:30224
+#: config/tc-arm.c:30225
msgid "use -mcpu=arm7tdmi"
msgstr ""
-#: config/tc-arm.c:25832 config/tc-arm.c:25833
+#: config/tc-arm.c:30226 config/tc-arm.c:30227
msgid "use -mcpu=arm710t"
msgstr ""
-#: config/tc-arm.c:25834 config/tc-arm.c:25835
+#: config/tc-arm.c:30228 config/tc-arm.c:30229
msgid "use -mcpu=arm720t"
msgstr ""
-#: config/tc-arm.c:25836 config/tc-arm.c:25837
+#: config/tc-arm.c:30230 config/tc-arm.c:30231
msgid "use -mcpu=arm740t"
msgstr ""
-#: config/tc-arm.c:25838 config/tc-arm.c:25839
+#: config/tc-arm.c:30232 config/tc-arm.c:30233
msgid "use -mcpu=arm8"
msgstr ""
-#: config/tc-arm.c:25840 config/tc-arm.c:25841
+#: config/tc-arm.c:30234 config/tc-arm.c:30235
msgid "use -mcpu=arm810"
msgstr ""
-#: config/tc-arm.c:25842 config/tc-arm.c:25843
+#: config/tc-arm.c:30236 config/tc-arm.c:30237
msgid "use -mcpu=arm9"
msgstr ""
-#: config/tc-arm.c:25844 config/tc-arm.c:25845
+#: config/tc-arm.c:30238 config/tc-arm.c:30239
msgid "use -mcpu=arm9tdmi"
msgstr ""
-#: config/tc-arm.c:25846 config/tc-arm.c:25847
+#: config/tc-arm.c:30240 config/tc-arm.c:30241
msgid "use -mcpu=arm920"
msgstr ""
-#: config/tc-arm.c:25848 config/tc-arm.c:25849
+#: config/tc-arm.c:30242 config/tc-arm.c:30243
msgid "use -mcpu=arm940"
msgstr ""
-#: config/tc-arm.c:25850
+#: config/tc-arm.c:30244
msgid "use -mcpu=strongarm"
msgstr ""
-#: config/tc-arm.c:25852
+#: config/tc-arm.c:30246
msgid "use -mcpu=strongarm110"
msgstr ""
-#: config/tc-arm.c:25854
+#: config/tc-arm.c:30248
msgid "use -mcpu=strongarm1100"
msgstr ""
-#: config/tc-arm.c:25856
+#: config/tc-arm.c:30250
msgid "use -mcpu=strongarm1110"
msgstr ""
-#: config/tc-arm.c:25857
+#: config/tc-arm.c:30251
msgid "use -mcpu=xscale"
msgstr ""
-#: config/tc-arm.c:25858
+#: config/tc-arm.c:30252
msgid "use -mcpu=iwmmxt"
msgstr ""
-#: config/tc-arm.c:25859
+#: config/tc-arm.c:30253
msgid "use -mcpu=all"
msgstr ""
#. Architecture variants -- don't add any more to this list either.
-#: config/tc-arm.c:25862 config/tc-arm.c:25863
+#: config/tc-arm.c:30256 config/tc-arm.c:30257
msgid "use -march=armv2"
msgstr ""
-#: config/tc-arm.c:25864 config/tc-arm.c:25865
+#: config/tc-arm.c:30258 config/tc-arm.c:30259
msgid "use -march=armv2a"
msgstr ""
-#: config/tc-arm.c:25866 config/tc-arm.c:25867
+#: config/tc-arm.c:30260 config/tc-arm.c:30261
msgid "use -march=armv3"
msgstr ""
-#: config/tc-arm.c:25868 config/tc-arm.c:25869
+#: config/tc-arm.c:30262 config/tc-arm.c:30263
msgid "use -march=armv3m"
msgstr ""
-#: config/tc-arm.c:25870 config/tc-arm.c:25871
+#: config/tc-arm.c:30264 config/tc-arm.c:30265
msgid "use -march=armv4"
msgstr ""
-#: config/tc-arm.c:25872 config/tc-arm.c:25873
+#: config/tc-arm.c:30266 config/tc-arm.c:30267
msgid "use -march=armv4t"
msgstr ""
-#: config/tc-arm.c:25874 config/tc-arm.c:25875
+#: config/tc-arm.c:30268 config/tc-arm.c:30269
msgid "use -march=armv5"
msgstr ""
-#: config/tc-arm.c:25876 config/tc-arm.c:25877
+#: config/tc-arm.c:30270 config/tc-arm.c:30271
msgid "use -march=armv5t"
msgstr ""
-#: config/tc-arm.c:25878 config/tc-arm.c:25879
+#: config/tc-arm.c:30272 config/tc-arm.c:30273
msgid "use -march=armv5te"
msgstr ""
#. Floating point variants -- don't add any more to this list either.
-#: config/tc-arm.c:25882
+#: config/tc-arm.c:30276
msgid "use -mfpu=fpe"
msgstr ""
-#: config/tc-arm.c:25883
+#: config/tc-arm.c:30277
msgid "use -mfpu=fpa10"
msgstr ""
-#: config/tc-arm.c:25884
+#: config/tc-arm.c:30278
msgid "use -mfpu=fpa11"
msgstr ""
-#: config/tc-arm.c:25886
+#: config/tc-arm.c:30280
msgid "use either -mfpu=softfpa or -mfpu=softvfp"
msgstr ""
-#: config/tc-arm.c:26647
+#: config/tc-arm.c:31313
msgid "extension does not apply to the base architecture"
msgstr ""
-#: config/tc-arm.c:26676
+#: config/tc-arm.c:31342
msgid "architectural extensions must be specified in alphabetical order"
msgstr ""
-#: config/tc-arm.c:26797 config/tc-arm.c:27691
+#: config/tc-arm.c:31480 config/tc-arm.c:32389
#, c-format
msgid "unknown floating point format `%s'\n"
msgstr ""
-#: config/tc-arm.c:26813
+#: config/tc-arm.c:31496
#, c-format
msgid "unknown floating point abi `%s'\n"
msgstr ""
-#: config/tc-arm.c:26829
+#: config/tc-arm.c:31512
#, c-format
msgid "unknown EABI `%s'\n"
msgstr ""
-#: config/tc-arm.c:26849
+#: config/tc-arm.c:31532
#, c-format
msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
msgstr ""
-#: config/tc-arm.c:26872 config/tc-metag.c:5913
+#: config/tc-arm.c:31555 config/tc-metag.c:5913
msgid "<fpu name>\t assemble for FPU architecture <fpu name>"
msgstr ""
-#: config/tc-arm.c:26874
+#: config/tc-arm.c:31557
msgid "<abi>\t assemble for floating point ABI <abi>"
msgstr ""
-#: config/tc-arm.c:26877
+#: config/tc-arm.c:31560
msgid "<ver>\t\t assemble for eabi version <ver>"
msgstr ""
-#: config/tc-arm.c:26880
+#: config/tc-arm.c:31563
msgid "<mode>\t controls implicit insertion of IT instructions"
msgstr ""
-#: config/tc-arm.c:26882
+#: config/tc-arm.c:31565
msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode"
msgstr ""
-#: config/tc-arm.c:26990
+#: config/tc-arm.c:31568
+msgid ""
+"[ieee|alternative]\n"
+" set the encoding for half precision floating point "
+"numbers to IEEE\n"
+" or Arm alternative format."
+msgstr ""
+
+#: config/tc-arm.c:31679
#, c-format
msgid " ARM-specific assembler options:\n"
msgstr ""
-#: config/tc-arm.c:27010
+#: config/tc-arm.c:31699
#, c-format
msgid " --fix-v4bx Allow BX in ARMv4 code\n"
msgstr ""
-#: config/tc-arm.c:27014
+#: config/tc-arm.c:31703
#, c-format
msgid " --fdpic generate an FDPIC object file\n"
msgstr ""
-#: config/tc-arm.c:27318
+#: config/tc-arm.c:32008
msgid "no architecture contains all the instructions used\n"
msgstr ""
-#: config/tc-arm.c:27632
+#: config/tc-arm.c:32330
#, c-format
msgid ""
"architectural extension `%s' is not allowed for the current base architecture"
msgstr ""
-#: config/tc-arm.c:27655
+#: config/tc-arm.c:32353
#, c-format
msgid "unknown architecture extension `%s'\n"
msgstr ""
@@ -5098,7 +5367,7 @@ msgstr ""
msgid "constant out of 8-bit range: %d"
msgstr ""
-#: config/tc-avr.c:954 config/tc-score.c:1199 read.c:3797
+#: config/tc-avr.c:954 config/tc-score.c:1198 read.c:3798
msgid "illegal expression"
msgstr ""
@@ -5122,7 +5391,7 @@ msgstr ""
msgid "register number above 15 required"
msgstr ""
-#: config/tc-avr.c:1119 config/tc-csky.c:5882 config/tc-csky.c:5916
+#: config/tc-avr.c:1119 config/tc-csky.c:5884 config/tc-csky.c:5918
msgid "even register number required"
msgstr ""
@@ -5176,7 +5445,7 @@ msgid "skipping two-word instruction"
msgstr ""
#: config/tc-avr.c:1602 config/tc-avr.c:1618 config/tc-avr.c:1749
-#: config/tc-msp430.c:4300 config/tc-msp430.c:4319
+#: config/tc-msp430.c:4361 config/tc-msp430.c:4380
#, c-format
msgid "odd address operand: %ld"
msgstr ""
@@ -5184,7 +5453,7 @@ msgstr ""
#: config/tc-avr.c:1610 config/tc-avr.c:1629 config/tc-avr.c:1647
#: config/tc-avr.c:1658 config/tc-avr.c:1674 config/tc-avr.c:1682
#: config/tc-avr.c:1777 config/tc-avr.c:1784 config/tc-d10v.c:503
-#: config/tc-d30v.c:553 config/tc-msp430.c:4308 config/tc-msp430.c:4326
+#: config/tc-d30v.c:553 config/tc-msp430.c:4369 config/tc-msp430.c:4387
#, c-format
msgid "operand out of range: %ld"
msgstr ""
@@ -5194,8 +5463,8 @@ msgstr ""
msgid "operand out of range: 0x%lx"
msgstr ""
-#: config/tc-avr.c:1770 config/tc-d10v.c:1590 config/tc-d30v.c:2034
-#: config/tc-msp430.c:4397
+#: config/tc-avr.c:1770 config/tc-d10v.c:1593 config/tc-d30v.c:2014
+#: config/tc-msp430.c:4458
#, c-format
msgid "line %d: unknown relocation type: 0x%x"
msgstr ""
@@ -5206,8 +5475,8 @@ msgstr ""
#. xgettext:c-format.
#: config/tc-avr.c:1853 config/tc-bfin.c:824 config/tc-d10v.c:1462
-#: config/tc-d30v.c:1771 config/tc-metag.c:7022 config/tc-mn10200.c:779
-#: config/tc-mn10300.c:2177 config/tc-msp430.c:4445 config/tc-ppc.c:7533
+#: config/tc-d30v.c:1771 config/tc-metag.c:7019 config/tc-mn10200.c:779
+#: config/tc-mn10300.c:2177 config/tc-msp430.c:4506 config/tc-ppc.c:7959
#: config/tc-spu.c:894 config/tc-spu.c:1105 config/tc-v850.c:3367
#: config/tc-z80.c:2075
#, c-format
@@ -5334,6 +5603,28 @@ msgstr ""
msgid "rel too far BFD_RELOC_16"
msgstr ""
+#: config/tc-bpf.c:143
+#, c-format
+msgid ""
+"\n"
+"BPF options:\n"
+msgstr ""
+
+#: config/tc-bpf.c:144
+#, c-format
+msgid ""
+" --EL\t\t\tgenerate code for a little endian machine\n"
+" --EB\t\t\tgenerate code for a big endian machine\n"
+msgstr ""
+
+#: config/tc-bpf.c:279
+msgid "convert_frag called"
+msgstr ""
+
+#: config/tc-bpf.c:286 config/tc-sparc.h:68 config/tc-z80.h:53
+msgid "estimate_size_before_relax called"
+msgstr ""
+
#: config/tc-cr16.c:164
msgid "using a bit field width of zero"
msgstr ""
@@ -5365,7 +5656,7 @@ msgstr ""
msgid "internal error: reloc %d (`%s') not supported by object file format"
msgstr ""
-#: config/tc-cr16.c:696 config/tc-i386.c:11722 config/tc-s390.c:2119
+#: config/tc-cr16.c:696 config/tc-i386.c:11918 config/tc-s390.c:2121
msgid "GOT already in symbol table"
msgstr ""
@@ -5568,7 +5859,7 @@ msgstr ""
msgid "internal inconsistency problem in %s: fr_symbol %lx"
msgstr ""
-#: config/tc-cris.c:554 config/tc-m68hc11.c:3897 config/tc-msp430.c:4795
+#: config/tc-cris.c:554 config/tc-m68hc11.c:3897 config/tc-msp430.c:4856
#, c-format
msgid "internal inconsistency problem in %s: resolved symbol"
msgstr ""
@@ -5832,51 +6123,47 @@ msgid ""
"\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
msgstr ""
-#: config/tc-cris.c:4059
-msgid "Invalid relocation"
-msgstr ""
-
-#: config/tc-cris.c:4096
+#: config/tc-cris.c:4088
msgid "Invalid pc-relative relocation"
msgstr ""
-#: config/tc-cris.c:4141
+#: config/tc-cris.c:4133
#, c-format
msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
msgstr ""
-#: config/tc-cris.c:4171
+#: config/tc-cris.c:4163
#, c-format
msgid ".syntax %s requires command-line option `--underscore'"
msgstr ""
-#: config/tc-cris.c:4180
+#: config/tc-cris.c:4172
#, c-format
msgid ".syntax %s requires command-line option `--no-underscore'"
msgstr ""
-#: config/tc-cris.c:4217
+#: config/tc-cris.c:4209
msgid "Unknown .syntax operand"
msgstr ""
-#: config/tc-cris.c:4227
+#: config/tc-cris.c:4219
msgid "Pseudodirective .file is only valid when generating ELF"
msgstr ""
-#: config/tc-cris.c:4239
+#: config/tc-cris.c:4231
msgid "Pseudodirective .loc is only valid when generating ELF"
msgstr ""
-#: config/tc-cris.c:4254
+#: config/tc-cris.c:4246
#, c-format
msgid "internal inconsistency problem: %s called for %d bytes"
msgstr ""
-#: config/tc-cris.c:4406
+#: config/tc-cris.c:4398
msgid "unknown operand to .arch"
msgstr ""
-#: config/tc-cris.c:4415
+#: config/tc-cris.c:4407
msgid ".arch <arch> requires a matching --march=... option"
msgstr ""
@@ -5976,8 +6263,8 @@ msgstr ""
#. Variable not in small data read only segment accessed
#. using small data read only anchor.
-#: config/tc-csky.c:874 config/tc-mcore.c:1923 config/tc-microblaze.c:1990
-#: config/tc-microblaze.c:2292 config/tc-microblaze.c:2315
+#: config/tc-csky.c:874 config/tc-mcore.c:1923 config/tc-microblaze.c:1987
+#: config/tc-microblaze.c:2289 config/tc-microblaze.c:2312
msgid "unknown"
msgstr ""
@@ -6188,7 +6475,7 @@ msgstr ""
msgid "more than 65K literal pools"
msgstr ""
-#: config/tc-csky.c:1804 read.c:3558 read.c:4866
+#: config/tc-csky.c:1804 read.c:3558 read.c:4867
#, c-format
msgid "bad floating literal: %s"
msgstr ""
@@ -6197,8 +6484,8 @@ msgstr ""
msgid "missing ']'"
msgstr ""
-#: config/tc-csky.c:1950 config/tc-mips.c:14106 config/tc-mips.c:14170
-#: config/tc-mips.c:14181 config/tc-score.c:2691 config/tc-score.c:2737
+#: config/tc-csky.c:1950 config/tc-mips.c:14330 config/tc-mips.c:14394
+#: config/tc-mips.c:14405 config/tc-score.c:2690 config/tc-score.c:2736
msgid "unrecognized opcode"
msgstr ""
@@ -6206,40 +6493,40 @@ msgstr ""
msgid "translating mgeni to movi"
msgstr ""
-#: config/tc-csky.c:4785 config/tc-tilegx.c:1458 config/tc-tilepro.c:1320
+#: config/tc-csky.c:4787 config/tc-tilegx.c:1455 config/tc-tilepro.c:1317
#, c-format
msgid "unsupported BFD relocation size %d"
msgstr ""
-#: config/tc-csky.c:5405
+#: config/tc-csky.c:5407
msgid "second operand must be 4"
msgstr ""
-#: config/tc-csky.c:5429 config/tc-mcore.c:1526
+#: config/tc-csky.c:5431 config/tc-mcore.c:1526
msgid "second operand must be 1"
msgstr ""
-#: config/tc-csky.c:5502 config/tc-xtensa.c:1984
+#: config/tc-csky.c:5504 config/tc-xtensa.c:1974
msgid "register number out of range"
msgstr ""
-#: config/tc-csky.c:5512
+#: config/tc-csky.c:5514
msgid "64-bit operator src/dst register must be less than 15"
msgstr ""
-#: config/tc-csky.c:7175
+#: config/tc-csky.c:7177
msgid "the first operand must be a symbol"
msgstr ""
-#: config/tc-csky.c:7184
+#: config/tc-csky.c:7186
msgid "missing stack size"
msgstr ""
-#: config/tc-csky.c:7197 config/tc-score.c:4242
+#: config/tc-csky.c:7199 config/tc-score.c:4241
msgid "value not in range [0, 0xffffffff]"
msgstr ""
-#: config/tc-csky.c:7207 config/tc-mcore.c:781
+#: config/tc-csky.c:7209 config/tc-mcore.c:781
msgid "operand must be a constant"
msgstr ""
@@ -6367,16 +6654,16 @@ msgstr ""
msgid "line %d: rep or repi must include at least 4 instructions"
msgstr ""
-#: config/tc-d10v.c:1759
+#: config/tc-d10v.c:1762
msgid "can't find previous opcode "
msgstr ""
-#: config/tc-d10v.c:1771
+#: config/tc-d10v.c:1774
#, c-format
msgid "could not assemble: %s"
msgstr ""
-#: config/tc-d10v.c:1786 config/tc-d10v.c:1808 config/tc-d30v.c:1744
+#: config/tc-d10v.c:1789 config/tc-d10v.c:1811 config/tc-d30v.c:1744
msgid "Unable to mix instructions as specified"
msgstr ""
@@ -6498,32 +6785,7 @@ msgstr ""
msgid "value too large to fit in %d bits"
msgstr ""
-#: config/tc-d30v.c:1923
-#, c-format
-msgid "line %d: unable to place address of symbol '%s' into a byte"
-msgstr ""
-
-#: config/tc-d30v.c:1926
-#, c-format
-msgid "line %d: unable to place value %lx into a byte"
-msgstr ""
-
-#: config/tc-d30v.c:1934
-#, c-format
-msgid "line %d: unable to place address of symbol '%s' into a short"
-msgstr ""
-
-#: config/tc-d30v.c:1937
-#, c-format
-msgid "line %d: unable to place value %lx into a short"
-msgstr ""
-
-#: config/tc-d30v.c:1945
-#, c-format
-msgid "line %d: unable to place address of symbol '%s' into a quad"
-msgstr ""
-
-#: config/tc-d30v.c:2053 config/tc-pru.c:216 config/tc-pru.c:332
+#: config/tc-d30v.c:2033 config/tc-pru.c:216 config/tc-pru.c:332
#, c-format
msgid "Alignment too large: %d assumed"
msgstr ""
@@ -6536,9 +6798,9 @@ msgstr ""
msgid ".endfunc missing for previous .proc"
msgstr ""
-#: config/tc-dlx.c:295 config/tc-mips.c:3664 config/tc-nios2.c:3639
+#: config/tc-dlx.c:295 config/tc-mips.c:3703 config/tc-nios2.c:3639
#: config/tc-nios2.c:3653 config/tc-nios2.c:3668 config/tc-pru.c:1573
-#: config/tc-pru.c:1587 config/tc-riscv.c:718
+#: config/tc-pru.c:1587 config/tc-riscv.c:719
#, c-format
msgid "internal error: can't hash `%s': %s\n"
msgstr ""
@@ -6546,8 +6808,8 @@ msgstr ""
#. Probably a memory allocation problem? Give up now.
#: config/tc-dlx.c:302 config/tc-hppa.c:8271 config/tc-nios2.c:1440
#: config/tc-nios2.c:3642 config/tc-nios2.c:3656 config/tc-nios2.c:3671
-#: config/tc-pru.c:1576 config/tc-pru.c:1590 config/tc-riscv.c:721
-#: config/tc-riscv.c:733 config/tc-sparc.c:1008
+#: config/tc-pru.c:1576 config/tc-pru.c:1590 config/tc-riscv.c:722
+#: config/tc-riscv.c:734 config/tc-sparc.c:1008
msgid "Broken assembler. No assembly attempted."
msgstr ""
@@ -6571,7 +6833,7 @@ msgstr ""
msgid "Invalid expression after %%%%\n"
msgstr ""
-#: config/tc-dlx.c:703 config/tc-tic4x.c:2473
+#: config/tc-dlx.c:703 config/tc-tic4x.c:2470
#, c-format
msgid "Unknown opcode `%s'."
msgstr ""
@@ -6608,16 +6870,16 @@ msgstr ""
msgid "Invalid operands"
msgstr ""
-#: config/tc-dlx.c:1118
+#: config/tc-dlx.c:1108
#, c-format
msgid "label \"$%d\" redefined"
msgstr ""
-#: config/tc-dlx.c:1156
+#: config/tc-dlx.c:1146
msgid "Invalid expression after # number\n"
msgstr ""
-#: config/tc-dlx.c:1199 config/tc-m32r.c:2276 config/tc-nds32.c:7882
+#: config/tc-dlx.c:1189 config/tc-m32r.c:2273 config/tc-nds32.c:7879
#: config/tc-sparc.c:4020
#, c-format
msgid "internal error: can't export reloc type %d (`%s')"
@@ -6628,32 +6890,32 @@ msgstr ""
msgid "EPIPHANY specific command line options:\n"
msgstr ""
-#: config/tc-epiphany.c:365
+#: config/tc-epiphany.c:367
msgid "register number too large for push/pop"
msgstr ""
-#: config/tc-epiphany.c:369
+#: config/tc-epiphany.c:371
msgid "register is out of order"
msgstr ""
-#: config/tc-epiphany.c:380 config/tc-m68k.c:5906 config/tc-m68k.c:5935
+#: config/tc-epiphany.c:382 config/tc-m68k.c:5906 config/tc-m68k.c:5935
msgid "bad register list"
msgstr ""
-#: config/tc-epiphany.c:383
+#: config/tc-epiphany.c:385
msgid "malformed reglist in push/pop"
msgstr ""
#. Checks for behavioral restrictions on LD/ST instructions.
-#: config/tc-epiphany.c:429
+#: config/tc-epiphany.c:431
msgid "destination register modified by displacement-post-modified address"
msgstr ""
-#: config/tc-epiphany.c:430
+#: config/tc-epiphany.c:432
msgid "ldrd/strd requires even:odd register pair"
msgstr ""
-#: config/tc-epiphany.c:813 config/tc-m32r.c:1784
+#: config/tc-epiphany.c:820 config/tc-m32r.c:1784
msgid "Addend to unresolved symbol not on word boundary."
msgstr ""
@@ -7001,7 +7263,7 @@ msgstr ""
#. This seems more sane than saying "too many operands". We'll
#. get here only if the trailing trash starts with a comma.
-#: config/tc-h8300.c:1816 config/tc-mips.c:14122 config/tc-mips.c:14190
+#: config/tc-h8300.c:1816 config/tc-mips.c:14346 config/tc-mips.c:14414
#: config/tc-mmix.c:479 config/tc-mmix.c:491 config/tc-mmix.c:2533
#: config/tc-mmix.c:2557 config/tc-mmix.c:2830
msgid "invalid operands"
@@ -7011,7 +7273,7 @@ msgstr ""
msgid "operand/size mis-match"
msgstr ""
-#: config/tc-h8300.c:1947 config/tc-sh.c:2557 config/tc-z8k.c:1233
+#: config/tc-h8300.c:1947 config/tc-sh.c:2551 config/tc-z8k.c:1233
msgid "unknown opcode"
msgstr ""
@@ -7069,8 +7331,8 @@ msgstr ""
msgid "Difference of symbols in different sections is not supported"
msgstr ""
-#: config/tc-h8300.c:2325 config/tc-mcore.c:2204 config/tc-microblaze.c:2485
-#: config/tc-pj.c:491 config/tc-sh.c:3906 config/tc-tic6x.c:4520
+#: config/tc-h8300.c:2325 config/tc-mcore.c:2204 config/tc-microblaze.c:2482
+#: config/tc-pj.c:491 config/tc-sh.c:3900 config/tc-tic6x.c:4520
#: config/tc-xc16x.c:315
#, c-format
msgid "Cannot represent relocation type %s"
@@ -7492,794 +7754,808 @@ msgstr ""
msgid "internal error: losing opcode: `%s' \"%s\"\n"
msgstr ""
-#: config/tc-i386.c:1486
+#: config/tc-i386.c:1315
+#, c-format
+msgid "i386_output_nops called to generate nops of at most %d bytes!"
+msgstr ""
+
+#: config/tc-i386.c:1518
#, c-format
msgid "invalid single nop size: %d (expect within [0, %d])"
msgstr ""
-#: config/tc-i386.c:1527
+#: config/tc-i386.c:1559
msgid "jump over nop padding out of range"
msgstr ""
-#: config/tc-i386.c:2346
+#: config/tc-i386.c:2375
#, c-format
msgid "%s shortened to %s"
msgstr ""
-#: config/tc-i386.c:2437
+#: config/tc-i386.c:2466
msgid "same type of prefix used twice"
msgstr ""
-#: config/tc-i386.c:2464
+#: config/tc-i386.c:2493
#, c-format
msgid "64bit mode not supported on `%s'."
msgstr ""
-#: config/tc-i386.c:2473
+#: config/tc-i386.c:2502
#, c-format
msgid "32bit mode not supported on `%s'."
msgstr ""
-#: config/tc-i386.c:2513
+#: config/tc-i386.c:2542
msgid "bad argument to syntax directive."
msgstr ""
-#: config/tc-i386.c:2576
+#: config/tc-i386.c:2605
#, c-format
msgid "bad argument to %s_check directive."
msgstr ""
-#: config/tc-i386.c:2580
+#: config/tc-i386.c:2609
#, c-format
msgid "missing argument for %s_check directive"
msgstr ""
-#: config/tc-i386.c:2620
+#: config/tc-i386.c:2649
#, c-format
msgid "`%s' is not supported on `%s'"
msgstr ""
-#: config/tc-i386.c:2726
+#: config/tc-i386.c:2755
#, c-format
msgid "no such architecture: `%s'"
msgstr ""
-#: config/tc-i386.c:2731
+#: config/tc-i386.c:2760
msgid "missing cpu architecture"
msgstr ""
-#: config/tc-i386.c:2748
+#: config/tc-i386.c:2777
#, c-format
msgid "no such architecture modifier: `%s'"
msgstr ""
-#: config/tc-i386.c:2763 config/tc-i386.c:2793
+#: config/tc-i386.c:2792 config/tc-i386.c:2822
msgid "Intel L1OM is 64bit ELF only"
msgstr ""
-#: config/tc-i386.c:2770 config/tc-i386.c:2800
+#: config/tc-i386.c:2799 config/tc-i386.c:2829
msgid "Intel K1OM is 64bit ELF only"
msgstr ""
-#: config/tc-i386.c:2777 config/tc-i386.c:2814
+#: config/tc-i386.c:2806 config/tc-i386.c:2843
msgid "Intel MCU is 32bit ELF only"
msgstr ""
-#: config/tc-i386.c:2821 config/tc-i386.c:11620
+#: config/tc-i386.c:2850 config/tc-i386.c:11816
msgid "unknown architecture"
msgstr ""
-#: config/tc-i386.c:2858 config/tc-i386.c:2880
+#: config/tc-i386.c:2887 config/tc-i386.c:2909
#, c-format
msgid "can't hash %s: %s"
msgstr ""
-#: config/tc-i386.c:3173
+#: config/tc-i386.c:3203
msgid "there are no pc-relative size relocations"
msgstr ""
-#: config/tc-i386.c:3185
+#: config/tc-i386.c:3215
#, c-format
msgid "unknown relocation (%u)"
msgstr ""
-#: config/tc-i386.c:3187
+#: config/tc-i386.c:3217
#, c-format
msgid "%u-byte relocation cannot be applied to %u-byte field"
msgstr ""
-#: config/tc-i386.c:3191
+#: config/tc-i386.c:3221
msgid "non-pc-relative relocation for pc-relative field"
msgstr ""
-#: config/tc-i386.c:3196
+#: config/tc-i386.c:3226
msgid "relocated field and relocation type differ in signedness"
msgstr ""
-#: config/tc-i386.c:3205
+#: config/tc-i386.c:3235
msgid "there are no unsigned pc-relative relocations"
msgstr ""
-#: config/tc-i386.c:3213
+#: config/tc-i386.c:3243
#, c-format
msgid "cannot do %u byte pc-relative relocation"
msgstr ""
-#: config/tc-i386.c:3230
+#: config/tc-i386.c:3260
#, c-format
msgid "cannot do %s %u byte relocation"
msgstr ""
-#: config/tc-i386.c:3771 config/tc-i386.c:3798
+#: config/tc-i386.c:3838 config/tc-i386.c:3865
#, c-format
msgid "can't use register '%s%s' as operand %d in '%s'."
msgstr ""
-#: config/tc-i386.c:3837 config/tc-i386.c:4177
+#: config/tc-i386.c:3904 config/tc-i386.c:4349
#, c-format
msgid "invalid instruction `%s' after `%s'"
msgstr ""
-#: config/tc-i386.c:3843
+#: config/tc-i386.c:3910
#, c-format
msgid "missing `lock' with `%s'"
msgstr ""
-#: config/tc-i386.c:3850
+#: config/tc-i386.c:3917
#, c-format
msgid "instruction `%s' after `xacquire' not allowed"
msgstr ""
-#: config/tc-i386.c:3857
+#: config/tc-i386.c:3923
#, c-format
msgid "memory destination needed for instruction `%s' after `xrelease'"
msgstr ""
-#: config/tc-i386.c:4151
+#: config/tc-i386.c:4323
#, c-format
msgid "SSE instruction `%s' is used"
msgstr ""
-#: config/tc-i386.c:4165 config/tc-i386.c:6222
+#: config/tc-i386.c:4337 config/tc-i386.c:6416
#, c-format
msgid "ambiguous operand size for `%s'"
msgstr ""
-#: config/tc-i386.c:4190
+#: config/tc-i386.c:4362
msgid "expecting lockable instruction after `lock'"
msgstr ""
-#: config/tc-i386.c:4197
+#: config/tc-i386.c:4369
#, c-format
msgid "data size prefix invalid with `%s'"
msgstr ""
-#: config/tc-i386.c:4207
+#: config/tc-i386.c:4379
msgid "expecting valid branch instruction after `bnd'"
msgstr ""
-#: config/tc-i386.c:4211
+#: config/tc-i386.c:4383
msgid "expecting indirect branch instruction after `notrack'"
msgstr ""
-#: config/tc-i386.c:4216
+#: config/tc-i386.c:4388
msgid "32-bit address isn't allowed in 64-bit MPX instructions."
msgstr ""
-#: config/tc-i386.c:4220
+#: config/tc-i386.c:4392
msgid "16-bit address isn't allowed in MPX instructions"
msgstr ""
-#: config/tc-i386.c:4230
+#: config/tc-i386.c:4402
msgid "replacing `rep'/`repe' prefix by `bnd'"
msgstr ""
#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
-#: config/tc-i386.c:4284
+#: config/tc-i386.c:4456
#, c-format
msgid "translating to `%sp'"
msgstr ""
-#: config/tc-i386.c:4291
+#: config/tc-i386.c:4463
#, c-format
-msgid "instruction `%s' isn't supported in 16-bit mode."
+msgid "instruction `%s' isn't supported outside of protected mode."
msgstr ""
-#: config/tc-i386.c:4351
+#: config/tc-i386.c:4523
#, c-format
msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
msgstr ""
-#: config/tc-i386.c:4411 config/tc-i386.c:4606
+#: config/tc-i386.c:4583 config/tc-i386.c:4782
#, c-format
msgid "no such instruction: `%s'"
msgstr ""
-#: config/tc-i386.c:4422 config/tc-i386.c:4639
+#: config/tc-i386.c:4594 config/tc-i386.c:4815
#, c-format
msgid "invalid character %s in mnemonic"
msgstr ""
-#: config/tc-i386.c:4429
+#: config/tc-i386.c:4601
msgid "expecting prefix; got nothing"
msgstr ""
-#: config/tc-i386.c:4431
+#: config/tc-i386.c:4603
msgid "expecting mnemonic; got nothing"
msgstr ""
-#: config/tc-i386.c:4446 config/tc-i386.c:4661
+#: config/tc-i386.c:4618 config/tc-i386.c:4837
#, c-format
msgid "`%s' is only supported in 64-bit mode"
msgstr ""
-#: config/tc-i386.c:4447 config/tc-i386.c:4660
+#: config/tc-i386.c:4619 config/tc-i386.c:4836
#, c-format
msgid "`%s' is not supported in 64-bit mode"
msgstr ""
-#: config/tc-i386.c:4459
+#: config/tc-i386.c:4631
#, c-format
msgid "redundant %s prefix"
msgstr ""
-#: config/tc-i386.c:4652
+#: config/tc-i386.c:4828
msgid "use .code16 to ensure correct addressing mode"
msgstr ""
-#: config/tc-i386.c:4664
+#: config/tc-i386.c:4840
#, c-format
msgid "`%s' is not supported on `%s%s'"
msgstr ""
-#: config/tc-i386.c:4690
+#: config/tc-i386.c:4866
#, c-format
msgid "invalid character %s before operand %d"
msgstr ""
-#: config/tc-i386.c:4704
+#: config/tc-i386.c:4880
#, c-format
msgid "unbalanced parenthesis in operand %d."
msgstr ""
-#: config/tc-i386.c:4707
+#: config/tc-i386.c:4883
#, c-format
msgid "unbalanced brackets in operand %d."
msgstr ""
-#: config/tc-i386.c:4716
+#: config/tc-i386.c:4892
#, c-format
msgid "invalid character %s in operand %d"
msgstr ""
-#: config/tc-i386.c:4743
+#: config/tc-i386.c:4919
#, c-format
msgid "spurious operands; (%d operands/instruction max)"
msgstr ""
-#: config/tc-i386.c:4753 config/tc-i386.c:9962
+#: config/tc-i386.c:4929 config/tc-i386.c:10156
#, c-format
msgid "too many memory references for `%s'"
msgstr ""
-#: config/tc-i386.c:4774
+#: config/tc-i386.c:4950
msgid "expecting operand after ','; got nothing"
msgstr ""
-#: config/tc-i386.c:4779
+#: config/tc-i386.c:4955
msgid "expecting operand before ','; got nothing"
msgstr ""
-#: config/tc-i386.c:5205
+#: config/tc-i386.c:5381
msgid "mask, index, and destination registers should be distinct"
msgstr ""
-#: config/tc-i386.c:5222
+#: config/tc-i386.c:5398
msgid "index and destination registers should be distinct"
msgstr ""
-#: config/tc-i386.c:5900
+#: config/tc-i386.c:6073
msgid "operand size mismatch"
msgstr ""
-#: config/tc-i386.c:5903
+#: config/tc-i386.c:6076
msgid "operand type mismatch"
msgstr ""
-#: config/tc-i386.c:5906
+#: config/tc-i386.c:6079
msgid "register type mismatch"
msgstr ""
-#: config/tc-i386.c:5909
+#: config/tc-i386.c:6082
msgid "number of operands mismatch"
msgstr ""
-#: config/tc-i386.c:5912
+#: config/tc-i386.c:6085
msgid "invalid instruction suffix"
msgstr ""
-#: config/tc-i386.c:5915
+#: config/tc-i386.c:6088
msgid "constant doesn't fit in 4 bits"
msgstr ""
-#: config/tc-i386.c:5918
+#: config/tc-i386.c:6091
msgid "unsupported with Intel mnemonic"
msgstr ""
-#: config/tc-i386.c:5921
+#: config/tc-i386.c:6094
msgid "unsupported syntax"
msgstr ""
-#: config/tc-i386.c:5924
+#: config/tc-i386.c:6097
#, c-format
msgid "unsupported instruction `%s'"
msgstr ""
-#: config/tc-i386.c:5928
+#: config/tc-i386.c:6101
msgid "invalid VSIB address"
msgstr ""
-#: config/tc-i386.c:5931
+#: config/tc-i386.c:6104
msgid "mask, index, and destination registers must be distinct"
msgstr ""
-#: config/tc-i386.c:5934
+#: config/tc-i386.c:6107
msgid "unsupported vector index register"
msgstr ""
-#: config/tc-i386.c:5937
+#: config/tc-i386.c:6110
msgid "unsupported broadcast"
msgstr ""
-#: config/tc-i386.c:5940
+#: config/tc-i386.c:6113
msgid "broadcast is needed for operand of such type"
msgstr ""
-#: config/tc-i386.c:5943
+#: config/tc-i386.c:6116
msgid "unsupported masking"
msgstr ""
-#: config/tc-i386.c:5946
+#: config/tc-i386.c:6119
msgid "mask not on destination operand"
msgstr ""
-#: config/tc-i386.c:5949
+#: config/tc-i386.c:6122
msgid "default mask isn't allowed"
msgstr ""
-#: config/tc-i386.c:5952
+#: config/tc-i386.c:6125
msgid "unsupported static rounding/sae"
msgstr ""
-#: config/tc-i386.c:5956
+#: config/tc-i386.c:6129
msgid "RC/SAE operand must precede immediate operands"
msgstr ""
-#: config/tc-i386.c:5958
+#: config/tc-i386.c:6131
msgid "RC/SAE operand must follow immediate operands"
msgstr ""
-#: config/tc-i386.c:5961 config/tc-metag.c:4789 config/tc-metag.c:5530
+#: config/tc-i386.c:6134 config/tc-metag.c:4789 config/tc-metag.c:5530
#: config/tc-metag.c:5552
msgid "invalid register operand"
msgstr ""
-#: config/tc-i386.c:5964
+#: config/tc-i386.c:6137
#, c-format
msgid "%s for `%s'"
msgstr ""
-#: config/tc-i386.c:5975
+#: config/tc-i386.c:6148
#, 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:5983
+#: config/tc-i386.c:6156
#, c-format
msgid "stand-alone `%s' prefix"
msgstr ""
-#: config/tc-i386.c:6017 config/tc-i386.c:6033
+#: config/tc-i386.c:6199 config/tc-i386.c:6215
#, c-format
msgid "`%s' operand %d must use `%ses' segment"
msgstr ""
#. We have to know the operand size for crc32.
-#: config/tc-i386.c:6083
+#: config/tc-i386.c:6265
#, c-format
msgid "ambiguous memory operand size for `%s`"
msgstr ""
-#: config/tc-i386.c:6195
+#: config/tc-i386.c:6350
+msgid "generating 16-bit `iret' for .code16gcc directive"
+msgstr ""
+
+#: config/tc-i386.c:6389
msgid ""
"no instruction mnemonic suffix given and no register operands; can't size "
"instruction"
msgstr ""
-#: config/tc-i386.c:6333
+#: config/tc-i386.c:6525
#, c-format
msgid "invalid register operand size for `%s'"
msgstr ""
-#: config/tc-i386.c:6377 config/tc-i386.c:6450 config/tc-i386.c:6572
+#: config/tc-i386.c:6569 config/tc-i386.c:6641 config/tc-i386.c:6763
#, c-format
msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
msgstr ""
-#: config/tc-i386.c:6398 config/tc-i386.c:6426 config/tc-i386.c:6497
-#: config/tc-i386.c:6547
+#: config/tc-i386.c:6589 config/tc-i386.c:6617 config/tc-i386.c:6688
+#: config/tc-i386.c:6738
#, c-format
msgid "`%s%s' not allowed with `%s%c'"
msgstr ""
-#: config/tc-i386.c:6444 config/tc-i386.c:6471 config/tc-i386.c:6522
-#: config/tc-i386.c:6566
+#: config/tc-i386.c:6635 config/tc-i386.c:6662 config/tc-i386.c:6713
+#: config/tc-i386.c:6757
#, c-format
msgid "incorrect register `%s%s' used with `%c' suffix"
msgstr ""
-#: config/tc-i386.c:6635
+#: config/tc-i386.c:6826
msgid "no instruction mnemonic suffix given; can't determine immediate size"
msgstr ""
-#: config/tc-i386.c:6781
+#: config/tc-i386.c:6978
#, c-format
msgid ""
"source register `%s%s' implicitly denotes `%s%.3s%u' to `%s%.3s%u' source "
"group in `%s'"
msgstr ""
-#: config/tc-i386.c:6817
+#: config/tc-i386.c:7016
#, c-format
-msgid "you can't `pop %scs'"
+msgid "you can't `%s %s%s'"
msgstr ""
#. Reversed arguments on faddp, fsubp, etc.
-#: config/tc-i386.c:6846
+#: config/tc-i386.c:7049
#, c-format
msgid "translating to `%s %s%s,%s%s'"
msgstr ""
#. Extraneous `l' suffix on fp insn.
-#: config/tc-i386.c:6853
+#: config/tc-i386.c:7056
#, c-format
msgid "translating to `%s %s%s'"
msgstr ""
-#: config/tc-i386.c:6881
+#: config/tc-i386.c:7084
#, c-format
msgid "segment override on `%s' is ineffectual"
msgstr ""
-#: config/tc-i386.c:7650 config/tc-i386.c:7785 config/tc-i386.c:7849
+#: config/tc-i386.c:7837 config/tc-i386.c:7978 config/tc-i386.c:8042
msgid "skipping prefixes on this instruction"
msgstr ""
-#: config/tc-i386.c:7869
+#: config/tc-i386.c:8062
msgid "16-bit jump out of range"
msgstr ""
-#: config/tc-i386.c:7878
+#: config/tc-i386.c:8071
#, c-format
msgid "can't handle non absolute segment in `%s'"
msgstr ""
-#: config/tc-i386.c:8173
+#: config/tc-i386.c:8384
msgid "pseudo prefix without instruction"
msgstr ""
-#: config/tc-i386.c:8766 config/tc-i386.c:8868
+#: config/tc-i386.c:8500
+#, c-format
+msgid "instruction length of %u bytes exceeds the limit of 15"
+msgstr ""
+
+#: config/tc-i386.c:8962 config/tc-i386.c:9064
#, c-format
msgid "@%s reloc is not supported with %d-bit output format"
msgstr ""
-#: config/tc-i386.c:8919
+#: config/tc-i386.c:9115
#, c-format
msgid "missing or invalid expression `%s'"
msgstr ""
-#: config/tc-i386.c:8928
+#: config/tc-i386.c:9124
#, c-format
msgid "invalid PLT expression `%s'"
msgstr ""
-#: config/tc-i386.c:9014
+#: config/tc-i386.c:9210
#, c-format
msgid "Unsupported broadcast: `%s'"
msgstr ""
-#: config/tc-i386.c:9030
+#: config/tc-i386.c:9226
#, c-format
msgid "`%s%s' can't be used for write mask"
msgstr ""
-#: config/tc-i386.c:9053
+#: config/tc-i386.c:9249
#, c-format
msgid "invalid write mask `%s'"
msgstr ""
-#: config/tc-i386.c:9075 config/tc-i386.c:9739
+#: config/tc-i386.c:9271 config/tc-i386.c:9935
#, c-format
msgid "duplicated `%s'"
msgstr ""
-#: config/tc-i386.c:9085
+#: config/tc-i386.c:9281
#, c-format
msgid "invalid zeroing-masking `%s'"
msgstr ""
-#: config/tc-i386.c:9098
+#: config/tc-i386.c:9294
#, c-format
msgid "missing `}' in `%s'"
msgstr ""
#. We don't know this one.
-#: config/tc-i386.c:9112
+#: config/tc-i386.c:9308
#, c-format
msgid "unknown vector operation: `%s'"
msgstr ""
-#: config/tc-i386.c:9118
+#: config/tc-i386.c:9314
msgid "zeroing-masking only allowed with write mask"
msgstr ""
-#: config/tc-i386.c:9138
+#: config/tc-i386.c:9334
#, c-format
msgid "at most %d immediate operands are allowed"
msgstr ""
-#: config/tc-i386.c:9170 config/tc-i386.c:9417
+#: config/tc-i386.c:9366 config/tc-i386.c:9613
#, c-format
msgid "junk `%s' after expression"
msgstr ""
-#: config/tc-i386.c:9191
+#: config/tc-i386.c:9387
#, c-format
msgid "missing or invalid immediate expression `%s'"
msgstr ""
-#: config/tc-i386.c:9214 config/tc-i386.c:9507
+#: config/tc-i386.c:9410 config/tc-i386.c:9703
#, c-format
msgid "unimplemented segment %s in operand"
msgstr ""
-#: config/tc-i386.c:9221
+#: config/tc-i386.c:9417
#, c-format
msgid "illegal immediate register operand %s"
msgstr ""
-#: config/tc-i386.c:9269
+#: config/tc-i386.c:9465
#, c-format
msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
msgstr ""
-#: config/tc-i386.c:9278
+#: config/tc-i386.c:9474
#, c-format
msgid "scale factor of %d without an index register"
msgstr ""
-#: config/tc-i386.c:9300
+#: config/tc-i386.c:9496
#, c-format
msgid "at most %d displacement operands are allowed"
msgstr ""
-#: config/tc-i386.c:9473
+#: config/tc-i386.c:9669
#, c-format
msgid "missing or invalid displacement expression `%s'"
msgstr ""
-#: config/tc-i386.c:9490
+#: config/tc-i386.c:9686
#, c-format
msgid "0x%lx out range of signed 32bit displacement"
msgstr ""
-#: config/tc-i386.c:9640
+#: config/tc-i386.c:9836
#, c-format
msgid "`%s' is not valid here (expected `%c%s%s%c')"
msgstr ""
-#: config/tc-i386.c:9652
+#: config/tc-i386.c:9848
#, c-format
msgid "`%s' is not a valid %s expression"
msgstr ""
-#: config/tc-i386.c:9684
+#: config/tc-i386.c:9880
#, c-format
msgid "`%s' cannot be used here"
msgstr ""
-#: config/tc-i386.c:9691
+#: config/tc-i386.c:9887
msgid "register scaling is being ignored here"
msgstr ""
-#: config/tc-i386.c:9752
+#: config/tc-i386.c:9948
#, c-format
msgid "Missing '}': '%s'"
msgstr ""
-#: config/tc-i386.c:9758
+#: config/tc-i386.c:9954
#, c-format
msgid "Junk after '}': '%s'"
msgstr ""
-#: config/tc-i386.c:9886
+#: config/tc-i386.c:10080
#, c-format
msgid "bad memory operand `%s'"
msgstr ""
-#: config/tc-i386.c:9910
+#: config/tc-i386.c:10104
#, c-format
msgid "junk `%s' after register"
msgstr ""
-#: config/tc-i386.c:9923 config/tc-i386.c:10060 config/tc-i386.c:10104
+#: config/tc-i386.c:10117 config/tc-i386.c:10254 config/tc-i386.c:10298
#, c-format
msgid "bad register name `%s'"
msgstr ""
-#: config/tc-i386.c:9931
+#: config/tc-i386.c:10125
msgid "immediate operand illegal with absolute jump"
msgstr ""
-#: config/tc-i386.c:10049
+#: config/tc-i386.c:10243
#, c-format
msgid "expecting `,' or `)' after index register in `%s'"
msgstr ""
-#: config/tc-i386.c:10077
+#: config/tc-i386.c:10271
#, c-format
msgid "expecting `)' after scale factor in `%s'"
msgstr ""
-#: config/tc-i386.c:10085
+#: config/tc-i386.c:10279
#, c-format
msgid "expecting index register or scale factor after `,'; got '%c'"
msgstr ""
-#: config/tc-i386.c:10093
+#: config/tc-i386.c:10287
#, c-format
msgid "expecting `,' or `)' after base register in `%s'"
msgstr ""
#. It's not a memory operand; argh!
-#: config/tc-i386.c:10141
+#: config/tc-i386.c:10335
#, c-format
msgid "invalid char %s beginning operand %d `%s'"
msgstr ""
-#: config/tc-i386.c:10367
+#: config/tc-i386.c:10561
msgid "long jump required"
msgstr ""
-#: config/tc-i386.c:10422
+#: config/tc-i386.c:10616
msgid "jump target out of range"
msgstr ""
-#: config/tc-i386.c:10988
+#: config/tc-i386.c:11184
#, c-format
msgid "invalid -mx86-used-note= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11011
+#: config/tc-i386.c:11207
msgid "no compiled in support for x86_64"
msgstr ""
-#: config/tc-i386.c:11031
+#: config/tc-i386.c:11227
msgid "no compiled in support for 32bit x86_64"
msgstr ""
-#: config/tc-i386.c:11035
+#: config/tc-i386.c:11231
msgid "32bit x86_64 is only supported for ELF"
msgstr ""
-#: config/tc-i386.c:11069 config/tc-i386.c:11157
+#: config/tc-i386.c:11265 config/tc-i386.c:11353
#, c-format
msgid "invalid -march= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11167 config/tc-i386.c:11179
+#: config/tc-i386.c:11363 config/tc-i386.c:11375
#, c-format
msgid "invalid -mtune= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11188
+#: config/tc-i386.c:11384
#, c-format
msgid "invalid -mmnemonic= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11197
+#: config/tc-i386.c:11393
#, c-format
msgid "invalid -msyntax= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11220
+#: config/tc-i386.c:11416
#, c-format
msgid "invalid -msse-check= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11231
+#: config/tc-i386.c:11427
#, c-format
msgid "invalid -moperand-check= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11240
+#: config/tc-i386.c:11436
#, c-format
msgid "invalid -mavxscalar= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11249
+#: config/tc-i386.c:11445
#, c-format
msgid "invalid -mvexwig= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11264
+#: config/tc-i386.c:11460
#, c-format
msgid "invalid -mevexlig= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11277
+#: config/tc-i386.c:11473
#, c-format
msgid "invalid -mevexrcig= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11286
+#: config/tc-i386.c:11482
#, c-format
msgid "invalid -mevexwig= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11301
+#: config/tc-i386.c:11497
#, c-format
msgid "invalid -momit-lock-prefix= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11310
+#: config/tc-i386.c:11506
#, c-format
msgid "invalid -mfence-as-lock-add= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11319
+#: config/tc-i386.c:11515
#, c-format
msgid "invalid -mrelax-relocations= option: `%s'"
msgstr ""
-#: config/tc-i386.c:11463
+#: config/tc-i386.c:11659
#, c-format
msgid ""
-" -Q ignored\n"
+" -Qy, -Qn ignored\n"
" -V print assembler version number\n"
" -k ignored\n"
msgstr ""
-#: config/tc-i386.c:11468
+#: config/tc-i386.c:11664
#, c-format
msgid ""
" -n Do not optimize code alignment\n"
" -q quieten some warnings\n"
msgstr ""
-#: config/tc-i386.c:11472
+#: config/tc-i386.c:11668
#, c-format
msgid " -s ignored\n"
msgstr ""
-#: config/tc-i386.c:11477
+#: config/tc-i386.c:11673
#, c-format
msgid " --32/--64/--x32 generate 32bit/64bit/x32 code\n"
msgstr ""
-#: config/tc-i386.c:11481
+#: config/tc-i386.c:11677
#, c-format
msgid " --divide do not treat `/' as a comment character\n"
msgstr ""
-#: config/tc-i386.c:11484
+#: config/tc-i386.c:11680
#, c-format
msgid " --divide ignored\n"
msgstr ""
-#: config/tc-i386.c:11487
+#: config/tc-i386.c:11683
#, c-format
msgid ""
" -march=CPU[,+EXTENSION...]\n"
@@ -8287,36 +8563,36 @@ msgid ""
"of:\n"
msgstr ""
-#: config/tc-i386.c:11491
+#: config/tc-i386.c:11687
#, c-format
msgid " EXTENSION is combination of:\n"
msgstr ""
-#: config/tc-i386.c:11494
+#: config/tc-i386.c:11690
#, c-format
msgid " -mtune=CPU optimize for CPU, CPU is one of:\n"
msgstr ""
-#: config/tc-i386.c:11497
+#: config/tc-i386.c:11693
#, c-format
msgid " -msse2avx encode SSE instructions with VEX prefix\n"
msgstr ""
-#: config/tc-i386.c:11499
+#: config/tc-i386.c:11695
#, c-format
msgid ""
" -msse-check=[none|error|warning] (default: warning)\n"
" check SSE instructions\n"
msgstr ""
-#: config/tc-i386.c:11502
+#: config/tc-i386.c:11698
#, c-format
msgid ""
" -moperand-check=[none|error|warning] (default: warning)\n"
" check operand combinations for validity\n"
msgstr ""
-#: config/tc-i386.c:11505
+#: config/tc-i386.c:11701
#, c-format
msgid ""
" -mavxscalar=[128|256] (default: 128)\n"
@@ -8325,7 +8601,7 @@ msgid ""
" length\n"
msgstr ""
-#: config/tc-i386.c:11509
+#: config/tc-i386.c:11705
#, c-format
msgid ""
" -mvexwig=[0|1] (default: 0)\n"
@@ -8333,7 +8609,7 @@ msgid ""
" for VEX.W bit ignored instructions\n"
msgstr ""
-#: config/tc-i386.c:11513
+#: config/tc-i386.c:11709
#, c-format
msgid ""
" -mevexlig=[128|256|512] (default: 128)\n"
@@ -8342,7 +8618,7 @@ msgid ""
" length\n"
msgstr ""
-#: config/tc-i386.c:11517
+#: config/tc-i386.c:11713
#, c-format
msgid ""
" -mevexwig=[0|1] (default: 0)\n"
@@ -8351,7 +8627,7 @@ msgid ""
" for EVEX.W bit ignored instructions\n"
msgstr ""
-#: config/tc-i386.c:11521
+#: config/tc-i386.c:11717
#, c-format
msgid ""
" -mevexrcig=[rne|rd|ru|rz] (default: rne)\n"
@@ -8360,77 +8636,77 @@ msgid ""
" for SAE-only ignored instructions\n"
msgstr ""
-#: config/tc-i386.c:11525
+#: config/tc-i386.c:11721
#, c-format
msgid " -mmnemonic=[att|intel] "
msgstr ""
-#: config/tc-i386.c:11528
+#: config/tc-i386.c:11724
#, c-format
msgid "(default: att)\n"
msgstr ""
-#: config/tc-i386.c:11530
+#: config/tc-i386.c:11726
#, c-format
msgid "(default: intel)\n"
msgstr ""
-#: config/tc-i386.c:11531
+#: config/tc-i386.c:11727
#, c-format
msgid " use AT&T/Intel mnemonic\n"
msgstr ""
-#: config/tc-i386.c:11533
+#: config/tc-i386.c:11729
#, c-format
msgid ""
" -msyntax=[att|intel] (default: att)\n"
" use AT&T/Intel syntax\n"
msgstr ""
-#: config/tc-i386.c:11536
+#: config/tc-i386.c:11732
#, c-format
msgid " -mindex-reg support pseudo index registers\n"
msgstr ""
-#: config/tc-i386.c:11538
+#: config/tc-i386.c:11734
#, c-format
msgid " -mnaked-reg don't require `%%' prefix for registers\n"
msgstr ""
-#: config/tc-i386.c:11540
+#: config/tc-i386.c:11736
#, c-format
msgid " -madd-bnd-prefix add BND prefix for all valid branches\n"
msgstr ""
-#: config/tc-i386.c:11543
+#: config/tc-i386.c:11739
#, c-format
msgid " -mshared disable branch optimization for shared code\n"
msgstr ""
-#: config/tc-i386.c:11545
+#: config/tc-i386.c:11741
#, c-format
msgid " -mx86-used-note=[no|yes] "
msgstr ""
-#: config/tc-i386.c:11551
+#: config/tc-i386.c:11747
#, c-format
msgid ""
" generate x86 used ISA and feature properties\n"
msgstr ""
-#: config/tc-i386.c:11555
+#: config/tc-i386.c:11751
#, c-format
msgid " -mbig-obj generate big object files\n"
msgstr ""
-#: config/tc-i386.c:11558
+#: config/tc-i386.c:11754
#, c-format
msgid ""
" -momit-lock-prefix=[no|yes] (default: no)\n"
" strip all lock prefixes\n"
msgstr ""
-#: config/tc-i386.c:11561
+#: config/tc-i386.c:11757
#, c-format
msgid ""
" -mfence-as-lock-add=[no|yes] (default: no)\n"
@@ -8438,76 +8714,76 @@ msgid ""
" lock addl $0x0, (%%{re}sp)\n"
msgstr ""
-#: config/tc-i386.c:11565
+#: config/tc-i386.c:11761
#, c-format
msgid " -mrelax-relocations=[no|yes] "
msgstr ""
-#: config/tc-i386.c:11571
+#: config/tc-i386.c:11767
#, c-format
msgid " generate relax relocations\n"
msgstr ""
-#: config/tc-i386.c:11573
+#: config/tc-i386.c:11769
#, c-format
msgid " -mamd64 accept only AMD64 ISA [default]\n"
msgstr ""
-#: config/tc-i386.c:11575
+#: config/tc-i386.c:11771
#, c-format
msgid " -mintel64 accept only Intel64 ISA\n"
msgstr ""
-#: config/tc-i386.c:11616
+#: config/tc-i386.c:11812
#, c-format
msgid "Intel MCU doesn't support `%s' architecture"
msgstr ""
-#: config/tc-i386.c:11673
+#: config/tc-i386.c:11869
msgid "Intel L1OM is 64bit only"
msgstr ""
-#: config/tc-i386.c:11679
+#: config/tc-i386.c:11875
msgid "Intel K1OM is 64bit only"
msgstr ""
-#: config/tc-i386.c:11685
+#: config/tc-i386.c:11881
msgid "Intel MCU is 32bit only"
msgstr ""
-#: config/tc-i386.c:11842
+#: config/tc-i386.c:12038
msgid "symbol size computation overflow"
msgstr ""
-#: config/tc-i386.c:11910 config/tc-sparc.c:3861
+#: config/tc-i386.c:12106 config/tc-sparc.c:3861
#, c-format
msgid "can not do %d byte pc-relative relocation"
msgstr ""
-#: config/tc-i386.c:11928
+#: config/tc-i386.c:12124
#, c-format
msgid "can not do %d byte relocation"
msgstr ""
-#: config/tc-i386.c:11996
+#: config/tc-i386.c:12192
#, c-format
msgid "cannot represent relocation type %s in x32 mode"
msgstr ""
-#: config/tc-i386.c:12033 config/tc-s390.c:2611
+#: config/tc-i386.c:12229 config/tc-s390.c:2613
#, c-format
msgid "cannot represent relocation type %s"
msgstr ""
-#: config/tc-i386.c:12150
+#: config/tc-i386.c:12346
msgid "bad .section directive: want a,l,w,x,M,S,G,T in string"
msgstr ""
-#: config/tc-i386.c:12153
+#: config/tc-i386.c:12349
msgid "bad .section directive: want a,w,x,M,S,G,T in string"
msgstr ""
-#: config/tc-i386.c:12172
+#: config/tc-i386.c:12368
msgid ".largecomm supported only in 64bit mode, producing .comm"
msgstr ""
@@ -9157,7 +9433,7 @@ msgstr ""
msgid "Inserting \"%s\" into constant hash table failed: %s"
msgstr ""
-#: config/tc-ia64.c:7493 config/tc-riscv.c:754 config/tc-riscv.c:3155
+#: config/tc-ia64.c:7493 config/tc-riscv.c:755 config/tc-riscv.c:3188
#: config/tc-tilegx.c:262
msgid "Could not set architecture and machine"
msgstr ""
@@ -9219,8 +9495,8 @@ msgstr ""
msgid "Expected '('"
msgstr ""
-#: config/tc-ia64.c:7920 config/tc-pdp11.c:442 config/tc-pdp11.c:506
-#: config/tc-pdp11.c:540 config/tc-tilegx.c:1048 config/tc-tilepro.c:939
+#: config/tc-ia64.c:7920 config/tc-pdp11.c:446 config/tc-pdp11.c:510
+#: config/tc-pdp11.c:544 config/tc-tilegx.c:1048 config/tc-tilepro.c:939
#: config/tc-xstormy16.c:154
msgid "Missing ')'"
msgstr ""
@@ -9337,41 +9613,41 @@ msgstr ""
msgid "Cannot represent %s relocation in object file"
msgstr ""
-#: config/tc-ia64.c:11671
+#: config/tc-ia64.c:11669
msgid "Can't add stop bit to mark end of instruction group"
msgstr ""
-#: config/tc-ia64.c:11780 read.c:2600 read.c:3239 read.c:3643 stabs.c:469
+#: config/tc-ia64.c:11778 read.c:2600 read.c:3239 read.c:3643 stabs.c:469
#, c-format
msgid "expected comma after \"%s\""
msgstr ""
-#: config/tc-ia64.c:11822
+#: config/tc-ia64.c:11820
#, c-format
msgid "`%s' is already the alias of %s `%s'"
msgstr ""
-#: config/tc-ia64.c:11832
+#: config/tc-ia64.c:11830
#, c-format
msgid "%s `%s' already has an alias `%s'"
msgstr ""
-#: config/tc-ia64.c:11843
+#: config/tc-ia64.c:11841
#, c-format
msgid "inserting \"%s\" into %s alias hash table failed: %s"
msgstr ""
-#: config/tc-ia64.c:11851
+#: config/tc-ia64.c:11849
#, c-format
msgid "inserting \"%s\" into %s name hash table failed: %s"
msgstr ""
-#: config/tc-ia64.c:11877
+#: config/tc-ia64.c:11875
#, c-format
msgid "symbol `%s' aliased to `%s' is not used"
msgstr ""
-#: config/tc-ia64.c:11900
+#: config/tc-ia64.c:11898
#, c-format
msgid "section `%s' aliased to `%s' is not used"
msgstr ""
@@ -9391,7 +9667,7 @@ msgstr ""
msgid " -mip2022ext permit extended IP2022 insn\n"
msgstr ""
-#: config/tc-ip2k.c:230
+#: config/tc-ip2k.c:232
msgid "relaxation not supported\n"
msgstr ""
@@ -9406,7 +9682,7 @@ msgid "Register number (R%ld) for double word access must be even."
msgstr ""
#: config/tc-iq2000.c:379 config/tc-iq2000.c:384 config/tc-iq2000.c:389
-#: config/tc-iq2000.c:406 config/tc-mt.c:244 config/tc-mt.c:249
+#: config/tc-iq2000.c:406 config/tc-mt.c:246 config/tc-mt.c:251
#, c-format
msgid "operand references R%ld of previous load."
msgstr ""
@@ -9419,19 +9695,19 @@ msgstr ""
msgid "Unmatched high relocation"
msgstr ""
-#: config/tc-iq2000.c:826 config/tc-mips.c:19493 config/tc-score.c:5811
+#: config/tc-iq2000.c:826 config/tc-mips.c:19764 config/tc-score.c:5810
msgid ".end not in text section"
msgstr ""
-#: config/tc-iq2000.c:830 config/tc-score.c:5814
+#: config/tc-iq2000.c:830 config/tc-score.c:5813
msgid ".end directive without a preceding .ent directive."
msgstr ""
-#: config/tc-iq2000.c:839 config/tc-score.c:5822
+#: config/tc-iq2000.c:839 config/tc-score.c:5821
msgid ".end symbol does not match .ent symbol."
msgstr ""
-#: config/tc-iq2000.c:842 config/tc-mips.c:19513 config/tc-score.c:5827
+#: config/tc-iq2000.c:842 config/tc-mips.c:19784 config/tc-score.c:5826
msgid ".end directive missing or unknown symbol"
msgstr ""
@@ -9439,7 +9715,7 @@ msgstr ""
msgid "Expected simple number."
msgstr ""
-#: config/tc-iq2000.c:889 config/tc-mips.c:19418 config/tc-score.c:5663
+#: config/tc-iq2000.c:889 config/tc-mips.c:19689 config/tc-score.c:5662
#, c-format
msgid " *input_line_pointer == '%c' 0x%02x\n"
msgstr ""
@@ -9448,7 +9724,7 @@ msgstr ""
msgid "Invalid number"
msgstr ""
-#: config/tc-iq2000.c:925 config/tc-score.c:5701
+#: config/tc-iq2000.c:925 config/tc-score.c:5700
msgid ".ent or .aent not in text section."
msgstr ""
@@ -9456,7 +9732,7 @@ msgstr ""
msgid "missing `.end'"
msgstr ""
-#: config/tc-m32c.c:142
+#: config/tc-m32c.c:141
#, c-format
msgid " M32C specific command line options:\n"
msgstr ""
@@ -9686,8 +9962,8 @@ msgstr ""
msgid ".SCOMMon length (%ld.) <0! Ignored."
msgstr ""
-#: config/tc-m32r.c:1512 config/tc-microblaze.c:218 config/tc-ppc.c:2301
-#: config/tc-ppc.c:4077 config/tc-ppc.c:4119 config/tc-ppc.c:5679
+#: config/tc-m32r.c:1512 config/tc-microblaze.c:218 config/tc-ppc.c:2430
+#: config/tc-ppc.c:4425 config/tc-ppc.c:4467 config/tc-ppc.c:6028
msgid "ignoring bad alignment"
msgstr ""
@@ -10003,7 +10279,7 @@ msgstr ""
msgid "Invalid indexed register, expecting register Y."
msgstr ""
-#: config/tc-m68hc11.c:2844 config/tc-s12z.c:3676
+#: config/tc-m68hc11.c:2844 config/tc-s12z.c:3814
msgid "No instruction or missing opcode."
msgstr ""
@@ -10036,7 +10312,7 @@ msgstr ""
msgid "bad .relax format"
msgstr ""
-#: config/tc-m68hc11.c:3843 config/tc-s12z.c:3767 config/tc-xgate.c:630
+#: config/tc-m68hc11.c:3843 config/tc-s12z.c:3905 config/tc-xgate.c:630
#, c-format
msgid "Relocation %d is not supported by object file format."
msgstr ""
@@ -10050,11 +10326,11 @@ msgstr ""
msgid "Subtype %d is not recognized."
msgstr ""
-#: config/tc-m68hc11.c:4336 config/tc-s12z.c:3808 config/tc-xgate.c:663
+#: config/tc-m68hc11.c:4336 config/tc-s12z.c:3946 config/tc-xgate.c:663
msgid "Expression too complex."
msgstr ""
-#: config/tc-m68hc11.c:4367 config/tc-s12z.c:3834 config/tc-xgate.c:708
+#: config/tc-m68hc11.c:4367 config/tc-s12z.c:3986 config/tc-xgate.c:708
#: config/tc-xgate.c:717
msgid "Value out of 16-bit range."
msgstr ""
@@ -10094,7 +10370,7 @@ msgstr ""
msgid "Offset out of 16-bit range for movw/movb insn: %ld"
msgstr ""
-#: config/tc-m68hc11.c:4469 config/tc-s12z.c:3840 config/tc-xgate.c:752
+#: config/tc-m68hc11.c:4469 config/tc-s12z.c:3992 config/tc-xgate.c:752
#, c-format
msgid "Line %d: unknown relocation type: 0x%x."
msgstr ""
@@ -10516,7 +10792,7 @@ msgstr ""
msgid "Processor variants are: "
msgstr ""
-#: config/tc-m68k.c:7638 config/tc-xtensa.c:6386
+#: config/tc-m68k.c:7638 config/tc-xtensa.c:6380
#, c-format
msgid "\n"
msgstr ""
@@ -10535,7 +10811,7 @@ msgstr ""
msgid "Not a defined coldfire architecture"
msgstr ""
-#: config/tc-m68k.c:7927 read.c:4548
+#: config/tc-m68k.c:7927 read.c:4549
#, c-format
msgid "%s relocations do not fit in %u byte"
msgid_plural "%s relocations do not fit in %u bytes"
@@ -10578,7 +10854,7 @@ msgstr ""
#: config/tc-mcore.c:887 config/tc-microblaze.c:948 config/tc-microblaze.c:1080
#: config/tc-microblaze.c:1112 config/tc-microblaze.c:1565
#: config/tc-microblaze.c:1631 config/tc-microblaze.c:1704
-#: config/tc-microblaze.c:2129 config/tc-microblaze.c:2177
+#: config/tc-microblaze.c:2126 config/tc-microblaze.c:2174
#, c-format
msgid "unknown opcode \"%s\""
msgstr ""
@@ -10691,11 +10967,11 @@ msgid ""
" -EL assemble for a little endian system\n"
msgstr ""
-#: config/tc-mcore.c:1705 config/tc-microblaze.c:1862
+#: config/tc-mcore.c:1705 config/tc-microblaze.c:1859
msgid "failed sanity check: short_jump"
msgstr ""
-#: config/tc-mcore.c:1715 config/tc-microblaze.c:1872
+#: config/tc-mcore.c:1715 config/tc-microblaze.c:1869
msgid "failed sanity check: long_jump"
msgstr ""
@@ -10726,12 +11002,12 @@ msgstr ""
msgid "pcrel for loopt too far (0x%lx)"
msgstr ""
-#: config/tc-mcore.c:2185 config/tc-microblaze.c:2462 config/tc-tic30.c:1386
+#: config/tc-mcore.c:2185 config/tc-microblaze.c:2459 config/tc-tic30.c:1386
#, c-format
msgid "Can not do %d byte %srelocation"
msgstr ""
-#: config/tc-mcore.c:2187 config/tc-microblaze.c:2464 config/tc-tic30.c:1387
+#: config/tc-mcore.c:2187 config/tc-microblaze.c:2461 config/tc-tic30.c:1387
msgid "pc-relative "
msgstr ""
@@ -11227,7 +11503,7 @@ msgstr ""
msgid "cannot assemble FPU instruction, FPU option not set: %s"
msgstr ""
-#: config/tc-metag.c:6739 config/tc-nds32.c:7349
+#: config/tc-metag.c:6736 config/tc-nds32.c:7346
msgid "Bad call to md_atof()"
msgstr ""
@@ -11325,765 +11601,765 @@ msgstr ""
msgid "Immediate value for mbar > 32. using <value %% 32>"
msgstr ""
-#: config/tc-microblaze.c:1812
+#: config/tc-microblaze.c:1809
msgid "Bad call to MD_NTOF()"
msgstr ""
-#: config/tc-microblaze.c:2081
+#: config/tc-microblaze.c:2078
#, c-format
msgid "pcrel for branch to %s too far (0x%x)"
msgstr ""
#. We know the abs value: Should never happen.
-#: config/tc-microblaze.c:2238
+#: config/tc-microblaze.c:2235
msgid "Absolute PC-relative value in relaxation code. Assembler error....."
msgstr ""
#. Cannot have a PC-relative branch to a diff segment.
-#: config/tc-microblaze.c:2252
+#: config/tc-microblaze.c:2249
#, c-format
msgid "PC relative branch to label %s which is not in the instruction space"
msgstr ""
-#: config/tc-microblaze.c:2295
+#: config/tc-microblaze.c:2292
msgid ""
"Variable is accessed using small data read only anchor, but it is not in the "
"small data read only section"
msgstr ""
-#: config/tc-microblaze.c:2318
+#: config/tc-microblaze.c:2315
msgid ""
"Variable is accessed using small data read write anchor, but it is not in "
"the small data read write section"
msgstr ""
-#: config/tc-microblaze.c:2327
+#: config/tc-microblaze.c:2324
msgid "Incorrect fr_opcode value in frag. Internal error....."
msgstr ""
#. We know the abs value: Should never happen.
-#: config/tc-microblaze.c:2334
+#: config/tc-microblaze.c:2331
msgid "Absolute value in relaxation code. Assembler error....."
msgstr ""
-#: config/tc-mips.c:2145
+#: config/tc-mips.c:2175
#, c-format
msgid "the %d-bit %s architecture does not support the `%s' extension"
msgstr ""
-#: config/tc-mips.c:2148
+#: config/tc-mips.c:2178
#, c-format
msgid "the `%s' extension requires %s%d revision %d or greater"
msgstr ""
-#: config/tc-mips.c:2157
+#: config/tc-mips.c:2187
#, c-format
msgid "the `%s' extension was removed in %s%d revision %d"
msgstr ""
-#: config/tc-mips.c:2166
+#: config/tc-mips.c:2196
#, c-format
msgid "the `%s' extension requires 64-bit FPRs"
msgstr ""
-#: config/tc-mips.c:3009 config/tc-mips.c:16354
+#: config/tc-mips.c:3048 config/tc-mips.c:16621
#, c-format
msgid "unrecognized register name `%s'"
msgstr ""
-#: config/tc-mips.c:3236
+#: config/tc-mips.c:3275
msgid "invalid register range"
msgstr ""
-#: config/tc-mips.c:3264
+#: config/tc-mips.c:3303
msgid "vector element must be constant"
msgstr ""
-#: config/tc-mips.c:3274
+#: config/tc-mips.c:3313
msgid "missing `]'"
msgstr ""
-#: config/tc-mips.c:3497
+#: config/tc-mips.c:3536
#, c-format
msgid "internal: bad mips opcode (mask error): %s %s"
msgstr ""
-#: config/tc-mips.c:3524
+#: config/tc-mips.c:3563
#, c-format
msgid "internal: unknown operand type: %s %s"
msgstr ""
-#: config/tc-mips.c:3557
+#: config/tc-mips.c:3596
#, c-format
msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s"
msgstr ""
-#: config/tc-mips.c:3565
+#: config/tc-mips.c:3604
#, c-format
msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s"
msgstr ""
-#: config/tc-mips.c:3572
+#: config/tc-mips.c:3611
#, c-format
msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s"
msgstr ""
-#: config/tc-mips.c:3607
+#: config/tc-mips.c:3646
#, c-format
msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s"
msgstr ""
-#: config/tc-mips.c:3615
+#: config/tc-mips.c:3654
#, c-format
msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s"
msgstr ""
-#: config/tc-mips.c:3641
+#: config/tc-mips.c:3680
msgid "-G may not be used in position-independent code"
msgstr ""
-#: config/tc-mips.c:3647
+#: config/tc-mips.c:3686
msgid "-G may not be used with abicalls"
msgstr ""
#. Probably a memory allocation problem? Give up now.
-#: config/tc-mips.c:3667 config/tc-mips.c:3758
+#: config/tc-mips.c:3706 config/tc-mips.c:3802
msgid "broken assembler, no assembly attempted"
msgstr ""
-#: config/tc-mips.c:3697 config/tc-mips.c:3726
+#: config/tc-mips.c:3741 config/tc-mips.c:3770
#, c-format
msgid "internal: can't hash `%s': %s"
msgstr ""
-#: config/tc-mips.c:3908
+#: config/tc-mips.c:3952
#, c-format
msgid ".gnu_attribute %d,%d is incompatible with `%s'"
msgstr ""
-#: config/tc-mips.c:3915
+#: config/tc-mips.c:3959
#, c-format
msgid ".gnu_attribute %d,%d requires `%s'"
msgstr ""
-#: config/tc-mips.c:3976
+#: config/tc-mips.c:4020
#, c-format
msgid ".gnu_attribute %d,%d is no longer supported"
msgstr ""
-#: config/tc-mips.c:3985
+#: config/tc-mips.c:4029
#, c-format
msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI"
msgstr ""
-#: config/tc-mips.c:3998
+#: config/tc-mips.c:4042
msgid "`gp=64' used with a 32-bit processor"
msgstr ""
-#: config/tc-mips.c:4001
+#: config/tc-mips.c:4045
msgid "`gp=32' used with a 64-bit ABI"
msgstr ""
-#: config/tc-mips.c:4004
+#: config/tc-mips.c:4048
msgid "`gp=64' used with a 32-bit ABI"
msgstr ""
-#: config/tc-mips.c:4011
+#: config/tc-mips.c:4055
msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions"
msgstr ""
-#: config/tc-mips.c:4013
+#: config/tc-mips.c:4057
msgid "`fp=xx' cannot be used with `singlefloat'"
msgstr ""
-#: config/tc-mips.c:4017
+#: config/tc-mips.c:4061
msgid "`fp=64' used with a 32-bit fpu"
msgstr ""
-#: config/tc-mips.c:4021
+#: config/tc-mips.c:4065
msgid "`fp=64' used with a 32-bit ABI"
msgstr ""
-#: config/tc-mips.c:4026
+#: config/tc-mips.c:4070
msgid "`fp=32' used with a 64-bit ABI"
msgstr ""
-#: config/tc-mips.c:4028
+#: config/tc-mips.c:4072
msgid "`fp=32' used with a MIPS R6 cpu"
msgstr ""
-#: config/tc-mips.c:4031
+#: config/tc-mips.c:4075
msgid "Unknown size of floating point registers"
msgstr ""
-#: config/tc-mips.c:4036
+#: config/tc-mips.c:4080
msgid "`nooddspreg` cannot be used with a 64-bit ABI"
msgstr ""
-#: config/tc-mips.c:4039 config/tc-mips.c:4043
+#: config/tc-mips.c:4083 config/tc-mips.c:4087
#, c-format
msgid "`%s' cannot be used with `%s'"
msgstr ""
-#: config/tc-mips.c:4048
+#: config/tc-mips.c:4092
#, c-format
msgid "branch relaxation is not supported in `%s'"
msgstr ""
-#: config/tc-mips.c:4128
+#: config/tc-mips.c:4168
msgid "trap exception not supported at ISA 1"
msgstr ""
-#: config/tc-mips.c:4141 config/tc-mips.c:17234
+#: config/tc-mips.c:4181 config/tc-mips.c:17504
#, c-format
msgid "`%s' does not support legacy NaN"
msgstr ""
-#: config/tc-mips.c:4188
+#: config/tc-mips.c:4228
#, c-format
msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
msgstr ""
-#: config/tc-mips.c:4893
+#: config/tc-mips.c:4934
#, c-format
msgid "operand %d out of range"
msgstr ""
-#: config/tc-mips.c:4901
+#: config/tc-mips.c:4942
#, c-format
msgid "operand %d must be constant"
msgstr ""
-#: config/tc-mips.c:4945 read.c:4316 read.c:5162 write.c:265 write.c:1026
+#: config/tc-mips.c:4986 read.c:4317 read.c:5163 write.c:263 write.c:1024
msgid "register value used as expression"
msgstr ""
-#: config/tc-mips.c:4958
+#: config/tc-mips.c:4999
#, c-format
msgid "operand %d must be an immediate expression"
msgstr ""
-#: config/tc-mips.c:5079 config/tc-mips.c:5081
+#: config/tc-mips.c:5120 config/tc-mips.c:5122
#, c-format
msgid "float register should be even, was %d"
msgstr ""
-#: config/tc-mips.c:5094
+#: config/tc-mips.c:5135
#, c-format
msgid "condition code register should be even for %s, was %d"
msgstr ""
-#: config/tc-mips.c:5099
+#: config/tc-mips.c:5140
#, c-format
msgid "condition code register should be 0 or 4 for %s, was %d"
msgstr ""
-#: config/tc-mips.c:5420
+#: config/tc-mips.c:5461
msgid "invalid performance register"
msgstr ""
-#: config/tc-mips.c:5516
+#: config/tc-mips.c:5557 config/tc-mips.c:6028
msgid "the source register must not be $0"
msgstr ""
-#: config/tc-mips.c:5792
+#: config/tc-mips.c:5833
msgid "missing frame size"
msgstr ""
-#: config/tc-mips.c:5797
+#: config/tc-mips.c:5838
msgid "frame size specified twice"
msgstr ""
-#: config/tc-mips.c:5802
+#: config/tc-mips.c:5843
msgid "invalid frame size"
msgstr ""
-#: config/tc-mips.c:5842
+#: config/tc-mips.c:5883
#, c-format
msgid "operand %d must be an immediate"
msgstr ""
-#: config/tc-mips.c:5857
+#: config/tc-mips.c:5898
msgid "invalid element selector"
msgstr ""
-#: config/tc-mips.c:5870
+#: config/tc-mips.c:5911
#, c-format
msgid "operand %d must be scalar"
msgstr ""
-#: config/tc-mips.c:6047
+#: config/tc-mips.c:6091
msgid "floating-point expression required"
msgstr ""
-#: config/tc-mips.c:6147
+#: config/tc-mips.c:6191
#, c-format
msgid "cannot use `%s' in this section"
msgstr ""
-#: config/tc-mips.c:6294
+#: config/tc-mips.c:6338
msgid "used $at without \".set noat\""
msgstr ""
-#: config/tc-mips.c:6296
+#: config/tc-mips.c:6340
#, c-format
msgid "used $%u with \".set at=$%u\""
msgstr ""
-#: config/tc-mips.c:7337
+#: config/tc-mips.c:7487
#, c-format
msgid "wrong size instruction in a %u-bit branch delay slot"
msgstr ""
-#: config/tc-mips.c:7357 config/tc-mips.c:7367 config/tc-mips.c:15660
+#: config/tc-mips.c:7507 config/tc-mips.c:7517 config/tc-mips.c:15918
#, c-format
msgid "jump to misaligned address (0x%lx)"
msgstr ""
-#: config/tc-mips.c:7382 config/tc-mips.c:7402 config/tc-mips.c:7419
-#: config/tc-mips.c:8969 config/tc-mips.c:15514 config/tc-mips.c:15521
-#: config/tc-mips.c:15915 config/tc-mips.c:18749
+#: config/tc-mips.c:7532 config/tc-mips.c:7552 config/tc-mips.c:7569
+#: config/tc-mips.c:9119 config/tc-mips.c:15772 config/tc-mips.c:15779
+#: config/tc-mips.c:16172 config/tc-mips.c:19019
#, c-format
msgid "branch to misaligned address (0x%lx)"
msgstr ""
-#: config/tc-mips.c:7388 config/tc-mips.c:7406 config/tc-mips.c:7423
-#: config/tc-mips.c:8972
+#: config/tc-mips.c:7538 config/tc-mips.c:7556 config/tc-mips.c:7573
+#: config/tc-mips.c:9122
#, c-format
msgid "branch address range overflow (0x%lx)"
msgstr ""
-#: config/tc-mips.c:7668
+#: config/tc-mips.c:7818
msgid "extended instruction in delay slot"
msgstr ""
-#: config/tc-mips.c:8132
+#: config/tc-mips.c:8282
msgid "source and destination must be different"
msgstr ""
-#: config/tc-mips.c:8135
+#: config/tc-mips.c:8285
msgid "a destination register must be supplied"
msgstr ""
-#: config/tc-mips.c:8140
+#: config/tc-mips.c:8290
msgid "the source register must not be $31"
msgstr ""
-#: config/tc-mips.c:8388 config/tc-mips.c:14284 config/tc-mips.c:18895
+#: config/tc-mips.c:8538 config/tc-mips.c:14508 config/tc-mips.c:19166
msgid "invalid unextended operand value"
msgstr ""
-#: config/tc-mips.c:8506
+#: config/tc-mips.c:8656
#, c-format
msgid "opcode not supported on this processor: %s (%s)"
msgstr ""
-#: config/tc-mips.c:8585
+#: config/tc-mips.c:8735
msgid "opcode not supported in the `insn32' mode"
msgstr ""
-#: config/tc-mips.c:8588
+#: config/tc-mips.c:8738
#, c-format
msgid "unrecognized %d-bit version of microMIPS opcode"
msgstr ""
-#: config/tc-mips.c:8644
+#: config/tc-mips.c:8794
msgid "unrecognized unextended version of MIPS16 opcode"
msgstr ""
-#: config/tc-mips.c:8647
+#: config/tc-mips.c:8797
msgid "unrecognized extended version of MIPS16 opcode"
msgstr ""
-#: config/tc-mips.c:8697 config/tc-mips.c:18766
+#: config/tc-mips.c:8847 config/tc-mips.c:19037
msgid ""
"macro instruction expanded into multiple instructions in a branch delay slot"
msgstr ""
-#: config/tc-mips.c:8700 config/tc-mips.c:18774
+#: config/tc-mips.c:8850 config/tc-mips.c:19045
msgid "macro instruction expanded into multiple instructions"
msgstr ""
-#: config/tc-mips.c:8704
+#: config/tc-mips.c:8854
msgid ""
"macro instruction expanded into a wrong size instruction in a 16-bit branch "
"delay slot"
msgstr ""
-#: config/tc-mips.c:8706
+#: config/tc-mips.c:8856
msgid ""
"macro instruction expanded into a wrong size instruction in a 32-bit branch "
"delay slot"
msgstr ""
-#: config/tc-mips.c:9169
+#: config/tc-mips.c:9319
msgid "operand overflow"
msgstr ""
-#: config/tc-mips.c:9188 config/tc-mips.c:9772 config/tc-mips.c:13765
+#: config/tc-mips.c:9338 config/tc-mips.c:9922 config/tc-mips.c:13989
msgid "macro used $at after \".set noat\""
msgstr ""
-#: config/tc-mips.c:9336 config/tc-mips.c:12104 config/tc-mips.c:12763
+#: config/tc-mips.c:9486 config/tc-mips.c:12300 config/tc-mips.c:12983
#, c-format
msgid "number (0x%s) larger than 32 bits"
msgstr ""
-#: config/tc-mips.c:9356
+#: config/tc-mips.c:9506
msgid "number larger than 64 bits"
msgstr ""
-#: config/tc-mips.c:9650 config/tc-mips.c:9678 config/tc-mips.c:9716
-#: config/tc-mips.c:9761 config/tc-mips.c:12339 config/tc-mips.c:12378
-#: config/tc-mips.c:12417 config/tc-mips.c:12859 config/tc-mips.c:12911
+#: config/tc-mips.c:9800 config/tc-mips.c:9828 config/tc-mips.c:9866
+#: config/tc-mips.c:9911 config/tc-mips.c:12543 config/tc-mips.c:12582
+#: config/tc-mips.c:12621 config/tc-mips.c:13079 config/tc-mips.c:13131
msgid "PIC code offset overflow (max 16 signed bits)"
msgstr ""
-#: config/tc-mips.c:10289
+#: config/tc-mips.c:10444
#, c-format
msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)"
msgstr ""
-#. result is always true
-#: config/tc-mips.c:10385
+#. Result is always true.
+#: config/tc-mips.c:10540
#, c-format
msgid "branch %s is always true"
msgstr ""
-#: config/tc-mips.c:10613 config/tc-mips.c:10723
+#: config/tc-mips.c:10768 config/tc-mips.c:10878
msgid "divide by zero"
msgstr ""
-#: config/tc-mips.c:10813
+#: config/tc-mips.c:10968
msgid "dla used to load 32-bit register; recommend using la instead"
msgstr ""
-#: config/tc-mips.c:10817
+#: config/tc-mips.c:10972
msgid "la used to load 64-bit address; recommend using dla instead"
msgstr ""
-#: config/tc-mips.c:10926 config/tc-riscv.c:1075 config/tc-z80.c:732
+#: config/tc-mips.c:11081 config/tc-riscv.c:1104 config/tc-z80.c:732
msgid "offset too large"
msgstr ""
-#: config/tc-mips.c:11100 config/tc-mips.c:11378
+#: config/tc-mips.c:11255 config/tc-mips.c:11533
msgid "PIC code offset overflow (max 32 signed bits)"
msgstr ""
-#: config/tc-mips.c:11448 config/tc-mips.c:11524
+#: config/tc-mips.c:11603 config/tc-mips.c:11679
#, c-format
msgid "opcode not supported in the `insn32' mode `%s'"
msgstr ""
-#: config/tc-mips.c:11476
+#: config/tc-mips.c:11631
msgid "MIPS PIC call to register other than $25"
msgstr ""
-#: config/tc-mips.c:11492 config/tc-mips.c:11503 config/tc-mips.c:11636
-#: config/tc-mips.c:11647
+#: config/tc-mips.c:11647 config/tc-mips.c:11658 config/tc-mips.c:11791
+#: config/tc-mips.c:11802
msgid "no .cprestore pseudo-op used in PIC code"
msgstr ""
-#: config/tc-mips.c:11497 config/tc-mips.c:11641
+#: config/tc-mips.c:11652 config/tc-mips.c:11796
msgid "no .frame pseudo-op used in PIC code"
msgstr ""
-#: config/tc-mips.c:11662
+#: config/tc-mips.c:11817
msgid "non-PIC jump used in PIC library"
msgstr ""
-#: config/tc-mips.c:12589
+#: config/tc-mips.c:12800
#, c-format
msgid "Unable to generate `%s' compliant code without mthc1"
msgstr ""
-#: config/tc-mips.c:13323
+#: config/tc-mips.c:13543
#, c-format
msgid "instruction %s: result is always false"
msgstr ""
-#: config/tc-mips.c:13476
+#: config/tc-mips.c:13696
#, c-format
msgid "instruction %s: result is always true"
msgstr ""
#. FIXME: Check if this is one of the itbl macros, since they
#. are added dynamically.
-#: config/tc-mips.c:13761
+#: config/tc-mips.c:13985
#, c-format
msgid "macro %s not implemented yet"
msgstr ""
-#: config/tc-mips.c:14294
+#: config/tc-mips.c:14518
msgid "extended operand requested but not required"
msgstr ""
-#: config/tc-mips.c:14303
+#: config/tc-mips.c:14527
msgid "operand value out of range for instruction"
msgstr ""
-#: config/tc-mips.c:14402
+#: config/tc-mips.c:14626
#, c-format
msgid "relocation %s isn't supported by the current ABI"
msgstr ""
-#: config/tc-mips.c:14458
+#: config/tc-mips.c:14682
msgid "unclosed '('"
msgstr ""
-#: config/tc-mips.c:14524
+#: config/tc-mips.c:14748
#, c-format
msgid "a different %s was already specified, is now %s"
msgstr ""
-#: config/tc-mips.c:14691
+#: config/tc-mips.c:14915
msgid "-mmicromips cannot be used with -mips16"
msgstr ""
-#: config/tc-mips.c:14706
+#: config/tc-mips.c:14930
msgid "-mips16 cannot be used with -micromips"
msgstr ""
-#: config/tc-mips.c:14867 config/tc-mips.c:14925
+#: config/tc-mips.c:15099 config/tc-mips.c:15157
msgid "no compiled in support for 64 bit object file format"
msgstr ""
-#: config/tc-mips.c:14932
+#: config/tc-mips.c:15164
#, c-format
msgid "invalid abi -mabi=%s"
msgstr ""
-#: config/tc-mips.c:14972
+#: config/tc-mips.c:15204
#, c-format
msgid "invalid NaN setting -mnan=%s"
msgstr ""
-#: config/tc-mips.c:15006
+#: config/tc-mips.c:15238
msgid "-G not supported in this configuration"
msgstr ""
-#: config/tc-mips.c:15032
+#: config/tc-mips.c:15264
#, c-format
msgid "-%s conflicts with the other architecture options, which imply -%s"
msgstr ""
-#: config/tc-mips.c:15048
+#: config/tc-mips.c:15280
#, c-format
msgid "-march=%s is not compatible with the selected ABI"
msgstr ""
-#: config/tc-mips.c:15518 config/tc-mips.c:15909 config/tc-mips.c:18746
+#: config/tc-mips.c:15776 config/tc-mips.c:16166 config/tc-mips.c:19016
msgid "branch to a symbol in another ISA mode"
msgstr ""
-#: config/tc-mips.c:15525 config/tc-mips.c:15666 config/tc-mips.c:15919
+#: config/tc-mips.c:15783 config/tc-mips.c:15923 config/tc-mips.c:16176
#, c-format
msgid "cannot encode misaligned addend in the relocatable field (0x%lx)"
msgstr ""
-#: config/tc-mips.c:15562
+#: config/tc-mips.c:15820
msgid "PC-relative reference to a different section"
msgstr ""
-#: config/tc-mips.c:15634 config/tc-riscv.c:2366
+#: config/tc-mips.c:15892 config/tc-riscv.c:2399
msgid "TLS relocation against a constant"
msgstr ""
-#: config/tc-mips.c:15654
+#: config/tc-mips.c:15912
msgid "jump to a symbol in another ISA mode"
msgstr ""
-#: config/tc-mips.c:15657
+#: config/tc-mips.c:15915
msgid "JALX to a symbol in the same ISA mode"
msgstr ""
-#: config/tc-mips.c:15742
+#: config/tc-mips.c:15999
msgid "unsupported constant in relocation"
msgstr ""
-#: config/tc-mips.c:15814
+#: config/tc-mips.c:16071
#, c-format
msgid "PC-relative access using misaligned symbol (%lx)"
msgstr ""
-#: config/tc-mips.c:15818
+#: config/tc-mips.c:16075
#, c-format
msgid "PC-relative access using misaligned offset (%lx)"
msgstr ""
-#: config/tc-mips.c:15831 config/tc-mips.c:15850
+#: config/tc-mips.c:16088 config/tc-mips.c:16107
msgid "PC-relative access out of range"
msgstr ""
-#: config/tc-mips.c:15837
+#: config/tc-mips.c:16094
#, c-format
msgid "PC-relative access to misaligned address (%lx)"
msgstr ""
-#: config/tc-mips.c:16004
+#: config/tc-mips.c:16261
#, c-format
msgid "alignment too large, %d assumed"
msgstr ""
-#: config/tc-mips.c:16007
+#: config/tc-mips.c:16264
msgid "alignment negative, 0 assumed"
msgstr ""
-#: config/tc-mips.c:16249
+#: config/tc-mips.c:16501
#, c-format
msgid "%s: no such section"
msgstr ""
-#: config/tc-mips.c:16290
+#: config/tc-mips.c:16557
#, c-format
msgid ".option pic%d not supported"
msgstr ""
-#: config/tc-mips.c:16292
+#: config/tc-mips.c:16559
#, c-format
msgid ".option pic%d not supported in VxWorks PIC mode"
msgstr ""
-#: config/tc-mips.c:16304 config/tc-mips.c:16641
+#: config/tc-mips.c:16571 config/tc-mips.c:16911
msgid "-G may not be used with SVR4 PIC code"
msgstr ""
-#: config/tc-mips.c:16310
+#: config/tc-mips.c:16577
#, c-format
msgid "unrecognized option \"%s\""
msgstr ""
-#: config/tc-mips.c:16416
+#: config/tc-mips.c:16683
#, c-format
msgid "unknown architecture %s"
msgstr ""
-#: config/tc-mips.c:16430 config/tc-mips.c:16592
+#: config/tc-mips.c:16698 config/tc-mips.c:16862
#, c-format
msgid "unknown ISA level %s"
msgstr ""
-#: config/tc-mips.c:16439
+#: config/tc-mips.c:16708
#, c-format
msgid "unknown ISA or architecture %s"
msgstr ""
-#: config/tc-mips.c:16498
+#: config/tc-mips.c:16767
msgid "`noreorder' must be set before `nomacro'"
msgstr ""
-#: config/tc-mips.c:16527
+#: config/tc-mips.c:16797
msgid ".set pop with no .set push"
msgstr ""
-#: config/tc-mips.c:16546
+#: config/tc-mips.c:16816
#, c-format
msgid "tried to set unrecognized symbol: %s\n"
msgstr ""
-#: config/tc-mips.c:16619
+#: config/tc-mips.c:16889
#, c-format
msgid ".module used with unrecognized symbol: %s\n"
msgstr ""
-#: config/tc-mips.c:16625
+#: config/tc-mips.c:16895
msgid ".module is not permitted after generating code"
msgstr ""
-#: config/tc-mips.c:16685 config/tc-mips.c:16764 config/tc-mips.c:16868
-#: config/tc-mips.c:16898 config/tc-mips.c:16947
+#: config/tc-mips.c:16955 config/tc-mips.c:17034 config/tc-mips.c:17138
+#: config/tc-mips.c:17168 config/tc-mips.c:17217
#, c-format
msgid "%s not supported in MIPS16 mode"
msgstr ""
-#: config/tc-mips.c:16692
+#: config/tc-mips.c:16962
msgid ".cpload not in noreorder section"
msgstr ""
-#: config/tc-mips.c:16773 config/tc-mips.c:16792
+#: config/tc-mips.c:17043 config/tc-mips.c:17062
msgid "missing argument separator ',' for .cpsetup"
msgstr ""
-#: config/tc-mips.c:16990
+#: config/tc-mips.c:17260
#, c-format
msgid "unsupported use of %s"
msgstr ""
-#: config/tc-mips.c:17081
+#: config/tc-mips.c:17351
msgid "unsupported use of .gpword"
msgstr ""
-#: config/tc-mips.c:17119
+#: config/tc-mips.c:17389
msgid "unsupported use of .gpdword"
msgstr ""
-#: config/tc-mips.c:17151
+#: config/tc-mips.c:17421
msgid "unsupported use of .ehword"
msgstr ""
-#: config/tc-mips.c:17238
+#: config/tc-mips.c:17508
msgid "bad .nan directive"
msgstr ""
-#: config/tc-mips.c:17287
+#: config/tc-mips.c:17557
#, c-format
msgid "ignoring attempt to redefine symbol %s"
msgstr ""
-#: config/tc-mips.c:17302 ecoff.c:3372
+#: config/tc-mips.c:17572 ecoff.c:3372
msgid "bad .weakext directive"
msgstr ""
-#: config/tc-mips.c:18271 config/tc-mips.c:18548
+#: config/tc-mips.c:18541 config/tc-mips.c:18818
msgid "relaxed out-of-range branch into a jump"
msgstr ""
-#: config/tc-mips.c:18770
+#: config/tc-mips.c:19041
msgid "extended instruction in a branch delay slot"
msgstr ""
-#: config/tc-mips.c:18884 config/tc-xtensa.c:1686 config/tc-xtensa.c:1964
+#: config/tc-mips.c:19155 config/tc-xtensa.c:1676 config/tc-xtensa.c:1954
msgid "unsupported relocation"
msgstr ""
-#: config/tc-mips.c:19392 config/tc-score.c:5637
+#: config/tc-mips.c:19663 config/tc-score.c:5636
msgid "expected simple number"
msgstr ""
-#: config/tc-mips.c:19420 config/tc-score.c:5664
+#: config/tc-mips.c:19691 config/tc-score.c:5663
msgid "invalid number"
msgstr ""
-#: config/tc-mips.c:19497 ecoff.c:2999
+#: config/tc-mips.c:19768 ecoff.c:2999
msgid ".end directive without a preceding .ent directive"
msgstr ""
-#: config/tc-mips.c:19506
+#: config/tc-mips.c:19777
msgid ".end symbol does not match .ent symbol"
msgstr ""
-#: config/tc-mips.c:19583
+#: config/tc-mips.c:19854
msgid ".ent or .aent not in text section"
msgstr ""
-#: config/tc-mips.c:19586 config/tc-score.c:5703
+#: config/tc-mips.c:19857 config/tc-score.c:5702
msgid "missing .end"
msgstr ""
-#: config/tc-mips.c:19669
+#: config/tc-mips.c:19940
msgid ".mask/.fmask outside of .ent"
msgstr ""
-#: config/tc-mips.c:19676
+#: config/tc-mips.c:19947
msgid "bad .mask/.fmask directive"
msgstr ""
-#: config/tc-mips.c:19977
+#: config/tc-mips.c:20250
#, c-format
msgid "bad value (%s) for %s"
msgstr ""
-#: config/tc-mips.c:20041
+#: config/tc-mips.c:20314
#, c-format
msgid ""
"MIPS options:\n"
@@ -12094,7 +12370,7 @@ msgid ""
"\t\t\timplicitly with the gp register [default 8]\n"
msgstr ""
-#: config/tc-mips.c:20048
+#: config/tc-mips.c:20321
#, c-format
msgid ""
"-mips1\t\t\tgenerate MIPS ISA I instructions\n"
@@ -12115,7 +12391,7 @@ msgid ""
"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
msgstr ""
-#: config/tc-mips.c:20073
+#: config/tc-mips.c:20346
#, c-format
msgid ""
"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
@@ -12123,105 +12399,105 @@ msgid ""
"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
msgstr ""
-#: config/tc-mips.c:20086
+#: config/tc-mips.c:20359
#, c-format
msgid ""
"-mips16\t\t\tgenerate mips16 instructions\n"
"-no-mips16\t\tdo not generate mips16 instructions\n"
msgstr ""
-#: config/tc-mips.c:20089
+#: config/tc-mips.c:20362
#, c-format
msgid ""
"-mmips16e2\t\tgenerate MIPS16e2 instructions\n"
"-mno-mips16e2\t\tdo not generate MIPS16e2 instructions\n"
msgstr ""
-#: config/tc-mips.c:20092
+#: config/tc-mips.c:20365
#, c-format
msgid ""
"-mmicromips\t\tgenerate microMIPS instructions\n"
"-mno-micromips\t\tdo not generate microMIPS instructions\n"
msgstr ""
-#: config/tc-mips.c:20095
+#: config/tc-mips.c:20368
#, c-format
msgid ""
"-msmartmips\t\tgenerate smartmips instructions\n"
"-mno-smartmips\t\tdo not generate smartmips instructions\n"
msgstr ""
-#: config/tc-mips.c:20098
+#: config/tc-mips.c:20371
#, c-format
msgid ""
"-mdsp\t\t\tgenerate DSP instructions\n"
"-mno-dsp\t\tdo not generate DSP instructions\n"
msgstr ""
-#: config/tc-mips.c:20101
+#: config/tc-mips.c:20374
#, 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:20104
+#: config/tc-mips.c:20377
#, c-format
msgid ""
"-mdspr3\t\t\tgenerate DSP R3 instructions\n"
"-mno-dspr3\t\tdo not generate DSP R3 instructions\n"
msgstr ""
-#: config/tc-mips.c:20107
+#: config/tc-mips.c:20380
#, 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:20110
+#: config/tc-mips.c:20383
#, c-format
msgid ""
"-mmcu\t\t\tgenerate MCU instructions\n"
"-mno-mcu\t\tdo not generate MCU instructions\n"
msgstr ""
-#: config/tc-mips.c:20113
+#: config/tc-mips.c:20386
#, c-format
msgid ""
"-mmsa\t\t\tgenerate MSA instructions\n"
"-mno-msa\t\tdo not generate MSA instructions\n"
msgstr ""
-#: config/tc-mips.c:20116
+#: config/tc-mips.c:20389
#, c-format
msgid ""
"-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n"
"-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n"
msgstr ""
-#: config/tc-mips.c:20119
+#: config/tc-mips.c:20392
#, c-format
msgid ""
"-mvirt\t\t\tgenerate Virtualization instructions\n"
"-mno-virt\t\tdo not generate Virtualization instructions\n"
msgstr ""
-#: config/tc-mips.c:20122
+#: config/tc-mips.c:20395
#, c-format
msgid ""
"-mcrc\t\t\tgenerate CRC instructions\n"
"-mno-crc\t\tdo not generate CRC instructions\n"
msgstr ""
-#: config/tc-mips.c:20125
+#: config/tc-mips.c:20398
#, c-format
msgid ""
"-mginv\t\t\tgenerate Global INValidate (GINV) instructions\n"
"-mno-ginv\t\tdo not generate Global INValidate instructions\n"
msgstr ""
-#: config/tc-mips.c:20128
+#: config/tc-mips.c:20401
#, c-format
msgid ""
"-mloongson-mmi\t\tgenerate Loongson MultiMedia extensions Instructions (MMI) "
@@ -12230,7 +12506,7 @@ msgid ""
"Instructions\n"
msgstr ""
-#: config/tc-mips.c:20131
+#: config/tc-mips.c:20404
#, c-format
msgid ""
"-mloongson-cam\t\tgenerate Loongson Content Address Memory (CAM) "
@@ -12239,32 +12515,49 @@ msgid ""
"Instructions\n"
msgstr ""
-#: config/tc-mips.c:20134
+#: config/tc-mips.c:20407
#, c-format
msgid ""
"-mloongson-ext\t\tgenerate Loongson EXTensions (EXT) instructions\n"
"-mno-loongson-ext\tdo not generate Loongson EXTensions Instructions\n"
msgstr ""
-#: config/tc-mips.c:20137
+#: config/tc-mips.c:20410
#, c-format
msgid ""
"-mloongson-ext2\t\tgenerate Loongson EXTensions R2 (EXT2) instructions\n"
"-mno-loongson-ext2\tdo not generate Loongson EXTensions R2 Instructions\n"
msgstr ""
-#: config/tc-mips.c:20140
+#: config/tc-mips.c:20413
#, c-format
msgid ""
"-minsn32\t\tonly generate 32-bit microMIPS instructions\n"
"-mno-insn32\t\tgenerate all microMIPS instructions\n"
msgstr ""
-#: config/tc-mips.c:20143
+#: config/tc-mips.c:20417
+#, c-format
+msgid ""
+"-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata, default\n"
+"-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata\n"
+msgstr ""
+
+#: config/tc-mips.c:20421
+#, c-format
+msgid ""
+"-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata\n"
+"-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata, "
+"default\n"
+msgstr ""
+
+#: config/tc-mips.c:20425
#, c-format
msgid ""
"-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n"
"-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n"
+"-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata\n"
+"-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata\n"
"-mfix-vr4120\t\twork around certain VR4120 errata\n"
"-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
"-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
@@ -12280,7 +12573,7 @@ msgid ""
"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
msgstr ""
-#: config/tc-mips.c:20159
+#: config/tc-mips.c:20443
#, c-format
msgid ""
"-mhard-float\t\tallow floating-point instructions\n"
@@ -12295,7 +12588,7 @@ msgid ""
"-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n"
msgstr ""
-#: config/tc-mips.c:20177
+#: config/tc-mips.c:20461
#, c-format
msgid ""
"-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
@@ -12309,26 +12602,26 @@ msgid ""
"-mabi=ABI\t\tcreate ABI conformant object file for:\n"
msgstr ""
-#: config/tc-mips.c:20198
+#: config/tc-mips.c:20482
#, c-format
msgid "-32\t\t\tcreate o32 ABI object file%s\n"
msgstr ""
-#: config/tc-mips.c:20200 config/tc-mips.c:20203 config/tc-mips.c:20206
+#: config/tc-mips.c:20484 config/tc-mips.c:20487 config/tc-mips.c:20490
msgid " (default)"
msgstr ""
-#: config/tc-mips.c:20201
+#: config/tc-mips.c:20485
#, c-format
msgid "-n32\t\t\tcreate n32 ABI object file%s\n"
msgstr ""
-#: config/tc-mips.c:20204
+#: config/tc-mips.c:20488
#, c-format
msgid "-64\t\t\tcreate 64 ABI object file%s\n"
msgstr ""
-#: config/tc-mips.c:20286
+#: config/tc-mips.c:20570
msgid "missing .end at end of assembly"
msgstr ""
@@ -12590,15 +12883,15 @@ msgid ""
"none yet\n"
msgstr ""
-#: config/tc-mn10200.c:896 config/tc-mn10300.c:1253 config/tc-s390.c:1697
+#: config/tc-mn10200.c:896 config/tc-mn10300.c:1253 config/tc-s390.c:1699
#: config/tc-v850.c:2328
#, c-format
msgid "Unrecognized opcode: `%s'"
msgstr ""
#. xgettext:c-format.
-#: config/tc-mn10200.c:1139 config/tc-mn10300.c:1821 config/tc-ppc.c:3759
-#: config/tc-s390.c:1610 config/tc-v850.c:3043
+#: config/tc-mn10200.c:1139 config/tc-mn10300.c:1821 config/tc-ppc.c:4071
+#: config/tc-s390.c:1612 config/tc-v850.c:3043
#, c-format
msgid "junk at end of line: `%s'"
msgstr ""
@@ -12661,42 +12954,42 @@ msgstr ""
msgid "pcrel too far BFD_RELOC_MOXIE_10"
msgstr ""
-#: config/tc-msp430.c:519
+#: config/tc-msp430.c:520
msgid ".profiler pseudo requires at least two operands."
msgstr ""
-#: config/tc-msp430.c:578
+#: config/tc-msp430.c:579
msgid "unknown profiling flag - ignored."
msgstr ""
-#: config/tc-msp430.c:594
+#: config/tc-msp430.c:595
msgid "ambiguous flags combination - '.profiler' directive ignored."
msgstr ""
-#: config/tc-msp430.c:604
+#: config/tc-msp430.c:605
msgid "profiling in absolute section?"
msgstr ""
-#: config/tc-msp430.c:1374
+#: config/tc-msp430.c:1378
#, c-format
msgid "Unrecognised CPU errata name starting here: %s"
msgstr ""
-#: config/tc-msp430.c:1380
+#: config/tc-msp430.c:1384
#, c-format
msgid "Expecting comma after CPU errata name, not: %s"
msgstr ""
-#: config/tc-msp430.c:1390
+#: config/tc-msp430.c:1394
msgid "MCU option requires a name\n"
msgstr ""
-#: config/tc-msp430.c:1428
+#: config/tc-msp430.c:1432
#, c-format
msgid "unrecognised argument to -mcpu option '%s'"
msgstr ""
-#: config/tc-msp430.c:1603
+#: config/tc-msp430.c:1645
#, c-format
msgid ""
"MSP430 options:\n"
@@ -12704,7 +12997,7 @@ msgid ""
" -mcpu={430|430x|430xv2} - select microcontroller architecture\n"
msgstr ""
-#: config/tc-msp430.c:1607
+#: config/tc-msp430.c:1649
#, c-format
msgid ""
" -msilicon-errata=<name>[,<name>...] - enable fixups for silicon errata\n"
@@ -12713,373 +13006,390 @@ msgid ""
" supported errata names: cpu4, cpu8, cpu11, cpu12, cpu13, cpu19\n"
msgstr ""
-#: config/tc-msp430.c:1611
+#: config/tc-msp430.c:1653
#, c-format
msgid ""
" -mQ - enable relaxation at assembly time. DANGEROUS!\n"
" -mP - enable polymorph instructions\n"
msgstr ""
-#: config/tc-msp430.c:1614
+#: config/tc-msp430.c:1656
#, c-format
msgid " -ml - enable large code model\n"
msgstr ""
-#: config/tc-msp430.c:1616
+#: config/tc-msp430.c:1658
#, c-format
msgid " -mN - do not insert NOPs after changing interrupts (default)\n"
msgstr ""
-#: config/tc-msp430.c:1618
+#: config/tc-msp430.c:1660
#, c-format
msgid " -mn - insert a NOP after changing interrupts\n"
msgstr ""
-#: config/tc-msp430.c:1620
+#: config/tc-msp430.c:1662
#, c-format
msgid " -mY - do not warn about missing NOPs after changing interrupts\n"
msgstr ""
-#: config/tc-msp430.c:1622
+#: config/tc-msp430.c:1664
#, c-format
msgid " -my - warn about missing NOPs after changing interrupts (default)\n"
msgstr ""
-#: config/tc-msp430.c:1624
+#: config/tc-msp430.c:1666
+#, c-format
+msgid ""
+" -mU - for an instruction which changes interrupt state, but where it is "
+"not\n"
+" known how the state is changed, do not warn/insert NOPs\n"
+msgstr ""
+
+#: config/tc-msp430.c:1669
+#, c-format
+msgid ""
+" -mu - for an instruction which changes interrupt state, but where it is "
+"not\n"
+" known how the state is changed, warn/insert NOPs (default)\n"
+" -mn and/or -my are required for this to have any effect\n"
+msgstr ""
+
+#: config/tc-msp430.c:1673
#, c-format
msgid " -md - Force copying of data from ROM to RAM at startup\n"
msgstr ""
-#: config/tc-msp430.c:1626
+#: config/tc-msp430.c:1675
#, c-format
msgid ""
" -mdata-region={none|lower|upper|either} - select region data will be\n"
" placed in.\n"
msgstr ""
-#: config/tc-msp430.c:1789
+#: config/tc-msp430.c:1838
#, c-format
msgid "extra characters '%s' at end of immediate expression '%s'"
msgstr ""
-#: config/tc-msp430.c:1821 config/tc-msp430.c:2004 config/tc-msp430.c:2118
+#: config/tc-msp430.c:1870 config/tc-msp430.c:2053 config/tc-msp430.c:2167
#, c-format
msgid "value 0x%x out of extended range."
msgstr ""
-#: config/tc-msp430.c:1827
+#: config/tc-msp430.c:1876
#, c-format
msgid "value %d out of range. Use #lo() or #hi()"
msgstr ""
-#: config/tc-msp430.c:1873
+#: config/tc-msp430.c:1922
msgid "cpu4: not converting PUSH #4 to shorter form"
msgstr ""
-#: config/tc-msp430.c:1890
+#: config/tc-msp430.c:1939
msgid "cpu4: not converting PUSH #8 to shorter form"
msgstr ""
-#: config/tc-msp430.c:1904
+#: config/tc-msp430.c:1953
msgid "error: unsupported #foo() directive used on symbol"
msgstr ""
-#: config/tc-msp430.c:1921
+#: config/tc-msp430.c:1970
#, c-format
msgid "unknown expression in operand %s. Use #llo(), #lhi(), #hlo() or #hhi()"
msgstr ""
-#: config/tc-msp430.c:1972
+#: config/tc-msp430.c:2021
#, c-format
msgid "Registers cannot be used within immediate expression [%s]"
msgstr ""
-#: config/tc-msp430.c:1974
+#: config/tc-msp430.c:2023
#, c-format
msgid "unknown operand %s"
msgstr ""
-#: config/tc-msp430.c:1991
+#: config/tc-msp430.c:2040
#, c-format
msgid "extra characters '%s' at the end of absolute operand '%s'"
msgstr ""
-#: config/tc-msp430.c:2010 config/tc-msp430.c:2124
+#: config/tc-msp430.c:2059 config/tc-msp430.c:2173
#, c-format
msgid "value out of range: 0x%x"
msgstr ""
-#: config/tc-msp430.c:2021
+#: config/tc-msp430.c:2070
#, c-format
msgid "Registers cannot be used within absolute expression [%s]"
msgstr ""
-#: config/tc-msp430.c:2023 config/tc-msp430.c:2153
+#: config/tc-msp430.c:2072 config/tc-msp430.c:2202
#, c-format
msgid "unknown expression in operand %s"
msgstr ""
-#: config/tc-msp430.c:2037
+#: config/tc-msp430.c:2086
#, c-format
msgid "unknown addressing mode %s"
msgstr ""
-#: config/tc-msp430.c:2045
+#: config/tc-msp430.c:2094
#, c-format
msgid "Bad register name %s"
msgstr ""
-#: config/tc-msp430.c:2056
+#: config/tc-msp430.c:2105
msgid "cannot use indirect addressing with the PC"
msgstr ""
-#: config/tc-msp430.c:2076
+#: config/tc-msp430.c:2125
msgid "')' required"
msgstr ""
-#: config/tc-msp430.c:2088
+#: config/tc-msp430.c:2137
#, c-format
msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
msgstr ""
-#: config/tc-msp430.c:2095
+#: config/tc-msp430.c:2144
msgid "r2 should not be used in indexed addressing mode"
msgstr ""
-#: config/tc-msp430.c:2107 config/tc-msp430.c:2181 config/tc-msp430.c:3314
-#: config/tc-msp430.c:3382 config/tc-msp430.c:3499 config/tc-msp430.c:3921
-#: config/tc-msp430.c:4020 config/tc-msp430.c:4071
+#: config/tc-msp430.c:2156 config/tc-msp430.c:2230 config/tc-msp430.c:3375
+#: config/tc-msp430.c:3443 config/tc-msp430.c:3560 config/tc-msp430.c:3982
+#: config/tc-msp430.c:4081 config/tc-msp430.c:4132
#, c-format
msgid "extra characters '%s' at end of operand '%s'"
msgstr ""
-#: config/tc-msp430.c:2139 config/tc-msp430.c:2141
+#: config/tc-msp430.c:2188 config/tc-msp430.c:2190
msgid "CPU8: Stack pointer accessed with an odd offset"
msgstr ""
-#: config/tc-msp430.c:2151
+#: config/tc-msp430.c:2200
#, c-format
msgid "Registers cannot be used as a prefix of indexed expression [%s]"
msgstr ""
-#: config/tc-msp430.c:2215
+#: config/tc-msp430.c:2264
#, c-format
msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
msgstr ""
-#: config/tc-msp430.c:2225
+#: config/tc-msp430.c:2274
msgid "this addressing mode is not applicable for destination operand"
msgstr ""
-#: config/tc-msp430.c:2256 config/tc-msp430.c:2391 config/tc-msp430.c:2428
-#: config/tc-msp430.c:2458 config/tc-msp430.c:3250 config/tc-msp430.c:3333
-#: config/tc-msp430.c:3421
+#: config/tc-msp430.c:2305 config/tc-msp430.c:2440 config/tc-msp430.c:2477
+#: config/tc-msp430.c:2507 config/tc-msp430.c:3311 config/tc-msp430.c:3394
+#: config/tc-msp430.c:3482
#, c-format
msgid "expected register as second argument of %s"
msgstr ""
-#: config/tc-msp430.c:2295 config/tc-msp430.c:2361
+#: config/tc-msp430.c:2344 config/tc-msp430.c:2410
#, c-format
msgid "index value too big for %s"
msgstr ""
-#: config/tc-msp430.c:2312 config/tc-msp430.c:2378 config/tc-msp430.c:2485
+#: config/tc-msp430.c:2361 config/tc-msp430.c:2427 config/tc-msp430.c:2534
#, c-format
msgid "unexpected addressing mode for %s"
msgstr ""
-#: config/tc-msp430.c:2398 config/tc-msp430.c:2435 config/tc-msp430.c:2465
+#: config/tc-msp430.c:2447 config/tc-msp430.c:2484 config/tc-msp430.c:2514
#, c-format
msgid "constant generator destination register found in %s"
msgstr ""
-#: config/tc-msp430.c:2442 config/tc-msp430.c:2472
+#: config/tc-msp430.c:2491 config/tc-msp430.c:2521
#, c-format
msgid "constant generator source register found in %s"
msgstr ""
-#: config/tc-msp430.c:2641
+#: config/tc-msp430.c:2701
msgid "no size modifier after period, .w assumed"
msgstr ""
-#: config/tc-msp430.c:2645
+#: config/tc-msp430.c:2705
#, c-format
msgid "unrecognised instruction size modifier .%c"
msgstr ""
-#: config/tc-msp430.c:2659
+#: config/tc-msp430.c:2719
#, c-format
msgid "junk found after instruction: %s.%s"
msgstr ""
-#: config/tc-msp430.c:2679
+#: config/tc-msp430.c:2739
#, c-format
msgid "instruction %s.a does not exist"
msgstr ""
-#: config/tc-msp430.c:2693
+#: config/tc-msp430.c:2753
#, c-format
msgid "instruction %s requires %d operand"
msgid_plural "instruction %s requires %d operands"
msgstr[0] ""
msgstr[1] ""
-#: config/tc-msp430.c:2711
+#: config/tc-msp430.c:2771
#, c-format
msgid "instruction %s requires MSP430X mcu"
msgstr ""
-#: config/tc-msp430.c:2731
+#: config/tc-msp430.c:2791
#, c-format
msgid "unable to repeat %s insn"
msgstr ""
-#: config/tc-msp430.c:2803
+#: config/tc-msp430.c:2863
msgid "CPU12: CMP/BIT with PC destination ignores next instruction"
msgstr ""
-#: config/tc-msp430.c:2811
+#: config/tc-msp430.c:2871
msgid "CPU19: Instruction setting CPUOFF must be followed by a NOP"
msgstr ""
-#: config/tc-msp430.c:2818
+#: config/tc-msp430.c:2878
msgid "internal error: unknown nop check state"
msgstr ""
-#: config/tc-msp430.c:2871 config/tc-msp430.c:2873 config/tc-msp430.c:3582
-#: config/tc-msp430.c:3584
+#: config/tc-msp430.c:2932 config/tc-msp430.c:2934 config/tc-msp430.c:3643
+#: config/tc-msp430.c:3645
msgid "CPU11: PC is destination of SR altering instruction"
msgstr ""
-#: config/tc-msp430.c:2888 config/tc-msp430.c:2890 config/tc-msp430.c:2995
-#: config/tc-msp430.c:2997 config/tc-msp430.c:3599 config/tc-msp430.c:3601
-#: config/tc-msp430.c:3820 config/tc-msp430.c:3822
+#: config/tc-msp430.c:2949 config/tc-msp430.c:2951 config/tc-msp430.c:3056
+#: config/tc-msp430.c:3058 config/tc-msp430.c:3660 config/tc-msp430.c:3662
+#: config/tc-msp430.c:3881 config/tc-msp430.c:3883
msgid "CPU13: SR is destination of SR altering instruction"
msgstr ""
-#: config/tc-msp430.c:2906 config/tc-msp430.c:3007 config/tc-msp430.c:3685
-#: config/tc-msp430.c:3854
+#: config/tc-msp430.c:2967 config/tc-msp430.c:3068 config/tc-msp430.c:3746
+#: config/tc-msp430.c:3915
msgid "repeat instruction used with non-register mode instruction"
msgstr ""
-#: config/tc-msp430.c:2981 config/tc-msp430.c:3340 config/tc-msp430.c:3810
+#: config/tc-msp430.c:3042 config/tc-msp430.c:3401 config/tc-msp430.c:3871
#, c-format
msgid "%s: attempt to rotate the PC register"
msgstr ""
-#: config/tc-msp430.c:3232 config/tc-msp430.c:3308
+#: config/tc-msp430.c:3293 config/tc-msp430.c:3369
#, c-format
msgid "expected #n as first argument of %s"
msgstr ""
-#: config/tc-msp430.c:3238
+#: config/tc-msp430.c:3299
#, c-format
msgid "extra characters '%s' at end of constant expression '%s'"
msgstr ""
-#: config/tc-msp430.c:3243 config/tc-msp430.c:3319
+#: config/tc-msp430.c:3304 config/tc-msp430.c:3380
#, c-format
msgid "expected constant expression as first argument of %s"
msgstr ""
-#: config/tc-msp430.c:3269
+#: config/tc-msp430.c:3330
msgid "Too many registers popped"
msgstr ""
-#: config/tc-msp430.c:3279
+#: config/tc-msp430.c:3340
msgid "Cannot use POPM to restore the SR register"
msgstr ""
-#: config/tc-msp430.c:3299 config/tc-msp430.c:3368
+#: config/tc-msp430.c:3360 config/tc-msp430.c:3429
#, c-format
msgid "repeat count cannot be used with %s"
msgstr ""
-#: config/tc-msp430.c:3326
+#: config/tc-msp430.c:3387
#, c-format
msgid "expected first argument of %s to be in the range 1-4"
msgstr ""
-#: config/tc-msp430.c:3391
+#: config/tc-msp430.c:3452
#, c-format
msgid "expected value of first argument of %s to fit into 20-bits"
msgstr ""
-#: config/tc-msp430.c:3410
+#: config/tc-msp430.c:3471
#, c-format
msgid "expected register name or constant as first argument of %s"
msgstr ""
-#: config/tc-msp430.c:3504
+#: config/tc-msp430.c:3565
msgid "expected constant value as argument to RPT"
msgstr ""
-#: config/tc-msp430.c:3510
+#: config/tc-msp430.c:3571
msgid "expected constant in the range 2..16"
msgstr ""
-#: config/tc-msp430.c:3525
+#: config/tc-msp430.c:3586
msgid "PC used as an argument to RPT"
msgstr ""
-#: config/tc-msp430.c:3531
+#: config/tc-msp430.c:3592
msgid "expected constant or register name as argument to RPT insn"
msgstr ""
-#: config/tc-msp430.c:3538
+#: config/tc-msp430.c:3599
msgid "Illegal emulated instruction"
msgstr ""
-#: config/tc-msp430.c:3839
+#: config/tc-msp430.c:3900
#, c-format
msgid "%s instruction does not accept a .b suffix"
msgstr ""
-#: config/tc-msp430.c:3952
+#: config/tc-msp430.c:4013
#, c-format
msgid "Even number required. Rounded to %d"
msgstr ""
-#: config/tc-msp430.c:3963
+#: config/tc-msp430.c:4024
#, c-format
msgid "Wrong displacement %d"
msgstr ""
-#: config/tc-msp430.c:3985
+#: config/tc-msp430.c:4046
msgid "instruction requires label sans '$'"
msgstr ""
-#: config/tc-msp430.c:3989
+#: config/tc-msp430.c:4050
msgid "instruction requires label or value in range -511:512"
msgstr ""
-#: config/tc-msp430.c:3995 config/tc-msp430.c:4049 config/tc-msp430.c:4097
+#: config/tc-msp430.c:4056 config/tc-msp430.c:4110 config/tc-msp430.c:4158
msgid "instruction requires label"
msgstr ""
-#: config/tc-msp430.c:4003 config/tc-msp430.c:4055
+#: config/tc-msp430.c:4064 config/tc-msp430.c:4116
msgid "polymorphs are not enabled. Use -mP option to enable."
msgstr ""
-#: config/tc-msp430.c:4101
+#: config/tc-msp430.c:4162
msgid "Illegal instruction or not implemented opcode."
msgstr ""
-#: config/tc-msp430.c:4155
+#: config/tc-msp430.c:4216
msgid "can't find opcode"
msgstr ""
-#: config/tc-msp430.c:4672
+#: config/tc-msp430.c:4733
#, c-format
msgid "internal inconsistency problem in %s: insn %04lx"
msgstr ""
-#: config/tc-msp430.c:4714 config/tc-msp430.c:4746
+#: config/tc-msp430.c:4775 config/tc-msp430.c:4807
#, c-format
msgid "internal inconsistency problem in %s: ext. insn %04lx"
msgstr ""
-#: config/tc-msp430.c:4758
+#: config/tc-msp430.c:4819
#, c-format
msgid "internal inconsistency problem in %s: %lx"
msgstr ""
@@ -13114,39 +13424,39 @@ msgstr ""
msgid " -nosched disable scheduling restrictions\n"
msgstr ""
-#: config/tc-mt.c:224
+#: config/tc-mt.c:226
#, c-format
msgid "instruction %s may not follow another memory access instruction."
msgstr ""
-#: config/tc-mt.c:230
+#: config/tc-mt.c:232
#, c-format
msgid "instruction %s may not follow another I/O instruction."
msgstr ""
-#: config/tc-mt.c:236
+#: config/tc-mt.c:238
#, c-format
msgid "%s may not occupy the delay slot of another branch insn."
msgstr ""
-#: config/tc-mt.c:261
+#: config/tc-mt.c:263
#, c-format
msgid "operand references R%ld of previous instruction."
msgstr ""
-#: config/tc-mt.c:267
+#: config/tc-mt.c:269
#, c-format
msgid "operand references R%ld of instruction before previous."
msgstr ""
-#: config/tc-mt.c:281 config/tc-mt.c:286
+#: config/tc-mt.c:283 config/tc-mt.c:288
#, c-format
msgid ""
"conditional branch or jal insn's operand references R%ld of previous "
"arithmetic or logic insn."
msgstr ""
-#: config/tc-mt.c:349
+#: config/tc-mt.c:351
msgid "md_estimate_size_before_relax\n"
msgstr ""
@@ -13491,11 +13801,11 @@ msgid "Addend to unresolved symbol is not on word boundary."
msgstr ""
#. Should never here.
-#: config/tc-nds32.c:7657
+#: config/tc-nds32.c:7654
msgid "Used FPU instructions requires enabling FPU extension"
msgstr ""
-#: config/tc-nds32.c:7854
+#: config/tc-nds32.c:7851
#, c-format
msgid "Internal error: Unknown fixup type %d (`%s')"
msgstr ""
@@ -13650,7 +13960,7 @@ msgid "badly formed expression near %s"
msgstr ""
#: config/tc-nios2.c:3110 config/tc-nios2.c:3137 config/tc-pru.c:1412
-#: config/tc-pru.c:1437 config/tc-xtensa.c:2138
+#: config/tc-pru.c:1437 config/tc-xtensa.c:2128
msgid "too many arguments"
msgstr ""
@@ -13882,81 +14192,81 @@ msgstr ""
msgid "Cannot find relocation type for symbol %s, code %d"
msgstr ""
-#: config/tc-pdp11.c:336 config/tc-pdp11.c:353 config/tc-pdp11.c:376
-#: config/tc-pdp11.c:382 config/tc-pdp11.c:395
+#: config/tc-pdp11.c:340 config/tc-pdp11.c:357 config/tc-pdp11.c:380
+#: config/tc-pdp11.c:386 config/tc-pdp11.c:399
msgid "Bad register name"
msgstr ""
-#: config/tc-pdp11.c:414 config/tc-pdp11.c:478 config/tc-pdp11.c:489
+#: config/tc-pdp11.c:418 config/tc-pdp11.c:482 config/tc-pdp11.c:493
msgid "Error in expression"
msgstr ""
-#: config/tc-pdp11.c:486
+#: config/tc-pdp11.c:490
msgid "Low order bits truncated in immediate float operand"
msgstr ""
-#: config/tc-pdp11.c:630
+#: config/tc-pdp11.c:634
msgid "Float AC not legal as integer operand"
msgstr ""
-#: config/tc-pdp11.c:650
+#: config/tc-pdp11.c:654
msgid "General register not legal as float operand"
msgstr ""
-#: config/tc-pdp11.c:683
+#: config/tc-pdp11.c:687
msgid "No instruction found"
msgstr ""
-#: config/tc-pdp11.c:693 config/tc-z80.c:1948 config/tc-z80.c:1961
+#: config/tc-pdp11.c:697 config/tc-z80.c:1948 config/tc-z80.c:1961
#, c-format
msgid "Unknown instruction '%s'"
msgstr ""
-#: config/tc-pdp11.c:699
+#: config/tc-pdp11.c:703
#, c-format
msgid "Unsupported instruction set extension: %s"
msgstr ""
-#: config/tc-pdp11.c:733
+#: config/tc-pdp11.c:737
msgid "operand is not an absolute constant"
msgstr ""
-#: config/tc-pdp11.c:741
+#: config/tc-pdp11.c:745
msgid "3-bit immediate out of range"
msgstr ""
-#: config/tc-pdp11.c:748
+#: config/tc-pdp11.c:752
msgid "6-bit immediate out of range"
msgstr ""
-#: config/tc-pdp11.c:755
+#: config/tc-pdp11.c:759
msgid "8-bit immediate out of range"
msgstr ""
-#: config/tc-pdp11.c:772 config/tc-pdp11.c:965
+#: config/tc-pdp11.c:776 config/tc-pdp11.c:969
msgid "Symbol expected"
msgstr ""
-#: config/tc-pdp11.c:777
+#: config/tc-pdp11.c:781
msgid "8-bit displacement out of range"
msgstr ""
-#: config/tc-pdp11.c:819 config/tc-pdp11.c:840 config/tc-pdp11.c:857
-#: config/tc-pdp11.c:878 config/tc-pdp11.c:895 config/tc-pdp11.c:916
-#: config/tc-pdp11.c:935 config/tc-pdp11.c:956
+#: config/tc-pdp11.c:823 config/tc-pdp11.c:844 config/tc-pdp11.c:861
+#: config/tc-pdp11.c:882 config/tc-pdp11.c:899 config/tc-pdp11.c:920
+#: config/tc-pdp11.c:939 config/tc-pdp11.c:960
msgid "Missing ','"
msgstr ""
-#: config/tc-pdp11.c:970
+#: config/tc-pdp11.c:974
msgid "6-bit displacement out of range"
msgstr ""
-#: config/tc-pdp11.c:991 config/tc-tilegx.c:1216 config/tc-tilepro.c:1102
+#: config/tc-pdp11.c:995 config/tc-tilegx.c:1216 config/tc-tilepro.c:1102
#: config/tc-vax.c:1950
msgid "Too many operands"
msgstr ""
-#: config/tc-pdp11.c:1441
+#: config/tc-pdp11.c:1445
#, c-format
msgid "Can not represent %s relocation in this object file format"
msgstr ""
@@ -13981,12 +14291,12 @@ msgid ""
"-big\t\t\tgenerate big endian code\n"
msgstr ""
-#: config/tc-pj.c:380 config/tc-sh.c:3600 config/tc-sh.c:3607
-#: config/tc-sh.c:3614 config/tc-sh.c:3621
+#: config/tc-pj.c:380 config/tc-sh.c:3594 config/tc-sh.c:3601
+#: config/tc-sh.c:3608 config/tc-sh.c:3615
msgid "pcrel too far"
msgstr ""
-#: config/tc-ppc.c:977 config/tc-ppc.c:985 config/tc-ppc.c:3292
+#: config/tc-ppc.c:977 config/tc-ppc.c:985 config/tc-ppc.c:3575
msgid "invalid register expression"
msgstr ""
@@ -14003,7 +14313,7 @@ msgstr ""
msgid "%s unsupported"
msgstr ""
-#: config/tc-ppc.c:1278 config/tc-s390.c:431 config/tc-s390.c:438
+#: config/tc-ppc.c:1278 config/tc-s390.c:433 config/tc-s390.c:440
#, c-format
msgid "invalid switch -m%s"
msgstr ""
@@ -14012,456 +14322,673 @@ msgstr ""
msgid "--nops needs a numeric argument"
msgstr ""
-#: config/tc-ppc.c:1326
+#: config/tc-ppc.c:1345
+#, c-format
+msgid "PowerPC options:\n"
+msgstr ""
+
+#: config/tc-ppc.c:1347
+#, c-format
+msgid "-a32 generate ELF32/XCOFF32\n"
+msgstr ""
+
+#: config/tc-ppc.c:1350
+#, c-format
+msgid "-a64 generate ELF64/XCOFF64\n"
+msgstr ""
+
+#: config/tc-ppc.c:1352
+#, c-format
+msgid "-u ignored\n"
+msgstr ""
+
+#: config/tc-ppc.c:1354
+#, c-format
+msgid "-mpwrx, -mpwr2 generate code for POWER/2 (RIOS2)\n"
+msgstr ""
+
+#: config/tc-ppc.c:1356
+#, c-format
+msgid "-mpwr generate code for POWER (RIOS1)\n"
+msgstr ""
+
+#: config/tc-ppc.c:1358
+#, c-format
+msgid "-m601 generate code for PowerPC 601\n"
+msgstr ""
+
+#: config/tc-ppc.c:1360
#, c-format
msgid ""
-"PowerPC options:\n"
-"-a32 generate ELF32/XCOFF32\n"
-"-a64 generate ELF64/XCOFF64\n"
-"-u ignored\n"
-"-mpwrx, -mpwr2 generate code for POWER/2 (RIOS2)\n"
-"-mpwr generate code for POWER (RIOS1)\n"
-"-m601 generate code for PowerPC 601\n"
"-mppc, -mppc32, -m603, -m604\n"
" generate code for PowerPC 603/604\n"
-"-m403 generate code for PowerPC 403\n"
-"-m405 generate code for PowerPC 405\n"
-"-m440 generate code for PowerPC 440\n"
-"-m464 generate code for PowerPC 464\n"
-"-m476 generate code for PowerPC 476\n"
+msgstr ""
+
+#: config/tc-ppc.c:1363
+#, c-format
+msgid "-m403 generate code for PowerPC 403\n"
+msgstr ""
+
+#: config/tc-ppc.c:1365
+#, c-format
+msgid "-m405 generate code for PowerPC 405\n"
+msgstr ""
+
+#: config/tc-ppc.c:1367
+#, c-format
+msgid "-m440 generate code for PowerPC 440\n"
+msgstr ""
+
+#: config/tc-ppc.c:1369
+#, c-format
+msgid "-m464 generate code for PowerPC 464\n"
+msgstr ""
+
+#: config/tc-ppc.c:1371
+#, c-format
+msgid "-m476 generate code for PowerPC 476\n"
+msgstr ""
+
+#: config/tc-ppc.c:1373
+#, c-format
+msgid ""
"-m7400, -m7410, -m7450, -m7455\n"
" generate code for PowerPC 7400/7410/7450/7455\n"
+msgstr ""
+
+#: config/tc-ppc.c:1376
+#, c-format
+msgid ""
"-m750cl, -mgekko, -mbroadway\n"
" generate code for PowerPC 750cl/Gekko/Broadway\n"
-"-m821, -m850, -m860 generate code for PowerPC 821/850/860\n"
msgstr ""
-#: config/tc-ppc.c:1346
+#: config/tc-ppc.c:1379
+#, c-format
+msgid "-m821, -m850, -m860 generate code for PowerPC 821/850/860\n"
+msgstr ""
+
+#: config/tc-ppc.c:1381
+#, c-format
+msgid "-mppc64, -m620 generate code for PowerPC 620/625/630\n"
+msgstr ""
+
+#: config/tc-ppc.c:1383
#, c-format
msgid ""
-"-mppc64, -m620 generate code for PowerPC 620/625/630\n"
"-mppc64bridge generate code for PowerPC 64, including bridge "
"insns\n"
-"-mbooke generate code for 32-bit PowerPC BookE\n"
-"-ma2 generate code for A2 architecture\n"
-"-mpower4, -mpwr4 generate code for Power4 architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1385
+#, c-format
+msgid "-mbooke generate code for 32-bit PowerPC BookE\n"
+msgstr ""
+
+#: config/tc-ppc.c:1387
+#, c-format
+msgid "-ma2 generate code for A2 architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1389
+#, c-format
+msgid "-mpower4, -mpwr4 generate code for Power4 architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1391
+#, c-format
+msgid ""
"-mpower5, -mpwr5, -mpwr5x\n"
" generate code for Power5 architecture\n"
-"-mpower6, -mpwr6 generate code for Power6 architecture\n"
-"-mpower7, -mpwr7 generate code for Power7 architecture\n"
-"-mpower8, -mpwr8 generate code for Power8 architecture\n"
-"-mpower9, -mpwr9 generate code for Power9 architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1394
+#, c-format
+msgid "-mpower6, -mpwr6 generate code for Power6 architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1396
+#, c-format
+msgid "-mpower7, -mpwr7 generate code for Power7 architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1398
+#, c-format
+msgid "-mpower8, -mpwr8 generate code for Power8 architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1400
+#, c-format
+msgid "-mpower9, -mpwr9 generate code for Power9 architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1402
+#, c-format
+msgid ""
"-mcell generate code for Cell Broadband Engine "
"architecture\n"
+msgstr ""
+
+#: config/tc-ppc.c:1404
+#, c-format
+msgid ""
"-mcom generate code for Power/PowerPC common instructions\n"
+msgstr ""
+
+#: config/tc-ppc.c:1406
+#, c-format
+msgid ""
"-many generate code for any architecture (PWR/PWRX/PPC)\n"
msgstr ""
-#: config/tc-ppc.c:1361
+#: config/tc-ppc.c:1408
+#, c-format
+msgid "-maltivec generate code for AltiVec\n"
+msgstr ""
+
+#: config/tc-ppc.c:1410
#, c-format
msgid ""
-"-maltivec generate code for AltiVec\n"
"-mvsx generate code for Vector-Scalar (VSX) instructions\n"
-"-me300 generate code for PowerPC e300 family\n"
-"-me500, -me500x2 generate code for Motorola e500 core complex\n"
+msgstr ""
+
+#: config/tc-ppc.c:1412
+#, c-format
+msgid "-me300 generate code for PowerPC e300 family\n"
+msgstr ""
+
+#: config/tc-ppc.c:1414
+#, c-format
+msgid "-me500, -me500x2 generate code for Motorola e500 core complex\n"
+msgstr ""
+
+#: config/tc-ppc.c:1416
+#, c-format
+msgid ""
"-me500mc, generate code for Freescale e500mc core complex\n"
+msgstr ""
+
+#: config/tc-ppc.c:1418
+#, c-format
+msgid ""
"-me500mc64, generate code for Freescale e500mc64 core complex\n"
+msgstr ""
+
+#: config/tc-ppc.c:1420
+#, c-format
+msgid ""
"-me5500, generate code for Freescale e5500 core complex\n"
+msgstr ""
+
+#: config/tc-ppc.c:1422
+#, c-format
+msgid ""
"-me6500, generate code for Freescale e6500 core complex\n"
-"-mspe generate code for Motorola SPE instructions\n"
-"-mspe2 generate code for Freescale SPE2 instructions\n"
-"-mvle generate code for Freescale VLE instructions\n"
+msgstr ""
+
+#: config/tc-ppc.c:1424
+#, c-format
+msgid "-mspe generate code for Motorola SPE instructions\n"
+msgstr ""
+
+#: config/tc-ppc.c:1426
+#, c-format
+msgid "-mspe2 generate code for Freescale SPE2 instructions\n"
+msgstr ""
+
+#: config/tc-ppc.c:1428
+#, c-format
+msgid "-mvle generate code for Freescale VLE instructions\n"
+msgstr ""
+
+#: config/tc-ppc.c:1430
+#, c-format
+msgid ""
"-mtitan generate code for AppliedMicro Titan core complex\n"
-"-mregnames Allow symbolic names for registers\n"
-"-mno-regnames Do not allow symbolic names for registers\n"
msgstr ""
-#: config/tc-ppc.c:1377
+#: config/tc-ppc.c:1432
+#, c-format
+msgid "-mregnames Allow symbolic names for registers\n"
+msgstr ""
+
+#: config/tc-ppc.c:1434
+#, c-format
+msgid "-mno-regnames Do not allow symbolic names for registers\n"
+msgstr ""
+
+#: config/tc-ppc.c:1437
+#, c-format
+msgid "-mrelocatable support for GCC's -mrelocatble option\n"
+msgstr ""
+
+#: config/tc-ppc.c:1439
+#, c-format
+msgid "-mrelocatable-lib support for GCC's -mrelocatble-lib option\n"
+msgstr ""
+
+#: config/tc-ppc.c:1441
+#, c-format
+msgid "-memb set PPC_EMB bit in ELF flags\n"
+msgstr ""
+
+#: config/tc-ppc.c:1443
#, 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, -le\n"
" generate code for a little endian machine\n"
+msgstr ""
+
+#: config/tc-ppc.c:1446
+#, c-format
+msgid ""
"-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:1391
+#: config/tc-ppc.c:1449
+#, c-format
+msgid "-msolaris generate code for Solaris\n"
+msgstr ""
+
+#: config/tc-ppc.c:1451
+#, c-format
+msgid "-mno-solaris do not generate code for Solaris\n"
+msgstr ""
+
+#: config/tc-ppc.c:1453
+#, c-format
+msgid "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
+msgstr ""
+
+#: config/tc-ppc.c:1455
+#, c-format
+msgid "-V print assembler version number\n"
+msgstr ""
+
+#: config/tc-ppc.c:1457
+#, c-format
+msgid "-Qy, -Qn ignored\n"
+msgstr ""
+
+#: config/tc-ppc.c:1460
#, c-format
msgid ""
"-nops=count when aligning, more than COUNT nops uses a branch\n"
-"-ppc476-workaround warn if emitting data to code sections\n"
msgstr ""
-#: config/tc-ppc.c:1422
+#: config/tc-ppc.c:1462
+#, c-format
+msgid "-ppc476-workaround warn if emitting data to code sections\n"
+msgstr ""
+
+#: config/tc-ppc.c:1492
#, c-format
msgid "unknown default cpu = %s, os = %s"
msgstr ""
-#: config/tc-ppc.c:1450
+#: config/tc-ppc.c:1520
msgid "neither Power nor PowerPC opcodes were selected."
msgstr ""
-#: config/tc-ppc.c:1510
+#: config/tc-ppc.c:1580
#, c-format
msgid "mask trims opcode bits for %s"
msgstr ""
-#: config/tc-ppc.c:1520
+#: config/tc-ppc.c:1590
#, c-format
msgid "operand index error for %s"
msgstr ""
-#: config/tc-ppc.c:1546
+#: config/tc-ppc.c:1616
#, c-format
msgid "operand %d overlap in %s"
msgstr ""
-#: config/tc-ppc.c:1555
+#: config/tc-ppc.c:1625
#, c-format
msgid "non-optional operand %d follows optional operand in %s"
msgstr ""
-#: config/tc-ppc.c:1605
+#: config/tc-ppc.c:1675
#, c-format
msgid "powerpc_operands[%d].bitm invalid"
msgstr ""
-#: config/tc-ppc.c:1612
+#: config/tc-ppc.c:1682
#, c-format
msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
msgstr ""
-#: config/tc-ppc.c:1638 config/tc-ppc.c:1695 config/tc-ppc.c:1739
+#: config/tc-ppc.c:1708 config/tc-ppc.c:1765 config/tc-ppc.c:1809
+#: config/tc-ppc.c:1853
#, c-format
msgid "major opcode is not sorted for %s"
msgstr ""
-#: config/tc-ppc.c:1644
+#: config/tc-ppc.c:1714
#, c-format
msgid "%s is enabled by vle flag"
msgstr ""
-#: config/tc-ppc.c:1651
+#: config/tc-ppc.c:1721
#, c-format
msgid "%s not disabled by vle flag"
msgstr ""
-#: config/tc-ppc.c:1665 config/tc-ppc.c:1710 config/tc-ppc.c:1754
+#: config/tc-ppc.c:1735 config/tc-ppc.c:1779 config/tc-ppc.c:1824
+#: config/tc-ppc.c:1868
#, c-format
msgid "duplicate instruction %s"
msgstr ""
-#: config/tc-ppc.c:1778
+#: config/tc-ppc.c:1892
#, c-format
msgid "duplicate macro %s"
msgstr ""
-#: config/tc-ppc.c:2141
-msgid "identifier+constant@got means identifier@got+constant"
+#: config/tc-ppc.c:2270
+#, c-format
+msgid "symbol+offset@%s means symbol@%s+offset"
msgstr ""
-#: config/tc-ppc.c:2161
-msgid "symbol+offset not supported for got tls"
+#: config/tc-ppc.c:2290
+#, c-format
+msgid "symbol+offset@%s not supported"
msgstr ""
-#: config/tc-ppc.c:2238 config/tc-ppc.c:4015 config/tc-ppc.c:7474
+#: config/tc-ppc.c:2367 config/tc-ppc.c:4363 config/tc-ppc.c:7897
msgid "data in executable section"
msgstr ""
-#: config/tc-ppc.c:2279 config/tc-ppc.c:5655
+#: config/tc-ppc.c:2408 config/tc-ppc.c:6004
msgid "expected comma after symbol-name: rest of line ignored."
msgstr ""
-#: config/tc-ppc.c:2312 config/tc-ppc.c:5691
+#: config/tc-ppc.c:2441 config/tc-ppc.c:6040
#, c-format
msgid "ignoring attempt to re-define symbol `%s'."
msgstr ""
-#: config/tc-ppc.c:2320
+#: config/tc-ppc.c:2449
#, c-format
msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld."
msgstr ""
-#: config/tc-ppc.c:2338
+#: config/tc-ppc.c:2467
msgid "common alignment not a power of 2"
msgstr ""
-#: config/tc-ppc.c:2380
+#: config/tc-ppc.c:2509
#, c-format
msgid "expected comma after name `%s' in .localentry directive"
msgstr ""
-#: config/tc-ppc.c:2390
+#: config/tc-ppc.c:2519
msgid "missing expression in .localentry directive"
msgstr ""
-#: config/tc-ppc.c:2411
+#: config/tc-ppc.c:2540
#, c-format
msgid ".localentry expression for `%s' is not a valid power of 2"
msgstr ""
-#: config/tc-ppc.c:2428
+#: config/tc-ppc.c:2557
#, c-format
msgid ".localentry expression for `%s' does not evaluate to a constant"
msgstr ""
-#: config/tc-ppc.c:2443
+#: config/tc-ppc.c:2572
msgid "missing expression in .abiversion directive"
msgstr ""
-#: config/tc-ppc.c:2452
+#: config/tc-ppc.c:2581
msgid ".abiversion expression does not evaluate to a constant"
msgstr ""
-#: config/tc-ppc.c:2474
+#: config/tc-ppc.c:2603
msgid "unknown .gnu_attribute value"
msgstr ""
-#: config/tc-ppc.c:2526
+#: config/tc-ppc.c:2661
msgid "relocation cannot be done when using -mrelocatable"
msgstr ""
-#: config/tc-ppc.c:2572
+#: config/tc-ppc.c:2707
msgid "TOC section size exceeds 64k"
msgstr ""
-#: config/tc-ppc.c:2667
+#: config/tc-ppc.c:2802
#, c-format
msgid "syntax error: invalid toc specifier `%s'"
msgstr ""
-#: config/tc-ppc.c:2681
+#: config/tc-ppc.c:2816
#, c-format
msgid "syntax error: expected `]', found `%c'"
msgstr ""
-#: config/tc-ppc.c:2993
+#: config/tc-ppc.c:3236
#, c-format
msgid "%s howto doesn't match size/pcrel in gas"
msgstr ""
-#: config/tc-ppc.c:3034
+#: config/tc-ppc.c:3316
#, c-format
msgid "unrecognized opcode: `%s'"
msgstr ""
-#: config/tc-ppc.c:3209
+#: config/tc-ppc.c:3492
msgid "[tocv] symbol is not a toc symbol"
msgstr ""
-#: config/tc-ppc.c:3220
+#: config/tc-ppc.c:3503
msgid "unimplemented toc32 expression modifier"
msgstr ""
-#: config/tc-ppc.c:3225
+#: config/tc-ppc.c:3508
msgid "unimplemented toc64 expression modifier"
msgstr ""
-#: config/tc-ppc.c:3229
+#: config/tc-ppc.c:3512
#, c-format
msgid "Unexpected return value [%d] from parse_toc_entry!\n"
msgstr ""
-#: config/tc-ppc.c:3512
+#: config/tc-ppc.c:3761
#, c-format
msgid "@tls may not be used with \"%s\" operands"
msgstr ""
-#: config/tc-ppc.c:3515
+#: config/tc-ppc.c:3764
msgid "@tls may only be used in last operand"
msgstr ""
-#: config/tc-ppc.c:3536 config/tc-ppc.c:3543 config/tc-ppc.c:3555
+#: config/tc-ppc.c:3802 config/tc-ppc.c:3812 config/tc-ppc.c:3822
+#: config/tc-ppc.c:3837
#, c-format
msgid "%s unsupported on this instruction"
msgstr ""
-#: config/tc-ppc.c:3599
+#: config/tc-ppc.c:3881
#, c-format
msgid "assuming %s on symbol"
msgstr ""
-#: config/tc-ppc.c:3702
+#: config/tc-ppc.c:4004
msgid "unsupported relocation for DS offset field"
msgstr ""
-#: config/tc-ppc.c:3745
+#: config/tc-ppc.c:4057
#, c-format
msgid "syntax error; found `%c', expected `%c'"
msgstr ""
-#: config/tc-ppc.c:3750
+#: config/tc-ppc.c:4062
#, c-format
msgid "syntax error; end of line, expected `%c'"
msgstr ""
-#: config/tc-ppc.c:3815 config/tc-ppc.c:6767
+#: config/tc-ppc.c:4127 config/tc-ppc.c:7106
#, c-format
msgid "instruction address is not a multiple of %d"
msgstr ""
-#: config/tc-ppc.c:3899
+#: config/tc-ppc.c:4247
msgid "wrong number of operands"
msgstr ""
-#: config/tc-ppc.c:3972
+#: config/tc-ppc.c:4320
msgid "bad .section directive: want a,e,v,w,x,M,S,G,T in string"
msgstr ""
-#: config/tc-ppc.c:4052
+#: config/tc-ppc.c:4400
msgid "missing size"
msgstr ""
-#: config/tc-ppc.c:4061
+#: config/tc-ppc.c:4409
msgid "negative size"
msgstr ""
-#: config/tc-ppc.c:4093
+#: config/tc-ppc.c:4441
msgid "missing real symbol name"
msgstr ""
-#: config/tc-ppc.c:4132
+#: config/tc-ppc.c:4480
msgid "attempt to redefine symbol"
msgstr ""
-#: config/tc-ppc.c:4395
+#: config/tc-ppc.c:4743
#, c-format
msgid "no known dwarf XCOFF section for flag 0x%08x\n"
msgstr ""
-#: config/tc-ppc.c:4408
+#: config/tc-ppc.c:4756
#, c-format
msgid "label %s was not defined in this dwarf section"
msgstr ""
-#: config/tc-ppc.c:4522
+#: config/tc-ppc.c:4870
msgid "the XCOFF file format does not support arbitrary sections"
msgstr ""
-#: config/tc-ppc.c:4593
+#: config/tc-ppc.c:4941
msgid ".ref outside .csect"
msgstr ""
-#: config/tc-ppc.c:4614 config/tc-ppc.c:4814
+#: config/tc-ppc.c:4962 config/tc-ppc.c:5162
msgid "missing symbol name"
msgstr ""
-#: config/tc-ppc.c:4644
+#: config/tc-ppc.c:4992
msgid "missing rename string"
msgstr ""
-#: config/tc-ppc.c:4674 config/tc-ppc.c:5213 read.c:3519
+#: config/tc-ppc.c:5022 config/tc-ppc.c:5561 read.c:3519
msgid "missing value"
msgstr ""
-#: config/tc-ppc.c:4692
+#: config/tc-ppc.c:5040
msgid "illegal .stabx expression; zero assumed"
msgstr ""
-#: config/tc-ppc.c:4724
+#: config/tc-ppc.c:5072
msgid "missing class"
msgstr ""
-#: config/tc-ppc.c:4733
+#: config/tc-ppc.c:5081
msgid "missing type"
msgstr ""
-#: config/tc-ppc.c:4760
+#: config/tc-ppc.c:5108
msgid ".stabx of storage class stsym must be within .bs/.es"
msgstr ""
-#: config/tc-ppc.c:5001
+#: config/tc-ppc.c:5349
msgid "nested .bs blocks"
msgstr ""
-#: config/tc-ppc.c:5032
+#: config/tc-ppc.c:5380
msgid ".es without preceding .bs"
msgstr ""
-#: config/tc-ppc.c:5205
+#: config/tc-ppc.c:5553
msgid "non-constant byte count"
msgstr ""
-#: config/tc-ppc.c:5279
+#: config/tc-ppc.c:5628
msgid ".tc not in .toc section"
msgstr ""
-#: config/tc-ppc.c:5297
+#: config/tc-ppc.c:5646
msgid ".tc with no label"
msgstr ""
-#: config/tc-ppc.c:5381 config/tc-s390.c:1966
+#: config/tc-ppc.c:5730 config/tc-s390.c:1968
msgid ".machine stack overflow"
msgstr ""
-#: config/tc-ppc.c:5388 config/tc-s390.c:1977
+#: config/tc-ppc.c:5737 config/tc-s390.c:1979
msgid ".machine stack underflow"
msgstr ""
-#: config/tc-ppc.c:5395 config/tc-s390.c:1989
+#: config/tc-ppc.c:5744 config/tc-s390.c:1991
#, c-format
msgid "invalid machine `%s'"
msgstr ""
-#: config/tc-ppc.c:5427
+#: config/tc-ppc.c:5776
msgid "no previous section to return to, ignored."
msgstr ""
-#: config/tc-ppc.c:5700
+#: config/tc-ppc.c:6049
#, c-format
msgid "length of .comm \"%s\" is already %ld. Not changed to %ld."
msgstr ""
#. Section Contents
#. unknown
-#: config/tc-ppc.c:5828
+#: config/tc-ppc.c:6177
msgid "unsupported section attribute -- 'a'"
msgstr ""
-#: config/tc-ppc.c:6011
+#: config/tc-ppc.c:6360
msgid "bad symbol suffix"
msgstr ""
-#: config/tc-ppc.c:6104
+#: config/tc-ppc.c:6453
msgid "unrecognized symbol suffix"
msgstr ""
-#: config/tc-ppc.c:6191
+#: config/tc-ppc.c:6516
msgid "two .function pseudo-ops with no intervening .ef"
msgstr ""
-#: config/tc-ppc.c:6204
+#: config/tc-ppc.c:6529
msgid ".ef with no preceding .function"
msgstr ""
-#: config/tc-ppc.c:6333
+#: config/tc-ppc.c:6658
#, c-format
msgid "warning: symbol %s has no csect"
msgstr ""
-#: config/tc-ppc.c:6595
+#: config/tc-ppc.c:6920
msgid "symbol in .toc does not match any .tc"
msgstr ""
-#: config/tc-ppc.c:7238
+#: config/tc-ppc.c:7635
#, c-format
msgid "%s unsupported as instruction fixup"
msgstr ""
-#: config/tc-ppc.c:7312
+#: config/tc-ppc.c:7734
#, c-format
msgid "unsupported relocation against %s"
msgstr ""
-#: config/tc-ppc.c:7457
+#: config/tc-ppc.c:7880
#, c-format
msgid "Gas failure, reloc value %d\n"
msgstr ""
@@ -14573,171 +15100,175 @@ msgstr ""
msgid "internal: bad RISC-V opcode (mask error): %s %s"
msgstr ""
-#: config/tc-riscv.c:609
+#: config/tc-riscv.c:610
#, c-format
msgid "internal: bad RISC-V opcode (unknown operand type `CF%c'): %s %s"
msgstr ""
-#: config/tc-riscv.c:616
+#: config/tc-riscv.c:617
#, c-format
msgid "internal: bad RISC-V opcode (unknown operand type `C%c'): %s %s"
msgstr ""
-#: config/tc-riscv.c:660 config/tc-riscv.c:672
+#: config/tc-riscv.c:661 config/tc-riscv.c:673
#, c-format
msgid "internal: bad RISC-V opcode (unknown operand type `F%c'): %s %s"
msgstr ""
-#: config/tc-riscv.c:679
+#: config/tc-riscv.c:680
#, c-format
msgid "internal: bad RISC-V opcode (unknown operand type `%c'): %s %s"
msgstr ""
-#: config/tc-riscv.c:687
+#: config/tc-riscv.c:688
#, c-format
msgid "internal: bad RISC-V opcode (bits 0x%lx undefined): %s %s"
msgstr ""
-#: config/tc-riscv.c:833
+#: config/tc-riscv.c:834
#, c-format
msgid "Unsupported RISC-V relocation number %d"
msgstr ""
-#: config/tc-riscv.c:920
+#: config/tc-riscv.c:921
msgid "internal error: invalid macro"
msgstr ""
-#: config/tc-riscv.c:951 config/tc-riscv.c:1021
+#: config/tc-riscv.c:946
+msgid "internal error: vasprintf failed"
+msgstr ""
+
+#: config/tc-riscv.c:975 config/tc-riscv.c:1046
msgid "unsupported large constant"
msgstr ""
-#: config/tc-riscv.c:953
+#: config/tc-riscv.c:977
#, c-format
msgid "unknown CSR `%s'"
msgstr ""
-#: config/tc-riscv.c:956
+#: config/tc-riscv.c:980
#, c-format
msgid "Instruction %s requires absolute expression"
msgstr ""
-#: config/tc-riscv.c:1177
+#: config/tc-riscv.c:1206
#, c-format
msgid "Macro %s not implemented"
msgstr ""
-#: config/tc-riscv.c:1659
+#: config/tc-riscv.c:1693
msgid "bad value for funct6 field, value must be 0...64"
msgstr ""
-#: config/tc-riscv.c:1674
+#: config/tc-riscv.c:1708
msgid "bad value for funct4 field, value must be 0...15"
msgstr ""
-#: config/tc-riscv.c:1689 config/tc-riscv.c:2047
+#: config/tc-riscv.c:1723 config/tc-riscv.c:2080
msgid "bad value for funct3 field, value must be 0...7"
msgstr ""
-#: config/tc-riscv.c:1703 config/tc-riscv.c:2062
+#: config/tc-riscv.c:1737 config/tc-riscv.c:2095
msgid "bad value for funct2 field, value must be 0...3"
msgstr ""
-#: config/tc-riscv.c:1712
+#: config/tc-riscv.c:1746
#, c-format
msgid "bad compressed FUNCT field specifier 'CF%c'\n"
msgstr ""
-#: config/tc-riscv.c:1719
+#: config/tc-riscv.c:1753
#, c-format
msgid "bad RVC field specifier 'C%c'\n"
msgstr ""
-#: config/tc-riscv.c:1742 config/tc-riscv.c:1753
+#: config/tc-riscv.c:1776 config/tc-riscv.c:1787
#, c-format
msgid "Improper shift amount (%lu)"
msgstr ""
-#: config/tc-riscv.c:1764
+#: config/tc-riscv.c:1798
#, c-format
msgid "Improper CSRxI immediate (%lu)"
msgstr ""
-#: config/tc-riscv.c:1779
+#: config/tc-riscv.c:1813
#, c-format
msgid "Improper CSR address (%lu)"
msgstr ""
-#: config/tc-riscv.c:1954
+#: config/tc-riscv.c:1990
msgid "lui expression not in range 0..1048575"
msgstr ""
-#: config/tc-riscv.c:1993
+#: config/tc-riscv.c:2026
msgid ""
"bad value for opcode field, value must be 0...127 and lower 2 bits must be "
"0x3"
msgstr ""
-#: config/tc-riscv.c:2009
+#: config/tc-riscv.c:2042
msgid "bad value for opcode field, value must be 0...2"
msgstr ""
-#: config/tc-riscv.c:2019
+#: config/tc-riscv.c:2052
#, c-format
msgid "bad Opcode field specifier 'O%c'\n"
msgstr ""
-#: config/tc-riscv.c:2032
+#: config/tc-riscv.c:2065
msgid "bad value for funct7 field, value must be 0...127"
msgstr ""
-#: config/tc-riscv.c:2073
+#: config/tc-riscv.c:2106
#, c-format
msgid "bad FUNCT field specifier 'F%c'\n"
msgstr ""
-#: config/tc-riscv.c:2087
+#: config/tc-riscv.c:2120
#, c-format
msgid "internal error: bad argument type %c"
msgstr ""
-#: config/tc-riscv.c:2092
+#: config/tc-riscv.c:2125
msgid "illegal operands"
msgstr ""
-#: config/tc-riscv.c:2462
+#: config/tc-riscv.c:2495
#, c-format
msgid "internal error: bad CFA value #%d"
msgstr ""
-#: config/tc-riscv.c:2543
+#: config/tc-riscv.c:2576
#, c-format
msgid "internal error: bad relocation #%d"
msgstr ""
-#: config/tc-riscv.c:2548
+#: config/tc-riscv.c:2581
msgid "unsupported symbol subtraction"
msgstr ""
-#: config/tc-riscv.c:2643
+#: config/tc-riscv.c:2676
msgid ".option pop with no .option push"
msgstr ""
-#: config/tc-riscv.c:2653
+#: config/tc-riscv.c:2686
#, c-format
msgid "Unrecognized .option directive: %s\n"
msgstr ""
-#: config/tc-riscv.c:2673
+#: config/tc-riscv.c:2706
#, c-format
msgid "Unsupported use of %s"
msgstr ""
-#: config/tc-riscv.c:2828
+#: config/tc-riscv.c:2861
#, c-format
msgid "cannot represent %s relocation in object file"
msgstr ""
-#: config/tc-riscv.c:2969
+#: config/tc-riscv.c:3002
#, c-format
msgid ""
"RISC-V options:\n"
@@ -14751,17 +15282,17 @@ msgid ""
" -mno-arch-attr don't generate RISC-V arch attribute\n"
msgstr ""
-#: config/tc-riscv.c:3000
+#: config/tc-riscv.c:3033
#, c-format
msgid "unknown register `%s'"
msgstr ""
-#: config/tc-riscv.c:3021
+#: config/tc-riscv.c:3054
#, c-format
msgid "non-constant .%cleb128 is not supported"
msgstr ""
-#: config/tc-riscv.c:3146
+#: config/tc-riscv.c:3179
msgid ".attribute arch must set before any instructions"
msgstr ""
@@ -14828,7 +15359,7 @@ msgstr ""
msgid "%%%s() must be outermost term in expression"
msgstr ""
-#: config/tc-rl78.c:678 config/tc-rx.c:2250
+#: config/tc-rl78.c:678 config/tc-rx.c:2256
#, c-format
msgid "unsupported constant size %d\n"
msgstr ""
@@ -14843,26 +15374,26 @@ msgstr ""
msgid "%%hi8 only applies to .byte"
msgstr ""
-#: config/tc-rl78.c:716 config/tc-rx.c:2257
+#: config/tc-rl78.c:716 config/tc-rx.c:2263
msgid "difference of two symbols only supported with .long, .short, or .byte"
msgstr ""
-#: config/tc-rl78.c:1238 config/tc-rx.c:2184
+#: config/tc-rl78.c:1237 config/tc-rx.c:2190
#, c-format
msgid "bad frag at %p : fix %ld addr %ld %ld \n"
msgstr ""
-#: config/tc-rl78.c:1454
+#: config/tc-rl78.c:1453
#, c-format
msgid "value of %ld too large for 8-bit branch"
msgstr ""
-#: config/tc-rl78.c:1465
+#: config/tc-rl78.c:1464
#, c-format
msgid "value of %ld too large for 16-bit branch"
msgstr ""
-#: config/tc-rl78.c:1514 config/tc-rx.c:2449
+#: config/tc-rl78.c:1513 config/tc-rx.c:2455
#, c-format
msgid "Unknown reloc in md_apply_fix: %s"
msgstr ""
@@ -14982,115 +15513,145 @@ msgstr ""
msgid "The .BTEQU pseudo-op is not implemented."
msgstr ""
-#: config/tc-rx.c:2114
+#: config/tc-rx.c:2121
msgid "invalid immediate size"
msgstr ""
-#: config/tc-rx.c:2133
+#: config/tc-rx.c:2140
msgid "invalid immediate field position"
msgstr ""
-#: config/tc-rx.c:2301
+#: config/tc-rx.c:2307
#, c-format
msgid "jump not 3..10 bytes away (is %d)"
msgstr ""
-#: config/tc-rx.c:2692
+#: config/tc-rx.c:2698
msgid ""
"Use of an RX string instruction detected in a file being assembled without "
"string instruction support"
msgstr ""
-#: config/tc-s12z.c:342
+#: config/tc-s12z.c:148
+msgid ""
+"\n"
+"s12z options:\n"
+msgstr ""
+
+#: config/tc-s12z.c:149
+msgid ""
+" -mreg-prefix=PREFIX set a prefix used to indicate register names "
+"(default none)\n"
+msgstr ""
+
+#: config/tc-s12z.c:150
+msgid ""
+" -mdollar-hex the prefix '$' instead of '0x' is used to indicate "
+"literal hexadecimal constants\n"
+msgstr ""
+
+#: config/tc-s12z.c:317
+msgid "A non-constant expression is not permitted here"
+msgstr ""
+
+#: config/tc-s12z.c:434
#, c-format
msgid "Expecting '%c'"
msgstr ""
-#: config/tc-s12z.c:408 config/tc-s12z.c:509
+#: config/tc-s12z.c:457
+msgid "An immediate value in a source operand is inappropriate"
+msgstr ""
+
+#: config/tc-s12z.c:506 config/tc-s12z.c:607
msgid "Bad operand for constant offset"
msgstr ""
-#: config/tc-s12z.c:436 config/tc-s12z.c:527
+#: config/tc-s12z.c:534 config/tc-s12z.c:625
msgid "Invalid operand for register offset"
msgstr ""
-#: config/tc-s12z.c:542
+#: config/tc-s12z.c:640
msgid "Invalid register for postdecrement operation"
msgstr ""
-#: config/tc-s12z.c:578
+#: config/tc-s12z.c:676
msgid "Invalid register for preincrement operation"
msgstr ""
-#: config/tc-s12z.c:596
+#: config/tc-s12z.c:694
msgid "Invalid register for predecrement operation"
msgstr ""
-#: config/tc-s12z.c:715
+#: config/tc-s12z.c:813
msgid "Garbage at end of instruction"
msgstr ""
-#: config/tc-s12z.c:835
+#: config/tc-s12z.c:942
msgid "Offset is outside of 15 bit range"
msgstr ""
-#: config/tc-s12z.c:951
+#: config/tc-s12z.c:1058
msgid "Bad size"
msgstr ""
-#: config/tc-s12z.c:996 config/tc-s12z.c:1056 config/tc-s12z.c:1118
-#: config/tc-s12z.c:1183
+#: config/tc-s12z.c:1103 config/tc-s12z.c:1163 config/tc-s12z.c:1225
+#: config/tc-s12z.c:1290
msgid "BAD MUL"
msgstr ""
-#: config/tc-s12z.c:1323
+#: config/tc-s12z.c:1430
#, c-format
msgid "Source register for %s is no larger than the destination register"
msgstr ""
-#: config/tc-s12z.c:1348
+#: config/tc-s12z.c:1433
+msgid "The destination and source registers are identical"
+msgstr ""
+
+#: config/tc-s12z.c:1457
#, c-format
msgid "Immediate value %ld is out of range for instruction %s"
msgstr ""
-#: config/tc-s12z.c:1419
+#: config/tc-s12z.c:1528
#, c-format
msgid "trap value %ld is not valid"
msgstr ""
-#: config/tc-s12z.c:1830
+#: config/tc-s12z.c:1968
msgid "Shift value should be in the range [0,31]"
msgstr ""
-#: config/tc-s12z.c:1877
+#: config/tc-s12z.c:2015
msgid "Bad shift mode"
msgstr ""
-#: config/tc-s12z.c:1890
+#: config/tc-s12z.c:2028
msgid "Bad shift *direction"
msgstr ""
-#: config/tc-s12z.c:2148
+#: config/tc-s12z.c:2286
#, c-format
msgid "Immediate operand %ld is inappropriate for size of instruction"
msgstr ""
-#: config/tc-s12z.c:2239 config/tc-s12z.c:2308 config/tc-s12z.c:2376
+#: config/tc-s12z.c:2377 config/tc-s12z.c:2446 config/tc-s12z.c:2514
#, c-format
msgid "Invalid width value for %s"
msgstr ""
-#: config/tc-s12z.c:2252 config/tc-s12z.c:2321 config/tc-s12z.c:2389
+#: config/tc-s12z.c:2390 config/tc-s12z.c:2459 config/tc-s12z.c:2527
#, c-format
msgid "Invalid offset value for %s"
msgstr ""
-#: config/tc-s12z.c:3694
+#: config/tc-s12z.c:3832
#, c-format
msgid "Invalid instruction: \"%s\""
msgstr ""
-#: config/tc-s12z.c:3695
+#: config/tc-s12z.c:3833
#, c-format
msgid "First invalid token: \"%s\""
msgstr ""
@@ -15099,22 +15660,22 @@ msgstr ""
msgid "Invalid default architecture, broken assembler."
msgstr ""
-#: config/tc-s390.c:372
+#: config/tc-s390.c:374
#, c-format
msgid "no such machine extension `%s'"
msgstr ""
-#: config/tc-s390.c:383
+#: config/tc-s390.c:385
#, c-format
msgid "junk at end of machine string, first unrecognized character is `%c'"
msgstr ""
-#: config/tc-s390.c:450 config/tc-sparc.c:489
+#: config/tc-s390.c:452 config/tc-sparc.c:489
#, c-format
msgid "invalid architecture -A%s"
msgstr ""
-#: config/tc-s390.c:473
+#: config/tc-s390.c:475
#, c-format
msgid ""
" S390 options:\n"
@@ -15125,150 +15686,150 @@ msgid ""
" -m64 Set file format to 64 bit format\n"
msgstr ""
-#: config/tc-s390.c:480
+#: config/tc-s390.c:482
#, c-format
msgid ""
" -V print assembler version number\n"
" -Qy, -Qn ignored\n"
msgstr ""
-#: config/tc-s390.c:537
+#: config/tc-s390.c:539
#, c-format
msgid "Internal assembler error for instruction %s"
msgstr ""
-#: config/tc-s390.c:564
+#: config/tc-s390.c:566
msgid "The 64 bit file format is used without esame instructions."
msgstr ""
-#: config/tc-s390.c:580
+#: config/tc-s390.c:582
#, c-format
msgid "Internal assembler error for instruction format %s"
msgstr ""
-#: config/tc-s390.c:626
+#: config/tc-s390.c:628
#, c-format
msgid "operand out of range (%s not between %ld and %ld)"
msgstr ""
-#: config/tc-s390.c:851
+#: config/tc-s390.c:853
#, c-format
msgid "identifier+constant@%s means identifier@%s+constant"
msgstr ""
-#: config/tc-s390.c:932
+#: config/tc-s390.c:934
msgid "Can't handle O_big in s390_exp_compare"
msgstr ""
-#: config/tc-s390.c:1014
+#: config/tc-s390.c:1016
msgid "Invalid suffix for literal pool entry"
msgstr ""
-#: config/tc-s390.c:1071
+#: config/tc-s390.c:1073
msgid "Big number is too big"
msgstr ""
-#: config/tc-s390.c:1220
+#: config/tc-s390.c:1222
msgid "relocation not applicable"
msgstr ""
-#: config/tc-s390.c:1350
+#: config/tc-s390.c:1352
msgid "invalid length field specified"
msgstr ""
-#: config/tc-s390.c:1354
+#: config/tc-s390.c:1356
msgid "index register specified but zero"
msgstr ""
-#: config/tc-s390.c:1358
+#: config/tc-s390.c:1360
msgid "base register specified but zero"
msgstr ""
-#: config/tc-s390.c:1362
+#: config/tc-s390.c:1364
msgid "odd numbered general purpose register specified as register pair"
msgstr ""
-#: config/tc-s390.c:1370
+#: config/tc-s390.c:1372
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:1459
+#: config/tc-s390.c:1461
msgid "invalid operand suffix"
msgstr ""
-#: config/tc-s390.c:1482
+#: config/tc-s390.c:1484
msgid "syntax error; missing '(' after displacement"
msgstr ""
-#: config/tc-s390.c:1499 config/tc-s390.c:1545 config/tc-s390.c:1577
+#: config/tc-s390.c:1501 config/tc-s390.c:1547 config/tc-s390.c:1579
msgid "syntax error; expected ','"
msgstr ""
-#: config/tc-s390.c:1531
+#: config/tc-s390.c:1533
msgid "syntax error; missing ')' after base register"
msgstr ""
-#: config/tc-s390.c:1562
+#: config/tc-s390.c:1564
msgid "syntax error; ')' not allowed here"
msgstr ""
-#: config/tc-s390.c:1702
+#: config/tc-s390.c:1704
#, c-format
msgid "Opcode %s not available in this mode"
msgstr ""
-#: config/tc-s390.c:1757 config/tc-s390.c:1780 config/tc-s390.c:1793
+#: config/tc-s390.c:1759 config/tc-s390.c:1782 config/tc-s390.c:1795
msgid "Invalid .insn format\n"
msgstr ""
-#: config/tc-s390.c:1765
+#: config/tc-s390.c:1767
#, c-format
msgid "Unrecognized opcode format: `%s'"
msgstr ""
-#: config/tc-s390.c:1796
+#: config/tc-s390.c:1798
msgid "second operand of .insn not a constant\n"
msgstr ""
-#: config/tc-s390.c:1799
+#: config/tc-s390.c:1801
msgid "missing comma after insn constant\n"
msgstr ""
-#: config/tc-s390.c:2038
+#: config/tc-s390.c:2040
msgid ".machinemode stack overflow"
msgstr ""
-#: config/tc-s390.c:2045
+#: config/tc-s390.c:2047
msgid ".machinemode stack underflow"
msgstr ""
-#: config/tc-s390.c:2062
+#: config/tc-s390.c:2064
#, c-format
msgid "invalid machine mode `%s'"
msgstr ""
-#: config/tc-s390.c:2264
+#: config/tc-s390.c:2266
#, c-format
msgid "cannot emit relocation %s against subsy symbol %s"
msgstr ""
-#: config/tc-s390.c:2381
+#: config/tc-s390.c:2383
msgid "unsupported relocation type"
msgstr ""
-#: config/tc-s390.c:2436
+#: config/tc-s390.c:2438
#, c-format
msgid "cannot emit PC relative %s relocation%s%s"
msgstr ""
-#: config/tc-s390.c:2575
+#: config/tc-s390.c:2577
#, c-format
msgid "Gas failure, reloc type %s\n"
msgstr ""
-#: config/tc-s390.c:2577
+#: config/tc-s390.c:2579
#, c-format
msgid "Gas failure, reloc type #%i\n"
msgstr ""
@@ -15285,349 +15846,349 @@ msgstr ""
msgid "This architecture doesn't support atomic instruction"
msgstr ""
-#: config/tc-score.c:469
+#: config/tc-score.c:468
msgid "S+core register expected"
msgstr ""
-#: config/tc-score.c:470
+#: config/tc-score.c:469
msgid "S+core special-register expected"
msgstr ""
-#: config/tc-score.c:471
+#: config/tc-score.c:470
msgid "S+core co-processor register expected"
msgstr ""
-#: config/tc-score.c:1074
+#: config/tc-score.c:1073
msgid "Using temp register (r1)"
msgstr ""
-#: config/tc-score.c:1093
+#: config/tc-score.c:1092
#, c-format
msgid "register expected, not '%.100s'"
msgstr ""
-#: config/tc-score.c:1149 config/tc-score.c:5482
+#: config/tc-score.c:1148 config/tc-score.c:5481
msgid "rd must be even number."
msgstr ""
-#: config/tc-score.c:1513 config/tc-score.c:1520
+#: config/tc-score.c:1512 config/tc-score.c:1519
#, c-format
msgid "invalid constant: %d bit expression not in range %u..%u"
msgstr ""
-#: config/tc-score.c:1526 config/tc-score.c:1533 config/tc-score.c:2895
-#: config/tc-score.c:2900 config/tc-score.c:3165 config/tc-score.c:3170
-#: config/tc-score.c:3462
+#: config/tc-score.c:1525 config/tc-score.c:1532 config/tc-score.c:2894
+#: config/tc-score.c:2899 config/tc-score.c:3164 config/tc-score.c:3169
+#: config/tc-score.c:3461
#, c-format
msgid "invalid constant: %d bit expression not in range %d..%d"
msgstr ""
-#: config/tc-score.c:1558
+#: config/tc-score.c:1557
msgid "invalid constant: bit expression not defined"
msgstr ""
-#: config/tc-score.c:2068
+#: config/tc-score.c:2067
msgid "Using temp register(r1)"
msgstr ""
-#: config/tc-score.c:2082
+#: config/tc-score.c:2081
#, c-format
msgid "low register (r0-r15) expected, not '%.100s'"
msgstr ""
-#: config/tc-score.c:2144 config/tc-score.c:3482 config/tc-score.c:3650
-#: config/tc-score.c:3695
+#: config/tc-score.c:2143 config/tc-score.c:3481 config/tc-score.c:3649
+#: config/tc-score.c:3694
#, c-format
msgid "missing ["
msgstr ""
-#: config/tc-score.c:2158 config/tc-score.c:3103 config/tc-score.c:3305
-#: config/tc-score.c:3321 config/tc-score.c:3392 config/tc-score.c:3447
-#: config/tc-score.c:3671 config/tc-score.c:3716 config/tc-score.c:3865
-#: config/tc-score.c:3919 config/tc-score.c:3965
+#: config/tc-score.c:2157 config/tc-score.c:3102 config/tc-score.c:3304
+#: config/tc-score.c:3320 config/tc-score.c:3391 config/tc-score.c:3446
+#: config/tc-score.c:3670 config/tc-score.c:3715 config/tc-score.c:3864
+#: config/tc-score.c:3918 config/tc-score.c:3964
#, c-format
msgid "missing ]"
msgstr ""
-#: config/tc-score.c:2347
+#: config/tc-score.c:2346
#, c-format
msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)"
msgstr ""
-#: config/tc-score.c:2366
+#: config/tc-score.c:2365
#, c-format
msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)"
msgstr ""
-#: config/tc-score.c:2382 config/tc-score.c:2389
+#: config/tc-score.c:2381 config/tc-score.c:2388
#, c-format
msgid "data dependency: %s %s -- %s %s (%d/%d bubble)"
msgstr ""
-#: config/tc-score.c:2838
+#: config/tc-score.c:2837
msgid "address offset must be half word alignment"
msgstr ""
-#: config/tc-score.c:2846
+#: config/tc-score.c:2845
msgid "address offset must be word alignment"
msgstr ""
-#: config/tc-score.c:2986 config/tc-score.c:3123
+#: config/tc-score.c:2985 config/tc-score.c:3122
msgid "register same as write-back base"
msgstr ""
-#: config/tc-score.c:3093
+#: config/tc-score.c:3092
msgid "pre-indexed expression expected"
msgstr ""
-#: config/tc-score.c:3422
+#: config/tc-score.c:3421
#, c-format
msgid "invalid register number: %d is not in [r0--r7]"
msgstr ""
-#: config/tc-score.c:3439
+#: config/tc-score.c:3438
msgid "comma is expected"
msgstr ""
-#: config/tc-score.c:3470
+#: config/tc-score.c:3469
#, c-format
msgid "invalid constant: %d is not word align integer"
msgstr ""
-#: config/tc-score.c:3509 config/tc-score.c:3552
+#: config/tc-score.c:3508 config/tc-score.c:3551
msgid "invalid constant: 32 bit expression not word align"
msgstr ""
-#: config/tc-score.c:3518 config/tc-score.c:3561
+#: config/tc-score.c:3517 config/tc-score.c:3560
msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
msgstr ""
-#: config/tc-score.c:3594
+#: config/tc-score.c:3593
msgid ""
"invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
msgstr ""
-#: config/tc-score.c:3783 config/tc-score.c:3811
+#: config/tc-score.c:3782 config/tc-score.c:3810
msgid "imm5 should >= 2"
msgstr ""
-#: config/tc-score.c:3788 config/tc-score.c:3817
+#: config/tc-score.c:3787 config/tc-score.c:3816
msgid "reg should <= 31"
msgstr ""
-#: config/tc-score.c:3859 config/tc-score.c:3910
+#: config/tc-score.c:3858 config/tc-score.c:3909
msgid "missing +"
msgstr ""
-#: config/tc-score.c:3903
+#: config/tc-score.c:3902
#, c-format
msgid "%s register same as write-back base"
msgstr ""
-#: config/tc-score.c:3905
+#: config/tc-score.c:3904
msgid "destination"
msgstr ""
-#: config/tc-score.c:3905
+#: config/tc-score.c:3904
msgid "source"
msgstr ""
-#: config/tc-score.c:4236 config/tc-score.c:4312 config/tc-score.c:4943
+#: config/tc-score.c:4235 config/tc-score.c:4311 config/tc-score.c:4942
msgid "expression error"
msgstr ""
-#: config/tc-score.c:4318
+#: config/tc-score.c:4317
msgid "value not in range [-0xffffffff, 0xffffffff]"
msgstr ""
-#: config/tc-score.c:4346
+#: config/tc-score.c:4345
msgid "li rd label isn't correct instruction form"
msgstr ""
-#: config/tc-score.c:4513 config/tc-score.c:4665 config/tc-score.c:5194
-#: config/tc-score.c:5222
+#: config/tc-score.c:4512 config/tc-score.c:4664 config/tc-score.c:5193
+#: config/tc-score.c:5221
msgid "lacking label "
msgstr ""
-#: config/tc-score.c:4893
+#: config/tc-score.c:4892
msgid "s3_PIC code offset overflow (max 16 signed bits)"
msgstr ""
-#: config/tc-score.c:4949
+#: config/tc-score.c:4948
msgid "value not in range [0, 0x7fffffff]"
msgstr ""
-#: config/tc-score.c:4954
+#: config/tc-score.c:4953
msgid "end on line error"
msgstr ""
-#: config/tc-score.c:5201
+#: config/tc-score.c:5200
msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
msgstr ""
-#: config/tc-score.c:5228
+#: config/tc-score.c:5227
msgid "invalid constant: 20 bit expression not in range -2^19..2^19-1"
msgstr ""
-#: config/tc-score.c:5261
+#: config/tc-score.c:5260
msgid "lacking label"
msgstr ""
-#: config/tc-score.c:5266
+#: config/tc-score.c:5265
msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
msgstr ""
-#: config/tc-score.c:5362
+#: config/tc-score.c:5361
msgid "pce instruction error (16 bit || 16 bit)."
msgstr ""
-#: config/tc-score.c:5380 config/tc-score.c:5404 config/tc-score.c:5431
-#: config/tc-score.c:5460 config/tc-score.c:5509
+#: config/tc-score.c:5379 config/tc-score.c:5403 config/tc-score.c:5430
+#: config/tc-score.c:5459 config/tc-score.c:5508
msgid "score3d instruction."
msgstr ""
-#: config/tc-score.c:6027
+#: config/tc-score.c:6026
msgid "Unsupported use of .gpword"
msgstr ""
-#: config/tc-score.c:6123
+#: config/tc-score.c:6122
#, c-format
msgid "BSS length (%d) < 0 ignored"
msgstr ""
-#: config/tc-score.c:6138 read.c:2468
+#: config/tc-score.c:6137 read.c:2468
#, c-format
msgid "error setting flags for \".sbss\": %s"
msgstr ""
-#: config/tc-score.c:6152 config/tc-sparc.c:4170
+#: config/tc-score.c:6151 config/tc-sparc.c:4170
msgid "missing alignment"
msgstr ""
-#: config/tc-score.c:6189
+#: config/tc-score.c:6188
#, c-format
msgid "alignment too large; %d assumed"
msgstr ""
-#: config/tc-score.c:6194 read.c:2529
+#: config/tc-score.c:6193 read.c:2529
msgid "alignment negative; 0 assumed"
msgstr ""
#. Error routine.
-#: config/tc-score.c:6603 config/tc-score.c:6627
+#: config/tc-score.c:6602 config/tc-score.c:6626
msgid "size is not 4 or 6"
msgstr ""
-#: config/tc-score.c:6686
+#: config/tc-score.c:6685
msgid "bad call to MD_ATOF()"
msgstr ""
-#: config/tc-score.c:7185 config/tc-score.c:7251
+#: config/tc-score.c:7184 config/tc-score.c:7250
#, c-format
msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]"
msgstr ""
-#: config/tc-score.c:7200 config/tc-score.c:7229 config/tc-score.c:7281
+#: config/tc-score.c:7199 config/tc-score.c:7228 config/tc-score.c:7280
#, c-format
msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19-1]"
msgstr ""
-#: config/tc-score.c:7306
+#: config/tc-score.c:7305
#, c-format
msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]"
msgstr ""
-#: config/tc-score.c:7476
+#: config/tc-score.c:7475
#, c-format
msgid "cannot represent %s relocation in this object file format1"
msgstr ""
-#: config/tc-score.c:7767
+#: config/tc-score.c:7766
#, c-format
msgid "Sunplus-v2-0-0-20060510\n"
msgstr ""
-#: config/tc-score.c:7787
+#: config/tc-score.c:7786
#, c-format
msgid " Score-specific assembler options:\n"
msgstr ""
-#: config/tc-score.c:7789
+#: config/tc-score.c:7788
#, c-format
msgid " -EB\t\tassemble code for a big-endian cpu\n"
msgstr ""
-#: config/tc-score.c:7794
+#: config/tc-score.c:7793
#, c-format
msgid " -EL\t\tassemble code for a little-endian cpu\n"
msgstr ""
-#: config/tc-score.c:7798
+#: config/tc-score.c:7797
#, c-format
msgid " -FIXDD\t\tfix data dependencies\n"
msgstr ""
-#: config/tc-score.c:7800
+#: config/tc-score.c:7799
#, c-format
msgid ""
" -NWARN\t\tdo not print warning message when fixing data "
"dependencies\n"
msgstr ""
-#: config/tc-score.c:7802
+#: config/tc-score.c:7801
#, c-format
msgid " -SCORE5\t\tassemble code for target SCORE5\n"
msgstr ""
-#: config/tc-score.c:7804
+#: config/tc-score.c:7803
#, c-format
msgid " -SCORE5U\tassemble code for target SCORE5U\n"
msgstr ""
-#: config/tc-score.c:7806
+#: config/tc-score.c:7805
#, c-format
msgid " -SCORE7\t\tassemble code for target SCORE7 [default]\n"
msgstr ""
-#: config/tc-score.c:7808
+#: config/tc-score.c:7807
#, c-format
msgid " -SCORE3\t\tassemble code for target SCORE3\n"
msgstr ""
-#: config/tc-score.c:7810
+#: config/tc-score.c:7809
#, c-format
msgid " -march=score7\tassemble code for target SCORE7 [default]\n"
msgstr ""
-#: config/tc-score.c:7812
+#: config/tc-score.c:7811
#, c-format
msgid " -march=score3\tassemble code for target SCORE3\n"
msgstr ""
-#: config/tc-score.c:7814
+#: config/tc-score.c:7813
#, c-format
msgid ""
" -USE_R1\t\tassemble code for no warning message when using temp "
"register r1\n"
msgstr ""
-#: config/tc-score.c:7816
+#: config/tc-score.c:7815
#, c-format
msgid " -KPIC\t\tgenerate PIC\n"
msgstr ""
-#: config/tc-score.c:7818
+#: config/tc-score.c:7817
#, c-format
msgid " -O0\t\tdo not perform any optimizations\n"
msgstr ""
-#: config/tc-score.c:7820
+#: config/tc-score.c:7819
#, c-format
msgid ""
" -G gpnum\tassemble code for setting gpsize, default is 8 bytes\n"
msgstr ""
-#: config/tc-score.c:7822
+#: config/tc-score.c:7821
#, c-format
msgid " -V \t\tSunplus release version\n"
msgstr ""
@@ -15695,7 +16256,7 @@ msgstr ""
msgid "misplaced PIC operand"
msgstr ""
-#: config/tc-sh.c:2237 config/tc-sh.c:2616
+#: config/tc-sh.c:2237 config/tc-sh.c:2610
msgid "invalid operands for opcode"
msgstr ""
@@ -15775,33 +16336,33 @@ msgstr ""
msgid "unrecognized characters at end of parallel processing insn"
msgstr ""
-#: config/tc-sh.c:2553
+#: config/tc-sh.c:2549
msgid "opcode not valid for this cpu variant"
msgstr ""
-#: config/tc-sh.c:2586
+#: config/tc-sh.c:2580
msgid "Delayed branches not available on SH1"
msgstr ""
-#: config/tc-sh.c:2621
+#: config/tc-sh.c:2615
#, c-format
msgid "excess operands: '%s'"
msgstr ""
-#: config/tc-sh.c:2698
+#: config/tc-sh.c:2692
msgid ".uses pseudo-op seen when not relaxing"
msgstr ""
-#: config/tc-sh.c:2704
+#: config/tc-sh.c:2698
msgid "bad .uses format"
msgstr ""
-#: config/tc-sh.c:2822
+#: config/tc-sh.c:2816
#, c-format
msgid "Invalid argument to --isa option: %s"
msgstr ""
-#: config/tc-sh.c:2846
+#: config/tc-sh.c:2840
#, c-format
msgid ""
"SH options:\n"
@@ -15818,70 +16379,70 @@ msgid ""
" | fp"
msgstr ""
-#: config/tc-sh.c:2871
+#: config/tc-sh.c:2865
#, c-format
msgid "--fdpic\t\t\tgenerate an FDPIC object file\n"
msgstr ""
-#: config/tc-sh.c:2947
+#: config/tc-sh.c:2941
msgid ".uses does not refer to a local symbol in the same section"
msgstr ""
-#: config/tc-sh.c:2966
+#: config/tc-sh.c:2960
msgid "can't find fixup pointed to by .uses"
msgstr ""
-#: config/tc-sh.c:2986
+#: config/tc-sh.c:2980
msgid ".uses target does not refer to a local symbol in the same section"
msgstr ""
-#: config/tc-sh.c:3059
+#: config/tc-sh.c:3053
msgid "displacement overflows 12-bit field"
msgstr ""
-#: config/tc-sh.c:3062
+#: config/tc-sh.c:3056
#, c-format
msgid "displacement to defined symbol %s overflows 12-bit field"
msgstr ""
-#: config/tc-sh.c:3066
+#: config/tc-sh.c:3060
#, c-format
msgid "displacement to undefined symbol %s overflows 12-bit field"
msgstr ""
-#: config/tc-sh.c:3139
+#: config/tc-sh.c:3133
msgid "displacement overflows 8-bit field"
msgstr ""
-#: config/tc-sh.c:3142
+#: config/tc-sh.c:3136
#, c-format
msgid "displacement to defined symbol %s overflows 8-bit field"
msgstr ""
-#: config/tc-sh.c:3146
+#: config/tc-sh.c:3140
#, c-format
msgid "displacement to undefined symbol %s overflows 8-bit field "
msgstr ""
-#: config/tc-sh.c:3159
+#: config/tc-sh.c:3153
#, c-format
msgid "overflow in branch to %s; converted into longer instruction sequence"
msgstr ""
-#: config/tc-sh.c:3224 config/tc-sh.c:3271 config/tc-sparc.c:4634
+#: config/tc-sh.c:3218 config/tc-sh.c:3265 config/tc-sparc.c:4634
#: config/tc-sparc.c:4658
msgid "misaligned data"
msgstr ""
-#: config/tc-sh.c:3577
+#: config/tc-sh.c:3571
msgid "offset to unaligned destination"
msgstr ""
-#: config/tc-sh.c:3582
+#: config/tc-sh.c:3576
msgid "negative offset"
msgstr ""
-#: config/tc-sh.c:3722
+#: config/tc-sh.c:3716
msgid "misaligned offset"
msgstr ""
@@ -16209,7 +16770,7 @@ msgstr ""
#: config/tc-sparc.c:3655 config/tc-sparc.c:3662 config/tc-sparc.c:3669
#: config/tc-sparc.c:3676 config/tc-sparc.c:3683 config/tc-sparc.c:3692
#: config/tc-sparc.c:3704 config/tc-sparc.c:3715 config/tc-sparc.c:3737
-#: config/tc-sparc.c:3761 write.c:1181
+#: config/tc-sparc.c:3761 write.c:1179
msgid "relocation overflow"
msgstr ""
@@ -16305,10 +16866,6 @@ msgstr ""
msgid "sparc convert_frag\n"
msgstr ""
-#: config/tc-sparc.h:68 config/tc-z80.h:53
-msgid "estimate_size_before_relax called"
-msgstr ""
-
#: config/tc-spu.c:130
#, c-format
msgid "Can't hash instruction '%s':%s"
@@ -16564,231 +17121,231 @@ msgstr ""
msgid "first operand is too large for a 24-bit displacement"
msgstr ""
-#: config/tc-tic4x.c:392
+#: config/tc-tic4x.c:389
msgid "Nan, using zero."
msgstr ""
-#: config/tc-tic4x.c:514
+#: config/tc-tic4x.c:511
#, c-format
msgid "Cannot represent exponent in %d bits"
msgstr ""
-#: config/tc-tic4x.c:597 config/tc-tic4x.c:607
+#: config/tc-tic4x.c:594 config/tc-tic4x.c:604
msgid "Invalid floating point number"
msgstr ""
-#: config/tc-tic4x.c:726
+#: config/tc-tic4x.c:723
msgid "Comma expected\n"
msgstr ""
-#: config/tc-tic4x.c:762 config/tc-tic54x.c:470
+#: config/tc-tic4x.c:759 config/tc-tic54x.c:471
msgid ".bss size argument missing\n"
msgstr ""
-#: config/tc-tic4x.c:770
+#: config/tc-tic4x.c:767
#, c-format
msgid ".bss size %ld < 0!"
msgstr ""
-#: config/tc-tic4x.c:903
+#: config/tc-tic4x.c:900
msgid "Non-constant symbols not allowed\n"
msgstr ""
-#: config/tc-tic4x.c:934
+#: config/tc-tic4x.c:931
msgid "Symbol missing\n"
msgstr ""
#. Skip null symbol terminator.
-#: config/tc-tic4x.c:982
+#: config/tc-tic4x.c:979
msgid ".sect: subsection name ignored"
msgstr ""
-#: config/tc-tic4x.c:1010 config/tc-tic4x.c:1111 config/tc-tic54x.c:1423
+#: config/tc-tic4x.c:1007 config/tc-tic4x.c:1108 config/tc-tic54x.c:1424
#, c-format
msgid "Error setting flags for \"%s\": %s"
msgstr ""
-#: config/tc-tic4x.c:1042
+#: config/tc-tic4x.c:1039
msgid ".set syntax invalid\n"
msgstr ""
-#: config/tc-tic4x.c:1100
+#: config/tc-tic4x.c:1097
msgid ".usect: non-zero alignment flag ignored"
msgstr ""
-#: config/tc-tic4x.c:1131
+#: config/tc-tic4x.c:1128
#, c-format
msgid "This assembler does not support processor generation %ld"
msgstr ""
-#: config/tc-tic4x.c:1135
+#: config/tc-tic4x.c:1132
msgid "Changing processor generation on fly not supported..."
msgstr ""
-#: config/tc-tic4x.c:1433
+#: config/tc-tic4x.c:1430
msgid "Auxiliary register AR0--AR7 required for indirect"
msgstr ""
-#: config/tc-tic4x.c:1447
+#: config/tc-tic4x.c:1444
#, c-format
msgid "Bad displacement %d (require 0--255)\n"
msgstr ""
-#: config/tc-tic4x.c:1465
+#: config/tc-tic4x.c:1462
msgid "Index register IR0,IR1 required for displacement"
msgstr ""
-#: config/tc-tic4x.c:1533
+#: config/tc-tic4x.c:1530
msgid "Expecting a register name"
msgstr ""
-#: config/tc-tic4x.c:1545 config/tc-tic4x.c:1568 config/tc-tic4x.c:1634
+#: config/tc-tic4x.c:1542 config/tc-tic4x.c:1565 config/tc-tic4x.c:1631
msgid "Number too large"
msgstr ""
-#: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581
+#: config/tc-tic4x.c:1555 config/tc-tic4x.c:1578
msgid "Expecting a constant value"
msgstr ""
-#: config/tc-tic4x.c:1589
+#: config/tc-tic4x.c:1586
#, c-format
msgid "Bad direct addressing construct %s"
msgstr ""
-#: config/tc-tic4x.c:1593
+#: config/tc-tic4x.c:1590
#, c-format
msgid "Direct value of %ld is not suitable"
msgstr ""
-#: config/tc-tic4x.c:1617
+#: config/tc-tic4x.c:1614
msgid "Unknown indirect addressing mode"
msgstr ""
-#: config/tc-tic4x.c:1714
+#: config/tc-tic4x.c:1711
#, c-format
msgid "Immediate value of %ld is too large for ldf"
msgstr ""
-#: config/tc-tic4x.c:1754
+#: config/tc-tic4x.c:1751
msgid "Destination register must be ARn"
msgstr ""
-#: config/tc-tic4x.c:1773 config/tc-tic4x.c:2146 config/tc-tic4x.c:2205
+#: config/tc-tic4x.c:1770 config/tc-tic4x.c:2143 config/tc-tic4x.c:2202
#, c-format
msgid "Immediate value of %ld is too large"
msgstr ""
-#: config/tc-tic4x.c:1802 config/tc-tic4x.c:2007
+#: config/tc-tic4x.c:1799 config/tc-tic4x.c:2004
msgid "Invalid indirect addressing mode"
msgstr ""
-#: config/tc-tic4x.c:1826 config/tc-tic4x.c:1866 config/tc-tic4x.c:2057
-#: config/tc-tic4x.c:2079
+#: config/tc-tic4x.c:1823 config/tc-tic4x.c:1863 config/tc-tic4x.c:2054
+#: config/tc-tic4x.c:2076
msgid "Register must be Rn"
msgstr ""
-#: config/tc-tic4x.c:1880 config/tc-tic4x.c:1950 config/tc-tic4x.c:1964
+#: config/tc-tic4x.c:1877 config/tc-tic4x.c:1947 config/tc-tic4x.c:1961
msgid "Register must be R0--R7"
msgstr ""
-#: config/tc-tic4x.c:1904 config/tc-tic4x.c:1932
+#: config/tc-tic4x.c:1901 config/tc-tic4x.c:1929
#, c-format
msgid "Invalid indirect addressing mode displacement %d"
msgstr ""
-#: config/tc-tic4x.c:1978
+#: config/tc-tic4x.c:1975
msgid "Destination register must be R2 or R3"
msgstr ""
-#: config/tc-tic4x.c:1992
+#: config/tc-tic4x.c:1989
msgid "Destination register must be R0 or R1"
msgstr ""
-#: config/tc-tic4x.c:2029
+#: config/tc-tic4x.c:2026
#, c-format
msgid "Displacement value of %ld is too large"
msgstr ""
-#: config/tc-tic4x.c:2090 config/tc-tic4x.c:2221
+#: config/tc-tic4x.c:2087 config/tc-tic4x.c:2218
msgid "Floating point number not valid in expression"
msgstr ""
-#: config/tc-tic4x.c:2104
+#: config/tc-tic4x.c:2101
#, c-format
msgid "Signed immediate value %ld too large"
msgstr ""
-#: config/tc-tic4x.c:2167
+#: config/tc-tic4x.c:2164
#, c-format
msgid "Unsigned immediate value %ld too large"
msgstr ""
-#: config/tc-tic4x.c:2235
+#: config/tc-tic4x.c:2232
#, c-format
msgid "Immediate value %ld too large"
msgstr ""
-#: config/tc-tic4x.c:2254 config/tc-tic4x.c:2282
+#: config/tc-tic4x.c:2251 config/tc-tic4x.c:2279
msgid "Register must be ivtp or tvtp"
msgstr ""
-#: config/tc-tic4x.c:2268
+#: config/tc-tic4x.c:2265
msgid "Register must be address register"
msgstr ""
-#: config/tc-tic4x.c:2341
+#: config/tc-tic4x.c:2338
msgid "Source and destination register should not be equal"
msgstr ""
-#: config/tc-tic4x.c:2356
+#: config/tc-tic4x.c:2353
msgid "Equal parallel destination registers, one result will be discarded"
msgstr ""
-#: config/tc-tic4x.c:2397
+#: config/tc-tic4x.c:2394
msgid "Too many operands scanned"
msgstr ""
-#: config/tc-tic4x.c:2428
+#: config/tc-tic4x.c:2425
msgid "Parallel opcode cannot contain more than two instructions"
msgstr ""
-#: config/tc-tic4x.c:2501
+#: config/tc-tic4x.c:2499
#, c-format
msgid "Invalid operands for %s"
msgstr ""
-#: config/tc-tic4x.c:2504
+#: config/tc-tic4x.c:2502
#, c-format
msgid "Invalid instruction %s"
msgstr ""
-#: config/tc-tic4x.c:2656
+#: config/tc-tic4x.c:2654
#, c-format
msgid "Bad relocation type: 0x%02x"
msgstr ""
-#: config/tc-tic4x.c:2714
+#: config/tc-tic4x.c:2712
#, c-format
msgid "Unsupported processor generation %d"
msgstr ""
-#: config/tc-tic4x.c:2722
+#: config/tc-tic4x.c:2720
msgid "Option -b is depreciated, please use -mbig"
msgstr ""
-#: config/tc-tic4x.c:2729
+#: config/tc-tic4x.c:2727
msgid "Option -p is depreciated, please use -mmemparm"
msgstr ""
-#: config/tc-tic4x.c:2736
+#: config/tc-tic4x.c:2734
msgid "Option -r is depreciated, please use -mregparm"
msgstr ""
-#: config/tc-tic4x.c:2743
+#: config/tc-tic4x.c:2741
msgid "Option -s is depreciated, please use -msmall"
msgstr ""
-#: config/tc-tic4x.c:2772
+#: config/tc-tic4x.c:2770
#, c-format
msgid ""
"\n"
@@ -16814,439 +17371,443 @@ msgid ""
" -menhanced enable enhanced opcode support\n"
msgstr ""
-#: config/tc-tic4x.c:2817
+#: config/tc-tic4x.c:2815
#, c-format
msgid "Label \"$%d\" redefined"
msgstr ""
-#: config/tc-tic4x.c:3027
+#: config/tc-tic4x.c:3025
#, c-format
msgid "Reloc %d not supported by object file format"
msgstr ""
#. Only word (et al.), align, or conditionals are allowed within
#. .struct/.union.
-#: config/tc-tic54x.c:218
+#: config/tc-tic54x.c:219
msgid "pseudo-op illegal within .struct/.union"
msgstr ""
-#: config/tc-tic54x.c:232
+#: config/tc-tic54x.c:233
#, c-format
msgid "C54x-specific command line options:\n"
msgstr ""
-#: config/tc-tic54x.c:233
+#: config/tc-tic54x.c:234
#, c-format
msgid "-mfar-mode | -mf Use extended addressing\n"
msgstr ""
-#: config/tc-tic54x.c:234
+#: config/tc-tic54x.c:235
#, c-format
msgid "-mcpu=<CPU version> Specify the CPU version\n"
msgstr ""
-#: config/tc-tic54x.c:235
+#: config/tc-tic54x.c:236
#, c-format
msgid "-merrors-to-file <filename>\n"
msgstr ""
-#: config/tc-tic54x.c:236
+#: config/tc-tic54x.c:237
#, c-format
msgid "-me <filename> Redirect errors to a file\n"
msgstr ""
-#: config/tc-tic54x.c:347
+#: config/tc-tic54x.c:348
msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
msgstr ""
-#: config/tc-tic54x.c:356
+#: config/tc-tic54x.c:357
msgid "symbols assigned with .asg must begin with a letter"
msgstr ""
-#: config/tc-tic54x.c:396
+#: config/tc-tic54x.c:397
msgid "Unterminated string after absolute expression"
msgstr ""
-#: config/tc-tic54x.c:404
+#: config/tc-tic54x.c:405
msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
msgstr ""
-#: config/tc-tic54x.c:414
+#: config/tc-tic54x.c:415
msgid "symbols assigned with .eval must begin with a letter"
msgstr ""
-#: config/tc-tic54x.c:479
+#: config/tc-tic54x.c:480
#, c-format
msgid ".bss size %d < 0!"
msgstr ""
-#: config/tc-tic54x.c:661
+#: config/tc-tic54x.c:662
msgid "Offset on nested structures is ignored"
msgstr ""
-#: config/tc-tic54x.c:711
+#: config/tc-tic54x.c:712
#, c-format
msgid ".end%s without preceding .%s"
msgstr ""
-#: config/tc-tic54x.c:777
+#: config/tc-tic54x.c:778
#, c-format
msgid "Unrecognized struct/union tag '%s'"
msgstr ""
-#: config/tc-tic54x.c:779
+#: config/tc-tic54x.c:780
msgid ".tag requires a structure tag"
msgstr ""
-#: config/tc-tic54x.c:785
+#: config/tc-tic54x.c:786
msgid "Label required for .tag"
msgstr ""
-#: config/tc-tic54x.c:804
+#: config/tc-tic54x.c:805
#, c-format
msgid ".tag target '%s' undefined"
msgstr ""
-#: config/tc-tic54x.c:868
+#: config/tc-tic54x.c:869
#, c-format
msgid ".field count '%d' out of range (1 <= X <= 32)"
msgstr ""
-#: config/tc-tic54x.c:896
+#: config/tc-tic54x.c:897
#, c-format
msgid "Unrecognized field type '%c'"
msgstr ""
-#: config/tc-tic54x.c:1020
+#: config/tc-tic54x.c:1021
msgid "Overflow in expression, truncated to 8 bits"
msgstr ""
-#: config/tc-tic54x.c:1025
+#: config/tc-tic54x.c:1026
msgid "Overflow in expression, truncated to 16 bits"
msgstr ""
#. Disallow .byte with a non constant expression that will
#. require relocation.
-#: config/tc-tic54x.c:1033
+#: config/tc-tic54x.c:1034
msgid "Relocatable values require at least WORD storage"
msgstr ""
-#: config/tc-tic54x.c:1094
+#: config/tc-tic54x.c:1095
msgid "Use of .def/.ref is deprecated. Use .global instead"
msgstr ""
-#: config/tc-tic54x.c:1286
+#: config/tc-tic54x.c:1287
msgid ".space/.bes repeat count is negative, ignored"
msgstr ""
-#: config/tc-tic54x.c:1291
+#: config/tc-tic54x.c:1292
msgid ".space/.bes repeat count is zero, ignored"
msgstr ""
-#: config/tc-tic54x.c:1364
+#: config/tc-tic54x.c:1365
msgid "Missing size argument"
msgstr ""
-#: config/tc-tic54x.c:1498
+#: config/tc-tic54x.c:1499
msgid "CPU version has already been set"
msgstr ""
-#: config/tc-tic54x.c:1502
+#: config/tc-tic54x.c:1503
#, c-format
msgid "Unrecognized version '%s'"
msgstr ""
-#: config/tc-tic54x.c:1508
+#: config/tc-tic54x.c:1509
msgid "Changing of CPU version on the fly not supported"
msgstr ""
-#: config/tc-tic54x.c:1639
+#: config/tc-tic54x.c:1640
msgid "p2align not supported on this target"
msgstr ""
-#: config/tc-tic54x.c:1651
+#: config/tc-tic54x.c:1652
msgid "Argument to .even ignored"
msgstr ""
-#: config/tc-tic54x.c:1697
+#: config/tc-tic54x.c:1698
msgid "Invalid field size, must be from 1 to 32"
msgstr ""
-#: config/tc-tic54x.c:1710
+#: config/tc-tic54x.c:1711
msgid "field size must be 16 when value is relocatable"
msgstr ""
-#: config/tc-tic54x.c:1725
+#: config/tc-tic54x.c:1726
msgid "field value truncated"
msgstr ""
-#: config/tc-tic54x.c:1831 config/tc-tic54x.c:2130
+#: config/tc-tic54x.c:1832 config/tc-tic54x.c:2131
#, c-format
msgid "Unrecognized section '%s'"
msgstr ""
-#: config/tc-tic54x.c:1840
+#: config/tc-tic54x.c:1841
msgid "Current section is uninitialized, section name required for .clink"
msgstr ""
-#: config/tc-tic54x.c:2041
+#: config/tc-tic54x.c:2042
msgid "ENDLOOP without corresponding LOOP"
msgstr ""
-#: config/tc-tic54x.c:2082
+#: config/tc-tic54x.c:2083
msgid "Mixing of normal and extended addressing not supported"
msgstr ""
-#: config/tc-tic54x.c:2088
+#: config/tc-tic54x.c:2089
msgid "Extended addressing not supported on the specified CPU"
msgstr ""
-#: config/tc-tic54x.c:2136
+#: config/tc-tic54x.c:2137
msgid ".sblock may be used for initialized sections only"
msgstr ""
-#: config/tc-tic54x.c:2166
+#: config/tc-tic54x.c:2167
msgid "Symbol missing for .set/.equ"
msgstr ""
-#: config/tc-tic54x.c:2222
+#: config/tc-tic54x.c:2223
msgid ".var may only be used within a macro definition"
msgstr ""
-#: config/tc-tic54x.c:2230
+#: config/tc-tic54x.c:2231
msgid "Substitution symbols must begin with a letter"
msgstr ""
-#: config/tc-tic54x.c:2322
+#: config/tc-tic54x.c:2323
#, c-format
msgid "can't open macro library file '%s' for reading: %s"
msgstr ""
-#: config/tc-tic54x.c:2329
+#: config/tc-tic54x.c:2330
#, c-format
msgid "File '%s' not in macro archive format"
msgstr ""
-#: config/tc-tic54x.c:2459
+#: config/tc-tic54x.c:2460
#, c-format
msgid "Bad COFF version '%s'"
msgstr ""
-#: config/tc-tic54x.c:2468
+#: config/tc-tic54x.c:2469
#, c-format
msgid "Bad CPU version '%s'"
msgstr ""
-#: config/tc-tic54x.c:2481 config/tc-tic54x.c:2484
+#: config/tc-tic54x.c:2482 config/tc-tic54x.c:2485
#, c-format
msgid "Can't redirect stderr to the file '%s'"
msgstr ""
-#: config/tc-tic54x.c:2597
+#: config/tc-tic54x.c:2503
+msgid "Macro nesting is too deep"
+msgstr ""
+
+#: config/tc-tic54x.c:2602
#, c-format
msgid "Undefined substitution symbol '%s'"
msgstr ""
-#: config/tc-tic54x.c:3098
+#: config/tc-tic54x.c:3103
#, c-format
msgid "Unbalanced parenthesis in operand %d"
msgstr ""
-#: config/tc-tic54x.c:3129 config/tc-tic54x.c:3137
+#: config/tc-tic54x.c:3134 config/tc-tic54x.c:3142
msgid "Expecting operand after ','"
msgstr ""
-#: config/tc-tic54x.c:3148
+#: config/tc-tic54x.c:3153
msgid "Extra junk on line"
msgstr ""
-#: config/tc-tic54x.c:3185
+#: config/tc-tic54x.c:3190
msgid "Badly formed address expression"
msgstr ""
-#: config/tc-tic54x.c:3438
+#: config/tc-tic54x.c:3443
#, c-format
msgid "Invalid dmad syntax '%s'"
msgstr ""
-#: config/tc-tic54x.c:3502
+#: config/tc-tic54x.c:3507
#, c-format
msgid ""
"Use the .mmregs directive to use memory-mapped register names such as '%s'"
msgstr ""
-#: config/tc-tic54x.c:3553
+#: config/tc-tic54x.c:3558
msgid "Address mode *+ARx is write-only. Results of reading are undefined."
msgstr ""
-#: config/tc-tic54x.c:3573
+#: config/tc-tic54x.c:3578
#, c-format
msgid "Unrecognized indirect address format \"%s\""
msgstr ""
-#: config/tc-tic54x.c:3611
+#: config/tc-tic54x.c:3616
#, c-format
msgid "Operand '%s' out of range (%d <= x <= %d)"
msgstr ""
-#: config/tc-tic54x.c:3631
+#: config/tc-tic54x.c:3636
msgid "Error in relocation handling"
msgstr ""
-#: config/tc-tic54x.c:3650 config/tc-tic54x.c:3712 config/tc-tic54x.c:3740
+#: config/tc-tic54x.c:3655 config/tc-tic54x.c:3717 config/tc-tic54x.c:3745
#, c-format
msgid "Unrecognized condition code \"%s\""
msgstr ""
-#: config/tc-tic54x.c:3667
+#: config/tc-tic54x.c:3672
#, c-format
msgid "Condition \"%s\" does not match preceding group"
msgstr ""
-#: config/tc-tic54x.c:3675
+#: config/tc-tic54x.c:3680
#, c-format
msgid ""
"Condition \"%s\" uses a different accumulator from a preceding condition"
msgstr ""
-#: config/tc-tic54x.c:3682
+#: config/tc-tic54x.c:3687
msgid "Only one comparison conditional allowed"
msgstr ""
-#: config/tc-tic54x.c:3687
+#: config/tc-tic54x.c:3692
msgid "Only one overflow conditional allowed"
msgstr ""
-#: config/tc-tic54x.c:3695
+#: config/tc-tic54x.c:3700
#, c-format
msgid "Duplicate %s conditional"
msgstr ""
-#: config/tc-tic54x.c:3726
+#: config/tc-tic54x.c:3731
msgid "Invalid auxiliary register (use AR0-AR7)"
msgstr ""
-#: config/tc-tic54x.c:3757
+#: config/tc-tic54x.c:3762
msgid "lk addressing modes are invalid for memory-mapped register addressing"
msgstr ""
-#: config/tc-tic54x.c:3765
+#: config/tc-tic54x.c:3770
msgid ""
"Address mode *+ARx is not allowed in memory-mapped register addressing. "
"Resulting behavior is undefined."
msgstr ""
-#: config/tc-tic54x.c:3791
+#: config/tc-tic54x.c:3796
msgid ""
"Destination accumulator for each part of this parallel instruction must be "
"different"
msgstr ""
-#: config/tc-tic54x.c:3840
+#: config/tc-tic54x.c:3845
#, c-format
msgid "Memory mapped register \"%s\" out of range"
msgstr ""
-#: config/tc-tic54x.c:3879
+#: config/tc-tic54x.c:3884
msgid "Invalid operand (use 1, 2, or 3)"
msgstr ""
-#: config/tc-tic54x.c:3905
+#: config/tc-tic54x.c:3910
msgid "A status register or status bit name is required"
msgstr ""
-#: config/tc-tic54x.c:3915
+#: config/tc-tic54x.c:3920
#, c-format
msgid "Unrecognized status bit \"%s\""
msgstr ""
-#: config/tc-tic54x.c:3938
+#: config/tc-tic54x.c:3943
#, c-format
msgid "Invalid status register \"%s\""
msgstr ""
-#: config/tc-tic54x.c:3950
+#: config/tc-tic54x.c:3955
#, c-format
msgid "Operand \"%s\" out of range (use 1 or 2)"
msgstr ""
-#: config/tc-tic54x.c:4153
+#: config/tc-tic54x.c:4158
#, c-format
msgid "Unrecognized instruction \"%s\""
msgstr ""
-#: config/tc-tic54x.c:4182
+#: config/tc-tic54x.c:4187
#, c-format
msgid "Unrecognized operand list '%s' for instruction '%s'"
msgstr ""
-#: config/tc-tic54x.c:4211
+#: config/tc-tic54x.c:4216
#, c-format
msgid "Unrecognized parallel instruction \"%s\""
msgstr ""
-#: config/tc-tic54x.c:4260
+#: config/tc-tic54x.c:4265
#, c-format
msgid "Invalid operand (s) for parallel instruction \"%s\""
msgstr ""
-#: config/tc-tic54x.c:4263
+#: config/tc-tic54x.c:4268
#, c-format
msgid "Unrecognized parallel instruction combination \"%s || %s\""
msgstr ""
-#: config/tc-tic54x.c:4484
+#: config/tc-tic54x.c:4488
#, c-format
msgid "%s symbol recursion stopped at second appearance of '%s'"
msgstr ""
-#: config/tc-tic54x.c:4524
+#: config/tc-tic54x.c:4528
msgid "Unrecognized substitution symbol function"
msgstr ""
-#: config/tc-tic54x.c:4529
+#: config/tc-tic54x.c:4533
msgid "Missing '(' after substitution symbol function"
msgstr ""
-#: config/tc-tic54x.c:4543
+#: config/tc-tic54x.c:4547
msgid "Expecting second argument"
msgstr ""
-#: config/tc-tic54x.c:4556 config/tc-tic54x.c:4606
+#: config/tc-tic54x.c:4560 config/tc-tic54x.c:4610
msgid "Extra junk in function call, expecting ')'"
msgstr ""
-#: config/tc-tic54x.c:4582
+#: config/tc-tic54x.c:4586
msgid "Function expects two arguments"
msgstr ""
-#: config/tc-tic54x.c:4595
+#: config/tc-tic54x.c:4599
msgid "Expecting character constant argument"
msgstr ""
-#: config/tc-tic54x.c:4601
+#: config/tc-tic54x.c:4605
msgid "Both arguments must be substitution symbols"
msgstr ""
-#: config/tc-tic54x.c:4653
+#: config/tc-tic54x.c:4657
#, c-format
msgid "Invalid subscript (use 1 to %d)"
msgstr ""
-#: config/tc-tic54x.c:4663
+#: config/tc-tic54x.c:4667
#, c-format
msgid "Invalid length (use 0 to %d)"
msgstr ""
-#: config/tc-tic54x.c:4673
+#: config/tc-tic54x.c:4677
msgid "Missing ')' in subscripted substitution symbol expression"
msgstr ""
-#: config/tc-tic54x.c:4693
+#: config/tc-tic54x.c:4697
msgid "Missing forced substitution terminator ':'"
msgstr ""
-#: config/tc-tic54x.c:4845
+#: config/tc-tic54x.c:4850
#, c-format
msgid ""
"Instruction does not fit in available delay slots (%d-word insn, %d slot "
@@ -17257,22 +17818,22 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: config/tc-tic54x.c:4889
+#: config/tc-tic54x.c:4894
#, c-format
msgid "Unrecognized parallel instruction '%s'"
msgstr ""
-#: config/tc-tic54x.c:4901
+#: config/tc-tic54x.c:4906
#, c-format
msgid "Instruction '%s' requires an LP cpu version"
msgstr ""
-#: config/tc-tic54x.c:4908
+#: config/tc-tic54x.c:4913
#, c-format
msgid "Instruction '%s' requires far mode addressing"
msgstr ""
-#: config/tc-tic54x.c:4920
+#: config/tc-tic54x.c:4925
#, c-format
msgid ""
"Instruction does not fit in available delay slots (%d-word insn, %d slot "
@@ -17283,38 +17844,38 @@ msgid_plural ""
msgstr[0] ""
msgstr[1] ""
-#: config/tc-tic54x.c:4934
+#: config/tc-tic54x.c:4939
msgid ""
"Instructions which cause PC discontinuity are not allowed in a delay slot. "
"Resulting behavior is undefined."
msgstr ""
-#: config/tc-tic54x.c:4945
+#: config/tc-tic54x.c:4950
#, c-format
msgid "'%s' is not repeatable. Resulting behavior is undefined."
msgstr ""
-#: config/tc-tic54x.c:4949
+#: config/tc-tic54x.c:4954
msgid ""
"Instructions using long offset modifiers or absolute addresses are not "
"repeatable. Resulting behavior is undefined."
msgstr ""
-#: config/tc-tic54x.c:5099
+#: config/tc-tic54x.c:5104
#, c-format
msgid "Unsupported relocation size %d"
msgstr ""
-#: config/tc-tic54x.c:5230
+#: config/tc-tic54x.c:5235
msgid "non-absolute value used with .space/.bes"
msgstr ""
-#: config/tc-tic54x.c:5234
+#: config/tc-tic54x.c:5239
#, c-format
msgid "negative value ignored in %s"
msgstr ""
-#: config/tc-tic54x.c:5322
+#: config/tc-tic54x.c:5327
#, c-format
msgid "attempt to .space/.bes backwards? (%ld)"
msgstr ""
@@ -17856,8 +18417,8 @@ msgstr ""
msgid "Expected immediate expression"
msgstr ""
-#: config/tc-tilegx.c:1209 config/tc-tilegx.c:1814 config/tc-tilepro.c:1095
-#: config/tc-tilepro.c:1594
+#: config/tc-tilegx.c:1209 config/tc-tilegx.c:1811 config/tc-tilepro.c:1095
+#: config/tc-tilepro.c:1591
msgid "Found '}' when not bundling."
msgstr ""
@@ -17870,20 +18431,20 @@ msgstr ""
msgid "Too many instructions for bundle."
msgstr ""
-#: config/tc-tilegx.c:1356 config/tc-tilepro.c:1231
+#: config/tc-tilegx.c:1353 config/tc-tilepro.c:1228
msgid "Bad call to md_atof ()"
msgstr ""
-#: config/tc-tilegx.c:1432 config/tc-tilepro.c:1294
+#: config/tc-tilegx.c:1429 config/tc-tilepro.c:1291
msgid "This operator only produces two byte values."
msgstr ""
-#: config/tc-tilegx.c:1759 config/tc-tilepro.c:1539
+#: config/tc-tilegx.c:1756 config/tc-tilepro.c:1536
#, c-format
msgid "internal error? cannot generate `%s' relocation (%d, %d)"
msgstr ""
-#: config/tc-tilegx.c:1802 config/tc-tilepro.c:1582
+#: config/tc-tilegx.c:1799 config/tc-tilepro.c:1579
msgid "Found '{' when already bundling."
msgstr ""
@@ -18218,7 +18779,7 @@ msgstr ""
msgid "displacement is too large"
msgstr ""
-#: config/tc-v850.c:2975 config/tc-xtensa.c:13149
+#: config/tc-v850.c:2975 config/tc-xtensa.c:13026
msgid "invalid operand"
msgstr ""
@@ -18459,7 +19020,7 @@ msgstr ""
msgid "VIP_BEGIN error:%s"
msgstr ""
-#: config/tc-visium.c:862
+#: config/tc-visium.c:859
msgid "Bad call to MD_ATOF()"
msgstr ""
@@ -18656,564 +19217,555 @@ msgstr ""
msgid "unsupported fptr fixup"
msgstr ""
-#: config/tc-xtensa.c:647
+#: config/tc-xtensa.c:649
msgid "illegal range of target hardware versions"
msgstr ""
-#: config/tc-xtensa.c:823
+#: config/tc-xtensa.c:825
msgid "--density option is ignored"
msgstr ""
-#: config/tc-xtensa.c:826
+#: config/tc-xtensa.c:828
msgid "--no-density option is ignored"
msgstr ""
-#: config/tc-xtensa.c:844
+#: config/tc-xtensa.c:846
msgid "--generics is deprecated; use --transform instead"
msgstr ""
-#: config/tc-xtensa.c:847
+#: config/tc-xtensa.c:849
msgid "--no-generics is deprecated; use --no-transform instead"
msgstr ""
-#: config/tc-xtensa.c:850
+#: config/tc-xtensa.c:852
msgid "--relax is deprecated; use --transform instead"
msgstr ""
-#: config/tc-xtensa.c:853
+#: config/tc-xtensa.c:855
msgid "--no-relax is deprecated; use --no-transform instead"
msgstr ""
-#: config/tc-xtensa.c:870
+#: config/tc-xtensa.c:872
msgid "--absolute-literals option not supported in this Xtensa configuration"
msgstr ""
-#: config/tc-xtensa.c:943
+#: config/tc-xtensa.c:945
msgid "prefer-l32r conflicts with prefer-const16"
msgstr ""
-#: config/tc-xtensa.c:949
+#: config/tc-xtensa.c:951
msgid "prefer-const16 conflicts with prefer-l32r"
msgstr ""
-#: config/tc-xtensa.c:958 config/tc-xtensa.c:967 config/tc-xtensa.c:971
+#: config/tc-xtensa.c:960 config/tc-xtensa.c:969 config/tc-xtensa.c:973
msgid "invalid target hardware version"
msgstr ""
-#: config/tc-xtensa.c:1017
+#: config/tc-xtensa.c:1019
msgid "no-auto-litpools is incompatible with auto-litpool-limit"
msgstr ""
-#: config/tc-xtensa.c:1019 config/tc-xtensa.c:1022
+#: config/tc-xtensa.c:1021 config/tc-xtensa.c:1024
msgid "invalid auto-litpool-limit argument"
msgstr ""
-#: config/tc-xtensa.c:1024
+#: config/tc-xtensa.c:1026
msgid "invalid auto-litpool-limit argument (range is 100-10000)"
msgstr ""
-#: config/tc-xtensa.c:1213
+#: config/tc-xtensa.c:1215
msgid "unmatched .end directive"
msgstr ""
-#: config/tc-xtensa.c:1242
+#: config/tc-xtensa.c:1244
msgid ".begin directive with no matching .end directive"
msgstr ""
-#: config/tc-xtensa.c:1283
+#: config/tc-xtensa.c:1285
msgid "[no-]generics is deprecated; use [no-]transform instead"
msgstr ""
-#: config/tc-xtensa.c:1288
+#: config/tc-xtensa.c:1290
msgid "[no-]relax is deprecated; use [no-]transform instead"
msgstr ""
-#: config/tc-xtensa.c:1301
+#: config/tc-xtensa.c:1303
#, c-format
msgid "directive %s cannot be negated"
msgstr ""
-#: config/tc-xtensa.c:1307
+#: config/tc-xtensa.c:1309
msgid "unknown directive"
msgstr ""
-#: config/tc-xtensa.c:1328 config/tc-xtensa.c:1424 config/tc-xtensa.c:1666
-#: config/tc-xtensa.c:5920
+#: config/tc-xtensa.c:1330 config/tc-xtensa.c:1426 config/tc-xtensa.c:1656
+#: config/tc-xtensa.c:5903
msgid "directives are not valid inside bundles"
msgstr ""
-#: config/tc-xtensa.c:1340
+#: config/tc-xtensa.c:1342
msgid ".begin literal is deprecated; use .literal instead"
msgstr ""
-#: config/tc-xtensa.c:1354
+#: config/tc-xtensa.c:1356
msgid "cannot set literal_prefix inside literal fragment"
msgstr ""
-#: config/tc-xtensa.c:1387
+#: config/tc-xtensa.c:1389
msgid ".begin [no-]density is ignored"
msgstr ""
-#: config/tc-xtensa.c:1394 config/tc-xtensa.c:1444
+#: config/tc-xtensa.c:1396 config/tc-xtensa.c:1446
msgid "Xtensa absolute literals option not supported; ignored"
msgstr ""
-#: config/tc-xtensa.c:1437
+#: config/tc-xtensa.c:1439
msgid ".end [no-]density is ignored"
msgstr ""
-#: config/tc-xtensa.c:1462
+#: config/tc-xtensa.c:1464
#, c-format
msgid "does not match begin %s%s at %s:%d"
msgstr ""
-#: config/tc-xtensa.c:1517
+#: config/tc-xtensa.c:1519
msgid ".literal_position inside literal directive; ignoring"
msgstr ""
-#: config/tc-xtensa.c:1537
+#: config/tc-xtensa.c:1538
msgid ".literal not allowed inside .begin literal region"
msgstr ""
-#: config/tc-xtensa.c:1576
+#: config/tc-xtensa.c:1566
msgid "expected comma or colon after symbol name; rest of line ignored"
msgstr ""
-#: config/tc-xtensa.c:1635
+#: config/tc-xtensa.c:1625
msgid "fall through frequency must be greater than 0"
msgstr ""
-#: config/tc-xtensa.c:1643
+#: config/tc-xtensa.c:1633
msgid "branch target frequency must be greater than 0"
msgstr ""
-#: config/tc-xtensa.c:1691
+#: config/tc-xtensa.c:1681
#, c-format
msgid "opcode-specific %s relocation used outside an instruction"
msgstr ""
-#: config/tc-xtensa.c:1701
+#: config/tc-xtensa.c:1691
#, c-format
msgid "invalid use of %s relocation"
msgstr ""
-#: config/tc-xtensa.c:1897 config/tc-xtensa.c:1914
+#: config/tc-xtensa.c:1887 config/tc-xtensa.c:1904
#, c-format
msgid "bad register name: %s"
msgstr ""
-#: config/tc-xtensa.c:1903
+#: config/tc-xtensa.c:1893
#, c-format
msgid "bad register number: %s"
msgstr ""
-#: config/tc-xtensa.c:1967
+#: config/tc-xtensa.c:1957
msgid "pcrel relocation not allowed in an instruction"
msgstr ""
-#: config/tc-xtensa.c:2070
+#: config/tc-xtensa.c:2060
msgid "extra colon"
msgstr ""
-#: config/tc-xtensa.c:2131
+#: config/tc-xtensa.c:2121
msgid "incorrect register number, ignoring"
msgstr ""
-#: config/tc-xtensa.c:2212
+#: config/tc-xtensa.c:2202
#, c-format
msgid "cannot encode opcode \"%s\""
msgstr ""
-#: config/tc-xtensa.c:2304
+#: config/tc-xtensa.c:2294
#, c-format
msgid "not enough operands (%d) for '%s'; expected %d"
msgstr ""
-#: config/tc-xtensa.c:2311
+#: config/tc-xtensa.c:2301
#, c-format
msgid "too many operands (%d) for '%s'; expected %d"
msgstr ""
-#: config/tc-xtensa.c:2362
+#: config/tc-xtensa.c:2352
#, c-format
msgid "invalid register '%s' for '%s' instruction"
msgstr ""
-#: config/tc-xtensa.c:2369
+#: config/tc-xtensa.c:2359
#, c-format
msgid "invalid register number (%ld) for '%s' instruction"
msgstr ""
-#: config/tc-xtensa.c:2436
+#: config/tc-xtensa.c:2426
#, c-format
msgid "invalid register number (%ld) for '%s'"
msgstr ""
-#: config/tc-xtensa.c:2823
+#: config/tc-xtensa.c:2813
#, c-format
msgid "operand %d of '%s' has out of range value '%u'"
msgstr ""
-#: config/tc-xtensa.c:2829
+#: config/tc-xtensa.c:2819
#, c-format
msgid "operand %d of '%s' has invalid value '%u'"
msgstr ""
-#: config/tc-xtensa.c:2876
+#: config/tc-xtensa.c:2866
#, c-format
msgid "internal error: unknown option name '%s'"
msgstr ""
-#: config/tc-xtensa.c:3985
+#: config/tc-xtensa.c:3975
msgid "can't handle generation of literal/labels yet"
msgstr ""
-#: config/tc-xtensa.c:3989
+#: config/tc-xtensa.c:3979
msgid "can't handle undefined OP TYPE"
msgstr ""
-#: config/tc-xtensa.c:4050 config/tc-xtensa.c:4059
+#: config/tc-xtensa.c:4040 config/tc-xtensa.c:4049
#, c-format
msgid "found %d operand for '%s': Expected %d"
msgid_plural "found %d operands for '%s': Expected %d"
msgstr[0] ""
msgstr[1] ""
-#: config/tc-xtensa.c:4082
+#: config/tc-xtensa.c:4072
msgid "immediate operands sum to greater than 32"
msgstr ""
-#: config/tc-xtensa.c:4334
+#: config/tc-xtensa.c:4324
#, c-format
msgid "invalid relocation for operand %i of '%s'"
msgstr ""
-#: config/tc-xtensa.c:4344
+#: config/tc-xtensa.c:4334
#, c-format
msgid "invalid expression for operand %i of '%s'"
msgstr ""
-#: config/tc-xtensa.c:4354
+#: config/tc-xtensa.c:4344
#, c-format
msgid "invalid relocation in instruction slot %i"
msgstr ""
-#: config/tc-xtensa.c:4361
+#: config/tc-xtensa.c:4351
#, c-format
msgid "undefined symbol for opcode \"%s\""
msgstr ""
-#: config/tc-xtensa.c:4849
+#: config/tc-xtensa.c:4826
msgid "opcode 'NOP.N' unavailable in this configuration"
msgstr ""
-#: config/tc-xtensa.c:4909
+#: config/tc-xtensa.c:4886
msgid "get_expanded_loop_offset: invalid opcode"
msgstr ""
-#: config/tc-xtensa.c:5067
+#: config/tc-xtensa.c:5047
#, c-format
msgid "assembly state not set for first frag in section %s"
msgstr ""
-#: config/tc-xtensa.c:5120
+#: config/tc-xtensa.c:5100
#, c-format
msgid "unaligned branch target: %d bytes at 0x%lx"
msgstr ""
-#: config/tc-xtensa.c:5164
+#: config/tc-xtensa.c:5144
#, c-format
msgid "unaligned loop: %d bytes at 0x%lx"
msgstr ""
-#: config/tc-xtensa.c:5189
+#: config/tc-xtensa.c:5169
msgid "unexpected fix"
msgstr ""
-#: config/tc-xtensa.c:5200 config/tc-xtensa.c:5204
+#: config/tc-xtensa.c:5180 config/tc-xtensa.c:5184
msgid "undecodable fix"
msgstr ""
-#: config/tc-xtensa.c:5360
+#: config/tc-xtensa.c:5343
msgid "labels are not valid inside bundles"
msgstr ""
-#: config/tc-xtensa.c:5380
+#: config/tc-xtensa.c:5363
msgid "invalid last instruction for a zero-overhead loop"
msgstr ""
-#: config/tc-xtensa.c:5447
+#: config/tc-xtensa.c:5430
msgid "extra opening brace"
msgstr ""
-#: config/tc-xtensa.c:5457
+#: config/tc-xtensa.c:5440
msgid "extra closing brace"
msgstr ""
-#: config/tc-xtensa.c:5484
+#: config/tc-xtensa.c:5467
msgid "missing closing brace"
msgstr ""
-#: config/tc-xtensa.c:5582 config/tc-xtensa.c:5611
+#: config/tc-xtensa.c:5565 config/tc-xtensa.c:5594
#, c-format
msgid "wrong number of operands for '%s'"
msgstr ""
-#: config/tc-xtensa.c:5598
+#: config/tc-xtensa.c:5581
#, c-format
msgid "bad relocation expression for '%s'"
msgstr ""
-#: config/tc-xtensa.c:5633
+#: config/tc-xtensa.c:5616
#, c-format
msgid "unknown opcode or format name '%s'"
msgstr ""
-#: config/tc-xtensa.c:5639
+#: config/tc-xtensa.c:5622
msgid "format names only valid inside bundles"
msgstr ""
-#: config/tc-xtensa.c:5644
+#: config/tc-xtensa.c:5627
#, c-format
msgid "multiple formats specified for one bundle; using '%s'"
msgstr ""
-#: config/tc-xtensa.c:5694
+#: config/tc-xtensa.c:5677
msgid "entry instruction with stack decrement < 16"
msgstr ""
-#: config/tc-xtensa.c:5748
+#: config/tc-xtensa.c:5731
msgid "unaligned entry instruction"
msgstr ""
-#: config/tc-xtensa.c:5813
+#: config/tc-xtensa.c:5796
msgid "bad instruction format"
msgstr ""
-#: config/tc-xtensa.c:5816
+#: config/tc-xtensa.c:5799
msgid "invalid relocation"
msgstr ""
-#: config/tc-xtensa.c:5827
+#: config/tc-xtensa.c:5810
#, c-format
msgid "invalid relocation for '%s' instruction"
msgstr ""
-#: config/tc-xtensa.c:5839
+#: config/tc-xtensa.c:5822
#, c-format
msgid "invalid relocation for operand %d of '%s'"
msgstr ""
-#: config/tc-xtensa.c:6105
+#: config/tc-xtensa.c:6099
#, c-format
msgid "unhandled local relocation fix %s"
msgstr ""
-#: config/tc-xtensa.c:6156
+#: config/tc-xtensa.c:6150
#, c-format
msgid "internal error; cannot generate `%s' relocation"
msgstr ""
-#: config/tc-xtensa.c:6373
+#: config/tc-xtensa.c:6367
msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
msgstr ""
-#: config/tc-xtensa.c:6380
+#: config/tc-xtensa.c:6374
msgid "couldn't find a valid instruction format"
msgstr ""
-#: config/tc-xtensa.c:6381
+#: config/tc-xtensa.c:6375
#, c-format
msgid " ops were: "
msgstr ""
-#: config/tc-xtensa.c:6383
+#: config/tc-xtensa.c:6377
#, c-format
msgid " %s;"
msgstr ""
-#: config/tc-xtensa.c:6393
+#: config/tc-xtensa.c:6387
#, c-format
msgid "mismatch for format '%s': #slots = %d, #opcodes = %d"
msgstr ""
-#: config/tc-xtensa.c:6402 config/tc-xtensa.c:6499
+#: config/tc-xtensa.c:6396 config/tc-xtensa.c:6493
msgid "illegal resource usage in bundle"
msgstr ""
-#: config/tc-xtensa.c:6588
+#: config/tc-xtensa.c:6582
#, c-format
msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
msgstr ""
-#: config/tc-xtensa.c:6593
+#: config/tc-xtensa.c:6587
#, c-format
msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
msgstr ""
-#: config/tc-xtensa.c:6598
+#: config/tc-xtensa.c:6592
#, c-format
msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
msgstr ""
-#: config/tc-xtensa.c:6603
+#: config/tc-xtensa.c:6597
#, c-format
msgid ""
"opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
msgstr ""
-#: config/tc-xtensa.c:6619
+#: config/tc-xtensa.c:6613
msgid "multiple branches or jumps in the same bundle"
msgstr ""
-#: config/tc-xtensa.c:7071
+#: config/tc-xtensa.c:7065
msgid "cannot assemble into a literal fragment"
msgstr ""
-#: config/tc-xtensa.c:7073
+#: config/tc-xtensa.c:7067
msgid "..."
msgstr ""
-#: config/tc-xtensa.c:8285
+#: config/tc-xtensa.c:8279
msgid ""
"instruction sequence (write a0, branch, retw) may trigger hardware errata"
msgstr ""
-#: config/tc-xtensa.c:8397
+#: config/tc-xtensa.c:8391
msgid "branching or jumping to a loop end may trigger hardware errata"
msgstr ""
-#: config/tc-xtensa.c:8479
+#: config/tc-xtensa.c:8473
msgid "loop end too close to another loop end may trigger hardware errata"
msgstr ""
-#: config/tc-xtensa.c:8488
+#: config/tc-xtensa.c:8482
#, c-format
msgid "fr_var %lu < length %d"
msgstr ""
-#: config/tc-xtensa.c:8645
+#: config/tc-xtensa.c:8639
msgid ""
"loop containing less than three instructions may trigger hardware errata"
msgstr ""
-#: config/tc-xtensa.c:8717
+#: config/tc-xtensa.c:8711
msgid "undecodable instruction in instruction frag"
msgstr ""
-#: config/tc-xtensa.c:8827
+#: config/tc-xtensa.c:8821
msgid "invalid empty loop"
msgstr ""
-#: config/tc-xtensa.c:8832
+#: config/tc-xtensa.c:8826
msgid "loop target does not follow loop instruction in section"
msgstr ""
-#: config/tc-xtensa.c:9403
+#: config/tc-xtensa.c:9397
msgid "cannot find suitable trampoline"
msgstr ""
-#: config/tc-xtensa.c:9658
+#: config/tc-xtensa.c:9652
msgid "bad relaxation state"
msgstr ""
-#: config/tc-xtensa.c:9716
+#: config/tc-xtensa.c:9710
#, c-format
msgid "fr_var (%ld) < length (%d)"
msgstr ""
-#: config/tc-xtensa.c:10416
+#: config/tc-xtensa.c:10410
msgid "jump target out of range; no usable trampoline found"
msgstr ""
-#: config/tc-xtensa.c:10540
+#: config/tc-xtensa.c:10534
msgid "invalid relaxation fragment result"
msgstr ""
-#: config/tc-xtensa.c:10622
+#: config/tc-xtensa.c:10616
msgid "unable to widen instruction"
msgstr ""
-#: config/tc-xtensa.c:10761
+#: config/tc-xtensa.c:10754
msgid "multiple literals in expansion"
msgstr ""
-#: config/tc-xtensa.c:10765
+#: config/tc-xtensa.c:10758
msgid "no registered fragment for literal"
msgstr ""
-#: config/tc-xtensa.c:10767
+#: config/tc-xtensa.c:10760
msgid "number of literal tokens != 1"
msgstr ""
-#: config/tc-xtensa.c:10896 config/tc-xtensa.c:10902
+#: config/tc-xtensa.c:10889 config/tc-xtensa.c:10895
#, c-format
msgid "unresolved loop target symbol: %s"
msgstr ""
-#: config/tc-xtensa.c:11008
+#: config/tc-xtensa.c:11384
#, c-format
-msgid "invalid expression evaluation type %d"
-msgstr ""
-
-#: config/tc-xtensa.c:11025
-msgid "loop too long for LOOP instruction"
+msgid "fixes not all moved from %s"
msgstr ""
-#: config/tc-xtensa.c:11398 config/tc-xtensa.c:11635
+#: config/tc-xtensa.c:11512
msgid ""
"literal pool location required for text-section-literals; specify with ."
"literal_position"
msgstr ""
-#: config/tc-xtensa.c:11507
-#, c-format
-msgid "fixes not all moved from %s"
-msgstr ""
-
-#: config/tc-xtensa.c:12463
+#: config/tc-xtensa.c:12340
msgid "too many operands in instruction"
msgstr ""
-#: config/tc-xtensa.c:12673
+#: config/tc-xtensa.c:12550
msgid "invalid symbolic operand"
msgstr ""
-#: config/tc-xtensa.c:12734
+#: config/tc-xtensa.c:12611
msgid "operand number mismatch"
msgstr ""
-#: config/tc-xtensa.c:12738
+#: config/tc-xtensa.c:12615
#, c-format
msgid "cannot encode opcode \"%s\" in the given format \"%s\""
msgstr ""
-#: config/tc-xtensa.c:12763
+#: config/tc-xtensa.c:12640
#, c-format
msgid "xtensa-isa failure: %s"
msgstr ""
-#: config/tc-xtensa.c:12840
+#: config/tc-xtensa.c:12717
msgid "invalid opcode"
msgstr ""
-#: config/tc-xtensa.c:12846
+#: config/tc-xtensa.c:12723
msgid "too few operands"
msgstr ""
-#: config/tc-xtensa.c:12852
+#: config/tc-xtensa.c:12729
msgid "too many operands"
msgstr ""
-#: config/tc-xtensa.c:12896
+#: config/tc-xtensa.c:12773
msgid "multiple writes to the same register"
msgstr ""
-#: config/tc-xtensa.c:13010 config/tc-xtensa.c:13016
+#: config/tc-xtensa.c:12887 config/tc-xtensa.c:12893
msgid "out of memory"
msgstr ""
-#: config/tc-xtensa.c:13105
+#: config/tc-xtensa.c:12982
msgid "TLS relocation not allowed in FLIX bundle"
msgstr ""
@@ -19221,33 +19773,33 @@ msgstr ""
#. relaxed in the front-end. If "record_fixup" is set, then this
#. function is being called during back-end relaxation, so flag
#. the unexpected behavior as an error.
-#: config/tc-xtensa.c:13111
+#: config/tc-xtensa.c:12988
msgid "unexpected TLS relocation"
msgstr ""
-#: config/tc-xtensa.c:13155
+#: config/tc-xtensa.c:13032
msgid "symbolic operand not allowed"
msgstr ""
-#: config/tc-xtensa.c:13192
+#: config/tc-xtensa.c:13069
msgid "cannot decode instruction format"
msgstr ""
-#: config/tc-xtensa.c:13336
+#: config/tc-xtensa.c:13213
msgid "ignoring extra '-rename-section' delimiter ':'"
msgstr ""
-#: config/tc-xtensa.c:13341
+#: config/tc-xtensa.c:13218
#, c-format
msgid "ignoring invalid '-rename-section' specification: '%s'"
msgstr ""
-#: config/tc-xtensa.c:13352
+#: config/tc-xtensa.c:13229
#, c-format
msgid "section %s renamed multiple times"
msgstr ""
-#: config/tc-xtensa.c:13354
+#: config/tc-xtensa.c:13231
#, c-format
msgid "multiple sections remapped to output section %s"
msgstr ""
@@ -19437,72 +19989,72 @@ msgstr ""
msgid "call to md_estimate_size_before_relax\n"
msgstr ""
-#: config/xtensa-relax.c:1550
+#: config/xtensa-relax.c:1583
#, c-format
msgid "invalid configuration option '%s' in transition rule '%s'"
msgstr ""
-#: config/xtensa-relax.c:1675 config/xtensa-relax.c:1685
+#: config/xtensa-relax.c:1708 config/xtensa-relax.c:1718
#, c-format
msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
msgstr ""
-#: config/xtensa-relax.c:1692
+#: config/xtensa-relax.c:1725
#, c-format
msgid "opcode '%s': precondition only contains constants in '%s'"
msgstr ""
-#: config/xtensa-relax.c:1739
+#: config/xtensa-relax.c:1772
msgid "expected one operand for generated literal"
msgstr ""
-#: config/xtensa-relax.c:1746
+#: config/xtensa-relax.c:1779
msgid "expected 0 operands for generated label"
msgstr ""
-#: config/xtensa-relax.c:1759
+#: config/xtensa-relax.c:1792
#, c-format
msgid "invalid opcode '%s' in transition rule '%s'"
msgstr ""
-#: config/xtensa-relax.c:1767
+#: config/xtensa-relax.c:1800
#, c-format
msgid "opcode '%s': replacement does not have %d op"
msgid_plural "opcode '%s': replacement does not have %d ops"
msgstr[0] ""
msgstr[1] ""
-#: config/xtensa-relax.c:1783
+#: config/xtensa-relax.c:1816
#, c-format
msgid "opcode '%s': cannot find literal definition"
msgstr ""
-#: config/xtensa-relax.c:1799 config/xtensa-relax.c:1829
+#: config/xtensa-relax.c:1832 config/xtensa-relax.c:1862
#, c-format
msgid "opcode '%s': unidentified operand '%s' in '%s'"
msgstr ""
-#: config/xtensa-relax.c:1824
+#: config/xtensa-relax.c:1857
#, c-format
msgid "unknown user-defined function %s"
msgstr ""
-#: config/xtensa-relax.c:1835
+#: config/xtensa-relax.c:1868
#, c-format
msgid "opcode '%s': could not parse operand '%s' in '%s'"
msgstr ""
-#: config/xtensa-relax.c:1875
+#: config/xtensa-relax.c:1908
#, c-format
msgid "could not parse INSN_PATTERN '%s'"
msgstr ""
-#: config/xtensa-relax.c:1879
+#: config/xtensa-relax.c:1912
#, c-format
msgid "could not parse INSN_REPL '%s'"
msgstr ""
-#: config/xtensa-relax.c:1890
+#: config/xtensa-relax.c:1923
#, c-format
msgid "could not build transition for %s => %s"
msgstr ""
@@ -19633,46 +20185,51 @@ msgstr ""
msgid "CFI is not supported for this target"
msgstr ""
-#: dwarf2dbg.c:372 dwarf2dbg.c:2290
+#: dwarf2dbg.c:372 dwarf2dbg.c:2352
msgid "view number mismatch"
msgstr ""
-#: dwarf2dbg.c:782 dwarf2dbg.c:826
+#: dwarf2dbg.c:757 dwarf2dbg.c:815
+#, c-format
+msgid "file number %lu is too big"
+msgstr ""
+
+#: dwarf2dbg.c:804 dwarf2dbg.c:854
msgid "file number less than one"
msgstr ""
-#: dwarf2dbg.c:792
+#: dwarf2dbg.c:820
#, c-format
-msgid "file number %ld already allocated"
+msgid "file number %u already allocated"
msgstr ""
-#: dwarf2dbg.c:831 dwarf2dbg.c:1699
+#: dwarf2dbg.c:859 dwarf2dbg.c:1739
#, c-format
msgid "unassigned file number %ld"
msgstr ""
-#: dwarf2dbg.c:900
+#: dwarf2dbg.c:928
msgid "is_stmt value not 0 or 1"
msgstr ""
-#: dwarf2dbg.c:912
+#: dwarf2dbg.c:940
msgid "isa number less than zero"
msgstr ""
-#: dwarf2dbg.c:924
+#: dwarf2dbg.c:952
msgid "discriminator less than zero"
msgstr ""
-#: dwarf2dbg.c:943
+#: dwarf2dbg.c:971
msgid "numeric view can only be asserted to zero"
msgstr ""
-#: dwarf2dbg.c:981
+#: dwarf2dbg.c:1009
#, c-format
msgid "unknown .loc sub-directive `%s'"
msgstr ""
-#: dwarf2dbg.c:1776
+#: dwarf2dbg.c:1816
msgid "internal error: unknown dwarf2 format"
msgstr ""
@@ -19863,105 +20420,105 @@ msgstr ""
msgid "GP prologue size exceeds field size, using 0 instead"
msgstr ""
-#: expr.c:82 read.c:3803
+#: expr.c:84 read.c:3804
msgid "bignum invalid"
msgstr ""
-#: expr.c:84 read.c:3805 read.c:4310 read.c:5156
+#: expr.c:86 read.c:3806 read.c:4311 read.c:5157
msgid "floating point number invalid"
msgstr ""
-#: expr.c:207
+#: expr.c:209
msgid "bad floating-point constant: exponent overflow"
msgstr ""
-#: expr.c:211
+#: expr.c:213
#, c-format
msgid "bad floating-point constant: unknown error code=%d"
msgstr ""
-#: expr.c:396
+#: expr.c:398
msgid ""
"a bignum with underscores may not have more than 8 hex digits in any word"
msgstr ""
-#: expr.c:419
+#: expr.c:421
msgid "a bignum with underscores must have exactly 4 words"
msgstr ""
#. Either not seen or not defined.
#. @@ Should print out the original string instead of
#. the parsed number.
-#: expr.c:557
+#: expr.c:559
#, c-format
msgid "backward ref to unknown label \"%d:\""
msgstr ""
-#: expr.c:675
+#: expr.c:677
msgid "character constant too large"
msgstr ""
-#: expr.c:970
+#: expr.c:963
#, c-format
msgid "found '%c', expected: '%c'"
msgstr ""
-#: expr.c:973
+#: expr.c:966
#, c-format
msgid "missing '%c'"
msgstr ""
-#: expr.c:985 read.c:4607
+#: expr.c:978 read.c:4608
msgid "EBCDIC constants are not supported"
msgstr ""
-#: expr.c:1112
+#: expr.c:1105
#, c-format
msgid "Unary operator %c ignored because bad operand follows"
msgstr ""
-#: expr.c:1162 expr.c:1193
+#: expr.c:1169 expr.c:1200
msgid "syntax error in .startof. or .sizeof."
msgstr ""
-#: expr.c:1274 expr.c:1598
+#: expr.c:1281 expr.c:1605
#, c-format
msgid "invalid use of operator \"%s\""
msgstr ""
-#: expr.c:1782
+#: expr.c:1789
msgid "missing operand; zero assumed"
msgstr ""
-#: expr.c:1821
+#: expr.c:1828
msgid "left operand is a bignum; integer 0 assumed"
msgstr ""
-#: expr.c:1823
+#: expr.c:1830
msgid "left operand is a float; integer 0 assumed"
msgstr ""
-#: expr.c:1832
+#: expr.c:1839
msgid "right operand is a bignum; integer 0 assumed"
msgstr ""
-#: expr.c:1834
+#: expr.c:1841
msgid "right operand is a float; integer 0 assumed"
msgstr ""
-#: expr.c:1912 symbols.c:1558
+#: expr.c:1919 symbols.c:1559
msgid "division by zero"
msgstr ""
-#: expr.c:1918
+#: expr.c:1925
msgid "shift count"
msgstr ""
-#: expr.c:2039
+#: expr.c:2046
msgid "operation combines symbols in different segments"
msgstr ""
-#: expr.c:2361
+#: expr.c:2371
msgid "missing closing '\"'"
msgstr ""
@@ -19973,7 +20530,7 @@ msgstr ""
msgid "attempt to allocate data in common section"
msgstr ""
-#: frags.c:115 write.c:1470
+#: frags.c:115 write.c:1469
#, c-format
msgid "can't extend frag %lu char"
msgid_plural "can't extend frag %lu chars"
@@ -20101,106 +20658,106 @@ msgid "new line in title"
msgstr ""
#. Turns the next expression into a string.
-#: macro.c:382
+#: macro.c:381
#, no-c-format
msgid "% operator needs absolute expression"
msgstr ""
-#: macro.c:536
+#: macro.c:535
#, c-format
msgid "Missing parameter qualifier for `%s' in macro `%s'"
msgstr ""
-#: macro.c:546
+#: macro.c:545
#, c-format
msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
msgstr ""
-#: macro.c:563
+#: macro.c:562
#, c-format
msgid "Pointless default value for required parameter `%s' in macro `%s'"
msgstr ""
-#: macro.c:575
+#: macro.c:574
#, c-format
msgid "A parameter named `%s' already exists for macro `%s'"
msgstr ""
-#: macro.c:612
+#: macro.c:611
#, c-format
msgid "Reserved word `%s' used as parameter in macro `%s'"
msgstr ""
-#: macro.c:670
+#: macro.c:669
#, c-format
msgid "unexpected end of file in macro `%s' definition"
msgstr ""
-#: macro.c:682
+#: macro.c:681
#, c-format
msgid "missing `)' after formals in macro definition `%s'"
msgstr ""
-#: macro.c:697
+#: macro.c:696
msgid "Missing macro name"
msgstr ""
-#: macro.c:706
+#: macro.c:705
#, c-format
msgid "Bad parameter list for macro `%s'"
msgstr ""
-#: macro.c:712
+#: macro.c:711
#, c-format
msgid "Macro `%s' was already defined"
msgstr ""
-#: macro.c:837 macro.c:839
+#: macro.c:836 macro.c:838
msgid "missing `)'"
msgstr ""
-#: macro.c:936
+#: macro.c:935
#, c-format
msgid "`%s' was already used as parameter (or another local) name"
msgstr ""
-#: macro.c:1094
+#: macro.c:1093
msgid "confusion in formal parameters"
msgstr ""
-#: macro.c:1102
+#: macro.c:1101
#, c-format
msgid "Parameter named `%s' does not exist for macro `%s'"
msgstr ""
-#: macro.c:1113
+#: macro.c:1112
#, c-format
msgid "Value for parameter `%s' of macro `%s' was already specified"
msgstr ""
-#: macro.c:1127
+#: macro.c:1126
msgid "can't mix positional and keyword arguments"
msgstr ""
-#: macro.c:1138
+#: macro.c:1137
msgid "too many positional arguments"
msgstr ""
-#: macro.c:1186
+#: macro.c:1185
#, c-format
msgid "Missing value for required parameter `%s' of macro `%s'"
msgstr ""
-#: macro.c:1304
+#: macro.c:1303
#, c-format
msgid "Attempt to purge non-existing macro `%s'"
msgstr ""
-#: macro.c:1324
+#: macro.c:1323
msgid "unexpected end of file in irp or irpc"
msgstr ""
-#: macro.c:1332
+#: macro.c:1331
msgid "missing model parameter"
msgstr ""
@@ -20236,16 +20793,16 @@ msgstr ""
#: messages.c:400
#, c-format
-msgid "%s out of domain (%d is not a multiple of %d)"
+msgid "%s out of domain (%"
msgstr ""
-#: messages.c:418
+#: messages.c:417
#, c-format
-msgid "%s out of range (%d is not between %d and %d)"
+msgid "%s out of range (%"
msgstr ""
#. xgettext:c-format.
-#: messages.c:441
+#: messages.c:439
#, c-format
msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
msgstr ""
@@ -20504,200 +21061,200 @@ msgstr ""
msgid "junk at end of line, first unrecognized character valued 0x%x"
msgstr ""
-#: read.c:3869 write.c:2353
+#: read.c:3870 write.c:2353
#, c-format
msgid "`%s' can't be equated to common symbol `%s'"
msgstr ""
-#: read.c:3999
+#: read.c:4000
msgid "unexpected `\"' in expression"
msgstr ""
-#: read.c:4012
+#: read.c:4013
msgid "rva without symbol"
msgstr ""
-#: read.c:4081
+#: read.c:4082
msgid "missing or bad offset expression"
msgstr ""
-#: read.c:4102
+#: read.c:4103
msgid "missing reloc type"
msgstr ""
-#: read.c:4126
+#: read.c:4127
msgid "unrecognized reloc type"
msgstr ""
-#: read.c:4142
+#: read.c:4143
msgid "bad reloc expression"
msgstr ""
-#: read.c:4304 read.c:5150
+#: read.c:4305 read.c:5151
msgid "zero assumed for missing expression"
msgstr ""
-#: read.c:4324 read.c:5179
+#: read.c:4325 read.c:5180
msgid "attempt to store value in absolute section"
msgstr ""
-#: read.c:4331 read.c:5185
+#: read.c:4332 read.c:5186
#, c-format
msgid "attempt to store non-zero value in section `%s'"
msgstr ""
-#: read.c:4417
+#: read.c:4418
#, c-format
msgid "value 0x%llx truncated to 0x%llx"
msgstr ""
-#: read.c:4420
+#: read.c:4421
msgid "value 0x%I64x truncated to 0x%I64x"
msgstr ""
-#: read.c:4424
+#: read.c:4425
#, c-format
msgid "value 0x%lx truncated to 0x%lx"
msgstr ""
-#: read.c:4469
+#: read.c:4470
#, c-format
msgid "bignum truncated to %d byte"
msgid_plural "bignum truncated to %d bytes"
msgstr[0] ""
msgstr[1] ""
-#: read.c:4678 read.c:4888
+#: read.c:4679 read.c:4889
msgid "unresolvable or nonpositive repeat count; using 1"
msgstr ""
-#: read.c:4727
+#: read.c:4728
#, c-format
msgid "unknown floating type type '%c'"
msgstr ""
-#: read.c:4749
+#: read.c:4750
msgid "floating point constant too large"
msgstr ""
-#: read.c:4813
+#: read.c:4814
msgid "attempt to store float in absolute section"
msgstr ""
-#: read.c:4820
+#: read.c:4821
#, c-format
msgid "attempt to store float in section `%s'"
msgstr ""
-#: read.c:5268
+#: read.c:5269
#, c-format
msgid "attempt to store non-empty string in section `%s'"
msgstr ""
-#: read.c:5330
+#: read.c:5331
msgid "strings must be placed into a section"
msgstr ""
-#: read.c:5394
+#: read.c:5393
msgid "expected <nn>"
msgstr ""
#. To be compatible with BSD 4.2 as: give the luser a linefeed!!
-#: read.c:5435 read.c:5521
+#: read.c:5434 read.c:5520
msgid "unterminated string; newline inserted"
msgstr ""
-#: read.c:5535
+#: read.c:5534
msgid "bad escaped character in string"
msgstr ""
-#: read.c:5560
+#: read.c:5559
msgid "expected address expression"
msgstr ""
-#: read.c:5579
+#: read.c:5578
#, c-format
msgid "symbol \"%s\" undefined; zero assumed"
msgstr ""
-#: read.c:5582
+#: read.c:5581
msgid "some symbol undefined; zero assumed"
msgstr ""
-#: read.c:5617
+#: read.c:5616
msgid "this string may not contain '\\0'"
msgstr ""
-#: read.c:5653
+#: read.c:5652
msgid "missing string"
msgstr ""
-#: read.c:5744
+#: read.c:5743
#, c-format
msgid ".incbin count zero, ignoring `%s'"
msgstr ""
-#: read.c:5770
+#: read.c:5769
#, c-format
msgid "file not found: %s"
msgstr ""
-#: read.c:5784
+#: read.c:5783
#, c-format
msgid "seek to end of .incbin file failed `%s'"
msgstr ""
-#: read.c:5795
+#: read.c:5794
#, c-format
msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
msgstr ""
-#: read.c:5802
+#: read.c:5801
#, c-format
msgid "could not skip to %ld in file `%s'"
msgstr ""
-#: read.c:5811
+#: read.c:5810
#, c-format
msgid "truncated file `%s', %ld of %ld bytes read"
msgstr ""
-#: read.c:5969
+#: read.c:5968
msgid "missing .func"
msgstr ""
-#: read.c:5986
+#: read.c:5985
msgid ".endfunc missing for previous .func"
msgstr ""
-#: read.c:6045
+#: read.c:6044
#, c-format
msgid ".bundle_align_mode alignment too large (maximum %u)"
msgstr ""
-#: read.c:6050
+#: read.c:6049
msgid "cannot change .bundle_align_mode inside .bundle_lock"
msgstr ""
-#: read.c:6064
+#: read.c:6063
msgid ".bundle_lock is meaningless without .bundle_align_mode"
msgstr ""
-#: read.c:6085
+#: read.c:6084
msgid ".bundle_unlock without preceding .bundle_lock"
msgstr ""
-#: read.c:6098
+#: read.c:6097
#, c-format
msgid ".bundle_lock sequence is %u bytes, but bundle size is only %u bytes"
msgstr ""
-#: read.c:6197
+#: read.c:6196
#, c-format
msgid "missing closing `%c'"
msgstr ""
-#: read.c:6199
+#: read.c:6198
msgid "stray `\\'"
msgstr ""
@@ -20728,163 +21285,163 @@ msgstr ""
msgid "comma missing in .xstabs"
msgstr ""
-#: symbols.c:421
+#: symbols.c:425
#, c-format
msgid "cannot define symbol `%s' in absolute section"
msgstr ""
-#: symbols.c:554
+#: symbols.c:558
#, c-format
msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
msgstr ""
-#: symbols.c:629 symbols.c:636
+#: symbols.c:633 symbols.c:640
#, c-format
msgid "inserting \"%s\" into symbol table failed: %s"
msgstr ""
-#: symbols.c:1184
+#: symbols.c:1187
#, c-format
msgid "invalid operands (%s and %s sections) for `%s'"
msgstr ""
-#: symbols.c:1188
+#: symbols.c:1191
#, c-format
msgid "invalid operand (%s section) for `%s'"
msgstr ""
-#: symbols.c:1196
+#: symbols.c:1199
#, c-format
msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'"
msgstr ""
-#: symbols.c:1199
+#: symbols.c:1202
#, c-format
msgid "invalid operand (%s section) for `%s' when setting `%s'"
msgstr ""
-#: symbols.c:1248
+#: symbols.c:1259
#, c-format
msgid "symbol definition loop encountered at `%s'"
msgstr ""
-#: symbols.c:1275
+#: symbols.c:1286
#, c-format
msgid "cannot convert expression symbol %s to complex relocation"
msgstr ""
-#: symbols.c:1560
+#: symbols.c:1561
#, c-format
msgid "division by zero when setting `%s'"
msgstr ""
#. See PR 20895 for a reproducer.
-#: symbols.c:1600
+#: symbols.c:1601
msgid "Invalid operation on symbol"
msgstr ""
-#: symbols.c:1650 write.c:2402
+#: symbols.c:1651 write.c:2402
#, c-format
msgid "can't resolve value for symbol `%s'"
msgstr ""
-#: symbols.c:2109
+#: symbols.c:2110
#, c-format
msgid "\"%d\" (instance number %d of a %s label)"
msgstr ""
-#: symbols.c:2138
+#: symbols.c:2139
#, c-format
msgid "attempt to get value of unresolved symbol `%s'"
msgstr ""
#. Do not reassign section symbols.
-#: symbols.c:2426
+#: symbols.c:2427
msgid "section symbols are already global"
msgstr ""
-#: symbols.c:2539
+#: symbols.c:2540
#, c-format
msgid "Accessing function `%s' as thread-local object"
msgstr ""
-#: symbols.c:2543
+#: symbols.c:2544
#, c-format
msgid "Accessing `%s' as thread-local object"
msgstr ""
#: write.c:167
#, c-format
-msgid "field fx_size too small to hold %d"
+msgid "field fx_size too small to hold %lu"
msgstr ""
-#: write.c:456
+#: write.c:454
#, c-format
msgid "attempt to .org/.space/.nops backwards? (%ld)"
msgstr ""
-#: write.c:478
+#: write.c:476
#, c-format
msgid "leb128 operand is an undefined symbol: %s"
msgstr ""
-#: write.c:709
+#: write.c:707
msgid "invalid offset expression"
msgstr ""
-#: write.c:731
+#: write.c:729
msgid "invalid reloc expression"
msgstr ""
-#: write.c:1114
+#: write.c:1112
#, c-format
msgid "value of %s too large for field of %d byte at %s"
msgid_plural "value of %s too large for field of %d bytes at %s"
msgstr[0] ""
msgstr[1] ""
-#: write.c:1130
+#: write.c:1128
#, c-format
msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
msgstr ""
-#: write.c:1171
+#: write.c:1169
msgid "redefined symbol cannot be used on reloc"
msgstr ""
-#: write.c:1184
+#: write.c:1182
msgid "relocation out of range"
msgstr ""
-#: write.c:1187
+#: write.c:1185
#, c-format
msgid "%s:%u: bad return from bfd_install_relocation: %x"
msgstr ""
-#: write.c:1215
+#: write.c:1213
msgid "reloc not within (fixed part of) section"
msgstr ""
-#: write.c:1285
+#: write.c:1284
msgid "internal error: fixup not contained within frag"
msgstr ""
-#: write.c:1403 write.c:1540
+#: write.c:1402 write.c:1539
msgid "can't extend frag"
msgstr ""
-#: write.c:1588
+#: write.c:1587
msgid "unimplemented .nops directive"
msgstr ""
-#: write.c:1622
+#: write.c:1621
#, c-format
msgid "can't write %ld byte to section %s of %s: '%s'"
msgid_plural "can't write %ld bytes to section %s of %s: '%s'"
msgstr[0] ""
msgstr[1] ""
-#: write.c:1648 write.c:1675 write.c:1711
+#: write.c:1647 write.c:1674 write.c:1710
#, c-format
msgid "can't fill %ld byte in section %s of %s: '%s'"
msgid_plural "can't fill %ld bytes in section %s of %s: '%s'"
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 71214f70e27..31fc1af2b80 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-30 Phil Blundell <pb@pbcl.net>
+
+ Release 2.33
+ * doc/Makefile.in, testsuite/Makefile.in, po/gold.pot: Regenerate.
+
2019-09-25 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/gold/po/gold.pot b/gold/po/gold.pot
index 086c738e741..8b2e77cff84 100644
--- a/gold/po/gold.pot
+++ b/gold/po/gold.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2019-01-19 16:35+0000\n"
+"POT-Creation-Date: 2019-09-30 11:00+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"
@@ -59,7 +59,7 @@ msgstr ""
msgid "symbol table name section has wrong type: %u"
msgstr ""
-#: aarch64.cc:3831 arm.cc:10905 mips.cc:9608 powerpc.cc:2762 target.cc:94
+#: aarch64.cc:3831 arm.cc:10905 mips.cc:9608 powerpc.cc:2873 target.cc:94
#, c-format
msgid "%s: unsupported ELF file type %d"
msgstr ""
@@ -81,14 +81,14 @@ msgid ""
"current value is 0x%lx."
msgstr ""
-#: aarch64.cc:6015 arm.cc:8477 i386.cc:1772 mips.cc:12461 powerpc.cc:6525
+#: aarch64.cc:6015 arm.cc:8477 i386.cc:1772 mips.cc:12461 powerpc.cc:7319
#: s390.cc:2180 s390.cc:2628 sparc.cc:2134 tilegx.cc:3137 tilegx.cc:3589
#: x86_64.cc:3429 x86_64.cc:3881
#, c-format
msgid "%s: unsupported reloc %u against local symbol"
msgstr ""
-#: aarch64.cc:6056 powerpc.cc:6630 s390.cc:2254 sparc.cc:2230
+#: aarch64.cc:6056 powerpc.cc:7424 s390.cc:2254 sparc.cc:2230
msgid "requires unsupported dynamic reloc; recompile with -fPIC"
msgstr ""
@@ -107,66 +107,66 @@ msgstr ""
msgid "%s: unsupported TLSLE reloc %u in shared code."
msgstr ""
-#: aarch64.cc:6372 arm.cc:8885 i386.cc:2127 mips.cc:12474 powerpc.cc:7314
+#: aarch64.cc:6372 arm.cc:8885 i386.cc:2127 mips.cc:12474 powerpc.cc:8200
#: s390.cc:3059 s390.cc:3076 sparc.cc:2572 tilegx.cc:3605 tilegx.cc:4144
#: x86_64.cc:3897 x86_64.cc:4416
#, c-format
msgid "%s: unsupported reloc %u against global symbol %s"
msgstr ""
-#: aarch64.cc:6711
+#: aarch64.cc:6722
#, c-format
msgid "%s: unsupported TLSLE reloc type %u in shared objects."
msgstr ""
-#: aarch64.cc:6756
+#: aarch64.cc:6767
#, c-format
msgid "%s: unsupported reloc type in global scan"
msgstr ""
-#: aarch64.cc:6896 powerpc.cc:8298 s390.cc:4009 sparc.cc:3164 tilegx.cc:4211
+#: aarch64.cc:6907 powerpc.cc:9267 s390.cc:4009 sparc.cc:3164 tilegx.cc:4211
#: x86_64.cc:4481
#, c-format
msgid "%s: unsupported REL reloc section"
msgstr ""
-#: aarch64.cc:7059 arm.cc:9615
+#: aarch64.cc:7070 arm.cc:9615
#, c-format
msgid "cannot relocate %s in object file"
msgstr ""
-#: aarch64.cc:7332 i386.cc:2988 i386.cc:3754 mips.cc:10076 powerpc.cc:10096
+#: aarch64.cc:7343 i386.cc:2988 i386.cc:3754 mips.cc:10076 powerpc.cc:11534
#: s390.cc:3460 sparc.cc:3695 tilegx.cc:4726 x86_64.cc:4964
#, c-format
msgid "unexpected reloc %u in object file"
msgstr ""
-#: aarch64.cc:7338
+#: aarch64.cc:7349
#, c-format
msgid "unsupported reloc %s"
msgstr ""
-#: aarch64.cc:7350 arm.cc:10095 arm.cc:10713
+#: aarch64.cc:7361 arm.cc:10095 arm.cc:10713
#, c-format
msgid "relocation overflow in %s"
msgstr ""
-#: aarch64.cc:7358 arm.cc:10103 arm.cc:10718
+#: aarch64.cc:7369 arm.cc:10103 arm.cc:10718
#, c-format
msgid "unexpected opcode while processing relocation %s"
msgstr ""
-#: aarch64.cc:7454
+#: aarch64.cc:7465
#, c-format
msgid "unsupported gd_to_ie relaxation on %u"
msgstr ""
-#: aarch64.cc:7626
+#: aarch64.cc:7637
#, c-format
msgid "%s: unsupported reloc %u in non-static TLSLE mode."
msgstr ""
-#: aarch64.cc:7711
+#: aarch64.cc:7722
#, c-format
msgid "%s: unsupported TLS reloc %u."
msgstr ""
@@ -179,35 +179,35 @@ msgstr ""
#. However the gd_to_le relaxation decision has been made early
#. in the scan stage, where we did not allocate a GOT entry for
#. this symbol. Therefore we have to exit and report an error now.
-#: aarch64.cc:7768 aarch64.cc:7868
+#: aarch64.cc:7779 aarch64.cc:7879
#, c-format
msgid ""
"unexpected reloc insn sequence while relaxing tls gd to le for reloc %u."
msgstr ""
-#: aarch64.cc:7943
+#: aarch64.cc:7954
#, c-format
msgid "TLS variable referred by reloc %u is too far from TP."
msgstr ""
-#: aarch64.cc:8013
+#: aarch64.cc:8024
#, c-format
msgid ""
"TLS variable referred by reloc %u is too far from TP. We Can't do gd_to_le "
"relaxation.\n"
msgstr ""
-#: aarch64.cc:8037
+#: aarch64.cc:8048
#, c-format
msgid "unsupported tlsdesc gd_to_le optimization on reloc %u"
msgstr ""
-#: aarch64.cc:8109
+#: aarch64.cc:8120
#, c-format
msgid "Don't support tlsdesc gd_to_ie optimization on reloc %u"
msgstr ""
-#: aarch64.cc:8444
+#: aarch64.cc:8455
#, c-format
msgid "Erratum 835769 found and fixed at \"%s\", section %d, offset 0x%08x."
msgstr ""
@@ -395,7 +395,7 @@ msgstr ""
msgid "%s: unsupported TLS reloc %u for IFUNC symbol"
msgstr ""
-#: arm.cc:8643 i386.cc:1862 powerpc.cc:6904 s390.cc:2364 x86_64.cc:3637
+#: arm.cc:8643 i386.cc:1862 powerpc.cc:7727 s390.cc:2364 x86_64.cc:3637
#, c-format
msgid "section symbol %u has bad shndx %u"
msgstr ""
@@ -427,7 +427,7 @@ msgid ""
msgstr ""
#: arm.cc:10247 i386.cc:3020 i386.cc:3102 i386.cc:3167 i386.cc:3203
-#: i386.cc:3275 mips.cc:12296 powerpc.cc:10147 s390.cc:3466 s390.cc:3537
+#: i386.cc:3275 mips.cc:12296 powerpc.cc:11648 s390.cc:3466 s390.cc:3537
#: s390.cc:3574 s390.cc:3596 s390.cc:3621 sparc.cc:3701 sparc.cc:3892
#: sparc.cc:3953 sparc.cc:4060 tilegx.cc:4732 x86_64.cc:4985 x86_64.cc:5111
#: x86_64.cc:5183 x86_64.cc:5217
@@ -587,16 +587,16 @@ msgstr ""
msgid "File"
msgstr ""
-#: descriptors.cc:131
+#: descriptors.cc:132
#, c-format
msgid "file %s was removed during the link"
msgstr ""
-#: descriptors.cc:187
+#: descriptors.cc:188
msgid "out of file descriptors and couldn't close any"
msgstr ""
-#: descriptors.cc:208 descriptors.cc:247 descriptors.cc:282
+#: descriptors.cc:209 descriptors.cc:248 descriptors.cc:283
#, c-format
msgid "while closing %s: %s"
msgstr ""
@@ -662,7 +662,7 @@ msgstr ""
msgid "dynamic symbol table name section has wrong type: %u"
msgstr ""
-#: dynobj.cc:498 object.cc:737 object.cc:1599
+#: dynobj.cc:498 object.cc:737 object.cc:1611
#, c-format
msgid "bad section name offset for section %u: %lu"
msgstr ""
@@ -731,7 +731,7 @@ msgstr ""
msgid "symbol %s has undefined version %s"
msgstr ""
-#: ehframe.cc:397
+#: ehframe.cc:382
msgid "overflow in PLT unwind data; unwinding through PLT may fail"
msgstr ""
@@ -739,7 +739,7 @@ msgstr ""
msgid "** eh_frame_hdr"
msgstr ""
-#: ehframe.h:443
+#: ehframe.h:450
msgid "** eh_frame"
msgstr ""
@@ -1115,22 +1115,29 @@ msgstr ""
msgid "unsupported reloc %u in object file"
msgstr ""
-#: i386.cc:4037 powerpc.cc:8252 s390.cc:4877 x86_64.cc:6022
+#: i386.cc:4037 powerpc.cc:9221 s390.cc:4877 x86_64.cc:6022
#, c-format
msgid "failed to match split-stack sequence at section %u offset %0zx"
msgstr ""
-#: icf.cc:848
+#: icf.cc:1025
+#, c-format
+msgid ""
+"could not parse eh_frame section %s(%s); ICF might not preserve exception "
+"handling behavior"
+msgstr ""
+
+#: icf.cc:1056
#, c-format
msgid "%s: ICF Converged after %u iteration(s)"
msgstr ""
-#: icf.cc:851
+#: icf.cc:1059
#, c-format
msgid "%s: ICF stopped after %u iteration(s)"
msgstr ""
-#: icf.cc:865
+#: icf.cc:1073
#, c-format
msgid "Could not find symbol %s to unfold\n"
msgstr ""
@@ -1166,7 +1173,7 @@ msgstr ""
msgid "unsupported ELF machine number %d"
msgstr ""
-#: incremental.cc:871 object.cc:3357
+#: incremental.cc:871 object.cc:3391
#, c-format
msgid "%s: incompatible target"
msgstr ""
@@ -1229,115 +1236,115 @@ msgstr ""
msgid "%s: calls to Free_list::allocate: %u\n"
msgstr ""
-#: layout.cc:973
+#: layout.cc:974
#, c-format
msgid ""
"Unable to create output section '%s' because it is not allowed by the "
"SECTIONS clause of the linker script"
msgstr ""
-#: layout.cc:2116
+#: layout.cc:2114
msgid ""
"multiple '.interp' sections in input files may cause confusing PT_INTERP "
"segment"
msgstr ""
-#: layout.cc:2180
+#: layout.cc:2178
#, c-format
msgid "%s: missing .note.GNU-stack section implies executable stack"
msgstr ""
-#: layout.cc:2191
+#: layout.cc:2189
#, c-format
msgid "%s: requires executable stack"
msgstr ""
-#: layout.cc:2220
+#: layout.cc:2218
#, c-format
msgid "%s: in .note.gnu.property section, pr_datasz must be 4 or 8"
msgstr ""
-#: layout.cc:2353
+#: layout.cc:2351
#, c-format
msgid "%s: unknown program property type %d in .note.gnu.property section"
msgstr ""
-#: layout.cc:2922
+#: layout.cc:2920
#, c-format
msgid "unable to open --section-ordering-file file %s: %s"
msgstr ""
-#: layout.cc:3362
+#: layout.cc:3360
msgid ""
"one or more inputs require executable stack, but -z noexecstack was given"
msgstr ""
-#: layout.cc:3435
+#: layout.cc:3433
#, c-format
msgid "--build-id=uuid failed: could not open /dev/urandom: %s"
msgstr ""
-#: layout.cc:3442
+#: layout.cc:3440
#, c-format
msgid "/dev/urandom: read failed: %s"
msgstr ""
-#: layout.cc:3444
+#: layout.cc:3442
#, c-format
msgid "/dev/urandom: expected %zu bytes, got %zd bytes"
msgstr ""
-#: layout.cc:3456
+#: layout.cc:3454
msgid "--build-id=uuid failed: could not load rpcrt4.dll"
msgstr ""
-#: layout.cc:3462
+#: layout.cc:3460
msgid "--build-id=uuid failed: could not find UuidCreate"
msgstr ""
-#: layout.cc:3464
+#: layout.cc:3462
msgid "__build_id=uuid failed: call UuidCreate() failed"
msgstr ""
-#: layout.cc:3486
+#: layout.cc:3484
#, c-format
msgid "--build-id argument '%s' not a valid hex number"
msgstr ""
-#: layout.cc:3492
+#: layout.cc:3490
#, c-format
msgid "unrecognized --build-id argument '%s'"
msgstr ""
-#: layout.cc:4065
+#: layout.cc:4063
#, c-format
msgid "load segment overlap [0x%llx -> 0x%llx] and [0x%llx -> 0x%llx]"
msgstr ""
-#: layout.cc:4226 output.cc:4590
+#: layout.cc:4224 output.cc:4590
#, c-format
msgid "out of patch space for section %s; relink with --incremental-full"
msgstr ""
-#: layout.cc:4235 output.cc:4598
+#: layout.cc:4233 output.cc:4598
#, c-format
msgid "%s: section changed size; relink with --incremental-full"
msgstr ""
-#: layout.cc:4490
+#: layout.cc:4488
msgid "out of patch space for symbol table; relink with --incremental-full"
msgstr ""
-#: layout.cc:4561
+#: layout.cc:4559
msgid ""
"out of patch space for section header table; relink with --incremental-full"
msgstr ""
-#: layout.cc:5307
+#: layout.cc:5305
msgid "read-only segment has dynamic relocations"
msgstr ""
-#: layout.cc:5310
+#: layout.cc:5308
msgid "shared library text segment is not shareable"
msgstr ""
@@ -1613,7 +1620,7 @@ msgstr ""
msgid "unaligned PC-relative relocation"
msgstr ""
-#: nacl.cc:43 object.cc:174 object.cc:3405 output.cc:5232
+#: nacl.cc:43 object.cc:174 object.cc:3439 output.cc:5232
#, c-format
msgid "%s: %s"
msgstr ""
@@ -1682,75 +1689,80 @@ msgstr ""
msgid "%s: corrupt .note.gnu.property section"
msgstr ""
-#: object.cc:1523 reloc.cc:290 reloc.cc:925
+#: object.cc:1535 reloc.cc:290 reloc.cc:925
#, c-format
msgid "relocation section %u has bad info %u"
msgstr ""
-#: object.cc:1775
+#: object.cc:1787
#, c-format
msgid "%s: removing unused section from '%s' in file '%s'"
msgstr ""
-#: object.cc:1801
+#: object.cc:1813
#, c-format
msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
msgstr ""
-#: object.cc:2099
+#: object.cc:2128
msgid "size of symbols is not multiple of symbol size"
msgstr ""
-#: object.cc:2335
+#: object.cc:2136 symtab.cc:1217
+#, c-format
+msgid "%s: plugin needed to handle lto object"
+msgstr ""
+
+#: object.cc:2369
#, c-format
msgid "local symbol %u section name out of range: %u >= %u"
msgstr ""
-#: object.cc:2429
+#: object.cc:2463
#, c-format
msgid "unknown section index %u for local symbol %u"
msgstr ""
-#: object.cc:2439
+#: object.cc:2473
#, c-format
msgid "local symbol %u section index %u out of range"
msgstr ""
-#: object.cc:3110 reloc.cc:833
+#: object.cc:3144 reloc.cc:833
#, c-format
msgid "could not decompress section %s"
msgstr ""
-#: object.cc:3236
+#: object.cc:3270
#, c-format
msgid "%s is not supported but is required for %s in %s"
msgstr ""
-#: object.cc:3313
+#: object.cc:3347
msgid "function "
msgstr ""
-#: object.cc:3347
+#: object.cc:3381
#, c-format
msgid "%s: unsupported ELF machine number %d"
msgstr ""
-#: object.cc:3421 plugin.cc:2279
+#: object.cc:3455 plugin.cc:2279
#, c-format
msgid "%s: not configured to support 32-bit big-endian object"
msgstr ""
-#: object.cc:3437 plugin.cc:2288
+#: object.cc:3471 plugin.cc:2288
#, c-format
msgid "%s: not configured to support 32-bit little-endian object"
msgstr ""
-#: object.cc:3456 plugin.cc:2300
+#: object.cc:3490 plugin.cc:2300
#, c-format
msgid "%s: not configured to support 64-bit big-endian object"
msgstr ""
-#: object.cc:3472 plugin.cc:2309
+#: object.cc:3506 plugin.cc:2309
#, c-format
msgid "%s: not configured to support 64-bit little-endian object"
msgstr ""
@@ -2428,7 +2440,7 @@ msgid ""
msgstr ""
#: options.h:949
-msgid "Number of iterations of ICF (default 2)"
+msgid "Number of iterations of ICF (default 3)"
msgstr ""
#: options.h:949 options.h:1240 options.h:1297 options.h:1299 options.h:1301
@@ -3449,138 +3461,143 @@ msgstr ""
msgid "input files added by plug-ins in --incremental mode not supported yet"
msgstr ""
-#: powerpc.cc:1213
+#: powerpc.cc:1238
msgid "missing expected __tls_get_addr call"
msgstr ""
-#: powerpc.cc:2131 powerpc.cc:2449
+#: powerpc.cc:2223 powerpc.cc:2560
#, c-format
msgid "%s: ABI version %d is not compatible with ABI version %d output"
msgstr ""
-#: powerpc.cc:2165 powerpc.cc:2508
+#: powerpc.cc:2257 powerpc.cc:2619
#, c-format
msgid "%s: .opd invalid in abiv%d"
msgstr ""
-#: powerpc.cc:2243
+#: powerpc.cc:2335
#, c-format
msgid "%s: unexpected reloc type %u in .opd section"
msgstr ""
-#: powerpc.cc:2254
+#: powerpc.cc:2346
#, c-format
msgid "%s: .opd is not a regular array of opd entries"
msgstr ""
-#: powerpc.cc:2377
+#: powerpc.cc:2488
#, c-format
msgid "%s: local symbol %d has invalid st_other for ABI version 1"
msgstr ""
-#: powerpc.cc:3119
+#: powerpc.cc:3230
#, c-format
msgid "%s:%s exceeds group size"
msgstr ""
-#: powerpc.cc:3455
+#: powerpc.cc:3573
#, c-format
msgid "%s:%s: branch in non-executable section, no long branch stub for you"
msgstr ""
-#: powerpc.cc:3573
+#: powerpc.cc:3691
#, c-format
msgid "%s: stub group size is too large; retrying with %#x"
msgstr ""
-#: powerpc.cc:5192
+#: powerpc.cc:5492
msgid "** glink"
msgstr ""
-#: powerpc.cc:5427 powerpc.cc:5874
+#: powerpc.cc:6093 powerpc.cc:6633
#, c-format
-msgid "%s: linkage table error against `%s'"
+msgid "linkage table error against `%s'"
msgstr ""
-#: powerpc.cc:6004
+#: powerpc.cc:6096
+#, c-format
+msgid "linkage table error against `%s:[local %u]'"
+msgstr ""
+
+#: powerpc.cc:6762
msgid "** save/restore"
msgstr ""
-#: powerpc.cc:6713
+#: powerpc.cc:7516
#, c-format
msgid "%s: unsupported reloc %u for IFUNC symbol"
msgstr ""
-#: powerpc.cc:6952 powerpc.cc:7591
+#: powerpc.cc:7781 powerpc.cc:8503
#, c-format
msgid "tocsave symbol %u has bad shndx %u"
msgstr ""
-#: powerpc.cc:7214 powerpc.cc:7894
+#: powerpc.cc:8054 powerpc.cc:8817
#, c-format
msgid "%s: toc optimization is not supported for %#08x instruction"
msgstr ""
-#: powerpc.cc:7280 powerpc.cc:7956
+#: powerpc.cc:8120 powerpc.cc:8879
#, c-format
msgid "%s: unsupported -mbss-plt code"
msgstr ""
-#: powerpc.cc:8218
+#: powerpc.cc:9187
#, c-format
msgid "split-stack stack size overflow at section %u offset %0zx"
msgstr ""
-#: powerpc.cc:8289
+#: powerpc.cc:9258
msgid ""
"--plt-localentry is especially dangerous without ld.so support to detect ABI "
"violations"
msgstr ""
-#: powerpc.cc:8584 powerpc.cc:8590
+#: powerpc.cc:9553 powerpc.cc:9559
#, c-format
msgid "%s uses hard float, %s uses soft float"
msgstr ""
-#: powerpc.cc:8596 powerpc.cc:8603
+#: powerpc.cc:9565 powerpc.cc:9572
#, c-format
msgid ""
"%s uses double-precision hard float, %s uses single-precision hard float"
msgstr ""
-#: powerpc.cc:8620 powerpc.cc:8626
+#: powerpc.cc:9589 powerpc.cc:9595
#, c-format
msgid "%s uses 64-bit long double, %s uses 128-bit long double"
msgstr ""
-#: powerpc.cc:8632 powerpc.cc:8638
+#: powerpc.cc:9601 powerpc.cc:9607
#, c-format
msgid "%s uses IBM long double, %s uses IEEE long double"
msgstr ""
-#: powerpc.cc:8686 powerpc.cc:8692
+#: powerpc.cc:9655 powerpc.cc:9661
#, c-format
msgid "%s uses AltiVec vector ABI, %s uses SPE vector ABI"
msgstr ""
-#: powerpc.cc:8721 powerpc.cc:8728
+#: powerpc.cc:9690 powerpc.cc:9697
#, c-format
msgid "%s uses r3/r4 for small structure returns, %s uses memory"
msgstr ""
-#: powerpc.cc:8867
+#: powerpc.cc:9975
msgid "__tls_get_addr call lacks marker reloc"
msgstr ""
-#: powerpc.cc:9097
+#: powerpc.cc:10241
msgid "call lacks nop, can't restore toc; recompile with -fPIC"
msgstr ""
-#: powerpc.cc:10178 s390.cc:3474
+#: powerpc.cc:11679 s390.cc:3474
msgid "relocation overflow"
msgstr ""
-#: powerpc.cc:10180
+#: powerpc.cc:11681
msgid "try relinking with a smaller --stub-group-size"
msgstr ""
@@ -4078,11 +4095,6 @@ msgstr ""
msgid "bad global symbol name offset %u at %zu"
msgstr ""
-#: symtab.cc:1217
-#, c-format
-msgid "%s: plugin needed to handle lto object"
-msgstr ""
-
#: symtab.cc:1473
msgid "--just-symbols does not make sense with a shared object"
msgstr ""
diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in
index dac0db21a3e..9f29dc638c6 100644
--- a/gold/testsuite/Makefile.in
+++ b/gold/testsuite/Makefile.in
@@ -2708,7 +2708,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 3b46fcf4bc9..469c731b447 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-30 Phil Blundell <pb@pbcl.net>
+
+ Release 2.33
+ * configure, Makefile.in, po/gprof.pot: Regenerate.
+
2019-09-16 Phil Blundell <pb@pbcl.net>
* configure, Makefile.in: Regenerated.
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index d5e883d4de1..451fe9585d4 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -424,7 +424,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/gprof/configure b/gprof/configure
index 4f8f4806f58..86de04eed62 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gprof 2.32.90.
+# Generated by GNU Autoconf 2.69 for gprof 2.33.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='gprof'
PACKAGE_TARNAME='gprof'
-PACKAGE_VERSION='2.32.90'
-PACKAGE_STRING='gprof 2.32.90'
+PACKAGE_VERSION='2.33'
+PACKAGE_STRING='gprof 2.33'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -751,7 +751,6 @@ infodir
docdir
oldincludedir
includedir
-runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -836,7 +835,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1089,15 +1087,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
- -runstatedir | --runstatedir | --runstatedi | --runstated \
- | --runstate | --runstat | --runsta | --runst | --runs \
- | --run | --ru | --r)
- ac_prev=runstatedir ;;
- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
- | --run=* | --ru=* | --r=*)
- runstatedir=$ac_optarg ;;
-
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1235,7 +1224,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir runstatedir
+ libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1348,7 +1337,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures gprof 2.32.90 to adapt to many kinds of systems.
+\`configure' configures gprof 2.33 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1388,7 +1377,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1420,7 +1408,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gprof 2.32.90:";;
+ short | recursive ) echo "Configuration of gprof 2.33:";;
esac
cat <<\_ACEOF
@@ -1531,7 +1519,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gprof configure 2.32.90
+gprof configure 2.33
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1896,7 +1884,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gprof $as_me 2.32.90, which was
+It was created by gprof $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3843,7 +3831,7 @@ fi
# Define the identity of the package.
PACKAGE='gprof'
- VERSION='2.32.90'
+ VERSION='2.33'
cat >>confdefs.h <<_ACEOF
@@ -11202,7 +11190,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11205 "configure"
+#line 11193 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11308,7 +11296,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11311 "configure"
+#line 11299 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11695,7 +11683,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -11741,7 +11729,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -11765,7 +11753,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -11810,7 +11798,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -11834,7 +11822,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -13098,7 +13086,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gprof $as_me 2.32.90, which was
+This file was extended by gprof $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13164,7 +13152,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gprof config.status 2.32.90
+gprof config.status 2.33
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/gprof/po/gprof.pot b/gprof/po/gprof.pot
index 904688f79a9..9b88208ca77 100644
--- a/gprof/po/gprof.pot
+++ b/gprof/po/gprof.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2019-01-19 16:40+0000\n"
+"POT-Creation-Date: 2019-09-30 11:05+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"
@@ -216,47 +216,47 @@ msgstr ""
msgid "%s: unable to parse mapping file %s.\n"
msgstr ""
-#: corefile.c:89 corefile.c:521
+#: corefile.c:89 corefile.c:523
#, c-format
msgid "%s: could not open %s.\n"
msgstr ""
-#: corefile.c:191
+#: corefile.c:193
#, c-format
msgid "%s: %s: not in executable format\n"
msgstr ""
-#: corefile.c:202
+#: corefile.c:204
#, c-format
msgid "%s: can't find .text section in %s\n"
msgstr ""
-#: corefile.c:276
+#: corefile.c:278
#, c-format
msgid "%s: ran out room for %lu bytes of text space\n"
msgstr ""
-#: corefile.c:290
+#: corefile.c:292
#, c-format
msgid "%s: can't do -c\n"
msgstr ""
-#: corefile.c:329
+#: corefile.c:331
#, c-format
msgid "%s: -c not supported on architecture %s\n"
msgstr ""
-#: corefile.c:530 corefile.c:635
+#: corefile.c:532 corefile.c:637
#, c-format
msgid "%s: file `%s' has no symbols\n"
msgstr ""
-#: corefile.c:535
+#: corefile.c:537
#, c-format
msgid "%s: file `%s' has too many symbols\n"
msgstr ""
-#: corefile.c:902
+#: corefile.c:904
#, c-format
msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n"
msgstr ""
@@ -354,7 +354,7 @@ msgstr ""
#: gprof.c:162
#, c-format
msgid ""
-"Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqSQZ][name]] [-I dirs]\n"
+"Usage: %s [-[abcDhilLrsTvwxyz]] [-[ACeEfFJnNOpPqQRStZ][name]] [-I dirs]\n"
"\t[-d[num]] [-k from/to] [-m min-count] [-t table-length]\n"
"\t[--[no-]annotated-source[=name]] [--[no-]exec-counts[=name]]\n"
"\t[--[no-]flat-profile[=name]] [--[no-]graph[=name]]\n"
@@ -380,51 +380,51 @@ msgstr ""
msgid "%s: debugging not supported; -d ignored\n"
msgstr ""
-#: gprof.c:336
+#: gprof.c:340
#, c-format
msgid "%s: unknown file format %s\n"
msgstr ""
#. This output is intended to follow the GNU standards document.
-#: gprof.c:424
+#: gprof.c:428
#, c-format
msgid "GNU gprof %s\n"
msgstr ""
-#: gprof.c:425
+#: gprof.c:429
#, c-format
msgid ""
"Based on BSD gprof, copyright 1983 Regents of the University of California.\n"
msgstr ""
-#: gprof.c:426
+#: gprof.c:430
#, c-format
msgid ""
"This program is free software. This program has absolutely no warranty.\n"
msgstr ""
-#: gprof.c:467
+#: gprof.c:471
#, c-format
msgid "%s: unknown demangling style `%s'\n"
msgstr ""
-#: gprof.c:490
+#: gprof.c:494
#, c-format
msgid ""
"%s: Only one of --function-ordering and --file-ordering may be specified.\n"
msgstr ""
-#: gprof.c:542
+#: gprof.c:546
#, c-format
msgid "%s: sorry, file format `prof' is not yet supported\n"
msgstr ""
-#: gprof.c:596
+#: gprof.c:600
#, c-format
msgid "%s: gmon.out file is missing histogram\n"
msgstr ""
-#: gprof.c:603
+#: gprof.c:607
#, c-format
msgid "%s: gmon.out file is missing call-graph data\n"
msgstr ""
diff --git a/ld/ChangeLog b/ld/ChangeLog
index d1250b01ce2..8c2455d61a8 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-30 Phil Blundell <pb@pbcl.net>
+
+ Release 2.33
+ * configure, Makefile.in, po/ld.pot: Regenerate.
+
2019-09-25 Alan Modra <amodra@gmail.com>
Apply from master
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 9bc14f76c86..9898392a77c 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -521,7 +521,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/ld/configure b/ld/configure
index c1c06d4f2af..141e220683e 100755
--- a/ld/configure
+++ b/ld/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ld 2.32.90.
+# Generated by GNU Autoconf 2.69 for ld 2.33.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ld'
PACKAGE_TARNAME='ld'
-PACKAGE_VERSION='2.32.90'
-PACKAGE_STRING='ld 2.32.90'
+PACKAGE_VERSION='2.33'
+PACKAGE_STRING='ld 2.33'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -786,7 +786,6 @@ infodir
docdir
oldincludedir
includedir
-runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -889,7 +888,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1142,15 +1140,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
- -runstatedir | --runstatedir | --runstatedi | --runstated \
- | --runstate | --runstat | --runsta | --runst | --runs \
- | --run | --ru | --r)
- ac_prev=runstatedir ;;
- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
- | --run=* | --ru=* | --r=*)
- runstatedir=$ac_optarg ;;
-
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1288,7 +1277,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir runstatedir
+ libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1401,7 +1390,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures ld 2.32.90 to adapt to many kinds of systems.
+\`configure' configures ld 2.33 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1441,7 +1430,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1473,7 +1461,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ld 2.32.90:";;
+ short | recursive ) echo "Configuration of ld 2.33:";;
esac
cat <<\_ACEOF
@@ -1608,7 +1596,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ld configure 2.32.90
+ld configure 2.33
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2323,7 +2311,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by ld $as_me 2.32.90, which was
+It was created by ld $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4274,7 +4262,7 @@ fi
# Define the identity of the package.
PACKAGE='ld'
- VERSION='2.32.90'
+ VERSION='2.33'
cat >>confdefs.h <<_ACEOF
@@ -12039,7 +12027,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12042 "configure"
+#line 12030 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12145,7 +12133,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 12148 "configure"
+#line 12136 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -15548,7 +15536,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -15594,7 +15582,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -15618,7 +15606,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -15663,7 +15651,7 @@ else
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -15687,7 +15675,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
We can't simply define LARGE_OFF_T to be 9223372036854775807,
since some C++ compilers masquerading as C compilers
incorrectly reject 9223372036854775807. */
-#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
+#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
&& LARGE_OFF_T % 2147483647 == 1)
? 1 : -1];
@@ -17200,8 +17188,6 @@ main ()
if (*(data + i) != *(data3 + i))
return 14;
close (fd);
- free (data);
- free (data3);
return 0;
}
_ACEOF
@@ -18240,7 +18226,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by ld $as_me 2.32.90, which was
+This file was extended by ld $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -18306,7 +18292,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-ld config.status 2.32.90
+ld config.status 2.33
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/ld/po/ld.pot b/ld/po/ld.pot
index fa8fd8d48ce..39000441181 100644
--- a/ld/po/ld.pot
+++ b/ld/po/ld.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2019-01-19 16:42+0000\n"
+"POT-Creation-Date: 2019-09-30 11:08+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"
@@ -56,16 +56,16 @@ msgstr ""
msgid "%P: symbol `%pT' missing from main hash table\n"
msgstr ""
-#: ldcref.c:517 ldcref.c:628 ldmain.c:1223 ldmisc.c:335 pe-dll.c:715
-#: pe-dll.c:1296 pe-dll.c:1417 pe-dll.c:1535 earm_wince_pe.c:1430
-#: earm_wince_pe.c:1637 earmpe.c:1430 earmpe.c:1637 ei386pe.c:1430
-#: ei386pe.c:1637 ei386pe_posix.c:1430 ei386pe_posix.c:1637 ei386pep.c:1414
-#: emcorepe.c:1430 emcorepe.c:1637 eppcpe.c:1430 eppcpe.c:1637 eshpe.c:1430
-#: eshpe.c:1637
+#: ldcref.c:517 ldcref.c:628 ldmain.c:1224 ldmisc.c:335 pe-dll.c:715
+#: pe-dll.c:1296 pe-dll.c:1417 pe-dll.c:1540 earm_wince_pe.c:1431
+#: earm_wince_pe.c:1638 earmpe.c:1431 earmpe.c:1638 ei386pe.c:1431
+#: ei386pe.c:1638 ei386pe_posix.c:1431 ei386pe_posix.c:1638 ei386pep.c:1415
+#: emcorepe.c:1431 emcorepe.c:1638 eppcpe.c:1431 eppcpe.c:1638 eshpe.c:1431
+#: eshpe.c:1638
msgid "%F%P: %pB: could not read symbols: %E\n"
msgstr ""
-#: ldcref.c:690 ldcref.c:697 ldmain.c:1285 ldmain.c:1292
+#: ldcref.c:690 ldcref.c:697 ldmain.c:1286 ldmain.c:1293
msgid "%F%P: %pB: could not read relocs: %E\n"
msgstr ""
@@ -147,132 +147,131 @@ msgstr ""
msgid "%F%P:%pS / by zero\n"
msgstr ""
-#: ldexp.c:749 ldlang.c:3610 ldmain.c:1190 earm_wince_pe.c:1765 earmpe.c:1765
-#: ei386pe.c:1765 ei386pe_posix.c:1765 ei386pep.c:1638 emcorepe.c:1765
-#: eppcpe.c:1765 eshpe.c:1765
+#: ldexp.c:732 ldlang.c:3626 ldmain.c:1191 earm_wince_pe.c:1766 earmpe.c:1766
+#: ei386pe.c:1766 ei386pe_posix.c:1766 ei386pep.c:1639 emcorepe.c:1766
+#: eppcpe.c:1766 eshpe.c:1766
msgid "%F%P: bfd_link_hash_lookup failed: %E\n"
msgstr ""
-#: ldexp.c:761
+#: ldexp.c:744
msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n"
msgstr ""
-#: ldexp.c:776
+#: ldexp.c:759
msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n"
msgstr ""
-#: ldexp.c:802 ldexp.c:820 ldexp.c:848
+#: ldexp.c:797 ldexp.c:815 ldexp.c:843
msgid "%F%P:%pS: undefined section `%s' referenced in expression\n"
msgstr ""
-#: ldexp.c:880 ldexp.c:896
+#: ldexp.c:873 ldexp.c:887
msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n"
msgstr ""
-#: ldexp.c:908
+#: ldexp.c:899
msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n"
msgstr ""
-#: ldexp.c:1056
+#: ldexp.c:1047
msgid "%F%P:%pS can not PROVIDE assignment to location counter\n"
msgstr ""
-#: ldexp.c:1089
+#: ldexp.c:1080
msgid "%F%P:%pS invalid assignment to location counter\n"
msgstr ""
-#: ldexp.c:1093
+#: ldexp.c:1084
msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n"
msgstr ""
-#: ldexp.c:1112
+#: ldexp.c:1103
msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n"
msgstr ""
-#: ldexp.c:1171
+#: ldexp.c:1163
msgid "%F%P:%s: hash creation failed\n"
msgstr ""
-#: ldexp.c:1524 ldexp.c:1566 ldexp.c:1626
+#: ldexp.c:1528 ldexp.c:1570 ldexp.c:1630
msgid "%F%P:%pS: nonconstant expression for %s\n"
msgstr ""
-#: ldexp.c:1652 ldlang.c:1250 ldlang.c:3386 ldlang.c:7377
+#: ldexp.c:1656 ldlang.c:1254 ldlang.c:3388 ldlang.c:7442
msgid "%F%P: can not create hash table: %E\n"
msgstr ""
-#: ldfile.c:132 eaarch64cloudabi.c:656 eaarch64cloudabib.c:656
-#: eaarch64elf.c:656 eaarch64elf32.c:656 eaarch64elf32b.c:656
-#: eaarch64elfb.c:656 eaarch64fbsd.c:656 eaarch64fbsdb.c:656
-#: eaarch64linux.c:656 eaarch64linux32.c:656 eaarch64linux32b.c:656
-#: eaarch64linuxb.c:656 earcelf.c:341 earcelf_prof.c:341 earclinux.c:343
-#: earclinux_nps.c:343 earclinux_prof.c:343 earcv2elf.c:341 earcv2elfx.c:341
+#: ldfile.c:132 eaarch64cloudabi.c:663 eaarch64cloudabib.c:663
+#: eaarch64elf.c:663 eaarch64elf32.c:663 eaarch64elf32b.c:663
+#: eaarch64elfb.c:663 eaarch64fbsd.c:663 eaarch64fbsdb.c:663
+#: eaarch64linux.c:663 eaarch64linux32.c:663 eaarch64linux32b.c:663
+#: eaarch64linuxb.c:663 earcelf.c:340 earcelf_prof.c:340 earclinux.c:340
+#: earclinux_nps.c:340 earclinux_prof.c:340 earcv2elf.c:340 earcv2elfx.c:340
#: earmelf.c:876 earmelf_fbsd.c:876 earmelf_fuchsia.c:876 earmelf_linux.c:876
#: earmelf_linux_eabi.c:876 earmelf_linux_fdpiceabi.c:876 earmelf_nacl.c:876
#: earmelf_nbsd.c:876 earmelf_phoenix.c:876 earmelf_vxworks.c:906
#: earmelfb.c:876 earmelfb_fbsd.c:876 earmelfb_fuchsia.c:876
#: earmelfb_linux.c:876 earmelfb_linux_eabi.c:876
#: earmelfb_linux_fdpiceabi.c:876 earmelfb_nacl.c:876 earmelfb_nbsd.c:876
-#: earmnto.c:876 earmsymbian.c:876 eavr1.c:544 eavr2.c:544 eavr25.c:544
-#: eavr3.c:544 eavr31.c:544 eavr35.c:544 eavr4.c:544 eavr5.c:544 eavr51.c:544
-#: eavr6.c:544 eavrtiny.c:544 eavrxmega1.c:544 eavrxmega2.c:544
-#: eavrxmega3.c:544 eavrxmega4.c:544 eavrxmega5.c:544 eavrxmega6.c:544
-#: eavrxmega7.c:544 ecriself.c:341 ecrislinux.c:341 ecskyelf.c:598
-#: ecskyelf_linux.c:598 ed10velf.c:341 eelf32_sparc.c:341
-#: eelf32_sparc_sol2.c:472 eelf32_sparc_vxworks.c:370 eelf32_spu.c:1011
-#: eelf32_tic6x_be.c:479 eelf32_tic6x_elf_be.c:479 eelf32_tic6x_elf_le.c:479
-#: eelf32_tic6x_le.c:479 eelf32_tic6x_linux_be.c:479
-#: eelf32_tic6x_linux_le.c:479 eelf32_x86_64.c:344 eelf32_x86_64_nacl.c:341
-#: eelf32am33lin.c:341 eelf32b4300.c:568 eelf32bfin.c:350 eelf32bfinfd.c:350
-#: eelf32bmip.c:568 eelf32bmipn32.c:586 eelf32bsmip.c:586 eelf32btsmip.c:568
-#: eelf32btsmip_fbsd.c:568 eelf32btsmipn32.c:568 eelf32btsmipn32_fbsd.c:568
-#: eelf32cr16.c:492 eelf32cr16c.c:341 eelf32crx.c:380 eelf32ebmip.c:568
-#: eelf32ebmipvxworks.c:597 eelf32elmip.c:568 eelf32elmipvxworks.c:597
-#: eelf32epiphany.c:341 eelf32epiphany_4x4.c:343 eelf32frvfd.c:341
-#: eelf32ip2k.c:341 eelf32l4300.c:568 eelf32lm32.c:341 eelf32lm32fd.c:341
-#: eelf32lmip.c:568 eelf32lppc.c:557 eelf32lppclinux.c:557 eelf32lppcnto.c:557
-#: eelf32lppcsim.c:557 eelf32lr5900.c:568 eelf32lr5900n32.c:568
-#: eelf32lriscv.c:406 eelf32lriscv_ilp32.c:406 eelf32lriscv_ilp32f.c:406
-#: eelf32lsmip.c:568 eelf32ltsmip.c:568 eelf32ltsmip_fbsd.c:568
-#: eelf32ltsmipn32.c:568 eelf32ltsmipn32_fbsd.c:568 eelf32m32c.c:352
-#: eelf32mb_linux.c:341 eelf32mbel_linux.c:341 eelf32mcore.c:341
-#: eelf32mep.c:341 eelf32metag.c:616 eelf32microblaze.c:341
-#: eelf32microblazeel.c:341 eelf32mipswindiss.c:568 eelf32or1k.c:341
-#: eelf32or1k_linux.c:341 eelf32ppc.c:557 eelf32ppc_fbsd.c:557
-#: eelf32ppclinux.c:557 eelf32ppcnto.c:557 eelf32ppcsim.c:557
-#: eelf32ppcvxworks.c:531 eelf32ppcwindiss.c:557 eelf32rl78.c:341
-#: eelf32rx.c:357 eelf32tilegx.c:341 eelf32tilegx_be.c:341 eelf32tilepro.c:341
-#: eelf32vax.c:341 eelf32visium.c:341 eelf32xc16x.c:341 eelf32xc16xl.c:341
-#: eelf32xc16xs.c:341 eelf32xstormy16.c:352 eelf32xtensa.c:2228
-#: eelf64_aix.c:341 eelf64_ia64.c:365 eelf64_ia64_fbsd.c:365 eelf64_s390.c:356
-#: eelf64_sparc.c:341 eelf64_sparc_fbsd.c:341 eelf64_sparc_sol2.c:472
-#: eelf64alpha.c:424 eelf64alpha_fbsd.c:424 eelf64alpha_nbsd.c:424
-#: eelf64bmip.c:586 eelf64btsmip.c:568 eelf64btsmip_fbsd.c:568 eelf64hppa.c:341
-#: eelf64lppc.c:1003 eelf64lriscv.c:406 eelf64lriscv_lp64.c:406
-#: eelf64lriscv_lp64f.c:406 eelf64ltsmip.c:568 eelf64ltsmip_fbsd.c:568
-#: eelf64mmix.c:452 eelf64ppc.c:1003 eelf64ppc_fbsd.c:1003 eelf64rdos.c:341
-#: eelf64tilegx.c:341 eelf64tilegx_be.c:341 eelf_i386.c:344 eelf_i386_be.c:341
-#: eelf_i386_chaos.c:341 eelf_i386_fbsd.c:341 eelf_i386_ldso.c:341
-#: eelf_i386_nacl.c:341 eelf_i386_sol2.c:472 eelf_i386_vxworks.c:370
-#: eelf_iamcu.c:341 eelf_k1om.c:344 eelf_k1om_fbsd.c:341 eelf_l1om.c:344
-#: eelf_l1om_fbsd.c:341 eelf_s390.c:341 eelf_x86_64.c:344
-#: eelf_x86_64_cloudabi.c:341 eelf_x86_64_fbsd.c:341 eelf_x86_64_nacl.c:341
-#: eelf_x86_64_sol2.c:472 eh8300elf.c:341 eh8300elf_linux.c:341
-#: eh8300helf.c:341 eh8300helf_linux.c:341 eh8300hnelf.c:341 eh8300self.c:341
-#: eh8300self_linux.c:341 eh8300snelf.c:341 eh8300sxelf.c:341
-#: eh8300sxelf_linux.c:341 eh8300sxnelf.c:341 ehppa64linux.c:341 ehppaelf.c:648
-#: ehppalinux.c:648 ehppanbsd.c:648 ehppaobsd.c:648 ei386lynx.c:341
-#: ei386moss.c:341 ei386nto.c:341 em32relf.c:341 em32relf_linux.c:341
-#: em32rlelf.c:341 em32rlelf_linux.c:341 em68hc11elf.c:641 em68hc11elfb.c:641
-#: em68hc12elf.c:641 em68hc12elfb.c:641 em68kelf.c:491 em68kelfnbsd.c:491
-#: em9s12zelf.c:341 emn10300.c:341 ends32belf.c:448 ends32belf16m.c:448
-#: ends32belf_linux.c:448 ends32elf.c:448 ends32elf16m.c:448
-#: ends32elf_linux.c:448 enios2elf.c:634 enios2linux.c:634 eppclynx.c:557
-#: epruelf.c:361 escore3_elf.c:361 escore7_elf.c:361 eshelf.c:341
-#: eshelf_fd.c:341 eshelf_linux.c:341 eshelf_nbsd.c:341 eshelf_nto.c:341
-#: eshelf_uclinux.c:341 eshelf_vxworks.c:370 eshlelf.c:341 eshlelf_fd.c:341
-#: eshlelf_linux.c:341 eshlelf_nbsd.c:341 eshlelf_nto.c:341
-#: eshlelf_vxworks.c:370 ev850.c:387 ev850_rh850.c:387
+#: earmnto.c:876 earmsymbian.c:876 eavr1.c:543 eavr2.c:543 eavr25.c:543
+#: eavr3.c:543 eavr31.c:543 eavr35.c:543 eavr4.c:543 eavr5.c:543 eavr51.c:543
+#: eavr6.c:543 eavrtiny.c:543 eavrxmega1.c:543 eavrxmega2.c:543
+#: eavrxmega3.c:543 eavrxmega4.c:543 eavrxmega5.c:543 eavrxmega6.c:543
+#: eavrxmega7.c:543 ecriself.c:340 ecrislinux.c:340 ecskyelf.c:604
+#: ecskyelf_linux.c:604 ed10velf.c:340 eelf32_sparc.c:340
+#: eelf32_sparc_sol2.c:471 eelf32_sparc_vxworks.c:369 eelf32_spu.c:874
+#: eelf32_tic6x_be.c:478 eelf32_tic6x_elf_be.c:478 eelf32_tic6x_elf_le.c:478
+#: eelf32_tic6x_le.c:478 eelf32_tic6x_linux_be.c:478
+#: eelf32_tic6x_linux_le.c:478 eelf32_x86_64.c:366 eelf32_x86_64_nacl.c:363
+#: eelf32am33lin.c:340 eelf32b4300.c:556 eelf32bfin.c:349 eelf32bfinfd.c:349
+#: eelf32bmip.c:556 eelf32bmipn32.c:574 eelf32bsmip.c:574 eelf32btsmip.c:556
+#: eelf32btsmip_fbsd.c:556 eelf32btsmipn32.c:556 eelf32btsmipn32_fbsd.c:556
+#: eelf32cr16.c:491 eelf32cr16c.c:340 eelf32crx.c:379 eelf32ebmip.c:556
+#: eelf32ebmipvxworks.c:585 eelf32elmip.c:556 eelf32elmipvxworks.c:585
+#: eelf32epiphany.c:340 eelf32epiphany_4x4.c:342 eelf32frvfd.c:340
+#: eelf32ip2k.c:340 eelf32l4300.c:556 eelf32lm32.c:340 eelf32lm32fd.c:340
+#: eelf32lmip.c:556 eelf32lppc.c:548 eelf32lppclinux.c:548 eelf32lppcnto.c:548
+#: eelf32lppcsim.c:548 eelf32lr5900.c:556 eelf32lr5900n32.c:556
+#: eelf32lriscv.c:405 eelf32lriscv_ilp32.c:405 eelf32lriscv_ilp32f.c:405
+#: eelf32lsmip.c:556 eelf32ltsmip.c:556 eelf32ltsmip_fbsd.c:556
+#: eelf32ltsmipn32.c:556 eelf32ltsmipn32_fbsd.c:556 eelf32m32c.c:351
+#: eelf32mb_linux.c:340 eelf32mbel_linux.c:340 eelf32mcore.c:340
+#: eelf32mep.c:340 eelf32metag.c:615 eelf32microblaze.c:340
+#: eelf32microblazeel.c:340 eelf32mipswindiss.c:556 eelf32or1k.c:340
+#: eelf32or1k_linux.c:340 eelf32ppc.c:548 eelf32ppc_fbsd.c:548
+#: eelf32ppclinux.c:548 eelf32ppcnto.c:548 eelf32ppcsim.c:548
+#: eelf32ppcvxworks.c:522 eelf32ppcwindiss.c:548 eelf32rl78.c:340
+#: eelf32rx.c:356 eelf32tilegx.c:340 eelf32tilegx_be.c:340 eelf32tilepro.c:340
+#: eelf32vax.c:340 eelf32visium.c:340 eelf32xc16x.c:340 eelf32xc16xl.c:340
+#: eelf32xc16xs.c:340 eelf32xstormy16.c:351 eelf32xtensa.c:2227
+#: eelf64_aix.c:340 eelf64_ia64.c:364 eelf64_ia64_fbsd.c:364 eelf64_s390.c:355
+#: eelf64_sparc.c:340 eelf64_sparc_fbsd.c:340 eelf64_sparc_sol2.c:471
+#: eelf64alpha.c:423 eelf64alpha_fbsd.c:423 eelf64alpha_nbsd.c:423
+#: eelf64bmip.c:574 eelf64bpf.c:340 eelf64btsmip.c:556 eelf64btsmip_fbsd.c:556
+#: eelf64hppa.c:340 eelf64lppc.c:990 eelf64lriscv.c:405 eelf64lriscv_lp64.c:405
+#: eelf64lriscv_lp64f.c:405 eelf64ltsmip.c:556 eelf64ltsmip_fbsd.c:556
+#: eelf64mmix.c:451 eelf64ppc.c:990 eelf64ppc_fbsd.c:990 eelf64rdos.c:354
+#: eelf64tilegx.c:340 eelf64tilegx_be.c:340 eelf_i386.c:366 eelf_i386_be.c:363
+#: eelf_i386_fbsd.c:363 eelf_i386_ldso.c:363 eelf_i386_nacl.c:363
+#: eelf_i386_sol2.c:494 eelf_i386_vxworks.c:392 eelf_iamcu.c:363
+#: eelf_k1om.c:366 eelf_k1om_fbsd.c:363 eelf_l1om.c:366 eelf_l1om_fbsd.c:363
+#: eelf_s390.c:340 eelf_x86_64.c:366 eelf_x86_64_cloudabi.c:363
+#: eelf_x86_64_fbsd.c:363 eelf_x86_64_nacl.c:363 eelf_x86_64_sol2.c:494
+#: eh8300elf.c:340 eh8300elf_linux.c:340 eh8300helf.c:340
+#: eh8300helf_linux.c:340 eh8300hnelf.c:340 eh8300self.c:340
+#: eh8300self_linux.c:340 eh8300snelf.c:340 eh8300sxelf.c:340
+#: eh8300sxelf_linux.c:340 eh8300sxnelf.c:340 ehppa64linux.c:340 ehppaelf.c:647
+#: ehppalinux.c:647 ehppanbsd.c:647 ehppaobsd.c:647 ei386lynx.c:354
+#: ei386moss.c:354 ei386nto.c:354 em32relf.c:340 em32relf_linux.c:340
+#: em32rlelf.c:340 em32rlelf_linux.c:340 em68hc11elf.c:640 em68hc11elfb.c:640
+#: em68hc12elf.c:640 em68hc12elfb.c:640 em68kelf.c:490 em68kelfnbsd.c:490
+#: emn10300.c:340 ends32belf.c:447 ends32belf16m.c:447 ends32belf_linux.c:447
+#: ends32elf.c:447 ends32elf16m.c:447 ends32elf_linux.c:447 enios2elf.c:633
+#: enios2linux.c:633 eppclynx.c:548 epruelf.c:360 escore3_elf.c:361
+#: escore7_elf.c:361 eshelf.c:340 eshelf_fd.c:340 eshelf_linux.c:340
+#: eshelf_nbsd.c:340 eshelf_nto.c:340 eshelf_uclinux.c:340 eshelf_vxworks.c:369
+#: eshlelf.c:340 eshlelf_fd.c:340 eshlelf_linux.c:340 eshlelf_nbsd.c:340
+#: eshlelf_nto.c:340 eshlelf_vxworks.c:369 ev850.c:386 ev850_rh850.c:386
#, c-format
msgid "attempt to open %s failed\n"
msgstr ""
@@ -320,39 +319,43 @@ msgstr ""
msgid "opened script file %s\n"
msgstr ""
-#: ldfile.c:601
+#: ldfile.c:619
+msgid "%F%P: error: linker script file '%s' appears multiple times\n"
+msgstr ""
+
+#: ldfile.c:641
msgid "%F%P: cannot open linker script file %s: %E\n"
msgstr ""
-#: ldfile.c:666
+#: ldfile.c:712
msgid "%F%P: cannot represent machine `%s'\n"
msgstr ""
-#: ldlang.c:1334
+#: ldlang.c:1338
msgid "%P:%pS: warning: redeclaration of memory region `%s'\n"
msgstr ""
-#: ldlang.c:1340
+#: ldlang.c:1344
msgid "%P:%pS: warning: memory region `%s' not declared\n"
msgstr ""
-#: ldlang.c:1377
+#: ldlang.c:1380
msgid "%F%P:%pS: error: alias for default memory region\n"
msgstr ""
-#: ldlang.c:1388
+#: ldlang.c:1391
msgid "%F%P:%pS: error: redefinition of memory region alias `%s'\n"
msgstr ""
-#: ldlang.c:1395
+#: ldlang.c:1398
msgid "%F%P:%pS: error: memory region `%s' for alias `%s' does not exist\n"
msgstr ""
-#: ldlang.c:1454 ldlang.c:1493
+#: ldlang.c:1457 ldlang.c:1496
msgid "%F%P: failed creating section `%s': %E\n"
msgstr ""
-#: ldlang.c:2195
+#: ldlang.c:2194
msgid ""
"\n"
"As-needed library included to satisfy reference by file (symbol)\n"
@@ -398,354 +401,354 @@ msgid ""
"\n"
msgstr ""
-#: ldlang.c:2364
+#: ldlang.c:2365
msgid "%F%P: illegal use of `%s' section\n"
msgstr ""
-#: ldlang.c:2373
+#: ldlang.c:2374
msgid "%F%P: output format %s cannot represent section called %s: %E\n"
msgstr ""
-#: ldlang.c:2974
+#: ldlang.c:2976
msgid "%P: %pB: file not recognized: %E; matching formats:"
msgstr ""
-#: ldlang.c:2982
+#: ldlang.c:2984
msgid "%F%P: %pB: file not recognized: %E\n"
msgstr ""
-#: ldlang.c:3053
+#: ldlang.c:3055
msgid "%F%P: %pB: member %pB in archive is not an object\n"
msgstr ""
-#: ldlang.c:3068 ldlang.c:3082 eaarch64cloudabi.c:776 eaarch64cloudabib.c:776
-#: eaarch64elf.c:776 eaarch64elf32.c:776 eaarch64elf32b.c:776
-#: eaarch64elfb.c:776 eaarch64fbsd.c:776 eaarch64fbsdb.c:776
-#: eaarch64linux.c:776 eaarch64linux32.c:776 eaarch64linux32b.c:776
-#: eaarch64linuxb.c:776 earcelf.c:461 earcelf_prof.c:461 earclinux.c:463
-#: earclinux_nps.c:463 earclinux_prof.c:463 earcv2elf.c:461 earcv2elfx.c:461
+#: ldlang.c:3070 ldlang.c:3084 eaarch64cloudabi.c:783 eaarch64cloudabib.c:783
+#: eaarch64elf.c:783 eaarch64elf32.c:783 eaarch64elf32b.c:783
+#: eaarch64elfb.c:783 eaarch64fbsd.c:783 eaarch64fbsdb.c:783
+#: eaarch64linux.c:783 eaarch64linux32.c:783 eaarch64linux32b.c:783
+#: eaarch64linuxb.c:783 earcelf.c:460 earcelf_prof.c:460 earclinux.c:460
+#: earclinux_nps.c:460 earclinux_prof.c:460 earcv2elf.c:460 earcv2elfx.c:460
#: earmelf.c:996 earmelf_fbsd.c:996 earmelf_fuchsia.c:996 earmelf_linux.c:996
#: earmelf_linux_eabi.c:996 earmelf_linux_fdpiceabi.c:996 earmelf_nacl.c:996
#: earmelf_nbsd.c:996 earmelf_phoenix.c:996 earmelf_vxworks.c:1026
#: earmelfb.c:996 earmelfb_fbsd.c:996 earmelfb_fuchsia.c:996
#: earmelfb_linux.c:996 earmelfb_linux_eabi.c:996
#: earmelfb_linux_fdpiceabi.c:996 earmelfb_nacl.c:996 earmelfb_nbsd.c:996
-#: earmnto.c:996 earmsymbian.c:996 eavr1.c:664 eavr2.c:664 eavr25.c:664
-#: eavr3.c:664 eavr31.c:664 eavr35.c:664 eavr4.c:664 eavr5.c:664 eavr51.c:664
-#: eavr6.c:664 eavrtiny.c:664 eavrxmega1.c:664 eavrxmega2.c:664
-#: eavrxmega3.c:664 eavrxmega4.c:664 eavrxmega5.c:664 eavrxmega6.c:664
-#: eavrxmega7.c:664 ecriself.c:461 ecrislinux.c:461 ecskyelf.c:718
-#: ecskyelf_linux.c:718 ed10velf.c:461 eelf32_sparc.c:461
-#: eelf32_sparc_sol2.c:592 eelf32_sparc_vxworks.c:490 eelf32_spu.c:1131
-#: eelf32_tic6x_be.c:599 eelf32_tic6x_elf_be.c:599 eelf32_tic6x_elf_le.c:599
-#: eelf32_tic6x_le.c:599 eelf32_tic6x_linux_be.c:599
-#: eelf32_tic6x_linux_le.c:599 eelf32_x86_64.c:464 eelf32_x86_64_nacl.c:461
-#: eelf32am33lin.c:461 eelf32b4300.c:688 eelf32bfin.c:470 eelf32bfinfd.c:470
-#: eelf32bmip.c:688 eelf32bmipn32.c:706 eelf32bsmip.c:706 eelf32btsmip.c:688
-#: eelf32btsmip_fbsd.c:688 eelf32btsmipn32.c:688 eelf32btsmipn32_fbsd.c:688
-#: eelf32cr16.c:612 eelf32cr16c.c:461 eelf32crx.c:500 eelf32ebmip.c:688
-#: eelf32ebmipvxworks.c:717 eelf32elmip.c:688 eelf32elmipvxworks.c:717
-#: eelf32epiphany.c:461 eelf32epiphany_4x4.c:463 eelf32frvfd.c:461
-#: eelf32ip2k.c:461 eelf32l4300.c:688 eelf32lm32.c:461 eelf32lm32fd.c:461
-#: eelf32lmip.c:688 eelf32lppc.c:677 eelf32lppclinux.c:677 eelf32lppcnto.c:677
-#: eelf32lppcsim.c:677 eelf32lr5900.c:688 eelf32lr5900n32.c:688
-#: eelf32lriscv.c:526 eelf32lriscv_ilp32.c:526 eelf32lriscv_ilp32f.c:526
-#: eelf32lsmip.c:688 eelf32ltsmip.c:688 eelf32ltsmip_fbsd.c:688
-#: eelf32ltsmipn32.c:688 eelf32ltsmipn32_fbsd.c:688 eelf32m32c.c:472
-#: eelf32mb_linux.c:461 eelf32mbel_linux.c:461 eelf32mcore.c:461
-#: eelf32mep.c:461 eelf32metag.c:736 eelf32microblaze.c:461
-#: eelf32microblazeel.c:461 eelf32mipswindiss.c:688 eelf32or1k.c:461
-#: eelf32or1k_linux.c:461 eelf32ppc.c:677 eelf32ppc_fbsd.c:677
-#: eelf32ppclinux.c:677 eelf32ppcnto.c:677 eelf32ppcsim.c:677
-#: eelf32ppcvxworks.c:651 eelf32ppcwindiss.c:677 eelf32rl78.c:461
-#: eelf32rx.c:477 eelf32tilegx.c:461 eelf32tilegx_be.c:461 eelf32tilepro.c:461
-#: eelf32vax.c:461 eelf32visium.c:461 eelf32xc16x.c:461 eelf32xc16xl.c:461
-#: eelf32xc16xs.c:461 eelf32xstormy16.c:472 eelf32xtensa.c:2348
-#: eelf64_aix.c:461 eelf64_ia64.c:485 eelf64_ia64_fbsd.c:485 eelf64_s390.c:476
-#: eelf64_sparc.c:461 eelf64_sparc_fbsd.c:461 eelf64_sparc_sol2.c:592
-#: eelf64alpha.c:544 eelf64alpha_fbsd.c:544 eelf64alpha_nbsd.c:544
-#: eelf64bmip.c:706 eelf64btsmip.c:688 eelf64btsmip_fbsd.c:688 eelf64hppa.c:461
-#: eelf64lppc.c:1123 eelf64lriscv.c:526 eelf64lriscv_lp64.c:526
-#: eelf64lriscv_lp64f.c:526 eelf64ltsmip.c:688 eelf64ltsmip_fbsd.c:688
-#: eelf64mmix.c:572 eelf64ppc.c:1123 eelf64ppc_fbsd.c:1123 eelf64rdos.c:461
-#: eelf64tilegx.c:461 eelf64tilegx_be.c:461 eelf_i386.c:464 eelf_i386_be.c:461
-#: eelf_i386_chaos.c:461 eelf_i386_fbsd.c:461 eelf_i386_ldso.c:461
-#: eelf_i386_nacl.c:461 eelf_i386_sol2.c:592 eelf_i386_vxworks.c:490
-#: eelf_iamcu.c:461 eelf_k1om.c:464 eelf_k1om_fbsd.c:461 eelf_l1om.c:464
-#: eelf_l1om_fbsd.c:461 eelf_s390.c:461 eelf_x86_64.c:464
-#: eelf_x86_64_cloudabi.c:461 eelf_x86_64_fbsd.c:461 eelf_x86_64_nacl.c:461
-#: eelf_x86_64_sol2.c:592 eh8300elf.c:461 eh8300elf_linux.c:461
-#: eh8300helf.c:461 eh8300helf_linux.c:461 eh8300hnelf.c:461 eh8300self.c:461
-#: eh8300self_linux.c:461 eh8300snelf.c:461 eh8300sxelf.c:461
-#: eh8300sxelf_linux.c:461 eh8300sxnelf.c:461 ehppa64linux.c:461 ehppaelf.c:768
-#: ehppalinux.c:768 ehppanbsd.c:768 ehppaobsd.c:768 ei386lynx.c:461
-#: ei386moss.c:461 ei386nto.c:461 em32relf.c:461 em32relf_linux.c:461
-#: em32rlelf.c:461 em32rlelf_linux.c:461 em68hc11elf.c:761 em68hc11elfb.c:761
-#: em68hc12elf.c:761 em68hc12elfb.c:761 em68kelf.c:611 em68kelfnbsd.c:611
-#: em9s12zelf.c:461 emn10300.c:461 ends32belf.c:568 ends32belf16m.c:568
-#: ends32belf_linux.c:568 ends32elf.c:568 ends32elf16m.c:568
-#: ends32elf_linux.c:568 enios2elf.c:754 enios2linux.c:754 eppclynx.c:677
-#: epruelf.c:481 escore3_elf.c:481 escore7_elf.c:481 eshelf.c:461
-#: eshelf_fd.c:461 eshelf_linux.c:461 eshelf_nbsd.c:461 eshelf_nto.c:461
-#: eshelf_uclinux.c:461 eshelf_vxworks.c:490 eshlelf.c:461 eshlelf_fd.c:461
-#: eshlelf_linux.c:461 eshlelf_nbsd.c:461 eshlelf_nto.c:461
-#: eshlelf_vxworks.c:490 ev850.c:507 ev850_rh850.c:507
+#: earmnto.c:996 earmsymbian.c:996 eavr1.c:663 eavr2.c:663 eavr25.c:663
+#: eavr3.c:663 eavr31.c:663 eavr35.c:663 eavr4.c:663 eavr5.c:663 eavr51.c:663
+#: eavr6.c:663 eavrtiny.c:663 eavrxmega1.c:663 eavrxmega2.c:663
+#: eavrxmega3.c:663 eavrxmega4.c:663 eavrxmega5.c:663 eavrxmega6.c:663
+#: eavrxmega7.c:663 ecriself.c:460 ecrislinux.c:460 ecskyelf.c:724
+#: ecskyelf_linux.c:724 ed10velf.c:460 eelf32_sparc.c:460
+#: eelf32_sparc_sol2.c:591 eelf32_sparc_vxworks.c:489 eelf32_spu.c:994
+#: eelf32_tic6x_be.c:598 eelf32_tic6x_elf_be.c:598 eelf32_tic6x_elf_le.c:598
+#: eelf32_tic6x_le.c:598 eelf32_tic6x_linux_be.c:598
+#: eelf32_tic6x_linux_le.c:598 eelf32_x86_64.c:486 eelf32_x86_64_nacl.c:483
+#: eelf32am33lin.c:460 eelf32b4300.c:676 eelf32bfin.c:469 eelf32bfinfd.c:469
+#: eelf32bmip.c:676 eelf32bmipn32.c:694 eelf32bsmip.c:694 eelf32btsmip.c:676
+#: eelf32btsmip_fbsd.c:676 eelf32btsmipn32.c:676 eelf32btsmipn32_fbsd.c:676
+#: eelf32cr16.c:611 eelf32cr16c.c:460 eelf32crx.c:499 eelf32ebmip.c:676
+#: eelf32ebmipvxworks.c:705 eelf32elmip.c:676 eelf32elmipvxworks.c:705
+#: eelf32epiphany.c:460 eelf32epiphany_4x4.c:462 eelf32frvfd.c:460
+#: eelf32ip2k.c:460 eelf32l4300.c:676 eelf32lm32.c:460 eelf32lm32fd.c:460
+#: eelf32lmip.c:676 eelf32lppc.c:668 eelf32lppclinux.c:668 eelf32lppcnto.c:668
+#: eelf32lppcsim.c:668 eelf32lr5900.c:676 eelf32lr5900n32.c:676
+#: eelf32lriscv.c:525 eelf32lriscv_ilp32.c:525 eelf32lriscv_ilp32f.c:525
+#: eelf32lsmip.c:676 eelf32ltsmip.c:676 eelf32ltsmip_fbsd.c:676
+#: eelf32ltsmipn32.c:676 eelf32ltsmipn32_fbsd.c:676 eelf32m32c.c:471
+#: eelf32mb_linux.c:460 eelf32mbel_linux.c:460 eelf32mcore.c:460
+#: eelf32mep.c:460 eelf32metag.c:735 eelf32microblaze.c:460
+#: eelf32microblazeel.c:460 eelf32mipswindiss.c:676 eelf32or1k.c:460
+#: eelf32or1k_linux.c:460 eelf32ppc.c:668 eelf32ppc_fbsd.c:668
+#: eelf32ppclinux.c:668 eelf32ppcnto.c:668 eelf32ppcsim.c:668
+#: eelf32ppcvxworks.c:642 eelf32ppcwindiss.c:668 eelf32rl78.c:460
+#: eelf32rx.c:476 eelf32tilegx.c:460 eelf32tilegx_be.c:460 eelf32tilepro.c:460
+#: eelf32vax.c:460 eelf32visium.c:460 eelf32xc16x.c:460 eelf32xc16xl.c:460
+#: eelf32xc16xs.c:460 eelf32xstormy16.c:471 eelf32xtensa.c:2347
+#: eelf64_aix.c:460 eelf64_ia64.c:484 eelf64_ia64_fbsd.c:484 eelf64_s390.c:475
+#: eelf64_sparc.c:460 eelf64_sparc_fbsd.c:460 eelf64_sparc_sol2.c:591
+#: eelf64alpha.c:543 eelf64alpha_fbsd.c:543 eelf64alpha_nbsd.c:543
+#: eelf64bmip.c:694 eelf64bpf.c:460 eelf64btsmip.c:676 eelf64btsmip_fbsd.c:676
+#: eelf64hppa.c:460 eelf64lppc.c:1110 eelf64lriscv.c:525
+#: eelf64lriscv_lp64.c:525 eelf64lriscv_lp64f.c:525 eelf64ltsmip.c:676
+#: eelf64ltsmip_fbsd.c:676 eelf64mmix.c:571 eelf64ppc.c:1110
+#: eelf64ppc_fbsd.c:1110 eelf64rdos.c:474 eelf64tilegx.c:460
+#: eelf64tilegx_be.c:460 eelf_i386.c:486 eelf_i386_be.c:483
+#: eelf_i386_fbsd.c:483 eelf_i386_ldso.c:483 eelf_i386_nacl.c:483
+#: eelf_i386_sol2.c:614 eelf_i386_vxworks.c:512 eelf_iamcu.c:483
+#: eelf_k1om.c:486 eelf_k1om_fbsd.c:483 eelf_l1om.c:486 eelf_l1om_fbsd.c:483
+#: eelf_s390.c:460 eelf_x86_64.c:486 eelf_x86_64_cloudabi.c:483
+#: eelf_x86_64_fbsd.c:483 eelf_x86_64_nacl.c:483 eelf_x86_64_sol2.c:614
+#: eh8300elf.c:460 eh8300elf_linux.c:460 eh8300helf.c:460
+#: eh8300helf_linux.c:460 eh8300hnelf.c:460 eh8300self.c:460
+#: eh8300self_linux.c:460 eh8300snelf.c:460 eh8300sxelf.c:460
+#: eh8300sxelf_linux.c:460 eh8300sxnelf.c:460 ehppa64linux.c:460 ehppaelf.c:767
+#: ehppalinux.c:767 ehppanbsd.c:767 ehppaobsd.c:767 ei386lynx.c:474
+#: ei386moss.c:474 ei386nto.c:474 em32relf.c:460 em32relf_linux.c:460
+#: em32rlelf.c:460 em32rlelf_linux.c:460 em68hc11elf.c:760 em68hc11elfb.c:760
+#: em68hc12elf.c:760 em68hc12elfb.c:760 em68kelf.c:610 em68kelfnbsd.c:610
+#: emn10300.c:460 ends32belf.c:567 ends32belf16m.c:567 ends32belf_linux.c:567
+#: ends32elf.c:567 ends32elf16m.c:567 ends32elf_linux.c:567 enios2elf.c:753
+#: enios2linux.c:753 eppclynx.c:668 epruelf.c:480 escore3_elf.c:481
+#: escore7_elf.c:481 eshelf.c:460 eshelf_fd.c:460 eshelf_linux.c:460
+#: eshelf_nbsd.c:460 eshelf_nto.c:460 eshelf_uclinux.c:460 eshelf_vxworks.c:489
+#: eshlelf.c:460 eshlelf_fd.c:460 eshlelf_linux.c:460 eshlelf_nbsd.c:460
+#: eshlelf_nto.c:460 eshlelf_vxworks.c:489 ev850.c:506 ev850_rh850.c:506
msgid "%F%P: %pB: error adding symbols: %E\n"
msgstr ""
-#: ldlang.c:3356
+#: ldlang.c:3358
msgid ""
"%P: warning: could not find any targets that match endianness requirement\n"
msgstr ""
-#: ldlang.c:3370
+#: ldlang.c:3372
msgid "%F%P: target %s not found\n"
msgstr ""
-#: ldlang.c:3372
+#: ldlang.c:3374
msgid "%F%P: cannot open output file %s: %E\n"
msgstr ""
-#: ldlang.c:3378
+#: ldlang.c:3380
msgid "%F%P: %s: can not make object file: %E\n"
msgstr ""
-#: ldlang.c:3382
+#: ldlang.c:3384
msgid "%F%P: %s: can not set architecture: %E\n"
msgstr ""
-#: ldlang.c:3541
+#: ldlang.c:3557
msgid "%P: warning: %s contains output sections; did you forget -T?\n"
msgstr ""
-#: ldlang.c:3680
+#: ldlang.c:3696
msgid "%X%P: required symbol `%s' not defined\n"
msgstr ""
-#: ldlang.c:3970
+#: ldlang.c:4002
msgid "%F%P: %s not found for insert\n"
msgstr ""
-#: ldlang.c:4211
+#: ldlang.c:4242
msgid " load address 0x%V"
msgstr ""
-#: ldlang.c:4447
+#: ldlang.c:4478
msgid "%W (size before relaxing)\n"
msgstr ""
-#: ldlang.c:4540
+#: ldlang.c:4571
#, c-format
msgid "Address of section %s set to "
msgstr ""
-#: ldlang.c:4738
+#: ldlang.c:4769
#, c-format
msgid "Fail with %d\n"
msgstr ""
-#: ldlang.c:5012
+#: ldlang.c:5042
msgid "%X%P: section %s VMA wraps around address space\n"
msgstr ""
-#: ldlang.c:5018
+#: ldlang.c:5048
msgid "%X%P: section %s LMA wraps around address space\n"
msgstr ""
-#: ldlang.c:5069
+#: ldlang.c:5099
msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n"
msgstr ""
-#: ldlang.c:5112
+#: ldlang.c:5142
msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n"
msgstr ""
-#: ldlang.c:5135
+#: ldlang.c:5165
msgid "%X%P: region `%s' overflowed by %lu byte\n"
msgid_plural "%X%P: region `%s' overflowed by %lu bytes\n"
msgstr[0] ""
msgstr[1] ""
-#: ldlang.c:5160
+#: ldlang.c:5190
msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n"
msgstr ""
-#: ldlang.c:5171
+#: ldlang.c:5201
msgid "%X%P: %pB section `%s' will not fit in region `%s'\n"
msgstr ""
-#: ldlang.c:5252
+#: ldlang.c:5282
msgid ""
"%F%P:%pS: non constant or forward reference address expression for section "
"%s\n"
msgstr ""
-#: ldlang.c:5277
+#: ldlang.c:5307
msgid "%X%P: internal error on COFF shared library section %s\n"
msgstr ""
-#: ldlang.c:5336
+#: ldlang.c:5366
msgid "%F%P: error: no memory region specified for loadable section `%s'\n"
msgstr ""
-#: ldlang.c:5341
+#: ldlang.c:5371
msgid "%P: warning: no memory region specified for loadable section `%s'\n"
msgstr ""
-#: ldlang.c:5365
+#: ldlang.c:5395
msgid "%P: warning: changing start of section %s by %lu byte\n"
msgid_plural "%P: warning: changing start of section %s by %lu bytes\n"
msgstr[0] ""
msgstr[1] ""
-#: ldlang.c:5460
+#: ldlang.c:5490
msgid "%P: warning: dot moved backwards before `%s'\n"
msgstr ""
-#: ldlang.c:5639
+#: ldlang.c:5671
msgid "%F%P: can't relax section: %E\n"
msgstr ""
-#: ldlang.c:6021
+#: ldlang.c:6053
msgid "%F%P: invalid data statement\n"
msgstr ""
-#: ldlang.c:6054
+#: ldlang.c:6086
msgid "%F%P: invalid reloc statement\n"
msgstr ""
-#: ldlang.c:6408
+#: ldlang.c:6440
msgid "%F%P: gc-sections requires either an entry or an undefined symbol\n"
msgstr ""
-#: ldlang.c:6433
+#: ldlang.c:6465
msgid "%F%P: %s: can't set start address\n"
msgstr ""
-#: ldlang.c:6446 ldlang.c:6465
+#: ldlang.c:6478 ldlang.c:6497
msgid "%F%P: can't set start address\n"
msgstr ""
-#: ldlang.c:6458
+#: ldlang.c:6490
msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n"
msgstr ""
-#: ldlang.c:6470
+#: ldlang.c:6502
msgid "%P: warning: cannot find entry symbol %s; not setting start address\n"
msgstr ""
-#: ldlang.c:6524
+#: ldlang.c:6558
msgid ""
"%F%P: relocatable linking with relocations from format %s (%pB) to format %s "
"(%pB) is not supported\n"
msgstr ""
-#: ldlang.c:6534
+#: ldlang.c:6568
msgid ""
"%X%P: %s architecture of input file `%pB' is incompatible with %s output\n"
msgstr ""
-#: ldlang.c:6556
+#: ldlang.c:6590
msgid "%X%P: failed to merge target specific data of file %pB\n"
msgstr ""
-#: ldlang.c:6627
+#: ldlang.c:6661
msgid "%F%P: could not define common symbol `%pT': %E\n"
msgstr ""
-#: ldlang.c:6639
+#: ldlang.c:6673
msgid ""
"\n"
"Allocating common symbols\n"
msgstr ""
-#: ldlang.c:6640
+#: ldlang.c:6674
msgid ""
"Common symbol size file\n"
"\n"
msgstr ""
-#: ldlang.c:6714
+#: ldlang.c:6748
msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n"
msgstr ""
-#: ldlang.c:6732
+#: ldlang.c:6766
msgid ""
"%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n"
msgstr ""
-#: ldlang.c:6823
+#: ldlang.c:6857
msgid "%F%P: invalid character %c (%d) in flags\n"
msgstr ""
-#: ldlang.c:6931
+#: ldlang.c:6963
msgid "%F%P:%pS: error: align with input and explicit align specified\n"
msgstr ""
-#: ldlang.c:7404
+#: ldlang.c:7469
msgid "%F%P: %s: plugin reported error after all symbols read\n"
msgstr ""
-#: ldlang.c:7809
+#: ldlang.c:7895
msgid "%F%P: multiple STARTUP files\n"
msgstr ""
-#: ldlang.c:7855
+#: ldlang.c:7941
msgid "%X%P:%pS: section has both a load address and a load region\n"
msgstr ""
-#: ldlang.c:7970
+#: ldlang.c:8047
msgid ""
"%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers "
"lack them\n"
msgstr ""
-#: ldlang.c:8043
+#: ldlang.c:8120
msgid "%F%P: no sections assigned to phdrs\n"
msgstr ""
-#: ldlang.c:8081
+#: ldlang.c:8158
msgid "%F%P: bfd_record_phdr failed: %E\n"
msgstr ""
-#: ldlang.c:8101
+#: ldlang.c:8178
msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n"
msgstr ""
-#: ldlang.c:8524
+#: ldlang.c:8601
msgid "%X%P: unknown language `%s' in version information\n"
msgstr ""
-#: ldlang.c:8669
+#: ldlang.c:8746
msgid ""
"%X%P: anonymous version tag cannot be combined with other version tags\n"
msgstr ""
-#: ldlang.c:8678
+#: ldlang.c:8755
msgid "%X%P: duplicate version tag `%s'\n"
msgstr ""
-#: ldlang.c:8699 ldlang.c:8708 ldlang.c:8726 ldlang.c:8736
+#: ldlang.c:8776 ldlang.c:8785 ldlang.c:8803 ldlang.c:8813
msgid "%X%P: duplicate expression `%s' in version information\n"
msgstr ""
-#: ldlang.c:8776
+#: ldlang.c:8853
msgid "%X%P: unable to find version dependency `%s'\n"
msgstr ""
-#: ldlang.c:8799
+#: ldlang.c:8876
msgid "%X%P: unable to read .exports section contents\n"
msgstr ""
-#: ldlang.c:8837
+#: ldlang.c:8914
msgid "%F%P: invalid origin for memory region %s\n"
msgstr ""
-#: ldlang.c:8846
+#: ldlang.c:8923
msgid "%F%P: invalid length for memory region %s\n"
msgstr ""
-#: ldlang.c:8956
+#: ldlang.c:9033
msgid "%X%P: unknown feature `%s'\n"
msgstr ""
@@ -757,227 +760,227 @@ msgstr ""
msgid "%X%P: can't set BFD default target to `%s': %E\n"
msgstr ""
-#: ldmain.c:348
+#: ldmain.c:349
msgid "built in linker script"
msgstr ""
-#: ldmain.c:358
+#: ldmain.c:359
msgid "using external linker script:"
msgstr ""
-#: ldmain.c:360
+#: ldmain.c:361
msgid "using internal linker script:"
msgstr ""
-#: ldmain.c:407
+#: ldmain.c:408
msgid "%F%P: --no-define-common may not be used without -shared\n"
msgstr ""
-#: ldmain.c:413
+#: ldmain.c:414
msgid "%F%P: no input files\n"
msgstr ""
-#: ldmain.c:417
+#: ldmain.c:418
msgid "%P: mode %s\n"
msgstr ""
-#: ldmain.c:433 ends32belf.c:2137 ends32belf16m.c:2137 ends32belf_linux.c:2266
-#: ends32elf.c:2137 ends32elf16m.c:2137 ends32elf_linux.c:2266
+#: ldmain.c:434 ends32belf.c:2141 ends32belf16m.c:2141 ends32belf_linux.c:2270
+#: ends32elf.c:2141 ends32elf16m.c:2141 ends32elf_linux.c:2270
msgid "%F%P: cannot open map file %s: %E\n"
msgstr ""
-#: ldmain.c:483
+#: ldmain.c:484
msgid "%P: link errors found, deleting executable `%s'\n"
msgstr ""
-#: ldmain.c:492
+#: ldmain.c:493
msgid "%F%P: %pB: final close failed: %E\n"
msgstr ""
-#: ldmain.c:519
+#: ldmain.c:520
msgid "%F%P: unable to open for source of copy `%s'\n"
msgstr ""
-#: ldmain.c:522
+#: ldmain.c:523
msgid "%F%P: unable to open for destination of copy `%s'\n"
msgstr ""
-#: ldmain.c:529
+#: ldmain.c:530
msgid "%P: error writing file `%s'\n"
msgstr ""
-#: ldmain.c:534 pe-dll.c:1925
+#: ldmain.c:535 pe-dll.c:1930
#, c-format
msgid "%P: error closing file `%s'\n"
msgstr ""
-#: ldmain.c:548
+#: ldmain.c:549
#, c-format
msgid "%s: total time in link: %ld.%06ld\n"
msgstr ""
-#: ldmain.c:635
+#: ldmain.c:636
msgid "%F%P: missing argument to -m\n"
msgstr ""
-#: ldmain.c:685 ldmain.c:702 ldmain.c:722 ldmain.c:754 pe-dll.c:1377
+#: ldmain.c:686 ldmain.c:703 ldmain.c:723 ldmain.c:755 pe-dll.c:1377
msgid "%F%P: bfd_hash_table_init failed: %E\n"
msgstr ""
-#: ldmain.c:689 ldmain.c:706 ldmain.c:726
+#: ldmain.c:690 ldmain.c:707 ldmain.c:727
msgid "%F%P: bfd_hash_lookup failed: %E\n"
msgstr ""
-#: ldmain.c:740
+#: ldmain.c:741
msgid "%X%P: error: duplicate retain-symbols-file\n"
msgstr ""
-#: ldmain.c:784
+#: ldmain.c:785
msgid "%F%P: bfd_hash_lookup for insertion failed: %E\n"
msgstr ""
-#: ldmain.c:789
+#: ldmain.c:790
msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n"
msgstr ""
-#: ldmain.c:892
+#: ldmain.c:893
msgid ""
"Archive member included to satisfy reference by file (symbol)\n"
"\n"
msgstr ""
-#: ldmain.c:1001
+#: ldmain.c:1002
msgid "%X%P: %C: multiple definition of `%pT'"
msgstr ""
-#: ldmain.c:1004
+#: ldmain.c:1005
msgid "; %D: first defined here"
msgstr ""
-#: ldmain.c:1009
+#: ldmain.c:1010
msgid "%P: disabling relaxation; it will not work with multiple definitions\n"
msgstr ""
-#: ldmain.c:1062
+#: ldmain.c:1063
msgid "%P: %pB: warning: definition of `%pT' overriding common from %pB\n"
msgstr ""
-#: ldmain.c:1066
+#: ldmain.c:1067
msgid "%P: %pB: warning: definition of `%pT' overriding common\n"
msgstr ""
-#: ldmain.c:1075
+#: ldmain.c:1076
msgid "%P: %pB: warning: common of `%pT' overridden by definition from %pB\n"
msgstr ""
-#: ldmain.c:1079
+#: ldmain.c:1080
msgid "%P: %pB: warning: common of `%pT' overridden by definition\n"
msgstr ""
-#: ldmain.c:1088
+#: ldmain.c:1089
msgid ""
"%P: %pB: warning: common of `%pT' overridden by larger common from %pB\n"
msgstr ""
-#: ldmain.c:1092
+#: ldmain.c:1093
msgid "%P: %pB: warning: common of `%pT' overridden by larger common\n"
msgstr ""
-#: ldmain.c:1099
+#: ldmain.c:1100
msgid "%P: %pB: warning: common of `%pT' overriding smaller common from %pB\n"
msgstr ""
-#: ldmain.c:1103
+#: ldmain.c:1104
msgid "%P: %pB: warning: common of `%pT' overriding smaller common\n"
msgstr ""
-#: ldmain.c:1110
+#: ldmain.c:1111
msgid "%P: %pB and %pB: warning: multiple common of `%pT'\n"
msgstr ""
-#: ldmain.c:1113
+#: ldmain.c:1114
msgid "%P: %pB: warning: multiple common of `%pT'\n"
msgstr ""
-#: ldmain.c:1132 ldmain.c:1168
+#: ldmain.c:1133 ldmain.c:1169
msgid "%P: warning: global constructor %s used\n"
msgstr ""
-#: ldmain.c:1178
+#: ldmain.c:1179
msgid "%F%P: BFD backend error: BFD_RELOC_CTOR unsupported\n"
msgstr ""
#. We found a reloc for the symbol we are looking for.
-#: ldmain.c:1250 ldmain.c:1252 ldmain.c:1254 ldmain.c:1262 ldmain.c:1305
+#: ldmain.c:1251 ldmain.c:1253 ldmain.c:1255 ldmain.c:1263 ldmain.c:1306
msgid "warning: "
msgstr ""
-#: ldmain.c:1358
+#: ldmain.c:1359
msgid "%X%P: %C: undefined reference to `%pT'\n"
msgstr ""
-#: ldmain.c:1361
+#: ldmain.c:1362
msgid "%P: %C: warning: undefined reference to `%pT'\n"
msgstr ""
-#: ldmain.c:1367
+#: ldmain.c:1368
msgid "%X%P: %D: more undefined references to `%pT' follow\n"
msgstr ""
-#: ldmain.c:1370
+#: ldmain.c:1371
msgid "%P: %D: warning: more undefined references to `%pT' follow\n"
msgstr ""
-#: ldmain.c:1381
+#: ldmain.c:1382
msgid "%X%P: %pB: undefined reference to `%pT'\n"
msgstr ""
-#: ldmain.c:1384
+#: ldmain.c:1385
msgid "%P: %pB: warning: undefined reference to `%pT'\n"
msgstr ""
-#: ldmain.c:1390
+#: ldmain.c:1391
msgid "%X%P: %pB: more undefined references to `%pT' follow\n"
msgstr ""
-#: ldmain.c:1393
+#: ldmain.c:1394
msgid "%P: %pB: warning: more undefined references to `%pT' follow\n"
msgstr ""
-#: ldmain.c:1430
+#: ldmain.c:1431
msgid " additional relocation overflows omitted from the output\n"
msgstr ""
-#: ldmain.c:1443
+#: ldmain.c:1444
#, c-format
msgid " relocation truncated to fit: %s against undefined symbol `%pT'"
msgstr ""
-#: ldmain.c:1449
+#: ldmain.c:1450
#, c-format
msgid ""
" relocation truncated to fit: %s against symbol `%pT' defined in %pA section "
"in %pB"
msgstr ""
-#: ldmain.c:1462
+#: ldmain.c:1463
#, c-format
msgid " relocation truncated to fit: %s against `%pT'"
msgstr ""
-#: ldmain.c:1478
+#: ldmain.c:1479
msgid "%X%H: dangerous relocation: %s\n"
msgstr ""
-#: ldmain.c:1492
+#: ldmain.c:1493
msgid "%X%H: reloc refers to symbol `%pT' which is not being output\n"
msgstr ""
-#: ldmain.c:1526
+#: ldmain.c:1527
msgid "%P: %pB: reference to %s\n"
msgstr ""
-#: ldmain.c:1528
+#: ldmain.c:1529
msgid "%P: %pB: definition of %s\n"
msgstr ""
@@ -1796,52 +1799,60 @@ msgstr ""
msgid "Control how orphan sections are handled."
msgstr ""
-#: lexsup.c:710
+#: lexsup.c:547
+msgid "Show discarded sections in map file output (default)"
+msgstr ""
+
+#: lexsup.c:550
+msgid "Do not show discarded sections in map file output"
+msgstr ""
+
+#: lexsup.c:716
msgid "%P: %s: missing argument\n"
msgstr ""
-#: lexsup.c:715
+#: lexsup.c:721
msgid "%P: unrecognized option '%s'\n"
msgstr ""
-#: lexsup.c:720
+#: lexsup.c:726
msgid "%F%P: use the --help option for usage information\n"
msgstr ""
-#: lexsup.c:739
+#: lexsup.c:745
msgid "%F%P: unrecognized -a option `%s'\n"
msgstr ""
-#: lexsup.c:752
+#: lexsup.c:758
msgid "%F%P: unrecognized -assert option `%s'\n"
msgstr ""
-#: lexsup.c:796
+#: lexsup.c:802
msgid "%F%P: unknown demangling style `%s'\n"
msgstr ""
-#: lexsup.c:866 lexsup.c:1339 eaarch64cloudabi.c:2512 eaarch64cloudabib.c:2512
-#: eaarch64elf.c:2512 eaarch64elf32.c:2512 eaarch64elf32b.c:2512
-#: eaarch64elfb.c:2512 eaarch64fbsd.c:2512 eaarch64fbsdb.c:2512
-#: eaarch64linux.c:2519 eaarch64linux32.c:2519 eaarch64linux32b.c:2519
-#: eaarch64linuxb.c:2519 earmelf.c:2806 earmelf_fbsd.c:2813
-#: earmelf_fuchsia.c:2806 earmelf_linux.c:2806 earmelf_linux_eabi.c:2806
-#: earmelf_linux_fdpiceabi.c:2806 earmelf_nacl.c:2806 earmelf_nbsd.c:2806
-#: earmelf_phoenix.c:2806 earmelf_vxworks.c:2842 earmelfb.c:2806
-#: earmelfb_fbsd.c:2813 earmelfb_fuchsia.c:2806 earmelfb_linux.c:2806
-#: earmelfb_linux_eabi.c:2806 earmelfb_linux_fdpiceabi.c:2806
-#: earmelfb_nacl.c:2806 earmelfb_nbsd.c:2806 earmnto.c:2781 earmsymbian.c:2806
-#: ecskyelf.c:2262 ecskyelf_linux.c:2424 eelf32metag.c:2430 eelf64lppc.c:2888
-#: eelf64ppc.c:2888 eelf64ppc_fbsd.c:2895 ehppaelf.c:2291 ehppalinux.c:2468
-#: ehppanbsd.c:2468 ehppaobsd.c:2468
+#: lexsup.c:872 lexsup.c:1345 eaarch64cloudabi.c:2545 eaarch64cloudabib.c:2545
+#: eaarch64elf.c:2545 eaarch64elf32.c:2545 eaarch64elf32b.c:2545
+#: eaarch64elfb.c:2545 eaarch64fbsd.c:2545 eaarch64fbsdb.c:2545
+#: eaarch64linux.c:2552 eaarch64linux32.c:2552 eaarch64linux32b.c:2552
+#: eaarch64linuxb.c:2552 earmelf.c:2811 earmelf_fbsd.c:2818
+#: earmelf_fuchsia.c:2811 earmelf_linux.c:2811 earmelf_linux_eabi.c:2811
+#: earmelf_linux_fdpiceabi.c:2811 earmelf_nacl.c:2811 earmelf_nbsd.c:2811
+#: earmelf_phoenix.c:2811 earmelf_vxworks.c:2847 earmelfb.c:2811
+#: earmelfb_fbsd.c:2818 earmelfb_fuchsia.c:2811 earmelfb_linux.c:2811
+#: earmelfb_linux_eabi.c:2811 earmelfb_linux_fdpiceabi.c:2811
+#: earmelfb_nacl.c:2811 earmelfb_nbsd.c:2811 earmnto.c:2786 earmsymbian.c:2811
+#: ecskyelf.c:2273 ecskyelf_linux.c:2435 eelf32metag.c:2434 eelf64lppc.c:2880
+#: eelf64ppc.c:2880 eelf64ppc_fbsd.c:2887 ehppaelf.c:2295 ehppalinux.c:2472
+#: ehppanbsd.c:2472 ehppaobsd.c:2472
msgid "%F%P: invalid number `%s'\n"
msgstr ""
-#: lexsup.c:967
+#: lexsup.c:973
msgid "%F%P: bad --unresolved-symbols option: %s\n"
msgstr ""
-#: lexsup.c:1044
+#: lexsup.c:1050
msgid "%F%P: bad -plugin-opt option\n"
msgstr ""
@@ -1853,131 +1864,135 @@ 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:1061
+#: lexsup.c:1067
msgid "%F%P: unrecognised option: %s\n"
msgstr ""
-#: lexsup.c:1064 lexsup.c:1174 lexsup.c:1192 lexsup.c:1308
+#: lexsup.c:1070 lexsup.c:1180 lexsup.c:1198 lexsup.c:1314
msgid "%F%P: -r and %s may not be used together\n"
msgstr ""
-#: lexsup.c:1186
+#: lexsup.c:1192
msgid "%F%P: -shared not supported\n"
msgstr ""
-#: lexsup.c:1197
+#: lexsup.c:1203
msgid "%F%P: -pie not supported\n"
msgstr ""
-#: lexsup.c:1203
+#: lexsup.c:1209
msgid "%P: SONAME must not be empty string; keeping previous one\n"
msgstr ""
-#: lexsup.c:1209
+#: lexsup.c:1215
msgid "descending"
msgstr ""
-#: lexsup.c:1211
+#: lexsup.c:1217
msgid "ascending"
msgstr ""
-#: lexsup.c:1214
+#: lexsup.c:1220
msgid "%F%P: invalid common section sorting option: %s\n"
msgstr ""
-#: lexsup.c:1218
+#: lexsup.c:1224
msgid "name"
msgstr ""
-#: lexsup.c:1220
+#: lexsup.c:1226
msgid "alignment"
msgstr ""
-#: lexsup.c:1223
+#: lexsup.c:1229
msgid "%F%P: invalid section sorting option: %s\n"
msgstr ""
-#: lexsup.c:1257
+#: lexsup.c:1263
msgid "%F%P: invalid argument to option \"--section-start\"\n"
msgstr ""
-#: lexsup.c:1264
+#: lexsup.c:1270
msgid "%F%P: missing argument(s) to option \"--section-start\"\n"
msgstr ""
-#: lexsup.c:1514
+#: lexsup.c:1520
msgid "%F%P: group ended before it began (--help for usage)\n"
msgstr ""
-#: lexsup.c:1542
+#: lexsup.c:1548
msgid "%X%P: --hash-size needs a numeric argument\n"
msgstr ""
-#: lexsup.c:1554
+#: lexsup.c:1560
msgid "%F%P: no state pushed before popping\n"
msgstr ""
-#: lexsup.c:1577
+#: lexsup.c:1583
msgid "%F%P: invalid argument to option \"--orphan-handling\"\n"
msgstr ""
-#: lexsup.c:1585
+#: lexsup.c:1599
msgid "%P: SONAME must not be empty string; ignored\n"
msgstr ""
-#: lexsup.c:1653
+#: lexsup.c:1605
+msgid "%P: missing --end-group; added as last command line option\n"
+msgstr ""
+
+#: lexsup.c:1668
msgid "%F%P: -F may not be used without -shared\n"
msgstr ""
-#: lexsup.c:1655
+#: lexsup.c:1670
msgid "%F%P: -f may not be used without -shared\n"
msgstr ""
-#: lexsup.c:1696 lexsup.c:1709
+#: lexsup.c:1711 lexsup.c:1724
msgid "%F%P: invalid hex number `%s'\n"
msgstr ""
-#: lexsup.c:1739
+#: lexsup.c:1754
#, c-format
msgid " --audit=AUDITLIB Specify a library to use for auditing\n"
msgstr ""
-#: lexsup.c:1741
+#: lexsup.c:1756
#, c-format
msgid " -Bgroup Selects group name lookup rules for DSO\n"
msgstr ""
-#: lexsup.c:1743
+#: lexsup.c:1758
#, c-format
msgid " --disable-new-dtags Disable new dynamic tags\n"
msgstr ""
-#: lexsup.c:1745
+#: lexsup.c:1760
#, c-format
msgid " --enable-new-dtags Enable new dynamic tags\n"
msgstr ""
-#: lexsup.c:1747
+#: lexsup.c:1762
#, c-format
msgid " --eh-frame-hdr Create .eh_frame_hdr section\n"
msgstr ""
-#: lexsup.c:1749
+#: lexsup.c:1764
#, c-format
msgid " --no-eh-frame-hdr Do not create .eh_frame_hdr section\n"
msgstr ""
-#: lexsup.c:1751
+#: lexsup.c:1766
#, c-format
msgid " --exclude-libs=LIBS Make all symbols in LIBS hidden\n"
msgstr ""
-#: lexsup.c:1753
+#: lexsup.c:1768
#, c-format
msgid " --hash-style=STYLE Set hash style to sysv, gnu or both\n"
msgstr ""
-#: lexsup.c:1755
+#: lexsup.c:1770
#, c-format
msgid ""
" -P AUDITLIB, --depaudit=AUDITLIB\n"
@@ -1985,20 +2000,20 @@ msgid ""
"dependencies\n"
msgstr ""
-#: lexsup.c:1758
+#: lexsup.c:1773
#, c-format
msgid ""
" -z combreloc Merge dynamic relocs into one section and "
"sort\n"
msgstr ""
-#: lexsup.c:1760
+#: lexsup.c:1775
#, c-format
msgid ""
" -z nocombreloc Don't merge dynamic relocs into one section\n"
msgstr ""
-#: lexsup.c:1762
+#: lexsup.c:1777
#, c-format
msgid ""
" -z global Make symbols in DSO available for "
@@ -2006,219 +2021,219 @@ msgid ""
" loaded objects\n"
msgstr ""
-#: lexsup.c:1765
+#: lexsup.c:1780
#, c-format
msgid ""
" -z initfirst Mark DSO to be initialized first at runtime\n"
msgstr ""
-#: lexsup.c:1767
+#: lexsup.c:1782
#, c-format
msgid ""
" -z interpose Mark object to interpose all DSOs but "
"executable\n"
msgstr ""
-#: lexsup.c:1769
+#: lexsup.c:1784
#, c-format
msgid ""
" -z lazy Mark object lazy runtime binding (default)\n"
msgstr ""
-#: lexsup.c:1771
+#: lexsup.c:1786
#, c-format
msgid " -z loadfltr Mark object requiring immediate process\n"
msgstr ""
-#: lexsup.c:1773
+#: lexsup.c:1788
#, c-format
msgid " -z nocopyreloc Don't create copy relocs\n"
msgstr ""
-#: lexsup.c:1775
+#: lexsup.c:1790
#, c-format
msgid ""
" -z nodefaultlib Mark object not to use default search paths\n"
msgstr ""
-#: lexsup.c:1777
+#: lexsup.c:1792
#, c-format
msgid " -z nodelete Mark DSO non-deletable at runtime\n"
msgstr ""
-#: lexsup.c:1779
+#: lexsup.c:1794
#, c-format
msgid " -z nodlopen Mark DSO not available to dlopen\n"
msgstr ""
-#: lexsup.c:1781
+#: lexsup.c:1796
#, c-format
msgid " -z nodump Mark DSO not available to dldump\n"
msgstr ""
-#: lexsup.c:1783
+#: lexsup.c:1798
#, c-format
msgid " -z now Mark object non-lazy runtime binding\n"
msgstr ""
-#: lexsup.c:1785
+#: lexsup.c:1800
#, c-format
msgid ""
" -z origin Mark object requiring immediate $ORIGIN\n"
" processing at runtime\n"
msgstr ""
-#: lexsup.c:1789
+#: lexsup.c:1804
#, c-format
msgid " -z relro Create RELRO program header (default)\n"
msgstr ""
-#: lexsup.c:1791
+#: lexsup.c:1806
#, c-format
msgid " -z norelro Don't create RELRO program header\n"
msgstr ""
-#: lexsup.c:1794
+#: lexsup.c:1809
#, c-format
msgid " -z relro Create RELRO program header\n"
msgstr ""
-#: lexsup.c:1796
+#: lexsup.c:1811
#, c-format
msgid ""
" -z norelro Don't create RELRO program header (default)\n"
msgstr ""
-#: lexsup.c:1800
+#: lexsup.c:1815
#, c-format
msgid ""
" -z separate-code Create separate code program header (default)\n"
msgstr ""
-#: lexsup.c:1802
+#: lexsup.c:1817
#, c-format
msgid ""
" -z noseparate-code Don't create separate code program header\n"
msgstr ""
-#: lexsup.c:1805
+#: lexsup.c:1820
#, c-format
msgid " -z separate-code Create separate code program header\n"
msgstr ""
-#: lexsup.c:1807
+#: lexsup.c:1822
#, c-format
msgid ""
" -z noseparate-code Don't create separate code program header "
"(default)\n"
msgstr ""
-#: lexsup.c:1810
+#: lexsup.c:1825
#, c-format
msgid ""
" -z common Generate common symbols with STT_COMMON type\n"
msgstr ""
-#: lexsup.c:1812
+#: lexsup.c:1827
#, c-format
msgid ""
" -z nocommon Generate common symbols with STT_OBJECT type\n"
msgstr ""
-#: lexsup.c:1814
+#: lexsup.c:1829
#, c-format
msgid " -z stack-size=SIZE Set size of stack segment\n"
msgstr ""
-#: lexsup.c:1816
+#: lexsup.c:1831
#, c-format
msgid ""
" -z text Treat DT_TEXTREL in shared object as error\n"
msgstr ""
-#: lexsup.c:1818
+#: lexsup.c:1833
#, c-format
msgid ""
" -z notext Don't treat DT_TEXTREL in shared object as "
"error\n"
msgstr ""
-#: lexsup.c:1820
+#: lexsup.c:1835
#, c-format
msgid ""
" -z textoff Don't treat DT_TEXTREL in shared object as "
"error\n"
msgstr ""
-#: lexsup.c:1827
+#: lexsup.c:1842
#, c-format
msgid " --build-id[=STYLE] Generate build ID note\n"
msgstr ""
-#: lexsup.c:1829
+#: lexsup.c:1844
#, c-format
msgid ""
" --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]\n"
" Compress DWARF debug sections using zlib\n"
msgstr ""
-#: lexsup.c:1833
+#: lexsup.c:1848
#, c-format
msgid " Default: zlib-gabi\n"
msgstr ""
-#: lexsup.c:1836
+#: lexsup.c:1851
#, c-format
msgid " Default: none\n"
msgstr ""
-#: lexsup.c:1839
+#: lexsup.c:1854
#, c-format
msgid " -z common-page-size=SIZE Set common page size to SIZE\n"
msgstr ""
-#: lexsup.c:1841
+#: lexsup.c:1856
#, c-format
msgid " -z max-page-size=SIZE Set maximum page size to SIZE\n"
msgstr ""
-#: lexsup.c:1843
+#: lexsup.c:1858
#, c-format
msgid ""
" -z defs Report unresolved symbols in object files\n"
msgstr ""
-#: lexsup.c:1845
+#: lexsup.c:1860
#, c-format
msgid " -z muldefs Allow multiple definitions\n"
msgstr ""
-#: lexsup.c:1847
+#: lexsup.c:1862
#, c-format
msgid ""
" -z execstack Mark executable as requiring executable stack\n"
msgstr ""
-#: lexsup.c:1849
+#: lexsup.c:1864
#, c-format
msgid ""
" -z noexecstack Mark executable as not requiring executable "
"stack\n"
msgstr ""
-#: lexsup.c:1851
+#: lexsup.c:1866
#, c-format
msgid ""
" -z globalaudit Mark executable requiring global auditing\n"
msgstr ""
-#: lexsup.c:1858
+#: lexsup.c:1873
#, c-format
msgid ""
" --ld-generated-unwind-info Generate exception handling info for PLT\n"
msgstr ""
-#: lexsup.c:1860
+#: lexsup.c:1875
#, c-format
msgid ""
" --no-ld-generated-unwind-info\n"
@@ -2226,49 +2241,49 @@ msgid ""
"PLT\n"
msgstr ""
-#: lexsup.c:1871
+#: lexsup.c:1886
#, c-format
msgid "ELF emulations:\n"
msgstr ""
-#: lexsup.c:1889
+#: lexsup.c:1904
#, c-format
msgid "Usage: %s [options] file...\n"
msgstr ""
-#: lexsup.c:1891
+#: lexsup.c:1906
#, c-format
msgid "Options:\n"
msgstr ""
-#: lexsup.c:1969
+#: lexsup.c:1984
#, c-format
msgid " @FILE"
msgstr ""
-#: lexsup.c:1972
+#: lexsup.c:1987
#, 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:1977
+#: lexsup.c:1992
#, c-format
msgid "%s: supported targets:"
msgstr ""
-#: lexsup.c:1985
+#: lexsup.c:2000
#, c-format
msgid "%s: supported emulations: "
msgstr ""
-#: lexsup.c:1990
+#: lexsup.c:2005
#, c-format
msgid "%s: emulation specific options:\n"
msgstr ""
-#: lexsup.c:1997
+#: lexsup.c:2012
#, c-format
msgid "Report bugs to %s\n"
msgstr ""
@@ -2310,32 +2325,32 @@ msgstr ""
msgid "%X%P: cannot export %s: symbol not found\n"
msgstr ""
-#: pe-dll.c:1009 eaarch64cloudabi.c:404 eaarch64cloudabib.c:404
-#: eaarch64elf.c:404 eaarch64elf32.c:404 eaarch64elf32b.c:404
-#: eaarch64elfb.c:404 eaarch64fbsd.c:404 eaarch64fbsdb.c:404
-#: eaarch64linux.c:404 eaarch64linux32.c:404 eaarch64linux32b.c:404
-#: eaarch64linuxb.c:404 eaix5ppc.c:1431 eaix5ppc.c:1441 eaix5rs6.c:1431
-#: eaix5rs6.c:1441 eaixppc.c:1431 eaixppc.c:1441 eaixrs6.c:1431 eaixrs6.c:1441
+#: pe-dll.c:1009 eaarch64cloudabi.c:411 eaarch64cloudabib.c:411
+#: eaarch64elf.c:411 eaarch64elf32.c:411 eaarch64elf32b.c:411
+#: eaarch64elfb.c:411 eaarch64fbsd.c:411 eaarch64fbsdb.c:411
+#: eaarch64linux.c:411 eaarch64linux32.c:411 eaarch64linux32b.c:411
+#: eaarch64linuxb.c:411 eaix5ppc.c:1430 eaix5ppc.c:1440 eaix5rs6.c:1430
+#: eaix5rs6.c:1440 eaixppc.c:1430 eaixppc.c:1440 eaixrs6.c:1430 eaixrs6.c:1440
#: earmelf.c:620 earmelf_fbsd.c:620 earmelf_fuchsia.c:620 earmelf_linux.c:620
#: earmelf_linux_eabi.c:620 earmelf_linux_fdpiceabi.c:620 earmelf_nacl.c:620
#: earmelf_nbsd.c:620 earmelf_phoenix.c:620 earmelf_vxworks.c:620
#: earmelfb.c:620 earmelfb_fbsd.c:620 earmelfb_fuchsia.c:620
#: earmelfb_linux.c:620 earmelfb_linux_eabi.c:620
#: earmelfb_linux_fdpiceabi.c:620 earmelfb_nacl.c:620 earmelfb_nbsd.c:620
-#: earmnto.c:620 earmsymbian.c:620 ecskyelf.c:208 ecskyelf_linux.c:208
-#: eelf32b4300.c:238 eelf32bmip.c:238 eelf32bmipn32.c:256 eelf32bsmip.c:256
-#: eelf32btsmip.c:238 eelf32btsmip_fbsd.c:238 eelf32btsmipn32.c:238
-#: eelf32btsmipn32_fbsd.c:238 eelf32ebmip.c:238 eelf32ebmipvxworks.c:238
-#: eelf32elmip.c:238 eelf32elmipvxworks.c:238 eelf32l4300.c:238
-#: eelf32lmip.c:238 eelf32lr5900.c:238 eelf32lr5900n32.c:238 eelf32lsmip.c:238
-#: eelf32ltsmip.c:238 eelf32ltsmip_fbsd.c:238 eelf32ltsmipn32.c:238
-#: eelf32ltsmipn32_fbsd.c:238 eelf32metag.c:139 eelf32mipswindiss.c:238
-#: eelf64bmip.c:256 eelf64btsmip.c:238 eelf64btsmip_fbsd.c:238 eelf64lppc.c:169
-#: eelf64ltsmip.c:238 eelf64ltsmip_fbsd.c:238 eelf64ppc.c:169
+#: earmnto.c:620 earmsymbian.c:620 ecskyelf.c:214 ecskyelf_linux.c:214
+#: eelf32b4300.c:224 eelf32bmip.c:224 eelf32bmipn32.c:242 eelf32bsmip.c:242
+#: eelf32btsmip.c:224 eelf32btsmip_fbsd.c:224 eelf32btsmipn32.c:224
+#: eelf32btsmipn32_fbsd.c:224 eelf32ebmip.c:224 eelf32ebmipvxworks.c:224
+#: eelf32elmip.c:224 eelf32elmipvxworks.c:224 eelf32l4300.c:224
+#: eelf32lmip.c:224 eelf32lr5900.c:224 eelf32lr5900n32.c:224 eelf32lsmip.c:224
+#: eelf32ltsmip.c:224 eelf32ltsmip_fbsd.c:224 eelf32ltsmipn32.c:224
+#: eelf32ltsmipn32_fbsd.c:224 eelf32metag.c:139 eelf32mipswindiss.c:224
+#: eelf64bmip.c:242 eelf64btsmip.c:224 eelf64btsmip_fbsd.c:224 eelf64lppc.c:169
+#: eelf64ltsmip.c:224 eelf64ltsmip_fbsd.c:224 eelf64ppc.c:169
#: eelf64ppc_fbsd.c:169 ehppaelf.c:162 ehppalinux.c:162 ehppanbsd.c:162
#: ehppaobsd.c:162 em68hc11elf.c:222 em68hc11elfb.c:222 em68hc12elf.c:222
-#: em68hc12elfb.c:222 enios2elf.c:144 enios2linux.c:144 eppcmacos.c:1431
-#: eppcmacos.c:1441
+#: em68hc12elfb.c:222 enios2elf.c:144 enios2linux.c:144 eppcmacos.c:1430
+#: eppcmacos.c:1440
msgid "%F%P: can not create BFD: %E\n"
msgstr ""
@@ -2357,12 +2372,12 @@ msgstr ""
msgid "%X%P: error: export ordinal too large: %d\n"
msgstr ""
-#: pe-dll.c:1452
+#: pe-dll.c:1457
#, c-format
msgid "Info: resolving %s by linking to %s (auto-import)\n"
msgstr ""
-#: pe-dll.c:1458
+#: pe-dll.c:1463
msgid ""
"%P: warning: auto-importing has been activated without --enable-auto-import "
"specified on the command line; this should work unless it involves constant "
@@ -2370,66 +2385,66 @@ msgid ""
msgstr ""
#. Huh? Shouldn't happen, but punt if it does.
-#: pe-dll.c:1527
+#: pe-dll.c:1532
msgid "%P: zero vma section reloc detected: `%s' #%d f=%d\n"
msgstr ""
-#: pe-dll.c:1642
+#: pe-dll.c:1647
#, c-format
msgid "%X%P: error: %d-bit reloc in dll\n"
msgstr ""
-#: pe-dll.c:1770
+#: pe-dll.c:1775
#, c-format
msgid "%P: can't open output def file %s\n"
msgstr ""
-#: pe-dll.c:1921
+#: pe-dll.c:1926
#, c-format
msgid "; no contents available\n"
msgstr ""
-#: pe-dll.c:2780
+#: pe-dll.c:2785
msgid ""
"%X%P: %C: variable '%pT' can't be auto-imported; please read the "
"documentation for ld's --enable-auto-import for details\n"
msgstr ""
-#: pe-dll.c:2807
+#: pe-dll.c:2812
#, c-format
msgid "%X%P: can't open .lib file: %s\n"
msgstr ""
-#: pe-dll.c:2813
+#: pe-dll.c:2818
#, c-format
msgid "Creating library file: %s\n"
msgstr ""
-#: pe-dll.c:2842
+#: pe-dll.c:2847
msgid "%X%P: bfd_openr %s: %E\n"
msgstr ""
-#: pe-dll.c:2854
+#: pe-dll.c:2859
msgid "%X%P: %s(%s): can't find member in non-archive file"
msgstr ""
-#: pe-dll.c:2866
+#: pe-dll.c:2871
msgid "%X%P: %s(%s): can't find member in archive"
msgstr ""
-#: pe-dll.c:3128
+#: pe-dll.c:3133
msgid "%X%P: add symbols %s: %E\n"
msgstr ""
-#: pe-dll.c:3315
+#: pe-dll.c:3320
msgid "%X%P: open %s: %E\n"
msgstr ""
-#: pe-dll.c:3322
+#: pe-dll.c:3327
msgid "%X%P: %s: this doesn't appear to be a DLL\n"
msgstr ""
-#: pe-dll.c:3527
+#: pe-dll.c:3532
msgid "%X%P: error: can't use long section names on this arch\n"
msgstr ""
@@ -2437,7 +2452,7 @@ msgstr ""
msgid "<no plugin>"
msgstr ""
-#: plugin.c:246 plugin.c:1010
+#: plugin.c:246 plugin.c:1100
msgid "%F%P: %s: error loading plugin: %s\n"
msgstr ""
@@ -2461,40 +2476,55 @@ msgstr ""
msgid "%F%P: unsupported input file size: %s (%ld bytes)\n"
msgstr ""
+#: plugin.c:679
+#, c-format
+msgid "unknown LTO kind value %x"
+msgstr ""
+
+#: plugin.c:705
+#, c-format
+msgid "unknown LTO resolution value %x"
+msgstr ""
+
+#: plugin.c:725
+#, c-format
+msgid "unknown LTO visibility value %x"
+msgstr ""
+
#. We should not have a new, indirect or warning symbol here.
-#: plugin.c:719
+#: plugin.c:805
msgid "%F%P: %s: plugin symbol table corrupt (sym type %d)\n"
msgstr ""
-#: plugin.c:779
-msgid "%P: %pB: symbol `%s' definition: %d, visibility: %d, resolution: %d\n"
+#: plugin.c:867
+msgid "%P: %pB: symbol `%s' definition: %s, visibility: %s, resolution: %s\n"
msgstr ""
-#: plugin.c:854
+#: plugin.c:944
msgid "%P: warning: "
msgstr ""
-#: plugin.c:865
+#: plugin.c:955
msgid "%P: error: "
msgstr ""
-#: plugin.c:1017
+#: plugin.c:1107
msgid "%F%P: %s: plugin error: %d\n"
msgstr ""
-#: plugin.c:1072
+#: plugin.c:1162
msgid "%F%P: plugin_strdup failed to allocate memory: %s\n"
msgstr ""
-#: plugin.c:1104
+#: plugin.c:1194
msgid "%F%P: plugin failed to allocate memory for input: %s\n"
msgstr ""
-#: plugin.c:1131
+#: plugin.c:1221
msgid "%F%P: %s: plugin reported error claiming file\n"
msgstr ""
-#: plugin.c:1241
+#: plugin.c:1331
msgid "%P: %s: error in plugin cleanup: %d (ignored)\n"
msgstr ""
@@ -2543,31 +2573,32 @@ msgstr ""
#: eelf64_ia64_fbsd.c:81 eelf64_ia64_vms.c:209 eelf64_s390.c:81
#: eelf64_sparc.c:81 eelf64_sparc_fbsd.c:81 eelf64_sparc_sol2.c:81
#: eelf64alpha.c:81 eelf64alpha_fbsd.c:81 eelf64alpha_nbsd.c:81 eelf64bmip.c:81
-#: eelf64btsmip.c:81 eelf64btsmip_fbsd.c:81 eelf64hppa.c:81 eelf64lppc.c:81
-#: eelf64lriscv.c:81 eelf64lriscv_lp64.c:81 eelf64lriscv_lp64f.c:81
-#: eelf64ltsmip.c:81 eelf64ltsmip_fbsd.c:81 eelf64mmix.c:81 eelf64ppc.c:81
-#: eelf64ppc_fbsd.c:81 eelf64rdos.c:81 eelf64tilegx.c:81 eelf64tilegx_be.c:81
-#: eelf_i386.c:84 eelf_i386_be.c:81 eelf_i386_chaos.c:81 eelf_i386_fbsd.c:81
-#: eelf_i386_ldso.c:81 eelf_i386_nacl.c:81 eelf_i386_sol2.c:81
-#: eelf_i386_vxworks.c:81 eelf_iamcu.c:81 eelf_k1om.c:84 eelf_k1om_fbsd.c:81
-#: eelf_l1om.c:84 eelf_l1om_fbsd.c:81 eelf_s390.c:81 eelf_x86_64.c:84
-#: eelf_x86_64_cloudabi.c:81 eelf_x86_64_fbsd.c:81 eelf_x86_64_nacl.c:81
-#: eelf_x86_64_sol2.c:81 eh8300elf.c:81 eh8300elf_linux.c:81 eh8300helf.c:81
-#: eh8300helf_linux.c:81 eh8300hnelf.c:81 eh8300self.c:81 eh8300self_linux.c:81
-#: eh8300snelf.c:81 eh8300sxelf.c:81 eh8300sxelf_linux.c:81 eh8300sxnelf.c:81
-#: ehppa64linux.c:81 ehppaelf.c:81 ehppalinux.c:81 ehppanbsd.c:81
-#: ehppaobsd.c:81 ei386lynx.c:81 ei386moss.c:81 ei386nto.c:81 em32relf.c:81
-#: em32relf_linux.c:81 em32rlelf.c:81 em32rlelf_linux.c:81 em68hc11elf.c:81
-#: em68hc11elfb.c:81 em68hc12elf.c:81 em68hc12elfb.c:81 em68kelf.c:81
-#: em68kelfnbsd.c:81 em9s12zelf.c:81 emmo.c:76 emn10200.c:64 emn10300.c:81
-#: emoxiebox.c:64 emsp430X.c:89 emsp430elf.c:89 ends32belf.c:81
-#: ends32belf16m.c:81 ends32belf_linux.c:81 ends32elf.c:81 ends32elf16m.c:81
-#: ends32elf_linux.c:81 enios2elf.c:81 enios2linux.c:81 epjelf.c:64
-#: epjlelf.c:64 eppclynx.c:81 epruelf.c:81 escore3_elf.c:81 escore7_elf.c:81
-#: eshelf.c:81 eshelf_fd.c:81 eshelf_linux.c:81 eshelf_nbsd.c:81
-#: eshelf_nto.c:81 eshelf_uclinux.c:81 eshelf_vxworks.c:81 eshlelf.c:81
-#: eshlelf_fd.c:81 eshlelf_linux.c:81 eshlelf_nbsd.c:81 eshlelf_nto.c:81
-#: eshlelf_vxworks.c:81 ev850.c:81 ev850_rh850.c:81 exgateelf.c:64
+#: eelf64bpf.c:81 eelf64btsmip.c:81 eelf64btsmip_fbsd.c:81 eelf64hppa.c:81
+#: eelf64lppc.c:81 eelf64lriscv.c:81 eelf64lriscv_lp64.c:81
+#: eelf64lriscv_lp64f.c:81 eelf64ltsmip.c:81 eelf64ltsmip_fbsd.c:81
+#: eelf64mmix.c:81 eelf64ppc.c:81 eelf64ppc_fbsd.c:81 eelf64rdos.c:81
+#: eelf64tilegx.c:81 eelf64tilegx_be.c:81 eelf_i386.c:84 eelf_i386_be.c:81
+#: eelf_i386_fbsd.c:81 eelf_i386_ldso.c:81 eelf_i386_nacl.c:81
+#: eelf_i386_sol2.c:81 eelf_i386_vxworks.c:81 eelf_iamcu.c:81 eelf_k1om.c:84
+#: eelf_k1om_fbsd.c:81 eelf_l1om.c:84 eelf_l1om_fbsd.c:81 eelf_s390.c:81
+#: eelf_x86_64.c:84 eelf_x86_64_cloudabi.c:81 eelf_x86_64_fbsd.c:81
+#: eelf_x86_64_nacl.c:81 eelf_x86_64_sol2.c:81 eh8300elf.c:81
+#: eh8300elf_linux.c:81 eh8300helf.c:81 eh8300helf_linux.c:81 eh8300hnelf.c:81
+#: eh8300self.c:81 eh8300self_linux.c:81 eh8300snelf.c:81 eh8300sxelf.c:81
+#: eh8300sxelf_linux.c:81 eh8300sxnelf.c:81 ehppa64linux.c:81 ehppaelf.c:81
+#: ehppalinux.c:81 ehppanbsd.c:81 ehppaobsd.c:81 ei386lynx.c:81 ei386moss.c:81
+#: ei386nto.c:81 em32relf.c:81 em32relf_linux.c:81 em32rlelf.c:81
+#: em32rlelf_linux.c:81 em68hc11elf.c:81 em68hc11elfb.c:81 em68hc12elf.c:81
+#: em68hc12elfb.c:81 em68kelf.c:81 em68kelfnbsd.c:81 em9s12zelf.c:64 emmo.c:76
+#: emn10200.c:64 emn10300.c:81 emoxiebox.c:64 emsp430X.c:89 emsp430elf.c:89
+#: ends32belf.c:81 ends32belf16m.c:81 ends32belf_linux.c:81 ends32elf.c:81
+#: ends32elf16m.c:81 ends32elf_linux.c:81 enios2elf.c:81 enios2linux.c:81
+#: epjelf.c:64 epjlelf.c:64 eppclynx.c:81 epruelf.c:81 escore3_elf.c:81
+#: escore7_elf.c:81 eshelf.c:81 eshelf_fd.c:81 eshelf_linux.c:81
+#: eshelf_nbsd.c:81 eshelf_nto.c:81 eshelf_uclinux.c:81 eshelf_vxworks.c:81
+#: eshlelf.c:81 eshlelf_fd.c:81 eshlelf_linux.c:81 eshlelf_nbsd.c:81
+#: eshlelf_nto.c:81 eshlelf_vxworks.c:81 ev850.c:81 ev850_rh850.c:81
+#: exgateelf.c:64
msgid "%F%P: map sections to segments failed: %E\n"
msgstr ""
@@ -2620,25 +2651,25 @@ msgstr ""
#: eelf64_ia64_vms.c:229 eelf64_s390.c:101 eelf64_sparc.c:101
#: eelf64_sparc_fbsd.c:101 eelf64_sparc_sol2.c:101 eelf64alpha.c:101
#: eelf64alpha_fbsd.c:101 eelf64alpha_nbsd.c:101 eelf64bmip.c:101
-#: eelf64btsmip.c:101 eelf64btsmip_fbsd.c:101 eelf64hppa.c:101 eelf64lppc.c:101
-#: eelf64lriscv.c:101 eelf64lriscv_lp64.c:101 eelf64lriscv_lp64f.c:101
-#: eelf64ltsmip.c:101 eelf64ltsmip_fbsd.c:101 eelf64mmix.c:101 eelf64ppc.c:101
-#: eelf64ppc_fbsd.c:101 eelf64rdos.c:101 eelf64tilegx.c:101
-#: eelf64tilegx_be.c:101 eelf_i386.c:104 eelf_i386_be.c:101
-#: eelf_i386_chaos.c:101 eelf_i386_fbsd.c:101 eelf_i386_ldso.c:101
-#: eelf_i386_nacl.c:101 eelf_i386_sol2.c:101 eelf_i386_vxworks.c:101
-#: eelf_iamcu.c:101 eelf_k1om.c:104 eelf_k1om_fbsd.c:101 eelf_l1om.c:104
-#: eelf_l1om_fbsd.c:101 eelf_s390.c:101 eelf_x86_64.c:104
-#: eelf_x86_64_cloudabi.c:101 eelf_x86_64_fbsd.c:101 eelf_x86_64_nacl.c:101
-#: eelf_x86_64_sol2.c:101 eh8300elf.c:101 eh8300elf_linux.c:101
-#: eh8300helf.c:101 eh8300helf_linux.c:101 eh8300hnelf.c:101 eh8300self.c:101
+#: eelf64bpf.c:101 eelf64btsmip.c:101 eelf64btsmip_fbsd.c:101 eelf64hppa.c:101
+#: eelf64lppc.c:101 eelf64lriscv.c:101 eelf64lriscv_lp64.c:101
+#: eelf64lriscv_lp64f.c:101 eelf64ltsmip.c:101 eelf64ltsmip_fbsd.c:101
+#: eelf64mmix.c:101 eelf64ppc.c:101 eelf64ppc_fbsd.c:101 eelf64rdos.c:101
+#: eelf64tilegx.c:101 eelf64tilegx_be.c:101 eelf_i386.c:104 eelf_i386_be.c:101
+#: eelf_i386_fbsd.c:101 eelf_i386_ldso.c:101 eelf_i386_nacl.c:101
+#: eelf_i386_sol2.c:101 eelf_i386_vxworks.c:101 eelf_iamcu.c:101
+#: eelf_k1om.c:104 eelf_k1om_fbsd.c:101 eelf_l1om.c:104 eelf_l1om_fbsd.c:101
+#: eelf_s390.c:101 eelf_x86_64.c:104 eelf_x86_64_cloudabi.c:101
+#: eelf_x86_64_fbsd.c:101 eelf_x86_64_nacl.c:101 eelf_x86_64_sol2.c:101
+#: eh8300elf.c:101 eh8300elf_linux.c:101 eh8300helf.c:101
+#: eh8300helf_linux.c:101 eh8300hnelf.c:101 eh8300self.c:101
#: eh8300self_linux.c:101 eh8300snelf.c:101 eh8300sxelf.c:101
#: eh8300sxelf_linux.c:101 eh8300sxnelf.c:101 ehppa64linux.c:101 ehppaelf.c:101
#: ehppalinux.c:101 ehppanbsd.c:101 ehppaobsd.c:101 ei386lynx.c:101
#: ei386moss.c:101 ei386nto.c:101 em32relf.c:101 em32relf_linux.c:101
#: em32rlelf.c:101 em32rlelf_linux.c:101 em68hc11elf.c:101 em68hc11elfb.c:101
#: em68hc12elf.c:101 em68hc12elfb.c:101 em68kelf.c:101 em68kelfnbsd.c:101
-#: em9s12zelf.c:101 emmo.c:96 emn10200.c:84 emn10300.c:101 emoxiebox.c:84
+#: em9s12zelf.c:84 emmo.c:96 emn10200.c:84 emn10300.c:101 emoxiebox.c:84
#: emsp430X.c:109 emsp430elf.c:109 ends32belf.c:101 ends32belf16m.c:101
#: ends32belf_linux.c:101 ends32elf.c:101 ends32elf16m.c:101
#: ends32elf_linux.c:101 enios2elf.c:101 enios2linux.c:101 epjelf.c:84
@@ -2651,10 +2682,10 @@ msgstr ""
msgid "%F%P: looping in map_segments"
msgstr ""
-#: eaarch64cloudabi.c:272 eaarch64cloudabib.c:272 eaarch64elf.c:272
-#: eaarch64elf32.c:272 eaarch64elf32b.c:272 eaarch64elfb.c:272
-#: eaarch64fbsd.c:272 eaarch64fbsdb.c:272 eaarch64linux.c:272
-#: eaarch64linux32.c:272 eaarch64linux32b.c:272 eaarch64linuxb.c:272
+#: eaarch64cloudabi.c:274 eaarch64cloudabib.c:274 eaarch64elf.c:274
+#: eaarch64elf32.c:274 eaarch64elf32b.c:274 eaarch64elfb.c:274
+#: eaarch64fbsd.c:274 eaarch64fbsdb.c:274 eaarch64linux.c:274
+#: eaarch64linux32.c:274 eaarch64linux32b.c:274 eaarch64linuxb.c:274
#: earmelf.c:343 earmelf_fbsd.c:343 earmelf_fuchsia.c:343 earmelf_linux.c:343
#: earmelf_linux_eabi.c:343 earmelf_linux_fdpiceabi.c:343 earmelf_nacl.c:343
#: earmelf_nbsd.c:343 earmelf_phoenix.c:343 earmelf_vxworks.c:343
@@ -2665,118 +2696,118 @@ msgstr ""
#: eavr3.c:230 eavr31.c:230 eavr35.c:230 eavr4.c:230 eavr5.c:230 eavr51.c:230
#: eavr6.c:230 eavrtiny.c:230 eavrxmega1.c:230 eavrxmega2.c:230
#: eavrxmega3.c:230 eavrxmega4.c:230 eavrxmega5.c:230 eavrxmega6.c:230
-#: eavrxmega7.c:230 ecskyelf.c:254 ecskyelf_linux.c:254 eelf32b4300.c:271
-#: eelf32bmip.c:271 eelf32bmipn32.c:289 eelf32bsmip.c:289 eelf32btsmip.c:271
-#: eelf32btsmip_fbsd.c:271 eelf32btsmipn32.c:271 eelf32btsmipn32_fbsd.c:271
-#: eelf32ebmip.c:271 eelf32ebmipvxworks.c:271 eelf32elmip.c:271
-#: eelf32elmipvxworks.c:271 eelf32l4300.c:271 eelf32lmip.c:271
-#: eelf32lr5900.c:271 eelf32lr5900n32.c:271 eelf32lsmip.c:271
-#: eelf32ltsmip.c:271 eelf32ltsmip_fbsd.c:271 eelf32ltsmipn32.c:271
-#: eelf32ltsmipn32_fbsd.c:271 eelf32metag.c:258 eelf32mipswindiss.c:271
-#: eelf64bmip.c:289 eelf64btsmip.c:271 eelf64btsmip_fbsd.c:271 eelf64lppc.c:523
-#: eelf64ltsmip.c:271 eelf64ltsmip_fbsd.c:271 eelf64ppc.c:523
+#: eavrxmega7.c:230 ecskyelf.c:261 ecskyelf_linux.c:261 eelf32b4300.c:257
+#: eelf32bmip.c:257 eelf32bmipn32.c:275 eelf32bsmip.c:275 eelf32btsmip.c:257
+#: eelf32btsmip_fbsd.c:257 eelf32btsmipn32.c:257 eelf32btsmipn32_fbsd.c:257
+#: eelf32ebmip.c:257 eelf32ebmipvxworks.c:257 eelf32elmip.c:257
+#: eelf32elmipvxworks.c:257 eelf32l4300.c:257 eelf32lmip.c:257
+#: eelf32lr5900.c:257 eelf32lr5900n32.c:257 eelf32lsmip.c:257
+#: eelf32ltsmip.c:257 eelf32ltsmip_fbsd.c:257 eelf32ltsmipn32.c:257
+#: eelf32ltsmipn32_fbsd.c:257 eelf32metag.c:258 eelf32mipswindiss.c:257
+#: eelf64bmip.c:275 eelf64btsmip.c:257 eelf64btsmip_fbsd.c:257 eelf64lppc.c:523
+#: eelf64ltsmip.c:257 eelf64ltsmip_fbsd.c:257 eelf64ppc.c:523
#: eelf64ppc_fbsd.c:523 ehppaelf.c:282 ehppalinux.c:282 ehppanbsd.c:282
#: ehppaobsd.c:282 em68hc11elf.c:349 em68hc11elfb.c:349 em68hc12elf.c:349
#: em68hc12elfb.c:349 enios2elf.c:275 enios2linux.c:275
msgid "%X%P: can not make stub section: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:315 eaarch64cloudabib.c:315 eaarch64elf.c:315
-#: eaarch64elf32.c:315 eaarch64elf32b.c:315 eaarch64elfb.c:315
-#: eaarch64fbsd.c:315 eaarch64fbsdb.c:315 eaarch64linux.c:315
-#: eaarch64linux32.c:315 eaarch64linux32b.c:315 eaarch64linuxb.c:315
-#: earcelf.c:1828 earcelf_prof.c:1828 earclinux.c:1830 earclinux_nps.c:1830
-#: earclinux_prof.c:1830 earcv2elf.c:1828 earcv2elfx.c:1828 earmelf.c:455
+#: eaarch64cloudabi.c:317 eaarch64cloudabib.c:317 eaarch64elf.c:317
+#: eaarch64elf32.c:317 eaarch64elf32b.c:317 eaarch64elfb.c:317
+#: eaarch64fbsd.c:317 eaarch64fbsdb.c:317 eaarch64linux.c:317
+#: eaarch64linux32.c:317 eaarch64linux32b.c:317 eaarch64linuxb.c:317
+#: earcelf.c:1832 earcelf_prof.c:1832 earclinux.c:1832 earclinux_nps.c:1832
+#: earclinux_prof.c:1832 earcv2elf.c:1832 earcv2elfx.c:1832 earmelf.c:455
#: earmelf_fbsd.c:455 earmelf_fuchsia.c:455 earmelf_linux.c:455
#: earmelf_linux_eabi.c:455 earmelf_linux_fdpiceabi.c:455 earmelf_nacl.c:455
#: earmelf_nbsd.c:455 earmelf_phoenix.c:455 earmelf_vxworks.c:455
#: earmelfb.c:455 earmelfb_fbsd.c:455 earmelfb_fuchsia.c:455
#: earmelfb_linux.c:455 earmelfb_linux_eabi.c:455
#: earmelfb_linux_fdpiceabi.c:455 earmelfb_nacl.c:455 earmelfb_nbsd.c:455
-#: earmnto.c:455 earmsymbian.c:455 eavr1.c:2031 eavr2.c:2031 eavr25.c:2031
-#: eavr3.c:2031 eavr31.c:2031 eavr35.c:2031 eavr4.c:2031 eavr5.c:2031
-#: eavr51.c:2031 eavr6.c:2031 eavrtiny.c:2031 eavrxmega1.c:2031
-#: eavrxmega2.c:2031 eavrxmega3.c:2031 eavrxmega4.c:2031 eavrxmega5.c:2031
-#: eavrxmega6.c:2031 eavrxmega7.c:2031 ecriself.c:1828 ecrislinux.c:1828
-#: ed10velf.c:1828 eelf32_sparc.c:1828 eelf32_sparc_sol2.c:1959
-#: eelf32_sparc_vxworks.c:1857 eelf32_spu.c:2498 eelf32_tic6x_be.c:233
+#: earmnto.c:455 earmsymbian.c:455 eavr1.c:2035 eavr2.c:2035 eavr25.c:2035
+#: eavr3.c:2035 eavr31.c:2035 eavr35.c:2035 eavr4.c:2035 eavr5.c:2035
+#: eavr51.c:2035 eavr6.c:2035 eavrtiny.c:2035 eavrxmega1.c:2035
+#: eavrxmega2.c:2035 eavrxmega3.c:2035 eavrxmega4.c:2035 eavrxmega5.c:2035
+#: eavrxmega6.c:2035 eavrxmega7.c:2035 ecriself.c:1832 ecrislinux.c:1832
+#: ed10velf.c:1832 eelf32_sparc.c:1832 eelf32_sparc_sol2.c:1963
+#: eelf32_sparc_vxworks.c:1861 eelf32_spu.c:2366 eelf32_tic6x_be.c:233
#: eelf32_tic6x_elf_be.c:233 eelf32_tic6x_elf_le.c:233 eelf32_tic6x_le.c:233
-#: eelf32_tic6x_linux_be.c:233 eelf32_tic6x_linux_le.c:233 eelf32_x86_64.c:2160
-#: eelf32_x86_64_nacl.c:1828 eelf32am33lin.c:1828 eelf32b4300.c:2055
-#: eelf32bfin.c:1837 eelf32bfinfd.c:1837 eelf32bmip.c:2055 eelf32bmipn32.c:2073
-#: eelf32bsmip.c:2073 eelf32btsmip.c:2055 eelf32btsmip_fbsd.c:2062
-#: eelf32btsmipn32.c:2055 eelf32btsmipn32_fbsd.c:2062 eelf32cr16.c:1979
-#: eelf32cr16c.c:1828 eelf32crx.c:1867 eelf32ebmip.c:2055
-#: eelf32ebmipvxworks.c:2084 eelf32elmip.c:2055 eelf32elmipvxworks.c:2084
-#: eelf32epiphany.c:1828 eelf32epiphany_4x4.c:1830 eelf32frvfd.c:1828
-#: eelf32ip2k.c:1828 eelf32l4300.c:2055 eelf32lm32.c:1828 eelf32lm32fd.c:1828
-#: eelf32lmip.c:2055 eelf32lppc.c:2044 eelf32lppclinux.c:2044
-#: eelf32lppcnto.c:2044 eelf32lppcsim.c:2044 eelf32lr5900.c:2055
-#: eelf32lr5900n32.c:2055 eelf32lriscv.c:141 eelf32lriscv_ilp32.c:141
-#: eelf32lriscv_ilp32f.c:141 eelf32lsmip.c:2055 eelf32ltsmip.c:2055
-#: eelf32ltsmip_fbsd.c:2062 eelf32ltsmipn32.c:2055 eelf32ltsmipn32_fbsd.c:2062
-#: eelf32m32c.c:1839 eelf32mb_linux.c:1828 eelf32mbel_linux.c:1828
-#: eelf32mcore.c:1828 eelf32mep.c:1828 eelf32metag.c:308
-#: eelf32microblaze.c:1828 eelf32microblazeel.c:1828 eelf32mipswindiss.c:2055
-#: eelf32or1k.c:1828 eelf32or1k_linux.c:1828 eelf32ppc.c:2044
-#: eelf32ppc_fbsd.c:2051 eelf32ppclinux.c:2044 eelf32ppcnto.c:2044
-#: eelf32ppcsim.c:2044 eelf32ppcvxworks.c:2018 eelf32ppcwindiss.c:2044
-#: eelf32rl78.c:1828 eelf32rx.c:1844 eelf32tilegx.c:1828 eelf32tilegx_be.c:1828
-#: eelf32tilepro.c:1828 eelf32vax.c:1828 eelf32visium.c:1828 eelf32xc16x.c:1828
-#: eelf32xc16xl.c:1828 eelf32xc16xs.c:1828 eelf32xstormy16.c:1839
-#: eelf32xtensa.c:3715 eelf64_aix.c:1828 eelf64_ia64.c:1852
-#: eelf64_ia64_fbsd.c:1859 eelf64_ia64_vms.c:262 eelf64_s390.c:1843
-#: eelf64_sparc.c:1828 eelf64_sparc_fbsd.c:1835 eelf64_sparc_sol2.c:1959
-#: eelf64alpha.c:1911 eelf64alpha_fbsd.c:1918 eelf64alpha_nbsd.c:1911
-#: eelf64bmip.c:2073 eelf64btsmip.c:2055 eelf64btsmip_fbsd.c:2062
-#: eelf64hppa.c:1828 eelf64lppc.c:633 eelf64lriscv.c:141
-#: eelf64lriscv_lp64.c:141 eelf64lriscv_lp64f.c:141 eelf64ltsmip.c:2055
-#: eelf64ltsmip_fbsd.c:2062 eelf64mmix.c:1939 eelf64ppc.c:633
-#: eelf64ppc_fbsd.c:633 eelf64rdos.c:1828 eelf64tilegx.c:1828
-#: eelf64tilegx_be.c:1828 eelf_i386.c:2160 eelf_i386_be.c:1828
-#: eelf_i386_chaos.c:1828 eelf_i386_fbsd.c:1835 eelf_i386_ldso.c:1835
-#: eelf_i386_nacl.c:1828 eelf_i386_sol2.c:1966 eelf_i386_vxworks.c:1857
-#: eelf_iamcu.c:1828 eelf_k1om.c:2160 eelf_k1om_fbsd.c:1835 eelf_l1om.c:2160
-#: eelf_l1om_fbsd.c:1835 eelf_s390.c:1828 eelf_x86_64.c:2160
-#: eelf_x86_64_cloudabi.c:1828 eelf_x86_64_fbsd.c:1835 eelf_x86_64_nacl.c:1828
-#: eelf_x86_64_sol2.c:1959 eh8300elf.c:1828 eh8300elf_linux.c:1828
-#: eh8300helf.c:1828 eh8300helf_linux.c:1828 eh8300hnelf.c:1828
-#: eh8300self.c:1828 eh8300self_linux.c:1828 eh8300snelf.c:1828
-#: eh8300sxelf.c:1828 eh8300sxelf_linux.c:1828 eh8300sxnelf.c:1828
-#: ehppa64linux.c:1828 ehppaelf.c:332 ehppalinux.c:332 ehppanbsd.c:332
-#: ehppaobsd.c:332 ei386lynx.c:1835 ei386moss.c:1828 ei386nto.c:1828
-#: em32relf.c:1828 em32relf_linux.c:1828 em32rlelf.c:1828
-#: em32rlelf_linux.c:1828 em68hc11elf.c:2128 em68hc11elfb.c:2128
-#: em68hc12elf.c:2128 em68hc12elfb.c:2128 em68kelf.c:1978 em68kelfnbsd.c:1978
-#: em9s12zelf.c:1828 emn10300.c:1828 ends32belf.c:1935 ends32belf16m.c:1935
-#: ends32belf_linux.c:1935 ends32elf.c:1935 ends32elf16m.c:1935
-#: ends32elf_linux.c:1935 enios2elf.c:325 enios2linux.c:325 eppclynx.c:2051
-#: epruelf.c:1848 escore3_elf.c:1848 escore7_elf.c:1848 eshelf.c:1828
-#: eshelf_fd.c:1828 eshelf_linux.c:1828 eshelf_nbsd.c:1828 eshelf_nto.c:1828
-#: eshelf_uclinux.c:1828 eshelf_vxworks.c:1857 eshlelf.c:1828 eshlelf_fd.c:1828
-#: eshlelf_linux.c:1828 eshlelf_nbsd.c:1828 eshlelf_nto.c:1828
-#: eshlelf_vxworks.c:1857 ev850.c:1874 ev850_rh850.c:1874
+#: eelf32_tic6x_linux_be.c:233 eelf32_tic6x_linux_le.c:233 eelf32_x86_64.c:2187
+#: eelf32_x86_64_nacl.c:1855 eelf32am33lin.c:1832 eelf32b4300.c:2048
+#: eelf32bfin.c:1841 eelf32bfinfd.c:1841 eelf32bmip.c:2048 eelf32bmipn32.c:2066
+#: eelf32bsmip.c:2066 eelf32btsmip.c:2048 eelf32btsmip_fbsd.c:2055
+#: eelf32btsmipn32.c:2048 eelf32btsmipn32_fbsd.c:2055 eelf32cr16.c:1983
+#: eelf32cr16c.c:1832 eelf32crx.c:1871 eelf32ebmip.c:2048
+#: eelf32ebmipvxworks.c:2077 eelf32elmip.c:2048 eelf32elmipvxworks.c:2077
+#: eelf32epiphany.c:1832 eelf32epiphany_4x4.c:1834 eelf32frvfd.c:1832
+#: eelf32ip2k.c:1832 eelf32l4300.c:2048 eelf32lm32.c:1832 eelf32lm32fd.c:1832
+#: eelf32lmip.c:2048 eelf32lppc.c:2040 eelf32lppclinux.c:2040
+#: eelf32lppcnto.c:2040 eelf32lppcsim.c:2040 eelf32lr5900.c:2048
+#: eelf32lr5900n32.c:2048 eelf32lriscv.c:141 eelf32lriscv_ilp32.c:141
+#: eelf32lriscv_ilp32f.c:141 eelf32lsmip.c:2048 eelf32ltsmip.c:2048
+#: eelf32ltsmip_fbsd.c:2055 eelf32ltsmipn32.c:2048 eelf32ltsmipn32_fbsd.c:2055
+#: eelf32m32c.c:1843 eelf32mb_linux.c:1832 eelf32mbel_linux.c:1832
+#: eelf32mcore.c:1832 eelf32mep.c:1832 eelf32metag.c:308
+#: eelf32microblaze.c:1832 eelf32microblazeel.c:1832 eelf32mipswindiss.c:2048
+#: eelf32or1k.c:1832 eelf32or1k_linux.c:1832 eelf32ppc.c:2040
+#: eelf32ppc_fbsd.c:2047 eelf32ppclinux.c:2040 eelf32ppcnto.c:2040
+#: eelf32ppcsim.c:2040 eelf32ppcvxworks.c:2014 eelf32ppcwindiss.c:2040
+#: eelf32rl78.c:1832 eelf32rx.c:1848 eelf32tilegx.c:1832 eelf32tilegx_be.c:1832
+#: eelf32tilepro.c:1832 eelf32vax.c:1832 eelf32visium.c:1832 eelf32xc16x.c:1832
+#: eelf32xc16xl.c:1832 eelf32xc16xs.c:1832 eelf32xstormy16.c:1843
+#: eelf32xtensa.c:3719 eelf64_aix.c:1832 eelf64_ia64.c:1856
+#: eelf64_ia64_fbsd.c:1863 eelf64_ia64_vms.c:262 eelf64_s390.c:1847
+#: eelf64_sparc.c:1832 eelf64_sparc_fbsd.c:1839 eelf64_sparc_sol2.c:1963
+#: eelf64alpha.c:1915 eelf64alpha_fbsd.c:1922 eelf64alpha_nbsd.c:1915
+#: eelf64bmip.c:2066 eelf64bpf.c:1832 eelf64btsmip.c:2048
+#: eelf64btsmip_fbsd.c:2055 eelf64hppa.c:1832 eelf64lppc.c:633
+#: eelf64lriscv.c:141 eelf64lriscv_lp64.c:141 eelf64lriscv_lp64f.c:141
+#: eelf64ltsmip.c:2048 eelf64ltsmip_fbsd.c:2055 eelf64mmix.c:1943
+#: eelf64ppc.c:633 eelf64ppc_fbsd.c:633 eelf64rdos.c:1846 eelf64tilegx.c:1832
+#: eelf64tilegx_be.c:1832 eelf_i386.c:2187 eelf_i386_be.c:1855
+#: eelf_i386_fbsd.c:1862 eelf_i386_ldso.c:1862 eelf_i386_nacl.c:1855
+#: eelf_i386_sol2.c:1993 eelf_i386_vxworks.c:1884 eelf_iamcu.c:1855
+#: eelf_k1om.c:2187 eelf_k1om_fbsd.c:1862 eelf_l1om.c:2187
+#: eelf_l1om_fbsd.c:1862 eelf_s390.c:1832 eelf_x86_64.c:2187
+#: eelf_x86_64_cloudabi.c:1855 eelf_x86_64_fbsd.c:1862 eelf_x86_64_nacl.c:1855
+#: eelf_x86_64_sol2.c:1986 eh8300elf.c:1832 eh8300elf_linux.c:1832
+#: eh8300helf.c:1832 eh8300helf_linux.c:1832 eh8300hnelf.c:1832
+#: eh8300self.c:1832 eh8300self_linux.c:1832 eh8300snelf.c:1832
+#: eh8300sxelf.c:1832 eh8300sxelf_linux.c:1832 eh8300sxnelf.c:1832
+#: ehppa64linux.c:1832 ehppaelf.c:332 ehppalinux.c:332 ehppanbsd.c:332
+#: ehppaobsd.c:332 ei386lynx.c:1853 ei386moss.c:1846 ei386nto.c:1846
+#: em32relf.c:1832 em32relf_linux.c:1832 em32rlelf.c:1832
+#: em32rlelf_linux.c:1832 em68hc11elf.c:2132 em68hc11elfb.c:2132
+#: em68hc12elf.c:2132 em68hc12elfb.c:2132 em68kelf.c:1982 em68kelfnbsd.c:1982
+#: emn10300.c:1832 ends32belf.c:1939 ends32belf16m.c:1939
+#: ends32belf_linux.c:1939 ends32elf.c:1939 ends32elf16m.c:1939
+#: ends32elf_linux.c:1939 enios2elf.c:325 enios2linux.c:325 eppclynx.c:2047
+#: epruelf.c:1852 escore3_elf.c:1853 escore7_elf.c:1853 eshelf.c:1832
+#: eshelf_fd.c:1832 eshelf_linux.c:1832 eshelf_nbsd.c:1832 eshelf_nto.c:1832
+#: eshelf_uclinux.c:1832 eshelf_vxworks.c:1861 eshlelf.c:1832 eshlelf_fd.c:1832
+#: eshlelf_linux.c:1832 eshlelf_nbsd.c:1832 eshlelf_nto.c:1832
+#: eshlelf_vxworks.c:1861 ev850.c:1878 ev850_rh850.c:1878
msgid "%X%P: .eh_frame/.stab edit: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:331 eaarch64cloudabib.c:331 eaarch64elf.c:331
-#: eaarch64elf32.c:331 eaarch64elf32b.c:331 eaarch64elfb.c:331
-#: eaarch64fbsd.c:331 eaarch64fbsdb.c:331 eaarch64linux.c:331
-#: eaarch64linux32.c:331 eaarch64linux32b.c:331 eaarch64linuxb.c:331
+#: eaarch64cloudabi.c:333 eaarch64cloudabib.c:333 eaarch64elf.c:333
+#: eaarch64elf32.c:333 eaarch64elf32b.c:333 eaarch64elfb.c:333
+#: eaarch64fbsd.c:333 eaarch64fbsdb.c:333 eaarch64linux.c:333
+#: eaarch64linux32.c:333 eaarch64linux32b.c:333 eaarch64linuxb.c:333
#: earmelf.c:470 earmelf_fbsd.c:470 earmelf_fuchsia.c:470 earmelf_linux.c:470
#: earmelf_linux_eabi.c:470 earmelf_linux_fdpiceabi.c:470 earmelf_nacl.c:470
#: earmelf_nbsd.c:470 earmelf_phoenix.c:470 earmelf_vxworks.c:470
#: earmelfb.c:470 earmelfb_fbsd.c:470 earmelfb_fuchsia.c:470
#: earmelfb_linux.c:470 earmelfb_linux_eabi.c:470
#: earmelfb_linux_fdpiceabi.c:470 earmelfb_nacl.c:470 earmelfb_nbsd.c:470
-#: earmnto.c:470 earmsymbian.c:470 ecskyelf.c:304 ecskyelf_linux.c:304
+#: earmnto.c:470 earmsymbian.c:470 ecskyelf.c:311 ecskyelf_linux.c:311
msgid "%X%P: could not compute sections lists for stub generation: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:346 eaarch64cloudabib.c:346 eaarch64elf.c:346
-#: eaarch64elf32.c:346 eaarch64elf32b.c:346 eaarch64elfb.c:346
-#: eaarch64fbsd.c:346 eaarch64fbsdb.c:346 eaarch64linux.c:346
-#: eaarch64linux32.c:346 eaarch64linux32b.c:346 eaarch64linuxb.c:346
+#: eaarch64cloudabi.c:348 eaarch64cloudabib.c:348 eaarch64elf.c:348
+#: eaarch64elf32.c:348 eaarch64elf32b.c:348 eaarch64elfb.c:348
+#: eaarch64fbsd.c:348 eaarch64fbsdb.c:348 eaarch64linux.c:348
+#: eaarch64linux32.c:348 eaarch64linux32b.c:348 eaarch64linuxb.c:348
#: earmelf.c:485 earmelf_fbsd.c:485 earmelf_fuchsia.c:485 earmelf_linux.c:485
#: earmelf_linux_eabi.c:485 earmelf_linux_fdpiceabi.c:485 earmelf_nacl.c:485
#: earmelf_nbsd.c:485 earmelf_phoenix.c:485 earmelf_vxworks.c:485
@@ -2803,10 +2834,10 @@ msgstr ""
msgid "%X%P: can not size stub section: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:365 eaarch64cloudabib.c:365 eaarch64elf.c:365
-#: eaarch64elf32.c:365 eaarch64elf32b.c:365 eaarch64elfb.c:365
-#: eaarch64fbsd.c:365 eaarch64fbsdb.c:365 eaarch64linux.c:365
-#: eaarch64linux32.c:365 eaarch64linux32b.c:365 eaarch64linuxb.c:365
+#: eaarch64cloudabi.c:367 eaarch64cloudabib.c:367 eaarch64elf.c:367
+#: eaarch64elf32.c:367 eaarch64elf32b.c:367 eaarch64elfb.c:367
+#: eaarch64fbsd.c:367 eaarch64fbsdb.c:367 eaarch64linux.c:367
+#: eaarch64linux32.c:367 eaarch64linux32b.c:367 eaarch64linuxb.c:367
#: earmelf.c:519 earmelf_fbsd.c:519 earmelf_fuchsia.c:519 earmelf_linux.c:519
#: earmelf_linux_eabi.c:519 earmelf_linux_fdpiceabi.c:519 earmelf_nacl.c:519
#: earmelf_nbsd.c:519 earmelf_phoenix.c:519 earmelf_vxworks.c:519
@@ -2853,551 +2884,547 @@ msgstr ""
#. These will only be created if the output format is an arm format,
#. hence we do not support linking and changing output formats at the
#. same time. Use a link followed by objcopy to change output formats.
-#: eaarch64cloudabi.c:383 eaarch64cloudabib.c:383 eaarch64elf.c:383
-#: eaarch64elf32.c:383 eaarch64elf32b.c:383 eaarch64elfb.c:383
-#: eaarch64fbsd.c:383 eaarch64fbsdb.c:383 eaarch64linux.c:383
-#: eaarch64linux32.c:383 eaarch64linux32b.c:383 eaarch64linuxb.c:383
-#: earm_wince_pe.c:1370 earmelf.c:592 earmelf_fbsd.c:592 earmelf_fuchsia.c:592
+#: eaarch64cloudabi.c:385 eaarch64cloudabib.c:385 eaarch64elf.c:385
+#: eaarch64elf32.c:385 eaarch64elf32b.c:385 eaarch64elfb.c:385
+#: eaarch64fbsd.c:385 eaarch64fbsdb.c:385 eaarch64linux.c:385
+#: eaarch64linux32.c:385 eaarch64linux32b.c:385 eaarch64linuxb.c:385
+#: earm_wince_pe.c:1371 earmelf.c:592 earmelf_fbsd.c:592 earmelf_fuchsia.c:592
#: earmelf_linux.c:592 earmelf_linux_eabi.c:592 earmelf_linux_fdpiceabi.c:592
#: earmelf_nacl.c:592 earmelf_nbsd.c:592 earmelf_phoenix.c:592
#: earmelf_vxworks.c:592 earmelfb.c:592 earmelfb_fbsd.c:592
#: earmelfb_fuchsia.c:592 earmelfb_linux.c:592 earmelfb_linux_eabi.c:592
#: earmelfb_linux_fdpiceabi.c:592 earmelfb_nacl.c:592 earmelfb_nbsd.c:592
-#: earmnto.c:592 earmpe.c:1370 earmsymbian.c:592 eavr1.c:194 eavr2.c:194
+#: earmnto.c:592 earmpe.c:1371 earmsymbian.c:592 eavr1.c:194 eavr2.c:194
#: eavr25.c:194 eavr3.c:194 eavr31.c:194 eavr35.c:194 eavr4.c:194 eavr5.c:194
#: eavr51.c:194 eavr6.c:194 eavrtiny.c:194 eavrxmega1.c:194 eavrxmega2.c:194
#: eavrxmega3.c:194 eavrxmega4.c:194 eavrxmega5.c:194 eavrxmega6.c:194
#: eavrxmega7.c:194 eelf32lriscv.c:162 eelf32lriscv_ilp32.c:162
#: eelf32lriscv_ilp32f.c:162 eelf64lriscv.c:162 eelf64lriscv_lp64.c:162
-#: eelf64lriscv_lp64f.c:162 ei386pe.c:1370 ei386pe_posix.c:1370 emcorepe.c:1370
+#: eelf64lriscv_lp64f.c:162 ei386pe.c:1371 ei386pe_posix.c:1371 emcorepe.c:1371
#: ends32belf.c:126 ends32belf16m.c:126 ends32belf_linux.c:126 ends32elf.c:126
-#: ends32elf16m.c:126 ends32elf_linux.c:126 eppcpe.c:1370 escore3_elf.c:128
-#: escore7_elf.c:128 eshpe.c:1370 ev850.c:142 ev850_rh850.c:142
+#: ends32elf16m.c:126 ends32elf_linux.c:126 eppcpe.c:1371 escore3_elf.c:128
+#: escore7_elf.c:128 eshpe.c:1371 ev850.c:142 ev850_rh850.c:142
msgid "%F%P: error: cannot change output format whilst linking %s binaries\n"
msgstr ""
-#: eaarch64cloudabi.c:443 eaarch64cloudabib.c:443 eaarch64elf.c:443
-#: eaarch64elf32.c:443 eaarch64elf32b.c:443 eaarch64elfb.c:443
-#: eaarch64fbsd.c:443 eaarch64fbsdb.c:443 eaarch64linux.c:443
-#: eaarch64linux32.c:443 eaarch64linux32b.c:443 eaarch64linuxb.c:443
-#: earcelf.c:128 earcelf_prof.c:128 earclinux.c:130 earclinux_nps.c:130
-#: earclinux_prof.c:130 earcv2elf.c:128 earcv2elfx.c:128 earmelf.c:663
+#: eaarch64cloudabi.c:450 eaarch64cloudabib.c:450 eaarch64elf.c:450
+#: eaarch64elf32.c:450 eaarch64elf32b.c:450 eaarch64elfb.c:450
+#: eaarch64fbsd.c:450 eaarch64fbsdb.c:450 eaarch64linux.c:450
+#: eaarch64linux32.c:450 eaarch64linux32b.c:450 eaarch64linuxb.c:450
+#: earcelf.c:127 earcelf_prof.c:127 earclinux.c:127 earclinux_nps.c:127
+#: earclinux_prof.c:127 earcv2elf.c:127 earcv2elfx.c:127 earmelf.c:663
#: earmelf_fbsd.c:663 earmelf_fuchsia.c:663 earmelf_linux.c:663
#: earmelf_linux_eabi.c:663 earmelf_linux_fdpiceabi.c:663 earmelf_nacl.c:663
#: earmelf_nbsd.c:663 earmelf_phoenix.c:663 earmelf_vxworks.c:693
#: earmelfb.c:663 earmelfb_fbsd.c:663 earmelfb_fuchsia.c:663
#: earmelfb_linux.c:663 earmelfb_linux_eabi.c:663
#: earmelfb_linux_fdpiceabi.c:663 earmelfb_nacl.c:663 earmelfb_nbsd.c:663
-#: earmnto.c:663 earmsymbian.c:663 eavr1.c:331 eavr2.c:331 eavr25.c:331
-#: eavr3.c:331 eavr31.c:331 eavr35.c:331 eavr4.c:331 eavr5.c:331 eavr51.c:331
-#: eavr6.c:331 eavrtiny.c:331 eavrxmega1.c:331 eavrxmega2.c:331
-#: eavrxmega3.c:331 eavrxmega4.c:331 eavrxmega5.c:331 eavrxmega6.c:331
-#: eavrxmega7.c:331 ecriself.c:128 ecrislinux.c:128 ecskyelf.c:385
-#: ecskyelf_linux.c:385 ed10velf.c:128 eelf32_sparc.c:128
-#: eelf32_sparc_sol2.c:259 eelf32_sparc_vxworks.c:157 eelf32_spu.c:798
-#: eelf32_tic6x_be.c:266 eelf32_tic6x_elf_be.c:266 eelf32_tic6x_elf_le.c:266
-#: eelf32_tic6x_le.c:266 eelf32_tic6x_linux_be.c:266
-#: eelf32_tic6x_linux_le.c:266 eelf32_x86_64.c:131 eelf32_x86_64_nacl.c:128
-#: eelf32am33lin.c:128 eelf32b4300.c:355 eelf32bfin.c:137 eelf32bfinfd.c:137
-#: eelf32bmip.c:355 eelf32bmipn32.c:373 eelf32bsmip.c:373 eelf32btsmip.c:355
-#: eelf32btsmip_fbsd.c:355 eelf32btsmipn32.c:355 eelf32btsmipn32_fbsd.c:355
-#: eelf32cr16.c:279 eelf32cr16c.c:128 eelf32crx.c:167 eelf32ebmip.c:355
-#: eelf32ebmipvxworks.c:384 eelf32elmip.c:355 eelf32elmipvxworks.c:384
-#: eelf32epiphany.c:128 eelf32epiphany_4x4.c:130 eelf32frvfd.c:128
-#: eelf32ip2k.c:128 eelf32l4300.c:355 eelf32lm32.c:128 eelf32lm32fd.c:128
-#: eelf32lmip.c:355 eelf32lppc.c:344 eelf32lppclinux.c:344 eelf32lppcnto.c:344
-#: eelf32lppcsim.c:344 eelf32lr5900.c:355 eelf32lr5900n32.c:355
-#: eelf32lriscv.c:193 eelf32lriscv_ilp32.c:193 eelf32lriscv_ilp32f.c:193
-#: eelf32lsmip.c:355 eelf32ltsmip.c:355 eelf32ltsmip_fbsd.c:355
-#: eelf32ltsmipn32.c:355 eelf32ltsmipn32_fbsd.c:355 eelf32m32c.c:139
-#: eelf32mb_linux.c:128 eelf32mbel_linux.c:128 eelf32mcore.c:128
-#: eelf32mep.c:128 eelf32metag.c:403 eelf32microblaze.c:128
-#: eelf32microblazeel.c:128 eelf32mipswindiss.c:355 eelf32or1k.c:128
-#: eelf32or1k_linux.c:128 eelf32ppc.c:344 eelf32ppc_fbsd.c:344
-#: eelf32ppclinux.c:344 eelf32ppcnto.c:344 eelf32ppcsim.c:344
-#: eelf32ppcvxworks.c:318 eelf32ppcwindiss.c:344 eelf32rl78.c:128
-#: eelf32rx.c:144 eelf32tilegx.c:128 eelf32tilegx_be.c:128 eelf32tilepro.c:128
-#: eelf32vax.c:128 eelf32visium.c:128 eelf32xc16x.c:128 eelf32xc16xl.c:128
-#: eelf32xc16xs.c:128 eelf32xstormy16.c:139 eelf32xtensa.c:2015
-#: eelf64_aix.c:128 eelf64_ia64.c:152 eelf64_ia64_fbsd.c:152 eelf64_s390.c:143
-#: eelf64_sparc.c:128 eelf64_sparc_fbsd.c:128 eelf64_sparc_sol2.c:259
-#: eelf64alpha.c:211 eelf64alpha_fbsd.c:211 eelf64alpha_nbsd.c:211
-#: eelf64bmip.c:373 eelf64btsmip.c:355 eelf64btsmip_fbsd.c:355 eelf64hppa.c:128
-#: eelf64lppc.c:790 eelf64lriscv.c:193 eelf64lriscv_lp64.c:193
-#: eelf64lriscv_lp64f.c:193 eelf64ltsmip.c:355 eelf64ltsmip_fbsd.c:355
-#: eelf64mmix.c:239 eelf64ppc.c:790 eelf64ppc_fbsd.c:790 eelf64rdos.c:128
-#: eelf64tilegx.c:128 eelf64tilegx_be.c:128 eelf_i386.c:131 eelf_i386_be.c:128
-#: eelf_i386_chaos.c:128 eelf_i386_fbsd.c:128 eelf_i386_ldso.c:128
-#: eelf_i386_nacl.c:128 eelf_i386_sol2.c:259 eelf_i386_vxworks.c:157
-#: eelf_iamcu.c:128 eelf_k1om.c:131 eelf_k1om_fbsd.c:128 eelf_l1om.c:131
-#: eelf_l1om_fbsd.c:128 eelf_s390.c:128 eelf_x86_64.c:131
-#: eelf_x86_64_cloudabi.c:128 eelf_x86_64_fbsd.c:128 eelf_x86_64_nacl.c:128
-#: eelf_x86_64_sol2.c:259 eh8300elf.c:128 eh8300elf_linux.c:128
-#: eh8300helf.c:128 eh8300helf_linux.c:128 eh8300hnelf.c:128 eh8300self.c:128
-#: eh8300self_linux.c:128 eh8300snelf.c:128 eh8300sxelf.c:128
-#: eh8300sxelf_linux.c:128 eh8300sxnelf.c:128 ehppa64linux.c:128 ehppaelf.c:435
-#: ehppalinux.c:435 ehppanbsd.c:435 ehppaobsd.c:435 ei386lynx.c:128
-#: ei386moss.c:128 ei386nto.c:128 em32relf.c:128 em32relf_linux.c:128
-#: em32rlelf.c:128 em32rlelf_linux.c:128 em68hc11elf.c:428 em68hc11elfb.c:428
-#: em68hc12elf.c:428 em68hc12elfb.c:428 em68kelf.c:278 em68kelfnbsd.c:278
-#: em9s12zelf.c:128 emn10300.c:128 ends32belf.c:235 ends32belf16m.c:235
-#: ends32belf_linux.c:235 ends32elf.c:235 ends32elf16m.c:235
-#: ends32elf_linux.c:235 enios2elf.c:421 enios2linux.c:421 eppclynx.c:344
-#: epruelf.c:148 escore3_elf.c:148 escore7_elf.c:148 eshelf.c:128
-#: eshelf_fd.c:128 eshelf_linux.c:128 eshelf_nbsd.c:128 eshelf_nto.c:128
-#: eshelf_uclinux.c:128 eshelf_vxworks.c:157 eshlelf.c:128 eshlelf_fd.c:128
-#: eshlelf_linux.c:128 eshlelf_nbsd.c:128 eshlelf_nto.c:128
-#: eshlelf_vxworks.c:157 ev850.c:174 ev850_rh850.c:174
+#: earmnto.c:663 earmsymbian.c:663 eavr1.c:330 eavr2.c:330 eavr25.c:330
+#: eavr3.c:330 eavr31.c:330 eavr35.c:330 eavr4.c:330 eavr5.c:330 eavr51.c:330
+#: eavr6.c:330 eavrtiny.c:330 eavrxmega1.c:330 eavrxmega2.c:330
+#: eavrxmega3.c:330 eavrxmega4.c:330 eavrxmega5.c:330 eavrxmega6.c:330
+#: eavrxmega7.c:330 ecriself.c:127 ecrislinux.c:127 ecskyelf.c:391
+#: ecskyelf_linux.c:391 ed10velf.c:127 eelf32_sparc.c:127
+#: eelf32_sparc_sol2.c:258 eelf32_sparc_vxworks.c:156 eelf32_spu.c:661
+#: eelf32_tic6x_be.c:265 eelf32_tic6x_elf_be.c:265 eelf32_tic6x_elf_le.c:265
+#: eelf32_tic6x_le.c:265 eelf32_tic6x_linux_be.c:265
+#: eelf32_tic6x_linux_le.c:265 eelf32_x86_64.c:153 eelf32_x86_64_nacl.c:150
+#: eelf32am33lin.c:127 eelf32b4300.c:343 eelf32bfin.c:136 eelf32bfinfd.c:136
+#: eelf32bmip.c:343 eelf32bmipn32.c:361 eelf32bsmip.c:361 eelf32btsmip.c:343
+#: eelf32btsmip_fbsd.c:343 eelf32btsmipn32.c:343 eelf32btsmipn32_fbsd.c:343
+#: eelf32cr16.c:278 eelf32cr16c.c:127 eelf32crx.c:166 eelf32ebmip.c:343
+#: eelf32ebmipvxworks.c:372 eelf32elmip.c:343 eelf32elmipvxworks.c:372
+#: eelf32epiphany.c:127 eelf32epiphany_4x4.c:129 eelf32frvfd.c:127
+#: eelf32ip2k.c:127 eelf32l4300.c:343 eelf32lm32.c:127 eelf32lm32fd.c:127
+#: eelf32lmip.c:343 eelf32lppc.c:335 eelf32lppclinux.c:335 eelf32lppcnto.c:335
+#: eelf32lppcsim.c:335 eelf32lr5900.c:343 eelf32lr5900n32.c:343
+#: eelf32lriscv.c:192 eelf32lriscv_ilp32.c:192 eelf32lriscv_ilp32f.c:192
+#: eelf32lsmip.c:343 eelf32ltsmip.c:343 eelf32ltsmip_fbsd.c:343
+#: eelf32ltsmipn32.c:343 eelf32ltsmipn32_fbsd.c:343 eelf32m32c.c:138
+#: eelf32mb_linux.c:127 eelf32mbel_linux.c:127 eelf32mcore.c:127
+#: eelf32mep.c:127 eelf32metag.c:402 eelf32microblaze.c:127
+#: eelf32microblazeel.c:127 eelf32mipswindiss.c:343 eelf32or1k.c:127
+#: eelf32or1k_linux.c:127 eelf32ppc.c:335 eelf32ppc_fbsd.c:335
+#: eelf32ppclinux.c:335 eelf32ppcnto.c:335 eelf32ppcsim.c:335
+#: eelf32ppcvxworks.c:309 eelf32ppcwindiss.c:335 eelf32rl78.c:127
+#: eelf32rx.c:143 eelf32tilegx.c:127 eelf32tilegx_be.c:127 eelf32tilepro.c:127
+#: eelf32vax.c:127 eelf32visium.c:127 eelf32xc16x.c:127 eelf32xc16xl.c:127
+#: eelf32xc16xs.c:127 eelf32xstormy16.c:138 eelf32xtensa.c:2014
+#: eelf64_aix.c:127 eelf64_ia64.c:151 eelf64_ia64_fbsd.c:151 eelf64_s390.c:142
+#: eelf64_sparc.c:127 eelf64_sparc_fbsd.c:127 eelf64_sparc_sol2.c:258
+#: eelf64alpha.c:210 eelf64alpha_fbsd.c:210 eelf64alpha_nbsd.c:210
+#: eelf64bmip.c:361 eelf64bpf.c:127 eelf64btsmip.c:343 eelf64btsmip_fbsd.c:343
+#: eelf64hppa.c:127 eelf64lppc.c:777 eelf64lriscv.c:192 eelf64lriscv_lp64.c:192
+#: eelf64lriscv_lp64f.c:192 eelf64ltsmip.c:343 eelf64ltsmip_fbsd.c:343
+#: eelf64mmix.c:238 eelf64ppc.c:777 eelf64ppc_fbsd.c:777 eelf64rdos.c:141
+#: eelf64tilegx.c:127 eelf64tilegx_be.c:127 eelf_i386.c:153 eelf_i386_be.c:150
+#: eelf_i386_fbsd.c:150 eelf_i386_ldso.c:150 eelf_i386_nacl.c:150
+#: eelf_i386_sol2.c:281 eelf_i386_vxworks.c:179 eelf_iamcu.c:150
+#: eelf_k1om.c:153 eelf_k1om_fbsd.c:150 eelf_l1om.c:153 eelf_l1om_fbsd.c:150
+#: eelf_s390.c:127 eelf_x86_64.c:153 eelf_x86_64_cloudabi.c:150
+#: eelf_x86_64_fbsd.c:150 eelf_x86_64_nacl.c:150 eelf_x86_64_sol2.c:281
+#: eh8300elf.c:127 eh8300elf_linux.c:127 eh8300helf.c:127
+#: eh8300helf_linux.c:127 eh8300hnelf.c:127 eh8300self.c:127
+#: eh8300self_linux.c:127 eh8300snelf.c:127 eh8300sxelf.c:127
+#: eh8300sxelf_linux.c:127 eh8300sxnelf.c:127 ehppa64linux.c:127 ehppaelf.c:434
+#: ehppalinux.c:434 ehppanbsd.c:434 ehppaobsd.c:434 ei386lynx.c:141
+#: ei386moss.c:141 ei386nto.c:141 em32relf.c:127 em32relf_linux.c:127
+#: em32rlelf.c:127 em32rlelf_linux.c:127 em68hc11elf.c:427 em68hc11elfb.c:427
+#: em68hc12elf.c:427 em68hc12elfb.c:427 em68kelf.c:277 em68kelfnbsd.c:277
+#: emn10300.c:127 ends32belf.c:234 ends32belf16m.c:234 ends32belf_linux.c:234
+#: ends32elf.c:234 ends32elf16m.c:234 ends32elf_linux.c:234 enios2elf.c:420
+#: enios2linux.c:420 eppclynx.c:335 epruelf.c:147 escore3_elf.c:148
+#: escore7_elf.c:148 eshelf.c:127 eshelf_fd.c:127 eshelf_linux.c:127
+#: eshelf_nbsd.c:127 eshelf_nto.c:127 eshelf_uclinux.c:127 eshelf_vxworks.c:156
+#: eshlelf.c:127 eshlelf_fd.c:127 eshlelf_linux.c:127 eshlelf_nbsd.c:127
+#: eshlelf_nto.c:127 eshlelf_vxworks.c:156 ev850.c:173 ev850_rh850.c:173
msgid "%P: warning: -z dynamic-undefined-weak ignored\n"
msgstr ""
-#: eaarch64cloudabi.c:470 eaarch64cloudabib.c:470 eaarch64elf.c:470
-#: eaarch64elf32.c:470 eaarch64elf32b.c:470 eaarch64elfb.c:470
-#: eaarch64fbsd.c:470 eaarch64fbsdb.c:470 eaarch64linux.c:470
-#: eaarch64linux32.c:470 eaarch64linux32b.c:470 eaarch64linuxb.c:470
-#: earcelf.c:155 earcelf_prof.c:155 earclinux.c:157 earclinux_nps.c:157
-#: earclinux_prof.c:157 earcv2elf.c:155 earcv2elfx.c:155 earmelf.c:690
+#: eaarch64cloudabi.c:477 eaarch64cloudabib.c:477 eaarch64elf.c:477
+#: eaarch64elf32.c:477 eaarch64elf32b.c:477 eaarch64elfb.c:477
+#: eaarch64fbsd.c:477 eaarch64fbsdb.c:477 eaarch64linux.c:477
+#: eaarch64linux32.c:477 eaarch64linux32b.c:477 eaarch64linuxb.c:477
+#: earcelf.c:154 earcelf_prof.c:154 earclinux.c:154 earclinux_nps.c:154
+#: earclinux_prof.c:154 earcv2elf.c:154 earcv2elfx.c:154 earmelf.c:690
#: earmelf_fbsd.c:690 earmelf_fuchsia.c:690 earmelf_linux.c:690
#: earmelf_linux_eabi.c:690 earmelf_linux_fdpiceabi.c:690 earmelf_nacl.c:690
#: earmelf_nbsd.c:690 earmelf_phoenix.c:690 earmelf_vxworks.c:720
#: earmelfb.c:690 earmelfb_fbsd.c:690 earmelfb_fuchsia.c:690
#: earmelfb_linux.c:690 earmelfb_linux_eabi.c:690
#: earmelfb_linux_fdpiceabi.c:690 earmelfb_nacl.c:690 earmelfb_nbsd.c:690
-#: earmnto.c:690 earmsymbian.c:690 eavr1.c:358 eavr2.c:358 eavr25.c:358
-#: eavr3.c:358 eavr31.c:358 eavr35.c:358 eavr4.c:358 eavr5.c:358 eavr51.c:358
-#: eavr6.c:358 eavrtiny.c:358 eavrxmega1.c:358 eavrxmega2.c:358
-#: eavrxmega3.c:358 eavrxmega4.c:358 eavrxmega5.c:358 eavrxmega6.c:358
-#: eavrxmega7.c:358 ecriself.c:155 ecrislinux.c:155 ecskyelf.c:412
-#: ecskyelf_linux.c:412 ed10velf.c:155 eelf32_sparc.c:155
-#: eelf32_sparc_sol2.c:286 eelf32_sparc_vxworks.c:184 eelf32_spu.c:825
-#: eelf32_tic6x_be.c:293 eelf32_tic6x_elf_be.c:293 eelf32_tic6x_elf_le.c:293
-#: eelf32_tic6x_le.c:293 eelf32_tic6x_linux_be.c:293
-#: eelf32_tic6x_linux_le.c:293 eelf32_x86_64.c:158 eelf32_x86_64_nacl.c:155
-#: eelf32am33lin.c:155 eelf32b4300.c:382 eelf32bfin.c:164 eelf32bfinfd.c:164
-#: eelf32bmip.c:382 eelf32bmipn32.c:400 eelf32bsmip.c:400 eelf32btsmip.c:382
-#: eelf32btsmip_fbsd.c:382 eelf32btsmipn32.c:382 eelf32btsmipn32_fbsd.c:382
-#: eelf32cr16.c:306 eelf32cr16c.c:155 eelf32crx.c:194 eelf32ebmip.c:382
-#: eelf32ebmipvxworks.c:411 eelf32elmip.c:382 eelf32elmipvxworks.c:411
-#: eelf32epiphany.c:155 eelf32epiphany_4x4.c:157 eelf32frvfd.c:155
-#: eelf32ip2k.c:155 eelf32l4300.c:382 eelf32lm32.c:155 eelf32lm32fd.c:155
-#: eelf32lmip.c:382 eelf32lppc.c:371 eelf32lppclinux.c:371 eelf32lppcnto.c:371
-#: eelf32lppcsim.c:371 eelf32lr5900.c:382 eelf32lr5900n32.c:382
-#: eelf32lriscv.c:220 eelf32lriscv_ilp32.c:220 eelf32lriscv_ilp32f.c:220
-#: eelf32lsmip.c:382 eelf32ltsmip.c:382 eelf32ltsmip_fbsd.c:382
-#: eelf32ltsmipn32.c:382 eelf32ltsmipn32_fbsd.c:382 eelf32m32c.c:166
-#: eelf32mb_linux.c:155 eelf32mbel_linux.c:155 eelf32mcore.c:155
-#: eelf32mep.c:155 eelf32metag.c:430 eelf32microblaze.c:155
-#: eelf32microblazeel.c:155 eelf32mipswindiss.c:382 eelf32or1k.c:155
-#: eelf32or1k_linux.c:155 eelf32ppc.c:371 eelf32ppc_fbsd.c:371
-#: eelf32ppclinux.c:371 eelf32ppcnto.c:371 eelf32ppcsim.c:371
-#: eelf32ppcvxworks.c:345 eelf32ppcwindiss.c:371 eelf32rl78.c:155
-#: eelf32rx.c:171 eelf32tilegx.c:155 eelf32tilegx_be.c:155 eelf32tilepro.c:155
-#: eelf32vax.c:155 eelf32visium.c:155 eelf32xc16x.c:155 eelf32xc16xl.c:155
-#: eelf32xc16xs.c:155 eelf32xstormy16.c:166 eelf32xtensa.c:2042
-#: eelf64_aix.c:155 eelf64_ia64.c:179 eelf64_ia64_fbsd.c:179 eelf64_s390.c:170
-#: eelf64_sparc.c:155 eelf64_sparc_fbsd.c:155 eelf64_sparc_sol2.c:286
-#: eelf64alpha.c:238 eelf64alpha_fbsd.c:238 eelf64alpha_nbsd.c:238
-#: eelf64bmip.c:400 eelf64btsmip.c:382 eelf64btsmip_fbsd.c:382 eelf64hppa.c:155
-#: eelf64lppc.c:817 eelf64lriscv.c:220 eelf64lriscv_lp64.c:220
-#: eelf64lriscv_lp64f.c:220 eelf64ltsmip.c:382 eelf64ltsmip_fbsd.c:382
-#: eelf64mmix.c:266 eelf64ppc.c:817 eelf64ppc_fbsd.c:817 eelf64rdos.c:155
-#: eelf64tilegx.c:155 eelf64tilegx_be.c:155 eelf_i386.c:158 eelf_i386_be.c:155
-#: eelf_i386_chaos.c:155 eelf_i386_fbsd.c:155 eelf_i386_ldso.c:155
-#: eelf_i386_nacl.c:155 eelf_i386_sol2.c:286 eelf_i386_vxworks.c:184
-#: eelf_iamcu.c:155 eelf_k1om.c:158 eelf_k1om_fbsd.c:155 eelf_l1om.c:158
-#: eelf_l1om_fbsd.c:155 eelf_s390.c:155 eelf_x86_64.c:158
-#: eelf_x86_64_cloudabi.c:155 eelf_x86_64_fbsd.c:155 eelf_x86_64_nacl.c:155
-#: eelf_x86_64_sol2.c:286 eh8300elf.c:155 eh8300elf_linux.c:155
-#: eh8300helf.c:155 eh8300helf_linux.c:155 eh8300hnelf.c:155 eh8300self.c:155
-#: eh8300self_linux.c:155 eh8300snelf.c:155 eh8300sxelf.c:155
-#: eh8300sxelf_linux.c:155 eh8300sxnelf.c:155 ehppa64linux.c:155 ehppaelf.c:462
-#: ehppalinux.c:462 ehppanbsd.c:462 ehppaobsd.c:462 ei386lynx.c:155
-#: ei386moss.c:155 ei386nto.c:155 em32relf.c:155 em32relf_linux.c:155
-#: em32rlelf.c:155 em32rlelf_linux.c:155 em68hc11elf.c:455 em68hc11elfb.c:455
-#: em68hc12elf.c:455 em68hc12elfb.c:455 em68kelf.c:305 em68kelfnbsd.c:305
-#: em9s12zelf.c:155 emn10300.c:155 ends32belf.c:262 ends32belf16m.c:262
-#: ends32belf_linux.c:262 ends32elf.c:262 ends32elf16m.c:262
-#: ends32elf_linux.c:262 enios2elf.c:448 enios2linux.c:448 eppclynx.c:371
-#: epruelf.c:175 escore3_elf.c:175 escore7_elf.c:175 eshelf.c:155
-#: eshelf_fd.c:155 eshelf_linux.c:155 eshelf_nbsd.c:155 eshelf_nto.c:155
-#: eshelf_uclinux.c:155 eshelf_vxworks.c:184 eshlelf.c:155 eshlelf_fd.c:155
-#: eshlelf_linux.c:155 eshlelf_nbsd.c:155 eshlelf_nto.c:155
-#: eshlelf_vxworks.c:184 ev850.c:201 ev850_rh850.c:201
+#: earmnto.c:690 earmsymbian.c:690 eavr1.c:357 eavr2.c:357 eavr25.c:357
+#: eavr3.c:357 eavr31.c:357 eavr35.c:357 eavr4.c:357 eavr5.c:357 eavr51.c:357
+#: eavr6.c:357 eavrtiny.c:357 eavrxmega1.c:357 eavrxmega2.c:357
+#: eavrxmega3.c:357 eavrxmega4.c:357 eavrxmega5.c:357 eavrxmega6.c:357
+#: eavrxmega7.c:357 ecriself.c:154 ecrislinux.c:154 ecskyelf.c:418
+#: ecskyelf_linux.c:418 ed10velf.c:154 eelf32_sparc.c:154
+#: eelf32_sparc_sol2.c:285 eelf32_sparc_vxworks.c:183 eelf32_spu.c:688
+#: eelf32_tic6x_be.c:292 eelf32_tic6x_elf_be.c:292 eelf32_tic6x_elf_le.c:292
+#: eelf32_tic6x_le.c:292 eelf32_tic6x_linux_be.c:292
+#: eelf32_tic6x_linux_le.c:292 eelf32_x86_64.c:180 eelf32_x86_64_nacl.c:177
+#: eelf32am33lin.c:154 eelf32b4300.c:370 eelf32bfin.c:163 eelf32bfinfd.c:163
+#: eelf32bmip.c:370 eelf32bmipn32.c:388 eelf32bsmip.c:388 eelf32btsmip.c:370
+#: eelf32btsmip_fbsd.c:370 eelf32btsmipn32.c:370 eelf32btsmipn32_fbsd.c:370
+#: eelf32cr16.c:305 eelf32cr16c.c:154 eelf32crx.c:193 eelf32ebmip.c:370
+#: eelf32ebmipvxworks.c:399 eelf32elmip.c:370 eelf32elmipvxworks.c:399
+#: eelf32epiphany.c:154 eelf32epiphany_4x4.c:156 eelf32frvfd.c:154
+#: eelf32ip2k.c:154 eelf32l4300.c:370 eelf32lm32.c:154 eelf32lm32fd.c:154
+#: eelf32lmip.c:370 eelf32lppc.c:362 eelf32lppclinux.c:362 eelf32lppcnto.c:362
+#: eelf32lppcsim.c:362 eelf32lr5900.c:370 eelf32lr5900n32.c:370
+#: eelf32lriscv.c:219 eelf32lriscv_ilp32.c:219 eelf32lriscv_ilp32f.c:219
+#: eelf32lsmip.c:370 eelf32ltsmip.c:370 eelf32ltsmip_fbsd.c:370
+#: eelf32ltsmipn32.c:370 eelf32ltsmipn32_fbsd.c:370 eelf32m32c.c:165
+#: eelf32mb_linux.c:154 eelf32mbel_linux.c:154 eelf32mcore.c:154
+#: eelf32mep.c:154 eelf32metag.c:429 eelf32microblaze.c:154
+#: eelf32microblazeel.c:154 eelf32mipswindiss.c:370 eelf32or1k.c:154
+#: eelf32or1k_linux.c:154 eelf32ppc.c:362 eelf32ppc_fbsd.c:362
+#: eelf32ppclinux.c:362 eelf32ppcnto.c:362 eelf32ppcsim.c:362
+#: eelf32ppcvxworks.c:336 eelf32ppcwindiss.c:362 eelf32rl78.c:154
+#: eelf32rx.c:170 eelf32tilegx.c:154 eelf32tilegx_be.c:154 eelf32tilepro.c:154
+#: eelf32vax.c:154 eelf32visium.c:154 eelf32xc16x.c:154 eelf32xc16xl.c:154
+#: eelf32xc16xs.c:154 eelf32xstormy16.c:165 eelf32xtensa.c:2041
+#: eelf64_aix.c:154 eelf64_ia64.c:178 eelf64_ia64_fbsd.c:178 eelf64_s390.c:169
+#: eelf64_sparc.c:154 eelf64_sparc_fbsd.c:154 eelf64_sparc_sol2.c:285
+#: eelf64alpha.c:237 eelf64alpha_fbsd.c:237 eelf64alpha_nbsd.c:237
+#: eelf64bmip.c:388 eelf64bpf.c:154 eelf64btsmip.c:370 eelf64btsmip_fbsd.c:370
+#: eelf64hppa.c:154 eelf64lppc.c:804 eelf64lriscv.c:219 eelf64lriscv_lp64.c:219
+#: eelf64lriscv_lp64f.c:219 eelf64ltsmip.c:370 eelf64ltsmip_fbsd.c:370
+#: eelf64mmix.c:265 eelf64ppc.c:804 eelf64ppc_fbsd.c:804 eelf64rdos.c:168
+#: eelf64tilegx.c:154 eelf64tilegx_be.c:154 eelf_i386.c:180 eelf_i386_be.c:177
+#: eelf_i386_fbsd.c:177 eelf_i386_ldso.c:177 eelf_i386_nacl.c:177
+#: eelf_i386_sol2.c:308 eelf_i386_vxworks.c:206 eelf_iamcu.c:177
+#: eelf_k1om.c:180 eelf_k1om_fbsd.c:177 eelf_l1om.c:180 eelf_l1om_fbsd.c:177
+#: eelf_s390.c:154 eelf_x86_64.c:180 eelf_x86_64_cloudabi.c:177
+#: eelf_x86_64_fbsd.c:177 eelf_x86_64_nacl.c:177 eelf_x86_64_sol2.c:308
+#: eh8300elf.c:154 eh8300elf_linux.c:154 eh8300helf.c:154
+#: eh8300helf_linux.c:154 eh8300hnelf.c:154 eh8300self.c:154
+#: eh8300self_linux.c:154 eh8300snelf.c:154 eh8300sxelf.c:154
+#: eh8300sxelf_linux.c:154 eh8300sxnelf.c:154 ehppa64linux.c:154 ehppaelf.c:461
+#: ehppalinux.c:461 ehppanbsd.c:461 ehppaobsd.c:461 ei386lynx.c:168
+#: ei386moss.c:168 ei386nto.c:168 em32relf.c:154 em32relf_linux.c:154
+#: em32rlelf.c:154 em32rlelf_linux.c:154 em68hc11elf.c:454 em68hc11elfb.c:454
+#: em68hc12elf.c:454 em68hc12elfb.c:454 em68kelf.c:304 em68kelfnbsd.c:304
+#: emn10300.c:154 ends32belf.c:261 ends32belf16m.c:261 ends32belf_linux.c:261
+#: ends32elf.c:261 ends32elf16m.c:261 ends32elf_linux.c:261 enios2elf.c:447
+#: enios2linux.c:447 eppclynx.c:362 epruelf.c:174 escore3_elf.c:175
+#: escore7_elf.c:175 eshelf.c:154 eshelf_fd.c:154 eshelf_linux.c:154
+#: eshelf_nbsd.c:154 eshelf_nto.c:154 eshelf_uclinux.c:154 eshelf_vxworks.c:183
+#: eshlelf.c:154 eshlelf_fd.c:154 eshlelf_linux.c:154 eshlelf_nbsd.c:154
+#: eshlelf_nto.c:154 eshlelf_vxworks.c:183 ev850.c:200 ev850_rh850.c:200
msgid "%F%P: %pB: --just-symbols may not be used on DSO\n"
msgstr ""
-#: eaarch64cloudabi.c:589 eaarch64cloudabib.c:589 eaarch64elf.c:589
-#: eaarch64elf32.c:589 eaarch64elf32b.c:589 eaarch64elfb.c:589
-#: eaarch64fbsd.c:589 eaarch64fbsdb.c:589 eaarch64linux.c:589
-#: eaarch64linux32.c:589 eaarch64linux32b.c:589 eaarch64linuxb.c:589
-#: earcelf.c:274 earcelf_prof.c:274 earclinux.c:276 earclinux_nps.c:276
-#: earclinux_prof.c:276 earcv2elf.c:274 earcv2elfx.c:274 earmelf.c:809
+#: eaarch64cloudabi.c:596 eaarch64cloudabib.c:596 eaarch64elf.c:596
+#: eaarch64elf32.c:596 eaarch64elf32b.c:596 eaarch64elfb.c:596
+#: eaarch64fbsd.c:596 eaarch64fbsdb.c:596 eaarch64linux.c:596
+#: eaarch64linux32.c:596 eaarch64linux32b.c:596 eaarch64linuxb.c:596
+#: earcelf.c:273 earcelf_prof.c:273 earclinux.c:273 earclinux_nps.c:273
+#: earclinux_prof.c:273 earcv2elf.c:273 earcv2elfx.c:273 earmelf.c:809
#: earmelf_fbsd.c:809 earmelf_fuchsia.c:809 earmelf_linux.c:809
#: earmelf_linux_eabi.c:809 earmelf_linux_fdpiceabi.c:809 earmelf_nacl.c:809
#: earmelf_nbsd.c:809 earmelf_phoenix.c:809 earmelf_vxworks.c:839
#: earmelfb.c:809 earmelfb_fbsd.c:809 earmelfb_fuchsia.c:809
#: earmelfb_linux.c:809 earmelfb_linux_eabi.c:809
#: earmelfb_linux_fdpiceabi.c:809 earmelfb_nacl.c:809 earmelfb_nbsd.c:809
-#: earmnto.c:809 earmsymbian.c:809 eavr1.c:477 eavr2.c:477 eavr25.c:477
-#: eavr3.c:477 eavr31.c:477 eavr35.c:477 eavr4.c:477 eavr5.c:477 eavr51.c:477
-#: eavr6.c:477 eavrtiny.c:477 eavrxmega1.c:477 eavrxmega2.c:477
-#: eavrxmega3.c:477 eavrxmega4.c:477 eavrxmega5.c:477 eavrxmega6.c:477
-#: eavrxmega7.c:477 ecriself.c:274 ecrislinux.c:274 ecskyelf.c:531
-#: ecskyelf_linux.c:531 ed10velf.c:274 eelf32_sparc.c:274
-#: eelf32_sparc_sol2.c:405 eelf32_sparc_vxworks.c:303 eelf32_spu.c:944
-#: eelf32_tic6x_be.c:412 eelf32_tic6x_elf_be.c:412 eelf32_tic6x_elf_le.c:412
-#: eelf32_tic6x_le.c:412 eelf32_tic6x_linux_be.c:412
-#: eelf32_tic6x_linux_le.c:412 eelf32_x86_64.c:277 eelf32_x86_64_nacl.c:274
-#: eelf32am33lin.c:274 eelf32b4300.c:501 eelf32bfin.c:283 eelf32bfinfd.c:283
-#: eelf32bmip.c:501 eelf32bmipn32.c:519 eelf32bsmip.c:519 eelf32btsmip.c:501
-#: eelf32btsmip_fbsd.c:501 eelf32btsmipn32.c:501 eelf32btsmipn32_fbsd.c:501
-#: eelf32cr16.c:425 eelf32cr16c.c:274 eelf32crx.c:313 eelf32ebmip.c:501
-#: eelf32ebmipvxworks.c:530 eelf32elmip.c:501 eelf32elmipvxworks.c:530
-#: eelf32epiphany.c:274 eelf32epiphany_4x4.c:276 eelf32frvfd.c:274
-#: eelf32ip2k.c:274 eelf32l4300.c:501 eelf32lm32.c:274 eelf32lm32fd.c:274
-#: eelf32lmip.c:501 eelf32lppc.c:490 eelf32lppclinux.c:490 eelf32lppcnto.c:490
-#: eelf32lppcsim.c:490 eelf32lr5900.c:501 eelf32lr5900n32.c:501
-#: eelf32lriscv.c:339 eelf32lriscv_ilp32.c:339 eelf32lriscv_ilp32f.c:339
-#: eelf32lsmip.c:501 eelf32ltsmip.c:501 eelf32ltsmip_fbsd.c:501
-#: eelf32ltsmipn32.c:501 eelf32ltsmipn32_fbsd.c:501 eelf32m32c.c:285
-#: eelf32mb_linux.c:274 eelf32mbel_linux.c:274 eelf32mcore.c:274
-#: eelf32mep.c:274 eelf32metag.c:549 eelf32microblaze.c:274
-#: eelf32microblazeel.c:274 eelf32mipswindiss.c:501 eelf32or1k.c:274
-#: eelf32or1k_linux.c:274 eelf32ppc.c:490 eelf32ppc_fbsd.c:490
-#: eelf32ppclinux.c:490 eelf32ppcnto.c:490 eelf32ppcsim.c:490
-#: eelf32ppcvxworks.c:464 eelf32ppcwindiss.c:490 eelf32rl78.c:274
-#: eelf32rx.c:290 eelf32tilegx.c:274 eelf32tilegx_be.c:274 eelf32tilepro.c:274
-#: eelf32vax.c:274 eelf32visium.c:274 eelf32xc16x.c:274 eelf32xc16xl.c:274
-#: eelf32xc16xs.c:274 eelf32xstormy16.c:285 eelf32xtensa.c:2161
-#: eelf64_aix.c:274 eelf64_ia64.c:298 eelf64_ia64_fbsd.c:298 eelf64_s390.c:289
-#: eelf64_sparc.c:274 eelf64_sparc_fbsd.c:274 eelf64_sparc_sol2.c:405
-#: eelf64alpha.c:357 eelf64alpha_fbsd.c:357 eelf64alpha_nbsd.c:357
-#: eelf64bmip.c:519 eelf64btsmip.c:501 eelf64btsmip_fbsd.c:501 eelf64hppa.c:274
-#: eelf64lppc.c:936 eelf64lriscv.c:339 eelf64lriscv_lp64.c:339
-#: eelf64lriscv_lp64f.c:339 eelf64ltsmip.c:501 eelf64ltsmip_fbsd.c:501
-#: eelf64mmix.c:385 eelf64ppc.c:936 eelf64ppc_fbsd.c:936 eelf64rdos.c:274
-#: eelf64tilegx.c:274 eelf64tilegx_be.c:274 eelf_i386.c:277 eelf_i386_be.c:274
-#: eelf_i386_chaos.c:274 eelf_i386_fbsd.c:274 eelf_i386_ldso.c:274
-#: eelf_i386_nacl.c:274 eelf_i386_sol2.c:405 eelf_i386_vxworks.c:303
-#: eelf_iamcu.c:274 eelf_k1om.c:277 eelf_k1om_fbsd.c:274 eelf_l1om.c:277
-#: eelf_l1om_fbsd.c:274 eelf_s390.c:274 eelf_x86_64.c:277
-#: eelf_x86_64_cloudabi.c:274 eelf_x86_64_fbsd.c:274 eelf_x86_64_nacl.c:274
-#: eelf_x86_64_sol2.c:405 eh8300elf.c:274 eh8300elf_linux.c:274
-#: eh8300helf.c:274 eh8300helf_linux.c:274 eh8300hnelf.c:274 eh8300self.c:274
-#: eh8300self_linux.c:274 eh8300snelf.c:274 eh8300sxelf.c:274
-#: eh8300sxelf_linux.c:274 eh8300sxnelf.c:274 ehppa64linux.c:274 ehppaelf.c:581
-#: ehppalinux.c:581 ehppanbsd.c:581 ehppaobsd.c:581 ei386lynx.c:274
-#: ei386moss.c:274 ei386nto.c:274 em32relf.c:274 em32relf_linux.c:274
-#: em32rlelf.c:274 em32rlelf_linux.c:274 em68hc11elf.c:574 em68hc11elfb.c:574
-#: em68hc12elf.c:574 em68hc12elfb.c:574 em68kelf.c:424 em68kelfnbsd.c:424
-#: em9s12zelf.c:274 emn10300.c:274 ends32belf.c:381 ends32belf16m.c:381
-#: ends32belf_linux.c:381 ends32elf.c:381 ends32elf16m.c:381
-#: ends32elf_linux.c:381 enios2elf.c:567 enios2linux.c:567 eppclynx.c:490
-#: epruelf.c:294 escore3_elf.c:294 escore7_elf.c:294 eshelf.c:274
-#: eshelf_fd.c:274 eshelf_linux.c:274 eshelf_nbsd.c:274 eshelf_nto.c:274
-#: eshelf_uclinux.c:274 eshelf_vxworks.c:303 eshlelf.c:274 eshlelf_fd.c:274
-#: eshlelf_linux.c:274 eshlelf_nbsd.c:274 eshlelf_nto.c:274
-#: eshlelf_vxworks.c:303 ev850.c:320 ev850_rh850.c:320
+#: earmnto.c:809 earmsymbian.c:809 eavr1.c:476 eavr2.c:476 eavr25.c:476
+#: eavr3.c:476 eavr31.c:476 eavr35.c:476 eavr4.c:476 eavr5.c:476 eavr51.c:476
+#: eavr6.c:476 eavrtiny.c:476 eavrxmega1.c:476 eavrxmega2.c:476
+#: eavrxmega3.c:476 eavrxmega4.c:476 eavrxmega5.c:476 eavrxmega6.c:476
+#: eavrxmega7.c:476 ecriself.c:273 ecrislinux.c:273 ecskyelf.c:537
+#: ecskyelf_linux.c:537 ed10velf.c:273 eelf32_sparc.c:273
+#: eelf32_sparc_sol2.c:404 eelf32_sparc_vxworks.c:302 eelf32_spu.c:807
+#: eelf32_tic6x_be.c:411 eelf32_tic6x_elf_be.c:411 eelf32_tic6x_elf_le.c:411
+#: eelf32_tic6x_le.c:411 eelf32_tic6x_linux_be.c:411
+#: eelf32_tic6x_linux_le.c:411 eelf32_x86_64.c:299 eelf32_x86_64_nacl.c:296
+#: eelf32am33lin.c:273 eelf32b4300.c:489 eelf32bfin.c:282 eelf32bfinfd.c:282
+#: eelf32bmip.c:489 eelf32bmipn32.c:507 eelf32bsmip.c:507 eelf32btsmip.c:489
+#: eelf32btsmip_fbsd.c:489 eelf32btsmipn32.c:489 eelf32btsmipn32_fbsd.c:489
+#: eelf32cr16.c:424 eelf32cr16c.c:273 eelf32crx.c:312 eelf32ebmip.c:489
+#: eelf32ebmipvxworks.c:518 eelf32elmip.c:489 eelf32elmipvxworks.c:518
+#: eelf32epiphany.c:273 eelf32epiphany_4x4.c:275 eelf32frvfd.c:273
+#: eelf32ip2k.c:273 eelf32l4300.c:489 eelf32lm32.c:273 eelf32lm32fd.c:273
+#: eelf32lmip.c:489 eelf32lppc.c:481 eelf32lppclinux.c:481 eelf32lppcnto.c:481
+#: eelf32lppcsim.c:481 eelf32lr5900.c:489 eelf32lr5900n32.c:489
+#: eelf32lriscv.c:338 eelf32lriscv_ilp32.c:338 eelf32lriscv_ilp32f.c:338
+#: eelf32lsmip.c:489 eelf32ltsmip.c:489 eelf32ltsmip_fbsd.c:489
+#: eelf32ltsmipn32.c:489 eelf32ltsmipn32_fbsd.c:489 eelf32m32c.c:284
+#: eelf32mb_linux.c:273 eelf32mbel_linux.c:273 eelf32mcore.c:273
+#: eelf32mep.c:273 eelf32metag.c:548 eelf32microblaze.c:273
+#: eelf32microblazeel.c:273 eelf32mipswindiss.c:489 eelf32or1k.c:273
+#: eelf32or1k_linux.c:273 eelf32ppc.c:481 eelf32ppc_fbsd.c:481
+#: eelf32ppclinux.c:481 eelf32ppcnto.c:481 eelf32ppcsim.c:481
+#: eelf32ppcvxworks.c:455 eelf32ppcwindiss.c:481 eelf32rl78.c:273
+#: eelf32rx.c:289 eelf32tilegx.c:273 eelf32tilegx_be.c:273 eelf32tilepro.c:273
+#: eelf32vax.c:273 eelf32visium.c:273 eelf32xc16x.c:273 eelf32xc16xl.c:273
+#: eelf32xc16xs.c:273 eelf32xstormy16.c:284 eelf32xtensa.c:2160
+#: eelf64_aix.c:273 eelf64_ia64.c:297 eelf64_ia64_fbsd.c:297 eelf64_s390.c:288
+#: eelf64_sparc.c:273 eelf64_sparc_fbsd.c:273 eelf64_sparc_sol2.c:404
+#: eelf64alpha.c:356 eelf64alpha_fbsd.c:356 eelf64alpha_nbsd.c:356
+#: eelf64bmip.c:507 eelf64bpf.c:273 eelf64btsmip.c:489 eelf64btsmip_fbsd.c:489
+#: eelf64hppa.c:273 eelf64lppc.c:923 eelf64lriscv.c:338 eelf64lriscv_lp64.c:338
+#: eelf64lriscv_lp64f.c:338 eelf64ltsmip.c:489 eelf64ltsmip_fbsd.c:489
+#: eelf64mmix.c:384 eelf64ppc.c:923 eelf64ppc_fbsd.c:923 eelf64rdos.c:287
+#: eelf64tilegx.c:273 eelf64tilegx_be.c:273 eelf_i386.c:299 eelf_i386_be.c:296
+#: eelf_i386_fbsd.c:296 eelf_i386_ldso.c:296 eelf_i386_nacl.c:296
+#: eelf_i386_sol2.c:427 eelf_i386_vxworks.c:325 eelf_iamcu.c:296
+#: eelf_k1om.c:299 eelf_k1om_fbsd.c:296 eelf_l1om.c:299 eelf_l1om_fbsd.c:296
+#: eelf_s390.c:273 eelf_x86_64.c:299 eelf_x86_64_cloudabi.c:296
+#: eelf_x86_64_fbsd.c:296 eelf_x86_64_nacl.c:296 eelf_x86_64_sol2.c:427
+#: eh8300elf.c:273 eh8300elf_linux.c:273 eh8300helf.c:273
+#: eh8300helf_linux.c:273 eh8300hnelf.c:273 eh8300self.c:273
+#: eh8300self_linux.c:273 eh8300snelf.c:273 eh8300sxelf.c:273
+#: eh8300sxelf_linux.c:273 eh8300sxnelf.c:273 ehppa64linux.c:273 ehppaelf.c:580
+#: ehppalinux.c:580 ehppanbsd.c:580 ehppaobsd.c:580 ei386lynx.c:287
+#: ei386moss.c:287 ei386nto.c:287 em32relf.c:273 em32relf_linux.c:273
+#: em32rlelf.c:273 em32rlelf_linux.c:273 em68hc11elf.c:573 em68hc11elfb.c:573
+#: em68hc12elf.c:573 em68hc12elfb.c:573 em68kelf.c:423 em68kelfnbsd.c:423
+#: emn10300.c:273 ends32belf.c:380 ends32belf16m.c:380 ends32belf_linux.c:380
+#: ends32elf.c:380 ends32elf16m.c:380 ends32elf_linux.c:380 enios2elf.c:566
+#: enios2linux.c:566 eppclynx.c:481 epruelf.c:293 escore3_elf.c:294
+#: escore7_elf.c:294 eshelf.c:273 eshelf_fd.c:273 eshelf_linux.c:273
+#: eshelf_nbsd.c:273 eshelf_nto.c:273 eshelf_uclinux.c:273 eshelf_vxworks.c:302
+#: eshlelf.c:273 eshlelf_fd.c:273 eshlelf_linux.c:273 eshlelf_nbsd.c:273
+#: eshlelf_nto.c:273 eshlelf_vxworks.c:302 ev850.c:319 ev850_rh850.c:319
msgid "%P: %pB: bfd_stat failed: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:629 eaarch64cloudabib.c:629 eaarch64elf.c:629
-#: eaarch64elf32.c:629 eaarch64elf32b.c:629 eaarch64elfb.c:629
-#: eaarch64fbsd.c:629 eaarch64fbsdb.c:629 eaarch64linux.c:629
-#: eaarch64linux32.c:629 eaarch64linux32b.c:629 eaarch64linuxb.c:629
-#: earcelf.c:314 earcelf_prof.c:314 earclinux.c:316 earclinux_nps.c:316
-#: earclinux_prof.c:316 earcv2elf.c:314 earcv2elfx.c:314 earmelf.c:849
+#: eaarch64cloudabi.c:636 eaarch64cloudabib.c:636 eaarch64elf.c:636
+#: eaarch64elf32.c:636 eaarch64elf32b.c:636 eaarch64elfb.c:636
+#: eaarch64fbsd.c:636 eaarch64fbsdb.c:636 eaarch64linux.c:636
+#: eaarch64linux32.c:636 eaarch64linux32b.c:636 eaarch64linuxb.c:636
+#: earcelf.c:313 earcelf_prof.c:313 earclinux.c:313 earclinux_nps.c:313
+#: earclinux_prof.c:313 earcv2elf.c:313 earcv2elfx.c:313 earmelf.c:849
#: earmelf_fbsd.c:849 earmelf_fuchsia.c:849 earmelf_linux.c:849
#: earmelf_linux_eabi.c:849 earmelf_linux_fdpiceabi.c:849 earmelf_nacl.c:849
#: earmelf_nbsd.c:849 earmelf_phoenix.c:849 earmelf_vxworks.c:879
#: earmelfb.c:849 earmelfb_fbsd.c:849 earmelfb_fuchsia.c:849
#: earmelfb_linux.c:849 earmelfb_linux_eabi.c:849
#: earmelfb_linux_fdpiceabi.c:849 earmelfb_nacl.c:849 earmelfb_nbsd.c:849
-#: earmnto.c:849 earmsymbian.c:849 eavr1.c:517 eavr2.c:517 eavr25.c:517
-#: eavr3.c:517 eavr31.c:517 eavr35.c:517 eavr4.c:517 eavr5.c:517 eavr51.c:517
-#: eavr6.c:517 eavrtiny.c:517 eavrxmega1.c:517 eavrxmega2.c:517
-#: eavrxmega3.c:517 eavrxmega4.c:517 eavrxmega5.c:517 eavrxmega6.c:517
-#: eavrxmega7.c:517 ecriself.c:314 ecrislinux.c:314 ecskyelf.c:571
-#: ecskyelf_linux.c:571 ed10velf.c:314 eelf32_sparc.c:314
-#: eelf32_sparc_sol2.c:445 eelf32_sparc_vxworks.c:343 eelf32_spu.c:984
-#: eelf32_tic6x_be.c:452 eelf32_tic6x_elf_be.c:452 eelf32_tic6x_elf_le.c:452
-#: eelf32_tic6x_le.c:452 eelf32_tic6x_linux_be.c:452
-#: eelf32_tic6x_linux_le.c:452 eelf32_x86_64.c:317 eelf32_x86_64_nacl.c:314
-#: eelf32am33lin.c:314 eelf32b4300.c:541 eelf32bfin.c:323 eelf32bfinfd.c:323
-#: eelf32bmip.c:541 eelf32bmipn32.c:559 eelf32bsmip.c:559 eelf32btsmip.c:541
-#: eelf32btsmip_fbsd.c:541 eelf32btsmipn32.c:541 eelf32btsmipn32_fbsd.c:541
-#: eelf32cr16.c:465 eelf32cr16c.c:314 eelf32crx.c:353 eelf32ebmip.c:541
-#: eelf32ebmipvxworks.c:570 eelf32elmip.c:541 eelf32elmipvxworks.c:570
-#: eelf32epiphany.c:314 eelf32epiphany_4x4.c:316 eelf32frvfd.c:314
-#: eelf32ip2k.c:314 eelf32l4300.c:541 eelf32lm32.c:314 eelf32lm32fd.c:314
-#: eelf32lmip.c:541 eelf32lppc.c:530 eelf32lppclinux.c:530 eelf32lppcnto.c:530
-#: eelf32lppcsim.c:530 eelf32lr5900.c:541 eelf32lr5900n32.c:541
-#: eelf32lriscv.c:379 eelf32lriscv_ilp32.c:379 eelf32lriscv_ilp32f.c:379
-#: eelf32lsmip.c:541 eelf32ltsmip.c:541 eelf32ltsmip_fbsd.c:541
-#: eelf32ltsmipn32.c:541 eelf32ltsmipn32_fbsd.c:541 eelf32m32c.c:325
-#: eelf32mb_linux.c:314 eelf32mbel_linux.c:314 eelf32mcore.c:314
-#: eelf32mep.c:314 eelf32metag.c:589 eelf32microblaze.c:314
-#: eelf32microblazeel.c:314 eelf32mipswindiss.c:541 eelf32or1k.c:314
-#: eelf32or1k_linux.c:314 eelf32ppc.c:530 eelf32ppc_fbsd.c:530
-#: eelf32ppclinux.c:530 eelf32ppcnto.c:530 eelf32ppcsim.c:530
-#: eelf32ppcvxworks.c:504 eelf32ppcwindiss.c:530 eelf32rl78.c:314
-#: eelf32rx.c:330 eelf32tilegx.c:314 eelf32tilegx_be.c:314 eelf32tilepro.c:314
-#: eelf32vax.c:314 eelf32visium.c:314 eelf32xc16x.c:314 eelf32xc16xl.c:314
-#: eelf32xc16xs.c:314 eelf32xstormy16.c:325 eelf32xtensa.c:2201
-#: eelf64_aix.c:314 eelf64_ia64.c:338 eelf64_ia64_fbsd.c:338 eelf64_s390.c:329
-#: eelf64_sparc.c:314 eelf64_sparc_fbsd.c:314 eelf64_sparc_sol2.c:445
-#: eelf64alpha.c:397 eelf64alpha_fbsd.c:397 eelf64alpha_nbsd.c:397
-#: eelf64bmip.c:559 eelf64btsmip.c:541 eelf64btsmip_fbsd.c:541 eelf64hppa.c:314
-#: eelf64lppc.c:976 eelf64lriscv.c:379 eelf64lriscv_lp64.c:379
-#: eelf64lriscv_lp64f.c:379 eelf64ltsmip.c:541 eelf64ltsmip_fbsd.c:541
-#: eelf64mmix.c:425 eelf64ppc.c:976 eelf64ppc_fbsd.c:976 eelf64rdos.c:314
-#: eelf64tilegx.c:314 eelf64tilegx_be.c:314 eelf_i386.c:317 eelf_i386_be.c:314
-#: eelf_i386_chaos.c:314 eelf_i386_fbsd.c:314 eelf_i386_ldso.c:314
-#: eelf_i386_nacl.c:314 eelf_i386_sol2.c:445 eelf_i386_vxworks.c:343
-#: eelf_iamcu.c:314 eelf_k1om.c:317 eelf_k1om_fbsd.c:314 eelf_l1om.c:317
-#: eelf_l1om_fbsd.c:314 eelf_s390.c:314 eelf_x86_64.c:317
-#: eelf_x86_64_cloudabi.c:314 eelf_x86_64_fbsd.c:314 eelf_x86_64_nacl.c:314
-#: eelf_x86_64_sol2.c:445 eh8300elf.c:314 eh8300elf_linux.c:314
-#: eh8300helf.c:314 eh8300helf_linux.c:314 eh8300hnelf.c:314 eh8300self.c:314
-#: eh8300self_linux.c:314 eh8300snelf.c:314 eh8300sxelf.c:314
-#: eh8300sxelf_linux.c:314 eh8300sxnelf.c:314 ehppa64linux.c:314 ehppaelf.c:621
-#: ehppalinux.c:621 ehppanbsd.c:621 ehppaobsd.c:621 ei386lynx.c:314
-#: ei386moss.c:314 ei386nto.c:314 em32relf.c:314 em32relf_linux.c:314
-#: em32rlelf.c:314 em32rlelf_linux.c:314 em68hc11elf.c:614 em68hc11elfb.c:614
-#: em68hc12elf.c:614 em68hc12elfb.c:614 em68kelf.c:464 em68kelfnbsd.c:464
-#: em9s12zelf.c:314 emn10300.c:314 ends32belf.c:421 ends32belf16m.c:421
-#: ends32belf_linux.c:421 ends32elf.c:421 ends32elf16m.c:421
-#: ends32elf_linux.c:421 enios2elf.c:607 enios2linux.c:607 eppclynx.c:530
-#: epruelf.c:334 escore3_elf.c:334 escore7_elf.c:334 eshelf.c:314
-#: eshelf_fd.c:314 eshelf_linux.c:314 eshelf_nbsd.c:314 eshelf_nto.c:314
-#: eshelf_uclinux.c:314 eshelf_vxworks.c:343 eshlelf.c:314 eshlelf_fd.c:314
-#: eshlelf_linux.c:314 eshlelf_nbsd.c:314 eshlelf_nto.c:314
-#: eshlelf_vxworks.c:343 ev850.c:360 ev850_rh850.c:360
+#: earmnto.c:849 earmsymbian.c:849 eavr1.c:516 eavr2.c:516 eavr25.c:516
+#: eavr3.c:516 eavr31.c:516 eavr35.c:516 eavr4.c:516 eavr5.c:516 eavr51.c:516
+#: eavr6.c:516 eavrtiny.c:516 eavrxmega1.c:516 eavrxmega2.c:516
+#: eavrxmega3.c:516 eavrxmega4.c:516 eavrxmega5.c:516 eavrxmega6.c:516
+#: eavrxmega7.c:516 ecriself.c:313 ecrislinux.c:313 ecskyelf.c:577
+#: ecskyelf_linux.c:577 ed10velf.c:313 eelf32_sparc.c:313
+#: eelf32_sparc_sol2.c:444 eelf32_sparc_vxworks.c:342 eelf32_spu.c:847
+#: eelf32_tic6x_be.c:451 eelf32_tic6x_elf_be.c:451 eelf32_tic6x_elf_le.c:451
+#: eelf32_tic6x_le.c:451 eelf32_tic6x_linux_be.c:451
+#: eelf32_tic6x_linux_le.c:451 eelf32_x86_64.c:339 eelf32_x86_64_nacl.c:336
+#: eelf32am33lin.c:313 eelf32b4300.c:529 eelf32bfin.c:322 eelf32bfinfd.c:322
+#: eelf32bmip.c:529 eelf32bmipn32.c:547 eelf32bsmip.c:547 eelf32btsmip.c:529
+#: eelf32btsmip_fbsd.c:529 eelf32btsmipn32.c:529 eelf32btsmipn32_fbsd.c:529
+#: eelf32cr16.c:464 eelf32cr16c.c:313 eelf32crx.c:352 eelf32ebmip.c:529
+#: eelf32ebmipvxworks.c:558 eelf32elmip.c:529 eelf32elmipvxworks.c:558
+#: eelf32epiphany.c:313 eelf32epiphany_4x4.c:315 eelf32frvfd.c:313
+#: eelf32ip2k.c:313 eelf32l4300.c:529 eelf32lm32.c:313 eelf32lm32fd.c:313
+#: eelf32lmip.c:529 eelf32lppc.c:521 eelf32lppclinux.c:521 eelf32lppcnto.c:521
+#: eelf32lppcsim.c:521 eelf32lr5900.c:529 eelf32lr5900n32.c:529
+#: eelf32lriscv.c:378 eelf32lriscv_ilp32.c:378 eelf32lriscv_ilp32f.c:378
+#: eelf32lsmip.c:529 eelf32ltsmip.c:529 eelf32ltsmip_fbsd.c:529
+#: eelf32ltsmipn32.c:529 eelf32ltsmipn32_fbsd.c:529 eelf32m32c.c:324
+#: eelf32mb_linux.c:313 eelf32mbel_linux.c:313 eelf32mcore.c:313
+#: eelf32mep.c:313 eelf32metag.c:588 eelf32microblaze.c:313
+#: eelf32microblazeel.c:313 eelf32mipswindiss.c:529 eelf32or1k.c:313
+#: eelf32or1k_linux.c:313 eelf32ppc.c:521 eelf32ppc_fbsd.c:521
+#: eelf32ppclinux.c:521 eelf32ppcnto.c:521 eelf32ppcsim.c:521
+#: eelf32ppcvxworks.c:495 eelf32ppcwindiss.c:521 eelf32rl78.c:313
+#: eelf32rx.c:329 eelf32tilegx.c:313 eelf32tilegx_be.c:313 eelf32tilepro.c:313
+#: eelf32vax.c:313 eelf32visium.c:313 eelf32xc16x.c:313 eelf32xc16xl.c:313
+#: eelf32xc16xs.c:313 eelf32xstormy16.c:324 eelf32xtensa.c:2200
+#: eelf64_aix.c:313 eelf64_ia64.c:337 eelf64_ia64_fbsd.c:337 eelf64_s390.c:328
+#: eelf64_sparc.c:313 eelf64_sparc_fbsd.c:313 eelf64_sparc_sol2.c:444
+#: eelf64alpha.c:396 eelf64alpha_fbsd.c:396 eelf64alpha_nbsd.c:396
+#: eelf64bmip.c:547 eelf64bpf.c:313 eelf64btsmip.c:529 eelf64btsmip_fbsd.c:529
+#: eelf64hppa.c:313 eelf64lppc.c:963 eelf64lriscv.c:378 eelf64lriscv_lp64.c:378
+#: eelf64lriscv_lp64f.c:378 eelf64ltsmip.c:529 eelf64ltsmip_fbsd.c:529
+#: eelf64mmix.c:424 eelf64ppc.c:963 eelf64ppc_fbsd.c:963 eelf64rdos.c:327
+#: eelf64tilegx.c:313 eelf64tilegx_be.c:313 eelf_i386.c:339 eelf_i386_be.c:336
+#: eelf_i386_fbsd.c:336 eelf_i386_ldso.c:336 eelf_i386_nacl.c:336
+#: eelf_i386_sol2.c:467 eelf_i386_vxworks.c:365 eelf_iamcu.c:336
+#: eelf_k1om.c:339 eelf_k1om_fbsd.c:336 eelf_l1om.c:339 eelf_l1om_fbsd.c:336
+#: eelf_s390.c:313 eelf_x86_64.c:339 eelf_x86_64_cloudabi.c:336
+#: eelf_x86_64_fbsd.c:336 eelf_x86_64_nacl.c:336 eelf_x86_64_sol2.c:467
+#: eh8300elf.c:313 eh8300elf_linux.c:313 eh8300helf.c:313
+#: eh8300helf_linux.c:313 eh8300hnelf.c:313 eh8300self.c:313
+#: eh8300self_linux.c:313 eh8300snelf.c:313 eh8300sxelf.c:313
+#: eh8300sxelf_linux.c:313 eh8300sxnelf.c:313 ehppa64linux.c:313 ehppaelf.c:620
+#: ehppalinux.c:620 ehppanbsd.c:620 ehppaobsd.c:620 ei386lynx.c:327
+#: ei386moss.c:327 ei386nto.c:327 em32relf.c:313 em32relf_linux.c:313
+#: em32rlelf.c:313 em32rlelf_linux.c:313 em68hc11elf.c:613 em68hc11elfb.c:613
+#: em68hc12elf.c:613 em68hc12elfb.c:613 em68kelf.c:463 em68kelfnbsd.c:463
+#: emn10300.c:313 ends32belf.c:420 ends32belf16m.c:420 ends32belf_linux.c:420
+#: ends32elf.c:420 ends32elf16m.c:420 ends32elf_linux.c:420 enios2elf.c:606
+#: enios2linux.c:606 eppclynx.c:521 epruelf.c:333 escore3_elf.c:334
+#: escore7_elf.c:334 eshelf.c:313 eshelf_fd.c:313 eshelf_linux.c:313
+#: eshelf_nbsd.c:313 eshelf_nto.c:313 eshelf_uclinux.c:313 eshelf_vxworks.c:342
+#: eshlelf.c:313 eshlelf_fd.c:313 eshlelf_linux.c:313 eshlelf_nbsd.c:313
+#: eshlelf_nto.c:313 eshlelf_vxworks.c:342 ev850.c:359 ev850_rh850.c:359
msgid "%P: warning: %s, needed by %pB, may conflict with %s\n"
msgstr ""
-#: eaarch64cloudabi.c:691 eaarch64cloudabib.c:691 eaarch64elf.c:691
-#: eaarch64elf32.c:691 eaarch64elf32b.c:691 eaarch64elfb.c:691
-#: eaarch64fbsd.c:691 eaarch64fbsdb.c:691 eaarch64linux.c:691
-#: eaarch64linux32.c:691 eaarch64linux32b.c:691 eaarch64linuxb.c:691
-#: earcelf.c:376 earcelf_prof.c:376 earclinux.c:378 earclinux_nps.c:378
-#: earclinux_prof.c:378 earcv2elf.c:376 earcv2elfx.c:376 earmelf.c:911
+#: eaarch64cloudabi.c:698 eaarch64cloudabib.c:698 eaarch64elf.c:698
+#: eaarch64elf32.c:698 eaarch64elf32b.c:698 eaarch64elfb.c:698
+#: eaarch64fbsd.c:698 eaarch64fbsdb.c:698 eaarch64linux.c:698
+#: eaarch64linux32.c:698 eaarch64linux32b.c:698 eaarch64linuxb.c:698
+#: earcelf.c:375 earcelf_prof.c:375 earclinux.c:375 earclinux_nps.c:375
+#: earclinux_prof.c:375 earcv2elf.c:375 earcv2elfx.c:375 earmelf.c:911
#: earmelf_fbsd.c:911 earmelf_fuchsia.c:911 earmelf_linux.c:911
#: earmelf_linux_eabi.c:911 earmelf_linux_fdpiceabi.c:911 earmelf_nacl.c:911
#: earmelf_nbsd.c:911 earmelf_phoenix.c:911 earmelf_vxworks.c:941
#: earmelfb.c:911 earmelfb_fbsd.c:911 earmelfb_fuchsia.c:911
#: earmelfb_linux.c:911 earmelfb_linux_eabi.c:911
#: earmelfb_linux_fdpiceabi.c:911 earmelfb_nacl.c:911 earmelfb_nbsd.c:911
-#: earmnto.c:911 earmsymbian.c:911 eavr1.c:579 eavr2.c:579 eavr25.c:579
-#: eavr3.c:579 eavr31.c:579 eavr35.c:579 eavr4.c:579 eavr5.c:579 eavr51.c:579
-#: eavr6.c:579 eavrtiny.c:579 eavrxmega1.c:579 eavrxmega2.c:579
-#: eavrxmega3.c:579 eavrxmega4.c:579 eavrxmega5.c:579 eavrxmega6.c:579
-#: eavrxmega7.c:579 ecriself.c:376 ecrislinux.c:376 ecskyelf.c:633
-#: ecskyelf_linux.c:633 ed10velf.c:376 eelf32_sparc.c:376
-#: eelf32_sparc_sol2.c:507 eelf32_sparc_vxworks.c:405 eelf32_spu.c:1046
-#: eelf32_tic6x_be.c:514 eelf32_tic6x_elf_be.c:514 eelf32_tic6x_elf_le.c:514
-#: eelf32_tic6x_le.c:514 eelf32_tic6x_linux_be.c:514
-#: eelf32_tic6x_linux_le.c:514 eelf32_x86_64.c:379 eelf32_x86_64_nacl.c:376
-#: eelf32am33lin.c:376 eelf32b4300.c:603 eelf32bfin.c:385 eelf32bfinfd.c:385
-#: eelf32bmip.c:603 eelf32bmipn32.c:621 eelf32bsmip.c:621 eelf32btsmip.c:603
-#: eelf32btsmip_fbsd.c:603 eelf32btsmipn32.c:603 eelf32btsmipn32_fbsd.c:603
-#: eelf32cr16.c:527 eelf32cr16c.c:376 eelf32crx.c:415 eelf32ebmip.c:603
-#: eelf32ebmipvxworks.c:632 eelf32elmip.c:603 eelf32elmipvxworks.c:632
-#: eelf32epiphany.c:376 eelf32epiphany_4x4.c:378 eelf32frvfd.c:376
-#: eelf32ip2k.c:376 eelf32l4300.c:603 eelf32lm32.c:376 eelf32lm32fd.c:376
-#: eelf32lmip.c:603 eelf32lppc.c:592 eelf32lppclinux.c:592 eelf32lppcnto.c:592
-#: eelf32lppcsim.c:592 eelf32lr5900.c:603 eelf32lr5900n32.c:603
-#: eelf32lriscv.c:441 eelf32lriscv_ilp32.c:441 eelf32lriscv_ilp32f.c:441
-#: eelf32lsmip.c:603 eelf32ltsmip.c:603 eelf32ltsmip_fbsd.c:603
-#: eelf32ltsmipn32.c:603 eelf32ltsmipn32_fbsd.c:603 eelf32m32c.c:387
-#: eelf32mb_linux.c:376 eelf32mbel_linux.c:376 eelf32mcore.c:376
-#: eelf32mep.c:376 eelf32metag.c:651 eelf32microblaze.c:376
-#: eelf32microblazeel.c:376 eelf32mipswindiss.c:603 eelf32or1k.c:376
-#: eelf32or1k_linux.c:376 eelf32ppc.c:592 eelf32ppc_fbsd.c:592
-#: eelf32ppclinux.c:592 eelf32ppcnto.c:592 eelf32ppcsim.c:592
-#: eelf32ppcvxworks.c:566 eelf32ppcwindiss.c:592 eelf32rl78.c:376
-#: eelf32rx.c:392 eelf32tilegx.c:376 eelf32tilegx_be.c:376 eelf32tilepro.c:376
-#: eelf32vax.c:376 eelf32visium.c:376 eelf32xc16x.c:376 eelf32xc16xl.c:376
-#: eelf32xc16xs.c:376 eelf32xstormy16.c:387 eelf32xtensa.c:2263
-#: eelf64_aix.c:376 eelf64_ia64.c:400 eelf64_ia64_fbsd.c:400 eelf64_s390.c:391
-#: eelf64_sparc.c:376 eelf64_sparc_fbsd.c:376 eelf64_sparc_sol2.c:507
-#: eelf64alpha.c:459 eelf64alpha_fbsd.c:459 eelf64alpha_nbsd.c:459
-#: eelf64bmip.c:621 eelf64btsmip.c:603 eelf64btsmip_fbsd.c:603 eelf64hppa.c:376
-#: eelf64lppc.c:1038 eelf64lriscv.c:441 eelf64lriscv_lp64.c:441
-#: eelf64lriscv_lp64f.c:441 eelf64ltsmip.c:603 eelf64ltsmip_fbsd.c:603
-#: eelf64mmix.c:487 eelf64ppc.c:1038 eelf64ppc_fbsd.c:1038 eelf64rdos.c:376
-#: eelf64tilegx.c:376 eelf64tilegx_be.c:376 eelf_i386.c:379 eelf_i386_be.c:376
-#: eelf_i386_chaos.c:376 eelf_i386_fbsd.c:376 eelf_i386_ldso.c:376
-#: eelf_i386_nacl.c:376 eelf_i386_sol2.c:507 eelf_i386_vxworks.c:405
-#: eelf_iamcu.c:376 eelf_k1om.c:379 eelf_k1om_fbsd.c:376 eelf_l1om.c:379
-#: eelf_l1om_fbsd.c:376 eelf_s390.c:376 eelf_x86_64.c:379
-#: eelf_x86_64_cloudabi.c:376 eelf_x86_64_fbsd.c:376 eelf_x86_64_nacl.c:376
-#: eelf_x86_64_sol2.c:507 eh8300elf.c:376 eh8300elf_linux.c:376
-#: eh8300helf.c:376 eh8300helf_linux.c:376 eh8300hnelf.c:376 eh8300self.c:376
-#: eh8300self_linux.c:376 eh8300snelf.c:376 eh8300sxelf.c:376
-#: eh8300sxelf_linux.c:376 eh8300sxnelf.c:376 ehppa64linux.c:376 ehppaelf.c:683
-#: ehppalinux.c:683 ehppanbsd.c:683 ehppaobsd.c:683 ei386lynx.c:376
-#: ei386moss.c:376 ei386nto.c:376 em32relf.c:376 em32relf_linux.c:376
-#: em32rlelf.c:376 em32rlelf_linux.c:376 em68hc11elf.c:676 em68hc11elfb.c:676
-#: em68hc12elf.c:676 em68hc12elfb.c:676 em68kelf.c:526 em68kelfnbsd.c:526
-#: em9s12zelf.c:376 emn10300.c:376 ends32belf.c:483 ends32belf16m.c:483
-#: ends32belf_linux.c:483 ends32elf.c:483 ends32elf16m.c:483
-#: ends32elf_linux.c:483 enios2elf.c:669 enios2linux.c:669 eppclynx.c:592
-#: epruelf.c:396 escore3_elf.c:396 escore7_elf.c:396 eshelf.c:376
-#: eshelf_fd.c:376 eshelf_linux.c:376 eshelf_nbsd.c:376 eshelf_nto.c:376
-#: eshelf_uclinux.c:376 eshelf_vxworks.c:405 eshlelf.c:376 eshlelf_fd.c:376
-#: eshlelf_linux.c:376 eshlelf_nbsd.c:376 eshlelf_nto.c:376
-#: eshlelf_vxworks.c:405 ev850.c:422 ev850_rh850.c:422
+#: earmnto.c:911 earmsymbian.c:911 eavr1.c:578 eavr2.c:578 eavr25.c:578
+#: eavr3.c:578 eavr31.c:578 eavr35.c:578 eavr4.c:578 eavr5.c:578 eavr51.c:578
+#: eavr6.c:578 eavrtiny.c:578 eavrxmega1.c:578 eavrxmega2.c:578
+#: eavrxmega3.c:578 eavrxmega4.c:578 eavrxmega5.c:578 eavrxmega6.c:578
+#: eavrxmega7.c:578 ecriself.c:375 ecrislinux.c:375 ecskyelf.c:639
+#: ecskyelf_linux.c:639 ed10velf.c:375 eelf32_sparc.c:375
+#: eelf32_sparc_sol2.c:506 eelf32_sparc_vxworks.c:404 eelf32_spu.c:909
+#: eelf32_tic6x_be.c:513 eelf32_tic6x_elf_be.c:513 eelf32_tic6x_elf_le.c:513
+#: eelf32_tic6x_le.c:513 eelf32_tic6x_linux_be.c:513
+#: eelf32_tic6x_linux_le.c:513 eelf32_x86_64.c:401 eelf32_x86_64_nacl.c:398
+#: eelf32am33lin.c:375 eelf32b4300.c:591 eelf32bfin.c:384 eelf32bfinfd.c:384
+#: eelf32bmip.c:591 eelf32bmipn32.c:609 eelf32bsmip.c:609 eelf32btsmip.c:591
+#: eelf32btsmip_fbsd.c:591 eelf32btsmipn32.c:591 eelf32btsmipn32_fbsd.c:591
+#: eelf32cr16.c:526 eelf32cr16c.c:375 eelf32crx.c:414 eelf32ebmip.c:591
+#: eelf32ebmipvxworks.c:620 eelf32elmip.c:591 eelf32elmipvxworks.c:620
+#: eelf32epiphany.c:375 eelf32epiphany_4x4.c:377 eelf32frvfd.c:375
+#: eelf32ip2k.c:375 eelf32l4300.c:591 eelf32lm32.c:375 eelf32lm32fd.c:375
+#: eelf32lmip.c:591 eelf32lppc.c:583 eelf32lppclinux.c:583 eelf32lppcnto.c:583
+#: eelf32lppcsim.c:583 eelf32lr5900.c:591 eelf32lr5900n32.c:591
+#: eelf32lriscv.c:440 eelf32lriscv_ilp32.c:440 eelf32lriscv_ilp32f.c:440
+#: eelf32lsmip.c:591 eelf32ltsmip.c:591 eelf32ltsmip_fbsd.c:591
+#: eelf32ltsmipn32.c:591 eelf32ltsmipn32_fbsd.c:591 eelf32m32c.c:386
+#: eelf32mb_linux.c:375 eelf32mbel_linux.c:375 eelf32mcore.c:375
+#: eelf32mep.c:375 eelf32metag.c:650 eelf32microblaze.c:375
+#: eelf32microblazeel.c:375 eelf32mipswindiss.c:591 eelf32or1k.c:375
+#: eelf32or1k_linux.c:375 eelf32ppc.c:583 eelf32ppc_fbsd.c:583
+#: eelf32ppclinux.c:583 eelf32ppcnto.c:583 eelf32ppcsim.c:583
+#: eelf32ppcvxworks.c:557 eelf32ppcwindiss.c:583 eelf32rl78.c:375
+#: eelf32rx.c:391 eelf32tilegx.c:375 eelf32tilegx_be.c:375 eelf32tilepro.c:375
+#: eelf32vax.c:375 eelf32visium.c:375 eelf32xc16x.c:375 eelf32xc16xl.c:375
+#: eelf32xc16xs.c:375 eelf32xstormy16.c:386 eelf32xtensa.c:2262
+#: eelf64_aix.c:375 eelf64_ia64.c:399 eelf64_ia64_fbsd.c:399 eelf64_s390.c:390
+#: eelf64_sparc.c:375 eelf64_sparc_fbsd.c:375 eelf64_sparc_sol2.c:506
+#: eelf64alpha.c:458 eelf64alpha_fbsd.c:458 eelf64alpha_nbsd.c:458
+#: eelf64bmip.c:609 eelf64bpf.c:375 eelf64btsmip.c:591 eelf64btsmip_fbsd.c:591
+#: eelf64hppa.c:375 eelf64lppc.c:1025 eelf64lriscv.c:440
+#: eelf64lriscv_lp64.c:440 eelf64lriscv_lp64f.c:440 eelf64ltsmip.c:591
+#: eelf64ltsmip_fbsd.c:591 eelf64mmix.c:486 eelf64ppc.c:1025
+#: eelf64ppc_fbsd.c:1025 eelf64rdos.c:389 eelf64tilegx.c:375
+#: eelf64tilegx_be.c:375 eelf_i386.c:401 eelf_i386_be.c:398
+#: eelf_i386_fbsd.c:398 eelf_i386_ldso.c:398 eelf_i386_nacl.c:398
+#: eelf_i386_sol2.c:529 eelf_i386_vxworks.c:427 eelf_iamcu.c:398
+#: eelf_k1om.c:401 eelf_k1om_fbsd.c:398 eelf_l1om.c:401 eelf_l1om_fbsd.c:398
+#: eelf_s390.c:375 eelf_x86_64.c:401 eelf_x86_64_cloudabi.c:398
+#: eelf_x86_64_fbsd.c:398 eelf_x86_64_nacl.c:398 eelf_x86_64_sol2.c:529
+#: eh8300elf.c:375 eh8300elf_linux.c:375 eh8300helf.c:375
+#: eh8300helf_linux.c:375 eh8300hnelf.c:375 eh8300self.c:375
+#: eh8300self_linux.c:375 eh8300snelf.c:375 eh8300sxelf.c:375
+#: eh8300sxelf_linux.c:375 eh8300sxnelf.c:375 ehppa64linux.c:375 ehppaelf.c:682
+#: ehppalinux.c:682 ehppanbsd.c:682 ehppaobsd.c:682 ei386lynx.c:389
+#: ei386moss.c:389 ei386nto.c:389 em32relf.c:375 em32relf_linux.c:375
+#: em32rlelf.c:375 em32rlelf_linux.c:375 em68hc11elf.c:675 em68hc11elfb.c:675
+#: em68hc12elf.c:675 em68hc12elfb.c:675 em68kelf.c:525 em68kelfnbsd.c:525
+#: emn10300.c:375 ends32belf.c:482 ends32belf16m.c:482 ends32belf_linux.c:482
+#: ends32elf.c:482 ends32elf16m.c:482 ends32elf_linux.c:482 enios2elf.c:668
+#: enios2linux.c:668 eppclynx.c:583 epruelf.c:395 escore3_elf.c:396
+#: escore7_elf.c:396 eshelf.c:375 eshelf_fd.c:375 eshelf_linux.c:375
+#: eshelf_nbsd.c:375 eshelf_nto.c:375 eshelf_uclinux.c:375 eshelf_vxworks.c:404
+#: eshlelf.c:375 eshlelf_fd.c:375 eshlelf_linux.c:375 eshlelf_nbsd.c:375
+#: eshlelf_nto.c:375 eshlelf_vxworks.c:404 ev850.c:421 ev850_rh850.c:421
msgid "%F%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:740 eaarch64cloudabib.c:740 eaarch64elf.c:740
-#: eaarch64elf32.c:740 eaarch64elf32b.c:740 eaarch64elfb.c:740
-#: eaarch64fbsd.c:740 eaarch64fbsdb.c:740 eaarch64linux.c:740
-#: eaarch64linux32.c:740 eaarch64linux32b.c:740 eaarch64linuxb.c:740
-#: earcelf.c:425 earcelf_prof.c:425 earclinux.c:427 earclinux_nps.c:427
-#: earclinux_prof.c:427 earcv2elf.c:425 earcv2elfx.c:425 earmelf.c:960
+#: eaarch64cloudabi.c:747 eaarch64cloudabib.c:747 eaarch64elf.c:747
+#: eaarch64elf32.c:747 eaarch64elf32b.c:747 eaarch64elfb.c:747
+#: eaarch64fbsd.c:747 eaarch64fbsdb.c:747 eaarch64linux.c:747
+#: eaarch64linux32.c:747 eaarch64linux32b.c:747 eaarch64linuxb.c:747
+#: earcelf.c:424 earcelf_prof.c:424 earclinux.c:424 earclinux_nps.c:424
+#: earclinux_prof.c:424 earcv2elf.c:424 earcv2elfx.c:424 earmelf.c:960
#: earmelf_fbsd.c:960 earmelf_fuchsia.c:960 earmelf_linux.c:960
#: earmelf_linux_eabi.c:960 earmelf_linux_fdpiceabi.c:960 earmelf_nacl.c:960
#: earmelf_nbsd.c:960 earmelf_phoenix.c:960 earmelf_vxworks.c:990
#: earmelfb.c:960 earmelfb_fbsd.c:960 earmelfb_fuchsia.c:960
#: earmelfb_linux.c:960 earmelfb_linux_eabi.c:960
#: earmelfb_linux_fdpiceabi.c:960 earmelfb_nacl.c:960 earmelfb_nbsd.c:960
-#: earmnto.c:960 earmsymbian.c:960 eavr1.c:628 eavr2.c:628 eavr25.c:628
-#: eavr3.c:628 eavr31.c:628 eavr35.c:628 eavr4.c:628 eavr5.c:628 eavr51.c:628
-#: eavr6.c:628 eavrtiny.c:628 eavrxmega1.c:628 eavrxmega2.c:628
-#: eavrxmega3.c:628 eavrxmega4.c:628 eavrxmega5.c:628 eavrxmega6.c:628
-#: eavrxmega7.c:628 ecriself.c:425 ecrislinux.c:425 ecskyelf.c:682
-#: ecskyelf_linux.c:682 ed10velf.c:425 eelf32_sparc.c:425
-#: eelf32_sparc_sol2.c:556 eelf32_sparc_vxworks.c:454 eelf32_spu.c:1095
-#: eelf32_tic6x_be.c:563 eelf32_tic6x_elf_be.c:563 eelf32_tic6x_elf_le.c:563
-#: eelf32_tic6x_le.c:563 eelf32_tic6x_linux_be.c:563
-#: eelf32_tic6x_linux_le.c:563 eelf32_x86_64.c:428 eelf32_x86_64_nacl.c:425
-#: eelf32am33lin.c:425 eelf32b4300.c:652 eelf32bfin.c:434 eelf32bfinfd.c:434
-#: eelf32bmip.c:652 eelf32bmipn32.c:670 eelf32bsmip.c:670 eelf32btsmip.c:652
-#: eelf32btsmip_fbsd.c:652 eelf32btsmipn32.c:652 eelf32btsmipn32_fbsd.c:652
-#: eelf32cr16.c:576 eelf32cr16c.c:425 eelf32crx.c:464 eelf32ebmip.c:652
-#: eelf32ebmipvxworks.c:681 eelf32elmip.c:652 eelf32elmipvxworks.c:681
-#: eelf32epiphany.c:425 eelf32epiphany_4x4.c:427 eelf32frvfd.c:425
-#: eelf32ip2k.c:425 eelf32l4300.c:652 eelf32lm32.c:425 eelf32lm32fd.c:425
-#: eelf32lmip.c:652 eelf32lppc.c:641 eelf32lppclinux.c:641 eelf32lppcnto.c:641
-#: eelf32lppcsim.c:641 eelf32lr5900.c:652 eelf32lr5900n32.c:652
-#: eelf32lriscv.c:490 eelf32lriscv_ilp32.c:490 eelf32lriscv_ilp32f.c:490
-#: eelf32lsmip.c:652 eelf32ltsmip.c:652 eelf32ltsmip_fbsd.c:652
-#: eelf32ltsmipn32.c:652 eelf32ltsmipn32_fbsd.c:652 eelf32m32c.c:436
-#: eelf32mb_linux.c:425 eelf32mbel_linux.c:425 eelf32mcore.c:425
-#: eelf32mep.c:425 eelf32metag.c:700 eelf32microblaze.c:425
-#: eelf32microblazeel.c:425 eelf32mipswindiss.c:652 eelf32or1k.c:425
-#: eelf32or1k_linux.c:425 eelf32ppc.c:641 eelf32ppc_fbsd.c:641
-#: eelf32ppclinux.c:641 eelf32ppcnto.c:641 eelf32ppcsim.c:641
-#: eelf32ppcvxworks.c:615 eelf32ppcwindiss.c:641 eelf32rl78.c:425
-#: eelf32rx.c:441 eelf32tilegx.c:425 eelf32tilegx_be.c:425 eelf32tilepro.c:425
-#: eelf32vax.c:425 eelf32visium.c:425 eelf32xc16x.c:425 eelf32xc16xl.c:425
-#: eelf32xc16xs.c:425 eelf32xstormy16.c:436 eelf32xtensa.c:2312
-#: eelf64_aix.c:425 eelf64_ia64.c:449 eelf64_ia64_fbsd.c:449 eelf64_s390.c:440
-#: eelf64_sparc.c:425 eelf64_sparc_fbsd.c:425 eelf64_sparc_sol2.c:556
-#: eelf64alpha.c:508 eelf64alpha_fbsd.c:508 eelf64alpha_nbsd.c:508
-#: eelf64bmip.c:670 eelf64btsmip.c:652 eelf64btsmip_fbsd.c:652 eelf64hppa.c:425
-#: eelf64lppc.c:1087 eelf64lriscv.c:490 eelf64lriscv_lp64.c:490
-#: eelf64lriscv_lp64f.c:490 eelf64ltsmip.c:652 eelf64ltsmip_fbsd.c:652
-#: eelf64mmix.c:536 eelf64ppc.c:1087 eelf64ppc_fbsd.c:1087 eelf64rdos.c:425
-#: eelf64tilegx.c:425 eelf64tilegx_be.c:425 eelf_i386.c:428 eelf_i386_be.c:425
-#: eelf_i386_chaos.c:425 eelf_i386_fbsd.c:425 eelf_i386_ldso.c:425
-#: eelf_i386_nacl.c:425 eelf_i386_sol2.c:556 eelf_i386_vxworks.c:454
-#: eelf_iamcu.c:425 eelf_k1om.c:428 eelf_k1om_fbsd.c:425 eelf_l1om.c:428
-#: eelf_l1om_fbsd.c:425 eelf_s390.c:425 eelf_x86_64.c:428
-#: eelf_x86_64_cloudabi.c:425 eelf_x86_64_fbsd.c:425 eelf_x86_64_nacl.c:425
-#: eelf_x86_64_sol2.c:556 eh8300elf.c:425 eh8300elf_linux.c:425
-#: eh8300helf.c:425 eh8300helf_linux.c:425 eh8300hnelf.c:425 eh8300self.c:425
-#: eh8300self_linux.c:425 eh8300snelf.c:425 eh8300sxelf.c:425
-#: eh8300sxelf_linux.c:425 eh8300sxnelf.c:425 ehppa64linux.c:425 ehppaelf.c:732
-#: ehppalinux.c:732 ehppanbsd.c:732 ehppaobsd.c:732 ei386lynx.c:425
-#: ei386moss.c:425 ei386nto.c:425 em32relf.c:425 em32relf_linux.c:425
-#: em32rlelf.c:425 em32rlelf_linux.c:425 em68hc11elf.c:725 em68hc11elfb.c:725
-#: em68hc12elf.c:725 em68hc12elfb.c:725 em68kelf.c:575 em68kelfnbsd.c:575
-#: em9s12zelf.c:425 emn10300.c:425 ends32belf.c:532 ends32belf16m.c:532
-#: ends32belf_linux.c:532 ends32elf.c:532 ends32elf16m.c:532
-#: ends32elf_linux.c:532 enios2elf.c:718 enios2linux.c:718 eppclynx.c:641
-#: epruelf.c:445 escore3_elf.c:445 escore7_elf.c:445 eshelf.c:425
-#: eshelf_fd.c:425 eshelf_linux.c:425 eshelf_nbsd.c:425 eshelf_nto.c:425
-#: eshelf_uclinux.c:425 eshelf_vxworks.c:454 eshlelf.c:425 eshlelf_fd.c:425
-#: eshlelf_linux.c:425 eshlelf_nbsd.c:425 eshlelf_nto.c:425
-#: eshlelf_vxworks.c:454 ev850.c:471 ev850_rh850.c:471
+#: earmnto.c:960 earmsymbian.c:960 eavr1.c:627 eavr2.c:627 eavr25.c:627
+#: eavr3.c:627 eavr31.c:627 eavr35.c:627 eavr4.c:627 eavr5.c:627 eavr51.c:627
+#: eavr6.c:627 eavrtiny.c:627 eavrxmega1.c:627 eavrxmega2.c:627
+#: eavrxmega3.c:627 eavrxmega4.c:627 eavrxmega5.c:627 eavrxmega6.c:627
+#: eavrxmega7.c:627 ecriself.c:424 ecrislinux.c:424 ecskyelf.c:688
+#: ecskyelf_linux.c:688 ed10velf.c:424 eelf32_sparc.c:424
+#: eelf32_sparc_sol2.c:555 eelf32_sparc_vxworks.c:453 eelf32_spu.c:958
+#: eelf32_tic6x_be.c:562 eelf32_tic6x_elf_be.c:562 eelf32_tic6x_elf_le.c:562
+#: eelf32_tic6x_le.c:562 eelf32_tic6x_linux_be.c:562
+#: eelf32_tic6x_linux_le.c:562 eelf32_x86_64.c:450 eelf32_x86_64_nacl.c:447
+#: eelf32am33lin.c:424 eelf32b4300.c:640 eelf32bfin.c:433 eelf32bfinfd.c:433
+#: eelf32bmip.c:640 eelf32bmipn32.c:658 eelf32bsmip.c:658 eelf32btsmip.c:640
+#: eelf32btsmip_fbsd.c:640 eelf32btsmipn32.c:640 eelf32btsmipn32_fbsd.c:640
+#: eelf32cr16.c:575 eelf32cr16c.c:424 eelf32crx.c:463 eelf32ebmip.c:640
+#: eelf32ebmipvxworks.c:669 eelf32elmip.c:640 eelf32elmipvxworks.c:669
+#: eelf32epiphany.c:424 eelf32epiphany_4x4.c:426 eelf32frvfd.c:424
+#: eelf32ip2k.c:424 eelf32l4300.c:640 eelf32lm32.c:424 eelf32lm32fd.c:424
+#: eelf32lmip.c:640 eelf32lppc.c:632 eelf32lppclinux.c:632 eelf32lppcnto.c:632
+#: eelf32lppcsim.c:632 eelf32lr5900.c:640 eelf32lr5900n32.c:640
+#: eelf32lriscv.c:489 eelf32lriscv_ilp32.c:489 eelf32lriscv_ilp32f.c:489
+#: eelf32lsmip.c:640 eelf32ltsmip.c:640 eelf32ltsmip_fbsd.c:640
+#: eelf32ltsmipn32.c:640 eelf32ltsmipn32_fbsd.c:640 eelf32m32c.c:435
+#: eelf32mb_linux.c:424 eelf32mbel_linux.c:424 eelf32mcore.c:424
+#: eelf32mep.c:424 eelf32metag.c:699 eelf32microblaze.c:424
+#: eelf32microblazeel.c:424 eelf32mipswindiss.c:640 eelf32or1k.c:424
+#: eelf32or1k_linux.c:424 eelf32ppc.c:632 eelf32ppc_fbsd.c:632
+#: eelf32ppclinux.c:632 eelf32ppcnto.c:632 eelf32ppcsim.c:632
+#: eelf32ppcvxworks.c:606 eelf32ppcwindiss.c:632 eelf32rl78.c:424
+#: eelf32rx.c:440 eelf32tilegx.c:424 eelf32tilegx_be.c:424 eelf32tilepro.c:424
+#: eelf32vax.c:424 eelf32visium.c:424 eelf32xc16x.c:424 eelf32xc16xl.c:424
+#: eelf32xc16xs.c:424 eelf32xstormy16.c:435 eelf32xtensa.c:2311
+#: eelf64_aix.c:424 eelf64_ia64.c:448 eelf64_ia64_fbsd.c:448 eelf64_s390.c:439
+#: eelf64_sparc.c:424 eelf64_sparc_fbsd.c:424 eelf64_sparc_sol2.c:555
+#: eelf64alpha.c:507 eelf64alpha_fbsd.c:507 eelf64alpha_nbsd.c:507
+#: eelf64bmip.c:658 eelf64bpf.c:424 eelf64btsmip.c:640 eelf64btsmip_fbsd.c:640
+#: eelf64hppa.c:424 eelf64lppc.c:1074 eelf64lriscv.c:489
+#: eelf64lriscv_lp64.c:489 eelf64lriscv_lp64f.c:489 eelf64ltsmip.c:640
+#: eelf64ltsmip_fbsd.c:640 eelf64mmix.c:535 eelf64ppc.c:1074
+#: eelf64ppc_fbsd.c:1074 eelf64rdos.c:438 eelf64tilegx.c:424
+#: eelf64tilegx_be.c:424 eelf_i386.c:450 eelf_i386_be.c:447
+#: eelf_i386_fbsd.c:447 eelf_i386_ldso.c:447 eelf_i386_nacl.c:447
+#: eelf_i386_sol2.c:578 eelf_i386_vxworks.c:476 eelf_iamcu.c:447
+#: eelf_k1om.c:450 eelf_k1om_fbsd.c:447 eelf_l1om.c:450 eelf_l1om_fbsd.c:447
+#: eelf_s390.c:424 eelf_x86_64.c:450 eelf_x86_64_cloudabi.c:447
+#: eelf_x86_64_fbsd.c:447 eelf_x86_64_nacl.c:447 eelf_x86_64_sol2.c:578
+#: eh8300elf.c:424 eh8300elf_linux.c:424 eh8300helf.c:424
+#: eh8300helf_linux.c:424 eh8300hnelf.c:424 eh8300self.c:424
+#: eh8300self_linux.c:424 eh8300snelf.c:424 eh8300sxelf.c:424
+#: eh8300sxelf_linux.c:424 eh8300sxnelf.c:424 ehppa64linux.c:424 ehppaelf.c:731
+#: ehppalinux.c:731 ehppanbsd.c:731 ehppaobsd.c:731 ei386lynx.c:438
+#: ei386moss.c:438 ei386nto.c:438 em32relf.c:424 em32relf_linux.c:424
+#: em32rlelf.c:424 em32rlelf_linux.c:424 em68hc11elf.c:724 em68hc11elfb.c:724
+#: em68hc12elf.c:724 em68hc12elfb.c:724 em68kelf.c:574 em68kelfnbsd.c:574
+#: emn10300.c:424 ends32belf.c:531 ends32belf16m.c:531 ends32belf_linux.c:531
+#: ends32elf.c:531 ends32elf16m.c:531 ends32elf_linux.c:531 enios2elf.c:717
+#: enios2linux.c:717 eppclynx.c:632 epruelf.c:444 escore3_elf.c:445
+#: escore7_elf.c:445 eshelf.c:424 eshelf_fd.c:424 eshelf_linux.c:424
+#: eshelf_nbsd.c:424 eshelf_nto.c:424 eshelf_uclinux.c:424 eshelf_vxworks.c:453
+#: eshlelf.c:424 eshlelf_fd.c:424 eshlelf_linux.c:424 eshlelf_nbsd.c:424
+#: eshlelf_nto.c:424 eshlelf_vxworks.c:453 ev850.c:470 ev850_rh850.c:470
msgid "%F%P: %pB: bfd_stat failed: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:746 eaarch64cloudabib.c:746 eaarch64elf.c:746
-#: eaarch64elf32.c:746 eaarch64elf32b.c:746 eaarch64elfb.c:746
-#: eaarch64fbsd.c:746 eaarch64fbsdb.c:746 eaarch64linux.c:746
-#: eaarch64linux32.c:746 eaarch64linux32b.c:746 eaarch64linuxb.c:746
-#: earcelf.c:431 earcelf_prof.c:431 earclinux.c:433 earclinux_nps.c:433
-#: earclinux_prof.c:433 earcv2elf.c:431 earcv2elfx.c:431 earmelf.c:966
+#: eaarch64cloudabi.c:753 eaarch64cloudabib.c:753 eaarch64elf.c:753
+#: eaarch64elf32.c:753 eaarch64elf32b.c:753 eaarch64elfb.c:753
+#: eaarch64fbsd.c:753 eaarch64fbsdb.c:753 eaarch64linux.c:753
+#: eaarch64linux32.c:753 eaarch64linux32b.c:753 eaarch64linuxb.c:753
+#: earcelf.c:430 earcelf_prof.c:430 earclinux.c:430 earclinux_nps.c:430
+#: earclinux_prof.c:430 earcv2elf.c:430 earcv2elfx.c:430 earmelf.c:966
#: earmelf_fbsd.c:966 earmelf_fuchsia.c:966 earmelf_linux.c:966
#: earmelf_linux_eabi.c:966 earmelf_linux_fdpiceabi.c:966 earmelf_nacl.c:966
#: earmelf_nbsd.c:966 earmelf_phoenix.c:966 earmelf_vxworks.c:996
#: earmelfb.c:966 earmelfb_fbsd.c:966 earmelfb_fuchsia.c:966
#: earmelfb_linux.c:966 earmelfb_linux_eabi.c:966
#: earmelfb_linux_fdpiceabi.c:966 earmelfb_nacl.c:966 earmelfb_nbsd.c:966
-#: earmnto.c:966 earmsymbian.c:966 eavr1.c:634 eavr2.c:634 eavr25.c:634
-#: eavr3.c:634 eavr31.c:634 eavr35.c:634 eavr4.c:634 eavr5.c:634 eavr51.c:634
-#: eavr6.c:634 eavrtiny.c:634 eavrxmega1.c:634 eavrxmega2.c:634
-#: eavrxmega3.c:634 eavrxmega4.c:634 eavrxmega5.c:634 eavrxmega6.c:634
-#: eavrxmega7.c:634 ecriself.c:431 ecrislinux.c:431 ecskyelf.c:688
-#: ecskyelf_linux.c:688 ed10velf.c:431 eelf32_sparc.c:431
-#: eelf32_sparc_sol2.c:562 eelf32_sparc_vxworks.c:460 eelf32_spu.c:1101
-#: eelf32_tic6x_be.c:569 eelf32_tic6x_elf_be.c:569 eelf32_tic6x_elf_le.c:569
-#: eelf32_tic6x_le.c:569 eelf32_tic6x_linux_be.c:569
-#: eelf32_tic6x_linux_le.c:569 eelf32_x86_64.c:434 eelf32_x86_64_nacl.c:431
-#: eelf32am33lin.c:431 eelf32b4300.c:658 eelf32bfin.c:440 eelf32bfinfd.c:440
-#: eelf32bmip.c:658 eelf32bmipn32.c:676 eelf32bsmip.c:676 eelf32btsmip.c:658
-#: eelf32btsmip_fbsd.c:658 eelf32btsmipn32.c:658 eelf32btsmipn32_fbsd.c:658
-#: eelf32cr16.c:582 eelf32cr16c.c:431 eelf32crx.c:470 eelf32ebmip.c:658
-#: eelf32ebmipvxworks.c:687 eelf32elmip.c:658 eelf32elmipvxworks.c:687
-#: eelf32epiphany.c:431 eelf32epiphany_4x4.c:433 eelf32frvfd.c:431
-#: eelf32ip2k.c:431 eelf32l4300.c:658 eelf32lm32.c:431 eelf32lm32fd.c:431
-#: eelf32lmip.c:658 eelf32lppc.c:647 eelf32lppclinux.c:647 eelf32lppcnto.c:647
-#: eelf32lppcsim.c:647 eelf32lr5900.c:658 eelf32lr5900n32.c:658
-#: eelf32lriscv.c:496 eelf32lriscv_ilp32.c:496 eelf32lriscv_ilp32f.c:496
-#: eelf32lsmip.c:658 eelf32ltsmip.c:658 eelf32ltsmip_fbsd.c:658
-#: eelf32ltsmipn32.c:658 eelf32ltsmipn32_fbsd.c:658 eelf32m32c.c:442
-#: eelf32mb_linux.c:431 eelf32mbel_linux.c:431 eelf32mcore.c:431
-#: eelf32mep.c:431 eelf32metag.c:706 eelf32microblaze.c:431
-#: eelf32microblazeel.c:431 eelf32mipswindiss.c:658 eelf32or1k.c:431
-#: eelf32or1k_linux.c:431 eelf32ppc.c:647 eelf32ppc_fbsd.c:647
-#: eelf32ppclinux.c:647 eelf32ppcnto.c:647 eelf32ppcsim.c:647
-#: eelf32ppcvxworks.c:621 eelf32ppcwindiss.c:647 eelf32rl78.c:431
-#: eelf32rx.c:447 eelf32tilegx.c:431 eelf32tilegx_be.c:431 eelf32tilepro.c:431
-#: eelf32vax.c:431 eelf32visium.c:431 eelf32xc16x.c:431 eelf32xc16xl.c:431
-#: eelf32xc16xs.c:431 eelf32xstormy16.c:442 eelf32xtensa.c:2318
-#: eelf64_aix.c:431 eelf64_ia64.c:455 eelf64_ia64_fbsd.c:455 eelf64_s390.c:446
-#: eelf64_sparc.c:431 eelf64_sparc_fbsd.c:431 eelf64_sparc_sol2.c:562
-#: eelf64alpha.c:514 eelf64alpha_fbsd.c:514 eelf64alpha_nbsd.c:514
-#: eelf64bmip.c:676 eelf64btsmip.c:658 eelf64btsmip_fbsd.c:658 eelf64hppa.c:431
-#: eelf64lppc.c:1093 eelf64lriscv.c:496 eelf64lriscv_lp64.c:496
-#: eelf64lriscv_lp64f.c:496 eelf64ltsmip.c:658 eelf64ltsmip_fbsd.c:658
-#: eelf64mmix.c:542 eelf64ppc.c:1093 eelf64ppc_fbsd.c:1093 eelf64rdos.c:431
-#: eelf64tilegx.c:431 eelf64tilegx_be.c:431 eelf_i386.c:434 eelf_i386_be.c:431
-#: eelf_i386_chaos.c:431 eelf_i386_fbsd.c:431 eelf_i386_ldso.c:431
-#: eelf_i386_nacl.c:431 eelf_i386_sol2.c:562 eelf_i386_vxworks.c:460
-#: eelf_iamcu.c:431 eelf_k1om.c:434 eelf_k1om_fbsd.c:431 eelf_l1om.c:434
-#: eelf_l1om_fbsd.c:431 eelf_s390.c:431 eelf_x86_64.c:434
-#: eelf_x86_64_cloudabi.c:431 eelf_x86_64_fbsd.c:431 eelf_x86_64_nacl.c:431
-#: eelf_x86_64_sol2.c:562 eh8300elf.c:431 eh8300elf_linux.c:431
-#: eh8300helf.c:431 eh8300helf_linux.c:431 eh8300hnelf.c:431 eh8300self.c:431
-#: eh8300self_linux.c:431 eh8300snelf.c:431 eh8300sxelf.c:431
-#: eh8300sxelf_linux.c:431 eh8300sxnelf.c:431 ehppa64linux.c:431 ehppaelf.c:738
-#: ehppalinux.c:738 ehppanbsd.c:738 ehppaobsd.c:738 ei386lynx.c:431
-#: ei386moss.c:431 ei386nto.c:431 em32relf.c:431 em32relf_linux.c:431
-#: em32rlelf.c:431 em32rlelf_linux.c:431 em68hc11elf.c:731 em68hc11elfb.c:731
-#: em68hc12elf.c:731 em68hc12elfb.c:731 em68kelf.c:581 em68kelfnbsd.c:581
-#: em9s12zelf.c:431 emn10300.c:431 ends32belf.c:538 ends32belf16m.c:538
-#: ends32belf_linux.c:538 ends32elf.c:538 ends32elf16m.c:538
-#: ends32elf_linux.c:538 enios2elf.c:724 enios2linux.c:724 eppclynx.c:647
-#: epruelf.c:451 escore3_elf.c:451 escore7_elf.c:451 eshelf.c:431
-#: eshelf_fd.c:431 eshelf_linux.c:431 eshelf_nbsd.c:431 eshelf_nto.c:431
-#: eshelf_uclinux.c:431 eshelf_vxworks.c:460 eshlelf.c:431 eshlelf_fd.c:431
-#: eshlelf_linux.c:431 eshlelf_nbsd.c:431 eshlelf_nto.c:431
-#: eshlelf_vxworks.c:460 ev850.c:477 ev850_rh850.c:477
+#: earmnto.c:966 earmsymbian.c:966 eavr1.c:633 eavr2.c:633 eavr25.c:633
+#: eavr3.c:633 eavr31.c:633 eavr35.c:633 eavr4.c:633 eavr5.c:633 eavr51.c:633
+#: eavr6.c:633 eavrtiny.c:633 eavrxmega1.c:633 eavrxmega2.c:633
+#: eavrxmega3.c:633 eavrxmega4.c:633 eavrxmega5.c:633 eavrxmega6.c:633
+#: eavrxmega7.c:633 ecriself.c:430 ecrislinux.c:430 ecskyelf.c:694
+#: ecskyelf_linux.c:694 ed10velf.c:430 eelf32_sparc.c:430
+#: eelf32_sparc_sol2.c:561 eelf32_sparc_vxworks.c:459 eelf32_spu.c:964
+#: eelf32_tic6x_be.c:568 eelf32_tic6x_elf_be.c:568 eelf32_tic6x_elf_le.c:568
+#: eelf32_tic6x_le.c:568 eelf32_tic6x_linux_be.c:568
+#: eelf32_tic6x_linux_le.c:568 eelf32_x86_64.c:456 eelf32_x86_64_nacl.c:453
+#: eelf32am33lin.c:430 eelf32b4300.c:646 eelf32bfin.c:439 eelf32bfinfd.c:439
+#: eelf32bmip.c:646 eelf32bmipn32.c:664 eelf32bsmip.c:664 eelf32btsmip.c:646
+#: eelf32btsmip_fbsd.c:646 eelf32btsmipn32.c:646 eelf32btsmipn32_fbsd.c:646
+#: eelf32cr16.c:581 eelf32cr16c.c:430 eelf32crx.c:469 eelf32ebmip.c:646
+#: eelf32ebmipvxworks.c:675 eelf32elmip.c:646 eelf32elmipvxworks.c:675
+#: eelf32epiphany.c:430 eelf32epiphany_4x4.c:432 eelf32frvfd.c:430
+#: eelf32ip2k.c:430 eelf32l4300.c:646 eelf32lm32.c:430 eelf32lm32fd.c:430
+#: eelf32lmip.c:646 eelf32lppc.c:638 eelf32lppclinux.c:638 eelf32lppcnto.c:638
+#: eelf32lppcsim.c:638 eelf32lr5900.c:646 eelf32lr5900n32.c:646
+#: eelf32lriscv.c:495 eelf32lriscv_ilp32.c:495 eelf32lriscv_ilp32f.c:495
+#: eelf32lsmip.c:646 eelf32ltsmip.c:646 eelf32ltsmip_fbsd.c:646
+#: eelf32ltsmipn32.c:646 eelf32ltsmipn32_fbsd.c:646 eelf32m32c.c:441
+#: eelf32mb_linux.c:430 eelf32mbel_linux.c:430 eelf32mcore.c:430
+#: eelf32mep.c:430 eelf32metag.c:705 eelf32microblaze.c:430
+#: eelf32microblazeel.c:430 eelf32mipswindiss.c:646 eelf32or1k.c:430
+#: eelf32or1k_linux.c:430 eelf32ppc.c:638 eelf32ppc_fbsd.c:638
+#: eelf32ppclinux.c:638 eelf32ppcnto.c:638 eelf32ppcsim.c:638
+#: eelf32ppcvxworks.c:612 eelf32ppcwindiss.c:638 eelf32rl78.c:430
+#: eelf32rx.c:446 eelf32tilegx.c:430 eelf32tilegx_be.c:430 eelf32tilepro.c:430
+#: eelf32vax.c:430 eelf32visium.c:430 eelf32xc16x.c:430 eelf32xc16xl.c:430
+#: eelf32xc16xs.c:430 eelf32xstormy16.c:441 eelf32xtensa.c:2317
+#: eelf64_aix.c:430 eelf64_ia64.c:454 eelf64_ia64_fbsd.c:454 eelf64_s390.c:445
+#: eelf64_sparc.c:430 eelf64_sparc_fbsd.c:430 eelf64_sparc_sol2.c:561
+#: eelf64alpha.c:513 eelf64alpha_fbsd.c:513 eelf64alpha_nbsd.c:513
+#: eelf64bmip.c:664 eelf64bpf.c:430 eelf64btsmip.c:646 eelf64btsmip_fbsd.c:646
+#: eelf64hppa.c:430 eelf64lppc.c:1080 eelf64lriscv.c:495
+#: eelf64lriscv_lp64.c:495 eelf64lriscv_lp64f.c:495 eelf64ltsmip.c:646
+#: eelf64ltsmip_fbsd.c:646 eelf64mmix.c:541 eelf64ppc.c:1080
+#: eelf64ppc_fbsd.c:1080 eelf64rdos.c:444 eelf64tilegx.c:430
+#: eelf64tilegx_be.c:430 eelf_i386.c:456 eelf_i386_be.c:453
+#: eelf_i386_fbsd.c:453 eelf_i386_ldso.c:453 eelf_i386_nacl.c:453
+#: eelf_i386_sol2.c:584 eelf_i386_vxworks.c:482 eelf_iamcu.c:453
+#: eelf_k1om.c:456 eelf_k1om_fbsd.c:453 eelf_l1om.c:456 eelf_l1om_fbsd.c:453
+#: eelf_s390.c:430 eelf_x86_64.c:456 eelf_x86_64_cloudabi.c:453
+#: eelf_x86_64_fbsd.c:453 eelf_x86_64_nacl.c:453 eelf_x86_64_sol2.c:584
+#: eh8300elf.c:430 eh8300elf_linux.c:430 eh8300helf.c:430
+#: eh8300helf_linux.c:430 eh8300hnelf.c:430 eh8300self.c:430
+#: eh8300self_linux.c:430 eh8300snelf.c:430 eh8300sxelf.c:430
+#: eh8300sxelf_linux.c:430 eh8300sxnelf.c:430 ehppa64linux.c:430 ehppaelf.c:737
+#: ehppalinux.c:737 ehppanbsd.c:737 ehppaobsd.c:737 ei386lynx.c:444
+#: ei386moss.c:444 ei386nto.c:444 em32relf.c:430 em32relf_linux.c:430
+#: em32rlelf.c:430 em32rlelf_linux.c:430 em68hc11elf.c:730 em68hc11elfb.c:730
+#: em68hc12elf.c:730 em68hc12elfb.c:730 em68kelf.c:580 em68kelfnbsd.c:580
+#: emn10300.c:430 ends32belf.c:537 ends32belf16m.c:537 ends32belf_linux.c:537
+#: ends32elf.c:537 ends32elf16m.c:537 ends32elf_linux.c:537 enios2elf.c:723
+#: enios2linux.c:723 eppclynx.c:638 epruelf.c:450 escore3_elf.c:451
+#: escore7_elf.c:451 eshelf.c:430 eshelf_fd.c:430 eshelf_linux.c:430
+#: eshelf_nbsd.c:430 eshelf_nto.c:430 eshelf_uclinux.c:430 eshelf_vxworks.c:459
+#: eshlelf.c:430 eshlelf_fd.c:430 eshlelf_linux.c:430 eshlelf_nbsd.c:430
+#: eshlelf_nto.c:430 eshlelf_vxworks.c:459 ev850.c:476 ev850_rh850.c:476
#, c-format
msgid "found %s at %s\n"
msgstr ""
@@ -3405,164 +3432,164 @@ msgstr ""
#. We only issue an "unrecognised" message in verbose mode
#. as the $<foo> token might be a legitimate component of
#. a path name in the target's file system.
-#: eaarch64cloudabi.c:967 eaarch64cloudabib.c:967 eaarch64elf.c:967
-#: eaarch64elf32.c:967 eaarch64elf32b.c:967 eaarch64elfb.c:967
-#: eaarch64fbsd.c:967 eaarch64fbsdb.c:967 eaarch64linux.c:967
-#: eaarch64linux32.c:967 eaarch64linux32b.c:967 eaarch64linuxb.c:967
-#: earcelf.c:652 earcelf_prof.c:652 earclinux.c:654 earclinux_nps.c:654
-#: earclinux_prof.c:654 earcv2elf.c:652 earcv2elfx.c:652 earmelf.c:1187
+#: eaarch64cloudabi.c:974 eaarch64cloudabib.c:974 eaarch64elf.c:974
+#: eaarch64elf32.c:974 eaarch64elf32b.c:974 eaarch64elfb.c:974
+#: eaarch64fbsd.c:974 eaarch64fbsdb.c:974 eaarch64linux.c:974
+#: eaarch64linux32.c:974 eaarch64linux32b.c:974 eaarch64linuxb.c:974
+#: earcelf.c:651 earcelf_prof.c:651 earclinux.c:651 earclinux_nps.c:651
+#: earclinux_prof.c:651 earcv2elf.c:651 earcv2elfx.c:651 earmelf.c:1187
#: earmelf_fbsd.c:1187 earmelf_fuchsia.c:1187 earmelf_linux.c:1187
#: earmelf_linux_eabi.c:1187 earmelf_linux_fdpiceabi.c:1187 earmelf_nacl.c:1187
#: earmelf_nbsd.c:1187 earmelf_phoenix.c:1187 earmelf_vxworks.c:1217
#: earmelfb.c:1187 earmelfb_fbsd.c:1187 earmelfb_fuchsia.c:1187
#: earmelfb_linux.c:1187 earmelfb_linux_eabi.c:1187
#: earmelfb_linux_fdpiceabi.c:1187 earmelfb_nacl.c:1187 earmelfb_nbsd.c:1187
-#: earmnto.c:1187 earmsymbian.c:1187 eavr1.c:855 eavr2.c:855 eavr25.c:855
-#: eavr3.c:855 eavr31.c:855 eavr35.c:855 eavr4.c:855 eavr5.c:855 eavr51.c:855
-#: eavr6.c:855 eavrtiny.c:855 eavrxmega1.c:855 eavrxmega2.c:855
-#: eavrxmega3.c:855 eavrxmega4.c:855 eavrxmega5.c:855 eavrxmega6.c:855
-#: eavrxmega7.c:855 ecriself.c:652 ecrislinux.c:652 ecskyelf.c:909
-#: ecskyelf_linux.c:909 ed10velf.c:652 eelf32_sparc.c:652
-#: eelf32_sparc_sol2.c:783 eelf32_sparc_vxworks.c:681 eelf32_spu.c:1322
-#: eelf32_tic6x_be.c:790 eelf32_tic6x_elf_be.c:790 eelf32_tic6x_elf_le.c:790
-#: eelf32_tic6x_le.c:790 eelf32_tic6x_linux_be.c:790
-#: eelf32_tic6x_linux_le.c:790 eelf32_x86_64.c:655 eelf32_x86_64_nacl.c:652
-#: eelf32am33lin.c:652 eelf32b4300.c:879 eelf32bfin.c:661 eelf32bfinfd.c:661
-#: eelf32bmip.c:879 eelf32bmipn32.c:897 eelf32bsmip.c:897 eelf32btsmip.c:879
-#: eelf32btsmip_fbsd.c:879 eelf32btsmipn32.c:879 eelf32btsmipn32_fbsd.c:879
-#: eelf32cr16.c:803 eelf32cr16c.c:652 eelf32crx.c:691 eelf32ebmip.c:879
-#: eelf32ebmipvxworks.c:908 eelf32elmip.c:879 eelf32elmipvxworks.c:908
-#: eelf32epiphany.c:652 eelf32epiphany_4x4.c:654 eelf32frvfd.c:652
-#: eelf32ip2k.c:652 eelf32l4300.c:879 eelf32lm32.c:652 eelf32lm32fd.c:652
-#: eelf32lmip.c:879 eelf32lppc.c:868 eelf32lppclinux.c:868 eelf32lppcnto.c:868
-#: eelf32lppcsim.c:868 eelf32lr5900.c:879 eelf32lr5900n32.c:879
-#: eelf32lriscv.c:717 eelf32lriscv_ilp32.c:717 eelf32lriscv_ilp32f.c:717
-#: eelf32lsmip.c:879 eelf32ltsmip.c:879 eelf32ltsmip_fbsd.c:879
-#: eelf32ltsmipn32.c:879 eelf32ltsmipn32_fbsd.c:879 eelf32m32c.c:663
-#: eelf32mb_linux.c:652 eelf32mbel_linux.c:652 eelf32mcore.c:652
-#: eelf32mep.c:652 eelf32metag.c:927 eelf32microblaze.c:652
-#: eelf32microblazeel.c:652 eelf32mipswindiss.c:879 eelf32or1k.c:652
-#: eelf32or1k_linux.c:652 eelf32ppc.c:868 eelf32ppc_fbsd.c:868
-#: eelf32ppclinux.c:868 eelf32ppcnto.c:868 eelf32ppcsim.c:868
-#: eelf32ppcvxworks.c:842 eelf32ppcwindiss.c:868 eelf32rl78.c:652
-#: eelf32rx.c:668 eelf32tilegx.c:652 eelf32tilegx_be.c:652 eelf32tilepro.c:652
-#: eelf32vax.c:652 eelf32visium.c:652 eelf32xc16x.c:652 eelf32xc16xl.c:652
-#: eelf32xc16xs.c:652 eelf32xstormy16.c:663 eelf32xtensa.c:2539
-#: eelf64_aix.c:652 eelf64_ia64.c:676 eelf64_ia64_fbsd.c:676 eelf64_s390.c:667
-#: eelf64_sparc.c:652 eelf64_sparc_fbsd.c:652 eelf64_sparc_sol2.c:783
-#: eelf64alpha.c:735 eelf64alpha_fbsd.c:735 eelf64alpha_nbsd.c:735
-#: eelf64bmip.c:897 eelf64btsmip.c:879 eelf64btsmip_fbsd.c:879 eelf64hppa.c:652
-#: eelf64lppc.c:1314 eelf64lriscv.c:717 eelf64lriscv_lp64.c:717
-#: eelf64lriscv_lp64f.c:717 eelf64ltsmip.c:879 eelf64ltsmip_fbsd.c:879
-#: eelf64mmix.c:763 eelf64ppc.c:1314 eelf64ppc_fbsd.c:1314 eelf64rdos.c:652
-#: eelf64tilegx.c:652 eelf64tilegx_be.c:652 eelf_i386.c:655 eelf_i386_be.c:652
-#: eelf_i386_chaos.c:652 eelf_i386_fbsd.c:652 eelf_i386_ldso.c:652
-#: eelf_i386_nacl.c:652 eelf_i386_sol2.c:783 eelf_i386_vxworks.c:681
-#: eelf_iamcu.c:652 eelf_k1om.c:655 eelf_k1om_fbsd.c:652 eelf_l1om.c:655
-#: eelf_l1om_fbsd.c:652 eelf_s390.c:652 eelf_x86_64.c:655
-#: eelf_x86_64_cloudabi.c:652 eelf_x86_64_fbsd.c:652 eelf_x86_64_nacl.c:652
-#: eelf_x86_64_sol2.c:783 eh8300elf.c:652 eh8300elf_linux.c:652
-#: eh8300helf.c:652 eh8300helf_linux.c:652 eh8300hnelf.c:652 eh8300self.c:652
-#: eh8300self_linux.c:652 eh8300snelf.c:652 eh8300sxelf.c:652
-#: eh8300sxelf_linux.c:652 eh8300sxnelf.c:652 ehppa64linux.c:652 ehppaelf.c:959
-#: ehppalinux.c:959 ehppanbsd.c:959 ehppaobsd.c:959 ei386lynx.c:652
-#: ei386moss.c:652 ei386nto.c:652 em32relf.c:652 em32relf_linux.c:652
-#: em32rlelf.c:652 em32rlelf_linux.c:652 em68hc11elf.c:952 em68hc11elfb.c:952
-#: em68hc12elf.c:952 em68hc12elfb.c:952 em68kelf.c:802 em68kelfnbsd.c:802
-#: em9s12zelf.c:652 emn10300.c:652 ends32belf.c:759 ends32belf16m.c:759
-#: ends32belf_linux.c:759 ends32elf.c:759 ends32elf16m.c:759
-#: ends32elf_linux.c:759 enios2elf.c:945 enios2linux.c:945 eppclynx.c:868
-#: epruelf.c:672 escore3_elf.c:672 escore7_elf.c:672 eshelf.c:652
-#: eshelf_fd.c:652 eshelf_linux.c:652 eshelf_nbsd.c:652 eshelf_nto.c:652
-#: eshelf_uclinux.c:652 eshelf_vxworks.c:681 eshlelf.c:652 eshlelf_fd.c:652
-#: eshlelf_linux.c:652 eshlelf_nbsd.c:652 eshlelf_nto.c:652
-#: eshlelf_vxworks.c:681 ev850.c:698 ev850_rh850.c:698
+#: earmnto.c:1187 earmsymbian.c:1187 eavr1.c:854 eavr2.c:854 eavr25.c:854
+#: eavr3.c:854 eavr31.c:854 eavr35.c:854 eavr4.c:854 eavr5.c:854 eavr51.c:854
+#: eavr6.c:854 eavrtiny.c:854 eavrxmega1.c:854 eavrxmega2.c:854
+#: eavrxmega3.c:854 eavrxmega4.c:854 eavrxmega5.c:854 eavrxmega6.c:854
+#: eavrxmega7.c:854 ecriself.c:651 ecrislinux.c:651 ecskyelf.c:915
+#: ecskyelf_linux.c:915 ed10velf.c:651 eelf32_sparc.c:651
+#: eelf32_sparc_sol2.c:782 eelf32_sparc_vxworks.c:680 eelf32_spu.c:1185
+#: eelf32_tic6x_be.c:789 eelf32_tic6x_elf_be.c:789 eelf32_tic6x_elf_le.c:789
+#: eelf32_tic6x_le.c:789 eelf32_tic6x_linux_be.c:789
+#: eelf32_tic6x_linux_le.c:789 eelf32_x86_64.c:677 eelf32_x86_64_nacl.c:674
+#: eelf32am33lin.c:651 eelf32b4300.c:867 eelf32bfin.c:660 eelf32bfinfd.c:660
+#: eelf32bmip.c:867 eelf32bmipn32.c:885 eelf32bsmip.c:885 eelf32btsmip.c:867
+#: eelf32btsmip_fbsd.c:867 eelf32btsmipn32.c:867 eelf32btsmipn32_fbsd.c:867
+#: eelf32cr16.c:802 eelf32cr16c.c:651 eelf32crx.c:690 eelf32ebmip.c:867
+#: eelf32ebmipvxworks.c:896 eelf32elmip.c:867 eelf32elmipvxworks.c:896
+#: eelf32epiphany.c:651 eelf32epiphany_4x4.c:653 eelf32frvfd.c:651
+#: eelf32ip2k.c:651 eelf32l4300.c:867 eelf32lm32.c:651 eelf32lm32fd.c:651
+#: eelf32lmip.c:867 eelf32lppc.c:859 eelf32lppclinux.c:859 eelf32lppcnto.c:859
+#: eelf32lppcsim.c:859 eelf32lr5900.c:867 eelf32lr5900n32.c:867
+#: eelf32lriscv.c:716 eelf32lriscv_ilp32.c:716 eelf32lriscv_ilp32f.c:716
+#: eelf32lsmip.c:867 eelf32ltsmip.c:867 eelf32ltsmip_fbsd.c:867
+#: eelf32ltsmipn32.c:867 eelf32ltsmipn32_fbsd.c:867 eelf32m32c.c:662
+#: eelf32mb_linux.c:651 eelf32mbel_linux.c:651 eelf32mcore.c:651
+#: eelf32mep.c:651 eelf32metag.c:926 eelf32microblaze.c:651
+#: eelf32microblazeel.c:651 eelf32mipswindiss.c:867 eelf32or1k.c:651
+#: eelf32or1k_linux.c:651 eelf32ppc.c:859 eelf32ppc_fbsd.c:859
+#: eelf32ppclinux.c:859 eelf32ppcnto.c:859 eelf32ppcsim.c:859
+#: eelf32ppcvxworks.c:833 eelf32ppcwindiss.c:859 eelf32rl78.c:651
+#: eelf32rx.c:667 eelf32tilegx.c:651 eelf32tilegx_be.c:651 eelf32tilepro.c:651
+#: eelf32vax.c:651 eelf32visium.c:651 eelf32xc16x.c:651 eelf32xc16xl.c:651
+#: eelf32xc16xs.c:651 eelf32xstormy16.c:662 eelf32xtensa.c:2538
+#: eelf64_aix.c:651 eelf64_ia64.c:675 eelf64_ia64_fbsd.c:675 eelf64_s390.c:666
+#: eelf64_sparc.c:651 eelf64_sparc_fbsd.c:651 eelf64_sparc_sol2.c:782
+#: eelf64alpha.c:734 eelf64alpha_fbsd.c:734 eelf64alpha_nbsd.c:734
+#: eelf64bmip.c:885 eelf64bpf.c:651 eelf64btsmip.c:867 eelf64btsmip_fbsd.c:867
+#: eelf64hppa.c:651 eelf64lppc.c:1301 eelf64lriscv.c:716
+#: eelf64lriscv_lp64.c:716 eelf64lriscv_lp64f.c:716 eelf64ltsmip.c:867
+#: eelf64ltsmip_fbsd.c:867 eelf64mmix.c:762 eelf64ppc.c:1301
+#: eelf64ppc_fbsd.c:1301 eelf64rdos.c:665 eelf64tilegx.c:651
+#: eelf64tilegx_be.c:651 eelf_i386.c:677 eelf_i386_be.c:674
+#: eelf_i386_fbsd.c:674 eelf_i386_ldso.c:674 eelf_i386_nacl.c:674
+#: eelf_i386_sol2.c:805 eelf_i386_vxworks.c:703 eelf_iamcu.c:674
+#: eelf_k1om.c:677 eelf_k1om_fbsd.c:674 eelf_l1om.c:677 eelf_l1om_fbsd.c:674
+#: eelf_s390.c:651 eelf_x86_64.c:677 eelf_x86_64_cloudabi.c:674
+#: eelf_x86_64_fbsd.c:674 eelf_x86_64_nacl.c:674 eelf_x86_64_sol2.c:805
+#: eh8300elf.c:651 eh8300elf_linux.c:651 eh8300helf.c:651
+#: eh8300helf_linux.c:651 eh8300hnelf.c:651 eh8300self.c:651
+#: eh8300self_linux.c:651 eh8300snelf.c:651 eh8300sxelf.c:651
+#: eh8300sxelf_linux.c:651 eh8300sxnelf.c:651 ehppa64linux.c:651 ehppaelf.c:958
+#: ehppalinux.c:958 ehppanbsd.c:958 ehppaobsd.c:958 ei386lynx.c:665
+#: ei386moss.c:665 ei386nto.c:665 em32relf.c:651 em32relf_linux.c:651
+#: em32rlelf.c:651 em32rlelf_linux.c:651 em68hc11elf.c:951 em68hc11elfb.c:951
+#: em68hc12elf.c:951 em68hc12elfb.c:951 em68kelf.c:801 em68kelfnbsd.c:801
+#: emn10300.c:651 ends32belf.c:758 ends32belf16m.c:758 ends32belf_linux.c:758
+#: ends32elf.c:758 ends32elf16m.c:758 ends32elf_linux.c:758 enios2elf.c:944
+#: enios2linux.c:944 eppclynx.c:859 epruelf.c:671 escore3_elf.c:672
+#: escore7_elf.c:672 eshelf.c:651 eshelf_fd.c:651 eshelf_linux.c:651
+#: eshelf_nbsd.c:651 eshelf_nto.c:651 eshelf_uclinux.c:651 eshelf_vxworks.c:680
+#: eshlelf.c:651 eshlelf_fd.c:651 eshlelf_linux.c:651 eshlelf_nbsd.c:651
+#: eshlelf_nto.c:651 eshlelf_vxworks.c:680 ev850.c:697 ev850_rh850.c:697
#, c-format
msgid "unrecognised or unsupported token '%s' in search path\n"
msgstr ""
-#: eaarch64cloudabi.c:1081 eaarch64cloudabib.c:1081 eaarch64elf.c:1081
-#: eaarch64elf32.c:1081 eaarch64elf32b.c:1081 eaarch64elfb.c:1081
-#: eaarch64fbsd.c:1081 eaarch64fbsdb.c:1081 eaarch64linux.c:1081
-#: eaarch64linux32.c:1081 eaarch64linux32b.c:1081 eaarch64linuxb.c:1081
-#: earcelf.c:766 earcelf_prof.c:766 earclinux.c:768 earclinux_nps.c:768
-#: earclinux_prof.c:768 earcv2elf.c:766 earcv2elfx.c:766 earmelf.c:1301
+#: eaarch64cloudabi.c:1088 eaarch64cloudabib.c:1088 eaarch64elf.c:1088
+#: eaarch64elf32.c:1088 eaarch64elf32b.c:1088 eaarch64elfb.c:1088
+#: eaarch64fbsd.c:1088 eaarch64fbsdb.c:1088 eaarch64linux.c:1088
+#: eaarch64linux32.c:1088 eaarch64linux32b.c:1088 eaarch64linuxb.c:1088
+#: earcelf.c:765 earcelf_prof.c:765 earclinux.c:765 earclinux_nps.c:765
+#: earclinux_prof.c:765 earcv2elf.c:765 earcv2elfx.c:765 earmelf.c:1301
#: earmelf_fbsd.c:1301 earmelf_fuchsia.c:1301 earmelf_linux.c:1301
#: earmelf_linux_eabi.c:1301 earmelf_linux_fdpiceabi.c:1301 earmelf_nacl.c:1301
#: earmelf_nbsd.c:1301 earmelf_phoenix.c:1301 earmelf_vxworks.c:1331
#: earmelfb.c:1301 earmelfb_fbsd.c:1301 earmelfb_fuchsia.c:1301
#: earmelfb_linux.c:1301 earmelfb_linux_eabi.c:1301
#: earmelfb_linux_fdpiceabi.c:1301 earmelfb_nacl.c:1301 earmelfb_nbsd.c:1301
-#: earmnto.c:1301 earmsymbian.c:1301 eavr1.c:969 eavr2.c:969 eavr25.c:969
-#: eavr3.c:969 eavr31.c:969 eavr35.c:969 eavr4.c:969 eavr5.c:969 eavr51.c:969
-#: eavr6.c:969 eavrtiny.c:969 eavrxmega1.c:969 eavrxmega2.c:969
-#: eavrxmega3.c:969 eavrxmega4.c:969 eavrxmega5.c:969 eavrxmega6.c:969
-#: eavrxmega7.c:969 ecriself.c:766 ecrislinux.c:766 ecskyelf.c:1023
-#: ecskyelf_linux.c:1023 ed10velf.c:766 eelf32_sparc.c:766
-#: eelf32_sparc_sol2.c:897 eelf32_sparc_vxworks.c:795 eelf32_spu.c:1436
-#: eelf32_tic6x_be.c:904 eelf32_tic6x_elf_be.c:904 eelf32_tic6x_elf_le.c:904
-#: eelf32_tic6x_le.c:904 eelf32_tic6x_linux_be.c:904
-#: eelf32_tic6x_linux_le.c:904 eelf32_x86_64.c:1058 eelf32_x86_64_nacl.c:766
-#: eelf32am33lin.c:766 eelf32b4300.c:993 eelf32bfin.c:775 eelf32bfinfd.c:775
-#: eelf32bmip.c:993 eelf32bmipn32.c:1011 eelf32bsmip.c:1011 eelf32btsmip.c:993
-#: eelf32btsmip_fbsd.c:993 eelf32btsmipn32.c:993 eelf32btsmipn32_fbsd.c:993
-#: eelf32cr16.c:917 eelf32cr16c.c:766 eelf32crx.c:805 eelf32ebmip.c:993
-#: eelf32ebmipvxworks.c:1022 eelf32elmip.c:993 eelf32elmipvxworks.c:1022
-#: eelf32epiphany.c:766 eelf32epiphany_4x4.c:768 eelf32frvfd.c:766
-#: eelf32ip2k.c:766 eelf32l4300.c:993 eelf32lm32.c:766 eelf32lm32fd.c:766
-#: eelf32lmip.c:993 eelf32lppc.c:982 eelf32lppclinux.c:982 eelf32lppcnto.c:982
-#: eelf32lppcsim.c:982 eelf32lr5900.c:993 eelf32lr5900n32.c:993
-#: eelf32lriscv.c:831 eelf32lriscv_ilp32.c:831 eelf32lriscv_ilp32f.c:831
-#: eelf32lsmip.c:993 eelf32ltsmip.c:993 eelf32ltsmip_fbsd.c:993
-#: eelf32ltsmipn32.c:993 eelf32ltsmipn32_fbsd.c:993 eelf32m32c.c:777
-#: eelf32mb_linux.c:766 eelf32mbel_linux.c:766 eelf32mcore.c:766
-#: eelf32mep.c:766 eelf32metag.c:1041 eelf32microblaze.c:766
-#: eelf32microblazeel.c:766 eelf32mipswindiss.c:993 eelf32or1k.c:766
-#: eelf32or1k_linux.c:766 eelf32ppc.c:982 eelf32ppc_fbsd.c:982
-#: eelf32ppclinux.c:982 eelf32ppcnto.c:982 eelf32ppcsim.c:982
-#: eelf32ppcvxworks.c:956 eelf32ppcwindiss.c:982 eelf32rl78.c:766
-#: eelf32rx.c:782 eelf32tilegx.c:766 eelf32tilegx_be.c:766 eelf32tilepro.c:766
-#: eelf32vax.c:766 eelf32visium.c:766 eelf32xc16x.c:766 eelf32xc16xl.c:766
-#: eelf32xc16xs.c:766 eelf32xstormy16.c:777 eelf32xtensa.c:2653
-#: eelf64_aix.c:766 eelf64_ia64.c:790 eelf64_ia64_fbsd.c:790 eelf64_s390.c:781
-#: eelf64_sparc.c:766 eelf64_sparc_fbsd.c:766 eelf64_sparc_sol2.c:897
-#: eelf64alpha.c:849 eelf64alpha_fbsd.c:849 eelf64alpha_nbsd.c:849
-#: eelf64bmip.c:1011 eelf64btsmip.c:993 eelf64btsmip_fbsd.c:993
-#: eelf64hppa.c:766 eelf64lppc.c:1428 eelf64lriscv.c:831
-#: eelf64lriscv_lp64.c:831 eelf64lriscv_lp64f.c:831 eelf64ltsmip.c:993
-#: eelf64ltsmip_fbsd.c:993 eelf64mmix.c:877 eelf64ppc.c:1428
-#: eelf64ppc_fbsd.c:1428 eelf64rdos.c:766 eelf64tilegx.c:766
-#: eelf64tilegx_be.c:766 eelf_i386.c:1058 eelf_i386_be.c:766
-#: eelf_i386_chaos.c:766 eelf_i386_fbsd.c:766 eelf_i386_ldso.c:766
-#: eelf_i386_nacl.c:766 eelf_i386_sol2.c:897 eelf_i386_vxworks.c:795
-#: eelf_iamcu.c:766 eelf_k1om.c:1058 eelf_k1om_fbsd.c:766 eelf_l1om.c:1058
-#: eelf_l1om_fbsd.c:766 eelf_s390.c:766 eelf_x86_64.c:1058
-#: eelf_x86_64_cloudabi.c:766 eelf_x86_64_fbsd.c:766 eelf_x86_64_nacl.c:766
-#: eelf_x86_64_sol2.c:897 eh8300elf.c:766 eh8300elf_linux.c:766
-#: eh8300helf.c:766 eh8300helf_linux.c:766 eh8300hnelf.c:766 eh8300self.c:766
-#: eh8300self_linux.c:766 eh8300snelf.c:766 eh8300sxelf.c:766
-#: eh8300sxelf_linux.c:766 eh8300sxnelf.c:766 ehppa64linux.c:766
-#: ehppaelf.c:1073 ehppalinux.c:1073 ehppanbsd.c:1073 ehppaobsd.c:1073
-#: ei386lynx.c:766 ei386moss.c:766 ei386nto.c:766 em32relf.c:766
-#: em32relf_linux.c:766 em32rlelf.c:766 em32rlelf_linux.c:766
-#: em68hc11elf.c:1066 em68hc11elfb.c:1066 em68hc12elf.c:1066
-#: em68hc12elfb.c:1066 em68kelf.c:916 em68kelfnbsd.c:916 em9s12zelf.c:766
-#: emn10300.c:766 ends32belf.c:873 ends32belf16m.c:873 ends32belf_linux.c:873
-#: ends32elf.c:873 ends32elf16m.c:873 ends32elf_linux.c:873 enios2elf.c:1059
-#: enios2linux.c:1059 eppclynx.c:982 epruelf.c:786 escore3_elf.c:786
-#: escore7_elf.c:786 eshelf.c:766 eshelf_fd.c:766 eshelf_linux.c:766
-#: eshelf_nbsd.c:766 eshelf_nto.c:766 eshelf_uclinux.c:766 eshelf_vxworks.c:795
-#: eshlelf.c:766 eshlelf_fd.c:766 eshlelf_linux.c:766 eshlelf_nbsd.c:766
-#: eshlelf_nto.c:766 eshlelf_vxworks.c:795 ev850.c:812 ev850_rh850.c:812
+#: earmnto.c:1301 earmsymbian.c:1301 eavr1.c:968 eavr2.c:968 eavr25.c:968
+#: eavr3.c:968 eavr31.c:968 eavr35.c:968 eavr4.c:968 eavr5.c:968 eavr51.c:968
+#: eavr6.c:968 eavrtiny.c:968 eavrxmega1.c:968 eavrxmega2.c:968
+#: eavrxmega3.c:968 eavrxmega4.c:968 eavrxmega5.c:968 eavrxmega6.c:968
+#: eavrxmega7.c:968 ecriself.c:765 ecrislinux.c:765 ecskyelf.c:1029
+#: ecskyelf_linux.c:1029 ed10velf.c:765 eelf32_sparc.c:765
+#: eelf32_sparc_sol2.c:896 eelf32_sparc_vxworks.c:794 eelf32_spu.c:1299
+#: eelf32_tic6x_be.c:903 eelf32_tic6x_elf_be.c:903 eelf32_tic6x_elf_le.c:903
+#: eelf32_tic6x_le.c:903 eelf32_tic6x_linux_be.c:903
+#: eelf32_tic6x_linux_le.c:903 eelf32_x86_64.c:1080 eelf32_x86_64_nacl.c:788
+#: eelf32am33lin.c:765 eelf32b4300.c:981 eelf32bfin.c:774 eelf32bfinfd.c:774
+#: eelf32bmip.c:981 eelf32bmipn32.c:999 eelf32bsmip.c:999 eelf32btsmip.c:981
+#: eelf32btsmip_fbsd.c:981 eelf32btsmipn32.c:981 eelf32btsmipn32_fbsd.c:981
+#: eelf32cr16.c:916 eelf32cr16c.c:765 eelf32crx.c:804 eelf32ebmip.c:981
+#: eelf32ebmipvxworks.c:1010 eelf32elmip.c:981 eelf32elmipvxworks.c:1010
+#: eelf32epiphany.c:765 eelf32epiphany_4x4.c:767 eelf32frvfd.c:765
+#: eelf32ip2k.c:765 eelf32l4300.c:981 eelf32lm32.c:765 eelf32lm32fd.c:765
+#: eelf32lmip.c:981 eelf32lppc.c:973 eelf32lppclinux.c:973 eelf32lppcnto.c:973
+#: eelf32lppcsim.c:973 eelf32lr5900.c:981 eelf32lr5900n32.c:981
+#: eelf32lriscv.c:830 eelf32lriscv_ilp32.c:830 eelf32lriscv_ilp32f.c:830
+#: eelf32lsmip.c:981 eelf32ltsmip.c:981 eelf32ltsmip_fbsd.c:981
+#: eelf32ltsmipn32.c:981 eelf32ltsmipn32_fbsd.c:981 eelf32m32c.c:776
+#: eelf32mb_linux.c:765 eelf32mbel_linux.c:765 eelf32mcore.c:765
+#: eelf32mep.c:765 eelf32metag.c:1040 eelf32microblaze.c:765
+#: eelf32microblazeel.c:765 eelf32mipswindiss.c:981 eelf32or1k.c:765
+#: eelf32or1k_linux.c:765 eelf32ppc.c:973 eelf32ppc_fbsd.c:973
+#: eelf32ppclinux.c:973 eelf32ppcnto.c:973 eelf32ppcsim.c:973
+#: eelf32ppcvxworks.c:947 eelf32ppcwindiss.c:973 eelf32rl78.c:765
+#: eelf32rx.c:781 eelf32tilegx.c:765 eelf32tilegx_be.c:765 eelf32tilepro.c:765
+#: eelf32vax.c:765 eelf32visium.c:765 eelf32xc16x.c:765 eelf32xc16xl.c:765
+#: eelf32xc16xs.c:765 eelf32xstormy16.c:776 eelf32xtensa.c:2652
+#: eelf64_aix.c:765 eelf64_ia64.c:789 eelf64_ia64_fbsd.c:789 eelf64_s390.c:780
+#: eelf64_sparc.c:765 eelf64_sparc_fbsd.c:765 eelf64_sparc_sol2.c:896
+#: eelf64alpha.c:848 eelf64alpha_fbsd.c:848 eelf64alpha_nbsd.c:848
+#: eelf64bmip.c:999 eelf64bpf.c:765 eelf64btsmip.c:981 eelf64btsmip_fbsd.c:981
+#: eelf64hppa.c:765 eelf64lppc.c:1415 eelf64lriscv.c:830
+#: eelf64lriscv_lp64.c:830 eelf64lriscv_lp64f.c:830 eelf64ltsmip.c:981
+#: eelf64ltsmip_fbsd.c:981 eelf64mmix.c:876 eelf64ppc.c:1415
+#: eelf64ppc_fbsd.c:1415 eelf64rdos.c:779 eelf64tilegx.c:765
+#: eelf64tilegx_be.c:765 eelf_i386.c:1080 eelf_i386_be.c:788
+#: eelf_i386_fbsd.c:788 eelf_i386_ldso.c:788 eelf_i386_nacl.c:788
+#: eelf_i386_sol2.c:919 eelf_i386_vxworks.c:817 eelf_iamcu.c:788
+#: eelf_k1om.c:1080 eelf_k1om_fbsd.c:788 eelf_l1om.c:1080 eelf_l1om_fbsd.c:788
+#: eelf_s390.c:765 eelf_x86_64.c:1080 eelf_x86_64_cloudabi.c:788
+#: eelf_x86_64_fbsd.c:788 eelf_x86_64_nacl.c:788 eelf_x86_64_sol2.c:919
+#: eh8300elf.c:765 eh8300elf_linux.c:765 eh8300helf.c:765
+#: eh8300helf_linux.c:765 eh8300hnelf.c:765 eh8300self.c:765
+#: eh8300self_linux.c:765 eh8300snelf.c:765 eh8300sxelf.c:765
+#: eh8300sxelf_linux.c:765 eh8300sxnelf.c:765 ehppa64linux.c:765
+#: ehppaelf.c:1072 ehppalinux.c:1072 ehppanbsd.c:1072 ehppaobsd.c:1072
+#: ei386lynx.c:779 ei386moss.c:779 ei386nto.c:779 em32relf.c:765
+#: em32relf_linux.c:765 em32rlelf.c:765 em32rlelf_linux.c:765
+#: em68hc11elf.c:1065 em68hc11elfb.c:1065 em68hc12elf.c:1065
+#: em68hc12elfb.c:1065 em68kelf.c:915 em68kelfnbsd.c:915 emn10300.c:765
+#: ends32belf.c:872 ends32belf16m.c:872 ends32belf_linux.c:872 ends32elf.c:872
+#: ends32elf16m.c:872 ends32elf_linux.c:872 enios2elf.c:1058 enios2linux.c:1058
+#: eppclynx.c:973 epruelf.c:785 escore3_elf.c:786 escore7_elf.c:786
+#: eshelf.c:765 eshelf_fd.c:765 eshelf_linux.c:765 eshelf_nbsd.c:765
+#: eshelf_nto.c:765 eshelf_uclinux.c:765 eshelf_vxworks.c:794 eshlelf.c:765
+#: eshlelf_fd.c:765 eshlelf_linux.c:765 eshlelf_nbsd.c:765 eshlelf_nto.c:765
+#: eshlelf_vxworks.c:794 ev850.c:811 ev850_rh850.c:811
msgid "%P: warning: .note.gnu.build-id section discarded, --build-id ignored\n"
msgstr ""
-#: eaarch64cloudabi.c:1127 eaarch64cloudabib.c:1127 eaarch64elf.c:1127
-#: eaarch64elf32.c:1127 eaarch64elf32b.c:1127 eaarch64elfb.c:1127
-#: eaarch64fbsd.c:1127 eaarch64fbsdb.c:1127 eaarch64linux.c:1127
-#: eaarch64linux32.c:1127 eaarch64linux32b.c:1127 eaarch64linuxb.c:1127
-#: earcelf.c:812 earcelf_prof.c:812 earclinux.c:814 earclinux_nps.c:814
-#: earclinux_prof.c:814 earcv2elf.c:812 earcv2elfx.c:812 earm_wince_pe.c:1225
+#: eaarch64cloudabi.c:1134 eaarch64cloudabib.c:1134 eaarch64elf.c:1134
+#: eaarch64elf32.c:1134 eaarch64elf32b.c:1134 eaarch64elfb.c:1134
+#: eaarch64fbsd.c:1134 eaarch64fbsdb.c:1134 eaarch64linux.c:1134
+#: eaarch64linux32.c:1134 eaarch64linux32b.c:1134 eaarch64linuxb.c:1134
+#: earcelf.c:811 earcelf_prof.c:811 earclinux.c:811 earclinux_nps.c:811
+#: earclinux_prof.c:811 earcv2elf.c:811 earcv2elfx.c:811 earm_wince_pe.c:1225
#: earmelf.c:1347 earmelf_fbsd.c:1347 earmelf_fuchsia.c:1347
#: earmelf_linux.c:1347 earmelf_linux_eabi.c:1347
#: earmelf_linux_fdpiceabi.c:1347 earmelf_nacl.c:1347 earmelf_nbsd.c:1347
@@ -3570,719 +3597,716 @@ msgstr ""
#: earmelfb_fbsd.c:1347 earmelfb_fuchsia.c:1347 earmelfb_linux.c:1347
#: earmelfb_linux_eabi.c:1347 earmelfb_linux_fdpiceabi.c:1347
#: earmelfb_nacl.c:1347 earmelfb_nbsd.c:1347 earmnto.c:1347 earmpe.c:1225
-#: earmsymbian.c:1347 eavr1.c:1015 eavr2.c:1015 eavr25.c:1015 eavr3.c:1015
-#: eavr31.c:1015 eavr35.c:1015 eavr4.c:1015 eavr5.c:1015 eavr51.c:1015
-#: eavr6.c:1015 eavrtiny.c:1015 eavrxmega1.c:1015 eavrxmega2.c:1015
-#: eavrxmega3.c:1015 eavrxmega4.c:1015 eavrxmega5.c:1015 eavrxmega6.c:1015
-#: eavrxmega7.c:1015 ecriself.c:812 ecrislinux.c:812 ecskyelf.c:1069
-#: ecskyelf_linux.c:1069 ed10velf.c:812 eelf32_sparc.c:812
-#: eelf32_sparc_sol2.c:943 eelf32_sparc_vxworks.c:841 eelf32_spu.c:1482
-#: eelf32_tic6x_be.c:950 eelf32_tic6x_elf_be.c:950 eelf32_tic6x_elf_le.c:950
-#: eelf32_tic6x_le.c:950 eelf32_tic6x_linux_be.c:950
-#: eelf32_tic6x_linux_le.c:950 eelf32_x86_64.c:1104 eelf32_x86_64_nacl.c:812
-#: eelf32am33lin.c:812 eelf32b4300.c:1039 eelf32bfin.c:821 eelf32bfinfd.c:821
-#: eelf32bmip.c:1039 eelf32bmipn32.c:1057 eelf32bsmip.c:1057
-#: eelf32btsmip.c:1039 eelf32btsmip_fbsd.c:1039 eelf32btsmipn32.c:1039
-#: eelf32btsmipn32_fbsd.c:1039 eelf32cr16.c:963 eelf32cr16c.c:812
-#: eelf32crx.c:851 eelf32ebmip.c:1039 eelf32ebmipvxworks.c:1068
-#: eelf32elmip.c:1039 eelf32elmipvxworks.c:1068 eelf32epiphany.c:812
-#: eelf32epiphany_4x4.c:814 eelf32frvfd.c:812 eelf32ip2k.c:812
-#: eelf32l4300.c:1039 eelf32lm32.c:812 eelf32lm32fd.c:812 eelf32lmip.c:1039
-#: eelf32lppc.c:1028 eelf32lppclinux.c:1028 eelf32lppcnto.c:1028
-#: eelf32lppcsim.c:1028 eelf32lr5900.c:1039 eelf32lr5900n32.c:1039
-#: eelf32lriscv.c:877 eelf32lriscv_ilp32.c:877 eelf32lriscv_ilp32f.c:877
-#: eelf32lsmip.c:1039 eelf32ltsmip.c:1039 eelf32ltsmip_fbsd.c:1039
-#: eelf32ltsmipn32.c:1039 eelf32ltsmipn32_fbsd.c:1039 eelf32m32c.c:823
-#: eelf32mb_linux.c:812 eelf32mbel_linux.c:812 eelf32mcore.c:812
-#: eelf32mep.c:812 eelf32metag.c:1087 eelf32microblaze.c:812
-#: eelf32microblazeel.c:812 eelf32mipswindiss.c:1039 eelf32or1k.c:812
-#: eelf32or1k_linux.c:812 eelf32ppc.c:1028 eelf32ppc_fbsd.c:1028
-#: eelf32ppclinux.c:1028 eelf32ppcnto.c:1028 eelf32ppcsim.c:1028
-#: eelf32ppcvxworks.c:1002 eelf32ppcwindiss.c:1028 eelf32rl78.c:812
-#: eelf32rx.c:828 eelf32tilegx.c:812 eelf32tilegx_be.c:812 eelf32tilepro.c:812
-#: eelf32vax.c:812 eelf32visium.c:812 eelf32xc16x.c:812 eelf32xc16xl.c:812
-#: eelf32xc16xs.c:812 eelf32xstormy16.c:823 eelf32xtensa.c:2699
-#: eelf64_aix.c:812 eelf64_ia64.c:836 eelf64_ia64_fbsd.c:836 eelf64_s390.c:827
-#: eelf64_sparc.c:812 eelf64_sparc_fbsd.c:812 eelf64_sparc_sol2.c:943
-#: eelf64alpha.c:895 eelf64alpha_fbsd.c:895 eelf64alpha_nbsd.c:895
-#: eelf64bmip.c:1057 eelf64btsmip.c:1039 eelf64btsmip_fbsd.c:1039
-#: eelf64hppa.c:812 eelf64lppc.c:1474 eelf64lriscv.c:877
-#: eelf64lriscv_lp64.c:877 eelf64lriscv_lp64f.c:877 eelf64ltsmip.c:1039
-#: eelf64ltsmip_fbsd.c:1039 eelf64mmix.c:923 eelf64ppc.c:1474
-#: eelf64ppc_fbsd.c:1474 eelf64rdos.c:812 eelf64tilegx.c:812
-#: eelf64tilegx_be.c:812 eelf_i386.c:1104 eelf_i386_be.c:812
-#: eelf_i386_chaos.c:812 eelf_i386_fbsd.c:812 eelf_i386_ldso.c:812
-#: eelf_i386_nacl.c:812 eelf_i386_sol2.c:943 eelf_i386_vxworks.c:841
-#: eelf_iamcu.c:812 eelf_k1om.c:1104 eelf_k1om_fbsd.c:812 eelf_l1om.c:1104
-#: eelf_l1om_fbsd.c:812 eelf_s390.c:812 eelf_x86_64.c:1104
-#: eelf_x86_64_cloudabi.c:812 eelf_x86_64_fbsd.c:812 eelf_x86_64_nacl.c:812
-#: eelf_x86_64_sol2.c:943 eh8300elf.c:812 eh8300elf_linux.c:812
-#: eh8300helf.c:812 eh8300helf_linux.c:812 eh8300hnelf.c:812 eh8300self.c:812
-#: eh8300self_linux.c:812 eh8300snelf.c:812 eh8300sxelf.c:812
-#: eh8300sxelf_linux.c:812 eh8300sxnelf.c:812 ehppa64linux.c:812
-#: ehppaelf.c:1119 ehppalinux.c:1119 ehppanbsd.c:1119 ehppaobsd.c:1119
-#: ei386lynx.c:812 ei386moss.c:812 ei386nto.c:812 ei386pe.c:1225
-#: ei386pe_posix.c:1225 ei386pep.c:1227 em32relf.c:812 em32relf_linux.c:812
-#: em32rlelf.c:812 em32rlelf_linux.c:812 em68hc11elf.c:1112 em68hc11elfb.c:1112
-#: em68hc12elf.c:1112 em68hc12elfb.c:1112 em68kelf.c:962 em68kelfnbsd.c:962
-#: em9s12zelf.c:812 emcorepe.c:1225 emn10300.c:812 ends32belf.c:919
-#: ends32belf16m.c:919 ends32belf_linux.c:919 ends32elf.c:919
-#: ends32elf16m.c:919 ends32elf_linux.c:919 enios2elf.c:1105 enios2linux.c:1105
-#: eppclynx.c:1028 eppcpe.c:1225 epruelf.c:832 escore3_elf.c:832
-#: escore7_elf.c:832 eshelf.c:812 eshelf_fd.c:812 eshelf_linux.c:812
-#: eshelf_nbsd.c:812 eshelf_nto.c:812 eshelf_uclinux.c:812 eshelf_vxworks.c:841
-#: eshlelf.c:812 eshlelf_fd.c:812 eshlelf_linux.c:812 eshlelf_nbsd.c:812
-#: eshlelf_nto.c:812 eshlelf_vxworks.c:841 eshpe.c:1225 ev850.c:858
-#: ev850_rh850.c:858
+#: earmsymbian.c:1347 eavr1.c:1014 eavr2.c:1014 eavr25.c:1014 eavr3.c:1014
+#: eavr31.c:1014 eavr35.c:1014 eavr4.c:1014 eavr5.c:1014 eavr51.c:1014
+#: eavr6.c:1014 eavrtiny.c:1014 eavrxmega1.c:1014 eavrxmega2.c:1014
+#: eavrxmega3.c:1014 eavrxmega4.c:1014 eavrxmega5.c:1014 eavrxmega6.c:1014
+#: eavrxmega7.c:1014 ecriself.c:811 ecrislinux.c:811 ecskyelf.c:1075
+#: ecskyelf_linux.c:1075 ed10velf.c:811 eelf32_sparc.c:811
+#: eelf32_sparc_sol2.c:942 eelf32_sparc_vxworks.c:840 eelf32_spu.c:1345
+#: eelf32_tic6x_be.c:949 eelf32_tic6x_elf_be.c:949 eelf32_tic6x_elf_le.c:949
+#: eelf32_tic6x_le.c:949 eelf32_tic6x_linux_be.c:949
+#: eelf32_tic6x_linux_le.c:949 eelf32_x86_64.c:1126 eelf32_x86_64_nacl.c:834
+#: eelf32am33lin.c:811 eelf32b4300.c:1027 eelf32bfin.c:820 eelf32bfinfd.c:820
+#: eelf32bmip.c:1027 eelf32bmipn32.c:1045 eelf32bsmip.c:1045
+#: eelf32btsmip.c:1027 eelf32btsmip_fbsd.c:1027 eelf32btsmipn32.c:1027
+#: eelf32btsmipn32_fbsd.c:1027 eelf32cr16.c:962 eelf32cr16c.c:811
+#: eelf32crx.c:850 eelf32ebmip.c:1027 eelf32ebmipvxworks.c:1056
+#: eelf32elmip.c:1027 eelf32elmipvxworks.c:1056 eelf32epiphany.c:811
+#: eelf32epiphany_4x4.c:813 eelf32frvfd.c:811 eelf32ip2k.c:811
+#: eelf32l4300.c:1027 eelf32lm32.c:811 eelf32lm32fd.c:811 eelf32lmip.c:1027
+#: eelf32lppc.c:1019 eelf32lppclinux.c:1019 eelf32lppcnto.c:1019
+#: eelf32lppcsim.c:1019 eelf32lr5900.c:1027 eelf32lr5900n32.c:1027
+#: eelf32lriscv.c:876 eelf32lriscv_ilp32.c:876 eelf32lriscv_ilp32f.c:876
+#: eelf32lsmip.c:1027 eelf32ltsmip.c:1027 eelf32ltsmip_fbsd.c:1027
+#: eelf32ltsmipn32.c:1027 eelf32ltsmipn32_fbsd.c:1027 eelf32m32c.c:822
+#: eelf32mb_linux.c:811 eelf32mbel_linux.c:811 eelf32mcore.c:811
+#: eelf32mep.c:811 eelf32metag.c:1086 eelf32microblaze.c:811
+#: eelf32microblazeel.c:811 eelf32mipswindiss.c:1027 eelf32or1k.c:811
+#: eelf32or1k_linux.c:811 eelf32ppc.c:1019 eelf32ppc_fbsd.c:1019
+#: eelf32ppclinux.c:1019 eelf32ppcnto.c:1019 eelf32ppcsim.c:1019
+#: eelf32ppcvxworks.c:993 eelf32ppcwindiss.c:1019 eelf32rl78.c:811
+#: eelf32rx.c:827 eelf32tilegx.c:811 eelf32tilegx_be.c:811 eelf32tilepro.c:811
+#: eelf32vax.c:811 eelf32visium.c:811 eelf32xc16x.c:811 eelf32xc16xl.c:811
+#: eelf32xc16xs.c:811 eelf32xstormy16.c:822 eelf32xtensa.c:2698
+#: eelf64_aix.c:811 eelf64_ia64.c:835 eelf64_ia64_fbsd.c:835 eelf64_s390.c:826
+#: eelf64_sparc.c:811 eelf64_sparc_fbsd.c:811 eelf64_sparc_sol2.c:942
+#: eelf64alpha.c:894 eelf64alpha_fbsd.c:894 eelf64alpha_nbsd.c:894
+#: eelf64bmip.c:1045 eelf64bpf.c:811 eelf64btsmip.c:1027
+#: eelf64btsmip_fbsd.c:1027 eelf64hppa.c:811 eelf64lppc.c:1461
+#: eelf64lriscv.c:876 eelf64lriscv_lp64.c:876 eelf64lriscv_lp64f.c:876
+#: eelf64ltsmip.c:1027 eelf64ltsmip_fbsd.c:1027 eelf64mmix.c:922
+#: eelf64ppc.c:1461 eelf64ppc_fbsd.c:1461 eelf64rdos.c:825 eelf64tilegx.c:811
+#: eelf64tilegx_be.c:811 eelf_i386.c:1126 eelf_i386_be.c:834
+#: eelf_i386_fbsd.c:834 eelf_i386_ldso.c:834 eelf_i386_nacl.c:834
+#: eelf_i386_sol2.c:965 eelf_i386_vxworks.c:863 eelf_iamcu.c:834
+#: eelf_k1om.c:1126 eelf_k1om_fbsd.c:834 eelf_l1om.c:1126 eelf_l1om_fbsd.c:834
+#: eelf_s390.c:811 eelf_x86_64.c:1126 eelf_x86_64_cloudabi.c:834
+#: eelf_x86_64_fbsd.c:834 eelf_x86_64_nacl.c:834 eelf_x86_64_sol2.c:965
+#: eh8300elf.c:811 eh8300elf_linux.c:811 eh8300helf.c:811
+#: eh8300helf_linux.c:811 eh8300hnelf.c:811 eh8300self.c:811
+#: eh8300self_linux.c:811 eh8300snelf.c:811 eh8300sxelf.c:811
+#: eh8300sxelf_linux.c:811 eh8300sxnelf.c:811 ehppa64linux.c:811
+#: ehppaelf.c:1118 ehppalinux.c:1118 ehppanbsd.c:1118 ehppaobsd.c:1118
+#: ei386lynx.c:825 ei386moss.c:825 ei386nto.c:825 ei386pe.c:1225
+#: ei386pe_posix.c:1225 ei386pep.c:1227 em32relf.c:811 em32relf_linux.c:811
+#: em32rlelf.c:811 em32rlelf_linux.c:811 em68hc11elf.c:1111 em68hc11elfb.c:1111
+#: em68hc12elf.c:1111 em68hc12elfb.c:1111 em68kelf.c:961 em68kelfnbsd.c:961
+#: emcorepe.c:1225 emn10300.c:811 ends32belf.c:918 ends32belf16m.c:918
+#: ends32belf_linux.c:918 ends32elf.c:918 ends32elf16m.c:918
+#: ends32elf_linux.c:918 enios2elf.c:1104 enios2linux.c:1104 eppclynx.c:1019
+#: eppcpe.c:1225 epruelf.c:831 escore3_elf.c:832 escore7_elf.c:832 eshelf.c:811
+#: eshelf_fd.c:811 eshelf_linux.c:811 eshelf_nbsd.c:811 eshelf_nto.c:811
+#: eshelf_uclinux.c:811 eshelf_vxworks.c:840 eshlelf.c:811 eshlelf_fd.c:811
+#: eshlelf_linux.c:811 eshlelf_nbsd.c:811 eshlelf_nto.c:811
+#: eshlelf_vxworks.c:840 eshpe.c:1225 ev850.c:857 ev850_rh850.c:857
msgid "%P: warning: unrecognized --build-id style ignored\n"
msgstr ""
-#: eaarch64cloudabi.c:1145 eaarch64cloudabib.c:1145 eaarch64elf.c:1145
-#: eaarch64elf32.c:1145 eaarch64elf32b.c:1145 eaarch64elfb.c:1145
-#: eaarch64fbsd.c:1145 eaarch64fbsdb.c:1145 eaarch64linux.c:1145
-#: eaarch64linux32.c:1145 eaarch64linux32b.c:1145 eaarch64linuxb.c:1145
-#: earcelf.c:830 earcelf_prof.c:830 earclinux.c:832 earclinux_nps.c:832
-#: earclinux_prof.c:832 earcv2elf.c:830 earcv2elfx.c:830 earmelf.c:1365
+#: eaarch64cloudabi.c:1152 eaarch64cloudabib.c:1152 eaarch64elf.c:1152
+#: eaarch64elf32.c:1152 eaarch64elf32b.c:1152 eaarch64elfb.c:1152
+#: eaarch64fbsd.c:1152 eaarch64fbsdb.c:1152 eaarch64linux.c:1152
+#: eaarch64linux32.c:1152 eaarch64linux32b.c:1152 eaarch64linuxb.c:1152
+#: earcelf.c:829 earcelf_prof.c:829 earclinux.c:829 earclinux_nps.c:829
+#: earclinux_prof.c:829 earcv2elf.c:829 earcv2elfx.c:829 earmelf.c:1365
#: earmelf_fbsd.c:1365 earmelf_fuchsia.c:1365 earmelf_linux.c:1365
#: earmelf_linux_eabi.c:1365 earmelf_linux_fdpiceabi.c:1365 earmelf_nacl.c:1365
#: earmelf_nbsd.c:1365 earmelf_phoenix.c:1365 earmelf_vxworks.c:1395
#: earmelfb.c:1365 earmelfb_fbsd.c:1365 earmelfb_fuchsia.c:1365
#: earmelfb_linux.c:1365 earmelfb_linux_eabi.c:1365
#: earmelfb_linux_fdpiceabi.c:1365 earmelfb_nacl.c:1365 earmelfb_nbsd.c:1365
-#: earmnto.c:1365 earmsymbian.c:1365 eavr1.c:1033 eavr2.c:1033 eavr25.c:1033
-#: eavr3.c:1033 eavr31.c:1033 eavr35.c:1033 eavr4.c:1033 eavr5.c:1033
-#: eavr51.c:1033 eavr6.c:1033 eavrtiny.c:1033 eavrxmega1.c:1033
-#: eavrxmega2.c:1033 eavrxmega3.c:1033 eavrxmega4.c:1033 eavrxmega5.c:1033
-#: eavrxmega6.c:1033 eavrxmega7.c:1033 ecriself.c:830 ecrislinux.c:830
-#: ecskyelf.c:1087 ecskyelf_linux.c:1087 ed10velf.c:830 eelf32_sparc.c:830
-#: eelf32_sparc_sol2.c:961 eelf32_sparc_vxworks.c:859 eelf32_spu.c:1500
-#: eelf32_tic6x_be.c:968 eelf32_tic6x_elf_be.c:968 eelf32_tic6x_elf_le.c:968
-#: eelf32_tic6x_le.c:968 eelf32_tic6x_linux_be.c:968
-#: eelf32_tic6x_linux_le.c:968 eelf32_x86_64.c:1122 eelf32_x86_64_nacl.c:830
-#: eelf32am33lin.c:830 eelf32b4300.c:1057 eelf32bfin.c:839 eelf32bfinfd.c:839
-#: eelf32bmip.c:1057 eelf32bmipn32.c:1075 eelf32bsmip.c:1075
-#: eelf32btsmip.c:1057 eelf32btsmip_fbsd.c:1057 eelf32btsmipn32.c:1057
-#: eelf32btsmipn32_fbsd.c:1057 eelf32cr16.c:981 eelf32cr16c.c:830
-#: eelf32crx.c:869 eelf32ebmip.c:1057 eelf32ebmipvxworks.c:1086
-#: eelf32elmip.c:1057 eelf32elmipvxworks.c:1086 eelf32epiphany.c:830
-#: eelf32epiphany_4x4.c:832 eelf32frvfd.c:830 eelf32ip2k.c:830
-#: eelf32l4300.c:1057 eelf32lm32.c:830 eelf32lm32fd.c:830 eelf32lmip.c:1057
-#: eelf32lppc.c:1046 eelf32lppclinux.c:1046 eelf32lppcnto.c:1046
-#: eelf32lppcsim.c:1046 eelf32lr5900.c:1057 eelf32lr5900n32.c:1057
-#: eelf32lriscv.c:895 eelf32lriscv_ilp32.c:895 eelf32lriscv_ilp32f.c:895
-#: eelf32lsmip.c:1057 eelf32ltsmip.c:1057 eelf32ltsmip_fbsd.c:1057
-#: eelf32ltsmipn32.c:1057 eelf32ltsmipn32_fbsd.c:1057 eelf32m32c.c:841
-#: eelf32mb_linux.c:830 eelf32mbel_linux.c:830 eelf32mcore.c:830
-#: eelf32mep.c:830 eelf32metag.c:1105 eelf32microblaze.c:830
-#: eelf32microblazeel.c:830 eelf32mipswindiss.c:1057 eelf32or1k.c:830
-#: eelf32or1k_linux.c:830 eelf32ppc.c:1046 eelf32ppc_fbsd.c:1046
-#: eelf32ppclinux.c:1046 eelf32ppcnto.c:1046 eelf32ppcsim.c:1046
-#: eelf32ppcvxworks.c:1020 eelf32ppcwindiss.c:1046 eelf32rl78.c:830
-#: eelf32rx.c:846 eelf32tilegx.c:830 eelf32tilegx_be.c:830 eelf32tilepro.c:830
-#: eelf32vax.c:830 eelf32visium.c:830 eelf32xc16x.c:830 eelf32xc16xl.c:830
-#: eelf32xc16xs.c:830 eelf32xstormy16.c:841 eelf32xtensa.c:2717
-#: eelf64_aix.c:830 eelf64_ia64.c:854 eelf64_ia64_fbsd.c:854 eelf64_s390.c:845
-#: eelf64_sparc.c:830 eelf64_sparc_fbsd.c:830 eelf64_sparc_sol2.c:961
-#: eelf64alpha.c:913 eelf64alpha_fbsd.c:913 eelf64alpha_nbsd.c:913
-#: eelf64bmip.c:1075 eelf64btsmip.c:1057 eelf64btsmip_fbsd.c:1057
-#: eelf64hppa.c:830 eelf64lppc.c:1492 eelf64lriscv.c:895
-#: eelf64lriscv_lp64.c:895 eelf64lriscv_lp64f.c:895 eelf64ltsmip.c:1057
-#: eelf64ltsmip_fbsd.c:1057 eelf64mmix.c:941 eelf64ppc.c:1492
-#: eelf64ppc_fbsd.c:1492 eelf64rdos.c:830 eelf64tilegx.c:830
-#: eelf64tilegx_be.c:830 eelf_i386.c:1122 eelf_i386_be.c:830
-#: eelf_i386_chaos.c:830 eelf_i386_fbsd.c:830 eelf_i386_ldso.c:830
-#: eelf_i386_nacl.c:830 eelf_i386_sol2.c:961 eelf_i386_vxworks.c:859
-#: eelf_iamcu.c:830 eelf_k1om.c:1122 eelf_k1om_fbsd.c:830 eelf_l1om.c:1122
-#: eelf_l1om_fbsd.c:830 eelf_s390.c:830 eelf_x86_64.c:1122
-#: eelf_x86_64_cloudabi.c:830 eelf_x86_64_fbsd.c:830 eelf_x86_64_nacl.c:830
-#: eelf_x86_64_sol2.c:961 eh8300elf.c:830 eh8300elf_linux.c:830
-#: eh8300helf.c:830 eh8300helf_linux.c:830 eh8300hnelf.c:830 eh8300self.c:830
-#: eh8300self_linux.c:830 eh8300snelf.c:830 eh8300sxelf.c:830
-#: eh8300sxelf_linux.c:830 eh8300sxnelf.c:830 ehppa64linux.c:830
-#: ehppaelf.c:1137 ehppalinux.c:1137 ehppanbsd.c:1137 ehppaobsd.c:1137
-#: ei386lynx.c:830 ei386moss.c:830 ei386nto.c:830 em32relf.c:830
-#: em32relf_linux.c:830 em32rlelf.c:830 em32rlelf_linux.c:830
-#: em68hc11elf.c:1130 em68hc11elfb.c:1130 em68hc12elf.c:1130
-#: em68hc12elfb.c:1130 em68kelf.c:980 em68kelfnbsd.c:980 em9s12zelf.c:830
-#: emn10300.c:830 ends32belf.c:937 ends32belf16m.c:937 ends32belf_linux.c:937
-#: ends32elf.c:937 ends32elf16m.c:937 ends32elf_linux.c:937 enios2elf.c:1123
-#: enios2linux.c:1123 eppclynx.c:1046 epruelf.c:850 escore3_elf.c:850
-#: escore7_elf.c:850 eshelf.c:830 eshelf_fd.c:830 eshelf_linux.c:830
-#: eshelf_nbsd.c:830 eshelf_nto.c:830 eshelf_uclinux.c:830 eshelf_vxworks.c:859
-#: eshlelf.c:830 eshlelf_fd.c:830 eshlelf_linux.c:830 eshlelf_nbsd.c:830
-#: eshlelf_nto.c:830 eshlelf_vxworks.c:859 ev850.c:876 ev850_rh850.c:876
+#: earmnto.c:1365 earmsymbian.c:1365 eavr1.c:1032 eavr2.c:1032 eavr25.c:1032
+#: eavr3.c:1032 eavr31.c:1032 eavr35.c:1032 eavr4.c:1032 eavr5.c:1032
+#: eavr51.c:1032 eavr6.c:1032 eavrtiny.c:1032 eavrxmega1.c:1032
+#: eavrxmega2.c:1032 eavrxmega3.c:1032 eavrxmega4.c:1032 eavrxmega5.c:1032
+#: eavrxmega6.c:1032 eavrxmega7.c:1032 ecriself.c:829 ecrislinux.c:829
+#: ecskyelf.c:1093 ecskyelf_linux.c:1093 ed10velf.c:829 eelf32_sparc.c:829
+#: eelf32_sparc_sol2.c:960 eelf32_sparc_vxworks.c:858 eelf32_spu.c:1363
+#: eelf32_tic6x_be.c:967 eelf32_tic6x_elf_be.c:967 eelf32_tic6x_elf_le.c:967
+#: eelf32_tic6x_le.c:967 eelf32_tic6x_linux_be.c:967
+#: eelf32_tic6x_linux_le.c:967 eelf32_x86_64.c:1144 eelf32_x86_64_nacl.c:852
+#: eelf32am33lin.c:829 eelf32b4300.c:1045 eelf32bfin.c:838 eelf32bfinfd.c:838
+#: eelf32bmip.c:1045 eelf32bmipn32.c:1063 eelf32bsmip.c:1063
+#: eelf32btsmip.c:1045 eelf32btsmip_fbsd.c:1045 eelf32btsmipn32.c:1045
+#: eelf32btsmipn32_fbsd.c:1045 eelf32cr16.c:980 eelf32cr16c.c:829
+#: eelf32crx.c:868 eelf32ebmip.c:1045 eelf32ebmipvxworks.c:1074
+#: eelf32elmip.c:1045 eelf32elmipvxworks.c:1074 eelf32epiphany.c:829
+#: eelf32epiphany_4x4.c:831 eelf32frvfd.c:829 eelf32ip2k.c:829
+#: eelf32l4300.c:1045 eelf32lm32.c:829 eelf32lm32fd.c:829 eelf32lmip.c:1045
+#: eelf32lppc.c:1037 eelf32lppclinux.c:1037 eelf32lppcnto.c:1037
+#: eelf32lppcsim.c:1037 eelf32lr5900.c:1045 eelf32lr5900n32.c:1045
+#: eelf32lriscv.c:894 eelf32lriscv_ilp32.c:894 eelf32lriscv_ilp32f.c:894
+#: eelf32lsmip.c:1045 eelf32ltsmip.c:1045 eelf32ltsmip_fbsd.c:1045
+#: eelf32ltsmipn32.c:1045 eelf32ltsmipn32_fbsd.c:1045 eelf32m32c.c:840
+#: eelf32mb_linux.c:829 eelf32mbel_linux.c:829 eelf32mcore.c:829
+#: eelf32mep.c:829 eelf32metag.c:1104 eelf32microblaze.c:829
+#: eelf32microblazeel.c:829 eelf32mipswindiss.c:1045 eelf32or1k.c:829
+#: eelf32or1k_linux.c:829 eelf32ppc.c:1037 eelf32ppc_fbsd.c:1037
+#: eelf32ppclinux.c:1037 eelf32ppcnto.c:1037 eelf32ppcsim.c:1037
+#: eelf32ppcvxworks.c:1011 eelf32ppcwindiss.c:1037 eelf32rl78.c:829
+#: eelf32rx.c:845 eelf32tilegx.c:829 eelf32tilegx_be.c:829 eelf32tilepro.c:829
+#: eelf32vax.c:829 eelf32visium.c:829 eelf32xc16x.c:829 eelf32xc16xl.c:829
+#: eelf32xc16xs.c:829 eelf32xstormy16.c:840 eelf32xtensa.c:2716
+#: eelf64_aix.c:829 eelf64_ia64.c:853 eelf64_ia64_fbsd.c:853 eelf64_s390.c:844
+#: eelf64_sparc.c:829 eelf64_sparc_fbsd.c:829 eelf64_sparc_sol2.c:960
+#: eelf64alpha.c:912 eelf64alpha_fbsd.c:912 eelf64alpha_nbsd.c:912
+#: eelf64bmip.c:1063 eelf64bpf.c:829 eelf64btsmip.c:1045
+#: eelf64btsmip_fbsd.c:1045 eelf64hppa.c:829 eelf64lppc.c:1479
+#: eelf64lriscv.c:894 eelf64lriscv_lp64.c:894 eelf64lriscv_lp64f.c:894
+#: eelf64ltsmip.c:1045 eelf64ltsmip_fbsd.c:1045 eelf64mmix.c:940
+#: eelf64ppc.c:1479 eelf64ppc_fbsd.c:1479 eelf64rdos.c:843 eelf64tilegx.c:829
+#: eelf64tilegx_be.c:829 eelf_i386.c:1144 eelf_i386_be.c:852
+#: eelf_i386_fbsd.c:852 eelf_i386_ldso.c:852 eelf_i386_nacl.c:852
+#: eelf_i386_sol2.c:983 eelf_i386_vxworks.c:881 eelf_iamcu.c:852
+#: eelf_k1om.c:1144 eelf_k1om_fbsd.c:852 eelf_l1om.c:1144 eelf_l1om_fbsd.c:852
+#: eelf_s390.c:829 eelf_x86_64.c:1144 eelf_x86_64_cloudabi.c:852
+#: eelf_x86_64_fbsd.c:852 eelf_x86_64_nacl.c:852 eelf_x86_64_sol2.c:983
+#: eh8300elf.c:829 eh8300elf_linux.c:829 eh8300helf.c:829
+#: eh8300helf_linux.c:829 eh8300hnelf.c:829 eh8300self.c:829
+#: eh8300self_linux.c:829 eh8300snelf.c:829 eh8300sxelf.c:829
+#: eh8300sxelf_linux.c:829 eh8300sxnelf.c:829 ehppa64linux.c:829
+#: ehppaelf.c:1136 ehppalinux.c:1136 ehppanbsd.c:1136 ehppaobsd.c:1136
+#: ei386lynx.c:843 ei386moss.c:843 ei386nto.c:843 em32relf.c:829
+#: em32relf_linux.c:829 em32rlelf.c:829 em32rlelf_linux.c:829
+#: em68hc11elf.c:1129 em68hc11elfb.c:1129 em68hc12elf.c:1129
+#: em68hc12elfb.c:1129 em68kelf.c:979 em68kelfnbsd.c:979 emn10300.c:829
+#: ends32belf.c:936 ends32belf16m.c:936 ends32belf_linux.c:936 ends32elf.c:936
+#: ends32elf16m.c:936 ends32elf_linux.c:936 enios2elf.c:1122 enios2linux.c:1122
+#: eppclynx.c:1037 epruelf.c:849 escore3_elf.c:850 escore7_elf.c:850
+#: eshelf.c:829 eshelf_fd.c:829 eshelf_linux.c:829 eshelf_nbsd.c:829
+#: eshelf_nto.c:829 eshelf_uclinux.c:829 eshelf_vxworks.c:858 eshlelf.c:829
+#: eshlelf_fd.c:829 eshlelf_linux.c:829 eshlelf_nbsd.c:829 eshlelf_nto.c:829
+#: eshlelf_vxworks.c:858 ev850.c:875 ev850_rh850.c:875
msgid ""
"%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"
msgstr ""
-#: eaarch64cloudabi.c:1175 eaarch64cloudabib.c:1175 eaarch64elf.c:1175
-#: eaarch64elf32.c:1175 eaarch64elf32b.c:1175 eaarch64elfb.c:1175
-#: eaarch64fbsd.c:1175 eaarch64fbsdb.c:1175 eaarch64linux.c:1175
-#: eaarch64linux32.c:1175 eaarch64linux32b.c:1175 eaarch64linuxb.c:1175
-#: earcelf.c:860 earcelf_prof.c:860 earclinux.c:862 earclinux_nps.c:862
-#: earclinux_prof.c:862 earcv2elf.c:860 earcv2elfx.c:860 earmelf.c:1395
+#: eaarch64cloudabi.c:1182 eaarch64cloudabib.c:1182 eaarch64elf.c:1182
+#: eaarch64elf32.c:1182 eaarch64elf32b.c:1182 eaarch64elfb.c:1182
+#: eaarch64fbsd.c:1182 eaarch64fbsdb.c:1182 eaarch64linux.c:1182
+#: eaarch64linux32.c:1182 eaarch64linux32b.c:1182 eaarch64linuxb.c:1182
+#: earcelf.c:859 earcelf_prof.c:859 earclinux.c:859 earclinux_nps.c:859
+#: earclinux_prof.c:859 earcv2elf.c:859 earcv2elfx.c:859 earmelf.c:1395
#: earmelf_fbsd.c:1395 earmelf_fuchsia.c:1395 earmelf_linux.c:1395
#: earmelf_linux_eabi.c:1395 earmelf_linux_fdpiceabi.c:1395 earmelf_nacl.c:1395
#: earmelf_nbsd.c:1395 earmelf_phoenix.c:1395 earmelf_vxworks.c:1425
#: earmelfb.c:1395 earmelfb_fbsd.c:1395 earmelfb_fuchsia.c:1395
#: earmelfb_linux.c:1395 earmelfb_linux_eabi.c:1395
#: earmelfb_linux_fdpiceabi.c:1395 earmelfb_nacl.c:1395 earmelfb_nbsd.c:1395
-#: earmnto.c:1395 earmsymbian.c:1395 eavr1.c:1063 eavr2.c:1063 eavr25.c:1063
-#: eavr3.c:1063 eavr31.c:1063 eavr35.c:1063 eavr4.c:1063 eavr5.c:1063
-#: eavr51.c:1063 eavr6.c:1063 eavrtiny.c:1063 eavrxmega1.c:1063
-#: eavrxmega2.c:1063 eavrxmega3.c:1063 eavrxmega4.c:1063 eavrxmega5.c:1063
-#: eavrxmega6.c:1063 eavrxmega7.c:1063 ecriself.c:860 ecrislinux.c:860
-#: ecskyelf.c:1117 ecskyelf_linux.c:1117 ed10velf.c:860 eelf32_sparc.c:860
-#: eelf32_sparc_sol2.c:991 eelf32_sparc_vxworks.c:889 eelf32_spu.c:1530
-#: eelf32_tic6x_be.c:998 eelf32_tic6x_elf_be.c:998 eelf32_tic6x_elf_le.c:998
-#: eelf32_tic6x_le.c:998 eelf32_tic6x_linux_be.c:998
-#: eelf32_tic6x_linux_le.c:998 eelf32_x86_64.c:1152 eelf32_x86_64_nacl.c:860
-#: eelf32am33lin.c:860 eelf32b4300.c:1087 eelf32bfin.c:869 eelf32bfinfd.c:869
-#: eelf32bmip.c:1087 eelf32bmipn32.c:1105 eelf32bsmip.c:1105
-#: eelf32btsmip.c:1087 eelf32btsmip_fbsd.c:1087 eelf32btsmipn32.c:1087
-#: eelf32btsmipn32_fbsd.c:1087 eelf32cr16.c:1011 eelf32cr16c.c:860
-#: eelf32crx.c:899 eelf32ebmip.c:1087 eelf32ebmipvxworks.c:1116
-#: eelf32elmip.c:1087 eelf32elmipvxworks.c:1116 eelf32epiphany.c:860
-#: eelf32epiphany_4x4.c:862 eelf32frvfd.c:860 eelf32ip2k.c:860
-#: eelf32l4300.c:1087 eelf32lm32.c:860 eelf32lm32fd.c:860 eelf32lmip.c:1087
-#: eelf32lppc.c:1076 eelf32lppclinux.c:1076 eelf32lppcnto.c:1076
-#: eelf32lppcsim.c:1076 eelf32lr5900.c:1087 eelf32lr5900n32.c:1087
-#: eelf32lriscv.c:925 eelf32lriscv_ilp32.c:925 eelf32lriscv_ilp32f.c:925
-#: eelf32lsmip.c:1087 eelf32ltsmip.c:1087 eelf32ltsmip_fbsd.c:1087
-#: eelf32ltsmipn32.c:1087 eelf32ltsmipn32_fbsd.c:1087 eelf32m32c.c:871
-#: eelf32mb_linux.c:860 eelf32mbel_linux.c:860 eelf32mcore.c:860
-#: eelf32mep.c:860 eelf32metag.c:1135 eelf32microblaze.c:860
-#: eelf32microblazeel.c:860 eelf32mipswindiss.c:1087 eelf32or1k.c:860
-#: eelf32or1k_linux.c:860 eelf32ppc.c:1076 eelf32ppc_fbsd.c:1076
-#: eelf32ppclinux.c:1076 eelf32ppcnto.c:1076 eelf32ppcsim.c:1076
-#: eelf32ppcvxworks.c:1050 eelf32ppcwindiss.c:1076 eelf32rl78.c:860
-#: eelf32rx.c:876 eelf32tilegx.c:860 eelf32tilegx_be.c:860 eelf32tilepro.c:860
-#: eelf32vax.c:860 eelf32visium.c:860 eelf32xc16x.c:860 eelf32xc16xl.c:860
-#: eelf32xc16xs.c:860 eelf32xstormy16.c:871 eelf32xtensa.c:2747
-#: eelf64_aix.c:860 eelf64_ia64.c:884 eelf64_ia64_fbsd.c:884 eelf64_s390.c:875
-#: eelf64_sparc.c:860 eelf64_sparc_fbsd.c:860 eelf64_sparc_sol2.c:991
-#: eelf64alpha.c:943 eelf64alpha_fbsd.c:943 eelf64alpha_nbsd.c:943
-#: eelf64bmip.c:1105 eelf64btsmip.c:1087 eelf64btsmip_fbsd.c:1087
-#: eelf64hppa.c:860 eelf64lppc.c:1522 eelf64lriscv.c:925
-#: eelf64lriscv_lp64.c:925 eelf64lriscv_lp64f.c:925 eelf64ltsmip.c:1087
-#: eelf64ltsmip_fbsd.c:1087 eelf64mmix.c:971 eelf64ppc.c:1522
-#: eelf64ppc_fbsd.c:1522 eelf64rdos.c:860 eelf64tilegx.c:860
-#: eelf64tilegx_be.c:860 eelf_i386.c:1152 eelf_i386_be.c:860
-#: eelf_i386_chaos.c:860 eelf_i386_fbsd.c:860 eelf_i386_ldso.c:860
-#: eelf_i386_nacl.c:860 eelf_i386_sol2.c:991 eelf_i386_vxworks.c:889
-#: eelf_iamcu.c:860 eelf_k1om.c:1152 eelf_k1om_fbsd.c:860 eelf_l1om.c:1152
-#: eelf_l1om_fbsd.c:860 eelf_s390.c:860 eelf_x86_64.c:1152
-#: eelf_x86_64_cloudabi.c:860 eelf_x86_64_fbsd.c:860 eelf_x86_64_nacl.c:860
-#: eelf_x86_64_sol2.c:991 eh8300elf.c:860 eh8300elf_linux.c:860
-#: eh8300helf.c:860 eh8300helf_linux.c:860 eh8300hnelf.c:860 eh8300self.c:860
-#: eh8300self_linux.c:860 eh8300snelf.c:860 eh8300sxelf.c:860
-#: eh8300sxelf_linux.c:860 eh8300sxnelf.c:860 ehppa64linux.c:860
-#: ehppaelf.c:1167 ehppalinux.c:1167 ehppanbsd.c:1167 ehppaobsd.c:1167
-#: ei386lynx.c:860 ei386moss.c:860 ei386nto.c:860 em32relf.c:860
-#: em32relf_linux.c:860 em32rlelf.c:860 em32rlelf_linux.c:860
-#: em68hc11elf.c:1160 em68hc11elfb.c:1160 em68hc12elf.c:1160
-#: em68hc12elfb.c:1160 em68kelf.c:1010 em68kelfnbsd.c:1010 em9s12zelf.c:860
-#: emn10300.c:860 ends32belf.c:967 ends32belf16m.c:967 ends32belf_linux.c:967
-#: ends32elf.c:967 ends32elf16m.c:967 ends32elf_linux.c:967 enios2elf.c:1153
-#: enios2linux.c:1153 eppclynx.c:1076 epruelf.c:880 escore3_elf.c:880
-#: escore7_elf.c:880 eshelf.c:860 eshelf_fd.c:860 eshelf_linux.c:860
-#: eshelf_nbsd.c:860 eshelf_nto.c:860 eshelf_uclinux.c:860 eshelf_vxworks.c:889
-#: eshlelf.c:860 eshlelf_fd.c:860 eshlelf_linux.c:860 eshlelf_nbsd.c:860
-#: eshlelf_nto.c:860 eshlelf_vxworks.c:889 ev850.c:906 ev850_rh850.c:906
+#: earmnto.c:1395 earmsymbian.c:1395 eavr1.c:1062 eavr2.c:1062 eavr25.c:1062
+#: eavr3.c:1062 eavr31.c:1062 eavr35.c:1062 eavr4.c:1062 eavr5.c:1062
+#: eavr51.c:1062 eavr6.c:1062 eavrtiny.c:1062 eavrxmega1.c:1062
+#: eavrxmega2.c:1062 eavrxmega3.c:1062 eavrxmega4.c:1062 eavrxmega5.c:1062
+#: eavrxmega6.c:1062 eavrxmega7.c:1062 ecriself.c:859 ecrislinux.c:859
+#: ecskyelf.c:1123 ecskyelf_linux.c:1123 ed10velf.c:859 eelf32_sparc.c:859
+#: eelf32_sparc_sol2.c:990 eelf32_sparc_vxworks.c:888 eelf32_spu.c:1393
+#: eelf32_tic6x_be.c:997 eelf32_tic6x_elf_be.c:997 eelf32_tic6x_elf_le.c:997
+#: eelf32_tic6x_le.c:997 eelf32_tic6x_linux_be.c:997
+#: eelf32_tic6x_linux_le.c:997 eelf32_x86_64.c:1174 eelf32_x86_64_nacl.c:882
+#: eelf32am33lin.c:859 eelf32b4300.c:1075 eelf32bfin.c:868 eelf32bfinfd.c:868
+#: eelf32bmip.c:1075 eelf32bmipn32.c:1093 eelf32bsmip.c:1093
+#: eelf32btsmip.c:1075 eelf32btsmip_fbsd.c:1075 eelf32btsmipn32.c:1075
+#: eelf32btsmipn32_fbsd.c:1075 eelf32cr16.c:1010 eelf32cr16c.c:859
+#: eelf32crx.c:898 eelf32ebmip.c:1075 eelf32ebmipvxworks.c:1104
+#: eelf32elmip.c:1075 eelf32elmipvxworks.c:1104 eelf32epiphany.c:859
+#: eelf32epiphany_4x4.c:861 eelf32frvfd.c:859 eelf32ip2k.c:859
+#: eelf32l4300.c:1075 eelf32lm32.c:859 eelf32lm32fd.c:859 eelf32lmip.c:1075
+#: eelf32lppc.c:1067 eelf32lppclinux.c:1067 eelf32lppcnto.c:1067
+#: eelf32lppcsim.c:1067 eelf32lr5900.c:1075 eelf32lr5900n32.c:1075
+#: eelf32lriscv.c:924 eelf32lriscv_ilp32.c:924 eelf32lriscv_ilp32f.c:924
+#: eelf32lsmip.c:1075 eelf32ltsmip.c:1075 eelf32ltsmip_fbsd.c:1075
+#: eelf32ltsmipn32.c:1075 eelf32ltsmipn32_fbsd.c:1075 eelf32m32c.c:870
+#: eelf32mb_linux.c:859 eelf32mbel_linux.c:859 eelf32mcore.c:859
+#: eelf32mep.c:859 eelf32metag.c:1134 eelf32microblaze.c:859
+#: eelf32microblazeel.c:859 eelf32mipswindiss.c:1075 eelf32or1k.c:859
+#: eelf32or1k_linux.c:859 eelf32ppc.c:1067 eelf32ppc_fbsd.c:1067
+#: eelf32ppclinux.c:1067 eelf32ppcnto.c:1067 eelf32ppcsim.c:1067
+#: eelf32ppcvxworks.c:1041 eelf32ppcwindiss.c:1067 eelf32rl78.c:859
+#: eelf32rx.c:875 eelf32tilegx.c:859 eelf32tilegx_be.c:859 eelf32tilepro.c:859
+#: eelf32vax.c:859 eelf32visium.c:859 eelf32xc16x.c:859 eelf32xc16xl.c:859
+#: eelf32xc16xs.c:859 eelf32xstormy16.c:870 eelf32xtensa.c:2746
+#: eelf64_aix.c:859 eelf64_ia64.c:883 eelf64_ia64_fbsd.c:883 eelf64_s390.c:874
+#: eelf64_sparc.c:859 eelf64_sparc_fbsd.c:859 eelf64_sparc_sol2.c:990
+#: eelf64alpha.c:942 eelf64alpha_fbsd.c:942 eelf64alpha_nbsd.c:942
+#: eelf64bmip.c:1093 eelf64bpf.c:859 eelf64btsmip.c:1075
+#: eelf64btsmip_fbsd.c:1075 eelf64hppa.c:859 eelf64lppc.c:1509
+#: eelf64lriscv.c:924 eelf64lriscv_lp64.c:924 eelf64lriscv_lp64f.c:924
+#: eelf64ltsmip.c:1075 eelf64ltsmip_fbsd.c:1075 eelf64mmix.c:970
+#: eelf64ppc.c:1509 eelf64ppc_fbsd.c:1509 eelf64rdos.c:873 eelf64tilegx.c:859
+#: eelf64tilegx_be.c:859 eelf_i386.c:1174 eelf_i386_be.c:882
+#: eelf_i386_fbsd.c:882 eelf_i386_ldso.c:882 eelf_i386_nacl.c:882
+#: eelf_i386_sol2.c:1013 eelf_i386_vxworks.c:911 eelf_iamcu.c:882
+#: eelf_k1om.c:1174 eelf_k1om_fbsd.c:882 eelf_l1om.c:1174 eelf_l1om_fbsd.c:882
+#: eelf_s390.c:859 eelf_x86_64.c:1174 eelf_x86_64_cloudabi.c:882
+#: eelf_x86_64_fbsd.c:882 eelf_x86_64_nacl.c:882 eelf_x86_64_sol2.c:1013
+#: eh8300elf.c:859 eh8300elf_linux.c:859 eh8300helf.c:859
+#: eh8300helf_linux.c:859 eh8300hnelf.c:859 eh8300self.c:859
+#: eh8300self_linux.c:859 eh8300snelf.c:859 eh8300sxelf.c:859
+#: eh8300sxelf_linux.c:859 eh8300sxnelf.c:859 ehppa64linux.c:859
+#: ehppaelf.c:1166 ehppalinux.c:1166 ehppanbsd.c:1166 ehppaobsd.c:1166
+#: ei386lynx.c:873 ei386moss.c:873 ei386nto.c:873 em32relf.c:859
+#: em32relf_linux.c:859 em32rlelf.c:859 em32rlelf_linux.c:859
+#: em68hc11elf.c:1159 em68hc11elfb.c:1159 em68hc12elf.c:1159
+#: em68hc12elfb.c:1159 em68kelf.c:1009 em68kelfnbsd.c:1009 emn10300.c:859
+#: ends32belf.c:966 ends32belf16m.c:966 ends32belf_linux.c:966 ends32elf.c:966
+#: ends32elf16m.c:966 ends32elf_linux.c:966 enios2elf.c:1152 enios2linux.c:1152
+#: eppclynx.c:1067 epruelf.c:879 escore3_elf.c:880 escore7_elf.c:880
+#: eshelf.c:859 eshelf_fd.c:859 eshelf_linux.c:859 eshelf_nbsd.c:859
+#: eshelf_nto.c:859 eshelf_uclinux.c:859 eshelf_vxworks.c:888 eshlelf.c:859
+#: eshlelf_fd.c:859 eshlelf_linux.c:859 eshlelf_nbsd.c:859 eshlelf_nto.c:859
+#: eshlelf_vxworks.c:888 ev850.c:905 ev850_rh850.c:905
msgid "%F%P: %s: can't open for writing: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:1251 eaarch64cloudabib.c:1251 eaarch64elf.c:1251
-#: eaarch64elf32.c:1251 eaarch64elf32b.c:1251 eaarch64elfb.c:1251
-#: eaarch64fbsd.c:1251 eaarch64fbsdb.c:1251 eaarch64linux.c:1251
-#: eaarch64linux32.c:1251 eaarch64linux32b.c:1251 eaarch64linuxb.c:1251
-#: earcelf.c:936 earcelf_prof.c:936 earclinux.c:938 earclinux_nps.c:938
-#: earclinux_prof.c:938 earcv2elf.c:936 earcv2elfx.c:936 earmelf.c:1471
+#: eaarch64cloudabi.c:1258 eaarch64cloudabib.c:1258 eaarch64elf.c:1258
+#: eaarch64elf32.c:1258 eaarch64elf32b.c:1258 eaarch64elfb.c:1258
+#: eaarch64fbsd.c:1258 eaarch64fbsdb.c:1258 eaarch64linux.c:1258
+#: eaarch64linux32.c:1258 eaarch64linux32b.c:1258 eaarch64linuxb.c:1258
+#: earcelf.c:935 earcelf_prof.c:935 earclinux.c:935 earclinux_nps.c:935
+#: earclinux_prof.c:935 earcv2elf.c:935 earcv2elfx.c:935 earmelf.c:1471
#: earmelf_fbsd.c:1471 earmelf_fuchsia.c:1471 earmelf_linux.c:1471
#: earmelf_linux_eabi.c:1471 earmelf_linux_fdpiceabi.c:1471 earmelf_nacl.c:1471
#: earmelf_nbsd.c:1471 earmelf_phoenix.c:1471 earmelf_vxworks.c:1501
#: earmelfb.c:1471 earmelfb_fbsd.c:1471 earmelfb_fuchsia.c:1471
#: earmelfb_linux.c:1471 earmelfb_linux_eabi.c:1471
#: earmelfb_linux_fdpiceabi.c:1471 earmelfb_nacl.c:1471 earmelfb_nbsd.c:1471
-#: earmnto.c:1471 earmsymbian.c:1471 eavr1.c:1139 eavr2.c:1139 eavr25.c:1139
-#: eavr3.c:1139 eavr31.c:1139 eavr35.c:1139 eavr4.c:1139 eavr5.c:1139
-#: eavr51.c:1139 eavr6.c:1139 eavrtiny.c:1139 eavrxmega1.c:1139
-#: eavrxmega2.c:1139 eavrxmega3.c:1139 eavrxmega4.c:1139 eavrxmega5.c:1139
-#: eavrxmega6.c:1139 eavrxmega7.c:1139 ecriself.c:936 ecrislinux.c:936
-#: ecskyelf.c:1193 ecskyelf_linux.c:1193 ed10velf.c:936 eelf32_sparc.c:936
-#: eelf32_sparc_sol2.c:1067 eelf32_sparc_vxworks.c:965 eelf32_spu.c:1606
-#: eelf32_tic6x_be.c:1074 eelf32_tic6x_elf_be.c:1074 eelf32_tic6x_elf_le.c:1074
-#: eelf32_tic6x_le.c:1074 eelf32_tic6x_linux_be.c:1074
-#: eelf32_tic6x_linux_le.c:1074 eelf32_x86_64.c:1228 eelf32_x86_64_nacl.c:936
-#: eelf32am33lin.c:936 eelf32b4300.c:1163 eelf32bfin.c:945 eelf32bfinfd.c:945
-#: eelf32bmip.c:1163 eelf32bmipn32.c:1181 eelf32bsmip.c:1181
-#: eelf32btsmip.c:1163 eelf32btsmip_fbsd.c:1163 eelf32btsmipn32.c:1163
-#: eelf32btsmipn32_fbsd.c:1163 eelf32cr16.c:1087 eelf32cr16c.c:936
-#: eelf32crx.c:975 eelf32ebmip.c:1163 eelf32ebmipvxworks.c:1192
-#: eelf32elmip.c:1163 eelf32elmipvxworks.c:1192 eelf32epiphany.c:936
-#: eelf32epiphany_4x4.c:938 eelf32frvfd.c:936 eelf32ip2k.c:936
-#: eelf32l4300.c:1163 eelf32lm32.c:936 eelf32lm32fd.c:936 eelf32lmip.c:1163
-#: eelf32lppc.c:1152 eelf32lppclinux.c:1152 eelf32lppcnto.c:1152
-#: eelf32lppcsim.c:1152 eelf32lr5900.c:1163 eelf32lr5900n32.c:1163
-#: eelf32lriscv.c:1001 eelf32lriscv_ilp32.c:1001 eelf32lriscv_ilp32f.c:1001
-#: eelf32lsmip.c:1163 eelf32ltsmip.c:1163 eelf32ltsmip_fbsd.c:1163
-#: eelf32ltsmipn32.c:1163 eelf32ltsmipn32_fbsd.c:1163 eelf32m32c.c:947
-#: eelf32mb_linux.c:936 eelf32mbel_linux.c:936 eelf32mcore.c:936
-#: eelf32mep.c:936 eelf32metag.c:1211 eelf32microblaze.c:936
-#: eelf32microblazeel.c:936 eelf32mipswindiss.c:1163 eelf32or1k.c:936
-#: eelf32or1k_linux.c:936 eelf32ppc.c:1152 eelf32ppc_fbsd.c:1152
-#: eelf32ppclinux.c:1152 eelf32ppcnto.c:1152 eelf32ppcsim.c:1152
-#: eelf32ppcvxworks.c:1126 eelf32ppcwindiss.c:1152 eelf32rl78.c:936
-#: eelf32rx.c:952 eelf32tilegx.c:936 eelf32tilegx_be.c:936 eelf32tilepro.c:936
-#: eelf32vax.c:936 eelf32visium.c:936 eelf32xc16x.c:936 eelf32xc16xl.c:936
-#: eelf32xc16xs.c:936 eelf32xstormy16.c:947 eelf32xtensa.c:2823
-#: eelf64_aix.c:936 eelf64_ia64.c:960 eelf64_ia64_fbsd.c:960 eelf64_s390.c:951
-#: eelf64_sparc.c:936 eelf64_sparc_fbsd.c:936 eelf64_sparc_sol2.c:1067
-#: eelf64alpha.c:1019 eelf64alpha_fbsd.c:1019 eelf64alpha_nbsd.c:1019
-#: eelf64bmip.c:1181 eelf64btsmip.c:1163 eelf64btsmip_fbsd.c:1163
-#: eelf64hppa.c:936 eelf64lppc.c:1598 eelf64lriscv.c:1001
-#: eelf64lriscv_lp64.c:1001 eelf64lriscv_lp64f.c:1001 eelf64ltsmip.c:1163
-#: eelf64ltsmip_fbsd.c:1163 eelf64mmix.c:1047 eelf64ppc.c:1598
-#: eelf64ppc_fbsd.c:1598 eelf64rdos.c:936 eelf64tilegx.c:936
-#: eelf64tilegx_be.c:936 eelf_i386.c:1228 eelf_i386_be.c:936
-#: eelf_i386_chaos.c:936 eelf_i386_fbsd.c:936 eelf_i386_ldso.c:936
-#: eelf_i386_nacl.c:936 eelf_i386_sol2.c:1067 eelf_i386_vxworks.c:965
-#: eelf_iamcu.c:936 eelf_k1om.c:1228 eelf_k1om_fbsd.c:936 eelf_l1om.c:1228
-#: eelf_l1om_fbsd.c:936 eelf_s390.c:936 eelf_x86_64.c:1228
-#: eelf_x86_64_cloudabi.c:936 eelf_x86_64_fbsd.c:936 eelf_x86_64_nacl.c:936
-#: eelf_x86_64_sol2.c:1067 eh8300elf.c:936 eh8300elf_linux.c:936
-#: eh8300helf.c:936 eh8300helf_linux.c:936 eh8300hnelf.c:936 eh8300self.c:936
-#: eh8300self_linux.c:936 eh8300snelf.c:936 eh8300sxelf.c:936
-#: eh8300sxelf_linux.c:936 eh8300sxnelf.c:936 ehppa64linux.c:936
-#: ehppaelf.c:1243 ehppalinux.c:1243 ehppanbsd.c:1243 ehppaobsd.c:1243
-#: ei386lynx.c:936 ei386moss.c:936 ei386nto.c:936 em32relf.c:936
-#: em32relf_linux.c:936 em32rlelf.c:936 em32rlelf_linux.c:936
-#: em68hc11elf.c:1236 em68hc11elfb.c:1236 em68hc12elf.c:1236
-#: em68hc12elfb.c:1236 em68kelf.c:1086 em68kelfnbsd.c:1086 em9s12zelf.c:936
-#: emn10300.c:936 ends32belf.c:1043 ends32belf16m.c:1043
-#: ends32belf_linux.c:1043 ends32elf.c:1043 ends32elf16m.c:1043
-#: ends32elf_linux.c:1043 enios2elf.c:1229 enios2linux.c:1229 eppclynx.c:1152
-#: epruelf.c:956 escore3_elf.c:956 escore7_elf.c:956 eshelf.c:936
-#: eshelf_fd.c:936 eshelf_linux.c:936 eshelf_nbsd.c:936 eshelf_nto.c:936
-#: eshelf_uclinux.c:936 eshelf_vxworks.c:965 eshlelf.c:936 eshlelf_fd.c:936
-#: eshlelf_linux.c:936 eshlelf_nbsd.c:936 eshlelf_nto.c:936
-#: eshlelf_vxworks.c:965 ev850.c:982 ev850_rh850.c:982
+#: earmnto.c:1471 earmsymbian.c:1471 eavr1.c:1138 eavr2.c:1138 eavr25.c:1138
+#: eavr3.c:1138 eavr31.c:1138 eavr35.c:1138 eavr4.c:1138 eavr5.c:1138
+#: eavr51.c:1138 eavr6.c:1138 eavrtiny.c:1138 eavrxmega1.c:1138
+#: eavrxmega2.c:1138 eavrxmega3.c:1138 eavrxmega4.c:1138 eavrxmega5.c:1138
+#: eavrxmega6.c:1138 eavrxmega7.c:1138 ecriself.c:935 ecrislinux.c:935
+#: ecskyelf.c:1199 ecskyelf_linux.c:1199 ed10velf.c:935 eelf32_sparc.c:935
+#: eelf32_sparc_sol2.c:1066 eelf32_sparc_vxworks.c:964 eelf32_spu.c:1469
+#: eelf32_tic6x_be.c:1073 eelf32_tic6x_elf_be.c:1073 eelf32_tic6x_elf_le.c:1073
+#: eelf32_tic6x_le.c:1073 eelf32_tic6x_linux_be.c:1073
+#: eelf32_tic6x_linux_le.c:1073 eelf32_x86_64.c:1250 eelf32_x86_64_nacl.c:958
+#: eelf32am33lin.c:935 eelf32b4300.c:1151 eelf32bfin.c:944 eelf32bfinfd.c:944
+#: eelf32bmip.c:1151 eelf32bmipn32.c:1169 eelf32bsmip.c:1169
+#: eelf32btsmip.c:1151 eelf32btsmip_fbsd.c:1151 eelf32btsmipn32.c:1151
+#: eelf32btsmipn32_fbsd.c:1151 eelf32cr16.c:1086 eelf32cr16c.c:935
+#: eelf32crx.c:974 eelf32ebmip.c:1151 eelf32ebmipvxworks.c:1180
+#: eelf32elmip.c:1151 eelf32elmipvxworks.c:1180 eelf32epiphany.c:935
+#: eelf32epiphany_4x4.c:937 eelf32frvfd.c:935 eelf32ip2k.c:935
+#: eelf32l4300.c:1151 eelf32lm32.c:935 eelf32lm32fd.c:935 eelf32lmip.c:1151
+#: eelf32lppc.c:1143 eelf32lppclinux.c:1143 eelf32lppcnto.c:1143
+#: eelf32lppcsim.c:1143 eelf32lr5900.c:1151 eelf32lr5900n32.c:1151
+#: eelf32lriscv.c:1000 eelf32lriscv_ilp32.c:1000 eelf32lriscv_ilp32f.c:1000
+#: eelf32lsmip.c:1151 eelf32ltsmip.c:1151 eelf32ltsmip_fbsd.c:1151
+#: eelf32ltsmipn32.c:1151 eelf32ltsmipn32_fbsd.c:1151 eelf32m32c.c:946
+#: eelf32mb_linux.c:935 eelf32mbel_linux.c:935 eelf32mcore.c:935
+#: eelf32mep.c:935 eelf32metag.c:1210 eelf32microblaze.c:935
+#: eelf32microblazeel.c:935 eelf32mipswindiss.c:1151 eelf32or1k.c:935
+#: eelf32or1k_linux.c:935 eelf32ppc.c:1143 eelf32ppc_fbsd.c:1143
+#: eelf32ppclinux.c:1143 eelf32ppcnto.c:1143 eelf32ppcsim.c:1143
+#: eelf32ppcvxworks.c:1117 eelf32ppcwindiss.c:1143 eelf32rl78.c:935
+#: eelf32rx.c:951 eelf32tilegx.c:935 eelf32tilegx_be.c:935 eelf32tilepro.c:935
+#: eelf32vax.c:935 eelf32visium.c:935 eelf32xc16x.c:935 eelf32xc16xl.c:935
+#: eelf32xc16xs.c:935 eelf32xstormy16.c:946 eelf32xtensa.c:2822
+#: eelf64_aix.c:935 eelf64_ia64.c:959 eelf64_ia64_fbsd.c:959 eelf64_s390.c:950
+#: eelf64_sparc.c:935 eelf64_sparc_fbsd.c:935 eelf64_sparc_sol2.c:1066
+#: eelf64alpha.c:1018 eelf64alpha_fbsd.c:1018 eelf64alpha_nbsd.c:1018
+#: eelf64bmip.c:1169 eelf64bpf.c:935 eelf64btsmip.c:1151
+#: eelf64btsmip_fbsd.c:1151 eelf64hppa.c:935 eelf64lppc.c:1585
+#: eelf64lriscv.c:1000 eelf64lriscv_lp64.c:1000 eelf64lriscv_lp64f.c:1000
+#: eelf64ltsmip.c:1151 eelf64ltsmip_fbsd.c:1151 eelf64mmix.c:1046
+#: eelf64ppc.c:1585 eelf64ppc_fbsd.c:1585 eelf64rdos.c:949 eelf64tilegx.c:935
+#: eelf64tilegx_be.c:935 eelf_i386.c:1250 eelf_i386_be.c:958
+#: eelf_i386_fbsd.c:958 eelf_i386_ldso.c:958 eelf_i386_nacl.c:958
+#: eelf_i386_sol2.c:1089 eelf_i386_vxworks.c:987 eelf_iamcu.c:958
+#: eelf_k1om.c:1250 eelf_k1om_fbsd.c:958 eelf_l1om.c:1250 eelf_l1om_fbsd.c:958
+#: eelf_s390.c:935 eelf_x86_64.c:1250 eelf_x86_64_cloudabi.c:958
+#: eelf_x86_64_fbsd.c:958 eelf_x86_64_nacl.c:958 eelf_x86_64_sol2.c:1089
+#: eh8300elf.c:935 eh8300elf_linux.c:935 eh8300helf.c:935
+#: eh8300helf_linux.c:935 eh8300hnelf.c:935 eh8300self.c:935
+#: eh8300self_linux.c:935 eh8300snelf.c:935 eh8300sxelf.c:935
+#: eh8300sxelf_linux.c:935 eh8300sxnelf.c:935 ehppa64linux.c:935
+#: ehppaelf.c:1242 ehppalinux.c:1242 ehppanbsd.c:1242 ehppaobsd.c:1242
+#: ei386lynx.c:949 ei386moss.c:949 ei386nto.c:949 em32relf.c:935
+#: em32relf_linux.c:935 em32rlelf.c:935 em32rlelf_linux.c:935
+#: em68hc11elf.c:1235 em68hc11elfb.c:1235 em68hc12elf.c:1235
+#: em68hc12elfb.c:1235 em68kelf.c:1085 em68kelfnbsd.c:1085 emn10300.c:935
+#: ends32belf.c:1042 ends32belf16m.c:1042 ends32belf_linux.c:1042
+#: ends32elf.c:1042 ends32elf16m.c:1042 ends32elf_linux.c:1042 enios2elf.c:1228
+#: enios2linux.c:1228 eppclynx.c:1143 epruelf.c:955 escore3_elf.c:956
+#: escore7_elf.c:956 eshelf.c:935 eshelf_fd.c:935 eshelf_linux.c:935
+#: eshelf_nbsd.c:935 eshelf_nto.c:935 eshelf_uclinux.c:935 eshelf_vxworks.c:964
+#: eshlelf.c:935 eshlelf_fd.c:935 eshlelf_linux.c:935 eshlelf_nbsd.c:935
+#: eshlelf_nto.c:935 eshlelf_vxworks.c:964 ev850.c:981 ev850_rh850.c:981
msgid ""
"%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from "
"%pB\n"
msgstr ""
-#: eaarch64cloudabi.c:1286 eaarch64cloudabib.c:1286 eaarch64elf.c:1286
-#: eaarch64elf32.c:1286 eaarch64elf32b.c:1286 eaarch64elfb.c:1286
-#: eaarch64fbsd.c:1286 eaarch64fbsdb.c:1286 eaarch64linux.c:1286
-#: eaarch64linux32.c:1286 eaarch64linux32b.c:1286 eaarch64linuxb.c:1286
-#: earcelf.c:971 earcelf_prof.c:971 earclinux.c:973 earclinux_nps.c:973
-#: earclinux_prof.c:973 earcv2elf.c:971 earcv2elfx.c:971 earmelf.c:1506
+#: eaarch64cloudabi.c:1293 eaarch64cloudabib.c:1293 eaarch64elf.c:1293
+#: eaarch64elf32.c:1293 eaarch64elf32b.c:1293 eaarch64elfb.c:1293
+#: eaarch64fbsd.c:1293 eaarch64fbsdb.c:1293 eaarch64linux.c:1293
+#: eaarch64linux32.c:1293 eaarch64linux32b.c:1293 eaarch64linuxb.c:1293
+#: earcelf.c:970 earcelf_prof.c:970 earclinux.c:970 earclinux_nps.c:970
+#: earclinux_prof.c:970 earcv2elf.c:970 earcv2elfx.c:970 earmelf.c:1506
#: earmelf_fbsd.c:1506 earmelf_fuchsia.c:1506 earmelf_linux.c:1506
#: earmelf_linux_eabi.c:1506 earmelf_linux_fdpiceabi.c:1506 earmelf_nacl.c:1506
#: earmelf_nbsd.c:1506 earmelf_phoenix.c:1506 earmelf_vxworks.c:1536
#: earmelfb.c:1506 earmelfb_fbsd.c:1506 earmelfb_fuchsia.c:1506
#: earmelfb_linux.c:1506 earmelfb_linux_eabi.c:1506
#: earmelfb_linux_fdpiceabi.c:1506 earmelfb_nacl.c:1506 earmelfb_nbsd.c:1506
-#: earmnto.c:1506 earmsymbian.c:1506 eavr1.c:1174 eavr2.c:1174 eavr25.c:1174
-#: eavr3.c:1174 eavr31.c:1174 eavr35.c:1174 eavr4.c:1174 eavr5.c:1174
-#: eavr51.c:1174 eavr6.c:1174 eavrtiny.c:1174 eavrxmega1.c:1174
-#: eavrxmega2.c:1174 eavrxmega3.c:1174 eavrxmega4.c:1174 eavrxmega5.c:1174
-#: eavrxmega6.c:1174 eavrxmega7.c:1174 ecriself.c:971 ecrislinux.c:971
-#: ecskyelf.c:1228 ecskyelf_linux.c:1228 ed10velf.c:971 eelf32_sparc.c:971
-#: eelf32_sparc_sol2.c:1102 eelf32_sparc_vxworks.c:1000 eelf32_spu.c:1641
-#: eelf32_tic6x_be.c:1109 eelf32_tic6x_elf_be.c:1109 eelf32_tic6x_elf_le.c:1109
-#: eelf32_tic6x_le.c:1109 eelf32_tic6x_linux_be.c:1109
-#: eelf32_tic6x_linux_le.c:1109 eelf32_x86_64.c:1263 eelf32_x86_64_nacl.c:971
-#: eelf32am33lin.c:971 eelf32b4300.c:1198 eelf32bfin.c:980 eelf32bfinfd.c:980
-#: eelf32bmip.c:1198 eelf32bmipn32.c:1216 eelf32bsmip.c:1216
-#: eelf32btsmip.c:1198 eelf32btsmip_fbsd.c:1198 eelf32btsmipn32.c:1198
-#: eelf32btsmipn32_fbsd.c:1198 eelf32cr16.c:1122 eelf32cr16c.c:971
-#: eelf32crx.c:1010 eelf32ebmip.c:1198 eelf32ebmipvxworks.c:1227
-#: eelf32elmip.c:1198 eelf32elmipvxworks.c:1227 eelf32epiphany.c:971
-#: eelf32epiphany_4x4.c:973 eelf32frvfd.c:971 eelf32ip2k.c:971
-#: eelf32l4300.c:1198 eelf32lm32.c:971 eelf32lm32fd.c:971 eelf32lmip.c:1198
-#: eelf32lppc.c:1187 eelf32lppclinux.c:1187 eelf32lppcnto.c:1187
-#: eelf32lppcsim.c:1187 eelf32lr5900.c:1198 eelf32lr5900n32.c:1198
-#: eelf32lriscv.c:1036 eelf32lriscv_ilp32.c:1036 eelf32lriscv_ilp32f.c:1036
-#: eelf32lsmip.c:1198 eelf32ltsmip.c:1198 eelf32ltsmip_fbsd.c:1198
-#: eelf32ltsmipn32.c:1198 eelf32ltsmipn32_fbsd.c:1198 eelf32m32c.c:982
-#: eelf32mb_linux.c:971 eelf32mbel_linux.c:971 eelf32mcore.c:971
-#: eelf32mep.c:971 eelf32metag.c:1246 eelf32microblaze.c:971
-#: eelf32microblazeel.c:971 eelf32mipswindiss.c:1198 eelf32or1k.c:971
-#: eelf32or1k_linux.c:971 eelf32ppc.c:1187 eelf32ppc_fbsd.c:1187
-#: eelf32ppclinux.c:1187 eelf32ppcnto.c:1187 eelf32ppcsim.c:1187
-#: eelf32ppcvxworks.c:1161 eelf32ppcwindiss.c:1187 eelf32rl78.c:971
-#: eelf32rx.c:987 eelf32tilegx.c:971 eelf32tilegx_be.c:971 eelf32tilepro.c:971
-#: eelf32vax.c:971 eelf32visium.c:971 eelf32xc16x.c:971 eelf32xc16xl.c:971
-#: eelf32xc16xs.c:971 eelf32xstormy16.c:982 eelf32xtensa.c:2858
-#: eelf64_aix.c:971 eelf64_ia64.c:995 eelf64_ia64_fbsd.c:995 eelf64_s390.c:986
-#: eelf64_sparc.c:971 eelf64_sparc_fbsd.c:971 eelf64_sparc_sol2.c:1102
-#: eelf64alpha.c:1054 eelf64alpha_fbsd.c:1054 eelf64alpha_nbsd.c:1054
-#: eelf64bmip.c:1216 eelf64btsmip.c:1198 eelf64btsmip_fbsd.c:1198
-#: eelf64hppa.c:971 eelf64lppc.c:1633 eelf64lriscv.c:1036
-#: eelf64lriscv_lp64.c:1036 eelf64lriscv_lp64f.c:1036 eelf64ltsmip.c:1198
-#: eelf64ltsmip_fbsd.c:1198 eelf64mmix.c:1082 eelf64ppc.c:1633
-#: eelf64ppc_fbsd.c:1633 eelf64rdos.c:971 eelf64tilegx.c:971
-#: eelf64tilegx_be.c:971 eelf_i386.c:1263 eelf_i386_be.c:971
-#: eelf_i386_chaos.c:971 eelf_i386_fbsd.c:971 eelf_i386_ldso.c:971
-#: eelf_i386_nacl.c:971 eelf_i386_sol2.c:1102 eelf_i386_vxworks.c:1000
-#: eelf_iamcu.c:971 eelf_k1om.c:1263 eelf_k1om_fbsd.c:971 eelf_l1om.c:1263
-#: eelf_l1om_fbsd.c:971 eelf_s390.c:971 eelf_x86_64.c:1263
-#: eelf_x86_64_cloudabi.c:971 eelf_x86_64_fbsd.c:971 eelf_x86_64_nacl.c:971
-#: eelf_x86_64_sol2.c:1102 eh8300elf.c:971 eh8300elf_linux.c:971
-#: eh8300helf.c:971 eh8300helf_linux.c:971 eh8300hnelf.c:971 eh8300self.c:971
-#: eh8300self_linux.c:971 eh8300snelf.c:971 eh8300sxelf.c:971
-#: eh8300sxelf_linux.c:971 eh8300sxnelf.c:971 ehppa64linux.c:971
-#: ehppaelf.c:1278 ehppalinux.c:1278 ehppanbsd.c:1278 ehppaobsd.c:1278
-#: ei386lynx.c:971 ei386moss.c:971 ei386nto.c:971 em32relf.c:971
-#: em32relf_linux.c:971 em32rlelf.c:971 em32rlelf_linux.c:971
-#: em68hc11elf.c:1271 em68hc11elfb.c:1271 em68hc12elf.c:1271
-#: em68hc12elfb.c:1271 em68kelf.c:1121 em68kelfnbsd.c:1121 em9s12zelf.c:971
-#: emn10300.c:971 ends32belf.c:1078 ends32belf16m.c:1078
-#: ends32belf_linux.c:1078 ends32elf.c:1078 ends32elf16m.c:1078
-#: ends32elf_linux.c:1078 enios2elf.c:1264 enios2linux.c:1264 eppclynx.c:1187
-#: epruelf.c:991 escore3_elf.c:991 escore7_elf.c:991 eshelf.c:971
-#: eshelf_fd.c:971 eshelf_linux.c:971 eshelf_nbsd.c:971 eshelf_nto.c:971
-#: eshelf_uclinux.c:971 eshelf_vxworks.c:1000 eshlelf.c:971 eshlelf_fd.c:971
-#: eshlelf_linux.c:971 eshlelf_nbsd.c:971 eshlelf_nto.c:971
-#: eshlelf_vxworks.c:1000 ev850.c:1017 ev850_rh850.c:1017
+#: earmnto.c:1506 earmsymbian.c:1506 eavr1.c:1173 eavr2.c:1173 eavr25.c:1173
+#: eavr3.c:1173 eavr31.c:1173 eavr35.c:1173 eavr4.c:1173 eavr5.c:1173
+#: eavr51.c:1173 eavr6.c:1173 eavrtiny.c:1173 eavrxmega1.c:1173
+#: eavrxmega2.c:1173 eavrxmega3.c:1173 eavrxmega4.c:1173 eavrxmega5.c:1173
+#: eavrxmega6.c:1173 eavrxmega7.c:1173 ecriself.c:970 ecrislinux.c:970
+#: ecskyelf.c:1234 ecskyelf_linux.c:1234 ed10velf.c:970 eelf32_sparc.c:970
+#: eelf32_sparc_sol2.c:1101 eelf32_sparc_vxworks.c:999 eelf32_spu.c:1504
+#: eelf32_tic6x_be.c:1108 eelf32_tic6x_elf_be.c:1108 eelf32_tic6x_elf_le.c:1108
+#: eelf32_tic6x_le.c:1108 eelf32_tic6x_linux_be.c:1108
+#: eelf32_tic6x_linux_le.c:1108 eelf32_x86_64.c:1285 eelf32_x86_64_nacl.c:993
+#: eelf32am33lin.c:970 eelf32b4300.c:1186 eelf32bfin.c:979 eelf32bfinfd.c:979
+#: eelf32bmip.c:1186 eelf32bmipn32.c:1204 eelf32bsmip.c:1204
+#: eelf32btsmip.c:1186 eelf32btsmip_fbsd.c:1186 eelf32btsmipn32.c:1186
+#: eelf32btsmipn32_fbsd.c:1186 eelf32cr16.c:1121 eelf32cr16c.c:970
+#: eelf32crx.c:1009 eelf32ebmip.c:1186 eelf32ebmipvxworks.c:1215
+#: eelf32elmip.c:1186 eelf32elmipvxworks.c:1215 eelf32epiphany.c:970
+#: eelf32epiphany_4x4.c:972 eelf32frvfd.c:970 eelf32ip2k.c:970
+#: eelf32l4300.c:1186 eelf32lm32.c:970 eelf32lm32fd.c:970 eelf32lmip.c:1186
+#: eelf32lppc.c:1178 eelf32lppclinux.c:1178 eelf32lppcnto.c:1178
+#: eelf32lppcsim.c:1178 eelf32lr5900.c:1186 eelf32lr5900n32.c:1186
+#: eelf32lriscv.c:1035 eelf32lriscv_ilp32.c:1035 eelf32lriscv_ilp32f.c:1035
+#: eelf32lsmip.c:1186 eelf32ltsmip.c:1186 eelf32ltsmip_fbsd.c:1186
+#: eelf32ltsmipn32.c:1186 eelf32ltsmipn32_fbsd.c:1186 eelf32m32c.c:981
+#: eelf32mb_linux.c:970 eelf32mbel_linux.c:970 eelf32mcore.c:970
+#: eelf32mep.c:970 eelf32metag.c:1245 eelf32microblaze.c:970
+#: eelf32microblazeel.c:970 eelf32mipswindiss.c:1186 eelf32or1k.c:970
+#: eelf32or1k_linux.c:970 eelf32ppc.c:1178 eelf32ppc_fbsd.c:1178
+#: eelf32ppclinux.c:1178 eelf32ppcnto.c:1178 eelf32ppcsim.c:1178
+#: eelf32ppcvxworks.c:1152 eelf32ppcwindiss.c:1178 eelf32rl78.c:970
+#: eelf32rx.c:986 eelf32tilegx.c:970 eelf32tilegx_be.c:970 eelf32tilepro.c:970
+#: eelf32vax.c:970 eelf32visium.c:970 eelf32xc16x.c:970 eelf32xc16xl.c:970
+#: eelf32xc16xs.c:970 eelf32xstormy16.c:981 eelf32xtensa.c:2857
+#: eelf64_aix.c:970 eelf64_ia64.c:994 eelf64_ia64_fbsd.c:994 eelf64_s390.c:985
+#: eelf64_sparc.c:970 eelf64_sparc_fbsd.c:970 eelf64_sparc_sol2.c:1101
+#: eelf64alpha.c:1053 eelf64alpha_fbsd.c:1053 eelf64alpha_nbsd.c:1053
+#: eelf64bmip.c:1204 eelf64bpf.c:970 eelf64btsmip.c:1186
+#: eelf64btsmip_fbsd.c:1186 eelf64hppa.c:970 eelf64lppc.c:1620
+#: eelf64lriscv.c:1035 eelf64lriscv_lp64.c:1035 eelf64lriscv_lp64f.c:1035
+#: eelf64ltsmip.c:1186 eelf64ltsmip_fbsd.c:1186 eelf64mmix.c:1081
+#: eelf64ppc.c:1620 eelf64ppc_fbsd.c:1620 eelf64rdos.c:984 eelf64tilegx.c:970
+#: eelf64tilegx_be.c:970 eelf_i386.c:1285 eelf_i386_be.c:993
+#: eelf_i386_fbsd.c:993 eelf_i386_ldso.c:993 eelf_i386_nacl.c:993
+#: eelf_i386_sol2.c:1124 eelf_i386_vxworks.c:1022 eelf_iamcu.c:993
+#: eelf_k1om.c:1285 eelf_k1om_fbsd.c:993 eelf_l1om.c:1285 eelf_l1om_fbsd.c:993
+#: eelf_s390.c:970 eelf_x86_64.c:1285 eelf_x86_64_cloudabi.c:993
+#: eelf_x86_64_fbsd.c:993 eelf_x86_64_nacl.c:993 eelf_x86_64_sol2.c:1124
+#: eh8300elf.c:970 eh8300elf_linux.c:970 eh8300helf.c:970
+#: eh8300helf_linux.c:970 eh8300hnelf.c:970 eh8300self.c:970
+#: eh8300self_linux.c:970 eh8300snelf.c:970 eh8300sxelf.c:970
+#: eh8300sxelf_linux.c:970 eh8300sxnelf.c:970 ehppa64linux.c:970
+#: ehppaelf.c:1277 ehppalinux.c:1277 ehppanbsd.c:1277 ehppaobsd.c:1277
+#: ei386lynx.c:984 ei386moss.c:984 ei386nto.c:984 em32relf.c:970
+#: em32relf_linux.c:970 em32rlelf.c:970 em32rlelf_linux.c:970
+#: em68hc11elf.c:1270 em68hc11elfb.c:1270 em68hc12elf.c:1270
+#: em68hc12elfb.c:1270 em68kelf.c:1120 em68kelfnbsd.c:1120 emn10300.c:970
+#: ends32belf.c:1077 ends32belf16m.c:1077 ends32belf_linux.c:1077
+#: ends32elf.c:1077 ends32elf16m.c:1077 ends32elf_linux.c:1077 enios2elf.c:1263
+#: enios2linux.c:1263 eppclynx.c:1178 epruelf.c:990 escore3_elf.c:991
+#: escore7_elf.c:991 eshelf.c:970 eshelf_fd.c:970 eshelf_linux.c:970
+#: eshelf_nbsd.c:970 eshelf_nto.c:970 eshelf_uclinux.c:970 eshelf_vxworks.c:999
+#: eshlelf.c:970 eshlelf_fd.c:970 eshlelf_linux.c:970 eshlelf_nbsd.c:970
+#: eshlelf_nto.c:970 eshlelf_vxworks.c:999 ev850.c:1016 ev850_rh850.c:1016
msgid ""
"%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"
msgstr ""
-#: eaarch64cloudabi.c:1341 eaarch64cloudabib.c:1341 eaarch64elf.c:1341
-#: eaarch64elf32.c:1341 eaarch64elf32b.c:1341 eaarch64elfb.c:1341
-#: eaarch64fbsd.c:1341 eaarch64fbsdb.c:1341 eaarch64linux.c:1341
-#: eaarch64linux32.c:1341 eaarch64linux32b.c:1341 eaarch64linuxb.c:1341
-#: earcelf.c:1026 earcelf_prof.c:1026 earclinux.c:1028 earclinux_nps.c:1028
-#: earclinux_prof.c:1028 earcv2elf.c:1026 earcv2elfx.c:1026 earmelf.c:1561
+#: eaarch64cloudabi.c:1348 eaarch64cloudabib.c:1348 eaarch64elf.c:1348
+#: eaarch64elf32.c:1348 eaarch64elf32b.c:1348 eaarch64elfb.c:1348
+#: eaarch64fbsd.c:1348 eaarch64fbsdb.c:1348 eaarch64linux.c:1348
+#: eaarch64linux32.c:1348 eaarch64linux32b.c:1348 eaarch64linuxb.c:1348
+#: earcelf.c:1025 earcelf_prof.c:1025 earclinux.c:1025 earclinux_nps.c:1025
+#: earclinux_prof.c:1025 earcv2elf.c:1025 earcv2elfx.c:1025 earmelf.c:1561
#: earmelf_fbsd.c:1561 earmelf_fuchsia.c:1561 earmelf_linux.c:1561
#: earmelf_linux_eabi.c:1561 earmelf_linux_fdpiceabi.c:1561 earmelf_nacl.c:1561
#: earmelf_nbsd.c:1561 earmelf_phoenix.c:1561 earmelf_vxworks.c:1591
#: earmelfb.c:1561 earmelfb_fbsd.c:1561 earmelfb_fuchsia.c:1561
#: earmelfb_linux.c:1561 earmelfb_linux_eabi.c:1561
#: earmelfb_linux_fdpiceabi.c:1561 earmelfb_nacl.c:1561 earmelfb_nbsd.c:1561
-#: earmnto.c:1561 earmsymbian.c:1561 eavr1.c:1229 eavr2.c:1229 eavr25.c:1229
-#: eavr3.c:1229 eavr31.c:1229 eavr35.c:1229 eavr4.c:1229 eavr5.c:1229
-#: eavr51.c:1229 eavr6.c:1229 eavrtiny.c:1229 eavrxmega1.c:1229
-#: eavrxmega2.c:1229 eavrxmega3.c:1229 eavrxmega4.c:1229 eavrxmega5.c:1229
-#: eavrxmega6.c:1229 eavrxmega7.c:1229 ecriself.c:1026 ecrislinux.c:1026
-#: ecskyelf.c:1283 ecskyelf_linux.c:1283 ed10velf.c:1026 eelf32_sparc.c:1026
-#: eelf32_sparc_sol2.c:1157 eelf32_sparc_vxworks.c:1055 eelf32_spu.c:1696
-#: eelf32_tic6x_be.c:1164 eelf32_tic6x_elf_be.c:1164 eelf32_tic6x_elf_le.c:1164
-#: eelf32_tic6x_le.c:1164 eelf32_tic6x_linux_be.c:1164
-#: eelf32_tic6x_linux_le.c:1164 eelf32_x86_64.c:1318 eelf32_x86_64_nacl.c:1026
-#: eelf32am33lin.c:1026 eelf32b4300.c:1253 eelf32bfin.c:1035
-#: eelf32bfinfd.c:1035 eelf32bmip.c:1253 eelf32bmipn32.c:1271
-#: eelf32bsmip.c:1271 eelf32btsmip.c:1253 eelf32btsmip_fbsd.c:1253
-#: eelf32btsmipn32.c:1253 eelf32btsmipn32_fbsd.c:1253 eelf32cr16.c:1177
-#: eelf32cr16c.c:1026 eelf32crx.c:1065 eelf32ebmip.c:1253
-#: eelf32ebmipvxworks.c:1282 eelf32elmip.c:1253 eelf32elmipvxworks.c:1282
-#: eelf32epiphany.c:1026 eelf32epiphany_4x4.c:1028 eelf32frvfd.c:1026
-#: eelf32ip2k.c:1026 eelf32l4300.c:1253 eelf32lm32.c:1026 eelf32lm32fd.c:1026
-#: eelf32lmip.c:1253 eelf32lppc.c:1242 eelf32lppclinux.c:1242
-#: eelf32lppcnto.c:1242 eelf32lppcsim.c:1242 eelf32lr5900.c:1253
-#: eelf32lr5900n32.c:1253 eelf32lriscv.c:1091 eelf32lriscv_ilp32.c:1091
-#: eelf32lriscv_ilp32f.c:1091 eelf32lsmip.c:1253 eelf32ltsmip.c:1253
-#: eelf32ltsmip_fbsd.c:1253 eelf32ltsmipn32.c:1253 eelf32ltsmipn32_fbsd.c:1253
-#: eelf32m32c.c:1037 eelf32mb_linux.c:1026 eelf32mbel_linux.c:1026
-#: eelf32mcore.c:1026 eelf32mep.c:1026 eelf32metag.c:1301
-#: eelf32microblaze.c:1026 eelf32microblazeel.c:1026 eelf32mipswindiss.c:1253
-#: eelf32or1k.c:1026 eelf32or1k_linux.c:1026 eelf32ppc.c:1242
-#: eelf32ppc_fbsd.c:1242 eelf32ppclinux.c:1242 eelf32ppcnto.c:1242
-#: eelf32ppcsim.c:1242 eelf32ppcvxworks.c:1216 eelf32ppcwindiss.c:1242
-#: eelf32rl78.c:1026 eelf32rx.c:1042 eelf32tilegx.c:1026 eelf32tilegx_be.c:1026
-#: eelf32tilepro.c:1026 eelf32vax.c:1026 eelf32visium.c:1026 eelf32xc16x.c:1026
-#: eelf32xc16xl.c:1026 eelf32xc16xs.c:1026 eelf32xstormy16.c:1037
-#: eelf32xtensa.c:2913 eelf64_aix.c:1026 eelf64_ia64.c:1050
-#: eelf64_ia64_fbsd.c:1050 eelf64_s390.c:1041 eelf64_sparc.c:1026
-#: eelf64_sparc_fbsd.c:1026 eelf64_sparc_sol2.c:1157 eelf64alpha.c:1109
-#: eelf64alpha_fbsd.c:1109 eelf64alpha_nbsd.c:1109 eelf64bmip.c:1271
-#: eelf64btsmip.c:1253 eelf64btsmip_fbsd.c:1253 eelf64hppa.c:1026
-#: eelf64lppc.c:1688 eelf64lriscv.c:1091 eelf64lriscv_lp64.c:1091
-#: eelf64lriscv_lp64f.c:1091 eelf64ltsmip.c:1253 eelf64ltsmip_fbsd.c:1253
-#: eelf64mmix.c:1137 eelf64ppc.c:1688 eelf64ppc_fbsd.c:1688 eelf64rdos.c:1026
-#: eelf64tilegx.c:1026 eelf64tilegx_be.c:1026 eelf_i386.c:1318
-#: eelf_i386_be.c:1026 eelf_i386_chaos.c:1026 eelf_i386_fbsd.c:1026
-#: eelf_i386_ldso.c:1026 eelf_i386_nacl.c:1026 eelf_i386_sol2.c:1157
-#: eelf_i386_vxworks.c:1055 eelf_iamcu.c:1026 eelf_k1om.c:1318
-#: eelf_k1om_fbsd.c:1026 eelf_l1om.c:1318 eelf_l1om_fbsd.c:1026
-#: eelf_s390.c:1026 eelf_x86_64.c:1318 eelf_x86_64_cloudabi.c:1026
-#: eelf_x86_64_fbsd.c:1026 eelf_x86_64_nacl.c:1026 eelf_x86_64_sol2.c:1157
-#: eh8300elf.c:1026 eh8300elf_linux.c:1026 eh8300helf.c:1026
-#: eh8300helf_linux.c:1026 eh8300hnelf.c:1026 eh8300self.c:1026
-#: eh8300self_linux.c:1026 eh8300snelf.c:1026 eh8300sxelf.c:1026
-#: eh8300sxelf_linux.c:1026 eh8300sxnelf.c:1026 ehppa64linux.c:1026
-#: ehppaelf.c:1333 ehppalinux.c:1333 ehppanbsd.c:1333 ehppaobsd.c:1333
-#: ei386lynx.c:1026 ei386moss.c:1026 ei386nto.c:1026 em32relf.c:1026
-#: em32relf_linux.c:1026 em32rlelf.c:1026 em32rlelf_linux.c:1026
-#: em68hc11elf.c:1326 em68hc11elfb.c:1326 em68hc12elf.c:1326
-#: em68hc12elfb.c:1326 em68kelf.c:1176 em68kelfnbsd.c:1176 em9s12zelf.c:1026
-#: emn10300.c:1026 ends32belf.c:1133 ends32belf16m.c:1133
-#: ends32belf_linux.c:1133 ends32elf.c:1133 ends32elf16m.c:1133
-#: ends32elf_linux.c:1133 enios2elf.c:1319 enios2linux.c:1319 eppclynx.c:1242
-#: epruelf.c:1046 escore3_elf.c:1046 escore7_elf.c:1046 eshelf.c:1026
-#: eshelf_fd.c:1026 eshelf_linux.c:1026 eshelf_nbsd.c:1026 eshelf_nto.c:1026
-#: eshelf_uclinux.c:1026 eshelf_vxworks.c:1055 eshlelf.c:1026 eshlelf_fd.c:1026
-#: eshlelf_linux.c:1026 eshlelf_nbsd.c:1026 eshlelf_nto.c:1026
-#: eshlelf_vxworks.c:1055 ev850.c:1072 ev850_rh850.c:1072
+#: earmnto.c:1561 earmsymbian.c:1561 eavr1.c:1228 eavr2.c:1228 eavr25.c:1228
+#: eavr3.c:1228 eavr31.c:1228 eavr35.c:1228 eavr4.c:1228 eavr5.c:1228
+#: eavr51.c:1228 eavr6.c:1228 eavrtiny.c:1228 eavrxmega1.c:1228
+#: eavrxmega2.c:1228 eavrxmega3.c:1228 eavrxmega4.c:1228 eavrxmega5.c:1228
+#: eavrxmega6.c:1228 eavrxmega7.c:1228 ecriself.c:1025 ecrislinux.c:1025
+#: ecskyelf.c:1289 ecskyelf_linux.c:1289 ed10velf.c:1025 eelf32_sparc.c:1025
+#: eelf32_sparc_sol2.c:1156 eelf32_sparc_vxworks.c:1054 eelf32_spu.c:1559
+#: eelf32_tic6x_be.c:1163 eelf32_tic6x_elf_be.c:1163 eelf32_tic6x_elf_le.c:1163
+#: eelf32_tic6x_le.c:1163 eelf32_tic6x_linux_be.c:1163
+#: eelf32_tic6x_linux_le.c:1163 eelf32_x86_64.c:1340 eelf32_x86_64_nacl.c:1048
+#: eelf32am33lin.c:1025 eelf32b4300.c:1241 eelf32bfin.c:1034
+#: eelf32bfinfd.c:1034 eelf32bmip.c:1241 eelf32bmipn32.c:1259
+#: eelf32bsmip.c:1259 eelf32btsmip.c:1241 eelf32btsmip_fbsd.c:1241
+#: eelf32btsmipn32.c:1241 eelf32btsmipn32_fbsd.c:1241 eelf32cr16.c:1176
+#: eelf32cr16c.c:1025 eelf32crx.c:1064 eelf32ebmip.c:1241
+#: eelf32ebmipvxworks.c:1270 eelf32elmip.c:1241 eelf32elmipvxworks.c:1270
+#: eelf32epiphany.c:1025 eelf32epiphany_4x4.c:1027 eelf32frvfd.c:1025
+#: eelf32ip2k.c:1025 eelf32l4300.c:1241 eelf32lm32.c:1025 eelf32lm32fd.c:1025
+#: eelf32lmip.c:1241 eelf32lppc.c:1233 eelf32lppclinux.c:1233
+#: eelf32lppcnto.c:1233 eelf32lppcsim.c:1233 eelf32lr5900.c:1241
+#: eelf32lr5900n32.c:1241 eelf32lriscv.c:1090 eelf32lriscv_ilp32.c:1090
+#: eelf32lriscv_ilp32f.c:1090 eelf32lsmip.c:1241 eelf32ltsmip.c:1241
+#: eelf32ltsmip_fbsd.c:1241 eelf32ltsmipn32.c:1241 eelf32ltsmipn32_fbsd.c:1241
+#: eelf32m32c.c:1036 eelf32mb_linux.c:1025 eelf32mbel_linux.c:1025
+#: eelf32mcore.c:1025 eelf32mep.c:1025 eelf32metag.c:1300
+#: eelf32microblaze.c:1025 eelf32microblazeel.c:1025 eelf32mipswindiss.c:1241
+#: eelf32or1k.c:1025 eelf32or1k_linux.c:1025 eelf32ppc.c:1233
+#: eelf32ppc_fbsd.c:1233 eelf32ppclinux.c:1233 eelf32ppcnto.c:1233
+#: eelf32ppcsim.c:1233 eelf32ppcvxworks.c:1207 eelf32ppcwindiss.c:1233
+#: eelf32rl78.c:1025 eelf32rx.c:1041 eelf32tilegx.c:1025 eelf32tilegx_be.c:1025
+#: eelf32tilepro.c:1025 eelf32vax.c:1025 eelf32visium.c:1025 eelf32xc16x.c:1025
+#: eelf32xc16xl.c:1025 eelf32xc16xs.c:1025 eelf32xstormy16.c:1036
+#: eelf32xtensa.c:2912 eelf64_aix.c:1025 eelf64_ia64.c:1049
+#: eelf64_ia64_fbsd.c:1049 eelf64_s390.c:1040 eelf64_sparc.c:1025
+#: eelf64_sparc_fbsd.c:1025 eelf64_sparc_sol2.c:1156 eelf64alpha.c:1108
+#: eelf64alpha_fbsd.c:1108 eelf64alpha_nbsd.c:1108 eelf64bmip.c:1259
+#: eelf64bpf.c:1025 eelf64btsmip.c:1241 eelf64btsmip_fbsd.c:1241
+#: eelf64hppa.c:1025 eelf64lppc.c:1675 eelf64lriscv.c:1090
+#: eelf64lriscv_lp64.c:1090 eelf64lriscv_lp64f.c:1090 eelf64ltsmip.c:1241
+#: eelf64ltsmip_fbsd.c:1241 eelf64mmix.c:1136 eelf64ppc.c:1675
+#: eelf64ppc_fbsd.c:1675 eelf64rdos.c:1039 eelf64tilegx.c:1025
+#: eelf64tilegx_be.c:1025 eelf_i386.c:1340 eelf_i386_be.c:1048
+#: eelf_i386_fbsd.c:1048 eelf_i386_ldso.c:1048 eelf_i386_nacl.c:1048
+#: eelf_i386_sol2.c:1179 eelf_i386_vxworks.c:1077 eelf_iamcu.c:1048
+#: eelf_k1om.c:1340 eelf_k1om_fbsd.c:1048 eelf_l1om.c:1340
+#: eelf_l1om_fbsd.c:1048 eelf_s390.c:1025 eelf_x86_64.c:1340
+#: eelf_x86_64_cloudabi.c:1048 eelf_x86_64_fbsd.c:1048 eelf_x86_64_nacl.c:1048
+#: eelf_x86_64_sol2.c:1179 eh8300elf.c:1025 eh8300elf_linux.c:1025
+#: eh8300helf.c:1025 eh8300helf_linux.c:1025 eh8300hnelf.c:1025
+#: eh8300self.c:1025 eh8300self_linux.c:1025 eh8300snelf.c:1025
+#: eh8300sxelf.c:1025 eh8300sxelf_linux.c:1025 eh8300sxnelf.c:1025
+#: ehppa64linux.c:1025 ehppaelf.c:1332 ehppalinux.c:1332 ehppanbsd.c:1332
+#: ehppaobsd.c:1332 ei386lynx.c:1039 ei386moss.c:1039 ei386nto.c:1039
+#: em32relf.c:1025 em32relf_linux.c:1025 em32rlelf.c:1025
+#: em32rlelf_linux.c:1025 em68hc11elf.c:1325 em68hc11elfb.c:1325
+#: em68hc12elf.c:1325 em68hc12elfb.c:1325 em68kelf.c:1175 em68kelfnbsd.c:1175
+#: emn10300.c:1025 ends32belf.c:1132 ends32belf16m.c:1132
+#: ends32belf_linux.c:1132 ends32elf.c:1132 ends32elf16m.c:1132
+#: ends32elf_linux.c:1132 enios2elf.c:1318 enios2linux.c:1318 eppclynx.c:1233
+#: epruelf.c:1045 escore3_elf.c:1046 escore7_elf.c:1046 eshelf.c:1025
+#: eshelf_fd.c:1025 eshelf_linux.c:1025 eshelf_nbsd.c:1025 eshelf_nto.c:1025
+#: eshelf_uclinux.c:1025 eshelf_vxworks.c:1054 eshlelf.c:1025 eshlelf_fd.c:1025
+#: eshlelf_linux.c:1025 eshlelf_nbsd.c:1025 eshlelf_nto.c:1025
+#: eshlelf_vxworks.c:1054 ev850.c:1071 ev850_rh850.c:1071
#, c-format
msgid "%s needed by %pB\n"
msgstr ""
-#: eaarch64cloudabi.c:1392 eaarch64cloudabib.c:1392 eaarch64elf.c:1392
-#: eaarch64elf32.c:1392 eaarch64elf32b.c:1392 eaarch64elfb.c:1392
-#: eaarch64fbsd.c:1392 eaarch64fbsdb.c:1392 eaarch64linux.c:1392
-#: eaarch64linux32.c:1392 eaarch64linux32b.c:1392 eaarch64linuxb.c:1392
-#: earcelf.c:1077 earcelf_prof.c:1077 earclinux.c:1079 earclinux_nps.c:1079
-#: earclinux_prof.c:1079 earcv2elf.c:1077 earcv2elfx.c:1077 earmelf.c:1612
+#: eaarch64cloudabi.c:1399 eaarch64cloudabib.c:1399 eaarch64elf.c:1399
+#: eaarch64elf32.c:1399 eaarch64elf32b.c:1399 eaarch64elfb.c:1399
+#: eaarch64fbsd.c:1399 eaarch64fbsdb.c:1399 eaarch64linux.c:1399
+#: eaarch64linux32.c:1399 eaarch64linux32b.c:1399 eaarch64linuxb.c:1399
+#: earcelf.c:1076 earcelf_prof.c:1076 earclinux.c:1076 earclinux_nps.c:1076
+#: earclinux_prof.c:1076 earcv2elf.c:1076 earcv2elfx.c:1076 earmelf.c:1612
#: earmelf_fbsd.c:1612 earmelf_fuchsia.c:1612 earmelf_linux.c:1612
#: earmelf_linux_eabi.c:1612 earmelf_linux_fdpiceabi.c:1612 earmelf_nacl.c:1612
#: earmelf_nbsd.c:1612 earmelf_phoenix.c:1612 earmelf_vxworks.c:1642
#: earmelfb.c:1612 earmelfb_fbsd.c:1612 earmelfb_fuchsia.c:1612
#: earmelfb_linux.c:1612 earmelfb_linux_eabi.c:1612
#: earmelfb_linux_fdpiceabi.c:1612 earmelfb_nacl.c:1612 earmelfb_nbsd.c:1612
-#: earmnto.c:1612 earmsymbian.c:1612 eavr1.c:1280 eavr2.c:1280 eavr25.c:1280
-#: eavr3.c:1280 eavr31.c:1280 eavr35.c:1280 eavr4.c:1280 eavr5.c:1280
-#: eavr51.c:1280 eavr6.c:1280 eavrtiny.c:1280 eavrxmega1.c:1280
-#: eavrxmega2.c:1280 eavrxmega3.c:1280 eavrxmega4.c:1280 eavrxmega5.c:1280
-#: eavrxmega6.c:1280 eavrxmega7.c:1280 ecriself.c:1077 ecrislinux.c:1077
-#: ecskyelf.c:1334 ecskyelf_linux.c:1334 ed10velf.c:1077 eelf32_sparc.c:1077
-#: eelf32_sparc_sol2.c:1208 eelf32_sparc_vxworks.c:1106 eelf32_spu.c:1747
-#: eelf32_tic6x_be.c:1215 eelf32_tic6x_elf_be.c:1215 eelf32_tic6x_elf_le.c:1215
-#: eelf32_tic6x_le.c:1215 eelf32_tic6x_linux_be.c:1215
-#: eelf32_tic6x_linux_le.c:1215 eelf32_x86_64.c:1409 eelf32_x86_64_nacl.c:1077
-#: eelf32am33lin.c:1077 eelf32b4300.c:1304 eelf32bfin.c:1086
-#: eelf32bfinfd.c:1086 eelf32bmip.c:1304 eelf32bmipn32.c:1322
-#: eelf32bsmip.c:1322 eelf32btsmip.c:1304 eelf32btsmip_fbsd.c:1304
-#: eelf32btsmipn32.c:1304 eelf32btsmipn32_fbsd.c:1304 eelf32cr16.c:1228
-#: eelf32cr16c.c:1077 eelf32crx.c:1116 eelf32ebmip.c:1304
-#: eelf32ebmipvxworks.c:1333 eelf32elmip.c:1304 eelf32elmipvxworks.c:1333
-#: eelf32epiphany.c:1077 eelf32epiphany_4x4.c:1079 eelf32frvfd.c:1077
-#: eelf32ip2k.c:1077 eelf32l4300.c:1304 eelf32lm32.c:1077 eelf32lm32fd.c:1077
-#: eelf32lmip.c:1304 eelf32lppc.c:1293 eelf32lppclinux.c:1293
-#: eelf32lppcnto.c:1293 eelf32lppcsim.c:1293 eelf32lr5900.c:1304
-#: eelf32lr5900n32.c:1304 eelf32lriscv.c:1142 eelf32lriscv_ilp32.c:1142
-#: eelf32lriscv_ilp32f.c:1142 eelf32lsmip.c:1304 eelf32ltsmip.c:1304
-#: eelf32ltsmip_fbsd.c:1304 eelf32ltsmipn32.c:1304 eelf32ltsmipn32_fbsd.c:1304
-#: eelf32m32c.c:1088 eelf32mb_linux.c:1077 eelf32mbel_linux.c:1077
-#: eelf32mcore.c:1077 eelf32mep.c:1077 eelf32metag.c:1352
-#: eelf32microblaze.c:1077 eelf32microblazeel.c:1077 eelf32mipswindiss.c:1304
-#: eelf32or1k.c:1077 eelf32or1k_linux.c:1077 eelf32ppc.c:1293
-#: eelf32ppc_fbsd.c:1293 eelf32ppclinux.c:1293 eelf32ppcnto.c:1293
-#: eelf32ppcsim.c:1293 eelf32ppcvxworks.c:1267 eelf32ppcwindiss.c:1293
-#: eelf32rl78.c:1077 eelf32rx.c:1093 eelf32tilegx.c:1077 eelf32tilegx_be.c:1077
-#: eelf32tilepro.c:1077 eelf32vax.c:1077 eelf32visium.c:1077 eelf32xc16x.c:1077
-#: eelf32xc16xl.c:1077 eelf32xc16xs.c:1077 eelf32xstormy16.c:1088
-#: eelf32xtensa.c:2964 eelf64_aix.c:1077 eelf64_ia64.c:1101
-#: eelf64_ia64_fbsd.c:1101 eelf64_s390.c:1092 eelf64_sparc.c:1077
-#: eelf64_sparc_fbsd.c:1077 eelf64_sparc_sol2.c:1208 eelf64alpha.c:1160
-#: eelf64alpha_fbsd.c:1160 eelf64alpha_nbsd.c:1160 eelf64bmip.c:1322
-#: eelf64btsmip.c:1304 eelf64btsmip_fbsd.c:1304 eelf64hppa.c:1077
-#: eelf64lppc.c:1739 eelf64lriscv.c:1142 eelf64lriscv_lp64.c:1142
-#: eelf64lriscv_lp64f.c:1142 eelf64ltsmip.c:1304 eelf64ltsmip_fbsd.c:1304
-#: eelf64mmix.c:1188 eelf64ppc.c:1739 eelf64ppc_fbsd.c:1739 eelf64rdos.c:1077
-#: eelf64tilegx.c:1077 eelf64tilegx_be.c:1077 eelf_i386.c:1409
-#: eelf_i386_be.c:1077 eelf_i386_chaos.c:1077 eelf_i386_fbsd.c:1077
-#: eelf_i386_ldso.c:1077 eelf_i386_nacl.c:1077 eelf_i386_sol2.c:1208
-#: eelf_i386_vxworks.c:1106 eelf_iamcu.c:1077 eelf_k1om.c:1409
-#: eelf_k1om_fbsd.c:1077 eelf_l1om.c:1409 eelf_l1om_fbsd.c:1077
-#: eelf_s390.c:1077 eelf_x86_64.c:1409 eelf_x86_64_cloudabi.c:1077
-#: eelf_x86_64_fbsd.c:1077 eelf_x86_64_nacl.c:1077 eelf_x86_64_sol2.c:1208
-#: eh8300elf.c:1077 eh8300elf_linux.c:1077 eh8300helf.c:1077
-#: eh8300helf_linux.c:1077 eh8300hnelf.c:1077 eh8300self.c:1077
-#: eh8300self_linux.c:1077 eh8300snelf.c:1077 eh8300sxelf.c:1077
-#: eh8300sxelf_linux.c:1077 eh8300sxnelf.c:1077 ehppa64linux.c:1077
-#: ehppaelf.c:1384 ehppalinux.c:1384 ehppanbsd.c:1384 ehppaobsd.c:1384
-#: ei386lynx.c:1077 ei386moss.c:1077 ei386nto.c:1077 em32relf.c:1077
-#: em32relf_linux.c:1077 em32rlelf.c:1077 em32rlelf_linux.c:1077
-#: em68hc11elf.c:1377 em68hc11elfb.c:1377 em68hc12elf.c:1377
-#: em68hc12elfb.c:1377 em68kelf.c:1227 em68kelfnbsd.c:1227 em9s12zelf.c:1077
-#: emn10300.c:1077 ends32belf.c:1184 ends32belf16m.c:1184
-#: ends32belf_linux.c:1184 ends32elf.c:1184 ends32elf16m.c:1184
-#: ends32elf_linux.c:1184 enios2elf.c:1370 enios2linux.c:1370 eppclynx.c:1293
-#: epruelf.c:1097 escore3_elf.c:1097 escore7_elf.c:1097 eshelf.c:1077
-#: eshelf_fd.c:1077 eshelf_linux.c:1077 eshelf_nbsd.c:1077 eshelf_nto.c:1077
-#: eshelf_uclinux.c:1077 eshelf_vxworks.c:1106 eshlelf.c:1077 eshlelf_fd.c:1077
-#: eshlelf_linux.c:1077 eshlelf_nbsd.c:1077 eshlelf_nto.c:1077
-#: eshlelf_vxworks.c:1106 ev850.c:1123 ev850_rh850.c:1123
+#: earmnto.c:1612 earmsymbian.c:1612 eavr1.c:1279 eavr2.c:1279 eavr25.c:1279
+#: eavr3.c:1279 eavr31.c:1279 eavr35.c:1279 eavr4.c:1279 eavr5.c:1279
+#: eavr51.c:1279 eavr6.c:1279 eavrtiny.c:1279 eavrxmega1.c:1279
+#: eavrxmega2.c:1279 eavrxmega3.c:1279 eavrxmega4.c:1279 eavrxmega5.c:1279
+#: eavrxmega6.c:1279 eavrxmega7.c:1279 ecriself.c:1076 ecrislinux.c:1076
+#: ecskyelf.c:1340 ecskyelf_linux.c:1340 ed10velf.c:1076 eelf32_sparc.c:1076
+#: eelf32_sparc_sol2.c:1207 eelf32_sparc_vxworks.c:1105 eelf32_spu.c:1610
+#: eelf32_tic6x_be.c:1214 eelf32_tic6x_elf_be.c:1214 eelf32_tic6x_elf_le.c:1214
+#: eelf32_tic6x_le.c:1214 eelf32_tic6x_linux_be.c:1214
+#: eelf32_tic6x_linux_le.c:1214 eelf32_x86_64.c:1431 eelf32_x86_64_nacl.c:1099
+#: eelf32am33lin.c:1076 eelf32b4300.c:1292 eelf32bfin.c:1085
+#: eelf32bfinfd.c:1085 eelf32bmip.c:1292 eelf32bmipn32.c:1310
+#: eelf32bsmip.c:1310 eelf32btsmip.c:1292 eelf32btsmip_fbsd.c:1292
+#: eelf32btsmipn32.c:1292 eelf32btsmipn32_fbsd.c:1292 eelf32cr16.c:1227
+#: eelf32cr16c.c:1076 eelf32crx.c:1115 eelf32ebmip.c:1292
+#: eelf32ebmipvxworks.c:1321 eelf32elmip.c:1292 eelf32elmipvxworks.c:1321
+#: eelf32epiphany.c:1076 eelf32epiphany_4x4.c:1078 eelf32frvfd.c:1076
+#: eelf32ip2k.c:1076 eelf32l4300.c:1292 eelf32lm32.c:1076 eelf32lm32fd.c:1076
+#: eelf32lmip.c:1292 eelf32lppc.c:1284 eelf32lppclinux.c:1284
+#: eelf32lppcnto.c:1284 eelf32lppcsim.c:1284 eelf32lr5900.c:1292
+#: eelf32lr5900n32.c:1292 eelf32lriscv.c:1141 eelf32lriscv_ilp32.c:1141
+#: eelf32lriscv_ilp32f.c:1141 eelf32lsmip.c:1292 eelf32ltsmip.c:1292
+#: eelf32ltsmip_fbsd.c:1292 eelf32ltsmipn32.c:1292 eelf32ltsmipn32_fbsd.c:1292
+#: eelf32m32c.c:1087 eelf32mb_linux.c:1076 eelf32mbel_linux.c:1076
+#: eelf32mcore.c:1076 eelf32mep.c:1076 eelf32metag.c:1351
+#: eelf32microblaze.c:1076 eelf32microblazeel.c:1076 eelf32mipswindiss.c:1292
+#: eelf32or1k.c:1076 eelf32or1k_linux.c:1076 eelf32ppc.c:1284
+#: eelf32ppc_fbsd.c:1284 eelf32ppclinux.c:1284 eelf32ppcnto.c:1284
+#: eelf32ppcsim.c:1284 eelf32ppcvxworks.c:1258 eelf32ppcwindiss.c:1284
+#: eelf32rl78.c:1076 eelf32rx.c:1092 eelf32tilegx.c:1076 eelf32tilegx_be.c:1076
+#: eelf32tilepro.c:1076 eelf32vax.c:1076 eelf32visium.c:1076 eelf32xc16x.c:1076
+#: eelf32xc16xl.c:1076 eelf32xc16xs.c:1076 eelf32xstormy16.c:1087
+#: eelf32xtensa.c:2963 eelf64_aix.c:1076 eelf64_ia64.c:1100
+#: eelf64_ia64_fbsd.c:1100 eelf64_s390.c:1091 eelf64_sparc.c:1076
+#: eelf64_sparc_fbsd.c:1076 eelf64_sparc_sol2.c:1207 eelf64alpha.c:1159
+#: eelf64alpha_fbsd.c:1159 eelf64alpha_nbsd.c:1159 eelf64bmip.c:1310
+#: eelf64bpf.c:1076 eelf64btsmip.c:1292 eelf64btsmip_fbsd.c:1292
+#: eelf64hppa.c:1076 eelf64lppc.c:1726 eelf64lriscv.c:1141
+#: eelf64lriscv_lp64.c:1141 eelf64lriscv_lp64f.c:1141 eelf64ltsmip.c:1292
+#: eelf64ltsmip_fbsd.c:1292 eelf64mmix.c:1187 eelf64ppc.c:1726
+#: eelf64ppc_fbsd.c:1726 eelf64rdos.c:1090 eelf64tilegx.c:1076
+#: eelf64tilegx_be.c:1076 eelf_i386.c:1431 eelf_i386_be.c:1099
+#: eelf_i386_fbsd.c:1099 eelf_i386_ldso.c:1099 eelf_i386_nacl.c:1099
+#: eelf_i386_sol2.c:1230 eelf_i386_vxworks.c:1128 eelf_iamcu.c:1099
+#: eelf_k1om.c:1431 eelf_k1om_fbsd.c:1099 eelf_l1om.c:1431
+#: eelf_l1om_fbsd.c:1099 eelf_s390.c:1076 eelf_x86_64.c:1431
+#: eelf_x86_64_cloudabi.c:1099 eelf_x86_64_fbsd.c:1099 eelf_x86_64_nacl.c:1099
+#: eelf_x86_64_sol2.c:1230 eh8300elf.c:1076 eh8300elf_linux.c:1076
+#: eh8300helf.c:1076 eh8300helf_linux.c:1076 eh8300hnelf.c:1076
+#: eh8300self.c:1076 eh8300self_linux.c:1076 eh8300snelf.c:1076
+#: eh8300sxelf.c:1076 eh8300sxelf_linux.c:1076 eh8300sxnelf.c:1076
+#: ehppa64linux.c:1076 ehppaelf.c:1383 ehppalinux.c:1383 ehppanbsd.c:1383
+#: ehppaobsd.c:1383 ei386lynx.c:1090 ei386moss.c:1090 ei386nto.c:1090
+#: em32relf.c:1076 em32relf_linux.c:1076 em32rlelf.c:1076
+#: em32rlelf_linux.c:1076 em68hc11elf.c:1376 em68hc11elfb.c:1376
+#: em68hc12elf.c:1376 em68hc12elfb.c:1376 em68kelf.c:1226 em68kelfnbsd.c:1226
+#: emn10300.c:1076 ends32belf.c:1183 ends32belf16m.c:1183
+#: ends32belf_linux.c:1183 ends32elf.c:1183 ends32elf16m.c:1183
+#: ends32elf_linux.c:1183 enios2elf.c:1369 enios2linux.c:1369 eppclynx.c:1284
+#: epruelf.c:1096 escore3_elf.c:1097 escore7_elf.c:1097 eshelf.c:1076
+#: eshelf_fd.c:1076 eshelf_linux.c:1076 eshelf_nbsd.c:1076 eshelf_nto.c:1076
+#: eshelf_uclinux.c:1076 eshelf_vxworks.c:1105 eshlelf.c:1076 eshlelf_fd.c:1076
+#: eshlelf_linux.c:1076 eshlelf_nbsd.c:1076 eshlelf_nto.c:1076
+#: eshlelf_vxworks.c:1105 ev850.c:1122 ev850_rh850.c:1122
msgid ""
"%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"
msgstr ""
-#: eaarch64cloudabi.c:1399 eaarch64cloudabib.c:1399 eaarch64elf.c:1399
-#: eaarch64elf32.c:1399 eaarch64elf32b.c:1399 eaarch64elfb.c:1399
-#: eaarch64fbsd.c:1399 eaarch64fbsdb.c:1399 eaarch64linux.c:1399
-#: eaarch64linux32.c:1399 eaarch64linux32b.c:1399 eaarch64linuxb.c:1399
-#: earcelf.c:1084 earcelf_prof.c:1084 earclinux.c:1086 earclinux_nps.c:1086
-#: earclinux_prof.c:1086 earcv2elf.c:1084 earcv2elfx.c:1084 earmelf.c:1619
+#: eaarch64cloudabi.c:1406 eaarch64cloudabib.c:1406 eaarch64elf.c:1406
+#: eaarch64elf32.c:1406 eaarch64elf32b.c:1406 eaarch64elfb.c:1406
+#: eaarch64fbsd.c:1406 eaarch64fbsdb.c:1406 eaarch64linux.c:1406
+#: eaarch64linux32.c:1406 eaarch64linux32b.c:1406 eaarch64linuxb.c:1406
+#: earcelf.c:1083 earcelf_prof.c:1083 earclinux.c:1083 earclinux_nps.c:1083
+#: earclinux_prof.c:1083 earcv2elf.c:1083 earcv2elfx.c:1083 earmelf.c:1619
#: earmelf_fbsd.c:1619 earmelf_fuchsia.c:1619 earmelf_linux.c:1619
#: earmelf_linux_eabi.c:1619 earmelf_linux_fdpiceabi.c:1619 earmelf_nacl.c:1619
#: earmelf_nbsd.c:1619 earmelf_phoenix.c:1619 earmelf_vxworks.c:1649
#: earmelfb.c:1619 earmelfb_fbsd.c:1619 earmelfb_fuchsia.c:1619
#: earmelfb_linux.c:1619 earmelfb_linux_eabi.c:1619
#: earmelfb_linux_fdpiceabi.c:1619 earmelfb_nacl.c:1619 earmelfb_nbsd.c:1619
-#: earmnto.c:1619 earmsymbian.c:1619 eavr1.c:1287 eavr2.c:1287 eavr25.c:1287
-#: eavr3.c:1287 eavr31.c:1287 eavr35.c:1287 eavr4.c:1287 eavr5.c:1287
-#: eavr51.c:1287 eavr6.c:1287 eavrtiny.c:1287 eavrxmega1.c:1287
-#: eavrxmega2.c:1287 eavrxmega3.c:1287 eavrxmega4.c:1287 eavrxmega5.c:1287
-#: eavrxmega6.c:1287 eavrxmega7.c:1287 ecriself.c:1084 ecrislinux.c:1084
-#: ecskyelf.c:1341 ecskyelf_linux.c:1341 ed10velf.c:1084 eelf32_sparc.c:1084
-#: eelf32_sparc_sol2.c:1215 eelf32_sparc_vxworks.c:1113 eelf32_spu.c:1754
-#: eelf32_tic6x_be.c:1222 eelf32_tic6x_elf_be.c:1222 eelf32_tic6x_elf_le.c:1222
-#: eelf32_tic6x_le.c:1222 eelf32_tic6x_linux_be.c:1222
-#: eelf32_tic6x_linux_le.c:1222 eelf32_x86_64.c:1416 eelf32_x86_64_nacl.c:1084
-#: eelf32am33lin.c:1084 eelf32b4300.c:1311 eelf32bfin.c:1093
-#: eelf32bfinfd.c:1093 eelf32bmip.c:1311 eelf32bmipn32.c:1329
-#: eelf32bsmip.c:1329 eelf32btsmip.c:1311 eelf32btsmip_fbsd.c:1311
-#: eelf32btsmipn32.c:1311 eelf32btsmipn32_fbsd.c:1311 eelf32cr16.c:1235
-#: eelf32cr16c.c:1084 eelf32crx.c:1123 eelf32ebmip.c:1311
-#: eelf32ebmipvxworks.c:1340 eelf32elmip.c:1311 eelf32elmipvxworks.c:1340
-#: eelf32epiphany.c:1084 eelf32epiphany_4x4.c:1086 eelf32frvfd.c:1084
-#: eelf32ip2k.c:1084 eelf32l4300.c:1311 eelf32lm32.c:1084 eelf32lm32fd.c:1084
-#: eelf32lmip.c:1311 eelf32lppc.c:1300 eelf32lppclinux.c:1300
-#: eelf32lppcnto.c:1300 eelf32lppcsim.c:1300 eelf32lr5900.c:1311
-#: eelf32lr5900n32.c:1311 eelf32lriscv.c:1149 eelf32lriscv_ilp32.c:1149
-#: eelf32lriscv_ilp32f.c:1149 eelf32lsmip.c:1311 eelf32ltsmip.c:1311
-#: eelf32ltsmip_fbsd.c:1311 eelf32ltsmipn32.c:1311 eelf32ltsmipn32_fbsd.c:1311
-#: eelf32m32c.c:1095 eelf32mb_linux.c:1084 eelf32mbel_linux.c:1084
-#: eelf32mcore.c:1084 eelf32mep.c:1084 eelf32metag.c:1359
-#: eelf32microblaze.c:1084 eelf32microblazeel.c:1084 eelf32mipswindiss.c:1311
-#: eelf32or1k.c:1084 eelf32or1k_linux.c:1084 eelf32ppc.c:1300
-#: eelf32ppc_fbsd.c:1300 eelf32ppclinux.c:1300 eelf32ppcnto.c:1300
-#: eelf32ppcsim.c:1300 eelf32ppcvxworks.c:1274 eelf32ppcwindiss.c:1300
-#: eelf32rl78.c:1084 eelf32rx.c:1100 eelf32tilegx.c:1084 eelf32tilegx_be.c:1084
-#: eelf32tilepro.c:1084 eelf32vax.c:1084 eelf32visium.c:1084 eelf32xc16x.c:1084
-#: eelf32xc16xl.c:1084 eelf32xc16xs.c:1084 eelf32xstormy16.c:1095
-#: eelf32xtensa.c:2971 eelf64_aix.c:1084 eelf64_ia64.c:1108
-#: eelf64_ia64_fbsd.c:1108 eelf64_s390.c:1099 eelf64_sparc.c:1084
-#: eelf64_sparc_fbsd.c:1084 eelf64_sparc_sol2.c:1215 eelf64alpha.c:1167
-#: eelf64alpha_fbsd.c:1167 eelf64alpha_nbsd.c:1167 eelf64bmip.c:1329
-#: eelf64btsmip.c:1311 eelf64btsmip_fbsd.c:1311 eelf64hppa.c:1084
-#: eelf64lppc.c:1746 eelf64lriscv.c:1149 eelf64lriscv_lp64.c:1149
-#: eelf64lriscv_lp64f.c:1149 eelf64ltsmip.c:1311 eelf64ltsmip_fbsd.c:1311
-#: eelf64mmix.c:1195 eelf64ppc.c:1746 eelf64ppc_fbsd.c:1746 eelf64rdos.c:1084
-#: eelf64tilegx.c:1084 eelf64tilegx_be.c:1084 eelf_i386.c:1416
-#: eelf_i386_be.c:1084 eelf_i386_chaos.c:1084 eelf_i386_fbsd.c:1084
-#: eelf_i386_ldso.c:1084 eelf_i386_nacl.c:1084 eelf_i386_sol2.c:1215
-#: eelf_i386_vxworks.c:1113 eelf_iamcu.c:1084 eelf_k1om.c:1416
-#: eelf_k1om_fbsd.c:1084 eelf_l1om.c:1416 eelf_l1om_fbsd.c:1084
-#: eelf_s390.c:1084 eelf_x86_64.c:1416 eelf_x86_64_cloudabi.c:1084
-#: eelf_x86_64_fbsd.c:1084 eelf_x86_64_nacl.c:1084 eelf_x86_64_sol2.c:1215
-#: eh8300elf.c:1084 eh8300elf_linux.c:1084 eh8300helf.c:1084
-#: eh8300helf_linux.c:1084 eh8300hnelf.c:1084 eh8300self.c:1084
-#: eh8300self_linux.c:1084 eh8300snelf.c:1084 eh8300sxelf.c:1084
-#: eh8300sxelf_linux.c:1084 eh8300sxnelf.c:1084 ehppa64linux.c:1084
-#: ehppaelf.c:1391 ehppalinux.c:1391 ehppanbsd.c:1391 ehppaobsd.c:1391
-#: ei386lynx.c:1084 ei386moss.c:1084 ei386nto.c:1084 em32relf.c:1084
-#: em32relf_linux.c:1084 em32rlelf.c:1084 em32rlelf_linux.c:1084
-#: em68hc11elf.c:1384 em68hc11elfb.c:1384 em68hc12elf.c:1384
-#: em68hc12elfb.c:1384 em68kelf.c:1234 em68kelfnbsd.c:1234 em9s12zelf.c:1084
-#: emn10300.c:1084 ends32belf.c:1191 ends32belf16m.c:1191
-#: ends32belf_linux.c:1191 ends32elf.c:1191 ends32elf16m.c:1191
-#: ends32elf_linux.c:1191 enios2elf.c:1377 enios2linux.c:1377 eppclynx.c:1300
-#: epruelf.c:1104 escore3_elf.c:1104 escore7_elf.c:1104 eshelf.c:1084
-#: eshelf_fd.c:1084 eshelf_linux.c:1084 eshelf_nbsd.c:1084 eshelf_nto.c:1084
-#: eshelf_uclinux.c:1084 eshelf_vxworks.c:1113 eshlelf.c:1084 eshlelf_fd.c:1084
-#: eshlelf_linux.c:1084 eshlelf_nbsd.c:1084 eshlelf_nto.c:1084
-#: eshlelf_vxworks.c:1113 ev850.c:1130 ev850_rh850.c:1130
+#: earmnto.c:1619 earmsymbian.c:1619 eavr1.c:1286 eavr2.c:1286 eavr25.c:1286
+#: eavr3.c:1286 eavr31.c:1286 eavr35.c:1286 eavr4.c:1286 eavr5.c:1286
+#: eavr51.c:1286 eavr6.c:1286 eavrtiny.c:1286 eavrxmega1.c:1286
+#: eavrxmega2.c:1286 eavrxmega3.c:1286 eavrxmega4.c:1286 eavrxmega5.c:1286
+#: eavrxmega6.c:1286 eavrxmega7.c:1286 ecriself.c:1083 ecrislinux.c:1083
+#: ecskyelf.c:1347 ecskyelf_linux.c:1347 ed10velf.c:1083 eelf32_sparc.c:1083
+#: eelf32_sparc_sol2.c:1214 eelf32_sparc_vxworks.c:1112 eelf32_spu.c:1617
+#: eelf32_tic6x_be.c:1221 eelf32_tic6x_elf_be.c:1221 eelf32_tic6x_elf_le.c:1221
+#: eelf32_tic6x_le.c:1221 eelf32_tic6x_linux_be.c:1221
+#: eelf32_tic6x_linux_le.c:1221 eelf32_x86_64.c:1438 eelf32_x86_64_nacl.c:1106
+#: eelf32am33lin.c:1083 eelf32b4300.c:1299 eelf32bfin.c:1092
+#: eelf32bfinfd.c:1092 eelf32bmip.c:1299 eelf32bmipn32.c:1317
+#: eelf32bsmip.c:1317 eelf32btsmip.c:1299 eelf32btsmip_fbsd.c:1299
+#: eelf32btsmipn32.c:1299 eelf32btsmipn32_fbsd.c:1299 eelf32cr16.c:1234
+#: eelf32cr16c.c:1083 eelf32crx.c:1122 eelf32ebmip.c:1299
+#: eelf32ebmipvxworks.c:1328 eelf32elmip.c:1299 eelf32elmipvxworks.c:1328
+#: eelf32epiphany.c:1083 eelf32epiphany_4x4.c:1085 eelf32frvfd.c:1083
+#: eelf32ip2k.c:1083 eelf32l4300.c:1299 eelf32lm32.c:1083 eelf32lm32fd.c:1083
+#: eelf32lmip.c:1299 eelf32lppc.c:1291 eelf32lppclinux.c:1291
+#: eelf32lppcnto.c:1291 eelf32lppcsim.c:1291 eelf32lr5900.c:1299
+#: eelf32lr5900n32.c:1299 eelf32lriscv.c:1148 eelf32lriscv_ilp32.c:1148
+#: eelf32lriscv_ilp32f.c:1148 eelf32lsmip.c:1299 eelf32ltsmip.c:1299
+#: eelf32ltsmip_fbsd.c:1299 eelf32ltsmipn32.c:1299 eelf32ltsmipn32_fbsd.c:1299
+#: eelf32m32c.c:1094 eelf32mb_linux.c:1083 eelf32mbel_linux.c:1083
+#: eelf32mcore.c:1083 eelf32mep.c:1083 eelf32metag.c:1358
+#: eelf32microblaze.c:1083 eelf32microblazeel.c:1083 eelf32mipswindiss.c:1299
+#: eelf32or1k.c:1083 eelf32or1k_linux.c:1083 eelf32ppc.c:1291
+#: eelf32ppc_fbsd.c:1291 eelf32ppclinux.c:1291 eelf32ppcnto.c:1291
+#: eelf32ppcsim.c:1291 eelf32ppcvxworks.c:1265 eelf32ppcwindiss.c:1291
+#: eelf32rl78.c:1083 eelf32rx.c:1099 eelf32tilegx.c:1083 eelf32tilegx_be.c:1083
+#: eelf32tilepro.c:1083 eelf32vax.c:1083 eelf32visium.c:1083 eelf32xc16x.c:1083
+#: eelf32xc16xl.c:1083 eelf32xc16xs.c:1083 eelf32xstormy16.c:1094
+#: eelf32xtensa.c:2970 eelf64_aix.c:1083 eelf64_ia64.c:1107
+#: eelf64_ia64_fbsd.c:1107 eelf64_s390.c:1098 eelf64_sparc.c:1083
+#: eelf64_sparc_fbsd.c:1083 eelf64_sparc_sol2.c:1214 eelf64alpha.c:1166
+#: eelf64alpha_fbsd.c:1166 eelf64alpha_nbsd.c:1166 eelf64bmip.c:1317
+#: eelf64bpf.c:1083 eelf64btsmip.c:1299 eelf64btsmip_fbsd.c:1299
+#: eelf64hppa.c:1083 eelf64lppc.c:1733 eelf64lriscv.c:1148
+#: eelf64lriscv_lp64.c:1148 eelf64lriscv_lp64f.c:1148 eelf64ltsmip.c:1299
+#: eelf64ltsmip_fbsd.c:1299 eelf64mmix.c:1194 eelf64ppc.c:1733
+#: eelf64ppc_fbsd.c:1733 eelf64rdos.c:1097 eelf64tilegx.c:1083
+#: eelf64tilegx_be.c:1083 eelf_i386.c:1438 eelf_i386_be.c:1106
+#: eelf_i386_fbsd.c:1106 eelf_i386_ldso.c:1106 eelf_i386_nacl.c:1106
+#: eelf_i386_sol2.c:1237 eelf_i386_vxworks.c:1135 eelf_iamcu.c:1106
+#: eelf_k1om.c:1438 eelf_k1om_fbsd.c:1106 eelf_l1om.c:1438
+#: eelf_l1om_fbsd.c:1106 eelf_s390.c:1083 eelf_x86_64.c:1438
+#: eelf_x86_64_cloudabi.c:1106 eelf_x86_64_fbsd.c:1106 eelf_x86_64_nacl.c:1106
+#: eelf_x86_64_sol2.c:1237 eh8300elf.c:1083 eh8300elf_linux.c:1083
+#: eh8300helf.c:1083 eh8300helf_linux.c:1083 eh8300hnelf.c:1083
+#: eh8300self.c:1083 eh8300self_linux.c:1083 eh8300snelf.c:1083
+#: eh8300sxelf.c:1083 eh8300sxelf_linux.c:1083 eh8300sxnelf.c:1083
+#: ehppa64linux.c:1083 ehppaelf.c:1390 ehppalinux.c:1390 ehppanbsd.c:1390
+#: ehppaobsd.c:1390 ei386lynx.c:1097 ei386moss.c:1097 ei386nto.c:1097
+#: em32relf.c:1083 em32relf_linux.c:1083 em32rlelf.c:1083
+#: em32rlelf_linux.c:1083 em68hc11elf.c:1383 em68hc11elfb.c:1383
+#: em68hc12elf.c:1383 em68hc12elfb.c:1383 em68kelf.c:1233 em68kelfnbsd.c:1233
+#: emn10300.c:1083 ends32belf.c:1190 ends32belf16m.c:1190
+#: ends32belf_linux.c:1190 ends32elf.c:1190 ends32elf16m.c:1190
+#: ends32elf_linux.c:1190 enios2elf.c:1376 enios2linux.c:1376 eppclynx.c:1291
+#: epruelf.c:1103 escore3_elf.c:1104 escore7_elf.c:1104 eshelf.c:1083
+#: eshelf_fd.c:1083 eshelf_linux.c:1083 eshelf_nbsd.c:1083 eshelf_nto.c:1083
+#: eshelf_uclinux.c:1083 eshelf_vxworks.c:1112 eshlelf.c:1083 eshlelf_fd.c:1083
+#: eshlelf_linux.c:1083 eshlelf_nbsd.c:1083 eshlelf_nto.c:1083
+#: eshlelf_vxworks.c:1112 ev850.c:1129 ev850_rh850.c:1129
msgid "%F%P: failed to parse EH frame entries\n"
msgstr ""
-#: eaarch64cloudabi.c:1430 eaarch64cloudabib.c:1430 eaarch64elf.c:1430
-#: eaarch64elf32.c:1430 eaarch64elf32b.c:1430 eaarch64elfb.c:1430
-#: eaarch64fbsd.c:1430 eaarch64fbsdb.c:1430 eaarch64linux.c:1430
-#: eaarch64linux32.c:1430 eaarch64linux32b.c:1430 eaarch64linuxb.c:1430
-#: eaix5ppc.c:1369 eaix5rs6.c:1369 eaixppc.c:1369 eaixrs6.c:1369 earcelf.c:1115
-#: earcelf_prof.c:1115 earclinux.c:1117 earclinux_nps.c:1117
-#: earclinux_prof.c:1117 earcv2elf.c:1115 earcv2elfx.c:1115 earmelf.c:1650
+#: eaarch64cloudabi.c:1437 eaarch64cloudabib.c:1437 eaarch64elf.c:1437
+#: eaarch64elf32.c:1437 eaarch64elf32b.c:1437 eaarch64elfb.c:1437
+#: eaarch64fbsd.c:1437 eaarch64fbsdb.c:1437 eaarch64linux.c:1437
+#: eaarch64linux32.c:1437 eaarch64linux32b.c:1437 eaarch64linuxb.c:1437
+#: eaix5ppc.c:1368 eaix5rs6.c:1368 eaixppc.c:1368 eaixrs6.c:1368 earcelf.c:1114
+#: earcelf_prof.c:1114 earclinux.c:1114 earclinux_nps.c:1114
+#: earclinux_prof.c:1114 earcv2elf.c:1114 earcv2elfx.c:1114 earmelf.c:1650
#: earmelf_fbsd.c:1650 earmelf_fuchsia.c:1650 earmelf_linux.c:1650
#: earmelf_linux_eabi.c:1650 earmelf_linux_fdpiceabi.c:1650 earmelf_nacl.c:1650
#: earmelf_nbsd.c:1650 earmelf_phoenix.c:1650 earmelf_vxworks.c:1680
#: earmelfb.c:1650 earmelfb_fbsd.c:1650 earmelfb_fuchsia.c:1650
#: earmelfb_linux.c:1650 earmelfb_linux_eabi.c:1650
#: earmelfb_linux_fdpiceabi.c:1650 earmelfb_nacl.c:1650 earmelfb_nbsd.c:1650
-#: earmnto.c:1650 earmsymbian.c:1650 eavr1.c:1318 eavr2.c:1318 eavr25.c:1318
-#: eavr3.c:1318 eavr31.c:1318 eavr35.c:1318 eavr4.c:1318 eavr5.c:1318
-#: eavr51.c:1318 eavr6.c:1318 eavrtiny.c:1318 eavrxmega1.c:1318
-#: eavrxmega2.c:1318 eavrxmega3.c:1318 eavrxmega4.c:1318 eavrxmega5.c:1318
-#: eavrxmega6.c:1318 eavrxmega7.c:1318 ecriself.c:1115 ecrislinux.c:1115
-#: ecskyelf.c:1372 ecskyelf_linux.c:1372 ed10velf.c:1115 eelf32_sparc.c:1115
-#: eelf32_sparc_sol2.c:1246 eelf32_sparc_vxworks.c:1144 eelf32_spu.c:1785
-#: eelf32_tic6x_be.c:1253 eelf32_tic6x_elf_be.c:1253 eelf32_tic6x_elf_le.c:1253
-#: eelf32_tic6x_le.c:1253 eelf32_tic6x_linux_be.c:1253
-#: eelf32_tic6x_linux_le.c:1253 eelf32_x86_64.c:1447 eelf32_x86_64_nacl.c:1115
-#: eelf32am33lin.c:1115 eelf32b4300.c:1342 eelf32bfin.c:1124
-#: eelf32bfinfd.c:1124 eelf32bmip.c:1342 eelf32bmipn32.c:1360
-#: eelf32bsmip.c:1360 eelf32btsmip.c:1342 eelf32btsmip_fbsd.c:1342
-#: eelf32btsmipn32.c:1342 eelf32btsmipn32_fbsd.c:1342 eelf32cr16.c:1266
-#: eelf32cr16c.c:1115 eelf32crx.c:1154 eelf32ebmip.c:1342
-#: eelf32ebmipvxworks.c:1371 eelf32elmip.c:1342 eelf32elmipvxworks.c:1371
-#: eelf32epiphany.c:1115 eelf32epiphany_4x4.c:1117 eelf32frvfd.c:1115
-#: eelf32ip2k.c:1115 eelf32l4300.c:1342 eelf32lm32.c:1115 eelf32lm32fd.c:1115
-#: eelf32lmip.c:1342 eelf32lppc.c:1331 eelf32lppclinux.c:1331
-#: eelf32lppcnto.c:1331 eelf32lppcsim.c:1331 eelf32lr5900.c:1342
-#: eelf32lr5900n32.c:1342 eelf32lriscv.c:1180 eelf32lriscv_ilp32.c:1180
-#: eelf32lriscv_ilp32f.c:1180 eelf32lsmip.c:1342 eelf32ltsmip.c:1342
-#: eelf32ltsmip_fbsd.c:1342 eelf32ltsmipn32.c:1342 eelf32ltsmipn32_fbsd.c:1342
-#: eelf32m32c.c:1126 eelf32mb_linux.c:1115 eelf32mbel_linux.c:1115
-#: eelf32mcore.c:1115 eelf32mep.c:1115 eelf32metag.c:1390
-#: eelf32microblaze.c:1115 eelf32microblazeel.c:1115 eelf32mipswindiss.c:1342
-#: eelf32or1k.c:1115 eelf32or1k_linux.c:1115 eelf32ppc.c:1331
-#: eelf32ppc_fbsd.c:1331 eelf32ppclinux.c:1331 eelf32ppcnto.c:1331
-#: eelf32ppcsim.c:1331 eelf32ppcvxworks.c:1305 eelf32ppcwindiss.c:1331
-#: eelf32rl78.c:1115 eelf32rx.c:1131 eelf32tilegx.c:1115 eelf32tilegx_be.c:1115
-#: eelf32tilepro.c:1115 eelf32vax.c:1115 eelf32visium.c:1115 eelf32xc16x.c:1115
-#: eelf32xc16xl.c:1115 eelf32xc16xs.c:1115 eelf32xstormy16.c:1126
-#: eelf32xtensa.c:3002 eelf64_aix.c:1115 eelf64_ia64.c:1139
-#: eelf64_ia64_fbsd.c:1139 eelf64_s390.c:1130 eelf64_sparc.c:1115
-#: eelf64_sparc_fbsd.c:1115 eelf64_sparc_sol2.c:1246 eelf64alpha.c:1198
-#: eelf64alpha_fbsd.c:1198 eelf64alpha_nbsd.c:1198 eelf64bmip.c:1360
-#: eelf64btsmip.c:1342 eelf64btsmip_fbsd.c:1342 eelf64hppa.c:1115
-#: eelf64lppc.c:1777 eelf64lriscv.c:1180 eelf64lriscv_lp64.c:1180
-#: eelf64lriscv_lp64f.c:1180 eelf64ltsmip.c:1342 eelf64ltsmip_fbsd.c:1342
-#: eelf64mmix.c:1226 eelf64ppc.c:1777 eelf64ppc_fbsd.c:1777 eelf64rdos.c:1115
-#: eelf64tilegx.c:1115 eelf64tilegx_be.c:1115 eelf_i386.c:1447
-#: eelf_i386_be.c:1115 eelf_i386_chaos.c:1115 eelf_i386_fbsd.c:1115
-#: eelf_i386_ldso.c:1115 eelf_i386_nacl.c:1115 eelf_i386_sol2.c:1246
-#: eelf_i386_vxworks.c:1144 eelf_iamcu.c:1115 eelf_k1om.c:1447
-#: eelf_k1om_fbsd.c:1115 eelf_l1om.c:1447 eelf_l1om_fbsd.c:1115
-#: eelf_s390.c:1115 eelf_x86_64.c:1447 eelf_x86_64_cloudabi.c:1115
-#: eelf_x86_64_fbsd.c:1115 eelf_x86_64_nacl.c:1115 eelf_x86_64_sol2.c:1246
-#: eh8300elf.c:1115 eh8300elf_linux.c:1115 eh8300helf.c:1115
-#: eh8300helf_linux.c:1115 eh8300hnelf.c:1115 eh8300self.c:1115
-#: eh8300self_linux.c:1115 eh8300snelf.c:1115 eh8300sxelf.c:1115
-#: eh8300sxelf_linux.c:1115 eh8300sxnelf.c:1115 ehppa64linux.c:1115
-#: ehppaelf.c:1422 ehppalinux.c:1422 ehppanbsd.c:1422 ehppaobsd.c:1422
-#: ei386lynx.c:1115 ei386moss.c:1115 ei386nto.c:1115 em32relf.c:1115
-#: em32relf_linux.c:1115 em32rlelf.c:1115 em32rlelf_linux.c:1115
-#: em68hc11elf.c:1415 em68hc11elfb.c:1415 em68hc12elf.c:1415
-#: em68hc12elfb.c:1415 em68kelf.c:1265 em68kelfnbsd.c:1265 em9s12zelf.c:1115
-#: emn10300.c:1115 ends32belf.c:1222 ends32belf16m.c:1222
-#: ends32belf_linux.c:1222 ends32elf.c:1222 ends32elf16m.c:1222
-#: ends32elf_linux.c:1222 enios2elf.c:1408 enios2linux.c:1408 eppclynx.c:1331
-#: eppcmacos.c:1369 epruelf.c:1135 escore3_elf.c:1135 escore7_elf.c:1135
-#: eshelf.c:1115 eshelf_fd.c:1115 eshelf_linux.c:1115 eshelf_nbsd.c:1115
-#: eshelf_nto.c:1115 eshelf_uclinux.c:1115 eshelf_vxworks.c:1144 eshlelf.c:1115
-#: eshlelf_fd.c:1115 eshlelf_linux.c:1115 eshlelf_nbsd.c:1115
-#: eshlelf_nto.c:1115 eshlelf_vxworks.c:1144 ev850.c:1161 ev850_rh850.c:1161
+#: earmnto.c:1650 earmsymbian.c:1650 eavr1.c:1317 eavr2.c:1317 eavr25.c:1317
+#: eavr3.c:1317 eavr31.c:1317 eavr35.c:1317 eavr4.c:1317 eavr5.c:1317
+#: eavr51.c:1317 eavr6.c:1317 eavrtiny.c:1317 eavrxmega1.c:1317
+#: eavrxmega2.c:1317 eavrxmega3.c:1317 eavrxmega4.c:1317 eavrxmega5.c:1317
+#: eavrxmega6.c:1317 eavrxmega7.c:1317 ecriself.c:1114 ecrislinux.c:1114
+#: ecskyelf.c:1378 ecskyelf_linux.c:1378 ed10velf.c:1114 eelf32_sparc.c:1114
+#: eelf32_sparc_sol2.c:1245 eelf32_sparc_vxworks.c:1143 eelf32_spu.c:1648
+#: eelf32_tic6x_be.c:1252 eelf32_tic6x_elf_be.c:1252 eelf32_tic6x_elf_le.c:1252
+#: eelf32_tic6x_le.c:1252 eelf32_tic6x_linux_be.c:1252
+#: eelf32_tic6x_linux_le.c:1252 eelf32_x86_64.c:1469 eelf32_x86_64_nacl.c:1137
+#: eelf32am33lin.c:1114 eelf32b4300.c:1330 eelf32bfin.c:1123
+#: eelf32bfinfd.c:1123 eelf32bmip.c:1330 eelf32bmipn32.c:1348
+#: eelf32bsmip.c:1348 eelf32btsmip.c:1330 eelf32btsmip_fbsd.c:1330
+#: eelf32btsmipn32.c:1330 eelf32btsmipn32_fbsd.c:1330 eelf32cr16.c:1265
+#: eelf32cr16c.c:1114 eelf32crx.c:1153 eelf32ebmip.c:1330
+#: eelf32ebmipvxworks.c:1359 eelf32elmip.c:1330 eelf32elmipvxworks.c:1359
+#: eelf32epiphany.c:1114 eelf32epiphany_4x4.c:1116 eelf32frvfd.c:1114
+#: eelf32ip2k.c:1114 eelf32l4300.c:1330 eelf32lm32.c:1114 eelf32lm32fd.c:1114
+#: eelf32lmip.c:1330 eelf32lppc.c:1322 eelf32lppclinux.c:1322
+#: eelf32lppcnto.c:1322 eelf32lppcsim.c:1322 eelf32lr5900.c:1330
+#: eelf32lr5900n32.c:1330 eelf32lriscv.c:1179 eelf32lriscv_ilp32.c:1179
+#: eelf32lriscv_ilp32f.c:1179 eelf32lsmip.c:1330 eelf32ltsmip.c:1330
+#: eelf32ltsmip_fbsd.c:1330 eelf32ltsmipn32.c:1330 eelf32ltsmipn32_fbsd.c:1330
+#: eelf32m32c.c:1125 eelf32mb_linux.c:1114 eelf32mbel_linux.c:1114
+#: eelf32mcore.c:1114 eelf32mep.c:1114 eelf32metag.c:1389
+#: eelf32microblaze.c:1114 eelf32microblazeel.c:1114 eelf32mipswindiss.c:1330
+#: eelf32or1k.c:1114 eelf32or1k_linux.c:1114 eelf32ppc.c:1322
+#: eelf32ppc_fbsd.c:1322 eelf32ppclinux.c:1322 eelf32ppcnto.c:1322
+#: eelf32ppcsim.c:1322 eelf32ppcvxworks.c:1296 eelf32ppcwindiss.c:1322
+#: eelf32rl78.c:1114 eelf32rx.c:1130 eelf32tilegx.c:1114 eelf32tilegx_be.c:1114
+#: eelf32tilepro.c:1114 eelf32vax.c:1114 eelf32visium.c:1114 eelf32xc16x.c:1114
+#: eelf32xc16xl.c:1114 eelf32xc16xs.c:1114 eelf32xstormy16.c:1125
+#: eelf32xtensa.c:3001 eelf64_aix.c:1114 eelf64_ia64.c:1138
+#: eelf64_ia64_fbsd.c:1138 eelf64_s390.c:1129 eelf64_sparc.c:1114
+#: eelf64_sparc_fbsd.c:1114 eelf64_sparc_sol2.c:1245 eelf64alpha.c:1197
+#: eelf64alpha_fbsd.c:1197 eelf64alpha_nbsd.c:1197 eelf64bmip.c:1348
+#: eelf64bpf.c:1114 eelf64btsmip.c:1330 eelf64btsmip_fbsd.c:1330
+#: eelf64hppa.c:1114 eelf64lppc.c:1764 eelf64lriscv.c:1179
+#: eelf64lriscv_lp64.c:1179 eelf64lriscv_lp64f.c:1179 eelf64ltsmip.c:1330
+#: eelf64ltsmip_fbsd.c:1330 eelf64mmix.c:1225 eelf64ppc.c:1764
+#: eelf64ppc_fbsd.c:1764 eelf64rdos.c:1128 eelf64tilegx.c:1114
+#: eelf64tilegx_be.c:1114 eelf_i386.c:1469 eelf_i386_be.c:1137
+#: eelf_i386_fbsd.c:1137 eelf_i386_ldso.c:1137 eelf_i386_nacl.c:1137
+#: eelf_i386_sol2.c:1268 eelf_i386_vxworks.c:1166 eelf_iamcu.c:1137
+#: eelf_k1om.c:1469 eelf_k1om_fbsd.c:1137 eelf_l1om.c:1469
+#: eelf_l1om_fbsd.c:1137 eelf_s390.c:1114 eelf_x86_64.c:1469
+#: eelf_x86_64_cloudabi.c:1137 eelf_x86_64_fbsd.c:1137 eelf_x86_64_nacl.c:1137
+#: eelf_x86_64_sol2.c:1268 eh8300elf.c:1114 eh8300elf_linux.c:1114
+#: eh8300helf.c:1114 eh8300helf_linux.c:1114 eh8300hnelf.c:1114
+#: eh8300self.c:1114 eh8300self_linux.c:1114 eh8300snelf.c:1114
+#: eh8300sxelf.c:1114 eh8300sxelf_linux.c:1114 eh8300sxnelf.c:1114
+#: ehppa64linux.c:1114 ehppaelf.c:1421 ehppalinux.c:1421 ehppanbsd.c:1421
+#: ehppaobsd.c:1421 ei386lynx.c:1128 ei386moss.c:1128 ei386nto.c:1128
+#: em32relf.c:1114 em32relf_linux.c:1114 em32rlelf.c:1114
+#: em32rlelf_linux.c:1114 em68hc11elf.c:1414 em68hc11elfb.c:1414
+#: em68hc12elf.c:1414 em68hc12elfb.c:1414 em68kelf.c:1264 em68kelfnbsd.c:1264
+#: emn10300.c:1114 ends32belf.c:1221 ends32belf16m.c:1221
+#: ends32belf_linux.c:1221 ends32elf.c:1221 ends32elf16m.c:1221
+#: ends32elf_linux.c:1221 enios2elf.c:1407 enios2linux.c:1407 eppclynx.c:1322
+#: eppcmacos.c:1368 epruelf.c:1134 escore3_elf.c:1135 escore7_elf.c:1135
+#: eshelf.c:1114 eshelf_fd.c:1114 eshelf_linux.c:1114 eshelf_nbsd.c:1114
+#: eshelf_nto.c:1114 eshelf_uclinux.c:1114 eshelf_vxworks.c:1143 eshlelf.c:1114
+#: eshlelf_fd.c:1114 eshlelf_linux.c:1114 eshlelf_nbsd.c:1114
+#: eshlelf_nto.c:1114 eshlelf_vxworks.c:1143 ev850.c:1160 ev850_rh850.c:1160
msgid "%F%P: failed to record assignment to %s: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:1612 eaarch64cloudabi.c:1674 eaarch64cloudabib.c:1612
-#: eaarch64cloudabib.c:1674 eaarch64elf.c:1612 eaarch64elf.c:1674
-#: eaarch64elf32.c:1612 eaarch64elf32.c:1674 eaarch64elf32b.c:1612
-#: eaarch64elf32b.c:1674 eaarch64elfb.c:1612 eaarch64elfb.c:1674
-#: eaarch64fbsd.c:1612 eaarch64fbsd.c:1674 eaarch64fbsdb.c:1612
-#: eaarch64fbsdb.c:1674 eaarch64linux.c:1612 eaarch64linux.c:1681
-#: eaarch64linux32.c:1612 eaarch64linux32.c:1681 eaarch64linux32b.c:1612
-#: eaarch64linux32b.c:1681 eaarch64linuxb.c:1612 eaarch64linuxb.c:1681
-#: eaix5ppc.c:830 eaix5rs6.c:830 eaixppc.c:830 eaixrs6.c:830 earcelf.c:1297
-#: earcelf.c:1359 earcelf_prof.c:1297 earcelf_prof.c:1359 earclinux.c:1299
-#: earclinux.c:1361 earclinux_nps.c:1299 earclinux_nps.c:1361
-#: earclinux_prof.c:1299 earclinux_prof.c:1361 earcv2elf.c:1297
-#: earcv2elf.c:1359 earcv2elfx.c:1297 earcv2elfx.c:1359 earmelf.c:1832
+#: eaarch64cloudabi.c:1619 eaarch64cloudabi.c:1681 eaarch64cloudabib.c:1619
+#: eaarch64cloudabib.c:1681 eaarch64elf.c:1619 eaarch64elf.c:1681
+#: eaarch64elf32.c:1619 eaarch64elf32.c:1681 eaarch64elf32b.c:1619
+#: eaarch64elf32b.c:1681 eaarch64elfb.c:1619 eaarch64elfb.c:1681
+#: eaarch64fbsd.c:1619 eaarch64fbsd.c:1681 eaarch64fbsdb.c:1619
+#: eaarch64fbsdb.c:1681 eaarch64linux.c:1619 eaarch64linux.c:1688
+#: eaarch64linux32.c:1619 eaarch64linux32.c:1688 eaarch64linux32b.c:1619
+#: eaarch64linux32b.c:1688 eaarch64linuxb.c:1619 eaarch64linuxb.c:1688
+#: eaix5ppc.c:830 eaix5rs6.c:830 eaixppc.c:830 eaixrs6.c:830 earcelf.c:1296
+#: earcelf.c:1358 earcelf_prof.c:1296 earcelf_prof.c:1358 earclinux.c:1296
+#: earclinux.c:1358 earclinux_nps.c:1296 earclinux_nps.c:1358
+#: earclinux_prof.c:1296 earclinux_prof.c:1358 earcv2elf.c:1296
+#: earcv2elf.c:1358 earcv2elfx.c:1296 earcv2elfx.c:1358 earmelf.c:1832
#: earmelf.c:1894 earmelf_fbsd.c:1832 earmelf_fbsd.c:1901
#: earmelf_fuchsia.c:1832 earmelf_fuchsia.c:1894 earmelf_linux.c:1832
#: earmelf_linux.c:1894 earmelf_linux_eabi.c:1832 earmelf_linux_eabi.c:1894
@@ -4296,729 +4320,736 @@ msgstr ""
#: earmelfb_linux_fdpiceabi.c:1832 earmelfb_linux_fdpiceabi.c:1894
#: earmelfb_nacl.c:1832 earmelfb_nacl.c:1894 earmelfb_nbsd.c:1832
#: earmelfb_nbsd.c:1894 earmnto.c:1832 earmnto.c:1894 earmsymbian.c:1832
-#: earmsymbian.c:1894 eavr1.c:1500 eavr1.c:1562 eavr2.c:1500 eavr2.c:1562
-#: eavr25.c:1500 eavr25.c:1562 eavr3.c:1500 eavr3.c:1562 eavr31.c:1500
-#: eavr31.c:1562 eavr35.c:1500 eavr35.c:1562 eavr4.c:1500 eavr4.c:1562
-#: eavr5.c:1500 eavr5.c:1562 eavr51.c:1500 eavr51.c:1562 eavr6.c:1500
-#: eavr6.c:1562 eavrtiny.c:1500 eavrtiny.c:1562 eavrxmega1.c:1500
-#: eavrxmega1.c:1562 eavrxmega2.c:1500 eavrxmega2.c:1562 eavrxmega3.c:1500
-#: eavrxmega3.c:1562 eavrxmega4.c:1500 eavrxmega4.c:1562 eavrxmega5.c:1500
-#: eavrxmega5.c:1562 eavrxmega6.c:1500 eavrxmega6.c:1562 eavrxmega7.c:1500
-#: eavrxmega7.c:1562 ecriself.c:1297 ecriself.c:1359 ecrislinux.c:1297
-#: ecrislinux.c:1359 ecskyelf.c:1554 ecskyelf.c:1616 ecskyelf_linux.c:1554
-#: ecskyelf_linux.c:1616 ed10velf.c:1297 ed10velf.c:1359 eelf32_sparc.c:1297
-#: eelf32_sparc.c:1359 eelf32_sparc_sol2.c:1428 eelf32_sparc_sol2.c:1490
-#: eelf32_sparc_vxworks.c:1326 eelf32_sparc_vxworks.c:1388 eelf32_spu.c:1967
-#: eelf32_spu.c:2029 eelf32_tic6x_be.c:1435 eelf32_tic6x_be.c:1497
-#: eelf32_tic6x_elf_be.c:1435 eelf32_tic6x_elf_be.c:1497
-#: eelf32_tic6x_elf_le.c:1435 eelf32_tic6x_elf_le.c:1497 eelf32_tic6x_le.c:1435
-#: eelf32_tic6x_le.c:1497 eelf32_tic6x_linux_be.c:1435
-#: eelf32_tic6x_linux_be.c:1497 eelf32_tic6x_linux_le.c:1435
-#: eelf32_tic6x_linux_le.c:1497 eelf32_x86_64.c:1629 eelf32_x86_64.c:1691
-#: eelf32_x86_64_nacl.c:1297 eelf32_x86_64_nacl.c:1359 eelf32am33lin.c:1297
-#: eelf32am33lin.c:1359 eelf32b4300.c:1524 eelf32b4300.c:1586 eelf32bfin.c:1306
-#: eelf32bfin.c:1368 eelf32bfinfd.c:1306 eelf32bfinfd.c:1368 eelf32bmip.c:1524
-#: eelf32bmip.c:1586 eelf32bmipn32.c:1542 eelf32bmipn32.c:1604
-#: eelf32bsmip.c:1542 eelf32bsmip.c:1604 eelf32btsmip.c:1524
-#: eelf32btsmip.c:1586 eelf32btsmip_fbsd.c:1524 eelf32btsmip_fbsd.c:1593
-#: eelf32btsmipn32.c:1524 eelf32btsmipn32.c:1586 eelf32btsmipn32_fbsd.c:1524
-#: eelf32btsmipn32_fbsd.c:1593 eelf32cr16.c:1448 eelf32cr16.c:1510
-#: eelf32cr16c.c:1297 eelf32cr16c.c:1359 eelf32crx.c:1336 eelf32crx.c:1398
-#: eelf32ebmip.c:1524 eelf32ebmip.c:1586 eelf32ebmipvxworks.c:1553
-#: eelf32ebmipvxworks.c:1615 eelf32elmip.c:1524 eelf32elmip.c:1586
-#: eelf32elmipvxworks.c:1553 eelf32elmipvxworks.c:1615 eelf32epiphany.c:1297
-#: eelf32epiphany.c:1359 eelf32epiphany_4x4.c:1299 eelf32epiphany_4x4.c:1361
-#: eelf32frvfd.c:1297 eelf32frvfd.c:1359 eelf32ip2k.c:1297 eelf32ip2k.c:1359
-#: eelf32l4300.c:1524 eelf32l4300.c:1586 eelf32lm32.c:1297 eelf32lm32.c:1359
-#: eelf32lm32fd.c:1297 eelf32lm32fd.c:1359 eelf32lmip.c:1524 eelf32lmip.c:1586
-#: eelf32lppc.c:1513 eelf32lppc.c:1575 eelf32lppclinux.c:1513
-#: eelf32lppclinux.c:1575 eelf32lppcnto.c:1513 eelf32lppcnto.c:1575
-#: eelf32lppcsim.c:1513 eelf32lppcsim.c:1575 eelf32lr5900.c:1524
-#: eelf32lr5900.c:1586 eelf32lr5900n32.c:1524 eelf32lr5900n32.c:1586
-#: eelf32lriscv.c:1362 eelf32lriscv.c:1424 eelf32lriscv_ilp32.c:1362
-#: eelf32lriscv_ilp32.c:1424 eelf32lriscv_ilp32f.c:1362
-#: eelf32lriscv_ilp32f.c:1424 eelf32lsmip.c:1524 eelf32lsmip.c:1586
-#: eelf32ltsmip.c:1524 eelf32ltsmip.c:1586 eelf32ltsmip_fbsd.c:1524
-#: eelf32ltsmip_fbsd.c:1593 eelf32ltsmipn32.c:1524 eelf32ltsmipn32.c:1586
-#: eelf32ltsmipn32_fbsd.c:1524 eelf32ltsmipn32_fbsd.c:1593 eelf32m32c.c:1308
-#: eelf32m32c.c:1370 eelf32mb_linux.c:1297 eelf32mb_linux.c:1359
-#: eelf32mbel_linux.c:1297 eelf32mbel_linux.c:1359 eelf32mcore.c:1297
-#: eelf32mcore.c:1359 eelf32mep.c:1297 eelf32mep.c:1359 eelf32metag.c:1572
-#: eelf32metag.c:1634 eelf32microblaze.c:1297 eelf32microblaze.c:1359
-#: eelf32microblazeel.c:1297 eelf32microblazeel.c:1359 eelf32mipswindiss.c:1524
-#: eelf32mipswindiss.c:1586 eelf32or1k.c:1297 eelf32or1k.c:1359
-#: eelf32or1k_linux.c:1297 eelf32or1k_linux.c:1359 eelf32ppc.c:1513
-#: eelf32ppc.c:1575 eelf32ppc_fbsd.c:1513 eelf32ppc_fbsd.c:1582
-#: eelf32ppclinux.c:1513 eelf32ppclinux.c:1575 eelf32ppcnto.c:1513
-#: eelf32ppcnto.c:1575 eelf32ppcsim.c:1513 eelf32ppcsim.c:1575
-#: eelf32ppcvxworks.c:1487 eelf32ppcvxworks.c:1549 eelf32ppcwindiss.c:1513
-#: eelf32ppcwindiss.c:1575 eelf32rl78.c:1297 eelf32rl78.c:1359 eelf32rx.c:1313
-#: eelf32rx.c:1375 eelf32tilegx.c:1297 eelf32tilegx.c:1359
-#: eelf32tilegx_be.c:1297 eelf32tilegx_be.c:1359 eelf32tilepro.c:1297
-#: eelf32tilepro.c:1359 eelf32vax.c:1297 eelf32vax.c:1359 eelf32visium.c:1297
-#: eelf32visium.c:1359 eelf32xc16x.c:1297 eelf32xc16x.c:1359
-#: eelf32xc16xl.c:1297 eelf32xc16xl.c:1359 eelf32xc16xs.c:1297
-#: eelf32xc16xs.c:1359 eelf32xstormy16.c:1308 eelf32xstormy16.c:1370
-#: eelf32xtensa.c:3184 eelf32xtensa.c:3246 eelf64_aix.c:1297 eelf64_aix.c:1359
-#: eelf64_ia64.c:1321 eelf64_ia64.c:1383 eelf64_ia64_fbsd.c:1321
-#: eelf64_ia64_fbsd.c:1390 eelf64_ia64_vms.c:251 eelf64_s390.c:1312
-#: eelf64_s390.c:1374 eelf64_sparc.c:1297 eelf64_sparc.c:1359
-#: eelf64_sparc_fbsd.c:1297 eelf64_sparc_fbsd.c:1366 eelf64_sparc_sol2.c:1428
-#: eelf64_sparc_sol2.c:1490 eelf64alpha.c:1380 eelf64alpha.c:1442
-#: eelf64alpha_fbsd.c:1380 eelf64alpha_fbsd.c:1449 eelf64alpha_nbsd.c:1380
-#: eelf64alpha_nbsd.c:1442 eelf64bmip.c:1542 eelf64bmip.c:1604
-#: eelf64btsmip.c:1524 eelf64btsmip.c:1586 eelf64btsmip_fbsd.c:1524
-#: eelf64btsmip_fbsd.c:1593 eelf64hppa.c:1297 eelf64hppa.c:1359
-#: eelf64lppc.c:1959 eelf64lppc.c:2021 eelf64lriscv.c:1362 eelf64lriscv.c:1424
-#: eelf64lriscv_lp64.c:1362 eelf64lriscv_lp64.c:1424 eelf64lriscv_lp64f.c:1362
-#: eelf64lriscv_lp64f.c:1424 eelf64ltsmip.c:1524 eelf64ltsmip.c:1586
-#: eelf64ltsmip_fbsd.c:1524 eelf64ltsmip_fbsd.c:1593 eelf64mmix.c:1408
-#: eelf64mmix.c:1470 eelf64ppc.c:1959 eelf64ppc.c:2021 eelf64ppc_fbsd.c:1959
-#: eelf64ppc_fbsd.c:2028 eelf64rdos.c:1297 eelf64rdos.c:1359
-#: eelf64tilegx.c:1297 eelf64tilegx.c:1359 eelf64tilegx_be.c:1297
-#: eelf64tilegx_be.c:1359 eelf_i386.c:1629 eelf_i386.c:1691 eelf_i386_be.c:1297
-#: eelf_i386_be.c:1359 eelf_i386_chaos.c:1297 eelf_i386_chaos.c:1359
-#: eelf_i386_fbsd.c:1297 eelf_i386_fbsd.c:1366 eelf_i386_ldso.c:1297
-#: eelf_i386_ldso.c:1366 eelf_i386_nacl.c:1297 eelf_i386_nacl.c:1359
-#: eelf_i386_sol2.c:1428 eelf_i386_sol2.c:1497 eelf_i386_vxworks.c:1326
-#: eelf_i386_vxworks.c:1388 eelf_iamcu.c:1297 eelf_iamcu.c:1359
-#: eelf_k1om.c:1629 eelf_k1om.c:1691 eelf_k1om_fbsd.c:1297
-#: eelf_k1om_fbsd.c:1366 eelf_l1om.c:1629 eelf_l1om.c:1691
-#: eelf_l1om_fbsd.c:1297 eelf_l1om_fbsd.c:1366 eelf_s390.c:1297
-#: eelf_s390.c:1359 eelf_x86_64.c:1629 eelf_x86_64.c:1691
-#: eelf_x86_64_cloudabi.c:1297 eelf_x86_64_cloudabi.c:1359
-#: eelf_x86_64_fbsd.c:1297 eelf_x86_64_fbsd.c:1366 eelf_x86_64_nacl.c:1297
-#: eelf_x86_64_nacl.c:1359 eelf_x86_64_sol2.c:1428 eelf_x86_64_sol2.c:1490
-#: eh8300elf.c:1297 eh8300elf.c:1359 eh8300elf_linux.c:1297
-#: eh8300elf_linux.c:1359 eh8300helf.c:1297 eh8300helf.c:1359
-#: eh8300helf_linux.c:1297 eh8300helf_linux.c:1359 eh8300hnelf.c:1297
-#: eh8300hnelf.c:1359 eh8300self.c:1297 eh8300self.c:1359
-#: eh8300self_linux.c:1297 eh8300self_linux.c:1359 eh8300snelf.c:1297
-#: eh8300snelf.c:1359 eh8300sxelf.c:1297 eh8300sxelf.c:1359
-#: eh8300sxelf_linux.c:1297 eh8300sxelf_linux.c:1359 eh8300sxnelf.c:1297
-#: eh8300sxnelf.c:1359 ehppa64linux.c:1297 ehppa64linux.c:1359 ehppaelf.c:1604
-#: ehppaelf.c:1666 ehppalinux.c:1604 ehppalinux.c:1666 ehppanbsd.c:1604
-#: ehppanbsd.c:1666 ehppaobsd.c:1604 ehppaobsd.c:1666 ei386lynx.c:1297
-#: ei386lynx.c:1366 ei386moss.c:1297 ei386moss.c:1359 ei386nto.c:1297
-#: ei386nto.c:1359 em32relf.c:1297 em32relf.c:1359 em32relf_linux.c:1297
-#: em32relf_linux.c:1359 em32rlelf.c:1297 em32rlelf.c:1359
-#: em32rlelf_linux.c:1297 em32rlelf_linux.c:1359 em68hc11elf.c:1597
-#: em68hc11elf.c:1659 em68hc11elfb.c:1597 em68hc11elfb.c:1659
-#: em68hc12elf.c:1597 em68hc12elf.c:1659 em68hc12elfb.c:1597
-#: em68hc12elfb.c:1659 em68kelf.c:1447 em68kelf.c:1509 em68kelfnbsd.c:1447
-#: em68kelfnbsd.c:1509 em9s12zelf.c:1297 em9s12zelf.c:1359 emn10300.c:1297
-#: emn10300.c:1359 ends32belf.c:1404 ends32belf.c:1466 ends32belf16m.c:1404
-#: ends32belf16m.c:1466 ends32belf_linux.c:1404 ends32belf_linux.c:1466
-#: ends32elf.c:1404 ends32elf.c:1466 ends32elf16m.c:1404 ends32elf16m.c:1466
-#: ends32elf_linux.c:1404 ends32elf_linux.c:1466 enios2elf.c:1590
-#: enios2elf.c:1652 enios2linux.c:1590 enios2linux.c:1652 eppclynx.c:1513
-#: eppclynx.c:1582 eppcmacos.c:830 epruelf.c:1317 epruelf.c:1379
+#: earmsymbian.c:1894 eavr1.c:1499 eavr1.c:1561 eavr2.c:1499 eavr2.c:1561
+#: eavr25.c:1499 eavr25.c:1561 eavr3.c:1499 eavr3.c:1561 eavr31.c:1499
+#: eavr31.c:1561 eavr35.c:1499 eavr35.c:1561 eavr4.c:1499 eavr4.c:1561
+#: eavr5.c:1499 eavr5.c:1561 eavr51.c:1499 eavr51.c:1561 eavr6.c:1499
+#: eavr6.c:1561 eavrtiny.c:1499 eavrtiny.c:1561 eavrxmega1.c:1499
+#: eavrxmega1.c:1561 eavrxmega2.c:1499 eavrxmega2.c:1561 eavrxmega3.c:1499
+#: eavrxmega3.c:1561 eavrxmega4.c:1499 eavrxmega4.c:1561 eavrxmega5.c:1499
+#: eavrxmega5.c:1561 eavrxmega6.c:1499 eavrxmega6.c:1561 eavrxmega7.c:1499
+#: eavrxmega7.c:1561 ecriself.c:1296 ecriself.c:1358 ecrislinux.c:1296
+#: ecrislinux.c:1358 ecskyelf.c:1560 ecskyelf.c:1622 ecskyelf_linux.c:1560
+#: ecskyelf_linux.c:1622 ed10velf.c:1296 ed10velf.c:1358 eelf32_sparc.c:1296
+#: eelf32_sparc.c:1358 eelf32_sparc_sol2.c:1427 eelf32_sparc_sol2.c:1489
+#: eelf32_sparc_vxworks.c:1325 eelf32_sparc_vxworks.c:1387 eelf32_spu.c:1830
+#: eelf32_spu.c:1892 eelf32_tic6x_be.c:1434 eelf32_tic6x_be.c:1496
+#: eelf32_tic6x_elf_be.c:1434 eelf32_tic6x_elf_be.c:1496
+#: eelf32_tic6x_elf_le.c:1434 eelf32_tic6x_elf_le.c:1496 eelf32_tic6x_le.c:1434
+#: eelf32_tic6x_le.c:1496 eelf32_tic6x_linux_be.c:1434
+#: eelf32_tic6x_linux_be.c:1496 eelf32_tic6x_linux_le.c:1434
+#: eelf32_tic6x_linux_le.c:1496 eelf32_x86_64.c:1651 eelf32_x86_64.c:1713
+#: eelf32_x86_64_nacl.c:1319 eelf32_x86_64_nacl.c:1381 eelf32am33lin.c:1296
+#: eelf32am33lin.c:1358 eelf32b4300.c:1512 eelf32b4300.c:1574 eelf32bfin.c:1305
+#: eelf32bfin.c:1367 eelf32bfinfd.c:1305 eelf32bfinfd.c:1367 eelf32bmip.c:1512
+#: eelf32bmip.c:1574 eelf32bmipn32.c:1530 eelf32bmipn32.c:1592
+#: eelf32bsmip.c:1530 eelf32bsmip.c:1592 eelf32btsmip.c:1512
+#: eelf32btsmip.c:1574 eelf32btsmip_fbsd.c:1512 eelf32btsmip_fbsd.c:1581
+#: eelf32btsmipn32.c:1512 eelf32btsmipn32.c:1574 eelf32btsmipn32_fbsd.c:1512
+#: eelf32btsmipn32_fbsd.c:1581 eelf32cr16.c:1447 eelf32cr16.c:1509
+#: eelf32cr16c.c:1296 eelf32cr16c.c:1358 eelf32crx.c:1335 eelf32crx.c:1397
+#: eelf32ebmip.c:1512 eelf32ebmip.c:1574 eelf32ebmipvxworks.c:1541
+#: eelf32ebmipvxworks.c:1603 eelf32elmip.c:1512 eelf32elmip.c:1574
+#: eelf32elmipvxworks.c:1541 eelf32elmipvxworks.c:1603 eelf32epiphany.c:1296
+#: eelf32epiphany.c:1358 eelf32epiphany_4x4.c:1298 eelf32epiphany_4x4.c:1360
+#: eelf32frvfd.c:1296 eelf32frvfd.c:1358 eelf32ip2k.c:1296 eelf32ip2k.c:1358
+#: eelf32l4300.c:1512 eelf32l4300.c:1574 eelf32lm32.c:1296 eelf32lm32.c:1358
+#: eelf32lm32fd.c:1296 eelf32lm32fd.c:1358 eelf32lmip.c:1512 eelf32lmip.c:1574
+#: eelf32lppc.c:1504 eelf32lppc.c:1566 eelf32lppclinux.c:1504
+#: eelf32lppclinux.c:1566 eelf32lppcnto.c:1504 eelf32lppcnto.c:1566
+#: eelf32lppcsim.c:1504 eelf32lppcsim.c:1566 eelf32lr5900.c:1512
+#: eelf32lr5900.c:1574 eelf32lr5900n32.c:1512 eelf32lr5900n32.c:1574
+#: eelf32lriscv.c:1361 eelf32lriscv.c:1423 eelf32lriscv_ilp32.c:1361
+#: eelf32lriscv_ilp32.c:1423 eelf32lriscv_ilp32f.c:1361
+#: eelf32lriscv_ilp32f.c:1423 eelf32lsmip.c:1512 eelf32lsmip.c:1574
+#: eelf32ltsmip.c:1512 eelf32ltsmip.c:1574 eelf32ltsmip_fbsd.c:1512
+#: eelf32ltsmip_fbsd.c:1581 eelf32ltsmipn32.c:1512 eelf32ltsmipn32.c:1574
+#: eelf32ltsmipn32_fbsd.c:1512 eelf32ltsmipn32_fbsd.c:1581 eelf32m32c.c:1307
+#: eelf32m32c.c:1369 eelf32mb_linux.c:1296 eelf32mb_linux.c:1358
+#: eelf32mbel_linux.c:1296 eelf32mbel_linux.c:1358 eelf32mcore.c:1296
+#: eelf32mcore.c:1358 eelf32mep.c:1296 eelf32mep.c:1358 eelf32metag.c:1571
+#: eelf32metag.c:1633 eelf32microblaze.c:1296 eelf32microblaze.c:1358
+#: eelf32microblazeel.c:1296 eelf32microblazeel.c:1358 eelf32mipswindiss.c:1512
+#: eelf32mipswindiss.c:1574 eelf32or1k.c:1296 eelf32or1k.c:1358
+#: eelf32or1k_linux.c:1296 eelf32or1k_linux.c:1358 eelf32ppc.c:1504
+#: eelf32ppc.c:1566 eelf32ppc_fbsd.c:1504 eelf32ppc_fbsd.c:1573
+#: eelf32ppclinux.c:1504 eelf32ppclinux.c:1566 eelf32ppcnto.c:1504
+#: eelf32ppcnto.c:1566 eelf32ppcsim.c:1504 eelf32ppcsim.c:1566
+#: eelf32ppcvxworks.c:1478 eelf32ppcvxworks.c:1540 eelf32ppcwindiss.c:1504
+#: eelf32ppcwindiss.c:1566 eelf32rl78.c:1296 eelf32rl78.c:1358 eelf32rx.c:1312
+#: eelf32rx.c:1374 eelf32tilegx.c:1296 eelf32tilegx.c:1358
+#: eelf32tilegx_be.c:1296 eelf32tilegx_be.c:1358 eelf32tilepro.c:1296
+#: eelf32tilepro.c:1358 eelf32vax.c:1296 eelf32vax.c:1358 eelf32visium.c:1296
+#: eelf32visium.c:1358 eelf32xc16x.c:1296 eelf32xc16x.c:1358
+#: eelf32xc16xl.c:1296 eelf32xc16xl.c:1358 eelf32xc16xs.c:1296
+#: eelf32xc16xs.c:1358 eelf32xstormy16.c:1307 eelf32xstormy16.c:1369
+#: eelf32xtensa.c:3183 eelf32xtensa.c:3245 eelf64_aix.c:1296 eelf64_aix.c:1358
+#: eelf64_ia64.c:1320 eelf64_ia64.c:1382 eelf64_ia64_fbsd.c:1320
+#: eelf64_ia64_fbsd.c:1389 eelf64_ia64_vms.c:251 eelf64_s390.c:1311
+#: eelf64_s390.c:1373 eelf64_sparc.c:1296 eelf64_sparc.c:1358
+#: eelf64_sparc_fbsd.c:1296 eelf64_sparc_fbsd.c:1365 eelf64_sparc_sol2.c:1427
+#: eelf64_sparc_sol2.c:1489 eelf64alpha.c:1379 eelf64alpha.c:1441
+#: eelf64alpha_fbsd.c:1379 eelf64alpha_fbsd.c:1448 eelf64alpha_nbsd.c:1379
+#: eelf64alpha_nbsd.c:1441 eelf64bmip.c:1530 eelf64bmip.c:1592 eelf64bpf.c:1296
+#: eelf64bpf.c:1358 eelf64btsmip.c:1512 eelf64btsmip.c:1574
+#: eelf64btsmip_fbsd.c:1512 eelf64btsmip_fbsd.c:1581 eelf64hppa.c:1296
+#: eelf64hppa.c:1358 eelf64lppc.c:1946 eelf64lppc.c:2008 eelf64lriscv.c:1361
+#: eelf64lriscv.c:1423 eelf64lriscv_lp64.c:1361 eelf64lriscv_lp64.c:1423
+#: eelf64lriscv_lp64f.c:1361 eelf64lriscv_lp64f.c:1423 eelf64ltsmip.c:1512
+#: eelf64ltsmip.c:1574 eelf64ltsmip_fbsd.c:1512 eelf64ltsmip_fbsd.c:1581
+#: eelf64mmix.c:1407 eelf64mmix.c:1469 eelf64ppc.c:1946 eelf64ppc.c:2008
+#: eelf64ppc_fbsd.c:1946 eelf64ppc_fbsd.c:2015 eelf64rdos.c:1310
+#: eelf64rdos.c:1372 eelf64tilegx.c:1296 eelf64tilegx.c:1358
+#: eelf64tilegx_be.c:1296 eelf64tilegx_be.c:1358 eelf_i386.c:1651
+#: eelf_i386.c:1713 eelf_i386_be.c:1319 eelf_i386_be.c:1381
+#: eelf_i386_fbsd.c:1319 eelf_i386_fbsd.c:1388 eelf_i386_ldso.c:1319
+#: eelf_i386_ldso.c:1388 eelf_i386_nacl.c:1319 eelf_i386_nacl.c:1381
+#: eelf_i386_sol2.c:1450 eelf_i386_sol2.c:1519 eelf_i386_vxworks.c:1348
+#: eelf_i386_vxworks.c:1410 eelf_iamcu.c:1319 eelf_iamcu.c:1381
+#: eelf_k1om.c:1651 eelf_k1om.c:1713 eelf_k1om_fbsd.c:1319
+#: eelf_k1om_fbsd.c:1388 eelf_l1om.c:1651 eelf_l1om.c:1713
+#: eelf_l1om_fbsd.c:1319 eelf_l1om_fbsd.c:1388 eelf_s390.c:1296
+#: eelf_s390.c:1358 eelf_x86_64.c:1651 eelf_x86_64.c:1713
+#: eelf_x86_64_cloudabi.c:1319 eelf_x86_64_cloudabi.c:1381
+#: eelf_x86_64_fbsd.c:1319 eelf_x86_64_fbsd.c:1388 eelf_x86_64_nacl.c:1319
+#: eelf_x86_64_nacl.c:1381 eelf_x86_64_sol2.c:1450 eelf_x86_64_sol2.c:1512
+#: eh8300elf.c:1296 eh8300elf.c:1358 eh8300elf_linux.c:1296
+#: eh8300elf_linux.c:1358 eh8300helf.c:1296 eh8300helf.c:1358
+#: eh8300helf_linux.c:1296 eh8300helf_linux.c:1358 eh8300hnelf.c:1296
+#: eh8300hnelf.c:1358 eh8300self.c:1296 eh8300self.c:1358
+#: eh8300self_linux.c:1296 eh8300self_linux.c:1358 eh8300snelf.c:1296
+#: eh8300snelf.c:1358 eh8300sxelf.c:1296 eh8300sxelf.c:1358
+#: eh8300sxelf_linux.c:1296 eh8300sxelf_linux.c:1358 eh8300sxnelf.c:1296
+#: eh8300sxnelf.c:1358 ehppa64linux.c:1296 ehppa64linux.c:1358 ehppaelf.c:1603
+#: ehppaelf.c:1665 ehppalinux.c:1603 ehppalinux.c:1665 ehppanbsd.c:1603
+#: ehppanbsd.c:1665 ehppaobsd.c:1603 ehppaobsd.c:1665 ei386lynx.c:1310
+#: ei386lynx.c:1379 ei386moss.c:1310 ei386moss.c:1372 ei386nto.c:1310
+#: ei386nto.c:1372 em32relf.c:1296 em32relf.c:1358 em32relf_linux.c:1296
+#: em32relf_linux.c:1358 em32rlelf.c:1296 em32rlelf.c:1358
+#: em32rlelf_linux.c:1296 em32rlelf_linux.c:1358 em68hc11elf.c:1596
+#: em68hc11elf.c:1658 em68hc11elfb.c:1596 em68hc11elfb.c:1658
+#: em68hc12elf.c:1596 em68hc12elf.c:1658 em68hc12elfb.c:1596
+#: em68hc12elfb.c:1658 em68kelf.c:1446 em68kelf.c:1508 em68kelfnbsd.c:1446
+#: em68kelfnbsd.c:1508 emn10300.c:1296 emn10300.c:1358 ends32belf.c:1403
+#: ends32belf.c:1465 ends32belf16m.c:1403 ends32belf16m.c:1465
+#: ends32belf_linux.c:1403 ends32belf_linux.c:1465 ends32elf.c:1403
+#: ends32elf.c:1465 ends32elf16m.c:1403 ends32elf16m.c:1465
+#: ends32elf_linux.c:1403 ends32elf_linux.c:1465 enios2elf.c:1589
+#: enios2elf.c:1651 enios2linux.c:1589 enios2linux.c:1651 eppclynx.c:1504
+#: eppclynx.c:1573 eppcmacos.c:830 epruelf.c:1316 epruelf.c:1378
#: escore3_elf.c:1317 escore3_elf.c:1379 escore7_elf.c:1317 escore7_elf.c:1379
-#: eshelf.c:1297 eshelf.c:1359 eshelf_fd.c:1297 eshelf_fd.c:1359
-#: eshelf_linux.c:1297 eshelf_linux.c:1359 eshelf_nbsd.c:1297
-#: eshelf_nbsd.c:1359 eshelf_nto.c:1297 eshelf_nto.c:1359 eshelf_uclinux.c:1297
-#: eshelf_uclinux.c:1359 eshelf_vxworks.c:1326 eshelf_vxworks.c:1388
-#: eshlelf.c:1297 eshlelf.c:1359 eshlelf_fd.c:1297 eshlelf_fd.c:1359
-#: eshlelf_linux.c:1297 eshlelf_linux.c:1359 eshlelf_nbsd.c:1297
-#: eshlelf_nbsd.c:1359 eshlelf_nto.c:1297 eshlelf_nto.c:1359
-#: eshlelf_vxworks.c:1326 eshlelf_vxworks.c:1388 ev850.c:1343 ev850.c:1405
-#: ev850_rh850.c:1343 ev850_rh850.c:1405
+#: eshelf.c:1296 eshelf.c:1358 eshelf_fd.c:1296 eshelf_fd.c:1358
+#: eshelf_linux.c:1296 eshelf_linux.c:1358 eshelf_nbsd.c:1296
+#: eshelf_nbsd.c:1358 eshelf_nto.c:1296 eshelf_nto.c:1358 eshelf_uclinux.c:1296
+#: eshelf_uclinux.c:1358 eshelf_vxworks.c:1325 eshelf_vxworks.c:1387
+#: eshlelf.c:1296 eshlelf.c:1358 eshlelf_fd.c:1296 eshlelf_fd.c:1358
+#: eshlelf_linux.c:1296 eshlelf_linux.c:1358 eshlelf_nbsd.c:1296
+#: eshlelf_nbsd.c:1358 eshlelf_nto.c:1296 eshlelf_nto.c:1358
+#: eshlelf_vxworks.c:1325 eshlelf_vxworks.c:1387 ev850.c:1342 ev850.c:1404
+#: ev850_rh850.c:1342 ev850_rh850.c:1404
msgid "%F%P: failed to set dynamic section sizes: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:1646 eaarch64cloudabib.c:1646 eaarch64elf.c:1646
-#: eaarch64elf32.c:1646 eaarch64elf32b.c:1646 eaarch64elfb.c:1646
-#: eaarch64fbsd.c:1646 eaarch64fbsdb.c:1646 eaarch64linux.c:1653
-#: eaarch64linux32.c:1653 eaarch64linux32b.c:1653 eaarch64linuxb.c:1653
-#: earcelf.c:1331 earcelf_prof.c:1331 earclinux.c:1333 earclinux_nps.c:1333
-#: earclinux_prof.c:1333 earcv2elf.c:1331 earcv2elfx.c:1331 earmelf.c:1866
+#: eaarch64cloudabi.c:1653 eaarch64cloudabib.c:1653 eaarch64elf.c:1653
+#: eaarch64elf32.c:1653 eaarch64elf32b.c:1653 eaarch64elfb.c:1653
+#: eaarch64fbsd.c:1653 eaarch64fbsdb.c:1653 eaarch64linux.c:1660
+#: eaarch64linux32.c:1660 eaarch64linux32b.c:1660 eaarch64linuxb.c:1660
+#: earcelf.c:1330 earcelf_prof.c:1330 earclinux.c:1330 earclinux_nps.c:1330
+#: earclinux_prof.c:1330 earcv2elf.c:1330 earcv2elfx.c:1330 earmelf.c:1866
#: earmelf_fbsd.c:1873 earmelf_fuchsia.c:1866 earmelf_linux.c:1866
#: earmelf_linux_eabi.c:1866 earmelf_linux_fdpiceabi.c:1866 earmelf_nacl.c:1866
#: earmelf_nbsd.c:1866 earmelf_phoenix.c:1866 earmelf_vxworks.c:1896
#: earmelfb.c:1866 earmelfb_fbsd.c:1873 earmelfb_fuchsia.c:1866
#: earmelfb_linux.c:1866 earmelfb_linux_eabi.c:1866
#: earmelfb_linux_fdpiceabi.c:1866 earmelfb_nacl.c:1866 earmelfb_nbsd.c:1866
-#: earmnto.c:1866 earmsymbian.c:1866 eavr1.c:1534 eavr2.c:1534 eavr25.c:1534
-#: eavr3.c:1534 eavr31.c:1534 eavr35.c:1534 eavr4.c:1534 eavr5.c:1534
-#: eavr51.c:1534 eavr6.c:1534 eavrtiny.c:1534 eavrxmega1.c:1534
-#: eavrxmega2.c:1534 eavrxmega3.c:1534 eavrxmega4.c:1534 eavrxmega5.c:1534
-#: eavrxmega6.c:1534 eavrxmega7.c:1534 ecriself.c:1331 ecrislinux.c:1331
-#: ecskyelf.c:1588 ecskyelf_linux.c:1588 ed10velf.c:1331 eelf32_sparc.c:1331
-#: eelf32_sparc_sol2.c:1462 eelf32_sparc_vxworks.c:1360 eelf32_spu.c:2001
-#: eelf32_tic6x_be.c:1469 eelf32_tic6x_elf_be.c:1469 eelf32_tic6x_elf_le.c:1469
-#: eelf32_tic6x_le.c:1469 eelf32_tic6x_linux_be.c:1469
-#: eelf32_tic6x_linux_le.c:1469 eelf32_x86_64.c:1663 eelf32_x86_64_nacl.c:1331
-#: eelf32am33lin.c:1331 eelf32b4300.c:1558 eelf32bfin.c:1340
-#: eelf32bfinfd.c:1340 eelf32bmip.c:1558 eelf32bmipn32.c:1576
-#: eelf32bsmip.c:1576 eelf32btsmip.c:1558 eelf32btsmip_fbsd.c:1565
-#: eelf32btsmipn32.c:1558 eelf32btsmipn32_fbsd.c:1565 eelf32cr16.c:1482
-#: eelf32cr16c.c:1331 eelf32crx.c:1370 eelf32ebmip.c:1558
-#: eelf32ebmipvxworks.c:1587 eelf32elmip.c:1558 eelf32elmipvxworks.c:1587
-#: eelf32epiphany.c:1331 eelf32epiphany_4x4.c:1333 eelf32frvfd.c:1331
-#: eelf32ip2k.c:1331 eelf32l4300.c:1558 eelf32lm32.c:1331 eelf32lm32fd.c:1331
-#: eelf32lmip.c:1558 eelf32lppc.c:1547 eelf32lppclinux.c:1547
-#: eelf32lppcnto.c:1547 eelf32lppcsim.c:1547 eelf32lr5900.c:1558
-#: eelf32lr5900n32.c:1558 eelf32lriscv.c:1396 eelf32lriscv_ilp32.c:1396
-#: eelf32lriscv_ilp32f.c:1396 eelf32lsmip.c:1558 eelf32ltsmip.c:1558
-#: eelf32ltsmip_fbsd.c:1565 eelf32ltsmipn32.c:1558 eelf32ltsmipn32_fbsd.c:1565
-#: eelf32m32c.c:1342 eelf32mb_linux.c:1331 eelf32mbel_linux.c:1331
-#: eelf32mcore.c:1331 eelf32mep.c:1331 eelf32metag.c:1606
-#: eelf32microblaze.c:1331 eelf32microblazeel.c:1331 eelf32mipswindiss.c:1558
-#: eelf32or1k.c:1331 eelf32or1k_linux.c:1331 eelf32ppc.c:1547
-#: eelf32ppc_fbsd.c:1554 eelf32ppclinux.c:1547 eelf32ppcnto.c:1547
-#: eelf32ppcsim.c:1547 eelf32ppcvxworks.c:1521 eelf32ppcwindiss.c:1547
-#: eelf32rl78.c:1331 eelf32rx.c:1347 eelf32tilegx.c:1331 eelf32tilegx_be.c:1331
-#: eelf32tilepro.c:1331 eelf32vax.c:1331 eelf32visium.c:1331 eelf32xc16x.c:1331
-#: eelf32xc16xl.c:1331 eelf32xc16xs.c:1331 eelf32xstormy16.c:1342
-#: eelf32xtensa.c:3218 eelf64_aix.c:1331 eelf64_ia64.c:1355
-#: eelf64_ia64_fbsd.c:1362 eelf64_s390.c:1346 eelf64_sparc.c:1331
-#: eelf64_sparc_fbsd.c:1338 eelf64_sparc_sol2.c:1462 eelf64alpha.c:1414
-#: eelf64alpha_fbsd.c:1421 eelf64alpha_nbsd.c:1414 eelf64bmip.c:1576
-#: eelf64btsmip.c:1558 eelf64btsmip_fbsd.c:1565 eelf64hppa.c:1331
-#: eelf64lppc.c:1993 eelf64lriscv.c:1396 eelf64lriscv_lp64.c:1396
-#: eelf64lriscv_lp64f.c:1396 eelf64ltsmip.c:1558 eelf64ltsmip_fbsd.c:1565
-#: eelf64mmix.c:1442 eelf64ppc.c:1993 eelf64ppc_fbsd.c:2000 eelf64rdos.c:1331
-#: eelf64tilegx.c:1331 eelf64tilegx_be.c:1331 eelf_i386.c:1663
-#: eelf_i386_be.c:1331 eelf_i386_chaos.c:1331 eelf_i386_fbsd.c:1338
-#: eelf_i386_ldso.c:1338 eelf_i386_nacl.c:1331 eelf_i386_sol2.c:1469
-#: eelf_i386_vxworks.c:1360 eelf_iamcu.c:1331 eelf_k1om.c:1663
-#: eelf_k1om_fbsd.c:1338 eelf_l1om.c:1663 eelf_l1om_fbsd.c:1338
-#: eelf_s390.c:1331 eelf_x86_64.c:1663 eelf_x86_64_cloudabi.c:1331
-#: eelf_x86_64_fbsd.c:1338 eelf_x86_64_nacl.c:1331 eelf_x86_64_sol2.c:1462
-#: eh8300elf.c:1331 eh8300elf_linux.c:1331 eh8300helf.c:1331
-#: eh8300helf_linux.c:1331 eh8300hnelf.c:1331 eh8300self.c:1331
-#: eh8300self_linux.c:1331 eh8300snelf.c:1331 eh8300sxelf.c:1331
-#: eh8300sxelf_linux.c:1331 eh8300sxnelf.c:1331 ehppa64linux.c:1331
-#: ehppaelf.c:1638 ehppalinux.c:1638 ehppanbsd.c:1638 ehppaobsd.c:1638
-#: ei386lynx.c:1338 ei386moss.c:1331 ei386nto.c:1331 em32relf.c:1331
-#: em32relf_linux.c:1331 em32rlelf.c:1331 em32rlelf_linux.c:1331
-#: em68hc11elf.c:1631 em68hc11elfb.c:1631 em68hc12elf.c:1631
-#: em68hc12elfb.c:1631 em68kelf.c:1481 em68kelfnbsd.c:1481 em9s12zelf.c:1331
-#: emn10300.c:1331 ends32belf.c:1438 ends32belf16m.c:1438
-#: ends32belf_linux.c:1438 ends32elf.c:1438 ends32elf16m.c:1438
-#: ends32elf_linux.c:1438 enios2elf.c:1624 enios2linux.c:1624 eppclynx.c:1554
-#: epruelf.c:1351 escore3_elf.c:1351 escore7_elf.c:1351 eshelf.c:1331
-#: eshelf_fd.c:1331 eshelf_linux.c:1331 eshelf_nbsd.c:1331 eshelf_nto.c:1331
-#: eshelf_uclinux.c:1331 eshelf_vxworks.c:1360 eshlelf.c:1331 eshlelf_fd.c:1331
-#: eshlelf_linux.c:1331 eshlelf_nbsd.c:1331 eshlelf_nto.c:1331
-#: eshlelf_vxworks.c:1360 ev850.c:1377 ev850_rh850.c:1377
+#: earmnto.c:1866 earmsymbian.c:1866 eavr1.c:1533 eavr2.c:1533 eavr25.c:1533
+#: eavr3.c:1533 eavr31.c:1533 eavr35.c:1533 eavr4.c:1533 eavr5.c:1533
+#: eavr51.c:1533 eavr6.c:1533 eavrtiny.c:1533 eavrxmega1.c:1533
+#: eavrxmega2.c:1533 eavrxmega3.c:1533 eavrxmega4.c:1533 eavrxmega5.c:1533
+#: eavrxmega6.c:1533 eavrxmega7.c:1533 ecriself.c:1330 ecrislinux.c:1330
+#: ecskyelf.c:1594 ecskyelf_linux.c:1594 ed10velf.c:1330 eelf32_sparc.c:1330
+#: eelf32_sparc_sol2.c:1461 eelf32_sparc_vxworks.c:1359 eelf32_spu.c:1864
+#: eelf32_tic6x_be.c:1468 eelf32_tic6x_elf_be.c:1468 eelf32_tic6x_elf_le.c:1468
+#: eelf32_tic6x_le.c:1468 eelf32_tic6x_linux_be.c:1468
+#: eelf32_tic6x_linux_le.c:1468 eelf32_x86_64.c:1685 eelf32_x86_64_nacl.c:1353
+#: eelf32am33lin.c:1330 eelf32b4300.c:1546 eelf32bfin.c:1339
+#: eelf32bfinfd.c:1339 eelf32bmip.c:1546 eelf32bmipn32.c:1564
+#: eelf32bsmip.c:1564 eelf32btsmip.c:1546 eelf32btsmip_fbsd.c:1553
+#: eelf32btsmipn32.c:1546 eelf32btsmipn32_fbsd.c:1553 eelf32cr16.c:1481
+#: eelf32cr16c.c:1330 eelf32crx.c:1369 eelf32ebmip.c:1546
+#: eelf32ebmipvxworks.c:1575 eelf32elmip.c:1546 eelf32elmipvxworks.c:1575
+#: eelf32epiphany.c:1330 eelf32epiphany_4x4.c:1332 eelf32frvfd.c:1330
+#: eelf32ip2k.c:1330 eelf32l4300.c:1546 eelf32lm32.c:1330 eelf32lm32fd.c:1330
+#: eelf32lmip.c:1546 eelf32lppc.c:1538 eelf32lppclinux.c:1538
+#: eelf32lppcnto.c:1538 eelf32lppcsim.c:1538 eelf32lr5900.c:1546
+#: eelf32lr5900n32.c:1546 eelf32lriscv.c:1395 eelf32lriscv_ilp32.c:1395
+#: eelf32lriscv_ilp32f.c:1395 eelf32lsmip.c:1546 eelf32ltsmip.c:1546
+#: eelf32ltsmip_fbsd.c:1553 eelf32ltsmipn32.c:1546 eelf32ltsmipn32_fbsd.c:1553
+#: eelf32m32c.c:1341 eelf32mb_linux.c:1330 eelf32mbel_linux.c:1330
+#: eelf32mcore.c:1330 eelf32mep.c:1330 eelf32metag.c:1605
+#: eelf32microblaze.c:1330 eelf32microblazeel.c:1330 eelf32mipswindiss.c:1546
+#: eelf32or1k.c:1330 eelf32or1k_linux.c:1330 eelf32ppc.c:1538
+#: eelf32ppc_fbsd.c:1545 eelf32ppclinux.c:1538 eelf32ppcnto.c:1538
+#: eelf32ppcsim.c:1538 eelf32ppcvxworks.c:1512 eelf32ppcwindiss.c:1538
+#: eelf32rl78.c:1330 eelf32rx.c:1346 eelf32tilegx.c:1330 eelf32tilegx_be.c:1330
+#: eelf32tilepro.c:1330 eelf32vax.c:1330 eelf32visium.c:1330 eelf32xc16x.c:1330
+#: eelf32xc16xl.c:1330 eelf32xc16xs.c:1330 eelf32xstormy16.c:1341
+#: eelf32xtensa.c:3217 eelf64_aix.c:1330 eelf64_ia64.c:1354
+#: eelf64_ia64_fbsd.c:1361 eelf64_s390.c:1345 eelf64_sparc.c:1330
+#: eelf64_sparc_fbsd.c:1337 eelf64_sparc_sol2.c:1461 eelf64alpha.c:1413
+#: eelf64alpha_fbsd.c:1420 eelf64alpha_nbsd.c:1413 eelf64bmip.c:1564
+#: eelf64bpf.c:1330 eelf64btsmip.c:1546 eelf64btsmip_fbsd.c:1553
+#: eelf64hppa.c:1330 eelf64lppc.c:1980 eelf64lriscv.c:1395
+#: eelf64lriscv_lp64.c:1395 eelf64lriscv_lp64f.c:1395 eelf64ltsmip.c:1546
+#: eelf64ltsmip_fbsd.c:1553 eelf64mmix.c:1441 eelf64ppc.c:1980
+#: eelf64ppc_fbsd.c:1987 eelf64rdos.c:1344 eelf64tilegx.c:1330
+#: eelf64tilegx_be.c:1330 eelf_i386.c:1685 eelf_i386_be.c:1353
+#: eelf_i386_fbsd.c:1360 eelf_i386_ldso.c:1360 eelf_i386_nacl.c:1353
+#: eelf_i386_sol2.c:1491 eelf_i386_vxworks.c:1382 eelf_iamcu.c:1353
+#: eelf_k1om.c:1685 eelf_k1om_fbsd.c:1360 eelf_l1om.c:1685
+#: eelf_l1om_fbsd.c:1360 eelf_s390.c:1330 eelf_x86_64.c:1685
+#: eelf_x86_64_cloudabi.c:1353 eelf_x86_64_fbsd.c:1360 eelf_x86_64_nacl.c:1353
+#: eelf_x86_64_sol2.c:1484 eh8300elf.c:1330 eh8300elf_linux.c:1330
+#: eh8300helf.c:1330 eh8300helf_linux.c:1330 eh8300hnelf.c:1330
+#: eh8300self.c:1330 eh8300self_linux.c:1330 eh8300snelf.c:1330
+#: eh8300sxelf.c:1330 eh8300sxelf_linux.c:1330 eh8300sxnelf.c:1330
+#: ehppa64linux.c:1330 ehppaelf.c:1637 ehppalinux.c:1637 ehppanbsd.c:1637
+#: ehppaobsd.c:1637 ei386lynx.c:1351 ei386moss.c:1344 ei386nto.c:1344
+#: em32relf.c:1330 em32relf_linux.c:1330 em32rlelf.c:1330
+#: em32rlelf_linux.c:1330 em68hc11elf.c:1630 em68hc11elfb.c:1630
+#: em68hc12elf.c:1630 em68hc12elfb.c:1630 em68kelf.c:1480 em68kelfnbsd.c:1480
+#: emn10300.c:1330 ends32belf.c:1437 ends32belf16m.c:1437
+#: ends32belf_linux.c:1437 ends32elf.c:1437 ends32elf16m.c:1437
+#: ends32elf_linux.c:1437 enios2elf.c:1623 enios2linux.c:1623 eppclynx.c:1545
+#: epruelf.c:1350 escore3_elf.c:1351 escore7_elf.c:1351 eshelf.c:1330
+#: eshelf_fd.c:1330 eshelf_linux.c:1330 eshelf_nbsd.c:1330 eshelf_nto.c:1330
+#: eshelf_uclinux.c:1330 eshelf_vxworks.c:1359 eshlelf.c:1330 eshlelf_fd.c:1330
+#: eshlelf_linux.c:1330 eshlelf_nbsd.c:1330 eshlelf_nto.c:1330
+#: eshlelf_vxworks.c:1359 ev850.c:1376 ev850_rh850.c:1376
msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n"
msgstr ""
-#: eaarch64cloudabi.c:2315 eaarch64cloudabib.c:2315 eaarch64elf.c:2315
-#: eaarch64elf32.c:2315 eaarch64elf32b.c:2315 eaarch64elfb.c:2315
-#: eaarch64fbsd.c:2315 eaarch64fbsdb.c:2315 eaarch64linux.c:2322
-#: eaarch64linux32.c:2322 eaarch64linux32b.c:2322 eaarch64linuxb.c:2322
-#: earcelf.c:1937 earcelf_prof.c:1921 earclinux.c:2003 earclinux_nps.c:2003
-#: earclinux_prof.c:1948 earcv2elf.c:1921 earcv2elfx.c:1921 earmelf.c:2565
-#: earmelf_fbsd.c:2572 earmelf_fuchsia.c:2565 earmelf_linux.c:2565
-#: earmelf_linux_eabi.c:2565 earmelf_linux_fdpiceabi.c:2565 earmelf_nacl.c:2565
-#: earmelf_nbsd.c:2565 earmelf_phoenix.c:2565 earmelf_vxworks.c:2601
-#: earmelfb.c:2565 earmelfb_fbsd.c:2572 earmelfb_fuchsia.c:2565
-#: earmelfb_linux.c:2565 earmelfb_linux_eabi.c:2565
-#: earmelfb_linux_fdpiceabi.c:2565 earmelfb_nacl.c:2565 earmelfb_nbsd.c:2565
-#: earmnto.c:2540 earmsymbian.c:2565 eavr1.c:2144 eavr2.c:2144 eavr25.c:2144
-#: eavr3.c:2144 eavr31.c:2144 eavr35.c:2144 eavr4.c:2144 eavr5.c:2144
-#: eavr51.c:2144 eavr6.c:2144 eavrtiny.c:2144 eavrxmega1.c:2144
-#: eavrxmega2.c:2144 eavrxmega3.c:2144 eavrxmega4.c:2144 eavrxmega5.c:2144
-#: eavrxmega6.c:2144 eavrxmega7.c:2144 ecriself.c:1936 ecrislinux.c:1967
-#: ecskyelf.c:2192 ecskyelf_linux.c:2248 ed10velf.c:1921 eelf32_sparc.c:1992
-#: eelf32_sparc_sol2.c:2123 eelf32_sparc_vxworks.c:2029 eelf32_spu.c:2654
-#: eelf32_tic6x_be.c:2104 eelf32_tic6x_elf_be.c:2104 eelf32_tic6x_elf_le.c:2104
-#: eelf32_tic6x_le.c:2104 eelf32_tic6x_linux_be.c:2104
-#: eelf32_tic6x_linux_le.c:2104 eelf32_x86_64.c:7229 eelf32_x86_64_nacl.c:2002
-#: eelf32am33lin.c:1967 eelf32b4300.c:2234 eelf32bfin.c:1984
-#: eelf32bfinfd.c:2009 eelf32bmip.c:2234 eelf32bmipn32.c:2252
-#: eelf32bsmip.c:2252 eelf32btsmip.c:2234 eelf32btsmip_fbsd.c:2241
-#: eelf32btsmipn32.c:2234 eelf32btsmipn32_fbsd.c:2241 eelf32cr16.c:2072
-#: eelf32cr16c.c:1921 eelf32crx.c:1960 eelf32ebmip.c:2234
-#: eelf32ebmipvxworks.c:2269 eelf32elmip.c:2234 eelf32elmipvxworks.c:2269
-#: eelf32epiphany.c:1936 eelf32epiphany_4x4.c:1923 eelf32frvfd.c:1992
-#: eelf32ip2k.c:1936 eelf32l4300.c:2234 eelf32lm32.c:1936 eelf32lm32fd.c:1992
-#: eelf32lmip.c:2234 eelf32lppc.c:2251 eelf32lppclinux.c:2251
-#: eelf32lppcnto.c:2251 eelf32lppcsim.c:2251 eelf32lr5900.c:2203
-#: eelf32lr5900n32.c:2203 eelf32lriscv.c:2046 eelf32lriscv_ilp32.c:2046
-#: eelf32lriscv_ilp32f.c:2046 eelf32lsmip.c:2234 eelf32ltsmip.c:2234
-#: eelf32ltsmip_fbsd.c:2241 eelf32ltsmipn32.c:2234 eelf32ltsmipn32_fbsd.c:2241
-#: eelf32m32c.c:1947 eelf32mb_linux.c:1992 eelf32mbel_linux.c:1992
-#: eelf32mcore.c:1942 eelf32mep.c:1921 eelf32metag.c:2262
-#: eelf32microblaze.c:1921 eelf32microblazeel.c:1921 eelf32mipswindiss.c:2178
-#: eelf32or1k.c:1936 eelf32or1k_linux.c:1992 eelf32ppc.c:2251
-#: eelf32ppc_fbsd.c:2258 eelf32ppclinux.c:2251 eelf32ppcnto.c:2251
-#: eelf32ppcsim.c:2251 eelf32ppcvxworks.c:2225 eelf32ppcwindiss.c:2251
-#: eelf32rl78.c:1936 eelf32rx.c:1964 eelf32tilegx.c:1992 eelf32tilegx_be.c:1992
-#: eelf32tilepro.c:1992 eelf32vax.c:1967 eelf32visium.c:1921 eelf32xc16x.c:1921
-#: eelf32xc16xl.c:1921 eelf32xc16xs.c:1921 eelf32xstormy16.c:1932
-#: eelf32xtensa.c:3891 eelf64_aix.c:1967 eelf64_ia64.c:2022
-#: eelf64_ia64_fbsd.c:2029 eelf64_s390.c:2062 eelf64_sparc.c:1992
-#: eelf64_sparc_fbsd.c:1999 eelf64_sparc_sol2.c:2123 eelf64alpha.c:2085
-#: eelf64alpha_fbsd.c:2092 eelf64alpha_nbsd.c:2085 eelf64bmip.c:2252
-#: eelf64btsmip.c:2234 eelf64btsmip_fbsd.c:2241 eelf64hppa.c:1937
-#: eelf64lppc.c:2706 eelf64lriscv.c:2046 eelf64lriscv_lp64.c:2046
-#: eelf64lriscv_lp64f.c:2046 eelf64ltsmip.c:2234 eelf64ltsmip_fbsd.c:2241
-#: eelf64mmix.c:5730 eelf64ppc.c:2706 eelf64ppc_fbsd.c:2713 eelf64rdos.c:2002
-#: eelf64tilegx.c:1992 eelf64tilegx_be.c:1992 eelf_i386.c:6851
-#: eelf_i386_be.c:1967 eelf_i386_chaos.c:1947 eelf_i386_fbsd.c:2009
-#: eelf_i386_ldso.c:1984 eelf_i386_nacl.c:2002 eelf_i386_sol2.c:2140
-#: eelf_i386_vxworks.c:2029 eelf_iamcu.c:6497 eelf_k1om.c:7185
-#: eelf_k1om_fbsd.c:6840 eelf_l1om.c:7185 eelf_l1om_fbsd.c:6840
-#: eelf_s390.c:1992 eelf_x86_64.c:7229 eelf_x86_64_cloudabi.c:2002
-#: eelf_x86_64_fbsd.c:2009 eelf_x86_64_nacl.c:2002 eelf_x86_64_sol2.c:2133
-#: eh8300elf.c:1936 eh8300elf_linux.c:1936 eh8300helf.c:1936
-#: eh8300helf_linux.c:1936 eh8300hnelf.c:1936 eh8300self.c:1936
-#: eh8300self_linux.c:1936 eh8300snelf.c:1936 eh8300sxelf.c:1936
-#: eh8300sxelf_linux.c:1936 eh8300sxnelf.c:1936 ehppa64linux.c:1967
-#: ehppaelf.c:2225 ehppalinux.c:2296 ehppanbsd.c:2296 ehppaobsd.c:2296
-#: ei386lynx.c:1974 ei386moss.c:1967 ei386nto.c:1967 em32relf.c:1936
-#: em32relf_linux.c:1992 em32rlelf.c:1936 em32rlelf_linux.c:1992
-#: em68hc11elf.c:2229 em68hc11elfb.c:2229 em68hc12elf.c:2229
-#: em68hc12elfb.c:2229 em68kelf.c:2148 em68kelfnbsd.c:2148 em9s12zelf.c:1921
-#: emn10300.c:1967 ends32belf.c:2056 ends32belf16m.c:2056
-#: ends32belf_linux.c:2079 ends32elf.c:2056 ends32elf16m.c:2056
-#: ends32elf_linux.c:2079 enios2elf.c:2243 enios2linux.c:2274 eppclynx.c:2258
-#: epruelf.c:1941 escore3_elf.c:1987 escore7_elf.c:1987 eshelf.c:1967
-#: eshelf_fd.c:1992 eshelf_linux.c:1992 eshelf_nbsd.c:1967 eshelf_nto.c:1967
-#: eshelf_uclinux.c:1967 eshelf_vxworks.c:2004 eshlelf.c:1967 eshlelf_fd.c:1992
-#: eshlelf_linux.c:1992 eshlelf_nbsd.c:1967 eshlelf_nto.c:1967
-#: eshlelf_vxworks.c:2004 ev850.c:1967 ev850_rh850.c:1967
+#: eaarch64cloudabi.c:2327 eaarch64cloudabib.c:2327 eaarch64elf.c:2327
+#: eaarch64elf32.c:2327 eaarch64elf32b.c:2327 eaarch64elfb.c:2327
+#: eaarch64fbsd.c:2327 eaarch64fbsdb.c:2327 eaarch64linux.c:2334
+#: eaarch64linux32.c:2334 eaarch64linux32b.c:2334 eaarch64linuxb.c:2334
+#: earcelf.c:1941 earcelf_prof.c:1925 earclinux.c:1996 earclinux_nps.c:1996
+#: earclinux_prof.c:1941 earcv2elf.c:1925 earcv2elfx.c:1925 earmelf.c:2570
+#: earmelf_fbsd.c:2577 earmelf_fuchsia.c:2570 earmelf_linux.c:2570
+#: earmelf_linux_eabi.c:2570 earmelf_linux_fdpiceabi.c:2570 earmelf_nacl.c:2570
+#: earmelf_nbsd.c:2570 earmelf_phoenix.c:2570 earmelf_vxworks.c:2606
+#: earmelfb.c:2570 earmelfb_fbsd.c:2577 earmelfb_fuchsia.c:2570
+#: earmelfb_linux.c:2570 earmelfb_linux_eabi.c:2570
+#: earmelfb_linux_fdpiceabi.c:2570 earmelfb_nacl.c:2570 earmelfb_nbsd.c:2570
+#: earmnto.c:2545 earmsymbian.c:2570 eavr1.c:2148 eavr2.c:2148 eavr25.c:2148
+#: eavr3.c:2148 eavr31.c:2148 eavr35.c:2148 eavr4.c:2148 eavr5.c:2148
+#: eavr51.c:2148 eavr6.c:2148 eavrtiny.c:2148 eavrxmega1.c:2148
+#: eavrxmega2.c:2148 eavrxmega3.c:2148 eavrxmega4.c:2148 eavrxmega5.c:2148
+#: eavrxmega6.c:2148 eavrxmega7.c:2148 ecriself.c:1940 ecrislinux.c:1971
+#: ecskyelf.c:2203 ecskyelf_linux.c:2259 ed10velf.c:1925 eelf32_sparc.c:1996
+#: eelf32_sparc_sol2.c:2127 eelf32_sparc_vxworks.c:2033 eelf32_spu.c:2522
+#: eelf32_tic6x_be.c:2108 eelf32_tic6x_elf_be.c:2108 eelf32_tic6x_elf_le.c:2108
+#: eelf32_tic6x_le.c:2108 eelf32_tic6x_linux_be.c:2108
+#: eelf32_tic6x_linux_le.c:2108 eelf32_x86_64.c:7244 eelf32_x86_64_nacl.c:2029
+#: eelf32am33lin.c:1971 eelf32b4300.c:2231 eelf32bfin.c:1988
+#: eelf32bfinfd.c:2013 eelf32bmip.c:2231 eelf32bmipn32.c:2249
+#: eelf32bsmip.c:2249 eelf32btsmip.c:2231 eelf32btsmip_fbsd.c:2238
+#: eelf32btsmipn32.c:2231 eelf32btsmipn32_fbsd.c:2238 eelf32cr16.c:2076
+#: eelf32cr16c.c:1925 eelf32crx.c:1964 eelf32ebmip.c:2231
+#: eelf32ebmipvxworks.c:2266 eelf32elmip.c:2231 eelf32elmipvxworks.c:2266
+#: eelf32epiphany.c:1940 eelf32epiphany_4x4.c:1927 eelf32frvfd.c:1996
+#: eelf32ip2k.c:1940 eelf32l4300.c:2231 eelf32lm32.c:1940 eelf32lm32fd.c:1996
+#: eelf32lmip.c:2231 eelf32lppc.c:2247 eelf32lppclinux.c:2247
+#: eelf32lppcnto.c:2247 eelf32lppcsim.c:2247 eelf32lr5900.c:2200
+#: eelf32lr5900n32.c:2200 eelf32lriscv.c:2050 eelf32lriscv_ilp32.c:2050
+#: eelf32lriscv_ilp32f.c:2050 eelf32lsmip.c:2231 eelf32ltsmip.c:2231
+#: eelf32ltsmip_fbsd.c:2238 eelf32ltsmipn32.c:2231 eelf32ltsmipn32_fbsd.c:2238
+#: eelf32m32c.c:1951 eelf32mb_linux.c:1996 eelf32mbel_linux.c:1996
+#: eelf32mcore.c:1946 eelf32mep.c:1925 eelf32metag.c:2266
+#: eelf32microblaze.c:1925 eelf32microblazeel.c:1925 eelf32mipswindiss.c:2175
+#: eelf32or1k.c:1940 eelf32or1k_linux.c:1996 eelf32ppc.c:2247
+#: eelf32ppc_fbsd.c:2254 eelf32ppclinux.c:2247 eelf32ppcnto.c:2247
+#: eelf32ppcsim.c:2247 eelf32ppcvxworks.c:2221 eelf32ppcwindiss.c:2247
+#: eelf32rl78.c:1940 eelf32rx.c:1968 eelf32tilegx.c:1996 eelf32tilegx_be.c:1996
+#: eelf32tilepro.c:1996 eelf32vax.c:1971 eelf32visium.c:1925 eelf32xc16x.c:1925
+#: eelf32xc16xl.c:1925 eelf32xc16xs.c:1925 eelf32xstormy16.c:1936
+#: eelf32xtensa.c:3895 eelf64_aix.c:1971 eelf64_ia64.c:2026
+#: eelf64_ia64_fbsd.c:2033 eelf64_s390.c:2066 eelf64_sparc.c:1996
+#: eelf64_sparc_fbsd.c:2003 eelf64_sparc_sol2.c:2127 eelf64alpha.c:2089
+#: eelf64alpha_fbsd.c:2096 eelf64alpha_nbsd.c:2089 eelf64bmip.c:2249
+#: eelf64bpf.c:1925 eelf64btsmip.c:2231 eelf64btsmip_fbsd.c:2238
+#: eelf64hppa.c:1941 eelf64lppc.c:2698 eelf64lriscv.c:2050
+#: eelf64lriscv_lp64.c:2050 eelf64lriscv_lp64f.c:2050 eelf64ltsmip.c:2231
+#: eelf64ltsmip_fbsd.c:2238 eelf64mmix.c:5734 eelf64ppc.c:2698
+#: eelf64ppc_fbsd.c:2705 eelf64rdos.c:2020 eelf64tilegx.c:1996
+#: eelf64tilegx_be.c:1996 eelf_i386.c:6866 eelf_i386_be.c:1994
+#: eelf_i386_fbsd.c:2036 eelf_i386_ldso.c:2011 eelf_i386_nacl.c:2029
+#: eelf_i386_sol2.c:2167 eelf_i386_vxworks.c:2056 eelf_iamcu.c:6512
+#: eelf_k1om.c:7200 eelf_k1om_fbsd.c:6855 eelf_l1om.c:7200
+#: eelf_l1om_fbsd.c:6855 eelf_s390.c:1996 eelf_x86_64.c:7244
+#: eelf_x86_64_cloudabi.c:2029 eelf_x86_64_fbsd.c:2036 eelf_x86_64_nacl.c:2029
+#: eelf_x86_64_sol2.c:2160 eh8300elf.c:1940 eh8300elf_linux.c:1940
+#: eh8300helf.c:1940 eh8300helf_linux.c:1940 eh8300hnelf.c:1940
+#: eh8300self.c:1940 eh8300self_linux.c:1940 eh8300snelf.c:1940
+#: eh8300sxelf.c:1940 eh8300sxelf_linux.c:1940 eh8300sxnelf.c:1940
+#: ehppa64linux.c:1971 ehppaelf.c:2229 ehppalinux.c:2300 ehppanbsd.c:2300
+#: ehppaobsd.c:2300 ei386lynx.c:1992 ei386moss.c:1985 ei386nto.c:1985
+#: em32relf.c:1940 em32relf_linux.c:1996 em32rlelf.c:1940
+#: em32rlelf_linux.c:1996 em68hc11elf.c:2233 em68hc11elfb.c:2233
+#: em68hc12elf.c:2233 em68hc12elfb.c:2233 em68kelf.c:2152 em68kelfnbsd.c:2152
+#: emn10300.c:1971 ends32belf.c:2060 ends32belf16m.c:2060
+#: ends32belf_linux.c:2083 ends32elf.c:2060 ends32elf16m.c:2060
+#: ends32elf_linux.c:2083 enios2elf.c:2247 enios2linux.c:2278 eppclynx.c:2254
+#: epruelf.c:1945 escore3_elf.c:1992 escore7_elf.c:1992 eshelf.c:1971
+#: eshelf_fd.c:1996 eshelf_linux.c:1996 eshelf_nbsd.c:1971 eshelf_nto.c:1971
+#: eshelf_uclinux.c:1971 eshelf_vxworks.c:2008 eshlelf.c:1971 eshlelf_fd.c:1996
+#: eshlelf_linux.c:1996 eshlelf_nbsd.c:1971 eshlelf_nto.c:1971
+#: eshlelf_vxworks.c:2008 ev850.c:1971 ev850_rh850.c:1971
msgid "%F%P: invalid --compress-debug-sections option: `%s'\n"
msgstr ""
-#: eaarch64cloudabi.c:2366 eaarch64cloudabib.c:2366 eaarch64elf.c:2366
-#: eaarch64elf32.c:2366 eaarch64elf32b.c:2366 eaarch64elfb.c:2366
-#: eaarch64fbsd.c:2366 eaarch64fbsdb.c:2366 eaarch64linux.c:2373
-#: eaarch64linux32.c:2373 eaarch64linux32b.c:2373 eaarch64linuxb.c:2373
-#: earcelf.c:1988 earclinux.c:2054 earclinux_nps.c:2054 earclinux_prof.c:1999
-#: earmelf.c:2616 earmelf_fbsd.c:2623 earmelf_fuchsia.c:2616
-#: earmelf_linux.c:2616 earmelf_linux_eabi.c:2616
-#: earmelf_linux_fdpiceabi.c:2616 earmelf_nacl.c:2616 earmelf_nbsd.c:2616
-#: earmelf_phoenix.c:2616 earmelf_vxworks.c:2652 earmelfb.c:2616
-#: earmelfb_fbsd.c:2623 earmelfb_fuchsia.c:2616 earmelfb_linux.c:2616
-#: earmelfb_linux_eabi.c:2616 earmelfb_linux_fdpiceabi.c:2616
-#: earmelfb_nacl.c:2616 earmelfb_nbsd.c:2616 earmnto.c:2591 earmsymbian.c:2616
-#: ecrislinux.c:2018 ecskyelf_linux.c:2299 eelf32_sparc.c:2043
-#: eelf32_sparc_sol2.c:2174 eelf32_sparc_vxworks.c:2080 eelf32_tic6x_be.c:2155
-#: eelf32_tic6x_elf_be.c:2155 eelf32_tic6x_elf_le.c:2155 eelf32_tic6x_le.c:2155
-#: eelf32_tic6x_linux_be.c:2155 eelf32_tic6x_linux_le.c:2155
-#: eelf32_x86_64.c:7280 eelf32_x86_64_nacl.c:2053 eelf32am33lin.c:2018
-#: eelf32b4300.c:2285 eelf32bfin.c:2035 eelf32bfinfd.c:2060 eelf32bmip.c:2285
-#: eelf32bmipn32.c:2303 eelf32bsmip.c:2303 eelf32btsmip.c:2285
-#: eelf32btsmip_fbsd.c:2292 eelf32btsmipn32.c:2285 eelf32btsmipn32_fbsd.c:2292
-#: eelf32ebmip.c:2285 eelf32ebmipvxworks.c:2320 eelf32elmip.c:2285
-#: eelf32elmipvxworks.c:2320 eelf32frvfd.c:2043 eelf32l4300.c:2285
-#: eelf32lm32fd.c:2043 eelf32lmip.c:2285 eelf32lppc.c:2302
-#: eelf32lppclinux.c:2302 eelf32lppcnto.c:2302 eelf32lppcsim.c:2302
-#: eelf32lriscv.c:2097 eelf32lriscv_ilp32.c:2097 eelf32lriscv_ilp32f.c:2097
-#: eelf32lsmip.c:2285 eelf32ltsmip.c:2285 eelf32ltsmip_fbsd.c:2292
-#: eelf32ltsmipn32.c:2285 eelf32ltsmipn32_fbsd.c:2292 eelf32mb_linux.c:2043
-#: eelf32mbel_linux.c:2043 eelf32metag.c:2313 eelf32or1k_linux.c:2043
-#: eelf32ppc.c:2302 eelf32ppc_fbsd.c:2309 eelf32ppclinux.c:2302
-#: eelf32ppcnto.c:2302 eelf32ppcsim.c:2302 eelf32ppcvxworks.c:2276
-#: eelf32ppcwindiss.c:2302 eelf32tilegx.c:2043 eelf32tilegx_be.c:2043
-#: eelf32tilepro.c:2043 eelf32vax.c:2018 eelf32xtensa.c:3942 eelf64_aix.c:2018
-#: eelf64_ia64.c:2073 eelf64_ia64_fbsd.c:2080 eelf64_s390.c:2113
-#: eelf64_sparc.c:2043 eelf64_sparc_fbsd.c:2050 eelf64_sparc_sol2.c:2174
-#: eelf64alpha.c:2136 eelf64alpha_fbsd.c:2143 eelf64alpha_nbsd.c:2136
-#: eelf64bmip.c:2303 eelf64btsmip.c:2285 eelf64btsmip_fbsd.c:2292
-#: eelf64hppa.c:1988 eelf64lppc.c:2757 eelf64lriscv.c:2097
-#: eelf64lriscv_lp64.c:2097 eelf64lriscv_lp64f.c:2097 eelf64ltsmip.c:2285
-#: eelf64ltsmip_fbsd.c:2292 eelf64mmix.c:5781 eelf64ppc.c:2757
-#: eelf64ppc_fbsd.c:2764 eelf64rdos.c:2053 eelf64tilegx.c:2043
-#: eelf64tilegx_be.c:2043 eelf_i386.c:6902 eelf_i386_be.c:2018
-#: eelf_i386_chaos.c:1998 eelf_i386_fbsd.c:2060 eelf_i386_ldso.c:2035
-#: eelf_i386_nacl.c:2053 eelf_i386_sol2.c:2191 eelf_i386_vxworks.c:2080
-#: eelf_iamcu.c:6548 eelf_k1om.c:7236 eelf_k1om_fbsd.c:6891 eelf_l1om.c:7236
-#: eelf_l1om_fbsd.c:6891 eelf_s390.c:2043 eelf_x86_64.c:7280
-#: eelf_x86_64_cloudabi.c:2053 eelf_x86_64_fbsd.c:2060 eelf_x86_64_nacl.c:2053
-#: eelf_x86_64_sol2.c:2184 ehppa64linux.c:2018 ehppalinux.c:2347
-#: ehppanbsd.c:2347 ehppaobsd.c:2347 ei386lynx.c:2025 ei386moss.c:2018
-#: ei386nto.c:2018 em32relf_linux.c:2043 em32rlelf_linux.c:2043 em68kelf.c:2199
-#: em68kelfnbsd.c:2199 emn10300.c:2018 ends32belf_linux.c:2130
-#: ends32elf_linux.c:2130 enios2linux.c:2325 eppclynx.c:2309 escore3_elf.c:2038
-#: escore7_elf.c:2038 eshelf.c:2018 eshelf_fd.c:2043 eshelf_linux.c:2043
-#: eshelf_nbsd.c:2018 eshelf_nto.c:2018 eshelf_uclinux.c:2018
-#: eshelf_vxworks.c:2055 eshlelf.c:2018 eshlelf_fd.c:2043 eshlelf_linux.c:2043
-#: eshlelf_nbsd.c:2018 eshlelf_nto.c:2018 eshlelf_vxworks.c:2055
+#: eaarch64cloudabi.c:2378 eaarch64cloudabib.c:2378 eaarch64elf.c:2378
+#: eaarch64elf32.c:2378 eaarch64elf32b.c:2378 eaarch64elfb.c:2378
+#: eaarch64fbsd.c:2378 eaarch64fbsdb.c:2378 eaarch64linux.c:2385
+#: eaarch64linux32.c:2385 eaarch64linux32b.c:2385 eaarch64linuxb.c:2385
+#: earcelf.c:1992 earclinux.c:2047 earclinux_nps.c:2047 earclinux_prof.c:1992
+#: earmelf.c:2621 earmelf_fbsd.c:2628 earmelf_fuchsia.c:2621
+#: earmelf_linux.c:2621 earmelf_linux_eabi.c:2621
+#: earmelf_linux_fdpiceabi.c:2621 earmelf_nacl.c:2621 earmelf_nbsd.c:2621
+#: earmelf_phoenix.c:2621 earmelf_vxworks.c:2657 earmelfb.c:2621
+#: earmelfb_fbsd.c:2628 earmelfb_fuchsia.c:2621 earmelfb_linux.c:2621
+#: earmelfb_linux_eabi.c:2621 earmelfb_linux_fdpiceabi.c:2621
+#: earmelfb_nacl.c:2621 earmelfb_nbsd.c:2621 earmnto.c:2596 earmsymbian.c:2621
+#: ecrislinux.c:2022 ecskyelf_linux.c:2310 eelf32_sparc.c:2047
+#: eelf32_sparc_sol2.c:2178 eelf32_sparc_vxworks.c:2084 eelf32_tic6x_be.c:2159
+#: eelf32_tic6x_elf_be.c:2159 eelf32_tic6x_elf_le.c:2159 eelf32_tic6x_le.c:2159
+#: eelf32_tic6x_linux_be.c:2159 eelf32_tic6x_linux_le.c:2159
+#: eelf32_x86_64.c:7295 eelf32_x86_64_nacl.c:2080 eelf32am33lin.c:2022
+#: eelf32b4300.c:2282 eelf32bfin.c:2039 eelf32bfinfd.c:2064 eelf32bmip.c:2282
+#: eelf32bmipn32.c:2300 eelf32bsmip.c:2300 eelf32btsmip.c:2282
+#: eelf32btsmip_fbsd.c:2289 eelf32btsmipn32.c:2282 eelf32btsmipn32_fbsd.c:2289
+#: eelf32ebmip.c:2282 eelf32ebmipvxworks.c:2317 eelf32elmip.c:2282
+#: eelf32elmipvxworks.c:2317 eelf32frvfd.c:2047 eelf32l4300.c:2282
+#: eelf32lm32fd.c:2047 eelf32lmip.c:2282 eelf32lppc.c:2298
+#: eelf32lppclinux.c:2298 eelf32lppcnto.c:2298 eelf32lppcsim.c:2298
+#: eelf32lriscv.c:2101 eelf32lriscv_ilp32.c:2101 eelf32lriscv_ilp32f.c:2101
+#: eelf32lsmip.c:2282 eelf32ltsmip.c:2282 eelf32ltsmip_fbsd.c:2289
+#: eelf32ltsmipn32.c:2282 eelf32ltsmipn32_fbsd.c:2289 eelf32mb_linux.c:2047
+#: eelf32mbel_linux.c:2047 eelf32metag.c:2317 eelf32or1k_linux.c:2047
+#: eelf32ppc.c:2298 eelf32ppc_fbsd.c:2305 eelf32ppclinux.c:2298
+#: eelf32ppcnto.c:2298 eelf32ppcsim.c:2298 eelf32ppcvxworks.c:2272
+#: eelf32ppcwindiss.c:2298 eelf32tilegx.c:2047 eelf32tilegx_be.c:2047
+#: eelf32tilepro.c:2047 eelf32vax.c:2022 eelf32xtensa.c:3946 eelf64_aix.c:2022
+#: eelf64_ia64.c:2077 eelf64_ia64_fbsd.c:2084 eelf64_s390.c:2117
+#: eelf64_sparc.c:2047 eelf64_sparc_fbsd.c:2054 eelf64_sparc_sol2.c:2178
+#: eelf64alpha.c:2140 eelf64alpha_fbsd.c:2147 eelf64alpha_nbsd.c:2140
+#: eelf64bmip.c:2300 eelf64btsmip.c:2282 eelf64btsmip_fbsd.c:2289
+#: eelf64hppa.c:1992 eelf64lppc.c:2749 eelf64lriscv.c:2101
+#: eelf64lriscv_lp64.c:2101 eelf64lriscv_lp64f.c:2101 eelf64ltsmip.c:2282
+#: eelf64ltsmip_fbsd.c:2289 eelf64mmix.c:5785 eelf64ppc.c:2749
+#: eelf64ppc_fbsd.c:2756 eelf64rdos.c:2071 eelf64tilegx.c:2047
+#: eelf64tilegx_be.c:2047 eelf_i386.c:6917 eelf_i386_be.c:2045
+#: eelf_i386_fbsd.c:2087 eelf_i386_ldso.c:2062 eelf_i386_nacl.c:2080
+#: eelf_i386_sol2.c:2218 eelf_i386_vxworks.c:2107 eelf_iamcu.c:6563
+#: eelf_k1om.c:7251 eelf_k1om_fbsd.c:6906 eelf_l1om.c:7251
+#: eelf_l1om_fbsd.c:6906 eelf_s390.c:2047 eelf_x86_64.c:7295
+#: eelf_x86_64_cloudabi.c:2080 eelf_x86_64_fbsd.c:2087 eelf_x86_64_nacl.c:2080
+#: eelf_x86_64_sol2.c:2211 ehppa64linux.c:2022 ehppalinux.c:2351
+#: ehppanbsd.c:2351 ehppaobsd.c:2351 ei386lynx.c:2043 ei386moss.c:2036
+#: ei386nto.c:2036 em32relf_linux.c:2047 em32rlelf_linux.c:2047 em68kelf.c:2203
+#: em68kelfnbsd.c:2203 emn10300.c:2022 ends32belf_linux.c:2134
+#: ends32elf_linux.c:2134 enios2linux.c:2329 eppclynx.c:2305 escore3_elf.c:2043
+#: escore7_elf.c:2043 eshelf.c:2022 eshelf_fd.c:2047 eshelf_linux.c:2047
+#: eshelf_nbsd.c:2022 eshelf_nto.c:2022 eshelf_uclinux.c:2022
+#: eshelf_vxworks.c:2059 eshlelf.c:2022 eshlelf_fd.c:2047 eshlelf_linux.c:2047
+#: eshlelf_nbsd.c:2022 eshlelf_nto.c:2022 eshlelf_vxworks.c:2059
msgid "%F%P: invalid hash style `%s'\n"
msgstr ""
-#: eaarch64cloudabi.c:2382 eaarch64cloudabib.c:2382 eaarch64elf.c:2382
-#: eaarch64elf32.c:2382 eaarch64elf32b.c:2382 eaarch64elfb.c:2382
-#: eaarch64fbsd.c:2382 eaarch64fbsdb.c:2382 eaarch64linux.c:2389
-#: eaarch64linux32.c:2389 eaarch64linux32b.c:2389 eaarch64linuxb.c:2389
-#: earcelf.c:2004 earcelf_prof.c:1937 earclinux.c:2070 earclinux_nps.c:2070
-#: earclinux_prof.c:2015 earcv2elf.c:1937 earcv2elfx.c:1937 earmelf.c:2632
-#: earmelf_fbsd.c:2639 earmelf_fuchsia.c:2632 earmelf_linux.c:2632
-#: earmelf_linux_eabi.c:2632 earmelf_linux_fdpiceabi.c:2632 earmelf_nacl.c:2632
-#: earmelf_nbsd.c:2632 earmelf_phoenix.c:2632 earmelf_vxworks.c:2668
-#: earmelfb.c:2632 earmelfb_fbsd.c:2639 earmelfb_fuchsia.c:2632
-#: earmelfb_linux.c:2632 earmelfb_linux_eabi.c:2632
-#: earmelfb_linux_fdpiceabi.c:2632 earmelfb_nacl.c:2632 earmelfb_nbsd.c:2632
-#: earmnto.c:2607 earmsymbian.c:2632 eavr1.c:2160 eavr2.c:2160 eavr25.c:2160
-#: eavr3.c:2160 eavr31.c:2160 eavr35.c:2160 eavr4.c:2160 eavr5.c:2160
-#: eavr51.c:2160 eavr6.c:2160 eavrtiny.c:2160 eavrxmega1.c:2160
-#: eavrxmega2.c:2160 eavrxmega3.c:2160 eavrxmega4.c:2160 eavrxmega5.c:2160
-#: eavrxmega6.c:2160 eavrxmega7.c:2160 ecriself.c:1952 ecrislinux.c:2034
-#: ecskyelf.c:2208 ecskyelf_linux.c:2315 ed10velf.c:1937 eelf32_sparc.c:2059
-#: eelf32_sparc_sol2.c:2190 eelf32_sparc_vxworks.c:2096 eelf32_spu.c:2670
-#: eelf32_tic6x_be.c:2171 eelf32_tic6x_elf_be.c:2171 eelf32_tic6x_elf_le.c:2171
-#: eelf32_tic6x_le.c:2171 eelf32_tic6x_linux_be.c:2171
-#: eelf32_tic6x_linux_le.c:2171 eelf32_x86_64.c:7296 eelf32_x86_64_nacl.c:2069
-#: eelf32am33lin.c:2034 eelf32b4300.c:2301 eelf32bfin.c:2051
-#: eelf32bfinfd.c:2076 eelf32bmip.c:2301 eelf32bmipn32.c:2319
-#: eelf32bsmip.c:2319 eelf32btsmip.c:2301 eelf32btsmip_fbsd.c:2308
-#: eelf32btsmipn32.c:2301 eelf32btsmipn32_fbsd.c:2308 eelf32cr16.c:2088
-#: eelf32cr16c.c:1937 eelf32crx.c:1976 eelf32ebmip.c:2301
-#: eelf32ebmipvxworks.c:2336 eelf32elmip.c:2301 eelf32elmipvxworks.c:2336
-#: eelf32epiphany.c:1952 eelf32epiphany_4x4.c:1939 eelf32frvfd.c:2059
-#: eelf32ip2k.c:1952 eelf32l4300.c:2301 eelf32lm32.c:1952 eelf32lm32fd.c:2059
-#: eelf32lmip.c:2301 eelf32lppc.c:2318 eelf32lppclinux.c:2318
-#: eelf32lppcnto.c:2318 eelf32lppcsim.c:2318 eelf32lr5900.c:2219
-#: eelf32lr5900n32.c:2219 eelf32lriscv.c:2113 eelf32lriscv_ilp32.c:2113
-#: eelf32lriscv_ilp32f.c:2113 eelf32lsmip.c:2301 eelf32ltsmip.c:2301
-#: eelf32ltsmip_fbsd.c:2308 eelf32ltsmipn32.c:2301 eelf32ltsmipn32_fbsd.c:2308
-#: eelf32m32c.c:1963 eelf32mb_linux.c:2059 eelf32mbel_linux.c:2059
-#: eelf32mcore.c:1958 eelf32mep.c:1937 eelf32metag.c:2329
-#: eelf32microblaze.c:1937 eelf32microblazeel.c:1937 eelf32mipswindiss.c:2194
-#: eelf32or1k.c:1952 eelf32or1k_linux.c:2059 eelf32ppc.c:2318
-#: eelf32ppc_fbsd.c:2325 eelf32ppclinux.c:2318 eelf32ppcnto.c:2318
-#: eelf32ppcsim.c:2318 eelf32ppcvxworks.c:2292 eelf32ppcwindiss.c:2318
-#: eelf32rl78.c:1952 eelf32rx.c:1980 eelf32tilegx.c:2059 eelf32tilegx_be.c:2059
-#: eelf32tilepro.c:2059 eelf32vax.c:2034 eelf32visium.c:1937 eelf32xc16x.c:1937
-#: eelf32xc16xl.c:1937 eelf32xc16xs.c:1937 eelf32xstormy16.c:1948
-#: eelf32xtensa.c:3958 eelf64_aix.c:2034 eelf64_ia64.c:2089
-#: eelf64_ia64_fbsd.c:2096 eelf64_s390.c:2129 eelf64_sparc.c:2059
-#: eelf64_sparc_fbsd.c:2066 eelf64_sparc_sol2.c:2190 eelf64alpha.c:2152
-#: eelf64alpha_fbsd.c:2159 eelf64alpha_nbsd.c:2152 eelf64bmip.c:2319
-#: eelf64btsmip.c:2301 eelf64btsmip_fbsd.c:2308 eelf64hppa.c:2004
-#: eelf64lppc.c:2773 eelf64lriscv.c:2113 eelf64lriscv_lp64.c:2113
-#: eelf64lriscv_lp64f.c:2113 eelf64ltsmip.c:2301 eelf64ltsmip_fbsd.c:2308
-#: eelf64mmix.c:5797 eelf64ppc.c:2773 eelf64ppc_fbsd.c:2780 eelf64rdos.c:2069
-#: eelf64tilegx.c:2059 eelf64tilegx_be.c:2059 eelf_i386.c:6918
-#: eelf_i386_be.c:2034 eelf_i386_chaos.c:2014 eelf_i386_fbsd.c:2076
-#: eelf_i386_ldso.c:2051 eelf_i386_nacl.c:2069 eelf_i386_sol2.c:2207
-#: eelf_i386_vxworks.c:2096 eelf_iamcu.c:6564 eelf_k1om.c:7252
-#: eelf_k1om_fbsd.c:6907 eelf_l1om.c:7252 eelf_l1om_fbsd.c:6907
-#: eelf_s390.c:2059 eelf_x86_64.c:7296 eelf_x86_64_cloudabi.c:2069
-#: eelf_x86_64_fbsd.c:2076 eelf_x86_64_nacl.c:2069 eelf_x86_64_sol2.c:2200
-#: eh8300elf.c:1952 eh8300elf_linux.c:1952 eh8300helf.c:1952
-#: eh8300helf_linux.c:1952 eh8300hnelf.c:1952 eh8300self.c:1952
-#: eh8300self_linux.c:1952 eh8300snelf.c:1952 eh8300sxelf.c:1952
-#: eh8300sxelf_linux.c:1952 eh8300sxnelf.c:1952 ehppa64linux.c:2034
-#: ehppaelf.c:2241 ehppalinux.c:2363 ehppanbsd.c:2363 ehppaobsd.c:2363
-#: ei386lynx.c:2041 ei386moss.c:2034 ei386nto.c:2034 em32relf.c:1952
-#: em32relf_linux.c:2059 em32rlelf.c:1952 em32rlelf_linux.c:2059
-#: em68hc11elf.c:2245 em68hc11elfb.c:2245 em68hc12elf.c:2245
-#: em68hc12elfb.c:2245 em68kelf.c:2215 em68kelfnbsd.c:2215 em9s12zelf.c:1937
-#: emn10300.c:2034 ends32belf.c:2072 ends32belf16m.c:2072
-#: ends32belf_linux.c:2146 ends32elf.c:2072 ends32elf16m.c:2072
-#: ends32elf_linux.c:2146 enios2elf.c:2259 enios2linux.c:2341 eppclynx.c:2325
-#: epruelf.c:1957 escore3_elf.c:2054 escore7_elf.c:2054 eshelf.c:2034
-#: eshelf_fd.c:2059 eshelf_linux.c:2059 eshelf_nbsd.c:2034 eshelf_nto.c:2034
-#: eshelf_uclinux.c:2034 eshelf_vxworks.c:2071 eshlelf.c:2034 eshlelf_fd.c:2059
-#: eshlelf_linux.c:2059 eshlelf_nbsd.c:2034 eshlelf_nto.c:2034
-#: eshlelf_vxworks.c:2071 ev850.c:1983 ev850_rh850.c:1983
+#: eaarch64cloudabi.c:2394 eaarch64cloudabib.c:2394 eaarch64elf.c:2394
+#: eaarch64elf32.c:2394 eaarch64elf32b.c:2394 eaarch64elfb.c:2394
+#: eaarch64fbsd.c:2394 eaarch64fbsdb.c:2394 eaarch64linux.c:2401
+#: eaarch64linux32.c:2401 eaarch64linux32b.c:2401 eaarch64linuxb.c:2401
+#: earcelf.c:2008 earcelf_prof.c:1941 earclinux.c:2063 earclinux_nps.c:2063
+#: earclinux_prof.c:2008 earcv2elf.c:1941 earcv2elfx.c:1941 earmelf.c:2637
+#: earmelf_fbsd.c:2644 earmelf_fuchsia.c:2637 earmelf_linux.c:2637
+#: earmelf_linux_eabi.c:2637 earmelf_linux_fdpiceabi.c:2637 earmelf_nacl.c:2637
+#: earmelf_nbsd.c:2637 earmelf_phoenix.c:2637 earmelf_vxworks.c:2673
+#: earmelfb.c:2637 earmelfb_fbsd.c:2644 earmelfb_fuchsia.c:2637
+#: earmelfb_linux.c:2637 earmelfb_linux_eabi.c:2637
+#: earmelfb_linux_fdpiceabi.c:2637 earmelfb_nacl.c:2637 earmelfb_nbsd.c:2637
+#: earmnto.c:2612 earmsymbian.c:2637 eavr1.c:2164 eavr2.c:2164 eavr25.c:2164
+#: eavr3.c:2164 eavr31.c:2164 eavr35.c:2164 eavr4.c:2164 eavr5.c:2164
+#: eavr51.c:2164 eavr6.c:2164 eavrtiny.c:2164 eavrxmega1.c:2164
+#: eavrxmega2.c:2164 eavrxmega3.c:2164 eavrxmega4.c:2164 eavrxmega5.c:2164
+#: eavrxmega6.c:2164 eavrxmega7.c:2164 ecriself.c:1956 ecrislinux.c:2038
+#: ecskyelf.c:2219 ecskyelf_linux.c:2326 ed10velf.c:1941 eelf32_sparc.c:2063
+#: eelf32_sparc_sol2.c:2194 eelf32_sparc_vxworks.c:2100 eelf32_spu.c:2538
+#: eelf32_tic6x_be.c:2175 eelf32_tic6x_elf_be.c:2175 eelf32_tic6x_elf_le.c:2175
+#: eelf32_tic6x_le.c:2175 eelf32_tic6x_linux_be.c:2175
+#: eelf32_tic6x_linux_le.c:2175 eelf32_x86_64.c:7311 eelf32_x86_64_nacl.c:2096
+#: eelf32am33lin.c:2038 eelf32b4300.c:2298 eelf32bfin.c:2055
+#: eelf32bfinfd.c:2080 eelf32bmip.c:2298 eelf32bmipn32.c:2316
+#: eelf32bsmip.c:2316 eelf32btsmip.c:2298 eelf32btsmip_fbsd.c:2305
+#: eelf32btsmipn32.c:2298 eelf32btsmipn32_fbsd.c:2305 eelf32cr16.c:2092
+#: eelf32cr16c.c:1941 eelf32crx.c:1980 eelf32ebmip.c:2298
+#: eelf32ebmipvxworks.c:2333 eelf32elmip.c:2298 eelf32elmipvxworks.c:2333
+#: eelf32epiphany.c:1956 eelf32epiphany_4x4.c:1943 eelf32frvfd.c:2063
+#: eelf32ip2k.c:1956 eelf32l4300.c:2298 eelf32lm32.c:1956 eelf32lm32fd.c:2063
+#: eelf32lmip.c:2298 eelf32lppc.c:2314 eelf32lppclinux.c:2314
+#: eelf32lppcnto.c:2314 eelf32lppcsim.c:2314 eelf32lr5900.c:2216
+#: eelf32lr5900n32.c:2216 eelf32lriscv.c:2117 eelf32lriscv_ilp32.c:2117
+#: eelf32lriscv_ilp32f.c:2117 eelf32lsmip.c:2298 eelf32ltsmip.c:2298
+#: eelf32ltsmip_fbsd.c:2305 eelf32ltsmipn32.c:2298 eelf32ltsmipn32_fbsd.c:2305
+#: eelf32m32c.c:1967 eelf32mb_linux.c:2063 eelf32mbel_linux.c:2063
+#: eelf32mcore.c:1962 eelf32mep.c:1941 eelf32metag.c:2333
+#: eelf32microblaze.c:1941 eelf32microblazeel.c:1941 eelf32mipswindiss.c:2191
+#: eelf32or1k.c:1956 eelf32or1k_linux.c:2063 eelf32ppc.c:2314
+#: eelf32ppc_fbsd.c:2321 eelf32ppclinux.c:2314 eelf32ppcnto.c:2314
+#: eelf32ppcsim.c:2314 eelf32ppcvxworks.c:2288 eelf32ppcwindiss.c:2314
+#: eelf32rl78.c:1956 eelf32rx.c:1984 eelf32tilegx.c:2063 eelf32tilegx_be.c:2063
+#: eelf32tilepro.c:2063 eelf32vax.c:2038 eelf32visium.c:1941 eelf32xc16x.c:1941
+#: eelf32xc16xl.c:1941 eelf32xc16xs.c:1941 eelf32xstormy16.c:1952
+#: eelf32xtensa.c:3962 eelf64_aix.c:2038 eelf64_ia64.c:2093
+#: eelf64_ia64_fbsd.c:2100 eelf64_s390.c:2133 eelf64_sparc.c:2063
+#: eelf64_sparc_fbsd.c:2070 eelf64_sparc_sol2.c:2194 eelf64alpha.c:2156
+#: eelf64alpha_fbsd.c:2163 eelf64alpha_nbsd.c:2156 eelf64bmip.c:2316
+#: eelf64bpf.c:1941 eelf64btsmip.c:2298 eelf64btsmip_fbsd.c:2305
+#: eelf64hppa.c:2008 eelf64lppc.c:2765 eelf64lriscv.c:2117
+#: eelf64lriscv_lp64.c:2117 eelf64lriscv_lp64f.c:2117 eelf64ltsmip.c:2298
+#: eelf64ltsmip_fbsd.c:2305 eelf64mmix.c:5801 eelf64ppc.c:2765
+#: eelf64ppc_fbsd.c:2772 eelf64rdos.c:2087 eelf64tilegx.c:2063
+#: eelf64tilegx_be.c:2063 eelf_i386.c:6933 eelf_i386_be.c:2061
+#: eelf_i386_fbsd.c:2103 eelf_i386_ldso.c:2078 eelf_i386_nacl.c:2096
+#: eelf_i386_sol2.c:2234 eelf_i386_vxworks.c:2123 eelf_iamcu.c:6579
+#: eelf_k1om.c:7267 eelf_k1om_fbsd.c:6922 eelf_l1om.c:7267
+#: eelf_l1om_fbsd.c:6922 eelf_s390.c:2063 eelf_x86_64.c:7311
+#: eelf_x86_64_cloudabi.c:2096 eelf_x86_64_fbsd.c:2103 eelf_x86_64_nacl.c:2096
+#: eelf_x86_64_sol2.c:2227 eh8300elf.c:1956 eh8300elf_linux.c:1956
+#: eh8300helf.c:1956 eh8300helf_linux.c:1956 eh8300hnelf.c:1956
+#: eh8300self.c:1956 eh8300self_linux.c:1956 eh8300snelf.c:1956
+#: eh8300sxelf.c:1956 eh8300sxelf_linux.c:1956 eh8300sxnelf.c:1956
+#: ehppa64linux.c:2038 ehppaelf.c:2245 ehppalinux.c:2367 ehppanbsd.c:2367
+#: ehppaobsd.c:2367 ei386lynx.c:2059 ei386moss.c:2052 ei386nto.c:2052
+#: em32relf.c:1956 em32relf_linux.c:2063 em32rlelf.c:1956
+#: em32rlelf_linux.c:2063 em68hc11elf.c:2249 em68hc11elfb.c:2249
+#: em68hc12elf.c:2249 em68hc12elfb.c:2249 em68kelf.c:2219 em68kelfnbsd.c:2219
+#: emn10300.c:2038 ends32belf.c:2076 ends32belf16m.c:2076
+#: ends32belf_linux.c:2150 ends32elf.c:2076 ends32elf16m.c:2076
+#: ends32elf_linux.c:2150 enios2elf.c:2263 enios2linux.c:2345 eppclynx.c:2321
+#: epruelf.c:1961 escore3_elf.c:2059 escore7_elf.c:2059 eshelf.c:2038
+#: eshelf_fd.c:2063 eshelf_linux.c:2063 eshelf_nbsd.c:2038 eshelf_nto.c:2038
+#: eshelf_uclinux.c:2038 eshelf_vxworks.c:2075 eshlelf.c:2038 eshlelf_fd.c:2063
+#: eshlelf_linux.c:2063 eshlelf_nbsd.c:2038 eshlelf_nto.c:2038
+#: eshlelf_vxworks.c:2075 ev850.c:1987 ev850_rh850.c:1987
msgid "%F%P: invalid maximum page size `%s'\n"
msgstr ""
-#: eaarch64cloudabi.c:2391 eaarch64cloudabib.c:2391 eaarch64elf.c:2391
-#: eaarch64elf32.c:2391 eaarch64elf32b.c:2391 eaarch64elfb.c:2391
-#: eaarch64fbsd.c:2391 eaarch64fbsdb.c:2391 eaarch64linux.c:2398
-#: eaarch64linux32.c:2398 eaarch64linux32b.c:2398 eaarch64linuxb.c:2398
-#: earcelf.c:2013 earcelf_prof.c:1946 earclinux.c:2079 earclinux_nps.c:2079
-#: earclinux_prof.c:2024 earcv2elf.c:1946 earcv2elfx.c:1946 earmelf.c:2641
-#: earmelf_fbsd.c:2648 earmelf_fuchsia.c:2641 earmelf_linux.c:2641
-#: earmelf_linux_eabi.c:2641 earmelf_linux_fdpiceabi.c:2641 earmelf_nacl.c:2641
-#: earmelf_nbsd.c:2641 earmelf_phoenix.c:2641 earmelf_vxworks.c:2677
-#: earmelfb.c:2641 earmelfb_fbsd.c:2648 earmelfb_fuchsia.c:2641
-#: earmelfb_linux.c:2641 earmelfb_linux_eabi.c:2641
-#: earmelfb_linux_fdpiceabi.c:2641 earmelfb_nacl.c:2641 earmelfb_nbsd.c:2641
-#: earmnto.c:2616 earmsymbian.c:2641 eavr1.c:2169 eavr2.c:2169 eavr25.c:2169
-#: eavr3.c:2169 eavr31.c:2169 eavr35.c:2169 eavr4.c:2169 eavr5.c:2169
-#: eavr51.c:2169 eavr6.c:2169 eavrtiny.c:2169 eavrxmega1.c:2169
-#: eavrxmega2.c:2169 eavrxmega3.c:2169 eavrxmega4.c:2169 eavrxmega5.c:2169
-#: eavrxmega6.c:2169 eavrxmega7.c:2169 ecriself.c:1961 ecrislinux.c:2043
-#: ecskyelf.c:2217 ecskyelf_linux.c:2324 ed10velf.c:1946 eelf32_sparc.c:2068
-#: eelf32_sparc_sol2.c:2199 eelf32_sparc_vxworks.c:2105 eelf32_spu.c:2679
-#: eelf32_tic6x_be.c:2180 eelf32_tic6x_elf_be.c:2180 eelf32_tic6x_elf_le.c:2180
-#: eelf32_tic6x_le.c:2180 eelf32_tic6x_linux_be.c:2180
-#: eelf32_tic6x_linux_le.c:2180 eelf32_x86_64.c:7305 eelf32_x86_64_nacl.c:2078
-#: eelf32am33lin.c:2043 eelf32b4300.c:2310 eelf32bfin.c:2060
-#: eelf32bfinfd.c:2085 eelf32bmip.c:2310 eelf32bmipn32.c:2328
-#: eelf32bsmip.c:2328 eelf32btsmip.c:2310 eelf32btsmip_fbsd.c:2317
-#: eelf32btsmipn32.c:2310 eelf32btsmipn32_fbsd.c:2317 eelf32cr16.c:2097
-#: eelf32cr16c.c:1946 eelf32crx.c:1985 eelf32ebmip.c:2310
-#: eelf32ebmipvxworks.c:2345 eelf32elmip.c:2310 eelf32elmipvxworks.c:2345
-#: eelf32epiphany.c:1961 eelf32epiphany_4x4.c:1948 eelf32frvfd.c:2068
-#: eelf32ip2k.c:1961 eelf32l4300.c:2310 eelf32lm32.c:1961 eelf32lm32fd.c:2068
-#: eelf32lmip.c:2310 eelf32lppc.c:2327 eelf32lppclinux.c:2327
-#: eelf32lppcnto.c:2327 eelf32lppcsim.c:2327 eelf32lr5900.c:2228
-#: eelf32lr5900n32.c:2228 eelf32lriscv.c:2122 eelf32lriscv_ilp32.c:2122
-#: eelf32lriscv_ilp32f.c:2122 eelf32lsmip.c:2310 eelf32ltsmip.c:2310
-#: eelf32ltsmip_fbsd.c:2317 eelf32ltsmipn32.c:2310 eelf32ltsmipn32_fbsd.c:2317
-#: eelf32m32c.c:1972 eelf32mb_linux.c:2068 eelf32mbel_linux.c:2068
-#: eelf32mcore.c:1967 eelf32mep.c:1946 eelf32metag.c:2338
-#: eelf32microblaze.c:1946 eelf32microblazeel.c:1946 eelf32mipswindiss.c:2203
-#: eelf32or1k.c:1961 eelf32or1k_linux.c:2068 eelf32ppc.c:2327
-#: eelf32ppc_fbsd.c:2334 eelf32ppclinux.c:2327 eelf32ppcnto.c:2327
-#: eelf32ppcsim.c:2327 eelf32ppcvxworks.c:2301 eelf32ppcwindiss.c:2327
-#: eelf32rl78.c:1961 eelf32rx.c:1989 eelf32tilegx.c:2068 eelf32tilegx_be.c:2068
-#: eelf32tilepro.c:2068 eelf32vax.c:2043 eelf32visium.c:1946 eelf32xc16x.c:1946
-#: eelf32xc16xl.c:1946 eelf32xc16xs.c:1946 eelf32xstormy16.c:1957
-#: eelf32xtensa.c:3967 eelf64_aix.c:2043 eelf64_ia64.c:2098
-#: eelf64_ia64_fbsd.c:2105 eelf64_s390.c:2138 eelf64_sparc.c:2068
-#: eelf64_sparc_fbsd.c:2075 eelf64_sparc_sol2.c:2199 eelf64alpha.c:2161
-#: eelf64alpha_fbsd.c:2168 eelf64alpha_nbsd.c:2161 eelf64bmip.c:2328
-#: eelf64btsmip.c:2310 eelf64btsmip_fbsd.c:2317 eelf64hppa.c:2013
-#: eelf64lppc.c:2782 eelf64lriscv.c:2122 eelf64lriscv_lp64.c:2122
-#: eelf64lriscv_lp64f.c:2122 eelf64ltsmip.c:2310 eelf64ltsmip_fbsd.c:2317
-#: eelf64mmix.c:5806 eelf64ppc.c:2782 eelf64ppc_fbsd.c:2789 eelf64rdos.c:2078
-#: eelf64tilegx.c:2068 eelf64tilegx_be.c:2068 eelf_i386.c:6927
-#: eelf_i386_be.c:2043 eelf_i386_chaos.c:2023 eelf_i386_fbsd.c:2085
-#: eelf_i386_ldso.c:2060 eelf_i386_nacl.c:2078 eelf_i386_sol2.c:2216
-#: eelf_i386_vxworks.c:2105 eelf_iamcu.c:6573 eelf_k1om.c:7261
-#: eelf_k1om_fbsd.c:6916 eelf_l1om.c:7261 eelf_l1om_fbsd.c:6916
-#: eelf_s390.c:2068 eelf_x86_64.c:7305 eelf_x86_64_cloudabi.c:2078
-#: eelf_x86_64_fbsd.c:2085 eelf_x86_64_nacl.c:2078 eelf_x86_64_sol2.c:2209
-#: eh8300elf.c:1961 eh8300elf_linux.c:1961 eh8300helf.c:1961
-#: eh8300helf_linux.c:1961 eh8300hnelf.c:1961 eh8300self.c:1961
-#: eh8300self_linux.c:1961 eh8300snelf.c:1961 eh8300sxelf.c:1961
-#: eh8300sxelf_linux.c:1961 eh8300sxnelf.c:1961 ehppa64linux.c:2043
-#: ehppaelf.c:2250 ehppalinux.c:2372 ehppanbsd.c:2372 ehppaobsd.c:2372
-#: ei386lynx.c:2050 ei386moss.c:2043 ei386nto.c:2043 em32relf.c:1961
-#: em32relf_linux.c:2068 em32rlelf.c:1961 em32rlelf_linux.c:2068
-#: em68hc11elf.c:2254 em68hc11elfb.c:2254 em68hc12elf.c:2254
-#: em68hc12elfb.c:2254 em68kelf.c:2224 em68kelfnbsd.c:2224 em9s12zelf.c:1946
-#: emn10300.c:2043 ends32belf.c:2081 ends32belf16m.c:2081
-#: ends32belf_linux.c:2155 ends32elf.c:2081 ends32elf16m.c:2081
-#: ends32elf_linux.c:2155 enios2elf.c:2268 enios2linux.c:2350 eppclynx.c:2334
-#: epruelf.c:1966 escore3_elf.c:2063 escore7_elf.c:2063 eshelf.c:2043
-#: eshelf_fd.c:2068 eshelf_linux.c:2068 eshelf_nbsd.c:2043 eshelf_nto.c:2043
-#: eshelf_uclinux.c:2043 eshelf_vxworks.c:2080 eshlelf.c:2043 eshlelf_fd.c:2068
-#: eshlelf_linux.c:2068 eshlelf_nbsd.c:2043 eshlelf_nto.c:2043
-#: eshlelf_vxworks.c:2080 ev850.c:1992 ev850_rh850.c:1992
+#: eaarch64cloudabi.c:2403 eaarch64cloudabib.c:2403 eaarch64elf.c:2403
+#: eaarch64elf32.c:2403 eaarch64elf32b.c:2403 eaarch64elfb.c:2403
+#: eaarch64fbsd.c:2403 eaarch64fbsdb.c:2403 eaarch64linux.c:2410
+#: eaarch64linux32.c:2410 eaarch64linux32b.c:2410 eaarch64linuxb.c:2410
+#: earcelf.c:2017 earcelf_prof.c:1950 earclinux.c:2072 earclinux_nps.c:2072
+#: earclinux_prof.c:2017 earcv2elf.c:1950 earcv2elfx.c:1950 earmelf.c:2646
+#: earmelf_fbsd.c:2653 earmelf_fuchsia.c:2646 earmelf_linux.c:2646
+#: earmelf_linux_eabi.c:2646 earmelf_linux_fdpiceabi.c:2646 earmelf_nacl.c:2646
+#: earmelf_nbsd.c:2646 earmelf_phoenix.c:2646 earmelf_vxworks.c:2682
+#: earmelfb.c:2646 earmelfb_fbsd.c:2653 earmelfb_fuchsia.c:2646
+#: earmelfb_linux.c:2646 earmelfb_linux_eabi.c:2646
+#: earmelfb_linux_fdpiceabi.c:2646 earmelfb_nacl.c:2646 earmelfb_nbsd.c:2646
+#: earmnto.c:2621 earmsymbian.c:2646 eavr1.c:2173 eavr2.c:2173 eavr25.c:2173
+#: eavr3.c:2173 eavr31.c:2173 eavr35.c:2173 eavr4.c:2173 eavr5.c:2173
+#: eavr51.c:2173 eavr6.c:2173 eavrtiny.c:2173 eavrxmega1.c:2173
+#: eavrxmega2.c:2173 eavrxmega3.c:2173 eavrxmega4.c:2173 eavrxmega5.c:2173
+#: eavrxmega6.c:2173 eavrxmega7.c:2173 ecriself.c:1965 ecrislinux.c:2047
+#: ecskyelf.c:2228 ecskyelf_linux.c:2335 ed10velf.c:1950 eelf32_sparc.c:2072
+#: eelf32_sparc_sol2.c:2203 eelf32_sparc_vxworks.c:2109 eelf32_spu.c:2547
+#: eelf32_tic6x_be.c:2184 eelf32_tic6x_elf_be.c:2184 eelf32_tic6x_elf_le.c:2184
+#: eelf32_tic6x_le.c:2184 eelf32_tic6x_linux_be.c:2184
+#: eelf32_tic6x_linux_le.c:2184 eelf32_x86_64.c:7320 eelf32_x86_64_nacl.c:2105
+#: eelf32am33lin.c:2047 eelf32b4300.c:2307 eelf32bfin.c:2064
+#: eelf32bfinfd.c:2089 eelf32bmip.c:2307 eelf32bmipn32.c:2325
+#: eelf32bsmip.c:2325 eelf32btsmip.c:2307 eelf32btsmip_fbsd.c:2314
+#: eelf32btsmipn32.c:2307 eelf32btsmipn32_fbsd.c:2314 eelf32cr16.c:2101
+#: eelf32cr16c.c:1950 eelf32crx.c:1989 eelf32ebmip.c:2307
+#: eelf32ebmipvxworks.c:2342 eelf32elmip.c:2307 eelf32elmipvxworks.c:2342
+#: eelf32epiphany.c:1965 eelf32epiphany_4x4.c:1952 eelf32frvfd.c:2072
+#: eelf32ip2k.c:1965 eelf32l4300.c:2307 eelf32lm32.c:1965 eelf32lm32fd.c:2072
+#: eelf32lmip.c:2307 eelf32lppc.c:2323 eelf32lppclinux.c:2323
+#: eelf32lppcnto.c:2323 eelf32lppcsim.c:2323 eelf32lr5900.c:2225
+#: eelf32lr5900n32.c:2225 eelf32lriscv.c:2126 eelf32lriscv_ilp32.c:2126
+#: eelf32lriscv_ilp32f.c:2126 eelf32lsmip.c:2307 eelf32ltsmip.c:2307
+#: eelf32ltsmip_fbsd.c:2314 eelf32ltsmipn32.c:2307 eelf32ltsmipn32_fbsd.c:2314
+#: eelf32m32c.c:1976 eelf32mb_linux.c:2072 eelf32mbel_linux.c:2072
+#: eelf32mcore.c:1971 eelf32mep.c:1950 eelf32metag.c:2342
+#: eelf32microblaze.c:1950 eelf32microblazeel.c:1950 eelf32mipswindiss.c:2200
+#: eelf32or1k.c:1965 eelf32or1k_linux.c:2072 eelf32ppc.c:2323
+#: eelf32ppc_fbsd.c:2330 eelf32ppclinux.c:2323 eelf32ppcnto.c:2323
+#: eelf32ppcsim.c:2323 eelf32ppcvxworks.c:2297 eelf32ppcwindiss.c:2323
+#: eelf32rl78.c:1965 eelf32rx.c:1993 eelf32tilegx.c:2072 eelf32tilegx_be.c:2072
+#: eelf32tilepro.c:2072 eelf32vax.c:2047 eelf32visium.c:1950 eelf32xc16x.c:1950
+#: eelf32xc16xl.c:1950 eelf32xc16xs.c:1950 eelf32xstormy16.c:1961
+#: eelf32xtensa.c:3971 eelf64_aix.c:2047 eelf64_ia64.c:2102
+#: eelf64_ia64_fbsd.c:2109 eelf64_s390.c:2142 eelf64_sparc.c:2072
+#: eelf64_sparc_fbsd.c:2079 eelf64_sparc_sol2.c:2203 eelf64alpha.c:2165
+#: eelf64alpha_fbsd.c:2172 eelf64alpha_nbsd.c:2165 eelf64bmip.c:2325
+#: eelf64bpf.c:1950 eelf64btsmip.c:2307 eelf64btsmip_fbsd.c:2314
+#: eelf64hppa.c:2017 eelf64lppc.c:2774 eelf64lriscv.c:2126
+#: eelf64lriscv_lp64.c:2126 eelf64lriscv_lp64f.c:2126 eelf64ltsmip.c:2307
+#: eelf64ltsmip_fbsd.c:2314 eelf64mmix.c:5810 eelf64ppc.c:2774
+#: eelf64ppc_fbsd.c:2781 eelf64rdos.c:2096 eelf64tilegx.c:2072
+#: eelf64tilegx_be.c:2072 eelf_i386.c:6942 eelf_i386_be.c:2070
+#: eelf_i386_fbsd.c:2112 eelf_i386_ldso.c:2087 eelf_i386_nacl.c:2105
+#: eelf_i386_sol2.c:2243 eelf_i386_vxworks.c:2132 eelf_iamcu.c:6588
+#: eelf_k1om.c:7276 eelf_k1om_fbsd.c:6931 eelf_l1om.c:7276
+#: eelf_l1om_fbsd.c:6931 eelf_s390.c:2072 eelf_x86_64.c:7320
+#: eelf_x86_64_cloudabi.c:2105 eelf_x86_64_fbsd.c:2112 eelf_x86_64_nacl.c:2105
+#: eelf_x86_64_sol2.c:2236 eh8300elf.c:1965 eh8300elf_linux.c:1965
+#: eh8300helf.c:1965 eh8300helf_linux.c:1965 eh8300hnelf.c:1965
+#: eh8300self.c:1965 eh8300self_linux.c:1965 eh8300snelf.c:1965
+#: eh8300sxelf.c:1965 eh8300sxelf_linux.c:1965 eh8300sxnelf.c:1965
+#: ehppa64linux.c:2047 ehppaelf.c:2254 ehppalinux.c:2376 ehppanbsd.c:2376
+#: ehppaobsd.c:2376 ei386lynx.c:2068 ei386moss.c:2061 ei386nto.c:2061
+#: em32relf.c:1965 em32relf_linux.c:2072 em32rlelf.c:1965
+#: em32rlelf_linux.c:2072 em68hc11elf.c:2258 em68hc11elfb.c:2258
+#: em68hc12elf.c:2258 em68hc12elfb.c:2258 em68kelf.c:2228 em68kelfnbsd.c:2228
+#: emn10300.c:2047 ends32belf.c:2085 ends32belf16m.c:2085
+#: ends32belf_linux.c:2159 ends32elf.c:2085 ends32elf16m.c:2085
+#: ends32elf_linux.c:2159 enios2elf.c:2272 enios2linux.c:2354 eppclynx.c:2330
+#: epruelf.c:1970 escore3_elf.c:2068 escore7_elf.c:2068 eshelf.c:2047
+#: eshelf_fd.c:2072 eshelf_linux.c:2072 eshelf_nbsd.c:2047 eshelf_nto.c:2047
+#: eshelf_uclinux.c:2047 eshelf_vxworks.c:2084 eshlelf.c:2047 eshlelf_fd.c:2072
+#: eshlelf_linux.c:2072 eshlelf_nbsd.c:2047 eshlelf_nto.c:2047
+#: eshlelf_vxworks.c:2084 ev850.c:1996 ev850_rh850.c:1996
msgid "%F%P: invalid common page size `%s'\n"
msgstr ""
-#: eaarch64cloudabi.c:2399 eaarch64cloudabib.c:2399 eaarch64elf.c:2399
-#: eaarch64elf32.c:2399 eaarch64elf32b.c:2399 eaarch64elfb.c:2399
-#: eaarch64fbsd.c:2399 eaarch64fbsdb.c:2399 eaarch64linux.c:2406
-#: eaarch64linux32.c:2406 eaarch64linux32b.c:2406 eaarch64linuxb.c:2406
-#: earcelf.c:2021 earcelf_prof.c:1954 earclinux.c:2087 earclinux_nps.c:2087
-#: earclinux_prof.c:2032 earcv2elf.c:1954 earcv2elfx.c:1954 earmelf.c:2649
-#: earmelf_fbsd.c:2656 earmelf_fuchsia.c:2649 earmelf_linux.c:2649
-#: earmelf_linux_eabi.c:2649 earmelf_linux_fdpiceabi.c:2649 earmelf_nacl.c:2649
-#: earmelf_nbsd.c:2649 earmelf_phoenix.c:2649 earmelf_vxworks.c:2685
-#: earmelfb.c:2649 earmelfb_fbsd.c:2656 earmelfb_fuchsia.c:2649
-#: earmelfb_linux.c:2649 earmelfb_linux_eabi.c:2649
-#: earmelfb_linux_fdpiceabi.c:2649 earmelfb_nacl.c:2649 earmelfb_nbsd.c:2649
-#: earmnto.c:2624 earmsymbian.c:2649 eavr1.c:2177 eavr2.c:2177 eavr25.c:2177
-#: eavr3.c:2177 eavr31.c:2177 eavr35.c:2177 eavr4.c:2177 eavr5.c:2177
-#: eavr51.c:2177 eavr6.c:2177 eavrtiny.c:2177 eavrxmega1.c:2177
-#: eavrxmega2.c:2177 eavrxmega3.c:2177 eavrxmega4.c:2177 eavrxmega5.c:2177
-#: eavrxmega6.c:2177 eavrxmega7.c:2177 ecriself.c:1969 ecrislinux.c:2051
-#: ecskyelf.c:2225 ecskyelf_linux.c:2332 ed10velf.c:1954 eelf32_sparc.c:2076
-#: eelf32_sparc_sol2.c:2207 eelf32_sparc_vxworks.c:2113 eelf32_spu.c:2687
-#: eelf32_tic6x_be.c:2188 eelf32_tic6x_elf_be.c:2188 eelf32_tic6x_elf_le.c:2188
-#: eelf32_tic6x_le.c:2188 eelf32_tic6x_linux_be.c:2188
-#: eelf32_tic6x_linux_le.c:2188 eelf32_x86_64.c:7313 eelf32_x86_64_nacl.c:2086
-#: eelf32am33lin.c:2051 eelf32b4300.c:2318 eelf32bfin.c:2068
-#: eelf32bfinfd.c:2093 eelf32bmip.c:2318 eelf32bmipn32.c:2336
-#: eelf32bsmip.c:2336 eelf32btsmip.c:2318 eelf32btsmip_fbsd.c:2325
-#: eelf32btsmipn32.c:2318 eelf32btsmipn32_fbsd.c:2325 eelf32cr16.c:2105
-#: eelf32cr16c.c:1954 eelf32crx.c:1993 eelf32ebmip.c:2318
-#: eelf32ebmipvxworks.c:2353 eelf32elmip.c:2318 eelf32elmipvxworks.c:2353
-#: eelf32epiphany.c:1969 eelf32epiphany_4x4.c:1956 eelf32frvfd.c:2076
-#: eelf32ip2k.c:1969 eelf32l4300.c:2318 eelf32lm32.c:1969 eelf32lm32fd.c:2076
-#: eelf32lmip.c:2318 eelf32lppc.c:2335 eelf32lppclinux.c:2335
-#: eelf32lppcnto.c:2335 eelf32lppcsim.c:2335 eelf32lr5900.c:2236
-#: eelf32lr5900n32.c:2236 eelf32lriscv.c:2130 eelf32lriscv_ilp32.c:2130
-#: eelf32lriscv_ilp32f.c:2130 eelf32lsmip.c:2318 eelf32ltsmip.c:2318
-#: eelf32ltsmip_fbsd.c:2325 eelf32ltsmipn32.c:2318 eelf32ltsmipn32_fbsd.c:2325
-#: eelf32m32c.c:1980 eelf32mb_linux.c:2076 eelf32mbel_linux.c:2076
-#: eelf32mcore.c:1975 eelf32mep.c:1954 eelf32metag.c:2346
-#: eelf32microblaze.c:1954 eelf32microblazeel.c:1954 eelf32mipswindiss.c:2211
-#: eelf32or1k.c:1969 eelf32or1k_linux.c:2076 eelf32ppc.c:2335
-#: eelf32ppc_fbsd.c:2342 eelf32ppclinux.c:2335 eelf32ppcnto.c:2335
-#: eelf32ppcsim.c:2335 eelf32ppcvxworks.c:2309 eelf32ppcwindiss.c:2335
-#: eelf32rl78.c:1969 eelf32rx.c:1997 eelf32tilegx.c:2076 eelf32tilegx_be.c:2076
-#: eelf32tilepro.c:2076 eelf32vax.c:2051 eelf32visium.c:1954 eelf32xc16x.c:1954
-#: eelf32xc16xl.c:1954 eelf32xc16xs.c:1954 eelf32xstormy16.c:1965
-#: eelf32xtensa.c:3975 eelf64_aix.c:2051 eelf64_ia64.c:2106
-#: eelf64_ia64_fbsd.c:2113 eelf64_s390.c:2146 eelf64_sparc.c:2076
-#: eelf64_sparc_fbsd.c:2083 eelf64_sparc_sol2.c:2207 eelf64alpha.c:2169
-#: eelf64alpha_fbsd.c:2176 eelf64alpha_nbsd.c:2169 eelf64bmip.c:2336
-#: eelf64btsmip.c:2318 eelf64btsmip_fbsd.c:2325 eelf64hppa.c:2021
-#: eelf64lppc.c:2790 eelf64lriscv.c:2130 eelf64lriscv_lp64.c:2130
-#: eelf64lriscv_lp64f.c:2130 eelf64ltsmip.c:2318 eelf64ltsmip_fbsd.c:2325
-#: eelf64mmix.c:5814 eelf64ppc.c:2790 eelf64ppc_fbsd.c:2797 eelf64rdos.c:2086
-#: eelf64tilegx.c:2076 eelf64tilegx_be.c:2076 eelf_i386.c:6935
-#: eelf_i386_be.c:2051 eelf_i386_chaos.c:2031 eelf_i386_fbsd.c:2093
-#: eelf_i386_ldso.c:2068 eelf_i386_nacl.c:2086 eelf_i386_sol2.c:2224
-#: eelf_i386_vxworks.c:2113 eelf_iamcu.c:6581 eelf_k1om.c:7269
-#: eelf_k1om_fbsd.c:6924 eelf_l1om.c:7269 eelf_l1om_fbsd.c:6924
-#: eelf_s390.c:2076 eelf_x86_64.c:7313 eelf_x86_64_cloudabi.c:2086
-#: eelf_x86_64_fbsd.c:2093 eelf_x86_64_nacl.c:2086 eelf_x86_64_sol2.c:2217
-#: eh8300elf.c:1969 eh8300elf_linux.c:1969 eh8300helf.c:1969
-#: eh8300helf_linux.c:1969 eh8300hnelf.c:1969 eh8300self.c:1969
-#: eh8300self_linux.c:1969 eh8300snelf.c:1969 eh8300sxelf.c:1969
-#: eh8300sxelf_linux.c:1969 eh8300sxnelf.c:1969 ehppa64linux.c:2051
-#: ehppaelf.c:2258 ehppalinux.c:2380 ehppanbsd.c:2380 ehppaobsd.c:2380
-#: ei386lynx.c:2058 ei386moss.c:2051 ei386nto.c:2051 em32relf.c:1969
-#: em32relf_linux.c:2076 em32rlelf.c:1969 em32rlelf_linux.c:2076
-#: em68hc11elf.c:2262 em68hc11elfb.c:2262 em68hc12elf.c:2262
-#: em68hc12elfb.c:2262 em68kelf.c:2232 em68kelfnbsd.c:2232 em9s12zelf.c:1954
-#: emn10300.c:2051 ends32belf.c:2089 ends32belf16m.c:2089
-#: ends32belf_linux.c:2163 ends32elf.c:2089 ends32elf16m.c:2089
-#: ends32elf_linux.c:2163 enios2elf.c:2276 enios2linux.c:2358 eppclynx.c:2342
-#: epruelf.c:1974 escore3_elf.c:2071 escore7_elf.c:2071 eshelf.c:2051
-#: eshelf_fd.c:2076 eshelf_linux.c:2076 eshelf_nbsd.c:2051 eshelf_nto.c:2051
-#: eshelf_uclinux.c:2051 eshelf_vxworks.c:2088 eshlelf.c:2051 eshlelf_fd.c:2076
-#: eshlelf_linux.c:2076 eshlelf_nbsd.c:2051 eshlelf_nto.c:2051
-#: eshlelf_vxworks.c:2088 ev850.c:2000 ev850_rh850.c:2000
+#: eaarch64cloudabi.c:2411 eaarch64cloudabib.c:2411 eaarch64elf.c:2411
+#: eaarch64elf32.c:2411 eaarch64elf32b.c:2411 eaarch64elfb.c:2411
+#: eaarch64fbsd.c:2411 eaarch64fbsdb.c:2411 eaarch64linux.c:2418
+#: eaarch64linux32.c:2418 eaarch64linux32b.c:2418 eaarch64linuxb.c:2418
+#: earcelf.c:2025 earcelf_prof.c:1958 earclinux.c:2080 earclinux_nps.c:2080
+#: earclinux_prof.c:2025 earcv2elf.c:1958 earcv2elfx.c:1958 earmelf.c:2654
+#: earmelf_fbsd.c:2661 earmelf_fuchsia.c:2654 earmelf_linux.c:2654
+#: earmelf_linux_eabi.c:2654 earmelf_linux_fdpiceabi.c:2654 earmelf_nacl.c:2654
+#: earmelf_nbsd.c:2654 earmelf_phoenix.c:2654 earmelf_vxworks.c:2690
+#: earmelfb.c:2654 earmelfb_fbsd.c:2661 earmelfb_fuchsia.c:2654
+#: earmelfb_linux.c:2654 earmelfb_linux_eabi.c:2654
+#: earmelfb_linux_fdpiceabi.c:2654 earmelfb_nacl.c:2654 earmelfb_nbsd.c:2654
+#: earmnto.c:2629 earmsymbian.c:2654 eavr1.c:2181 eavr2.c:2181 eavr25.c:2181
+#: eavr3.c:2181 eavr31.c:2181 eavr35.c:2181 eavr4.c:2181 eavr5.c:2181
+#: eavr51.c:2181 eavr6.c:2181 eavrtiny.c:2181 eavrxmega1.c:2181
+#: eavrxmega2.c:2181 eavrxmega3.c:2181 eavrxmega4.c:2181 eavrxmega5.c:2181
+#: eavrxmega6.c:2181 eavrxmega7.c:2181 ecriself.c:1973 ecrislinux.c:2055
+#: ecskyelf.c:2236 ecskyelf_linux.c:2343 ed10velf.c:1958 eelf32_sparc.c:2080
+#: eelf32_sparc_sol2.c:2211 eelf32_sparc_vxworks.c:2117 eelf32_spu.c:2555
+#: eelf32_tic6x_be.c:2192 eelf32_tic6x_elf_be.c:2192 eelf32_tic6x_elf_le.c:2192
+#: eelf32_tic6x_le.c:2192 eelf32_tic6x_linux_be.c:2192
+#: eelf32_tic6x_linux_le.c:2192 eelf32_x86_64.c:7328 eelf32_x86_64_nacl.c:2113
+#: eelf32am33lin.c:2055 eelf32b4300.c:2315 eelf32bfin.c:2072
+#: eelf32bfinfd.c:2097 eelf32bmip.c:2315 eelf32bmipn32.c:2333
+#: eelf32bsmip.c:2333 eelf32btsmip.c:2315 eelf32btsmip_fbsd.c:2322
+#: eelf32btsmipn32.c:2315 eelf32btsmipn32_fbsd.c:2322 eelf32cr16.c:2109
+#: eelf32cr16c.c:1958 eelf32crx.c:1997 eelf32ebmip.c:2315
+#: eelf32ebmipvxworks.c:2350 eelf32elmip.c:2315 eelf32elmipvxworks.c:2350
+#: eelf32epiphany.c:1973 eelf32epiphany_4x4.c:1960 eelf32frvfd.c:2080
+#: eelf32ip2k.c:1973 eelf32l4300.c:2315 eelf32lm32.c:1973 eelf32lm32fd.c:2080
+#: eelf32lmip.c:2315 eelf32lppc.c:2331 eelf32lppclinux.c:2331
+#: eelf32lppcnto.c:2331 eelf32lppcsim.c:2331 eelf32lr5900.c:2233
+#: eelf32lr5900n32.c:2233 eelf32lriscv.c:2134 eelf32lriscv_ilp32.c:2134
+#: eelf32lriscv_ilp32f.c:2134 eelf32lsmip.c:2315 eelf32ltsmip.c:2315
+#: eelf32ltsmip_fbsd.c:2322 eelf32ltsmipn32.c:2315 eelf32ltsmipn32_fbsd.c:2322
+#: eelf32m32c.c:1984 eelf32mb_linux.c:2080 eelf32mbel_linux.c:2080
+#: eelf32mcore.c:1979 eelf32mep.c:1958 eelf32metag.c:2350
+#: eelf32microblaze.c:1958 eelf32microblazeel.c:1958 eelf32mipswindiss.c:2208
+#: eelf32or1k.c:1973 eelf32or1k_linux.c:2080 eelf32ppc.c:2331
+#: eelf32ppc_fbsd.c:2338 eelf32ppclinux.c:2331 eelf32ppcnto.c:2331
+#: eelf32ppcsim.c:2331 eelf32ppcvxworks.c:2305 eelf32ppcwindiss.c:2331
+#: eelf32rl78.c:1973 eelf32rx.c:2001 eelf32tilegx.c:2080 eelf32tilegx_be.c:2080
+#: eelf32tilepro.c:2080 eelf32vax.c:2055 eelf32visium.c:1958 eelf32xc16x.c:1958
+#: eelf32xc16xl.c:1958 eelf32xc16xs.c:1958 eelf32xstormy16.c:1969
+#: eelf32xtensa.c:3979 eelf64_aix.c:2055 eelf64_ia64.c:2110
+#: eelf64_ia64_fbsd.c:2117 eelf64_s390.c:2150 eelf64_sparc.c:2080
+#: eelf64_sparc_fbsd.c:2087 eelf64_sparc_sol2.c:2211 eelf64alpha.c:2173
+#: eelf64alpha_fbsd.c:2180 eelf64alpha_nbsd.c:2173 eelf64bmip.c:2333
+#: eelf64bpf.c:1958 eelf64btsmip.c:2315 eelf64btsmip_fbsd.c:2322
+#: eelf64hppa.c:2025 eelf64lppc.c:2782 eelf64lriscv.c:2134
+#: eelf64lriscv_lp64.c:2134 eelf64lriscv_lp64f.c:2134 eelf64ltsmip.c:2315
+#: eelf64ltsmip_fbsd.c:2322 eelf64mmix.c:5818 eelf64ppc.c:2782
+#: eelf64ppc_fbsd.c:2789 eelf64rdos.c:2104 eelf64tilegx.c:2080
+#: eelf64tilegx_be.c:2080 eelf_i386.c:6950 eelf_i386_be.c:2078
+#: eelf_i386_fbsd.c:2120 eelf_i386_ldso.c:2095 eelf_i386_nacl.c:2113
+#: eelf_i386_sol2.c:2251 eelf_i386_vxworks.c:2140 eelf_iamcu.c:6596
+#: eelf_k1om.c:7284 eelf_k1om_fbsd.c:6939 eelf_l1om.c:7284
+#: eelf_l1om_fbsd.c:6939 eelf_s390.c:2080 eelf_x86_64.c:7328
+#: eelf_x86_64_cloudabi.c:2113 eelf_x86_64_fbsd.c:2120 eelf_x86_64_nacl.c:2113
+#: eelf_x86_64_sol2.c:2244 eh8300elf.c:1973 eh8300elf_linux.c:1973
+#: eh8300helf.c:1973 eh8300helf_linux.c:1973 eh8300hnelf.c:1973
+#: eh8300self.c:1973 eh8300self_linux.c:1973 eh8300snelf.c:1973
+#: eh8300sxelf.c:1973 eh8300sxelf_linux.c:1973 eh8300sxnelf.c:1973
+#: ehppa64linux.c:2055 ehppaelf.c:2262 ehppalinux.c:2384 ehppanbsd.c:2384
+#: ehppaobsd.c:2384 ei386lynx.c:2076 ei386moss.c:2069 ei386nto.c:2069
+#: em32relf.c:1973 em32relf_linux.c:2080 em32rlelf.c:1973
+#: em32rlelf_linux.c:2080 em68hc11elf.c:2266 em68hc11elfb.c:2266
+#: em68hc12elf.c:2266 em68hc12elfb.c:2266 em68kelf.c:2236 em68kelfnbsd.c:2236
+#: emn10300.c:2055 ends32belf.c:2093 ends32belf16m.c:2093
+#: ends32belf_linux.c:2167 ends32elf.c:2093 ends32elf16m.c:2093
+#: ends32elf_linux.c:2167 enios2elf.c:2280 enios2linux.c:2362 eppclynx.c:2338
+#: epruelf.c:1978 escore3_elf.c:2076 escore7_elf.c:2076 eshelf.c:2055
+#: eshelf_fd.c:2080 eshelf_linux.c:2080 eshelf_nbsd.c:2055 eshelf_nto.c:2055
+#: eshelf_uclinux.c:2055 eshelf_vxworks.c:2092 eshlelf.c:2055 eshlelf_fd.c:2080
+#: eshlelf_linux.c:2080 eshlelf_nbsd.c:2055 eshlelf_nto.c:2055
+#: eshlelf_vxworks.c:2092 ev850.c:2004 ev850_rh850.c:2004
msgid "%F%P: invalid stack size `%s'\n"
msgstr ""
-#: eaarch64cloudabi.c:2475 eaarch64cloudabib.c:2475 eaarch64elf.c:2475
-#: eaarch64elf32.c:2475 eaarch64elf32b.c:2475 eaarch64elfb.c:2475
-#: eaarch64fbsd.c:2475 eaarch64fbsdb.c:2475 eaarch64linux.c:2482
-#: eaarch64linux32.c:2482 eaarch64linux32b.c:2482 eaarch64linuxb.c:2482
-#: earcelf.c:2097 earcelf_prof.c:1975 earclinux.c:2163 earclinux_nps.c:2163
-#: earclinux_prof.c:2108 earcv2elf.c:1975 earcv2elfx.c:1975 earmelf.c:2725
-#: earmelf_fbsd.c:2732 earmelf_fuchsia.c:2725 earmelf_linux.c:2725
-#: earmelf_linux_eabi.c:2725 earmelf_linux_fdpiceabi.c:2725 earmelf_nacl.c:2725
-#: earmelf_nbsd.c:2725 earmelf_phoenix.c:2725 earmelf_vxworks.c:2761
-#: earmelfb.c:2725 earmelfb_fbsd.c:2732 earmelfb_fuchsia.c:2725
-#: earmelfb_linux.c:2725 earmelfb_linux_eabi.c:2725
-#: earmelfb_linux_fdpiceabi.c:2725 earmelfb_nacl.c:2725 earmelfb_nbsd.c:2725
-#: earmnto.c:2700 earmsymbian.c:2725 eavr1.c:2198 eavr2.c:2198 eavr25.c:2198
-#: eavr3.c:2198 eavr31.c:2198 eavr35.c:2198 eavr4.c:2198 eavr5.c:2198
-#: eavr51.c:2198 eavr6.c:2198 eavrtiny.c:2198 eavrxmega1.c:2198
-#: eavrxmega2.c:2198 eavrxmega3.c:2198 eavrxmega4.c:2198 eavrxmega5.c:2198
-#: eavrxmega6.c:2198 eavrxmega7.c:2198 ecriself.c:1990 ecrislinux.c:2127
-#: ecskyelf.c:2246 ecskyelf_linux.c:2408 ed10velf.c:1975 eelf32_sparc.c:2152
-#: eelf32_sparc_sol2.c:2283 eelf32_sparc_vxworks.c:2189 eelf32_spu.c:2708
-#: eelf32_tic6x_be.c:2264 eelf32_tic6x_elf_be.c:2264 eelf32_tic6x_elf_le.c:2264
-#: eelf32_tic6x_le.c:2264 eelf32_tic6x_linux_be.c:2264
-#: eelf32_tic6x_linux_le.c:2264 eelf32_x86_64.c:7442 eelf32_x86_64_nacl.c:2215
-#: eelf32am33lin.c:2127 eelf32b4300.c:2394 eelf32bfin.c:2144
-#: eelf32bfinfd.c:2169 eelf32bmip.c:2394 eelf32bmipn32.c:2412
-#: eelf32bsmip.c:2412 eelf32btsmip.c:2394 eelf32btsmip_fbsd.c:2401
-#: eelf32btsmipn32.c:2394 eelf32btsmipn32_fbsd.c:2401 eelf32cr16.c:2126
-#: eelf32cr16c.c:1975 eelf32crx.c:2014 eelf32ebmip.c:2394
-#: eelf32ebmipvxworks.c:2429 eelf32elmip.c:2394 eelf32elmipvxworks.c:2429
-#: eelf32epiphany.c:1990 eelf32epiphany_4x4.c:1977 eelf32frvfd.c:2152
-#: eelf32ip2k.c:1990 eelf32l4300.c:2394 eelf32lm32.c:1990 eelf32lm32fd.c:2152
-#: eelf32lmip.c:2394 eelf32lppc.c:2417 eelf32lppclinux.c:2417
-#: eelf32lppcnto.c:2417 eelf32lppcsim.c:2417 eelf32lr5900.c:2257
-#: eelf32lr5900n32.c:2257 eelf32lriscv.c:2206 eelf32lriscv_ilp32.c:2206
-#: eelf32lriscv_ilp32f.c:2206 eelf32lsmip.c:2394 eelf32ltsmip.c:2394
-#: eelf32ltsmip_fbsd.c:2401 eelf32ltsmipn32.c:2394 eelf32ltsmipn32_fbsd.c:2401
-#: eelf32m32c.c:2001 eelf32mb_linux.c:2152 eelf32mbel_linux.c:2152
-#: eelf32mcore.c:1996 eelf32mep.c:1975 eelf32metag.c:2422
-#: eelf32microblaze.c:1975 eelf32microblazeel.c:1975 eelf32mipswindiss.c:2232
-#: eelf32or1k.c:1990 eelf32or1k_linux.c:2152 eelf32ppc.c:2417
-#: eelf32ppc_fbsd.c:2424 eelf32ppclinux.c:2417 eelf32ppcnto.c:2417
-#: eelf32ppcsim.c:2417 eelf32ppcvxworks.c:2391 eelf32ppcwindiss.c:2417
-#: eelf32rl78.c:1990 eelf32rx.c:2018 eelf32tilegx.c:2152 eelf32tilegx_be.c:2152
-#: eelf32tilepro.c:2152 eelf32vax.c:2127 eelf32visium.c:1975 eelf32xc16x.c:1975
-#: eelf32xc16xl.c:1975 eelf32xc16xs.c:1975 eelf32xstormy16.c:1986
-#: eelf32xtensa.c:4051 eelf64_aix.c:2127 eelf64_ia64.c:2182
-#: eelf64_ia64_fbsd.c:2189 eelf64_s390.c:2222 eelf64_sparc.c:2152
-#: eelf64_sparc_fbsd.c:2159 eelf64_sparc_sol2.c:2283 eelf64alpha.c:2245
-#: eelf64alpha_fbsd.c:2252 eelf64alpha_nbsd.c:2245 eelf64bmip.c:2412
-#: eelf64btsmip.c:2394 eelf64btsmip_fbsd.c:2401 eelf64hppa.c:2097
-#: eelf64lppc.c:2872 eelf64lriscv.c:2206 eelf64lriscv_lp64.c:2206
-#: eelf64lriscv_lp64f.c:2206 eelf64ltsmip.c:2394 eelf64ltsmip_fbsd.c:2401
-#: eelf64mmix.c:5890 eelf64ppc.c:2872 eelf64ppc_fbsd.c:2879 eelf64rdos.c:2162
-#: eelf64tilegx.c:2152 eelf64tilegx_be.c:2152 eelf_i386.c:7061
-#: eelf_i386_be.c:2170 eelf_i386_chaos.c:2150 eelf_i386_fbsd.c:2219
-#: eelf_i386_ldso.c:2187 eelf_i386_nacl.c:2212 eelf_i386_sol2.c:2343
-#: eelf_i386_vxworks.c:2232 eelf_iamcu.c:6700 eelf_k1om.c:7388
-#: eelf_k1om_fbsd.c:7043 eelf_l1om.c:7388 eelf_l1om_fbsd.c:7043
-#: eelf_s390.c:2152 eelf_x86_64.c:7445 eelf_x86_64_cloudabi.c:2218
-#: eelf_x86_64_fbsd.c:2225 eelf_x86_64_nacl.c:2218 eelf_x86_64_sol2.c:2349
-#: eh8300elf.c:1990 eh8300elf_linux.c:1990 eh8300helf.c:1990
-#: eh8300helf_linux.c:1990 eh8300hnelf.c:1990 eh8300self.c:1990
-#: eh8300self_linux.c:1990 eh8300snelf.c:1990 eh8300sxelf.c:1990
-#: eh8300sxelf_linux.c:1990 eh8300sxnelf.c:1990 ehppa64linux.c:2127
-#: ehppaelf.c:2279 ehppalinux.c:2456 ehppanbsd.c:2456 ehppaobsd.c:2456
-#: ei386lynx.c:2134 ei386moss.c:2127 ei386nto.c:2127 em32relf.c:1990
-#: em32relf_linux.c:2152 em32rlelf.c:1990 em32rlelf_linux.c:2152
-#: em68hc11elf.c:2283 em68hc11elfb.c:2283 em68hc12elf.c:2283
-#: em68hc12elfb.c:2283 em68kelf.c:2308 em68kelfnbsd.c:2308 em9s12zelf.c:1975
-#: emn10300.c:2127 ends32belf.c:2110 ends32belf16m.c:2110
-#: ends32belf_linux.c:2239 ends32elf.c:2110 ends32elf16m.c:2110
-#: ends32elf_linux.c:2239 enios2elf.c:2297 enios2linux.c:2434 eppclynx.c:2424
-#: epruelf.c:1995 escore3_elf.c:2147 escore7_elf.c:2147 eshelf.c:2127
-#: eshelf_fd.c:2152 eshelf_linux.c:2152 eshelf_nbsd.c:2127 eshelf_nto.c:2127
-#: eshelf_uclinux.c:2127 eshelf_vxworks.c:2164 eshlelf.c:2127 eshlelf_fd.c:2152
-#: eshlelf_linux.c:2152 eshlelf_nbsd.c:2127 eshlelf_nto.c:2127
-#: eshlelf_vxworks.c:2164 ev850.c:2021 ev850_rh850.c:2021
+#: eaarch64cloudabi.c:2496 eaarch64cloudabib.c:2496 eaarch64elf.c:2496
+#: eaarch64elf32.c:2496 eaarch64elf32b.c:2496 eaarch64elfb.c:2496
+#: eaarch64fbsd.c:2496 eaarch64fbsdb.c:2496 eaarch64linux.c:2503
+#: eaarch64linux32.c:2503 eaarch64linux32b.c:2503 eaarch64linuxb.c:2503
+#: earcelf.c:2101 earcelf_prof.c:1979 earclinux.c:2156 earclinux_nps.c:2156
+#: earclinux_prof.c:2101 earcv2elf.c:1979 earcv2elfx.c:1979 earmelf.c:2730
+#: earmelf_fbsd.c:2737 earmelf_fuchsia.c:2730 earmelf_linux.c:2730
+#: earmelf_linux_eabi.c:2730 earmelf_linux_fdpiceabi.c:2730 earmelf_nacl.c:2730
+#: earmelf_nbsd.c:2730 earmelf_phoenix.c:2730 earmelf_vxworks.c:2766
+#: earmelfb.c:2730 earmelfb_fbsd.c:2737 earmelfb_fuchsia.c:2730
+#: earmelfb_linux.c:2730 earmelfb_linux_eabi.c:2730
+#: earmelfb_linux_fdpiceabi.c:2730 earmelfb_nacl.c:2730 earmelfb_nbsd.c:2730
+#: earmnto.c:2705 earmsymbian.c:2730 eavr1.c:2202 eavr2.c:2202 eavr25.c:2202
+#: eavr3.c:2202 eavr31.c:2202 eavr35.c:2202 eavr4.c:2202 eavr5.c:2202
+#: eavr51.c:2202 eavr6.c:2202 eavrtiny.c:2202 eavrxmega1.c:2202
+#: eavrxmega2.c:2202 eavrxmega3.c:2202 eavrxmega4.c:2202 eavrxmega5.c:2202
+#: eavrxmega6.c:2202 eavrxmega7.c:2202 ecriself.c:1994 ecrislinux.c:2131
+#: ecskyelf.c:2257 ecskyelf_linux.c:2419 ed10velf.c:1979 eelf32_sparc.c:2156
+#: eelf32_sparc_sol2.c:2287 eelf32_sparc_vxworks.c:2193 eelf32_spu.c:2576
+#: eelf32_tic6x_be.c:2268 eelf32_tic6x_elf_be.c:2268 eelf32_tic6x_elf_le.c:2268
+#: eelf32_tic6x_le.c:2268 eelf32_tic6x_linux_be.c:2268
+#: eelf32_tic6x_linux_le.c:2268 eelf32_x86_64.c:7473 eelf32_x86_64_nacl.c:2258
+#: eelf32am33lin.c:2131 eelf32b4300.c:2391 eelf32bfin.c:2148
+#: eelf32bfinfd.c:2173 eelf32bmip.c:2391 eelf32bmipn32.c:2409
+#: eelf32bsmip.c:2409 eelf32btsmip.c:2391 eelf32btsmip_fbsd.c:2398
+#: eelf32btsmipn32.c:2391 eelf32btsmipn32_fbsd.c:2398 eelf32cr16.c:2130
+#: eelf32cr16c.c:1979 eelf32crx.c:2018 eelf32ebmip.c:2391
+#: eelf32ebmipvxworks.c:2426 eelf32elmip.c:2391 eelf32elmipvxworks.c:2426
+#: eelf32epiphany.c:1994 eelf32epiphany_4x4.c:1981 eelf32frvfd.c:2156
+#: eelf32ip2k.c:1994 eelf32l4300.c:2391 eelf32lm32.c:1994 eelf32lm32fd.c:2156
+#: eelf32lmip.c:2391 eelf32lppc.c:2413 eelf32lppclinux.c:2413
+#: eelf32lppcnto.c:2413 eelf32lppcsim.c:2413 eelf32lr5900.c:2254
+#: eelf32lr5900n32.c:2254 eelf32lriscv.c:2210 eelf32lriscv_ilp32.c:2210
+#: eelf32lriscv_ilp32f.c:2210 eelf32lsmip.c:2391 eelf32ltsmip.c:2391
+#: eelf32ltsmip_fbsd.c:2398 eelf32ltsmipn32.c:2391 eelf32ltsmipn32_fbsd.c:2398
+#: eelf32m32c.c:2005 eelf32mb_linux.c:2156 eelf32mbel_linux.c:2156
+#: eelf32mcore.c:2000 eelf32mep.c:1979 eelf32metag.c:2426
+#: eelf32microblaze.c:1979 eelf32microblazeel.c:1979 eelf32mipswindiss.c:2229
+#: eelf32or1k.c:1994 eelf32or1k_linux.c:2156 eelf32ppc.c:2413
+#: eelf32ppc_fbsd.c:2420 eelf32ppclinux.c:2413 eelf32ppcnto.c:2413
+#: eelf32ppcsim.c:2413 eelf32ppcvxworks.c:2387 eelf32ppcwindiss.c:2413
+#: eelf32rl78.c:1994 eelf32rx.c:2022 eelf32tilegx.c:2156 eelf32tilegx_be.c:2156
+#: eelf32tilepro.c:2156 eelf32vax.c:2131 eelf32visium.c:1979 eelf32xc16x.c:1979
+#: eelf32xc16xl.c:1979 eelf32xc16xs.c:1979 eelf32xstormy16.c:1990
+#: eelf32xtensa.c:4055 eelf64_aix.c:2131 eelf64_ia64.c:2186
+#: eelf64_ia64_fbsd.c:2193 eelf64_s390.c:2226 eelf64_sparc.c:2156
+#: eelf64_sparc_fbsd.c:2163 eelf64_sparc_sol2.c:2287 eelf64alpha.c:2249
+#: eelf64alpha_fbsd.c:2256 eelf64alpha_nbsd.c:2249 eelf64bmip.c:2409
+#: eelf64bpf.c:1979 eelf64btsmip.c:2391 eelf64btsmip_fbsd.c:2398
+#: eelf64hppa.c:2101 eelf64lppc.c:2864 eelf64lriscv.c:2210
+#: eelf64lriscv_lp64.c:2210 eelf64lriscv_lp64f.c:2210 eelf64ltsmip.c:2391
+#: eelf64ltsmip_fbsd.c:2398 eelf64mmix.c:5894 eelf64ppc.c:2864
+#: eelf64ppc_fbsd.c:2871 eelf64rdos.c:2180 eelf64tilegx.c:2156
+#: eelf64tilegx_be.c:2156 eelf_i386.c:7092 eelf_i386_be.c:2197
+#: eelf_i386_fbsd.c:2262 eelf_i386_ldso.c:2214 eelf_i386_nacl.c:2255
+#: eelf_i386_sol2.c:2370 eelf_i386_vxworks.c:2259 eelf_iamcu.c:6715
+#: eelf_k1om.c:7403 eelf_k1om_fbsd.c:7058 eelf_l1om.c:7403
+#: eelf_l1om_fbsd.c:7058 eelf_s390.c:2156 eelf_x86_64.c:7476
+#: eelf_x86_64_cloudabi.c:2261 eelf_x86_64_fbsd.c:2268 eelf_x86_64_nacl.c:2261
+#: eelf_x86_64_sol2.c:2392 eh8300elf.c:1994 eh8300elf_linux.c:1994
+#: eh8300helf.c:1994 eh8300helf_linux.c:1994 eh8300hnelf.c:1994
+#: eh8300self.c:1994 eh8300self_linux.c:1994 eh8300snelf.c:1994
+#: eh8300sxelf.c:1994 eh8300sxelf_linux.c:1994 eh8300sxnelf.c:1994
+#: ehppa64linux.c:2131 ehppaelf.c:2283 ehppalinux.c:2460 ehppanbsd.c:2460
+#: ehppaobsd.c:2460 ei386lynx.c:2152 ei386moss.c:2145 ei386nto.c:2145
+#: em32relf.c:1994 em32relf_linux.c:2156 em32rlelf.c:1994
+#: em32rlelf_linux.c:2156 em68hc11elf.c:2287 em68hc11elfb.c:2287
+#: em68hc12elf.c:2287 em68hc12elfb.c:2287 em68kelf.c:2312 em68kelfnbsd.c:2312
+#: emn10300.c:2131 ends32belf.c:2114 ends32belf16m.c:2114
+#: ends32belf_linux.c:2243 ends32elf.c:2114 ends32elf16m.c:2114
+#: ends32elf_linux.c:2243 enios2elf.c:2301 enios2linux.c:2438 eppclynx.c:2420
+#: epruelf.c:1999 escore3_elf.c:2152 escore7_elf.c:2152 eshelf.c:2131
+#: eshelf_fd.c:2156 eshelf_linux.c:2156 eshelf_nbsd.c:2131 eshelf_nto.c:2131
+#: eshelf_uclinux.c:2131 eshelf_vxworks.c:2168 eshlelf.c:2131 eshlelf_fd.c:2156
+#: eshlelf_linux.c:2156 eshlelf_nbsd.c:2131 eshlelf_nto.c:2131
+#: eshlelf_vxworks.c:2168 ev850.c:2025 ev850_rh850.c:2025
msgid "%P: warning: -z %s ignored\n"
msgstr ""
-#: eaarch64cloudabi.c:2526 eaarch64cloudabib.c:2526 eaarch64elf.c:2526
-#: eaarch64elf32.c:2526 eaarch64elf32b.c:2526 eaarch64elfb.c:2526
-#: eaarch64fbsd.c:2526 eaarch64fbsdb.c:2526 eaarch64linux.c:2533
-#: eaarch64linux32.c:2533 eaarch64linux32b.c:2533 eaarch64linuxb.c:2533
-#: earmelf.c:2862 earmelf_fbsd.c:2869 earmelf_fuchsia.c:2862
-#: earmelf_linux.c:2862 earmelf_linux_eabi.c:2862
-#: earmelf_linux_fdpiceabi.c:2862 earmelf_nacl.c:2862 earmelf_nbsd.c:2862
-#: earmelf_phoenix.c:2862 earmelf_vxworks.c:2902 earmelfb.c:2862
-#: earmelfb_fbsd.c:2869 earmelfb_fuchsia.c:2862 earmelfb_linux.c:2862
-#: earmelfb_linux_eabi.c:2862 earmelfb_linux_fdpiceabi.c:2862
-#: earmelfb_nacl.c:2862 earmelfb_nbsd.c:2862 earmnto.c:2837 earmsymbian.c:2862
+#: eaarch64cloudabi.c:2530 eaarch64cloudabib.c:2530 eaarch64elf.c:2530
+#: eaarch64elf32.c:2530 eaarch64elf32b.c:2530 eaarch64elfb.c:2530
+#: eaarch64fbsd.c:2530 eaarch64fbsdb.c:2530 eaarch64linux.c:2537
+#: eaarch64linux32.c:2537 eaarch64linux32b.c:2537 eaarch64linuxb.c:2537
+msgid "%P: error: unrecognized option for --fix-cortex-a53-843419: %s\n"
+msgstr ""
+
+#: eaarch64cloudabi.c:2559 eaarch64cloudabib.c:2559 eaarch64elf.c:2559
+#: eaarch64elf32.c:2559 eaarch64elf32b.c:2559 eaarch64elfb.c:2559
+#: eaarch64fbsd.c:2559 eaarch64fbsdb.c:2559 eaarch64linux.c:2566
+#: eaarch64linux32.c:2566 eaarch64linux32b.c:2566 eaarch64linuxb.c:2566
+#: earmelf.c:2867 earmelf_fbsd.c:2874 earmelf_fuchsia.c:2867
+#: earmelf_linux.c:2867 earmelf_linux_eabi.c:2867
+#: earmelf_linux_fdpiceabi.c:2867 earmelf_nacl.c:2867 earmelf_nbsd.c:2867
+#: earmelf_phoenix.c:2867 earmelf_vxworks.c:2907 earmelfb.c:2867
+#: earmelfb_fbsd.c:2874 earmelfb_fuchsia.c:2867 earmelfb_linux.c:2867
+#: earmelfb_linux_eabi.c:2867 earmelfb_linux_fdpiceabi.c:2867
+#: earmelfb_nacl.c:2867 earmelfb_nbsd.c:2867 earmnto.c:2842 earmsymbian.c:2867
#, c-format
msgid ""
" --no-enum-size-warning Don't warn about objects with incompatible\n"
" enum sizes\n"
msgstr ""
-#: eaarch64cloudabi.c:2528 eaarch64cloudabib.c:2528 eaarch64elf.c:2528
-#: eaarch64elf32.c:2528 eaarch64elf32b.c:2528 eaarch64elfb.c:2528
-#: eaarch64fbsd.c:2528 eaarch64fbsdb.c:2528 eaarch64linux.c:2535
-#: eaarch64linux32.c:2535 eaarch64linux32b.c:2535 eaarch64linuxb.c:2535
-#: earmelf.c:2864 earmelf_fbsd.c:2871 earmelf_fuchsia.c:2864
-#: earmelf_linux.c:2864 earmelf_linux_eabi.c:2864
-#: earmelf_linux_fdpiceabi.c:2864 earmelf_nacl.c:2864 earmelf_nbsd.c:2864
-#: earmelf_phoenix.c:2864 earmelf_vxworks.c:2904 earmelfb.c:2864
-#: earmelfb_fbsd.c:2871 earmelfb_fuchsia.c:2864 earmelfb_linux.c:2864
-#: earmelfb_linux_eabi.c:2864 earmelfb_linux_fdpiceabi.c:2864
-#: earmelfb_nacl.c:2864 earmelfb_nbsd.c:2864 earmnto.c:2839 earmsymbian.c:2864
+#: eaarch64cloudabi.c:2561 eaarch64cloudabib.c:2561 eaarch64elf.c:2561
+#: eaarch64elf32.c:2561 eaarch64elf32b.c:2561 eaarch64elfb.c:2561
+#: eaarch64fbsd.c:2561 eaarch64fbsdb.c:2561 eaarch64linux.c:2568
+#: eaarch64linux32.c:2568 eaarch64linux32b.c:2568 eaarch64linuxb.c:2568
+#: earmelf.c:2869 earmelf_fbsd.c:2876 earmelf_fuchsia.c:2869
+#: earmelf_linux.c:2869 earmelf_linux_eabi.c:2869
+#: earmelf_linux_fdpiceabi.c:2869 earmelf_nacl.c:2869 earmelf_nbsd.c:2869
+#: earmelf_phoenix.c:2869 earmelf_vxworks.c:2909 earmelfb.c:2869
+#: earmelfb_fbsd.c:2876 earmelfb_fuchsia.c:2869 earmelfb_linux.c:2869
+#: earmelfb_linux_eabi.c:2869 earmelfb_linux_fdpiceabi.c:2869
+#: earmelfb_nacl.c:2869 earmelfb_nbsd.c:2869 earmnto.c:2844 earmsymbian.c:2869
#, c-format
msgid ""
" --no-wchar-size-warning Don't warn about objects with incompatible\n"
" wchar_t sizes\n"
msgstr ""
-#: eaarch64cloudabi.c:2530 eaarch64cloudabib.c:2530 eaarch64elf.c:2530
-#: eaarch64elf32.c:2530 eaarch64elf32b.c:2530 eaarch64elfb.c:2530
-#: eaarch64fbsd.c:2530 eaarch64fbsdb.c:2530 eaarch64linux.c:2537
-#: eaarch64linux32.c:2537 eaarch64linux32b.c:2537 eaarch64linuxb.c:2537
-#: earmelf.c:2866 earmelf_fbsd.c:2873 earmelf_fuchsia.c:2866
-#: earmelf_linux.c:2866 earmelf_linux_eabi.c:2866
-#: earmelf_linux_fdpiceabi.c:2866 earmelf_nacl.c:2866 earmelf_nbsd.c:2866
-#: earmelf_phoenix.c:2866 earmelf_vxworks.c:2906 earmelfb.c:2866
-#: earmelfb_fbsd.c:2873 earmelfb_fuchsia.c:2866 earmelfb_linux.c:2866
-#: earmelfb_linux_eabi.c:2866 earmelfb_linux_fdpiceabi.c:2866
-#: earmelfb_nacl.c:2866 earmelfb_nbsd.c:2866 earmnto.c:2841 earmsymbian.c:2866
+#: eaarch64cloudabi.c:2563 eaarch64cloudabib.c:2563 eaarch64elf.c:2563
+#: eaarch64elf32.c:2563 eaarch64elf32b.c:2563 eaarch64elfb.c:2563
+#: eaarch64fbsd.c:2563 eaarch64fbsdb.c:2563 eaarch64linux.c:2570
+#: eaarch64linux32.c:2570 eaarch64linux32b.c:2570 eaarch64linuxb.c:2570
+#: earmelf.c:2871 earmelf_fbsd.c:2878 earmelf_fuchsia.c:2871
+#: earmelf_linux.c:2871 earmelf_linux_eabi.c:2871
+#: earmelf_linux_fdpiceabi.c:2871 earmelf_nacl.c:2871 earmelf_nbsd.c:2871
+#: earmelf_phoenix.c:2871 earmelf_vxworks.c:2911 earmelfb.c:2871
+#: earmelfb_fbsd.c:2878 earmelfb_fuchsia.c:2871 earmelfb_linux.c:2871
+#: earmelfb_linux_eabi.c:2871 earmelfb_linux_fdpiceabi.c:2871
+#: earmelfb_nacl.c:2871 earmelfb_nbsd.c:2871 earmnto.c:2846 earmsymbian.c:2871
#, c-format
msgid ""
" --pic-veneer Always generate PIC interworking veneers\n"
msgstr ""
-#: eaarch64cloudabi.c:2531 eaarch64cloudabib.c:2531 eaarch64elf.c:2531
-#: eaarch64elf32.c:2531 eaarch64elf32b.c:2531 eaarch64elfb.c:2531
-#: eaarch64fbsd.c:2531 eaarch64fbsdb.c:2531 eaarch64linux.c:2538
-#: eaarch64linux32.c:2538 eaarch64linux32b.c:2538 eaarch64linuxb.c:2538
-#: earmelf.c:2873 earmelf_fbsd.c:2880 earmelf_fuchsia.c:2873
-#: earmelf_linux.c:2873 earmelf_linux_eabi.c:2873
-#: earmelf_linux_fdpiceabi.c:2873 earmelf_nacl.c:2873 earmelf_nbsd.c:2873
-#: earmelf_phoenix.c:2873 earmelf_vxworks.c:2913 earmelfb.c:2873
-#: earmelfb_fbsd.c:2880 earmelfb_fuchsia.c:2873 earmelfb_linux.c:2873
-#: earmelfb_linux_eabi.c:2873 earmelfb_linux_fdpiceabi.c:2873
-#: earmelfb_nacl.c:2873 earmelfb_nbsd.c:2873 earmnto.c:2848 earmsymbian.c:2873
+#: eaarch64cloudabi.c:2564 eaarch64cloudabib.c:2564 eaarch64elf.c:2564
+#: eaarch64elf32.c:2564 eaarch64elf32b.c:2564 eaarch64elfb.c:2564
+#: eaarch64fbsd.c:2564 eaarch64fbsdb.c:2564 eaarch64linux.c:2571
+#: eaarch64linux32.c:2571 eaarch64linux32b.c:2571 eaarch64linuxb.c:2571
+#: earmelf.c:2878 earmelf_fbsd.c:2885 earmelf_fuchsia.c:2878
+#: earmelf_linux.c:2878 earmelf_linux_eabi.c:2878
+#: earmelf_linux_fdpiceabi.c:2878 earmelf_nacl.c:2878 earmelf_nbsd.c:2878
+#: earmelf_phoenix.c:2878 earmelf_vxworks.c:2918 earmelfb.c:2878
+#: earmelfb_fbsd.c:2885 earmelfb_fuchsia.c:2878 earmelfb_linux.c:2878
+#: earmelfb_linux_eabi.c:2878 earmelfb_linux_fdpiceabi.c:2878
+#: earmelfb_nacl.c:2878 earmelfb_nbsd.c:2878 earmnto.c:2853 earmsymbian.c:2878
#, c-format
msgid ""
" --stub-group-size=N Maximum size of a group of input sections "
@@ -5035,30 +5066,70 @@ msgid ""
" choose suitable defaults.\n"
msgstr ""
-#: eaarch64cloudabi.c:2540 eaarch64cloudabib.c:2540 eaarch64elf.c:2540
-#: eaarch64elf32.c:2540 eaarch64elf32b.c:2540 eaarch64elfb.c:2540
-#: eaarch64fbsd.c:2540 eaarch64fbsdb.c:2540 eaarch64linux.c:2547
-#: eaarch64linux32.c:2547 eaarch64linux32b.c:2547 eaarch64linuxb.c:2547
+#: eaarch64cloudabi.c:2573 eaarch64cloudabib.c:2573 eaarch64elf.c:2573
+#: eaarch64elf32.c:2573 eaarch64elf32b.c:2573 eaarch64elfb.c:2573
+#: eaarch64fbsd.c:2573 eaarch64fbsdb.c:2573 eaarch64linux.c:2580
+#: eaarch64linux32.c:2580 eaarch64linux32b.c:2580 eaarch64linuxb.c:2580
#, c-format
msgid " --fix-cortex-a53-835769 Fix erratum 835769\n"
msgstr ""
-#: eaarch64cloudabi.c:2541 eaarch64cloudabib.c:2541 eaarch64elf.c:2541
-#: eaarch64elf32.c:2541 eaarch64elf32b.c:2541 eaarch64elfb.c:2541
-#: eaarch64fbsd.c:2541 eaarch64fbsdb.c:2541 eaarch64linux.c:2548
-#: eaarch64linux32.c:2548 eaarch64linux32b.c:2548 eaarch64linuxb.c:2548
+#: eaarch64cloudabi.c:2574 eaarch64cloudabib.c:2574 eaarch64elf.c:2574
+#: eaarch64elf32.c:2574 eaarch64elf32b.c:2574 eaarch64elfb.c:2574
+#: eaarch64fbsd.c:2574 eaarch64fbsdb.c:2574 eaarch64linux.c:2581
+#: eaarch64linux32.c:2581 eaarch64linux32b.c:2581 eaarch64linuxb.c:2581
+#, c-format
+msgid ""
+" --fix-cortex-a53-843419[=full|adr|adrp] Fix erratum 843419 and "
+"optionally specify which workaround to use.\n"
+" full (default): Use both ADRP "
+"and ADR workaround, this will \n"
+" increase the size of your "
+"binaries.\n"
+" adr: Only use the ADR "
+"workaround, this will not cause any increase\n"
+" in binary size but linking "
+"will fail if the referenced address is\n"
+" out of range of an ADR "
+"instruction. This will remove the need of using\n"
+" a veneer and results in "
+"both performance and size benefits.\n"
+" adrp: Use only the ADRP "
+"workaround, this will never rewrite your ADRP\n"
+" instruction into an ADR. "
+"As such the workaround will always use a\n"
+" veneer and this will give "
+"you both a performance and size overhead.\n"
+msgstr ""
+
+#: eaarch64cloudabi.c:2585 eaarch64cloudabib.c:2585 eaarch64elf.c:2585
+#: eaarch64elf32.c:2585 eaarch64elf32b.c:2585 eaarch64elfb.c:2585
+#: eaarch64fbsd.c:2585 eaarch64fbsdb.c:2585 eaarch64linux.c:2592
+#: eaarch64linux32.c:2592 eaarch64linux32b.c:2592 eaarch64linuxb.c:2592
#, c-format
-msgid " --fix-cortex-a53-843419 Fix erratum 843419\n"
+msgid ""
+" --no-apply-dynamic-relocs Do not apply link-time values for dynamic "
+"relocations\n"
msgstr ""
-#: eaarch64cloudabi.c:2542 eaarch64cloudabib.c:2542 eaarch64elf.c:2542
-#: eaarch64elf32.c:2542 eaarch64elf32b.c:2542 eaarch64elfb.c:2542
-#: eaarch64fbsd.c:2542 eaarch64fbsdb.c:2542 eaarch64linux.c:2549
-#: eaarch64linux32.c:2549 eaarch64linux32b.c:2549 eaarch64linuxb.c:2549
+#: eaarch64cloudabi.c:2586 eaarch64cloudabib.c:2586 eaarch64elf.c:2586
+#: eaarch64elf32.c:2586 eaarch64elf32b.c:2586 eaarch64elfb.c:2586
+#: eaarch64fbsd.c:2586 eaarch64fbsdb.c:2586 eaarch64linux.c:2593
+#: eaarch64linux32.c:2593 eaarch64linux32b.c:2593 eaarch64linuxb.c:2593
#, c-format
msgid ""
-" --no-apply-dynamic-relocs Do not apply link-time values for dynamic "
-"relocations\n"
+" -z force-bti Turn on Branch Target Identification "
+"mechanism and generate PLTs with BTI. Generate warnings for missing BTI on "
+"inputs\n"
+msgstr ""
+
+#: eaarch64cloudabi.c:2587 eaarch64cloudabib.c:2587 eaarch64elf.c:2587
+#: eaarch64elf32.c:2587 eaarch64elf32b.c:2587 eaarch64elfb.c:2587
+#: eaarch64fbsd.c:2587 eaarch64fbsdb.c:2587 eaarch64linux.c:2594
+#: eaarch64linux32.c:2594 eaarch64linux32b.c:2594 eaarch64linuxb.c:2594
+#, c-format
+msgid ""
+" -z pac-plt Protect PLTs with Pointer Authentication.\n"
msgstr ""
#: eaix5ppc.c:315 eaix5rs6.c:315 eaixppc.c:315 eaixrs6.c:315 eppcmacos.c:315
@@ -5117,53 +5188,53 @@ msgstr ""
msgid "%F%P: can't find %s in output section\n"
msgstr ""
-#: eaix5ppc.c:957 eaix5rs6.c:957 eaixppc.c:957 eaixrs6.c:957 eppcmacos.c:957
+#: eaix5ppc.c:956 eaix5rs6.c:956 eaixppc.c:956 eaixrs6.c:956 eppcmacos.c:956
msgid "%P: can't find required output section %s\n"
msgstr ""
-#: eaix5ppc.c:1166 eaix5rs6.c:1166 eaixppc.c:1166 eaixrs6.c:1166
-#: eppcmacos.c:1166
+#: eaix5ppc.c:1165 eaix5rs6.c:1165 eaixppc.c:1165 eaixrs6.c:1165
+#: eppcmacos.c:1165
msgid "%F%P:%s:%d: #! ([member]) is not supported in import files\n"
msgstr ""
-#: eaix5ppc.c:1183 eaix5rs6.c:1183 eaixppc.c:1183 eaixrs6.c:1183
-#: eppcmacos.c:1183
+#: eaix5ppc.c:1182 eaix5rs6.c:1182 eaixppc.c:1182 eaixrs6.c:1182
+#: eppcmacos.c:1182
msgid "%F%P: could not parse import path: %E\n"
msgstr ""
-#: eaix5ppc.c:1193 eaix5ppc.c:1205 eaix5rs6.c:1193 eaix5rs6.c:1205
-#: eaixppc.c:1193 eaixppc.c:1205 eaixrs6.c:1193 eaixrs6.c:1205 eppcmacos.c:1193
-#: eppcmacos.c:1205
+#: eaix5ppc.c:1192 eaix5ppc.c:1204 eaix5rs6.c:1192 eaix5rs6.c:1204
+#: eaixppc.c:1192 eaixppc.c:1204 eaixrs6.c:1192 eaixrs6.c:1204 eppcmacos.c:1192
+#: eppcmacos.c:1204
msgid "%P:%s:%d: warning: syntax error in import file\n"
msgstr ""
-#: eaix5ppc.c:1240 eaix5rs6.c:1240 eaixppc.c:1240 eaixrs6.c:1240
-#: eppcmacos.c:1240
+#: eaix5ppc.c:1239 eaix5rs6.c:1239 eaixppc.c:1239 eaixrs6.c:1239
+#: eppcmacos.c:1239
msgid "%P:%s%d: warning: syntax error in import/export file\n"
msgstr ""
-#: eaix5ppc.c:1258 eaix5rs6.c:1258 eaixppc.c:1258 eaixrs6.c:1258
-#: eppcmacos.c:1258
+#: eaix5ppc.c:1257 eaix5rs6.c:1257 eaixppc.c:1257 eaixrs6.c:1257
+#: eppcmacos.c:1257
msgid "%P:%s:%d: warning: syntax error in import/export file\n"
msgstr ""
-#: eaix5ppc.c:1293 eaix5rs6.c:1293 eaixppc.c:1293 eaixrs6.c:1293
-#: eppcmacos.c:1293
+#: eaix5ppc.c:1292 eaix5rs6.c:1292 eaixppc.c:1292 eaixrs6.c:1292
+#: eppcmacos.c:1292
msgid "%X%P:%s:%d: failed to import symbol %s: %E\n"
msgstr ""
-#: eaix5ppc.c:1303 eaix5rs6.c:1303 eaixppc.c:1303 eaixrs6.c:1303
-#: eppcmacos.c:1303
+#: eaix5ppc.c:1302 eaix5rs6.c:1302 eaixppc.c:1302 eaixrs6.c:1302
+#: eppcmacos.c:1302
msgid "%P:%s:%d: warning: ignoring unterminated last line\n"
msgstr ""
-#: eaix5ppc.c:1338 eaix5rs6.c:1338 eaixppc.c:1338 eaixrs6.c:1338
-#: eppcmacos.c:1338
+#: eaix5ppc.c:1337 eaix5rs6.c:1337 eaixppc.c:1337 eaixrs6.c:1337
+#: eppcmacos.c:1337
msgid "%F%P: only relocations against symbols are permitted\n"
msgstr ""
-#: eaix5ppc.c:1341 eaix5rs6.c:1341 eaixppc.c:1341 eaixrs6.c:1341
-#: eppcmacos.c:1341
+#: eaix5ppc.c:1340 eaix5rs6.c:1340 eaixppc.c:1340 eaixrs6.c:1340
+#: eppcmacos.c:1340
msgid "%F%P: bfd_xcoff_link_count_reloc failed: %E\n"
msgstr ""
@@ -5599,7 +5670,7 @@ msgstr ""
msgid "%F%P: strange hex info for PE parameter '%s'\n"
msgstr ""
-#: earm_wince_pe.c:638 earmpe.c:638 eelf32mcore.c:2002 ei386beos.c:265
+#: earm_wince_pe.c:638 earmpe.c:638 eelf32mcore.c:2006 ei386beos.c:265
#: ei386pe.c:638 ei386pe_posix.c:638 ei386pep.c:615 emcorepe.c:638 eppcpe.c:638
#: eshpe.c:638
msgid "%F%P: cannot open base file %s\n"
@@ -5647,54 +5718,54 @@ msgstr ""
msgid "%P: warning: cannot create .buildid section, --build-id ignored\n"
msgstr ""
-#: earm_wince_pe.c:1302 earmpe.c:1302 ei386pe.c:1302 ei386pe_posix.c:1302
-#: ei386pep.c:1305 emcorepe.c:1302 eppcpe.c:1302 eshpe.c:1302
+#: earm_wince_pe.c:1303 earmpe.c:1303 ei386pe.c:1303 ei386pe_posix.c:1303
+#: ei386pep.c:1306 emcorepe.c:1303 eppcpe.c:1303 eshpe.c:1303
msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n"
msgstr ""
-#: earm_wince_pe.c:1442 earmpe.c:1442 ei386pe.c:1442 ei386pe_posix.c:1442
-#: ei386pep.c:1426 emcorepe.c:1442 eppcpe.c:1442 eshpe.c:1442
+#: earm_wince_pe.c:1443 earmpe.c:1443 ei386pe.c:1443 ei386pe_posix.c:1443
+#: ei386pep.c:1427 emcorepe.c:1443 eppcpe.c:1443 eshpe.c:1443
msgid "%X%P: unable to process relocs: %E\n"
msgstr ""
-#: earm_wince_pe.c:1680 earmelf.c:190 earmelf_fbsd.c:190 earmelf_fuchsia.c:190
+#: earm_wince_pe.c:1681 earmelf.c:190 earmelf_fbsd.c:190 earmelf_fuchsia.c:190
#: earmelf_linux.c:190 earmelf_linux_eabi.c:190 earmelf_linux_fdpiceabi.c:190
#: earmelf_nacl.c:190 earmelf_nbsd.c:190 earmelf_phoenix.c:190
#: earmelf_vxworks.c:190 earmelfb.c:190 earmelfb_fbsd.c:190
#: earmelfb_fuchsia.c:190 earmelfb_linux.c:190 earmelfb_linux_eabi.c:190
#: earmelfb_linux_fdpiceabi.c:190 earmelfb_nacl.c:190 earmelfb_nbsd.c:190
-#: earmnto.c:190 earmpe.c:1680 earmsymbian.c:190 ei386beos.c:613
-#: ei386beos.c:634 ei386pe.c:1680 ei386pe_posix.c:1680 emcorepe.c:1680
-#: eppcpe.c:1680 eshpe.c:1680
+#: earmnto.c:190 earmpe.c:1681 earmsymbian.c:190 ei386beos.c:608
+#: ei386beos.c:629 ei386pe.c:1681 ei386pe_posix.c:1681 emcorepe.c:1681
+#: eppcpe.c:1681 eshpe.c:1681
#, c-format
msgid "%P: errors encountered processing file %s\n"
msgstr ""
-#: earm_wince_pe.c:1703 earmpe.c:1703 ei386pe.c:1703 ei386pe_posix.c:1703
-#: emcorepe.c:1703 eppcpe.c:1703 eshpe.c:1703
+#: earm_wince_pe.c:1704 earmpe.c:1704 ei386pe.c:1704 ei386pe_posix.c:1704
+#: emcorepe.c:1704 eppcpe.c:1704 eshpe.c:1704
#, c-format
msgid "%P: errors encountered processing file %s for interworking\n"
msgstr ""
-#: earm_wince_pe.c:1871 earmelf.c:572 earmelf_fbsd.c:572 earmelf_fuchsia.c:572
+#: earm_wince_pe.c:1872 earmelf.c:572 earmelf_fbsd.c:572 earmelf_fuchsia.c:572
#: earmelf_linux.c:572 earmelf_linux_eabi.c:572 earmelf_linux_fdpiceabi.c:572
#: earmelf_nacl.c:572 earmelf_nbsd.c:572 earmelf_phoenix.c:572
#: earmelf_vxworks.c:572 earmelfb.c:572 earmelfb_fbsd.c:572
#: earmelfb_fuchsia.c:572 earmelfb_linux.c:572 earmelfb_linux_eabi.c:572
#: earmelfb_linux_fdpiceabi.c:572 earmelfb_nacl.c:572 earmelfb_nbsd.c:572
-#: earmnto.c:572 earmpe.c:1871 earmsymbian.c:572 ei386pe.c:1871
-#: ei386pe_posix.c:1871 emcorepe.c:1871 eppcpe.c:1871 eshpe.c:1871
+#: earmnto.c:572 earmpe.c:1872 earmsymbian.c:572 ei386pe.c:1872
+#: ei386pe_posix.c:1872 emcorepe.c:1872 eppcpe.c:1872 eshpe.c:1872
msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"
msgstr ""
-#: earm_wince_pe.c:1876 earmelf.c:577 earmelf_fbsd.c:577 earmelf_fuchsia.c:577
+#: earm_wince_pe.c:1877 earmelf.c:577 earmelf_fbsd.c:577 earmelf_fuchsia.c:577
#: earmelf_linux.c:577 earmelf_linux_eabi.c:577 earmelf_linux_fdpiceabi.c:577
#: earmelf_nacl.c:577 earmelf_nbsd.c:577 earmelf_phoenix.c:577
#: earmelf_vxworks.c:577 earmelfb.c:577 earmelfb_fbsd.c:577
#: earmelfb_fuchsia.c:577 earmelfb_linux.c:577 earmelfb_linux_eabi.c:577
#: earmelfb_linux_fdpiceabi.c:577 earmelfb_nacl.c:577 earmelfb_nbsd.c:577
-#: earmnto.c:577 earmpe.c:1876 earmsymbian.c:577 ei386pe.c:1876
-#: ei386pe_posix.c:1876 emcorepe.c:1876 eppcpe.c:1876 eshpe.c:1876
+#: earmnto.c:577 earmpe.c:1877 earmsymbian.c:577 ei386pe.c:1877
+#: ei386pe_posix.c:1877 emcorepe.c:1877 eppcpe.c:1877 eshpe.c:1877
msgid "%P: warning: cannot find thumb start symbol %s\n"
msgstr ""
@@ -5718,82 +5789,26 @@ msgstr ""
msgid "%F%P: %s: not a relocatable file: %E\n"
msgstr ""
-#: earmelf.c:2772 earmelf_fbsd.c:2779 earmelf_fuchsia.c:2772
-#: earmelf_linux.c:2772 earmelf_linux_eabi.c:2772
-#: earmelf_linux_fdpiceabi.c:2772 earmelf_nacl.c:2772 earmelf_nbsd.c:2772
-#: earmelf_phoenix.c:2772 earmelf_vxworks.c:2808 earmelfb.c:2772
-#: earmelfb_fbsd.c:2779 earmelfb_fuchsia.c:2772 earmelfb_linux.c:2772
-#: earmelfb_linux_eabi.c:2772 earmelfb_linux_fdpiceabi.c:2772
-#: earmelfb_nacl.c:2772 earmelfb_nbsd.c:2772 earmnto.c:2747 earmsymbian.c:2772
+#: earmelf.c:2777 earmelf_fbsd.c:2784 earmelf_fuchsia.c:2777
+#: earmelf_linux.c:2777 earmelf_linux_eabi.c:2777
+#: earmelf_linux_fdpiceabi.c:2777 earmelf_nacl.c:2777 earmelf_nbsd.c:2777
+#: earmelf_phoenix.c:2777 earmelf_vxworks.c:2813 earmelfb.c:2777
+#: earmelfb_fbsd.c:2784 earmelfb_fuchsia.c:2777 earmelfb_linux.c:2777
+#: earmelfb_linux_eabi.c:2777 earmelfb_linux_fdpiceabi.c:2777
+#: earmelfb_nacl.c:2777 earmelfb_nbsd.c:2777 earmnto.c:2752 earmsymbian.c:2777
msgid "%P: unrecognized VFP11 fix type '%s'\n"
msgstr ""
-#: earmelf.c:2785 earmelf_fbsd.c:2792 earmelf_fuchsia.c:2785
-#: earmelf_linux.c:2785 earmelf_linux_eabi.c:2785
-#: earmelf_linux_fdpiceabi.c:2785 earmelf_nacl.c:2785 earmelf_nbsd.c:2785
-#: earmelf_phoenix.c:2785 earmelf_vxworks.c:2821 earmelfb.c:2785
-#: earmelfb_fbsd.c:2792 earmelfb_fuchsia.c:2785 earmelfb_linux.c:2785
-#: earmelfb_linux_eabi.c:2785 earmelfb_linux_fdpiceabi.c:2785
-#: earmelfb_nacl.c:2785 earmelfb_nbsd.c:2785 earmnto.c:2760 earmsymbian.c:2785
+#: earmelf.c:2790 earmelf_fbsd.c:2797 earmelf_fuchsia.c:2790
+#: earmelf_linux.c:2790 earmelf_linux_eabi.c:2790
+#: earmelf_linux_fdpiceabi.c:2790 earmelf_nacl.c:2790 earmelf_nbsd.c:2790
+#: earmelf_phoenix.c:2790 earmelf_vxworks.c:2826 earmelfb.c:2790
+#: earmelfb_fbsd.c:2797 earmelfb_fuchsia.c:2790 earmelfb_linux.c:2790
+#: earmelfb_linux_eabi.c:2790 earmelfb_linux_fdpiceabi.c:2790
+#: earmelfb_nacl.c:2790 earmelfb_nbsd.c:2790 earmnto.c:2765 earmsymbian.c:2790
msgid "%P: unrecognized STM32L4XX fix type '%s'\n"
msgstr ""
-#: earmelf.c:2852 earmelf_fbsd.c:2859 earmelf_fuchsia.c:2852
-#: earmelf_linux.c:2852 earmelf_linux_eabi.c:2852
-#: earmelf_linux_fdpiceabi.c:2852 earmelf_nacl.c:2852 earmelf_nbsd.c:2852
-#: earmelf_phoenix.c:2852 earmelf_vxworks.c:2892 earmelfb.c:2852
-#: earmelfb_fbsd.c:2859 earmelfb_fuchsia.c:2852 earmelfb_linux.c:2852
-#: earmelfb_linux_eabi.c:2852 earmelfb_linux_fdpiceabi.c:2852
-#: earmelfb_nacl.c:2852 earmelfb_nbsd.c:2852 earmnto.c:2827 earmsymbian.c:2852
-#, c-format
-msgid ""
-" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n"
-msgstr ""
-
-#: earmelf.c:2853 earmelf_fbsd.c:2860 earmelf_fuchsia.c:2853
-#: earmelf_linux.c:2853 earmelf_linux_eabi.c:2853
-#: earmelf_linux_fdpiceabi.c:2853 earmelf_nacl.c:2853 earmelf_nbsd.c:2853
-#: earmelf_phoenix.c:2853 earmelf_vxworks.c:2893 earmelfb.c:2853
-#: earmelfb_fbsd.c:2860 earmelfb_fuchsia.c:2853 earmelfb_linux.c:2853
-#: earmelfb_linux_eabi.c:2853 earmelfb_linux_fdpiceabi.c:2853
-#: earmelfb_nacl.c:2853 earmelfb_nbsd.c:2853 earmnto.c:2828 earmsymbian.c:2853
-#, c-format
-msgid " --be8 Output BE8 format image\n"
-msgstr ""
-
-#: earmelf.c:2854 earmelf_fbsd.c:2861 earmelf_fuchsia.c:2854
-#: earmelf_linux.c:2854 earmelf_linux_eabi.c:2854
-#: earmelf_linux_fdpiceabi.c:2854 earmelf_nacl.c:2854 earmelf_nbsd.c:2854
-#: earmelf_phoenix.c:2854 earmelf_vxworks.c:2894 earmelfb.c:2854
-#: earmelfb_fbsd.c:2861 earmelfb_fuchsia.c:2854 earmelfb_linux.c:2854
-#: earmelfb_linux_eabi.c:2854 earmelfb_linux_fdpiceabi.c:2854
-#: earmelfb_nacl.c:2854 earmelfb_nbsd.c:2854 earmnto.c:2829 earmsymbian.c:2854
-#, c-format
-msgid " --target1-rel Interpret R_ARM_TARGET1 as R_ARM_REL32\n"
-msgstr ""
-
-#: earmelf.c:2855 earmelf_fbsd.c:2862 earmelf_fuchsia.c:2855
-#: earmelf_linux.c:2855 earmelf_linux_eabi.c:2855
-#: earmelf_linux_fdpiceabi.c:2855 earmelf_nacl.c:2855 earmelf_nbsd.c:2855
-#: earmelf_phoenix.c:2855 earmelf_vxworks.c:2895 earmelfb.c:2855
-#: earmelfb_fbsd.c:2862 earmelfb_fuchsia.c:2855 earmelfb_linux.c:2855
-#: earmelfb_linux_eabi.c:2855 earmelfb_linux_fdpiceabi.c:2855
-#: earmelfb_nacl.c:2855 earmelfb_nbsd.c:2855 earmnto.c:2830 earmsymbian.c:2855
-#, c-format
-msgid " --target1-abs Interpret R_ARM_TARGET1 as R_ARM_ABS32\n"
-msgstr ""
-
-#: earmelf.c:2856 earmelf_fbsd.c:2863 earmelf_fuchsia.c:2856
-#: earmelf_linux.c:2856 earmelf_linux_eabi.c:2856
-#: earmelf_linux_fdpiceabi.c:2856 earmelf_nacl.c:2856 earmelf_nbsd.c:2856
-#: earmelf_phoenix.c:2856 earmelf_vxworks.c:2896 earmelfb.c:2856
-#: earmelfb_fbsd.c:2863 earmelfb_fuchsia.c:2856 earmelfb_linux.c:2856
-#: earmelfb_linux_eabi.c:2856 earmelfb_linux_fdpiceabi.c:2856
-#: earmelfb_nacl.c:2856 earmelfb_nbsd.c:2856 earmnto.c:2831 earmsymbian.c:2856
-#, c-format
-msgid " --target2=<type> Specify definition of R_ARM_TARGET2\n"
-msgstr ""
-
#: earmelf.c:2857 earmelf_fbsd.c:2864 earmelf_fuchsia.c:2857
#: earmelf_linux.c:2857 earmelf_linux_eabi.c:2857
#: earmelf_linux_fdpiceabi.c:2857 earmelf_nacl.c:2857 earmelf_nbsd.c:2857
@@ -5802,7 +5817,8 @@ msgstr ""
#: earmelfb_linux_eabi.c:2857 earmelfb_linux_fdpiceabi.c:2857
#: earmelfb_nacl.c:2857 earmelfb_nbsd.c:2857 earmnto.c:2832 earmsymbian.c:2857
#, c-format
-msgid " --fix-v4bx Rewrite BX rn as MOV pc, rn for ARMv4\n"
+msgid ""
+" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n"
msgstr ""
#: earmelf.c:2858 earmelf_fbsd.c:2865 earmelf_fuchsia.c:2858
@@ -5813,9 +5829,7 @@ msgstr ""
#: earmelfb_linux_eabi.c:2858 earmelfb_linux_fdpiceabi.c:2858
#: earmelfb_nacl.c:2858 earmelfb_nbsd.c:2858 earmnto.c:2833 earmsymbian.c:2858
#, c-format
-msgid ""
-" --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking "
-"veneer\n"
+msgid " --be8 Output BE8 format image\n"
msgstr ""
#: earmelf.c:2859 earmelf_fbsd.c:2866 earmelf_fuchsia.c:2859
@@ -5826,7 +5840,7 @@ msgstr ""
#: earmelfb_linux_eabi.c:2859 earmelfb_linux_fdpiceabi.c:2859
#: earmelfb_nacl.c:2859 earmelfb_nbsd.c:2859 earmnto.c:2834 earmsymbian.c:2859
#, c-format
-msgid " --use-blx Enable use of BLX instructions\n"
+msgid " --target1-rel Interpret R_ARM_TARGET1 as R_ARM_REL32\n"
msgstr ""
#: earmelf.c:2860 earmelf_fbsd.c:2867 earmelf_fuchsia.c:2860
@@ -5837,7 +5851,7 @@ msgstr ""
#: earmelfb_linux_eabi.c:2860 earmelfb_linux_fdpiceabi.c:2860
#: earmelfb_nacl.c:2860 earmelfb_nbsd.c:2860 earmnto.c:2835 earmsymbian.c:2860
#, c-format
-msgid " --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n"
+msgid " --target1-abs Interpret R_ARM_TARGET1 as R_ARM_ABS32\n"
msgstr ""
#: earmelf.c:2861 earmelf_fbsd.c:2868 earmelf_fuchsia.c:2861
@@ -5848,30 +5862,87 @@ msgstr ""
#: earmelfb_linux_eabi.c:2861 earmelfb_linux_fdpiceabi.c:2861
#: earmelfb_nacl.c:2861 earmelfb_nbsd.c:2861 earmnto.c:2836 earmsymbian.c:2861
#, c-format
+msgid " --target2=<type> Specify definition of R_ARM_TARGET2\n"
+msgstr ""
+
+#: earmelf.c:2862 earmelf_fbsd.c:2869 earmelf_fuchsia.c:2862
+#: earmelf_linux.c:2862 earmelf_linux_eabi.c:2862
+#: earmelf_linux_fdpiceabi.c:2862 earmelf_nacl.c:2862 earmelf_nbsd.c:2862
+#: earmelf_phoenix.c:2862 earmelf_vxworks.c:2902 earmelfb.c:2862
+#: earmelfb_fbsd.c:2869 earmelfb_fuchsia.c:2862 earmelfb_linux.c:2862
+#: earmelfb_linux_eabi.c:2862 earmelfb_linux_fdpiceabi.c:2862
+#: earmelfb_nacl.c:2862 earmelfb_nbsd.c:2862 earmnto.c:2837 earmsymbian.c:2862
+#, c-format
+msgid " --fix-v4bx Rewrite BX rn as MOV pc, rn for ARMv4\n"
+msgstr ""
+
+#: earmelf.c:2863 earmelf_fbsd.c:2870 earmelf_fuchsia.c:2863
+#: earmelf_linux.c:2863 earmelf_linux_eabi.c:2863
+#: earmelf_linux_fdpiceabi.c:2863 earmelf_nacl.c:2863 earmelf_nbsd.c:2863
+#: earmelf_phoenix.c:2863 earmelf_vxworks.c:2903 earmelfb.c:2863
+#: earmelfb_fbsd.c:2870 earmelfb_fuchsia.c:2863 earmelfb_linux.c:2863
+#: earmelfb_linux_eabi.c:2863 earmelfb_linux_fdpiceabi.c:2863
+#: earmelfb_nacl.c:2863 earmelfb_nbsd.c:2863 earmnto.c:2838 earmsymbian.c:2863
+#, c-format
+msgid ""
+" --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking "
+"veneer\n"
+msgstr ""
+
+#: earmelf.c:2864 earmelf_fbsd.c:2871 earmelf_fuchsia.c:2864
+#: earmelf_linux.c:2864 earmelf_linux_eabi.c:2864
+#: earmelf_linux_fdpiceabi.c:2864 earmelf_nacl.c:2864 earmelf_nbsd.c:2864
+#: earmelf_phoenix.c:2864 earmelf_vxworks.c:2904 earmelfb.c:2864
+#: earmelfb_fbsd.c:2871 earmelfb_fuchsia.c:2864 earmelfb_linux.c:2864
+#: earmelfb_linux_eabi.c:2864 earmelfb_linux_fdpiceabi.c:2864
+#: earmelfb_nacl.c:2864 earmelfb_nbsd.c:2864 earmnto.c:2839 earmsymbian.c:2864
+#, c-format
+msgid " --use-blx Enable use of BLX instructions\n"
+msgstr ""
+
+#: earmelf.c:2865 earmelf_fbsd.c:2872 earmelf_fuchsia.c:2865
+#: earmelf_linux.c:2865 earmelf_linux_eabi.c:2865
+#: earmelf_linux_fdpiceabi.c:2865 earmelf_nacl.c:2865 earmelf_nbsd.c:2865
+#: earmelf_phoenix.c:2865 earmelf_vxworks.c:2905 earmelfb.c:2865
+#: earmelfb_fbsd.c:2872 earmelfb_fuchsia.c:2865 earmelfb_linux.c:2865
+#: earmelfb_linux_eabi.c:2865 earmelfb_linux_fdpiceabi.c:2865
+#: earmelfb_nacl.c:2865 earmelfb_nbsd.c:2865 earmnto.c:2840 earmsymbian.c:2865
+#, c-format
+msgid " --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n"
+msgstr ""
+
+#: earmelf.c:2866 earmelf_fbsd.c:2873 earmelf_fuchsia.c:2866
+#: earmelf_linux.c:2866 earmelf_linux_eabi.c:2866
+#: earmelf_linux_fdpiceabi.c:2866 earmelf_nacl.c:2866 earmelf_nbsd.c:2866
+#: earmelf_phoenix.c:2866 earmelf_vxworks.c:2906 earmelfb.c:2866
+#: earmelfb_fbsd.c:2873 earmelfb_fuchsia.c:2866 earmelfb_linux.c:2866
+#: earmelfb_linux_eabi.c:2866 earmelfb_linux_fdpiceabi.c:2866
+#: earmelfb_nacl.c:2866 earmelfb_nbsd.c:2866 earmnto.c:2841 earmsymbian.c:2866
+#, c-format
msgid ""
" --fix-stm32l4xx-629360 Specify how to fix STM32L4XX 629360 erratum\n"
msgstr ""
-#: earmelf.c:2867 earmelf_fbsd.c:2874 earmelf_fuchsia.c:2867
-#: earmelf_linux.c:2867 earmelf_linux_eabi.c:2867
-#: earmelf_linux_fdpiceabi.c:2867 earmelf_nacl.c:2867 earmelf_nbsd.c:2867
-#: earmelf_phoenix.c:2867 earmelf_vxworks.c:2907 earmelfb.c:2867
-#: earmelfb_fbsd.c:2874 earmelfb_fuchsia.c:2867 earmelfb_linux.c:2867
-#: earmelfb_linux_eabi.c:2867 earmelfb_linux_fdpiceabi.c:2867
-#: earmelfb_nacl.c:2867 earmelfb_nbsd.c:2867 earmnto.c:2842 earmsymbian.c:2867
+#: earmelf.c:2872 earmelf_fbsd.c:2879 earmelf_fuchsia.c:2872
+#: earmelf_linux.c:2872 earmelf_linux_eabi.c:2872
+#: earmelf_linux_fdpiceabi.c:2872 earmelf_nacl.c:2872 earmelf_nbsd.c:2872
+#: earmelf_phoenix.c:2872 earmelf_vxworks.c:2912 earmelfb.c:2872
+#: earmelfb_fbsd.c:2879 earmelfb_fuchsia.c:2872 earmelfb_linux.c:2872
+#: earmelfb_linux_eabi.c:2872 earmelfb_linux_fdpiceabi.c:2872
+#: earmelfb_nacl.c:2872 earmelfb_nbsd.c:2872 earmnto.c:2847 earmsymbian.c:2872
#, c-format
msgid ""
" --long-plt Generate long .plt entries\n"
" to handle large .plt/.got displacements\n"
msgstr ""
-#: earmelf.c:2869 earmelf_fbsd.c:2876 earmelf_fuchsia.c:2869
-#: earmelf_linux.c:2869 earmelf_linux_eabi.c:2869
-#: earmelf_linux_fdpiceabi.c:2869 earmelf_nacl.c:2869 earmelf_nbsd.c:2869
-#: earmelf_phoenix.c:2869 earmelf_vxworks.c:2909 earmelfb.c:2869
-#: earmelfb_fbsd.c:2876 earmelfb_fuchsia.c:2869 earmelfb_linux.c:2869
-#: earmelfb_linux_eabi.c:2869 earmelfb_linux_fdpiceabi.c:2869
-#: earmelfb_nacl.c:2869 earmelfb_nbsd.c:2869 earmnto.c:2844 earmsymbian.c:2869
+#: earmelf.c:2874 earmelf_fbsd.c:2881 earmelf_fuchsia.c:2874
+#: earmelf_linux.c:2874 earmelf_linux_eabi.c:2874
+#: earmelf_linux_fdpiceabi.c:2874 earmelf_nacl.c:2874 earmelf_nbsd.c:2874
+#: earmelf_phoenix.c:2874 earmelf_vxworks.c:2914 earmelfb.c:2874
+#: earmelfb_fbsd.c:2881 earmelfb_fuchsia.c:2874 earmelfb_linux.c:2874
+#: earmelfb_linux_eabi.c:2874 earmelfb_linux_fdpiceabi.c:2874
+#: earmelfb_nacl.c:2874 earmelfb_nbsd.c:2874 earmnto.c:2849 earmsymbian.c:2874
#, c-format
msgid ""
" --cmse-implib Make import library to be a secure gateway "
@@ -5879,71 +5950,71 @@ msgid ""
" library as per ARMv8-M Security Extensions\n"
msgstr ""
-#: earmelf.c:2871 earmelf_fbsd.c:2878 earmelf_fuchsia.c:2871
-#: earmelf_linux.c:2871 earmelf_linux_eabi.c:2871
-#: earmelf_linux_fdpiceabi.c:2871 earmelf_nacl.c:2871 earmelf_nbsd.c:2871
-#: earmelf_phoenix.c:2871 earmelf_vxworks.c:2911 earmelfb.c:2871
-#: earmelfb_fbsd.c:2878 earmelfb_fuchsia.c:2871 earmelfb_linux.c:2871
-#: earmelfb_linux_eabi.c:2871 earmelfb_linux_fdpiceabi.c:2871
-#: earmelfb_nacl.c:2871 earmelfb_nbsd.c:2871 earmnto.c:2846 earmsymbian.c:2871
+#: earmelf.c:2876 earmelf_fbsd.c:2883 earmelf_fuchsia.c:2876
+#: earmelf_linux.c:2876 earmelf_linux_eabi.c:2876
+#: earmelf_linux_fdpiceabi.c:2876 earmelf_nacl.c:2876 earmelf_nbsd.c:2876
+#: earmelf_phoenix.c:2876 earmelf_vxworks.c:2916 earmelfb.c:2876
+#: earmelfb_fbsd.c:2883 earmelfb_fuchsia.c:2876 earmelfb_linux.c:2876
+#: earmelfb_linux_eabi.c:2876 earmelfb_linux_fdpiceabi.c:2876
+#: earmelfb_nacl.c:2876 earmelfb_nbsd.c:2876 earmnto.c:2851 earmsymbian.c:2876
#, c-format
msgid ""
" --in-implib Import library whose symbols address must\n"
" remain stable\n"
msgstr ""
-#: earmelf.c:2882 earmelf_fbsd.c:2889 earmelf_fuchsia.c:2882
-#: earmelf_linux.c:2882 earmelf_linux_eabi.c:2882
-#: earmelf_linux_fdpiceabi.c:2882 earmelf_nacl.c:2882 earmelf_nbsd.c:2882
-#: earmelf_phoenix.c:2882 earmelf_vxworks.c:2922 earmelfb.c:2882
-#: earmelfb_fbsd.c:2889 earmelfb_fuchsia.c:2882 earmelfb_linux.c:2882
-#: earmelfb_linux_eabi.c:2882 earmelfb_linux_fdpiceabi.c:2882
-#: earmelfb_nacl.c:2882 earmelfb_nbsd.c:2882 earmnto.c:2857 earmsymbian.c:2882
+#: earmelf.c:2887 earmelf_fbsd.c:2894 earmelf_fuchsia.c:2887
+#: earmelf_linux.c:2887 earmelf_linux_eabi.c:2887
+#: earmelf_linux_fdpiceabi.c:2887 earmelf_nacl.c:2887 earmelf_nbsd.c:2887
+#: earmelf_phoenix.c:2887 earmelf_vxworks.c:2927 earmelfb.c:2887
+#: earmelfb_fbsd.c:2894 earmelfb_fuchsia.c:2887 earmelfb_linux.c:2887
+#: earmelfb_linux_eabi.c:2887 earmelfb_linux_fdpiceabi.c:2887
+#: earmelfb_nacl.c:2887 earmelfb_nbsd.c:2887 earmnto.c:2862 earmsymbian.c:2887
#, c-format
msgid ""
" --[no-]fix-cortex-a8 Disable/enable Cortex-A8 Thumb-2 branch "
"erratum fix\n"
msgstr ""
-#: earmelf.c:2883 earmelf_fbsd.c:2890 earmelf_fuchsia.c:2883
-#: earmelf_linux.c:2883 earmelf_linux_eabi.c:2883
-#: earmelf_linux_fdpiceabi.c:2883 earmelf_nacl.c:2883 earmelf_nbsd.c:2883
-#: earmelf_phoenix.c:2883 earmelf_vxworks.c:2923 earmelfb.c:2883
-#: earmelfb_fbsd.c:2890 earmelfb_fuchsia.c:2883 earmelfb_linux.c:2883
-#: earmelfb_linux_eabi.c:2883 earmelfb_linux_fdpiceabi.c:2883
-#: earmelfb_nacl.c:2883 earmelfb_nbsd.c:2883 earmnto.c:2858 earmsymbian.c:2883
+#: earmelf.c:2888 earmelf_fbsd.c:2895 earmelf_fuchsia.c:2888
+#: earmelf_linux.c:2888 earmelf_linux_eabi.c:2888
+#: earmelf_linux_fdpiceabi.c:2888 earmelf_nacl.c:2888 earmelf_nbsd.c:2888
+#: earmelf_phoenix.c:2888 earmelf_vxworks.c:2928 earmelfb.c:2888
+#: earmelfb_fbsd.c:2895 earmelfb_fuchsia.c:2888 earmelfb_linux.c:2888
+#: earmelfb_linux_eabi.c:2888 earmelfb_linux_fdpiceabi.c:2888
+#: earmelfb_nacl.c:2888 earmelfb_nbsd.c:2888 earmnto.c:2863 earmsymbian.c:2888
#, c-format
msgid " --no-merge-exidx-entries Disable merging exidx entries\n"
msgstr ""
-#: earmelf.c:2884 earmelf_fbsd.c:2891 earmelf_fuchsia.c:2884
-#: earmelf_linux.c:2884 earmelf_linux_eabi.c:2884
-#: earmelf_linux_fdpiceabi.c:2884 earmelf_nacl.c:2884 earmelf_nbsd.c:2884
-#: earmelf_phoenix.c:2884 earmelf_vxworks.c:2924 earmelfb.c:2884
-#: earmelfb_fbsd.c:2891 earmelfb_fuchsia.c:2884 earmelfb_linux.c:2884
-#: earmelfb_linux_eabi.c:2884 earmelfb_linux_fdpiceabi.c:2884
-#: earmelfb_nacl.c:2884 earmelfb_nbsd.c:2884 earmnto.c:2859 earmsymbian.c:2884
+#: earmelf.c:2889 earmelf_fbsd.c:2896 earmelf_fuchsia.c:2889
+#: earmelf_linux.c:2889 earmelf_linux_eabi.c:2889
+#: earmelf_linux_fdpiceabi.c:2889 earmelf_nacl.c:2889 earmelf_nbsd.c:2889
+#: earmelf_phoenix.c:2889 earmelf_vxworks.c:2929 earmelfb.c:2889
+#: earmelfb_fbsd.c:2896 earmelfb_fuchsia.c:2889 earmelfb_linux.c:2889
+#: earmelfb_linux_eabi.c:2889 earmelfb_linux_fdpiceabi.c:2889
+#: earmelfb_nacl.c:2889 earmelfb_nbsd.c:2889 earmnto.c:2864 earmsymbian.c:2889
#, c-format
msgid ""
" --[no-]fix-arm1176 Disable/enable ARM1176 BLX immediate erratum "
"fix\n"
msgstr ""
-#: earmelf_vxworks.c:672 eelf32_sparc_vxworks.c:123 eelf32ebmipvxworks.c:350
-#: eelf32elmipvxworks.c:350 eelf32ppcvxworks.c:284 eelf_i386_vxworks.c:123
+#: earmelf_vxworks.c:672 eelf32_sparc_vxworks.c:123 eelf32ebmipvxworks.c:339
+#: eelf32elmipvxworks.c:339 eelf32ppcvxworks.c:276 eelf_i386_vxworks.c:146
#: eshelf_vxworks.c:123 eshlelf_vxworks.c:123
msgid "%X%P: cannot create dynamic sections %E\n"
msgstr ""
-#: earmelf_vxworks.c:678 eelf32_sparc_vxworks.c:129 eelf32ebmipvxworks.c:356
-#: eelf32elmipvxworks.c:356 eelf32ppcvxworks.c:290 eelf_i386_vxworks.c:129
+#: earmelf_vxworks.c:678 eelf32_sparc_vxworks.c:129 eelf32ebmipvxworks.c:345
+#: eelf32elmipvxworks.c:345 eelf32ppcvxworks.c:282 eelf_i386_vxworks.c:152
#: eshelf_vxworks.c:129 eshlelf_vxworks.c:129
msgid "%X%P: dynamic sections created in non-dynamic link\n"
msgstr ""
-#: earmelf_vxworks.c:2926 eelf32_sparc_vxworks.c:2206 eelf32ebmipvxworks.c:2477
-#: eelf32elmipvxworks.c:2477 eelf32ppcvxworks.c:2525 eelf_i386_vxworks.c:2259
-#: eshelf_vxworks.c:2181 eshlelf_vxworks.c:2181
+#: earmelf_vxworks.c:2931 eelf32_sparc_vxworks.c:2210 eelf32ebmipvxworks.c:2488
+#: eelf32elmipvxworks.c:2488 eelf32ppcvxworks.c:2521 eelf_i386_vxworks.c:2286
+#: eshelf_vxworks.c:2185 eshlelf_vxworks.c:2185
#, c-format
msgid " --force-dynamic Always create dynamic sections\n"
msgstr ""
@@ -5962,10 +6033,10 @@ msgstr ""
msgid "%X%P: can not create stub BFD: %E\n"
msgstr ""
-#: eavr1.c:2247 eavr2.c:2247 eavr25.c:2247 eavr3.c:2247 eavr31.c:2247
-#: eavr35.c:2247 eavr4.c:2247 eavr5.c:2247 eavr51.c:2247 eavr6.c:2247
-#: eavrtiny.c:2247 eavrxmega1.c:2247 eavrxmega2.c:2247 eavrxmega3.c:2247
-#: eavrxmega4.c:2247 eavrxmega5.c:2247 eavrxmega6.c:2247 eavrxmega7.c:2247
+#: eavr1.c:2251 eavr2.c:2251 eavr25.c:2251 eavr3.c:2251 eavr31.c:2251
+#: eavr35.c:2251 eavr4.c:2251 eavr5.c:2251 eavr51.c:2251 eavr6.c:2251
+#: eavrtiny.c:2251 eavrxmega1.c:2251 eavrxmega2.c:2251 eavrxmega3.c:2251
+#: eavrxmega4.c:2251 eavrxmega5.c:2251 eavrxmega6.c:2251 eavrxmega7.c:2251
#, c-format
msgid ""
" --pmem-wrap-around=<val> Make the linker relaxation machine assume that "
@@ -5976,10 +6047,10 @@ msgid ""
"64k.\n"
msgstr ""
-#: eavr1.c:2253 eavr2.c:2253 eavr25.c:2253 eavr3.c:2253 eavr31.c:2253
-#: eavr35.c:2253 eavr4.c:2253 eavr5.c:2253 eavr51.c:2253 eavr6.c:2253
-#: eavrtiny.c:2253 eavrxmega1.c:2253 eavrxmega2.c:2253 eavrxmega3.c:2253
-#: eavrxmega4.c:2253 eavrxmega5.c:2253 eavrxmega6.c:2253 eavrxmega7.c:2253
+#: eavr1.c:2257 eavr2.c:2257 eavr25.c:2257 eavr3.c:2257 eavr31.c:2257
+#: eavr35.c:2257 eavr4.c:2257 eavr5.c:2257 eavr51.c:2257 eavr6.c:2257
+#: eavrtiny.c:2257 eavrxmega1.c:2257 eavrxmega2.c:2257 eavrxmega3.c:2257
+#: eavrxmega4.c:2257 eavrxmega5.c:2257 eavrxmega6.c:2257 eavrxmega7.c:2257
#, c-format
msgid ""
" --no-call-ret-replacement The relaxation machine normally will\n"
@@ -5989,10 +6060,10 @@ msgid ""
" This option disables this optimization.\n"
msgstr ""
-#: eavr1.c:2261 eavr2.c:2261 eavr25.c:2261 eavr3.c:2261 eavr31.c:2261
-#: eavr35.c:2261 eavr4.c:2261 eavr5.c:2261 eavr51.c:2261 eavr6.c:2261
-#: eavrtiny.c:2261 eavrxmega1.c:2261 eavrxmega2.c:2261 eavrxmega3.c:2261
-#: eavrxmega4.c:2261 eavrxmega5.c:2261 eavrxmega6.c:2261 eavrxmega7.c:2261
+#: eavr1.c:2265 eavr2.c:2265 eavr25.c:2265 eavr3.c:2265 eavr31.c:2265
+#: eavr35.c:2265 eavr4.c:2265 eavr5.c:2265 eavr51.c:2265 eavr6.c:2265
+#: eavrtiny.c:2265 eavrxmega1.c:2265 eavrxmega2.c:2265 eavrxmega3.c:2265
+#: eavrxmega4.c:2265 eavrxmega5.c:2265 eavrxmega6.c:2265 eavrxmega7.c:2265
#, c-format
msgid ""
" --no-stubs If the linker detects to attempt to access\n"
@@ -6002,57 +6073,58 @@ msgid ""
"switch.\n"
msgstr ""
-#: eavr1.c:2269 eavr2.c:2269 eavr25.c:2269 eavr3.c:2269 eavr31.c:2269
-#: eavr35.c:2269 eavr4.c:2269 eavr5.c:2269 eavr51.c:2269 eavr6.c:2269
-#: eavrtiny.c:2269 eavrxmega1.c:2269 eavrxmega2.c:2269 eavrxmega3.c:2269
-#: eavrxmega4.c:2269 eavrxmega5.c:2269 eavrxmega6.c:2269 eavrxmega7.c:2269
+#: eavr1.c:2273 eavr2.c:2273 eavr25.c:2273 eavr3.c:2273 eavr31.c:2273
+#: eavr35.c:2273 eavr4.c:2273 eavr5.c:2273 eavr51.c:2273 eavr6.c:2273
+#: eavrtiny.c:2273 eavrxmega1.c:2273 eavrxmega2.c:2273 eavrxmega3.c:2273
+#: eavrxmega4.c:2273 eavrxmega5.c:2273 eavrxmega6.c:2273 eavrxmega7.c:2273
#, c-format
msgid " --debug-stubs Used for debugging avr-ld.\n"
msgstr ""
-#: eavr1.c:2271 eavr2.c:2271 eavr25.c:2271 eavr3.c:2271 eavr31.c:2271
-#: eavr35.c:2271 eavr4.c:2271 eavr5.c:2271 eavr51.c:2271 eavr6.c:2271
-#: eavrtiny.c:2271 eavrxmega1.c:2271 eavrxmega2.c:2271 eavrxmega3.c:2271
-#: eavrxmega4.c:2271 eavrxmega5.c:2271 eavrxmega6.c:2271 eavrxmega7.c:2271
+#: eavr1.c:2275 eavr2.c:2275 eavr25.c:2275 eavr3.c:2275 eavr31.c:2275
+#: eavr35.c:2275 eavr4.c:2275 eavr5.c:2275 eavr51.c:2275 eavr6.c:2275
+#: eavrtiny.c:2275 eavrxmega1.c:2275 eavrxmega2.c:2275 eavrxmega3.c:2275
+#: eavrxmega4.c:2275 eavrxmega5.c:2275 eavrxmega6.c:2275 eavrxmega7.c:2275
#, c-format
msgid " --debug-relax Used for debugging avr-ld.\n"
msgstr ""
-#: ecskyelf.c:319 ecskyelf_linux.c:319
+#: ecskyelf.c:326 ecskyelf_linux.c:326
msgid "%X%P: cannot size stub section: %E\n"
msgstr ""
-#: ecskyelf.c:336 ecskyelf_linux.c:336
+#: ecskyelf.c:343 ecskyelf_linux.c:343
msgid "%X%P: cannot build stubs: %E\n"
msgstr ""
-#: ecskyelf.c:2276 ecskyelf_linux.c:2438
+#: ecskyelf.c:2287 ecskyelf_linux.c:2449
#, c-format
msgid " --[no-]branch-stub\n"
msgstr ""
-#: ecskyelf.c:2277 ecskyelf_linux.c:2439
+#: ecskyelf.c:2288 ecskyelf_linux.c:2450
#, c-format
msgid ""
"\t\t\tDisable/enable use of stubs to expand branch instructions that cannot "
"reach the target.\n"
msgstr ""
-#: ecskyelf.c:2279 ecskyelf_linux.c:2441
+#: ecskyelf.c:2290 ecskyelf_linux.c:2452
#, c-format
msgid " --stub-group-size=N\n"
msgstr ""
-#: ecskyelf.c:2280 ecskyelf_linux.c:2442
+#: ecskyelf.c:2291 ecskyelf_linux.c:2453
#, c-format
msgid ""
"\t\t\tMaximum size of a group of input sections handled by one stub section."
msgstr ""
-#: ed30v_e.c:113 ed30v_o.c:113 ed30velf.c:113 eelf32_dlx.c:113 eelf32fr30.c:113
-#: eelf32frv.c:113 eelf32ft32.c:113 eelf32iq10.c:113 eelf32iq2000.c:113
-#: eelf32moxie.c:113 eelf32mt.c:113 emn10200.c:113 emoxiebox.c:113
-#: emsp430X.c:138 emsp430elf.c:138 epjelf.c:113 epjlelf.c:113 exgateelf.c:113
+#: ed30v_e.c:115 ed30v_o.c:115 ed30velf.c:115 eelf32_dlx.c:115 eelf32fr30.c:115
+#: eelf32frv.c:115 eelf32ft32.c:115 eelf32iq10.c:115 eelf32iq2000.c:115
+#: eelf32moxie.c:115 eelf32mt.c:115 em9s12zelf.c:115 emn10200.c:115
+#: emoxiebox.c:115 emsp430X.c:140 emsp430elf.c:140 epjelf.c:115 epjlelf.c:115
+#: exgateelf.c:115
msgid "%X%P: can not size group sections: %E\n"
msgstr ""
@@ -6096,123 +6168,118 @@ msgstr ""
msgid "%P: --auto-overlay ignored with zero local store range\n"
msgstr ""
-#: eelf32_spu.c:727
-#, c-format
-msgid "running: %s \"%s\" \"%s\" \"%s\" \"%s\"\n"
-msgstr ""
-
-#: eelf32_spu.c:2741
+#: eelf32_spu.c:2609
msgid "%F%P: invalid --local-store address range `%s'\n"
msgstr ""
-#: eelf32_spu.c:2777
+#: eelf32_spu.c:2645
msgid "%F%P: invalid --num-lines/--num-regions `%u'\n"
msgstr ""
-#: eelf32_spu.c:2782
+#: eelf32_spu.c:2650
msgid "%F%P: invalid --line-size/--region-size `%u'\n"
msgstr ""
-#: eelf32_spu.c:2803
+#: eelf32_spu.c:2671
msgid "%F%P: invalid --num-lines/--num-regions `%s'\n"
msgstr ""
-#: eelf32_spu.c:2816
+#: eelf32_spu.c:2684
msgid "%F%P: invalid --line-size/--region-size `%s'\n"
msgstr ""
-#: eelf32_spu.c:2825
+#: eelf32_spu.c:2693
msgid "%F%P: invalid --fixed-space value `%s'\n"
msgstr ""
-#: eelf32_spu.c:2834
+#: eelf32_spu.c:2702
msgid "%F%P: invalid --reserved-space value `%s'\n"
msgstr ""
-#: eelf32_spu.c:2843
+#: eelf32_spu.c:2711
msgid "%F%P: invalid --extra-stack-space value `%s'\n"
msgstr ""
-#: eelf32_spu.c:2880
+#: eelf32_spu.c:2748
#, c-format
msgid " --plugin Make SPU plugin\n"
msgstr ""
-#: eelf32_spu.c:2882
+#: eelf32_spu.c:2750
#, c-format
msgid " --no-overlays No overlay handling\n"
msgstr ""
-#: eelf32_spu.c:2884
+#: eelf32_spu.c:2752
#, c-format
msgid ""
" --compact-stubs Use smaller and possibly slower call stubs\n"
msgstr ""
-#: eelf32_spu.c:2886
+#: eelf32_spu.c:2754
#, c-format
msgid " --emit-stub-syms Add symbols on overlay call stubs\n"
msgstr ""
-#: eelf32_spu.c:2888
+#: eelf32_spu.c:2756
#, c-format
msgid ""
" --extra-overlay-stubs Add stubs on all calls out of overlay regions\n"
msgstr ""
-#: eelf32_spu.c:2890
+#: eelf32_spu.c:2758
#, c-format
msgid " --local-store=lo:hi Valid address range\n"
msgstr ""
-#: eelf32_spu.c:2892
+#: eelf32_spu.c:2760
#, c-format
msgid " --stack-analysis Estimate maximum stack requirement\n"
msgstr ""
-#: eelf32_spu.c:2894
+#: eelf32_spu.c:2762
#, c-format
msgid ""
" --emit-stack-syms Add sym giving stack needed for each func\n"
msgstr ""
-#: eelf32_spu.c:2896
+#: eelf32_spu.c:2764
#, c-format
msgid ""
" --auto-overlay [=filename] Create an overlay script in filename if\n"
" executable does not fit in local store\n"
msgstr ""
-#: eelf32_spu.c:2899
+#: eelf32_spu.c:2767
#, c-format
msgid " --auto-relink Rerun linker using auto-overlay script\n"
msgstr ""
-#: eelf32_spu.c:2901
+#: eelf32_spu.c:2769
#, c-format
msgid ""
" --overlay-rodata Place read-only data with associated function\n"
" code in overlays\n"
msgstr ""
-#: eelf32_spu.c:2904
+#: eelf32_spu.c:2772
#, c-format
msgid " --num-regions Number of overlay buffers (default 1)\n"
msgstr ""
-#: eelf32_spu.c:2906
+#: eelf32_spu.c:2774
#, c-format
msgid ""
" --region-size Size of overlay buffers (default 0, auto)\n"
msgstr ""
-#: eelf32_spu.c:2908
+#: eelf32_spu.c:2776
#, c-format
msgid ""
" --fixed-space=bytes Local store for non-overlay code and data\n"
msgstr ""
-#: eelf32_spu.c:2910
+#: eelf32_spu.c:2778
#, c-format
msgid ""
" --reserved-space=bytes Local store for stack and heap. If not "
@@ -6221,7 +6288,7 @@ msgid ""
"heap\n"
msgstr ""
-#: eelf32_spu.c:2913
+#: eelf32_spu.c:2781
#, c-format
msgid ""
" --extra-stack-space=bytes Space for negative sp access (default 2000) "
@@ -6229,28 +6296,28 @@ msgid ""
" --reserved-space not given\n"
msgstr ""
-#: eelf32_spu.c:2916
+#: eelf32_spu.c:2784
#, c-format
msgid " --soft-icache Generate software icache overlays\n"
msgstr ""
-#: eelf32_spu.c:2918
+#: eelf32_spu.c:2786
#, c-format
msgid ""
" --num-lines Number of soft-icache lines (default 32)\n"
msgstr ""
-#: eelf32_spu.c:2920
+#: eelf32_spu.c:2788
#, c-format
msgid " --line-size Size of soft-icache lines (default 1k)\n"
msgstr ""
-#: eelf32_spu.c:2922
+#: eelf32_spu.c:2790
#, c-format
msgid " --non-ia-text Allow non-icache code in icache lines\n"
msgstr ""
-#: eelf32_spu.c:2924
+#: eelf32_spu.c:2792
#, c-format
msgid " --lrlive-analysis Scan function prologue for lr liveness\n"
msgstr ""
@@ -6261,228 +6328,257 @@ msgstr ""
msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n"
msgstr ""
-#: eelf32_tic6x_be.c:2274 eelf32_tic6x_elf_be.c:2274 eelf32_tic6x_elf_le.c:2274
-#: eelf32_tic6x_le.c:2274 eelf32_tic6x_linux_be.c:2274
-#: eelf32_tic6x_linux_le.c:2274
+#: eelf32_tic6x_be.c:2278 eelf32_tic6x_elf_be.c:2278 eelf32_tic6x_elf_le.c:2278
+#: eelf32_tic6x_le.c:2278 eelf32_tic6x_linux_be.c:2278
+#: eelf32_tic6x_linux_le.c:2278
msgid "%F%P: invalid --dsbt-index %s\n"
msgstr ""
-#: eelf32_tic6x_be.c:2284 eelf32_tic6x_elf_be.c:2284 eelf32_tic6x_elf_le.c:2284
-#: eelf32_tic6x_le.c:2284 eelf32_tic6x_linux_be.c:2284
-#: eelf32_tic6x_linux_le.c:2284
+#: eelf32_tic6x_be.c:2288 eelf32_tic6x_elf_be.c:2288 eelf32_tic6x_elf_le.c:2288
+#: eelf32_tic6x_le.c:2288 eelf32_tic6x_linux_be.c:2288
+#: eelf32_tic6x_linux_le.c:2288
msgid "%F%P: invalid --dsbt-size %s\n"
msgstr ""
-#: eelf32_tic6x_be.c:2300 eelf32_tic6x_elf_be.c:2300 eelf32_tic6x_elf_le.c:2300
-#: eelf32_tic6x_le.c:2300 eelf32_tic6x_linux_be.c:2300
-#: eelf32_tic6x_linux_le.c:2300
+#: eelf32_tic6x_be.c:2304 eelf32_tic6x_elf_be.c:2304 eelf32_tic6x_elf_le.c:2304
+#: eelf32_tic6x_le.c:2304 eelf32_tic6x_linux_be.c:2304
+#: eelf32_tic6x_linux_le.c:2304
#, c-format
msgid ""
" --dsbt-index <index> Use this as the DSBT index for the output object\n"
msgstr ""
-#: eelf32_tic6x_be.c:2301 eelf32_tic6x_elf_be.c:2301 eelf32_tic6x_elf_le.c:2301
-#: eelf32_tic6x_le.c:2301 eelf32_tic6x_linux_be.c:2301
-#: eelf32_tic6x_linux_le.c:2301
+#: eelf32_tic6x_be.c:2305 eelf32_tic6x_elf_be.c:2305 eelf32_tic6x_elf_le.c:2305
+#: eelf32_tic6x_le.c:2305 eelf32_tic6x_linux_be.c:2305
+#: eelf32_tic6x_linux_le.c:2305
#, c-format
msgid ""
" --dsbt-size <index> Use this as the number of entries in the DSBT "
"table\n"
msgstr ""
-#: eelf32_tic6x_be.c:2302 eelf32_tic6x_elf_be.c:2302 eelf32_tic6x_elf_le.c:2302
-#: eelf32_tic6x_le.c:2302 eelf32_tic6x_linux_be.c:2302
-#: eelf32_tic6x_linux_le.c:2302
+#: eelf32_tic6x_be.c:2306 eelf32_tic6x_elf_be.c:2306 eelf32_tic6x_elf_le.c:2306
+#: eelf32_tic6x_le.c:2306 eelf32_tic6x_linux_be.c:2306
+#: eelf32_tic6x_linux_le.c:2306
#, c-format
msgid " --no-merge-exidx-entries\n"
msgstr ""
-#: eelf32_tic6x_be.c:2303 eelf32_tic6x_elf_be.c:2303 eelf32_tic6x_elf_le.c:2303
-#: eelf32_tic6x_le.c:2303 eelf32_tic6x_linux_be.c:2303
-#: eelf32_tic6x_linux_le.c:2303
+#: eelf32_tic6x_be.c:2307 eelf32_tic6x_elf_be.c:2307 eelf32_tic6x_elf_le.c:2307
+#: eelf32_tic6x_le.c:2307 eelf32_tic6x_linux_be.c:2307
+#: eelf32_tic6x_linux_le.c:2307
#, c-format
msgid " Disable merging exidx entries\n"
msgstr ""
-#: eelf32_x86_64.c:7417 eelf32_x86_64_nacl.c:2190 eelf_i386.c:7036
-#: eelf_i386_be.c:2152 eelf_i386_chaos.c:2132 eelf_i386_fbsd.c:2194
-#: eelf_i386_ldso.c:2169 eelf_i386_nacl.c:2187 eelf_i386_sol2.c:2325
-#: eelf_i386_vxworks.c:2214 eelf_iamcu.c:6682 eelf_k1om.c:7370
-#: eelf_k1om_fbsd.c:7025 eelf_l1om.c:7370 eelf_l1om_fbsd.c:7025
-#: eelf_x86_64.c:7417 eelf_x86_64_cloudabi.c:2190 eelf_x86_64_fbsd.c:2197
-#: eelf_x86_64_nacl.c:2190 eelf_x86_64_sol2.c:2321
+#: eelf32_x86_64.c:7432 eelf32_x86_64_nacl.c:2217 eelf_i386.c:7051
+#: eelf_i386_be.c:2179 eelf_i386_fbsd.c:2221 eelf_i386_ldso.c:2196
+#: eelf_i386_nacl.c:2214 eelf_i386_sol2.c:2352 eelf_i386_vxworks.c:2241
+#: eelf_iamcu.c:6697 eelf_k1om.c:7385 eelf_k1om_fbsd.c:7040 eelf_l1om.c:7385
+#: eelf_l1om_fbsd.c:7040 eelf_x86_64.c:7432 eelf_x86_64_cloudabi.c:2217
+#: eelf_x86_64_fbsd.c:2224 eelf_x86_64_nacl.c:2217 eelf_x86_64_sol2.c:2348
msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n"
msgstr ""
-#: eelf32_x86_64.c:7426 eelf32_x86_64_nacl.c:2199 eelf_i386.c:7045
-#: eelf_i386_be.c:2161 eelf_i386_chaos.c:2141 eelf_i386_fbsd.c:2203
-#: eelf_i386_ldso.c:2178 eelf_i386_nacl.c:2196 eelf_i386_sol2.c:2334
-#: eelf_i386_vxworks.c:2223 eelf_iamcu.c:6691 eelf_k1om.c:7379
-#: eelf_k1om_fbsd.c:7034 eelf_l1om.c:7379 eelf_l1om_fbsd.c:7034
-#: eelf_x86_64.c:7426 eelf_x86_64_cloudabi.c:2199 eelf_x86_64_fbsd.c:2206
-#: eelf_x86_64_nacl.c:2199 eelf_x86_64_sol2.c:2330
+#: eelf32_x86_64.c:7441 eelf32_x86_64_nacl.c:2226 eelf_i386.c:7060
+#: eelf_i386_be.c:2188 eelf_i386_fbsd.c:2230 eelf_i386_ldso.c:2205
+#: eelf_i386_nacl.c:2223 eelf_i386_sol2.c:2361 eelf_i386_vxworks.c:2250
+#: eelf_iamcu.c:6706 eelf_k1om.c:7394 eelf_k1om_fbsd.c:7049 eelf_l1om.c:7394
+#: eelf_l1om_fbsd.c:7049 eelf_x86_64.c:7441 eelf_x86_64_cloudabi.c:2226
+#: eelf_x86_64_fbsd.c:2233 eelf_x86_64_nacl.c:2226 eelf_x86_64_sol2.c:2357
msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n"
msgstr ""
-#: eelf32_x86_64.c:7431 eelf32_x86_64_nacl.c:2204 eelf_i386.c:7050
-#: eelf_i386_be.c:2166 eelf_i386_chaos.c:2146 eelf_i386_fbsd.c:2208
-#: eelf_i386_ldso.c:2183 eelf_i386_nacl.c:2201 eelf_i386_sol2.c:2339
-#: eelf_i386_vxworks.c:2228 eelf_iamcu.c:6696 eelf_k1om.c:7384
-#: eelf_k1om_fbsd.c:7039 eelf_l1om.c:7384 eelf_l1om_fbsd.c:7039
-#: eelf_x86_64.c:7431 eelf_x86_64_cloudabi.c:2204 eelf_x86_64_fbsd.c:2211
-#: eelf_x86_64_nacl.c:2204 eelf_x86_64_sol2.c:2335
+#: eelf32_x86_64.c:7446 eelf32_x86_64_nacl.c:2231 eelf_i386.c:7065
+#: eelf_i386_be.c:2193 eelf_i386_fbsd.c:2235 eelf_i386_ldso.c:2210
+#: eelf_i386_nacl.c:2228 eelf_i386_sol2.c:2366 eelf_i386_vxworks.c:2255
+#: eelf_iamcu.c:6711 eelf_k1om.c:7399 eelf_k1om_fbsd.c:7054 eelf_l1om.c:7399
+#: eelf_l1om_fbsd.c:7054 eelf_x86_64.c:7446 eelf_x86_64_cloudabi.c:2231
+#: eelf_x86_64_fbsd.c:2238 eelf_x86_64_nacl.c:2231 eelf_x86_64_sol2.c:2362
msgid "%F%P: unsupported option: -z %s\n"
msgstr ""
-#: eelf32_x86_64.c:7463 eelf32_x86_64_nacl.c:2236 eelf_i386.c:7082
-#: eelf_i386_be.c:2182 eelf_i386_chaos.c:2171 eelf_i386_fbsd.c:2240
-#: eelf_i386_ldso.c:2208 eelf_i386_nacl.c:2233 eelf_i386_sol2.c:2364
-#: eelf_i386_vxworks.c:2249 eelf_iamcu.c:6721 eelf_k1om.c:7409
-#: eelf_k1om_fbsd.c:7064 eelf_l1om.c:7409 eelf_l1om_fbsd.c:7064
-#: eelf_x86_64.c:7466 eelf_x86_64_cloudabi.c:2239 eelf_x86_64_fbsd.c:2246
-#: eelf_x86_64_nacl.c:2239 eelf_x86_64_sol2.c:2370
+#: eelf32_x86_64.c:7468 eelf32_x86_64_nacl.c:2253 eelf_i386.c:7087
+#: eelf_i386_fbsd.c:2257 eelf_i386_nacl.c:2250 eelf_x86_64.c:7468
+#: eelf_x86_64_cloudabi.c:2253 eelf_x86_64_fbsd.c:2260 eelf_x86_64_nacl.c:2253
+#: eelf_x86_64_sol2.c:2384
+msgid "%F%P: invalid option for -z cet-report=: %s\n"
+msgstr ""
+
+#: eelf32_x86_64.c:7494 eelf32_x86_64_nacl.c:2279 eelf_i386.c:7113
+#: eelf_i386_be.c:2209 eelf_i386_fbsd.c:2283 eelf_i386_ldso.c:2235
+#: eelf_i386_nacl.c:2276 eelf_i386_sol2.c:2391 eelf_i386_vxworks.c:2276
+#: eelf_iamcu.c:6736 eelf_k1om.c:7424 eelf_k1om_fbsd.c:7079 eelf_l1om.c:7424
+#: eelf_l1om_fbsd.c:7079 eelf_x86_64.c:7497 eelf_x86_64_cloudabi.c:2282
+#: eelf_x86_64_fbsd.c:2289 eelf_x86_64_nacl.c:2282 eelf_x86_64_sol2.c:2413
#, c-format
msgid ""
" -z noextern-protected-data Do not treat protected data symbol as "
"external\n"
msgstr ""
-#: eelf32_x86_64.c:7466 eelf32_x86_64_nacl.c:2239 eelf32lppc.c:2517
-#: eelf32lppclinux.c:2517 eelf32lppcnto.c:2517 eelf32lppcsim.c:2517
-#: eelf32ppc.c:2517 eelf32ppc_fbsd.c:2524 eelf32ppclinux.c:2517
-#: eelf32ppcnto.c:2517 eelf32ppcsim.c:2517 eelf32ppcvxworks.c:2495
-#: eelf32ppcwindiss.c:2517 eelf64lppc.c:3013 eelf64ppc.c:3013
-#: eelf64ppc_fbsd.c:3020 eelf_i386.c:7085 eelf_i386_be.c:2185
-#: eelf_i386_chaos.c:2174 eelf_i386_fbsd.c:2243 eelf_i386_ldso.c:2211
-#: eelf_i386_nacl.c:2236 eelf_i386_sol2.c:2367 eelf_i386_vxworks.c:2252
-#: eelf_iamcu.c:6724 eelf_k1om.c:7412 eelf_k1om_fbsd.c:7067 eelf_l1om.c:7412
-#: eelf_l1om_fbsd.c:7067 eelf_x86_64.c:7469 eelf_x86_64_cloudabi.c:2242
-#: eelf_x86_64_fbsd.c:2249 eelf_x86_64_nacl.c:2242 eelf_x86_64_sol2.c:2373
-#: eppclynx.c:2524
+#: eelf32_x86_64.c:7497 eelf32_x86_64_nacl.c:2282 eelf32lppc.c:2513
+#: eelf32lppclinux.c:2513 eelf32lppcnto.c:2513 eelf32lppcsim.c:2513
+#: eelf32ppc.c:2513 eelf32ppc_fbsd.c:2520 eelf32ppclinux.c:2513
+#: eelf32ppcnto.c:2513 eelf32ppcsim.c:2513 eelf32ppcvxworks.c:2491
+#: eelf32ppcwindiss.c:2513 eelf64lppc.c:3005 eelf64ppc.c:3005
+#: eelf64ppc_fbsd.c:3012 eelf_i386.c:7116 eelf_i386_be.c:2212
+#: eelf_i386_fbsd.c:2286 eelf_i386_ldso.c:2238 eelf_i386_nacl.c:2279
+#: eelf_i386_sol2.c:2394 eelf_i386_vxworks.c:2279 eelf_iamcu.c:6739
+#: eelf_k1om.c:7427 eelf_k1om_fbsd.c:7082 eelf_l1om.c:7427
+#: eelf_l1om_fbsd.c:7082 eelf_x86_64.c:7500 eelf_x86_64_cloudabi.c:2285
+#: eelf_x86_64_fbsd.c:2292 eelf_x86_64_nacl.c:2285 eelf_x86_64_sol2.c:2416
+#: eppclynx.c:2520
#, c-format
msgid ""
" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n"
" -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"
msgstr ""
-#: eelf32_x86_64.c:7470 eelf32_x86_64_nacl.c:2243 eelf_x86_64.c:7473
-#: eelf_x86_64_cloudabi.c:2246 eelf_x86_64_fbsd.c:2253 eelf_x86_64_nacl.c:2246
-#: eelf_x86_64_sol2.c:2377
+#: eelf32_x86_64.c:7501 eelf32_x86_64_nacl.c:2286 eelf_x86_64.c:7504
+#: eelf_x86_64_cloudabi.c:2289 eelf_x86_64_fbsd.c:2296 eelf_x86_64_nacl.c:2289
+#: eelf_x86_64_sol2.c:2420
#, c-format
msgid " -z noreloc-overflow Disable relocation overflow check\n"
msgstr ""
-#: eelf32_x86_64.c:7473 eelf32_x86_64_nacl.c:2246 eelf_i386.c:7089
-#: eelf_i386_be.c:2189 eelf_i386_chaos.c:2178 eelf_i386_fbsd.c:2247
-#: eelf_i386_ldso.c:2215 eelf_i386_nacl.c:2240 eelf_i386_sol2.c:2371
-#: eelf_i386_vxworks.c:2256 eelf_iamcu.c:6728 eelf_k1om.c:7416
-#: eelf_k1om_fbsd.c:7071 eelf_l1om.c:7416 eelf_l1om_fbsd.c:7071
-#: eelf_x86_64.c:7476 eelf_x86_64_cloudabi.c:2249 eelf_x86_64_fbsd.c:2256
-#: eelf_x86_64_nacl.c:2249 eelf_x86_64_sol2.c:2380
+#: eelf32_x86_64.c:7504 eelf32_x86_64_nacl.c:2289 eelf_i386.c:7120
+#: eelf_i386_be.c:2216 eelf_i386_fbsd.c:2290 eelf_i386_ldso.c:2242
+#: eelf_i386_nacl.c:2283 eelf_i386_sol2.c:2398 eelf_i386_vxworks.c:2283
+#: eelf_iamcu.c:6743 eelf_k1om.c:7431 eelf_k1om_fbsd.c:7086 eelf_l1om.c:7431
+#: eelf_l1om_fbsd.c:7086 eelf_x86_64.c:7507 eelf_x86_64_cloudabi.c:2292
+#: eelf_x86_64_fbsd.c:2299 eelf_x86_64_nacl.c:2292 eelf_x86_64_sol2.c:2423
#, c-format
msgid " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n"
msgstr ""
-#: eelf32_x86_64.c:7476 eelf32_x86_64_nacl.c:2249 eelf_i386.c:7092
-#: eelf_i386_fbsd.c:2250 eelf_i386_nacl.c:2243 eelf_x86_64.c:7479
-#: eelf_x86_64_cloudabi.c:2252 eelf_x86_64_fbsd.c:2259 eelf_x86_64_nacl.c:2252
-#: eelf_x86_64_sol2.c:2383
+#: eelf32_x86_64.c:7507 eelf32_x86_64_nacl.c:2292 eelf_i386.c:7123
+#: eelf_i386_fbsd.c:2293 eelf_i386_nacl.c:2286 eelf_x86_64.c:7510
+#: eelf_x86_64_cloudabi.c:2295 eelf_x86_64_fbsd.c:2302 eelf_x86_64_nacl.c:2295
+#: eelf_x86_64_sol2.c:2426
#, c-format
msgid " -z ibtplt Generate IBT-enabled PLT entries\n"
msgstr ""
-#: eelf32_x86_64.c:7478 eelf32_x86_64_nacl.c:2251 eelf_i386.c:7094
-#: eelf_i386_fbsd.c:2252 eelf_i386_nacl.c:2245 eelf_x86_64.c:7481
-#: eelf_x86_64_cloudabi.c:2254 eelf_x86_64_fbsd.c:2261 eelf_x86_64_nacl.c:2254
-#: eelf_x86_64_sol2.c:2385
+#: eelf32_x86_64.c:7509 eelf32_x86_64_nacl.c:2294 eelf_i386.c:7125
+#: eelf_i386_fbsd.c:2295 eelf_i386_nacl.c:2288 eelf_x86_64.c:7512
+#: eelf_x86_64_cloudabi.c:2297 eelf_x86_64_fbsd.c:2304 eelf_x86_64_nacl.c:2297
+#: eelf_x86_64_sol2.c:2428
#, c-format
msgid " -z ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n"
msgstr ""
-#: eelf32_x86_64.c:7480 eelf32_x86_64_nacl.c:2253 eelf_i386.c:7096
-#: eelf_i386_fbsd.c:2254 eelf_i386_nacl.c:2247 eelf_x86_64.c:7483
-#: eelf_x86_64_cloudabi.c:2256 eelf_x86_64_fbsd.c:2263 eelf_x86_64_nacl.c:2256
-#: eelf_x86_64_sol2.c:2387
+#: eelf32_x86_64.c:7511 eelf32_x86_64_nacl.c:2296 eelf_i386.c:7127
+#: eelf_i386_fbsd.c:2297 eelf_i386_nacl.c:2290 eelf_x86_64.c:7514
+#: eelf_x86_64_cloudabi.c:2299 eelf_x86_64_fbsd.c:2306 eelf_x86_64_nacl.c:2299
+#: eelf_x86_64_sol2.c:2430
#, c-format
msgid ""
" -z shstk Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n"
msgstr ""
-#: eelf32b4300.c:125 eelf32bmip.c:125 eelf32bmipn32.c:143 eelf32bsmip.c:143
-#: eelf32btsmip.c:125 eelf32btsmip_fbsd.c:125 eelf32btsmipn32.c:125
-#: eelf32btsmipn32_fbsd.c:125 eelf32ebmip.c:125 eelf32ebmipvxworks.c:125
-#: eelf32elmip.c:125 eelf32elmipvxworks.c:125 eelf32l4300.c:125
-#: eelf32lmip.c:125 eelf32lr5900.c:125 eelf32lr5900n32.c:125 eelf32lsmip.c:125
-#: eelf32ltsmip.c:125 eelf32ltsmip_fbsd.c:125 eelf32ltsmipn32.c:125
-#: eelf32ltsmipn32_fbsd.c:125 eelf32mipswindiss.c:125 eelf64bmip.c:143
-#: eelf64btsmip.c:125 eelf64btsmip_fbsd.c:125 eelf64ltsmip.c:125
-#: eelf64ltsmip_fbsd.c:125
-msgid "%X%P: .gnu.hash is incompatible with the MIPS ABI\n"
+#: eelf32_x86_64.c:7513 eelf32_x86_64_nacl.c:2298 eelf_i386.c:7129
+#: eelf_i386_fbsd.c:2299 eelf_i386_nacl.c:2292 eelf_x86_64.c:7516
+#: eelf_x86_64_cloudabi.c:2301 eelf_x86_64_fbsd.c:2308 eelf_x86_64_nacl.c:2301
+#: eelf_x86_64_sol2.c:2432
+#, c-format
+msgid ""
+" -z cet-report=[none|warning|error] (default: none)\n"
+" Report missing IBT and SHSTK properties\n"
msgstr ""
-#: eelf32b4300.c:2423 eelf32bmip.c:2423 eelf32bmipn32.c:2441 eelf32bsmip.c:2441
-#: eelf32btsmip.c:2423 eelf32btsmip_fbsd.c:2430 eelf32btsmipn32.c:2423
-#: eelf32btsmipn32_fbsd.c:2430 eelf32ebmip.c:2423 eelf32ebmipvxworks.c:2462
-#: eelf32elmip.c:2423 eelf32elmipvxworks.c:2462 eelf32l4300.c:2423
-#: eelf32lmip.c:2423 eelf32lr5900.c:2286 eelf32lr5900n32.c:2286
-#: eelf32lsmip.c:2423 eelf32ltsmip.c:2423 eelf32ltsmip_fbsd.c:2430
-#: eelf32ltsmipn32.c:2423 eelf32ltsmipn32_fbsd.c:2430 eelf32mipswindiss.c:2261
-#: eelf64bmip.c:2441 eelf64btsmip.c:2423 eelf64btsmip_fbsd.c:2430
-#: eelf64ltsmip.c:2423 eelf64ltsmip_fbsd.c:2430
+#: eelf32b4300.c:2428 eelf32bmip.c:2428 eelf32bmipn32.c:2446 eelf32bsmip.c:2446
+#: eelf32btsmip.c:2428 eelf32btsmip_fbsd.c:2435 eelf32btsmipn32.c:2428
+#: eelf32btsmipn32_fbsd.c:2435 eelf32ebmip.c:2428 eelf32ebmipvxworks.c:2467
+#: eelf32elmip.c:2428 eelf32elmipvxworks.c:2467 eelf32l4300.c:2428
+#: eelf32lmip.c:2428 eelf32lr5900.c:2291 eelf32lr5900n32.c:2291
+#: eelf32lsmip.c:2428 eelf32ltsmip.c:2428 eelf32ltsmip_fbsd.c:2435
+#: eelf32ltsmipn32.c:2428 eelf32ltsmipn32_fbsd.c:2435 eelf32mipswindiss.c:2266
+#: eelf64bmip.c:2446 eelf64btsmip.c:2428 eelf64btsmip_fbsd.c:2435
+#: eelf64ltsmip.c:2428 eelf64ltsmip_fbsd.c:2435
#, c-format
msgid ""
" --insn32 Only generate 32-bit microMIPS instructions\n"
msgstr ""
-#: eelf32b4300.c:2426 eelf32bmip.c:2426 eelf32bmipn32.c:2444 eelf32bsmip.c:2444
-#: eelf32btsmip.c:2426 eelf32btsmip_fbsd.c:2433 eelf32btsmipn32.c:2426
-#: eelf32btsmipn32_fbsd.c:2433 eelf32ebmip.c:2426 eelf32ebmipvxworks.c:2465
-#: eelf32elmip.c:2426 eelf32elmipvxworks.c:2465 eelf32l4300.c:2426
-#: eelf32lmip.c:2426 eelf32lr5900.c:2289 eelf32lr5900n32.c:2289
-#: eelf32lsmip.c:2426 eelf32ltsmip.c:2426 eelf32ltsmip_fbsd.c:2433
-#: eelf32ltsmipn32.c:2426 eelf32ltsmipn32_fbsd.c:2433 eelf32mipswindiss.c:2264
-#: eelf64bmip.c:2444 eelf64btsmip.c:2426 eelf64btsmip_fbsd.c:2433
-#: eelf64ltsmip.c:2426 eelf64ltsmip_fbsd.c:2433
+#: eelf32b4300.c:2431 eelf32bmip.c:2431 eelf32bmipn32.c:2449 eelf32bsmip.c:2449
+#: eelf32btsmip.c:2431 eelf32btsmip_fbsd.c:2438 eelf32btsmipn32.c:2431
+#: eelf32btsmipn32_fbsd.c:2438 eelf32ebmip.c:2431 eelf32ebmipvxworks.c:2470
+#: eelf32elmip.c:2431 eelf32elmipvxworks.c:2470 eelf32l4300.c:2431
+#: eelf32lmip.c:2431 eelf32lr5900.c:2294 eelf32lr5900n32.c:2294
+#: eelf32lsmip.c:2431 eelf32ltsmip.c:2431 eelf32ltsmip_fbsd.c:2438
+#: eelf32ltsmipn32.c:2431 eelf32ltsmipn32_fbsd.c:2438 eelf32mipswindiss.c:2269
+#: eelf64bmip.c:2449 eelf64btsmip.c:2431 eelf64btsmip_fbsd.c:2438
+#: eelf64ltsmip.c:2431 eelf64ltsmip_fbsd.c:2438
#, c-format
msgid " --no-insn32 Generate all microMIPS instructions\n"
msgstr ""
-#: eelf32b4300.c:2429 eelf32bmip.c:2429 eelf32bmipn32.c:2447 eelf32bsmip.c:2447
-#: eelf32btsmip.c:2429 eelf32btsmip_fbsd.c:2436 eelf32btsmipn32.c:2429
-#: eelf32btsmipn32_fbsd.c:2436 eelf32ebmip.c:2429 eelf32ebmipvxworks.c:2468
-#: eelf32elmip.c:2429 eelf32elmipvxworks.c:2468 eelf32l4300.c:2429
-#: eelf32lmip.c:2429 eelf32lr5900.c:2292 eelf32lr5900n32.c:2292
-#: eelf32lsmip.c:2429 eelf32ltsmip.c:2429 eelf32ltsmip_fbsd.c:2436
-#: eelf32ltsmipn32.c:2429 eelf32ltsmipn32_fbsd.c:2436 eelf32mipswindiss.c:2267
-#: eelf64bmip.c:2447 eelf64btsmip.c:2429 eelf64btsmip_fbsd.c:2436
-#: eelf64ltsmip.c:2429 eelf64ltsmip_fbsd.c:2436
+#: eelf32b4300.c:2434 eelf32bmip.c:2434 eelf32bmipn32.c:2452 eelf32bsmip.c:2452
+#: eelf32btsmip.c:2434 eelf32btsmip_fbsd.c:2441 eelf32btsmipn32.c:2434
+#: eelf32btsmipn32_fbsd.c:2441 eelf32ebmip.c:2434 eelf32ebmipvxworks.c:2473
+#: eelf32elmip.c:2434 eelf32elmipvxworks.c:2473 eelf32l4300.c:2434
+#: eelf32lmip.c:2434 eelf32lr5900.c:2297 eelf32lr5900n32.c:2297
+#: eelf32lsmip.c:2434 eelf32ltsmip.c:2434 eelf32ltsmip_fbsd.c:2441
+#: eelf32ltsmipn32.c:2434 eelf32ltsmipn32_fbsd.c:2441 eelf32mipswindiss.c:2272
+#: eelf64bmip.c:2452 eelf64btsmip.c:2434 eelf64btsmip_fbsd.c:2441
+#: eelf64ltsmip.c:2434 eelf64ltsmip_fbsd.c:2441
#, c-format
msgid ""
" --ignore-branch-isa Accept invalid branch relocations requiring\n"
" an ISA mode switch\n"
msgstr ""
-#: eelf32b4300.c:2433 eelf32bmip.c:2433 eelf32bmipn32.c:2451 eelf32bsmip.c:2451
-#: eelf32btsmip.c:2433 eelf32btsmip_fbsd.c:2440 eelf32btsmipn32.c:2433
-#: eelf32btsmipn32_fbsd.c:2440 eelf32ebmip.c:2433 eelf32ebmipvxworks.c:2472
-#: eelf32elmip.c:2433 eelf32elmipvxworks.c:2472 eelf32l4300.c:2433
-#: eelf32lmip.c:2433 eelf32lr5900.c:2296 eelf32lr5900n32.c:2296
-#: eelf32lsmip.c:2433 eelf32ltsmip.c:2433 eelf32ltsmip_fbsd.c:2440
-#: eelf32ltsmipn32.c:2433 eelf32ltsmipn32_fbsd.c:2440 eelf32mipswindiss.c:2271
-#: eelf64bmip.c:2451 eelf64btsmip.c:2433 eelf64btsmip_fbsd.c:2440
-#: eelf64ltsmip.c:2433 eelf64ltsmip_fbsd.c:2440
+#: eelf32b4300.c:2438 eelf32bmip.c:2438 eelf32bmipn32.c:2456 eelf32bsmip.c:2456
+#: eelf32btsmip.c:2438 eelf32btsmip_fbsd.c:2445 eelf32btsmipn32.c:2438
+#: eelf32btsmipn32_fbsd.c:2445 eelf32ebmip.c:2438 eelf32ebmipvxworks.c:2477
+#: eelf32elmip.c:2438 eelf32elmipvxworks.c:2477 eelf32l4300.c:2438
+#: eelf32lmip.c:2438 eelf32lr5900.c:2301 eelf32lr5900n32.c:2301
+#: eelf32lsmip.c:2438 eelf32ltsmip.c:2438 eelf32ltsmip_fbsd.c:2445
+#: eelf32ltsmipn32.c:2438 eelf32ltsmipn32_fbsd.c:2445 eelf32mipswindiss.c:2276
+#: eelf64bmip.c:2456 eelf64btsmip.c:2438 eelf64btsmip_fbsd.c:2445
+#: eelf64ltsmip.c:2438 eelf64ltsmip_fbsd.c:2445
#, c-format
msgid ""
" --no-ignore-branch-isa Reject invalid branch relocations requiring\n"
" an ISA mode switch\n"
msgstr ""
-#: eelf32bfin.c:2164 eelf32bfinfd.c:2189
+#: eelf32b4300.c:2442 eelf32bmip.c:2442 eelf32bmipn32.c:2460 eelf32bsmip.c:2460
+#: eelf32btsmip.c:2442 eelf32btsmip_fbsd.c:2449 eelf32btsmipn32.c:2442
+#: eelf32btsmipn32_fbsd.c:2449 eelf32ebmip.c:2442 eelf32ebmipvxworks.c:2481
+#: eelf32elmip.c:2442 eelf32elmipvxworks.c:2481 eelf32l4300.c:2442
+#: eelf32lmip.c:2442 eelf32lr5900.c:2305 eelf32lr5900n32.c:2305
+#: eelf32lsmip.c:2442 eelf32ltsmip.c:2442 eelf32ltsmip_fbsd.c:2449
+#: eelf32ltsmipn32.c:2442 eelf32ltsmipn32_fbsd.c:2449 eelf32mipswindiss.c:2280
+#: eelf64bmip.c:2460 eelf64btsmip.c:2442 eelf64btsmip_fbsd.c:2449
+#: eelf64ltsmip.c:2442 eelf64ltsmip_fbsd.c:2449
+#, c-format
+msgid ""
+" --compact-branches Generate compact branches/jumps for MIPS R6\n"
+msgstr ""
+
+#: eelf32b4300.c:2445 eelf32bmip.c:2445 eelf32bmipn32.c:2463 eelf32bsmip.c:2463
+#: eelf32btsmip.c:2445 eelf32btsmip_fbsd.c:2452 eelf32btsmipn32.c:2445
+#: eelf32btsmipn32_fbsd.c:2452 eelf32ebmip.c:2445 eelf32ebmipvxworks.c:2484
+#: eelf32elmip.c:2445 eelf32elmipvxworks.c:2484 eelf32l4300.c:2445
+#: eelf32lmip.c:2445 eelf32lr5900.c:2308 eelf32lr5900n32.c:2308
+#: eelf32lsmip.c:2445 eelf32ltsmip.c:2445 eelf32ltsmip_fbsd.c:2452
+#: eelf32ltsmipn32.c:2445 eelf32ltsmipn32_fbsd.c:2452 eelf32mipswindiss.c:2283
+#: eelf64bmip.c:2463 eelf64btsmip.c:2445 eelf64btsmip_fbsd.c:2452
+#: eelf64ltsmip.c:2445 eelf64ltsmip_fbsd.c:2452
+#, c-format
+msgid ""
+" --no-compact-branches Generate delay slot branches/jumps for MIPS "
+"R6\n"
+msgstr ""
+
+#: eelf32bfin.c:2168 eelf32bfinfd.c:2193
#, c-format
msgid " --code-in-l1 Put code in L1\n"
msgstr ""
-#: eelf32bfin.c:2166 eelf32bfinfd.c:2191
+#: eelf32bfin.c:2170 eelf32bfinfd.c:2195
#, c-format
msgid " --data-in-l1 Put data in L1\n"
msgstr ""
@@ -6531,158 +6627,158 @@ msgstr ""
msgid "%X%P: TLS problem %E\n"
msgstr ""
-#: eelf32lppc.c:302 eelf32lppclinux.c:302 eelf32lppcnto.c:302
-#: eelf32lppcsim.c:302 eelf32ppc.c:302 eelf32ppc_fbsd.c:302
-#: eelf32ppclinux.c:302 eelf32ppcnto.c:302 eelf32ppcsim.c:302
-#: eelf32ppcvxworks.c:247 eelf32ppcwindiss.c:302 eppclynx.c:302
+#: eelf32lppc.c:307 eelf32lppclinux.c:307 eelf32lppcnto.c:307
+#: eelf32lppcsim.c:307 eelf32ppc.c:307 eelf32ppc_fbsd.c:307
+#: eelf32ppclinux.c:307 eelf32ppcnto.c:307 eelf32ppcsim.c:307
+#: eelf32ppcvxworks.c:252 eelf32ppcwindiss.c:307 eppclynx.c:307
msgid "%X%P: ppc_finish_symbols problem %E\n"
msgstr ""
-#: eelf32lppc.c:2458 eelf32lppclinux.c:2458 eelf32lppcnto.c:2458
-#: eelf32lppcsim.c:2458 eelf32ppc.c:2458 eelf32ppc_fbsd.c:2465
-#: eelf32ppclinux.c:2458 eelf32ppcnto.c:2458 eelf32ppcsim.c:2458
-#: eelf32ppcvxworks.c:2432 eelf32ppcwindiss.c:2458 eelf64lppc.c:2914
-#: eelf64ppc.c:2914 eelf64ppc_fbsd.c:2921 eppclynx.c:2465
+#: eelf32lppc.c:2454 eelf32lppclinux.c:2454 eelf32lppcnto.c:2454
+#: eelf32lppcsim.c:2454 eelf32ppc.c:2454 eelf32ppc_fbsd.c:2461
+#: eelf32ppclinux.c:2454 eelf32ppcnto.c:2454 eelf32ppcsim.c:2454
+#: eelf32ppcvxworks.c:2428 eelf32ppcwindiss.c:2454 eelf64lppc.c:2906
+#: eelf64ppc.c:2906 eelf64ppc_fbsd.c:2913 eppclynx.c:2461
msgid "%F%P: invalid --plt-align `%s'\n"
msgstr ""
-#: eelf32lppc.c:2491 eelf32lppclinux.c:2491 eelf32lppcnto.c:2491
-#: eelf32lppcsim.c:2491 eelf32ppc.c:2491 eelf32ppc_fbsd.c:2498
-#: eelf32ppclinux.c:2491 eelf32ppcnto.c:2491 eelf32ppcsim.c:2491
-#: eelf32ppcvxworks.c:2465 eelf32ppcwindiss.c:2491 eppclynx.c:2498
+#: eelf32lppc.c:2487 eelf32lppclinux.c:2487 eelf32lppcnto.c:2487
+#: eelf32lppcsim.c:2487 eelf32ppc.c:2487 eelf32ppc_fbsd.c:2494
+#: eelf32ppclinux.c:2487 eelf32ppcnto.c:2487 eelf32ppcsim.c:2487
+#: eelf32ppcvxworks.c:2461 eelf32ppcwindiss.c:2487 eppclynx.c:2494
msgid "%F%P: invalid pagesize `%s'\n"
msgstr ""
-#: eelf32lppc.c:2521 eelf32lppclinux.c:2521 eelf32lppcnto.c:2521
-#: eelf32lppcsim.c:2521 eelf32ppc.c:2521 eelf32ppc_fbsd.c:2528
-#: eelf32ppclinux.c:2521 eelf32ppcnto.c:2521 eelf32ppcsim.c:2521
-#: eelf32ppcvxworks.c:2499 eelf32ppcwindiss.c:2521 eelf64lppc.c:3051
-#: eelf64ppc.c:3051 eelf64ppc_fbsd.c:3058 eppclynx.c:2528
+#: eelf32lppc.c:2517 eelf32lppclinux.c:2517 eelf32lppcnto.c:2517
+#: eelf32lppcsim.c:2517 eelf32ppc.c:2517 eelf32ppc_fbsd.c:2524
+#: eelf32ppclinux.c:2517 eelf32ppcnto.c:2517 eelf32ppcsim.c:2517
+#: eelf32ppcvxworks.c:2495 eelf32ppcwindiss.c:2517 eelf64lppc.c:3043
+#: eelf64ppc.c:3043 eelf64ppc_fbsd.c:3050 eppclynx.c:2524
#, c-format
msgid " --emit-stub-syms Label linker stubs with a symbol\n"
msgstr ""
-#: eelf32lppc.c:2524 eelf32lppclinux.c:2524 eelf32lppcnto.c:2524
-#: eelf32lppcsim.c:2524 eelf32ppc.c:2524 eelf32ppc_fbsd.c:2531
-#: eelf32ppclinux.c:2524 eelf32ppcnto.c:2524 eelf32ppcsim.c:2524
-#: eelf32ppcvxworks.c:2502 eelf32ppcwindiss.c:2524 eelf64lppc.c:3054
-#: eelf64ppc.c:3054 eelf64ppc_fbsd.c:3061 eppclynx.c:2531
+#: eelf32lppc.c:2520 eelf32lppclinux.c:2520 eelf32lppcnto.c:2520
+#: eelf32lppcsim.c:2520 eelf32ppc.c:2520 eelf32ppc_fbsd.c:2527
+#: eelf32ppclinux.c:2520 eelf32ppcnto.c:2520 eelf32ppcsim.c:2520
+#: eelf32ppcvxworks.c:2498 eelf32ppcwindiss.c:2520 eelf64lppc.c:3046
+#: eelf64ppc.c:3046 eelf64ppc_fbsd.c:3053 eppclynx.c:2527
#, c-format
msgid " --no-emit-stub-syms Don't label linker stubs with a symbol\n"
msgstr ""
-#: eelf32lppc.c:2527 eelf32lppclinux.c:2527 eelf32lppcnto.c:2527
-#: eelf32lppcsim.c:2527 eelf32ppc.c:2527 eelf32ppc_fbsd.c:2534
-#: eelf32ppclinux.c:2527 eelf32ppcnto.c:2527 eelf32ppcsim.c:2527
-#: eelf32ppcvxworks.c:2505 eelf32ppcwindiss.c:2527 eelf64lppc.c:3074
-#: eelf64ppc.c:3074 eelf64ppc_fbsd.c:3081 eppclynx.c:2534
+#: eelf32lppc.c:2523 eelf32lppclinux.c:2523 eelf32lppcnto.c:2523
+#: eelf32lppcsim.c:2523 eelf32ppc.c:2523 eelf32ppc_fbsd.c:2530
+#: eelf32ppclinux.c:2523 eelf32ppcnto.c:2523 eelf32ppcsim.c:2523
+#: eelf32ppcvxworks.c:2501 eelf32ppcwindiss.c:2523 eelf64lppc.c:3066
+#: eelf64ppc.c:3066 eelf64ppc_fbsd.c:3073 eppclynx.c:2530
#, c-format
msgid " --no-tls-optimize Don't try to optimize TLS accesses\n"
msgstr ""
-#: eelf32lppc.c:2530 eelf32lppclinux.c:2530 eelf32lppcnto.c:2530
-#: eelf32lppcsim.c:2530 eelf32ppc.c:2530 eelf32ppc_fbsd.c:2537
-#: eelf32ppclinux.c:2530 eelf32ppcnto.c:2530 eelf32ppcsim.c:2530
-#: eelf32ppcvxworks.c:2508 eelf32ppcwindiss.c:2530 eelf64lppc.c:3080
-#: eelf64ppc.c:3080 eelf64ppc_fbsd.c:3087 eppclynx.c:2537
+#: eelf32lppc.c:2526 eelf32lppclinux.c:2526 eelf32lppcnto.c:2526
+#: eelf32lppcsim.c:2526 eelf32ppc.c:2526 eelf32ppc_fbsd.c:2533
+#: eelf32ppclinux.c:2526 eelf32ppcnto.c:2526 eelf32ppcsim.c:2526
+#: eelf32ppcvxworks.c:2504 eelf32ppcwindiss.c:2526 eelf64lppc.c:3072
+#: eelf64ppc.c:3072 eelf64ppc_fbsd.c:3079 eppclynx.c:2533
#, c-format
msgid " --no-tls-get-addr-optimize Don't use a special __tls_get_addr call\n"
msgstr ""
-#: eelf32lppc.c:2533 eelf32lppclinux.c:2533 eelf32lppcnto.c:2533
-#: eelf32lppcsim.c:2533 eelf32ppc.c:2533 eelf32ppc_fbsd.c:2540
-#: eelf32ppclinux.c:2533 eelf32ppcnto.c:2533 eelf32ppcsim.c:2533
-#: eelf32ppcwindiss.c:2533 eppclynx.c:2540
+#: eelf32lppc.c:2529 eelf32lppclinux.c:2529 eelf32lppcnto.c:2529
+#: eelf32lppcsim.c:2529 eelf32ppc.c:2529 eelf32ppc_fbsd.c:2536
+#: eelf32ppclinux.c:2529 eelf32ppcnto.c:2529 eelf32ppcsim.c:2529
+#: eelf32ppcwindiss.c:2529 eppclynx.c:2536
#, c-format
msgid " --secure-plt Use new-style PLT if possible\n"
msgstr ""
-#: eelf32lppc.c:2536 eelf32lppclinux.c:2536 eelf32lppcnto.c:2536
-#: eelf32lppcsim.c:2536 eelf32ppc.c:2536 eelf32ppc_fbsd.c:2543
-#: eelf32ppclinux.c:2536 eelf32ppcnto.c:2536 eelf32ppcsim.c:2536
-#: eelf32ppcwindiss.c:2536 eppclynx.c:2543
+#: eelf32lppc.c:2532 eelf32lppclinux.c:2532 eelf32lppcnto.c:2532
+#: eelf32lppcsim.c:2532 eelf32ppc.c:2532 eelf32ppc_fbsd.c:2539
+#: eelf32ppclinux.c:2532 eelf32ppcnto.c:2532 eelf32ppcsim.c:2532
+#: eelf32ppcwindiss.c:2532 eppclynx.c:2539
#, c-format
msgid " --bss-plt Force old-style BSS PLT\n"
msgstr ""
-#: eelf32lppc.c:2539 eelf32lppclinux.c:2539 eelf32lppcnto.c:2539
-#: eelf32lppcsim.c:2539 eelf32ppc.c:2539 eelf32ppc_fbsd.c:2546
-#: eelf32ppclinux.c:2539 eelf32ppcnto.c:2539 eelf32ppcsim.c:2539
-#: eelf32ppcwindiss.c:2539 eppclynx.c:2546
+#: eelf32lppc.c:2535 eelf32lppclinux.c:2535 eelf32lppcnto.c:2535
+#: eelf32lppcsim.c:2535 eelf32ppc.c:2535 eelf32ppc_fbsd.c:2542
+#: eelf32ppclinux.c:2535 eelf32ppcnto.c:2535 eelf32ppcsim.c:2535
+#: eelf32ppcwindiss.c:2535 eppclynx.c:2542
#, c-format
msgid " --plt-align Align PLT call stubs to fit cache lines\n"
msgstr ""
-#: eelf32lppc.c:2542 eelf32lppclinux.c:2542 eelf32lppcnto.c:2542
-#: eelf32lppcsim.c:2542 eelf32ppc.c:2542 eelf32ppc_fbsd.c:2549
-#: eelf32ppclinux.c:2542 eelf32ppcnto.c:2542 eelf32ppcsim.c:2542
-#: eelf32ppcwindiss.c:2542 eelf64lppc.c:3042 eelf64ppc.c:3042
-#: eelf64ppc_fbsd.c:3049 eppclynx.c:2549
+#: eelf32lppc.c:2538 eelf32lppclinux.c:2538 eelf32lppcnto.c:2538
+#: eelf32lppcsim.c:2538 eelf32ppc.c:2538 eelf32ppc_fbsd.c:2545
+#: eelf32ppclinux.c:2538 eelf32ppcnto.c:2538 eelf32ppcsim.c:2538
+#: eelf32ppcwindiss.c:2538 eelf64lppc.c:3034 eelf64ppc.c:3034
+#: eelf64ppc_fbsd.c:3041 eppclynx.c:2545
#, c-format
msgid " --no-plt-align Dont't align individual PLT call stubs\n"
msgstr ""
-#: eelf32lppc.c:2545 eelf32lppclinux.c:2545 eelf32lppcnto.c:2545
-#: eelf32lppcsim.c:2545 eelf32ppc.c:2545 eelf32ppc_fbsd.c:2552
-#: eelf32ppclinux.c:2545 eelf32ppcnto.c:2545 eelf32ppcsim.c:2545
-#: eelf32ppcwindiss.c:2545 eelf64lppc.c:3086 eelf64ppc.c:3086
-#: eelf64ppc_fbsd.c:3093 eppclynx.c:2552
+#: eelf32lppc.c:2541 eelf32lppclinux.c:2541 eelf32lppcnto.c:2541
+#: eelf32lppcsim.c:2541 eelf32ppc.c:2541 eelf32ppc_fbsd.c:2548
+#: eelf32ppclinux.c:2541 eelf32ppcnto.c:2541 eelf32ppcsim.c:2541
+#: eelf32ppcwindiss.c:2541 eelf64lppc.c:3078 eelf64ppc.c:3078
+#: eelf64ppc_fbsd.c:3085 eppclynx.c:2548
#, c-format
msgid ""
" --no-inline-optimize Don't convert inline PLT to direct calls\n"
msgstr ""
-#: eelf32lppc.c:2548 eelf32lppclinux.c:2548 eelf32lppcnto.c:2548
-#: eelf32lppcsim.c:2548 eelf32ppc.c:2548 eelf32ppc_fbsd.c:2555
-#: eelf32ppclinux.c:2548 eelf32ppcnto.c:2548 eelf32ppcsim.c:2548
-#: eelf32ppcwindiss.c:2548 eppclynx.c:2555
+#: eelf32lppc.c:2544 eelf32lppclinux.c:2544 eelf32lppcnto.c:2544
+#: eelf32lppcsim.c:2544 eelf32ppc.c:2544 eelf32ppc_fbsd.c:2551
+#: eelf32ppclinux.c:2544 eelf32ppcnto.c:2544 eelf32ppcsim.c:2544
+#: eelf32ppcwindiss.c:2544 eppclynx.c:2551
#, c-format
msgid " --sdata-got Force GOT location just before .sdata\n"
msgstr ""
-#: eelf32lppc.c:2551 eelf32lppclinux.c:2551 eelf32lppcnto.c:2551
-#: eelf32lppcsim.c:2551 eelf32ppc.c:2551 eelf32ppc_fbsd.c:2558
-#: eelf32ppclinux.c:2551 eelf32ppcnto.c:2551 eelf32ppcsim.c:2551
-#: eelf32ppcvxworks.c:2511 eelf32ppcwindiss.c:2551 eppclynx.c:2558
+#: eelf32lppc.c:2547 eelf32lppclinux.c:2547 eelf32lppcnto.c:2547
+#: eelf32lppcsim.c:2547 eelf32ppc.c:2547 eelf32ppc_fbsd.c:2554
+#: eelf32ppclinux.c:2547 eelf32ppcnto.c:2547 eelf32ppcsim.c:2547
+#: eelf32ppcvxworks.c:2507 eelf32ppcwindiss.c:2547 eppclynx.c:2554
#, c-format
msgid ""
" --ppc476-workaround [=pagesize]\n"
" Avoid a cache bug on ppc476\n"
msgstr ""
-#: eelf32lppc.c:2555 eelf32lppclinux.c:2555 eelf32lppcnto.c:2555
-#: eelf32lppcsim.c:2555 eelf32ppc.c:2555 eelf32ppc_fbsd.c:2562
-#: eelf32ppclinux.c:2555 eelf32ppcnto.c:2555 eelf32ppcsim.c:2555
-#: eelf32ppcvxworks.c:2515 eelf32ppcwindiss.c:2555 eppclynx.c:2562
+#: eelf32lppc.c:2551 eelf32lppclinux.c:2551 eelf32lppcnto.c:2551
+#: eelf32lppcsim.c:2551 eelf32ppc.c:2551 eelf32ppc_fbsd.c:2558
+#: eelf32ppclinux.c:2551 eelf32ppcnto.c:2551 eelf32ppcsim.c:2551
+#: eelf32ppcvxworks.c:2511 eelf32ppcwindiss.c:2551 eppclynx.c:2558
#, c-format
msgid " --no-ppc476-workaround Disable workaround\n"
msgstr ""
-#: eelf32lppc.c:2558 eelf32lppclinux.c:2558 eelf32lppcnto.c:2558
-#: eelf32lppcsim.c:2558 eelf32ppc.c:2558 eelf32ppc_fbsd.c:2565
-#: eelf32ppclinux.c:2558 eelf32ppcnto.c:2558 eelf32ppcsim.c:2558
-#: eelf32ppcvxworks.c:2518 eelf32ppcwindiss.c:2558 eppclynx.c:2565
+#: eelf32lppc.c:2554 eelf32lppclinux.c:2554 eelf32lppcnto.c:2554
+#: eelf32lppcsim.c:2554 eelf32ppc.c:2554 eelf32ppc_fbsd.c:2561
+#: eelf32ppclinux.c:2554 eelf32ppcnto.c:2554 eelf32ppcsim.c:2554
+#: eelf32ppcvxworks.c:2514 eelf32ppcwindiss.c:2554 eppclynx.c:2561
#, c-format
msgid " --no-pic-fixup Don't edit non-pic to pic\n"
msgstr ""
-#: eelf32lppc.c:2561 eelf32lppclinux.c:2561 eelf32lppcnto.c:2561
-#: eelf32lppcsim.c:2561 eelf32ppc.c:2561 eelf32ppc_fbsd.c:2568
-#: eelf32ppclinux.c:2561 eelf32ppcnto.c:2561 eelf32ppcsim.c:2561
-#: eelf32ppcvxworks.c:2521 eelf32ppcwindiss.c:2561 eppclynx.c:2568
+#: eelf32lppc.c:2557 eelf32lppclinux.c:2557 eelf32lppcnto.c:2557
+#: eelf32lppcsim.c:2557 eelf32ppc.c:2557 eelf32ppc_fbsd.c:2564
+#: eelf32ppclinux.c:2557 eelf32ppcnto.c:2557 eelf32ppcsim.c:2557
+#: eelf32ppcvxworks.c:2517 eelf32ppcwindiss.c:2557 eppclynx.c:2564
#, c-format
msgid ""
" --vle-reloc-fixup Correct old object file 16A/16D relocation\n"
msgstr ""
-#: eelf32mcore.c:2015
+#: eelf32mcore.c:2019
#, c-format
msgid ""
" --base_file <basefile> Generate a base file for relocatable DLLs\n"
msgstr ""
-#: eelf32metag.c:2444 eelf64lppc.c:3017 eelf64ppc.c:3017 eelf64ppc_fbsd.c:3024
-#: ehppaelf.c:2309 ehppalinux.c:2486 ehppanbsd.c:2486 ehppaobsd.c:2486
+#: eelf32metag.c:2448 eelf64lppc.c:3009 eelf64ppc.c:3009 eelf64ppc_fbsd.c:3016
+#: ehppaelf.c:2313 ehppalinux.c:2490 ehppanbsd.c:2490 ehppaobsd.c:2490
#, c-format
msgid ""
" --stub-group-size=N Maximum size of a group of input sections "
@@ -6699,28 +6795,28 @@ msgid ""
" choose suitable defaults.\n"
msgstr ""
-#: eelf32rx.c:2047
+#: eelf32rx.c:2051
#, c-format
msgid ""
" --no-flag-mismatch-warnings Don't warn about objects with incompatible\n"
" endian or dsp settings\n"
msgstr ""
-#: eelf32rx.c:2049
+#: eelf32rx.c:2053
#, c-format
msgid ""
" --flag-mismatch-warnings Warn about objects with incompatible\n"
" endian, dsp or ABI settings\n"
msgstr ""
-#: eelf32rx.c:2051
+#: eelf32rx.c:2055
#, c-format
msgid ""
" --ignore-lma Ignore segment LMAs [default]\n"
" (for Renesas Tools compatibility)\n"
msgstr ""
-#: eelf32rx.c:2053
+#: eelf32rx.c:2057
#, c-format
msgid " --no-ignore-lma Don't ignore segment LMAs\n"
msgstr ""
@@ -6779,14 +6875,14 @@ msgstr ""
msgid "%F%P: failed to create .xtensa.info section\n"
msgstr ""
-#: eelf32xtensa.c:4074
+#: eelf32xtensa.c:4078
#, c-format
msgid ""
" --size-opt When relaxing longcalls, prefer size\n"
" optimization over branch target alignment\n"
msgstr ""
-#: eelf64_ia64.c:2199 eelf64_ia64_fbsd.c:2206
+#: eelf64_ia64.c:2203 eelf64_ia64_fbsd.c:2210
#, c-format
msgid ""
" --itanium Generate code for Intel Itanium processor\n"
@@ -6796,13 +6892,13 @@ msgstr ""
msgid "%F%P: can not init BFD: %E\n"
msgstr ""
-#: eelf64_s390.c:2239
+#: eelf64_s390.c:2243
#, c-format
msgid ""
" --s390-pgste Tell the kernel to allocate 4k page tables\n"
msgstr ""
-#: eelf64alpha.c:2268 eelf64alpha_fbsd.c:2275 eelf64alpha_nbsd.c:2268
+#: eelf64alpha.c:2272 eelf64alpha_fbsd.c:2279 eelf64alpha_nbsd.c:2272
#, c-format
msgid ""
" --taso Load executable in the lower 31-bit "
@@ -6810,12 +6906,12 @@ msgid ""
" virtual address range\n"
msgstr ""
-#: eelf64alpha.c:2271 eelf64alpha_fbsd.c:2278 eelf64alpha_nbsd.c:2271
+#: eelf64alpha.c:2275 eelf64alpha_fbsd.c:2282 eelf64alpha_nbsd.c:2275
#, c-format
msgid " --secureplt Force PLT in text segment\n"
msgstr ""
-#: eelf64alpha.c:2273 eelf64alpha_fbsd.c:2280 eelf64alpha_nbsd.c:2273
+#: eelf64alpha.c:2277 eelf64alpha_fbsd.c:2284 eelf64alpha_nbsd.c:2277
#, c-format
msgid " --no-secureplt Force PLT in data segment\n"
msgstr ""
@@ -6833,45 +6929,45 @@ msgstr ""
msgid "%P: .init/.fini fragments use differing TOC pointers\n"
msgstr ""
-#: eelf64lppc.c:3027 eelf64ppc.c:3027
+#: eelf64lppc.c:3019 eelf64ppc.c:3019
#, c-format
msgid ""
" --plt-static-chain PLT call stubs should load r11 (default)\n"
msgstr ""
-#: eelf64lppc.c:3030 eelf64ppc.c:3030
+#: eelf64lppc.c:3022 eelf64ppc.c:3022
#, c-format
msgid " --no-plt-static-chain PLT call stubs should not load r11\n"
msgstr ""
-#: eelf64lppc.c:3033 eelf64ppc.c:3033 eelf64ppc_fbsd.c:3040
+#: eelf64lppc.c:3025 eelf64ppc.c:3025 eelf64ppc_fbsd.c:3032
#, c-format
msgid " --plt-thread-safe PLT call stubs with load-load barrier\n"
msgstr ""
-#: eelf64lppc.c:3036 eelf64ppc.c:3036 eelf64ppc_fbsd.c:3043
+#: eelf64lppc.c:3028 eelf64ppc.c:3028 eelf64ppc_fbsd.c:3035
#, c-format
msgid " --no-plt-thread-safe PLT call stubs without barrier\n"
msgstr ""
-#: eelf64lppc.c:3039 eelf64ppc.c:3039 eelf64ppc_fbsd.c:3046
+#: eelf64lppc.c:3031 eelf64ppc.c:3031 eelf64ppc_fbsd.c:3038
#, c-format
msgid " --plt-align [=<align>] Align PLT call stubs to fit cache lines\n"
msgstr ""
-#: eelf64lppc.c:3045 eelf64ppc.c:3045 eelf64ppc_fbsd.c:3052
+#: eelf64lppc.c:3037 eelf64ppc.c:3037 eelf64ppc_fbsd.c:3044
#, c-format
msgid ""
" --plt-localentry Optimize calls to ELFv2 localentry:0 "
"functions\n"
msgstr ""
-#: eelf64lppc.c:3048 eelf64ppc.c:3048 eelf64ppc_fbsd.c:3055
+#: eelf64lppc.c:3040 eelf64ppc.c:3040 eelf64ppc_fbsd.c:3047
#, c-format
msgid " --no-plt-localentry Don't optimize ELFv2 calls\n"
msgstr ""
-#: eelf64lppc.c:3057 eelf64ppc.c:3057 eelf64ppc_fbsd.c:3064
+#: eelf64lppc.c:3049 eelf64ppc.c:3049 eelf64ppc_fbsd.c:3056
#, c-format
msgid ""
" --dotsyms For every version pattern \"foo\" in a "
@@ -6881,13 +6977,13 @@ msgid ""
" descriptor symbols. Defaults to on.\n"
msgstr ""
-#: eelf64lppc.c:3063 eelf64ppc.c:3063 eelf64ppc_fbsd.c:3070
+#: eelf64lppc.c:3055 eelf64ppc.c:3055 eelf64ppc_fbsd.c:3062
#, c-format
msgid ""
" --no-dotsyms Don't do anything special in version scripts\n"
msgstr ""
-#: eelf64lppc.c:3066 eelf64ppc.c:3066 eelf64ppc_fbsd.c:3073
+#: eelf64lppc.c:3058 eelf64ppc.c:3058 eelf64ppc_fbsd.c:3065
#, c-format
msgid ""
" --save-restore-funcs Provide register save and restore routines "
@@ -6896,39 +6992,39 @@ msgid ""
" final link, off for ld -r.\n"
msgstr ""
-#: eelf64lppc.c:3071 eelf64ppc.c:3071 eelf64ppc_fbsd.c:3078
+#: eelf64lppc.c:3063 eelf64ppc.c:3063 eelf64ppc_fbsd.c:3070
#, c-format
msgid " --no-save-restore-funcs Don't provide these routines\n"
msgstr ""
-#: eelf64lppc.c:3077 eelf64ppc.c:3077 eelf64ppc_fbsd.c:3084
+#: eelf64lppc.c:3069 eelf64ppc.c:3069 eelf64ppc_fbsd.c:3076
#, c-format
msgid ""
" --tls-get-addr-optimize Force use of special __tls_get_addr call\n"
msgstr ""
-#: eelf64lppc.c:3083 eelf64ppc.c:3083 eelf64ppc_fbsd.c:3090
+#: eelf64lppc.c:3075 eelf64ppc.c:3075 eelf64ppc_fbsd.c:3082
#, c-format
msgid " --no-opd-optimize Don't optimize the OPD section\n"
msgstr ""
-#: eelf64lppc.c:3089 eelf64ppc.c:3089 eelf64ppc_fbsd.c:3096
+#: eelf64lppc.c:3081 eelf64ppc.c:3081 eelf64ppc_fbsd.c:3088
#, c-format
msgid " --no-toc-optimize Don't optimize the TOC section\n"
msgstr ""
-#: eelf64lppc.c:3092 eelf64ppc.c:3092 eelf64ppc_fbsd.c:3099
+#: eelf64lppc.c:3084 eelf64ppc.c:3084 eelf64ppc_fbsd.c:3091
#, c-format
msgid ""
" --no-multi-toc Disallow automatic multiple toc sections\n"
msgstr ""
-#: eelf64lppc.c:3095 eelf64ppc.c:3095 eelf64ppc_fbsd.c:3102
+#: eelf64lppc.c:3087 eelf64ppc.c:3087 eelf64ppc_fbsd.c:3094
#, c-format
msgid " --no-toc-sort Don't sort TOC and GOT sections\n"
msgstr ""
-#: eelf64lppc.c:3098 eelf64ppc.c:3098 eelf64ppc_fbsd.c:3105
+#: eelf64lppc.c:3090 eelf64ppc.c:3090 eelf64ppc_fbsd.c:3097
#, c-format
msgid ""
" --non-overlapping-opd Canonicalize .opd, so that there are no\n"
@@ -6948,19 +7044,19 @@ msgstr ""
msgid "%F%P: can't finalize linker-allocated global registers\n"
msgstr ""
-#: eelf64ppc_fbsd.c:3034
+#: eelf64ppc_fbsd.c:3026
#, c-format
msgid " --plt-static-chain PLT call stubs should load r111\n"
msgstr ""
-#: eelf64ppc_fbsd.c:3037
+#: eelf64ppc_fbsd.c:3029
#, c-format
msgid ""
" --no-plt-static-chain PLT call stubs should not load r11 (default)\n"
msgstr ""
-#: eelf_x86_64.c:7486 eelf_x86_64_cloudabi.c:2259 eelf_x86_64_fbsd.c:2266
-#: eelf_x86_64_nacl.c:2259 eelf_x86_64_sol2.c:2390
+#: eelf_x86_64.c:7520 eelf_x86_64_cloudabi.c:2305 eelf_x86_64_fbsd.c:2312
+#: eelf_x86_64_nacl.c:2305 eelf_x86_64_sol2.c:2436
#, c-format
msgid ""
" -z bndplt Always generate BND prefix in PLT entries\n"
@@ -6970,7 +7066,7 @@ msgstr ""
msgid "%X%P: can not set gp\n"
msgstr ""
-#: ehppaelf.c:2305 ehppalinux.c:2482 ehppanbsd.c:2482 ehppaobsd.c:2482
+#: ehppaelf.c:2309 ehppalinux.c:2486 ehppanbsd.c:2486 ehppaobsd.c:2486
#, c-format
msgid ""
" --multi-subspace Generate import and export stubs to support\n"
@@ -6981,15 +7077,15 @@ msgstr ""
msgid "%F%P: PE operations on non PE file\n"
msgstr ""
-#: ei386beos.c:428 ei386beos.c:435
+#: ei386beos.c:424 ei386beos.c:429
msgid "%F%P: %pB: can't read contents of section .idata: %E\n"
msgstr ""
-#: ei386beos.c:683
+#: ei386beos.c:678
msgid "%F%P: section %s has '$' as first character\n"
msgstr ""
-#: ei386beos.c:715
+#: ei386beos.c:710
msgid "%F%P: *(%s$) missing from linker script\n"
msgstr ""
@@ -7092,8 +7188,8 @@ msgstr ""
msgid "%X%P: changing output format whilst linking is not supported\n"
msgstr ""
-#: em68hc11elf.c:2304 em68hc11elfb.c:2304 em68hc12elf.c:2304
-#: em68hc12elfb.c:2304
+#: em68hc11elf.c:2308 em68hc11elfb.c:2308 em68hc12elf.c:2308
+#: em68hc12elfb.c:2308
#, c-format
msgid ""
" --no-trampoline Do not generate the far trampolines used to "
@@ -7101,8 +7197,8 @@ msgid ""
" a far function using jsr or bsr\n"
msgstr ""
-#: em68hc11elf.c:2307 em68hc11elfb.c:2307 em68hc12elf.c:2307
-#: em68hc12elfb.c:2307
+#: em68hc11elf.c:2311 em68hc11elfb.c:2311 em68hc12elf.c:2311
+#: em68hc12elfb.c:2311
#, c-format
msgid ""
" --bank-window NAME Specify the name of the memory region "
@@ -7114,11 +7210,11 @@ msgstr ""
msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n"
msgstr ""
-#: em68kelf.c:2321 em68kelfnbsd.c:2321
+#: em68kelf.c:2325 em68kelfnbsd.c:2325
msgid "%P: unrecognized --got argument '%s'\n"
msgstr ""
-#: em68kelf.c:2334 em68kelfnbsd.c:2334
+#: em68kelf.c:2338 em68kelfnbsd.c:2338
#, c-format
msgid " --got=<type> Specify GOT handling scheme\n"
msgstr ""
@@ -7127,20 +7223,19 @@ msgstr ""
msgid "%X%P: internal problems scanning %pB after opening it"
msgstr ""
-#: emsp430X.c:199 emsp430elf.c:199
+#: emsp430X.c:201 emsp430elf.c:201
msgid "%P: error: unhandled data_statement size\n"
msgstr ""
-#: emsp430X.c:299 emsp430elf.c:299
+#: emsp430X.c:342 emsp430elf.c:342
msgid "%P: error: no section named %s or %s in linker script\n"
msgstr ""
-#: emsp430X.c:308 emsp430X.c:430 emsp430X.c:443 emsp430elf.c:308
-#: emsp430elf.c:430 emsp430elf.c:443
+#: emsp430X.c:351 emsp430elf.c:351
msgid "%P: error: no section named %s in linker script\n"
msgstr ""
-#: emsp430X.c:509 emsp430elf.c:509
+#: emsp430X.c:495 emsp430elf.c:495
#, c-format
msgid ""
" --code-region={either,lower,upper,none}\n"
@@ -7148,7 +7243,7 @@ msgid ""
"sections\n"
msgstr ""
-#: emsp430X.c:510 emsp430elf.c:510
+#: emsp430X.c:496 emsp430elf.c:496
#, c-format
msgid ""
" --data-region={either,lower,upper,none}\n"
@@ -7156,7 +7251,7 @@ msgid ""
" {either,lower,upper,none}.{bss,data,rodata}* sections\n"
msgstr ""
-#: emsp430X.c:511 emsp430elf.c:511
+#: emsp430X.c:497 emsp430elf.c:497
#, c-format
msgid ""
" --disable-sec-transformation\n"
@@ -7164,19 +7259,19 @@ msgid ""
" add the {either,lower,upper,none} prefixes\n"
msgstr ""
-#: emsp430X.c:530 emsp430elf.c:530
+#: emsp430X.c:516 emsp430elf.c:516
msgid "%P: --code-region requires an argument: {upper,lower,either,none}\n"
msgstr ""
-#: emsp430X.c:536 emsp430elf.c:536
+#: emsp430X.c:522 emsp430elf.c:522
msgid "%P: error: unrecognized argument to --code-region= option: \"%s\"\n"
msgstr ""
-#: emsp430X.c:553 emsp430elf.c:553
+#: emsp430X.c:539 emsp430elf.c:539
msgid "%P: --data-region requires an argument: {upper,lower,either,none}\n"
msgstr ""
-#: emsp430X.c:559 emsp430elf.c:559
+#: emsp430X.c:545 emsp430elf.c:545
msgid "%P: error: unrecognized argument to --data-region= option: \"%s\"\n"
msgstr ""
@@ -7186,50 +7281,50 @@ msgstr ""
msgid "%F%P: %pB: ABI version of object files mismatched\n"
msgstr ""
-#: ends32belf.c:2114 ends32belf16m.c:2114 ends32belf_linux.c:2243
-#: ends32elf.c:2114 ends32elf16m.c:2114 ends32elf_linux.c:2243
+#: ends32belf.c:2118 ends32belf16m.c:2118 ends32belf_linux.c:2247
+#: ends32elf.c:2118 ends32elf16m.c:2118 ends32elf_linux.c:2247
msgid "%P: --mbaseline is not used anymore\n"
msgstr ""
-#: ends32belf.c:2125 ends32belf16m.c:2125 ends32belf_linux.c:2254
-#: ends32elf.c:2125 ends32elf16m.c:2125 ends32elf_linux.c:2254
+#: ends32belf.c:2129 ends32belf16m.c:2129 ends32belf_linux.c:2258
+#: ends32elf.c:2129 ends32elf16m.c:2129 ends32elf_linux.c:2258
msgid "%P: --relax-[no-]reduce-fp-updat is not used anymore\n"
msgstr ""
-#: ends32belf.c:2129 ends32belf16m.c:2129 ends32belf_linux.c:2258
-#: ends32elf.c:2129 ends32elf16m.c:2129 ends32elf_linux.c:2258
+#: ends32belf.c:2133 ends32belf16m.c:2133 ends32belf_linux.c:2262
+#: ends32elf.c:2133 ends32elf16m.c:2133 ends32elf_linux.c:2262
msgid "%P: missing file for --mexport-symbols\n"
msgstr ""
-#: ends32belf.c:2142 ends32belf.c:2151 ends32belf16m.c:2142
-#: ends32belf16m.c:2151 ends32belf_linux.c:2271 ends32belf_linux.c:2280
-#: ends32elf.c:2142 ends32elf.c:2151 ends32elf16m.c:2142 ends32elf16m.c:2151
-#: ends32elf_linux.c:2271 ends32elf_linux.c:2280
+#: ends32belf.c:2146 ends32belf.c:2155 ends32belf16m.c:2146
+#: ends32belf16m.c:2155 ends32belf_linux.c:2275 ends32belf_linux.c:2284
+#: ends32elf.c:2146 ends32elf.c:2155 ends32elf16m.c:2146 ends32elf16m.c:2155
+#: ends32elf_linux.c:2275 ends32elf_linux.c:2284
msgid "%P: valid arguments to --mhyper-relax=(low|medium|high)\n"
msgstr ""
-#: ends32belf.c:2171 ends32belf16m.c:2171 ends32belf_linux.c:2300
-#: ends32elf.c:2171 ends32elf16m.c:2171 ends32elf_linux.c:2300
+#: ends32belf.c:2175 ends32belf16m.c:2175 ends32belf_linux.c:2304
+#: ends32elf.c:2175 ends32elf16m.c:2175 ends32elf_linux.c:2304
#, c-format
msgid " --m[no-]fp-as-gp Disable/enable fp-as-gp relaxation\n"
msgstr ""
-#: ends32belf.c:2173 ends32belf16m.c:2173 ends32belf_linux.c:2302
-#: ends32elf.c:2173 ends32elf16m.c:2173 ends32elf_linux.c:2302
+#: ends32belf.c:2177 ends32belf16m.c:2177 ends32belf_linux.c:2306
+#: ends32elf.c:2177 ends32elf16m.c:2177 ends32elf_linux.c:2306
#, c-format
msgid " --mexport-symbols=FILE Exporting symbols in linker script\n"
msgstr ""
-#: ends32belf.c:2175 ends32belf16m.c:2175 ends32belf_linux.c:2304
-#: ends32elf.c:2175 ends32elf16m.c:2175 ends32elf_linux.c:2304
+#: ends32belf.c:2179 ends32belf16m.c:2179 ends32belf_linux.c:2308
+#: ends32elf.c:2179 ends32elf16m.c:2179 ends32elf_linux.c:2308
#, c-format
msgid ""
" --mhyper-relax=level Adjust relax level (low|medium|high). default: "
"medium\n"
msgstr ""
-#: ends32belf.c:2177 ends32belf16m.c:2177 ends32belf_linux.c:2306
-#: ends32elf.c:2177 ends32elf16m.c:2177 ends32elf_linux.c:2306
+#: ends32belf.c:2181 ends32belf16m.c:2181 ends32belf_linux.c:2310
+#: ends32elf.c:2181 ends32elf16m.c:2181 ends32elf_linux.c:2310
#, c-format
msgid " --m[no-]tlsdesc-trampoline Disable/enable TLS DESC trampoline\n"
msgstr ""
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 84e5170d111..1481261ecf8 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-30 Phil Blundell <pb@pbcl.net>
+
+ Release 2.33
+ * configure, Makefile.in, po/opcodes.pot: Regenerate.
+
2019-09-16 Phil Blundell <pb@pbcl.net>
* configure: Regenerated.
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index ee8b31153fb..74faef85b96 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -408,7 +408,6 @@ pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
-runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff --git a/opcodes/configure b/opcodes/configure
index 61c1da63180..d23f2ba339c 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for opcodes 2.32.90.
+# Generated by GNU Autoconf 2.69 for opcodes 2.33.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='opcodes'
PACKAGE_TARNAME='opcodes'
-PACKAGE_VERSION='2.32.90'
-PACKAGE_STRING='opcodes 2.32.90'
+PACKAGE_VERSION='2.33'
+PACKAGE_STRING='opcodes 2.33'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -769,7 +769,6 @@ infodir
docdir
oldincludedir
includedir
-runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -855,7 +854,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
-runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1108,15 +1106,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
- -runstatedir | --runstatedir | --runstatedi | --runstated \
- | --runstate | --runstat | --runsta | --runst | --runs \
- | --run | --ru | --r)
- ac_prev=runstatedir ;;
- -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
- | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
- | --run=* | --ru=* | --r=*)
- runstatedir=$ac_optarg ;;
-
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1254,7 +1243,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir runstatedir
+ libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1367,7 +1356,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures opcodes 2.32.90 to adapt to many kinds of systems.
+\`configure' configures opcodes 2.33 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1407,7 +1396,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
- --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1439,7 +1427,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of opcodes 2.32.90:";;
+ short | recursive ) echo "Configuration of opcodes 2.33:";;
esac
cat <<\_ACEOF
@@ -1551,7 +1539,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-opcodes configure 2.32.90
+opcodes configure 2.33
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1962,7 +1950,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by opcodes $as_me 2.32.90, which was
+It was created by opcodes $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3909,7 +3897,7 @@ fi
# Define the identity of the package.
PACKAGE='opcodes'
- VERSION='2.32.90'
+ VERSION='2.33'
cat >>confdefs.h <<_ACEOF
@@ -11451,7 +11439,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11454 "configure"
+#line 11442 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11557,7 +11545,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11560 "configure"
+#line 11548 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13546,7 +13534,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by opcodes $as_me 2.32.90, which was
+This file was extended by opcodes $as_me 2.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13612,7 +13600,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-opcodes config.status 2.32.90
+opcodes config.status 2.33
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/opcodes/po/opcodes.pot b/opcodes/po/opcodes.pot
index ccfa5038083..35424bbcb52 100644
--- a/opcodes/po/opcodes.pot
+++ b/opcodes/po/opcodes.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
-"POT-Creation-Date: 2019-01-19 16:35+0000\n"
+"POT-Creation-Date: 2019-09-30 10:59+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"
@@ -17,21 +17,21 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: aarch64-asm.c:819
+#: aarch64-asm.c:808
msgid "specified register cannot be read from"
msgstr ""
-#: aarch64-asm.c:828
+#: aarch64-asm.c:817
msgid "specified register cannot be written to"
msgstr ""
#. Invalid option.
-#: aarch64-dis.c:92 arc-dis.c:782 arm-dis.c:6174
+#: aarch64-dis.c:93 arc-dis.c:802 arm-dis.c:11249
#, c-format
msgid "unrecognised disassembler option: %s"
msgstr ""
-#: aarch64-dis.c:3448
+#: aarch64-dis.c:3521
#, c-format
msgid ""
"\n"
@@ -39,299 +39,299 @@ msgid ""
"with the -M switch (multiple options should be separated by commas):\n"
msgstr ""
-#: aarch64-dis.c:3452
+#: aarch64-dis.c:3525
#, c-format
msgid ""
"\n"
" no-aliases Don't print instruction aliases.\n"
msgstr ""
-#: aarch64-dis.c:3455
+#: aarch64-dis.c:3528
#, c-format
msgid ""
"\n"
" aliases Do print instruction aliases.\n"
msgstr ""
-#: aarch64-dis.c:3458
+#: aarch64-dis.c:3531
#, c-format
msgid ""
"\n"
" no-notes Don't print instruction notes.\n"
msgstr ""
-#: aarch64-dis.c:3461
+#: aarch64-dis.c:3534
#, c-format
msgid ""
"\n"
" notes Do print instruction notes.\n"
msgstr ""
-#: aarch64-dis.c:3465
+#: aarch64-dis.c:3538
#, c-format
msgid ""
"\n"
" debug_dump Temp switch for debug trace.\n"
msgstr ""
-#: aarch64-dis.c:3469 mips-dis.c:2773 mips-dis.c:2783 mips-dis.c:2786
-#: nfp-dis.c:2981 riscv-dis.c:552
+#: aarch64-dis.c:3542 mips-dis.c:2777 mips-dis.c:2787 mips-dis.c:2790
+#: nfp-dis.c:2981 riscv-dis.c:556
#, c-format
msgid "\n"
msgstr ""
-#: aarch64-opc.c:1339
+#: aarch64-opc.c:1346
msgid "immediate value"
msgstr ""
-#: aarch64-opc.c:1349
+#: aarch64-opc.c:1356
msgid "immediate offset"
msgstr ""
-#: aarch64-opc.c:1359
+#: aarch64-opc.c:1366
msgid "register number"
msgstr ""
-#: aarch64-opc.c:1369
+#: aarch64-opc.c:1376
msgid "register element index"
msgstr ""
-#: aarch64-opc.c:1379
+#: aarch64-opc.c:1386
msgid "shift amount"
msgstr ""
-#: aarch64-opc.c:1391
+#: aarch64-opc.c:1398
msgid "multiplier"
msgstr ""
-#: aarch64-opc.c:1464
+#: aarch64-opc.c:1471
msgid "reg pair must start from even reg"
msgstr ""
-#: aarch64-opc.c:1470
+#: aarch64-opc.c:1477
msgid "reg pair must be contiguous"
msgstr ""
-#: aarch64-opc.c:1484
+#: aarch64-opc.c:1491
msgid "extraneous register"
msgstr ""
-#: aarch64-opc.c:1490
+#: aarch64-opc.c:1497
msgid "missing register"
msgstr ""
-#: aarch64-opc.c:1501
+#: aarch64-opc.c:1508
msgid "stack pointer register expected"
msgstr ""
-#: aarch64-opc.c:1524
+#: aarch64-opc.c:1533
msgid "z0-z15 expected"
msgstr ""
-#: aarch64-opc.c:1525
+#: aarch64-opc.c:1534
msgid "z0-z7 expected"
msgstr ""
-#: aarch64-opc.c:1551
+#: aarch64-opc.c:1560
msgid "invalid register list"
msgstr ""
-#: aarch64-opc.c:1565
+#: aarch64-opc.c:1574
msgid "p0-p7 expected"
msgstr ""
-#: aarch64-opc.c:1591 aarch64-opc.c:1599
+#: aarch64-opc.c:1600 aarch64-opc.c:1608
msgid "unexpected address writeback"
msgstr ""
-#: aarch64-opc.c:1611
+#: aarch64-opc.c:1619
msgid "address writeback expected"
msgstr ""
-#: aarch64-opc.c:1658
+#: aarch64-opc.c:1666
msgid "negative or unaligned offset expected"
msgstr ""
-#: aarch64-opc.c:1715
+#: aarch64-opc.c:1723
msgid "invalid register offset"
msgstr ""
-#: aarch64-opc.c:1737
+#: aarch64-opc.c:1745
msgid "invalid post-increment amount"
msgstr ""
-#: aarch64-opc.c:1753 aarch64-opc.c:2247
+#: aarch64-opc.c:1761 aarch64-opc.c:2268
msgid "invalid shift amount"
msgstr ""
-#: aarch64-opc.c:1766
+#: aarch64-opc.c:1774
msgid "invalid extend/shift operator"
msgstr ""
-#: aarch64-opc.c:1812 aarch64-opc.c:2052 aarch64-opc.c:2087 aarch64-opc.c:2106
-#: aarch64-opc.c:2114 aarch64-opc.c:2201 aarch64-opc.c:2377 aarch64-opc.c:2477
-#: aarch64-opc.c:2490
+#: aarch64-opc.c:1820 aarch64-opc.c:2071 aarch64-opc.c:2106 aarch64-opc.c:2125
+#: aarch64-opc.c:2133 aarch64-opc.c:2221 aarch64-opc.c:2398 aarch64-opc.c:2498
+#: aarch64-opc.c:2511
msgid "immediate out of range"
msgstr ""
-#: aarch64-opc.c:1834 aarch64-opc.c:1876 aarch64-opc.c:1926 aarch64-opc.c:1960
+#: aarch64-opc.c:1842 aarch64-opc.c:1884 aarch64-opc.c:1945 aarch64-opc.c:1979
msgid "invalid addressing mode"
msgstr ""
-#: aarch64-opc.c:1918
+#: aarch64-opc.c:1937
msgid "index register xzr is not allowed"
msgstr ""
-#: aarch64-opc.c:2040 aarch64-opc.c:2062 aarch64-opc.c:2280 aarch64-opc.c:2288
-#: aarch64-opc.c:2354 aarch64-opc.c:2383
+#: aarch64-opc.c:2059 aarch64-opc.c:2081 aarch64-opc.c:2301 aarch64-opc.c:2309
+#: aarch64-opc.c:2375 aarch64-opc.c:2404
msgid "invalid shift operator"
msgstr ""
-#: aarch64-opc.c:2046
+#: aarch64-opc.c:2065
msgid "shift amount must be 0 or 12"
msgstr ""
-#: aarch64-opc.c:2069
+#: aarch64-opc.c:2088
msgid "shift amount must be a multiple of 16"
msgstr ""
-#: aarch64-opc.c:2081
+#: aarch64-opc.c:2100
msgid "negative immediate value not allowed"
msgstr ""
-#: aarch64-opc.c:2212
+#: aarch64-opc.c:2232
msgid "immediate zero expected"
msgstr ""
-#: aarch64-opc.c:2226
+#: aarch64-opc.c:2246
msgid "rotate expected to be 0, 90, 180 or 270"
msgstr ""
-#: aarch64-opc.c:2236
+#: aarch64-opc.c:2257
msgid "rotate expected to be 90 or 270"
msgstr ""
-#: aarch64-opc.c:2296
+#: aarch64-opc.c:2317
msgid "shift is not permitted"
msgstr ""
-#: aarch64-opc.c:2321
+#: aarch64-opc.c:2342
msgid "invalid value for immediate"
msgstr ""
-#: aarch64-opc.c:2346
+#: aarch64-opc.c:2367
msgid "shift amount must be 0 or 16"
msgstr ""
-#: aarch64-opc.c:2367
+#: aarch64-opc.c:2388
msgid "floating-point immediate expected"
msgstr ""
-#: aarch64-opc.c:2401
+#: aarch64-opc.c:2422
msgid "no shift amount allowed for 8-bit constants"
msgstr ""
-#: aarch64-opc.c:2411
+#: aarch64-opc.c:2432
msgid "shift amount must be 0 or 8"
msgstr ""
-#: aarch64-opc.c:2424
+#: aarch64-opc.c:2445
msgid "immediate too big for element size"
msgstr ""
-#: aarch64-opc.c:2431
+#: aarch64-opc.c:2452
msgid "invalid arithmetic immediate"
msgstr ""
-#: aarch64-opc.c:2445
+#: aarch64-opc.c:2466
msgid "floating-point value must be 0.5 or 1.0"
msgstr ""
-#: aarch64-opc.c:2455
+#: aarch64-opc.c:2476
msgid "floating-point value must be 0.5 or 2.0"
msgstr ""
-#: aarch64-opc.c:2465
+#: aarch64-opc.c:2486
msgid "floating-point value must be 0.0 or 1.0"
msgstr ""
-#: aarch64-opc.c:2496
+#: aarch64-opc.c:2517
msgid "invalid replicated MOV immediate"
msgstr ""
-#: aarch64-opc.c:2614
+#: aarch64-opc.c:2641
msgid "extend operator expected"
msgstr ""
-#: aarch64-opc.c:2627
+#: aarch64-opc.c:2654
msgid "missing extend operator"
msgstr ""
-#: aarch64-opc.c:2633
+#: aarch64-opc.c:2660
msgid "'LSL' operator not allowed"
msgstr ""
-#: aarch64-opc.c:2654
+#: aarch64-opc.c:2681
msgid "W register expected"
msgstr ""
-#: aarch64-opc.c:2665
+#: aarch64-opc.c:2692
msgid "shift operator expected"
msgstr ""
-#: aarch64-opc.c:2672
+#: aarch64-opc.c:2699
msgid "'ROR' operator not allowed"
msgstr ""
-#: aarch64-opc.c:3671
+#: aarch64-opc.c:3707
msgid "reading from a write-only register"
msgstr ""
-#: aarch64-opc.c:3673
+#: aarch64-opc.c:3709
msgid "writing to a read-only register"
msgstr ""
-#: aarch64-opc.c:4815
+#: aarch64-opc.c:4876
msgid "instruction opens new dependency sequence without ending previous one"
msgstr ""
-#: aarch64-opc.c:4835
+#: aarch64-opc.c:4896
msgid "previous `movprfx' sequence not closed"
msgstr ""
-#: aarch64-opc.c:4852
+#: aarch64-opc.c:4915
msgid "SVE instruction expected after `movprfx'"
msgstr ""
-#: aarch64-opc.c:4865
+#: aarch64-opc.c:4928
msgid "SVE `movprfx' compatible instruction expected"
msgstr ""
-#: aarch64-opc.c:4956
+#: aarch64-opc.c:5015
msgid "predicated instruction expected after `movprfx'"
msgstr ""
-#: aarch64-opc.c:4968
+#: aarch64-opc.c:5027
msgid "merging predicate expected due to preceding `movprfx'"
msgstr ""
-#: aarch64-opc.c:4980
+#: aarch64-opc.c:5039
msgid "predicate register differs from that in preceding `movprfx'"
msgstr ""
-#: aarch64-opc.c:4999
+#: aarch64-opc.c:5058
msgid "output register of preceding `movprfx' not used in current instruction"
msgstr ""
-#: aarch64-opc.c:5012
+#: aarch64-opc.c:5071
msgid "output register of preceding `movprfx' expected as output"
msgstr ""
-#: aarch64-opc.c:5024
+#: aarch64-opc.c:5083
msgid "output register of preceding `movprfx' used as input"
msgstr ""
-#: aarch64-opc.c:5040
+#: aarch64-opc.c:5099
msgid "register size not compatible with previous `movprfx'"
msgstr ""
@@ -343,7 +343,7 @@ msgstr ""
msgid "jump hint unaligned"
msgstr ""
-#: arc-dis.c:377
+#: arc-dis.c:380
msgid ""
"\n"
"Warning: disassembly may be wrong due to guessed opcode class choice.\n"
@@ -351,12 +351,12 @@ msgid ""
"\t\t\t\t"
msgstr ""
-#: arc-dis.c:825
+#: arc-dis.c:845
#, c-format
msgid "unrecognised disassembler CPU option: %s"
msgstr ""
-#: arc-dis.c:1387
+#: arc-dis.c:1412
#, c-format
msgid ""
"\n"
@@ -364,42 +364,47 @@ msgid ""
"with -M switch (multiple options should be separated by commas):\n"
msgstr ""
-#: arc-dis.c:1399
+#: arc-dis.c:1424
#, c-format
msgid " dsp Recognize DSP instructions.\n"
msgstr ""
-#: arc-dis.c:1401
+#: arc-dis.c:1426
#, c-format
msgid " spfp Recognize FPX SP instructions.\n"
msgstr ""
-#: arc-dis.c:1403
+#: arc-dis.c:1428
#, c-format
msgid " dpfp Recognize FPX DP instructions.\n"
msgstr ""
-#: arc-dis.c:1405
+#: arc-dis.c:1430
#, c-format
msgid " quarkse_em Recognize FPU QuarkSE-EM instructions.\n"
msgstr ""
-#: arc-dis.c:1407
+#: arc-dis.c:1432
#, c-format
msgid " fpuda Recognize double assist FPU instructions.\n"
msgstr ""
-#: arc-dis.c:1409
+#: arc-dis.c:1434
#, c-format
msgid " fpus Recognize single precision FPU instructions.\n"
msgstr ""
-#: arc-dis.c:1411
+#: arc-dis.c:1436
#, c-format
msgid " fpud Recognize double precision FPU instructions.\n"
msgstr ""
-#: arc-dis.c:1413
+#: arc-dis.c:1438
+#, c-format
+msgid " nps400 Recognize NPS400 instructions.\n"
+msgstr ""
+
+#: arc-dis.c:1440
#, c-format
msgid " hex Use only hexadecimal number to print immediates.\n"
msgstr ""
@@ -565,48 +570,48 @@ msgstr ""
msgid "invalid position, should be one of: 0,4,8,...124."
msgstr ""
-#: arm-dis.c:3242
+#: arm-dis.c:5059
msgid "Select raw register names"
msgstr ""
-#: arm-dis.c:3244
+#: arm-dis.c:5061
msgid "Select register names used by GCC"
msgstr ""
-#: arm-dis.c:3246
+#: arm-dis.c:5063
msgid "Select register names used in ARM's ISA documentation"
msgstr ""
-#: arm-dis.c:3248
+#: arm-dis.c:5065
msgid "Assume all insns are Thumb insns"
msgstr ""
-#: arm-dis.c:3249
+#: arm-dis.c:5066
msgid "Examine preceding label to determine an insn's type"
msgstr ""
-#: arm-dis.c:3250
+#: arm-dis.c:5067
msgid "Select register names used in the APCS"
msgstr ""
-#: arm-dis.c:3252
+#: arm-dis.c:5069
msgid "Select register names used in the ATPCS"
msgstr ""
-#: arm-dis.c:3254
+#: arm-dis.c:5071
msgid "Select special register names used in the ATPCS"
msgstr ""
-#: arm-dis.c:3652
+#: arm-dis.c:8237
msgid "<illegal precision>"
msgstr ""
-#: arm-dis.c:6165
+#: arm-dis.c:11240
#, c-format
msgid "unrecognised register name set: %s"
msgstr ""
-#: arm-dis.c:6906
+#: arm-dis.c:11939
#, c-format
msgid ""
"\n"
@@ -629,247 +634,270 @@ msgstr ""
msgid "unknown constraint `%c'"
msgstr ""
-#: cgen-asm.c:351 epiphany-ibld.c:201 fr30-ibld.c:201 frv-ibld.c:201
-#: ip2k-ibld.c:201 iq2000-ibld.c:201 lm32-ibld.c:201 m32c-ibld.c:201
-#: m32r-ibld.c:201 mep-ibld.c:201 mt-ibld.c:201 or1k-ibld.c:201
-#: xc16x-ibld.c:201 xstormy16-ibld.c:201
-#, c-format
-msgid "operand out of range (%ld not between %ld and %ld)"
-msgstr ""
-
-#: cgen-asm.c:373
-#, c-format
-msgid "operand out of range (%lu not between %lu and %lu)"
-msgstr ""
-
-#: d30v-dis.c:229
-#, c-format
-msgid "illegal id (%d)"
-msgstr ""
-
-#: d30v-dis.c:256
-#, c-format
-msgid "<unknown register %d>"
-msgstr ""
-
-#. Can't happen.
-#: dis-buf.c:61
-#, c-format
-msgid "Unknown error %d\n"
-msgstr ""
-
-#: dis-buf.c:70
-#, c-format
-msgid "Address 0x%s is out of bounds.\n"
-msgstr ""
-
-#: epiphany-asm.c:68
-msgid "register unavailable for short instructions"
-msgstr ""
-
-#: epiphany-asm.c:115
-msgid "register name used as immediate value"
-msgstr ""
-
-#. Don't treat "mov ip,ip" as a move-immediate.
-#: epiphany-asm.c:178 epiphany-asm.c:234
-msgid "register source in immediate move"
-msgstr ""
-
-#: epiphany-asm.c:187
-msgid "byte relocation unsupported"
+#: bpf-asm.c:97
+msgid "expected 16, 32 or 64 in"
msgstr ""
-#. -- assembler routines inserted here.
-#. -- asm.c
-#: epiphany-asm.c:193 frv-asm.c:972 iq2000-asm.c:56 lm32-asm.c:95
-#: lm32-asm.c:127 lm32-asm.c:157 lm32-asm.c:187 lm32-asm.c:217 lm32-asm.c:247
-#: m32c-asm.c:140 m32c-asm.c:235 m32c-asm.c:276 m32c-asm.c:334 m32c-asm.c:355
-#: m32r-asm.c:53 mep-asm.c:241 mep-asm.c:259 mep-asm.c:274 mep-asm.c:289
-#: mep-asm.c:301 or1k-asm.c:54
-msgid "missing `)'"
-msgstr ""
-
-#: epiphany-asm.c:270
-msgid "ABORT: unknown operand"
-msgstr ""
-
-#: epiphany-asm.c:296
-msgid "Not a pc-relative address."
-msgstr ""
-
-#: epiphany-asm.c:456 fr30-asm.c:311 frv-asm.c:1264 ip2k-asm.c:512
-#: iq2000-asm.c:460 lm32-asm.c:350 m32c-asm.c:1585 m32r-asm.c:329
-#: mep-asm.c:1288 mt-asm.c:596 or1k-asm.c:512 xc16x-asm.c:377
+#: bpf-asm.c:181 epiphany-asm.c:456 fr30-asm.c:311 frv-asm.c:1264
+#: ip2k-asm.c:512 iq2000-asm.c:460 lm32-asm.c:350 m32c-asm.c:1585
+#: m32r-asm.c:329 mep-asm.c:1288 mt-asm.c:596 or1k-asm.c:580 xc16x-asm.c:377
#: xstormy16-asm.c:277
#, c-format
msgid "internal error: unrecognized field %d while parsing"
msgstr ""
-#: epiphany-asm.c:508 fr30-asm.c:363 frv-asm.c:1316 ip2k-asm.c:564
-#: iq2000-asm.c:512 lm32-asm.c:402 m32c-asm.c:1637 m32r-asm.c:381
-#: mep-asm.c:1340 mt-asm.c:648 or1k-asm.c:564 xc16x-asm.c:429
+#: bpf-asm.c:233 epiphany-asm.c:508 fr30-asm.c:363 frv-asm.c:1316
+#: ip2k-asm.c:564 iq2000-asm.c:512 lm32-asm.c:402 m32c-asm.c:1637
+#: m32r-asm.c:381 mep-asm.c:1340 mt-asm.c:648 or1k-asm.c:632 xc16x-asm.c:429
#: xstormy16-asm.c:329
msgid "missing mnemonic in syntax string"
msgstr ""
#. We couldn't parse it.
-#: epiphany-asm.c:643 epiphany-asm.c:647 epiphany-asm.c:736 epiphany-asm.c:843
-#: fr30-asm.c:498 fr30-asm.c:502 fr30-asm.c:591 fr30-asm.c:698 frv-asm.c:1451
-#: frv-asm.c:1455 frv-asm.c:1544 frv-asm.c:1651 ip2k-asm.c:699 ip2k-asm.c:703
-#: ip2k-asm.c:792 ip2k-asm.c:899 iq2000-asm.c:647 iq2000-asm.c:651
-#: iq2000-asm.c:740 iq2000-asm.c:847 lm32-asm.c:537 lm32-asm.c:541
-#: lm32-asm.c:630 lm32-asm.c:737 m32c-asm.c:1772 m32c-asm.c:1776
-#: m32c-asm.c:1865 m32c-asm.c:1972 m32r-asm.c:516 m32r-asm.c:520 m32r-asm.c:609
-#: m32r-asm.c:716 mep-asm.c:1475 mep-asm.c:1479 mep-asm.c:1568 mep-asm.c:1675
-#: mt-asm.c:783 mt-asm.c:787 mt-asm.c:876 mt-asm.c:983 or1k-asm.c:699
-#: or1k-asm.c:703 or1k-asm.c:792 or1k-asm.c:899 xc16x-asm.c:564 xc16x-asm.c:568
-#: xc16x-asm.c:657 xc16x-asm.c:764 xstormy16-asm.c:464 xstormy16-asm.c:468
-#: xstormy16-asm.c:557 xstormy16-asm.c:664
+#: bpf-asm.c:368 bpf-asm.c:372 bpf-asm.c:461 bpf-asm.c:568 epiphany-asm.c:643
+#: epiphany-asm.c:647 epiphany-asm.c:736 epiphany-asm.c:843 fr30-asm.c:498
+#: fr30-asm.c:502 fr30-asm.c:591 fr30-asm.c:698 frv-asm.c:1451 frv-asm.c:1455
+#: frv-asm.c:1544 frv-asm.c:1651 ip2k-asm.c:699 ip2k-asm.c:703 ip2k-asm.c:792
+#: ip2k-asm.c:899 iq2000-asm.c:647 iq2000-asm.c:651 iq2000-asm.c:740
+#: iq2000-asm.c:847 lm32-asm.c:537 lm32-asm.c:541 lm32-asm.c:630 lm32-asm.c:737
+#: m32c-asm.c:1772 m32c-asm.c:1776 m32c-asm.c:1865 m32c-asm.c:1972
+#: m32r-asm.c:516 m32r-asm.c:520 m32r-asm.c:609 m32r-asm.c:716 mep-asm.c:1475
+#: mep-asm.c:1479 mep-asm.c:1568 mep-asm.c:1675 mt-asm.c:783 mt-asm.c:787
+#: mt-asm.c:876 mt-asm.c:983 or1k-asm.c:767 or1k-asm.c:771 or1k-asm.c:860
+#: or1k-asm.c:967 xc16x-asm.c:564 xc16x-asm.c:568 xc16x-asm.c:657
+#: xc16x-asm.c:764 xstormy16-asm.c:464 xstormy16-asm.c:468 xstormy16-asm.c:557
+#: xstormy16-asm.c:664
msgid "unrecognized instruction"
msgstr ""
-#: epiphany-asm.c:690 fr30-asm.c:545 frv-asm.c:1498 ip2k-asm.c:746
-#: iq2000-asm.c:694 lm32-asm.c:584 m32c-asm.c:1819 m32r-asm.c:563
-#: mep-asm.c:1522 mt-asm.c:830 or1k-asm.c:746 xc16x-asm.c:611
+#: bpf-asm.c:415 epiphany-asm.c:690 fr30-asm.c:545 frv-asm.c:1498
+#: ip2k-asm.c:746 iq2000-asm.c:694 lm32-asm.c:584 m32c-asm.c:1819
+#: m32r-asm.c:563 mep-asm.c:1522 mt-asm.c:830 or1k-asm.c:814 xc16x-asm.c:611
#: xstormy16-asm.c:511
#, c-format
msgid "syntax error (expected char `%c', found `%c')"
msgstr ""
-#: epiphany-asm.c:700 fr30-asm.c:555 frv-asm.c:1508 ip2k-asm.c:756
-#: iq2000-asm.c:704 lm32-asm.c:594 m32c-asm.c:1829 m32r-asm.c:573
-#: mep-asm.c:1532 mt-asm.c:840 or1k-asm.c:756 xc16x-asm.c:621
+#: bpf-asm.c:425 epiphany-asm.c:700 fr30-asm.c:555 frv-asm.c:1508
+#: ip2k-asm.c:756 iq2000-asm.c:704 lm32-asm.c:594 m32c-asm.c:1829
+#: m32r-asm.c:573 mep-asm.c:1532 mt-asm.c:840 or1k-asm.c:824 xc16x-asm.c:621
#: xstormy16-asm.c:521
#, c-format
msgid "syntax error (expected char `%c', found end of instruction)"
msgstr ""
-#: epiphany-asm.c:730 fr30-asm.c:585 frv-asm.c:1538 ip2k-asm.c:786
-#: iq2000-asm.c:734 lm32-asm.c:624 m32c-asm.c:1859 m32r-asm.c:603
-#: mep-asm.c:1562 mt-asm.c:870 or1k-asm.c:786 xc16x-asm.c:651
+#: bpf-asm.c:455 epiphany-asm.c:730 fr30-asm.c:585 frv-asm.c:1538
+#: ip2k-asm.c:786 iq2000-asm.c:734 lm32-asm.c:624 m32c-asm.c:1859
+#: m32r-asm.c:603 mep-asm.c:1562 mt-asm.c:870 or1k-asm.c:854 xc16x-asm.c:651
#: xstormy16-asm.c:551
msgid "junk at end of line"
msgstr ""
-#: epiphany-asm.c:842 fr30-asm.c:697 frv-asm.c:1650 ip2k-asm.c:898
-#: iq2000-asm.c:846 lm32-asm.c:736 m32c-asm.c:1971 m32r-asm.c:715
-#: mep-asm.c:1674 mt-asm.c:982 or1k-asm.c:898 xc16x-asm.c:763
+#: bpf-asm.c:567 epiphany-asm.c:842 fr30-asm.c:697 frv-asm.c:1650
+#: ip2k-asm.c:898 iq2000-asm.c:846 lm32-asm.c:736 m32c-asm.c:1971
+#: m32r-asm.c:715 mep-asm.c:1674 mt-asm.c:982 or1k-asm.c:966 xc16x-asm.c:763
#: xstormy16-asm.c:663
msgid "unrecognized form of instruction"
msgstr ""
-#: epiphany-asm.c:856 fr30-asm.c:711 frv-asm.c:1664 ip2k-asm.c:912
-#: iq2000-asm.c:860 lm32-asm.c:750 m32c-asm.c:1985 m32r-asm.c:729
-#: mep-asm.c:1688 mt-asm.c:996 or1k-asm.c:912 xc16x-asm.c:777
+#: bpf-asm.c:581 epiphany-asm.c:856 fr30-asm.c:711 frv-asm.c:1664
+#: ip2k-asm.c:912 iq2000-asm.c:860 lm32-asm.c:750 m32c-asm.c:1985
+#: m32r-asm.c:729 mep-asm.c:1688 mt-asm.c:996 or1k-asm.c:980 xc16x-asm.c:777
#: xstormy16-asm.c:677
#, c-format
msgid "bad instruction `%.50s...'"
msgstr ""
-#: epiphany-asm.c:859 fr30-asm.c:714 frv-asm.c:1667 ip2k-asm.c:915
-#: iq2000-asm.c:863 lm32-asm.c:753 m32c-asm.c:1988 m32r-asm.c:732
-#: mep-asm.c:1691 mt-asm.c:999 or1k-asm.c:915 xc16x-asm.c:780
+#: bpf-asm.c:584 epiphany-asm.c:859 fr30-asm.c:714 frv-asm.c:1667
+#: ip2k-asm.c:915 iq2000-asm.c:863 lm32-asm.c:753 m32c-asm.c:1988
+#: m32r-asm.c:732 mep-asm.c:1691 mt-asm.c:999 or1k-asm.c:983 xc16x-asm.c:780
#: xstormy16-asm.c:680
#, c-format
msgid "bad instruction `%.50s'"
msgstr ""
-#: epiphany-desc.c:2109
+#: bpf-desc.c:1441
#, c-format
msgid ""
-"internal error: epiphany_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
+"internal error: bpf_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
"values: `%d' vs. `%d'"
msgstr ""
-#: epiphany-desc.c:2192
+#: bpf-desc.c:1524
#, c-format
-msgid "internal error: epiphany_cgen_cpu_open: unsupported argument `%d'"
+msgid "internal error: bpf_cgen_cpu_open: unsupported argument `%d'"
msgstr ""
-#: epiphany-desc.c:2211
+#: bpf-desc.c:1543
#, c-format
-msgid "internal error: epiphany_cgen_cpu_open: no endianness specified"
+msgid "internal error: bpf_cgen_cpu_open: no endianness specified"
msgstr ""
#. Default text to print if an instruction isn't recognized.
-#: epiphany-dis.c:41 fr30-dis.c:41 frv-dis.c:41 ip2k-dis.c:41 iq2000-dis.c:41
-#: lm32-dis.c:41 m32c-dis.c:41 m32r-dis.c:41 mep-dis.c:41 mmix-dis.c:275
-#: mt-dis.c:41 nds32-dis.c:64 or1k-dis.c:41 xc16x-dis.c:41 xstormy16-dis.c:41
+#: bpf-dis.c:41 epiphany-dis.c:41 fr30-dis.c:41 frv-dis.c:41 ip2k-dis.c:41
+#: iq2000-dis.c:41 lm32-dis.c:41 m32c-dis.c:41 m32r-dis.c:41 mep-dis.c:41
+#: mmix-dis.c:293 mt-dis.c:41 nds32-dis.c:64 or1k-dis.c:41 xc16x-dis.c:41
+#: xstormy16-dis.c:41
msgid "*unknown*"
msgstr ""
-#: epiphany-dis.c:279 fr30-dis.c:300 frv-dis.c:397 ip2k-dis.c:289
+#: bpf-dis.c:203 epiphany-dis.c:279 fr30-dis.c:300 frv-dis.c:397 ip2k-dis.c:289
#: iq2000-dis.c:190 lm32-dis.c:148 m32c-dis.c:892 m32r-dis.c:280 mep-dis.c:1188
-#: mt-dis.c:291 or1k-dis.c:145 xc16x-dis.c:421 xstormy16-dis.c:169
+#: mt-dis.c:291 or1k-dis.c:184 xc16x-dis.c:421 xstormy16-dis.c:169
#, c-format
msgid "internal error: unrecognized field %d while printing insn"
msgstr ""
-#: epiphany-ibld.c:164 fr30-ibld.c:164 frv-ibld.c:164 ip2k-ibld.c:164
-#: iq2000-ibld.c:164 lm32-ibld.c:164 m32c-ibld.c:164 m32r-ibld.c:164
-#: mep-ibld.c:164 mt-ibld.c:164 or1k-ibld.c:164 xc16x-ibld.c:164
-#: xstormy16-ibld.c:164
+#: bpf-ibld.c:164 epiphany-ibld.c:164 fr30-ibld.c:164 frv-ibld.c:164
+#: ip2k-ibld.c:164 iq2000-ibld.c:164 lm32-ibld.c:164 m32c-ibld.c:164
+#: m32r-ibld.c:164 mep-ibld.c:164 mt-ibld.c:164 or1k-ibld.c:164
+#: xc16x-ibld.c:164 xstormy16-ibld.c:164
#, c-format
msgid "operand out of range (%ld not between %ld and %lu)"
msgstr ""
-#: epiphany-ibld.c:185 fr30-ibld.c:185 frv-ibld.c:185 ip2k-ibld.c:185
-#: iq2000-ibld.c:185 lm32-ibld.c:185 m32c-ibld.c:185 m32r-ibld.c:185
-#: mep-ibld.c:185 mt-ibld.c:185 or1k-ibld.c:185 xc16x-ibld.c:185
-#: xstormy16-ibld.c:185
+#: bpf-ibld.c:185 epiphany-ibld.c:185 fr30-ibld.c:185 frv-ibld.c:185
+#: ip2k-ibld.c:185 iq2000-ibld.c:185 lm32-ibld.c:185 m32c-ibld.c:185
+#: m32r-ibld.c:185 mep-ibld.c:185 mt-ibld.c:185 or1k-ibld.c:185
+#: xc16x-ibld.c:185 xstormy16-ibld.c:185
#, c-format
msgid "operand out of range (0x%lx not between 0 and 0x%lx)"
msgstr ""
-#: epiphany-ibld.c:880 fr30-ibld.c:735 frv-ibld.c:861 ip2k-ibld.c:612
-#: iq2000-ibld.c:718 lm32-ibld.c:639 m32c-ibld.c:1736 m32r-ibld.c:670
-#: mep-ibld.c:1213 mt-ibld.c:754 or1k-ibld.c:658 xc16x-ibld.c:757
-#: xstormy16-ibld.c:683
+#: bpf-ibld.c:201 cgen-asm.c:351 epiphany-ibld.c:201 fr30-ibld.c:201
+#: frv-ibld.c:201 ip2k-ibld.c:201 iq2000-ibld.c:201 lm32-ibld.c:201
+#: m32c-ibld.c:201 m32r-ibld.c:201 mep-ibld.c:201 mt-ibld.c:201 or1k-ibld.c:201
+#: xc16x-ibld.c:201 xstormy16-ibld.c:201
+#, c-format
+msgid "operand out of range (%ld not between %ld and %ld)"
+msgstr ""
+
+#: bpf-ibld.c:625 epiphany-ibld.c:880 fr30-ibld.c:735 frv-ibld.c:861
+#: ip2k-ibld.c:612 iq2000-ibld.c:718 lm32-ibld.c:639 m32c-ibld.c:1736
+#: m32r-ibld.c:670 mep-ibld.c:1213 mt-ibld.c:754 or1k-ibld.c:742
+#: xc16x-ibld.c:757 xstormy16-ibld.c:683
#, c-format
msgid "internal error: unrecognized field %d while building insn"
msgstr ""
-#: epiphany-ibld.c:1175 fr30-ibld.c:941 frv-ibld.c:1179 ip2k-ibld.c:688
-#: iq2000-ibld.c:894 lm32-ibld.c:744 m32c-ibld.c:2898 m32r-ibld.c:808
-#: mep-ibld.c:1813 mt-ibld.c:975 or1k-ibld.c:772 xc16x-ibld.c:978
-#: xstormy16-ibld.c:830
+#: bpf-ibld.c:709 epiphany-ibld.c:1175 fr30-ibld.c:941 frv-ibld.c:1179
+#: ip2k-ibld.c:688 iq2000-ibld.c:894 lm32-ibld.c:744 m32c-ibld.c:2898
+#: m32r-ibld.c:808 mep-ibld.c:1813 mt-ibld.c:975 or1k-ibld.c:910
+#: xc16x-ibld.c:978 xstormy16-ibld.c:830
#, c-format
msgid "internal error: unrecognized field %d while decoding insn"
msgstr ""
-#: epiphany-ibld.c:1319 fr30-ibld.c:1088 frv-ibld.c:1458 ip2k-ibld.c:763
-#: iq2000-ibld.c:1026 lm32-ibld.c:834 m32c-ibld.c:3516 m32r-ibld.c:922
-#: mep-ibld.c:2284 mt-ibld.c:1176 or1k-ibld.c:859 xc16x-ibld.c:1200
-#: xstormy16-ibld.c:941
+#: bpf-ibld.c:778 epiphany-ibld.c:1319 fr30-ibld.c:1088 frv-ibld.c:1458
+#: ip2k-ibld.c:763 iq2000-ibld.c:1026 lm32-ibld.c:834 m32c-ibld.c:3516
+#: m32r-ibld.c:922 mep-ibld.c:2284 mt-ibld.c:1176 or1k-ibld.c:1015
+#: xc16x-ibld.c:1200 xstormy16-ibld.c:941
#, c-format
msgid "internal error: unrecognized field %d while getting int operand"
msgstr ""
-#: epiphany-ibld.c:1445 fr30-ibld.c:1217 frv-ibld.c:1719 ip2k-ibld.c:820
-#: iq2000-ibld.c:1140 lm32-ibld.c:906 m32c-ibld.c:4116 m32r-ibld.c:1018
-#: mep-ibld.c:2737 mt-ibld.c:1359 or1k-ibld.c:928 xc16x-ibld.c:1404
-#: xstormy16-ibld.c:1034
+#: bpf-ibld.c:829 epiphany-ibld.c:1445 fr30-ibld.c:1217 frv-ibld.c:1719
+#: ip2k-ibld.c:820 iq2000-ibld.c:1140 lm32-ibld.c:906 m32c-ibld.c:4116
+#: m32r-ibld.c:1018 mep-ibld.c:2737 mt-ibld.c:1359 or1k-ibld.c:1102
+#: xc16x-ibld.c:1404 xstormy16-ibld.c:1034
#, c-format
msgid "internal error: unrecognized field %d while getting vma operand"
msgstr ""
-#: epiphany-ibld.c:1578 fr30-ibld.c:1349 frv-ibld.c:1987 ip2k-ibld.c:880
-#: iq2000-ibld.c:1261 lm32-ibld.c:985 m32c-ibld.c:4704 m32r-ibld.c:1120
-#: mep-ibld.c:3151 mt-ibld.c:1549 or1k-ibld.c:1004 xc16x-ibld.c:1609
-#: xstormy16-ibld.c:1134
+#: bpf-ibld.c:887 epiphany-ibld.c:1578 fr30-ibld.c:1349 frv-ibld.c:1987
+#: ip2k-ibld.c:880 iq2000-ibld.c:1261 lm32-ibld.c:985 m32c-ibld.c:4704
+#: m32r-ibld.c:1120 mep-ibld.c:3151 mt-ibld.c:1549 or1k-ibld.c:1196
+#: xc16x-ibld.c:1609 xstormy16-ibld.c:1134
#, c-format
msgid "internal error: unrecognized field %d while setting int operand"
msgstr ""
-#: epiphany-ibld.c:1701 fr30-ibld.c:1471 frv-ibld.c:2245 ip2k-ibld.c:930
-#: iq2000-ibld.c:1372 lm32-ibld.c:1054 m32c-ibld.c:5282 m32r-ibld.c:1212
-#: mep-ibld.c:3555 mt-ibld.c:1729 or1k-ibld.c:1070 xc16x-ibld.c:1804
-#: xstormy16-ibld.c:1224
+#: bpf-ibld.c:935 epiphany-ibld.c:1701 fr30-ibld.c:1471 frv-ibld.c:2245
+#: ip2k-ibld.c:930 iq2000-ibld.c:1372 lm32-ibld.c:1054 m32c-ibld.c:5282
+#: m32r-ibld.c:1212 mep-ibld.c:3555 mt-ibld.c:1729 or1k-ibld.c:1280
+#: xc16x-ibld.c:1804 xstormy16-ibld.c:1224
#, c-format
msgid "internal error: unrecognized field %d while setting vma operand"
msgstr ""
+#: cgen-asm.c:373
+#, c-format
+msgid "operand out of range (%lu not between %lu and %lu)"
+msgstr ""
+
+#: d30v-dis.c:229
+#, c-format
+msgid "illegal id (%d)"
+msgstr ""
+
+#: d30v-dis.c:256
+#, c-format
+msgid "<unknown register %d>"
+msgstr ""
+
+#. Can't happen.
+#: dis-buf.c:61
+#, c-format
+msgid "Unknown error %d\n"
+msgstr ""
+
+#: dis-buf.c:70
+#, c-format
+msgid "Address 0x%s is out of bounds.\n"
+msgstr ""
+
+#: epiphany-asm.c:68
+msgid "register unavailable for short instructions"
+msgstr ""
+
+#: epiphany-asm.c:115
+msgid "register name used as immediate value"
+msgstr ""
+
+#. Don't treat "mov ip,ip" as a move-immediate.
+#: epiphany-asm.c:178 epiphany-asm.c:234
+msgid "register source in immediate move"
+msgstr ""
+
+#: epiphany-asm.c:187
+msgid "byte relocation unsupported"
+msgstr ""
+
+#. -- assembler routines inserted here.
+#. -- asm.c
+#: epiphany-asm.c:193 frv-asm.c:972 iq2000-asm.c:56 lm32-asm.c:95
+#: lm32-asm.c:127 lm32-asm.c:157 lm32-asm.c:187 lm32-asm.c:217 lm32-asm.c:247
+#: m32c-asm.c:140 m32c-asm.c:235 m32c-asm.c:276 m32c-asm.c:334 m32c-asm.c:355
+#: m32r-asm.c:53 mep-asm.c:241 mep-asm.c:259 mep-asm.c:274 mep-asm.c:289
+#: mep-asm.c:301 or1k-asm.c:54
+msgid "missing `)'"
+msgstr ""
+
+#: epiphany-asm.c:270
+msgid "ABORT: unknown operand"
+msgstr ""
+
+#: epiphany-asm.c:296
+msgid "Not a pc-relative address."
+msgstr ""
+
+#: epiphany-desc.c:2109
+#, c-format
+msgid ""
+"internal error: epiphany_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
+"values: `%d' vs. `%d'"
+msgstr ""
+
+#: epiphany-desc.c:2192
+#, c-format
+msgid "internal error: epiphany_cgen_cpu_open: unsupported argument `%d'"
+msgstr ""
+
+#: epiphany-desc.c:2211
+#, c-format
+msgid "internal error: epiphany_cgen_cpu_open: no endianness specified"
+msgstr ""
+
#: fr30-asm.c:93 m32c-asm.c:872 m32c-asm.c:879
msgid "Register number is not valid"
msgstr ""
@@ -966,11 +994,11 @@ msgstr ""
msgid "Don't understand 0x%x \n"
msgstr ""
-#: i386-dis.c:11058
+#: i386-dis.c:11045
msgid "<internal disassembler error>"
msgstr ""
-#: i386-dis.c:11353
+#: i386-dis.c:11340
#, c-format
msgid ""
"\n"
@@ -979,145 +1007,145 @@ msgid ""
"with the -M switch (multiple options should be separated by commas):\n"
msgstr ""
-#: i386-dis.c:11357
+#: i386-dis.c:11344
#, c-format
msgid " x86-64 Disassemble in 64bit mode\n"
msgstr ""
-#: i386-dis.c:11358
+#: i386-dis.c:11345
#, c-format
msgid " i386 Disassemble in 32bit mode\n"
msgstr ""
-#: i386-dis.c:11359
+#: i386-dis.c:11346
#, c-format
msgid " i8086 Disassemble in 16bit mode\n"
msgstr ""
-#: i386-dis.c:11360
+#: i386-dis.c:11347
#, c-format
msgid " att Display instruction in AT&T syntax\n"
msgstr ""
-#: i386-dis.c:11361
+#: i386-dis.c:11348
#, c-format
msgid " intel Display instruction in Intel syntax\n"
msgstr ""
-#: i386-dis.c:11362
+#: i386-dis.c:11349
#, c-format
msgid ""
" att-mnemonic\n"
" Display instruction in AT&T mnemonic\n"
msgstr ""
-#: i386-dis.c:11364
+#: i386-dis.c:11351
#, c-format
msgid ""
" intel-mnemonic\n"
" Display instruction in Intel mnemonic\n"
msgstr ""
-#: i386-dis.c:11366
+#: i386-dis.c:11353
#, c-format
msgid " addr64 Assume 64bit address size\n"
msgstr ""
-#: i386-dis.c:11367
+#: i386-dis.c:11354
#, c-format
msgid " addr32 Assume 32bit address size\n"
msgstr ""
-#: i386-dis.c:11368
+#: i386-dis.c:11355
#, c-format
msgid " addr16 Assume 16bit address size\n"
msgstr ""
-#: i386-dis.c:11369
+#: i386-dis.c:11356
#, c-format
msgid " data32 Assume 32bit data size\n"
msgstr ""
-#: i386-dis.c:11370
+#: i386-dis.c:11357
#, c-format
msgid " data16 Assume 16bit data size\n"
msgstr ""
-#: i386-dis.c:11371
+#: i386-dis.c:11358
#, c-format
msgid " suffix Always display instruction suffix in AT&T syntax\n"
msgstr ""
-#: i386-dis.c:11372
+#: i386-dis.c:11359
#, c-format
msgid " amd64 Display instruction in AMD64 ISA\n"
msgstr ""
-#: i386-dis.c:11373
+#: i386-dis.c:11360
#, c-format
msgid " intel64 Display instruction in Intel64 ISA\n"
msgstr ""
-#: i386-dis.c:11936
+#: i386-dis.c:11923
msgid "64-bit address is disabled"
msgstr ""
-#: i386-gen.c:732
+#: i386-gen.c:747
#, c-format
msgid "%s: error: "
msgstr ""
-#: i386-gen.c:911
+#: i386-gen.c:926
#, c-format
msgid "%s: %d: unknown bitfield: %s\n"
msgstr ""
-#: i386-gen.c:913
+#: i386-gen.c:928
#, c-format
msgid "unknown bitfield: %s\n"
msgstr ""
-#: i386-gen.c:976
+#: i386-gen.c:991
#, c-format
msgid "%s: %d: missing `)' in bitfield: %s\n"
msgstr ""
-#: i386-gen.c:1077
+#: i386-gen.c:1092
#, c-format
msgid "unknown broadcast operand: %s\n"
msgstr ""
-#: i386-gen.c:1478
+#: i386-gen.c:1493
#, c-format
msgid "can't find i386-reg.tbl for reading, errno = %s\n"
msgstr ""
-#: i386-gen.c:1556
+#: i386-gen.c:1571
#, c-format
msgid "can't create i386-init.h, errno = %s\n"
msgstr ""
-#: i386-gen.c:1646 ia64-gen.c:2829
+#: i386-gen.c:1661 ia64-gen.c:2829
#, c-format
msgid "unable to change directory to \"%s\", errno = %s\n"
msgstr ""
-#: i386-gen.c:1658 i386-gen.c:1661
+#: i386-gen.c:1675 i386-gen.c:1680
#, c-format
msgid "CpuMax != %d!\n"
msgstr ""
-#: i386-gen.c:1665
+#: i386-gen.c:1684
#, c-format
msgid "%d unused bits in i386_cpu_flags.\n"
msgstr ""
-#: i386-gen.c:1672
+#: i386-gen.c:1697
#, c-format
msgid "%d unused bits in i386_operand_type.\n"
msgstr ""
-#: i386-gen.c:1686
+#: i386-gen.c:1711
#, c-format
msgid "can't create i386-tbl.h, errno = %s\n"
msgstr ""
@@ -1537,86 +1565,86 @@ msgstr ""
msgid "internal error: mep_cgen_cpu_open: no endianness specified"
msgstr ""
-#: mips-dis.c:1800 mips-dis.c:2026
+#: mips-dis.c:1804 mips-dis.c:2030
#, c-format
msgid "# internal error, undefined operand in `%s %s'"
msgstr ""
-#: mips-dis.c:2615
+#: mips-dis.c:2619
msgid "Use canonical instruction forms.\n"
msgstr ""
-#: mips-dis.c:2617
+#: mips-dis.c:2621
msgid "Recognize MSA instructions.\n"
msgstr ""
-#: mips-dis.c:2619
+#: mips-dis.c:2623
msgid "Recognize the virtualization ASE instructions.\n"
msgstr ""
-#: mips-dis.c:2621
+#: mips-dis.c:2625
msgid ""
"Recognize the eXtended Physical Address (XPA) ASE\n"
" instructions.\n"
msgstr ""
-#: mips-dis.c:2624
+#: mips-dis.c:2628
msgid "Recognize the Global INValidate (GINV) ASE instructions.\n"
msgstr ""
-#: mips-dis.c:2628
+#: mips-dis.c:2632
msgid ""
"Recognize the Loongson MultiMedia extensions Instructions (MMI) ASE "
"instructions.\n"
msgstr ""
-#: mips-dis.c:2632
+#: mips-dis.c:2636
msgid "Recognize the Loongson Content Address Memory (CAM) instructions.\n"
msgstr ""
-#: mips-dis.c:2636
+#: mips-dis.c:2640
msgid "Recognize the Loongson EXTensions (EXT) instructions.\n"
msgstr ""
-#: mips-dis.c:2640
+#: mips-dis.c:2644
msgid "Recognize the Loongson EXTensions R2 (EXT2) instructions.\n"
msgstr ""
-#: mips-dis.c:2643
+#: mips-dis.c:2647
msgid ""
"Print GPR names according to specified ABI.\n"
" Default: based on binary being disassembled.\n"
msgstr ""
-#: mips-dis.c:2646
+#: mips-dis.c:2650
msgid ""
"Print FPR names according to specified ABI.\n"
" Default: numeric.\n"
msgstr ""
-#: mips-dis.c:2649
+#: mips-dis.c:2653
msgid ""
"Print CP0 register names according to specified architecture.\n"
" Default: based on binary being disassembled.\n"
msgstr ""
-#: mips-dis.c:2653
+#: mips-dis.c:2657
msgid ""
"Print HWR names according to specified architecture.\n"
" Default: based on binary being disassembled.\n"
msgstr ""
-#: mips-dis.c:2656
+#: mips-dis.c:2660
msgid "Print GPR and FPR names according to specified ABI.\n"
msgstr ""
-#: mips-dis.c:2658
+#: mips-dis.c:2662
msgid ""
"Print CP0 register and HWR names according to specified\n"
" architecture."
msgstr ""
-#: mips-dis.c:2744
+#: mips-dis.c:2748
#, c-format
msgid ""
"\n"
@@ -1625,7 +1653,7 @@ msgid ""
"\n"
msgstr ""
-#: mips-dis.c:2778
+#: mips-dis.c:2782
#, c-format
msgid ""
"\n"
@@ -1647,7 +1675,11 @@ msgstr ""
msgid "(unknown)"
msgstr ""
-#: mmix-dis.c:510
+#: mmix-dis.c:247 mmix-dis.c:255
+msgid "*illegal*"
+msgstr ""
+
+#: mmix-dis.c:529
#, c-format
msgid "*unknown operands type: %d*"
msgstr ""
@@ -1818,29 +1850,29 @@ msgstr ""
msgid "internal relocation type invalid"
msgstr ""
-#: or1k-desc.c:1978
+#: or1k-desc.c:2213
#, c-format
msgid ""
"internal error: or1k_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
"values: `%d' vs. `%d'"
msgstr ""
-#: or1k-desc.c:2061
+#: or1k-desc.c:2296
#, c-format
msgid "internal error: or1k_cgen_cpu_open: unsupported argument `%d'"
msgstr ""
-#: or1k-desc.c:2080
+#: or1k-desc.c:2315
#, c-format
msgid "internal error: or1k_cgen_cpu_open: no endianness specified"
msgstr ""
-#: ppc-dis.c:370
+#: ppc-dis.c:375
#, c-format
msgid "warning: ignoring unknown -M%s option"
msgstr ""
-#: ppc-dis.c:858
+#: ppc-dis.c:956
#, c-format
msgid ""
"\n"
@@ -1852,95 +1884,107 @@ msgstr ""
msgid "invalid register"
msgstr ""
-#: ppc-opc.c:384 ppc-opc.c:412
+#: ppc-opc.c:396
msgid "invalid conditional option"
msgstr ""
-#: ppc-opc.c:386 ppc-opc.c:414
+#: ppc-opc.c:399
msgid "invalid counter access"
msgstr ""
-#: ppc-opc.c:416
+#: ppc-opc.c:463
+msgid "BO value implies no branch hint, when using + or - modifier"
+msgstr ""
+
+#: ppc-opc.c:468
msgid "attempt to set y bit when using + or - modifier"
msgstr ""
-#: ppc-opc.c:507
+#: ppc-opc.c:470
+msgid "attempt to set 'at' bits when using + or - modifier"
+msgstr ""
+
+#: ppc-opc.c:658
+msgid "invalid R operand"
+msgstr ""
+
+#: ppc-opc.c:713
msgid "invalid mask field"
msgstr ""
-#: ppc-opc.c:530
+#: ppc-opc.c:736
msgid "invalid mfcr mask"
msgstr ""
-#: ppc-opc.c:606
+#: ppc-opc.c:812
msgid "illegal L operand value"
msgstr ""
-#: ppc-opc.c:645
+#: ppc-opc.c:851
msgid "incompatible L operand value"
msgstr ""
-#: ppc-opc.c:684 ppc-opc.c:719
+#: ppc-opc.c:891 ppc-opc.c:926
msgid "illegal bitmask"
msgstr ""
-#: ppc-opc.c:806
+#: ppc-opc.c:1013
msgid "address register in load range"
msgstr ""
-#: ppc-opc.c:872
+#: ppc-opc.c:1079
msgid "index register in load range"
msgstr ""
-#: ppc-opc.c:901 ppc-opc.c:986
+#: ppc-opc.c:1108 ppc-opc.c:1194
msgid "source and target register operands must be different"
msgstr ""
-#: ppc-opc.c:931
+#: ppc-opc.c:1139
msgid "invalid register operand when updating"
msgstr ""
-#: ppc-opc.c:1049
+#: ppc-opc.c:1257
msgid "illegal immediate value"
msgstr ""
-#: ppc-opc.c:1154
+#: ppc-opc.c:1362
msgid "invalid bat number"
msgstr ""
-#: ppc-opc.c:1189
+#: ppc-opc.c:1397
msgid "invalid sprg number"
msgstr ""
-#: ppc-opc.c:1226
+#: ppc-opc.c:1434
msgid "invalid tbr number"
msgstr ""
-#: ppc-opc.c:1372
+#: ppc-opc.c:1581
msgid "invalid constant"
msgstr ""
-#: ppc-opc.c:1474 ppc-opc.c:1497 ppc-opc.c:1520 ppc-opc.c:1543
+#: ppc-opc.c:1683 ppc-opc.c:1706 ppc-opc.c:1729 ppc-opc.c:1752
msgid "UIMM = 00000 is illegal"
msgstr ""
-#: ppc-opc.c:1566
+#: ppc-opc.c:1775
msgid "UIMM values >7 are illegal"
msgstr ""
-#: ppc-opc.c:1589
+#: ppc-opc.c:1798
msgid "UIMM values >15 are illegal"
msgstr ""
-#: ppc-opc.c:1612
+#: ppc-opc.c:1821
msgid "GPR odd is illegal"
msgstr ""
-#: ppc-opc.c:1635 ppc-opc.c:1658
+#: ppc-opc.c:1844 ppc-opc.c:1867
msgid "invalid offset"
msgstr ""
-#: ppc-opc.c:1681
+#: ppc-opc.c:1890
msgid "invalid Ddd value"
msgstr ""
@@ -1954,7 +1998,7 @@ msgstr ""
msgid "# internal error, undefined modifier (%c)"
msgstr ""
-#: riscv-dis.c:541
+#: riscv-dis.c:545
#, c-format
msgid ""
"\n"
@@ -1962,14 +2006,14 @@ msgid ""
"with the -M switch (multiple options should be separated by commas):\n"
msgstr ""
-#: riscv-dis.c:545
+#: riscv-dis.c:549
#, c-format
msgid ""
"\n"
" numeric Print numeric register names, rather than ABI names.\n"
msgstr ""
-#: riscv-dis.c:548
+#: riscv-dis.c:552
#, c-format
msgid ""
"\n"