From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 4B1CC3858C2C; Fri, 8 Jul 2022 10:13:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B1CC3858C2C Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb/binutils-2_39-branch] Update version number X-Act-Checkin: binutils-gdb X-Git-Author: Nick Clifton X-Git-Refname: refs/heads/binutils-2_39-branch X-Git-Oldrev: 0bd093231433c6a85853330369247b17f4859bee X-Git-Newrev: efbecf1e953b8afd9c716149146500856e5d427e Message-Id: <20220708101300.4B1CC3858C2C@sourceware.org> Date: Fri, 8 Jul 2022 10:13:00 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2022 10:13:00 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Defbecf1e953b= 8afd9c716149146500856e5d427e commit efbecf1e953b8afd9c716149146500856e5d427e Author: Nick Clifton Date: Fri Jul 8 11:12:53 2022 +0100 Update version number Diff: --- bfd/configure | 20 +- bfd/po/bfd.pot | 2664 +++++++++++++------------- bfd/version.m4 | 2 +- binutils/configure | 20 +- binutils/po/binutils.pot | 4072 +++++++++++++++++++++---------------= ---- gas/configure | 20 +- gas/po/gas.pot | 3990 ++++++++++++++++++++----------------= --- gold/po/gold.pot | 31 +- gprof/configure | 20 +- gprof/po/gprof.pot | 38 +- gprofng/common/config.h.in | 28 +- gprofng/configure | 20 +- gprofng/libcollector/configure | 20 +- ld/configure | 20 +- ld/po/ld.pot | 3650 +++++++++++++++++------------------ opcodes/configure | 20 +- opcodes/po/opcodes.pot | 273 ++- zlib/Makefile.in | 15 +- zlib/aclocal.m4 | 71 +- zlib/configure | 28 +- 20 files changed, 7702 insertions(+), 7320 deletions(-) diff --git a/bfd/configure b/bfd/configure index 33ef7656017..9ace0bc3fb4 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.38.50. +# Generated by GNU Autoconf 2.69 for bfd 2.38.90. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS=3D # Identity of this package. PACKAGE_NAME=3D'bfd' PACKAGE_TARNAME=3D'bfd' -PACKAGE_VERSION=3D'2.38.50' -PACKAGE_STRING=3D'bfd 2.38.50' +PACKAGE_VERSION=3D'2.38.90' +PACKAGE_STRING=3D'bfd 2.38.90' PACKAGE_BUGREPORT=3D'' PACKAGE_URL=3D'' =20 @@ -1390,7 +1390,7 @@ if test "$ac_init_help" =3D "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.38.50 to adapt to many kinds of systems. +\`configure' configures bfd 2.38.90 to adapt to many kinds of systems. =20 Usage: $0 [OPTION]... [VAR=3DVALUE]... =20 @@ -1461,7 +1461,7 @@ fi =20 if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bfd 2.38.50:";; + short | recursive ) echo "Configuration of bfd 2.38.90:";; esac cat <<\_ACEOF =20 @@ -1589,7 +1589,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bfd configure 2.38.50 +bfd configure 2.38.90 generated by GNU Autoconf 2.69 =20 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2183,7 +2183,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. =20 -It was created by bfd $as_me 2.38.50, which was +It was created by bfd $as_me 2.38.90, which was generated by GNU Autoconf 2.69. Invocation command line was =20 $ $0 $@ @@ -3165,7 +3165,7 @@ fi =20 # Define the identity of the package. PACKAGE=3D'bfd' - VERSION=3D'2.38.50' + VERSION=3D'2.38.90' =20 =20 cat >>confdefs.h <<_ACEOF @@ -15620,7 +15620,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=3D1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=3D" -This file was extended by bfd $as_me 2.38.50, which was +This file was extended by bfd $as_me 2.38.90, which was generated by GNU Autoconf 2.69. Invocation command line was =20 CONFIG_FILES =3D $CONFIG_FILES @@ -15686,7 +15686,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=3D1 ac_cs_config=3D"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]= /\\\\&/g'`" ac_cs_version=3D"\\ -bfd config.status 2.38.50 +bfd config.status 2.38.90 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" =20 diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot index 50e6b1b2348..d169ada0bb4 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: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2022-01-22 12:18+0000\n" +"POT-Creation-Date: 2022-07-08 10:56+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -44,7 +44,7 @@ msgid "" "%pB: can not represent section for symbol `%s' in a.out object file forma= t" msgstr "" =20 -#: aoutx.h:1579 vms-alpha.c:8282 +#: aoutx.h:1579 vms-alpha.c:8292 msgid "*unknown*" msgstr "" =20 @@ -53,57 +53,57 @@ msgstr "" msgid "%pB: invalid string offset % >=3D %" msgstr "" =20 -#: aoutx.h:1962 +#: aoutx.h:1963 #, c-format msgid "%pB: unsupported AOUT relocation size: %d" msgstr "" =20 -#: aoutx.h:2412 aoutx.h:2430 pdp11.c:2060 +#: aoutx.h:2405 aoutx.h:2423 pdp11.c:2060 #, c-format msgid "%pB: attempt to write out unknown reloc type" msgstr "" =20 -#: aoutx.h:4085 pdp11.c:3441 +#: aoutx.h:4075 pdp11.c:3441 #, c-format msgid "%pB: unsupported relocation type" msgstr "" =20 #. Unknown relocation. -#: aoutx.h:4405 coff-alpha.c:601 coff-alpha.c:1518 coff-mips.c:356 -#: coff-rs6000.c:2959 coff-sh.c:504 coff-tic4x.c:184 coff-tic54x.c:279 +#: aoutx.h:4395 coff-alpha.c:601 coff-alpha.c:1518 coff-mips.c:356 +#: coff-rs6000.c:2955 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:1066 -#: elf32-bfin.c:4690 elf32-cr16.c:654 elf32-cr16.c:684 elf32-cris.c:467 +#: elf32-arc.c:532 elf32-arm.c:1985 elf32-avr.c:962 elf32-bfin.c:1063 +#: elf32-bfin.c:4686 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:6240 elf32-ft32.c:305 elf32-h8300.c:302 +#: elf32-frv.c:2559 elf32-frv.c:6240 elf32-ft32.c:304 elf32-h8300.c:302 #: elf32-i386.c:394 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:3234 -#: elf32-nds32.c:3255 elf32-nds32.c:5024 elf32-nios2.c:3019 elf32-or1k.c:1= 070 +#: elf32-microblaze.c:1002 elf32-mips.c:2230 elf32-moxie.c:137 +#: elf32-msp430.c:737 elf32-msp430.c:747 elf32-mt.c:241 elf32-nds32.c:3288 +#: elf32-nds32.c:3309 elf32-nds32.c:5078 elf32-nios2.c:3019 elf32-or1k.c:1= 087 #: elf32-pj.c:326 elf32-ppc.c:900 elf32-ppc.c:913 elf32-pru.c:423 #: elf32-rl78.c:291 elf32-rx.c:324 elf32-rx.c:333 elf32-s12z.c:296 #: elf32-s390.c:347 elf32-score.c:2383 elf32-score7.c:2224 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:289 elf32-visium.c:481 -#: elf32-wasm32.c:105 elf32-xc16x.c:250 elf32-xgate.c:418 elf32-xstormy16.= c:395 +#: elf32-wasm32.c:105 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:4073 elf64-alpha.c:4221 elf64-bpf.c:325 elf64-ia64-vms.c:= 255 -#: elf64-ia64-vms.c:3425 elf64-mips.c:3958 elf64-mips.c:3974 elf64-mmix.c:= 1264 -#: elf64-nfp.c:238 elf64-ppc.c:1027 elf64-ppc.c:1381 elf64-ppc.c:1390 -#: elf64-s390.c:328 elf64-s390.c:378 elf64-x86-64.c:268 elfn32-mips.c:3788 -#: elfxx-ia64.c:324 elfxx-loongarch.c:632 elfxx-riscv.c:969 elfxx-sparc.c:= 589 +#: elf64-ia64-vms.c:3425 elf64-mips.c:3956 elf64-mips.c:3972 elf64-mmix.c:= 1264 +#: elf64-nfp.c:151 elf64-ppc.c:1026 elf64-ppc.c:1380 elf64-ppc.c:1389 +#: elf64-s390.c:328 elf64-s390.c:378 elf64-x86-64.c:268 elfn32-mips.c:3786 +#: elfxx-ia64.c:324 elfxx-loongarch.c:707 elfxx-riscv.c:969 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:3820 #, c-format msgid "%pB: unsupported relocation type %#x" msgstr "" =20 -#: aoutx.h:5432 pdp11.c:3864 +#: aoutx.h:5422 pdp11.c:3864 #, c-format msgid "%pB: relocatable link from %s to %s not supported" msgstr "" @@ -113,24 +113,24 @@ msgstr "" msgid "%pB: cannot allocate memory for local GOT entries" msgstr "" =20 -#: archive.c:743 +#: archive.c:733 msgid "%F%P: %pB(%s): error opening thin archive member: %E\n" msgstr "" =20 -#: archive.c:2272 +#: archive.c:2262 msgid "warning: writing archive was slow: rewriting timestamp" msgstr "" =20 -#: archive.c:2339 archive.c:2400 elflink.c:4756 linker.c:1429 +#: archive.c:2329 archive.c:2390 elflink.c:4760 linker.c:1431 #, c-format msgid "%pB: plugin needed to handle lto object" msgstr "" =20 -#: archive.c:2626 +#: archive.c:2616 msgid "Reading archive file mod timestamp" msgstr "" =20 -#: archive.c:2650 +#: archive.c:2640 msgid "Writing updated armap timestamp" msgstr "" =20 @@ -273,7 +273,7 @@ msgid "" "to generate uncompressed binaries" msgstr "" =20 -#: coff-alpha.c:856 coff-alpha.c:893 coff-alpha.c:1960 coff-mips.c:960 +#: coff-alpha.c:856 coff-alpha.c:893 coff-alpha.c:1960 coff-mips.c:959 msgid "GP relative relocation used when GP not defined" msgstr "" =20 @@ -281,8 +281,8 @@ msgstr "" msgid "using multiple gp values" msgstr "" =20 -#: coff-alpha.c:1505 coff-alpha.c:1511 elf.c:9527 elf32-mcore.c:100 -#: elf32-mcore.c:455 elf32-ppc.c:7649 elf32-ppc.c:8841 elf64-ppc.c:16679 +#: coff-alpha.c:1505 coff-alpha.c:1511 elf.c:9568 elf32-mcore.c:100 +#: elf32-mcore.c:455 elf32-ppc.c:7651 elf32-ppc.c:8846 elf64-ppc.c:16827 #, c-format msgid "%pB: %s unsupported" msgstr "" @@ -292,8 +292,8 @@ msgstr "" msgid "%pB: warning: %s: line number overflow: 0x%lx > 0xffff" msgstr "" =20 -#: coff-mips.c:650 elf32-mips.c:1744 elf32-score.c:433 elf32-score7.c:333 -#: elf64-mips.c:3451 elfn32-mips.c:3278 +#: coff-mips.c:649 elf32-mips.c:1743 elf32-score.c:433 elf32-score7.c:333 +#: elf64-mips.c:3450 elfn32-mips.c:3277 msgid "GP relative relocation when _gp not defined" msgstr "" =20 @@ -312,22 +312,27 @@ msgstr "" msgid "%pB: TOC reloc at %# to symbol `%s' with no TOC entry" msgstr "" =20 -#: coff-rs6000.c:3260 +#: coff-rs6000.c:3169 coff64-rs6000.c:848 +#, c-format +msgid "Unable to find the stub entry targeting %s" +msgstr "" + +#: coff-rs6000.c:3287 #, c-format msgid "%pB: TLS relocation at 0x%s over non-TLS symbol %s (0x%x)\n" msgstr "" =20 -#: coff-rs6000.c:3276 +#: coff-rs6000.c:3303 #, c-format msgid "%pB: TLS local relocation at 0x%s over imported symbol %s\n" msgstr "" =20 -#: coff-rs6000.c:3686 +#: coff-rs6000.c:3713 #, c-format msgid "%pB: relocation (%d) at 0x%s has wrong r_rsize (0x%x)\n" msgstr "" =20 -#: coff-rs6000.c:3949 coff64-rs6000.c:2000 +#: coff-rs6000.c:3976 coff64-rs6000.c:2037 #, c-format msgid "%pB: symbol `%s' has unrecognized smclas %d" msgstr "" @@ -377,13 +382,13 @@ msgstr "" msgid "%pB: fatal: generic symbols retrieved before relaxing" msgstr "" =20 -#: coff-sh.c:2781 cofflink.c:2963 +#: coff-sh.c:2781 cofflink.c:2919 #, c-format msgid "%pB: illegal symbol index %ld in relocs" msgstr "" =20 #: coff-tic30.c:172 coff-tic4x.c:228 coff-tic54x.c:366 coff-z80.c:325 -#: coff-z8k.c:188 coffcode.h:5157 +#: coff-z8k.c:188 coffcode.h:5156 #, c-format msgid "%pB: warning: illegal symbol index %ld in relocs" msgstr "" @@ -398,7 +403,7 @@ msgstr "" msgid "%pB: wrong auxtype %#x for storage class %#x" msgstr "" =20 -#: coff64-rs6000.c:1572 +#: coff64-rs6000.c:1598 msgid "%pB: relocation (%d) at (0x%" msgstr "" =20 @@ -457,96 +462,91 @@ msgstr "" msgid "%pB: reloc against a non-existent symbol index: %ld" msgstr "" =20 -#: coffcode.h:2983 -#, c-format -msgid "%pB: page size is too large (0x%x)" -msgstr "" - -#: coffcode.h:3143 +#: coffcode.h:3136 #, c-format msgid "%pB: too many sections (%d)" msgstr "" =20 -#: coffcode.h:3570 +#: coffcode.h:3571 #, c-format msgid "%pB: section %pA: string table overflow at offset %ld" msgstr "" =20 -#: coffcode.h:3677 +#: coffcode.h:3678 #, c-format msgid "%pB:%s section %s: alignment 2**%u not representable" msgstr "" =20 -#: coffcode.h:4393 +#: coffcode.h:4394 #, c-format msgid "%pB: warning: line number table read failed" msgstr "" =20 -#: coffcode.h:4439 coffcode.h:4453 +#: coffcode.h:4440 coffcode.h:4454 #, c-format msgid "%pB: warning: illegal symbol index 0x%lx in line number entry %d" msgstr "" =20 -#: coffcode.h:4467 +#: coffcode.h:4468 #, c-format msgid "%pB: warning: illegal symbol in line number entry %d" msgstr "" =20 -#: coffcode.h:4480 +#: coffcode.h:4481 #, c-format msgid "%pB: warning: duplicate line number information for `%s'" msgstr "" =20 -#: coffcode.h:4901 +#: coffcode.h:4900 #, c-format msgid "%pB: unrecognized storage class %d for %s symbol `%s'" msgstr "" =20 -#: coffcode.h:5041 +#: coffcode.h:5040 #, c-format msgid "warning: %pB: local symbol `%s' has no section" msgstr "" =20 -#: coffcode.h:5197 +#: coffcode.h:5196 #, c-format msgid "%pB: illegal relocation type %d at address %#" msgstr "" =20 -#: coffgen.c:179 elf.c:1239 +#: coffgen.c:179 elf.c:1240 #, c-format msgid "%pB: unable to initialize compress status for section %s" msgstr "" =20 -#: coffgen.c:203 elf.c:1250 +#: coffgen.c:203 elf.c:1251 #, c-format msgid "%pB: unable to initialize decompress status for section %s" msgstr "" =20 -#: coffgen.c:1760 +#: coffgen.c:1665 #, c-format msgid "%pB: bad string table size %" msgstr "" =20 -#: coffgen.c:1932 coffgen.c:1976 coffgen.c:2025 coffgen.c:2043 cofflink.c:= 2024 -#: elf.c:1939 xcofflink.c:4658 +#: coffgen.c:1838 coffgen.c:1884 coffgen.c:1935 coffgen.c:1953 cofflink.c:= 1980 +#: elf.c:1940 xcofflink.c:5541 msgid "" msgstr "" =20 -#: coffgen.c:2176 +#: coffgen.c:2087 #, c-format msgid " %s" msgstr "" =20 -#: coffgen.c:2781 elflink.c:15042 linker.c:2967 +#: coffgen.c:2691 elflink.c:15085 linker.c:2969 msgid "%F%P: already_linked_table: %E\n" msgstr "" =20 -#: coffgen.c:3123 elflink.c:14017 +#: coffgen.c:3033 elflink.c:14060 #, c-format msgid "removing unused section '%pA' in file '%pB'" msgstr "" =20 -#: coffgen.c:3200 elflink.c:14247 +#: coffgen.c:3110 elflink.c:14290 msgid "warning: gc-sections option ignored" msgstr "" =20 @@ -555,39 +555,39 @@ msgstr "" msgid "warning: symbol `%s' is both section and non-section" msgstr "" =20 -#: cofflink.c:471 elf64-ia64-vms.c:5196 elflink.c:5353 +#: cofflink.c:471 elf64-ia64-vms.c:5196 elflink.c:5357 #, c-format msgid "warning: type of symbol `%s' changed from %d to %d in %pB" msgstr "" =20 -#: cofflink.c:2352 +#: cofflink.c:2308 #, c-format msgid "%pB: relocs in section `%pA', but it has no contents" msgstr "" =20 -#: cofflink.c:2415 elflink.c:11470 +#: cofflink.c:2371 elflink.c:11513 #, c-format msgid "" -"%X`%s' referenced in section `%pA' of %pB: defined in discarded section `" -"%pA' of %pB\n" +"%X`%s' referenced in section `%pA' of %pB: defined in discarded section " +"`%pA' of %pB\n" msgstr "" =20 -#: cofflink.c:2614 +#: cofflink.c:2570 #, c-format msgid "%pB: stripping non-representable symbol '%s' (value 0x%s)" msgstr "" =20 -#: cofflink.c:2732 +#: cofflink.c:2688 #, c-format msgid "%pB: %pA: reloc overflow: %#x > 0xffff" msgstr "" =20 -#: cofflink.c:2740 +#: cofflink.c:2696 #, c-format msgid "%pB: warning: %pA: line number overflow: %#x > 0xffff" msgstr "" =20 -#: cofflink.c:3131 +#: cofflink.c:3087 #, c-format msgid "%pB: bad reloc address %# in section `%pA'" msgstr "" @@ -620,135 +620,136 @@ msgstr "" msgid "warning: unable to update contents of %s section in %pB" msgstr "" =20 -#: dwarf2.c:552 +#: dwarf2.c:659 #, c-format msgid "DWARF error: can't find %s section." msgstr "" =20 #. PR 26946 -#: dwarf2.c:563 +#: dwarf2.c:674 #, c-format -msgid "DWARF error: section %s is larger than its filesize! (0x%lx vs 0x%l= x)" +msgid "" +"DWARF error: section %s is larger than 10x its filesize! (0x%lx vs 0x%lx)" msgstr "" =20 -#: dwarf2.c:598 +#: dwarf2.c:709 #, c-format msgid "" "DWARF error: offset (%) greater than or equal to %s size (%)" msgstr "" =20 -#: dwarf2.c:1245 +#: dwarf2.c:1456 msgid "DWARF error: info pointer extends beyond end of attributes" msgstr "" =20 -#: dwarf2.c:1394 +#: dwarf2.c:1643 #, c-format msgid "DWARF error: invalid or unhandled FORM value: %#x" msgstr "" =20 -#: dwarf2.c:1709 +#: dwarf2.c:1959 msgid "DWARF error: mangled line number section (bad file number)" msgstr "" =20 -#: dwarf2.c:2052 +#: dwarf2.c:2497 msgid "DWARF error: zero format count" msgstr "" =20 -#: dwarf2.c:2062 +#: dwarf2.c:2507 #, c-format msgid "DWARF error: data count (%) larger than buffer size" msgstr "" =20 -#: dwarf2.c:2101 +#: dwarf2.c:2546 #, c-format msgid "DWARF error: unknown format content type %" msgstr "" =20 -#: dwarf2.c:2171 +#: dwarf2.c:2621 #, c-format msgid "DWARF error: line info section is too small (%)" msgstr "" =20 -#: dwarf2.c:2198 +#: dwarf2.c:2648 #, c-format msgid "" "DWARF error: line info data is bigger (%#) than the space remaini= ng " "in the section (%#lx)" msgstr "" =20 -#: dwarf2.c:2211 +#: dwarf2.c:2661 #, c-format msgid "DWARF error: unhandled .debug_line version %d" msgstr "" =20 -#: dwarf2.c:2220 +#: dwarf2.c:2670 msgid "DWARF error: ran out of room reading prologue" msgstr "" =20 -#: dwarf2.c:2236 +#: dwarf2.c:2686 #, c-format msgid "DWARF error: line info unsupported segment selector size %u" msgstr "" =20 -#: dwarf2.c:2258 +#: dwarf2.c:2708 msgid "DWARF error: invalid maximum operations per instruction" msgstr "" =20 -#: dwarf2.c:2270 +#: dwarf2.c:2720 msgid "DWARF error: ran out of room reading opcodes" msgstr "" =20 -#: dwarf2.c:2438 +#: dwarf2.c:2888 msgid "DWARF error: mangled line number section" msgstr "" =20 -#: dwarf2.c:2926 +#: dwarf2.c:3375 msgid "DWARF error: abstract instance recursion detected" msgstr "" =20 -#: dwarf2.c:2960 dwarf2.c:3054 +#: dwarf2.c:3409 dwarf2.c:3503 msgid "DWARF error: invalid abstract instance DIE ref" msgstr "" =20 -#: dwarf2.c:2976 +#: dwarf2.c:3425 #, c-format msgid "DWARF error: unable to read alt ref %" msgstr "" =20 -#: dwarf2.c:3032 +#: dwarf2.c:3481 #, c-format msgid "DWARF error: unable to locate abstract instance DIE ref %" msgstr "" =20 -#: dwarf2.c:3069 dwarf2.c:3351 dwarf2.c:3808 +#: dwarf2.c:3518 dwarf2.c:3832 dwarf2.c:4394 #, c-format msgid "DWARF error: could not find abbrev number %u" msgstr "" =20 -#: dwarf2.c:3594 +#: dwarf2.c:4098 #, c-format msgid "DWARF error: could not find variable specification at offset 0x%lx" msgstr "" =20 -#: dwarf2.c:3735 +#: dwarf2.c:4250 dwarf2.c:4494 +msgid "" +"DWARF error: DW_AT_comp_dir attribute encountered with a non-string form" +msgstr "" + +#: dwarf2.c:4321 #, c-format msgid "" "DWARF error: found dwarf version '%u', this reader only handles version 2= , " "3, 4 and 5 information" msgstr "" =20 -#: dwarf2.c:3772 +#: dwarf2.c:4358 #, c-format msgid "" "DWARF error: found address size '%u', this reader can not handle sizes " "greater than '%u'" msgstr "" =20 -#: dwarf2.c:3885 -msgid "" -"DWARF error: DW_AT_comp_dir attribute encountered with a non-string form" -msgstr "" - #: ecoff.c:940 #, c-format msgid "%pB: warning: isymMax (%ld) is greater than ifdMax (%ld)" @@ -858,40 +859,40 @@ msgid "" "dropped" msgstr "" =20 -#: elf-eh-frame.c:1868 +#: elf-eh-frame.c:1867 #, c-format msgid "%pB: %pA not in order" msgstr "" =20 -#: elf-eh-frame.c:1882 +#: elf-eh-frame.c:1881 #, c-format msgid "%pB: %pA invalid input section size" msgstr "" =20 -#: elf-eh-frame.c:1890 +#: elf-eh-frame.c:1889 #, c-format msgid "%pB: %pA points past end of text section" msgstr "" =20 -#: elf-eh-frame.c:2143 +#: elf-eh-frame.c:2142 msgid "DW_EH_PE_datarel unspecified for this architecture" msgstr "" =20 -#: elf-eh-frame.c:2314 +#: elf-eh-frame.c:2313 #, c-format msgid "invalid output section for .eh_frame_entry: %pA" msgstr "" =20 -#: elf-eh-frame.c:2337 +#: elf-eh-frame.c:2336 #, c-format msgid "invalid contents in %pA section" msgstr "" =20 -#: elf-eh-frame.c:2493 +#: elf-eh-frame.c:2492 msgid ".eh_frame_hdr entry overflow" msgstr "" =20 -#: elf-eh-frame.c:2495 +#: elf-eh-frame.c:2494 msgid ".eh_frame_hdr refers to overlapping FDEs" msgstr "" =20 @@ -903,45 +904,45 @@ msgid "" "pie\n" msgstr "" =20 -#: elf-m10200.c:434 elf-m10300.c:2146 elf32-avr.c:1508 elf32-bfin.c:3137 +#: elf-m10200.c:434 elf-m10300.c:2146 elf32-avr.c:1508 elf32-bfin.c:3133 #: elf32-cr16.c:1429 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:493 +#: elf32-epiphany.c:562 elf32-fr30.c:594 elf32-frv.c:4049 elf32-ft32.c:492 #: 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:1271 elf32-mep.c:522 -#: elf32-metag.c:1984 elf32-microblaze.c:1623 elf32-moxie.c:288 elf32-mt.c= :402 -#: elf32-nds32.c:6039 elf32-or1k.c:1873 elf32-score.c:2734 elf32-score7.c:= 2545 +#: elf32-metag.c:1984 elf32-microblaze.c:1664 elf32-moxie.c:288 elf32-mt.c= :402 +#: elf32-nds32.c:6093 elf32-or1k.c:1889 elf32-score.c:2734 elf32-score7.c:= 2545 #: 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 "" =20 -#: elf-m10200.c:438 elf-m10300.c:2150 elf32-avr.c:1512 elf32-bfin.c:3141 +#: elf-m10200.c:438 elf-m10300.c:2150 elf32-avr.c:1512 elf32-bfin.c:3137 #: elf32-cr16.c:1433 elf32-cris.c:2038 elf32-crx.c:917 elf32-d10v.c:514 -#: elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:497 elf32-h8300.c:527 +#: elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:496 elf32-h8300.c:527 #: elf32-iq2000.c:695 elf32-lm32.c:1074 elf32-m32c.c:628 elf32-m32r.c:2841 #: 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:6043 elf32-or1k.c:1877 elf32-score.c:2738 elf32-score7.c:= 2549 +#: elf32-microblaze.c:1668 elf32-moxie.c:292 elf32-msp430.c:1510 +#: elf32-nds32.c:6097 elf32-or1k.c:1893 elf32-score.c:2738 elf32-score7.c:= 2549 #: 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:10558 +#: elf32-xstormy16.c:934 elf64-mmix.c:1545 elfxx-mips.c:10567 #: elfxx-tilegx.c:3746 msgid "internal error: unsupported relocation error" msgstr "" =20 #: elf-m10200.c:442 elf32-cr16.c:1437 elf32-crx.c:921 elf32-d10v.c:518 #: elf32-h8300.c:531 elf32-lm32.c:1078 elf32-m32r.c:2845 elf32-m68hc1x.c:1= 279 -#: elf32-microblaze.c:1631 elf32-nds32.c:6047 elf32-score.c:2742 +#: elf32-microblaze.c:1672 elf32-nds32.c:6101 elf32-score.c:2742 #: elf32-score7.c:2553 elf32-spu.c:5092 msgid "internal error: dangerous error" msgstr "" =20 -#: elf-m10200.c:446 elf-m10300.c:2167 elf32-avr.c:1520 elf32-bfin.c:3149 +#: elf-m10200.c:446 elf-m10300.c:2167 elf32-avr.c:1520 elf32-bfin.c:3145 #: elf32-cr16.c:1441 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:505 +#: elf32-epiphany.c:577 elf32-fr30.c:606 elf32-frv.c:4061 elf32-ft32.c:504 #: 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: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:6051 elf32-or1k.c:1885 +#: elf32-metag.c:1996 elf32-microblaze.c:1676 elf32-moxie.c:300 +#: elf32-msp430.c:1518 elf32-mt.c:410 elf32-nds32.c:6105 elf32-or1k.c:1901 #: elf32-score.c:2751 elf32-score7.c:2557 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 @@ -958,11 +959,11 @@ msgstr "" msgid "%pB: %s' accessed both as normal and thread local symbol" msgstr "" =20 -#: elf-m10300.c:2093 elf32-arm.c:13377 elf32-i386.c:3426 elf32-m32r.c:2331 +#: elf-m10300.c:2093 elf32-arm.c:13389 elf32-i386.c:3452 elf32-m32r.c:2331 #: elf32-m68k.c:3929 elf32-s390.c:3080 elf32-sh.c:3671 elf32-tilepro.c:3275 -#: elf32-xtensa.c:3034 elf64-s390.c:3029 elf64-x86-64.c:4084 elfxx-sparc.c= :2917 -#: elfxx-sparc.c:3814 elfxx-tilegx.c:3665 elfnn-aarch64.c:5504 -#: elfnn-aarch64.c:7107 +#: elf32-xtensa.c:3034 elf64-s390.c:3042 elf64-x86-64.c:4109 elfxx-sparc.c= :2917 +#: elfxx-sparc.c:3814 elfxx-tilegx.c:3665 elfnn-aarch64.c:5515 +#: elfnn-aarch64.c:7118 #, c-format msgid "%pB(%pA+%#): unresolvable %s relocation against symbol `%s'" msgstr "" @@ -985,7 +986,7 @@ msgid "internal error: suspicious relocation type used = in shared library" msgstr "" =20 #: elf-m10300.c:2650 elf32-avr.c:2486 elf32-frv.c:5621 elf64-ia64-vms.c:365 -#: elfxx-sparc.c:2684 reloc.c:8373 reloc16.c:155 elfnn-ia64.c:365 +#: elfxx-sparc.c:2684 reloc.c:8342 reloc16.c:155 elfnn-ia64.c:365 msgid "%P%F: --relax and -r may not be used together\n" msgstr "" =20 @@ -1019,54 +1020,54 @@ msgstr "" msgid "error: %pB: " msgstr "" =20 -#: elf-properties.c:217 +#: elf-properties.c:214 #, c-format msgid "warning: %pB: unsupported GNU_PROPERTY_TYPE (%ld) type: 0x%x" msgstr "" =20 -#: elf-properties.c:403 +#: elf-properties.c:400 msgid "Removed property %W to merge %pB (0x%v) and %pB (0x%v)\n" msgstr "" =20 -#: elf-properties.c:409 +#: elf-properties.c:406 msgid "Removed property %W to merge %pB (0x%v) and %pB (not found)\n" msgstr "" =20 -#: elf-properties.c:418 elf-properties.c:496 +#: elf-properties.c:415 elf-properties.c:493 msgid "Removed property %W to merge %pB and %pB\n" msgstr "" =20 -#: elf-properties.c:422 +#: elf-properties.c:419 msgid "Removed property %W to merge %pB and %pB (not found)\n" msgstr "" =20 -#: elf-properties.c:439 +#: elf-properties.c:436 msgid "Updated property %W (0x%v) to merge %pB (0x%v) and %pB (0x%v)\n" msgstr "" =20 -#: elf-properties.c:448 +#: elf-properties.c:445 msgid "Updated property %W (%v) to merge %pB (0x%v) and %pB (not found)\n" msgstr "" =20 -#: elf-properties.c:490 +#: elf-properties.c:487 msgid "Removed property %W to merge %pB (not found) and %pB (0x%v)\n" msgstr "" =20 -#: elf-properties.c:671 elfxx-aarch64.c:758 elfxx-x86.c:3716 +#: elf-properties.c:668 elfxx-aarch64.c:758 elfxx-x86.c:3738 msgid "%F%P: failed to create GNU property section\n" msgstr "" =20 -#: elf-properties.c:675 elfxx-aarch64.c:762 elfxx-x86.c:3721 +#: elf-properties.c:672 elfxx-aarch64.c:762 elfxx-x86.c:3743 #, c-format msgid "%F%pA: failed to align section\n" msgstr "" =20 #. Merge .note.gnu.property sections. -#: elf-properties.c:701 elf-properties.c:703 +#: elf-properties.c:698 elf-properties.c:700 msgid "\n" msgstr "" =20 -#: elf-properties.c:702 +#: elf-properties.c:699 msgid "Merging program properties\n" msgstr "" =20 @@ -1081,7 +1082,7 @@ msgstr "" msgid "%pB: invalid string offset %u >=3D % for section `%s'" msgstr "" =20 -#: elf.c:514 elfnn-aarch64.c:8107 elfnn-loongarch.c:3045 +#: elf.c:514 elfnn-aarch64.c:8118 elfnn-loongarch.c:3222 #, c-format msgid "%pB symbol number %lu references nonexistent SHT_SYMTAB_SHNDX secti= on" msgstr "" @@ -1132,152 +1133,152 @@ msgstr "" msgid "%pB: unknown type [%#x] section `%s' in group [%pA]" msgstr "" =20 -#: elf.c:1453 +#: elf.c:1454 #, c-format msgid "%pB: invalid sh_link field (%d) in section number %d" msgstr "" =20 -#: elf.c:1469 +#: elf.c:1470 #, c-format msgid "%pB: failed to find link section for section %d" msgstr "" =20 -#: elf.c:1496 +#: elf.c:1497 #, c-format msgid "%pB: failed to find info section for section %d" msgstr "" =20 -#: elf.c:1668 +#: elf.c:1669 #, c-format msgid "" "\n" "Program Header:\n" msgstr "" =20 -#: elf.c:1710 +#: elf.c:1711 #, c-format msgid "" "\n" "Dynamic Section:\n" msgstr "" =20 -#: elf.c:1854 +#: elf.c:1855 #, c-format msgid "" "\n" "Version definitions:\n" msgstr "" =20 -#: elf.c:1879 +#: elf.c:1880 #, c-format msgid "" "\n" "Version References:\n" msgstr "" =20 -#: elf.c:1884 +#: elf.c:1885 #, c-format msgid " required from %s:\n" msgstr "" =20 -#: elf.c:2075 +#: elf.c:2076 #, c-format msgid "%pB: warning: loop in section dependencies detected" msgstr "" =20 -#: elf.c:2182 +#: elf.c:2183 #, c-format msgid "" "%pB: warning: multiple symbol tables detected - ignoring the table in " "section %u" msgstr "" =20 -#: elf.c:2266 +#: elf.c:2267 #, c-format msgid "" "%pB: warning: multiple dynamic symbol tables detected - ignoring the tabl= e " "in section %u" msgstr "" =20 -#: elf.c:2385 +#: elf.c:2386 #, c-format msgid "%pB: invalid link %u for reloc section %s (index %u)" msgstr "" =20 -#: elf.c:2442 +#: elf.c:2443 #, c-format msgid "" "%pB: warning: secondary relocation section '%s' for section %pA found - " "ignoring" msgstr "" =20 -#: elf.c:2528 elf.c:2543 elf.c:2554 elf.c:2567 +#: elf.c:2529 elf.c:2544 elf.c:2555 elf.c:2568 #, c-format msgid "%pB: unknown type [%#x] section `%s'" msgstr "" =20 -#: elf.c:3265 +#: elf.c:3266 #, c-format msgid "%pB: error: alignment power %d of section `%pA' is too big" msgstr "" =20 -#: elf.c:3298 +#: elf.c:3301 #, c-format msgid "warning: section `%pA' type changed to PROGBITS" msgstr "" =20 -#: elf.c:3783 +#: elf.c:3786 #, c-format msgid "%pB: too many sections: %u" msgstr "" =20 -#: elf.c:3869 +#: elf.c:3872 #, c-format msgid "" "%pB: sh_link of section `%pA' points to discarded section `%pA' of `%pB'" msgstr "" =20 -#: elf.c:3887 +#: elf.c:3890 #, c-format msgid "%pB: sh_link of section `%pA' points to removed section `%pA' of `%= pB'" msgstr "" =20 -#: elf.c:4455 +#: elf.c:4472 #, c-format msgid "%pB: GNU_MBIND section `%pA' has invalid sh_info field: %d" msgstr "" =20 -#: elf.c:4638 +#: elf.c:4655 msgid "%F%P: failed to size relative relocations\n" msgstr "" =20 -#: elf.c:5062 +#: elf.c:5079 #, c-format msgid "%pB: TLS sections are not adjacent:" msgstr "" =20 -#: elf.c:5069 +#: elf.c:5086 #, c-format msgid "\t TLS: %pA" msgstr "" =20 -#: elf.c:5073 +#: elf.c:5090 #, c-format msgid "\tnon-TLS: %pA" msgstr "" =20 -#: elf.c:5696 +#: elf.c:5713 #, c-format msgid "" "%pB: The first section in the PT_DYNAMIC segment is not the .dynamic sect= ion" msgstr "" =20 -#: elf.c:5722 +#: elf.c:5739 #, c-format msgid "%pB: not enough room for program headers, try linking with -N" msgstr "" =20 -#: elf.c:5839 +#: elf.c:5856 #, c-format msgid "%pB: section %pA lma %# adjusted to %#" msgstr "" @@ -1285,190 +1286,200 @@ 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:5976 +#: elf.c:5993 #, c-format msgid "%pB: error: PHDR segment not covered by LOAD segment" msgstr "" =20 -#: elf.c:6016 +#: elf.c:6033 #, c-format msgid "%pB: section `%pA' can't be allocated in segment %d" msgstr "" =20 -#: elf.c:6156 +#: elf.c:6174 #, c-format msgid "%pB: warning: allocated section `%s' not in segment" msgstr "" =20 -#: elf.c:6292 +#: elf.c:6309 #, c-format msgid "%pB: warning: unable to allocate any sections to PT_GNU_RELRO segme= nt" msgstr "" =20 -#: elf.c:6322 +#: elf.c:6339 #, c-format msgid "" "%pB: error: non-load segment %d includes file header and/or program heade= r" msgstr "" =20 -#: elf.c:6829 +#: elf.c:6478 +#, c-format +msgid "warning: %pB has a TLS segment with execute permission" +msgstr "" + +#: elf.c:6482 +#, c-format +msgid "warning: %pB has a LOAD segment with RWX permissions" +msgstr "" + +#: elf.c:6873 #, c-format msgid "%pB: symbol `%s' required but not present" msgstr "" =20 -#: elf.c:7186 +#: elf.c:7230 #, c-format msgid "" "%pB: warning: empty loadable segment detected at vaddr=3D%#, is t= his " "intentional?" msgstr "" =20 -#: elf.c:7851 +#: elf.c:7897 #, c-format msgid "%pB: warning: segment alignment of %# is too large" msgstr "" =20 -#: elf.c:8359 +#: elf.c:8405 #, c-format msgid "" "%pB: Unable to handle section index %x in ELF symbol. Using ABS instead." msgstr "" =20 -#: elf.c:8389 +#: elf.c:8435 #, c-format msgid "" "unable to find equivalent output section for symbol '%s' from section '%s= '" msgstr "" =20 -#: elf.c:8799 +#: elf.c:8845 #, c-format msgid "%pB: .gnu.version_r invalid entry" msgstr "" =20 -#: elf.c:8932 +#: elf.c:8978 #, c-format msgid "%pB: .gnu.version_d invalid entry" msgstr "" =20 -#: elf.c:9389 +#: elf.c:9434 #, c-format msgid "" "%pB:%pA: error: attempting to write into an unallocated compressed sectio= n" msgstr "" =20 -#: elf.c:9398 +#: elf.c:9443 #, c-format msgid "%pB:%pA: error: attempting to write over the end of the section" msgstr "" =20 -#: elf.c:9409 +#: elf.c:9454 #, c-format msgid "%pB:%pA: error: attempting to write section into an empty buffer" msgstr "" =20 -#: elf.c:10317 +#: elf.c:10358 #, c-format msgid "%pB: warning: win32pstatus %s of size %lu bytes is too small" msgstr "" =20 -#: elf.c:10395 +#: elf.c:10436 #, c-format msgid "" "%pB: win32pstatus NOTE_INFO_MODULE of size %lu is too small to contain a " "name of size %u" msgstr "" =20 -#: elf.c:12977 +#: elf.c:13029 msgid "GNU_MBIND section is supported only by GNU and FreeBSD targets" msgstr "" =20 -#: elf.c:12980 +#: elf.c:13032 msgid "symbol type STT_GNU_IFUNC is supported only by GNU and FreeBSD targ= ets" msgstr "" =20 -#: elf.c:12983 +#: elf.c:13035 msgid "" "symbol binding STB_GNU_UNIQUE is supported only by GNU and FreeBSD target= s" msgstr "" =20 -#: elf.c:12986 +#: elf.c:13038 msgid "GNU_RETAIN section is supported only by GNU and FreeBSD targets" msgstr "" =20 -#: elf.c:13194 elf64-sparc.c:123 elfcode.h:1505 +#: elf.c:13246 elf64-sparc.c:123 elfcode.h:1518 #, c-format msgid "%pB(%pA): relocation %d has invalid symbol index %ld" msgstr "" =20 -#: elf.c:13269 +#: elf.c:13321 #, c-format msgid "" "%pB(%pA): link section cannot be set because the output file does not hav= e a " "symbol table" msgstr "" =20 -#: elf.c:13281 +#: elf.c:13333 #, c-format msgid "%pB(%pA): info section index is invalid" msgstr "" =20 -#: elf.c:13295 +#: elf.c:13347 #, c-format msgid "" "%pB(%pA): info section index cannot be set because the section is not in = the " "output" msgstr "" =20 -#: elf.c:13370 +#: elf.c:13422 #, c-format msgid "%pB(%pA): error: secondary reloc section processed twice" msgstr "" =20 -#: elf.c:13382 +#: elf.c:13434 #, c-format msgid "%pB(%pA): error: secondary reloc section has zero sized entries" msgstr "" =20 -#: elf.c:13393 +#: elf.c:13445 #, c-format msgid "%pB(%pA): error: secondary reloc section has non-standard sized ent= ries" msgstr "" =20 -#: elf.c:13405 +#: elf.c:13457 #, c-format msgid "%pB(%pA): error: secondary reloc section is empty!" msgstr "" =20 -#: elf.c:13428 +#: elf.c:13480 #, c-format msgid "%pB(%pA): error: internal relocs missing for secondary reloc sectio= n" msgstr "" =20 -#: elf.c:13447 +#: elf.c:13499 #, c-format msgid "%pB(%pA): error: reloc table entry %u is empty" msgstr "" =20 -#: elf.c:13472 +#: elf.c:13524 #, c-format msgid "%pB(%pA): error: secondary reloc %u references a missing symbol" msgstr "" =20 -#: elf.c:13489 +#: elf.c:13541 #, c-format msgid "%pB(%pA): error: secondary reloc %u references a deleted symbol" msgstr "" =20 -#: elf.c:13502 +#: elf.c:13554 #, c-format msgid "%pB(%pA): error: secondary reloc %u is of an unknown type" msgstr "" =20 #. Ignore init flag - it may not be set, despite the flags field #. containing valid data. -#: elf32-arc.c:455 elf32-arm.c:15095 elf32-frv.c:6612 elf32-iq2000.c:868 +#: elf32-arc.c:455 elf32-arm.c:15115 elf32-frv.c:6612 elf32-iq2000.c:868 #: elf32-m32c.c:914 elf32-mt.c:560 elf32-rl78.c:1275 elf32-rx.c:3217 -#: elf32-visium.c:844 elf64-ppc.c:5507 elfnn-aarch64.c:7337 +#: elf32-visium.c:844 elf64-ppc.c:5503 elfnn-aarch64.c:7348 #, c-format msgid "private flags =3D 0x%lx:" msgstr "" @@ -1515,7 +1526,7 @@ msgid "" msgstr "" =20 #: elf32-arc.c:938 elf32-iq2000.c:844 elf32-m32c.c:889 elf32-m68hc1x.c:1390 -#: elf32-ppc.c:3881 elf64-sparc.c:722 elfxx-mips.c:15584 +#: elf32-ppc.c:3860 elf64-sparc.c:722 elfxx-mips.c:15593 #, c-format msgid "%pB: uses different e_flags (%#x) fields than previous modules (%#x= )" msgstr "" @@ -1572,8 +1583,8 @@ msgstr "" msgid "%pB(%pA): internal error: unknown error" msgstr "" =20 -#: elf32-arc.c:2023 elf32-arc.c:2091 elf32-arm.c:15550 elf32-metag.c:2251 -#: elf32-nds32.c:5489 elfnn-aarch64.c:7744 elfnn-riscv.c:617 +#: elf32-arc.c:2023 elf32-arc.c:2091 elf32-arm.c:15570 elf32-metag.c:2251 +#: elf32-nds32.c:5543 elfnn-aarch64.c:7755 elfnn-riscv.c:617 #, c-format msgid "" "%pB: relocation %s against `%s' can not be used when making a shared obje= ct; " @@ -1590,7 +1601,7 @@ msgstr "" msgid "warning: %pB: unknown ARC object attribute %d" msgstr "" =20 -#: elf32-arm.c:4334 elf32-arm.c:4368 elf32-arm.c:4387 elf32-arm.c:4439 +#: elf32-arm.c:4346 elf32-arm.c:4380 elf32-arm.c:4399 elf32-arm.c:4451 #, c-format msgid "" "%pB(%pA): warning: long branch veneers used in section with SHF_ARM_PUREC= ODE " @@ -1598,156 +1609,156 @@ msgid "" "movw instruction" msgstr "" =20 -#: elf32-arm.c:4399 elf32-arm.c:4453 elf32-arm.c:9142 elf32-arm.c:9232 +#: elf32-arm.c:4411 elf32-arm.c:4465 elf32-arm.c:9154 elf32-arm.c:9244 #, c-format msgid "" "%pB(%s): warning: interworking not enabled; first occurrence: %pB: %s cal= l " "to %s" msgstr "" =20 -#: elf32-arm.c:4579 +#: elf32-arm.c:4591 #, c-format msgid "" "ERROR: CMSE stub (%s section) too far (%#) from destination " "(%#)" msgstr "" =20 -#: elf32-arm.c:4748 +#: elf32-arm.c:4760 #, c-format msgid "no address assigned to the veneers output section %s" msgstr "" =20 -#: elf32-arm.c:4823 elf32-arm.c:6969 elf32-csky.c:3400 elf32-hppa.c:582 -#: elf32-m68hc1x.c:164 elf32-metag.c:1180 elf32-nios2.c:2201 elf64-ppc.c:3= 881 -#: elf64-ppc.c:14018 elfnn-aarch64.c:3187 +#: elf32-arm.c:4835 elf32-arm.c:6981 elf32-csky.c:3400 elf32-hppa.c:582 +#: elf32-m68hc1x.c:164 elf32-metag.c:1180 elf32-nios2.c:2201 elf64-ppc.c:3= 906 +#: elf64-ppc.c:14143 elfnn-aarch64.c:3198 #, c-format msgid "%pB: cannot create stub entry %s" msgstr "" =20 -#: elf32-arm.c:5044 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:1= 1656 -#: elfnn-aarch64.c:3256 +#: elf32-arm.c:5056 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:1= 1709 +#: xcofflink.c:4693 elfnn-aarch64.c:3267 msgid "" "%F%P: Could not assign '%pA' to an output section. Retry without --enable= -" "non-contiguous-regions.\n" msgstr "" =20 -#: elf32-arm.c:6012 +#: elf32-arm.c:6024 #, c-format msgid "%pB: special symbol `%s' only allowed for ARMv8-M architecture or l= ater" msgstr "" =20 -#: elf32-arm.c:6021 +#: elf32-arm.c:6033 #, c-format msgid "" "%pB: invalid special symbol `%s'; it must be a global or weak function sy= mbol" msgstr "" =20 -#: elf32-arm.c:6060 +#: elf32-arm.c:6072 #, c-format msgid "" "%pB: invalid standard symbol `%s'; it must be a global or weak function " "symbol" msgstr "" =20 -#: elf32-arm.c:6066 +#: elf32-arm.c:6078 #, c-format msgid "%pB: absent standard symbol `%s'" msgstr "" =20 -#: elf32-arm.c:6078 +#: elf32-arm.c:6090 #, c-format msgid "%pB: `%s' and its special symbol are in different sections" msgstr "" =20 -#: elf32-arm.c:6090 +#: elf32-arm.c:6102 #, c-format msgid "%pB: entry function `%s' not output" msgstr "" =20 -#: elf32-arm.c:6097 +#: elf32-arm.c:6109 #, c-format msgid "%pB: entry function `%s' is empty" msgstr "" =20 -#: elf32-arm.c:6226 +#: elf32-arm.c:6238 #, c-format msgid "%pB: --in-implib only supported for Secure Gateway import libraries" msgstr "" =20 -#: elf32-arm.c:6275 +#: elf32-arm.c:6287 #, c-format msgid "" "%pB: invalid import library entry: `%s'; symbol should be absolute, globa= l " "and refer to Thumb functions" msgstr "" =20 -#: elf32-arm.c:6297 +#: elf32-arm.c:6309 #, c-format msgid "entry function `%s' disappeared from secure code" msgstr "" =20 -#: elf32-arm.c:6321 +#: elf32-arm.c:6333 #, c-format msgid "`%s' refers to a non entry function" msgstr "" =20 -#: elf32-arm.c:6336 +#: elf32-arm.c:6348 #, c-format msgid "%pB: visibility of symbol `%s' has changed" msgstr "" =20 -#: elf32-arm.c:6345 +#: elf32-arm.c:6357 #, c-format msgid "%pB: incorrect size for symbol `%s'" msgstr "" =20 -#: elf32-arm.c:6364 +#: elf32-arm.c:6376 #, c-format msgid "offset of veneer for entry function `%s' not a multiple of its size" msgstr "" =20 -#: elf32-arm.c:6384 +#: elf32-arm.c:6396 msgid "" "new entry function(s) introduced but no output import library specified:" msgstr "" =20 -#: elf32-arm.c:6392 +#: elf32-arm.c:6404 #, c-format msgid "start address of `%s' is different from previous link" msgstr "" =20 -#: elf32-arm.c:7102 elf32-arm.c:7137 +#: elf32-arm.c:7114 elf32-arm.c:7149 #, c-format msgid "unable to find %s glue '%s' for '%s'" msgstr "" =20 -#: elf32-arm.c:7848 +#: elf32-arm.c:7860 #, c-format msgid "%pB: BE8 images only valid in big-endian mode" msgstr "" =20 #. Give a warning, but do as the user requests anyway. -#: elf32-arm.c:8075 +#: elf32-arm.c:8087 #, c-format msgid "" "%pB: warning: selected VFP11 erratum workaround is not necessary for targ= et " "architecture" msgstr "" =20 -#: elf32-arm.c:8102 +#: elf32-arm.c:8114 #, c-format msgid "" "%pB: warning: selected STM32L4XX erratum workaround is not necessary for " "target architecture" msgstr "" =20 -#: elf32-arm.c:8638 elf32-arm.c:8658 elf32-arm.c:8725 elf32-arm.c:8744 +#: elf32-arm.c:8650 elf32-arm.c:8670 elf32-arm.c:8737 elf32-arm.c:8756 #, c-format msgid "%pB: unable to find %s veneer `%s'" msgstr "" =20 -#: elf32-arm.c:8951 +#: elf32-arm.c:8963 #, c-format msgid "" "%pB(%pA+%#x): error: multiple load detected in non-last IT block " @@ -1755,568 +1766,568 @@ msgid "" "it to generate only one instruction per IT block" msgstr "" =20 -#: elf32-arm.c:9049 +#: elf32-arm.c:9061 #, c-format msgid "invalid TARGET2 relocation type '%s'" msgstr "" =20 #. FIXME: We ought to be able to generate thumb-1 PLT #. instructions... -#: elf32-arm.c:9819 +#: elf32-arm.c:9831 #, c-format msgid "%pB: warning: thumb-1 mode PLT generation not currently supported" msgstr "" =20 -#: elf32-arm.c:10128 elf32-arm.c:10170 +#: elf32-arm.c:10140 elf32-arm.c:10182 #, c-format msgid "%pB(%pA+%#): unexpected %s instruction '%#lx' in TLS trampo= line" msgstr "" =20 -#: elf32-arm.c:10520 +#: elf32-arm.c:10532 msgid "shared object" msgstr "" =20 -#: elf32-arm.c:10523 +#: elf32-arm.c:10535 msgid "PIE executable" msgstr "" =20 -#: elf32-arm.c:10526 +#: elf32-arm.c:10538 #, c-format msgid "" "%pB: relocation %s against external or undefined symbol `%s' can not be u= sed " "when making a %s; recompile with -fPIC" msgstr "" =20 -#: elf32-arm.c:10628 elf32-arm.c:11045 +#: elf32-arm.c:10640 elf32-arm.c:11057 #, c-format msgid "%pB: warning: %s BLX instruction targets %s function '%s'" msgstr "" =20 -#: elf32-arm.c:11679 +#: elf32-arm.c:11691 #, c-format msgid "" "%pB: expected symbol index in range 0..%lu but found local symbol with in= dex " "%lu" msgstr "" =20 -#: elf32-arm.c:11954 elf32-arm.c:11980 +#: elf32-arm.c:11966 elf32-arm.c:11992 #, c-format msgid "" "%pB(%pA+%#): unexpected %s instruction '%#lx' referenced by " "TLS_GOTDESC" msgstr "" =20 -#: elf32-arm.c:12026 elf32-csky.c:4970 elf32-m68k.c:3733 elf32-metag.c:1913 +#: elf32-arm.c:12038 elf32-csky.c:4970 elf32-m68k.c:3733 elf32-metag.c:1913 #: elf32-nios2.c:4382 #, c-format msgid "%pB(%pA+%#): %s relocation not permitted in shared object" msgstr "" =20 -#: elf32-arm.c:12240 +#: elf32-arm.c:12252 #, c-format msgid "" "%pB(%pA+%#): only ADD or SUB instructions are allowed for ALU gro= up " "relocations" msgstr "" =20 -#: elf32-arm.c:12281 elf32-arm.c:12373 elf32-arm.c:12461 elf32-arm.c:12551 +#: elf32-arm.c:12293 elf32-arm.c:12385 elf32-arm.c:12473 elf32-arm.c:12563 #, c-format msgid "" "%pB(%pA+%#): overflow whilst splitting %# for group " "relocation %s" msgstr "" =20 -#: elf32-arm.c:12609 elf32-arm.c:12768 +#: elf32-arm.c:12621 elf32-arm.c:12780 msgid "local symbol index too big" msgstr "" =20 -#: elf32-arm.c:12619 elf32-arm.c:12653 +#: elf32-arm.c:12631 elf32-arm.c:12665 msgid "no dynamic index information available" msgstr "" =20 -#: elf32-arm.c:12661 +#: elf32-arm.c:12673 msgid "invalid dynamic index" msgstr "" =20 -#: elf32-arm.c:12778 +#: elf32-arm.c:12790 msgid "dynamic index information not available" msgstr "" =20 -#: elf32-arm.c:13209 elf32-sh.c:3565 +#: elf32-arm.c:13221 elf32-sh.c:3565 #, c-format msgid "%pB(%pA+%#): %s relocation against SEC_MERGE section" msgstr "" =20 -#: elf32-arm.c:13322 elf32-m68k.c:3966 elf32-xtensa.c:2772 elfnn-aarch64.c= :6834 +#: elf32-arm.c:13334 elf32-m68k.c:3966 elf32-xtensa.c:2772 elfnn-aarch64.c= :6845 #, c-format msgid "%pB(%pA+%#): %s used with TLS symbol %s" msgstr "" =20 -#: elf32-arm.c:13324 elf32-m68k.c:3968 elf32-xtensa.c:2774 elfnn-aarch64.c= :6836 +#: elf32-arm.c:13336 elf32-m68k.c:3968 elf32-xtensa.c:2774 elfnn-aarch64.c= :6847 #, c-format msgid "%pB(%pA+%#): %s used with non-TLS symbol %s" msgstr "" =20 -#: elf32-arm.c:13407 elf32-tic6x.c:2649 elfnn-aarch64.c:7171 +#: elf32-arm.c:13419 elf32-tic6x.c:2649 elfnn-aarch64.c:7182 msgid "out of range" msgstr "" =20 -#: elf32-arm.c:13411 elf32-nios2.c:4516 elf32-pru.c:936 elf32-tic6x.c:2653 -#: elfnn-aarch64.c:7175 +#: elf32-arm.c:13423 elf32-nios2.c:4516 elf32-pru.c:936 elf32-tic6x.c:2653 +#: elfnn-aarch64.c:7186 msgid "unsupported relocation" msgstr "" =20 -#: elf32-arm.c:13419 elf32-nios2.c:4526 elf32-pru.c:946 elf32-tic6x.c:2661 -#: elfnn-aarch64.c:7183 +#: elf32-arm.c:13431 elf32-nios2.c:4526 elf32-pru.c:946 elf32-tic6x.c:2661 +#: elfnn-aarch64.c:7194 msgid "unknown error" msgstr "" =20 -#: elf32-arm.c:13901 +#: elf32-arm.c:13913 #, c-format msgid "" "warning: not setting interworking flag of %pB since it has already been " "specified as non-interworking" msgstr "" =20 -#: elf32-arm.c:13905 +#: elf32-arm.c:13917 #, c-format msgid "warning: clearing the interworking flag of %pB due to outside reque= st" msgstr "" =20 -#: elf32-arm.c:13950 +#: elf32-arm.c:13962 #, c-format msgid "" "warning: clearing the interworking flag of %pB because non-interworking c= ode " "in %pB has been linked with it" msgstr "" =20 -#: elf32-arm.c:14037 +#: elf32-arm.c:14049 #, c-format msgid "%pB: unknown mandatory EABI object attribute %d" msgstr "" =20 -#: elf32-arm.c:14045 +#: elf32-arm.c:14057 #, c-format msgid "warning: %pB: unknown EABI object attribute %d" msgstr "" =20 -#: elf32-arm.c:14380 +#: elf32-arm.c:14392 #, c-format msgid "error: %pB: unknown CPU architecture" msgstr "" =20 -#: elf32-arm.c:14418 elf32-nios2.c:2950 +#: elf32-arm.c:14430 elf32-nios2.c:2950 #, c-format msgid "error: %pB: conflicting CPU architectures %d/%d" msgstr "" =20 -#: elf32-arm.c:14515 +#: elf32-arm.c:14527 #, c-format msgid "" "Error: %pB has both the current and legacy Tag_MPextension_use attributes" msgstr "" =20 -#: elf32-arm.c:14544 +#: elf32-arm.c:14564 #, c-format msgid "error: %pB uses VFP register arguments, %pB does not" msgstr "" =20 -#: elf32-arm.c:14713 +#: elf32-arm.c:14733 #, c-format msgid "error: %pB: unable to merge virtualization attributes with %pB" msgstr "" =20 -#: elf32-arm.c:14739 +#: elf32-arm.c:14759 #, c-format msgid "error: %pB: conflicting architecture profiles %c/%c" msgstr "" =20 -#: elf32-arm.c:14878 +#: elf32-arm.c:14898 #, c-format msgid "warning: %pB: conflicting platform configuration" msgstr "" =20 -#: elf32-arm.c:14887 +#: elf32-arm.c:14907 #, c-format msgid "error: %pB: conflicting use of R9" msgstr "" =20 -#: elf32-arm.c:14899 +#: elf32-arm.c:14919 #, c-format msgid "error: %pB: SB relative addressing conflicts with use of R9" msgstr "" =20 -#: elf32-arm.c:14912 +#: elf32-arm.c:14932 #, 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 "" =20 -#: elf32-arm.c:14943 +#: elf32-arm.c:14963 #, 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 "" =20 -#: elf32-arm.c:14955 +#: elf32-arm.c:14975 #, c-format msgid "error: %pB uses iWMMXt register arguments, %pB does not" msgstr "" =20 -#: elf32-arm.c:14972 +#: elf32-arm.c:14992 #, c-format msgid "error: fp16 format mismatch between %pB and %pB" msgstr "" =20 -#: elf32-arm.c:15008 +#: elf32-arm.c:15028 #, c-format msgid "%pB has both the current and legacy Tag_MPextension_use attributes" msgstr "" =20 -#: elf32-arm.c:15104 +#: elf32-arm.c:15124 #, c-format msgid " [interworking enabled]" msgstr "" =20 -#: elf32-arm.c:15112 +#: elf32-arm.c:15132 #, c-format msgid " [VFP float format]" msgstr "" =20 -#: elf32-arm.c:15114 +#: elf32-arm.c:15134 #, c-format msgid " [Maverick float format]" msgstr "" =20 -#: elf32-arm.c:15116 +#: elf32-arm.c:15136 #, c-format msgid " [FPA float format]" msgstr "" =20 -#: elf32-arm.c:15119 +#: elf32-arm.c:15139 #, c-format msgid " [floats passed in float registers]" msgstr "" =20 -#: elf32-arm.c:15122 elf32-arm.c:15208 +#: elf32-arm.c:15142 elf32-arm.c:15228 #, c-format msgid " [position independent]" msgstr "" =20 -#: elf32-arm.c:15125 +#: elf32-arm.c:15145 #, c-format msgid " [new ABI]" msgstr "" =20 -#: elf32-arm.c:15128 +#: elf32-arm.c:15148 #, c-format msgid " [old ABI]" msgstr "" =20 -#: elf32-arm.c:15131 +#: elf32-arm.c:15151 #, c-format msgid " [software FP]" msgstr "" =20 -#: elf32-arm.c:15140 +#: elf32-arm.c:15160 #, c-format msgid " [Version1 EABI]" msgstr "" =20 -#: elf32-arm.c:15143 elf32-arm.c:15154 +#: elf32-arm.c:15163 elf32-arm.c:15174 #, c-format msgid " [sorted symbol table]" msgstr "" =20 -#: elf32-arm.c:15145 elf32-arm.c:15156 +#: elf32-arm.c:15165 elf32-arm.c:15176 #, c-format msgid " [unsorted symbol table]" msgstr "" =20 -#: elf32-arm.c:15151 +#: elf32-arm.c:15171 #, c-format msgid " [Version2 EABI]" msgstr "" =20 -#: elf32-arm.c:15159 +#: elf32-arm.c:15179 #, c-format msgid " [dynamic symbols use segment index]" msgstr "" =20 -#: elf32-arm.c:15162 +#: elf32-arm.c:15182 #, c-format msgid " [mapping symbols precede others]" msgstr "" =20 -#: elf32-arm.c:15169 +#: elf32-arm.c:15189 #, c-format msgid " [Version3 EABI]" msgstr "" =20 -#: elf32-arm.c:15173 +#: elf32-arm.c:15193 #, c-format msgid " [Version4 EABI]" msgstr "" =20 -#: elf32-arm.c:15177 +#: elf32-arm.c:15197 #, c-format msgid " [Version5 EABI]" msgstr "" =20 -#: elf32-arm.c:15180 +#: elf32-arm.c:15200 #, c-format msgid " [soft-float ABI]" msgstr "" =20 -#: elf32-arm.c:15183 +#: elf32-arm.c:15203 #, c-format msgid " [hard-float ABI]" msgstr "" =20 -#: elf32-arm.c:15189 +#: elf32-arm.c:15209 #, c-format msgid " [BE8]" msgstr "" =20 -#: elf32-arm.c:15192 +#: elf32-arm.c:15212 #, c-format msgid " [LE8]" msgstr "" =20 -#: elf32-arm.c:15198 +#: elf32-arm.c:15218 #, c-format msgid " " msgstr "" =20 -#: elf32-arm.c:15205 +#: elf32-arm.c:15225 #, c-format msgid " [relocatable executable]" msgstr "" =20 -#: elf32-arm.c:15211 +#: elf32-arm.c:15231 #, c-format msgid " [FDPIC ABI supplement]" msgstr "" =20 -#: elf32-arm.c:15216 elfnn-aarch64.c:7340 +#: elf32-arm.c:15236 elfnn-aarch64.c:7351 #, c-format msgid " " msgstr "" =20 -#: elf32-arm.c:15333 elf32-arm.c:15467 elf32-i386.c:1511 elf32-s390.c:923 +#: elf32-arm.c:15353 elf32-arm.c:15487 elf32-i386.c:1511 elf32-s390.c:923 #: elf32-tic6x.c:2724 elf32-tilepro.c:1435 elf32-xtensa.c:1102 elf64-s390.= c:845 -#: elf64-x86-64.c:1882 elfxx-sparc.c:1386 elfxx-tilegx.c:1662 elfxx-x86.c:= 953 -#: elfnn-aarch64.c:7611 elfnn-loongarch.c:604 elfnn-riscv.c:660 +#: elf64-x86-64.c:1882 elfxx-sparc.c:1386 elfxx-tilegx.c:1662 elfxx-x86.c:= 971 +#: elfnn-aarch64.c:7622 elfnn-loongarch.c:618 elfnn-riscv.c:660 #, c-format msgid "%pB: bad symbol index: %d" msgstr "" =20 -#: elf32-arm.c:15723 +#: elf32-arm.c:15743 #, c-format msgid "" "FDPIC does not yet support %s relocation to become dynamic for executable" msgstr "" =20 -#: elf32-arm.c:16984 +#: elf32-arm.c:17004 #, c-format msgid "errors encountered processing file %pB" msgstr "" =20 -#: elf32-arm.c:17357 elflink.c:13186 elflink.c:13233 +#: elf32-arm.c:17377 elflink.c:13229 elflink.c:13276 #, c-format msgid "could not find section %s" msgstr "" =20 -#: elf32-arm.c:18278 +#: elf32-arm.c:18298 #, c-format msgid "%pB: Number of symbols in input file has increased from %lu to %u\n" msgstr "" =20 -#: elf32-arm.c:18542 +#: elf32-arm.c:18562 #, c-format msgid "%pB: error: Cortex-A8 erratum stub is allocated in unsafe location" msgstr "" =20 #. There's not much we can do apart from complain if this #. happens. -#: elf32-arm.c:18569 +#: elf32-arm.c:18589 #, c-format msgid "%pB: error: Cortex-A8 erratum stub out of range (input file too lar= ge)" msgstr "" =20 -#: elf32-arm.c:19396 elf32-arm.c:19418 +#: elf32-arm.c:19416 elf32-arm.c:19438 #, c-format msgid "%pB: error: VFP11 veneer out of range" msgstr "" =20 -#: elf32-arm.c:19469 +#: elf32-arm.c:19489 #, c-format msgid "" "%pB(%#): error: cannot create STM32L4XX veneer; jump out of range= by " "% bytes; cannot encode branch instruction" msgstr "" =20 -#: elf32-arm.c:19508 +#: elf32-arm.c:19528 #, c-format msgid "%pB: error: cannot create STM32L4XX veneer" msgstr "" =20 -#: elf32-arm.c:20590 +#: elf32-arm.c:20610 #, c-format msgid "error: %pB is already in final BE8 format" msgstr "" =20 -#: elf32-arm.c:20666 +#: elf32-arm.c:20686 #, c-format msgid "" "error: source object %pB has EABI version %d, but target %pB has EABI " "version %d" msgstr "" =20 -#: elf32-arm.c:20681 +#: elf32-arm.c:20701 #, c-format msgid "error: %pB is compiled for APCS-%d, whereas target %pB uses APCS-%d" msgstr "" =20 -#: elf32-arm.c:20691 +#: elf32-arm.c:20711 #, c-format msgid "" "error: %pB passes floats in float registers, whereas %pB passes them in " "integer registers" msgstr "" =20 -#: elf32-arm.c:20695 +#: elf32-arm.c:20715 #, c-format msgid "" "error: %pB passes floats in integer registers, whereas %pB passes them in= " "float registers" msgstr "" =20 -#: elf32-arm.c:20705 elf32-arm.c:20709 elf32-arm.c:20719 +#: elf32-arm.c:20725 elf32-arm.c:20729 elf32-arm.c:20739 #, c-format msgid "error: %pB uses %s instructions, whereas %pB does not" msgstr "" =20 -#: elf32-arm.c:20723 +#: elf32-arm.c:20743 #, c-format msgid "error: %pB does not use %s instructions, whereas %pB does" msgstr "" =20 -#: elf32-arm.c:20742 +#: elf32-arm.c:20762 #, c-format msgid "error: %pB uses software FP, whereas %pB uses hardware FP" msgstr "" =20 -#: elf32-arm.c:20746 +#: elf32-arm.c:20766 #, c-format msgid "error: %pB uses hardware FP, whereas %pB uses software FP" msgstr "" =20 -#: elf32-arm.c:20760 +#: elf32-arm.c:20780 #, c-format msgid "warning: %pB supports interworking, whereas %pB does not" msgstr "" =20 -#: elf32-arm.c:20766 +#: elf32-arm.c:20786 #, c-format msgid "warning: %pB does not support interworking, whereas %pB does" msgstr "" =20 -#: elf32-avr.c:1516 elf32-bfin.c:3145 elf32-cris.c:2042 elf32-epiphany.c:5= 73 -#: elf32-fr30.c:602 elf32-frv.c:4057 elf32-ft32.c:501 elf32-ip2k.c:1488 +#: elf32-avr.c:1516 elf32-bfin.c:3141 elf32-cris.c:2042 elf32-epiphany.c:5= 73 +#: elf32-fr30.c:602 elf32-frv.c:4057 elf32-ft32.c:500 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:1881 +#: elf32-moxie.c:296 elf32-msp430.c:1514 elf32-mt.c:406 elf32-or1k.c:1897 #: 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 "" =20 -#: elf32-avr.c:3324 elfnn-aarch64.c:3218 +#: elf32-avr.c:3324 elfnn-aarch64.c:3229 #, c-format msgid "cannot create stub entry %s" msgstr "" =20 -#: elf32-bfin.c:108 elf32-bfin.c:367 +#: elf32-bfin.c:107 elf32-bfin.c:364 msgid "relocation should be even number" msgstr "" =20 -#: elf32-bfin.c:1593 +#: elf32-bfin.c:1589 #, c-format msgid "%pB(%pA+%#): unresolvable relocation against symbol `%s'" msgstr "" =20 -#: elf32-bfin.c:1625 elf32-i386.c:3466 elf32-m68k.c:4006 elf32-s390.c:3138 -#: elf64-s390.c:3087 elf64-x86-64.c:4139 +#: elf32-bfin.c:1621 elf32-i386.c:3492 elf32-m68k.c:4006 elf32-s390.c:3138 +#: elf64-s390.c:3100 elf64-x86-64.c:4164 #, c-format msgid "%pB(%pA+%#): reloc against `%s': error %d" msgstr "" =20 -#: elf32-bfin.c:2651 +#: elf32-bfin.c:2647 #, c-format msgid "" "%pB: relocation at `%pA+%#' references symbol `%s' with nonzero " "addend" msgstr "" =20 -#: elf32-bfin.c:2668 +#: elf32-bfin.c:2664 msgid "relocation references symbol not defined in the module" msgstr "" =20 -#: elf32-bfin.c:2766 +#: elf32-bfin.c:2762 msgid "R_BFIN_FUNCDESC references dynamic symbol with nonzero addend" msgstr "" =20 -#: elf32-bfin.c:2806 elf32-bfin.c:2927 +#: elf32-bfin.c:2802 elf32-bfin.c:2923 msgid "cannot emit fixups in read-only section" msgstr "" =20 -#: elf32-bfin.c:2836 elf32-bfin.c:2964 elf32-lm32.c:1007 elf32-sh.c:4383 +#: elf32-bfin.c:2832 elf32-bfin.c:2960 elf32-lm32.c:1007 elf32-sh.c:4383 msgid "cannot emit dynamic relocations in read-only section" msgstr "" =20 -#: elf32-bfin.c:2886 +#: elf32-bfin.c:2882 msgid "R_BFIN_FUNCDESC_VALUE references dynamic symbol with nonzero addend" msgstr "" =20 -#: elf32-bfin.c:3049 +#: elf32-bfin.c:3045 msgid "relocations between different segments are not supported" msgstr "" =20 -#: elf32-bfin.c:3050 +#: elf32-bfin.c:3046 msgid "warning: relocation references a different segment" msgstr "" =20 #. Ignore init flag - it may not be set, despite the flags field containin= g valid data. -#: elf32-bfin.c:4732 elf32-cris.c:3862 elf32-m68hc1x.c:1415 elf32-m68k.c:1= 265 +#: elf32-bfin.c:4728 elf32-cris.c:3862 elf32-m68hc1x.c:1415 elf32-m68k.c:1= 265 #: elf32-score.c:3987 elf32-score7.c:3794 elf32-vax.c:536 elf32-xgate.c:494 -#: elfxx-mips.c:16270 +#: elfxx-mips.c:16279 #, c-format msgid "private flags =3D %lx:" msgstr "" =20 -#: elf32-bfin.c:4783 elf32-frv.c:6585 +#: elf32-bfin.c:4779 elf32-frv.c:6585 #, c-format msgid "%pB: cannot link non-fdpic object file into fdpic executable" msgstr "" =20 -#: elf32-bfin.c:4787 elf32-frv.c:6589 +#: elf32-bfin.c:4783 elf32-frv.c:6589 #, c-format msgid "%pB: cannot link fdpic object file into non-fdpic executable" msgstr "" =20 -#: elf32-bfin.c:4924 +#: elf32-bfin.c:4920 #, c-format msgid "*** check this relocation %s" msgstr "" =20 -#: elf32-bfin.c:5040 +#: elf32-bfin.c:5036 msgid "" "the bfin target does not currently support the generation of copy relocat= ions" msgstr "" =20 -#: elf32-bfin.c:5334 elf32-cr16.c:2710 elf32-m68k.c:4420 +#: elf32-bfin.c:5330 elf32-cr16.c:2710 elf32-m68k.c:4420 msgid "unsupported relocation type" msgstr "" =20 @@ -2637,7 +2648,7 @@ msgstr "" msgid "%pB: relocations in generic ELF (EM: %d)" msgstr "" =20 -#: elf32-hppa.c:761 elf32-hppa.c:842 elf64-ppc.c:12181 +#: elf32-hppa.c:761 elf32-hppa.c:842 elf64-ppc.c:12257 msgid "" "%F%P: Could not assign %pA to an output section. Retry without --enable-n= on-" "contiguous-regions.\n" @@ -2690,8 +2701,8 @@ msgstr "" #: elf32-i386.c:1163 elf64-x86-64.c:1369 #, c-format msgid "" -"%pB: TLS transition from %s to %s against `%s' at %# in section `" -"%pA' failed" +"%pB: TLS transition from %s to %s against `%s' at %# in section " +"`%pA' failed" msgstr "" =20 #: elf32-i386.c:1266 @@ -2703,7 +2714,7 @@ msgstr "" =20 #: elf32-i386.c:1695 elf32-s390.c:1151 elf32-sh.c:5488 elf32-tilepro.c:1548 #: elf32-xtensa.c:1274 elf64-s390.c:1083 elfxx-sparc.c:1556 elfxx-tilegx.c= :1767 -#: elfnn-loongarch.c:555 elfnn-riscv.c:568 +#: elfnn-loongarch.c:569 elfnn-riscv.c:568 #, c-format msgid "%pB: `%s' accessed both as normal and thread local symbol" msgstr "" @@ -2713,56 +2724,62 @@ msgstr "" msgid "%pB: unsupported non-PIC call to IFUNC `%s'" msgstr "" =20 -#: elf32-i386.c:2357 elf64-x86-64.c:2701 elfnn-riscv.c:2300 +#: elf32-i386.c:1820 elf64-x86-64.c:2263 +#, c-format +msgid "" +"%pB: non-canonical reference to canonical protected function `%s' in %pB" +msgstr "" + +#: elf32-i386.c:2383 elf64-x86-64.c:2726 elfnn-riscv.c:2300 #, c-format msgid "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' isn't supporte= d" msgstr "" =20 -#: elf32-i386.c:2390 elf32-i386.c:3677 elf32-i386.c:3825 elf64-x86-64.c:27= 58 -#: elf64-x86-64.c:4312 elf64-x86-64.c:4475 elfnn-riscv.c:2173 +#: elf32-i386.c:2416 elf32-i386.c:3703 elf32-i386.c:3851 elf64-x86-64.c:27= 83 +#: elf64-x86-64.c:4337 elf64-x86-64.c:4500 elfnn-riscv.c:2173 #: elfnn-riscv.c:2972 elfnn-riscv.c:3046 #, c-format msgid "Local IFUNC function `%s' in %pB\n" msgstr "" =20 -#: elf32-i386.c:2563 +#: elf32-i386.c:2589 #, c-format msgid "" "%pB: direct GOT relocation %s against `%s' without base register can not = be " "used when making a shared object" msgstr "" =20 -#: elf32-i386.c:2598 elf64-x86-64.c:2974 +#: elf32-i386.c:2624 elf64-x86-64.c:2999 msgid "hidden symbol" msgstr "" =20 -#: elf32-i386.c:2601 elf64-x86-64.c:2977 +#: elf32-i386.c:2627 elf64-x86-64.c:3002 msgid "internal symbol" msgstr "" =20 -#: elf32-i386.c:2604 elf64-x86-64.c:2980 +#: elf32-i386.c:2630 elf64-x86-64.c:3005 msgid "protected symbol" msgstr "" =20 -#: elf32-i386.c:2607 elf64-x86-64.c:2983 +#: elf32-i386.c:2633 elf64-x86-64.c:3008 msgid "symbol" msgstr "" =20 -#: elf32-i386.c:2613 +#: elf32-i386.c:2639 #, c-format msgid "" "%pB: relocation R_386_GOTOFF against undefined %s `%s' can not be used wh= en " "making a shared object" msgstr "" =20 -#: elf32-i386.c:2626 +#: elf32-i386.c:2652 #, c-format msgid "" "%pB: relocation R_386_GOTOFF against protected %s `%s' can not be used wh= en " "making a shared object" msgstr "" =20 -#: elf32-i386.c:4028 elf64-x86-64.c:4686 +#: elf32-i386.c:4054 elf64-x86-64.c:4711 msgid "%F%P: discarded output section: `%pA'\n" msgstr "" =20 @@ -2803,7 +2820,7 @@ msgstr "" msgid "SDA relocation when _SDA_BASE_ not defined" msgstr "" =20 -#: elf32-m32r.c:2776 elf32-microblaze.c:1093 elf32-microblaze.c:1141 +#: elf32-m32r.c:2776 elf32-microblaze.c:1134 elf32-microblaze.c:1182 #, c-format msgid "%pB: the target (%s) of an %s relocation is in the wrong section (%= pA)" msgstr "" @@ -2813,7 +2830,7 @@ msgstr "" msgid "%pB: instruction set mismatch with previous modules" msgstr "" =20 -#: elf32-m32r.c:3300 elf32-nds32.c:6846 +#: elf32-m32r.c:3300 elf32-nds32.c:6900 #, c-format msgid "private flags =3D %lx" msgstr "" @@ -2937,12 +2954,12 @@ msgstr "" msgid " [XGATE RAM offsetting]" msgstr "" =20 -#: elf32-m68k.c:1157 elf32-m68k.c:1165 elf32-ppc.c:3597 elf32-ppc.c:3605 +#: elf32-m68k.c:1157 elf32-m68k.c:1165 elf32-ppc.c:3576 elf32-ppc.c:3584 #, c-format msgid "%pB uses hard float, %pB uses soft float" msgstr "" =20 -#: elf32-m68k.c:1280 elf32-m68k.c:1281 vms-alpha.c:7906 vms-alpha.c:7922 +#: elf32-m68k.c:1280 elf32-m68k.c:1281 vms-alpha.c:7916 vms-alpha.c:7932 msgid "unknown" msgstr "" =20 @@ -2994,18 +3011,18 @@ msgid "" "link" msgstr "" =20 -#: elf32-microblaze.c:1536 elf32-tilepro.c:3021 elfxx-sparc.c:3446 +#: elf32-microblaze.c:1577 elf32-tilepro.c:3021 elfxx-sparc.c:3446 #: elfxx-tilegx.c:3415 #, c-format msgid "%pB: probably compiled without -fPIC?" msgstr "" =20 -#: elf32-mips.c:1777 elf64-mips.c:3516 elfn32-mips.c:3334 +#: elf32-mips.c:1776 elf64-mips.c:3515 elfn32-mips.c:3333 msgid "literal relocation occurs for an external symbol" msgstr "" =20 -#: elf32-mips.c:1824 elf32-score.c:563 elf32-score7.c:465 elf64-mips.c:3559 -#: elfn32-mips.c:3375 +#: elf32-mips.c:1823 elf32-score.c:563 elf32-score7.c:465 elf64-mips.c:3558 +#: elfn32-mips.c:3374 msgid "32bits gp relative relocation occurs for an external symbol" msgstr "" =20 @@ -3066,96 +3083,96 @@ msgid "" "exclusively in lower memory" msgstr "" =20 -#: elf32-nds32.c:3620 +#: elf32-nds32.c:3674 #, c-format msgid "error: can't find symbol: %s" msgstr "" =20 -#: elf32-nds32.c:5519 +#: elf32-nds32.c:5573 #, c-format msgid "%pB: warning: %s unsupported in shared mode" msgstr "" =20 -#: elf32-nds32.c:5645 +#: elf32-nds32.c:5699 #, c-format msgid "%pB: warning: unaligned access to GOT entry" msgstr "" =20 -#: elf32-nds32.c:5686 +#: elf32-nds32.c:5740 #, c-format msgid "%pB: warning: relocate SDA_BASE failed" msgstr "" =20 -#: elf32-nds32.c:5708 +#: elf32-nds32.c:5762 #, c-format msgid "%pB(%pA): warning: unaligned small data access of type %d" msgstr "" =20 -#: elf32-nds32.c:6634 +#: elf32-nds32.c:6688 #, c-format msgid "" "%pB: ISR vector size mismatch with previous modules, previous %u-byte, " "current %u-byte" msgstr "" =20 -#: elf32-nds32.c:6682 +#: elf32-nds32.c:6736 #, c-format msgid "%pB: warning: endian mismatch with previous modules" msgstr "" =20 -#: elf32-nds32.c:6696 +#: elf32-nds32.c:6750 #, c-format msgid "" "%pB: warning: older version of object file encountered, please recompile " "with current tool chain" msgstr "" =20 -#: elf32-nds32.c:6784 +#: elf32-nds32.c:6838 #, c-format msgid "%pB: error: ABI mismatch with previous modules" msgstr "" =20 -#: elf32-nds32.c:6794 +#: elf32-nds32.c:6848 #, c-format msgid "%pB: error: instruction set mismatch with previous modules" msgstr "" =20 -#: elf32-nds32.c:6821 +#: elf32-nds32.c:6875 #, c-format msgid "%pB: warning: incompatible elf-versions %s and %s" msgstr "" =20 -#: elf32-nds32.c:6852 +#: elf32-nds32.c:6906 #, c-format msgid ": n1 instructions" msgstr "" =20 -#: elf32-nds32.c:6855 +#: elf32-nds32.c:6909 #, c-format msgid ": n1h instructions" msgstr "" =20 -#: elf32-nds32.c:9304 +#: elf32-nds32.c:9358 #, c-format msgid "%pB: error: search_nds32_elf_blank reports wrong node" msgstr "" =20 -#: elf32-nds32.c:9568 +#: elf32-nds32.c:9622 #, c-format msgid "%pB: warning: %s points to unrecognized reloc at %#" msgstr "" =20 -#: elf32-nds32.c:12833 +#: elf32-nds32.c:12887 #, c-format msgid "%pB: nested OMIT_FP in %pA" msgstr "" =20 -#: elf32-nds32.c:12852 +#: elf32-nds32.c:12906 #, c-format msgid "%pB: unmatched OMIT_FP in %pA" msgstr "" =20 -#: elf32-nds32.c:13134 elfxx-mips.c:13426 reloc.c:8599 +#: elf32-nds32.c:13188 elfxx-mips.c:13435 reloc.c:8568 #, c-format msgid "%X%P: %pB(%pA): relocation \"%pR\" goes out of range\n" msgstr "" @@ -3192,62 +3209,62 @@ msgstr "" msgid "dynamic variable `%s' is zero size" msgstr "" =20 -#: elf32-or1k.c:1241 +#: elf32-or1k.c:1258 #, c-format msgid "%pB: Cannot handle relocation value size of %d" msgstr "" =20 -#: elf32-or1k.c:1349 +#: elf32-or1k.c:1366 #, c-format msgid "%pB: unknown relocation type %d" msgstr "" =20 -#: elf32-or1k.c:1403 +#: elf32-or1k.c:1420 #, c-format msgid "%pB: addend should be zero for plt relocations" msgstr "" =20 -#: elf32-or1k.c:1520 +#: elf32-or1k.c:1536 #, c-format msgid "%pB: addend should be zero for got relocations" msgstr "" =20 -#: elf32-or1k.c:1537 +#: elf32-or1k.c:1553 #, c-format msgid "%pB: gotoff relocation against dynamic symbol %s" msgstr "" =20 -#: elf32-or1k.c:1551 elf32-or1k.c:1566 elf64-alpha.c:4427 elf64-alpha.c:45= 71 +#: elf32-or1k.c:1567 elf32-or1k.c:1582 elf64-alpha.c:4427 elf64-alpha.c:45= 71 #, c-format msgid "%pB: pc-relative relocation against dynamic symbol %s" msgstr "" =20 -#: elf32-or1k.c:1580 +#: elf32-or1k.c:1596 #, c-format msgid "%pB: non-pic relocation against symbol %s" msgstr "" =20 -#: elf32-or1k.c:1664 +#: elf32-or1k.c:1680 #, c-format msgid "%pB: support for local dynamic not implemented" msgstr "" =20 -#: elf32-or1k.c:1843 +#: elf32-or1k.c:1859 #, c-format msgid "%pB: will not resolve runtime TLS relocation" msgstr "" =20 -#: elf32-or1k.c:2177 +#: elf32-or1k.c:2193 #, c-format msgid "%pB: bad relocation section name `%s'" msgstr "" =20 -#: elf32-or1k.c:3291 +#: elf32-or1k.c:3307 #, c-format msgid "%pB: %s flag mismatch with previous modules" msgstr "" =20 -#: elf32-ppc.c:993 elf64-ppc.c:1749 +#: elf32-ppc.c:993 elf64-ppc.c:1748 #, c-format msgid "generic linker can't handle %s" msgstr "" @@ -3284,64 +3301,64 @@ msgstr "" msgid "%pB: relocation %s cannot be used when making a shared object" msgstr "" =20 -#: elf32-ppc.c:3613 elf32-ppc.c:3621 +#: elf32-ppc.c:3592 elf32-ppc.c:3600 #, c-format msgid "" "%pB uses double-precision hard float, %pB uses single-precision hard floa= t" msgstr "" =20 -#: elf32-ppc.c:3643 elf32-ppc.c:3651 +#: elf32-ppc.c:3622 elf32-ppc.c:3630 #, c-format msgid "%pB uses 64-bit long double, %pB uses 128-bit long double" msgstr "" =20 -#: elf32-ppc.c:3659 elf32-ppc.c:3667 +#: elf32-ppc.c:3638 elf32-ppc.c:3646 #, c-format msgid "%pB uses IBM long double, %pB uses IEEE long double" msgstr "" =20 -#: elf32-ppc.c:3734 elf32-ppc.c:3743 +#: elf32-ppc.c:3713 elf32-ppc.c:3722 #, c-format msgid "%pB uses AltiVec vector ABI, %pB uses SPE vector ABI" msgstr "" =20 -#: elf32-ppc.c:3772 elf32-ppc.c:3781 +#: elf32-ppc.c:3751 elf32-ppc.c:3760 #, c-format msgid "%pB uses r3/r4 for small structure returns, %pB uses memory" msgstr "" =20 -#: elf32-ppc.c:3845 +#: elf32-ppc.c:3824 #, c-format msgid "" "%pB: compiled with -mrelocatable and linked with modules compiled normall= y" msgstr "" =20 -#: elf32-ppc.c:3853 +#: elf32-ppc.c:3832 #, c-format msgid "" "%pB: compiled normally and linked with modules compiled with -mrelocatabl= e" msgstr "" =20 -#: elf32-ppc.c:3924 +#: elf32-ppc.c:3903 #, c-format msgid "%pB(%pA+0x%lx): expected 16A style relocation on 0x%08x insn" msgstr "" =20 -#: elf32-ppc.c:3943 +#: elf32-ppc.c:3922 #, c-format msgid "%pB(%pA+0x%lx): expected 16D style relocation on 0x%08x insn" msgstr "" =20 -#: elf32-ppc.c:4047 +#: elf32-ppc.c:4026 #, c-format msgid "bss-plt forced due to %pB" msgstr "" =20 -#: elf32-ppc.c:4049 +#: elf32-ppc.c:4028 msgid "bss-plt forced by profiling" msgstr "" =20 -#: elf32-ppc.c:4626 elf64-ppc.c:8483 +#: elf32-ppc.c:4605 elf64-ppc.c:8478 msgid "%H: warning: %s unexpected insn %#x.\n" msgstr "" =20 @@ -3349,41 +3366,41 @@ msgstr "" #. could just mark this symbol to exclude it #. from tls optimization but it's safer to skip #. the entire optimization. -#: elf32-ppc.c:4656 elf64-ppc.c:8548 +#: elf32-ppc.c:4635 elf64-ppc.c:8543 #, c-format msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n" msgstr "" =20 -#: elf32-ppc.c:5582 elf32-sh.c:3017 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 "" =20 -#: elf32-ppc.c:7437 +#: elf32-ppc.c:7439 msgid "%P: %H: error: %s with unexpected instruction %x\n" msgstr "" =20 -#: elf32-ppc.c:7475 +#: elf32-ppc.c:7477 msgid "%H: fixup branch overflow\n" msgstr "" =20 -#: elf32-ppc.c:7515 elf32-ppc.c:7553 +#: elf32-ppc.c:7517 elf32-ppc.c:7555 #, c-format msgid "%pB(%pA+%#): error: %s with unexpected instruction %#x" msgstr "" =20 -#: elf32-ppc.c:7617 +#: elf32-ppc.c:7619 #, c-format msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n" msgstr "" =20 -#: elf32-ppc.c:7653 +#: elf32-ppc.c:7655 #, c-format msgid "%pB: reloc %#x unsupported" msgstr "" =20 -#: elf32-ppc.c:7938 +#: elf32-ppc.c:7943 #, c-format msgid "%H: non-zero addend on %s reloc against `%s'\n" msgstr "" @@ -3396,54 +3413,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:7970 +#: elf32-ppc.c:7975 #, c-format msgid "%X%H: @local call to ifunc %s\n" msgstr "" =20 -#: elf32-ppc.c:8149 +#: elf32-ppc.c:8154 #, c-format msgid "%H: relocation %s for indirect function %s unsupported\n" msgstr "" =20 -#: elf32-ppc.c:8488 elf32-ppc.c:8519 elf32-ppc.c:8622 elf32-ppc.c:8722 +#: elf32-ppc.c:8493 elf32-ppc.c:8524 elf32-ppc.c:8627 elf32-ppc.c:8727 #, c-format msgid "" "%pB: the target (%s) of a %s relocation is in the wrong output section (%= s)" msgstr "" =20 -#: elf32-ppc.c:8900 elf32-ppc.c:8921 +#: elf32-ppc.c:8905 elf32-ppc.c:8926 msgid "%X%P: %H: %s relocation unsupported for bss-plt\n" msgstr "" =20 -#: elf32-ppc.c:9003 +#: elf32-ppc.c:9008 #, c-format msgid "%H: error: %s against `%s' not a multiple of %u\n" msgstr "" =20 -#: elf32-ppc.c:9032 +#: elf32-ppc.c:9037 #, c-format msgid "%H: unresolvable %s relocation against symbol `%s'\n" msgstr "" =20 -#: elf32-ppc.c:9114 +#: elf32-ppc.c:9119 #, c-format msgid "%H: %s reloc against `%s': error %d\n" msgstr "" =20 -#: elf32-ppc.c:9995 +#: elf32-ppc.c:10000 msgid "" "%X%P: text relocations and GNU indirect functions will result in a segfau= lt " "at runtime\n" msgstr "" =20 -#: elf32-ppc.c:9999 elf64-ppc.c:18133 +#: elf32-ppc.c:10004 elf64-ppc.c:18302 msgid "" "%P: warning: text relocations and GNU indirect functions may result in a " "segfault at runtime\n" msgstr "" =20 -#: elf32-ppc.c:10044 +#: elf32-ppc.c:10049 #, c-format msgid "%s not defined in linker created %pA" msgstr "" @@ -3559,7 +3576,7 @@ msgstr "" msgid "%pB:%pA: %s and %s must be in the same input section" msgstr "" =20 -#: elf32-s390.c:2009 elf64-s390.c:1963 +#: elf32-s390.c:2009 elf64-s390.c:1976 #, c-format msgid "%pB(%pA+%#): invalid instruction for TLS relocation %s" msgstr "" @@ -3828,7 +3845,7 @@ msgstr "" msgid "overlay stub relocation overflow" msgstr "" =20 -#: elf32-spu.c:1991 elf64-ppc.c:15187 +#: elf32-spu.c:1991 elf64-ppc.c:15329 msgid "stubs don't match calculated size" msgstr "" =20 @@ -3975,8 +3992,8 @@ msgstr "" msgid "warning: %pB and %pB differ in whether code is compiled for DSBT" msgstr "" =20 -#: elf32-tilepro.c:3627 elfxx-tilegx.c:4017 elfxx-x86.c:2409 -#: elfnn-aarch64.c:9714 elfnn-loongarch.c:2971 elfnn-riscv.c:3269 +#: elf32-tilepro.c:3627 elfxx-tilegx.c:4017 elfxx-x86.c:2431 +#: elfnn-aarch64.c:9741 elfnn-loongarch.c:3148 elfnn-riscv.c:3269 #, c-format msgid "discarded output section: `%pA'" msgstr "" @@ -4332,7 +4349,7 @@ msgstr "" msgid "GPDISP relocation did not find ldah and lda instructions" msgstr "" =20 -#: elf64-alpha.c:2002 elf64-alpha.c:2697 elflink.c:15304 elfnn-loongarch.c= :1161 +#: elf64-alpha.c:2002 elf64-alpha.c:2697 elflink.c:15347 elfnn-loongarch.c= :1272 #, c-format msgid "%pB: dynamic relocation against `%pT' in read-only section `%pA'\n" msgstr "" @@ -4500,26 +4517,26 @@ msgstr "" msgid "%pB: linking auto-pic files with non-auto-pic files" msgstr "" =20 -#: elf64-ia64-vms.c:5146 elflink.c:5294 +#: elf64-ia64-vms.c:5146 elflink.c:5298 #, c-format msgid "" "warning: alignment %u of common symbol `%s' in %pB is greater than the " "alignment (%u) of its section %pA" msgstr "" =20 -#: elf64-ia64-vms.c:5153 elflink.c:5301 +#: elf64-ia64-vms.c:5153 elflink.c:5305 #, c-format msgid "warning: alignment %u of symbol `%s' in %pB is smaller than %u in %= pB" msgstr "" =20 -#: elf64-ia64-vms.c:5169 elflink.c:5318 +#: elf64-ia64-vms.c:5169 elflink.c:5322 #, c-format msgid "" "warning: size of symbol `%s' changed from % in %pB to % i= n " "%pB" msgstr "" =20 -#: elf64-mips.c:4095 +#: elf64-mips.c:4093 #, c-format msgid "%pB(%pA): relocation % has invalid symbol index %ld" msgstr "" @@ -4595,68 +4612,68 @@ msgid "" "internal inconsistency: remaining %lu !=3D max %lu; please report this bu= g" msgstr "" =20 -#: elf64-ppc.c:1357 +#: elf64-ppc.c:1356 #, c-format msgid "warning: %s should be used rather than %s" msgstr "" =20 -#: elf64-ppc.c:4281 +#: elf64-ppc.c:4306 #, c-format msgid "symbol '%s' has invalid st_other for ABI version 1" msgstr "" =20 -#: elf64-ppc.c:4462 +#: elf64-ppc.c:4487 #, c-format msgid "%pB .opd not allowed in ABI version %d" msgstr "" =20 -#: elf64-ppc.c:5055 +#: elf64-ppc.c:5082 #, c-format msgid "%H: %s reloc unsupported in shared libraries and PIEs\n" msgstr "" =20 -#: elf64-ppc.c:5476 +#: elf64-ppc.c:5472 #, c-format msgid "%pB uses unknown e_flags 0x%lx" msgstr "" =20 -#: elf64-ppc.c:5484 +#: elf64-ppc.c:5480 #, c-format msgid "%pB: ABI version %ld is not compatible with ABI version %ld output" msgstr "" =20 -#: elf64-ppc.c:5511 +#: elf64-ppc.c:5507 #, c-format msgid " [abiv%ld]" msgstr "" =20 -#: elf64-ppc.c:6808 +#: elf64-ppc.c:6804 msgid "" "%P: copy reloc against `%pT' requires lazy plt linking; avoid setting " "LD_BIND_NOW=3D1 or upgrade gcc\n" msgstr "" =20 -#: elf64-ppc.c:7075 +#: elf64-ppc.c:7071 #, c-format msgid "%pB: undefined symbol on R_PPC64_TOCSAVE relocation" msgstr "" =20 -#: elf64-ppc.c:7331 +#: elf64-ppc.c:7326 #, c-format msgid "dynreloc miscount for %pB, section %pA" msgstr "" =20 -#: elf64-ppc.c:7420 +#: elf64-ppc.c:7415 #, c-format msgid "%pB: .opd is not a regular array of opd entries" msgstr "" =20 -#: elf64-ppc.c:7430 +#: elf64-ppc.c:7425 #, c-format msgid "%pB: unexpected reloc type %u in .opd section" msgstr "" =20 -#: elf64-ppc.c:7452 +#: elf64-ppc.c:7447 #, c-format msgid "%pB: undefined sym `%s' in .opd section" msgstr "" @@ -4668,92 +4685,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:7953 +#: elf64-ppc.c:7948 msgid "warning: --plt-localentry is incompatible with power10 pc-relative = code" msgstr "" =20 -#: elf64-ppc.c:7961 +#: elf64-ppc.c:7956 msgid "" "warning: --plt-localentry is especially dangerous without ld.so support t= o " "detect ABI violations" msgstr "" =20 -#: elf64-ppc.c:8277 +#: elf64-ppc.c:8272 msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n" msgstr "" =20 -#: elf64-ppc.c:8712 elf64-ppc.c:9425 +#: elf64-ppc.c:8707 elf64-ppc.c:9422 #, c-format msgid "%s defined on removed toc entry" msgstr "" =20 -#: elf64-ppc.c:9382 +#: elf64-ppc.c:9379 #, c-format msgid "%H: %s references optimized away TOC entry\n" msgstr "" =20 -#: elf64-ppc.c:9603 +#: elf64-ppc.c:9600 #, c-format msgid "%H: got/toc optimization is not supported for %s instruction\n" msgstr "" =20 -#: elf64-ppc.c:10474 +#: elf64-ppc.c:10495 #, c-format msgid "warning: discarding dynamic section %s" msgstr "" =20 -#: elf64-ppc.c:11616 +#: elf64-ppc.c:11630 msgid "%P: cannot find opd entry toc for `%pT'\n" msgstr "" =20 -#: elf64-ppc.c:11664 elf64-ppc.c:12189 +#: elf64-ppc.c:11717 elf64-ppc.c:12265 msgid "" "%F%P: Could not assign group %pA target %pA to an output section. Retry " "without --enable-non-contiguous-regions.\n" msgstr "" =20 -#: elf64-ppc.c:11724 +#: elf64-ppc.c:11799 #, c-format msgid "long branch stub `%s' offset overflow" msgstr "" =20 -#: elf64-ppc.c:11751 +#: elf64-ppc.c:11826 #, c-format msgid "can't find branch stub `%s'" msgstr "" =20 -#: elf64-ppc.c:11815 elf64-ppc.c:12067 elf64-ppc.c:14574 +#: elf64-ppc.c:11890 elf64-ppc.c:12142 elf64-ppc.c:14710 #, c-format msgid "%P: linkage table error against `%pT'\n" msgstr "" =20 -#: elf64-ppc.c:12263 +#: elf64-ppc.c:12343 #, c-format msgid "can't build branch stub `%s'" msgstr "" =20 -#: elf64-ppc.c:13270 +#: elf64-ppc.c:13370 #, c-format msgid "%pB section %pA exceeds stub group size" msgstr "" =20 -#: elf64-ppc.c:14756 +#: elf64-ppc.c:14892 msgid "__tls_get_addr call offset overflow" msgstr "" =20 -#: elf64-ppc.c:15095 elf64-ppc.c:15114 +#: elf64-ppc.c:15232 elf64-ppc.c:15251 #, c-format msgid "%s offset too large for .eh_frame sdata4 encoding" msgstr "" =20 -#: elf64-ppc.c:15195 +#: elf64-ppc.c:15337 #, c-format msgid "linker stubs in %u group\n" msgid_plural "linker stubs in %u groups\n" msgstr[0] "" msgstr[1] "" =20 -#: elf64-ppc.c:15202 +#: elf64-ppc.c:15344 #, c-format msgid "" "%s branch %lu\n" @@ -4762,59 +4779,64 @@ msgid "" " global entry %lu" msgstr "" =20 -#: elf64-ppc.c:15584 +#: elf64-ppc.c:15726 #, c-format msgid "%H: %s used with TLS symbol `%pT'\n" msgstr "" =20 -#: elf64-ppc.c:15586 +#: elf64-ppc.c:15728 #, c-format msgid "%H: %s used with non-TLS symbol `%pT'\n" msgstr "" =20 -#: elf64-ppc.c:16370 +#: elf64-ppc.c:16512 #, c-format msgid "%H: call to `%pT' lacks nop, can't restore toc; (plt call stub)\n" msgstr "" =20 -#: elf64-ppc.c:16376 +#: elf64-ppc.c:16518 #, c-format msgid "" "%H: call to `%pT' lacks nop, can't restore toc; (toc save/adjust stub)\n" msgstr "" =20 -#: elf64-ppc.c:17290 +#: elf64-ppc.c:17175 +#, c-format +msgid "%H: %s against %pT is not supported\n" +msgstr "" + +#: elf64-ppc.c:17451 #, c-format msgid "%H: %s for indirect function `%pT' unsupported\n" msgstr "" =20 -#: elf64-ppc.c:17382 +#: elf64-ppc.c:17543 #, c-format msgid "" "%X%P: %pB: %s against %pT is not supported by glibc as a dynamic relocati= on\n" msgstr "" =20 -#: elf64-ppc.c:17437 +#: elf64-ppc.c:17598 #, c-format msgid "%P: %pB: %s is not supported for `%pT'\n" msgstr "" =20 -#: elf64-ppc.c:17698 +#: elf64-ppc.c:17867 #, c-format msgid "%H: error: %s not a multiple of %u\n" msgstr "" =20 -#: elf64-ppc.c:17721 +#: elf64-ppc.c:17890 #, c-format msgid "%H: unresolvable %s against `%pT'\n" msgstr "" =20 -#: elf64-ppc.c:17866 +#: elf64-ppc.c:18035 #, c-format msgid "%H: %s against `%pT': error %d\n" msgstr "" =20 -#: elf64-s390.c:2444 +#: elf64-s390.c:2457 #, c-format msgid "" "%pB: `%s' non-PLT reloc for symbol defined in shared library and accessed= " @@ -4901,55 +4923,55 @@ msgstr "" msgid "%pB: '%s' accessed both as normal and thread local symbol" msgstr "" =20 -#: elf64-x86-64.c:2727 elfnn-aarch64.c:5545 elfnn-riscv.c:2140 +#: elf64-x86-64.c:2752 elfnn-aarch64.c:5556 elfnn-riscv.c:2140 #, c-format msgid "" "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend:= " "%" msgstr "" =20 -#: elf64-x86-64.c:2989 +#: elf64-x86-64.c:3014 #, c-format msgid "" "%pB: relocation R_X86_64_GOTOFF64 against undefined %s `%s' can not be us= ed " "when making a shared object" msgstr "" =20 -#: elf64-x86-64.c:3003 +#: elf64-x86-64.c:3028 #, c-format msgid "" "%pB: relocation R_X86_64_GOTOFF64 against protected %s `%s' can not be us= ed " "when making a shared object" msgstr "" =20 -#: elf64-x86-64.c:3296 +#: elf64-x86-64.c:3321 #, c-format msgid "" "%pB: addend %s%#x in relocation %s against symbol `%s' at %# in " "section `%pA' is out of range" msgstr "" =20 -#: elf64-x86-64.c:3439 elflink.c:13654 +#: elf64-x86-64.c:3464 elflink.c:13697 msgid "%F%P: corrupt input: %pB\n" msgstr "" =20 -#: elf64-x86-64.c:4125 +#: elf64-x86-64.c:4150 #, c-format msgid "" " failed to convert GOTPCREL relocation against '%s'; relink with --no-rel= ax\n" msgstr "" =20 -#: elf64-x86-64.c:4286 +#: elf64-x86-64.c:4311 #, c-format msgid "%F%pB: PC-relative offset overflow in PLT entry for `%s'\n" msgstr "" =20 -#: elf64-x86-64.c:4354 +#: elf64-x86-64.c:4379 #, c-format msgid "%F%pB: branch displacement overflow in PLT entry for `%s'\n" msgstr "" =20 -#: elf64-x86-64.c:4407 +#: elf64-x86-64.c:4432 #, c-format msgid "%F%pB: PC-relative offset overflow in GOT PLT entry for `%s'\n" msgstr "" @@ -4969,313 +4991,341 @@ msgstr "" msgid "warning: %pB has a program header with invalid alignment" msgstr "" =20 -#: elfcode.h:1245 +#: elfcode.h:1005 +msgid "%pB: %pA+%" +msgstr "" + +#: elfcode.h:1258 #, c-format msgid "%pB: version count (%) does not match symbol count (%ld)" msgstr "" =20 -#: elfcore.h:300 +#: elfcore.h:280 #, c-format msgid "warning: %pB has a segment extending past end of file" msgstr "" =20 -#: elflink.c:1406 +#: elflink.c:1410 #, c-format msgid "" "%s: TLS definition in %pB section %pA mismatches non-TLS definition in %p= B " "section %pA" msgstr "" =20 -#: elflink.c:1412 +#: elflink.c:1416 #, c-format msgid "%s: TLS reference in %pB mismatches non-TLS reference in %pB" msgstr "" =20 -#: elflink.c:1418 +#: elflink.c:1422 #, c-format msgid "" "%s: TLS definition in %pB section %pA mismatches non-TLS reference in %pB" msgstr "" =20 -#: elflink.c:1424 +#: elflink.c:1428 #, c-format msgid "" "%s: TLS reference in %pB mismatches non-TLS definition in %pB section %pA" msgstr "" =20 -#: elflink.c:2136 +#: elflink.c:2140 #, c-format msgid "%pB: unexpected redefinition of indirect versioned symbol `%s'" msgstr "" =20 -#: elflink.c:2597 +#: elflink.c:2601 #, c-format msgid "%pB: version node not found for symbol %s" msgstr "" =20 -#: elflink.c:2688 +#: elflink.c:2692 #, c-format msgid "" "%pB: bad reloc symbol index (%# >=3D %#lx) for offset %# = in " "section `%pA'" msgstr "" =20 -#: elflink.c:2700 +#: elflink.c:2704 #, c-format msgid "" -"%pB: non-zero symbol index (%#) for offset %# in section = `" -"%pA' when the object file has no symbol table" +"%pB: non-zero symbol index (%#) for offset %# in section " +"`%pA' when the object file has no symbol table" msgstr "" =20 -#: elflink.c:2911 +#: elflink.c:2915 #, c-format msgid "%pB: relocation size mismatch in %pB section %pA" msgstr "" =20 -#: elflink.c:3240 +#: elflink.c:3244 #, c-format msgid "warning: type and size of dynamic symbol `%s' are not defined" msgstr "" =20 -#: elflink.c:3300 +#: elflink.c:3304 msgid "%P: copy reloc against protected `%pT' is dangerous\n" msgstr "" =20 -#: elflink.c:4262 +#: elflink.c:4266 #, c-format msgid "alternate ELF machine code found (%d) in %pB, expecting %d" msgstr "" =20 -#: elflink.c:4745 +#: elflink.c:4749 #, c-format msgid "%pB: invalid version offset %lx (max %lx)" msgstr "" =20 -#: elflink.c:4813 +#: elflink.c:4817 #, c-format msgid "%pB: %s local symbol at index %lu (>=3D sh_info of %lu)" msgstr "" =20 -#: elflink.c:4961 +#: elflink.c:4965 #, c-format msgid "%pB: not enough version information" msgstr "" =20 -#: elflink.c:4999 +#: elflink.c:5003 #, c-format msgid "%pB: %s: invalid version %u (max %d)" msgstr "" =20 -#: elflink.c:5036 +#: elflink.c:5040 #, c-format msgid "%pB: %s: invalid needed version %d" msgstr "" =20 -#: elflink.c:5455 +#: elflink.c:5459 #, c-format msgid "%pB: undefined reference to symbol '%s'" msgstr "" =20 -#: elflink.c:6523 +#: elflink.c:6519 #, c-format msgid "%pB: stack size specified and %s set" msgstr "" =20 -#: elflink.c:6527 +#: elflink.c:6523 #, c-format msgid "%pB: %s not absolute" msgstr "" =20 -#: elflink.c:6739 +#: elflink.c:6735 #, c-format msgid "%s: undefined version: %s" msgstr "" =20 -#: elflink.c:7303 +#: elflink.c:7124 +msgid "" +"warning: enabling an executable stack because of -z execstack command lin= e " +"option" +msgstr "" + +#: elflink.c:7181 +#, c-format +msgid "" +"warning: %s: requires executable stack (because the .note.GNU-stack secti= on " +"is executable)" +msgstr "" + +#: elflink.c:7186 +#, c-format +msgid "warning: %s: missing .note.GNU-stack section implies executable sta= ck" +msgstr "" + +#: elflink.c:7189 +msgid "" +"NOTE: This behaviour is deprecated and will be removed in a future versio= n " +"of the linker" +msgstr "" + +#: elflink.c:7343 #, c-format msgid "%pB: .preinit_array section is not allowed in DSO" msgstr "" =20 -#: elflink.c:8895 +#: elflink.c:8934 #, c-format msgid "undefined %s reference in complex symbol: %s" msgstr "" =20 -#: elflink.c:9058 elflink.c:9066 +#: elflink.c:9097 elflink.c:9105 msgid "division by zero" msgstr "" =20 -#: elflink.c:9080 +#: elflink.c:9119 #, c-format msgid "unknown operator '%c' in complex symbol" msgstr "" =20 #. PR 21524: Let the user know if a symbol was removed by garbage collecti= on. -#: elflink.c:9418 +#: elflink.c:9455 #, c-format msgid "" "%pB:%pA: error: relocation references symbol %s which was removed by garb= age " "collection" msgstr "" =20 -#: elflink.c:9421 +#: elflink.c:9458 #, c-format msgid "%pB:%pA: error: try relinking with --gc-keep-exported enabled" msgstr "" =20 -#: elflink.c:9666 elflink.c:9684 elflink.c:9723 elflink.c:9741 +#: elflink.c:9709 elflink.c:9727 elflink.c:9766 elflink.c:9784 #, c-format msgid "%pB: unable to sort relocs - they are in more than one size" msgstr "" =20 #. The section size is not divisible by either - #. something is wrong. -#: elflink.c:9700 elflink.c:9757 +#: elflink.c:9743 elflink.c:9800 #, c-format msgid "%pB: unable to sort relocs - they are of an unknown size" msgstr "" =20 -#: elflink.c:9809 +#: elflink.c:9852 msgid "not enough memory to sort relocations" msgstr "" =20 -#: elflink.c:10149 +#: elflink.c:10192 #, c-format msgid "%pB: too many sections: %d (>=3D %d)" msgstr "" =20 -#: elflink.c:10425 +#: elflink.c:10468 #, c-format msgid "%pB: internal symbol `%s' in %pB is referenced by DSO" msgstr "" =20 -#: elflink.c:10428 +#: elflink.c:10471 #, c-format msgid "%pB: hidden symbol `%s' in %pB is referenced by DSO" msgstr "" =20 -#: elflink.c:10431 +#: elflink.c:10474 #, c-format msgid "%pB: local symbol `%s' in %pB is referenced by DSO" msgstr "" =20 -#: elflink.c:10517 +#: elflink.c:10560 #, c-format msgid "%pB: could not find output section %pA for input section %pA" msgstr "" =20 -#: elflink.c:10671 +#: elflink.c:10714 #, c-format msgid "%pB: protected symbol `%s' isn't defined" msgstr "" =20 -#: elflink.c:10674 +#: elflink.c:10717 #, c-format msgid "%pB: internal symbol `%s' isn't defined" msgstr "" =20 -#: elflink.c:10677 +#: elflink.c:10720 #, c-format msgid "%pB: hidden symbol `%s' isn't defined" msgstr "" =20 -#: elflink.c:10709 +#: elflink.c:10752 #, c-format msgid "%pB: no symbol version section for versioned symbol `%s'" msgstr "" =20 -#: elflink.c:11108 +#: elflink.c:11151 #, c-format msgid "" "warning: --enable-non-contiguous-regions discards section `%s' from '%s'\= n" msgstr "" =20 -#: elflink.c:11384 +#: elflink.c:11427 #, c-format msgid "" "error: %pB contains a reloc (%#) for section %pA that references = a " "non-existent global symbol" msgstr "" =20 -#: elflink.c:11844 +#: elflink.c:11887 #, c-format msgid "error: %pB: size of section %pA is not multiple of address size" msgstr "" =20 -#: elflink.c:12121 +#: elflink.c:12164 #, c-format msgid "%pB: no symbol found for import library" msgstr "" =20 -#: elflink.c:12696 +#: elflink.c:12739 msgid "%F%P: %pB: failed to finish relative relocations\n" msgstr "" =20 -#: elflink.c:12773 +#: elflink.c:12816 #, c-format msgid "%pB: file class %s incompatible with %s" msgstr "" =20 -#: elflink.c:13023 +#: elflink.c:13066 #, c-format msgid "%pB: failed to generate import library" msgstr "" =20 -#: elflink.c:13191 +#: elflink.c:13234 #, c-format msgid "warning: %s section has zero size" msgstr "" =20 -#: elflink.c:13239 +#: elflink.c:13282 #, c-format msgid "warning: section '%s' is being made into a note" msgstr "" =20 -#: elflink.c:13333 +#: elflink.c:13376 msgid "%P%X: read-only segment has dynamic relocations\n" msgstr "" =20 -#: elflink.c:13336 +#: elflink.c:13379 msgid "%P: warning: creating DT_TEXTREL in a shared object\n" msgstr "" =20 -#: elflink.c:13339 +#: elflink.c:13382 msgid "%P: warning: creating DT_TEXTREL in a PDE\n" msgstr "" =20 -#: elflink.c:13342 +#: elflink.c:13385 msgid "%P: warning: creating DT_TEXTREL in a PIE\n" msgstr "" =20 -#: elflink.c:13475 +#: elflink.c:13518 msgid "%P%X: can not read symbols: %E\n" msgstr "" =20 -#: elflink.c:13900 +#: elflink.c:13943 msgid "%F%P: %pB(%pA): error: need linked-to section for --gc-sections\n" msgstr "" =20 -#: elflink.c:14378 +#: elflink.c:14421 #, c-format msgid "%pB: %pA+%#: no symbol found for INHERIT" msgstr "" =20 -#: elflink.c:14419 +#: elflink.c:14462 #, c-format msgid "%pB: section '%pA': corrupt VTENTRY entry" msgstr "" =20 -#: elflink.c:14562 +#: elflink.c:14605 #, c-format msgid "unrecognized INPUT_SECTION_FLAG %s\n" msgstr "" =20 -#: elflink.c:15310 +#: elflink.c:15353 #, c-format msgid "%P: %pB: warning: relocation against `%s' in read-only section `%pA= '\n" msgstr "" =20 -#: elflink.c:15399 +#: elflink.c:15442 msgid "" "%P: warning: GNU indirect functions with DT_TEXTREL may result in a segfa= ult " "at runtime; recompile with %s\n" @@ -5287,7 +5337,7 @@ msgid "" "%pB: warning: Weak TLS is implementation defined and may not work as expe= cted" msgstr "" =20 -#: elfxx-aarch64.c:738 elfnn-aarch64.c:9914 elfnn-aarch64.c:9921 +#: elfxx-aarch64.c:738 elfnn-aarch64.c:9941 elfnn-aarch64.c:9948 #, c-format msgid "" "%pB: warning: BTI turned on by -z force-bti when all inputs do not have B= TI " @@ -5299,6 +5349,16 @@ msgstr "" msgid "error: %pB: " msgstr "" =20 +#: elfxx-loongarch.c:723 +#, c-format +msgid "%pB: unsupported relocation type %s" +msgstr "" + +#: elfxx-loongarch.c:741 +#, c-format +msgid "%pB: unsupported bfd relocation type %#x" +msgstr "" + #: elfxx-mips.c:1505 msgid "static procedure (no name)" msgstr "" @@ -5333,449 +5393,503 @@ msgid "" "%pB: incorrect `.reginfo' section size; expected %, got %" msgstr "" =20 -#: elfxx-mips.c:7308 elfxx-mips.c:7547 +#: elfxx-mips.c:7308 #, c-format msgid "%pB: warning: bad `%s' option size %u smaller than its header" msgstr "" =20 -#: elfxx-mips.c:8356 elfxx-mips.c:8482 +#: elfxx-mips.c:7548 +#, c-format +msgid "%pB: warning: truncated `%s' option" +msgstr "" + +#: elfxx-mips.c:8365 elfxx-mips.c:8491 #, c-format msgid "" "%pB: warning: cannot determine the target function for stub section `%s'" msgstr "" =20 -#: elfxx-mips.c:8614 +#: elfxx-mips.c:8623 #, c-format msgid "%pB: malformed reloc detected for section %s" msgstr "" =20 -#: elfxx-mips.c:8713 +#: elfxx-mips.c:8722 #, c-format msgid "%pB: GOT reloc at %# not expected in executables" msgstr "" =20 -#: elfxx-mips.c:8853 +#: elfxx-mips.c:8862 #, c-format msgid "%pB: CALL16 reloc at %# not against global symbol" msgstr "" =20 -#: elfxx-mips.c:9156 +#: elfxx-mips.c:9165 #, c-format msgid "" "%X%H: relocation %s against `%s' cannot be used when making a shared obje= ct; " "recompile with -fPIC\n" msgstr "" =20 -#: elfxx-mips.c:9282 +#: elfxx-mips.c:9291 #, c-format msgid "IFUNC symbol %s in dynamic symbol table - IFUNCS are not supported" msgstr "" =20 -#: elfxx-mips.c:9285 +#: elfxx-mips.c:9294 #, c-format msgid "non-dynamic symbol %s in dynamic symbol table" msgstr "" =20 -#: elfxx-mips.c:9505 +#: elfxx-mips.c:9514 #, c-format msgid "non-dynamic relocations refer to dynamic symbol %s" msgstr "" =20 -#: elfxx-mips.c:10439 +#: elfxx-mips.c:10448 #, c-format msgid "" "%pB: can't find matching LO16 reloc against `%s' for %s at %# in " "section `%pA'" msgstr "" =20 -#: elfxx-mips.c:10579 +#: elfxx-mips.c:10588 msgid "" "small-data section exceeds 64KB; lower small-data size limit (see option = -G)" msgstr "" =20 -#: elfxx-mips.c:10598 +#: elfxx-mips.c:10607 msgid "cannot convert a jump to JALX for a non-word-aligned address" msgstr "" =20 -#: elfxx-mips.c:10601 +#: elfxx-mips.c:10610 msgid "jump to a non-word-aligned address" msgstr "" =20 -#: elfxx-mips.c:10602 +#: elfxx-mips.c:10611 msgid "jump to a non-instruction-aligned address" msgstr "" =20 -#: elfxx-mips.c:10605 +#: elfxx-mips.c:10614 msgid "cannot convert a branch to JALX for a non-word-aligned address" msgstr "" =20 -#: elfxx-mips.c:10607 +#: elfxx-mips.c:10616 msgid "branch to a non-instruction-aligned address" msgstr "" =20 -#: elfxx-mips.c:10609 +#: elfxx-mips.c:10618 msgid "PC-relative load from unaligned address" msgstr "" =20 -#: elfxx-mips.c:10909 +#: elfxx-mips.c:10918 #, c-format msgid "" "%pB: `%pA' entry VMA of %# outside the 32-bit range supported; " "consider using `-Ttext-segment=3D...'" msgstr "" =20 -#: elfxx-mips.c:11024 elfxx-mips.c:11611 +#: elfxx-mips.c:11033 elfxx-mips.c:11620 #, c-format msgid "%pB: `%pA' offset of % from `%pA' beyond the range of ADDIU= PC" msgstr "" =20 -#: elfxx-mips.c:11583 +#: elfxx-mips.c:11592 #, c-format msgid "" "%pB: `%pA' start VMA of %# outside the 32-bit range supported; " "consider using `-Ttext-segment=3D...'" msgstr "" =20 -#: elfxx-mips.c:13335 reloc.c:8521 +#: elfxx-mips.c:13344 reloc.c:8490 #, c-format msgid "%X%P: %pB(%pA): error: relocation for offset %V has no value\n" msgstr "" =20 -#: elfxx-mips.c:13436 reloc.c:8609 +#: elfxx-mips.c:13445 reloc.c:8578 #, c-format msgid "%X%P: %pB(%pA): relocation \"%pR\" is not supported\n" msgstr "" =20 -#: elfxx-mips.c:13445 reloc.c:8618 +#: elfxx-mips.c:13454 reloc.c:8587 #, c-format msgid "%X%P: %pB(%pA): relocation \"%pR\" returns an unrecognized value %x= \n" msgstr "" =20 -#: elfxx-mips.c:14627 +#: elfxx-mips.c:14636 #, c-format msgid "%pB: unknown architecture %s" msgstr "" =20 -#: elfxx-mips.c:15161 +#: elfxx-mips.c:15170 #, c-format msgid "%pB: illegal section name `%pA'" msgstr "" =20 -#: elfxx-mips.c:15438 +#: elfxx-mips.c:15447 #, c-format msgid "%pB: warning: linking abicalls files with non-abicalls files" msgstr "" =20 -#: elfxx-mips.c:15455 +#: elfxx-mips.c:15464 #, c-format msgid "%pB: linking 32-bit code with 64-bit code" msgstr "" =20 -#: elfxx-mips.c:15487 elfxx-mips.c:15553 elfxx-mips.c:15568 +#: elfxx-mips.c:15496 elfxx-mips.c:15562 elfxx-mips.c:15577 #, c-format msgid "%pB: linking %s module with previous %s modules" msgstr "" =20 -#: elfxx-mips.c:15511 +#: elfxx-mips.c:15520 #, c-format msgid "%pB: ABI mismatch: linking %s module with previous %s modules" msgstr "" =20 -#: elfxx-mips.c:15536 +#: elfxx-mips.c:15545 #, c-format msgid "%pB: ASE mismatch: linking %s module with previous %s modules" msgstr "" =20 -#: elfxx-mips.c:15670 +#: elfxx-mips.c:15679 #, c-format msgid "" "warning: %pB uses unknown floating point ABI %d (set by %pB), %pB uses " "unknown floating point ABI %d" msgstr "" =20 -#: elfxx-mips.c:15676 +#: elfxx-mips.c:15685 #, c-format msgid "" "warning: %pB uses unknown floating point ABI %d (set by %pB), %pB uses %s" msgstr "" =20 -#: elfxx-mips.c:15682 +#: elfxx-mips.c:15691 #, c-format msgid "" "warning: %pB uses %s (set by %pB), %pB uses unknown floating point ABI %d" msgstr "" =20 -#: elfxx-mips.c:15696 +#: elfxx-mips.c:15705 #, c-format msgid "warning: %pB uses %s (set by %pB), %pB uses %s" msgstr "" =20 -#: elfxx-mips.c:15715 +#: elfxx-mips.c:15724 #, c-format msgid "warning: %pB uses %s (set by %pB), %pB uses unknown MSA ABI %d" msgstr "" =20 -#: elfxx-mips.c:15727 +#: elfxx-mips.c:15736 #, c-format msgid "warning: %pB uses unknown MSA ABI %d (set by %pB), %pB uses %s" msgstr "" =20 -#: elfxx-mips.c:15736 +#: elfxx-mips.c:15745 #, c-format msgid "" "warning: %pB uses unknown MSA ABI %d (set by %pB), %pB uses unknown MSA A= BI " "%d" msgstr "" =20 -#: elfxx-mips.c:15798 +#: elfxx-mips.c:15807 #, c-format msgid "%pB: endianness incompatible with that of the selected emulation" msgstr "" =20 -#: elfxx-mips.c:15812 +#: elfxx-mips.c:15821 #, c-format msgid "%pB: ABI is incompatible with that of the selected emulation" msgstr "" =20 -#: elfxx-mips.c:15865 +#: elfxx-mips.c:15874 #, c-format msgid "%pB: warning: inconsistent ISA between e_flags and .MIPS.abiflags" msgstr "" =20 -#: elfxx-mips.c:15870 +#: elfxx-mips.c:15879 #, c-format msgid "" "%pB: warning: inconsistent FP ABI between .gnu.attributes and .MIPS.abifl= ags" msgstr "" =20 -#: elfxx-mips.c:15874 +#: elfxx-mips.c:15883 #, c-format msgid "%pB: warning: inconsistent ASEs between e_flags and .MIPS.abiflags" msgstr "" =20 -#: elfxx-mips.c:15881 +#: elfxx-mips.c:15890 #, c-format msgid "" "%pB: warning: inconsistent ISA extensions between e_flags and .MIPS.abifl= ags" msgstr "" =20 -#: elfxx-mips.c:15885 +#: elfxx-mips.c:15894 #, c-format msgid "" "%pB: warning: unexpected flag in the flags2 field of .MIPS.abiflags (0x%l= x)" msgstr "" =20 -#: elfxx-mips.c:16076 +#: elfxx-mips.c:16085 msgid "-mips32r2 -mfp64 (12 callee-saved)" msgstr "" =20 -#: elfxx-mips.c:16138 elfxx-mips.c:16149 +#: elfxx-mips.c:16147 elfxx-mips.c:16158 msgid "None" msgstr "" =20 -#: elfxx-mips.c:16140 elfxx-mips.c:16209 +#: elfxx-mips.c:16149 elfxx-mips.c:16218 msgid "Unknown" msgstr "" =20 -#: elfxx-mips.c:16220 +#: elfxx-mips.c:16229 #, c-format msgid "Hard or soft float\n" msgstr "" =20 -#: elfxx-mips.c:16223 +#: elfxx-mips.c:16232 #, c-format msgid "Hard float (double precision)\n" msgstr "" =20 -#: elfxx-mips.c:16226 +#: elfxx-mips.c:16235 #, c-format msgid "Hard float (single precision)\n" msgstr "" =20 -#: elfxx-mips.c:16229[...] [diff truncated at 100000 bytes]