From 6655dba246bd164d953fe220a0e3d4eed85bb268 Mon Sep 17 00:00:00 2001 From: Sergey Belyashov Date: Thu, 2 Jan 2020 14:10:40 +0000 Subject: Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an ELF based target for these as well. PR 25224 bfd * Makefile.am: Add z80-elf target support. * configure.ac: Likewise. * targets.c: Likewise. * config.bfd: Add z80-elf target support and new arches: ez80 and z180. * elf32-z80.c: New file. * archures.c: Add new z80 architectures: eZ80 and Z180. * coffcode.h: Likewise. * cpu-z80.c: Likewise. * bfd-in2.h: Likewise plus additional Z80 relocations. * coff-z80.c: Add new relocations for Z80 target and local label check. gas * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add support for assembler code generated by SDCC. Add new relocation types. Add z80-elf target support. * config/tc-z80.h: Add z80-elf target support. Enable dollar local labels. Local labels starts from ".L". * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict. * testsuite/gas/all/fwdexp.s: Likewise. * testsuite/gas/z80/suffix.d: Fix failure on ELF target. * testsuite/gas/z80/z80.exp: Add new tests * testsuite/gas/z80/dollar.d: New file. * testsuite/gas/z80/dollar.s: New file. * testsuite/gas/z80/ez80_adl_all.d: New file. * testsuite/gas/z80/ez80_adl_all.s: New file. * testsuite/gas/z80/ez80_adl_suf.d: New file. * testsuite/gas/z80/ez80_isuf.s: New file. * testsuite/gas/z80/ez80_z80_all.d: New file. * testsuite/gas/z80/ez80_z80_all.s: New file. * testsuite/gas/z80/ez80_z80_suf.d: New file. * testsuite/gas/z80/r800_extra.d: New file. * testsuite/gas/z80/r800_extra.s: New file. * testsuite/gas/z80/r800_ii8.d: New file. * testsuite/gas/z80/r800_z80_doc.d: New file. * testsuite/gas/z80/z180.d: New file. * testsuite/gas/z80/z180.s: New file. * testsuite/gas/z80/z180_z80_doc.d: New file. * testsuite/gas/z80/z80_doc.d: New file. * testsuite/gas/z80/z80_doc.s: New file. * testsuite/gas/z80/z80_ii8.d: New file. * testsuite/gas/z80/z80_ii8.s: New file. * testsuite/gas/z80/z80_in_f_c.d: New file. * testsuite/gas/z80/z80_in_f_c.s: New file. * testsuite/gas/z80/z80_op_ii_ld.d: New file. * testsuite/gas/z80/z80_op_ii_ld.s: New file. * testsuite/gas/z80/z80_out_c_0.d: New file. * testsuite/gas/z80/z80_out_c_0.s: New file. * testsuite/gas/z80/z80_reloc.d: New file. * testsuite/gas/z80/z80_reloc.s: New file. * testsuite/gas/z80/z80_sli.d: New file. * testsuite/gas/z80/z80_sli.s: New file. ld * Makefile.am: Add new target z80-elf * configure.tgt: Likewise. * emultempl/z80.em: Add support for eZ80 and Z180 architectures. * emulparams/elf32z80.sh: New file. * emultempl/z80elf.em: Likewise. * testsuite/ld-z80/arch_ez80_adl.d: Likewise. * testsuite/ld-z80/arch_ez80_z80.d: Likewise. * testsuite/ld-z80/arch_r800.d: Likewise. * testsuite/ld-z80/arch_z180.d: Likewise. * testsuite/ld-z80/arch_z80.d: Likewise. * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise. * testsuite/ld-z80/comb_arch_z180.d: Likewise. * testsuite/ld-z80/labels.s: Likewise. * testsuite/ld-z80/relocs.s: Likewise. * testsuite/ld-z80/relocs_b_ez80.d: Likewise. * testsuite/ld-z80/relocs_b_z80.d: Likewise. * testsuite/ld-z80/relocs_f_z80.d: Likewise. * testsuite/ld-z80/z80.exp: Likewise. opcodes * z80-dis.c: Add support for eZ80 and Z80 instructions. --- bfd/po/SRC-POTFILES.in | 1 + bfd/po/bfd.pot | 3308 +++++++++++++++++++++++++----------------------- 2 files changed, 1757 insertions(+), 1552 deletions(-) (limited to 'bfd/po') diff --git a/bfd/po/SRC-POTFILES.in b/bfd/po/SRC-POTFILES.in index a84908b..dc5ef9e 100644 --- a/bfd/po/SRC-POTFILES.in +++ b/bfd/po/SRC-POTFILES.in @@ -236,6 +236,7 @@ elf32-xc16x.c elf32-xgate.c elf32-xstormy16.c elf32-xtensa.c +elf32-z80.c elf32.c elf64-alpha.c elf64-bpf.c diff --git a/bfd/po/bfd.pot b/bfd/po/bfd.pot index 8ffdbd2..40833e5 100644 --- a/bfd/po/bfd.pot +++ b/bfd/po/bfd.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2019-01-19 16:33+0000\n" +"POT-Creation-Date: 2020-01-02 11:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,18 +33,18 @@ msgstr "" msgid "%pB: bad relocation record imported: %d" msgstr "" -#: aoutx.h:1265 aoutx.h:1618 pdp11.c:1138 pdp11.c:1399 +#: aoutx.h:1265 aoutx.h:1618 pdp11.c:1139 pdp11.c:1392 #, c-format msgid "%pB: can not represent section `%pA' in a.out object file format" msgstr "" -#: aoutx.h:1582 pdp11.c:1371 +#: aoutx.h:1582 pdp11.c:1364 #, c-format msgid "" "%pB: can not represent section for symbol `%s' in a.out object file format" msgstr "" -#: aoutx.h:1585 vms-alpha.c:7860 +#: aoutx.h:1585 vms-alpha.c:7903 msgid "*unknown*" msgstr "" @@ -58,174 +58,184 @@ msgstr "" msgid "%pB: attempt to write out unknown reloc type" msgstr "" -#: aoutx.h:4086 +#: aoutx.h:4085 #, c-format msgid "%pB: unsupported relocation type" msgstr "" #. Unknown relocation. -#: aoutx.h:4407 coff-alpha.c:601 coff-alpha.c:1514 coff-rs6000.c:2772 +#: aoutx.h:4406 coff-alpha.c:601 coff-alpha.c:1514 coff-rs6000.c:2776 #: coff-sh.c:504 coff-tic4x.c:184 coff-tic54x.c:279 elf-hppa.h:798 -#: elf-hppa.h:826 elf-m10200.c:226 elf-m10300.c:812 elf32-arc.c:517 -#: elf32-arm.c:1943 elf32-avr.c:964 elf32-bfin.c:1061 elf32-bfin.c:4698 -#: elf32-cr16.c:653 elf32-cr16.c:683 elf32-cr16c.c:186 elf32-cris.c:467 -#: elf32-crx.c:429 elf32-csky.c:989 elf32-d10v.c:234 elf32-d30v.c:522 -#: elf32-d30v.c:544 elf32-dlx.c:548 elf32-epiphany.c:376 elf32-fr30.c:381 -#: elf32-frv.c:2558 elf32-frv.c:6262 elf32-ft32.c:306 elf32-h8300.c:302 -#: elf32-i386.c:401 elf32-ip2k.c:1245 elf32-iq2000.c:442 elf32-lm32.c:539 -#: elf32-m32c.c:305 elf32-m32r.c:1286 elf32-m32r.c:1311 elf32-m32r.c:2417 -#: elf32-m68hc11.c:390 elf32-m68hc12.c:510 elf32-m68k.c:352 elf32-mcore.c:354 -#: elf32-mcore.c:440 elf32-mep.c:389 elf32-metag.c:878 elf32-microblaze.c:692 +#: elf-hppa.h:826 elf-m10200.c:226 elf-m10300.c:812 elf32-arc.c:536 +#: elf32-arm.c:1985 elf32-avr.c:964 elf32-bfin.c:1062 elf32-bfin.c:4693 +#: elf32-cr16.c:654 elf32-cr16.c:684 elf32-cris.c:467 elf32-crx.c:429 +#: elf32-csky.c:990 elf32-d10v.c:234 elf32-d30v.c:522 elf32-d30v.c:544 +#: elf32-dlx.c:546 elf32-epiphany.c:376 elf32-fr30.c:381 elf32-frv.c:2558 +#: elf32-frv.c:6256 elf32-ft32.c:306 elf32-h8300.c:302 elf32-i386.c:401 +#: elf32-ip2k.c:1245 elf32-iq2000.c:442 elf32-lm32.c:538 elf32-m32c.c:305 +#: elf32-m32r.c:1286 elf32-m32r.c:1311 elf32-m32r.c:2417 elf32-m68hc11.c:390 +#: elf32-m68hc12.c:510 elf32-m68k.c:354 elf32-mcore.c:354 elf32-mcore.c:440 +#: elf32-mep.c:389 elf32-metag.c:878 elf32-microblaze.c:692 #: elf32-microblaze.c:969 elf32-mips.c:2229 elf32-moxie.c:137 -#: elf32-msp430.c:648 elf32-msp430.c:658 elf32-mt.c:241 elf32-nds32.c:3236 -#: elf32-nds32.c:3262 elf32-nds32.c:5173 elf32-nios2.c:3015 elf32-or1k.c:1037 -#: elf32-pj.c:325 elf32-ppc.c:898 elf32-ppc.c:911 elf32-pru.c:420 -#: elf32-rl78.c:291 elf32-rx.c:313 elf32-rx.c:322 elf32-s12z.c:292 -#: elf32-s390.c:347 elf32-sh.c:438 elf32-spu.c:160 elf32-tic6x.c:1508 +#: elf32-msp430.c:651 elf32-msp430.c:661 elf32-mt.c:241 elf32-nds32.c:3240 +#: elf32-nds32.c:3266 elf32-nds32.c:5177 elf32-nios2.c:3015 elf32-or1k.c:1037 +#: elf32-pj.c:326 elf32-ppc.c:901 elf32-ppc.c:914 elf32-pru.c:423 +#: elf32-rl78.c:291 elf32-rx.c:313 elf32-rx.c:322 elf32-s12z.c:296 +#: elf32-s390.c:347 elf32-sh.c:440 elf32-spu.c:163 elf32-tic6x.c:1508 #: elf32-tic6x.c:1518 elf32-tic6x.c:1537 elf32-tic6x.c:1547 elf32-tic6x.c:2642 -#: elf32-tilepro.c:803 elf32-v850.c:1899 elf32-v850.c:1921 elf32-v850.c:4270 -#: elf32-vax.c:290 elf32-visium.c:482 elf32-wasm32.c:105 elf32-xc16x.c:250 -#: elf32-xgate.c:418 elf32-xstormy16.c:395 elf32-xtensa.c:459 -#: elf32-xtensa.c:493 elf64-alpha.c:1112 elf64-alpha.c:4101 elf64-alpha.c:4249 -#: elf64-ia64-vms.c:254 elf64-ia64-vms.c:3440 elf64-mips.c:3958 -#: elf64-mips.c:3974 elf64-mmix.c:1264 elf64-nfp.c:238 elf64-ppc.c:921 -#: elf64-ppc.c:1209 elf64-ppc.c:1218 elf64-s390.c:328 elf64-s390.c:378 -#: elf64-x86-64.c:285 elfn32-mips.c:3786 elfxx-ia64.c:324 elfxx-riscv.c:955 -#: elfxx-sparc.c:589 elfxx-sparc.c:639 elfxx-tilegx.c:912 elfxx-tilegx.c:952 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2125 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2223 elf32-ia64.c:210 -#: elf32-ia64.c:3862 elf64-ia64.c:210 elf64-ia64.c:3862 +#: elf32-tilepro.c:803 elf32-v850.c:1898 elf32-v850.c:1920 elf32-v850.c:4268 +#: elf32-vax.c:290 elf32-visium.c:481 elf32-wasm32.c:105 elf32-xc16x.c:250 +#: elf32-xgate.c:418 elf32-xstormy16.c:395 elf32-xtensa.c:464 +#: elf32-xtensa.c:498 elf32-z80.c:320 elf64-alpha.c:1113 elf64-alpha.c:4102 +#: elf64-alpha.c:4250 elf64-bpf.c:322 elf64-ia64-vms.c:254 +#: elf64-ia64-vms.c:3438 elf64-mips.c:3958 elf64-mips.c:3974 elf64-mmix.c:1264 +#: elf64-nfp.c:238 elf64-ppc.c:1014 elf64-ppc.c:1349 elf64-ppc.c:1358 +#: elf64-s390.c:328 elf64-s390.c:378 elf64-x86-64.c:285 elfn32-mips.c:3786 +#: elfxx-ia64.c:324 elfxx-riscv.c:955 elfxx-sparc.c:589 elfxx-sparc.c:639 +#: elfxx-tilegx.c:912 elfxx-tilegx.c:952 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2215 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2313 elf32-ia64.c:210 +#: elf32-ia64.c:3858 elf64-ia64.c:210 elf64-ia64.c:3858 #, c-format msgid "%pB: unsupported relocation type %#x" msgstr "" -#: aoutx.h:5434 pdp11.c:3694 +#: aoutx.h:5432 pdp11.c:3685 #, c-format msgid "%pB: relocatable link from %s to %s not supported" msgstr "" -#: archive.c:2214 +#: arc-got.h:69 +#, c-format +msgid "%pB: cannot allocate memory for local GOT entries" +msgstr "" + +#: archive.c:2227 msgid "warning: writing archive was slow: rewriting timestamp" msgstr "" -#: archive.c:2330 linker.c:1429 +#: archive.c:2294 archive.c:2355 elflink.c:4437 linker.c:1428 #, c-format msgid "%pB: plugin needed to handle lto object" msgstr "" -#: archive.c:2559 +#: archive.c:2585 msgid "Reading archive file mod timestamp" msgstr "" -#: archive.c:2583 +#: archive.c:2609 msgid "Writing updated armap timestamp" msgstr "" -#: bfd.c:449 +#: bfd.c:673 msgid "no error" msgstr "" -#: bfd.c:450 +#: bfd.c:674 msgid "system call error" msgstr "" -#: bfd.c:451 +#: bfd.c:675 msgid "invalid bfd target" msgstr "" -#: bfd.c:452 +#: bfd.c:676 msgid "file in wrong format" msgstr "" -#: bfd.c:453 +#: bfd.c:677 msgid "archive object file in wrong format" msgstr "" -#: bfd.c:454 +#: bfd.c:678 msgid "invalid operation" msgstr "" -#: bfd.c:455 +#: bfd.c:679 msgid "memory exhausted" msgstr "" -#: bfd.c:456 +#: bfd.c:680 msgid "no symbols" msgstr "" -#: bfd.c:457 +#: bfd.c:681 msgid "archive has no index; run ranlib to add one" msgstr "" -#: bfd.c:458 +#: bfd.c:682 msgid "no more archived files" msgstr "" -#: bfd.c:459 +#: bfd.c:683 msgid "malformed archive" msgstr "" -#: bfd.c:460 +#: bfd.c:684 msgid "DSO missing from command line" msgstr "" -#: bfd.c:461 +#: bfd.c:685 msgid "file format not recognized" msgstr "" -#: bfd.c:462 +#: bfd.c:686 msgid "file format is ambiguous" msgstr "" -#: bfd.c:463 +#: bfd.c:687 msgid "section has no contents" msgstr "" -#: bfd.c:464 +#: bfd.c:688 msgid "nonrepresentable section on output" msgstr "" -#: bfd.c:465 +#: bfd.c:689 msgid "symbol needs debug section which does not exist" msgstr "" -#: bfd.c:466 +#: bfd.c:690 msgid "bad value" msgstr "" -#: bfd.c:467 +#: bfd.c:691 msgid "file truncated" msgstr "" -#: bfd.c:468 +#: bfd.c:692 msgid "file too big" msgstr "" -#: bfd.c:469 +#: bfd.c:693 +msgid "sorry, cannot handle this file" +msgstr "" + +#: bfd.c:694 #, c-format msgid "error reading %s: %s" msgstr "" -#: bfd.c:470 +#: bfd.c:695 msgid "#" msgstr "" -#: bfd.c:1429 +#: bfd.c:1654 #, c-format msgid "BFD %s assertion fail %s:%d" msgstr "" -#: bfd.c:1442 +#: bfd.c:1667 #, c-format msgid "BFD %s internal error, aborting at %s:%d in %s\n" msgstr "" -#: bfd.c:1447 +#: bfd.c:1672 #, c-format msgid "BFD %s internal error, aborting at %s:%d\n" msgstr "" -#: bfd.c:1449 +#: bfd.c:1674 msgid "Please report this bug.\n" msgstr "" @@ -256,7 +266,7 @@ msgid "" "to generate uncompressed binaries" msgstr "" -#: coff-alpha.c:850 coff-alpha.c:887 coff-alpha.c:1957 coff-mips.c:950 +#: coff-alpha.c:850 coff-alpha.c:887 coff-alpha.c:1956 coff-mips.c:953 msgid "GP relative relocation used when GP not defined" msgstr "" @@ -264,110 +274,100 @@ msgstr "" msgid "using multiple gp values" msgstr "" -#: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9100 elf32-mcore.c:100 -#: elf32-mcore.c:455 elf32-ppc.c:7697 elf32-ppc.c:8829 elf64-ppc.c:14411 +#: coff-alpha.c:1501 coff-alpha.c:1507 elf.c:9274 elf32-mcore.c:100 +#: elf32-mcore.c:455 elf32-ppc.c:7670 elf32-ppc.c:8821 elf64-ppc.c:15556 #, c-format msgid "%pB: %s unsupported" msgstr "" -#: coff-mips.c:640 elf32-mips.c:1742 elf32-score.c:430 elf32-score7.c:330 +#: coff-mips.c:643 elf32-mips.c:1742 elf32-score.c:430 elf32-score7.c:330 #: elf64-mips.c:3451 elfn32-mips.c:3276 msgid "GP relative relocation when _gp not defined" msgstr "" -#: coff-rs6000.c:2858 +#: coff-rs6000.c:2862 #, c-format msgid "%pB: TOC reloc at %# to symbol `%s' with no TOC entry" msgstr "" -#: coff-rs6000.c:3620 coff64-rs6000.c:2145 +#: coff-rs6000.c:3624 coff64-rs6000.c:2154 #, c-format msgid "%pB: symbol `%s' has unrecognized smclas %d" msgstr "" -#: coff-sh.c:780 elf32-sh.c:521 +#: coff-sh.c:778 elf32-sh.c:523 #, c-format msgid "%pB: %#: warning: bad R_SH_USES offset" msgstr "" -#: coff-sh.c:791 +#: coff-sh.c:789 #, c-format msgid "%pB: %#: warning: R_SH_USES points to unrecognized insn %#x" msgstr "" -#: coff-sh.c:809 elf32-sh.c:552 +#: coff-sh.c:807 elf32-sh.c:554 #, c-format msgid "%pB: %#: warning: bad R_SH_USES load offset" msgstr "" -#: coff-sh.c:834 elf32-sh.c:568 +#: coff-sh.c:832 elf32-sh.c:570 #, c-format msgid "%pB: %#: warning: could not find expected reloc" msgstr "" -#: coff-sh.c:851 elf32-sh.c:597 +#: coff-sh.c:849 elf32-sh.c:599 #, c-format msgid "%pB: %#: warning: symbol in unexpected section" msgstr "" -#: coff-sh.c:977 elf32-sh.c:727 +#: coff-sh.c:975 elf32-sh.c:729 #, c-format msgid "%pB: %#: warning: could not find expected COUNT reloc" msgstr "" -#: coff-sh.c:987 elf32-sh.c:738 +#: coff-sh.c:985 elf32-sh.c:740 #, c-format msgid "%pB: %#: warning: bad count" msgstr "" -#: coff-sh.c:1359 coff-sh.c:2647 elf32-sh.c:1142 elf32-sh.c:1512 +#: coff-sh.c:1357 coff-sh.c:2645 elf32-sh.c:1144 elf32-sh.c:1514 #, c-format msgid "%pB: %#: fatal: reloc overflow while relaxing" msgstr "" -#: coff-sh.c:1454 +#: coff-sh.c:1452 #, c-format msgid "%pB: fatal: generic symbols retrieved before relaxing" msgstr "" -#: coff-sh.c:2785 cofflink.c:2965 +#: coff-sh.c:2783 cofflink.c:2970 #, c-format msgid "%pB: illegal symbol index %ld in relocs" msgstr "" -#: coff-tic4x.c:228 coff-tic54x.c:366 coffcode.h:5010 +#: coff-tic4x.c:228 coff-tic54x.c:366 coffcode.h:5008 #, c-format msgid "%pB: warning: illegal symbol index %ld in relocs" msgstr "" -#: coff-tic80.c:441 -#, c-format -msgid "unsupported relocation type %#x" -msgstr "" - -#: coff-tic80.c:672 cofflink.c:3127 -#, c-format -msgid "%pB: bad reloc address %# in section `%pA'" -msgstr "" - -#: coffcode.h:954 +#: coffcode.h:952 #, c-format msgid "%pB: unable to load COMDAT section name" msgstr "" #. Malformed input files can trigger this test. #. cf PR 21781. -#: coffcode.h:989 +#: coffcode.h:987 #, c-format msgid "%pB: error: unexpected symbol '%s' in COMDAT section" msgstr "" -#: coffcode.h:1001 +#: coffcode.h:999 #, c-format msgid "%pB: warning: COMDAT symbol '%s' does not match section name '%s'" msgstr "" -#: coffcode.h:1011 +#: coffcode.h:1009 #, c-format msgid "%pB: warning: no symbol for section '%s' found" msgstr "" @@ -375,309 +375,326 @@ msgstr "" #. Generate a warning message rather using the 'unhandled' #. variable as this will allow some .sys files generate by #. other toolchains to be processed. See bugzilla issue 196. -#: coffcode.h:1237 +#: coffcode.h:1240 #, c-format msgid "%pB: warning: ignoring section flag %s in section %s" msgstr "" -#: coffcode.h:1306 +#: coffcode.h:1309 #, c-format msgid "%pB (%s): section flag %s (%#lx) ignored" msgstr "" -#: coffcode.h:1917 +#: coffcode.h:1920 #, c-format msgid "%pB: warning: claims to have 0xffff relocs, without overflow" msgstr "" -#: coffcode.h:2315 +#: coffcode.h:2329 #, c-format msgid "unrecognized TI COFF target id '0x%x'" msgstr "" -#: coffcode.h:2599 +#: coffcode.h:2607 #, c-format msgid "%pB: reloc against a non-existent symbol index: %ld" msgstr "" -#: coffcode.h:2910 +#: coffcode.h:2915 #, c-format msgid "%pB: page size is too large (0x%x)" msgstr "" -#: coffcode.h:3070 +#: coffcode.h:3075 #, c-format msgid "%pB: too many sections (%d)" msgstr "" -#: coffcode.h:3489 +#: coffcode.h:3494 #, c-format msgid "%pB: section %pA: string table overflow at offset %ld" msgstr "" -#: coffcode.h:3589 +#: coffcode.h:3594 #, c-format msgid "%pB:%s section %s: alignment 2**%u not representable" msgstr "" -#: coffcode.h:4276 +#: coffcode.h:4275 #, c-format msgid "%pB: warning: line number count (%#lx) exceeds section size (%#lx)" msgstr "" -#: coffcode.h:4291 +#: coffcode.h:4292 #, c-format msgid "%pB: warning: line number table read failed" msgstr "" -#: coffcode.h:4325 coffcode.h:4339 +#: coffcode.h:4326 coffcode.h:4340 #, c-format msgid "%pB: warning: illegal symbol index 0x%lx in line number entry %d" msgstr "" -#: coffcode.h:4353 +#: coffcode.h:4354 #, c-format msgid "%pB: warning: illegal symbol in line number entry %d" msgstr "" -#: coffcode.h:4366 +#: coffcode.h:4367 #, c-format msgid "%pB: warning: duplicate line number information for `%s'" msgstr "" -#: coffcode.h:4774 +#: coffcode.h:4772 #, c-format msgid "%pB: unrecognized storage class %d for %s symbol `%s'" msgstr "" -#: coffcode.h:4904 +#: coffcode.h:4902 #, c-format msgid "warning: %pB: local symbol `%s' has no section" msgstr "" -#: coffcode.h:5050 +#: coffcode.h:5048 #, c-format msgid "%pB: illegal relocation type %d at address %#" msgstr "" -#: coffgen.c:178 elf.c:1216 +#: coffgen.c:179 elf.c:1248 #, c-format msgid "%pB: unable to initialize compress status for section %s" msgstr "" -#: coffgen.c:202 elf.c:1227 +#: coffgen.c:203 elf.c:1259 #, c-format msgid "%pB: unable to initialize decompress status for section %s" msgstr "" -#: coffgen.c:1657 +#: coffgen.c:1661 #, c-format msgid "%pB: corrupt symbol count: %#" msgstr "" #. PR 21013: Provide an error message when the alloc fails. -#: coffgen.c:1666 +#: coffgen.c:1670 #, c-format msgid "" "%pB: not enough memory to allocate space for %# symbols of size " "%#" msgstr "" -#: coffgen.c:1735 +#: coffgen.c:1739 #, c-format msgid "%pB: bad string table size %" msgstr "" -#: coffgen.c:1912 coffgen.c:1972 coffgen.c:1990 cofflink.c:2045 elf.c:1882 -#: xcofflink.c:4505 +#: coffgen.c:1908 coffgen.c:1968 coffgen.c:1986 cofflink.c:2049 elf.c:1925 +#: xcofflink.c:4506 msgid "" msgstr "" -#: coffgen.c:2114 +#: coffgen.c:2117 #, c-format msgid " %s" msgstr "" -#: coffgen.c:2693 elflink.c:14322 linker.c:2959 +#: coffgen.c:2703 elflink.c:14461 linker.c:2960 msgid "%F%P: already_linked_table: %E\n" msgstr "" -#: coffgen.c:3034 elflink.c:13324 +#: coffgen.c:3044 elflink.c:13455 #, c-format msgid "removing unused section '%pA' in file '%pB'" msgstr "" -#: coffgen.c:3111 elflink.c:13542 +#: coffgen.c:3121 elflink.c:13673 msgid "warning: gc-sections option ignored" msgstr "" -#: cofflink.c:352 +#: cofflink.c:356 #, c-format msgid "warning: symbol `%s' is both section and non-section" msgstr "" -#: cofflink.c:454 elf64-ia64-vms.c:5203 elflink.c:4953 +#: cofflink.c:458 elf64-ia64-vms.c:5205 elflink.c:5023 #, c-format msgid "warning: type of symbol `%s' changed from %d to %d in %pB" msgstr "" -#: cofflink.c:2373 +#: cofflink.c:2377 #, c-format msgid "%pB: relocs in section `%pA', but it has no contents" msgstr "" -#: cofflink.c:2436 elflink.c:10810 +#: cofflink.c:2440 elflink.c:10947 #, c-format msgid "" "%X`%s' referenced in section `%pA' of %pB: defined in discarded section `" "%pA' of %pB\n" msgstr "" -#: cofflink.c:2734 +#: cofflink.c:2739 #, c-format msgid "%pB: %pA: reloc overflow: %#x > 0xffff" msgstr "" -#: cofflink.c:2742 +#: cofflink.c:2747 #, c-format msgid "%pB: warning: %pA: line number overflow: %#x > 0xffff" msgstr "" -#: coffswap.h:789 +#: cofflink.c:3132 +#, c-format +msgid "%pB: bad reloc address %# in section `%pA'" +msgstr "" + +#: coffswap.h:783 #, c-format msgid "%pB: warning: %s: line number overflow: 0x%lx > 0xffff" msgstr "" -#: coffswap.h:803 +#: coffswap.h:797 #, c-format msgid "%pB: %s: reloc overflow: 0x%lx > 0xffff" msgstr "" -#: compress.c:260 +#: compress.c:268 +#, c-format +msgid "" +"error: %pB(%pA) section size (%# bytes) is larger than file size " +"(%# bytes)" +msgstr "" + +#: compress.c:279 #, c-format msgid "error: %pB(%pA) is too large (%# bytes)" msgstr "" -#: cpu-arm.c:298 cpu-arm.c:310 +#: cpu-arm.c:303 cpu-arm.c:315 #, c-format msgid "" "error: %pB is compiled for the EP9312, whereas %pB is compiled for XScale" msgstr "" -#: cpu-arm.c:446 +#: cpu-arm.c:451 #, c-format msgid "warning: unable to update contents of %s section in %pB" msgstr "" -#: dwarf2.c:544 +#: dwarf2.c:543 #, c-format msgid "DWARF error: can't find %s section." msgstr "" -#: dwarf2.c:579 +#: dwarf2.c:578 #, c-format msgid "" "DWARF error: offset (%) greater than or equal to %s size (%)" msgstr "" -#: dwarf2.c:1107 +#: dwarf2.c:1165 msgid "DWARF error: info pointer extends beyond end of attributes" msgstr "" -#: dwarf2.c:1275 +#: dwarf2.c:1333 #, c-format msgid "DWARF error: invalid or unhandled FORM value: %#x" msgstr "" -#: dwarf2.c:1581 +#: dwarf2.c:1641 msgid "DWARF error: mangled line number section (bad file number)" msgstr "" -#: dwarf2.c:1926 +#: dwarf2.c:1989 msgid "DWARF error: zero format count" msgstr "" -#: dwarf2.c:1936 +#: dwarf2.c:1999 #, c-format msgid "DWARF error: data count (%) larger than buffer size" msgstr "" -#: dwarf2.c:1977 +#: dwarf2.c:2040 #, c-format msgid "DWARF error: unknown format content type %" msgstr "" -#: dwarf2.c:2057 +#: dwarf2.c:2107 #, c-format msgid "DWARF error: line info section is too small (%)" msgstr "" -#: dwarf2.c:2087 +#: dwarf2.c:2137 #, c-format msgid "" "DWARF error: line info data is bigger (%#) than the space remaining " "in the section (%#lx)" msgstr "" -#: dwarf2.c:2100 +#: dwarf2.c:2150 #, c-format msgid "DWARF error: unhandled .debug_line version %d" msgstr "" -#: dwarf2.c:2110 +#: dwarf2.c:2160 msgid "DWARF error: ran out of room reading prologue" msgstr "" -#: dwarf2.c:2128 +#: dwarf2.c:2178 #, c-format msgid "DWARF error: line info unsupported segment selector size %u" msgstr "" -#: dwarf2.c:2155 +#: dwarf2.c:2205 msgid "DWARF error: invalid maximum operations per instruction" msgstr "" -#: dwarf2.c:2174 +#: dwarf2.c:2224 msgid "DWARF error: ran out of room reading opcodes" msgstr "" -#: dwarf2.c:2347 +#: dwarf2.c:2415 msgid "DWARF error: mangled line number section" msgstr "" -#: dwarf2.c:2852 dwarf2.c:2913 +#: dwarf2.c:2905 +msgid "DWARF error: abstract instance recursion detected" +msgstr "" + +#: dwarf2.c:2939 dwarf2.c:3033 msgid "DWARF error: invalid abstract instance DIE ref" msgstr "" -#: dwarf2.c:2889 +#: dwarf2.c:2955 #, c-format msgid "DWARF error: unable to read alt ref %" msgstr "" -#: dwarf2.c:2930 dwarf2.c:3103 dwarf2.c:3457 +#: dwarf2.c:3011 #, c-format -msgid "DWARF error: could not find abbrev number %u" +msgid "DWARF error: unable to locate abstract instance DIE ref %" msgstr "" -#: dwarf2.c:2947 -msgid "DWARF error: abstract instance recursion detected" +#: dwarf2.c:3050 dwarf2.c:3216 dwarf2.c:3571 +#, c-format +msgid "DWARF error: could not find abbrev number %u" msgstr "" -#: dwarf2.c:3376 +#: dwarf2.c:3490 #, c-format msgid "" "DWARF error: found dwarf version '%u', this reader only handles version 2, " "3, 4 and 5 information" msgstr "" -#: dwarf2.c:3420 +#: dwarf2.c:3534 #, c-format msgid "" "DWARF error: found address size '%u', this reader can not handle sizes " "greater than '%u'" msgstr "" -#: dwarf2.c:3523 +#: dwarf2.c:3638 msgid "" "DWARF error: DW_AT_comp_dir attribute encountered with a non-string form" msgstr "" @@ -780,55 +797,55 @@ msgstr "" msgid "error in %pB(%pA); no .eh_frame_hdr table will be created" msgstr "" -#: elf-eh-frame.c:1539 +#: elf-eh-frame.c:1542 #, c-format msgid "FDE encoding in %pB(%pA) prevents .eh_frame_hdr table being created" msgstr "" -#: elf-eh-frame.c:1546 +#: elf-eh-frame.c:1549 msgid "" "further warnings about FDE encoding preventing .eh_frame_hdr generation " "dropped" msgstr "" -#: elf-eh-frame.c:1868 +#: elf-eh-frame.c:1872 #, c-format msgid "%pB: %pA not in order" msgstr "" -#: elf-eh-frame.c:1882 +#: elf-eh-frame.c:1886 #, c-format msgid "%pB: %pA invalid input section size" msgstr "" -#: elf-eh-frame.c:1890 +#: elf-eh-frame.c:1894 #, c-format msgid "%pB: %pA points past end of text section" msgstr "" -#: elf-eh-frame.c:2139 +#: elf-eh-frame.c:2147 msgid "DW_EH_PE_datarel unspecified for this architecture" msgstr "" -#: elf-eh-frame.c:2309 +#: elf-eh-frame.c:2317 #, c-format msgid "invalid output section for .eh_frame_entry: %pA" msgstr "" -#: elf-eh-frame.c:2332 +#: elf-eh-frame.c:2340 #, c-format msgid "invalid contents in %pA section" msgstr "" -#: elf-eh-frame.c:2488 +#: elf-eh-frame.c:2496 msgid ".eh_frame_hdr entry overflow" msgstr "" -#: elf-eh-frame.c:2490 +#: elf-eh-frame.c:2498 msgid ".eh_frame_hdr refers to overlapping FDEs" msgstr "" -#: elf-ifunc.c:149 +#: elf-ifunc.c:146 #, c-format msgid "" "%F%P: dynamic STT_GNU_IFUNC symbol `%s' with pointer equality in `%pB' can " @@ -836,49 +853,48 @@ msgid "" "pie\n" msgstr "" -#: elf-m10200.c:434 elf-m10300.c:2147 elf32-avr.c:1510 elf32-bfin.c:3127 -#: elf32-cr16.c:1464 elf32-cr16c.c:783 elf32-cris.c:2033 elf32-crx.c:925 -#: elf32-d10v.c:512 elf32-epiphany.c:566 elf32-fr30.c:594 elf32-frv.c:4049 -#: elf32-ft32.c:494 elf32-h8300.c:523 elf32-ip2k.c:1482 elf32-iq2000.c:693 -#: elf32-lm32.c:1112 elf32-m32c.c:624 elf32-m32r.c:3045 elf32-m68hc1x.c:1266 -#: elf32-mep.c:526 elf32-metag.c:1990 elf32-microblaze.c:1631 elf32-moxie.c:288 -#: elf32-mt.c:402 elf32-nds32.c:6189 elf32-or1k.c:1759 elf32-score.c:2733 -#: elf32-score7.c:2542 elf32-spu.c:5083 elf32-tilepro.c:3506 elf32-v850.c:2291 -#: elf32-visium.c:681 elf32-xstormy16.c:931 elf64-mmix.c:1541 -#: elfxx-tilegx.c:3870 +#: elf-m10200.c:434 elf-m10300.c:2145 elf32-avr.c:1510 elf32-bfin.c:3122 +#: elf32-cr16.c:1465 elf32-cris.c:2033 elf32-crx.c:925 elf32-d10v.c:510 +#: elf32-epiphany.c:566 elf32-fr30.c:594 elf32-frv.c:4045 elf32-ft32.c:494 +#: elf32-h8300.c:523 elf32-ip2k.c:1482 elf32-iq2000.c:691 elf32-lm32.c:1112 +#: elf32-m32c.c:624 elf32-m32r.c:3045 elf32-m68hc1x.c:1272 elf32-mep.c:526 +#: elf32-metag.c:1990 elf32-microblaze.c:1631 elf32-moxie.c:288 elf32-mt.c:402 +#: elf32-nds32.c:6192 elf32-or1k.c:1759 elf32-score.c:2733 elf32-score7.c:2542 +#: elf32-spu.c:5086 elf32-tilepro.c:3505 elf32-v850.c:2290 elf32-visium.c:680 +#: elf32-xstormy16.c:929 elf64-bpf.c:487 elf64-mmix.c:1541 elfxx-tilegx.c:3869 msgid "internal error: out of range error" msgstr "" -#: elf-m10200.c:438 elf-m10300.c:2151 elf32-avr.c:1514 elf32-bfin.c:3131 -#: elf32-cr16.c:1468 elf32-cr16c.c:787 elf32-cris.c:2037 elf32-crx.c:929 -#: elf32-d10v.c:516 elf32-fr30.c:598 elf32-frv.c:4053 elf32-ft32.c:498 -#: elf32-h8300.c:527 elf32-iq2000.c:697 elf32-lm32.c:1116 elf32-m32c.c:628 -#: elf32-m32r.c:3049 elf32-m68hc1x.c:1270 elf32-mep.c:530 elf32-metag.c:1994 -#: elf32-microblaze.c:1635 elf32-moxie.c:292 elf32-msp430.c:1362 -#: elf32-nds32.c:6193 elf32-or1k.c:1763 elf32-score.c:2737 elf32-score7.c:2546 -#: elf32-spu.c:5087 elf32-tilepro.c:3510 elf32-v850.c:2295 elf32-visium.c:685 -#: elf32-xstormy16.c:935 elf64-mmix.c:1545 elfxx-mips.c:10469 -#: elfxx-tilegx.c:3874 +#: elf-m10200.c:438 elf-m10300.c:2149 elf32-avr.c:1514 elf32-bfin.c:3126 +#: elf32-cr16.c:1469 elf32-cris.c:2037 elf32-crx.c:929 elf32-d10v.c:514 +#: elf32-fr30.c:598 elf32-frv.c:4049 elf32-ft32.c:498 elf32-h8300.c:527 +#: elf32-iq2000.c:695 elf32-lm32.c:1116 elf32-m32c.c:628 elf32-m32r.c:3049 +#: elf32-m68hc1x.c:1276 elf32-mep.c:530 elf32-metag.c:1994 +#: elf32-microblaze.c:1635 elf32-moxie.c:292 elf32-msp430.c:1365 +#: elf32-nds32.c:6196 elf32-or1k.c:1763 elf32-score.c:2737 elf32-score7.c:2546 +#: elf32-spu.c:5090 elf32-tilepro.c:3509 elf32-v850.c:2294 elf32-visium.c:684 +#: elf32-xstormy16.c:933 elf64-mmix.c:1545 elfxx-mips.c:10575 +#: elfxx-tilegx.c:3873 msgid "internal error: unsupported relocation error" msgstr "" -#: elf-m10200.c:442 elf32-cr16.c:1472 elf32-cr16c.c:791 elf32-crx.c:933 -#: elf32-d10v.c:520 elf32-h8300.c:531 elf32-lm32.c:1120 elf32-m32r.c:3053 -#: elf32-m68hc1x.c:1274 elf32-microblaze.c:1639 elf32-nds32.c:6197 -#: elf32-score.c:2741 elf32-score7.c:2550 elf32-spu.c:5091 +#: elf-m10200.c:442 elf32-cr16.c:1473 elf32-crx.c:933 elf32-d10v.c:518 +#: elf32-h8300.c:531 elf32-lm32.c:1120 elf32-m32r.c:3053 elf32-m68hc1x.c:1280 +#: elf32-microblaze.c:1639 elf32-nds32.c:6200 elf32-score.c:2741 +#: elf32-score7.c:2550 elf32-spu.c:5094 msgid "internal error: dangerous error" msgstr "" -#: elf-m10200.c:446 elf-m10300.c:2168 elf32-avr.c:1522 elf32-bfin.c:3139 -#: elf32-cr16.c:1476 elf32-cr16c.c:795 elf32-cris.c:2045 elf32-crx.c:937 -#: elf32-d10v.c:524 elf32-epiphany.c:581 elf32-fr30.c:606 elf32-frv.c:4061 -#: elf32-ft32.c:506 elf32-h8300.c:535 elf32-ip2k.c:1497 elf32-iq2000.c:705 -#: elf32-lm32.c:1124 elf32-m32c.c:636 elf32-m32r.c:3057 elf32-m68hc1x.c:1278 -#: elf32-mep.c:538 elf32-metag.c:2002 elf32-microblaze.c:1643 elf32-moxie.c:300 -#: elf32-msp430.c:1370 elf32-mt.c:410 elf32-nds32.c:6201 elf32-or1k.c:1771 -#: elf32-score.c:2750 elf32-score7.c:2554 elf32-spu.c:5095 elf32-tilepro.c:3518 -#: elf32-v850.c:2315 elf32-visium.c:693 elf32-xstormy16.c:943 elf64-mmix.c:1553 -#: elfxx-tilegx.c:3882 +#: elf-m10200.c:446 elf-m10300.c:2166 elf32-avr.c:1522 elf32-bfin.c:3134 +#: elf32-cr16.c:1477 elf32-cris.c:2045 elf32-crx.c:937 elf32-d10v.c:522 +#: elf32-epiphany.c:581 elf32-fr30.c:606 elf32-frv.c:4057 elf32-ft32.c:506 +#: elf32-h8300.c:535 elf32-ip2k.c:1497 elf32-iq2000.c:703 elf32-lm32.c:1124 +#: elf32-m32c.c:636 elf32-m32r.c:3057 elf32-m68hc1x.c:1284 elf32-mep.c:538 +#: elf32-metag.c:2002 elf32-microblaze.c:1643 elf32-moxie.c:300 +#: elf32-msp430.c:1373 elf32-mt.c:410 elf32-nds32.c:6204 elf32-or1k.c:1771 +#: elf32-score.c:2750 elf32-score7.c:2554 elf32-spu.c:5098 elf32-tilepro.c:3517 +#: elf32-v850.c:2314 elf32-visium.c:692 elf32-xstormy16.c:941 elf64-bpf.c:500 +#: elf64-mmix.c:1553 elfxx-tilegx.c:3881 msgid "internal error: unknown error" msgstr "" @@ -887,40 +903,39 @@ msgstr "" msgid "%pB: unsupported transition from %s to %s" msgstr "" -#: elf-m10300.c:1198 +#: elf-m10300.c:1196 #, c-format msgid "%pB: %s' accessed both as normal and thread local symbol" msgstr "" -#: elf-m10300.c:2094 elf32-arm.c:13246 elf32-i386.c:3409 elf32-m32r.c:2539 -#: elf32-m68k.c:3899 elf32-s390.c:3211 elf32-sh.c:3800 elf32-tilepro.c:3409 -#: elf32-xtensa.c:2965 elf64-s390.c:3161 elf64-x86-64.c:3846 elfxx-sparc.c:3906 -#: elfxx-tilegx.c:3793 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5261 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6807 -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2279 +#: elf-m10300.c:2092 elf32-arm.c:13454 elf32-i386.c:3403 elf32-m32r.c:2539 +#: elf32-m68k.c:3912 elf32-s390.c:3210 elf32-sh.c:3802 elf32-tilepro.c:3408 +#: elf32-xtensa.c:2969 elf64-s390.c:3159 elf64-x86-64.c:3961 elfxx-sparc.c:3903 +#: elfxx-tilegx.c:3792 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5493 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7081 #, c-format msgid "%pB(%pA+%#): unresolvable %s relocation against symbol `%s'" msgstr "" -#: elf-m10300.c:2156 +#: elf-m10300.c:2154 msgid "" "error: inappropriate relocation type for shared library (did you forget -" "fpic?)" msgstr "" -#: elf-m10300.c:2160 +#: elf-m10300.c:2158 #, c-format msgid "" "%pB: taking the address of protected function '%s' cannot be done when " "making a shared library" msgstr "" -#: elf-m10300.c:2163 +#: elf-m10300.c:2161 msgid "internal error: suspicious relocation type used in shared library" msgstr "" -#: elf-m10300.c:2649 elf32-avr.c:2492 elf32-frv.c:5641 elf64-ia64-vms.c:364 -#: elfxx-sparc.c:2795 reloc.c:8185 reloc16.c:155 elf32-ia64.c:361 +#: elf-m10300.c:2647 elf32-avr.c:2491 elf32-frv.c:5637 elf64-ia64-vms.c:364 +#: elfxx-sparc.c:2792 reloc.c:8216 reloc16.c:155 elf32-ia64.c:361 #: elf64-ia64.c:361 msgid "%P%F: --relax and -r may not be used together\n" msgstr "" @@ -963,7 +978,7 @@ msgstr "" msgid "Removed property %W to merge %pB (0x%v) and %pB (not found)\n" msgstr "" -#: elf-properties.c:316 elf-properties.c:396 +#: elf-properties.c:316 elf-properties.c:394 msgid "Removed property %W to merge %pB and %pB\n" msgstr "" @@ -971,421 +986,445 @@ msgstr "" msgid "Removed property %W to merge %pB and %pB (not found)\n" msgstr "" -#: elf-properties.c:339 +#: elf-properties.c:337 msgid "Updated property %W (0x%v) to merge %pB (0x%v) and %pB (0x%v)\n" msgstr "" -#: elf-properties.c:348 +#: elf-properties.c:346 msgid "Updated property %W (%v) to merge %pB (0x%v) and %pB (not found)\n" msgstr "" -#: elf-properties.c:390 +#: elf-properties.c:388 msgid "Removed property %W to merge %pB (not found) and %pB (0x%v)\n" msgstr "" #. Merge .note.gnu.property sections. -#: elf-properties.c:552 elf-properties.c:554 +#: elf-properties.c:550 elf-properties.c:552 msgid "\n" msgstr "" -#: elf-properties.c:553 +#: elf-properties.c:551 msgid "Merging program properties\n" msgstr "" #. PR 17512: file: f057ec89. -#: elf.c:345 +#: elf.c:342 #, c-format msgid "%pB: attempt to load strings from a non-string section (number %d)" msgstr "" -#: elf.c:360 +#: elf.c:367 #, c-format msgid "%pB: invalid string offset %u >= % for section `%s'" msgstr "" -#: elf.c:499 /work/sources/binutils/current/bfd/elfnn-aarch64.c:7891 +#: elf.c:506 /work/sources/binutils/current/bfd/elfnn-aarch64.c:8092 #, c-format msgid "%pB symbol number %lu references nonexistent SHT_SYMTAB_SHNDX section" msgstr "" -#: elf.c:664 +#: elf.c:671 #, c-format msgid "%pB: corrupt size field in group section header: %#" msgstr "" -#: elf.c:680 +#: elf.c:687 #, c-format msgid "%pB: invalid size field in group section header: %#" msgstr "" -#: elf.c:728 +#: elf.c:735 #, c-format msgid "%pB: invalid entry in SHT_GROUP section [%u]" msgstr "" -#: elf.c:747 +#: elf.c:754 #, c-format msgid "%pB: no valid group sections found" msgstr "" #. See PR 21957 for a reproducer. -#: elf.c:776 +#: elf.c:783 #, c-format msgid "%pB: group section '%pA' has no contents" msgstr "" -#: elf.c:837 +#: elf.c:844 #, c-format msgid "%pB: no group info for section '%pA'" msgstr "" -#: elf.c:868 elf.c:3886 elflink.c:11403 +#: elf.c:875 elf.c:3953 #, c-format msgid "%pB: warning: sh_link not set for section `%pA'" msgstr "" -#: elf.c:888 +#: elf.c:895 #, c-format msgid "%pB: sh_link [%d] in section `%pA' is incorrect" msgstr "" -#: elf.c:901 +#: elf.c:908 #, c-format msgid "%pB: SHT_GROUP section [index %d] has no SHF_GROUP sections" msgstr "" -#: elf.c:922 +#: elf.c:929 #, c-format msgid "%pB: section group entry number %u is corrupt" msgstr "" -#: elf.c:945 +#: elf.c:952 #, c-format msgid "%pB: unknown type [%#x] section `%s' in group [%pA]" msgstr "" -#: elf.c:1408 +#: elf.c:1451 #, c-format msgid "%pB: invalid sh_link field (%d) in section number %d" msgstr "" -#: elf.c:1424 +#: elf.c:1467 #, c-format msgid "%pB: failed to find link section for section %d" msgstr "" -#: elf.c:1451 +#: elf.c:1494 #, c-format msgid "%pB: failed to find info section for section %d" msgstr "" -#: elf.c:1623 +#: elf.c:1666 #, c-format msgid "" "\n" "Program Header:\n" msgstr "" -#: elf.c:1665 +#: elf.c:1708 #, c-format msgid "" "\n" "Dynamic Section:\n" msgstr "" -#: elf.c:1806 +#: elf.c:1849 #, c-format msgid "" "\n" "Version definitions:\n" msgstr "" -#: elf.c:1831 +#: elf.c:1874 #, c-format msgid "" "\n" "Version References:\n" msgstr "" -#: elf.c:1836 +#: elf.c:1879 #, c-format msgid " required from %s:\n" msgstr "" -#: elf.c:2037 +#: elf.c:2079 #, c-format msgid "%pB: warning: loop in section dependencies detected" msgstr "" -#: elf.c:2145 +#: elf.c:2187 #, c-format msgid "" "%pB: warning: multiple symbol tables detected - ignoring the table in " "section %u" msgstr "" -#: elf.c:2229 +#: elf.c:2271 #, c-format msgid "" "%pB: warning: multiple dynamic symbol tables detected - ignoring the table " "in section %u" msgstr "" -#: elf.c:2342 +#: elf.c:2384 #, c-format msgid "%pB: invalid link %u for reloc section %s (index %u)" msgstr "" -#: elf.c:2504 elf.c:2519 elf.c:2530 elf.c:2543 +#: elf.c:2473 +#, c-format +msgid "" +"%pB: warning: multiple relocation sections for section %pA found - ignoring " +"all but the first" +msgstr "" + +#: elf.c:2555 elf.c:2570 elf.c:2581 elf.c:2594 #, c-format msgid "%pB: unknown type [%#x] section `%s'" msgstr "" -#: elf.c:3248 +#: elf.c:3314 #, c-format msgid "%pB: error: alignment power %d of section `%pA' is too big" msgstr "" -#: elf.c:3278 +#: elf.c:3344 #, c-format msgid "warning: section `%pA' type changed to PROGBITS" msgstr "" -#: elf.c:3754 +#: elf.c:3821 #, c-format msgid "%pB: too many sections: %u" msgstr "" -#: elf.c:3839 +#: elf.c:3906 #, c-format msgid "" "%pB: sh_link of section `%pA' points to discarded section `%pA' of `%pB'" msgstr "" -#: elf.c:3864 +#: elf.c:3931 #, c-format msgid "%pB: sh_link of section `%pA' points to removed section `%pA' of `%pB'" msgstr "" -#: elf.c:4430 +#: elf.c:4494 #, c-format -msgid "%pB: GNU_MBIN section `%pA' has invalid sh_info field: %d" +msgid "%pB: GNU_MBIND section `%pA' has invalid sh_info field: %d" msgstr "" -#: elf.c:5013 +#: elf.c:5082 #, c-format msgid "%pB: TLS sections are not adjacent:" msgstr "" -#: elf.c:5020 +#: elf.c:5089 #, c-format msgid "\t TLS: %pA" msgstr "" -#: elf.c:5024 +#: elf.c:5093 #, c-format msgid "\tnon-TLS: %pA" msgstr "" -#: elf.c:5538 +#: elf.c:5671 #, c-format msgid "" "%pB: The first section in the PT_DYNAMIC segment is not the .dynamic section" msgstr "" -#: elf.c:5566 +#: elf.c:5697 #, c-format msgid "%pB: not enough room for program headers, try linking with -N" msgstr "" -#: elf.c:5654 +#: elf.c:5808 #, c-format msgid "%pB: section %pA lma %# adjusted to %#" msgstr "" -#: elf.c:5791 +#. 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:5928 +#, c-format +msgid "%pB: error: PHDR segment not covered by LOAD segment" +msgstr "" + +#: elf.c:5964 #, c-format msgid "%pB: section `%pA' can't be allocated in segment %d" msgstr "" -#: elf.c:5839 +#: elf.c:6095 #, c-format msgid "%pB: warning: allocated section `%s' not in segment" msgstr "" -#: elf.c:6072 +#: elf.c:6256 #, c-format msgid "" "%pB: error: non-load segment %d includes file header and/or program header" msgstr "" -#. The fix for this error is usually to edit the linker script being -#. used and set up the program headers manually. Either that or -#. leave room for the headers at the start of the SECTIONS. -#: elf.c:6249 -#, c-format -msgid "%pB: error: PHDR segment not covered by LOAD segment" -msgstr "" - -#: elf.c:6606 +#: elf.c:6760 #, c-format msgid "%pB: symbol `%s' required but not present" msgstr "" -#: elf.c:6949 +#: elf.c:7102 #, c-format msgid "" "%pB: warning: empty loadable segment detected at vaddr=%#, is this " "intentional?" msgstr "" -#: elf.c:7574 +#: elf.c:7722 #, c-format msgid "%pB: warning: segment alignment of %# is too large" msgstr "" -#: elf.c:8073 +#: elf.c:8222 #, c-format msgid "" "unable to find equivalent output section for symbol '%s' from section '%s'" msgstr "" -#: elf.c:8421 +#: elf.c:8577 #, c-format msgid "%pB: .gnu.version_r invalid entry" msgstr "" -#: elf.c:8548 +#: elf.c:8593 +#, c-format +msgid "error: %pB version reference section is too large (%# bytes)" +msgstr "" + +#: elf.c:8716 #, c-format msgid "%pB: .gnu.version_d invalid entry" msgstr "" -#: elf32-arc.c:440 elf32-frv.c:6630 elf32-iq2000.c:870 elf32-m32c.c:914 -#: elf32-mt.c:562 elf32-rl78.c:1260 elf32-rx.c:3199 elf32-visium.c:841 -#: elf64-ppc.c:4950 +#: elf.c:12238 +msgid "GNU_MBIND section is unsupported" +msgstr "" + +#: elf.c:12240 +msgid "symbol type STT_GNU_IFUNC is unsupported" +msgstr "" + +#: elf.c:12242 +msgid "symbol binding STB_GNU_UNIQUE is unsupported" +msgstr "" + +#: elf32-arc.c:459 elf32-frv.c:6624 elf32-iq2000.c:868 elf32-m32c.c:914 +#: elf32-mt.c:562 elf32-rl78.c:1260 elf32-rx.c:3199 elf32-visium.c:844 +#: elf64-ppc.c:5278 #, c-format msgid "private flags = 0x%lx:" msgstr "" -#: elf32-arc.c:627 +#: elf32-arc.c:646 #, c-format msgid "warning: %pB: conflicting platform configuration %s with %s" msgstr "" -#: elf32-arc.c:646 +#: elf32-arc.c:665 #, c-format msgid "error: %pB: unable to merge CPU base attributes %s with %s" msgstr "" -#: elf32-arc.c:683 +#: elf32-arc.c:702 #, c-format msgid "error: %pB: unable to merge ISA extension attributes %s" msgstr "" -#: elf32-arc.c:707 +#: elf32-arc.c:726 #, c-format msgid "error: %pB: conflicting ISA extension attributes %s with %s" msgstr "" -#: elf32-arc.c:747 +#: elf32-arc.c:766 #, c-format msgid "error: %pB: cannot mix rf16 with full register set %pB" msgstr "" -#: elf32-arc.c:775 +#: elf32-arc.c:794 #, c-format msgid "error: %pB: conflicting attributes %s: %s with %s" msgstr "" -#: elf32-arc.c:802 +#: elf32-arc.c:821 #, c-format msgid "error: %pB: conflicting attributes %s" msgstr "" -#: elf32-arc.c:907 +#: elf32-arc.c:926 #, c-format msgid "" "error: attempting to link %pB with a binary %pB of different architecture" msgstr "" -#: elf32-arc.c:923 elf32-iq2000.c:846 elf32-m32c.c:889 elf32-m68hc1x.c:1385 -#: elf32-ppc.c:3865 elf64-sparc.c:711 elfxx-mips.c:15354 +#: elf32-arc.c:942 elf32-iq2000.c:844 elf32-m32c.c:889 elf32-m68hc1x.c:1391 +#: elf32-ppc.c:3859 elf64-sparc.c:727 elfxx-mips.c:15519 #, c-format msgid "%pB: uses different e_flags (%#x) fields than previous modules (%#x)" msgstr "" -#: elf32-arc.c:1012 +#: elf32-arc.c:1031 msgid "error: the ARC4 architecture is no longer supported" msgstr "" -#: elf32-arc.c:1018 +#: elf32-arc.c:1037 msgid "warning: unset or old architecture flags; use default machine" msgstr "" -#: elf32-arc.c:1151 +#: elf32-arc.c:1163 #, c-format msgid "" "%pB(%pA+%#): CMEM relocation to `%s' is invalid, 16 MSB should be " "%#x (value is %#)" msgstr "" -#: elf32-arc.c:1162 +#: elf32-arc.c:1174 #, c-format msgid "" "%pB(%pA+%#): CMEM relocation to `%s+%#' is invalid, 16 MSB " "should be %#x (value is %#)" msgstr "" -#: elf32-arc.c:1876 +#: elf32-arc.c:1888 msgid "GOT and PLT relocations cannot be fixed with a non dynamic linker" msgstr "" -#: elf32-arc.c:1900 elf32-rl78.c:1098 elf32-rx.c:1470 +#: elf32-arc.c:1912 elf32-rl78.c:1098 elf32-rx.c:1470 #, c-format msgid "" "%pB(%pA): warning: unaligned access to symbol '%s' in the small data area" msgstr "" -#: elf32-arc.c:1905 elf32-rl78.c:1103 elf32-rx.c:1475 +#: elf32-arc.c:1917 elf32-rl78.c:1103 elf32-rx.c:1475 #, c-format msgid "%pB(%pA): internal error: out of range error" msgstr "" -#: elf32-arc.c:1910 elf32-rl78.c:1108 elf32-rx.c:1480 +#: elf32-arc.c:1922 elf32-rl78.c:1108 elf32-rx.c:1480 #, c-format msgid "%pB(%pA): internal error: unsupported relocation error" msgstr "" -#: elf32-arc.c:1915 elf32-rl78.c:1113 elf32-rx.c:1485 +#: elf32-arc.c:1927 elf32-rl78.c:1113 elf32-rx.c:1485 #, c-format msgid "%pB(%pA): internal error: dangerous relocation" msgstr "" -#: elf32-arc.c:1920 elf32-rl78.c:1118 elf32-rx.c:1490 +#: elf32-arc.c:1932 elf32-rl78.c:1118 elf32-rx.c:1490 #, c-format msgid "%pB(%pA): internal error: unknown error" msgstr "" -#: elf32-arc.c:2013 elf32-arc.c:2081 elf32-arm.c:15323 elf32-metag.c:2257 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7462 -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:497 +#: elf32-arc.c:2025 elf32-arc.c:2093 elf32-arm.c:15567 elf32-metag.c:2257 +#: elf32-nds32.c:5642 /work/sources/binutils/current/bfd/elfnn-aarch64.c:7735 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:510 #, c-format msgid "" "%pB: relocation %s against `%s' can not be used when making a shared object; " "recompile with -fPIC" msgstr "" -#: elf32-arc.c:2949 +#: elf32-arc.c:2961 #, c-format msgid "%pB: unknown mandatory ARC object attribute %d" msgstr "" -#: elf32-arc.c:2957 +#: elf32-arc.c:2969 #, c-format msgid "warning: %pB: unknown ARC object attribute %d" msgstr "" -#: elf32-arm.c:4304 elf32-arm.c:4338 elf32-arm.c:4357 elf32-arm.c:4409 +#: elf32-arm.c:4361 elf32-arm.c:4395 elf32-arm.c:4414 elf32-arm.c:4466 #, c-format msgid "" "%pB(%pA): warning: long branch veneers used in section with SHF_ARM_PURECODE " @@ -1393,141 +1432,148 @@ msgid "" "movw instruction" msgstr "" -#: elf32-arm.c:4369 elf32-arm.c:4423 elf32-arm.c:9093 elf32-arm.c:9183 +#: elf32-arm.c:4426 elf32-arm.c:4480 elf32-arm.c:9175 elf32-arm.c:9265 #, c-format msgid "" "%pB(%s): warning: interworking not enabled; first occurrence: %pB: %s call " "to %s" msgstr "" -#: elf32-arm.c:4697 +#: elf32-arm.c:4606 +#, c-format +msgid "" +"ERROR: CMSE stub (%s section) too far (%#) from destination " +"(%#)" +msgstr "" + +#: elf32-arm.c:4775 #, c-format msgid "no address assigned to the veneers output section %s" msgstr "" -#: elf32-arm.c:4772 elf32-arm.c:6909 elf32-csky.c:3287 elf32-hppa.c:579 -#: elf32-m68hc1x.c:165 elf32-metag.c:1186 elf32-nios2.c:2208 elf64-ppc.c:3501 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:3098 +#: elf32-arm.c:4850 elf32-arm.c:6991 elf32-csky.c:3286 elf32-hppa.c:588 +#: elf32-m68hc1x.c:165 elf32-metag.c:1186 elf32-nios2.c:2208 elf64-ppc.c:3746 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:3236 #, c-format msgid "%pB: cannot create stub entry %s" msgstr "" -#: elf32-arm.c:5957 +#: elf32-arm.c:6033 #, c-format msgid "%pB: special symbol `%s' only allowed for ARMv8-M architecture or later" msgstr "" -#: elf32-arm.c:5966 +#: elf32-arm.c:6042 #, c-format msgid "" "%pB: invalid special symbol `%s'; it must be a global or weak function symbol" msgstr "" -#: elf32-arm.c:6005 +#: elf32-arm.c:6081 #, c-format msgid "" "%pB: invalid standard symbol `%s'; it must be a global or weak function " "symbol" msgstr "" -#: elf32-arm.c:6011 +#: elf32-arm.c:6087 #, c-format msgid "%pB: absent standard symbol `%s'" msgstr "" -#: elf32-arm.c:6023 +#: elf32-arm.c:6099 #, c-format msgid "%pB: `%s' and its special symbol are in different sections" msgstr "" -#: elf32-arm.c:6035 +#: elf32-arm.c:6111 #, c-format msgid "%pB: entry function `%s' not output" msgstr "" -#: elf32-arm.c:6042 +#: elf32-arm.c:6118 #, c-format msgid "%pB: entry function `%s' is empty" msgstr "" -#: elf32-arm.c:6171 +#: elf32-arm.c:6247 #, c-format msgid "%pB: --in-implib only supported for Secure Gateway import libraries" msgstr "" -#: elf32-arm.c:6217 +#: elf32-arm.c:6296 #, c-format msgid "" "%pB: invalid import library entry: `%s'; symbol should be absolute, global " "and refer to Thumb functions" msgstr "" -#: elf32-arm.c:6239 +#: elf32-arm.c:6318 #, c-format msgid "entry function `%s' disappeared from secure code" msgstr "" -#: elf32-arm.c:6263 +#: elf32-arm.c:6342 #, c-format msgid "`%s' refers to a non entry function" msgstr "" -#: elf32-arm.c:6278 +#: elf32-arm.c:6357 #, c-format msgid "%pB: visibility of symbol `%s' has changed" msgstr "" -#: elf32-arm.c:6287 +#: elf32-arm.c:6366 #, c-format msgid "%pB: incorrect size for symbol `%s'" msgstr "" -#: elf32-arm.c:6306 +#: elf32-arm.c:6385 #, c-format msgid "offset of veneer for entry function `%s' not a multiple of its size" msgstr "" -#: elf32-arm.c:6326 +#: elf32-arm.c:6405 msgid "" "new entry function(s) introduced but no output import library specified:" msgstr "" -#: elf32-arm.c:6334 +#: elf32-arm.c:6413 #, c-format msgid "start address of `%s' is different from previous link" msgstr "" -#: elf32-arm.c:7042 elf32-arm.c:7078 +#: elf32-arm.c:7124 elf32-arm.c:7160 #, c-format msgid "unable to find %s glue '%s' for '%s'" msgstr "" -#: elf32-arm.c:7793 +#: elf32-arm.c:7875 #, c-format msgid "%pB: BE8 images only valid in big-endian mode" msgstr "" #. Give a warning, but do as the user requests anyway. -#: elf32-arm.c:8024 +#: elf32-arm.c:8106 #, c-format msgid "" "%pB: warning: selected VFP11 erratum workaround is not necessary for target " "architecture" msgstr "" -#: elf32-arm.c:8051 +#: elf32-arm.c:8133 #, c-format msgid "" "%pB: warning: selected STM32L4XX erratum workaround is not necessary for " "target architecture" msgstr "" -#: elf32-arm.c:8588 elf32-arm.c:8608 elf32-arm.c:8674 elf32-arm.c:8693 +#: elf32-arm.c:8670 elf32-arm.c:8690 elf32-arm.c:8756 elf32-arm.c:8775 #, c-format msgid "%pB: unable to find %s veneer `%s'" msgstr "" -#: elf32-arm.c:8900 +#: elf32-arm.c:8982 #, c-format msgid "" "%pB(%pA+%#x): error: multiple load detected in non-last IT block " @@ -1535,202 +1581,202 @@ msgid "" "it to generate only one instruction per IT block" msgstr "" -#: elf32-arm.c:9000 +#: elf32-arm.c:9082 #, c-format msgid "invalid TARGET2 relocation type '%s'" msgstr "" #. FIXME: We ought to be able to generate thumb-1 PLT #. instructions... -#: elf32-arm.c:9802 +#: elf32-arm.c:9884 #, c-format msgid "%pB: warning: thumb-1 mode PLT generation not currently supported" msgstr "" -#: elf32-arm.c:10106 elf32-arm.c:10148 +#: elf32-arm.c:10188 elf32-arm.c:10230 #, c-format msgid "%pB(%pA+%#): unexpected %s instruction '%#lx' in TLS trampoline" msgstr "" -#: elf32-arm.c:10492 +#: elf32-arm.c:10574 msgid "shared object" msgstr "" -#: elf32-arm.c:10495 +#: elf32-arm.c:10577 msgid "PIE executable" msgstr "" -#: elf32-arm.c:10498 +#: elf32-arm.c:10580 #, c-format msgid "" "%pB: relocation %s against external or undefined symbol `%s' can not be used " "when making a %s; recompile with -fPIC" msgstr "" -#: elf32-arm.c:10635 elf32-arm.c:11062 +#: elf32-arm.c:10717 elf32-arm.c:11144 #, c-format msgid "%pB: warning: %s BLX instruction targets %s function '%s'" msgstr "" -#: elf32-arm.c:11975 elf32-arm.c:12001 +#: elf32-arm.c:12057 elf32-arm.c:12083 #, c-format msgid "" "%pB(%pA+%#): unexpected %s instruction '%#lx' referenced by " "TLS_GOTDESC" msgstr "" -#: elf32-arm.c:12047 elf32-csky.c:4853 elf32-m68k.c:3703 elf32-metag.c:1919 -#: elf32-nios2.c:4366 +#: elf32-arm.c:12129 elf32-csky.c:4852 elf32-m68k.c:3716 elf32-metag.c:1919 +#: elf32-nios2.c:4378 #, c-format msgid "%pB(%pA+%#): %s relocation not permitted in shared object" msgstr "" -#: elf32-arm.c:12261 +#: elf32-arm.c:12343 #, c-format msgid "" "%pB(%pA+%#): only ADD or SUB instructions are allowed for ALU group " "relocations" msgstr "" -#: elf32-arm.c:12302 elf32-arm.c:12394 elf32-arm.c:12482 elf32-arm.c:12572 +#: elf32-arm.c:12384 elf32-arm.c:12476 elf32-arm.c:12564 elf32-arm.c:12654 #, c-format msgid "" "%pB(%pA+%#): overflow whilst splitting %# for group " "relocation %s" msgstr "" -#: elf32-arm.c:13078 elf32-sh.c:3689 +#: elf32-arm.c:13286 elf32-sh.c:3691 #, c-format msgid "%pB(%pA+%#): %s relocation against SEC_MERGE section" msgstr "" -#: elf32-arm.c:13191 elf32-m68k.c:3936 elf32-xtensa.c:2703 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6534 +#: elf32-arm.c:13399 elf32-m68k.c:3949 elf32-xtensa.c:2707 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6808 #, c-format msgid "%pB(%pA+%#): %s used with TLS symbol %s" msgstr "" -#: elf32-arm.c:13193 elf32-m68k.c:3938 elf32-xtensa.c:2705 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6536 +#: elf32-arm.c:13401 elf32-m68k.c:3951 elf32-xtensa.c:2709 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6810 #, c-format msgid "%pB(%pA+%#): %s used with non-TLS symbol %s" msgstr "" -#: elf32-arm.c:13276 elf32-tic6x.c:2708 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6871 +#: elf32-arm.c:13484 elf32-tic6x.c:2708 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7145 msgid "out of range" msgstr "" -#: elf32-arm.c:13280 elf32-nios2.c:4500 elf32-pru.c:933 elf32-tic6x.c:2712 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6875 +#: elf32-arm.c:13488 elf32-nios2.c:4512 elf32-pru.c:936 elf32-tic6x.c:2712 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7149 msgid "unsupported relocation" msgstr "" -#: elf32-arm.c:13288 elf32-nios2.c:4510 elf32-pru.c:943 elf32-tic6x.c:2720 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6883 +#: elf32-arm.c:13496 elf32-nios2.c:4522 elf32-pru.c:946 elf32-tic6x.c:2720 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7157 msgid "unknown error" msgstr "" -#: elf32-arm.c:13764 +#: elf32-arm.c:13974 #, c-format msgid "" "warning: not setting interworking flag of %pB since it has already been " "specified as non-interworking" msgstr "" -#: elf32-arm.c:13768 +#: elf32-arm.c:13978 #, c-format msgid "warning: clearing the interworking flag of %pB due to outside request" msgstr "" -#: elf32-arm.c:13813 +#: elf32-arm.c:14023 #, c-format msgid "" "warning: clearing the interworking flag of %pB because non-interworking code " "in %pB has been linked with it" msgstr "" -#: elf32-arm.c:13900 +#: elf32-arm.c:14110 #, c-format msgid "%pB: unknown mandatory EABI object attribute %d" msgstr "" -#: elf32-arm.c:13908 +#: elf32-arm.c:14118 #, c-format msgid "warning: %pB: unknown EABI object attribute %d" msgstr "" -#: elf32-arm.c:14175 +#: elf32-arm.c:14418 #, c-format msgid "error: %pB: unknown CPU architecture" msgstr "" -#: elf32-arm.c:14213 elf32-nios2.c:2946 +#: elf32-arm.c:14456 elf32-nios2.c:2946 #, c-format msgid "error: %pB: conflicting CPU architectures %d/%d" msgstr "" -#: elf32-arm.c:14310 +#: elf32-arm.c:14553 #, c-format msgid "" "Error: %pB has both the current and legacy Tag_MPextension_use attributes" msgstr "" -#: elf32-arm.c:14339 +#: elf32-arm.c:14582 #, c-format msgid "error: %pB uses VFP register arguments, %pB does not" msgstr "" -#: elf32-arm.c:14497 +#: elf32-arm.c:14741 #, c-format msgid "error: %pB: unable to merge virtualization attributes with %pB" msgstr "" -#: elf32-arm.c:14523 +#: elf32-arm.c:14767 #, c-format msgid "error: %pB: conflicting architecture profiles %c/%c" msgstr "" -#: elf32-arm.c:14662 +#: elf32-arm.c:14906 #, c-format msgid "warning: %pB: conflicting platform configuration" msgstr "" -#: elf32-arm.c:14671 +#: elf32-arm.c:14915 #, c-format msgid "error: %pB: conflicting use of R9" msgstr "" -#: elf32-arm.c:14683 +#: elf32-arm.c:14927 #, c-format msgid "error: %pB: SB relative addressing conflicts with use of R9" msgstr "" -#: elf32-arm.c:14696 +#: elf32-arm.c:14940 #, c-format msgid "" "warning: %pB uses %u-byte wchar_t yet the output is to use %u-byte wchar_t; " "use of wchar_t values across objects may fail" msgstr "" -#: elf32-arm.c:14727 +#: elf32-arm.c:14971 #, c-format msgid "" "warning: %pB uses %s enums yet the output is to use %s enums; use of enum " "values across objects may fail" msgstr "" -#: elf32-arm.c:14739 +#: elf32-arm.c:14983 #, c-format msgid "error: %pB uses iWMMXt register arguments, %pB does not" msgstr "" -#: elf32-arm.c:14756 +#: elf32-arm.c:15000 #, c-format msgid "error: fp16 format mismatch between %pB and %pB" msgstr "" -#: elf32-arm.c:14792 +#: elf32-arm.c:15036 #, c-format msgid "%pB has both the current and legacy Tag_MPextension_use attributes" msgstr "" @@ -1740,355 +1786,355 @@ msgstr "" #. Ignore init flag - it may not be set, despite the flags field containing valid data. #. Ignore init flag - it may not be set, despite the flags field #. containing valid data. -#: elf32-arm.c:14879 elf32-bfin.c:4740 elf32-cris.c:3908 elf32-m68hc1x.c:1410 -#: elf32-m68k.c:1201 elf32-score.c:4000 elf32-score7.c:3805 elf32-vax.c:537 -#: elf32-xgate.c:494 elfxx-mips.c:16037 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7037 +#: elf32-arm.c:15123 elf32-bfin.c:4735 elf32-cris.c:3906 elf32-m68hc1x.c:1416 +#: elf32-m68k.c:1205 elf32-score.c:3999 elf32-score7.c:3804 elf32-vax.c:537 +#: elf32-xgate.c:494 elfxx-mips.c:16204 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7311 #, c-format msgid "private flags = %lx:" msgstr "" -#: elf32-arm.c:14888 +#: elf32-arm.c:15132 #, c-format msgid " [interworking enabled]" msgstr "" -#: elf32-arm.c:14896 +#: elf32-arm.c:15140 #, c-format msgid " [VFP float format]" msgstr "" -#: elf32-arm.c:14898 +#: elf32-arm.c:15142 #, c-format msgid " [Maverick float format]" msgstr "" -#: elf32-arm.c:14900 +#: elf32-arm.c:15144 #, c-format msgid " [FPA float format]" msgstr "" -#: elf32-arm.c:14903 +#: elf32-arm.c:15147 #, c-format msgid " [floats passed in float registers]" msgstr "" -#: elf32-arm.c:14906 elf32-arm.c:14992 +#: elf32-arm.c:15150 elf32-arm.c:15236 #, c-format msgid " [position independent]" msgstr "" -#: elf32-arm.c:14909 +#: elf32-arm.c:15153 #, c-format msgid " [new ABI]" msgstr "" -#: elf32-arm.c:14912 +#: elf32-arm.c:15156 #, c-format msgid " [old ABI]" msgstr "" -#: elf32-arm.c:14915 +#: elf32-arm.c:15159 #, c-format msgid " [software FP]" msgstr "" -#: elf32-arm.c:14924 +#: elf32-arm.c:15168 #, c-format msgid " [Version1 EABI]" msgstr "" -#: elf32-arm.c:14927 elf32-arm.c:14938 +#: elf32-arm.c:15171 elf32-arm.c:15182 #, c-format msgid " [sorted symbol table]" msgstr "" -#: elf32-arm.c:14929 elf32-arm.c:14940 +#: elf32-arm.c:15173 elf32-arm.c:15184 #, c-format msgid " [unsorted symbol table]" msgstr "" -#: elf32-arm.c:14935 +#: elf32-arm.c:15179 #, c-format msgid " [Version2 EABI]" msgstr "" -#: elf32-arm.c:14943 +#: elf32-arm.c:15187 #, c-format msgid " [dynamic symbols use segment index]" msgstr "" -#: elf32-arm.c:14946 +#: elf32-arm.c:15190 #, c-format msgid " [mapping symbols precede others]" msgstr "" -#: elf32-arm.c:14953 +#: elf32-arm.c:15197 #, c-format msgid " [Version3 EABI]" msgstr "" -#: elf32-arm.c:14957 +#: elf32-arm.c:15201 #, c-format msgid " [Version4 EABI]" msgstr "" -#: elf32-arm.c:14961 +#: elf32-arm.c:15205 #, c-format msgid " [Version5 EABI]" msgstr "" -#: elf32-arm.c:14964 +#: elf32-arm.c:15208 #, c-format msgid " [soft-float ABI]" msgstr "" -#: elf32-arm.c:14967 +#: elf32-arm.c:15211 #, c-format msgid " [hard-float ABI]" msgstr "" -#: elf32-arm.c:14973 +#: elf32-arm.c:15217 #, c-format msgid " [BE8]" msgstr "" -#: elf32-arm.c:14976 +#: elf32-arm.c:15220 #, c-format msgid " [LE8]" msgstr "" -#: elf32-arm.c:14982 +#: elf32-arm.c:15226 #, c-format msgid " " msgstr "" -#: elf32-arm.c:14989 +#: elf32-arm.c:15233 #, c-format msgid " [relocatable executable]" msgstr "" -#: elf32-arm.c:14995 +#: elf32-arm.c:15239 #, c-format msgid " [FDPIC ABI supplement]" msgstr "" -#: elf32-arm.c:15000 /work/sources/binutils/current/bfd/elfnn-aarch64.c:7040 +#: elf32-arm.c:15244 /work/sources/binutils/current/bfd/elfnn-aarch64.c:7314 #, c-format msgid "" msgstr "" -#: elf32-arm.c:15117 elf32-i386.c:1529 elf32-s390.c:960 elf32-tic6x.c:2783 -#: elf32-tilepro.c:1479 elf32-xtensa.c:1029 elf64-s390.c:882 -#: elf64-x86-64.c:1865 elfxx-sparc.c:1422 elfxx-tilegx.c:1700 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7329 -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:539 +#: elf32-arm.c:15361 elf32-i386.c:1529 elf32-s390.c:960 elf32-tic6x.c:2783 +#: elf32-tilepro.c:1478 elf32-xtensa.c:1034 elf64-s390.c:882 +#: elf64-x86-64.c:1874 elfxx-sparc.c:1421 elfxx-tilegx.c:1699 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7602 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:552 #, c-format msgid "%pB: bad symbol index: %d" msgstr "" -#: elf32-arm.c:15508 +#: elf32-arm.c:15750 #, c-format msgid "" "FDPIC does not yet support %s relocation to become dynamic for executable" msgstr "" -#: elf32-arm.c:16558 elf32-csky.c:1931 elf32-hppa.c:2090 elf32-lm32.c:1998 -#: elf32-m32r.c:2110 elf32-metag.c:2797 elf32-nds32.c:4330 elf32-or1k.c:2858 -#: elf32-ppc.c:5469 elf32-s390.c:1854 elf32-sh.c:2975 elf32-tic6x.c:3252 -#: elf32-tilepro.c:2245 elf64-ppc.c:9023 elf64-s390.c:1791 elfxx-sparc.c:2435 -#: elfxx-tilegx.c:2491 elfxx-x86.c:571 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:8677 -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:1142 +#: elf32-arm.c:16745 elf32-csky.c:1932 elf32-hppa.c:2096 elf32-lm32.c:1999 +#: elf32-m32r.c:2110 elf32-metag.c:2795 elf32-nds32.c:4334 elf32-or1k.c:2858 +#: elf32-ppc.c:5442 elf32-s390.c:1853 elf32-sh.c:2977 elf32-tic6x.c:3252 +#: elf32-tilepro.c:2244 elf64-ppc.c:9703 elf64-s390.c:1789 elfxx-sparc.c:2432 +#: elfxx-tilegx.c:2490 elfxx-x86.c:571 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:8865 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:1155 #, c-format msgid "%pB: dynamic relocation against `%pT' in read-only section `%pA'\n" msgstr "" -#: elf32-arm.c:16854 +#: elf32-arm.c:17041 #, c-format msgid "errors encountered processing file %pB" msgstr "" -#: elf32-arm.c:17301 elflink.c:12556 elflink.c:12603 +#: elf32-arm.c:17488 elflink.c:12687 elflink.c:12734 #, c-format msgid "could not find section %s" msgstr "" -#: elf32-arm.c:18512 +#: elf32-arm.c:18705 #, c-format msgid "%pB: error: Cortex-A8 erratum stub is allocated in unsafe location" msgstr "" #. There's not much we can do apart from complain if this #. happens. -#: elf32-arm.c:18539 +#: elf32-arm.c:18732 #, c-format msgid "%pB: error: Cortex-A8 erratum stub out of range (input file too large)" msgstr "" -#: elf32-arm.c:19366 elf32-arm.c:19388 +#: elf32-arm.c:19559 elf32-arm.c:19581 #, c-format msgid "%pB: error: VFP11 veneer out of range" msgstr "" -#: elf32-arm.c:19439 +#: elf32-arm.c:19632 #, c-format msgid "" "%pB(%#): error: cannot create STM32L4XX veneer; jump out of range by " "% bytes; cannot encode branch instruction" msgstr "" -#: elf32-arm.c:19478 +#: elf32-arm.c:19671 #, c-format msgid "%pB: error: cannot create STM32L4XX veneer" msgstr "" -#: elf32-arm.c:20567 +#: elf32-arm.c:20750 #, c-format msgid "error: %pB is already in final BE8 format" msgstr "" -#: elf32-arm.c:20643 +#: elf32-arm.c:20826 #, c-format msgid "" "error: source object %pB has EABI version %d, but target %pB has EABI " "version %d" msgstr "" -#: elf32-arm.c:20658 +#: elf32-arm.c:20841 #, c-format msgid "error: %pB is compiled for APCS-%d, whereas target %pB uses APCS-%d" msgstr "" -#: elf32-arm.c:20668 +#: elf32-arm.c:20851 #, c-format msgid "" "error: %pB passes floats in float registers, whereas %pB passes them in " "integer registers" msgstr "" -#: elf32-arm.c:20672 +#: elf32-arm.c:20855 #, c-format msgid "" "error: %pB passes floats in integer registers, whereas %pB passes them in " "float registers" msgstr "" -#: elf32-arm.c:20682 elf32-arm.c:20686 elf32-arm.c:20696 +#: elf32-arm.c:20865 elf32-arm.c:20869 elf32-arm.c:20879 #, c-format msgid "error: %pB uses %s instructions, whereas %pB does not" msgstr "" -#: elf32-arm.c:20700 +#: elf32-arm.c:20883 #, c-format msgid "error: %pB does not use %s instructions, whereas %pB does" msgstr "" -#: elf32-arm.c:20719 +#: elf32-arm.c:20902 #, c-format msgid "error: %pB uses software FP, whereas %pB uses hardware FP" msgstr "" -#: elf32-arm.c:20723 +#: elf32-arm.c:20906 #, c-format msgid "error: %pB uses hardware FP, whereas %pB uses software FP" msgstr "" -#: elf32-arm.c:20737 +#: elf32-arm.c:20920 #, c-format msgid "warning: %pB supports interworking, whereas %pB does not" msgstr "" -#: elf32-arm.c:20743 +#: elf32-arm.c:20926 #, c-format msgid "warning: %pB does not support interworking, whereas %pB does" msgstr "" -#: elf32-avr.c:1518 elf32-bfin.c:3135 elf32-cris.c:2041 elf32-epiphany.c:577 -#: elf32-fr30.c:602 elf32-frv.c:4057 elf32-ft32.c:502 elf32-ip2k.c:1493 -#: elf32-iq2000.c:701 elf32-m32c.c:632 elf32-mep.c:534 elf32-metag.c:1998 -#: elf32-moxie.c:296 elf32-msp430.c:1366 elf32-mt.c:406 elf32-or1k.c:1767 -#: elf32-tilepro.c:3514 elf32-v850.c:2299 elf32-visium.c:689 -#: elf32-xstormy16.c:939 elf64-mmix.c:1549 elfxx-tilegx.c:3878 +#: elf32-avr.c:1518 elf32-bfin.c:3130 elf32-cris.c:2041 elf32-epiphany.c:577 +#: elf32-fr30.c:602 elf32-frv.c:4053 elf32-ft32.c:502 elf32-ip2k.c:1493 +#: elf32-iq2000.c:699 elf32-m32c.c:632 elf32-mep.c:534 elf32-metag.c:1998 +#: elf32-moxie.c:296 elf32-msp430.c:1369 elf32-mt.c:406 elf32-or1k.c:1767 +#: elf32-tilepro.c:3513 elf32-v850.c:2298 elf32-visium.c:688 +#: elf32-xstormy16.c:937 elf64-bpf.c:496 elf64-mmix.c:1549 elfxx-tilegx.c:3877 msgid "internal error: dangerous relocation" msgstr "" -#: elf32-avr.c:3327 /work/sources/binutils/current/bfd/elfnn-aarch64.c:3126 +#: elf32-avr.c:3338 /work/sources/binutils/current/bfd/elfnn-aarch64.c:3267 #, c-format msgid "cannot create stub entry %s" msgstr "" -#: elf32-bfin.c:106 elf32-bfin.c:362 +#: elf32-bfin.c:107 elf32-bfin.c:363 msgid "relocation should be even number" msgstr "" -#: elf32-bfin.c:1585 +#: elf32-bfin.c:1584 #, c-format msgid "%pB(%pA+%#): unresolvable relocation against symbol `%s'" msgstr "" -#: elf32-bfin.c:1617 elf32-i386.c:3449 elf32-m68k.c:3976 elf32-s390.c:3269 -#: elf64-s390.c:3219 elf64-x86-64.c:3896 +#: elf32-bfin.c:1616 elf32-i386.c:3443 elf32-m68k.c:3989 elf32-s390.c:3268 +#: elf64-s390.c:3217 elf64-x86-64.c:4011 #, c-format msgid "%pB(%pA+%#): reloc against `%s': error %d" msgstr "" -#: elf32-bfin.c:2638 +#: elf32-bfin.c:2637 #, c-format msgid "" "%pB: relocation at `%pA+%#' references symbol `%s' with nonzero " "addend" msgstr "" -#: elf32-bfin.c:2655 +#: elf32-bfin.c:2654 msgid "relocation references symbol not defined in the module" msgstr "" -#: elf32-bfin.c:2752 +#: elf32-bfin.c:2751 msgid "R_BFIN_FUNCDESC references dynamic symbol with nonzero addend" msgstr "" -#: elf32-bfin.c:2793 elf32-bfin.c:2916 +#: elf32-bfin.c:2791 elf32-bfin.c:2912 msgid "cannot emit fixups in read-only section" msgstr "" -#: elf32-bfin.c:2824 elf32-bfin.c:2954 elf32-lm32.c:1049 elf32-sh.c:4511 +#: elf32-bfin.c:2821 elf32-bfin.c:2949 elf32-lm32.c:1049 elf32-sh.c:4513 msgid "cannot emit dynamic relocations in read-only section" msgstr "" -#: elf32-bfin.c:2874 +#: elf32-bfin.c:2871 msgid "R_BFIN_FUNCDESC_VALUE references dynamic symbol with nonzero addend" msgstr "" -#: elf32-bfin.c:3039 +#: elf32-bfin.c:3034 msgid "relocations between different segments are not supported" msgstr "" -#: elf32-bfin.c:3040 +#: elf32-bfin.c:3035 msgid "warning: relocation references a different segment" msgstr "" -#: elf32-bfin.c:4787 elf32-frv.c:6603 +#: elf32-bfin.c:4782 elf32-frv.c:6597 #, c-format msgid "%pB: cannot link non-fdpic object file into fdpic executable" msgstr "" -#: elf32-bfin.c:4791 elf32-frv.c:6607 +#: elf32-bfin.c:4786 elf32-frv.c:6601 #, c-format msgid "%pB: cannot link fdpic object file into non-fdpic executable" msgstr "" -#: elf32-bfin.c:4941 +#: elf32-bfin.c:4936 #, c-format msgid "*** check this relocation %s" msgstr "" -#: elf32-bfin.c:5057 +#: elf32-bfin.c:5052 msgid "" "the bfin target does not currently support the generation of copy relocations" msgstr "" -#: elf32-bfin.c:5351 elf32-cr16.c:2803 elf32-m68k.c:4390 +#: elf32-bfin.c:5346 elf32-cr16.c:2801 elf32-m68k.c:4403 msgid "unsupported relocation type" msgstr "" @@ -2189,76 +2235,76 @@ msgid "" "recompile with -fPIC" msgstr "" -#: elf32-cris.c:3747 +#: elf32-cris.c:3745 #, c-format msgid "" "%pB, section `%pA', to symbol `%s': relocation %s should not be used in a " "shared object; recompile with -fPIC" msgstr "" -#: elf32-cris.c:3860 +#: elf32-cris.c:3857 msgid "unexpected machine number" msgstr "" -#: elf32-cris.c:3911 +#: elf32-cris.c:3909 #, c-format msgid " [symbols have a _ prefix]" msgstr "" -#: elf32-cris.c:3914 +#: elf32-cris.c:3912 #, c-format msgid " [v10 and v32]" msgstr "" -#: elf32-cris.c:3917 +#: elf32-cris.c:3915 #, c-format msgid " [v32]" msgstr "" -#: elf32-cris.c:3961 +#: elf32-cris.c:3959 #, c-format msgid "" "%pB: uses _-prefixed symbols, but writing file with non-prefixed symbols" msgstr "" -#: elf32-cris.c:3962 +#: elf32-cris.c:3960 #, c-format msgid "" "%pB: uses non-prefixed symbols, but writing file with _-prefixed symbols" msgstr "" -#: elf32-cris.c:3981 +#: elf32-cris.c:3979 #, c-format msgid "%pB contains CRIS v32 code, incompatible with previous objects" msgstr "" -#: elf32-cris.c:3983 +#: elf32-cris.c:3981 #, c-format msgid "%pB contains non-CRIS-v32 code, incompatible with previous objects" msgstr "" -#: elf32-csky.c:2066 +#: elf32-csky.c:2067 msgid "GOT table size out of range" msgstr "" -#: elf32-csky.c:2917 +#: elf32-csky.c:2916 #, c-format msgid "warning: unrecognized arch eflag '%#lx'" msgstr "" -#: elf32-csky.c:2977 +#: elf32-csky.c:2976 #, c-format msgid "%pB: machine flag conflict with target" msgstr "" -#: elf32-csky.c:2990 +#: elf32-csky.c:2989 #, c-format msgid "" "warning: file %pB's arch flag ck%s conflicts with target ck%s, using ck%s" msgstr "" #. The r_type is error, not support it. -#: elf32-csky.c:4225 elf32-i386.c:351 +#: elf32-csky.c:4224 elf32-i386.c:351 #, c-format msgid "%pB: unsupported relocation type: %#x" msgstr "" @@ -2339,40 +2385,40 @@ msgstr "" msgid "R_FRV_TLSMOFFLO not applied to a setlo or setlos instruction\n" msgstr "" -#: elf32-frv.c:3538 elf32-frv.c:3660 +#: elf32-frv.c:3538 elf32-frv.c:3658 msgid "%H: %s references dynamic symbol with nonzero addend\n" msgstr "" -#: elf32-frv.c:3580 elf32-frv.c:3703 +#: elf32-frv.c:3579 elf32-frv.c:3700 msgid "%H: cannot emit fixups in read-only section\n" msgstr "" -#: elf32-frv.c:3611 elf32-frv.c:3746 +#: elf32-frv.c:3609 elf32-frv.c:3742 msgid "%H: cannot emit dynamic relocations in read-only section\n" msgstr "" -#: elf32-frv.c:3918 +#: elf32-frv.c:3914 #, c-format msgid "%H: reloc against `%s' references a different segment\n" msgstr "" -#: elf32-frv.c:4069 +#: elf32-frv.c:4065 #, c-format msgid "%H: reloc against `%s': %s\n" msgstr "" -#: elf32-frv.c:6514 +#: elf32-frv.c:6508 #, c-format msgid "" "%pB: compiled with %s and linked with modules that use non-pic relocations" msgstr "" -#: elf32-frv.c:6568 elf32-iq2000.c:832 elf32-m32c.c:876 +#: elf32-frv.c:6562 elf32-iq2000.c:830 elf32-m32c.c:876 #, c-format msgid "%pB: compiled with %s and linked with modules compiled with %s" msgstr "" -#: elf32-frv.c:6581 +#: elf32-frv.c:6575 #, c-format msgid "" "%pB: uses different unknown e_flags (%#x) fields than previous modules (%#x)" @@ -2383,47 +2429,47 @@ msgstr "" msgid "%pB: relocations in generic ELF (EM: %d)" msgstr "" -#: elf32-hppa.c:834 elf32-hppa.c:3511 +#: elf32-hppa.c:842 elf32-hppa.c:3518 #, c-format msgid "" "%pB(%pA+%#): cannot reach %s, recompile with -ffunction-sections" msgstr "" -#: elf32-hppa.c:1248 +#: elf32-hppa.c:1256 #, c-format msgid "" "%pB: relocation %s can not be used when making a shared object; recompile " "with -fPIC" msgstr "" -#: elf32-hppa.c:2688 +#: elf32-hppa.c:2695 #, c-format msgid "%pB: duplicate export stub %s" msgstr "" -#: elf32-hppa.c:3344 +#: elf32-hppa.c:3351 #, c-format msgid "" "%pB(%pA+%#): %s fixup for insn %#x is not supported in a non-shared " "link" msgstr "" -#: elf32-hppa.c:4140 +#: elf32-hppa.c:4147 #, c-format msgid "%s has both normal and TLS relocs" msgstr "" -#: elf32-hppa.c:4158 +#: elf32-hppa.c:4165 #, c-format msgid "%pB:%s has both normal and TLS relocs" msgstr "" -#: elf32-hppa.c:4217 +#: elf32-hppa.c:4224 #, c-format msgid "%pB(%pA+%#): cannot handle %s for %s" msgstr "" -#: elf32-hppa.c:4521 +#: elf32-hppa.c:4528 msgid ".got section not immediately after .plt section" msgstr "" @@ -2441,60 +2487,60 @@ msgid "" "can not be used when making a shared object" msgstr "" -#: elf32-i386.c:1726 elf32-s390.c:1188 elf32-sh.c:5662 elf32-tilepro.c:1592 -#: elf32-xtensa.c:1203 elf64-s390.c:1120 elfxx-sparc.c:1591 elfxx-tilegx.c:1805 -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:451 +#: elf32-i386.c:1722 elf32-s390.c:1188 elf32-sh.c:5662 elf32-tilepro.c:1591 +#: elf32-xtensa.c:1206 elf64-s390.c:1120 elfxx-sparc.c:1590 elfxx-tilegx.c:1804 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:464 #, c-format msgid "%pB: `%s' accessed both as normal and thread local symbol" msgstr "" -#: elf32-i386.c:1798 +#: elf32-i386.c:1794 #, c-format msgid "%pB: unsupported non-PIC call to IFUNC `%s'" msgstr "" -#: elf32-i386.c:2379 elf64-x86-64.c:2670 +#: elf32-i386.c:2373 elf64-x86-64.c:2674 #, c-format msgid "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' isn't supported" msgstr "" -#: elf32-i386.c:2412 elf32-i386.c:3660 elf32-i386.c:3801 elf64-x86-64.c:2727 -#: elf64-x86-64.c:4069 elf64-x86-64.c:4225 +#: elf32-i386.c:2406 elf32-i386.c:3654 elf32-i386.c:3795 elf64-x86-64.c:2731 +#: elf64-x86-64.c:4184 elf64-x86-64.c:4340 #, c-format msgid "Local IFUNC function `%s' in %pB\n" msgstr "" -#: elf32-i386.c:2569 +#: elf32-i386.c:2563 #, c-format msgid "" "%pB: direct GOT relocation %s against `%s' without base register can not be " "used when making a shared object" msgstr "" -#: elf32-i386.c:2604 elf64-x86-64.c:2919 +#: elf32-i386.c:2598 elf64-x86-64.c:2923 msgid "hidden symbol" msgstr "" -#: elf32-i386.c:2607 elf64-x86-64.c:2922 +#: elf32-i386.c:2601 elf64-x86-64.c:2926 msgid "internal symbol" msgstr "" -#: elf32-i386.c:2610 elf64-x86-64.c:2925 +#: elf32-i386.c:2604 elf64-x86-64.c:2929 msgid "protected symbol" msgstr "" -#: elf32-i386.c:2613 elf64-x86-64.c:2928 +#: elf32-i386.c:2607 elf64-x86-64.c:2932 msgid "symbol" msgstr "" -#: elf32-i386.c:2619 +#: elf32-i386.c:2613 #, c-format msgid "" "%pB: relocation R_386_GOTOFF against undefined %s `%s' can not be used when " "making a shared object" msgstr "" -#: elf32-i386.c:2632 +#: elf32-i386.c:2626 #, c-format msgid "" "%pB: relocation R_386_GOTOFF against protected %s `%s' can not be used when " @@ -2548,7 +2594,7 @@ msgstr "" msgid "%pB: instruction set mismatch with previous modules" msgstr "" -#: elf32-m32r.c:3508 elf32-nds32.c:6992 +#: elf32-m32r.c:3508 elf32-nds32.c:6995 #, c-format msgid "private flags = %lx" msgstr "" @@ -2568,120 +2614,120 @@ msgstr "" msgid ": m32r2 instructions" msgstr "" -#: elf32-m68hc1x.c:1116 +#: elf32-m68hc1x.c:1136 #, c-format msgid "" "reference to the far symbol `%s' using a wrong relocation may result in " "incorrect execution" msgstr "" -#: elf32-m68hc1x.c:1150 +#: elf32-m68hc1x.c:1167 #, c-format msgid "" "XGATE address (%lx) is not within shared RAM(0xE000-0xFFFF), therefore you " "must manually offset the address, and possibly manage the page, in your code." msgstr "" -#: elf32-m68hc1x.c:1168 +#: elf32-m68hc1x.c:1183 #, c-format msgid "" "banked address [%lx:%04lx] (%lx) is not in the same bank as current banked " "address [%lx:%04lx] (%lx)" msgstr "" -#: elf32-m68hc1x.c:1184 +#: elf32-m68hc1x.c:1198 #, c-format msgid "" "reference to a banked address [%lx:%04lx] in the normal address space at " "%04lx" msgstr "" -#: elf32-m68hc1x.c:1225 +#: elf32-m68hc1x.c:1234 #, c-format msgid "" "S12 address (%lx) is not within shared RAM(0x2000-0x4000), therefore you " "must manually offset the address in your code" msgstr "" -#: elf32-m68hc1x.c:1352 +#: elf32-m68hc1x.c:1358 #, c-format msgid "" "%pB: linking files compiled for 16-bit integers (-mshort) and others for 32-" "bit integers" msgstr "" -#: elf32-m68hc1x.c:1359 +#: elf32-m68hc1x.c:1365 #, c-format msgid "" "%pB: linking files compiled for 32-bit double (-fshort-double) and others " "for 64-bit double" msgstr "" -#: elf32-m68hc1x.c:1368 +#: elf32-m68hc1x.c:1374 #, c-format msgid "%pB: linking files compiled for HCS12 with others compiled for HC12" msgstr "" -#: elf32-m68hc1x.c:1413 elf32-xgate.c:497 +#: elf32-m68hc1x.c:1419 elf32-xgate.c:497 #, c-format msgid "[abi=32-bit int, " msgstr "" -#: elf32-m68hc1x.c:1415 elf32-xgate.c:499 +#: elf32-m68hc1x.c:1421 elf32-xgate.c:499 #, c-format msgid "[abi=16-bit int, " msgstr "" -#: elf32-m68hc1x.c:1418 elf32-xgate.c:502 +#: elf32-m68hc1x.c:1424 elf32-xgate.c:502 #, c-format msgid "64-bit double, " msgstr "" -#: elf32-m68hc1x.c:1420 elf32-xgate.c:504 +#: elf32-m68hc1x.c:1426 elf32-xgate.c:504 #, c-format msgid "32-bit double, " msgstr "" -#: elf32-m68hc1x.c:1423 +#: elf32-m68hc1x.c:1429 #, c-format msgid "cpu=HC11]" msgstr "" -#: elf32-m68hc1x.c:1425 +#: elf32-m68hc1x.c:1431 #, c-format msgid "cpu=HCS12]" msgstr "" -#: elf32-m68hc1x.c:1427 +#: elf32-m68hc1x.c:1433 #, c-format msgid "cpu=HC12]" msgstr "" -#: elf32-m68hc1x.c:1430 +#: elf32-m68hc1x.c:1436 #, c-format msgid " [memory=bank-model]" msgstr "" -#: elf32-m68hc1x.c:1432 +#: elf32-m68hc1x.c:1438 #, c-format msgid " [memory=flat]" msgstr "" -#: elf32-m68hc1x.c:1435 +#: elf32-m68hc1x.c:1441 #, c-format msgid " [XGATE RAM offsetting]" msgstr "" -#: elf32-m68k.c:1216 elf32-m68k.c:1217 vms-alpha.c:7484 vms-alpha.c:7500 +#: elf32-m68k.c:1220 elf32-m68k.c:1221 vms-alpha.c:7527 vms-alpha.c:7543 msgid "unknown" msgstr "" -#: elf32-m68k.c:1660 +#: elf32-m68k.c:1671 #, c-format msgid "%pB: GOT overflow: number of relocations with 8-bit offset > %d" msgstr "" -#: elf32-m68k.c:1667 +#: elf32-m68k.c:1678 #, c-format msgid "%pB: GOT overflow: number of relocations with 8- or 16-bit offset > %d" msgstr "" @@ -2724,8 +2770,8 @@ msgid "" "link" msgstr "" -#: elf32-microblaze.c:1544 elf32-tilepro.c:3155 elfxx-sparc.c:3538 -#: elfxx-tilegx.c:3543 +#: elf32-microblaze.c:1544 elf32-tilepro.c:3154 elfxx-sparc.c:3535 +#: elfxx-tilegx.c:3542 #, c-format msgid "%pB: probably compiled without -fPIC?" msgstr "" @@ -2739,146 +2785,146 @@ msgstr "" msgid "32bits gp relative relocation occurs for an external symbol" msgstr "" -#: elf32-msp430.c:837 elf32-msp430.c:1151 +#: elf32-msp430.c:840 elf32-msp430.c:1154 msgid "try enabling relaxation to avoid relocation truncations" msgstr "" -#: elf32-msp430.c:1358 +#: elf32-msp430.c:1361 msgid "internal error: branch/jump to an odd address detected" msgstr "" -#: elf32-msp430.c:2357 +#: elf32-msp430.c:2360 #, c-format msgid "warning: %pB: unknown MSPABI object attribute %d" msgstr "" -#: elf32-msp430.c:2456 +#: elf32-msp430.c:2461 #, c-format msgid "error: %pB uses %s instructions but %pB uses %s" msgstr "" -#: elf32-msp430.c:2468 +#: elf32-msp430.c:2473 #, c-format msgid "error: %pB uses the %s code model whereas %pB uses the %s code model" msgstr "" -#: elf32-msp430.c:2480 +#: elf32-msp430.c:2486 #, c-format msgid "error: %pB uses the large code model but %pB uses MSP430 instructions" msgstr "" -#: elf32-msp430.c:2491 +#: elf32-msp430.c:2497 #, c-format msgid "error: %pB uses the %s data model whereas %pB uses the %s data model" msgstr "" -#: elf32-msp430.c:2503 +#: elf32-msp430.c:2510 #, c-format msgid "error: %pB uses the small code model but %pB uses the %s data model" msgstr "" -#: elf32-msp430.c:2515 +#: elf32-msp430.c:2522 #, c-format msgid "error: %pB uses the %s data model but %pB only uses MSP430 instructions" msgstr "" -#: elf32-nds32.c:3624 +#: elf32-msp430.c:2547 #, c-format -msgid "error: can't find symbol: %s" +msgid "" +"error: %pB can use the upper region for data, but %pB assumes data is " +"exclusively in lower memory" msgstr "" -#: elf32-nds32.c:5639 +#: elf32-nds32.c:3628 #, c-format -msgid "" -"%pB: relocation %s against `%s' can not be used whenmaking a shared object; " -"recompile with -fPIC" +msgid "error: can't find symbol: %s" msgstr "" -#: elf32-nds32.c:5669 +#: elf32-nds32.c:5672 #, c-format msgid "%pB: warning: %s unsupported in shared mode" msgstr "" -#: elf32-nds32.c:5795 +#: elf32-nds32.c:5798 #, c-format msgid "%pB: warning: unaligned access to GOT entry" msgstr "" -#: elf32-nds32.c:5836 +#: elf32-nds32.c:5839 #, c-format msgid "%pB: warning: relocate SDA_BASE failed" msgstr "" -#: elf32-nds32.c:5858 +#: elf32-nds32.c:5861 #, c-format msgid "%pB(%pA): warning: unaligned small data access of type %d" msgstr "" -#: elf32-nds32.c:6784 +#: elf32-nds32.c:6787 #, c-format msgid "" "%pB: ISR vector size mismatch with previous modules, previous %u-byte, " "current %u-byte" msgstr "" -#: elf32-nds32.c:6828 +#: elf32-nds32.c:6831 #, c-format msgid "%pB: warning: endian mismatch with previous modules" msgstr "" -#: elf32-nds32.c:6842 +#: elf32-nds32.c:6845 #, c-format msgid "" "%pB: warning: older version of object file encountered, please recompile " "with current tool chain" msgstr "" -#: elf32-nds32.c:6930 +#: elf32-nds32.c:6933 #, c-format msgid "%pB: error: ABI mismatch with previous modules" msgstr "" -#: elf32-nds32.c:6940 +#: elf32-nds32.c:6943 #, c-format msgid "%pB: error: instruction set mismatch with previous modules" msgstr "" -#: elf32-nds32.c:6967 +#: elf32-nds32.c:6970 #, c-format msgid "%pB: warning: incompatible elf-versions %s and %s" msgstr "" -#: elf32-nds32.c:6998 +#: elf32-nds32.c:7001 #, c-format msgid ": n1 instructions" msgstr "" -#: elf32-nds32.c:7001 +#: elf32-nds32.c:7004 #, c-format msgid ": n1h instructions" msgstr "" -#: elf32-nds32.c:9462 +#: elf32-nds32.c:9465 #, c-format msgid "%pB: error: search_nds32_elf_blank reports wrong node" msgstr "" -#: elf32-nds32.c:9722 +#: elf32-nds32.c:9725 #, c-format msgid "%pB: warning: %s points to unrecognized reloc at %#" msgstr "" -#: elf32-nds32.c:12975 +#: elf32-nds32.c:12978 #, c-format msgid "%pB: nested OMIT_FP in %pA" msgstr "" -#: elf32-nds32.c:12994 +#: elf32-nds32.c:12997 #, c-format msgid "%pB: unmatched OMIT_FP in %pA" msgstr "" -#: elf32-nds32.c:13275 reloc.c:8410 +#: elf32-nds32.c:13279 reloc.c:8442 #, c-format msgid "%X%P: %pB(%pA): relocation \"%pR\" goes out of range\n" msgstr "" @@ -2891,25 +2937,26 @@ msgstr "" #: elf32-nios2.c:3822 #, c-format msgid "" -"global pointer relative relocation at address 0x%08x when _gp not defined\n" +"global pointer relative relocation at address %# when _gp not " +"defined\n" msgstr "" -#: elf32-nios2.c:3842 +#: elf32-nios2.c:3852 #, c-format msgid "" -"unable to reach %s (at 0x%08x) from the global pointer (at 0x%08x) because " -"the offset (%d) is out of the allowed range, -32678 to 32767\n" +"unable to reach %s (at %#) from the global pointer (at %#) " +"because the offset (%) is out of the allowed range, -32678 to 32767\n" msgstr "" -#: elf32-nios2.c:4495 elf32-pru.c:928 +#: elf32-nios2.c:4507 elf32-pru.c:931 msgid "relocation out of range" msgstr "" -#: elf32-nios2.c:4505 elf32-pru.c:938 elf32-tic6x.c:2716 +#: elf32-nios2.c:4517 elf32-pru.c:941 elf32-tic6x.c:2716 msgid "dangerous relocation" msgstr "" -#: elf32-nios2.c:5378 +#: elf32-nios2.c:5392 #, c-format msgid "dynamic variable `%s' is zero size" msgstr "" @@ -2939,7 +2986,7 @@ msgstr "" msgid "%pB: gotoff relocation against dynamic symbol %s" msgstr "" -#: elf32-or1k.c:1479 elf64-alpha.c:4455 elf64-alpha.c:4599 +#: elf32-or1k.c:1479 elf64-alpha.c:4456 elf64-alpha.c:4600 #, c-format msgid "%pB: pc-relative relocation against dynamic symbol %s" msgstr "" @@ -2959,7 +3006,7 @@ msgstr "" msgid "%pB: will not resolve runtime TLS relocation" msgstr "" -#: elf32-or1k.c:2074 +#: elf32-or1k.c:2071 #, c-format msgid "%pB: bad relocation section name `%s'" msgstr "" @@ -2969,102 +3016,102 @@ msgstr "" msgid "%pB: %s flag mismatch with previous modules" msgstr "" -#: elf32-ppc.c:986 +#: elf32-ppc.c:989 #, c-format msgid "generic linker can't handle %s" msgstr "" -#: elf32-ppc.c:1617 +#: elf32-ppc.c:1622 #, c-format msgid "corrupt %s section in %pB" msgstr "" -#: elf32-ppc.c:1637 +#: elf32-ppc.c:1642 #, c-format msgid "unable to read in %s section from %pB" msgstr "" -#: elf32-ppc.c:1679 +#: elf32-ppc.c:1684 #, c-format msgid "warning: unable to set size of %s section in %pB" msgstr "" -#: elf32-ppc.c:1729 +#: elf32-ppc.c:1734 msgid "failed to allocate space for new APUinfo section" msgstr "" -#: elf32-ppc.c:1748 +#: elf32-ppc.c:1753 msgid "failed to compute new APUinfo section" msgstr "" -#: elf32-ppc.c:1751 +#: elf32-ppc.c:1756 msgid "failed to install new APUinfo section" msgstr "" -#: elf32-ppc.c:2853 +#: elf32-ppc.c:2864 #, c-format msgid "%pB: relocation %s cannot be used when making a shared object" msgstr "" -#: elf32-ppc.c:3587 elf32-ppc.c:3595 +#: elf32-ppc.c:3581 elf32-ppc.c:3589 #, c-format msgid "%pB uses hard float, %pB uses soft float" msgstr "" -#: elf32-ppc.c:3603 elf32-ppc.c:3611 +#: elf32-ppc.c:3597 elf32-ppc.c:3605 #, c-format msgid "" "%pB uses double-precision hard float, %pB uses single-precision hard float" msgstr "" -#: elf32-ppc.c:3630 elf32-ppc.c:3638 +#: elf32-ppc.c:3624 elf32-ppc.c:3632 #, c-format msgid "%pB uses 64-bit long double, %pB uses 128-bit long double" msgstr "" -#: elf32-ppc.c:3646 elf32-ppc.c:3654 +#: elf32-ppc.c:3640 elf32-ppc.c:3648 #, c-format msgid "%pB uses IBM long double, %pB uses IEEE long double" msgstr "" -#: elf32-ppc.c:3721 elf32-ppc.c:3730 +#: elf32-ppc.c:3715 elf32-ppc.c:3724 #, c-format msgid "%pB uses AltiVec vector ABI, %pB uses SPE vector ABI" msgstr "" -#: elf32-ppc.c:3759 elf32-ppc.c:3768 +#: elf32-ppc.c:3753 elf32-ppc.c:3762 #, c-format msgid "%pB uses r3/r4 for small structure returns, %pB uses memory" msgstr "" -#: elf32-ppc.c:3829 +#: elf32-ppc.c:3823 #, c-format msgid "" "%pB: compiled with -mrelocatable and linked with modules compiled normally" msgstr "" -#: elf32-ppc.c:3837 +#: elf32-ppc.c:3831 #, c-format msgid "" "%pB: compiled normally and linked with modules compiled with -mrelocatable" msgstr "" -#: elf32-ppc.c:3906 +#: elf32-ppc.c:3900 #, c-format msgid "%pB(%pA+0x%lx): expected 16A style relocation on 0x%08x insn" msgstr "" -#: elf32-ppc.c:3925 +#: elf32-ppc.c:3919 #, c-format msgid "%pB(%pA+0x%lx): expected 16D style relocation on 0x%08x insn" msgstr "" -#: elf32-ppc.c:4028 +#: elf32-ppc.c:4022 #, c-format msgid "bss-plt forced due to %pB" msgstr "" -#: elf32-ppc.c:4030 +#: elf32-ppc.c:4024 msgid "bss-plt forced by profiling" msgstr "" @@ -3072,40 +3119,40 @@ msgstr "" #. could just mark this symbol to exclude it #. from tls optimization but it's safer to skip #. the entire optimization. -#: elf32-ppc.c:4606 elf64-ppc.c:7724 +#: elf32-ppc.c:4599 elf64-ppc.c:8089 #, c-format msgid "%H arg lost __tls_get_addr, TLS optimization disabled\n" msgstr "" -#: elf32-ppc.c:5577 elf32-sh.c:3078 elf32-tilepro.c:2339 elfxx-sparc.c:2534 -#: elfxx-tilegx.c:2579 +#: elf32-ppc.c:5550 elf32-sh.c:3080 elf32-tilepro.c:2338 elfxx-sparc.c:2531 +#: elfxx-tilegx.c:2578 #, c-format msgid "%pB: dynamic relocation in read-only section `%pA'\n" msgstr "" -#: elf32-ppc.c:7457 +#: elf32-ppc.c:7430 msgid "%P: %H: error: %s with unexpected instruction %x\n" msgstr "" -#: elf32-ppc.c:7494 +#: elf32-ppc.c:7467 msgid "%H: fixup branch overflow\n" msgstr "" -#: elf32-ppc.c:7534 elf32-ppc.c:7570 +#: elf32-ppc.c:7507 elf32-ppc.c:7543 #, c-format msgid "%pB(%pA+%#): error: %s with unexpected instruction %#x" msgstr "" -#: elf32-ppc.c:7634 +#: elf32-ppc.c:7607 #, c-format msgid "%X%H: unsupported bss-plt -fPIC ifunc %s\n" msgstr "" -#: elf32-ppc.c:7673 elf64-ppc.c:15220 +#: elf32-ppc.c:7646 elf64-ppc.c:16446 msgid "%H: warning: %s unexpected insn %#x.\n" msgstr "" -#: elf32-ppc.c:7985 +#: elf32-ppc.c:7955 #, c-format msgid "%H: non-zero addend on %s reloc against `%s'\n" msgstr "" @@ -3118,59 +3165,59 @@ msgstr "" #. local won't have the +32k reloc addend trick marking #. -fPIC code, so the linker won't know whether r30 is #. _GLOBAL_OFFSET_TABLE_ or pointing into a .got2 section. -#: elf32-ppc.c:8017 +#: elf32-ppc.c:7987 #, c-format msgid "%X%H: @local call to ifunc %s\n" msgstr "" -#: elf32-ppc.c:8187 +#: elf32-ppc.c:8165 #, c-format msgid "%H: relocation %s for indirect function %s unsupported\n" msgstr "" -#: elf32-ppc.c:8515 elf32-ppc.c:8546 elf32-ppc.c:8637 elf32-ppc.c:8725 +#: elf32-ppc.c:8499 elf32-ppc.c:8530 elf32-ppc.c:8621 elf32-ppc.c:8717 #, c-format msgid "" "%pB: the target (%s) of a %s relocation is in the wrong output section (%s)" msgstr "" -#: elf32-ppc.c:8855 elf32-ppc.c:8873 -msgid "%P: %H: %s relocation unsupported for bss-plt\n" +#: elf32-ppc.c:8847 elf32-ppc.c:8865 +msgid "%X%P: %H: %s relocation unsupported for bss-plt\n" msgstr "" -#: elf32-ppc.c:8954 +#: elf32-ppc.c:8946 #, c-format msgid "%H: error: %s against `%s' not a multiple of %u\n" msgstr "" -#: elf32-ppc.c:8983 +#: elf32-ppc.c:8975 #, c-format msgid "%H: unresolvable %s relocation against symbol `%s'\n" msgstr "" -#: elf32-ppc.c:9064 +#: elf32-ppc.c:9056 #, c-format msgid "%H: %s reloc against `%s': error %d\n" msgstr "" -#: elf32-ppc.c:9959 elf64-ppc.c:15715 +#: elf32-ppc.c:9947 elf64-ppc.c:16999 msgid "" "%X%P: text relocations and GNU indirect functions will result in a segfault " "at runtime\n" msgstr "" -#: elf32-ppc.c:9963 elf64-ppc.c:15719 +#: elf32-ppc.c:9951 elf64-ppc.c:17003 msgid "" "%P: warning: text relocations and GNU indirect functions may result in a " "segfault at runtime\n" msgstr "" -#: elf32-ppc.c:10008 +#: elf32-ppc.c:9996 #, c-format msgid "%s not defined in linker created %pA" msgstr "" -#: elf32-pru.c:579 elf32-pru.c:1472 +#: elf32-pru.c:582 elf32-pru.c:1475 #, c-format msgid "error: %pB: old incompatible object file detected" msgstr "" @@ -3259,22 +3306,22 @@ msgstr "" msgid " the output file's flags: %s" msgstr "" -#: elf32-rx.c:3792 +#: elf32-rx.c:3790 #, c-format msgid "%pB:%pA: table %s missing corresponding %s" msgstr "" -#: elf32-rx.c:3800 +#: elf32-rx.c:3798 #, c-format msgid "%pB:%pA: %s and %s must be in the same input section" msgstr "" -#: elf32-s390.c:2140 elf64-s390.c:2095 +#: elf32-s390.c:2139 elf64-s390.c:2093 #, c-format msgid "%pB(%pA+%#): invalid instruction for TLS relocation %s" msgstr "" -#: elf32-score.c:1521 elf32-score7.c:1382 elfxx-mips.c:3754 +#: elf32-score.c:1521 elf32-score7.c:1382 elfxx-mips.c:3819 msgid "not enough GOT space for local GOT entries" msgstr "" @@ -3292,64 +3339,64 @@ msgstr "" msgid "%pB: CALL15 reloc at %# not against global symbol" msgstr "" -#: elf32-score.c:4003 elf32-score7.c:3808 +#: elf32-score.c:4002 elf32-score7.c:3807 #, c-format msgid " [pic]" msgstr "" -#: elf32-score.c:4007 elf32-score7.c:3812 +#: elf32-score.c:4006 elf32-score7.c:3811 #, c-format msgid " [fix dep]" msgstr "" -#: elf32-score.c:4050 elf32-score7.c:3855 +#: elf32-score.c:4049 elf32-score7.c:3854 #, c-format msgid "%pB: warning: linking PIC files with non-PIC files" msgstr "" -#: elf32-sh.c:533 +#: elf32-sh.c:535 #, c-format msgid "%pB: %#: warning: R_SH_USES points to unrecognized insn 0x%x" msgstr "" -#: elf32-sh.c:3633 +#: elf32-sh.c:3635 msgid "unexpected STO_SH5_ISA32 on local symbol is not handled" msgstr "" -#: elf32-sh.c:3880 +#: elf32-sh.c:3882 #, c-format msgid "" "%pB: %#: fatal: unaligned branch target for relax-support relocation" msgstr "" -#: elf32-sh.c:3910 elf32-sh.c:3926 +#: elf32-sh.c:3912 elf32-sh.c:3928 #, c-format msgid "%pB: %#: fatal: unaligned %s relocation %#" msgstr "" -#: elf32-sh.c:3942 +#: elf32-sh.c:3944 #, c-format msgid "" "%pB: %#: fatal: R_SH_PSHA relocation % not in range -32..32" msgstr "" -#: elf32-sh.c:3958 +#: elf32-sh.c:3960 #, c-format msgid "" "%pB: %#: fatal: R_SH_PSHL relocation % not in range -32..32" msgstr "" -#: elf32-sh.c:4088 elf32-sh.c:4483 +#: elf32-sh.c:4090 elf32-sh.c:4485 #, c-format msgid "%pB(%pA+%#): cannot emit fixup to `%s' in read-only section" msgstr "" -#: elf32-sh.c:4586 +#: elf32-sh.c:4588 #, c-format msgid "%pB(%pA+%#): %s relocation against external symbol \"%s\"" msgstr "" -#: elf32-sh.c:4705 +#: elf32-sh.c:4707 #, c-format msgid "" "%pB(%pA): offset in relocation for GD->LE translation is too small: " @@ -3357,81 +3404,81 @@ msgid "" msgstr "" #. The backslash is to prevent bogus trigraph detection. -#: elf32-sh.c:4723 +#: elf32-sh.c:4725 #, c-format msgid "%pB(%pA+%#): unexpected instruction %#04X (expected 0xd4??)" msgstr "" -#: elf32-sh.c:4731 +#: elf32-sh.c:4733 #, c-format msgid "%pB(%pA+%#): unexpected instruction %#04X (expected 0xc7??)" msgstr "" -#: elf32-sh.c:4738 +#: elf32-sh.c:4740 #, c-format msgid "%pB(%pA+%#): unexpected instruction %#04X (expected 0xd1??)" msgstr "" -#: elf32-sh.c:4745 +#: elf32-sh.c:4747 #, c-format msgid "%pB(%pA+%#): unexpected instruction %#04X (expected 0x310c)" msgstr "" -#: elf32-sh.c:4752 +#: elf32-sh.c:4754 #, c-format msgid "%pB(%pA+%#): unexpected instruction %#04X (expected 0x410b)" msgstr "" -#: elf32-sh.c:4759 +#: elf32-sh.c:4761 #, c-format msgid "%pB(%pA+%#): unexpected instruction %#04X (expected 0x34cc)" msgstr "" -#: elf32-sh.c:4794 +#: elf32-sh.c:4796 #, c-format msgid "" "%pB(%pA): offset in relocation for IE->LE translation is too small: " "%#" msgstr "" -#: elf32-sh.c:4812 +#: elf32-sh.c:4814 #, c-format msgid "" "%pB(%pA+%#): unexpected instruction %#04X (expected 0xd0??: mov.l)" msgstr "" -#: elf32-sh.c:4821 +#: elf32-sh.c:4823 #, c-format msgid "" "%pB(%pA+%#): unexpected instruction %#04X (expected 0x0?12: stc)" msgstr "" -#: elf32-sh.c:4828 +#: elf32-sh.c:4830 #, c-format msgid "" "%pB(%pA+%#): unexpected instruction %#04X (expected 0x0?ce: mov.l)" msgstr "" -#: elf32-sh.c:4943 +#: elf32-sh.c:4945 #, c-format msgid "" "%pB(%pA): offset in relocation for GD->IE translation is too small: " "%#" msgstr "" -#: elf32-sh.c:5011 +#: elf32-sh.c:5013 #, c-format msgid "" "%pB(%pA): offset in relocation for LD->LE translation is too small: " "%#" msgstr "" -#: elf32-sh.c:5139 +#: elf32-sh.c:5141 #, c-format msgid "%X%C: relocation to \"%s\" references a different segment\n" msgstr "" -#: elf32-sh.c:5146 +#: elf32-sh.c:5148 #, c-format msgid "%C: warning: relocation to \"%s\" references a different segment\n" msgstr "" @@ -3451,7 +3498,7 @@ msgstr "" msgid "%pB: Function descriptor relocation with non-zero addend" msgstr "" -#: elf32-sh.c:5895 elf64-alpha.c:4691 +#: elf32-sh.c:5895 elf64-alpha.c:4692 #, c-format msgid "%pB: TLS local exec code cannot be linked into shared objects" msgstr "" @@ -3490,142 +3537,142 @@ msgstr "" msgid "%pB: linking little endian files with big endian files" msgstr "" -#: elf32-spu.c:732 +#: elf32-spu.c:735 msgid "%X%P: overlay section %pA does not start on a cache line\n" msgstr "" -#: elf32-spu.c:740 +#: elf32-spu.c:743 msgid "%X%P: overlay section %pA is larger than a cache line\n" msgstr "" -#: elf32-spu.c:760 +#: elf32-spu.c:763 msgid "%X%P: overlay section %pA is not in cache area\n" msgstr "" -#: elf32-spu.c:801 +#: elf32-spu.c:804 #, c-format msgid "%X%P: overlay sections %pA and %pA do not start at the same address\n" msgstr "" -#: elf32-spu.c:1027 +#: elf32-spu.c:1030 #, c-format msgid "warning: call to non-function symbol %s defined in %pB" msgstr "" -#: elf32-spu.c:1377 +#: elf32-spu.c:1380 #, c-format msgid "%pA:0x%v lrlive .brinfo (%u) differs from analysis (%u)\n" msgstr "" -#: elf32-spu.c:1909 +#: elf32-spu.c:1912 #, c-format msgid "%pB is not allowed to define %s" msgstr "" -#: elf32-spu.c:1917 +#: elf32-spu.c:1920 #, c-format msgid "you are not allowed to define %s in a script" msgstr "" -#: elf32-spu.c:1951 +#: elf32-spu.c:1954 #, c-format msgid "%s in overlay section" msgstr "" -#: elf32-spu.c:1980 +#: elf32-spu.c:1983 msgid "overlay stub relocation overflow" msgstr "" -#: elf32-spu.c:1989 elf64-ppc.c:13230 +#: elf32-spu.c:1992 elf64-ppc.c:14100 msgid "stubs don't match calculated size" msgstr "" -#: elf32-spu.c:2572 +#: elf32-spu.c:2575 #, c-format msgid "warning: %s overlaps %s\n" msgstr "" -#: elf32-spu.c:2588 +#: elf32-spu.c:2591 #, c-format msgid "warning: %s exceeds section size\n" msgstr "" -#: elf32-spu.c:2620 +#: elf32-spu.c:2623 #, c-format msgid "%pA:0x%v not found in function table\n" msgstr "" -#: elf32-spu.c:2761 +#: elf32-spu.c:2764 #, c-format msgid "%pB(%pA+0x%v): call to non-code section %pB(%pA), analysis incomplete\n" msgstr "" -#: elf32-spu.c:3330 +#: elf32-spu.c:3333 #, c-format msgid "stack analysis will ignore the call from %s to %s\n" msgstr "" -#: elf32-spu.c:4027 +#: elf32-spu.c:4030 msgid " calls:\n" msgstr "" -#: elf32-spu.c:4341 +#: elf32-spu.c:4344 #, c-format msgid "%s duplicated in %s\n" msgstr "" -#: elf32-spu.c:4345 +#: elf32-spu.c:4348 #, c-format msgid "%s duplicated\n" msgstr "" -#: elf32-spu.c:4352 +#: elf32-spu.c:4355 msgid "sorry, no support for duplicate object files in auto-overlay script\n" msgstr "" -#: elf32-spu.c:4394 +#: elf32-spu.c:4397 #, c-format msgid "" "non-overlay size of 0x%v plus maximum overlay size of 0x%v exceeds local " "store\n" msgstr "" -#: elf32-spu.c:4550 +#: elf32-spu.c:4553 #, c-format msgid "%pB:%pA%s exceeds overlay size\n" msgstr "" -#: elf32-spu.c:4691 +#: elf32-spu.c:4694 msgid "%F%P: auto overlay error: %E\n" msgstr "" -#: elf32-spu.c:4712 +#: elf32-spu.c:4715 msgid "Stack size for call graph root nodes.\n" msgstr "" -#: elf32-spu.c:4713 +#: elf32-spu.c:4716 msgid "" "\n" "Stack size for functions. Annotations: '*' max stack, 't' tail call\n" msgstr "" -#: elf32-spu.c:4723 +#: elf32-spu.c:4726 msgid "Maximum stack required is 0x%v\n" msgstr "" -#: elf32-spu.c:4742 +#: elf32-spu.c:4745 msgid "%X%P: stack/lrlive analysis error: %E\n" msgstr "" -#: elf32-spu.c:4745 +#: elf32-spu.c:4748 msgid "%F%P: can not build overlay stubs: %E\n" msgstr "" -#: elf32-spu.c:4814 +#: elf32-spu.c:4817 msgid "fatal error while creating .fixup" msgstr "" -#: elf32-spu.c:5049 +#: elf32-spu.c:5052 #, c-format msgid "%pB(%s+%#): unresolvable %s relocation against symbol `%s'" msgstr "" @@ -3683,226 +3730,226 @@ msgstr "" msgid "warning: %pB and %pB differ in whether code is compiled for DSBT" msgstr "" -#: elf32-tilepro.c:3761 elfxx-tilegx.c:4145 elfxx-x86.c:1432 -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:9530 -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2579 +#: elf32-tilepro.c:3760 elfxx-tilegx.c:4144 elfxx-x86.c:1432 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:9762 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2638 #, c-format msgid "discarded output section: `%pA'" msgstr "" -#: elf32-v850.c:153 +#: elf32-v850.c:152 #, c-format msgid "variable `%s' cannot occupy in multiple small data regions" msgstr "" -#: elf32-v850.c:156 +#: elf32-v850.c:155 #, c-format msgid "" "variable `%s' can only be in one of the small, zero, and tiny data regions" msgstr "" -#: elf32-v850.c:159 +#: elf32-v850.c:158 #, c-format msgid "" "variable `%s' cannot be in both small and zero data regions simultaneously" msgstr "" -#: elf32-v850.c:162 +#: elf32-v850.c:161 #, c-format msgid "" "variable `%s' cannot be in both small and tiny data regions simultaneously" msgstr "" -#: elf32-v850.c:165 +#: elf32-v850.c:164 #, c-format msgid "" "variable `%s' cannot be in both zero and tiny data regions simultaneously" msgstr "" -#: elf32-v850.c:463 +#: elf32-v850.c:462 msgid "failed to find previous HI16 reloc" msgstr "" -#: elf32-v850.c:2303 +#: elf32-v850.c:2302 msgid "could not locate special linker symbol __gp" msgstr "" -#: elf32-v850.c:2307 +#: elf32-v850.c:2306 msgid "could not locate special linker symbol __ep" msgstr "" -#: elf32-v850.c:2311 +#: elf32-v850.c:2310 msgid "could not locate special linker symbol __ctbp" msgstr "" -#: elf32-v850.c:2532 +#: elf32-v850.c:2531 #, c-format msgid "error: %pB needs 8-byte alignment but %pB is set for 4-byte alignment" msgstr "" -#: elf32-v850.c:2548 +#: elf32-v850.c:2547 #, c-format msgid "error: %pB uses 64-bit doubles but %pB uses 32-bit doubles" msgstr "" -#: elf32-v850.c:2563 +#: elf32-v850.c:2562 #, c-format msgid "error: %pB uses FPU-3.0 but %pB only supports FPU-2.0" msgstr "" -#: elf32-v850.c:2595 +#: elf32-v850.c:2594 #, c-format msgid " alignment of 8-byte entities: " msgstr "" -#: elf32-v850.c:2598 +#: elf32-v850.c:2597 #, c-format msgid "4-byte" msgstr "" -#: elf32-v850.c:2599 +#: elf32-v850.c:2598 #, c-format msgid "8-byte" msgstr "" -#: elf32-v850.c:2600 elf32-v850.c:2612 +#: elf32-v850.c:2599 elf32-v850.c:2611 #, c-format msgid "not set" msgstr "" -#: elf32-v850.c:2601 elf32-v850.c:2613 elf32-v850.c:2625 elf32-v850.c:2636 -#: elf32-v850.c:2647 elf32-v850.c:2658 +#: elf32-v850.c:2600 elf32-v850.c:2612 elf32-v850.c:2624 elf32-v850.c:2635 +#: elf32-v850.c:2646 elf32-v850.c:2657 #, c-format msgid "unknown: %x" msgstr "" -#: elf32-v850.c:2607 +#: elf32-v850.c:2606 #, c-format msgid " size of doubles: " msgstr "" -#: elf32-v850.c:2610 +#: elf32-v850.c:2609 #, c-format msgid "4-bytes" msgstr "" -#: elf32-v850.c:2611 +#: elf32-v850.c:2610 #, c-format msgid "8-bytes" msgstr "" -#: elf32-v850.c:2619 +#: elf32-v850.c:2618 #, c-format msgid " FPU support required: " msgstr "" -#: elf32-v850.c:2622 +#: elf32-v850.c:2621 #, c-format msgid "FPU-2.0" msgstr "" -#: elf32-v850.c:2623 +#: elf32-v850.c:2622 #, c-format msgid "FPU-3.0" msgstr "" -#: elf32-v850.c:2624 +#: elf32-v850.c:2623 #, c-format msgid "none" msgstr "" -#: elf32-v850.c:2631 +#: elf32-v850.c:2630 #, c-format msgid "SIMD use: " msgstr "" -#: elf32-v850.c:2634 elf32-v850.c:2645 elf32-v850.c:2656 +#: elf32-v850.c:2633 elf32-v850.c:2644 elf32-v850.c:2655 #, c-format msgid "yes" msgstr "" -#: elf32-v850.c:2635 elf32-v850.c:2646 elf32-v850.c:2657 +#: elf32-v850.c:2634 elf32-v850.c:2645 elf32-v850.c:2656 #, c-format msgid "no" msgstr "" -#: elf32-v850.c:2642 +#: elf32-v850.c:2641 #, c-format msgid "CACHE use: " msgstr "" -#: elf32-v850.c:2653 +#: elf32-v850.c:2652 #, c-format msgid "MMU use: " msgstr "" -#: elf32-v850.c:2820 elf32-v850.c:2876 +#: elf32-v850.c:2819 elf32-v850.c:2875 #, c-format msgid "%pB: architecture mismatch with previous modules" msgstr "" #. xgettext:c-format. -#: elf32-v850.c:2894 +#: elf32-v850.c:2893 #, c-format msgid "private flags = %lx: " msgstr "" -#: elf32-v850.c:2899 +#: elf32-v850.c:2898 #, c-format msgid "unknown v850 architecture" msgstr "" -#: elf32-v850.c:2901 +#: elf32-v850.c:2900 #, c-format msgid "v850 E3 architecture" msgstr "" -#: elf32-v850.c:2903 elf32-v850.c:2910 +#: elf32-v850.c:2902 elf32-v850.c:2909 #, c-format msgid "v850 architecture" msgstr "" -#: elf32-v850.c:2911 +#: elf32-v850.c:2910 #, c-format msgid "v850e architecture" msgstr "" -#: elf32-v850.c:2912 +#: elf32-v850.c:2911 #, c-format msgid "v850e1 architecture" msgstr "" -#: elf32-v850.c:2913 +#: elf32-v850.c:2912 #, c-format msgid "v850e2 architecture" msgstr "" -#: elf32-v850.c:2914 +#: elf32-v850.c:2913 #, c-format msgid "v850e2v3 architecture" msgstr "" -#: elf32-v850.c:2915 +#: elf32-v850.c:2914 #, c-format msgid "v850e3v5 architecture" msgstr "" -#: elf32-v850.c:3609 elf32-v850.c:3848 +#: elf32-v850.c:3607 elf32-v850.c:3846 #, c-format msgid "%pB: %#: warning: %s points to unrecognized insns" msgstr "" -#: elf32-v850.c:3619 elf32-v850.c:3858 +#: elf32-v850.c:3617 elf32-v850.c:3856 #, c-format msgid "%pB: %#: warning: %s points to unrecognized insn %#x" msgstr "" -#: elf32-v850.c:3665 elf32-v850.c:3893 +#: elf32-v850.c:3663 elf32-v850.c:3891 #, c-format msgid "%pB: %#: warning: %s points to unrecognized reloc" msgstr "" -#: elf32-v850.c:3705 +#: elf32-v850.c:3703 #, c-format msgid "%pB: %#: warning: %s points to unrecognized reloc %#" msgstr "" @@ -3929,22 +3976,22 @@ msgid "" "addend of %" msgstr "" -#: elf32-vax.c:1446 +#: elf32-vax.c:1443 #, c-format msgid "%pB: warning: PLT addend of % to `%s' from %pA section ignored" msgstr "" -#: elf32-vax.c:1572 +#: elf32-vax.c:1569 #, c-format msgid "%pB: warning: %s relocation against symbol `%s' from %pA section" msgstr "" -#: elf32-vax.c:1579 +#: elf32-vax.c:1576 #, c-format msgid "%pB: warning: %s relocation to %# from %pA section" msgstr "" -#: elf32-visium.c:821 +#: elf32-visium.c:824 #, c-format msgid "" "%pB: compiled %s -mtune=%s and linked with modules compiled %s -mtune=%s" @@ -3960,134 +4007,139 @@ msgstr "" msgid "error reading cpu type from elf private data" msgstr "" -#: elf32-xstormy16.c:457 elf64-ia64-vms.c:2085 elf32-ia64.c:2353 -#: elf64-ia64.c:2353 +#: elf32-xstormy16.c:457 elf64-ia64-vms.c:2083 elf32-ia64.c:2349 +#: elf64-ia64.c:2349 msgid "non-zero addend in @fptr reloc" msgstr "" -#: elf32-xtensa.c:937 +#: elf32-xtensa.c:942 #, c-format msgid "%pB(%pA): invalid property table" msgstr "" -#: elf32-xtensa.c:2675 +#: elf32-xtensa.c:2679 #, c-format msgid "%pB(%pA+%#): relocation offset out of range (size=%#)" msgstr "" -#: elf32-xtensa.c:2758 elf32-xtensa.c:2881 +#: elf32-xtensa.c:2762 elf32-xtensa.c:2885 msgid "dynamic relocation in read-only section" msgstr "" -#: elf32-xtensa.c:2858 +#: elf32-xtensa.c:2862 msgid "TLS relocation invalid without dynamic sections" msgstr "" -#: elf32-xtensa.c:3070 +#: elf32-xtensa.c:3074 msgid "internal inconsistency in size of .got.loc section" msgstr "" -#: elf32-xtensa.c:3377 +#: elf32-xtensa.c:3381 #, c-format msgid "%pB: incompatible machine type; output is 0x%x; input is 0x%x" msgstr "" -#: elf32-xtensa.c:4608 elf32-xtensa.c:4616 +#: elf32-xtensa.c:4675 elf32-xtensa.c:4683 msgid "attempt to convert L32R/CALLX to CALL failed" msgstr "" -#: elf32-xtensa.c:6444 elf32-xtensa.c:6523 elf32-xtensa.c:7899 +#: elf32-xtensa.c:6511 elf32-xtensa.c:6590 elf32-xtensa.c:8021 #, c-format msgid "" "%pB(%pA+%#): could not decode instruction; possible configuration " "mismatch" msgstr "" -#: elf32-xtensa.c:7638 +#: elf32-xtensa.c:7760 #, c-format msgid "" "%pB(%pA+%#): could not decode instruction for XTENSA_ASM_SIMPLIFY " "relocation; possible configuration mismatch" msgstr "" -#: elf32-xtensa.c:9493 +#: elf32-xtensa.c:9615 msgid "invalid relocation address" msgstr "" -#: elf32-xtensa.c:9543 +#: elf32-xtensa.c:9665 msgid "overflow after relaxation" msgstr "" -#: elf32-xtensa.c:10689 +#: elf32-xtensa.c:10812 #, c-format msgid "%pB(%pA+%#): unexpected fix for %s relocation" msgstr "" -#: elf64-alpha.c:472 +#: elf64-alpha.c:473 msgid "GPDISP relocation did not find ldah and lda instructions" msgstr "" -#: elf64-alpha.c:2463 +#: elf64-alpha.c:2464 #, c-format msgid "%pB: .got subsegment exceeds 64K (size %d)" msgstr "" -#: elf64-alpha.c:3018 elf64-alpha.c:3214 +#: elf64-alpha.c:3019 elf64-alpha.c:3215 #, c-format msgid "%pB: %pA+%#: warning: %s relocation against unexpected insn" msgstr "" -#: elf64-alpha.c:4415 elf64-alpha.c:4428 +#: elf64-alpha.c:4416 elf64-alpha.c:4429 #, c-format msgid "%pB: gp-relative relocation against dynamic symbol %s" msgstr "" -#: elf64-alpha.c:4484 +#: elf64-alpha.c:4485 #, c-format msgid "%pB: change in gp: BRSGP %s" msgstr "" -#: elf64-alpha.c:4509 mach-o.c:615 -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:499 +#: elf64-alpha.c:4510 mach-o.c:616 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:512 msgid "" msgstr "" -#: elf64-alpha.c:4515 +#: elf64-alpha.c:4516 #, c-format msgid "%pB: !samegp reloc against symbol without .prologue: %s" msgstr "" -#: elf64-alpha.c:4573 +#: elf64-alpha.c:4574 #, c-format msgid "%pB: unhandled dynamic relocation against %s" msgstr "" -#: elf64-alpha.c:4608 +#: elf64-alpha.c:4609 #, c-format msgid "%pB: pc-relative relocation against undefined weak symbol %s" msgstr "" -#: elf64-alpha.c:4674 +#: elf64-alpha.c:4675 #, c-format msgid "%pB: dtp-relative relocation against dynamic symbol %s" msgstr "" -#: elf64-alpha.c:4699 +#: elf64-alpha.c:4700 #, c-format msgid "%pB: tp-relative relocation against dynamic symbol %s" msgstr "" +#. Only if it's not an unresolved symbol. +#: elf64-bpf.c:492 +msgid "internal error: relocation not supported" +msgstr "" + #: elf64-gen.c:71 #, c-format msgid "%pB: Relocations in generic ELF (EM: %d)" msgstr "" -#: elf64-hppa.c:2081 +#: elf64-hppa.c:2079 #, c-format msgid "stub entry for %s cannot load .plt, dp offset = %" msgstr "" -#: elf64-hppa.c:3286 +#: elf64-hppa.c:3283 #, c-format msgid "%pB(%pA+%#): cannot reach %s" msgstr "" @@ -4099,106 +4151,106 @@ msgid "" "indirect branch" msgstr "" -#: elf64-ia64-vms.c:2040 elf32-ia64.c:2301 elf64-ia64.c:2301 +#: elf64-ia64-vms.c:2038 elf32-ia64.c:2297 elf64-ia64.c:2297 msgid "@pltoff reloc against local symbol" msgstr "" -#: elf64-ia64-vms.c:3292 elf32-ia64.c:3712 elf64-ia64.c:3712 +#: elf64-ia64-vms.c:3290 elf32-ia64.c:3708 elf64-ia64.c:3708 #, c-format msgid "%pB: short data segment overflowed (%# >= 0x400000)" msgstr "" -#: elf64-ia64-vms.c:3302 elf32-ia64.c:3722 elf64-ia64.c:3722 +#: elf64-ia64-vms.c:3300 elf32-ia64.c:3718 elf64-ia64.c:3718 #, c-format msgid "%pB: __gp does not cover short data segment" msgstr "" -#: elf64-ia64-vms.c:3572 elf32-ia64.c:3996 elf64-ia64.c:3996 +#: elf64-ia64-vms.c:3570 elf32-ia64.c:3992 elf64-ia64.c:3992 #, c-format msgid "%pB: non-pic code with imm relocation against dynamic symbol `%s'" msgstr "" -#: elf64-ia64-vms.c:3636 elf32-ia64.c:4064 elf64-ia64.c:4064 +#: elf64-ia64-vms.c:3634 elf32-ia64.c:4060 elf64-ia64.c:4060 #, c-format msgid "%pB: @gprel relocation against dynamic symbol %s" msgstr "" -#: elf64-ia64-vms.c:3695 elf32-ia64.c:4127 elf64-ia64.c:4127 +#: elf64-ia64-vms.c:3693 elf32-ia64.c:4123 elf64-ia64.c:4123 #, c-format msgid "%pB: linking non-pic code in a position independent executable" msgstr "" -#: elf64-ia64-vms.c:3797 elf32-ia64.c:4265 elf64-ia64.c:4265 +#: elf64-ia64-vms.c:3795 elf32-ia64.c:4261 elf64-ia64.c:4261 #, c-format msgid "%pB: @internal branch to dynamic symbol %s" msgstr "" -#: elf64-ia64-vms.c:3800 elf32-ia64.c:4268 elf64-ia64.c:4268 +#: elf64-ia64-vms.c:3798 elf32-ia64.c:4264 elf64-ia64.c:4264 #, c-format msgid "%pB: speculation fixup to dynamic symbol %s" msgstr "" -#: elf64-ia64-vms.c:3803 elf32-ia64.c:4271 elf64-ia64.c:4271 +#: elf64-ia64-vms.c:3801 elf32-ia64.c:4267 elf64-ia64.c:4267 #, c-format msgid "%pB: @pcrel relocation against dynamic symbol %s" msgstr "" -#: elf64-ia64-vms.c:3927 elf32-ia64.c:4468 elf64-ia64.c:4468 +#: elf64-ia64-vms.c:3925 elf32-ia64.c:4464 elf64-ia64.c:4464 msgid "unsupported reloc" msgstr "" -#: elf64-ia64-vms.c:3964 elf32-ia64.c:4506 elf64-ia64.c:4506 +#: elf64-ia64-vms.c:3962 elf32-ia64.c:4502 elf64-ia64.c:4502 #, c-format msgid "" "%pB: missing TLS section for relocation %s against `%s' at %# in " "section `%pA'." msgstr "" -#: elf64-ia64-vms.c:3981 elf32-ia64.c:4523 elf64-ia64.c:4523 +#: elf64-ia64-vms.c:3979 elf32-ia64.c:4519 elf64-ia64.c:4519 #, c-format msgid "" "%pB: Can't relax br (%s) to `%s' at %# in section `%pA' with size " "%# (> 0x1000000)." msgstr "" -#: elf64-ia64-vms.c:4273 elf32-ia64.c:4781 elf64-ia64.c:4781 +#: elf64-ia64-vms.c:4271 elf32-ia64.c:4777 elf64-ia64.c:4777 #, c-format msgid "%pB: linking trap-on-NULL-dereference with non-trapping files" msgstr "" -#: elf64-ia64-vms.c:4282 elf32-ia64.c:4790 elf64-ia64.c:4790 +#: elf64-ia64-vms.c:4280 elf32-ia64.c:4786 elf64-ia64.c:4786 #, c-format msgid "%pB: linking big-endian files with little-endian files" msgstr "" -#: elf64-ia64-vms.c:4291 elf32-ia64.c:4799 elf64-ia64.c:4799 +#: elf64-ia64-vms.c:4289 elf32-ia64.c:4795 elf64-ia64.c:4795 #, c-format msgid "%pB: linking 64-bit files with 32-bit files" msgstr "" -#: elf64-ia64-vms.c:4300 elf32-ia64.c:4808 elf64-ia64.c:4808 +#: elf64-ia64-vms.c:4298 elf32-ia64.c:4804 elf64-ia64.c:4804 #, c-format msgid "%pB: linking constant-gp files with non-constant-gp files" msgstr "" -#: elf64-ia64-vms.c:4310 elf32-ia64.c:4818 elf64-ia64.c:4818 +#: elf64-ia64-vms.c:4308 elf32-ia64.c:4814 elf64-ia64.c:4814 #, c-format msgid "%pB: linking auto-pic files with non-auto-pic files" msgstr "" -#: elf64-ia64-vms.c:5153 elflink.c:4894 +#: elf64-ia64-vms.c:5155 elflink.c:4964 #, c-format msgid "" "warning: alignment %u of common symbol `%s' in %pB is greater than the " "alignment (%u) of its section %pA" msgstr "" -#: elf64-ia64-vms.c:5160 elflink.c:4901 +#: elf64-ia64-vms.c:5162 elflink.c:4971 #, c-format msgid "warning: alignment %u of symbol `%s' in %pB is smaller than %u in %pB" msgstr "" -#: elf64-ia64-vms.c:5176 elflink.c:4918 +#: elf64-ia64-vms.c:5178 elflink.c:4988 #, c-format msgid "" "warning: size of symbol `%s' changed from % in %pB to % in " @@ -4257,163 +4309,163 @@ msgstr "" msgid "%pB: directive LOCAL valid only with a register or absolute value" msgstr "" -#: elf64-mmix.c:1744 +#: elf64-mmix.c:1742 #, c-format msgid "" "%pB: LOCAL directive: register $% is not a local register; first " "global register is $%" msgstr "" -#: elf64-mmix.c:2173 +#: elf64-mmix.c:2167 #, c-format msgid "" "%pB: error: multiple definition of `%s'; start of %s is set in a earlier " "linked file" msgstr "" -#: elf64-mmix.c:2228 +#: elf64-mmix.c:2222 msgid "register section has contents\n" msgstr "" -#: elf64-mmix.c:2418 +#: elf64-mmix.c:2412 #, c-format msgid "" "internal inconsistency: remaining %lu != max %lu; please report this bug" msgstr "" -#: elf64-ppc.c:3827 +#: elf64-ppc.c:4072 #, c-format msgid "symbol '%s' has invalid st_other for ABI version 1" msgstr "" -#: elf64-ppc.c:4002 +#: elf64-ppc.c:4247 #, c-format msgid "%pB .opd not allowed in ABI version %d" msgstr "" -#: elf64-ppc.c:4523 +#: elf64-ppc.c:4835 #, c-format msgid "%H: %s reloc unsupported in shared libraries and PIEs\n" msgstr "" -#: elf64-ppc.c:4919 +#: elf64-ppc.c:5247 #, c-format msgid "%pB uses unknown e_flags 0x%lx" msgstr "" -#: elf64-ppc.c:4927 +#: elf64-ppc.c:5255 #, c-format msgid "%pB: ABI version %ld is not compatible with ABI version %ld output" msgstr "" -#: elf64-ppc.c:4954 +#: elf64-ppc.c:5282 #, c-format msgid " [abiv%ld]" msgstr "" -#: elf64-ppc.c:6145 +#: elf64-ppc.c:6473 msgid "" "%P: copy reloc against `%pT' requires lazy plt linking; avoid setting " "LD_BIND_NOW=1 or upgrade gcc\n" msgstr "" -#: elf64-ppc.c:6417 +#: elf64-ppc.c:6745 #, c-format msgid "%pB: undefined symbol on R_PPC64_TOCSAVE relocation" msgstr "" -#: elf64-ppc.c:6644 +#: elf64-ppc.c:6993 #, c-format msgid "dynreloc miscount for %pB, section %pA" msgstr "" -#: elf64-ppc.c:6733 +#: elf64-ppc.c:7082 #, c-format msgid "%pB: .opd is not a regular array of opd entries" msgstr "" -#: elf64-ppc.c:6743 +#: elf64-ppc.c:7092 #, c-format msgid "%pB: unexpected reloc type %u in .opd section" msgstr "" -#: elf64-ppc.c:6765 +#: elf64-ppc.c:7114 #, c-format msgid "%pB: undefined sym `%s' in .opd section" msgstr "" -#: elf64-ppc.c:7249 +#: elf64-ppc.c:7603 msgid "" "warning: --plt-localentry is especially dangerous without ld.so support to " "detect ABI violations" msgstr "" -#: elf64-ppc.c:7499 +#: elf64-ppc.c:7856 msgid "%H __tls_get_addr lost arg, TLS optimization disabled\n" msgstr "" -#: elf64-ppc.c:7876 elf64-ppc.c:8513 +#: elf64-ppc.c:8241 elf64-ppc.c:8949 #, c-format msgid "%s defined on removed toc entry" msgstr "" -#: elf64-ppc.c:8241 +#: elf64-ppc.c:8906 #, c-format -msgid "%H: toc optimization is not supported for %s instruction\n" +msgid "%H: %s references optimized away TOC entry\n" msgstr "" -#: elf64-ppc.c:8470 +#: elf64-ppc.c:9130 #, c-format -msgid "%H: %s references optimized away TOC entry\n" +msgid "%H: got/toc optimization is not supported for %s instruction\n" msgstr "" -#: elf64-ppc.c:9301 +#: elf64-ppc.c:9981 #, c-format msgid "warning: discarding dynamic section %s" msgstr "" -#: elf64-ppc.c:10215 +#: elf64-ppc.c:11045 msgid "%P: cannot find opd entry toc for `%pT'\n" msgstr "" -#: elf64-ppc.c:10303 +#: elf64-ppc.c:11134 #, c-format msgid "long branch stub `%s' offset overflow" msgstr "" -#: elf64-ppc.c:10330 +#: elf64-ppc.c:11161 #, c-format msgid "can't find branch stub `%s'" msgstr "" -#: elf64-ppc.c:10394 elf64-ppc.c:10642 elf64-ppc.c:12791 +#: elf64-ppc.c:11225 elf64-ppc.c:11492 elf64-ppc.c:13661 #, c-format msgid "%P: linkage table error against `%pT'\n" msgstr "" -#: elf64-ppc.c:10820 +#: elf64-ppc.c:11670 #, c-format msgid "can't build branch stub `%s'" msgstr "" -#: elf64-ppc.c:11779 +#: elf64-ppc.c:12649 #, c-format msgid "%pB section %pA exceeds stub group size" msgstr "" -#: elf64-ppc.c:13189 elf64-ppc.c:13208 +#: elf64-ppc.c:14059 elf64-ppc.c:14078 #, c-format msgid "%s offset too large for .eh_frame sdata4 encoding" msgstr "" -#: elf64-ppc.c:13244 +#: elf64-ppc.c:14114 #, c-format msgid "linker stubs in %u group\n" msgid_plural "linker stubs in %u groups\n" msgstr[0] "" msgstr[1] "" -#: elf64-ppc.c:13248 +#: elf64-ppc.c:14118 #, c-format msgid "" " branch %lu\n" @@ -4431,85 +4483,91 @@ msgid "" " global entry %lu" msgstr "" -#: elf64-ppc.c:13583 +#: elf64-ppc.c:14513 #, c-format msgid "%H: %s used with TLS symbol `%pT'\n" msgstr "" -#: elf64-ppc.c:13585 +#: elf64-ppc.c:14515 #, c-format msgid "%H: %s used with non-TLS symbol `%pT'\n" msgstr "" -#: elf64-ppc.c:14245 +#: elf64-ppc.c:15269 #, c-format msgid "%H: call to `%pT' lacks nop, can't restore toc; (plt call stub)\n" msgstr "" -#: elf64-ppc.c:14251 +#: elf64-ppc.c:15275 #, c-format msgid "" "%H: call to `%pT' lacks nop, can't restore toc; (toc save/adjust stub)\n" msgstr "" -#: elf64-ppc.c:14985 +#: elf64-ppc.c:16160 #, c-format msgid "%H: %s for indirect function `%pT' unsupported\n" msgstr "" -#: elf64-ppc.c:15097 +#: elf64-ppc.c:16247 +#, c-format +msgid "" +"%X%P: %pB: %s against %pT is not supported by glibc as a dynamic relocation\n" +msgstr "" + +#: elf64-ppc.c:16302 #, c-format msgid "%P: %pB: %s is not supported for `%pT'\n" msgstr "" -#: elf64-ppc.c:15326 +#: elf64-ppc.c:16561 #, c-format msgid "%H: error: %s not a multiple of %u\n" msgstr "" -#: elf64-ppc.c:15349 +#: elf64-ppc.c:16584 #, c-format msgid "%H: unresolvable %s against `%pT'\n" msgstr "" -#: elf64-ppc.c:15446 +#: elf64-ppc.c:16729 #, c-format msgid "%H: %s against `%pT': error %d\n" msgstr "" -#: elf64-s390.c:2576 +#: elf64-s390.c:2574 #, c-format msgid "" "%pB: `%s' non-PLT reloc for symbol defined in shared library and accessed " "from executable (rebuild file with -fPIC ?)" msgstr "" -#: elf64-sparc.c:109 elfcode.h:1471 +#: elf64-sparc.c:125 elfcode.h:1467 #, c-format msgid "%pB(%pA): relocation %d has invalid symbol index %ld" msgstr "" -#: elf64-sparc.c:467 +#: elf64-sparc.c:483 #, c-format msgid "%pB: only registers %%g[2367] can be declared using STT_REGISTER" msgstr "" -#: elf64-sparc.c:488 +#: elf64-sparc.c:504 #, c-format msgid "register %%g%d used incompatibly: %s in %pB, previously %s in %pB" msgstr "" -#: elf64-sparc.c:512 +#: elf64-sparc.c:528 #, c-format msgid "symbol `%s' has differing types: REGISTER in %pB, previously %s in %pB" msgstr "" -#: elf64-sparc.c:559 +#: elf64-sparc.c:575 #, c-format msgid "Symbol `%s' has differing types: %s in %pB, previously REGISTER in %pB" msgstr "" -#: elf64-sparc.c:691 +#: elf64-sparc.c:707 #, c-format msgid "%pB: linking UltraSPARC specific with HAL specific code" msgstr "" @@ -4530,84 +4588,92 @@ msgstr "" msgid "symbol " msgstr "" -#: elf64-x86-64.c:1425 elf64-x86-64.c:1435 -msgid "; recompile with -fPIC" -msgstr "" - #: elf64-x86-64.c:1430 msgid "undefined " msgstr "" -#: elf64-x86-64.c:1439 +#: elf64-x86-64.c:1440 msgid "a shared object" msgstr "" -#: elf64-x86-64.c:1441 +#: elf64-x86-64.c:1442 +msgid "; recompile with -fPIC" +msgstr "" + +#: elf64-x86-64.c:1447 msgid "a PIE object" msgstr "" -#: elf64-x86-64.c:1443 +#: elf64-x86-64.c:1449 msgid "a PDE object" msgstr "" -#: elf64-x86-64.c:1446 +#: elf64-x86-64.c:1451 +msgid "; recompile with -fPIE" +msgstr "" + +#: elf64-x86-64.c:1455 #, c-format msgid "%pB: relocation %s against %s%s`%s' can not be used when making %s%s" msgstr "" -#: elf64-x86-64.c:1931 +#: elf64-x86-64.c:1940 #, c-format msgid "%pB: relocation %s against symbol `%s' isn't supported in x32 mode" msgstr "" -#: elf64-x86-64.c:2073 +#: elf64-x86-64.c:2078 #, c-format msgid "%pB: '%s' accessed both as normal and thread local symbol" msgstr "" -#: elf64-x86-64.c:2696 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5302 +#: elf64-x86-64.c:2700 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5534 #, c-format msgid "" "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' has non-zero addend: " "%" msgstr "" -#: elf64-x86-64.c:2934 +#: elf64-x86-64.c:2938 #, c-format msgid "" "%pB: relocation R_X86_64_GOTOFF64 against undefined %s `%s' can not be used " "when making a shared object" msgstr "" -#: elf64-x86-64.c:2948 +#: elf64-x86-64.c:2952 #, c-format msgid "" "%pB: relocation R_X86_64_GOTOFF64 against protected %s `%s' can not be used " "when making a shared object" msgstr "" -#: elf64-x86-64.c:3208 +#: elf64-x86-64.c:3229 #, c-format msgid "" "%pB: addend %s%#x in relocation %s against symbol `%s' at %# in " "section `%pA' is out of range" msgstr "" -#: elf64-x86-64.c:3885 +#: elf64-x86-64.c:3363 elflink.c:13133 +msgid "%F%P: corrupt input: %pB\n" +msgstr "" + +#: elf64-x86-64.c:4000 msgid "%F%P: failed to convert GOTPCREL relocation; relink with --no-relax\n" msgstr "" -#: elf64-x86-64.c:4043 +#: elf64-x86-64.c:4158 #, c-format msgid "%F%pB: PC-relative offset overflow in PLT entry for `%s'\n" msgstr "" -#: elf64-x86-64.c:4106 +#: elf64-x86-64.c:4221 #, c-format msgid "%F%pB: branch displacement overflow in PLT entry for `%s'\n" msgstr "" -#: elf64-x86-64.c:4159 +#: elf64-x86-64.c:4274 #, c-format msgid "%F%pB: PC-relative offset overflow in GOT PLT entry for `%s'\n" msgstr "" @@ -4616,633 +4682,677 @@ msgstr "" msgid "warning: %pB has a corrupt section with a size (%" msgstr "" -#: elfcode.h:768 +#: elfcode.h:764 #, c-format msgid "warning: %pB has a corrupt string table index - ignoring" msgstr "" -#: elfcode.h:1212 +#: elfcode.h:1208 #, c-format msgid "%pB: version count (%) does not match symbol count (%ld)" msgstr "" -#: elfcore.h:300 +#: elfcore.h:308 #, c-format msgid "" "warning: %pB is truncated: expected core file size >= %, found: " "%" msgstr "" -#: elflink.c:1367 +#: elflink.c:1362 #, c-format msgid "" "%s: TLS definition in %pB section %pA mismatches non-TLS definition in %pB " "section %pA" msgstr "" -#: elflink.c:1373 +#: elflink.c:1368 #, c-format msgid "%s: TLS reference in %pB mismatches non-TLS reference in %pB" msgstr "" -#: elflink.c:1379 +#: elflink.c:1374 #, c-format msgid "" "%s: TLS definition in %pB section %pA mismatches non-TLS reference in %pB" msgstr "" -#: elflink.c:1385 +#: elflink.c:1380 #, c-format msgid "" "%s: TLS reference in %pB mismatches non-TLS definition in %pB section %pA" msgstr "" -#: elflink.c:2075 +#: elflink.c:2071 #, c-format msgid "%pB: unexpected redefinition of indirect versioned symbol `%s'" msgstr "" -#: elflink.c:2452 +#: elflink.c:2448 #, c-format msgid "%pB: version node not found for symbol %s" msgstr "" -#: elflink.c:2541 +#: elflink.c:2539 #, c-format msgid "" "%pB: bad reloc symbol index (%# >= %#lx) for offset %# in " "section `%pA'" msgstr "" -#: elflink.c:2553 +#: elflink.c:2551 #, c-format msgid "" "%pB: non-zero symbol index (%#) for offset %# in section `" "%pA' when the object file has no symbol table" msgstr "" -#: elflink.c:2744 +#: elflink.c:2742 #, c-format msgid "%pB: relocation size mismatch in %pB section %pA" msgstr "" -#: elflink.c:3066 +#: elflink.c:3071 #, c-format msgid "warning: type and size of dynamic symbol `%s' are not defined" msgstr "" -#: elflink.c:3128 +#: elflink.c:3131 msgid "%P: copy reloc against protected `%pT' is dangerous\n" msgstr "" -#: elflink.c:3932 +#: elflink.c:3969 #, c-format msgid "alternate ELF machine code found (%d) in %pB, expecting %d" msgstr "" -#: elflink.c:4598 +#: elflink.c:4426 +#, c-format +msgid "%pB: invalid version offset %lx (max %lx)" +msgstr "" + +#: elflink.c:4494 +#, c-format +msgid "%pB: %s local symbol at index %lu (>= sh_info of %lu)" +msgstr "" + +#: elflink.c:4642 +#, c-format +msgid "%pB: not enough version information" +msgstr "" + +#: elflink.c:4680 #, c-format msgid "%pB: %s: invalid version %u (max %d)" msgstr "" -#: elflink.c:4635 +#: elflink.c:4717 #, c-format msgid "%pB: %s: invalid needed version %d" msgstr "" -#: elflink.c:5054 +#: elflink.c:5124 #, c-format msgid "%pB: undefined reference to symbol '%s'" msgstr "" -#: elflink.c:6130 +#: elflink.c:6217 #, c-format msgid "%pB: stack size specified and %s set" msgstr "" -#: elflink.c:6134 +#: elflink.c:6221 #, c-format msgid "%pB: %s not absolute" msgstr "" -#: elflink.c:6331 +#: elflink.c:6418 #, c-format msgid "%s: undefined version: %s" msgstr "" -#: elflink.c:6902 +#: elflink.c:6989 #, c-format msgid "%pB: .preinit_array section is not allowed in DSO" msgstr "" -#: elflink.c:8359 +#: elflink.c:8475 #, c-format msgid "undefined %s reference in complex symbol: %s" msgstr "" -#: elflink.c:8514 +#: elflink.c:8630 #, c-format msgid "unknown operator '%c' in complex symbol" msgstr "" #. PR 21524: Let the user know if a symbol was removed by garbage collection. -#: elflink.c:8852 +#: elflink.c:8968 #, c-format msgid "" "%pB:%pA: error: relocation references symbol %s which was removed by garbage " "collection" msgstr "" -#: elflink.c:8855 +#: elflink.c:8971 #, c-format msgid "%pB:%pA: error: try relinking with --gc-keep-exported enabled" msgstr "" -#: elflink.c:9091 elflink.c:9109 elflink.c:9148 elflink.c:9166 +#: elflink.c:9216 elflink.c:9234 elflink.c:9273 elflink.c:9291 #, c-format msgid "%pB: unable to sort relocs - they are in more than one size" msgstr "" #. The section size is not divisible by either - #. something is wrong. -#: elflink.c:9125 elflink.c:9182 +#: elflink.c:9250 elflink.c:9307 #, c-format msgid "%pB: unable to sort relocs - they are of an unknown size" msgstr "" -#: elflink.c:9234 +#: elflink.c:9359 msgid "not enough memory to sort relocations" msgstr "" -#: elflink.c:9502 +#: elflink.c:9640 #, c-format msgid "%pB: too many sections: %d (>= %d)" msgstr "" -#: elflink.c:9782 +#: elflink.c:9920 #, c-format msgid "%pB: internal symbol `%s' in %pB is referenced by DSO" msgstr "" -#: elflink.c:9785 +#: elflink.c:9923 #, c-format msgid "%pB: hidden symbol `%s' in %pB is referenced by DSO" msgstr "" -#: elflink.c:9788 +#: elflink.c:9926 #, c-format msgid "%pB: local symbol `%s' in %pB is referenced by DSO" msgstr "" -#: elflink.c:9874 +#: elflink.c:10012 #, c-format msgid "%pB: could not find output section %pA for input section %pA" msgstr "" -#: elflink.c:10028 +#: elflink.c:10166 #, c-format msgid "%pB: protected symbol `%s' isn't defined" msgstr "" -#: elflink.c:10031 +#: elflink.c:10169 #, c-format msgid "%pB: internal symbol `%s' isn't defined" msgstr "" -#: elflink.c:10034 +#: elflink.c:10172 #, c-format msgid "%pB: hidden symbol `%s' isn't defined" msgstr "" -#: elflink.c:10066 +#: elflink.c:10204 #, c-format msgid "%pB: no symbol version section for versioned symbol `%s'" msgstr "" -#: elflink.c:10679 +#: elflink.c:10816 #, c-format msgid "error: %pB: size of section %pA is not multiple of address size" msgstr "" -#: elflink.c:10724 +#: elflink.c:10861 #, c-format msgid "" "error: %pB contains a reloc (%#) for section %pA that references a " "non-existent global symbol" msgstr "" -#: elflink.c:11484 +#: elflink.c:11604 #, c-format msgid "" "%pA has both ordered [`%pA' in %pB] and unordered [`%pA' in %pB] sections" msgstr "" -#: elflink.c:11490 +#: elflink.c:11610 #, c-format msgid "%pA has both ordered and unordered sections" msgstr "" -#: elflink.c:11592 +#: elflink.c:11714 #, c-format msgid "%pB: no symbol found for import library" msgstr "" -#: elflink.c:12225 +#: elflink.c:12356 #, c-format msgid "%pB: file class %s incompatible with %s" msgstr "" -#: elflink.c:12442 +#: elflink.c:12573 #, c-format msgid "%pB: failed to generate import library" msgstr "" -#: elflink.c:12561 +#: elflink.c:12692 #, c-format msgid "warning: %s section has zero size" msgstr "" -#: elflink.c:12609 +#: elflink.c:12740 #, c-format msgid "warning: section '%s' is being made into a note" msgstr "" -#: elflink.c:12701 +#: elflink.c:12832 msgid "%P%X: read-only segment has dynamic relocations\n" msgstr "" -#: elflink.c:12704 +#: elflink.c:12835 msgid "%P: warning: creating a DT_TEXTREL in a shared object\n" msgstr "" -#: elflink.c:12829 +#: elflink.c:12960 msgid "%P%X: can not read symbols: %E\n" msgstr "" -#: elflink.c:13002 -msgid "%F%P: corrupt input: %pB\n" +#: elflink.c:13799 +#, c-format +msgid "%pB: %pA+%#: no symbol found for INHERIT" msgstr "" -#: elflink.c:13668 +#: elflink.c:13840 #, c-format -msgid "%pB: %pA+%#: no symbol found for INHERIT" +msgid "%pB: section '%pA': corrupt VTENTRY entry" msgstr "" -#: elflink.c:13844 +#: elflink.c:13983 #, c-format msgid "unrecognized INPUT_SECTION_FLAG %s\n" msgstr "" -#: elfxx-mips.c:1450 +#: elfxx-aarch64.c:477 +#, c-format +msgid "" +"%pB: warning: Weak TLS is implementation defined and may not work as expected" +msgstr "" + +#: elfxx-aarch64.c:738 /work/sources/binutils/current/bfd/elfnn-aarch64.c:9960 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:9967 +#, c-format +msgid "" +"%pB: warning: BTI turned on by -z force-bti when all inputs do not have BTI " +"in NOTE section." +msgstr "" + +#: elfxx-aarch64.c:758 elfxx-x86.c:2625 +msgid "%F%P: failed to create GNU property section\n" +msgstr "" + +#: elfxx-aarch64.c:762 elfxx-x86.c:2630 +#, c-format +msgid "%F%pA: failed to align section\n" +msgstr "" + +#: elfxx-aarch64.c:812 +#, c-format +msgid "error: %pB: " +msgstr "" + +#: elfxx-mips.c:1515 msgid "static procedure (no name)" msgstr "" -#: elfxx-mips.c:5718 +#: elfxx-mips.c:5800 msgid "MIPS16 and microMIPS functions cannot call each other" msgstr "" -#: elfxx-mips.c:6485 +#: elfxx-mips.c:6565 msgid "%X%H: unsupported JALX to the same ISA mode\n" msgstr "" -#: elfxx-mips.c:6518 +#: elfxx-mips.c:6598 msgid "" "%X%H: unsupported jump between ISA modes; consider recompiling with " "interlinking enabled\n" msgstr "" -#: elfxx-mips.c:6563 +#: elfxx-mips.c:6643 msgid "" "%X%H: cannot convert branch between ISA modes to JALX: relocation out of " "range\n" msgstr "" -#: elfxx-mips.c:6575 +#: elfxx-mips.c:6655 msgid "%X%H: unsupported branch between ISA modes\n" msgstr "" -#: elfxx-mips.c:7223 +#: elfxx-mips.c:7303 #, c-format msgid "" "%pB: incorrect `.reginfo' section size; expected %, got %" msgstr "" -#: elfxx-mips.c:7267 elfxx-mips.c:7502 +#: elfxx-mips.c:7347 elfxx-mips.c:7584 #, c-format msgid "%pB: warning: bad `%s' option size %u smaller than its header" msgstr "" -#: elfxx-mips.c:8300 elfxx-mips.c:8426 +#: elfxx-mips.c:8391 elfxx-mips.c:8517 #, c-format msgid "" "%pB: warning: cannot determine the target function for stub section `%s'" msgstr "" -#: elfxx-mips.c:8558 +#: elfxx-mips.c:8649 #, c-format msgid "%pB: malformed reloc detected for section %s" msgstr "" -#: elfxx-mips.c:8658 +#: elfxx-mips.c:8749 #, c-format msgid "%pB: GOT reloc at %# not expected in executables" msgstr "" -#: elfxx-mips.c:8796 +#: elfxx-mips.c:8887 #, c-format msgid "%pB: CALL16 reloc at %# not against global symbol" msgstr "" -#: elfxx-mips.c:9086 +#: elfxx-mips.c:9190 #, c-format msgid "" "%X%H: relocation %s against `%s' cannot be used when making a shared object; " "recompile with -fPIC\n" msgstr "" -#: elfxx-mips.c:9422 +#: elfxx-mips.c:9526 #, c-format msgid "non-dynamic relocations refer to dynamic symbol %s" msgstr "" -#: elfxx-mips.c:10350 +#: elfxx-mips.c:10456 #, c-format msgid "" "%pB: can't find matching LO16 reloc against `%s' for %s at %# in " "section `%pA'" msgstr "" -#: elfxx-mips.c:10490 +#: elfxx-mips.c:10596 msgid "" "small-data section exceeds 64KB; lower small-data size limit (see option -G)" msgstr "" -#: elfxx-mips.c:10509 +#: elfxx-mips.c:10615 msgid "cannot convert a jump to JALX for a non-word-aligned address" msgstr "" -#: elfxx-mips.c:10512 +#: elfxx-mips.c:10618 msgid "jump to a non-word-aligned address" msgstr "" -#: elfxx-mips.c:10513 +#: elfxx-mips.c:10619 msgid "jump to a non-instruction-aligned address" msgstr "" -#: elfxx-mips.c:10516 +#: elfxx-mips.c:10622 msgid "cannot convert a branch to JALX for a non-word-aligned address" msgstr "" -#: elfxx-mips.c:10518 +#: elfxx-mips.c:10624 msgid "branch to a non-instruction-aligned address" msgstr "" -#: elfxx-mips.c:10520 +#: elfxx-mips.c:10626 msgid "PC-relative load from unaligned address" msgstr "" -#: elfxx-mips.c:10798 +#: elfxx-mips.c:10926 #, c-format msgid "" "%pB: `%pA' entry VMA of %# outside the 32-bit range supported; " "consider using `-Ttext-segment=...'" msgstr "" -#: elfxx-mips.c:10911 elfxx-mips.c:11484 +#: elfxx-mips.c:11041 elfxx-mips.c:11628 #, c-format msgid "%pB: `%pA' offset of % from `%pA' beyond the range of ADDIUPC" msgstr "" -#: elfxx-mips.c:11456 +#: elfxx-mips.c:11600 #, c-format msgid "" "%pB: `%pA' start VMA of %# outside the 32-bit range supported; " "consider using `-Ttext-segment=...'" msgstr "" -#: elfxx-mips.c:14397 +#: elfxx-mips.c:14562 #, c-format msgid "%pB: unknown architecture %s" msgstr "" -#: elfxx-mips.c:14931 +#: elfxx-mips.c:15096 #, c-format msgid "%pB: illegal section name `%pA'" msgstr "" -#: elfxx-mips.c:15208 +#: elfxx-mips.c:15373 #, c-format msgid "%pB: warning: linking abicalls files with non-abicalls files" msgstr "" -#: elfxx-mips.c:15225 +#: elfxx-mips.c:15390 #, c-format msgid "%pB: linking 32-bit code with 64-bit code" msgstr "" -#: elfxx-mips.c:15257 elfxx-mips.c:15323 elfxx-mips.c:15338 +#: elfxx-mips.c:15422 elfxx-mips.c:15488 elfxx-mips.c:15503 #, c-format msgid "%pB: linking %s module with previous %s modules" msgstr "" -#: elfxx-mips.c:15281 +#: elfxx-mips.c:15446 #, c-format msgid "%pB: ABI mismatch: linking %s module with previous %s modules" msgstr "" -#: elfxx-mips.c:15306 +#: elfxx-mips.c:15471 #, c-format msgid "%pB: ASE mismatch: linking %s module with previous %s modules" msgstr "" -#: elfxx-mips.c:15440 +#: elfxx-mips.c:15605 #, c-format msgid "" "warning: %pB uses unknown floating point ABI %d (set by %pB), %pB uses " "unknown floating point ABI %d" msgstr "" -#: elfxx-mips.c:15446 +#: elfxx-mips.c:15611 #, c-format msgid "" "warning: %pB uses unknown floating point ABI %d (set by %pB), %pB uses %s" msgstr "" -#: elfxx-mips.c:15452 +#: elfxx-mips.c:15617 #, c-format msgid "" "warning: %pB uses %s (set by %pB), %pB uses unknown floating point ABI %d" msgstr "" -#: elfxx-mips.c:15466 +#: elfxx-mips.c:15631 #, c-format msgid "warning: %pB uses %s (set by %pB), %pB uses %s" msgstr "" -#: elfxx-mips.c:15485 +#: elfxx-mips.c:15650 #, c-format msgid "warning: %pB uses %s (set by %pB), %pB uses unknown MSA ABI %d" msgstr "" -#: elfxx-mips.c:15497 +#: elfxx-mips.c:15662 #, c-format msgid "warning: %pB uses unknown MSA ABI %d (set by %pB), %pB uses %s" msgstr "" -#: elfxx-mips.c:15506 +#: elfxx-mips.c:15671 #, c-format msgid "" "warning: %pB uses unknown MSA ABI %d (set by %pB), %pB uses unknown MSA ABI " "%d" msgstr "" -#: elfxx-mips.c:15568 +#: elfxx-mips.c:15733 #, c-format msgid "%pB: endianness incompatible with that of the selected emulation" msgstr "" -#: elfxx-mips.c:15582 +#: elfxx-mips.c:15747 #, c-format msgid "%pB: ABI is incompatible with that of the selected emulation" msgstr "" -#: elfxx-mips.c:15634 +#: elfxx-mips.c:15799 #, c-format msgid "%pB: warning: inconsistent ISA between e_flags and .MIPS.abiflags" msgstr "" -#: elfxx-mips.c:15639 +#: elfxx-mips.c:15804 #, c-format msgid "" "%pB: warning: inconsistent FP ABI between .gnu.attributes and .MIPS.abiflags" msgstr "" -#: elfxx-mips.c:15643 +#: elfxx-mips.c:15808 #, c-format msgid "%pB: warning: inconsistent ASEs between e_flags and .MIPS.abiflags" msgstr "" -#: elfxx-mips.c:15650 +#: elfxx-mips.c:15815 #, c-format msgid "" "%pB: warning: inconsistent ISA extensions between e_flags and .MIPS.abiflags" msgstr "" -#: elfxx-mips.c:15654 +#: elfxx-mips.c:15819 #, c-format msgid "" "%pB: warning: unexpected flag in the flags2 field of .MIPS.abiflags (0x%lx)" msgstr "" -#: elfxx-mips.c:15843 +#: elfxx-mips.c:16010 msgid "-mips32r2 -mfp64 (12 callee-saved)" msgstr "" -#: elfxx-mips.c:15905 elfxx-mips.c:15916 +#: elfxx-mips.c:16072 elfxx-mips.c:16083 msgid "None" msgstr "" -#: elfxx-mips.c:15907 elfxx-mips.c:15976 +#: elfxx-mips.c:16074 elfxx-mips.c:16143 msgid "Unknown" msgstr "" -#: elfxx-mips.c:15987 +#: elfxx-mips.c:16154 #, c-format msgid "Hard or soft float\n" msgstr "" -#: elfxx-mips.c:15990 +#: elfxx-mips.c:16157 #, c-format msgid "Hard float (double precision)\n" msgstr "" -#: elfxx-mips.c:15993 +#: elfxx-mips.c:16160 #, c-format msgid "Hard float (single precision)\n" msgstr "" -#: elfxx-mips.c:15996 +#: elfxx-mips.c:16163 #, c-format msgid "Soft float\n" msgstr "" -#: elfxx-mips.c:15999 +#: elfxx-mips.c:16166 #, c-format msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n" msgstr "" -#: elfxx-mips.c:16002 +#: elfxx-mips.c:16169 #, c-format msgid "Hard float (32-bit CPU, Any FPU)\n" msgstr "" -#: elfxx-mips.c:16005 +#: elfxx-mips.c:16172 #, c-format msgid "Hard float (32-bit CPU, 64-bit FPU)\n" msgstr "" -#: elfxx-mips.c:16008 +#: elfxx-mips.c:16175 #, c-format msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n" msgstr "" -#: elfxx-mips.c:16040 +#: elfxx-mips.c:16207 #, c-format msgid " [abi=O32]" msgstr "" -#: elfxx-mips.c:16042 +#: elfxx-mips.c:16209 #, c-format msgid " [abi=O64]" msgstr "" -#: elfxx-mips.c:16044 +#: elfxx-mips.c:16211 #, c-format msgid " [abi=EABI32]" msgstr "" -#: elfxx-mips.c:16046 +#: elfxx-mips.c:16213 #, c-format msgid " [abi=EABI64]" msgstr "" -#: elfxx-mips.c:16048 +#: elfxx-mips.c:16215 #, c-format msgid " [abi unknown]" msgstr "" -#: elfxx-mips.c:16050 +#: elfxx-mips.c:16217 #, c-format msgid " [abi=N32]" msgstr "" -#: elfxx-mips.c:16052 +#: elfxx-mips.c:16219 #, c-format msgid " [abi=64]" msgstr "" -#: elfxx-mips.c:16054 +#: elfxx-mips.c:16221 #, c-format msgid " [no abi set]" msgstr "" -#: elfxx-mips.c:16079 +#: elfxx-mips.c:16246 #, c-format msgid " [unknown ISA]" msgstr "" -#: elfxx-mips.c:16099 +#: elfxx-mips.c:16266 #, c-format msgid " [not 32bitmode]" msgstr "" -#: elfxx-sparc.c:3113 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5286 +#: elfxx-sparc.c:3110 /work/sources/binutils/current/bfd/elfnn-aarch64.c:5518 #, c-format msgid "" "%pB: relocation %s against STT_GNU_IFUNC symbol `%s' isn't handled by %s" msgstr "" -#: elfxx-tilegx.c:4254 +#: elfxx-tilegx.c:4253 #, c-format msgid "%pB: cannot link together %s and %s objects" msgstr "" @@ -5256,58 +5366,69 @@ msgstr "" msgid "%P: %pB: warning: relocation in read-only section `%pA'\n" msgstr "" -#: elfxx-x86.c:1383 +#: elfxx-x86.c:1382 msgid "" -"%P%X: read-only segment has dynamic IFUNC relocations; recompile with -fPIC\n" +"%P%X: read-only segment has dynamic IFUNC relocations; recompile with %s\n" msgstr "" -#: elfxx-x86.c:2384 +#: elfxx-x86.c:2385 #, c-format msgid "error: %pB: " msgstr "" -#: elfxx-x86.c:2609 -msgid "%F%P: failed to create GNU property section\n" +#: elfxx-x86.c:2651 +msgid "%P: %pB: warning: missing %s\n" msgstr "" -#: elfxx-x86.c:2614 -#, c-format -msgid "%F%pA: failed to align section\n" +#: elfxx-x86.c:2653 +msgid "%X%P: %pB: error: missing %s\n" msgstr "" -#: elfxx-x86.c:2760 +#: elfxx-x86.c:2676 +msgid "IBT and SHSTK properties" +msgstr "" + +#: elfxx-x86.c:2678 +msgid "IBT property" +msgstr "" + +#: elfxx-x86.c:2680 +msgid "SHSTK property" +msgstr "" + +#: elfxx-x86.c:2824 msgid "%F%P: failed to create VxWorks dynamic sections\n" msgstr "" -#: elfxx-x86.c:2769 +#: elfxx-x86.c:2833 msgid "%F%P: failed to create GOT sections\n" msgstr "" -#: elfxx-x86.c:2787 +#: elfxx-x86.c:2851 msgid "%F%P: failed to create ifunc sections\n" msgstr "" -#: elfxx-x86.c:2828 +#: elfxx-x86.c:2891 msgid "%F%P: failed to create GOT PLT section\n" msgstr "" -#: elfxx-x86.c:2849 +#: elfxx-x86.c:2911 msgid "%F%P: failed to create IBT-enabled PLT section\n" msgstr "" -#: elfxx-x86.c:2864 +#: elfxx-x86.c:2925 msgid "%F%P: failed to create BND PLT section\n" msgstr "" -#: elfxx-x86.c:2885 +#: elfxx-x86.c:2945 msgid "%F%P: failed to create PLT .eh_frame section\n" msgstr "" -#: elfxx-x86.c:2898 +#: elfxx-x86.c:2958 msgid "%F%P: failed to create GOT PLT .eh_frame section\n" msgstr "" -#: elfxx-x86.c:2912 +#: elfxx-x86.c:2972 msgid "%F%P: failed to create the second PLT .eh_frame section\n" msgstr "" @@ -5381,7 +5502,7 @@ msgstr "" msgid "Deprecated %s called\n" msgstr "" -#: linker.c:1697 +#: linker.c:1696 #, c-format msgid "%pB: indirect symbol `%s' to `%s' is a loop" msgstr "" @@ -5391,187 +5512,226 @@ msgstr "" msgid "attempt to do relocatable link with %s input and %s output" msgstr "" -#: linker.c:2853 +#: linker.c:2854 #, c-format msgid "%pB: ignoring duplicate section `%pA'\n" msgstr "" -#: linker.c:2863 linker.c:2873 +#: linker.c:2864 linker.c:2874 #, c-format msgid "%pB: duplicate section `%pA' has different size\n" msgstr "" -#: linker.c:2882 linker.c:2888 +#: linker.c:2883 linker.c:2889 #, c-format msgid "%pB: could not read contents of section `%pA'\n" msgstr "" -#: linker.c:2893 +#: linker.c:2894 #, c-format msgid "%pB: duplicate section `%pA' has different contents\n" msgstr "" -#: linker.c:3407 +#: linker.c:3408 #, c-format msgid "%pB: compiled for a big endian system and target is little endian" msgstr "" -#: linker.c:3410 +#: linker.c:3411 #, c-format msgid "%pB: compiled for a little endian system and target is big endian" msgstr "" -#: mach-o.c:632 +#: mach-o-arm.c:172 +msgid "malformed mach-o ARM reloc pair: reloc is first reloc" +msgstr "" + +#: mach-o-arm.c:188 +#, c-format +msgid "malformed mach-o ARM reloc pair: invalid length: %d" +msgstr "" + +#: mach-o-arm.c:203 +#, c-format +msgid "malformed mach-o ARM sectdiff reloc: invalid length: %d" +msgstr "" + +#: mach-o-arm.c:218 +#, c-format +msgid "malformed mach-o ARM local sectdiff reloc: invalid length: %d" +msgstr "" + +#: mach-o-arm.c:233 +#, c-format +msgid "malformed mach-o ARM half sectdiff reloc: invalid length: %d" +msgstr "" + +#: mach-o-arm.c:265 +#, c-format +msgid "malformed mach-o ARM vanilla reloc: invalid length: %d (pcrel: %d)" +msgstr "" + +#: mach-o-arm.c:329 +#, c-format +msgid "malformed mach-o ARM reloc: unknown reloc type: %d" +msgstr "" + +#: mach-o.c:633 #, c-format msgid "" msgstr "" -#: mach-o.c:687 +#: mach-o.c:688 msgid " ()" msgstr "" -#: mach-o.c:698 +#: mach-o.c:699 #, c-format msgid " MACH-O header:\n" msgstr "" -#: mach-o.c:699 +#: mach-o.c:700 #, c-format msgid " magic: %#lx\n" msgstr "" -#: mach-o.c:700 +#: mach-o.c:701 #, c-format msgid " cputype: %#lx (%s)\n" msgstr "" -#: mach-o.c:702 +#: mach-o.c:703 #, c-format msgid " cpusubtype: %#lx%s\n" msgstr "" -#: mach-o.c:704 +#: mach-o.c:705 #, c-format msgid " filetype: %#lx\n" msgstr "" -#: mach-o.c:705 +#: mach-o.c:706 #, c-format msgid " ncmds: %#lx\n" msgstr "" -#: mach-o.c:706 +#: mach-o.c:707 #, c-format msgid " sizeocmds: %#lx\n" msgstr "" -#: mach-o.c:707 +#: mach-o.c:708 #, c-format msgid " flags: %#lx\n" msgstr "" -#: mach-o.c:708 +#: mach-o.c:709 #, c-format msgid " version: %x\n" msgstr "" #. Urg - what has happened ? -#: mach-o.c:743 +#: mach-o.c:744 #, c-format msgid "incompatible cputypes in mach-o files: %ld vs %ld" msgstr "" -#: mach-o.c:912 +#: mach-o.c:913 msgid "bfd_mach_o_canonicalize_symtab: unable to load symbols" msgstr "" -#: mach-o.c:2108 +#: mach-o.c:1505 +msgid "" +"malformed mach-o reloc: section index is greater than the number of sections" +msgstr "" + +#: mach-o.c:2123 msgid "" "sorry: modtab, toc and extrefsyms are not yet implemented for dysymtab " "commands." msgstr "" -#: mach-o.c:2554 +#: mach-o.c:2569 #, c-format msgid "mach-o: there are too many sections (%u) maximum is 255,\n" msgstr "" -#: mach-o.c:2661 +#: mach-o.c:2676 #, c-format msgid "unable to allocate data for load command %#x" msgstr "" -#: mach-o.c:2766 +#: mach-o.c:2781 #, c-format msgid "unable to write unknown load command %#x" msgstr "" -#: mach-o.c:2950 +#: mach-o.c:2965 #, c-format msgid "section address (%#) below start of segment (%#)" msgstr "" -#: mach-o.c:3092 +#: mach-o.c:3107 #, c-format msgid "unable to layout unknown load command %#x" msgstr "" -#: mach-o.c:3628 +#: mach-o.c:3642 #, c-format msgid "" "bfd_mach_o_read_section_32: overlarge alignment value: %#lx, using 32 instead" msgstr "" -#: mach-o.c:3671 +#: mach-o.c:3685 #, c-format msgid "" "bfd_mach_o_read_section_64: overlarge alignment value: %#lx, using 32 instead" msgstr "" -#: mach-o.c:3722 +#: mach-o.c:3736 #, c-format msgid "bfd_mach_o_read_symtab_symbol: unable to read %d bytes at %u" msgstr "" -#: mach-o.c:3741 +#: mach-o.c:3755 #, c-format msgid "bfd_mach_o_read_symtab_symbol: name out of range (%lu >= %u)" msgstr "" -#: mach-o.c:3824 +#: mach-o.c:3838 #, c-format msgid "" "bfd_mach_o_read_symtab_symbol: symbol \"%s\" specified invalid section %d " "(max %lu): setting to undefined" msgstr "" -#: mach-o.c:3843 +#: mach-o.c:3857 #, c-format msgid "" "bfd_mach_o_read_symtab_symbol: symbol \"%s\" specified invalid type field 0x" "%x: setting to undefined" msgstr "" -#: mach-o.c:3920 +#: mach-o.c:3934 msgid "bfd_mach_o_read_symtab_symbols: unable to allocate memory for symbols" msgstr "" -#: mach-o.c:4931 +#: mach-o.c:4945 #, c-format msgid "%pB: unknown load command %#x" msgstr "" -#: mach-o.c:5122 +#: mach-o.c:5136 #, c-format msgid "bfd_mach_o_scan: unknown architecture 0x%lx/0x%lx" msgstr "" -#: mach-o.c:5227 +#: mach-o.c:5241 #, c-format msgid "unknown header byte-order value %#x" msgstr "" -#: merge.c:878 +#: merge.c:889 #, c-format msgid "%pB: access beyond end of merged section (%)" msgstr "" @@ -5586,138 +5746,138 @@ msgstr "" msgid "%pB: no core to allocate a symbol %d bytes long" msgstr "" -#: mmo.c:955 +#: mmo.c:952 #, c-format msgid "%pB: attempt to emit contents at non-multiple-of-4 address %#" msgstr "" -#: mmo.c:1252 +#: mmo.c:1248 #, c-format msgid "%pB: invalid mmo file: initialization value for $255 is not `Main'\n" msgstr "" -#: mmo.c:1399 +#: mmo.c:1395 #, c-format msgid "" "%pB: unsupported wide character sequence 0x%02X 0x%02X after symbol name " "starting with `%s'\n" msgstr "" -#: mmo.c:1633 +#: mmo.c:1628 #, c-format msgid "%pB: invalid mmo file: unsupported lopcode `%d'\n" msgstr "" -#: mmo.c:1644 +#: mmo.c:1639 #, c-format msgid "%pB: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n" msgstr "" -#: mmo.c:1682 +#: mmo.c:1677 #, c-format msgid "" "%pB: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n" msgstr "" -#: mmo.c:1733 +#: mmo.c:1728 #, c-format msgid "" "%pB: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n" msgstr "" -#: mmo.c:1774 +#: mmo.c:1769 #, c-format msgid "%pB: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n" msgstr "" -#: mmo.c:1785 +#: mmo.c:1780 #, c-format msgid "" "%pB: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n" msgstr "" -#: mmo.c:1810 +#: mmo.c:1805 #, c-format msgid "" "%pB: invalid mmo file: leading byte of operand word must be 0 or 1, got %d " "for lop_fixrx\n" msgstr "" -#: mmo.c:1835 +#: mmo.c:1830 #, c-format msgid "%pB: cannot allocate file name for file number %d, %d bytes\n" msgstr "" -#: mmo.c:1857 +#: mmo.c:1852 #, c-format msgid "" "%pB: invalid mmo file: file number %d `%s', was already entered as `%s'\n" msgstr "" -#: mmo.c:1871 +#: mmo.c:1866 #, c-format msgid "" "%pB: invalid mmo file: file name for number %d was not specified before use\n" msgstr "" -#: mmo.c:1978 +#: mmo.c:1973 #, c-format msgid "" "%pB: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n" msgstr "" -#: mmo.c:2015 +#: mmo.c:2010 #, c-format msgid "%pB: invalid mmo file: lop_end not last item in file\n" msgstr "" -#: mmo.c:2029 +#: mmo.c:2024 #, c-format msgid "" "%pB: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras " "to the preceding lop_stab (%ld)\n" msgstr "" -#: mmo.c:2740 +#: mmo.c:2732 #, c-format msgid "%pB: invalid symbol table: duplicate symbol `%s'\n" msgstr "" -#: mmo.c:2983 +#: mmo.c:2975 #, c-format msgid "" "%pB: bad symbol definition: `Main' set to %s rather than the start address " "%s\n" msgstr "" -#: mmo.c:3082 +#: mmo.c:3074 #, c-format msgid "" "%pB: warning: symbol table too large for mmo, larger than 65535 32-bit " "words: %d. Only `Main' will be emitted.\n" msgstr "" -#: mmo.c:3128 +#: mmo.c:3120 #, c-format msgid "%pB: internal error, symbol table changed size from %d to %d words\n" msgstr "" -#: mmo.c:3181 +#: mmo.c:3173 #, c-format msgid "%pB: internal error, internal register section %pA had contents\n" msgstr "" -#: mmo.c:3232 +#: mmo.c:3224 #, c-format msgid "%pB: no initialized registers; section length 0\n" msgstr "" -#: mmo.c:3239 +#: mmo.c:3231 #, c-format msgid "%pB: too many initialized registers; section length %" msgstr "" -#: mmo.c:3244 +#: mmo.c:3236 #, c-format msgid "" "%pB: invalid start address for initialized registers of length %: " @@ -5729,60 +5889,62 @@ msgstr "" msgid "unhandled OSF/1 core file section type %d" msgstr "" -#: pef.c:527 +#: pef.c:529 #, c-format msgid "bfd_pef_scan: unknown architecture 0x%lx" msgstr "" -#: pei-x86_64.c:177 pei-x86_64.c:191 pei-x86_64.c:220 +#: pei-x86_64.c:177 pei-x86_64.c:191 pei-x86_64.c:220 pei-x86_64.c:243 +#: pei-x86_64.c:253 pei-x86_64.c:278 pei-x86_64.c:290 pei-x86_64.c:304 +#: pei-x86_64.c:322 pei-x86_64.c:334 pei-x86_64.c:346 #, c-format msgid "warning: corrupt unwind data\n" msgstr "" #. PR 17512: file: 2245-7442-0.004. -#: pei-x86_64.c:315 +#: pei-x86_64.c:367 #, c-format msgid "Unknown: %x" msgstr "" -#: pei-x86_64.c:365 pei-x86_64.c:375 pei-x86_64.c:384 +#: pei-x86_64.c:418 pei-x86_64.c:428 pei-x86_64.c:437 #, c-format msgid "warning: xdata section corrupt\n" msgstr "" -#: pei-x86_64.c:439 +#: pei-x86_64.c:492 #, c-format msgid "Too many unwind codes (%ld)\n" msgstr "" -#: pei-x86_64.c:529 +#: pei-x86_64.c:582 #, c-format msgid "Warning: %s section size (%ld) is not a multiple of %d\n" msgstr "" -#: pei-x86_64.c:536 +#: pei-x86_64.c:589 #, c-format msgid "Warning: %s section size is zero\n" msgstr "" -#: pei-x86_64.c:551 +#: pei-x86_64.c:604 #, c-format msgid "Warning: %s section size (%ld) is smaller than virtual size (%ld)\n" msgstr "" -#: pei-x86_64.c:560 +#: pei-x86_64.c:613 #, c-format msgid "" "\n" "The Function Table (interpreted %s section contents)\n" msgstr "" -#: pei-x86_64.c:563 +#: pei-x86_64.c:616 #, c-format msgid "vma:\t\t\tBeginAddress\t EndAddress\t UnwindData\n" msgstr "" -#: pei-x86_64.c:692 +#: pei-x86_64.c:745 #, c-format msgid "" "\n" @@ -5790,44 +5952,44 @@ msgid "" msgstr "" #. XXX code yet to be written. -#: peicode.h:775 +#: peicode.h:796 #, c-format msgid "%pB: unhandled import type; %x" msgstr "" -#: peicode.h:781 +#: peicode.h:802 #, c-format msgid "%pB: unrecognized import type; %x" msgstr "" -#: peicode.h:796 +#: peicode.h:817 #, c-format msgid "%pB: unrecognized import name type; %x" msgstr "" -#: peicode.h:1211 +#: peicode.h:1232 #, c-format msgid "%pB: unrecognised machine type (0x%x) in Import Library Format archive" msgstr "" -#: peicode.h:1224 +#: peicode.h:1245 #, c-format msgid "" "%pB: recognised but unhandled machine type (0x%x) in Import Library Format " "archive" msgstr "" -#: peicode.h:1242 +#: peicode.h:1263 #, c-format msgid "%pB: size field is zero in Import Library Format header" msgstr "" -#: peicode.h:1274 +#: peicode.h:1295 #, c-format msgid "%pB: string not null terminated in ILF object file" msgstr "" -#: peicode.h:1330 +#: peicode.h:1351 #, c-format msgid "%pB: error: debug data ends beyond end of debug directory" msgstr "" @@ -5881,32 +6043,32 @@ msgstr "" msgid "Partition[%d] length = 0x%.8lx (%ld)\n" msgstr "" -#: reloc.c:8232 +#: reloc.c:8263 msgid "INPUT_SECTION_FLAGS are not supported" msgstr "" -#: reloc.c:8333 +#: reloc.c:8364 #, c-format msgid "%X%P: %pB(%pA): error: relocation for offset %V has no value\n" msgstr "" -#: reloc.c:8420 +#: reloc.c:8452 #, c-format msgid "%X%P: %pB(%pA): relocation \"%pR\" is not supported\n" msgstr "" -#: reloc.c:8429 +#: reloc.c:8461 #, c-format msgid "%X%P: %pB(%pA): relocation \"%pR\" returns an unrecognized value %x\n" msgstr "" -#: reloc.c:8491 +#: reloc.c:8523 #, c-format msgid "%pB: unrecognized relocation type %#x in section `%pA'" msgstr "" #. PR 21803: Suggest the most likely cause of this error. -#: reloc.c:8495 +#: reloc.c:8527 #, c-format msgid "is this version of the linker - %s - out of date ?" msgstr "" @@ -5916,14 +6078,14 @@ msgstr "" msgid "%pB: warning core file truncated" msgstr "" -#: som.c:5478 +#: som.c:5482 #, c-format msgid "" "\n" "Exec Auxiliary Header\n" msgstr "" -#: som.c:5787 +#: som.c:5791 msgid "som_sizeof_headers unimplemented" msgstr "" @@ -5947,7 +6109,7 @@ msgstr "" msgid "%pB(%pA+%#lx): stabs entry has invalid string index" msgstr "" -#: syms.c:1091 +#: syms.c:1098 msgid "unsupported .stab relocation" msgstr "" @@ -5955,65 +6117,70 @@ msgstr "" msgid "corrupt EIHD record - size is too small" msgstr "" -#: vms-alpha.c:660 +#: vms-alpha.c:664 #, c-format msgid "unable to read EIHS record at offset %#x" msgstr "" -#: vms-alpha.c:1173 +#: vms-alpha.c:1156 +msgid "record is too small for symbol name length" +msgstr "" + +#: vms-alpha.c:1189 #, c-format msgid "corrupt EGSD record: its size (%#x) is too small" msgstr "" -#: vms-alpha.c:1197 +#: vms-alpha.c:1213 #, c-format -msgid "corrupt EGSD record: size (%#x) is larger than remaining space (%#x)" +msgid "" +"corrupt EGSD record type %d: size (%#x) is larger than remaining space (%#x)" msgstr "" -#: vms-alpha.c:1205 +#: vms-alpha.c:1232 #, c-format -msgid "corrupt EGSD record: size (%#x) is too small" +msgid "corrupt EGSD record type %d: size (%#x) is too small" msgstr "" -#: vms-alpha.c:1334 vms-alpha.c:1350 vms-alpha.c:1390 +#: vms-alpha.c:1362 #, c-format msgid "corrupt EGSD record: its psindx field is too big (%#lx)" msgstr "" -#: vms-alpha.c:1419 +#: vms-alpha.c:1438 #, c-format msgid "unknown EGSD subtype %d" msgstr "" -#: vms-alpha.c:1452 +#: vms-alpha.c:1471 #, c-format msgid "stack overflow (%d) in _bfd_vms_push" msgstr "" -#: vms-alpha.c:1465 +#: vms-alpha.c:1484 msgid "stack underflow in _bfd_vms_pop" msgstr "" #. These names have not yet been added to this switch statement. -#: vms-alpha.c:1707 +#: vms-alpha.c:1726 #, c-format msgid "unknown ETIR command %d" msgstr "" -#: vms-alpha.c:1738 +#: vms-alpha.c:1757 msgid "corrupt vms value" msgstr "" -#: vms-alpha.c:1866 +#: vms-alpha.c:1888 msgid "corrupt ETIR record encountered" msgstr "" -#: vms-alpha.c:1923 +#: vms-alpha.c:1946 #, c-format msgid "bad section index in %s" msgstr "" -#: vms-alpha.c:1936 +#: vms-alpha.c:1959 #, c-format msgid "unsupported STA cmd %s" msgstr "" @@ -6023,2067 +6190,2083 @@ msgstr "" #. Rotate. #. Redefine symbol to current location. #. Define a literal. -#: vms-alpha.c:2116 vms-alpha.c:2147 vms-alpha.c:2238 vms-alpha.c:2396 +#: vms-alpha.c:2139 vms-alpha.c:2170 vms-alpha.c:2261 vms-alpha.c:2419 #, c-format msgid "%s: not supported" msgstr "" -#: vms-alpha.c:2122 +#: vms-alpha.c:2145 #, c-format msgid "%s: not implemented" msgstr "" -#: vms-alpha.c:2380 +#: vms-alpha.c:2403 #, c-format msgid "invalid use of %s with contexts" msgstr "" -#: vms-alpha.c:2414 +#: vms-alpha.c:2437 #, c-format msgid "reserved cmd %d" msgstr "" -#: vms-alpha.c:2498 +#: vms-alpha.c:2521 msgid "corrupt EEOM record - size is too small" msgstr "" -#: vms-alpha.c:2507 +#: vms-alpha.c:2530 msgid "object module not error-free !" msgstr "" -#: vms-alpha.c:3831 +#: vms-alpha.c:3872 #, c-format msgid "SEC_RELOC with no relocs in section %pA" msgstr "" -#: vms-alpha.c:3883 vms-alpha.c:4097 +#: vms-alpha.c:3924 vms-alpha.c:4139 #, c-format msgid "size error in section %pA" msgstr "" -#: vms-alpha.c:4043 +#: vms-alpha.c:4084 msgid "spurious ALPHA_R_BSR reloc" msgstr "" -#: vms-alpha.c:4084 +#: vms-alpha.c:4125 #, c-format msgid "unhandled relocation %s" msgstr "" -#: vms-alpha.c:4377 +#: vms-alpha.c:4420 #, c-format msgid "unknown source command %d" msgstr "" -#: vms-alpha.c:4438 vms-alpha.c:4444 vms-alpha.c:4450 vms-alpha.c:4456 -#: vms-alpha.c:4462 vms-alpha.c:4489 vms-alpha.c:4495 vms-alpha.c:4501 -#: vms-alpha.c:4507 +#: vms-alpha.c:4481 vms-alpha.c:4487 vms-alpha.c:4493 vms-alpha.c:4499 +#: vms-alpha.c:4505 vms-alpha.c:4532 vms-alpha.c:4538 vms-alpha.c:4544 +#: vms-alpha.c:4550 #, c-format msgid "%s not implemented" msgstr "" -#: vms-alpha.c:4550 +#: vms-alpha.c:4593 #, c-format msgid "unknown line command %d" msgstr "" -#: vms-alpha.c:5010 vms-alpha.c:5028 vms-alpha.c:5043 vms-alpha.c:5059 -#: vms-alpha.c:5072 vms-alpha.c:5084 vms-alpha.c:5097 +#: vms-alpha.c:5053 vms-alpha.c:5071 vms-alpha.c:5086 vms-alpha.c:5102 +#: vms-alpha.c:5115 vms-alpha.c:5127 vms-alpha.c:5140 #, c-format msgid "unknown reloc %s + %s" msgstr "" -#: vms-alpha.c:5152 +#: vms-alpha.c:5195 #, c-format msgid "unknown reloc %s" msgstr "" -#: vms-alpha.c:5166 +#: vms-alpha.c:5209 msgid "invalid section index in ETIR" msgstr "" -#: vms-alpha.c:5175 +#: vms-alpha.c:5218 msgid "relocation for non-REL psect" msgstr "" -#: vms-alpha.c:5222 +#: vms-alpha.c:5265 #, c-format msgid "unknown symbol in command %s" msgstr "" -#: vms-alpha.c:5636 +#: vms-alpha.c:5679 #, c-format msgid "reloc (%d) is *UNKNOWN*" msgstr "" -#: vms-alpha.c:5752 +#: vms-alpha.c:5795 #, c-format msgid " EMH %u (len=%u): " msgstr "" -#: vms-alpha.c:5757 +#: vms-alpha.c:5800 #, c-format msgid " Error: The length is less than the length of an EMH record\n" msgstr "" -#: vms-alpha.c:5774 +#: vms-alpha.c:5817 #, c-format msgid "" " Error: The record length is less than the size of an EMH_MHD record\n" msgstr "" -#: vms-alpha.c:5777 +#: vms-alpha.c:5820 #, c-format msgid "Module header\n" msgstr "" -#: vms-alpha.c:5778 +#: vms-alpha.c:5821 #, c-format msgid " structure level: %u\n" msgstr "" -#: vms-alpha.c:5779 +#: vms-alpha.c:5822 #, c-format msgid " max record size: %u\n" msgstr "" -#: vms-alpha.c:5785 +#: vms-alpha.c:5828 #, c-format msgid " Error: The module name is missing\n" msgstr "" -#: vms-alpha.c:5791 +#: vms-alpha.c:5834 #, c-format msgid " Error: The module name is too long\n" msgstr "" -#: vms-alpha.c:5794 +#: vms-alpha.c:5837 #, c-format msgid " module name : %.*s\n" msgstr "" -#: vms-alpha.c:5798 +#: vms-alpha.c:5841 #, c-format msgid " Error: The module version is missing\n" msgstr "" -#: vms-alpha.c:5804 +#: vms-alpha.c:5847 #, c-format msgid " Error: The module version is too long\n" msgstr "" -#: vms-alpha.c:5807 +#: vms-alpha.c:5850 #, c-format msgid " module version : %.*s\n" msgstr "" -#: vms-alpha.c:5810 +#: vms-alpha.c:5853 #, c-format msgid " Error: The compile date is truncated\n" msgstr "" -#: vms-alpha.c:5812 +#: vms-alpha.c:5855 #, c-format msgid " compile date : %.17s\n" msgstr "" -#: vms-alpha.c:5817 +#: vms-alpha.c:5860 #, c-format msgid "Language Processor Name\n" msgstr "" -#: vms-alpha.c:5818 +#: vms-alpha.c:5861 #, c-format msgid " language name: %.*s\n" msgstr "" -#: vms-alpha.c:5822 +#: vms-alpha.c:5865 #, c-format msgid "Source Files Header\n" msgstr "" -#: vms-alpha.c:5823 +#: vms-alpha.c:5866 #, c-format msgid " file: %.*s\n" msgstr "" -#: vms-alpha.c:5827 +#: vms-alpha.c:5870 #, c-format msgid "Title Text Header\n" msgstr "" -#: vms-alpha.c:5828 +#: vms-alpha.c:5871 #, c-format msgid " title: %.*s\n" msgstr "" -#: vms-alpha.c:5832 +#: vms-alpha.c:5875 #, c-format msgid "Copyright Header\n" msgstr "" -#: vms-alpha.c:5833 +#: vms-alpha.c:5876 #, c-format msgid " copyright: %.*s\n" msgstr "" -#: vms-alpha.c:5837 +#: vms-alpha.c:5880 #, c-format msgid "unhandled emh subtype %u\n" msgstr "" -#: vms-alpha.c:5847 +#: vms-alpha.c:5890 #, c-format msgid " EEOM (len=%u):\n" msgstr "" -#: vms-alpha.c:5852 +#: vms-alpha.c:5895 #, c-format msgid " Error: The length is less than the length of an EEOM record\n" msgstr "" -#: vms-alpha.c:5856 +#: vms-alpha.c:5899 #, c-format msgid " number of cond linkage pairs: %u\n" msgstr "" -#: vms-alpha.c:5858 +#: vms-alpha.c:5901 #, c-format msgid " completion code: %u\n" msgstr "" -#: vms-alpha.c:5862 +#: vms-alpha.c:5905 #, c-format msgid " transfer addr flags: 0x%02x\n" msgstr "" -#: vms-alpha.c:5863 +#: vms-alpha.c:5906 #, c-format msgid " transfer addr psect: %u\n" msgstr "" -#: vms-alpha.c:5865 +#: vms-alpha.c:5908 #, c-format msgid " transfer address : 0x%08x\n" msgstr "" -#: vms-alpha.c:5874 +#: vms-alpha.c:5917 msgid " WEAK" msgstr "" -#: vms-alpha.c:5876 +#: vms-alpha.c:5919 msgid " DEF" msgstr "" -#: vms-alpha.c:5878 +#: vms-alpha.c:5921 msgid " UNI" msgstr "" -#: vms-alpha.c:5880 vms-alpha.c:5901 +#: vms-alpha.c:5923 vms-alpha.c:5944 msgid " REL" msgstr "" -#: vms-alpha.c:5882 +#: vms-alpha.c:5925 msgid " COMM" msgstr "" -#: vms-alpha.c:5884 +#: vms-alpha.c:5927 msgid " VECEP" msgstr "" -#: vms-alpha.c:5886 +#: vms-alpha.c:5929 msgid " NORM" msgstr "" -#: vms-alpha.c:5888 +#: vms-alpha.c:5931 msgid " QVAL" msgstr "" -#: vms-alpha.c:5895 +#: vms-alpha.c:5938 msgid " PIC" msgstr "" -#: vms-alpha.c:5897 +#: vms-alpha.c:5940 msgid " LIB" msgstr "" -#: vms-alpha.c:5899 +#: vms-alpha.c:5942 msgid " OVR" msgstr "" -#: vms-alpha.c:5903 +#: vms-alpha.c:5946 msgid " GBL" msgstr "" -#: vms-alpha.c:5905 +#: vms-alpha.c:5948 msgid " SHR" msgstr "" -#: vms-alpha.c:5907 +#: vms-alpha.c:5950 msgid " EXE" msgstr "" -#: vms-alpha.c:5909 +#: vms-alpha.c:5952 msgid " RD" msgstr "" -#: vms-alpha.c:5911 +#: vms-alpha.c:5954 msgid " WRT" msgstr "" -#: vms-alpha.c:5913 +#: vms-alpha.c:5956 msgid " VEC" msgstr "" -#: vms-alpha.c:5915 +#: vms-alpha.c:5958 msgid " NOMOD" msgstr "" -#: vms-alpha.c:5917 +#: vms-alpha.c:5960 msgid " COM" msgstr "" -#: vms-alpha.c:5919 +#: vms-alpha.c:5962 msgid " 64B" msgstr "" -#: vms-alpha.c:5928 +#: vms-alpha.c:5971 #, c-format msgid " EGSD (len=%u):\n" msgstr "" -#: vms-alpha.c:5941 +#: vms-alpha.c:5984 #, c-format msgid " EGSD entry %2u (type: %u, len: %u): " msgstr "" -#: vms-alpha.c:5947 vms-alpha.c:6198 +#: vms-alpha.c:5990 vms-alpha.c:6241 #, c-format msgid " Error: length larger than remaining space in record\n" msgstr "" -#: vms-alpha.c:5959 +#: vms-alpha.c:6002 #, c-format msgid "PSC - Program section definition\n" msgstr "" -#: vms-alpha.c:5960 vms-alpha.c:5977 +#: vms-alpha.c:6003 vms-alpha.c:6020 #, c-format msgid " alignment : 2**%u\n" msgstr "" -#: vms-alpha.c:5961 vms-alpha.c:5978 +#: vms-alpha.c:6004 vms-alpha.c:6021 #, c-format msgid " flags : 0x%04x" msgstr "" -#: vms-alpha.c:5965 +#: vms-alpha.c:6008 #, c-format msgid " alloc (len): %u (0x%08x)\n" msgstr "" -#: vms-alpha.c:5966 vms-alpha.c:6023 vms-alpha.c:6072 +#: vms-alpha.c:6009 vms-alpha.c:6066 vms-alpha.c:6115 #, c-format msgid " name : %.*s\n" msgstr "" -#: vms-alpha.c:5976 +#: vms-alpha.c:6019 #, c-format msgid "SPSC - Shared Image Program section def\n" msgstr "" -#: vms-alpha.c:5982 +#: vms-alpha.c:6025 #, c-format msgid " alloc (len) : %u (0x%08x)\n" msgstr "" -#: vms-alpha.c:5983 +#: vms-alpha.c:6026 #, c-format msgid " image offset : 0x%08x\n" msgstr "" -#: vms-alpha.c:5985 +#: vms-alpha.c:6028 #, c-format msgid " symvec offset : 0x%08x\n" msgstr "" -#: vms-alpha.c:5987 +#: vms-alpha.c:6030 #, c-format msgid " name : %.*s\n" msgstr "" -#: vms-alpha.c:6000 +#: vms-alpha.c:6043 #, c-format msgid "SYM - Global symbol definition\n" msgstr "" -#: vms-alpha.c:6001 vms-alpha.c:6061 vms-alpha.c:6082 vms-alpha.c:6101 +#: vms-alpha.c:6044 vms-alpha.c:6104 vms-alpha.c:6125 vms-alpha.c:6144 #, c-format msgid " flags: 0x%04x" msgstr "" -#: vms-alpha.c:6004 +#: vms-alpha.c:6047 #, c-format msgid " psect offset: 0x%08x\n" msgstr "" -#: vms-alpha.c:6008 +#: vms-alpha.c:6051 #, c-format msgid " code address: 0x%08x\n" msgstr "" -#: vms-alpha.c:6010 +#: vms-alpha.c:6053 #, c-format msgid " psect index for entry point : %u\n" msgstr "" -#: vms-alpha.c:6013 vms-alpha.c:6089 vms-alpha.c:6108 +#: vms-alpha.c:6056 vms-alpha.c:6132 vms-alpha.c:6151 #, c-format msgid " psect index : %u\n" msgstr "" -#: vms-alpha.c:6015 vms-alpha.c:6091 vms-alpha.c:6110 +#: vms-alpha.c:6058 vms-alpha.c:6134 vms-alpha.c:6153 #, c-format msgid " name : %.*s\n" msgstr "" -#: vms-alpha.c:6022 +#: vms-alpha.c:6065 #, c-format msgid "SYM - Global symbol reference\n" msgstr "" -#: vms-alpha.c:6034 +#: vms-alpha.c:6077 #, c-format msgid "IDC - Ident Consistency check\n" msgstr "" -#: vms-alpha.c:6035 +#: vms-alpha.c:6078 #, c-format msgid " flags : 0x%08x" msgstr "" -#: vms-alpha.c:6039 +#: vms-alpha.c:6082 #, c-format msgid " id match : %x\n" msgstr "" -#: vms-alpha.c:6041 +#: vms-alpha.c:6084 #, c-format msgid " error severity: %x\n" msgstr "" -#: vms-alpha.c:6044 +#: vms-alpha.c:6087 #, c-format msgid " entity name : %.*s\n" msgstr "" -#: vms-alpha.c:6046 +#: vms-alpha.c:6089 #, c-format msgid " object name : %.*s\n" msgstr "" -#: vms-alpha.c:6049 +#: vms-alpha.c:6092 #, c-format msgid " binary ident : 0x%08x\n" msgstr "" -#: vms-alpha.c:6052 +#: vms-alpha.c:6095 #, c-format msgid " ascii ident : %.*s\n" msgstr "" -#: vms-alpha.c:6060 +#: vms-alpha.c:6103 #, c-format msgid "SYMG - Universal symbol definition\n" msgstr "" -#: vms-alpha.c:6064 +#: vms-alpha.c:6107 #, c-format msgid " symbol vector offset: 0x%08x\n" msgstr "" -#: vms-alpha.c:6066 +#: vms-alpha.c:6109 #, c-format msgid " entry point: 0x%08x\n" msgstr "" -#: vms-alpha.c:6068 +#: vms-alpha.c:6111 #, c-format msgid " proc descr : 0x%08x\n" msgstr "" -#: vms-alpha.c:6070 +#: vms-alpha.c:6113 #, c-format msgid " psect index: %u\n" msgstr "" -#: vms-alpha.c:6081 +#: vms-alpha.c:6124 #, c-format msgid "SYMV - Vectored symbol definition\n" msgstr "" -#: vms-alpha.c:6085 +#: vms-alpha.c:6128 #, c-format msgid " vector : 0x%08x\n" msgstr "" -#: vms-alpha.c:6087 vms-alpha.c:6106 +#: vms-alpha.c:6130 vms-alpha.c:6149 #, c-format msgid " psect offset: %u\n" msgstr "" -#: vms-alpha.c:6100 +#: vms-alpha.c:6143 #, c-format msgid "SYMM - Global symbol definition with version\n" msgstr "" -#: vms-alpha.c:6104 +#: vms-alpha.c:6147 #, c-format msgid " version mask: 0x%08x\n" msgstr "" -#: vms-alpha.c:6115 +#: vms-alpha.c:6158 #, c-format msgid "unhandled egsd entry type %u\n" msgstr "" -#: vms-alpha.c:6150 +#: vms-alpha.c:6193 #, c-format msgid " linkage index: %u, replacement insn: 0x%08x\n" msgstr "" -#: vms-alpha.c:6154 +#: vms-alpha.c:6197 #, c-format msgid " psect idx 1: %u, offset 1: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6159 +#: vms-alpha.c:6202 #, c-format msgid " psect idx 2: %u, offset 2: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6165 +#: vms-alpha.c:6208 #, c-format msgid " psect idx 3: %u, offset 3: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6170 +#: vms-alpha.c:6213 #, c-format msgid " global name: %.*s\n" msgstr "" -#: vms-alpha.c:6181 +#: vms-alpha.c:6224 #, c-format msgid " %s (len=%u+%u):\n" msgstr "" -#: vms-alpha.c:6203 +#: vms-alpha.c:6246 #, c-format msgid " (type: %3u, size: 4+%3u): " msgstr "" -#: vms-alpha.c:6207 +#: vms-alpha.c:6250 #, c-format msgid "STA_GBL (stack global) %.*s\n" msgstr "" -#: vms-alpha.c:6211 +#: vms-alpha.c:6254 #, c-format msgid "STA_LW (stack longword) 0x%08x\n" msgstr "" -#: vms-alpha.c:6215 +#: vms-alpha.c:6258 #, c-format msgid "STA_QW (stack quadword) 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6220 +#: vms-alpha.c:6263 #, c-format msgid "STA_PQ (stack psect base + offset)\n" msgstr "" -#: vms-alpha.c:6222 +#: vms-alpha.c:6265 #, c-format msgid " psect: %u, offset: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6228 +#: vms-alpha.c:6271 #, c-format msgid "STA_LI (stack literal)\n" msgstr "" -#: vms-alpha.c:6231 +#: vms-alpha.c:6274 #, c-format msgid "STA_MOD (stack module)\n" msgstr "" -#: vms-alpha.c:6234 +#: vms-alpha.c:6277 #, c-format msgid "STA_CKARG (compare procedure argument)\n" msgstr "" -#: vms-alpha.c:6238 +#: vms-alpha.c:6281 #, c-format msgid "STO_B (store byte)\n" msgstr "" -#: vms-alpha.c:6241 +#: vms-alpha.c:6284 #, c-format msgid "STO_W (store word)\n" msgstr "" -#: vms-alpha.c:6244 +#: vms-alpha.c:6287 #, c-format msgid "STO_LW (store longword)\n" msgstr "" -#: vms-alpha.c:6247 +#: vms-alpha.c:6290 #, c-format msgid "STO_QW (store quadword)\n" msgstr "" -#: vms-alpha.c:6253 +#: vms-alpha.c:6296 #, c-format msgid "STO_IMMR (store immediate repeat) %u bytes\n" msgstr "" -#: vms-alpha.c:6260 +#: vms-alpha.c:6303 #, c-format msgid "STO_GBL (store global) %.*s\n" msgstr "" -#: vms-alpha.c:6264 +#: vms-alpha.c:6307 #, c-format msgid "STO_CA (store code address) %.*s\n" msgstr "" -#: vms-alpha.c:6268 +#: vms-alpha.c:6311 #, c-format msgid "STO_RB (store relative branch)\n" msgstr "" -#: vms-alpha.c:6271 +#: vms-alpha.c:6314 #, c-format msgid "STO_AB (store absolute branch)\n" msgstr "" -#: vms-alpha.c:6274 +#: vms-alpha.c:6317 #, c-format msgid "STO_OFF (store offset to psect)\n" msgstr "" -#: vms-alpha.c:6280 +#: vms-alpha.c:6323 #, c-format msgid "STO_IMM (store immediate) %u bytes\n" msgstr "" -#: vms-alpha.c:6287 +#: vms-alpha.c:6330 #, c-format msgid "STO_GBL_LW (store global longword) %.*s\n" msgstr "" -#: vms-alpha.c:6291 +#: vms-alpha.c:6334 #, c-format msgid "STO_OFF (store LP with procedure signature)\n" msgstr "" -#: vms-alpha.c:6294 +#: vms-alpha.c:6337 #, c-format msgid "STO_BR_GBL (store branch global) *todo*\n" msgstr "" -#: vms-alpha.c:6297 +#: vms-alpha.c:6340 #, c-format msgid "STO_BR_PS (store branch psect + offset) *todo*\n" msgstr "" -#: vms-alpha.c:6301 +#: vms-alpha.c:6344 #, c-format msgid "OPR_NOP (no-operation)\n" msgstr "" -#: vms-alpha.c:6304 +#: vms-alpha.c:6347 #, c-format msgid "OPR_ADD (add)\n" msgstr "" -#: vms-alpha.c:6307 +#: vms-alpha.c:6350 #, c-format msgid "OPR_SUB (subtract)\n" msgstr "" -#: vms-alpha.c:6310 +#: vms-alpha.c:6353 #, c-format msgid "OPR_MUL (multiply)\n" msgstr "" -#: vms-alpha.c:6313 +#: vms-alpha.c:6356 #, c-format msgid "OPR_DIV (divide)\n" msgstr "" -#: vms-alpha.c:6316 +#: vms-alpha.c:6359 #, c-format msgid "OPR_AND (logical and)\n" msgstr "" -#: vms-alpha.c:6319 +#: vms-alpha.c:6362 #, c-format msgid "OPR_IOR (logical inclusive or)\n" msgstr "" -#: vms-alpha.c:6322 +#: vms-alpha.c:6365 #, c-format msgid "OPR_EOR (logical exclusive or)\n" msgstr "" -#: vms-alpha.c:6325 +#: vms-alpha.c:6368 #, c-format msgid "OPR_NEG (negate)\n" msgstr "" -#: vms-alpha.c:6328 +#: vms-alpha.c:6371 #, c-format msgid "OPR_COM (complement)\n" msgstr "" -#: vms-alpha.c:6331 +#: vms-alpha.c:6374 #, c-format msgid "OPR_INSV (insert field)\n" msgstr "" -#: vms-alpha.c:6334 +#: vms-alpha.c:6377 #, c-format msgid "OPR_ASH (arithmetic shift)\n" msgstr "" -#: vms-alpha.c:6337 +#: vms-alpha.c:6380 #, c-format msgid "OPR_USH (unsigned shift)\n" msgstr "" -#: vms-alpha.c:6340 +#: vms-alpha.c:6383 #, c-format msgid "OPR_ROT (rotate)\n" msgstr "" -#: vms-alpha.c:6343 +#: vms-alpha.c:6386 #, c-format msgid "OPR_SEL (select)\n" msgstr "" -#: vms-alpha.c:6346 +#: vms-alpha.c:6389 #, c-format msgid "OPR_REDEF (redefine symbol to curr location)\n" msgstr "" -#: vms-alpha.c:6349 +#: vms-alpha.c:6392 #, c-format msgid "OPR_REDEF (define a literal)\n" msgstr "" -#: vms-alpha.c:6353 +#: vms-alpha.c:6396 #, c-format msgid "STC_LP (store cond linkage pair)\n" msgstr "" -#: vms-alpha.c:6357 +#: vms-alpha.c:6400 #, c-format msgid "STC_LP_PSB (store cond linkage pair + signature)\n" msgstr "" -#: vms-alpha.c:6359 +#: vms-alpha.c:6402 #, c-format msgid " linkage index: %u, procedure: %.*s\n" msgstr "" -#: vms-alpha.c:6362 +#: vms-alpha.c:6405 #, c-format msgid " signature: %.*s\n" msgstr "" -#: vms-alpha.c:6365 +#: vms-alpha.c:6408 #, c-format msgid "STC_GBL (store cond global)\n" msgstr "" -#: vms-alpha.c:6367 +#: vms-alpha.c:6410 #, c-format msgid " linkage index: %u, global: %.*s\n" msgstr "" -#: vms-alpha.c:6371 +#: vms-alpha.c:6414 #, c-format msgid "STC_GCA (store cond code address)\n" msgstr "" -#: vms-alpha.c:6373 +#: vms-alpha.c:6416 #, c-format msgid " linkage index: %u, procedure name: %.*s\n" msgstr "" -#: vms-alpha.c:6377 +#: vms-alpha.c:6420 #, c-format msgid "STC_PS (store cond psect + offset)\n" msgstr "" -#: vms-alpha.c:6380 +#: vms-alpha.c:6423 #, c-format msgid " linkage index: %u, psect: %u, offset: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:6387 +#: vms-alpha.c:6430 #, c-format msgid "STC_NOP_GBL (store cond NOP at global addr)\n" msgstr "" -#: vms-alpha.c:6391 +#: vms-alpha.c:6434 #, c-format msgid "STC_NOP_PS (store cond NOP at psect + offset)\n" msgstr "" -#: vms-alpha.c:6395 +#: vms-alpha.c:6438 #, c-format msgid "STC_BSR_GBL (store cond BSR at global addr)\n" msgstr "" -#: vms-alpha.c:6399 +#: vms-alpha.c:6442 #, c-format msgid "STC_BSR_PS (store cond BSR at psect + offset)\n" msgstr "" -#: vms-alpha.c:6403 +#: vms-alpha.c:6446 #, c-format msgid "STC_LDA_GBL (store cond LDA at global addr)\n" msgstr "" -#: vms-alpha.c:6407 +#: vms-alpha.c:6450 #, c-format msgid "STC_LDA_PS (store cond LDA at psect + offset)\n" msgstr "" -#: vms-alpha.c:6411 +#: vms-alpha.c:6454 #, c-format msgid "STC_BOH_GBL (store cond BOH at global addr)\n" msgstr "" -#: vms-alpha.c:6415 +#: vms-alpha.c:6458 #, c-format msgid "STC_BOH_PS (store cond BOH at psect + offset)\n" msgstr "" -#: vms-alpha.c:6420 +#: vms-alpha.c:6463 #, c-format msgid "STC_NBH_GBL (store cond or hint at global addr)\n" msgstr "" -#: vms-alpha.c:6424 +#: vms-alpha.c:6467 #, c-format msgid "STC_NBH_PS (store cond or hint at psect + offset)\n" msgstr "" -#: vms-alpha.c:6428 +#: vms-alpha.c:6471 #, c-format msgid "CTL_SETRB (set relocation base)\n" msgstr "" -#: vms-alpha.c:6434 +#: vms-alpha.c:6477 #, c-format msgid "CTL_AUGRB (augment relocation base) %u\n" msgstr "" -#: vms-alpha.c:6438 +#: vms-alpha.c:6481 #, c-format msgid "CTL_DFLOC (define location)\n" msgstr "" -#: vms-alpha.c:6441 +#: vms-alpha.c:6484 #, c-format msgid "CTL_STLOC (set location)\n" msgstr "" -#: vms-alpha.c:6444 +#: vms-alpha.c:6487 #, c-format msgid "CTL_STKDL (stack defined location)\n" msgstr "" -#: vms-alpha.c:6447 vms-alpha.c:6871 vms-alpha.c:6997 +#: vms-alpha.c:6490 vms-alpha.c:6914 vms-alpha.c:7040 #, c-format msgid "*unhandled*\n" msgstr "" -#: vms-alpha.c:6477 vms-alpha.c:6516 +#: vms-alpha.c:6520 vms-alpha.c:6559 #, c-format msgid "cannot read GST record length\n" msgstr "" #. Ill-formed. -#: vms-alpha.c:6498 +#: vms-alpha.c:6541 #, c-format msgid "cannot find EMH in first GST record\n" msgstr "" -#: vms-alpha.c:6524 +#: vms-alpha.c:6567 #, c-format msgid "cannot read GST record header\n" msgstr "" -#: vms-alpha.c:6537 +#: vms-alpha.c:6580 #, c-format msgid " corrupted GST\n" msgstr "" -#: vms-alpha.c:6545 +#: vms-alpha.c:6588 #, c-format msgid "cannot read GST record\n" msgstr "" -#: vms-alpha.c:6574 +#: vms-alpha.c:6617 #, c-format msgid " unhandled EOBJ record type %u\n" msgstr "" -#: vms-alpha.c:6598 +#: vms-alpha.c:6641 #, c-format msgid " bitcount: %u, base addr: 0x%08x\n" msgstr "" -#: vms-alpha.c:6612 +#: vms-alpha.c:6655 #, c-format msgid " bitmap: 0x%08x (count: %u):\n" msgstr "" -#: vms-alpha.c:6619 +#: vms-alpha.c:6662 #, c-format msgid " %08x" msgstr "" -#: vms-alpha.c:6645 +#: vms-alpha.c:6688 #, c-format msgid " image %u (%u entries)\n" msgstr "" -#: vms-alpha.c:6651 +#: vms-alpha.c:6694 #, c-format msgid " offset: 0x%08x, val: 0x%08x\n" msgstr "" -#: vms-alpha.c:6673 +#: vms-alpha.c:6716 #, c-format msgid " image %u (%u entries), offsets:\n" msgstr "" -#: vms-alpha.c:6680 +#: vms-alpha.c:6723 #, c-format msgid " 0x%08x" msgstr "" #. 64 bits. -#: vms-alpha.c:6802 +#: vms-alpha.c:6845 #, c-format msgid "64 bits *unhandled*\n" msgstr "" -#: vms-alpha.c:6807 +#: vms-alpha.c:6850 #, c-format msgid "class: %u, dtype: %u, length: %u, pointer: 0x%08x\n" msgstr "" -#: vms-alpha.c:6818 +#: vms-alpha.c:6861 #, c-format msgid "non-contiguous array of %s\n" msgstr "" -#: vms-alpha.c:6823 +#: vms-alpha.c:6866 #, c-format msgid "dimct: %u, aflags: 0x%02x, digits: %u, scale: %u\n" msgstr "" -#: vms-alpha.c:6828 +#: vms-alpha.c:6871 #, c-format msgid "arsize: %u, a0: 0x%08x\n" msgstr "" -#: vms-alpha.c:6832 +#: vms-alpha.c:6875 #, c-format msgid "Strides:\n" msgstr "" -#: vms-alpha.c:6842 +#: vms-alpha.c:6885 #, c-format msgid "Bounds:\n" msgstr "" -#: vms-alpha.c:6848 +#: vms-alpha.c:6891 #, c-format msgid "[%u]: Lower: %u, upper: %u\n" msgstr "" -#: vms-alpha.c:6860 +#: vms-alpha.c:6903 #, c-format msgid "unaligned bit-string of %s\n" msgstr "" -#: vms-alpha.c:6865 +#: vms-alpha.c:6908 #, c-format msgid "base: %u, pos: %u\n" msgstr "" -#: vms-alpha.c:6886 +#: vms-alpha.c:6929 #, c-format msgid "vflags: 0x%02x, value: 0x%08x " msgstr "" -#: vms-alpha.c:6892 +#: vms-alpha.c:6935 #, c-format msgid "(no value)\n" msgstr "" -#: vms-alpha.c:6895 +#: vms-alpha.c:6938 #, c-format msgid "(not active)\n" msgstr "" -#: vms-alpha.c:6898 +#: vms-alpha.c:6941 #, c-format msgid "(not allocated)\n" msgstr "" -#: vms-alpha.c:6901 +#: vms-alpha.c:6944 #, c-format msgid "(descriptor)\n" msgstr "" -#: vms-alpha.c:6905 +#: vms-alpha.c:6948 #, c-format msgid "(trailing value)\n" msgstr "" -#: vms-alpha.c:6908 +#: vms-alpha.c:6951 #, c-format msgid "(value spec follows)\n" msgstr "" -#: vms-alpha.c:6911 +#: vms-alpha.c:6954 #, c-format msgid "(at bit offset %u)\n" msgstr "" -#: vms-alpha.c:6915 +#: vms-alpha.c:6958 #, c-format msgid "(reg: %u, disp: %u, indir: %u, kind: " msgstr "" -#: vms-alpha.c:6922 +#: vms-alpha.c:6965 msgid "literal" msgstr "" -#: vms-alpha.c:6925 +#: vms-alpha.c:6968 msgid "address" msgstr "" -#: vms-alpha.c:6928 +#: vms-alpha.c:6971 msgid "desc" msgstr "" -#: vms-alpha.c:6931 +#: vms-alpha.c:6974 msgid "reg" msgstr "" -#: vms-alpha.c:6948 +#: vms-alpha.c:6991 #, c-format msgid "len: %2u, kind: %2u " msgstr "" -#: vms-alpha.c:6954 +#: vms-alpha.c:6997 #, c-format msgid "atomic, type=0x%02x %s\n" msgstr "" -#: vms-alpha.c:6958 +#: vms-alpha.c:7001 #, c-format msgid "indirect, defined at 0x%08x\n" msgstr "" -#: vms-alpha.c:6962 +#: vms-alpha.c:7005 #, c-format msgid "typed pointer\n" msgstr "" -#: vms-alpha.c:6966 +#: vms-alpha.c:7009 #, c-format msgid "pointer\n" msgstr "" -#: vms-alpha.c:6974 +#: vms-alpha.c:7017 #, c-format msgid "array, dim: %u, bitmap: " msgstr "" -#: vms-alpha.c:6981 +#: vms-alpha.c:7024 #, c-format msgid "array descriptor:\n" msgstr "" -#: vms-alpha.c:6988 +#: vms-alpha.c:7031 #, c-format msgid "type spec for element:\n" msgstr "" -#: vms-alpha.c:6990 +#: vms-alpha.c:7033 #, c-format msgid "type spec for subscript %u:\n" msgstr "" -#: vms-alpha.c:7008 +#: vms-alpha.c:7051 #, c-format msgid "Debug symbol table:\n" msgstr "" -#: vms-alpha.c:7019 +#: vms-alpha.c:7062 #, c-format msgid "cannot read DST header\n" msgstr "" -#: vms-alpha.c:7025 +#: vms-alpha.c:7068 #, c-format msgid " type: %3u, len: %3u (at 0x%08x): " msgstr "" -#: vms-alpha.c:7039 +#: vms-alpha.c:7082 #, c-format msgid "cannot read DST symbol\n" msgstr "" -#: vms-alpha.c:7082 +#: vms-alpha.c:7125 #, c-format msgid "standard data: %s\n" msgstr "" -#: vms-alpha.c:7085 vms-alpha.c:7173 +#: vms-alpha.c:7128 vms-alpha.c:7216 #, c-format msgid " name: %.*s\n" msgstr "" -#: vms-alpha.c:7092 +#: vms-alpha.c:7135 #, c-format msgid "modbeg\n" msgstr "" -#: vms-alpha.c:7094 +#: vms-alpha.c:7137 #, c-format msgid " flags: %d, language: %u, major: %u, minor: %u\n" msgstr "" -#: vms-alpha.c:7100 vms-alpha.c:7374 +#: vms-alpha.c:7143 vms-alpha.c:7417 #, c-format msgid " module name: %.*s\n" msgstr "" -#: vms-alpha.c:7103 +#: vms-alpha.c:7146 #, c-format msgid " compiler : %.*s\n" msgstr "" -#: vms-alpha.c:7108 +#: vms-alpha.c:7151 #, c-format msgid "modend\n" msgstr "" -#: vms-alpha.c:7115 +#: vms-alpha.c:7158 msgid "rtnbeg\n" msgstr "" -#: vms-alpha.c:7117 +#: vms-alpha.c:7160 #, c-format msgid " flags: %u, address: 0x%08x, pd-address: 0x%08x\n" msgstr "" -#: vms-alpha.c:7122 +#: vms-alpha.c:7165 #, c-format msgid " routine name: %.*s\n" msgstr "" -#: vms-alpha.c:7130 +#: vms-alpha.c:7173 #, c-format msgid "rtnend: size 0x%08x\n" msgstr "" -#: vms-alpha.c:7138 +#: vms-alpha.c:7181 #, c-format msgid "prolog: bkpt address 0x%08x\n" msgstr "" -#: vms-alpha.c:7147 +#: vms-alpha.c:7190 #, c-format msgid "epilog: flags: %u, count: %u\n" msgstr "" -#: vms-alpha.c:7157 +#: vms-alpha.c:7200 #, c-format msgid "blkbeg: address: 0x%08x, name: %.*s\n" msgstr "" -#: vms-alpha.c:7166 +#: vms-alpha.c:7209 #, c-format msgid "blkend: size: 0x%08x\n" msgstr "" -#: vms-alpha.c:7172 +#: vms-alpha.c:7215 #, c-format msgid "typspec (len: %u)\n" msgstr "" -#: vms-alpha.c:7179 +#: vms-alpha.c:7222 #, c-format msgid "septyp, name: %.*s\n" msgstr "" -#: vms-alpha.c:7188 +#: vms-alpha.c:7231 #, c-format msgid "recbeg: name: %.*s\n" msgstr "" -#: vms-alpha.c:7190 +#: vms-alpha.c:7233 #, c-format msgid " len: %u bits\n" msgstr "" -#: vms-alpha.c:7195 +#: vms-alpha.c:7238 #, c-format msgid "recend\n" msgstr "" -#: vms-alpha.c:7199 +#: vms-alpha.c:7242 #, c-format msgid "enumbeg, len: %u, name: %.*s\n" msgstr "" -#: vms-alpha.c:7203 +#: vms-alpha.c:7246 #, c-format msgid "enumelt, name: %.*s\n" msgstr "" -#: vms-alpha.c:7207 +#: vms-alpha.c:7250 #, c-format msgid "enumend\n" msgstr "" -#: vms-alpha.c:7212 +#: vms-alpha.c:7255 #, c-format msgid "label, name: %.*s\n" msgstr "" -#: vms-alpha.c:7214 +#: vms-alpha.c:7257 #, c-format msgid " address: 0x%08x\n" msgstr "" -#: vms-alpha.c:7224 +#: vms-alpha.c:7267 #, c-format msgid "discontiguous range (nbr: %u)\n" msgstr "" -#: vms-alpha.c:7227 +#: vms-alpha.c:7270 #, c-format msgid " address: 0x%08x, size: %u\n" msgstr "" -#: vms-alpha.c:7237 +#: vms-alpha.c:7280 #, c-format msgid "line num (len: %u)\n" msgstr "" -#: vms-alpha.c:7254 +#: vms-alpha.c:7297 #, c-format msgid "delta_pc_w %u\n" msgstr "" -#: vms-alpha.c:7261 +#: vms-alpha.c:7304 #, c-format msgid "incr_linum(b): +%u\n" msgstr "" -#: vms-alpha.c:7267 +#: vms-alpha.c:7310 #, c-format msgid "incr_linum_w: +%u\n" msgstr "" -#: vms-alpha.c:7273 +#: vms-alpha.c:7316 #, c-format msgid "incr_linum_l: +%u\n" msgstr "" -#: vms-alpha.c:7279 +#: vms-alpha.c:7322 #, c-format msgid "set_line_num(w) %u\n" msgstr "" -#: vms-alpha.c:7284 +#: vms-alpha.c:7327 #, c-format msgid "set_line_num_b %u\n" msgstr "" -#: vms-alpha.c:7289 +#: vms-alpha.c:7332 #, c-format msgid "set_line_num_l %u\n" msgstr "" -#: vms-alpha.c:7294 +#: vms-alpha.c:7337 #, c-format msgid "set_abs_pc: 0x%08x\n" msgstr "" -#: vms-alpha.c:7298 +#: vms-alpha.c:7341 #, c-format msgid "delta_pc_l: +0x%08x\n" msgstr "" -#: vms-alpha.c:7303 +#: vms-alpha.c:7346 #, c-format msgid "term(b): 0x%02x" msgstr "" -#: vms-alpha.c:7305 +#: vms-alpha.c:7348 #, c-format msgid " pc: 0x%08x\n" msgstr "" -#: vms-alpha.c:7310 +#: vms-alpha.c:7353 #, c-format msgid "term_w: 0x%04x" msgstr "" -#: vms-alpha.c:7312 +#: vms-alpha.c:7355 #, c-format msgid " pc: 0x%08x\n" msgstr "" -#: vms-alpha.c:7318 +#: vms-alpha.c:7361 #, c-format msgid "delta pc +%-4d" msgstr "" -#: vms-alpha.c:7322 +#: vms-alpha.c:7365 #, c-format msgid " pc: 0x%08x line: %5u\n" msgstr "" -#: vms-alpha.c:7327 +#: vms-alpha.c:7370 #, c-format msgid " *unhandled* cmd %u\n" msgstr "" -#: vms-alpha.c:7342 +#: vms-alpha.c:7385 #, c-format msgid "source (len: %u)\n" msgstr "" -#: vms-alpha.c:7357 +#: vms-alpha.c:7400 #, c-format msgid " declfile: len: %u, flags: %u, fileid: %u\n" msgstr "" -#: vms-alpha.c:7362 +#: vms-alpha.c:7405 #, c-format msgid " rms: cdt: 0x%08x %08x, ebk: 0x%08x, ffb: 0x%04x, rfo: %u\n" msgstr "" -#: vms-alpha.c:7371 +#: vms-alpha.c:7414 #, c-format msgid " filename : %.*s\n" msgstr "" -#: vms-alpha.c:7380 +#: vms-alpha.c:7423 #, c-format msgid " setfile %u\n" msgstr "" -#: vms-alpha.c:7385 vms-alpha.c:7390 +#: vms-alpha.c:7428 vms-alpha.c:7433 #, c-format msgid " setrec %u\n" msgstr "" -#: vms-alpha.c:7395 vms-alpha.c:7400 +#: vms-alpha.c:7438 vms-alpha.c:7443 #, c-format msgid " setlnum %u\n" msgstr "" -#: vms-alpha.c:7405 vms-alpha.c:7410 +#: vms-alpha.c:7448 vms-alpha.c:7453 #, c-format msgid " deflines %u\n" msgstr "" -#: vms-alpha.c:7414 +#: vms-alpha.c:7457 #, c-format msgid " formfeed\n" msgstr "" -#: vms-alpha.c:7418 +#: vms-alpha.c:7461 #, c-format msgid " *unhandled* cmd %u\n" msgstr "" -#: vms-alpha.c:7430 +#: vms-alpha.c:7473 #, c-format msgid "*unhandled* dst type %u\n" msgstr "" -#: vms-alpha.c:7462 +#: vms-alpha.c:7505 #, c-format msgid "cannot read EIHD\n" msgstr "" -#: vms-alpha.c:7466 +#: vms-alpha.c:7509 #, c-format msgid "EIHD: (size: %u, nbr blocks: %u)\n" msgstr "" -#: vms-alpha.c:7470 +#: vms-alpha.c:7513 #, c-format msgid " majorid: %u, minorid: %u\n" msgstr "" -#: vms-alpha.c:7478 +#: vms-alpha.c:7521 msgid "executable" msgstr "" -#: vms-alpha.c:7481 +#: vms-alpha.c:7524 msgid "linkable image" msgstr "" -#: vms-alpha.c:7488 +#: vms-alpha.c:7531 #, c-format msgid " image type: %u (%s)" msgstr "" -#: vms-alpha.c:7494 +#: vms-alpha.c:7537 msgid "native" msgstr "" -#: vms-alpha.c:7497 +#: vms-alpha.c:7540 msgid "CLI" msgstr "" -#: vms-alpha.c:7504 +#: vms-alpha.c:7547 #, c-format msgid ", subtype: %u (%s)\n" msgstr "" -#: vms-alpha.c:7511 +#: vms-alpha.c:7554 #, c-format msgid " offsets: isd: %u, activ: %u, symdbg: %u, imgid: %u, patch: %u\n" msgstr "" -#: vms-alpha.c:7515 +#: vms-alpha.c:7558 #, c-format msgid " fixup info rva: " msgstr "" -#: vms-alpha.c:7517 +#: vms-alpha.c:7560 #, c-format msgid ", symbol vector rva: " msgstr "" -#: vms-alpha.c:7520 +#: vms-alpha.c:7563 #, c-format msgid "" "\n" " version array off: %u\n" msgstr "" -#: vms-alpha.c:7525 +#: vms-alpha.c:7568 #, c-format msgid " img I/O count: %u, nbr channels: %u, req pri: %08x%08x\n" msgstr "" -#: vms-alpha.c:7531 +#: vms-alpha.c:7574 #, c-format msgid " linker flags: %08x:" msgstr "" -#: vms-alpha.c:7562 +#: vms-alpha.c:7605 #, c-format msgid " ident: 0x%08x, sysver: 0x%08x, match ctrl: %u, symvect_size: %u\n" msgstr "" -#: vms-alpha.c:7568 +#: vms-alpha.c:7611 #, c-format msgid " BPAGE: %u" msgstr "" -#: vms-alpha.c:7575 +#: vms-alpha.c:7618 #, c-format msgid ", ext fixup offset: %u, no_opt psect off: %u" msgstr "" -#: vms-alpha.c:7578 +#: vms-alpha.c:7621 #, c-format msgid ", alias: %u\n" msgstr "" -#: vms-alpha.c:7586 +#: vms-alpha.c:7629 #, c-format msgid "system version array information:\n" msgstr "" -#: vms-alpha.c:7590 +#: vms-alpha.c:7633 #, c-format msgid "cannot read EIHVN header\n" msgstr "" -#: vms-alpha.c:7600 +#: vms-alpha.c:7643 #, c-format msgid "cannot read EIHVN version\n" msgstr "" -#: vms-alpha.c:7603 +#: vms-alpha.c:7646 #, c-format msgid " %02u " msgstr "" -#: vms-alpha.c:7607 +#: vms-alpha.c:7650 msgid "BASE_IMAGE " msgstr "" -#: vms-alpha.c:7610 +#: vms-alpha.c:7653 msgid "MEMORY_MANAGEMENT" msgstr "" -#: vms-alpha.c:7613 +#: vms-alpha.c:7656 msgid "IO " msgstr "" -#: vms-alpha.c:7616 +#: vms-alpha.c:7659 msgid "FILES_VOLUMES " msgstr "" -#: vms-alpha.c:7619 +#: vms-alpha.c:7662 msgid "PROCESS_SCHED " msgstr "" -#: vms-alpha.c:7622 +#: vms-alpha.c:7665 msgid "SYSGEN " msgstr "" -#: vms-alpha.c:7625 +#: vms-alpha.c:7668 msgid "CLUSTERS_LOCKMGR " msgstr "" -#: vms-alpha.c:7628 +#: vms-alpha.c:7671 msgid "LOGICAL_NAMES " msgstr "" -#: vms-alpha.c:7631 +#: vms-alpha.c:7674 msgid "SECURITY " msgstr "" -#: vms-alpha.c:7634 +#: vms-alpha.c:7677 msgid "IMAGE_ACTIVATOR " msgstr "" -#: vms-alpha.c:7637 +#: vms-alpha.c:7680 msgid "NETWORKS " msgstr "" -#: vms-alpha.c:7640 +#: vms-alpha.c:7683 msgid "COUNTERS " msgstr "" -#: vms-alpha.c:7643 +#: vms-alpha.c:7686 msgid "STABLE " msgstr "" -#: vms-alpha.c:7646 +#: vms-alpha.c:7689 msgid "MISC " msgstr "" -#: vms-alpha.c:7649 +#: vms-alpha.c:7692 msgid "CPU " msgstr "" -#: vms-alpha.c:7652 +#: vms-alpha.c:7695 msgid "VOLATILE " msgstr "" -#: vms-alpha.c:7655 +#: vms-alpha.c:7698 msgid "SHELL " msgstr "" -#: vms-alpha.c:7658 +#: vms-alpha.c:7701 msgid "POSIX " msgstr "" -#: vms-alpha.c:7661 +#: vms-alpha.c:7704 msgid "MULTI_PROCESSING " msgstr "" -#: vms-alpha.c:7664 +#: vms-alpha.c:7707 msgid "GALAXY " msgstr "" -#: vms-alpha.c:7667 +#: vms-alpha.c:7710 msgid "*unknown* " msgstr "" -#: vms-alpha.c:7683 vms-alpha.c:7958 +#: vms-alpha.c:7726 vms-alpha.c:8001 #, c-format msgid "cannot read EIHA\n" msgstr "" -#: vms-alpha.c:7686 +#: vms-alpha.c:7729 #, c-format msgid "Image activation: (size=%u)\n" msgstr "" -#: vms-alpha.c:7689 +#: vms-alpha.c:7732 #, c-format msgid " First address : 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7693 +#: vms-alpha.c:7736 #, c-format msgid " Second address: 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7697 +#: vms-alpha.c:7740 #, c-format msgid " Third address : 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7701 +#: vms-alpha.c:7744 #, c-format msgid " Fourth address: 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7705 +#: vms-alpha.c:7748 #, c-format msgid " Shared image : 0x%08x 0x%08x\n" msgstr "" -#: vms-alpha.c:7716 +#: vms-alpha.c:7759 #, c-format msgid "cannot read EIHI\n" msgstr "" -#: vms-alpha.c:7720 +#: vms-alpha.c:7763 #, c-format msgid "Image identification: (major: %u, minor: %u)\n" msgstr "" -#: vms-alpha.c:7723 +#: vms-alpha.c:7766 #, c-format msgid " image name : %.*s\n" msgstr "" -#: vms-alpha.c:7725 +#: vms-alpha.c:7768 #, c-format msgid " link time : %s\n" msgstr "" -#: vms-alpha.c:7727 +#: vms-alpha.c:7770 #, c-format msgid " image ident : %.*s\n" msgstr "" -#: vms-alpha.c:7729 +#: vms-alpha.c:7772 #, c-format msgid " linker ident : %.*s\n" msgstr "" -#: vms-alpha.c:7731 +#: vms-alpha.c:7774 #, c-format msgid " image build ident: %.*s\n" msgstr "" -#: vms-alpha.c:7741 +#: vms-alpha.c:7784 #, c-format msgid "cannot read EIHS\n" msgstr "" -#: vms-alpha.c:7745 +#: vms-alpha.c:7788 #, c-format msgid "Image symbol & debug table: (major: %u, minor: %u)\n" msgstr "" -#: vms-alpha.c:7751 +#: vms-alpha.c:7794 #, c-format msgid " debug symbol table : vbn: %u, size: %u (0x%x)\n" msgstr "" -#: vms-alpha.c:7756 +#: vms-alpha.c:7799 #, c-format msgid " global symbol table: vbn: %u, records: %u\n" msgstr "" -#: vms-alpha.c:7761 +#: vms-alpha.c:7804 #, c-format msgid " debug module table : vbn: %u, size: %u\n" msgstr "" -#: vms-alpha.c:7774 +#: vms-alpha.c:7817 #, c-format msgid "cannot read EISD\n" msgstr "" -#: vms-alpha.c:7785 +#: vms-alpha.c:7828 #, c-format msgid "" "Image section descriptor: (major: %u, minor: %u, size: %u, offset: %u)\n" msgstr "" -#: vms-alpha.c:7793 +#: vms-alpha.c:7836 #, c-format msgid " section: base: 0x%08x%08x size: 0x%08x\n" msgstr "" -#: vms-alpha.c:7798 +#: vms-alpha.c:7841 #, c-format msgid " flags: 0x%04x" msgstr "" -#: vms-alpha.c:7836 +#: vms-alpha.c:7879 #, c-format msgid " vbn: %u, pfc: %u, matchctl: %u type: %u (" msgstr "" -#: vms-alpha.c:7842 +#: vms-alpha.c:7885 msgid "NORMAL" msgstr "" -#: vms-alpha.c:7845 +#: vms-alpha.c:7888 msgid "SHRFXD" msgstr "" -#: vms-alpha.c:7848 +#: vms-alpha.c:7891 msgid "PRVFXD" msgstr "" -#: vms-alpha.c:7851 +#: vms-alpha.c:7894 msgid "SHRPIC" msgstr "" -#: vms-alpha.c:7854 +#: vms-alpha.c:7897 msgid "PRVPIC" msgstr "" -#: vms-alpha.c:7857 +#: vms-alpha.c:7900 msgid "USRSTACK" msgstr "" -#: vms-alpha.c:7863 +#: vms-alpha.c:7906 msgid ")\n" msgstr "" -#: vms-alpha.c:7866 +#: vms-alpha.c:7909 #, c-format msgid " ident: 0x%08x, name: %.*s\n" msgstr "" -#: vms-alpha.c:7876 +#: vms-alpha.c:7919 #, c-format msgid "cannot read DMT\n" msgstr "" -#: vms-alpha.c:7880 +#: vms-alpha.c:7923 #, c-format msgid "Debug module table:\n" msgstr "" -#: vms-alpha.c:7889 +#: vms-alpha.c:7932 #, c-format msgid "cannot read DMT header\n" msgstr "" -#: vms-alpha.c:7895 +#: vms-alpha.c:7938 #, c-format msgid " module offset: 0x%08x, size: 0x%08x, (%u psects)\n" msgstr "" -#: vms-alpha.c:7905 +#: vms-alpha.c:7948 #, c-format msgid "cannot read DMT psect\n" msgstr "" -#: vms-alpha.c:7909 +#: vms-alpha.c:7952 #, c-format msgid " psect start: 0x%08x, length: %u\n" msgstr "" -#: vms-alpha.c:7922 +#: vms-alpha.c:7965 #, c-format msgid "cannot read DST\n" msgstr "" -#: vms-alpha.c:7932 +#: vms-alpha.c:7975 #, c-format msgid "cannot read GST\n" msgstr "" -#: vms-alpha.c:7936 +#: vms-alpha.c:7979 #, c-format msgid "Global symbol table:\n" msgstr "" -#: vms-alpha.c:7965 +#: vms-alpha.c:8008 #, c-format msgid "Image activator fixup: (major: %u, minor: %u)\n" msgstr "" -#: vms-alpha.c:7969 +#: vms-alpha.c:8012 #, c-format msgid " iaflink : 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:7973 +#: vms-alpha.c:8016 #, c-format msgid " fixuplnk: 0x%08x %08x\n" msgstr "" -#: vms-alpha.c:7976 +#: vms-alpha.c:8019 #, c-format msgid " size : %u\n" msgstr "" -#: vms-alpha.c:7978 +#: vms-alpha.c:8021 #, c-format msgid " flags: 0x%08x\n" msgstr "" -#: vms-alpha.c:7983 +#: vms-alpha.c:8026 #, c-format msgid " qrelfixoff: %5u, lrelfixoff: %5u\n" msgstr "" -#: vms-alpha.c:7988 +#: vms-alpha.c:8031 #, c-format msgid " qdotadroff: %5u, ldotadroff: %5u\n" msgstr "" -#: vms-alpha.c:7993 +#: vms-alpha.c:8036 #, c-format msgid " codeadroff: %5u, lpfixoff : %5u\n" msgstr "" -#: vms-alpha.c:7996 +#: vms-alpha.c:8039 #, c-format msgid " chgprtoff : %5u\n" msgstr "" -#: vms-alpha.c:8000 +#: vms-alpha.c:8043 #, c-format msgid " shlstoff : %5u, shrimgcnt : %5u\n" msgstr "" -#: vms-alpha.c:8003 +#: vms-alpha.c:8046 #, c-format msgid " shlextra : %5u, permctx : %5u\n" msgstr "" -#: vms-alpha.c:8006 +#: vms-alpha.c:8049 #, c-format msgid " base_va : 0x%08x\n" msgstr "" -#: vms-alpha.c:8008 +#: vms-alpha.c:8051 #, c-format msgid " lppsbfixoff: %5u\n" msgstr "" -#: vms-alpha.c:8016 +#: vms-alpha.c:8059 #, c-format msgid " Shareable images:\n" msgstr "" -#: vms-alpha.c:8021 +#: vms-alpha.c:8064 #, c-format msgid " %u: size: %u, flags: 0x%02x, name: %.*s\n" msgstr "" -#: vms-alpha.c:8028 +#: vms-alpha.c:8071 #, c-format msgid " quad-word relocation fixups:\n" msgstr "" -#: vms-alpha.c:8033 +#: vms-alpha.c:8076 #, c-format msgid " long-word relocation fixups:\n" msgstr "" -#: vms-alpha.c:8038 +#: vms-alpha.c:8081 #, c-format msgid " quad-word .address reference fixups:\n" msgstr "" -#: vms-alpha.c:8043 +#: vms-alpha.c:8086 #, c-format msgid " long-word .address reference fixups:\n" msgstr "" -#: vms-alpha.c:8048 +#: vms-alpha.c:8091 #, c-format msgid " Code Address Reference Fixups:\n" msgstr "" -#: vms-alpha.c:8053 +#: vms-alpha.c:8096 #, c-format msgid " Linkage Pairs Reference Fixups:\n" msgstr "" -#: vms-alpha.c:8062 +#: vms-alpha.c:8105 #, c-format msgid " Change Protection (%u entries):\n" msgstr "" -#: vms-alpha.c:8068 +#: vms-alpha.c:8111 #, c-format msgid " base: 0x%08x %08x, size: 0x%08x, prot: 0x%08x " msgstr "" #. FIXME: we do not yet support relocatable link. It is not obvious #. how to do it for debug infos. -#: vms-alpha.c:8908 +#: vms-alpha.c:8973 msgid "%P: relocatable link is not supported\n" msgstr "" -#: vms-alpha.c:8979 +#: vms-alpha.c:9044 #, c-format msgid "%P: multiple entry points: in modules %pB and %pB\n" msgstr "" -#: vms-lib.c:1445 +#: vms-lib.c:1453 #, c-format msgid "could not open shared image '%s' from '%s'" msgstr "" -#: vms-misc.c:361 +#: vms-misc.c:367 msgid "_bfd_vms_output_counted called with zero bytes" msgstr "" -#: vms-misc.c:366 +#: vms-misc.c:372 msgid "_bfd_vms_output_counted called with too many bytes" msgstr "" -#: xcofflink.c:832 +#: xcofflink.c:833 #, c-format msgid "%pB: XCOFF shared object when not producing XCOFF output" msgstr "" -#: xcofflink.c:853 +#: xcofflink.c:854 #, c-format msgid "%pB: dynamic object with no .loader section" msgstr "" -#: xcofflink.c:1413 +#: xcofflink.c:1414 #, c-format msgid "%pB: `%s' has line numbers but no enclosing section" msgstr "" -#: xcofflink.c:1466 +#: xcofflink.c:1467 #, c-format msgid "%pB: class %d symbol `%s' has no aux entries" msgstr "" -#: xcofflink.c:1489 +#: xcofflink.c:1490 #, c-format msgid "%pB: symbol `%s' has unrecognized csect type %d" msgstr "" -#: xcofflink.c:1502 +#: xcofflink.c:1503 #, c-format msgid "%pB: bad XTY_ER symbol `%s': class %d scnum %d scnlen %" msgstr "" -#: xcofflink.c:1533 +#: xcofflink.c:1534 #, c-format msgid "%pB: XMC_TC0 symbol `%s' is class %d scnlen %" msgstr "" -#: xcofflink.c:1680 +#: xcofflink.c:1681 #, c-format msgid "%pB: csect `%s' not in enclosing section" msgstr "" -#: xcofflink.c:1788 +#: xcofflink.c:1789 #, c-format msgid "%pB: misplaced XTY_LD `%s'" msgstr "" -#: xcofflink.c:2109 +#: xcofflink.c:2110 #, c-format msgid "%pB: reloc %s:% not in csect" msgstr "" -#: xcofflink.c:3196 +#: xcofflink.c:3197 #, c-format msgid "%s: no such symbol" msgstr "" -#: xcofflink.c:3301 +#: xcofflink.c:3302 #, c-format msgid "warning: attempt to export undefined symbol `%s'" msgstr "" -#: xcofflink.c:3680 +#: xcofflink.c:3681 msgid "error: undefined symbol __rtinit" msgstr "" -#: xcofflink.c:4060 +#: xcofflink.c:4061 #, c-format msgid "%pB: loader reloc in unrecognized section `%s'" msgstr "" -#: xcofflink.c:4072 +#: xcofflink.c:4073 #, c-format msgid "%pB: `%s' in loader reloc but not loader sym" msgstr "" -#: xcofflink.c:4089 +#: xcofflink.c:4090 #, c-format msgid "%pB: loader reloc in read-only section %pA" msgstr "" -#: xcofflink.c:5113 +#: xcofflink.c:5114 #, c-format msgid "TOC overflow: %# > 0x10000; try -mminimal-toc when compiling" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5031 +#. Not fatal, this callback cannot fail. +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:2918 +#, c-format +msgid "unknown attribute for symbol `%s': 0x%02x" +msgstr "" + +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5237 #, c-format msgid "%pB: error: erratum 835769 stub out of range (input file too large)" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5112 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5329 #, c-format msgid "%pB: error: erratum 843419 stub out of range (input file too large)" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5641 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5342 +msgid "%pB: error: erratum 843419 immediate 0x%" +msgstr "" + +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5876 #, c-format msgid "" "%pB: relocation %s against symbol `%s' which may bind externally can not be " "used when making a shared object; recompile with -fPIC" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5732 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:5969 #, c-format msgid "" "%pB: local symbol descriptor table be NULL when applying relocation %s " "against local symbol" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6830 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6082 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6119 +#, c-format +msgid "%pB: TLS relocation %s against undefined symbol `%s'" +msgstr "" + +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7104 msgid "too many GOT entries for -fpic, please recompile with -fPIC" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:6858 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7132 msgid "" "one possible cause of this error is that the symbol is being referenced in " "the indicated code as if it had a larger alignment than was declared where " "it was defined" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7443 +#: /work/sources/binutils/current/bfd/elfnn-aarch64.c:7716 #, c-format msgid "" "%pB: relocation %s against `%s' can not be used when making a shared object" @@ -8095,108 +8278,129 @@ msgstr "" msgid "%pB: warning: RVE PLT generation not supported" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2311 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2092 +#, c-format +msgid "%pcrel_lo section symbol with an addend" +msgstr "" + +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2313 +#, c-format +msgid "" +"%%X%%P: relocation %s against `%s' can not be used when making a shared " +"object; recompile with -fPIC\n" +msgstr "" + +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2323 +#, c-format +msgid "%%X%%P: unresolvable %s relocation against symbol `%s'\n" +msgstr "" + +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2362 msgid "%X%P: internal error: out of range error\n" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2315 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2367 msgid "%X%P: internal error: unsupported relocation error\n" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2325 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2373 +msgid "dangerous relocation error" +msgstr "" + +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2379 msgid "%X%P: internal error: unknown error\n" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2711 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2770 #, c-format -msgid "error: %pB: Mis-matched ISA version for '%s' exetension. %d.%d vs %d.%d" +msgid "error: %pB: Mis-matched ISA version for '%s' extension. %d.%d vs %d.%d" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2729 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2788 #, c-format msgid "" -"error: %pB: corrupted ISA string '%s'.first letter should be 'i' or 'e' but " +"error: %pB: corrupted ISA string '%s'. First letter should be 'i' or 'e' but " "got '%s'." msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2773 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2832 #, c-format msgid "error: %pB: Mis-matched ISA string to merge '%s' and '%s'." msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2921 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2980 #, c-format msgid "error: %pB: ISA string of input (%s) doesn't match output (%s)." msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2946 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3005 #, c-format msgid "error: %pB: XLEN of input (%u) doesn't match output (%u)." msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:2954 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3013 #, c-format -msgid "error: %pB: Unspported XLEN (%u), you mightusing wrong emulation." +msgid "error: %pB: Unsupported XLEN (%u), you might be using wrong emulation." msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3039 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3098 #, c-format msgid "error: %pB: conflicting priv spec version (major/minor/revision)." msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3055 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3114 #, c-format msgid "" "error: %pB use %u-byte stack aligned but the output use %u-byte stack " "aligned." msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3096 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3154 #, c-format msgid "" "%pB: ABI is incompatible with that of the selected emulation:\n" " target emulation `%s' does not match `%s'" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3119 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3208 #, c-format msgid "%pB: can't link %s modules with %s modules" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3129 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3218 #, c-format msgid "%pB: can't link RVE with other target" msgstr "" -#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3630 +#: /work/sources/binutils/current/bfd/elfnn-riscv.c:3756 #, c-format msgid "" "%pB(%pA+%#): % bytes required for alignment to %-" "byte boundary, but only % present" msgstr "" -#: peigen.c:157 pepigen.c:157 pex64igen.c:157 +#: peigen.c:164 pepigen.c:164 pex64igen.c:164 #, c-format msgid "%pB: unable to find name for empty section" msgstr "" -#: peigen.c:183 pepigen.c:183 pex64igen.c:183 +#: peigen.c:190 pepigen.c:190 pex64igen.c:190 #, c-format msgid "%pB: out of memory creating name for empty section" msgstr "" -#: peigen.c:194 pepigen.c:194 pex64igen.c:194 +#: peigen.c:201 pepigen.c:201 pex64igen.c:201 #, c-format msgid "%pB: unable to create fake empty section" msgstr "" -#: peigen.c:532 pepigen.c:532 pex64igen.c:532 +#: peigen.c:539 pepigen.c:539 pex64igen.c:539 #, c-format msgid "" -"%pB: aout header specifies an invalid number of data-directory entries: %ld" +"%pB: aout header specifies an invalid number of data-directory entries: %u" msgstr "" -#: peigen.c:1091 pepigen.c:1091 pex64igen.c:1091 +#: peigen.c:1088 pepigen.c:1088 pex64igen.c:1088 #, c-format msgid "%pB: line number overflow: 0x%lx > 0xffff" msgstr "" @@ -8693,92 +8897,92 @@ msgid "" "Characteristics 0x%x\n" msgstr "" -#: peigen.c:2993 pepigen.c:2993 pex64igen.c:2993 +#: peigen.c:2994 pepigen.c:2994 pex64igen.c:2994 #, c-format msgid "" "%pB: Data Directory size (%lx) exceeds space left in section (%)" msgstr "" -#: peigen.c:3025 pepigen.c:3025 pex64igen.c:3025 +#: peigen.c:3026 pepigen.c:3026 pex64igen.c:3026 msgid "failed to update file offsets in debug directory" msgstr "" -#: peigen.c:3033 pepigen.c:3033 pex64igen.c:3033 +#: peigen.c:3034 pepigen.c:3034 pex64igen.c:3034 #, c-format msgid "%pB: failed to read debug data section" msgstr "" -#: peigen.c:3849 pepigen.c:3849 pex64igen.c:3849 +#: peigen.c:3850 pepigen.c:3850 pex64igen.c:3850 #, c-format msgid ".rsrc merge failure: duplicate string resource: %d" msgstr "" -#: peigen.c:3984 pepigen.c:3984 pex64igen.c:3984 +#: peigen.c:3985 pepigen.c:3985 pex64igen.c:3985 msgid ".rsrc merge failure: multiple non-default manifests" msgstr "" -#: peigen.c:4002 pepigen.c:4002 pex64igen.c:4002 +#: peigen.c:4003 pepigen.c:4003 pex64igen.c:4003 msgid ".rsrc merge failure: a directory matches a leaf" msgstr "" -#: peigen.c:4044 pepigen.c:4044 pex64igen.c:4044 +#: peigen.c:4045 pepigen.c:4045 pex64igen.c:4045 msgid ".rsrc merge failure: duplicate leaf" msgstr "" -#: peigen.c:4046 pepigen.c:4046 pex64igen.c:4046 +#: peigen.c:4047 pepigen.c:4047 pex64igen.c:4047 #, c-format msgid ".rsrc merge failure: duplicate leaf: %s" msgstr "" -#: peigen.c:4112 pepigen.c:4112 pex64igen.c:4112 +#: peigen.c:4113 pepigen.c:4113 pex64igen.c:4113 msgid ".rsrc merge failure: dirs with differing characteristics" msgstr "" -#: peigen.c:4119 pepigen.c:4119 pex64igen.c:4119 +#: peigen.c:4120 pepigen.c:4120 pex64igen.c:4120 msgid ".rsrc merge failure: differing directory versions" msgstr "" #. Corrupted .rsrc section - cannot merge. -#: peigen.c:4236 pepigen.c:4236 pex64igen.c:4236 +#: peigen.c:4237 pepigen.c:4237 pex64igen.c:4237 #, c-format msgid "%pB: .rsrc merge failure: corrupt .rsrc section" msgstr "" -#: peigen.c:4244 pepigen.c:4244 pex64igen.c:4244 +#: peigen.c:4245 pepigen.c:4245 pex64igen.c:4245 #, c-format msgid "%pB: .rsrc merge failure: unexpected .rsrc size" msgstr "" -#: peigen.c:4383 pepigen.c:4383 pex64igen.c:4383 +#: peigen.c:4384 pepigen.c:4384 pex64igen.c:4384 #, c-format msgid "%pB: unable to fill in DataDictionary[1] because .idata$2 is missing" msgstr "" -#: peigen.c:4403 pepigen.c:4403 pex64igen.c:4403 +#: peigen.c:4404 pepigen.c:4404 pex64igen.c:4404 #, c-format msgid "%pB: unable to fill in DataDictionary[1] because .idata$4 is missing" msgstr "" -#: peigen.c:4424 pepigen.c:4424 pex64igen.c:4424 +#: peigen.c:4425 pepigen.c:4425 pex64igen.c:4425 #, c-format msgid "%pB: unable to fill in DataDictionary[12] because .idata$5 is missing" msgstr "" -#: peigen.c:4444 pepigen.c:4444 pex64igen.c:4444 +#: peigen.c:4445 pepigen.c:4445 pex64igen.c:4445 #, c-format msgid "" "%pB: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE (12)] because ." "idata$6 is missing" msgstr "" -#: peigen.c:4486 pepigen.c:4486 pex64igen.c:4486 +#: peigen.c:4487 pepigen.c:4487 pex64igen.c:4487 #, c-format msgid "" "%pB: unable to fill in DataDictionary[PE_IMPORT_ADDRESS_TABLE(12)] because ." "idata$6 is missing" msgstr "" -#: peigen.c:4511 pepigen.c:4511 pex64igen.c:4511 +#: peigen.c:4512 pepigen.c:4512 pex64igen.c:4512 #, c-format msgid "%pB: unable to fill in DataDictionary[9] because __tls_used is missing" msgstr "" -- cgit v1.1