diff options
author | Nick Clifton <nickc@redhat.com> | 2021-07-03 15:16:48 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-07-03 15:16:48 +0100 |
commit | 346d80ef337471ad9f8039df513c6f6078df0c79 (patch) | |
tree | 3b803d0425ece03bb98ee2f86437e0be6a0f2d34 | |
parent | 514192487e2e12a4c147a761d59912f06cafb3cf (diff) | |
download | gdb-346d80ef337471ad9f8039df513c6f6078df0c79.zip gdb-346d80ef337471ad9f8039df513c6f6078df0c79.tar.gz gdb-346d80ef337471ad9f8039df513c6f6078df0c79.tar.bz2 |
Update version number and regenerate files
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rwxr-xr-x | bfd/configure | 20 | ||||
-rw-r--r-- | bfd/po/bfd.pot | 2902 | ||||
-rw-r--r-- | bfd/version.m4 | 2 | ||||
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/README-how-to-make-a-release | 13 | ||||
-rwxr-xr-x | binutils/configure | 20 | ||||
-rw-r--r-- | binutils/po/binutils.pot | 5074 | ||||
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rwxr-xr-x | gas/configure | 20 | ||||
-rw-r--r-- | gas/po/gas.pot | 5631 | ||||
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rw-r--r-- | gold/po/gold.pot | 1072 | ||||
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rwxr-xr-x | ld/configure | 20 | ||||
-rw-r--r-- | ld/po/ld.pot | 2908 | ||||
-rw-r--r-- | libiberty/ChangeLog | 8 | ||||
-rwxr-xr-x | libiberty/configure | 26 | ||||
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rwxr-xr-x | opcodes/configure | 20 | ||||
-rw-r--r-- | opcodes/po/opcodes.pot | 449 |
21 files changed, 9714 insertions, 8502 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c81be05..4055369 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2021-07-03 Nick Clifton <nickc@redhat.com> + * version.m4: Update version number. + * configure: Regenerate. + * po/opcodes.pot: Regenerate. + +2021-07-03 Nick Clifton <nickc@redhat.com> + * 2.37 release branch created. 2021-07-02 Nick Clifton <nickc@redhat.com> diff --git a/bfd/configure b/bfd/configure index d98e330..daa5124 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.36.50. +# Generated by GNU Autoconf 2.69 for bfd 2.37.50. # # # 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.36.50' -PACKAGE_STRING='bfd 2.36.50' +PACKAGE_VERSION='2.37.50' +PACKAGE_STRING='bfd 2.37.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1393,7 +1393,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.36.50 to adapt to many kinds of systems. +\`configure' configures bfd 2.37.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1464,7 +1464,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bfd 2.36.50:";; + short | recursive ) echo "Configuration of bfd 2.37.50:";; esac cat <<\_ACEOF @@ -1592,7 +1592,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bfd configure 2.36.50 +bfd configure 2.37.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2186,7 +2186,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.36.50, which was +It was created by bfd $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3168,7 +3168,7 @@ fi # Define the identity of the package. PACKAGE='bfd' - VERSION='2.36.50' + VERSION='2.37.50' cat >>confdefs.h <<_ACEOF @@ -15539,7 +15539,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.36.50, which was +This file was extended by bfd $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15605,7 +15605,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.36.50 +bfd config.status 2.37.50 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot index b6ba17d..5c6311d 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: 2021-01-09 10:53+0000\n" +"POT-Creation-Date: 2021-07-03 15:01+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,22 +33,22 @@ msgstr "" msgid "%pB: bad relocation record imported: %d" msgstr "" -#: aoutx.h:1265 aoutx.h:1613 pdp11.c:1236 pdp11.c:1510 +#: aoutx.h:1265 aoutx.h:1613 pdp11.c:1238 pdp11.c:1512 #, c-format msgid "%pB: can not represent section `%pA' in a.out object file format" msgstr "" -#: aoutx.h:1577 pdp11.c:1482 +#: aoutx.h:1577 pdp11.c:1484 #, c-format msgid "" "%pB: can not represent section for symbol `%s' in a.out object file format" msgstr "" -#: aoutx.h:1580 vms-alpha.c:8040 +#: aoutx.h:1580 vms-alpha.c:8038 msgid "*unknown*" msgstr "" -#: aoutx.h:1716 pdp11.c:1578 +#: aoutx.h:1716 pdp11.c:1580 #, c-format msgid "%pB: invalid string offset %<PRIu64> >= %<PRIu64>" msgstr "" @@ -58,52 +58,52 @@ msgstr "" msgid "%pB: unsupported AOUT relocation size: %d" msgstr "" -#: aoutx.h:2412 aoutx.h:2430 pdp11.c:2058 +#: aoutx.h:2412 aoutx.h:2430 pdp11.c:2060 #, c-format msgid "%pB: attempt to write out unknown reloc type" msgstr "" -#: aoutx.h:4087 pdp11.c:3441 +#: aoutx.h:4085 pdp11.c:3441 #, c-format msgid "%pB: unsupported relocation type" msgstr "" #. Unknown relocation. -#: aoutx.h:4408 coff-alpha.c:601 coff-alpha.c:1512 coff-rs6000.c:2791 +#: aoutx.h:4405 coff-alpha.c:601 coff-alpha.c:1518 coff-rs6000.c:2916 #: 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:813 elf32-arc.c:532 -#: elf32-arm.c:1985 elf32-avr.c:962 elf32-bfin.c:1062 elf32-bfin.c:4686 +#: elf32-arm.c:1985 elf32-avr.c:962 elf32-bfin.c:1062 elf32-bfin.c:4687 #: elf32-cr16.c:654 elf32-cr16.c:684 elf32-cris.c:467 elf32-crx.c:429 #: elf32-csky.c:991 elf32-d10v.c:234 elf32-d30v.c:522 elf32-d30v.c:544 #: elf32-dlx.c:546 elf32-epiphany.c:372 elf32-fr30.c:381 elf32-frv.c:2559 -#: elf32-frv.c:6241 elf32-ft32.c:306 elf32-h8300.c:302 elf32-i386.c:400 +#: elf32-frv.c:6240 elf32-ft32.c:305 elf32-h8300.c:302 elf32-i386.c:400 #: elf32-ip2k.c:1240 elf32-iq2000.c:442 elf32-lm32.c:496 elf32-m32c.c:305 #: elf32-m32r.c:1286 elf32-m32r.c:1311 elf32-m32r.c:2209 elf32-m68hc11.c:390 #: elf32-m68hc12.c:510 elf32-m68k.c:354 elf32-mcore.c:354 elf32-mcore.c:440 #: elf32-mep.c:385 elf32-metag.c:871 elf32-microblaze.c:690 #: elf32-microblaze.c:961 elf32-mips.c:2231 elf32-moxie.c:137 #: elf32-msp430.c:737 elf32-msp430.c:747 elf32-mt.c:241 elf32-nds32.c:3237 -#: elf32-nds32.c:3263 elf32-nds32.c:5029 elf32-nios2.c:3019 elf32-or1k.c:1038 -#: elf32-pj.c:326 elf32-ppc.c:901 elf32-ppc.c:914 elf32-pru.c:423 +#: elf32-nds32.c:3263 elf32-nds32.c:5029 elf32-nios2.c:3019 elf32-or1k.c:1070 +#: elf32-pj.c:326 elf32-ppc.c:898 elf32-ppc.c:911 elf32-pru.c:423 #: elf32-rl78.c:291 elf32-rx.c:313 elf32-rx.c:322 elf32-s12z.c:296 -#: elf32-s390.c:347 elf32-score.c:2392 elf32-score7.c:2231 elf32-sh.c:438 +#: elf32-s390.c:347 elf32-score.c:2392 elf32-score7.c:2231 elf32-sh.c:437 #: elf32-spu.c:163 elf32-tic6x.c:1498 elf32-tic6x.c:1508 elf32-tic6x.c:1527 #: elf32-tic6x.c:1537 elf32-tic6x.c:2583 elf32-tilepro.c:792 elf32-v850.c:1902 -#: elf32-v850.c:1924 elf32-v850.c:4249 elf32-vax.c:290 elf32-visium.c:481 +#: elf32-v850.c:1924 elf32-v850.c:4249 elf32-vax.c:289 elf32-visium.c:481 #: elf32-wasm32.c:105 elf32-xc16x.c:250 elf32-xgate.c:418 elf32-xstormy16.c:395 #: elf32-xtensa.c:522 elf32-xtensa.c:556 elf32-z80.c:331 elf64-alpha.c:1114 -#: elf64-alpha.c:4071 elf64-alpha.c:4219 elf64-bpf.c:325 elf64-ia64-vms.c:255 +#: elf64-alpha.c:4072 elf64-alpha.c:4220 elf64-bpf.c:325 elf64-ia64-vms.c:255 #: elf64-ia64-vms.c:3431 elf64-mips.c:3958 elf64-mips.c:3974 elf64-mmix.c:1264 -#: elf64-nfp.c:238 elf64-ppc.c:1018 elf64-ppc.c:1370 elf64-ppc.c:1379 -#: elf64-s390.c:328 elf64-s390.c:378 elf64-x86-64.c:281 elfn32-mips.c:3788 -#: elfxx-ia64.c:324 elfxx-riscv.c:969 elfxx-sparc.c:589 elfxx-sparc.c:639 +#: elf64-nfp.c:238 elf64-ppc.c:1021 elf64-ppc.c:1373 elf64-ppc.c:1382 +#: elf64-s390.c:328 elf64-s390.c:378 elf64-x86-64.c:279 elfn32-mips.c:3788 +#: elfxx-ia64.c:324 elfxx-riscv.c:970 elfxx-sparc.c:589 elfxx-sparc.c:639 #: elfxx-tilegx.c:907 elfxx-tilegx.c:947 elfnn-aarch64.c:2215 -#: elfnn-aarch64.c:2313 elfnn-ia64.c:214 elfnn-ia64.c:3828 +#: elfnn-aarch64.c:2313 elfnn-ia64.c:214 elfnn-ia64.c:3820 #, c-format msgid "%pB: unsupported relocation type %#x" msgstr "" -#: aoutx.h:5435 pdp11.c:3864 +#: aoutx.h:5432 pdp11.c:3864 #, c-format msgid "%pB: relocatable link from %s to %s not supported" msgstr "" @@ -117,7 +117,7 @@ msgstr "" msgid "warning: writing archive was slow: rewriting timestamp" msgstr "" -#: archive.c:2308 archive.c:2368 elflink.c:4609 linker.c:1428 +#: archive.c:2308 archive.c:2368 elflink.c:4611 linker.c:1427 #, c-format msgid "%pB: plugin needed to handle lto object" msgstr "" @@ -223,22 +223,22 @@ msgstr "" msgid "#<invalid error code>" msgstr "" -#: bfd.c:1662 +#: bfd.c:1640 #, c-format msgid "BFD %s assertion fail %s:%d" msgstr "" -#: bfd.c:1675 +#: bfd.c:1653 #, c-format msgid "BFD %s internal error, aborting at %s:%d in %s\n" msgstr "" -#: bfd.c:1680 +#: bfd.c:1658 #, c-format msgid "BFD %s internal error, aborting at %s:%d\n" msgstr "" -#: bfd.c:1682 +#: bfd.c:1660 msgid "Please report this bug.\n" msgstr "" @@ -269,21 +269,21 @@ msgid "" "to generate uncompressed binaries" msgstr "" -#: coff-alpha.c:850 coff-alpha.c:887 coff-alpha.c:1954 coff-mips.c:953 +#: coff-alpha.c:856 coff-alpha.c:893 coff-alpha.c:1960 coff-mips.c:953 msgid "GP relative relocation used when GP not defined" msgstr "" -#: coff-alpha.c:1441 +#: coff-alpha.c:1447 msgid "using multiple gp values" msgstr "" -#: coff-alpha.c:1499 coff-alpha.c:1505 elf.c:9442 elf32-mcore.c:100 -#: elf32-mcore.c:455 elf32-ppc.c:7597 elf32-ppc.c:8748 elf64-ppc.c:16199 +#: coff-alpha.c:1505 coff-alpha.c:1511 elf.c:9463 elf32-mcore.c:100 +#: elf32-mcore.c:455 elf32-ppc.c:7614 elf32-ppc.c:8763 elf64-ppc.c:16242 #, c-format msgid "%pB: %s unsupported" msgstr "" -#: coff-go32.c:156 coffswap.h:785 +#: coff-go32.c:156 coffswap.h:792 #, c-format msgid "%pB: warning: %s: line number overflow: 0x%lx > 0xffff" msgstr "" @@ -293,17 +293,39 @@ msgstr "" msgid "GP relative relocation when _gp not defined" msgstr "" -#: coff-rs6000.c:2877 +#: coff-rs6000.c:484 coff64-rs6000.c:377 +#, c-format +msgid "%pB: unsupported swap_aux_in for storage class %#x" +msgstr "" + +#: coff-rs6000.c:570 coff64-rs6000.c:499 +#, c-format +msgid "%pB: unsupported swap_aux_out for storage class %#x" +msgstr "" + +#: coff-rs6000.c:3002 #, c-format msgid "%pB: TOC reloc at %#<PRIx64> to symbol `%s' with no TOC entry" msgstr "" -#: coff-rs6000.c:3640 coff64-rs6000.c:2152 +#: coff-rs6000.c:3209 coff-rs6000.c:3220 +msgid "%pB: TLS relocation at (0x%" +msgstr "" + +#: coff-rs6000.c:3234 +msgid "%pB: TLS local relocation at (0x%" +msgstr "" + +#: coff-rs6000.c:3642 coff64-rs6000.c:1573 +msgid "%pB: relocatation (%d) at (0x%" +msgstr "" + +#: coff-rs6000.c:3905 coff64-rs6000.c:2023 #, c-format msgid "%pB: symbol `%s' has unrecognized smclas %d" msgstr "" -#: coff-sh.c:778 elf32-sh.c:521 +#: coff-sh.c:778 elf32-sh.c:520 #, c-format msgid "%pB: %#<PRIx64>: warning: bad R_SH_USES offset" msgstr "" @@ -313,32 +335,32 @@ msgstr "" msgid "%pB: %#<PRIx64>: warning: R_SH_USES points to unrecognized insn %#x" msgstr "" -#: coff-sh.c:807 elf32-sh.c:552 +#: coff-sh.c:807 elf32-sh.c:551 #, c-format msgid "%pB: %#<PRIx64>: warning: bad R_SH_USES load offset" msgstr "" -#: coff-sh.c:832 elf32-sh.c:568 +#: coff-sh.c:832 elf32-sh.c:567 #, c-format msgid "%pB: %#<PRIx64>: warning: could not find expected reloc" msgstr "" -#: coff-sh.c:849 elf32-sh.c:597 +#: coff-sh.c:849 elf32-sh.c:596 #, c-format msgid "%pB: %#<PRIx64>: warning: symbol in unexpected section" msgstr "" -#: coff-sh.c:975 elf32-sh.c:727 +#: coff-sh.c:975 elf32-sh.c:726 #, c-format msgid "%pB: %#<PRIx64>: warning: could not find expected COUNT reloc" msgstr "" -#: coff-sh.c:985 elf32-sh.c:738 +#: coff-sh.c:985 elf32-sh.c:737 #, c-format msgid "%pB: %#<PRIx64>: warning: bad count" msgstr "" -#: coff-sh.c:1356 coff-sh.c:2644 elf32-sh.c:1138 elf32-sh.c:1505 +#: coff-sh.c:1356 coff-sh.c:2644 elf32-sh.c:1137 elf32-sh.c:1504 #, c-format msgid "%pB: %#<PRIx64>: fatal: reloc overflow while relaxing" msgstr "" @@ -348,34 +370,44 @@ msgstr "" msgid "%pB: fatal: generic symbols retrieved before relaxing" msgstr "" -#: coff-sh.c:2781 cofflink.c:2948 +#: coff-sh.c:2781 cofflink.c:2959 #, c-format msgid "%pB: illegal symbol index %ld in relocs" msgstr "" -#: coff-tic4x.c:228 coff-tic54x.c:366 coffcode.h:5050 +#: coff-tic4x.c:228 coff-tic54x.c:366 coffcode.h:5124 #, c-format msgid "%pB: warning: illegal symbol index %ld in relocs" msgstr "" -#: coffcode.h:953 +#: coff64-rs6000.c:449 coff64-rs6000.c:555 +#, c-format +msgid "%pB: C_STAT isn't supported by XCOFF64" +msgstr "" + +#: coff64-rs6000.c:479 +#, c-format +msgid "%pB: wrong auxtype %#x for storage class %#x" +msgstr "" + +#: coffcode.h:986 #, c-format msgid "%pB: unable to load COMDAT section name" msgstr "" #. Malformed input files can trigger this test. #. cf PR 21781. -#: coffcode.h:988 +#: coffcode.h:1021 #, c-format msgid "%pB: error: unexpected symbol '%s' in COMDAT section" msgstr "" -#: coffcode.h:1000 +#: coffcode.h:1033 #, c-format msgid "%pB: warning: COMDAT symbol '%s' does not match section name '%s'" msgstr "" -#: coffcode.h:1010 +#: coffcode.h:1043 #, c-format msgid "%pB: warning: no symbol for section '%s' found" msgstr "" @@ -383,126 +415,126 @@ 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:1241 +#: coffcode.h:1274 #, c-format msgid "%pB: warning: ignoring section flag %s in section %s" msgstr "" -#: coffcode.h:1310 +#: coffcode.h:1343 #, c-format msgid "%pB (%s): section flag %s (%#lx) ignored" msgstr "" -#: coffcode.h:1926 coffcode.h:1991 +#: coffcode.h:1959 coffcode.h:2024 #, c-format msgid "%pB: warning: claims to have 0xffff relocs, without overflow" msgstr "" -#: coffcode.h:2352 +#: coffcode.h:2385 #, c-format msgid "unrecognized TI COFF target id '0x%x'" msgstr "" -#: coffcode.h:2630 +#: coffcode.h:2663 #, c-format msgid "%pB: reloc against a non-existent symbol index: %ld" msgstr "" -#: coffcode.h:2930 +#: coffcode.h:2961 #, c-format msgid "%pB: page size is too large (0x%x)" msgstr "" -#: coffcode.h:3090 +#: coffcode.h:3121 #, c-format msgid "%pB: too many sections (%d)" msgstr "" -#: coffcode.h:3508 +#: coffcode.h:3548 #, c-format msgid "%pB: section %pA: string table overflow at offset %ld" msgstr "" -#: coffcode.h:3608 +#: coffcode.h:3655 #, c-format msgid "%pB:%s section %s: alignment 2**%u not representable" msgstr "" -#: coffcode.h:4284 +#: coffcode.h:4358 #, c-format msgid "%pB: warning: line number count (%#lx) exceeds section size (%#lx)" msgstr "" -#: coffcode.h:4304 +#: coffcode.h:4378 #, c-format msgid "%pB: warning: line number table read failed" msgstr "" -#: coffcode.h:4338 coffcode.h:4352 +#: coffcode.h:4412 coffcode.h:4426 #, c-format msgid "%pB: warning: illegal symbol index 0x%lx in line number entry %d" msgstr "" -#: coffcode.h:4366 +#: coffcode.h:4440 #, c-format msgid "%pB: warning: illegal symbol in line number entry %d" msgstr "" -#: coffcode.h:4379 +#: coffcode.h:4453 #, c-format msgid "%pB: warning: duplicate line number information for `%s'" msgstr "" -#: coffcode.h:4800 +#: coffcode.h:4874 #, c-format msgid "%pB: unrecognized storage class %d for %s symbol `%s'" msgstr "" -#: coffcode.h:4940 +#: coffcode.h:5014 #, c-format msgid "warning: %pB: local symbol `%s' has no section" msgstr "" -#: coffcode.h:5090 +#: coffcode.h:5164 #, c-format msgid "%pB: illegal relocation type %d at address %#<PRIx64>" msgstr "" -#: coffgen.c:179 elf.c:1238 +#: coffgen.c:179 elf.c:1239 #, c-format msgid "%pB: unable to initialize compress status for section %s" msgstr "" -#: coffgen.c:203 elf.c:1249 +#: coffgen.c:203 elf.c:1250 #, c-format msgid "%pB: unable to initialize decompress status for section %s" msgstr "" -#: coffgen.c:1704 +#: coffgen.c:1706 #, c-format msgid "%pB: bad string table size %<PRIu64>" msgstr "" -#: coffgen.c:1876 coffgen.c:1936 coffgen.c:1954 cofflink.c:2024 elf.c:1923 -#: xcofflink.c:4512 +#: coffgen.c:1878 coffgen.c:1938 coffgen.c:1956 cofflink.c:2024 elf.c:1936 +#: xcofflink.c:4540 msgid "<corrupt>" msgstr "" -#: coffgen.c:2085 +#: coffgen.c:2087 #, c-format msgid "<corrupt info> %s" msgstr "" -#: coffgen.c:2676 elflink.c:14969 linker.c:2967 +#: coffgen.c:2684 elflink.c:14829 linker.c:2965 msgid "%F%P: already_linked_table: %E\n" msgstr "" -#: coffgen.c:3017 elflink.c:13959 +#: coffgen.c:3026 elflink.c:13816 #, c-format msgid "removing unused section '%pA' in file '%pB'" msgstr "" -#: coffgen.c:3094 elflink.c:14176 +#: coffgen.c:3103 elflink.c:14036 msgid "warning: gc-sections option ignored" msgstr "" @@ -511,7 +543,7 @@ msgstr "" msgid "warning: symbol `%s' is both section and non-section" msgstr "" -#: cofflink.c:471 elf64-ia64-vms.c:5202 elflink.c:5200 +#: cofflink.c:471 elf64-ia64-vms.c:5202 elflink.c:5207 #, c-format msgid "warning: type of symbol `%s' changed from %d to %d in %pB" msgstr "" @@ -521,41 +553,45 @@ msgstr "" msgid "%pB: relocs in section `%pA', but it has no contents" msgstr "" -#: cofflink.c:2415 elflink.c:11299 +#: cofflink.c:2415 elflink.c:11342 #, c-format msgid "" "%X`%s' referenced in section `%pA' of %pB: defined in discarded section `" "%pA' of %pB\n" msgstr "" -#: cofflink.c:2717 +#: cofflink.c:2610 +msgid "%pB: stripping non-representable symbol '%s' (value %" +msgstr "" + +#: cofflink.c:2728 #, c-format msgid "%pB: %pA: reloc overflow: %#x > 0xffff" msgstr "" -#: cofflink.c:2725 +#: cofflink.c:2736 #, c-format msgid "%pB: warning: %pA: line number overflow: %#x > 0xffff" msgstr "" -#: cofflink.c:3116 +#: cofflink.c:3127 #, c-format msgid "%pB: bad reloc address %#<PRIx64> in section `%pA'" msgstr "" -#: coffswap.h:799 +#: coffswap.h:806 #, c-format msgid "%pB: %s: reloc overflow: 0x%lx > 0xffff" msgstr "" -#: compress.c:271 +#: compress.c:270 #, c-format msgid "" "error: %pB(%pA) section size (%#<PRIx64> bytes) is larger than file size " "(%#<PRIx64> bytes)" msgstr "" -#: compress.c:282 +#: compress.c:281 #, c-format msgid "error: %pB(%pA) is too large (%#<PRIx64> bytes)" msgstr "" @@ -571,219 +607,219 @@ msgstr "" msgid "warning: unable to update contents of %s section in %pB" msgstr "" -#: dwarf2.c:553 +#: dwarf2.c:552 #, c-format msgid "DWARF error: can't find %s section." msgstr "" #. PR 26946 -#: dwarf2.c:564 +#: dwarf2.c:563 #, c-format msgid "DWARF error: section %s is larger than its filesize! (0x%lx vs 0x%lx)" msgstr "" -#: dwarf2.c:599 +#: dwarf2.c:598 #, c-format msgid "" "DWARF error: offset (%<PRIu64>) greater than or equal to %s size (%<PRIu64>)" msgstr "" -#: dwarf2.c:1186 +#: dwarf2.c:1201 msgid "DWARF error: info pointer extends beyond end of attributes" msgstr "" -#: dwarf2.c:1365 +#: dwarf2.c:1349 #, c-format msgid "DWARF error: invalid or unhandled FORM value: %#x" msgstr "" -#: dwarf2.c:1678 +#: dwarf2.c:1664 msgid "DWARF error: mangled line number section (bad file number)" msgstr "" -#: dwarf2.c:2026 +#: dwarf2.c:2007 msgid "DWARF error: zero format count" msgstr "" -#: dwarf2.c:2036 +#: dwarf2.c:2017 #, c-format msgid "DWARF error: data count (%<PRIx64>) larger than buffer size" msgstr "" -#: dwarf2.c:2077 +#: dwarf2.c:2056 #, c-format msgid "DWARF error: unknown format content type %<PRIu64>" msgstr "" -#: dwarf2.c:2150 +#: dwarf2.c:2126 #, c-format msgid "DWARF error: line info section is too small (%<PRId64>)" msgstr "" -#: dwarf2.c:2180 +#: dwarf2.c:2153 #, c-format msgid "" "DWARF error: line info data is bigger (%#<PRIx64>) than the space remaining " "in the section (%#lx)" msgstr "" -#: dwarf2.c:2193 +#: dwarf2.c:2166 #, c-format msgid "DWARF error: unhandled .debug_line version %d" msgstr "" -#: dwarf2.c:2203 +#: dwarf2.c:2175 msgid "DWARF error: ran out of room reading prologue" msgstr "" -#: dwarf2.c:2221 +#: dwarf2.c:2191 #, c-format msgid "DWARF error: line info unsupported segment selector size %u" msgstr "" -#: dwarf2.c:2248 +#: dwarf2.c:2213 msgid "DWARF error: invalid maximum operations per instruction" msgstr "" -#: dwarf2.c:2267 +#: dwarf2.c:2225 msgid "DWARF error: ran out of room reading opcodes" msgstr "" -#: dwarf2.c:2458 +#: dwarf2.c:2393 msgid "DWARF error: mangled line number section" msgstr "" -#: dwarf2.c:2956 +#: dwarf2.c:2881 msgid "DWARF error: abstract instance recursion detected" msgstr "" -#: dwarf2.c:2990 dwarf2.c:3084 +#: dwarf2.c:2915 dwarf2.c:3009 msgid "DWARF error: invalid abstract instance DIE ref" msgstr "" -#: dwarf2.c:3006 +#: dwarf2.c:2931 #, c-format msgid "DWARF error: unable to read alt ref %<PRIu64>" msgstr "" -#: dwarf2.c:3062 +#: dwarf2.c:2987 #, c-format msgid "DWARF error: unable to locate abstract instance DIE ref %<PRIu64>" msgstr "" -#: dwarf2.c:3101 dwarf2.c:3384 dwarf2.c:3771 +#: dwarf2.c:3024 dwarf2.c:3305 dwarf2.c:3750 #, c-format msgid "DWARF error: could not find abbrev number %u" msgstr "" -#: dwarf2.c:3534 +#: dwarf2.c:3538 #, c-format -msgid "DWARF error: could not find variable specification at offset %lx" +msgid "DWARF error: could not find variable specification at offset 0x%lx" msgstr "" -#: dwarf2.c:3690 +#: dwarf2.c:3677 #, c-format msgid "" "DWARF error: found dwarf version '%u', this reader only handles version 2, " "3, 4 and 5 information" msgstr "" -#: dwarf2.c:3734 +#: dwarf2.c:3714 #, c-format msgid "" "DWARF error: found address size '%u', this reader can not handle sizes " "greater than '%u'" msgstr "" -#: dwarf2.c:3838 +#: dwarf2.c:3817 msgid "" "DWARF error: DW_AT_comp_dir attribute encountered with a non-string form" msgstr "" -#: ecoff.c:941 +#: ecoff.c:940 #, c-format msgid "%pB: warning: isymMax (%ld) is greater than ifdMax (%ld)" msgstr "" -#: ecoff.c:1237 +#: ecoff.c:1236 #, c-format msgid "unknown basic type %d" msgstr "" -#: ecoff.c:1493 +#: ecoff.c:1492 #, c-format msgid "" "\n" " End+1 symbol: %ld" msgstr "" -#: ecoff.c:1500 ecoff.c:1503 +#: ecoff.c:1499 ecoff.c:1502 #, c-format msgid "" "\n" " First symbol: %ld" msgstr "" -#: ecoff.c:1518 +#: ecoff.c:1517 #, c-format msgid "" "\n" " End+1 symbol: %-7ld Type: %s" msgstr "" -#: ecoff.c:1526 +#: ecoff.c:1525 #, c-format msgid "" "\n" " Local symbol: %ld" msgstr "" -#: ecoff.c:1534 +#: ecoff.c:1533 #, c-format msgid "" "\n" " struct; End+1 symbol: %ld" msgstr "" -#: ecoff.c:1539 +#: ecoff.c:1538 #, c-format msgid "" "\n" " union; End+1 symbol: %ld" msgstr "" -#: ecoff.c:1544 +#: ecoff.c:1543 #, c-format msgid "" "\n" " enum; End+1 symbol: %ld" msgstr "" -#: ecoff.c:1552 +#: ecoff.c:1551 #, c-format msgid "" "\n" " Type: %s" msgstr "" -#: elf-attrs.c:449 +#: elf-attrs.c:477 #, c-format msgid "%pB: error: attribute section '%pA' too big: %#llx" msgstr "" -#: elf-attrs.c:490 +#: elf-attrs.c:514 #, c-format -msgid "%pB: error: attribute section length too small: %<PRId64>" +msgid "%pB: error: attribute section length too small: %ld" msgstr "" -#: elf-attrs.c:618 +#: elf-attrs.c:644 #, c-format msgid "" "error: %pB: object has vendor-specific contents that must be processed by " "the '%s' toolchain" msgstr "" -#: elf-attrs.c:628 +#: elf-attrs.c:654 #, c-format msgid "error: %pB: object tag '%d, %s' is incompatible with tag '%d, %s'" msgstr "" @@ -854,45 +890,45 @@ msgid "" "pie\n" msgstr "" -#: elf-m10200.c:434 elf-m10300.c:2146 elf32-avr.c:1508 elf32-bfin.c:3130 +#: elf-m10200.c:434 elf-m10300.c:2146 elf32-avr.c:1508 elf32-bfin.c:3131 #: elf32-cr16.c:1432 elf32-cris.c:2034 elf32-crx.c:913 elf32-d10v.c:510 -#: elf32-epiphany.c:562 elf32-fr30.c:594 elf32-frv.c:4049 elf32-ft32.c:494 +#: elf32-epiphany.c:562 elf32-fr30.c:594 elf32-frv.c:4049 elf32-ft32.c:493 #: elf32-h8300.c:523 elf32-ip2k.c:1477 elf32-iq2000.c:691 elf32-lm32.c:1070 -#: elf32-m32c.c:624 elf32-m32r.c:2837 elf32-m68hc1x.c:1272 elf32-mep.c:522 +#: elf32-m32c.c:624 elf32-m32r.c:2837 elf32-m68hc1x.c:1271 elf32-mep.c:522 #: elf32-metag.c:1984 elf32-microblaze.c:1623 elf32-moxie.c:288 elf32-mt.c:402 -#: elf32-nds32.c:6044 elf32-or1k.c:1815 elf32-score.c:2743 elf32-score7.c:2552 +#: elf32-nds32.c:6044 elf32-or1k.c:1861 elf32-score.c:2743 elf32-score7.c:2552 #: elf32-spu.c:5084 elf32-tilepro.c:3372 elf32-v850.c:2294 elf32-visium.c:680 #: elf32-xstormy16.c:930 elf64-bpf.c:552 elf64-mmix.c:1541 elfxx-tilegx.c:3742 msgid "internal error: out of range error" msgstr "" -#: elf-m10200.c:438 elf-m10300.c:2150 elf32-avr.c:1512 elf32-bfin.c:3134 +#: elf-m10200.c:438 elf-m10300.c:2150 elf32-avr.c:1512 elf32-bfin.c:3135 #: elf32-cr16.c:1436 elf32-cris.c:2038 elf32-crx.c:917 elf32-d10v.c:514 -#: elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:498 elf32-h8300.c:527 +#: elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:497 elf32-h8300.c:527 #: elf32-iq2000.c:695 elf32-lm32.c:1074 elf32-m32c.c:628 elf32-m32r.c:2841 -#: elf32-m68hc1x.c:1276 elf32-mep.c:526 elf32-metag.c:1988 +#: elf32-m68hc1x.c:1275 elf32-mep.c:526 elf32-metag.c:1988 #: elf32-microblaze.c:1627 elf32-moxie.c:292 elf32-msp430.c:1510 -#: elf32-nds32.c:6048 elf32-or1k.c:1819 elf32-score.c:2747 elf32-score7.c:2556 +#: elf32-nds32.c:6048 elf32-or1k.c:1865 elf32-score.c:2747 elf32-score7.c:2556 #: elf32-spu.c:5088 elf32-tilepro.c:3376 elf32-v850.c:2298 elf32-visium.c:684 -#: elf32-xstormy16.c:934 elf64-mmix.c:1545 elfxx-mips.c:10554 +#: elf32-xstormy16.c:934 elf64-mmix.c:1545 elfxx-mips.c:10558 #: elfxx-tilegx.c:3746 msgid "internal error: unsupported relocation error" msgstr "" #: elf-m10200.c:442 elf32-cr16.c:1440 elf32-crx.c:921 elf32-d10v.c:518 -#: elf32-h8300.c:531 elf32-lm32.c:1078 elf32-m32r.c:2845 elf32-m68hc1x.c:1280 +#: elf32-h8300.c:531 elf32-lm32.c:1078 elf32-m32r.c:2845 elf32-m68hc1x.c:1279 #: elf32-microblaze.c:1631 elf32-nds32.c:6052 elf32-score.c:2751 #: elf32-score7.c:2560 elf32-spu.c:5092 msgid "internal error: dangerous error" msgstr "" -#: elf-m10200.c:446 elf-m10300.c:2167 elf32-avr.c:1520 elf32-bfin.c:3142 +#: elf-m10200.c:446 elf-m10300.c:2167 elf32-avr.c:1520 elf32-bfin.c:3143 #: elf32-cr16.c:1444 elf32-cris.c:2046 elf32-crx.c:925 elf32-d10v.c:522 -#: elf32-epiphany.c:577 elf32-fr30.c:606 elf32-frv.c:4061 elf32-ft32.c:506 +#: elf32-epiphany.c:577 elf32-fr30.c:606 elf32-frv.c:4061 elf32-ft32.c:505 #: elf32-h8300.c:535 elf32-ip2k.c:1492 elf32-iq2000.c:703 elf32-lm32.c:1082 -#: elf32-m32c.c:636 elf32-m32r.c:2849 elf32-m68hc1x.c:1284 elf32-mep.c:534 +#: elf32-m32c.c:636 elf32-m32r.c:2849 elf32-m68hc1x.c:1283 elf32-mep.c:534 #: elf32-metag.c:1996 elf32-microblaze.c:1635 elf32-moxie.c:300 -#: elf32-msp430.c:1518 elf32-mt.c:410 elf32-nds32.c:6056 elf32-or1k.c:1827 +#: elf32-msp430.c:1518 elf32-mt.c:410 elf32-nds32.c:6056 elf32-or1k.c:1873 #: elf32-score.c:2760 elf32-score7.c:2564 elf32-spu.c:5096 elf32-tilepro.c:3384 #: elf32-v850.c:2318 elf32-visium.c:692 elf32-xstormy16.c:942 elf64-bpf.c:565 #: elf64-mmix.c:1553 elfxx-tilegx.c:3754 @@ -909,9 +945,9 @@ msgstr "" msgid "%pB: %s' accessed both as normal and thread local symbol" msgstr "" -#: elf-m10300.c:2093 elf32-arm.c:13396 elf32-i386.c:3403 elf32-m32r.c:2331 -#: elf32-m68k.c:3929 elf32-s390.c:3080 elf32-sh.c:3673 elf32-tilepro.c:3275 -#: elf32-xtensa.c:3024 elf64-s390.c:3029 elf64-x86-64.c:4062 elfxx-sparc.c:2917 +#: elf-m10300.c:2093 elf32-arm.c:13376 elf32-i386.c:3426 elf32-m32r.c:2331 +#: elf32-m68k.c:3929 elf32-s390.c:3080 elf32-sh.c:3671 elf32-tilepro.c:3275 +#: elf32-xtensa.c:3024 elf64-s390.c:3029 elf64-x86-64.c:4082 elfxx-sparc.c:2917 #: elfxx-sparc.c:3814 elfxx-tilegx.c:3665 elfnn-aarch64.c:5501 #: elfnn-aarch64.c:7104 #, c-format @@ -935,8 +971,8 @@ msgstr "" msgid "internal error: suspicious relocation type used in shared library" msgstr "" -#: elf-m10300.c:2650 elf32-avr.c:2489 elf32-frv.c:5622 elf64-ia64-vms.c:365 -#: elfxx-sparc.c:2684 reloc.c:8271 reloc16.c:155 elfnn-ia64.c:365 +#: elf-m10300.c:2650 elf32-avr.c:2486 elf32-frv.c:5621 elf64-ia64-vms.c:365 +#: elfxx-sparc.c:2684 reloc.c:8282 reloc16.c:155 elfnn-ia64.c:365 msgid "%P%F: --relax and -r may not be used together\n" msgstr "" @@ -965,45 +1001,50 @@ msgstr "" msgid "warning: %pB: corrupt no copy on protected size: 0x%x" msgstr "" -#: elf-properties.c:186 +#: elf-properties.c:189 +#, c-format +msgid "error: %pB: <corrupt property (0x%x) size: 0x%x>" +msgstr "" + +#: elf-properties.c:205 #, c-format msgid "warning: %pB: unsupported GNU_PROPERTY_TYPE (%ld) type: 0x%x" msgstr "" -#: elf-properties.c:301 +#: elf-properties.c:391 msgid "Removed property %W to merge %pB (0x%v) and %pB (0x%v)\n" msgstr "" -#: elf-properties.c:307 +#: elf-properties.c:397 msgid "Removed property %W to merge %pB (0x%v) and %pB (not found)\n" msgstr "" -#: elf-properties.c:316 elf-properties.c:394 +#: elf-properties.c:406 elf-properties.c:484 msgid "Removed property %W to merge %pB and %pB\n" msgstr "" -#: elf-properties.c:320 +#: elf-properties.c:410 msgid "Removed property %W to merge %pB and %pB (not found)\n" msgstr "" -#: elf-properties.c:337 +#: elf-properties.c:427 msgid "Updated property %W (0x%v) to merge %pB (0x%v) and %pB (0x%v)\n" msgstr "" -#: elf-properties.c:346 +#: elf-properties.c:436 msgid "Updated property %W (%v) to merge %pB (0x%v) and %pB (not found)\n" msgstr "" -#: elf-properties.c:388 +#: elf-properties.c:478 msgid "Removed property %W to merge %pB (not found) and %pB (0x%v)\n" msgstr "" #. Merge .note.gnu.property sections. -#: elf-properties.c:550 elf-properties.c:552 +#: elf-properties.c:640 elf-properties.c:642 msgid "\n" msgstr "" -#: elf-properties.c:551 +#: elf-properties.c:641 msgid "Merging program properties\n" msgstr "" @@ -1018,7 +1059,7 @@ msgstr "" msgid "%pB: invalid string offset %u >= %<PRIu64> for section `%s'" msgstr "" -#: elf.c:514 elfnn-aarch64.c:8096 +#: elf.c:514 elfnn-aarch64.c:8104 #, c-format msgid "%pB symbol number %lu references nonexistent SHT_SYMTAB_SHNDX section" msgstr "" @@ -1069,148 +1110,148 @@ msgstr "" msgid "%pB: unknown type [%#x] section `%s' in group [%pA]" msgstr "" -#: elf.c:1440 +#: elf.c:1453 #, c-format msgid "%pB: invalid sh_link field (%d) in section number %d" msgstr "" -#: elf.c:1456 +#: elf.c:1469 #, c-format msgid "%pB: failed to find link section for section %d" msgstr "" -#: elf.c:1483 +#: elf.c:1496 #, c-format msgid "%pB: failed to find info section for section %d" msgstr "" -#: elf.c:1655 +#: elf.c:1668 #, c-format msgid "" "\n" "Program Header:\n" msgstr "" -#: elf.c:1697 +#: elf.c:1710 #, c-format msgid "" "\n" "Dynamic Section:\n" msgstr "" -#: elf.c:1838 +#: elf.c:1851 #, c-format msgid "" "\n" "Version definitions:\n" msgstr "" -#: elf.c:1863 +#: elf.c:1876 #, c-format msgid "" "\n" "Version References:\n" msgstr "" -#: elf.c:1868 +#: elf.c:1881 #, c-format msgid " required from %s:\n" msgstr "" -#: elf.c:2058 +#: elf.c:2071 #, c-format msgid "%pB: warning: loop in section dependencies detected" msgstr "" -#: elf.c:2165 +#: elf.c:2178 #, c-format msgid "" "%pB: warning: multiple symbol tables detected - ignoring the table in " "section %u" msgstr "" -#: elf.c:2249 +#: elf.c:2262 #, c-format msgid "" "%pB: warning: multiple dynamic symbol tables detected - ignoring the table " "in section %u" msgstr "" -#: elf.c:2362 +#: elf.c:2375 #, c-format msgid "%pB: invalid link %u for reloc section %s (index %u)" msgstr "" -#: elf.c:2453 +#: elf.c:2466 #, c-format msgid "" "%pB: warning: secondary relocation section '%s' for section %pA found - " "ignoring" msgstr "" -#: elf.c:2537 elf.c:2552 elf.c:2563 elf.c:2576 +#: elf.c:2552 elf.c:2567 elf.c:2578 elf.c:2591 #, c-format msgid "%pB: unknown type [%#x] section `%s'" msgstr "" -#: elf.c:3272 +#: elf.c:3288 #, c-format msgid "%pB: error: alignment power %d of section `%pA' is too big" msgstr "" -#: elf.c:3305 +#: elf.c:3321 #, c-format msgid "warning: section `%pA' type changed to PROGBITS" msgstr "" -#: elf.c:3789 +#: elf.c:3805 #, c-format msgid "%pB: too many sections: %u" msgstr "" -#: elf.c:3875 +#: elf.c:3891 #, c-format msgid "" "%pB: sh_link of section `%pA' points to discarded section `%pA' of `%pB'" msgstr "" -#: elf.c:3893 +#: elf.c:3909 #, c-format msgid "%pB: sh_link of section `%pA' points to removed section `%pA' of `%pB'" msgstr "" -#: elf.c:4455 +#: elf.c:4471 #, c-format msgid "%pB: GNU_MBIND section `%pA' has invalid sh_info field: %d" msgstr "" -#: elf.c:5049 +#: elf.c:5065 #, c-format msgid "%pB: TLS sections are not adjacent:" msgstr "" -#: elf.c:5056 +#: elf.c:5072 #, c-format msgid "\t TLS: %pA" msgstr "" -#: elf.c:5060 +#: elf.c:5076 #, c-format msgid "\tnon-TLS: %pA" msgstr "" -#: elf.c:5656 +#: elf.c:5672 #, c-format msgid "" "%pB: The first section in the PT_DYNAMIC segment is not the .dynamic section" msgstr "" -#: elf.c:5682 +#: elf.c:5698 #, c-format msgid "%pB: not enough room for program headers, try linking with -N" msgstr "" -#: elf.c:5799 +#: elf.c:5815 #, c-format msgid "%pB: section %pA lma %#<PRIx64> adjusted to %#<PRIx64>" msgstr "" @@ -1218,185 +1259,185 @@ 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:5936 +#: elf.c:5952 #, c-format msgid "%pB: error: PHDR segment not covered by LOAD segment" msgstr "" -#: elf.c:5976 +#: elf.c:5992 #, c-format msgid "%pB: section `%pA' can't be allocated in segment %d" msgstr "" -#: elf.c:6113 +#: elf.c:6129 #, c-format msgid "%pB: warning: allocated section `%s' not in segment" msgstr "" -#: elf.c:6274 +#: elf.c:6290 #, c-format msgid "" "%pB: error: non-load segment %d includes file header and/or program header" msgstr "" -#: elf.c:6778 +#: elf.c:6799 #, c-format msgid "%pB: symbol `%s' required but not present" msgstr "" -#: elf.c:7130 +#: elf.c:7151 #, c-format msgid "" "%pB: warning: empty loadable segment detected at vaddr=%#<PRIx64>, is this " "intentional?" msgstr "" -#: elf.c:7758 +#: elf.c:7779 #, c-format msgid "%pB: warning: segment alignment of %#<PRIx64> is too large" msgstr "" -#: elf.c:8271 +#: elf.c:8292 #, c-format msgid "" "%pB: Unable to handle section index %x in ELF symbol. Using ABS instead." msgstr "" -#: elf.c:8301 +#: elf.c:8322 #, c-format msgid "" "unable to find equivalent output section for symbol '%s' from section '%s'" msgstr "" -#: elf.c:8714 +#: elf.c:8735 #, c-format msgid "%pB: .gnu.version_r invalid entry" msgstr "" -#: elf.c:8847 +#: elf.c:8868 #, c-format msgid "%pB: .gnu.version_d invalid entry" msgstr "" -#: elf.c:9304 +#: elf.c:9325 #, c-format msgid "" "%pB:%pA: error: attempting to write into an unallocated compressed section" msgstr "" -#: elf.c:9313 +#: elf.c:9334 #, c-format msgid "%pB:%pA: error: attempting to write over the end of the section" msgstr "" -#: elf.c:9324 +#: elf.c:9345 #, c-format msgid "%pB:%pA: error: attempting to write section into an empty buffer" msgstr "" -#: elf.c:10182 +#: elf.c:10246 #, c-format msgid "%pB: warning: win32pstatus %s of size %lu bytes is too small" msgstr "" -#: elf.c:10260 +#: elf.c:10324 #, c-format msgid "" "%pB: win32pstatus NOTE_INFO_MODULE of size %lu is too small to contain a " "name of size %u" msgstr "" -#: elf.c:12488 +#: elf.c:12633 msgid "GNU_MBIND section is supported only by GNU and FreeBSD targets" msgstr "" -#: elf.c:12491 +#: elf.c:12636 msgid "symbol type STT_GNU_IFUNC is supported only by GNU and FreeBSD targets" msgstr "" -#: elf.c:12494 +#: elf.c:12639 msgid "" "symbol binding STB_GNU_UNIQUE is supported only by GNU and FreeBSD targets" msgstr "" -#: elf.c:12497 +#: elf.c:12642 msgid "GNU_RETAIN section is supported only by GNU and FreeBSD targets" msgstr "" -#: elf.c:12691 elf64-sparc.c:123 elfcode.h:1504 +#: elf.c:12850 elf64-sparc.c:123 elfcode.h:1504 #, c-format msgid "%pB(%pA): relocation %d has invalid symbol index %ld" msgstr "" -#: elf.c:12766 +#: elf.c:12925 #, c-format msgid "" "%pB(%pA): link section cannot be set because the output file does not have a " "symbol table" msgstr "" -#: elf.c:12778 +#: elf.c:12937 #, c-format msgid "%pB(%pA): info section index is invalid" msgstr "" -#: elf.c:12792 +#: elf.c:12951 #, c-format msgid "" "%pB(%pA): info section index cannot be set because the section is not in the " "output" msgstr "" -#: elf.c:12867 +#: elf.c:13026 #, c-format msgid "%pB(%pA): error: secondary reloc section processed twice" msgstr "" -#: elf.c:12879 +#: elf.c:13038 #, c-format msgid "%pB(%pA): error: secondary reloc section has zero sized entries" msgstr "" -#: elf.c:12890 +#: elf.c:13049 #, c-format msgid "%pB(%pA): error: secondary reloc section has non-standard sized entries" msgstr "" -#: elf.c:12902 +#: elf.c:13061 #, c-format msgid "%pB(%pA): error: secondary reloc section is empty!" msgstr "" -#: elf.c:12925 +#: elf.c:13084 #, c-format msgid "%pB(%pA): error: internal relocs missing for secondary reloc section" msgstr "" -#: elf.c:12944 +#: elf.c:13103 #, c-format msgid "%pB(%pA): error: reloc table entry %u is empty" msgstr "" -#: elf.c:12969 +#: elf.c:13128 #, c-format msgid "%pB(%pA): error: secondary reloc %u references a missing symbol" msgstr "" -#: elf.c:12986 +#: elf.c:13145 #, c-format msgid "%pB(%pA): error: secondary reloc %u references a deleted symbol" msgstr "" -#: elf.c:12999 +#: elf.c:13158 #, c-format msgid "%pB(%pA): error: secondary reloc %u is of an unknown type" msgstr "" #. Ignore init flag - it may not be set, despite the flags field #. containing valid data. -#: elf32-arc.c:455 elf32-arm.c:15065 elf32-frv.c:6613 elf32-iq2000.c:868 -#: elf32-m32c.c:914 elf32-mt.c:562 elf32-rl78.c:1260 elf32-rx.c:3206 -#: elf32-visium.c:844 elf64-ppc.c:5336 elfnn-aarch64.c:7334 +#: elf32-arc.c:455 elf32-arm.c:15047 elf32-frv.c:6612 elf32-iq2000.c:868 +#: elf32-m32c.c:914 elf32-mt.c:560 elf32-rl78.c:1260 elf32-rx.c:3206 +#: elf32-visium.c:844 elf64-ppc.c:5347 elfnn-aarch64.c:7334 #, c-format msgid "private flags = 0x%lx:" msgstr "" @@ -1442,8 +1483,8 @@ msgid "" "error: attempting to link %pB with a binary %pB of different architecture" msgstr "" -#: elf32-arc.c:938 elf32-iq2000.c:844 elf32-m32c.c:889 elf32-m68hc1x.c:1391 -#: elf32-ppc.c:3869 elf64-sparc.c:722 elfxx-mips.c:15492 +#: elf32-arc.c:938 elf32-iq2000.c:844 elf32-m32c.c:889 elf32-m68hc1x.c:1390 +#: elf32-ppc.c:3866 elf64-sparc.c:722 elfxx-mips.c:15568 #, c-format msgid "%pB: uses different e_flags (%#x) fields than previous modules (%#x)" msgstr "" @@ -1500,8 +1541,8 @@ msgstr "" msgid "%pB(%pA): internal error: unknown error" msgstr "" -#: elf32-arc.c:2023 elf32-arc.c:2091 elf32-arm.c:15509 elf32-metag.c:2251 -#: elf32-nds32.c:5494 elfnn-aarch64.c:7741 elfnn-riscv.c:614 +#: elf32-arc.c:2023 elf32-arc.c:2091 elf32-arm.c:15502 elf32-metag.c:2251 +#: elf32-nds32.c:5494 elfnn-aarch64.c:7741 elfnn-riscv.c:617 #, c-format msgid "" "%pB: relocation %s against `%s' can not be used when making a shared object; " @@ -1518,7 +1559,7 @@ msgstr "" msgid "warning: %pB: unknown ARC object attribute %d" msgstr "" -#: elf32-arm.c:4318 elf32-arm.c:4352 elf32-arm.c:4371 elf32-arm.c:4423 +#: elf32-arm.c:4333 elf32-arm.c:4367 elf32-arm.c:4386 elf32-arm.c:4438 #, c-format msgid "" "%pB(%pA): warning: long branch veneers used in section with SHF_ARM_PURECODE " @@ -1526,156 +1567,156 @@ msgid "" "movw instruction" msgstr "" -#: elf32-arm.c:4383 elf32-arm.c:4437 elf32-arm.c:9127 elf32-arm.c:9217 +#: elf32-arm.c:4398 elf32-arm.c:4452 elf32-arm.c:9141 elf32-arm.c:9231 #, c-format msgid "" "%pB(%s): warning: interworking not enabled; first occurrence: %pB: %s call " "to %s" msgstr "" -#: elf32-arm.c:4563 +#: elf32-arm.c:4578 #, c-format msgid "" "ERROR: CMSE stub (%s section) too far (%#<PRIx64>) from destination " "(%#<PRIx64>)" msgstr "" -#: elf32-arm.c:4732 +#: elf32-arm.c:4747 #, c-format msgid "no address assigned to the veneers output section %s" msgstr "" -#: elf32-arm.c:4807 elf32-arm.c:6954 elf32-csky.c:3368 elf32-hppa.c:582 -#: elf32-m68hc1x.c:165 elf32-metag.c:1180 elf32-nios2.c:2201 elf64-ppc.c:3817 -#: elf64-ppc.c:13603 elfnn-aarch64.c:3187 +#: elf32-arm.c:4822 elf32-arm.c:6968 elf32-csky.c:3400 elf32-hppa.c:582 +#: elf32-m68hc1x.c:164 elf32-metag.c:1180 elf32-nios2.c:2201 elf64-ppc.c:3827 +#: elf64-ppc.c:13638 elfnn-aarch64.c:3187 #, c-format msgid "%pB: cannot create stub entry %s" msgstr "" -#: elf32-arm.c:5028 elf32-csky.c:3710 elf32-hppa.c:732 elf32-m68hc11.c:422 -#: elf32-m68hc12.c:542 elf32-metag.c:3345 elf32-nios2.c:2494 elf64-ppc.c:11430 +#: elf32-arm.c:5043 elf32-csky.c:3742 elf32-hppa.c:732 elf32-m68hc11.c:422 +#: elf32-m68hc12.c:542 elf32-metag.c:3345 elf32-nios2.c:2494 elf64-ppc.c:11473 #: elfnn-aarch64.c:3256 msgid "" "%F%P: Could not assign '%pA' to an output section. Retry without --enable-" "non-contiguous-regions.\n" msgstr "" -#: elf32-arm.c:5998 +#: elf32-arm.c:6011 #, c-format msgid "%pB: special symbol `%s' only allowed for ARMv8-M architecture or later" msgstr "" -#: elf32-arm.c:6007 +#: elf32-arm.c:6020 #, c-format msgid "" "%pB: invalid special symbol `%s'; it must be a global or weak function symbol" msgstr "" -#: elf32-arm.c:6046 +#: elf32-arm.c:6059 #, c-format msgid "" "%pB: invalid standard symbol `%s'; it must be a global or weak function " "symbol" msgstr "" -#: elf32-arm.c:6052 +#: elf32-arm.c:6065 #, c-format msgid "%pB: absent standard symbol `%s'" msgstr "" -#: elf32-arm.c:6064 +#: elf32-arm.c:6077 #, c-format msgid "%pB: `%s' and its special symbol are in different sections" msgstr "" -#: elf32-arm.c:6076 +#: elf32-arm.c:6089 #, c-format msgid "%pB: entry function `%s' not output" msgstr "" -#: elf32-arm.c:6083 +#: elf32-arm.c:6096 #, c-format msgid "%pB: entry function `%s' is empty" msgstr "" -#: elf32-arm.c:6212 +#: elf32-arm.c:6225 #, c-format msgid "%pB: --in-implib only supported for Secure Gateway import libraries" msgstr "" -#: elf32-arm.c:6261 +#: elf32-arm.c:6274 #, c-format msgid "" "%pB: invalid import library entry: `%s'; symbol should be absolute, global " "and refer to Thumb functions" msgstr "" -#: elf32-arm.c:6283 +#: elf32-arm.c:6296 #, c-format msgid "entry function `%s' disappeared from secure code" msgstr "" -#: elf32-arm.c:6307 +#: elf32-arm.c:6320 #, c-format msgid "`%s' refers to a non entry function" msgstr "" -#: elf32-arm.c:6322 +#: elf32-arm.c:6335 #, c-format msgid "%pB: visibility of symbol `%s' has changed" msgstr "" -#: elf32-arm.c:6331 +#: elf32-arm.c:6344 #, c-format msgid "%pB: incorrect size for symbol `%s'" msgstr "" -#: elf32-arm.c:6350 +#: elf32-arm.c:6363 #, c-format msgid "offset of veneer for entry function `%s' not a multiple of its size" msgstr "" -#: elf32-arm.c:6370 +#: elf32-arm.c:6383 msgid "" "new entry function(s) introduced but no output import library specified:" msgstr "" -#: elf32-arm.c:6378 +#: elf32-arm.c:6391 #, c-format msgid "start address of `%s' is different from previous link" msgstr "" -#: elf32-arm.c:7087 elf32-arm.c:7122 +#: elf32-arm.c:7101 elf32-arm.c:7136 #, c-format msgid "unable to find %s glue '%s' for '%s'" msgstr "" -#: elf32-arm.c:7833 +#: elf32-arm.c:7847 #, 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:8060 +#: elf32-arm.c:8074 #, c-format msgid "" "%pB: warning: selected VFP11 erratum workaround is not necessary for target " "architecture" msgstr "" -#: elf32-arm.c:8087 +#: elf32-arm.c:8101 #, c-format msgid "" "%pB: warning: selected STM32L4XX erratum workaround is not necessary for " "target architecture" msgstr "" -#: elf32-arm.c:8623 elf32-arm.c:8643 elf32-arm.c:8710 elf32-arm.c:8729 +#: elf32-arm.c:8637 elf32-arm.c:8657 elf32-arm.c:8724 elf32-arm.c:8743 #, c-format msgid "%pB: unable to find %s veneer `%s'" msgstr "" -#: elf32-arm.c:8936 +#: elf32-arm.c:8950 #, c-format msgid "" "%pB(%pA+%#x): error: multiple load detected in non-last IT block " @@ -1683,342 +1724,365 @@ msgid "" "it to generate only one instruction per IT block" msgstr "" -#: elf32-arm.c:9034 +#: elf32-arm.c:9048 #, c-format msgid "invalid TARGET2 relocation type '%s'" msgstr "" #. FIXME: We ought to be able to generate thumb-1 PLT #. instructions... -#: elf32-arm.c:9836 +#: elf32-arm.c:9818 #, c-format msgid "%pB: warning: thumb-1 mode PLT generation not currently supported" msgstr "" -#: elf32-arm.c:10146 elf32-arm.c:10188 +#: elf32-arm.c:10127 elf32-arm.c:10169 #, c-format msgid "%pB(%pA+%#<PRIx64>): unexpected %s instruction '%#lx' in TLS trampoline" msgstr "" -#: elf32-arm.c:10538 +#: elf32-arm.c:10519 msgid "shared object" msgstr "" -#: elf32-arm.c:10541 +#: elf32-arm.c:10522 msgid "PIE executable" msgstr "" -#: elf32-arm.c:10544 +#: elf32-arm.c:10525 #, 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:10683 elf32-arm.c:11100 +#: elf32-arm.c:10627 elf32-arm.c:11044 #, c-format msgid "%pB: warning: %s BLX instruction targets %s function '%s'" msgstr "" -#: elf32-arm.c:11999 elf32-arm.c:12025 +#: elf32-arm.c:11678 +#, c-format +msgid "" +"%pB: expected symbol index in range 0..%lu but found local symbol with index " +"%lu" +msgstr "" + +#: elf32-arm.c:11953 elf32-arm.c:11979 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): unexpected %s instruction '%#lx' referenced by " "TLS_GOTDESC" msgstr "" -#: elf32-arm.c:12071 elf32-csky.c:4940 elf32-m68k.c:3733 elf32-metag.c:1913 +#: elf32-arm.c:12025 elf32-csky.c:4970 elf32-m68k.c:3733 elf32-metag.c:1913 #: elf32-nios2.c:4382 #, c-format msgid "%pB(%pA+%#<PRIx64>): %s relocation not permitted in shared object" msgstr "" -#: elf32-arm.c:12285 +#: elf32-arm.c:12239 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): only ADD or SUB instructions are allowed for ALU group " "relocations" msgstr "" -#: elf32-arm.c:12326 elf32-arm.c:12418 elf32-arm.c:12506 elf32-arm.c:12596 +#: elf32-arm.c:12280 elf32-arm.c:12372 elf32-arm.c:12460 elf32-arm.c:12550 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): overflow whilst splitting %#<PRIx64> for group " "relocation %s" msgstr "" -#: elf32-arm.c:13228 elf32-sh.c:3567 +#: elf32-arm.c:12608 elf32-arm.c:12767 +msgid "local symbol index too big" +msgstr "" + +#: elf32-arm.c:12618 elf32-arm.c:12652 +msgid "no dynamic index information available" +msgstr "" + +#: elf32-arm.c:12660 +msgid "invalid dynamic index" +msgstr "" + +#: elf32-arm.c:12777 +msgid "dynamic index information not available" +msgstr "" + +#: elf32-arm.c:13208 elf32-sh.c:3565 #, c-format msgid "%pB(%pA+%#<PRIx64>): %s relocation against SEC_MERGE section" msgstr "" -#: elf32-arm.c:13341 elf32-m68k.c:3966 elf32-xtensa.c:2762 elfnn-aarch64.c:6831 +#: elf32-arm.c:13321 elf32-m68k.c:3966 elf32-xtensa.c:2762 elfnn-aarch64.c:6831 #, c-format msgid "%pB(%pA+%#<PRIx64>): %s used with TLS symbol %s" msgstr "" -#: elf32-arm.c:13343 elf32-m68k.c:3968 elf32-xtensa.c:2764 elfnn-aarch64.c:6833 +#: elf32-arm.c:13323 elf32-m68k.c:3968 elf32-xtensa.c:2764 elfnn-aarch64.c:6833 #, c-format msgid "%pB(%pA+%#<PRIx64>): %s used with non-TLS symbol %s" msgstr "" -#: elf32-arm.c:13426 elf32-tic6x.c:2649 elfnn-aarch64.c:7168 +#: elf32-arm.c:13406 elf32-tic6x.c:2649 elfnn-aarch64.c:7168 msgid "out of range" msgstr "" -#: elf32-arm.c:13430 elf32-nios2.c:4516 elf32-pru.c:936 elf32-tic6x.c:2653 +#: elf32-arm.c:13410 elf32-nios2.c:4516 elf32-pru.c:936 elf32-tic6x.c:2653 #: elfnn-aarch64.c:7172 msgid "unsupported relocation" msgstr "" -#: elf32-arm.c:13438 elf32-nios2.c:4526 elf32-pru.c:946 elf32-tic6x.c:2661 +#: elf32-arm.c:13418 elf32-nios2.c:4526 elf32-pru.c:946 elf32-tic6x.c:2661 #: elfnn-aarch64.c:7180 msgid "unknown error" msgstr "" -#: elf32-arm.c:13916 +#: elf32-arm.c:13898 #, c-format msgid "" "warning: not setting interworking flag of %pB since it has already been " "specified as non-interworking" msgstr "" -#: elf32-arm.c:13920 +#: elf32-arm.c:13902 #, c-format msgid "warning: clearing the interworking flag of %pB due to outside request" msgstr "" -#: elf32-arm.c:13965 +#: elf32-arm.c:13947 #, 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:14052 +#: elf32-arm.c:14034 #, c-format msgid "%pB: unknown mandatory EABI object attribute %d" msgstr "" -#: elf32-arm.c:14060 +#: elf32-arm.c:14042 #, c-format msgid "warning: %pB: unknown EABI object attribute %d" msgstr "" -#: elf32-arm.c:14360 +#: elf32-arm.c:14342 #, c-format msgid "error: %pB: unknown CPU architecture" msgstr "" -#: elf32-arm.c:14398 elf32-nios2.c:2950 +#: elf32-arm.c:14380 elf32-nios2.c:2950 #, c-format msgid "error: %pB: conflicting CPU architectures %d/%d" msgstr "" -#: elf32-arm.c:14495 +#: elf32-arm.c:14477 #, c-format msgid "" "Error: %pB has both the current and legacy Tag_MPextension_use attributes" msgstr "" -#: elf32-arm.c:14524 +#: elf32-arm.c:14506 #, c-format msgid "error: %pB uses VFP register arguments, %pB does not" msgstr "" -#: elf32-arm.c:14683 +#: elf32-arm.c:14665 #, c-format msgid "error: %pB: unable to merge virtualization attributes with %pB" msgstr "" -#: elf32-arm.c:14709 +#: elf32-arm.c:14691 #, c-format msgid "error: %pB: conflicting architecture profiles %c/%c" msgstr "" -#: elf32-arm.c:14848 +#: elf32-arm.c:14830 #, c-format msgid "warning: %pB: conflicting platform configuration" msgstr "" -#: elf32-arm.c:14857 +#: elf32-arm.c:14839 #, c-format msgid "error: %pB: conflicting use of R9" msgstr "" -#: elf32-arm.c:14869 +#: elf32-arm.c:14851 #, c-format msgid "error: %pB: SB relative addressing conflicts with use of R9" msgstr "" -#: elf32-arm.c:14882 +#: elf32-arm.c:14864 #, 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:14913 +#: elf32-arm.c:14895 #, 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:14925 +#: elf32-arm.c:14907 #, c-format msgid "error: %pB uses iWMMXt register arguments, %pB does not" msgstr "" -#: elf32-arm.c:14942 +#: elf32-arm.c:14924 #, c-format msgid "error: fp16 format mismatch between %pB and %pB" msgstr "" -#: elf32-arm.c:14978 +#: elf32-arm.c:14960 #, c-format msgid "%pB has both the current and legacy Tag_MPextension_use attributes" msgstr "" -#: elf32-arm.c:15074 +#: elf32-arm.c:15056 #, c-format msgid " [interworking enabled]" msgstr "" -#: elf32-arm.c:15082 +#: elf32-arm.c:15064 #, c-format msgid " [VFP float format]" msgstr "" -#: elf32-arm.c:15084 +#: elf32-arm.c:15066 #, c-format msgid " [Maverick float format]" msgstr "" -#: elf32-arm.c:15086 +#: elf32-arm.c:15068 #, c-format msgid " [FPA float format]" msgstr "" -#: elf32-arm.c:15089 +#: elf32-arm.c:15071 #, c-format msgid " [floats passed in float registers]" msgstr "" -#: elf32-arm.c:15092 elf32-arm.c:15178 +#: elf32-arm.c:15074 elf32-arm.c:15160 #, c-format msgid " [position independent]" msgstr "" -#: elf32-arm.c:15095 +#: elf32-arm.c:15077 #, c-format msgid " [new ABI]" msgstr "" -#: elf32-arm.c:15098 +#: elf32-arm.c:15080 #, c-format msgid " [old ABI]" msgstr "" -#: elf32-arm.c:15101 +#: elf32-arm.c:15083 #, c-format msgid " [software FP]" msgstr "" -#: elf32-arm.c:15110 +#: elf32-arm.c:15092 #, c-format msgid " [Version1 EABI]" msgstr "" -#: elf32-arm.c:15113 elf32-arm.c:15124 +#: elf32-arm.c:15095 elf32-arm.c:15106 #, c-format msgid " [sorted symbol table]" msgstr "" -#: elf32-arm.c:15115 elf32-arm.c:15126 +#: elf32-arm.c:15097 elf32-arm.c:15108 #, c-format msgid " [unsorted symbol table]" msgstr "" -#: elf32-arm.c:15121 +#: elf32-arm.c:15103 #, c-format msgid " [Version2 EABI]" msgstr "" -#: elf32-arm.c:15129 +#: elf32-arm.c:15111 #, c-format msgid " [dynamic symbols use segment index]" msgstr "" -#: elf32-arm.c:15132 +#: elf32-arm.c:15114 #, c-format msgid " [mapping symbols precede others]" msgstr "" -#: elf32-arm.c:15139 +#: elf32-arm.c:15121 #, c-format msgid " [Version3 EABI]" msgstr "" -#: elf32-arm.c:15143 +#: elf32-arm.c:15125 #, c-format msgid " [Version4 EABI]" msgstr "" -#: elf32-arm.c:15147 +#: elf32-arm.c:15129 #, c-format msgid " [Version5 EABI]" msgstr "" -#: elf32-arm.c:15150 +#: elf32-arm.c:15132 #, c-format msgid " [soft-float ABI]" msgstr "" -#: elf32-arm.c:15153 +#: elf32-arm.c:15135 #, c-format msgid " [hard-float ABI]" msgstr "" -#: elf32-arm.c:15159 +#: elf32-arm.c:15141 #, c-format msgid " [BE8]" msgstr "" -#: elf32-arm.c:15162 +#: elf32-arm.c:15144 #, c-format msgid " [LE8]" msgstr "" -#: elf32-arm.c:15168 +#: elf32-arm.c:15150 #, c-format msgid " <EABI version unrecognised>" msgstr "" -#: elf32-arm.c:15175 +#: elf32-arm.c:15157 #, c-format msgid " [relocatable executable]" msgstr "" -#: elf32-arm.c:15181 +#: elf32-arm.c:15163 #, c-format msgid " [FDPIC ABI supplement]" msgstr "" -#: elf32-arm.c:15186 elfnn-aarch64.c:7337 +#: elf32-arm.c:15168 elfnn-aarch64.c:7337 #, c-format msgid " <Unrecognised flag bits set>" msgstr "" -#: elf32-arm.c:15303 elf32-i386.c:1524 elf32-s390.c:923 elf32-tic6x.c:2724 -#: elf32-tilepro.c:1435 elf32-xtensa.c:1094 elf64-s390.c:845 -#: elf64-x86-64.c:1902 elfxx-sparc.c:1386 elfxx-tilegx.c:1662 -#: elfnn-aarch64.c:7608 elfnn-riscv.c:656 +#: elf32-arm.c:15285 elf32-arm.c:15419 elf32-i386.c:1524 elf32-s390.c:923 +#: elf32-tic6x.c:2724 elf32-tilepro.c:1435 elf32-xtensa.c:1094 elf64-s390.c:845 +#: elf64-x86-64.c:1900 elfxx-sparc.c:1386 elfxx-tilegx.c:1662 +#: elfnn-aarch64.c:7608 elfnn-riscv.c:660 #, c-format msgid "%pB: bad symbol index: %d" msgstr "" -#: elf32-arm.c:15692 +#: elf32-arm.c:15675 #, c-format msgid "" "FDPIC does not yet support %s relocation to become dynamic for executable" @@ -2029,111 +2093,116 @@ msgstr "" msgid "errors encountered processing file %pB" msgstr "" -#: elf32-arm.c:17323 elflink.c:13152 elflink.c:13199 +#: elf32-arm.c:17309 elflink.c:12991 elflink.c:13038 #, c-format msgid "could not find section %s" msgstr "" -#: elf32-arm.c:18547 +#: elf32-arm.c:18230 +#, c-format +msgid "%pB: Number of symbols in input file has increased from %lu to %u\n" +msgstr "" + +#: elf32-arm.c:18494 #, 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:18574 +#: elf32-arm.c:18521 #, c-format msgid "%pB: error: Cortex-A8 erratum stub out of range (input file too large)" msgstr "" -#: elf32-arm.c:19401 elf32-arm.c:19423 +#: elf32-arm.c:19348 elf32-arm.c:19370 #, c-format msgid "%pB: error: VFP11 veneer out of range" msgstr "" -#: elf32-arm.c:19474 +#: elf32-arm.c:19421 #, 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:19513 +#: elf32-arm.c:19460 #, c-format msgid "%pB: error: cannot create STM32L4XX veneer" msgstr "" -#: elf32-arm.c:20597 +#: elf32-arm.c:20544 #, c-format msgid "error: %pB is already in final BE8 format" msgstr "" -#: elf32-arm.c:20673 +#: elf32-arm.c:20620 #, c-format msgid "" "error: source object %pB has EABI version %d, but target %pB has EABI " "version %d" msgstr "" -#: elf32-arm.c:20688 +#: elf32-arm.c:20635 #, c-format msgid "error: %pB is compiled for APCS-%d, whereas target %pB uses APCS-%d" msgstr "" -#: elf32-arm.c:20698 +#: elf32-arm.c:20645 #, c-format msgid "" "error: %pB passes floats in float registers, whereas %pB passes them in " "integer registers" msgstr "" -#: elf32-arm.c:20702 +#: elf32-arm.c:20649 #, c-format msgid "" "error: %pB passes floats in integer registers, whereas %pB passes them in " "float registers" msgstr "" -#: elf32-arm.c:20712 elf32-arm.c:20716 elf32-arm.c:20726 +#: elf32-arm.c:20659 elf32-arm.c:20663 elf32-arm.c:20673 #, c-format msgid "error: %pB uses %s instructions, whereas %pB does not" msgstr "" -#: elf32-arm.c:20730 +#: elf32-arm.c:20677 #, c-format msgid "error: %pB does not use %s instructions, whereas %pB does" msgstr "" -#: elf32-arm.c:20749 +#: elf32-arm.c:20696 #, c-format msgid "error: %pB uses software FP, whereas %pB uses hardware FP" msgstr "" -#: elf32-arm.c:20753 +#: elf32-arm.c:20700 #, c-format msgid "error: %pB uses hardware FP, whereas %pB uses software FP" msgstr "" -#: elf32-arm.c:20767 +#: elf32-arm.c:20714 #, c-format msgid "warning: %pB supports interworking, whereas %pB does not" msgstr "" -#: elf32-arm.c:20773 +#: elf32-arm.c:20720 #, c-format msgid "warning: %pB does not support interworking, whereas %pB does" msgstr "" -#: elf32-avr.c:1516 elf32-bfin.c:3138 elf32-cris.c:2042 elf32-epiphany.c:573 -#: elf32-fr30.c:602 elf32-frv.c:4057 elf32-ft32.c:502 elf32-ip2k.c:1488 +#: elf32-avr.c:1516 elf32-bfin.c:3139 elf32-cris.c:2042 elf32-epiphany.c:573 +#: elf32-fr30.c:602 elf32-frv.c:4057 elf32-ft32.c:501 elf32-ip2k.c:1488 #: elf32-iq2000.c:699 elf32-m32c.c:632 elf32-mep.c:530 elf32-metag.c:1992 -#: elf32-moxie.c:296 elf32-msp430.c:1514 elf32-mt.c:406 elf32-or1k.c:1823 +#: elf32-moxie.c:296 elf32-msp430.c:1514 elf32-mt.c:406 elf32-or1k.c:1869 #: elf32-tilepro.c:3380 elf32-v850.c:2302 elf32-visium.c:688 #: elf32-xstormy16.c:938 elf64-bpf.c:561 elf64-mmix.c:1549 elfxx-tilegx.c:3750 msgid "internal error: dangerous relocation" msgstr "" -#: elf32-avr.c:3327 elfnn-aarch64.c:3218 +#: elf32-avr.c:3324 elfnn-aarch64.c:3218 #, c-format msgid "cannot create stub entry %s" msgstr "" @@ -2147,8 +2216,8 @@ msgstr "" msgid "%pB(%pA+%#<PRIx64>): unresolvable relocation against symbol `%s'" msgstr "" -#: elf32-bfin.c:1619 elf32-i386.c:3443 elf32-m68k.c:4006 elf32-s390.c:3138 -#: elf64-s390.c:3087 elf64-x86-64.c:4112 +#: elf32-bfin.c:1619 elf32-i386.c:3466 elf32-m68k.c:4006 elf32-s390.c:3138 +#: elf64-s390.c:3087 elf64-x86-64.c:4137 #, c-format msgid "%pB(%pA+%#<PRIx64>): reloc against `%s': error %d" msgstr "" @@ -2164,59 +2233,59 @@ msgstr "" msgid "relocation references symbol not defined in the module" msgstr "" -#: elf32-bfin.c:2759 +#: elf32-bfin.c:2760 msgid "R_BFIN_FUNCDESC references dynamic symbol with nonzero addend" msgstr "" -#: elf32-bfin.c:2799 elf32-bfin.c:2920 +#: elf32-bfin.c:2800 elf32-bfin.c:2921 msgid "cannot emit fixups in read-only section" msgstr "" -#: elf32-bfin.c:2829 elf32-bfin.c:2957 elf32-lm32.c:1007 elf32-sh.c:4385 +#: elf32-bfin.c:2830 elf32-bfin.c:2958 elf32-lm32.c:1007 elf32-sh.c:4383 msgid "cannot emit dynamic relocations in read-only section" msgstr "" -#: elf32-bfin.c:2879 +#: elf32-bfin.c:2880 msgid "R_BFIN_FUNCDESC_VALUE references dynamic symbol with nonzero addend" msgstr "" -#: elf32-bfin.c:3042 +#: elf32-bfin.c:3043 msgid "relocations between different segments are not supported" msgstr "" -#: elf32-bfin.c:3043 +#: elf32-bfin.c:3044 msgid "warning: relocation references a different segment" msgstr "" #. Ignore init flag - it may not be set, despite the flags field containing valid data. -#: elf32-bfin.c:4728 elf32-cris.c:3862 elf32-m68hc1x.c:1416 elf32-m68k.c:1265 -#: elf32-score.c:3996 elf32-score7.c:3801 elf32-vax.c:537 elf32-xgate.c:494 -#: elfxx-mips.c:16178 +#: elf32-bfin.c:4729 elf32-cris.c:3862 elf32-m68hc1x.c:1415 elf32-m68k.c:1265 +#: elf32-score.c:3996 elf32-score7.c:3801 elf32-vax.c:536 elf32-xgate.c:494 +#: elfxx-mips.c:16254 #, c-format msgid "private flags = %lx:" msgstr "" -#: elf32-bfin.c:4779 elf32-frv.c:6586 +#: elf32-bfin.c:4780 elf32-frv.c:6585 #, c-format msgid "%pB: cannot link non-fdpic object file into fdpic executable" msgstr "" -#: elf32-bfin.c:4783 elf32-frv.c:6590 +#: elf32-bfin.c:4784 elf32-frv.c:6589 #, c-format msgid "%pB: cannot link fdpic object file into non-fdpic executable" msgstr "" -#: elf32-bfin.c:4920 +#: elf32-bfin.c:4921 #, c-format msgid "*** check this relocation %s" msgstr "" -#: elf32-bfin.c:5036 +#: elf32-bfin.c:5037 msgid "" "the bfin target does not currently support the generation of copy relocations" msgstr "" -#: elf32-bfin.c:5330 elf32-cr16.c:2713 elf32-m68k.c:4420 +#: elf32-bfin.c:5331 elf32-cr16.c:2713 elf32-m68k.c:4420 msgid "unsupported relocation type" msgstr "" @@ -2369,50 +2438,50 @@ msgstr "" msgid "GOT table size out of range" msgstr "" -#: elf32-csky.c:2799 +#: elf32-csky.c:2831 #, c-format msgid "warning: unrecognized arch eflag '%#lx'" msgstr "" -#: elf32-csky.c:2822 +#: elf32-csky.c:2854 #, c-format msgid "warning: unrecognised arch name '%#x'" msgstr "" -#: elf32-csky.c:2896 elf32-csky.c:3054 +#: elf32-csky.c:2928 elf32-csky.c:3086 #, c-format msgid "%pB: machine flag conflict with target" msgstr "" -#: elf32-csky.c:2909 +#: elf32-csky.c:2941 #, c-format msgid "" "warning: file %pB's arch flag %s conflict with target %s,set target arch " "flag to %s" msgstr "" -#: elf32-csky.c:2938 +#: elf32-csky.c:2970 #, c-format msgid "Error: %pB and %pB has different VDSP version" msgstr "" -#: elf32-csky.c:2955 +#: elf32-csky.c:2987 #, c-format msgid "Error: %pB and %pB has different DSP version" msgstr "" -#: elf32-csky.c:2973 +#: elf32-csky.c:3005 #, c-format msgid "Error: %pB and %pB has different FPU ABI" msgstr "" -#: elf32-csky.c:3068 +#: elf32-csky.c:3100 #, c-format msgid "warning: file %pB's arch flag %s conflicts with target ck%s, using %s" msgstr "" #. The r_type is error, not support it. -#: elf32-csky.c:4312 elf32-i386.c:350 +#: elf32-csky.c:4342 elf32-i386.c:350 #, c-format msgid "%pB: unsupported relocation type: %#x" msgstr "" @@ -2515,18 +2584,18 @@ msgstr "" msgid "%H: reloc against `%s': %s\n" msgstr "" -#: elf32-frv.c:6497 +#: elf32-frv.c:6496 #, c-format msgid "" "%pB: compiled with %s and linked with modules that use non-pic relocations" msgstr "" -#: elf32-frv.c:6551 elf32-iq2000.c:830 elf32-m32c.c:876 +#: elf32-frv.c:6550 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:6564 +#: elf32-frv.c:6563 #, c-format msgid "" "%pB: uses different unknown e_flags (%#x) fields than previous modules (%#x)" @@ -2537,13 +2606,13 @@ msgstr "" msgid "%pB: relocations in generic ELF (EM: %d)" msgstr "" -#: elf32-hppa.c:761 elf32-hppa.c:842 elf64-ppc.c:11983 +#: elf32-hppa.c:761 elf32-hppa.c:842 elf64-ppc.c:12022 msgid "" "%F%P: Could not assign %pA to an output section. Retry without --enable-non-" "contiguous-regions.\n" msgstr "" -#: elf32-hppa.c:863 elf32-hppa.c:3405 +#: elf32-hppa.c:863 elf32-hppa.c:3403 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): cannot reach %s, recompile with -ffunction-sections" @@ -2556,38 +2625,38 @@ msgid "" "with -fPIC" msgstr "" -#: elf32-hppa.c:2582 +#: elf32-hppa.c:2580 #, c-format msgid "%pB: duplicate export stub %s" msgstr "" -#: elf32-hppa.c:3238 +#: elf32-hppa.c:3236 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): %s fixup for insn %#x is not supported in a non-shared " "link" msgstr "" -#: elf32-hppa.c:4034 +#: elf32-hppa.c:4032 #, c-format msgid "%s has both normal and TLS relocs" msgstr "" -#: elf32-hppa.c:4052 +#: elf32-hppa.c:4050 #, c-format msgid "%pB:%s has both normal and TLS relocs" msgstr "" -#: elf32-hppa.c:4111 +#: elf32-hppa.c:4109 #, c-format msgid "%pB(%pA+%#<PRIx64>): cannot handle %s for %s" msgstr "" -#: elf32-hppa.c:4415 +#: elf32-hppa.c:4413 msgid ".got section not immediately after .plt section" msgstr "" -#: elf32-i386.c:1169 elf64-x86-64.c:1382 +#: elf32-i386.c:1169 elf64-x86-64.c:1380 #, c-format msgid "" "%pB: TLS transition from %s to %s against `%s' at %#<PRIx64> in section `" @@ -2601,9 +2670,9 @@ msgid "" "can not be used when making a shared object" msgstr "" -#: elf32-i386.c:1721 elf32-s390.c:1151 elf32-sh.c:5490 elf32-tilepro.c:1548 +#: elf32-i386.c:1721 elf32-s390.c:1151 elf32-sh.c:5488 elf32-tilepro.c:1548 #: elf32-xtensa.c:1266 elf64-s390.c:1083 elfxx-sparc.c:1556 elfxx-tilegx.c:1767 -#: elfnn-riscv.c:565 +#: elfnn-riscv.c:568 #, c-format msgid "%pB: `%s' accessed both as normal and thread local symbol" msgstr "" @@ -2613,49 +2682,49 @@ msgstr "" msgid "%pB: unsupported non-PIC call to IFUNC `%s'" msgstr "" -#: elf32-i386.c:2373 elf64-x86-64.c:2721 elfnn-riscv.c:2252 +#: elf32-i386.c:2373 elf64-x86-64.c:2721 elfnn-riscv.c:2284 #, c-format msgid "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' isn't supported" msgstr "" -#: elf32-i386.c:2406 elf32-i386.c:3654 elf32-i386.c:3795 elf64-x86-64.c:2778 -#: elf64-x86-64.c:4285 elf64-x86-64.c:4441 elfnn-riscv.c:2119 -#: elfnn-riscv.c:2919 elfnn-riscv.c:2993 +#: elf32-i386.c:2406 elf32-i386.c:3677 elf32-i386.c:3824 elf64-x86-64.c:2778 +#: elf64-x86-64.c:4310 elf64-x86-64.c:4472 elfnn-riscv.c:2157 +#: elfnn-riscv.c:2956 elfnn-riscv.c:3030 #, c-format msgid "Local IFUNC function `%s' in %pB\n" msgstr "" -#: elf32-i386.c:2563 +#: elf32-i386.c:2575 #, 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:2598 elf64-x86-64.c:2977 +#: elf32-i386.c:2610 elf64-x86-64.c:2988 msgid "hidden symbol" msgstr "" -#: elf32-i386.c:2601 elf64-x86-64.c:2980 +#: elf32-i386.c:2613 elf64-x86-64.c:2991 msgid "internal symbol" msgstr "" -#: elf32-i386.c:2604 elf64-x86-64.c:2983 +#: elf32-i386.c:2616 elf64-x86-64.c:2994 msgid "protected symbol" msgstr "" -#: elf32-i386.c:2607 elf64-x86-64.c:2986 +#: elf32-i386.c:2619 elf64-x86-64.c:2997 msgid "symbol" msgstr "" -#: elf32-i386.c:2613 +#: elf32-i386.c:2625 #, 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:2626 +#: elf32-i386.c:2638 #, c-format msgid "" "%pB: relocation R_386_GOTOFF against protected %s `%s' can not be used when " @@ -2729,116 +2798,116 @@ msgstr "" msgid ": m32r2 instructions" msgstr "" -#: elf32-m68hc1x.c:1136 +#: elf32-m68hc1x.c:1135 #, c-format msgid "" "reference to the far symbol `%s' using a wrong relocation may result in " "incorrect execution" msgstr "" -#: elf32-m68hc1x.c:1167 +#: elf32-m68hc1x.c:1166 #, 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:1183 +#: elf32-m68hc1x.c:1182 #, 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:1198 +#: elf32-m68hc1x.c:1197 #, c-format msgid "" "reference to a banked address [%lx:%04lx] in the normal address space at " "%04lx" msgstr "" -#: elf32-m68hc1x.c:1234 +#: elf32-m68hc1x.c:1233 #, 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:1358 +#: elf32-m68hc1x.c:1357 #, c-format msgid "" "%pB: linking files compiled for 16-bit integers (-mshort) and others for 32-" "bit integers" msgstr "" -#: elf32-m68hc1x.c:1365 +#: elf32-m68hc1x.c:1364 #, c-format msgid "" "%pB: linking files compiled for 32-bit double (-fshort-double) and others " "for 64-bit double" msgstr "" -#: elf32-m68hc1x.c:1374 +#: elf32-m68hc1x.c:1373 #, c-format msgid "%pB: linking files compiled for HCS12 with others compiled for HC12" msgstr "" -#: elf32-m68hc1x.c:1419 elf32-xgate.c:497 +#: elf32-m68hc1x.c:1418 elf32-xgate.c:497 #, c-format msgid "[abi=32-bit int, " msgstr "" -#: elf32-m68hc1x.c:1421 elf32-xgate.c:499 +#: elf32-m68hc1x.c:1420 elf32-xgate.c:499 #, c-format msgid "[abi=16-bit int, " msgstr "" -#: elf32-m68hc1x.c:1424 elf32-xgate.c:502 +#: elf32-m68hc1x.c:1423 elf32-xgate.c:502 #, c-format msgid "64-bit double, " msgstr "" -#: elf32-m68hc1x.c:1426 elf32-xgate.c:504 +#: elf32-m68hc1x.c:1425 elf32-xgate.c:504 #, c-format msgid "32-bit double, " msgstr "" -#: elf32-m68hc1x.c:1429 +#: elf32-m68hc1x.c:1428 #, c-format msgid "cpu=HC11]" msgstr "" -#: elf32-m68hc1x.c:1431 +#: elf32-m68hc1x.c:1430 #, c-format msgid "cpu=HCS12]" msgstr "" -#: elf32-m68hc1x.c:1433 +#: elf32-m68hc1x.c:1432 #, c-format msgid "cpu=HC12]" msgstr "" -#: elf32-m68hc1x.c:1436 +#: elf32-m68hc1x.c:1435 #, c-format msgid " [memory=bank-model]" msgstr "" -#: elf32-m68hc1x.c:1438 +#: elf32-m68hc1x.c:1437 #, c-format msgid " [memory=flat]" msgstr "" -#: elf32-m68hc1x.c:1441 +#: elf32-m68hc1x.c:1440 #, c-format msgid " [XGATE RAM offsetting]" msgstr "" -#: elf32-m68k.c:1157 elf32-m68k.c:1165 elf32-ppc.c:3585 elf32-ppc.c:3593 +#: elf32-m68k.c:1157 elf32-m68k.c:1165 elf32-ppc.c:3582 elf32-ppc.c:3590 #, c-format msgid "%pB uses hard float, %pB uses soft float" msgstr "" -#: elf32-m68k.c:1280 elf32-m68k.c:1281 vms-alpha.c:7664 vms-alpha.c:7680 +#: elf32-m68k.c:1280 elf32-m68k.c:1281 vms-alpha.c:7662 vms-alpha.c:7678 msgid "unknown" msgstr "" @@ -3041,17 +3110,17 @@ msgstr "" msgid "%pB: warning: %s points to unrecognized reloc at %#<PRIx64>" msgstr "" -#: elf32-nds32.c:12840 +#: elf32-nds32.c:12842 #, c-format msgid "%pB: nested OMIT_FP in %pA" msgstr "" -#: elf32-nds32.c:12859 +#: elf32-nds32.c:12861 #, c-format msgid "%pB: unmatched OMIT_FP in %pA" msgstr "" -#: elf32-nds32.c:13141 reloc.c:8497 +#: elf32-nds32.c:13143 elfxx-mips.c:13407 reloc.c:8508 #, c-format msgid "%X%P: %pB(%pA): relocation \"%pR\" goes out of range\n" msgstr "" @@ -3088,156 +3157,156 @@ msgstr "" msgid "dynamic variable `%s' is zero size" msgstr "" -#: elf32-or1k.c:1208 +#: elf32-or1k.c:1241 #, c-format msgid "%pB: Cannot handle relocation value size of %d" msgstr "" -#: elf32-or1k.c:1315 +#: elf32-or1k.c:1349 #, c-format msgid "%pB: unknown relocation type %d" msgstr "" -#: elf32-or1k.c:1369 +#: elf32-or1k.c:1403 #, c-format msgid "%pB: addend should be zero for plt relocations" msgstr "" -#: elf32-or1k.c:1474 +#: elf32-or1k.c:1520 #, c-format msgid "%pB: addend should be zero for got relocations" msgstr "" -#: elf32-or1k.c:1491 +#: elf32-or1k.c:1537 #, c-format msgid "%pB: gotoff relocation against dynamic symbol %s" msgstr "" -#: elf32-or1k.c:1508 elf64-alpha.c:4425 elf64-alpha.c:4569 +#: elf32-or1k.c:1554 elf64-alpha.c:4426 elf64-alpha.c:4570 #, c-format msgid "%pB: pc-relative relocation against dynamic symbol %s" msgstr "" -#: elf32-or1k.c:1522 +#: elf32-or1k.c:1568 #, c-format msgid "%pB: non-pic relocation against symbol %s" msgstr "" -#: elf32-or1k.c:1606 +#: elf32-or1k.c:1652 #, c-format msgid "%pB: support for local dynamic not implemented" msgstr "" -#: elf32-or1k.c:1785 +#: elf32-or1k.c:1831 #, c-format msgid "%pB: will not resolve runtime TLS relocation" msgstr "" -#: elf32-or1k.c:2118 +#: elf32-or1k.c:2165 #, c-format msgid "%pB: bad relocation section name `%s'" msgstr "" -#: elf32-or1k.c:3179 +#: elf32-or1k.c:3279 #, c-format msgid "%pB: %s flag mismatch with previous modules" msgstr "" -#: elf32-ppc.c:990 elf64-ppc.c:1720 +#: elf32-ppc.c:987 elf64-ppc.c:1723 #, c-format msgid "generic linker can't handle %s" msgstr "" -#: elf32-ppc.c:1630 +#: elf32-ppc.c:1627 #, c-format msgid "corrupt %s section in %pB" msgstr "" -#: elf32-ppc.c:1649 +#: elf32-ppc.c:1646 #, c-format msgid "unable to read in %s section from %pB" msgstr "" -#: elf32-ppc.c:1691 +#: elf32-ppc.c:1688 #, c-format msgid "warning: unable to set size of %s section in %pB" msgstr "" -#: elf32-ppc.c:1740 +#: elf32-ppc.c:1737 msgid "failed to allocate space for new APUinfo section" msgstr "" -#: elf32-ppc.c:1759 +#: elf32-ppc.c:1756 msgid "failed to compute new APUinfo section" msgstr "" -#: elf32-ppc.c:1762 +#: elf32-ppc.c:1759 msgid "failed to install new APUinfo section" msgstr "" -#: elf32-ppc.c:2861 +#: elf32-ppc.c:2858 #, c-format msgid "%pB: relocation %s cannot be used when making a shared object" msgstr "" -#: elf32-ppc.c:3601 elf32-ppc.c:3609 +#: elf32-ppc.c:3598 elf32-ppc.c:3606 #, c-format msgid "" "%pB uses double-precision hard float, %pB uses single-precision hard float" msgstr "" -#: elf32-ppc.c:3631 elf32-ppc.c:3639 +#: elf32-ppc.c:3628 elf32-ppc.c:3636 #, c-format msgid "%pB uses 64-bit long double, %pB uses 128-bit long double" msgstr "" -#: elf32-ppc.c:3647 elf32-ppc.c:3655 +#: elf32-ppc.c:3644 elf32-ppc.c:3652 #, c-format msgid "%pB uses IBM long double, %pB uses IEEE long double" msgstr "" -#: elf32-ppc.c:3722 elf32-ppc.c:3731 +#: elf32-ppc.c:3719 elf32-ppc.c:3728 #, c-format msgid "%pB uses AltiVec vector ABI, %pB uses SPE vector ABI" msgstr "" -#: elf32-ppc.c:3760 elf32-ppc.c:3769 +#: elf32-ppc.c:3757 elf32-ppc.c:3766 #, c-format msgid "%pB uses r3/r4 for small structure returns, %pB uses memory" msgstr "" -#: elf32-ppc.c:3833 +#: elf32-ppc.c:3830 #, c-format msgid "" "%pB: compiled with -mrelocatable and linked with modules compiled normally" msgstr "" -#: elf32-ppc.c:3841 +#: elf32-ppc.c:3838 #, c-format msgid "" "%pB: compiled normally and linked with modules compiled with -mrelocatable" msgstr "" -#: elf32-ppc.c:3910 +#: elf32-ppc.c:3907 #, c-format msgid "%pB(%pA+0x%lx): expected 16A style relocation on 0x%08x insn" msgstr "" -#: elf32-ppc.c:3929 +#: elf32-ppc.c:3926 #, c-format msgid "%pB(%pA+0x%lx): expected 16D style relocation on 0x%08x insn" msgstr "" -#: elf32-ppc.c:4032 +#: elf32-ppc.c:4029 #, c-format msgid "bss-plt forced due to %pB" msgstr "" -#: elf32-ppc.c:4034 +#: elf32-ppc.c:4031 msgid "bss-plt forced by profiling" msgstr "" -#: elf32-ppc.c:4611 elf64-ppc.c:8292 +#: elf32-ppc.c:4608 elf64-ppc.c:8317 msgid "%H: warning: %s unexpected insn %#x.\n" msgstr "" @@ -3245,36 +3314,36 @@ msgstr "" #. could just mark this symbol to exclude it #. from tls optimization but it's safer to skip #. the entire optimization. -#: elf32-ppc.c:4641 elf64-ppc.c:8357 +#: elf32-ppc.c:4638 elf64-ppc.c:8382 #, c-format msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n" msgstr "" -#: elf32-ppc.c:5547 elf32-sh.c:3019 elf32-tilepro.c:2248 elfxx-sparc.c:2454 +#: elf32-ppc.c:5564 elf32-sh.c:3017 elf32-tilepro.c:2248 elfxx-sparc.c:2454 #: elfxx-tilegx.c:2494 #, c-format msgid "%pB: dynamic relocation in read-only section `%pA'\n" msgstr "" -#: elf32-ppc.c:7390 +#: elf32-ppc.c:7407 msgid "%P: %H: error: %s with unexpected instruction %x\n" msgstr "" -#: elf32-ppc.c:7427 +#: elf32-ppc.c:7444 msgid "%H: fixup branch overflow\n" msgstr "" -#: elf32-ppc.c:7467 elf32-ppc.c:7503 +#: elf32-ppc.c:7484 elf32-ppc.c:7520 #, c-format msgid "%pB(%pA+%#<PRIx64>): error: %s with unexpected instruction %#x" msgstr "" -#: elf32-ppc.c:7567 +#: elf32-ppc.c:7584 #, c-format msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n" msgstr "" -#: elf32-ppc.c:7882 +#: elf32-ppc.c:7899 #, c-format msgid "%H: non-zero addend on %s reloc against `%s'\n" msgstr "" @@ -3287,54 +3356,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:7914 +#: elf32-ppc.c:7931 #, c-format msgid "%X%H: @local call to ifunc %s\n" msgstr "" -#: elf32-ppc.c:8092 +#: elf32-ppc.c:8109 #, c-format msgid "%H: relocation %s for indirect function %s unsupported\n" msgstr "" -#: elf32-ppc.c:8426 elf32-ppc.c:8457 elf32-ppc.c:8548 elf32-ppc.c:8644 +#: elf32-ppc.c:8441 elf32-ppc.c:8472 elf32-ppc.c:8563 elf32-ppc.c:8659 #, c-format msgid "" "%pB: the target (%s) of a %s relocation is in the wrong output section (%s)" msgstr "" -#: elf32-ppc.c:8799 elf32-ppc.c:8817 +#: elf32-ppc.c:8814 elf32-ppc.c:8832 msgid "%X%P: %H: %s relocation unsupported for bss-plt\n" msgstr "" -#: elf32-ppc.c:8898 +#: elf32-ppc.c:8913 #, c-format msgid "%H: error: %s against `%s' not a multiple of %u\n" msgstr "" -#: elf32-ppc.c:8927 +#: elf32-ppc.c:8942 #, c-format msgid "%H: unresolvable %s relocation against symbol `%s'\n" msgstr "" -#: elf32-ppc.c:9008 +#: elf32-ppc.c:9023 #, c-format msgid "%H: %s reloc against `%s': error %d\n" msgstr "" -#: elf32-ppc.c:9898 +#: elf32-ppc.c:9904 msgid "" "%X%P: text relocations and GNU indirect functions will result in a segfault " "at runtime\n" msgstr "" -#: elf32-ppc.c:9902 elf64-ppc.c:17626 +#: elf32-ppc.c:9908 elf64-ppc.c:17667 msgid "" "%P: warning: text relocations and GNU indirect functions may result in a " "segfault at runtime\n" msgstr "" -#: elf32-ppc.c:9947 +#: elf32-ppc.c:9953 #, c-format msgid "%s not defined in linker created %pA" msgstr "" @@ -3476,45 +3545,45 @@ msgstr "" msgid "%pB: warning: linking PIC files with non-PIC files" msgstr "" -#: elf32-sh.c:533 +#: elf32-sh.c:532 #, c-format msgid "%pB: %#<PRIx64>: warning: R_SH_USES points to unrecognized insn 0x%x" msgstr "" -#: elf32-sh.c:3754 +#: elf32-sh.c:3752 #, c-format msgid "" "%pB: %#<PRIx64>: fatal: unaligned branch target for relax-support relocation" msgstr "" -#: elf32-sh.c:3784 elf32-sh.c:3800 +#: elf32-sh.c:3782 elf32-sh.c:3798 #, c-format msgid "%pB: %#<PRIx64>: fatal: unaligned %s relocation %#<PRIx64>" msgstr "" -#: elf32-sh.c:3816 +#: elf32-sh.c:3814 #, c-format msgid "" "%pB: %#<PRIx64>: fatal: R_SH_PSHA relocation %<PRId64> not in range -32..32" msgstr "" -#: elf32-sh.c:3832 +#: elf32-sh.c:3830 #, c-format msgid "" "%pB: %#<PRIx64>: fatal: R_SH_PSHL relocation %<PRId64> not in range -32..32" msgstr "" -#: elf32-sh.c:3962 elf32-sh.c:4357 +#: elf32-sh.c:3960 elf32-sh.c:4355 #, c-format msgid "%pB(%pA+%#<PRIx64>): cannot emit fixup to `%s' in read-only section" msgstr "" -#: elf32-sh.c:4460 +#: elf32-sh.c:4458 #, c-format msgid "%pB(%pA+%#<PRIx64>): %s relocation against external symbol \"%s\"" msgstr "" -#: elf32-sh.c:4579 +#: elf32-sh.c:4577 #, c-format msgid "" "%pB(%pA): offset in relocation for GD->LE translation is too small: " @@ -3522,125 +3591,125 @@ msgid "" msgstr "" #. The backslash is to prevent bogus trigraph detection. -#: elf32-sh.c:4597 +#: elf32-sh.c:4595 #, c-format msgid "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0xd4??)" msgstr "" -#: elf32-sh.c:4605 +#: elf32-sh.c:4603 #, c-format msgid "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0xc7??)" msgstr "" -#: elf32-sh.c:4612 +#: elf32-sh.c:4610 #, c-format msgid "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0xd1??)" msgstr "" -#: elf32-sh.c:4619 +#: elf32-sh.c:4617 #, c-format msgid "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0x310c)" msgstr "" -#: elf32-sh.c:4626 +#: elf32-sh.c:4624 #, c-format msgid "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0x410b)" msgstr "" -#: elf32-sh.c:4633 +#: elf32-sh.c:4631 #, c-format msgid "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0x34cc)" msgstr "" -#: elf32-sh.c:4668 +#: elf32-sh.c:4666 #, c-format msgid "" "%pB(%pA): offset in relocation for IE->LE translation is too small: " "%#<PRIx64>" msgstr "" -#: elf32-sh.c:4686 +#: elf32-sh.c:4684 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0xd0??: mov.l)" msgstr "" -#: elf32-sh.c:4695 +#: elf32-sh.c:4693 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0x0?12: stc)" msgstr "" -#: elf32-sh.c:4702 +#: elf32-sh.c:4700 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): unexpected instruction %#04X (expected 0x0?ce: mov.l)" msgstr "" -#: elf32-sh.c:4817 +#: elf32-sh.c:4815 #, c-format msgid "" "%pB(%pA): offset in relocation for GD->IE translation is too small: " "%#<PRIx64>" msgstr "" -#: elf32-sh.c:4885 +#: elf32-sh.c:4883 #, c-format msgid "" "%pB(%pA): offset in relocation for LD->LE translation is too small: " "%#<PRIx64>" msgstr "" -#: elf32-sh.c:5013 +#: elf32-sh.c:5011 #, c-format msgid "%X%C: relocation to \"%s\" references a different segment\n" msgstr "" -#: elf32-sh.c:5020 +#: elf32-sh.c:5018 #, c-format msgid "%C: warning: relocation to \"%s\" references a different segment\n" msgstr "" -#: elf32-sh.c:5479 elf32-sh.c:5561 +#: elf32-sh.c:5477 elf32-sh.c:5559 #, c-format msgid "%pB: `%s' accessed both as normal and FDPIC symbol" msgstr "" -#: elf32-sh.c:5485 elf32-sh.c:5566 +#: elf32-sh.c:5483 elf32-sh.c:5564 #, c-format msgid "%pB: `%s' accessed both as FDPIC and thread local symbol" msgstr "" -#: elf32-sh.c:5516 +#: elf32-sh.c:5514 #, c-format msgid "%pB: Function descriptor relocation with non-zero addend" msgstr "" -#: elf32-sh.c:5723 elf64-alpha.c:4661 +#: elf32-sh.c:5721 elf64-alpha.c:4662 #, c-format msgid "%pB: TLS local exec code cannot be linked into shared objects" msgstr "" -#: elf32-sh.c:5838 +#: elf32-sh.c:5836 #, c-format msgid "%pB: uses %s instructions while previous modules use %s instructions" msgstr "" -#: elf32-sh.c:5850 +#: elf32-sh.c:5848 #, c-format msgid "" "internal error: merge of architecture '%s' with architecture '%s' produced " "unknown architecture" msgstr "" -#: elf32-sh.c:5891 +#: elf32-sh.c:5889 #, c-format msgid "" "%pB: uses instructions which are incompatible with instructions used in " "previous modules" msgstr "" -#: elf32-sh.c:5904 +#: elf32-sh.c:5902 #, c-format msgid "%pB: attempt to mix FDPIC and non-FDPIC objects" msgstr "" @@ -3707,7 +3776,7 @@ msgstr "" msgid "overlay stub relocation overflow" msgstr "" -#: elf32-spu.c:1991 elf64-ppc.c:14727 +#: elf32-spu.c:1991 elf64-ppc.c:14761 msgid "stubs don't match calculated size" msgstr "" @@ -3854,8 +3923,8 @@ msgstr "" msgid "warning: %pB and %pB differ in whether code is compiled for DSBT" msgstr "" -#: elf32-tilepro.c:3627 elfxx-tilegx.c:4017 elfxx-x86.c:1393 -#: elfnn-aarch64.c:9703 elfnn-riscv.c:3216 +#: elf32-tilepro.c:3627 elfxx-tilegx.c:4017 elfxx-x86.c:1397 +#: elfnn-aarch64.c:9711 elfnn-riscv.c:3253 #, c-format msgid "discarded output section: `%pA'" msgstr "" @@ -4077,39 +4146,39 @@ msgstr "" msgid "%pB: %#<PRIx64>: warning: %s points to unrecognized reloc %#<PRIx64>" msgstr "" -#: elf32-vax.c:540 +#: elf32-vax.c:539 #, c-format msgid " [nonpic]" msgstr "" -#: elf32-vax.c:543 +#: elf32-vax.c:542 #, c-format msgid " [d-float]" msgstr "" -#: elf32-vax.c:546 +#: elf32-vax.c:545 #, c-format msgid " [g-float]" msgstr "" -#: elf32-vax.c:632 +#: elf32-vax.c:631 #, c-format msgid "" "%pB: warning: GOT addend of %<PRId64> to `%s' does not match previous GOT " "addend of %<PRId64>" msgstr "" -#: elf32-vax.c:1389 +#: elf32-vax.c:1388 #, c-format msgid "%pB: warning: PLT addend of %<PRId64> to `%s' from %pA section ignored" msgstr "" -#: elf32-vax.c:1515 +#: elf32-vax.c:1514 #, c-format msgid "%pB: warning: %s relocation against symbol `%s' from %pA section" msgstr "" -#: elf32-vax.c:1522 +#: elf32-vax.c:1521 #, c-format msgid "%pB: warning: %s relocation to %#<PRIx64> from %pA section" msgstr "" @@ -4130,7 +4199,7 @@ msgstr "" msgid "error reading cpu type from elf private data" msgstr "" -#: elf32-xstormy16.c:457 elf64-ia64-vms.c:2076 elfnn-ia64.c:2347 +#: elf32-xstormy16.c:457 elf64-ia64-vms.c:2076 elfnn-ia64.c:2345 msgid "non-zero addend in @fptr reloc" msgstr "" @@ -4161,33 +4230,33 @@ msgstr "" msgid "%pB: incompatible machine type; output is 0x%x; input is 0x%x" msgstr "" -#: elf32-xtensa.c:4730 elf32-xtensa.c:4738 +#: elf32-xtensa.c:4735 elf32-xtensa.c:4743 msgid "attempt to convert L32R/CALLX to CALL failed" msgstr "" -#: elf32-xtensa.c:6566 elf32-xtensa.c:6645 elf32-xtensa.c:8071 +#: elf32-xtensa.c:6571 elf32-xtensa.c:6650 elf32-xtensa.c:8076 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): could not decode instruction; possible configuration " "mismatch" msgstr "" -#: elf32-xtensa.c:7812 +#: elf32-xtensa.c:7817 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): could not decode instruction for XTENSA_ASM_SIMPLIFY " "relocation; possible configuration mismatch" msgstr "" -#: elf32-xtensa.c:9670 +#: elf32-xtensa.c:9675 msgid "invalid relocation address" msgstr "" -#: elf32-xtensa.c:9761 +#: elf32-xtensa.c:9766 msgid "overflow after relaxation" msgstr "" -#: elf32-xtensa.c:10907 +#: elf32-xtensa.c:10912 #, c-format msgid "%pB(%pA+%#<PRIx64>): unexpected fix for %s relocation" msgstr "" @@ -4211,56 +4280,56 @@ msgstr "" msgid "GPDISP relocation did not find ldah and lda instructions" msgstr "" -#: elf64-alpha.c:2001 elf64-alpha.c:2696 elflink.c:15230 +#: elf64-alpha.c:2002 elf64-alpha.c:2697 elflink.c:15091 #, c-format msgid "%pB: dynamic relocation against `%pT' in read-only section `%pA'\n" msgstr "" -#: elf64-alpha.c:2453 +#: elf64-alpha.c:2454 #, c-format msgid "%pB: .got subsegment exceeds 64K (size %d)" msgstr "" -#: elf64-alpha.c:2991 elf64-alpha.c:3186 +#: elf64-alpha.c:2992 elf64-alpha.c:3187 #, c-format msgid "%pB: %pA+%#<PRIx64>: warning: %s relocation against unexpected insn" msgstr "" -#: elf64-alpha.c:4385 elf64-alpha.c:4398 +#: elf64-alpha.c:4386 elf64-alpha.c:4399 #, c-format msgid "%pB: gp-relative relocation against dynamic symbol %s" msgstr "" -#: elf64-alpha.c:4454 +#: elf64-alpha.c:4455 #, c-format msgid "%pB: change in gp: BRSGP %s" msgstr "" -#: elf64-alpha.c:4479 mach-o.c:616 elfnn-riscv.c:616 +#: elf64-alpha.c:4480 mach-o.c:616 elfnn-riscv.c:619 msgid "<unknown>" msgstr "" -#: elf64-alpha.c:4485 +#: elf64-alpha.c:4486 #, c-format msgid "%pB: !samegp reloc against symbol without .prologue: %s" msgstr "" -#: elf64-alpha.c:4543 +#: elf64-alpha.c:4544 #, c-format msgid "%pB: unhandled dynamic relocation against %s" msgstr "" -#: elf64-alpha.c:4578 +#: elf64-alpha.c:4579 #, c-format msgid "%pB: pc-relative relocation against undefined weak symbol %s" msgstr "" -#: elf64-alpha.c:4644 +#: elf64-alpha.c:4645 #, c-format msgid "%pB: dtp-relative relocation against dynamic symbol %s" msgstr "" -#: elf64-alpha.c:4669 +#: elf64-alpha.c:4670 #, c-format msgid "%pB: tp-relative relocation against dynamic symbol %s" msgstr "" @@ -4275,12 +4344,12 @@ msgstr "" msgid "%pB: Relocations in generic ELF (EM: %d)" msgstr "" -#: elf64-hppa.c:2033 +#: elf64-hppa.c:2032 #, c-format msgid "stub entry for %s cannot load .plt, dp offset = %<PRId64>" msgstr "" -#: elf64-hppa.c:3237 +#: elf64-hppa.c:3236 #, c-format msgid "%pB(%pA+%#<PRIx64>): cannot reach %s" msgstr "" @@ -4292,106 +4361,106 @@ msgid "" "indirect branch" msgstr "" -#: elf64-ia64-vms.c:2031 elfnn-ia64.c:2295 +#: elf64-ia64-vms.c:2031 elfnn-ia64.c:2293 msgid "@pltoff reloc against local symbol" msgstr "" -#: elf64-ia64-vms.c:3283 elfnn-ia64.c:3678 +#: elf64-ia64-vms.c:3283 elfnn-ia64.c:3670 #, c-format msgid "%pB: short data segment overflowed (%#<PRIx64> >= 0x400000)" msgstr "" -#: elf64-ia64-vms.c:3293 elfnn-ia64.c:3688 +#: elf64-ia64-vms.c:3293 elfnn-ia64.c:3680 #, c-format msgid "%pB: __gp does not cover short data segment" msgstr "" -#: elf64-ia64-vms.c:3563 elfnn-ia64.c:3962 +#: elf64-ia64-vms.c:3563 elfnn-ia64.c:3953 #, c-format msgid "%pB: non-pic code with imm relocation against dynamic symbol `%s'" msgstr "" -#: elf64-ia64-vms.c:3627 elfnn-ia64.c:4030 +#: elf64-ia64-vms.c:3627 elfnn-ia64.c:4021 #, c-format msgid "%pB: @gprel relocation against dynamic symbol %s" msgstr "" -#: elf64-ia64-vms.c:3686 elfnn-ia64.c:4093 +#: elf64-ia64-vms.c:3686 elfnn-ia64.c:4084 #, c-format msgid "%pB: linking non-pic code in a position independent executable" msgstr "" -#: elf64-ia64-vms.c:3788 elfnn-ia64.c:4231 +#: elf64-ia64-vms.c:3788 elfnn-ia64.c:4222 #, c-format msgid "%pB: @internal branch to dynamic symbol %s" msgstr "" -#: elf64-ia64-vms.c:3791 elfnn-ia64.c:4234 +#: elf64-ia64-vms.c:3791 elfnn-ia64.c:4225 #, c-format msgid "%pB: speculation fixup to dynamic symbol %s" msgstr "" -#: elf64-ia64-vms.c:3794 elfnn-ia64.c:4237 +#: elf64-ia64-vms.c:3794 elfnn-ia64.c:4228 #, c-format msgid "%pB: @pcrel relocation against dynamic symbol %s" msgstr "" -#: elf64-ia64-vms.c:3918 elfnn-ia64.c:4434 +#: elf64-ia64-vms.c:3918 elfnn-ia64.c:4425 msgid "unsupported reloc" msgstr "" -#: elf64-ia64-vms.c:3955 elfnn-ia64.c:4472 +#: elf64-ia64-vms.c:3955 elfnn-ia64.c:4463 #, c-format msgid "" "%pB: missing TLS section for relocation %s against `%s' at %#<PRIx64> in " "section `%pA'." msgstr "" -#: elf64-ia64-vms.c:3972 elfnn-ia64.c:4489 +#: elf64-ia64-vms.c:3972 elfnn-ia64.c:4480 #, c-format msgid "" "%pB: Can't relax br (%s) to `%s' at %#<PRIx64> in section `%pA' with size " "%#<PRIx64> (> 0x1000000)." msgstr "" -#: elf64-ia64-vms.c:4268 elfnn-ia64.c:4750 +#: elf64-ia64-vms.c:4268 elfnn-ia64.c:4741 #, c-format msgid "%pB: linking trap-on-NULL-dereference with non-trapping files" msgstr "" -#: elf64-ia64-vms.c:4277 elfnn-ia64.c:4759 +#: elf64-ia64-vms.c:4277 elfnn-ia64.c:4750 #, c-format msgid "%pB: linking big-endian files with little-endian files" msgstr "" -#: elf64-ia64-vms.c:4286 elfnn-ia64.c:4768 +#: elf64-ia64-vms.c:4286 elfnn-ia64.c:4759 #, c-format msgid "%pB: linking 64-bit files with 32-bit files" msgstr "" -#: elf64-ia64-vms.c:4295 elfnn-ia64.c:4777 +#: elf64-ia64-vms.c:4295 elfnn-ia64.c:4768 #, c-format msgid "%pB: linking constant-gp files with non-constant-gp files" msgstr "" -#: elf64-ia64-vms.c:4305 elfnn-ia64.c:4787 +#: elf64-ia64-vms.c:4305 elfnn-ia64.c:4778 #, c-format msgid "%pB: linking auto-pic files with non-auto-pic files" msgstr "" -#: elf64-ia64-vms.c:5152 elflink.c:5141 +#: elf64-ia64-vms.c:5152 elflink.c:5148 #, 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:5159 elflink.c:5148 +#: elf64-ia64-vms.c:5159 elflink.c:5155 #, c-format msgid "warning: alignment %u of symbol `%s' in %pB is smaller than %u in %pB" msgstr "" -#: elf64-ia64-vms.c:5175 elflink.c:5165 +#: elf64-ia64-vms.c:5175 elflink.c:5172 #, c-format msgid "" "warning: size of symbol `%s' changed from %<PRIu64> in %pB to %<PRIu64> in " @@ -4474,68 +4543,68 @@ msgid "" "internal inconsistency: remaining %lu != max %lu; please report this bug" msgstr "" -#: elf64-ppc.c:1346 +#: elf64-ppc.c:1349 #, c-format msgid "warning: %s should be used rather than %s" msgstr "" -#: elf64-ppc.c:4143 +#: elf64-ppc.c:4153 #, c-format msgid "symbol '%s' has invalid st_other for ABI version 1" msgstr "" -#: elf64-ppc.c:4323 +#: elf64-ppc.c:4334 #, c-format msgid "%pB .opd not allowed in ABI version %d" msgstr "" -#: elf64-ppc.c:4895 +#: elf64-ppc.c:4906 #, c-format msgid "%H: %s reloc unsupported in shared libraries and PIEs\n" msgstr "" -#: elf64-ppc.c:5305 +#: elf64-ppc.c:5316 #, c-format msgid "%pB uses unknown e_flags 0x%lx" msgstr "" -#: elf64-ppc.c:5313 +#: elf64-ppc.c:5324 #, c-format msgid "%pB: ABI version %ld is not compatible with ABI version %ld output" msgstr "" -#: elf64-ppc.c:5340 +#: elf64-ppc.c:5351 #, c-format msgid " [abiv%ld]" msgstr "" -#: elf64-ppc.c:6624 +#: elf64-ppc.c:6649 msgid "" "%P: copy reloc against `%pT' requires lazy plt linking; avoid setting " "LD_BIND_NOW=1 or upgrade gcc\n" msgstr "" -#: elf64-ppc.c:6891 +#: elf64-ppc.c:6916 #, c-format msgid "%pB: undefined symbol on R_PPC64_TOCSAVE relocation" msgstr "" -#: elf64-ppc.c:7139 +#: elf64-ppc.c:7164 #, c-format msgid "dynreloc miscount for %pB, section %pA" msgstr "" -#: elf64-ppc.c:7228 +#: elf64-ppc.c:7253 #, c-format msgid "%pB: .opd is not a regular array of opd entries" msgstr "" -#: elf64-ppc.c:7238 +#: elf64-ppc.c:7263 #, c-format msgid "%pB: unexpected reloc type %u in .opd section" msgstr "" -#: elf64-ppc.c:7260 +#: elf64-ppc.c:7285 #, c-format msgid "%pB: undefined sym `%s' in .opd section" msgstr "" @@ -4547,92 +4616,92 @@ msgstr "" #. __glink_PLTresolve save of r2 is incompatible with code #. making tail calls, because the tail call might go via the #. resolver and thus overwrite the proper saved r2. -#: elf64-ppc.c:7754 +#: elf64-ppc.c:7779 msgid "warning: --plt-localentry is incompatible with power10 pc-relative code" msgstr "" -#: elf64-ppc.c:7762 +#: elf64-ppc.c:7787 msgid "" "warning: --plt-localentry is especially dangerous without ld.so support to " "detect ABI violations" msgstr "" -#: elf64-ppc.c:8086 +#: elf64-ppc.c:8111 msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n" msgstr "" -#: elf64-ppc.c:8521 elf64-ppc.c:9234 +#: elf64-ppc.c:8546 elf64-ppc.c:9259 #, c-format msgid "%s defined on removed toc entry" msgstr "" -#: elf64-ppc.c:9191 +#: elf64-ppc.c:9216 #, c-format msgid "%H: %s references optimized away TOC entry\n" msgstr "" -#: elf64-ppc.c:9412 +#: elf64-ppc.c:9437 #, c-format msgid "%H: got/toc optimization is not supported for %s instruction\n" msgstr "" -#: elf64-ppc.c:10239 +#: elf64-ppc.c:10282 #, c-format msgid "warning: discarding dynamic section %s" msgstr "" -#: elf64-ppc.c:11390 +#: elf64-ppc.c:11433 msgid "%P: cannot find opd entry toc for `%pT'\n" msgstr "" -#: elf64-ppc.c:11438 elf64-ppc.c:11991 +#: elf64-ppc.c:11481 elf64-ppc.c:12030 msgid "" "%F%P: Could not assign group %pA target %pA to an output section. Retry " "without --enable-non-contiguous-regions.\n" msgstr "" -#: elf64-ppc.c:11499 +#: elf64-ppc.c:11542 #, c-format msgid "long branch stub `%s' offset overflow" msgstr "" -#: elf64-ppc.c:11526 +#: elf64-ppc.c:11569 #, c-format msgid "can't find branch stub `%s'" msgstr "" -#: elf64-ppc.c:11590 elf64-ppc.c:11859 elf64-ppc.c:14168 +#: elf64-ppc.c:11633 elf64-ppc.c:11898 elf64-ppc.c:14202 #, c-format msgid "%P: linkage table error against `%pT'\n" msgstr "" -#: elf64-ppc.c:12063 +#: elf64-ppc.c:12102 #, c-format msgid "can't build branch stub `%s'" msgstr "" -#: elf64-ppc.c:13079 +#: elf64-ppc.c:13114 #, c-format msgid "%pB section %pA exceeds stub group size" msgstr "" -#: elf64-ppc.c:14347 +#: elf64-ppc.c:14381 msgid "__tls_get_addr call offset overflow" msgstr "" -#: elf64-ppc.c:14686 elf64-ppc.c:14705 +#: elf64-ppc.c:14720 elf64-ppc.c:14739 #, c-format msgid "%s offset too large for .eh_frame sdata4 encoding" msgstr "" -#: elf64-ppc.c:14737 +#: elf64-ppc.c:14771 #, c-format msgid "linker stubs in %u group\n" msgid_plural "linker stubs in %u groups\n" msgstr[0] "" msgstr[1] "" -#: elf64-ppc.c:14744 +#: elf64-ppc.c:14778 #, c-format msgid "" "%s branch %lu\n" @@ -4650,54 +4719,54 @@ msgid "" " global entry %lu" msgstr "" -#: elf64-ppc.c:15144 +#: elf64-ppc.c:15178 #, c-format msgid "%H: %s used with TLS symbol `%pT'\n" msgstr "" -#: elf64-ppc.c:15146 +#: elf64-ppc.c:15180 #, c-format msgid "%H: %s used with non-TLS symbol `%pT'\n" msgstr "" -#: elf64-ppc.c:15902 +#: elf64-ppc.c:15936 #, c-format msgid "%H: call to `%pT' lacks nop, can't restore toc; (plt call stub)\n" msgstr "" -#: elf64-ppc.c:15908 +#: elf64-ppc.c:15942 #, c-format msgid "" "%H: call to `%pT' lacks nop, can't restore toc; (toc save/adjust stub)\n" msgstr "" -#: elf64-ppc.c:16804 +#: elf64-ppc.c:16845 #, c-format msgid "%H: %s for indirect function `%pT' unsupported\n" msgstr "" -#: elf64-ppc.c:16889 +#: elf64-ppc.c:16930 #, c-format msgid "" "%X%P: %pB: %s against %pT is not supported by glibc as a dynamic relocation\n" msgstr "" -#: elf64-ppc.c:16944 +#: elf64-ppc.c:16985 #, c-format msgid "%P: %pB: %s is not supported for `%pT'\n" msgstr "" -#: elf64-ppc.c:17192 +#: elf64-ppc.c:17233 #, c-format msgid "%H: error: %s not a multiple of %u\n" msgstr "" -#: elf64-ppc.c:17215 +#: elf64-ppc.c:17256 #, c-format msgid "%H: unresolvable %s against `%pT'\n" msgstr "" -#: elf64-ppc.c:17359 +#: elf64-ppc.c:17400 #, c-format msgid "%H: %s against `%pT': error %d\n" msgstr "" @@ -4734,108 +4803,110 @@ msgstr "" msgid "%pB: linking UltraSPARC specific with HAL specific code" msgstr "" -#: elf64-x86-64.c:1417 +#: elf64-x86-64.c:1415 msgid "hidden symbol " msgstr "" -#: elf64-x86-64.c:1420 +#: elf64-x86-64.c:1418 msgid "internal symbol " msgstr "" -#: elf64-x86-64.c:1423 elf64-x86-64.c:1427 +#: elf64-x86-64.c:1421 elf64-x86-64.c:1425 msgid "protected symbol " msgstr "" -#: elf64-x86-64.c:1429 +#: elf64-x86-64.c:1427 msgid "symbol " msgstr "" -#: elf64-x86-64.c:1435 +#: elf64-x86-64.c:1433 msgid "undefined " msgstr "" -#: elf64-x86-64.c:1445 +#: elf64-x86-64.c:1443 msgid "a shared object" msgstr "" -#: elf64-x86-64.c:1447 +#: elf64-x86-64.c:1445 msgid "; recompile with -fPIC" msgstr "" -#: elf64-x86-64.c:1452 +#: elf64-x86-64.c:1450 msgid "a PIE object" msgstr "" -#: elf64-x86-64.c:1454 +#: elf64-x86-64.c:1452 msgid "a PDE object" msgstr "" -#: elf64-x86-64.c:1456 +#: elf64-x86-64.c:1454 msgid "; recompile with -fPIE" msgstr "" -#: elf64-x86-64.c:1460 +#: elf64-x86-64.c:1458 #, c-format msgid "%pB: relocation %s against %s%s`%s' can not be used when making %s%s" msgstr "" -#: elf64-x86-64.c:1968 +#: elf64-x86-64.c:1966 #, c-format msgid "%pB: relocation %s against symbol `%s' isn't supported in x32 mode" msgstr "" -#: elf64-x86-64.c:2124 +#: elf64-x86-64.c:2122 #, c-format msgid "%pB: '%s' accessed both as normal and thread local symbol" msgstr "" -#: elf64-x86-64.c:2747 elfnn-aarch64.c:5542 elfnn-riscv.c:2086 +#: elf64-x86-64.c:2747 elfnn-aarch64.c:5542 elfnn-riscv.c:2124 #, c-format msgid "" "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend: " "%<PRId64>" msgstr "" -#: elf64-x86-64.c:2992 +#: elf64-x86-64.c:3003 #, 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:3006 +#: elf64-x86-64.c:3017 #, 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:3283 +#: elf64-x86-64.c:3297 #, 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:3417 elflink.c:13609 +#: elf64-x86-64.c:3437 elflink.c:13453 msgid "%F%P: corrupt input: %pB\n" msgstr "" -#: elf64-x86-64.c:4101 -msgid "%F%P: failed to convert GOTPCREL relocation; relink with --no-relax\n" +#: elf64-x86-64.c:4123 +#, c-format +msgid "" +" failed to convert GOTPCREL relocation against '%s'; relink with --no-relax\n" msgstr "" -#: elf64-x86-64.c:4259 +#: elf64-x86-64.c:4284 #, c-format msgid "%F%pB: PC-relative offset overflow in PLT entry for `%s'\n" msgstr "" -#: elf64-x86-64.c:4322 +#: elf64-x86-64.c:4352 #, c-format msgid "%F%pB: branch displacement overflow in PLT entry for `%s'\n" msgstr "" -#: elf64-x86-64.c:4375 +#: elf64-x86-64.c:4405 #, c-format msgid "%F%pB: PC-relative offset overflow in GOT PLT entry for `%s'\n" msgstr "" @@ -4934,243 +5005,232 @@ msgstr "" msgid "alternate ELF machine code found (%d) in %pB, expecting %d" msgstr "" -#: elflink.c:4598 +#: elflink.c:4600 #, c-format msgid "%pB: invalid version offset %lx (max %lx)" msgstr "" -#: elflink.c:4666 +#: elflink.c:4668 #, c-format msgid "%pB: %s local symbol at index %lu (>= sh_info of %lu)" msgstr "" -#: elflink.c:4814 +#: elflink.c:4816 #, c-format msgid "%pB: not enough version information" msgstr "" -#: elflink.c:4852 +#: elflink.c:4854 #, c-format msgid "%pB: %s: invalid version %u (max %d)" msgstr "" -#: elflink.c:4889 +#: elflink.c:4891 #, c-format msgid "%pB: %s: invalid needed version %d" msgstr "" -#: elflink.c:5300 +#: elflink.c:5309 #, c-format msgid "%pB: undefined reference to symbol '%s'" msgstr "" -#: elflink.c:6366 +#: elflink.c:6375 #, c-format msgid "%pB: stack size specified and %s set" msgstr "" -#: elflink.c:6370 +#: elflink.c:6379 #, c-format msgid "%pB: %s not absolute" msgstr "" -#: elflink.c:6567 +#: elflink.c:6576 #, c-format msgid "%s: undefined version: %s" msgstr "" -#: elflink.c:7139 +#: elflink.c:7148 #, c-format msgid "%pB: .preinit_array section is not allowed in DSO" msgstr "" -#: elflink.c:8697 +#: elflink.c:8740 #, c-format msgid "undefined %s reference in complex symbol: %s" msgstr "" -#: elflink.c:8860 elflink.c:8868 +#: elflink.c:8903 elflink.c:8911 msgid "division by zero" msgstr "" -#: elflink.c:8882 +#: elflink.c:8925 #, 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:9220 +#: elflink.c:9263 #, c-format msgid "" "%pB:%pA: error: relocation references symbol %s which was removed by garbage " "collection" msgstr "" -#: elflink.c:9223 +#: elflink.c:9266 #, c-format msgid "%pB:%pA: error: try relinking with --gc-keep-exported enabled" msgstr "" -#: elflink.c:9468 elflink.c:9486 elflink.c:9525 elflink.c:9543 +#: elflink.c:9511 elflink.c:9529 elflink.c:9568 elflink.c:9586 #, 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:9502 elflink.c:9559 +#: elflink.c:9545 elflink.c:9602 #, c-format msgid "%pB: unable to sort relocs - they are of an unknown size" msgstr "" -#: elflink.c:9611 +#: elflink.c:9654 msgid "not enough memory to sort relocations" msgstr "" -#: elflink.c:9955 +#: elflink.c:9998 #, c-format msgid "%pB: too many sections: %d (>= %d)" msgstr "" -#: elflink.c:10231 +#: elflink.c:10274 #, c-format msgid "%pB: internal symbol `%s' in %pB is referenced by DSO" msgstr "" -#: elflink.c:10234 +#: elflink.c:10277 #, c-format msgid "%pB: hidden symbol `%s' in %pB is referenced by DSO" msgstr "" -#: elflink.c:10237 +#: elflink.c:10280 #, c-format msgid "%pB: local symbol `%s' in %pB is referenced by DSO" msgstr "" -#: elflink.c:10323 +#: elflink.c:10366 #, c-format msgid "%pB: could not find output section %pA for input section %pA" msgstr "" -#: elflink.c:10477 +#: elflink.c:10520 #, c-format msgid "%pB: protected symbol `%s' isn't defined" msgstr "" -#: elflink.c:10480 +#: elflink.c:10523 #, c-format msgid "%pB: internal symbol `%s' isn't defined" msgstr "" -#: elflink.c:10483 +#: elflink.c:10526 #, c-format msgid "%pB: hidden symbol `%s' isn't defined" msgstr "" -#: elflink.c:10515 +#: elflink.c:10558 #, c-format msgid "%pB: no symbol version section for versioned symbol `%s'" msgstr "" -#: elflink.c:10914 +#: elflink.c:10957 #, c-format msgid "" "warning: --enable-non-contiguous-regions discards section `%s' from '%s'\n" msgstr "" -#: elflink.c:11168 +#: elflink.c:11211 #, c-format msgid "error: %pB: size of section %pA is not multiple of address size" msgstr "" -#: elflink.c:11213 +#: elflink.c:11256 #, c-format msgid "" "error: %pB contains a reloc (%#<PRIx64>) for section %pA that references a " "non-existent global symbol" msgstr "" -#: elflink.c:11971 -#, c-format -msgid "" -"%pA has both ordered [`%pA' in %pB] and unordered [`%pA' in %pB] sections" -msgstr "" - #: elflink.c:11977 #, c-format -msgid "%pA has both ordered and unordered sections" -msgstr "" - -#: elflink.c:12047 -msgid "%F%P: %pA has ordered sections with incompatible alignments\n" -msgstr "" - -#: elflink.c:12121 -#, c-format msgid "%pB: no symbol found for import library" msgstr "" -#: elflink.c:12771 +#: elflink.c:12620 #, c-format msgid "%pB: file class %s incompatible with %s" msgstr "" -#: elflink.c:13031 +#: elflink.c:12870 #, c-format msgid "%pB: failed to generate import library" msgstr "" -#: elflink.c:13157 +#: elflink.c:12996 #, c-format msgid "warning: %s section has zero size" msgstr "" -#: elflink.c:13205 +#: elflink.c:13044 #, c-format msgid "warning: section '%s' is being made into a note" msgstr "" -#: elflink.c:13298 +#: elflink.c:13137 msgid "%P%X: read-only segment has dynamic relocations\n" msgstr "" -#: elflink.c:13301 +#: elflink.c:13140 msgid "%P: warning: creating DT_TEXTREL in a shared object\n" msgstr "" -#: elflink.c:13304 +#: elflink.c:13143 +msgid "%P: warning: creating DT_TEXTREL in a PDE\n" +msgstr "" + +#: elflink.c:13146 msgid "%P: warning: creating DT_TEXTREL in a PIE\n" msgstr "" -#: elflink.c:13437 +#: elflink.c:13279 msgid "%P%X: can not read symbols: %E\n" msgstr "" -#: elflink.c:13842 +#: elflink.c:13699 msgid "%F%P: %pB(%pA): error: need linked-to section for --gc-sections\n" msgstr "" -#: elflink.c:14305 +#: elflink.c:14165 #, c-format msgid "%pB: %pA+%#<PRIx64>: no symbol found for INHERIT" msgstr "" -#: elflink.c:14346 +#: elflink.c:14206 #, c-format msgid "%pB: section '%pA': corrupt VTENTRY entry" msgstr "" -#: elflink.c:14489 +#: elflink.c:14349 #, c-format msgid "unrecognized INPUT_SECTION_FLAG %s\n" msgstr "" -#: elflink.c:15236 +#: elflink.c:15097 #, c-format msgid "%P: %pB: warning: relocation against `%s' in read-only section `%pA'\n" msgstr "" -#: elflink.c:15325 +#: elflink.c:15186 msgid "" "%P: warning: GNU indirect functions with DT_TEXTREL may result in a segfault " "at runtime; recompile with %s\n" @@ -5182,18 +5242,18 @@ msgid "" "%pB: warning: Weak TLS is implementation defined and may not work as expected" msgstr "" -#: elfxx-aarch64.c:738 elfnn-aarch64.c:9901 elfnn-aarch64.c:9908 +#: elfxx-aarch64.c:738 elfnn-aarch64.c:9909 elfnn-aarch64.c:9916 #, 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:2629 +#: elfxx-aarch64.c:758 elfxx-x86.c:2695 msgid "%F%P: failed to create GNU property section\n" msgstr "" -#: elfxx-aarch64.c:762 elfxx-x86.c:2634 +#: elfxx-aarch64.c:762 elfxx-x86.c:2700 #, c-format msgid "%F%pA: failed to align section\n" msgstr "" @@ -5237,403 +5297,418 @@ msgid "" "%pB: incorrect `.reginfo' section size; expected %<PRIu64>, got %<PRIu64>" msgstr "" -#: elfxx-mips.c:7308 elfxx-mips.c:7545 +#: elfxx-mips.c:7308 elfxx-mips.c:7547 #, c-format msgid "%pB: warning: bad `%s' option size %u smaller than its header" msgstr "" -#: elfxx-mips.c:8352 elfxx-mips.c:8478 +#: elfxx-mips.c:8356 elfxx-mips.c:8482 #, c-format msgid "" "%pB: warning: cannot determine the target function for stub section `%s'" msgstr "" -#: elfxx-mips.c:8610 +#: elfxx-mips.c:8614 #, c-format msgid "%pB: malformed reloc detected for section %s" msgstr "" -#: elfxx-mips.c:8709 +#: elfxx-mips.c:8713 #, c-format msgid "%pB: GOT reloc at %#<PRIx64> not expected in executables" msgstr "" -#: elfxx-mips.c:8849 +#: elfxx-mips.c:8853 #, c-format msgid "%pB: CALL16 reloc at %#<PRIx64> not against global symbol" msgstr "" -#: elfxx-mips.c:9152 +#: elfxx-mips.c:9156 #, 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:9278 +#: elfxx-mips.c:9282 #, c-format msgid "IFUNC symbol %s in dynamic symbol table - IFUNCS are not supported" msgstr "" -#: elfxx-mips.c:9281 +#: elfxx-mips.c:9285 #, c-format msgid "non-dynamic symbol %s in dynamic symbol table" msgstr "" -#: elfxx-mips.c:9501 +#: elfxx-mips.c:9505 #, c-format msgid "non-dynamic relocations refer to dynamic symbol %s" msgstr "" -#: elfxx-mips.c:10435 +#: elfxx-mips.c:10439 #, c-format msgid "" "%pB: can't find matching LO16 reloc against `%s' for %s at %#<PRIx64> in " "section `%pA'" msgstr "" -#: elfxx-mips.c:10575 +#: elfxx-mips.c:10579 msgid "" "small-data section exceeds 64KB; lower small-data size limit (see option -G)" msgstr "" -#: elfxx-mips.c:10594 +#: elfxx-mips.c:10598 msgid "cannot convert a jump to JALX for a non-word-aligned address" msgstr "" -#: elfxx-mips.c:10597 +#: elfxx-mips.c:10601 msgid "jump to a non-word-aligned address" msgstr "" -#: elfxx-mips.c:10598 +#: elfxx-mips.c:10602 msgid "jump to a non-instruction-aligned address" msgstr "" -#: elfxx-mips.c:10601 +#: elfxx-mips.c:10605 msgid "cannot convert a branch to JALX for a non-word-aligned address" msgstr "" -#: elfxx-mips.c:10603 +#: elfxx-mips.c:10607 msgid "branch to a non-instruction-aligned address" msgstr "" -#: elfxx-mips.c:10605 +#: elfxx-mips.c:10609 msgid "PC-relative load from unaligned address" msgstr "" -#: elfxx-mips.c:10905 +#: elfxx-mips.c:10909 #, c-format msgid "" "%pB: `%pA' entry VMA of %#<PRIx64> outside the 32-bit range supported; " "consider using `-Ttext-segment=...'" msgstr "" -#: elfxx-mips.c:11020 elfxx-mips.c:11607 +#: elfxx-mips.c:11024 elfxx-mips.c:11611 #, c-format msgid "%pB: `%pA' offset of %<PRId64> from `%pA' beyond the range of ADDIUPC" msgstr "" -#: elfxx-mips.c:11579 +#: elfxx-mips.c:11583 #, c-format msgid "" "%pB: `%pA' start VMA of %#<PRIx64> outside the 32-bit range supported; " "consider using `-Ttext-segment=...'" msgstr "" -#: elfxx-mips.c:14535 +#: elfxx-mips.c:13316 reloc.c:8430 +#, c-format +msgid "%X%P: %pB(%pA): error: relocation for offset %V has no value\n" +msgstr "" + +#: elfxx-mips.c:13417 reloc.c:8518 +#, c-format +msgid "%X%P: %pB(%pA): relocation \"%pR\" is not supported\n" +msgstr "" + +#: elfxx-mips.c:13426 reloc.c:8527 +#, c-format +msgid "%X%P: %pB(%pA): relocation \"%pR\" returns an unrecognized value %x\n" +msgstr "" + +#: elfxx-mips.c:14611 #, c-format msgid "%pB: unknown architecture %s" msgstr "" -#: elfxx-mips.c:15069 +#: elfxx-mips.c:15145 #, c-format msgid "%pB: illegal section name `%pA'" msgstr "" -#: elfxx-mips.c:15346 +#: elfxx-mips.c:15422 #, c-format msgid "%pB: warning: linking abicalls files with non-abicalls files" msgstr "" -#: elfxx-mips.c:15363 +#: elfxx-mips.c:15439 #, c-format msgid "%pB: linking 32-bit code with 64-bit code" msgstr "" -#: elfxx-mips.c:15395 elfxx-mips.c:15461 elfxx-mips.c:15476 +#: elfxx-mips.c:15471 elfxx-mips.c:15537 elfxx-mips.c:15552 #, c-format msgid "%pB: linking %s module with previous %s modules" msgstr "" -#: elfxx-mips.c:15419 +#: elfxx-mips.c:15495 #, c-format msgid "%pB: ABI mismatch: linking %s module with previous %s modules" msgstr "" -#: elfxx-mips.c:15444 +#: elfxx-mips.c:15520 #, c-format msgid "%pB: ASE mismatch: linking %s module with previous %s modules" msgstr "" -#: elfxx-mips.c:15578 +#: elfxx-mips.c:15654 #, 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:15584 +#: elfxx-mips.c:15660 #, c-format msgid "" "warning: %pB uses unknown floating point ABI %d (set by %pB), %pB uses %s" msgstr "" -#: elfxx-mips.c:15590 +#: elfxx-mips.c:15666 #, c-format msgid "" "warning: %pB uses %s (set by %pB), %pB uses unknown floating point ABI %d" msgstr "" -#: elfxx-mips.c:15604 +#: elfxx-mips.c:15680 #, c-format msgid "warning: %pB uses %s (set by %pB), %pB uses %s" msgstr "" -#: elfxx-mips.c:15623 +#: elfxx-mips.c:15699 #, c-format msgid "warning: %pB uses %s (set by %pB), %pB uses unknown MSA ABI %d" msgstr "" -#: elfxx-mips.c:15635 +#: elfxx-mips.c:15711 #, c-format msgid "warning: %pB uses unknown MSA ABI %d (set by %pB), %pB uses %s" msgstr "" -#: elfxx-mips.c:15644 +#: elfxx-mips.c:15720 #, c-format msgid "" "warning: %pB uses unknown MSA ABI %d (set by %pB), %pB uses unknown MSA ABI " "%d" msgstr "" -#: elfxx-mips.c:15706 +#: elfxx-mips.c:15782 #, c-format msgid "%pB: endianness incompatible with that of the selected emulation" msgstr "" -#: elfxx-mips.c:15720 +#: elfxx-mips.c:15796 #, c-format msgid "%pB: ABI is incompatible with that of the selected emulation" msgstr "" -#: elfxx-mips.c:15773 +#: elfxx-mips.c:15849 #, c-format msgid "%pB: warning: inconsistent ISA between e_flags and .MIPS.abiflags" msgstr "" -#: elfxx-mips.c:15778 +#: elfxx-mips.c:15854 #, c-format msgid "" "%pB: warning: inconsistent FP ABI between .gnu.attributes and .MIPS.abiflags" msgstr "" -#: elfxx-mips.c:15782 +#: elfxx-mips.c:15858 #, c-format msgid "%pB: warning: inconsistent ASEs between e_flags and .MIPS.abiflags" msgstr "" -#: elfxx-mips.c:15789 +#: elfxx-mips.c:15865 #, c-format msgid "" "%pB: warning: inconsistent ISA extensions between e_flags and .MIPS.abiflags" msgstr "" -#: elfxx-mips.c:15793 +#: elfxx-mips.c:15869 #, c-format msgid "" "%pB: warning: unexpected flag in the flags2 field of .MIPS.abiflags (0x%lx)" msgstr "" -#: elfxx-mips.c:15984 +#: elfxx-mips.c:16060 msgid "-mips32r2 -mfp64 (12 callee-saved)" msgstr "" -#: elfxx-mips.c:16046 elfxx-mips.c:16057 +#: elfxx-mips.c:16122 elfxx-mips.c:16133 msgid "None" msgstr "" -#: elfxx-mips.c:16048 elfxx-mips.c:16117 +#: elfxx-mips.c:16124 elfxx-mips.c:16193 msgid "Unknown" msgstr "" -#: elfxx-mips.c:16128 +#: elfxx-mips.c:16204 #, c-format msgid "Hard or soft float\n" msgstr "" -#: elfxx-mips.c:16131 +#: elfxx-mips.c:16207 #, c-format msgid "Hard float (double precision)\n" msgstr "" -#: elfxx-mips.c:16134 +#: elfxx-mips.c:16210 #, c-format msgid "Hard float (single precision)\n" msgstr "" -#: elfxx-mips.c:16137 +#: elfxx-mips.c:16213 #, c-format msgid "Soft float\n" msgstr "" -#: elfxx-mips.c:16140 +#: elfxx-mips.c:16216 #, c-format msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n" msgstr "" -#: elfxx-mips.c:16143 +#: elfxx-mips.c:16219 #, c-format msgid "Hard float (32-bit CPU, Any FPU)\n" msgstr "" -#: elfxx-mips.c:16146 +#: elfxx-mips.c:16222 #, c-format msgid "Hard float (32-bit CPU, 64-bit FPU)\n" msgstr "" -#: elfxx-mips.c:16149 +#: elfxx-mips.c:16225 #, c-format msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n" msgstr "" -#: elfxx-mips.c:16181 +#: elfxx-mips.c:16257 #, c-format msgid " [abi=O32]" msgstr "" -#: elfxx-mips.c:16183 +#: elfxx-mips.c:16259 #, c-format msgid " [abi=O64]" msgstr "" -#: elfxx-mips.c:16185 +#: elfxx-mips.c:16261 #, c-format msgid " [abi=EABI32]" msgstr "" -#: elfxx-mips.c:16187 +#: elfxx-mips.c:16263 #, c-format msgid " [abi=EABI64]" msgstr "" -#: elfxx-mips.c:16189 +#: elfxx-mips.c:16265 #, c-format msgid " [abi unknown]" msgstr "" -#: elfxx-mips.c:16191 +#: elfxx-mips.c:16267 #, c-format msgid " [abi=N32]" msgstr "" -#: elfxx-mips.c:16193 +#: elfxx-mips.c:16269 #, c-format msgid " [abi=64]" msgstr "" -#: elfxx-mips.c:16195 +#: elfxx-mips.c:16271 #, c-format msgid " [no abi set]" msgstr "" -#: elfxx-mips.c:16220 +#: elfxx-mips.c:16296 #, c-format msgid " [unknown ISA]" msgstr "" -#: elfxx-mips.c:16240 +#: elfxx-mips.c:16316 #, c-format msgid " [not 32bitmode]" msgstr "" -#: elfxx-riscv.c:1201 +#: elfxx-riscv.c:1383 #, c-format msgid "x ISA extension `%s' must be set with the versions" msgstr "" -#: elfxx-riscv.c:1205 +#: elfxx-riscv.c:1387 #, c-format msgid "cannot find default versions of the ISA extension `%s'" msgstr "" -#: elfxx-riscv.c:1279 +#: elfxx-riscv.c:1461 #, c-format msgid "-march=%s: expect number after `%dp'" msgstr "" -#: elfxx-riscv.c:1367 +#: elfxx-riscv.c:1544 #, c-format msgid "-march=%s: rv%de is not a valid base ISA" msgstr "" -#: elfxx-riscv.c:1397 +#: elfxx-riscv.c:1573 #, c-format msgid "-march=%s: first ISA extension must be `e', `i' or `g'" msgstr "" -#: elfxx-riscv.c:1422 +#: elfxx-riscv.c:1600 #, c-format -msgid "-march=%s: unknown standard ISA extension `%c'" +msgid "-march=%s: unknown standard and prefixed ISA extension `%s'" msgstr "" -#: elfxx-riscv.c:1426 +#: elfxx-riscv.c:1604 #, c-format msgid "-march=%s: standard ISA extension `%c' is not in canonical order" msgstr "" -#: elfxx-riscv.c:1544 +#: elfxx-riscv.c:1654 #, c-format -msgid "-march=%s: unknown %s ISA extension `%s'" +msgid "-march=%s: unknown prefix class for the ISA extension `%s'" msgstr "" -#: elfxx-riscv.c:1555 +#: elfxx-riscv.c:1688 #, c-format -msgid "-march=%s: duplicate %s ISA extension `%s'" +msgid "-march=%s: unknown prefixed ISA extension `%s'" msgstr "" -#: elfxx-riscv.c:1565 +#: elfxx-riscv.c:1699 #, c-format -msgid "" -"-march=%s: %s ISA extension `%s' is not in alphabetical order. It must come " -"before `%s'" +msgid "-march=%s: duplicate prefixed ISA extension `%s'" msgstr "" -#: elfxx-riscv.c:1581 +#: elfxx-riscv.c:1709 #, c-format -msgid "-march=%s: %s ISA extension must separate with _" +msgid "" +"-march=%s: prefixed ISA extension `%s' is not in expected order. It must " +"come before `%s'" msgstr "" -#: elfxx-riscv.c:1799 +#: elfxx-riscv.c:1725 #, c-format -msgid "-march=%s: ISA string cannot contain uppercase letters" +msgid "-march=%s: prefixed ISA extension must separate with _" msgstr "" -#: elfxx-riscv.c:1825 +#: elfxx-riscv.c:1773 #, c-format -msgid "-march=%s: ISA string must begin with rv32 or rv64" +msgid "-march=%s: ISA string cannot contain uppercase letters" msgstr "" -#: elfxx-riscv.c:1851 +#: elfxx-riscv.c:1799 #, c-format -msgid "-march=%s: unexpected ISA string at end: %s" +msgid "-march=%s: ISA string must begin with rv32 or rv64" msgstr "" -#: elfxx-riscv.c:1865 +#: elfxx-riscv.c:1832 #, c-format msgid "-march=%s: rv32e does not support the `f' extension" msgstr "" -#: elfxx-riscv.c:1873 +#: elfxx-riscv.c:1840 #, c-format msgid "-march=%s: rv32 does not support the `q' extension" msgstr "" @@ -5649,87 +5724,100 @@ msgstr "" msgid "%pB: cannot link together %s and %s objects" msgstr "" -#: elfxx-x86.c:976 +#: elfxx-x86.c:980 #, c-format msgid "" "%F%P: %pB: relocation %s against absolute symbol `%s' in section `%pA' is " "disallowed\n" msgstr "" -#: elfxx-x86.c:1058 +#: elfxx-x86.c:1062 msgid "%P: %pB: warning: relocation in read-only section `%pA'\n" msgstr "" -#: elfxx-x86.c:2313 +#: elfxx-x86.c:1782 +#, c-format +msgid "" +"%pB: %s (offset: 0x%s, info: 0x%s, addend: 0x%s) against '%s' for section " +"'%pA' in %pB\n" +msgstr "" + +#: elfxx-x86.c:1789 +#, c-format +msgid "" +"%pB: %s (offset: 0x%s, info: 0x%s) against '%s' for section '%pA' in %pB\n" +msgstr "" + +#: elfxx-x86.c:2367 #, c-format msgid "error: %pB: <corrupt x86 property (0x%x) size: 0x%x>" msgstr "" -#: elfxx-x86.c:2648 +#: elfxx-x86.c:2714 msgid "%P: %pB: warning: missing %s\n" msgstr "" -#: elfxx-x86.c:2649 +#: elfxx-x86.c:2715 msgid "%X%P: %pB: error: missing %s\n" msgstr "" -#: elfxx-x86.c:2712 +#: elfxx-x86.c:2778 msgid "IBT and SHSTK properties" msgstr "" -#: elfxx-x86.c:2714 +#: elfxx-x86.c:2780 msgid "IBT property" msgstr "" -#: elfxx-x86.c:2716 +#: elfxx-x86.c:2782 msgid "SHSTK property" msgstr "" -#: elfxx-x86.c:2721 +#: elfxx-x86.c:2787 msgid "LAM_U48 property" msgstr "" -#: elfxx-x86.c:2726 +#: elfxx-x86.c:2792 msgid "LAM_U57 property" msgstr "" -#: elfxx-x86.c:2870 +#: elfxx-x86.c:2936 msgid "%F%P: failed to create VxWorks dynamic sections\n" msgstr "" -#: elfxx-x86.c:2879 +#: elfxx-x86.c:2945 msgid "%F%P: failed to create GOT sections\n" msgstr "" -#: elfxx-x86.c:2897 +#: elfxx-x86.c:2963 msgid "%F%P: failed to create ifunc sections\n" msgstr "" -#: elfxx-x86.c:2934 +#: elfxx-x86.c:3000 msgid "%F%P: failed to create GOT PLT section\n" msgstr "" -#: elfxx-x86.c:2953 +#: elfxx-x86.c:3019 msgid "%F%P: failed to create IBT-enabled PLT section\n" msgstr "" -#: elfxx-x86.c:2967 +#: elfxx-x86.c:3033 msgid "%F%P: failed to create BND PLT section\n" msgstr "" -#: elfxx-x86.c:2987 +#: elfxx-x86.c:3053 msgid "%F%P: failed to create PLT .eh_frame section\n" msgstr "" -#: elfxx-x86.c:3000 +#: elfxx-x86.c:3066 msgid "%F%P: failed to create GOT PLT .eh_frame section\n" msgstr "" -#: elfxx-x86.c:3014 +#: elfxx-x86.c:3080 msgid "%F%P: failed to create the second PLT .eh_frame section\n" msgstr "" -#: elfxx-x86.c:3056 +#: elfxx-x86.c:3122 msgid "%X%P: attempted static link of dynamic object `%pB'\n" msgstr "" @@ -5788,57 +5876,57 @@ msgstr "" msgid "%pB: address %#<PRIx64> out of range for Intel Hex file" msgstr "" -#: libbfd.c:884 +#: libbfd.c:969 #, c-format msgid "%pB: unable to get decompressed section %pA" msgstr "" -#: libbfd.c:1048 +#: libbfd.c:1133 #, c-format msgid "Deprecated %s called at %s line %d in %s\n" msgstr "" -#: libbfd.c:1051 +#: libbfd.c:1136 #, c-format msgid "Deprecated %s called\n" msgstr "" -#: linker.c:1707 +#: linker.c:1706 #, c-format msgid "%pB: indirect symbol `%s' to `%s' is a loop" msgstr "" -#: linker.c:2578 +#: linker.c:2577 #, c-format msgid "attempt to do relocatable link with %s input and %s output" msgstr "" -#: linker.c:2863 +#: linker.c:2861 #, c-format msgid "%pB: ignoring duplicate section `%pA'\n" msgstr "" -#: linker.c:2873 linker.c:2883 +#: linker.c:2871 linker.c:2881 #, c-format msgid "%pB: duplicate section `%pA' has different size\n" msgstr "" -#: linker.c:2892 linker.c:2898 +#: linker.c:2890 linker.c:2896 #, c-format msgid "%pB: could not read contents of section `%pA'\n" msgstr "" -#: linker.c:2903 +#: linker.c:2901 #, c-format msgid "%pB: duplicate section `%pA' has different contents\n" msgstr "" -#: linker.c:3420 +#: linker.c:3419 #, c-format msgid "%pB: compiled for a big endian system and target is little endian" msgstr "" -#: linker.c:3423 +#: linker.c:3422 #, c-format msgid "%pB: compiled for a little endian system and target is big endian" msgstr "" @@ -6033,148 +6121,148 @@ msgstr "" msgid "%pB: access beyond end of merged section (%<PRId64>)" msgstr "" -#: mmo.c:476 +#: mmo.c:475 #, c-format msgid "%pB: no core to allocate section name %s" msgstr "" -#: mmo.c:541 +#: mmo.c:540 #, c-format msgid "%pB: no core to allocate a symbol %d bytes long" msgstr "" -#: mmo.c:952 +#: mmo.c:951 #, c-format msgid "%pB: attempt to emit contents at non-multiple-of-4 address %#<PRIx64>" msgstr "" -#: mmo.c:1248 +#: mmo.c:1247 #, c-format msgid "%pB: invalid mmo file: initialization value for $255 is not `Main'\n" msgstr "" -#: mmo.c:1395 +#: mmo.c:1394 #, c-format msgid "" "%pB: unsupported wide character sequence 0x%02X 0x%02X after symbol name " "starting with `%s'\n" msgstr "" -#: mmo.c:1628 +#: mmo.c:1627 #, c-format msgid "%pB: invalid mmo file: unsupported lopcode `%d'\n" msgstr "" -#: mmo.c:1639 +#: mmo.c:1638 #, c-format msgid "%pB: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n" msgstr "" -#: mmo.c:1679 +#: mmo.c:1678 #, c-format msgid "" "%pB: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n" msgstr "" -#: mmo.c:1730 +#: mmo.c:1729 #, c-format msgid "" "%pB: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" msgstr "" -#: mmo.c:1771 +#: mmo.c:1770 #, c-format msgid "%pB: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n" msgstr "" -#: mmo.c:1782 +#: mmo.c:1781 #, c-format msgid "" "%pB: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" msgstr "" -#: mmo.c:1807 +#: mmo.c:1806 #, c-format msgid "" "%pB: invalid mmo file: leading byte of operand word must be 0 or 1, got %d " "for lop_fixrx\n" msgstr "" -#: mmo.c:1832 +#: mmo.c:1831 #, c-format msgid "%pB: cannot allocate file name for file number %d, %d bytes\n" msgstr "" -#: mmo.c:1854 +#: mmo.c:1853 #, c-format msgid "" "%pB: invalid mmo file: file number %d `%s', was already entered as `%s'\n" msgstr "" -#: mmo.c:1868 +#: mmo.c:1867 #, c-format msgid "" "%pB: invalid mmo file: file name for number %d was not specified before use\n" msgstr "" -#: mmo.c:1975 +#: mmo.c:1974 #, c-format msgid "" "%pB: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" msgstr "" -#: mmo.c:2012 +#: mmo.c:2011 #, c-format msgid "%pB: invalid mmo file: lop_end not last item in file\n" msgstr "" -#: mmo.c:2026 +#: mmo.c:2025 #, c-format msgid "" "%pB: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras " "to the preceding lop_stab (%ld)\n" msgstr "" -#: mmo.c:2735 +#: mmo.c:2734 #, c-format msgid "%pB: invalid symbol table: duplicate symbol `%s'\n" msgstr "" -#: mmo.c:2979 +#: mmo.c:2978 #, c-format msgid "" "%pB: bad symbol definition: `Main' set to %s rather than the start address " "%s\n" msgstr "" -#: mmo.c:3078 +#: mmo.c:3077 #, c-format msgid "" "%pB: warning: symbol table too large for mmo, larger than 65535 32-bit " "words: %d. Only `Main' will be emitted.\n" msgstr "" -#: mmo.c:3124 +#: mmo.c:3123 #, c-format msgid "%pB: internal error, symbol table changed size from %d to %d words\n" msgstr "" -#: mmo.c:3177 +#: mmo.c:3176 #, c-format msgid "%pB: internal error, internal register section %pA had contents\n" msgstr "" -#: mmo.c:3228 +#: mmo.c:3227 #, c-format msgid "%pB: no initialized registers; section length 0\n" msgstr "" -#: mmo.c:3235 +#: mmo.c:3234 #, c-format msgid "%pB: too many initialized registers; section length %<PRId64>" msgstr "" -#: mmo.c:3240 +#: mmo.c:3239 #, c-format msgid "" "%pB: invalid start address for initialized registers of length %<PRId64>: " @@ -6186,7 +6274,7 @@ msgstr "" msgid "unhandled OSF/1 core file section type %d" msgstr "" -#: pdp11.c:1588 +#: pdp11.c:1590 #, c-format msgid "%pB: symbol indicates overlay (not supported)" msgstr "" @@ -6296,6 +6384,11 @@ msgstr "" msgid "%pB: error: debug data ends beyond end of debug directory" msgstr "" +#: plugin.c:236 +msgid "" +"plugin framework: out of file descriptors. Try using fewer objects/archives\n" +msgstr "" + #: ppcboot.c:392 #, c-format msgid "" @@ -6345,55 +6438,40 @@ msgstr "" msgid "Partition[%d] length = 0x%.8lx (%ld)\n" msgstr "" -#: reloc.c:8318 +#: reloc.c:8329 msgid "INPUT_SECTION_FLAGS are not supported" msgstr "" -#: reloc.c:8419 -#, c-format -msgid "%X%P: %pB(%pA): error: relocation for offset %V has no value\n" -msgstr "" - -#: reloc.c:8507 -#, c-format -msgid "%X%P: %pB(%pA): relocation \"%pR\" is not supported\n" -msgstr "" - -#: reloc.c:8516 -#, c-format -msgid "%X%P: %pB(%pA): relocation \"%pR\" returns an unrecognized value %x\n" -msgstr "" - -#: reloc.c:8578 +#: reloc.c:8589 #, c-format msgid "%pB: unrecognized relocation type %#x in section `%pA'" msgstr "" #. PR 21803: Suggest the most likely cause of this error. -#: reloc.c:8582 +#: reloc.c:8593 #, c-format msgid "is this version of the linker - %s - out of date ?" msgstr "" -#: rs6000-core.c:471 +#: rs6000-core.c:470 #, c-format msgid "%pB: warning core file truncated" msgstr "" #. User has specified a subspace without its containing space. -#: som.c:5465 +#: som.c:5476 #, c-format msgid "%pB[%pA]: no output section for space %pA" msgstr "" -#: som.c:5511 +#: som.c:5522 #, c-format msgid "" "\n" "Exec Auxiliary Header\n" msgstr "" -#: som.c:5820 +#: som.c:5831 msgid "som_sizeof_headers unimplemented" msgstr "" @@ -6417,83 +6495,83 @@ msgstr "" msgid "%pB(%pA+%#lx): stabs entry has invalid string index" msgstr "" -#: syms.c:1088 +#: syms.c:1092 msgid "unsupported .stab relocation" msgstr "" -#: vms-alpha.c:480 +#: vms-alpha.c:478 msgid "corrupt EIHD record - size is too small" msgstr "" -#: vms-alpha.c:666 +#: vms-alpha.c:664 #, c-format msgid "unable to read EIHS record at offset %#x" msgstr "" -#: vms-alpha.c:1158 +#: vms-alpha.c:1156 msgid "record is too small for symbol name length" msgstr "" -#: vms-alpha.c:1191 +#: vms-alpha.c:1189 #, c-format msgid "corrupt EGSD record: its size (%#x) is too small" msgstr "" -#: vms-alpha.c:1215 +#: vms-alpha.c:1213 #, c-format msgid "" "corrupt EGSD record type %d: size (%#x) is larger than remaining space (%#x)" msgstr "" -#: vms-alpha.c:1225 +#: vms-alpha.c:1223 #, c-format msgid "corrupt EGSD record type %d: size (%#x) is too small" msgstr "" -#: vms-alpha.c:1367 +#: vms-alpha.c:1365 #, c-format msgid "corrupt EGSD record: its psindx field is too big (%#lx)" msgstr "" -#: vms-alpha.c:1442 +#: vms-alpha.c:1440 #, c-format msgid "unknown EGSD subtype %d" msgstr "" -#: vms-alpha.c:1475 +#: vms-alpha.c:1473 #, c-format msgid "stack overflow (%d) in _bfd_vms_push" msgstr "" -#: vms-alpha.c:1489 +#: vms-alpha.c:1487 msgid "stack underflow in _bfd_vms_pop" msgstr "" -#: vms-alpha.c:1563 +#: vms-alpha.c:1561 #, c-format msgid "dst_define_location %u too large" msgstr "" #. These names have not yet been added to this switch statement. -#: vms-alpha.c:1764 +#: vms-alpha.c:1762 #, c-format msgid "unknown ETIR command %d" msgstr "" -#: vms-alpha.c:1795 +#: vms-alpha.c:1793 msgid "corrupt vms value" msgstr "" -#: vms-alpha.c:1926 +#: vms-alpha.c:1924 msgid "corrupt ETIR record encountered" msgstr "" -#: vms-alpha.c:1988 +#: vms-alpha.c:1986 #, c-format msgid "bad section index in %s" msgstr "" -#: vms-alpha.c:2002 +#: vms-alpha.c:2000 #, c-format msgid "unsupported STA cmd %s" msgstr "" @@ -6503,1942 +6581,1942 @@ msgstr "" #. Rotate. #. Redefine symbol to current location. #. Define a literal. -#: vms-alpha.c:2210 vms-alpha.c:2241 vms-alpha.c:2336 vms-alpha.c:2556 +#: vms-alpha.c:2208 vms-alpha.c:2239 vms-alpha.c:2334 vms-alpha.c:2554 #, c-format msgid "%s: not supported" msgstr "" -#: vms-alpha.c:2216 +#: vms-alpha.c:2214 #, c-format msgid "%s: not implemented" msgstr "" -#: vms-alpha.c:2381 vms-alpha.c:2396 +#: vms-alpha.c:2379 vms-alpha.c:2394 #, c-format msgid "invalid %s" msgstr "" #. Divide by zero is supposed to give a result of zero, #. and a non-fatal warning message. -#: vms-alpha.c:2456 +#: vms-alpha.c:2454 #, c-format msgid "%s divide by zero" msgstr "" -#: vms-alpha.c:2522 +#: vms-alpha.c:2520 #, c-format msgid "invalid use of %s with contexts" msgstr "" -#: vms-alpha.c:2580 +#: vms-alpha.c:2578 #, c-format msgid "reserved cmd %d" msgstr "" -#: vms-alpha.c:2664 +#: vms-alpha.c:2662 msgid "corrupt EEOM record - size is too small" msgstr "" -#: vms-alpha.c:2673 +#: vms-alpha.c:2671 msgid "object module not error-free !" msgstr "" -#: vms-alpha.c:4001 +#: vms-alpha.c:3999 #, c-format msgid "SEC_RELOC with no relocs in section %pA" msgstr "" -#: vms-alpha.c:4053 vms-alpha.c:4268 +#: vms-alpha.c:4051 vms-alpha.c:4266 #, c-format msgid "size error in section %pA" msgstr "" -#: vms-alpha.c:4213 +#: vms-alpha.c:4211 msgid "spurious ALPHA_R_BSR reloc" msgstr "" -#: vms-alpha.c:4254 +#: vms-alpha.c:4252 #, c-format msgid "unhandled relocation %s" msgstr "" -#: vms-alpha.c:4551 +#: vms-alpha.c:4549 #, c-format msgid "unknown source command %d" msgstr "" -#: vms-alpha.c:4612 vms-alpha.c:4618 vms-alpha.c:4624 vms-alpha.c:4630 -#: vms-alpha.c:4636 vms-alpha.c:4663 vms-alpha.c:4669 vms-alpha.c:4675 -#: vms-alpha.c:4681 +#: vms-alpha.c:4610 vms-alpha.c:4616 vms-alpha.c:4622 vms-alpha.c:4628 +#: vms-alpha.c:4634 vms-alpha.c:4661 vms-alpha.c:4667 vms-alpha.c:4673 +#: vms-alpha.c:4679 #, c-format msgid "%s not implemented" msgstr "" -#: vms-alpha.c:4724 +#: vms-alpha.c:4722 #, c-format msgid "unknown line command %d" msgstr "" -#: vms-alpha.c:5188 vms-alpha.c:5206 vms-alpha.c:5221 vms-alpha.c:5237 -#: vms-alpha.c:5250 vms-alpha.c:5262 vms-alpha.c:5275 +#: vms-alpha.c:5186 vms-alpha.c:5204 vms-alpha.c:5219 vms-alpha.c:5235 +#: vms-alpha.c:5248 vms-alpha.c:5260 vms-alpha.c:5273 #, c-format msgid "unknown reloc %s + %s" msgstr "" -#: vms-alpha.c:5330 +#: vms-alpha.c:5328 #, c-format msgid "unknown reloc %s" msgstr "" -#: vms-alpha.c:5344 +#: vms-alpha.c:5342 msgid "invalid section index in ETIR" msgstr "" -#: vms-alpha.c:5353 +#: vms-alpha.c:5351 msgid "relocation for non-REL psect" msgstr "" -#: vms-alpha.c:5402 +#: vms-alpha.c:5400 #, c-format msgid "unknown symbol in command %s" msgstr "" -#: vms-alpha.c:5816 +#: vms-alpha.c:5814 #, c-format msgid "reloc (%d) is *UNKNOWN*" msgstr "" -#: vms-alpha.c:5932 +#: vms-alpha.c:5930 #, c-format msgid " EMH %u (len=%u): " msgstr "" -#: vms-alpha.c:5937 +#: vms-alpha.c:5935 #, c-format msgid " Error: The length is less than the length of an EMH record\n" msgstr "" -#: vms-alpha.c:5954 +#: vms-alpha.c:5952 #, c-format msgid "" " Error: The record length is less than the size of an EMH_MHD record\n" msgstr "" -#: vms-alpha.c:5957 +#: vms-alpha.c:5955 #, c-format msgid "Module header\n" msgstr "" -#: vms-alpha.c:5958 +#: vms-alpha.c:5956 #, c-format msgid " structure level: %u\n" msgstr "" -#: vms-alpha.c:5959 +#: vms-alpha.c:5957 #, c-format msgid " max record size: %u\n" msgstr "" -#: vms-alpha.c:5965 +#: vms-alpha.c:5963 #, c-format msgid " Error: The module name is missing\n" msgstr "" -#: vms-alpha.c:5971 +#: vms-alpha.c:5969 #, c-format msgid " Error: The module name is too long\n" msgstr "" -#: vms-alpha.c:5974 +#: vms-alpha.c:5972 #, c-format msgid " module name : %.*s\n" msgstr "" -#: vms-alpha.c:5978 +#: vms-alpha.c:5976 #, c-format msgid " Error: The module version is missing\n" msgstr "" -#: vms-alpha.c:5984 +#: vms-alpha.c:5982 #, c-format msgid " Error: The module version is too long\n" msgstr "" -#: vms-alpha.c:5987 +#: vms-alpha.c:5985 #, c-format msgid " module version : %.*s\n" msgstr "" -#: vms-alpha.c:5990 +#: vms-alpha.c:5988 #, c-format msgid " Error: The compile date is truncated\n" msgstr "" -#: vms-alpha.c:5992 +#: vms-alpha.c:5990 #, c-format msgid " compile date : %.17s\n" msgstr "" -#: vms-alpha.c:5997 +#: vms-alpha.c:5995 #, c-format msgid "Language Processor Name\n" msgstr "" -#: vms-alpha.c:5998 +#: vms-alpha.c:5996 #, c-format msgid " language name: %.*s\n" msgstr "" -#: vms-alpha.c:6002 +#: vms-alpha.c:6000 #, c-format msgid "Source Files Header\n" msgstr "" -#: vms-alpha.c:6003 +#: vms-alpha.c:6001 #, c-format msgid " file: %.*s\n" msgstr "" -#: vms-alpha.c:6007 +#: vms-alpha.c:6005 #, c-format msgid "Title Text Header\n" msgstr "" -#: vms-alpha.c:6008 +#: vms-alpha.c:6006 #, c-format msgid " title: %.*s\n" msgstr "" -#: vms-alpha.c:6012 +#: vms-alpha.c:6010 #, c-format msgid "Copyright Header\n" msgstr "" -#: vms-alpha.c:6013 +#: vms-alpha.c:6011 #, c-format msgid " copyright: %.*s\n" msgstr "" -#: vms-alpha.c:6017 +#: vms-alpha.c:6015 #, c-format msgid "unhandled emh subtype %u\n" msgstr "" -#: vms-alpha.c:6027 +#: vms-alpha.c:6025 #, c-format msgid " EEOM (len=%u):\n" msgstr "" -#: vms-alpha.c:6032 +#: vms-alpha.c:6030 #, c-format msgid " Error: The length is less than the length of an EEOM record\n" msgstr "" -#: vms-alpha.c:6036 +#: vms-alpha.c:6034 #, c-format msgid " number of cond linkage pairs: %u\n" msgstr "" -#: vms-alpha.c:6038 +#: vms-alpha.c:6036 #, c-format msgid " completion code: %u\n" msgstr "" -#: vms-alpha.c:6042 +#: vms-alpha.c:6040 #, c-format msgid " transfer addr flags: 0x%02x\n" msgstr "" -#: vms-alpha.c:6043 +#: vms-alpha.c:6041 #, c-format msgid " transfer addr psect: %u\n" msgstr "" -#: vms-alpha.c:6045 +#: vms-alpha.c:6043 #, c-format msgid " transfer address : 0x%08x\n" msgstr "" -#: vms-alpha.c:6054 +#: vms-alpha.c:6052 msgid " WEAK" msgstr "" -#: vms-alpha.c:6056 +#: vms-alpha.c:6054 msgid " DEF" msgstr "" -#: vms-alpha.c:6058 +#: vms-alpha.c:6056 msgid " UNI" msgstr "" -#: vms-alpha.c:6060 vms-alpha.c:6081 +#: vms-alpha.c:6058 vms-alpha.c:6079 msgid " REL" msgstr "" -#: vms-alpha.c:6062 +#: vms-alpha.c:6060 msgid " COMM" msgstr "" -#: vms-alpha.c:6064 +#: vms-alpha.c:6062 msgid " VECEP" msgstr "" -#: vms-alpha.c:6066 +#: vms-alpha.c:6064 msgid " NORM" msgstr "" -#: vms-alpha.c:6068 +#: vms-alpha.c:6066 msgid " QVAL" msgstr "" -#: vms-alpha.c:6075 +#: vms-alpha.c:6073 msgid " PIC" msgstr "" -#: vms-alpha.c:6077 +#: vms-alpha.c:6075 msgid " LIB" msgstr "" -#: vms-alpha.c:6079 +#: vms-alpha.c:6077 msgid " OVR" msgstr "" -#: vms-alpha.c:6083 +#: vms-alpha.c:6081 msgid " GBL" msgstr "" -#: vms-alpha.c:6085 +#: vms-alpha.c:6083 msgid " SHR" msgstr "" -#: vms-alpha.c:6087 +#: vms-alpha.c:6085 msgid " EXE" msgstr "" -#: vms-alpha.c:6089 +#: vms-alpha.c:6087 msgid " RD" msgstr "" -#: vms-alpha.c:6091 +#: vms-alpha.c:6089 msgid " WRT" msgstr "" -#: vms-alpha.c:6093 +#: vms-alpha.c:6091 msgid " VEC" msgstr "" -#: vms-alpha.c:6095 +#: vms-alpha.c:6093 msgid " NOMOD" msgstr "" -#: vms-alpha.c:6097 +#: vms-alpha.c:6095 msgid " COM" msgstr "" -#: vms-alpha.c:6099 +#: vms-alpha.c:6097 msgid " 64B" msgstr "" -#: vms-alpha.c:6108 +#: vms-alpha.c:6106 #, c-format msgid " EGSD (len=%u):\n" msgstr "" -#: vms-alpha.c:6121 +#: vms-alpha.c:6119 #, c-format msgid " EGSD entry %2u (type: %u, len: %u): " msgstr "" -#: vms-alpha.c:6127 vms-alpha.c:6378 +#: vms-alpha.c:6125 vms-alpha.c:6376 #, c-format msgid " Error: length larger than remaining space in record\n" msgstr "" -#: vms-alpha.c:6139 +#: vms-alpha.c:6137 #, c-format msgid "PSC - Program section definition\n" msgstr "" -#: vms-alpha.c:6140 vms-alpha.c:6157 +#: vms-alpha.c:6138 vms-alpha.c:6155 #, c-format msgid " alignment : 2**%u\n" msgstr "" -#: vms-alpha.c:6141 vms-alpha.c:6158 +#: vms-alpha.c:6139 vms-alpha.c:6156 #, c-format msgid " flags : 0x%04x" msgstr "" -#: vms-alpha.c:6145 +#: vms-alpha.c:6143 #, c-format msgid " alloc (len): %u (0x%08x)\n" msgstr "" -#: vms-alpha.c:6146 vms-alpha.c:6203 vms-alpha.c:6252 +#: vms-alpha.c:6144 vms-alpha.c:6201 vms-alpha.c:6250 #, c-format msgid " name : %.*s\n" msgstr "" -#: vms-alpha.c:6156 +#: vms-alpha.c:6154 #, c-format msgid "SPSC - Shared Image Program section def\n" msgstr "" -#: vms-alpha.c:6162 +#: vms-alpha.c:6160 #, c-format msgid " alloc (len) : %u (0x%08x)\n" msgstr "" -#: vms-alpha.c:6163 +#: vms-alpha.c:6161 #, c-format msgid " image offset : 0x%08x\n" msgstr "" -#: vms-alpha.c:6165 +#: vms-alpha.c:6163 #, c-format msgid " symvec offset : 0x%08x\n" msgstr "" -#: vms-alpha.c:6167 +#: vms-alpha.c:6165 #, c-format msgid " name : %.*s\n" msgstr "" -#: vms-alpha.c:6180 +#: vms-alpha.c:6178 #, c-format msgid "SYM - Global symbol definition\n" msgstr "" -#: vms-alpha.c:6181 vms-alpha.c:6241 vms-alpha.c:6262 vms-alpha.c:6281 +#: vms-alpha.c:6179 vms-alpha.c:6239 vms-alpha.c:6260 vms-alpha.c:6279 #, c-format msgid " flags: 0x%04x" msgstr "" -#: vms-alpha.c:6184 +#: vms-alpha.c:6182 #, c-format msgid " psect offset: 0x%08x\n" msgstr "" -#: vms-alpha.c:6188 +#: vms-alpha.c:6186 #, c-format msgid " code address: 0x%08x\n" msgstr "" -#: vms-alpha.c:6190 +#: vms-alpha.c:6188 #, c-format msgid " psect index for entry point : %u\n" msgstr "" -#: vms-alpha.c:6193 vms-alpha.c:6269 vms-alpha.c:6288 +#: vms-alpha.c:6191 vms-alpha.c:6267 vms-alpha.c:6286 #, c-format msgid " psect index : %u\n" msgstr "" -#: vms-alpha.c:6195 vms-alpha.c:6271 vms-alpha.c:6290 +#: vms-alpha.c:6193 vms-alpha.c:6269 vms-alpha.c:6288 #, c-format msgid " name : %.*s\n" msgstr "" -#: vms-alpha.c:6202 +#: vms-alpha.c:6200 #, c-format msgid "SYM - Global symbol reference\n" msgstr "" -#: vms-alpha.c:6214 +#: vms-alpha.c:6212 #, c-format msgid "IDC - Ident Consistency check\n" msgstr "" -#: vms-alpha.c:6215 +#: vms-alpha.c:6213 #, c-format msgid " flags : 0x%08x" msgstr "" -#: vms-alpha.c:6219 +#: vms-alpha.c:6217 #, c-format msgid " id match : %x\n" msgstr "" -#: vms-alpha.c:6221 +#: vms-alpha.c:6219 #, c-format msgid " error severity: %x\n" msgstr "" -#: vms-alpha.c:6224 +#: vms-alpha.c:6222 #, c-format msgid " entity name : %.*s\n" msgstr "" -#: vms-alpha.c:6226 +#: vms-alpha.c:6224 #, c-format msgid " object name : %.*s\n" msgstr "" -#: vms-alpha.c:6229 +#: vms-alpha.c:6227 #, c-format msgid " binary ident : 0x%08x\n" msgstr "" -#: vms-alpha.c:6232 +#: vms-alpha.c:6230 #, c-format msgid " ascii ident : %.*s\n" msgstr "" -#: vms-alpha.c:6240 +#: vms-alpha.c:6238 #, c-format msgid "SYMG - Universal symbol definition\n" msgstr "" -#: vms-alpha.c:6244 +#: vms-alpha.c:6242 #, c-format msgid " symbol vector offset: 0x%08x\n" msgstr "" -#: vms-alpha.c:6246 +#: vms-alpha.c:6244 #, c-format msgid " entry point: 0x%08x\n" msgstr "" -#: vms-alpha.c:6248 +#: vms-alpha.c:6246 #, c-format msgid " proc descr : 0x%08x\n" msgstr "" -#: vms-alpha.c:6250 +#: vms-alpha.c:6248 #, c-format msgid " psect index: %u\n" msgstr "" -#: vms-alpha.c:6261 +#: vms-alpha.c:6259 #, c-format msgid "SYMV - Vectored symbol definition\n" msgstr "" -#: vms-alpha.c:6265 +#: vms-alpha.c:6263 #, c-format msgid " vector : 0x%08x\n" msgstr "" -#: vms-alpha.c:6267 vms-alpha.c:6286 +#: vms-alpha.c:6265 vms-alpha.c:6284 #, c-format msgid " psect offset: %u\n" msgstr "" -#: vms-alpha.c:6280 +#: vms-alpha.c:6278 #, c-format msgid "SYMM - Global symbol definition with version\n" msgstr "" -#: vms-alpha.c:6284 +#: vms-alpha.c:6282 #, c-format msgid " version mask: 0x%08x\n" msgstr "" -#: vms-alpha.c:6295 +#: vms-alpha.c:6293 #, c-format msgid "unhandled egsd entry type %u\n" msgstr "" -#: vms-alpha.c:6330 +#: vms-alpha.c:6328 #, c-format msgid " linkage index: %u, replacement insn: 0x%08x\n" msgstr "" -#: vms-alpha.c:6334 +#: vms-alpha.c:6332 #, c-format msgid " psect idx 1: %u, offset 1: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6339 +#: vms-alpha.c:6337 #, c-format msgid " psect idx 2: %u, offset 2: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6345 +#: vms-alpha.c:6343 #, c-format msgid " psect idx 3: %u, offset 3: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6350 +#: vms-alpha.c:6348 #, c-format msgid " global name: %.*s\n" msgstr "" -#: vms-alpha.c:6361 +#: vms-alpha.c:6359 #, c-format msgid " %s (len=%u+%u):\n" msgstr "" -#: vms-alpha.c:6383 +#: vms-alpha.c:6381 #, c-format msgid " (type: %3u, size: 4+%3u): " msgstr "" -#: vms-alpha.c:6387 +#: vms-alpha.c:6385 #, c-format msgid "STA_GBL (stack global) %.*s\n" msgstr "" -#: vms-alpha.c:6391 +#: vms-alpha.c:6389 #, c-format msgid "STA_LW (stack longword) 0x%08x\n" msgstr "" -#: vms-alpha.c:6395 +#: vms-alpha.c:6393 #, c-format msgid "STA_QW (stack quadword) 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6400 +#: vms-alpha.c:6398 #, c-format msgid "STA_PQ (stack psect base + offset)\n" msgstr "" -#: vms-alpha.c:6402 +#: vms-alpha.c:6400 #, c-format msgid " psect: %u, offset: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6408 +#: vms-alpha.c:6406 #, c-format msgid "STA_LI (stack literal)\n" msgstr "" -#: vms-alpha.c:6411 +#: vms-alpha.c:6409 #, c-format msgid "STA_MOD (stack module)\n" msgstr "" -#: vms-alpha.c:6414 +#: vms-alpha.c:6412 #, c-format msgid "STA_CKARG (compare procedure argument)\n" msgstr "" -#: vms-alpha.c:6418 +#: vms-alpha.c:6416 #, c-format msgid "STO_B (store byte)\n" msgstr "" -#: vms-alpha.c:6421 +#: vms-alpha.c:6419 #, c-format msgid "STO_W (store word)\n" msgstr "" -#: vms-alpha.c:6424 +#: vms-alpha.c:6422 #, c-format msgid "STO_LW (store longword)\n" msgstr "" -#: vms-alpha.c:6427 +#: vms-alpha.c:6425 #, c-format msgid "STO_QW (store quadword)\n" msgstr "" -#: vms-alpha.c:6433 +#: vms-alpha.c:6431 #, c-format msgid "STO_IMMR (store immediate repeat) %u bytes\n" msgstr "" -#: vms-alpha.c:6440 +#: vms-alpha.c:6438 #, c-format msgid "STO_GBL (store global) %.*s\n" msgstr "" -#: vms-alpha.c:6444 +#: vms-alpha.c:6442 #, c-format msgid "STO_CA (store code address) %.*s\n" msgstr "" -#: vms-alpha.c:6448 +#: vms-alpha.c:6446 #, c-format msgid "STO_RB (store relative branch)\n" msgstr "" -#: vms-alpha.c:6451 +#: vms-alpha.c:6449 #, c-format msgid "STO_AB (store absolute branch)\n" msgstr "" -#: vms-alpha.c:6454 +#: vms-alpha.c:6452 #, c-format msgid "STO_OFF (store offset to psect)\n" msgstr "" -#: vms-alpha.c:6460 +#: vms-alpha.c:6458 #, c-format msgid "STO_IMM (store immediate) %u bytes\n" msgstr "" -#: vms-alpha.c:6467 +#: vms-alpha.c:6465 #, c-format msgid "STO_GBL_LW (store global longword) %.*s\n" msgstr "" -#: vms-alpha.c:6471 +#: vms-alpha.c:6469 #, c-format msgid "STO_OFF (store LP with procedure signature)\n" msgstr "" -#: vms-alpha.c:6474 +#: vms-alpha.c:6472 #, c-format msgid "STO_BR_GBL (store branch global) *todo*\n" msgstr "" -#: vms-alpha.c:6477 +#: vms-alpha.c:6475 #, c-format msgid "STO_BR_PS (store branch psect + offset) *todo*\n" msgstr "" -#: vms-alpha.c:6481 +#: vms-alpha.c:6479 #, c-format msgid "OPR_NOP (no-operation)\n" msgstr "" -#: vms-alpha.c:6484 +#: vms-alpha.c:6482 #, c-format msgid "OPR_ADD (add)\n" msgstr "" -#: vms-alpha.c:6487 +#: vms-alpha.c:6485 #, c-format msgid "OPR_SUB (subtract)\n" msgstr "" -#: vms-alpha.c:6490 +#: vms-alpha.c:6488 #, c-format msgid "OPR_MUL (multiply)\n" msgstr "" -#: vms-alpha.c:6493 +#: vms-alpha.c:6491 #, c-format msgid "OPR_DIV (divide)\n" msgstr "" -#: vms-alpha.c:6496 +#: vms-alpha.c:6494 #, c-format msgid "OPR_AND (logical and)\n" msgstr "" -#: vms-alpha.c:6499 +#: vms-alpha.c:6497 #, c-format msgid "OPR_IOR (logical inclusive or)\n" msgstr "" -#: vms-alpha.c:6502 +#: vms-alpha.c:6500 #, c-format msgid "OPR_EOR (logical exclusive or)\n" msgstr "" -#: vms-alpha.c:6505 +#: vms-alpha.c:6503 #, c-format msgid "OPR_NEG (negate)\n" msgstr "" -#: vms-alpha.c:6508 +#: vms-alpha.c:6506 #, c-format msgid "OPR_COM (complement)\n" msgstr "" -#: vms-alpha.c:6511 +#: vms-alpha.c:6509 #, c-format msgid "OPR_INSV (insert field)\n" msgstr "" -#: vms-alpha.c:6514 +#: vms-alpha.c:6512 #, c-format msgid "OPR_ASH (arithmetic shift)\n" msgstr "" -#: vms-alpha.c:6517 +#: vms-alpha.c:6515 #, c-format msgid "OPR_USH (unsigned shift)\n" msgstr "" -#: vms-alpha.c:6520 +#: vms-alpha.c:6518 #, c-format msgid "OPR_ROT (rotate)\n" msgstr "" -#: vms-alpha.c:6523 +#: vms-alpha.c:6521 #, c-format msgid "OPR_SEL (select)\n" msgstr "" -#: vms-alpha.c:6526 +#: vms-alpha.c:6524 #, c-format msgid "OPR_REDEF (redefine symbol to curr location)\n" msgstr "" -#: vms-alpha.c:6529 +#: vms-alpha.c:6527 #, c-format msgid "OPR_REDEF (define a literal)\n" msgstr "" -#: vms-alpha.c:6533 +#: vms-alpha.c:6531 #, c-format msgid "STC_LP (store cond linkage pair)\n" msgstr "" -#: vms-alpha.c:6537 +#: vms-alpha.c:6535 #, c-format msgid "STC_LP_PSB (store cond linkage pair + signature)\n" msgstr "" -#: vms-alpha.c:6539 +#: vms-alpha.c:6537 #, c-format msgid " linkage index: %u, procedure: %.*s\n" msgstr "" -#: vms-alpha.c:6542 +#: vms-alpha.c:6540 #, c-format msgid " signature: %.*s\n" msgstr "" -#: vms-alpha.c:6545 +#: vms-alpha.c:6543 #, c-format msgid "STC_GBL (store cond global)\n" msgstr "" -#: vms-alpha.c:6547 +#: vms-alpha.c:6545 #, c-format msgid " linkage index: %u, global: %.*s\n" msgstr "" -#: vms-alpha.c:6551 +#: vms-alpha.c:6549 #, c-format msgid "STC_GCA (store cond code address)\n" msgstr "" -#: vms-alpha.c:6553 +#: vms-alpha.c:6551 #, c-format msgid " linkage index: %u, procedure name: %.*s\n" msgstr "" -#: vms-alpha.c:6557 +#: vms-alpha.c:6555 #, c-format msgid "STC_PS (store cond psect + offset)\n" msgstr "" -#: vms-alpha.c:6560 +#: vms-alpha.c:6558 #, c-format msgid " linkage index: %u, psect: %u, offset: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6567 +#: vms-alpha.c:6565 #, c-format msgid "STC_NOP_GBL (store cond NOP at global addr)\n" msgstr "" -#: vms-alpha.c:6571 +#: vms-alpha.c:6569 #, c-format msgid "STC_NOP_PS (store cond NOP at psect + offset)\n" msgstr "" -#: vms-alpha.c:6575 +#: vms-alpha.c:6573 #, c-format msgid "STC_BSR_GBL (store cond BSR at global addr)\n" msgstr "" -#: vms-alpha.c:6579 +#: vms-alpha.c:6577 #, c-format msgid "STC_BSR_PS (store cond BSR at psect + offset)\n" msgstr "" -#: vms-alpha.c:6583 +#: vms-alpha.c:6581 #, c-format msgid "STC_LDA_GBL (store cond LDA at global addr)\n" msgstr "" -#: vms-alpha.c:6587 +#: vms-alpha.c:6585 #, c-format msgid "STC_LDA_PS (store cond LDA at psect + offset)\n" msgstr "" -#: vms-alpha.c:6591 +#: vms-alpha.c:6589 #, c-format msgid "STC_BOH_GBL (store cond BOH at global addr)\n" msgstr "" -#: vms-alpha.c:6595 +#: vms-alpha.c:6593 #, c-format msgid "STC_BOH_PS (store cond BOH at psect + offset)\n" msgstr "" -#: vms-alpha.c:6600 +#: vms-alpha.c:6598 #, c-format msgid "STC_NBH_GBL (store cond or hint at global addr)\n" msgstr "" -#: vms-alpha.c:6604 +#: vms-alpha.c:6602 #, c-format msgid "STC_NBH_PS (store cond or hint at psect + offset)\n" msgstr "" -#: vms-alpha.c:6608 +#: vms-alpha.c:6606 #, c-format msgid "CTL_SETRB (set relocation base)\n" msgstr "" -#: vms-alpha.c:6614 +#: vms-alpha.c:6612 #, c-format msgid "CTL_AUGRB (augment relocation base) %u\n" msgstr "" -#: vms-alpha.c:6618 +#: vms-alpha.c:6616 #, c-format msgid "CTL_DFLOC (define location)\n" msgstr "" -#: vms-alpha.c:6621 +#: vms-alpha.c:6619 #, c-format msgid "CTL_STLOC (set location)\n" msgstr "" -#: vms-alpha.c:6624 +#: vms-alpha.c:6622 #, c-format msgid "CTL_STKDL (stack defined location)\n" msgstr "" -#: vms-alpha.c:6627 vms-alpha.c:7051 vms-alpha.c:7177 +#: vms-alpha.c:6625 vms-alpha.c:7049 vms-alpha.c:7175 #, c-format msgid "*unhandled*\n" msgstr "" -#: vms-alpha.c:6657 vms-alpha.c:6696 +#: vms-alpha.c:6655 vms-alpha.c:6694 #, c-format msgid "cannot read GST record length\n" msgstr "" #. Ill-formed. -#: vms-alpha.c:6678 +#: vms-alpha.c:6676 #, c-format msgid "cannot find EMH in first GST record\n" msgstr "" -#: vms-alpha.c:6704 +#: vms-alpha.c:6702 #, c-format msgid "cannot read GST record header\n" msgstr "" -#: vms-alpha.c:6717 +#: vms-alpha.c:6715 #, c-format msgid " corrupted GST\n" msgstr "" -#: vms-alpha.c:6725 +#: vms-alpha.c:6723 #, c-format msgid "cannot read GST record\n" msgstr "" -#: vms-alpha.c:6754 +#: vms-alpha.c:6752 #, c-format msgid " unhandled EOBJ record type %u\n" msgstr "" -#: vms-alpha.c:6778 +#: vms-alpha.c:6776 #, c-format msgid " bitcount: %u, base addr: 0x%08x\n" msgstr "" -#: vms-alpha.c:6792 +#: vms-alpha.c:6790 #, c-format msgid " bitmap: 0x%08x (count: %u):\n" msgstr "" -#: vms-alpha.c:6799 +#: vms-alpha.c:6797 #, c-format msgid " %08x" msgstr "" -#: vms-alpha.c:6825 +#: vms-alpha.c:6823 #, c-format msgid " image %u (%u entries)\n" msgstr "" -#: vms-alpha.c:6831 +#: vms-alpha.c:6829 #, c-format msgid " offset: 0x%08x, val: 0x%08x\n" msgstr "" -#: vms-alpha.c:6853 +#: vms-alpha.c:6851 #, c-format msgid " image %u (%u entries), offsets:\n" msgstr "" -#: vms-alpha.c:6860 +#: vms-alpha.c:6858 #, c-format msgid " 0x%08x" msgstr "" #. 64 bits. -#: vms-alpha.c:6982 +#: vms-alpha.c:6980 #, c-format msgid "64 bits *unhandled*\n" msgstr "" -#: vms-alpha.c:6987 +#: vms-alpha.c:6985 #, c-format msgid "class: %u, dtype: %u, length: %u, pointer: 0x%08x\n" msgstr "" -#: vms-alpha.c:6998 +#: vms-alpha.c:6996 #, c-format msgid "non-contiguous array of %s\n" msgstr "" -#: vms-alpha.c:7003 +#: vms-alpha.c:7001 #, c-format msgid "dimct: %u, aflags: 0x%02x, digits: %u, scale: %u\n" msgstr "" -#: vms-alpha.c:7008 +#: vms-alpha.c:7006 #, c-format msgid "arsize: %u, a0: 0x%08x\n" msgstr "" -#: vms-alpha.c:7012 +#: vms-alpha.c:7010 #, c-format msgid "Strides:\n" msgstr "" -#: vms-alpha.c:7022 +#: vms-alpha.c:7020 #, c-format msgid "Bounds:\n" msgstr "" -#: vms-alpha.c:7028 +#: vms-alpha.c:7026 #, c-format msgid "[%u]: Lower: %u, upper: %u\n" msgstr "" -#: vms-alpha.c:7040 +#: vms-alpha.c:7038 #, c-format msgid "unaligned bit-string of %s\n" msgstr "" -#: vms-alpha.c:7045 +#: vms-alpha.c:7043 #, c-format msgid "base: %u, pos: %u\n" msgstr "" -#: vms-alpha.c:7066 +#: vms-alpha.c:7064 #, c-format msgid "vflags: 0x%02x, value: 0x%08x " msgstr "" -#: vms-alpha.c:7072 +#: vms-alpha.c:7070 #, c-format msgid "(no value)\n" msgstr "" -#: vms-alpha.c:7075 +#: vms-alpha.c:7073 #, c-format msgid "(not active)\n" msgstr "" -#: vms-alpha.c:7078 +#: vms-alpha.c:7076 #, c-format msgid "(not allocated)\n" msgstr "" -#: vms-alpha.c:7081 +#: vms-alpha.c:7079 #, c-format msgid "(descriptor)\n" msgstr "" -#: vms-alpha.c:7085 +#: vms-alpha.c:7083 #, c-format msgid "(trailing value)\n" msgstr "" -#: vms-alpha.c:7088 +#: vms-alpha.c:7086 #, c-format msgid "(value spec follows)\n" msgstr "" -#: vms-alpha.c:7091 +#: vms-alpha.c:7089 #, c-format msgid "(at bit offset %u)\n" msgstr "" -#: vms-alpha.c:7095 +#: vms-alpha.c:7093 #, c-format msgid "(reg: %u, disp: %u, indir: %u, kind: " msgstr "" -#: vms-alpha.c:7102 +#: vms-alpha.c:7100 msgid "literal" msgstr "" -#: vms-alpha.c:7105 +#: vms-alpha.c:7103 msgid "address" msgstr "" -#: vms-alpha.c:7108 +#: vms-alpha.c:7106 msgid "desc" msgstr "" -#: vms-alpha.c:7111 +#: vms-alpha.c:7109 msgid "reg" msgstr "" -#: vms-alpha.c:7128 +#: vms-alpha.c:7126 #, c-format msgid "len: %2u, kind: %2u " msgstr "" -#: vms-alpha.c:7134 +#: vms-alpha.c:7132 #, c-format msgid "atomic, type=0x%02x %s\n" msgstr "" -#: vms-alpha.c:7138 +#: vms-alpha.c:7136 #, c-format msgid "indirect, defined at 0x%08x\n" msgstr "" -#: vms-alpha.c:7142 +#: vms-alpha.c:7140 #, c-format msgid "typed pointer\n" msgstr "" -#: vms-alpha.c:7146 +#: vms-alpha.c:7144 #, c-format msgid "pointer\n" msgstr "" -#: vms-alpha.c:7154 +#: vms-alpha.c:7152 #, c-format msgid "array, dim: %u, bitmap: " msgstr "" -#: vms-alpha.c:7161 +#: vms-alpha.c:7159 #, c-format msgid "array descriptor:\n" msgstr "" -#: vms-alpha.c:7168 +#: vms-alpha.c:7166 #, c-format msgid "type spec for element:\n" msgstr "" -#: vms-alpha.c:7170 +#: vms-alpha.c:7168 #, c-format msgid "type spec for subscript %u:\n" msgstr "" -#: vms-alpha.c:7188 +#: vms-alpha.c:7186 #, c-format msgid "Debug symbol table:\n" msgstr "" -#: vms-alpha.c:7199 +#: vms-alpha.c:7197 #, c-format msgid "cannot read DST header\n" msgstr "" -#: vms-alpha.c:7205 +#: vms-alpha.c:7203 #, c-format msgid " type: %3u, len: %3u (at 0x%08x): " msgstr "" -#: vms-alpha.c:7219 +#: vms-alpha.c:7217 #, c-format msgid "cannot read DST symbol\n" msgstr "" -#: vms-alpha.c:7262 +#: vms-alpha.c:7260 #, c-format msgid "standard data: %s\n" msgstr "" -#: vms-alpha.c:7265 vms-alpha.c:7353 +#: vms-alpha.c:7263 vms-alpha.c:7351 #, c-format msgid " name: %.*s\n" msgstr "" -#: vms-alpha.c:7272 +#: vms-alpha.c:7270 #, c-format msgid "modbeg\n" msgstr "" -#: vms-alpha.c:7274 +#: vms-alpha.c:7272 #, c-format msgid " flags: %d, language: %u, major: %u, minor: %u\n" msgstr "" -#: vms-alpha.c:7280 vms-alpha.c:7554 +#: vms-alpha.c:7278 vms-alpha.c:7552 #, c-format msgid " module name: %.*s\n" msgstr "" -#: vms-alpha.c:7283 +#: vms-alpha.c:7281 #, c-format msgid " compiler : %.*s\n" msgstr "" -#: vms-alpha.c:7288 +#: vms-alpha.c:7286 #, c-format msgid "modend\n" msgstr "" -#: vms-alpha.c:7295 +#: vms-alpha.c:7293 msgid "rtnbeg\n" msgstr "" -#: vms-alpha.c:7297 +#: vms-alpha.c:7295 #, c-format msgid " flags: %u, address: 0x%08x, pd-address: 0x%08x\n" msgstr "" -#: vms-alpha.c:7302 +#: vms-alpha.c:7300 #, c-format msgid " routine name: %.*s\n" msgstr "" -#: vms-alpha.c:7310 +#: vms-alpha.c:7308 #, c-format msgid "rtnend: size 0x%08x\n" msgstr "" -#: vms-alpha.c:7318 +#: vms-alpha.c:7316 #, c-format msgid "prolog: bkpt address 0x%08x\n" msgstr "" -#: vms-alpha.c:7327 +#: vms-alpha.c:7325 #, c-format msgid "epilog: flags: %u, count: %u\n" msgstr "" -#: vms-alpha.c:7337 +#: vms-alpha.c:7335 #, c-format msgid "blkbeg: address: 0x%08x, name: %.*s\n" msgstr "" -#: vms-alpha.c:7346 +#: vms-alpha.c:7344 #, c-format msgid "blkend: size: 0x%08x\n" msgstr "" -#: vms-alpha.c:7352 +#: vms-alpha.c:7350 #, c-format msgid "typspec (len: %u)\n" msgstr "" -#: vms-alpha.c:7359 +#: vms-alpha.c:7357 #, c-format msgid "septyp, name: %.*s\n" msgstr "" -#: vms-alpha.c:7368 +#: vms-alpha.c:7366 #, c-format msgid "recbeg: name: %.*s\n" msgstr "" -#: vms-alpha.c:7370 +#: vms-alpha.c:7368 #, c-format msgid " len: %u bits\n" msgstr "" -#: vms-alpha.c:7375 +#: vms-alpha.c:7373 #, c-format msgid "recend\n" msgstr "" -#: vms-alpha.c:7379 +#: vms-alpha.c:7377 #, c-format msgid "enumbeg, len: %u, name: %.*s\n" msgstr "" -#: vms-alpha.c:7383 +#: vms-alpha.c:7381 #, c-format msgid "enumelt, name: %.*s\n" msgstr "" -#: vms-alpha.c:7387 +#: vms-alpha.c:7385 #, c-format msgid "enumend\n" msgstr "" -#: vms-alpha.c:7392 +#: vms-alpha.c:7390 #, c-format msgid "label, name: %.*s\n" msgstr "" -#: vms-alpha.c:7394 +#: vms-alpha.c:7392 #, c-format msgid " address: 0x%08x\n" msgstr "" -#: vms-alpha.c:7404 +#: vms-alpha.c:7402 #, c-format msgid "discontiguous range (nbr: %u)\n" msgstr "" -#: vms-alpha.c:7407 +#: vms-alpha.c:7405 #, c-format msgid " address: 0x%08x, size: %u\n" msgstr "" -#: vms-alpha.c:7417 +#: vms-alpha.c:7415 #, c-format msgid "line num (len: %u)\n" msgstr "" -#: vms-alpha.c:7434 +#: vms-alpha.c:7432 #, c-format msgid "delta_pc_w %u\n" msgstr "" -#: vms-alpha.c:7441 +#: vms-alpha.c:7439 #, c-format msgid "incr_linum(b): +%u\n" msgstr "" -#: vms-alpha.c:7447 +#: vms-alpha.c:7445 #, c-format msgid "incr_linum_w: +%u\n" msgstr "" -#: vms-alpha.c:7453 +#: vms-alpha.c:7451 #, c-format msgid "incr_linum_l: +%u\n" msgstr "" -#: vms-alpha.c:7459 +#: vms-alpha.c:7457 #, c-format msgid "set_line_num(w) %u\n" msgstr "" -#: vms-alpha.c:7464 +#: vms-alpha.c:7462 #, c-format msgid "set_line_num_b %u\n" msgstr "" -#: vms-alpha.c:7469 +#: vms-alpha.c:7467 #, c-format msgid "set_line_num_l %u\n" msgstr "" -#: vms-alpha.c:7474 +#: vms-alpha.c:7472 #, c-format msgid "set_abs_pc: 0x%08x\n" msgstr "" -#: vms-alpha.c:7478 +#: vms-alpha.c:7476 #, c-format msgid "delta_pc_l: +0x%08x\n" msgstr "" -#: vms-alpha.c:7483 +#: vms-alpha.c:7481 #, c-format msgid "term(b): 0x%02x" msgstr "" -#: vms-alpha.c:7485 +#: vms-alpha.c:7483 #, c-format msgid " pc: 0x%08x\n" msgstr "" -#: vms-alpha.c:7490 +#: vms-alpha.c:7488 #, c-format msgid "term_w: 0x%04x" msgstr "" -#: vms-alpha.c:7492 +#: vms-alpha.c:7490 #, c-format msgid " pc: 0x%08x\n" msgstr "" -#: vms-alpha.c:7498 +#: vms-alpha.c:7496 #, c-format msgid "delta pc +%-4d" msgstr "" -#: vms-alpha.c:7502 +#: vms-alpha.c:7500 #, c-format msgid " pc: 0x%08x line: %5u\n" msgstr "" -#: vms-alpha.c:7507 +#: vms-alpha.c:7505 #, c-format msgid " *unhandled* cmd %u\n" msgstr "" -#: vms-alpha.c:7522 +#: vms-alpha.c:7520 #, c-format msgid "source (len: %u)\n" msgstr "" -#: vms-alpha.c:7537 +#: vms-alpha.c:7535 #, c-format msgid " declfile: len: %u, flags: %u, fileid: %u\n" msgstr "" -#: vms-alpha.c:7542 +#: vms-alpha.c:7540 #, c-format msgid " rms: cdt: 0x%08x %08x, ebk: 0x%08x, ffb: 0x%04x, rfo: %u\n" msgstr "" -#: vms-alpha.c:7551 +#: vms-alpha.c:7549 #, c-format msgid " filename : %.*s\n" msgstr "" -#: vms-alpha.c:7560 +#: vms-alpha.c:7558 #, c-format msgid " setfile %u\n" msgstr "" -#: vms-alpha.c:7565 vms-alpha.c:7570 +#: vms-alpha.c:7563 vms-alpha.c:7568 #, c-format msgid " setrec %u\n" msgstr "" -#: vms-alpha.c:7575 vms-alpha.c:7580 +#: vms-alpha.c:7573 vms-alpha.c:7578 #, c-format msgid " setlnum %u\n" msgstr "" -#: vms-alpha.c:7585 vms-alpha.c:7590 +#: vms-alpha.c:7583 vms-alpha.c:7588 #, c-format msgid " deflines %u\n" msgstr "" -#: vms-alpha.c:7594 +#: vms-alpha.c:7592 #, c-format msgid " formfeed\n" msgstr "" -#: vms-alpha.c:7598 +#: vms-alpha.c:7596 #, c-format msgid " *unhandled* cmd %u\n" msgstr "" -#: vms-alpha.c:7610 +#: vms-alpha.c:7608 #, c-format msgid "*unhandled* dst type %u\n" msgstr "" -#: vms-alpha.c:7642 +#: vms-alpha.c:7640 #, c-format msgid "cannot read EIHD\n" msgstr "" -#: vms-alpha.c:7646 +#: vms-alpha.c:7644 #, c-format msgid "EIHD: (size: %u, nbr blocks: %u)\n" msgstr "" -#: vms-alpha.c:7650 +#: vms-alpha.c:7648 #, c-format msgid " majorid: %u, minorid: %u\n" msgstr "" -#: vms-alpha.c:7658 +#: vms-alpha.c:7656 msgid "executable" msgstr "" -#: vms-alpha.c:7661 +#: vms-alpha.c:7659 msgid "linkable image" msgstr "" -#: vms-alpha.c:7668 +#: vms-alpha.c:7666 #, c-format msgid " image type: %u (%s)" msgstr "" -#: vms-alpha.c:7674 +#: vms-alpha.c:7672 msgid "native" msgstr "" -#: vms-alpha.c:7677 +#: vms-alpha.c:7675 msgid "CLI" msgstr "" -#: vms-alpha.c:7684 +#: vms-alpha.c:7682 #, c-format msgid ", subtype: %u (%s)\n" msgstr "" -#: vms-alpha.c:7691 +#: vms-alpha.c:7689 #, c-format msgid " offsets: isd: %u, activ: %u, symdbg: %u, imgid: %u, patch: %u\n" msgstr "" -#: vms-alpha.c:7695 +#: vms-alpha.c:7693 #, c-format msgid " fixup info rva: " msgstr "" -#: vms-alpha.c:7697 +#: vms-alpha.c:7695 #, c-format msgid ", symbol vector rva: " msgstr "" -#: vms-alpha.c:7700 +#: vms-alpha.c:7698 #, c-format msgid "" "\n" " version array off: %u\n" msgstr "" -#: vms-alpha.c:7705 +#: vms-alpha.c:7703 #, c-format msgid " img I/O count: %u, nbr channels: %u, req pri: %08x%08x\n" msgstr "" -#: vms-alpha.c:7711 +#: vms-alpha.c:7709 #, c-format msgid " linker flags: %08x:" msgstr "" -#: vms-alpha.c:7742 +#: vms-alpha.c:7740 #, c-format msgid " ident: 0x%08x, sysver: 0x%08x, match ctrl: %u, symvect_size: %u\n" msgstr "" -#: vms-alpha.c:7748 +#: vms-alpha.c:7746 #, c-format msgid " BPAGE: %u" msgstr "" -#: vms-alpha.c:7755 +#: vms-alpha.c:7753 #, c-format msgid ", ext fixup offset: %u, no_opt psect off: %u" msgstr "" -#: vms-alpha.c:7758 +#: vms-alpha.c:7756 #, c-format msgid ", alias: %u\n" msgstr "" -#: vms-alpha.c:7766 +#: vms-alpha.c:7764 #, c-format msgid "system version array information:\n" msgstr "" -#: vms-alpha.c:7770 +#: vms-alpha.c:7768 #, c-format msgid "cannot read EIHVN header\n" msgstr "" -#: vms-alpha.c:7780 +#: vms-alpha.c:7778 #, c-format msgid "cannot read EIHVN version\n" msgstr "" -#: vms-alpha.c:7783 +#: vms-alpha.c:7781 #, c-format msgid " %02u " msgstr "" -#: vms-alpha.c:7787 +#: vms-alpha.c:7785 msgid "BASE_IMAGE " msgstr "" -#: vms-alpha.c:7790 +#: vms-alpha.c:7788 msgid "MEMORY_MANAGEMENT" msgstr "" -#: vms-alpha.c:7793 +#: vms-alpha.c:7791 msgid "IO " msgstr "" -#: vms-alpha.c:7796 +#: vms-alpha.c:7794 msgid "FILES_VOLUMES " msgstr "" -#: vms-alpha.c:7799 +#: vms-alpha.c:7797 msgid "PROCESS_SCHED " msgstr "" -#: vms-alpha.c:7802 +#: vms-alpha.c:7800 msgid "SYSGEN " msgstr "" -#: vms-alpha.c:7805 +#: vms-alpha.c:7803 msgid "CLUSTERS_LOCKMGR " msgstr "" -#: vms-alpha.c:7808 +#: vms-alpha.c:7806 msgid "LOGICAL_NAMES " msgstr "" -#: vms-alpha.c:7811 +#: vms-alpha.c:7809 msgid "SECURITY " msgstr "" -#: vms-alpha.c:7814 +#: vms-alpha.c:7812 msgid "IMAGE_ACTIVATOR " msgstr "" -#: vms-alpha.c:7817 +#: vms-alpha.c:7815 msgid "NETWORKS " msgstr "" -#: vms-alpha.c:7820 +#: vms-alpha.c:7818 msgid "COUNTERS " msgstr "" -#: vms-alpha.c:7823 +#: vms-alpha.c:7821 msgid "STABLE " msgstr "" -#: vms-alpha.c:7826 +#: vms-alpha.c:7824 msgid "MISC " msgstr "" -#: vms-alpha.c:7829 +#: vms-alpha.c:7827 msgid "CPU " msgstr "" -#: vms-alpha.c:7832 +#: vms-alpha.c:7830 msgid "VOLATILE " msgstr "" -#: vms-alpha.c:7835 +#: vms-alpha.c:7833 msgid "SHELL " msgstr "" -#: vms-alpha.c:7838 +#: vms-alpha.c:7836 msgid "POSIX " msgstr "" -#: vms-alpha.c:7841 +#: vms-alpha.c:7839 msgid "MULTI_PROCESSING " msgstr "" -#: vms-alpha.c:7844 +#: vms-alpha.c:7842 msgid "GALAXY " msgstr "" -#: vms-alpha.c:7847 +#: vms-alpha.c:7845 msgid "*unknown* " msgstr "" -#: vms-alpha.c:7863 vms-alpha.c:8137 +#: vms-alpha.c:7861 vms-alpha.c:8135 #, c-format msgid "cannot read EIHA\n" msgstr "" -#: vms-alpha.c:7866 +#: vms-alpha.c:7864 #, c-format msgid "Image activation: (size=%u)\n" msgstr "" -#: vms-alpha.c:7869 +#: vms-alpha.c:7867 #, c-format msgid " First address : 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7873 +#: vms-alpha.c:7871 #, c-format msgid " Second address: 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7877 +#: vms-alpha.c:7875 #, c-format msgid " Third address : 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7881 +#: vms-alpha.c:7879 #, c-format msgid " Fourth address: 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7885 +#: vms-alpha.c:7883 #, c-format msgid " Shared image : 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7896 +#: vms-alpha.c:7894 #, c-format msgid "cannot read EIHI\n" msgstr "" -#: vms-alpha.c:7900 +#: vms-alpha.c:7898 #, c-format msgid "Image identification: (major: %u, minor: %u)\n" msgstr "" -#: vms-alpha.c:7903 +#: vms-alpha.c:7901 #, c-format msgid " image name : %.*s\n" msgstr "" -#: vms-alpha.c:7905 +#: vms-alpha.c:7903 #, c-format msgid " link time : %s\n" msgstr "" -#: vms-alpha.c:7907 +#: vms-alpha.c:7905 #, c-format msgid " image ident : %.*s\n" msgstr "" -#: vms-alpha.c:7909 +#: vms-alpha.c:7907 #, c-format msgid " linker ident : %.*s\n" msgstr "" -#: vms-alpha.c:7911 +#: vms-alpha.c:7909 #, c-format msgid " image build ident: %.*s\n" msgstr "" -#: vms-alpha.c:7921 +#: vms-alpha.c:7919 #, c-format msgid "cannot read EIHS\n" msgstr "" -#: vms-alpha.c:7925 +#: vms-alpha.c:7923 #, c-format msgid "Image symbol & debug table: (major: %u, minor: %u)\n" msgstr "" -#: vms-alpha.c:7931 +#: vms-alpha.c:7929 #, c-format msgid " debug symbol table : vbn: %u, size: %u (0x%x)\n" msgstr "" -#: vms-alpha.c:7936 +#: vms-alpha.c:7934 #, c-format msgid " global symbol table: vbn: %u, records: %u\n" msgstr "" -#: vms-alpha.c:7941 +#: vms-alpha.c:7939 #, c-format msgid " debug module table : vbn: %u, size: %u\n" msgstr "" -#: vms-alpha.c:7954 +#: vms-alpha.c:7952 #, c-format msgid "cannot read EISD\n" msgstr "" -#: vms-alpha.c:7965 +#: vms-alpha.c:7963 #, c-format msgid "" "Image section descriptor: (major: %u, minor: %u, size: %u, offset: %u)\n" msgstr "" -#: vms-alpha.c:7973 +#: vms-alpha.c:7971 #, c-format msgid " section: base: 0x%08x%08x size: 0x%08x\n" msgstr "" -#: vms-alpha.c:7978 +#: vms-alpha.c:7976 #, c-format msgid " flags: 0x%04x" msgstr "" -#: vms-alpha.c:8016 +#: vms-alpha.c:8014 #, c-format msgid " vbn: %u, pfc: %u, matchctl: %u type: %u (" msgstr "" -#: vms-alpha.c:8022 +#: vms-alpha.c:8020 msgid "NORMAL" msgstr "" -#: vms-alpha.c:8025 +#: vms-alpha.c:8023 msgid "SHRFXD" msgstr "" -#: vms-alpha.c:8028 +#: vms-alpha.c:8026 msgid "PRVFXD" msgstr "" -#: vms-alpha.c:8031 +#: vms-alpha.c:8029 msgid "SHRPIC" msgstr "" -#: vms-alpha.c:8034 +#: vms-alpha.c:8032 msgid "PRVPIC" msgstr "" -#: vms-alpha.c:8037 +#: vms-alpha.c:8035 msgid "USRSTACK" msgstr "" -#: vms-alpha.c:8043 +#: vms-alpha.c:8041 msgid ")\n" msgstr "" -#: vms-alpha.c:8046 +#: vms-alpha.c:8044 #, c-format msgid " ident: 0x%08x, name: %.*s\n" msgstr "" -#: vms-alpha.c:8056 +#: vms-alpha.c:8054 #, c-format msgid "cannot read DMT\n" msgstr "" -#: vms-alpha.c:8060 +#: vms-alpha.c:8058 #, c-format msgid "Debug module table:\n" msgstr "" -#: vms-alpha.c:8069 +#: vms-alpha.c:8067 #, c-format msgid "cannot read DMT header\n" msgstr "" -#: vms-alpha.c:8075 +#: vms-alpha.c:8073 #, c-format msgid " module offset: 0x%08x, size: 0x%08x, (%u psects)\n" msgstr "" -#: vms-alpha.c:8085 +#: vms-alpha.c:8083 #, c-format msgid "cannot read DMT psect\n" msgstr "" -#: vms-alpha.c:8089 +#: vms-alpha.c:8087 #, c-format msgid " psect start: 0x%08x, length: %u\n" msgstr "" -#: vms-alpha.c:8102 +#: vms-alpha.c:8100 #, c-format msgid "cannot read DST\n" msgstr "" -#: vms-alpha.c:8112 +#: vms-alpha.c:8110 #, c-format msgid "cannot read GST\n" msgstr "" -#: vms-alpha.c:8116 +#: vms-alpha.c:8114 #, c-format msgid "Global symbol table:\n" msgstr "" -#: vms-alpha.c:8143 +#: vms-alpha.c:8141 #, c-format msgid "Image activator fixup: (major: %u, minor: %u)\n" msgstr "" -#: vms-alpha.c:8147 +#: vms-alpha.c:8145 #, c-format msgid " iaflink : 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:8151 +#: vms-alpha.c:8149 #, c-format msgid " fixuplnk: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:8154 +#: vms-alpha.c:8152 #, c-format msgid " size : %u\n" msgstr "" -#: vms-alpha.c:8156 +#: vms-alpha.c:8154 #, c-format msgid " flags: 0x%08x\n" msgstr "" -#: vms-alpha.c:8161 +#: vms-alpha.c:8159 #, c-format msgid " qrelfixoff: %5u, lrelfixoff: %5u\n" msgstr "" -#: vms-alpha.c:8166 +#: vms-alpha.c:8164 #, c-format msgid " qdotadroff: %5u, ldotadroff: %5u\n" msgstr "" -#: vms-alpha.c:8171 +#: vms-alpha.c:8169 #, c-format msgid " codeadroff: %5u, lpfixoff : %5u\n" msgstr "" -#: vms-alpha.c:8174 +#: vms-alpha.c:8172 #, c-format msgid " chgprtoff : %5u\n" msgstr "" -#: vms-alpha.c:8178 +#: vms-alpha.c:8176 #, c-format msgid " shlstoff : %5u, shrimgcnt : %5u\n" msgstr "" -#: vms-alpha.c:8181 +#: vms-alpha.c:8179 #, c-format msgid " shlextra : %5u, permctx : %5u\n" msgstr "" -#: vms-alpha.c:8184 +#: vms-alpha.c:8182 #, c-format msgid " base_va : 0x%08x\n" msgstr "" -#: vms-alpha.c:8186 +#: vms-alpha.c:8184 #, c-format msgid " lppsbfixoff: %5u\n" msgstr "" -#: vms-alpha.c:8194 +#: vms-alpha.c:8192 #, c-format msgid " Shareable images:\n" msgstr "" -#: vms-alpha.c:8199 +#: vms-alpha.c:8197 #, c-format msgid " %u: size: %u, flags: 0x%02x, name: %.*s\n" msgstr "" -#: vms-alpha.c:8206 +#: vms-alpha.c:8204 #, c-format msgid " quad-word relocation fixups:\n" msgstr "" -#: vms-alpha.c:8211 +#: vms-alpha.c:8209 #, c-format msgid " long-word relocation fixups:\n" msgstr "" -#: vms-alpha.c:8216 +#: vms-alpha.c:8214 #, c-format msgid " quad-word .address reference fixups:\n" msgstr "" -#: vms-alpha.c:8221 +#: vms-alpha.c:8219 #, c-format msgid " long-word .address reference fixups:\n" msgstr "" -#: vms-alpha.c:8226 +#: vms-alpha.c:8224 #, c-format msgid " Code Address Reference Fixups:\n" msgstr "" -#: vms-alpha.c:8231 +#: vms-alpha.c:8229 #, c-format msgid " Linkage Pairs Reference Fixups:\n" msgstr "" -#: vms-alpha.c:8240 +#: vms-alpha.c:8238 #, c-format msgid " Change Protection (%u entries):\n" msgstr "" -#: vms-alpha.c:8246 +#: vms-alpha.c:8244 #, 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:9123 +#: vms-alpha.c:9121 msgid "%P: relocatable link is not supported\n" msgstr "" -#: vms-alpha.c:9194 +#: vms-alpha.c:9192 #, c-format msgid "%P: multiple entry points: in modules %pB and %pB\n" msgstr "" @@ -8456,86 +8534,86 @@ msgstr "" msgid "_bfd_vms_output_counted called with too many bytes" msgstr "" -#: xcofflink.c:832 +#: xcofflink.c:835 #, c-format msgid "%pB: XCOFF shared object when not producing XCOFF output" msgstr "" -#: xcofflink.c:853 +#: xcofflink.c:856 #, c-format msgid "%pB: dynamic object with no .loader section" msgstr "" -#: xcofflink.c:1417 +#: xcofflink.c:1420 #, c-format msgid "%pB: `%s' has line numbers but no enclosing section" msgstr "" -#: xcofflink.c:1470 +#: xcofflink.c:1473 #, c-format msgid "%pB: class %d symbol `%s' has no aux entries" msgstr "" -#: xcofflink.c:1493 +#: xcofflink.c:1496 #, c-format msgid "%pB: symbol `%s' has unrecognized csect type %d" msgstr "" -#: xcofflink.c:1506 +#: xcofflink.c:1509 #, c-format msgid "%pB: bad XTY_ER symbol `%s': class %d scnum %d scnlen %<PRId64>" msgstr "" -#: xcofflink.c:1537 +#: xcofflink.c:1540 #, c-format msgid "%pB: XMC_TC0 symbol `%s' is class %d scnlen %<PRId64>" msgstr "" -#: xcofflink.c:1684 +#: xcofflink.c:1687 #, c-format msgid "%pB: csect `%s' not in enclosing section" msgstr "" -#: xcofflink.c:1792 +#: xcofflink.c:1795 #, c-format msgid "%pB: misplaced XTY_LD `%s'" msgstr "" -#: xcofflink.c:2113 +#: xcofflink.c:2122 #, c-format msgid "%pB: reloc %s:%<PRId64> not in csect" msgstr "" -#: xcofflink.c:3199 +#: xcofflink.c:3223 #, c-format msgid "%s: no such symbol" msgstr "" -#: xcofflink.c:3310 +#: xcofflink.c:3334 #, c-format msgid "warning: attempt to export undefined symbol `%s'" msgstr "" -#: xcofflink.c:3689 +#: xcofflink.c:3713 msgid "error: undefined symbol __rtinit" msgstr "" -#: xcofflink.c:4067 +#: xcofflink.c:4095 #, c-format msgid "%pB: loader reloc in unrecognized section `%s'" msgstr "" -#: xcofflink.c:4079 +#: xcofflink.c:4107 #, c-format msgid "%pB: `%s' in loader reloc but not loader sym" msgstr "" -#: xcofflink.c:4096 +#: xcofflink.c:4124 #, c-format msgid "%pB: loader reloc in read-only section %pA" msgstr "" -#: xcofflink.c:5124 +#: xcofflink.c:5152 #, c-format msgid "TOC overflow: %#<PRIx64> > 0x10000; try -mminimal-toc when compiling" msgstr "" @@ -8601,306 +8679,342 @@ msgid "" "%pB: relocation %s against `%s' can not be used when making a shared object" msgstr "" -#: elfnn-riscv.c:221 elfnn-riscv.c:256 +#: elfnn-riscv.c:223 elfnn-riscv.c:258 #, c-format msgid "%pB: warning: RVE PLT generation not supported" msgstr "" -#: elfnn-riscv.c:2517 +#: elfnn-riscv.c:1911 +#, c-format +msgid "%pcrel_lo missing matching %pcrel_hi" +msgstr "" + +#: elfnn-riscv.c:1914 +#, c-format +msgid "%pcrel_lo with addend isn't allowed for R_RISCV_GOT_HI20" +msgstr "" + +#: elfnn-riscv.c:1920 +#, c-format +msgid "" +"%%pcrel_lo overflow with an addend, the value of %%pcrel_hi is 0x%<PRIx64> " +"without any addend, but may be 0x%<PRIx64> after adding the %%pcrel_lo addend" +msgstr "" + +#: elfnn-riscv.c:1927 +#, c-format +msgid "%pcrel_lo overflow with an addend" +msgstr "" + +#: elfnn-riscv.c:2409 +msgid "The addend isn't allowed for R_RISCV_GOT_HI20" +msgstr "" + +#: elfnn-riscv.c:2553 #, c-format msgid "%pcrel_lo section symbol with an addend" msgstr "" -#: elfnn-riscv.c:2739 +#: elfnn-riscv.c:2776 #, c-format msgid "" "%%X%%P: relocation %s against `%s' can not be used when making a shared " "object; recompile with -fPIC\n" msgstr "" -#: elfnn-riscv.c:2749 +#: elfnn-riscv.c:2786 #, c-format msgid "%%X%%P: unresolvable %s relocation against symbol `%s'\n" msgstr "" -#: elfnn-riscv.c:2789 +#: elfnn-riscv.c:2826 msgid "%X%P: internal error: out of range error\n" msgstr "" -#: elfnn-riscv.c:2794 +#: elfnn-riscv.c:2831 msgid "%X%P: internal error: unsupported relocation error\n" msgstr "" -#: elfnn-riscv.c:2800 +#: elfnn-riscv.c:2837 msgid "dangerous relocation error" msgstr "" -#: elfnn-riscv.c:2806 +#: elfnn-riscv.c:2843 msgid "%X%P: internal error: unknown error\n" msgstr "" -#: elfnn-riscv.c:3337 +#: elfnn-riscv.c:3384 #, c-format msgid "" "warning: %pB: mis-matched ISA version %d.%d for '%s' extension, the output " "version is %d.%d" msgstr "" -#: elfnn-riscv.c:3370 +#: elfnn-riscv.c:3417 #, c-format msgid "" "error: %pB: corrupted ISA string '%s'. First letter should be 'i' or 'e' " "but got '%s'" msgstr "" -#: elfnn-riscv.c:3414 +#: elfnn-riscv.c:3460 #, c-format msgid "error: %pB: mis-matched ISA string to merge '%s' and '%s'" msgstr "" -#: elfnn-riscv.c:3569 +#: elfnn-riscv.c:3617 #, c-format msgid "error: %pB: ISA string of input (%s) doesn't match output (%s)" msgstr "" -#: elfnn-riscv.c:3589 +#: elfnn-riscv.c:3637 #, c-format msgid "error: %pB: XLEN of input (%u) doesn't match output (%u)" msgstr "" -#: elfnn-riscv.c:3597 +#: elfnn-riscv.c:3645 #, c-format msgid "error: %pB: unsupported XLEN (%u), you might be using wrong emulation" msgstr "" -#: elfnn-riscv.c:3711 +#: elfnn-riscv.c:3759 #, c-format msgid "" -"warning: %pB use privilege spec version %u.%u.%u but the output use version " +"warning: %pB use privileged spec version %u.%u.%u but the output use version " "%u.%u.%u" msgstr "" -#: elfnn-riscv.c:3729 +#: elfnn-riscv.c:3776 msgid "" -"warning: privilege spec version 1.9.1 can not be linked with other spec " +"warning: privileged spec version 1.9.1 can not be linked with other spec " "versions" msgstr "" -#: elfnn-riscv.c:3757 +#: elfnn-riscv.c:3804 #, c-format msgid "" "error: %pB use %u-byte stack aligned but the output use %u-byte stack aligned" msgstr "" -#: elfnn-riscv.c:3798 +#: elfnn-riscv.c:3845 #, c-format msgid "" "%pB: ABI is incompatible with that of the selected emulation:\n" " target emulation `%s' does not match `%s'" msgstr "" -#: elfnn-riscv.c:3852 +#: elfnn-riscv.c:3901 #, c-format msgid "%pB: can't link %s modules with %s modules" msgstr "" -#: elfnn-riscv.c:3862 +#: elfnn-riscv.c:3911 #, c-format msgid "%pB: can't link RVE with other target" msgstr "" -#: elfnn-riscv.c:4400 +#: elfnn-riscv.c:4448 #, c-format msgid "" "%pB(%pA+%#<PRIx64>): %<PRId64> bytes required for alignment to %<PRId64>-" "byte boundary, but only %<PRId64> present" msgstr "" -#: peXXigen.c:158 +#: peXXigen.c:154 #, c-format msgid "%pB: unable to find name for empty section" msgstr "" -#: peXXigen.c:185 +#: peXXigen.c:181 #, c-format msgid "%pB: out of memory creating name for empty section" msgstr "" -#: peXXigen.c:195 +#: peXXigen.c:191 #, c-format msgid "%pB: unable to create fake empty section" msgstr "" -#: peXXigen.c:527 +#: peXXigen.c:523 #, c-format msgid "" "%pB: aout header specifies an invalid number of data-directory entries: %u" msgstr "" -#: peXXigen.c:1067 +#: peXXigen.c:934 +#, c-format +msgid "%pB:%.8s: section below image base" +msgstr "" + +#: peXXigen.c:937 +#, c-format +msgid "%pB:%.8s: RVA truncated" +msgstr "" + +#: peXXigen.c:1065 #, c-format msgid "%pB: line number overflow: 0x%lx > 0xffff" msgstr "" -#: peXXigen.c:1220 +#: peXXigen.c:1218 msgid "Export Directory [.edata (or where ever we found it)]" msgstr "" -#: peXXigen.c:1221 +#: peXXigen.c:1219 msgid "Import Directory [parts of .idata]" msgstr "" -#: peXXigen.c:1222 +#: peXXigen.c:1220 msgid "Resource Directory [.rsrc]" msgstr "" -#: peXXigen.c:1223 +#: peXXigen.c:1221 msgid "Exception Directory [.pdata]" msgstr "" -#: peXXigen.c:1224 +#: peXXigen.c:1222 msgid "Security Directory" msgstr "" -#: peXXigen.c:1225 +#: peXXigen.c:1223 msgid "Base Relocation Directory [.reloc]" msgstr "" -#: peXXigen.c:1226 +#: peXXigen.c:1224 msgid "Debug Directory" msgstr "" -#: peXXigen.c:1227 +#: peXXigen.c:1225 msgid "Description Directory" msgstr "" -#: peXXigen.c:1228 +#: peXXigen.c:1226 msgid "Special Directory" msgstr "" -#: peXXigen.c:1229 +#: peXXigen.c:1227 msgid "Thread Storage Directory [.tls]" msgstr "" -#: peXXigen.c:1230 +#: peXXigen.c:1228 msgid "Load Configuration Directory" msgstr "" -#: peXXigen.c:1231 +#: peXXigen.c:1229 msgid "Bound Import Directory" msgstr "" -#: peXXigen.c:1232 +#: peXXigen.c:1230 msgid "Import Address Table Directory" msgstr "" -#: peXXigen.c:1233 +#: peXXigen.c:1231 msgid "Delay Import Directory" msgstr "" -#: peXXigen.c:1234 +#: peXXigen.c:1232 msgid "CLR Runtime Header" msgstr "" -#: peXXigen.c:1235 +#: peXXigen.c:1233 msgid "Reserved" msgstr "" -#: peXXigen.c:1282 +#: peXXigen.c:1280 #, c-format msgid "" "\n" "There is an import table, but the section containing it could not be found\n" msgstr "" -#: peXXigen.c:1288 +#: peXXigen.c:1286 #, c-format msgid "" "\n" "There is an import table in %s, but that section has no contents\n" msgstr "" -#: peXXigen.c:1295 +#: peXXigen.c:1293 #, c-format msgid "" "\n" "There is an import table in %s at 0x%lx\n" msgstr "" -#: peXXigen.c:1301 +#: peXXigen.c:1299 #, c-format msgid "" "\n" "The Import Tables (interpreted %s section contents)\n" msgstr "" -#: peXXigen.c:1304 +#: peXXigen.c:1302 #, c-format msgid "" " vma: Hint Time Forward DLL First\n" " Table Stamp Chain Name Thunk\n" msgstr "" -#: peXXigen.c:1353 +#: peXXigen.c:1351 #, c-format msgid "" "\n" "\tDLL Name: %.*s\n" msgstr "" -#: peXXigen.c:1369 +#: peXXigen.c:1367 #, c-format msgid "\tvma: Hint/Ord Member-Name Bound-To\n" msgstr "" -#: peXXigen.c:1394 +#: peXXigen.c:1392 #, c-format msgid "" "\n" "There is a first thunk, but the section containing it could not be found\n" msgstr "" -#: peXXigen.c:1438 peXXigen.c:1477 +#: peXXigen.c:1436 peXXigen.c:1475 #, c-format msgid "\t<corrupt: 0x%04lx>" msgstr "" -#: peXXigen.c:1570 +#: peXXigen.c:1568 #, c-format msgid "" "\n" "There is an export table, but the section containing it could not be found\n" msgstr "" -#: peXXigen.c:1576 +#: peXXigen.c:1574 #, c-format msgid "" "\n" "There is an export table in %s, but that section has no contents\n" msgstr "" -#: peXXigen.c:1587 +#: peXXigen.c:1585 #, c-format msgid "" "\n" "There is an export table in %s, but it does not fit into that section\n" msgstr "" -#: peXXigen.c:1598 +#: peXXigen.c:1596 #, c-format msgid "" "\n" "There is an export table in %s, but it is too small (%d)\n" msgstr "" -#: peXXigen.c:1604 +#: peXXigen.c:1602 #, c-format msgid "" "\n" "There is an export table in %s at 0x%lx\n" msgstr "" -#: peXXigen.c:1632 +#: peXXigen.c:1630 #, c-format msgid "" "\n" @@ -8908,145 +9022,145 @@ msgid "" "\n" msgstr "" -#: peXXigen.c:1636 +#: peXXigen.c:1634 #, c-format msgid "Export Flags \t\t\t%lx\n" msgstr "" -#: peXXigen.c:1639 +#: peXXigen.c:1637 #, c-format msgid "Time/Date stamp \t\t%lx\n" msgstr "" -#: peXXigen.c:1643 +#: peXXigen.c:1641 #, c-format msgid "Major/Minor \t\t\t%d/%d\n" msgstr "" -#: peXXigen.c:1646 +#: peXXigen.c:1644 #, c-format msgid "Name \t\t\t\t" msgstr "" -#: peXXigen.c:1657 +#: peXXigen.c:1655 #, c-format msgid "Ordinal Base \t\t\t%ld\n" msgstr "" -#: peXXigen.c:1660 +#: peXXigen.c:1658 #, c-format msgid "Number in:\n" msgstr "" -#: peXXigen.c:1663 +#: peXXigen.c:1661 #, c-format msgid "\tExport Address Table \t\t%08lx\n" msgstr "" -#: peXXigen.c:1667 +#: peXXigen.c:1665 #, c-format msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n" msgstr "" -#: peXXigen.c:1670 +#: peXXigen.c:1668 #, c-format msgid "Table Addresses\n" msgstr "" -#: peXXigen.c:1673 +#: peXXigen.c:1671 #, c-format msgid "\tExport Address Table \t\t" msgstr "" -#: peXXigen.c:1678 +#: peXXigen.c:1676 #, c-format msgid "\tName Pointer Table \t\t" msgstr "" -#: peXXigen.c:1683 +#: peXXigen.c:1681 #, c-format msgid "\tOrdinal Table \t\t\t" msgstr "" -#: peXXigen.c:1697 +#: peXXigen.c:1695 #, c-format msgid "" "\n" "Export Address Table -- Ordinal Base %ld\n" msgstr "" -#: peXXigen.c:1706 +#: peXXigen.c:1704 #, c-format msgid "\tInvalid Export Address Table rva (0x%lx) or entry count (0x%lx)\n" msgstr "" -#: peXXigen.c:1725 +#: peXXigen.c:1723 msgid "Forwarder RVA" msgstr "" -#: peXXigen.c:1737 +#: peXXigen.c:1735 msgid "Export RVA" msgstr "" -#: peXXigen.c:1744 +#: peXXigen.c:1742 #, c-format msgid "" "\n" "[Ordinal/Name Pointer] Table\n" msgstr "" -#: peXXigen.c:1752 +#: peXXigen.c:1750 #, c-format msgid "\tInvalid Name Pointer Table rva (0x%lx) or entry count (0x%lx)\n" msgstr "" -#: peXXigen.c:1759 +#: peXXigen.c:1757 #, c-format msgid "\tInvalid Ordinal Table rva (0x%lx) or entry count (0x%lx)\n" msgstr "" -#: peXXigen.c:1773 +#: peXXigen.c:1771 #, c-format msgid "\t[%4ld] <corrupt offset: %lx>\n" msgstr "" -#: peXXigen.c:1827 peXXigen.c:1996 +#: peXXigen.c:1825 peXXigen.c:1994 #, c-format msgid "warning, .pdata section size (%ld) is not a multiple of %d\n" msgstr "" -#: peXXigen.c:1831 peXXigen.c:2000 +#: peXXigen.c:1829 peXXigen.c:1998 #, c-format msgid "" "\n" "The Function Table (interpreted .pdata section contents)\n" msgstr "" -#: peXXigen.c:1834 +#: peXXigen.c:1832 #, c-format msgid " vma:\t\t\tBegin Address End Address Unwind Info\n" msgstr "" -#: peXXigen.c:1836 +#: peXXigen.c:1834 #, c-format msgid "" " vma:\t\tBegin End EH EH PrologEnd Exception\n" " \t\tAddress Address Handler Data Address Mask\n" msgstr "" -#: peXXigen.c:1849 +#: peXXigen.c:1847 #, c-format msgid "Virtual size of .pdata section (%ld) larger than real size (%ld)\n" msgstr "" -#: peXXigen.c:2002 +#: peXXigen.c:2000 #, c-format msgid "" " vma:\t\tBegin Prolog Function Flags Exception EH\n" " \t\tAddress Length Length 32b exc Handler Data\n" msgstr "" -#: peXXigen.c:2123 +#: peXXigen.c:2121 #, c-format msgid "" "\n" @@ -9054,86 +9168,86 @@ msgid "" "PE File Base Relocations (interpreted .reloc section contents)\n" msgstr "" -#: peXXigen.c:2152 +#: peXXigen.c:2150 #, c-format msgid "" "\n" "Virtual Address: %08lx Chunk size %ld (0x%lx) Number of fixups %ld\n" msgstr "" -#: peXXigen.c:2170 +#: peXXigen.c:2168 #, c-format msgid "\treloc %4d offset %4x [%4lx] %s" msgstr "" -#: peXXigen.c:2231 +#: peXXigen.c:2229 #, c-format msgid "%03x %*.s Entry: " msgstr "" -#: peXXigen.c:2255 +#: peXXigen.c:2253 #, c-format msgid "name: [val: %08lx len %d]: " msgstr "" -#: peXXigen.c:2275 +#: peXXigen.c:2273 #, c-format msgid "<corrupt string length: %#x>\n" msgstr "" -#: peXXigen.c:2285 +#: peXXigen.c:2283 #, c-format msgid "<corrupt string offset: %#lx>\n" msgstr "" -#: peXXigen.c:2290 +#: peXXigen.c:2288 #, c-format msgid "ID: %#08lx" msgstr "" -#: peXXigen.c:2293 +#: peXXigen.c:2291 #, c-format msgid ", Value: %#08lx\n" msgstr "" -#: peXXigen.c:2315 +#: peXXigen.c:2313 #, c-format msgid "%03x %*.s Leaf: Addr: %#08lx, Size: %#08lx, Codepage: %d\n" msgstr "" -#: peXXigen.c:2357 +#: peXXigen.c:2355 #, c-format msgid "<unknown directory type: %d>\n" msgstr "" -#: peXXigen.c:2365 +#: peXXigen.c:2363 #, c-format msgid " Table: Char: %d, Time: %08lx, Ver: %d/%d, Num Names: %d, IDs: %d\n" msgstr "" -#: peXXigen.c:2453 +#: peXXigen.c:2451 #, c-format msgid "Corrupt .rsrc section detected!\n" msgstr "" -#: peXXigen.c:2477 +#: peXXigen.c:2475 #, c-format msgid "" "\n" "WARNING: Extra data in .rsrc section - it will be ignored by Windows:\n" msgstr "" -#: peXXigen.c:2483 +#: peXXigen.c:2481 #, c-format msgid " String table starts at offset: %#03x\n" msgstr "" -#: peXXigen.c:2486 +#: peXXigen.c:2484 #, c-format msgid " Resources start at offset: %#03x\n" msgstr "" -#: peXXigen.c:2543 +#: peXXigen.c:2541 #, c-format msgid "" "\n" @@ -9141,14 +9255,14 @@ msgid "" "found\n" msgstr "" -#: peXXigen.c:2549 +#: peXXigen.c:2547 #, c-format msgid "" "\n" "There is a debug directory in %s, but that section has no contents\n" msgstr "" -#: peXXigen.c:2556 +#: peXXigen.c:2554 #, c-format msgid "" "\n" @@ -9156,7 +9270,7 @@ msgid "" "small\n" msgstr "" -#: peXXigen.c:2561 +#: peXXigen.c:2559 #, c-format msgid "" "\n" @@ -9164,23 +9278,23 @@ msgid "" "\n" msgstr "" -#: peXXigen.c:2568 +#: peXXigen.c:2566 #, c-format msgid "" "The debug data size field in the data directory is too big for the section" msgstr "" -#: peXXigen.c:2573 +#: peXXigen.c:2571 #, c-format msgid "Type Size Rva Offset\n" msgstr "" -#: peXXigen.c:2620 +#: peXXigen.c:2618 #, c-format msgid "(format %c%c%c%c signature %s age %ld)\n" msgstr "" -#: peXXigen.c:2630 +#: peXXigen.c:2628 #, c-format msgid "" "The debug directory size is not a multiple of the debug directory entry " @@ -9190,100 +9304,100 @@ msgstr "" #. The MS dumpbin program reportedly ands with 0xff0f before #. printing the characteristics field. Not sure why. No reason to #. emulate it here. -#: peXXigen.c:2714 +#: peXXigen.c:2712 #, c-format msgid "" "\n" "Characteristics 0x%x\n" msgstr "" -#: peXXigen.c:2960 +#: peXXigen.c:2989 #, c-format msgid "" "%pB: Data Directory (%lx bytes at %<PRIx64>) extends across section boundary " "at %<PRIx64>" msgstr "" -#: peXXigen.c:2997 +#: peXXigen.c:3026 msgid "failed to update file offsets in debug directory" msgstr "" -#: peXXigen.c:3005 +#: peXXigen.c:3034 #, c-format msgid "%pB: failed to read debug data section" msgstr "" -#: peXXigen.c:3820 +#: peXXigen.c:3833 #, c-format msgid ".rsrc merge failure: duplicate string resource: %d" msgstr "" -#: peXXigen.c:3955 +#: peXXigen.c:3968 msgid ".rsrc merge failure: multiple non-default manifests" msgstr "" -#: peXXigen.c:3973 +#: peXXigen.c:3986 msgid ".rsrc merge failure: a directory matches a leaf" msgstr "" -#: peXXigen.c:4015 +#: peXXigen.c:4028 msgid ".rsrc merge failure: duplicate leaf" msgstr "" -#: peXXigen.c:4020 +#: peXXigen.c:4033 #, c-format msgid ".rsrc merge failure: duplicate leaf: %s" msgstr "" -#: peXXigen.c:4087 +#: peXXigen.c:4100 msgid ".rsrc merge failure: dirs with differing characteristics" msgstr "" -#: peXXigen.c:4094 +#: peXXigen.c:4107 msgid ".rsrc merge failure: differing directory versions" msgstr "" #. Corrupted .rsrc section - cannot merge. -#: peXXigen.c:4211 +#: peXXigen.c:4224 #, c-format msgid "%pB: .rsrc merge failure: corrupt .rsrc section" msgstr "" -#: peXXigen.c:4219 +#: peXXigen.c:4232 #, c-format msgid "%pB: .rsrc merge failure: unexpected .rsrc size" msgstr "" -#: peXXigen.c:4358 +#: peXXigen.c:4371 #, c-format msgid "%pB: unable to fill in DataDictionary[1] because .idata$2 is missing" msgstr "" -#: peXXigen.c:4378 +#: peXXigen.c:4391 #, c-format msgid "%pB: unable to fill in DataDictionary[1] because .idata$4 is missing" msgstr "" -#: peXXigen.c:4399 +#: peXXigen.c:4412 #, c-format msgid "%pB: unable to fill in DataDictionary[12] because .idata$5 is missing" msgstr "" -#: peXXigen.c:4419 +#: peXXigen.c:4432 #, c-format msgid "" "%pB: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE (12)] because ." "idata$6 is missing" msgstr "" -#: peXXigen.c:4461 +#: peXXigen.c:4474 #, c-format msgid "" "%pB: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE(12)] because ." "idata$6 is missing" msgstr "" -#: peXXigen.c:4486 +#: peXXigen.c:4499 #, 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 9bca974..cbd2111 100644 --- a/bfd/version.m4 +++ b/bfd/version.m4 @@ -1 +1 @@ -m4_define([BFD_VERSION], [2.36.50]) +m4_define([BFD_VERSION], [2.37.50]) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ddd43ac..9efa39e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,11 @@ 2021-07-03 Nick Clifton <nickc@redhat.com> + * configure: Regenerate. + * po/opcodes.pot: Regenerate. + * README-how-to-make-a-release: Update. + +2021-07-03 Nick Clifton <nickc@redhat.com> + * 2.37 release branch created. 2021-07-02 Alan Modra <amodra@gmail.com> diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index 9e704b2..de50b13 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -35,7 +35,8 @@ Approx time to complete from here: 2 hours .... in the gold directory - it has its own release numbering. Likewise for the ChangeLog files in: bfd, binutils, config, cpu, - elfcpp, gas, gold, gprof, include, ld, libctf, opcodes and toplevel. + elfcpp, gas, gold, gprof, include, ld, libctf, libiberty, opcodes + and toplevel. Add a note of the name of the new branch to binutils/BRANCHES. @@ -43,8 +44,8 @@ Approx time to complete from here: 2 hours .... 4. Create the release branch using: - git branch binutils-2_37-branch - git push origin binutils-2_37-branch + git branch binutils-2_38-branch + git push origin binutils-2_38-branch If you get a message like: @@ -54,7 +55,7 @@ Approx time to complete from here: 2 hours .... 5. Make sure that the branch is there. IE check out the branch sources: - git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_37-branch 2.37 + git clone ssh://sourceware.org/git/binutils-gdb.git -b binutils-2_38-branch 2.38 If you get a message about being in a "detached head" state, something has gone wrong... @@ -76,8 +77,8 @@ Approx time to complete from here: 2 hours .... ask Joel Brobecker <brobecker AT adacore DOT com>. 7. Rename the current HEAD version entry in Bugzilla, and create a - new one. E.g. rename "2.37 (HEAD)" to 2.37, and create - "2.38 (HEAD)": + new one. E.g. rename "2.38 (HEAD)" to 2.38, and create + "2.39 (HEAD)": https://sourceware.org/bugzilla/editversions.cgi?product=binutils diff --git a/binutils/configure b/binutils/configure index 1f85526..bf6461d 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.36.50. +# Generated by GNU Autoconf 2.69 for binutils 2.37.50. # # # 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.36.50' -PACKAGE_STRING='binutils 2.36.50' +PACKAGE_VERSION='2.37.50' +PACKAGE_STRING='binutils 2.37.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1390,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 binutils 2.36.50 to adapt to many kinds of systems. +\`configure' configures binutils 2.37.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1461,7 +1461,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of binutils 2.36.50:";; + short | recursive ) echo "Configuration of binutils 2.37.50:";; esac cat <<\_ACEOF @@ -1608,7 +1608,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -binutils configure 2.36.50 +binutils configure 2.37.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2259,7 +2259,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.36.50, which was +It was created by binutils $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3241,7 +3241,7 @@ fi # Define the identity of the package. PACKAGE='binutils' - VERSION='2.36.50' + VERSION='2.37.50' cat >>confdefs.h <<_ACEOF @@ -15232,7 +15232,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.36.50, which was +This file was extended by binutils $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15298,7 +15298,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.36.50 +binutils config.status 2.37.50 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot index dc81f0a..24d1e4c 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: 2021-01-09 10:54+0000\n" +"POT-Creation-Date: 2021-07-03 15: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" @@ -57,9 +57,9 @@ msgid "" "\n" msgstr "" -#: addr2line.c:109 ar.c:358 ar.c:395 coffdump.c:471 dlltool.c:3707 -#: dllwrap.c:518 elfedit.c:938 objcopy.c:692 objcopy.c:746 readelf.c:4662 -#: size.c:109 srconv.c:1704 strings.c:727 sysdump.c:646 windmc.c:227 +#: addr2line.c:109 ar.c:357 ar.c:394 coffdump.c:471 dlltool.c:3715 +#: dllwrap.c:518 elfedit.c:952 objcopy.c:697 objcopy.c:752 readelf.c:4842 +#: size.c:109 srconv.c:1704 strings.c:706 sysdump.c:649 windmc.c:227 #: windres.c:690 #, c-format msgid "Report bugs to %s\n" @@ -96,261 +96,261 @@ msgstr "" msgid "%s: cannot find section %s" msgstr "" -#: addr2line.c:444 ar.c:759 dlltool.c:3231 nm.c:1738 objcopy.c:6058 -#: objdump.c:5161 size.c:153 strings.c:291 windmc.c:960 windres.c:817 +#: addr2line.c:442 ar.c:756 dlltool.c:3239 nm.c:1807 objcopy.c:6029 +#: objdump.c:5211 size.c:151 strings.c:289 windmc.c:958 windres.c:816 msgid "fatal error: libbfd ABI mismatch" msgstr "" -#: addr2line.c:471 nm.c:1764 objdump.c:5208 readelf.c:4928 +#: addr2line.c:469 nm.c:1833 objdump.c:5258 readelf.c:5115 #, c-format msgid "unknown demangling style `%s'" msgstr "" -#: ar.c:275 +#: ar.c:274 #, c-format msgid "no entry %s in archive\n" msgstr "" -#: ar.c:289 +#: ar.c:288 #, c-format msgid "" "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin " "<name>] [member-name] [count] archive-file file...\n" msgstr "" -#: ar.c:295 +#: ar.c:294 #, c-format msgid "" "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-" "name] [count] archive-file file...\n" msgstr "" -#: ar.c:303 +#: ar.c:302 #, c-format msgid " %s -M [<mri-script]\n" msgstr "" -#: ar.c:304 +#: ar.c:303 #, c-format msgid " commands:\n" msgstr "" -#: ar.c:305 +#: ar.c:304 #, c-format msgid " d - delete file(s) from the archive\n" msgstr "" -#: ar.c:306 +#: ar.c:305 #, c-format msgid " m[ab] - move file(s) in the archive\n" msgstr "" -#: ar.c:307 +#: ar.c:306 #, c-format msgid " p - print file(s) found in the archive\n" msgstr "" -#: ar.c:308 +#: ar.c:307 #, c-format msgid " q[f] - quick append file(s) to the archive\n" msgstr "" -#: ar.c:309 +#: ar.c:308 #, c-format msgid "" " r[ab][f][u] - replace existing or insert new file(s) into the archive\n" msgstr "" -#: ar.c:310 +#: ar.c:309 #, c-format msgid " s - act as ranlib\n" msgstr "" -#: ar.c:311 +#: ar.c:310 #, c-format msgid " t[O][v] - display contents of the archive\n" msgstr "" -#: ar.c:312 +#: ar.c:311 #, c-format msgid " x[o] - extract file(s) from the archive\n" msgstr "" -#: ar.c:313 +#: ar.c:312 #, c-format msgid " command specific modifiers:\n" msgstr "" -#: ar.c:314 +#: ar.c:313 #, c-format msgid " [a] - put file(s) after [member-name]\n" msgstr "" -#: ar.c:315 +#: ar.c:314 #, c-format msgid " [b] - put file(s) before [member-name] (same as [i])\n" msgstr "" -#: ar.c:318 +#: ar.c:317 #, c-format msgid " [D] - use zero for timestamps and uids/gids (default)\n" msgstr "" -#: ar.c:320 +#: ar.c:319 #, c-format msgid " [U] - use actual timestamps and uids/gids\n" msgstr "" -#: ar.c:325 +#: ar.c:324 #, c-format msgid " [D] - use zero for timestamps and uids/gids\n" msgstr "" -#: ar.c:327 +#: ar.c:326 #, c-format msgid " [U] - use actual timestamps and uids/gids (default)\n" msgstr "" -#: ar.c:330 +#: ar.c:329 #, c-format msgid " [N] - use instance [count] of name\n" msgstr "" -#: ar.c:331 +#: ar.c:330 #, c-format msgid " [f] - truncate inserted file names\n" msgstr "" -#: ar.c:332 +#: ar.c:331 #, c-format msgid " [P] - use full path names when matching\n" msgstr "" -#: ar.c:333 +#: ar.c:332 #, c-format msgid " [o] - preserve original dates\n" msgstr "" -#: ar.c:334 +#: ar.c:333 #, c-format msgid " [O] - display offsets of files in the archive\n" msgstr "" -#: ar.c:335 +#: ar.c:334 #, c-format msgid "" " [u] - only replace files that are newer than current archive " "contents\n" msgstr "" -#: ar.c:336 +#: ar.c:335 #, c-format msgid " generic modifiers:\n" msgstr "" -#: ar.c:337 +#: ar.c:336 #, c-format msgid " [c] - do not warn if the library had to be created\n" msgstr "" -#: ar.c:338 +#: ar.c:337 #, c-format msgid " [s] - create an archive index (cf. ranlib)\n" msgstr "" -#: ar.c:339 +#: ar.c:338 #, c-format msgid " [l <text> ] - specify the dependencies of this library\n" msgstr "" -#: ar.c:340 +#: ar.c:339 #, c-format msgid " [S] - do not build a symbol table\n" msgstr "" -#: ar.c:341 +#: ar.c:340 #, c-format msgid " [T] - make a thin archive\n" msgstr "" -#: ar.c:342 +#: ar.c:341 #, c-format msgid " [v] - be verbose\n" msgstr "" -#: ar.c:343 +#: ar.c:342 #, c-format msgid " [V] - display the version number\n" msgstr "" -#: ar.c:344 +#: ar.c:343 #, c-format msgid " @<file> - read options from <file>\n" msgstr "" -#: ar.c:345 +#: ar.c:344 #, c-format msgid " --target=BFDNAME - specify the target object format as BFDNAME\n" msgstr "" -#: ar.c:346 +#: ar.c:345 #, c-format msgid "" " --output=DIRNAME - specify the output directory for extraction operations\n" msgstr "" -#: ar.c:347 +#: ar.c:346 #, c-format msgid " --record-libdeps=<text> - specify the dependencies of this library\n" msgstr "" -#: ar.c:349 +#: ar.c:348 #, c-format msgid " optional:\n" msgstr "" -#: ar.c:350 +#: ar.c:349 #, c-format msgid " --plugin <p> - load the specified plugin\n" msgstr "" -#: ar.c:371 +#: ar.c:370 #, c-format msgid "Usage: %s [options] archive\n" msgstr "" -#: ar.c:372 +#: ar.c:371 #, c-format msgid " Generate an index to speed access to archives\n" msgstr "" -#: ar.c:373 +#: ar.c:372 #, c-format msgid "" " The options are:\n" " @<file> Read options from <file>\n" msgstr "" -#: ar.c:376 +#: ar.c:375 #, c-format msgid " --plugin <name> Load the specified plugin\n" msgstr "" -#: ar.c:380 +#: ar.c:379 #, c-format msgid "" " -D Use zero for symbol map timestamp (default)\n" " -U Use an actual symbol map timestamp\n" msgstr "" -#: ar.c:384 +#: ar.c:383 #, c-format msgid "" " -D Use zero for symbol map timestamp\n" " -U Use actual symbol map timestamp (default)\n" msgstr "" -#: ar.c:387 +#: ar.c:386 #, c-format msgid "" " -t Update the archive's symbol map timestamp\n" @@ -358,193 +358,193 @@ msgid "" " -v --version Print version information\n" msgstr "" -#: ar.c:512 +#: ar.c:511 msgid "two different operation options specified" msgstr "" -#: ar.c:548 +#: ar.c:547 msgid "libdeps specified more than once" msgstr "" -#: ar.c:609 ar.c:684 nm.c:1854 +#: ar.c:608 ar.c:683 nm.c:1926 #, c-format msgid "sorry - this program has been built without plugin support\n" msgstr "" -#: ar.c:815 +#: ar.c:812 msgid "no operation specified" msgstr "" -#: ar.c:818 +#: ar.c:815 msgid "`u' is only meaningful with the `r' option." msgstr "" -#: ar.c:821 +#: ar.c:818 msgid "`u' is not meaningful with the `D' option." msgstr "" -#: ar.c:824 +#: ar.c:821 msgid "`u' modifier ignored since `D' is the default (see `U')" msgstr "" -#: ar.c:833 +#: ar.c:830 msgid "missing position arg." msgstr "" -#: ar.c:839 +#: ar.c:836 msgid "`N' is only meaningful with the `x' and `d' options." msgstr "" -#: ar.c:841 +#: ar.c:838 msgid "`N' missing value." msgstr "" -#: ar.c:844 +#: ar.c:841 msgid "Value for `N' must be positive." msgstr "" -#: ar.c:860 +#: ar.c:857 msgid "`x' cannot be used on thin archives." msgstr "" -#: ar.c:874 +#: ar.c:871 msgid "Cannot create libdeps record." msgstr "" -#: ar.c:877 +#: ar.c:874 msgid "Cannot set libdeps record type to binary." msgstr "" -#: ar.c:880 +#: ar.c:877 msgid "Cannot set libdeps object format." msgstr "" -#: ar.c:883 +#: ar.c:880 msgid "Cannot make libdeps object writable." msgstr "" -#: ar.c:886 +#: ar.c:883 msgid "Cannot write libdeps record." msgstr "" -#: ar.c:889 +#: ar.c:886 msgid "Cannot make libdeps object readable." msgstr "" -#: ar.c:892 +#: ar.c:889 msgid "Cannot reset libdeps record type." msgstr "" -#: ar.c:953 +#: ar.c:950 #, c-format msgid "internal error -- this option not implemented" msgstr "" -#: ar.c:1022 +#: ar.c:1019 #, c-format msgid "creating %s" msgstr "" -#: ar.c:1053 +#: ar.c:1050 #, c-format msgid "Cannot convert existing library %s to thin format" msgstr "" -#: ar.c:1059 +#: ar.c:1056 #, c-format msgid "Cannot convert existing thin library %s to normal format" msgstr "" -#: ar.c:1091 ar.c:1188 ar.c:1520 objcopy.c:3617 +#: ar.c:1088 ar.c:1185 ar.c:1507 objcopy.c:3606 #, c-format msgid "internal stat error on %s" msgstr "" -#: ar.c:1110 ar.c:1214 +#: ar.c:1107 ar.c:1211 #, c-format msgid "%s is not a valid archive" msgstr "" -#: ar.c:1138 +#: ar.c:1135 #, c-format msgid "illegal output pathname for archive member: %s, using '%s' instead" msgstr "" -#: ar.c:1265 +#: ar.c:1259 msgid "could not create temporary file whilst writing archive" msgstr "" -#: ar.c:1423 +#: ar.c:1410 #, c-format msgid "No member named `%s'\n" msgstr "" -#: ar.c:1473 +#: ar.c:1460 #, c-format msgid "no entry %s in archive %s!" msgstr "" -#: ar.c:1633 +#: ar.c:1620 #, c-format msgid "%s: no archive map to update" msgstr "" -#: arsup.c:89 +#: arsup.c:91 #, c-format msgid "No entry %s in archive.\n" msgstr "" -#: arsup.c:114 +#: arsup.c:116 #, c-format msgid "Can't open file %s\n" msgstr "" -#: arsup.c:160 +#: arsup.c:159 #, c-format -msgid "%s: Can't allocate memory for temp name (%s)\n" +msgid "%s: Can't open temporary file (%s)\n" msgstr "" -#: arsup.c:171 +#: arsup.c:170 #, c-format msgid "%s: Can't open output archive %s\n" msgstr "" -#: arsup.c:188 +#: arsup.c:191 #, c-format msgid "%s: Can't open input archive %s\n" msgstr "" -#: arsup.c:197 +#: arsup.c:200 #, c-format msgid "%s: file %s is not an archive\n" msgstr "" -#: arsup.c:237 +#: arsup.c:240 #, c-format msgid "%s: no output archive specified yet\n" msgstr "" -#: arsup.c:257 arsup.c:300 arsup.c:342 arsup.c:377 arsup.c:443 +#: arsup.c:260 arsup.c:303 arsup.c:345 arsup.c:383 arsup.c:449 #, c-format msgid "%s: no open output archive\n" msgstr "" -#: arsup.c:273 arsup.c:398 arsup.c:424 +#: arsup.c:276 arsup.c:404 arsup.c:430 #, c-format msgid "%s: can't open file %s\n" msgstr "" -#: arsup.c:327 arsup.c:420 arsup.c:501 +#: arsup.c:330 arsup.c:426 arsup.c:507 #, c-format msgid "%s: can't find module file %s\n" msgstr "" -#: arsup.c:452 +#: arsup.c:458 #, c-format msgid "Current open archive is %s\n" msgstr "" -#: arsup.c:476 +#: arsup.c:482 #, c-format msgid "%s: no open archive\n" msgstr "" @@ -555,100 +555,100 @@ msgid " No emulation specific options\n" msgstr "" #. Macros for common output. -#: binemul.h:53 +#: binemul.h:45 #, c-format msgid " emulation options: \n" msgstr "" -#: bucomm.c:50 bucomm.c:84 +#: bucomm.c:43 bucomm.c:77 msgid "cause of error unknown" msgstr "" -#: bucomm.c:164 +#: bucomm.c:157 #, c-format msgid "can't set BFD default target to `%s': %s" msgstr "" -#: bucomm.c:176 +#: bucomm.c:169 #, c-format msgid "%s: Matching formats:" msgstr "" -#: bucomm.c:191 +#: bucomm.c:184 #, c-format msgid "Supported targets:" msgstr "" -#: bucomm.c:193 +#: bucomm.c:186 #, c-format msgid "%s: supported targets:" msgstr "" -#: bucomm.c:211 +#: bucomm.c:204 #, c-format msgid "Supported architectures:" msgstr "" -#: bucomm.c:213 +#: bucomm.c:206 #, c-format msgid "%s: supported architectures:" msgstr "" -#: bucomm.c:226 +#: bucomm.c:219 msgid "big endian" msgstr "" -#: bucomm.c:227 +#: bucomm.c:220 msgid "little endian" msgstr "" -#: bucomm.c:228 +#: bucomm.c:221 msgid "endianness unknown" msgstr "" -#: bucomm.c:275 +#: bucomm.c:268 #, c-format msgid "" "%s\n" " (header %s, data %s)\n" msgstr "" -#: bucomm.c:424 +#: bucomm.c:417 #, c-format msgid "BFD header file version %s\n" msgstr "" -#: bucomm.c:454 +#: bucomm.c:447 #, c-format msgid "<time data corrupt>" msgstr "" -#: bucomm.c:594 +#: bucomm.c:587 #, c-format msgid "%s: bad number: %s" msgstr "" -#: bucomm.c:614 strings.c:404 +#: bucomm.c:607 strings.c:402 #, c-format msgid "'%s': No such file" msgstr "" -#: bucomm.c:616 strings.c:406 +#: bucomm.c:609 strings.c:404 #, c-format msgid "Warning: could not locate '%s'. reason: %s" msgstr "" -#: bucomm.c:620 strings.c:412 +#: bucomm.c:613 strings.c:410 #, c-format msgid "Warning: '%s' is a directory" msgstr "" -#: bucomm.c:622 +#: bucomm.c:615 bucomm.c:628 #, c-format msgid "Warning: '%s' is not an ordinary file" msgstr "" -#: bucomm.c:624 +#: bucomm.c:617 #, c-format msgid "Warning: '%s' has negative size, probably it is too large" msgstr "" @@ -758,7 +758,7 @@ msgstr "" msgid "Symbol %s, tag %d, number %d" msgstr "" -#: coffdump.c:345 readelf.c:18016 readelf.c:18107 +#: coffdump.c:345 readelf.c:18461 readelf.c:18552 #, c-format msgid "Type" msgstr "" @@ -812,7 +812,7 @@ msgstr "" msgid "#sources %d" msgstr "" -#: coffdump.c:462 sysdump.c:639 +#: coffdump.c:462 sysdump.c:642 #, c-format msgid "Usage: %s [option(s)] in-file\n" msgstr "" @@ -832,7 +832,7 @@ msgid "" "\n" msgstr "" -#: coffdump.c:534 srconv.c:1795 sysdump.c:704 +#: coffdump.c:532 srconv.c:1793 sysdump.c:705 msgid "no input file specified" msgstr "" @@ -980,7 +980,7 @@ msgstr "" msgid "%s: is not a COFF format file" msgstr "" -#: cxxfilt.c:124 nm.c:296 objdump.c:318 +#: cxxfilt.c:124 nm.c:324 objdump.c:390 #, c-format msgid "Report bugs to %s.\n" msgstr "" @@ -1078,484 +1078,484 @@ msgstr "" msgid "debug_write_type: illegal type encountered" msgstr "" -#: dlltool.c:866 dlltool.c:890 dlltool.c:919 +#: dlltool.c:869 dlltool.c:893 dlltool.c:922 #, c-format msgid "Internal error: Unknown machine type: %d" msgstr "" -#: dlltool.c:960 +#: dlltool.c:964 #, c-format msgid "Can't open def file: %s" msgstr "" -#: dlltool.c:965 +#: dlltool.c:969 #, c-format msgid "Processing def file: %s" msgstr "" -#: dlltool.c:969 +#: dlltool.c:973 msgid "Processed def file" msgstr "" -#: dlltool.c:993 +#: dlltool.c:997 #, c-format msgid "Syntax error in def file %s:%d" msgstr "" -#: dlltool.c:1030 +#: dlltool.c:1034 #, c-format msgid "%s: Path components stripped from image name, '%s'." msgstr "" -#: dlltool.c:1048 +#: dlltool.c:1052 #, c-format msgid "NAME: %s base: %x" msgstr "" -#: dlltool.c:1051 dlltool.c:1072 +#: dlltool.c:1055 dlltool.c:1076 msgid "Can't have LIBRARY and NAME" msgstr "" -#: dlltool.c:1069 +#: dlltool.c:1073 #, c-format msgid "LIBRARY: %s base: %x" msgstr "" -#: dlltool.c:1224 +#: dlltool.c:1228 #, c-format msgid "VERSION %d.%d\n" msgstr "" -#: dlltool.c:1272 +#: dlltool.c:1276 #, c-format msgid "run: %s %s" msgstr "" -#: dlltool.c:1313 resrc.c:288 +#: dlltool.c:1317 resrc.c:288 #, c-format msgid "wait: %s" msgstr "" -#: dlltool.c:1318 dllwrap.c:416 resrc.c:293 +#: dlltool.c:1322 dllwrap.c:416 resrc.c:293 #, c-format msgid "subprocess got fatal signal %d" msgstr "" -#: dlltool.c:1324 dllwrap.c:423 resrc.c:300 +#: dlltool.c:1328 dllwrap.c:423 resrc.c:300 #, c-format msgid "%s exited with status %d" msgstr "" -#: dlltool.c:1355 +#: dlltool.c:1359 #, c-format msgid "Sucking in info from %s section in %s" msgstr "" -#: dlltool.c:1495 +#: dlltool.c:1499 #, c-format msgid "Excluding symbol: %s" msgstr "" -#: dlltool.c:1584 dlltool.c:1595 nm.c:1133 nm.c:1143 nm.c:1152 +#: dlltool.c:1588 dlltool.c:1599 nm.c:1172 nm.c:1183 nm.c:1193 #, c-format msgid "%s: no symbols" msgstr "" #. FIXME: we ought to read in and block out the base relocations. -#: dlltool.c:1621 +#: dlltool.c:1625 #, c-format msgid "Done reading %s" msgstr "" -#: dlltool.c:1631 +#: dlltool.c:1635 #, c-format msgid "Unable to open object file: %s: %s" msgstr "" -#: dlltool.c:1634 +#: dlltool.c:1638 #, c-format msgid "Scanning object file %s" msgstr "" -#: dlltool.c:1654 +#: dlltool.c:1658 #, c-format msgid "Cannot produce mcore-elf dll from archive file: %s" msgstr "" -#: dlltool.c:1756 +#: dlltool.c:1760 msgid "Adding exports to output file" msgstr "" -#: dlltool.c:1808 +#: dlltool.c:1812 msgid "Added exports to output file" msgstr "" -#: dlltool.c:1976 +#: dlltool.c:1980 #, c-format msgid "Generating export file: %s" msgstr "" -#: dlltool.c:1981 +#: dlltool.c:1985 #, c-format msgid "Unable to open temporary assembler file: %s" msgstr "" -#: dlltool.c:1986 +#: dlltool.c:1990 #, c-format msgid "Opened temporary file: %s" msgstr "" -#: dlltool.c:2162 +#: dlltool.c:2166 msgid "failed to read the number of entries from base file" msgstr "" -#: dlltool.c:2213 +#: dlltool.c:2217 msgid "Generated exports file" msgstr "" -#: dlltool.c:2371 +#: dlltool.c:2375 #, c-format msgid "bfd_open failed open stub file: %s: %s" msgstr "" -#: dlltool.c:2375 +#: dlltool.c:2379 #, c-format msgid "Creating stub file: %s" msgstr "" -#: dlltool.c:2689 +#: dlltool.c:2693 #, c-format msgid "bfd_open failed reopen stub file: %s: %s" msgstr "" -#: dlltool.c:2703 dlltool.c:2782 +#: dlltool.c:2707 dlltool.c:2786 #, c-format msgid "failed to open temporary head file: %s" msgstr "" -#: dlltool.c:2767 dlltool.c:2853 +#: dlltool.c:2771 dlltool.c:2861 #, c-format msgid "failed to open temporary head file: %s: %s" msgstr "" -#: dlltool.c:2868 +#: dlltool.c:2876 #, c-format msgid "failed to open temporary tail file: %s" msgstr "" -#: dlltool.c:2904 +#: dlltool.c:2912 #, c-format msgid "failed to open temporary tail file: %s: %s" msgstr "" -#: dlltool.c:2927 +#: dlltool.c:2935 #, c-format msgid "Can't create .lib file: %s: %s" msgstr "" -#: dlltool.c:2931 +#: dlltool.c:2939 #, c-format msgid "Creating library file: %s" msgstr "" -#: dlltool.c:3018 dlltool.c:3024 +#: dlltool.c:3026 dlltool.c:3032 #, c-format msgid "cannot delete %s: %s" msgstr "" -#: dlltool.c:3030 +#: dlltool.c:3038 msgid "Created lib file" msgstr "" -#: dlltool.c:3236 +#: dlltool.c:3244 #, c-format msgid "Can't open .lib file: %s: %s" msgstr "" -#: dlltool.c:3244 dlltool.c:3266 +#: dlltool.c:3252 dlltool.c:3274 #, c-format msgid "%s is not a library" msgstr "" -#: dlltool.c:3284 +#: dlltool.c:3292 #, c-format msgid "Import library `%s' specifies two or more dlls" msgstr "" -#: dlltool.c:3295 +#: dlltool.c:3303 #, c-format msgid "Unable to determine dll name for `%s' (not an import library?)" msgstr "" -#: dlltool.c:3521 +#: dlltool.c:3529 #, c-format msgid "Warning, ignoring duplicate EXPORT %s %d,%d" msgstr "" -#: dlltool.c:3527 +#: dlltool.c:3535 #, c-format msgid "Error, duplicate EXPORT with ordinals: %s" msgstr "" -#: dlltool.c:3630 +#: dlltool.c:3638 msgid "Processing definitions" msgstr "" -#: dlltool.c:3657 +#: dlltool.c:3665 msgid "Processed definitions" msgstr "" #. xgetext:c-format -#: dlltool.c:3664 dllwrap.c:477 +#: dlltool.c:3672 dllwrap.c:477 #, c-format msgid "Usage %s <option(s)> <object-file(s)>\n" msgstr "" #. xgetext:c-format -#: dlltool.c:3666 +#: dlltool.c:3674 #, c-format msgid "" " -m --machine <machine> Create as DLL for <machine>. [default: %s]\n" msgstr "" -#: dlltool.c:3667 +#: dlltool.c:3675 #, c-format msgid "" " possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, " "thumb\n" msgstr "" -#: dlltool.c:3668 +#: dlltool.c:3676 #, c-format msgid " -e --output-exp <outname> Generate an export file.\n" msgstr "" -#: dlltool.c:3669 +#: dlltool.c:3677 #, c-format msgid " -l --output-lib <outname> Generate an interface library.\n" msgstr "" -#: dlltool.c:3670 +#: dlltool.c:3678 #, c-format msgid " -y --output-delaylib <outname> Create a delay-import library.\n" msgstr "" -#: dlltool.c:3671 +#: dlltool.c:3679 #, c-format msgid " -a --add-indirect Add dll indirects to export file.\n" msgstr "" -#: dlltool.c:3672 +#: dlltool.c:3680 #, c-format msgid "" " -D --dllname <name> Name of input dll to put into interface lib.\n" msgstr "" -#: dlltool.c:3673 +#: dlltool.c:3681 #, c-format msgid " -d --input-def <deffile> Name of .def file to be read in.\n" msgstr "" -#: dlltool.c:3674 +#: dlltool.c:3682 #, c-format msgid " -z --output-def <deffile> Name of .def file to be created.\n" msgstr "" -#: dlltool.c:3675 +#: dlltool.c:3683 #, c-format msgid " --export-all-symbols Export all symbols to .def\n" msgstr "" -#: dlltool.c:3676 +#: dlltool.c:3684 #, c-format msgid " --no-export-all-symbols Only export listed symbols\n" msgstr "" -#: dlltool.c:3677 +#: dlltool.c:3685 #, c-format msgid " --exclude-symbols <list> Don't export <list>\n" msgstr "" -#: dlltool.c:3678 +#: dlltool.c:3686 #, c-format msgid " --no-default-excludes Clear default exclude symbols\n" msgstr "" -#: dlltool.c:3679 +#: dlltool.c:3687 #, c-format msgid " -b --base-file <basefile> Read linker generated base file.\n" msgstr "" -#: dlltool.c:3680 +#: dlltool.c:3688 #, c-format msgid " -x --no-idata4 Don't generate idata$4 section.\n" msgstr "" -#: dlltool.c:3681 +#: dlltool.c:3689 #, c-format msgid " -c --no-idata5 Don't generate idata$5 section.\n" msgstr "" -#: dlltool.c:3682 +#: dlltool.c:3690 #, c-format msgid "" " --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata" "$5.\n" msgstr "" -#: dlltool.c:3683 +#: dlltool.c:3691 #, c-format msgid "" " -U --add-underscore Add underscores to all symbols in interface " "library.\n" msgstr "" -#: dlltool.c:3684 +#: dlltool.c:3692 #, c-format msgid "" " --add-stdcall-underscore Add underscores to stdcall symbols in " "interface library.\n" msgstr "" -#: dlltool.c:3685 +#: dlltool.c:3693 #, c-format msgid "" " --no-leading-underscore All symbols shouldn't be prefixed by an " "underscore.\n" msgstr "" -#: dlltool.c:3686 +#: dlltool.c:3694 #, c-format msgid "" " --leading-underscore All symbols should be prefixed by an " "underscore.\n" msgstr "" -#: dlltool.c:3687 +#: dlltool.c:3695 #, c-format msgid " -k --kill-at Kill @<n> from exported names.\n" msgstr "" -#: dlltool.c:3688 +#: dlltool.c:3696 #, c-format msgid " -A --add-stdcall-alias Add aliases without @<n>.\n" msgstr "" -#: dlltool.c:3689 +#: dlltool.c:3697 #, c-format msgid " -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n" msgstr "" -#: dlltool.c:3690 +#: dlltool.c:3698 #, c-format msgid " -S --as <name> Use <name> for assembler.\n" msgstr "" -#: dlltool.c:3691 +#: dlltool.c:3699 #, c-format msgid " -f --as-flags <flags> Pass <flags> to the assembler.\n" msgstr "" -#: dlltool.c:3692 +#: dlltool.c:3700 #, c-format msgid "" " -C --compat-implib Create backward compatible import library.\n" msgstr "" -#: dlltool.c:3693 +#: dlltool.c:3701 #, c-format msgid "" " -n --no-delete Keep temp files (repeat for extra " "preservation).\n" msgstr "" -#: dlltool.c:3694 +#: dlltool.c:3702 #, c-format msgid "" " -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n" msgstr "" -#: dlltool.c:3695 +#: dlltool.c:3703 #, c-format msgid "" " -I --identify <implib> Report the name of the DLL associated with " "<implib>.\n" msgstr "" -#: dlltool.c:3696 +#: dlltool.c:3704 #, c-format msgid "" " --identify-strict Causes --identify to report error when multiple " "DLLs.\n" msgstr "" -#: dlltool.c:3697 +#: dlltool.c:3705 #, c-format msgid " -v --verbose Be verbose.\n" msgstr "" -#: dlltool.c:3698 +#: dlltool.c:3706 #, c-format msgid " -V --version Display the program version.\n" msgstr "" -#: dlltool.c:3699 +#: dlltool.c:3707 #, c-format msgid " -h --help Display this information.\n" msgstr "" -#: dlltool.c:3700 +#: dlltool.c:3708 #, c-format msgid " @<file> Read options from <file>.\n" msgstr "" -#: dlltool.c:3702 +#: dlltool.c:3710 #, c-format msgid "" " -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n" msgstr "" -#: dlltool.c:3703 +#: dlltool.c:3711 #, c-format msgid " -L --linker <name> Use <name> as the linker.\n" msgstr "" -#: dlltool.c:3704 +#: dlltool.c:3712 #, c-format msgid " -F --linker-flags <flags> Pass <flags> to the linker.\n" msgstr "" -#: dlltool.c:3850 +#: dlltool.c:3856 #, c-format msgid "Unable to open def-file: %s" msgstr "" -#: dlltool.c:3855 +#: dlltool.c:3861 #, c-format msgid "Path components stripped from dllname, '%s'." msgstr "" -#: dlltool.c:3903 +#: dlltool.c:3909 #, c-format msgid "Unable to open base-file: %s" msgstr "" -#: dlltool.c:3938 +#: dlltool.c:3944 #, c-format msgid "Machine '%s' not supported" msgstr "" -#: dlltool.c:4018 +#: dlltool.c:4024 #, c-format msgid "Warning, machine type (%d) not supported for delayimport." msgstr "" -#: dlltool.c:4086 dllwrap.c:206 +#: dlltool.c:4092 dllwrap.c:206 #, c-format msgid "Tried file: %s" msgstr "" -#: dlltool.c:4093 dllwrap.c:213 +#: dlltool.c:4099 dllwrap.c:213 #, c-format msgid "Using file: %s" msgstr "" @@ -1785,58 +1785,63 @@ msgstr "" msgid " Rest are passed unmodified to the language driver\n" msgstr "" -#: dllwrap.c:642 +#: dllwrap.c:640 #, c-format msgid "WARNING: %s is deprecated, use gcc -shared or ld -shared instead\n" msgstr "" -#: dllwrap.c:802 +#: dllwrap.c:800 msgid "Must provide at least one of -o or --dllname options" msgstr "" -#: dllwrap.c:831 +#: dllwrap.c:829 msgid "" "no export definition file provided.\n" "Creating one, but that may not be what you want" msgstr "" -#: dllwrap.c:1020 +#: dllwrap.c:1018 #, c-format msgid "DLLTOOL name : %s\n" msgstr "" -#: dllwrap.c:1021 +#: dllwrap.c:1019 #, c-format msgid "DLLTOOL options : %s\n" msgstr "" -#: dllwrap.c:1022 +#: dllwrap.c:1020 #, c-format msgid "DRIVER name : %s\n" msgstr "" -#: dllwrap.c:1023 +#: dllwrap.c:1021 #, c-format msgid "DRIVER options : %s\n" msgstr "" -#: dwarf.c:178 +#: dwarf.c:187 msgid "Encoded value extends past end of section\n" msgstr "" -#: dwarf.c:186 +#: dwarf.c:195 #, c-format msgid "Encoded size of %d is too large to read\n" msgstr "" -#: dwarf.c:194 +#: dwarf.c:203 msgid "Encoded size of 0 is too small to read\n" 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:402 +#. Read AMOUNT bytes from PTR and store them in VAL. +#. Checks to make sure that the read will not reach or pass END. +#. FUNC chooses whether the value read is unsigned or signed, and may +#. be either byte_get or byte_get_signed. If INC is true, PTR is +#. incremented after reading the value. +#. This macro cannot protect against PTR values derived from user input. +#. The C standard sections 6.5.6 and 6.5.8 say attempts to do so using +#. pointers is undefined behaviour. +#: dwarf.c:389 #, c-format msgid "internal error: attempt to read %d byte of data in to %d sized variable" msgid_plural "" @@ -1844,52 +1849,52 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: dwarf.c:527 dwarf.c:5156 +#: dwarf.c:477 dwarf.c:5210 msgid "Badly formed extended line op encountered!\n" msgstr "" -#: dwarf.c:533 +#: dwarf.c:483 #, c-format msgid " Extended opcode %d: " msgstr "" -#: dwarf.c:538 +#: dwarf.c:488 #, c-format msgid "" "End of Sequence\n" "\n" msgstr "" -#: dwarf.c:546 +#: dwarf.c:496 #, c-format msgid "Length (%lu) of DW_LNE_set_address op is too long\n" msgstr "" -#: dwarf.c:552 +#: dwarf.c:502 #, c-format msgid "set Address to 0x%s\n" msgstr "" -#: dwarf.c:559 +#: dwarf.c:509 #, c-format msgid "define new File Table entry\n" msgstr "" -#: dwarf.c:560 dwarf.c:4457 +#: dwarf.c:510 dwarf.c:4504 #, c-format msgid " Entry\tDir\tTime\tSize\tName\n" msgstr "" -#: dwarf.c:579 +#: dwarf.c:531 msgid "DW_LNE_define_file: Bad opcode length\n" msgstr "" -#: dwarf.c:584 +#: dwarf.c:536 #, c-format msgid "set Discriminator to %s\n" msgstr "" -#: dwarf.c:650 +#: dwarf.c:602 #, c-format msgid " UNKNOWN DW_LNE_HP_SFC opcode (%u)\n" msgstr "" @@ -1898,519 +1903,535 @@ msgstr "" #. the limited range of the unsigned char data type used #. for op_code. #. && op_code <= DW_LNE_hi_user -#: dwarf.c:667 +#: dwarf.c:619 #, c-format msgid "user defined: " msgstr "" -#: dwarf.c:669 +#: dwarf.c:621 #, c-format msgid "UNKNOWN: " msgstr "" -#: dwarf.c:670 +#: dwarf.c:622 #, c-format msgid "length %d [" msgstr "" -#: dwarf.c:688 dwarf.c:758 +#: dwarf.c:640 dwarf.c:710 msgid "<no .debug_str section>" msgstr "" -#: dwarf.c:692 +#: dwarf.c:644 #, c-format -msgid "DW_FORM_strp offset too big: %s\n" +msgid "DW_FORM_strp offset too big: 0x%s\n" msgstr "" -#: dwarf.c:694 dwarf.c:722 dwarf.c:1866 +#: dwarf.c:646 dwarf.c:674 dwarf.c:1828 msgid "<offset is too big>" msgstr "" -#: dwarf.c:704 +#: dwarf.c:656 msgid "<no NUL byte at end of .debug_str section>" msgstr "" -#: dwarf.c:716 +#: dwarf.c:668 msgid "<no .debug_line_str section>" msgstr "" -#: dwarf.c:720 +#: dwarf.c:672 #, c-format -msgid "DW_FORM_line_strp offset too big: %s\n" +msgid "DW_FORM_line_strp offset too big: 0x%s\n" msgstr "" -#: dwarf.c:732 +#: dwarf.c:684 msgid "<no NUL byte at end of .debug_line_str section>" msgstr "" -#: dwarf.c:753 +#: dwarf.c:705 msgid "<no .debug_str_offsets.dwo section>" msgstr "" -#: dwarf.c:754 +#: dwarf.c:706 msgid "<no .debug_str_offsets section>" msgstr "" -#: dwarf.c:757 +#: dwarf.c:709 msgid "<no .debug_str.dwo section>" msgstr "" -#: dwarf.c:765 +#: dwarf.c:717 #, c-format msgid "Expected offset size of 8 but given %s" msgstr "" -#: dwarf.c:770 +#: dwarf.c:722 #, c-format msgid "Expected offset size of 4 but given %s" msgstr "" -#: dwarf.c:791 +#: dwarf.c:751 #, c-format -msgid "index table size is too small %s vs %s\n" +msgid "index table size too large for section %s vs %s\n" msgstr "" -#: dwarf.c:794 +#: dwarf.c:759 +#, c-format +msgid "index table size %s is too small\n" +msgstr "" + +#: dwarf.c:761 msgid "<table too small>" msgstr "" -#: dwarf.c:805 +#: dwarf.c:773 #, c-format -msgid "DW_FORM_GNU_str_index offset too big: %s vs %s\n" +msgid "DW_FORM_GNU_str_index offset too big: 0x%s vs 0x%s\n" msgstr "" -#: dwarf.c:808 +#: dwarf.c:776 msgid "<index offset is too big>" msgstr "" -#: dwarf.c:815 +#: dwarf.c:783 #, c-format -msgid "DW_FORM_GNU_str_index indirect offset too big: %s\n" +msgid "DW_FORM_GNU_str_index indirect offset too big: 0x%s\n" msgstr "" -#: dwarf.c:817 +#: dwarf.c:785 msgid "<indirect index offset is too big>" msgstr "" -#: dwarf.c:826 +#: dwarf.c:794 msgid "<no NUL byte at end of section>" msgstr "" -#: dwarf.c:837 +#: dwarf.c:805 msgid "<no .debug_addr section>" msgstr "" -#: dwarf.c:841 +#: dwarf.c:809 #, c-format -msgid "Offset into section %s too big: %s\n" +msgid "Offset into section %s too big: 0x%s\n" +msgstr "" + +#. PR 17531: file:4bcd9ce9. +#: dwarf.c:1041 +#, c-format +msgid "" +"Debug info is corrupted, abbrev size (%lx) is larger than abbrev section " +"size (%lx)\n" +msgstr "" + +#: dwarf.c:1049 +#, c-format +msgid "" +"Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section " +"size (%lx)\n" msgstr "" #. Report the missing single zero which ends the section. -#: dwarf.c:1119 +#: dwarf.c:1111 msgid ".debug_abbrev section not zero terminated\n" msgstr "" -#: dwarf.c:1134 +#: dwarf.c:1126 #, c-format msgid "User TAG value: %#lx" msgstr "" -#: dwarf.c:1136 +#: dwarf.c:1128 #, c-format msgid "Unknown TAG value: %#lx" msgstr "" -#: dwarf.c:1156 +#: dwarf.c:1148 #, c-format msgid "Unknown FORM value: %lx" msgstr "" -#: dwarf.c:1172 +#: dwarf.c:1164 #, c-format msgid "Unknown IDX value: %lx" msgstr "" -#: dwarf.c:1186 +#: dwarf.c:1178 #, c-format msgid "%c%s byte block: " msgstr "" -#: dwarf.c:1530 +#: dwarf.c:1522 #, c-format msgid "(DW_OP_call_ref in frame info)" msgstr "" -#: dwarf.c:1553 +#: dwarf.c:1545 #, c-format msgid "size: %s " msgstr "" -#: dwarf.c:1555 +#: dwarf.c:1547 #, c-format msgid "offset: %s " msgstr "" -#: dwarf.c:1571 +#: dwarf.c:1563 #, c-format msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown" msgstr "" -#: dwarf.c:1596 +#: dwarf.c:1588 #, c-format msgid "(%s in frame info)" msgstr "" -#: dwarf.c:1698 +#: dwarf.c:1688 #, c-format msgid "(DW_OP_GNU_variable_value in frame info)" msgstr "" -#: dwarf.c:1751 +#: dwarf.c:1741 #, c-format msgid "(User defined location op 0x%x)" msgstr "" -#: dwarf.c:1753 +#: dwarf.c:1743 #, c-format msgid "(Unknown location op 0x%x)" msgstr "" -#: dwarf.c:1835 +#: dwarf.c:1797 msgid "<no links available>" msgstr "" -#: dwarf.c:1859 +#: dwarf.c:1821 msgid "<no NUL byte at end of alt .debug_str section>" msgstr "" -#: dwarf.c:1864 +#: dwarf.c:1826 #, c-format msgid "" "DW_FORM_GNU_strp_alt offset (%s) too big or no string sections available\n" msgstr "" -#: dwarf.c:1887 +#: dwarf.c:1849 #, c-format msgid "Unknown AT value: %lx" msgstr "" -#: dwarf.c:1953 +#: dwarf.c:1915 #, c-format msgid "Corrupt attribute block length: %lx\n" msgstr "" -#: dwarf.c:2126 +#: dwarf.c:2094 #, c-format msgid "Unable to resolve ref_addr form: uvalue %lx > section size %lx (%s)\n" msgstr "" -#: dwarf.c:2139 +#: dwarf.c:2111 #, c-format msgid "" "Unable to resolve ref form: uvalue %lx + cu_offset %lx > section size %lx\n" msgstr "" -#: dwarf.c:2149 +#: dwarf.c:2121 #, c-format msgid "Unexpected form %lx encountered whilst finding abbreviation for type\n" msgstr "" -#: dwarf.c:2158 +#: dwarf.c:2130 #, c-format msgid "Unable to find abbreviations for CU offset %#lx\n" msgstr "" -#: dwarf.c:2163 +#: dwarf.c:2135 #, c-format msgid "Empty abbreviation list encountered for CU offset %lx\n" msgstr "" -#: dwarf.c:2188 +#: dwarf.c:2160 #, c-format msgid "Unable to find entry for abbreviation %lu\n" msgstr "" -#: dwarf.c:2336 +#: dwarf.c:2310 msgid "corrupt discr_list - not using a block form\n" msgstr "" -#: dwarf.c:2343 +#: dwarf.c:2317 msgid "corrupt discr_list - block not long enough\n" msgstr "" -#: dwarf.c:2388 +#: dwarf.c:2361 #, c-format -msgid "corrupt discr_list - unrecognised discriminant byte %#x\n" +msgid "corrupt discr_list - unrecognized discriminant byte %#x\n" msgstr "" -#: dwarf.c:2428 +#: dwarf.c:2402 msgid "Corrupt attribute\n" msgstr "" -#: dwarf.c:2454 +#: dwarf.c:2428 msgid "Internal error: DW_FORM_ref_addr is not supported in DWARF version 1.\n" msgstr "" -#: dwarf.c:2586 -msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n" -msgstr "" - -#: dwarf.c:2631 +#: dwarf.c:2610 msgid "Block ends prematurely\n" msgstr "" #. We have already displayed the form name. -#: dwarf.c:2661 dwarf.c:2676 dwarf.c:2694 +#: dwarf.c:2640 dwarf.c:2655 dwarf.c:2678 #, c-format msgid "%c(offset: 0x%s): %s" msgstr "" -#: dwarf.c:2665 +#: dwarf.c:2644 #, c-format msgid "%c(indirect string, offset: 0x%s): %s" msgstr "" -#: dwarf.c:2680 +#: dwarf.c:2659 #, c-format msgid "%c(indirect line string, offset: 0x%s): %s" msgstr "" -#: dwarf.c:2698 +#: dwarf.c:2682 #, c-format msgid "%c(indexed string: 0x%s): %s" msgstr "" #. We have already displayed the form name. -#: dwarf.c:2709 +#: dwarf.c:2693 #, c-format msgid "%c(offset: 0x%s) %s" msgstr "" -#: dwarf.c:2713 +#: dwarf.c:2697 #, c-format msgid "%c(alt indirect string, offset: 0x%s) %s" msgstr "" #. We have already displayed the form name. -#: dwarf.c:2746 +#: dwarf.c:2735 #, c-format msgid "%c(index: 0x%s): %s" msgstr "" -#: dwarf.c:2750 +#: dwarf.c:2739 #, c-format msgid "%c(addr_index: 0x%s): %s" msgstr "" -#: dwarf.c:2757 +#: dwarf.c:2751 #, c-format -msgid "Unrecognized form: %lu\n" +msgid "Unrecognized form: 0x%lx\n" msgstr "" -#: dwarf.c:2818 +#: dwarf.c:2812 msgid "More location offset attributes than DW_AT_GNU_locview attributes\n" msgstr "" -#: dwarf.c:2830 +#: dwarf.c:2824 msgid "More DW_AT_GNU_locview attributes than location offset attributes\n" msgstr "" -#: dwarf.c:2893 dwarf.c:2920 dwarf.c:2935 +#: dwarf.c:2893 dwarf.c:2925 dwarf.c:2940 #, c-format msgid "Unsupported form (%s) for attribute %s\n" msgstr "" -#: dwarf.c:2978 +#: dwarf.c:2985 #, c-format msgid "(not inlined)" msgstr "" -#: dwarf.c:2981 +#: dwarf.c:2988 #, c-format msgid "(inlined)" msgstr "" -#: dwarf.c:2984 +#: dwarf.c:2991 #, c-format msgid "(declared as inline but ignored)" msgstr "" -#: dwarf.c:2987 +#: dwarf.c:2994 #, c-format msgid "(declared as inline and inlined)" msgstr "" -#: dwarf.c:2990 +#: dwarf.c:2997 #, c-format msgid " (Unknown inline attribute value: %s)" msgstr "" -#: dwarf.c:3047 +#: dwarf.c:3054 #, c-format msgid "(implementation defined: %s)" msgstr "" -#: dwarf.c:3050 +#: dwarf.c:3057 #, c-format msgid "(Unknown: %s)" msgstr "" -#: dwarf.c:3095 +#: dwarf.c:3102 #, c-format msgid "(user defined type)" msgstr "" -#: dwarf.c:3097 +#: dwarf.c:3104 #, c-format msgid "(unknown type)" msgstr "" -#: dwarf.c:3110 +#: dwarf.c:3117 #, c-format msgid "(unknown accessibility)" msgstr "" -#: dwarf.c:3122 +#: dwarf.c:3129 #, c-format msgid "(unknown visibility)" msgstr "" -#: dwarf.c:3135 +#: dwarf.c:3142 #, c-format msgid "(user specified)" msgstr "" -#: dwarf.c:3137 +#: dwarf.c:3144 #, c-format msgid "(unknown endianity)" msgstr "" -#: dwarf.c:3149 +#: dwarf.c:3156 #, c-format msgid "(unknown virtuality)" msgstr "" -#: dwarf.c:3161 +#: dwarf.c:3168 #, c-format msgid "(unknown case)" msgstr "" -#: dwarf.c:3179 +#: dwarf.c:3186 #, c-format msgid "(user defined)" msgstr "" -#: dwarf.c:3181 +#: dwarf.c:3188 #, c-format msgid "(unknown convention)" msgstr "" -#: dwarf.c:3190 +#: dwarf.c:3197 #, c-format msgid "(undefined)" msgstr "" -#: dwarf.c:3200 +#: dwarf.c:3207 #, c-format msgid "(unsigned)" msgstr "" -#: dwarf.c:3201 +#: dwarf.c:3208 #, c-format msgid "(leading overpunch)" msgstr "" -#: dwarf.c:3202 +#: dwarf.c:3209 #, c-format msgid "(trailing overpunch)" msgstr "" -#: dwarf.c:3203 +#: dwarf.c:3210 #, c-format msgid "(leading separate)" msgstr "" -#: dwarf.c:3204 +#: dwarf.c:3211 #, c-format msgid "(trailing separate)" msgstr "" -#: dwarf.c:3205 dwarf.c:3216 +#: dwarf.c:3212 dwarf.c:3223 #, c-format msgid "(unrecognised)" msgstr "" -#: dwarf.c:3213 +#: dwarf.c:3220 #, c-format msgid "(no)" msgstr "" -#: dwarf.c:3214 +#: dwarf.c:3221 #, c-format msgid "(in class)" msgstr "" -#: dwarf.c:3215 +#: dwarf.c:3222 #, c-format msgid "(out of class)" msgstr "" -#: dwarf.c:3247 +#: dwarf.c:3254 #, c-format msgid " (location list)" msgstr "" -#: dwarf.c:3268 dwarf.c:6378 dwarf.c:6542 dwarf.c:6717 +#: dwarf.c:3275 dwarf.c:6444 dwarf.c:6614 dwarf.c:6789 #, c-format msgid " [without DW_AT_frame_base]" msgstr "" -#: dwarf.c:3298 +#: dwarf.c:3305 #, 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:3304 +#: dwarf.c:3311 #, c-format msgid "\t[Abbrev Number: %ld" msgstr "" -#: dwarf.c:3399 +#: dwarf.c:3406 #, c-format msgid "" "Raw dump of debug contents of section %s (loaded from %s):\n" "\n" msgstr "" -#: dwarf.c:3402 +#: dwarf.c:3409 #, c-format msgid "" "Raw dump of debug contents of section %s:\n" "\n" msgstr "" -#: dwarf.c:3407 +#: dwarf.c:3414 #, c-format msgid "" "Contents of the %s section (loaded from %s):\n" "\n" msgstr "" -#: dwarf.c:3410 +#: dwarf.c:3417 #, c-format msgid "" "Contents of the %s section:\n" "\n" msgstr "" -#: dwarf.c:3459 +#: dwarf.c:3460 #, c-format msgid "Reserved length value (0x%s) found in section %s\n" msgstr "" -#: dwarf.c:3471 +#: dwarf.c:3470 #, c-format msgid "Corrupt unit length (0x%s) found in section %s\n" msgstr "" @@ -2420,989 +2441,1040 @@ msgstr "" msgid "No comp units in %s section ?\n" msgstr "" -#: dwarf.c:3488 +#: dwarf.c:3493 #, c-format msgid "Not enough memory for a debug info array of %u entries\n" msgstr "" -#: dwarf.c:3517 +#: dwarf.c:3522 #, c-format msgid "Unable to locate %s section!\n" msgstr "" -#: dwarf.c:3690 +#: dwarf.c:3698 #, c-format msgid "Invalid pointer size (%d) in compunit header, using %d instead\n" msgstr "" -#: dwarf.c:3734 +#: dwarf.c:3739 #, c-format msgid " Compilation Unit @ offset 0x%s:\n" msgstr "" -#: dwarf.c:3736 +#: dwarf.c:3741 #, c-format msgid " Length: 0x%s (%s)\n" msgstr "" -#: dwarf.c:3739 +#: dwarf.c:3744 #, c-format msgid " Version: %d\n" msgstr "" -#: dwarf.c:3741 +#: dwarf.c:3749 #, c-format msgid " Unit Type: %s (%x)\n" msgstr "" -#: dwarf.c:3744 +#: dwarf.c:3753 #, c-format msgid " Abbrev Offset: 0x%s\n" msgstr "" -#: dwarf.c:3746 +#: dwarf.c:3755 #, c-format msgid " Pointer Size: %d\n" msgstr "" -#: dwarf.c:3751 +#: dwarf.c:3758 #, c-format msgid " Signature: 0x%s\n" msgstr "" -#: dwarf.c:3754 +#: dwarf.c:3760 #, c-format msgid " Type Offset: 0x%s\n" msgstr "" -#: dwarf.c:3762 +#: dwarf.c:3764 +#, c-format +msgid " DWO ID: 0x%s\n" +msgstr "" + +#: dwarf.c:3770 #, c-format msgid " Section contributions:\n" msgstr "" -#: dwarf.c:3763 +#: dwarf.c:3771 #, c-format msgid " .debug_abbrev.dwo: 0x%s 0x%s\n" msgstr "" -#: dwarf.c:3766 +#: dwarf.c:3774 #, c-format msgid " .debug_line.dwo: 0x%s 0x%s\n" msgstr "" -#: dwarf.c:3769 +#: dwarf.c:3777 #, c-format msgid " .debug_loc.dwo: 0x%s 0x%s\n" msgstr "" -#: dwarf.c:3772 +#: dwarf.c:3780 #, c-format msgid " .debug_str_offsets.dwo: 0x%s 0x%s\n" msgstr "" -#: dwarf.c:3782 dwarf.c:5597 dwarf.c:7143 dwarf.c:9457 -#, c-format -msgid "Debug info is corrupted, %s header at %#lx has length %s\n" -msgstr "" - -#: dwarf.c:3795 +#: dwarf.c:3791 #, c-format msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n" msgstr "" -#: dwarf.c:3805 +#: dwarf.c:3803 #, c-format msgid "CU at offset %s contains corrupt or unsupported unit type: %d.\n" msgstr "" -#: dwarf.c:3813 -#, c-format -msgid "" -"Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section " -"size (%lx)\n" -msgstr "" - -#: dwarf.c:3819 -#, c-format -msgid "" -"Debug info is corrupted, abbrev size (%lx) is larger than abbrev section " -"size (%lx)\n" -msgstr "" - -#: dwarf.c:3876 +#: dwarf.c:3858 #, c-format msgid " <%d><%lx>: Abbrev Number: 0\n" msgstr "" -#: dwarf.c:3886 +#: dwarf.c:3868 #, c-format msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n" msgstr "" -#: dwarf.c:3890 +#: dwarf.c:3872 msgid "Further warnings about bogus end-of-sibling markers suppressed\n" msgstr "" -#: dwarf.c:3909 +#: dwarf.c:3891 #, c-format msgid " <%d><%lx>: Abbrev Number: %lu" msgstr "" -#: dwarf.c:3913 +#: dwarf.c:3895 #, c-format msgid " <%d><%lx>: ...\n" msgstr "" -#: dwarf.c:3934 +#: dwarf.c:3916 #, c-format msgid "" "DIE at offset 0x%lx refers to abbreviation number %lu which does not exist\n" msgstr "" -#: dwarf.c:4008 +#: dwarf.c:3990 msgid "DIE has locviews without loclist\n" msgstr "" -#: dwarf.c:4122 +#: dwarf.c:4099 #, c-format msgid "" "The length field (0x%lx) in the debug_line header is wrong - the section is " "too small\n" msgstr "" -#: dwarf.c:4136 +#: dwarf.c:4114 msgid "Only DWARF version 2, 3, 4 and 5 line info is currently supported.\n" msgstr "" -#: dwarf.c:4148 dwarf.c:6810 dwarf.c:7634 +#: dwarf.c:4126 dwarf.c:6882 dwarf.c:7747 #, c-format msgid "The %s section contains unsupported segment selector size: %d.\n" msgstr "" -#: dwarf.c:4165 +#: dwarf.c:4143 msgid "Invalid maximum operations per insn.\n" msgstr "" -#: dwarf.c:4181 -#, c-format -msgid "Line length %s extends beyond end of section\n" -msgstr "" - -#: dwarf.c:4201 +#: dwarf.c:4170 msgid "Directory Table" msgstr "" -#: dwarf.c:4201 +#: dwarf.c:4170 msgid "File Name Table" msgstr "" -#: dwarf.c:4205 +#: dwarf.c:4174 #, c-format msgid "Unexpectedly large number of columns in the %s (%u)\n" msgstr "" -#: dwarf.c:4215 +#: dwarf.c:4184 #, c-format msgid "%s: Corrupt format description entry\n" msgstr "" -#: dwarf.c:4223 +#: dwarf.c:4192 #, c-format msgid "" "\n" " The %s is empty.\n" msgstr "" -#: dwarf.c:4228 +#: dwarf.c:4197 #, c-format msgid "%s: Corrupt entry count - expected %s but none found\n" msgstr "" -#: dwarf.c:4235 +#: dwarf.c:4204 #, c-format msgid "%s: format count is zero, but the table is not empty\n" msgstr "" -#: dwarf.c:4240 +#: dwarf.c:4209 #, c-format msgid "" "\n" " The %s (offset 0x%lx, lines %s, columns %u):\n" msgstr "" -#: dwarf.c:4244 +#: dwarf.c:4213 #, c-format msgid " Entry" msgstr "" -#: dwarf.c:4258 +#: dwarf.c:4227 #, c-format msgid "\tName" msgstr "" -#: dwarf.c:4261 +#: dwarf.c:4230 #, c-format msgid "\tDir" msgstr "" -#: dwarf.c:4264 +#: dwarf.c:4233 #, c-format msgid "\tTime" msgstr "" -#: dwarf.c:4267 +#: dwarf.c:4236 #, c-format msgid "\tSize" msgstr "" -#: dwarf.c:4270 +#: dwarf.c:4239 #, c-format msgid "\tMD5\t\t\t" msgstr "" -#: dwarf.c:4273 +#: dwarf.c:4242 #, c-format msgid "\t(Unknown format content type %s)" msgstr "" -#: dwarf.c:4307 +#: dwarf.c:4276 #, c-format msgid "" "\n" "%s: Corrupt entries list\n" msgstr "" -#: dwarf.c:4355 dwarf.c:4770 +#: dwarf.c:4302 +msgid "corrupt .debug_sup section: size is too small\n" +msgstr "" + +#: dwarf.c:4309 +msgid "corrupt .debug_sup section: version < 5" +msgstr "" + +#: dwarf.c:4313 +msgid "corrupt .debug_sup section: is_supplementary not 0 or 1\n" +msgstr "" + +#: dwarf.c:4317 +msgid "" +"corrupt .debug_sup section: filename not empty in supplementary section\n" +msgstr "" + +#: dwarf.c:4322 +msgid "corrupt .debug_sup section: filename is not NUL terminated\n" +msgstr "" + +#: dwarf.c:4330 +msgid "corrupt .debug_sup section: bad LEB128 field for checksum length\n" +msgstr "" + +#: dwarf.c:4336 +msgid "" +"corrupt .debug_sup section: checksum length is longer than the remaining " +"section length\n" +msgstr "" + +#: dwarf.c:4341 +#, c-format +msgid "" +"corrupt .debug_sup section: there are 0x%lx extra, unused bytes at the end " +"of the section\n" +msgstr "" + +#: dwarf.c:4345 +#, c-format +msgid " Version: %u\n" +msgstr "" + +#: dwarf.c:4346 +#, c-format +msgid " Is Supp: %u\n" +msgstr "" + +#: dwarf.c:4347 +#, c-format +msgid " Filename: %s\n" +msgstr "" + +#: dwarf.c:4348 +#, c-format +msgid " Checksum Len: %lu\n" +msgstr "" + +#: dwarf.c:4351 +#, c-format +msgid " Checksum: " +msgstr "" + +#: dwarf.c:4399 dwarf.c:4820 msgid "" "Partial .debug_line. section encountered without a prior full .debug_line " "section\n" msgstr "" -#: dwarf.c:4368 dwarf.c:5905 +#: dwarf.c:4412 dwarf.c:5962 #, c-format msgid " Offset: 0x%lx\n" msgstr "" -#: dwarf.c:4369 +#: dwarf.c:4413 #, c-format msgid " Length: %ld\n" msgstr "" -#: dwarf.c:4370 +#: dwarf.c:4414 #, c-format msgid " DWARF Version: %d\n" msgstr "" -#: dwarf.c:4373 +#: dwarf.c:4417 #, c-format msgid " Address size (bytes): %d\n" msgstr "" -#: dwarf.c:4374 +#: dwarf.c:4418 #, c-format msgid " Segment selector (bytes): %d\n" msgstr "" -#: dwarf.c:4376 +#: dwarf.c:4420 #, c-format msgid " Prologue Length: %d\n" msgstr "" -#: dwarf.c:4377 +#: dwarf.c:4421 #, c-format msgid " Minimum Instruction Length: %d\n" msgstr "" -#: dwarf.c:4379 +#: dwarf.c:4423 #, c-format msgid " Maximum Ops per Instruction: %d\n" msgstr "" -#: dwarf.c:4380 +#: dwarf.c:4424 #, c-format msgid " Initial value of 'is_stmt': %d\n" msgstr "" -#: dwarf.c:4381 +#: dwarf.c:4425 #, c-format msgid " Line Base: %d\n" msgstr "" -#: dwarf.c:4382 +#: dwarf.c:4426 #, c-format msgid " Line Range: %d\n" msgstr "" -#: dwarf.c:4383 +#: dwarf.c:4427 #, c-format msgid " Opcode Base: %d\n" msgstr "" -#: dwarf.c:4388 dwarf.c:4786 +#: dwarf.c:4432 dwarf.c:4836 msgid "Line range of 0 is invalid, using 1 instead\n" msgstr "" -#: dwarf.c:4400 +#: dwarf.c:4444 msgid "Line Base extends beyond end of section\n" msgstr "" -#: dwarf.c:4404 +#: dwarf.c:4448 #, c-format msgid "" "\n" " Opcodes:\n" msgstr "" -#: dwarf.c:4407 +#: dwarf.c:4451 #, c-format msgid " Opcode %d has %d arg\n" msgid_plural " Opcode %d has %d args\n" msgstr[0] "" msgstr[1] "" -#: dwarf.c:4427 +#: dwarf.c:4471 #, c-format msgid "" "\n" " The Directory Table is empty.\n" msgstr "" -#: dwarf.c:4432 +#: dwarf.c:4476 #, c-format msgid "" "\n" " The Directory Table (offset 0x%lx):\n" msgstr "" -#: dwarf.c:4452 +#: dwarf.c:4499 #, c-format msgid "" "\n" " The File Name Table is empty.\n" msgstr "" -#: dwarf.c:4455 +#: dwarf.c:4502 #, c-format msgid "" "\n" " The File Name Table (offset 0x%lx):\n" msgstr "" -#: dwarf.c:4478 +#: dwarf.c:4527 msgid "Corrupt file name table entry\n" msgstr "" -#: dwarf.c:4494 +#: dwarf.c:4544 #, c-format msgid " No Line Number Statements.\n" msgstr "" -#: dwarf.c:4497 +#: dwarf.c:4547 #, c-format msgid " Line Number Statements:\n" msgstr "" -#: dwarf.c:4519 +#: dwarf.c:4569 #, c-format msgid " Special opcode %d: advance Address by %s to 0x%s%s" msgstr "" -#: dwarf.c:4524 dwarf.c:4545 dwarf.c:4587 dwarf.c:4607 dwarf.c:4657 -#: dwarf.c:4677 +#: dwarf.c:4574 dwarf.c:4595 dwarf.c:4637 dwarf.c:4657 dwarf.c:4707 +#: dwarf.c:4727 msgid " (reset view)" msgstr "" -#: dwarf.c:4539 +#: dwarf.c:4589 #, c-format msgid " Special opcode %d: advance Address by %s to 0x%s[%d]%s" msgstr "" -#: dwarf.c:4549 +#: dwarf.c:4599 #, c-format msgid " and Line by %s to %d" msgstr "" -#: dwarf.c:4552 dwarf.c:4569 +#: dwarf.c:4602 dwarf.c:4619 #, c-format msgid " (view %u)\n" msgstr "" -#: dwarf.c:4567 +#: dwarf.c:4617 #, c-format msgid " Copy" msgstr "" -#: dwarf.c:4583 +#: dwarf.c:4633 #, c-format msgid " Advance PC by %s to 0x%s%s\n" msgstr "" -#: dwarf.c:4602 +#: dwarf.c:4652 #, c-format msgid " Advance PC by %s to 0x%s[%d]%s\n" msgstr "" -#: dwarf.c:4614 +#: dwarf.c:4664 #, c-format msgid " Advance Line by %s to %d\n" msgstr "" -#: dwarf.c:4621 +#: dwarf.c:4671 #, c-format msgid " Set File Name to entry %s in the File Name Table\n" msgstr "" -#: dwarf.c:4628 +#: dwarf.c:4678 #, c-format msgid " Set column to %s\n" msgstr "" -#: dwarf.c:4636 +#: dwarf.c:4686 #, c-format msgid " Set is_stmt to %s\n" msgstr "" -#: dwarf.c:4641 +#: dwarf.c:4691 #, c-format msgid " Set basic block\n" msgstr "" -#: dwarf.c:4653 +#: dwarf.c:4703 #, c-format msgid " Advance PC by constant %s to 0x%s%s\n" msgstr "" -#: dwarf.c:4672 +#: dwarf.c:4722 #, c-format msgid " Advance PC by constant %s to 0x%s[%d]%s\n" msgstr "" -#: dwarf.c:4685 +#: dwarf.c:4735 #, c-format msgid " Advance PC by fixed size amount %s to 0x%s\n" msgstr "" -#: dwarf.c:4692 +#: dwarf.c:4742 #, c-format msgid " Set prologue_end to true\n" msgstr "" -#: dwarf.c:4696 +#: dwarf.c:4746 #, c-format msgid " Set epilogue_begin to true\n" msgstr "" -#: dwarf.c:4701 +#: dwarf.c:4751 #, c-format msgid " Set ISA to %s\n" msgstr "" -#: dwarf.c:4705 dwarf.c:5338 +#: dwarf.c:4755 dwarf.c:5392 #, c-format msgid " Unknown opcode %d with operands: " msgstr "" -#: dwarf.c:4799 +#: dwarf.c:4849 #, c-format msgid "opcode base of %d extends beyond end of section\n" msgstr "" -#: dwarf.c:4814 +#: dwarf.c:4864 #, c-format msgid "Unexpectedly large number of columns in the directory name table (%u)\n" msgstr "" -#: dwarf.c:4826 dwarf.c:4850 dwarf.c:4880 +#: dwarf.c:4876 dwarf.c:4900 dwarf.c:4930 msgid "Corrupt directories list\n" msgstr "" -#: dwarf.c:4888 +#: dwarf.c:4938 #, c-format msgid "Unexpectedly large number of columns in the file name table (%u)\n" msgstr "" -#: dwarf.c:4900 dwarf.c:4925 dwarf.c:4972 +#: dwarf.c:4950 dwarf.c:4975 dwarf.c:5022 msgid "Corrupt file name list\n" msgstr "" -#: dwarf.c:4992 +#: dwarf.c:5044 msgid "directory table ends unexpectedly\n" msgstr "" -#: dwarf.c:5031 +#: dwarf.c:5085 msgid "file table ends unexpectedly\n" msgstr "" -#: dwarf.c:5064 +#: dwarf.c:5118 #, c-format msgid "CU: No directory table\n" msgstr "" -#: dwarf.c:5066 +#: dwarf.c:5120 #, c-format msgid "CU: %s:\n" msgstr "" -#: dwarf.c:5076 dwarf.c:5376 readelf.c:6131 readelf.c:6228 readelf.c:6246 -#: readelf.c:6264 readelf.c:7065 readelf.c:11185 readelf.c:11818 -#: readelf.c:11831 readelf.c:17100 readelf.c:17132 +#: dwarf.c:5130 dwarf.c:5430 readelf.c:6373 readelf.c:6470 readelf.c:6488 +#: readelf.c:6506 readelf.c:7306 readelf.c:11504 readelf.c:12169 +#: readelf.c:12182 readelf.c:17545 readelf.c:17577 msgid "<unknown>" msgstr "" -#: dwarf.c:5079 dwarf.c:5268 +#: dwarf.c:5133 dwarf.c:5322 #, c-format msgid "directory index %u > number of directories %s\n" msgstr "" -#: dwarf.c:5081 dwarf.c:5370 elfcomm.c:867 readelf.c:349 readelf.c:726 -#: readelf.c:7227 readelf.c:7763 readelf.c:9785 readelf.c:12145 readelf.c:12211 -#: readelf.c:12215 readelf.c:12254 readelf.c:15833 readelf.c:15922 -#: readelf.c:16515 readelf.c:16534 readelf.c:16653 readelf.c:17109 -#: readelf.c:18265 readelf.c:18268 +#: dwarf.c:5135 dwarf.c:5424 elfcomm.c:777 readelf.c:356 readelf.c:745 +#: readelf.c:7483 readelf.c:8044 readelf.c:10075 readelf.c:12496 +#: readelf.c:12562 readelf.c:12566 readelf.c:12634 readelf.c:12639 +#: readelf.c:16278 readelf.c:16367 readelf.c:16960 readelf.c:16979 +#: readelf.c:17098 readelf.c:17554 readelf.c:18710 readelf.c:18713 #, c-format msgid "<corrupt>" msgstr "" -#: dwarf.c:5087 +#: dwarf.c:5141 #, c-format msgid "CU: %s/%s:\n" msgstr "" -#: dwarf.c:5093 +#: dwarf.c:5147 #, c-format msgid "" "File name Line number Starting address " "View Stmt\n" msgstr "" -#: dwarf.c:5095 +#: dwarf.c:5149 #, c-format msgid "CU: Empty file name table\n" msgstr "" -#: dwarf.c:5202 +#: dwarf.c:5256 #, c-format msgid "UNKNOWN (%u): length %ld\n" msgstr "" -#: dwarf.c:5252 +#: dwarf.c:5306 #, c-format msgid "" "\n" " [Use file table entry %d]\n" msgstr "" -#: dwarf.c:5256 +#: dwarf.c:5310 #, c-format msgid "file index %u > number of files %u\n" msgstr "" -#: dwarf.c:5257 +#: dwarf.c:5311 #, c-format msgid "" "\n" " <over large file table index %u>" msgstr "" -#: dwarf.c:5263 +#: dwarf.c:5317 #, c-format msgid "" "\n" " [Use file %s in directory table entry %d]\n" msgstr "" -#: dwarf.c:5270 +#: dwarf.c:5324 #, c-format msgid "" "\n" " <over large directory table entry %u>\n" msgstr "" -#: dwarf.c:5334 +#: dwarf.c:5388 #, c-format msgid " Set ISA to %lu\n" msgstr "" -#: dwarf.c:5369 +#: dwarf.c:5423 #, c-format msgid "corrupt file index %u encountered\n" msgstr "" -#: dwarf.c:5546 +#: dwarf.c:5592 msgid "no info" msgstr "" -#: dwarf.c:5547 +#: dwarf.c:5593 msgid "type" msgstr "" -#: dwarf.c:5548 +#: dwarf.c:5594 msgid "variable" msgstr "" -#: dwarf.c:5549 +#: dwarf.c:5595 msgid "function" msgstr "" -#: dwarf.c:5550 +#: dwarf.c:5596 msgid "other" msgstr "" -#: dwarf.c:5551 +#: dwarf.c:5597 msgid "unused5" msgstr "" -#: dwarf.c:5552 +#: dwarf.c:5598 msgid "unused6" msgstr "" -#: dwarf.c:5553 +#: dwarf.c:5599 msgid "unused7" msgstr "" -#: dwarf.c:5613 dwarf.c:7156 +#: dwarf.c:5637 dwarf.c:7210 dwarf.c:9605 +#, c-format +msgid "Debug info is corrupted, %s header at %#lx has length %s\n" +msgstr "" + +#: dwarf.c:5653 dwarf.c:7225 #, c-format msgid "" ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n" msgstr "" -#: dwarf.c:5618 +#: dwarf.c:5658 #, c-format msgid " Length: %ld\n" msgstr "" -#: dwarf.c:5620 +#: dwarf.c:5660 #, c-format msgid " Version: %d\n" msgstr "" -#: dwarf.c:5622 +#: dwarf.c:5662 #, c-format msgid " Offset into .debug_info section: 0x%lx\n" msgstr "" -#: dwarf.c:5624 +#: dwarf.c:5664 #, c-format msgid " Size of area in .debug_info section: %ld\n" msgstr "" -#: dwarf.c:5633 +#: dwarf.c:5673 msgid "Only DWARF 2 and 3 pubnames are currently supported\n" msgstr "" -#: dwarf.c:5641 +#: dwarf.c:5681 #, c-format msgid "" "\n" " Offset Kind Name\n" msgstr "" -#: dwarf.c:5643 +#: dwarf.c:5683 #, c-format msgid "" "\n" " Offset\tName\n" msgstr "" -#: dwarf.c:5679 +#: dwarf.c:5717 msgid "s" msgstr "" -#: dwarf.c:5679 +#: dwarf.c:5717 msgid "g" msgstr "" -#: dwarf.c:5735 +#: dwarf.c:5775 #, c-format msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n" msgstr "" -#: dwarf.c:5741 +#: dwarf.c:5781 #, c-format msgid " DW_MACINFO_end_file\n" msgstr "" -#: dwarf.c:5748 +#: dwarf.c:5788 #, c-format -msgid " DW_MACINFO_define - lineno : %d macro : %s\n" +msgid " DW_MACINFO_define - lineno : %d macro : %*s\n" msgstr "" -#: dwarf.c:5756 +#: dwarf.c:5798 #, c-format -msgid " DW_MACINFO_undef - lineno : %d macro : %s\n" +msgid " DW_MACINFO_undef - lineno : %d macro : %*s\n" msgstr "" -#: dwarf.c:5767 +#: dwarf.c:5811 #, c-format -msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n" +msgid " DW_MACINFO_vendor_ext - constant : %d string : %*s\n" msgstr "" -#: dwarf.c:5897 +#: dwarf.c:5955 #, c-format -msgid "Only GNU extension to DWARF 4 or 5 of %s is currently supported.\n" +msgid "" +"Expected to find a version number of 4 or 5 in section %s but found %d " +"instead\n" msgstr "" -#: dwarf.c:5907 +#: dwarf.c:5964 #, c-format msgid " Version: %d\n" msgstr "" -#: dwarf.c:5908 +#: dwarf.c:5965 #, c-format msgid " Offset size: %d\n" msgstr "" -#: dwarf.c:5912 +#: dwarf.c:5969 #, c-format msgid " Offset into .debug_line: 0x%lx\n" msgstr "" -#: dwarf.c:5926 +#: dwarf.c:5983 #, c-format msgid " Extension opcode arguments:\n" msgstr "" -#: dwarf.c:5933 +#: dwarf.c:5990 #, c-format msgid " DW_MACRO_%02x has no arguments\n" msgstr "" -#: dwarf.c:5936 +#: dwarf.c:5993 #, c-format msgid " DW_MACRO_%02x arguments: " msgstr "" -#: dwarf.c:5962 +#: dwarf.c:6019 #, c-format msgid "Invalid extension opcode form %s\n" msgstr "" -#: dwarf.c:5979 +#: dwarf.c:6036 msgid ".debug_macro section not zero terminated\n" msgstr "" -#: dwarf.c:5993 +#: dwarf.c:6050 #, c-format -msgid " DW_MACRO_define - lineno : %d macro : %s\n" +msgid " DW_MACRO_define - lineno : %d macro : %*s\n" msgstr "" -#: dwarf.c:6001 +#: dwarf.c:6060 #, c-format -msgid " DW_MACRO_undef - lineno : %d macro : %s\n" +msgid " DW_MACRO_undef - lineno : %d macro : %*s\n" msgstr "" -#: dwarf.c:6014 +#: dwarf.c:6075 msgid "DW_MACRO_start_file used, but no .debug_line offset provided.\n" msgstr "" -#: dwarf.c:6020 +#: dwarf.c:6081 #, c-format msgid " DW_MACRO_start_file - lineno: %d filenum: %d\n" msgstr "" -#: dwarf.c:6023 +#: dwarf.c:6084 #, c-format msgid " DW_MACRO_start_file - lineno: %d filenum: %d filename: %s%s%s\n" msgstr "" -#: dwarf.c:6031 +#: dwarf.c:6092 #, c-format msgid " DW_MACRO_end_file\n" msgstr "" -#: dwarf.c:6038 +#: dwarf.c:6102 #, c-format msgid " DW_MACRO_define_strp - lineno : %d macro : %s\n" msgstr "" -#: dwarf.c:6046 +#: dwarf.c:6113 #, c-format msgid " DW_MACRO_undef_strp - lineno : %d macro : %s\n" msgstr "" -#: dwarf.c:6052 +#: dwarf.c:6119 #, c-format msgid " DW_MACRO_import - offset : 0x%lx\n" msgstr "" -#: dwarf.c:6059 +#: dwarf.c:6126 #, c-format msgid " DW_MACRO_define_sup - lineno : %d macro offset : 0x%lx\n" msgstr "" -#: dwarf.c:6066 +#: dwarf.c:6133 #, c-format msgid " DW_MACRO_undef_sup - lineno : %d macro offset : 0x%lx\n" msgstr "" -#: dwarf.c:6072 +#: dwarf.c:6139 #, c-format msgid " DW_MACRO_import_sup - offset : 0x%lx\n" msgstr "" -#: dwarf.c:6087 +#: dwarf.c:6154 #, c-format msgid "(with offset %s) " msgstr "" -#: dwarf.c:6088 +#: dwarf.c:6155 #, c-format msgid "lineno : %d macro : %s\n" msgstr "" -#: dwarf.c:6095 +#: dwarf.c:6162 #, c-format msgid " <Target Specific macro op: %#x - UNHANDLED" msgstr "" -#: dwarf.c:6101 +#: dwarf.c:6168 #, c-format msgid " Unknown macro opcode %02x seen\n" msgstr "" -#: dwarf.c:6112 +#: dwarf.c:6179 #, c-format msgid " DW_MACRO_%02x\n" msgstr "" -#: dwarf.c:6115 +#: dwarf.c:6182 #, c-format msgid " DW_MACRO_%02x -" msgstr "" -#: dwarf.c:6171 +#: dwarf.c:6237 #, c-format msgid " Number TAG (0x%lx)\n" msgstr "" -#: dwarf.c:6180 +#: dwarf.c:6246 msgid "has children" msgstr "" -#: dwarf.c:6180 +#: dwarf.c:6246 msgid "no children" msgstr "" -#: dwarf.c:6242 +#: dwarf.c:6308 #, c-format msgid "location view pair\n" msgstr "" -#: dwarf.c:6274 +#: dwarf.c:6340 #, c-format msgid "No debug information available for loc lists of entry: %u\n" msgstr "" -#: dwarf.c:6286 dwarf.c:6433 dwarf.c:6610 +#: dwarf.c:6352 dwarf.c:6499 dwarf.c:6682 #, c-format msgid "Invalid pointer size (%d) in debug info for entry %d\n" msgstr "" -#: dwarf.c:6298 dwarf.c:6351 dwarf.c:6360 dwarf.c:6445 dwarf.c:6522 -#: dwarf.c:6621 dwarf.c:6694 dwarf.c:6702 +#: dwarf.c:6364 dwarf.c:6417 dwarf.c:6426 dwarf.c:6511 dwarf.c:6588 +#: dwarf.c:6596 dwarf.c:6693 dwarf.c:6766 dwarf.c:6774 #, c-format msgid "Location list starting at offset 0x%lx is not terminated.\n" msgstr "" -#: dwarf.c:6319 dwarf.c:6473 dwarf.c:6659 dwarf.c:7452 dwarf.c:7507 +#: dwarf.c:6385 dwarf.c:6539 dwarf.c:6731 dwarf.c:7569 dwarf.c:7624 #, c-format msgid "<End of list>\n" msgstr "" -#: dwarf.c:6331 dwarf.c:6494 dwarf.c:7512 +#: dwarf.c:6397 dwarf.c:6560 dwarf.c:7629 #, c-format msgid "(base address)\n" msgstr "" -#: dwarf.c:6345 dwarf.c:6466 dwarf.c:6647 +#: dwarf.c:6411 dwarf.c:6532 dwarf.c:6719 #, c-format msgid "" "views at %8.8lx for:\n" " %*s " msgstr "" -#: dwarf.c:6381 dwarf.c:6545 +#: dwarf.c:6447 dwarf.c:6617 msgid " (start == end)" msgstr "" -#: dwarf.c:6383 dwarf.c:6547 +#: dwarf.c:6449 dwarf.c:6619 msgid " (start > end)" msgstr "" -#: dwarf.c:6420 +#: dwarf.c:6486 #, c-format msgid "No debug information available for loclists lists of entry: %u\n" msgstr "" -#: dwarf.c:6499 +#: dwarf.c:6565 #, c-format msgid "View pair entry in loclist with locviews attribute\n" msgstr "" -#: dwarf.c:6506 +#: dwarf.c:6572 #, c-format msgid "views for:\n" msgstr "" -#: dwarf.c:6510 +#: dwarf.c:6576 #, c-format msgid "Invalid location list entry type %d\n" msgstr "" -#: dwarf.c:6556 +#: dwarf.c:6628 #, c-format msgid "Trailing view pair not used in a range" msgstr "" -#: dwarf.c:6598 +#: dwarf.c:6670 #, c-format msgid "No debug information for loc lists of entry: %u\n" msgstr "" -#: dwarf.c:6665 +#: dwarf.c:6737 #, c-format msgid "(base address selection entry)\n" msgstr "" -#: dwarf.c:6686 +#: dwarf.c:6758 #, c-format msgid "Unknown location list entry type 0x%x.\n" msgstr "" -#: dwarf.c:6779 dwarf.c:7032 dwarf.c:7253 dwarf.c:7328 dwarf.c:7574 +#: dwarf.c:6851 dwarf.c:7104 dwarf.c:7323 dwarf.c:7430 dwarf.c:7691 #, c-format msgid "" "\n" "The %s section is empty.\n" msgstr "" -#: dwarf.c:6799 +#: dwarf.c:6871 #, c-format msgid "The %s section contains corrupt or unsupported version number: %d.\n" msgstr "" -#: dwarf.c:6819 +#: dwarf.c:6891 #, c-format msgid "The %s section contains unsupported offset entry count: %d.\n" msgstr "" -#: dwarf.c:6830 dwarf.c:7259 dwarf.c:7652 +#: dwarf.c:6902 dwarf.c:7329 dwarf.c:7765 #, c-format msgid "" "Unable to load/parse the .debug_info section, so cannot interpret the %s " "section.\n" msgstr "" -#: dwarf.c:6878 +#: dwarf.c:6950 msgid "No location lists in .debug_info section!\n" msgstr "" -#: dwarf.c:6883 +#: dwarf.c:6955 #, c-format msgid "Location lists in %s section start at 0x%s\n" msgstr "" -#: dwarf.c:6893 +#: dwarf.c:6965 #, c-format msgid "" " Warning: This section has relocations - addresses seen here may not be " @@ -3410,947 +3482,970 @@ msgid "" "\n" msgstr "" -#: dwarf.c:6895 +#: dwarf.c:6967 #, c-format msgid " Offset Begin End Expression\n" msgstr "" -#: dwarf.c:6950 +#: dwarf.c:7022 #, c-format msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n" msgstr "" -#: dwarf.c:6954 +#: dwarf.c:7026 #, c-format msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n" msgstr "" -#: dwarf.c:6963 +#: dwarf.c:7035 #, c-format msgid "Offset 0x%lx is bigger than .debug_loc section size.\n" msgstr "" -#: dwarf.c:6970 +#: dwarf.c:7042 #, c-format msgid "View Offset 0x%lx is bigger than .debug_loc section size.\n" msgstr "" -#: dwarf.c:6987 +#: dwarf.c:7059 msgid "DWO is not yet supported.\n" msgstr "" -#: dwarf.c:7004 +#: dwarf.c:7076 msgid "Hole and overlap detection requires adjacent view lists and loclists.\n" msgstr "" -#: dwarf.c:7013 +#: dwarf.c:7085 #, 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:7169 +#: dwarf.c:7238 msgid "Only DWARF 2 and 3 aranges are currently supported.\n" msgstr "" -#: dwarf.c:7173 +#: dwarf.c:7242 #, c-format msgid " Length: %ld\n" msgstr "" -#: dwarf.c:7175 +#: dwarf.c:7244 #, c-format msgid " Version: %d\n" msgstr "" -#: dwarf.c:7176 +#: dwarf.c:7245 #, c-format msgid " Offset into .debug_info: 0x%lx\n" msgstr "" -#: dwarf.c:7178 +#: dwarf.c:7247 #, c-format msgid " Pointer Size: %d\n" msgstr "" -#: dwarf.c:7179 +#: dwarf.c:7248 #, c-format msgid " Segment Size: %d\n" msgstr "" -#: dwarf.c:7186 +#: dwarf.c:7255 #, c-format msgid "Invalid address size in %s section!\n" msgstr "" -#: dwarf.c:7196 +#: dwarf.c:7265 msgid "Pointer size + Segment size is not a power of two.\n" msgstr "" -#: dwarf.c:7201 +#: dwarf.c:7270 #, c-format msgid "" "\n" " Address Length\n" msgstr "" -#: dwarf.c:7203 +#: dwarf.c:7272 #, c-format msgid "" "\n" " Address Length\n" msgstr "" -#: dwarf.c:7279 +#: dwarf.c:7349 #, c-format msgid "Corrupt address base (%lx) found in debug section %u\n" msgstr "" -#: dwarf.c:7295 +#: dwarf.c:7366 #, c-format msgid " For compilation unit at offset 0x%s:\n" msgstr "" -#: dwarf.c:7298 +#: dwarf.c:7369 #, c-format msgid "\tIndex\tAddress\n" msgstr "" -#: dwarf.c:7305 +#: dwarf.c:7381 +#, c-format +msgid "" +"Corrupt %s section: expecting header size of 8 or 16, but found %ld instead\n" +msgstr "" + +#: dwarf.c:7393 +#, c-format +msgid "" +"Corrupt %s section: expecting version number 5 in header but found %d " +"instead\n" +msgstr "" + +#: dwarf.c:7407 #, c-format msgid "\t%d:\t" msgstr "" -#: dwarf.c:7368 dwarf.c:7383 +#: dwarf.c:7472 dwarf.c:7496 #, c-format msgid " Length: %#lx\n" msgstr "" -#: dwarf.c:7369 dwarf.c:7385 +#: dwarf.c:7473 dwarf.c:7498 #, c-format msgid " Index Offset [String]\n" msgstr "" -#: dwarf.c:7376 +#: dwarf.c:7481 +#, c-format +msgid "Section %s is too small %#lx\n" +msgstr "" + +#: dwarf.c:7489 #, c-format msgid "Unexpected version number in str_offset header: %#x\n" msgstr "" -#: dwarf.c:7381 +#: dwarf.c:7494 #, c-format msgid "Unexpected value in str_offset header's padding field: %#x\n" msgstr "" -#: dwarf.c:7384 +#: dwarf.c:7497 #, c-format msgid " Version: %#lx\n" msgstr "" -#: dwarf.c:7471 dwarf.c:7548 +#: dwarf.c:7588 dwarf.c:7665 msgid "(start == end)" msgstr "" -#: dwarf.c:7473 dwarf.c:7550 +#: dwarf.c:7590 dwarf.c:7667 msgid "(start > end)" msgstr "" -#: dwarf.c:7495 +#: dwarf.c:7612 #, c-format msgid "Range list starting at offset 0x%lx is not terminated.\n" msgstr "" -#: dwarf.c:7528 +#: dwarf.c:7645 #, c-format msgid "Invalid range list entry type %d\n" msgstr "" -#: dwarf.c:7613 +#: dwarf.c:7725 #, c-format msgid "" "The length field (0x%lx) in the debug_rnglists header is wrong - the section " "is too small\n" msgstr "" -#: dwarf.c:7624 +#: dwarf.c:7737 msgid "Only DWARF version 5 debug_rnglists info is currently supported.\n" msgstr "" -#: dwarf.c:7643 +#: dwarf.c:7756 #, 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:7665 +#: dwarf.c:7786 #, c-format msgid "No range lists in .debug_info section.\n" msgstr "" -#: dwarf.c:7690 +#: dwarf.c:7818 #, c-format msgid "Range lists in %s section start at 0x%lx\n" msgstr "" -#: dwarf.c:7695 +#: dwarf.c:7823 #, c-format msgid " Offset Begin End\n" msgstr "" -#: dwarf.c:7714 +#: dwarf.c:7841 #, c-format msgid "Corrupt pointer size (%d) in debug entry at offset %8.8lx\n" msgstr "" -#: dwarf.c:7721 +#: dwarf.c:7848 #, c-format msgid "Corrupt offset (%#8.8lx) in range entry %u\n" msgstr "" -#: dwarf.c:7738 +#: dwarf.c:7866 #, c-format msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n" msgstr "" -#: dwarf.c:7745 +#: dwarf.c:7873 #, c-format msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n" msgstr "" -#: dwarf.c:7821 +#: dwarf.c:7949 #, c-format msgid "Unfeasibly large register number: %u\n" msgstr "" -#: dwarf.c:7834 +#: dwarf.c:7962 #, c-format msgid "Out of memory allocating %u columns in dwarf frame arrays\n" msgstr "" -#: dwarf.c:8283 +#: dwarf.c:8411 msgid "No terminator for augmentation name\n" msgstr "" -#: dwarf.c:8295 +#: dwarf.c:8429 #, c-format msgid "Invalid pointer size (%d) in CIE data\n" msgstr "" -#: dwarf.c:8303 +#: dwarf.c:8437 #, c-format msgid "Invalid segment size (%d) in CIE data\n" msgstr "" -#: dwarf.c:8334 dwarf.c:8705 +#: dwarf.c:8473 dwarf.c:8849 #, c-format msgid "Augmentation data too long: 0x%s, expected at most %#lx\n" msgstr "" -#: dwarf.c:8421 +#: dwarf.c:8560 #, c-format msgid " Augmentation data: " msgstr "" -#: dwarf.c:8437 +#: dwarf.c:8576 msgid "bad register: " msgstr "" -#: dwarf.c:8607 +#: dwarf.c:8748 msgid "Failed to read CIE information\n" msgstr "" -#: dwarf.c:8618 dwarf.c:8642 dwarf.c:8669 +#: dwarf.c:8759 dwarf.c:8783 dwarf.c:8810 msgid "Invalid max register\n" msgstr "" #. PR 17512: file: 9e196b3e. -#: dwarf.c:8684 +#: dwarf.c:8825 #, c-format msgid "Probably corrupt segment size: %d - using 4 instead\n" msgstr "" -#: dwarf.c:8830 -#, c-format -msgid "Corrupt CFA_def expression value: %lu\n" -msgstr "" - -#. PR 17512: file:306-192417-0.005. -#: dwarf.c:8844 -#, c-format -msgid "Corrupt CFA expression value: %lu\n" -msgstr "" - -#: dwarf.c:9147 +#: dwarf.c:9296 msgid "Invalid column number in saved frame state\n" msgstr "" -#: dwarf.c:9194 +#: dwarf.c:9343 #, c-format msgid " DW_CFA_def_cfa_expression: <corrupt len %lu>\n" msgstr "" -#: dwarf.c:9218 +#: dwarf.c:9366 #, c-format msgid " DW_CFA_expression: <corrupt len %lu>\n" msgstr "" -#: dwarf.c:9350 +#: dwarf.c:9499 #, c-format msgid " DW_CFA_??? (User defined call frame op: %#x)\n" msgstr "" -#: dwarf.c:9352 +#: dwarf.c:9501 #, c-format msgid "Unsupported or unknown Dwarf Call Frame Instruction number: %#x\n" msgstr "" -#: dwarf.c:9466 dwarf.c:9870 +#: dwarf.c:9615 dwarf.c:10032 #, c-format msgid "Version %ld\n" msgstr "" -#: dwarf.c:9472 +#: dwarf.c:9621 msgid "Only DWARF version 5 .debug_names is currently supported.\n" msgstr "" -#: dwarf.c:9479 +#: dwarf.c:9628 #, c-format msgid "Padding field of .debug_names must be 0 (found 0x%x)\n" msgstr "" -#: dwarf.c:9484 +#: dwarf.c:9633 msgid "Compilation unit count must be >= 1 in .debug_names\n" msgstr "" -#: dwarf.c:9495 +#: dwarf.c:9644 #, c-format msgid "" "Augmentation string length %u must be rounded up to a multiple of 4 in ." "debug_names.\n" msgstr "" -#: dwarf.c:9501 +#: dwarf.c:9652 #, c-format msgid "Augmentation string:" msgstr "" -#: dwarf.c:9528 +#: dwarf.c:9679 #, c-format msgid "CU table:\n" msgstr "" -#: dwarf.c:9534 dwarf.c:9544 +#: dwarf.c:9688 dwarf.c:9701 #, c-format msgid "[%3u] 0x%lx\n" msgstr "" -#: dwarf.c:9538 +#: dwarf.c:9692 #, c-format msgid "TU table:\n" msgstr "" -#: dwarf.c:9548 +#: dwarf.c:9705 #, c-format msgid "Foreign TU table:\n" msgstr "" -#: dwarf.c:9554 +#: dwarf.c:9714 #, c-format msgid "[%3u] " msgstr "" -#: dwarf.c:9574 +#: dwarf.c:9725 #, 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:9591 +#: dwarf.c:9754 #, c-format msgid "Used %zu of %lu bucket.\n" msgid_plural "Used %zu of %lu buckets.\n" msgstr[0] "" msgstr[1] "" -#: dwarf.c:9618 +#: dwarf.c:9781 #, c-format msgid "" "Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n" msgstr "" -#: dwarf.c:9655 +#: dwarf.c:9818 #, c-format msgid "Duplicate abbreviation tag %lu in unit 0x%lx in the debug_names\n" msgstr "" -#: dwarf.c:9677 dwarf.c:9996 +#: dwarf.c:9840 dwarf.c:10158 #, c-format msgid "" "\n" "Symbol table:\n" msgstr "" -#: dwarf.c:9730 +#: dwarf.c:9892 #, c-format msgid "Undefined abbreviation tag %lu in unit 0x%lx in the debug_names\n" msgstr "" -#: dwarf.c:9761 +#: dwarf.c:9923 #, c-format msgid " <no entries>" msgstr "" -#: dwarf.c:9793 +#: dwarf.c:9955 msgid "The debuglink filename is corrupt/missing\n" msgstr "" -#: dwarf.c:9797 +#: dwarf.c:9959 #, c-format msgid " Separate debug info file: %s\n" msgstr "" -#: dwarf.c:9808 +#: dwarf.c:9970 msgid "CRC offset missing/truncated\n" msgstr "" -#: dwarf.c:9814 +#: dwarf.c:9976 #, c-format msgid " CRC value: %#x\n" msgstr "" -#: dwarf.c:9818 +#: dwarf.c:9980 #, c-format msgid "There are %#lx extraneous bytes at the end of the section\n" msgstr "" -#: dwarf.c:9832 +#: dwarf.c:9994 #, c-format msgid "Build-ID is too short (%#lx bytes)\n" msgstr "" -#: dwarf.c:9836 +#: dwarf.c:9998 #, c-format msgid " Build-ID (%#lx bytes):" msgstr "" -#: dwarf.c:9865 +#: dwarf.c:10027 #, c-format msgid "Truncated header in the %s section.\n" msgstr "" -#: dwarf.c:9876 +#: dwarf.c:10038 #, c-format msgid "Unsupported version %lu.\n" msgstr "" -#: dwarf.c:9880 +#: dwarf.c:10042 msgid "The address table data in version 3 may be wrong.\n" msgstr "" -#: dwarf.c:9882 +#: dwarf.c:10044 msgid "Version 4 does not support case insensitive lookups.\n" msgstr "" -#: dwarf.c:9884 +#: dwarf.c:10046 msgid "Version 5 does not include inlined functions.\n" msgstr "" -#: dwarf.c:9886 +#: dwarf.c:10048 msgid "Version 6 does not include symbol attributes.\n" msgstr "" -#: dwarf.c:9904 +#: dwarf.c:10066 #, c-format msgid "Corrupt header in the %s section.\n" msgstr "" -#: dwarf.c:9911 +#: dwarf.c:10073 #, c-format msgid "TU offset (%x) is less than CU offset (%x)\n" msgstr "" -#: dwarf.c:9920 +#: dwarf.c:10082 #, c-format msgid "Address table offset (%x) is less than TU offset (%x)\n" msgstr "" -#: dwarf.c:9930 +#: dwarf.c:10092 #, c-format msgid "Symbol table offset (%x) is less then Address table offset (%x)\n" msgstr "" -#: dwarf.c:9939 +#: dwarf.c:10101 #, c-format msgid "Constant pool offset (%x) is less than symbol table offset (%x)\n" msgstr "" -#: dwarf.c:9954 +#: dwarf.c:10116 msgid "Address table extends beyond end of section.\n" msgstr "" -#: dwarf.c:9958 +#: dwarf.c:10120 #, c-format msgid "" "\n" "CU table:\n" msgstr "" -#: dwarf.c:9964 +#: dwarf.c:10126 #, c-format msgid "[%3u] 0x%lx - 0x%lx\n" msgstr "" -#: dwarf.c:9969 +#: dwarf.c:10131 #, c-format msgid "" "\n" "TU table:\n" msgstr "" -#: dwarf.c:9976 +#: dwarf.c:10138 #, c-format msgid "[%3u] 0x%lx 0x%lx " msgstr "" -#: dwarf.c:9983 +#: dwarf.c:10145 #, c-format msgid "" "\n" "Address table:\n" msgstr "" -#: dwarf.c:9993 +#: dwarf.c:10155 #, c-format msgid "%lu\n" msgstr "" -#: dwarf.c:10013 +#: dwarf.c:10173 #, c-format msgid "[%3u] <corrupt offset: %x>" msgstr "" -#: dwarf.c:10014 +#: dwarf.c:10174 #, c-format msgid "Corrupt name offset of 0x%x found for symbol table slot %d\n" msgstr "" -#: dwarf.c:10025 +#: dwarf.c:10185 #, c-format msgid "<invalid CU vector offset: %x>\n" msgstr "" -#: dwarf.c:10026 +#: dwarf.c:10186 #, c-format msgid "Corrupt CU vector offset of 0x%x found for symbol table slot %d\n" msgstr "" -#: dwarf.c:10039 +#: dwarf.c:10197 #, c-format msgid "Invalid number of CUs (0x%x) for symbol table slot %d\n" msgstr "" -#: dwarf.c:10064 +#: dwarf.c:10222 msgid "static" msgstr "" -#: dwarf.c:10064 +#: dwarf.c:10222 msgid "global" msgstr "" -#: dwarf.c:10102 dwarf.c:10113 +#: dwarf.c:10260 dwarf.c:10271 msgid "Internal error: out of space in the shndx pool.\n" msgstr "" -#: dwarf.c:10177 +#: dwarf.c:10334 #, c-format msgid "Section %s is empty\n" msgstr "" -#: dwarf.c:10183 +#: dwarf.c:10340 #, c-format msgid "Section %s is too small to contain a CU/TU header\n" msgstr "" -#: dwarf.c:10202 +#: dwarf.c:10359 #, c-format msgid " Version: %u\n" msgstr "" -#: dwarf.c:10204 +#: dwarf.c:10361 #, c-format msgid " Number of columns: %u\n" msgstr "" -#: dwarf.c:10205 +#: dwarf.c:10362 #, c-format msgid " Number of used entries: %u\n" msgstr "" -#: dwarf.c:10206 +#: dwarf.c:10363 #, c-format msgid "" " Number of slots: %u\n" "\n" msgstr "" -#: dwarf.c:10215 +#: dwarf.c:10370 #, c-format 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:10239 +#: dwarf.c:10394 msgid "Section index pool located before start of section\n" msgstr "" -#: dwarf.c:10244 +#: dwarf.c:10399 #, c-format msgid " [%3d] Signature: 0x%s Sections: " msgstr "" -#: dwarf.c:10251 +#: dwarf.c:10405 #, c-format msgid "Section %s too small for shndx pool\n" msgstr "" -#: dwarf.c:10299 +#: dwarf.c:10451 #, c-format msgid "Section %s too small for offset and size tables\n" msgstr "" -#: dwarf.c:10306 +#: dwarf.c:10458 #, c-format msgid " Offset table\n" msgstr "" -#: dwarf.c:10308 dwarf.c:10409 +#: dwarf.c:10460 dwarf.c:10548 msgid "signature" msgstr "" -#: dwarf.c:10308 dwarf.c:10409 +#: dwarf.c:10460 dwarf.c:10548 msgid "dwo_id" msgstr "" -#: dwarf.c:10346 +#: dwarf.c:10499 #, c-format msgid "Row index (%u) is larger than number of used entries (%u)\n" msgstr "" -#: dwarf.c:10360 -#, c-format -msgid "Signature (%p) extends beyond end of space in section\n" -msgstr "" - -#: dwarf.c:10369 -#, c-format -msgid "Row index (%u) * num columns (%u) > space remaining in section\n" -msgstr "" - -#: dwarf.c:10375 dwarf.c:10432 +#: dwarf.c:10513 dwarf.c:10572 #, c-format msgid " [%3d] 0x%s" msgstr "" -#: dwarf.c:10389 dwarf.c:10445 +#: dwarf.c:10528 dwarf.c:10586 #, c-format msgid "Overlarge Dwarf section index detected: %u\n" msgstr "" -#: dwarf.c:10407 +#: dwarf.c:10546 #, c-format msgid " Size table\n" msgstr "" -#: dwarf.c:10460 +#: dwarf.c:10601 #, c-format msgid " Unsupported version (%d)\n" msgstr "" -#: dwarf.c:10532 +#: dwarf.c:10673 #, c-format msgid "Displaying the debug contents of section %s is not yet supported.\n" msgstr "" -#: dwarf.c:10563 +#: dwarf.c:10704 #, c-format msgid "" "Attempt to allocate an array with an excessive number of elements: 0x%lx\n" msgstr "" -#: dwarf.c:10581 +#: dwarf.c:10722 #, c-format msgid "" "Attempt to re-allocate an array with an excessive number of elements: 0x%lx\n" msgstr "" -#: dwarf.c:10597 +#: dwarf.c:10738 #, c-format msgid "" "Attempt to allocate a zero'ed array with an excessive number of elements: 0x" "%lx\n" msgstr "" -#: dwarf.c:10695 +#: dwarf.c:10836 #, c-format msgid "Unable to reopen separate debug info file: %s\n" msgstr "" -#: dwarf.c:10707 +#: dwarf.c:10848 #, c-format msgid "Separate debug info file %s found, but CRC does not match - ignoring\n" msgstr "" -#: dwarf.c:10879 +#: dwarf.c:11024 #, c-format msgid "Corrupt debuglink section: %s\n" msgstr "" -#: dwarf.c:10917 +#: dwarf.c:11062 msgid "Out of memory" msgstr "" #. Failed to find the file. -#: dwarf.c:10989 +#: dwarf.c:11136 #, c-format msgid "could not find separate debug file '%s'\n" msgstr "" -#: dwarf.c:10990 dwarf.c:10994 dwarf.c:10999 dwarf.c:11002 dwarf.c:11006 -#: dwarf.c:11009 dwarf.c:11012 dwarf.c:11015 +#: dwarf.c:11138 dwarf.c:11143 dwarf.c:11149 dwarf.c:11153 dwarf.c:11158 +#: dwarf.c:11161 dwarf.c:11164 dwarf.c:11167 #, c-format msgid "tried: %s\n" msgstr "" -#: dwarf.c:11023 +#: dwarf.c:11175 #, c-format msgid "tried: DEBUGINFOD_URLS=%s\n" msgstr "" -#: dwarf.c:11039 +#: dwarf.c:11192 #, 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:11047 +#: dwarf.c:11201 #, c-format msgid "" -"%s: Found separate debug info file: %s\n" "\n" +"%s: Found separate debug info file: %s\n" msgstr "" -#: dwarf.c:11067 +#: dwarf.c:11224 msgid "Out of memory allocating dwo filename\n" msgstr "" -#: dwarf.c:11073 +#: dwarf.c:11230 #, c-format msgid "Unable to load dwo file: %s\n" msgstr "" #. FIXME: We should check the dwo_id. -#: dwarf.c:11080 +#: dwarf.c:11237 #, c-format msgid "" "%s: Found separate debug object file: %s\n" "\n" msgstr "" -#: dwarf.c:11167 +#: dwarf.c:11256 +msgid ".debug_sup section is corrupt/empty\n" +msgstr "" + +#: dwarf.c:11266 +msgid "filename in .debug_sup section is corrupt\n" +msgstr "" + +#: dwarf.c:11281 +msgid "unable to construct path for supplementary debug file" +msgstr "" + +#: dwarf.c:11295 +msgid "out of memory constructing filename for .debug_sup link\n" +msgstr "" + +#: dwarf.c:11303 +#, c-format +msgid "unable to open file '%s' referenced from .debug_sup section\n" +msgstr "" + +#: dwarf.c:11308 +#, c-format +msgid "" +"%s: Found supplementary debug file: %s\n" +"\n" +msgstr "" + +#: dwarf.c:11398 msgid "Multiple DWO_NAMEs encountered for the same CU\n" msgstr "" -#: dwarf.c:11179 +#: dwarf.c:11410 msgid "multiple DWO_IDs encountered for the same CU\n" msgstr "" -#: dwarf.c:11184 +#: dwarf.c:11415 msgid "Unexpected DWO INFO type" msgstr "" -#: dwarf.c:11199 +#: dwarf.c:11430 #, c-format msgid "" "The %s section contains link(s) to dwo file(s):\n" "\n" msgstr "" -#: dwarf.c:11204 +#: dwarf.c:11435 #, c-format msgid " Name: %s\n" msgstr "" -#: dwarf.c:11205 +#: dwarf.c:11436 #, c-format msgid " Directory: %s\n" msgstr "" -#: dwarf.c:11205 +#: dwarf.c:11436 msgid "<not-found>" msgstr "" -#: dwarf.c:11207 +#: dwarf.c:11438 #, c-format msgid " ID: " msgstr "" -#: dwarf.c:11209 +#: dwarf.c:11440 #, c-format msgid " ID: <not specified>\n" msgstr "" -#: dwarf.c:11372 dwarf.c:11415 +#: dwarf.c:11604 dwarf.c:11648 #, c-format msgid "Unrecognized debug option '%s'\n" msgstr "" -#: dwarf.h:271 +#: dwarf.h:270 #, c-format msgid "%s:%lu: end of data encountered whilst reading LEB\n" msgstr "" -#: dwarf.h:273 +#: dwarf.h:272 #, c-format msgid "%s:%lu: read LEB value is too large to store in destination variable\n" msgstr "" -#: elfcomm.c:46 +#: elfcomm.c:47 #, c-format msgid "%s: Error: " msgstr "" -#: elfcomm.c:60 +#: elfcomm.c:61 #, c-format msgid "%s: Warning: " msgstr "" -#: elfcomm.c:72 elfcomm.c:87 elfcomm.c:197 elfcomm.c:307 +#: elfcomm.c:73 elfcomm.c:88 elfcomm.c:166 elfcomm.c:236 #, c-format msgid "Unhandled data length: %d\n" msgstr "" -#: elfcomm.c:386 elfcomm.c:411 elfcomm.c:885 +#: elfcomm.c:296 elfcomm.c:321 elfcomm.c:795 msgid "Out of memory\n" msgstr "" -#: elfcomm.c:403 +#: elfcomm.c:313 #, c-format msgid "Abnormal length of thin archive member name: %lx\n" msgstr "" -#: elfcomm.c:447 +#: elfcomm.c:357 #, c-format msgid "%s: invalid archive header size: %ld\n" msgstr "" -#: elfcomm.c:460 +#: elfcomm.c:370 #, c-format msgid "%s: failed to skip archive symbol table\n" msgstr "" -#: elfcomm.c:479 +#: elfcomm.c:389 #, c-format msgid "%s: the archive index is empty\n" msgstr "" -#: elfcomm.c:487 elfcomm.c:516 +#: elfcomm.c:397 elfcomm.c:426 #, c-format msgid "%s: failed to read archive index\n" msgstr "" -#: elfcomm.c:498 +#: elfcomm.c:408 #, c-format msgid "" "%s: the archive index is supposed to have 0x%lx entries of %d bytes, but the " "size is only 0x%lx\n" msgstr "" -#: elfcomm.c:508 +#: elfcomm.c:418 msgid "Out of memory whilst trying to read archive symbol index\n" msgstr "" -#: elfcomm.c:528 +#: elfcomm.c:438 msgid "Out of memory whilst trying to convert the archive symbol index\n" msgstr "" -#: elfcomm.c:541 +#: elfcomm.c:451 #, c-format msgid "%s: the archive has an index but no symbols\n" msgstr "" -#: elfcomm.c:549 +#: elfcomm.c:459 msgid "Out of memory whilst trying to read archive index symbol table\n" msgstr "" -#: elfcomm.c:557 +#: elfcomm.c:467 #, c-format msgid "%s: failed to read archive index symbol table\n" msgstr "" -#: elfcomm.c:567 +#: elfcomm.c:477 #, c-format msgid "%s: failed to read archive header following archive index\n" msgstr "" -#: elfcomm.c:600 +#: elfcomm.c:510 #, c-format msgid "%s: failed to seek to first archive header\n" msgstr "" #. PR 24049 - we cannot use filedata->file_name as this will #. have already been freed. -#: elfcomm.c:609 elfcomm.c:843 elfedit.c:595 readelf.c:21247 +#: elfcomm.c:519 elfcomm.c:753 elfedit.c:595 readelf.c:21730 #, c-format msgid "%s: failed to read archive header\n" msgstr "" -#: elfcomm.c:626 +#: elfcomm.c:536 #, c-format msgid "%s has no archive index\n" msgstr "" -#: elfcomm.c:638 +#: elfcomm.c:548 #, c-format msgid "%s: long name table is too small, (size = %ld)\n" msgstr "" -#: elfcomm.c:646 +#: elfcomm.c:556 #, c-format msgid "%s: long name table is too big, (size = 0x%lx)\n" msgstr "" -#: elfcomm.c:657 +#: elfcomm.c:567 msgid "Out of memory reading long symbol names in archive\n" msgstr "" -#: elfcomm.c:665 +#: elfcomm.c:575 #, c-format msgid "%s: failed to read long symbol name string table\n" msgstr "" -#: elfcomm.c:748 +#: elfcomm.c:658 msgid "Archive member uses long names, but no longname table found\n" msgstr "" -#: elfcomm.c:762 +#: elfcomm.c:672 #, c-format msgid "Found long name index (%ld) beyond end of long name table\n" msgstr "" -#: elfcomm.c:781 +#: elfcomm.c:691 msgid "Invalid Thin archive member name\n" msgstr "" -#: elfcomm.c:837 +#: elfcomm.c:747 #, c-format msgid "%s: failed to seek to next file name\n" msgstr "" -#: elfcomm.c:848 elfedit.c:602 readelf.c:21254 +#: elfcomm.c:758 elfedit.c:602 readelf.c:21737 #, c-format msgid "%s: did not find a valid archive header\n" msgstr "" @@ -4431,17 +4526,17 @@ msgstr "" msgid "%s: Failed to seek to ELF header\n" msgstr "" -#: elfedit.c:586 readelf.c:21235 +#: elfedit.c:586 readelf.c:21718 #, c-format msgid "%s: failed to seek to next archive header\n" msgstr "" -#: elfedit.c:617 elfedit.c:626 readelf.c:21269 readelf.c:21278 +#: elfedit.c:617 elfedit.c:626 readelf.c:21752 readelf.c:21761 #, c-format msgid "%s: bad archive file name\n" msgstr "" -#: elfedit.c:649 elfedit.c:746 +#: elfedit.c:649 elfedit.c:760 #, c-format msgid "Input file '%s' is not readable\n" msgstr "" @@ -4451,57 +4546,57 @@ msgstr "" msgid "%s: failed to seek to archive member\n" msgstr "" -#: elfedit.c:717 readelf.c:21394 +#: elfedit.c:717 readelf.c:21880 #, c-format msgid "'%s': No such file\n" msgstr "" -#: elfedit.c:719 readelf.c:21396 +#: elfedit.c:719 readelf.c:21882 #, c-format msgid "Could not locate '%s'. System error message: %s\n" msgstr "" -#: elfedit.c:726 readelf.c:21403 +#: elfedit.c:740 readelf.c:21889 #, c-format msgid "'%s' is not an ordinary file\n" msgstr "" -#: elfedit.c:752 readelf.c:21425 +#: elfedit.c:766 readelf.c:21911 #, c-format msgid "%s: Failed to read file's magic number\n" msgstr "" -#: elfedit.c:816 +#: elfedit.c:830 #, c-format msgid "Unknown OSABI: %s\n" msgstr "" -#: elfedit.c:841 +#: elfedit.c:855 #, c-format msgid "Unknown machine type: %s\n" msgstr "" -#: elfedit.c:860 +#: elfedit.c:874 #, c-format msgid "Unknown type: %s\n" msgstr "" -#: elfedit.c:907 +#: elfedit.c:921 #, c-format msgid "Usage: %s <option(s)> elffile(s)\n" msgstr "" -#: elfedit.c:909 +#: elfedit.c:923 #, c-format msgid " Update the ELF header of ELF files\n" msgstr "" -#: elfedit.c:910 objcopy.c:561 objcopy.c:701 strings.c:700 +#: elfedit.c:924 objcopy.c:565 objcopy.c:706 strings.c:679 #, c-format msgid " The options are:\n" msgstr "" -#: elfedit.c:911 +#: elfedit.c:925 #, c-format msgid "" " --input-mach [none|i386|iamcu|l1om|k1om|x86_64]\n" @@ -4518,7 +4613,7 @@ msgid "" " Set output OSABI\n" msgstr "" -#: elfedit.c:926 +#: elfedit.c:940 #, c-format msgid "" " --enable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n" @@ -4527,7 +4622,7 @@ msgid "" " Disable x86 feature\n" msgstr "" -#: elfedit.c:932 +#: elfedit.c:946 #, c-format msgid "" " -h --help Display this information\n" @@ -4558,17 +4653,17 @@ msgstr "" msgid "Duplicate symbol entered into keyword list." msgstr "" -#: nm.c:248 size.c:88 strings.c:698 +#: nm.c:274 size.c:88 strings.c:677 #, c-format msgid "Usage: %s [option(s)] [file(s)]\n" msgstr "" -#: nm.c:249 +#: nm.c:275 #, c-format msgid " List symbols in [file(s)] (a.out by default).\n" msgstr "" -#: nm.c:250 +#: nm.c:276 #, c-format msgid "" " The options are:\n" @@ -4591,9 +4686,11 @@ msgid "" " -e (ignored)\n" " -f, --format=FORMAT Use the output format FORMAT. FORMAT can be " "`bsd',\n" -" `sysv' or `posix'. The default is `bsd'\n" +" `sysv', `posix' or 'just-symbols'. The default " +"is `bsd'\n" " -g, --extern-only Display only external symbols\n" " --ifunc-chars=CHARS Characters to use when displaying ifunc symbols\n" +" -j, --just-symbols Same as --format=just-symbols\n" " -l, --line-numbers Use debugging information to find a filename and\n" " line number for each symbol\n" " -n, --numeric-sort Sort symbols numerically by address\n" @@ -4603,16 +4700,17 @@ msgid "" " -r, --reverse-sort Reverse the sense of the sort\n" msgstr "" -#: nm.c:276 +#: nm.c:303 #, c-format msgid " --plugin NAME Load the specified plugin\n" msgstr "" -#: nm.c:279 +#: nm.c:306 #, c-format msgid "" " -S, --print-size Print size of defined symbols\n" " -s, --print-armap Include index for symbols from archive members\n" +" --quiet Suppress \"no symbols\" diagnostic\n" " --size-sort Sort symbols by size\n" " --special-syms Include special symbols in the output\n" " --synthetic Display synthetic symbols as well\n" @@ -4627,49 +4725,49 @@ msgid "" "\n" msgstr "" -#: nm.c:312 +#: nm.c:340 #, c-format msgid "%s: invalid radix" msgstr "" -#: nm.c:338 +#: nm.c:370 #, c-format msgid "%s: invalid output format" msgstr "" -#: nm.c:363 readelf.c:11739 readelf.c:11782 +#: nm.c:395 readelf.c:12090 readelf.c:12133 #, c-format msgid "<processor specific>: %d" msgstr "" -#: nm.c:365 readelf.c:11746 readelf.c:11799 +#: nm.c:397 readelf.c:12097 readelf.c:12150 #, c-format msgid "<OS specific>: %d" msgstr "" -#: nm.c:367 readelf.c:11749 readelf.c:11802 +#: nm.c:399 readelf.c:12100 readelf.c:12153 #, c-format msgid "<unknown>: %d" msgstr "" -#: nm.c:397 +#: nm.c:429 #, c-format msgid "<unknown>: %d/%d" msgstr "" -#: nm.c:457 +#: nm.c:499 #, c-format msgid "" "\n" "Archive index:\n" msgstr "" -#: nm.c:511 nm.c:1209 +#: nm.c:553 nm.c:1250 #, c-format msgid "%s: plugin needed to handle lto object" msgstr "" -#: nm.c:1446 +#: nm.c:1487 #, c-format msgid "" "\n" @@ -4678,7 +4776,7 @@ msgid "" "\n" msgstr "" -#: nm.c:1448 +#: nm.c:1489 #, c-format msgid "" "\n" @@ -4687,7 +4785,7 @@ msgid "" "\n" msgstr "" -#: nm.c:1450 nm.c:1501 +#: nm.c:1491 nm.c:1552 #, c-format msgid "" "Name Value Class Type Size Line " @@ -4695,7 +4793,7 @@ msgid "" "\n" msgstr "" -#: nm.c:1453 nm.c:1504 +#: nm.c:1494 nm.c:1555 #, c-format msgid "" "Name Value Class Type " @@ -4703,7 +4801,7 @@ msgid "" "\n" msgstr "" -#: nm.c:1497 +#: nm.c:1548 #, c-format msgid "" "\n" @@ -4712,7 +4810,7 @@ msgid "" "\n" msgstr "" -#: nm.c:1499 +#: nm.c:1550 #, c-format msgid "" "\n" @@ -4721,34 +4819,34 @@ msgid "" "\n" msgstr "" -#: nm.c:1591 +#: nm.c:1656 #, c-format msgid "Print width has not been initialized (%d)" msgstr "" -#: nm.c:1843 +#: nm.c:1915 msgid "Only -X 32_64 is supported" msgstr "" -#: nm.c:1875 +#: nm.c:1947 msgid "Using the --size-sort and --undefined-only options together" msgstr "" -#: nm.c:1876 +#: nm.c:1948 msgid "will produce no output, since undefined symbols have no size." msgstr "" -#: objcopy.c:559 srconv.c:1693 +#: objcopy.c:563 srconv.c:1693 #, c-format msgid "Usage: %s [option(s)] in-file [out-file]\n" msgstr "" -#: objcopy.c:560 +#: objcopy.c:564 #, c-format msgid " Copies a binary file, possibly transforming it in the process\n" msgstr "" -#: objcopy.c:562 +#: objcopy.c:566 #, c-format msgid "" " -I --input-target <bfdname> Assume input file is in format <bfdname>\n" @@ -4763,7 +4861,7 @@ msgid "" "output\n" msgstr "" -#: objcopy.c:570 objcopy.c:709 +#: objcopy.c:574 objcopy.c:714 #, c-format msgid "" " -D --enable-deterministic-archives\n" @@ -4773,7 +4871,7 @@ msgid "" " Disable -D behavior\n" msgstr "" -#: objcopy.c:576 objcopy.c:715 +#: objcopy.c:580 objcopy.c:720 #, c-format msgid "" " -D --enable-deterministic-archives\n" @@ -4783,7 +4881,7 @@ msgid "" " Disable -D behavior (default)\n" msgstr "" -#: objcopy.c:581 +#: objcopy.c:585 #, c-format msgid "" " -j --only-section <name> Only copy section <name> into the output\n" @@ -4808,6 +4906,7 @@ msgid "" " --extract-symbol Remove section contents but keep symbols\n" " --keep-section <name> Do not strip section <name>\n" " -K --keep-symbol <name> Do not strip symbol <name>\n" +" --keep-section-symbols Do not strip section symbols\n" " --keep-file-symbols Do not strip file symbol(s)\n" " --localize-hidden Turn all ELF hidden symbols into locals\n" " -L --localize-symbol <name> Force symbol <name> to be marked as a " @@ -4932,17 +5031,17 @@ msgid "" "supported\n" msgstr "" -#: objcopy.c:699 +#: objcopy.c:704 #, c-format msgid "Usage: %s <option(s)> in-file(s)\n" msgstr "" -#: objcopy.c:700 +#: objcopy.c:705 #, c-format msgid " Removes symbols and sections from files\n" msgstr "" -#: objcopy.c:702 +#: objcopy.c:707 #, c-format msgid "" " -I --input-target=<bfdname> Assume input file is in format <bfdname>\n" @@ -4954,7 +5053,7 @@ msgid "" "output\n" msgstr "" -#: objcopy.c:720 +#: objcopy.c:725 #, c-format msgid "" " -R --remove-section=<name> Also remove section <name> from the " @@ -4974,6 +5073,7 @@ msgid "" " -N --strip-symbol=<name> Do not copy symbol <name>\n" " --keep-section=<name> Do not strip section <name>\n" " -K --keep-symbol=<name> Do not strip symbol <name>\n" +" --keep-section-symbols Do not strip section symbols\n" " --keep-file-symbols Do not strip file symbol(s)\n" " -w --wildcard Permit wildcard in symbol comparison\n" " -x --discard-all Remove all non-global symbols\n" @@ -4986,67 +5086,67 @@ msgid "" " -o <file> Place stripped output into <file>\n" msgstr "" -#: objcopy.c:797 +#: objcopy.c:803 #, c-format msgid "unrecognized section flag `%s'" msgstr "" -#: objcopy.c:798 objcopy.c:870 +#: objcopy.c:804 objcopy.c:876 #, c-format msgid "supported flags: %s" msgstr "" -#: objcopy.c:869 +#: objcopy.c:875 #, c-format msgid "unrecognized symbol flag `%s'" msgstr "" -#: objcopy.c:928 +#: objcopy.c:934 #, c-format msgid "error: %s both copied and removed" msgstr "" -#: objcopy.c:934 +#: objcopy.c:940 #, c-format msgid "error: %s both sets and alters VMA" msgstr "" -#: objcopy.c:940 +#: objcopy.c:946 #, c-format msgid "error: %s both sets and alters LMA" msgstr "" -#: objcopy.c:1092 +#: objcopy.c:1091 #, c-format msgid "cannot open '%s': %s" msgstr "" -#: objcopy.c:1095 objcopy.c:5070 +#: objcopy.c:1094 objcopy.c:5055 #, c-format msgid "%s: fread failed" msgstr "" -#: objcopy.c:1168 +#: objcopy.c:1167 #, c-format msgid "%s:%d: Ignoring rubbish found on this line" msgstr "" -#: objcopy.c:1340 +#: objcopy.c:1339 #, c-format msgid "error: section %s matches both remove and copy options" msgstr "" -#: objcopy.c:1343 +#: objcopy.c:1342 #, c-format msgid "error: section %s matches both update and remove options" msgstr "" -#: objcopy.c:1501 +#: objcopy.c:1500 #, c-format msgid "Section %s not found" msgstr "" -#: objcopy.c:1655 +#: objcopy.c:1654 #, c-format msgid "not stripping symbol `%s' because it is named in a relocation" msgstr "" @@ -5121,857 +5221,1142 @@ msgstr "" msgid "corrupt GNU build attribute note: unsupported version" msgstr "" -#: objcopy.c:2275 +#: objcopy.c:2260 msgid "corrupt GNU build attribute note: bad description size" msgstr "" -#: objcopy.c:2306 +#: objcopy.c:2296 msgid "corrupt GNU build attribute note: name not NUL terminated" msgstr "" -#: objcopy.c:2318 +#: objcopy.c:2308 msgid "corrupt GNU build attribute notes: excess data at end" msgstr "" -#: objcopy.c:2325 +#: objcopy.c:2315 msgid "bad GNU build attribute notes: no known versions detected" msgstr "" #. This happens with glibc. No idea why. -#: objcopy.c:2329 +#: objcopy.c:2319 #, c-format msgid "%s[%s]: Warning: version note missing - assuming version 3" msgstr "" -#: objcopy.c:2339 +#: objcopy.c:2329 msgid "bad GNU build attribute notes: multiple different versions" msgstr "" -#: objcopy.c:2579 +#: objcopy.c:2569 #, c-format msgid "%s[%s]: Note - dropping 'share' flag as output format is not COFF" msgstr "" #. PR 17636: Call non-fatal so that we return to our parent who #. may need to tidy temporary files. -#: objcopy.c:2611 +#: objcopy.c:2601 #, c-format msgid "unable to change endianness of '%s'" msgstr "" -#: objcopy.c:2618 +#: objcopy.c:2608 #, c-format msgid "unable to modify '%s' due to errors" msgstr "" -#: objcopy.c:2631 +#: objcopy.c:2621 #, c-format msgid "error: the input file '%s' has no sections" msgstr "" -#: objcopy.c:2641 +#: objcopy.c:2631 #, c-format msgid "" "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'" msgstr "" -#: objcopy.c:2648 +#: objcopy.c:2638 #, c-format msgid "--elf-stt-common=[yes|no] is unsupported on `%s'" msgstr "" -#: objcopy.c:2655 +#: objcopy.c:2645 #, c-format msgid "copy from `%s' [%s] to `%s' [%s]\n" msgstr "" -#: objcopy.c:2703 +#: objcopy.c:2693 #, c-format msgid "Input file `%s' ignores binary architecture parameter." msgstr "" -#: objcopy.c:2719 +#: objcopy.c:2709 #, c-format msgid "Unable to recognise the format of the input file `%s'" msgstr "" -#: objcopy.c:2722 +#: objcopy.c:2712 #, c-format msgid "Output file cannot represent architecture `%s'" msgstr "" -#: objcopy.c:2785 +#: objcopy.c:2775 #, c-format msgid "warning: file alignment (0x%s) > section alignment (0x%s)" msgstr "" -#: objcopy.c:2859 +#: objcopy.c:2848 #, c-format msgid "can't add section '%s'" msgstr "" -#: objcopy.c:2873 +#: objcopy.c:2862 #, c-format msgid "can't create section `%s'" msgstr "" -#: objcopy.c:2921 +#: objcopy.c:2910 #, c-format msgid "error: %s not found, can't be updated" msgstr "" -#: objcopy.c:2954 +#: objcopy.c:2943 msgid "warning: note section is empty" msgstr "" -#: objcopy.c:2963 +#: objcopy.c:2952 msgid "warning: could not load note section" msgstr "" -#: objcopy.c:2979 +#: objcopy.c:2968 msgid "warning: failed to set merged notes size" msgstr "" -#: objcopy.c:3005 +#: objcopy.c:2994 #, c-format msgid "can't dump section '%s' - it does not exist" msgstr "" -#: objcopy.c:3013 +#: objcopy.c:3002 msgid "can't dump section - it has no contents" msgstr "" -#: objcopy.c:3025 +#: objcopy.c:3014 msgid "could not open section dump file" msgstr "" -#: objcopy.c:3033 +#: objcopy.c:3022 #, c-format msgid "error writing section contents to %s (error: %s)" msgstr "" -#: objcopy.c:3043 +#: objcopy.c:3032 msgid "could not retrieve section contents" msgstr "" -#: objcopy.c:3057 +#: objcopy.c:3046 #, c-format msgid "%s: debuglink section already exists" msgstr "" -#: objcopy.c:3069 +#: objcopy.c:3058 #, c-format msgid "cannot create debug link section `%s'" msgstr "" -#: objcopy.c:3163 +#: objcopy.c:3152 msgid "Can't fill gap after section" msgstr "" -#: objcopy.c:3188 +#: objcopy.c:3177 msgid "can't add padding" msgstr "" -#: objcopy.c:3365 +#: objcopy.c:3354 msgid "error: failed to locate merged notes" msgstr "" -#: objcopy.c:3374 +#: objcopy.c:3363 msgid "error: failed to merge notes" msgstr "" -#: objcopy.c:3383 +#: objcopy.c:3372 msgid "error: failed to copy merged notes into output" msgstr "" -#: objcopy.c:3400 +#: objcopy.c:3389 #, c-format msgid "%s: Could not find any mergeable note sections" msgstr "" -#: objcopy.c:3409 +#: objcopy.c:3398 #, c-format msgid "cannot fill debug link section `%s'" msgstr "" -#: objcopy.c:3470 +#: objcopy.c:3459 msgid "error copying private BFD data" msgstr "" -#: objcopy.c:3481 +#: objcopy.c:3470 #, c-format msgid "this target does not support %lu alternative machine codes" msgstr "" -#: objcopy.c:3485 +#: objcopy.c:3474 msgid "treating that number as an absolute e_machine value instead" msgstr "" -#: objcopy.c:3489 +#: objcopy.c:3478 msgid "ignoring the alternative value" msgstr "" -#: objcopy.c:3535 +#: objcopy.c:3524 msgid "sorry: copying thin archives is not currently supported" msgstr "" -#: objcopy.c:3542 objcopy.c:3597 +#: objcopy.c:3531 objcopy.c:3586 #, c-format msgid "cannot create tempdir for archive copying (error: %s)" msgstr "" -#: objcopy.c:3579 +#: objcopy.c:3568 #, c-format msgid "illegal pathname found in archive member: %s" msgstr "" -#: objcopy.c:3630 +#: objcopy.c:3619 msgid "Unable to recognise the format of file" msgstr "" -#: objcopy.c:3763 +#: objcopy.c:3752 #, c-format msgid "error: the input file '%s' is empty" msgstr "" -#: objcopy.c:3841 +#: objcopy.c:3830 #, c-format msgid "--add-gnu-debuglink ignored for archive %s" msgstr "" -#: objcopy.c:3950 +#: objcopy.c:3939 #, c-format msgid "Multiple renames of section %s" msgstr "" -#: objcopy.c:3996 +#: objcopy.c:3985 msgid "error in private header data" msgstr "" -#: objcopy.c:4089 +#: objcopy.c:4078 msgid "failed to create output section" msgstr "" -#: objcopy.c:4104 +#: objcopy.c:4093 msgid "failed to set size" msgstr "" -#: objcopy.c:4123 +#: objcopy.c:4112 msgid "failed to set vma" msgstr "" -#: objcopy.c:4153 +#: objcopy.c:4142 msgid "failed to set alignment" msgstr "" -#: objcopy.c:4185 +#: objcopy.c:4174 msgid "failed to copy private data" msgstr "" -#: objcopy.c:4342 +#: objcopy.c:4331 msgid "relocation count is negative" msgstr "" #. User must pad the section up in order to do this. -#: objcopy.c:4441 +#: objcopy.c:4430 #, c-format msgid "" "cannot reverse bytes: length of section %s must be evenly divisible by %d" msgstr "" -#: objcopy.c:4650 +#: objcopy.c:4638 msgid "can't create debugging section" msgstr "" -#: objcopy.c:4664 +#: objcopy.c:4652 msgid "can't set debugging section contents" msgstr "" -#: objcopy.c:4673 +#: objcopy.c:4661 #, c-format msgid "don't know how to write debugging information for %s" msgstr "" -#: objcopy.c:4860 +#: objcopy.c:4850 msgid "could not create temporary file to hold stripped copy" msgstr "" -#: objcopy.c:4939 +#: objcopy.c:4924 #, c-format msgid "%s: bad version in PE subsystem" msgstr "" -#: objcopy.c:4969 +#: objcopy.c:4954 #, c-format msgid "unknown PE subsystem: %s" msgstr "" -#: objcopy.c:5023 objcopy.c:5294 objcopy.c:5374 objcopy.c:5515 objcopy.c:5547 -#: objcopy.c:5610 objcopy.c:5614 objcopy.c:5634 +#: objcopy.c:5008 objcopy.c:5280 objcopy.c:5360 objcopy.c:5501 objcopy.c:5533 +#: objcopy.c:5596 objcopy.c:5600 objcopy.c:5620 #, c-format msgid "bad format for %s" msgstr "" -#: objcopy.c:5052 +#: objcopy.c:5037 #, c-format msgid "cannot open: %s: %s" msgstr "" -#: objcopy.c:5106 +#: objcopy.c:5092 msgid "byte number must be non-negative" msgstr "" -#: objcopy.c:5112 +#: objcopy.c:5098 #, c-format msgid "architecture %s unknown" msgstr "" -#: objcopy.c:5120 +#: objcopy.c:5106 msgid "interleave must be positive" msgstr "" -#: objcopy.c:5129 +#: objcopy.c:5115 msgid "interleave width must be positive" msgstr "" -#: objcopy.c:5447 +#: objcopy.c:5433 #, c-format msgid "unrecognized --compress-debug-sections type `%s'" msgstr "" -#: objcopy.c:5468 +#: objcopy.c:5454 #, c-format msgid "unrecognized --elf-stt-common= option `%s'" msgstr "" -#: objcopy.c:5484 +#: objcopy.c:5470 #, c-format msgid "Warning: truncating gap-fill from 0x%s to 0x%x" msgstr "" -#: objcopy.c:5570 +#: objcopy.c:5556 msgid "bad format for --set-section-alignment: argument needed" msgstr "" -#: objcopy.c:5574 +#: objcopy.c:5560 msgid "bad format for --set-section-alignment: numeric argument needed" msgstr "" #. Number has more than on 1, i.e. wasn't a power of 2. -#: objcopy.c:5586 +#: objcopy.c:5572 msgid "bad format for --set-section-alignment: alignment is not a power of two" msgstr "" -#: objcopy.c:5689 +#: objcopy.c:5679 #, c-format msgid "unknown long section names option '%s'" msgstr "" -#: objcopy.c:5712 +#: objcopy.c:5702 msgid "unable to parse alternative machine code" msgstr "" -#: objcopy.c:5761 +#: objcopy.c:5751 msgid "number of bytes to reverse must be positive and even" msgstr "" -#: objcopy.c:5764 +#: objcopy.c:5754 #, c-format msgid "Warning: ignoring previous --reverse-bytes value of %d" msgstr "" -#: objcopy.c:5779 +#: objcopy.c:5769 #, c-format msgid "%s: invalid reserve value for --heap" msgstr "" -#: objcopy.c:5785 +#: objcopy.c:5775 #, c-format msgid "%s: invalid commit value for --heap" msgstr "" -#: objcopy.c:5810 +#: objcopy.c:5800 #, c-format msgid "%s: invalid reserve value for --stack" msgstr "" -#: objcopy.c:5816 +#: objcopy.c:5806 #, c-format msgid "%s: invalid commit value for --stack" msgstr "" -#: objcopy.c:5825 +#: objcopy.c:5815 msgid "verilog data width must be at least 1 byte" msgstr "" -#: objcopy.c:5842 +#: objcopy.c:5832 msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)" msgstr "" -#: objcopy.c:5854 +#: objcopy.c:5844 msgid "interleave start byte must be set with --byte" msgstr "" -#: objcopy.c:5857 +#: objcopy.c:5847 msgid "byte number must be less than interleave" msgstr "" -#: objcopy.c:5860 +#: objcopy.c:5850 msgid "interleave width must be less than or equal to interleave - byte`" msgstr "" -#: objcopy.c:5889 +#: objcopy.c:5879 #, c-format msgid "unknown input EFI target: %s" msgstr "" -#: objcopy.c:5920 +#: objcopy.c:5910 #, c-format msgid "unknown output EFI target: %s" msgstr "" -#: objcopy.c:5946 +#: objcopy.c:5936 #, c-format msgid "" "warning: could not create temporary file whilst copying '%s', (error: %s)" msgstr "" -#: objcopy.c:5987 objcopy.c:6001 +#: objcopy.c:5973 objcopy.c:5987 #, c-format msgid "%s %s%c0x%s never used" msgstr "" -#: objdump.c:213 +#: objdump.c:212 #, c-format msgid "Usage: %s <option(s)> <file(s)>\n" msgstr "" -#: objdump.c:214 +#: objdump.c:213 #, c-format msgid " Display information from object <file(s)>.\n" msgstr "" -#: objdump.c:215 +#: objdump.c:214 #, c-format msgid " At least one of the following switches must be given:\n" msgstr "" -#: objdump.c:216 +#: objdump.c:215 +#, c-format +msgid " -a, --archive-headers Display archive header information\n" +msgstr "" + +#: objdump.c:217 #, c-format msgid "" -" -a, --archive-headers Display archive header information\n" " -f, --file-headers Display the contents of the overall file header\n" +msgstr "" + +#: objdump.c:219 +#, c-format +msgid "" " -p, --private-headers Display object format specific file header " "contents\n" -" -P, --private=OPT,OPT... Display object format specific contents\n" +msgstr "" + +#: objdump.c:221 +#, c-format +msgid " -P, --private=OPT,OPT... Display object format specific contents\n" +msgstr "" + +#: objdump.c:223 +#, c-format +msgid "" " -h, --[section-]headers Display the contents of the section headers\n" -" -x, --all-headers Display the contents of all headers\n" +msgstr "" + +#: objdump.c:225 +#, c-format +msgid " -x, --all-headers Display the contents of all headers\n" +msgstr "" + +#: objdump.c:227 +#, c-format +msgid "" " -d, --disassemble Display assembler contents of executable " "sections\n" -" -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" +msgstr "" + +#: objdump.c:229 +#, c-format +msgid " -D, --disassemble-all Display assembler contents of all sections\n" +msgstr "" + +#: objdump.c:231 +#, c-format +msgid " --disassemble=<sym> Display assembler contents from <sym>\n" +msgstr "" + +#: objdump.c:233 +#, c-format +msgid " -S, --source Intermix source code with disassembly\n" +msgstr "" + +#: objdump.c:235 +#, c-format +msgid " --source-comment[=<txt>] Prefix lines of source code with <txt>\n" +msgstr "" + +#: objdump.c:237 +#, c-format +msgid "" " -s, --full-contents Display the full contents of all sections " "requested\n" -" -g, --debugging Display debug information in object file\n" +msgstr "" + +#: objdump.c:239 +#, c-format +msgid " -g, --debugging Display debug information in object file\n" +msgstr "" + +#: objdump.c:241 +#, c-format +msgid "" " -e, --debugging-tags Display debug information using ctags style\n" +msgstr "" + +#: objdump.c:243 +#, c-format +msgid "" " -G, --stabs Display (in raw form) any STABS info in the file\n" -" -W[lLiaprmfFsoORtUuTgAckK] or\n" -" --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro," -"=frames,\n" -" =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n" -" =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n" -" =addr,=cu_index,=links,=follow-links]\n" -" Display DWARF info in the file\n" msgstr "" -#: objdump.c:240 +#: objdump.c:245 #, c-format -msgid " --ctf=SECTION Display CTF info from SECTION\n" +msgid "" +" -W, --dwarf[a/=abbrev, A/=addr, r/=aranges, c/=cu_index, L/=decodedline,\n" +" f/=frames, F/=frames-interp, g/=gdb_index, i/=info, o/=loc,\n" +" m/=macro, p/=pubnames, t/=pubtypes, R/=Ranges, l/=rawline,\n" +" s/=str, O/=str-offsets, u/=trace_abbrev, T/=trace_aranges,\n" +" U/=trace_info]\n" +" Display the contents of DWARF debug sections\n" msgstr "" -#: objdump.c:244 +#: objdump.c:252 +#, c-format +msgid "" +" -Wk,--dwarf=links Display the contents of sections that link to\n" +" separate debuginfo files\n" +msgstr "" + +#: objdump.c:256 +#, c-format +msgid "" +" -WK,--dwarf=follow-links\n" +" Follow links to separate debug info files " +"(default)\n" +msgstr "" + +#: objdump.c:259 +#, c-format +msgid "" +" -WN,--dwarf=no-follow-links\n" +" Do not follow links to separate debug info files\n" +msgstr "" + +#: objdump.c:263 +#, c-format +msgid "" +" -WK,--dwarf=follow-links\n" +" Follow links to separate debug info files\n" +msgstr "" + +#: objdump.c:266 +#, c-format +msgid "" +" -WN,--dwarf=no-follow-links\n" +" Do not follow links to separate debug info files\n" +" (default)\n" +msgstr "" + +#: objdump.c:271 +#, c-format +msgid "" +" -L, --process-links Display the contents of non-debug sections in\n" +" separate debuginfo files. (Implies -WK)\n" +msgstr "" + +#: objdump.c:275 +#, c-format +msgid " --ctf=SECTION Display CTF info from SECTION\n" +msgstr "" + +#: objdump.c:278 #, c-format msgid "" " -t, --syms Display the contents of the symbol table(s)\n" +msgstr "" + +#: objdump.c:280 +#, c-format +msgid "" " -T, --dynamic-syms Display the contents of the dynamic symbol table\n" -" -r, --reloc Display the relocation entries in the file\n" +msgstr "" + +#: objdump.c:282 +#, c-format +msgid " -r, --reloc Display the relocation entries in the file\n" +msgstr "" + +#: objdump.c:284 +#, c-format +msgid "" " -R, --dynamic-reloc Display the dynamic relocation entries in the " "file\n" -" @<file> Read options from <file>\n" -" -v, --version Display this program's version number\n" +msgstr "" + +#: objdump.c:286 +#, c-format +msgid " @<file> Read options from <file>\n" +msgstr "" + +#: objdump.c:288 +#, c-format +msgid " -v, --version Display this program's version number\n" +msgstr "" + +#: objdump.c:290 +#, c-format +msgid "" " -i, --info List object formats and architectures supported\n" -" -H, --help Display this information\n" msgstr "" -#: objdump.c:258 +#: objdump.c:292 +#, c-format +msgid " -H, --help Display this information\n" +msgstr "" + +#: objdump.c:299 #, c-format msgid "" "\n" " The following switches are optional:\n" msgstr "" -#: objdump.c:259 +#: objdump.c:300 #, c-format msgid "" " -b, --target=BFDNAME Specify the target object format as " "BFDNAME\n" +msgstr "" + +#: objdump.c:302 +#, c-format +msgid "" " -m, --architecture=MACHINE Specify the target architecture as MACHINE\n" +msgstr "" + +#: objdump.c:304 +#, c-format +msgid "" " -j, --section=NAME Only display information for section NAME\n" -" -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n" +msgstr "" + +#: objdump.c:306 +#, c-format +msgid " -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n" +msgstr "" + +#: objdump.c:308 +#, c-format +msgid "" " -EB --endian=big Assume big endian format when " "disassembling\n" +msgstr "" + +#: objdump.c:310 +#, c-format +msgid "" " -EL --endian=little Assume little endian format when " "disassembling\n" +msgstr "" + +#: objdump.c:312 +#, c-format +msgid "" " --file-start-context Include context from start of file (with -" "S)\n" +msgstr "" + +#: objdump.c:314 +#, c-format +msgid "" " -I, --include=DIR Add DIR to search list for source files\n" +msgstr "" + +#: objdump.c:316 +#, c-format +msgid "" " -l, --line-numbers Include line numbers and filenames in " "output\n" +msgstr "" + +#: objdump.c:318 +#, c-format +msgid "" " -F, --file-offsets Include file offsets when displaying " "information\n" +msgstr "" + +#: objdump.c:320 +#, c-format +msgid "" " -C, --demangle[=STYLE] Decode mangled/processed symbol names\n" " The STYLE, if specified, can be `auto', " "`gnu',\n" " `lucid', `arm', `hp', `edg', `gnu-v3', " "`java'\n" " or `gnat'\n" +msgstr "" + +#: objdump.c:325 +#, c-format +msgid "" " --recurse-limit Enable a limit on recursion whilst " -"demangling. [Default]\n" +"demangling\n" +" (default)\n" +msgstr "" + +#: objdump.c:328 +#, c-format +msgid "" " --no-recurse-limit Disable a limit on recursion whilst " "demangling\n" +msgstr "" + +#: objdump.c:330 +#, c-format +msgid "" " -w, --wide Format output for more than 80 columns\n" +msgstr "" + +#: objdump.c:332 +#, c-format +msgid "" " -z, --disassemble-zeroes Do not skip blocks of zeroes when " "disassembling\n" +msgstr "" + +#: objdump.c:334 +#, c-format +msgid "" " --start-address=ADDR Only process data whose address is >= ADDR\n" +msgstr "" + +#: objdump.c:336 +#, c-format +msgid "" " --stop-address=ADDR Only process data whose address is < ADDR\n" +msgstr "" + +#: objdump.c:338 +#, c-format +msgid "" " --no-addresses Do not print address alongside disassembly\n" +msgstr "" + +#: objdump.c:340 +#, c-format +msgid "" " --prefix-addresses Print complete address alongside " "disassembly\n" +msgstr "" + +#: objdump.c:342 +#, c-format +msgid "" " --[no-]show-raw-insn Display hex alongside symbolic disassembly\n" +msgstr "" + +#: objdump.c:344 +#, c-format +msgid "" " --insn-width=WIDTH Display WIDTH bytes on a single line for -" "d\n" +msgstr "" + +#: objdump.c:346 +#, c-format +msgid "" " --adjust-vma=OFFSET Add OFFSET to all displayed section " "addresses\n" +msgstr "" + +#: objdump.c:348 +#, c-format +msgid "" " --special-syms Include special symbols in symbol dumps\n" +msgstr "" + +#: objdump.c:350 +#, c-format +msgid "" " --inlines Print all inlines for source line (with -" "l)\n" -" --prefix=PREFIX Add PREFIX to absolute paths for -S\n" -" --prefix-strip=LEVEL Strip initial directory names for -S\n" msgstr "" -#: objdump.c:289 +#: objdump.c:352 +#, c-format +msgid " --prefix=PREFIX Add PREFIX to absolute paths for -S\n" +msgstr "" + +#: objdump.c:354 +#, c-format +msgid " --prefix-strip=LEVEL Strip initial directory names for -S\n" +msgstr "" + +#: objdump.c:356 +#, c-format +msgid "" +" --dwarf-depth=N Do not display DIEs at depth N or greater\n" +msgstr "" + +#: objdump.c:358 +#, c-format +msgid " --dwarf-start=N Display DIEs starting at offset N\n" +msgstr "" + +#: objdump.c:360 #, c-format msgid "" -" --dwarf-depth=N Do not display DIEs at depth N or greater\n" -" --dwarf-start=N Display DIEs starting with N, at the same " -"depth\n" -" or deeper\n" -" --dwarf-check Make additional dwarf internal consistency " -"checks.\n" +" --dwarf-check Make additional dwarf consistency checks.\n" msgstr "" -#: objdump.c:295 +#: objdump.c:363 #, c-format -msgid " --ctf-parent=SECTION Use SECTION as the CTF parent\n" +msgid " --ctf-parent=SECTION Use SECTION as the CTF parent\n" msgstr "" -#: objdump.c:298 +#: objdump.c:366 #, c-format msgid "" " --visualize-jumps Visualize jumps by drawing ASCII art lines\n" -" --visualize-jumps=color Use colors in the ASCII art\n" -" --visualize-jumps=extended-color Use extended 8-bit color codes\n" +msgstr "" + +#: objdump.c:368 +#, c-format +msgid " --visualize-jumps=color Use colors in the ASCII art\n" +msgstr "" + +#: objdump.c:370 +#, c-format +msgid "" +" --visualize-jumps=extended-color\n" +" Use extended 8-bit color codes\n" +msgstr "" + +#: objdump.c:373 +#, c-format +msgid "" " --visualize-jumps=off Disable jump visualization\n" "\n" msgstr "" -#: objdump.c:312 +#: objdump.c:384 #, c-format msgid "" "\n" "Options supported for -P/--private switch:\n" msgstr "" -#: objdump.c:548 +#: objdump.c:621 #, c-format msgid "section '%s' mentioned in a -j option, but not found in any input file" msgstr "" -#: objdump.c:703 +#: objdump.c:776 #, c-format msgid "Sections:\n" msgstr "" -#: objdump.c:709 +#: objdump.c:782 #, c-format msgid "Idx %-*s Size %-*s%-*sFile off Algn" msgstr "" -#: objdump.c:715 +#: objdump.c:788 #, c-format msgid " Flags" msgstr "" -#: objdump.c:737 +#: objdump.c:810 #, c-format msgid "failed to read symbol table from: %s" msgstr "" -#: objdump.c:738 objdump.c:4705 +#: objdump.c:811 objdump.c:4753 msgid "error message was" msgstr "" -#: objdump.c:752 +#: objdump.c:826 #, c-format msgid "error: symbol table size (%#lx) is larger than filesize (%#lx)" msgstr "" -#: objdump.c:781 +#: objdump.c:856 #, c-format msgid "%s: not a dynamic object" msgstr "" -#: objdump.c:1379 objdump.c:1406 +#: objdump.c:1455 objdump.c:1482 #, c-format msgid " (File Offset: 0x%lx)" msgstr "" -#: objdump.c:1649 +#: objdump.c:1727 #, c-format msgid "source file %s is more recent than object file\n" msgstr "" -#: objdump.c:2678 +#: objdump.c:2755 #, c-format msgid "\t... (skipping %lu zeroes, resuming at file offset: 0x%lx)\n" msgstr "" -#: objdump.c:2810 +#: objdump.c:2887 #, c-format msgid "disassemble_fn returned length %d" msgstr "" -#: objdump.c:3138 objdump.c:4343 +#: objdump.c:3215 objdump.c:4391 #, c-format msgid "Reading section %s failed because: %s" msgstr "" -#: objdump.c:3159 +#: objdump.c:3236 #, c-format msgid "" "\n" "Disassembly of section %s:\n" msgstr "" -#: objdump.c:3450 +#: objdump.c:3527 #, c-format msgid "can't use supplied machine %s" msgstr "" -#: objdump.c:3471 +#: objdump.c:3548 #, c-format msgid "can't disassemble for architecture %s\n" msgstr "" -#: objdump.c:3562 +#: objdump.c:3637 #, c-format msgid "" "\n" "Section '%s' has an invalid size: %#llx.\n" msgstr "" -#: objdump.c:3572 objdump.c:3595 +#: objdump.c:3682 #, c-format msgid "" "\n" "Can't get contents for section '%s'.\n" msgstr "" -#: objdump.c:3796 +#: objdump.c:3844 #, c-format msgid "File %s does not contain any dwarf debug information\n" msgstr "" -#: objdump.c:3833 +#: objdump.c:3881 #, c-format msgid "" "No %s section present\n" "\n" msgstr "" -#: objdump.c:3840 +#: objdump.c:3888 #, c-format msgid "reading %s section of %s failed: %s" msgstr "" -#: objdump.c:3886 +#: objdump.c:3934 #, c-format msgid "" "Contents of %s section:\n" "\n" msgstr "" -#: objdump.c:4020 +#: objdump.c:4068 #, c-format msgid "architecture: %s, " msgstr "" -#: objdump.c:4023 +#: objdump.c:4071 #, c-format msgid "flags 0x%08x:\n" msgstr "" -#: objdump.c:4036 +#: objdump.c:4084 #, c-format msgid "" "\n" "start address 0x" msgstr "" -#: objdump.c:4086 readelf.c:14658 +#: objdump.c:4134 readelf.c:15094 #, c-format msgid "%s: %s" msgstr "" -#: objdump.c:4086 readelf.c:14658 +#: objdump.c:4134 readelf.c:15094 msgid "warning" msgstr "" -#: objdump.c:4086 readelf.c:14658 +#: objdump.c:4134 readelf.c:15094 msgid "error" msgstr "" -#: objdump.c:4092 readelf.c:14663 +#: objdump.c:4140 readelf.c:15099 #, c-format msgid "CTF error: cannot get CTF errors: `%s'" msgstr "" -#: objdump.c:4119 readelf.c:14689 +#: objdump.c:4167 readelf.c:15125 #, c-format msgid "" "\n" "CTF archive member: %s:\n" msgstr "" -#: objdump.c:4138 +#: objdump.c:4186 #, c-format msgid "Iteration failed: %s, %s" msgstr "" -#: objdump.c:4175 objdump.c:4185 objdump.c:4200 +#: objdump.c:4223 objdump.c:4233 objdump.c:4248 #, c-format msgid "CTF open failure: %s" msgstr "" -#: objdump.c:4204 +#: objdump.c:4252 #, c-format msgid "Contents of CTF section %s:\n" msgstr "" -#: objdump.c:4209 +#: objdump.c:4257 #, c-format msgid "CTF archive member open failure: %s" msgstr "" -#: objdump.c:4229 +#: objdump.c:4277 #, c-format msgid "warning: private headers incomplete: %s" msgstr "" -#: objdump.c:4247 +#: objdump.c:4295 msgid "option -P/--private not supported by this file" msgstr "" -#: objdump.c:4271 +#: objdump.c:4319 #, c-format msgid "target specific dump '%s' not supported" msgstr "" -#: objdump.c:4335 +#: objdump.c:4383 #, c-format msgid "Contents of section %s:" msgstr "" -#: objdump.c:4337 +#: objdump.c:4385 #, c-format msgid " (Starting at file offset: 0x%lx)" msgstr "" -#: objdump.c:4447 +#: objdump.c:4495 #, c-format msgid "no symbols\n" msgstr "" -#: objdump.c:4454 +#: objdump.c:4502 #, c-format msgid "no information for symbol number %ld\n" msgstr "" -#: objdump.c:4457 +#: objdump.c:4505 #, c-format msgid "could not determine the type of symbol number %ld\n" msgstr "" -#: objdump.c:4703 +#: objdump.c:4751 #, c-format msgid "failed to read relocs in: %s" msgstr "" -#: objdump.c:4860 +#: objdump.c:4911 #, c-format msgid "" "\n" "%s: file format %s\n" msgstr "" -#: objdump.c:4959 +#: objdump.c:5011 #, c-format msgid "%s: printing debugging information failed" msgstr "" -#: objdump.c:5055 +#: objdump.c:5107 #, 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:5060 +#: objdump.c:5112 msgid "Archive nesting is too deep" msgstr "" -#: objdump.c:5064 +#: objdump.c:5116 #, c-format msgid "In nested archive %s:\n" msgstr "" -#: objdump.c:5229 +#: objdump.c:5279 msgid "error: the start address should be before the end address" msgstr "" -#: objdump.c:5234 +#: objdump.c:5284 msgid "error: the stop address should be after the start address" msgstr "" -#: objdump.c:5246 +#: objdump.c:5296 msgid "error: prefix strip must be non-negative" msgstr "" -#: objdump.c:5251 +#: objdump.c:5301 msgid "error: instruction width must be positive" msgstr "" -#: objdump.c:5272 +#: objdump.c:5322 msgid "unrecognized argument to --visualize-option" msgstr "" -#: objdump.c:5282 +#: objdump.c:5332 msgid "unrecognized -E option" msgstr "" -#: objdump.c:5293 +#: objdump.c:5343 #, c-format msgid "unrecognized --endian type `%s'" msgstr "" @@ -5984,6 +6369,30 @@ msgid "" " avr-prop Display contents of .avr.prop section\n" msgstr "" +#: od-elf32_avr.c:200 +#, c-format +msgid "Warning: textsize (%#lx) + datasize (%#lx) overflows size type\n" +msgstr "" + +#: od-elf32_avr.c:210 +#, c-format +msgid "" +"Warning: textsize (%#lx) + datasize (%#lx) + bootloadersize (%#lx) overflows " +"size type\n" +msgstr "" + +#: od-elf32_avr.c:221 +#, c-format +msgid "Warning: datatsize (%#lx) + bssssize (%#lx) overflows size type\n" +msgstr "" + +#: od-elf32_avr.c:232 +#, c-format +msgid "" +"Warning: datasize (%#lx) + bsssize (%#lx) + noinitsize (%#lx) overflows size " +"type\n" +msgstr "" + #: od-macho.c:74 #, c-format msgid "" @@ -6246,421 +6655,421 @@ msgid "" " ldinfo Display loader info in core files\n" msgstr "" -#: od-xcoff.c:419 +#: od-xcoff.c:418 #, c-format msgid " nbr sections: %d\n" msgstr "" -#: od-xcoff.c:420 +#: od-xcoff.c:419 #, c-format msgid " time and date: 0x%08x - " msgstr "" -#: od-xcoff.c:422 readelf.c:19232 +#: od-xcoff.c:421 readelf.c:19706 #, c-format msgid "not set\n" msgstr "" -#: od-xcoff.c:429 +#: od-xcoff.c:428 #, c-format msgid " symbols off: 0x%08x\n" msgstr "" -#: od-xcoff.c:430 +#: od-xcoff.c:429 #, c-format msgid " nbr symbols: %d\n" msgstr "" -#: od-xcoff.c:431 +#: od-xcoff.c:430 #, c-format msgid " opt hdr sz: %d\n" msgstr "" -#: od-xcoff.c:432 +#: od-xcoff.c:431 #, c-format msgid " flags: 0x%04x " msgstr "" -#: od-xcoff.c:446 +#: od-xcoff.c:445 #, c-format msgid "Auxiliary header:\n" msgstr "" -#: od-xcoff.c:449 +#: od-xcoff.c:448 #, c-format msgid " No aux header\n" msgstr "" -#: od-xcoff.c:454 +#: od-xcoff.c:453 #, c-format msgid "warning: optional header size too large (> %d)\n" msgstr "" -#: od-xcoff.c:460 +#: od-xcoff.c:459 msgid "cannot read auxhdr" msgstr "" -#: od-xcoff.c:525 +#: od-xcoff.c:524 #, c-format msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n" msgstr "" -#: od-xcoff.c:530 +#: od-xcoff.c:529 #, c-format msgid " No section header\n" msgstr "" -#: od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602 +#: od-xcoff.c:534 od-xcoff.c:546 od-xcoff.c:601 msgid "cannot read section header" msgstr "" -#: od-xcoff.c:561 +#: od-xcoff.c:560 #, c-format msgid " Flags: %08x " msgstr "" -#: od-xcoff.c:569 +#: od-xcoff.c:568 #, c-format msgid "overflow - nreloc: %u, nlnno: %u\n" msgstr "" -#: od-xcoff.c:590 od-xcoff.c:925 od-xcoff.c:981 +#: od-xcoff.c:589 od-xcoff.c:924 od-xcoff.c:980 msgid "cannot read section headers" msgstr "" -#: od-xcoff.c:649 +#: od-xcoff.c:648 msgid "cannot read strings table length" msgstr "" -#: od-xcoff.c:665 +#: od-xcoff.c:664 msgid "cannot read strings table" msgstr "" -#: od-xcoff.c:673 +#: od-xcoff.c:672 msgid "cannot read symbol table" msgstr "" -#: od-xcoff.c:688 +#: od-xcoff.c:687 msgid "cannot read symbol entry" msgstr "" -#: od-xcoff.c:723 +#: od-xcoff.c:722 msgid "cannot read symbol aux entry" msgstr "" -#: od-xcoff.c:745 +#: od-xcoff.c:744 #, c-format msgid "Symbols table (strtable at 0x%08x)" msgstr "" -#: od-xcoff.c:750 +#: od-xcoff.c:749 #, c-format msgid "" ":\n" " No symbols\n" msgstr "" -#: od-xcoff.c:756 +#: od-xcoff.c:755 #, c-format msgid " (no strings):\n" msgstr "" -#: od-xcoff.c:758 +#: od-xcoff.c:757 #, c-format msgid " (strings size: %08x):\n" msgstr "" #. Translators: 'sc' is for storage class, 'off' for offset. -#: od-xcoff.c:772 +#: od-xcoff.c:771 #, c-format msgid " # sc value section type aux name/off\n" msgstr "" #. Section length, number of relocs and line number. -#: od-xcoff.c:824 +#: od-xcoff.c:823 #, c-format msgid " scnlen: %08x nreloc: %-6u nlinno: %-6u\n" msgstr "" #. Section length and number of relocs. -#: od-xcoff.c:831 +#: od-xcoff.c:830 #, c-format msgid " scnlen: %08x nreloc: %-6u\n" msgstr "" -#: od-xcoff.c:894 +#: od-xcoff.c:893 #, c-format msgid "offset: %08x" msgstr "" -#: od-xcoff.c:937 +#: od-xcoff.c:936 #, c-format msgid "Relocations for %s (%u)\n" msgstr "" -#: od-xcoff.c:940 +#: od-xcoff.c:939 msgid "cannot read relocations" msgstr "" -#: od-xcoff.c:953 +#: od-xcoff.c:952 msgid "cannot read relocation entry" msgstr "" -#: od-xcoff.c:993 +#: od-xcoff.c:992 #, c-format msgid "Line numbers for %s (%u)\n" msgstr "" -#: od-xcoff.c:996 +#: od-xcoff.c:995 msgid "cannot read line numbers" msgstr "" #. Line number, symbol index and physical address. -#: od-xcoff.c:1000 +#: od-xcoff.c:999 #, c-format msgid "lineno symndx/paddr\n" msgstr "" -#: od-xcoff.c:1008 +#: od-xcoff.c:1007 msgid "cannot read line number entry" msgstr "" -#: od-xcoff.c:1051 +#: od-xcoff.c:1050 #, c-format msgid "no .loader section in file\n" msgstr "" -#: od-xcoff.c:1057 +#: od-xcoff.c:1056 #, c-format msgid "section .loader is too short\n" msgstr "" -#: od-xcoff.c:1064 +#: od-xcoff.c:1063 #, c-format msgid "Loader header:\n" msgstr "" -#: od-xcoff.c:1066 +#: od-xcoff.c:1065 #, c-format msgid " version: %u\n" msgstr "" -#: od-xcoff.c:1069 +#: od-xcoff.c:1068 #, c-format msgid " Unhandled version\n" msgstr "" -#: od-xcoff.c:1074 +#: od-xcoff.c:1073 #, c-format msgid " nbr symbols: %u\n" msgstr "" -#: od-xcoff.c:1076 +#: od-xcoff.c:1075 #, c-format msgid " nbr relocs: %u\n" msgstr "" #. Import string table length. -#: od-xcoff.c:1078 +#: od-xcoff.c:1077 #, c-format msgid " import strtab len: %u\n" msgstr "" -#: od-xcoff.c:1081 +#: od-xcoff.c:1080 #, c-format msgid " nbr import files: %u\n" msgstr "" -#: od-xcoff.c:1083 +#: od-xcoff.c:1082 #, c-format msgid " import file off: %u\n" msgstr "" -#: od-xcoff.c:1085 +#: od-xcoff.c:1084 #, c-format msgid " string table len: %u\n" msgstr "" -#: od-xcoff.c:1087 +#: od-xcoff.c:1086 #, c-format msgid " string table off: %u\n" msgstr "" -#: od-xcoff.c:1090 +#: od-xcoff.c:1089 #, c-format msgid "Dynamic symbols:\n" msgstr "" -#: od-xcoff.c:1097 +#: od-xcoff.c:1096 #, c-format msgid " %4u %08x %3u " msgstr "" -#: od-xcoff.c:1110 +#: od-xcoff.c:1109 #, c-format msgid " %3u %3u " msgstr "" -#: od-xcoff.c:1119 +#: od-xcoff.c:1118 #, c-format msgid "(bad offset: %u)" msgstr "" -#: od-xcoff.c:1126 +#: od-xcoff.c:1125 #, c-format msgid "Dynamic relocs:\n" msgstr "" -#: od-xcoff.c:1166 +#: od-xcoff.c:1165 #, c-format msgid "Import files:\n" msgstr "" -#: od-xcoff.c:1198 +#: od-xcoff.c:1197 #, c-format msgid "no .except section in file\n" msgstr "" -#: od-xcoff.c:1206 +#: od-xcoff.c:1205 #, c-format msgid "Exception table:\n" msgstr "" -#: od-xcoff.c:1241 +#: od-xcoff.c:1240 #, c-format msgid "no .typchk section in file\n" msgstr "" -#: od-xcoff.c:1248 +#: od-xcoff.c:1247 #, c-format msgid "Type-check section:\n" msgstr "" -#: od-xcoff.c:1295 +#: od-xcoff.c:1294 #, c-format msgid " address beyond section size\n" msgstr "" -#: od-xcoff.c:1305 +#: od-xcoff.c:1304 #, c-format msgid " tags at %08x\n" msgstr "" -#: od-xcoff.c:1383 +#: od-xcoff.c:1382 #, c-format msgid " number of CTL anchors: %u\n" msgstr "" -#: od-xcoff.c:1402 +#: od-xcoff.c:1401 #, c-format msgid " Name (len: %u): " msgstr "" -#: od-xcoff.c:1405 +#: od-xcoff.c:1404 #, c-format msgid "[truncated]\n" msgstr "" -#: od-xcoff.c:1424 +#: od-xcoff.c:1423 #, c-format msgid " (end of tags at %08x)\n" msgstr "" -#: od-xcoff.c:1427 +#: od-xcoff.c:1426 #, c-format msgid " no tags found\n" msgstr "" -#: od-xcoff.c:1431 +#: od-xcoff.c:1430 #, c-format msgid " Truncated .text section\n" msgstr "" -#: od-xcoff.c:1516 +#: od-xcoff.c:1515 #, c-format msgid "TOC:\n" msgstr "" -#: od-xcoff.c:1559 +#: od-xcoff.c:1558 #, c-format msgid "Nbr entries: %-8u Size: %08x (%u)\n" msgstr "" -#: od-xcoff.c:1643 +#: od-xcoff.c:1642 msgid "cannot read header" msgstr "" -#: od-xcoff.c:1651 +#: od-xcoff.c:1650 #, c-format msgid "File header:\n" msgstr "" -#: od-xcoff.c:1652 +#: od-xcoff.c:1651 #, c-format msgid " magic: 0x%04x (0%04o) " msgstr "" -#: od-xcoff.c:1656 +#: od-xcoff.c:1655 #, c-format msgid "(WRMAGIC: writable text segments)" msgstr "" -#: od-xcoff.c:1659 +#: od-xcoff.c:1658 #, c-format msgid "(ROMAGIC: readonly sharablee text segments)" msgstr "" -#: od-xcoff.c:1662 +#: od-xcoff.c:1661 #, c-format msgid "(TOCMAGIC: readonly text segments and TOC)" msgstr "" -#: od-xcoff.c:1665 +#: od-xcoff.c:1664 #, c-format msgid "unknown magic" msgstr "" -#: od-xcoff.c:1673 od-xcoff.c:1815 +#: od-xcoff.c:1672 od-xcoff.c:1814 #, c-format msgid " Unhandled magic\n" msgstr "" -#: od-xcoff.c:1739 +#: od-xcoff.c:1738 msgid "cannot read loader info table" msgstr "" -#: od-xcoff.c:1771 +#: od-xcoff.c:1770 #, c-format msgid "" "\n" "ldinfo dump not supported in 32 bits environments\n" msgstr "" -#: od-xcoff.c:1789 +#: od-xcoff.c:1788 msgid "cannot core read header" msgstr "" -#: od-xcoff.c:1796 +#: od-xcoff.c:1795 #, c-format msgid "Core header:\n" msgstr "" -#: od-xcoff.c:1797 +#: od-xcoff.c:1796 #, c-format msgid " version: 0x%08x " msgstr "" -#: od-xcoff.c:1801 +#: od-xcoff.c:1800 #, c-format msgid "(dumpx format - aix4.3 / 32 bits)" msgstr "" -#: od-xcoff.c:1804 +#: od-xcoff.c:1803 #, c-format msgid "(dumpxx format - aix5.0 / 64 bits)" msgstr "" -#: od-xcoff.c:1807 +#: od-xcoff.c:1806 #, c-format msgid "unknown format" msgstr "" @@ -6719,312 +7128,380 @@ msgstr "" msgid "Last stabs entries before error:\n" msgstr "" -#: readelf.c:347 +#: readelf.c:354 msgid "<none>" msgstr "" -#: readelf.c:348 +#: readelf.c:355 msgid "<no-strings>" msgstr "" -#: readelf.c:434 +#: readelf.c:437 #, c-format msgid "Size truncation prevents reading %s elements of size %s for %s\n" msgstr "" -#: readelf.c:444 +#: readelf.c:447 #, c-format msgid "Size overflow prevents reading %s elements of size %s for %s\n" msgstr "" -#: readelf.c:457 +#: readelf.c:460 #, c-format msgid "Reading %s bytes extends past end of file for %s\n" msgstr "" -#: readelf.c:466 +#: readelf.c:469 #, c-format msgid "Unable to seek to 0x%lx for %s\n" msgstr "" -#: readelf.c:480 +#: readelf.c:483 #, c-format msgid "Out of memory allocating %s bytes for %s\n" msgstr "" -#: readelf.c:491 +#: readelf.c:494 #, c-format msgid "Unable to read in %s bytes of %s\n" msgstr "" -#: readelf.c:952 +#: readelf.c:971 msgid "Don't know about relocations on this machine architecture\n" msgstr "" -#: readelf.c:979 readelf.c:1084 +#: readelf.c:998 readelf.c:1103 msgid "32-bit relocation data" msgstr "" -#: readelf.c:991 readelf.c:1021 readelf.c:1095 readelf.c:1124 +#: readelf.c:1010 readelf.c:1040 readelf.c:1114 readelf.c:1143 msgid "out of memory parsing relocs\n" msgstr "" -#: readelf.c:1009 readelf.c:1113 +#: readelf.c:1028 readelf.c:1132 msgid "64-bit relocation data" msgstr "" -#: readelf.c:1243 +#: readelf.c:1262 #, c-format msgid "" " Offset Info Type Sym. Value Symbol's Name + Addend\n" msgstr "" -#: readelf.c:1245 +#: readelf.c:1264 #, c-format msgid " Offset Info Type Sym.Value Sym. Name + Addend\n" msgstr "" -#: readelf.c:1250 +#: readelf.c:1269 #, c-format msgid " Offset Info Type Sym. Value Symbol's Name\n" msgstr "" -#: readelf.c:1252 +#: readelf.c:1271 #, c-format msgid " Offset Info Type Sym.Value Sym. Name\n" msgstr "" -#: readelf.c:1260 +#: readelf.c:1279 #, c-format msgid "" " Offset Info Type Symbol's Value " "Symbol's Name + Addend\n" msgstr "" -#: readelf.c:1262 +#: readelf.c:1281 #, c-format msgid "" " Offset Info Type Sym. Value Sym. Name + " "Addend\n" msgstr "" -#: readelf.c:1267 +#: readelf.c:1286 #, c-format msgid "" " Offset Info Type Symbol's Value " "Symbol's Name\n" msgstr "" -#: readelf.c:1269 +#: readelf.c:1288 #, c-format msgid "" " Offset Info Type Sym. Value Sym. Name\n" msgstr "" -#: readelf.c:1640 readelf.c:1833 readelf.c:1841 +#: readelf.c:1659 readelf.c:1852 readelf.c:1860 #, c-format msgid "unrecognized: %-7lx" msgstr "" -#: readelf.c:1666 +#: readelf.c:1685 #, c-format msgid "<unknown addend: %lx>" msgstr "" -#: readelf.c:1675 +#: readelf.c:1694 #, c-format msgid " bad symbol index: %08lx in reloc\n" msgstr "" -#: readelf.c:1778 +#: readelf.c:1797 #, c-format msgid "<string table index: %3ld>" msgstr "" -#: readelf.c:1781 +#: readelf.c:1800 #, c-format msgid "<corrupt string table index: %3ld>\n" msgstr "" -#: readelf.c:2286 +#: readelf.c:2305 #, c-format msgid "Processor Specific: %lx" msgstr "" -#: readelf.c:2313 +#: readelf.c:2332 #, c-format msgid "Operating System specific: %lx" msgstr "" -#: readelf.c:2317 readelf.c:4135 +#: readelf.c:2336 readelf.c:4246 #, c-format msgid "<unknown>: %lx" msgstr "" -#: readelf.c:2330 +#: readelf.c:2436 msgid "NONE (None)" msgstr "" -#: readelf.c:2331 +#: readelf.c:2437 msgid "REL (Relocatable file)" msgstr "" -#: readelf.c:2332 +#: readelf.c:2438 msgid "EXEC (Executable file)" msgstr "" -#: readelf.c:2333 +#: readelf.c:2441 +msgid "DYN (Position-Independent Executable file)" +msgstr "" + +#: readelf.c:2443 msgid "DYN (Shared object file)" msgstr "" -#: readelf.c:2334 +#: readelf.c:2444 msgid "CORE (Core file)" msgstr "" -#: readelf.c:2338 +#: readelf.c:2448 #, c-format msgid "Processor Specific: (%x)" msgstr "" -#: readelf.c:2340 +#: readelf.c:2450 #, c-format msgid "OS Specific: (%x)" msgstr "" -#: readelf.c:2342 +#: readelf.c:2452 #, c-format msgid "<unknown>: %x" msgstr "" #. Please keep this switch table sorted by increasing EM_ value. #. 0 -#: readelf.c:2356 readelf.c:17189 readelf.c:17200 +#: readelf.c:2466 readelf.c:17634 readelf.c:17645 msgid "None" msgstr "" -#: readelf.c:2603 +#: readelf.c:2714 #, c-format msgid "<unknown>: 0x%x" msgstr "" -#: readelf.c:2889 +#: readelf.c:3000 msgid ", <unknown>" msgstr "" -#: readelf.c:3258 readelf.c:10099 +#: readelf.c:3369 readelf.c:10401 msgid "unknown" msgstr "" -#: readelf.c:3259 +#: readelf.c:3370 msgid "unknown mac" msgstr "" -#: readelf.c:3327 +#: readelf.c:3438 msgid ", <unknown MeP cpu type>" msgstr "" -#: readelf.c:3337 +#: readelf.c:3448 msgid "<unknown MeP copro type>" msgstr "" -#: readelf.c:3348 +#: readelf.c:3459 #, c-format msgid ", unknown flags bits: %#x" msgstr "" -#: readelf.c:3357 +#: readelf.c:3468 msgid ", relocatable" msgstr "" -#: readelf.c:3360 +#: readelf.c:3471 msgid ", relocatable-lib" msgstr "" -#: readelf.c:3442 +#: readelf.c:3553 msgid ", unknown v850 architecture variant" msgstr "" -#: readelf.c:3510 +#: readelf.c:3621 msgid ", unknown CPU" msgstr "" -#: readelf.c:3525 +#: readelf.c:3636 msgid ", unknown ABI" msgstr "" -#: readelf.c:3550 readelf.c:3621 +#: readelf.c:3661 readelf.c:3732 msgid ", unknown ISA" msgstr "" -#: readelf.c:3731 +#: readelf.c:3842 #, c-format msgid "Unrecognised IA64 VMS Command Code: %x\n" msgstr "" -#: readelf.c:3797 +#: readelf.c:3908 msgid ": architecture variant: " msgstr "" -#: readelf.c:3816 +#: readelf.c:3927 msgid ": unknown" msgstr "" -#: readelf.c:3820 +#: readelf.c:3931 msgid ": unknown extra flag bits also present" msgstr "" -#: readelf.c:3834 +#: readelf.c:3945 msgid ", unknown" msgstr "" -#: readelf.c:3886 +#: readelf.c:3997 msgid "Standalone App" msgstr "" -#: readelf.c:3895 +#: readelf.c:4006 msgid "Bare-metal C6000" msgstr "" -#: readelf.c:3905 readelf.c:4986 readelf.c:5002 readelf.c:18599 readelf.c:18699 -#: readelf.c:18730 readelf.c:18767 readelf.c:18828 readelf.c:18855 +#: readelf.c:4016 readelf.c:5193 readelf.c:5209 readelf.c:19058 readelf.c:19158 +#: readelf.c:19189 readelf.c:19226 readelf.c:19287 readelf.c:19314 #, 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:4504 +#: readelf.c:4615 #, c-format msgid "%08x: <unknown>" msgstr "" -#: readelf.c:4588 +#: readelf.c:4702 #, c-format msgid "Usage: readelf <option(s)> elf-file(s)\n" msgstr "" -#: readelf.c:4589 +#: readelf.c:4703 #, c-format msgid " Display information about the contents of ELF format files\n" msgstr "" -#: readelf.c:4590 +#: readelf.c:4704 +#, c-format +msgid " Options are:\n" +msgstr "" + +#: readelf.c:4705 +#, c-format +msgid " -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +msgstr "" + +#: readelf.c:4707 +#, c-format +msgid " -h --file-header Display the ELF file header\n" +msgstr "" + +#: readelf.c:4709 +#, c-format +msgid " -l --program-headers Display the program headers\n" +msgstr "" + +#: readelf.c:4711 +#, c-format +msgid " --segments An alias for --program-headers\n" +msgstr "" + +#: readelf.c:4713 +#, c-format +msgid " -S --section-headers Display the sections' header\n" +msgstr "" + +#: readelf.c:4715 +#, c-format +msgid " --sections An alias for --section-headers\n" +msgstr "" + +#: readelf.c:4717 +#, c-format +msgid " -g --section-groups Display the section groups\n" +msgstr "" + +#: readelf.c:4719 +#, c-format +msgid " -t --section-details Display the section details\n" +msgstr "" + +#: readelf.c:4721 +#, c-format +msgid " -e --headers Equivalent to: -h -l -S\n" +msgstr "" + +#: readelf.c:4723 +#, c-format +msgid " -s --syms Display the symbol table\n" +msgstr "" + +#: readelf.c:4725 +#, c-format +msgid " --symbols An alias for --syms\n" +msgstr "" + +#: readelf.c:4727 +#, c-format +msgid " --dyn-syms Display the dynamic symbol table\n" +msgstr "" + +#: readelf.c:4729 +#, c-format +msgid " --lto-syms Display LTO symbol tables\n" +msgstr "" + +#: readelf.c:4731 +#, c-format +msgid "" +" --sym-base=[0|8|10|16] \n" +" Force base for symbol sizes. The options are \n" +" mixed (the default), octal, decimal, hexadecimal.\n" +msgstr "" + +#: readelf.c:4735 #, c-format msgid "" -" Options are:\n" -" -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" -" -h --file-header Display the ELF file header\n" -" -l --program-headers Display the program headers\n" -" --segments An alias for --program-headers\n" -" -S --section-headers Display the sections' header\n" -" --sections An alias for --section-headers\n" -" -g --section-groups Display the section groups\n" -" -t --section-details Display the section details\n" -" -e --headers Equivalent to: -h -l -S\n" -" -s --syms Display the symbol table\n" -" --symbols An alias for --syms\n" -" --dyn-syms Display the dynamic symbol table\n" -" --lto-syms Display LTO symbol tables\n" " -C --demangle[=STYLE] Decode low-level symbol names into user-level " "names\n" " The STYLE, if specified, can be `auto' (the " @@ -7032,650 +7509,822 @@ msgid "" " `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', " "`java'\n" " or `gnat'\n" -" --no-demangle Do not demangle low-level symbol names. (This is " -"the default)\n" -" --recurse-limit Enable a demangling recursion limit. (This is the " -"default)\n" -" --no-recurse-limit Disable a demangling recursion limit\n" -" -n --notes Display the core notes (if present)\n" -" -r --relocs Display the relocations (if present)\n" -" -u --unwind Display the unwind info (if present)\n" -" -d --dynamic Display the dynamic section (if present)\n" -" -V --version-info Display the version sections (if present)\n" +msgstr "" + +#: readelf.c:4740 +#, c-format +msgid "" +" --no-demangle Do not demangle low-level symbol names. (default)\n" +msgstr "" + +#: readelf.c:4742 +#, c-format +msgid "" +" --recurse-limit Enable a demangling recursion limit. (default)\n" +msgstr "" + +#: readelf.c:4744 +#, c-format +msgid " --no-recurse-limit Disable a demangling recursion limit\n" +msgstr "" + +#: readelf.c:4746 +#, c-format +msgid " -n --notes Display the core notes (if present)\n" +msgstr "" + +#: readelf.c:4748 +#, c-format +msgid " -r --relocs Display the relocations (if present)\n" +msgstr "" + +#: readelf.c:4750 +#, c-format +msgid " -u --unwind Display the unwind info (if present)\n" +msgstr "" + +#: readelf.c:4752 +#, c-format +msgid " -d --dynamic Display the dynamic section (if present)\n" +msgstr "" + +#: readelf.c:4754 +#, c-format +msgid " -V --version-info Display the version sections (if present)\n" +msgstr "" + +#: readelf.c:4756 +#, c-format +msgid "" " -A --arch-specific Display architecture specific information (if any)\n" -" -c --archive-index Display the symbol/file index in an archive\n" +msgstr "" + +#: readelf.c:4758 +#, c-format +msgid " -c --archive-index Display the symbol/file index in an archive\n" +msgstr "" + +#: readelf.c:4760 +#, c-format +msgid "" " -D --use-dynamic Use the dynamic section info when displaying " "symbols\n" -" -L --lint|--enable-checks Display warning messages for possible problems\n" +msgstr "" + +#: readelf.c:4762 +#, c-format +msgid "" +" -L --lint|--enable-checks\n" +" Display warning messages for possible problems\n" +msgstr "" + +#: readelf.c:4765 +#, c-format +msgid "" " -x --hex-dump=<number|name>\n" " Dump the contents of section <number|name> as " "bytes\n" +msgstr "" + +#: readelf.c:4768 +#, c-format +msgid "" " -p --string-dump=<number|name>\n" " Dump the contents of section <number|name> as " "strings\n" +msgstr "" + +#: readelf.c:4771 +#, c-format +msgid "" " -R --relocated-dump=<number|name>\n" -" Dump the contents of section <number|name> as " -"relocated bytes\n" -" -z --decompress Decompress section before dumping it\n" -" -w[lLiaprmfFsoORtUuTgAckK] or\n" -" --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro," -"=frames,\n" -" =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n" -" =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n" -" =addr,=cu_index,=links,=follow-links]\n" +" Dump the relocated contents of section <number|" +"name>\n" +msgstr "" + +#: readelf.c:4774 +#, c-format +msgid " -z --decompress Decompress section before dumping it\n" +msgstr "" + +#: readelf.c:4776 +#, c-format +msgid "" +" -w --debug-dump[a/=abbrev, A/=addr, r/=aranges, c/=cu_index, L/" +"=decodedline,\n" +" f/=frames, F/=frames-interp, g/=gdb_index, i/=info, o/" +"=loc,\n" +" m/=macro, p/=pubnames, t/=pubtypes, R/=Ranges, l/" +"=rawline,\n" +" s/=str, O/=str-offsets, u/=trace_abbrev, T/" +"=trace_aranges,\n" +" U/=trace_info]\n" " Display the contents of DWARF debug sections\n" msgstr "" -#: readelf.c:4633 +#: readelf.c:4783 +#, c-format +msgid "" +" -wk --debug-dump=links Display the contents of sections that link to " +"separate\n" +" debuginfo files\n" +msgstr "" + +#: readelf.c:4786 +#, c-format +msgid "" +" -P --process-links Display the contents of non-debug sections in " +"separate\n" +" debuginfo files. (Implies -wK)\n" +msgstr "" + +#: readelf.c:4790 +#, c-format +msgid "" +" -wK --debug-dump=follow-links\n" +" Follow links to separate debug info files " +"(default)\n" +msgstr "" + +#: readelf.c:4793 +#, c-format +msgid "" +" -wN --debug-dump=no-follow-links\n" +" Do not follow links to separate debug info files\n" +msgstr "" + +#: readelf.c:4797 +#, c-format +msgid "" +" -wK --debug-dump=follow-links\n" +" Follow links to separate debug info files\n" +msgstr "" + +#: readelf.c:4800 #, c-format msgid "" -" --dwarf-depth=N Do not display DIEs at depth N or greater\n" -" --dwarf-start=N Display DIEs starting with N, at the same depth\n" -" or deeper\n" +" -wN --debug-dump=no-follow-links\n" +" Do not follow links to separate debug info files\n" +" (default)\n" +msgstr "" + +#: readelf.c:4805 +#, c-format +msgid " --dwarf-depth=N Do not display DIEs at depth N or greater\n" +msgstr "" + +#: readelf.c:4807 +#, c-format +msgid " --dwarf-start=N Display DIEs starting at offset N\n" +msgstr "" + +#: readelf.c:4810 +#, c-format +msgid " --ctf=<number|name> Display CTF info from section <number|name>\n" msgstr "" -#: readelf.c:4638 +#: readelf.c:4812 #, 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" +msgstr "" + +#: readelf.c:4815 +#, c-format +msgid "" " --ctf-symbols=<number|name>\n" " Use section <number|name> as the CTF external " "symtab\n" -"\n" +msgstr "" + +#: readelf.c:4818 +#, c-format +msgid "" " --ctf-strings=<number|name>\n" " Use section <number|name> as the CTF external " "strtab\n" -"\n" msgstr "" -#: readelf.c:4649 +#: readelf.c:4824 #, c-format msgid "" " -i --instruction-dump=<number|name>\n" " Disassemble the contents of section <number|name>\n" msgstr "" -#: readelf.c:4653 +#: readelf.c:4828 +#, c-format +msgid " -I --histogram Display histogram of bucket list lengths\n" +msgstr "" + +#: readelf.c:4830 +#, c-format +msgid " -W --wide Allow output width to exceed 80 characters\n" +msgstr "" + +#: readelf.c:4832 #, c-format msgid "" -" -I --histogram Display histogram of bucket list lengths\n" -" -W --wide Allow output width to exceed 80 characters\n" -" -T --silent-truncation If a symbol name is truncated, do not add a suffix " -"[...]\n" -" @<file> Read options from <file>\n" -" -H --help Display this information\n" -" -v --version Display the version number of readelf\n" +" -T --silent-truncation If a symbol name is truncated, do not add [...] " +"suffix\n" +msgstr "" + +#: readelf.c:4834 +#, c-format +msgid " @<file> Read options from <file>\n" +msgstr "" + +#: readelf.c:4836 +#, c-format +msgid " -H --help Display this information\n" msgstr "" -#: readelf.c:4684 readelf.c:4715 readelf.c:4719 +#: readelf.c:4838 +#, c-format +msgid " -v --version Display the version number of readelf\n" +msgstr "" + +#: readelf.c:4864 readelf.c:4895 readelf.c:4899 msgid "Out of memory allocating dump request table.\n" msgstr "" -#: readelf.c:4948 +#: readelf.c:5155 #, c-format msgid "Invalid option '-%c'\n" msgstr "" -#: readelf.c:4982 readelf.c:4998 readelf.c:11159 +#: readelf.c:5189 readelf.c:5205 readelf.c:11478 msgid "none" msgstr "" -#: readelf.c:4999 +#: readelf.c:5206 msgid "2's complement, little endian" msgstr "" -#: readelf.c:5000 +#: readelf.c:5207 msgid "2's complement, big endian" msgstr "" -#: readelf.c:5020 +#: readelf.c:5227 msgid "Not an ELF file - it has the wrong magic bytes at the start\n" msgstr "" -#: readelf.c:5030 +#: readelf.c:5239 +#, c-format +msgid "ELF Header in linked file '%s':\n" +msgstr "" + +#: readelf.c:5241 #, c-format msgid "ELF Header:\n" msgstr "" -#: readelf.c:5031 +#: readelf.c:5242 #, c-format msgid " Magic: " msgstr "" -#: readelf.c:5035 +#: readelf.c:5246 #, c-format msgid " Class: %s\n" msgstr "" -#: readelf.c:5037 +#: readelf.c:5248 #, c-format msgid " Data: %s\n" msgstr "" -#: readelf.c:5039 +#: readelf.c:5250 #, c-format msgid " Version: %d%s\n" msgstr "" -#: readelf.c:5042 +#: readelf.c:5253 msgid " (current)" msgstr "" -#: readelf.c:5044 +#: readelf.c:5255 msgid " <unknown>" msgstr "" -#: readelf.c:5046 +#: readelf.c:5257 #, c-format msgid " OS/ABI: %s\n" msgstr "" -#: readelf.c:5048 +#: readelf.c:5259 #, c-format msgid " ABI Version: %d\n" msgstr "" -#: readelf.c:5050 +#: readelf.c:5261 #, c-format msgid " Type: %s\n" msgstr "" -#: readelf.c:5052 +#: readelf.c:5263 #, c-format msgid " Machine: %s\n" msgstr "" -#: readelf.c:5054 +#: readelf.c:5265 #, c-format msgid " Version: 0x%lx\n" msgstr "" -#: readelf.c:5057 +#: readelf.c:5268 #, c-format msgid " Entry point address: " msgstr "" -#: readelf.c:5059 +#: readelf.c:5270 #, c-format msgid "" "\n" " Start of program headers: " msgstr "" -#: readelf.c:5061 +#: readelf.c:5272 #, c-format msgid "" " (bytes into file)\n" " Start of section headers: " msgstr "" -#: readelf.c:5063 +#: readelf.c:5274 #, c-format msgid " (bytes into file)\n" msgstr "" -#: readelf.c:5065 +#: readelf.c:5276 #, c-format msgid " Flags: 0x%lx%s\n" msgstr "" -#: readelf.c:5068 +#: readelf.c:5279 #, c-format msgid " Size of this header: %u (bytes)\n" msgstr "" -#: readelf.c:5070 +#: readelf.c:5281 #, c-format msgid " Size of program headers: %u (bytes)\n" msgstr "" -#: readelf.c:5072 +#: readelf.c:5283 #, c-format msgid " Number of program headers: %u" msgstr "" -#: readelf.c:5082 +#: readelf.c:5293 #, c-format msgid " Size of section headers: %u (bytes)\n" msgstr "" -#: readelf.c:5084 +#: readelf.c:5295 #, c-format msgid " Number of section headers: %u" msgstr "" -#: readelf.c:5092 +#: readelf.c:5303 #, c-format msgid " Section header string table index: %u" msgstr "" -#: readelf.c:5104 +#: readelf.c:5315 #, c-format msgid " <corrupt: out of range>" msgstr "" -#: readelf.c:5145 readelf.c:5192 +#: readelf.c:5354 readelf.c:5401 msgid "" "The e_phentsize field in the ELF header is less than the size of an ELF " "program header\n" msgstr "" -#: readelf.c:5149 readelf.c:5196 +#: readelf.c:5358 readelf.c:5405 msgid "" "The e_phentsize field in the ELF header is larger than the size of an ELF " "program header\n" msgstr "" -#: readelf.c:5152 readelf.c:5199 +#: readelf.c:5361 readelf.c:5408 msgid "program headers" msgstr "" -#: readelf.c:5238 +#: readelf.c:5447 #, c-format msgid "Too many program headers - %#x - the file is not that big\n" msgstr "" -#: readelf.c:5247 +#: readelf.c:5456 #, c-format msgid "Out of memory reading %u program headers\n" msgstr "" -#: readelf.c:5281 +#: readelf.c:5486 msgid "" "possibly corrupt ELF header - it has a non-zero program header offset, but " "no program headers\n" msgstr "" -#: readelf.c:5286 +#: readelf.c:5491 +#, c-format +msgid "" +"\n" +"There are no program headers in linked file '%s'.\n" +msgstr "" + +#: readelf.c:5494 #, c-format msgid "" "\n" "There are no program headers in this file.\n" msgstr "" -#: readelf.c:5292 +#: readelf.c:5505 #, c-format msgid "" "\n" "Elf file type is %s\n" msgstr "" -#: readelf.c:5293 +#: readelf.c:5506 #, c-format msgid "Entry point 0x%s\n" msgstr "" -#: readelf.c:5294 +#: readelf.c:5507 #, 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:5307 readelf.c:5309 +#: readelf.c:5520 readelf.c:5522 #, c-format msgid "" "\n" "Program Headers:\n" msgstr "" -#: readelf.c:5313 +#: readelf.c:5526 #, c-format msgid "" " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" msgstr "" -#: readelf.c:5316 +#: readelf.c:5529 #, c-format msgid "" " Type Offset VirtAddr PhysAddr FileSiz " "MemSiz Flg Align\n" msgstr "" -#: readelf.c:5320 +#: readelf.c:5533 #, c-format msgid " Type Offset VirtAddr PhysAddr\n" msgstr "" -#: readelf.c:5322 +#: readelf.c:5535 #, c-format msgid " FileSiz MemSiz Flags Align\n" msgstr "" -#: readelf.c:5418 +#: readelf.c:5633 msgid "LOAD segments must be sorted in order of increasing VirtAddr\n" msgstr "" -#: readelf.c:5421 +#: readelf.c:5636 msgid "the segment's file size is larger than its memory size\n" msgstr "" -#: readelf.c:5428 +#: readelf.c:5643 msgid "the PHDR segment must occur before any LOAD segment\n" msgstr "" -#: readelf.c:5446 +#: readelf.c:5661 msgid "the PHDR segment is not covered by a LOAD segment\n" msgstr "" -#: readelf.c:5452 +#: readelf.c:5667 msgid "more than one dynamic segment\n" msgstr "" -#: readelf.c:5471 +#: readelf.c:5686 msgid "no .dynamic section in the dynamic segment\n" msgstr "" -#: readelf.c:5489 +#: readelf.c:5705 msgid "the .dynamic section is not the same as the dynamic segment\n" msgstr "" -#: readelf.c:5501 +#: readelf.c:5716 msgid "the dynamic segment offset + size exceeds the size of the file\n" msgstr "" -#: readelf.c:5510 +#: readelf.c:5729 msgid "Unable to find program interpreter name\n" msgstr "" -#: readelf.c:5517 -msgid "" -"Internal error: failed to create format string to display program " -"interpreter\n" -msgstr "" - -#: readelf.c:5522 -msgid "Unable to read program interpreter name\n" -msgstr "" - -#: readelf.c:5525 +#: readelf.c:5740 #, c-format msgid " [Requesting program interpreter: %s]\n" msgstr "" -#: readelf.c:5536 +#: readelf.c:5751 #, c-format msgid "" "\n" " Section to Segment mapping:\n" msgstr "" -#: readelf.c:5537 +#: readelf.c:5752 #, c-format msgid " Segment Sections...\n" msgstr "" -#: readelf.c:5573 readelf.c:10459 +#: readelf.c:5794 readelf.c:10759 msgid "Cannot interpret virtual addresses without program headers.\n" msgstr "" -#: readelf.c:5589 +#: readelf.c:5810 #, c-format msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n" msgstr "" -#: readelf.c:5614 readelf.c:5679 +#: readelf.c:5835 readelf.c:5899 msgid "" "The e_shentsize field in the ELF header is less than the size of an ELF " "section header\n" msgstr "" -#: readelf.c:5618 readelf.c:5684 +#: readelf.c:5839 readelf.c:5904 msgid "" "The e_shentsize field in the ELF header is larger than the size of an ELF " "section header\n" msgstr "" -#: readelf.c:5622 readelf.c:5689 +#: readelf.c:5843 readelf.c:5909 msgid "section headers" msgstr "" -#: readelf.c:5632 readelf.c:5699 +#: readelf.c:5852 readelf.c:5918 #, c-format msgid "Out of memory reading %u section headers\n" msgstr "" -#: readelf.c:5652 readelf.c:5719 +#: readelf.c:5872 readelf.c:5938 #, c-format msgid "Section %u has an out of range sh_link value of %u\n" msgstr "" -#: readelf.c:5654 readelf.c:5721 +#: readelf.c:5874 readelf.c:5940 #, c-format msgid "Section %u has an out of range sh_info value of %u\n" msgstr "" -#: readelf.c:5751 readelf.c:5868 +#: readelf.c:5982 readelf.c:6099 #, c-format msgid "Section %s has an invalid sh_entsize of 0x%lx\n" msgstr "" -#: readelf.c:5759 readelf.c:5876 readelf.c:12375 +#: readelf.c:5990 readelf.c:6107 readelf.c:12767 #, c-format msgid "Section %s has an invalid sh_size of 0x%lx\n" msgstr "" -#: readelf.c:5769 readelf.c:5886 +#: readelf.c:6000 readelf.c:6117 #, c-format msgid "" "Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n" msgstr "" -#: readelf.c:5777 readelf.c:5894 readelf.c:14760 +#: readelf.c:6008 readelf.c:6125 readelf.c:15196 msgid "symbols" msgstr "" -#: readelf.c:5789 readelf.c:5906 +#: readelf.c:6020 readelf.c:6137 msgid "" "Multiple symbol table index sections associated with the same symbol " "section\n" msgstr "" -#: readelf.c:5796 readelf.c:5913 +#: readelf.c:6027 readelf.c:6144 msgid "symbol table section indices" msgstr "" -#: readelf.c:5803 readelf.c:5920 +#: readelf.c:6034 readelf.c:6151 #, c-format msgid "Index section %s has an sh_size of 0x%lx - expected 0x%lx\n" msgstr "" -#: readelf.c:5815 readelf.c:5932 +#: readelf.c:6046 readelf.c:6163 #, c-format msgid "Out of memory reading %lu symbols\n" msgstr "" -#: readelf.c:6130 readelf.c:6227 readelf.c:6245 readelf.c:6263 +#: readelf.c:6372 readelf.c:6469 readelf.c:6487 readelf.c:6505 msgid "Internal error: not enough buffer room for section flag info" msgstr "" -#: readelf.c:6270 +#: readelf.c:6512 #, c-format msgid "UNKNOWN (%*.*lx)" msgstr "" -#: readelf.c:6289 readelf.c:6304 +#: readelf.c:6531 readelf.c:6546 msgid "Compressed section is too small even for a compression header\n" msgstr "" -#: readelf.c:6343 +#: readelf.c:6568 msgid "" "possibly corrupt ELF file header - it has a non-zero section header offset, " "but no section headers\n" msgstr "" -#: readelf.c:6348 +#: readelf.c:6573 #, c-format msgid "" "\n" "There are no sections in this file.\n" msgstr "" -#: readelf.c:6354 +#: readelf.c:6581 readelf.c:20805 +#, c-format +msgid "In linked file '%s': " +msgstr "" + +#: readelf.c:6583 #, 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:6383 readelf.c:7037 readelf.c:7223 readelf.c:12638 readelf.c:15143 +#: readelf.c:6605 readelf.c:7278 readelf.c:7479 readelf.c:13054 readelf.c:15585 msgid "string table" msgstr "" #. Note: coded this way so that there is a single string for translation. -#: readelf.c:6449 +#: readelf.c:6671 #, c-format msgid "Section %d has invalid sh_entsize of %s\n" msgstr "" -#: readelf.c:6450 +#: readelf.c:6672 #, c-format msgid "(Using the expected size of %u for the rest of this dump)\n" msgstr "" -#: readelf.c:6474 +#: readelf.c:6696 msgid "File contains multiple dynamic symbol tables\n" msgstr "" -#: readelf.c:6489 +#: readelf.c:6711 msgid "File contains multiple dynamic string tables\n" msgstr "" -#: readelf.c:6495 +#: readelf.c:6717 msgid "dynamic strings" msgstr "" -#: readelf.c:6523 readelf.c:6529 +#: readelf.c:6745 readelf.c:6751 #, c-format msgid "Section '%s': zero-sized relocation section\n" msgstr "" -#: readelf.c:6538 +#: readelf.c:6760 #, c-format msgid "Section '%s': has a size of zero - is this intended ?\n" msgstr "" -#: readelf.c:6617 +#: readelf.c:6844 +#, c-format +msgid "" +"\n" +"Section Headers in linked file '%s':\n" +msgstr "" + +#: readelf.c:6846 #, c-format msgid "" "\n" "Section Headers:\n" msgstr "" -#: readelf.c:6619 +#: readelf.c:6848 #, c-format msgid "" "\n" "Section Header:\n" msgstr "" -#: readelf.c:6625 readelf.c:6636 readelf.c:6647 +#: readelf.c:6854 readelf.c:6865 readelf.c:6876 #, c-format msgid " [Nr] Name\n" msgstr "" -#: readelf.c:6626 +#: readelf.c:6855 #, c-format msgid " Type Addr Off Size ES Lk Inf Al\n" msgstr "" -#: readelf.c:6630 +#: readelf.c:6859 #, c-format msgid "" " [Nr] Name Type Addr Off Size ES Flg Lk " "Inf Al\n" msgstr "" -#: readelf.c:6637 +#: readelf.c:6866 #, c-format msgid " Type Address Off Size ES Lk Inf Al\n" msgstr "" -#: readelf.c:6641 +#: readelf.c:6870 #, c-format msgid "" " [Nr] Name Type Address Off Size ES " "Flg Lk Inf Al\n" msgstr "" -#: readelf.c:6648 +#: readelf.c:6877 #, c-format msgid " Type Address Offset Link\n" msgstr "" -#: readelf.c:6649 +#: readelf.c:6878 #, c-format msgid " Size EntSize Info Align\n" msgstr "" -#: readelf.c:6653 +#: readelf.c:6882 #, c-format msgid " [Nr] Name Type Address Offset\n" msgstr "" -#: readelf.c:6654 +#: readelf.c:6883 #, c-format msgid " Size EntSize Flags Link Info Align\n" msgstr "" -#: readelf.c:6659 +#: readelf.c:6888 #, c-format msgid " Flags\n" msgstr "" -#: readelf.c:6688 +#: readelf.c:6917 #, c-format msgid "[%2u]: Link field (%u) should index a symtab section.\n" msgstr "" -#: readelf.c:6701 +#: readelf.c:6930 #, c-format msgid "[%2u]: Link field (%u) should index a string section.\n" msgstr "" -#: readelf.c:6709 readelf.c:6720 +#: readelf.c:6938 readelf.c:6949 #, c-format msgid "[%2u]: Unexpected value (%u) in link field.\n" msgstr "" -#: readelf.c:6747 +#: readelf.c:6976 #, c-format msgid "[%2u]: Info field (%u) should index a relocatable section.\n" msgstr "" -#: readelf.c:6758 readelf.c:6785 +#: readelf.c:6987 readelf.c:7014 #, c-format msgid "[%2u]: Unexpected value (%u) in info field.\n" msgstr "" -#: readelf.c:6780 +#: readelf.c:7009 #, c-format msgid "[%2u]: Expected link to another section in info field" msgstr "" -#: readelf.c:6795 +#: readelf.c:7024 #, c-format msgid "Size of section %u is larger than the entire file!\n" msgstr "" -#: readelf.c:6864 +#: readelf.c:7093 #, c-format msgid "section %u: sh_link value of %u is larger than the number of sections\n" msgstr "" -#: readelf.c:6965 +#: readelf.c:7194 msgid "compression header" msgstr "" -#: readelf.c:6970 +#: readelf.c:7199 #, c-format msgid " [<corrupt>]\n" msgstr "" -#: readelf.c:6976 +#: readelf.c:7205 #, c-format msgid " [<unknown>: 0x%x], " msgstr "" @@ -7683,7 +8332,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:6991 +#: readelf.c:7220 #, c-format msgid "" "Key to Flags:\n" @@ -7693,288 +8342,345 @@ msgid "" " " msgstr "" -#: readelf.c:6998 +#: readelf.c:7228 +#, c-format +msgid "R (retain), " +msgstr "" + +#: readelf.c:7231 +#, c-format +msgid "D (mbind), " +msgstr "" + +#: readelf.c:7239 #, c-format msgid "l (large), " msgstr "" -#: readelf.c:7000 +#: readelf.c:7241 #, c-format msgid "y (purecode), " msgstr "" -#: readelf.c:7002 +#: readelf.c:7243 #, c-format msgid "v (VLE), " msgstr "" -#: readelf.c:7027 +#: readelf.c:7268 msgid "Bad sh_link in symbol table section\n" msgstr "" -#: readelf.c:7062 +#: readelf.c:7303 msgid "<OS specific>" msgstr "" -#: readelf.c:7063 +#: readelf.c:7304 msgid "<PROC specific>" msgstr "" -#: readelf.c:7090 +#: readelf.c:7333 +#, c-format +msgid "" +"\n" +"There are no sections group in linked file '%s'.\n" +msgstr "" + +#: readelf.c:7336 readelf.c:7375 #, c-format msgid "" "\n" -"There are no sections to group in this file.\n" +"There are no section groups in this file.\n" msgstr "" -#: readelf.c:7097 +#: readelf.c:7343 msgid "Section headers are not available!\n" msgstr "" -#: readelf.c:7108 +#: readelf.c:7354 #, c-format msgid "Out of memory reading %u section group headers\n" msgstr "" -#: readelf.c:7124 +#: readelf.c:7372 #, c-format msgid "" "\n" -"There are no section groups in this file.\n" +"There are no section groups in linked file '%s'.\n" msgstr "" -#: readelf.c:7134 +#: readelf.c:7386 #, c-format msgid "Out of memory reading %lu groups\n" msgstr "" -#: readelf.c:7164 +#: readelf.c:7399 +#, c-format +msgid "Section groups in linked file '%s'\n" +msgstr "" + +#: readelf.c:7420 #, c-format msgid "Bad sh_link in group section `%s'\n" msgstr "" -#: readelf.c:7177 +#: readelf.c:7433 #, c-format msgid "Corrupt header in group section `%s'\n" msgstr "" -#: readelf.c:7183 readelf.c:7194 +#: readelf.c:7439 readelf.c:7450 #, c-format msgid "Bad sh_info in group section `%s'\n" msgstr "" -#: readelf.c:7233 +#: readelf.c:7489 #, c-format msgid "" "Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n" msgstr "" -#: readelf.c:7242 +#: readelf.c:7498 msgid "section data" msgstr "" -#: readelf.c:7253 +#: readelf.c:7509 #, c-format msgid "" "\n" "%sgroup section [%5u] `%s' [%s] contains %u sections:\n" msgstr "" -#: readelf.c:7256 +#: readelf.c:7512 #, c-format msgid " [Index] Name\n" msgstr "" -#: readelf.c:7274 +#: readelf.c:7530 #, c-format msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n" msgstr "" -#: readelf.c:7277 +#: readelf.c:7533 msgid "" "Further error messages about overlarge group section indices suppressed\n" msgstr "" -#: readelf.c:7290 +#: readelf.c:7546 #, c-format msgid "section [%5u] in group section [%5u] already in group section [%5u]\n" msgstr "" -#: readelf.c:7294 +#: readelf.c:7550 msgid "" "Further error messages about already contained group sections suppressed\n" msgstr "" -#: readelf.c:7306 +#: readelf.c:7562 #, c-format msgid "section 0 in group section [%5u]\n" msgstr "" -#: readelf.c:7373 +#: readelf.c:7629 msgid "dynamic section image fixups" msgstr "" -#: readelf.c:7381 +#: readelf.c:7637 #, c-format msgid "corrupt library name index of 0x%lx found in dynamic entry" msgstr "" -#: readelf.c:7386 +#: readelf.c:7642 #, c-format msgid "" "\n" "Image fixups for needed library #%d: %s - ident: %lx\n" msgstr "" -#: readelf.c:7389 +#: readelf.c:7645 #, c-format msgid "Seg Offset Type SymVec DataType\n" msgstr "" -#: readelf.c:7423 +#: readelf.c:7679 msgid "dynamic section image relocations" msgstr "" -#: readelf.c:7427 +#: readelf.c:7683 #, c-format msgid "" "\n" "Image relocs\n" msgstr "" -#: readelf.c:7429 +#: readelf.c:7685 #, c-format msgid "" "Seg Offset Type Addend Seg Sym Off\n" msgstr "" -#: readelf.c:7486 +#: readelf.c:7742 msgid "dynamic string section" msgstr "" -#: readelf.c:7588 +#: readelf.c:7845 +#, c-format +msgid "" +"\n" +"In linked file '%s' section '%s' at offset 0x%lx contains %ld bytes:\n" +msgstr "" + +#: readelf.c:7849 #, c-format msgid "" "\n" "'%s' relocation section at offset 0x%lx contains %ld bytes:\n" msgstr "" -#: readelf.c:7607 +#: readelf.c:7870 +#, c-format +msgid "" +"\n" +"There are no dynamic relocations in linked file '%s'.\n" +msgstr "" + +#: readelf.c:7873 #, c-format msgid "" "\n" "There are no dynamic relocations in this file.\n" msgstr "" -#: readelf.c:7631 +#: readelf.c:7899 +#, c-format +msgid "" +"\n" +"In linked file '%s' relocation section " +msgstr "" + +#: readelf.c:7902 #, c-format msgid "" "\n" "Relocation section " msgstr "" -#: readelf.c:7639 +#: readelf.c:7910 #, 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:7687 +#: readelf.c:7959 +#, c-format +msgid "" +"\n" +"There are no static relocations in linked file '%s'." +msgstr "" + +#: readelf.c:7962 #, c-format msgid "" "\n" "There are no static relocations in this file." msgstr "" -#: readelf.c:7688 +#: readelf.c:7963 #, c-format msgid "" "\n" "To see the dynamic relocations add --use-dynamic to the command line.\n" msgstr "" -#: readelf.c:7694 +#: readelf.c:7971 +#, c-format +msgid "" +"\n" +"There are no relocations in linked file '%s'.\n" +msgstr "" + +#: readelf.c:7974 #, c-format msgid "" "\n" "There are no relocations in this file.\n" msgstr "" -#: readelf.c:7861 +#: readelf.c:8142 #, c-format msgid "Invalid section %u in table entry %ld\n" msgstr "" -#: readelf.c:7873 +#: readelf.c:8154 #, c-format msgid "Invalid offset %lx in table entry %ld\n" msgstr "" -#: readelf.c:7891 +#: readelf.c:8172 #, c-format msgid "\tUnknown version.\n" msgstr "" -#: readelf.c:7954 readelf.c:8388 +#: readelf.c:8235 readelf.c:8669 msgid "unwind table" msgstr "" -#: readelf.c:8005 readelf.c:8471 +#: readelf.c:8286 readelf.c:8752 #, c-format msgid "Skipping unknown relocation type: %u\n" msgstr "" -#: readelf.c:8011 readelf.c:8478 +#: readelf.c:8292 readelf.c:8759 #, c-format msgid "Skipping unexpected relocation type: %s\n" msgstr "" -#: readelf.c:8020 readelf.c:8485 +#: readelf.c:8301 readelf.c:8766 #, c-format msgid "Skipping reloc with overlarge offset: %lx\n" msgstr "" -#: readelf.c:8027 readelf.c:8492 +#: readelf.c:8308 readelf.c:8773 #, c-format msgid "Skipping reloc with invalid symbol index: %u\n" msgstr "" -#: readelf.c:8075 readelf.c:8539 readelf.c:9647 +#: readelf.c:8356 readelf.c:8820 readelf.c:9928 msgid "Multiple symbol tables encountered\n" msgstr "" -#: readelf.c:8090 readelf.c:8555 readelf.c:9662 +#: readelf.c:8371 readelf.c:8836 readelf.c:9943 #, c-format msgid "" "\n" "There are no unwind sections in this file.\n" msgstr "" -#: readelf.c:8173 +#: readelf.c:8454 #, c-format msgid "" "\n" "Could not find unwind info section for " msgstr "" -#: readelf.c:8185 +#: readelf.c:8466 msgid "unwind info" msgstr "" -#: readelf.c:8188 +#: readelf.c:8469 #, c-format msgid "" "\n" "Unwind section " msgstr "" -#: readelf.c:8195 +#: readelf.c:8476 #, c-format msgid " at offset 0x%lx contains %lu entries:\n" msgstr "" -#: readelf.c:8564 readelf.c:9669 +#: readelf.c:8845 readelf.c:9950 #, c-format msgid "" "\n" @@ -7985,189 +8691,194 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:8697 +#: readelf.c:8978 msgid "unwind data" msgstr "" -#: readelf.c:8770 +#: readelf.c:9051 #, c-format msgid "Skipping unexpected relocation at offset 0x%lx\n" msgstr "" -#: readelf.c:8792 +#: readelf.c:9073 #, c-format msgid "Unknown section relocation type %d encountered\n" msgstr "" -#: readelf.c:8800 +#: readelf.c:9081 #, c-format msgid "Bad symbol index in unwind relocation (%lu > %lu)\n" msgstr "" -#: readelf.c:8815 +#: readelf.c:9096 #, c-format msgid "Skipping unknown ARM relocation type: %d\n" msgstr "" -#: readelf.c:8825 +#: readelf.c:9106 #, c-format msgid "Skipping unexpected ARM relocation type %s\n" msgstr "" -#: readelf.c:8834 +#: readelf.c:9115 #, c-format msgid "Skipping unknown C6000 relocation type: %d\n" msgstr "" -#: readelf.c:8844 +#: readelf.c:9125 #, c-format msgid "Skipping unexpected C6000 relocation type %s\n" msgstr "" #. This function currently only supports ARM and TI unwinders. -#: readelf.c:8853 +#: readelf.c:9134 msgid "Only TI and ARM unwinders are currently supported\n" msgstr "" -#: readelf.c:8916 +#: readelf.c:9197 #, c-format msgid "[Truncated opcode]\n" msgstr "" -#: readelf.c:8964 readelf.c:9180 +#: readelf.c:9245 readelf.c:9461 #, c-format msgid "Refuse to unwind" msgstr "" -#: readelf.c:8987 +#: readelf.c:9268 #, c-format msgid " [Reserved]" msgstr "" -#: readelf.c:9015 +#: readelf.c:9296 #, c-format msgid " finish" msgstr "" -#: readelf.c:9020 readelf.c:9113 +#: readelf.c:9301 readelf.c:9394 #, c-format msgid "[Spare]" msgstr "" -#: readelf.c:9054 +#: readelf.c:9335 msgid "corrupt change to vsp\n" msgstr "" -#: readelf.c:9135 readelf.c:9292 +#: readelf.c:9416 readelf.c:9573 #, c-format msgid " [unsupported opcode]" msgstr "" -#: readelf.c:9228 +#: readelf.c:9509 #, c-format msgid "pop frame {" msgstr "" -#: readelf.c:9231 +#: readelf.c:9512 #, c-format msgid "*corrupt* - no registers specified" msgstr "" -#: readelf.c:9245 +#: readelf.c:9526 msgid "[pad]" msgstr "" -#: readelf.c:9274 +#: readelf.c:9555 msgid "Corrupt stack pointer adjustment detected\n" msgstr "" -#: readelf.c:9281 +#: readelf.c:9562 #, c-format msgid "sp = sp + %ld" msgstr "" -#: readelf.c:9356 +#: readelf.c:9637 #, c-format msgid " Personality routine: " msgstr "" -#: readelf.c:9388 +#: readelf.c:9669 #, c-format msgid " [Truncated data]\n" msgstr "" -#: readelf.c:9412 +#: readelf.c:9693 #, c-format msgid "Corrupt ARM compact model table entry: %x \n" msgstr "" -#: readelf.c:9417 +#: readelf.c:9698 #, c-format msgid " Compact model index: %d\n" msgstr "" -#: readelf.c:9443 +#: readelf.c:9724 msgid "Unknown ARM compact model index encountered\n" msgstr "" -#: readelf.c:9444 +#: readelf.c:9725 #, c-format msgid " [reserved]\n" msgstr "" -#: readelf.c:9459 +#: readelf.c:9740 #, c-format msgid " Restore stack from frame pointer\n" msgstr "" -#: readelf.c:9461 +#: readelf.c:9742 #, c-format msgid " Stack increment %d\n" msgstr "" -#: readelf.c:9462 +#: readelf.c:9743 #, c-format msgid " Registers restored: " msgstr "" -#: readelf.c:9467 +#: readelf.c:9748 #, c-format msgid " Return register: %s\n" msgstr "" -#: readelf.c:9471 +#: readelf.c:9752 #, c-format msgid " [reserved (%d)]\n" msgstr "" -#: readelf.c:9475 +#: readelf.c:9756 #, c-format msgid "" "Unsupported architecture type %d encountered when decoding unwind table\n" msgstr "" -#: readelf.c:9530 +#: readelf.c:9811 #, c-format msgid "corrupt index table entry: %x\n" msgstr "" -#: readelf.c:9570 +#: readelf.c:9851 #, c-format msgid "Unwind entry contains corrupt offset (0x%lx) into section %s\n" msgstr "" -#: readelf.c:9586 +#: readelf.c:9867 #, c-format msgid "Could not locate .ARM.extab section containing 0x%lx.\n" msgstr "" -#: readelf.c:9630 +#: readelf.c:9911 #, c-format msgid "" "Unsupported architecture type %d encountered when processing unwind table\n" msgstr "" -#: readelf.c:9713 +#: readelf.c:9973 +#, c-format +msgid "No processor specific unwind information to decode\n" +msgstr "" + +#: readelf.c:10003 #, c-format msgid "" "\n" @@ -8175,79 +8886,86 @@ msgid "" "supported.\n" msgstr "" -#: readelf.c:9740 +#: readelf.c:10030 #, c-format msgid "NONE" msgstr "" -#: readelf.c:9765 +#: readelf.c:10055 #, c-format msgid "Interface Version: %s" msgstr "" #. Note: coded this way so that there is a single string for translation. -#: readelf.c:9772 +#: readelf.c:10062 #, c-format msgid "<corrupt: %s>" msgstr "" -#: readelf.c:9790 +#: readelf.c:10080 #, c-format msgid "Time Stamp: %s" msgstr "" -#: readelf.c:9984 readelf.c:10034 +#: readelf.c:10274 readelf.c:10324 msgid "dynamic section" msgstr "" -#: readelf.c:10004 readelf.c:10055 +#: readelf.c:10294 readelf.c:10345 #, c-format msgid "Out of memory allocating space for %lu dynamic entries\n" msgstr "" -#: readelf.c:10117 +#: readelf.c:10419 #, c-format msgid "Size truncation prevents reading %s elements of size %u\n" msgstr "" -#: readelf.c:10126 +#: readelf.c:10428 #, c-format msgid "Invalid number of dynamic entries: %s\n" msgstr "" -#: readelf.c:10134 +#: readelf.c:10436 #, c-format msgid "Out of memory reading %s dynamic entries\n" msgstr "" -#: readelf.c:10141 +#: readelf.c:10443 #, c-format msgid "Unable to read in %s bytes of dynamic data\n" msgstr "" -#: readelf.c:10150 +#: readelf.c:10452 #, c-format msgid "Out of memory allocating space for %s dynamic entries\n" msgstr "" -#: readelf.c:10190 readelf.c:10244 readelf.c:10268 readelf.c:10301 -#: readelf.c:10327 readelf.c:10346 +#: readelf.c:10492 readelf.c:10546 readelf.c:10570 readelf.c:10603 +#: readelf.c:10629 readelf.c:10648 msgid "Unable to seek to start of dynamic information\n" msgstr "" -#: readelf.c:10196 readelf.c:10250 +#: readelf.c:10498 readelf.c:10552 msgid "Failed to read in number of buckets\n" msgstr "" -#: readelf.c:10202 +#: readelf.c:10504 msgid "Failed to read in number of chains\n" msgstr "" -#: readelf.c:10309 +#: readelf.c:10611 msgid "Failed to determine last chain length\n" msgstr "" -#: readelf.c:10407 +#: readelf.c:10711 +#, c-format +msgid "" +"\n" +"There is no dynamic section in linked file '%s'.\n" +msgstr "" + +#: readelf.c:10714 #, c-format msgid "" "\n" @@ -8255,140 +8973,170 @@ msgid "" msgstr "" #. See PR 21379 for a reproducer. -#: readelf.c:10474 +#: readelf.c:10774 msgid "Invalid PT_LOAD entry\n" msgstr "" -#: readelf.c:10500 +#: readelf.c:10800 msgid "the .dynsym section doesn't match the DT_SYMTAB and DT_SYMENT tags\n" msgstr "" -#: readelf.c:10510 +#: readelf.c:10810 msgid "Corrupt DT_SYMTAB dynamic entry\n" msgstr "" -#: readelf.c:10546 +#: readelf.c:10846 msgid "the .dynstr section doesn't match the DT_STRTAB and DT_STRSZ tags\n" msgstr "" -#: readelf.c:10551 +#: readelf.c:10851 msgid "dynamic string table" msgstr "" -#: readelf.c:10554 +#: readelf.c:10854 msgid "Corrupt DT_STRTAB dynamic entry\n" msgstr "" -#: readelf.c:10579 +#: readelf.c:10879 #, c-format msgid "Bad value (%d) for SYMINENT entry\n" msgstr "" -#: readelf.c:10598 +#: readelf.c:10898 msgid "symbol information" msgstr "" -#: readelf.c:10604 +#: readelf.c:10904 msgid "Multiple dynamic symbol information sections found\n" msgstr "" -#: readelf.c:10610 +#: readelf.c:10910 #, c-format msgid "Out of memory allocating %lu bytes for dynamic symbol info\n" msgstr "" -#: readelf.c:10632 +#: readelf.c:10936 #, c-format msgid "" "\n" -"Dynamic section at offset 0x%lx contains %lu entry:\n" -msgid_plural "" +"In linked file '%s' the dynamic section at offset 0x%lx contains 1 entry:\n" +msgstr "" + +#: readelf.c:10940 +#, c-format +msgid "" +"\n" +"Dynamic section at offset 0x%lx contains 1 entry:\n" +msgstr "" + +#: readelf.c:10946 +#, c-format +msgid "" +"\n" +"In linked file '%s' the dynamic section at offset 0x%lx contains %lu " +"entries:\n" +msgstr "" + +#: readelf.c:10951 +#, c-format +msgid "" "\n" "Dynamic section at offset 0x%lx contains %lu entries:\n" -msgstr[0] "" -msgstr[1] "" +msgstr "" -#: readelf.c:10639 +#: readelf.c:10957 #, c-format msgid " Tag Type Name/Value\n" msgstr "" -#: readelf.c:10673 +#: readelf.c:10991 #, c-format msgid "Auxiliary library" msgstr "" -#: readelf.c:10677 +#: readelf.c:10995 #, c-format msgid "Filter library" msgstr "" -#: readelf.c:10681 +#: readelf.c:10999 #, c-format msgid "Configuration file" msgstr "" -#: readelf.c:10685 +#: readelf.c:11003 #, c-format msgid "Dependency audit library" msgstr "" -#: readelf.c:10689 +#: readelf.c:11007 #, c-format msgid "Audit library" msgstr "" -#: readelf.c:10708 readelf.c:10736 readelf.c:10764 readelf.c:11098 +#: readelf.c:11026 readelf.c:11054 readelf.c:11082 readelf.c:11417 #, c-format msgid "Flags:" msgstr "" -#: readelf.c:10711 readelf.c:10739 readelf.c:10766 readelf.c:11100 +#: readelf.c:11029 readelf.c:11057 readelf.c:11084 readelf.c:11419 #, c-format msgid " None\n" msgstr "" -#: readelf.c:10972 +#: readelf.c:11290 #, c-format msgid "Shared library: [%s]" msgstr "" -#: readelf.c:10975 +#: readelf.c:11294 #, c-format msgid " program interpreter" msgstr "" -#: readelf.c:10979 +#: readelf.c:11298 #, c-format msgid "Library soname: [%s]" msgstr "" -#: readelf.c:10983 +#: readelf.c:11302 #, c-format msgid "Library rpath: [%s]" msgstr "" -#: readelf.c:10987 +#: readelf.c:11306 #, c-format msgid "Library runpath: [%s]" msgstr "" -#: readelf.c:11021 +#: readelf.c:11340 #, c-format msgid " (bytes)\n" msgstr "" -#: readelf.c:11051 +#: readelf.c:11370 #, c-format msgid "Not needed object: [%s]\n" msgstr "" -#: readelf.c:11076 +#: readelf.c:11395 #, c-format msgid "<corrupt time val: %lx" msgstr "" -#: readelf.c:11218 +#: readelf.c:11538 +#, c-format +msgid "" +"\n" +"In linked file '%s' the version definition section '%s' contains %u entry:\n" +msgid_plural "" +"\n" +"In linked file '%s' the version definition section '%s' contains %u " +"entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:11545 #, c-format msgid "" "\n" @@ -8399,71 +9147,82 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:11226 readelf.c:11364 readelf.c:11521 +#: readelf.c:11553 readelf.c:11700 readelf.c:11866 #, c-format msgid " Addr: 0x" msgstr "" -#: readelf.c:11228 readelf.c:11366 readelf.c:11523 +#: readelf.c:11555 readelf.c:11702 readelf.c:11868 #, c-format msgid " Offset: %#08lx Link: %u (%s)\n" msgstr "" -#: readelf.c:11234 +#: readelf.c:11561 msgid "version definition section" msgstr "" -#: readelf.c:11263 +#: readelf.c:11590 #, c-format msgid " %#06lx: Rev: %d Flags: %s" msgstr "" -#: readelf.c:11266 +#: readelf.c:11593 #, c-format msgid " Index: %d Cnt: %d " msgstr "" -#: readelf.c:11283 +#: readelf.c:11610 #, c-format msgid "Name: %s\n" msgstr "" -#: readelf.c:11286 +#: readelf.c:11613 #, c-format msgid "Name index: %ld\n" msgstr "" -#: readelf.c:11295 +#: readelf.c:11622 #, c-format msgid "Invalid vda_next field of %lx\n" msgstr "" -#: readelf.c:11315 +#: readelf.c:11642 #, c-format msgid " %#06lx: Parent %d: %s\n" msgstr "" -#: readelf.c:11319 +#: readelf.c:11646 #, c-format msgid " %#06lx: Parent %d, name index: %ld\n" msgstr "" -#: readelf.c:11324 +#: readelf.c:11651 #, c-format msgid " Version def aux past end of section\n" msgstr "" -#: readelf.c:11331 +#: readelf.c:11658 #, c-format msgid "Invalid vd_next field of %lx\n" msgstr "" -#: readelf.c:11342 +#: readelf.c:11669 #, c-format msgid " Version definition past end of section\n" msgstr "" -#: readelf.c:11357 +#: readelf.c:11685 +#, c-format +msgid "" +"\n" +"In linked file '%s' the version needs section '%s' contains %u entry:\n" +msgid_plural "" +"\n" +"In linked file '%s' the version needs section '%s' contains %u entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:11692 #, c-format msgid "" "\n" @@ -8474,68 +9233,79 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:11373 +#: readelf.c:11709 msgid "Version Needs section" msgstr "" -#: readelf.c:11398 +#: readelf.c:11734 #, c-format msgid " %#06lx: Version: %d" msgstr "" -#: readelf.c:11401 +#: readelf.c:11737 #, c-format msgid " File: %s" msgstr "" -#: readelf.c:11404 +#: readelf.c:11740 #, c-format msgid " File: %lx" msgstr "" -#: readelf.c:11406 +#: readelf.c:11742 #, c-format msgid " Cnt: %d\n" msgstr "" -#: readelf.c:11429 +#: readelf.c:11765 #, c-format msgid " %#06lx: Name: %s" msgstr "" -#: readelf.c:11432 +#: readelf.c:11768 #, c-format msgid " %#06lx: Name index: %lx" msgstr "" -#: readelf.c:11435 +#: readelf.c:11771 #, c-format msgid " Flags: %s Version: %d\n" msgstr "" -#: readelf.c:11441 +#: readelf.c:11777 #, c-format msgid "Invalid vna_next field of %lx\n" msgstr "" -#: readelf.c:11454 +#: readelf.c:11790 msgid "Missing Version Needs auxiliary information\n" msgstr "" -#: readelf.c:11459 +#: readelf.c:11795 #, c-format msgid "Invalid vn_next field of %lx\n" msgstr "" -#: readelf.c:11469 +#: readelf.c:11805 msgid "Missing Version Needs information\n" msgstr "" -#: readelf.c:11507 +#: readelf.c:11843 msgid "version string table" msgstr "" -#: readelf.c:11514 +#: readelf.c:11851 +#, c-format +msgid "" +"\n" +"In linked file '%s' the version symbols section '%s' contains %lu entry:\n" +msgid_plural "" +"\n" +"In linked file '%s' the version symbols section '%s' contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:11858 #, c-format msgid "" "\n" @@ -8546,191 +9316,217 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:11532 +#: readelf.c:11877 msgid "version symbol data" msgstr "" -#: readelf.c:11552 +#: readelf.c:11897 msgid "*invalid*" msgstr "" -#: readelf.c:11560 +#: readelf.c:11905 msgid " 0 (*local*) " msgstr "" -#: readelf.c:11564 +#: readelf.c:11909 msgid " 1 (*global*) " msgstr "" -#: readelf.c:11575 +#: readelf.c:11920 msgid "invalid index into symbol array\n" msgstr "" -#: readelf.c:11598 readelf.c:12164 +#: readelf.c:11943 readelf.c:12515 msgid "version need" msgstr "" -#: readelf.c:11609 +#: readelf.c:11954 msgid "version need aux (2)" msgstr "" -#: readelf.c:11656 readelf.c:12108 +#: readelf.c:12001 readelf.c:12459 msgid "version def" msgstr "" -#: readelf.c:11684 readelf.c:12139 +#: readelf.c:12029 readelf.c:12490 msgid "version def aux" msgstr "" -#: readelf.c:11692 +#: readelf.c:12037 msgid "*both*" msgstr "" -#: readelf.c:11722 +#: readelf.c:12069 +#, c-format +msgid "" +"\n" +"No version information found in linked file '%s'.\n" +msgstr "" + +#: readelf.c:12072 #, c-format msgid "" "\n" "No version information found in this file.\n" msgstr "" -#: readelf.c:11817 +#: readelf.c:12168 #, c-format msgid "Unrecognized visibility value: %u\n" msgstr "" -#: readelf.c:11830 +#: readelf.c:12181 #, c-format msgid "Unrecognized alpha specific other value: %u\n" msgstr "" -#: readelf.c:11907 +#: readelf.c:12258 #, c-format msgid "Unrecognized IA64 VMS ST Function type: %d\n" msgstr "" -#: readelf.c:11931 +#: readelf.c:12282 #, c-format msgid "Unrecognized IA64 VMS ST Linkage: %d\n" msgstr "" -#: readelf.c:11957 +#: readelf.c:12308 #, c-format msgid "<localentry>: %d" msgstr "" -#: readelf.c:11997 +#: readelf.c:12348 #, c-format msgid "<other>: %x" msgstr "" -#: readelf.c:12037 +#: readelf.c:12388 #, c-format msgid "bad section index[%3d]" msgstr "" -#: readelf.c:12070 +#: readelf.c:12421 msgid "version data" msgstr "" -#: readelf.c:12182 +#: readelf.c:12533 msgid "version need aux (3)" msgstr "" -#: readelf.c:12297 +#: readelf.c:12683 #, c-format msgid "local symbol %lu found at index >= %s's sh_info value of %u\n" msgstr "" -#: readelf.c:12316 +#: readelf.c:12702 #, c-format msgid "Unknown LTO symbol definition encountered: %u\n" msgstr "" -#: readelf.c:12335 +#: readelf.c:12721 #, c-format msgid "Unknown LTO symbol visibility encountered: %u\n" msgstr "" -#: readelf.c:12353 +#: readelf.c:12739 #, c-format msgid "Unknown LTO symbol type encountered: %u\n" msgstr "" -#: readelf.c:12368 +#: readelf.c:12755 +#, c-format +msgid "" +"\n" +"The LTO Symbol table section '%s' in linked file '%s' is empty!\n" +msgstr "" + +#: readelf.c:12759 #, c-format msgid "" "\n" "LTO Symbol table '%s' is empty!\n" msgstr "" -#: readelf.c:12382 +#: readelf.c:12774 msgid "LTO symbols" msgstr "" -#: readelf.c:12399 +#: readelf.c:12791 #, c-format msgid "LTO Symbol extension table '%s' is empty!\n" msgstr "" -#: readelf.c:12405 +#: readelf.c:12797 msgid "LTO ext symbol data" msgstr "" -#: readelf.c:12410 +#: readelf.c:12802 msgid "Unexpected version number in symbol extension table\n" msgstr "" -#: readelf.c:12421 +#: readelf.c:12811 #, c-format msgid "" "\n" -"LTO Symbol table '%s' and extension table '%s' contain:\n" +"In linked file '%s': " msgstr "" -#: readelf.c:12426 +#: readelf.c:12818 #, c-format -msgid "" -"\n" -"LTO Symbol table '%s'\n" +msgid "LTO Symbol table '%s' and extension table '%s' contain:\n" msgstr "" -#: readelf.c:12428 +#: readelf.c:12823 +#, c-format +msgid "LTO Symbol table '%s'\n" +msgstr "" + +#: readelf.c:12825 #, c-format msgid " and extension table '%s' contain:\n" msgstr "" -#: readelf.c:12433 +#: readelf.c:12830 #, c-format -msgid "" -"\n" -"LTO Symbol table '%s' contains:\n" +msgid "LTO Symbol table '%s' contains:\n" msgstr "" -#: readelf.c:12439 +#: readelf.c:12835 #, c-format msgid "" " Comdat_Key Kind Visibility Size Slot Type Section " "Name\n" msgstr "" -#: readelf.c:12441 +#: readelf.c:12837 #, c-format msgid " Comdat_Key Kind Visibility Size Slot Name\n" msgstr "" -#: readelf.c:12488 +#: readelf.c:12884 msgid "Ran out of LTO symbol extension data\n" msgstr "" -#: readelf.c:12508 +#: readelf.c:12904 msgid "Data remains in the LTO symbol extension table\n" msgstr "" -#: readelf.c:12518 +#: readelf.c:12914 msgid "Buffer overrun encountered whilst decoding LTO symbol table\n" msgstr "" -#: readelf.c:12568 +#: readelf.c:12966 +#, c-format +msgid "" +"\n" +"In linked file '%s' the dynamic symbol table contains %lu entry:\n" +msgid_plural "" +"\n" +"In linked file '%s' the dynamic symbol table contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:12974 #, c-format msgid "" "\n" @@ -8741,24 +9537,35 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:12573 readelf.c:12617 +#: readelf.c:12980 readelf.c:13033 #, c-format msgid " Num: Value Size Type Bind Vis Ndx Name\n" msgstr "" -#: readelf.c:12575 readelf.c:12619 +#: readelf.c:12982 readelf.c:13035 #, c-format msgid " Num: Value Size Type Bind Vis Ndx Name\n" msgstr "" -#: readelf.c:12604 +#: readelf.c:13011 #, c-format msgid "" "\n" "Symbol table '%s' has a sh_entsize of zero!\n" msgstr "" -#: readelf.c:12610 +#: readelf.c:13019 +#, c-format +msgid "" +"\n" +"In linked file '%s' symbol section '%s' contains %lu entry:\n" +msgid_plural "" +"\n" +"In linked file '%s' symbol section '%s' contains %lu entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:13026 #, c-format msgid "" "\n" @@ -8769,14 +9576,14 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:12653 +#: readelf.c:13069 #, c-format msgid "" "\n" "Dynamic symbol information is not available for displaying symbols.\n" msgstr "" -#: readelf.c:12666 +#: readelf.c:13082 #, c-format msgid "" "\n" @@ -8787,24 +9594,24 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:12677 +#: readelf.c:13093 msgid "Out of memory allocating space for histogram buckets\n" msgstr "" -#: readelf.c:12683 readelf.c:12761 +#: readelf.c:13099 readelf.c:13177 #, c-format msgid " Length Number %% of total Coverage\n" msgstr "" -#: readelf.c:12693 +#: readelf.c:13109 msgid "histogram chain is corrupt\n" msgstr "" -#: readelf.c:12705 +#: readelf.c:13121 msgid "Out of memory allocating space for histogram counts\n" msgstr "" -#: readelf.c:12745 +#: readelf.c:13161 #, c-format msgid "" "\n" @@ -8815,15 +9622,28 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:12757 +#: readelf.c:13173 msgid "Out of memory allocating space for gnu histogram buckets\n" msgstr "" -#: readelf.c:12784 +#: readelf.c:13200 msgid "Out of memory allocating space for gnu histogram counts\n" msgstr "" -#: readelf.c:12850 +#: readelf.c:13266 +#, c-format +msgid "" +"\n" +"In linked file '%s: the dynamic info segment at offset 0x%lx contains %d " +"entry:\n" +msgid_plural "" +"\n" +"In linked file '%s: the dynamic info segment at offset 0x%lx contains %d " +"entries:\n" +msgstr[0] "" +msgstr[1] "" + +#: readelf.c:13273 #, c-format msgid "" "\n" @@ -8834,229 +9654,250 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:12857 +#: readelf.c:13281 #, c-format msgid " Num: Name BoundTo Flags\n" msgstr "" -#: readelf.c:12864 +#: readelf.c:13288 #, c-format msgid "<corrupt index>" msgstr "" -#: readelf.c:12869 +#: readelf.c:13293 #, c-format msgid "<corrupt: %19ld>" msgstr "" -#: readelf.c:12966 +#: readelf.c:13390 #, c-format msgid "MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n" msgstr "" -#: readelf.c:13013 +#: readelf.c:13437 #, c-format msgid "MSP430 ULEB128 field at 0x%lx contains invalid ULEB128 value\n" msgstr "" -#: readelf.c:13017 +#: readelf.c:13441 #, c-format msgid "MSP430 reloc contains invalid symbol index %lu\n" msgstr "" #. PR 21137 -#: readelf.c:13028 +#: readelf.c:13452 #, c-format msgid "MSP430 sym diff reloc contains invalid offset: 0x%lx\n" msgstr "" -#: readelf.c:13039 +#: readelf.c:13463 msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n" msgstr "" -#: readelf.c:13062 +#: readelf.c:13486 #, c-format msgid "MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n" msgstr "" -#: readelf.c:13076 +#: readelf.c:13500 #, c-format msgid "MN10300 reloc contains invalid symbol index %lu\n" msgstr "" -#: readelf.c:13086 +#: readelf.c:13510 #, c-format msgid "MN10300 sym diff reloc contains invalid offset: 0x%lx\n" msgstr "" -#: readelf.c:13096 +#: readelf.c:13520 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n" msgstr "" -#: readelf.c:13119 +#: readelf.c:13543 #, c-format msgid "RL78_SYM reloc contains invalid symbol index %lu\n" msgstr "" -#: readelf.c:13138 readelf.c:13147 +#: readelf.c:13562 readelf.c:13571 #, c-format msgid "RL78 sym diff reloc contains invalid offset: 0x%lx\n" msgstr "" -#: readelf.c:13366 +#: readelf.c:13790 #, c-format msgid "" "Missing knowledge of 32-bit reloc types used in DWARF sections of machine " "number %d\n" msgstr "" -#: readelf.c:14049 +#: readelf.c:14473 #, c-format msgid "unable to apply unsupported reloc type %d to section %s\n" msgstr "" -#: readelf.c:14058 +#: readelf.c:14482 #, c-format msgid "skipping invalid relocation offset 0x%lx in section %s\n" msgstr "" -#: readelf.c:14067 +#: readelf.c:14491 #, c-format msgid "skipping invalid relocation symbol index 0x%lx in section %s\n" msgstr "" -#: readelf.c:14090 +#: readelf.c:14514 #, c-format msgid "skipping unexpected symbol type %s in section %s relocation %ld\n" msgstr "" -#: readelf.c:14167 +#: readelf.c:14591 #, c-format msgid "" "\n" "Assembly dump of section %s\n" msgstr "" -#: readelf.c:14185 +#: readelf.c:14609 #, c-format msgid "Section '%s' has no data to dump.\n" msgstr "" -#: readelf.c:14191 +#: readelf.c:14615 msgid "section contents" msgstr "" -#: readelf.c:14266 +#: readelf.c:14691 +#, c-format +msgid "" +"\n" +"String dump of section '%s' in linked file %s:\n" +msgstr "" + +#: readelf.c:14695 #, c-format msgid "" "\n" "String dump of section '%s':\n" msgstr "" -#: readelf.c:14286 readelf.c:14496 readelf.c:14913 +#: readelf.c:14716 readelf.c:14932 readelf.c:15355 #, c-format msgid "section '%s' has unsupported compress type: %d\n" msgstr "" -#: readelf.c:14318 readelf.c:14530 readelf.c:14950 +#: readelf.c:14748 readelf.c:14966 readelf.c:15392 #, c-format msgid "Unable to decompress section %s\n" msgstr "" -#: readelf.c:14343 +#: readelf.c:14773 #, c-format msgid "" " Note: This section has relocations against it, but these have NOT been " "applied to this dump.\n" msgstr "" -#: readelf.c:14436 readelf.c:15908 readelf.c:15948 readelf.c:15986 -#: readelf.c:16033 readelf.c:16064 readelf.c:17668 readelf.c:17700 +#: readelf.c:14866 readelf.c:16353 readelf.c:16393 readelf.c:16431 +#: readelf.c:16478 readelf.c:16509 readelf.c:18113 readelf.c:18145 #, c-format msgid "<corrupt>\n" msgstr "" -#: readelf.c:14444 +#: readelf.c:14874 #, c-format msgid " No strings found in this section." msgstr "" -#: readelf.c:14476 +#: readelf.c:14907 +#, c-format +msgid "" +"\n" +"Hex dump of section '%s' in linked file %s:\n" +msgstr "" + +#: readelf.c:14911 #, c-format msgid "" "\n" "Hex dump of section '%s':\n" msgstr "" -#: readelf.c:14563 +#: readelf.c:14999 #, c-format msgid "" " NOTE: This section has relocations against it, but these have NOT been " "applied to this dump.\n" msgstr "" -#: readelf.c:14708 +#: readelf.c:15144 #, c-format msgid "Iteration failed: %s, %s\n" msgstr "" -#: readelf.c:14754 +#: readelf.c:15190 #, c-format msgid "No symbol section named %s\n" msgstr "" -#: readelf.c:14769 +#: readelf.c:15206 #, c-format msgid "No string table section named %s\n" msgstr "" -#: readelf.c:14776 +#: readelf.c:15213 msgid "strings" msgstr "" -#: readelf.c:14785 +#: readelf.c:15223 #, c-format msgid "No CTF parent section named %s\n" msgstr "" -#: readelf.c:14791 +#: readelf.c:15229 msgid "CTF parent" msgstr "" -#: readelf.c:14804 readelf.c:14817 readelf.c:14831 +#: readelf.c:15242 readelf.c:15255 readelf.c:15269 #, c-format msgid "CTF open failure: %s\n" msgstr "" -#: readelf.c:14837 +#: readelf.c:15276 +#, c-format +msgid "" +"\n" +"Dump of CTF section '%s' in linked file %s:\n" +msgstr "" + +#: readelf.c:15280 #, c-format msgid "" "\n" "Dump of CTF section '%s':\n" msgstr "" -#: readelf.c:14843 +#: readelf.c:15286 #, c-format msgid "CTF member open failure: %s\n" msgstr "" -#: readelf.c:14876 +#: readelf.c:15319 #, c-format msgid "%s section data" msgstr "" -#: readelf.c:14900 +#: readelf.c:15342 #, c-format msgid "compressed section %s is too small to contain a compression header\n" msgstr "" -#: readelf.c:15026 readelf.c:15053 readelf.c:15078 +#: readelf.c:15468 readelf.c:15495 readelf.c:15520 #, c-format msgid "" "malformed note encountered in section %s whilst scanning for build-id note\n" msgstr "" -#: readelf.c:15202 +#: readelf.c:15644 #, c-format msgid "" "\n" @@ -9067,548 +9908,548 @@ 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:15211 +#: readelf.c:15653 #, c-format msgid "section '%s' has the NOBITS type - its contents are unreliable.\n" msgstr "" -#: readelf.c:15261 +#: readelf.c:15703 #, c-format msgid "Unrecognized debug section: %s\n" msgstr "" -#: readelf.c:15290 +#: readelf.c:15732 #, c-format -msgid "Section '%s' was not dumped because it does not exist!\n" +msgid "Section '%s' was not dumped because it does not exist\n" msgstr "" -#: readelf.c:15359 +#: readelf.c:15805 #, c-format msgid "Section %d was not dumped because it does not exist!\n" msgstr "" -#: readelf.c:15416 +#: readelf.c:15861 msgid "<corrupt tag>\n" msgstr "" -#: readelf.c:15431 +#: readelf.c:15876 #, c-format msgid "<corrupt string tag>" msgstr "" -#: readelf.c:15465 +#: readelf.c:15910 #, c-format msgid "Absent/Non standard\n" msgstr "" -#: readelf.c:15468 +#: readelf.c:15913 #, c-format msgid "Bare metal/mwdt\n" msgstr "" -#: readelf.c:15471 +#: readelf.c:15916 #, c-format msgid "Bare metal/newlib\n" msgstr "" -#: readelf.c:15474 +#: readelf.c:15919 #, c-format msgid "Linux/uclibc\n" msgstr "" -#: readelf.c:15477 +#: readelf.c:15922 #, c-format msgid "Linux/glibc\n" msgstr "" -#: readelf.c:15480 readelf.c:15559 +#: readelf.c:15925 readelf.c:16004 #, c-format msgid "Unknown\n" msgstr "" -#: readelf.c:15492 readelf.c:15522 readelf.c:15550 +#: readelf.c:15937 readelf.c:15967 readelf.c:15995 #, c-format msgid "Absent\n" msgstr "" -#: readelf.c:15534 +#: readelf.c:15979 msgid "yes" msgstr "" -#: readelf.c:15534 +#: readelf.c:15979 msgid "no" msgstr "" -#: readelf.c:15571 readelf.c:15578 +#: readelf.c:16016 readelf.c:16023 msgid "default" msgstr "" -#: readelf.c:15572 +#: readelf.c:16017 msgid "smallest" msgstr "" -#: readelf.c:15577 +#: readelf.c:16022 msgid "OPTFP" msgstr "" -#: readelf.c:15775 readelf.c:15788 readelf.c:15806 readelf.c:16327 -#: readelf.c:16606 readelf.c:16618 readelf.c:16630 +#: readelf.c:16220 readelf.c:16233 readelf.c:16251 readelf.c:16772 +#: readelf.c:17051 readelf.c:17063 readelf.c:17075 #, c-format msgid "None\n" msgstr "" -#: readelf.c:15776 +#: readelf.c:16221 #, c-format msgid "Application\n" msgstr "" -#: readelf.c:15777 +#: readelf.c:16222 #, c-format msgid "Realtime\n" msgstr "" -#: readelf.c:15778 +#: readelf.c:16223 #, c-format msgid "Microcontroller\n" msgstr "" -#: readelf.c:15779 +#: readelf.c:16224 #, c-format msgid "Application or Realtime\n" msgstr "" -#: readelf.c:15789 readelf.c:15808 readelf.c:16379 readelf.c:16396 -#: readelf.c:16467 readelf.c:16487 readelf.c:19242 +#: readelf.c:16234 readelf.c:16253 readelf.c:16824 readelf.c:16841 +#: readelf.c:16912 readelf.c:16932 readelf.c:19716 #, c-format msgid "8-byte\n" msgstr "" -#: readelf.c:15790 readelf.c:16470 readelf.c:16490 readelf.c:19241 +#: readelf.c:16235 readelf.c:16915 readelf.c:16935 readelf.c:19715 #, c-format msgid "4-byte\n" msgstr "" -#: readelf.c:15794 readelf.c:15812 +#: readelf.c:16239 readelf.c:16257 #, c-format msgid "8-byte and up to %d-byte extended\n" msgstr "" -#: readelf.c:15807 +#: readelf.c:16252 #, c-format msgid "8-byte, except leaf SP\n" msgstr "" -#: readelf.c:15823 readelf.c:15905 readelf.c:16505 +#: readelf.c:16268 readelf.c:16350 readelf.c:16950 #, c-format msgid "flag = %d, vendor = " msgstr "" -#: readelf.c:15844 +#: readelf.c:16289 #, c-format msgid "True\n" msgstr "" -#: readelf.c:15864 +#: readelf.c:16309 #, c-format msgid "<unknown: %d>\n" msgstr "" -#: readelf.c:15909 +#: readelf.c:16354 msgid "corrupt vendor attribute\n" msgstr "" -#: readelf.c:15959 +#: readelf.c:16404 #, c-format msgid "unspecified hard/soft float\n" msgstr "" -#: readelf.c:15962 +#: readelf.c:16407 #, c-format msgid "hard float\n" msgstr "" -#: readelf.c:15965 +#: readelf.c:16410 #, c-format msgid "soft float\n" msgstr "" -#: readelf.c:15997 +#: readelf.c:16442 #, c-format msgid "unspecified hard/soft float, " msgstr "" -#: readelf.c:16000 +#: readelf.c:16445 #, c-format msgid "hard float, " msgstr "" -#: readelf.c:16003 +#: readelf.c:16448 #, c-format msgid "soft float, " msgstr "" -#: readelf.c:16006 +#: readelf.c:16451 #, c-format msgid "single-precision hard float, " msgstr "" -#: readelf.c:16013 +#: readelf.c:16458 #, c-format msgid "unspecified long double\n" msgstr "" -#: readelf.c:16016 +#: readelf.c:16461 #, c-format msgid "128-bit IBM long double\n" msgstr "" -#: readelf.c:16019 +#: readelf.c:16464 #, c-format msgid "64-bit long double\n" msgstr "" -#: readelf.c:16022 +#: readelf.c:16467 #, c-format msgid "128-bit IEEE long double\n" msgstr "" -#: readelf.c:16044 readelf.c:16075 +#: readelf.c:16489 readelf.c:16520 #, c-format msgid "unspecified\n" msgstr "" -#: readelf.c:16047 +#: readelf.c:16492 #, c-format msgid "generic\n" msgstr "" -#: readelf.c:16081 +#: readelf.c:16526 #, c-format msgid "memory\n" msgstr "" -#: readelf.c:16108 +#: readelf.c:16553 #, c-format msgid "any\n" msgstr "" -#: readelf.c:16111 +#: readelf.c:16556 #, c-format msgid "software\n" msgstr "" -#: readelf.c:16114 +#: readelf.c:16559 #, c-format msgid "hardware\n" msgstr "" -#: readelf.c:16237 +#: readelf.c:16682 #, c-format msgid "Hard or soft float\n" msgstr "" -#: readelf.c:16240 +#: readelf.c:16685 #, c-format msgid "Hard float (double precision)\n" msgstr "" -#: readelf.c:16243 +#: readelf.c:16688 #, c-format msgid "Hard float (single precision)\n" msgstr "" -#: readelf.c:16246 +#: readelf.c:16691 #, c-format msgid "Soft float\n" msgstr "" -#: readelf.c:16249 +#: readelf.c:16694 #, c-format msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n" msgstr "" -#: readelf.c:16252 +#: readelf.c:16697 #, c-format msgid "Hard float (32-bit CPU, Any FPU)\n" msgstr "" -#: readelf.c:16255 +#: readelf.c:16700 #, c-format msgid "Hard float (32-bit CPU, 64-bit FPU)\n" msgstr "" -#: readelf.c:16258 +#: readelf.c:16703 #, c-format msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n" msgstr "" -#: readelf.c:16261 +#: readelf.c:16706 #, c-format msgid "NaN 2008 compatibility\n" msgstr "" -#: readelf.c:16294 +#: readelf.c:16739 #, c-format msgid "Any MSA or not\n" msgstr "" -#: readelf.c:16297 +#: readelf.c:16742 #, c-format msgid "128-bit MSA\n" msgstr "" -#: readelf.c:16359 +#: readelf.c:16804 #, c-format msgid "Not used\n" msgstr "" -#: readelf.c:16362 +#: readelf.c:16807 #, c-format msgid "2 bytes\n" msgstr "" -#: readelf.c:16365 +#: readelf.c:16810 #, c-format msgid "4 bytes\n" msgstr "" -#: readelf.c:16382 readelf.c:16399 readelf.c:16473 readelf.c:16493 +#: readelf.c:16827 readelf.c:16844 readelf.c:16918 readelf.c:16938 #, c-format msgid "16-byte\n" msgstr "" -#: readelf.c:16413 +#: readelf.c:16858 #, c-format msgid "DSBT addressing not used\n" msgstr "" -#: readelf.c:16416 +#: readelf.c:16861 #, c-format msgid "DSBT addressing used\n" msgstr "" -#: readelf.c:16430 +#: readelf.c:16875 #, c-format msgid "Data addressing position-dependent\n" msgstr "" -#: readelf.c:16433 +#: readelf.c:16878 #, c-format msgid "Data addressing position-independent, GOT near DP\n" msgstr "" -#: readelf.c:16436 +#: readelf.c:16881 #, c-format msgid "Data addressing position-independent, GOT far from DP\n" msgstr "" -#: readelf.c:16450 +#: readelf.c:16895 #, c-format msgid "Code addressing position-dependent\n" msgstr "" -#: readelf.c:16453 +#: readelf.c:16898 #, c-format msgid "Code addressing position-independent\n" msgstr "" -#: readelf.c:16607 +#: readelf.c:17052 #, c-format msgid "MSP430\n" msgstr "" -#: readelf.c:16608 +#: readelf.c:17053 #, c-format msgid "MSP430X\n" msgstr "" -#: readelf.c:16619 readelf.c:16631 +#: readelf.c:17064 readelf.c:17076 #, c-format msgid "Small\n" msgstr "" -#: readelf.c:16620 readelf.c:16632 +#: readelf.c:17065 readelf.c:17077 #, c-format msgid "Large\n" msgstr "" -#: readelf.c:16633 +#: readelf.c:17078 #, c-format msgid "Restricted Large\n" msgstr "" -#: readelf.c:16639 +#: readelf.c:17084 #, c-format msgid " <unknown tag %d>: " msgstr "" -#: readelf.c:16685 +#: readelf.c:17130 #, c-format msgid "Any Region\n" msgstr "" -#: readelf.c:16688 +#: readelf.c:17133 #, c-format msgid "Lower Region Only\n" msgstr "" -#: readelf.c:16747 +#: readelf.c:17192 #, c-format msgid "%u\n" msgstr "" -#: readelf.c:16754 +#: readelf.c:17199 #, c-format msgid "No unaligned access\n" msgstr "" -#: readelf.c:16757 +#: readelf.c:17202 #, c-format msgid "Unaligned access\n" msgstr "" -#: readelf.c:16763 +#: readelf.c:17208 #, c-format msgid "%u-bytes\n" msgstr "" -#: readelf.c:16902 +#: readelf.c:17347 msgid "attributes" msgstr "" -#: readelf.c:16914 +#: readelf.c:17359 #, c-format msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n" msgstr "" -#: readelf.c:16933 +#: readelf.c:17378 msgid "Tag section ends prematurely\n" msgstr "" -#: readelf.c:16942 +#: readelf.c:17387 #, c-format msgid "Bad attribute length (%u > %u)\n" msgstr "" -#: readelf.c:16950 +#: readelf.c:17395 #, c-format msgid "Attribute length of %u is too small\n" msgstr "" -#: readelf.c:16961 +#: readelf.c:17406 msgid "Corrupt attribute section name\n" msgstr "" -#: readelf.c:16966 +#: readelf.c:17411 #, c-format msgid "Attribute Section: " msgstr "" -#: readelf.c:16993 +#: readelf.c:17438 msgid "Unused bytes at end of section\n" msgstr "" -#: readelf.c:17003 +#: readelf.c:17448 #, c-format msgid "Bad subsection length (%u > %u)\n" msgstr "" -#: readelf.c:17011 +#: readelf.c:17456 #, c-format msgid "Bad subsection length (%u < 6)\n" msgstr "" -#: readelf.c:17026 +#: readelf.c:17471 #, c-format msgid "File Attributes\n" msgstr "" -#: readelf.c:17029 +#: readelf.c:17474 #, c-format msgid "Section Attributes:" msgstr "" -#: readelf.c:17032 +#: readelf.c:17477 #, c-format msgid "Symbol Attributes:" msgstr "" -#: readelf.c:17045 +#: readelf.c:17490 #, c-format msgid "Unknown tag: %d\n" msgstr "" -#: readelf.c:17066 +#: readelf.c:17511 #, c-format msgid " Unknown attribute:\n" msgstr "" -#: readelf.c:17108 +#: readelf.c:17553 msgid "MIPS GOT entry extends beyond the end of available data\n" msgstr "" -#: readelf.c:17191 readelf.c:17260 +#: readelf.c:17636 readelf.c:17705 msgid "Unknown" msgstr "" -#: readelf.c:17307 +#: readelf.c:17752 msgid "Corrupt MIPS ABI Flags section.\n" msgstr "" -#: readelf.c:17313 +#: readelf.c:17758 msgid "MIPS ABI Flags section" msgstr "" -#: readelf.c:17372 readelf.c:17955 +#: readelf.c:17817 readelf.c:18400 msgid "Global Offset Table data" msgstr "" -#: readelf.c:17376 +#: readelf.c:17821 #, c-format msgid "" "\n" "Static GOT:\n" msgstr "" -#: readelf.c:17377 readelf.c:17960 +#: readelf.c:17822 readelf.c:18405 #, c-format msgid " Canonical gp value: " msgstr "" -#: readelf.c:17391 readelf.c:17964 readelf.c:18094 +#: readelf.c:17836 readelf.c:18409 readelf.c:18539 #, c-format msgid " Reserved entries:\n" msgstr "" -#: readelf.c:17392 +#: readelf.c:17837 #, c-format msgid " %*s %10s %*s\n" msgstr "" -#: readelf.c:17393 readelf.c:17423 readelf.c:17966 readelf.c:17994 -#: readelf.c:18012 readelf.c:18096 readelf.c:18105 +#: readelf.c:17838 readelf.c:17868 readelf.c:18411 readelf.c:18439 +#: readelf.c:18457 readelf.c:18541 readelf.c:18550 msgid "Address" msgstr "" -#: readelf.c:17393 readelf.c:17423 readelf.c:17966 readelf.c:17994 -#: readelf.c:18013 +#: readelf.c:17838 readelf.c:17868 readelf.c:18411 readelf.c:18439 +#: readelf.c:18458 msgid "Access" msgstr "" -#: readelf.c:17394 readelf.c:17424 +#: readelf.c:17839 readelf.c:17869 msgid "Value" msgstr "" -#: readelf.c:17421 readelf.c:17992 +#: readelf.c:17866 readelf.c:18437 #, c-format msgid " Local entries:\n" msgstr "" -#: readelf.c:17503 readelf.c:18211 +#: readelf.c:17948 readelf.c:18656 msgid "liblist section data" msgstr "" -#: readelf.c:17506 +#: readelf.c:17951 #, c-format msgid "" "\n" @@ -9619,38 +10460,38 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:17510 +#: readelf.c:17955 msgid "" " Library Time Stamp Checksum Version Flags\n" msgstr "" -#: readelf.c:17536 +#: readelf.c:17981 #, c-format msgid "<corrupt: %9ld>" msgstr "" -#: readelf.c:17541 +#: readelf.c:17986 msgid " NONE" msgstr "" -#: readelf.c:17592 +#: readelf.c:18037 msgid "No MIPS_OPTIONS header found\n" msgstr "" -#: readelf.c:17598 +#: readelf.c:18043 msgid "The MIPS options section is too small.\n" msgstr "" -#: readelf.c:17603 +#: readelf.c:18048 msgid "options" msgstr "" -#: readelf.c:17622 +#: readelf.c:18067 #, c-format msgid "Invalid size (%u) for MIPS option\n" msgstr "" -#: readelf.c:17631 +#: readelf.c:18076 #, c-format msgid "" "\n" @@ -9661,28 +10502,28 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:17669 readelf.c:17701 +#: readelf.c:18114 readelf.c:18146 msgid "Truncated MIPS REGINFO option\n" msgstr "" -#: readelf.c:17837 +#: readelf.c:18282 msgid "conflict list found without a dynamic symbol table\n" msgstr "" -#: readelf.c:17845 +#: readelf.c:18290 #, c-format msgid "Overlarge number of conflicts detected: %lx\n" msgstr "" -#: readelf.c:17853 +#: readelf.c:18298 msgid "Out of memory allocating space for dynamic conflicts\n" msgstr "" -#: readelf.c:17863 readelf.c:17881 +#: readelf.c:18308 readelf.c:18326 msgid "conflict" msgstr "" -#: readelf.c:17894 +#: readelf.c:18339 #, c-format msgid "" "\n" @@ -9693,124 +10534,124 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:17898 +#: readelf.c:18343 msgid " Num: Index Value Name" msgstr "" -#: readelf.c:17905 +#: readelf.c:18350 #, c-format msgid "<corrupt symbol index>" msgstr "" -#: readelf.c:17916 readelf.c:18042 readelf.c:18130 +#: readelf.c:18361 readelf.c:18487 readelf.c:18575 #, c-format msgid "<corrupt: %14ld>" msgstr "" -#: readelf.c:17939 +#: readelf.c:18384 #, c-format msgid "" "The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n" msgstr "" -#: readelf.c:17948 +#: readelf.c:18393 #, c-format msgid "Too many GOT symbols: %lu\n" msgstr "" -#: readelf.c:17959 +#: readelf.c:18404 #, c-format msgid "" "\n" "Primary GOT:\n" msgstr "" -#: readelf.c:17965 +#: readelf.c:18410 #, c-format msgid " %*s %10s %*s Purpose\n" msgstr "" -#: readelf.c:17967 readelf.c:17995 readelf.c:18014 readelf.c:18096 -#: readelf.c:18106 +#: readelf.c:18412 readelf.c:18440 readelf.c:18459 readelf.c:18541 +#: readelf.c:18551 msgid "Initial" msgstr "" -#: readelf.c:17969 +#: readelf.c:18414 #, c-format msgid " Lazy resolver\n" msgstr "" -#: readelf.c:17984 +#: readelf.c:18429 #, c-format msgid " Module pointer (GNU extension)\n" msgstr "" -#: readelf.c:18010 +#: readelf.c:18455 #, c-format msgid " Global entries:\n" msgstr "" -#: readelf.c:18015 readelf.c:18107 +#: readelf.c:18460 readelf.c:18552 msgid "Sym.Val." msgstr "" #. Note for translators: "Ndx" = abbreviated form of "Index". -#: readelf.c:18018 readelf.c:18107 +#: readelf.c:18463 readelf.c:18552 msgid "Ndx" msgstr "" -#: readelf.c:18018 readelf.c:18107 +#: readelf.c:18463 readelf.c:18552 msgid "Name" msgstr "" -#: readelf.c:18028 +#: readelf.c:18473 #, c-format msgid "<no dynamic symbols>" msgstr "" -#: readelf.c:18045 +#: readelf.c:18490 #, c-format msgid "<symbol index %lu exceeds number of dynamic symbols>" msgstr "" -#: readelf.c:18086 +#: readelf.c:18531 msgid "Procedure Linkage Table data" msgstr "" -#: readelf.c:18095 +#: readelf.c:18540 #, c-format msgid " %*s %*s Purpose\n" msgstr "" -#: readelf.c:18098 +#: readelf.c:18543 #, c-format msgid " PLT lazy resolver\n" msgstr "" -#: readelf.c:18100 +#: readelf.c:18545 #, c-format msgid " Module pointer\n" msgstr "" -#: readelf.c:18103 +#: readelf.c:18548 #, c-format msgid " Entries:\n" msgstr "" -#: readelf.c:18117 +#: readelf.c:18562 #, c-format msgid "<corrupt symbol index: %lu>" msgstr "" -#: readelf.c:18156 +#: readelf.c:18601 msgid "NDS32 elf flags section" msgstr "" -#: readelf.c:18222 +#: readelf.c:18667 msgid "liblist string table" msgstr "" -#: readelf.c:18234 +#: readelf.c:18679 #, c-format msgid "" "\n" @@ -9821,398 +10662,436 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:18240 +#: readelf.c:18685 msgid " Library Time Stamp Checksum Version Flags" msgstr "" -#: readelf.c:18290 +#: readelf.c:18735 msgid "NT_AUXV (auxiliary vector)" msgstr "" -#: readelf.c:18292 +#: readelf.c:18737 msgid "NT_PRSTATUS (prstatus structure)" msgstr "" -#: readelf.c:18294 +#: readelf.c:18739 msgid "NT_FPREGSET (floating point registers)" msgstr "" -#: readelf.c:18296 +#: readelf.c:18741 msgid "NT_PRPSINFO (prpsinfo structure)" msgstr "" -#: readelf.c:18298 +#: readelf.c:18743 msgid "NT_TASKSTRUCT (task structure)" msgstr "" -#: readelf.c:18300 +#: readelf.c:18745 +msgid "NT_GDB_TDESC (GDB XML target description)" +msgstr "" + +#: readelf.c:18747 msgid "NT_PRXFPREG (user_xfpregs structure)" msgstr "" -#: readelf.c:18302 +#: readelf.c:18749 msgid "NT_PPC_VMX (ppc Altivec registers)" msgstr "" -#: readelf.c:18304 +#: readelf.c:18751 msgid "NT_PPC_VSX (ppc VSX registers)" msgstr "" -#: readelf.c:18306 +#: readelf.c:18753 msgid "NT_PPC_TAR (ppc TAR register)" msgstr "" -#: readelf.c:18308 +#: readelf.c:18755 msgid "NT_PPC_PPR (ppc PPR register)" msgstr "" -#: readelf.c:18310 +#: readelf.c:18757 msgid "NT_PPC_DSCR (ppc DSCR register)" msgstr "" -#: readelf.c:18312 +#: readelf.c:18759 msgid "NT_PPC_EBB (ppc EBB registers)" msgstr "" -#: readelf.c:18314 +#: readelf.c:18761 msgid "NT_PPC_PMU (ppc PMU registers)" msgstr "" -#: readelf.c:18316 +#: readelf.c:18763 msgid "NT_PPC_TM_CGPR (ppc checkpointed GPR registers)" msgstr "" -#: readelf.c:18318 +#: readelf.c:18765 msgid "NT_PPC_TM_CFPR (ppc checkpointed floating point registers)" msgstr "" -#: readelf.c:18320 +#: readelf.c:18767 msgid "NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)" msgstr "" -#: readelf.c:18322 +#: readelf.c:18769 msgid "NT_PPC_TM_CVSX (ppc checkpointed VSX registers)" msgstr "" -#: readelf.c:18324 +#: readelf.c:18771 msgid "NT_PPC_TM_SPR (ppc TM special purpose registers)" msgstr "" -#: readelf.c:18326 +#: readelf.c:18773 msgid "NT_PPC_TM_CTAR (ppc checkpointed TAR register)" msgstr "" -#: readelf.c:18328 +#: readelf.c:18775 msgid "NT_PPC_TM_CPPR (ppc checkpointed PPR register)" msgstr "" -#: readelf.c:18330 +#: readelf.c:18777 msgid "NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)" msgstr "" -#: readelf.c:18332 +#: readelf.c:18779 msgid "NT_386_TLS (x86 TLS information)" msgstr "" -#: readelf.c:18334 +#: readelf.c:18781 msgid "NT_386_IOPERM (x86 I/O permissions)" msgstr "" -#: readelf.c:18336 +#: readelf.c:18783 msgid "NT_X86_XSTATE (x86 XSAVE extended state)" msgstr "" -#: readelf.c:18338 +#: readelf.c:18785 msgid "NT_X86_CET (x86 CET state)" msgstr "" -#: readelf.c:18340 +#: readelf.c:18787 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)" msgstr "" -#: readelf.c:18342 +#: readelf.c:18789 msgid "NT_S390_TIMER (s390 timer register)" msgstr "" -#: readelf.c:18344 +#: readelf.c:18791 msgid "NT_S390_TODCMP (s390 TOD comparator register)" msgstr "" -#: readelf.c:18346 +#: readelf.c:18793 msgid "NT_S390_TODPREG (s390 TOD programmable register)" msgstr "" -#: readelf.c:18348 +#: readelf.c:18795 msgid "NT_S390_CTRS (s390 control registers)" msgstr "" -#: readelf.c:18350 +#: readelf.c:18797 msgid "NT_S390_PREFIX (s390 prefix register)" msgstr "" -#: readelf.c:18352 +#: readelf.c:18799 msgid "NT_S390_LAST_BREAK (s390 last breaking event address)" msgstr "" -#: readelf.c:18354 +#: readelf.c:18801 msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)" msgstr "" -#: readelf.c:18356 +#: readelf.c:18803 msgid "NT_S390_TDB (s390 transaction diagnostic block)" msgstr "" -#: readelf.c:18358 +#: readelf.c:18805 msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)" msgstr "" -#: readelf.c:18360 +#: readelf.c:18807 msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)" msgstr "" -#: readelf.c:18362 +#: readelf.c:18809 msgid "NT_S390_GS_CB (s390 guarded-storage registers)" msgstr "" -#: readelf.c:18364 +#: readelf.c:18811 msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)" msgstr "" -#: readelf.c:18366 +#: readelf.c:18813 msgid "NT_ARM_VFP (arm VFP registers)" msgstr "" -#: readelf.c:18368 +#: readelf.c:18815 msgid "NT_ARM_TLS (AArch TLS registers)" msgstr "" -#: readelf.c:18370 +#: readelf.c:18817 msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)" msgstr "" -#: readelf.c:18372 +#: readelf.c:18819 msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)" msgstr "" -#: readelf.c:18374 +#: readelf.c:18821 +msgid "NT_ARM_SVE (AArch SVE registers)" +msgstr "" + +#: readelf.c:18823 +msgid "NT_ARM_PAC_MASK (AArch pointer authentication code masks)" +msgstr "" + +#: readelf.c:18825 +msgid "NT_ARM_TAGGED_ADDR_CTRL (AArch tagged address control)" +msgstr "" + +#: readelf.c:18827 msgid "NT_ARC_V2 (ARC HS accumulator/extra registers)" msgstr "" -#: readelf.c:18376 +#: readelf.c:18829 +msgid "NT_RISCV_CSR (RISC-V control and status registers)" +msgstr "" + +#: readelf.c:18831 msgid "NT_PSTATUS (pstatus structure)" msgstr "" -#: readelf.c:18378 +#: readelf.c:18833 msgid "NT_FPREGS (floating point registers)" msgstr "" -#: readelf.c:18380 +#: readelf.c:18835 msgid "NT_PSINFO (psinfo structure)" msgstr "" -#: readelf.c:18382 +#: readelf.c:18837 msgid "NT_LWPSTATUS (lwpstatus_t structure)" msgstr "" -#: readelf.c:18384 +#: readelf.c:18839 msgid "NT_LWPSINFO (lwpsinfo_t structure)" msgstr "" -#: readelf.c:18386 +#: readelf.c:18841 msgid "NT_WIN32PSTATUS (win32_pstatus structure)" msgstr "" -#: readelf.c:18388 +#: readelf.c:18843 msgid "NT_SIGINFO (siginfo_t data)" msgstr "" -#: readelf.c:18390 +#: readelf.c:18845 msgid "NT_FILE (mapped files)" msgstr "" -#: readelf.c:18398 +#: readelf.c:18847 +msgid "NT_MEMTAG (memory tags)" +msgstr "" + +#: readelf.c:18855 msgid "NT_VERSION (version)" msgstr "" -#: readelf.c:18400 +#: readelf.c:18857 msgid "NT_ARCH (architecture)" msgstr "" -#: readelf.c:18402 +#: readelf.c:18859 msgid "OPEN" msgstr "" -#: readelf.c:18404 +#: readelf.c:18861 msgid "func" msgstr "" -#: readelf.c:18409 readelf.c:18528 readelf.c:19215 readelf.c:19389 -#: readelf.c:19466 readelf.c:19583 +#: readelf.c:18863 +msgid "GO BUILDID" +msgstr "" + +#: readelf.c:18868 readelf.c:18987 readelf.c:19689 readelf.c:19857 +#: readelf.c:19934 readelf.c:20051 #, c-format msgid "Unknown note type: (0x%08x)" msgstr "" -#: readelf.c:18430 +#: readelf.c:18889 #, c-format msgid " Cannot decode 64-bit note in 32-bit build\n" msgstr "" -#: readelf.c:18438 +#: readelf.c:18897 msgid " Malformed note - too short for header\n" msgstr "" -#: readelf.c:18447 +#: readelf.c:18906 msgid " Malformed note - does not end with \\0\n" msgstr "" -#: readelf.c:18460 +#: readelf.c:18919 msgid " Malformed note - too short for supplied file count\n" msgstr "" -#: readelf.c:18464 +#: readelf.c:18923 #, c-format msgid " Page size: " msgstr "" -#: readelf.c:18468 +#: readelf.c:18927 #, c-format msgid " %*s%*s%*s\n" msgstr "" -#: readelf.c:18469 +#: readelf.c:18928 msgid "Start" msgstr "" -#: readelf.c:18470 +#: readelf.c:18929 msgid "End" msgstr "" -#: readelf.c:18471 +#: readelf.c:18930 msgid "Page Offset" msgstr "" -#: readelf.c:18479 +#: readelf.c:18938 msgid " Malformed note - filenames end too early\n" msgstr "" -#: readelf.c:18511 +#: readelf.c:18970 msgid "NT_GNU_ABI_TAG (ABI version tag)" msgstr "" -#: readelf.c:18513 +#: readelf.c:18972 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)" msgstr "" -#: readelf.c:18515 +#: readelf.c:18974 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)" msgstr "" -#: readelf.c:18517 +#: readelf.c:18976 msgid "NT_GNU_GOLD_VERSION (gold version)" msgstr "" -#: readelf.c:18519 +#: readelf.c:18978 msgid "NT_GNU_PROPERTY_TYPE_0" msgstr "" -#: readelf.c:18521 +#: readelf.c:18980 msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN" msgstr "" -#: readelf.c:18523 +#: readelf.c:18982 msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC" msgstr "" -#: readelf.c:18612 readelf.c:18743 readelf.c:18780 +#: readelf.c:19071 readelf.c:19202 readelf.c:19239 #, c-format msgid "<None>" msgstr "" -#: readelf.c:18870 +#: readelf.c:19329 #, c-format msgid " Properties: " msgstr "" -#: readelf.c:18874 +#: readelf.c:19333 #, c-format msgid "<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n" msgstr "" -#: readelf.c:18886 +#: readelf.c:19345 #, c-format msgid "<corrupt descsz: %#lx>\n" msgstr "" -#: readelf.c:18897 +#: readelf.c:19356 #, c-format msgid "<corrupt type (%#x) datasz: %#x>\n" msgstr "" -#: readelf.c:18919 readelf.c:18973 readelf.c:18995 +#: readelf.c:19378 readelf.c:19432 readelf.c:19454 #, c-format msgid "x86 ISA used: <corrupt length: %#x> " msgstr "" -#: readelf.c:18930 readelf.c:18984 readelf.c:19006 +#: readelf.c:19389 readelf.c:19443 readelf.c:19465 #, c-format msgid "x86 ISA needed: <corrupt length: %#x> " msgstr "" -#: readelf.c:18941 +#: readelf.c:19400 #, c-format msgid "x86 feature: <corrupt length: %#x> " msgstr "" -#: readelf.c:18952 +#: readelf.c:19411 #, c-format msgid "x86 feature used: <corrupt length: %#x> " msgstr "" -#: readelf.c:18963 +#: readelf.c:19422 #, c-format msgid "x86 feature needed: <corrupt length: %#x> " msgstr "" -#: readelf.c:19025 readelf.c:19039 readelf.c:19047 +#: readelf.c:19484 readelf.c:19498 readelf.c:19506 readelf.c:19520 #, c-format msgid "<corrupt length: %#x> " msgstr "" -#: readelf.c:19037 +#: readelf.c:19496 #, c-format msgid "stack size: " msgstr "" -#: readelf.c:19056 +#: readelf.c:19516 +#, c-format +msgid "UINT32_AND (%#x): " +msgstr "" + +#: readelf.c:19518 +#, c-format +msgid "UINT32_OR (%#x): " +msgstr "" + +#: readelf.c:19530 #, c-format msgid "<unknown type %#x data: " msgstr "" -#: readelf.c:19058 +#: readelf.c:19532 #, c-format -msgid "<procesor-specific type %#x data: " +msgid "<processor-specific type %#x data: " msgstr "" -#: readelf.c:19060 +#: readelf.c:19534 #, c-format msgid "<application-specific type %#x data: " msgstr "" -#: readelf.c:19089 +#: readelf.c:19563 #, c-format msgid " Build ID: " msgstr "" -#: readelf.c:19104 +#: readelf.c:19578 #, c-format msgid " <corrupt GNU_ABI_TAG>\n" msgstr "" -#: readelf.c:19141 +#: readelf.c:19615 #, c-format msgid " OS: %s, ABI: %ld.%ld.%ld\n" msgstr "" -#: readelf.c:19150 +#: readelf.c:19624 #, c-format msgid " Version: " msgstr "" @@ -10222,494 +11101,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:19166 +#: readelf.c:19640 #, c-format msgid " Hardware Capabilities: " msgstr "" -#: readelf.c:19169 +#: readelf.c:19643 msgid "<corrupt GNU_HWCAP>\n" msgstr "" -#: readelf.c:19174 +#: readelf.c:19648 #, c-format msgid "num entries: %ld, enabled mask: %lx\n" msgstr "" -#: readelf.c:19190 +#: readelf.c:19664 #, c-format msgid " Description data: " msgstr "" -#: readelf.c:19208 +#: readelf.c:19682 msgid "Alignment of 8-byte objects" msgstr "" -#: readelf.c:19209 +#: readelf.c:19683 msgid "Sizeof double and long double" msgstr "" -#: readelf.c:19210 +#: readelf.c:19684 msgid "Type of FPU support needed" msgstr "" -#: readelf.c:19211 +#: readelf.c:19685 msgid "Use of SIMD instructions" msgstr "" -#: readelf.c:19212 +#: readelf.c:19686 msgid "Use of cache" msgstr "" -#: readelf.c:19213 +#: readelf.c:19687 msgid "Use of MMU" msgstr "" -#: readelf.c:19249 +#: readelf.c:19723 #, c-format msgid "4-bytes\n" msgstr "" -#: readelf.c:19250 +#: readelf.c:19724 #, c-format msgid "8-bytes\n" msgstr "" -#: readelf.c:19257 +#: readelf.c:19731 #, c-format msgid "FPU-2.0\n" msgstr "" -#: readelf.c:19258 +#: readelf.c:19732 #, c-format msgid "FPU-3.0\n" msgstr "" -#: readelf.c:19267 +#: readelf.c:19741 #, c-format msgid "yes\n" msgstr "" -#: readelf.c:19277 +#: readelf.c:19751 #, c-format msgid "unknown value: %x\n" msgstr "" -#: readelf.c:19335 +#: readelf.c:19807 msgid "NT_THRMISC (thrmisc structure)" msgstr "" -#: readelf.c:19337 +#: readelf.c:19809 msgid "NT_PROCSTAT_PROC (proc data)" msgstr "" -#: readelf.c:19339 +#: readelf.c:19811 msgid "NT_PROCSTAT_FILES (files data)" msgstr "" -#: readelf.c:19341 +#: readelf.c:19813 msgid "NT_PROCSTAT_VMMAP (vmmap data)" msgstr "" -#: readelf.c:19343 +#: readelf.c:19815 msgid "NT_PROCSTAT_GROUPS (groups data)" msgstr "" -#: readelf.c:19345 +#: readelf.c:19817 msgid "NT_PROCSTAT_UMASK (umask data)" msgstr "" -#: readelf.c:19347 +#: readelf.c:19819 msgid "NT_PROCSTAT_RLIMIT (rlimit data)" msgstr "" -#: readelf.c:19349 +#: readelf.c:19821 msgid "NT_PROCSTAT_OSREL (osreldate data)" msgstr "" -#: readelf.c:19351 +#: readelf.c:19823 msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)" msgstr "" -#: readelf.c:19353 +#: readelf.c:19825 msgid "NT_PROCSTAT_AUXV (auxv data)" msgstr "" -#: readelf.c:19355 +#: readelf.c:19827 msgid "NT_PTLWPINFO (ptrace_lwpinfo structure)" msgstr "" #. NetBSD core "procinfo" structure. -#: readelf.c:19369 +#: readelf.c:19841 msgid "NetBSD procinfo structure" msgstr "" -#: readelf.c:19373 +#: readelf.c:19844 msgid "NetBSD ELF auxiliary vector data" msgstr "" -#: readelf.c:19378 +#: readelf.c:19847 msgid "PT_LWPSTATUS (ptrace_lwpstatus structure)" msgstr "" -#: readelf.c:19408 readelf.c:19425 readelf.c:19439 +#: readelf.c:19876 readelf.c:19893 readelf.c:19907 msgid "PT_GETREGS (reg structure)" msgstr "" -#: readelf.c:19410 readelf.c:19427 readelf.c:19441 +#: readelf.c:19878 readelf.c:19895 readelf.c:19909 msgid "PT_GETFPREGS (fpreg structure)" msgstr "" -#: readelf.c:19423 +#: readelf.c:19891 msgid "PT___GETREGS40 (old reg structure)" msgstr "" -#: readelf.c:19460 +#: readelf.c:19928 msgid "NT_STAPSDT (SystemTap probe descriptors)" msgstr "" -#: readelf.c:19528 +#: readelf.c:19996 #, c-format msgid " Provider: %s\n" msgstr "" -#: readelf.c:19529 +#: readelf.c:19997 #, c-format msgid " Name: %s\n" msgstr "" -#: readelf.c:19530 +#: readelf.c:19998 #, c-format msgid " Location: " msgstr "" -#: readelf.c:19532 +#: readelf.c:20000 #, c-format msgid ", Base: " msgstr "" -#: readelf.c:19534 +#: readelf.c:20002 #, c-format msgid ", Semaphore: " msgstr "" -#: readelf.c:19537 +#: readelf.c:20005 #, c-format msgid " Arguments: %s\n" msgstr "" -#: readelf.c:19542 +#: readelf.c:20010 #, c-format msgid " <corrupt - note is too small>\n" msgstr "" -#: readelf.c:19543 +#: readelf.c:20011 msgid "corrupt stapdt note - the data size is too small\n" msgstr "" -#: readelf.c:19555 +#: readelf.c:20023 msgid "NT_VMS_MHD (module header)" msgstr "" -#: readelf.c:19557 +#: readelf.c:20025 msgid "NT_VMS_LNM (language name)" msgstr "" -#: readelf.c:19559 +#: readelf.c:20027 msgid "NT_VMS_SRC (source files)" msgstr "" -#: readelf.c:19563 +#: readelf.c:20031 msgid "NT_VMS_EIDC (consistency check)" msgstr "" -#: readelf.c:19565 +#: readelf.c:20033 msgid "NT_VMS_FPMODE (FP mode)" msgstr "" -#: readelf.c:19569 +#: readelf.c:20037 msgid "NT_VMS_IMGNAM (image name)" msgstr "" -#: readelf.c:19571 +#: readelf.c:20039 msgid "NT_VMS_IMGID (image id)" msgstr "" -#: readelf.c:19573 +#: readelf.c:20041 msgid "NT_VMS_LINKID (link id)" msgstr "" -#: readelf.c:19575 +#: readelf.c:20043 msgid "NT_VMS_IMGBID (build id)" msgstr "" -#: readelf.c:19577 +#: readelf.c:20045 msgid "NT_VMS_GSTNAM (sym table name)" msgstr "" -#: readelf.c:19604 +#: readelf.c:20072 #, c-format msgid " Creation date : %.17s\n" msgstr "" -#: readelf.c:19605 +#: readelf.c:20073 #, c-format msgid " Last patch date: %.17s\n" msgstr "" -#: readelf.c:19608 +#: readelf.c:20076 #, c-format msgid " Module name : %s\n" msgstr "" -#: readelf.c:19610 +#: readelf.c:20078 #, c-format msgid " Module version : %s\n" msgstr "" -#: readelf.c:19612 readelf.c:19617 +#: readelf.c:20080 readelf.c:20085 #, c-format msgid " Module version : <missing>\n" msgstr "" -#: readelf.c:19616 +#: readelf.c:20084 #, c-format msgid " Module name : <missing>\n" msgstr "" -#: readelf.c:19622 +#: readelf.c:20090 #, c-format msgid " Language: %.*s\n" msgstr "" -#: readelf.c:19627 +#: readelf.c:20095 #, c-format msgid " Floating Point mode: " msgstr "" -#: readelf.c:19637 +#: readelf.c:20105 #, c-format msgid " Link time: " msgstr "" -#: readelf.c:19648 +#: readelf.c:20116 #, c-format msgid " Patch time: " msgstr "" -#: readelf.c:19662 +#: readelf.c:20130 #, c-format msgid " Major id: %u, minor id: %u\n" msgstr "" -#: readelf.c:19665 +#: readelf.c:20133 #, c-format msgid " Last modified : " msgstr "" -#: readelf.c:19668 +#: readelf.c:20136 #, c-format msgid "" "\n" " Link flags : " msgstr "" -#: readelf.c:19671 +#: readelf.c:20139 #, c-format msgid " Header flags: 0x%08x\n" msgstr "" -#: readelf.c:19673 +#: readelf.c:20141 #, c-format msgid " Image id : %.*s\n" msgstr "" -#: readelf.c:19678 +#: readelf.c:20146 #, c-format msgid " Image name: %.*s\n" msgstr "" -#: readelf.c:19682 +#: readelf.c:20150 #, c-format msgid " Global symbol table name: %.*s\n" msgstr "" -#: readelf.c:19686 +#: readelf.c:20154 #, c-format msgid " Image id: %.*s\n" msgstr "" -#: readelf.c:19690 +#: readelf.c:20158 #, c-format msgid " Linker id: %.*s\n" msgstr "" -#: readelf.c:19700 +#: readelf.c:20168 #, c-format msgid " <corrupt - data size is too small>\n" msgstr "" -#: readelf.c:19701 +#: readelf.c:20169 msgid "corrupt IA64 note: data size is too small\n" msgstr "" -#: readelf.c:19868 readelf.c:19876 +#: readelf.c:20336 readelf.c:20344 #, c-format msgid " Applies to region from %#lx to %#lx\n" msgstr "" -#: readelf.c:19871 readelf.c:19878 +#: readelf.c:20339 readelf.c:20346 #, c-format msgid " Applies to region from %#lx\n" msgstr "" -#: readelf.c:19907 +#: readelf.c:20366 #, c-format msgid " <invalid description size: %lx>\n" msgstr "" -#: readelf.c:19908 +#: readelf.c:20367 #, c-format msgid " <invalid descsz>" msgstr "" -#: readelf.c:19934 +#: readelf.c:20393 #, c-format msgid "Gap in build notes detected from %#lx to %#lx\n" msgstr "" -#: readelf.c:19937 readelf.c:19948 +#: readelf.c:20396 readelf.c:20407 #, c-format msgid " Applies to region from %#lx" msgstr "" -#: readelf.c:19942 readelf.c:19953 +#: readelf.c:20401 readelf.c:20412 #, c-format msgid " to %#lx" msgstr "" -#: readelf.c:19959 +#: readelf.c:20418 #, c-format msgid " (%s)" msgstr "" -#: readelf.c:19980 readelf.c:19995 +#: readelf.c:20439 readelf.c:20454 #, c-format msgid "corrupt name field in GNU build attribute note: size = %ld\n" msgstr "" -#: readelf.c:19981 readelf.c:19996 +#: readelf.c:20440 readelf.c:20455 msgid " <corrupt name>" msgstr "" -#: readelf.c:20015 +#: readelf.c:20474 #, c-format msgid "unrecognised attribute type in name field: %d\n" msgstr "" -#: readelf.c:20016 +#: readelf.c:20475 msgid "<unknown name type>" msgstr "" -#: readelf.c:20026 +#: readelf.c:20485 msgid "<version>" msgstr "" -#: readelf.c:20031 +#: readelf.c:20490 msgid "<stack prot>" msgstr "" -#: readelf.c:20036 +#: readelf.c:20495 msgid "<relro>" msgstr "" -#: readelf.c:20041 +#: readelf.c:20500 msgid "<stack size>" msgstr "" -#: readelf.c:20046 +#: readelf.c:20505 msgid "<tool>" msgstr "" -#: readelf.c:20051 +#: readelf.c:20510 msgid "<ABI>" msgstr "" -#: readelf.c:20056 +#: readelf.c:20515 msgid "<PIC>" msgstr "" -#: readelf.c:20061 +#: readelf.c:20520 msgid "<short enum>" msgstr "" -#: readelf.c:20080 +#: readelf.c:20539 #, c-format msgid "unrecognised byte in name field: %d\n" msgstr "" -#: readelf.c:20081 +#: readelf.c:20540 #, c-format msgid "<unknown:_%d>" msgstr "" -#: readelf.c:20093 +#: readelf.c:20552 #, c-format msgid "attribute does not have an expected type (%c)\n" msgstr "" -#: readelf.c:20097 +#: readelf.c:20556 #, c-format msgid "corrupt name field: namesz: %lu but parsing gets to %ld\n" msgstr "" -#: readelf.c:20124 +#: readelf.c:20583 #, c-format msgid "corrupt numeric name field: too many bytes in the value: %x\n" msgstr "" -#: readelf.c:20296 +#: readelf.c:20755 #, c-format msgid " description data: " msgstr "" -#: readelf.c:20338 +#: readelf.c:20797 msgid "notes" msgstr "" -#: readelf.c:20346 +#: readelf.c:20809 #, c-format -msgid "" -"\n" -"Displaying notes found in: %s\n" +msgid "Displaying notes found in: %s\n" msgstr "" -#: readelf.c:20348 +#: readelf.c:20811 #, c-format -msgid "" -"\n" -"Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n" +msgid "Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n" msgstr "" -#: readelf.c:20360 +#: readelf.c:20823 #, c-format msgid "Corrupt note: alignment %ld, expecting 4 or 8\n" msgstr "" -#: readelf.c:20366 +#: readelf.c:20829 #, c-format msgid " %-20s %-10s\tDescription\n" msgstr "" -#: readelf.c:20366 +#: readelf.c:20829 msgid "Owner" msgstr "" -#: readelf.c:20366 +#: readelf.c:20829 msgid "Data size" msgstr "" -#: readelf.c:20384 readelf.c:20413 +#: readelf.c:20847 readelf.c:20876 #, c-format msgid "Corrupt note: only %ld byte remains, not enough for a full note\n" msgid_plural "" @@ -10717,25 +11592,25 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:20441 +#: readelf.c:20904 #, c-format msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n" msgstr "" -#: readelf.c:20443 +#: readelf.c:20906 #, c-format msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx, alignment: %u\n" msgstr "" -#: readelf.c:20461 +#: readelf.c:20924 msgid "Out of memory allocating space for inote name\n" msgstr "" -#: readelf.c:20521 +#: readelf.c:20984 msgid "v850 notes" msgstr "" -#: readelf.c:20528 +#: readelf.c:20991 #, c-format msgid "" "\n" @@ -10743,75 +11618,80 @@ msgid "" "length 0x%lx:\n" msgstr "" -#: readelf.c:20545 +#: readelf.c:21008 #, c-format msgid "Corrupt note: name size is too big: %lx\n" msgstr "" -#: readelf.c:20555 +#: readelf.c:21018 #, c-format msgid "corrupt descsz found in note at offset 0x%lx\n" msgstr "" -#: readelf.c:20557 readelf.c:20570 +#: readelf.c:21020 readelf.c:21033 #, c-format msgid " type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n" msgstr "" -#: readelf.c:20568 +#: readelf.c:21031 #, c-format msgid "corrupt namesz found in note at offset 0x%lx\n" msgstr "" -#: readelf.c:20646 +#: readelf.c:21110 +#, c-format +msgid "No notes found in linked file '%s'.\n" +msgstr "" + +#: readelf.c:21113 #, c-format -msgid "No note segments present in the core file.\n" +msgid "No notes found file.\n" msgstr "" -#: readelf.c:20654 +#: readelf.c:21122 #, c-format msgid " Unknown GNU attribute: %s\n" msgstr "" -#: readelf.c:20802 +#: readelf.c:21270 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:20925 +#: readelf.c:21440 #, c-format msgid "%s: Failed to read file header\n" msgstr "" -#: readelf.c:20940 +#: readelf.c:21455 #, c-format msgid "" "\n" "File: %s\n" msgstr "" -#: readelf.c:21133 +#: readelf.c:21616 #, c-format msgid "%s: unable to dump the index as none was found\n" msgstr "" -#: readelf.c:21140 +#: readelf.c:21623 #, c-format msgid "Index of archive %s: (%lu entries, 0x%lx bytes in the symbol table)\n" msgstr "" -#: readelf.c:21164 +#: readelf.c:21647 #, c-format msgid "Contents of binary %s at offset " msgstr "" -#: readelf.c:21176 +#: readelf.c:21659 #, c-format msgid "%s: end of the symbol table reached before the end of the index\n" msgstr "" -#: readelf.c:21195 +#: readelf.c:21678 #, c-format msgid "" "%s: %ld byte remains in the symbol table, but without corresponding entries " @@ -10822,51 +11702,45 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: readelf.c:21208 +#: readelf.c:21691 #, c-format msgid "%s: failed to seek back to start of object files in the archive\n" msgstr "" -#: readelf.c:21302 readelf.c:21418 +#: readelf.c:21785 readelf.c:21904 #, c-format msgid "Input file '%s' is not readable.\n" msgstr "" -#: readelf.c:21327 +#: readelf.c:21813 #, c-format msgid "%s: contains corrupt thin archive: %s\n" msgstr "" -#: readelf.c:21345 +#: readelf.c:21831 #, c-format msgid "%s: failed to seek to archive member.\n" msgstr "" -#: readelf.c:21410 +#: readelf.c:21896 msgid "Out of memory allocating file data structure\n" msgstr "" -#: readelf.c:21446 +#: readelf.c:21933 #, c-format msgid "File %s is not an archive so its index cannot be displayed.\n" msgstr "" -#: readelf.c:21519 +#: readelf.c:22004 msgid "Nothing to do.\n" msgstr "" -#: rename.c:122 +#: rename.c:198 #, c-format msgid "%s: cannot set time: %s" msgstr "" -#. We have to clean up here. -#: rename.c:195 rename.c:232 -#, c-format -msgid "unable to rename '%s'; reason: %s" -msgstr "" - -#: rename.c:240 +#: rename.c:217 #, c-format msgid "unable to copy file '%s'; reason: %s" msgstr "" @@ -11014,76 +11888,76 @@ msgstr "" msgid "unexpected version type %d" msgstr "" -#: resbin.c:980 +#: resbin.c:983 #, c-format msgid "unexpected fixed version information length %ld" msgstr "" -#: resbin.c:983 +#: resbin.c:986 msgid "fixed version info" msgstr "" -#: resbin.c:987 +#: resbin.c:990 #, c-format msgid "unexpected fixed version signature %lu" msgstr "" -#: resbin.c:991 +#: resbin.c:994 #, c-format msgid "unexpected fixed version info version %lu" msgstr "" -#: resbin.c:1020 +#: resbin.c:1023 msgid "version var info" msgstr "" -#: resbin.c:1037 +#: resbin.c:1040 #, c-format msgid "unexpected stringfileinfo value length %ld" msgstr "" -#: resbin.c:1054 +#: resbin.c:1057 msgid "version stringtable" msgstr "" -#: resbin.c:1062 +#: resbin.c:1065 #, c-format msgid "unexpected version stringtable value length %ld" msgstr "" -#: resbin.c:1079 +#: resbin.c:1082 msgid "version string" msgstr "" -#: resbin.c:1094 +#: resbin.c:1097 #, c-format msgid "unexpected version string length %ld != %ld + %ld" msgstr "" -#: resbin.c:1101 +#: resbin.c:1104 #, c-format msgid "unexpected version string length %ld < %ld" msgstr "" -#: resbin.c:1127 +#: resbin.c:1130 #, c-format msgid "unexpected varfileinfo value length %ld" msgstr "" -#: resbin.c:1146 +#: resbin.c:1149 msgid "version varfileinfo" msgstr "" -#: resbin.c:1161 +#: resbin.c:1164 #, c-format msgid "unexpected version value length %ld" msgstr "" -#: resbin.c:1171 +#: resbin.c:1174 msgid "nul bytes found in version string" msgstr "" -#: resbin.c:1174 +#: resbin.c:1177 #, c-format msgid "unexpected version string character: %x" msgstr "" @@ -11296,12 +12170,12 @@ msgid "" "\n" msgstr "" -#: size.c:176 +#: size.c:174 #, c-format msgid "invalid argument to --format: %s" msgstr "" -#: size.c:203 +#: size.c:201 #, c-format msgid "Invalid radix: %s\n" msgstr "" @@ -11377,11 +12251,11 @@ msgid "" " -v --version Print the program's version number\n" msgstr "" -#: srconv.c:1786 +#: srconv.c:1784 msgid "input and output files must be different" msgstr "" -#: srconv.c:1842 +#: srconv.c:1840 #, c-format msgid "unable to open output file %s" msgstr "" @@ -11514,27 +12388,27 @@ msgstr "" msgid "Unrecognized demangled builtin type\n" msgstr "" -#: strings.c:200 strings.c:267 +#: strings.c:198 strings.c:265 #, c-format msgid "invalid integer argument %s" msgstr "" -#: strings.c:270 +#: strings.c:268 #, c-format msgid "invalid minimum string length %d" msgstr "" -#: strings.c:341 +#: strings.c:339 #, c-format msgid "%s: Reading section %s failed: %s" msgstr "" -#: strings.c:699 +#: strings.c:678 #, c-format msgid " Display printable strings in [file(s)] (stdin by default)\n" msgstr "" -#: strings.c:703 +#: strings.c:682 #, c-format msgid "" " -a - --all Scan the entire file, not just the data section " @@ -11542,7 +12416,7 @@ msgid "" " -d --data Only scan the data sections in the file\n" msgstr "" -#: strings.c:707 +#: strings.c:686 #, c-format msgid "" " -a - --all Scan the entire file, not just the data section\n" @@ -11550,7 +12424,7 @@ msgid "" "[default]\n" msgstr "" -#: strings.c:711 +#: strings.c:690 #, c-format msgid "" " -f --print-file-name Print the name of the file before each string\n" @@ -11587,43 +12461,43 @@ msgstr "" #. PR 17512: file: id:000001,src:000002,op:flip1,pos:45. #. Prevent infinite loops re-reading beyond the end of the buffer. -#: sysdump.c:161 +#: sysdump.c:163 msgid "ICE: getINT: Out of buffer space" msgstr "" -#: sysdump.c:185 +#: sysdump.c:188 #, c-format msgid "Unsupported read size: %d" msgstr "" -#: sysdump.c:496 +#: sysdump.c:499 #, c-format msgid "GOT A %x\n" msgstr "" -#: sysdump.c:514 +#: sysdump.c:517 #, c-format msgid "WANTED %x!!\n" msgstr "" -#: sysdump.c:532 +#: sysdump.c:535 msgid "SYMBOL INFO" msgstr "" -#: sysdump.c:550 +#: sysdump.c:553 msgid "DERIVED TYPE" msgstr "" -#: sysdump.c:607 +#: sysdump.c:610 msgid "MODULE***\n" msgstr "" -#: sysdump.c:640 +#: sysdump.c:643 #, c-format msgid "Print a human readable interpretation of a SYSROFF object file\n" msgstr "" -#: sysdump.c:641 +#: sysdump.c:644 #, c-format msgid "" " The options are:\n" @@ -11631,18 +12505,18 @@ msgid "" " -v --version Print the program's version number\n" msgstr "" -#: sysdump.c:709 +#: sysdump.c:710 #, c-format msgid "cannot open input file %s" msgstr "" -#: unwind-ia64.c:176 +#: unwind-ia64.c:180 #, c-format msgid "Unknown code 0x%02x\n" msgstr "" #. PR 18420. -#: unwind-ia64.c:362 +#: unwind-ia64.c:366 #, c-format msgid "" "\n" @@ -11650,67 +12524,67 @@ msgid "" "\n" msgstr "" -#: unwind-ia64.c:574 +#: unwind-ia64.c:578 #, c-format msgid "Bad uleb128\n" msgstr "" -#: unwind-ia64.c:588 +#: unwind-ia64.c:592 #, c-format msgid "\t<corrupt X1>\n" msgstr "" -#: unwind-ia64.c:612 +#: unwind-ia64.c:616 #, c-format msgid "\t<corrupt X2>\n" msgstr "" -#: unwind-ia64.c:638 +#: unwind-ia64.c:642 #, c-format msgid "\t<corrupt X3>\n" msgstr "" -#: unwind-ia64.c:666 +#: unwind-ia64.c:670 #, c-format msgid "\t<corrupt X4>\n" msgstr "" -#: unwind-ia64.c:708 +#: unwind-ia64.c:712 #, c-format msgid "\t<corrupt R2>\n" msgstr "" -#: unwind-ia64.c:754 +#: unwind-ia64.c:758 #, c-format msgid "\t<corrupt P2>\n" msgstr "" -#: unwind-ia64.c:769 +#: unwind-ia64.c:773 #, c-format msgid "\t<corrupt P3>\n" msgstr "" -#: unwind-ia64.c:828 +#: unwind-ia64.c:832 #, c-format msgid "\t<corrupt P5>\n" msgstr "" -#: unwind-ia64.c:935 +#: unwind-ia64.c:939 #, c-format msgid "\t<corrupt P8>\n" msgstr "" -#: unwind-ia64.c:1010 +#: unwind-ia64.c:1014 #, c-format msgid "\t<corrupt P9>\n" msgstr "" -#: unwind-ia64.c:1022 +#: unwind-ia64.c:1026 #, c-format msgid "\t<corrupt P10>\n" msgstr "" -#: unwind-ia64.c:1153 +#: unwind-ia64.c:1157 #, c-format msgid "\t<corrupt IA64 descriptor>\n" msgstr "" @@ -11794,17 +12668,17 @@ msgstr "" msgid "try to add a ill language." msgstr "" -#: windmc.c:1117 +#: windmc.c:1115 #, c-format msgid "unable to open file `%s' for input.\n" msgstr "" -#: windmc.c:1125 +#: windmc.c:1123 #, c-format msgid "unable to read contents of %s" msgstr "" -#: windmc.c:1137 +#: windmc.c:1135 msgid "input file does not seems to be UFT16.\n" msgstr "" @@ -11894,26 +12768,26 @@ msgid "" "No input-file is stdin, default rc. No output-file is stdout, default rc.\n" msgstr "" -#: windres.c:846 +#: windres.c:845 msgid "invalid codepage specified.\n" msgstr "" -#: windres.c:861 +#: windres.c:860 msgid "invalid option -f\n" msgstr "" -#: windres.c:866 +#: windres.c:865 msgid "No filename following the -fo option.\n" msgstr "" -#: windres.c:961 +#: windres.c:960 #, c-format msgid "" "Option -I is deprecated for setting the input format, please use -J " "instead.\n" msgstr "" -#: windres.c:1074 +#: windres.c:1073 msgid "no resources" msgstr "" diff --git a/gas/ChangeLog b/gas/ChangeLog index d7cc819..9d6b14b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2021-07-03 Nick Clifton <nickc@redhat.com> + * configure: Regenerate. + * po/gas.pot: Regenerate. + +2021-07-03 Nick Clifton <nickc@redhat.com> + * 2.37 release branch created. 2021-07-02 Alan Modra <amodra@gmail.com> diff --git a/gas/configure b/gas/configure index 7a67ce8..110d707 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.36.50. +# Generated by GNU Autoconf 2.69 for gas 2.37.50. # # # 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.36.50' -PACKAGE_STRING='gas 2.36.50' +PACKAGE_VERSION='2.37.50' +PACKAGE_STRING='gas 2.37.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1369,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.36.50 to adapt to many kinds of systems. +\`configure' configures gas 2.37.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1440,7 +1440,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gas 2.36.50:";; + short | recursive ) echo "Configuration of gas 2.37.50:";; esac cat <<\_ACEOF @@ -1576,7 +1576,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gas configure 2.36.50 +gas configure 2.37.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1987,7 +1987,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.36.50, which was +It was created by gas $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2966,7 +2966,7 @@ fi # Define the identity of the package. PACKAGE='gas' - VERSION='2.36.50' + VERSION='2.37.50' cat >>confdefs.h <<_ACEOF @@ -14559,7 +14559,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.36.50, which was +This file was extended by gas $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14625,7 +14625,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.36.50 +gas config.status 2.37.50 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/gas/po/gas.pot b/gas/po/gas.pot index 218dd48..29e20a5 100644 --- a/gas/po/gas.pot +++ b/gas/po/gas.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: 2021-01-09 10:53+0000\n" +"POT-Creation-Date: 2021-07-03 15:03+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" @@ -36,23 +36,23 @@ msgstr "" msgid "end of file not at end of a line; newline inserted" msgstr "" -#: app.c:994 +#: app.c:993 msgid "end of file in multiline comment" msgstr "" -#: app.c:1068 +#: app.c:1067 msgid "end of file after a one-character quote; \\0 inserted" msgstr "" -#: app.c:1076 +#: app.c:1075 msgid "end of file in escape character" msgstr "" -#: app.c:1088 +#: app.c:1087 msgid "missing close quote; (assumed)" msgstr "" -#: app.c:1156 app.c:1211 app.c:1223 app.c:1301 +#: app.c:1155 app.c:1210 app.c:1222 app.c:1300 msgid "end of file in comment; newline inserted" msgstr "" @@ -171,12 +171,12 @@ msgstr "" msgid " --elf-stt-common=[no|yes] " msgstr "" -#: as.c:317 as.c:328 config/tc-i386.c:13670 config/tc-i386.c:13690 +#: as.c:317 as.c:328 config/tc-i386.c:13799 config/tc-i386.c:13819 #, c-format msgid "(default: yes)\n" msgstr "" -#: as.c:319 as.c:330 config/tc-i386.c:13672 config/tc-i386.c:13692 +#: as.c:319 as.c:330 config/tc-i386.c:13801 config/tc-i386.c:13821 #, c-format msgid "(default: no)\n" msgstr "" @@ -496,75 +496,75 @@ msgstr "" msgid "failed to read instruction table %s\n" msgstr "" -#: as.c:824 +#: as.c:823 #, c-format msgid "unknown DWARF option %s\n" msgstr "" -#: as.c:875 +#: as.c:874 #, c-format msgid "Invalid --gdwarf-cie-version `%s'" msgstr "" -#: as.c:968 +#: as.c:967 #, c-format msgid "Invalid --size-check= option: `%s'" msgstr "" -#: as.c:977 +#: as.c:976 #, c-format msgid "Invalid --elf-stt-common= option: `%s'" msgstr "" -#: as.c:991 +#: as.c:990 #, c-format msgid "Invalid --generate-missing-build-notes option: `%s'" msgstr "" -#: as.c:1062 +#: as.c:1061 #, c-format msgid "invalid listing option `%c'" msgstr "" -#: as.c:1125 +#: as.c:1124 #, c-format msgid "%s: total time in assembly: %ld.%06ld\n" msgstr "" -#: as.c:1291 +#: as.c:1288 msgid "libbfd ABI mismatch" msgstr "" -#: as.c:1336 +#: as.c:1333 #, c-format msgid "The input '%s' and output '%s' files are the same" msgstr "" -#: as.c:1446 +#: as.c:1443 #, c-format msgid "%d warning" msgid_plural "%d warnings" msgstr[0] "" msgstr[1] "" -#: as.c:1448 +#: as.c:1445 #, c-format msgid "%d error" msgid_plural "%d errors" msgstr[0] "" msgstr[1] "" -#: as.c:1452 +#: as.c:1449 #, c-format msgid "%s, treating warnings as errors" msgstr "" -#: as.c:1463 +#: as.c:1460 #, c-format msgid "%s, %s, generating bad object file\n" msgstr "" -#: as.h:173 +#: as.h:129 #, c-format msgid "Case value %ld unexpected at line %d of file \"%s\"\n" msgstr "" @@ -573,34 +573,34 @@ msgstr "" #. * We have a GROSS internal error. #. * This should never happen. #. -#: atof-generic.c:444 config/tc-m68k.c:3503 +#: atof-generic.c:437 config/tc-m68k.c:3503 msgid "failed sanity check" msgstr "" #: cgen.c:106 config/tc-alpha.c:2095 config/tc-alpha.c:2119 -#: config/tc-arc.c:4060 config/tc-arc.c:4134 config/tc-d10v.c:550 -#: config/tc-d30v.c:537 config/tc-mn10200.c:1098 config/tc-mn10300.c:1752 -#: config/tc-ppc.c:3742 config/tc-s390.c:1332 config/tc-s390.c:1455 -#: config/tc-s390.c:1589 config/tc-v850.c:2538 config/tc-v850.c:2609 +#: config/tc-arc.c:4058 config/tc-arc.c:4131 config/tc-d10v.c:550 +#: config/tc-d30v.c:534 config/tc-mn10200.c:1098 config/tc-mn10300.c:1752 +#: config/tc-ppc.c:3920 config/tc-s390.c:1334 config/tc-s390.c:1457 +#: config/tc-s390.c:1591 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:3282 -#: config/tc-s390.c:1316 config/tc-v850.c:2647 config/tc-v850.c:2681 -#: config/tc-v850.c:2721 config/tc-v850.c:2966 config/tc-z80.c:780 +#: cgen.c:371 cgen.c:391 config/tc-d10v.c:461 config/tc-d30v.c:450 +#: config/tc-mn10200.c:1040 config/tc-mn10300.c:1677 config/tc-ppc.c:3443 +#: config/tc-s390.c:1318 config/tc-v850.c:2647 config/tc-v850.c:2681 +#: config/tc-v850.c:2721 config/tc-v850.c:2966 config/tc-z80.c:785 msgid "illegal operand" msgstr "" -#: cgen.c:395 config/tc-avr.c:900 config/tc-d10v.c:463 config/tc-d30v.c:455 -#: config/tc-h8300.c:497 config/tc-mcore.c:662 config/tc-microblaze.c:613 +#: cgen.c:395 config/tc-avr.c:900 config/tc-d10v.c:463 config/tc-d30v.c:452 +#: config/tc-h8300.c:496 config/tc-mcore.c:662 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:3284 config/tc-s390.c:1321 +#: config/tc-msp430.c:417 config/tc-ppc.c:3445 config/tc-s390.c:1323 #: 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:927 config/tc-z8k.c:349 +#: config/tc-z80.c:932 config/tc-z8k.c:349 msgid "missing operand" msgstr "" @@ -613,22 +613,22 @@ msgid "operand mask overflow" msgstr "" #. We can't actually support subtracting a symbol. -#: cgen.c:858 config/tc-arm.c:2075 config/tc-arm.c:11320 config/tc-arm.c:11372 -#: config/tc-arm.c:11654 config/tc-arm.c:12550 config/tc-arm.c:13690 -#: config/tc-arm.c:13730 config/tc-arm.c:14103 config/tc-arm.c:14145 -#: config/tc-arm.c:21385 config/tc-arm.c:21445 config/tc-avr.c:1551 +#: cgen.c:858 config/tc-arm.c:2076 config/tc-arm.c:11321 config/tc-arm.c:11373 +#: config/tc-arm.c:11655 config/tc-arm.c:12551 config/tc-arm.c:13691 +#: config/tc-arm.c:13731 config/tc-arm.c:14104 config/tc-arm.c:14146 +#: config/tc-arm.c:21386 config/tc-arm.c:21446 config/tc-avr.c:1551 #: config/tc-avr.c:1563 config/tc-avr.c:1827 config/tc-cris.c:4054 -#: config/tc-d10v.c:1507 config/tc-d30v.c:1912 config/tc-ft32.c:574 -#: config/tc-ft32.c:587 config/tc-mips.c:9706 config/tc-mips.c:11016 -#: config/tc-mips.c:12313 config/tc-mips.c:12996 config/tc-nds32.c:7830 +#: config/tc-d10v.c:1506 config/tc-d30v.c:1909 config/tc-ft32.c:574 +#: config/tc-ft32.c:587 config/tc-mips.c:9707 config/tc-mips.c:11017 +#: config/tc-mips.c:12314 config/tc-mips.c:12997 config/tc-nds32.c:7829 #: config/tc-pru.c:746 config/tc-pru.c:756 config/tc-spu.c:960 #: config/tc-spu.c:984 config/tc-tilegx.c:1479 config/tc-tilepro.c:1337 #: config/tc-v850.c:3451 config/tc-vax.c:282 config/tc-xstormy16.c:482 -#: config/tc-xtensa.c:6009 config/tc-xtensa.c:13093 config/tc-z80.c:3821 +#: config/tc-xtensa.c:6009 config/tc-xtensa.c:13092 config/tc-z80.c:3856 msgid "expression too complex" msgstr "" -#: cgen.c:959 config/tc-ppc.c:6874 config/tc-s390.c:2370 config/tc-v850.c:3503 +#: cgen.c:959 config/tc-ppc.c:7200 config/tc-s390.c:2372 config/tc-v850.c:3503 #: config/tc-xstormy16.c:541 msgid "unresolved expression that must be resolved" msgstr "" @@ -638,7 +638,7 @@ msgstr "" msgid "internal error: can't install fix for reloc type %d (`%s')" msgstr "" -#: cgen.c:1035 config/tc-nios2.c:1360 config/tc-pru.c:787 +#: cgen.c:1035 config/tc-nios2.c:1355 config/tc-pru.c:787 msgid "relocation is not supported" msgstr "" @@ -718,8 +718,8 @@ msgstr "" msgid "Infinities are not supported by this target" msgstr "" -#: config/atof-ieee.c:829 config/atof-vax.c:449 config/tc-arm.c:1321 -#: config/tc-ia64.c:11589 config/tc-tic30.c:1241 config/tc-tic4x.c:2565 +#: config/atof-ieee.c:829 config/atof-vax.c:449 config/tc-arm.c:1322 +#: config/tc-ia64.c:11600 config/tc-tic30.c:1241 config/tc-tic4x.c:2565 msgid "Unrecognized or unsupported floating point constant" msgstr "" @@ -733,94 +733,94 @@ msgstr "" msgid "Attempt to put an undefined symbol into set %s" msgstr "" -#: config/obj-aout.c:112 config/obj-coff.c:1371 +#: config/obj-aout.c:112 config/obj-coff.c:1370 #, c-format msgid "Symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-coff.c:207 config/obj-coff.c:1675 config/tc-tic54x.c:3971 -#: read.c:3025 +#: config/obj-coff.c:206 config/obj-coff.c:1685 config/tc-tic54x.c:3971 +#: read.c:3026 #, c-format msgid "error setting flags for \"%s\": %s" msgstr "" #. Zero is used as an end marker in the file. -#: config/obj-coff.c:425 +#: config/obj-coff.c:424 msgid "Line numbers must be positive integers\n" msgstr "" -#: config/obj-coff.c:457 +#: config/obj-coff.c:456 msgid ".ln pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:499 ecoff.c:3233 +#: config/obj-coff.c:498 ecoff.c:3233 msgid ".loc outside of .text" msgstr "" -#: config/obj-coff.c:506 +#: config/obj-coff.c:505 msgid ".loc pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:586 +#: config/obj-coff.c:585 msgid ".def pseudo-op used inside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:619 +#: config/obj-coff.c:618 msgid ".endef pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:658 +#: config/obj-coff.c:657 #, c-format msgid "`%s' symbol without preceding function" msgstr "" -#: config/obj-coff.c:745 +#: config/obj-coff.c:744 #, c-format msgid "unexpected storage class %d" msgstr "" -#: config/obj-coff.c:852 +#: config/obj-coff.c:851 msgid ".dim pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:872 +#: config/obj-coff.c:871 msgid "badly formed .dim directive ignored" msgstr "" -#: config/obj-coff.c:921 +#: config/obj-coff.c:920 msgid ".size pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:936 +#: config/obj-coff.c:935 msgid ".scl pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:953 +#: config/obj-coff.c:952 msgid ".tag pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:970 +#: config/obj-coff.c:969 #, c-format msgid "tag not found for .tag %s" msgstr "" -#: config/obj-coff.c:983 +#: config/obj-coff.c:982 msgid ".type pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:1002 +#: config/obj-coff.c:1001 msgid ".val pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:1149 +#: config/obj-coff.c:1148 msgid "badly formed .weak directive ignored" msgstr "" -#: config/obj-coff.c:1327 +#: config/obj-coff.c:1326 msgid "mismatched .eb" msgstr "" -#: config/obj-coff.c:1350 +#: config/obj-coff.c:1349 #, c-format msgid "C_EFCN symbol for %s out of scope" msgstr "" @@ -833,22 +833,22 @@ msgstr "" #. STYP_INFO #. STYP_LIB #. STYP_OVER -#: config/obj-coff.c:1637 +#: config/obj-coff.c:1647 #, c-format msgid "unsupported section attribute '%c'" msgstr "" -#: config/obj-coff.c:1641 +#: config/obj-coff.c:1651 #, c-format msgid "unknown section attribute '%c'" msgstr "" -#: config/obj-coff.c:1687 config/obj-macho.c:269 +#: config/obj-coff.c:1697 config/obj-macho.c:269 #, c-format msgid "Ignoring changed section attributes for %s" msgstr "" -#: config/obj-coff.c:1825 +#: config/obj-coff.c:1839 #, c-format msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" msgstr "" @@ -861,26 +861,26 @@ msgstr "" msgid "Can't set register masks" msgstr "" -#: config/obj-elf.c:347 config/tc-sparc.c:4380 config/tc-v850.c:511 +#: config/obj-elf.c:344 config/tc-sparc.c:4380 config/tc-v850.c:511 #, c-format msgid "bad .common segment %s" msgstr "" -#: config/obj-elf.c:423 config/tc-aarch64.c:1993 +#: config/obj-elf.c:420 config/tc-aarch64.c:2009 msgid "Missing symbol name in directive" msgstr "" -#: config/obj-elf.c:658 +#: config/obj-elf.c:655 #, c-format msgid "setting incorrect section type for %s" msgstr "" -#: config/obj-elf.c:663 +#: config/obj-elf.c:660 #, c-format msgid "ignoring incorrect section type for %s" msgstr "" -#: config/obj-elf.c:716 +#: config/obj-elf.c:719 #, c-format msgid "setting incorrect section attributes for %s" msgstr "" @@ -889,267 +889,267 @@ msgstr "" #. assembly might get the section type wrong; Even high #. profile projects like glibc have done so in the past. #. So don't error in this case. -#: config/obj-elf.c:794 +#: config/obj-elf.c:797 #, c-format msgid "ignoring changed section type for %s" msgstr "" #. Do error when assembly isn't self-consistent. -#: config/obj-elf.c:797 +#: config/obj-elf.c:800 #, c-format msgid "changed section type for %s" msgstr "" -#: config/obj-elf.c:812 +#: config/obj-elf.c:815 #, c-format msgid "ignoring changed section attributes for %s" msgstr "" -#: config/obj-elf.c:814 +#: config/obj-elf.c:817 #, c-format msgid "changed section attributes for %s" msgstr "" -#: config/obj-elf.c:822 +#: config/obj-elf.c:825 #, c-format msgid "changed section entity size for %s" msgstr "" -#: config/obj-elf.c:893 +#: config/obj-elf.c:896 msgid "unrecognized .section attribute: want a,e,o,w,x,M,S,G,T or number" msgstr "" -#: config/obj-elf.c:977 +#: config/obj-elf.c:980 msgid "extraneous characters at end of numeric section type" msgstr "" -#: config/obj-elf.c:983 read.c:3009 +#: config/obj-elf.c:986 read.c:3010 msgid "unrecognized section type" msgstr "" -#: config/obj-elf.c:1015 +#: config/obj-elf.c:1018 msgid "unrecognized section attribute" msgstr "" -#: config/obj-elf.c:1046 config/tc-alpha.c:4206 +#: config/obj-elf.c:1049 config/tc-alpha.c:4206 msgid "missing name" msgstr "" -#: config/obj-elf.c:1089 +#: config/obj-elf.c:1092 msgid "group name not parseable" msgstr "" -#: config/obj-elf.c:1095 +#: config/obj-elf.c:1098 #, c-format msgid "section %s already has a group (%s)" msgstr "" -#: config/obj-elf.c:1151 +#: config/obj-elf.c:1153 #, c-format msgid "section name '%s' already defined as another symbol" msgstr "" -#: config/obj-elf.c:1243 +#: config/obj-elf.c:1245 msgid "invalid merge entity size" msgstr "" -#: config/obj-elf.c:1250 +#: config/obj-elf.c:1252 msgid "entity size for SHF_MERGE not specified" msgstr "" -#: config/obj-elf.c:1278 +#: config/obj-elf.c:1280 msgid "? section flag ignored with G present" msgstr "" -#: config/obj-elf.c:1303 +#: config/obj-elf.c:1305 msgid "group name for SHF_GROUP not specified" msgstr "" -#: config/obj-elf.c:1329 +#: config/obj-elf.c:1331 #, c-format msgid "unsupported mbind section info: %s" msgstr "" -#: config/obj-elf.c:1382 +#: config/obj-elf.c:1384 #, c-format msgid "unsupported section id: %s" msgstr "" -#: config/obj-elf.c:1407 +#: config/obj-elf.c:1409 msgid "character following name is not '#'" msgstr "" -#: config/obj-elf.c:1434 +#: config/obj-elf.c:1436 #, c-format msgid "SHF_ALLOC isn't set for GNU_MBIND section: %s" msgstr "" -#: config/obj-elf.c:1441 +#: config/obj-elf.c:1443 #, c-format msgid "%s section is supported only by GNU and FreeBSD targets" msgstr "" -#: config/obj-elf.c:1561 +#: config/obj-elf.c:1584 msgid ".previous without corresponding .section; ignored" msgstr "" -#: config/obj-elf.c:1587 +#: config/obj-elf.c:1610 msgid ".popsection without corresponding .pushsection; ignored" msgstr "" -#: config/obj-elf.c:1631 config/obj-elf.c:1726 +#: config/obj-elf.c:1654 config/obj-elf.c:1749 #, c-format msgid "missing version name in `%s' for symbol `%s'" msgstr "" -#: config/obj-elf.c:1650 +#: config/obj-elf.c:1673 #, c-format msgid "only one version name with `@@@' is allowed for symbol `%s'" msgstr "" -#: config/obj-elf.c:1658 +#: config/obj-elf.c:1681 #, c-format msgid "invalid version name '%s' for symbol `%s'" msgstr "" -#: config/obj-elf.c:1700 +#: config/obj-elf.c:1723 msgid "expected comma after name in .symver" msgstr "" -#: config/obj-elf.c:1717 config/obj-elf.c:2621 +#: config/obj-elf.c:1740 config/obj-elf.c:2644 #, c-format msgid "`%s' can't be versioned to common symbol '%s'" msgstr "" -#: config/obj-elf.c:1794 +#: config/obj-elf.c:1817 #, c-format msgid "expected `%s' to have already been set for .vtable_inherit" msgstr "" -#: config/obj-elf.c:1804 +#: config/obj-elf.c:1827 msgid "expected comma after name in .vtable_inherit" msgstr "" -#: config/obj-elf.c:1865 +#: config/obj-elf.c:1888 msgid "expected comma after name in .vtable_entry" msgstr "" -#: config/obj-elf.c:2004 +#: config/obj-elf.c:2027 #, c-format msgid "Attribute name not recognised: %s" msgstr "" -#: config/obj-elf.c:2021 +#: config/obj-elf.c:2044 msgid "expected numeric constant" msgstr "" -#: config/obj-elf.c:2030 config/tc-arm.c:7047 +#: config/obj-elf.c:2053 config/tc-arm.c:7048 msgid "expected comma" msgstr "" -#: config/obj-elf.c:2063 +#: config/obj-elf.c:2086 msgid "bad string constant" msgstr "" -#: config/obj-elf.c:2067 +#: config/obj-elf.c:2090 msgid "expected <tag> , <value>" msgstr "" -#: config/obj-elf.c:2200 +#: config/obj-elf.c:2223 msgid "expected quoted string" msgstr "" -#: config/obj-elf.c:2220 +#: config/obj-elf.c:2243 #, c-format msgid "expected comma after name `%s' in .size directive" msgstr "" -#: config/obj-elf.c:2229 +#: config/obj-elf.c:2252 msgid "missing expression in .size directive" msgstr "" -#: config/obj-elf.c:2349 +#: config/obj-elf.c:2372 #, c-format msgid "symbol '%s' is already defined" msgstr "" -#: config/obj-elf.c:2369 +#: config/obj-elf.c:2392 #, c-format msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets" msgstr "" -#: config/obj-elf.c:2373 +#: config/obj-elf.c:2396 #, c-format msgid "symbol type \"%s\" is not supported by MIPS targets" msgstr "" -#: config/obj-elf.c:2385 +#: config/obj-elf.c:2408 #, c-format msgid "symbol type \"%s\" is supported only by GNU targets" msgstr "" -#: config/obj-elf.c:2395 +#: config/obj-elf.c:2418 #, c-format msgid "unrecognized symbol type \"%s\"" msgstr "" -#: config/obj-elf.c:2416 +#: config/obj-elf.c:2439 #, c-format msgid "cannot change type of common symbol '%s'" msgstr "" -#: config/obj-elf.c:2428 +#: config/obj-elf.c:2451 #, c-format msgid "symbol '%s' already has its type set" msgstr "" -#: config/obj-elf.c:2594 config/obj-elf.c:2597 +#: config/obj-elf.c:2617 config/obj-elf.c:2620 #, c-format msgid ".size expression for %s does not evaluate to a constant" msgstr "" -#: config/obj-elf.c:2693 ecoff.c:3578 +#: config/obj-elf.c:2716 ecoff.c:3578 #, c-format msgid "symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-elf.c:2728 +#: config/obj-elf.c:2751 #, c-format msgid "undefined linked-to symbol `%s' on section `%s'" msgstr "" -#: config/obj-elf.c:2806 +#: config/obj-elf.c:2829 #, c-format msgid "assuming all members of group `%s' are COMDAT" msgstr "" -#: config/obj-elf.c:2818 +#: config/obj-elf.c:2841 #, c-format msgid "can't create group: %s" msgstr "" -#: config/obj-elf.c:2895 +#: config/obj-elf.c:2918 #, c-format msgid "" "invalid attempt to declare external version name as default in symbol `%s'" msgstr "" -#: config/obj-elf.c:2905 +#: config/obj-elf.c:2928 #, c-format msgid "multiple versions [`%s'|`%s'] for symbol `%s'" msgstr "" -#: config/obj-elf.c:2997 +#: config/obj-elf.c:3020 #, c-format msgid "failed to set up debugging information: %s" msgstr "" -#: config/obj-elf.c:3017 +#: config/obj-elf.c:3040 #, c-format msgid "can't start writing .mdebug section: %s" msgstr "" -#: config/obj-elf.c:3025 +#: config/obj-elf.c:3048 #, c-format msgid "could not write .mdebug section: %s" msgstr "" @@ -1198,32 +1198,32 @@ msgstr "" msgid "missing sizeof_stub expression" msgstr "" -#: config/obj-macho.c:478 config/tc-ia64.c:1083 config/tc-ia64.c:11750 -#: config/tc-score.c:6094 expr.c:1179 read.c:1782 +#: config/obj-macho.c:478 config/tc-ia64.c:1080 config/tc-ia64.c:11761 +#: config/tc-score.c:6093 expr.c:1213 read.c:1783 msgid "expected symbol name" msgstr "" -#: config/obj-macho.c:491 read.c:544 +#: config/obj-macho.c:491 read.c:545 msgid "bad or irreducible absolute expression" msgstr "" -#: config/obj-macho.c:497 config/tc-score.c:6111 read.c:1820 +#: config/obj-macho.c:497 config/tc-score.c:6110 read.c:1821 msgid "missing size expression" msgstr "" -#: config/obj-macho.c:506 config/tc-ia64.c:1118 read.c:1826 +#: config/obj-macho.c:506 config/tc-ia64.c:1115 read.c:1827 #, c-format msgid "size (%ld) out of range, ignored" msgstr "" -#: config/obj-macho.c:516 config/tc-score.c:6249 dwarf2dbg.c:1291 ecoff.c:3346 -#: read.c:1838 read.c:1941 read.c:2692 read.c:3265 read.c:3756 symbols.c:497 -#: symbols.c:592 +#: config/obj-macho.c:516 config/tc-score.c:6248 dwarf2dbg.c:1309 ecoff.c:3346 +#: read.c:1839 read.c:1942 read.c:2693 read.c:3266 read.c:3772 symbols.c:495 +#: symbols.c:590 #, c-format msgid "symbol `%s' is already defined" msgstr "" -#: config/obj-macho.c:526 read.c:1853 +#: config/obj-macho.c:526 read.c:1854 #, c-format msgid "size of \"%s\" is already %ld; not changing to %ld" msgstr "" @@ -1434,7 +1434,7 @@ msgstr "" msgid "128-bit SIMD scalar or floating-point quad precision register expected" msgstr "" -#: config/tc-aarch64.c:421 config/tc-arm.c:4745 +#: config/tc-aarch64.c:421 config/tc-arm.c:4746 msgid "register expected" msgstr "" @@ -1461,770 +1461,775 @@ msgstr "" msgid "invalid register type %d" msgstr "" -#: config/tc-aarch64.c:598 config/tc-aarch64.c:600 config/tc-arm.c:1195 -#: config/tc-score.c:6493 expr.c:1350 read.c:2674 +#: config/tc-aarch64.c:611 config/tc-aarch64.c:613 config/tc-arm.c:1196 +#: config/tc-score.c:6492 expr.c:1379 read.c:2675 msgid "bad expression" msgstr "" -#: config/tc-aarch64.c:610 config/tc-sparc.c:3376 +#: config/tc-aarch64.c:624 config/tc-sparc.c:3376 msgid "bad segment" msgstr "" -#: config/tc-aarch64.c:645 config/tc-arm.c:1261 +#: config/tc-aarch64.c:659 config/tc-arm.c:1262 msgid "invalid floating point number" msgstr "" -#: config/tc-aarch64.c:876 +#: config/tc-aarch64.c:890 #, c-format msgid "bad size %d in vector width specifier" msgstr "" -#: config/tc-aarch64.c:909 +#: config/tc-aarch64.c:923 #, c-format msgid "unexpected character `%c' in element size" msgstr "" -#: config/tc-aarch64.c:911 +#: config/tc-aarch64.c:925 msgid "missing element size" msgstr "" -#: config/tc-aarch64.c:920 +#: config/tc-aarch64.c:934 #, c-format msgid "invalid element size %d and vector size combination %c" msgstr "" -#: config/tc-aarch64.c:955 +#: config/tc-aarch64.c:969 #, c-format msgid "unexpected character `%c' in predication type" msgstr "" -#: config/tc-aarch64.c:958 +#: config/tc-aarch64.c:972 msgid "missing predication type" msgstr "" -#: config/tc-aarch64.c:1053 +#: config/tc-aarch64.c:1067 msgid "this type of register can't be indexed" msgstr "" -#: config/tc-aarch64.c:1059 +#: config/tc-aarch64.c:1073 msgid "index not allowed inside register list" msgstr "" -#: config/tc-aarch64.c:1069 config/tc-aarch64.c:2038 config/tc-aarch64.c:2239 -#: config/tc-arm.c:1815 config/tc-arm.c:4021 config/tc-arm.c:5195 -#: config/tc-arm.c:7334 +#: config/tc-aarch64.c:1084 config/tc-aarch64.c:2054 config/tc-aarch64.c:2256 +#: config/tc-arm.c:1816 config/tc-arm.c:4022 config/tc-arm.c:5196 +#: config/tc-arm.c:7335 msgid "constant expression required" msgstr "" #. Indexed vector register expected. -#: config/tc-aarch64.c:1081 +#: config/tc-aarch64.c:1096 msgid "indexed vector register expected" msgstr "" -#: config/tc-aarch64.c:1088 +#: config/tc-aarch64.c:1103 msgid "invalid use of vector register" msgstr "" -#: config/tc-aarch64.c:1180 config/tc-arm.c:2131 +#: config/tc-aarch64.c:1195 config/tc-arm.c:2132 msgid "expecting {" msgstr "" -#: config/tc-aarch64.c:1205 +#: config/tc-aarch64.c:1220 msgid "invalid vector register in list" msgstr "" -#: config/tc-aarch64.c:1212 +#: config/tc-aarch64.c:1227 msgid "invalid scalar register in list" msgstr "" -#: config/tc-aarch64.c:1225 +#: config/tc-aarch64.c:1240 msgid "invalid range in vector register list" msgstr "" -#: config/tc-aarch64.c:1238 +#: config/tc-aarch64.c:1253 msgid "type mismatch in vector register list" msgstr "" -#: config/tc-aarch64.c:1255 +#: config/tc-aarch64.c:1270 msgid "end of vector register list not found" msgstr "" -#: config/tc-aarch64.c:1271 +#: config/tc-aarch64.c:1287 msgid "constant expression required." msgstr "" -#: config/tc-aarch64.c:1281 +#: config/tc-aarch64.c:1297 msgid "expected index" msgstr "" -#: config/tc-aarch64.c:1288 +#: config/tc-aarch64.c:1304 msgid "too many registers in vector register list" msgstr "" -#: config/tc-aarch64.c:1293 +#: config/tc-aarch64.c:1309 msgid "empty vector register list" msgstr "" -#: config/tc-aarch64.c:1315 config/tc-arm.c:2567 +#: config/tc-aarch64.c:1331 config/tc-arm.c:2568 #, c-format msgid "ignoring attempt to redefine built-in register '%s'" msgstr "" -#: config/tc-aarch64.c:1321 config/tc-arm.c:2572 +#: config/tc-aarch64.c:1337 config/tc-arm.c:2573 #, c-format msgid "ignoring redefinition of register alias '%s'" msgstr "" -#: config/tc-aarch64.c:1366 config/tc-arm.c:2637 +#: config/tc-aarch64.c:1382 config/tc-arm.c:2638 #, c-format msgid "unknown register '%s' -- .req ignored" msgstr "" -#: config/tc-aarch64.c:1424 config/tc-arm.c:2845 +#: config/tc-aarch64.c:1440 config/tc-arm.c:2846 msgid "invalid syntax for .req directive" msgstr "" -#: config/tc-aarch64.c:1449 config/tc-arm.c:2883 +#: config/tc-aarch64.c:1465 config/tc-arm.c:2884 msgid "invalid syntax for .unreq directive" msgstr "" -#: config/tc-aarch64.c:1455 config/tc-arm.c:2890 +#: config/tc-aarch64.c:1471 config/tc-arm.c:2891 #, c-format msgid "unknown register alias '%s'" msgstr "" -#: config/tc-aarch64.c:1457 +#: config/tc-aarch64.c:1473 #, c-format msgid "ignoring attempt to undefine built-in register '%s'" msgstr "" -#: config/tc-aarch64.c:1781 config/tc-arm.c:3633 config/tc-arm.c:3660 -#: config/tc-arm.c:3673 +#: config/tc-aarch64.c:1797 config/tc-arm.c:3634 config/tc-arm.c:3661 +#: config/tc-arm.c:3674 msgid "literal pool overflow" msgstr "" -#: config/tc-aarch64.c:1963 config/tc-aarch64.c:6276 config/tc-arm.c:3894 -#: config/tc-arm.c:7765 +#: config/tc-aarch64.c:1979 config/tc-aarch64.c:6398 config/tc-arm.c:3895 +#: config/tc-arm.c:7766 msgid "unrecognized relocation suffix" msgstr "" -#: config/tc-aarch64.c:1965 +#: config/tc-aarch64.c:1981 msgid "unimplemented relocation suffix" msgstr "" -#: config/tc-aarch64.c:2207 config/tc-aarch64.c:2397 config/tc-aarch64.c:2441 +#: config/tc-aarch64.c:2223 config/tc-aarch64.c:2414 config/tc-aarch64.c:2458 #: config/tc-csky.c:2314 msgid "immediate operand required" msgstr "" -#: config/tc-aarch64.c:2215 +#: config/tc-aarch64.c:2232 msgid "missing immediate expression" msgstr "" -#: config/tc-aarch64.c:2421 config/tc-aarch64.c:6099 config/tc-aarch64.c:6119 +#: config/tc-aarch64.c:2438 config/tc-aarch64.c:6221 config/tc-aarch64.c:6241 msgid "invalid floating-point constant" msgstr "" -#: config/tc-aarch64.c:3114 config/tc-arm.c:5535 config/tc-arm.c:5545 +#: config/tc-aarch64.c:3241 config/tc-arm.c:5536 config/tc-arm.c:5546 msgid "shift expression expected" msgstr "" -#: config/tc-aarch64.c:3122 +#: config/tc-aarch64.c:3249 msgid "shift operator expected" msgstr "" -#: config/tc-aarch64.c:3130 +#: config/tc-aarch64.c:3257 msgid "invalid use of 'MSL'" msgstr "" -#: config/tc-aarch64.c:3138 +#: config/tc-aarch64.c:3265 msgid "invalid use of 'MUL'" msgstr "" -#: config/tc-aarch64.c:3147 +#: config/tc-aarch64.c:3274 msgid "extending shift is not permitted" msgstr "" -#: config/tc-aarch64.c:3155 +#: config/tc-aarch64.c:3282 msgid "'ROR' shift is not permitted" msgstr "" -#: config/tc-aarch64.c:3163 +#: config/tc-aarch64.c:3290 msgid "only 'LSL' shift is permitted" msgstr "" -#: config/tc-aarch64.c:3171 +#: config/tc-aarch64.c:3298 msgid "only 'MUL' is permitted" msgstr "" -#: config/tc-aarch64.c:3189 +#: config/tc-aarch64.c:3316 msgid "only 'MUL VL' is permitted" msgstr "" -#: config/tc-aarch64.c:3197 +#: config/tc-aarch64.c:3324 msgid "invalid shift for the register offset addressing mode" msgstr "" -#: config/tc-aarch64.c:3205 +#: config/tc-aarch64.c:3332 msgid "invalid shift operator" msgstr "" -#: config/tc-aarch64.c:3238 +#: config/tc-aarch64.c:3366 msgid "missing shift amount" msgstr "" -#: config/tc-aarch64.c:3245 +#: config/tc-aarch64.c:3373 msgid "constant shift amount required" msgstr "" -#: config/tc-aarch64.c:3254 +#: config/tc-aarch64.c:3382 msgid "shift amount out of range 0 to 63" msgstr "" -#: config/tc-aarch64.c:3303 +#: config/tc-aarch64.c:3432 msgid "unexpected shift operator" msgstr "" -#: config/tc-aarch64.c:3339 +#: config/tc-aarch64.c:3468 msgid "unexpected register in the immediate operand" msgstr "" -#: config/tc-aarch64.c:3364 +#: config/tc-aarch64.c:3493 msgid "integer register expected in the extended/shifted operand register" msgstr "" -#: config/tc-aarch64.c:3399 config/tc-aarch64.c:3535 config/tc-aarch64.c:3668 -#: config/tc-aarch64.c:3848 config/tc-aarch64.c:3889 +#: config/tc-aarch64.c:3528 config/tc-aarch64.c:3666 config/tc-aarch64.c:3799 +#: config/tc-aarch64.c:3983 config/tc-aarch64.c:4025 msgid "unknown relocation modifier" msgstr "" -#: config/tc-aarch64.c:3406 config/tc-aarch64.c:3554 config/tc-aarch64.c:3675 -#: config/tc-aarch64.c:3855 config/tc-aarch64.c:3896 +#: config/tc-aarch64.c:3535 config/tc-aarch64.c:3685 config/tc-aarch64.c:3806 +#: config/tc-aarch64.c:3990 config/tc-aarch64.c:4032 msgid "this relocation modifier is not allowed on this instruction" msgstr "" -#: config/tc-aarch64.c:3562 config/tc-aarch64.c:3686 +#: config/tc-aarch64.c:3694 config/tc-aarch64.c:3818 msgid "invalid relocation expression" msgstr "" -#: config/tc-aarch64.c:3580 +#: config/tc-aarch64.c:3711 msgid "invalid address" msgstr "" -#: config/tc-aarch64.c:3637 +#: config/tc-aarch64.c:3768 msgid "invalid use of 32-bit register offset" msgstr "" -#: config/tc-aarch64.c:3646 +#: config/tc-aarch64.c:3777 msgid "offset has different size from base" msgstr "" -#: config/tc-aarch64.c:3652 +#: config/tc-aarch64.c:3783 msgid "invalid use of 64-bit register offset" msgstr "" #. [Xn],#expr -#: config/tc-aarch64.c:3699 config/tc-aarch64.c:3756 +#: config/tc-aarch64.c:3832 config/tc-aarch64.c:3890 msgid "invalid expression in the address" msgstr "" -#: config/tc-aarch64.c:3713 config/tc-arm.c:6134 config/tc-arm.c:6727 +#: config/tc-aarch64.c:3846 config/tc-arm.c:6135 config/tc-arm.c:6728 msgid "']' expected" msgstr "" -#: config/tc-aarch64.c:3721 +#: config/tc-aarch64.c:3854 msgid "register offset not allowed in pre-indexed addressing mode" msgstr "" -#: config/tc-aarch64.c:3736 config/tc-arm.c:6170 +#: config/tc-aarch64.c:3869 config/tc-arm.c:6171 msgid "cannot combine pre- and post-indexing" msgstr "" #. Reject [Rn]! -#: config/tc-aarch64.c:3780 +#: config/tc-aarch64.c:3914 msgid "missing offset in the pre-indexed address" msgstr "" -#: config/tc-aarch64.c:4022 +#: config/tc-aarch64.c:4157 msgid "unknown or missing option to PSB/TSB" msgstr "" -#: config/tc-aarch64.c:4030 +#: config/tc-aarch64.c:4165 msgid "the specified option is not accepted for PSB/TSB" msgstr "" -#: config/tc-aarch64.c:4054 -msgid "CSR instruction accepts only PDEC" -msgstr "" - -#: config/tc-aarch64.c:4080 config/tc-aarch64.c:4094 +#: config/tc-aarch64.c:4192 config/tc-aarch64.c:4206 msgid "unknown option to BTI" msgstr "" -#: config/tc-aarch64.c:4158 +#: config/tc-aarch64.c:4270 #, c-format msgid "selected processor does not support PSTATE field name '%s'" msgstr "" -#: config/tc-aarch64.c:4163 config/tc-aarch64.c:4205 +#: config/tc-aarch64.c:4275 config/tc-aarch64.c:4317 #, c-format msgid "selected processor does not support system register name '%s'" msgstr "" -#: config/tc-aarch64.c:4166 config/tc-aarch64.c:4208 +#: config/tc-aarch64.c:4278 config/tc-aarch64.c:4320 #, c-format msgid "" "system register name '%s' is deprecated and may be removed in a future " "release" msgstr "" -#: config/tc-aarch64.c:4250 +#: config/tc-aarch64.c:4362 msgid "immediate value out of range " msgstr "" -#: config/tc-aarch64.c:4764 +#: config/tc-aarch64.c:4876 #, c-format msgid "Info: " msgstr "" -#: config/tc-aarch64.c:4799 config/tc-score.c:2752 config/tc-score.c:6482 +#: config/tc-aarch64.c:4911 config/tc-score.c:2752 config/tc-score.c:6481 #, c-format msgid "%s -- `%s'" msgstr "" -#: config/tc-aarch64.c:4801 +#: config/tc-aarch64.c:4913 #, c-format msgid "%s at operand %d -- `%s'" msgstr "" -#: config/tc-aarch64.c:4807 +#: config/tc-aarch64.c:4919 #, c-format msgid "operand %d must be %s -- `%s'" msgstr "" -#: config/tc-aarch64.c:4813 +#: config/tc-aarch64.c:4925 #, c-format msgid "operand mismatch -- `%s'" msgstr "" #. Print the hint. -#: config/tc-aarch64.c:4873 +#: config/tc-aarch64.c:4985 msgid " did you mean this?" msgstr "" -#: config/tc-aarch64.c:4876 config/tc-aarch64.c:4903 +#: config/tc-aarch64.c:4988 config/tc-aarch64.c:5015 #, c-format msgid " %s" msgstr "" -#: config/tc-aarch64.c:4881 +#: config/tc-aarch64.c:4993 msgid " other valid variant(s):" msgstr "" -#: config/tc-aarch64.c:4910 +#: config/tc-aarch64.c:5022 #, c-format msgid "operand %d must be the same register as operand 1 -- `%s'" msgstr "" -#: config/tc-aarch64.c:4916 +#: config/tc-aarch64.c:5028 #, c-format msgid "%s out of range %d to %d at operand %d -- `%s'" msgstr "" -#: config/tc-aarch64.c:4917 config/tc-aarch64.c:4921 config/tc-aarch64.c:6925 +#: config/tc-aarch64.c:5029 config/tc-aarch64.c:5033 config/tc-aarch64.c:7041 msgid "immediate value" msgstr "" -#: config/tc-aarch64.c:4920 +#: config/tc-aarch64.c:5032 #, c-format msgid "%s must be %d at operand %d -- `%s'" msgstr "" -#: config/tc-aarch64.c:4927 +#: config/tc-aarch64.c:5039 #, c-format msgid "" "invalid number of registers in the list; only 1 register is expected at " "operand %d -- `%s'" msgstr "" -#: config/tc-aarch64.c:4931 +#: config/tc-aarch64.c:5043 #, c-format msgid "" "invalid number of registers in the list; %d registers are expected at " "operand %d -- `%s'" msgstr "" -#: config/tc-aarch64.c:4937 +#: config/tc-aarch64.c:5049 #, c-format msgid "immediate value must be a multiple of %d at operand %d -- `%s'" msgstr "" -#: config/tc-aarch64.c:5255 +#: config/tc-aarch64.c:5367 msgid "bad vector arrangement type" msgstr "" -#: config/tc-aarch64.c:5384 +#: config/tc-aarch64.c:5496 msgid "the specified relocation type is not allowed for MOVK" msgstr "" -#: config/tc-aarch64.c:5432 config/tc-aarch64.c:5443 +#: config/tc-aarch64.c:5544 config/tc-aarch64.c:5555 msgid "the specified relocation type is not allowed for 32-bit register" msgstr "" -#: config/tc-aarch64.c:5634 +#: config/tc-aarch64.c:5666 +msgid "relocation qualifier does not match instruction size" +msgstr "" + +#: config/tc-aarch64.c:5755 msgid "comma expected between operands" msgstr "" -#: config/tc-aarch64.c:5665 +#: config/tc-aarch64.c:5786 msgid "invalid Rt register number in 64-byte load/store" msgstr "" -#: config/tc-aarch64.c:5785 +#: config/tc-aarch64.c:5906 msgid "the top half of a 128-bit FP/SIMD register is expected" msgstr "" -#: config/tc-aarch64.c:5860 config/tc-arm.c:2240 config/tc-arm.c:2285 -#: config/tc-h8300.c:1043 +#: config/tc-aarch64.c:5981 config/tc-arm.c:2241 config/tc-arm.c:2286 +#: config/tc-h8300.c:1042 msgid "invalid register list" msgstr "" -#: config/tc-aarch64.c:5867 +#: config/tc-aarch64.c:5988 msgid "expected element type rather than vector type" msgstr "" -#: config/tc-aarch64.c:5888 +#: config/tc-aarch64.c:6009 msgid "missing type suffix" msgstr "" -#: config/tc-aarch64.c:5907 +#: config/tc-aarch64.c:6028 msgid "C0 - C15 expected" msgstr "" -#: config/tc-aarch64.c:6014 config/tc-aarch64.c:6038 +#: config/tc-aarch64.c:6135 config/tc-aarch64.c:6159 msgid "immediate zero expected" msgstr "" -#: config/tc-aarch64.c:6134 +#: config/tc-aarch64.c:6256 msgid "shift not allowed for bitmask immediate" msgstr "" -#: config/tc-aarch64.c:6188 +#: config/tc-aarch64.c:6310 msgid "can't mix relocation modifier with explicit shift" msgstr "" -#: config/tc-aarch64.c:6237 config/tc-arm.c:15900 config/tc-arm.c:15925 -#: config/tc-arm.c:15936 config/tc-arm.c:15943 +#: config/tc-aarch64.c:6359 config/tc-arm.c:15901 config/tc-arm.c:15926 +#: config/tc-arm.c:15937 config/tc-arm.c:15944 msgid "invalid condition" msgstr "" -#: config/tc-aarch64.c:6263 +#: config/tc-aarch64.c:6385 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:6271 +#: config/tc-aarch64.c:6393 msgid "invalid use of \"=immediate\"" msgstr "" -#: config/tc-aarch64.c:6336 config/tc-aarch64.c:6368 config/tc-aarch64.c:6386 -#: config/tc-aarch64.c:6410 config/tc-aarch64.c:6430 config/tc-aarch64.c:6449 -#: config/tc-aarch64.c:6472 config/tc-aarch64.c:6508 config/tc-aarch64.c:6515 -#: config/tc-aarch64.c:6543 config/tc-aarch64.c:6563 config/tc-aarch64.c:6588 -#: config/tc-aarch64.c:6606 config/tc-aarch64.c:6614 config/tc-aarch64.c:6631 -#: config/tc-aarch64.c:6655 +#: config/tc-aarch64.c:6458 config/tc-aarch64.c:6490 config/tc-aarch64.c:6508 +#: config/tc-aarch64.c:6532 config/tc-aarch64.c:6552 config/tc-aarch64.c:6571 +#: config/tc-aarch64.c:6594 config/tc-aarch64.c:6630 config/tc-aarch64.c:6637 +#: config/tc-aarch64.c:6665 config/tc-aarch64.c:6685 config/tc-aarch64.c:6710 +#: config/tc-aarch64.c:6728 config/tc-aarch64.c:6736 config/tc-aarch64.c:6753 +#: config/tc-aarch64.c:6777 msgid "invalid addressing mode" msgstr "" -#: config/tc-aarch64.c:6352 +#: config/tc-aarch64.c:6474 msgid "the optional immediate offset can only be 0" msgstr "" -#: config/tc-aarch64.c:6391 config/tc-aarch64.c:6415 config/tc-aarch64.c:6435 +#: config/tc-aarch64.c:6513 config/tc-aarch64.c:6537 config/tc-aarch64.c:6557 msgid "relocation not allowed" msgstr "" -#: config/tc-aarch64.c:6482 +#: config/tc-aarch64.c:6604 msgid "writeback value must be an immediate constant" msgstr "" #. Make sure this has priority over #. "invalid addressing mode". -#: config/tc-aarch64.c:6523 +#: config/tc-aarch64.c:6645 msgid "constant offset required" msgstr "" -#: config/tc-aarch64.c:6667 +#: config/tc-aarch64.c:6789 msgid "unknown or missing system register name" msgstr "" -#: config/tc-aarch64.c:6679 +#: config/tc-aarch64.c:6801 msgid "unknown or missing PSTATE field name" msgstr "" -#: config/tc-aarch64.c:6711 +#: config/tc-aarch64.c:6833 msgid "unknown or missing operation name" msgstr "" -#: config/tc-aarch64.c:6724 +#: config/tc-aarch64.c:6846 msgid "the specified option is not accepted in ISB" msgstr "" -#: config/tc-aarch64.c:6736 config/tc-aarch64.c:6753 +#: config/tc-aarch64.c:6858 config/tc-aarch64.c:6875 msgid "the specified option is not accepted in DSB" msgstr "" -#: config/tc-aarch64.c:6767 +#: config/tc-aarch64.c:6889 msgid "immediate value must be 16, 20, 24, 28" msgstr "" -#: config/tc-aarch64.c:6803 config/tc-aarch64.c:7985 config/tc-arm.c:8047 +#: config/tc-aarch64.c:6919 config/tc-aarch64.c:8132 config/tc-arm.c:8048 #, c-format msgid "unhandled operand code %d" msgstr "" -#: config/tc-aarch64.c:6845 +#: config/tc-aarch64.c:6961 msgid "unexpected comma before the omitted optional operand" msgstr "" -#: config/tc-aarch64.c:6873 +#: config/tc-aarch64.c:6989 msgid "unexpected characters following instruction" msgstr "" -#: config/tc-aarch64.c:6951 config/tc-arm.c:5660 config/tc-arm.c:6278 -#: config/tc-arm.c:8851 +#: config/tc-aarch64.c:7067 config/tc-arm.c:5661 config/tc-arm.c:6279 +#: config/tc-arm.c:8852 msgid "constant expression expected" msgstr "" -#: config/tc-aarch64.c:6958 +#: config/tc-aarch64.c:7074 msgid "literal pool insertion failed" msgstr "" -#: config/tc-aarch64.c:7029 config/tc-aarch64.c:7044 +#: config/tc-aarch64.c:7145 config/tc-aarch64.c:7160 #, c-format msgid "unpredictable transfer with writeback -- `%s'" msgstr "" -#: config/tc-aarch64.c:7048 +#: config/tc-aarch64.c:7164 config/tc-aarch64.c:7178 #, c-format msgid "unpredictable load of register pair -- `%s'" msgstr "" -#: config/tc-aarch64.c:7060 +#: config/tc-aarch64.c:7185 config/tc-aarch64.c:7198 #, c-format msgid "unpredictable: identical transfer and status registers --`%s'" msgstr "" -#: config/tc-aarch64.c:7076 +#: config/tc-aarch64.c:7193 config/tc-aarch64.c:7207 +#, c-format +msgid "unpredictable: identical base and status registers --`%s'" +msgstr "" + +#: config/tc-aarch64.c:7223 #, c-format msgid "previous `%s' sequence has not been closed" msgstr "" -#: config/tc-aarch64.c:7155 +#: config/tc-aarch64.c:7302 #, c-format msgid "unknown mnemonic `%s' -- `%s'" msgstr "" -#: config/tc-aarch64.c:7163 +#: config/tc-aarch64.c:7310 #, c-format msgid "unexpected comma after the mnemonic name `%s' -- `%s'" msgstr "" -#: config/tc-aarch64.c:7221 +#: config/tc-aarch64.c:7368 #, c-format msgid "selected processor does not support `%s'" msgstr "" -#: config/tc-aarch64.c:7644 config/tc-arm.c:28038 +#: config/tc-aarch64.c:7791 config/tc-arm.c:28047 msgid "GOT already in the symbol table" msgstr "" -#: config/tc-aarch64.c:7807 +#: config/tc-aarch64.c:7954 msgid "immediate cannot be moved by a single instruction" msgstr "" -#: config/tc-aarch64.c:7851 config/tc-aarch64.c:7896 config/tc-aarch64.c:7922 -#: config/tc-arm.c:16444 config/tc-arm.c:18141 config/tc-arm.c:18721 -#: config/tc-arm.c:18748 config/tc-arm.c:19536 config/tc-arm.c:20371 -#: config/tc-arm.c:21388 config/tc-arm.c:21448 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:7998 config/tc-aarch64.c:8043 config/tc-aarch64.c:8069 +#: config/tc-arm.c:16445 config/tc-arm.c:18142 config/tc-arm.c:18722 +#: config/tc-arm.c:18749 config/tc-arm.c:19537 config/tc-arm.c:20372 +#: config/tc-arm.c:21389 config/tc-arm.c:21449 config/tc-metag.c:2443 +#: config/tc-metag.c:2452 config/tc-metag.c:2491 config/tc-metag.c:2500 +#: config/tc-metag.c:3019 config/tc-metag.c:3028 msgid "immediate out of range" msgstr "" -#: config/tc-aarch64.c:7915 config/tc-metag.c:4656 config/tc-xtensa.c:4243 +#: config/tc-aarch64.c:8062 config/tc-metag.c:4654 config/tc-xtensa.c:4243 msgid "invalid immediate" msgstr "" -#: config/tc-aarch64.c:7980 config/tc-tic6x.c:3858 config/tc-tic6x.c:3923 -#: config/tc-tic6x.c:3950 config/tc-tic6x.c:3978 +#: config/tc-aarch64.c:8127 config/tc-tic6x.c:3855 config/tc-tic6x.c:3920 +#: config/tc-tic6x.c:3947 config/tc-tic6x.c:3975 msgid "immediate offset out of range" msgstr "" -#: config/tc-aarch64.c:8054 config/tc-arm.c:28376 config/tc-arm.c:28444 -#: config/tc-arm.c:28726 +#: config/tc-aarch64.c:8201 config/tc-arm.c:28385 config/tc-arm.c:28453 +#: config/tc-arm.c:28735 #, c-format msgid "undefined symbol %s used as an immediate value" msgstr "" -#: config/tc-aarch64.c:8066 +#: config/tc-aarch64.c:8213 msgid "pc-relative load offset not word aligned" msgstr "" -#: config/tc-aarch64.c:8069 +#: config/tc-aarch64.c:8216 msgid "pc-relative load offset out of range" msgstr "" -#: config/tc-aarch64.c:8081 +#: config/tc-aarch64.c:8228 msgid "pc-relative address offset out of range" msgstr "" -#: config/tc-aarch64.c:8093 config/tc-aarch64.c:8108 +#: config/tc-aarch64.c:8240 config/tc-aarch64.c:8255 msgid "conditional branch target not word aligned" msgstr "" -#: config/tc-aarch64.c:8096 config/tc-aarch64.c:8111 config/tc-arm.c:29021 +#: config/tc-aarch64.c:8243 config/tc-aarch64.c:8258 config/tc-arm.c:29030 msgid "conditional branch out of range" msgstr "" -#: config/tc-aarch64.c:8124 +#: config/tc-aarch64.c:8271 msgid "branch target not word aligned" msgstr "" -#: config/tc-aarch64.c:8127 config/tc-arm.c:924 config/tc-arm.c:29827 -#: config/tc-mips.c:16068 config/tc-mips.c:16084 config/tc-mips.c:16174 +#: config/tc-aarch64.c:8274 config/tc-arm.c:925 config/tc-arm.c:29836 +#: config/tc-mips.c:16069 config/tc-mips.c:16085 config/tc-mips.c:16175 msgid "branch out of range" msgstr "" -#: config/tc-aarch64.c:8186 config/tc-arm.c:28617 config/tc-arm.c:28632 -#: config/tc-arm.c:28647 config/tc-arm.c:28658 config/tc-arm.c:28681 -#: config/tc-arm.c:29531 config/tc-moxie.c:714 config/tc-pj.c:452 +#: config/tc-aarch64.c:8333 config/tc-arm.c:28626 config/tc-arm.c:28641 +#: config/tc-arm.c:28656 config/tc-arm.c:28667 config/tc-arm.c:28690 +#: config/tc-arm.c:29540 config/tc-moxie.c:714 config/tc-pj.c:449 #: config/tc-sh.c:3728 msgid "offset out of range" msgstr "" -#: config/tc-aarch64.c:8201 +#: config/tc-aarch64.c:8348 msgid "unsigned value out of range" msgstr "" -#: config/tc-aarch64.c:8212 +#: config/tc-aarch64.c:8359 msgid "signed value out of range" msgstr "" -#: config/tc-aarch64.c:8362 +#: config/tc-aarch64.c:8509 #, c-format msgid "unexpected %s fixup" msgstr "" -#: config/tc-aarch64.c:8427 config/tc-arm.c:30247 config/tc-arm.c:30268 -#: config/tc-mips.c:18435 config/tc-or1k.c:345 config/tc-score.c:7449 +#: config/tc-aarch64.c:8574 config/tc-arm.c:30256 config/tc-arm.c:30277 +#: config/tc-mips.c:18436 config/tc-or1k.c:345 config/tc-score.c:7448 #, c-format msgid "cannot represent %s relocation in this object file format" msgstr "" -#: config/tc-aarch64.c:8460 +#: config/tc-aarch64.c:8607 #, c-format msgid "cannot do %u-byte relocation" msgstr "" -#: config/tc-aarch64.c:8961 config/tc-arm.c:31086 +#: config/tc-aarch64.c:9012 config/tc-arm.c:31091 msgid "assemble for big-endian" msgstr "" -#: config/tc-aarch64.c:8962 config/tc-arm.c:31087 +#: config/tc-aarch64.c:9013 config/tc-arm.c:31092 msgid "assemble for little-endian" msgstr "" -#: config/tc-aarch64.c:8965 +#: config/tc-aarch64.c:9016 msgid "temporary switch for dumping" msgstr "" -#: config/tc-aarch64.c:8967 +#: config/tc-aarch64.c:9018 msgid "output verbose error messages" msgstr "" -#: config/tc-aarch64.c:8969 +#: config/tc-aarch64.c:9020 msgid "do not output verbose error messages" msgstr "" -#: config/tc-aarch64.c:9309 config/tc-arm.c:32208 +#: config/tc-aarch64.c:9358 config/tc-arm.c:32213 msgid "invalid architectural extension" msgstr "" -#: config/tc-aarch64.c:9334 config/tc-arm.c:32240 +#: config/tc-aarch64.c:9383 config/tc-arm.c:32245 msgid "must specify extensions to add before specifying those to remove" msgstr "" -#: config/tc-aarch64.c:9342 config/tc-arm.c:32248 +#: config/tc-aarch64.c:9391 config/tc-arm.c:32253 msgid "missing architectural extension" msgstr "" -#: config/tc-aarch64.c:9369 config/tc-arm.c:32334 +#: config/tc-aarch64.c:9418 config/tc-arm.c:32339 #, c-format msgid "unknown architectural extension `%s'" msgstr "" -#: config/tc-aarch64.c:9393 config/tc-arm.c:32384 config/tc-metag.c:5834 +#: config/tc-aarch64.c:9442 config/tc-arm.c:32389 config/tc-metag.c:5832 #, c-format msgid "missing cpu name `%s'" msgstr "" -#: config/tc-aarch64.c:9407 config/tc-aarch64.c:9624 config/tc-arm.c:32419 -#: config/tc-arm.c:33220 config/tc-csky.c:1218 config/tc-metag.c:5845 +#: config/tc-aarch64.c:9456 config/tc-aarch64.c:9672 config/tc-arm.c:32424 +#: config/tc-arm.c:33225 config/tc-csky.c:1218 config/tc-metag.c:5843 #, c-format msgid "unknown cpu `%s'" msgstr "" -#: config/tc-aarch64.c:9425 config/tc-arm.c:32437 +#: config/tc-aarch64.c:9474 config/tc-arm.c:32442 #, c-format msgid "missing architecture name `%s'" msgstr "" -#: config/tc-aarch64.c:9439 config/tc-aarch64.c:9671 config/tc-arm.c:32459 -#: config/tc-arm.c:33255 config/tc-arm.c:33285 config/tc-score.c:7684 +#: config/tc-aarch64.c:9488 config/tc-aarch64.c:9719 config/tc-arm.c:32464 +#: config/tc-arm.c:33260 config/tc-arm.c:33290 config/tc-score.c:7683 #, c-format msgid "unknown architecture `%s'\n" msgstr "" -#: config/tc-aarch64.c:9462 +#: config/tc-aarch64.c:9511 #, c-format msgid "missing abi name `%s'" msgstr "" -#: config/tc-aarch64.c:9473 +#: config/tc-aarch64.c:9522 #, c-format msgid "unknown abi `%s'\n" msgstr "" -#: config/tc-aarch64.c:9479 +#: config/tc-aarch64.c:9528 msgid "<abi name>\t specify for ABI <abi name>" msgstr "" -#: config/tc-aarch64.c:9482 config/tc-arm.c:32546 config/tc-metag.c:5911 +#: config/tc-aarch64.c:9531 config/tc-arm.c:32551 config/tc-metag.c:5909 msgid "<cpu name>\t assemble for CPU <cpu name>" msgstr "" -#: config/tc-aarch64.c:9484 config/tc-arm.c:32548 +#: config/tc-aarch64.c:9533 config/tc-arm.c:32553 msgid "<arch name>\t assemble for architecture <arch name>" msgstr "" -#: config/tc-aarch64.c:9523 config/tc-aarch64.c:9543 config/tc-arm.c:32616 -#: config/tc-arm.c:32634 config/tc-arm.c:32654 config/tc-metag.c:5936 +#: config/tc-aarch64.c:9572 config/tc-aarch64.c:9591 config/tc-arm.c:32621 +#: config/tc-arm.c:32639 config/tc-arm.c:32659 config/tc-metag.c:5933 #, c-format msgid "option `-%c%s' is deprecated: %s" msgstr "" -#: config/tc-aarch64.c:9563 +#: config/tc-aarch64.c:9611 #, c-format msgid " AArch64-specific assembler options:\n" msgstr "" -#: config/tc-aarch64.c:9574 config/tc-arc.c:3583 config/tc-arm.c:32685 +#: config/tc-aarch64.c:9622 config/tc-arc.c:3581 config/tc-arm.c:32690 #, c-format msgid " -EB assemble code for a big-endian cpu\n" msgstr "" -#: config/tc-aarch64.c:9579 config/tc-arc.c:3585 config/tc-arm.c:32690 +#: config/tc-aarch64.c:9627 config/tc-arc.c:3583 config/tc-arm.c:32695 #, c-format msgid " -EL assemble code for a little-endian cpu\n" msgstr "" @@ -2264,7 +2269,7 @@ msgstr "" msgid "More than one relocation op per insn" msgstr "" -#: config/tc-alpha.c:926 config/tc-arc.c:1129 +#: config/tc-alpha.c:926 config/tc-arc.c:1127 msgid "No relocation operand" msgstr "" @@ -2379,8 +2384,8 @@ msgstr "" msgid "sequence number in use for !tlsgd!%ld" msgstr "" -#: config/tc-alpha.c:1992 config/tc-arc.c:2850 config/tc-mn10200.c:854 -#: config/tc-mn10300.c:1150 config/tc-ppc.c:2000 config/tc-s390.c:666 +#: config/tc-alpha.c:1992 config/tc-arc.c:2848 config/tc-mn10200.c:854 +#: config/tc-mn10300.c:1150 config/tc-ppc.c:2019 config/tc-s390.c:668 #: config/tc-tilegx.c:422 config/tc-tilegx.c:472 config/tc-tilepro.c:375 msgid "operand" msgstr "" @@ -2397,12 +2402,12 @@ msgstr "" msgid "can not resolve expression" msgstr "" -#: config/tc-alpha.c:3512 config/tc-microblaze.c:204 config/tc-ppc.c:2335 +#: config/tc-alpha.c:3512 config/tc-microblaze.c:204 config/tc-ppc.c:2352 #, c-format msgid ".COMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-alpha.c:3523 config/tc-ia64.c:1094 config/tc-sparc.c:4270 +#: config/tc-alpha.c:3523 config/tc-ia64.c:1091 config/tc-sparc.c:4270 #: config/tc-v850.c:306 msgid "Ignoring attempt to re-define symbol" msgstr "" @@ -2436,7 +2441,7 @@ msgstr "" msgid ".fmask outside of .ent" msgstr "" -#: config/tc-alpha.c:3829 config/tc-score.c:5603 ecoff.c:3197 +#: config/tc-alpha.c:3829 config/tc-score.c:5602 ecoff.c:3197 msgid ".mask outside of .ent" msgstr "" @@ -2448,12 +2453,12 @@ msgstr "" msgid "bad .mask directive" msgstr "" -#: config/tc-alpha.c:3872 config/tc-mips.c:19917 config/tc-score.c:5737 +#: config/tc-alpha.c:3872 config/tc-mips.c:19918 config/tc-score.c:5736 #: ecoff.c:3161 msgid ".frame outside of .ent" msgstr "" -#: config/tc-alpha.c:3883 config/tc-mips.c:19928 ecoff.c:3172 +#: config/tc-alpha.c:3883 config/tc-mips.c:19929 ecoff.c:3172 msgid "bad .frame directive" msgstr "" @@ -2556,7 +2561,7 @@ msgstr "" msgid "No symbol after .code_address" msgstr "" -#: config/tc-alpha.c:4769 config/tc-score.c:5609 +#: config/tc-alpha.c:4769 config/tc-score.c:5608 msgid "Bad .mask directive" msgstr "" @@ -2584,13 +2589,13 @@ msgstr "" msgid "Bad base register, using $%d." msgstr "" -#: config/tc-alpha.c:5036 config/tc-nios2.c:351 config/tc-nios2.c:476 +#: config/tc-alpha.c:5036 config/tc-nios2.c:346 config/tc-nios2.c:471 #, c-format msgid "Alignment too large: %d. assumed" msgstr "" -#: config/tc-alpha.c:5040 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 +#: config/tc-alpha.c:5040 config/tc-d30v.c:2034 config/tc-nios2.c:350 +#: config/tc-nios2.c:475 config/tc-pru.c:220 config/tc-pru.c:336 msgid "Alignment negative: 0 assumed" msgstr "" @@ -2608,31 +2613,30 @@ msgstr "" msgid "bad .section directive: want a,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-alpha.c:5428 config/tc-alpha.c:5462 config/tc-arc.c:769 -#: config/tc-arc.c:2554 config/tc-arc.c:2586 config/tc-arc.c:2691 -#: config/tc-cr16.c:815 config/tc-cr16.c:834 config/tc-cris.c:1223 -#: config/tc-crx.c:517 config/tc-crx.c:539 config/tc-crx.c:550 -#: config/tc-dlx.c:289 config/tc-hppa.c:8246 config/tc-i386.c:3076 -#: config/tc-i386.c:3094 config/tc-ia64.c:5384 config/tc-ia64.c:7407 -#: config/tc-ia64.c:7466 config/tc-m68k.c:4574 config/tc-m68k.c:4586 -#: config/tc-mips.c:3698 config/tc-mips.c:3731 config/tc-mips.c:3757 -#: config/tc-nds32.c:3440 config/tc-nios2.c:3629 config/tc-nios2.c:3634 -#: config/tc-nios2.c:3640 config/tc-ns32k.c:1906 config/tc-ppc.c:1688 -#: config/tc-ppc.c:1726 config/tc-ppc.c:1765 config/tc-ppc.c:1804 -#: config/tc-ppc.c:1822 config/tc-pru.c:1569 config/tc-pru.c:1573 -#: config/tc-riscv.c:285 config/tc-riscv.c:636 config/tc-riscv.c:693 -#: config/tc-riscv.c:1078 config/tc-s390.c:536 config/tc-s390.c:574 -#: config/tc-sparc.c:961 config/tc-sparc.c:993 config/tc-tic30.c:121 -#: config/tc-tic30.c:131 config/tc-tic30.c:141 config/tc-tic30.c:151 -#: config/tc-tic4x.c:1215 config/tc-tilegx.c:316 config/tc-tilepro.c:252 -#: config/tc-vax.c:965 config/tc-vax.c:970 ecoff.c:1582 +#: config/tc-alpha.c:5428 config/tc-alpha.c:5462 config/tc-arc.c:767 +#: config/tc-arc.c:2552 config/tc-arc.c:2584 config/tc-arc.c:2689 +#: config/tc-cr16.c:813 config/tc-cr16.c:832 config/tc-cris.c:1223 +#: config/tc-crx.c:516 config/tc-crx.c:538 config/tc-crx.c:549 +#: config/tc-dlx.c:289 config/tc-hppa.c:8246 config/tc-i386.c:3071 +#: config/tc-i386.c:3123 config/tc-ia64.c:5380 config/tc-ia64.c:7418 +#: config/tc-ia64.c:7477 config/tc-m68k.c:4574 config/tc-m68k.c:4586 +#: config/tc-mips.c:3700 config/tc-mips.c:3733 config/tc-mips.c:3759 +#: config/tc-nds32.c:3439 config/tc-nios2.c:3624 config/tc-nios2.c:3629 +#: config/tc-nios2.c:3635 config/tc-ns32k.c:1906 config/tc-ppc.c:1708 +#: config/tc-ppc.c:1746 config/tc-ppc.c:1785 config/tc-ppc.c:1824 +#: config/tc-ppc.c:1842 config/tc-pru.c:1569 config/tc-pru.c:1573 +#: config/tc-s390.c:538 config/tc-s390.c:576 config/tc-sparc.c:961 +#: config/tc-sparc.c:993 config/tc-tic30.c:121 config/tc-tic30.c:131 +#: config/tc-tic30.c:141 config/tc-tic30.c:151 config/tc-tic4x.c:1215 +#: config/tc-tilegx.c:316 config/tc-tilepro.c:252 config/tc-vax.c:965 +#: config/tc-vax.c:970 ecoff.c:1582 #, c-format msgid "duplicate %s" msgstr "" -#: config/tc-alpha.c:5545 config/tc-arc.c:2522 config/tc-arc.c:2536 -#: config/tc-arm.c:896 config/tc-xtensa.c:5487 config/tc-xtensa.c:5563 -#: config/tc-xtensa.c:5680 config/tc-z80.c:3649 +#: config/tc-alpha.c:5545 config/tc-arc.c:2520 config/tc-arc.c:2534 +#: config/tc-arm.c:897 config/tc-xtensa.c:5487 config/tc-xtensa.c:5563 +#: config/tc-xtensa.c:5680 config/tc-z80.c:3675 msgid "syntax error" msgstr "" @@ -2656,12 +2660,12 @@ msgid "" "-replace/-noreplace\tenable or disable the optimization of procedure calls\n" msgstr "" -#: config/tc-alpha.c:5942 config/tc-arc.c:3130 +#: config/tc-alpha.c:5942 config/tc-arc.c:3128 #, c-format msgid "unhandled relocation type %s" msgstr "" -#: config/tc-alpha.c:5955 config/tc-arc.c:3138 +#: config/tc-alpha.c:5955 config/tc-arc.c:3136 msgid "non-absolute expression in constant field" msgstr "" @@ -2679,14 +2683,14 @@ msgstr "" msgid "!samegp reloc against symbol without .prologue: %s" msgstr "" -#: config/tc-alpha.c:6236 config/tc-arc.c:3261 config/tc-csky.c:5645 +#: config/tc-alpha.c:6236 config/tc-arc.c:3259 config/tc-csky.c:5645 #: config/tc-tilegx.c:1745 config/tc-tilepro.c:1522 config/tc-wasm32.c:813 #: config/tc-xtensa.c:6190 #, c-format msgid "cannot represent `%s' relocation in object file" msgstr "" -#: config/tc-alpha.c:6242 config/tc-arc.c:3267 +#: config/tc-alpha.c:6242 config/tc-arc.c:3265 #, c-format msgid "internal error? cannot generate `%s' relocation" msgstr "" @@ -2696,166 +2700,166 @@ msgstr "" msgid "frame reg expected, using $%d." msgstr "" -#: config/tc-arc.c:823 +#: config/tc-arc.c:821 #, c-format msgid "invalid %s option for %s cpu" msgstr "" -#: config/tc-arc.c:828 +#: config/tc-arc.c:826 msgid "conflicting ISA extension attributes." msgstr "" -#: config/tc-arc.c:848 +#: config/tc-arc.c:846 msgid "Multiple .cpu directives found" msgstr "" -#: config/tc-arc.c:866 +#: config/tc-arc.c:864 msgid "Command-line value overrides \".cpu\" directive" msgstr "" -#: config/tc-arc.c:882 +#: config/tc-arc.c:880 #, c-format msgid "unknown architecture: %s\n" msgstr "" -#: config/tc-arc.c:893 config/tc-ia64.c:7476 config/tc-riscv.c:1110 -#: config/tc-riscv.c:3793 config/tc-tilegx.c:262 +#: config/tc-arc.c:891 config/tc-ia64.c:7487 config/tc-tilegx.c:262 msgid "Could not set architecture and machine" msgstr "" -#: config/tc-arc.c:1118 +#: config/tc-arc.c:1116 msgid "No valid label relocation operand" msgstr "" -#: config/tc-arc.c:1142 +#: config/tc-arc.c:1140 #, c-format msgid "Unknown relocation operand: @%s" msgstr "" -#: config/tc-arc.c:1155 +#: config/tc-arc.c:1153 #, c-format msgid "Unable to parse TLS base: %s" msgstr "" -#: config/tc-arc.c:1178 +#: config/tc-arc.c:1176 #, c-format msgid "@%s is not a complex relocation." msgstr "" -#: config/tc-arc.c:1185 +#: config/tc-arc.c:1183 #, c-format msgid "Bad expression: @%s + %s." msgstr "" -#: config/tc-arc.c:1333 +#: config/tc-arc.c:1331 msgid "Brackets in operand field incorrect" msgstr "" -#: config/tc-arc.c:1335 config/tc-xtensa.c:2086 +#: config/tc-arc.c:1333 config/tc-xtensa.c:2086 msgid "extra comma" msgstr "" -#: config/tc-arc.c:1337 config/tc-pru.c:1450 config/tc-pru.c:1698 +#: config/tc-arc.c:1335 config/tc-pru.c:1450 config/tc-pru.c:1698 #: config/tc-xtensa.c:2090 msgid "missing argument" msgstr "" -#: config/tc-arc.c:1339 config/tc-xtensa.c:2092 +#: config/tc-arc.c:1337 config/tc-xtensa.c:2092 msgid "missing comma or colon" msgstr "" -#: config/tc-arc.c:1408 +#: config/tc-arc.c:1406 msgid "extra dot" msgstr "" -#: config/tc-arc.c:1410 +#: config/tc-arc.c:1408 msgid "unrecognized flag" msgstr "" -#: config/tc-arc.c:1412 +#: config/tc-arc.c:1410 msgid "failed to parse flags" msgstr "" -#: config/tc-arc.c:1438 +#: config/tc-arc.c:1436 msgid "Unhandled reloc type" msgstr "" -#: config/tc-arc.c:1957 +#: config/tc-arc.c:1955 msgid "immediate is out of bounds" msgstr "" -#: config/tc-arc.c:1965 +#: config/tc-arc.c:1963 msgid "immediate is not 32bit aligned" msgstr "" -#: config/tc-arc.c:1972 +#: config/tc-arc.c:1970 msgid "immediate is not 16bit aligned" msgstr "" -#: config/tc-arc.c:2053 +#: config/tc-arc.c:2051 msgid "operand is not duplicate of the previous one" msgstr "" -#: config/tc-arc.c:2073 +#: config/tc-arc.c:2071 msgid "flag mismatch" msgstr "" -#: config/tc-arc.c:2085 config/tc-nios2.c:3108 config/tc-nios2.c:3135 +#: config/tc-arc.c:2083 config/tc-nios2.c:3103 config/tc-nios2.c:3130 #: config/tc-pru.c:1413 config/tc-pru.c:1438 config/tc-xtensa.c:2156 msgid "too many arguments" msgstr "" -#: config/tc-arc.c:2490 +#: config/tc-arc.c:2488 #, c-format msgid "%s for instruction '%s'" msgstr "" -#: config/tc-arc.c:2492 +#: config/tc-arc.c:2490 #, c-format msgid "inappropriate arguments for opcode '%s'" msgstr "" -#: config/tc-arc.c:2494 +#: config/tc-arc.c:2492 #, c-format msgid "opcode '%s' not supported for target %s" msgstr "" -#: config/tc-arc.c:2498 config/tc-tic6x.c:3192 +#: config/tc-arc.c:2496 config/tc-tic6x.c:3189 #, c-format msgid "unknown opcode '%s'" msgstr "" -#: config/tc-arc.c:2604 config/tc-arc.c:5072 config/tc-h8300.c:78 +#: config/tc-arc.c:2602 config/tc-arc.c:5068 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-h8300.c:117 config/tc-h8300.c:128 config/tc-h8300.c:242 #: config/tc-hppa.c:6820 config/tc-hppa.c:6826 config/tc-hppa.c:6832 #: config/tc-hppa.c:6838 config/tc-hppa.c:8225 config/tc-lm32.c:197 -#: config/tc-mips.c:3688 config/tc-mips.c:4185 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 +#: config/tc-mips.c:3690 config/tc-mips.c:4187 config/tc-mn10300.c:935 +#: config/tc-mn10300.c:940 config/tc-mn10300.c:2440 config/tc-riscv.c:1221 +#: config/tc-riscv.c:3878 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:2795 +#: config/tc-arc.c:2793 #, c-format msgid "unhandled reloc %s in md_pcrel_from_section" msgstr "" -#: config/tc-arc.c:2860 +#: config/tc-arc.c:2858 msgid "Unaligned operand. Needs to be 32bit aligned" msgstr "" -#: config/tc-arc.c:2865 +#: config/tc-arc.c:2863 msgid "Unaligned operand. Needs to be 16bit aligned" msgstr "" -#: config/tc-arc.c:2942 config/tc-cr16.c:579 config/tc-crx.c:322 -#: config/tc-mn10200.c:766 write.c:1032 +#: config/tc-arc.c:2940 config/tc-cr16.c:577 config/tc-crx.c:321 +#: config/tc-mn10200.c:766 write.c:1034 #, c-format msgid "can't resolve `%s' {%s section} - `%s' {%s section}" msgstr "" -#: config/tc-arc.c:3001 +#: config/tc-arc.c:2999 #, c-format msgid "PC relative relocation not allowed for (internal) type %d" msgstr "" @@ -2864,35 +2868,35 @@ msgstr "" #. the insn. #. FIXME! Check for the conditionality of #. the insn. -#: config/tc-arc.c:3046 config/tc-arc.c:4027 +#: config/tc-arc.c:3044 config/tc-arc.c:4025 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:3082 +#: config/tc-arc.c:3080 msgid "Unsupported operation on reloc" msgstr "" -#: config/tc-arc.c:3158 config/tc-arc.c:3174 +#: config/tc-arc.c:3156 config/tc-arc.c:3172 msgid "unknown fixup size" msgstr "" -#: config/tc-arc.c:3308 +#: config/tc-arc.c:3306 msgid "no relaxation found for this instruction." msgstr "" -#: config/tc-arc.c:3561 +#: config/tc-arc.c:3559 #, c-format msgid "ARC-specific assembler options:\n" msgstr "" -#: config/tc-arc.c:3587 +#: config/tc-arc.c:3585 #, c-format msgid " -mrelax enable relaxation\n" msgstr "" -#: config/tc-arc.c:3590 +#: config/tc-arc.c:3588 #, c-format msgid "" "The following ARC-specific assembler options are deprecated and are " @@ -2900,7 +2904,7 @@ msgid "" "for compatibility only:\n" msgstr "" -#: config/tc-arc.c:3593 +#: config/tc-arc.c:3591 #, c-format msgid "" " -mEA\n" @@ -2930,147 +2934,147 @@ msgid "" " -mxy\n" msgstr "" -#: config/tc-arc.c:3683 +#: config/tc-arc.c:3681 #, c-format msgid "Unable to find %s relocation for instruction %s" msgstr "" -#: config/tc-arc.c:3978 +#: config/tc-arc.c:3976 #, c-format msgid "Unable to use @plt relocation for insn %s" msgstr "" -#: config/tc-arc.c:3997 +#: config/tc-arc.c:3995 #, c-format msgid "Unable to use @pcl relocation for insn %s" msgstr "" -#: config/tc-arc.c:4053 +#: config/tc-arc.c:4051 #, c-format msgid "invalid relocation %s for field" msgstr "" -#: config/tc-arc.c:4164 +#: config/tc-arc.c:4161 #, c-format msgid "Insn %s has a jump/branch instruction %s in its delay slot." msgstr "" -#: config/tc-arc.c:4169 +#: config/tc-arc.c:4166 #, c-format msgid "Insn %s has an instruction %s with limm in its delay slot." msgstr "" -#: config/tc-arc.c:4279 config/tc-microblaze.c:2568 config/tc-mn10300.c:1069 -#: config/tc-sh.c:418 config/tc-z80.c:1114 read.c:4704 +#: config/tc-arc.c:4276 config/tc-microblaze.c:2567 config/tc-mn10300.c:1069 +#: config/tc-sh.c:418 config/tc-z80.c:1119 read.c:4701 #, c-format msgid "unsupported BFD relocation size %u" msgstr "" -#: config/tc-arc.c:4299 +#: config/tc-arc.c:4296 #, c-format msgid "Jump/Branch instruction detected at the end of the ZOL label @%s" msgstr "" -#: config/tc-arc.c:4306 +#: config/tc-arc.c:4303 #, c-format msgid "Kernel instruction detected at the end of the ZOL label @%s" msgstr "" -#: config/tc-arc.c:4311 +#: config/tc-arc.c:4308 #, c-format msgid "" "A jump instruction with long immediate detected at the end of the ZOL label @" "%s" msgstr "" -#: config/tc-arc.c:4317 +#: config/tc-arc.c:4314 #, c-format msgid "An illegal use of delay slot detected at the end of the ZOL label @%s" msgstr "" -#: config/tc-arc.c:4426 +#: config/tc-arc.c:4423 msgid "expected comma after instruction name" msgstr "" -#: config/tc-arc.c:4438 +#: config/tc-arc.c:4435 msgid "expected comma after major opcode" msgstr "" -#: config/tc-arc.c:4623 +#: config/tc-arc.c:4620 #, c-format msgid "Pseudocode already used %s" msgstr "" -#: config/tc-arc.c:4631 +#: config/tc-arc.c:4628 #, c-format msgid "major opcode not in range [0x%02x - 0x%02x]" msgstr "" -#: config/tc-arc.c:4635 +#: config/tc-arc.c:4632 msgid "minor opcode not in range [0x00 - 0x3f]" msgstr "" -#: config/tc-arc.c:4641 +#: config/tc-arc.c:4638 msgid "Improper use of OP1_IMM_IMPLIED" msgstr "" -#: config/tc-arc.c:4647 +#: config/tc-arc.c:4644 msgid "Improper use of OP1_MUST_BE_IMM" msgstr "" -#: config/tc-arc.c:4659 +#: config/tc-arc.c:4656 msgid "Couldn't generate extension instruction opcodes" msgstr "" -#: config/tc-arc.c:4695 +#: config/tc-arc.c:4691 msgid "expected comma after name" msgstr "" -#: config/tc-arc.c:4706 +#: config/tc-arc.c:4702 #, c-format msgid "%s second argument cannot be a negative number %d" msgstr "" -#: config/tc-arc.c:4721 +#: config/tc-arc.c:4717 msgid "expected comma after register number" msgstr "" -#: config/tc-arc.c:4742 +#: config/tc-arc.c:4738 msgid "invalid mode" msgstr "" -#: config/tc-arc.c:4760 +#: config/tc-arc.c:4756 msgid "expected comma after register mode" msgstr "" -#: config/tc-arc.c:4775 +#: config/tc-arc.c:4771 msgid "shortcut designator invalid" msgstr "" -#: config/tc-arc.c:4873 +#: config/tc-arc.c:4869 #, c-format msgid "core register %s value (%d) too large" msgstr "" -#: config/tc-arc.c:4885 +#: config/tc-arc.c:4881 #, c-format msgid "duplicate aux register %s" msgstr "" -#: config/tc-arc.c:4890 +#: config/tc-arc.c:4886 #, c-format msgid "condition code %s value (%d) too large" msgstr "" -#: config/tc-arc.c:4907 +#: config/tc-arc.c:4903 msgid "Unknown extension" msgstr "" -#: config/tc-arc.c:5010 +#: config/tc-arc.c:5006 msgid "Overwrite explicitly set Tag_ARC_CPU_base" msgstr "" -#: config/tc-arc.c:5058 +#: config/tc-arc.c:5054 msgid "Overwrite explicitly set Tag_ARC_ABI_rf16 to full register file" msgstr "" @@ -3150,7 +3154,7 @@ msgstr "" msgid "iWMMXt data register expected" msgstr "" -#: config/tc-arm.c:728 config/tc-arm.c:7847 +#: config/tc-arm.c:728 config/tc-arm.c:7848 msgid "iWMMXt control register expected" msgstr "" @@ -3166,855 +3170,859 @@ msgstr "" msgid "MVE vector register expected" msgstr "" +#: config/tc-arm.c:733 +msgid "ZR register expected" +msgstr "" + #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. -#: config/tc-arm.c:897 config/tc-score.c:259 +#: config/tc-arm.c:898 config/tc-score.c:259 msgid "bad arguments to instruction" msgstr "" -#: config/tc-arm.c:898 +#: config/tc-arm.c:899 msgid "r13 not allowed here" msgstr "" -#: config/tc-arm.c:899 +#: config/tc-arm.c:900 msgid "r15 not allowed here" msgstr "" -#: config/tc-arm.c:900 +#: config/tc-arm.c:901 msgid "Odd register not allowed here" msgstr "" -#: config/tc-arm.c:901 +#: config/tc-arm.c:902 msgid "Even register not allowed here" msgstr "" -#: config/tc-arm.c:902 +#: config/tc-arm.c:903 msgid "instruction cannot be conditional" msgstr "" -#: config/tc-arm.c:903 +#: config/tc-arm.c:904 msgid "registers may not be the same" msgstr "" -#: config/tc-arm.c:904 +#: config/tc-arm.c:905 msgid "lo register required" msgstr "" -#: config/tc-arm.c:905 +#: config/tc-arm.c:906 msgid "instruction not supported in Thumb16 mode" msgstr "" -#: config/tc-arm.c:906 +#: config/tc-arm.c:907 msgid "instruction does not accept this addressing mode" msgstr "" -#: config/tc-arm.c:907 +#: config/tc-arm.c:908 msgid "branch must be last instruction in IT block" msgstr "" -#: config/tc-arm.c:908 +#: config/tc-arm.c:909 msgid "branch out of range or not a multiple of 2" msgstr "" -#: config/tc-arm.c:909 +#: config/tc-arm.c:910 msgid "instruction not allowed in VPT block" msgstr "" -#: config/tc-arm.c:910 +#: config/tc-arm.c:911 msgid "instruction not allowed in IT block" msgstr "" -#: config/tc-arm.c:911 +#: config/tc-arm.c:912 msgid "instruction missing MVE vector predication code" msgstr "" -#: config/tc-arm.c:912 +#: config/tc-arm.c:913 msgid "selected FPU does not support instruction" msgstr "" -#: config/tc-arm.c:913 +#: config/tc-arm.c:914 msgid "thumb conditional instruction should be in IT block" msgstr "" -#: config/tc-arm.c:915 +#: config/tc-arm.c:916 msgid "vector predicated instruction should be in VPT/VPST block" msgstr "" -#: config/tc-arm.c:916 +#: config/tc-arm.c:917 msgid "incorrect condition in IT block" msgstr "" -#: config/tc-arm.c:917 +#: config/tc-arm.c:918 msgid "incorrect condition in VPT/VPST block" msgstr "" -#: config/tc-arm.c:918 +#: config/tc-arm.c:919 msgid "IT falling in the range of a previous IT block" msgstr "" -#: config/tc-arm.c:919 +#: config/tc-arm.c:920 msgid "missing .fnstart before unwinding directive" msgstr "" -#: config/tc-arm.c:921 +#: config/tc-arm.c:922 msgid "cannot use register index with PC-relative addressing" msgstr "" -#: config/tc-arm.c:923 +#: config/tc-arm.c:924 msgid "cannot use writeback with PC-relative addressing" msgstr "" -#: config/tc-arm.c:925 +#: config/tc-arm.c:926 msgid "selected processor does not support fp16 instruction" msgstr "" -#: config/tc-arm.c:926 +#: config/tc-arm.c:927 msgid "selected processor does not support bf16 instruction" msgstr "" -#: config/tc-arm.c:927 +#: config/tc-arm.c:928 msgid "selected processor does not support cde instruction" msgstr "" -#: config/tc-arm.c:928 +#: config/tc-arm.c:929 msgid "coprocessor for insn is not enabled for cde" msgstr "" -#: config/tc-arm.c:929 +#: config/tc-arm.c:930 msgid "using " msgstr "" -#: config/tc-arm.c:930 +#: config/tc-arm.c:931 msgid "relocation valid in thumb1 code only" msgstr "" -#: config/tc-arm.c:931 +#: config/tc-arm.c:932 msgid "Warning: instruction is UNPREDICTABLE in an IT block" msgstr "" -#: config/tc-arm.c:933 +#: config/tc-arm.c:934 msgid "Warning: instruction is UNPREDICTABLE in a VPT block" msgstr "" -#: config/tc-arm.c:935 +#: config/tc-arm.c:936 msgid "Warning: instruction is UNPREDICTABLE with PC operand" msgstr "" -#: config/tc-arm.c:937 +#: config/tc-arm.c:938 msgid "Warning: instruction is UNPREDICTABLE with SP operand" msgstr "" -#: config/tc-arm.c:939 +#: config/tc-arm.c:940 msgid "bad type in SIMD instruction" msgstr "" -#: config/tc-arm.c:941 +#: config/tc-arm.c:942 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:943 +#: config/tc-arm.c:944 msgid "" "Warning: 32-bit element size and same destination and source operands makes " "instruction UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:945 +#: config/tc-arm.c:946 msgid "bad element type for instruction" msgstr "" -#: config/tc-arm.c:946 +#: config/tc-arm.c:947 msgid "MVE vector register Q[0..7] expected" msgstr "" -#: config/tc-arm.c:1166 +#: config/tc-arm.c:1167 msgid "immediate expression requires a # prefix" msgstr "" -#: config/tc-arm.c:1195 read.c:3924 +#: config/tc-arm.c:1196 read.c:3940 msgid "missing expression" msgstr "" -#: config/tc-arm.c:1209 config/tc-arm.c:5673 config/tc-score.c:1209 +#: config/tc-arm.c:1210 config/tc-arm.c:5674 config/tc-score.c:1209 msgid "invalid constant" msgstr "" -#: config/tc-arm.c:1387 +#: config/tc-arm.c:1388 msgid "expected #constant" msgstr "" -#: config/tc-arm.c:1559 config/tc-arm.c:1590 +#: config/tc-arm.c:1560 config/tc-arm.c:1591 #, c-format msgid "bad size %d in type specifier" msgstr "" -#: config/tc-arm.c:1566 +#: config/tc-arm.c:1567 msgid "unexpected type character `b' -- did you mean `bf'?" msgstr "" -#: config/tc-arm.c:1573 +#: config/tc-arm.c:1574 #, c-format msgid "unexpected character `%c' in type specifier" msgstr "" -#: config/tc-arm.c:1640 +#: config/tc-arm.c:1641 msgid "only one type should be specified for operand" msgstr "" -#: config/tc-arm.c:1646 +#: config/tc-arm.c:1647 msgid "vector type expected" msgstr "" -#: config/tc-arm.c:1755 +#: config/tc-arm.c:1756 msgid "expected MVE register [q0..q7]" msgstr "" -#: config/tc-arm.c:1775 +#: config/tc-arm.c:1776 msgid "can't redefine type for operand" msgstr "" -#: config/tc-arm.c:1791 +#: config/tc-arm.c:1792 msgid "only D and Q registers may be indexed" msgstr "" -#: config/tc-arm.c:1793 +#: config/tc-arm.c:1794 msgid "only D registers may be indexed" msgstr "" -#: config/tc-arm.c:1799 +#: config/tc-arm.c:1800 msgid "can't change index for operand" msgstr "" -#: config/tc-arm.c:1862 +#: config/tc-arm.c:1863 msgid "register operand expected, but got scalar" msgstr "" -#: config/tc-arm.c:1913 +#: config/tc-arm.c:1914 msgid "scalar must have an index" msgstr "" -#: config/tc-arm.c:1918 config/tc-arm.c:20216 config/tc-arm.c:20299 -#: config/tc-arm.c:20966 +#: config/tc-arm.c:1919 config/tc-arm.c:20217 config/tc-arm.c:20300 +#: config/tc-arm.c:20967 msgid "scalar index out of range" msgstr "" -#: config/tc-arm.c:1988 +#: config/tc-arm.c:1989 msgid "r0-r12, lr or APSR expected" msgstr "" -#: config/tc-arm.c:2007 +#: config/tc-arm.c:2008 msgid "bad range in register list" msgstr "" -#: config/tc-arm.c:2015 config/tc-arm.c:2024 config/tc-arm.c:2065 +#: config/tc-arm.c:2016 config/tc-arm.c:2025 config/tc-arm.c:2066 #, c-format msgid "Warning: duplicated register (r%d) in register list" msgstr "" -#: config/tc-arm.c:2027 +#: config/tc-arm.c:2028 msgid "Warning: register range not in ascending order" msgstr "" -#: config/tc-arm.c:2038 +#: config/tc-arm.c:2039 msgid "missing `}'" msgstr "" -#: config/tc-arm.c:2054 +#: config/tc-arm.c:2055 msgid "invalid register mask" msgstr "" -#: config/tc-arm.c:2198 config/tc-arm.c:2306 +#: config/tc-arm.c:2199 config/tc-arm.c:2307 msgid "VPR expected last" msgstr "" -#: config/tc-arm.c:2204 +#: config/tc-arm.c:2205 msgid "VFP single precision register or VPR expected" msgstr "" #. regtype == REG_TYPE_VFD. -#: config/tc-arm.c:2207 +#: config/tc-arm.c:2208 msgid "VFP/Neon double precision register or VPR expected" msgstr "" -#: config/tc-arm.c:2224 config/tc-arm.c:2268 +#: config/tc-arm.c:2225 config/tc-arm.c:2269 msgid "register out of range in list" msgstr "" -#: config/tc-arm.c:2246 config/tc-arm.c:4541 config/tc-arm.c:4675 +#: config/tc-arm.c:2247 config/tc-arm.c:4542 config/tc-arm.c:4676 msgid "register list not in ascending order" msgstr "" -#: config/tc-arm.c:2277 +#: config/tc-arm.c:2278 msgid "register range not in ascending order" msgstr "" -#: config/tc-arm.c:2316 +#: config/tc-arm.c:2317 msgid "non-contiguous register range" msgstr "" -#: config/tc-arm.c:2376 +#: config/tc-arm.c:2377 msgid "register stride must be 1" msgstr "" -#: config/tc-arm.c:2377 +#: config/tc-arm.c:2378 msgid "register stride must be 1 or 2" msgstr "" -#: config/tc-arm.c:2378 +#: config/tc-arm.c:2379 msgid "mismatched element/structure types in list" msgstr "" -#: config/tc-arm.c:2448 +#: config/tc-arm.c:2449 msgid "don't use Rn-Rm syntax with non-unit stride" msgstr "" -#: config/tc-arm.c:2503 +#: config/tc-arm.c:2504 msgid "error parsing element/structure list" msgstr "" -#: config/tc-arm.c:2509 +#: config/tc-arm.c:2510 msgid "expected }" msgstr "" -#: config/tc-arm.c:2599 +#: config/tc-arm.c:2600 msgid "attempt to redefine typed alias" msgstr "" -#: config/tc-arm.c:2734 +#: config/tc-arm.c:2735 msgid "bad type for register" msgstr "" -#: config/tc-arm.c:2745 config/tc-nios2.c:1802 +#: config/tc-arm.c:2746 config/tc-nios2.c:1797 msgid "expression must be constant" msgstr "" -#: config/tc-arm.c:2762 +#: config/tc-arm.c:2763 msgid "can't redefine the type of a register alias" msgstr "" -#: config/tc-arm.c:2769 +#: config/tc-arm.c:2770 msgid "you must specify a single type only" msgstr "" -#: config/tc-arm.c:2782 +#: config/tc-arm.c:2783 msgid "can't redefine the index of a scalar alias" msgstr "" -#: config/tc-arm.c:2790 +#: config/tc-arm.c:2791 msgid "scalar index must be constant" msgstr "" -#: config/tc-arm.c:2799 +#: config/tc-arm.c:2800 msgid "expecting ]" msgstr "" -#: config/tc-arm.c:2851 +#: config/tc-arm.c:2852 msgid "invalid syntax for .dn directive" msgstr "" -#: config/tc-arm.c:2857 +#: config/tc-arm.c:2858 msgid "invalid syntax for .qn directive" msgstr "" -#: config/tc-arm.c:2892 +#: config/tc-arm.c:2893 #, c-format msgid "ignoring attempt to use .unreq on fixed register name: '%s'" msgstr "" -#: config/tc-arm.c:3154 +#: config/tc-arm.c:3155 #, c-format msgid "Failed to find real start of function: %s\n" msgstr "" -#: config/tc-arm.c:3171 +#: config/tc-arm.c:3172 msgid "selected processor does not support THUMB opcodes" msgstr "" -#: config/tc-arm.c:3184 +#: config/tc-arm.c:3185 msgid "selected processor does not support ARM opcodes" msgstr "" -#: config/tc-arm.c:3196 +#: config/tc-arm.c:3197 #, c-format msgid "invalid instruction size selected (%d)" msgstr "" -#: config/tc-arm.c:3228 +#: config/tc-arm.c:3229 #, c-format msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" msgstr "" -#: config/tc-arm.c:3283 +#: config/tc-arm.c:3284 #, c-format msgid "expected comma after name \"%s\"" msgstr "" -#: config/tc-arm.c:3333 config/tc-m32r.c:584 +#: config/tc-arm.c:3334 config/tc-m32r.c:584 #, c-format msgid "symbol `%s' already defined" msgstr "" -#: config/tc-arm.c:3366 +#: config/tc-arm.c:3367 #, c-format msgid "unrecognized syntax mode \"%s\"" msgstr "" -#: config/tc-arm.c:3409 +#: config/tc-arm.c:3410 msgid ".ref pseudo-op only available with -mccs flag." msgstr "" -#: config/tc-arm.c:3450 +#: config/tc-arm.c:3451 msgid ".asmfunc repeated." msgstr "" -#: config/tc-arm.c:3454 +#: config/tc-arm.c:3455 msgid ".asmfunc without function." msgstr "" -#: config/tc-arm.c:3460 +#: config/tc-arm.c:3461 msgid ".asmfunc pseudo-op only available with -mccs flag." msgstr "" -#: config/tc-arm.c:3471 +#: config/tc-arm.c:3472 msgid ".endasmfunc without a .asmfunc." msgstr "" -#: config/tc-arm.c:3475 +#: config/tc-arm.c:3476 msgid ".endasmfunc without function." msgstr "" -#: config/tc-arm.c:3486 +#: config/tc-arm.c:3487 msgid ".endasmfunc pseudo-op only available with -mccs flag." msgstr "" -#: config/tc-arm.c:3495 +#: config/tc-arm.c:3496 msgid ".def pseudo-op only available with -mccs flag." msgstr "" -#: config/tc-arm.c:3653 +#: config/tc-arm.c:3654 msgid "invalid type for literal pool" msgstr "" -#: config/tc-arm.c:3733 config/tc-tic54x.c:5331 +#: config/tc-arm.c:3734 config/tc-tic54x.c:5331 #, c-format msgid "Invalid label '%s'" msgstr "" -#: config/tc-arm.c:3909 +#: config/tc-arm.c:3910 msgid "(plt) is only valid on branch targets" msgstr "" -#: config/tc-arm.c:3915 config/tc-csky.c:7649 config/tc-s390.c:1200 -#: config/tc-s390.c:1870 config/tc-xtensa.c:1712 +#: config/tc-arm.c:3916 config/tc-csky.c:7649 config/tc-s390.c:1202 +#: config/tc-s390.c:1872 config/tc-xtensa.c:1712 #, 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:3997 +#: config/tc-arm.c:3998 msgid ".inst.n operand too big. Use .inst.w instead" msgstr "" -#: config/tc-arm.c:4017 +#: config/tc-arm.c:4018 msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead" msgstr "" -#: config/tc-arm.c:4047 +#: config/tc-arm.c:4048 msgid "width suffixes are invalid in ARM mode" msgstr "" -#: config/tc-arm.c:4089 dwarf2dbg.c:1327 +#: config/tc-arm.c:4090 dwarf2dbg.c:1345 msgid "expected 0 or 1" msgstr "" -#: config/tc-arm.c:4093 +#: config/tc-arm.c:4094 msgid "missing comma" msgstr "" -#: config/tc-arm.c:4126 +#: config/tc-arm.c:4127 msgid "duplicate .fnstart directive" msgstr "" -#: config/tc-arm.c:4157 config/tc-tic6x.c:412 +#: config/tc-arm.c:4158 config/tc-tic6x.c:410 msgid "duplicate .handlerdata directive" msgstr "" -#: config/tc-arm.c:4176 +#: config/tc-arm.c:4177 msgid ".fnend directive without .fnstart" msgstr "" -#: config/tc-arm.c:4243 config/tc-tic6x.c:393 +#: config/tc-arm.c:4244 config/tc-tic6x.c:391 msgid "personality routine specified for cantunwind frame" msgstr "" -#: config/tc-arm.c:4260 config/tc-tic6x.c:454 +#: config/tc-arm.c:4261 config/tc-tic6x.c:452 msgid "duplicate .personalityindex directive" msgstr "" -#: config/tc-arm.c:4267 config/tc-tic6x.c:461 +#: config/tc-arm.c:4268 config/tc-tic6x.c:459 msgid "bad personality routine number" msgstr "" -#: config/tc-arm.c:4289 config/tc-tic6x.c:478 +#: config/tc-arm.c:4290 config/tc-tic6x.c:476 msgid "duplicate .personality directive" msgstr "" -#: config/tc-arm.c:4313 config/tc-arm.c:4443 config/tc-arm.c:4493 +#: config/tc-arm.c:4314 config/tc-arm.c:4444 config/tc-arm.c:4494 msgid "expected register list" msgstr "" -#: config/tc-arm.c:4395 +#: config/tc-arm.c:4396 msgid "expected , <constant>" msgstr "" -#: config/tc-arm.c:4404 +#: config/tc-arm.c:4405 msgid "number of registers must be in the range [1:4]" msgstr "" -#: config/tc-arm.c:4555 config/tc-arm.c:4689 +#: config/tc-arm.c:4556 config/tc-arm.c:4690 msgid "bad register range" msgstr "" -#: config/tc-arm.c:4755 +#: config/tc-arm.c:4756 msgid "FPA .unwind_save does not take a register list" msgstr "" -#: config/tc-arm.c:4783 +#: config/tc-arm.c:4784 msgid ".unwind_save does not support this kind of register" msgstr "" -#: config/tc-arm.c:4822 +#: config/tc-arm.c:4823 msgid "SP and PC not permitted in .unwind_movsp directive" msgstr "" -#: config/tc-arm.c:4827 +#: config/tc-arm.c:4828 msgid "unexpected .unwind_movsp directive" msgstr "" -#: config/tc-arm.c:4854 +#: config/tc-arm.c:4855 msgid "stack increment must be multiple of 4" msgstr "" -#: config/tc-arm.c:4886 +#: config/tc-arm.c:4887 msgid "expected <reg>, <reg>" msgstr "" -#: config/tc-arm.c:4904 +#: config/tc-arm.c:4905 msgid "register must be either sp or set by a previousunwind_movsp directive" msgstr "" -#: config/tc-arm.c:4943 +#: config/tc-arm.c:4944 msgid "expected <offset>, <opcode>" msgstr "" -#: config/tc-arm.c:4955 +#: config/tc-arm.c:4956 msgid "unwind opcode too long" msgstr "" -#: config/tc-arm.c:4960 +#: config/tc-arm.c:4961 msgid "invalid unwind opcode" msgstr "" -#: config/tc-arm.c:5075 config/tc-arm.c:32363 +#: config/tc-arm.c:5076 config/tc-arm.c:32368 #, c-format msgid "unrecognised float16 format \"%s\"" msgstr "" -#: config/tc-arm.c:5086 +#: config/tc-arm.c:5087 msgid "float16 format cannot be set more than once, ignoring." msgstr "" -#: config/tc-arm.c:5201 config/tc-arm.c:6284 config/tc-arm.c:11657 -#: config/tc-arm.c:12190 config/tc-arm.c:14310 config/tc-arm.c:16261 -#: config/tc-arm.c:16296 config/tc-arm.c:17224 config/tc-arm.c:19147 -#: config/tc-arm.c:19155 config/tc-arm.c:19162 config/tc-arm.c:20807 -#: config/tc-arm.c:29408 config/tc-arm.c:29472 config/tc-arm.c:29480 -#: config/tc-metag.c:5176 config/tc-z8k.c:1151 config/tc-z8k.c:1161 +#: config/tc-arm.c:5202 config/tc-arm.c:6285 config/tc-arm.c:11658 +#: config/tc-arm.c:12191 config/tc-arm.c:14311 config/tc-arm.c:16262 +#: config/tc-arm.c:16297 config/tc-arm.c:17225 config/tc-arm.c:19148 +#: config/tc-arm.c:19156 config/tc-arm.c:19163 config/tc-arm.c:20808 +#: config/tc-arm.c:29417 config/tc-arm.c:29481 config/tc-arm.c:29489 +#: config/tc-metag.c:5174 config/tc-z8k.c:1161 config/tc-z8k.c:1171 msgid "immediate value out of range" msgstr "" -#: config/tc-arm.c:5371 +#: config/tc-arm.c:5372 msgid "invalid FPA immediate expression" msgstr "" -#: config/tc-arm.c:5557 +#: config/tc-arm.c:5558 msgid "'UXTW' not allowed here" msgstr "" -#: config/tc-arm.c:5565 +#: config/tc-arm.c:5566 msgid "'LSL' or 'ASR' required" msgstr "" -#: config/tc-arm.c:5573 +#: config/tc-arm.c:5574 msgid "'LSL' required" msgstr "" -#: config/tc-arm.c:5581 +#: config/tc-arm.c:5582 msgid "'ASR' required" msgstr "" -#: config/tc-arm.c:5588 +#: config/tc-arm.c:5589 msgid "'UXTW' required" msgstr "" -#: config/tc-arm.c:5667 +#: config/tc-arm.c:5668 msgid "invalid rotation" msgstr "" -#: config/tc-arm.c:5849 config/tc-arm.c:6062 +#: config/tc-arm.c:5850 config/tc-arm.c:6063 msgid "unknown group relocation" msgstr "" -#: config/tc-arm.c:5885 +#: config/tc-arm.c:5886 msgid "alignment must be constant" msgstr "" -#: config/tc-arm.c:6096 +#: config/tc-arm.c:6097 msgid "this group relocation is not allowed on this instruction" msgstr "" -#: config/tc-arm.c:6152 +#: config/tc-arm.c:6153 msgid "'}' expected at end of 'option' field" msgstr "" -#: config/tc-arm.c:6157 +#: config/tc-arm.c:6158 msgid "cannot combine index with option" msgstr "" -#: config/tc-arm.c:6422 +#: config/tc-arm.c:6423 msgid "unexpected bit specified after APSR" msgstr "" -#: config/tc-arm.c:6434 +#: config/tc-arm.c:6435 msgid "selected processor does not support DSP extension" msgstr "" -#: config/tc-arm.c:6446 +#: config/tc-arm.c:6447 msgid "bad bitmask specified after APSR" msgstr "" -#: config/tc-arm.c:6470 +#: config/tc-arm.c:6471 msgid "writing to APSR without specifying a bitmask is deprecated" msgstr "" -#: config/tc-arm.c:6482 config/tc-arm.c:13413 config/tc-arm.c:13458 -#: config/tc-arm.c:13462 +#: config/tc-arm.c:6483 config/tc-arm.c:13414 config/tc-arm.c:13459 +#: config/tc-arm.c:13463 msgid "selected processor does not support requested special purpose register" msgstr "" -#: config/tc-arm.c:6487 +#: config/tc-arm.c:6488 msgid "flag for {c}psr instruction expected" msgstr "" -#: config/tc-arm.c:6545 +#: config/tc-arm.c:6546 msgid "unrecognized CPS flag" msgstr "" -#: config/tc-arm.c:6552 +#: config/tc-arm.c:6553 msgid "missing CPS flags" msgstr "" -#: config/tc-arm.c:6575 config/tc-arm.c:6581 +#: config/tc-arm.c:6576 config/tc-arm.c:6582 msgid "valid endian specifiers are be or le" msgstr "" -#: config/tc-arm.c:6603 +#: config/tc-arm.c:6604 msgid "missing rotation field after comma" msgstr "" -#: config/tc-arm.c:6618 +#: config/tc-arm.c:6619 msgid "rotation can only be 0, 8, 16, or 24" msgstr "" -#: config/tc-arm.c:6647 +#: config/tc-arm.c:6648 msgid "condition required" msgstr "" -#: config/tc-arm.c:6689 config/tc-arm.c:9826 +#: config/tc-arm.c:6690 config/tc-arm.c:9827 msgid "'[' expected" msgstr "" -#: config/tc-arm.c:6702 +#: config/tc-arm.c:6703 msgid "',' expected" msgstr "" -#: config/tc-arm.c:6719 +#: config/tc-arm.c:6720 msgid "invalid shift" msgstr "" -#: config/tc-arm.c:6799 +#: config/tc-arm.c:6800 msgid "expected ARM or MVE vector register" msgstr "" -#: config/tc-arm.c:6848 +#: config/tc-arm.c:6849 msgid "can't use Neon quad register here" msgstr "" -#: config/tc-arm.c:6917 +#: config/tc-arm.c:6918 msgid "expected <Rm> or <Dm> or <Qm> operand" msgstr "" -#: config/tc-arm.c:7017 +#: config/tc-arm.c:7018 msgid "VFP single, double or MVE vector register expected" msgstr "" -#: config/tc-arm.c:7037 +#: config/tc-arm.c:7038 msgid "parse error" msgstr "" -#: config/tc-arm.c:7339 +#: config/tc-arm.c:7340 msgid "immediate value 48 or 64 expected" msgstr "" #. ISB can only take SY as an option. -#: config/tc-arm.c:7388 +#: config/tc-arm.c:7389 msgid "invalid barrier type" msgstr "" -#: config/tc-arm.c:7562 +#: config/tc-arm.c:7563 msgid "only floating point zero is allowed as immediate value" msgstr "" -#: config/tc-arm.c:7657 +#: config/tc-arm.c:7658 msgid "immediate value is out of range" msgstr "" -#: config/tc-arm.c:7832 +#: config/tc-arm.c:7833 msgid "iWMMXt data or control register expected" msgstr "" -#: config/tc-arm.c:7873 +#: config/tc-arm.c:7874 msgid "Banked registers are not available with this architecture." msgstr "" -#: config/tc-arm.c:8121 +#: config/tc-arm.c:8122 msgid "operand must be LR register" msgstr "" -#: config/tc-arm.c:8192 config/tc-score.c:264 +#: config/tc-arm.c:8193 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:8242 +#: config/tc-arm.c:8243 msgid "use of r13 is deprecated" msgstr "" -#: config/tc-arm.c:8260 config/tc-arm.c:20513 +#: config/tc-arm.c:8261 config/tc-arm.c:20514 msgid "" "ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is " "UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:8335 +#: config/tc-arm.c:8336 msgid "D register out of range for selected VFP version" msgstr "" -#: config/tc-arm.c:8432 config/tc-arm.c:11352 +#: config/tc-arm.c:8433 config/tc-arm.c:11353 msgid "Instruction does not support =N addresses" msgstr "" -#: config/tc-arm.c:8440 +#: config/tc-arm.c:8441 msgid "instruction does not accept preindexed addressing" msgstr "" #. unindexed - only for coprocessor -#: config/tc-arm.c:8456 config/tc-arm.c:11415 +#: config/tc-arm.c:8457 config/tc-arm.c:11416 msgid "instruction does not accept unindexed addressing" msgstr "" -#: config/tc-arm.c:8464 +#: config/tc-arm.c:8465 msgid "destination register same as write-back base" msgstr "" -#: config/tc-arm.c:8465 +#: config/tc-arm.c:8466 msgid "source register same as write-back base" msgstr "" -#: config/tc-arm.c:8515 +#: config/tc-arm.c:8516 msgid "use of PC in this instruction is deprecated" msgstr "" -#: config/tc-arm.c:8538 +#: config/tc-arm.c:8539 msgid "instruction does not accept scaled register index" msgstr "" -#: config/tc-arm.c:8843 +#: config/tc-arm.c:8844 msgid "invalid pseudo operation" msgstr "" -#: config/tc-arm.c:9083 +#: config/tc-arm.c:9084 msgid "invalid co-processor operand" msgstr "" -#: config/tc-arm.c:9099 +#: config/tc-arm.c:9100 msgid "instruction does not support unindexed addressing" msgstr "" -#: config/tc-arm.c:9114 +#: config/tc-arm.c:9115 msgid "pc may not be used with write-back" msgstr "" -#: config/tc-arm.c:9119 +#: config/tc-arm.c:9120 msgid "instruction does not support writeback" msgstr "" -#: config/tc-arm.c:9225 +#: config/tc-arm.c:9226 msgid "Rn must not overlap other operands" msgstr "" -#: config/tc-arm.c:9230 +#: config/tc-arm.c:9231 msgid "swp{b} use is obsoleted for ARMv8 and later" msgstr "" -#: config/tc-arm.c:9233 +#: config/tc-arm.c:9234 msgid "swp{b} use is deprecated for ARMv6 and ARMv7" msgstr "" -#: config/tc-arm.c:9352 config/tc-arm.c:9371 config/tc-arm.c:9384 -#: config/tc-arm.c:12027 config/tc-arm.c:12058 config/tc-arm.c:12080 +#: config/tc-arm.c:9353 config/tc-arm.c:9372 config/tc-arm.c:9385 +#: config/tc-arm.c:12028 config/tc-arm.c:12059 config/tc-arm.c:12081 msgid "bit-field extends past end of register" msgstr "" -#: config/tc-arm.c:9414 +#: config/tc-arm.c:9415 msgid "the only valid suffixes here are '(plt)' and '(tlscall)'" msgstr "" -#: config/tc-arm.c:9467 +#: config/tc-arm.c:9468 msgid "use of r15 in blx in ARM mode is not really useful" msgstr "" -#: config/tc-arm.c:9489 +#: config/tc-arm.c:9490 msgid "use of r15 in bx in ARM mode is not really useful" msgstr "" -#: config/tc-arm.c:9515 +#: config/tc-arm.c:9516 msgid "use of r15 in bxj is not really useful" msgstr "" -#: config/tc-arm.c:9563 +#: config/tc-arm.c:9564 msgid "This coprocessor register access is deprecated in ARMv8" msgstr "" -#: config/tc-arm.c:9771 config/tc-arm.c:9780 +#: config/tc-arm.c:9772 config/tc-arm.c:9781 msgid "writeback of base register is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:9774 +#: config/tc-arm.c:9775 msgid "writeback of base register when in register list is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:9784 +#: config/tc-arm.c:9785 msgid "if writeback register is in list, it must be the lowest reg in the list" msgstr "" -#: config/tc-arm.c:9821 +#: config/tc-arm.c:9822 msgid "first transfer register must be even" msgstr "" -#: config/tc-arm.c:9824 +#: config/tc-arm.c:9825 msgid "can only transfer two consecutive registers" msgstr "" @@ -4022,1421 +4030,1425 @@ 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:9825 config/tc-arm.c:9895 config/tc-arm.c:10626 -#: config/tc-arm.c:12902 +#: config/tc-arm.c:9826 config/tc-arm.c:9896 config/tc-arm.c:10627 +#: config/tc-arm.c:12903 msgid "r14 not allowed here" msgstr "" -#: config/tc-arm.c:9837 +#: config/tc-arm.c:9838 msgid "base register written back, and overlaps second transfer register" msgstr "" -#: config/tc-arm.c:9847 +#: config/tc-arm.c:9848 msgid "index register overlaps transfer register" msgstr "" -#: config/tc-arm.c:9876 config/tc-arm.c:10593 +#: config/tc-arm.c:9877 config/tc-arm.c:10594 msgid "offset must be zero in ARM encoding" msgstr "" -#: config/tc-arm.c:9889 config/tc-arm.c:10620 +#: config/tc-arm.c:9890 config/tc-arm.c:10621 msgid "even register required" msgstr "" -#: config/tc-arm.c:9892 +#: config/tc-arm.c:9893 msgid "can only load two consecutive registers" msgstr "" -#: config/tc-arm.c:9910 +#: config/tc-arm.c:9911 msgid "ldr to register 15 must be 4-byte aligned" msgstr "" -#: config/tc-arm.c:9933 config/tc-arm.c:9965 +#: config/tc-arm.c:9934 config/tc-arm.c:9966 msgid "this instruction requires a post-indexed address" msgstr "" -#: config/tc-arm.c:9992 +#: config/tc-arm.c:9993 msgid "Rd and Rm should be different in mla" msgstr "" -#: config/tc-arm.c:10019 config/tc-arm.c:13277 +#: config/tc-arm.c:10020 config/tc-arm.c:13278 msgid ":lower16: not allowed in this instruction" msgstr "" -#: config/tc-arm.c:10021 config/tc-arm.c:13282 +#: config/tc-arm.c:10022 config/tc-arm.c:13283 msgid ":upper16: not allowed in this instruction" msgstr "" -#: config/tc-arm.c:10038 +#: config/tc-arm.c:10039 msgid "operand 1 must be FPSCR" msgstr "" -#: config/tc-arm.c:10091 config/tc-arm.c:10100 config/tc-arm.c:10154 -#: config/tc-arm.c:10163 +#: config/tc-arm.c:10092 config/tc-arm.c:10101 config/tc-arm.c:10155 +#: config/tc-arm.c:10164 msgid "selected processor does not support instruction" msgstr "" -#: config/tc-arm.c:10103 config/tc-arm.c:10166 +#: config/tc-arm.c:10104 config/tc-arm.c:10167 msgid "accessing MVE system register without MVE is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:10194 config/tc-arm.c:13396 +#: config/tc-arm.c:10195 config/tc-arm.c:13397 msgid "bad register for mrs" msgstr "" -#: config/tc-arm.c:10201 config/tc-arm.c:13420 +#: config/tc-arm.c:10202 config/tc-arm.c:13421 msgid "'APSR', 'CPSR' or 'SPSR' expected" msgstr "" -#: config/tc-arm.c:10242 +#: config/tc-arm.c:10243 msgid "Rd and Rm should be different in mul" msgstr "" -#: config/tc-arm.c:10261 config/tc-arm.c:10538 config/tc-arm.c:13559 +#: config/tc-arm.c:10262 config/tc-arm.c:10539 config/tc-arm.c:13560 msgid "rdhi and rdlo must be different" msgstr "" -#: config/tc-arm.c:10267 +#: config/tc-arm.c:10268 msgid "rdhi, rdlo and rm must all be different" msgstr "" -#: config/tc-arm.c:10333 +#: config/tc-arm.c:10334 msgid "'[' expected after PLD mnemonic" msgstr "" -#: config/tc-arm.c:10335 config/tc-arm.c:10350 +#: config/tc-arm.c:10336 config/tc-arm.c:10351 msgid "post-indexed expression used in preload instruction" msgstr "" -#: config/tc-arm.c:10337 config/tc-arm.c:10352 +#: config/tc-arm.c:10338 config/tc-arm.c:10353 msgid "writeback used in preload instruction" msgstr "" -#: config/tc-arm.c:10339 config/tc-arm.c:10354 +#: config/tc-arm.c:10340 config/tc-arm.c:10355 msgid "unindexed addressing used in preload instruction" msgstr "" -#: config/tc-arm.c:10348 +#: config/tc-arm.c:10349 msgid "'[' expected after PLI mnemonic" msgstr "" -#: config/tc-arm.c:10363 config/tc-arm.c:13728 +#: config/tc-arm.c:10364 config/tc-arm.c:13729 msgid "push/pop do not support {reglist}^" msgstr "" -#: config/tc-arm.c:10441 config/tc-arm.c:13905 +#: config/tc-arm.c:10442 config/tc-arm.c:13906 msgid "setend use is deprecated for ARMv8" msgstr "" -#: config/tc-arm.c:10462 config/tc-arm.c:13966 config/tc-arm.c:13998 -#: config/tc-arm.c:14041 +#: config/tc-arm.c:10463 config/tc-arm.c:13967 config/tc-arm.c:13999 +#: config/tc-arm.c:14042 msgid "extraneous shift as part of operand to shift insn" msgstr "" -#: config/tc-arm.c:10472 config/tc-arm.c:14104 +#: config/tc-arm.c:10473 config/tc-arm.c:14105 msgid "immediate too large (bigger than 0xF)" msgstr "" -#: config/tc-arm.c:10496 config/tc-arm.c:10505 +#: config/tc-arm.c:10497 config/tc-arm.c:10506 msgid "selected processor does not support SETPAN instruction" msgstr "" -#: config/tc-arm.c:10564 +#: config/tc-arm.c:10565 msgid "SRS base register must be r13" msgstr "" -#: config/tc-arm.c:10623 +#: config/tc-arm.c:10624 msgid "can only store two consecutive registers" msgstr "" -#: config/tc-arm.c:10745 config/tc-arm.c:10766 +#: config/tc-arm.c:10746 config/tc-arm.c:10767 msgid "only two consecutive VFP SP registers allowed here" msgstr "" -#: config/tc-arm.c:10794 config/tc-arm.c:10809 +#: config/tc-arm.c:10795 config/tc-arm.c:10810 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:10938 +#: config/tc-arm.c:10939 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:10945 +#: config/tc-arm.c:10946 msgid "immediate value out of range, expected range [1, 32]" msgstr "" -#: config/tc-arm.c:11011 +#: config/tc-arm.c:11012 msgid "this instruction does not support indexing" msgstr "" -#: config/tc-arm.c:11034 +#: config/tc-arm.c:11035 msgid "only r15 allowed here" msgstr "" -#: config/tc-arm.c:11169 +#: config/tc-arm.c:11170 msgid "immediate operand requires iWMMXt2" msgstr "" -#: config/tc-arm.c:11313 +#: config/tc-arm.c:11314 msgid "shift by register not allowed in thumb mode" msgstr "" -#: config/tc-arm.c:11325 config/tc-arm.c:14150 config/tc-arm.c:28699 +#: config/tc-arm.c:11326 config/tc-arm.c:14151 config/tc-arm.c:28708 msgid "shift expression is too large" msgstr "" -#: config/tc-arm.c:11358 +#: config/tc-arm.c:11359 msgid "cannot use register index with this instruction" msgstr "" -#: config/tc-arm.c:11360 +#: config/tc-arm.c:11361 msgid "Thumb does not support negative register indexing" msgstr "" -#: config/tc-arm.c:11362 +#: config/tc-arm.c:11363 msgid "Thumb does not support register post-indexing" msgstr "" -#: config/tc-arm.c:11364 +#: config/tc-arm.c:11365 msgid "Thumb does not support register indexing with writeback" msgstr "" -#: config/tc-arm.c:11366 +#: config/tc-arm.c:11367 msgid "Thumb supports only LSL in shifted register indexing" msgstr "" -#: config/tc-arm.c:11375 config/tc-arm.c:19881 +#: config/tc-arm.c:11376 config/tc-arm.c:19882 msgid "shift out of range" msgstr "" -#: config/tc-arm.c:11384 +#: config/tc-arm.c:11385 msgid "cannot use writeback with this instruction" msgstr "" -#: config/tc-arm.c:11405 +#: config/tc-arm.c:11406 msgid "cannot use post-indexing with PC-relative addressing" msgstr "" -#: config/tc-arm.c:11406 +#: config/tc-arm.c:11407 msgid "cannot use post-indexing with this instruction" msgstr "" -#: config/tc-arm.c:11652 +#: config/tc-arm.c:11639 +msgid "cannot honor width suffix" +msgstr "" + +#: config/tc-arm.c:11653 msgid "only SUBS PC, LR, #const allowed" msgstr "" -#: config/tc-arm.c:11735 config/tc-arm.c:11895 config/tc-arm.c:11992 -#: config/tc-arm.c:13357 config/tc-arm.c:13665 +#: config/tc-arm.c:11736 config/tc-arm.c:11896 config/tc-arm.c:11993 +#: config/tc-arm.c:13358 config/tc-arm.c:13666 msgid "shift must be constant" msgstr "" -#: config/tc-arm.c:11740 +#: config/tc-arm.c:11741 msgid "shift value over 3 not allowed in thumb mode" msgstr "" -#: config/tc-arm.c:11742 +#: config/tc-arm.c:11743 msgid "only LSL shift allowed in thumb mode" msgstr "" -#: config/tc-arm.c:11766 config/tc-arm.c:11910 config/tc-arm.c:12007 -#: config/tc-arm.c:13370 +#: config/tc-arm.c:11767 config/tc-arm.c:11911 config/tc-arm.c:12008 +#: config/tc-arm.c:13371 msgid "unshifted register required" msgstr "" -#: config/tc-arm.c:11781 config/tc-arm.c:12018 config/tc-arm.c:13520 +#: config/tc-arm.c:11782 config/tc-arm.c:12019 config/tc-arm.c:13521 msgid "dest must overlap one source register" msgstr "" -#: config/tc-arm.c:11913 config/tc-csky.c:6003 +#: config/tc-arm.c:11914 config/tc-csky.c:6003 msgid "dest and source1 must be the same register" msgstr "" -#: config/tc-arm.c:12153 +#: config/tc-arm.c:12154 msgid "" "selected architecture does not support wide conditional branch instruction" msgstr "" -#: config/tc-arm.c:12186 +#: config/tc-arm.c:12187 msgid "instruction is always unconditional" msgstr "" -#: config/tc-arm.c:12361 +#: config/tc-arm.c:12362 msgid "selected processor does not support 'A' form of this instruction" msgstr "" -#: config/tc-arm.c:12364 +#: config/tc-arm.c:12365 msgid "Thumb does not support the 2-argument form of this instruction" msgstr "" -#: config/tc-arm.c:12489 +#: config/tc-arm.c:12490 msgid "SP not allowed in register list" msgstr "" -#: config/tc-arm.c:12493 config/tc-arm.c:12600 +#: config/tc-arm.c:12494 config/tc-arm.c:12601 msgid "" "having the base register in the register list when using write back is " "UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:12501 +#: config/tc-arm.c:12502 msgid "LR and PC should not both be in register list" msgstr "" -#: config/tc-arm.c:12509 +#: config/tc-arm.c:12510 msgid "PC not allowed in register list" msgstr "" -#: config/tc-arm.c:12552 +#: config/tc-arm.c:12553 msgid "Thumb load/store multiple does not support {reglist}^" msgstr "" -#: config/tc-arm.c:12577 config/tc-arm.c:12655 +#: config/tc-arm.c:12578 config/tc-arm.c:12656 #, c-format msgid "value stored for r%d is UNKNOWN" msgstr "" -#: config/tc-arm.c:12648 +#: config/tc-arm.c:12649 msgid "Thumb-2 instruction only valid in unified syntax" msgstr "" -#: config/tc-arm.c:12652 config/tc-arm.c:12662 +#: config/tc-arm.c:12653 config/tc-arm.c:12663 msgid "this instruction will write back the base register" msgstr "" -#: config/tc-arm.c:12665 +#: config/tc-arm.c:12666 msgid "this instruction will not write back the base register" msgstr "" -#: config/tc-arm.c:12696 +#: config/tc-arm.c:12697 msgid "r14 not allowed as first register when second register is omitted" msgstr "" -#: config/tc-arm.c:12796 +#: config/tc-arm.c:12797 msgid "" "This instruction may be unpredictable if executed on M-profile cores with " "interrupts enabled." msgstr "" -#: config/tc-arm.c:12825 config/tc-arm.c:12838 config/tc-arm.c:12874 +#: config/tc-arm.c:12826 config/tc-arm.c:12839 config/tc-arm.c:12875 msgid "Thumb does not support this addressing mode" msgstr "" -#: config/tc-arm.c:12842 +#: config/tc-arm.c:12843 msgid "byte or halfword not valid for base register" msgstr "" -#: config/tc-arm.c:12845 +#: config/tc-arm.c:12846 msgid "r15 based store not allowed" msgstr "" -#: config/tc-arm.c:12847 +#: config/tc-arm.c:12848 msgid "invalid base register for register offset" msgstr "" -#: config/tc-arm.c:12904 +#: config/tc-arm.c:12905 msgid "r12 not allowed here" msgstr "" -#: config/tc-arm.c:12910 +#: config/tc-arm.c:12911 msgid "base register written back, and overlaps one of transfer registers" msgstr "" -#: config/tc-arm.c:13038 +#: config/tc-arm.c:13039 #, 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:13233 +#: config/tc-arm.c:13234 msgid "shifts in CMP/MOV instructions are only supported in unified syntax" msgstr "" -#: config/tc-arm.c:13261 +#: config/tc-arm.c:13262 msgid "only lo regs allowed with immediate" msgstr "" -#: config/tc-arm.c:13438 +#: config/tc-arm.c:13439 msgid "Thumb encoding does not support an immediate here" msgstr "" -#: config/tc-arm.c:13525 +#: config/tc-arm.c:13526 msgid "Thumb-2 MUL must not set flags" msgstr "" -#: config/tc-arm.c:13590 +#: config/tc-arm.c:13591 msgid "Thumb does not support NOP with hints" msgstr "" -#: config/tc-arm.c:13750 config/tc-arm.c:13762 +#: config/tc-arm.c:13751 config/tc-arm.c:13763 msgid "invalid register list to push/pop instruction" msgstr "" -#: config/tc-arm.c:14025 +#: config/tc-arm.c:14026 msgid "source1 and dest must be same register" msgstr "" -#: config/tc-arm.c:14050 +#: config/tc-arm.c:14051 msgid "ror #imm not supported" msgstr "" -#: config/tc-arm.c:14101 +#: config/tc-arm.c:14102 msgid "SMC is not permitted on this architecture" msgstr "" -#: config/tc-arm.c:14267 +#: config/tc-arm.c:14268 msgid "Thumb encoding does not support rotation" msgstr "" -#: config/tc-arm.c:14287 +#: config/tc-arm.c:14288 msgid "instruction requires register index" msgstr "" -#: config/tc-arm.c:14297 +#: config/tc-arm.c:14298 msgid "instruction does not allow shifted index" msgstr "" -#: config/tc-arm.c:14453 config/tc-arm.c:29843 +#: config/tc-arm.c:14454 config/tc-arm.c:29852 msgid "out of range label-relative fixup value" msgstr "" -#: config/tc-arm.c:14777 +#: config/tc-arm.c:14778 msgid "invalid neon suffix for non neon instruction" msgstr "" -#: config/tc-arm.c:15172 config/tc-arm.c:15525 config/tc-arm.c:17010 -#: config/tc-arm.c:17090 config/tc-arm.c:17147 config/tc-arm.c:19028 -#: config/tc-arm.c:21211 config/tc-arm.c:21398 +#: config/tc-arm.c:15173 config/tc-arm.c:15526 config/tc-arm.c:17011 +#: config/tc-arm.c:17091 config/tc-arm.c:17148 config/tc-arm.c:19029 +#: config/tc-arm.c:21212 config/tc-arm.c:21399 msgid "invalid instruction shape" msgstr "" -#: config/tc-arm.c:15424 +#: config/tc-arm.c:15425 msgid "types specified in both the mnemonic and operands" msgstr "" -#: config/tc-arm.c:15461 +#: config/tc-arm.c:15462 msgid "operand types can't be inferred" msgstr "" -#: config/tc-arm.c:15467 +#: config/tc-arm.c:15468 msgid "type specifier has the wrong number of parts" msgstr "" -#: config/tc-arm.c:15553 config/tc-arm.c:19299 config/tc-arm.c:19306 +#: config/tc-arm.c:15554 config/tc-arm.c:19300 config/tc-arm.c:19307 msgid "operand size must match register width" msgstr "" -#: config/tc-arm.c:15575 +#: config/tc-arm.c:15576 msgid "inconsistent types in Neon instruction" msgstr "" -#: config/tc-arm.c:15996 +#: config/tc-arm.c:15997 msgid "Type is not allowed for this instruction" msgstr "" -#: config/tc-arm.c:16071 +#: config/tc-arm.c:16072 msgid "MVE vector or ARM register expected" msgstr "" -#: config/tc-arm.c:16188 +#: config/tc-arm.c:16189 msgid "immediate must be either 1, 2, 4 or 8" msgstr "" -#: config/tc-arm.c:16345 +#: config/tc-arm.c:16346 msgid "immediate operand expected in the range [1,8]" msgstr "" -#: config/tc-arm.c:16346 +#: config/tc-arm.c:16347 msgid "immediate operand expected in the range [1,16]" msgstr "" -#: config/tc-arm.c:16488 +#: config/tc-arm.c:16489 msgid "expected LR" msgstr "" -#: config/tc-arm.c:16987 config/tc-arm.c:17067 config/tc-arm.c:18664 -#: config/tc-arm.c:20498 +#: config/tc-arm.c:16988 config/tc-arm.c:17068 config/tc-arm.c:18665 +#: config/tc-arm.c:20499 msgid "immediate out of range for shift" msgstr "" -#: config/tc-arm.c:17281 +#: config/tc-arm.c:17282 msgid "first and second operands shall be the same register" msgstr "" -#: config/tc-arm.c:17395 config/tc-arm.c:17457 +#: config/tc-arm.c:17396 config/tc-arm.c:17458 msgid "destination register and offset register may not be the same" msgstr "" -#: config/tc-arm.c:17407 config/tc-arm.c:17526 +#: config/tc-arm.c:17408 config/tc-arm.c:17527 msgid "immediate must be a multiple of 4 in the range of +/-[0,508]" msgstr "" -#: config/tc-arm.c:17409 +#: config/tc-arm.c:17410 msgid "immediate must be a multiple of 8 in the range of +/-[0,1016]" msgstr "" -#: config/tc-arm.c:17430 +#: config/tc-arm.c:17431 msgid "can not shift offsets when accessing less than half-word" msgstr "" -#: config/tc-arm.c:17432 +#: config/tc-arm.c:17433 msgid "" "shift immediate must be 1, 2 or 3 for half-word, word or double-word " "accesses respectively" msgstr "" -#: config/tc-arm.c:17519 +#: config/tc-arm.c:17520 msgid "immediate must be in the range of +/-[0,127]" msgstr "" -#: config/tc-arm.c:17522 +#: config/tc-arm.c:17523 msgid "immediate must be a multiple of 2 in the range of +/-[0,254]" msgstr "" -#: config/tc-arm.c:17536 config/tc-arm.c:18362 +#: config/tc-arm.c:17537 config/tc-arm.c:18363 msgid "MVE vector register in the range [Q0..Q7] expected" msgstr "" -#: config/tc-arm.c:17852 config/tc-arm.c:19720 +#: config/tc-arm.c:17853 config/tc-arm.c:19721 msgid "scalar out of range for multiply instruction" msgstr "" -#: config/tc-arm.c:17940 +#: config/tc-arm.c:17941 msgid "index must be in the range 0 to 3" msgstr "" -#: config/tc-arm.c:17943 +#: config/tc-arm.c:17944 msgid "indexed register must be less than 8" msgstr "" -#: config/tc-arm.c:18144 config/tc-arm.c:21462 +#: config/tc-arm.c:18145 config/tc-arm.c:21463 msgid "" "Warning: 32-bit element size and same first and third operand makes " "instruction UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:18503 +#: config/tc-arm.c:18504 msgid "instruction form not available on this architecture." msgstr "" -#: config/tc-arm.c:18506 +#: config/tc-arm.c:18507 msgid "this instruction implies use of ARMv8.1 AdvSIMD." msgstr "" -#: config/tc-arm.c:18613 config/tc-arm.c:18638 +#: config/tc-arm.c:18614 config/tc-arm.c:18639 msgid "immediate out of range for insert" msgstr "" -#: config/tc-arm.c:18785 +#: config/tc-arm.c:18786 msgid "immediate out of range for narrowing operation" msgstr "" -#: config/tc-arm.c:18932 +#: config/tc-arm.c:18933 msgid "operands 0 and 1 must be the same register" msgstr "" -#: config/tc-arm.c:19038 config/tc-arm.c:21310 +#: config/tc-arm.c:19039 config/tc-arm.c:21311 msgid "invalid rounding mode" msgstr "" -#: config/tc-arm.c:19510 +#: config/tc-arm.c:19511 msgid "operand size must be specified for immediate VMOV" msgstr "" -#: config/tc-arm.c:19520 +#: config/tc-arm.c:19521 msgid "immediate has bits set outside the operand size" msgstr "" -#: config/tc-arm.c:19755 +#: config/tc-arm.c:19756 msgid "" "vfmal/vfmsl with FP16 type cannot be conditional, the behaviour is " "UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:19863 +#: config/tc-arm.c:19864 msgid "Instruction form not available on this architecture." msgstr "" -#: config/tc-arm.c:19917 +#: config/tc-arm.c:19918 msgid "" "Warning: 64-bit element size and same destination and source operands makes " "instruction UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:19922 +#: config/tc-arm.c:19923 msgid "elements must be smaller than reversal region" msgstr "" -#: config/tc-arm.c:20014 +#: config/tc-arm.c:20015 msgid "Index one must be [2,3] and index two must be two less than index one." msgstr "" -#: config/tc-arm.c:20017 -msgid "General purpose registers may not be the same" +#: config/tc-arm.c:20018 +msgid "Destination registers may not be the same" msgstr "" -#: config/tc-arm.c:20215 config/tc-arm.c:20298 +#: config/tc-arm.c:20216 config/tc-arm.c:20299 msgid "bad type for scalar" msgstr "" -#: config/tc-arm.c:20354 +#: config/tc-arm.c:20355 msgid "" "immediate constant is valid both as a bit-pattern and a floating point value " "(using the fp value)" msgstr "" -#: config/tc-arm.c:20406 config/tc-arm.c:20417 +#: config/tc-arm.c:20407 config/tc-arm.c:20418 msgid "VFP registers must be adjacent" msgstr "" -#: config/tc-arm.c:20507 +#: config/tc-arm.c:20508 msgid "invalid suffix" msgstr "" -#: config/tc-arm.c:20661 +#: config/tc-arm.c:20662 msgid "bad list length for table lookup" msgstr "" -#: config/tc-arm.c:20694 +#: config/tc-arm.c:20695 msgid "writeback (!) must be used for VLDMDB and VSTMDB" msgstr "" -#: config/tc-arm.c:20697 config/tc-arm.c:20722 config/tc-arm.c:20743 +#: config/tc-arm.c:20698 config/tc-arm.c:20723 config/tc-arm.c:20744 msgid "register list must contain at least 1 and at most 16 registers" msgstr "" -#: config/tc-arm.c:20765 config/tc-arm.c:20798 +#: config/tc-arm.c:20766 config/tc-arm.c:20799 msgid "Use of PC here is UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:20767 +#: config/tc-arm.c:20768 msgid "Use of PC here is deprecated" msgstr "" -#: config/tc-arm.c:20801 +#: config/tc-arm.c:20802 msgid "instruction does not accept register index" msgstr "" -#: config/tc-arm.c:20804 +#: config/tc-arm.c:20805 msgid "instruction does not accept PC-relative addressing" msgstr "" -#: config/tc-arm.c:20826 config/tc-arm.c:20835 +#: config/tc-arm.c:20827 config/tc-arm.c:20836 msgid "Instruction not permitted on this architecture" msgstr "" -#: config/tc-arm.c:20884 +#: config/tc-arm.c:20885 msgid "bad alignment" msgstr "" -#: config/tc-arm.c:20901 +#: config/tc-arm.c:20902 msgid "bad list type for instruction" msgstr "" -#: config/tc-arm.c:20945 +#: config/tc-arm.c:20946 msgid "unsupported alignment for instruction" msgstr "" -#: config/tc-arm.c:20964 config/tc-arm.c:21058 config/tc-arm.c:21070 -#: config/tc-arm.c:21080 config/tc-arm.c:21094 +#: config/tc-arm.c:20965 config/tc-arm.c:21059 config/tc-arm.c:21071 +#: config/tc-arm.c:21081 config/tc-arm.c:21095 msgid "bad list length" msgstr "" -#: config/tc-arm.c:20969 +#: config/tc-arm.c:20970 msgid "stride of 2 unavailable when element size is 8" msgstr "" -#: config/tc-arm.c:21002 config/tc-arm.c:21078 +#: config/tc-arm.c:21003 config/tc-arm.c:21079 msgid "can't use alignment with this instruction" msgstr "" -#: config/tc-arm.c:21150 +#: config/tc-arm.c:21151 msgid "post-index must be a register" msgstr "" -#: config/tc-arm.c:21152 +#: config/tc-arm.c:21153 msgid "bad register for post-index" msgstr "" -#: config/tc-arm.c:21374 +#: config/tc-arm.c:21375 msgid "scalar out of range" msgstr "" -#: config/tc-arm.c:21507 +#: config/tc-arm.c:21508 msgid "" "Dot Product instructions cannot be conditional, the behaviour is " "UNPREDICTABLE" msgstr "" -#: config/tc-arm.c:21582 config/tc-arm.c:21610 config/tc-arm.c:22292 +#: config/tc-arm.c:21583 config/tc-arm.c:21611 config/tc-arm.c:22293 msgid "index must be 0 or 1" msgstr "" -#: config/tc-arm.c:21585 config/tc-arm.c:21613 config/tc-arm.c:22295 +#: config/tc-arm.c:21586 config/tc-arm.c:21614 config/tc-arm.c:22296 msgid "indexed register must be less than 16" msgstr "" -#: config/tc-arm.c:21651 +#: config/tc-arm.c:21652 msgid "Register must be r0-r14 except r13, or APSR_nzcv." msgstr "" -#: config/tc-arm.c:21654 +#: config/tc-arm.c:21655 msgid "Register must be an even register between r0-r10." msgstr "" -#: config/tc-arm.c:21679 +#: config/tc-arm.c:21680 msgid "CDE Coprocessor must be in range 0-7" msgstr "" -#: config/tc-arm.c:21713 +#: config/tc-arm.c:21714 msgid "cx1d requires consecutive destination registers." msgstr "" -#: config/tc-arm.c:21743 +#: config/tc-arm.c:21744 msgid "cx2d requires consecutive destination registers." msgstr "" -#: config/tc-arm.c:21782 +#: config/tc-arm.c:21783 msgid "cx3d requires consecutive destination registers." msgstr "" -#: config/tc-arm.c:21974 +#: config/tc-arm.c:21975 msgid "'q' register must be in range 0-7" msgstr "" -#: config/tc-arm.c:21977 +#: config/tc-arm.c:21978 msgid "'d' register must be in range 0-15" msgstr "" -#: config/tc-arm.c:21979 +#: config/tc-arm.c:21980 msgid "'s' register must be in range 0-31" msgstr "" -#: config/tc-arm.c:22034 +#: config/tc-arm.c:22035 msgid "vcx instructions with Q registers require MVE" msgstr "" -#: config/tc-arm.c:22039 +#: config/tc-arm.c:22040 msgid "" "vcx instructions with S or D registers require either MVE or Armv8-M " "floating point extension." msgstr "" -#: config/tc-arm.c:22055 +#: config/tc-arm.c:22056 msgid "vcx1 with S or D registers takes immediate within 0-2047" msgstr "" -#: config/tc-arm.c:22071 +#: config/tc-arm.c:22072 msgid "vcx2 with S or D registers takes immediate within 0-63" msgstr "" -#: config/tc-arm.c:22086 +#: config/tc-arm.c:22087 msgid "vcx2 with S or D registers takes immediate within 0-7" msgstr "" -#: config/tc-arm.c:22646 config/tc-arm.c:22750 +#: config/tc-arm.c:22647 config/tc-arm.c:22751 msgid "conditional infixes are deprecated in unified syntax" msgstr "" -#: config/tc-arm.c:22961 +#: config/tc-arm.c:22962 msgid "Warning: conditional outside an IT block for Thumb." msgstr "" -#: config/tc-arm.c:23289 +#: config/tc-arm.c:23290 msgid "Short branches, Undefined, SVC, LDM/STM" msgstr "" -#: config/tc-arm.c:23290 +#: config/tc-arm.c:23291 msgid "Miscellaneous 16-bit instructions" msgstr "" -#: config/tc-arm.c:23291 +#: config/tc-arm.c:23292 msgid "ADR" msgstr "" -#: config/tc-arm.c:23292 +#: config/tc-arm.c:23293 msgid "Literal loads" msgstr "" -#: config/tc-arm.c:23293 +#: config/tc-arm.c:23294 msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc" msgstr "" -#: config/tc-arm.c:23294 +#: config/tc-arm.c:23295 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:23297 +#: config/tc-arm.c:23298 msgid "ADD/SUB sp, sp #imm" msgstr "" -#: config/tc-arm.c:23319 +#: config/tc-arm.c:23320 msgid "" "IT blocks containing 32-bit Thumb instructions are performance deprecated in " "ARMv8-A and ARMv8-R" msgstr "" -#: config/tc-arm.c:23331 +#: config/tc-arm.c:23332 #, 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:23345 +#: config/tc-arm.c:23346 msgid "" "IT blocks containing more than one conditional instruction are performance " "deprecated in ARMv8-A and ARMv8-R" msgstr "" -#: config/tc-arm.c:23463 +#: config/tc-arm.c:23464 #, c-format msgid "bad instruction `%s'" msgstr "" -#: config/tc-arm.c:23469 +#: config/tc-arm.c:23470 msgid "s suffix on comparison instruction is deprecated" msgstr "" -#: config/tc-arm.c:23489 +#: config/tc-arm.c:23490 msgid "SVC is not permitted on this architecture" msgstr "" -#: config/tc-arm.c:23491 +#: config/tc-arm.c:23492 #, c-format msgid "selected processor does not support `%s' in Thumb mode" msgstr "" -#: config/tc-arm.c:23497 +#: config/tc-arm.c:23498 msgid "Thumb does not support conditional execution" msgstr "" -#: config/tc-arm.c:23517 +#: config/tc-arm.c:23518 #, c-format msgid "" "selected processor does not support 32bit wide variant of instruction `%s'" msgstr "" -#: config/tc-arm.c:23520 +#: config/tc-arm.c:23521 #, c-format msgid "selected processor does not support `%s' in Thumb-2 mode" msgstr "" -#: config/tc-arm.c:23545 +#: config/tc-arm.c:23546 #, c-format msgid "cannot honor width suffix -- `%s'" msgstr "" -#: config/tc-arm.c:23587 +#: config/tc-arm.c:23588 #, c-format msgid "selected processor does not support `%s' in ARM mode" msgstr "" -#: config/tc-arm.c:23592 +#: config/tc-arm.c:23593 #, c-format msgid "width suffixes are invalid in ARM mode -- `%s'" msgstr "" -#: config/tc-arm.c:23625 +#: config/tc-arm.c:23626 #, c-format msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'" msgstr "" -#: config/tc-arm.c:23643 +#: config/tc-arm.c:23644 #, c-format msgid "section '%s' finished with an open IT block." msgstr "" -#: config/tc-arm.c:23646 +#: config/tc-arm.c:23647 #, c-format msgid "section '%s' finished with an open VPT/VPST block." msgstr "" -#: config/tc-arm.c:23653 +#: config/tc-arm.c:23654 msgid "file finished with an open IT block." msgstr "" -#: config/tc-arm.c:23655 +#: config/tc-arm.c:23656 msgid "file finished with an open VPT/VPST block." msgstr "" -#: config/tc-arm.c:27343 +#: config/tc-arm.c:27353 #, c-format msgid "alignments greater than %d bytes not supported in .text sections." msgstr "" -#: config/tc-arm.c:27610 config/tc-ia64.c:3594 +#: config/tc-arm.c:27619 config/tc-ia64.c:3590 #, c-format msgid "Group section `%s' has no group signature" msgstr "" -#: config/tc-arm.c:27656 +#: config/tc-arm.c:27665 msgid "handlerdata in cantunwind frame" msgstr "" -#: config/tc-arm.c:27673 +#: config/tc-arm.c:27682 msgid "too many unwind opcodes for personality routine 0" msgstr "" -#: config/tc-arm.c:27704 +#: config/tc-arm.c:27713 msgid "attempt to recreate an unwind entry" msgstr "" -#: config/tc-arm.c:27714 +#: config/tc-arm.c:27723 msgid "too many unwind opcodes" msgstr "" -#: config/tc-arm.c:28014 +#: config/tc-arm.c:28023 #, c-format msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s" msgstr "" -#: config/tc-arm.c:28378 config/tc-arm.c:28446 +#: config/tc-arm.c:28387 config/tc-arm.c:28455 #, c-format msgid "symbol %s is in a different section" msgstr "" -#: config/tc-arm.c:28380 config/tc-arm.c:28448 +#: config/tc-arm.c:28389 config/tc-arm.c:28457 #, c-format msgid "symbol %s is weak and may be overridden later" msgstr "" -#: config/tc-arm.c:28425 config/tc-arm.c:28797 +#: config/tc-arm.c:28434 config/tc-arm.c:28806 #, c-format msgid "invalid constant (%lx) after fixup" msgstr "" -#: config/tc-arm.c:28481 +#: config/tc-arm.c:28490 #, c-format msgid "unable to compute ADRL instructions for PC offset of 0x%lx" msgstr "" -#: config/tc-arm.c:28517 config/tc-arm.c:28547 +#: config/tc-arm.c:28526 config/tc-arm.c:28556 msgid "invalid literal constant: pool needs to be closer" msgstr "" -#: config/tc-arm.c:28520 config/tc-arm.c:28569 +#: config/tc-arm.c:28529 config/tc-arm.c:28578 #, c-format msgid "bad immediate value for offset (%ld)" msgstr "" -#: config/tc-arm.c:28550 +#: config/tc-arm.c:28559 #, c-format msgid "bad immediate value for 8-bit offset (%ld)" msgstr "" -#: config/tc-arm.c:28610 +#: config/tc-arm.c:28619 msgid "offset not a multiple of 4" msgstr "" -#: config/tc-arm.c:28813 +#: config/tc-arm.c:28822 msgid "invalid smc expression" msgstr "" -#: config/tc-arm.c:28823 +#: config/tc-arm.c:28832 msgid "invalid hvc expression" msgstr "" -#: config/tc-arm.c:28834 config/tc-arm.c:28843 +#: config/tc-arm.c:28843 config/tc-arm.c:28852 msgid "invalid swi expression" msgstr "" -#: config/tc-arm.c:28853 +#: config/tc-arm.c:28862 msgid "invalid expression in load/store multiple" msgstr "" -#: config/tc-arm.c:28915 +#: config/tc-arm.c:28924 #, c-format msgid "blx to '%s' an ARM ISA state function changed to bl" msgstr "" -#: config/tc-arm.c:28934 +#: config/tc-arm.c:28943 msgid "misaligned branch destination" msgstr "" -#: config/tc-arm.c:29055 +#: config/tc-arm.c:29064 #, c-format msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl" msgstr "" -#: config/tc-arm.c:29104 +#: config/tc-arm.c:29113 msgid "Thumb2 branch out of range" msgstr "" -#: config/tc-arm.c:29156 config/tc-arm.c:29189 +#: config/tc-arm.c:29165 config/tc-arm.c:29198 msgid "Relocation supported only in FDPIC mode" msgstr "" -#: config/tc-arm.c:29219 +#: config/tc-arm.c:29228 msgid "rel31 relocation overflow" msgstr "" -#: config/tc-arm.c:29241 config/tc-arm.c:29247 config/tc-arm.c:29251 -#: config/tc-arm.c:29298 +#: config/tc-arm.c:29250 config/tc-arm.c:29256 config/tc-arm.c:29260 +#: config/tc-arm.c:29307 msgid "co-processor offset out of range" msgstr "" -#: config/tc-arm.c:29315 +#: config/tc-arm.c:29324 #, c-format msgid "invalid offset, target not word aligned (0x%08lX)" msgstr "" -#: config/tc-arm.c:29321 +#: config/tc-arm.c:29330 msgid "section does not have enough alignment to ensure safe PC-relative loads" msgstr "" -#: config/tc-arm.c:29325 config/tc-arm.c:29334 config/tc-arm.c:29342 -#: config/tc-arm.c:29350 config/tc-arm.c:29358 +#: config/tc-arm.c:29334 config/tc-arm.c:29343 config/tc-arm.c:29351 +#: config/tc-arm.c:29359 config/tc-arm.c:29367 #, c-format msgid "invalid offset, value too big (0x%08lX)" msgstr "" -#: config/tc-arm.c:29399 +#: config/tc-arm.c:29408 msgid "invalid Hi register with immediate" msgstr "" -#: config/tc-arm.c:29415 +#: config/tc-arm.c:29424 msgid "invalid immediate for stack address calculation" msgstr "" -#: config/tc-arm.c:29434 +#: config/tc-arm.c:29443 msgid "address calculation needs a strongly defined nearby symbol" msgstr "" -#: config/tc-arm.c:29450 +#: config/tc-arm.c:29459 msgid "symbol too far away" msgstr "" -#: config/tc-arm.c:29462 +#: config/tc-arm.c:29471 #, c-format msgid "invalid immediate for address calculation (value = 0x%08lX)" msgstr "" -#: config/tc-arm.c:29492 +#: config/tc-arm.c:29501 #, c-format msgid "invalid immediate: %ld is out of range" msgstr "" -#: config/tc-arm.c:29504 +#: config/tc-arm.c:29513 #, c-format msgid "invalid shift value: %ld" msgstr "" -#: config/tc-arm.c:29574 config/tc-arm.c:29645 +#: config/tc-arm.c:29583 config/tc-arm.c:29654 #, c-format msgid "the offset 0x%08lX is not representable" msgstr "" -#: config/tc-arm.c:29606 +#: config/tc-arm.c:29615 #, c-format msgid "Unable to process relocation for thumb opcode: %lx" msgstr "" -#: config/tc-arm.c:29685 +#: config/tc-arm.c:29694 #, c-format msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)" msgstr "" -#: config/tc-arm.c:29724 +#: config/tc-arm.c:29733 #, c-format msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)" msgstr "" -#: config/tc-arm.c:29764 +#: config/tc-arm.c:29773 #, c-format msgid "bad offset 0x%08lX (must be word-aligned)" msgstr "" -#: config/tc-arm.c:29769 +#: config/tc-arm.c:29778 #, c-format msgid "bad offset 0x%08lX (must be an 8-bit number of words)" msgstr "" -#: config/tc-arm.c:29990 config/tc-score.c:7360 +#: config/tc-arm.c:29999 config/tc-score.c:7359 #, c-format msgid "bad relocation fixup type (%d)" msgstr "" -#: config/tc-arm.c:30108 +#: config/tc-arm.c:30117 msgid "literal referenced across section boundary" msgstr "" -#: config/tc-arm.c:30188 +#: config/tc-arm.c:30197 msgid "internal relocation (type: IMMEDIATE) not fixed up" msgstr "" -#: config/tc-arm.c:30193 +#: config/tc-arm.c:30202 msgid "ADRL used for a symbol not defined in the same file" msgstr "" -#: config/tc-arm.c:30200 +#: config/tc-arm.c:30209 #, c-format msgid "%s used for a symbol not defined in the same file" msgstr "" -#: config/tc-arm.c:30216 +#: config/tc-arm.c:30225 #, c-format msgid "undefined local label `%s'" msgstr "" -#: config/tc-arm.c:30222 +#: config/tc-arm.c:30231 msgid "internal_relocation (type: OFFSET_IMM) not fixed up" msgstr "" -#: config/tc-arm.c:30244 config/tc-cris.c:4000 config/tc-csky.c:1152 +#: config/tc-arm.c:30253 config/tc-cris.c:4000 config/tc-csky.c:1152 #: config/tc-ft32.c:709 config/tc-mcore.c:1929 config/tc-microblaze.c:2007 #: config/tc-mmix.c:2907 config/tc-moxie.c:823 config/tc-ns32k.c:2245 -#: config/tc-score.c:7447 +#: config/tc-score.c:7446 msgid "<unknown>" msgstr "" -#: config/tc-arm.c:30647 +#: config/tc-arm.c:30652 #, c-format msgid "%s: unexpected function type: %d" msgstr "" -#: config/tc-arm.c:30787 +#: config/tc-arm.c:30792 msgid "use of old and new-style options to set CPU type" msgstr "" -#: config/tc-arm.c:30806 +#: config/tc-arm.c:30811 msgid "use of old and new-style options to set FPU type" msgstr "" -#: config/tc-arm.c:30885 +#: config/tc-arm.c:30890 msgid "hard-float conflicts with specified fpu" msgstr "" -#: config/tc-arm.c:31076 +#: config/tc-arm.c:31081 msgid "generate PIC code" msgstr "" -#: config/tc-arm.c:31077 +#: config/tc-arm.c:31082 msgid "assemble Thumb code" msgstr "" -#: config/tc-arm.c:31078 +#: config/tc-arm.c:31083 msgid "support ARM/Thumb interworking" msgstr "" -#: config/tc-arm.c:31080 +#: config/tc-arm.c:31085 msgid "code uses 32-bit program counter" msgstr "" -#: config/tc-arm.c:31081 +#: config/tc-arm.c:31086 msgid "code uses 26-bit program counter" msgstr "" -#: config/tc-arm.c:31082 +#: config/tc-arm.c:31087 msgid "floating point args are in fp regs" msgstr "" -#: config/tc-arm.c:31084 +#: config/tc-arm.c:31089 msgid "re-entrant code" msgstr "" -#: config/tc-arm.c:31085 +#: config/tc-arm.c:31090 msgid "code is ATPCS conformant" msgstr "" #. These are recognized by the assembler, but have no affect on code. -#: config/tc-arm.c:31091 +#: config/tc-arm.c:31096 msgid "use frame pointer" msgstr "" -#: config/tc-arm.c:31092 +#: config/tc-arm.c:31097 msgid "use stack size checking" msgstr "" -#: config/tc-arm.c:31095 +#: config/tc-arm.c:31100 msgid "do not warn on use of deprecated feature" msgstr "" -#: config/tc-arm.c:31098 +#: config/tc-arm.c:31103 msgid "" "warn about performance deprecated IT instructions in ARMv8-A and ARMv8-R" msgstr "" -#: config/tc-arm.c:31102 +#: config/tc-arm.c:31107 msgid "warn about symbols that match instruction names [default]" msgstr "" -#: config/tc-arm.c:31103 +#: config/tc-arm.c:31108 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:31119 config/tc-arm.c:31120 +#: config/tc-arm.c:31124 config/tc-arm.c:31125 msgid "use -mcpu=arm1" msgstr "" -#: config/tc-arm.c:31121 config/tc-arm.c:31122 +#: config/tc-arm.c:31126 config/tc-arm.c:31127 msgid "use -mcpu=arm2" msgstr "" -#: config/tc-arm.c:31123 config/tc-arm.c:31124 +#: config/tc-arm.c:31128 config/tc-arm.c:31129 msgid "use -mcpu=arm250" msgstr "" -#: config/tc-arm.c:31125 config/tc-arm.c:31126 +#: config/tc-arm.c:31130 config/tc-arm.c:31131 msgid "use -mcpu=arm3" msgstr "" -#: config/tc-arm.c:31127 config/tc-arm.c:31128 +#: config/tc-arm.c:31132 config/tc-arm.c:31133 msgid "use -mcpu=arm6" msgstr "" -#: config/tc-arm.c:31129 config/tc-arm.c:31130 +#: config/tc-arm.c:31134 config/tc-arm.c:31135 msgid "use -mcpu=arm600" msgstr "" -#: config/tc-arm.c:31131 config/tc-arm.c:31132 +#: config/tc-arm.c:31136 config/tc-arm.c:31137 msgid "use -mcpu=arm610" msgstr "" -#: config/tc-arm.c:31133 config/tc-arm.c:31134 +#: config/tc-arm.c:31138 config/tc-arm.c:31139 msgid "use -mcpu=arm620" msgstr "" -#: config/tc-arm.c:31135 config/tc-arm.c:31136 +#: config/tc-arm.c:31140 config/tc-arm.c:31141 msgid "use -mcpu=arm7" msgstr "" -#: config/tc-arm.c:31137 config/tc-arm.c:31138 +#: config/tc-arm.c:31142 config/tc-arm.c:31143 msgid "use -mcpu=arm70" msgstr "" -#: config/tc-arm.c:31139 config/tc-arm.c:31140 +#: config/tc-arm.c:31144 config/tc-arm.c:31145 msgid "use -mcpu=arm700" msgstr "" -#: config/tc-arm.c:31141 config/tc-arm.c:31142 +#: config/tc-arm.c:31146 config/tc-arm.c:31147 msgid "use -mcpu=arm700i" msgstr "" -#: config/tc-arm.c:31143 config/tc-arm.c:31144 +#: config/tc-arm.c:31148 config/tc-arm.c:31149 msgid "use -mcpu=arm710" msgstr "" -#: config/tc-arm.c:31145 config/tc-arm.c:31146 +#: config/tc-arm.c:31150 config/tc-arm.c:31151 msgid "use -mcpu=arm710c" msgstr "" -#: config/tc-arm.c:31147 config/tc-arm.c:31148 +#: config/tc-arm.c:31152 config/tc-arm.c:31153 msgid "use -mcpu=arm720" msgstr "" -#: config/tc-arm.c:31149 config/tc-arm.c:31150 +#: config/tc-arm.c:31154 config/tc-arm.c:31155 msgid "use -mcpu=arm7d" msgstr "" -#: config/tc-arm.c:31151 config/tc-arm.c:31152 +#: config/tc-arm.c:31156 config/tc-arm.c:31157 msgid "use -mcpu=arm7di" msgstr "" -#: config/tc-arm.c:31153 config/tc-arm.c:31154 +#: config/tc-arm.c:31158 config/tc-arm.c:31159 msgid "use -mcpu=arm7m" msgstr "" -#: config/tc-arm.c:31155 config/tc-arm.c:31156 +#: config/tc-arm.c:31160 config/tc-arm.c:31161 msgid "use -mcpu=arm7dm" msgstr "" -#: config/tc-arm.c:31157 config/tc-arm.c:31158 +#: config/tc-arm.c:31162 config/tc-arm.c:31163 msgid "use -mcpu=arm7dmi" msgstr "" -#: config/tc-arm.c:31159 config/tc-arm.c:31160 +#: config/tc-arm.c:31164 config/tc-arm.c:31165 msgid "use -mcpu=arm7100" msgstr "" -#: config/tc-arm.c:31161 config/tc-arm.c:31162 +#: config/tc-arm.c:31166 config/tc-arm.c:31167 msgid "use -mcpu=arm7500" msgstr "" -#: config/tc-arm.c:31163 config/tc-arm.c:31164 +#: config/tc-arm.c:31168 config/tc-arm.c:31169 msgid "use -mcpu=arm7500fe" msgstr "" -#: config/tc-arm.c:31165 config/tc-arm.c:31166 config/tc-arm.c:31167 -#: config/tc-arm.c:31168 +#: config/tc-arm.c:31170 config/tc-arm.c:31171 config/tc-arm.c:31172 +#: config/tc-arm.c:31173 msgid "use -mcpu=arm7tdmi" msgstr "" -#: config/tc-arm.c:31169 config/tc-arm.c:31170 +#: config/tc-arm.c:31174 config/tc-arm.c:31175 msgid "use -mcpu=arm710t" msgstr "" -#: config/tc-arm.c:31171 config/tc-arm.c:31172 +#: config/tc-arm.c:31176 config/tc-arm.c:31177 msgid "use -mcpu=arm720t" msgstr "" -#: config/tc-arm.c:31173 config/tc-arm.c:31174 +#: config/tc-arm.c:31178 config/tc-arm.c:31179 msgid "use -mcpu=arm740t" msgstr "" -#: config/tc-arm.c:31175 config/tc-arm.c:31176 +#: config/tc-arm.c:31180 config/tc-arm.c:31181 msgid "use -mcpu=arm8" msgstr "" -#: config/tc-arm.c:31177 config/tc-arm.c:31178 +#: config/tc-arm.c:31182 config/tc-arm.c:31183 msgid "use -mcpu=arm810" msgstr "" -#: config/tc-arm.c:31179 config/tc-arm.c:31180 +#: config/tc-arm.c:31184 config/tc-arm.c:31185 msgid "use -mcpu=arm9" msgstr "" -#: config/tc-arm.c:31181 config/tc-arm.c:31182 +#: config/tc-arm.c:31186 config/tc-arm.c:31187 msgid "use -mcpu=arm9tdmi" msgstr "" -#: config/tc-arm.c:31183 config/tc-arm.c:31184 +#: config/tc-arm.c:31188 config/tc-arm.c:31189 msgid "use -mcpu=arm920" msgstr "" -#: config/tc-arm.c:31185 config/tc-arm.c:31186 +#: config/tc-arm.c:31190 config/tc-arm.c:31191 msgid "use -mcpu=arm940" msgstr "" -#: config/tc-arm.c:31187 +#: config/tc-arm.c:31192 msgid "use -mcpu=strongarm" msgstr "" -#: config/tc-arm.c:31189 +#: config/tc-arm.c:31194 msgid "use -mcpu=strongarm110" msgstr "" -#: config/tc-arm.c:31191 +#: config/tc-arm.c:31196 msgid "use -mcpu=strongarm1100" msgstr "" -#: config/tc-arm.c:31193 +#: config/tc-arm.c:31198 msgid "use -mcpu=strongarm1110" msgstr "" -#: config/tc-arm.c:31194 +#: config/tc-arm.c:31199 msgid "use -mcpu=xscale" msgstr "" -#: config/tc-arm.c:31195 +#: config/tc-arm.c:31200 msgid "use -mcpu=iwmmxt" msgstr "" -#: config/tc-arm.c:31196 +#: config/tc-arm.c:31201 msgid "use -mcpu=all" msgstr "" #. Architecture variants -- don't add any more to this list either. -#: config/tc-arm.c:31199 config/tc-arm.c:31200 +#: config/tc-arm.c:31204 config/tc-arm.c:31205 msgid "use -march=armv2" msgstr "" -#: config/tc-arm.c:31201 config/tc-arm.c:31202 +#: config/tc-arm.c:31206 config/tc-arm.c:31207 msgid "use -march=armv2a" msgstr "" -#: config/tc-arm.c:31203 config/tc-arm.c:31204 +#: config/tc-arm.c:31208 config/tc-arm.c:31209 msgid "use -march=armv3" msgstr "" -#: config/tc-arm.c:31205 config/tc-arm.c:31206 +#: config/tc-arm.c:31210 config/tc-arm.c:31211 msgid "use -march=armv3m" msgstr "" -#: config/tc-arm.c:31207 config/tc-arm.c:31208 +#: config/tc-arm.c:31212 config/tc-arm.c:31213 msgid "use -march=armv4" msgstr "" -#: config/tc-arm.c:31209 config/tc-arm.c:31210 +#: config/tc-arm.c:31214 config/tc-arm.c:31215 msgid "use -march=armv4t" msgstr "" -#: config/tc-arm.c:31211 config/tc-arm.c:31212 +#: config/tc-arm.c:31216 config/tc-arm.c:31217 msgid "use -march=armv5" msgstr "" -#: config/tc-arm.c:31213 config/tc-arm.c:31214 +#: config/tc-arm.c:31218 config/tc-arm.c:31219 msgid "use -march=armv5t" msgstr "" -#: config/tc-arm.c:31215 config/tc-arm.c:31216 +#: config/tc-arm.c:31220 config/tc-arm.c:31221 msgid "use -march=armv5te" msgstr "" #. Floating point variants -- don't add any more to this list either. -#: config/tc-arm.c:31219 +#: config/tc-arm.c:31224 msgid "use -mfpu=fpe" msgstr "" -#: config/tc-arm.c:31220 +#: config/tc-arm.c:31225 msgid "use -mfpu=fpa10" msgstr "" -#: config/tc-arm.c:31221 +#: config/tc-arm.c:31226 msgid "use -mfpu=fpa11" msgstr "" -#: config/tc-arm.c:31223 +#: config/tc-arm.c:31228 msgid "use either -mfpu=softfpa or -mfpu=softvfp" msgstr "" -#: config/tc-arm.c:32307 +#: config/tc-arm.c:32312 msgid "extension does not apply to the base architecture" msgstr "" -#: config/tc-arm.c:32336 +#: config/tc-arm.c:32341 msgid "architectural extensions must be specified in alphabetical order" msgstr "" -#: config/tc-arm.c:32475 config/tc-arm.c:33418 +#: config/tc-arm.c:32480 config/tc-arm.c:33423 #, c-format msgid "unknown floating point format `%s'\n" msgstr "" -#: config/tc-arm.c:32491 config/tc-csky.c:1264 +#: config/tc-arm.c:32496 config/tc-csky.c:1264 #, c-format msgid "unknown floating point abi `%s'\n" msgstr "" -#: config/tc-arm.c:32507 +#: config/tc-arm.c:32512 #, c-format msgid "unknown EABI `%s'\n" msgstr "" -#: config/tc-arm.c:32527 +#: config/tc-arm.c:32532 #, c-format msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never." msgstr "" -#: config/tc-arm.c:32550 config/tc-metag.c:5913 +#: config/tc-arm.c:32555 config/tc-metag.c:5911 msgid "<fpu name>\t assemble for FPU architecture <fpu name>" msgstr "" -#: config/tc-arm.c:32552 +#: config/tc-arm.c:32557 msgid "<abi>\t assemble for floating point ABI <abi>" msgstr "" -#: config/tc-arm.c:32555 +#: config/tc-arm.c:32560 msgid "<ver>\t\t assemble for eabi version <ver>" msgstr "" -#: config/tc-arm.c:32558 +#: config/tc-arm.c:32563 msgid "<mode>\t controls implicit insertion of IT instructions" msgstr "" -#: config/tc-arm.c:32560 +#: config/tc-arm.c:32565 msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode" msgstr "" -#: config/tc-arm.c:32563 +#: config/tc-arm.c:32568 msgid "" "[ieee|alternative]\n" " set the encoding for half precision floating point " @@ -5444,32 +5456,32 @@ msgid "" " or Arm alternative format." msgstr "" -#: config/tc-arm.c:32674 +#: config/tc-arm.c:32679 #, c-format msgid " ARM-specific assembler options:\n" msgstr "" -#: config/tc-arm.c:32694 +#: config/tc-arm.c:32699 #, c-format msgid " --fix-v4bx Allow BX in ARMv4 code\n" msgstr "" -#: config/tc-arm.c:32698 +#: config/tc-arm.c:32703 #, c-format msgid " --fdpic generate an FDPIC object file\n" msgstr "" -#: config/tc-arm.c:33006 +#: config/tc-arm.c:33011 msgid "no architecture contains all the instructions used\n" msgstr "" -#: config/tc-arm.c:33358 +#: config/tc-arm.c:33363 #, c-format msgid "" "architectural extension `%s' is not allowed for the current base architecture" msgstr "" -#: config/tc-arm.c:33381 +#: config/tc-arm.c:33386 #, c-format msgid "unknown architecture extension `%s'\n" msgstr "" @@ -5545,7 +5557,7 @@ msgstr "" msgid "constant out of 8-bit range: %d" msgstr "" -#: config/tc-avr.c:956 config/tc-score.c:1198 read.c:3922 +#: config/tc-avr.c:956 config/tc-score.c:1198 read.c:3938 msgid "illegal expression" msgstr "" @@ -5631,7 +5643,7 @@ msgstr "" #: config/tc-avr.c:1612 config/tc-avr.c:1631 config/tc-avr.c:1649 #: config/tc-avr.c:1660 config/tc-avr.c:1676 config/tc-avr.c:1684 #: config/tc-avr.c:1779 config/tc-avr.c:1786 config/tc-d10v.c:503 -#: config/tc-d30v.c:553 config/tc-msp430.c:4506 config/tc-msp430.c:4524 +#: config/tc-d30v.c:550 config/tc-msp430.c:4506 config/tc-msp430.c:4524 #, c-format msgid "operand out of range: %ld" msgstr "" @@ -5641,7 +5653,7 @@ msgstr "" msgid "operand out of range: 0x%lx" msgstr "" -#: config/tc-avr.c:1772 config/tc-d10v.c:1593 config/tc-d30v.c:2014 +#: config/tc-avr.c:1772 config/tc-d10v.c:1592 config/tc-d30v.c:2011 #: config/tc-msp430.c:4595 #, c-format msgid "line %d: unknown relocation type: 0x%x" @@ -5652,19 +5664,19 @@ msgid "only constant expression allowed" msgstr "" #. xgettext:c-format. -#: config/tc-avr.c:1855 config/tc-bfin.c:824 config/tc-d10v.c:1462 -#: config/tc-d30v.c:1771 config/tc-metag.c:7019 config/tc-mn10200.c:779 -#: config/tc-mn10300.c:2177 config/tc-msp430.c:4643 config/tc-ppc.c:7097 -#: config/tc-spu.c:882 config/tc-spu.c:1093 config/tc-v850.c:3367 -#: config/tc-z80.c:3834 +#: config/tc-avr.c:1855 config/tc-bfin.c:824 config/tc-d10v.c:1461 +#: config/tc-d30v.c:1768 config/tc-metag.c:7016 config/tc-mn10200.c:779 +#: config/tc-mn10300.c:2177 config/tc-msp430.c:4643 config/tc-ppc.c:7473 +#: config/tc-ppc.c:7494 config/tc-spu.c:882 config/tc-spu.c:1093 +#: config/tc-v850.c:3367 config/tc-z80.c:3869 #, c-format msgid "reloc %d not supported by object file format" msgstr "" -#: config/tc-avr.c:1877 config/tc-ft32.c:232 config/tc-h8300.c:1930 +#: config/tc-avr.c:1877 config/tc-ft32.c:232 config/tc-h8300.c:1929 #: config/tc-mcore.c:881 config/tc-microblaze.c:941 config/tc-moxie.c:180 #: config/tc-pj.c:253 config/tc-sh.c:2197 config/tc-wasm32.c:747 -#: config/tc-z8k.c:1223 +#: config/tc-z8k.c:1233 msgid "can't find opcode " msgstr "" @@ -5804,215 +5816,215 @@ msgstr "" msgid "estimate_size_before_relax called" msgstr "" -#: config/tc-cr16.c:170 +#: config/tc-cr16.c:168 msgid "using a bit field width of zero" msgstr "" -#: config/tc-cr16.c:178 +#: config/tc-cr16.c:176 #, c-format msgid "field width \"%s\" too complex for a bitfield" msgstr "" -#: config/tc-cr16.c:188 +#: config/tc-cr16.c:186 #, c-format msgid "field width %lu too big to fit in %d byte: truncated to %d bits" msgid_plural "field width %lu too big to fit in %d bytes: truncated to %d bits" msgstr[0] "" msgstr[1] "" -#: config/tc-cr16.c:214 +#: config/tc-cr16.c:212 #, c-format msgid "field value \"%s\" too complex for a bitfield" msgstr "" -#: config/tc-cr16.c:396 +#: config/tc-cr16.c:394 #, c-format msgid "Unknown register pair - index relative mode: `%d'" msgstr "" -#: config/tc-cr16.c:609 config/tc-crx.c:338 +#: config/tc-cr16.c:607 config/tc-crx.c:337 #, c-format msgid "internal error: reloc %d (`%s') not supported by object file format" msgstr "" -#: config/tc-cr16.c:702 config/tc-i386.c:13876 config/tc-s390.c:2111 +#: config/tc-cr16.c:700 config/tc-i386.c:14007 config/tc-s390.c:2113 msgid "GOT already in symbol table" msgstr "" #. Missing or bad expr becomes absolute 0. -#: config/tc-cr16.c:886 config/tc-crx.c:575 +#: config/tc-cr16.c:884 config/tc-crx.c:574 #, c-format msgid "missing or invalid displacement expression `%s' taken as 0" msgstr "" -#: config/tc-cr16.c:936 +#: config/tc-cr16.c:934 #, c-format msgid "GOT bad expression with %s." msgstr "" -#: config/tc-cr16.c:1047 +#: config/tc-cr16.c:1045 #, c-format msgid "operand %d: illegal use expression: `%s`" msgstr "" -#: config/tc-cr16.c:1112 config/tc-crx.c:1085 +#: config/tc-cr16.c:1110 config/tc-crx.c:1084 #, c-format msgid "Unknown register: `%d'" msgstr "" #. Issue a error message when register is illegal. -#: config/tc-cr16.c:1120 +#: config/tc-cr16.c:1118 #, c-format msgid "Illegal register (`%s') in Instruction: `%s'" msgstr "" -#: config/tc-cr16.c:1194 config/tc-cr16.c:1269 +#: config/tc-cr16.c:1192 config/tc-cr16.c:1267 #, c-format msgid "Illegal register `%s' in Instruction `%s'" msgstr "" -#: config/tc-cr16.c:1222 config/tc-cr16.c:1233 +#: config/tc-cr16.c:1220 config/tc-cr16.c:1231 #, c-format msgid "Illegal register pair `%s' in Instruction `%s'" msgstr "" -#: config/tc-cr16.c:1258 +#: config/tc-cr16.c:1256 msgid "unmatched '['" msgstr "" -#: config/tc-cr16.c:1264 +#: config/tc-cr16.c:1262 msgid "garbage after index spec ignored" msgstr "" -#: config/tc-cr16.c:1412 config/tc-crx.c:894 +#: config/tc-cr16.c:1410 config/tc-crx.c:893 #, c-format msgid "Illegal operands (whitespace): `%s'" msgstr "" -#: config/tc-cr16.c:1424 config/tc-cr16.c:1431 config/tc-cr16.c:1448 -#: config/tc-crx.c:906 config/tc-crx.c:913 config/tc-crx.c:930 -#: config/tc-crx.c:1721 +#: config/tc-cr16.c:1422 config/tc-cr16.c:1429 config/tc-cr16.c:1446 +#: config/tc-crx.c:905 config/tc-crx.c:912 config/tc-crx.c:929 +#: config/tc-crx.c:1720 #, c-format msgid "Missing matching brackets : `%s'" msgstr "" -#: config/tc-cr16.c:1480 config/tc-crx.c:956 +#: config/tc-cr16.c:1478 config/tc-crx.c:955 #, c-format msgid "Unknown exception: `%s'" msgstr "" -#: config/tc-cr16.c:1562 config/tc-crx.c:1052 +#: config/tc-cr16.c:1560 config/tc-crx.c:1051 #, c-format msgid "Illegal `cinv' parameter: `%c'" msgstr "" -#: config/tc-cr16.c:1583 config/tc-cr16.c:1622 +#: config/tc-cr16.c:1581 config/tc-cr16.c:1620 #, c-format msgid "Unknown register pair: `%d'" msgstr "" #. Issue a error message when register pair is illegal. -#: config/tc-cr16.c:1591 +#: config/tc-cr16.c:1589 #, c-format msgid "Illegal register pair (`%s') in Instruction: `%s'" msgstr "" #. Issue a error message when register pair is illegal. -#: config/tc-cr16.c:1630 +#: config/tc-cr16.c:1628 #, c-format msgid "Illegal index register pair (`%s') in Instruction: `%s'" msgstr "" -#: config/tc-cr16.c:1669 +#: config/tc-cr16.c:1667 #, c-format msgid "Unknown processor register : `%d'" msgstr "" #. Issue a error message when register pair is illegal. -#: config/tc-cr16.c:1677 +#: config/tc-cr16.c:1675 #, c-format msgid "Illegal processor register (`%s') in Instruction: `%s'" msgstr "" -#: config/tc-cr16.c:1725 +#: config/tc-cr16.c:1723 #, c-format msgid "Unknown processor register (32 bit) : `%d'" msgstr "" #. Issue a error message when register pair is illegal. -#: config/tc-cr16.c:1733 +#: config/tc-cr16.c:1731 #, c-format msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'" msgstr "" -#: config/tc-cr16.c:2078 config/tc-crx.c:1619 config/tc-crx.c:1636 +#: config/tc-cr16.c:2076 config/tc-crx.c:1618 config/tc-crx.c:1635 #, c-format msgid "Same src/dest register is used (`r%d'), result is undefined" msgstr "" -#: config/tc-cr16.c:2100 +#: config/tc-cr16.c:2098 msgid "RA register is saved twice." msgstr "" -#: config/tc-cr16.c:2104 +#: config/tc-cr16.c:2102 #, c-format msgid "`%s' Illegal use of registers." msgstr "" -#: config/tc-cr16.c:2118 +#: config/tc-cr16.c:2116 #, c-format msgid "`%s' Illegal count-register combination." msgstr "" -#: config/tc-cr16.c:2124 +#: config/tc-cr16.c:2122 #, c-format msgid "`%s' Illegal use of register." msgstr "" -#: config/tc-cr16.c:2133 config/tc-crx.c:1628 +#: config/tc-cr16.c:2131 config/tc-crx.c:1627 #, c-format msgid "`%s' has undefined result" msgstr "" -#: config/tc-cr16.c:2141 +#: config/tc-cr16.c:2139 #, c-format msgid "Same src/dest register is used (`r%d'),result is undefined" msgstr "" -#: config/tc-cr16.c:2312 config/tc-crx.c:1534 +#: config/tc-cr16.c:2310 config/tc-crx.c:1533 msgid "Incorrect number of operands" msgstr "" -#: config/tc-cr16.c:2314 config/tc-crx.c:1536 +#: config/tc-cr16.c:2312 config/tc-crx.c:1535 #, c-format msgid "Illegal type of operand (arg %d)" msgstr "" -#: config/tc-cr16.c:2320 config/tc-crx.c:1542 +#: config/tc-cr16.c:2318 config/tc-crx.c:1541 #, c-format msgid "Operand out of range (arg %d)" msgstr "" -#: config/tc-cr16.c:2323 config/tc-crx.c:1545 +#: config/tc-cr16.c:2321 config/tc-crx.c:1544 #, c-format msgid "Operand has odd displacement (arg %d)" msgstr "" -#: config/tc-cr16.c:2326 config/tc-cr16.c:2357 config/tc-crx.c:1560 -#: config/tc-crx.c:1588 +#: config/tc-cr16.c:2324 config/tc-cr16.c:2355 config/tc-crx.c:1559 +#: config/tc-crx.c:1587 #, c-format msgid "Illegal operand (arg %d)" msgstr "" #. Give an error if a frag containing code is not aligned to a 2-byte #. boundary. -#: config/tc-cr16.c:2459 config/tc-cr16.h:74 config/tc-crx.c:1910 +#: config/tc-cr16.c:2457 config/tc-cr16.h:74 config/tc-crx.c:1909 #: config/tc-crx.h:77 msgid "instruction address is not a multiple of 2" msgstr "" -#: config/tc-cr16.c:2482 config/tc-cris.c:1550 config/tc-cris.c:1558 -#: config/tc-crx.c:1946 config/tc-dlx.c:680 config/tc-hppa.c:3212 +#: config/tc-cr16.c:2480 config/tc-cris.c:1550 config/tc-cris.c:1558 +#: config/tc-crx.c:1945 config/tc-dlx.c:680 config/tc-hppa.c:3212 #: config/tc-hppa.c:3219 config/tc-sparc.c:1749 config/tc-sparc.c:1757 #, c-format msgid "Unknown opcode: `%s'" @@ -6331,99 +6343,99 @@ msgstr "" msgid ".arch <arch> requires a matching --march=... option" msgstr "" -#: config/tc-crx.c:715 config/tc-crx.c:735 config/tc-crx.c:750 +#: config/tc-crx.c:714 config/tc-crx.c:734 config/tc-crx.c:749 #, c-format msgid "Illegal register `%s' in instruction `%s'" msgstr "" -#: config/tc-crx.c:778 +#: config/tc-crx.c:777 #, c-format msgid "Illegal Scale - `%d'" msgstr "" #. Issue a error message when register is illegal. -#: config/tc-crx.c:1093 +#: config/tc-crx.c:1092 #, c-format msgid "Illegal register (`%s') in instruction: `%s'" msgstr "" -#: config/tc-crx.c:1222 +#: config/tc-crx.c:1221 #, c-format msgid "Illegal co-processor register in instruction `%s'" msgstr "" -#: config/tc-crx.c:1229 +#: config/tc-crx.c:1228 #, c-format msgid "Illegal co-processor special register in instruction `%s'" msgstr "" -#: config/tc-crx.c:1549 +#: config/tc-crx.c:1548 #, c-format msgid "Invalid DISPU4 operand value (arg %d)" msgstr "" -#: config/tc-crx.c:1553 +#: config/tc-crx.c:1552 #, c-format msgid "Invalid CST4 operand value (arg %d)" msgstr "" -#: config/tc-crx.c:1556 +#: config/tc-crx.c:1555 #, c-format msgid "Operand value is not within upper 64 KB (arg %d)" msgstr "" -#: config/tc-crx.c:1690 +#: config/tc-crx.c:1689 msgid "Invalid register in register list" msgstr "" -#: config/tc-crx.c:1744 +#: config/tc-crx.c:1743 #, c-format msgid "Illegal register `%s' in cop-register list" msgstr "" -#: config/tc-crx.c:1752 +#: config/tc-crx.c:1751 #, c-format msgid "Illegal register `%s' in cop-special-register list" msgstr "" -#: config/tc-crx.c:1771 +#: config/tc-crx.c:1770 #, c-format msgid "Illegal register `%s' in user register list" msgstr "" -#: config/tc-crx.c:1790 +#: config/tc-crx.c:1789 #, c-format msgid "Illegal register `%s' in register list" msgstr "" -#: config/tc-crx.c:1796 +#: config/tc-crx.c:1795 #, c-format msgid "Maximum %d bits may be set in `mask16' operand" msgstr "" -#: config/tc-crx.c:1805 +#: config/tc-crx.c:1804 #, c-format msgid "rest of line ignored; first ignored character is `%c'" msgstr "" -#: config/tc-crx.c:1813 +#: config/tc-crx.c:1812 #, c-format msgid "Illegal `mask16' operand, operation is undefined - `%s'" msgstr "" #. HI can't be specified without LO (and vise-versa). -#: config/tc-crx.c:1819 +#: config/tc-crx.c:1818 msgid "HI/LO registers should be specified together" msgstr "" -#: config/tc-crx.c:1825 +#: config/tc-crx.c:1824 msgid "HI/LO registers should be specified without additional registers" msgstr "" #. Variable not in small data read only segment accessed #. using small data read only anchor. #: config/tc-csky.c:1149 config/tc-mcore.c:1924 config/tc-microblaze.c:1999 -#: config/tc-microblaze.c:2302 config/tc-microblaze.c:2325 +#: config/tc-microblaze.c:2301 config/tc-microblaze.c:2324 msgid "unknown" msgstr "" @@ -6623,7 +6635,7 @@ msgstr "" msgid "more than 65K literal pools" msgstr "" -#: config/tc-csky.c:2320 read.c:3682 read.c:4994 +#: config/tc-csky.c:2320 read.c:3655 #, c-format msgid "bad floating literal: %s" msgstr "" @@ -6632,8 +6644,8 @@ msgstr "" msgid "missing ']'" msgstr "" -#: config/tc-csky.c:2496 config/tc-mips.c:14353 config/tc-mips.c:14417 -#: config/tc-mips.c:14428 config/tc-score.c:2692 config/tc-score.c:2739 +#: config/tc-csky.c:2496 config/tc-mips.c:14354 config/tc-mips.c:14418 +#: config/tc-mips.c:14429 config/tc-score.c:2692 config/tc-score.c:2739 msgid "unrecognized opcode" msgstr "" @@ -6693,134 +6705,134 @@ msgstr "" msgid "operand is not an immediate" msgstr "" -#: config/tc-d10v.c:591 +#: config/tc-d10v.c:590 #, c-format msgid "operand out of range: %lu" msgstr "" -#: config/tc-d10v.c:651 +#: config/tc-d10v.c:650 msgid "Instruction must be executed in parallel with another instruction." msgstr "" -#: config/tc-d10v.c:705 config/tc-d10v.c:713 +#: config/tc-d10v.c:704 config/tc-d10v.c:712 #, c-format msgid "packing conflict: %s must dispatch sequentially" msgstr "" -#: config/tc-d10v.c:812 +#: config/tc-d10v.c:811 #, c-format msgid "resource conflict (R%d)" msgstr "" -#: config/tc-d10v.c:815 +#: config/tc-d10v.c:814 #, c-format msgid "resource conflict (A%d)" msgstr "" -#: config/tc-d10v.c:817 +#: config/tc-d10v.c:816 msgid "resource conflict (PSW)" msgstr "" -#: config/tc-d10v.c:819 +#: config/tc-d10v.c:818 msgid "resource conflict (C flag)" msgstr "" -#: config/tc-d10v.c:821 +#: config/tc-d10v.c:820 msgid "resource conflict (F flag)" msgstr "" -#: config/tc-d10v.c:971 +#: config/tc-d10v.c:970 msgid "Instruction must be executed in parallel" msgstr "" -#: config/tc-d10v.c:974 +#: config/tc-d10v.c:973 msgid "Long instructions may not be combined." msgstr "" -#: config/tc-d10v.c:1007 +#: config/tc-d10v.c:1006 msgid "One of these instructions may not be executed in parallel." msgstr "" -#: config/tc-d10v.c:1011 config/tc-d30v.c:1037 +#: config/tc-d10v.c:1010 config/tc-d30v.c:1034 msgid "Two IU instructions may not be executed in parallel" msgstr "" -#: config/tc-d10v.c:1013 config/tc-d10v.c:1021 config/tc-d10v.c:1035 -#: config/tc-d10v.c:1050 config/tc-d30v.c:1038 config/tc-d30v.c:1047 +#: config/tc-d10v.c:1012 config/tc-d10v.c:1020 config/tc-d10v.c:1034 +#: config/tc-d10v.c:1049 config/tc-d30v.c:1035 config/tc-d30v.c:1044 msgid "Swapping instruction order" msgstr "" -#: config/tc-d10v.c:1019 config/tc-d30v.c:1044 +#: config/tc-d10v.c:1018 config/tc-d30v.c:1041 msgid "Two MU instructions may not be executed in parallel" msgstr "" -#: config/tc-d10v.c:1039 config/tc-d30v.c:1064 +#: config/tc-d10v.c:1038 config/tc-d30v.c:1061 msgid "IU instruction may not be in the left container" msgstr "" -#: config/tc-d10v.c:1041 config/tc-d10v.c:1056 +#: config/tc-d10v.c:1040 config/tc-d10v.c:1055 msgid "" "Instruction in R container is squashed by flow control instruction in L " "container." msgstr "" -#: config/tc-d10v.c:1054 config/tc-d30v.c:1075 +#: config/tc-d10v.c:1053 config/tc-d30v.c:1072 msgid "MU instruction may not be in the right container" msgstr "" -#: config/tc-d10v.c:1060 config/tc-d30v.c:1087 +#: config/tc-d10v.c:1059 config/tc-d30v.c:1084 msgid "unknown execution type passed to write_2_short()" msgstr "" -#: config/tc-d10v.c:1189 config/tc-d10v.c:1362 +#: config/tc-d10v.c:1188 config/tc-d10v.c:1361 msgid "bad opcode or operands" msgstr "" -#: config/tc-d10v.c:1264 +#: config/tc-d10v.c:1263 msgid "value out of range" msgstr "" -#: config/tc-d10v.c:1338 +#: config/tc-d10v.c:1337 msgid "illegal operand - register name found where none expected" msgstr "" -#: config/tc-d10v.c:1373 +#: config/tc-d10v.c:1372 msgid "Register number must be EVEN" msgstr "" -#: config/tc-d10v.c:1376 +#: config/tc-d10v.c:1375 msgid "Unsupported use of sp" msgstr "" -#: config/tc-d10v.c:1395 +#: config/tc-d10v.c:1394 #, c-format msgid "cr%ld is a reserved control register" msgstr "" -#: config/tc-d10v.c:1570 +#: config/tc-d10v.c:1569 #, c-format msgid "line %d: rep or repi must include at least 4 instructions" msgstr "" -#: config/tc-d10v.c:1762 +#: config/tc-d10v.c:1761 msgid "can't find previous opcode " msgstr "" -#: config/tc-d10v.c:1774 +#: config/tc-d10v.c:1773 #, c-format msgid "could not assemble: %s" msgstr "" -#: config/tc-d10v.c:1789 config/tc-d10v.c:1811 config/tc-d30v.c:1744 +#: config/tc-d10v.c:1788 config/tc-d10v.c:1810 config/tc-d30v.c:1741 msgid "Unable to mix instructions as specified" msgstr "" -#: config/tc-d30v.c:149 +#: config/tc-d30v.c:146 #, c-format msgid "Register name %s conflicts with symbol of the same name" msgstr "" -#: config/tc-d30v.c:239 +#: config/tc-d30v.c:236 #, c-format msgid "" "\n" @@ -6834,106 +6846,106 @@ msgid "" "-C Opposite of -C. -c is the default.\n" msgstr "" -#: config/tc-d30v.c:367 +#: config/tc-d30v.c:364 msgid "unexpected 12-bit reloc type" msgstr "" -#: config/tc-d30v.c:374 +#: config/tc-d30v.c:371 msgid "unexpected 18-bit reloc type" msgstr "" -#: config/tc-d30v.c:625 +#: config/tc-d30v.c:622 #, c-format msgid "%s NOP inserted" msgstr "" -#: config/tc-d30v.c:626 +#: config/tc-d30v.c:623 msgid "sequential" msgstr "" -#: config/tc-d30v.c:626 +#: config/tc-d30v.c:623 msgid "parallel" msgstr "" -#: config/tc-d30v.c:1033 +#: config/tc-d30v.c:1030 msgid "Instructions may not be executed in parallel" msgstr "" -#: config/tc-d30v.c:1046 +#: config/tc-d30v.c:1043 #, c-format msgid "Executing %s in IU may not work" msgstr "" -#: config/tc-d30v.c:1053 +#: config/tc-d30v.c:1050 #, c-format msgid "Executing %s in IU may not work in parallel execution" msgstr "" -#: config/tc-d30v.c:1066 +#: config/tc-d30v.c:1063 #, c-format msgid "special left instruction `%s' kills instruction `%s' in right container" msgstr "" -#: config/tc-d30v.c:1077 +#: config/tc-d30v.c:1074 #, c-format msgid "Executing %s in reverse serial with %s may not work" msgstr "" -#: config/tc-d30v.c:1080 +#: config/tc-d30v.c:1077 #, c-format msgid "Executing %s in IU in reverse serial may not work" msgstr "" -#: config/tc-d30v.c:1268 +#: config/tc-d30v.c:1265 msgid "Odd numbered register used as target of multi-register instruction" msgstr "" -#: config/tc-d30v.c:1332 config/tc-d30v.c:1368 +#: config/tc-d30v.c:1329 config/tc-d30v.c:1365 #, c-format msgid "unknown condition code: %s" msgstr "" -#: config/tc-d30v.c:1361 +#: config/tc-d30v.c:1358 #, c-format msgid "cmpu doesn't support condition code %s" msgstr "" -#: config/tc-d30v.c:1396 +#: config/tc-d30v.c:1393 #, c-format msgid "unknown opcode: %s" msgstr "" -#: config/tc-d30v.c:1407 +#: config/tc-d30v.c:1404 #, c-format msgid "operands for opcode `%s' do not match any valid format" msgstr "" -#: config/tc-d30v.c:1622 config/tc-d30v.c:1639 +#: config/tc-d30v.c:1619 config/tc-d30v.c:1636 msgid "Cannot assemble instruction" msgstr "" -#: config/tc-d30v.c:1624 +#: config/tc-d30v.c:1621 msgid "First opcode is long. Unable to mix instructions as specified." msgstr "" -#: config/tc-d30v.c:1694 +#: config/tc-d30v.c:1691 msgid "word of NOPs added between word multiply and load" msgstr "" -#: config/tc-d30v.c:1696 +#: config/tc-d30v.c:1693 msgid "word of NOPs added between word multiply and 16-bit multiply" msgstr "" -#: config/tc-d30v.c:1728 +#: config/tc-d30v.c:1725 msgid "Instruction uses long version, so it cannot be mixed as specified" msgstr "" -#: config/tc-d30v.c:1855 +#: config/tc-d30v.c:1852 #, c-format msgid "value too large to fit in %d bits" msgstr "" -#: config/tc-d30v.c:2033 config/tc-pru.c:216 config/tc-pru.c:332 +#: config/tc-d30v.c:2030 config/tc-pru.c:216 config/tc-pru.c:332 #, c-format msgid "Alignment too large: %d assumed" msgstr "" @@ -7012,7 +7024,7 @@ msgstr "" msgid "Invalid expression after # number\n" msgstr "" -#: config/tc-dlx.c:1177 config/tc-m32r.c:2275 config/tc-nds32.c:7882 +#: config/tc-dlx.c:1177 config/tc-m32r.c:2275 config/tc-nds32.c:7881 #: config/tc-sparc.c:4011 #, c-format msgid "internal error: can't export reloc type %d (`%s')" @@ -7270,165 +7282,165 @@ msgstr "" msgid "convert_frag\n" msgstr "" -#: config/tc-h8300.c:175 +#: config/tc-h8300.c:174 #, c-format msgid "new section '%s' defined without attributes - this might cause problems" msgstr "" -#: config/tc-h8300.c:443 config/tc-h8300.c:451 +#: config/tc-h8300.c:442 config/tc-h8300.c:450 msgid "Reg not valid for H8/300" msgstr "" -#: config/tc-h8300.c:532 +#: config/tc-h8300.c:531 msgid "invalid operand size requested" msgstr "" -#: config/tc-h8300.c:637 +#: config/tc-h8300.c:636 msgid "Invalid register list for ldm/stm\n" msgstr "" -#: config/tc-h8300.c:663 config/tc-h8300.c:668 config/tc-h8300.c:675 +#: config/tc-h8300.c:662 config/tc-h8300.c:667 config/tc-h8300.c:674 msgid "mismatch between register and suffix" msgstr "" -#: config/tc-h8300.c:680 +#: config/tc-h8300.c:679 msgid "invalid suffix after register." msgstr "" -#: config/tc-h8300.c:702 +#: config/tc-h8300.c:701 msgid "address too high for vector table jmp/jsr" msgstr "" -#: config/tc-h8300.c:729 config/tc-h8300.c:841 config/tc-h8300.c:851 +#: config/tc-h8300.c:728 config/tc-h8300.c:840 config/tc-h8300.c:850 msgid "Wrong size pointer register for architecture." msgstr "" -#: config/tc-h8300.c:788 config/tc-h8300.c:796 config/tc-h8300.c:825 +#: config/tc-h8300.c:787 config/tc-h8300.c:795 config/tc-h8300.c:824 msgid "expected @(exp, reg16)" msgstr "" -#: config/tc-h8300.c:814 +#: config/tc-h8300.c:813 msgid "expected .L, .W or .B for register in indexed addressing mode" msgstr "" -#: config/tc-h8300.c:1008 +#: config/tc-h8300.c:1007 msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\"" msgstr "" -#: config/tc-h8300.c:1026 config/tc-h8300.c:1035 +#: config/tc-h8300.c:1025 config/tc-h8300.c:1034 msgid "expected register" msgstr "" -#: config/tc-h8300.c:1051 +#: config/tc-h8300.c:1050 msgid "expected closing paren" msgstr "" -#: config/tc-h8300.c:1110 +#: config/tc-h8300.c:1109 #, c-format msgid "can't use high part of register in operand %d" msgstr "" -#: config/tc-h8300.c:1267 +#: config/tc-h8300.c:1266 #, c-format msgid "Opcode `%s' with these operand types not available in %s mode" msgstr "" -#: config/tc-h8300.c:1276 +#: config/tc-h8300.c:1275 msgid "mismatch between opcode size and operand size" msgstr "" -#: config/tc-h8300.c:1312 +#: config/tc-h8300.c:1311 #, c-format msgid "operand %s0x%lx out of range." msgstr "" -#: config/tc-h8300.c:1422 +#: config/tc-h8300.c:1421 msgid "Can't work out size of operand.\n" msgstr "" -#: config/tc-h8300.c:1472 +#: config/tc-h8300.c:1471 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300 mode" msgstr "" -#: config/tc-h8300.c:1477 +#: config/tc-h8300.c:1476 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300H mode" msgstr "" -#: config/tc-h8300.c:1483 +#: config/tc-h8300.c:1482 #, c-format msgid "Opcode `%s' with these operand types not available in H8/300S mode" msgstr "" -#: config/tc-h8300.c:1544 config/tc-h8300.c:1564 +#: config/tc-h8300.c:1543 config/tc-h8300.c:1563 msgid "Need #1 or #2 here" msgstr "" -#: config/tc-h8300.c:1559 +#: config/tc-h8300.c:1558 msgid "#4 not valid on H8/300." msgstr "" -#: config/tc-h8300.c:1666 config/tc-h8300.c:1738 +#: config/tc-h8300.c:1665 config/tc-h8300.c:1737 #, c-format msgid "branch operand has odd offset (%lx)\n" msgstr "" -#: config/tc-h8300.c:1776 +#: config/tc-h8300.c:1775 msgid "destination operand must be 16 bit register" msgstr "" -#: config/tc-h8300.c:1785 +#: config/tc-h8300.c:1784 msgid "source operand must be 8 bit register" msgstr "" -#: config/tc-h8300.c:1793 +#: config/tc-h8300.c:1792 msgid "destination operand must be 16bit absolute address" msgstr "" -#: config/tc-h8300.c:1800 +#: config/tc-h8300.c:1799 msgid "destination operand must be 8 bit register" msgstr "" -#: config/tc-h8300.c:1808 +#: config/tc-h8300.c:1807 msgid "source operand must be 16bit absolute address" 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:14369 config/tc-mips.c:14437 +#: config/tc-h8300.c:1815 config/tc-mips.c:14370 config/tc-mips.c:14438 #: config/tc-mmix.c:479 config/tc-mmix.c:491 config/tc-mmix.c:2545 #: config/tc-mmix.c:2569 config/tc-mmix.c:2842 msgid "invalid operands" msgstr "" -#: config/tc-h8300.c:1847 +#: config/tc-h8300.c:1846 msgid "operand/size mis-match" msgstr "" -#: config/tc-h8300.c:1947 config/tc-sh.c:2552 config/tc-z8k.c:1233 +#: config/tc-h8300.c:1946 config/tc-sh.c:2552 config/tc-z8k.c:1243 msgid "unknown opcode" msgstr "" -#: config/tc-h8300.c:1980 +#: config/tc-h8300.c:1979 msgid "invalid operand in ldm" msgstr "" -#: config/tc-h8300.c:1989 +#: config/tc-h8300.c:1988 msgid "invalid operand in stm" msgstr "" -#: config/tc-h8300.c:2188 +#: config/tc-h8300.c:2187 #, c-format msgid "Invalid argument to --mach option: %s" msgstr "" -#: config/tc-h8300.c:2199 +#: config/tc-h8300.c:2198 #, c-format msgid " H8300-specific assembler options:\n" msgstr "" -#: config/tc-h8300.c:2200 +#: config/tc-h8300.c:2199 #, c-format msgid "" " -mach=<name> Set the H8300 machine type to one of:\n" @@ -7436,36 +7448,36 @@ msgid "" "h8300sxn\n" msgstr "" -#: config/tc-h8300.c:2203 +#: config/tc-h8300.c:2202 #, c-format msgid " -h-tick-hex Support H'00 style hex constants\n" msgstr "" -#: config/tc-h8300.c:2212 +#: config/tc-h8300.c:2211 #, c-format msgid "call to tc_aout_fix_to_chars \n" msgstr "" -#: config/tc-h8300.c:2221 config/tc-xc16x.c:349 +#: config/tc-h8300.c:2220 config/tc-xc16x.c:349 #, c-format msgid "call to md_convert_frag \n" msgstr "" -#: config/tc-h8300.c:2272 config/tc-xc16x.c:251 +#: config/tc-h8300.c:2271 config/tc-xc16x.c:251 #, c-format msgid "call to md_estimate_size_before_relax \n" msgstr "" -#: config/tc-h8300.c:2287 +#: config/tc-h8300.c:2286 msgid "Unexpected reference to a symbol in a non-code section" msgstr "" -#: config/tc-h8300.c:2303 config/tc-xc16x.c:292 +#: config/tc-h8300.c:2302 config/tc-xc16x.c:292 msgid "Difference of symbols in different sections is not supported" msgstr "" -#: config/tc-h8300.c:2325 config/tc-mcore.c:2205 config/tc-microblaze.c:2495 -#: config/tc-pj.c:491 config/tc-sh.c:3901 config/tc-tic6x.c:4517 +#: config/tc-h8300.c:2324 config/tc-mcore.c:2205 config/tc-microblaze.c:2494 +#: config/tc-pj.c:488 config/tc-sh.c:3901 config/tc-tic6x.c:4514 #: config/tc-xc16x.c:315 #, c-format msgid "Cannot represent relocation type %s" @@ -7882,877 +7894,878 @@ msgstr "" msgid "internal error: losing opcode: `%s' \"%s\"\n" msgstr "" -#: config/tc-hppa.c:8263 config/tc-nios2.c:1438 config/tc-riscv.c:1089 -#: config/tc-sparc.c:999 +#: config/tc-hppa.c:8263 config/tc-nios2.c:1433 config/tc-sparc.c:999 msgid "Broken assembler. No assembly attempted." msgstr "" -#: config/tc-i386.c:1487 +#: config/tc-i386.c:1476 #, c-format msgid "i386_output_nops called to generate nops of at most %d bytes!" msgstr "" -#: config/tc-i386.c:1696 +#: config/tc-i386.c:1685 #, c-format msgid "invalid single nop size: %d (expect within [0, %d])" msgstr "" -#: config/tc-i386.c:1737 +#: config/tc-i386.c:1726 msgid "jump over nop padding out of range" msgstr "" -#: config/tc-i386.c:2570 -#, c-format -msgid "%s shortened to %s" +#: config/tc-i386.c:2564 +msgid "%" msgstr "" -#: config/tc-i386.c:2661 config/tc-i386.c:7799 +#: config/tc-i386.c:2656 config/tc-i386.c:7983 msgid "same type of prefix used twice" msgstr "" -#: config/tc-i386.c:2688 +#: config/tc-i386.c:2683 #, c-format msgid "64bit mode not supported on `%s'." msgstr "" -#: config/tc-i386.c:2697 +#: config/tc-i386.c:2692 #, c-format msgid "32bit mode not supported on `%s'." msgstr "" -#: config/tc-i386.c:2737 +#: config/tc-i386.c:2732 msgid "bad argument to syntax directive." msgstr "" -#: config/tc-i386.c:2800 +#: config/tc-i386.c:2795 #, c-format msgid "bad argument to %s_check directive." msgstr "" -#: config/tc-i386.c:2804 +#: config/tc-i386.c:2799 #, c-format msgid "missing argument for %s_check directive" msgstr "" -#: config/tc-i386.c:2844 +#: config/tc-i386.c:2839 #, c-format msgid "`%s' is not supported on `%s'" msgstr "" -#: config/tc-i386.c:2950 +#: config/tc-i386.c:2945 #, c-format msgid "no such architecture: `%s'" msgstr "" -#: config/tc-i386.c:2955 +#: config/tc-i386.c:2950 msgid "missing cpu architecture" msgstr "" -#: config/tc-i386.c:2972 +#: config/tc-i386.c:2967 #, c-format msgid "no such architecture modifier: `%s'" msgstr "" -#: config/tc-i386.c:2987 config/tc-i386.c:3017 +#: config/tc-i386.c:2982 config/tc-i386.c:3012 msgid "Intel L1OM is 64bit ELF only" msgstr "" -#: config/tc-i386.c:2994 config/tc-i386.c:3024 +#: config/tc-i386.c:2989 config/tc-i386.c:3019 msgid "Intel K1OM is 64bit ELF only" msgstr "" -#: config/tc-i386.c:3001 config/tc-i386.c:3038 +#: config/tc-i386.c:2996 config/tc-i386.c:3033 msgid "Intel MCU is 32bit ELF only" msgstr "" -#: config/tc-i386.c:3045 config/tc-i386.c:13765 +#: config/tc-i386.c:3040 config/tc-i386.c:13894 msgid "unknown architecture" msgstr "" -#: config/tc-i386.c:3395 +#: config/tc-i386.c:3427 msgid "there are no pc-relative size relocations" msgstr "" -#: config/tc-i386.c:3407 +#: config/tc-i386.c:3439 #, c-format msgid "unknown relocation (%u)" msgstr "" -#: config/tc-i386.c:3409 +#: config/tc-i386.c:3441 #, c-format msgid "%u-byte relocation cannot be applied to %u-byte field" msgstr "" -#: config/tc-i386.c:3413 +#: config/tc-i386.c:3445 msgid "non-pc-relative relocation for pc-relative field" msgstr "" -#: config/tc-i386.c:3418 +#: config/tc-i386.c:3450 msgid "relocated field and relocation type differ in signedness" msgstr "" -#: config/tc-i386.c:3427 +#: config/tc-i386.c:3459 msgid "there are no unsigned pc-relative relocations" msgstr "" -#: config/tc-i386.c:3435 +#: config/tc-i386.c:3467 #, c-format msgid "cannot do %u byte pc-relative relocation" msgstr "" -#: config/tc-i386.c:3452 +#: config/tc-i386.c:3484 #, c-format msgid "cannot do %s %u byte relocation" msgstr "" -#: config/tc-i386.c:4046 config/tc-i386.c:4797 +#: config/tc-i386.c:4035 config/tc-i386.c:4968 #, c-format msgid "invalid instruction `%s' after `%s'" msgstr "" -#: config/tc-i386.c:4052 +#: config/tc-i386.c:4041 #, c-format msgid "missing `lock' with `%s'" msgstr "" -#: config/tc-i386.c:4059 +#: config/tc-i386.c:4048 #, c-format msgid "instruction `%s' after `xacquire' not allowed" msgstr "" -#: config/tc-i386.c:4065 +#: config/tc-i386.c:4054 #, c-format msgid "memory destination needed for instruction `%s' after `xrelease'" msgstr "" -#: config/tc-i386.c:4560 +#: config/tc-i386.c:4700 #, c-format msgid "`%s` changes flags which would affect control flow behavior" msgstr "" -#: config/tc-i386.c:4602 +#: config/tc-i386.c:4742 #, c-format msgid "indirect `%s` with memory operand should be avoided" msgstr "" -#: config/tc-i386.c:4613 +#: config/tc-i386.c:4753 #, c-format msgid "`%s` skips -mlfence-before-indirect-branch on `%s`" msgstr "" -#: config/tc-i386.c:4634 +#: config/tc-i386.c:4774 #, c-format msgid "`%s` skips -mlfence-before-ret on `%s`" msgstr "" -#: config/tc-i386.c:4787 +#: config/tc-i386.c:4919 +msgid "0x%" +msgstr "" + +#: config/tc-i386.c:4958 #, c-format msgid "SSE instruction `%s' is used" msgstr "" -#: config/tc-i386.c:4810 +#: config/tc-i386.c:4981 msgid "expecting lockable instruction after `lock'" msgstr "" -#: config/tc-i386.c:4820 +#: config/tc-i386.c:4991 #, c-format msgid "data size prefix invalid with `%s'" msgstr "" -#: config/tc-i386.c:4830 +#: config/tc-i386.c:5001 msgid "expecting valid branch instruction after `bnd'" msgstr "" -#: config/tc-i386.c:4834 +#: config/tc-i386.c:5005 msgid "expecting indirect branch instruction after `notrack'" msgstr "" -#: config/tc-i386.c:4839 +#: config/tc-i386.c:5010 msgid "32-bit address isn't allowed in 64-bit MPX instructions." msgstr "" -#: config/tc-i386.c:4843 +#: config/tc-i386.c:5014 msgid "16-bit address isn't allowed in MPX instructions" msgstr "" -#: config/tc-i386.c:4853 +#: config/tc-i386.c:5024 msgid "replacing `rep'/`repe' prefix by `bnd'" msgstr "" #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. -#: config/tc-i386.c:4925 +#: config/tc-i386.c:5096 #, c-format msgid "translating to `%sp'" msgstr "" -#: config/tc-i386.c:4932 +#: config/tc-i386.c:5103 #, c-format msgid "instruction `%s' isn't supported outside of protected mode." msgstr "" -#: config/tc-i386.c:4940 +#: config/tc-i386.c:5111 #, c-format msgid "REX prefix invalid with `%s'" msgstr "" -#: config/tc-i386.c:5000 +#: config/tc-i386.c:5172 #, c-format msgid "can't encode register '%s%s' in an instruction requiring REX prefix." msgstr "" -#: config/tc-i386.c:5076 config/tc-i386.c:5279 +#: config/tc-i386.c:5248 config/tc-i386.c:5452 #, c-format msgid "no such instruction: `%s'" msgstr "" -#: config/tc-i386.c:5087 config/tc-i386.c:5312 +#: config/tc-i386.c:5259 config/tc-i386.c:5485 #, c-format msgid "invalid character %s in mnemonic" msgstr "" -#: config/tc-i386.c:5094 +#: config/tc-i386.c:5266 msgid "expecting prefix; got nothing" msgstr "" -#: config/tc-i386.c:5096 +#: config/tc-i386.c:5268 msgid "expecting mnemonic; got nothing" msgstr "" -#: config/tc-i386.c:5111 config/tc-i386.c:5334 +#: config/tc-i386.c:5283 config/tc-i386.c:5507 #, c-format msgid "`%s' is only supported in 64-bit mode" msgstr "" -#: config/tc-i386.c:5112 config/tc-i386.c:5333 +#: config/tc-i386.c:5284 config/tc-i386.c:5506 #, c-format msgid "`%s' is not supported in 64-bit mode" msgstr "" -#: config/tc-i386.c:5124 +#: config/tc-i386.c:5296 #, c-format msgid "redundant %s prefix" msgstr "" -#: config/tc-i386.c:5325 +#: config/tc-i386.c:5498 msgid "use .code16 to ensure correct addressing mode" msgstr "" -#: config/tc-i386.c:5337 +#: config/tc-i386.c:5510 #, c-format msgid "`%s' is not supported on `%s%s'" msgstr "" -#: config/tc-i386.c:5363 +#: config/tc-i386.c:5538 #, c-format msgid "invalid character %s before operand %d" msgstr "" -#: config/tc-i386.c:5377 +#: config/tc-i386.c:5550 #, c-format -msgid "unbalanced parenthesis in operand %d." +msgid "unbalanced double quotes in operand %d." msgstr "" -#: config/tc-i386.c:5380 +#: config/tc-i386.c:5557 #, c-format -msgid "unbalanced brackets in operand %d." +msgid "unbalanced parenthesis in operand %d." msgstr "" -#: config/tc-i386.c:5389 +#: config/tc-i386.c:5570 #, c-format msgid "invalid character %s in operand %d" msgstr "" -#: config/tc-i386.c:5416 +#: config/tc-i386.c:5590 #, c-format msgid "spurious operands; (%d operands/instruction max)" msgstr "" -#: config/tc-i386.c:5426 config/tc-i386.c:11403 +#: config/tc-i386.c:5600 config/tc-i386.c:11480 #, c-format msgid "too many memory references for `%s'" msgstr "" -#: config/tc-i386.c:5447 +#: config/tc-i386.c:5621 msgid "expecting operand after ','; got nothing" msgstr "" -#: config/tc-i386.c:5452 +#: config/tc-i386.c:5626 msgid "expecting operand before ','; got nothing" msgstr "" -#: config/tc-i386.c:5881 +#: config/tc-i386.c:6046 msgid "mask, index, and destination registers should be distinct" msgstr "" -#: config/tc-i386.c:5898 +#: config/tc-i386.c:6063 msgid "index and destination registers should be distinct" msgstr "" -#: config/tc-i386.c:6636 +#: config/tc-i386.c:6806 msgid "operand size mismatch" msgstr "" -#: config/tc-i386.c:6639 +#: config/tc-i386.c:6809 msgid "operand type mismatch" msgstr "" -#: config/tc-i386.c:6642 +#: config/tc-i386.c:6812 msgid "register type mismatch" msgstr "" -#: config/tc-i386.c:6645 +#: config/tc-i386.c:6815 msgid "number of operands mismatch" msgstr "" -#: config/tc-i386.c:6648 +#: config/tc-i386.c:6818 msgid "invalid instruction suffix" msgstr "" -#: config/tc-i386.c:6651 +#: config/tc-i386.c:6821 msgid "constant doesn't fit in 4 bits" msgstr "" -#: config/tc-i386.c:6654 +#: config/tc-i386.c:6824 msgid "unsupported with Intel mnemonic" msgstr "" -#: config/tc-i386.c:6657 +#: config/tc-i386.c:6827 msgid "unsupported syntax" msgstr "" -#: config/tc-i386.c:6660 +#: config/tc-i386.c:6830 #, c-format msgid "unsupported instruction `%s'" msgstr "" -#: config/tc-i386.c:6664 +#: config/tc-i386.c:6834 msgid "invalid SIB address" msgstr "" -#: config/tc-i386.c:6667 +#: config/tc-i386.c:6837 msgid "invalid VSIB address" msgstr "" -#: config/tc-i386.c:6670 +#: config/tc-i386.c:6840 msgid "mask, index, and destination registers must be distinct" msgstr "" -#: config/tc-i386.c:6673 +#: config/tc-i386.c:6843 msgid "all tmm registers must be distinct" msgstr "" -#: config/tc-i386.c:6676 +#: config/tc-i386.c:6846 msgid "unsupported vector index register" msgstr "" -#: config/tc-i386.c:6679 +#: config/tc-i386.c:6849 msgid "unsupported broadcast" msgstr "" -#: config/tc-i386.c:6682 +#: config/tc-i386.c:6852 msgid "broadcast is needed for operand of such type" msgstr "" -#: config/tc-i386.c:6685 +#: config/tc-i386.c:6855 msgid "unsupported masking" msgstr "" -#: config/tc-i386.c:6688 +#: config/tc-i386.c:6858 msgid "mask not on destination operand" msgstr "" -#: config/tc-i386.c:6691 +#: config/tc-i386.c:6861 msgid "default mask isn't allowed" msgstr "" -#: config/tc-i386.c:6694 +#: config/tc-i386.c:6864 msgid "unsupported static rounding/sae" msgstr "" -#: config/tc-i386.c:6698 +#: config/tc-i386.c:6868 msgid "RC/SAE operand must precede immediate operands" msgstr "" -#: config/tc-i386.c:6700 +#: config/tc-i386.c:6870 msgid "RC/SAE operand must follow immediate operands" msgstr "" -#: config/tc-i386.c:6703 config/tc-metag.c:4789 config/tc-metag.c:5530 -#: config/tc-metag.c:5552 +#: config/tc-i386.c:6873 config/tc-metag.c:4787 config/tc-metag.c:5528 +#: config/tc-metag.c:5550 msgid "invalid register operand" msgstr "" -#: config/tc-i386.c:6706 +#: config/tc-i386.c:6876 #, c-format msgid "%s for `%s'" msgstr "" -#: config/tc-i386.c:6715 +#: config/tc-i386.c:6885 #, 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:6722 +#: config/tc-i386.c:6892 #, c-format msgid "stand-alone `%s' prefix" msgstr "" -#: config/tc-i386.c:6764 +#: config/tc-i386.c:6934 #, c-format msgid "`%s' operand %u must use `%ses' segment" msgstr "" -#: config/tc-i386.c:6912 +#: config/tc-i386.c:7089 msgid "generating 16-bit `iret' for .code16gcc directive" msgstr "" -#: config/tc-i386.c:6916 +#: config/tc-i386.c:7093 #, c-format msgid "generating 32-bit `%s', unlike earlier gas versions" msgstr "" -#: config/tc-i386.c:7033 +#: config/tc-i386.c:7211 #, c-format msgid "ambiguous operand size for `%s'" msgstr "" -#: config/tc-i386.c:7038 +#: config/tc-i386.c:7216 #, c-format msgid "" "no instruction mnemonic suffix given and no register operands; can't size `" "%s'" msgstr "" -#: config/tc-i386.c:7043 +#: config/tc-i386.c:7221 #, c-format msgid "%s; using default for `%s'" msgstr "" -#: config/tc-i386.c:7045 +#: config/tc-i386.c:7223 msgid "ambiguous operand size" msgstr "" -#: config/tc-i386.c:7046 +#: config/tc-i386.c:7224 msgid "no instruction mnemonic suffix given and no register operands" msgstr "" -#: config/tc-i386.c:7189 +#: config/tc-i386.c:7364 #, c-format msgid "16-bit addressing unavailable for `%s'" msgstr "" -#: config/tc-i386.c:7252 +#: config/tc-i386.c:7432 #, c-format msgid "invalid register operand size for `%s'" msgstr "" #. Any other register is bad. -#: config/tc-i386.c:7291 config/tc-i386.c:7316 config/tc-i386.c:7375 -#: config/tc-i386.c:7425 +#: config/tc-i386.c:7472 config/tc-i386.c:7497 config/tc-i386.c:7556 +#: config/tc-i386.c:7606 #, c-format msgid "`%s%s' not allowed with `%s%c'" msgstr "" -#: config/tc-i386.c:7329 config/tc-i386.c:7349 config/tc-i386.c:7400 -#: config/tc-i386.c:7439 +#: config/tc-i386.c:7510 config/tc-i386.c:7530 config/tc-i386.c:7581 +#: config/tc-i386.c:7620 #, c-format msgid "incorrect register `%s%s' used with `%c' suffix" msgstr "" -#: config/tc-i386.c:7506 +#: config/tc-i386.c:7687 msgid "no instruction mnemonic suffix given; can't determine immediate size" msgstr "" -#: config/tc-i386.c:7670 +#: config/tc-i386.c:7851 #, 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:7714 +#: config/tc-i386.c:7895 #, c-format msgid "you can't `%s %s%s'" msgstr "" #. Reversed arguments on faddp, fsubp, etc. -#: config/tc-i386.c:7752 +#: config/tc-i386.c:7935 #, c-format msgid "translating to `%s %s%s,%s%s'" msgstr "" #. Extraneous `l' suffix on fp insn. -#: config/tc-i386.c:7759 +#: config/tc-i386.c:7942 #, c-format msgid "translating to `%s %s%s'" msgstr "" -#: config/tc-i386.c:7770 +#: config/tc-i386.c:7954 #, c-format msgid "segment override on `%s' is ineffectual" msgstr "" -#: config/tc-i386.c:8528 config/tc-riscv.c:1185 +#: config/tc-i386.c:8693 config/tc-riscv.c:1296 msgid "relaxable branches not supported in absolute section" msgstr "" -#: config/tc-i386.c:8563 config/tc-i386.c:8706 config/tc-i386.c:8773 +#: config/tc-i386.c:8728 config/tc-i386.c:8874 config/tc-i386.c:8956 #, c-format msgid "skipping prefixes on `%s'" msgstr "" -#: config/tc-i386.c:8799 +#: config/tc-i386.c:8982 msgid "16-bit jump out of range" msgstr "" -#: config/tc-i386.c:9053 config/tc-i386.c:9085 config/tc-i386.c:9175 +#: config/tc-i386.c:9236 config/tc-i386.c:9268 config/tc-i386.c:9357 #, c-format msgid "`%s` skips -malign-branch-boundary on `%s`" msgstr "" -#: config/tc-i386.c:9434 +#: config/tc-i386.c:9633 msgid "pseudo prefix without instruction" msgstr "" -#: config/tc-i386.c:9561 +#: config/tc-i386.c:9779 #, c-format msgid "instruction length of %u bytes exceeds the limit of 15" msgstr "" -#: config/tc-i386.c:10147 config/tc-i386.c:10249 +#: config/tc-i386.c:10365 #, c-format msgid "@%s reloc is not supported with %d-bit output format" msgstr "" -#: config/tc-i386.c:10300 +#: config/tc-i386.c:10418 #, c-format msgid "missing or invalid expression `%s'" msgstr "" -#: config/tc-i386.c:10309 +#: config/tc-i386.c:10427 #, c-format msgid "invalid PLT expression `%s'" msgstr "" -#: config/tc-i386.c:10395 +#: config/tc-i386.c:10519 #, c-format msgid "Unsupported broadcast: `%s'" msgstr "" -#: config/tc-i386.c:10414 +#: config/tc-i386.c:10536 #, c-format msgid "`%s%s' can't be used for write mask" msgstr "" -#: config/tc-i386.c:10437 +#: config/tc-i386.c:10556 #, c-format msgid "invalid write mask `%s'" msgstr "" -#: config/tc-i386.c:10459 config/tc-i386.c:11179 +#: config/tc-i386.c:10577 config/tc-i386.c:11271 #, c-format msgid "duplicated `%s'" msgstr "" -#: config/tc-i386.c:10469 +#: config/tc-i386.c:10587 #, c-format msgid "invalid zeroing-masking `%s'" msgstr "" -#: config/tc-i386.c:10482 +#: config/tc-i386.c:10600 #, c-format msgid "missing `}' in `%s'" msgstr "" #. We don't know this one. -#: config/tc-i386.c:10496 +#: config/tc-i386.c:10614 #, c-format msgid "unknown vector operation: `%s'" msgstr "" -#: config/tc-i386.c:10502 +#: config/tc-i386.c:10620 msgid "zeroing-masking only allowed with write mask" msgstr "" -#: config/tc-i386.c:10522 +#: config/tc-i386.c:10640 #, c-format msgid "at most %d immediate operands are allowed" msgstr "" -#: config/tc-i386.c:10554 config/tc-i386.c:10822 +#: config/tc-i386.c:10662 config/tc-i386.c:10930 #, c-format msgid "junk `%s' after expression" msgstr "" -#: config/tc-i386.c:10575 +#: config/tc-i386.c:10675 #, c-format -msgid "missing or invalid immediate expression `%s'" +msgid "illegal immediate register operand %s" msgstr "" -#: config/tc-i386.c:10598 config/tc-i386.c:10912 +#: config/tc-i386.c:10689 #, c-format -msgid "unimplemented segment %s in operand" +msgid "missing or invalid immediate expression `%s'" msgstr "" -#: config/tc-i386.c:10605 +#: config/tc-i386.c:10712 config/tc-i386.c:11010 #, c-format -msgid "illegal immediate register operand %s" +msgid "unimplemented segment %s in operand" msgstr "" -#: config/tc-i386.c:10653 +#: config/tc-i386.c:10761 #, c-format msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" msgstr "" -#: config/tc-i386.c:10662 +#: config/tc-i386.c:10770 #, c-format msgid "scale factor of %d without an index register" msgstr "" -#: config/tc-i386.c:10684 +#: config/tc-i386.c:10792 #, c-format msgid "at most %d displacement operands are allowed" msgstr "" -#: config/tc-i386.c:10878 +#: config/tc-i386.c:10986 #, c-format msgid "missing or invalid displacement expression `%s'" msgstr "" -#: config/tc-i386.c:10895 -#, c-format -msgid "0x%lx out range of signed 32bit displacement" -msgstr "" - -#: config/tc-i386.c:11068 +#: config/tc-i386.c:11160 #, c-format msgid "`%s' is not valid here (expected `%c%s%s%c')" msgstr "" -#: config/tc-i386.c:11080 +#: config/tc-i386.c:11172 #, c-format msgid "`%s' is not a valid %s expression" msgstr "" -#: config/tc-i386.c:11092 +#: config/tc-i386.c:11184 #, c-format msgid "invalid `%s' prefix" msgstr "" -#: config/tc-i386.c:11121 +#: config/tc-i386.c:11217 #, c-format msgid "`%s' cannot be used here" msgstr "" -#: config/tc-i386.c:11128 +#: config/tc-i386.c:11226 msgid "register scaling is being ignored here" msgstr "" -#: config/tc-i386.c:11192 +#: config/tc-i386.c:11288 #, c-format msgid "Missing '}': '%s'" msgstr "" -#: config/tc-i386.c:11198 +#: config/tc-i386.c:11294 #, c-format msgid "Junk after '}': '%s'" msgstr "" -#: config/tc-i386.c:11327 +#: config/tc-i386.c:11416 #, c-format msgid "bad memory operand `%s'" msgstr "" -#: config/tc-i386.c:11351 +#: config/tc-i386.c:11432 #, c-format msgid "junk `%s' after register" msgstr "" -#: config/tc-i386.c:11364 config/tc-i386.c:11505 config/tc-i386.c:11549 +#: config/tc-i386.c:11445 config/tc-i386.c:11609 config/tc-i386.c:11653 #, c-format msgid "bad register name `%s'" msgstr "" -#: config/tc-i386.c:11372 +#: config/tc-i386.c:11453 msgid "immediate operand illegal with absolute jump" msgstr "" -#: config/tc-i386.c:11494 +#: config/tc-i386.c:11521 +msgid "unbalanced figure braces" +msgstr "" + +#: config/tc-i386.c:11598 #, c-format msgid "expecting `,' or `)' after index register in `%s'" msgstr "" -#: config/tc-i386.c:11522 +#: config/tc-i386.c:11626 #, c-format msgid "expecting `)' after scale factor in `%s'" msgstr "" -#: config/tc-i386.c:11530 +#: config/tc-i386.c:11634 #, c-format msgid "expecting index register or scale factor after `,'; got '%c'" msgstr "" -#: config/tc-i386.c:11538 +#: config/tc-i386.c:11642 #, c-format msgid "expecting `,' or `)' after base register in `%s'" msgstr "" #. It's not a memory operand; argh! -#: config/tc-i386.c:11587 +#: config/tc-i386.c:11691 #, c-format msgid "invalid char %s beginning operand %d `%s'" msgstr "" -#: config/tc-i386.c:12240 +#: config/tc-i386.c:12350 #, c-format msgid "%s:%u: add %d%s at 0x%llx to align %s within %d-byte boundary\n" msgstr "" -#: config/tc-i386.c:12243 +#: config/tc-i386.c:12353 #, c-format msgid "" "%s:%u: add additional %d%s at 0x%llx to align %s within %d-byte boundary\n" msgstr "" -#: config/tc-i386.c:12249 +#: config/tc-i386.c:12359 #, c-format msgid "" "%s:%u: add %d%s-byte nop at 0x%llx to align %s within %d-byte boundary\n" msgstr "" -#: config/tc-i386.c:12316 +#: config/tc-i386.c:12426 msgid "long jump required" msgstr "" -#: config/tc-i386.c:12371 +#: config/tc-i386.c:12481 msgid "jump target out of range" msgstr "" -#: config/tc-i386.c:12772 +#: config/tc-i386.c:12897 #, c-format msgid "register '%s%s' cannot be used here" msgstr "" -#: config/tc-i386.c:12987 +#: config/tc-i386.c:13112 #, c-format msgid "invalid -mx86-used-note= option: `%s'" msgstr "" -#: config/tc-i386.c:13010 +#: config/tc-i386.c:13135 msgid "no compiled in support for x86_64" msgstr "" -#: config/tc-i386.c:13030 +#: config/tc-i386.c:13155 msgid "no compiled in support for 32bit x86_64" msgstr "" -#: config/tc-i386.c:13034 +#: config/tc-i386.c:13159 msgid "32bit x86_64 is only supported for ELF" msgstr "" -#: config/tc-i386.c:13068 config/tc-i386.c:13156 +#: config/tc-i386.c:13193 config/tc-i386.c:13281 #, c-format msgid "invalid -march= option: `%s'" msgstr "" -#: config/tc-i386.c:13166 config/tc-i386.c:13178 +#: config/tc-i386.c:13291 config/tc-i386.c:13303 #, c-format msgid "invalid -mtune= option: `%s'" msgstr "" -#: config/tc-i386.c:13187 +#: config/tc-i386.c:13312 #, c-format msgid "invalid -mmnemonic= option: `%s'" msgstr "" -#: config/tc-i386.c:13196 +#: config/tc-i386.c:13321 #, c-format msgid "invalid -msyntax= option: `%s'" msgstr "" -#: config/tc-i386.c:13219 +#: config/tc-i386.c:13344 #, c-format msgid "invalid -msse-check= option: `%s'" msgstr "" -#: config/tc-i386.c:13230 +#: config/tc-i386.c:13355 #, c-format msgid "invalid -moperand-check= option: `%s'" msgstr "" -#: config/tc-i386.c:13239 +#: config/tc-i386.c:13364 #, c-format msgid "invalid -mavxscalar= option: `%s'" msgstr "" -#: config/tc-i386.c:13248 +#: config/tc-i386.c:13373 #, c-format msgid "invalid -mvexwig= option: `%s'" msgstr "" -#: config/tc-i386.c:13263 +#: config/tc-i386.c:13388 #, c-format msgid "invalid -mevexlig= option: `%s'" msgstr "" -#: config/tc-i386.c:13276 +#: config/tc-i386.c:13401 #, c-format msgid "invalid -mevexrcig= option: `%s'" msgstr "" -#: config/tc-i386.c:13285 +#: config/tc-i386.c:13410 #, c-format msgid "invalid -mevexwig= option: `%s'" msgstr "" -#: config/tc-i386.c:13300 +#: config/tc-i386.c:13425 #, c-format msgid "invalid -momit-lock-prefix= option: `%s'" msgstr "" -#: config/tc-i386.c:13309 +#: config/tc-i386.c:13434 #, c-format msgid "invalid -mfence-as-lock-add= option: `%s'" msgstr "" -#: config/tc-i386.c:13318 +#: config/tc-i386.c:13443 #, c-format msgid "invalid -mlfence-after-load= option: `%s'" msgstr "" -#: config/tc-i386.c:13335 +#: config/tc-i386.c:13460 #, c-format msgid "invalid -mlfence-before-indirect-branch= option: `%s'" msgstr "" -#: config/tc-i386.c:13349 +#: config/tc-i386.c:13474 #, c-format msgid "invalid -mlfence-before-ret= option: `%s'" msgstr "" -#: config/tc-i386.c:13359 +#: config/tc-i386.c:13484 #, c-format msgid "invalid -mrelax-relocations= option: `%s'" msgstr "" -#: config/tc-i386.c:13388 +#: config/tc-i386.c:13513 #, c-format msgid "invalid -malign-branch-boundary= value: %s" msgstr "" -#: config/tc-i386.c:13402 +#: config/tc-i386.c:13527 #, c-format msgid "invalid -malign-branch-prefix-size= value: %s" msgstr "" -#: config/tc-i386.c:13429 +#: config/tc-i386.c:13554 #, c-format msgid "invalid -malign-branch= option: `%s'" msgstr "" -#: config/tc-i386.c:13585 +#: config/tc-i386.c:13710 #, c-format msgid "" " -Qy, -Qn ignored\n" @@ -8760,34 +8773,39 @@ msgid "" " -k ignored\n" msgstr "" -#: config/tc-i386.c:13590 +#: config/tc-i386.c:13715 #, c-format msgid "" " -n Do not optimize code alignment\n" " -q quieten some warnings\n" msgstr "" -#: config/tc-i386.c:13594 +#: config/tc-i386.c:13719 #, c-format msgid " -s ignored\n" msgstr "" -#: config/tc-i386.c:13599 +#: config/tc-i386.c:13724 +#, c-format +msgid " --32/--64/--x32 generate 32bit/64bit/x32 object\n" +msgstr "" + +#: config/tc-i386.c:13727 #, c-format -msgid " --32/--64/--x32 generate 32bit/64bit/x32 code\n" +msgid " --32/--64 generate 32bit/64bit object\n" msgstr "" -#: config/tc-i386.c:13603 +#: config/tc-i386.c:13732 #, c-format msgid " --divide do not treat `/' as a comment character\n" msgstr "" -#: config/tc-i386.c:13606 +#: config/tc-i386.c:13735 #, c-format msgid " --divide ignored\n" msgstr "" -#: config/tc-i386.c:13609 +#: config/tc-i386.c:13738 #, c-format msgid "" " -march=CPU[,+EXTENSION...]\n" @@ -8795,36 +8813,36 @@ msgid "" "of:\n" msgstr "" -#: config/tc-i386.c:13613 +#: config/tc-i386.c:13742 #, c-format msgid " EXTENSION is combination of:\n" msgstr "" -#: config/tc-i386.c:13616 +#: config/tc-i386.c:13745 #, c-format msgid " -mtune=CPU optimize for CPU, CPU is one of:\n" msgstr "" -#: config/tc-i386.c:13619 +#: config/tc-i386.c:13748 #, c-format msgid " -msse2avx encode SSE instructions with VEX prefix\n" msgstr "" -#: config/tc-i386.c:13621 +#: config/tc-i386.c:13750 #, c-format msgid "" " -msse-check=[none|error|warning] (default: warning)\n" " check SSE instructions\n" msgstr "" -#: config/tc-i386.c:13624 +#: config/tc-i386.c:13753 #, c-format msgid "" " -moperand-check=[none|error|warning] (default: warning)\n" " check operand combinations for validity\n" msgstr "" -#: config/tc-i386.c:13627 +#: config/tc-i386.c:13756 #, c-format msgid "" " -mavxscalar=[128|256] (default: 128)\n" @@ -8833,7 +8851,7 @@ msgid "" " length\n" msgstr "" -#: config/tc-i386.c:13631 +#: config/tc-i386.c:13760 #, c-format msgid "" " -mvexwig=[0|1] (default: 0)\n" @@ -8841,7 +8859,7 @@ msgid "" " for VEX.W bit ignored instructions\n" msgstr "" -#: config/tc-i386.c:13635 +#: config/tc-i386.c:13764 #, c-format msgid "" " -mevexlig=[128|256|512] (default: 128)\n" @@ -8850,7 +8868,7 @@ msgid "" " length\n" msgstr "" -#: config/tc-i386.c:13639 +#: config/tc-i386.c:13768 #, c-format msgid "" " -mevexwig=[0|1] (default: 0)\n" @@ -8859,7 +8877,7 @@ msgid "" " for EVEX.W bit ignored instructions\n" msgstr "" -#: config/tc-i386.c:13643 +#: config/tc-i386.c:13772 #, c-format msgid "" " -mevexrcig=[rne|rd|ru|rz] (default: rne)\n" @@ -8868,77 +8886,77 @@ msgid "" " for SAE-only ignored instructions\n" msgstr "" -#: config/tc-i386.c:13647 +#: config/tc-i386.c:13776 #, c-format msgid " -mmnemonic=[att|intel] " msgstr "" -#: config/tc-i386.c:13650 +#: config/tc-i386.c:13779 #, c-format msgid "(default: att)\n" msgstr "" -#: config/tc-i386.c:13652 +#: config/tc-i386.c:13781 #, c-format msgid "(default: intel)\n" msgstr "" -#: config/tc-i386.c:13653 +#: config/tc-i386.c:13782 #, c-format msgid " use AT&T/Intel mnemonic\n" msgstr "" -#: config/tc-i386.c:13655 +#: config/tc-i386.c:13784 #, c-format msgid "" " -msyntax=[att|intel] (default: att)\n" " use AT&T/Intel syntax\n" msgstr "" -#: config/tc-i386.c:13658 +#: config/tc-i386.c:13787 #, c-format msgid " -mindex-reg support pseudo index registers\n" msgstr "" -#: config/tc-i386.c:13660 +#: config/tc-i386.c:13789 #, c-format msgid " -mnaked-reg don't require `%%' prefix for registers\n" msgstr "" -#: config/tc-i386.c:13662 +#: config/tc-i386.c:13791 #, c-format msgid " -madd-bnd-prefix add BND prefix for all valid branches\n" msgstr "" -#: config/tc-i386.c:13665 +#: config/tc-i386.c:13794 #, c-format msgid " -mshared disable branch optimization for shared code\n" msgstr "" -#: config/tc-i386.c:13667 +#: config/tc-i386.c:13796 #, c-format msgid " -mx86-used-note=[no|yes] " msgstr "" -#: config/tc-i386.c:13673 +#: config/tc-i386.c:13802 #, c-format msgid "" " generate x86 used ISA and feature properties\n" msgstr "" -#: config/tc-i386.c:13677 +#: config/tc-i386.c:13806 #, c-format msgid " -mbig-obj generate big object files\n" msgstr "" -#: config/tc-i386.c:13680 +#: config/tc-i386.c:13809 #, c-format msgid "" " -momit-lock-prefix=[no|yes] (default: no)\n" " strip all lock prefixes\n" msgstr "" -#: config/tc-i386.c:13683 +#: config/tc-i386.c:13812 #, c-format msgid "" " -mfence-as-lock-add=[no|yes] (default: no)\n" @@ -8946,24 +8964,24 @@ msgid "" " lock addl $0x0, (%%{re}sp)\n" msgstr "" -#: config/tc-i386.c:13687 +#: config/tc-i386.c:13816 #, c-format msgid " -mrelax-relocations=[no|yes] " msgstr "" -#: config/tc-i386.c:13693 +#: config/tc-i386.c:13822 #, c-format msgid " generate relax relocations\n" msgstr "" -#: config/tc-i386.c:13695 +#: config/tc-i386.c:13824 #, c-format msgid "" " -malign-branch-boundary=NUM (default: 0)\n" " align branches within NUM byte boundary\n" msgstr "" -#: config/tc-i386.c:13698 +#: config/tc-i386.c:13827 #, c-format msgid "" " -malign-branch=TYPE[+TYPE...] (default: jcc+fused+jmp)\n" @@ -8973,28 +8991,28 @@ msgid "" " specify types of branches to align\n" msgstr "" -#: config/tc-i386.c:13703 +#: config/tc-i386.c:13832 #, c-format msgid "" " -malign-branch-prefix-size=NUM (default: 5)\n" " align branches with NUM prefixes per instruction\n" msgstr "" -#: config/tc-i386.c:13706 +#: config/tc-i386.c:13835 #, c-format msgid "" " -mbranches-within-32B-boundaries\n" " align branches within 32 byte boundary\n" msgstr "" -#: config/tc-i386.c:13709 +#: config/tc-i386.c:13838 #, c-format msgid "" " -mlfence-after-load=[no|yes] (default: no)\n" " generate lfence after load\n" msgstr "" -#: config/tc-i386.c:13712 +#: config/tc-i386.c:13841 #, c-format msgid "" " -mlfence-before-indirect-branch=[none|all|register|memory] (default: " @@ -9002,692 +9020,692 @@ msgid "" " generate lfence before indirect near branch\n" msgstr "" -#: config/tc-i386.c:13715 +#: config/tc-i386.c:13844 #, c-format msgid "" " -mlfence-before-ret=[none|or|not|shl|yes] (default: none)\n" " generate lfence before ret\n" msgstr "" -#: config/tc-i386.c:13718 +#: config/tc-i386.c:13847 #, c-format msgid " -mamd64 accept only AMD64 ISA [default]\n" msgstr "" -#: config/tc-i386.c:13720 +#: config/tc-i386.c:13849 #, c-format msgid " -mintel64 accept only Intel64 ISA\n" msgstr "" -#: config/tc-i386.c:13761 +#: config/tc-i386.c:13890 #, c-format msgid "Intel MCU doesn't support `%s' architecture" msgstr "" -#: config/tc-i386.c:13827 +#: config/tc-i386.c:13958 msgid "Intel L1OM is 64bit only" msgstr "" -#: config/tc-i386.c:13833 +#: config/tc-i386.c:13964 msgid "Intel K1OM is 64bit only" msgstr "" -#: config/tc-i386.c:13839 +#: config/tc-i386.c:13970 msgid "Intel MCU is 32bit only" msgstr "" -#: config/tc-i386.c:13951 +#: config/tc-i386.c:14082 msgid "" "constant directive skips -mlfence-before-ret and -mlfence-before-indirect-" "branch" msgstr "" -#: config/tc-i386.c:13954 +#: config/tc-i386.c:14085 msgid "constant directive skips -mlfence-before-ret" msgstr "" -#: config/tc-i386.c:13957 +#: config/tc-i386.c:14088 msgid "constant directive skips -mlfence-before-indirect-branch" msgstr "" -#: config/tc-i386.c:14032 +#: config/tc-i386.c:14199 msgid "symbol size computation overflow" msgstr "" -#: config/tc-i386.c:14100 config/tc-sparc.c:3852 +#: config/tc-i386.c:14273 config/tc-sparc.c:3852 #, c-format msgid "can not do %d byte pc-relative relocation" msgstr "" -#: config/tc-i386.c:14118 +#: config/tc-i386.c:14291 #, c-format msgid "can not do %d byte relocation" msgstr "" -#: config/tc-i386.c:14186 +#: config/tc-i386.c:14359 #, c-format msgid "cannot represent relocation type %s in x32 mode" msgstr "" -#: config/tc-i386.c:14223 config/tc-s390.c:2603 +#: config/tc-i386.c:14396 config/tc-s390.c:2605 #, c-format msgid "cannot represent relocation type %s" msgstr "" -#: config/tc-i386.c:14340 +#: config/tc-i386.c:14513 msgid "bad .section directive: want a,l,w,x,M,S,G,T in string" msgstr "" -#: config/tc-i386.c:14343 +#: config/tc-i386.c:14516 msgid "bad .section directive: want a,w,x,M,S,G,T in string" msgstr "" -#: config/tc-i386.c:14362 +#: config/tc-i386.c:14535 msgid ".largecomm supported only in 64bit mode, producing .comm" msgstr "" -#: config/tc-ia64.c:872 +#: config/tc-ia64.c:869 msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-ia64.c:924 +#: config/tc-ia64.c:921 msgid "Size of frame exceeds maximum of 96 registers" msgstr "" -#: config/tc-ia64.c:929 +#: config/tc-ia64.c:926 msgid "Size of rotating registers exceeds frame size" msgstr "" -#: config/tc-ia64.c:1016 +#: config/tc-ia64.c:1013 msgid "Unwind directive not followed by an instruction." msgstr "" -#: config/tc-ia64.c:1025 config/tc-ia64.c:7593 +#: config/tc-ia64.c:1022 config/tc-ia64.c:7604 msgid "qualifying predicate not followed by instruction" msgstr "" -#: config/tc-ia64.c:1073 +#: config/tc-ia64.c:1070 msgid "expected ',' after section name" msgstr "" -#: config/tc-ia64.c:1108 +#: config/tc-ia64.c:1105 msgid "expected ',' after symbol name" msgstr "" -#: config/tc-ia64.c:1132 +#: config/tc-ia64.c:1129 msgid "expected ',' after symbol size" msgstr "" -#: config/tc-ia64.c:1215 config/tc-ia64.c:1249 +#: config/tc-ia64.c:1212 config/tc-ia64.c:1246 msgid "record type is not valid" msgstr "" -#: config/tc-ia64.c:1318 +#: config/tc-ia64.c:1315 msgid "Invalid record type for P3 format." msgstr "" -#: config/tc-ia64.c:1354 +#: config/tc-ia64.c:1351 msgid "Invalid record type for format P6" msgstr "" -#: config/tc-ia64.c:1534 config/tc-ia64.c:1586 +#: config/tc-ia64.c:1531 config/tc-ia64.c:1583 msgid "Invalid record type for format B1" msgstr "" -#: config/tc-ia64.c:1619 +#: config/tc-ia64.c:1616 msgid "Invalid record type for format X1" msgstr "" -#: config/tc-ia64.c:1661 +#: config/tc-ia64.c:1658 msgid "Invalid record type for format X3" msgstr "" -#: config/tc-ia64.c:1699 +#: config/tc-ia64.c:1696 msgid "Previous .save incomplete" msgstr "" -#: config/tc-ia64.c:2524 +#: config/tc-ia64.c:2521 msgid "spill_mask record unimplemented." msgstr "" -#: config/tc-ia64.c:2581 +#: config/tc-ia64.c:2578 msgid "record_type_not_valid" msgstr "" -#: config/tc-ia64.c:2665 +#: config/tc-ia64.c:2662 msgid "Ignoring attempt to spill beyond end of region" msgstr "" -#: config/tc-ia64.c:2724 +#: config/tc-ia64.c:2721 msgid "Only constant space allocation is supported" msgstr "" -#: config/tc-ia64.c:2738 +#: config/tc-ia64.c:2735 msgid "Only constant offsets are supported" msgstr "" -#: config/tc-ia64.c:2762 +#: config/tc-ia64.c:2759 msgid "Section switching in code is not supported." msgstr "" -#: config/tc-ia64.c:2804 +#: config/tc-ia64.c:2801 msgid "Insn slot not set in unwind record." msgstr "" -#: config/tc-ia64.c:2878 +#: config/tc-ia64.c:2875 msgid "frgr_mem record before region record!" msgstr "" -#: config/tc-ia64.c:2889 +#: config/tc-ia64.c:2886 msgid "fr_mem record before region record!" msgstr "" -#: config/tc-ia64.c:2898 +#: config/tc-ia64.c:2895 msgid "gr_mem record before region record!" msgstr "" -#: config/tc-ia64.c:2907 +#: config/tc-ia64.c:2904 msgid "br_mem record before region record!" msgstr "" -#: config/tc-ia64.c:2917 +#: config/tc-ia64.c:2914 msgid "gr_gr record before region record!" msgstr "" -#: config/tc-ia64.c:2925 +#: config/tc-ia64.c:2922 msgid "br_gr record before region record!" msgstr "" -#: config/tc-ia64.c:3043 +#: config/tc-ia64.c:3040 #, c-format msgid "First operand to .%s must be a predicate" msgstr "" -#: config/tc-ia64.c:3047 +#: config/tc-ia64.c:3044 #, c-format msgid "Pointless use of p0 as first operand to .%s" msgstr "" -#: config/tc-ia64.c:3103 +#: config/tc-ia64.c:3100 #, c-format msgid "Operand %d to .%s must be a preserved register" msgstr "" -#: config/tc-ia64.c:3139 +#: config/tc-ia64.c:3136 #, c-format msgid "Operand %d to .%s must be a writable register" msgstr "" -#: config/tc-ia64.c:3163 +#: config/tc-ia64.c:3160 #, c-format msgid "Radix `%s' unsupported or invalid" msgstr "" -#: config/tc-ia64.c:3193 config/tc-ia64.c:3198 +#: config/tc-ia64.c:3190 config/tc-ia64.c:3195 #, c-format msgid ".%s outside of %s" msgstr "" -#: config/tc-ia64.c:3284 +#: config/tc-ia64.c:3281 msgid "Tags on unwind pseudo-ops aren't supported, yet" msgstr "" -#: config/tc-ia64.c:3306 +#: config/tc-ia64.c:3303 msgid "First operand to .fframe must be a constant" msgstr "" -#: config/tc-ia64.c:3326 +#: config/tc-ia64.c:3323 msgid "First operand to .vframe must be a general register" msgstr "" -#: config/tc-ia64.c:3334 +#: config/tc-ia64.c:3331 msgid "Operand of .vframe contradicts .prologue" msgstr "" -#: config/tc-ia64.c:3344 +#: config/tc-ia64.c:3341 msgid ".vframepsp is meaningless, assuming .vframesp was meant" msgstr "" -#: config/tc-ia64.c:3352 +#: config/tc-ia64.c:3349 msgid "Operand to .vframesp must be a constant (sp-relative offset)" msgstr "" -#: config/tc-ia64.c:3379 +#: config/tc-ia64.c:3376 msgid "First operand to .save not a register" msgstr "" -#: config/tc-ia64.c:3385 +#: config/tc-ia64.c:3382 msgid "Second operand to .save not a valid register" msgstr "" -#: config/tc-ia64.c:3416 config/tc-ia64.c:3427 config/tc-ia64.c:3435 +#: config/tc-ia64.c:3413 config/tc-ia64.c:3424 config/tc-ia64.c:3432 msgid "Second operand of .save contradicts .prologue" msgstr "" -#: config/tc-ia64.c:3442 +#: config/tc-ia64.c:3439 msgid "First operand to .save not a valid register" msgstr "" -#: config/tc-ia64.c:3460 +#: config/tc-ia64.c:3457 msgid "First operand to .restore must be stack pointer (sp)" msgstr "" -#: config/tc-ia64.c:3469 +#: config/tc-ia64.c:3466 msgid "Second operand to .restore must be a constant >= 0" msgstr "" -#: config/tc-ia64.c:3479 +#: config/tc-ia64.c:3476 #, c-format msgid "Epilogue count of %lu exceeds number of nested prologues (%u)" msgstr "" -#: config/tc-ia64.c:3565 +#: config/tc-ia64.c:3562 #, c-format msgid "Illegal section name `%s' (causes unwind section name clash)" msgstr "" -#: config/tc-ia64.c:3741 +#: config/tc-ia64.c:3737 msgid "First operand to .altrp not a valid branch register" msgstr "" -#: config/tc-ia64.c:3770 +#: config/tc-ia64.c:3766 #, c-format msgid "First operand to .%s not a register" msgstr "" -#: config/tc-ia64.c:3775 +#: config/tc-ia64.c:3771 #, c-format msgid "Second operand to .%s not a constant" msgstr "" -#: config/tc-ia64.c:3842 +#: config/tc-ia64.c:3838 #, c-format msgid "First operand to .%s not a valid register" msgstr "" -#: config/tc-ia64.c:3865 +#: config/tc-ia64.c:3861 msgid "First operand to .save.g must be a positive 4-bit constant" msgstr "" -#: config/tc-ia64.c:3878 +#: config/tc-ia64.c:3874 msgid "Second operand to .save.g must be a general register" msgstr "" -#: config/tc-ia64.c:3883 +#: config/tc-ia64.c:3879 #, c-format msgid "Second operand to .save.g must be the first of %d general registers" msgstr "" -#: config/tc-ia64.c:3906 +#: config/tc-ia64.c:3902 msgid "Operand to .save.f must be a positive 20-bit constant" msgstr "" -#: config/tc-ia64.c:3929 +#: config/tc-ia64.c:3925 msgid "First operand to .save.b must be a positive 5-bit constant" msgstr "" -#: config/tc-ia64.c:3942 +#: config/tc-ia64.c:3938 msgid "Second operand to .save.b must be a general register" msgstr "" -#: config/tc-ia64.c:3947 +#: config/tc-ia64.c:3943 #, c-format msgid "Second operand to .save.b must be the first of %d general registers" msgstr "" -#: config/tc-ia64.c:3973 +#: config/tc-ia64.c:3969 msgid "First operand to .save.gf must be a non-negative 4-bit constant" msgstr "" -#: config/tc-ia64.c:3981 +#: config/tc-ia64.c:3977 msgid "Second operand to .save.gf must be a non-negative 20-bit constant" msgstr "" -#: config/tc-ia64.c:3989 +#: config/tc-ia64.c:3985 msgid "Operands to .save.gf may not be both zero" msgstr "" -#: config/tc-ia64.c:4006 +#: config/tc-ia64.c:4002 msgid "Operand to .spill must be a constant" msgstr "" -#: config/tc-ia64.c:4075 +#: config/tc-ia64.c:4071 #, c-format msgid "Operand %d to .%s must be a constant" msgstr "" -#: config/tc-ia64.c:4096 +#: config/tc-ia64.c:4092 #, c-format msgid "Missing .label_state %ld" msgstr "" -#: config/tc-ia64.c:4150 +#: config/tc-ia64.c:4146 msgid "Operand to .label_state must be a constant" msgstr "" -#: config/tc-ia64.c:4169 +#: config/tc-ia64.c:4165 msgid "Operand to .copy_state must be a constant" msgstr "" -#: config/tc-ia64.c:4192 +#: config/tc-ia64.c:4188 msgid "First operand to .unwabi must be a constant" msgstr "" -#: config/tc-ia64.c:4198 +#: config/tc-ia64.c:4194 msgid "Second operand to .unwabi must be a constant" msgstr "" -#: config/tc-ia64.c:4233 +#: config/tc-ia64.c:4229 msgid "Missing .endp after previous .proc" msgstr "" -#: config/tc-ia64.c:4251 +#: config/tc-ia64.c:4247 msgid "Empty argument of .proc" msgstr "" -#: config/tc-ia64.c:4256 +#: config/tc-ia64.c:4252 #, c-format msgid "`%s' was already defined" msgstr "" -#: config/tc-ia64.c:4299 +#: config/tc-ia64.c:4295 msgid "Initial .body should precede any instructions" msgstr "" -#: config/tc-ia64.c:4318 +#: config/tc-ia64.c:4314 msgid ".prologue within prologue" msgstr "" -#: config/tc-ia64.c:4323 +#: config/tc-ia64.c:4319 msgid "Initial .prologue should precede any instructions" msgstr "" -#: config/tc-ia64.c:4333 +#: config/tc-ia64.c:4329 msgid "First operand to .prologue must be a positive 4-bit constant" msgstr "" -#: config/tc-ia64.c:4335 +#: config/tc-ia64.c:4331 msgid "Pointless use of zero first operand to .prologue" msgstr "" -#: config/tc-ia64.c:4351 +#: config/tc-ia64.c:4347 msgid "Using a constant as second operand to .prologue is deprecated" msgstr "" -#: config/tc-ia64.c:4357 +#: config/tc-ia64.c:4353 msgid "Second operand to .prologue must be a general register" msgstr "" -#: config/tc-ia64.c:4362 +#: config/tc-ia64.c:4358 #, c-format msgid "Second operand to .prologue must be the first of %d general registers" msgstr "" -#: config/tc-ia64.c:4475 +#: config/tc-ia64.c:4471 #, c-format msgid "`%s' was not defined within procedure" msgstr "" -#: config/tc-ia64.c:4511 +#: config/tc-ia64.c:4507 msgid "Empty argument of .endp" msgstr "" -#: config/tc-ia64.c:4525 +#: config/tc-ia64.c:4521 #, c-format msgid "`%s' was not specified with previous .proc" msgstr "" -#: config/tc-ia64.c:4540 +#: config/tc-ia64.c:4536 #, c-format msgid "`%s' should be an operand to this .endp" msgstr "" -#: config/tc-ia64.c:4581 config/tc-ia64.c:4902 config/tc-ia64.c:5208 +#: config/tc-ia64.c:4577 config/tc-ia64.c:4898 config/tc-ia64.c:5204 msgid "Comma expected" msgstr "" -#: config/tc-ia64.c:4621 +#: config/tc-ia64.c:4617 msgid "Expected '['" msgstr "" -#: config/tc-ia64.c:4630 config/tc-ia64.c:7727 +#: config/tc-ia64.c:4626 config/tc-ia64.c:7738 msgid "Expected ']'" msgstr "" -#: config/tc-ia64.c:4635 +#: config/tc-ia64.c:4631 msgid "Number of elements must be positive" msgstr "" -#: config/tc-ia64.c:4646 +#: config/tc-ia64.c:4642 #, c-format msgid "Used more than the declared %d rotating registers" msgstr "" -#: config/tc-ia64.c:4654 +#: config/tc-ia64.c:4650 msgid "Used more than the available 96 rotating registers" msgstr "" -#: config/tc-ia64.c:4661 +#: config/tc-ia64.c:4657 msgid "Used more than the available 48 rotating registers" msgstr "" -#: config/tc-ia64.c:4689 +#: config/tc-ia64.c:4685 #, c-format msgid "Attempt to redefine register set `%s'" msgstr "" -#: config/tc-ia64.c:4754 +#: config/tc-ia64.c:4750 #, c-format msgid "Unknown psr option `%s'" msgstr "" -#: config/tc-ia64.c:4788 +#: config/tc-ia64.c:4784 msgid "Missing section name" msgstr "" -#: config/tc-ia64.c:4797 +#: config/tc-ia64.c:4793 msgid "Comma expected after section name" msgstr "" -#: config/tc-ia64.c:4808 +#: config/tc-ia64.c:4804 msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated." msgstr "" -#: config/tc-ia64.c:4897 +#: config/tc-ia64.c:4893 msgid "Register name expected" msgstr "" -#: config/tc-ia64.c:4910 +#: config/tc-ia64.c:4906 msgid "Register value annotation ignored" msgstr "" -#: config/tc-ia64.c:4949 +#: config/tc-ia64.c:4945 msgid "Directive invalid within a bundle" msgstr "" -#: config/tc-ia64.c:5043 +#: config/tc-ia64.c:5039 msgid "Missing predicate relation type" msgstr "" -#: config/tc-ia64.c:5049 +#: config/tc-ia64.c:5045 msgid "Unrecognized predicate relation type" msgstr "" -#: config/tc-ia64.c:5095 +#: config/tc-ia64.c:5091 msgid "Bad register range" msgstr "" -#: config/tc-ia64.c:5104 config/tc-ia64.c:7673 +#: config/tc-ia64.c:5100 config/tc-ia64.c:7684 msgid "Predicate register expected" msgstr "" -#: config/tc-ia64.c:5109 +#: config/tc-ia64.c:5105 msgid "Duplicate predicate register ignored" msgstr "" -#: config/tc-ia64.c:5125 +#: config/tc-ia64.c:5121 msgid "Predicate source and target required" msgstr "" -#: config/tc-ia64.c:5127 config/tc-ia64.c:5139 +#: config/tc-ia64.c:5123 config/tc-ia64.c:5135 msgid "Use of p0 is not valid in this context" msgstr "" -#: config/tc-ia64.c:5134 +#: config/tc-ia64.c:5130 msgid "At least two PR arguments expected" msgstr "" -#: config/tc-ia64.c:5148 +#: config/tc-ia64.c:5144 msgid "At least one PR argument expected" msgstr "" -#: config/tc-ia64.c:5180 +#: config/tc-ia64.c:5176 #, c-format msgid "duplicate entry hint %s" msgstr "" #. FIXME -- need 62-bit relocation type -#: config/tc-ia64.c:5656 +#: config/tc-ia64.c:5652 msgid "62-bit relocation not yet implemented" msgstr "" #. XXX technically, this is wrong: we should not be issuing warning #. messages until we're sure this instruction pattern is going to #. be used! -#: config/tc-ia64.c:5742 +#: config/tc-ia64.c:5738 msgid "lower 16 bits of mask ignored" msgstr "" -#: config/tc-ia64.c:5971 +#: config/tc-ia64.c:5967 msgid "stride must be a multiple of 64; lower 6 bits ignored" msgstr "" -#: config/tc-ia64.c:6089 +#: config/tc-ia64.c:6085 msgid "Expected separator `='" msgstr "" -#: config/tc-ia64.c:6125 +#: config/tc-ia64.c:6121 msgid "Duplicate equal sign (=) in instruction" msgstr "" -#: config/tc-ia64.c:6132 +#: config/tc-ia64.c:6128 #, c-format msgid "Illegal operand separator `%c'" msgstr "" -#: config/tc-ia64.c:6247 +#: config/tc-ia64.c:6243 #, c-format msgid "Operand %u of `%s' should be %s" msgstr "" -#: config/tc-ia64.c:6251 +#: config/tc-ia64.c:6247 msgid "Wrong number of output operands" msgstr "" -#: config/tc-ia64.c:6253 +#: config/tc-ia64.c:6249 msgid "Wrong number of input operands" msgstr "" -#: config/tc-ia64.c:6255 +#: config/tc-ia64.c:6251 msgid "Operand mismatch" msgstr "" -#: config/tc-ia64.c:6337 +#: config/tc-ia64.c:6333 #, c-format msgid "Invalid use of `%c%d' as output operand" msgstr "" -#: config/tc-ia64.c:6340 +#: config/tc-ia64.c:6336 #, c-format msgid "Invalid use of `r%d' as base update address operand" msgstr "" -#: config/tc-ia64.c:6364 +#: config/tc-ia64.c:6360 #, c-format msgid "Invalid duplicate use of `%c%d'" msgstr "" -#: config/tc-ia64.c:6371 +#: config/tc-ia64.c:6367 #, c-format msgid "Invalid simultaneous use of `f%d' and `f%d'" msgstr "" -#: config/tc-ia64.c:6377 +#: config/tc-ia64.c:6373 #, c-format msgid "Dangerous simultaneous use of `f%d' and `f%d'" msgstr "" -#: config/tc-ia64.c:6421 +#: config/tc-ia64.c:6417 msgid "Value truncated to 62 bits" msgstr "" -#: config/tc-ia64.c:6489 +#: config/tc-ia64.c:6485 #, c-format msgid "Bad operand value: %s" msgstr "" #. Give an error if a frag containing code is not aligned to a 16 byte #. boundary. -#: config/tc-ia64.c:6564 config/tc-ia64.h:177 +#: config/tc-ia64.c:6560 config/tc-ia64.h:177 msgid "instruction address is not a multiple of 16" msgstr "" -#: config/tc-ia64.c:6632 +#: config/tc-ia64.c:6628 #, c-format msgid "`%s' must be last in bundle" msgstr "" -#: config/tc-ia64.c:6664 +#: config/tc-ia64.c:6660 #, c-format msgid "Internal error: don't know how to force %s to end of instruction group" msgstr "" -#: config/tc-ia64.c:6677 +#: config/tc-ia64.c:6673 #, c-format msgid "`%s' must be last in instruction group" msgstr "" -#: config/tc-ia64.c:6707 +#: config/tc-ia64.c:6703 msgid "Label must be first in a bundle" msgstr "" -#: config/tc-ia64.c:6784 +#: config/tc-ia64.c:6780 msgid "hint in B unit may be treated as nop" msgstr "" -#: config/tc-ia64.c:6795 +#: config/tc-ia64.c:6791 msgid "hint in B unit can't be used" msgstr "" -#: config/tc-ia64.c:6809 +#: config/tc-ia64.c:6805 msgid "emit_one_bundle: unexpected dynamic op" msgstr "" -#: config/tc-ia64.c:6934 +#: config/tc-ia64.c:6945 #, c-format msgid "`%s' does not fit into %s template" msgstr "" -#: config/tc-ia64.c:6949 +#: config/tc-ia64.c:6960 #, c-format msgid "`%s' does not fit into bundle" msgstr "" -#: config/tc-ia64.c:6961 +#: config/tc-ia64.c:6972 #, c-format msgid "`%s' can't go in %s of %s template" msgstr "" -#: config/tc-ia64.c:6967 +#: config/tc-ia64.c:6978 msgid "Missing '}' at end of file" msgstr "" -#: config/tc-ia64.c:7114 +#: config/tc-ia64.c:7125 #, c-format msgid "Unrecognized option '-x%s'" msgstr "" -#: config/tc-ia64.c:7141 +#: config/tc-ia64.c:7152 msgid "" "IA-64 options:\n" " --mconstant-gp\t mark output file as using the constant-GP model\n" @@ -9707,7 +9725,7 @@ msgid "" msgstr "" #. Note for translators: "automagically" can be translated as "automatically" here. -#: config/tc-ia64.c:7158 +#: config/tc-ia64.c:7169 msgid "" " -xauto\t\t automagically remove dependency violations (default)\n" " -xnone\t\t turn off dependency violation checking\n" @@ -9718,210 +9736,210 @@ msgid "" "\t\t\t dependency violation checking\n" msgstr "" -#: config/tc-ia64.c:7173 +#: config/tc-ia64.c:7184 msgid "--gstabs is not supported for ia64" msgstr "" -#: config/tc-ia64.c:7608 +#: config/tc-ia64.c:7619 msgid "Explicit stops are ignored in auto mode" msgstr "" -#: config/tc-ia64.c:7617 +#: config/tc-ia64.c:7628 msgid "Found '{' when manual bundling is already turned on" msgstr "" -#: config/tc-ia64.c:7630 +#: config/tc-ia64.c:7641 msgid "Found '{' after explicit switch to automatic mode" msgstr "" -#: config/tc-ia64.c:7636 +#: config/tc-ia64.c:7647 msgid "Found '}' when manual bundling is off" msgstr "" -#: config/tc-ia64.c:7663 +#: config/tc-ia64.c:7674 msgid "Expected ')'" msgstr "" -#: config/tc-ia64.c:7668 +#: config/tc-ia64.c:7679 msgid "Qualifying predicate expected" msgstr "" -#: config/tc-ia64.c:7687 +#: config/tc-ia64.c:7698 msgid "Tag must come before qualifying predicate." msgstr "" -#: config/tc-ia64.c:7716 +#: config/tc-ia64.c:7727 msgid "Expected ':'" msgstr "" -#: config/tc-ia64.c:7732 +#: config/tc-ia64.c:7743 msgid "Tag name expected" msgstr "" -#: config/tc-ia64.c:7833 +#: config/tc-ia64.c:7844 msgid "Rotating register index must be a non-negative constant" msgstr "" -#: config/tc-ia64.c:7838 +#: config/tc-ia64.c:7849 #, c-format msgid "Index out of range 0..%u" msgstr "" -#: config/tc-ia64.c:7850 +#: config/tc-ia64.c:7861 msgid "Indirect register index must be a general register" msgstr "" -#: config/tc-ia64.c:7859 +#: config/tc-ia64.c:7870 msgid "Index can only be applied to rotating or indirect registers" msgstr "" -#: config/tc-ia64.c:7895 config/tc-xstormy16.c:145 +#: config/tc-ia64.c:7906 config/tc-xstormy16.c:145 msgid "Expected '('" msgstr "" -#: config/tc-ia64.c:7903 config/tc-pdp11.c:469 config/tc-pdp11.c:533 -#: config/tc-pdp11.c:567 config/tc-tilegx.c:1044 config/tc-tilepro.c:932 +#: config/tc-ia64.c:7914 config/tc-pdp11.c:466 config/tc-pdp11.c:530 +#: config/tc-pdp11.c:564 config/tc-tilegx.c:1044 config/tc-tilepro.c:932 #: config/tc-xstormy16.c:154 msgid "Missing ')'" msgstr "" -#: config/tc-ia64.c:7921 config/tc-xstormy16.c:161 +#: config/tc-ia64.c:7932 config/tc-xstormy16.c:161 msgid "Not a symbolic expression" msgstr "" -#: config/tc-ia64.c:7926 config/tc-ia64.c:7940 +#: config/tc-ia64.c:7937 config/tc-ia64.c:7951 msgid "Illegal combination of relocation functions" msgstr "" -#: config/tc-ia64.c:8029 +#: config/tc-ia64.c:8040 msgid "No current frame" msgstr "" -#: config/tc-ia64.c:8031 +#: config/tc-ia64.c:8042 #, c-format msgid "Register number out of range 0..%u" msgstr "" -#: config/tc-ia64.c:8070 +#: config/tc-ia64.c:8081 msgid "Standalone `#' is illegal" msgstr "" -#: config/tc-ia64.c:8073 +#: config/tc-ia64.c:8084 msgid "Redundant `#' suffix operators" msgstr "" -#: config/tc-ia64.c:8231 +#: config/tc-ia64.c:8242 #, c-format msgid "Unhandled dependency %s for %s (%s), note %d" msgstr "" -#: config/tc-ia64.c:9544 +#: config/tc-ia64.c:9555 #, c-format msgid "Unrecognized dependency specifier %d\n" msgstr "" -#: config/tc-ia64.c:10414 +#: config/tc-ia64.c:10425 msgid "Only the first path encountering the conflict is reported" msgstr "" -#: config/tc-ia64.c:10416 +#: config/tc-ia64.c:10427 msgid "This is the location of the conflicting usage" msgstr "" -#: config/tc-ia64.c:10678 +#: config/tc-ia64.c:10689 #, c-format msgid "Unknown opcode `%s'" msgstr "" -#: config/tc-ia64.c:10756 +#: config/tc-ia64.c:10767 #, c-format msgid "AR %d can only be accessed by %c-unit" msgstr "" -#: config/tc-ia64.c:10768 +#: config/tc-ia64.c:10779 msgid "hint.b may be treated as nop" msgstr "" -#: config/tc-ia64.c:10771 +#: config/tc-ia64.c:10782 msgid "hint.b shouldn't be used" msgstr "" -#: config/tc-ia64.c:10810 +#: config/tc-ia64.c:10821 #, c-format msgid "`%s' cannot be predicated" msgstr "" -#: config/tc-ia64.c:10882 +#: config/tc-ia64.c:10893 msgid "Closing bracket missing" msgstr "" -#: config/tc-ia64.c:10891 +#: config/tc-ia64.c:10902 msgid "Index must be a general register" msgstr "" -#: config/tc-ia64.c:11056 +#: config/tc-ia64.c:11067 #, c-format msgid "Unsupported fixup size %d" msgstr "" #. This should be an error, but since previously there wasn't any #. diagnostic here, don't make it fail because of this for now. -#: config/tc-ia64.c:11328 +#: config/tc-ia64.c:11339 #, c-format msgid "Cannot express %s%d%s relocation" msgstr "" -#: config/tc-ia64.c:11347 +#: config/tc-ia64.c:11358 msgid "No addend allowed in @fptr() relocation" msgstr "" -#: config/tc-ia64.c:11386 +#: config/tc-ia64.c:11397 msgid "integer operand out of range" msgstr "" -#: config/tc-ia64.c:11453 +#: config/tc-ia64.c:11464 #, c-format msgid "%s must have a constant value" msgstr "" -#: config/tc-ia64.c:11473 +#: config/tc-ia64.c:11484 msgid "cannot resolve @slotcount parameter" msgstr "" -#: config/tc-ia64.c:11506 +#: config/tc-ia64.c:11517 msgid "invalid @slotcount value" msgstr "" -#: config/tc-ia64.c:11543 config/tc-z8k.c:1378 +#: config/tc-ia64.c:11554 config/tc-z8k.c:1388 #, c-format msgid "Cannot represent %s relocation in object file" msgstr "" -#: config/tc-ia64.c:11652 +#: config/tc-ia64.c:11663 msgid "Can't add stop bit to mark end of instruction group" msgstr "" -#: config/tc-ia64.c:11760 read.c:2664 read.c:3303 read.c:3767 stabs.c:468 +#: config/tc-ia64.c:11771 read.c:2665 read.c:3304 read.c:3783 stabs.c:468 #, c-format msgid "expected comma after \"%s\"" msgstr "" -#: config/tc-ia64.c:11803 +#: config/tc-ia64.c:11814 #, c-format msgid "`%s' is already the alias of %s `%s'" msgstr "" -#: config/tc-ia64.c:11815 +#: config/tc-ia64.c:11826 #, c-format msgid "%s `%s' already has an alias `%s'" msgstr "" -#: config/tc-ia64.c:11849 +#: config/tc-ia64.c:11860 #, c-format msgid "symbol `%s' aliased to `%s' is not used" msgstr "" -#: config/tc-ia64.c:11875 +#: config/tc-ia64.c:11886 #, c-format msgid "section `%s' aliased to `%s' is not used" msgstr "" @@ -9969,19 +9987,19 @@ msgstr "" msgid "Unmatched high relocation" msgstr "" -#: config/tc-iq2000.c:831 config/tc-mips.c:19782 config/tc-score.c:5805 +#: config/tc-iq2000.c:831 config/tc-mips.c:19783 config/tc-score.c:5804 msgid ".end not in text section" msgstr "" -#: config/tc-iq2000.c:835 config/tc-score.c:5808 +#: config/tc-iq2000.c:835 config/tc-score.c:5807 msgid ".end directive without a preceding .ent directive." msgstr "" -#: config/tc-iq2000.c:844 config/tc-score.c:5816 +#: config/tc-iq2000.c:844 config/tc-score.c:5815 msgid ".end symbol does not match .ent symbol." msgstr "" -#: config/tc-iq2000.c:847 config/tc-mips.c:19802 config/tc-score.c:5821 +#: config/tc-iq2000.c:847 config/tc-mips.c:19803 config/tc-score.c:5820 msgid ".end directive missing or unknown symbol" msgstr "" @@ -9989,7 +10007,7 @@ msgstr "" msgid "Expected simple number." msgstr "" -#: config/tc-iq2000.c:894 config/tc-mips.c:19707 config/tc-score.c:5671 +#: config/tc-iq2000.c:894 config/tc-mips.c:19708 config/tc-score.c:5670 #, c-format msgid " *input_line_pointer == '%c' 0x%02x\n" msgstr "" @@ -9998,7 +10016,7 @@ msgstr "" msgid "Invalid number" msgstr "" -#: config/tc-iq2000.c:930 config/tc-score.c:5702 +#: config/tc-iq2000.c:930 config/tc-score.c:5701 msgid ".ent or .aent not in text section." msgstr "" @@ -10236,8 +10254,8 @@ msgstr "" msgid ".SCOMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-m32r.c:1514 config/tc-microblaze.c:218 config/tc-ppc.c:2349 -#: config/tc-ppc.c:4146 config/tc-ppc.c:4188 +#: config/tc-m32r.c:1514 config/tc-microblaze.c:218 config/tc-ppc.c:2366 +#: config/tc-ppc.c:4332 config/tc-ppc.c:4374 msgid "ignoring bad alignment" msgstr "" @@ -10255,8 +10273,8 @@ msgstr "" msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-m32r.c:1927 config/tc-m32r.c:1980 config/tc-nds32.c:4788 -#: config/tc-nds32.c:4832 config/tc-sh.c:391 config/tc-sh.c:2062 +#: config/tc-m32r.c:1927 config/tc-m32r.c:1980 config/tc-nds32.c:4787 +#: config/tc-nds32.c:4831 config/tc-sh.c:391 config/tc-sh.c:2062 msgid "Invalid PIC expression." msgstr "" @@ -10553,7 +10571,7 @@ msgstr "" msgid "Invalid indexed register, expecting register Y." msgstr "" -#: config/tc-m68hc11.c:2844 config/tc-s12z.c:3806 +#: config/tc-m68hc11.c:2844 config/tc-s12z.c:3804 msgid "No instruction or missing opcode." msgstr "" @@ -10586,7 +10604,7 @@ msgstr "" msgid "bad .relax format" msgstr "" -#: config/tc-m68hc11.c:3844 config/tc-s12z.c:3897 config/tc-xgate.c:630 +#: config/tc-m68hc11.c:3844 config/tc-s12z.c:3895 config/tc-xgate.c:630 #, c-format msgid "Relocation %d is not supported by object file format." msgstr "" @@ -10600,11 +10618,11 @@ msgstr "" msgid "Subtype %d is not recognized." msgstr "" -#: config/tc-m68hc11.c:4337 config/tc-s12z.c:3938 config/tc-xgate.c:663 +#: config/tc-m68hc11.c:4337 config/tc-s12z.c:3936 config/tc-xgate.c:663 msgid "Expression too complex." msgstr "" -#: config/tc-m68hc11.c:4368 config/tc-s12z.c:3978 config/tc-xgate.c:708 +#: config/tc-m68hc11.c:4368 config/tc-s12z.c:3976 config/tc-xgate.c:708 #: config/tc-xgate.c:717 msgid "Value out of 16-bit range." msgstr "" @@ -10644,12 +10662,12 @@ msgstr "" msgid "Offset out of 16-bit range for movw/movb insn: %ld" msgstr "" -#: config/tc-m68hc11.c:4470 config/tc-s12z.c:3984 config/tc-xgate.c:752 +#: config/tc-m68hc11.c:4470 config/tc-s12z.c:3982 config/tc-xgate.c:752 #, c-format msgid "Line %d: unknown relocation type: 0x%x." msgstr "" -#: config/tc-m68hc11.c:4495 config/tc-z80.c:3414 config/tc-z80.c:3434 +#: config/tc-m68hc11.c:4495 config/tc-z80.c:3440 config/tc-z80.c:3460 msgid "Invalid directive" msgstr "" @@ -11080,14 +11098,14 @@ msgstr "" msgid "Not a defined coldfire architecture" msgstr "" -#: config/tc-m68k.c:7923 read.c:4676 +#: config/tc-m68k.c:7923 read.c:4673 #, c-format msgid "%s relocations do not fit in %u byte" msgid_plural "%s relocations do not fit in %u bytes" msgstr[0] "" msgstr[1] "" -#: config/tc-m68k.c:7965 config/tc-ppc.c:2522 +#: config/tc-m68k.c:7965 config/tc-ppc.c:2539 msgid "unknown .gnu_attribute value" msgstr "" @@ -11127,7 +11145,7 @@ msgstr "" #: config/tc-mcore.c:888 config/tc-microblaze.c:948 config/tc-microblaze.c:1084 #: config/tc-microblaze.c:1118 config/tc-microblaze.c:1573 #: config/tc-microblaze.c:1641 config/tc-microblaze.c:1716 -#: config/tc-microblaze.c:2138 config/tc-microblaze.c:2187 +#: config/tc-microblaze.c:2137 config/tc-microblaze.c:2186 #, c-format msgid "unknown opcode \"%s\"" msgstr "" @@ -11275,12 +11293,12 @@ msgstr "" msgid "pcrel for loopt too far (0x%lx)" msgstr "" -#: config/tc-mcore.c:2186 config/tc-microblaze.c:2472 config/tc-tic30.c:1364 +#: config/tc-mcore.c:2186 config/tc-microblaze.c:2471 config/tc-tic30.c:1364 #, c-format msgid "Can not do %d byte %srelocation" msgstr "" -#: config/tc-mcore.c:2188 config/tc-microblaze.c:2474 config/tc-tic30.c:1365 +#: config/tc-mcore.c:2188 config/tc-microblaze.c:2473 config/tc-tic30.c:1365 msgid "pc-relative " msgstr "" @@ -11401,21 +11419,21 @@ msgstr "" msgid "offset must be a multiple of %d" msgstr "" -#: config/tc-metag.c:737 config/tc-metag.c:4445 +#: config/tc-metag.c:737 config/tc-metag.c:4443 msgid "offset and base must be from the same unit" msgstr "" -#: config/tc-metag.c:868 config/tc-metag.c:3169 config/tc-metag.c:3271 +#: config/tc-metag.c:868 config/tc-metag.c:3167 config/tc-metag.c:3269 msgid "invalid destination register" msgstr "" #: config/tc-metag.c:884 config/tc-metag.c:902 config/tc-metag.c:1293 -#: config/tc-metag.c:1311 config/tc-metag.c:1531 config/tc-metag.c:3101 -#: config/tc-metag.c:3186 config/tc-metag.c:3288 +#: config/tc-metag.c:1311 config/tc-metag.c:1530 config/tc-metag.c:3099 +#: config/tc-metag.c:3184 config/tc-metag.c:3286 msgid "invalid memory operand" msgstr "" -#: config/tc-metag.c:939 config/tc-metag.c:3119 +#: config/tc-metag.c:939 config/tc-metag.c:3117 msgid "invalid source register" msgstr "" @@ -11435,20 +11453,20 @@ msgstr "" msgid "source and address units must not be shared for this addressing mode" msgstr "" -#: config/tc-metag.c:1073 config/tc-metag.c:1677 +#: config/tc-metag.c:1073 config/tc-metag.c:1676 msgid "set can only use RD port as source" msgstr "" #: config/tc-metag.c:1088 config/tc-metag.c:1189 config/tc-metag.c:1440 -#: config/tc-metag.c:1698 config/tc-metag.c:4055 +#: config/tc-metag.c:1697 config/tc-metag.c:4053 #, c-format msgid "base unit must be one of %s" msgstr "" #. We already tried to encode as an extended GET/SET. #. Parsing as a standard GET/SET provides a smaller offset. -#: config/tc-metag.c:1109 config/tc-metag.c:1215 config/tc-metag.c:3132 -#: config/tc-metag.c:3199 config/tc-metag.c:3301 config/tc-metag.c:4582 +#: config/tc-metag.c:1109 config/tc-metag.c:1215 config/tc-metag.c:3130 +#: config/tc-metag.c:3197 config/tc-metag.c:3299 config/tc-metag.c:4580 msgid "offset value out of range" msgstr "" @@ -11476,307 +11494,307 @@ msgstr "" msgid "register list must not contain duplicates" msgstr "" -#: config/tc-metag.c:1637 +#: config/tc-metag.c:1636 msgid "MDRD value must be between 1 and 8" msgstr "" -#: config/tc-metag.c:1728 +#: config/tc-metag.c:1727 msgid "invalid destination memory operand" msgstr "" -#: config/tc-metag.c:1743 +#: config/tc-metag.c:1742 msgid "invalid source memory operand" msgstr "" -#: config/tc-metag.c:1750 +#: config/tc-metag.c:1749 #, c-format msgid "address units must be one of %s" msgstr "" -#: config/tc-metag.c:1757 +#: config/tc-metag.c:1756 msgid "base and offset must be from the same unit" msgstr "" -#: config/tc-metag.c:1765 +#: config/tc-metag.c:1764 msgid "source and destination increment mode must agree" msgstr "" -#: config/tc-metag.c:2040 +#: config/tc-metag.c:2039 msgid "" "PC, CT, TR and TT are treated as if they are a single unit but operands must " "be in different units" msgstr "" -#: config/tc-metag.c:2049 +#: config/tc-metag.c:2048 msgid "source and destination register must be in different units" msgstr "" -#: config/tc-metag.c:2081 +#: config/tc-metag.c:2080 #, c-format msgid "register unit must be one of %s" msgstr "" -#: config/tc-metag.c:2168 +#: config/tc-metag.c:2167 #, c-format msgid "link register unit must be one of %s" msgstr "" -#: config/tc-metag.c:2174 +#: config/tc-metag.c:2173 msgid "link register must be in a low numbered register" msgstr "" -#: config/tc-metag.c:2191 config/tc-metag.c:2716 config/tc-metag.c:2770 +#: config/tc-metag.c:2190 config/tc-metag.c:2715 config/tc-metag.c:2769 msgid "target out of range" msgstr "" -#: config/tc-metag.c:2672 +#: config/tc-metag.c:2671 msgid "invalid quickrot unit specified" msgstr "" -#: config/tc-metag.c:2688 +#: config/tc-metag.c:2687 msgid "invalid quickrot register specified" msgstr "" -#: config/tc-metag.c:2742 +#: config/tc-metag.c:2741 msgid "source register must be in the trigger unit" msgstr "" -#: config/tc-metag.c:2845 +#: config/tc-metag.c:2844 msgid "Source registers must be in the same unit" msgstr "" -#: config/tc-metag.c:3556 config/tc-metag.c:3720 config/tc-metag.c:3988 +#: config/tc-metag.c:3554 config/tc-metag.c:3718 config/tc-metag.c:3986 msgid "destination register should be even numbered" msgstr "" -#: config/tc-metag.c:3628 +#: config/tc-metag.c:3626 msgid "comparison must be with register or #0" msgstr "" -#: config/tc-metag.c:3694 config/tc-metag.c:3759 +#: config/tc-metag.c:3692 config/tc-metag.c:3757 msgid "instruction cannot operate on pair values" msgstr "" -#: config/tc-metag.c:3705 +#: config/tc-metag.c:3703 msgid "zero flag is not valid for this instruction" msgstr "" -#: config/tc-metag.c:3726 +#: config/tc-metag.c:3724 msgid "source register should be even numbered" msgstr "" -#: config/tc-metag.c:3786 config/tc-metag.c:3795 +#: config/tc-metag.c:3784 config/tc-metag.c:3793 msgid "fraction bits value out of range" msgstr "" -#: config/tc-metag.c:3977 +#: config/tc-metag.c:3975 msgid "simd instructions operate on pair values (L prefix)" msgstr "" -#: config/tc-metag.c:3995 +#: config/tc-metag.c:3993 msgid "source registers should be even numbered" msgstr "" -#: config/tc-metag.c:4273 +#: config/tc-metag.c:4271 #, c-format msgid "expected ']', not %c in %s" msgstr "" -#: config/tc-metag.c:4392 +#: config/tc-metag.c:4390 msgid "invalid register for memory access" msgstr "" -#: config/tc-metag.c:4505 config/tc-metag.c:4633 +#: config/tc-metag.c:4503 config/tc-metag.c:4631 msgid "unexpected end of line" msgstr "" -#: config/tc-metag.c:4552 +#: config/tc-metag.c:4550 msgid "'H' modifier only valid for accumulator registers" msgstr "" -#: config/tc-metag.c:4605 +#: config/tc-metag.c:4603 msgid "base unit must be either A0 or A1" msgstr "" -#: config/tc-metag.c:4678 config/tc-metag.c:5121 +#: config/tc-metag.c:4676 config/tc-metag.c:5119 msgid "invalid register" msgstr "" -#: config/tc-metag.c:4826 +#: config/tc-metag.c:4824 msgid "could not parse template definition" msgstr "" -#: config/tc-metag.c:5013 +#: config/tc-metag.c:5011 msgid "QUICKRoT 64-bit extension not applicable to this instruction" msgstr "" -#: config/tc-metag.c:5069 +#: config/tc-metag.c:5067 msgid "invalid operands for cross-unit op" msgstr "" -#: config/tc-metag.c:5111 +#: config/tc-metag.c:5109 msgid "missing flags: one of 'P', 'N' or 'Z' required" msgstr "" -#: config/tc-metag.c:5139 +#: config/tc-metag.c:5137 msgid "'P', 'N' or 'Z' flags may only be specified when accumulating" msgstr "" -#: config/tc-metag.c:5160 +#: config/tc-metag.c:5158 msgid "accumulator not a valid destination" msgstr "" -#: config/tc-metag.c:5170 config/tc-metag.c:5386 config/tc-metag.c:5570 +#: config/tc-metag.c:5168 config/tc-metag.c:5384 config/tc-metag.c:5568 msgid "invalid immediate value" msgstr "" -#: config/tc-metag.c:5182 +#: config/tc-metag.c:5180 msgid "immediate value not allowed when source & dest differ" msgstr "" -#: config/tc-metag.c:5214 +#: config/tc-metag.c:5212 #, c-format msgid "invalid register operand: %s" msgstr "" -#: config/tc-metag.c:5248 +#: config/tc-metag.c:5246 msgid "QUICKRoT extension requires 4 registers" msgstr "" -#: config/tc-metag.c:5255 +#: config/tc-metag.c:5253 msgid "invalid fourth register" msgstr "" -#: config/tc-metag.c:5262 +#: config/tc-metag.c:5260 msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register" msgstr "" -#: config/tc-metag.c:5290 +#: config/tc-metag.c:5288 msgid "DSP RAM pointer in incorrect unit" msgstr "" -#: config/tc-metag.c:5336 +#: config/tc-metag.c:5334 msgid "invalid register operand #1" msgstr "" -#: config/tc-metag.c:5350 +#: config/tc-metag.c:5348 msgid "invalid register operand #2" msgstr "" -#: config/tc-metag.c:5414 +#: config/tc-metag.c:5412 msgid "this instruction does not accept an immediate" msgstr "" -#: config/tc-metag.c:5434 +#: config/tc-metag.c:5432 msgid "invalid register operand #3" msgstr "" -#: config/tc-metag.c:5446 +#: config/tc-metag.c:5444 msgid "this instruction does not accept an accumulator" msgstr "" -#: config/tc-metag.c:5464 +#: config/tc-metag.c:5462 msgid "invalid register operand #4" msgstr "" -#: config/tc-metag.c:5541 +#: config/tc-metag.c:5539 msgid "invalid accumulator register" msgstr "" -#: config/tc-metag.c:5597 +#: config/tc-metag.c:5595 msgid "conditional instruction cannot use G flag" msgstr "" -#: config/tc-metag.c:5608 +#: config/tc-metag.c:5606 msgid "conditional instruction cannot use B flag" msgstr "" -#: config/tc-metag.c:5619 +#: config/tc-metag.c:5617 msgid "conditional instruction cannot use R flag" msgstr "" -#: config/tc-metag.c:5728 +#: config/tc-metag.c:5726 msgid "'L' modifier not valid for this instruction" msgstr "" -#: config/tc-metag.c:5860 +#: config/tc-metag.c:5858 #, c-format msgid "missing fpu name `%s'" msgstr "" -#: config/tc-metag.c:5871 +#: config/tc-metag.c:5869 #, c-format msgid "unknown fpu `%s'" msgstr "" -#: config/tc-metag.c:5886 +#: config/tc-metag.c:5884 #, c-format msgid "missing DSP name `%s'" msgstr "" -#: config/tc-metag.c:5897 +#: config/tc-metag.c:5895 #, c-format msgid "unknown DSP `%s'" msgstr "" -#: config/tc-metag.c:5915 +#: config/tc-metag.c:5913 msgid "<dsp name>\t assemble for DSP architecture <dsp name>" msgstr "" -#: config/tc-metag.c:5953 +#: config/tc-metag.c:5950 #, c-format msgid " Meta specific command line options:\n" msgstr "" -#: config/tc-metag.c:6042 +#: config/tc-metag.c:6039 msgid "premature end of floating point prefix" msgstr "" -#: config/tc-metag.c:6102 +#: config/tc-metag.c:6099 msgid "unknown floating point prefix character" msgstr "" -#: config/tc-metag.c:6251 +#: config/tc-metag.c:6248 #, c-format msgid "unknown DSP prefix character %c %s" msgstr "" -#: config/tc-metag.c:6514 +#: config/tc-metag.c:6511 #, c-format msgid "instruction mnemonic too long: %s" msgstr "" -#: config/tc-metag.c:6569 +#: config/tc-metag.c:6566 #, c-format msgid "junk at end of line: \"%s\"" msgstr "" -#: config/tc-metag.c:6576 +#: config/tc-metag.c:6573 #, c-format msgid "failed to assemble instruction: \"%s\"" msgstr "" -#: config/tc-metag.c:6581 +#: config/tc-metag.c:6578 #, c-format msgid "unknown floating point mnemonic: \"%s\"" msgstr "" -#: config/tc-metag.c:6583 +#: config/tc-metag.c:6580 #, c-format msgid "unknown mnemonic: \"%s\"" msgstr "" -#: config/tc-metag.c:6634 +#: config/tc-metag.c:6631 #, c-format msgid "cannot assemble DSP instruction, DSP option not set: %s" msgstr "" -#: config/tc-metag.c:6641 +#: config/tc-metag.c:6638 #, c-format msgid "cannot assemble FPU instruction, FPU option not set: %s" msgstr "" -#: config/tc-metag.c:6736 config/tc-nds32.c:7349 +#: config/tc-metag.c:6733 config/tc-nds32.c:7348 msgid "Bad call to md_atof()" msgstr "" @@ -11878,211 +11896,211 @@ msgstr "" msgid "Bad call to MD_NTOF()" msgstr "" -#: config/tc-microblaze.c:2089 +#: config/tc-microblaze.c:2088 #, 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:2248 +#: config/tc-microblaze.c:2247 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:2262 +#: config/tc-microblaze.c:2261 #, c-format msgid "PC relative branch to label %s which is not in the instruction space" msgstr "" -#: config/tc-microblaze.c:2305 +#: config/tc-microblaze.c:2304 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:2328 +#: config/tc-microblaze.c:2327 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:2337 +#: config/tc-microblaze.c:2336 msgid "Incorrect fr_opcode value in frag. Internal error....." msgstr "" #. We know the abs value: Should never happen. -#: config/tc-microblaze.c:2344 +#: config/tc-microblaze.c:2343 msgid "Absolute value in relaxation code. Assembler error....." msgstr "" -#: config/tc-mips.c:2173 +#: config/tc-mips.c:2175 #, c-format msgid "the %d-bit %s architecture does not support the `%s' extension" msgstr "" -#: config/tc-mips.c:2176 +#: config/tc-mips.c:2178 #, c-format msgid "the `%s' extension requires %s%d revision %d or greater" msgstr "" -#: config/tc-mips.c:2185 +#: config/tc-mips.c:2187 #, c-format msgid "the `%s' extension was removed in %s%d revision %d" msgstr "" -#: config/tc-mips.c:2194 +#: config/tc-mips.c:2196 #, c-format msgid "the `%s' extension requires 64-bit FPRs" msgstr "" -#: config/tc-mips.c:3046 config/tc-mips.c:16639 +#: config/tc-mips.c:3048 config/tc-mips.c:16640 #, c-format msgid "unrecognized register name `%s'" msgstr "" -#: config/tc-mips.c:3273 +#: config/tc-mips.c:3275 msgid "invalid register range" msgstr "" -#: config/tc-mips.c:3301 +#: config/tc-mips.c:3303 msgid "vector element must be constant" msgstr "" -#: config/tc-mips.c:3311 +#: config/tc-mips.c:3313 msgid "missing `]'" msgstr "" -#: config/tc-mips.c:3534 +#: config/tc-mips.c:3536 #, c-format msgid "internal: bad mips opcode (mask error): %s %s" msgstr "" -#: config/tc-mips.c:3561 +#: config/tc-mips.c:3563 #, c-format msgid "internal: unknown operand type: %s %s" msgstr "" -#: config/tc-mips.c:3594 +#: config/tc-mips.c:3596 #, c-format msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s" msgstr "" -#: config/tc-mips.c:3602 +#: config/tc-mips.c:3604 #, c-format msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s" msgstr "" -#: config/tc-mips.c:3609 +#: config/tc-mips.c:3611 #, c-format msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s" msgstr "" -#: config/tc-mips.c:3644 +#: config/tc-mips.c:3646 #, c-format msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s" msgstr "" -#: config/tc-mips.c:3652 +#: config/tc-mips.c:3654 #, c-format msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s" msgstr "" -#: config/tc-mips.c:3677 +#: config/tc-mips.c:3679 msgid "-G may not be used in position-independent code" msgstr "" -#: config/tc-mips.c:3683 +#: config/tc-mips.c:3685 msgid "-G may not be used with abicalls" msgstr "" -#: config/tc-mips.c:3788 +#: config/tc-mips.c:3790 msgid "broken assembler, no assembly attempted" msgstr "" -#: config/tc-mips.c:3936 +#: config/tc-mips.c:3938 #, c-format msgid ".gnu_attribute %d,%d is incompatible with `%s'" msgstr "" -#: config/tc-mips.c:3943 +#: config/tc-mips.c:3945 #, c-format msgid ".gnu_attribute %d,%d requires `%s'" msgstr "" -#: config/tc-mips.c:4004 +#: config/tc-mips.c:4006 #, c-format msgid ".gnu_attribute %d,%d is no longer supported" msgstr "" -#: config/tc-mips.c:4013 +#: config/tc-mips.c:4015 #, c-format msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI" msgstr "" -#: config/tc-mips.c:4026 +#: config/tc-mips.c:4028 msgid "`gp=64' used with a 32-bit processor" msgstr "" -#: config/tc-mips.c:4029 +#: config/tc-mips.c:4031 msgid "`gp=32' used with a 64-bit ABI" msgstr "" -#: config/tc-mips.c:4032 +#: config/tc-mips.c:4034 msgid "`gp=64' used with a 32-bit ABI" msgstr "" -#: config/tc-mips.c:4039 +#: config/tc-mips.c:4041 msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions" msgstr "" -#: config/tc-mips.c:4041 +#: config/tc-mips.c:4043 msgid "`fp=xx' cannot be used with `singlefloat'" msgstr "" -#: config/tc-mips.c:4045 +#: config/tc-mips.c:4047 msgid "`fp=64' used with a 32-bit fpu" msgstr "" -#: config/tc-mips.c:4049 +#: config/tc-mips.c:4051 msgid "`fp=64' used with a 32-bit ABI" msgstr "" -#: config/tc-mips.c:4054 +#: config/tc-mips.c:4056 msgid "`fp=32' used with a 64-bit ABI" msgstr "" -#: config/tc-mips.c:4056 +#: config/tc-mips.c:4058 msgid "`fp=32' used with a MIPS R6 cpu" msgstr "" -#: config/tc-mips.c:4059 +#: config/tc-mips.c:4061 msgid "Unknown size of floating point registers" msgstr "" -#: config/tc-mips.c:4064 +#: config/tc-mips.c:4066 msgid "`nooddspreg` cannot be used with a 64-bit ABI" msgstr "" -#: config/tc-mips.c:4067 config/tc-mips.c:4071 +#: config/tc-mips.c:4069 config/tc-mips.c:4073 #, c-format msgid "`%s' cannot be used with `%s'" msgstr "" -#: config/tc-mips.c:4076 +#: config/tc-mips.c:4078 #, c-format msgid "branch relaxation is not supported in `%s'" msgstr "" -#: config/tc-mips.c:4152 +#: config/tc-mips.c:4154 msgid "trap exception not supported at ISA 1" msgstr "" -#: config/tc-mips.c:4165 config/tc-mips.c:17522 +#: config/tc-mips.c:4167 config/tc-mips.c:17523 #, c-format msgid "`%s' does not support legacy NaN" msgstr "" -#: config/tc-mips.c:4212 +#: config/tc-mips.c:4214 #, c-format msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" msgstr "" @@ -12097,7 +12115,7 @@ msgstr "" msgid "operand %d must be constant" msgstr "" -#: config/tc-mips.c:4970 read.c:4444 read.c:5290 write.c:263 write.c:1029 +#: config/tc-mips.c:4970 read.c:4458 read.c:5254 write.c:263 write.c:1031 msgid "register value used as expression" msgstr "" @@ -12106,527 +12124,527 @@ msgstr "" msgid "operand %d must be an immediate expression" msgstr "" -#: config/tc-mips.c:5104 config/tc-mips.c:5106 +#: config/tc-mips.c:5105 config/tc-mips.c:5107 #, c-format msgid "float register should be even, was %d" msgstr "" -#: config/tc-mips.c:5119 +#: config/tc-mips.c:5120 #, c-format msgid "condition code register should be even for %s, was %d" msgstr "" -#: config/tc-mips.c:5124 +#: config/tc-mips.c:5125 #, c-format msgid "condition code register should be 0 or 4 for %s, was %d" msgstr "" -#: config/tc-mips.c:5445 +#: config/tc-mips.c:5446 msgid "invalid performance register" msgstr "" -#: config/tc-mips.c:5541 config/tc-mips.c:6012 +#: config/tc-mips.c:5542 config/tc-mips.c:6013 msgid "the source register must not be $0" msgstr "" -#: config/tc-mips.c:5817 +#: config/tc-mips.c:5818 msgid "missing frame size" msgstr "" -#: config/tc-mips.c:5822 +#: config/tc-mips.c:5823 msgid "frame size specified twice" msgstr "" -#: config/tc-mips.c:5827 +#: config/tc-mips.c:5828 msgid "invalid frame size" msgstr "" -#: config/tc-mips.c:5867 +#: config/tc-mips.c:5868 #, c-format msgid "operand %d must be an immediate" msgstr "" -#: config/tc-mips.c:5882 +#: config/tc-mips.c:5883 msgid "invalid element selector" msgstr "" -#: config/tc-mips.c:5895 +#: config/tc-mips.c:5896 #, c-format msgid "operand %d must be scalar" msgstr "" -#: config/tc-mips.c:6075 +#: config/tc-mips.c:6076 msgid "floating-point expression required" msgstr "" -#: config/tc-mips.c:6175 +#: config/tc-mips.c:6176 #, c-format msgid "cannot use `%s' in this section" msgstr "" -#: config/tc-mips.c:6322 +#: config/tc-mips.c:6323 msgid "used $at without \".set noat\"" msgstr "" -#: config/tc-mips.c:6324 +#: config/tc-mips.c:6325 #, c-format msgid "used $%u with \".set at=$%u\"" msgstr "" -#: config/tc-mips.c:7507 +#: config/tc-mips.c:7508 #, c-format msgid "wrong size instruction in a %u-bit branch delay slot" msgstr "" -#: config/tc-mips.c:7527 config/tc-mips.c:7537 config/tc-mips.c:15937 +#: config/tc-mips.c:7528 config/tc-mips.c:7538 config/tc-mips.c:15938 #, c-format msgid "jump to misaligned address (0x%lx)" msgstr "" -#: config/tc-mips.c:7552 config/tc-mips.c:7572 config/tc-mips.c:7589 -#: config/tc-mips.c:9139 config/tc-mips.c:15791 config/tc-mips.c:15798 -#: config/tc-mips.c:16191 config/tc-mips.c:19037 +#: config/tc-mips.c:7553 config/tc-mips.c:7573 config/tc-mips.c:7590 +#: config/tc-mips.c:9140 config/tc-mips.c:15792 config/tc-mips.c:15799 +#: config/tc-mips.c:16192 config/tc-mips.c:19038 #, c-format msgid "branch to misaligned address (0x%lx)" msgstr "" -#: config/tc-mips.c:7558 config/tc-mips.c:7576 config/tc-mips.c:7593 -#: config/tc-mips.c:9142 +#: config/tc-mips.c:7559 config/tc-mips.c:7577 config/tc-mips.c:7594 +#: config/tc-mips.c:9143 #, c-format msgid "branch address range overflow (0x%lx)" msgstr "" -#: config/tc-mips.c:7838 +#: config/tc-mips.c:7839 msgid "extended instruction in delay slot" msgstr "" -#: config/tc-mips.c:8302 +#: config/tc-mips.c:8303 msgid "source and destination must be different" msgstr "" -#: config/tc-mips.c:8305 +#: config/tc-mips.c:8306 msgid "a destination register must be supplied" msgstr "" -#: config/tc-mips.c:8310 +#: config/tc-mips.c:8311 msgid "the source register must not be $31" msgstr "" -#: config/tc-mips.c:8558 config/tc-mips.c:14531 config/tc-mips.c:19184 +#: config/tc-mips.c:8559 config/tc-mips.c:14532 config/tc-mips.c:19185 msgid "invalid unextended operand value" msgstr "" -#: config/tc-mips.c:8676 +#: config/tc-mips.c:8677 #, c-format msgid "opcode not supported on this processor: %s (%s)" msgstr "" -#: config/tc-mips.c:8755 +#: config/tc-mips.c:8756 msgid "opcode not supported in the `insn32' mode" msgstr "" -#: config/tc-mips.c:8758 +#: config/tc-mips.c:8759 #, c-format msgid "unrecognized %d-bit version of microMIPS opcode" msgstr "" -#: config/tc-mips.c:8814 +#: config/tc-mips.c:8815 msgid "unrecognized unextended version of MIPS16 opcode" msgstr "" -#: config/tc-mips.c:8817 +#: config/tc-mips.c:8818 msgid "unrecognized extended version of MIPS16 opcode" msgstr "" -#: config/tc-mips.c:8867 config/tc-mips.c:19055 +#: config/tc-mips.c:8868 config/tc-mips.c:19056 msgid "" "macro instruction expanded into multiple instructions in a branch delay slot" msgstr "" -#: config/tc-mips.c:8870 config/tc-mips.c:19063 +#: config/tc-mips.c:8871 config/tc-mips.c:19064 msgid "macro instruction expanded into multiple instructions" msgstr "" -#: config/tc-mips.c:8874 +#: config/tc-mips.c:8875 msgid "" "macro instruction expanded into a wrong size instruction in a 16-bit branch " "delay slot" msgstr "" -#: config/tc-mips.c:8876 +#: config/tc-mips.c:8877 msgid "" "macro instruction expanded into a wrong size instruction in a 32-bit branch " "delay slot" msgstr "" -#: config/tc-mips.c:9339 +#: config/tc-mips.c:9340 msgid "operand overflow" msgstr "" -#: config/tc-mips.c:9358 config/tc-mips.c:9945 config/tc-mips.c:14012 +#: config/tc-mips.c:9359 config/tc-mips.c:9946 config/tc-mips.c:14013 msgid "macro used $at after \".set noat\"" msgstr "" -#: config/tc-mips.c:9506 config/tc-mips.c:12323 config/tc-mips.c:13006 +#: config/tc-mips.c:9507 config/tc-mips.c:12324 config/tc-mips.c:13007 #, c-format msgid "number (0x%s) larger than 32 bits" msgstr "" -#: config/tc-mips.c:9526 +#: config/tc-mips.c:9527 msgid "number larger than 64 bits" msgstr "" -#: config/tc-mips.c:9823 config/tc-mips.c:9851 config/tc-mips.c:9889 -#: config/tc-mips.c:9934 config/tc-mips.c:12566 config/tc-mips.c:12605 -#: config/tc-mips.c:12644 config/tc-mips.c:13102 config/tc-mips.c:13154 +#: config/tc-mips.c:9824 config/tc-mips.c:9852 config/tc-mips.c:9890 +#: config/tc-mips.c:9935 config/tc-mips.c:12567 config/tc-mips.c:12606 +#: config/tc-mips.c:12645 config/tc-mips.c:13103 config/tc-mips.c:13155 msgid "PIC code offset overflow (max 16 signed bits)" msgstr "" -#: config/tc-mips.c:10467 +#: config/tc-mips.c:10468 #, c-format msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)" msgstr "" #. Result is always true. -#: config/tc-mips.c:10563 +#: config/tc-mips.c:10564 #, c-format msgid "branch %s is always true" msgstr "" -#: config/tc-mips.c:10791 config/tc-mips.c:10901 +#: config/tc-mips.c:10792 config/tc-mips.c:10902 msgid "divide by zero" msgstr "" -#: config/tc-mips.c:10991 +#: config/tc-mips.c:10992 msgid "dla used to load 32-bit register; recommend using la instead" msgstr "" -#: config/tc-mips.c:10995 +#: config/tc-mips.c:10996 msgid "la used to load 64-bit address; recommend using dla instead" msgstr "" -#: config/tc-mips.c:11104 config/tc-riscv.c:1490 +#: config/tc-mips.c:11105 config/tc-riscv.c:1601 msgid "offset too large" msgstr "" -#: config/tc-mips.c:11278 config/tc-mips.c:11556 +#: config/tc-mips.c:11279 config/tc-mips.c:11557 msgid "PIC code offset overflow (max 32 signed bits)" msgstr "" -#: config/tc-mips.c:11626 config/tc-mips.c:11702 +#: config/tc-mips.c:11627 config/tc-mips.c:11703 #, c-format msgid "opcode not supported in the `insn32' mode `%s'" msgstr "" -#: config/tc-mips.c:11654 +#: config/tc-mips.c:11655 msgid "MIPS PIC call to register other than $25" msgstr "" -#: config/tc-mips.c:11670 config/tc-mips.c:11681 config/tc-mips.c:11814 -#: config/tc-mips.c:11825 +#: config/tc-mips.c:11671 config/tc-mips.c:11682 config/tc-mips.c:11815 +#: config/tc-mips.c:11826 msgid "no .cprestore pseudo-op used in PIC code" msgstr "" -#: config/tc-mips.c:11675 config/tc-mips.c:11819 +#: config/tc-mips.c:11676 config/tc-mips.c:11820 msgid "no .frame pseudo-op used in PIC code" msgstr "" -#: config/tc-mips.c:11840 +#: config/tc-mips.c:11841 msgid "non-PIC jump used in PIC library" msgstr "" -#: config/tc-mips.c:12823 +#: config/tc-mips.c:12824 #, c-format msgid "Unable to generate `%s' compliant code without mthc1" msgstr "" -#: config/tc-mips.c:13566 +#: config/tc-mips.c:13567 #, c-format msgid "instruction %s: result is always false" msgstr "" -#: config/tc-mips.c:13719 +#: config/tc-mips.c:13720 #, 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:14008 +#: config/tc-mips.c:14009 #, c-format msgid "macro %s not implemented yet" msgstr "" -#: config/tc-mips.c:14541 +#: config/tc-mips.c:14542 msgid "extended operand requested but not required" msgstr "" -#: config/tc-mips.c:14550 +#: config/tc-mips.c:14551 msgid "operand value out of range for instruction" msgstr "" -#: config/tc-mips.c:14649 +#: config/tc-mips.c:14650 #, c-format msgid "relocation %s isn't supported by the current ABI" msgstr "" -#: config/tc-mips.c:14705 +#: config/tc-mips.c:14706 msgid "unclosed '('" msgstr "" -#: config/tc-mips.c:14767 +#: config/tc-mips.c:14768 #, c-format msgid "a different %s was already specified, is now %s" msgstr "" -#: config/tc-mips.c:14934 +#: config/tc-mips.c:14935 msgid "-mmicromips cannot be used with -mips16" msgstr "" -#: config/tc-mips.c:14949 +#: config/tc-mips.c:14950 msgid "-mips16 cannot be used with -micromips" msgstr "" -#: config/tc-mips.c:15118 config/tc-mips.c:15176 +#: config/tc-mips.c:15119 config/tc-mips.c:15177 msgid "no compiled in support for 64 bit object file format" msgstr "" -#: config/tc-mips.c:15183 +#: config/tc-mips.c:15184 #, c-format msgid "invalid abi -mabi=%s" msgstr "" -#: config/tc-mips.c:15223 +#: config/tc-mips.c:15224 #, c-format msgid "invalid NaN setting -mnan=%s" msgstr "" -#: config/tc-mips.c:15257 +#: config/tc-mips.c:15258 msgid "-G not supported in this configuration" msgstr "" -#: config/tc-mips.c:15283 +#: config/tc-mips.c:15284 #, c-format msgid "-%s conflicts with the other architecture options, which imply -%s" msgstr "" -#: config/tc-mips.c:15299 +#: config/tc-mips.c:15300 #, c-format msgid "-march=%s is not compatible with the selected ABI" msgstr "" -#: config/tc-mips.c:15795 config/tc-mips.c:16185 config/tc-mips.c:19034 +#: config/tc-mips.c:15796 config/tc-mips.c:16186 config/tc-mips.c:19035 msgid "branch to a symbol in another ISA mode" msgstr "" -#: config/tc-mips.c:15802 config/tc-mips.c:15942 config/tc-mips.c:16195 +#: config/tc-mips.c:15803 config/tc-mips.c:15943 config/tc-mips.c:16196 #, c-format msgid "cannot encode misaligned addend in the relocatable field (0x%lx)" msgstr "" -#: config/tc-mips.c:15839 +#: config/tc-mips.c:15840 msgid "PC-relative reference to a different section" msgstr "" -#: config/tc-mips.c:15911 config/tc-riscv.c:2931 +#: config/tc-mips.c:15912 config/tc-riscv.c:3023 msgid "TLS relocation against a constant" msgstr "" -#: config/tc-mips.c:15931 +#: config/tc-mips.c:15932 msgid "jump to a symbol in another ISA mode" msgstr "" -#: config/tc-mips.c:15934 +#: config/tc-mips.c:15935 msgid "JALX to a symbol in the same ISA mode" msgstr "" -#: config/tc-mips.c:16018 +#: config/tc-mips.c:16019 msgid "unsupported constant in relocation" msgstr "" -#: config/tc-mips.c:16090 +#: config/tc-mips.c:16091 #, c-format msgid "PC-relative access using misaligned symbol (%lx)" msgstr "" -#: config/tc-mips.c:16094 +#: config/tc-mips.c:16095 #, c-format msgid "PC-relative access using misaligned offset (%lx)" msgstr "" -#: config/tc-mips.c:16107 config/tc-mips.c:16126 +#: config/tc-mips.c:16108 config/tc-mips.c:16127 msgid "PC-relative access out of range" msgstr "" -#: config/tc-mips.c:16113 +#: config/tc-mips.c:16114 #, c-format msgid "PC-relative access to misaligned address (%lx)" msgstr "" -#: config/tc-mips.c:16280 +#: config/tc-mips.c:16281 #, c-format msgid "alignment too large, %d assumed" msgstr "" -#: config/tc-mips.c:16283 +#: config/tc-mips.c:16284 msgid "alignment negative, 0 assumed" msgstr "" -#: config/tc-mips.c:16519 +#: config/tc-mips.c:16520 #, c-format msgid "%s: no such section" msgstr "" -#: config/tc-mips.c:16575 +#: config/tc-mips.c:16576 #, c-format msgid ".option pic%d not supported" msgstr "" -#: config/tc-mips.c:16577 +#: config/tc-mips.c:16578 #, c-format msgid ".option pic%d not supported in VxWorks PIC mode" msgstr "" -#: config/tc-mips.c:16589 config/tc-mips.c:16929 +#: config/tc-mips.c:16590 config/tc-mips.c:16930 msgid "-G may not be used with SVR4 PIC code" msgstr "" -#: config/tc-mips.c:16595 +#: config/tc-mips.c:16596 #, c-format msgid "unrecognized option \"%s\"" msgstr "" -#: config/tc-mips.c:16701 +#: config/tc-mips.c:16702 #, c-format msgid "unknown architecture %s" msgstr "" -#: config/tc-mips.c:16716 config/tc-mips.c:16880 +#: config/tc-mips.c:16717 config/tc-mips.c:16881 #, c-format msgid "unknown ISA level %s" msgstr "" -#: config/tc-mips.c:16726 +#: config/tc-mips.c:16727 #, c-format msgid "unknown ISA or architecture %s" msgstr "" -#: config/tc-mips.c:16785 +#: config/tc-mips.c:16786 msgid "`noreorder' must be set before `nomacro'" msgstr "" -#: config/tc-mips.c:16815 +#: config/tc-mips.c:16816 msgid ".set pop with no .set push" msgstr "" -#: config/tc-mips.c:16834 +#: config/tc-mips.c:16835 #, c-format msgid "tried to set unrecognized symbol: %s\n" msgstr "" -#: config/tc-mips.c:16907 +#: config/tc-mips.c:16908 #, c-format msgid ".module used with unrecognized symbol: %s\n" msgstr "" -#: config/tc-mips.c:16913 +#: config/tc-mips.c:16914 msgid ".module is not permitted after generating code" msgstr "" -#: config/tc-mips.c:16973 config/tc-mips.c:17052 config/tc-mips.c:17156 -#: config/tc-mips.c:17186 config/tc-mips.c:17235 +#: config/tc-mips.c:16974 config/tc-mips.c:17053 config/tc-mips.c:17157 +#: config/tc-mips.c:17187 config/tc-mips.c:17236 #, c-format msgid "%s not supported in MIPS16 mode" msgstr "" -#: config/tc-mips.c:16980 +#: config/tc-mips.c:16981 msgid ".cpload not in noreorder section" msgstr "" -#: config/tc-mips.c:17061 config/tc-mips.c:17080 +#: config/tc-mips.c:17062 config/tc-mips.c:17081 msgid "missing argument separator ',' for .cpsetup" msgstr "" -#: config/tc-mips.c:17278 +#: config/tc-mips.c:17279 config/tc-riscv.c:3344 #, c-format msgid "unsupported use of %s" msgstr "" -#: config/tc-mips.c:17369 +#: config/tc-mips.c:17370 msgid "unsupported use of .gpword" msgstr "" -#: config/tc-mips.c:17407 +#: config/tc-mips.c:17408 msgid "unsupported use of .gpdword" msgstr "" -#: config/tc-mips.c:17439 +#: config/tc-mips.c:17440 msgid "unsupported use of .ehword" msgstr "" -#: config/tc-mips.c:17526 +#: config/tc-mips.c:17527 msgid "bad .nan directive" msgstr "" -#: config/tc-mips.c:17575 +#: config/tc-mips.c:17576 #, c-format msgid "ignoring attempt to redefine symbol %s" msgstr "" -#: config/tc-mips.c:17590 ecoff.c:3359 +#: config/tc-mips.c:17591 ecoff.c:3359 msgid "bad .weakext directive" msgstr "" -#: config/tc-mips.c:18559 config/tc-mips.c:18836 +#: config/tc-mips.c:18560 config/tc-mips.c:18837 msgid "relaxed out-of-range branch into a jump" msgstr "" -#: config/tc-mips.c:19059 +#: config/tc-mips.c:19060 msgid "extended instruction in a branch delay slot" msgstr "" -#: config/tc-mips.c:19173 config/tc-xtensa.c:1704 config/tc-xtensa.c:1982 +#: config/tc-mips.c:19174 config/tc-xtensa.c:1704 config/tc-xtensa.c:1982 msgid "unsupported relocation" msgstr "" -#: config/tc-mips.c:19681 config/tc-score.c:5645 +#: config/tc-mips.c:19682 config/tc-score.c:5644 msgid "expected simple number" msgstr "" -#: config/tc-mips.c:19709 config/tc-score.c:5672 +#: config/tc-mips.c:19710 config/tc-score.c:5671 msgid "invalid number" msgstr "" -#: config/tc-mips.c:19786 ecoff.c:2988 +#: config/tc-mips.c:19787 ecoff.c:2988 msgid ".end directive without a preceding .ent directive" msgstr "" -#: config/tc-mips.c:19795 +#: config/tc-mips.c:19796 msgid ".end symbol does not match .ent symbol" msgstr "" -#: config/tc-mips.c:19872 +#: config/tc-mips.c:19873 msgid ".ent or .aent not in text section" msgstr "" -#: config/tc-mips.c:19875 config/tc-score.c:5704 +#: config/tc-mips.c:19876 config/tc-score.c:5703 msgid "missing .end" msgstr "" -#: config/tc-mips.c:19958 +#: config/tc-mips.c:19959 msgid ".mask/.fmask outside of .ent" msgstr "" -#: config/tc-mips.c:19965 +#: config/tc-mips.c:19966 msgid "bad .mask/.fmask directive" msgstr "" -#: config/tc-mips.c:20268 +#: config/tc-mips.c:20269 #, c-format msgid "bad value (%s) for %s" msgstr "" -#: config/tc-mips.c:20332 +#: config/tc-mips.c:20333 #, c-format msgid "" "MIPS options:\n" @@ -12637,7 +12655,7 @@ msgid "" "\t\t\timplicitly with the gp register [default 8]\n" msgstr "" -#: config/tc-mips.c:20339 +#: config/tc-mips.c:20340 #, c-format msgid "" "-mips1\t\t\tgenerate MIPS ISA I instructions\n" @@ -12658,7 +12676,7 @@ msgid "" "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n" msgstr "" -#: config/tc-mips.c:20364 +#: config/tc-mips.c:20365 #, c-format msgid "" "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" @@ -12666,105 +12684,105 @@ msgid "" "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n" msgstr "" -#: config/tc-mips.c:20377 +#: config/tc-mips.c:20378 #, c-format msgid "" "-mips16\t\t\tgenerate mips16 instructions\n" "-no-mips16\t\tdo not generate mips16 instructions\n" msgstr "" -#: config/tc-mips.c:20380 +#: config/tc-mips.c:20381 #, c-format msgid "" "-mmips16e2\t\tgenerate MIPS16e2 instructions\n" "-mno-mips16e2\t\tdo not generate MIPS16e2 instructions\n" msgstr "" -#: config/tc-mips.c:20383 +#: config/tc-mips.c:20384 #, c-format msgid "" "-mmicromips\t\tgenerate microMIPS instructions\n" "-mno-micromips\t\tdo not generate microMIPS instructions\n" msgstr "" -#: config/tc-mips.c:20386 +#: config/tc-mips.c:20387 #, c-format msgid "" "-msmartmips\t\tgenerate smartmips instructions\n" "-mno-smartmips\t\tdo not generate smartmips instructions\n" msgstr "" -#: config/tc-mips.c:20389 +#: config/tc-mips.c:20390 #, c-format msgid "" "-mdsp\t\t\tgenerate DSP instructions\n" "-mno-dsp\t\tdo not generate DSP instructions\n" msgstr "" -#: config/tc-mips.c:20392 +#: config/tc-mips.c:20393 #, 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:20395 +#: config/tc-mips.c:20396 #, 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:20398 +#: config/tc-mips.c:20399 #, 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:20401 +#: config/tc-mips.c:20402 #, c-format msgid "" "-mmcu\t\t\tgenerate MCU instructions\n" "-mno-mcu\t\tdo not generate MCU instructions\n" msgstr "" -#: config/tc-mips.c:20404 +#: config/tc-mips.c:20405 #, c-format msgid "" "-mmsa\t\t\tgenerate MSA instructions\n" "-mno-msa\t\tdo not generate MSA instructions\n" msgstr "" -#: config/tc-mips.c:20407 +#: config/tc-mips.c:20408 #, 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:20410 +#: config/tc-mips.c:20411 #, c-format msgid "" "-mvirt\t\t\tgenerate Virtualization instructions\n" "-mno-virt\t\tdo not generate Virtualization instructions\n" msgstr "" -#: config/tc-mips.c:20413 +#: config/tc-mips.c:20414 #, c-format msgid "" "-mcrc\t\t\tgenerate CRC instructions\n" "-mno-crc\t\tdo not generate CRC instructions\n" msgstr "" -#: config/tc-mips.c:20416 +#: config/tc-mips.c:20417 #, 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:20419 +#: config/tc-mips.c:20420 #, c-format msgid "" "-mloongson-mmi\t\tgenerate Loongson MultiMedia extensions Instructions (MMI) " @@ -12773,7 +12791,7 @@ msgid "" "Instructions\n" msgstr "" -#: config/tc-mips.c:20422 +#: config/tc-mips.c:20423 #, c-format msgid "" "-mloongson-cam\t\tgenerate Loongson Content Address Memory (CAM) " @@ -12782,35 +12800,35 @@ msgid "" "Instructions\n" msgstr "" -#: config/tc-mips.c:20425 +#: config/tc-mips.c:20426 #, 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:20428 +#: config/tc-mips.c:20429 #, 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:20431 +#: config/tc-mips.c:20432 #, 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:20435 +#: config/tc-mips.c:20436 #, 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:20439 +#: config/tc-mips.c:20440 #, c-format msgid "" "-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata\n" @@ -12818,7 +12836,7 @@ msgid "" "default\n" msgstr "" -#: config/tc-mips.c:20443 +#: config/tc-mips.c:20444 #, c-format msgid "" "-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n" @@ -12840,7 +12858,7 @@ msgid "" "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n" msgstr "" -#: config/tc-mips.c:20461 +#: config/tc-mips.c:20462 #, c-format msgid "" "-mhard-float\t\tallow floating-point instructions\n" @@ -12855,7 +12873,7 @@ msgid "" "-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n" msgstr "" -#: config/tc-mips.c:20479 +#: config/tc-mips.c:20480 #, c-format msgid "" "-KPIC, -call_shared\tgenerate SVR4 position independent code\n" @@ -12869,26 +12887,26 @@ msgid "" "-mabi=ABI\t\tcreate ABI conformant object file for:\n" msgstr "" -#: config/tc-mips.c:20500 +#: config/tc-mips.c:20501 #, c-format msgid "-32\t\t\tcreate o32 ABI object file%s\n" msgstr "" -#: config/tc-mips.c:20502 config/tc-mips.c:20505 config/tc-mips.c:20508 +#: config/tc-mips.c:20503 config/tc-mips.c:20506 config/tc-mips.c:20509 msgid " (default)" msgstr "" -#: config/tc-mips.c:20503 +#: config/tc-mips.c:20504 #, c-format msgid "-n32\t\t\tcreate n32 ABI object file%s\n" msgstr "" -#: config/tc-mips.c:20506 +#: config/tc-mips.c:20507 #, c-format msgid "-64\t\t\tcreate 64 ABI object file%s\n" msgstr "" -#: config/tc-mips.c:20588 +#: config/tc-mips.c:20589 msgid "missing .end at end of assembly" msgstr "" @@ -13119,7 +13137,7 @@ msgstr "" #. We will only get here in rare cases involving #NO_APP, #. where the unterminated string is not recognized by the #. preformatting pass. -#: config/tc-mmix.c:4148 config/tc-mmix.c:4306 config/tc-z80.c:3164 +#: config/tc-mmix.c:4148 config/tc-mmix.c:4306 config/tc-z80.c:3190 msgid "unterminated string" msgstr "" @@ -13150,15 +13168,15 @@ msgid "" "none yet\n" msgstr "" -#: config/tc-mn10200.c:896 config/tc-mn10300.c:1253 config/tc-s390.c:1689 +#: config/tc-mn10200.c:896 config/tc-mn10300.c:1253 config/tc-s390.c:1691 #: 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:3791 -#: config/tc-s390.c:1602 config/tc-v850.c:3043 +#: config/tc-mn10200.c:1139 config/tc-mn10300.c:1821 config/tc-ppc.c:3969 +#: config/tc-s390.c:1604 config/tc-v850.c:3043 #, c-format msgid "junk at end of line: `%s'" msgstr "" @@ -13791,20 +13809,20 @@ msgstr "" msgid "md_estimate_size_before_relax\n" msgstr "" -#: config/tc-nds32.c:2375 +#: config/tc-nds32.c:2374 msgid "" "<arch name>\t Assemble for architecture <arch name>\n" "\t\t\t <arch name> could be\n" "\t\t\t v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s" msgstr "" -#: config/tc-nds32.c:2379 +#: config/tc-nds32.c:2378 msgid "" "<baseline>\t Assemble for baseline <baseline>\n" "\t\t\t <baseline> could be v2, v3, v3m" msgstr "" -#: config/tc-nds32.c:2382 +#: config/tc-nds32.c:2381 msgid "" "<freg>\t Specify a FPU configuration\n" "\t\t\t <freg>\n" @@ -13814,83 +13832,83 @@ msgid "" "\t\t\t 3: 32 SP / 32 DP registers" msgstr "" -#: config/tc-nds32.c:2388 +#: config/tc-nds32.c:2387 msgid "" "<abi>\t Specify a abi version\n" "\t\t\t <abi> could be v1, v2, v2fp, v2fpp" msgstr "" -#: config/tc-nds32.c:2421 +#: config/tc-nds32.c:2420 msgid "Multiply instructions support" msgstr "" -#: config/tc-nds32.c:2422 +#: config/tc-nds32.c:2421 msgid "Divide instructions support" msgstr "" -#: config/tc-nds32.c:2423 +#: config/tc-nds32.c:2422 msgid "16-bit extension" msgstr "" -#: config/tc-nds32.c:2424 +#: config/tc-nds32.c:2423 msgid "d0/d1 registers" msgstr "" -#: config/tc-nds32.c:2425 +#: config/tc-nds32.c:2424 msgid "Performance extension" msgstr "" -#: config/tc-nds32.c:2426 +#: config/tc-nds32.c:2425 msgid "Performance extension 2" msgstr "" -#: config/tc-nds32.c:2427 +#: config/tc-nds32.c:2426 msgid "String extension" msgstr "" -#: config/tc-nds32.c:2428 +#: config/tc-nds32.c:2427 msgid "Reduced Register configuration (GPR16) option" msgstr "" -#: config/tc-nds32.c:2429 +#: config/tc-nds32.c:2428 msgid "AUDIO ISA extension" msgstr "" -#: config/tc-nds32.c:2430 +#: config/tc-nds32.c:2429 msgid "FPU SP extension" msgstr "" -#: config/tc-nds32.c:2431 +#: config/tc-nds32.c:2430 msgid "FPU DP extension" msgstr "" -#: config/tc-nds32.c:2432 +#: config/tc-nds32.c:2431 msgid "FPU fused-multiply-add instructions" msgstr "" -#: config/tc-nds32.c:2433 +#: config/tc-nds32.c:2432 msgid "DSP extension" msgstr "" -#: config/tc-nds32.c:2434 +#: config/tc-nds32.c:2433 msgid "hardware loop extension" msgstr "" -#: config/tc-nds32.c:2471 +#: config/tc-nds32.c:2470 #, c-format msgid "" "\n" " NDS32-specific assembler options:\n" msgstr "" -#: config/tc-nds32.c:2472 +#: config/tc-nds32.c:2471 #, c-format msgid "" " -O1,\t\t\t Optimize for performance\n" " -Os\t\t\t Optimize for space\n" msgstr "" -#: config/tc-nds32.c:2475 +#: config/tc-nds32.c:2474 #, c-format msgid "" " -EL, -mel or -little Produce little endian output\n" @@ -13901,441 +13919,441 @@ msgid "" " -mno-all-relax\t Suppress all relaxation for this file\n" msgstr "" -#: config/tc-nds32.c:2486 +#: config/tc-nds32.c:2485 #, c-format msgid " -m%s%s\n" msgstr "" -#: config/tc-nds32.c:2493 +#: config/tc-nds32.c:2492 #, c-format msgid " -m[no-]%-17sEnable/Disable %s\n" msgstr "" -#: config/tc-nds32.c:2497 +#: config/tc-nds32.c:2496 #, c-format msgid " -mall-ext\t\t Turn on all extensions and instructions support\n" msgstr "" -#: config/tc-nds32.c:2770 +#: config/tc-nds32.c:2769 #, c-format msgid "la must use with symbol. '%s'" msgstr "" -#: config/tc-nds32.c:2823 +#: config/tc-nds32.c:2822 #, c-format msgid "need PIC qualifier with symbol. '%s'" msgstr "" -#: config/tc-nds32.c:2860 +#: config/tc-nds32.c:2859 #, c-format msgid "Operand is not a constant. `%s'" msgstr "" -#: config/tc-nds32.c:2949 +#: config/tc-nds32.c:2948 #, c-format msgid "needs @GOT or @GOTOFF. %s" msgstr "" -#: config/tc-nds32.c:3487 +#: config/tc-nds32.c:3486 #, c-format msgid "Too many argument. `%s'" msgstr "" #. Logic here rejects the input arch name. -#: config/tc-nds32.c:3548 +#: config/tc-nds32.c:3547 #, c-format msgid "unknown arch name `%s'\n" msgstr "" #. Logic here rejects the input baseline. -#: config/tc-nds32.c:3567 +#: config/tc-nds32.c:3566 #, c-format msgid "unknown baseline `%s'\n" msgstr "" #. Logic here rejects the input FPU configuration. -#: config/tc-nds32.c:3590 +#: config/tc-nds32.c:3589 #, c-format msgid "unknown FPU configuration `%s'\n" msgstr "" #. Logic here rejects the input abi version. -#: config/tc-nds32.c:3614 +#: config/tc-nds32.c:3613 #, c-format msgid "unknown ABI version`%s'\n" msgstr "" -#: config/tc-nds32.c:4342 +#: config/tc-nds32.c:4341 #, c-format msgid "Different arguments of .vec_size are found, previous %d, current %d" msgstr "" -#: config/tc-nds32.c:4347 +#: config/tc-nds32.c:4346 #, c-format msgid "Argument of .vec_size is expected 4 or 16, actual: %d." msgstr "" -#: config/tc-nds32.c:4351 +#: config/tc-nds32.c:4350 msgid "Argument of .vec_size is not a constant." msgstr "" -#: config/tc-nds32.c:4936 +#: config/tc-nds32.c:4935 #, c-format msgid "Don't know how to handle this field. %s" msgstr "" -#: config/tc-nds32.c:5301 +#: config/tc-nds32.c:5300 #, c-format msgid "instruction %s requires enabling performance extension" msgstr "" -#: config/tc-nds32.c:5313 +#: config/tc-nds32.c:5312 #, c-format msgid "instruction %s requires enabling performance extension II" msgstr "" -#: config/tc-nds32.c:5325 +#: config/tc-nds32.c:5324 #, c-format msgid "instruction %s requires enabling AUDIO extension" msgstr "" -#: config/tc-nds32.c:5337 +#: config/tc-nds32.c:5336 #, c-format msgid "instruction %s requires enabling STRING extension" msgstr "" -#: config/tc-nds32.c:5351 +#: config/tc-nds32.c:5350 #, c-format msgid "instruction %s requires enabling DIV & DX_REGS extension" msgstr "" -#: config/tc-nds32.c:5366 +#: config/tc-nds32.c:5365 #, c-format msgid "instruction %s requires enabling FPU extension" msgstr "" -#: config/tc-nds32.c:5378 +#: config/tc-nds32.c:5377 #, c-format msgid "instruction %s requires enabling FPU_SP extension" msgstr "" -#: config/tc-nds32.c:5390 +#: config/tc-nds32.c:5389 #, c-format msgid "instruction %s requires enabling FPU_DP extension" msgstr "" -#: config/tc-nds32.c:5401 config/tc-nds32.c:5409 +#: config/tc-nds32.c:5400 config/tc-nds32.c:5408 #, c-format msgid "instruction %s requires enabling FPU_MAC extension" msgstr "" -#: config/tc-nds32.c:5417 +#: config/tc-nds32.c:5416 #, c-format msgid "instruction %s requires enabling DX_REGS extension" msgstr "" -#: config/tc-nds32.c:5433 +#: config/tc-nds32.c:5432 #, c-format msgid "instruction %s requires enabling dsp extension" msgstr "" -#: config/tc-nds32.c:5445 +#: config/tc-nds32.c:5444 #, c-format msgid "instruction %s requires enabling zol extension" msgstr "" -#: config/tc-nds32.c:5450 +#: config/tc-nds32.c:5449 #, c-format msgid "internal error: unknown instruction attribute: 0x%08x" msgstr "" -#: config/tc-nds32.c:5743 +#: config/tc-nds32.c:5742 #, c-format msgid "relax hint unrecognized instruction: line %d." msgstr "" -#: config/tc-nds32.c:5798 +#: config/tc-nds32.c:5797 #, c-format msgid "Can not find match relax hint. Line: %d" msgstr "" -#: config/tc-nds32.c:5996 +#: config/tc-nds32.c:5995 msgid "Internal error: .relax_hint KEY is not a number!" msgstr "" -#: config/tc-nds32.c:6024 +#: config/tc-nds32.c:6023 #, c-format msgid "Internal error: Relax hint (%s) error. %s: %s (%x)" msgstr "" -#: config/tc-nds32.c:6101 +#: config/tc-nds32.c:6100 #, c-format msgid "Internal error: Range error. %s" msgstr "" -#: config/tc-nds32.c:6162 +#: config/tc-nds32.c:6161 msgid "Multiple BFD_RELOC_NDS32_PTR_RESOLVED patterns are not supported yet!" msgstr "" -#: config/tc-nds32.c:6310 +#: config/tc-nds32.c:6309 #, c-format msgid "Not support instruction %s in verbatim." msgstr "" -#: config/tc-nds32.c:6317 +#: config/tc-nds32.c:6316 #, c-format msgid "16-bit instruction is disabled: %s." msgstr "" -#: config/tc-nds32.c:6344 +#: config/tc-nds32.c:6343 #, c-format msgid "Instruction %s not supported in the baseline." msgstr "" -#: config/tc-nds32.c:6411 +#: config/tc-nds32.c:6410 #, c-format msgid "Unrecognized opcode, %s." msgstr "" -#: config/tc-nds32.c:6414 +#: config/tc-nds32.c:6413 #, c-format msgid "Incorrect syntax, %s." msgstr "" -#: config/tc-nds32.c:6417 +#: config/tc-nds32.c:6416 #, c-format msgid "Unrecognized operand/register, %s." msgstr "" -#: config/tc-nds32.c:6420 +#: config/tc-nds32.c:6419 #, c-format msgid "Operand out of range, %s." msgstr "" -#: config/tc-nds32.c:6423 +#: config/tc-nds32.c:6422 #, c-format msgid "Prohibited register used for reduced-register, %s." msgstr "" -#: config/tc-nds32.c:6426 +#: config/tc-nds32.c:6425 #, c-format msgid "Junk at end of line, %s." msgstr "" -#: config/tc-nds32.c:7124 +#: config/tc-nds32.c:7123 msgid "Addend to unresolved symbol is not on word boundary." msgstr "" #. Should never here. -#: config/tc-nds32.c:7657 +#: config/tc-nds32.c:7656 msgid "Used FPU instructions requires enabling FPU extension" msgstr "" -#: config/tc-nds32.c:7854 +#: config/tc-nds32.c:7853 #, c-format msgid "Internal error: Unknown fixup type %d (`%s')" msgstr "" -#: config/tc-nios2.c:453 config/tc-pru.c:309 +#: config/tc-nios2.c:448 config/tc-pru.c:309 msgid "expecting opcode string in self test mode" msgstr "" -#: config/tc-nios2.c:455 config/tc-pru.c:311 +#: config/tc-nios2.c:450 config/tc-pru.c:311 #, c-format msgid "assembly 0x%08x, expected %s" msgstr "" -#: config/tc-nios2.c:848 +#: config/tc-nios2.c:843 msgid "branch offset out of range\n" msgstr "" -#: config/tc-nios2.c:849 +#: config/tc-nios2.c:844 msgid "branch relaxation failed\n" msgstr "" -#: config/tc-nios2.c:1145 +#: config/tc-nios2.c:1140 msgid "error checking for overflow - broken assembler" msgstr "" -#: config/tc-nios2.c:1161 config/tc-pru.c:572 +#: config/tc-nios2.c:1156 config/tc-pru.c:572 #, c-format msgid "immediate value 0x%x truncated to 0x%x" msgstr "" -#: config/tc-nios2.c:1188 config/tc-pru.c:598 +#: config/tc-nios2.c:1183 config/tc-pru.c:598 #, c-format msgid "call target address 0x%08x out of range 0x%08x to 0x%08x" msgstr "" -#: config/tc-nios2.c:1194 +#: config/tc-nios2.c:1189 #, c-format msgid "branch offset %d out of range %d to %d" msgstr "" -#: config/tc-nios2.c:1198 +#: config/tc-nios2.c:1193 #, c-format msgid "branch offset %d out of range" msgstr "" -#: config/tc-nios2.c:1204 config/tc-pru.c:608 +#: config/tc-nios2.c:1199 config/tc-pru.c:608 #, c-format msgid "%s offset %d out of range %d to %d" msgstr "" -#: config/tc-nios2.c:1208 +#: config/tc-nios2.c:1203 #, c-format msgid "%s offset %d out of range" msgstr "" -#: config/tc-nios2.c:1213 config/tc-nios2.c:1228 config/tc-pru.c:613 +#: config/tc-nios2.c:1208 config/tc-nios2.c:1223 config/tc-pru.c:613 #, c-format msgid "immediate value %d out of range %d to %d" msgstr "" -#: config/tc-nios2.c:1218 config/tc-nios2.c:1223 config/tc-pru.c:623 +#: config/tc-nios2.c:1213 config/tc-nios2.c:1218 config/tc-pru.c:623 #: config/tc-pru.c:628 #, c-format msgid "immediate value %u out of range %u to %u" msgstr "" -#: config/tc-nios2.c:1233 +#: config/tc-nios2.c:1228 #, c-format msgid "custom instruction opcode %u out of range %u to %u" msgstr "" -#: config/tc-nios2.c:1238 config/tc-pru.c:633 +#: config/tc-nios2.c:1233 config/tc-pru.c:633 msgid "overflow in immediate argument" msgstr "" -#: config/tc-nios2.c:1310 config/tc-pru.c:668 +#: config/tc-nios2.c:1305 config/tc-pru.c:668 msgid "cannot create 64-bit relocation" msgstr "" -#: config/tc-nios2.c:1436 +#: config/tc-nios2.c:1431 #, c-format msgid "internal error: broken opcode descriptor for `%s %s'\n" msgstr "" -#: config/tc-nios2.c:1485 config/tc-pru.c:863 +#: config/tc-nios2.c:1480 config/tc-pru.c:863 msgid "can't create relocation" msgstr "" -#: config/tc-nios2.c:1516 config/tc-pru.c:997 config/tc-pru.c:1017 +#: config/tc-nios2.c:1511 config/tc-pru.c:997 config/tc-pru.c:1017 #: config/tc-pru.c:1044 config/tc-pru.c:1063 config/tc-pru.c:1077 #, c-format msgid "unknown register %s" msgstr "" -#: config/tc-nios2.c:1524 +#: config/tc-nios2.c:1519 msgid "expecting control register" msgstr "" -#: config/tc-nios2.c:1526 +#: config/tc-nios2.c:1521 msgid "illegal use of control register" msgstr "" -#: config/tc-nios2.c:1528 +#: config/tc-nios2.c:1523 msgid "illegal use of coprocessor register" msgstr "" #. Should never get here if we passed validation. -#: config/tc-nios2.c:1530 config/tc-nios2.c:1844 config/tc-nios2.c:1986 -#: config/tc-nios2.c:2054 +#: config/tc-nios2.c:1525 config/tc-nios2.c:1839 config/tc-nios2.c:1981 +#: config/tc-nios2.c:2049 #, c-format msgid "invalid register %s" msgstr "" -#: config/tc-nios2.c:1538 +#: config/tc-nios2.c:1533 msgid "" "Register at (r1) can sometimes be corrupted by assembler optimizations.\n" "Use .set noat to turn off those optimizations (and this warning)." msgstr "" -#: config/tc-nios2.c:1543 +#: config/tc-nios2.c:1538 msgid "" "The debugger will corrupt bt (r25).\n" "If you don't need to debug this code use .set nobreak to turn off this " "warning." msgstr "" -#: config/tc-nios2.c:1547 +#: config/tc-nios2.c:1542 msgid "" "The debugger will corrupt sstatus/ba (r30).\n" "If you don't need to debug this code use .set nobreak to turn off this " "warning." msgstr "" -#: config/tc-nios2.c:1937 config/tc-nios2.c:1965 +#: config/tc-nios2.c:1932 config/tc-nios2.c:1960 msgid "r31 cannot be used with jmp; use ret instead" msgstr "" -#: config/tc-nios2.c:1980 +#: config/tc-nios2.c:1975 msgid "r31 cannot be used with jmpr.n; use ret.n instead" msgstr "" -#: config/tc-nios2.c:2593 config/tc-nios2.c:2620 config/tc-nios2.c:2647 -#: config/tc-nios2.c:2678 +#: config/tc-nios2.c:2588 config/tc-nios2.c:2615 config/tc-nios2.c:2642 +#: config/tc-nios2.c:2673 #, c-format msgid "Invalid constant operand %s" msgstr "" -#: config/tc-nios2.c:2995 config/tc-nios2.c:3019 config/tc-pru.c:1319 +#: config/tc-nios2.c:2990 config/tc-nios2.c:3014 config/tc-pru.c:1319 #: config/tc-pru.c:1344 config/tc-pru.c:1364 #, c-format msgid "badly formed expression near %s" msgstr "" -#: config/tc-nios2.c:3124 config/tc-pru.c:1390 +#: config/tc-nios2.c:3119 config/tc-pru.c:1390 #, c-format msgid "expecting %c near %s" msgstr "" #. we cannot recover from this. -#: config/tc-nios2.c:3272 +#: config/tc-nios2.c:3267 #, c-format msgid "unrecognized pseudo-instruction %s" msgstr "" -#: config/tc-nios2.c:3535 config/tc-tic6x.c:232 +#: config/tc-nios2.c:3530 config/tc-tic6x.c:232 #, c-format msgid "unknown architecture '%s'" msgstr "" -#: config/tc-nios2.c:3615 +#: config/tc-nios2.c:3610 msgid "Big-endian R2 is not supported." msgstr "" #. Unrecognised instruction - error. -#: config/tc-nios2.c:3756 config/tc-pru.c:1717 +#: config/tc-nios2.c:3747 config/tc-pru.c:1717 #, c-format msgid "unrecognised instruction %s" msgstr "" -#: config/tc-nios2.c:3876 config/tc-pru.c:1773 +#: config/tc-nios2.c:3867 config/tc-pru.c:1773 #, c-format msgid "can't represent relocation type %s" msgstr "" -#: config/tc-nios2.c:3969 +#: config/tc-nios2.c:3960 msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-nios2.c:3998 +#: config/tc-nios2.c:3989 #, c-format msgid "Illegal operands: %%tls_ldo in %d-byte data field" msgstr "" -#: config/tc-nios2.c:4010 +#: config/tc-nios2.c:4001 #, c-format msgid "Illegal operands: %%gotoff in %d-byte data field" msgstr "" -#: config/tc-nios2.c:4023 config/tc-nios2.c:4042 config/tc-nios2.c:4050 +#: config/tc-nios2.c:4014 config/tc-nios2.c:4033 config/tc-nios2.c:4041 #, c-format msgid "Illegal operands: %s requires arguments in ()" msgstr "" -#: config/tc-nios2.c:4058 +#: config/tc-nios2.c:4049 #, c-format msgid "Illegal operands: garbage after %s()" msgstr "" @@ -14512,81 +14530,81 @@ msgstr "" msgid "Cannot find relocation type for symbol %s, code %d" msgstr "" -#: config/tc-pdp11.c:354 config/tc-pdp11.c:372 config/tc-pdp11.c:378 -#: config/tc-pdp11.c:403 config/tc-pdp11.c:409 config/tc-pdp11.c:422 +#: config/tc-pdp11.c:351 config/tc-pdp11.c:369 config/tc-pdp11.c:375 +#: config/tc-pdp11.c:400 config/tc-pdp11.c:406 config/tc-pdp11.c:419 msgid "Bad register name" msgstr "" -#: config/tc-pdp11.c:441 config/tc-pdp11.c:505 config/tc-pdp11.c:516 +#: config/tc-pdp11.c:438 config/tc-pdp11.c:502 config/tc-pdp11.c:513 msgid "Error in expression" msgstr "" -#: config/tc-pdp11.c:513 +#: config/tc-pdp11.c:510 msgid "Low order bits truncated in immediate float operand" msgstr "" -#: config/tc-pdp11.c:657 +#: config/tc-pdp11.c:654 msgid "Float AC not legal as integer operand" msgstr "" -#: config/tc-pdp11.c:677 +#: config/tc-pdp11.c:674 msgid "General register not legal as float operand" msgstr "" -#: config/tc-pdp11.c:710 +#: config/tc-pdp11.c:707 msgid "No instruction found" msgstr "" -#: config/tc-pdp11.c:720 config/tc-z80.c:3640 +#: config/tc-pdp11.c:717 config/tc-z80.c:3666 #, c-format msgid "Unknown instruction '%s'" msgstr "" -#: config/tc-pdp11.c:726 +#: config/tc-pdp11.c:723 #, c-format msgid "Unsupported instruction set extension: %s" msgstr "" -#: config/tc-pdp11.c:760 +#: config/tc-pdp11.c:757 msgid "operand is not an absolute constant" msgstr "" -#: config/tc-pdp11.c:768 +#: config/tc-pdp11.c:765 msgid "3-bit immediate out of range" msgstr "" -#: config/tc-pdp11.c:775 +#: config/tc-pdp11.c:772 msgid "6-bit immediate out of range" msgstr "" -#: config/tc-pdp11.c:782 +#: config/tc-pdp11.c:779 msgid "8-bit immediate out of range" msgstr "" -#: config/tc-pdp11.c:799 config/tc-pdp11.c:992 +#: config/tc-pdp11.c:796 config/tc-pdp11.c:989 msgid "Symbol expected" msgstr "" -#: config/tc-pdp11.c:804 +#: config/tc-pdp11.c:801 msgid "8-bit displacement out of range" msgstr "" -#: config/tc-pdp11.c:846 config/tc-pdp11.c:867 config/tc-pdp11.c:884 -#: config/tc-pdp11.c:905 config/tc-pdp11.c:922 config/tc-pdp11.c:943 -#: config/tc-pdp11.c:962 config/tc-pdp11.c:983 +#: config/tc-pdp11.c:843 config/tc-pdp11.c:864 config/tc-pdp11.c:881 +#: config/tc-pdp11.c:902 config/tc-pdp11.c:919 config/tc-pdp11.c:940 +#: config/tc-pdp11.c:959 config/tc-pdp11.c:980 msgid "Missing ','" msgstr "" -#: config/tc-pdp11.c:997 +#: config/tc-pdp11.c:994 msgid "6-bit displacement out of range" msgstr "" -#: config/tc-pdp11.c:1018 config/tc-tilegx.c:1212 config/tc-tilepro.c:1095 +#: config/tc-pdp11.c:1015 config/tc-tilegx.c:1212 config/tc-tilepro.c:1095 #: config/tc-vax.c:1949 msgid "Too many operands" msgstr "" -#: config/tc-pdp11.c:1468 +#: config/tc-pdp11.c:1465 #, c-format msgid "Can not represent %s relocation in this object file format" msgstr "" @@ -14616,653 +14634,659 @@ msgstr "" msgid "pcrel too far" msgstr "" -#: config/tc-ppc.c:949 config/tc-ppc.c:957 config/tc-ppc.c:3295 +#: config/tc-ppc.c:949 config/tc-ppc.c:957 config/tc-ppc.c:3456 msgid "invalid register expression" msgstr "" -#: config/tc-ppc.c:1102 config/tc-ppc.c:1160 config/tc-ppc.c:1208 +#: config/tc-ppc.c:1122 config/tc-ppc.c:1180 config/tc-ppc.c:1228 msgid "the use of -mvle requires big endian." msgstr "" -#: config/tc-ppc.c:1140 config/tc-ppc.c:1162 +#: config/tc-ppc.c:1160 config/tc-ppc.c:1182 msgid "the use of -mvle requires -a32." msgstr "" -#: config/tc-ppc.c:1142 +#: config/tc-ppc.c:1162 #, c-format msgid "%s unsupported" msgstr "" -#: config/tc-ppc.c:1235 config/tc-s390.c:433 config/tc-s390.c:440 +#: config/tc-ppc.c:1255 config/tc-s390.c:435 config/tc-s390.c:442 #, c-format msgid "invalid switch -m%s" msgstr "" -#: config/tc-ppc.c:1266 +#: config/tc-ppc.c:1286 msgid "--nops needs a numeric argument" msgstr "" -#: config/tc-ppc.c:1302 +#: config/tc-ppc.c:1322 #, c-format msgid "PowerPC options:\n" msgstr "" -#: config/tc-ppc.c:1304 +#: config/tc-ppc.c:1324 #, c-format msgid "-a32 generate ELF32/XCOFF32\n" msgstr "" -#: config/tc-ppc.c:1307 +#: config/tc-ppc.c:1327 #, c-format msgid "-a64 generate ELF64/XCOFF64\n" msgstr "" -#: config/tc-ppc.c:1309 +#: config/tc-ppc.c:1329 #, c-format msgid "-u ignored\n" msgstr "" -#: config/tc-ppc.c:1311 +#: config/tc-ppc.c:1331 #, c-format msgid "-mpwrx, -mpwr2 generate code for POWER/2 (RIOS2)\n" msgstr "" -#: config/tc-ppc.c:1313 +#: config/tc-ppc.c:1333 #, c-format msgid "-mpwr generate code for POWER (RIOS1)\n" msgstr "" -#: config/tc-ppc.c:1315 +#: config/tc-ppc.c:1335 #, c-format msgid "-m601 generate code for PowerPC 601\n" msgstr "" -#: config/tc-ppc.c:1317 +#: config/tc-ppc.c:1337 #, c-format msgid "" "-mppc, -mppc32, -m603, -m604\n" " generate code for PowerPC 603/604\n" msgstr "" -#: config/tc-ppc.c:1320 +#: config/tc-ppc.c:1340 #, c-format msgid "-m403 generate code for PowerPC 403\n" msgstr "" -#: config/tc-ppc.c:1322 +#: config/tc-ppc.c:1342 #, c-format msgid "-m405 generate code for PowerPC 405\n" msgstr "" -#: config/tc-ppc.c:1324 +#: config/tc-ppc.c:1344 #, c-format msgid "-m440 generate code for PowerPC 440\n" msgstr "" -#: config/tc-ppc.c:1326 +#: config/tc-ppc.c:1346 #, c-format msgid "-m464 generate code for PowerPC 464\n" msgstr "" -#: config/tc-ppc.c:1328 +#: config/tc-ppc.c:1348 #, c-format msgid "-m476 generate code for PowerPC 476\n" msgstr "" -#: config/tc-ppc.c:1330 +#: config/tc-ppc.c:1350 #, c-format msgid "" "-m7400, -m7410, -m7450, -m7455\n" " generate code for PowerPC 7400/7410/7450/7455\n" msgstr "" -#: config/tc-ppc.c:1333 +#: config/tc-ppc.c:1353 #, c-format msgid "" "-m750cl, -mgekko, -mbroadway\n" " generate code for PowerPC 750cl/Gekko/Broadway\n" msgstr "" -#: config/tc-ppc.c:1336 +#: config/tc-ppc.c:1356 #, c-format msgid "-m821, -m850, -m860 generate code for PowerPC 821/850/860\n" msgstr "" -#: config/tc-ppc.c:1338 +#: config/tc-ppc.c:1358 #, c-format msgid "-mppc64, -m620 generate code for PowerPC 620/625/630\n" msgstr "" -#: config/tc-ppc.c:1340 +#: config/tc-ppc.c:1360 #, c-format msgid "" "-mppc64bridge generate code for PowerPC 64, including bridge " "insns\n" msgstr "" -#: config/tc-ppc.c:1342 +#: config/tc-ppc.c:1362 #, c-format msgid "-mbooke generate code for 32-bit PowerPC BookE\n" msgstr "" -#: config/tc-ppc.c:1344 +#: config/tc-ppc.c:1364 #, c-format msgid "-ma2 generate code for A2 architecture\n" msgstr "" -#: config/tc-ppc.c:1346 +#: config/tc-ppc.c:1366 #, c-format msgid "-mpower4, -mpwr4 generate code for Power4 architecture\n" msgstr "" -#: config/tc-ppc.c:1348 +#: config/tc-ppc.c:1368 #, c-format msgid "" "-mpower5, -mpwr5, -mpwr5x\n" " generate code for Power5 architecture\n" msgstr "" -#: config/tc-ppc.c:1351 +#: config/tc-ppc.c:1371 #, c-format msgid "-mpower6, -mpwr6 generate code for Power6 architecture\n" msgstr "" -#: config/tc-ppc.c:1353 +#: config/tc-ppc.c:1373 #, c-format msgid "-mpower7, -mpwr7 generate code for Power7 architecture\n" msgstr "" -#: config/tc-ppc.c:1355 +#: config/tc-ppc.c:1375 #, c-format msgid "-mpower8, -mpwr8 generate code for Power8 architecture\n" msgstr "" -#: config/tc-ppc.c:1357 +#: config/tc-ppc.c:1377 #, c-format msgid "-mpower9, -mpwr9 generate code for Power9 architecture\n" msgstr "" -#: config/tc-ppc.c:1359 +#: config/tc-ppc.c:1379 #, c-format msgid "-mpower10, -mpwr10 generate code for Power10 architecture\n" msgstr "" -#: config/tc-ppc.c:1361 +#: config/tc-ppc.c:1381 #, c-format msgid "" "-mcell generate code for Cell Broadband Engine " "architecture\n" msgstr "" -#: config/tc-ppc.c:1363 +#: config/tc-ppc.c:1383 #, c-format msgid "" "-mcom generate code for Power/PowerPC common instructions\n" msgstr "" -#: config/tc-ppc.c:1365 +#: config/tc-ppc.c:1385 #, c-format msgid "" "-many generate code for any architecture (PWR/PWRX/PPC)\n" msgstr "" -#: config/tc-ppc.c:1367 +#: config/tc-ppc.c:1387 #, c-format msgid "-maltivec generate code for AltiVec\n" msgstr "" -#: config/tc-ppc.c:1369 +#: config/tc-ppc.c:1389 #, c-format msgid "" "-mvsx generate code for Vector-Scalar (VSX) instructions\n" msgstr "" -#: config/tc-ppc.c:1371 +#: config/tc-ppc.c:1391 #, c-format msgid "-me300 generate code for PowerPC e300 family\n" msgstr "" -#: config/tc-ppc.c:1373 +#: config/tc-ppc.c:1393 #, c-format msgid "-me500, -me500x2 generate code for Motorola e500 core complex\n" msgstr "" -#: config/tc-ppc.c:1375 +#: config/tc-ppc.c:1395 #, c-format msgid "" "-me500mc, generate code for Freescale e500mc core complex\n" msgstr "" -#: config/tc-ppc.c:1377 +#: config/tc-ppc.c:1397 #, c-format msgid "" "-me500mc64, generate code for Freescale e500mc64 core complex\n" msgstr "" -#: config/tc-ppc.c:1379 +#: config/tc-ppc.c:1399 #, c-format msgid "" "-me5500, generate code for Freescale e5500 core complex\n" msgstr "" -#: config/tc-ppc.c:1381 +#: config/tc-ppc.c:1401 #, c-format msgid "" "-me6500, generate code for Freescale e6500 core complex\n" msgstr "" -#: config/tc-ppc.c:1383 +#: config/tc-ppc.c:1403 #, c-format msgid "-mspe generate code for Motorola SPE instructions\n" msgstr "" -#: config/tc-ppc.c:1385 +#: config/tc-ppc.c:1405 #, c-format msgid "-mspe2 generate code for Freescale SPE2 instructions\n" msgstr "" -#: config/tc-ppc.c:1387 +#: config/tc-ppc.c:1407 #, c-format msgid "-mvle generate code for Freescale VLE instructions\n" msgstr "" -#: config/tc-ppc.c:1389 +#: config/tc-ppc.c:1409 #, c-format msgid "" "-mtitan generate code for AppliedMicro Titan core complex\n" msgstr "" -#: config/tc-ppc.c:1391 +#: config/tc-ppc.c:1411 #, c-format msgid "-mregnames Allow symbolic names for registers\n" msgstr "" -#: config/tc-ppc.c:1393 +#: config/tc-ppc.c:1413 #, c-format msgid "-mno-regnames Do not allow symbolic names for registers\n" msgstr "" -#: config/tc-ppc.c:1396 +#: config/tc-ppc.c:1416 #, c-format msgid "-mrelocatable support for GCC's -mrelocatble option\n" msgstr "" -#: config/tc-ppc.c:1398 +#: config/tc-ppc.c:1418 #, c-format msgid "-mrelocatable-lib support for GCC's -mrelocatble-lib option\n" msgstr "" -#: config/tc-ppc.c:1400 +#: config/tc-ppc.c:1420 #, c-format msgid "-memb set PPC_EMB bit in ELF flags\n" msgstr "" -#: config/tc-ppc.c:1402 +#: config/tc-ppc.c:1422 #, c-format msgid "" "-mlittle, -mlittle-endian, -le\n" " generate code for a little endian machine\n" msgstr "" -#: config/tc-ppc.c:1405 +#: config/tc-ppc.c:1425 #, c-format msgid "" "-mbig, -mbig-endian, -be\n" " generate code for a big endian machine\n" msgstr "" -#: config/tc-ppc.c:1408 +#: config/tc-ppc.c:1428 #, c-format msgid "-msolaris generate code for Solaris\n" msgstr "" -#: config/tc-ppc.c:1410 +#: config/tc-ppc.c:1430 #, c-format msgid "-mno-solaris do not generate code for Solaris\n" msgstr "" -#: config/tc-ppc.c:1412 +#: config/tc-ppc.c:1432 #, c-format msgid "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n" msgstr "" -#: config/tc-ppc.c:1414 +#: config/tc-ppc.c:1434 #, c-format msgid "-V print assembler version number\n" msgstr "" -#: config/tc-ppc.c:1416 +#: config/tc-ppc.c:1436 #, c-format msgid "-Qy, -Qn ignored\n" msgstr "" -#: config/tc-ppc.c:1419 +#: config/tc-ppc.c:1439 #, c-format msgid "" "-nops=count when aligning, more than COUNT nops uses a branch\n" msgstr "" -#: config/tc-ppc.c:1421 +#: config/tc-ppc.c:1441 #, c-format msgid "-ppc476-workaround warn if emitting data to code sections\n" msgstr "" -#: config/tc-ppc.c:1451 +#: config/tc-ppc.c:1471 #, c-format msgid "unknown default cpu = %s, os = %s" msgstr "" -#: config/tc-ppc.c:1479 +#: config/tc-ppc.c:1499 msgid "neither Power nor PowerPC opcodes were selected." msgstr "" -#: config/tc-ppc.c:1537 +#: config/tc-ppc.c:1557 #, c-format msgid "mask trims opcode bits for %s" msgstr "" -#: config/tc-ppc.c:1547 +#: config/tc-ppc.c:1567 #, c-format msgid "operand index error for %s" msgstr "" -#: config/tc-ppc.c:1573 +#: config/tc-ppc.c:1593 #, c-format msgid "operand %d overlap in %s" msgstr "" -#: config/tc-ppc.c:1582 +#: config/tc-ppc.c:1602 #, c-format msgid "non-optional operand %d follows optional operand in %s" msgstr "" -#: config/tc-ppc.c:1632 +#: config/tc-ppc.c:1652 #, c-format msgid "powerpc_operands[%d].bitm invalid" msgstr "" -#: config/tc-ppc.c:1639 +#: config/tc-ppc.c:1659 #, c-format msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]" msgstr "" -#: config/tc-ppc.c:1665 config/tc-ppc.c:1716 config/tc-ppc.c:1754 -#: config/tc-ppc.c:1792 +#: config/tc-ppc.c:1685 config/tc-ppc.c:1736 config/tc-ppc.c:1774 +#: config/tc-ppc.c:1812 #, c-format msgid "major opcode is not sorted for %s" msgstr "" -#: config/tc-ppc.c:1671 +#: config/tc-ppc.c:1691 #, c-format msgid "%s is enabled by vle flag" msgstr "" -#: config/tc-ppc.c:1678 +#: config/tc-ppc.c:1698 #, c-format msgid "%s not disabled by vle flag" msgstr "" -#: config/tc-ppc.c:2189 +#: config/tc-ppc.c:2208 #, c-format msgid "symbol+offset@%s means symbol@%s+offset" msgstr "" -#: config/tc-ppc.c:2209 +#: config/tc-ppc.c:2228 #, c-format msgid "symbol+offset@%s not supported" msgstr "" -#: config/tc-ppc.c:2286 config/tc-ppc.c:4084 config/tc-ppc.c:7040 +#: config/tc-ppc.c:2303 config/tc-ppc.c:4267 config/tc-ppc.c:7399 msgid "data in executable section" msgstr "" -#: config/tc-ppc.c:2327 +#: config/tc-ppc.c:2344 msgid "expected comma after symbol-name: rest of line ignored." msgstr "" -#: config/tc-ppc.c:2360 +#: config/tc-ppc.c:2377 #, c-format msgid "ignoring attempt to re-define symbol `%s'." msgstr "" -#: config/tc-ppc.c:2368 +#: config/tc-ppc.c:2385 #, c-format msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-ppc.c:2386 +#: config/tc-ppc.c:2403 msgid "common alignment not a power of 2" msgstr "" -#: config/tc-ppc.c:2428 +#: config/tc-ppc.c:2445 #, c-format msgid "expected comma after name `%s' in .localentry directive" msgstr "" -#: config/tc-ppc.c:2438 +#: config/tc-ppc.c:2455 msgid "missing expression in .localentry directive" msgstr "" -#: config/tc-ppc.c:2459 +#: config/tc-ppc.c:2476 #, c-format msgid ".localentry expression for `%s' is not a valid power of 2" msgstr "" -#: config/tc-ppc.c:2476 +#: config/tc-ppc.c:2493 #, c-format msgid ".localentry expression for `%s' does not evaluate to a constant" msgstr "" -#: config/tc-ppc.c:2491 +#: config/tc-ppc.c:2508 msgid "missing expression in .abiversion directive" msgstr "" -#: config/tc-ppc.c:2500 +#: config/tc-ppc.c:2517 msgid ".abiversion expression does not evaluate to a constant" msgstr "" -#: config/tc-ppc.c:2580 +#: config/tc-ppc.c:2597 msgid "relocation cannot be done when using -mrelocatable" msgstr "" -#: config/tc-ppc.c:2626 +#: config/tc-ppc.c:2643 msgid "TOC section size exceeds 64k" msgstr "" -#: config/tc-ppc.c:3058 +#: config/tc-ppc.c:3197 #, c-format msgid "%s howto doesn't match size/pcrel in gas" msgstr "" -#: config/tc-ppc.c:3142 +#: config/tc-ppc.c:3281 #, c-format msgid "unrecognized opcode: `%s'" msgstr "" #. lmw, stmw, lswi, lswx, stswi, stswx -#: config/tc-ppc.c:3156 +#: config/tc-ppc.c:3295 #, c-format msgid "`%s' invalid when little-endian" msgstr "" -#: config/tc-ppc.c:3481 +#: config/tc-ppc.c:3656 #, c-format msgid "@tls may not be used with \"%s\" operands" msgstr "" -#: config/tc-ppc.c:3484 +#: config/tc-ppc.c:3659 msgid "@tls may only be used in last operand" msgstr "" -#: config/tc-ppc.c:3522 config/tc-ppc.c:3532 config/tc-ppc.c:3542 -#: config/tc-ppc.c:3557 +#: config/tc-ppc.c:3697 config/tc-ppc.c:3707 config/tc-ppc.c:3717 +#: config/tc-ppc.c:3732 #, c-format msgid "%s unsupported on this instruction" msgstr "" -#: config/tc-ppc.c:3601 +#: config/tc-ppc.c:3779 #, c-format msgid "assuming %s on symbol" msgstr "" -#: config/tc-ppc.c:3724 +#: config/tc-ppc.c:3902 msgid "unsupported relocation for DS offset field" msgstr "" -#: config/tc-ppc.c:3777 +#: config/tc-ppc.c:3955 #, c-format msgid "syntax error; found `%c', expected `%c'" msgstr "" -#: config/tc-ppc.c:3782 +#: config/tc-ppc.c:3960 #, c-format msgid "syntax error; end of line, expected `%c'" msgstr "" -#: config/tc-ppc.c:3847 config/tc-ppc.c:6249 +#: config/tc-ppc.c:4025 config/tc-ppc.c:6576 #, c-format msgid "instruction address is not a multiple of %d" msgstr "" -#: config/tc-ppc.c:3968 +#: config/tc-ppc.c:4151 msgid "wrong number of operands" msgstr "" -#: config/tc-ppc.c:4041 +#: config/tc-ppc.c:4224 msgid "bad .section directive: want a,e,v,w,x,M,S,G,T in string" msgstr "" -#: config/tc-ppc.c:4121 +#: config/tc-ppc.c:4307 msgid "missing size" msgstr "" -#: config/tc-ppc.c:4130 +#: config/tc-ppc.c:4316 msgid "negative size" msgstr "" -#: config/tc-ppc.c:4162 +#: config/tc-ppc.c:4348 msgid "missing real symbol name" msgstr "" -#: config/tc-ppc.c:4201 +#: config/tc-ppc.c:4387 msgid "attempt to redefine symbol" msgstr "" -#: config/tc-ppc.c:4464 +#: config/tc-ppc.c:4691 #, c-format msgid "no known dwarf XCOFF section for flag 0x%08x\n" msgstr "" -#: config/tc-ppc.c:4477 +#: config/tc-ppc.c:4704 #, c-format msgid "label %s was not defined in this dwarf section" msgstr "" -#: config/tc-ppc.c:4591 +#: config/tc-ppc.c:4818 msgid "the XCOFF file format does not support arbitrary sections" msgstr "" -#: config/tc-ppc.c:4662 +#: config/tc-ppc.c:4889 msgid ".ref outside .csect" msgstr "" -#: config/tc-ppc.c:4683 config/tc-ppc.c:4883 +#: config/tc-ppc.c:4910 config/tc-ppc.c:5110 msgid "missing symbol name" msgstr "" -#: config/tc-ppc.c:4713 +#: config/tc-ppc.c:4940 msgid "missing rename string" msgstr "" -#: config/tc-ppc.c:4743 config/tc-ppc.c:5283 read.c:3643 +#: config/tc-ppc.c:4970 config/tc-ppc.c:5512 read.c:3689 msgid "missing value" msgstr "" -#: config/tc-ppc.c:4761 +#: config/tc-ppc.c:4988 msgid "illegal .stabx expression; zero assumed" msgstr "" -#: config/tc-ppc.c:4793 +#: config/tc-ppc.c:5020 msgid "missing class" msgstr "" -#: config/tc-ppc.c:4802 +#: config/tc-ppc.c:5029 msgid "missing type" msgstr "" -#: config/tc-ppc.c:4829 +#: config/tc-ppc.c:5056 msgid ".stabx of storage class stsym must be within .bs/.es" msgstr "" -#: config/tc-ppc.c:5071 +#: config/tc-ppc.c:5300 msgid "nested .bs blocks" msgstr "" -#: config/tc-ppc.c:5102 +#: config/tc-ppc.c:5331 msgid ".es without preceding .bs" msgstr "" -#: config/tc-ppc.c:5275 +#: config/tc-ppc.c:5504 msgid "non-constant byte count" msgstr "" -#: config/tc-ppc.c:5350 +#: config/tc-ppc.c:5579 msgid ".tc not in .toc section" msgstr "" -#: config/tc-ppc.c:5368 +#: config/tc-ppc.c:5597 msgid ".tc with no label" msgstr "" -#: config/tc-ppc.c:5452 config/tc-s390.c:1958 +#: config/tc-ppc.c:5625 +#, c-format +msgid ".tc with storage class %d not yet supported" +msgstr "" + +#: config/tc-ppc.c:5695 config/tc-s390.c:1960 msgid ".machine stack overflow" msgstr "" -#: config/tc-ppc.c:5459 config/tc-s390.c:1969 +#: config/tc-ppc.c:5702 config/tc-s390.c:1971 msgid ".machine stack underflow" msgstr "" -#: config/tc-ppc.c:5466 config/tc-s390.c:1981 +#: config/tc-ppc.c:5709 config/tc-s390.c:1983 #, c-format msgid "invalid machine `%s'" msgstr "" -#: config/tc-ppc.c:5509 +#: config/tc-ppc.c:5752 msgid "bad symbol suffix" msgstr "" -#: config/tc-ppc.c:5602 +#: config/tc-ppc.c:5851 msgid "unrecognized symbol suffix" msgstr "" -#: config/tc-ppc.c:5665 -msgid "two .function pseudo-ops with no intervening .ef" -msgstr "" - -#: config/tc-ppc.c:5678 +#: config/tc-ppc.c:5939 msgid ".ef with no preceding .function" msgstr "" -#: config/tc-ppc.c:5805 +#: config/tc-ppc.c:6074 #, c-format msgid "warning: symbol %s has no csect" msgstr "" -#: config/tc-ppc.c:6067 +#: config/tc-ppc.c:6406 msgid "symbol in .toc does not match any .tc" msgstr "" -#: config/tc-ppc.c:6778 +#: config/tc-ppc.c:7104 #, c-format msgid "%s unsupported as instruction fixup" msgstr "" -#: config/tc-ppc.c:6877 +#: config/tc-ppc.c:7203 #, c-format msgid "unsupported relocation against %s" msgstr "" -#: config/tc-ppc.c:7023 +#: config/tc-ppc.c:7361 +#, c-format +msgid "R_TLSML relocation doesn't target a symbol named \"_$TLSML\". %s" +msgstr "" + +#: config/tc-ppc.c:7382 #, c-format msgid "Gas failure, reloc value %d\n" msgstr "" @@ -15364,212 +15388,226 @@ msgstr "" msgid "Label \"%s\" matches a CPU register name" msgstr "" -#: config/tc-riscv.c:147 +#: config/tc-riscv.c:234 #, c-format msgid "" -"Unknown default privilege spec `%s' set by -mpriv-spec or --with-priv-spec" +"unknown default privileged spec `%s' set by -mpriv-spec or --with-priv-spec" msgstr "" -#. Still can not find the priv spec class. -#: config/tc-riscv.c:174 +#. Still can not find the privileged spec class. +#: config/tc-riscv.c:256 #, c-format -msgid "Unknown default privilege spec `%d.%d.%d' set by privilege attributes" +msgid "" +"unknown default privileged spec `%d.%d.%d' set by privileged elf attributes" msgstr "" -#: config/tc-riscv.c:777 +#: config/tc-riscv.c:366 config/tc-riscv.c:745 config/tc-riscv.c:803 +#: config/tc-riscv.c:1188 +#, c-format +msgid "internal: duplicate %s" +msgstr "" + +#: config/tc-riscv.c:892 #, c-format msgid "internal: bad RISC-V CSR class (0x%x)" msgstr "" -#: config/tc-riscv.c:782 +#: config/tc-riscv.c:896 #, c-format -msgid "Invalid CSR `%s' for the current ISA" +msgid "invalid CSR `%s' for the current ISA" msgstr "" -#: config/tc-riscv.c:805 +#: config/tc-riscv.c:917 #, c-format -msgid "Invalid CSR `%s' for the privilege spec `%s'" +msgid "invalid CSR `%s' for the privileged spec `%s'" msgstr "" -#: config/tc-riscv.c:924 +#: config/tc-riscv.c:1027 #, c-format msgid "internal: bad RISC-V opcode (mask error): %s %s" msgstr "" -#: config/tc-riscv.c:973 +#: config/tc-riscv.c:1077 #, c-format msgid "internal: bad RISC-V opcode (unknown operand type `CF%c'): %s %s" msgstr "" -#: config/tc-riscv.c:980 +#: config/tc-riscv.c:1084 #, c-format msgid "internal: bad RISC-V opcode (unknown operand type `C%c'): %s %s" msgstr "" -#: config/tc-riscv.c:1024 config/tc-riscv.c:1036 +#: config/tc-riscv.c:1132 config/tc-riscv.c:1144 #, c-format msgid "internal: bad RISC-V opcode (unknown operand type `F%c'): %s %s" msgstr "" -#: config/tc-riscv.c:1043 +#: config/tc-riscv.c:1151 #, c-format msgid "internal: bad RISC-V opcode (unknown operand type `%c'): %s %s" msgstr "" -#: config/tc-riscv.c:1051 +#: config/tc-riscv.c:1159 #, c-format msgid "internal: bad RISC-V opcode (bits 0x%lx undefined): %s %s" msgstr "" #: config/tc-riscv.c:1199 +msgid "internal: broken assembler. No assembly attempted" +msgstr "" + +#: config/tc-riscv.c:1310 #, c-format -msgid "Unsupported RISC-V relocation number %d" +msgid "internal: usupported RISC-V relocation number %d" msgstr "" -#: config/tc-riscv.c:1284 -msgid "internal error: invalid macro" +#: config/tc-riscv.c:1392 +msgid "internal: invalid macro" msgstr "" -#: config/tc-riscv.c:1309 -msgid "internal error: vasprintf failed" +#: config/tc-riscv.c:1417 +msgid "internal: vasprintf failed" msgstr "" -#: config/tc-riscv.c:1338 config/tc-riscv.c:1414 +#: config/tc-riscv.c:1447 config/tc-riscv.c:1525 msgid "unsupported large constant" msgstr "" -#: config/tc-riscv.c:1340 +#: config/tc-riscv.c:1449 #, c-format msgid "unknown CSR `%s'" msgstr "" -#: config/tc-riscv.c:1343 +#: config/tc-riscv.c:1452 #, c-format -msgid "Instruction %s requires absolute expression" +msgid "instruction %s requires absolute expression" msgstr "" -#: config/tc-riscv.c:1608 +#: config/tc-riscv.c:1719 #, c-format -msgid "Macro %s not implemented" +msgid "internal: macro %s not implemented" msgstr "" -#: config/tc-riscv.c:1955 +#: config/tc-riscv.c:2062 #, c-format -msgid "Read-only CSR is written `%s'" +msgid "read-only CSR is written `%s'" msgstr "" -#: config/tc-riscv.c:2195 -msgid "bad value for funct6 field, value must be 0...64" +#: config/tc-riscv.c:2301 +msgid "bad value for compressed funct6 field, value must be 0...64" msgstr "" -#: config/tc-riscv.c:2210 -msgid "bad value for funct4 field, value must be 0...15" +#: config/tc-riscv.c:2316 +msgid "bad value for compressed funct4 field, value must be 0...15" msgstr "" -#: config/tc-riscv.c:2225 config/tc-riscv.c:2584 -msgid "bad value for funct3 field, value must be 0...7" +#: config/tc-riscv.c:2331 +msgid "bad value for compressed funct3 field, value must be 0...7" msgstr "" -#: config/tc-riscv.c:2239 config/tc-riscv.c:2599 -msgid "bad value for funct2 field, value must be 0...3" +#: config/tc-riscv.c:2346 +msgid "bad value for compressed funct2 field, value must be 0...3" msgstr "" -#: config/tc-riscv.c:2248 +#: config/tc-riscv.c:2356 #, c-format -msgid "bad compressed FUNCT field specifier 'CF%c'\n" +msgid "internal: unknown compressed funct field specifier `CF%c'" msgstr "" -#: config/tc-riscv.c:2255 +#: config/tc-riscv.c:2362 #, c-format -msgid "bad RVC field specifier 'C%c'\n" +msgid "internal: unknown compressed field specifier `C%c'" msgstr "" -#: config/tc-riscv.c:2278 config/tc-riscv.c:2289 +#: config/tc-riscv.c:2386 config/tc-riscv.c:2397 #, c-format -msgid "Improper shift amount (%lu)" +msgid "improper shift amount (%lu)" msgstr "" -#: config/tc-riscv.c:2300 +#: config/tc-riscv.c:2408 #, c-format -msgid "Improper CSRxI immediate (%lu)" +msgid "improper CSRxI immediate (%lu)" msgstr "" -#: config/tc-riscv.c:2317 +#: config/tc-riscv.c:2425 #, c-format -msgid "Improper CSR address (%lu)" +msgid "improper CSR address (%lu)" msgstr "" -#: config/tc-riscv.c:2494 +#: config/tc-riscv.c:2603 msgid "lui expression not in range 0..1048575" msgstr "" -#: config/tc-riscv.c:2530 +#: config/tc-riscv.c:2640 msgid "" "bad value for opcode field, value must be 0...127 and lower 2 bits must be " "0x3" msgstr "" -#: config/tc-riscv.c:2546 +#: config/tc-riscv.c:2656 msgid "bad value for opcode field, value must be 0...2" msgstr "" -#: config/tc-riscv.c:2556 +#: config/tc-riscv.c:2666 #, c-format -msgid "bad Opcode field specifier 'O%c'\n" +msgid "internal: unknown opcode field specifier `O%c'" msgstr "" -#: config/tc-riscv.c:2569 +#: config/tc-riscv.c:2680 msgid "bad value for funct7 field, value must be 0...127" msgstr "" -#: config/tc-riscv.c:2610 +#: config/tc-riscv.c:2695 +msgid "bad value for funct3 field, value must be 0...7" +msgstr "" + +#: config/tc-riscv.c:2710 +msgid "bad value for funct2 field, value must be 0...3" +msgstr "" + +#: config/tc-riscv.c:2720 #, c-format -msgid "bad FUNCT field specifier 'F%c'\n" +msgid "internal: unknown funct field specifier `F%c'\n" msgstr "" -#: config/tc-riscv.c:2624 +#: config/tc-riscv.c:2735 #, c-format -msgid "internal error: bad argument type %c" +msgid "internal: unknown argument type `%c'" msgstr "" -#: config/tc-riscv.c:2629 +#: config/tc-riscv.c:2740 msgid "illegal operands" msgstr "" -#: config/tc-riscv.c:3027 +#: config/tc-riscv.c:3119 #, c-format -msgid "internal error: bad CFA value #%d" +msgid "internal: bad CFA value #%d" msgstr "" -#: config/tc-riscv.c:3108 +#: config/tc-riscv.c:3200 #, c-format -msgid "internal error: bad relocation #%d" +msgid "internal: bad relocation #%d" msgstr "" -#: config/tc-riscv.c:3113 +#: config/tc-riscv.c:3205 msgid "unsupported symbol subtraction" msgstr "" -#: config/tc-riscv.c:3224 +#: config/tc-riscv.c:3314 msgid ".option pop with no .option push" msgstr "" -#: config/tc-riscv.c:3234 -#, c-format -msgid "Unrecognized .option directive: %s\n" -msgstr "" - -#: config/tc-riscv.c:3254 +#: config/tc-riscv.c:3324 #, c-format -msgid "Unsupported use of %s" +msgid "unrecognized .option directive: %s\n" msgstr "" -#: config/tc-riscv.c:3409 +#: config/tc-riscv.c:3499 #, c-format msgid "cannot represent %s relocation in object file" msgstr "" -#: config/tc-riscv.c:3550 +#: config/tc-riscv.c:3640 #, c-format msgid "" "RISC-V options:\n" @@ -15588,27 +15626,27 @@ msgid "" " -mno-arch-attr don't generate RISC-V arch attribute\n" msgstr "" -#: config/tc-riscv.c:3587 +#: config/tc-riscv.c:3678 #, c-format msgid "unknown register `%s'" msgstr "" -#: config/tc-riscv.c:3609 +#: config/tc-riscv.c:3700 #, c-format msgid "non-constant .%cleb128 is not supported" msgstr "" -#: config/tc-riscv.c:3698 +#: config/tc-riscv.c:3785 #, c-format -msgid "internal: bad RISC-V priv spec string (%s)" +msgid "internal: bad RISC-V privileged spec (%s)" msgstr "" -#: config/tc-riscv.c:3784 -msgid ".attribute arch must set before any instructions" +#: config/tc-riscv.c:3868 +msgid "architecture elf attributes must set before any instructions" msgstr "" -#: config/tc-riscv.c:3801 -msgid ".attribute priv spec must set before any instructions" +#: config/tc-riscv.c:3886 +msgid "privileged elf attributes must set before any instructions" msgstr "" #: config/tc-rl78.c:213 @@ -15847,126 +15885,126 @@ msgid "" "string instruction support" msgstr "" -#: config/tc-s12z.c:148 +#: config/tc-s12z.c:146 msgid "" "\n" "s12z options:\n" msgstr "" -#: config/tc-s12z.c:149 +#: config/tc-s12z.c:147 msgid "" " -mreg-prefix=PREFIX set a prefix used to indicate register names " "(default none)\n" msgstr "" -#: config/tc-s12z.c:150 +#: config/tc-s12z.c:148 msgid "" " -mdollar-hex the prefix '$' instead of '0x' is used to indicate " "literal hexadecimal constants\n" msgstr "" -#: config/tc-s12z.c:317 +#: config/tc-s12z.c:315 msgid "A non-constant expression is not permitted here" msgstr "" -#: config/tc-s12z.c:434 +#: config/tc-s12z.c:432 #, c-format msgid "Expecting '%c'" msgstr "" -#: config/tc-s12z.c:457 +#: config/tc-s12z.c:455 msgid "An immediate value in a source operand is inappropriate" msgstr "" -#: config/tc-s12z.c:506 config/tc-s12z.c:607 +#: config/tc-s12z.c:504 config/tc-s12z.c:605 msgid "Bad operand for constant offset" msgstr "" -#: config/tc-s12z.c:534 config/tc-s12z.c:625 +#: config/tc-s12z.c:532 config/tc-s12z.c:623 msgid "Invalid operand for register offset" msgstr "" -#: config/tc-s12z.c:640 +#: config/tc-s12z.c:638 msgid "Invalid register for postdecrement operation" msgstr "" -#: config/tc-s12z.c:676 +#: config/tc-s12z.c:674 msgid "Invalid register for preincrement operation" msgstr "" -#: config/tc-s12z.c:694 +#: config/tc-s12z.c:692 msgid "Invalid register for predecrement operation" msgstr "" -#: config/tc-s12z.c:813 +#: config/tc-s12z.c:811 msgid "Garbage at end of instruction" msgstr "" -#: config/tc-s12z.c:942 +#: config/tc-s12z.c:940 msgid "Offset is outside of 15 bit range" msgstr "" -#: config/tc-s12z.c:1058 +#: config/tc-s12z.c:1056 msgid "Bad size" msgstr "" -#: config/tc-s12z.c:1103 config/tc-s12z.c:1163 config/tc-s12z.c:1225 -#: config/tc-s12z.c:1290 +#: config/tc-s12z.c:1101 config/tc-s12z.c:1161 config/tc-s12z.c:1223 +#: config/tc-s12z.c:1288 msgid "BAD MUL" msgstr "" -#: config/tc-s12z.c:1430 +#: config/tc-s12z.c:1428 #, c-format msgid "Source register for %s is no larger than the destination register" msgstr "" -#: config/tc-s12z.c:1433 +#: config/tc-s12z.c:1431 msgid "The destination and source registers are identical" msgstr "" -#: config/tc-s12z.c:1457 +#: config/tc-s12z.c:1455 #, c-format msgid "Immediate value %ld is out of range for instruction %s" msgstr "" -#: config/tc-s12z.c:1528 +#: config/tc-s12z.c:1526 #, c-format msgid "trap value %ld is not valid" msgstr "" -#: config/tc-s12z.c:1968 +#: config/tc-s12z.c:1966 msgid "Shift value should be in the range [0,31]" msgstr "" -#: config/tc-s12z.c:2015 +#: config/tc-s12z.c:2013 msgid "Bad shift mode" msgstr "" -#: config/tc-s12z.c:2028 +#: config/tc-s12z.c:2026 msgid "Bad shift *direction" msgstr "" -#: config/tc-s12z.c:2286 +#: config/tc-s12z.c:2284 #, c-format msgid "Immediate operand %ld is inappropriate for size of instruction" msgstr "" -#: config/tc-s12z.c:2377 config/tc-s12z.c:2446 config/tc-s12z.c:2514 +#: config/tc-s12z.c:2375 config/tc-s12z.c:2444 config/tc-s12z.c:2512 #, c-format msgid "Invalid width value for %s" msgstr "" -#: config/tc-s12z.c:2390 config/tc-s12z.c:2459 config/tc-s12z.c:2527 +#: config/tc-s12z.c:2388 config/tc-s12z.c:2457 config/tc-s12z.c:2525 #, c-format msgid "Invalid offset value for %s" msgstr "" -#: config/tc-s12z.c:3824 +#: config/tc-s12z.c:3822 #, c-format msgid "Invalid instruction: \"%s\"" msgstr "" -#: config/tc-s12z.c:3825 +#: config/tc-s12z.c:3823 #, c-format msgid "First invalid token: \"%s\"" msgstr "" @@ -15975,22 +16013,22 @@ msgstr "" msgid "Invalid default architecture, broken assembler." msgstr "" -#: config/tc-s390.c:374 +#: config/tc-s390.c:376 #, c-format msgid "no such machine extension `%s'" msgstr "" -#: config/tc-s390.c:385 +#: config/tc-s390.c:387 #, c-format msgid "junk at end of machine string, first unrecognized character is `%c'" msgstr "" -#: config/tc-s390.c:452 config/tc-sparc.c:489 +#: config/tc-s390.c:454 config/tc-sparc.c:489 #, c-format msgid "invalid architecture -A%s" msgstr "" -#: config/tc-s390.c:475 +#: config/tc-s390.c:477 #, c-format msgid "" " S390 options:\n" @@ -16001,140 +16039,140 @@ msgid "" " -m64 Set file format to 64 bit format\n" msgstr "" -#: config/tc-s390.c:482 +#: config/tc-s390.c:484 #, c-format msgid "" " -V print assembler version number\n" " -Qy, -Qn ignored\n" msgstr "" -#: config/tc-s390.c:560 +#: config/tc-s390.c:562 msgid "The 64 bit file format is used without esame instructions." msgstr "" -#: config/tc-s390.c:618 +#: config/tc-s390.c:620 #, c-format msgid "operand out of range (%s not between %ld and %ld)" msgstr "" -#: config/tc-s390.c:843 +#: config/tc-s390.c:845 #, c-format msgid "identifier+constant@%s means identifier@%s+constant" msgstr "" -#: config/tc-s390.c:924 +#: config/tc-s390.c:926 msgid "Can't handle O_big in s390_exp_compare" msgstr "" -#: config/tc-s390.c:1006 +#: config/tc-s390.c:1008 msgid "Invalid suffix for literal pool entry" msgstr "" -#: config/tc-s390.c:1063 +#: config/tc-s390.c:1065 msgid "Big number is too big" msgstr "" -#: config/tc-s390.c:1212 +#: config/tc-s390.c:1214 msgid "relocation not applicable" msgstr "" -#: config/tc-s390.c:1342 +#: config/tc-s390.c:1344 msgid "invalid length field specified" msgstr "" -#: config/tc-s390.c:1346 +#: config/tc-s390.c:1348 msgid "index register specified but zero" msgstr "" -#: config/tc-s390.c:1350 +#: config/tc-s390.c:1352 msgid "base register specified but zero" msgstr "" -#: config/tc-s390.c:1354 +#: config/tc-s390.c:1356 msgid "odd numbered general purpose register specified as register pair" msgstr "" -#: config/tc-s390.c:1362 +#: config/tc-s390.c:1364 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:1451 +#: config/tc-s390.c:1453 msgid "invalid operand suffix" msgstr "" -#: config/tc-s390.c:1474 +#: config/tc-s390.c:1476 msgid "syntax error; missing '(' after displacement" msgstr "" -#: config/tc-s390.c:1491 config/tc-s390.c:1537 config/tc-s390.c:1569 +#: config/tc-s390.c:1493 config/tc-s390.c:1539 config/tc-s390.c:1571 msgid "syntax error; expected ','" msgstr "" -#: config/tc-s390.c:1523 +#: config/tc-s390.c:1525 msgid "syntax error; missing ')' after base register" msgstr "" -#: config/tc-s390.c:1554 +#: config/tc-s390.c:1556 msgid "syntax error; ')' not allowed here" msgstr "" -#: config/tc-s390.c:1694 +#: config/tc-s390.c:1696 #, c-format msgid "Opcode %s not available in this mode" msgstr "" -#: config/tc-s390.c:1749 config/tc-s390.c:1772 config/tc-s390.c:1785 +#: config/tc-s390.c:1751 config/tc-s390.c:1774 config/tc-s390.c:1787 msgid "Invalid .insn format\n" msgstr "" -#: config/tc-s390.c:1757 +#: config/tc-s390.c:1759 #, c-format msgid "Unrecognized opcode format: `%s'" msgstr "" -#: config/tc-s390.c:1788 +#: config/tc-s390.c:1790 msgid "second operand of .insn not a constant\n" msgstr "" -#: config/tc-s390.c:1791 +#: config/tc-s390.c:1793 msgid "missing comma after insn constant\n" msgstr "" -#: config/tc-s390.c:2030 +#: config/tc-s390.c:2032 msgid ".machinemode stack overflow" msgstr "" -#: config/tc-s390.c:2037 +#: config/tc-s390.c:2039 msgid ".machinemode stack underflow" msgstr "" -#: config/tc-s390.c:2054 +#: config/tc-s390.c:2056 #, c-format msgid "invalid machine mode `%s'" msgstr "" -#: config/tc-s390.c:2256 +#: config/tc-s390.c:2258 #, c-format msgid "cannot emit relocation %s against subsy symbol %s" msgstr "" -#: config/tc-s390.c:2373 +#: config/tc-s390.c:2375 msgid "unsupported relocation type" msgstr "" -#: config/tc-s390.c:2428 +#: config/tc-s390.c:2430 #, c-format msgid "cannot emit PC relative %s relocation%s%s" msgstr "" -#: config/tc-s390.c:2567 +#: config/tc-s390.c:2569 #, c-format msgid "Gas failure, reloc type %s\n" msgstr "" -#: config/tc-s390.c:2569 +#: config/tc-s390.c:2571 #, c-format msgid "Gas failure, reloc type #%i\n" msgstr "" @@ -16172,7 +16210,7 @@ msgstr "" msgid "register expected, not '%.100s'" msgstr "" -#: config/tc-score.c:1148 config/tc-score.c:5488 +#: config/tc-score.c:1148 config/tc-score.c:5487 msgid "rd must be even number." msgstr "" @@ -16343,157 +16381,157 @@ msgstr "" msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]" msgstr "" -#: config/tc-score.c:5368 +#: config/tc-score.c:5367 msgid "pce instruction error (16 bit || 16 bit)." msgstr "" -#: config/tc-score.c:5386 config/tc-score.c:5410 config/tc-score.c:5437 -#: config/tc-score.c:5466 config/tc-score.c:5515 +#: config/tc-score.c:5385 config/tc-score.c:5409 config/tc-score.c:5436 +#: config/tc-score.c:5465 config/tc-score.c:5514 msgid "score3d instruction." msgstr "" -#: config/tc-score.c:6021 +#: config/tc-score.c:6020 msgid "Unsupported use of .gpword" msgstr "" -#: config/tc-score.c:6117 +#: config/tc-score.c:6116 #, c-format msgid "BSS length (%d) < 0 ignored" msgstr "" -#: config/tc-score.c:6131 read.c:2532 +#: config/tc-score.c:6130 read.c:2533 #, c-format msgid "error setting flags for \".sbss\": %s" msgstr "" -#: config/tc-score.c:6145 config/tc-sparc.c:4161 +#: config/tc-score.c:6144 config/tc-sparc.c:4161 msgid "missing alignment" msgstr "" -#: config/tc-score.c:6182 +#: config/tc-score.c:6181 #, c-format msgid "alignment too large; %d assumed" msgstr "" -#: config/tc-score.c:6187 read.c:2593 +#: config/tc-score.c:6186 read.c:2594 msgid "alignment negative; 0 assumed" msgstr "" #. Error routine. -#: config/tc-score.c:6584 config/tc-score.c:6608 +#: config/tc-score.c:6583 config/tc-score.c:6607 msgid "size is not 4 or 6" msgstr "" -#: config/tc-score.c:6667 +#: config/tc-score.c:6666 msgid "bad call to MD_ATOF()" msgstr "" -#: config/tc-score.c:7166 config/tc-score.c:7232 +#: config/tc-score.c:7165 config/tc-score.c:7231 #, c-format msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]" msgstr "" -#: config/tc-score.c:7181 config/tc-score.c:7210 config/tc-score.c:7262 +#: config/tc-score.c:7180 config/tc-score.c:7209 config/tc-score.c:7261 #, c-format msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19-1]" msgstr "" -#: config/tc-score.c:7287 +#: config/tc-score.c:7286 #, c-format msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]" msgstr "" -#: config/tc-score.c:7457 +#: config/tc-score.c:7456 #, c-format msgid "cannot represent %s relocation in this object file format1" msgstr "" -#: config/tc-score.c:7748 +#: config/tc-score.c:7747 #, c-format msgid "Sunplus-v2-0-0-20060510\n" msgstr "" -#: config/tc-score.c:7768 +#: config/tc-score.c:7767 #, c-format msgid " Score-specific assembler options:\n" msgstr "" -#: config/tc-score.c:7770 +#: config/tc-score.c:7769 #, c-format msgid " -EB\t\tassemble code for a big-endian cpu\n" msgstr "" -#: config/tc-score.c:7775 +#: config/tc-score.c:7774 #, c-format msgid " -EL\t\tassemble code for a little-endian cpu\n" msgstr "" -#: config/tc-score.c:7779 +#: config/tc-score.c:7778 #, c-format msgid " -FIXDD\t\tfix data dependencies\n" msgstr "" -#: config/tc-score.c:7781 +#: config/tc-score.c:7780 #, c-format msgid "" " -NWARN\t\tdo not print warning message when fixing data " "dependencies\n" msgstr "" -#: config/tc-score.c:7783 +#: config/tc-score.c:7782 #, c-format msgid " -SCORE5\t\tassemble code for target SCORE5\n" msgstr "" -#: config/tc-score.c:7785 +#: config/tc-score.c:7784 #, c-format msgid " -SCORE5U\tassemble code for target SCORE5U\n" msgstr "" -#: config/tc-score.c:7787 +#: config/tc-score.c:7786 #, c-format msgid " -SCORE7\t\tassemble code for target SCORE7 [default]\n" msgstr "" -#: config/tc-score.c:7789 +#: config/tc-score.c:7788 #, c-format msgid " -SCORE3\t\tassemble code for target SCORE3\n" msgstr "" -#: config/tc-score.c:7791 +#: config/tc-score.c:7790 #, c-format msgid " -march=score7\tassemble code for target SCORE7 [default]\n" msgstr "" -#: config/tc-score.c:7793 +#: config/tc-score.c:7792 #, c-format msgid " -march=score3\tassemble code for target SCORE3\n" msgstr "" -#: config/tc-score.c:7795 +#: config/tc-score.c:7794 #, c-format msgid "" " -USE_R1\t\tassemble code for no warning message when using temp " "register r1\n" msgstr "" -#: config/tc-score.c:7797 +#: config/tc-score.c:7796 #, c-format msgid " -KPIC\t\tgenerate PIC\n" msgstr "" -#: config/tc-score.c:7799 +#: config/tc-score.c:7798 #, c-format msgid " -O0\t\tdo not perform any optimizations\n" msgstr "" -#: config/tc-score.c:7801 +#: config/tc-score.c:7800 #, c-format msgid "" " -G gpnum\tassemble code for setting gpsize, default is 8 bytes\n" msgstr "" -#: config/tc-score.c:7803 +#: config/tc-score.c:7802 #, c-format msgid " -V \t\tSunplus release version\n" msgstr "" @@ -17075,7 +17113,7 @@ msgstr "" #: config/tc-sparc.c:3646 config/tc-sparc.c:3653 config/tc-sparc.c:3660 #: config/tc-sparc.c:3667 config/tc-sparc.c:3674 config/tc-sparc.c:3683 #: config/tc-sparc.c:3695 config/tc-sparc.c:3706 config/tc-sparc.c:3728 -#: config/tc-sparc.c:3752 write.c:1184 +#: config/tc-sparc.c:3752 write.c:1189 msgid "relocation overflow" msgstr "" @@ -17101,7 +17139,7 @@ msgstr "" msgid "negative alignment" msgstr "" -#: config/tc-sparc.c:4180 config/tc-sparc.c:4318 read.c:1589 read.c:2605 +#: config/tc-sparc.c:4180 config/tc-sparc.c:4318 read.c:1590 read.c:2606 msgid "alignment not a power of 2" msgstr "" @@ -18250,400 +18288,400 @@ msgstr "" msgid "Supported ARCH values are:" msgstr "" -#: config/tc-tic6x.c:386 +#: config/tc-tic6x.c:384 msgid "unexpected .cantunwind directive" msgstr "" -#: config/tc-tic6x.c:406 +#: config/tc-tic6x.c:404 msgid "unexpected .handlerdata directive" msgstr "" -#: config/tc-tic6x.c:418 +#: config/tc-tic6x.c:416 msgid "personality routine required before .handlerdata directive" msgstr "" -#: config/tc-tic6x.c:532 +#: config/tc-tic6x.c:530 msgid "expected symbol" msgstr "" -#: config/tc-tic6x.c:579 +#: config/tc-tic6x.c:577 msgid "expected comma after symbol name" msgstr "" -#: config/tc-tic6x.c:589 +#: config/tc-tic6x.c:587 #, c-format msgid "invalid length for .scomm directive" msgstr "" -#: config/tc-tic6x.c:603 +#: config/tc-tic6x.c:601 msgid "alignment is not a positive number" msgstr "" -#: config/tc-tic6x.c:615 +#: config/tc-tic6x.c:613 msgid "alignment is not a power of 2" msgstr "" -#: config/tc-tic6x.c:630 +#: config/tc-tic6x.c:628 #, c-format msgid "attempt to re-define symbol `%s'" msgstr "" -#: config/tc-tic6x.c:639 +#: config/tc-tic6x.c:637 #, c-format msgid "attempt to redefine `%s' with a different length" msgstr "" -#: config/tc-tic6x.c:838 +#: config/tc-tic6x.c:836 msgid "multiple '||' on same line" msgstr "" -#: config/tc-tic6x.c:841 +#: config/tc-tic6x.c:839 msgid "'||' after predicate" msgstr "" -#: config/tc-tic6x.c:885 +#: config/tc-tic6x.c:883 msgid "multiple predicates on same line" msgstr "" -#: config/tc-tic6x.c:891 +#: config/tc-tic6x.c:889 #, c-format msgid "bad predicate '%s'" msgstr "" -#: config/tc-tic6x.c:902 +#: config/tc-tic6x.c:900 msgid "predication on A0 not supported on this architecture" msgstr "" -#: config/tc-tic6x.c:935 +#: config/tc-tic6x.c:933 msgid "label after '||'" msgstr "" -#: config/tc-tic6x.c:941 +#: config/tc-tic6x.c:939 msgid "label after predicate" msgstr "" -#: config/tc-tic6x.c:965 +#: config/tc-tic6x.c:963 msgid "'||' not followed by instruction" msgstr "" -#: config/tc-tic6x.c:971 +#: config/tc-tic6x.c:969 msgid "predicate not followed by instruction" msgstr "" -#: config/tc-tic6x.c:1404 +#: config/tc-tic6x.c:1402 #, c-format msgid "control register '%s' not supported on this architecture" msgstr "" -#: config/tc-tic6x.c:1583 config/tc-tic6x.c:1586 config/tc-tic6x.c:1639 -#: config/tc-tic6x.c:1643 +#: config/tc-tic6x.c:1581 config/tc-tic6x.c:1584 config/tc-tic6x.c:1637 +#: config/tc-tic6x.c:1641 #, c-format msgid "register number %u not supported on this architecture" msgstr "" -#: config/tc-tic6x.c:1614 +#: config/tc-tic6x.c:1612 #, c-format msgid "register pair for operand %u of '%.*s' not a valid even/odd pair" msgstr "" -#: config/tc-tic6x.c:1670 +#: config/tc-tic6x.c:1668 #, c-format msgid "junk after operand %u of '%.*s'" msgstr "" -#: config/tc-tic6x.c:1683 +#: config/tc-tic6x.c:1681 #, c-format msgid "bad register or register pair for operand %u of '%.*s'" msgstr "" -#: config/tc-tic6x.c:1689 +#: config/tc-tic6x.c:1687 #, c-format msgid "bad register for operand %u of '%.*s'" msgstr "" -#: config/tc-tic6x.c:1694 +#: config/tc-tic6x.c:1692 #, c-format msgid "bad register pair for operand %u of '%.*s'" msgstr "" -#: config/tc-tic6x.c:1699 +#: config/tc-tic6x.c:1697 #, c-format msgid "bad functional unit for operand %u of '%.*s'" msgstr "" -#: config/tc-tic6x.c:1704 +#: config/tc-tic6x.c:1702 #, c-format msgid "bad operand %u of '%.*s'" msgstr "" -#: config/tc-tic6x.c:1836 +#: config/tc-tic6x.c:1834 msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE" msgstr "" -#: config/tc-tic6x.c:1876 +#: config/tc-tic6x.c:1874 msgid "$DSBT_INDEX not supported in this context" msgstr "" -#: config/tc-tic6x.c:1889 +#: config/tc-tic6x.c:1887 msgid "$GOT not supported in this context" msgstr "" -#: config/tc-tic6x.c:1906 +#: config/tc-tic6x.c:1904 msgid "$DPR_GOT not supported in this context" msgstr "" -#: config/tc-tic6x.c:1927 +#: config/tc-tic6x.c:1925 msgid "$DPR_BYTE not supported in this context" msgstr "" -#: config/tc-tic6x.c:1944 +#: config/tc-tic6x.c:1942 msgid "$DPR_HWORD not supported in this context" msgstr "" -#: config/tc-tic6x.c:1961 +#: config/tc-tic6x.c:1959 msgid "$DPR_WORD not supported in this context" msgstr "" -#: config/tc-tic6x.c:1980 +#: config/tc-tic6x.c:1978 msgid "$PCR_OFFSET not supported in this context" msgstr "" -#: config/tc-tic6x.c:1991 +#: config/tc-tic6x.c:1989 msgid "invalid PC-relative operand" msgstr "" -#: config/tc-tic6x.c:2028 +#: config/tc-tic6x.c:2026 #, c-format msgid "no %d-byte relocations available" msgstr "" -#: config/tc-tic6x.c:2515 config/tc-tic6x.c:2546 config/tc-tic6x.c:2564 -#: config/tc-tic6x.c:2994 config/tc-tic6x.c:3013 config/tc-tic6x.c:3045 +#: config/tc-tic6x.c:2513 config/tc-tic6x.c:2544 config/tc-tic6x.c:2562 +#: config/tc-tic6x.c:2992 config/tc-tic6x.c:3011 config/tc-tic6x.c:3043 #, c-format msgid "operand %u of '%.*s' out of range" msgstr "" -#: config/tc-tic6x.c:2608 config/tc-tic6x.c:2833 +#: config/tc-tic6x.c:2606 config/tc-tic6x.c:2831 #, c-format msgid "offset in operand %u of '%.*s' not divisible by %u" msgstr "" -#: config/tc-tic6x.c:2825 config/tc-tic6x.c:2858 +#: config/tc-tic6x.c:2823 config/tc-tic6x.c:2856 #, c-format msgid "offset in operand %u of '%.*s' out of range" msgstr "" -#: config/tc-tic6x.c:2940 +#: config/tc-tic6x.c:2938 #, c-format msgid "functional unit already masked for operand %u of '%.*s'" msgstr "" -#: config/tc-tic6x.c:2964 config/tc-tic6x.c:3723 +#: config/tc-tic6x.c:2962 config/tc-tic6x.c:3720 #, c-format msgid "'%.*s' instruction not in a software pipelined loop" msgstr "" -#: config/tc-tic6x.c:3063 +#: config/tc-tic6x.c:3061 #, c-format msgid "instruction '%.*s' cannot be predicated" msgstr "" -#: config/tc-tic6x.c:3331 +#: config/tc-tic6x.c:3328 #, c-format msgid "'%.*s' instruction not supported on this architecture" msgstr "" -#: config/tc-tic6x.c:3339 +#: config/tc-tic6x.c:3336 #, c-format msgid "'%.*s' instruction not supported on this functional unit" msgstr "" -#: config/tc-tic6x.c:3347 +#: config/tc-tic6x.c:3344 #, c-format msgid "" "'%.*s' instruction not supported on this functional unit for this " "architecture" msgstr "" -#: config/tc-tic6x.c:3367 +#: config/tc-tic6x.c:3364 msgid "missing operand after comma" msgstr "" -#: config/tc-tic6x.c:3375 config/tc-tic6x.c:3393 +#: config/tc-tic6x.c:3372 config/tc-tic6x.c:3390 #, c-format msgid "too many operands to '%.*s'" msgstr "" -#: config/tc-tic6x.c:3406 +#: config/tc-tic6x.c:3403 #, c-format msgid "bad number of operands to '%.*s'" msgstr "" -#: config/tc-tic6x.c:3478 +#: config/tc-tic6x.c:3475 #, c-format msgid "operand %u of '%.*s' not constant" msgstr "" -#: config/tc-tic6x.c:3483 +#: config/tc-tic6x.c:3480 #, c-format msgid "operand %u of '%.*s' on wrong side" msgstr "" -#: config/tc-tic6x.c:3488 +#: config/tc-tic6x.c:3485 #, c-format msgid "operand %u of '%.*s' not a valid return address register" msgstr "" -#: config/tc-tic6x.c:3494 +#: config/tc-tic6x.c:3491 #, c-format msgid "operand %u of '%.*s' is write-only" msgstr "" -#: config/tc-tic6x.c:3499 +#: config/tc-tic6x.c:3496 #, c-format msgid "operand %u of '%.*s' is read-only" msgstr "" -#: config/tc-tic6x.c:3504 +#: config/tc-tic6x.c:3501 #, c-format msgid "operand %u of '%.*s' not a valid memory reference" msgstr "" -#: config/tc-tic6x.c:3510 +#: config/tc-tic6x.c:3507 #, c-format msgid "operand %u of '%.*s' not a valid base address register" msgstr "" -#: config/tc-tic6x.c:3596 +#: config/tc-tic6x.c:3593 #, c-format msgid "bad operand combination for '%.*s'" msgstr "" -#: config/tc-tic6x.c:3642 +#: config/tc-tic6x.c:3639 msgid "parallel instruction not following another instruction" msgstr "" -#: config/tc-tic6x.c:3648 +#: config/tc-tic6x.c:3645 msgid "too many instructions in execute packet" msgstr "" -#: config/tc-tic6x.c:3653 +#: config/tc-tic6x.c:3650 msgid "label not at start of execute packet" msgstr "" -#: config/tc-tic6x.c:3656 +#: config/tc-tic6x.c:3653 #, c-format msgid "'%.*s' instruction not at start of execute packet" msgstr "" -#: config/tc-tic6x.c:3704 +#: config/tc-tic6x.c:3701 msgid "functional unit already used in this execute packet" msgstr "" -#: config/tc-tic6x.c:3712 +#: config/tc-tic6x.c:3709 msgid "nested software pipelined loop" msgstr "" -#: config/tc-tic6x.c:3731 +#: config/tc-tic6x.c:3728 msgid "'||^' without previous SPMASK" msgstr "" -#: config/tc-tic6x.c:3733 +#: config/tc-tic6x.c:3730 msgid "cannot mask instruction using no functional unit" msgstr "" -#: config/tc-tic6x.c:3745 +#: config/tc-tic6x.c:3742 msgid "functional unit already masked" msgstr "" -#: config/tc-tic6x.c:3810 +#: config/tc-tic6x.c:3807 msgid "value too large for 2-byte field" msgstr "" -#: config/tc-tic6x.c:3820 +#: config/tc-tic6x.c:3817 msgid "value too large for 1-byte field" msgstr "" -#: config/tc-tic6x.c:3947 +#: config/tc-tic6x.c:3944 msgid "immediate offset not 2-byte-aligned" msgstr "" -#: config/tc-tic6x.c:3975 +#: config/tc-tic6x.c:3972 msgid "immediate offset not 4-byte-aligned" msgstr "" -#: config/tc-tic6x.c:3989 +#: config/tc-tic6x.c:3986 msgid "addend used with $DSBT_INDEX" msgstr "" -#: config/tc-tic6x.c:4003 config/tc-tic6x.c:4021 config/tc-tic6x.c:4039 -#: config/tc-tic6x.c:4057 +#: config/tc-tic6x.c:4000 config/tc-tic6x.c:4018 config/tc-tic6x.c:4036 +#: config/tc-tic6x.c:4054 msgid "PC-relative offset not 4-byte-aligned" msgstr "" -#: config/tc-tic6x.c:4006 config/tc-tic6x.c:4024 config/tc-tic6x.c:4042 -#: config/tc-tic6x.c:4060 +#: config/tc-tic6x.c:4003 config/tc-tic6x.c:4021 config/tc-tic6x.c:4039 +#: config/tc-tic6x.c:4057 msgid "PC-relative offset out of range" msgstr "" -#: config/tc-tic6x.c:4539 +#: config/tc-tic6x.c:4536 #, c-format msgid "undefined symbol %s in PCR relocation" msgstr "" -#: config/tc-tic6x.c:4657 +#: config/tc-tic6x.c:4653 #, c-format msgid "group section `%s' has no group signature" msgstr "" -#: config/tc-tic6x.c:4809 +#: config/tc-tic6x.c:4805 msgid "missing .endp before .cfi_startproc" msgstr "" -#: config/tc-tic6x.c:4914 +#: config/tc-tic6x.c:4910 msgid "stack pointer offset too large for personality routine" msgstr "" -#: config/tc-tic6x.c:4921 +#: config/tc-tic6x.c:4917 msgid "stack frame layout does not match personality routine" msgstr "" -#: config/tc-tic6x.c:5055 +#: config/tc-tic6x.c:5051 msgid "too many unwinding instructions" msgstr "" -#: config/tc-tic6x.c:5130 config/tc-tic6x.c:5143 config/tc-tic6x.c:5151 +#: config/tc-tic6x.c:5126 config/tc-tic6x.c:5139 config/tc-tic6x.c:5147 #, c-format msgid "unable to generate unwinding opcode for reg %d" msgstr "" -#: config/tc-tic6x.c:5160 +#: config/tc-tic6x.c:5156 msgid "unable to restore return address from previously restored reg" msgstr "" -#: config/tc-tic6x.c:5172 +#: config/tc-tic6x.c:5168 #, c-format msgid "unhandled CFA insn for unwinding (%d)" msgstr "" -#: config/tc-tic6x.c:5182 +#: config/tc-tic6x.c:5178 #, c-format msgid "unable to generate unwinding opcode for frame pointer reg %d" msgstr "" -#: config/tc-tic6x.c:5191 +#: config/tc-tic6x.c:5187 msgid "unable to generate unwinding opcode for frame pointer offset" msgstr "" -#: config/tc-tic6x.c:5200 +#: config/tc-tic6x.c:5196 msgid "unwound stack pointer not doubleword aligned" msgstr "" -#: config/tc-tic6x.c:5345 +#: config/tc-tic6x.c:5341 msgid "stack frame layout too complex for unwinder" msgstr "" -#: config/tc-tic6x.c:5362 +#: config/tc-tic6x.c:5358 msgid "unwound frame has negative size" msgstr "" @@ -19079,7 +19117,7 @@ msgstr "" msgid "displacement is too large" msgstr "" -#: config/tc-v850.c:2975 config/tc-xtensa.c:13079 +#: config/tc-v850.c:2975 config/tc-xtensa.c:13078 msgid "invalid operand" msgstr "" @@ -19393,7 +19431,7 @@ msgstr "" msgid "missing table index" msgstr "" -#: config/tc-wasm32.c:726 config/tc-z80.c:3669 read.c:3862 +#: config/tc-wasm32.c:726 config/tc-z80.c:3695 read.c:3878 #, c-format msgid "junk at end of line, first unrecognized character is `%c'" msgstr "" @@ -19930,137 +19968,137 @@ msgstr "" msgid "..." msgstr "" -#: config/tc-xtensa.c:8334 +#: config/tc-xtensa.c:8333 msgid "" "instruction sequence (write a0, branch, retw) may trigger hardware errata" msgstr "" -#: config/tc-xtensa.c:8446 +#: config/tc-xtensa.c:8445 msgid "branching or jumping to a loop end may trigger hardware errata" msgstr "" -#: config/tc-xtensa.c:8528 +#: config/tc-xtensa.c:8527 msgid "loop end too close to another loop end may trigger hardware errata" msgstr "" -#: config/tc-xtensa.c:8537 +#: config/tc-xtensa.c:8536 #, c-format msgid "fr_var %lu < length %d" msgstr "" -#: config/tc-xtensa.c:8694 +#: config/tc-xtensa.c:8693 msgid "" "loop containing less than three instructions may trigger hardware errata" msgstr "" -#: config/tc-xtensa.c:8766 +#: config/tc-xtensa.c:8765 msgid "undecodable instruction in instruction frag" msgstr "" -#: config/tc-xtensa.c:8876 +#: config/tc-xtensa.c:8875 msgid "invalid empty loop" msgstr "" -#: config/tc-xtensa.c:8881 +#: config/tc-xtensa.c:8880 msgid "loop target does not follow loop instruction in section" msgstr "" -#: config/tc-xtensa.c:9451 +#: config/tc-xtensa.c:9450 msgid "cannot find suitable trampoline" msgstr "" -#: config/tc-xtensa.c:9706 +#: config/tc-xtensa.c:9705 msgid "bad relaxation state" msgstr "" -#: config/tc-xtensa.c:9764 +#: config/tc-xtensa.c:9763 #, c-format msgid "fr_var (%ld) < length (%d)" msgstr "" -#: config/tc-xtensa.c:10464 +#: config/tc-xtensa.c:10463 msgid "jump target out of range; no usable trampoline found" msgstr "" -#: config/tc-xtensa.c:10588 +#: config/tc-xtensa.c:10587 msgid "invalid relaxation fragment result" msgstr "" -#: config/tc-xtensa.c:10670 +#: config/tc-xtensa.c:10669 msgid "unable to widen instruction" msgstr "" -#: config/tc-xtensa.c:10808 +#: config/tc-xtensa.c:10807 msgid "multiple literals in expansion" msgstr "" -#: config/tc-xtensa.c:10812 +#: config/tc-xtensa.c:10811 msgid "no registered fragment for literal" msgstr "" -#: config/tc-xtensa.c:10814 +#: config/tc-xtensa.c:10813 msgid "number of literal tokens != 1" msgstr "" -#: config/tc-xtensa.c:10943 config/tc-xtensa.c:10949 +#: config/tc-xtensa.c:10942 config/tc-xtensa.c:10948 #, c-format msgid "unresolved loop target symbol: %s" msgstr "" -#: config/tc-xtensa.c:11437 +#: config/tc-xtensa.c:11436 #, c-format msgid "fixes not all moved from %s" msgstr "" -#: config/tc-xtensa.c:11565 +#: config/tc-xtensa.c:11564 msgid "" "literal pool location required for text-section-literals; specify with ." "literal_position" msgstr "" -#: config/tc-xtensa.c:12393 +#: config/tc-xtensa.c:12392 msgid "too many operands in instruction" msgstr "" -#: config/tc-xtensa.c:12603 +#: config/tc-xtensa.c:12602 msgid "invalid symbolic operand" msgstr "" -#: config/tc-xtensa.c:12664 +#: config/tc-xtensa.c:12663 msgid "operand number mismatch" msgstr "" -#: config/tc-xtensa.c:12668 +#: config/tc-xtensa.c:12667 #, c-format msgid "cannot encode opcode \"%s\" in the given format \"%s\"" msgstr "" -#: config/tc-xtensa.c:12693 +#: config/tc-xtensa.c:12692 #, c-format msgid "xtensa-isa failure: %s" msgstr "" -#: config/tc-xtensa.c:12770 +#: config/tc-xtensa.c:12769 msgid "invalid opcode" msgstr "" -#: config/tc-xtensa.c:12776 +#: config/tc-xtensa.c:12775 msgid "too few operands" msgstr "" -#: config/tc-xtensa.c:12782 +#: config/tc-xtensa.c:12781 msgid "too many operands" msgstr "" -#: config/tc-xtensa.c:12826 +#: config/tc-xtensa.c:12825 msgid "multiple writes to the same register" msgstr "" -#: config/tc-xtensa.c:12940 config/tc-xtensa.c:12946 +#: config/tc-xtensa.c:12939 config/tc-xtensa.c:12945 msgid "out of memory" msgstr "" -#: config/tc-xtensa.c:13035 +#: config/tc-xtensa.c:13034 msgid "TLS relocation not allowed in FLIX bundle" msgstr "" @@ -20068,58 +20106,58 @@ 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:13041 +#: config/tc-xtensa.c:13040 msgid "unexpected TLS relocation" msgstr "" -#: config/tc-xtensa.c:13085 +#: config/tc-xtensa.c:13084 msgid "symbolic operand not allowed" msgstr "" -#: config/tc-xtensa.c:13122 +#: config/tc-xtensa.c:13121 msgid "cannot decode instruction format" msgstr "" -#: config/tc-xtensa.c:13266 +#: config/tc-xtensa.c:13265 msgid "ignoring extra '-rename-section' delimiter ':'" msgstr "" -#: config/tc-xtensa.c:13271 +#: config/tc-xtensa.c:13270 #, c-format msgid "ignoring invalid '-rename-section' specification: '%s'" msgstr "" -#: config/tc-xtensa.c:13282 +#: config/tc-xtensa.c:13281 #, c-format msgid "section %s renamed multiple times" msgstr "" -#: config/tc-xtensa.c:13284 +#: config/tc-xtensa.c:13283 #, c-format msgid "multiple sections remapped to output section %s" msgstr "" -#: config/tc-z80.c:194 +#: config/tc-z80.c:199 #, c-format msgid "Invalid CPU is specified: %s" msgstr "" -#: config/tc-z80.c:219 +#: config/tc-z80.c:224 #, c-format msgid "Invalid EXTENSION is specified: %s" msgstr "" -#: config/tc-z80.c:274 +#: config/tc-z80.c:279 #, c-format msgid "invalid floating point numbers type `%s'" msgstr "" -#: config/tc-z80.c:295 config/tc-z80.c:304 +#: config/tc-z80.c:300 config/tc-z80.c:309 #, c-format msgid "invalid INST in command line: %s" msgstr "" -#: config/tc-z80.c:398 +#: config/tc-z80.c:403 #, c-format msgid "" "\n" @@ -20128,12 +20166,12 @@ msgid "" "\t\t\t generate code for CPU, where CPU is one of:\n" msgstr "" -#: config/tc-z80.c:404 +#: config/tc-z80.c:409 #, c-format msgid "And EXT is combination (+EXT - add, -EXT - remove) of:\n" msgstr "" -#: config/tc-z80.c:407 +#: config/tc-z80.c:412 #, c-format msgid "" "\n" @@ -20154,56 +20192,61 @@ msgid "" "Default: -march=z80+xyhl+infc\n" msgstr "" -#: config/tc-z80.c:613 +#: config/tc-z80.c:618 msgid "-- unterminated string" msgstr "" -#: config/tc-z80.c:789 +#: config/tc-z80.c:794 msgid "undocumented instruction" msgstr "" -#: config/tc-z80.c:833 config/tc-z80.c:839 +#: config/tc-z80.c:838 config/tc-z80.c:844 msgid "mismatched parentheses" msgstr "" -#: config/tc-z80.c:930 +#: config/tc-z80.c:935 msgid "bad expression syntax" msgstr "" -#: config/tc-z80.c:1145 +#: config/tc-z80.c:1138 +#, c-format +msgid "%d-bit overflow (%+ld)" +msgstr "" + +#: config/tc-z80.c:1152 #, c-format msgid "invalid data size %d" msgstr "" -#: config/tc-z80.c:1213 +#: config/tc-z80.c:1237 msgid "cannot make a relative jump to an absolute location" msgstr "" -#: config/tc-z80.c:1220 +#: config/tc-z80.c:1244 #, c-format msgid "index overflow (%+ld)" msgstr "" -#: config/tc-z80.c:1222 +#: config/tc-z80.c:1246 #, c-format msgid "offset overflow (%+ld)" msgstr "" -#: config/tc-z80.c:1424 config/tc-z80.c:1671 config/tc-z80.c:1714 -#: config/tc-z80.c:1795 config/tc-z80.c:1825 config/tc-z80.c:1884 -#: config/tc-z80.c:1944 config/tc-z80.c:1997 config/tc-z80.c:2030 -#: config/tc-z80.c:2087 config/tc-z80.c:2703 config/tc-z80.c:2752 -#: config/tc-z80.c:2790 config/tc-z80.c:2850 config/tc-z80.c:2910 -#: config/tc-z80.c:2986 config/tc-z80.c:3009 +#: config/tc-z80.c:1448 config/tc-z80.c:1695 config/tc-z80.c:1738 +#: config/tc-z80.c:1819 config/tc-z80.c:1849 config/tc-z80.c:1908 +#: config/tc-z80.c:1968 config/tc-z80.c:2021 config/tc-z80.c:2054 +#: config/tc-z80.c:2111 config/tc-z80.c:2729 config/tc-z80.c:2778 +#: config/tc-z80.c:2816 config/tc-z80.c:2876 config/tc-z80.c:2936 +#: config/tc-z80.c:3012 config/tc-z80.c:3035 msgid "bad instruction syntax" msgstr "" -#: config/tc-z80.c:1862 +#: config/tc-z80.c:1886 msgid "condition code invalid for jr" msgstr "" -#: config/tc-z80.c:2449 config/tc-z80.c:2460 config/tc-z80.c:2476 -#: config/tc-z80.c:2509 +#: config/tc-z80.c:2475 config/tc-z80.c:2486 config/tc-z80.c:2502 +#: config/tc-z80.c:2535 msgid "ADL mode instruction" msgstr "" @@ -20211,62 +20254,62 @@ msgstr "" #. LIS prefix, in Z80 it is LD C,C #. SIL prefix, in Z80 it is LD D,D #. LIL prefix, in Z80 it is LD E,E -#: config/tc-z80.c:2584 +#: config/tc-z80.c:2610 msgid "unsupported instruction, assembled as NOP" msgstr "" -#: config/tc-z80.c:3177 config/tc-z80.c:3208 +#: config/tc-z80.c:3203 config/tc-z80.c:3234 msgid "parentheses ignored" msgstr "" -#: config/tc-z80.c:3225 +#: config/tc-z80.c:3251 msgid "CPU mode is unsupported by target" msgstr "" -#: config/tc-z80.c:3247 +#: config/tc-z80.c:3273 msgid "assignment expected" msgstr "" -#: config/tc-z80.c:3662 +#: config/tc-z80.c:3688 #, c-format msgid "Unknown instruction `%s'" msgstr "" -#: config/tc-z80.c:3729 +#: config/tc-z80.c:3764 #, c-format msgid "8-bit signed offset out of range (%+ld)" msgstr "" -#: config/tc-z80.c:3752 +#: config/tc-z80.c:3787 #, c-format msgid "8-bit overflow (%+ld)" msgstr "" -#: config/tc-z80.c:3769 +#: config/tc-z80.c:3804 #, c-format msgid "16-bit overflow (%+ld)" msgstr "" -#: config/tc-z80.c:3777 +#: config/tc-z80.c:3812 #, c-format msgid "24-bit overflow (%+ld)" msgstr "" -#: config/tc-z80.c:3786 +#: config/tc-z80.c:3821 #, c-format msgid "32-bit overflow (%+ld)" msgstr "" -#: config/tc-z80.c:3799 +#: config/tc-z80.c:3834 #, c-format msgid "md_apply_fix: unknown reloc type 0x%x\n" msgstr "" -#: config/tc-z80.c:3996 config/tc-z80.c:4055 +#: config/tc-z80.c:4031 config/tc-z80.c:4090 msgid "invalid syntax" msgstr "" -#: config/tc-z80.c:4074 +#: config/tc-z80.c:4109 msgid "overflow" msgstr "" @@ -20348,32 +20391,32 @@ msgstr "" msgid "invalid indirect register size" msgstr "" -#: config/tc-z8k.c:941 config/tc-z8k.c:1097 config/tc-z8k.c:1102 +#: config/tc-z8k.c:941 config/tc-z8k.c:1107 config/tc-z8k.c:1112 msgid "invalid control register name" msgstr "" -#: config/tc-z8k.c:1086 +#: config/tc-z8k.c:1096 msgid "immediate must be 1 or 2" msgstr "" -#: config/tc-z8k.c:1089 +#: config/tc-z8k.c:1099 msgid "immediate 1 or 2 expected" msgstr "" -#: config/tc-z8k.c:1120 +#: config/tc-z8k.c:1130 msgid "can't use R0 here" msgstr "" -#: config/tc-z8k.c:1278 +#: config/tc-z8k.c:1288 msgid "Can't find opcode to match operands" msgstr "" -#: config/tc-z8k.c:1325 +#: config/tc-z8k.c:1335 #, c-format msgid "invalid architecture -z%s" msgstr "" -#: config/tc-z8k.c:1344 +#: config/tc-z8k.c:1354 #, c-format msgid "" " Z8K options:\n" @@ -20382,33 +20425,33 @@ msgid "" " -linkrelax create linker relaxable code\n" msgstr "" -#: config/tc-z8k.c:1356 +#: config/tc-z8k.c:1366 #, c-format msgid "call to md_convert_frag\n" msgstr "" -#: config/tc-z8k.c:1463 config/tc-z8k.c:1503 config/tc-z8k.c:1526 +#: config/tc-z8k.c:1473 config/tc-z8k.c:1513 config/tc-z8k.c:1536 msgid "cannot branch to odd address" msgstr "" -#: config/tc-z8k.c:1467 config/tc-z8k.c:1530 +#: config/tc-z8k.c:1477 config/tc-z8k.c:1540 msgid "relative jump out of range" msgstr "" -#: config/tc-z8k.c:1485 +#: config/tc-z8k.c:1495 msgid "relative address out of range" msgstr "" -#: config/tc-z8k.c:1506 +#: config/tc-z8k.c:1516 msgid "relative call out of range" msgstr "" -#: config/tc-z8k.c:1538 +#: config/tc-z8k.c:1548 #, c-format msgid "md_apply_fix: unknown r_type 0x%x\n" msgstr "" -#: config/tc-z8k.c:1550 +#: config/tc-z8k.c:1560 #, c-format msgid "call to md_estimate_size_before_relax\n" msgstr "" @@ -20493,7 +20536,7 @@ msgstr "" msgid "can't close `%s'" msgstr "" -#: dw2gencfi.c:319 read.c:2506 +#: dw2gencfi.c:319 read.c:2507 #, c-format msgid "bfd_set_section_flags: %s" msgstr "" @@ -20516,7 +20559,7 @@ msgid "bad register expression" msgstr "" #: dw2gencfi.c:809 dw2gencfi.c:939 dw2gencfi.c:977 dw2gencfi.c:1048 -#: dw2gencfi.c:1121 dw2gencfi.c:1186 dw2gencfi.c:1367 +#: dw2gencfi.c:1121 dw2gencfi.c:1186 dw2gencfi.c:1366 msgid "CFI instruction used without previous .cfi_startproc" msgstr "" @@ -20548,122 +20591,122 @@ msgstr "" msgid "wrong third argument to .cfi_val_encoded_addr" msgstr "" -#: dw2gencfi.c:1269 +#: dw2gencfi.c:1268 msgid "inconsistent uses of .cfi_sections" msgstr "" -#: dw2gencfi.c:1280 +#: dw2gencfi.c:1279 msgid "previous CFI entry not closed (missing .cfi_endproc)" msgstr "" -#: dw2gencfi.c:1321 +#: dw2gencfi.c:1320 msgid ".cfi_endproc without corresponding .cfi_startproc" msgstr "" -#: dw2gencfi.c:1378 +#: dw2gencfi.c:1377 msgid "wrong argument to .cfi_personality_id" msgstr "" -#: dw2gencfi.c:1388 +#: dw2gencfi.c:1387 msgid ".cfi_fde_data without corresponding .cfi_startproc" msgstr "" -#: dw2gencfi.c:1497 +#: dw2gencfi.c:1496 msgid "unexpected .cfi_inline_lsda" msgstr "" -#: dw2gencfi.c:1504 +#: dw2gencfi.c:1503 msgid ".cfi_inline_lsda not valid for this frame" msgstr "" -#: dw2gencfi.c:1512 +#: dw2gencfi.c:1511 msgid ".cfi_inline_lsda seen for frame without .cfi_lsda" msgstr "" -#: dw2gencfi.c:1525 +#: dw2gencfi.c:1524 #, c-format msgid "Alignment too large: %d. assumed." msgstr "" -#: dw2gencfi.c:1529 +#: dw2gencfi.c:1528 msgid "Alignment negative: 0 assumed." msgstr "" -#: dw2gencfi.c:1555 +#: dw2gencfi.c:1554 msgid ".cfi_inline_lsda is not supported for this target" msgstr "" -#: dw2gencfi.c:1562 +#: dw2gencfi.c:1561 msgid ".cfi_fde_data is not supported for this target" msgstr "" -#: dw2gencfi.c:1569 +#: dw2gencfi.c:1568 msgid ".cfi_personality_id is not supported for this target" msgstr "" -#: dw2gencfi.c:1883 +#: dw2gencfi.c:1882 #, c-format msgid "return column number %d overflows in CIE version 1" msgstr "" -#: dw2gencfi.c:2375 dw2gencfi.c:2531 +#: dw2gencfi.c:2371 dw2gencfi.c:2527 msgid "open CFI at the end of file; missing .cfi_endproc directive" msgstr "" -#: dw2gencfi.c:2558 +#: dw2gencfi.c:2554 msgid "CFI is not supported for this target" msgstr "" -#: dwarf2dbg.c:390 dwarf2dbg.c:2926 +#: dwarf2dbg.c:379 dwarf2dbg.c:2944 msgid "view number mismatch" msgstr "" -#: dwarf2dbg.c:660 dwarf2dbg.c:1096 +#: dwarf2dbg.c:655 dwarf2dbg.c:1112 #, c-format msgid "file number %lu is too big" msgstr "" -#: dwarf2dbg.c:810 +#: dwarf2dbg.c:821 #, c-format msgid "" "file table slot %u is already occupied by a different file (%s%s%s vs %s%s%s)" msgstr "" -#: dwarf2dbg.c:1047 dwarf2dbg.c:1146 +#: dwarf2dbg.c:1062 dwarf2dbg.c:1164 msgid "file number less than one" msgstr "" -#: dwarf2dbg.c:1081 +#: dwarf2dbg.c:1097 msgid "md5 value too small or not a constant" msgstr "" -#: dwarf2dbg.c:1153 dwarf2dbg.c:2176 +#: dwarf2dbg.c:1171 dwarf2dbg.c:2194 #, c-format msgid "unassigned file number %ld" msgstr "" -#: dwarf2dbg.c:1222 +#: dwarf2dbg.c:1240 msgid "is_stmt value not 0 or 1" msgstr "" -#: dwarf2dbg.c:1234 +#: dwarf2dbg.c:1252 msgid "isa number less than zero" msgstr "" -#: dwarf2dbg.c:1246 +#: dwarf2dbg.c:1264 msgid "discriminator less than zero" msgstr "" -#: dwarf2dbg.c:1265 +#: dwarf2dbg.c:1283 msgid "numeric view can only be asserted to zero" msgstr "" -#: dwarf2dbg.c:1303 +#: dwarf2dbg.c:1321 #, c-format msgid "unknown .loc sub-directive `%s'" msgstr "" -#: dwarf2dbg.c:2289 +#: dwarf2dbg.c:2307 msgid "internal error: unknown dwarf2 format" msgstr "" @@ -20844,105 +20887,105 @@ msgstr "" msgid "GP prologue size exceeds field size, using 0 instead" msgstr "" -#: expr.c:84 read.c:3928 +#: expr.c:73 read.c:3944 msgid "bignum invalid" msgstr "" -#: expr.c:86 read.c:3930 read.c:4438 read.c:5284 +#: expr.c:75 read.c:3946 read.c:4452 read.c:5248 msgid "floating point number invalid" msgstr "" -#: expr.c:209 +#: expr.c:244 msgid "bad floating-point constant: exponent overflow" msgstr "" -#: expr.c:213 +#: expr.c:248 #, c-format msgid "bad floating-point constant: unknown error code=%d" msgstr "" -#: expr.c:398 +#: expr.c:427 msgid "" "a bignum with underscores may not have more than 8 hex digits in any word" msgstr "" -#: expr.c:421 +#: expr.c:450 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:559 +#: expr.c:588 #, c-format msgid "backward ref to unknown label \"%d:\"" msgstr "" -#: expr.c:677 +#: expr.c:706 msgid "character constant too large" msgstr "" -#: expr.c:963 +#: expr.c:992 #, c-format msgid "found '%c', expected: '%c'" msgstr "" -#: expr.c:966 +#: expr.c:995 #, c-format msgid "missing '%c'" msgstr "" -#: expr.c:978 read.c:4735 +#: expr.c:1007 read.c:4732 msgid "EBCDIC constants are not supported" msgstr "" -#: expr.c:1105 +#: expr.c:1141 #, c-format msgid "Unary operator %c ignored because bad operand follows" msgstr "" -#: expr.c:1169 expr.c:1200 +#: expr.c:1205 expr.c:1229 msgid "syntax error in .startof. or .sizeof." msgstr "" -#: expr.c:1281 expr.c:1605 +#: expr.c:1310 expr.c:1634 #, c-format msgid "invalid use of operator \"%s\"" msgstr "" -#: expr.c:1789 +#: expr.c:1818 msgid "missing operand; zero assumed" msgstr "" -#: expr.c:1828 +#: expr.c:1857 msgid "left operand is a bignum; integer 0 assumed" msgstr "" -#: expr.c:1830 +#: expr.c:1859 msgid "left operand is a float; integer 0 assumed" msgstr "" -#: expr.c:1839 +#: expr.c:1868 msgid "right operand is a bignum; integer 0 assumed" msgstr "" -#: expr.c:1841 +#: expr.c:1870 msgid "right operand is a float; integer 0 assumed" msgstr "" -#: expr.c:1919 symbols.c:1562 +#: expr.c:1948 symbols.c:1560 msgid "division by zero" msgstr "" -#: expr.c:1925 symbols.c:1573 +#: expr.c:1954 symbols.c:1571 msgid "shift count" msgstr "" -#: expr.c:2055 +#: expr.c:2084 msgid "operation combines symbols in different segments" msgstr "" -#: expr.c:2380 +#: expr.c:2409 msgid "missing closing '\"'" msgstr "" @@ -20954,7 +20997,7 @@ msgstr "" msgid "attempt to allocate data in common section" msgstr "" -#: frags.c:115 write.c:1475 +#: frags.c:115 write.c:1480 #, c-format msgid "can't extend frag %lu char" msgid_plural "can't extend frag %lu chars" @@ -21077,7 +21120,19 @@ msgstr "" msgid "strange paper height, set to no form" msgstr "" -#: listing.c:1564 +#: listing.c:1526 +msgid "new paper width is too small" +msgstr "" + +#: listing.c:1529 +msgid "bad or irreducible expression for paper width" +msgstr "" + +#: listing.c:1531 +msgid "missing expression for paper width" +msgstr "" + +#: listing.c:1582 msgid "new line in title" msgstr "" @@ -21215,18 +21270,18 @@ msgstr "" msgid "Please report this bug.\n" msgstr "" -#: messages.c:400 +#: messages.c:384 #, c-format msgid "%s out of domain (%" msgstr "" -#: messages.c:417 +#: messages.c:401 #, c-format msgid "%s out of range (%" msgstr "" #. xgettext:c-format. -#: messages.c:439 +#: messages.c:423 #, c-format msgid "%s out of range (0x%s is not between 0x%s and 0x%s)" msgstr "" @@ -21246,78 +21301,78 @@ msgstr "" msgid "can't create %s: %s" msgstr "" -#: read.c:572 +#: read.c:573 #, c-format msgid "error constructing %s pseudo-op table" msgstr "" -#: read.c:756 +#: read.c:757 msgid "cannot change section or subsection inside .bundle_lock" msgstr "" -#: read.c:772 +#: read.c:773 #, c-format msgid "" ".bundle_lock sequence at %u bytes, but .bundle_align_mode limit is %u bytes" msgstr "" -#: read.c:781 +#: read.c:782 #, c-format msgid "" "single instruction is %u bytes long, but .bundle_align_mode limit is %u bytes" msgstr "" -#: read.c:822 read.c:2876 read.c:3447 +#: read.c:823 read.c:2877 read.c:3448 msgid "ignoring fill value in absolute section" msgstr "" -#: read.c:824 read.c:2891 read.c:3486 +#: read.c:825 read.c:2892 read.c:3487 #, c-format msgid "ignoring fill value in section `%s'" msgstr "" -#: read.c:1184 +#: read.c:1185 #, c-format msgid "unknown pseudo-op: `%s'" msgstr "" -#: read.c:1237 +#: read.c:1238 msgid "unable to continue with assembly." msgstr "" -#: read.c:1270 +#: read.c:1271 #, c-format msgid "local label too large near %s" msgstr "" -#: read.c:1293 +#: read.c:1294 #, c-format msgid "label \"%ld$\" redefined" msgstr "" -#: read.c:1439 +#: read.c:1440 msgid ".bundle_lock with no matching .bundle_unlock" msgstr "" -#: read.c:1536 +#: read.c:1537 msgid ".abort detected. Abandoning ship." msgstr "" -#: read.c:1598 +#: read.c:1599 #, c-format msgid "alignment too large: %u assumed" msgstr "" -#: read.c:1630 +#: read.c:1631 msgid "expected fill pattern missing" msgstr "" -#: read.c:1655 +#: read.c:1656 #, c-format msgid "fill pattern too long, truncating to %u" msgstr "" -#: read.c:1753 +#: read.c:1754 msgid "symbol name not recognised in the current locale" msgstr "" @@ -21330,360 +21385,356 @@ msgstr "" #. We do not want to barf on this, especially since such files are used #. in the GCC and GDB testsuites. So we check for negative line numbers #. rather than non-positive line numbers. -#: read.c:2093 +#: read.c:2094 #, c-format msgid "line numbers must be positive; line number %d rejected" msgstr "" -#: read.c:2130 +#: read.c:2131 #, c-format msgid "incompatible flag %i in line directive" msgstr "" -#: read.c:2142 +#: read.c:2143 #, c-format msgid "unsupported flag %i in line directive" msgstr "" -#: read.c:2181 +#: read.c:2182 msgid "start address not supported" msgstr "" -#: read.c:2190 +#: read.c:2191 msgid ".err encountered" msgstr "" -#: read.c:2206 +#: read.c:2207 msgid ".error directive invoked in source file" msgstr "" -#: read.c:2207 +#: read.c:2208 msgid ".warning directive invoked in source file" msgstr "" -#: read.c:2213 +#: read.c:2214 #, c-format msgid "%s argument must be a string" msgstr "" -#: read.c:2245 read.c:2247 +#: read.c:2246 read.c:2248 #, c-format msgid ".fail %ld encountered" msgstr "" -#: read.c:2287 +#: read.c:2288 #, c-format msgid ".fill size clamped to %d" msgstr "" -#: read.c:2292 +#: read.c:2293 msgid "size negative; .fill ignored" msgstr "" -#: read.c:2298 +#: read.c:2299 msgid "repeat < 0; .fill ignored" msgstr "" -#: read.c:2307 +#: read.c:2308 msgid "non-constant fill count for absolute section" msgstr "" -#: read.c:2309 +#: read.c:2310 msgid "attempt to fill absolute section with non-zero value" msgstr "" -#: read.c:2315 +#: read.c:2316 #, c-format msgid "attempt to fill section `%s' with non-zero value" msgstr "" -#: read.c:2472 +#: read.c:2473 #, c-format msgid "unrecognized .linkonce type `%s'" msgstr "" -#: read.c:2484 +#: read.c:2485 msgid ".linkonce is not supported for this object file format" msgstr "" -#: read.c:2579 +#: read.c:2580 msgid "expected alignment after size" msgstr "" -#: read.c:2798 +#: read.c:2799 #, c-format msgid "attempt to redefine pseudo-op `%s' ignored" msgstr "" -#: read.c:2817 +#: read.c:2818 msgid "ignoring macro exit outside a macro definition." msgstr "" -#: read.c:2871 +#: read.c:2872 #, c-format msgid "invalid segment \"%s\"" msgstr "" -#: read.c:2879 +#: read.c:2880 msgid "only constant offsets supported in absolute section" msgstr "" -#: read.c:2922 +#: read.c:2923 msgid "MRI style ORG pseudo-op not supported" msgstr "" -#: read.c:3093 +#: read.c:3094 #, c-format msgid ".end%c encountered without preceding %s" msgstr "" -#: read.c:3122 read.c:3158 +#: read.c:3123 read.c:3159 #, c-format msgid "negative count for %s - ignored" msgstr "" -#: read.c:3129 read.c:3165 +#: read.c:3130 read.c:3166 #, c-format msgid "%s without %s" msgstr "" -#: read.c:3400 +#: read.c:3401 msgid "unsupported variable size or fill value" msgstr "" -#: read.c:3408 +#: read.c:3409 #, c-format msgid "size value for space directive too large: %lx" msgstr "" -#: read.c:3437 +#: read.c:3438 msgid ".space repeat count is zero, ignored" msgstr "" -#: read.c:3439 +#: read.c:3440 msgid ".space repeat count is negative, ignored" msgstr "" -#: read.c:3470 +#: read.c:3471 msgid "space allocation too complex in absolute section" msgstr "" -#: read.c:3476 +#: read.c:3477 msgid "space allocation too complex in common section" msgstr "" -#: read.c:3594 +#: read.c:3595 msgid "unsupported variable nop control in .nops directive" msgstr "" -#: read.c:3600 +#: read.c:3601 msgid "negative nop control byte, ignored" msgstr "" -#: read.c:3815 +#: read.c:3831 #, c-format msgid "%s: would close weakref loop: %s" msgstr "" -#: read.c:3865 +#: read.c:3881 #, c-format msgid "junk at end of line, first unrecognized character valued 0x%x" msgstr "" -#: read.c:3994 write.c:2386 +#: read.c:4010 write.c:2391 #, c-format msgid "`%s' can't be equated to common symbol `%s'" msgstr "" -#: read.c:4124 +#: read.c:4138 msgid "unexpected `\"' in expression" msgstr "" -#: read.c:4137 +#: read.c:4151 msgid "rva without symbol" msgstr "" -#: read.c:4206 +#: read.c:4220 msgid "missing or bad offset expression" msgstr "" -#: read.c:4230 +#: read.c:4244 msgid "missing reloc type" msgstr "" -#: read.c:4254 +#: read.c:4268 msgid "unrecognized reloc type" msgstr "" -#: read.c:4270 +#: read.c:4284 msgid "bad reloc expression" msgstr "" -#: read.c:4432 read.c:5278 +#: read.c:4446 read.c:5242 msgid "zero assumed for missing expression" msgstr "" -#: read.c:4452 read.c:5307 +#: read.c:4466 read.c:5271 msgid "attempt to store value in absolute section" msgstr "" -#: read.c:4459 read.c:5313 +#: read.c:4473 read.c:5277 #, c-format msgid "attempt to store non-zero value in section `%s'" msgstr "" -#: read.c:4545 -#, c-format -msgid "value 0x%llx truncated to 0x%llx" -msgstr "" - -#: read.c:4548 -msgid "value 0x%I64x truncated to 0x%I64x" -msgstr "" - -#: read.c:4552 -#, c-format -msgid "value 0x%lx truncated to 0x%lx" +#. Leading bits contain both 0s & 1s. +#: read.c:4550 +msgid "value 0x%" msgstr "" -#: read.c:4597 +#: read.c:4594 #, c-format msgid "bignum truncated to %d byte" msgid_plural "bignum truncated to %d bytes" msgstr[0] "" msgstr[1] "" -#: read.c:4806 read.c:5016 +#: read.c:4803 read.c:4980 msgid "unresolvable or nonpositive repeat count; using 1" msgstr "" -#: read.c:4855 +#: read.c:4852 #, c-format msgid "unknown floating type type '%c'" msgstr "" -#: read.c:4877 +#: read.c:4874 msgid "floating point constant too large" msgstr "" -#: read.c:4941 +#: read.c:4937 msgid "attempt to store float in absolute section" msgstr "" -#: read.c:4948 +#: read.c:4944 #, c-format msgid "attempt to store float in section `%s'" msgstr "" -#: read.c:5396 +#: read.c:5360 #, c-format msgid "attempt to store non-empty string in section `%s'" msgstr "" -#: read.c:5458 +#: read.c:5422 msgid "strings must be placed into a section" msgstr "" -#: read.c:5525 +#: read.c:5489 msgid "expected <nn>" msgstr "" #. To be compatible with BSD 4.2 as: give the luser a linefeed!! -#: read.c:5566 read.c:5653 +#: read.c:5530 read.c:5617 msgid "unterminated string; newline inserted" msgstr "" -#: read.c:5667 +#: read.c:5631 msgid "bad escaped character in string" msgstr "" -#: read.c:5691 +#: read.c:5655 msgid "expected address expression" msgstr "" -#: read.c:5710 +#: read.c:5674 #, c-format msgid "symbol \"%s\" undefined; zero assumed" msgstr "" -#: read.c:5713 +#: read.c:5677 msgid "some symbol undefined; zero assumed" msgstr "" -#: read.c:5748 +#: read.c:5711 msgid "this string may not contain '\\0'" msgstr "" -#: read.c:5784 +#: read.c:5748 msgid "missing string" msgstr "" -#: read.c:5875 +#: read.c:5839 #, c-format msgid ".incbin count zero, ignoring `%s'" msgstr "" -#: read.c:5901 +#: read.c:5865 #, c-format msgid "file not found: %s" msgstr "" -#: read.c:5915 +#: read.c:5879 +#, c-format +msgid "unable to include `%s'" +msgstr "" + +#: read.c:5888 #, c-format msgid "seek to end of .incbin file failed `%s'" msgstr "" -#: read.c:5926 +#: read.c:5899 #, c-format msgid "skip (%ld) or count (%ld) invalid for file size (%ld)" msgstr "" -#: read.c:5933 +#: read.c:5906 #, c-format msgid "could not skip to %ld in file `%s'" msgstr "" -#: read.c:5942 +#: read.c:5915 #, c-format msgid "truncated file `%s', %ld of %ld bytes read" msgstr "" -#: read.c:6099 +#: read.c:6072 msgid "missing .func" msgstr "" -#: read.c:6116 +#: read.c:6089 msgid ".endfunc missing for previous .func" msgstr "" -#: read.c:6175 +#: read.c:6148 #, c-format msgid ".bundle_align_mode alignment too large (maximum %u)" msgstr "" -#: read.c:6180 +#: read.c:6153 msgid "cannot change .bundle_align_mode inside .bundle_lock" msgstr "" -#: read.c:6194 +#: read.c:6167 msgid ".bundle_lock is meaningless without .bundle_align_mode" msgstr "" -#: read.c:6215 +#: read.c:6188 msgid ".bundle_unlock without preceding .bundle_lock" msgstr "" -#: read.c:6228 +#: read.c:6201 #, c-format msgid ".bundle_lock sequence is %u bytes, but bundle size is only %u bytes" msgstr "" -#: read.c:6327 +#: read.c:6300 #, c-format msgid "missing closing `%c'" msgstr "" -#: read.c:6329 +#: read.c:6302 msgid "stray `\\'" msgstr "" @@ -21714,86 +21765,86 @@ msgstr "" msgid "comma missing in .xstabs" msgstr "" -#: symbols.c:444 +#: symbols.c:442 #, c-format msgid "cannot define symbol `%s' in absolute section" msgstr "" -#: symbols.c:577 +#: symbols.c:575 #, c-format msgid "symbol `%s' is already defined as \"%s\"/%s%ld" msgstr "" -#: symbols.c:1171 +#: symbols.c:1169 #, c-format msgid "invalid operands (%s and %s sections) for `%s'" msgstr "" -#: symbols.c:1175 +#: symbols.c:1173 #, c-format msgid "invalid operand (%s section) for `%s'" msgstr "" -#: symbols.c:1183 +#: symbols.c:1181 #, c-format msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'" msgstr "" -#: symbols.c:1186 +#: symbols.c:1184 #, c-format msgid "invalid operand (%s section) for `%s' when setting `%s'" msgstr "" -#: symbols.c:1255 +#: symbols.c:1253 #, c-format msgid "symbol definition loop encountered at `%s'" msgstr "" -#: symbols.c:1282 +#: symbols.c:1280 #, c-format msgid "cannot convert expression symbol %s to complex relocation" msgstr "" -#: symbols.c:1564 +#: symbols.c:1562 #, c-format msgid "division by zero when setting `%s'" msgstr "" #. See PR 20895 for a reproducer. -#: symbols.c:1614 +#: symbols.c:1612 msgid "Invalid operation on symbol" msgstr "" -#: symbols.c:1664 write.c:2435 +#: symbols.c:1662 write.c:2440 #, c-format msgid "can't resolve value for symbol `%s'" msgstr "" -#: symbols.c:2125 +#: symbols.c:2123 #, c-format msgid "\"%d\" (instance number %d of a %s label)" msgstr "" -#: symbols.c:2154 +#: symbols.c:2152 #, c-format msgid "attempt to get value of unresolved symbol `%s'" msgstr "" #. Do not reassign section symbols. -#: symbols.c:2434 +#: symbols.c:2432 msgid "can't make section symbol global" msgstr "" -#: symbols.c:2440 +#: symbols.c:2438 msgid "can't make register symbol global" msgstr "" -#: symbols.c:2546 +#: symbols.c:2544 #, c-format msgid "Accessing function `%s' as thread-local object" msgstr "" -#: symbols.c:2550 +#: symbols.c:2548 #, c-format msgid "Accessing `%s' as thread-local object" msgstr "" @@ -21821,113 +21872,113 @@ msgstr "" msgid "invalid reloc expression" msgstr "" -#: write.c:1117 +#: write.c:1122 #, 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:1133 +#: write.c:1138 #, c-format msgid "signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "" -#: write.c:1174 +#: write.c:1179 msgid "redefined symbol cannot be used on reloc" msgstr "" -#: write.c:1187 +#: write.c:1192 msgid "relocation out of range" msgstr "" -#: write.c:1190 +#: write.c:1195 #, c-format msgid "%s:%u: bad return from bfd_install_relocation: %x" msgstr "" -#: write.c:1218 +#: write.c:1223 msgid "reloc not within (fixed part of) section" msgstr "" -#: write.c:1290 +#: write.c:1295 msgid "internal error: fixup not contained within frag" msgstr "" -#: write.c:1408 write.c:1545 +#: write.c:1413 write.c:1550 msgid "can't extend frag" msgstr "" -#: write.c:1593 +#: write.c:1598 msgid "unimplemented .nops directive" msgstr "" -#: write.c:1627 +#: write.c:1632 #, 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:1653 write.c:1682 write.c:1719 +#: write.c:1658 write.c:1687 write.c:1724 #, 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'" msgstr[0] "" msgstr[1] "" -#: write.c:1934 +#: write.c:1939 msgid "unable to create reloc for build note" msgstr "" -#: write.c:1938 +#: write.c:1943 msgid "<gnu build note>" msgstr "" -#: write.c:2351 +#: write.c:2356 #, c-format msgid "%s: global symbols not supported in common sections" msgstr "" -#: write.c:2365 +#: write.c:2370 #, c-format msgid "local label `%s' is not defined" msgstr "" -#: write.c:2393 +#: write.c:2398 #, c-format msgid "can't make global register symbol `%s'" msgstr "" -#: write.c:2702 +#: write.c:2707 #, c-format msgid "alignment padding (%lu byte) not a multiple of %ld" msgid_plural "alignment padding (%lu bytes) not a multiple of %ld" msgstr[0] "" msgstr[1] "" -#: write.c:2869 +#: write.c:2876 #, c-format msgid ".word %s-%s+%s didn't fit" msgstr "" -#: write.c:2963 +#: write.c:2970 msgid "padding added" msgstr "" -#: write.c:3014 +#: write.c:3021 msgid "attempt to move .org backwards" msgstr "" -#: write.c:3039 +#: write.c:3046 msgid ".space, .nops or .fill specifies non-absolute value" msgstr "" -#: write.c:3054 +#: write.c:3061 msgid ".space, .nops or .fill with negative value, ignored" msgstr "" -#: write.c:3126 +#: write.c:3133 #, c-format msgid "" "Infinite loop encountered whilst attempting to compute the addresses of " diff --git a/gold/ChangeLog b/gold/ChangeLog index 7a38a74..d37902b 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,9 @@ 2021-07-03 Nick Clifton <nickc@redhat.com> + * po/gold.pot: Regenerate. + +2021-07-03 Nick Clifton <nickc@redhat.com> + * 2.37 release branch created. 2021-05-25 Alan Modra <amodra@gmail.com> diff --git a/gold/po/gold.pot b/gold/po/gold.pot index 65559ca..bab6247 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: 2020-01-18 14:03+0000\n" +"POT-Creation-Date: 2021-07-03 15:03+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" @@ -49,17 +49,17 @@ msgstr "" msgid "undefined or discarded symbol %s in GOT" msgstr "" -#: aarch64.cc:1931 arm.cc:6543 object.cc:900 +#: aarch64.cc:1931 arm.cc:6543 object.cc:901 #, c-format msgid "invalid symbol table name index: %u" msgstr "" -#: aarch64.cc:1939 arm.cc:6551 object.cc:906 +#: aarch64.cc:1939 arm.cc:6551 object.cc:907 #, c-format msgid "symbol table name section has wrong type: %u" msgstr "" -#: aarch64.cc:3831 arm.cc:10905 mips.cc:9608 powerpc.cc:2873 target.cc:94 +#: aarch64.cc:3831 arm.cc:10905 mips.cc:9608 powerpc.cc:2946 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:7319 +#: aarch64.cc:6015 arm.cc:8477 i386.cc:1772 mips.cc:12461 powerpc.cc:7647 #: s390.cc:2180 s390.cc:2628 sparc.cc:2134 tilegx.cc:3137 tilegx.cc:3589 -#: x86_64.cc:3429 x86_64.cc:3881 +#: x86_64.cc:3471 x86_64.cc:3924 #, c-format msgid "%s: unsupported reloc %u against local symbol" msgstr "" -#: aarch64.cc:6056 powerpc.cc:7424 s390.cc:2254 sparc.cc:2230 +#: aarch64.cc:6056 powerpc.cc:7752 s390.cc:2254 sparc.cc:2230 msgid "requires unsupported dynamic reloc; recompile with -fPIC" msgstr "" @@ -107,9 +107,9 @@ 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:8200 +#: aarch64.cc:6372 arm.cc:8885 i386.cc:2127 mips.cc:12474 powerpc.cc:8592 #: s390.cc:3059 s390.cc:3076 sparc.cc:2572 tilegx.cc:3605 tilegx.cc:4144 -#: x86_64.cc:3897 x86_64.cc:4416 +#: x86_64.cc:3940 x86_64.cc:4446 #, c-format msgid "%s: unsupported reloc %u against global symbol %s" msgstr "" @@ -124,8 +124,8 @@ msgstr "" msgid "%s: unsupported reloc type in global scan" msgstr "" -#: aarch64.cc:6907 powerpc.cc:9267 s390.cc:4009 sparc.cc:3164 tilegx.cc:4211 -#: x86_64.cc:4481 +#: aarch64.cc:6907 powerpc.cc:9726 s390.cc:4009 sparc.cc:3164 tilegx.cc:4211 +#: x86_64.cc:4511 #, c-format msgid "%s: unsupported REL reloc section" msgstr "" @@ -135,8 +135,8 @@ msgstr "" msgid "cannot relocate %s in object file" msgstr "" -#: aarch64.cc:7343 i386.cc:2987 i386.cc:3753 mips.cc:10076 powerpc.cc:11534 -#: s390.cc:3460 sparc.cc:3695 tilegx.cc:4726 x86_64.cc:4963 +#: aarch64.cc:7343 i386.cc:2987 i386.cc:3753 mips.cc:10076 powerpc.cc:12049 +#: s390.cc:3460 sparc.cc:3695 tilegx.cc:4726 x86_64.cc:5008 #, c-format msgid "unexpected reloc %u in object file" msgstr "" @@ -390,12 +390,12 @@ msgid "requires unsupported dynamic reloc %s; recompile with -fPIC" msgstr "" #: arm.cc:8547 i386.cc:1786 s390.cc:2271 sparc.cc:2247 tilegx.cc:3223 -#: x86_64.cc:3539 +#: x86_64.cc:3581 #, c-format msgid "%s: unsupported TLS reloc %u for IFUNC symbol" msgstr "" -#: arm.cc:8643 i386.cc:1862 powerpc.cc:7727 s390.cc:2364 x86_64.cc:3637 +#: arm.cc:8643 i386.cc:1862 powerpc.cc:8074 s390.cc:2364 x86_64.cc:3679 #, c-format msgid "section symbol %u has bad shndx %u" msgstr "" @@ -404,13 +404,13 @@ msgstr "" #. dynamic linker, and should never be seen here. #: arm.cc:8752 arm.cc:9233 i386.cc:1950 i386.cc:2436 mips.cc:11258 s390.cc:2463 #: s390.cc:2897 sparc.cc:2553 sparc.cc:3033 tilegx.cc:3584 tilegx.cc:4139 -#: x86_64.cc:3753 x86_64.cc:4289 +#: x86_64.cc:3796 x86_64.cc:4319 #, c-format msgid "%s: unexpected reloc %u in object file" msgstr "" #: arm.cc:8784 i386.cc:1984 mips.cc:10707 s390.cc:2507 sparc.cc:2452 -#: tilegx.cc:3488 x86_64.cc:3785 +#: tilegx.cc:3488 x86_64.cc:3828 #, c-format msgid "local symbol %u has bad shndx %u" msgstr "" @@ -427,10 +427,10 @@ msgid "" msgstr "" #: arm.cc:10247 i386.cc:3019 i386.cc:3101 i386.cc:3166 i386.cc:3202 -#: i386.cc:3274 mips.cc:12296 powerpc.cc:11648 s390.cc:3466 s390.cc:3537 +#: i386.cc:3274 mips.cc:12296 powerpc.cc:12163 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:4984 x86_64.cc:5110 -#: x86_64.cc:5182 x86_64.cc:5216 +#: sparc.cc:3953 sparc.cc:4060 tilegx.cc:4732 x86_64.cc:5029 x86_64.cc:5155 +#: x86_64.cc:5227 x86_64.cc:5261 #, c-format msgid "unsupported reloc %u" msgstr "" @@ -551,7 +551,7 @@ msgstr "" msgid "cannot open %s: %s:" msgstr "" -#: common.cc:351 output.cc:2515 output.cc:2614 +#: common.cc:351 output.cc:2517 output.cc:2616 #, c-format msgid "out of patch space in section %s; relink with --incremental-full" msgstr "" @@ -606,14 +606,19 @@ msgstr "" msgid "%s: can not read directory: %s" msgstr "" -#: dwarf_reader.cc:454 +#: dwarf_reader.cc:471 dwarf_reader.cc:561 #, c-format msgid "" "%s: DWARF info may be corrupt; offsets in a range list entry are in " "different sections" msgstr "" -#: dwarf_reader.cc:1527 +#: dwarf_reader.cc:588 +#, c-format +msgid "%s: DWARF range list contains unsupported entry type (%d)" +msgstr "" + +#: dwarf_reader.cc:1764 #, c-format msgid "%s: corrupt debug info in %s" msgstr "" @@ -662,7 +667,7 @@ msgstr "" msgid "dynamic symbol table name section has wrong type: %u" msgstr "" -#: dynobj.cc:498 object.cc:737 object.cc:1611 +#: dynobj.cc:498 object.cc:738 object.cc:1616 #, c-format msgid "bad section name offset for section %u: %lu" msgstr "" @@ -748,47 +753,47 @@ msgstr "" msgid "%s: fatal error: " msgstr "" -#: errors.cc:103 errors.cc:139 +#: errors.cc:103 errors.cc:148 #, c-format msgid "%s: error: " msgstr "" -#: errors.cc:115 errors.cc:155 +#: errors.cc:115 errors.cc:164 #, c-format msgid "%s: warning: " msgstr "" -#: errors.cc:179 +#: errors.cc:188 msgid "warning" msgstr "" -#: errors.cc:184 +#: errors.cc:193 msgid "error" msgstr "" -#: errors.cc:190 +#: errors.cc:199 #, c-format msgid "%s: %s: undefined reference to '%s'\n" msgstr "" -#: errors.cc:194 +#: errors.cc:203 #, c-format msgid "%s: %s: undefined reference to '%s', version '%s'\n" msgstr "" -#: errors.cc:198 +#: errors.cc:207 #, c-format msgid "" "%s: the vtable symbol may be undefined because the class is missing its key " "function" msgstr "" -#: errors.cc:202 +#: errors.cc:211 #, c-format msgid "%s: the symbol should have been defined by a plugin" msgstr "" -#: errors.cc:211 +#: errors.cc:220 #, c-format msgid "%s: " msgstr "" @@ -841,79 +846,79 @@ msgstr "" msgid "unknown constant %s" msgstr "" -#: fileread.cc:140 +#: fileread.cc:141 #, c-format msgid "munmap failed: %s" msgstr "" -#: fileread.cc:208 +#: fileread.cc:209 #, c-format msgid "%s: fstat failed: %s" msgstr "" -#: fileread.cc:249 +#: fileread.cc:253 #, c-format msgid "could not reopen file %s" msgstr "" -#: fileread.cc:402 +#: fileread.cc:406 #, c-format msgid "%s: pread failed: %s" msgstr "" -#: fileread.cc:416 +#: fileread.cc:420 #, c-format msgid "%s: file too short: read only %lld of %lld bytes at %lld" msgstr "" -#: fileread.cc:539 +#: fileread.cc:543 #, c-format msgid "" "%s: attempt to map %lld bytes at offset %lld exceeds size of file; the file " "may be corrupt" msgstr "" -#: fileread.cc:679 +#: fileread.cc:683 #, c-format msgid "%s: lseek failed: %s" msgstr "" -#: fileread.cc:685 +#: fileread.cc:689 #, c-format msgid "%s: readv failed: %s" msgstr "" -#: fileread.cc:688 +#: fileread.cc:692 #, c-format msgid "%s: file too short: read only %zd of %zd bytes at %lld" msgstr "" -#: fileread.cc:855 +#: fileread.cc:859 #, c-format msgid "%s: total bytes mapped for read: %llu\n" msgstr "" -#: fileread.cc:857 +#: fileread.cc:861 #, c-format msgid "%s: maximum bytes mapped for read at one time: %llu\n" msgstr "" -#: fileread.cc:950 +#: fileread.cc:954 #, c-format msgid "%s: stat failed: %s" msgstr "" -#: fileread.cc:1047 +#: fileread.cc:1051 #, c-format msgid "cannot find %s%s" msgstr "" -#: fileread.cc:1072 +#: fileread.cc:1076 #, c-format msgid "cannot find %s" msgstr "" -#: fileread.cc:1111 +#: fileread.cc:1115 #, c-format msgid "cannot open %s: %s" msgstr "" @@ -1066,8 +1071,8 @@ msgid "cannot mix split-stack '%s' and non-split-stack '%s' when using -r" msgstr "" #. FIXME: This needs to specify the location somehow. -#: i386.cc:639 i386.cc:2800 sparc.cc:324 sparc.cc:3296 x86_64.cc:1073 -#: x86_64.cc:4677 +#: i386.cc:639 i386.cc:2800 sparc.cc:324 sparc.cc:3296 x86_64.cc:1074 +#: x86_64.cc:4707 msgid "missing expected TLS relocation" msgstr "" @@ -1115,29 +1120,29 @@ msgstr "" msgid "unsupported reloc %u in object file" msgstr "" -#: i386.cc:4036 powerpc.cc:9221 s390.cc:4877 x86_64.cc:6021 +#: i386.cc:4036 powerpc.cc:9680 s390.cc:4877 x86_64.cc:6113 #, c-format msgid "failed to match split-stack sequence at section %u offset %0zx" msgstr "" -#: icf.cc:1025 +#: icf.cc:1027 #, c-format msgid "" "could not parse eh_frame section %s(%s); ICF might not preserve exception " "handling behavior" msgstr "" -#: icf.cc:1056 +#: icf.cc:1058 #, c-format msgid "%s: ICF Converged after %u iteration(s)" msgstr "" -#: icf.cc:1059 +#: icf.cc:1061 #, c-format msgid "%s: ICF stopped after %u iteration(s)" msgstr "" -#: icf.cc:1073 +#: icf.cc:1075 #, c-format msgid "Could not find symbol %s to unfold\n" msgstr "" @@ -1173,7 +1178,7 @@ msgstr "" msgid "unsupported ELF machine number %d" msgstr "" -#: incremental.cc:871 object.cc:3395 +#: incremental.cc:871 object.cc:3403 #, c-format msgid "%s: incompatible target" msgstr "" @@ -1243,108 +1248,108 @@ msgid "" "SECTIONS clause of the linker script" msgstr "" -#: layout.cc:2115 +#: layout.cc:2119 msgid "" "multiple '.interp' sections in input files may cause confusing PT_INTERP " "segment" msgstr "" -#: layout.cc:2179 +#: layout.cc:2183 #, c-format msgid "%s: missing .note.GNU-stack section implies executable stack" msgstr "" -#: layout.cc:2190 +#: layout.cc:2194 #, c-format msgid "%s: requires executable stack" msgstr "" -#: layout.cc:2219 +#: layout.cc:2223 #, c-format msgid "%s: in .note.gnu.property section, pr_datasz must be 4 or 8" msgstr "" -#: layout.cc:2352 +#: layout.cc:2356 #, c-format msgid "%s: unknown program property type %d in .note.gnu.property section" msgstr "" -#: layout.cc:2921 +#: layout.cc:2926 #, c-format msgid "unable to open --section-ordering-file file %s: %s" msgstr "" -#: layout.cc:3361 +#: layout.cc:3372 msgid "" "one or more inputs require executable stack, but -z noexecstack was given" msgstr "" -#: layout.cc:3434 +#: layout.cc:3445 #, c-format msgid "--build-id=uuid failed: could not open /dev/urandom: %s" msgstr "" -#: layout.cc:3441 +#: layout.cc:3452 #, c-format msgid "/dev/urandom: read failed: %s" msgstr "" -#: layout.cc:3443 +#: layout.cc:3454 #, c-format msgid "/dev/urandom: expected %zu bytes, got %zd bytes" msgstr "" -#: layout.cc:3455 +#: layout.cc:3466 msgid "--build-id=uuid failed: could not load rpcrt4.dll" msgstr "" -#: layout.cc:3461 +#: layout.cc:3472 msgid "--build-id=uuid failed: could not find UuidCreate" msgstr "" -#: layout.cc:3463 +#: layout.cc:3474 msgid "__build_id=uuid failed: call UuidCreate() failed" msgstr "" -#: layout.cc:3485 +#: layout.cc:3496 #, c-format msgid "--build-id argument '%s' not a valid hex number" msgstr "" -#: layout.cc:3491 +#: layout.cc:3502 #, c-format msgid "unrecognized --build-id argument '%s'" msgstr "" -#: layout.cc:4064 +#: layout.cc:4080 #, c-format msgid "load segment overlap [0x%llx -> 0x%llx] and [0x%llx -> 0x%llx]" msgstr "" -#: layout.cc:4225 output.cc:4594 +#: layout.cc:4241 output.cc:4597 #, c-format msgid "out of patch space for section %s; relink with --incremental-full" msgstr "" -#: layout.cc:4234 output.cc:4602 +#: layout.cc:4250 output.cc:4605 #, c-format msgid "%s: section changed size; relink with --incremental-full" msgstr "" -#: layout.cc:4489 +#: layout.cc:4505 msgid "out of patch space for symbol table; relink with --incremental-full" msgstr "" -#: layout.cc:4560 +#: layout.cc:4576 msgid "" "out of patch space for section header table; relink with --incremental-full" msgstr "" -#: layout.cc:5306 +#: layout.cc:5322 msgid "read-only segment has dynamic relocations" msgstr "" -#: layout.cc:5309 +#: layout.cc:5325 msgid "shared library text segment is not shareable" msgstr "" @@ -1620,7 +1625,7 @@ msgstr "" msgid "unaligned PC-relative relocation" msgstr "" -#: nacl.cc:43 object.cc:174 object.cc:3443 output.cc:5236 +#: nacl.cc:43 object.cc:174 object.cc:3451 output.cc:5239 #, c-format msgid "%s: %s" msgstr "" @@ -1644,125 +1649,125 @@ msgstr "" msgid "section name section has wrong type: %u" msgstr "" -#: object.cc:996 +#: object.cc:997 #, c-format msgid "section group %u info %u out of range" msgstr "" -#: object.cc:1015 +#: object.cc:1016 #, c-format msgid "symbol %u name offset %u out of range" msgstr "" -#: object.cc:1033 +#: object.cc:1034 #, c-format msgid "symbol %u invalid section index %u" msgstr "" -#: object.cc:1085 +#: object.cc:1086 #, c-format msgid "section %u in section group %u out of range" msgstr "" -#: object.cc:1093 +#: object.cc:1094 #, c-format msgid "invalid section group %u refers to earlier section %u" msgstr "" -#: object.cc:1318 +#: object.cc:1323 #, c-format msgid "%s: corrupt .note.gnu.property section (note too short)" msgstr "" -#: object.cc:1331 +#: object.cc:1336 #, c-format msgid "%s: corrupt .note.gnu.property section (name is not 'GNU')" msgstr "" -#: object.cc:1339 +#: object.cc:1344 #, c-format msgid "%s: unsupported note type %d in .note.gnu.property section" msgstr "" -#: object.cc:1350 object.cc:1362 object.cc:1371 +#: object.cc:1355 object.cc:1367 object.cc:1376 #, c-format msgid "%s: corrupt .note.gnu.property section" msgstr "" -#: object.cc:1535 reloc.cc:290 reloc.cc:925 +#: object.cc:1540 reloc.cc:290 reloc.cc:925 #, c-format msgid "relocation section %u has bad info %u" msgstr "" -#: object.cc:1787 +#: object.cc:1793 #, c-format msgid "%s: removing unused section from '%s' in file '%s'" msgstr "" -#: object.cc:1813 +#: object.cc:1819 #, c-format msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'" msgstr "" -#: object.cc:2128 +#: object.cc:2134 msgid "size of symbols is not multiple of symbol size" msgstr "" -#: object.cc:2136 symtab.cc:1217 +#: object.cc:2142 symtab.cc:1217 #, c-format msgid "%s: plugin needed to handle lto object" msgstr "" -#: object.cc:2369 +#: object.cc:2375 #, c-format msgid "local symbol %u section name out of range: %u >= %u" msgstr "" -#: object.cc:2463 +#: object.cc:2469 #, c-format msgid "unknown section index %u for local symbol %u" msgstr "" -#: object.cc:2473 +#: object.cc:2479 #, c-format msgid "local symbol %u section index %u out of range" msgstr "" -#: object.cc:3148 reloc.cc:833 +#: object.cc:3156 reloc.cc:833 #, c-format msgid "could not decompress section %s" msgstr "" -#: object.cc:3274 +#: object.cc:3282 #, c-format msgid "%s is not supported but is required for %s in %s" msgstr "" -#: object.cc:3351 +#: object.cc:3359 msgid "function " msgstr "" -#: object.cc:3385 +#: object.cc:3393 #, c-format msgid "%s: unsupported ELF machine number %d" msgstr "" -#: object.cc:3459 plugin.cc:2279 +#: object.cc:3467 plugin.cc:2279 #, c-format msgid "%s: not configured to support 32-bit big-endian object" msgstr "" -#: object.cc:3475 plugin.cc:2288 +#: object.cc:3483 plugin.cc:2288 #, c-format msgid "%s: not configured to support 32-bit little-endian object" msgstr "" -#: object.cc:3494 plugin.cc:2300 +#: object.cc:3502 plugin.cc:2300 #, c-format msgid "%s: not configured to support 64-bit big-endian object" msgstr "" -#: object.cc:3510 plugin.cc:2309 +#: object.cc:3518 plugin.cc:2309 #, c-format msgid "%s: not configured to support 64-bit little-endian object" msgstr "" @@ -1825,200 +1830,200 @@ msgstr "" msgid " Supported emulations:\n" msgstr "" -#: options.cc:496 +#: options.cc:525 msgid "invalid argument to --section-start; must be SECTION=ADDRESS" msgstr "" -#: options.cc:509 +#: options.cc:538 msgid "--section-start address missing" msgstr "" -#: options.cc:518 +#: options.cc:547 #, c-format msgid "--section-start argument %s is not a valid hex number" msgstr "" -#: options.cc:555 +#: options.cc:584 #, c-format msgid "unable to parse script file %s" msgstr "" -#: options.cc:563 +#: options.cc:592 #, c-format msgid "unable to parse version script file %s" msgstr "" -#: options.cc:571 +#: options.cc:600 #, c-format msgid "unable to parse dynamic-list script file %s" msgstr "" -#: options.cc:683 +#: options.cc:712 #, c-format msgid "" "format '%s' not supported; treating as elf (supported formats: elf, binary)" msgstr "" -#: options.cc:754 +#: options.cc:783 msgid "unbalanced --push-state/--pop-state" msgstr "" -#: options.cc:772 +#: options.cc:801 #, c-format msgid "%s: use the --help option for usage information\n" msgstr "" -#: options.cc:781 +#: options.cc:810 #, c-format msgid "%s: %s: %s\n" msgstr "" -#: options.cc:885 +#: options.cc:914 msgid "unexpected argument" msgstr "" -#: options.cc:898 options.cc:959 +#: options.cc:927 options.cc:988 msgid "missing argument" msgstr "" -#: options.cc:970 +#: options.cc:999 msgid "unknown -z option" msgstr "" -#: options.cc:1197 +#: options.cc:1262 #, c-format msgid "ignoring --threads: %s was compiled without thread support" msgstr "" -#: options.cc:1204 +#: options.cc:1269 #, c-format msgid "ignoring --thread-count: %s was compiled without thread support" msgstr "" -#: options.cc:1211 +#: options.cc:1276 #, c-format msgid "cannot use --plugin: %s was compiled without plugin support" msgstr "" -#: options.cc:1265 +#: options.cc:1330 #, c-format msgid "unable to open -retain-symbols-file file %s: %s" msgstr "" -#: options.cc:1295 +#: options.cc:1360 msgid "-shared and -static are incompatible" msgstr "" -#: options.cc:1297 +#: options.cc:1362 msgid "-shared and -pie are incompatible" msgstr "" -#: options.cc:1299 +#: options.cc:1364 msgid "-pie and -static are incompatible" msgstr "" -#: options.cc:1302 +#: options.cc:1367 msgid "-shared and -r are incompatible" msgstr "" -#: options.cc:1304 +#: options.cc:1369 msgid "-pie and -r are incompatible" msgstr "" -#: options.cc:1309 +#: options.cc:1374 msgid "-F/--filter may not used without -shared" msgstr "" -#: options.cc:1311 +#: options.cc:1376 msgid "-f/--auxiliary may not be used without -shared" msgstr "" -#: options.cc:1316 +#: options.cc:1381 msgid "-retain-symbols-file does not yet work with -r" msgstr "" -#: options.cc:1322 +#: options.cc:1387 msgid "binary output format not compatible with -shared or -pie or -r" msgstr "" -#: options.cc:1328 +#: options.cc:1393 #, c-format msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)" msgstr "" -#: options.cc:1333 +#: options.cc:1398 msgid "" "Options --incremental-changed, --incremental-unchanged, --incremental-" "unknown require the use of --incremental" msgstr "" -#: options.cc:1343 +#: options.cc:1408 msgid "incremental linking is not compatible with -r" msgstr "" -#: options.cc:1345 +#: options.cc:1410 msgid "incremental linking is not compatible with --emit-relocs" msgstr "" -#: options.cc:1348 +#: options.cc:1413 msgid "incremental linking is not compatible with --plugin" msgstr "" -#: options.cc:1350 +#: options.cc:1415 msgid "incremental linking is not compatible with -z relro" msgstr "" -#: options.cc:1352 +#: options.cc:1417 msgid "incremental linking is not compatible with -pie" msgstr "" -#: options.cc:1355 +#: options.cc:1420 msgid "ignoring --gc-sections for an incremental link" msgstr "" -#: options.cc:1360 +#: options.cc:1425 msgid "ignoring --icf for an incremental link" msgstr "" -#: options.cc:1365 +#: options.cc:1430 msgid "ignoring --compress-debug-sections for an incremental link" msgstr "" -#: options.cc:1445 +#: options.cc:1510 msgid "May not nest groups" msgstr "" -#: options.cc:1447 +#: options.cc:1512 msgid "may not nest groups in libraries" msgstr "" -#: options.cc:1459 +#: options.cc:1524 msgid "Group end without group start" msgstr "" -#: options.cc:1469 +#: options.cc:1534 msgid "may not nest libraries" msgstr "" -#: options.cc:1471 +#: options.cc:1536 msgid "may not nest libraries in groups" msgstr "" -#: options.cc:1483 +#: options.cc:1548 msgid "lib end without lib start" msgstr "" #. I guess it's neither a long option nor a short option. -#: options.cc:1548 +#: options.cc:1613 msgid "unknown option" msgstr "" -#: options.cc:1575 +#: options.cc:1640 #, c-format msgid "%s: missing group end\n" msgstr "" -#: options.cc:1581 +#: options.cc:1646 #, c-format msgid "%s: missing lib end\n" msgstr "" @@ -2035,15 +2040,15 @@ msgstr "" msgid "Report version and target information" msgstr "" -#: options.h:684 options.h:768 +#: options.h:684 options.h:777 msgid "Not supported" msgstr "" -#: options.h:685 options.h:769 +#: options.h:685 options.h:778 msgid "Do not copy DT_NEEDED tags from shared libraries" msgstr "" -#: options.h:689 options.h:1471 +#: options.h:689 options.h:1493 msgid "Allow multiple definitions of symbols" msgstr "" @@ -2075,7 +2080,7 @@ msgstr "" msgid "Use DT_NEEDED for all shared libraries" msgstr "" -#: options.h:706 options.h:906 options.h:1362 options.h:1376 +#: options.h:706 options.h:919 options.h:1381 options.h:1395 msgid "Ignored" msgstr "" @@ -2095,7 +2100,7 @@ msgstr "" msgid "Generate build ID note" msgstr "" -#: options.h:723 options.h:798 +#: options.h:723 options.h:807 msgid "[=STYLE]" msgstr "" @@ -2103,8 +2108,8 @@ msgstr "" msgid "Chunk size for '--build-id=tree'" msgstr "" -#: options.h:727 options.h:732 options.h:1246 options.h:1255 options.h:1447 -#: options.h:1469 options.h:1502 +#: options.h:727 options.h:732 options.h:1265 options.h:1274 options.h:1466 +#: options.h:1491 options.h:1524 msgid "SIZE" msgstr "" @@ -2139,1224 +2144,1261 @@ msgid "Generate shared library (alias for -G/-shared)" msgstr "" #: options.h:751 -msgid "Bind defined symbols locally" +msgid "" +"Don't bind default visibility defined symbols locally for -shared (default)" msgstr "" -#: options.h:754 -msgid "Bind defined function symbols locally" +#: options.h:756 +msgid "Bind default visibility defined function symbols locally for -shared" msgstr "" -#: options.h:759 +#: options.h:762 +msgid "Bind default visibility defined symbols locally for -shared" +msgstr "" + +#: options.h:768 msgid "Check segment addresses for overlaps" msgstr "" -#: options.h:760 +#: options.h:769 msgid "Do not check segment addresses for overlaps" msgstr "" -#: options.h:763 +#: options.h:772 msgid "Compress .debug_* sections in the output file" msgstr "" -#: options.h:772 +#: options.h:781 msgid "Output cross reference table" msgstr "" -#: options.h:773 +#: options.h:782 msgid "Do not output cross reference table" msgstr "" -#: options.h:776 +#: options.h:785 msgid "Use DT_INIT_ARRAY for all constructors" msgstr "" -#: options.h:777 +#: options.h:786 msgid "Handle constructors as directed by compiler" msgstr "" -#: options.h:782 +#: options.h:791 msgid "Define common symbols" msgstr "" -#: options.h:783 +#: options.h:792 msgid "Do not define common symbols in relocatable output" msgstr "" -#: options.h:785 options.h:787 +#: options.h:794 options.h:796 msgid "Alias for -d" msgstr "" -#: options.h:790 +#: options.h:799 msgid "Turn on debugging" msgstr "" -#: options.h:791 +#: options.h:800 msgid "[all,files,script,task][,...]" msgstr "" -#: options.h:794 +#: options.h:803 msgid "Define a symbol" msgstr "" -#: options.h:794 +#: options.h:803 msgid "SYMBOL=EXPRESSION" msgstr "" -#: options.h:797 +#: options.h:806 msgid "Demangle C++ symbols in log messages" msgstr "" -#: options.h:800 +#: options.h:809 msgid "Do not demangle C++ symbols in log messages" msgstr "" -#: options.h:804 +#: options.h:813 +msgid "Write a dependency file listing all files read" +msgstr "" + +#: options.h:814 options.h:830 options.h:982 options.h:1011 options.h:1088 +#: options.h:1200 options.h:1340 options.h:1372 +msgid "FILE" +msgstr "" + +#: options.h:817 msgid "Look for violations of the C++ One Definition Rule" msgstr "" -#: options.h:805 +#: options.h:818 msgid "Do not look for violations of the C++ One Definition Rule" msgstr "" -#: options.h:808 +#: options.h:821 msgid "Add data symbols to dynamic symbols" msgstr "" -#: options.h:811 +#: options.h:824 msgid "Add C++ operator new/delete to dynamic symbols" msgstr "" -#: options.h:814 +#: options.h:827 msgid "Add C++ typeinfo to dynamic symbols" msgstr "" -#: options.h:817 +#: options.h:830 msgid "Read a list of dynamic symbols" msgstr "" -#: options.h:817 options.h:969 options.h:998 options.h:1075 options.h:1181 -#: options.h:1321 options.h:1353 -msgid "FILE" -msgstr "" - -#: options.h:822 +#: options.h:835 msgid "(PowerPC only) Label linker stubs with a symbol" msgstr "" -#: options.h:823 +#: options.h:836 msgid "(PowerPC only) Do not label linker stubs with a symbol" msgstr "" -#: options.h:826 +#: options.h:839 msgid "Set program start address" msgstr "" -#: options.h:826 options.h:1324 options.h:1326 options.h:1328 options.h:1331 -#: options.h:1333 +#: options.h:839 options.h:1343 options.h:1345 options.h:1347 options.h:1350 +#: options.h:1352 msgid "ADDRESS" msgstr "" -#: options.h:829 +#: options.h:842 msgid "Create exception frame header" msgstr "" -#: options.h:830 +#: options.h:843 msgid "Do not create exception frame header" msgstr "" -#: options.h:834 +#: options.h:847 msgid "Enable use of DT_RUNPATH" msgstr "" -#: options.h:835 +#: options.h:848 msgid "Disable use of DT_RUNPATH" msgstr "" -#: options.h:838 +#: options.h:851 msgid "(ARM only) Do not warn about objects with incompatible enum sizes" msgstr "" -#: options.h:842 +#: options.h:855 msgid "Exclude libraries from automatic export" msgstr "" -#: options.h:846 +#: options.h:859 msgid "Export all dynamic symbols" msgstr "" -#: options.h:847 +#: options.h:860 msgid "Do not export all dynamic symbols" msgstr "" -#: options.h:850 +#: options.h:863 msgid "Export SYMBOL to dynamic symbol table" msgstr "" -#: options.h:850 options.h:872 options.h:990 options.h:1007 options.h:1338 -#: options.h:1407 options.h:1421 +#: options.h:863 options.h:885 options.h:1003 options.h:1020 options.h:1357 +#: options.h:1426 options.h:1440 msgid "SYMBOL" msgstr "" -#: options.h:853 +#: options.h:866 msgid "Link big-endian objects." msgstr "" -#: options.h:855 +#: options.h:868 msgid "Link little-endian objects." msgstr "" -#: options.h:860 +#: options.h:873 msgid "Auxiliary filter for shared object symbol table" msgstr "" -#: options.h:861 options.h:865 +#: options.h:874 options.h:878 msgid "SHLIB" msgstr "" -#: options.h:864 +#: options.h:877 msgid "Filter for shared object symbol table" msgstr "" -#: options.h:868 +#: options.h:881 msgid "Treat warnings as errors" msgstr "" -#: options.h:869 +#: options.h:882 msgid "Do not treat warnings as errors" msgstr "" -#: options.h:872 +#: options.h:885 msgid "Call SYMBOL at unload-time" msgstr "" -#: options.h:875 +#: options.h:888 msgid "(ARM only) Fix binaries for ARM1176 erratum" msgstr "" -#: options.h:876 +#: options.h:889 msgid "(ARM only) Do not fix binaries for ARM1176 erratum" msgstr "" -#: options.h:879 +#: options.h:892 msgid "(ARM only) Fix binaries for Cortex-A8 erratum" msgstr "" -#: options.h:880 +#: options.h:893 msgid "(ARM only) Do not fix binaries for Cortex-A8 erratum" msgstr "" -#: options.h:883 +#: options.h:896 msgid "(AArch64 only) Fix Cortex-A53 erratum 843419" msgstr "" -#: options.h:884 +#: options.h:897 msgid "(AArch64 only) Do not fix Cortex-A53 erratum 843419" msgstr "" -#: options.h:887 +#: options.h:900 msgid "(AArch64 only) Fix Cortex-A53 erratum 835769" msgstr "" -#: options.h:888 +#: options.h:901 msgid "(AArch64 only) Do not fix Cortex-A53 erratum 835769" msgstr "" -#: options.h:891 +#: options.h:904 msgid "(ARM only) Rewrite BX rn as MOV pc, rn for ARMv4" msgstr "" -#: options.h:895 +#: options.h:908 msgid "(ARM only) Rewrite BX rn branch to ARMv4 interworking veneer" msgstr "" -#: options.h:900 +#: options.h:913 msgid "Ignored for GCC linker option compatibility" msgstr "" -#: options.h:901 +#: options.h:914 msgid "[gold,bfd]" msgstr "" -#: options.h:909 +#: options.h:922 msgid "Remove unused sections" msgstr "" -#: options.h:910 +#: options.h:923 msgid "Don't remove unused sections" msgstr "" -#: options.h:913 +#: options.h:926 msgid "Generate .gdb_index section" msgstr "" -#: options.h:914 +#: options.h:927 msgid "Do not generate .gdb_index section" msgstr "" -#: options.h:917 +#: options.h:930 msgid "Enable STB_GNU_UNIQUE symbol binding" msgstr "" -#: options.h:918 +#: options.h:931 msgid "Disable STB_GNU_UNIQUE symbol binding" msgstr "" -#: options.h:921 +#: options.h:934 msgid "Generate shared library" msgstr "" -#: options.h:926 +#: options.h:939 msgid "Set shared library name" msgstr "" -#: options.h:926 options.h:1156 options.h:1220 +#: options.h:939 options.h:1175 options.h:1239 msgid "FILENAME" msgstr "" -#: options.h:929 +#: options.h:942 msgid "Min fraction of empty buckets in dynamic hash" msgstr "" -#: options.h:930 +#: options.h:943 msgid "FRACTION" msgstr "" -#: options.h:933 +#: options.h:946 msgid "Dynamic hash style" msgstr "" -#: options.h:933 +#: options.h:946 msgid "[sysv,gnu,both]" msgstr "" -#: options.h:939 +#: options.h:952 msgid "Alias for -r" msgstr "" -#: options.h:942 +#: options.h:955 msgid "" "Identical Code Folding. '--icf=safe' Folds ctors, dtors and functions whose " "pointers are definitely not taken" msgstr "" -#: options.h:949 +#: options.h:962 msgid "Number of iterations of ICF (default 3)" msgstr "" -#: options.h:949 options.h:1240 options.h:1297 options.h:1299 options.h:1301 -#: options.h:1303 +#: options.h:962 options.h:1259 options.h:1316 options.h:1318 options.h:1320 +#: options.h:1322 msgid "COUNT" msgstr "" -#: options.h:952 +#: options.h:965 msgid "" "Do an incremental link if possible; otherwise, do a full link and prepare " "output for incremental linking" msgstr "" -#: options.h:957 +#: options.h:970 msgid "Do a full link (default)" msgstr "" -#: options.h:960 +#: options.h:973 msgid "Do a full link and prepare output for incremental linking" msgstr "" -#: options.h:964 +#: options.h:977 msgid "Do an incremental link; exit if not possible" msgstr "" -#: options.h:967 +#: options.h:980 msgid "Set base file for incremental linking (default is output file)" msgstr "" -#: options.h:972 +#: options.h:985 msgid "Assume files changed" msgstr "" -#: options.h:975 +#: options.h:988 msgid "Assume files didn't change" msgstr "" -#: options.h:978 +#: options.h:991 msgid "Use timestamps to check files (default)" msgstr "" -#: options.h:981 +#: options.h:994 msgid "Assume startup files unchanged (files preceding this option)" msgstr "" -#: options.h:985 +#: options.h:998 msgid "Amount of extra space to allocate for patches (default 10)" msgstr "" -#: options.h:987 +#: options.h:1000 msgid "PERCENT" msgstr "" -#: options.h:990 +#: options.h:1003 msgid "Call SYMBOL at load-time" msgstr "" -#: options.h:993 +#: options.h:1006 msgid "Set dynamic linker path" msgstr "" -#: options.h:993 +#: options.h:1006 msgid "PROGRAM" msgstr "" -#: options.h:998 +#: options.h:1011 msgid "Read only symbol values from FILE" msgstr "" -#: options.h:1003 +#: options.h:1016 msgid "Keep files mapped across passes" msgstr "" -#: options.h:1004 +#: options.h:1017 msgid "Release mapped files after each pass" msgstr "" -#: options.h:1007 +#: options.h:1020 msgid "Do not fold this symbol during ICF" msgstr "" -#: options.h:1012 +#: options.h:1025 msgid "Search for library LIBNAME" msgstr "" -#: options.h:1012 +#: options.h:1025 msgid "LIBNAME" msgstr "" -#: options.h:1015 +#: options.h:1028 msgid "Generate unwind information for PLT" msgstr "" -#: options.h:1016 +#: options.h:1029 msgid "Do not generate unwind information for PLT" msgstr "" -#: options.h:1019 +#: options.h:1032 msgid "Add directory to search path" msgstr "" -#: options.h:1019 options.h:1195 options.h:1198 options.h:1202 options.h:1271 +#: options.h:1032 options.h:1214 options.h:1217 options.h:1221 options.h:1290 msgid "DIR" msgstr "" -#: options.h:1022 +#: options.h:1035 msgid "(ARM only) Generate long PLT entries" msgstr "" -#: options.h:1023 +#: options.h:1036 msgid "(ARM only) Do not generate long PLT entries" msgstr "" -#: options.h:1028 +#: options.h:1041 msgid "Set GNU linker emulation; obsolete" msgstr "" -#: options.h:1028 +#: options.h:1041 msgid "EMULATION" msgstr "" -#: options.h:1032 +#: options.h:1045 msgid "Map whole files to memory" msgstr "" -#: options.h:1033 +#: options.h:1046 msgid "Map relevant file parts to memory" msgstr "" -#: options.h:1036 +#: options.h:1049 msgid "(ARM only) Merge exidx entries in debuginfo" msgstr "" -#: options.h:1037 +#: options.h:1050 msgid "(ARM only) Do not merge exidx entries in debuginfo" msgstr "" -#: options.h:1040 +#: options.h:1053 msgid "Map the output file for writing" msgstr "" -#: options.h:1041 +#: options.h:1054 msgid "Do not map the output file for writing" msgstr "" -#: options.h:1044 +#: options.h:1057 msgid "Write map file on standard output" msgstr "" -#: options.h:1046 +#: options.h:1059 msgid "Write map file" msgstr "" -#: options.h:1047 +#: options.h:1060 msgid "MAPFILENAME" msgstr "" -#: options.h:1052 +#: options.h:1065 msgid "Do not page align data" msgstr "" -#: options.h:1054 +#: options.h:1067 msgid "Do not page align data, do not make text readonly" msgstr "" -#: options.h:1055 +#: options.h:1068 msgid "Page align data, make text readonly" msgstr "" -#: options.h:1058 +#: options.h:1071 msgid "" "Use less memory and more disk I/O (included only for compatibility with GNU " "ld)" msgstr "" -#: options.h:1062 options.h:1449 +#: options.h:1075 options.h:1468 msgid "Report undefined symbols (even with --shared)" msgstr "" -#: options.h:1066 +#: options.h:1079 msgid "Create an output file even if errors occur" msgstr "" -#: options.h:1069 +#: options.h:1082 msgid "Only search directories specified on the command line" msgstr "" -#: options.h:1075 +#: options.h:1088 msgid "Set output file name" msgstr "" -#: options.h:1078 +#: options.h:1091 msgid "Set output format" msgstr "" -#: options.h:1078 +#: options.h:1091 msgid "[binary]" msgstr "" -#: options.h:1081 +#: options.h:1094 msgid "Optimize output file size" msgstr "" -#: options.h:1081 +#: options.h:1094 msgid "LEVEL" msgstr "" -#: options.h:1084 +#: options.h:1097 msgid "Orphan section handling" msgstr "" -#: options.h:1084 +#: options.h:1097 msgid "[place,discard,warn,error]" msgstr "" -#: options.h:1090 +#: options.h:1103 msgid "Ignored for ARM compatibility" msgstr "" -#: options.h:1093 options.h:1096 +#: options.h:1106 options.h:1109 msgid "Create a position independent executable" msgstr "" -#: options.h:1094 options.h:1097 +#: options.h:1107 options.h:1110 msgid "Do not create a position independent executable" msgstr "" -#: options.h:1101 +#: options.h:1114 msgid "Force PIC sequences for ARM/Thumb interworking veneers" msgstr "" -#: options.h:1105 +#: options.h:1118 msgid "(ARM only) Ignore for backward compatibility" msgstr "" -#: options.h:1108 +#: options.h:1121 msgid "(PowerPC only) Align PLT call stubs to fit cache lines" msgstr "" -#: options.h:1109 +#: options.h:1122 msgid "[=P2ALIGN]" msgstr "" -#: options.h:1112 +#: options.h:1125 msgid "(PowerPC64 only) Optimize calls to ELFv2 localentry:0 functions" msgstr "" -#: options.h:1113 +#: options.h:1126 msgid "(PowerPC64 only) Don't optimize ELFv2 calls" msgstr "" -#: options.h:1116 +#: options.h:1129 msgid "(PowerPC64 only) PLT call stubs should load r11" msgstr "" -#: options.h:1117 +#: options.h:1130 msgid "(PowerPC64 only) PLT call stubs should not load r11" msgstr "" -#: options.h:1120 +#: options.h:1133 msgid "(PowerPC64 only) PLT call stubs with load-load barrier" msgstr "" -#: options.h:1121 +#: options.h:1134 msgid "(PowerPC64 only) PLT call stubs without barrier" msgstr "" -#: options.h:1125 +#: options.h:1138 msgid "Load a plugin library" msgstr "" -#: options.h:1125 options.h:1130 +#: options.h:1138 options.h:1143 msgid "PLUGIN" msgstr "" -#: options.h:1127 +#: options.h:1140 msgid "Pass an option to the plugin" msgstr "" -#: options.h:1127 options.h:1133 +#: options.h:1140 options.h:1146 msgid "OPTION" msgstr "" -#: options.h:1130 +#: options.h:1143 msgid "Load a plugin library (not supported)" msgstr "" -#: options.h:1132 +#: options.h:1145 msgid "Pass an option to the plugin (not supported)" msgstr "" -#: options.h:1137 +#: options.h:1150 msgid "Use posix_fallocate to reserve space in the output file" msgstr "" -#: options.h:1138 +#: options.h:1151 msgid "Use fallocate or ftruncate to reserve space" msgstr "" -#: options.h:1141 +#: options.h:1154 +msgid "(PowerPC64 only) stubs use power10 insns" +msgstr "" + +#: options.h:1155 +msgid "[=auto,no,yes]" +msgstr "" + +#: options.h:1157 +msgid "(PowerPC64 only) stubs do not use power10 insns" +msgstr "" + +#: options.h:1160 msgid "Preread archive symbols when multi-threaded" msgstr "" -#: options.h:1144 +#: options.h:1163 msgid "List removed unused sections on stderr" msgstr "" -#: options.h:1145 +#: options.h:1164 msgid "Do not list removed unused sections" msgstr "" -#: options.h:1148 +#: options.h:1167 msgid "List folded identical sections on stderr" msgstr "" -#: options.h:1149 +#: options.h:1168 msgid "Do not list folded identical sections" msgstr "" -#: options.h:1152 +#: options.h:1171 msgid "Print default output format" msgstr "" -#: options.h:1155 +#: options.h:1174 msgid "Print symbols defined and used for each input" msgstr "" -#: options.h:1159 +#: options.h:1178 msgid "Save the state of flags related to input files" msgstr "" -#: options.h:1161 +#: options.h:1180 msgid "Restore the state of flags related to input files" msgstr "" -#: options.h:1166 +#: options.h:1185 msgid "Generate relocations in output" msgstr "" -#: options.h:1169 +#: options.h:1188 msgid "Ignored for SVR4 compatibility" msgstr "" -#: options.h:1174 +#: options.h:1193 msgid "Generate relocatable output" msgstr "" -#: options.h:1177 +#: options.h:1196 msgid "Relax branches on certain targets" msgstr "" -#: options.h:1178 +#: options.h:1197 msgid "Do not relax branches" msgstr "" -#: options.h:1181 +#: options.h:1200 msgid "keep only symbols listed in this file" msgstr "" -#: options.h:1184 +#: options.h:1203 msgid "Put read-only non-executable sections in their own segment" msgstr "" -#: options.h:1188 +#: options.h:1204 +msgid "Do not put read-only non-executable sections in their own segment" +msgstr "" + +#: options.h:1207 msgid "Set offset between executable and read-only segments" msgstr "" -#: options.h:1189 +#: options.h:1208 msgid "OFFSET" msgstr "" -#: options.h:1195 options.h:1198 +#: options.h:1214 options.h:1217 msgid "Add DIR to runtime search path" msgstr "" -#: options.h:1201 +#: options.h:1220 msgid "Add DIR to link time shared library search path" msgstr "" -#: options.h:1207 +#: options.h:1226 msgid "Strip all symbols" msgstr "" -#: options.h:1209 +#: options.h:1228 msgid "Strip debugging information" msgstr "" -#: options.h:1211 +#: options.h:1230 msgid "Emit only debug line number information" msgstr "" -#: options.h:1213 +#: options.h:1232 msgid "Strip debug symbols that are unused by gdb (at least versions <= 7.4)" msgstr "" -#: options.h:1216 +#: options.h:1235 msgid "Strip LTO intermediate code sections" msgstr "" -#: options.h:1219 +#: options.h:1238 msgid "Layout sections in the order specified" msgstr "" -#: options.h:1223 +#: options.h:1242 msgid "Set address of section" msgstr "" -#: options.h:1223 +#: options.h:1242 msgid "SECTION=ADDRESS" msgstr "" -#: options.h:1226 +#: options.h:1245 msgid "(PowerPC only) Use new-style PLT" msgstr "" -#: options.h:1229 +#: options.h:1248 msgid "Sort common symbols by alignment" msgstr "" -#: options.h:1230 +#: options.h:1249 msgid "[={ascending,descending}]" msgstr "" -#: options.h:1233 +#: options.h:1252 msgid "" "Sort sections by name. '--no-text-reorder' will override '--sort-" "section=name' for .text" msgstr "" -#: options.h:1235 +#: options.h:1254 msgid "[none,name]" msgstr "" -#: options.h:1239 +#: options.h:1258 msgid "Dynamic tag slots to reserve (default 5)" msgstr "" -#: options.h:1243 +#: options.h:1262 msgid "" "(ARM, PowerPC only) The maximum distance from instructions in a group of " "sections to their stubs. Negative values mean stubs are always after the " "group. 1 means use default size" msgstr "" -#: options.h:1249 +#: options.h:1268 msgid "(PowerPC only) Allow a group of stubs to serve multiple output sections" msgstr "" -#: options.h:1251 +#: options.h:1270 msgid "(PowerPC only) Each output section has its own stubs" msgstr "" -#: options.h:1254 +#: options.h:1273 msgid "Stack size when -fsplit-stack function calls non-split" msgstr "" -#: options.h:1260 +#: options.h:1279 msgid "Do not link against shared libraries" msgstr "" -#: options.h:1263 +#: options.h:1282 msgid "Start a library" msgstr "" -#: options.h:1265 +#: options.h:1284 msgid "End a library " msgstr "" -#: options.h:1268 +#: options.h:1287 msgid "Print resource usage statistics" msgstr "" -#: options.h:1271 +#: options.h:1290 msgid "Set target system root directory" msgstr "" -#: options.h:1276 +#: options.h:1295 msgid "Print the name of each input file" msgstr "" -#: options.h:1279 +#: options.h:1298 msgid "(ARM only) Force R_ARM_TARGET1 type to R_ARM_ABS32" msgstr "" -#: options.h:1282 +#: options.h:1301 msgid "(ARM only) Force R_ARM_TARGET1 type to R_ARM_REL32" msgstr "" -#: options.h:1285 +#: options.h:1304 msgid "(ARM only) Set R_ARM_TARGET2 relocation type" msgstr "" -#: options.h:1286 +#: options.h:1305 msgid "[rel, abs, got-rel" msgstr "" -#: options.h:1290 +#: options.h:1309 msgid "Enable text section reordering for GCC section names" msgstr "" -#: options.h:1291 +#: options.h:1310 msgid "Disable text section reordering for GCC section names" msgstr "" -#: options.h:1294 +#: options.h:1313 msgid "Run the linker multi-threaded" msgstr "" -#: options.h:1295 +#: options.h:1314 msgid "Do not run the linker multi-threaded" msgstr "" -#: options.h:1297 +#: options.h:1316 msgid "Number of threads to use" msgstr "" -#: options.h:1299 +#: options.h:1318 msgid "Number of threads to use in initial pass" msgstr "" -#: options.h:1301 +#: options.h:1320 msgid "Number of threads to use in middle pass" msgstr "" -#: options.h:1303 +#: options.h:1322 msgid "Number of threads to use in final pass" msgstr "" -#: options.h:1306 +#: options.h:1325 msgid "(PowerPC/64 only) Optimize GD/LD/IE code to IE/LE" msgstr "" -#: options.h:1307 +#: options.h:1326 msgid "(PowerPC/64 only) Don'''t try to optimize TLS accesses" msgstr "" -#: options.h:1309 +#: options.h:1328 msgid "(PowerPC/64 only) Use a special __tls_get_addr call" msgstr "" -#: options.h:1310 +#: options.h:1329 msgid "(PowerPC/64 only) Don't use a special __tls_get_addr call" msgstr "" -#: options.h:1313 +#: options.h:1332 msgid "(PowerPC64 only) Optimize TOC code sequences" msgstr "" -#: options.h:1314 +#: options.h:1333 msgid "(PowerPC64 only) Don't optimize TOC code sequences" msgstr "" -#: options.h:1317 +#: options.h:1336 msgid "(PowerPC64 only) Sort TOC and GOT sections" msgstr "" -#: options.h:1318 +#: options.h:1337 msgid "(PowerPC64 only) Don't sort TOC and GOT sections" msgstr "" -#: options.h:1321 +#: options.h:1340 msgid "Read linker script" msgstr "" -#: options.h:1324 +#: options.h:1343 msgid "Set the address of the bss segment" msgstr "" -#: options.h:1326 +#: options.h:1345 msgid "Set the address of the data segment" msgstr "" -#: options.h:1328 options.h:1330 +#: options.h:1347 options.h:1349 msgid "Set the address of the text segment" msgstr "" -#: options.h:1333 +#: options.h:1352 msgid "Set the address of the rodata segment" msgstr "" -#: options.h:1338 +#: options.h:1357 msgid "Create undefined reference to SYMBOL" msgstr "" -#: options.h:1341 +#: options.h:1360 msgid "How to handle unresolved symbols" msgstr "" -#: options.h:1350 +#: options.h:1369 msgid "Alias for --debug=files" msgstr "" -#: options.h:1353 +#: options.h:1372 msgid "Read version script" msgstr "" -#: options.h:1358 +#: options.h:1377 msgid "Warn about duplicate common symbols" msgstr "" -#: options.h:1359 +#: options.h:1378 msgid "Do not warn about duplicate common symbols" msgstr "" -#: options.h:1365 +#: options.h:1384 msgid "Warn when discarding version information" msgstr "" -#: options.h:1366 +#: options.h:1385 msgid "Do not warn when discarding version information" msgstr "" -#: options.h:1369 +#: options.h:1388 msgid "Warn if the stack is executable" msgstr "" -#: options.h:1370 +#: options.h:1389 msgid "Do not warn if the stack is executable" msgstr "" -#: options.h:1373 +#: options.h:1392 msgid "Don't warn about mismatched input files" msgstr "" -#: options.h:1379 +#: options.h:1398 msgid "Warn when skipping an incompatible library" msgstr "" -#: options.h:1380 +#: options.h:1399 msgid "Don't warn when skipping an incompatible library" msgstr "" -#: options.h:1383 +#: options.h:1402 msgid "Warn if text segment is not shareable" msgstr "" -#: options.h:1384 +#: options.h:1403 msgid "Do not warn if text segment is not shareable" msgstr "" -#: options.h:1387 +#: options.h:1406 msgid "Report unresolved symbols as warnings" msgstr "" -#: options.h:1391 +#: options.h:1410 msgid "Report unresolved symbols as errors" msgstr "" -#: options.h:1395 +#: options.h:1414 msgid "(ARM only) Do not warn about objects with incompatible wchar_t sizes" msgstr "" -#: options.h:1399 +#: options.h:1418 msgid "Convert unresolved symbols to weak references" msgstr "" -#: options.h:1403 +#: options.h:1422 msgid "Include all archive contents" msgstr "" -#: options.h:1404 +#: options.h:1423 msgid "Include only needed archive contents" msgstr "" -#: options.h:1407 +#: options.h:1426 msgid "Use wrapper functions for SYMBOL" msgstr "" -#: options.h:1412 +#: options.h:1431 msgid "Delete all local symbols" msgstr "" -#: options.h:1414 +#: options.h:1433 msgid "Delete all temporary local symbols" msgstr "" -#: options.h:1416 +#: options.h:1435 msgid "Keep all local symbols" msgstr "" -#: options.h:1421 +#: options.h:1440 msgid "Trace references to symbol" msgstr "" -#: options.h:1424 +#: options.h:1443 msgid "Allow unused version in script" msgstr "" -#: options.h:1425 +#: options.h:1444 msgid "Do not allow unused version in script" msgstr "" -#: options.h:1428 +#: options.h:1447 msgid "Default search path for Solaris compatibility" msgstr "" -#: options.h:1429 +#: options.h:1448 msgid "PATH" msgstr "" -#: options.h:1434 +#: options.h:1453 msgid "Start a library search group" msgstr "" -#: options.h:1436 +#: options.h:1455 msgid "End a library search group" msgstr "" -#: options.h:1441 +#: options.h:1460 msgid "(x86-64 only) Generate a BND PLT for Intel MPX" msgstr "" -#: options.h:1442 +#: options.h:1461 msgid "Generate a regular PLT" msgstr "" -#: options.h:1444 +#: options.h:1463 msgid "Sort dynamic relocs" msgstr "" -#: options.h:1445 +#: options.h:1464 msgid "Do not sort dynamic relocs" msgstr "" -#: options.h:1447 +#: options.h:1466 msgid "Set common page size to SIZE" msgstr "" -#: options.h:1452 +#: options.h:1471 msgid "Mark output as requiring executable stack" msgstr "" -#: options.h:1454 +#: options.h:1473 msgid "Make symbols in DSO available for subsequently loaded objects" msgstr "" -#: options.h:1457 +#: options.h:1476 msgid "Mark DSO to be initialized first at runtime" msgstr "" -#: options.h:1460 +#: options.h:1479 msgid "Mark object to interpose all DSOs but executable" msgstr "" -#: options.h:1463 +#: options.h:1482 +msgid "Mark DSO to be loaded at most once, and only in the main namespace" +msgstr "" + +#: options.h:1483 +msgid "Do not mark the DSO as one to be loaded only in the main namespace" +msgstr "" + +#: options.h:1485 msgid "Mark object for lazy runtime binding" msgstr "" -#: options.h:1466 +#: options.h:1488 msgid "Mark object requiring immediate process" msgstr "" -#: options.h:1469 +#: options.h:1491 msgid "Set maximum page size to SIZE" msgstr "" -#: options.h:1477 +#: options.h:1499 msgid "Do not create copy relocs" msgstr "" -#: options.h:1479 +#: options.h:1501 msgid "Mark object not to use default search paths" msgstr "" -#: options.h:1482 +#: options.h:1504 msgid "Mark DSO non-deletable at runtime" msgstr "" -#: options.h:1485 +#: options.h:1507 msgid "Mark DSO not available to dlopen" msgstr "" -#: options.h:1488 +#: options.h:1510 msgid "Mark DSO not available to dldump" msgstr "" -#: options.h:1491 +#: options.h:1513 msgid "Mark output as not requiring executable stack" msgstr "" -#: options.h:1493 +#: options.h:1515 msgid "Mark object for immediate function binding" msgstr "" -#: options.h:1496 +#: options.h:1518 msgid "Mark DSO to indicate that needs immediate $ORIGIN processing at runtime" msgstr "" -#: options.h:1499 +#: options.h:1521 msgid "Where possible mark variables read-only after relocation" msgstr "" -#: options.h:1500 +#: options.h:1522 msgid "Don't mark variables read-only after relocation" msgstr "" -#: options.h:1502 +#: options.h:1524 msgid "Set PT_GNU_STACK segment p_memsz to SIZE" msgstr "" -#: options.h:1504 +#: options.h:1526 +msgid "ELF symbol visibility for synthesized __start_* and __stop_* symbols" +msgstr "" + +#: options.h:1531 msgid "Do not permit relocations in read-only segments" msgstr "" -#: options.h:1505 options.h:1507 +#: options.h:1532 options.h:1534 msgid "Permit relocations in read-only segments" msgstr "" -#: options.h:1510 +#: options.h:1537 msgid "Move .text.unlikely sections to a separate segment." msgstr "" -#: options.h:1511 +#: options.h:1538 msgid "Do not move .text.unlikely sections to a separate segment." msgstr "" -#: options.h:1514 +#: options.h:1541 msgid "" "Keep .text.hot, .text.startup, .text.exit and .text.unlikely as separate " "sections in the final binary." msgstr "" -#: options.h:1516 +#: options.h:1543 msgid "Merge all .text.* prefix sections." msgstr "" -#: output.cc:1344 +#: output.cc:1346 msgid "section group retained but group element discarded" msgstr "" -#: output.cc:1779 output.cc:1811 +#: output.cc:1781 output.cc:1813 msgid "out of patch space (GOT); relink with --incremental-full" msgstr "" -#: output.cc:2460 +#: output.cc:2462 #, c-format msgid "invalid alignment %lu for section \"%s\"" msgstr "" -#: output.cc:4622 +#: output.cc:4625 msgid "" "script places BSS section in the middle of a LOAD segment; space will be " "allocated in the file" msgstr "" -#: output.cc:4644 +#: output.cc:4647 #, c-format msgid "dot moves backward in linker script from 0x%llx to 0x%llx" msgstr "" -#: output.cc:4647 +#: output.cc:4650 #, c-format msgid "address of section '%s' moves backward from 0x%llx to 0x%llx" msgstr "" -#: output.cc:5016 +#: output.cc:5019 #, c-format msgid "%s: incremental base and output file name are the same" msgstr "" -#: output.cc:5023 +#: output.cc:5026 #, c-format msgid "%s: stat: %s" msgstr "" -#: output.cc:5028 +#: output.cc:5031 #, c-format msgid "%s: incremental base file is empty" msgstr "" -#: output.cc:5040 output.cc:5138 +#: output.cc:5043 output.cc:5141 #, c-format msgid "%s: open: %s" msgstr "" -#: output.cc:5057 +#: output.cc:5060 #, c-format msgid "%s: read failed: %s" msgstr "" -#: output.cc:5062 +#: output.cc:5065 #, c-format msgid "%s: file too short: read only %lld of %lld bytes" msgstr "" -#: output.cc:5162 +#: output.cc:5165 #, c-format msgid "%s: mremap: %s" msgstr "" -#: output.cc:5181 +#: output.cc:5184 #, c-format msgid "%s: mmap: %s" msgstr "" -#: output.cc:5273 +#: output.cc:5276 #, c-format msgid "%s: mmap: failed to allocate %lu bytes for output file: %s" msgstr "" -#: output.cc:5291 +#: output.cc:5294 #, c-format msgid "%s: munmap: %s" msgstr "" -#: output.cc:5311 +#: output.cc:5314 #, c-format msgid "%s: write: unexpected 0 return-value" msgstr "" -#: output.cc:5313 +#: output.cc:5316 #, c-format msgid "%s: write: %s" msgstr "" -#: output.cc:5328 +#: output.cc:5331 #, c-format msgid "%s: close: %s" msgstr "" @@ -3461,143 +3503,147 @@ msgstr "" msgid "input files added by plug-ins in --incremental mode not supported yet" msgstr "" -#: powerpc.cc:1238 +#: powerpc.cc:1299 msgid "missing expected __tls_get_addr call" msgstr "" -#: powerpc.cc:2223 powerpc.cc:2560 +#: powerpc.cc:2298 powerpc.cc:2635 #, c-format msgid "%s: ABI version %d is not compatible with ABI version %d output" msgstr "" -#: powerpc.cc:2257 powerpc.cc:2619 +#: powerpc.cc:2332 powerpc.cc:2694 #, c-format msgid "%s: .opd invalid in abiv%d" msgstr "" -#: powerpc.cc:2335 +#: powerpc.cc:2410 #, c-format msgid "%s: unexpected reloc type %u in .opd section" msgstr "" -#: powerpc.cc:2346 +#: powerpc.cc:2421 #, c-format msgid "%s: .opd is not a regular array of opd entries" msgstr "" -#: powerpc.cc:2488 +#: powerpc.cc:2563 #, c-format msgid "%s: local symbol %d has invalid st_other for ABI version 1" msgstr "" -#: powerpc.cc:3230 +#: powerpc.cc:3303 #, c-format msgid "%s:%s exceeds group size" msgstr "" -#: powerpc.cc:3573 +#: powerpc.cc:3651 #, c-format msgid "%s:%s: branch in non-executable section, no long branch stub for you" msgstr "" -#: powerpc.cc:3691 +#: powerpc.cc:3769 #, c-format msgid "%s: stub group size is too large; retrying with %#x" msgstr "" -#: powerpc.cc:5492 +#: powerpc.cc:5611 msgid "** glink" msgstr "" -#: powerpc.cc:6093 powerpc.cc:6633 +#: powerpc.cc:6258 powerpc.cc:6961 #, c-format msgid "linkage table error against `%s'" msgstr "" -#: powerpc.cc:6096 +#: powerpc.cc:6261 #, c-format msgid "linkage table error against `%s:[local %u]'" msgstr "" -#: powerpc.cc:6762 +#: powerpc.cc:7090 msgid "** save/restore" msgstr "" -#: powerpc.cc:7516 +#: powerpc.cc:7844 #, c-format msgid "%s: unsupported reloc %u for IFUNC symbol" msgstr "" -#: powerpc.cc:7781 powerpc.cc:8503 +#: powerpc.cc:8128 powerpc.cc:8914 #, c-format msgid "tocsave symbol %u has bad shndx %u" msgstr "" -#: powerpc.cc:8054 powerpc.cc:8817 +#: powerpc.cc:8407 powerpc.cc:9237 #, c-format msgid "%s: toc optimization is not supported for %#08x instruction" msgstr "" -#: powerpc.cc:8120 powerpc.cc:8879 +#: powerpc.cc:8473 powerpc.cc:9299 #, c-format msgid "%s: unsupported -mbss-plt code" msgstr "" -#: powerpc.cc:9187 +#: powerpc.cc:9646 #, c-format msgid "split-stack stack size overflow at section %u offset %0zx" msgstr "" -#: powerpc.cc:9258 +#: powerpc.cc:9717 msgid "" "--plt-localentry is especially dangerous without ld.so support to detect ABI " "violations" msgstr "" -#: powerpc.cc:9553 powerpc.cc:9559 +#: powerpc.cc:9746 +msgid "--plt-localentry is incompatible with power10 pc-relative code" +msgstr "" + +#: powerpc.cc:10024 powerpc.cc:10030 #, c-format msgid "%s uses hard float, %s uses soft float" msgstr "" -#: powerpc.cc:9565 powerpc.cc:9572 +#: powerpc.cc:10036 powerpc.cc:10043 #, c-format msgid "" "%s uses double-precision hard float, %s uses single-precision hard float" msgstr "" -#: powerpc.cc:9589 powerpc.cc:9595 +#: powerpc.cc:10063 powerpc.cc:10069 #, c-format msgid "%s uses 64-bit long double, %s uses 128-bit long double" msgstr "" -#: powerpc.cc:9601 powerpc.cc:9607 +#: powerpc.cc:10075 powerpc.cc:10081 #, c-format msgid "%s uses IBM long double, %s uses IEEE long double" msgstr "" -#: powerpc.cc:9655 powerpc.cc:9661 +#: powerpc.cc:10135 powerpc.cc:10141 #, c-format msgid "%s uses AltiVec vector ABI, %s uses SPE vector ABI" msgstr "" -#: powerpc.cc:9690 powerpc.cc:9697 +#: powerpc.cc:10170 powerpc.cc:10177 #, c-format msgid "%s uses r3/r4 for small structure returns, %s uses memory" msgstr "" -#: powerpc.cc:9975 +#: powerpc.cc:10465 powerpc.cc:10468 msgid "__tls_get_addr call lacks marker reloc" msgstr "" -#: powerpc.cc:10241 +#: powerpc.cc:10738 msgid "call lacks nop, can't restore toc; recompile with -fPIC" msgstr "" -#: powerpc.cc:11679 s390.cc:3474 +#: powerpc.cc:12194 s390.cc:3474 msgid "relocation overflow" msgstr "" -#: powerpc.cc:11681 +#: powerpc.cc:12196 msgid "try relinking with a smaller --stub-group-size" msgstr "" @@ -3740,11 +3786,11 @@ msgstr "" msgid "R_390_PC32DBL target misaligned at %llx" msgstr "" -#: s390.cc:1094 tilegx.cc:2088 x86_64.cc:1779 +#: s390.cc:1094 tilegx.cc:2088 x86_64.cc:1809 msgid "out of patch space (PLT); relink with --incremental-full" msgstr "" -#: s390.cc:3672 s390.cc:3728 x86_64.cc:5304 +#: s390.cc:3672 s390.cc:3728 x86_64.cc:5349 #, c-format msgid "unsupported reloc type %u" msgstr "" @@ -4156,48 +4202,48 @@ msgstr "" msgid " %s from %s\n" msgstr "" -#: target-reloc.h:155 +#: target-reloc.h:156 msgid "internal" msgstr "" -#: target-reloc.h:158 +#: target-reloc.h:159 msgid "hidden" msgstr "" -#: target-reloc.h:161 +#: target-reloc.h:162 msgid "protected" msgstr "" -#: target-reloc.h:166 +#: target-reloc.h:167 #, c-format msgid "%s symbol '%s' is not defined locally" msgstr "" -#: target-reloc.h:242 +#: target-reloc.h:243 #, c-format msgid "" "relocation refers to local symbol \"%s\" [%u], which is defined in a " "discarded section" msgstr "" -#: target-reloc.h:250 +#: target-reloc.h:251 #, c-format msgid "" "relocation refers to global symbol \"%s\", which is defined in a discarded " "section" msgstr "" -#: target-reloc.h:265 +#: target-reloc.h:266 #, c-format msgid " section group signature: \"%s\"" msgstr "" -#: target-reloc.h:268 +#: target-reloc.h:269 #, c-format msgid " prevailing definition is from %s" msgstr "" -#: target-reloc.h:455 +#: target-reloc.h:456 #, c-format msgid "reloc has bad offset %zu" msgstr "" @@ -4207,7 +4253,7 @@ msgstr "" msgid "linker does not include stack split support required by %s" msgstr "" -#: tilegx.cc:2738 x86_64.cc:3129 +#: tilegx.cc:2738 x86_64.cc:3171 msgid "TLS_DESC not yet supported for incremental linking" msgstr "" @@ -4215,7 +4261,7 @@ msgstr "" msgid "TLS_DESC not yet supported for TILEGX" msgstr "" -#: tilegx.cc:3202 x86_64.cc:3517 +#: tilegx.cc:3202 x86_64.cc:3559 #, c-format msgid "requires unsupported dynamic reloc %u; recompile with -fPIC" msgstr "" @@ -4231,7 +4277,7 @@ msgstr "" #. This output is intended to follow the GNU standards. #: version.cc:65 #, c-format -msgid "Copyright (C) 2020 Free Software Foundation, Inc.\n" +msgid "Copyright (C) 2021 Free Software Foundation, Inc.\n" msgstr "" #: version.cc:66 @@ -4248,51 +4294,51 @@ msgstr "" msgid "%s failed: %s" msgstr "" -#: x86_64.cc:1602 +#: x86_64.cc:1612 #, c-format msgid "" "%s: corrupt .note.gnu.property section (pr_datasz for property %d is not 4)" msgstr "" -#: x86_64.cc:1610 +#: x86_64.cc:1620 #, c-format msgid "%s: unknown program property type 0x%x in .note.gnu.property section" msgstr "" -#: x86_64.cc:2012 +#: x86_64.cc:2042 #, c-format msgid "PC-relative offset overflow in PLT entry %d" msgstr "" -#: x86_64.cc:2194 x86_64.cc:2428 +#: x86_64.cc:2229 x86_64.cc:2468 #, c-format msgid "PC-relative offset overflow in APLT entry %d" msgstr "" -#: x86_64.cc:3482 +#: x86_64.cc:3524 msgid "" "requires dynamic R_X86_64_32 reloc which may overflow at runtime; recompile " "with -fPIC" msgstr "" -#: x86_64.cc:3502 +#: x86_64.cc:3544 #, c-format msgid "" "requires dynamic %s reloc against '%s' which may overflow at runtime; " "recompile with -fPIC" msgstr "" -#: x86_64.cc:4995 +#: x86_64.cc:5040 #, c-format msgid "relocation overflow: reference to local symbol %u in %s" msgstr "" -#: x86_64.cc:5002 +#: x86_64.cc:5047 #, c-format msgid "relocation overflow: reference to '%s' defined in %s" msgstr "" -#: x86_64.cc:5010 +#: x86_64.cc:5055 #, c-format msgid "relocation overflow: reference to '%s'" msgstr "" diff --git a/ld/ChangeLog b/ld/ChangeLog index 3b9c574..8ecbb2f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2021-07-03 Nick Clifton <nickc@redhat.com> + * configure: Regenerate. + * po/ld.pot: Regenerate. + +2021-07-03 Nick Clifton <nickc@redhat.com> + * 2.37 release branch created. 2021-06-22 Nelson Chu <nelson.chu@sifive.com> diff --git a/ld/configure b/ld/configure index d8f8b2d..33b7de3 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.36.50. +# Generated by GNU Autoconf 2.69 for ld 2.37.50. # # # 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.36.50' -PACKAGE_STRING='ld 2.36.50' +PACKAGE_VERSION='2.37.50' +PACKAGE_STRING='ld 2.37.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1400,7 +1400,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.36.50 to adapt to many kinds of systems. +\`configure' configures ld 2.37.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1471,7 +1471,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ld 2.36.50:";; + short | recursive ) echo "Configuration of ld 2.37.50:";; esac cat <<\_ACEOF @@ -1614,7 +1614,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ld configure 2.36.50 +ld configure 2.37.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2329,7 +2329,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.36.50, which was +It was created by ld $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3312,7 +3312,7 @@ fi # Define the identity of the package. PACKAGE='ld' - VERSION='2.36.50' + VERSION='2.37.50' cat >>confdefs.h <<_ACEOF @@ -17531,7 +17531,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.36.50, which was +This file was extended by ld $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17597,7 +17597,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.36.50 +ld config.status 2.37.50 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 1a23e42..24f055b 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: 2021-01-09 10:56+0000\n" +"POT-Creation-Date: 2021-07-03 15:09+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" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ldcref.c:171 +#: ldcref.c:170 msgid "%X%P: bfd_hash_table_init of cref table failed: %E\n" msgstr "" -#: ldcref.c:177 +#: ldcref.c:176 msgid "%X%P: cref_hash_lookup failed: %E\n" msgstr "" -#: ldcref.c:187 +#: ldcref.c:186 msgid "%X%P: cref alloc failed: %E\n" msgstr "" -#: ldcref.c:372 +#: ldcref.c:371 #, c-format msgid "" "\n" @@ -38,25 +38,25 @@ msgid "" "\n" msgstr "" -#: ldcref.c:373 +#: ldcref.c:372 msgid "Symbol" msgstr "" -#: ldcref.c:381 +#: ldcref.c:380 #, c-format msgid "File\n" msgstr "" -#: ldcref.c:385 +#: ldcref.c:384 #, c-format msgid "No symbols\n" msgstr "" -#: ldcref.c:414 ldcref.c:566 +#: ldcref.c:413 ldcref.c:565 msgid "%P: symbol `%pT' missing from main hash table\n" msgstr "" -#: ldcref.c:518 ldcref.c:629 ldmain.c:1295 ldmisc.c:336 pe-dll.c:737 +#: ldcref.c:517 ldcref.c:628 ldmain.c:1302 ldmisc.c:336 pe-dll.c:737 #: pe-dll.c:1315 pe-dll.c:1436 pe-dll.c:1562 earm_wince_pe.c:1486 #: earm_wince_pe.c:1693 earmpe.c:1486 earmpe.c:1693 ei386pe.c:1486 #: ei386pe.c:1693 ei386pe_posix.c:1486 ei386pe_posix.c:1693 ei386pep.c:1475 @@ -64,7 +64,7 @@ msgstr "" msgid "%F%P: %pB: could not read symbols: %E\n" msgstr "" -#: ldcref.c:691 ldcref.c:698 ldmain.c:1357 ldmain.c:1364 +#: ldcref.c:690 ldcref.c:697 ldmain.c:1364 ldmain.c:1371 msgid "%F%P: %pB: could not read relocs: %E\n" msgstr "" @@ -72,7 +72,7 @@ msgstr "" #. in OUTSECNAME. This reloc is from a section which is #. mapped into a section from which references to OUTSECNAME #. are prohibited. We must report an error. -#: ldcref.c:725 +#: ldcref.c:724 msgid "%X%P: %C: prohibited cross reference from %s to `%pT' in %s\n" msgstr "" @@ -137,7 +137,7 @@ msgstr "" msgid "found %s at %s\n" msgstr "" -#: ldelf.c:385 ldlang.c:3145 ldlang.c:3159 +#: ldelf.c:385 ldlang.c:3146 ldlang.c:3160 msgid "%F%P: %pB: error adding symbols: %E\n" msgstr "" @@ -153,92 +153,96 @@ msgstr "" msgid "%F%P: %s: can't open for writing: %E\n" msgstr "" -#: ldelf.c:1052 +#: ldelf.c:1054 msgid "%F%P: cannot use executable file '%pB' as input to a link\n" msgstr "" -#: ldelf.c:1106 +#: ldelf.c:1108 msgid "" "%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from " "%pB\n" msgstr "" -#: ldelf.c:1142 +#: ldelf.c:1144 msgid "" "%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n" msgstr "" -#: ldelf.c:1198 +#: ldelf.c:1200 #, c-format msgid "%s needed by %pB\n" msgstr "" -#: ldelf.c:1307 +#: ldelf.c:1309 msgid "" "%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n" msgstr "" -#: ldelf.c:1320 +#: ldelf.c:1322 msgid "%F%P: failed to add DT_NEEDED dynamic tag\n" msgstr "" -#: ldelf.c:1328 +#: ldelf.c:1330 msgid "%F%P: failed to parse EH frame entries\n" msgstr "" -#: ldelf.c:1367 +#: ldelf.c:1369 msgid "%P: warning: .note.gnu.build-id section discarded, --build-id ignored\n" msgstr "" -#: ldelf.c:1413 earm_wince_pe.c:1277 earmpe.c:1277 ei386pe.c:1277 +#: ldelf.c:1415 earm_wince_pe.c:1277 earmpe.c:1277 ei386pe.c:1277 #: ei386pe_posix.c:1277 ei386pep.c:1284 emcorepe.c:1277 eshpe.c:1277 msgid "%P: warning: unrecognized --build-id style ignored\n" msgstr "" -#: ldelf.c:1431 +#: ldelf.c:1433 msgid "" "%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n" msgstr "" -#: ldelf.c:1463 eaix5ppc.c:1371 eaix5rs6.c:1371 eaixppc.c:1371 eaixrs6.c:1371 -#: eppcmacos.c:1371 +#: ldelf.c:1465 eaix5ppc.c:1408 eaix5rs6.c:1408 eaixppc.c:1408 eaixrs6.c:1408 +#: eppcmacos.c:1408 msgid "%F%P: failed to record assignment to %s: %E\n" msgstr "" -#: ldelf.c:1647 ldelf.c:1712 eaix5ppc.c:832 eaix5rs6.c:832 eaixppc.c:832 -#: eaixrs6.c:832 eelf64_ia64_vms.c:209 eppcmacos.c:832 +#: ldelf.c:1649 ldelf.c:1714 eaix5ppc.c:831 eaix5rs6.c:831 eaixppc.c:831 +#: eaixrs6.c:831 eelf64_ia64_vms.c:209 eppcmacos.c:831 msgid "%F%P: failed to set dynamic section sizes: %E\n" msgstr "" -#: ldelf.c:1684 +#: ldelf.c:1686 msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n" msgstr "" -#: ldelfgen.c:56 +#: ldelfgen.c:283 +msgid "%F%P: %pA has both ordered and unordered sections" +msgstr "" + +#: ldelfgen.c:307 msgid "%F%P: map sections to segments failed: %E\n" msgstr "" -#: ldelfgen.c:76 +#: ldelfgen.c:327 msgid "%F%P: looping in map_segments" msgstr "" -#: ldelfgen.c:88 +#: ldelfgen.c:339 msgid "%F%P: failed to strip zero-sized dynamic sections" msgstr "" -#: ldelfgen.c:159 +#: ldelfgen.c:417 msgid "" "%F%P: warning: CTF strtab association failed; strings will not be shared: " "%s\n" msgstr "" -#: ldelfgen.c:186 +#: ldelfgen.c:444 msgid "" "%F%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: " "%s\n" msgstr "" -#: ldelfgen.c:196 +#: ldelfgen.c:454 msgid "" "%F%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: " "%s\n" @@ -275,69 +279,69 @@ msgstr "" msgid "%F%P: bfd_hash_lookup failed creating symbol %s\n" msgstr "" -#: ldexp.c:552 +#: ldexp.c:553 msgid "%P: warning: address of `%s' isn't multiple of maximum page size\n" msgstr "" -#: ldexp.c:631 +#: ldexp.c:632 msgid "%F%P:%pS %% by zero\n" msgstr "" -#: ldexp.c:640 +#: ldexp.c:641 msgid "%F%P:%pS / by zero\n" msgstr "" -#: ldexp.c:736 ldlang.c:3979 ldmain.c:1262 earm_wince_pe.c:1804 earmpe.c:1804 +#: ldexp.c:737 ldlang.c:3982 ldmain.c:1269 earm_wince_pe.c:1804 earmpe.c:1804 #: ei386pe.c:1804 ei386pe_posix.c:1804 ei386pep.c:1699 emcorepe.c:1804 #: eshpe.c:1804 msgid "%F%P: bfd_link_hash_lookup failed: %E\n" msgstr "" -#: ldexp.c:749 +#: ldexp.c:750 msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n" msgstr "" -#: ldexp.c:764 +#: ldexp.c:765 msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n" msgstr "" -#: ldexp.c:802 ldexp.c:820 ldexp.c:848 +#: ldexp.c:803 ldexp.c:821 ldexp.c:849 msgid "%F%P:%pS: undefined section `%s' referenced in expression\n" msgstr "" -#: ldexp.c:879 ldexp.c:893 +#: ldexp.c:880 ldexp.c:894 msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n" msgstr "" -#: ldexp.c:905 +#: ldexp.c:906 msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n" msgstr "" -#: ldexp.c:1053 +#: ldexp.c:1054 msgid "%F%P:%pS can not PROVIDE assignment to location counter\n" msgstr "" -#: ldexp.c:1086 +#: ldexp.c:1087 msgid "%F%P:%pS invalid assignment to location counter\n" msgstr "" -#: ldexp.c:1090 +#: ldexp.c:1091 msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n" msgstr "" -#: ldexp.c:1109 +#: ldexp.c:1110 msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n" msgstr "" -#: ldexp.c:1169 +#: ldexp.c:1170 msgid "%F%P:%s: hash creation failed\n" msgstr "" -#: ldexp.c:1538 ldexp.c:1580 ldexp.c:1640 +#: ldexp.c:1542 ldexp.c:1584 ldexp.c:1644 msgid "%F%P:%pS: nonconstant expression for %s\n" msgstr "" -#: ldexp.c:1666 ldlang.c:1280 ldlang.c:3463 ldlang.c:7917 +#: ldexp.c:1670 ldlang.c:1279 ldlang.c:3464 ldlang.c:7945 msgid "%F%P: can not create hash table: %E\n" msgstr "" @@ -370,15 +374,15 @@ msgstr "" msgid "%P: cannot find %s inside %s\n" msgstr "" -#: ldfile.c:477 ldmain.c:1442 +#: ldfile.c:477 ldmain.c:1449 msgid "%P: About to run error handling script '%s' with arguments: '%s' '%s'\n" msgstr "" -#: ldfile.c:481 ldmain.c:1446 +#: ldfile.c:481 ldmain.c:1453 msgid "error handling script" msgstr "" -#: ldfile.c:487 ldmain.c:1452 +#: ldfile.c:487 ldmain.c:1459 msgid "%P: Failed to run error handling script '%s', reason: " msgstr "" @@ -414,38 +418,38 @@ msgstr "" msgid "%F%P: cannot represent machine `%s'\n" msgstr "" -#: ldlang.c:1364 +#: ldlang.c:1363 msgid "%P:%pS: warning: redeclaration of memory region `%s'\n" msgstr "" -#: ldlang.c:1370 +#: ldlang.c:1369 msgid "%P:%pS: warning: memory region `%s' not declared\n" msgstr "" -#: ldlang.c:1406 +#: ldlang.c:1405 msgid "%F%P:%pS: error: alias for default memory region\n" msgstr "" -#: ldlang.c:1417 +#: ldlang.c:1416 msgid "%F%P:%pS: error: redefinition of memory region alias `%s'\n" msgstr "" -#: ldlang.c:1424 +#: ldlang.c:1423 msgid "%F%P:%pS: error: memory region `%s' for alias `%s' does not exist\n" msgstr "" -#: ldlang.c:1485 ldlang.c:1520 +#: ldlang.c:1484 ldlang.c:1519 msgid "%F%P: failed creating section `%s': %E\n" msgstr "" -#: ldlang.c:2220 +#: ldlang.c:2219 msgid "" "\n" "As-needed library included to satisfy reference by file (symbol)\n" "\n" msgstr "" -#: ldlang.c:2287 +#: ldlang.c:2286 #, c-format msgid "" "\n" @@ -453,30 +457,30 @@ msgid "" "\n" msgstr "" -#: ldlang.c:2295 +#: ldlang.c:2294 msgid "" "\n" "Memory Configuration\n" "\n" msgstr "" -#: ldlang.c:2297 +#: ldlang.c:2296 msgid "Name" msgstr "" -#: ldlang.c:2297 +#: ldlang.c:2296 msgid "Origin" msgstr "" -#: ldlang.c:2297 +#: ldlang.c:2296 msgid "Length" msgstr "" -#: ldlang.c:2297 +#: ldlang.c:2296 msgid "Attributes" msgstr "" -#: ldlang.c:2337 +#: ldlang.c:2336 #, c-format msgid "" "\n" @@ -484,11 +488,11 @@ msgid "" "\n" msgstr "" -#: ldlang.c:2390 +#: ldlang.c:2389 msgid "%F%P: illegal use of `%s' section\n" msgstr "" -#: ldlang.c:2399 +#: ldlang.c:2398 msgid "%F%P: output format %s cannot represent section called %s: %E\n" msgstr "" @@ -504,335 +508,335 @@ msgid "" "section `%pA' from '%pB' (assigned to %pA, but additional match: %pA)\n" msgstr "" -#: ldlang.c:3049 +#: ldlang.c:3050 msgid "%P: %pB: file not recognized: %E; matching formats:" msgstr "" -#: ldlang.c:3057 +#: ldlang.c:3058 msgid "%F%P: %pB: file not recognized: %E\n" msgstr "" -#: ldlang.c:3130 +#: ldlang.c:3131 msgid "%F%P: %pB: member %pB in archive is not an object\n" msgstr "" -#: ldlang.c:3433 +#: ldlang.c:3434 msgid "" "%P: warning: could not find any targets that match endianness requirement\n" msgstr "" -#: ldlang.c:3447 +#: ldlang.c:3448 msgid "%F%P: target %s not found\n" msgstr "" -#: ldlang.c:3449 +#: ldlang.c:3450 msgid "%F%P: cannot open output file %s: %E\n" msgstr "" -#: ldlang.c:3455 +#: ldlang.c:3456 msgid "%F%P: %s: can not make object file: %E\n" msgstr "" -#: ldlang.c:3459 +#: ldlang.c:3460 msgid "%F%P: %s: can not set architecture: %E\n" msgstr "" -#: ldlang.c:3639 +#: ldlang.c:3640 msgid "%P: warning: %s contains output sections; did you forget -T?\n" msgstr "" -#: ldlang.c:3686 +#: ldlang.c:3687 #, c-format msgid "%s: %s\n" msgstr "" -#: ldlang.c:3686 +#: ldlang.c:3687 msgid "CTF warning" msgstr "" -#: ldlang.c:3686 +#: ldlang.c:3687 msgid "CTF error" msgstr "" -#: ldlang.c:3692 +#: ldlang.c:3693 #, c-format msgid "CTF error: cannot get CTF errors: `%s'\n" msgstr "" -#: ldlang.c:3726 +#: ldlang.c:3727 msgid "" "%P: warning: CTF section in %pB not loaded; its types will be discarded: %s\n" msgstr "" -#: ldlang.c:3755 +#: ldlang.c:3756 msgid "%P: warning: CTF output not created: `%s'\n" msgstr "" -#: ldlang.c:3798 +#: ldlang.c:3799 msgid "%P: warning: CTF section in %pB cannot be linked: `%s'\n" msgstr "" -#: ldlang.c:3816 +#: ldlang.c:3819 msgid "%P: warning: CTF linking failed; output will have no CTF section: %s\n" msgstr "" -#: ldlang.c:3887 +#: ldlang.c:3890 msgid "" "%P: warning: CTF section emission failed; output will have no CTF section: " "%s\n" msgstr "" -#: ldlang.c:3926 +#: ldlang.c:3929 msgid "" "%P: warning: CTF section in %pB not linkable: %P was built without support " "for CTF\n" msgstr "" -#: ldlang.c:4049 +#: ldlang.c:4067 msgid "%X%P: required symbol `%s' not defined\n" msgstr "" -#: ldlang.c:4344 +#: ldlang.c:4362 msgid "" "warning: INSERT statement in linker script is incompatible with --enable-non-" "contiguous-regions.\n" msgstr "" -#: ldlang.c:4357 +#: ldlang.c:4375 msgid "%F%P: %s not found for insert\n" msgstr "" -#: ldlang.c:4597 +#: ldlang.c:4615 msgid " load address 0x%V" msgstr "" -#: ldlang.c:4830 +#: ldlang.c:4848 msgid "%W (size before relaxing)\n" msgstr "" -#: ldlang.c:4923 +#: ldlang.c:4941 #, c-format msgid "Address of section %s set to " msgstr "" -#: ldlang.c:5121 +#: ldlang.c:5139 #, c-format msgid "Fail with %d\n" msgstr "" -#: ldlang.c:5334 +#: ldlang.c:5352 msgid "" "%F%P: Output section '%s' not large enough for the linker-created stubs " "section '%s'.\n" msgstr "" -#: ldlang.c:5339 +#: ldlang.c:5357 msgid "" "%F%P: Relaxation not supported with --enable-non-contiguous-regions (section " "'%s' would overflow '%s' after it changed size).\n" msgstr "" -#: ldlang.c:5448 +#: ldlang.c:5466 msgid "%X%P: section %s VMA wraps around address space\n" msgstr "" -#: ldlang.c:5454 +#: ldlang.c:5472 msgid "%X%P: section %s LMA wraps around address space\n" msgstr "" -#: ldlang.c:5506 +#: ldlang.c:5524 msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n" msgstr "" -#: ldlang.c:5550 +#: ldlang.c:5568 msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n" msgstr "" -#: ldlang.c:5573 +#: ldlang.c:5591 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:5598 +#: ldlang.c:5616 msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n" msgstr "" -#: ldlang.c:5609 +#: ldlang.c:5627 msgid "%X%P: %pB section `%s' will not fit in region `%s'\n" msgstr "" -#: ldlang.c:5695 +#: ldlang.c:5713 msgid "" "%F%P:%pS: non constant or forward reference address expression for section " "%s\n" msgstr "" -#: ldlang.c:5720 +#: ldlang.c:5738 msgid "%X%P: internal error on COFF shared library section %s\n" msgstr "" -#: ldlang.c:5778 +#: ldlang.c:5796 msgid "%F%P: error: no memory region specified for loadable section `%s'\n" msgstr "" -#: ldlang.c:5782 +#: ldlang.c:5800 msgid "%P: warning: no memory region specified for loadable section `%s'\n" msgstr "" -#: ldlang.c:5816 +#: ldlang.c:5834 msgid "%P: warning: start of section %s changed by %ld\n" msgstr "" -#: ldlang.c:5908 +#: ldlang.c:5926 msgid "%P: warning: dot moved backwards before `%s'\n" msgstr "" -#: ldlang.c:6089 +#: ldlang.c:6107 msgid "%F%P: can't relax section: %E\n" msgstr "" -#: ldlang.c:6510 +#: ldlang.c:6528 msgid "%F%P: invalid data statement\n" msgstr "" -#: ldlang.c:6543 +#: ldlang.c:6561 msgid "%F%P: invalid reloc statement\n" msgstr "" -#: ldlang.c:6910 +#: ldlang.c:6941 msgid "" "%F%P: --gc-sections requires a defined symbol root specified by -e or -u\n" msgstr "" -#: ldlang.c:6935 +#: ldlang.c:6966 msgid "%F%P: %s: can't set start address\n" msgstr "" -#: ldlang.c:6948 ldlang.c:6966 +#: ldlang.c:6979 ldlang.c:6997 msgid "%F%P: can't set start address\n" msgstr "" -#: ldlang.c:6960 +#: ldlang.c:6991 msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" msgstr "" -#: ldlang.c:6971 +#: ldlang.c:7002 msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" msgstr "" -#: ldlang.c:7028 +#: ldlang.c:7059 msgid "" "%F%P: relocatable linking with relocations from format %s (%pB) to format %s " "(%pB) is not supported\n" msgstr "" -#: ldlang.c:7038 +#: ldlang.c:7069 msgid "" "%X%P: %s architecture of input file `%pB' is incompatible with %s output\n" msgstr "" -#: ldlang.c:7062 +#: ldlang.c:7093 msgid "%X%P: failed to merge target specific data of file %pB\n" msgstr "" -#: ldlang.c:7133 +#: ldlang.c:7164 msgid "%F%P: could not define common symbol `%pT': %E\n" msgstr "" -#: ldlang.c:7145 +#: ldlang.c:7176 msgid "" "\n" "Allocating common symbols\n" msgstr "" -#: ldlang.c:7146 +#: ldlang.c:7177 msgid "" "Common symbol size file\n" "\n" msgstr "" -#: ldlang.c:7219 +#: ldlang.c:7250 msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n" msgstr "" -#: ldlang.c:7237 +#: ldlang.c:7268 msgid "" "%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n" msgstr "" -#: ldlang.c:7327 +#: ldlang.c:7358 msgid "%F%P: invalid character %c (%d) in flags\n" msgstr "" -#: ldlang.c:7436 +#: ldlang.c:7467 msgid "%F%P:%pS: error: align with input and explicit align specified\n" msgstr "" -#: ldlang.c:7953 +#: ldlang.c:7981 msgid "%F%P: %s: plugin reported error after all symbols read\n" msgstr "" -#: ldlang.c:8391 +#: ldlang.c:8421 msgid "%F%P: multiple STARTUP files\n" msgstr "" -#: ldlang.c:8437 +#: ldlang.c:8467 msgid "%X%P:%pS: section has both a load address and a load region\n" msgstr "" -#: ldlang.c:8543 +#: ldlang.c:8573 msgid "" "%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers " "lack them\n" msgstr "" -#: ldlang.c:8616 +#: ldlang.c:8646 msgid "%F%P: no sections assigned to phdrs\n" msgstr "" -#: ldlang.c:8654 +#: ldlang.c:8684 msgid "%F%P: bfd_record_phdr failed: %E\n" msgstr "" -#: ldlang.c:8674 +#: ldlang.c:8704 msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" msgstr "" -#: ldlang.c:9097 +#: ldlang.c:9127 msgid "%X%P: unknown language `%s' in version information\n" msgstr "" -#: ldlang.c:9242 +#: ldlang.c:9272 msgid "" "%X%P: anonymous version tag cannot be combined with other version tags\n" msgstr "" -#: ldlang.c:9251 +#: ldlang.c:9281 msgid "%X%P: duplicate version tag `%s'\n" msgstr "" -#: ldlang.c:9272 ldlang.c:9281 ldlang.c:9299 ldlang.c:9309 +#: ldlang.c:9302 ldlang.c:9311 ldlang.c:9329 ldlang.c:9339 msgid "%X%P: duplicate expression `%s' in version information\n" msgstr "" -#: ldlang.c:9349 +#: ldlang.c:9379 msgid "%X%P: unable to find version dependency `%s'\n" msgstr "" -#: ldlang.c:9372 +#: ldlang.c:9402 msgid "%X%P: unable to read .exports section contents\n" msgstr "" -#: ldlang.c:9418 +#: ldlang.c:9448 msgid "%P: invalid origin for memory region %s\n" msgstr "" -#: ldlang.c:9430 +#: ldlang.c:9460 msgid "%P: invalid length for memory region %s\n" msgstr "" -#: ldlang.c:9542 +#: ldlang.c:9572 msgid "%X%P: unknown feature `%s'\n" msgstr "" @@ -840,235 +844,239 @@ msgstr "" msgid "%F%P: cannot open dependency file %s: %E\n" msgstr "" -#: ldmain.c:266 +#: ldmain.c:264 msgid "%F%P: fatal error: libbfd ABI mismatch\n" msgstr "" -#: ldmain.c:302 +#: ldmain.c:300 msgid "%X%P: can't set BFD default target to `%s': %E\n" msgstr "" -#: ldmain.c:404 +#: ldmain.c:403 msgid "built in linker script" msgstr "" -#: ldmain.c:414 +#: ldmain.c:413 msgid "using external linker script:" msgstr "" -#: ldmain.c:416 +#: ldmain.c:415 msgid "using internal linker script:" msgstr "" -#: ldmain.c:463 +#: ldmain.c:462 msgid "%F%P: --no-define-common may not be used without -shared\n" msgstr "" -#: ldmain.c:469 +#: ldmain.c:468 msgid "%F%P: no input files\n" msgstr "" -#: ldmain.c:473 +#: ldmain.c:472 msgid "%P: mode %s\n" msgstr "" -#: ldmain.c:489 ends32belf.c:423 ends32belf16m.c:423 ends32belf_linux.c:556 -#: ends32elf.c:423 ends32elf16m.c:423 ends32elf_linux.c:556 +#: ldmain.c:488 ends32belf.c:427 ends32belf16m.c:427 ends32belf_linux.c:560 +#: ends32elf.c:427 ends32elf16m.c:427 ends32elf_linux.c:560 msgid "%F%P: cannot open map file %s: %E\n" msgstr "" -#: ldmain.c:542 +#: ldmain.c:541 msgid "%P: link errors found, deleting executable `%s'\n" msgstr "" -#: ldmain.c:551 +#: ldmain.c:550 msgid "%F%P: %pB: final close failed: %E\n" msgstr "" -#: ldmain.c:578 +#: ldmain.c:577 msgid "%F%P: unable to open for source of copy `%s'\n" msgstr "" -#: ldmain.c:581 +#: ldmain.c:580 msgid "%F%P: unable to open for destination of copy `%s'\n" msgstr "" -#: ldmain.c:588 +#: ldmain.c:587 msgid "%P: error writing file `%s'\n" msgstr "" -#: ldmain.c:593 pe-dll.c:1953 +#: ldmain.c:592 pe-dll.c:1965 #, c-format msgid "%P: error closing file `%s'\n" msgstr "" -#: ldmain.c:607 +#: ldmain.c:606 #, c-format msgid "%s: total time in link: %ld.%06ld\n" msgstr "" -#: ldmain.c:694 +#: ldmain.c:693 msgid "%F%P: missing argument to -m\n" msgstr "" -#: ldmain.c:744 ldmain.c:761 ldmain.c:781 ldmain.c:813 pe-dll.c:1396 +#: ldmain.c:747 ldmain.c:764 ldmain.c:784 ldmain.c:816 pe-dll.c:1396 msgid "%F%P: bfd_hash_table_init failed: %E\n" msgstr "" -#: ldmain.c:748 ldmain.c:765 ldmain.c:785 +#: ldmain.c:751 ldmain.c:768 ldmain.c:788 msgid "%F%P: bfd_hash_lookup failed: %E\n" msgstr "" -#: ldmain.c:799 +#: ldmain.c:802 msgid "%X%P: error: duplicate retain-symbols-file\n" msgstr "" -#: ldmain.c:843 +#: ldmain.c:846 msgid "%F%P: bfd_hash_lookup for insertion failed: %E\n" msgstr "" -#: ldmain.c:848 +#: ldmain.c:851 msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" msgstr "" -#: ldmain.c:964 +#: ldmain.c:967 msgid "" "Archive member included to satisfy reference by file (symbol)\n" "\n" msgstr "" -#: ldmain.c:1073 +#: ldmain.c:1077 +msgid "%P: %C: warning: multiple definition of `%pT'" +msgstr "" + +#: ldmain.c:1080 msgid "%X%P: %C: multiple definition of `%pT'" msgstr "" -#: ldmain.c:1076 +#: ldmain.c:1083 msgid "; %D: first defined here" msgstr "" -#: ldmain.c:1081 +#: ldmain.c:1088 msgid "%P: disabling relaxation; it will not work with multiple definitions\n" msgstr "" -#: ldmain.c:1134 +#: ldmain.c:1141 msgid "%P: %pB: warning: definition of `%pT' overriding common from %pB\n" msgstr "" -#: ldmain.c:1138 +#: ldmain.c:1145 msgid "%P: %pB: warning: definition of `%pT' overriding common\n" msgstr "" -#: ldmain.c:1147 +#: ldmain.c:1154 msgid "%P: %pB: warning: common of `%pT' overridden by definition from %pB\n" msgstr "" -#: ldmain.c:1151 +#: ldmain.c:1158 msgid "%P: %pB: warning: common of `%pT' overridden by definition\n" msgstr "" -#: ldmain.c:1160 +#: ldmain.c:1167 msgid "" "%P: %pB: warning: common of `%pT' overridden by larger common from %pB\n" msgstr "" -#: ldmain.c:1164 +#: ldmain.c:1171 msgid "%P: %pB: warning: common of `%pT' overridden by larger common\n" msgstr "" -#: ldmain.c:1171 +#: ldmain.c:1178 msgid "%P: %pB: warning: common of `%pT' overriding smaller common from %pB\n" msgstr "" -#: ldmain.c:1175 +#: ldmain.c:1182 msgid "%P: %pB: warning: common of `%pT' overriding smaller common\n" msgstr "" -#: ldmain.c:1182 +#: ldmain.c:1189 msgid "%P: %pB and %pB: warning: multiple common of `%pT'\n" msgstr "" -#: ldmain.c:1185 +#: ldmain.c:1192 msgid "%P: %pB: warning: multiple common of `%pT'\n" msgstr "" -#: ldmain.c:1204 ldmain.c:1240 +#: ldmain.c:1211 ldmain.c:1247 msgid "%P: warning: global constructor %s used\n" msgstr "" -#: ldmain.c:1250 +#: ldmain.c:1257 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:1322 ldmain.c:1324 ldmain.c:1326 ldmain.c:1334 ldmain.c:1377 +#: ldmain.c:1329 ldmain.c:1331 ldmain.c:1333 ldmain.c:1341 ldmain.c:1384 msgid "warning: " msgstr "" -#: ldmain.c:1467 +#: ldmain.c:1474 msgid "%X%P: %C: undefined reference to `%pT'\n" msgstr "" -#: ldmain.c:1470 +#: ldmain.c:1477 msgid "%P: %C: warning: undefined reference to `%pT'\n" msgstr "" -#: ldmain.c:1476 +#: ldmain.c:1483 msgid "%X%P: %D: more undefined references to `%pT' follow\n" msgstr "" -#: ldmain.c:1479 +#: ldmain.c:1486 msgid "%P: %D: warning: more undefined references to `%pT' follow\n" msgstr "" -#: ldmain.c:1490 +#: ldmain.c:1497 msgid "%X%P: %pB: undefined reference to `%pT'\n" msgstr "" -#: ldmain.c:1493 +#: ldmain.c:1500 msgid "%P: %pB: warning: undefined reference to `%pT'\n" msgstr "" -#: ldmain.c:1499 +#: ldmain.c:1506 msgid "%X%P: %pB: more undefined references to `%pT' follow\n" msgstr "" -#: ldmain.c:1502 +#: ldmain.c:1509 msgid "%P: %pB: warning: more undefined references to `%pT' follow\n" msgstr "" -#: ldmain.c:1539 +#: ldmain.c:1546 msgid " additional relocation overflows omitted from the output\n" msgstr "" -#: ldmain.c:1552 +#: ldmain.c:1559 #, c-format msgid " relocation truncated to fit: %s against undefined symbol `%pT'" msgstr "" -#: ldmain.c:1558 +#: ldmain.c:1565 #, c-format msgid "" " relocation truncated to fit: %s against symbol `%pT' defined in %pA section " "in %pB" msgstr "" -#: ldmain.c:1571 +#: ldmain.c:1578 #, c-format msgid " relocation truncated to fit: %s against `%pT'" msgstr "" -#: ldmain.c:1587 +#: ldmain.c:1594 msgid "%X%H: dangerous relocation: %s\n" msgstr "" -#: ldmain.c:1601 +#: ldmain.c:1608 msgid "%X%H: reloc refers to symbol `%pT' which is not being output\n" msgstr "" -#: ldmain.c:1635 +#: ldmain.c:1642 msgid "%P: %pB: reference to %s\n" msgstr "" -#: ldmain.c:1637 +#: ldmain.c:1644 msgid "%P: %pB: definition of %s\n" msgstr "" @@ -1160,7 +1168,7 @@ msgstr "" msgid "Set architecture" msgstr "" -#: lexsup.c:110 lexsup.c:422 +#: lexsup.c:110 lexsup.c:424 msgid "TARGET" msgstr "" @@ -1169,8 +1177,8 @@ msgid "Specify target for following input files" msgstr "" #: lexsup.c:113 lexsup.c:119 lexsup.c:176 lexsup.c:180 lexsup.c:216 -#: lexsup.c:229 lexsup.c:231 lexsup.c:440 lexsup.c:507 lexsup.c:520 -#: lexsup.c:524 +#: lexsup.c:229 lexsup.c:231 lexsup.c:442 lexsup.c:511 lexsup.c:524 +#: lexsup.c:528 msgid "FILE" msgstr "" @@ -1190,8 +1198,8 @@ msgstr "" msgid "Force group members out of groups" msgstr "" -#: lexsup.c:124 lexsup.c:484 lexsup.c:486 lexsup.c:488 lexsup.c:490 -#: lexsup.c:492 lexsup.c:494 +#: lexsup.c:124 lexsup.c:488 lexsup.c:490 lexsup.c:492 lexsup.c:494 +#: lexsup.c:496 lexsup.c:498 msgid "ADDRESS" msgstr "" @@ -1401,8 +1409,8 @@ msgstr "" msgid "Read default linker script" msgstr "" -#: lexsup.c:235 lexsup.c:238 lexsup.c:256 lexsup.c:345 lexsup.c:369 -#: lexsup.c:477 lexsup.c:510 lexsup.c:522 lexsup.c:560 lexsup.c:563 +#: lexsup.c:235 lexsup.c:238 lexsup.c:256 lexsup.c:347 lexsup.c:371 +#: lexsup.c:481 lexsup.c:514 lexsup.c:526 lexsup.c:564 lexsup.c:567 msgid "SYMBOL" msgstr "" @@ -1450,7 +1458,7 @@ msgstr "" msgid "Trace mentions of SYMBOL" msgstr "" -#: lexsup.c:258 lexsup.c:442 lexsup.c:444 +#: lexsup.c:258 lexsup.c:444 lexsup.c:446 msgid "PATH" msgstr "" @@ -1497,322 +1505,330 @@ msgid "Do not link against shared libraries" msgstr "" #: lexsup.c:306 -msgid "Bind global references locally" +msgid "Don't bind global references locally" msgstr "" #: lexsup.c:308 -msgid "Bind global function references locally" +msgid "Bind global references locally" msgstr "" #: lexsup.c:310 +msgid "Bind global function references locally" +msgstr "" + +#: lexsup.c:312 msgid "Check section addresses for overlaps (default)" msgstr "" -#: lexsup.c:313 +#: lexsup.c:315 msgid "Do not check section addresses for overlaps" msgstr "" -#: lexsup.c:317 +#: lexsup.c:319 msgid "Copy DT_NEEDED links mentioned inside DSOs that follow" msgstr "" -#: lexsup.c:321 +#: lexsup.c:323 msgid "Do not copy DT_NEEDED links mentioned inside DSOs that follow" msgstr "" -#: lexsup.c:325 +#: lexsup.c:327 msgid "Output cross reference table" msgstr "" -#: lexsup.c:327 +#: lexsup.c:329 msgid "SYMBOL=EXPRESSION" msgstr "" -#: lexsup.c:327 +#: lexsup.c:329 msgid "Define a symbol" msgstr "" -#: lexsup.c:329 +#: lexsup.c:331 msgid "[=STYLE]" msgstr "" -#: lexsup.c:329 +#: lexsup.c:331 msgid "Demangle symbol names [using STYLE]" msgstr "" -#: lexsup.c:333 +#: lexsup.c:335 msgid "" "Do not allow multiple definitions with symbols included\n" " in filename invoked by -R or --just-symbols" msgstr "" -#: lexsup.c:337 +#: lexsup.c:339 msgid "Generate embedded relocs" msgstr "" -#: lexsup.c:339 +#: lexsup.c:341 msgid "Treat warnings as errors" msgstr "" -#: lexsup.c:342 +#: lexsup.c:344 msgid "Do not treat warnings as errors (default)" msgstr "" -#: lexsup.c:345 +#: lexsup.c:347 msgid "Call SYMBOL at unload-time" msgstr "" -#: lexsup.c:347 +#: lexsup.c:349 msgid "Force generation of file with .exe suffix" msgstr "" -#: lexsup.c:349 +#: lexsup.c:351 msgid "Remove unused sections (on some targets)" msgstr "" -#: lexsup.c:352 +#: lexsup.c:354 msgid "Don't remove unused sections (default)" msgstr "" -#: lexsup.c:355 +#: lexsup.c:357 msgid "List removed unused sections on stderr" msgstr "" -#: lexsup.c:358 +#: lexsup.c:360 msgid "Do not list removed unused sections" msgstr "" -#: lexsup.c:361 +#: lexsup.c:363 msgid "Keep exported symbols when removing unused sections" msgstr "" -#: lexsup.c:364 +#: lexsup.c:366 msgid "Set default hash table size close to <NUMBER>" msgstr "" -#: lexsup.c:367 +#: lexsup.c:369 msgid "Print option help" msgstr "" -#: lexsup.c:369 +#: lexsup.c:371 msgid "Call SYMBOL at load-time" msgstr "" -#: lexsup.c:371 +#: lexsup.c:373 msgid "FILE/DIR" msgstr "" -#: lexsup.c:371 +#: lexsup.c:373 msgid "Write a linker map to FILE or DIR/<outputname>.map" msgstr "" -#: lexsup.c:373 +#: lexsup.c:375 msgid "Do not define Common storage" msgstr "" -#: lexsup.c:375 +#: lexsup.c:377 msgid "Do not demangle symbol names" msgstr "" -#: lexsup.c:377 +#: lexsup.c:379 msgid "Use less memory and more disk I/O" msgstr "" -#: lexsup.c:379 +#: lexsup.c:381 msgid "Do not allow unresolved references in object files" msgstr "" -#: lexsup.c:382 +#: lexsup.c:384 msgid "Allow unresolved references in shared libraries" msgstr "" -#: lexsup.c:386 +#: lexsup.c:388 msgid "Do not allow unresolved references in shared libs" msgstr "" -#: lexsup.c:390 +#: lexsup.c:392 msgid "Allow multiple definitions" msgstr "" -#: lexsup.c:394 +#: lexsup.c:396 msgid "SCRIPT" msgstr "" -#: lexsup.c:394 +#: lexsup.c:396 msgid "Provide a script to help with undefined symbol errors" msgstr "" -#: lexsup.c:397 +#: lexsup.c:399 msgid "Disallow undefined version" msgstr "" -#: lexsup.c:399 +#: lexsup.c:401 msgid "Create default symbol version" msgstr "" -#: lexsup.c:402 +#: lexsup.c:404 msgid "Create default symbol version for imported symbols" msgstr "" -#: lexsup.c:405 +#: lexsup.c:407 msgid "Don't warn about mismatched input files" msgstr "" -#: lexsup.c:408 +#: lexsup.c:410 msgid "Don't warn on finding an incompatible library" msgstr "" -#: lexsup.c:411 +#: lexsup.c:413 msgid "Turn off --whole-archive" msgstr "" -#: lexsup.c:413 +#: lexsup.c:415 msgid "Create an output file even if errors occur" msgstr "" -#: lexsup.c:418 +#: lexsup.c:420 msgid "" "Only use library directories specified on\n" " the command line" msgstr "" -#: lexsup.c:422 +#: lexsup.c:424 msgid "Specify target of output file" msgstr "" -#: lexsup.c:425 +#: lexsup.c:427 msgid "Print default output format" msgstr "" -#: lexsup.c:427 +#: lexsup.c:429 msgid "Print current sysroot" msgstr "" -#: lexsup.c:429 +#: lexsup.c:431 msgid "Ignored for Linux compatibility" msgstr "" -#: lexsup.c:432 +#: lexsup.c:434 msgid "Reduce memory overheads, possibly taking much longer" msgstr "" -#: lexsup.c:435 +#: lexsup.c:437 msgid "Reduce code size by using target specific optimizations" msgstr "" -#: lexsup.c:437 +#: lexsup.c:439 msgid "Do not use relaxation techniques to reduce code size" msgstr "" -#: lexsup.c:440 +#: lexsup.c:442 msgid "Keep only symbols listed in FILE" msgstr "" -#: lexsup.c:442 +#: lexsup.c:444 msgid "Set runtime shared library search path" msgstr "" -#: lexsup.c:444 +#: lexsup.c:446 msgid "Set link time shared library search path" msgstr "" -#: lexsup.c:447 +#: lexsup.c:449 msgid "Create a shared library" msgstr "" -#: lexsup.c:451 +#: lexsup.c:453 msgid "Create a position independent executable" msgstr "" -#: lexsup.c:455 +#: lexsup.c:457 +msgid "Create a position dependent executable (default)" +msgstr "" + +#: lexsup.c:459 msgid "[=ascending|descending]" msgstr "" -#: lexsup.c:456 +#: lexsup.c:460 msgid "Sort common symbols by alignment [in specified order]" msgstr "" -#: lexsup.c:461 +#: lexsup.c:465 msgid "name|alignment" msgstr "" -#: lexsup.c:462 +#: lexsup.c:466 msgid "Sort sections by name or maximum alignment" msgstr "" -#: lexsup.c:464 +#: lexsup.c:468 msgid "COUNT" msgstr "" -#: lexsup.c:464 +#: lexsup.c:468 msgid "How many tags to reserve in .dynamic section" msgstr "" -#: lexsup.c:467 +#: lexsup.c:471 msgid "[=SIZE]" msgstr "" -#: lexsup.c:467 +#: lexsup.c:471 msgid "Split output sections every SIZE octets" msgstr "" -#: lexsup.c:470 +#: lexsup.c:474 msgid "[=COUNT]" msgstr "" -#: lexsup.c:470 +#: lexsup.c:474 msgid "Split output sections every COUNT relocs" msgstr "" -#: lexsup.c:473 +#: lexsup.c:477 msgid "Print memory usage statistics" msgstr "" -#: lexsup.c:475 +#: lexsup.c:479 msgid "Display target specific options" msgstr "" -#: lexsup.c:477 +#: lexsup.c:481 msgid "Do task level linking" msgstr "" -#: lexsup.c:479 +#: lexsup.c:483 msgid "Use same format as native linker" msgstr "" -#: lexsup.c:481 +#: lexsup.c:485 msgid "SECTION=ADDRESS" msgstr "" -#: lexsup.c:481 +#: lexsup.c:485 msgid "Set address of named section" msgstr "" -#: lexsup.c:484 +#: lexsup.c:488 msgid "Set address of .bss section" msgstr "" -#: lexsup.c:486 +#: lexsup.c:490 msgid "Set address of .data section" msgstr "" -#: lexsup.c:488 +#: lexsup.c:492 msgid "Set address of .text section" msgstr "" -#: lexsup.c:490 +#: lexsup.c:494 msgid "Set address of text segment" msgstr "" -#: lexsup.c:492 +#: lexsup.c:496 msgid "Set address of rodata segment" msgstr "" -#: lexsup.c:494 +#: lexsup.c:498 msgid "Set address of ldata segment" msgstr "" -#: lexsup.c:497 +#: lexsup.c:501 msgid "" "How to handle unresolved symbols. <method> is:\n" " ignore-all, report-all, ignore-in-object-" @@ -1820,197 +1836,197 @@ msgid "" " ignore-in-shared-libs" msgstr "" -#: lexsup.c:502 +#: lexsup.c:506 msgid "[=NUMBER]" msgstr "" -#: lexsup.c:503 +#: lexsup.c:507 msgid "Output lots of information during link" msgstr "" -#: lexsup.c:507 +#: lexsup.c:511 msgid "Read version information script" msgstr "" -#: lexsup.c:510 +#: lexsup.c:514 msgid "" "Take export symbols list from .exports, using\n" " SYMBOL as the version." msgstr "" -#: lexsup.c:514 +#: lexsup.c:518 msgid "Add data symbols to dynamic list" msgstr "" -#: lexsup.c:516 +#: lexsup.c:520 msgid "Use C++ operator new/delete dynamic list" msgstr "" -#: lexsup.c:518 +#: lexsup.c:522 msgid "Use C++ typeinfo dynamic list" msgstr "" -#: lexsup.c:520 +#: lexsup.c:524 msgid "Read dynamic list" msgstr "" -#: lexsup.c:522 +#: lexsup.c:526 msgid "Export the specified symbol" msgstr "" -#: lexsup.c:524 +#: lexsup.c:528 msgid "Read export dynamic symbol list" msgstr "" -#: lexsup.c:526 +#: lexsup.c:530 msgid "Warn about duplicate common symbols" msgstr "" -#: lexsup.c:528 +#: lexsup.c:532 msgid "Warn if global constructors/destructors are seen" msgstr "" -#: lexsup.c:531 +#: lexsup.c:535 msgid "Warn if the multiple GP values are used" msgstr "" -#: lexsup.c:533 +#: lexsup.c:537 msgid "Warn only once per undefined symbol" msgstr "" -#: lexsup.c:535 +#: lexsup.c:539 msgid "Warn if start of section changes due to alignment" msgstr "" -#: lexsup.c:540 +#: lexsup.c:544 msgid "Warn if output has DT_TEXTREL (default)" msgstr "" -#: lexsup.c:542 +#: lexsup.c:546 msgid "Warn if output has DT_TEXTREL" msgstr "" -#: lexsup.c:548 +#: lexsup.c:552 msgid "Warn if an object has alternate ELF machine code" msgstr "" -#: lexsup.c:552 +#: lexsup.c:556 msgid "Report unresolved symbols as warnings" msgstr "" -#: lexsup.c:555 +#: lexsup.c:559 msgid "Report unresolved symbols as errors" msgstr "" -#: lexsup.c:557 +#: lexsup.c:561 msgid "Include all objects from following archives" msgstr "" -#: lexsup.c:560 +#: lexsup.c:564 msgid "Use wrapper functions for SYMBOL" msgstr "" -#: lexsup.c:564 +#: lexsup.c:568 msgid "Unresolved SYMBOL will not cause an error or warning" msgstr "" -#: lexsup.c:566 +#: lexsup.c:570 msgid "Push state of flags governing input file handling" msgstr "" -#: lexsup.c:569 +#: lexsup.c:573 msgid "Pop state of flags governing input file handling" msgstr "" -#: lexsup.c:572 +#: lexsup.c:576 msgid "Report target memory usage" msgstr "" -#: lexsup.c:574 +#: lexsup.c:578 msgid "=MODE" msgstr "" -#: lexsup.c:574 +#: lexsup.c:578 msgid "Control how orphan sections are handled." msgstr "" -#: lexsup.c:577 +#: lexsup.c:581 msgid "Show discarded sections in map file output (default)" msgstr "" -#: lexsup.c:580 +#: lexsup.c:584 msgid "Do not show discarded sections in map file output" msgstr "" -#: lexsup.c:583 +#: lexsup.c:587 msgid "Emit names and types of static variables in CTF" msgstr "" -#: lexsup.c:586 +#: lexsup.c:590 msgid "Do not emit names and types of static variables in CTF" msgstr "" -#: lexsup.c:590 +#: lexsup.c:594 msgid "" "How to share CTF types between translation units.\n" " <method> is: share-unconflicted (default),\n" " share-duplicated" msgstr "" -#: lexsup.c:754 +#: lexsup.c:758 msgid "%F%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n" msgstr "" -#: lexsup.c:757 +#: lexsup.c:761 msgid "%P: Warning: grouped short command line options are deprecated: %s\n" msgstr "" -#: lexsup.c:784 +#: lexsup.c:788 msgid "%P: %s: missing argument\n" msgstr "" -#: lexsup.c:789 +#: lexsup.c:793 msgid "%P: unrecognized option '%s'\n" msgstr "" -#: lexsup.c:794 +#: lexsup.c:798 msgid "%F%P: use the --help option for usage information\n" msgstr "" -#: lexsup.c:813 +#: lexsup.c:817 msgid "%F%P: unrecognized -a option `%s'\n" msgstr "" -#: lexsup.c:826 +#: lexsup.c:830 msgid "%F%P: unrecognized -assert option `%s'\n" msgstr "" -#: lexsup.c:870 +#: lexsup.c:874 msgid "%F%P: unknown demangling style `%s'\n" msgstr "" -#: lexsup.c:946 lexsup.c:1414 eaarch64cloudabi.c:812 eaarch64cloudabib.c:812 -#: eaarch64elf.c:5448 eaarch64elf32.c:807 eaarch64elf32b.c:807 -#: eaarch64elfb.c:807 eaarch64fbsd.c:812 eaarch64fbsdb.c:812 -#: eaarch64linux.c:812 eaarch64linux32.c:812 eaarch64linux32b.c:812 -#: eaarch64linuxb.c:812 earmelf.c:1073 earmelf_fbsd.c:1073 -#: earmelf_fuchsia.c:1078 earmelf_linux.c:1078 earmelf_linux_eabi.c:1078 -#: earmelf_linux_fdpiceabi.c:1078 earmelf_nacl.c:1078 earmelf_nbsd.c:1073 -#: earmelf_phoenix.c:1078 earmelf_vxworks.c:1109 earmelfb.c:1073 -#: earmelfb_fbsd.c:1073 earmelfb_fuchsia.c:1078 earmelfb_linux.c:1078 -#: earmelfb_linux_eabi.c:1078 earmelfb_linux_fdpiceabi.c:1078 -#: earmelfb_nacl.c:1078 earmelfb_nbsd.c:1073 earmnto.c:1048 earmsymbian.c:1073 -#: ecskyelf.c:535 ecskyelf_linux.c:702 eelf32metag.c:699 eelf64lppc.c:1165 -#: eelf64lppc_fbsd.c:1165 eelf64ppc.c:1165 eelf64ppc_fbsd.c:1165 ehppaelf.c:555 -#: ehppalinux.c:737 ehppanbsd.c:737 ehppaobsd.c:737 +#: lexsup.c:950 lexsup.c:1424 eaarch64cloudabi.c:816 eaarch64cloudabib.c:816 +#: eaarch64elf.c:811 eaarch64elf32.c:811 eaarch64elf32b.c:811 +#: eaarch64elfb.c:811 eaarch64fbsd.c:816 eaarch64fbsdb.c:816 +#: eaarch64linux.c:816 eaarch64linux32.c:816 eaarch64linux32b.c:816 +#: eaarch64linuxb.c:816 earmelf.c:1077 earmelf_fbsd.c:1077 +#: earmelf_fuchsia.c:1082 earmelf_linux.c:1082 earmelf_linux_eabi.c:1082 +#: earmelf_linux_fdpiceabi.c:1082 earmelf_nacl.c:1082 earmelf_nbsd.c:1077 +#: earmelf_phoenix.c:1082 earmelf_vxworks.c:1113 earmelfb.c:1077 +#: earmelfb_fbsd.c:1077 earmelfb_fuchsia.c:1082 earmelfb_linux.c:1082 +#: earmelfb_linux_eabi.c:1082 earmelfb_linux_fdpiceabi.c:1082 +#: earmelfb_nacl.c:1082 earmelfb_nbsd.c:1077 earmnto.c:1052 ecskyelf.c:539 +#: ecskyelf_linux.c:706 eelf32metag.c:703 eelf64lppc.c:1180 +#: eelf64lppc_fbsd.c:1180 eelf64ppc.c:1180 eelf64ppc_fbsd.c:1180 ehppaelf.c:559 +#: ehppalinux.c:741 ehppanbsd.c:741 ehppaobsd.c:741 msgid "%F%P: invalid number `%s'\n" msgstr "" -#: lexsup.c:1042 +#: lexsup.c:1046 msgid "%F%P: bad --unresolved-symbols option: %s\n" msgstr "" -#: lexsup.c:1119 +#: lexsup.c:1123 msgid "%F%P: bad -plugin-opt option\n" msgstr "" @@ -2022,159 +2038,159 @@ 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:1136 +#: lexsup.c:1140 msgid "%F%P: unrecognised option: %s\n" msgstr "" -#: lexsup.c:1139 lexsup.c:1249 lexsup.c:1267 lexsup.c:1383 +#: lexsup.c:1143 lexsup.c:1253 lexsup.c:1274 lexsup.c:1393 msgid "%F%P: -r and %s may not be used together\n" msgstr "" -#: lexsup.c:1261 +#: lexsup.c:1265 msgid "%F%P: -shared not supported\n" msgstr "" -#: lexsup.c:1272 +#: lexsup.c:1279 msgid "%F%P: -pie not supported\n" msgstr "" -#: lexsup.c:1278 +#: lexsup.c:1285 msgid "%P: SONAME must not be empty string; keeping previous one\n" msgstr "" -#: lexsup.c:1284 +#: lexsup.c:1291 msgid "descending" msgstr "" -#: lexsup.c:1286 +#: lexsup.c:1293 msgid "ascending" msgstr "" -#: lexsup.c:1289 +#: lexsup.c:1296 msgid "%F%P: invalid common section sorting option: %s\n" msgstr "" -#: lexsup.c:1293 +#: lexsup.c:1300 msgid "name" msgstr "" -#: lexsup.c:1295 +#: lexsup.c:1302 msgid "alignment" msgstr "" -#: lexsup.c:1298 +#: lexsup.c:1305 msgid "%F%P: invalid section sorting option: %s\n" msgstr "" -#: lexsup.c:1332 +#: lexsup.c:1342 msgid "%F%P: invalid argument to option \"--section-start\"\n" msgstr "" -#: lexsup.c:1339 +#: lexsup.c:1349 msgid "%F%P: missing argument(s) to option \"--section-start\"\n" msgstr "" -#: lexsup.c:1604 +#: lexsup.c:1614 msgid "%F%P: group ended before it began (--help for usage)\n" msgstr "" -#: lexsup.c:1632 +#: lexsup.c:1642 msgid "%X%P: --hash-size needs a numeric argument\n" msgstr "" -#: lexsup.c:1644 +#: lexsup.c:1654 msgid "%F%P: no state pushed before popping\n" msgstr "" -#: lexsup.c:1667 +#: lexsup.c:1677 msgid "%F%P: invalid argument to option \"--orphan-handling\"\n" msgstr "" -#: lexsup.c:1697 +#: lexsup.c:1707 msgid "%F%P: bad --ctf-share-types option: %s\n" msgstr "" -#: lexsup.c:1715 +#: lexsup.c:1725 msgid "%P: no file/directory name provided for map output; ignored\n" msgstr "" -#: lexsup.c:1743 +#: lexsup.c:1753 msgid "%P: cannot stat linker map file: %E\n" msgstr "" -#: lexsup.c:1755 +#: lexsup.c:1765 msgid "%P: linker map file is not a regular file\n" msgstr "" #. If the asprintf failed then something is probably very #. wrong. Better to halt now rather than continue on #. into more problems. -#: lexsup.c:1766 +#: lexsup.c:1776 msgid "%P%F: cannot create name for linker map file: %E\n" msgstr "" -#: lexsup.c:1777 +#: lexsup.c:1787 msgid "%P: SONAME must not be empty string; ignored\n" msgstr "" -#: lexsup.c:1783 +#: lexsup.c:1793 msgid "%P: missing --end-group; added as last command line option\n" msgstr "" -#: lexsup.c:1891 +#: lexsup.c:1901 msgid "%F%P: -F may not be used without -shared\n" msgstr "" -#: lexsup.c:1893 +#: lexsup.c:1903 msgid "%F%P: -f may not be used without -shared\n" msgstr "" -#: lexsup.c:1934 lexsup.c:1947 +#: lexsup.c:1944 lexsup.c:1957 msgid "%F%P: invalid hex number `%s'\n" msgstr "" -#: lexsup.c:1977 +#: lexsup.c:1987 #, c-format msgid " --audit=AUDITLIB Specify a library to use for auditing\n" msgstr "" -#: lexsup.c:1979 +#: lexsup.c:1989 #, c-format msgid " -Bgroup Selects group name lookup rules for DSO\n" msgstr "" -#: lexsup.c:1981 +#: lexsup.c:1991 #, c-format msgid " --disable-new-dtags Disable new dynamic tags\n" msgstr "" -#: lexsup.c:1983 +#: lexsup.c:1993 #, c-format msgid " --enable-new-dtags Enable new dynamic tags\n" msgstr "" -#: lexsup.c:1985 +#: lexsup.c:1995 #, c-format msgid " --eh-frame-hdr Create .eh_frame_hdr section\n" msgstr "" -#: lexsup.c:1987 +#: lexsup.c:1997 #, c-format msgid " --no-eh-frame-hdr Do not create .eh_frame_hdr section\n" msgstr "" -#: lexsup.c:1989 +#: lexsup.c:1999 #, c-format msgid " --exclude-libs=LIBS Make all symbols in LIBS hidden\n" msgstr "" -#: lexsup.c:1991 +#: lexsup.c:2001 #, c-format msgid "" " --hash-style=STYLE Set hash style to sysv/gnu/both. Default: " msgstr "" -#: lexsup.c:2010 +#: lexsup.c:2020 #, c-format msgid "" " -P AUDITLIB, --depaudit=AUDITLIB\n" @@ -2182,20 +2198,20 @@ msgid "" "dependencies\n" msgstr "" -#: lexsup.c:2013 +#: lexsup.c:2023 #, c-format msgid "" " -z combreloc Merge dynamic relocs into one section and " "sort\n" msgstr "" -#: lexsup.c:2015 +#: lexsup.c:2025 #, c-format msgid "" " -z nocombreloc Don't merge dynamic relocs into one section\n" msgstr "" -#: lexsup.c:2017 +#: lexsup.c:2027 #, c-format msgid "" " -z global Make symbols in DSO available for " @@ -2203,260 +2219,287 @@ msgid "" " loaded objects\n" msgstr "" -#: lexsup.c:2020 +#: lexsup.c:2030 #, c-format msgid "" " -z initfirst Mark DSO to be initialized first at runtime\n" msgstr "" -#: lexsup.c:2022 +#: lexsup.c:2032 #, c-format msgid "" " -z interpose Mark object to interpose all DSOs but " "executable\n" msgstr "" -#: lexsup.c:2024 +#: lexsup.c:2034 #, c-format msgid "" " -z unique Mark DSO to be loaded at most once by default, " "and only in the main namespace\n" msgstr "" -#: lexsup.c:2026 +#: lexsup.c:2036 #, c-format msgid "" " -z nounique Don't mark DSO as a loadable at most once\n" msgstr "" -#: lexsup.c:2028 +#: lexsup.c:2038 #, c-format msgid "" " -z lazy Mark object lazy runtime binding (default)\n" msgstr "" -#: lexsup.c:2030 +#: lexsup.c:2040 #, c-format msgid " -z loadfltr Mark object requiring immediate process\n" msgstr "" -#: lexsup.c:2032 +#: lexsup.c:2042 #, c-format msgid " -z nocopyreloc Don't create copy relocs\n" msgstr "" -#: lexsup.c:2034 +#: lexsup.c:2044 #, c-format msgid "" " -z nodefaultlib Mark object not to use default search paths\n" msgstr "" -#: lexsup.c:2036 +#: lexsup.c:2046 #, c-format msgid " -z nodelete Mark DSO non-deletable at runtime\n" msgstr "" -#: lexsup.c:2038 +#: lexsup.c:2048 #, c-format msgid " -z nodlopen Mark DSO not available to dlopen\n" msgstr "" -#: lexsup.c:2040 +#: lexsup.c:2050 #, c-format msgid " -z nodump Mark DSO not available to dldump\n" msgstr "" -#: lexsup.c:2042 +#: lexsup.c:2052 #, c-format msgid " -z now Mark object non-lazy runtime binding\n" msgstr "" -#: lexsup.c:2044 +#: lexsup.c:2054 #, c-format msgid "" " -z origin Mark object requiring immediate $ORIGIN\n" " processing at runtime\n" msgstr "" -#: lexsup.c:2048 +#: lexsup.c:2058 #, c-format msgid " -z relro Create RELRO program header (default)\n" msgstr "" -#: lexsup.c:2050 +#: lexsup.c:2060 #, c-format msgid " -z norelro Don't create RELRO program header\n" msgstr "" -#: lexsup.c:2053 +#: lexsup.c:2063 #, c-format msgid " -z relro Create RELRO program header\n" msgstr "" -#: lexsup.c:2055 +#: lexsup.c:2065 #, c-format msgid "" " -z norelro Don't create RELRO program header (default)\n" msgstr "" -#: lexsup.c:2059 +#: lexsup.c:2069 #, c-format msgid "" " -z separate-code Create separate code program header (default)\n" msgstr "" -#: lexsup.c:2061 +#: lexsup.c:2071 #, c-format msgid "" " -z noseparate-code Don't create separate code program header\n" msgstr "" -#: lexsup.c:2064 +#: lexsup.c:2074 #, c-format msgid " -z separate-code Create separate code program header\n" msgstr "" -#: lexsup.c:2066 +#: lexsup.c:2076 #, c-format msgid "" " -z noseparate-code Don't create separate code program header " "(default)\n" msgstr "" -#: lexsup.c:2069 +#: lexsup.c:2079 #, c-format msgid "" " -z common Generate common symbols with STT_COMMON type\n" msgstr "" -#: lexsup.c:2071 +#: lexsup.c:2081 #, c-format msgid "" " -z nocommon Generate common symbols with STT_OBJECT type\n" msgstr "" -#: lexsup.c:2073 -#, c-format -msgid " -z stack-size=SIZE Set size of stack segment\n" -msgstr "" - -#: lexsup.c:2076 +#: lexsup.c:2084 #, c-format msgid "" " -z text Treat DT_TEXTREL in output as error (default)\n" msgstr "" -#: lexsup.c:2079 +#: lexsup.c:2087 #, c-format msgid " -z text Treat DT_TEXTREL in output as error\n" msgstr "" -#: lexsup.c:2083 +#: lexsup.c:2091 #, c-format msgid "" " -z notext Don't treat DT_TEXTREL in output as error " "(default)\n" msgstr "" -#: lexsup.c:2085 +#: lexsup.c:2093 #, c-format msgid "" " -z textoff Don't treat DT_TEXTREL in output as error " "(default)\n" msgstr "" -#: lexsup.c:2090 +#: lexsup.c:2098 #, c-format msgid "" " -z notext Don't treat DT_TEXTREL in output as error\n" msgstr "" -#: lexsup.c:2092 +#: lexsup.c:2100 #, c-format msgid "" " -z textoff Don't treat DT_TEXTREL in output as error\n" msgstr "" -#: lexsup.c:2100 +#: lexsup.c:2108 #, c-format msgid " --build-id[=STYLE] Generate build ID note\n" msgstr "" -#: lexsup.c:2102 +#: lexsup.c:2110 #, c-format msgid "" " --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]\n" " Compress DWARF debug sections using zlib\n" msgstr "" -#: lexsup.c:2106 +#: lexsup.c:2114 #, c-format msgid " Default: zlib-gabi\n" msgstr "" -#: lexsup.c:2109 +#: lexsup.c:2117 #, c-format msgid " Default: none\n" msgstr "" -#: lexsup.c:2112 +#: lexsup.c:2120 #, c-format msgid " -z common-page-size=SIZE Set common page size to SIZE\n" msgstr "" -#: lexsup.c:2114 +#: lexsup.c:2122 #, c-format msgid " -z max-page-size=SIZE Set maximum page size to SIZE\n" msgstr "" -#: lexsup.c:2116 +#: lexsup.c:2124 #, c-format msgid "" " -z defs Report unresolved symbols in object files\n" msgstr "" -#: lexsup.c:2118 +#: lexsup.c:2126 +#, c-format +msgid "" +" -z undefs Ignore unresolved symbols in object files\n" +msgstr "" + +#: lexsup.c:2128 #, c-format msgid " -z muldefs Allow multiple definitions\n" msgstr "" -#: lexsup.c:2120 +#: lexsup.c:2130 +#, c-format +msgid " -z stack-size=SIZE Set size of stack segment\n" +msgstr "" + +#: lexsup.c:2132 #, c-format msgid "" " -z execstack Mark executable as requiring executable stack\n" msgstr "" -#: lexsup.c:2122 +#: lexsup.c:2134 #, c-format msgid "" " -z noexecstack Mark executable as not requiring executable " "stack\n" msgstr "" -#: lexsup.c:2124 +#: lexsup.c:2136 #, c-format msgid " -z unique-symbol Avoid duplicated local symbol names\n" msgstr "" -#: lexsup.c:2126 +#: lexsup.c:2138 #, c-format msgid "" " -z nounique-symbol Keep duplicated local symbol names (default)\n" msgstr "" -#: lexsup.c:2128 +#: lexsup.c:2140 #, c-format msgid "" " -z globalaudit Mark executable requiring global auditing\n" msgstr "" -#: lexsup.c:2135 +#: lexsup.c:2142 +#, c-format +msgid "" +" -z start-stop-gc Enable garbage collection on __start/__stop\n" +msgstr "" + +#: lexsup.c:2144 +#, c-format +msgid "" +" -z nostart-stop-gc Don't garbage collect __start/__stop " +"(default)\n" +msgstr "" + +#: lexsup.c:2146 +#, c-format +msgid "" +" -z start-stop-visibility=V Set visibility of built-in __start/__stop " +"symbols\n" +" to DEFAULT, PROTECTED, HIDDEN or INTERNAL\n" +msgstr "" + +#: lexsup.c:2154 #, c-format msgid "" " --ld-generated-unwind-info Generate exception handling info for PLT\n" msgstr "" -#: lexsup.c:2137 +#: lexsup.c:2156 #, c-format msgid "" " --no-ld-generated-unwind-info\n" @@ -2464,49 +2507,49 @@ msgid "" "PLT\n" msgstr "" -#: lexsup.c:2148 +#: lexsup.c:2166 #, c-format msgid "ELF emulations:\n" msgstr "" -#: lexsup.c:2166 +#: lexsup.c:2184 #, c-format msgid "Usage: %s [options] file...\n" msgstr "" -#: lexsup.c:2168 +#: lexsup.c:2186 #, c-format msgid "Options:\n" msgstr "" -#: lexsup.c:2246 +#: lexsup.c:2264 #, c-format msgid " @FILE" msgstr "" -#: lexsup.c:2249 +#: lexsup.c:2267 #, 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:2254 +#: lexsup.c:2272 #, c-format msgid "%s: supported targets:" msgstr "" -#: lexsup.c:2262 +#: lexsup.c:2280 #, c-format msgid "%s: supported emulations: " msgstr "" -#: lexsup.c:2267 +#: lexsup.c:2285 #, c-format msgid "%s: emulation specific options:\n" msgstr "" -#: lexsup.c:2274 +#: lexsup.c:2292 #, c-format msgid "Report bugs to %s\n" msgstr "" @@ -2552,20 +2595,20 @@ msgstr "" #: eaarch64elf.c:359 eaarch64elf32.c:359 eaarch64elf32b.c:359 #: eaarch64elfb.c:359 eaarch64fbsd.c:360 eaarch64fbsdb.c:360 #: eaarch64linux.c:360 eaarch64linux32.c:360 eaarch64linux32b.c:360 -#: eaarch64linuxb.c:360 eaix5ppc.c:1433 eaix5ppc.c:1443 eaix5rs6.c:1433 -#: eaix5rs6.c:1443 eaixppc.c:1433 eaixppc.c:1443 eaixrs6.c:1433 eaixrs6.c:1443 +#: eaarch64linuxb.c:360 eaix5ppc.c:1470 eaix5ppc.c:1480 eaix5rs6.c:1470 +#: eaix5rs6.c:1480 eaixppc.c:1470 eaixppc.c:1480 eaixrs6.c:1470 eaixrs6.c:1480 #: earmelf.c:568 earmelf_fbsd.c:568 earmelf_fuchsia.c:569 earmelf_linux.c:569 #: earmelf_linux_eabi.c:569 earmelf_linux_fdpiceabi.c:569 earmelf_nacl.c:569 #: earmelf_nbsd.c:568 earmelf_phoenix.c:569 earmelf_vxworks.c:568 #: earmelfb.c:568 earmelfb_fbsd.c:568 earmelfb_fuchsia.c:569 #: earmelfb_linux.c:569 earmelfb_linux_eabi.c:569 #: earmelfb_linux_fdpiceabi.c:569 earmelfb_nacl.c:569 earmelfb_nbsd.c:568 -#: earmnto.c:568 earmsymbian.c:568 ecskyelf.c:163 ecskyelf_linux.c:163 -#: eelf32b4300.c:172 eelf32bmip.c:172 eelf32bmipn32.c:186 eelf32bsmip.c:186 -#: eelf32btsmip.c:172 eelf32btsmip_fbsd.c:172 eelf32btsmipn32.c:172 -#: eelf32btsmipn32_fbsd.c:172 eelf32ebmip.c:172 eelf32ebmipvxworks.c:172 -#: eelf32elmip.c:172 eelf32elmipvxworks.c:172 eelf32l4300.c:172 -#: eelf32lmip.c:172 eelf32lr5900.c:172 eelf32lr5900n32.c:172 eelf32lsmip.c:172 +#: earmnto.c:568 ecskyelf.c:163 ecskyelf_linux.c:163 eelf32b4300.c:172 +#: eelf32bmip.c:172 eelf32bmipn32.c:186 eelf32bsmip.c:186 eelf32btsmip.c:172 +#: eelf32btsmip_fbsd.c:172 eelf32btsmipn32.c:172 eelf32btsmipn32_fbsd.c:172 +#: eelf32ebmip.c:172 eelf32ebmipvxworks.c:172 eelf32elmip.c:172 +#: eelf32elmipvxworks.c:172 eelf32l4300.c:172 eelf32lmip.c:172 +#: eelf32lr5900.c:172 eelf32lr5900n32.c:172 eelf32lsmip.c:172 #: eelf32ltsmip.c:172 eelf32ltsmip_fbsd.c:172 eelf32ltsmipn32.c:172 #: eelf32ltsmipn32_fbsd.c:172 eelf32metag.c:87 eelf32mipswindiss.c:172 #: eelf64bmip.c:186 eelf64btsmip.c:172 eelf64btsmip_fbsd.c:172 eelf64lppc.c:119 @@ -2573,7 +2616,7 @@ msgstr "" #: eelf64ppc.c:119 eelf64ppc_fbsd.c:119 ehppaelf.c:110 ehppalinux.c:110 #: ehppanbsd.c:110 ehppaobsd.c:110 em68hc11elf.c:170 em68hc11elfb.c:170 #: em68hc12elf.c:170 em68hc12elfb.c:170 enios2elf.c:92 enios2linux.c:92 -#: eppcmacos.c:1433 eppcmacos.c:1443 +#: eppcmacos.c:1470 eppcmacos.c:1480 msgid "%F%P: can not create BFD: %E\n" msgstr "" @@ -2611,62 +2654,66 @@ msgstr "" msgid "%P: zero vma section reloc detected: `%s' #%d f=%d\n" msgstr "" -#: pe-dll.c:1670 +#: pe-dll.c:1636 +msgid "%P: base relocation for section `%s' above .reloc section\n" +msgstr "" + +#: pe-dll.c:1685 #, c-format msgid "%X%P: error: %d-bit reloc in dll\n" msgstr "" -#: pe-dll.c:1798 +#: pe-dll.c:1810 #, c-format msgid "%P: can't open output def file %s\n" msgstr "" -#: pe-dll.c:1949 +#: pe-dll.c:1961 #, c-format msgid "; no contents available\n" msgstr "" -#: pe-dll.c:2808 +#: pe-dll.c:2820 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:2835 +#: pe-dll.c:2847 #, c-format msgid "%X%P: can't open .lib file: %s\n" msgstr "" -#: pe-dll.c:2841 +#: pe-dll.c:2853 #, c-format msgid "Creating library file: %s\n" msgstr "" -#: pe-dll.c:2871 +#: pe-dll.c:2883 msgid "%X%P: bfd_openr %s: %E\n" msgstr "" -#: pe-dll.c:2883 +#: pe-dll.c:2895 msgid "%X%P: %s(%s): can't find member in non-archive file" msgstr "" -#: pe-dll.c:2897 +#: pe-dll.c:2909 msgid "%X%P: %s(%s): can't find member in archive" msgstr "" -#: pe-dll.c:3160 +#: pe-dll.c:3174 msgid "%X%P: add symbols %s: %E\n" msgstr "" -#: pe-dll.c:3347 +#: pe-dll.c:3361 msgid "%X%P: open %s: %E\n" msgstr "" -#: pe-dll.c:3356 +#: pe-dll.c:3370 msgid "%X%P: %s: this doesn't appear to be a DLL\n" msgstr "" -#: pe-dll.c:3561 +#: pe-dll.c:3575 msgid "%X%P: error: can't use long section names on this arch\n" msgstr "" @@ -2760,23 +2807,23 @@ msgstr "" #: earmelfb.c:292 earmelfb_fbsd.c:292 earmelfb_fuchsia.c:293 #: earmelfb_linux.c:293 earmelfb_linux_eabi.c:293 #: earmelfb_linux_fdpiceabi.c:293 earmelfb_nacl.c:293 earmelfb_nbsd.c:292 -#: earmnto.c:292 earmsymbian.c:292 eavr1.c:178 eavr2.c:178 eavr25.c:178 -#: eavr3.c:178 eavr31.c:178 eavr35.c:178 eavr4.c:178 eavr5.c:178 eavr51.c:178 -#: eavr6.c:178 eavrtiny.c:178 eavrxmega1.c:178 eavrxmega2.c:178 -#: eavrxmega3.c:178 eavrxmega4.c:178 eavrxmega5.c:178 eavrxmega6.c:178 -#: eavrxmega7.c:178 ecskyelf.c:210 ecskyelf_linux.c:210 eelf32b4300.c:205 -#: eelf32bmip.c:205 eelf32bmipn32.c:219 eelf32bsmip.c:219 eelf32btsmip.c:205 -#: eelf32btsmip_fbsd.c:205 eelf32btsmipn32.c:205 eelf32btsmipn32_fbsd.c:205 -#: eelf32ebmip.c:205 eelf32ebmipvxworks.c:205 eelf32elmip.c:205 -#: eelf32elmipvxworks.c:205 eelf32l4300.c:205 eelf32lmip.c:205 -#: eelf32lr5900.c:205 eelf32lr5900n32.c:205 eelf32lsmip.c:205 -#: eelf32ltsmip.c:205 eelf32ltsmip_fbsd.c:205 eelf32ltsmipn32.c:205 -#: eelf32ltsmipn32_fbsd.c:205 eelf32metag.c:206 eelf32mipswindiss.c:205 -#: eelf64bmip.c:219 eelf64btsmip.c:205 eelf64btsmip_fbsd.c:205 eelf64lppc.c:482 -#: eelf64lppc_fbsd.c:482 eelf64ltsmip.c:205 eelf64ltsmip_fbsd.c:205 -#: eelf64ppc.c:482 eelf64ppc_fbsd.c:482 ehppaelf.c:230 ehppalinux.c:230 -#: ehppanbsd.c:230 ehppaobsd.c:230 em68hc11elf.c:295 em68hc11elfb.c:295 -#: em68hc12elf.c:295 em68hc12elfb.c:295 enios2elf.c:223 enios2linux.c:223 +#: earmnto.c:292 eavr1.c:178 eavr2.c:178 eavr25.c:178 eavr3.c:178 eavr31.c:178 +#: eavr35.c:178 eavr4.c:178 eavr5.c:178 eavr51.c:178 eavr6.c:178 eavrtiny.c:178 +#: eavrxmega1.c:178 eavrxmega2.c:178 eavrxmega3.c:178 eavrxmega4.c:178 +#: eavrxmega5.c:178 eavrxmega6.c:178 eavrxmega7.c:178 ecskyelf.c:210 +#: ecskyelf_linux.c:210 eelf32b4300.c:205 eelf32bmip.c:205 eelf32bmipn32.c:219 +#: eelf32bsmip.c:219 eelf32btsmip.c:205 eelf32btsmip_fbsd.c:205 +#: eelf32btsmipn32.c:205 eelf32btsmipn32_fbsd.c:205 eelf32ebmip.c:205 +#: eelf32ebmipvxworks.c:205 eelf32elmip.c:205 eelf32elmipvxworks.c:205 +#: eelf32l4300.c:205 eelf32lmip.c:205 eelf32lr5900.c:205 eelf32lr5900n32.c:205 +#: eelf32lsmip.c:205 eelf32ltsmip.c:205 eelf32ltsmip_fbsd.c:205 +#: eelf32ltsmipn32.c:205 eelf32ltsmipn32_fbsd.c:205 eelf32metag.c:206 +#: eelf32mipswindiss.c:205 eelf64bmip.c:219 eelf64btsmip.c:205 +#: eelf64btsmip_fbsd.c:205 eelf64lppc.c:482 eelf64lppc_fbsd.c:482 +#: eelf64ltsmip.c:205 eelf64ltsmip_fbsd.c:205 eelf64ppc.c:482 +#: eelf64ppc_fbsd.c:482 ehppaelf.c:230 ehppalinux.c:230 ehppanbsd.c:230 +#: ehppaobsd.c:230 em68hc11elf.c:295 em68hc11elfb.c:295 em68hc12elf.c:295 +#: em68hc12elfb.c:295 enios2elf.c:223 enios2linux.c:223 msgid "%X%P: can not make stub section: %E\n" msgstr "" @@ -2791,39 +2838,39 @@ msgstr "" #: earmelf_vxworks.c:404 earmelfb.c:404 earmelfb_fbsd.c:404 #: earmelfb_fuchsia.c:405 earmelfb_linux.c:405 earmelfb_linux_eabi.c:405 #: earmelfb_linux_fdpiceabi.c:405 earmelfb_nacl.c:405 earmelfb_nbsd.c:404 -#: earmnto.c:404 earmsymbian.c:404 eavr1.c:299 eavr2.c:299 eavr25.c:299 -#: eavr3.c:299 eavr31.c:299 eavr35.c:299 eavr4.c:299 eavr5.c:299 eavr51.c:299 -#: eavr6.c:299 eavrtiny.c:299 eavrxmega1.c:299 eavrxmega2.c:299 -#: eavrxmega3.c:299 eavrxmega4.c:299 eavrxmega5.c:299 eavrxmega6.c:299 -#: eavrxmega7.c:299 ecriself.c:96 ecrislinux.c:97 ed10velf.c:96 -#: eelf32_sparc.c:97 eelf32_sparc_sol2.c:228 eelf32_sparc_vxworks.c:126 -#: eelf32_spu.c:630 eelf32_tic6x_be.c:181 eelf32_tic6x_elf_be.c:181 -#: eelf32_tic6x_elf_le.c:181 eelf32_tic6x_le.c:181 eelf32_tic6x_linux_be.c:181 -#: eelf32_tic6x_linux_le.c:181 eelf32_x86_64.c:121 eelf32am33lin.c:96 -#: eelf32b4300.c:293 eelf32bfin.c:106 eelf32bfinfd.c:106 eelf32bmip.c:293 -#: eelf32bmipn32.c:307 eelf32briscv.c:89 eelf32briscv_ilp32.c:89 -#: eelf32briscv_ilp32f.c:89 eelf32bsmip.c:307 eelf32btsmip.c:293 -#: eelf32btsmip_fbsd.c:293 eelf32btsmipn32.c:293 eelf32btsmipn32_fbsd.c:293 -#: eelf32cr16.c:246 eelf32crx.c:133 eelf32ebmip.c:293 eelf32ebmipvxworks.c:322 -#: eelf32elmip.c:293 eelf32elmipvxworks.c:322 eelf32epiphany.c:96 -#: eelf32epiphany_4x4.c:98 eelf32frvfd.c:96 eelf32ip2k.c:96 eelf32l4300.c:293 -#: eelf32lm32.c:96 eelf32lm32fd.c:96 eelf32lmip.c:293 eelf32lppc.c:305 -#: eelf32lppclinux.c:305 eelf32lppcnto.c:305 eelf32lppcsim.c:305 -#: eelf32lr5900.c:293 eelf32lr5900n32.c:292 eelf32lriscv.c:89 -#: eelf32lriscv_ilp32.c:89 eelf32lriscv_ilp32f.c:89 eelf32lsmip.c:293 -#: eelf32ltsmip.c:293 eelf32ltsmip_fbsd.c:293 eelf32ltsmipn32.c:293 -#: eelf32ltsmipn32_fbsd.c:293 eelf32m32c.c:107 eelf32mb_linux.c:97 -#: eelf32mbel_linux.c:97 eelf32mcore.c:96 eelf32mep.c:96 eelf32metag.c:256 -#: eelf32microblaze.c:96 eelf32microblazeel.c:96 eelf32mipswindiss.c:292 -#: eelf32moxie.c:96 eelf32or1k.c:97 eelf32or1k_linux.c:97 eelf32ppc.c:305 -#: eelf32ppc_fbsd.c:305 eelf32ppclinux.c:305 eelf32ppcnto.c:305 -#: eelf32ppcsim.c:305 eelf32ppcvxworks.c:279 eelf32ppcwindiss.c:305 -#: eelf32rl78.c:96 eelf32rx.c:112 eelf32rx_linux.c:109 eelf32tilegx.c:97 -#: eelf32tilegx_be.c:97 eelf32tilepro.c:97 eelf32vax.c:96 eelf32visium.c:96 -#: eelf32xc16x.c:96 eelf32xc16xl.c:96 eelf32xc16xs.c:96 eelf32xstormy16.c:107 +#: earmnto.c:404 eavr1.c:299 eavr2.c:299 eavr25.c:299 eavr3.c:299 eavr31.c:299 +#: eavr35.c:299 eavr4.c:299 eavr5.c:299 eavr51.c:299 eavr6.c:299 eavrtiny.c:299 +#: eavrxmega1.c:299 eavrxmega2.c:299 eavrxmega3.c:299 eavrxmega4.c:299 +#: eavrxmega5.c:299 eavrxmega6.c:299 eavrxmega7.c:299 ecriself.c:96 +#: ecrislinux.c:97 ed10velf.c:96 eelf32_sparc.c:97 eelf32_sparc_sol2.c:229 +#: eelf32_sparc_vxworks.c:126 eelf32_spu.c:766 eelf32_tic6x_be.c:181 +#: eelf32_tic6x_elf_be.c:181 eelf32_tic6x_elf_le.c:181 eelf32_tic6x_le.c:181 +#: eelf32_tic6x_linux_be.c:181 eelf32_tic6x_linux_le.c:181 eelf32_x86_64.c:121 +#: eelf32am33lin.c:96 eelf32b4300.c:293 eelf32bfin.c:106 eelf32bfinfd.c:106 +#: eelf32bmip.c:293 eelf32bmipn32.c:307 eelf32briscv.c:89 +#: eelf32briscv_ilp32.c:89 eelf32briscv_ilp32f.c:89 eelf32bsmip.c:307 +#: eelf32btsmip.c:293 eelf32btsmip_fbsd.c:293 eelf32btsmipn32.c:293 +#: eelf32btsmipn32_fbsd.c:293 eelf32cr16.c:246 eelf32crx.c:133 +#: eelf32ebmip.c:293 eelf32ebmipvxworks.c:322 eelf32elmip.c:293 +#: eelf32elmipvxworks.c:322 eelf32epiphany.c:96 eelf32epiphany_4x4.c:98 +#: eelf32frvfd.c:96 eelf32ip2k.c:96 eelf32l4300.c:293 eelf32lm32.c:96 +#: eelf32lm32fd.c:96 eelf32lmip.c:293 eelf32lppc.c:317 eelf32lppclinux.c:317 +#: eelf32lppcnto.c:317 eelf32lppcsim.c:317 eelf32lr5900.c:293 +#: eelf32lr5900n32.c:292 eelf32lriscv.c:89 eelf32lriscv_ilp32.c:89 +#: eelf32lriscv_ilp32f.c:89 eelf32lsmip.c:293 eelf32ltsmip.c:293 +#: eelf32ltsmip_fbsd.c:293 eelf32ltsmipn32.c:293 eelf32ltsmipn32_fbsd.c:293 +#: eelf32m32c.c:107 eelf32mb_linux.c:97 eelf32mbel_linux.c:97 eelf32mcore.c:96 +#: eelf32mep.c:96 eelf32metag.c:256 eelf32microblaze.c:96 +#: eelf32microblazeel.c:96 eelf32mipswindiss.c:292 eelf32moxie.c:96 +#: eelf32or1k.c:97 eelf32or1k_linux.c:97 eelf32ppc.c:317 eelf32ppc_fbsd.c:317 +#: eelf32ppclinux.c:317 eelf32ppcnto.c:317 eelf32ppcsim.c:317 +#: eelf32ppcvxworks.c:291 eelf32ppcwindiss.c:317 eelf32rl78.c:96 eelf32rx.c:112 +#: eelf32rx_linux.c:109 eelf32tilegx.c:97 eelf32tilegx_be.c:97 +#: eelf32tilepro.c:97 eelf32vax.c:96 eelf32visium.c:96 eelf32xc16x.c:96 +#: eelf32xc16xl.c:96 eelf32xc16xs.c:96 eelf32xstormy16.c:107 #: eelf32xtensa.c:2001 eelf32z80.c:123 eelf64_aix.c:96 eelf64_ia64.c:122 #: eelf64_ia64_fbsd.c:122 eelf64_ia64_vms.c:220 eelf64_s390.c:112 -#: eelf64_sparc.c:97 eelf64_sparc_fbsd.c:97 eelf64_sparc_sol2.c:228 +#: eelf64_sparc.c:97 eelf64_sparc_fbsd.c:97 eelf64_sparc_sol2.c:229 #: eelf64alpha.c:180 eelf64alpha_fbsd.c:180 eelf64alpha_nbsd.c:180 #: eelf64bmip.c:307 eelf64bpf.c:96 eelf64briscv.c:89 eelf64briscv_lp64.c:89 #: eelf64briscv_lp64f.c:89 eelf64btsmip.c:293 eelf64btsmip_fbsd.c:293 @@ -2832,10 +2879,10 @@ msgstr "" #: eelf64ltsmip_fbsd.c:293 eelf64mmix.c:207 eelf64ppc.c:592 #: eelf64ppc_fbsd.c:592 eelf64rdos.c:112 eelf64tilegx.c:97 eelf64tilegx_be.c:97 #: eelf_i386.c:121 eelf_i386_be.c:120 eelf_i386_fbsd.c:121 eelf_i386_ldso.c:121 -#: eelf_i386_sol2.c:252 eelf_i386_vxworks.c:150 eelf_iamcu.c:121 +#: eelf_i386_sol2.c:253 eelf_i386_vxworks.c:150 eelf_iamcu.c:121 #: eelf_k1om.c:121 eelf_k1om_fbsd.c:121 eelf_l1om.c:121 eelf_l1om_fbsd.c:121 #: eelf_s390.c:97 eelf_x86_64.c:121 eelf_x86_64_cloudabi.c:121 -#: eelf_x86_64_fbsd.c:121 eelf_x86_64_sol2.c:252 eh8300elf.c:96 +#: eelf_x86_64_fbsd.c:121 eelf_x86_64_sol2.c:253 eh8300elf.c:96 #: eh8300elf_linux.c:96 eh8300helf.c:96 eh8300helf_linux.c:96 eh8300hnelf.c:96 #: eh8300self.c:96 eh8300self_linux.c:96 eh8300snelf.c:96 eh8300sxelf.c:96 #: eh8300sxelf_linux.c:96 eh8300sxnelf.c:96 ehppa64linux.c:96 ehppaelf.c:280 @@ -2863,7 +2910,7 @@ msgstr "" #: earmelfb.c:419 earmelfb_fbsd.c:419 earmelfb_fuchsia.c:420 #: earmelfb_linux.c:420 earmelfb_linux_eabi.c:420 #: earmelfb_linux_fdpiceabi.c:420 earmelfb_nacl.c:420 earmelfb_nbsd.c:419 -#: earmnto.c:419 earmsymbian.c:419 ecskyelf.c:260 ecskyelf_linux.c:260 +#: earmnto.c:419 ecskyelf.c:260 ecskyelf_linux.c:260 msgid "%X%P: could not compute sections lists for stub generation: %E\n" msgstr "" @@ -2877,24 +2924,24 @@ msgstr "" #: earmelfb.c:434 earmelfb_fbsd.c:434 earmelfb_fuchsia.c:435 #: earmelfb_linux.c:435 earmelfb_linux_eabi.c:435 #: earmelfb_linux_fdpiceabi.c:435 earmelfb_nacl.c:435 earmelfb_nbsd.c:434 -#: earmnto.c:434 earmsymbian.c:434 eavr1.c:129 eavr1.c:192 eavr2.c:129 -#: eavr2.c:192 eavr25.c:129 eavr25.c:192 eavr3.c:129 eavr3.c:192 eavr31.c:129 -#: eavr31.c:192 eavr35.c:129 eavr35.c:192 eavr4.c:129 eavr4.c:192 eavr5.c:129 -#: eavr5.c:192 eavr51.c:129 eavr51.c:192 eavr6.c:129 eavr6.c:192 eavrtiny.c:129 -#: eavrtiny.c:192 eavrxmega1.c:129 eavrxmega1.c:192 eavrxmega2.c:129 -#: eavrxmega2.c:192 eavrxmega3.c:129 eavrxmega3.c:192 eavrxmega4.c:129 -#: eavrxmega4.c:192 eavrxmega5.c:129 eavrxmega5.c:192 eavrxmega6.c:129 -#: eavrxmega6.c:192 eavrxmega7.c:129 eavrxmega7.c:192 eelf32metag.c:271 -#: eelf32metag.c:285 eelf64lppc.c:535 eelf64lppc.c:554 eelf64lppc.c:581 -#: eelf64lppc_fbsd.c:535 eelf64lppc_fbsd.c:554 eelf64lppc_fbsd.c:581 -#: eelf64ppc.c:535 eelf64ppc.c:554 eelf64ppc.c:581 eelf64ppc_fbsd.c:535 -#: eelf64ppc_fbsd.c:554 eelf64ppc_fbsd.c:581 ehppaelf.c:295 ehppaelf.c:310 -#: ehppalinux.c:295 ehppalinux.c:310 ehppanbsd.c:295 ehppanbsd.c:310 -#: ehppaobsd.c:295 ehppaobsd.c:310 em68hc11elf.c:90 em68hc11elf.c:100 -#: em68hc11elf.c:317 em68hc11elfb.c:90 em68hc11elfb.c:100 em68hc11elfb.c:317 -#: em68hc12elf.c:90 em68hc12elf.c:100 em68hc12elf.c:317 em68hc12elfb.c:90 -#: em68hc12elfb.c:100 em68hc12elfb.c:317 enios2elf.c:290 enios2elf.c:303 -#: enios2linux.c:290 enios2linux.c:303 +#: earmnto.c:434 eavr1.c:129 eavr1.c:192 eavr2.c:129 eavr2.c:192 eavr25.c:129 +#: eavr25.c:192 eavr3.c:129 eavr3.c:192 eavr31.c:129 eavr31.c:192 eavr35.c:129 +#: eavr35.c:192 eavr4.c:129 eavr4.c:192 eavr5.c:129 eavr5.c:192 eavr51.c:129 +#: eavr51.c:192 eavr6.c:129 eavr6.c:192 eavrtiny.c:129 eavrtiny.c:192 +#: eavrxmega1.c:129 eavrxmega1.c:192 eavrxmega2.c:129 eavrxmega2.c:192 +#: eavrxmega3.c:129 eavrxmega3.c:192 eavrxmega4.c:129 eavrxmega4.c:192 +#: eavrxmega5.c:129 eavrxmega5.c:192 eavrxmega6.c:129 eavrxmega6.c:192 +#: eavrxmega7.c:129 eavrxmega7.c:192 eelf32metag.c:271 eelf32metag.c:285 +#: eelf64lppc.c:535 eelf64lppc.c:554 eelf64lppc.c:581 eelf64lppc_fbsd.c:535 +#: eelf64lppc_fbsd.c:554 eelf64lppc_fbsd.c:581 eelf64ppc.c:535 eelf64ppc.c:554 +#: eelf64ppc.c:581 eelf64ppc_fbsd.c:535 eelf64ppc_fbsd.c:554 +#: eelf64ppc_fbsd.c:581 ehppaelf.c:295 ehppaelf.c:310 ehppalinux.c:295 +#: ehppalinux.c:310 ehppanbsd.c:295 ehppanbsd.c:310 ehppaobsd.c:295 +#: ehppaobsd.c:310 em68hc11elf.c:90 em68hc11elf.c:100 em68hc11elf.c:317 +#: em68hc11elfb.c:90 em68hc11elfb.c:100 em68hc11elfb.c:317 em68hc12elf.c:90 +#: em68hc12elf.c:100 em68hc12elf.c:317 em68hc12elfb.c:90 em68hc12elfb.c:100 +#: em68hc12elfb.c:317 enios2elf.c:290 enios2elf.c:303 enios2linux.c:290 +#: enios2linux.c:303 msgid "%X%P: can not size stub section: %E\n" msgstr "" @@ -2908,14 +2955,14 @@ msgstr "" #: earmelfb.c:468 earmelfb_fbsd.c:468 earmelfb_fuchsia.c:469 #: earmelfb_linux.c:469 earmelfb_linux_eabi.c:469 #: earmelfb_linux_fdpiceabi.c:469 earmelfb_nacl.c:469 earmelfb_nbsd.c:468 -#: earmnto.c:468 earmsymbian.c:468 eavr1.c:201 eavr2.c:201 eavr25.c:201 -#: eavr3.c:201 eavr31.c:201 eavr35.c:201 eavr4.c:201 eavr5.c:201 eavr51.c:201 -#: eavr6.c:201 eavrtiny.c:201 eavrxmega1.c:201 eavrxmega2.c:201 -#: eavrxmega3.c:201 eavrxmega4.c:201 eavrxmega5.c:201 eavrxmega6.c:201 -#: eavrxmega7.c:201 eelf32metag.c:300 eelf64lppc.c:631 eelf64lppc_fbsd.c:631 -#: eelf64ppc.c:631 eelf64ppc_fbsd.c:631 ehppaelf.c:332 ehppalinux.c:332 -#: ehppanbsd.c:332 ehppaobsd.c:332 em68hc11elf.c:321 em68hc11elfb.c:321 -#: em68hc12elf.c:321 em68hc12elfb.c:321 enios2elf.c:318 enios2linux.c:318 +#: earmnto.c:468 eavr1.c:201 eavr2.c:201 eavr25.c:201 eavr3.c:201 eavr31.c:201 +#: eavr35.c:201 eavr4.c:201 eavr5.c:201 eavr51.c:201 eavr6.c:201 eavrtiny.c:201 +#: eavrxmega1.c:201 eavrxmega2.c:201 eavrxmega3.c:201 eavrxmega4.c:201 +#: eavrxmega5.c:201 eavrxmega6.c:201 eavrxmega7.c:201 eelf32metag.c:300 +#: eelf64lppc.c:631 eelf64lppc_fbsd.c:631 eelf64ppc.c:631 eelf64ppc_fbsd.c:631 +#: ehppaelf.c:332 ehppalinux.c:332 ehppanbsd.c:332 ehppaobsd.c:332 +#: em68hc11elf.c:321 em68hc11elfb.c:321 em68hc12elf.c:321 em68hc12elfb.c:321 +#: enios2elf.c:318 enios2linux.c:318 msgid "%X%P: can not build stubs: %E\n" msgstr "" @@ -2954,22 +3001,22 @@ msgstr "" #: earmelf_vxworks.c:540 earmelfb.c:540 earmelfb_fbsd.c:540 #: earmelfb_fuchsia.c:541 earmelfb_linux.c:541 earmelfb_linux_eabi.c:541 #: earmelfb_linux_fdpiceabi.c:541 earmelfb_nacl.c:541 earmelfb_nbsd.c:540 -#: earmnto.c:540 earmpe.c:1426 earmsymbian.c:540 eavr1.c:142 eavr2.c:142 -#: eavr25.c:142 eavr3.c:142 eavr31.c:142 eavr35.c:142 eavr4.c:142 eavr5.c:142 -#: eavr51.c:142 eavr6.c:142 eavrtiny.c:142 eavrxmega1.c:142 eavrxmega2.c:142 -#: eavrxmega3.c:142 eavrxmega4.c:142 eavrxmega5.c:142 eavrxmega6.c:142 -#: eavrxmega7.c:142 eelf32briscv.c:110 eelf32briscv_ilp32.c:110 -#: eelf32briscv_ilp32f.c:110 eelf32lriscv.c:110 eelf32lriscv_ilp32.c:110 -#: eelf32lriscv_ilp32f.c:110 eelf64briscv.c:110 eelf64briscv_lp64.c:110 -#: eelf64briscv_lp64f.c:110 eelf64lriscv.c:110 eelf64lriscv_lp64.c:110 -#: eelf64lriscv_lp64f.c:110 ei386pe.c:1426 ei386pe_posix.c:1426 emcorepe.c:1426 -#: ends32belf.c:74 ends32belf16m.c:74 ends32belf_linux.c:74 ends32elf.c:74 -#: ends32elf16m.c:74 ends32elf_linux.c:74 escore3_elf.c:75 escore7_elf.c:75 -#: eshpe.c:1426 ev850.c:91 ev850_rh850.c:91 +#: earmnto.c:540 earmpe.c:1426 eavr1.c:142 eavr2.c:142 eavr25.c:142 eavr3.c:142 +#: eavr31.c:142 eavr35.c:142 eavr4.c:142 eavr5.c:142 eavr51.c:142 eavr6.c:142 +#: eavrtiny.c:142 eavrxmega1.c:142 eavrxmega2.c:142 eavrxmega3.c:142 +#: eavrxmega4.c:142 eavrxmega5.c:142 eavrxmega6.c:142 eavrxmega7.c:142 +#: eelf32briscv.c:128 eelf32briscv_ilp32.c:128 eelf32briscv_ilp32f.c:128 +#: eelf32lriscv.c:128 eelf32lriscv_ilp32.c:128 eelf32lriscv_ilp32f.c:128 +#: eelf64briscv.c:128 eelf64briscv_lp64.c:128 eelf64briscv_lp64f.c:128 +#: eelf64lriscv.c:128 eelf64lriscv_lp64.c:128 eelf64lriscv_lp64f.c:128 +#: ei386pe.c:1426 ei386pe_posix.c:1426 emcorepe.c:1426 ends32belf.c:74 +#: ends32belf16m.c:74 ends32belf_linux.c:74 ends32elf.c:74 ends32elf16m.c:74 +#: ends32elf_linux.c:74 escore3_elf.c:75 escore7_elf.c:75 eshpe.c:1426 +#: ev850.c:91 ev850_rh850.c:91 msgid "%F%P: error: cannot change output format whilst linking %s binaries\n" msgstr "" -#: eaarch64cloudabi.c:570 eaarch64cloudabib.c:570 eaarch64elf.c:5210 +#: eaarch64cloudabi.c:570 eaarch64cloudabib.c:570 eaarch64elf.c:569 #: eaarch64elf32.c:569 eaarch64elf32b.c:569 eaarch64elfb.c:569 #: eaarch64fbsd.c:570 eaarch64fbsdb.c:570 eaarch64linux.c:570 #: eaarch64linux32.c:570 eaarch64linux32b.c:570 eaarch64linuxb.c:570 @@ -2980,54 +3027,53 @@ msgstr "" #: earmelf_vxworks.c:848 earmelfb.c:812 earmelfb_fbsd.c:812 #: earmelfb_fuchsia.c:813 earmelfb_linux.c:813 earmelfb_linux_eabi.c:813 #: earmelfb_linux_fdpiceabi.c:813 earmelfb_nacl.c:813 earmelfb_nbsd.c:812 -#: earmnto.c:787 earmsymbian.c:812 eavr1.c:409 eavr2.c:409 eavr25.c:409 -#: eavr3.c:409 eavr31.c:409 eavr35.c:409 eavr4.c:409 eavr5.c:409 eavr51.c:409 -#: eavr6.c:409 eavrtiny.c:409 eavrxmega1.c:409 eavrxmega2.c:409 -#: eavrxmega3.c:409 eavrxmega4.c:409 eavrxmega5.c:409 eavrxmega6.c:409 -#: eavrxmega7.c:409 ecriself.c:201 ecrislinux.c:233 ecskyelf.c:445 -#: ecskyelf_linux.c:502 ed10velf.c:186 eelf32_sparc.c:258 -#: eelf32_sparc_sol2.c:389 eelf32_sparc_vxworks.c:295 eelf32_spu.c:783 -#: eelf32_tic6x_be.c:369 eelf32_tic6x_elf_be.c:369 eelf32_tic6x_elf_le.c:369 -#: eelf32_tic6x_le.c:369 eelf32_tic6x_linux_be.c:369 -#: eelf32_tic6x_linux_le.c:369 eelf32_x86_64.c:292 eelf32am33lin.c:232 +#: earmnto.c:787 eavr1.c:409 eavr2.c:409 eavr25.c:409 eavr3.c:409 eavr31.c:409 +#: eavr35.c:409 eavr4.c:409 eavr5.c:409 eavr51.c:409 eavr6.c:409 eavrtiny.c:409 +#: eavrxmega1.c:409 eavrxmega2.c:409 eavrxmega3.c:409 eavrxmega4.c:409 +#: eavrxmega5.c:409 eavrxmega6.c:409 eavrxmega7.c:409 ecriself.c:201 +#: ecrislinux.c:233 ecskyelf.c:445 ecskyelf_linux.c:502 ed10velf.c:186 +#: eelf32_sparc.c:258 eelf32_sparc_sol2.c:390 eelf32_sparc_vxworks.c:295 +#: eelf32_spu.c:919 eelf32_tic6x_be.c:369 eelf32_tic6x_elf_be.c:369 +#: eelf32_tic6x_elf_le.c:369 eelf32_tic6x_le.c:369 eelf32_tic6x_linux_be.c:369 +#: eelf32_tic6x_linux_le.c:369 eelf32_x86_64.c:5327 eelf32am33lin.c:232 #: eelf32b4300.c:473 eelf32bfin.c:250 eelf32bfinfd.c:275 eelf32bmip.c:473 -#: eelf32bmipn32.c:487 eelf32briscv.c:312 eelf32briscv_ilp32.c:312 -#: eelf32briscv_ilp32f.c:312 eelf32bsmip.c:487 eelf32btsmip.c:473 +#: eelf32bmipn32.c:487 eelf32briscv.c:330 eelf32briscv_ilp32.c:330 +#: eelf32briscv_ilp32f.c:330 eelf32bsmip.c:487 eelf32btsmip.c:473 #: eelf32btsmip_fbsd.c:473 eelf32btsmipn32.c:473 eelf32btsmipn32_fbsd.c:473 #: eelf32cr16.c:336 eelf32crx.c:223 eelf32ebmip.c:473 eelf32ebmipvxworks.c:508 #: eelf32elmip.c:473 eelf32elmipvxworks.c:508 eelf32epiphany.c:201 #: eelf32epiphany_4x4.c:188 eelf32frvfd.c:257 eelf32ip2k.c:201 #: eelf32l4300.c:473 eelf32lm32.c:201 eelf32lm32fd.c:257 eelf32lmip.c:473 -#: eelf32lppc.c:509 eelf32lppclinux.c:509 eelf32lppcnto.c:509 -#: eelf32lppcsim.c:509 eelf32lr5900.c:442 eelf32lr5900n32.c:441 -#: eelf32lriscv.c:312 eelf32lriscv_ilp32.c:312 eelf32lriscv_ilp32f.c:312 +#: eelf32lppc.c:521 eelf32lppclinux.c:521 eelf32lppcnto.c:521 +#: eelf32lppcsim.c:521 eelf32lr5900.c:442 eelf32lr5900n32.c:441 +#: eelf32lriscv.c:330 eelf32lriscv_ilp32.c:330 eelf32lriscv_ilp32f.c:330 #: eelf32lsmip.c:473 eelf32ltsmip.c:473 eelf32ltsmip_fbsd.c:473 #: eelf32ltsmipn32.c:473 eelf32ltsmipn32_fbsd.c:473 eelf32m32c.c:212 #: eelf32mb_linux.c:258 eelf32mbel_linux.c:258 eelf32mcore.c:207 #: eelf32mep.c:186 eelf32metag.c:507 eelf32microblaze.c:186 #: eelf32microblazeel.c:186 eelf32mipswindiss.c:416 eelf32moxie.c:201 -#: eelf32or1k.c:202 eelf32or1k_linux.c:258 eelf32ppc.c:509 eelf32ppc_fbsd.c:509 -#: eelf32ppclinux.c:509 eelf32ppcnto.c:509 eelf32ppcsim.c:509 -#: eelf32ppcvxworks.c:483 eelf32ppcwindiss.c:509 eelf32rl78.c:201 +#: eelf32or1k.c:202 eelf32or1k_linux.c:258 eelf32ppc.c:521 eelf32ppc_fbsd.c:521 +#: eelf32ppclinux.c:521 eelf32ppcnto.c:521 eelf32ppcsim.c:521 +#: eelf32ppcvxworks.c:495 eelf32ppcwindiss.c:521 eelf32rl78.c:201 #: eelf32rx.c:229 eelf32rx_linux.c:214 eelf32tilegx.c:258 eelf32tilegx_be.c:258 #: eelf32tilepro.c:258 eelf32vax.c:232 eelf32visium.c:186 eelf32xc16x.c:186 #: eelf32xc16xl.c:186 eelf32xc16xs.c:186 eelf32xstormy16.c:197 #: eelf32xtensa.c:2179 eelf32z80.c:213 eelf64_aix.c:232 eelf64_ia64.c:289 #: eelf64_ia64_fbsd.c:289 eelf64_s390.c:328 eelf64_sparc.c:258 -#: eelf64_sparc_fbsd.c:258 eelf64_sparc_sol2.c:389 eelf64alpha.c:351 +#: eelf64_sparc_fbsd.c:258 eelf64_sparc_sol2.c:390 eelf64alpha.c:351 #: eelf64alpha_fbsd.c:351 eelf64alpha_nbsd.c:351 eelf64bmip.c:487 -#: eelf64bpf.c:186 eelf64briscv.c:312 eelf64briscv_lp64.c:312 -#: eelf64briscv_lp64f.c:312 eelf64btsmip.c:473 eelf64btsmip_fbsd.c:473 -#: eelf64hppa.c:202 eelf64lppc.c:959 eelf64lppc_fbsd.c:959 eelf64lriscv.c:312 -#: eelf64lriscv_lp64.c:312 eelf64lriscv_lp64f.c:312 eelf64ltsmip.c:473 -#: eelf64ltsmip_fbsd.c:473 eelf64mmix.c:4009 eelf64ppc.c:959 -#: eelf64ppc_fbsd.c:959 eelf64rdos.c:283 eelf64tilegx.c:258 -#: eelf64tilegx_be.c:258 eelf_i386.c:292 eelf_i386_be.c:256 -#: eelf_i386_fbsd.c:292 eelf_i386_ldso.c:267 eelf_i386_sol2.c:423 -#: eelf_i386_vxworks.c:319 eelf_iamcu.c:4775 eelf_k1om.c:5131 -#: eelf_k1om_fbsd.c:5131 eelf_l1om.c:5131 eelf_l1om_fbsd.c:5131 eelf_s390.c:258 -#: eelf_x86_64.c:292 eelf_x86_64_cloudabi.c:292 eelf_x86_64_fbsd.c:292 -#: eelf_x86_64_sol2.c:423 eh8300elf.c:201 eh8300elf_linux.c:201 +#: eelf64bpf.c:186 eelf64briscv.c:330 eelf64briscv_lp64.c:330 +#: eelf64briscv_lp64f.c:330 eelf64btsmip.c:473 eelf64btsmip_fbsd.c:473 +#: eelf64hppa.c:202 eelf64lppc.c:970 eelf64lppc_fbsd.c:970 eelf64lriscv.c:330 +#: eelf64lriscv_lp64.c:330 eelf64lriscv_lp64f.c:330 eelf64ltsmip.c:473 +#: eelf64ltsmip_fbsd.c:473 eelf64mmix.c:343 eelf64ppc.c:970 +#: eelf64ppc_fbsd.c:970 eelf64rdos.c:283 eelf64tilegx.c:258 +#: eelf64tilegx_be.c:258 eelf_i386.c:4949 eelf_i386_be.c:256 +#: eelf_i386_fbsd.c:292 eelf_i386_ldso.c:267 eelf_i386_sol2.c:424 +#: eelf_i386_vxworks.c:319 eelf_iamcu.c:292 eelf_k1om.c:5283 +#: eelf_k1om_fbsd.c:292 eelf_l1om.c:5283 eelf_l1om_fbsd.c:292 eelf_s390.c:258 +#: eelf_x86_64.c:5327 eelf_x86_64_cloudabi.c:292 eelf_x86_64_fbsd.c:292 +#: eelf_x86_64_sol2.c:424 eh8300elf.c:201 eh8300elf_linux.c:201 #: eh8300helf.c:201 eh8300helf_linux.c:201 eh8300hnelf.c:201 eh8300self.c:201 #: eh8300self_linux.c:201 eh8300snelf.c:201 eh8300sxelf.c:201 #: eh8300sxelf_linux.c:201 eh8300sxnelf.c:201 ehppa64linux.c:232 ehppaelf.c:469 @@ -3045,7 +3091,7 @@ msgstr "" msgid "%F%P: invalid --compress-debug-sections option: `%s'\n" msgstr "" -#: eaarch64cloudabi.c:621 eaarch64cloudabib.c:621 eaarch64elf.c:5261 +#: eaarch64cloudabi.c:621 eaarch64cloudabib.c:621 eaarch64elf.c:620 #: eaarch64elf32.c:620 eaarch64elf32b.c:620 eaarch64elfb.c:620 #: eaarch64fbsd.c:621 eaarch64fbsdb.c:621 eaarch64linux.c:621 #: eaarch64linux32.c:621 eaarch64linux32b.c:621 eaarch64linuxb.c:621 @@ -3056,42 +3102,41 @@ msgstr "" #: earmelfb.c:863 earmelfb_fbsd.c:863 earmelfb_fuchsia.c:864 #: earmelfb_linux.c:864 earmelfb_linux_eabi.c:864 #: earmelfb_linux_fdpiceabi.c:864 earmelfb_nacl.c:864 earmelfb_nbsd.c:863 -#: earmnto.c:838 earmsymbian.c:863 ecrislinux.c:284 ecskyelf_linux.c:553 -#: eelf32_sparc.c:309 eelf32_sparc_sol2.c:440 eelf32_sparc_vxworks.c:346 -#: eelf32_tic6x_be.c:420 eelf32_tic6x_elf_be.c:420 eelf32_tic6x_elf_le.c:420 -#: eelf32_tic6x_le.c:420 eelf32_tic6x_linux_be.c:420 -#: eelf32_tic6x_linux_le.c:420 eelf32_x86_64.c:343 eelf32am33lin.c:283 -#: eelf32b4300.c:524 eelf32bfin.c:301 eelf32bfinfd.c:326 eelf32bmip.c:524 -#: eelf32bmipn32.c:538 eelf32briscv.c:363 eelf32briscv_ilp32.c:363 -#: eelf32briscv_ilp32f.c:363 eelf32bsmip.c:538 eelf32btsmip.c:524 -#: eelf32btsmip_fbsd.c:524 eelf32btsmipn32.c:524 eelf32btsmipn32_fbsd.c:524 -#: eelf32ebmip.c:524 eelf32ebmipvxworks.c:559 eelf32elmip.c:524 -#: eelf32elmipvxworks.c:559 eelf32frvfd.c:308 eelf32l4300.c:524 -#: eelf32lm32fd.c:308 eelf32lmip.c:524 eelf32lppc.c:560 eelf32lppclinux.c:560 -#: eelf32lppcnto.c:560 eelf32lppcsim.c:560 eelf32lriscv.c:363 -#: eelf32lriscv_ilp32.c:363 eelf32lriscv_ilp32f.c:363 eelf32lsmip.c:524 -#: eelf32ltsmip.c:524 eelf32ltsmip_fbsd.c:524 eelf32ltsmipn32.c:524 -#: eelf32ltsmipn32_fbsd.c:524 eelf32mb_linux.c:309 eelf32mbel_linux.c:309 -#: eelf32metag.c:558 eelf32or1k_linux.c:309 eelf32ppc.c:560 -#: eelf32ppc_fbsd.c:560 eelf32ppclinux.c:560 eelf32ppcnto.c:560 -#: eelf32ppcsim.c:560 eelf32ppcvxworks.c:534 eelf32ppcwindiss.c:560 +#: earmnto.c:838 ecrislinux.c:284 ecskyelf_linux.c:553 eelf32_sparc.c:309 +#: eelf32_sparc_sol2.c:441 eelf32_sparc_vxworks.c:346 eelf32_tic6x_be.c:420 +#: eelf32_tic6x_elf_be.c:420 eelf32_tic6x_elf_le.c:420 eelf32_tic6x_le.c:420 +#: eelf32_tic6x_linux_be.c:420 eelf32_tic6x_linux_le.c:420 eelf32_x86_64.c:5378 +#: eelf32am33lin.c:283 eelf32b4300.c:524 eelf32bfin.c:301 eelf32bfinfd.c:326 +#: eelf32bmip.c:524 eelf32bmipn32.c:538 eelf32briscv.c:381 +#: eelf32briscv_ilp32.c:381 eelf32briscv_ilp32f.c:381 eelf32bsmip.c:538 +#: eelf32btsmip.c:524 eelf32btsmip_fbsd.c:524 eelf32btsmipn32.c:524 +#: eelf32btsmipn32_fbsd.c:524 eelf32ebmip.c:524 eelf32ebmipvxworks.c:559 +#: eelf32elmip.c:524 eelf32elmipvxworks.c:559 eelf32frvfd.c:308 +#: eelf32l4300.c:524 eelf32lm32fd.c:308 eelf32lmip.c:524 eelf32lppc.c:572 +#: eelf32lppclinux.c:572 eelf32lppcnto.c:572 eelf32lppcsim.c:572 +#: eelf32lriscv.c:381 eelf32lriscv_ilp32.c:381 eelf32lriscv_ilp32f.c:381 +#: eelf32lsmip.c:524 eelf32ltsmip.c:524 eelf32ltsmip_fbsd.c:524 +#: eelf32ltsmipn32.c:524 eelf32ltsmipn32_fbsd.c:524 eelf32mb_linux.c:309 +#: eelf32mbel_linux.c:309 eelf32metag.c:558 eelf32or1k_linux.c:309 +#: eelf32ppc.c:572 eelf32ppc_fbsd.c:572 eelf32ppclinux.c:572 eelf32ppcnto.c:572 +#: eelf32ppcsim.c:572 eelf32ppcvxworks.c:546 eelf32ppcwindiss.c:572 #: eelf32tilegx.c:309 eelf32tilegx_be.c:309 eelf32tilepro.c:309 eelf32vax.c:283 #: eelf32xtensa.c:2230 eelf64_aix.c:283 eelf64_ia64.c:340 #: eelf64_ia64_fbsd.c:340 eelf64_s390.c:379 eelf64_sparc.c:309 -#: eelf64_sparc_fbsd.c:309 eelf64_sparc_sol2.c:440 eelf64alpha.c:402 +#: eelf64_sparc_fbsd.c:309 eelf64_sparc_sol2.c:441 eelf64alpha.c:402 #: eelf64alpha_fbsd.c:402 eelf64alpha_nbsd.c:402 eelf64bmip.c:538 -#: eelf64briscv.c:363 eelf64briscv_lp64.c:363 eelf64briscv_lp64f.c:363 +#: eelf64briscv.c:381 eelf64briscv_lp64.c:381 eelf64briscv_lp64f.c:381 #: eelf64btsmip.c:524 eelf64btsmip_fbsd.c:524 eelf64hppa.c:253 -#: eelf64lppc.c:1010 eelf64lppc_fbsd.c:1010 eelf64lriscv.c:363 -#: eelf64lriscv_lp64.c:363 eelf64lriscv_lp64f.c:363 eelf64ltsmip.c:524 -#: eelf64ltsmip_fbsd.c:524 eelf64mmix.c:4060 eelf64ppc.c:1010 -#: eelf64ppc_fbsd.c:1010 eelf64rdos.c:334 eelf64tilegx.c:309 -#: eelf64tilegx_be.c:309 eelf_i386.c:343 eelf_i386_be.c:307 -#: eelf_i386_fbsd.c:343 eelf_i386_ldso.c:318 eelf_i386_sol2.c:474 -#: eelf_i386_vxworks.c:370 eelf_iamcu.c:4826 eelf_k1om.c:5182 -#: eelf_k1om_fbsd.c:5182 eelf_l1om.c:5182 eelf_l1om_fbsd.c:5182 eelf_s390.c:309 -#: eelf_x86_64.c:343 eelf_x86_64_cloudabi.c:343 eelf_x86_64_fbsd.c:343 -#: eelf_x86_64_sol2.c:474 ehppa64linux.c:283 ehppalinux.c:592 ehppanbsd.c:592 +#: eelf64lppc.c:1021 eelf64lppc_fbsd.c:1021 eelf64lriscv.c:381 +#: eelf64lriscv_lp64.c:381 eelf64lriscv_lp64f.c:381 eelf64ltsmip.c:524 +#: eelf64ltsmip_fbsd.c:524 eelf64mmix.c:394 eelf64ppc.c:1021 +#: eelf64ppc_fbsd.c:1021 eelf64rdos.c:334 eelf64tilegx.c:309 +#: eelf64tilegx_be.c:309 eelf_i386.c:5000 eelf_i386_be.c:307 +#: eelf_i386_fbsd.c:343 eelf_i386_ldso.c:318 eelf_i386_sol2.c:475 +#: eelf_i386_vxworks.c:370 eelf_iamcu.c:343 eelf_k1om.c:5334 +#: eelf_k1om_fbsd.c:343 eelf_l1om.c:5334 eelf_l1om_fbsd.c:343 eelf_s390.c:309 +#: eelf_x86_64.c:5378 eelf_x86_64_cloudabi.c:343 eelf_x86_64_fbsd.c:343 +#: eelf_x86_64_sol2.c:475 ehppa64linux.c:283 ehppalinux.c:592 ehppanbsd.c:592 #: ehppaobsd.c:592 ei386lynx.c:298 ei386moss.c:298 ei386nto.c:298 #: em32relf_linux.c:308 em32rlelf_linux.c:308 em68kelf.c:466 em68kelfnbsd.c:466 #: emn10300.c:283 ends32belf_linux.c:396 ends32elf_linux.c:396 @@ -3103,7 +3148,7 @@ msgstr "" msgid "%F%P: invalid hash style `%s'\n" msgstr "" -#: eaarch64cloudabi.c:638 eaarch64cloudabib.c:638 eaarch64elf.c:5278 +#: eaarch64cloudabi.c:638 eaarch64cloudabib.c:638 eaarch64elf.c:637 #: eaarch64elf32.c:637 eaarch64elf32b.c:637 eaarch64elfb.c:637 #: eaarch64fbsd.c:638 eaarch64fbsdb.c:638 eaarch64linux.c:638 #: eaarch64linux32.c:638 eaarch64linux32b.c:638 eaarch64linuxb.c:638 @@ -3114,54 +3159,53 @@ msgstr "" #: earmelf_vxworks.c:916 earmelfb.c:880 earmelfb_fbsd.c:880 #: earmelfb_fuchsia.c:881 earmelfb_linux.c:881 earmelfb_linux_eabi.c:881 #: earmelfb_linux_fdpiceabi.c:881 earmelfb_nacl.c:881 earmelfb_nbsd.c:880 -#: earmnto.c:855 earmsymbian.c:880 eavr1.c:426 eavr2.c:426 eavr25.c:426 -#: eavr3.c:426 eavr31.c:426 eavr35.c:426 eavr4.c:426 eavr5.c:426 eavr51.c:426 -#: eavr6.c:426 eavrtiny.c:426 eavrxmega1.c:426 eavrxmega2.c:426 -#: eavrxmega3.c:426 eavrxmega4.c:426 eavrxmega5.c:426 eavrxmega6.c:426 -#: eavrxmega7.c:426 ecriself.c:218 ecrislinux.c:301 ecskyelf.c:462 -#: ecskyelf_linux.c:570 ed10velf.c:203 eelf32_sparc.c:326 -#: eelf32_sparc_sol2.c:457 eelf32_sparc_vxworks.c:363 eelf32_spu.c:800 -#: eelf32_tic6x_be.c:437 eelf32_tic6x_elf_be.c:437 eelf32_tic6x_elf_le.c:437 -#: eelf32_tic6x_le.c:437 eelf32_tic6x_linux_be.c:437 -#: eelf32_tic6x_linux_le.c:437 eelf32_x86_64.c:360 eelf32am33lin.c:300 +#: earmnto.c:855 eavr1.c:426 eavr2.c:426 eavr25.c:426 eavr3.c:426 eavr31.c:426 +#: eavr35.c:426 eavr4.c:426 eavr5.c:426 eavr51.c:426 eavr6.c:426 eavrtiny.c:426 +#: eavrxmega1.c:426 eavrxmega2.c:426 eavrxmega3.c:426 eavrxmega4.c:426 +#: eavrxmega5.c:426 eavrxmega6.c:426 eavrxmega7.c:426 ecriself.c:218 +#: ecrislinux.c:301 ecskyelf.c:462 ecskyelf_linux.c:570 ed10velf.c:203 +#: eelf32_sparc.c:326 eelf32_sparc_sol2.c:458 eelf32_sparc_vxworks.c:363 +#: eelf32_spu.c:936 eelf32_tic6x_be.c:437 eelf32_tic6x_elf_be.c:437 +#: eelf32_tic6x_elf_le.c:437 eelf32_tic6x_le.c:437 eelf32_tic6x_linux_be.c:437 +#: eelf32_tic6x_linux_le.c:437 eelf32_x86_64.c:5395 eelf32am33lin.c:300 #: eelf32b4300.c:541 eelf32bfin.c:318 eelf32bfinfd.c:343 eelf32bmip.c:541 -#: eelf32bmipn32.c:555 eelf32briscv.c:380 eelf32briscv_ilp32.c:380 -#: eelf32briscv_ilp32f.c:380 eelf32bsmip.c:555 eelf32btsmip.c:541 +#: eelf32bmipn32.c:555 eelf32briscv.c:398 eelf32briscv_ilp32.c:398 +#: eelf32briscv_ilp32f.c:398 eelf32bsmip.c:555 eelf32btsmip.c:541 #: eelf32btsmip_fbsd.c:541 eelf32btsmipn32.c:541 eelf32btsmipn32_fbsd.c:541 #: eelf32cr16.c:353 eelf32crx.c:240 eelf32ebmip.c:541 eelf32ebmipvxworks.c:576 #: eelf32elmip.c:541 eelf32elmipvxworks.c:576 eelf32epiphany.c:218 #: eelf32epiphany_4x4.c:205 eelf32frvfd.c:325 eelf32ip2k.c:218 #: eelf32l4300.c:541 eelf32lm32.c:218 eelf32lm32fd.c:325 eelf32lmip.c:541 -#: eelf32lppc.c:577 eelf32lppclinux.c:577 eelf32lppcnto.c:577 -#: eelf32lppcsim.c:577 eelf32lr5900.c:459 eelf32lr5900n32.c:458 -#: eelf32lriscv.c:380 eelf32lriscv_ilp32.c:380 eelf32lriscv_ilp32f.c:380 +#: eelf32lppc.c:589 eelf32lppclinux.c:589 eelf32lppcnto.c:589 +#: eelf32lppcsim.c:589 eelf32lr5900.c:459 eelf32lr5900n32.c:458 +#: eelf32lriscv.c:398 eelf32lriscv_ilp32.c:398 eelf32lriscv_ilp32f.c:398 #: eelf32lsmip.c:541 eelf32ltsmip.c:541 eelf32ltsmip_fbsd.c:541 #: eelf32ltsmipn32.c:541 eelf32ltsmipn32_fbsd.c:541 eelf32m32c.c:229 #: eelf32mb_linux.c:326 eelf32mbel_linux.c:326 eelf32mcore.c:224 #: eelf32mep.c:203 eelf32metag.c:575 eelf32microblaze.c:203 #: eelf32microblazeel.c:203 eelf32mipswindiss.c:433 eelf32moxie.c:218 -#: eelf32or1k.c:219 eelf32or1k_linux.c:326 eelf32ppc.c:577 eelf32ppc_fbsd.c:577 -#: eelf32ppclinux.c:577 eelf32ppcnto.c:577 eelf32ppcsim.c:577 -#: eelf32ppcvxworks.c:551 eelf32ppcwindiss.c:577 eelf32rl78.c:218 +#: eelf32or1k.c:219 eelf32or1k_linux.c:326 eelf32ppc.c:589 eelf32ppc_fbsd.c:589 +#: eelf32ppclinux.c:589 eelf32ppcnto.c:589 eelf32ppcsim.c:589 +#: eelf32ppcvxworks.c:563 eelf32ppcwindiss.c:589 eelf32rl78.c:218 #: eelf32rx.c:246 eelf32rx_linux.c:231 eelf32tilegx.c:326 eelf32tilegx_be.c:326 #: eelf32tilepro.c:326 eelf32vax.c:300 eelf32visium.c:203 eelf32xc16x.c:203 #: eelf32xc16xl.c:203 eelf32xc16xs.c:203 eelf32xstormy16.c:214 #: eelf32xtensa.c:2247 eelf32z80.c:230 eelf64_aix.c:300 eelf64_ia64.c:357 #: eelf64_ia64_fbsd.c:357 eelf64_s390.c:396 eelf64_sparc.c:326 -#: eelf64_sparc_fbsd.c:326 eelf64_sparc_sol2.c:457 eelf64alpha.c:419 +#: eelf64_sparc_fbsd.c:326 eelf64_sparc_sol2.c:458 eelf64alpha.c:419 #: eelf64alpha_fbsd.c:419 eelf64alpha_nbsd.c:419 eelf64bmip.c:555 -#: eelf64bpf.c:203 eelf64briscv.c:380 eelf64briscv_lp64.c:380 -#: eelf64briscv_lp64f.c:380 eelf64btsmip.c:541 eelf64btsmip_fbsd.c:541 -#: eelf64hppa.c:270 eelf64lppc.c:1027 eelf64lppc_fbsd.c:1027 eelf64lriscv.c:380 -#: eelf64lriscv_lp64.c:380 eelf64lriscv_lp64f.c:380 eelf64ltsmip.c:541 -#: eelf64ltsmip_fbsd.c:541 eelf64mmix.c:4077 eelf64ppc.c:1027 -#: eelf64ppc_fbsd.c:1027 eelf64rdos.c:351 eelf64tilegx.c:326 -#: eelf64tilegx_be.c:326 eelf_i386.c:360 eelf_i386_be.c:324 -#: eelf_i386_fbsd.c:360 eelf_i386_ldso.c:335 eelf_i386_sol2.c:491 -#: eelf_i386_vxworks.c:387 eelf_iamcu.c:4843 eelf_k1om.c:5199 -#: eelf_k1om_fbsd.c:5199 eelf_l1om.c:5199 eelf_l1om_fbsd.c:5199 eelf_s390.c:326 -#: eelf_x86_64.c:360 eelf_x86_64_cloudabi.c:360 eelf_x86_64_fbsd.c:360 -#: eelf_x86_64_sol2.c:491 eh8300elf.c:218 eh8300elf_linux.c:218 +#: eelf64bpf.c:203 eelf64briscv.c:398 eelf64briscv_lp64.c:398 +#: eelf64briscv_lp64f.c:398 eelf64btsmip.c:541 eelf64btsmip_fbsd.c:541 +#: eelf64hppa.c:270 eelf64lppc.c:1038 eelf64lppc_fbsd.c:1038 eelf64lriscv.c:398 +#: eelf64lriscv_lp64.c:398 eelf64lriscv_lp64f.c:398 eelf64ltsmip.c:541 +#: eelf64ltsmip_fbsd.c:541 eelf64mmix.c:411 eelf64ppc.c:1038 +#: eelf64ppc_fbsd.c:1038 eelf64rdos.c:351 eelf64tilegx.c:326 +#: eelf64tilegx_be.c:326 eelf_i386.c:5017 eelf_i386_be.c:324 +#: eelf_i386_fbsd.c:360 eelf_i386_ldso.c:335 eelf_i386_sol2.c:492 +#: eelf_i386_vxworks.c:387 eelf_iamcu.c:360 eelf_k1om.c:5351 +#: eelf_k1om_fbsd.c:360 eelf_l1om.c:5351 eelf_l1om_fbsd.c:360 eelf_s390.c:326 +#: eelf_x86_64.c:5395 eelf_x86_64_cloudabi.c:360 eelf_x86_64_fbsd.c:360 +#: eelf_x86_64_sol2.c:492 eh8300elf.c:218 eh8300elf_linux.c:218 #: eh8300helf.c:218 eh8300helf_linux.c:218 eh8300hnelf.c:218 eh8300self.c:218 #: eh8300self_linux.c:218 eh8300snelf.c:218 eh8300sxelf.c:218 #: eh8300sxelf_linux.c:218 eh8300sxnelf.c:218 ehppa64linux.c:300 ehppaelf.c:486 @@ -3179,7 +3223,7 @@ msgstr "" msgid "%F%P: invalid maximum page size `%s'\n" msgstr "" -#: eaarch64cloudabi.c:647 eaarch64cloudabib.c:647 eaarch64elf.c:5287 +#: eaarch64cloudabi.c:647 eaarch64cloudabib.c:647 eaarch64elf.c:646 #: eaarch64elf32.c:646 eaarch64elf32b.c:646 eaarch64elfb.c:646 #: eaarch64fbsd.c:647 eaarch64fbsdb.c:647 eaarch64linux.c:647 #: eaarch64linux32.c:647 eaarch64linux32b.c:647 eaarch64linuxb.c:647 @@ -3190,54 +3234,53 @@ msgstr "" #: earmelf_vxworks.c:925 earmelfb.c:889 earmelfb_fbsd.c:889 #: earmelfb_fuchsia.c:890 earmelfb_linux.c:890 earmelfb_linux_eabi.c:890 #: earmelfb_linux_fdpiceabi.c:890 earmelfb_nacl.c:890 earmelfb_nbsd.c:889 -#: earmnto.c:864 earmsymbian.c:889 eavr1.c:435 eavr2.c:435 eavr25.c:435 -#: eavr3.c:435 eavr31.c:435 eavr35.c:435 eavr4.c:435 eavr5.c:435 eavr51.c:435 -#: eavr6.c:435 eavrtiny.c:435 eavrxmega1.c:435 eavrxmega2.c:435 -#: eavrxmega3.c:435 eavrxmega4.c:435 eavrxmega5.c:435 eavrxmega6.c:435 -#: eavrxmega7.c:435 ecriself.c:227 ecrislinux.c:310 ecskyelf.c:471 -#: ecskyelf_linux.c:579 ed10velf.c:212 eelf32_sparc.c:335 -#: eelf32_sparc_sol2.c:466 eelf32_sparc_vxworks.c:372 eelf32_spu.c:809 -#: eelf32_tic6x_be.c:446 eelf32_tic6x_elf_be.c:446 eelf32_tic6x_elf_le.c:446 -#: eelf32_tic6x_le.c:446 eelf32_tic6x_linux_be.c:446 -#: eelf32_tic6x_linux_le.c:446 eelf32_x86_64.c:369 eelf32am33lin.c:309 +#: earmnto.c:864 eavr1.c:435 eavr2.c:435 eavr25.c:435 eavr3.c:435 eavr31.c:435 +#: eavr35.c:435 eavr4.c:435 eavr5.c:435 eavr51.c:435 eavr6.c:435 eavrtiny.c:435 +#: eavrxmega1.c:435 eavrxmega2.c:435 eavrxmega3.c:435 eavrxmega4.c:435 +#: eavrxmega5.c:435 eavrxmega6.c:435 eavrxmega7.c:435 ecriself.c:227 +#: ecrislinux.c:310 ecskyelf.c:471 ecskyelf_linux.c:579 ed10velf.c:212 +#: eelf32_sparc.c:335 eelf32_sparc_sol2.c:467 eelf32_sparc_vxworks.c:372 +#: eelf32_spu.c:945 eelf32_tic6x_be.c:446 eelf32_tic6x_elf_be.c:446 +#: eelf32_tic6x_elf_le.c:446 eelf32_tic6x_le.c:446 eelf32_tic6x_linux_be.c:446 +#: eelf32_tic6x_linux_le.c:446 eelf32_x86_64.c:5404 eelf32am33lin.c:309 #: eelf32b4300.c:550 eelf32bfin.c:327 eelf32bfinfd.c:352 eelf32bmip.c:550 -#: eelf32bmipn32.c:564 eelf32briscv.c:389 eelf32briscv_ilp32.c:389 -#: eelf32briscv_ilp32f.c:389 eelf32bsmip.c:564 eelf32btsmip.c:550 +#: eelf32bmipn32.c:564 eelf32briscv.c:407 eelf32briscv_ilp32.c:407 +#: eelf32briscv_ilp32f.c:407 eelf32bsmip.c:564 eelf32btsmip.c:550 #: eelf32btsmip_fbsd.c:550 eelf32btsmipn32.c:550 eelf32btsmipn32_fbsd.c:550 #: eelf32cr16.c:362 eelf32crx.c:249 eelf32ebmip.c:550 eelf32ebmipvxworks.c:585 #: eelf32elmip.c:550 eelf32elmipvxworks.c:585 eelf32epiphany.c:227 #: eelf32epiphany_4x4.c:214 eelf32frvfd.c:334 eelf32ip2k.c:227 #: eelf32l4300.c:550 eelf32lm32.c:227 eelf32lm32fd.c:334 eelf32lmip.c:550 -#: eelf32lppc.c:586 eelf32lppclinux.c:586 eelf32lppcnto.c:586 -#: eelf32lppcsim.c:586 eelf32lr5900.c:468 eelf32lr5900n32.c:467 -#: eelf32lriscv.c:389 eelf32lriscv_ilp32.c:389 eelf32lriscv_ilp32f.c:389 +#: eelf32lppc.c:598 eelf32lppclinux.c:598 eelf32lppcnto.c:598 +#: eelf32lppcsim.c:598 eelf32lr5900.c:468 eelf32lr5900n32.c:467 +#: eelf32lriscv.c:407 eelf32lriscv_ilp32.c:407 eelf32lriscv_ilp32f.c:407 #: eelf32lsmip.c:550 eelf32ltsmip.c:550 eelf32ltsmip_fbsd.c:550 #: eelf32ltsmipn32.c:550 eelf32ltsmipn32_fbsd.c:550 eelf32m32c.c:238 #: eelf32mb_linux.c:335 eelf32mbel_linux.c:335 eelf32mcore.c:233 #: eelf32mep.c:212 eelf32metag.c:584 eelf32microblaze.c:212 #: eelf32microblazeel.c:212 eelf32mipswindiss.c:442 eelf32moxie.c:227 -#: eelf32or1k.c:228 eelf32or1k_linux.c:335 eelf32ppc.c:586 eelf32ppc_fbsd.c:586 -#: eelf32ppclinux.c:586 eelf32ppcnto.c:586 eelf32ppcsim.c:586 -#: eelf32ppcvxworks.c:560 eelf32ppcwindiss.c:586 eelf32rl78.c:227 +#: eelf32or1k.c:228 eelf32or1k_linux.c:335 eelf32ppc.c:598 eelf32ppc_fbsd.c:598 +#: eelf32ppclinux.c:598 eelf32ppcnto.c:598 eelf32ppcsim.c:598 +#: eelf32ppcvxworks.c:572 eelf32ppcwindiss.c:598 eelf32rl78.c:227 #: eelf32rx.c:255 eelf32rx_linux.c:240 eelf32tilegx.c:335 eelf32tilegx_be.c:335 #: eelf32tilepro.c:335 eelf32vax.c:309 eelf32visium.c:212 eelf32xc16x.c:212 #: eelf32xc16xl.c:212 eelf32xc16xs.c:212 eelf32xstormy16.c:223 #: eelf32xtensa.c:2256 eelf32z80.c:239 eelf64_aix.c:309 eelf64_ia64.c:366 #: eelf64_ia64_fbsd.c:366 eelf64_s390.c:405 eelf64_sparc.c:335 -#: eelf64_sparc_fbsd.c:335 eelf64_sparc_sol2.c:466 eelf64alpha.c:428 +#: eelf64_sparc_fbsd.c:335 eelf64_sparc_sol2.c:467 eelf64alpha.c:428 #: eelf64alpha_fbsd.c:428 eelf64alpha_nbsd.c:428 eelf64bmip.c:564 -#: eelf64bpf.c:212 eelf64briscv.c:389 eelf64briscv_lp64.c:389 -#: eelf64briscv_lp64f.c:389 eelf64btsmip.c:550 eelf64btsmip_fbsd.c:550 -#: eelf64hppa.c:279 eelf64lppc.c:1036 eelf64lppc_fbsd.c:1036 eelf64lriscv.c:389 -#: eelf64lriscv_lp64.c:389 eelf64lriscv_lp64f.c:389 eelf64ltsmip.c:550 -#: eelf64ltsmip_fbsd.c:550 eelf64mmix.c:4086 eelf64ppc.c:1036 -#: eelf64ppc_fbsd.c:1036 eelf64rdos.c:360 eelf64tilegx.c:335 -#: eelf64tilegx_be.c:335 eelf_i386.c:369 eelf_i386_be.c:333 -#: eelf_i386_fbsd.c:369 eelf_i386_ldso.c:344 eelf_i386_sol2.c:500 -#: eelf_i386_vxworks.c:396 eelf_iamcu.c:4852 eelf_k1om.c:5208 -#: eelf_k1om_fbsd.c:5208 eelf_l1om.c:5208 eelf_l1om_fbsd.c:5208 eelf_s390.c:335 -#: eelf_x86_64.c:369 eelf_x86_64_cloudabi.c:369 eelf_x86_64_fbsd.c:369 -#: eelf_x86_64_sol2.c:500 eh8300elf.c:227 eh8300elf_linux.c:227 +#: eelf64bpf.c:212 eelf64briscv.c:407 eelf64briscv_lp64.c:407 +#: eelf64briscv_lp64f.c:407 eelf64btsmip.c:550 eelf64btsmip_fbsd.c:550 +#: eelf64hppa.c:279 eelf64lppc.c:1047 eelf64lppc_fbsd.c:1047 eelf64lriscv.c:407 +#: eelf64lriscv_lp64.c:407 eelf64lriscv_lp64f.c:407 eelf64ltsmip.c:550 +#: eelf64ltsmip_fbsd.c:550 eelf64mmix.c:420 eelf64ppc.c:1047 +#: eelf64ppc_fbsd.c:1047 eelf64rdos.c:360 eelf64tilegx.c:335 +#: eelf64tilegx_be.c:335 eelf_i386.c:5026 eelf_i386_be.c:333 +#: eelf_i386_fbsd.c:369 eelf_i386_ldso.c:344 eelf_i386_sol2.c:501 +#: eelf_i386_vxworks.c:396 eelf_iamcu.c:369 eelf_k1om.c:5360 +#: eelf_k1om_fbsd.c:369 eelf_l1om.c:5360 eelf_l1om_fbsd.c:369 eelf_s390.c:335 +#: eelf_x86_64.c:5404 eelf_x86_64_cloudabi.c:369 eelf_x86_64_fbsd.c:369 +#: eelf_x86_64_sol2.c:501 eh8300elf.c:227 eh8300elf_linux.c:227 #: eh8300helf.c:227 eh8300helf_linux.c:227 eh8300hnelf.c:227 eh8300self.c:227 #: eh8300self_linux.c:227 eh8300snelf.c:227 eh8300sxelf.c:227 #: eh8300sxelf_linux.c:227 eh8300sxnelf.c:227 ehppa64linux.c:309 ehppaelf.c:495 @@ -3255,7 +3298,7 @@ msgstr "" msgid "%F%P: invalid common page size `%s'\n" msgstr "" -#: eaarch64cloudabi.c:655 eaarch64cloudabib.c:655 eaarch64elf.c:5295 +#: eaarch64cloudabi.c:655 eaarch64cloudabib.c:655 eaarch64elf.c:654 #: eaarch64elf32.c:654 eaarch64elf32b.c:654 eaarch64elfb.c:654 #: eaarch64fbsd.c:655 eaarch64fbsdb.c:655 eaarch64linux.c:655 #: eaarch64linux32.c:655 eaarch64linux32b.c:655 eaarch64linuxb.c:655 @@ -3266,54 +3309,53 @@ msgstr "" #: earmelf_vxworks.c:933 earmelfb.c:897 earmelfb_fbsd.c:897 #: earmelfb_fuchsia.c:898 earmelfb_linux.c:898 earmelfb_linux_eabi.c:898 #: earmelfb_linux_fdpiceabi.c:898 earmelfb_nacl.c:898 earmelfb_nbsd.c:897 -#: earmnto.c:872 earmsymbian.c:897 eavr1.c:443 eavr2.c:443 eavr25.c:443 -#: eavr3.c:443 eavr31.c:443 eavr35.c:443 eavr4.c:443 eavr5.c:443 eavr51.c:443 -#: eavr6.c:443 eavrtiny.c:443 eavrxmega1.c:443 eavrxmega2.c:443 -#: eavrxmega3.c:443 eavrxmega4.c:443 eavrxmega5.c:443 eavrxmega6.c:443 -#: eavrxmega7.c:443 ecriself.c:235 ecrislinux.c:318 ecskyelf.c:479 -#: ecskyelf_linux.c:587 ed10velf.c:220 eelf32_sparc.c:343 -#: eelf32_sparc_sol2.c:474 eelf32_sparc_vxworks.c:380 eelf32_spu.c:817 -#: eelf32_tic6x_be.c:454 eelf32_tic6x_elf_be.c:454 eelf32_tic6x_elf_le.c:454 -#: eelf32_tic6x_le.c:454 eelf32_tic6x_linux_be.c:454 -#: eelf32_tic6x_linux_le.c:454 eelf32_x86_64.c:377 eelf32am33lin.c:317 +#: earmnto.c:872 eavr1.c:443 eavr2.c:443 eavr25.c:443 eavr3.c:443 eavr31.c:443 +#: eavr35.c:443 eavr4.c:443 eavr5.c:443 eavr51.c:443 eavr6.c:443 eavrtiny.c:443 +#: eavrxmega1.c:443 eavrxmega2.c:443 eavrxmega3.c:443 eavrxmega4.c:443 +#: eavrxmega5.c:443 eavrxmega6.c:443 eavrxmega7.c:443 ecriself.c:235 +#: ecrislinux.c:318 ecskyelf.c:479 ecskyelf_linux.c:587 ed10velf.c:220 +#: eelf32_sparc.c:343 eelf32_sparc_sol2.c:475 eelf32_sparc_vxworks.c:380 +#: eelf32_spu.c:953 eelf32_tic6x_be.c:454 eelf32_tic6x_elf_be.c:454 +#: eelf32_tic6x_elf_le.c:454 eelf32_tic6x_le.c:454 eelf32_tic6x_linux_be.c:454 +#: eelf32_tic6x_linux_le.c:454 eelf32_x86_64.c:5412 eelf32am33lin.c:317 #: eelf32b4300.c:558 eelf32bfin.c:335 eelf32bfinfd.c:360 eelf32bmip.c:558 -#: eelf32bmipn32.c:572 eelf32briscv.c:397 eelf32briscv_ilp32.c:397 -#: eelf32briscv_ilp32f.c:397 eelf32bsmip.c:572 eelf32btsmip.c:558 +#: eelf32bmipn32.c:572 eelf32briscv.c:415 eelf32briscv_ilp32.c:415 +#: eelf32briscv_ilp32f.c:415 eelf32bsmip.c:572 eelf32btsmip.c:558 #: eelf32btsmip_fbsd.c:558 eelf32btsmipn32.c:558 eelf32btsmipn32_fbsd.c:558 #: eelf32cr16.c:370 eelf32crx.c:257 eelf32ebmip.c:558 eelf32ebmipvxworks.c:593 #: eelf32elmip.c:558 eelf32elmipvxworks.c:593 eelf32epiphany.c:235 #: eelf32epiphany_4x4.c:222 eelf32frvfd.c:342 eelf32ip2k.c:235 #: eelf32l4300.c:558 eelf32lm32.c:235 eelf32lm32fd.c:342 eelf32lmip.c:558 -#: eelf32lppc.c:594 eelf32lppclinux.c:594 eelf32lppcnto.c:594 -#: eelf32lppcsim.c:594 eelf32lr5900.c:476 eelf32lr5900n32.c:475 -#: eelf32lriscv.c:397 eelf32lriscv_ilp32.c:397 eelf32lriscv_ilp32f.c:397 +#: eelf32lppc.c:606 eelf32lppclinux.c:606 eelf32lppcnto.c:606 +#: eelf32lppcsim.c:606 eelf32lr5900.c:476 eelf32lr5900n32.c:475 +#: eelf32lriscv.c:415 eelf32lriscv_ilp32.c:415 eelf32lriscv_ilp32f.c:415 #: eelf32lsmip.c:558 eelf32ltsmip.c:558 eelf32ltsmip_fbsd.c:558 #: eelf32ltsmipn32.c:558 eelf32ltsmipn32_fbsd.c:558 eelf32m32c.c:246 #: eelf32mb_linux.c:343 eelf32mbel_linux.c:343 eelf32mcore.c:241 #: eelf32mep.c:220 eelf32metag.c:592 eelf32microblaze.c:220 #: eelf32microblazeel.c:220 eelf32mipswindiss.c:450 eelf32moxie.c:235 -#: eelf32or1k.c:236 eelf32or1k_linux.c:343 eelf32ppc.c:594 eelf32ppc_fbsd.c:594 -#: eelf32ppclinux.c:594 eelf32ppcnto.c:594 eelf32ppcsim.c:594 -#: eelf32ppcvxworks.c:568 eelf32ppcwindiss.c:594 eelf32rl78.c:235 +#: eelf32or1k.c:236 eelf32or1k_linux.c:343 eelf32ppc.c:606 eelf32ppc_fbsd.c:606 +#: eelf32ppclinux.c:606 eelf32ppcnto.c:606 eelf32ppcsim.c:606 +#: eelf32ppcvxworks.c:580 eelf32ppcwindiss.c:606 eelf32rl78.c:235 #: eelf32rx.c:263 eelf32rx_linux.c:248 eelf32tilegx.c:343 eelf32tilegx_be.c:343 #: eelf32tilepro.c:343 eelf32vax.c:317 eelf32visium.c:220 eelf32xc16x.c:220 #: eelf32xc16xl.c:220 eelf32xc16xs.c:220 eelf32xstormy16.c:231 #: eelf32xtensa.c:2264 eelf32z80.c:247 eelf64_aix.c:317 eelf64_ia64.c:374 #: eelf64_ia64_fbsd.c:374 eelf64_s390.c:413 eelf64_sparc.c:343 -#: eelf64_sparc_fbsd.c:343 eelf64_sparc_sol2.c:474 eelf64alpha.c:436 +#: eelf64_sparc_fbsd.c:343 eelf64_sparc_sol2.c:475 eelf64alpha.c:436 #: eelf64alpha_fbsd.c:436 eelf64alpha_nbsd.c:436 eelf64bmip.c:572 -#: eelf64bpf.c:220 eelf64briscv.c:397 eelf64briscv_lp64.c:397 -#: eelf64briscv_lp64f.c:397 eelf64btsmip.c:558 eelf64btsmip_fbsd.c:558 -#: eelf64hppa.c:287 eelf64lppc.c:1044 eelf64lppc_fbsd.c:1044 eelf64lriscv.c:397 -#: eelf64lriscv_lp64.c:397 eelf64lriscv_lp64f.c:397 eelf64ltsmip.c:558 -#: eelf64ltsmip_fbsd.c:558 eelf64mmix.c:4094 eelf64ppc.c:1044 -#: eelf64ppc_fbsd.c:1044 eelf64rdos.c:368 eelf64tilegx.c:343 -#: eelf64tilegx_be.c:343 eelf_i386.c:377 eelf_i386_be.c:341 -#: eelf_i386_fbsd.c:377 eelf_i386_ldso.c:352 eelf_i386_sol2.c:508 -#: eelf_i386_vxworks.c:404 eelf_iamcu.c:4860 eelf_k1om.c:5216 -#: eelf_k1om_fbsd.c:5216 eelf_l1om.c:5216 eelf_l1om_fbsd.c:5216 eelf_s390.c:343 -#: eelf_x86_64.c:377 eelf_x86_64_cloudabi.c:377 eelf_x86_64_fbsd.c:377 -#: eelf_x86_64_sol2.c:508 eh8300elf.c:235 eh8300elf_linux.c:235 +#: eelf64bpf.c:220 eelf64briscv.c:415 eelf64briscv_lp64.c:415 +#: eelf64briscv_lp64f.c:415 eelf64btsmip.c:558 eelf64btsmip_fbsd.c:558 +#: eelf64hppa.c:287 eelf64lppc.c:1055 eelf64lppc_fbsd.c:1055 eelf64lriscv.c:415 +#: eelf64lriscv_lp64.c:415 eelf64lriscv_lp64f.c:415 eelf64ltsmip.c:558 +#: eelf64ltsmip_fbsd.c:558 eelf64mmix.c:428 eelf64ppc.c:1055 +#: eelf64ppc_fbsd.c:1055 eelf64rdos.c:368 eelf64tilegx.c:343 +#: eelf64tilegx_be.c:343 eelf_i386.c:5034 eelf_i386_be.c:341 +#: eelf_i386_fbsd.c:377 eelf_i386_ldso.c:352 eelf_i386_sol2.c:509 +#: eelf_i386_vxworks.c:404 eelf_iamcu.c:377 eelf_k1om.c:5368 +#: eelf_k1om_fbsd.c:377 eelf_l1om.c:5368 eelf_l1om_fbsd.c:377 eelf_s390.c:343 +#: eelf_x86_64.c:5412 eelf_x86_64_cloudabi.c:377 eelf_x86_64_fbsd.c:377 +#: eelf_x86_64_sol2.c:509 eh8300elf.c:235 eh8300elf_linux.c:235 #: eh8300helf.c:235 eh8300helf_linux.c:235 eh8300hnelf.c:235 eh8300self.c:235 #: eh8300self_linux.c:235 eh8300snelf.c:235 eh8300sxelf.c:235 #: eh8300sxelf_linux.c:235 eh8300sxnelf.c:235 ehppa64linux.c:317 ehppaelf.c:503 @@ -3331,228 +3373,227 @@ msgstr "" msgid "%F%P: invalid stack size `%s'\n" msgstr "" -#: eaarch64cloudabi.c:690 eaarch64cloudabib.c:690 eaarch64elf.c:5330 -#: eaarch64elf32.c:689 eaarch64elf32b.c:689 eaarch64elfb.c:689 -#: eaarch64fbsd.c:690 eaarch64fbsdb.c:690 eaarch64linux.c:690 -#: eaarch64linux32.c:690 eaarch64linux32b.c:690 eaarch64linuxb.c:690 -#: earcelf.c:322 earclinux.c:378 earclinux_nps.c:378 earcv2elf.c:255 -#: earcv2elfx.c:255 earmelf.c:932 earmelf_fbsd.c:932 earmelf_fuchsia.c:933 -#: earmelf_linux.c:933 earmelf_linux_eabi.c:933 earmelf_linux_fdpiceabi.c:933 -#: earmelf_nacl.c:933 earmelf_nbsd.c:932 earmelf_phoenix.c:933 -#: earmelf_vxworks.c:968 earmelfb.c:932 earmelfb_fbsd.c:932 -#: earmelfb_fuchsia.c:933 earmelfb_linux.c:933 earmelfb_linux_eabi.c:933 -#: earmelfb_linux_fdpiceabi.c:933 earmelfb_nacl.c:933 earmelfb_nbsd.c:932 -#: earmnto.c:907 earmsymbian.c:932 eavr1.c:478 eavr2.c:478 eavr25.c:478 -#: eavr3.c:478 eavr31.c:478 eavr35.c:478 eavr4.c:478 eavr5.c:478 eavr51.c:478 -#: eavr6.c:478 eavrtiny.c:478 eavrxmega1.c:478 eavrxmega2.c:478 -#: eavrxmega3.c:478 eavrxmega4.c:478 eavrxmega5.c:478 eavrxmega6.c:478 -#: eavrxmega7.c:478 ecriself.c:270 ecrislinux.c:353 ecskyelf.c:514 -#: ecskyelf_linux.c:622 ed10velf.c:255 eelf32_sparc.c:378 -#: eelf32_sparc_sol2.c:509 eelf32_sparc_vxworks.c:415 eelf32_spu.c:852 -#: eelf32_tic6x_be.c:489 eelf32_tic6x_elf_be.c:489 eelf32_tic6x_elf_le.c:489 -#: eelf32_tic6x_le.c:489 eelf32_tic6x_linux_be.c:489 -#: eelf32_tic6x_linux_le.c:489 eelf32_x86_64.c:412 eelf32am33lin.c:352 -#: eelf32b4300.c:593 eelf32bfin.c:370 eelf32bfinfd.c:395 eelf32bmip.c:593 -#: eelf32bmipn32.c:607 eelf32briscv.c:432 eelf32briscv_ilp32.c:432 -#: eelf32briscv_ilp32f.c:432 eelf32bsmip.c:607 eelf32btsmip.c:593 -#: eelf32btsmip_fbsd.c:593 eelf32btsmipn32.c:593 eelf32btsmipn32_fbsd.c:593 -#: eelf32cr16.c:405 eelf32crx.c:292 eelf32ebmip.c:593 eelf32ebmipvxworks.c:628 -#: eelf32elmip.c:593 eelf32elmipvxworks.c:628 eelf32epiphany.c:270 -#: eelf32epiphany_4x4.c:257 eelf32frvfd.c:377 eelf32ip2k.c:270 -#: eelf32l4300.c:593 eelf32lm32.c:270 eelf32lm32fd.c:377 eelf32lmip.c:593 -#: eelf32lppc.c:629 eelf32lppclinux.c:629 eelf32lppcnto.c:629 -#: eelf32lppcsim.c:629 eelf32lr5900.c:511 eelf32lr5900n32.c:510 -#: eelf32lriscv.c:432 eelf32lriscv_ilp32.c:432 eelf32lriscv_ilp32f.c:432 -#: eelf32lsmip.c:593 eelf32ltsmip.c:593 eelf32ltsmip_fbsd.c:593 -#: eelf32ltsmipn32.c:593 eelf32ltsmipn32_fbsd.c:593 eelf32m32c.c:281 -#: eelf32mb_linux.c:378 eelf32mbel_linux.c:378 eelf32mcore.c:276 -#: eelf32mep.c:255 eelf32metag.c:627 eelf32microblaze.c:255 -#: eelf32microblazeel.c:255 eelf32mipswindiss.c:485 eelf32moxie.c:270 -#: eelf32or1k.c:271 eelf32or1k_linux.c:378 eelf32ppc.c:629 eelf32ppc_fbsd.c:629 -#: eelf32ppclinux.c:629 eelf32ppcnto.c:629 eelf32ppcsim.c:629 -#: eelf32ppcvxworks.c:603 eelf32ppcwindiss.c:629 eelf32rl78.c:270 -#: eelf32rx.c:298 eelf32rx_linux.c:283 eelf32tilegx.c:378 eelf32tilegx_be.c:378 -#: eelf32tilepro.c:378 eelf32vax.c:352 eelf32visium.c:255 eelf32xc16x.c:255 -#: eelf32xc16xl.c:255 eelf32xc16xs.c:255 eelf32xstormy16.c:266 -#: eelf32xtensa.c:2299 eelf32z80.c:282 eelf64_aix.c:352 eelf64_ia64.c:409 -#: eelf64_ia64_fbsd.c:409 eelf64_s390.c:448 eelf64_sparc.c:378 -#: eelf64_sparc_fbsd.c:378 eelf64_sparc_sol2.c:509 eelf64alpha.c:471 -#: eelf64alpha_fbsd.c:471 eelf64alpha_nbsd.c:471 eelf64bmip.c:607 -#: eelf64bpf.c:255 eelf64briscv.c:432 eelf64briscv_lp64.c:432 -#: eelf64briscv_lp64f.c:432 eelf64btsmip.c:593 eelf64btsmip_fbsd.c:593 -#: eelf64hppa.c:322 eelf64lppc.c:1079 eelf64lppc_fbsd.c:1079 eelf64lriscv.c:432 -#: eelf64lriscv_lp64.c:432 eelf64lriscv_lp64f.c:432 eelf64ltsmip.c:593 -#: eelf64ltsmip_fbsd.c:593 eelf64mmix.c:4129 eelf64ppc.c:1079 -#: eelf64ppc_fbsd.c:1079 eelf64rdos.c:403 eelf64tilegx.c:378 -#: eelf64tilegx_be.c:378 eelf_i386.c:412 eelf_i386_be.c:376 -#: eelf_i386_fbsd.c:412 eelf_i386_ldso.c:387 eelf_i386_sol2.c:543 -#: eelf_i386_vxworks.c:439 eelf_iamcu.c:4895 eelf_k1om.c:5251 -#: eelf_k1om_fbsd.c:5251 eelf_l1om.c:5251 eelf_l1om_fbsd.c:5251 eelf_s390.c:378 -#: eelf_x86_64.c:412 eelf_x86_64_cloudabi.c:412 eelf_x86_64_fbsd.c:412 -#: eelf_x86_64_sol2.c:543 eh8300elf.c:270 eh8300elf_linux.c:270 -#: eh8300helf.c:270 eh8300helf_linux.c:270 eh8300hnelf.c:270 eh8300self.c:270 -#: eh8300self_linux.c:270 eh8300snelf.c:270 eh8300sxelf.c:270 -#: eh8300sxelf_linux.c:270 eh8300sxnelf.c:270 ehppa64linux.c:352 ehppaelf.c:538 -#: ehppalinux.c:661 ehppanbsd.c:661 ehppaobsd.c:661 ei386lynx.c:367 -#: ei386moss.c:367 ei386nto.c:367 em32relf.c:270 em32relf_linux.c:377 -#: em32rlelf.c:270 em32rlelf_linux.c:377 em68hc11elf.c:540 em68hc11elfb.c:540 -#: em68hc12elf.c:540 em68hc12elfb.c:540 em68kelf.c:535 em68kelfnbsd.c:535 -#: emn10300.c:352 ends32belf.c:391 ends32belf16m.c:391 ends32belf_linux.c:465 -#: ends32elf.c:391 ends32elf16m.c:391 ends32elf_linux.c:465 enios2elf.c:557 -#: enios2linux.c:639 epruelf.c:276 escore3_elf.c:373 escore7_elf.c:373 -#: eshelf.c:352 eshelf_fd.c:378 eshelf_linux.c:378 eshelf_nbsd.c:352 -#: eshelf_nto.c:352 eshelf_uclinux.c:352 eshelf_vxworks.c:389 eshlelf.c:352 -#: eshlelf_fd.c:378 eshlelf_linux.c:378 eshlelf_nbsd.c:352 eshlelf_nto.c:352 -#: eshlelf_vxworks.c:389 ev850.c:302 ev850_rh850.c:302 +#: eaarch64cloudabi.c:694 eaarch64cloudabib.c:694 eaarch64elf.c:693 +#: eaarch64elf32.c:693 eaarch64elf32b.c:693 eaarch64elfb.c:693 +#: eaarch64fbsd.c:694 eaarch64fbsdb.c:694 eaarch64linux.c:694 +#: eaarch64linux32.c:694 eaarch64linux32b.c:694 eaarch64linuxb.c:694 +#: earcelf.c:326 earclinux.c:382 earclinux_nps.c:382 earcv2elf.c:259 +#: earcv2elfx.c:259 earmelf.c:936 earmelf_fbsd.c:936 earmelf_fuchsia.c:937 +#: earmelf_linux.c:937 earmelf_linux_eabi.c:937 earmelf_linux_fdpiceabi.c:937 +#: earmelf_nacl.c:937 earmelf_nbsd.c:936 earmelf_phoenix.c:937 +#: earmelf_vxworks.c:972 earmelfb.c:936 earmelfb_fbsd.c:936 +#: earmelfb_fuchsia.c:937 earmelfb_linux.c:937 earmelfb_linux_eabi.c:937 +#: earmelfb_linux_fdpiceabi.c:937 earmelfb_nacl.c:937 earmelfb_nbsd.c:936 +#: earmnto.c:911 eavr1.c:482 eavr2.c:482 eavr25.c:482 eavr3.c:482 eavr31.c:482 +#: eavr35.c:482 eavr4.c:482 eavr5.c:482 eavr51.c:482 eavr6.c:482 eavrtiny.c:482 +#: eavrxmega1.c:482 eavrxmega2.c:482 eavrxmega3.c:482 eavrxmega4.c:482 +#: eavrxmega5.c:482 eavrxmega6.c:482 eavrxmega7.c:482 ecriself.c:274 +#: ecrislinux.c:357 ecskyelf.c:518 ecskyelf_linux.c:626 ed10velf.c:259 +#: eelf32_sparc.c:382 eelf32_sparc_sol2.c:514 eelf32_sparc_vxworks.c:419 +#: eelf32_spu.c:992 eelf32_tic6x_be.c:493 eelf32_tic6x_elf_be.c:493 +#: eelf32_tic6x_elf_le.c:493 eelf32_tic6x_le.c:493 eelf32_tic6x_linux_be.c:493 +#: eelf32_tic6x_linux_le.c:493 eelf32_x86_64.c:5451 eelf32am33lin.c:356 +#: eelf32b4300.c:597 eelf32bfin.c:374 eelf32bfinfd.c:399 eelf32bmip.c:597 +#: eelf32bmipn32.c:611 eelf32briscv.c:454 eelf32briscv_ilp32.c:454 +#: eelf32briscv_ilp32f.c:454 eelf32bsmip.c:611 eelf32btsmip.c:597 +#: eelf32btsmip_fbsd.c:597 eelf32btsmipn32.c:597 eelf32btsmipn32_fbsd.c:597 +#: eelf32cr16.c:409 eelf32crx.c:296 eelf32ebmip.c:597 eelf32ebmipvxworks.c:632 +#: eelf32elmip.c:597 eelf32elmipvxworks.c:632 eelf32epiphany.c:274 +#: eelf32epiphany_4x4.c:261 eelf32frvfd.c:381 eelf32ip2k.c:274 +#: eelf32l4300.c:597 eelf32lm32.c:274 eelf32lm32fd.c:381 eelf32lmip.c:597 +#: eelf32lppc.c:645 eelf32lppclinux.c:645 eelf32lppcnto.c:645 +#: eelf32lppcsim.c:645 eelf32lr5900.c:515 eelf32lr5900n32.c:514 +#: eelf32lriscv.c:454 eelf32lriscv_ilp32.c:454 eelf32lriscv_ilp32f.c:454 +#: eelf32lsmip.c:597 eelf32ltsmip.c:597 eelf32ltsmip_fbsd.c:597 +#: eelf32ltsmipn32.c:597 eelf32ltsmipn32_fbsd.c:597 eelf32m32c.c:285 +#: eelf32mb_linux.c:382 eelf32mbel_linux.c:382 eelf32mcore.c:280 +#: eelf32mep.c:259 eelf32metag.c:631 eelf32microblaze.c:259 +#: eelf32microblazeel.c:259 eelf32mipswindiss.c:489 eelf32moxie.c:274 +#: eelf32or1k.c:275 eelf32or1k_linux.c:382 eelf32ppc.c:645 eelf32ppc_fbsd.c:645 +#: eelf32ppclinux.c:645 eelf32ppcnto.c:645 eelf32ppcsim.c:645 +#: eelf32ppcvxworks.c:619 eelf32ppcwindiss.c:645 eelf32rl78.c:274 +#: eelf32rx.c:302 eelf32rx_linux.c:287 eelf32tilegx.c:382 eelf32tilegx_be.c:382 +#: eelf32tilepro.c:382 eelf32vax.c:356 eelf32visium.c:259 eelf32xc16x.c:259 +#: eelf32xc16xl.c:259 eelf32xc16xs.c:259 eelf32xstormy16.c:270 +#: eelf32xtensa.c:2303 eelf32z80.c:286 eelf64_aix.c:356 eelf64_ia64.c:413 +#: eelf64_ia64_fbsd.c:413 eelf64_s390.c:452 eelf64_sparc.c:382 +#: eelf64_sparc_fbsd.c:382 eelf64_sparc_sol2.c:514 eelf64alpha.c:475 +#: eelf64alpha_fbsd.c:475 eelf64alpha_nbsd.c:475 eelf64bmip.c:611 +#: eelf64bpf.c:259 eelf64briscv.c:454 eelf64briscv_lp64.c:454 +#: eelf64briscv_lp64f.c:454 eelf64btsmip.c:597 eelf64btsmip_fbsd.c:597 +#: eelf64hppa.c:326 eelf64lppc.c:1094 eelf64lppc_fbsd.c:1094 eelf64lriscv.c:454 +#: eelf64lriscv_lp64.c:454 eelf64lriscv_lp64f.c:454 eelf64ltsmip.c:597 +#: eelf64ltsmip_fbsd.c:597 eelf64mmix.c:467 eelf64ppc.c:1094 +#: eelf64ppc_fbsd.c:1094 eelf64rdos.c:407 eelf64tilegx.c:382 +#: eelf64tilegx_be.c:382 eelf_i386.c:5073 eelf_i386_be.c:380 +#: eelf_i386_fbsd.c:416 eelf_i386_ldso.c:391 eelf_i386_sol2.c:548 +#: eelf_i386_vxworks.c:443 eelf_iamcu.c:416 eelf_k1om.c:5407 +#: eelf_k1om_fbsd.c:416 eelf_l1om.c:5407 eelf_l1om_fbsd.c:416 eelf_s390.c:382 +#: eelf_x86_64.c:5451 eelf_x86_64_cloudabi.c:416 eelf_x86_64_fbsd.c:416 +#: eelf_x86_64_sol2.c:548 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:356 ehppaelf.c:542 +#: ehppalinux.c:665 ehppanbsd.c:665 ehppaobsd.c:665 ei386lynx.c:371 +#: ei386moss.c:371 ei386nto.c:371 em32relf.c:274 em32relf_linux.c:381 +#: em32rlelf.c:274 em32rlelf_linux.c:381 em68hc11elf.c:544 em68hc11elfb.c:544 +#: em68hc12elf.c:544 em68hc12elfb.c:544 em68kelf.c:539 em68kelfnbsd.c:539 +#: emn10300.c:356 ends32belf.c:395 ends32belf16m.c:395 ends32belf_linux.c:469 +#: ends32elf.c:395 ends32elf16m.c:395 ends32elf_linux.c:469 enios2elf.c:561 +#: enios2linux.c:643 epruelf.c:280 escore3_elf.c:377 escore7_elf.c:377 +#: eshelf.c:356 eshelf_fd.c:382 eshelf_linux.c:382 eshelf_nbsd.c:356 +#: eshelf_nto.c:356 eshelf_uclinux.c:356 eshelf_vxworks.c:393 eshlelf.c:356 +#: eshlelf_fd.c:382 eshlelf_linux.c:382 eshlelf_nbsd.c:356 eshlelf_nto.c:356 +#: eshlelf_vxworks.c:393 ev850.c:306 ev850_rh850.c:306 msgid "" "%F%P: invalid visibility in `-z %s'; must be default, internal, hidden, or " "protected" msgstr "" -#: eaarch64cloudabi.c:763 eaarch64cloudabib.c:763 eaarch64elf.c:5399 -#: eaarch64elf32.c:758 eaarch64elf32b.c:758 eaarch64elfb.c:758 -#: eaarch64fbsd.c:763 eaarch64fbsdb.c:763 eaarch64linux.c:763 -#: eaarch64linux32.c:763 eaarch64linux32b.c:763 eaarch64linuxb.c:763 -#: earcelf.c:382 earclinux.c:442 earclinux_nps.c:442 earcv2elf.c:260 -#: earcv2elfx.c:260 earmelf.c:992 earmelf_fbsd.c:992 earmelf_fuchsia.c:997 -#: earmelf_linux.c:997 earmelf_linux_eabi.c:997 earmelf_linux_fdpiceabi.c:997 -#: earmelf_nacl.c:997 earmelf_nbsd.c:992 earmelf_phoenix.c:997 -#: earmelf_vxworks.c:1028 earmelfb.c:992 earmelfb_fbsd.c:992 -#: earmelfb_fuchsia.c:997 earmelfb_linux.c:997 earmelfb_linux_eabi.c:997 -#: earmelfb_linux_fdpiceabi.c:997 earmelfb_nacl.c:997 earmelfb_nbsd.c:992 -#: earmnto.c:967 earmsymbian.c:992 eavr1.c:483 eavr2.c:483 eavr25.c:483 -#: eavr3.c:483 eavr31.c:483 eavr35.c:483 eavr4.c:483 eavr5.c:483 eavr51.c:483 -#: eavr6.c:483 eavrtiny.c:483 eavrxmega1.c:483 eavrxmega2.c:483 -#: eavrxmega3.c:483 eavrxmega4.c:483 eavrxmega5.c:483 eavrxmega6.c:483 -#: eavrxmega7.c:483 ecriself.c:275 ecrislinux.c:417 ecskyelf.c:519 -#: ecskyelf_linux.c:686 ed10velf.c:260 eelf32_sparc.c:442 -#: eelf32_sparc_sol2.c:573 eelf32_sparc_vxworks.c:479 eelf32_spu.c:857 -#: eelf32_tic6x_be.c:549 eelf32_tic6x_elf_be.c:549 eelf32_tic6x_elf_le.c:549 -#: eelf32_tic6x_le.c:549 eelf32_tic6x_linux_be.c:549 -#: eelf32_tic6x_linux_le.c:549 eelf32_x86_64.c:556 eelf32am33lin.c:412 -#: eelf32b4300.c:657 eelf32bfin.c:430 eelf32bfinfd.c:455 eelf32bmip.c:657 -#: eelf32bmipn32.c:671 eelf32briscv.c:496 eelf32briscv_ilp32.c:496 -#: eelf32briscv_ilp32f.c:496 eelf32bsmip.c:671 eelf32btsmip.c:657 -#: eelf32btsmip_fbsd.c:657 eelf32btsmipn32.c:657 eelf32btsmipn32_fbsd.c:657 -#: eelf32cr16.c:410 eelf32crx.c:297 eelf32ebmip.c:657 eelf32ebmipvxworks.c:692 -#: eelf32elmip.c:657 eelf32elmipvxworks.c:692 eelf32epiphany.c:275 -#: eelf32epiphany_4x4.c:262 eelf32frvfd.c:437 eelf32ip2k.c:275 -#: eelf32l4300.c:657 eelf32lm32.c:275 eelf32lm32fd.c:437 eelf32lmip.c:657 -#: eelf32lppc.c:699 eelf32lppclinux.c:699 eelf32lppcnto.c:699 -#: eelf32lppcsim.c:699 eelf32lr5900.c:516 eelf32lr5900n32.c:515 -#: eelf32lriscv.c:496 eelf32lriscv_ilp32.c:496 eelf32lriscv_ilp32f.c:496 -#: eelf32lsmip.c:657 eelf32ltsmip.c:657 eelf32ltsmip_fbsd.c:657 -#: eelf32ltsmipn32.c:657 eelf32ltsmipn32_fbsd.c:657 eelf32m32c.c:286 -#: eelf32mb_linux.c:442 eelf32mbel_linux.c:442 eelf32mcore.c:281 -#: eelf32mep.c:260 eelf32metag.c:691 eelf32microblaze.c:260 -#: eelf32microblazeel.c:260 eelf32mipswindiss.c:490 eelf32moxie.c:275 -#: eelf32or1k.c:276 eelf32or1k_linux.c:442 eelf32ppc.c:699 eelf32ppc_fbsd.c:699 -#: eelf32ppclinux.c:699 eelf32ppcnto.c:699 eelf32ppcsim.c:699 -#: eelf32ppcvxworks.c:673 eelf32ppcwindiss.c:699 eelf32rl78.c:275 -#: eelf32rx.c:303 eelf32rx_linux.c:288 eelf32tilegx.c:442 eelf32tilegx_be.c:442 -#: eelf32tilepro.c:442 eelf32vax.c:412 eelf32visium.c:260 eelf32xc16x.c:260 -#: eelf32xc16xl.c:260 eelf32xc16xs.c:260 eelf32xstormy16.c:271 -#: eelf32xtensa.c:2363 eelf32z80.c:287 eelf64_aix.c:412 eelf64_ia64.c:469 -#: eelf64_ia64_fbsd.c:469 eelf64_s390.c:512 eelf64_sparc.c:442 -#: eelf64_sparc_fbsd.c:442 eelf64_sparc_sol2.c:573 eelf64alpha.c:535 -#: eelf64alpha_fbsd.c:535 eelf64alpha_nbsd.c:535 eelf64bmip.c:671 -#: eelf64bpf.c:260 eelf64briscv.c:496 eelf64briscv_lp64.c:496 -#: eelf64briscv_lp64f.c:496 eelf64btsmip.c:657 eelf64btsmip_fbsd.c:657 -#: eelf64hppa.c:382 eelf64lppc.c:1149 eelf64lppc_fbsd.c:1149 eelf64lriscv.c:496 -#: eelf64lriscv_lp64.c:496 eelf64lriscv_lp64f.c:496 eelf64ltsmip.c:657 -#: eelf64ltsmip_fbsd.c:657 eelf64mmix.c:4189 eelf64ppc.c:1149 -#: eelf64ppc_fbsd.c:1149 eelf64rdos.c:467 eelf64tilegx.c:442 -#: eelf64tilegx_be.c:442 eelf_i386.c:553 eelf_i386_be.c:479 -#: eelf_i386_fbsd.c:553 eelf_i386_ldso.c:494 eelf_i386_sol2.c:650 -#: eelf_i386_vxworks.c:546 eelf_iamcu.c:5002 eelf_k1om.c:5358 -#: eelf_k1om_fbsd.c:5358 eelf_l1om.c:5358 eelf_l1om_fbsd.c:5358 eelf_s390.c:442 -#: eelf_x86_64.c:606 eelf_x86_64_cloudabi.c:606 eelf_x86_64_fbsd.c:606 -#: eelf_x86_64_sol2.c:737 eh8300elf.c:275 eh8300elf_linux.c:275 -#: eh8300helf.c:275 eh8300helf_linux.c:275 eh8300hnelf.c:275 eh8300self.c:275 -#: eh8300self_linux.c:275 eh8300snelf.c:275 eh8300sxelf.c:275 -#: eh8300sxelf_linux.c:275 eh8300sxnelf.c:275 ehppa64linux.c:412 ehppaelf.c:543 -#: ehppalinux.c:725 ehppanbsd.c:725 ehppaobsd.c:725 ei386lynx.c:427 -#: ei386moss.c:427 ei386nto.c:427 em32relf.c:275 em32relf_linux.c:437 -#: em32rlelf.c:275 em32rlelf_linux.c:437 em68hc11elf.c:545 em68hc11elfb.c:545 -#: em68hc12elf.c:545 em68hc12elfb.c:545 em68kelf.c:599 em68kelfnbsd.c:599 -#: emn10300.c:412 ends32belf.c:396 ends32belf16m.c:396 ends32belf_linux.c:529 -#: ends32elf.c:396 ends32elf16m.c:396 ends32elf_linux.c:529 enios2elf.c:562 -#: enios2linux.c:703 epruelf.c:281 escore3_elf.c:433 escore7_elf.c:433 -#: eshelf.c:412 eshelf_fd.c:442 eshelf_linux.c:442 eshelf_nbsd.c:412 -#: eshelf_nto.c:412 eshelf_uclinux.c:412 eshelf_vxworks.c:449 eshlelf.c:412 -#: eshlelf_fd.c:442 eshlelf_linux.c:442 eshlelf_nbsd.c:412 eshlelf_nto.c:412 -#: eshlelf_vxworks.c:449 ev850.c:307 ev850_rh850.c:307 +#: eaarch64cloudabi.c:767 eaarch64cloudabib.c:767 eaarch64elf.c:762 +#: eaarch64elf32.c:762 eaarch64elf32b.c:762 eaarch64elfb.c:762 +#: eaarch64fbsd.c:767 eaarch64fbsdb.c:767 eaarch64linux.c:767 +#: eaarch64linux32.c:767 eaarch64linux32b.c:767 eaarch64linuxb.c:767 +#: earcelf.c:386 earclinux.c:446 earclinux_nps.c:446 earcv2elf.c:264 +#: earcv2elfx.c:264 earmelf.c:996 earmelf_fbsd.c:996 earmelf_fuchsia.c:1001 +#: earmelf_linux.c:1001 earmelf_linux_eabi.c:1001 +#: earmelf_linux_fdpiceabi.c:1001 earmelf_nacl.c:1001 earmelf_nbsd.c:996 +#: earmelf_phoenix.c:1001 earmelf_vxworks.c:1032 earmelfb.c:996 +#: earmelfb_fbsd.c:996 earmelfb_fuchsia.c:1001 earmelfb_linux.c:1001 +#: earmelfb_linux_eabi.c:1001 earmelfb_linux_fdpiceabi.c:1001 +#: earmelfb_nacl.c:1001 earmelfb_nbsd.c:996 earmnto.c:971 eavr1.c:487 +#: eavr2.c:487 eavr25.c:487 eavr3.c:487 eavr31.c:487 eavr35.c:487 eavr4.c:487 +#: eavr5.c:487 eavr51.c:487 eavr6.c:487 eavrtiny.c:487 eavrxmega1.c:487 +#: eavrxmega2.c:487 eavrxmega3.c:487 eavrxmega4.c:487 eavrxmega5.c:487 +#: eavrxmega6.c:487 eavrxmega7.c:487 ecriself.c:279 ecrislinux.c:421 +#: ecskyelf.c:523 ecskyelf_linux.c:690 ed10velf.c:264 eelf32_sparc.c:446 +#: eelf32_sparc_sol2.c:578 eelf32_sparc_vxworks.c:483 eelf32_spu.c:997 +#: eelf32_tic6x_be.c:553 eelf32_tic6x_elf_be.c:553 eelf32_tic6x_elf_le.c:553 +#: eelf32_tic6x_le.c:553 eelf32_tic6x_linux_be.c:553 +#: eelf32_tic6x_linux_le.c:553 eelf32_x86_64.c:5598 eelf32am33lin.c:416 +#: eelf32b4300.c:661 eelf32bfin.c:434 eelf32bfinfd.c:459 eelf32bmip.c:661 +#: eelf32bmipn32.c:675 eelf32briscv.c:518 eelf32briscv_ilp32.c:518 +#: eelf32briscv_ilp32f.c:518 eelf32bsmip.c:675 eelf32btsmip.c:661 +#: eelf32btsmip_fbsd.c:661 eelf32btsmipn32.c:661 eelf32btsmipn32_fbsd.c:661 +#: eelf32cr16.c:414 eelf32crx.c:301 eelf32ebmip.c:661 eelf32ebmipvxworks.c:696 +#: eelf32elmip.c:661 eelf32elmipvxworks.c:696 eelf32epiphany.c:279 +#: eelf32epiphany_4x4.c:266 eelf32frvfd.c:441 eelf32ip2k.c:279 +#: eelf32l4300.c:661 eelf32lm32.c:279 eelf32lm32fd.c:441 eelf32lmip.c:661 +#: eelf32lppc.c:715 eelf32lppclinux.c:715 eelf32lppcnto.c:715 +#: eelf32lppcsim.c:715 eelf32lr5900.c:520 eelf32lr5900n32.c:519 +#: eelf32lriscv.c:518 eelf32lriscv_ilp32.c:518 eelf32lriscv_ilp32f.c:518 +#: eelf32lsmip.c:661 eelf32ltsmip.c:661 eelf32ltsmip_fbsd.c:661 +#: eelf32ltsmipn32.c:661 eelf32ltsmipn32_fbsd.c:661 eelf32m32c.c:290 +#: eelf32mb_linux.c:446 eelf32mbel_linux.c:446 eelf32mcore.c:285 +#: eelf32mep.c:264 eelf32metag.c:695 eelf32microblaze.c:264 +#: eelf32microblazeel.c:264 eelf32mipswindiss.c:494 eelf32moxie.c:279 +#: eelf32or1k.c:280 eelf32or1k_linux.c:446 eelf32ppc.c:715 eelf32ppc_fbsd.c:715 +#: eelf32ppclinux.c:715 eelf32ppcnto.c:715 eelf32ppcsim.c:715 +#: eelf32ppcvxworks.c:689 eelf32ppcwindiss.c:715 eelf32rl78.c:279 +#: eelf32rx.c:307 eelf32rx_linux.c:292 eelf32tilegx.c:446 eelf32tilegx_be.c:446 +#: eelf32tilepro.c:446 eelf32vax.c:416 eelf32visium.c:264 eelf32xc16x.c:264 +#: eelf32xc16xl.c:264 eelf32xc16xs.c:264 eelf32xstormy16.c:275 +#: eelf32xtensa.c:2367 eelf32z80.c:291 eelf64_aix.c:416 eelf64_ia64.c:473 +#: eelf64_ia64_fbsd.c:473 eelf64_s390.c:516 eelf64_sparc.c:446 +#: eelf64_sparc_fbsd.c:446 eelf64_sparc_sol2.c:578 eelf64alpha.c:539 +#: eelf64alpha_fbsd.c:539 eelf64alpha_nbsd.c:539 eelf64bmip.c:675 +#: eelf64bpf.c:264 eelf64briscv.c:518 eelf64briscv_lp64.c:518 +#: eelf64briscv_lp64f.c:518 eelf64btsmip.c:661 eelf64btsmip_fbsd.c:661 +#: eelf64hppa.c:386 eelf64lppc.c:1164 eelf64lppc_fbsd.c:1164 eelf64lriscv.c:518 +#: eelf64lriscv_lp64.c:518 eelf64lriscv_lp64f.c:518 eelf64ltsmip.c:661 +#: eelf64ltsmip_fbsd.c:661 eelf64mmix.c:527 eelf64ppc.c:1164 +#: eelf64ppc_fbsd.c:1164 eelf64rdos.c:471 eelf64tilegx.c:446 +#: eelf64tilegx_be.c:446 eelf_i386.c:5217 eelf_i386_be.c:483 +#: eelf_i386_fbsd.c:560 eelf_i386_ldso.c:498 eelf_i386_sol2.c:655 +#: eelf_i386_vxworks.c:550 eelf_iamcu.c:523 eelf_k1om.c:5514 +#: eelf_k1om_fbsd.c:523 eelf_l1om.c:5514 eelf_l1om_fbsd.c:523 eelf_s390.c:446 +#: eelf_x86_64.c:5651 eelf_x86_64_cloudabi.c:616 eelf_x86_64_fbsd.c:616 +#: eelf_x86_64_sol2.c:748 eh8300elf.c:279 eh8300elf_linux.c:279 +#: eh8300helf.c:279 eh8300helf_linux.c:279 eh8300hnelf.c:279 eh8300self.c:279 +#: eh8300self_linux.c:279 eh8300snelf.c:279 eh8300sxelf.c:279 +#: eh8300sxelf_linux.c:279 eh8300sxnelf.c:279 ehppa64linux.c:416 ehppaelf.c:547 +#: ehppalinux.c:729 ehppanbsd.c:729 ehppaobsd.c:729 ei386lynx.c:431 +#: ei386moss.c:431 ei386nto.c:431 em32relf.c:279 em32relf_linux.c:441 +#: em32rlelf.c:279 em32rlelf_linux.c:441 em68hc11elf.c:549 em68hc11elfb.c:549 +#: em68hc12elf.c:549 em68hc12elfb.c:549 em68kelf.c:603 em68kelfnbsd.c:603 +#: emn10300.c:416 ends32belf.c:400 ends32belf16m.c:400 ends32belf_linux.c:533 +#: ends32elf.c:400 ends32elf16m.c:400 ends32elf_linux.c:533 enios2elf.c:566 +#: enios2linux.c:707 epruelf.c:285 escore3_elf.c:437 escore7_elf.c:437 +#: eshelf.c:416 eshelf_fd.c:446 eshelf_linux.c:446 eshelf_nbsd.c:416 +#: eshelf_nto.c:416 eshelf_uclinux.c:416 eshelf_vxworks.c:453 eshlelf.c:416 +#: eshlelf_fd.c:446 eshlelf_linux.c:446 eshlelf_nbsd.c:416 eshlelf_nto.c:416 +#: eshlelf_vxworks.c:453 ev850.c:311 ev850_rh850.c:311 msgid "%P: warning: -z %s ignored\n" msgstr "" -#: eaarch64cloudabi.c:797 eaarch64cloudabib.c:797 eaarch64elf.c:5433 -#: eaarch64elf32.c:792 eaarch64elf32b.c:792 eaarch64elfb.c:792 -#: eaarch64fbsd.c:797 eaarch64fbsdb.c:797 eaarch64linux.c:797 -#: eaarch64linux32.c:797 eaarch64linux32b.c:797 eaarch64linuxb.c:797 +#: eaarch64cloudabi.c:801 eaarch64cloudabib.c:801 eaarch64elf.c:796 +#: eaarch64elf32.c:796 eaarch64elf32b.c:796 eaarch64elfb.c:796 +#: eaarch64fbsd.c:801 eaarch64fbsdb.c:801 eaarch64linux.c:801 +#: eaarch64linux32.c:801 eaarch64linux32b.c:801 eaarch64linuxb.c:801 msgid "%P: error: unrecognized option for --fix-cortex-a53-843419: %s\n" msgstr "" -#: eaarch64cloudabi.c:826 eaarch64cloudabib.c:826 eaarch64elf.c:5462 -#: eaarch64elf32.c:821 eaarch64elf32b.c:821 eaarch64elfb.c:821 -#: eaarch64fbsd.c:826 eaarch64fbsdb.c:826 eaarch64linux.c:826 -#: eaarch64linux32.c:826 eaarch64linux32b.c:826 eaarch64linuxb.c:826 -#: earmelf.c:1129 earmelf_fbsd.c:1129 earmelf_fuchsia.c:1134 -#: earmelf_linux.c:1134 earmelf_linux_eabi.c:1134 -#: earmelf_linux_fdpiceabi.c:1134 earmelf_nacl.c:1134 earmelf_nbsd.c:1129 -#: earmelf_phoenix.c:1134 earmelf_vxworks.c:1169 earmelfb.c:1129 -#: earmelfb_fbsd.c:1129 earmelfb_fuchsia.c:1134 earmelfb_linux.c:1134 -#: earmelfb_linux_eabi.c:1134 earmelfb_linux_fdpiceabi.c:1134 -#: earmelfb_nacl.c:1134 earmelfb_nbsd.c:1129 earmnto.c:1104 earmsymbian.c:1129 +#: eaarch64cloudabi.c:830 eaarch64cloudabib.c:830 eaarch64elf.c:825 +#: eaarch64elf32.c:825 eaarch64elf32b.c:825 eaarch64elfb.c:825 +#: eaarch64fbsd.c:830 eaarch64fbsdb.c:830 eaarch64linux.c:830 +#: eaarch64linux32.c:830 eaarch64linux32b.c:830 eaarch64linuxb.c:830 +#: earmelf.c:1133 earmelf_fbsd.c:1133 earmelf_fuchsia.c:1138 +#: earmelf_linux.c:1138 earmelf_linux_eabi.c:1138 +#: earmelf_linux_fdpiceabi.c:1138 earmelf_nacl.c:1138 earmelf_nbsd.c:1133 +#: earmelf_phoenix.c:1138 earmelf_vxworks.c:1173 earmelfb.c:1133 +#: earmelfb_fbsd.c:1133 earmelfb_fuchsia.c:1138 earmelfb_linux.c:1138 +#: earmelfb_linux_eabi.c:1138 earmelfb_linux_fdpiceabi.c:1138 +#: earmelfb_nacl.c:1138 earmelfb_nbsd.c:1133 earmnto.c:1108 #, c-format msgid "" " --no-enum-size-warning Don't warn about objects with incompatible\n" " enum sizes\n" msgstr "" -#: eaarch64cloudabi.c:828 eaarch64cloudabib.c:828 eaarch64elf.c:5464 -#: eaarch64elf32.c:823 eaarch64elf32b.c:823 eaarch64elfb.c:823 -#: eaarch64fbsd.c:828 eaarch64fbsdb.c:828 eaarch64linux.c:828 -#: eaarch64linux32.c:828 eaarch64linux32b.c:828 eaarch64linuxb.c:828 -#: earmelf.c:1131 earmelf_fbsd.c:1131 earmelf_fuchsia.c:1136 -#: earmelf_linux.c:1136 earmelf_linux_eabi.c:1136 -#: earmelf_linux_fdpiceabi.c:1136 earmelf_nacl.c:1136 earmelf_nbsd.c:1131 -#: earmelf_phoenix.c:1136 earmelf_vxworks.c:1171 earmelfb.c:1131 -#: earmelfb_fbsd.c:1131 earmelfb_fuchsia.c:1136 earmelfb_linux.c:1136 -#: earmelfb_linux_eabi.c:1136 earmelfb_linux_fdpiceabi.c:1136 -#: earmelfb_nacl.c:1136 earmelfb_nbsd.c:1131 earmnto.c:1106 earmsymbian.c:1131 +#: eaarch64cloudabi.c:832 eaarch64cloudabib.c:832 eaarch64elf.c:827 +#: eaarch64elf32.c:827 eaarch64elf32b.c:827 eaarch64elfb.c:827 +#: eaarch64fbsd.c:832 eaarch64fbsdb.c:832 eaarch64linux.c:832 +#: eaarch64linux32.c:832 eaarch64linux32b.c:832 eaarch64linuxb.c:832 +#: earmelf.c:1135 earmelf_fbsd.c:1135 earmelf_fuchsia.c:1140 +#: earmelf_linux.c:1140 earmelf_linux_eabi.c:1140 +#: earmelf_linux_fdpiceabi.c:1140 earmelf_nacl.c:1140 earmelf_nbsd.c:1135 +#: earmelf_phoenix.c:1140 earmelf_vxworks.c:1175 earmelfb.c:1135 +#: earmelfb_fbsd.c:1135 earmelfb_fuchsia.c:1140 earmelfb_linux.c:1140 +#: earmelfb_linux_eabi.c:1140 earmelfb_linux_fdpiceabi.c:1140 +#: earmelfb_nacl.c:1140 earmelfb_nbsd.c:1135 earmnto.c:1110 #, c-format msgid "" " --no-wchar-size-warning Don't warn about objects with incompatible\n" " wchar_t sizes\n" msgstr "" -#: eaarch64cloudabi.c:830 eaarch64cloudabib.c:830 eaarch64elf.c:5466 -#: eaarch64elf32.c:825 eaarch64elf32b.c:825 eaarch64elfb.c:825 -#: eaarch64fbsd.c:830 eaarch64fbsdb.c:830 eaarch64linux.c:830 -#: eaarch64linux32.c:830 eaarch64linux32b.c:830 eaarch64linuxb.c:830 -#: earmelf.c:1133 earmelf_fbsd.c:1133 earmelf_fuchsia.c:1138 -#: earmelf_linux.c:1138 earmelf_linux_eabi.c:1138 -#: earmelf_linux_fdpiceabi.c:1138 earmelf_nacl.c:1138 earmelf_nbsd.c:1133 -#: earmelf_phoenix.c:1138 earmelf_vxworks.c:1173 earmelfb.c:1133 -#: earmelfb_fbsd.c:1133 earmelfb_fuchsia.c:1138 earmelfb_linux.c:1138 -#: earmelfb_linux_eabi.c:1138 earmelfb_linux_fdpiceabi.c:1138 -#: earmelfb_nacl.c:1138 earmelfb_nbsd.c:1133 earmnto.c:1108 earmsymbian.c:1133 +#: eaarch64cloudabi.c:834 eaarch64cloudabib.c:834 eaarch64elf.c:829 +#: eaarch64elf32.c:829 eaarch64elf32b.c:829 eaarch64elfb.c:829 +#: eaarch64fbsd.c:834 eaarch64fbsdb.c:834 eaarch64linux.c:834 +#: eaarch64linux32.c:834 eaarch64linux32b.c:834 eaarch64linuxb.c:834 +#: earmelf.c:1137 earmelf_fbsd.c:1137 earmelf_fuchsia.c:1142 +#: earmelf_linux.c:1142 earmelf_linux_eabi.c:1142 +#: earmelf_linux_fdpiceabi.c:1142 earmelf_nacl.c:1142 earmelf_nbsd.c:1137 +#: earmelf_phoenix.c:1142 earmelf_vxworks.c:1177 earmelfb.c:1137 +#: earmelfb_fbsd.c:1137 earmelfb_fuchsia.c:1142 earmelfb_linux.c:1142 +#: earmelfb_linux_eabi.c:1142 earmelfb_linux_fdpiceabi.c:1142 +#: earmelfb_nacl.c:1142 earmelfb_nbsd.c:1137 earmnto.c:1112 #, c-format msgid "" " --pic-veneer Always generate PIC interworking veneers\n" msgstr "" -#: eaarch64cloudabi.c:831 eaarch64cloudabib.c:831 eaarch64elf.c:5467 -#: eaarch64elf32.c:826 eaarch64elf32b.c:826 eaarch64elfb.c:826 -#: eaarch64fbsd.c:831 eaarch64fbsdb.c:831 eaarch64linux.c:831 -#: eaarch64linux32.c:831 eaarch64linux32b.c:831 eaarch64linuxb.c:831 -#: earmelf.c:1140 earmelf_fbsd.c:1140 earmelf_fuchsia.c:1145 -#: earmelf_linux.c:1145 earmelf_linux_eabi.c:1145 -#: earmelf_linux_fdpiceabi.c:1145 earmelf_nacl.c:1145 earmelf_nbsd.c:1140 -#: earmelf_phoenix.c:1145 earmelf_vxworks.c:1180 earmelfb.c:1140 -#: earmelfb_fbsd.c:1140 earmelfb_fuchsia.c:1145 earmelfb_linux.c:1145 -#: earmelfb_linux_eabi.c:1145 earmelfb_linux_fdpiceabi.c:1145 -#: earmelfb_nacl.c:1145 earmelfb_nbsd.c:1140 earmnto.c:1115 earmsymbian.c:1140 +#: eaarch64cloudabi.c:835 eaarch64cloudabib.c:835 eaarch64elf.c:830 +#: eaarch64elf32.c:830 eaarch64elf32b.c:830 eaarch64elfb.c:830 +#: eaarch64fbsd.c:835 eaarch64fbsdb.c:835 eaarch64linux.c:835 +#: eaarch64linux32.c:835 eaarch64linux32b.c:835 eaarch64linuxb.c:835 +#: earmelf.c:1144 earmelf_fbsd.c:1144 earmelf_fuchsia.c:1149 +#: earmelf_linux.c:1149 earmelf_linux_eabi.c:1149 +#: earmelf_linux_fdpiceabi.c:1149 earmelf_nacl.c:1149 earmelf_nbsd.c:1144 +#: earmelf_phoenix.c:1149 earmelf_vxworks.c:1184 earmelfb.c:1144 +#: earmelfb_fbsd.c:1144 earmelfb_fuchsia.c:1149 earmelfb_linux.c:1149 +#: earmelfb_linux_eabi.c:1149 earmelfb_linux_fdpiceabi.c:1149 +#: earmelfb_nacl.c:1149 earmelfb_nbsd.c:1144 earmnto.c:1119 #, c-format msgid "" " --stub-group-size=N Maximum size of a group of input sections " @@ -3569,18 +3610,18 @@ msgid "" " choose suitable defaults.\n" msgstr "" -#: eaarch64cloudabi.c:840 eaarch64cloudabib.c:840 eaarch64elf.c:5476 -#: eaarch64elf32.c:835 eaarch64elf32b.c:835 eaarch64elfb.c:835 -#: eaarch64fbsd.c:840 eaarch64fbsdb.c:840 eaarch64linux.c:840 -#: eaarch64linux32.c:840 eaarch64linux32b.c:840 eaarch64linuxb.c:840 +#: eaarch64cloudabi.c:844 eaarch64cloudabib.c:844 eaarch64elf.c:839 +#: eaarch64elf32.c:839 eaarch64elf32b.c:839 eaarch64elfb.c:839 +#: eaarch64fbsd.c:844 eaarch64fbsdb.c:844 eaarch64linux.c:844 +#: eaarch64linux32.c:844 eaarch64linux32b.c:844 eaarch64linuxb.c:844 #, c-format msgid " --fix-cortex-a53-835769 Fix erratum 835769\n" msgstr "" -#: eaarch64cloudabi.c:841 eaarch64cloudabib.c:841 eaarch64elf.c:5477 -#: eaarch64elf32.c:836 eaarch64elf32b.c:836 eaarch64elfb.c:836 -#: eaarch64fbsd.c:841 eaarch64fbsdb.c:841 eaarch64linux.c:841 -#: eaarch64linux32.c:841 eaarch64linux32b.c:841 eaarch64linuxb.c:841 +#: eaarch64cloudabi.c:845 eaarch64cloudabib.c:845 eaarch64elf.c:840 +#: eaarch64elf32.c:840 eaarch64elf32b.c:840 eaarch64elfb.c:840 +#: eaarch64fbsd.c:845 eaarch64fbsdb.c:845 eaarch64linux.c:845 +#: eaarch64linux32.c:845 eaarch64linux32b.c:845 eaarch64linuxb.c:845 #, c-format msgid "" " --fix-cortex-a53-843419[=full|adr|adrp] Fix erratum 843419 and " @@ -3605,20 +3646,20 @@ msgid "" "you both a performance and size overhead.\n" msgstr "" -#: eaarch64cloudabi.c:852 eaarch64cloudabib.c:852 eaarch64elf.c:5488 -#: eaarch64elf32.c:847 eaarch64elf32b.c:847 eaarch64elfb.c:847 -#: eaarch64fbsd.c:852 eaarch64fbsdb.c:852 eaarch64linux.c:852 -#: eaarch64linux32.c:852 eaarch64linux32b.c:852 eaarch64linuxb.c:852 +#: eaarch64cloudabi.c:856 eaarch64cloudabib.c:856 eaarch64elf.c:851 +#: eaarch64elf32.c:851 eaarch64elf32b.c:851 eaarch64elfb.c:851 +#: eaarch64fbsd.c:856 eaarch64fbsdb.c:856 eaarch64linux.c:856 +#: eaarch64linux32.c:856 eaarch64linux32b.c:856 eaarch64linuxb.c:856 #, c-format msgid "" " --no-apply-dynamic-relocs Do not apply link-time values for dynamic " "relocations\n" msgstr "" -#: eaarch64cloudabi.c:853 eaarch64cloudabib.c:853 eaarch64elf.c:5489 -#: eaarch64elf32.c:848 eaarch64elf32b.c:848 eaarch64elfb.c:848 -#: eaarch64fbsd.c:853 eaarch64fbsdb.c:853 eaarch64linux.c:853 -#: eaarch64linux32.c:853 eaarch64linux32b.c:853 eaarch64linuxb.c:853 +#: eaarch64cloudabi.c:857 eaarch64cloudabib.c:857 eaarch64elf.c:852 +#: eaarch64elf32.c:852 eaarch64elf32b.c:852 eaarch64elfb.c:852 +#: eaarch64fbsd.c:857 eaarch64fbsdb.c:857 eaarch64linux.c:857 +#: eaarch64linux32.c:857 eaarch64linux32b.c:857 eaarch64linuxb.c:857 #, c-format msgid "" " -z force-bti Turn on Branch Target Identification " @@ -3626,10 +3667,10 @@ msgid "" "inputs\n" msgstr "" -#: eaarch64cloudabi.c:854 eaarch64cloudabib.c:854 eaarch64elf.c:5490 -#: eaarch64elf32.c:849 eaarch64elf32b.c:849 eaarch64elfb.c:849 -#: eaarch64fbsd.c:854 eaarch64fbsdb.c:854 eaarch64linux.c:854 -#: eaarch64linux32.c:854 eaarch64linux32b.c:854 eaarch64linuxb.c:854 +#: eaarch64cloudabi.c:858 eaarch64cloudabib.c:858 eaarch64elf.c:853 +#: eaarch64elf32.c:853 eaarch64elf32b.c:853 eaarch64elfb.c:853 +#: eaarch64fbsd.c:858 eaarch64fbsdb.c:858 eaarch64linux.c:858 +#: eaarch64linux32.c:858 eaarch64linux32b.c:858 eaarch64linuxb.c:858 #, c-format msgid "" " -z pac-plt Protect PLTs with Pointer Authentication.\n" @@ -3683,61 +3724,61 @@ msgstr "" msgid "%F%P: bfd_xcoff_export_symbol failed: %E\n" msgstr "" -#: eaix5ppc.c:854 eaix5rs6.c:854 eaixppc.c:854 eaixrs6.c:854 eppcmacos.c:854 +#: eaix5ppc.c:853 eaix5rs6.c:853 eaixppc.c:853 eaixrs6.c:853 eppcmacos.c:853 msgid "%F%P: can't find output section %s\n" msgstr "" -#: eaix5ppc.c:891 eaix5rs6.c:891 eaixppc.c:891 eaixrs6.c:891 eppcmacos.c:891 +#: eaix5ppc.c:890 eaix5rs6.c:890 eaixppc.c:890 eaixrs6.c:890 eppcmacos.c:890 msgid "%F%P: can't find %s in output section\n" msgstr "" -#: eaix5ppc.c:958 eaix5rs6.c:958 eaixppc.c:958 eaixrs6.c:958 eppcmacos.c:958 +#: eaix5ppc.c:957 eaix5rs6.c:957 eaixppc.c:957 eaixrs6.c:957 eppcmacos.c:957 msgid "%P: can't find required output section %s\n" msgstr "" -#: eaix5ppc.c:1167 eaix5rs6.c:1167 eaixppc.c:1167 eaixrs6.c:1167 -#: eppcmacos.c:1167 +#: eaix5ppc.c:1204 eaix5rs6.c:1204 eaixppc.c:1204 eaixrs6.c:1204 +#: eppcmacos.c:1204 msgid "%F%P:%s:%d: #! ([member]) is not supported in import files\n" msgstr "" -#: eaix5ppc.c:1184 eaix5rs6.c:1184 eaixppc.c:1184 eaixrs6.c:1184 -#: eppcmacos.c:1184 +#: eaix5ppc.c:1221 eaix5rs6.c:1221 eaixppc.c:1221 eaixrs6.c:1221 +#: eppcmacos.c:1221 msgid "%F%P: could not parse import path: %E\n" msgstr "" -#: eaix5ppc.c:1194 eaix5ppc.c:1206 eaix5rs6.c:1194 eaix5rs6.c:1206 -#: eaixppc.c:1194 eaixppc.c:1206 eaixrs6.c:1194 eaixrs6.c:1206 eppcmacos.c:1194 -#: eppcmacos.c:1206 +#: eaix5ppc.c:1231 eaix5ppc.c:1243 eaix5rs6.c:1231 eaix5rs6.c:1243 +#: eaixppc.c:1231 eaixppc.c:1243 eaixrs6.c:1231 eaixrs6.c:1243 eppcmacos.c:1231 +#: eppcmacos.c:1243 msgid "%P:%s:%d: warning: syntax error in import file\n" msgstr "" -#: eaix5ppc.c:1241 eaix5rs6.c:1241 eaixppc.c:1241 eaixrs6.c:1241 -#: eppcmacos.c:1241 +#: eaix5ppc.c:1278 eaix5rs6.c:1278 eaixppc.c:1278 eaixrs6.c:1278 +#: eppcmacos.c:1278 msgid "%P:%s%d: warning: syntax error in import/export file\n" msgstr "" -#: eaix5ppc.c:1259 eaix5rs6.c:1259 eaixppc.c:1259 eaixrs6.c:1259 -#: eppcmacos.c:1259 +#: eaix5ppc.c:1296 eaix5rs6.c:1296 eaixppc.c:1296 eaixrs6.c:1296 +#: eppcmacos.c:1296 msgid "%P:%s:%d: warning: syntax error in import/export file\n" msgstr "" -#: eaix5ppc.c:1294 eaix5rs6.c:1294 eaixppc.c:1294 eaixrs6.c:1294 -#: eppcmacos.c:1294 +#: eaix5ppc.c:1331 eaix5rs6.c:1331 eaixppc.c:1331 eaixrs6.c:1331 +#: eppcmacos.c:1331 msgid "%X%P:%s:%d: failed to import symbol %s: %E\n" msgstr "" -#: eaix5ppc.c:1304 eaix5rs6.c:1304 eaixppc.c:1304 eaixrs6.c:1304 -#: eppcmacos.c:1304 +#: eaix5ppc.c:1341 eaix5rs6.c:1341 eaixppc.c:1341 eaixrs6.c:1341 +#: eppcmacos.c:1341 msgid "%P:%s:%d: warning: ignoring unterminated last line\n" msgstr "" -#: eaix5ppc.c:1339 eaix5rs6.c:1339 eaixppc.c:1339 eaixrs6.c:1339 -#: eppcmacos.c:1339 +#: eaix5ppc.c:1376 eaix5rs6.c:1376 eaixppc.c:1376 eaixrs6.c:1376 +#: eppcmacos.c:1376 msgid "%F%P: only relocations against symbols are permitted\n" msgstr "" -#: eaix5ppc.c:1342 eaix5rs6.c:1342 eaixppc.c:1342 eaixrs6.c:1342 -#: eppcmacos.c:1342 +#: eaix5ppc.c:1379 eaix5rs6.c:1379 eaixppc.c:1379 eaixrs6.c:1379 +#: eppcmacos.c:1379 msgid "%F%P: bfd_xcoff_link_count_reloc failed: %E\n" msgstr "" @@ -4190,7 +4231,7 @@ msgstr "" msgid "%F%P: strange hex info for PE parameter '%s'\n" msgstr "" -#: earm_wince_pe.c:663 earmpe.c:663 eelf32mcore.c:287 ei386beos.c:266 +#: earm_wince_pe.c:663 earmpe.c:663 eelf32mcore.c:291 ei386beos.c:266 #: ei386pe.c:663 ei386pe_posix.c:663 ei386pep.c:642 emcorepe.c:663 eshpe.c:663 msgid "%F%P: cannot open base file %s\n" msgstr "" @@ -4259,8 +4300,8 @@ msgstr "" #: earmelf_vxworks.c:520 earmelfb.c:520 earmelfb_fbsd.c:520 #: earmelfb_fuchsia.c:521 earmelfb_linux.c:521 earmelfb_linux_eabi.c:521 #: earmelfb_linux_fdpiceabi.c:521 earmelfb_nacl.c:521 earmelfb_nbsd.c:520 -#: earmnto.c:520 earmpe.c:1909 earmsymbian.c:520 ei386pe.c:1909 -#: ei386pe_posix.c:1909 emcorepe.c:1909 eshpe.c:1909 +#: earmnto.c:520 earmpe.c:1909 ei386pe.c:1909 ei386pe_posix.c:1909 +#: emcorepe.c:1909 eshpe.c:1909 msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" msgstr "" @@ -4270,8 +4311,8 @@ msgstr "" #: earmelf_vxworks.c:525 earmelfb.c:525 earmelfb_fbsd.c:525 #: earmelfb_fuchsia.c:526 earmelfb_linux.c:526 earmelfb_linux_eabi.c:526 #: earmelfb_linux_fdpiceabi.c:526 earmelfb_nacl.c:526 earmelfb_nbsd.c:525 -#: earmnto.c:525 earmpe.c:1914 earmsymbian.c:525 ei386pe.c:1914 -#: ei386pe_posix.c:1914 emcorepe.c:1914 eshpe.c:1914 +#: earmnto.c:525 earmpe.c:1914 ei386pe.c:1914 ei386pe_posix.c:1914 +#: emcorepe.c:1914 eshpe.c:1914 msgid "%P: warning: cannot find thumb start symbol %s\n" msgstr "" @@ -4281,7 +4322,7 @@ msgstr "" #: earmelfb.c:138 earmelfb_fbsd.c:138 earmelfb_fuchsia.c:139 #: earmelfb_linux.c:139 earmelfb_linux_eabi.c:139 #: earmelfb_linux_fdpiceabi.c:139 earmelfb_nacl.c:139 earmelfb_nbsd.c:138 -#: earmnto.c:138 earmsymbian.c:138 ei386beos.c:615 +#: earmnto.c:138 ei386beos.c:615 #, c-format msgid "%P: errors encountered processing file %s\n" msgstr "" @@ -4292,7 +4333,7 @@ msgstr "" #: earmelfb.c:551 earmelfb_fbsd.c:551 earmelfb_fuchsia.c:552 #: earmelfb_linux.c:552 earmelfb_linux_eabi.c:552 #: earmelfb_linux_fdpiceabi.c:552 earmelfb_nacl.c:552 earmelfb_nbsd.c:551 -#: earmnto.c:551 earmsymbian.c:551 +#: earmnto.c:551 msgid "%F%P: %s: can't open: %E\n" msgstr "" @@ -4302,84 +4343,40 @@ msgstr "" #: earmelfb.c:554 earmelfb_fbsd.c:554 earmelfb_fuchsia.c:555 #: earmelfb_linux.c:555 earmelfb_linux_eabi.c:555 #: earmelfb_linux_fdpiceabi.c:555 earmelfb_nacl.c:555 earmelfb_nbsd.c:554 -#: earmnto.c:554 earmsymbian.c:554 +#: earmnto.c:554 msgid "%F%P: %s: not a relocatable file: %E\n" msgstr "" -#: earmelf.c:1039 earmelf_fbsd.c:1039 earmelf_fuchsia.c:1044 -#: earmelf_linux.c:1044 earmelf_linux_eabi.c:1044 -#: earmelf_linux_fdpiceabi.c:1044 earmelf_nacl.c:1044 earmelf_nbsd.c:1039 -#: earmelf_phoenix.c:1044 earmelf_vxworks.c:1075 earmelfb.c:1039 -#: earmelfb_fbsd.c:1039 earmelfb_fuchsia.c:1044 earmelfb_linux.c:1044 -#: earmelfb_linux_eabi.c:1044 earmelfb_linux_fdpiceabi.c:1044 -#: earmelfb_nacl.c:1044 earmelfb_nbsd.c:1039 earmnto.c:1014 earmsymbian.c:1039 +#: earmelf.c:1043 earmelf_fbsd.c:1043 earmelf_fuchsia.c:1048 +#: earmelf_linux.c:1048 earmelf_linux_eabi.c:1048 +#: earmelf_linux_fdpiceabi.c:1048 earmelf_nacl.c:1048 earmelf_nbsd.c:1043 +#: earmelf_phoenix.c:1048 earmelf_vxworks.c:1079 earmelfb.c:1043 +#: earmelfb_fbsd.c:1043 earmelfb_fuchsia.c:1048 earmelfb_linux.c:1048 +#: earmelfb_linux_eabi.c:1048 earmelfb_linux_fdpiceabi.c:1048 +#: earmelfb_nacl.c:1048 earmelfb_nbsd.c:1043 earmnto.c:1018 msgid "%P: unrecognized VFP11 fix type '%s'\n" msgstr "" -#: earmelf.c:1052 earmelf_fbsd.c:1052 earmelf_fuchsia.c:1057 -#: earmelf_linux.c:1057 earmelf_linux_eabi.c:1057 -#: earmelf_linux_fdpiceabi.c:1057 earmelf_nacl.c:1057 earmelf_nbsd.c:1052 -#: earmelf_phoenix.c:1057 earmelf_vxworks.c:1088 earmelfb.c:1052 -#: earmelfb_fbsd.c:1052 earmelfb_fuchsia.c:1057 earmelfb_linux.c:1057 -#: earmelfb_linux_eabi.c:1057 earmelfb_linux_fdpiceabi.c:1057 -#: earmelfb_nacl.c:1057 earmelfb_nbsd.c:1052 earmnto.c:1027 earmsymbian.c:1052 +#: earmelf.c:1056 earmelf_fbsd.c:1056 earmelf_fuchsia.c:1061 +#: earmelf_linux.c:1061 earmelf_linux_eabi.c:1061 +#: earmelf_linux_fdpiceabi.c:1061 earmelf_nacl.c:1061 earmelf_nbsd.c:1056 +#: earmelf_phoenix.c:1061 earmelf_vxworks.c:1092 earmelfb.c:1056 +#: earmelfb_fbsd.c:1056 earmelfb_fuchsia.c:1061 earmelfb_linux.c:1061 +#: earmelfb_linux_eabi.c:1061 earmelfb_linux_fdpiceabi.c:1061 +#: earmelfb_nacl.c:1061 earmelfb_nbsd.c:1056 earmnto.c:1031 msgid "%P: unrecognized STM32L4XX fix type '%s'\n" msgstr "" -#: earmelf.c:1119 earmelf_fbsd.c:1119 earmelf_fuchsia.c:1124 -#: earmelf_linux.c:1124 earmelf_linux_eabi.c:1124 -#: earmelf_linux_fdpiceabi.c:1124 earmelf_nacl.c:1124 earmelf_nbsd.c:1119 -#: earmelf_phoenix.c:1124 earmelf_vxworks.c:1159 earmelfb.c:1119 -#: earmelfb_fbsd.c:1119 earmelfb_fuchsia.c:1124 earmelfb_linux.c:1124 -#: earmelfb_linux_eabi.c:1124 earmelfb_linux_fdpiceabi.c:1124 -#: earmelfb_nacl.c:1124 earmelfb_nbsd.c:1119 earmnto.c:1094 earmsymbian.c:1119 -#, c-format -msgid "" -" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n" -msgstr "" - -#: earmelf.c:1120 earmelf_fbsd.c:1120 earmelf_fuchsia.c:1125 -#: earmelf_linux.c:1125 earmelf_linux_eabi.c:1125 -#: earmelf_linux_fdpiceabi.c:1125 earmelf_nacl.c:1125 earmelf_nbsd.c:1120 -#: earmelf_phoenix.c:1125 earmelf_vxworks.c:1160 earmelfb.c:1120 -#: earmelfb_fbsd.c:1120 earmelfb_fuchsia.c:1125 earmelfb_linux.c:1125 -#: earmelfb_linux_eabi.c:1125 earmelfb_linux_fdpiceabi.c:1125 -#: earmelfb_nacl.c:1125 earmelfb_nbsd.c:1120 earmnto.c:1095 earmsymbian.c:1120 -#, c-format -msgid " --be8 Output BE8 format image\n" -msgstr "" - -#: earmelf.c:1121 earmelf_fbsd.c:1121 earmelf_fuchsia.c:1126 -#: earmelf_linux.c:1126 earmelf_linux_eabi.c:1126 -#: earmelf_linux_fdpiceabi.c:1126 earmelf_nacl.c:1126 earmelf_nbsd.c:1121 -#: earmelf_phoenix.c:1126 earmelf_vxworks.c:1161 earmelfb.c:1121 -#: earmelfb_fbsd.c:1121 earmelfb_fuchsia.c:1126 earmelfb_linux.c:1126 -#: earmelfb_linux_eabi.c:1126 earmelfb_linux_fdpiceabi.c:1126 -#: earmelfb_nacl.c:1126 earmelfb_nbsd.c:1121 earmnto.c:1096 earmsymbian.c:1121 -#, c-format -msgid " --target1-rel Interpret R_ARM_TARGET1 as R_ARM_REL32\n" -msgstr "" - -#: earmelf.c:1122 earmelf_fbsd.c:1122 earmelf_fuchsia.c:1127 -#: earmelf_linux.c:1127 earmelf_linux_eabi.c:1127 -#: earmelf_linux_fdpiceabi.c:1127 earmelf_nacl.c:1127 earmelf_nbsd.c:1122 -#: earmelf_phoenix.c:1127 earmelf_vxworks.c:1162 earmelfb.c:1122 -#: earmelfb_fbsd.c:1122 earmelfb_fuchsia.c:1127 earmelfb_linux.c:1127 -#: earmelfb_linux_eabi.c:1127 earmelfb_linux_fdpiceabi.c:1127 -#: earmelfb_nacl.c:1127 earmelfb_nbsd.c:1122 earmnto.c:1097 earmsymbian.c:1122 -#, c-format -msgid " --target1-abs Interpret R_ARM_TARGET1 as R_ARM_ABS32\n" -msgstr "" - #: earmelf.c:1123 earmelf_fbsd.c:1123 earmelf_fuchsia.c:1128 #: earmelf_linux.c:1128 earmelf_linux_eabi.c:1128 #: earmelf_linux_fdpiceabi.c:1128 earmelf_nacl.c:1128 earmelf_nbsd.c:1123 #: earmelf_phoenix.c:1128 earmelf_vxworks.c:1163 earmelfb.c:1123 #: earmelfb_fbsd.c:1123 earmelfb_fuchsia.c:1128 earmelfb_linux.c:1128 #: earmelfb_linux_eabi.c:1128 earmelfb_linux_fdpiceabi.c:1128 -#: earmelfb_nacl.c:1128 earmelfb_nbsd.c:1123 earmnto.c:1098 earmsymbian.c:1123 +#: earmelfb_nacl.c:1128 earmelfb_nbsd.c:1123 earmnto.c:1098 #, c-format -msgid " --target2=<type> Specify definition of R_ARM_TARGET2\n" +msgid "" +" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n" msgstr "" #: earmelf.c:1124 earmelf_fbsd.c:1124 earmelf_fuchsia.c:1129 @@ -4388,9 +4385,9 @@ msgstr "" #: earmelf_phoenix.c:1129 earmelf_vxworks.c:1164 earmelfb.c:1124 #: earmelfb_fbsd.c:1124 earmelfb_fuchsia.c:1129 earmelfb_linux.c:1129 #: earmelfb_linux_eabi.c:1129 earmelfb_linux_fdpiceabi.c:1129 -#: earmelfb_nacl.c:1129 earmelfb_nbsd.c:1124 earmnto.c:1099 earmsymbian.c:1124 +#: earmelfb_nacl.c:1129 earmelfb_nbsd.c:1124 earmnto.c:1099 #, c-format -msgid " --fix-v4bx Rewrite BX rn as MOV pc, rn for ARMv4\n" +msgid " --be8 Output BE8 format image\n" msgstr "" #: earmelf.c:1125 earmelf_fbsd.c:1125 earmelf_fuchsia.c:1130 @@ -4399,11 +4396,9 @@ msgstr "" #: earmelf_phoenix.c:1130 earmelf_vxworks.c:1165 earmelfb.c:1125 #: earmelfb_fbsd.c:1125 earmelfb_fuchsia.c:1130 earmelfb_linux.c:1130 #: earmelfb_linux_eabi.c:1130 earmelfb_linux_fdpiceabi.c:1130 -#: earmelfb_nacl.c:1130 earmelfb_nbsd.c:1125 earmnto.c:1100 earmsymbian.c:1125 +#: earmelfb_nacl.c:1130 earmelfb_nbsd.c:1125 earmnto.c:1100 #, c-format -msgid "" -" --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking " -"veneer\n" +msgid " --target1-rel Interpret R_ARM_TARGET1 as R_ARM_REL32\n" msgstr "" #: earmelf.c:1126 earmelf_fbsd.c:1126 earmelf_fuchsia.c:1131 @@ -4412,9 +4407,9 @@ msgstr "" #: earmelf_phoenix.c:1131 earmelf_vxworks.c:1166 earmelfb.c:1126 #: earmelfb_fbsd.c:1126 earmelfb_fuchsia.c:1131 earmelfb_linux.c:1131 #: earmelfb_linux_eabi.c:1131 earmelfb_linux_fdpiceabi.c:1131 -#: earmelfb_nacl.c:1131 earmelfb_nbsd.c:1126 earmnto.c:1101 earmsymbian.c:1126 +#: earmelfb_nacl.c:1131 earmelfb_nbsd.c:1126 earmnto.c:1101 #, c-format -msgid " --use-blx Enable use of BLX instructions\n" +msgid " --target1-abs Interpret R_ARM_TARGET1 as R_ARM_ABS32\n" msgstr "" #: earmelf.c:1127 earmelf_fbsd.c:1127 earmelf_fuchsia.c:1132 @@ -4423,9 +4418,9 @@ msgstr "" #: earmelf_phoenix.c:1132 earmelf_vxworks.c:1167 earmelfb.c:1127 #: earmelfb_fbsd.c:1127 earmelfb_fuchsia.c:1132 earmelfb_linux.c:1132 #: earmelfb_linux_eabi.c:1132 earmelfb_linux_fdpiceabi.c:1132 -#: earmelfb_nacl.c:1132 earmelfb_nbsd.c:1127 earmnto.c:1102 earmsymbian.c:1127 +#: earmelfb_nacl.c:1132 earmelfb_nbsd.c:1127 earmnto.c:1102 #, c-format -msgid " --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n" +msgid " --target2=<type> Specify definition of R_ARM_TARGET2\n" msgstr "" #: earmelf.c:1128 earmelf_fbsd.c:1128 earmelf_fuchsia.c:1133 @@ -4434,32 +4429,78 @@ msgstr "" #: earmelf_phoenix.c:1133 earmelf_vxworks.c:1168 earmelfb.c:1128 #: earmelfb_fbsd.c:1128 earmelfb_fuchsia.c:1133 earmelfb_linux.c:1133 #: earmelfb_linux_eabi.c:1133 earmelfb_linux_fdpiceabi.c:1133 -#: earmelfb_nacl.c:1133 earmelfb_nbsd.c:1128 earmnto.c:1103 earmsymbian.c:1128 +#: earmelfb_nacl.c:1133 earmelfb_nbsd.c:1128 earmnto.c:1103 +#, c-format +msgid " --fix-v4bx Rewrite BX rn as MOV pc, rn for ARMv4\n" +msgstr "" + +#: earmelf.c:1129 earmelf_fbsd.c:1129 earmelf_fuchsia.c:1134 +#: earmelf_linux.c:1134 earmelf_linux_eabi.c:1134 +#: earmelf_linux_fdpiceabi.c:1134 earmelf_nacl.c:1134 earmelf_nbsd.c:1129 +#: earmelf_phoenix.c:1134 earmelf_vxworks.c:1169 earmelfb.c:1129 +#: earmelfb_fbsd.c:1129 earmelfb_fuchsia.c:1134 earmelfb_linux.c:1134 +#: earmelfb_linux_eabi.c:1134 earmelfb_linux_fdpiceabi.c:1134 +#: earmelfb_nacl.c:1134 earmelfb_nbsd.c:1129 earmnto.c:1104 +#, c-format +msgid "" +" --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking " +"veneer\n" +msgstr "" + +#: earmelf.c:1130 earmelf_fbsd.c:1130 earmelf_fuchsia.c:1135 +#: earmelf_linux.c:1135 earmelf_linux_eabi.c:1135 +#: earmelf_linux_fdpiceabi.c:1135 earmelf_nacl.c:1135 earmelf_nbsd.c:1130 +#: earmelf_phoenix.c:1135 earmelf_vxworks.c:1170 earmelfb.c:1130 +#: earmelfb_fbsd.c:1130 earmelfb_fuchsia.c:1135 earmelfb_linux.c:1135 +#: earmelfb_linux_eabi.c:1135 earmelfb_linux_fdpiceabi.c:1135 +#: earmelfb_nacl.c:1135 earmelfb_nbsd.c:1130 earmnto.c:1105 +#, c-format +msgid " --use-blx Enable use of BLX instructions\n" +msgstr "" + +#: earmelf.c:1131 earmelf_fbsd.c:1131 earmelf_fuchsia.c:1136 +#: earmelf_linux.c:1136 earmelf_linux_eabi.c:1136 +#: earmelf_linux_fdpiceabi.c:1136 earmelf_nacl.c:1136 earmelf_nbsd.c:1131 +#: earmelf_phoenix.c:1136 earmelf_vxworks.c:1171 earmelfb.c:1131 +#: earmelfb_fbsd.c:1131 earmelfb_fuchsia.c:1136 earmelfb_linux.c:1136 +#: earmelfb_linux_eabi.c:1136 earmelfb_linux_fdpiceabi.c:1136 +#: earmelfb_nacl.c:1136 earmelfb_nbsd.c:1131 earmnto.c:1106 +#, c-format +msgid " --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n" +msgstr "" + +#: earmelf.c:1132 earmelf_fbsd.c:1132 earmelf_fuchsia.c:1137 +#: earmelf_linux.c:1137 earmelf_linux_eabi.c:1137 +#: earmelf_linux_fdpiceabi.c:1137 earmelf_nacl.c:1137 earmelf_nbsd.c:1132 +#: earmelf_phoenix.c:1137 earmelf_vxworks.c:1172 earmelfb.c:1132 +#: earmelfb_fbsd.c:1132 earmelfb_fuchsia.c:1137 earmelfb_linux.c:1137 +#: earmelfb_linux_eabi.c:1137 earmelfb_linux_fdpiceabi.c:1137 +#: earmelfb_nacl.c:1137 earmelfb_nbsd.c:1132 earmnto.c:1107 #, c-format msgid "" " --fix-stm32l4xx-629360 Specify how to fix STM32L4XX 629360 erratum\n" msgstr "" -#: earmelf.c:1134 earmelf_fbsd.c:1134 earmelf_fuchsia.c:1139 -#: earmelf_linux.c:1139 earmelf_linux_eabi.c:1139 -#: earmelf_linux_fdpiceabi.c:1139 earmelf_nacl.c:1139 earmelf_nbsd.c:1134 -#: earmelf_phoenix.c:1139 earmelf_vxworks.c:1174 earmelfb.c:1134 -#: earmelfb_fbsd.c:1134 earmelfb_fuchsia.c:1139 earmelfb_linux.c:1139 -#: earmelfb_linux_eabi.c:1139 earmelfb_linux_fdpiceabi.c:1139 -#: earmelfb_nacl.c:1139 earmelfb_nbsd.c:1134 earmnto.c:1109 earmsymbian.c:1134 +#: earmelf.c:1138 earmelf_fbsd.c:1138 earmelf_fuchsia.c:1143 +#: earmelf_linux.c:1143 earmelf_linux_eabi.c:1143 +#: earmelf_linux_fdpiceabi.c:1143 earmelf_nacl.c:1143 earmelf_nbsd.c:1138 +#: earmelf_phoenix.c:1143 earmelf_vxworks.c:1178 earmelfb.c:1138 +#: earmelfb_fbsd.c:1138 earmelfb_fuchsia.c:1143 earmelfb_linux.c:1143 +#: earmelfb_linux_eabi.c:1143 earmelfb_linux_fdpiceabi.c:1143 +#: earmelfb_nacl.c:1143 earmelfb_nbsd.c:1138 earmnto.c:1113 #, c-format msgid "" " --long-plt Generate long .plt entries\n" " to handle large .plt/.got displacements\n" msgstr "" -#: earmelf.c:1136 earmelf_fbsd.c:1136 earmelf_fuchsia.c:1141 -#: earmelf_linux.c:1141 earmelf_linux_eabi.c:1141 -#: earmelf_linux_fdpiceabi.c:1141 earmelf_nacl.c:1141 earmelf_nbsd.c:1136 -#: earmelf_phoenix.c:1141 earmelf_vxworks.c:1176 earmelfb.c:1136 -#: earmelfb_fbsd.c:1136 earmelfb_fuchsia.c:1141 earmelfb_linux.c:1141 -#: earmelfb_linux_eabi.c:1141 earmelfb_linux_fdpiceabi.c:1141 -#: earmelfb_nacl.c:1141 earmelfb_nbsd.c:1136 earmnto.c:1111 earmsymbian.c:1136 +#: earmelf.c:1140 earmelf_fbsd.c:1140 earmelf_fuchsia.c:1145 +#: earmelf_linux.c:1145 earmelf_linux_eabi.c:1145 +#: earmelf_linux_fdpiceabi.c:1145 earmelf_nacl.c:1145 earmelf_nbsd.c:1140 +#: earmelf_phoenix.c:1145 earmelf_vxworks.c:1180 earmelfb.c:1140 +#: earmelfb_fbsd.c:1140 earmelfb_fuchsia.c:1145 earmelfb_linux.c:1145 +#: earmelfb_linux_eabi.c:1145 earmelfb_linux_fdpiceabi.c:1145 +#: earmelfb_nacl.c:1145 earmelfb_nbsd.c:1140 earmnto.c:1115 #, c-format msgid "" " --cmse-implib Make import library to be a secure gateway " @@ -4467,50 +4508,50 @@ msgid "" " library as per ARMv8-M Security Extensions\n" msgstr "" -#: earmelf.c:1138 earmelf_fbsd.c:1138 earmelf_fuchsia.c:1143 -#: earmelf_linux.c:1143 earmelf_linux_eabi.c:1143 -#: earmelf_linux_fdpiceabi.c:1143 earmelf_nacl.c:1143 earmelf_nbsd.c:1138 -#: earmelf_phoenix.c:1143 earmelf_vxworks.c:1178 earmelfb.c:1138 -#: earmelfb_fbsd.c:1138 earmelfb_fuchsia.c:1143 earmelfb_linux.c:1143 -#: earmelfb_linux_eabi.c:1143 earmelfb_linux_fdpiceabi.c:1143 -#: earmelfb_nacl.c:1143 earmelfb_nbsd.c:1138 earmnto.c:1113 earmsymbian.c:1138 +#: earmelf.c:1142 earmelf_fbsd.c:1142 earmelf_fuchsia.c:1147 +#: earmelf_linux.c:1147 earmelf_linux_eabi.c:1147 +#: earmelf_linux_fdpiceabi.c:1147 earmelf_nacl.c:1147 earmelf_nbsd.c:1142 +#: earmelf_phoenix.c:1147 earmelf_vxworks.c:1182 earmelfb.c:1142 +#: earmelfb_fbsd.c:1142 earmelfb_fuchsia.c:1147 earmelfb_linux.c:1147 +#: earmelfb_linux_eabi.c:1147 earmelfb_linux_fdpiceabi.c:1147 +#: earmelfb_nacl.c:1147 earmelfb_nbsd.c:1142 earmnto.c:1117 #, c-format msgid "" " --in-implib Import library whose symbols address must\n" " remain stable\n" msgstr "" -#: earmelf.c:1149 earmelf_fbsd.c:1149 earmelf_fuchsia.c:1154 -#: earmelf_linux.c:1154 earmelf_linux_eabi.c:1154 -#: earmelf_linux_fdpiceabi.c:1154 earmelf_nacl.c:1154 earmelf_nbsd.c:1149 -#: earmelf_phoenix.c:1154 earmelf_vxworks.c:1189 earmelfb.c:1149 -#: earmelfb_fbsd.c:1149 earmelfb_fuchsia.c:1154 earmelfb_linux.c:1154 -#: earmelfb_linux_eabi.c:1154 earmelfb_linux_fdpiceabi.c:1154 -#: earmelfb_nacl.c:1154 earmelfb_nbsd.c:1149 earmnto.c:1124 earmsymbian.c:1149 +#: earmelf.c:1153 earmelf_fbsd.c:1153 earmelf_fuchsia.c:1158 +#: earmelf_linux.c:1158 earmelf_linux_eabi.c:1158 +#: earmelf_linux_fdpiceabi.c:1158 earmelf_nacl.c:1158 earmelf_nbsd.c:1153 +#: earmelf_phoenix.c:1158 earmelf_vxworks.c:1193 earmelfb.c:1153 +#: earmelfb_fbsd.c:1153 earmelfb_fuchsia.c:1158 earmelfb_linux.c:1158 +#: earmelfb_linux_eabi.c:1158 earmelfb_linux_fdpiceabi.c:1158 +#: earmelfb_nacl.c:1158 earmelfb_nbsd.c:1153 earmnto.c:1128 #, c-format msgid "" " --[no-]fix-cortex-a8 Disable/enable Cortex-A8 Thumb-2 branch " "erratum fix\n" msgstr "" -#: earmelf.c:1150 earmelf_fbsd.c:1150 earmelf_fuchsia.c:1155 -#: earmelf_linux.c:1155 earmelf_linux_eabi.c:1155 -#: earmelf_linux_fdpiceabi.c:1155 earmelf_nacl.c:1155 earmelf_nbsd.c:1150 -#: earmelf_phoenix.c:1155 earmelf_vxworks.c:1190 earmelfb.c:1150 -#: earmelfb_fbsd.c:1150 earmelfb_fuchsia.c:1155 earmelfb_linux.c:1155 -#: earmelfb_linux_eabi.c:1155 earmelfb_linux_fdpiceabi.c:1155 -#: earmelfb_nacl.c:1155 earmelfb_nbsd.c:1150 earmnto.c:1125 earmsymbian.c:1150 +#: earmelf.c:1154 earmelf_fbsd.c:1154 earmelf_fuchsia.c:1159 +#: earmelf_linux.c:1159 earmelf_linux_eabi.c:1159 +#: earmelf_linux_fdpiceabi.c:1159 earmelf_nacl.c:1159 earmelf_nbsd.c:1154 +#: earmelf_phoenix.c:1159 earmelf_vxworks.c:1194 earmelfb.c:1154 +#: earmelfb_fbsd.c:1154 earmelfb_fuchsia.c:1159 earmelfb_linux.c:1159 +#: earmelfb_linux_eabi.c:1159 earmelfb_linux_fdpiceabi.c:1159 +#: earmelfb_nacl.c:1159 earmelfb_nbsd.c:1154 earmnto.c:1129 #, c-format msgid " --no-merge-exidx-entries Disable merging exidx entries\n" msgstr "" -#: earmelf.c:1151 earmelf_fbsd.c:1151 earmelf_fuchsia.c:1156 -#: earmelf_linux.c:1156 earmelf_linux_eabi.c:1156 -#: earmelf_linux_fdpiceabi.c:1156 earmelf_nacl.c:1156 earmelf_nbsd.c:1151 -#: earmelf_phoenix.c:1156 earmelf_vxworks.c:1191 earmelfb.c:1151 -#: earmelfb_fbsd.c:1151 earmelfb_fuchsia.c:1156 earmelfb_linux.c:1156 -#: earmelfb_linux_eabi.c:1156 earmelfb_linux_fdpiceabi.c:1156 -#: earmelfb_nacl.c:1156 earmelfb_nbsd.c:1151 earmnto.c:1126 earmsymbian.c:1151 +#: earmelf.c:1155 earmelf_fbsd.c:1155 earmelf_fuchsia.c:1160 +#: earmelf_linux.c:1160 earmelf_linux_eabi.c:1160 +#: earmelf_linux_fdpiceabi.c:1160 earmelf_nacl.c:1160 earmelf_nbsd.c:1155 +#: earmelf_phoenix.c:1160 earmelf_vxworks.c:1195 earmelfb.c:1155 +#: earmelfb_fbsd.c:1155 earmelfb_fuchsia.c:1160 earmelfb_linux.c:1160 +#: earmelfb_linux_eabi.c:1160 earmelfb_linux_fdpiceabi.c:1160 +#: earmelfb_nacl.c:1160 earmelfb_nbsd.c:1155 earmnto.c:1130 #, c-format msgid "" " --[no-]fix-arm1176 Disable/enable ARM1176 BLX immediate erratum " @@ -4518,20 +4559,20 @@ msgid "" msgstr "" #: earmelf_vxworks.c:600 eelf32_sparc_vxworks.c:71 eelf32ebmipvxworks.c:267 -#: eelf32elmipvxworks.c:267 eelf32ppcvxworks.c:224 eelf_i386_vxworks.c:95 +#: eelf32elmipvxworks.c:267 eelf32ppcvxworks.c:236 eelf_i386_vxworks.c:95 #: eshelf_vxworks.c:71 eshlelf_vxworks.c:71 msgid "%X%P: cannot create dynamic sections %E\n" msgstr "" #: earmelf_vxworks.c:606 eelf32_sparc_vxworks.c:77 eelf32ebmipvxworks.c:273 -#: eelf32elmipvxworks.c:273 eelf32ppcvxworks.c:230 eelf_i386_vxworks.c:101 +#: eelf32elmipvxworks.c:273 eelf32ppcvxworks.c:242 eelf_i386_vxworks.c:101 #: eshelf_vxworks.c:77 eshlelf_vxworks.c:77 msgid "%X%P: dynamic sections created in non-dynamic link\n" msgstr "" -#: earmelf_vxworks.c:1193 eelf32_sparc_vxworks.c:496 eelf32ebmipvxworks.c:754 -#: eelf32elmipvxworks.c:754 eelf32ppcvxworks.c:807 eelf_i386_vxworks.c:573 -#: eshelf_vxworks.c:466 eshlelf_vxworks.c:466 +#: earmelf_vxworks.c:1197 eelf32_sparc_vxworks.c:500 eelf32ebmipvxworks.c:758 +#: eelf32elmipvxworks.c:758 eelf32ppcvxworks.c:823 eelf_i386_vxworks.c:577 +#: eshelf_vxworks.c:470 eshlelf_vxworks.c:470 #, c-format msgid " --force-dynamic Always create dynamic sections\n" msgstr "" @@ -4550,10 +4591,10 @@ msgstr "" msgid "%X%P: can not create stub BFD: %E\n" msgstr "" -#: eavr1.c:532 eavr2.c:532 eavr25.c:532 eavr3.c:532 eavr31.c:532 eavr35.c:532 -#: eavr4.c:532 eavr5.c:532 eavr51.c:532 eavr6.c:532 eavrtiny.c:532 -#: eavrxmega1.c:532 eavrxmega2.c:532 eavrxmega3.c:532 eavrxmega4.c:532 -#: eavrxmega5.c:532 eavrxmega6.c:532 eavrxmega7.c:532 +#: eavr1.c:536 eavr2.c:536 eavr25.c:536 eavr3.c:536 eavr31.c:536 eavr35.c:536 +#: eavr4.c:536 eavr5.c:536 eavr51.c:536 eavr6.c:536 eavrtiny.c:536 +#: eavrxmega1.c:536 eavrxmega2.c:536 eavrxmega3.c:536 eavrxmega4.c:536 +#: eavrxmega5.c:536 eavrxmega6.c:536 eavrxmega7.c:536 #, c-format msgid "" " --pmem-wrap-around=<val> Make the linker relaxation machine assume that " @@ -4564,10 +4605,10 @@ msgid "" "64k.\n" msgstr "" -#: eavr1.c:538 eavr2.c:538 eavr25.c:538 eavr3.c:538 eavr31.c:538 eavr35.c:538 -#: eavr4.c:538 eavr5.c:538 eavr51.c:538 eavr6.c:538 eavrtiny.c:538 -#: eavrxmega1.c:538 eavrxmega2.c:538 eavrxmega3.c:538 eavrxmega4.c:538 -#: eavrxmega5.c:538 eavrxmega6.c:538 eavrxmega7.c:538 +#: eavr1.c:542 eavr2.c:542 eavr25.c:542 eavr3.c:542 eavr31.c:542 eavr35.c:542 +#: eavr4.c:542 eavr5.c:542 eavr51.c:542 eavr6.c:542 eavrtiny.c:542 +#: eavrxmega1.c:542 eavrxmega2.c:542 eavrxmega3.c:542 eavrxmega4.c:542 +#: eavrxmega5.c:542 eavrxmega6.c:542 eavrxmega7.c:542 #, c-format msgid "" " --no-call-ret-replacement The relaxation machine normally will\n" @@ -4577,10 +4618,10 @@ msgid "" " This option disables this optimization.\n" msgstr "" -#: eavr1.c:546 eavr2.c:546 eavr25.c:546 eavr3.c:546 eavr31.c:546 eavr35.c:546 -#: eavr4.c:546 eavr5.c:546 eavr51.c:546 eavr6.c:546 eavrtiny.c:546 -#: eavrxmega1.c:546 eavrxmega2.c:546 eavrxmega3.c:546 eavrxmega4.c:546 -#: eavrxmega5.c:546 eavrxmega6.c:546 eavrxmega7.c:546 +#: eavr1.c:550 eavr2.c:550 eavr25.c:550 eavr3.c:550 eavr31.c:550 eavr35.c:550 +#: eavr4.c:550 eavr5.c:550 eavr51.c:550 eavr6.c:550 eavrtiny.c:550 +#: eavrxmega1.c:550 eavrxmega2.c:550 eavrxmega3.c:550 eavrxmega4.c:550 +#: eavrxmega5.c:550 eavrxmega6.c:550 eavrxmega7.c:550 #, c-format msgid "" " --no-stubs If the linker detects to attempt to access\n" @@ -4590,18 +4631,18 @@ msgid "" "switch.\n" msgstr "" -#: eavr1.c:554 eavr2.c:554 eavr25.c:554 eavr3.c:554 eavr31.c:554 eavr35.c:554 -#: eavr4.c:554 eavr5.c:554 eavr51.c:554 eavr6.c:554 eavrtiny.c:554 -#: eavrxmega1.c:554 eavrxmega2.c:554 eavrxmega3.c:554 eavrxmega4.c:554 -#: eavrxmega5.c:554 eavrxmega6.c:554 eavrxmega7.c:554 +#: eavr1.c:558 eavr2.c:558 eavr25.c:558 eavr3.c:558 eavr31.c:558 eavr35.c:558 +#: eavr4.c:558 eavr5.c:558 eavr51.c:558 eavr6.c:558 eavrtiny.c:558 +#: eavrxmega1.c:558 eavrxmega2.c:558 eavrxmega3.c:558 eavrxmega4.c:558 +#: eavrxmega5.c:558 eavrxmega6.c:558 eavrxmega7.c:558 #, c-format msgid " --debug-stubs Used for debugging avr-ld.\n" msgstr "" -#: eavr1.c:556 eavr2.c:556 eavr25.c:556 eavr3.c:556 eavr31.c:556 eavr35.c:556 -#: eavr4.c:556 eavr5.c:556 eavr51.c:556 eavr6.c:556 eavrtiny.c:556 -#: eavrxmega1.c:556 eavrxmega2.c:556 eavrxmega3.c:556 eavrxmega4.c:556 -#: eavrxmega5.c:556 eavrxmega6.c:556 eavrxmega7.c:556 +#: eavr1.c:560 eavr2.c:560 eavr25.c:560 eavr3.c:560 eavr31.c:560 eavr35.c:560 +#: eavr4.c:560 eavr5.c:560 eavr51.c:560 eavr6.c:560 eavrtiny.c:560 +#: eavrxmega1.c:560 eavrxmega2.c:560 eavrxmega3.c:560 eavrxmega4.c:560 +#: eavrxmega5.c:560 eavrxmega6.c:560 eavrxmega7.c:560 #, c-format msgid " --debug-relax Used for debugging avr-ld.\n" msgstr "" @@ -4614,14 +4655,14 @@ msgstr "" msgid "%X%P: cannot build stubs: %E\n" msgstr "" -#: ecskyelf.c:549 ecskyelf_linux.c:716 +#: ecskyelf.c:553 ecskyelf_linux.c:720 #, c-format msgid "" " --[no-]branch-stub Disable/enable use of stubs to expand branch\n" " instructions that cannot reach the target.\n" msgstr "" -#: ecskyelf.c:553 ecskyelf_linux.c:720 +#: ecskyelf.c:557 ecskyelf_linux.c:724 #, c-format msgid "" " --stub-group-size=N Maximum size of a group of input sections\n" @@ -4675,118 +4716,123 @@ msgstr "" msgid "%P: --auto-overlay ignored with zero local store range\n" msgstr "" -#: eelf32_spu.c:890 +#: eelf32_spu.c:675 +#, c-format +msgid "running: %s \"%s\" \"%s\" \"%s\" \"%s\"\n" +msgstr "" + +#: eelf32_spu.c:1030 msgid "%F%P: invalid --local-store address range `%s'\n" msgstr "" -#: eelf32_spu.c:926 +#: eelf32_spu.c:1066 msgid "%F%P: invalid --num-lines/--num-regions `%u'\n" msgstr "" -#: eelf32_spu.c:931 +#: eelf32_spu.c:1071 msgid "%F%P: invalid --line-size/--region-size `%u'\n" msgstr "" -#: eelf32_spu.c:952 +#: eelf32_spu.c:1092 msgid "%F%P: invalid --num-lines/--num-regions `%s'\n" msgstr "" -#: eelf32_spu.c:965 +#: eelf32_spu.c:1105 msgid "%F%P: invalid --line-size/--region-size `%s'\n" msgstr "" -#: eelf32_spu.c:974 +#: eelf32_spu.c:1114 msgid "%F%P: invalid --fixed-space value `%s'\n" msgstr "" -#: eelf32_spu.c:983 +#: eelf32_spu.c:1123 msgid "%F%P: invalid --reserved-space value `%s'\n" msgstr "" -#: eelf32_spu.c:992 +#: eelf32_spu.c:1132 msgid "%F%P: invalid --extra-stack-space value `%s'\n" msgstr "" -#: eelf32_spu.c:1029 +#: eelf32_spu.c:1169 #, c-format msgid " --plugin Make SPU plugin\n" msgstr "" -#: eelf32_spu.c:1031 +#: eelf32_spu.c:1171 #, c-format msgid " --no-overlays No overlay handling\n" msgstr "" -#: eelf32_spu.c:1033 +#: eelf32_spu.c:1173 #, c-format msgid "" " --compact-stubs Use smaller and possibly slower call stubs\n" msgstr "" -#: eelf32_spu.c:1035 +#: eelf32_spu.c:1175 #, c-format msgid " --emit-stub-syms Add symbols on overlay call stubs\n" msgstr "" -#: eelf32_spu.c:1037 +#: eelf32_spu.c:1177 #, c-format msgid "" " --extra-overlay-stubs Add stubs on all calls out of overlay regions\n" msgstr "" -#: eelf32_spu.c:1039 +#: eelf32_spu.c:1179 #, c-format msgid " --local-store=lo:hi Valid address range\n" msgstr "" -#: eelf32_spu.c:1041 +#: eelf32_spu.c:1181 #, c-format msgid " --stack-analysis Estimate maximum stack requirement\n" msgstr "" -#: eelf32_spu.c:1043 +#: eelf32_spu.c:1183 #, c-format msgid "" " --emit-stack-syms Add sym giving stack needed for each func\n" msgstr "" -#: eelf32_spu.c:1045 +#: eelf32_spu.c:1185 #, 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:1048 +#: eelf32_spu.c:1188 #, c-format msgid " --auto-relink Rerun linker using auto-overlay script\n" msgstr "" -#: eelf32_spu.c:1050 +#: eelf32_spu.c:1190 #, c-format msgid "" " --overlay-rodata Place read-only data with associated function\n" " code in overlays\n" msgstr "" -#: eelf32_spu.c:1053 +#: eelf32_spu.c:1193 #, c-format msgid " --num-regions Number of overlay buffers (default 1)\n" msgstr "" -#: eelf32_spu.c:1055 +#: eelf32_spu.c:1195 #, c-format msgid "" " --region-size Size of overlay buffers (default 0, auto)\n" msgstr "" -#: eelf32_spu.c:1057 +#: eelf32_spu.c:1197 #, c-format msgid "" " --fixed-space=bytes Local store for non-overlay code and data\n" msgstr "" -#: eelf32_spu.c:1059 +#: eelf32_spu.c:1199 #, c-format msgid "" " --reserved-space=bytes Local store for stack and heap. If not " @@ -4795,7 +4841,7 @@ msgid "" "heap\n" msgstr "" -#: eelf32_spu.c:1062 +#: eelf32_spu.c:1202 #, c-format msgid "" " --extra-stack-space=bytes Space for negative sp access (default 2000) " @@ -4803,28 +4849,28 @@ msgid "" " --reserved-space not given\n" msgstr "" -#: eelf32_spu.c:1065 +#: eelf32_spu.c:1205 #, c-format msgid " --soft-icache Generate software icache overlays\n" msgstr "" -#: eelf32_spu.c:1067 +#: eelf32_spu.c:1207 #, c-format msgid "" " --num-lines Number of soft-icache lines (default 32)\n" msgstr "" -#: eelf32_spu.c:1069 +#: eelf32_spu.c:1209 #, c-format msgid " --line-size Size of soft-icache lines (default 1k)\n" msgstr "" -#: eelf32_spu.c:1071 +#: eelf32_spu.c:1211 #, c-format msgid " --non-ia-text Allow non-icache code in icache lines\n" msgstr "" -#: eelf32_spu.c:1073 +#: eelf32_spu.c:1213 #, c-format msgid " --lrlive-analysis Scan function prologue for lr liveness\n" msgstr "" @@ -4834,202 +4880,206 @@ msgstr "" msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n" msgstr "" -#: eelf32_tic6x_be.c:559 eelf32_tic6x_elf_be.c:559 eelf32_tic6x_elf_le.c:559 -#: eelf32_tic6x_le.c:559 eelf32_tic6x_linux_be.c:559 -#: eelf32_tic6x_linux_le.c:559 +#: 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 msgid "%F%P: invalid --dsbt-index %s\n" msgstr "" -#: 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_tic6x_be.c:573 eelf32_tic6x_elf_be.c:573 eelf32_tic6x_elf_le.c:573 +#: eelf32_tic6x_le.c:573 eelf32_tic6x_linux_be.c:573 +#: eelf32_tic6x_linux_le.c:573 msgid "%F%P: invalid --dsbt-size %s\n" msgstr "" -#: eelf32_tic6x_be.c:585 eelf32_tic6x_elf_be.c:585 eelf32_tic6x_elf_le.c:585 -#: eelf32_tic6x_le.c:585 eelf32_tic6x_linux_be.c:585 -#: eelf32_tic6x_linux_le.c:585 +#: eelf32_tic6x_be.c:589 eelf32_tic6x_elf_be.c:589 eelf32_tic6x_elf_le.c:589 +#: eelf32_tic6x_le.c:589 eelf32_tic6x_linux_be.c:589 +#: eelf32_tic6x_linux_le.c:589 #, c-format msgid "" " --dsbt-index <index> Use this as the DSBT index for the output object\n" msgstr "" -#: eelf32_tic6x_be.c:586 eelf32_tic6x_elf_be.c:586 eelf32_tic6x_elf_le.c:586 -#: eelf32_tic6x_le.c:586 eelf32_tic6x_linux_be.c:586 -#: eelf32_tic6x_linux_le.c:586 +#: eelf32_tic6x_be.c:590 eelf32_tic6x_elf_be.c:590 eelf32_tic6x_elf_le.c:590 +#: eelf32_tic6x_le.c:590 eelf32_tic6x_linux_be.c:590 +#: eelf32_tic6x_linux_le.c:590 #, c-format msgid "" " --dsbt-size <index> Use this as the number of entries in the DSBT " "table\n" msgstr "" -#: eelf32_tic6x_be.c:587 eelf32_tic6x_elf_be.c:587 eelf32_tic6x_elf_le.c:587 -#: eelf32_tic6x_le.c:587 eelf32_tic6x_linux_be.c:587 -#: eelf32_tic6x_linux_le.c:587 +#: eelf32_tic6x_be.c:591 eelf32_tic6x_elf_be.c:591 eelf32_tic6x_elf_le.c:591 +#: eelf32_tic6x_le.c:591 eelf32_tic6x_linux_be.c:591 +#: eelf32_tic6x_linux_le.c:591 #, c-format msgid " --no-merge-exidx-entries\n" msgstr "" -#: eelf32_tic6x_be.c:588 eelf32_tic6x_elf_be.c:588 eelf32_tic6x_elf_le.c:588 -#: eelf32_tic6x_le.c:588 eelf32_tic6x_linux_be.c:588 -#: eelf32_tic6x_linux_le.c:588 +#: eelf32_tic6x_be.c:592 eelf32_tic6x_elf_be.c:592 eelf32_tic6x_elf_le.c:592 +#: eelf32_tic6x_le.c:592 eelf32_tic6x_linux_be.c:592 +#: eelf32_tic6x_linux_le.c:592 #, c-format msgid " Disable merging exidx entries\n" msgstr "" -#: eelf32_x86_64.c:504 eelf_i386.c:501 eelf_i386_be.c:461 eelf_i386_fbsd.c:501 -#: eelf_i386_ldso.c:476 eelf_i386_sol2.c:632 eelf_i386_vxworks.c:528 -#: eelf_iamcu.c:4984 eelf_k1om.c:5340 eelf_k1om_fbsd.c:5340 eelf_l1om.c:5340 -#: eelf_l1om_fbsd.c:5340 eelf_x86_64.c:504 eelf_x86_64_cloudabi.c:504 -#: eelf_x86_64_fbsd.c:504 eelf_x86_64_sol2.c:635 +#: eelf32_x86_64.c:5543 eelf_i386.c:5162 eelf_i386_be.c:465 +#: eelf_i386_fbsd.c:505 eelf_i386_ldso.c:480 eelf_i386_sol2.c:637 +#: eelf_i386_vxworks.c:532 eelf_iamcu.c:505 eelf_k1om.c:5496 +#: eelf_k1om_fbsd.c:505 eelf_l1om.c:5496 eelf_l1om_fbsd.c:505 +#: eelf_x86_64.c:5543 eelf_x86_64_cloudabi.c:508 eelf_x86_64_fbsd.c:508 +#: eelf_x86_64_sol2.c:640 msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n" msgstr "" -#: eelf32_x86_64.c:513 eelf_i386.c:510 eelf_i386_be.c:470 eelf_i386_fbsd.c:510 -#: eelf_i386_ldso.c:485 eelf_i386_sol2.c:641 eelf_i386_vxworks.c:537 -#: eelf_iamcu.c:4993 eelf_k1om.c:5349 eelf_k1om_fbsd.c:5349 eelf_l1om.c:5349 -#: eelf_l1om_fbsd.c:5349 eelf_x86_64.c:513 eelf_x86_64_cloudabi.c:513 -#: eelf_x86_64_fbsd.c:513 eelf_x86_64_sol2.c:644 +#: eelf32_x86_64.c:5552 eelf_i386.c:5171 eelf_i386_be.c:474 +#: eelf_i386_fbsd.c:514 eelf_i386_ldso.c:489 eelf_i386_sol2.c:646 +#: eelf_i386_vxworks.c:541 eelf_iamcu.c:514 eelf_k1om.c:5505 +#: eelf_k1om_fbsd.c:514 eelf_l1om.c:5505 eelf_l1om_fbsd.c:514 +#: eelf_x86_64.c:5552 eelf_x86_64_cloudabi.c:517 eelf_x86_64_fbsd.c:517 +#: eelf_x86_64_sol2.c:649 msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n" msgstr "" -#: eelf32_x86_64.c:518 eelf_i386.c:515 eelf_i386_be.c:475 eelf_i386_fbsd.c:515 -#: eelf_i386_ldso.c:490 eelf_i386_sol2.c:646 eelf_i386_vxworks.c:542 -#: eelf_iamcu.c:4998 eelf_k1om.c:5354 eelf_k1om_fbsd.c:5354 eelf_l1om.c:5354 -#: eelf_l1om_fbsd.c:5354 eelf_x86_64.c:518 eelf_x86_64_cloudabi.c:518 -#: eelf_x86_64_fbsd.c:518 eelf_x86_64_sol2.c:649 +#: eelf32_x86_64.c:5557 eelf_i386.c:5176 eelf_i386_be.c:479 +#: eelf_i386_fbsd.c:519 eelf_i386_ldso.c:494 eelf_i386_sol2.c:651 +#: eelf_i386_vxworks.c:546 eelf_iamcu.c:519 eelf_k1om.c:5510 +#: eelf_k1om_fbsd.c:519 eelf_l1om.c:5510 eelf_l1om_fbsd.c:519 +#: eelf_x86_64.c:5557 eelf_x86_64_cloudabi.c:522 eelf_x86_64_fbsd.c:522 +#: eelf_x86_64_sol2.c:654 msgid "%F%P: unsupported option: -z %s\n" msgstr "" -#: eelf32_x86_64.c:540 eelf_i386.c:537 eelf_i386_fbsd.c:537 eelf_x86_64.c:540 -#: eelf_x86_64_cloudabi.c:540 eelf_x86_64_fbsd.c:540 eelf_x86_64_sol2.c:671 +#: eelf32_x86_64.c:5579 eelf_i386.c:5198 eelf_i386_fbsd.c:541 +#: eelf_x86_64.c:5579 eelf_x86_64_cloudabi.c:544 eelf_x86_64_fbsd.c:544 +#: eelf_x86_64_sol2.c:676 msgid "%F%P: invalid option for -z cet-report=: %s\n" msgstr "" -#: eelf32_x86_64.c:551 eelf_i386.c:548 eelf_i386_fbsd.c:548 eelf_x86_64.c:551 -#: eelf_x86_64_cloudabi.c:551 eelf_x86_64_fbsd.c:551 eelf_x86_64_sol2.c:682 +#: eelf32_x86_64.c:5593 eelf_i386.c:5212 eelf_i386_fbsd.c:555 +#: eelf_x86_64.c:5593 eelf_x86_64_cloudabi.c:558 eelf_x86_64_fbsd.c:558 +#: eelf_x86_64_sol2.c:690 msgid "%F%P: invalid x86-64 ISA level: %s\n" msgstr "" -#: eelf32_x86_64.c:588 eelf_i386.c:585 eelf_i386_be.c:491 eelf_i386_fbsd.c:585 -#: eelf_i386_ldso.c:515 eelf_i386_sol2.c:671 eelf_i386_vxworks.c:563 -#: eelf_iamcu.c:5023 eelf_k1om.c:5379 eelf_k1om_fbsd.c:5379 eelf_l1om.c:5379 -#: eelf_l1om_fbsd.c:5379 eelf_x86_64.c:638 eelf_x86_64_cloudabi.c:638 -#: eelf_x86_64_fbsd.c:638 eelf_x86_64_sol2.c:769 +#: eelf32_x86_64.c:5630 eelf_i386.c:5249 eelf_i386_be.c:495 +#: eelf_i386_fbsd.c:592 eelf_i386_ldso.c:519 eelf_i386_sol2.c:676 +#: eelf_i386_vxworks.c:567 eelf_iamcu.c:544 eelf_k1om.c:5535 +#: eelf_k1om_fbsd.c:544 eelf_l1om.c:5535 eelf_l1om_fbsd.c:544 +#: eelf_x86_64.c:5683 eelf_x86_64_cloudabi.c:648 eelf_x86_64_fbsd.c:648 +#: eelf_x86_64_sol2.c:780 #, c-format msgid "" " -z noextern-protected-data Do not treat protected data symbol as " "external\n" msgstr "" -#: eelf32_x86_64.c:591 eelf32lppc.c:799 eelf32lppclinux.c:799 -#: eelf32lppcnto.c:799 eelf32lppcsim.c:799 eelf32ppc.c:799 eelf32ppc_fbsd.c:799 -#: eelf32ppclinux.c:799 eelf32ppcnto.c:799 eelf32ppcsim.c:799 -#: eelf32ppcvxworks.c:777 eelf32ppcwindiss.c:799 eelf64lppc.c:1324 -#: eelf64lppc_fbsd.c:1324 eelf64ppc.c:1324 eelf64ppc_fbsd.c:1324 -#: eelf_i386.c:588 eelf_i386_be.c:494 eelf_i386_fbsd.c:588 eelf_i386_ldso.c:518 -#: eelf_i386_sol2.c:674 eelf_i386_vxworks.c:566 eelf_iamcu.c:5026 -#: eelf_k1om.c:5382 eelf_k1om_fbsd.c:5382 eelf_l1om.c:5382 -#: eelf_l1om_fbsd.c:5382 eelf_x86_64.c:641 eelf_x86_64_cloudabi.c:641 -#: eelf_x86_64_fbsd.c:641 eelf_x86_64_sol2.c:772 +#: eelf32_x86_64.c:5633 eelf32lppc.c:815 eelf32lppclinux.c:815 +#: eelf32lppcnto.c:815 eelf32lppcsim.c:815 eelf32ppc.c:815 eelf32ppc_fbsd.c:815 +#: eelf32ppclinux.c:815 eelf32ppcnto.c:815 eelf32ppcsim.c:815 +#: eelf32ppcvxworks.c:793 eelf32ppcwindiss.c:815 eelf64lppc.c:1339 +#: eelf64lppc_fbsd.c:1339 eelf64ppc.c:1339 eelf64ppc_fbsd.c:1339 +#: eelf_i386.c:5252 eelf_i386_be.c:498 eelf_i386_fbsd.c:595 +#: eelf_i386_ldso.c:522 eelf_i386_sol2.c:679 eelf_i386_vxworks.c:570 +#: eelf_iamcu.c:547 eelf_k1om.c:5538 eelf_k1om_fbsd.c:547 eelf_l1om.c:5538 +#: eelf_l1om_fbsd.c:547 eelf_x86_64.c:5686 eelf_x86_64_cloudabi.c:651 +#: eelf_x86_64_fbsd.c:651 eelf_x86_64_sol2.c:783 #, 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:595 eelf_x86_64.c:645 eelf_x86_64_cloudabi.c:645 -#: eelf_x86_64_fbsd.c:645 eelf_x86_64_sol2.c:776 +#: eelf32_x86_64.c:5637 eelf_x86_64.c:5690 eelf_x86_64_cloudabi.c:655 +#: eelf_x86_64_fbsd.c:655 eelf_x86_64_sol2.c:787 #, c-format msgid " -z noreloc-overflow Disable relocation overflow check\n" msgstr "" -#: eelf32_x86_64.c:598 eelf_i386.c:592 eelf_i386_be.c:498 eelf_i386_fbsd.c:592 -#: eelf_i386_ldso.c:522 eelf_i386_sol2.c:678 eelf_i386_vxworks.c:570 -#: eelf_iamcu.c:5030 eelf_k1om.c:5386 eelf_k1om_fbsd.c:5386 eelf_l1om.c:5386 -#: eelf_l1om_fbsd.c:5386 eelf_x86_64.c:648 eelf_x86_64_cloudabi.c:648 -#: eelf_x86_64_fbsd.c:648 eelf_x86_64_sol2.c:779 +#: eelf32_x86_64.c:5640 eelf_i386.c:5256 eelf_i386_be.c:502 +#: eelf_i386_fbsd.c:599 eelf_i386_ldso.c:526 eelf_i386_sol2.c:683 +#: eelf_i386_vxworks.c:574 eelf_iamcu.c:551 eelf_k1om.c:5542 +#: eelf_k1om_fbsd.c:551 eelf_l1om.c:5542 eelf_l1om_fbsd.c:551 +#: eelf_x86_64.c:5693 eelf_x86_64_cloudabi.c:658 eelf_x86_64_fbsd.c:658 +#: eelf_x86_64_sol2.c:790 #, c-format msgid " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n" msgstr "" -#: eelf32_x86_64.c:601 eelf_i386.c:595 eelf_i386_fbsd.c:595 eelf_x86_64.c:651 -#: eelf_x86_64_cloudabi.c:651 eelf_x86_64_fbsd.c:651 eelf_x86_64_sol2.c:782 +#: eelf32_x86_64.c:5643 eelf_i386.c:5259 eelf_i386_fbsd.c:602 +#: eelf_x86_64.c:5696 eelf_x86_64_cloudabi.c:661 eelf_x86_64_fbsd.c:661 +#: eelf_x86_64_sol2.c:793 #, c-format msgid " -z ibtplt Generate IBT-enabled PLT entries\n" msgstr "" -#: eelf32_x86_64.c:603 eelf_i386.c:597 eelf_i386_fbsd.c:597 eelf_x86_64.c:653 -#: eelf_x86_64_cloudabi.c:653 eelf_x86_64_fbsd.c:653 eelf_x86_64_sol2.c:784 +#: eelf32_x86_64.c:5645 eelf_i386.c:5261 eelf_i386_fbsd.c:604 +#: eelf_x86_64.c:5698 eelf_x86_64_cloudabi.c:663 eelf_x86_64_fbsd.c:663 +#: eelf_x86_64_sol2.c:795 #, c-format msgid " -z ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n" msgstr "" -#: eelf32_x86_64.c:605 eelf_i386.c:599 eelf_i386_fbsd.c:599 eelf_x86_64.c:655 -#: eelf_x86_64_cloudabi.c:655 eelf_x86_64_fbsd.c:655 eelf_x86_64_sol2.c:786 +#: eelf32_x86_64.c:5647 eelf_i386.c:5263 eelf_i386_fbsd.c:606 +#: eelf_x86_64.c:5700 eelf_x86_64_cloudabi.c:665 eelf_x86_64_fbsd.c:665 +#: eelf_x86_64_sol2.c:797 #, c-format msgid "" " -z shstk Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" msgstr "" -#: eelf32_x86_64.c:607 eelf_i386.c:601 eelf_i386_fbsd.c:601 eelf_x86_64.c:657 -#: eelf_x86_64_cloudabi.c:657 eelf_x86_64_fbsd.c:657 eelf_x86_64_sol2.c:788 +#: eelf32_x86_64.c:5649 eelf_i386.c:5265 eelf_i386_fbsd.c:608 +#: eelf_x86_64.c:5702 eelf_x86_64_cloudabi.c:667 eelf_x86_64_fbsd.c:667 +#: eelf_x86_64_sol2.c:799 #, c-format msgid "" " -z cet-report=[none|warning|error] (default: none)\n" " Report missing IBT and SHSTK properties\n" msgstr "" -#: eelf32_x86_64.c:611 eelf_i386.c:605 eelf_i386_fbsd.c:605 eelf_x86_64.c:661 -#: eelf_x86_64_cloudabi.c:661 eelf_x86_64_fbsd.c:661 eelf_x86_64_sol2.c:792 +#: eelf32_x86_64.c:5653 eelf_i386.c:5269 eelf_i386_fbsd.c:612 +#: eelf_x86_64.c:5706 eelf_x86_64_cloudabi.c:671 eelf_x86_64_fbsd.c:671 +#: eelf_x86_64_sol2.c:803 +#, c-format +msgid " -z report-relative-reloc Report relative relocations\n" +msgstr "" + +#: eelf32_x86_64.c:5656 eelf_i386.c:5272 eelf_i386_fbsd.c:615 +#: eelf_x86_64.c:5709 eelf_x86_64_cloudabi.c:674 eelf_x86_64_fbsd.c:674 +#: eelf_x86_64_sol2.c:806 #, c-format msgid "" " -z x86-64-{baseline|v[234]} Mark x86-64-{baseline|v[234]} ISA level as " "needed\n" msgstr "" -#: eelf32b4300.c:694 eelf32bmip.c:694 eelf32bmipn32.c:708 eelf32bsmip.c:708 -#: eelf32btsmip.c:694 eelf32btsmip_fbsd.c:694 eelf32btsmipn32.c:694 -#: eelf32btsmipn32_fbsd.c:694 eelf32ebmip.c:694 eelf32ebmipvxworks.c:733 -#: eelf32elmip.c:694 eelf32elmipvxworks.c:733 eelf32l4300.c:694 -#: eelf32lmip.c:694 eelf32lr5900.c:553 eelf32lr5900n32.c:552 eelf32lsmip.c:694 -#: eelf32ltsmip.c:694 eelf32ltsmip_fbsd.c:694 eelf32ltsmipn32.c:694 -#: eelf32ltsmipn32_fbsd.c:694 eelf32mipswindiss.c:527 eelf64bmip.c:708 -#: eelf64btsmip.c:694 eelf64btsmip_fbsd.c:694 eelf64ltsmip.c:694 -#: eelf64ltsmip_fbsd.c:694 +#: eelf32b4300.c:698 eelf32bmip.c:698 eelf32bmipn32.c:712 eelf32bsmip.c:712 +#: eelf32btsmip.c:698 eelf32btsmip_fbsd.c:698 eelf32btsmipn32.c:698 +#: eelf32btsmipn32_fbsd.c:698 eelf32ebmip.c:698 eelf32ebmipvxworks.c:737 +#: eelf32elmip.c:698 eelf32elmipvxworks.c:737 eelf32l4300.c:698 +#: eelf32lmip.c:698 eelf32lr5900.c:557 eelf32lr5900n32.c:556 eelf32lsmip.c:698 +#: eelf32ltsmip.c:698 eelf32ltsmip_fbsd.c:698 eelf32ltsmipn32.c:698 +#: eelf32ltsmipn32_fbsd.c:698 eelf32mipswindiss.c:531 eelf64bmip.c:712 +#: eelf64btsmip.c:698 eelf64btsmip_fbsd.c:698 eelf64ltsmip.c:698 +#: eelf64ltsmip_fbsd.c:698 #, c-format msgid "" " --insn32 Only generate 32-bit microMIPS instructions\n" msgstr "" -#: eelf32b4300.c:697 eelf32bmip.c:697 eelf32bmipn32.c:711 eelf32bsmip.c:711 -#: eelf32btsmip.c:697 eelf32btsmip_fbsd.c:697 eelf32btsmipn32.c:697 -#: eelf32btsmipn32_fbsd.c:697 eelf32ebmip.c:697 eelf32ebmipvxworks.c:736 -#: eelf32elmip.c:697 eelf32elmipvxworks.c:736 eelf32l4300.c:697 -#: eelf32lmip.c:697 eelf32lr5900.c:556 eelf32lr5900n32.c:555 eelf32lsmip.c:697 -#: eelf32ltsmip.c:697 eelf32ltsmip_fbsd.c:697 eelf32ltsmipn32.c:697 -#: eelf32ltsmipn32_fbsd.c:697 eelf32mipswindiss.c:530 eelf64bmip.c:711 -#: eelf64btsmip.c:697 eelf64btsmip_fbsd.c:697 eelf64ltsmip.c:697 -#: eelf64ltsmip_fbsd.c:697 +#: eelf32b4300.c:701 eelf32bmip.c:701 eelf32bmipn32.c:715 eelf32bsmip.c:715 +#: eelf32btsmip.c:701 eelf32btsmip_fbsd.c:701 eelf32btsmipn32.c:701 +#: eelf32btsmipn32_fbsd.c:701 eelf32ebmip.c:701 eelf32ebmipvxworks.c:740 +#: eelf32elmip.c:701 eelf32elmipvxworks.c:740 eelf32l4300.c:701 +#: eelf32lmip.c:701 eelf32lr5900.c:560 eelf32lr5900n32.c:559 eelf32lsmip.c:701 +#: eelf32ltsmip.c:701 eelf32ltsmip_fbsd.c:701 eelf32ltsmipn32.c:701 +#: eelf32ltsmipn32_fbsd.c:701 eelf32mipswindiss.c:534 eelf64bmip.c:715 +#: eelf64btsmip.c:701 eelf64btsmip_fbsd.c:701 eelf64ltsmip.c:701 +#: eelf64ltsmip_fbsd.c:701 #, c-format msgid " --no-insn32 Generate all microMIPS instructions\n" msgstr "" -#: eelf32b4300.c:700 eelf32bmip.c:700 eelf32bmipn32.c:714 eelf32bsmip.c:714 -#: eelf32btsmip.c:700 eelf32btsmip_fbsd.c:700 eelf32btsmipn32.c:700 -#: eelf32btsmipn32_fbsd.c:700 eelf32ebmip.c:700 eelf32ebmipvxworks.c:739 -#: eelf32elmip.c:700 eelf32elmipvxworks.c:739 eelf32l4300.c:700 -#: eelf32lmip.c:700 eelf32lr5900.c:559 eelf32lr5900n32.c:558 eelf32lsmip.c:700 -#: eelf32ltsmip.c:700 eelf32ltsmip_fbsd.c:700 eelf32ltsmipn32.c:700 -#: eelf32ltsmipn32_fbsd.c:700 eelf32mipswindiss.c:533 eelf64bmip.c:714 -#: eelf64btsmip.c:700 eelf64btsmip_fbsd.c:700 eelf64ltsmip.c:700 -#: eelf64ltsmip_fbsd.c:700 -#, c-format -msgid "" -" --ignore-branch-isa Accept invalid branch relocations requiring\n" -" an ISA mode switch\n" -msgstr "" - #: eelf32b4300.c:704 eelf32bmip.c:704 eelf32bmipn32.c:718 eelf32bsmip.c:718 #: eelf32btsmip.c:704 eelf32btsmip_fbsd.c:704 eelf32btsmipn32.c:704 #: eelf32btsmipn32_fbsd.c:704 eelf32ebmip.c:704 eelf32ebmipvxworks.c:743 @@ -5041,7 +5091,7 @@ msgstr "" #: eelf64ltsmip_fbsd.c:704 #, c-format msgid "" -" --no-ignore-branch-isa Reject invalid branch relocations requiring\n" +" --ignore-branch-isa Accept invalid branch relocations requiring\n" " an ISA mode switch\n" msgstr "" @@ -5056,30 +5106,45 @@ msgstr "" #: eelf64ltsmip_fbsd.c:708 #, c-format msgid "" +" --no-ignore-branch-isa Reject invalid branch relocations requiring\n" +" an ISA mode switch\n" +msgstr "" + +#: eelf32b4300.c:712 eelf32bmip.c:712 eelf32bmipn32.c:726 eelf32bsmip.c:726 +#: eelf32btsmip.c:712 eelf32btsmip_fbsd.c:712 eelf32btsmipn32.c:712 +#: eelf32btsmipn32_fbsd.c:712 eelf32ebmip.c:712 eelf32ebmipvxworks.c:751 +#: eelf32elmip.c:712 eelf32elmipvxworks.c:751 eelf32l4300.c:712 +#: eelf32lmip.c:712 eelf32lr5900.c:571 eelf32lr5900n32.c:570 eelf32lsmip.c:712 +#: eelf32ltsmip.c:712 eelf32ltsmip_fbsd.c:712 eelf32ltsmipn32.c:712 +#: eelf32ltsmipn32_fbsd.c:712 eelf32mipswindiss.c:545 eelf64bmip.c:726 +#: eelf64btsmip.c:712 eelf64btsmip_fbsd.c:712 eelf64ltsmip.c:712 +#: eelf64ltsmip_fbsd.c:712 +#, c-format +msgid "" " --compact-branches Generate compact branches/jumps for MIPS R6\n" msgstr "" -#: eelf32b4300.c:711 eelf32bmip.c:711 eelf32bmipn32.c:725 eelf32bsmip.c:725 -#: eelf32btsmip.c:711 eelf32btsmip_fbsd.c:711 eelf32btsmipn32.c:711 -#: eelf32btsmipn32_fbsd.c:711 eelf32ebmip.c:711 eelf32ebmipvxworks.c:750 -#: eelf32elmip.c:711 eelf32elmipvxworks.c:750 eelf32l4300.c:711 -#: eelf32lmip.c:711 eelf32lr5900.c:570 eelf32lr5900n32.c:569 eelf32lsmip.c:711 -#: eelf32ltsmip.c:711 eelf32ltsmip_fbsd.c:711 eelf32ltsmipn32.c:711 -#: eelf32ltsmipn32_fbsd.c:711 eelf32mipswindiss.c:544 eelf64bmip.c:725 -#: eelf64btsmip.c:711 eelf64btsmip_fbsd.c:711 eelf64ltsmip.c:711 -#: eelf64ltsmip_fbsd.c:711 +#: eelf32b4300.c:715 eelf32bmip.c:715 eelf32bmipn32.c:729 eelf32bsmip.c:729 +#: eelf32btsmip.c:715 eelf32btsmip_fbsd.c:715 eelf32btsmipn32.c:715 +#: eelf32btsmipn32_fbsd.c:715 eelf32ebmip.c:715 eelf32ebmipvxworks.c:754 +#: eelf32elmip.c:715 eelf32elmipvxworks.c:754 eelf32l4300.c:715 +#: eelf32lmip.c:715 eelf32lr5900.c:574 eelf32lr5900n32.c:573 eelf32lsmip.c:715 +#: eelf32ltsmip.c:715 eelf32ltsmip_fbsd.c:715 eelf32ltsmipn32.c:715 +#: eelf32ltsmipn32_fbsd.c:715 eelf32mipswindiss.c:548 eelf64bmip.c:729 +#: eelf64btsmip.c:715 eelf64btsmip_fbsd.c:715 eelf64ltsmip.c:715 +#: eelf64ltsmip_fbsd.c:715 #, c-format msgid "" " --no-compact-branches Generate delay slot branches/jumps for MIPS " "R6\n" msgstr "" -#: eelf32bfin.c:450 eelf32bfinfd.c:475 +#: eelf32bfin.c:454 eelf32bfinfd.c:479 #, c-format msgid " --code-in-l1 Put code in L1\n" msgstr "" -#: eelf32bfin.c:452 eelf32bfinfd.c:477 +#: eelf32bfin.c:456 eelf32bfinfd.c:481 #, c-format msgid " --data-in-l1 Put data in L1\n" msgstr "" @@ -5135,152 +5200,152 @@ msgstr "" msgid "%X%P: ppc_finish_symbols problem %E\n" msgstr "" -#: eelf32lppc.c:740 eelf32lppclinux.c:740 eelf32lppcnto.c:740 -#: eelf32lppcsim.c:740 eelf32ppc.c:740 eelf32ppc_fbsd.c:740 -#: eelf32ppclinux.c:740 eelf32ppcnto.c:740 eelf32ppcsim.c:740 -#: eelf32ppcvxworks.c:714 eelf32ppcwindiss.c:740 eelf64lppc.c:1191 -#: eelf64lppc_fbsd.c:1191 eelf64ppc.c:1191 eelf64ppc_fbsd.c:1191 +#: eelf32lppc.c:756 eelf32lppclinux.c:756 eelf32lppcnto.c:756 +#: eelf32lppcsim.c:756 eelf32ppc.c:756 eelf32ppc_fbsd.c:756 +#: eelf32ppclinux.c:756 eelf32ppcnto.c:756 eelf32ppcsim.c:756 +#: eelf32ppcvxworks.c:730 eelf32ppcwindiss.c:756 eelf64lppc.c:1206 +#: eelf64lppc_fbsd.c:1206 eelf64ppc.c:1206 eelf64ppc_fbsd.c:1206 msgid "%F%P: invalid --plt-align `%s'\n" msgstr "" -#: eelf32lppc.c:773 eelf32lppclinux.c:773 eelf32lppcnto.c:773 -#: eelf32lppcsim.c:773 eelf32ppc.c:773 eelf32ppc_fbsd.c:773 -#: eelf32ppclinux.c:773 eelf32ppcnto.c:773 eelf32ppcsim.c:773 -#: eelf32ppcvxworks.c:747 eelf32ppcwindiss.c:773 +#: eelf32lppc.c:789 eelf32lppclinux.c:789 eelf32lppcnto.c:789 +#: eelf32lppcsim.c:789 eelf32ppc.c:789 eelf32ppc_fbsd.c:789 +#: eelf32ppclinux.c:789 eelf32ppcnto.c:789 eelf32ppcsim.c:789 +#: eelf32ppcvxworks.c:763 eelf32ppcwindiss.c:789 msgid "%F%P: invalid pagesize `%s'\n" msgstr "" -#: eelf32lppc.c:803 eelf32lppclinux.c:803 eelf32lppcnto.c:803 -#: eelf32lppcsim.c:803 eelf32ppc.c:803 eelf32ppc_fbsd.c:803 -#: eelf32ppclinux.c:803 eelf32ppcnto.c:803 eelf32ppcsim.c:803 -#: eelf32ppcvxworks.c:781 eelf32ppcwindiss.c:803 eelf64lppc.c:1371 -#: eelf64lppc_fbsd.c:1371 eelf64ppc.c:1371 eelf64ppc_fbsd.c:1371 +#: eelf32lppc.c:819 eelf32lppclinux.c:819 eelf32lppcnto.c:819 +#: eelf32lppcsim.c:819 eelf32ppc.c:819 eelf32ppc_fbsd.c:819 +#: eelf32ppclinux.c:819 eelf32ppcnto.c:819 eelf32ppcsim.c:819 +#: eelf32ppcvxworks.c:797 eelf32ppcwindiss.c:819 eelf64lppc.c:1386 +#: eelf64lppc_fbsd.c:1386 eelf64ppc.c:1386 eelf64ppc_fbsd.c:1386 #, c-format msgid " --emit-stub-syms Label linker stubs with a symbol\n" msgstr "" -#: eelf32lppc.c:806 eelf32lppclinux.c:806 eelf32lppcnto.c:806 -#: eelf32lppcsim.c:806 eelf32ppc.c:806 eelf32ppc_fbsd.c:806 -#: eelf32ppclinux.c:806 eelf32ppcnto.c:806 eelf32ppcsim.c:806 -#: eelf32ppcvxworks.c:784 eelf32ppcwindiss.c:806 eelf64lppc.c:1374 -#: eelf64lppc_fbsd.c:1374 eelf64ppc.c:1374 eelf64ppc_fbsd.c:1374 +#: eelf32lppc.c:822 eelf32lppclinux.c:822 eelf32lppcnto.c:822 +#: eelf32lppcsim.c:822 eelf32ppc.c:822 eelf32ppc_fbsd.c:822 +#: eelf32ppclinux.c:822 eelf32ppcnto.c:822 eelf32ppcsim.c:822 +#: eelf32ppcvxworks.c:800 eelf32ppcwindiss.c:822 eelf64lppc.c:1389 +#: eelf64lppc_fbsd.c:1389 eelf64ppc.c:1389 eelf64ppc_fbsd.c:1389 #, c-format msgid " --no-emit-stub-syms Don't label linker stubs with a symbol\n" msgstr "" -#: eelf32lppc.c:809 eelf32lppclinux.c:809 eelf32lppcnto.c:809 -#: eelf32lppcsim.c:809 eelf32ppc.c:809 eelf32ppc_fbsd.c:809 -#: eelf32ppclinux.c:809 eelf32ppcnto.c:809 eelf32ppcsim.c:809 -#: eelf32ppcvxworks.c:787 eelf32ppcwindiss.c:809 eelf64lppc.c:1394 -#: eelf64lppc_fbsd.c:1394 eelf64ppc.c:1394 eelf64ppc_fbsd.c:1394 +#: eelf32lppc.c:825 eelf32lppclinux.c:825 eelf32lppcnto.c:825 +#: eelf32lppcsim.c:825 eelf32ppc.c:825 eelf32ppc_fbsd.c:825 +#: eelf32ppclinux.c:825 eelf32ppcnto.c:825 eelf32ppcsim.c:825 +#: eelf32ppcvxworks.c:803 eelf32ppcwindiss.c:825 eelf64lppc.c:1409 +#: eelf64lppc_fbsd.c:1409 eelf64ppc.c:1409 eelf64ppc_fbsd.c:1409 #, c-format msgid " --no-tls-optimize Don't try to optimize TLS accesses\n" msgstr "" -#: eelf32lppc.c:812 eelf32lppclinux.c:812 eelf32lppcnto.c:812 -#: eelf32lppcsim.c:812 eelf32ppc.c:812 eelf32ppc_fbsd.c:812 -#: eelf32ppclinux.c:812 eelf32ppcnto.c:812 eelf32ppcsim.c:812 -#: eelf32ppcvxworks.c:790 eelf32ppcwindiss.c:812 eelf64lppc.c:1400 -#: eelf64lppc_fbsd.c:1400 eelf64ppc.c:1400 eelf64ppc_fbsd.c:1400 +#: eelf32lppc.c:828 eelf32lppclinux.c:828 eelf32lppcnto.c:828 +#: eelf32lppcsim.c:828 eelf32ppc.c:828 eelf32ppc_fbsd.c:828 +#: eelf32ppclinux.c:828 eelf32ppcnto.c:828 eelf32ppcsim.c:828 +#: eelf32ppcvxworks.c:806 eelf32ppcwindiss.c:828 eelf64lppc.c:1415 +#: eelf64lppc_fbsd.c:1415 eelf64ppc.c:1415 eelf64ppc_fbsd.c:1415 #, c-format msgid " --no-tls-get-addr-optimize Don't use a special __tls_get_addr call\n" msgstr "" -#: eelf32lppc.c:815 eelf32lppclinux.c:815 eelf32lppcnto.c:815 -#: eelf32lppcsim.c:815 eelf32ppc.c:815 eelf32ppc_fbsd.c:815 -#: eelf32ppclinux.c:815 eelf32ppcnto.c:815 eelf32ppcsim.c:815 -#: eelf32ppcwindiss.c:815 +#: eelf32lppc.c:831 eelf32lppclinux.c:831 eelf32lppcnto.c:831 +#: eelf32lppcsim.c:831 eelf32ppc.c:831 eelf32ppc_fbsd.c:831 +#: eelf32ppclinux.c:831 eelf32ppcnto.c:831 eelf32ppcsim.c:831 +#: eelf32ppcwindiss.c:831 #, c-format msgid " --secure-plt Use new-style PLT if possible\n" msgstr "" -#: eelf32lppc.c:818 eelf32lppclinux.c:818 eelf32lppcnto.c:818 -#: eelf32lppcsim.c:818 eelf32ppc.c:818 eelf32ppc_fbsd.c:818 -#: eelf32ppclinux.c:818 eelf32ppcnto.c:818 eelf32ppcsim.c:818 -#: eelf32ppcwindiss.c:818 +#: eelf32lppc.c:834 eelf32lppclinux.c:834 eelf32lppcnto.c:834 +#: eelf32lppcsim.c:834 eelf32ppc.c:834 eelf32ppc_fbsd.c:834 +#: eelf32ppclinux.c:834 eelf32ppcnto.c:834 eelf32ppcsim.c:834 +#: eelf32ppcwindiss.c:834 #, c-format msgid " --bss-plt Force old-style BSS PLT\n" msgstr "" -#: eelf32lppc.c:821 eelf32lppclinux.c:821 eelf32lppcnto.c:821 -#: eelf32lppcsim.c:821 eelf32ppc.c:821 eelf32ppc_fbsd.c:821 -#: eelf32ppclinux.c:821 eelf32ppcnto.c:821 eelf32ppcsim.c:821 -#: eelf32ppcwindiss.c:821 +#: eelf32lppc.c:837 eelf32lppclinux.c:837 eelf32lppcnto.c:837 +#: eelf32lppcsim.c:837 eelf32ppc.c:837 eelf32ppc_fbsd.c:837 +#: eelf32ppclinux.c:837 eelf32ppcnto.c:837 eelf32ppcsim.c:837 +#: eelf32ppcwindiss.c:837 #, c-format msgid " --plt-align Align PLT call stubs to fit cache lines\n" msgstr "" -#: eelf32lppc.c:824 eelf32lppclinux.c:824 eelf32lppcnto.c:824 -#: eelf32lppcsim.c:824 eelf32ppc.c:824 eelf32ppc_fbsd.c:824 -#: eelf32ppclinux.c:824 eelf32ppcnto.c:824 eelf32ppcsim.c:824 -#: eelf32ppcwindiss.c:824 eelf64lppc.c:1353 eelf64lppc_fbsd.c:1353 -#: eelf64ppc.c:1353 eelf64ppc_fbsd.c:1353 +#: eelf32lppc.c:840 eelf32lppclinux.c:840 eelf32lppcnto.c:840 +#: eelf32lppcsim.c:840 eelf32ppc.c:840 eelf32ppc_fbsd.c:840 +#: eelf32ppclinux.c:840 eelf32ppcnto.c:840 eelf32ppcsim.c:840 +#: eelf32ppcwindiss.c:840 eelf64lppc.c:1368 eelf64lppc_fbsd.c:1368 +#: eelf64ppc.c:1368 eelf64ppc_fbsd.c:1368 #, c-format msgid " --no-plt-align Dont't align individual PLT call stubs\n" msgstr "" -#: eelf32lppc.c:827 eelf32lppclinux.c:827 eelf32lppcnto.c:827 -#: eelf32lppcsim.c:827 eelf32ppc.c:827 eelf32ppc_fbsd.c:827 -#: eelf32ppclinux.c:827 eelf32ppcnto.c:827 eelf32ppcsim.c:827 -#: eelf32ppcwindiss.c:827 eelf64lppc.c:1412 eelf64lppc_fbsd.c:1412 -#: eelf64ppc.c:1412 eelf64ppc_fbsd.c:1412 +#: eelf32lppc.c:843 eelf32lppclinux.c:843 eelf32lppcnto.c:843 +#: eelf32lppcsim.c:843 eelf32ppc.c:843 eelf32ppc_fbsd.c:843 +#: eelf32ppclinux.c:843 eelf32ppcnto.c:843 eelf32ppcsim.c:843 +#: eelf32ppcwindiss.c:843 eelf64lppc.c:1427 eelf64lppc_fbsd.c:1427 +#: eelf64ppc.c:1427 eelf64ppc_fbsd.c:1427 #, c-format msgid "" " --no-inline-optimize Don't convert inline PLT to direct calls\n" msgstr "" -#: eelf32lppc.c:830 eelf32lppclinux.c:830 eelf32lppcnto.c:830 -#: eelf32lppcsim.c:830 eelf32ppc.c:830 eelf32ppc_fbsd.c:830 -#: eelf32ppclinux.c:830 eelf32ppcnto.c:830 eelf32ppcsim.c:830 -#: eelf32ppcwindiss.c:830 +#: eelf32lppc.c:846 eelf32lppclinux.c:846 eelf32lppcnto.c:846 +#: eelf32lppcsim.c:846 eelf32ppc.c:846 eelf32ppc_fbsd.c:846 +#: eelf32ppclinux.c:846 eelf32ppcnto.c:846 eelf32ppcsim.c:846 +#: eelf32ppcwindiss.c:846 #, c-format msgid " --sdata-got Force GOT location just before .sdata\n" msgstr "" -#: eelf32lppc.c:833 eelf32lppclinux.c:833 eelf32lppcnto.c:833 -#: eelf32lppcsim.c:833 eelf32ppc.c:833 eelf32ppc_fbsd.c:833 -#: eelf32ppclinux.c:833 eelf32ppcnto.c:833 eelf32ppcsim.c:833 -#: eelf32ppcvxworks.c:793 eelf32ppcwindiss.c:833 +#: eelf32lppc.c:849 eelf32lppclinux.c:849 eelf32lppcnto.c:849 +#: eelf32lppcsim.c:849 eelf32ppc.c:849 eelf32ppc_fbsd.c:849 +#: eelf32ppclinux.c:849 eelf32ppcnto.c:849 eelf32ppcsim.c:849 +#: eelf32ppcvxworks.c:809 eelf32ppcwindiss.c:849 #, c-format msgid "" " --ppc476-workaround [=pagesize]\n" " Avoid a cache bug on ppc476\n" msgstr "" -#: eelf32lppc.c:837 eelf32lppclinux.c:837 eelf32lppcnto.c:837 -#: eelf32lppcsim.c:837 eelf32ppc.c:837 eelf32ppc_fbsd.c:837 -#: eelf32ppclinux.c:837 eelf32ppcnto.c:837 eelf32ppcsim.c:837 -#: eelf32ppcvxworks.c:797 eelf32ppcwindiss.c:837 +#: eelf32lppc.c:853 eelf32lppclinux.c:853 eelf32lppcnto.c:853 +#: eelf32lppcsim.c:853 eelf32ppc.c:853 eelf32ppc_fbsd.c:853 +#: eelf32ppclinux.c:853 eelf32ppcnto.c:853 eelf32ppcsim.c:853 +#: eelf32ppcvxworks.c:813 eelf32ppcwindiss.c:853 #, c-format msgid " --no-ppc476-workaround Disable workaround\n" msgstr "" -#: eelf32lppc.c:840 eelf32lppclinux.c:840 eelf32lppcnto.c:840 -#: eelf32lppcsim.c:840 eelf32ppc.c:840 eelf32ppc_fbsd.c:840 -#: eelf32ppclinux.c:840 eelf32ppcnto.c:840 eelf32ppcsim.c:840 -#: eelf32ppcvxworks.c:800 eelf32ppcwindiss.c:840 +#: eelf32lppc.c:856 eelf32lppclinux.c:856 eelf32lppcnto.c:856 +#: eelf32lppcsim.c:856 eelf32ppc.c:856 eelf32ppc_fbsd.c:856 +#: eelf32ppclinux.c:856 eelf32ppcnto.c:856 eelf32ppcsim.c:856 +#: eelf32ppcvxworks.c:816 eelf32ppcwindiss.c:856 #, c-format msgid " --no-pic-fixup Don't edit non-pic to pic\n" msgstr "" -#: eelf32lppc.c:843 eelf32lppclinux.c:843 eelf32lppcnto.c:843 -#: eelf32lppcsim.c:843 eelf32ppc.c:843 eelf32ppc_fbsd.c:843 -#: eelf32ppclinux.c:843 eelf32ppcnto.c:843 eelf32ppcsim.c:843 -#: eelf32ppcvxworks.c:803 eelf32ppcwindiss.c:843 +#: eelf32lppc.c:859 eelf32lppclinux.c:859 eelf32lppcnto.c:859 +#: eelf32lppcsim.c:859 eelf32ppc.c:859 eelf32ppc_fbsd.c:859 +#: eelf32ppclinux.c:859 eelf32ppcnto.c:859 eelf32ppcsim.c:859 +#: eelf32ppcvxworks.c:819 eelf32ppcwindiss.c:859 #, c-format msgid "" " --vle-reloc-fixup Correct old object file 16A/16D relocation\n" msgstr "" -#: eelf32mcore.c:300 +#: eelf32mcore.c:304 #, c-format msgid "" " --base_file <basefile> Generate a base file for relocatable DLLs\n" msgstr "" -#: eelf32metag.c:713 eelf64lppc.c:1328 eelf64lppc_fbsd.c:1328 eelf64ppc.c:1328 -#: eelf64ppc_fbsd.c:1328 ehppaelf.c:573 ehppalinux.c:755 ehppanbsd.c:755 -#: ehppaobsd.c:755 +#: eelf32metag.c:717 eelf64lppc.c:1343 eelf64lppc_fbsd.c:1343 eelf64ppc.c:1343 +#: eelf64ppc_fbsd.c:1343 ehppaelf.c:577 ehppalinux.c:759 ehppanbsd.c:759 +#: ehppaobsd.c:759 #, c-format msgid "" " --stub-group-size=N Maximum size of a group of input sections " @@ -5297,28 +5362,28 @@ msgid "" " choose suitable defaults.\n" msgstr "" -#: eelf32rx.c:332 +#: eelf32rx.c:336 #, c-format msgid "" " --no-flag-mismatch-warnings Don't warn about objects with incompatible\n" " endian or dsp settings\n" msgstr "" -#: eelf32rx.c:334 +#: eelf32rx.c:338 #, c-format msgid "" " --flag-mismatch-warnings Warn about objects with incompatible\n" " endian, dsp or ABI settings\n" msgstr "" -#: eelf32rx.c:336 +#: eelf32rx.c:340 #, c-format msgid "" " --ignore-lma Ignore segment LMAs [default]\n" " (for Renesas Tools compatibility)\n" msgstr "" -#: eelf32rx.c:338 +#: eelf32rx.c:342 #, c-format msgid " --no-ignore-lma Don't ignore segment LMAs\n" msgstr "" @@ -5381,20 +5446,20 @@ msgstr "" msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions.\n" msgstr "" -#: eelf32xtensa.c:2392 +#: eelf32xtensa.c:2396 #, c-format msgid "" " --size-opt When relaxing longcalls, prefer size\n" " optimization over branch target alignment\n" msgstr "" -#: eelf32xtensa.c:2395 +#: eelf32xtensa.c:2399 #, c-format msgid "" " --abi-windowed Choose windowed ABI for the output object\n" msgstr "" -#: eelf32xtensa.c:2397 +#: eelf32xtensa.c:2401 #, c-format msgid " --abi-call0 Choose call0 ABI for the output object\n" msgstr "" @@ -5403,7 +5468,7 @@ msgstr "" msgid "%F%P: %pB: Instruction sets of object files incompatible\n" msgstr "" -#: eelf64_ia64.c:486 eelf64_ia64_fbsd.c:486 +#: eelf64_ia64.c:490 eelf64_ia64_fbsd.c:490 #, c-format msgid "" " --itanium Generate code for Intel Itanium processor\n" @@ -5414,13 +5479,13 @@ msgstr "" msgid "%F%P: can not init BFD: %E\n" msgstr "" -#: eelf64_s390.c:529 +#: eelf64_s390.c:533 #, c-format msgid "" " --s390-pgste Tell the kernel to allocate 4k page tables\n" msgstr "" -#: eelf64alpha.c:558 eelf64alpha_fbsd.c:558 eelf64alpha_nbsd.c:558 +#: eelf64alpha.c:562 eelf64alpha_fbsd.c:562 eelf64alpha_nbsd.c:562 #, c-format msgid "" " --taso Load executable in the lower 31-bit " @@ -5428,12 +5493,12 @@ msgid "" " virtual address range\n" msgstr "" -#: eelf64alpha.c:561 eelf64alpha_fbsd.c:561 eelf64alpha_nbsd.c:561 +#: eelf64alpha.c:565 eelf64alpha_fbsd.c:565 eelf64alpha_nbsd.c:565 #, c-format msgid " --secureplt Force PLT in text segment\n" msgstr "" -#: eelf64alpha.c:563 eelf64alpha_fbsd.c:563 eelf64alpha_nbsd.c:563 +#: eelf64alpha.c:567 eelf64alpha_fbsd.c:567 eelf64alpha_nbsd.c:567 #, c-format msgid " --no-secureplt Force PLT in data segment\n" msgstr "" @@ -5452,76 +5517,76 @@ msgstr "" msgid "%P: .init/.fini fragments use differing TOC pointers\n" msgstr "" -#: eelf64lppc.c:1220 eelf64lppc_fbsd.c:1220 eelf64ppc.c:1220 -#: eelf64ppc_fbsd.c:1220 +#: eelf64lppc.c:1235 eelf64lppc_fbsd.c:1235 eelf64ppc.c:1235 +#: eelf64ppc_fbsd.c:1235 msgid "%F%P: invalid --power10-stubs argument `%s'\n" msgstr "" -#: eelf64lppc.c:1338 eelf64ppc.c:1338 +#: eelf64lppc.c:1353 eelf64ppc.c:1353 #, c-format msgid "" " --plt-static-chain PLT call stubs should load r11 (default)\n" msgstr "" -#: eelf64lppc.c:1341 eelf64ppc.c:1341 +#: eelf64lppc.c:1356 eelf64ppc.c:1356 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11\n" msgstr "" -#: eelf64lppc.c:1344 eelf64lppc_fbsd.c:1344 eelf64ppc.c:1344 -#: eelf64ppc_fbsd.c:1344 +#: eelf64lppc.c:1359 eelf64lppc_fbsd.c:1359 eelf64ppc.c:1359 +#: eelf64ppc_fbsd.c:1359 #, c-format msgid " --plt-thread-safe PLT call stubs with load-load barrier\n" msgstr "" -#: eelf64lppc.c:1347 eelf64lppc_fbsd.c:1347 eelf64ppc.c:1347 -#: eelf64ppc_fbsd.c:1347 +#: eelf64lppc.c:1362 eelf64lppc_fbsd.c:1362 eelf64ppc.c:1362 +#: eelf64ppc_fbsd.c:1362 #, c-format msgid " --no-plt-thread-safe PLT call stubs without barrier\n" msgstr "" -#: eelf64lppc.c:1350 eelf64lppc_fbsd.c:1350 eelf64ppc.c:1350 -#: eelf64ppc_fbsd.c:1350 +#: eelf64lppc.c:1365 eelf64lppc_fbsd.c:1365 eelf64ppc.c:1365 +#: eelf64ppc_fbsd.c:1365 #, c-format msgid " --plt-align [=<align>] Align PLT call stubs to fit cache lines\n" msgstr "" -#: eelf64lppc.c:1356 eelf64lppc_fbsd.c:1356 eelf64ppc.c:1356 -#: eelf64ppc_fbsd.c:1356 +#: eelf64lppc.c:1371 eelf64lppc_fbsd.c:1371 eelf64ppc.c:1371 +#: eelf64ppc_fbsd.c:1371 #, c-format msgid "" " --plt-localentry Optimize calls to ELFv2 localentry:0 " "functions\n" msgstr "" -#: eelf64lppc.c:1359 eelf64lppc_fbsd.c:1359 eelf64ppc.c:1359 -#: eelf64ppc_fbsd.c:1359 +#: eelf64lppc.c:1374 eelf64lppc_fbsd.c:1374 eelf64ppc.c:1374 +#: eelf64ppc_fbsd.c:1374 #, c-format msgid " --no-plt-localentry Don't optimize ELFv2 calls\n" msgstr "" -#: eelf64lppc.c:1362 eelf64lppc_fbsd.c:1362 eelf64ppc.c:1362 -#: eelf64ppc_fbsd.c:1362 +#: eelf64lppc.c:1377 eelf64lppc_fbsd.c:1377 eelf64ppc.c:1377 +#: eelf64ppc_fbsd.c:1377 #, c-format msgid "" " --power10-stubs [=auto] Use Power10 PLT call stubs (default auto)\n" msgstr "" -#: eelf64lppc.c:1365 eelf64lppc_fbsd.c:1365 eelf64ppc.c:1365 -#: eelf64ppc_fbsd.c:1365 +#: eelf64lppc.c:1380 eelf64lppc_fbsd.c:1380 eelf64ppc.c:1380 +#: eelf64ppc_fbsd.c:1380 #, c-format msgid "" " --no-pcrel-optimize Don't perform R_PPC64_PCREL_OPT optimization\n" msgstr "" -#: eelf64lppc.c:1368 eelf64lppc_fbsd.c:1368 eelf64ppc.c:1368 -#: eelf64ppc_fbsd.c:1368 +#: eelf64lppc.c:1383 eelf64lppc_fbsd.c:1383 eelf64ppc.c:1383 +#: eelf64ppc_fbsd.c:1383 #, c-format msgid " --no-power10-stubs Don't use Power10 PLT call stubs\n" msgstr "" -#: eelf64lppc.c:1377 eelf64lppc_fbsd.c:1377 eelf64ppc.c:1377 -#: eelf64ppc_fbsd.c:1377 +#: eelf64lppc.c:1392 eelf64lppc_fbsd.c:1392 eelf64ppc.c:1392 +#: eelf64ppc_fbsd.c:1392 #, c-format msgid "" " --dotsyms For every version pattern \"foo\" in a " @@ -5531,15 +5596,15 @@ msgid "" " descriptor symbols. Defaults to on.\n" msgstr "" -#: eelf64lppc.c:1383 eelf64lppc_fbsd.c:1383 eelf64ppc.c:1383 -#: eelf64ppc_fbsd.c:1383 +#: eelf64lppc.c:1398 eelf64lppc_fbsd.c:1398 eelf64ppc.c:1398 +#: eelf64ppc_fbsd.c:1398 #, c-format msgid "" " --no-dotsyms Don't do anything special in version scripts\n" msgstr "" -#: eelf64lppc.c:1386 eelf64lppc_fbsd.c:1386 eelf64ppc.c:1386 -#: eelf64ppc_fbsd.c:1386 +#: eelf64lppc.c:1401 eelf64lppc_fbsd.c:1401 eelf64ppc.c:1401 +#: eelf64ppc_fbsd.c:1401 #, c-format msgid "" " --save-restore-funcs Provide register save and restore routines " @@ -5548,71 +5613,71 @@ msgid "" " final link, off for ld -r.\n" msgstr "" -#: eelf64lppc.c:1391 eelf64lppc_fbsd.c:1391 eelf64ppc.c:1391 -#: eelf64ppc_fbsd.c:1391 +#: eelf64lppc.c:1406 eelf64lppc_fbsd.c:1406 eelf64ppc.c:1406 +#: eelf64ppc_fbsd.c:1406 #, c-format msgid " --no-save-restore-funcs Don't provide these routines\n" msgstr "" -#: eelf64lppc.c:1397 eelf64lppc_fbsd.c:1397 eelf64ppc.c:1397 -#: eelf64ppc_fbsd.c:1397 +#: eelf64lppc.c:1412 eelf64lppc_fbsd.c:1412 eelf64ppc.c:1412 +#: eelf64ppc_fbsd.c:1412 #, c-format msgid "" " --tls-get-addr-optimize Force use of special __tls_get_addr call\n" msgstr "" -#: eelf64lppc.c:1403 eelf64lppc_fbsd.c:1403 eelf64ppc.c:1403 -#: eelf64ppc_fbsd.c:1403 +#: eelf64lppc.c:1418 eelf64lppc_fbsd.c:1418 eelf64ppc.c:1418 +#: eelf64ppc_fbsd.c:1418 #, c-format msgid " --tls-get-addr-regsave Force register save __tls_get_addr stub\n" msgstr "" -#: eelf64lppc.c:1406 eelf64lppc_fbsd.c:1406 eelf64ppc.c:1406 -#: eelf64ppc_fbsd.c:1406 +#: eelf64lppc.c:1421 eelf64lppc_fbsd.c:1421 eelf64ppc.c:1421 +#: eelf64ppc_fbsd.c:1421 #, c-format msgid "" " --no-tls-get-addr-regsave Don't use register save __tls_get_addr stub\n" msgstr "" -#: eelf64lppc.c:1409 eelf64lppc_fbsd.c:1409 eelf64ppc.c:1409 -#: eelf64ppc_fbsd.c:1409 +#: eelf64lppc.c:1424 eelf64lppc_fbsd.c:1424 eelf64ppc.c:1424 +#: eelf64ppc_fbsd.c:1424 #, c-format msgid " --no-opd-optimize Don't optimize the OPD section\n" msgstr "" -#: eelf64lppc.c:1415 eelf64lppc_fbsd.c:1415 eelf64ppc.c:1415 -#: eelf64ppc_fbsd.c:1415 +#: eelf64lppc.c:1430 eelf64lppc_fbsd.c:1430 eelf64ppc.c:1430 +#: eelf64ppc_fbsd.c:1430 #, c-format msgid " --no-toc-optimize Don't optimize the TOC section\n" msgstr "" -#: eelf64lppc.c:1418 eelf64lppc_fbsd.c:1418 eelf64ppc.c:1418 -#: eelf64ppc_fbsd.c:1418 +#: eelf64lppc.c:1433 eelf64lppc_fbsd.c:1433 eelf64ppc.c:1433 +#: eelf64ppc_fbsd.c:1433 #, c-format msgid "" " --no-multi-toc Disallow automatic multiple toc sections\n" msgstr "" -#: eelf64lppc.c:1421 eelf64lppc_fbsd.c:1421 eelf64ppc.c:1421 -#: eelf64ppc_fbsd.c:1421 +#: eelf64lppc.c:1436 eelf64lppc_fbsd.c:1436 eelf64ppc.c:1436 +#: eelf64ppc_fbsd.c:1436 #, c-format msgid " --no-toc-sort Don't sort TOC and GOT sections\n" msgstr "" -#: eelf64lppc.c:1424 eelf64lppc_fbsd.c:1424 eelf64ppc.c:1424 -#: eelf64ppc_fbsd.c:1424 +#: eelf64lppc.c:1439 eelf64lppc_fbsd.c:1439 eelf64ppc.c:1439 +#: eelf64ppc_fbsd.c:1439 #, c-format msgid "" " --non-overlapping-opd Canonicalize .opd, so that there are no\n" " overlapping .opd entries\n" msgstr "" -#: eelf64lppc_fbsd.c:1338 eelf64ppc_fbsd.c:1338 +#: eelf64lppc_fbsd.c:1353 eelf64ppc_fbsd.c:1353 #, c-format msgid " --plt-static-chain PLT call stubs should load r111\n" msgstr "" -#: eelf64lppc_fbsd.c:1341 eelf64ppc_fbsd.c:1341 +#: eelf64lppc_fbsd.c:1356 eelf64ppc_fbsd.c:1356 #, c-format msgid "" " --no-plt-static-chain PLT call stubs should not load r11 (default)\n" @@ -5631,64 +5696,71 @@ msgstr "" msgid "%F%P: can't finalize linker-allocated global registers\n" msgstr "" -#: eelf_x86_64.c:566 eelf_x86_64_cloudabi.c:566 eelf_x86_64_fbsd.c:566 -#: eelf_x86_64_sol2.c:697 +#: eelf_x86_64.c:5608 eelf_x86_64_cloudabi.c:573 eelf_x86_64_fbsd.c:573 +#: eelf_x86_64_sol2.c:705 msgid "%F%P: invalid option for -z lam-u48-report=: %s\n" msgstr "" -#: eelf_x86_64.c:580 eelf_x86_64_cloudabi.c:580 eelf_x86_64_fbsd.c:580 -#: eelf_x86_64_sol2.c:711 +#: eelf_x86_64.c:5622 eelf_x86_64_cloudabi.c:587 eelf_x86_64_fbsd.c:587 +#: eelf_x86_64_sol2.c:719 msgid "%F%P: invalid option for -z lam-u57-report=: %s\n" msgstr "" -#: eelf_x86_64.c:601 eelf_x86_64_cloudabi.c:601 eelf_x86_64_fbsd.c:601 -#: eelf_x86_64_sol2.c:732 +#: eelf_x86_64.c:5643 eelf_x86_64_cloudabi.c:608 eelf_x86_64_fbsd.c:608 +#: eelf_x86_64_sol2.c:740 msgid "%F%P: invalid option for -z lam-report=: %s\n" msgstr "" -#: eelf_x86_64.c:664 eelf_x86_64_cloudabi.c:664 eelf_x86_64_fbsd.c:664 -#: eelf_x86_64_sol2.c:795 +#: eelf_x86_64.c:5712 eelf_x86_64_cloudabi.c:677 eelf_x86_64_fbsd.c:677 +#: eelf_x86_64_sol2.c:809 #, c-format msgid "" " -z lam-u48 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n" msgstr "" -#: eelf_x86_64.c:666 eelf_x86_64_cloudabi.c:666 eelf_x86_64_fbsd.c:666 -#: eelf_x86_64_sol2.c:797 +#: eelf_x86_64.c:5714 eelf_x86_64_cloudabi.c:679 eelf_x86_64_fbsd.c:679 +#: eelf_x86_64_sol2.c:811 #, c-format msgid "" " -z lam-u48-report=[none|warning|error] (default: none)\n" " Report missing LAM_U48 property\n" msgstr "" -#: eelf_x86_64.c:669 eelf_x86_64_cloudabi.c:669 eelf_x86_64_fbsd.c:669 -#: eelf_x86_64_sol2.c:800 +#: eelf_x86_64.c:5717 eelf_x86_64_cloudabi.c:682 eelf_x86_64_fbsd.c:682 +#: eelf_x86_64_sol2.c:814 #, c-format msgid "" " -z lam-u57 Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n" msgstr "" -#: eelf_x86_64.c:671 eelf_x86_64_cloudabi.c:671 eelf_x86_64_fbsd.c:671 -#: eelf_x86_64_sol2.c:802 +#: eelf_x86_64.c:5719 eelf_x86_64_cloudabi.c:684 eelf_x86_64_fbsd.c:684 +#: eelf_x86_64_sol2.c:816 #, c-format msgid "" " -z lam-u57-report=[none|warning|error] (default: none)\n" " Report missing LAM_U57 property\n" msgstr "" -#: eelf_x86_64.c:674 eelf_x86_64_cloudabi.c:674 eelf_x86_64_fbsd.c:674 -#: eelf_x86_64_sol2.c:805 +#: eelf_x86_64.c:5722 eelf_x86_64_cloudabi.c:687 eelf_x86_64_fbsd.c:687 +#: eelf_x86_64_sol2.c:819 #, c-format msgid "" " -z lam-report=[none|warning|error] (default: none)\n" " Report missing LAM_U48 and LAM_U57 properties\n" msgstr "" +#: eelf_x86_64.c:5726 eelf_x86_64_cloudabi.c:691 eelf_x86_64_fbsd.c:691 +#: eelf_x86_64_sol2.c:823 +#, c-format +msgid "" +" -z bndplt Always generate BND prefix in PLT entries\n" +msgstr "" + #: ehppaelf.c:324 ehppalinux.c:324 ehppanbsd.c:324 ehppaobsd.c:324 msgid "%X%P: can not set gp\n" msgstr "" -#: ehppaelf.c:569 ehppalinux.c:751 ehppanbsd.c:751 ehppaobsd.c:751 +#: ehppaelf.c:573 ehppalinux.c:755 ehppanbsd.c:755 ehppaobsd.c:755 #, c-format msgid "" " --multi-subspace Generate import and export stubs to support\n" @@ -5811,7 +5883,7 @@ msgstr "" msgid "%X%P: changing output format whilst linking is not supported\n" msgstr "" -#: em68hc11elf.c:566 em68hc11elfb.c:566 em68hc12elf.c:566 em68hc12elfb.c:566 +#: em68hc11elf.c:570 em68hc11elfb.c:570 em68hc12elf.c:570 em68hc12elfb.c:570 #, c-format msgid "" " --no-trampoline Do not generate the far trampolines used to " @@ -5819,7 +5891,7 @@ msgid "" " a far function using jsr or bsr\n" msgstr "" -#: em68hc11elf.c:569 em68hc11elfb.c:569 em68hc12elf.c:569 em68hc12elfb.c:569 +#: em68hc11elf.c:573 em68hc11elfb.c:573 em68hc12elf.c:573 em68hc12elfb.c:573 #, c-format msgid "" " --bank-window NAME Specify the name of the memory region " @@ -5831,11 +5903,11 @@ msgstr "" msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n" msgstr "" -#: em68kelf.c:612 em68kelfnbsd.c:612 +#: em68kelf.c:616 em68kelfnbsd.c:616 msgid "%P: unrecognized --got argument '%s'\n" msgstr "" -#: em68kelf.c:625 em68kelfnbsd.c:625 +#: em68kelf.c:629 em68kelfnbsd.c:629 #, c-format msgid " --got=<type> Specify GOT handling scheme\n" msgstr "" @@ -5856,7 +5928,7 @@ msgstr "" msgid "%P: error: no section named %s in linker script\n" msgstr "" -#: emsp430X.c:458 emsp430elf.c:458 +#: emsp430X.c:459 emsp430elf.c:459 #, c-format msgid "" " --code-region={either,lower,upper,none}\n" @@ -5864,7 +5936,7 @@ msgid "" "sections\n" msgstr "" -#: emsp430X.c:459 emsp430elf.c:459 +#: emsp430X.c:460 emsp430elf.c:460 #, c-format msgid "" " --data-region={either,lower,upper,none}\n" @@ -5872,7 +5944,7 @@ msgid "" " {either,lower,upper,none}.{bss,data,rodata}* sections\n" msgstr "" -#: emsp430X.c:460 emsp430elf.c:460 +#: emsp430X.c:461 emsp430elf.c:461 #, c-format msgid "" " --disable-sec-transformation\n" @@ -5880,19 +5952,19 @@ msgid "" " add the {either,lower,upper,none} prefixes\n" msgstr "" -#: emsp430X.c:479 emsp430elf.c:479 +#: emsp430X.c:480 emsp430elf.c:480 msgid "%P: --code-region requires an argument: {upper,lower,either,none}\n" msgstr "" -#: emsp430X.c:485 emsp430elf.c:485 +#: emsp430X.c:486 emsp430elf.c:486 msgid "%P: error: unrecognized argument to --code-region= option: \"%s\"\n" msgstr "" -#: emsp430X.c:502 emsp430elf.c:502 +#: emsp430X.c:503 emsp430elf.c:503 msgid "%P: --data-region requires an argument: {upper,lower,either,none}\n" msgstr "" -#: emsp430X.c:508 emsp430elf.c:508 +#: emsp430X.c:509 emsp430elf.c:509 msgid "%P: error: unrecognized argument to --data-region= option: \"%s\"\n" msgstr "" @@ -5902,50 +5974,50 @@ msgstr "" msgid "%F%P: %pB: ABI version of object files mismatched\n" msgstr "" -#: ends32belf.c:400 ends32belf16m.c:400 ends32belf_linux.c:533 ends32elf.c:400 -#: ends32elf16m.c:400 ends32elf_linux.c:533 +#: ends32belf.c:404 ends32belf16m.c:404 ends32belf_linux.c:537 ends32elf.c:404 +#: ends32elf16m.c:404 ends32elf_linux.c:537 msgid "%P: --mbaseline is not used anymore\n" msgstr "" -#: ends32belf.c:411 ends32belf16m.c:411 ends32belf_linux.c:544 ends32elf.c:411 -#: ends32elf16m.c:411 ends32elf_linux.c:544 +#: ends32belf.c:415 ends32belf16m.c:415 ends32belf_linux.c:548 ends32elf.c:415 +#: ends32elf16m.c:415 ends32elf_linux.c:548 msgid "%P: --relax-[no-]reduce-fp-updat is not used anymore\n" msgstr "" -#: ends32belf.c:415 ends32belf16m.c:415 ends32belf_linux.c:548 ends32elf.c:415 -#: ends32elf16m.c:415 ends32elf_linux.c:548 +#: ends32belf.c:419 ends32belf16m.c:419 ends32belf_linux.c:552 ends32elf.c:419 +#: ends32elf16m.c:419 ends32elf_linux.c:552 msgid "%P: missing file for --mexport-symbols\n" msgstr "" -#: ends32belf.c:428 ends32belf.c:437 ends32belf16m.c:428 ends32belf16m.c:437 -#: ends32belf_linux.c:561 ends32belf_linux.c:570 ends32elf.c:428 -#: ends32elf.c:437 ends32elf16m.c:428 ends32elf16m.c:437 ends32elf_linux.c:561 -#: ends32elf_linux.c:570 +#: ends32belf.c:432 ends32belf.c:441 ends32belf16m.c:432 ends32belf16m.c:441 +#: ends32belf_linux.c:565 ends32belf_linux.c:574 ends32elf.c:432 +#: ends32elf.c:441 ends32elf16m.c:432 ends32elf16m.c:441 ends32elf_linux.c:565 +#: ends32elf_linux.c:574 msgid "%P: valid arguments to --mhyper-relax=(low|medium|high)\n" msgstr "" -#: ends32belf.c:457 ends32belf16m.c:457 ends32belf_linux.c:590 ends32elf.c:457 -#: ends32elf16m.c:457 ends32elf_linux.c:590 +#: ends32belf.c:461 ends32belf16m.c:461 ends32belf_linux.c:594 ends32elf.c:461 +#: ends32elf16m.c:461 ends32elf_linux.c:594 #, c-format msgid " --m[no-]fp-as-gp Disable/enable fp-as-gp relaxation\n" msgstr "" -#: ends32belf.c:459 ends32belf16m.c:459 ends32belf_linux.c:592 ends32elf.c:459 -#: ends32elf16m.c:459 ends32elf_linux.c:592 +#: ends32belf.c:463 ends32belf16m.c:463 ends32belf_linux.c:596 ends32elf.c:463 +#: ends32elf16m.c:463 ends32elf_linux.c:596 #, c-format msgid " --mexport-symbols=FILE Exporting symbols in linker script\n" msgstr "" -#: ends32belf.c:461 ends32belf16m.c:461 ends32belf_linux.c:594 ends32elf.c:461 -#: ends32elf16m.c:461 ends32elf_linux.c:594 +#: ends32belf.c:465 ends32belf16m.c:465 ends32belf_linux.c:598 ends32elf.c:465 +#: ends32elf16m.c:465 ends32elf_linux.c:598 #, c-format msgid "" " --mhyper-relax=level Adjust relax level (low|medium|high). default: " "medium\n" msgstr "" -#: ends32belf.c:463 ends32belf16m.c:463 ends32belf_linux.c:596 ends32elf.c:463 -#: ends32elf16m.c:463 ends32elf_linux.c:596 +#: ends32belf.c:467 ends32belf16m.c:467 ends32belf_linux.c:600 ends32elf.c:467 +#: ends32elf16m.c:467 ends32elf_linux.c:600 #, c-format msgid " --m[no-]tlsdesc-trampoline Disable/enable TLS DESC trampoline\n" msgstr "" diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 0143d42..b45c748 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +2021-07-03 Nick Clifton <nickc@redhat.com> + + * configure: Regenerate. + +2021-07-03 Nick Clifton <nickc@redhat.com> + + * 2.37 release branch created. + 2021-06-30 Gerald Pfeifer <gerald@pfeifer.com> * make-temp-file.c (usrtmp): Remove. diff --git a/libiberty/configure b/libiberty/configure index f7449d6..fffb91d 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -681,7 +681,6 @@ infodir docdir oldincludedir includedir -runstatedir localstatedir sharedstatedir sysconfdir @@ -761,7 +760,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}' @@ -1014,15 +1012,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=* \ @@ -1160,7 +1149,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. @@ -1313,7 +1302,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] @@ -4295,7 +4283,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]; @@ -4341,7 +4329,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]; @@ -4365,7 +4353,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]; @@ -4410,7 +4398,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]; @@ -4434,7 +4422,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]; @@ -7575,8 +7563,6 @@ main () if (*(data + i) != *(data3 + i)) return 14; close (fd); - free (data); - free (data3); return 0; } _ACEOF diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ffa3448..1d8c3cc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2021-07-03 Nick Clifton <nickc@redhat.com> + * configure: Regenerate. + * po/opcodes.pot: Regenerate. + +2021-07-03 Nick Clifton <nickc@redhat.com> + * 2.37 release branch created. 2021-07-02 Alan Modra <amodra@gmail.com> diff --git a/opcodes/configure b/opcodes/configure index 470231e..3513e40 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.36.50. +# Generated by GNU Autoconf 2.69 for opcodes 2.37.50. # # # 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.36.50' -PACKAGE_STRING='opcodes 2.36.50' +PACKAGE_VERSION='2.37.50' +PACKAGE_STRING='opcodes 2.37.50' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1357,7 +1357,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.36.50 to adapt to many kinds of systems. +\`configure' configures opcodes 2.37.50 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1428,7 +1428,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of opcodes 2.36.50:";; + short | recursive ) echo "Configuration of opcodes 2.37.50:";; esac cat <<\_ACEOF @@ -1541,7 +1541,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -opcodes configure 2.36.50 +opcodes configure 2.37.50 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1952,7 +1952,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.36.50, which was +It was created by opcodes $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2931,7 +2931,7 @@ fi # Define the identity of the package. PACKAGE='opcodes' - VERSION='2.36.50' + VERSION='2.37.50' cat >>confdefs.h <<_ACEOF @@ -12878,7 +12878,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.36.50, which was +This file was extended by opcodes $as_me 2.37.50, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12944,7 +12944,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.36.50 +opcodes config.status 2.37.50 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 25bf065..e69efd7 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: 2021-01-09 10:53+0000\n" +"POT-Creation-Date: 2021-07-03 15:03+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" @@ -26,7 +26,7 @@ msgid "specified register cannot be written to" msgstr "" #. Invalid option. -#: aarch64-dis.c:94 arc-dis.c:802 arm-dis.c:11654 +#: aarch64-dis.c:94 arc-dis.c:802 arm-dis.c:11652 #, c-format msgid "unrecognised disassembler option: %s" msgstr "" @@ -74,264 +74,265 @@ msgid "" " debug_dump Temp switch for debug trace.\n" msgstr "" -#: aarch64-dis.c:3610 mips-dis.c:2778 mips-dis.c:2788 mips-dis.c:2791 -#: nfp-dis.c:2981 riscv-dis.c:651 +#: aarch64-dis.c:3610 arc-dis.c:1551 arc-dis.c:1572 arc-dis.c:1575 +#: mips-dis.c:2807 mips-dis.c:2817 mips-dis.c:2820 nfp-dis.c:2981 +#: riscv-dis.c:655 #, c-format msgid "\n" msgstr "" -#: aarch64-opc.c:1356 +#: aarch64-opc.c:1350 msgid "immediate value" msgstr "" -#: aarch64-opc.c:1366 +#: aarch64-opc.c:1360 msgid "immediate offset" msgstr "" -#: aarch64-opc.c:1376 +#: aarch64-opc.c:1370 msgid "register number" msgstr "" -#: aarch64-opc.c:1386 +#: aarch64-opc.c:1380 msgid "register element index" msgstr "" -#: aarch64-opc.c:1396 +#: aarch64-opc.c:1390 msgid "shift amount" msgstr "" -#: aarch64-opc.c:1408 +#: aarch64-opc.c:1402 msgid "multiplier" msgstr "" -#: aarch64-opc.c:1481 +#: aarch64-opc.c:1475 msgid "reg pair must start from even reg" msgstr "" -#: aarch64-opc.c:1487 +#: aarch64-opc.c:1481 msgid "reg pair must be contiguous" msgstr "" -#: aarch64-opc.c:1501 +#: aarch64-opc.c:1495 msgid "extraneous register" msgstr "" -#: aarch64-opc.c:1507 +#: aarch64-opc.c:1501 msgid "missing register" msgstr "" -#: aarch64-opc.c:1518 +#: aarch64-opc.c:1512 msgid "stack pointer register expected" msgstr "" -#: aarch64-opc.c:1543 +#: aarch64-opc.c:1537 msgid "z0-z15 expected" msgstr "" -#: aarch64-opc.c:1544 +#: aarch64-opc.c:1538 msgid "z0-z7 expected" msgstr "" -#: aarch64-opc.c:1570 +#: aarch64-opc.c:1564 msgid "invalid register list" msgstr "" -#: aarch64-opc.c:1584 +#: aarch64-opc.c:1578 msgid "p0-p7 expected" msgstr "" -#: aarch64-opc.c:1610 aarch64-opc.c:1618 +#: aarch64-opc.c:1604 aarch64-opc.c:1612 msgid "unexpected address writeback" msgstr "" -#: aarch64-opc.c:1629 +#: aarch64-opc.c:1623 msgid "address writeback expected" msgstr "" -#: aarch64-opc.c:1676 +#: aarch64-opc.c:1670 msgid "negative or unaligned offset expected" msgstr "" -#: aarch64-opc.c:1733 +#: aarch64-opc.c:1727 msgid "invalid register offset" msgstr "" -#: aarch64-opc.c:1755 +#: aarch64-opc.c:1749 msgid "invalid post-increment amount" msgstr "" -#: aarch64-opc.c:1771 aarch64-opc.c:2280 +#: aarch64-opc.c:1765 aarch64-opc.c:2274 msgid "invalid shift amount" msgstr "" -#: aarch64-opc.c:1784 +#: aarch64-opc.c:1778 msgid "invalid extend/shift operator" msgstr "" -#: aarch64-opc.c:1830 aarch64-opc.c:2082 aarch64-opc.c:2117 aarch64-opc.c:2136 -#: aarch64-opc.c:2144 aarch64-opc.c:2233 aarch64-opc.c:2410 aarch64-opc.c:2510 -#: aarch64-opc.c:2523 +#: aarch64-opc.c:1824 aarch64-opc.c:2076 aarch64-opc.c:2111 aarch64-opc.c:2130 +#: aarch64-opc.c:2138 aarch64-opc.c:2227 aarch64-opc.c:2404 aarch64-opc.c:2504 +#: aarch64-opc.c:2517 msgid "immediate out of range" msgstr "" -#: aarch64-opc.c:1852 aarch64-opc.c:1894 aarch64-opc.c:1956 aarch64-opc.c:1990 +#: aarch64-opc.c:1846 aarch64-opc.c:1888 aarch64-opc.c:1950 aarch64-opc.c:1984 msgid "invalid addressing mode" msgstr "" -#: aarch64-opc.c:1948 +#: aarch64-opc.c:1942 msgid "index register xzr is not allowed" msgstr "" -#: aarch64-opc.c:2070 aarch64-opc.c:2092 aarch64-opc.c:2313 aarch64-opc.c:2321 -#: aarch64-opc.c:2387 aarch64-opc.c:2416 +#: aarch64-opc.c:2064 aarch64-opc.c:2086 aarch64-opc.c:2307 aarch64-opc.c:2315 +#: aarch64-opc.c:2381 aarch64-opc.c:2410 msgid "invalid shift operator" msgstr "" -#: aarch64-opc.c:2076 +#: aarch64-opc.c:2070 msgid "shift amount must be 0 or 12" msgstr "" -#: aarch64-opc.c:2099 +#: aarch64-opc.c:2093 msgid "shift amount must be a multiple of 16" msgstr "" -#: aarch64-opc.c:2111 +#: aarch64-opc.c:2105 msgid "negative immediate value not allowed" msgstr "" -#: aarch64-opc.c:2244 +#: aarch64-opc.c:2238 msgid "immediate zero expected" msgstr "" -#: aarch64-opc.c:2258 +#: aarch64-opc.c:2252 msgid "rotate expected to be 0, 90, 180 or 270" msgstr "" -#: aarch64-opc.c:2269 +#: aarch64-opc.c:2263 msgid "rotate expected to be 90 or 270" msgstr "" -#: aarch64-opc.c:2329 +#: aarch64-opc.c:2323 msgid "shift is not permitted" msgstr "" -#: aarch64-opc.c:2354 +#: aarch64-opc.c:2348 msgid "invalid value for immediate" msgstr "" -#: aarch64-opc.c:2379 +#: aarch64-opc.c:2373 msgid "shift amount must be 0 or 16" msgstr "" -#: aarch64-opc.c:2400 +#: aarch64-opc.c:2394 msgid "floating-point immediate expected" msgstr "" -#: aarch64-opc.c:2434 +#: aarch64-opc.c:2428 msgid "no shift amount allowed for 8-bit constants" msgstr "" -#: aarch64-opc.c:2444 +#: aarch64-opc.c:2438 msgid "shift amount must be 0 or 8" msgstr "" -#: aarch64-opc.c:2457 +#: aarch64-opc.c:2451 msgid "immediate too big for element size" msgstr "" -#: aarch64-opc.c:2464 +#: aarch64-opc.c:2458 msgid "invalid arithmetic immediate" msgstr "" -#: aarch64-opc.c:2478 +#: aarch64-opc.c:2472 msgid "floating-point value must be 0.5 or 1.0" msgstr "" -#: aarch64-opc.c:2488 +#: aarch64-opc.c:2482 msgid "floating-point value must be 0.5 or 2.0" msgstr "" -#: aarch64-opc.c:2498 +#: aarch64-opc.c:2492 msgid "floating-point value must be 0.0 or 1.0" msgstr "" -#: aarch64-opc.c:2529 +#: aarch64-opc.c:2523 msgid "invalid replicated MOV immediate" msgstr "" -#: aarch64-opc.c:2650 +#: aarch64-opc.c:2644 msgid "extend operator expected" msgstr "" -#: aarch64-opc.c:2663 +#: aarch64-opc.c:2657 msgid "missing extend operator" msgstr "" -#: aarch64-opc.c:2669 +#: aarch64-opc.c:2663 msgid "'LSL' operator not allowed" msgstr "" -#: aarch64-opc.c:2690 +#: aarch64-opc.c:2684 msgid "W register expected" msgstr "" -#: aarch64-opc.c:2701 +#: aarch64-opc.c:2695 msgid "shift operator expected" msgstr "" -#: aarch64-opc.c:2708 +#: aarch64-opc.c:2702 msgid "'ROR' operator not allowed" msgstr "" -#: aarch64-opc.c:3728 +#: aarch64-opc.c:3722 msgid "reading from a write-only register" msgstr "" -#: aarch64-opc.c:3730 +#: aarch64-opc.c:3724 msgid "writing to a read-only register" msgstr "" -#: aarch64-opc.c:5154 +#: aarch64-opc.c:5165 msgid "instruction opens new dependency sequence without ending previous one" msgstr "" -#: aarch64-opc.c:5174 +#: aarch64-opc.c:5185 msgid "previous `movprfx' sequence not closed" msgstr "" -#: aarch64-opc.c:5193 +#: aarch64-opc.c:5204 msgid "SVE instruction expected after `movprfx'" msgstr "" -#: aarch64-opc.c:5206 +#: aarch64-opc.c:5217 msgid "SVE `movprfx' compatible instruction expected" msgstr "" -#: aarch64-opc.c:5293 +#: aarch64-opc.c:5304 msgid "predicated instruction expected after `movprfx'" msgstr "" -#: aarch64-opc.c:5305 +#: aarch64-opc.c:5316 msgid "merging predicate expected due to preceding `movprfx'" msgstr "" -#: aarch64-opc.c:5317 +#: aarch64-opc.c:5328 msgid "predicate register differs from that in preceding `movprfx'" msgstr "" -#: aarch64-opc.c:5336 +#: aarch64-opc.c:5347 msgid "output register of preceding `movprfx' not used in current instruction" msgstr "" -#: aarch64-opc.c:5349 +#: aarch64-opc.c:5360 msgid "output register of preceding `movprfx' expected as output" msgstr "" -#: aarch64-opc.c:5361 +#: aarch64-opc.c:5372 msgid "output register of preceding `movprfx' used as input" msgstr "" -#: aarch64-opc.c:5377 +#: aarch64-opc.c:5388 msgid "register size not compatible with previous `movprfx'" msgstr "" @@ -366,57 +367,67 @@ msgid "" "Warning: illegal use of double register pair.\n" msgstr "" -#: arc-dis.c:1420 -#, c-format -msgid "" -"\n" -"The following ARC specific disassembler options are supported for use \n" -"with -M switch (multiple options should be separated by commas):\n" +#: arc-dis.c:1433 +msgid "Enforce the designated architecture while decoding." msgstr "" -#: arc-dis.c:1432 -#, c-format -msgid " dsp Recognize DSP instructions.\n" +#: arc-dis.c:1435 +msgid "Recognize DSP instructions." msgstr "" -#: arc-dis.c:1434 -#, c-format -msgid " spfp Recognize FPX SP instructions.\n" +#: arc-dis.c:1437 +msgid "Recognize FPX SP instructions." msgstr "" -#: arc-dis.c:1436 -#, c-format -msgid " dpfp Recognize FPX DP instructions.\n" +#: arc-dis.c:1439 +msgid "Recognize FPX DP instructions." msgstr "" -#: arc-dis.c:1438 -#, c-format -msgid " quarkse_em Recognize FPU QuarkSE-EM instructions.\n" +#: arc-dis.c:1441 +msgid "Recognize FPU QuarkSE-EM instructions." msgstr "" -#: arc-dis.c:1440 -#, c-format -msgid " fpuda Recognize double assist FPU instructions.\n" +#: arc-dis.c:1443 +msgid "Recognize double assist FPU instructions." msgstr "" -#: arc-dis.c:1442 -#, c-format -msgid " fpus Recognize single precision FPU instructions.\n" +#: arc-dis.c:1445 +msgid "Recognize single precision FPU instructions." msgstr "" -#: arc-dis.c:1444 +#: arc-dis.c:1447 +msgid "Recognize double precision FPU instructions." +msgstr "" + +#: arc-dis.c:1449 +msgid "Recognize NPS400 instructions." +msgstr "" + +#: arc-dis.c:1451 +msgid "Use only hexadecimal number to print immediates." +msgstr "" + +#: arc-dis.c:1526 #, c-format -msgid " fpud Recognize double precision FPU instructions.\n" +msgid "" +"\n" +"The following ARC specific disassembler options are supported for use \n" +"with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: arc-dis.c:1446 +#: arc-dis.c:1558 mips-dis.c:2812 #, c-format -msgid " nps400 Recognize NPS400 instructions.\n" +msgid "" +"\n" +" For the options above, the following values are supported for \"%s\":\n" +" " msgstr "" -#: arc-dis.c:1448 +#: arc-dis.c:1568 #, c-format -msgid " hex Use only hexadecimal number to print immediates.\n" +msgid "" +"\n" +" " msgstr "" #: arc-opc.c:41 arc-opc.c:64 arc-opc.c:90 arc-opc.c:114 @@ -580,67 +591,67 @@ msgstr "" msgid "invalid position, should be one of: 0,4,8,...124." msgstr "" -#: arm-dis.c:5192 +#: arm-dis.c:5187 msgid "Select raw register names" msgstr "" -#: arm-dis.c:5194 +#: arm-dis.c:5189 msgid "Select register names used by GCC" msgstr "" -#: arm-dis.c:5196 +#: arm-dis.c:5191 msgid "Select register names used in ARM's ISA documentation" msgstr "" -#: arm-dis.c:5198 +#: arm-dis.c:5193 msgid "Assume all insns are Thumb insns" msgstr "" -#: arm-dis.c:5199 +#: arm-dis.c:5194 msgid "Examine preceding label to determine an insn's type" msgstr "" -#: arm-dis.c:5200 +#: arm-dis.c:5195 msgid "Select register names used in the APCS" msgstr "" -#: arm-dis.c:5202 +#: arm-dis.c:5197 msgid "Select register names used in the ATPCS" msgstr "" -#: arm-dis.c:5204 +#: arm-dis.c:5199 msgid "Select special register names used in the ATPCS" msgstr "" -#: arm-dis.c:5206 +#: arm-dis.c:5201 msgid "Enable CDE extensions for coprocessor N space" msgstr "" -#: arm-dis.c:8375 +#: arm-dis.c:8373 msgid "<illegal precision>" msgstr "" -#: arm-dis.c:11615 +#: arm-dis.c:11613 #, c-format msgid "unrecognised register name set: %s" msgstr "" -#: arm-dis.c:11629 +#: arm-dis.c:11627 #, c-format msgid "cde coprocessor not between 0-7: %s" msgstr "" -#: arm-dis.c:11635 +#: arm-dis.c:11633 #, c-format msgid "coproc must have an argument: %s" msgstr "" -#: arm-dis.c:11648 +#: arm-dis.c:11646 #, c-format msgid "coprocN argument takes options \"generic\", \"cde\", or \"CDE\": %s" msgstr "" -#: arm-dis.c:12359 +#: arm-dis.c:12357 #, c-format msgid "" "\n" @@ -669,7 +680,7 @@ msgstr "" #: 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:1287 mt-asm.c:596 or1k-asm.c:571 xc16x-asm.c:377 +#: m32r-asm.c:329 mep-asm.c:1287 mt-asm.c:596 or1k-asm.c:576 xc16x-asm.c:377 #: xstormy16-asm.c:277 #, c-format msgid "internal error: unrecognized field %d while parsing" @@ -677,7 +688,7 @@ msgstr "" #: 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:1339 mt-asm.c:648 or1k-asm.c:623 xc16x-asm.c:429 +#: m32r-asm.c:381 mep-asm.c:1339 mt-asm.c:648 or1k-asm.c:628 xc16x-asm.c:429 #: xstormy16-asm.c:329 msgid "missing mnemonic in syntax string" msgstr "" @@ -692,8 +703,8 @@ msgstr "" #: 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:1474 #: mep-asm.c:1478 mep-asm.c:1567 mep-asm.c:1674 mt-asm.c:783 mt-asm.c:787 -#: mt-asm.c:876 mt-asm.c:983 or1k-asm.c:758 or1k-asm.c:762 or1k-asm.c:851 -#: or1k-asm.c:958 xc16x-asm.c:564 xc16x-asm.c:568 xc16x-asm.c:657 +#: mt-asm.c:876 mt-asm.c:983 or1k-asm.c:763 or1k-asm.c:767 or1k-asm.c:856 +#: or1k-asm.c:963 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" @@ -701,7 +712,7 @@ msgstr "" #: 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:1521 mt-asm.c:830 or1k-asm.c:805 xc16x-asm.c:611 +#: m32r-asm.c:563 mep-asm.c:1521 mt-asm.c:830 or1k-asm.c:810 xc16x-asm.c:611 #: xstormy16-asm.c:511 #, c-format msgid "syntax error (expected char `%c', found `%c')" @@ -709,7 +720,7 @@ msgstr "" #: 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:1531 mt-asm.c:840 or1k-asm.c:815 xc16x-asm.c:621 +#: m32r-asm.c:573 mep-asm.c:1531 mt-asm.c:840 or1k-asm.c:820 xc16x-asm.c:621 #: xstormy16-asm.c:521 #, c-format msgid "syntax error (expected char `%c', found end of instruction)" @@ -717,21 +728,21 @@ msgstr "" #: 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:1561 mt-asm.c:870 or1k-asm.c:845 xc16x-asm.c:651 +#: m32r-asm.c:603 mep-asm.c:1561 mt-asm.c:870 or1k-asm.c:850 xc16x-asm.c:651 #: xstormy16-asm.c:551 msgid "junk at end of line" msgstr "" #: 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:1673 mt-asm.c:982 or1k-asm.c:957 xc16x-asm.c:763 +#: m32r-asm.c:715 mep-asm.c:1673 mt-asm.c:982 or1k-asm.c:962 xc16x-asm.c:763 #: xstormy16-asm.c:663 msgid "unrecognized form of instruction" msgstr "" #: 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:1687 mt-asm.c:996 or1k-asm.c:971 xc16x-asm.c:777 +#: m32r-asm.c:729 mep-asm.c:1687 mt-asm.c:996 or1k-asm.c:976 xc16x-asm.c:777 #: xstormy16-asm.c:677 #, c-format msgid "bad instruction `%.50s...'" @@ -739,7 +750,7 @@ msgstr "" #: 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:1690 mt-asm.c:999 or1k-asm.c:974 xc16x-asm.c:780 +#: m32r-asm.c:732 mep-asm.c:1690 mt-asm.c:999 or1k-asm.c:979 xc16x-asm.c:780 #: xstormy16-asm.c:680 #, c-format msgid "bad instruction `%.50s'" @@ -854,6 +865,23 @@ msgstr "" msgid "operand out of range (%lu not between %lu and %lu)" msgstr "" +#: cris-desc.c:2621 +#, c-format +msgid "" +"internal error: cris_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: cris-desc.c:2709 +#, c-format +msgid "internal error: cris_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: cris-desc.c:2728 +#, c-format +msgid "internal error: cris_cgen_cpu_open: no endianness specified" +msgstr "" + #: d30v-dis.c:232 #, c-format msgid "illegal id (%d)" @@ -1027,11 +1055,11 @@ msgstr "" msgid "Don't understand 0x%x \n" msgstr "" -#: i386-dis.c:9065 +#: i386-dis.c:8591 msgid "<internal disassembler error>" msgstr "" -#: i386-dis.c:9374 +#: i386-dis.c:8900 #, c-format msgid "" "\n" @@ -1040,170 +1068,175 @@ msgid "" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: i386-dis.c:9378 +#: i386-dis.c:8904 #, c-format msgid " x86-64 Disassemble in 64bit mode\n" msgstr "" -#: i386-dis.c:9379 +#: i386-dis.c:8905 #, c-format msgid " i386 Disassemble in 32bit mode\n" msgstr "" -#: i386-dis.c:9380 +#: i386-dis.c:8906 #, c-format msgid " i8086 Disassemble in 16bit mode\n" msgstr "" -#: i386-dis.c:9381 +#: i386-dis.c:8907 #, c-format msgid " att Display instruction in AT&T syntax\n" msgstr "" -#: i386-dis.c:9382 +#: i386-dis.c:8908 #, c-format msgid " intel Display instruction in Intel syntax\n" msgstr "" -#: i386-dis.c:9383 +#: i386-dis.c:8909 #, c-format msgid "" " att-mnemonic\n" " Display instruction in AT&T mnemonic\n" msgstr "" -#: i386-dis.c:9385 +#: i386-dis.c:8911 #, c-format msgid "" " intel-mnemonic\n" " Display instruction in Intel mnemonic\n" msgstr "" -#: i386-dis.c:9387 +#: i386-dis.c:8913 #, c-format msgid " addr64 Assume 64bit address size\n" msgstr "" -#: i386-dis.c:9388 +#: i386-dis.c:8914 #, c-format msgid " addr32 Assume 32bit address size\n" msgstr "" -#: i386-dis.c:9389 +#: i386-dis.c:8915 #, c-format msgid " addr16 Assume 16bit address size\n" msgstr "" -#: i386-dis.c:9390 +#: i386-dis.c:8916 #, c-format msgid " data32 Assume 32bit data size\n" msgstr "" -#: i386-dis.c:9391 +#: i386-dis.c:8917 #, c-format msgid " data16 Assume 16bit data size\n" msgstr "" -#: i386-dis.c:9392 +#: i386-dis.c:8918 #, c-format msgid " suffix Always display instruction suffix in AT&T syntax\n" msgstr "" -#: i386-dis.c:9393 +#: i386-dis.c:8919 #, c-format msgid " amd64 Display instruction in AMD64 ISA\n" msgstr "" -#: i386-dis.c:9394 +#: i386-dis.c:8920 #, c-format msgid " intel64 Display instruction in Intel64 ISA\n" msgstr "" -#: i386-dis.c:9950 +#: i386-dis.c:9484 msgid "64-bit address is disabled" msgstr "" -#: i386-gen.c:853 +#: i386-gen.c:851 #, c-format msgid "%s: error: " msgstr "" -#: i386-gen.c:1020 +#: i386-gen.c:1007 #, c-format msgid "%s: %d: unknown bitfield: %s\n" msgstr "" -#: i386-gen.c:1022 +#: i386-gen.c:1009 #, c-format msgid "unknown bitfield: %s\n" msgstr "" -#: i386-gen.c:1085 +#: i386-gen.c:1072 #, c-format msgid "%s: %d: missing `)' in bitfield: %s\n" msgstr "" -#: i386-gen.c:1186 +#: i386-gen.c:1173 #, c-format msgid "unknown broadcast operand: %s\n" msgstr "" -#: i386-gen.c:1454 +#: i386-gen.c:1228 +#, c-format +msgid "%s:%d: Conflicting opcode space specifications\n" +msgstr "" + +#: i386-gen.c:1232 #, c-format -msgid "%s: %s: (base_opcode >> 24) != 0: %s\n" +msgid "%s:%d: Warning: redundant opcode space specification\n" msgstr "" -#: i386-gen.c:1459 +#: i386-gen.c:1241 #, c-format -msgid "%s: %s: (base_opcode >> 16) != 0: %s\n" +msgid "%s:%d: Conflicting prefix specifications\n" msgstr "" -#: i386-gen.c:1464 +#: i386-gen.c:1245 #, c-format -msgid "%s: %s: (base_opcode >> 8) != 0: %s\n" +msgid "%s:%d: Warning: redundant prefix specification\n" msgstr "" -#: i386-gen.c:1469 +#: i386-gen.c:1455 #, c-format -msgid "%s: %s: base_opcode != 0: %s\n" +msgid "%s:%d: %s: unrecognized opcode encoding space\n" msgstr "" -#: i386-gen.c:1473 +#: i386-gen.c:1461 #, c-format -msgid "%s: %s: invalid opcode length: %s\n" +msgid "%s:%d: %s: residual opcode (0x%0*llx) too large\n" msgstr "" -#: i386-gen.c:1888 +#: i386-gen.c:1883 #, c-format msgid "can't find i386-reg.tbl for reading, errno = %s\n" msgstr "" -#: i386-gen.c:1966 +#: i386-gen.c:1961 #, c-format msgid "can't create i386-init.h, errno = %s\n" msgstr "" -#: i386-gen.c:2056 ia64-gen.c:2829 +#: i386-gen.c:2051 ia64-gen.c:2829 #, c-format msgid "unable to change directory to \"%s\", errno = %s\n" msgstr "" -#: i386-gen.c:2070 i386-gen.c:2075 +#: i386-gen.c:2065 i386-gen.c:2070 #, c-format msgid "CpuMax != %d!\n" msgstr "" -#: i386-gen.c:2079 +#: i386-gen.c:2074 #, c-format msgid "%d unused bits in i386_cpu_flags.\n" msgstr "" -#: i386-gen.c:2094 +#: i386-gen.c:2089 #, c-format msgid "%d unused bits in i386_operand_type.\n" msgstr "" -#: i386-gen.c:2108 +#: i386-gen.c:2103 #, c-format msgid "can't create i386-tbl.h, errno = %s\n" msgstr "" @@ -1623,86 +1656,86 @@ msgstr "" msgid "internal error: mep_cgen_cpu_open: no endianness specified" msgstr "" -#: mips-dis.c:1805 mips-dis.c:2031 +#: mips-dis.c:1834 mips-dis.c:2060 #, c-format msgid "# internal error, undefined operand in `%s %s'" msgstr "" -#: mips-dis.c:2620 +#: mips-dis.c:2649 msgid "Use canonical instruction forms.\n" msgstr "" -#: mips-dis.c:2622 +#: mips-dis.c:2651 msgid "Recognize MSA instructions.\n" msgstr "" -#: mips-dis.c:2624 +#: mips-dis.c:2653 msgid "Recognize the virtualization ASE instructions.\n" msgstr "" -#: mips-dis.c:2626 +#: mips-dis.c:2655 msgid "" "Recognize the eXtended Physical Address (XPA) ASE\n" " instructions.\n" msgstr "" -#: mips-dis.c:2629 +#: mips-dis.c:2658 msgid "Recognize the Global INValidate (GINV) ASE instructions.\n" msgstr "" -#: mips-dis.c:2633 +#: mips-dis.c:2662 msgid "" "Recognize the Loongson MultiMedia extensions Instructions (MMI) ASE " "instructions.\n" msgstr "" -#: mips-dis.c:2637 +#: mips-dis.c:2666 msgid "Recognize the Loongson Content Address Memory (CAM) instructions.\n" msgstr "" -#: mips-dis.c:2641 +#: mips-dis.c:2670 msgid "Recognize the Loongson EXTensions (EXT) instructions.\n" msgstr "" -#: mips-dis.c:2645 +#: mips-dis.c:2674 msgid "Recognize the Loongson EXTensions R2 (EXT2) instructions.\n" msgstr "" -#: mips-dis.c:2648 +#: mips-dis.c:2677 msgid "" "Print GPR names according to specified ABI.\n" " Default: based on binary being disassembled.\n" msgstr "" -#: mips-dis.c:2651 +#: mips-dis.c:2680 msgid "" "Print FPR names according to specified ABI.\n" " Default: numeric.\n" msgstr "" -#: mips-dis.c:2654 +#: mips-dis.c:2683 msgid "" "Print CP0 register names according to specified architecture.\n" " Default: based on binary being disassembled.\n" msgstr "" -#: mips-dis.c:2658 +#: mips-dis.c:2687 msgid "" "Print HWR names according to specified architecture.\n" " Default: based on binary being disassembled.\n" msgstr "" -#: mips-dis.c:2661 +#: mips-dis.c:2690 msgid "Print GPR and FPR names according to specified ABI.\n" msgstr "" -#: mips-dis.c:2663 +#: mips-dis.c:2692 msgid "" "Print CP0 register and HWR names according to specified\n" " architecture." msgstr "" -#: mips-dis.c:2749 +#: mips-dis.c:2778 #, c-format msgid "" "\n" @@ -1711,14 +1744,6 @@ msgid "" "\n" msgstr "" -#: mips-dis.c:2783 -#, c-format -msgid "" -"\n" -" For the options above, the following values are supported for \"%s\":\n" -" " -msgstr "" - #: mmix-dis.c:33 #, c-format msgid "bad case %d (%s) in %s:%d" @@ -1823,7 +1848,7 @@ msgstr "" msgid "internal error: unknown hardware resource" msgstr "" -#: nds32-dis.c:1186 +#: nds32-dis.c:1178 msgid "insufficient data to decode instruction" msgstr "" @@ -1929,12 +1954,12 @@ msgstr "" msgid "internal error: or1k_cgen_cpu_open: no endianness specified" msgstr "" -#: ppc-dis.c:386 +#: ppc-dis.c:396 #, c-format msgid "warning: ignoring unknown -M%s option" msgstr "" -#: ppc-dis.c:1001 +#: ppc-dis.c:1110 #, c-format msgid "" "\n" @@ -2066,8 +2091,12 @@ msgstr "" msgid "invalid Ddd value" msgstr "" +#: ppc-opc.c:2258 ppc-opc.c:2285 +msgid "invalid TH value" +msgstr "" + #. The option without '=' should be defined above. -#: riscv-dis.c:85 riscv-dis.c:117 +#: riscv-dis.c:85 riscv-dis.c:122 #, c-format msgid "unrecognized disassembler option: %s" msgstr "" @@ -2079,23 +2108,23 @@ msgstr "" msgid "unrecognized disassembler option with '=': %s" msgstr "" -#: riscv-dis.c:104 +#: riscv-dis.c:107 #, c-format -msgid "unknown privilege spec set by %s=%s" +msgid "unknown privileged spec set by %s=%s" msgstr "" -#: riscv-dis.c:109 +#: riscv-dis.c:114 #, c-format msgid "" "mis-matched privilege spec set by %s=%s, the elf privilege attribute is %s" msgstr "" -#: riscv-dis.c:414 +#: riscv-dis.c:416 #, c-format msgid "# internal error, undefined modifier (%c)" msgstr "" -#: riscv-dis.c:636 +#: riscv-dis.c:640 #, c-format msgid "" "\n" @@ -2103,14 +2132,14 @@ msgid "" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: riscv-dis.c:640 +#: riscv-dis.c:644 #, c-format msgid "" "\n" " numeric Print numeric register names, rather than ABI names.\n" msgstr "" -#: riscv-dis.c:643 +#: riscv-dis.c:647 #, c-format msgid "" "\n" @@ -2118,7 +2147,7 @@ msgid "" " than into pseudoinstructions.\n" msgstr "" -#: riscv-dis.c:647 +#: riscv-dis.c:651 #, c-format msgid "" "\n" @@ -2146,15 +2175,15 @@ msgstr "" msgid "<invalid size>" msgstr "" -#: s12z-dis.c:251 s12z-dis.c:308 s12z-dis.c:319 +#: s12z-dis.c:236 s12z-dis.c:293 s12z-dis.c:304 msgid "<illegal reg num>" msgstr "" -#: s12z-dis.c:382 +#: s12z-dis.c:367 msgid "<bad>" msgstr "" -#: s12z-dis.c:392 +#: s12z-dis.c:377 msgid ".<bad>" msgstr "" @@ -2183,8 +2212,8 @@ msgid "" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: score-dis.c:661 score-dis.c:879 score-dis.c:1040 score-dis.c:1146 -#: score-dis.c:1154 score-dis.c:1161 score7-dis.c:695 score7-dis.c:858 +#: score-dis.c:653 score-dis.c:871 score-dis.c:1032 score-dis.c:1138 +#: score-dis.c:1146 score-dis.c:1153 score7-dis.c:691 score7-dis.c:854 msgid "<illegal instruction>" msgstr "" @@ -2310,15 +2339,15 @@ msgstr "" msgid "invalid register name" msgstr "" -#: wasm32-dis.c:88 +#: wasm32-dis.c:93 msgid "Disassemble \"register\" names" msgstr "" -#: wasm32-dis.c:89 +#: wasm32-dis.c:94 msgid "Name well-known globals" msgstr "" -#: wasm32-dis.c:537 +#: wasm32-dis.c:549 #, c-format msgid "" "The following WebAssembly-specific disassembler options are supported for " |