From 6655dba246bd164d953fe220a0e3d4eed85bb268 Mon Sep 17 00:00:00 2001 From: Sergey Belyashov Date: Thu, 2 Jan 2020 14:10:40 +0000 Subject: [PATCH] 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/ChangeLog | 19 + bfd/Makefile.am | 2 + bfd/Makefile.in | 3 + bfd/archures.c | 10 +- bfd/bfd-in2.h | 28 +- bfd/coff-z80.c | 362 +- bfd/coffcode.h | 10 +- bfd/config.bfd | 9 +- bfd/configure | 1 + bfd/configure.ac | 1 + bfd/cpu-z80.c | 19 +- bfd/elf32-z80.c | 380 ++ bfd/libbfd.h | 6 + bfd/po/SRC-POTFILES.in | 1 + bfd/po/bfd.pot | 3308 ++++++----- bfd/reloc.c | 24 + bfd/targets.c | 2 + binutils/ChangeLog | 5 + binutils/po/binutils.pot | 3861 +++++++------ binutils/readelf.c | 29 + gas/ChangeLog | 59 + gas/NEWS | 10 + gas/config/tc-z80.c | 2499 +++++++-- gas/config/tc-z80.h | 14 +- gas/doc/as.texi | 47 +- gas/doc/c-z80.texi | 117 +- gas/po/gas.pot | 6552 ++++++++++++---------- gas/testsuite/gas/all/cond.l | 16 +- gas/testsuite/gas/all/cond.s | 16 +- gas/testsuite/gas/all/fwdexp.d | 2 +- gas/testsuite/gas/all/fwdexp.s | 4 +- gas/testsuite/gas/elf/section2.e-mips | 2 +- gas/testsuite/gas/elf/section2.l | 4 +- gas/testsuite/gas/elf/section2.s | 4 +- gas/testsuite/gas/macros/app1.d | 4 +- gas/testsuite/gas/macros/app1.s | 8 +- gas/testsuite/gas/macros/app2.d | 4 +- gas/testsuite/gas/macros/app2.s | 8 +- gas/testsuite/gas/macros/app3.d | 6 +- gas/testsuite/gas/macros/app3.s | 12 +- gas/testsuite/gas/macros/app4.d | 6 +- gas/testsuite/gas/macros/app4.s | 8 +- gas/testsuite/gas/macros/app4b.s | 8 +- gas/testsuite/gas/z80/colonless.d | 21 + gas/testsuite/gas/z80/colonless.s | 14 + gas/testsuite/gas/z80/data.d | 16 + gas/testsuite/gas/z80/data.s | 13 + gas/testsuite/gas/z80/dollar.d | 8 + gas/testsuite/gas/z80/dollar.s | 17 + gas/testsuite/gas/z80/ez80_adl_all.d | 961 ++++ gas/testsuite/gas/z80/ez80_adl_all.s | 1000 ++++ gas/testsuite/gas/z80/ez80_adl_suf.d | 314 ++ gas/testsuite/gas/z80/ez80_isuf.s | 318 ++ gas/testsuite/gas/z80/ez80_z80_all.d | 957 ++++ gas/testsuite/gas/z80/ez80_z80_all.s | 994 ++++ gas/testsuite/gas/z80/ez80_z80_suf.d | 314 ++ gas/testsuite/gas/z80/fp_math48.d | 23 + gas/testsuite/gas/z80/fp_math48.s | 39 + gas/testsuite/gas/z80/fp_zeda32.d | 13 + gas/testsuite/gas/z80/fp_zeda32.s | 26 + gas/testsuite/gas/z80/r800_extra.d | 16 + gas/testsuite/gas/z80/r800_extra.s | 13 + gas/testsuite/gas/z80/r800_ii8.d | 110 + gas/testsuite/gas/z80/r800_z80_doc.d | 706 +++ gas/testsuite/gas/z80/sdcc.d | 152 + gas/testsuite/gas/z80/sdcc.s | 167 + gas/testsuite/gas/z80/set.d | 8 + gas/testsuite/gas/z80/set.s | 11 + gas/testsuite/gas/z80/strings.d | 14 + gas/testsuite/gas/z80/strings.s | 9 + gas/testsuite/gas/z80/suffix.d | 2 +- gas/testsuite/gas/z80/z180.d | 42 + gas/testsuite/gas/z80/z180.s | 50 + gas/testsuite/gas/z80/z180_z80_doc.d | 707 +++ gas/testsuite/gas/z80/z80.exp | 48 + gas/testsuite/gas/z80/z80_doc.d | 705 +++ gas/testsuite/gas/z80/z80_doc.s | 699 +++ gas/testsuite/gas/z80/z80_ii8.d | 109 + gas/testsuite/gas/z80/z80_ii8.s | 123 + gas/testsuite/gas/z80/z80_in_f_c.d | 10 + gas/testsuite/gas/z80/z80_in_f_c.s | 4 + gas/testsuite/gas/z80/z80_op_ii_ld.d | 345 ++ gas/testsuite/gas/z80/z80_op_ii_ld.s | 350 ++ gas/testsuite/gas/z80/z80_out_c_0.d | 10 + gas/testsuite/gas/z80/z80_out_c_0.s | 3 + gas/testsuite/gas/z80/z80_reloc.d | 27 + gas/testsuite/gas/z80/z80_reloc.s | 34 + gas/testsuite/gas/z80/z80_sli.d | 29 + gas/testsuite/gas/z80/z80_sli.s | 28 + gprof/po/gprof.pot | 40 +- include/ChangeLog | 4 + include/coff/internal.h | 6 + include/elf/z80.h | 52 + ld/ChangeLog | 26 + ld/Makefile.am | 2 + ld/Makefile.in | 3 + ld/NEWS | 7 + ld/configure.tgt | 3 + ld/emulparams/elf32z80.sh | 22 + ld/emultempl/z80.em | 79 +- ld/emultempl/z80elf.em | 133 + ld/po/BLD-POTFILES.in | 1 + ld/po/ld.pot | 6031 +++++++------------- ld/scripttempl/z80.sc | 32 +- ld/testsuite/ld-elf/comm-data4.s | 6 +- ld/testsuite/ld-elf/comm-data5.s | 6 +- ld/testsuite/ld-scripts/fill16.d | 2 + ld/testsuite/ld-z80/arch_default.d | 11 + ld/testsuite/ld-z80/arch_ez80_adl.d | 11 + ld/testsuite/ld-z80/arch_ez80_z80.d | 11 + ld/testsuite/ld-z80/arch_r800.d | 11 + ld/testsuite/ld-z80/arch_z180.d | 11 + ld/testsuite/ld-z80/arch_z80.d | 11 + ld/testsuite/ld-z80/comb_arch_ez80_z80.d | 11 + ld/testsuite/ld-z80/comb_arch_z180_z80.d | 11 + ld/testsuite/ld-z80/comb_arch_z80_ez80.d | 11 + ld/testsuite/ld-z80/comb_arch_z80_z180.d | 11 + ld/testsuite/ld-z80/dummy1.s | 6 + ld/testsuite/ld-z80/dummy2.s | 5 + ld/testsuite/ld-z80/jr.s | 58 + ld/testsuite/ld-z80/jr_b.d | 51 + ld/testsuite/ld-z80/jr_f.d | 70 + ld/testsuite/ld-z80/labels.s | 43 + ld/testsuite/ld-z80/relocs.s | 81 + ld/testsuite/ld-z80/relocs_b_ez80.d | 60 + ld/testsuite/ld-z80/relocs_b_z80.d | 60 + ld/testsuite/ld-z80/relocs_f_ez80.d | 78 + ld/testsuite/ld-z80/relocs_f_z80.d | 79 + ld/testsuite/ld-z80/z80.exp | 33 + opcodes/ChangeLog | 4 + opcodes/po/opcodes.pot | 782 +-- opcodes/z80-dis.c | 624 ++- 132 files changed, 24334 insertions(+), 11334 deletions(-) create mode 100644 bfd/elf32-z80.c create mode 100644 gas/testsuite/gas/z80/colonless.d create mode 100644 gas/testsuite/gas/z80/colonless.s create mode 100644 gas/testsuite/gas/z80/data.d create mode 100644 gas/testsuite/gas/z80/data.s create mode 100644 gas/testsuite/gas/z80/dollar.d create mode 100644 gas/testsuite/gas/z80/dollar.s create mode 100644 gas/testsuite/gas/z80/ez80_adl_all.d create mode 100644 gas/testsuite/gas/z80/ez80_adl_all.s create mode 100644 gas/testsuite/gas/z80/ez80_adl_suf.d create mode 100644 gas/testsuite/gas/z80/ez80_isuf.s create mode 100644 gas/testsuite/gas/z80/ez80_z80_all.d create mode 100644 gas/testsuite/gas/z80/ez80_z80_all.s create mode 100644 gas/testsuite/gas/z80/ez80_z80_suf.d create mode 100644 gas/testsuite/gas/z80/fp_math48.d create mode 100644 gas/testsuite/gas/z80/fp_math48.s create mode 100644 gas/testsuite/gas/z80/fp_zeda32.d create mode 100644 gas/testsuite/gas/z80/fp_zeda32.s create mode 100644 gas/testsuite/gas/z80/r800_extra.d create mode 100644 gas/testsuite/gas/z80/r800_extra.s create mode 100644 gas/testsuite/gas/z80/r800_ii8.d create mode 100644 gas/testsuite/gas/z80/r800_z80_doc.d create mode 100644 gas/testsuite/gas/z80/sdcc.d create mode 100644 gas/testsuite/gas/z80/sdcc.s create mode 100644 gas/testsuite/gas/z80/set.d create mode 100644 gas/testsuite/gas/z80/set.s create mode 100644 gas/testsuite/gas/z80/strings.d create mode 100644 gas/testsuite/gas/z80/strings.s create mode 100644 gas/testsuite/gas/z80/z180.d create mode 100644 gas/testsuite/gas/z80/z180.s create mode 100644 gas/testsuite/gas/z80/z180_z80_doc.d create mode 100644 gas/testsuite/gas/z80/z80_doc.d create mode 100644 gas/testsuite/gas/z80/z80_doc.s create mode 100644 gas/testsuite/gas/z80/z80_ii8.d create mode 100644 gas/testsuite/gas/z80/z80_ii8.s create mode 100644 gas/testsuite/gas/z80/z80_in_f_c.d create mode 100644 gas/testsuite/gas/z80/z80_in_f_c.s create mode 100644 gas/testsuite/gas/z80/z80_op_ii_ld.d create mode 100644 gas/testsuite/gas/z80/z80_op_ii_ld.s create mode 100644 gas/testsuite/gas/z80/z80_out_c_0.d create mode 100644 gas/testsuite/gas/z80/z80_out_c_0.s create mode 100644 gas/testsuite/gas/z80/z80_reloc.d create mode 100644 gas/testsuite/gas/z80/z80_reloc.s create mode 100644 gas/testsuite/gas/z80/z80_sli.d create mode 100644 gas/testsuite/gas/z80/z80_sli.s create mode 100644 include/elf/z80.h create mode 100644 ld/emulparams/elf32z80.sh create mode 100644 ld/emultempl/z80elf.em create mode 100644 ld/testsuite/ld-z80/arch_default.d create mode 100644 ld/testsuite/ld-z80/arch_ez80_adl.d create mode 100644 ld/testsuite/ld-z80/arch_ez80_z80.d create mode 100644 ld/testsuite/ld-z80/arch_r800.d create mode 100644 ld/testsuite/ld-z80/arch_z180.d create mode 100644 ld/testsuite/ld-z80/arch_z80.d create mode 100644 ld/testsuite/ld-z80/comb_arch_ez80_z80.d create mode 100644 ld/testsuite/ld-z80/comb_arch_z180_z80.d create mode 100644 ld/testsuite/ld-z80/comb_arch_z80_ez80.d create mode 100644 ld/testsuite/ld-z80/comb_arch_z80_z180.d create mode 100644 ld/testsuite/ld-z80/dummy1.s create mode 100644 ld/testsuite/ld-z80/dummy2.s create mode 100644 ld/testsuite/ld-z80/jr.s create mode 100644 ld/testsuite/ld-z80/jr_b.d create mode 100644 ld/testsuite/ld-z80/jr_f.d create mode 100644 ld/testsuite/ld-z80/labels.s create mode 100644 ld/testsuite/ld-z80/relocs.s create mode 100644 ld/testsuite/ld-z80/relocs_b_ez80.d create mode 100644 ld/testsuite/ld-z80/relocs_b_z80.d create mode 100644 ld/testsuite/ld-z80/relocs_f_ez80.d create mode 100644 ld/testsuite/ld-z80/relocs_f_z80.d create mode 100644 ld/testsuite/ld-z80/z80.exp diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 144c7788880..0ff109c5c1b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,22 @@ +2020-01-02 Sergey Belyashov + + * Makefile.am: Add z80-elf target support. + * configure.ac: Likewise. + * targets.c: Likewise. + * Makefile.in: Regenerate. + * configure: Regenerate. + * 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. + * coff-z80.c: Add new relocations for Z80 target and local label + check. + * reloc.c: Add new relocs. + * bfd-in2.h: Regenerate. + * libbfd.h: Regenerate. + 2020-01-02 Tamar Christina PR 25210 diff --git a/bfd/Makefile.am b/bfd/Makefile.am index f5ed9246b6c..d32640a12c5 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -354,6 +354,7 @@ BFD32_BACKENDS = \ elf32-xgate.lo \ elf32-xstormy16.lo \ elf32-xtensa.lo \ + elf32-z80.lo \ elf32.lo \ elflink.lo \ elfxx-sparc.lo \ @@ -489,6 +490,7 @@ BFD32_BACKENDS_CFILES = \ elf32-xgate.c \ elf32-xstormy16.c \ elf32-xtensa.c \ + elf32-z80.c \ elf32.c \ elflink.c \ elfxx-sparc.c \ diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 93e4dee19dc..78555ccbbc2 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -779,6 +779,7 @@ BFD32_BACKENDS = \ elf32-xgate.lo \ elf32-xstormy16.lo \ elf32-xtensa.lo \ + elf32-z80.lo \ elf32.lo \ elflink.lo \ elfxx-sparc.lo \ @@ -914,6 +915,7 @@ BFD32_BACKENDS_CFILES = \ elf32-xgate.c \ elf32-xstormy16.c \ elf32-xtensa.c \ + elf32-z80.c \ elf32.c \ elflink.c \ elfxx-sparc.c \ @@ -1490,6 +1492,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xgate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xstormy16.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xtensa.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-z80.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-aarch64.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-alpha.Plo@am__quote@ diff --git a/bfd/archures.c b/bfd/archures.c index 0b88b83ee86..232103817c1 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -505,9 +505,13 @@ DESCRIPTION . bfd_arch_xtensa, {* Tensilica's Xtensa cores. *} .#define bfd_mach_xtensa 1 . bfd_arch_z80, -.#define bfd_mach_z80strict 1 {* No undocumented opcodes. *} -.#define bfd_mach_z80 3 {* With ixl, ixh, iyl, and iyh. *} -.#define bfd_mach_z80full 7 {* All undocumented instructions. *} +.#define bfd_mach_gbz80 0 {* GameBoy Z80 (reduced instruction set) *} +.#define bfd_mach_z80strict 1 {* Z80 without undocumented opcodes. *} +.#define bfd_mach_z180 2 {* Z180: successor with additional instructions, but without halves of ix and iy *} +.#define bfd_mach_z80 3 {* Z80 with ixl, ixh, iyl, and iyh. *} +.#define bfd_mach_ez80_z80 4 {* eZ80 (successor of Z80 & Z180) in Z80 (16-bit address) mode *} +.#define bfd_mach_ez80_adl 5 {* eZ80 (successor of Z80 & Z180) in ADL (24-bit address) mode *} +.#define bfd_mach_z80full 7 {* Z80 with all undocumented instructions. *} .#define bfd_mach_r800 11 {* R800: successor with multiplication. *} . bfd_arch_lm32, {* Lattice Mico32. *} .#define bfd_mach_lm32 1 diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index ceb53d5b4d0..7c13bc8c91a 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1888,9 +1888,13 @@ enum bfd_architecture bfd_arch_xtensa, /* Tensilica's Xtensa cores. */ #define bfd_mach_xtensa 1 bfd_arch_z80, -#define bfd_mach_z80strict 1 /* No undocumented opcodes. */ -#define bfd_mach_z80 3 /* With ixl, ixh, iyl, and iyh. */ -#define bfd_mach_z80full 7 /* All undocumented instructions. */ +#define bfd_mach_gbz80 0 /* GameBoy Z80 (reduced instruction set) */ +#define bfd_mach_z80strict 1 /* Z80 without undocumented opcodes. */ +#define bfd_mach_z180 2 /* Z180: successor with additional instructions, but without halves of ix and iy */ +#define bfd_mach_z80 3 /* Z80 with ixl, ixh, iyl, and iyh. */ +#define bfd_mach_ez80_z80 4 /* eZ80 (successor of Z80 & Z180) in Z80 (16-bit address) mode */ +#define bfd_mach_ez80_adl 5 /* eZ80 (successor of Z80 & Z180) in ADL (24-bit address) mode */ +#define bfd_mach_z80full 7 /* Z80 with all undocumented instructions. */ #define bfd_mach_r800 11 /* R800: successor with multiplication. */ bfd_arch_lm32, /* Lattice Mico32. */ #define bfd_mach_lm32 1 @@ -5270,6 +5274,24 @@ BFD_RELOC_XTENSA_ASM_EXPAND. */ /* 8 bit signed offset in (ix+d) or (iy+d). */ BFD_RELOC_Z80_DISP8, +/* First 8 bits of multibyte (32, 24 or 16 bit) value. */ + BFD_RELOC_Z80_BYTE0, + +/* Second 8 bits of multibyte (32, 24 or 16 bit) value. */ + BFD_RELOC_Z80_BYTE1, + +/* Third 8 bits of multibyte (32 or 24 bit) value. */ + BFD_RELOC_Z80_BYTE2, + +/* Fourth 8 bits of multibyte (32 bit) value. */ + BFD_RELOC_Z80_BYTE3, + +/* Lowest 16 bits of multibyte (32 or 24 bit) value. */ + BFD_RELOC_Z80_WORD0, + +/* Highest 16 bits of multibyte (32 or 24 bit) value. */ + BFD_RELOC_Z80_WORD1, + /* DJNZ offset. */ BFD_RELOC_Z8K_DISP7, diff --git a/bfd/coff-z80.c b/bfd/coff-z80.c index 40bb60d36f4..bb519fd654d 100644 --- a/bfd/coff-z80.c +++ b/bfd/coff-z80.c @@ -26,39 +26,204 @@ #include "coff/z80.h" #include "coff/internal.h" #include "libcoff.h" +#include "libiberty.h" #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER 0 -static reloc_howto_type r_imm32 = -HOWTO (R_IMM32, 0, 2, 32, FALSE, 0, - complain_overflow_dont, 0, "r_imm32", TRUE, 0xffffffff, 0xffffffff, - FALSE); +typedef struct { + bfd_reloc_code_real_type r_type; + reloc_howto_type howto; +} bfd_howto_type; -static reloc_howto_type r_imm24 = -HOWTO (R_IMM24, 0, 1, 24, FALSE, 0, - complain_overflow_dont, 0, "r_imm24", TRUE, 0x00ffffff, 0x00ffffff, - FALSE); - -static reloc_howto_type r_imm16 = -HOWTO (R_IMM16, 0, 1, 16, FALSE, 0, - complain_overflow_dont, 0, "r_imm16", TRUE, 0x0000ffff, 0x0000ffff, - FALSE); - -static reloc_howto_type r_imm8 = -HOWTO (R_IMM8, 0, 0, 8, FALSE, 0, - complain_overflow_bitfield, 0, "r_imm8", TRUE, 0x000000ff, 0x000000ff, - FALSE); - -static reloc_howto_type r_jr = -HOWTO (R_JR, 0, 0, 8, TRUE, 0, - complain_overflow_signed, 0, "r_jr", FALSE, 0, 0xFF, - FALSE); - -static reloc_howto_type r_off8 = -HOWTO (R_OFF8, 0, 0, 8, FALSE, 0, - complain_overflow_signed, 0,"r_off8", FALSE, 0, 0xff, - FALSE); +#define BFD_EMPTY_HOWTO(rt,x) {rt, EMPTY_HOWTO(x)} +#define BFD_HOWTO(rt,a,b,c,d,e,f,g,h,i,j,k,l,m) {rt, HOWTO(a,b,c,d,e,f,g,h,i,j,k,l,m)} +static bfd_howto_type howto_table[] = +{ + BFD_EMPTY_HOWTO (BFD_RELOC_NONE, 0), + + BFD_HOWTO (BFD_RELOC_32, + R_IMM32, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + 0, /* special_function */ + "r_imm32", /* name */ + FALSE, /* partial_inplace */ + 0xffffffff, /* src_mask */ + 0xffffffff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_24, + R_IMM24, /* type */ + 0, /* rightshift */ + 1, /* size (0 = byte, 1 = short, 2 = long) */ + 24, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + 0, /* special_function */ + "r_imm24", /* name */ + FALSE, /* partial_inplace */ + 0x00ffffff, /* src_mask */ + 0x00ffffff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_16, + R_IMM16, /* type */ + 0, /* rightshift */ + 1, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + 0, /* special_function */ + "r_imm16", /* name */ + FALSE, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_8, + R_IMM8, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + 0, /* special_function */ + "r_imm8", /* name */ + FALSE, /* partial_inplace */ + 0x000000ff, /* src_mask */ + 0x000000ff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_8_PCREL, + R_JR, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + TRUE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + 0, /* special_function */ + "r_jr", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xFF, /* dst_mask */ + TRUE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_Z80_DISP8, + R_OFF8, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + 0, /* special_function */ + "r_off8", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_Z80_BYTE0, + R_BYTE0, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + 0, /* special_function */ + "r_byte0", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_Z80_BYTE1, + R_BYTE1, /* type */ + 8, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + 0, /* special_function */ + "r_byte1", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_Z80_BYTE2, + R_BYTE2, /* type */ + 16, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + 0, /* special_function */ + "r_byte2", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_Z80_BYTE3, + R_BYTE3, /* type */ + 24, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + 0, /* special_function */ + "r_byte3", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_Z80_WORD0, + R_WORD0, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + 0, /* special_function */ + "r_word0", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xffff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_Z80_WORD1, + R_WORD1, /* type */ + 16, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont, /* complain_on_overflow */ + 0, /* special_function */ + "r_word1", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xffff, /* dst_mask */ + FALSE), /* pcrel_offset */ +}; + +#define NUM_HOWTOS ARRAY_SIZE (howto_table) #define BADMAG(x) Z80BADMAG(x) #define Z80 1 /* Customize coffcode.h. */ @@ -74,34 +239,19 @@ HOWTO (R_OFF8, 0, 0, 8, FALSE, 0, dst->r_stuff[1] = 'C'; /* Code to turn a r_type into a howto ptr, uses the above howto table. */ - static void rtype2howto (arelent *internal, struct internal_reloc *dst) { - switch (dst->r_type) + unsigned i; + for (i = 0; i < NUM_HOWTOS; i++) { - default: - internal->howto = NULL; - break; - case R_IMM8: - internal->howto = &r_imm8; - break; - case R_IMM16: - internal->howto = &r_imm16; - break; - case R_IMM24: - internal->howto = &r_imm24; - break; - case R_IMM32: - internal->howto = &r_imm32; - break; - case R_JR: - internal->howto = &r_jr; - break; - case R_OFF8: - internal->howto = &r_off8; - break; + if (howto_table[i].howto.type == dst->r_type) + { + internal->howto = &howto_table[i].howto; + return; + } } + internal->howto = NULL; } #define RTYPE2HOWTO(internal, relocentry) rtype2howto (internal, relocentry) @@ -110,35 +260,23 @@ static reloc_howto_type * coff_z80_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED, bfd_reloc_code_real_type code) { - switch (code) - { - case BFD_RELOC_8: return & r_imm8; - case BFD_RELOC_16: return & r_imm16; - case BFD_RELOC_24: return & r_imm24; - case BFD_RELOC_32: return & r_imm32; - case BFD_RELOC_8_PCREL: return & r_jr; - case BFD_RELOC_Z80_DISP8: return & r_off8; - default: BFD_FAIL (); - return NULL; - } + unsigned i; + for (i = 0; i < NUM_HOWTOS; i++) + if (howto_table[i].r_type == code) + return &howto_table[i].howto; + + BFD_FAIL (); + return NULL; } static reloc_howto_type * coff_z80_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name) { - if (strcasecmp (r_imm8.name, r_name) == 0) - return &r_imm8; - if (strcasecmp (r_imm16.name, r_name) == 0) - return &r_imm16; - if (strcasecmp (r_imm24.name, r_name) == 0) - return &r_imm24; - if (strcasecmp (r_imm32.name, r_name) == 0) - return &r_imm32; - if (strcasecmp (r_jr.name, r_name) == 0) - return &r_jr; - if (strcasecmp (r_off8.name, r_name) == 0) - return &r_off8; + unsigned i; + for (i = 0; i < NUM_HOWTOS; i++) + if (strcasecmp(howto_table[i].howto.name, r_name) == 0) + return &howto_table[i].howto; return NULL; } @@ -180,14 +318,15 @@ extra_case (bfd *in_abfd, unsigned int *dst_ptr) { asection * input_section = link_order->u.indirect.section; - int val; + int val = bfd_coff_reloc16_get_value (reloc, link_info, input_section); switch (reloc->howto->type) { case R_OFF8: - val = bfd_coff_reloc16_get_value (reloc, link_info, - input_section); - if (val>127 || val<-128) /* Test for overflow. */ + if (reloc->howto->partial_inplace) + val += (signed char)(bfd_get_8 ( in_abfd, data+*src_ptr) + & reloc->howto->src_mask); + if (val>127 || val<-128) /* Test for overflow. */ (*link_info->callbacks->reloc_overflow) (link_info, NULL, bfd_asymbol_name (*reloc->sym_ptr_ptr), reloc->howto->name, reloc->addend, input_section->owner, @@ -198,26 +337,55 @@ extra_case (bfd *in_abfd, (*src_ptr) += 1; break; + case R_BYTE3: + bfd_put_8 (in_abfd, val >> 24, data + *dst_ptr); + (*dst_ptr) += 1; + (*src_ptr) += 1; + break; + + case R_BYTE2: + bfd_put_8 (in_abfd, val >> 16, data + *dst_ptr); + (*dst_ptr) += 1; + (*src_ptr) += 1; + break; + + case R_BYTE1: + bfd_put_8 (in_abfd, val >> 8, data + *dst_ptr); + (*dst_ptr) += 1; + (*src_ptr) += 1; + break; + case R_IMM8: - val = bfd_get_8 ( in_abfd, data+*src_ptr) - + bfd_coff_reloc16_get_value (reloc, link_info, input_section); + if (reloc->howto->partial_inplace) + val += bfd_get_8 ( in_abfd, data+*src_ptr) & reloc->howto->src_mask; + //fallthrough + case R_BYTE0: bfd_put_8 (in_abfd, val, data + *dst_ptr); (*dst_ptr) += 1; (*src_ptr) += 1; break; + case R_WORD1: + bfd_put_16 (in_abfd, val >> 16, data + *dst_ptr); + (*dst_ptr) += 2; + (*src_ptr) += 2; + break; + case R_IMM16: - val = bfd_get_16 ( in_abfd, data+*src_ptr) - + bfd_coff_reloc16_get_value (reloc, link_info, input_section); + if (reloc->howto->partial_inplace) + val += bfd_get_16 ( in_abfd, data+*src_ptr) & reloc->howto->src_mask; + //fallthrough + case R_WORD0: bfd_put_16 (in_abfd, val, data + *dst_ptr); (*dst_ptr) += 2; (*src_ptr) += 2; break; case R_IMM24: - val = bfd_get_16 ( in_abfd, data+*src_ptr) - + (bfd_get_8 ( in_abfd, data+*src_ptr+2) << 16) - + bfd_coff_reloc16_get_value (reloc, link_info, input_section); + if (reloc->howto->partial_inplace) + val += (bfd_get_16 ( in_abfd, data+*src_ptr) + + (bfd_get_8 ( in_abfd, data+*src_ptr+2) << 16)) + & reloc->howto->src_mask; bfd_put_16 (in_abfd, val, data + *dst_ptr); bfd_put_8 (in_abfd, val >> 16, data + *dst_ptr+2); (*dst_ptr) += 3; @@ -225,8 +393,8 @@ extra_case (bfd *in_abfd, break; case R_IMM32: - val = bfd_get_32 ( in_abfd, data+*src_ptr) - + bfd_coff_reloc16_get_value (reloc, link_info, input_section); + if (reloc->howto->partial_inplace) + val += bfd_get_32 ( in_abfd, data+*src_ptr) & reloc->howto->src_mask; bfd_put_32 (in_abfd, val, data + *dst_ptr); (*dst_ptr) += 4; (*src_ptr) += 4; @@ -234,15 +402,13 @@ extra_case (bfd *in_abfd, case R_JR: { - bfd_vma dst = bfd_coff_reloc16_get_value (reloc, link_info, - input_section); + if (reloc->howto->partial_inplace) + val += (signed char)(bfd_get_8 ( in_abfd, data+*src_ptr) + & reloc->howto->src_mask); bfd_vma dot = (*dst_ptr + input_section->output_offset + input_section->output_section->vma); - int gap = dst - dot - 1; /* -1, Since the offset is relative - to the value of PC after reading - the offset. */ - + int gap = val - dot; if (gap >= 128 || gap < -128) (*link_info->callbacks->reloc_overflow) (link_info, NULL, bfd_asymbol_name (*reloc->sym_ptr_ptr), @@ -260,6 +426,16 @@ extra_case (bfd *in_abfd, } } +static int +z80_is_local_label_name (bfd * abfd ATTRIBUTE_UNUSED, + const char * name) +{ + return (name[0] == '.' && name[1] == 'L') || + _bfd_coff_is_local_label_name (abfd, name); +} + +#define coff_bfd_is_local_label_name z80_is_local_label_name + #define coff_reloc16_extra_cases extra_case #define coff_bfd_reloc_type_lookup coff_z80_reloc_type_lookup #define coff_bfd_reloc_name_lookup coff_z80_reloc_name_lookup diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 8644bbe5c03..dec2e9c6370 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -2161,11 +2161,14 @@ coff_set_arch_mach_hook (bfd *abfd, void * filehdr) arch = bfd_arch_z80; switch (internal_f->f_flags & F_MACHMASK) { - case 0: case bfd_mach_z80strict << 12: case bfd_mach_z80 << 12: case bfd_mach_z80full << 12: case bfd_mach_r800 << 12: + case bfd_mach_gbz80 << 12: + case bfd_mach_z180 << 12: + case bfd_mach_ez80_z80 << 12: + case bfd_mach_ez80_adl << 12: machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12; break; default: @@ -2650,11 +2653,14 @@ coff_set_flags (bfd * abfd, *magicp = Z80MAGIC; switch (bfd_get_mach (abfd)) { - case 0: case bfd_mach_z80strict: case bfd_mach_z80: case bfd_mach_z80full: case bfd_mach_r800: + case bfd_mach_gbz80: + case bfd_mach_z180: + case bfd_mach_ez80_z80: + case bfd_mach_ez80_adl: *flagsp = bfd_get_mach (abfd) << 12; break; default: diff --git a/bfd/config.bfd b/bfd/config.bfd index 37dbcdc841d..b96931f52e6 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -207,7 +207,7 @@ wasm32) targ_archs=bfd_wasm32_arch ;; x86_64*) targ_archs=bfd_i386_arch ;; xtensa*) targ_archs=bfd_xtensa_arch ;; xgate) targ_archs=bfd_xgate_arch ;; -z80|r800) targ_archs=bfd_z80_arch ;; +z80*|r800|z180|gbz80|ez80*) targ_archs=bfd_z80_arch ;; z8k*) targ_archs=bfd_z8k_arch ;; *) targ_archs=bfd_${targ_cpu}_arch ;; esac @@ -1404,11 +1404,16 @@ case "${targ}" in targ_defvec=xc16x_elf32_vec ;; - z80-*-*) + z80-*-coff) targ_defvec=z80_coff_vec targ_underscore=no ;; + z80-*-elf) + targ_defvec=z80_elf32_vec + targ_underscore=no + ;; + z8k*-*-*) targ_defvec=z8k_coff_vec targ_underscore=yes diff --git a/bfd/configure b/bfd/configure index bf95857cdee..a38f215798d 100755 --- a/bfd/configure +++ b/bfd/configure @@ -14955,6 +14955,7 @@ do xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;; xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;; z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;; + z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;; z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;; # These appear out of order in targets.c diff --git a/bfd/configure.ac b/bfd/configure.ac index 29ce5dc10be..c5bfbd5d129 100644 --- a/bfd/configure.ac +++ b/bfd/configure.ac @@ -691,6 +691,7 @@ do xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;; xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;; z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;; + z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;; z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;; # These appear out of order in targets.c diff --git a/bfd/cpu-z80.c b/bfd/cpu-z80.c index 29173200176..96fcfa3658d 100644 --- a/bfd/cpu-z80.c +++ b/bfd/cpu-z80.c @@ -40,18 +40,23 @@ compatible (const bfd_arch_info_type *a, const bfd_arch_info_type *b) return (a->arch == bfd_arch_z80) ? & bfd_z80_arch : NULL; } -#define N(name,print,default,next) \ - { 16, 16, 8, bfd_arch_z80, name, "z80", print, 0, default, \ +#define N(name,print,bits,default,next) \ + { 16, bits, 8, bfd_arch_z80, name, "z80", print, 0, default, \ compatible, bfd_default_scan, bfd_arch_default_fill, next, 0 } #define M(n) &arch_info_struct[n] static const bfd_arch_info_type arch_info_struct[] = { - N (bfd_mach_z80strict, "z80-strict", FALSE, M(1)), - N (bfd_mach_z80, "z80", FALSE, M(2)), - N (bfd_mach_z80full, "z80-full", FALSE, M(3)), - N (bfd_mach_r800, "r800", FALSE, NULL) + N (bfd_mach_z80full, "z80-full", 16, FALSE, M(1)), + N (bfd_mach_z80strict, "z80-strict", 16, FALSE, M(2)), + N (bfd_mach_z80, "z80", 16, FALSE, M(3)), + N (bfd_mach_r800, "r800", 16, FALSE, M(4)), + N (bfd_mach_gbz80, "gbz80", 16, FALSE, M(5)), + N (bfd_mach_z180, "z180", 16, FALSE, M(6)), + N (bfd_mach_ez80_z80, "ez80-z80", 16, FALSE, M(7)), + N (bfd_mach_ez80_adl, "ez80-adl", 24, FALSE, NULL) }; -const bfd_arch_info_type bfd_z80_arch = N (0, "z80-any", TRUE, M(0)); +const bfd_arch_info_type bfd_z80_arch = + N (bfd_mach_z80full, "z80-full", 16, TRUE, M(1)); diff --git a/bfd/elf32-z80.c b/bfd/elf32-z80.c new file mode 100644 index 00000000000..888606e7b5c --- /dev/null +++ b/bfd/elf32-z80.c @@ -0,0 +1,380 @@ +/* Zilog (e)Z80-specific support for 32-bit ELF + Copyright (C) 1999-2019 Free Software Foundation, Inc. + (Heavily copied from the S12Z port by Sergey Belyashov (sergey.belyashov@gmail.com)) + + This file is part of BFD, the Binary File Descriptor library. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ + +#include "sysdep.h" +#include "bfd.h" +#include "bfdlink.h" +#include "libbfd.h" +#include "elf-bfd.h" + +#include "elf/z80.h" + +/* All users of this file have bfd_octets_per_byte (abfd, sec) == 1. */ +#define OCTETS_PER_BYTE(ABFD, SEC) 1 + +/* Relocation functions. */ +static reloc_howto_type *bfd_elf32_bfd_reloc_type_lookup + (bfd *, bfd_reloc_code_real_type); +static bfd_boolean z80_info_to_howto_rel + (bfd *, arelent *, Elf_Internal_Rela *); + +typedef struct { + bfd_reloc_code_real_type r_type; + reloc_howto_type howto; +} bfd_howto_type; + +#define BFD_EMPTY_HOWTO(rt,x) {rt, EMPTY_HOWTO(x)} +#define BFD_HOWTO(rt,a,b,c,d,e,f,g,h,i,j,k,l,m) {rt, HOWTO(a,b,c,d,e,f,g,h,i,j,k,l,m)} + +static const +bfd_howto_type elf_z80_howto_table[] = +{ + /* This reloc does nothing. */ + BFD_HOWTO (BFD_RELOC_NONE, + R_Z80_NONE, /* type */ + 0, /* rightshift */ + 3, /* size (0 = byte, 1 = short, 2 = long) */ + 0, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont,/* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "R_NONE", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* A 8 bit relocation */ + BFD_HOWTO (BFD_RELOC_8, + R_Z80_8, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_imm8", /* name */ + FALSE, /* partial_inplace */ + 0x00, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* A 8 bit index register displacement relocation */ + BFD_HOWTO (BFD_RELOC_Z80_DISP8, + R_Z80_8_DIS, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_off", /* name */ + FALSE, /* partial_inplace */ + 0x00, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* A 8 bit PC-rel relocation */ + BFD_HOWTO (BFD_RELOC_8_PCREL, + R_Z80_8_PCREL, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 8, /* bitsize */ + TRUE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_jr", /* name */ + FALSE, /* partial_inplace */ + 0x00, /* src_mask */ + 0xff, /* dst_mask */ + TRUE), /* pcrel_offset */ + + /* An 16 bit absolute relocation */ + BFD_HOWTO (BFD_RELOC_16, + R_Z80_16, /* type */ + 0, /* rightshift */ + 1, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_imm16", /* name */ + FALSE, /* partial_inplace */ + 0x00000000, /* src_mask */ + 0x0000ffff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* A 24 bit absolute relocation emitted by ADL mode operands */ + BFD_HOWTO (BFD_RELOC_24, + R_Z80_24, /* type */ + 0, /* rightshift */ + 5, /* size (0 = byte, 1 = short, 2 = long) */ + 24, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_bitfield, /* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_imm24", /* name */ + FALSE, /* partial_inplace */ + 0x00000000, /* src_mask */ + 0x00ffffff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + BFD_HOWTO (BFD_RELOC_32, + R_Z80_32, /* type */ + 0, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont,/* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_imm32", /* name */ + FALSE, /* partial_inplace */ + 0x00000000, /* src_mask */ + 0xffffffff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* First (lowest) 8 bits of multibyte relocation */ + BFD_HOWTO (BFD_RELOC_Z80_BYTE0, + R_Z80_BYTE0, /* type */ + 0, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont,/* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_byte0", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* Second 8 bits of multibyte relocation */ + BFD_HOWTO (BFD_RELOC_Z80_BYTE1, + R_Z80_BYTE1, /* type */ + 8, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont,/* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_byte1", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* Third 8 bits of multibyte relocation */ + BFD_HOWTO (BFD_RELOC_Z80_BYTE2, + R_Z80_BYTE2, /* type */ + 16, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont,/* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_byte2", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* Fourth (highest) 8 bits of multibyte relocation */ + BFD_HOWTO (BFD_RELOC_Z80_BYTE3, + R_Z80_BYTE3, /* type */ + 24, /* rightshift */ + 0, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont,/* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_byte3", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* An 16 bit absolute relocation of lower word of multibyte value */ + BFD_HOWTO (BFD_RELOC_Z80_WORD0, + R_Z80_WORD0, /* type */ + 0, /* rightshift */ + 1, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont,/* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_word0", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xffff, /* dst_mask */ + FALSE), /* pcrel_offset */ + + /* An 16 bit absolute relocation of higher word of multibyte value */ + BFD_HOWTO (BFD_RELOC_Z80_WORD1, + R_Z80_WORD1, /* type */ + 16, /* rightshift */ + 1, /* size (0 = byte, 1 = short, 2 = long) */ + 32, /* bitsize */ + FALSE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_dont,/* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "r_word1", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0xffff, /* dst_mask */ + FALSE), /* pcrel_offset */ +}; + +static reloc_howto_type * +bfd_elf32_bfd_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED, + bfd_reloc_code_real_type code) +{ + enum + { + table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) + }; + unsigned int i; + + for (i = 0; i < table_size; i++) + { + if (elf_z80_howto_table[i].r_type == code) + return &elf_z80_howto_table[i].howto; + } + + printf ("%s:%d Not found type %d\n", __FILE__, __LINE__, code); + + return NULL; +} + +static reloc_howto_type * +bfd_elf32_bfd_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name) +{ + enum + { + table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) + }; + unsigned int i; + + for (i = 0; i < table_size; i++) + { + if (elf_z80_howto_table[i].howto.name != NULL + && strcasecmp (elf_z80_howto_table[i].howto.name, r_name) == 0) + return &elf_z80_howto_table[i].howto; + } + + return NULL; +} + +/* Set the howto pointer for an z80 ELF reloc. */ + +static bfd_boolean +z80_info_to_howto_rel (bfd *abfd, arelent *cache_ptr, Elf_Internal_Rela *dst) +{ + enum + { + table_size = sizeof (elf_z80_howto_table) / sizeof (elf_z80_howto_table[0]) + }; + unsigned int i; + unsigned int r_type = ELF32_R_TYPE (dst->r_info); + + for (i = 0; i < table_size; i++) + { + if (elf_z80_howto_table[i].howto.type == r_type) + { + cache_ptr->howto = &elf_z80_howto_table[i].howto; + return TRUE; + } + } + + /* xgettext:c-format */ + _bfd_error_handler (_("%pB: unsupported relocation type %#x"), + abfd, r_type); + bfd_set_error (bfd_error_bad_value); + return FALSE; +} + +static bfd_boolean +z80_elf_set_mach_from_flags (bfd *abfd) +{ + int mach; + switch (elf_elfheader (abfd)->e_flags) + { + case EF_Z80_MACH_GBZ80: + mach = bfd_mach_gbz80; + break; + case EF_Z80_MACH_Z80: + mach = bfd_mach_z80; + break; + case EF_Z80_MACH_Z180: + mach = bfd_mach_z180; + break; + case EF_Z80_MACH_EZ80_Z80: + mach = bfd_mach_ez80_z80; + break; + case EF_Z80_MACH_EZ80_ADL: + mach = bfd_mach_ez80_adl; + break; + case EF_Z80_MACH_R800: + mach = bfd_mach_r800; + break; + default: + mach = bfd_mach_z80; + break; + } + + bfd_default_set_arch_mach (abfd, bfd_arch_z80, mach); + return TRUE; +} + +static int +z80_is_local_label_name (bfd * abfd ATTRIBUTE_UNUSED, + const char * name) +{ + return (name[0] == '.' && name[1] == 'L') || + _bfd_elf_is_local_label_name (abfd, name); +} + + +#define ELF_ARCH bfd_arch_z80 +#define ELF_MACHINE_CODE EM_Z80 +#define ELF_MAXPAGESIZE 0x10000 + +#define TARGET_LITTLE_SYM z80_elf32_vec +#define TARGET_LITTLE_NAME "elf32-z80" + +#define elf_info_to_howto NULL +#define elf_info_to_howto_rel z80_info_to_howto_rel +#define elf_backend_object_p z80_elf_set_mach_from_flags +#define bfd_elf32_bfd_is_local_label_name z80_is_local_label_name + +#include "elf32-target.h" diff --git a/bfd/libbfd.h b/bfd/libbfd.h index b781af2cf90..d97d4e57a77 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -2869,6 +2869,12 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_XTENSA_TLS_ARG", "BFD_RELOC_XTENSA_TLS_CALL", "BFD_RELOC_Z80_DISP8", + "BFD_RELOC_Z80_BYTE0", + "BFD_RELOC_Z80_BYTE1", + "BFD_RELOC_Z80_BYTE2", + "BFD_RELOC_Z80_BYTE3", + "BFD_RELOC_Z80_WORD0", + "BFD_RELOC_Z80_WORD1", "BFD_RELOC_Z8K_DISP7", "BFD_RELOC_Z8K_CALLR", "BFD_RELOC_Z8K_IMM4L", diff --git a/bfd/po/SRC-POTFILES.in b/bfd/po/SRC-POTFILES.in index a84908b61ea..dc5ef9e5efa 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 8ffdbd2a068..40833e56f7a 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 "" diff --git a/bfd/reloc.c b/bfd/reloc.c index 0e5161f53b7..33cd67150cf 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -6673,6 +6673,30 @@ ENUM BFD_RELOC_Z80_DISP8 ENUMDOC 8 bit signed offset in (ix+d) or (iy+d). +ENUM + BFD_RELOC_Z80_BYTE0 +ENUMDOC + First 8 bits of multibyte (32, 24 or 16 bit) value. +ENUM + BFD_RELOC_Z80_BYTE1 +ENUMDOC + Second 8 bits of multibyte (32, 24 or 16 bit) value. +ENUM + BFD_RELOC_Z80_BYTE2 +ENUMDOC + Third 8 bits of multibyte (32 or 24 bit) value. +ENUM + BFD_RELOC_Z80_BYTE3 +ENUMDOC + Fourth 8 bits of multibyte (32 bit) value. +ENUM + BFD_RELOC_Z80_WORD0 +ENUMDOC + Lowest 16 bits of multibyte (32 or 24 bit) value. +ENUM + BFD_RELOC_Z80_WORD1 +ENUMDOC + Highest 16 bits of multibyte (32 or 24 bit) value. ENUM BFD_RELOC_Z8K_DISP7 diff --git a/bfd/targets.c b/bfd/targets.c index 101968183d3..1b7e29d1e6e 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -931,6 +931,7 @@ extern const bfd_target xstormy16_elf32_vec; extern const bfd_target xtensa_elf32_be_vec; extern const bfd_target xtensa_elf32_le_vec; extern const bfd_target z80_coff_vec; +extern const bfd_target z80_elf32_vec; extern const bfd_target z8k_coff_vec; /* These are always included. */ @@ -1353,6 +1354,7 @@ static const bfd_target * const _bfd_target_vector[] = &xtensa_elf32_le_vec, &z80_coff_vec, + &z80_elf32_vec, &z8k_coff_vec, #endif /* not SELECT_VECS */ diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c78b42bb0e9..ecc4e1adb96 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-01-02 Sergey Belyashov + + * readelf.c: Add support for new Z*) relocations and machine + types. + 2020-01-01 Alan Modra Update year range in copyright notice of all files. diff --git a/binutils/po/binutils.pot b/binutils/po/binutils.pot index 855ab8d8c7f..7f8c6332641 100644 --- a/binutils/po/binutils.pot +++ b/binutils/po/binutils.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2019-01-19 16:39+0000\n" +"POT-Creation-Date: 2020-01-02 11:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -57,9 +57,9 @@ msgid "" "\n" msgstr "" -#: addr2line.c:109 ar.c:340 ar.c:377 coffdump.c:473 dlltool.c:3990 -#: dllwrap.c:518 elfedit.c:906 objcopy.c:666 objcopy.c:719 readelf.c:4474 -#: size.c:97 srconv.c:1706 strings.c:727 sysdump.c:648 windmc.c:227 +#: addr2line.c:109 ar.c:349 ar.c:386 coffdump.c:473 dlltool.c:3989 +#: dllwrap.c:518 elfedit.c:909 objcopy.c:691 objcopy.c:745 readelf.c:4554 +#: size.c:109 srconv.c:1706 strings.c:727 sysdump.c:648 windmc.c:227 #: windres.c:688 #, c-format msgid "Report bugs to %s\n" @@ -96,245 +96,251 @@ msgstr "" msgid "%s: cannot find section %s" msgstr "" -#: addr2line.c:448 ar.c:722 dlltool.c:3508 nm.c:1668 objcopy.c:5670 -#: objdump.c:4036 size.c:141 strings.c:291 windmc.c:960 windres.c:816 +#: addr2line.c:448 ar.c:747 dlltool.c:3507 nm.c:1710 objcopy.c:5944 +#: objdump.c:4318 size.c:153 strings.c:291 windmc.c:960 windres.c:816 msgid "fatal error: libbfd ABI mismatch" msgstr "" -#: addr2line.c:475 nm.c:1694 objdump.c:4083 +#: addr2line.c:475 nm.c:1736 objdump.c:4365 #, c-format msgid "unknown demangling style `%s'" msgstr "" -#: ar.c:260 +#: ar.c:268 #, c-format msgid "no entry %s in archive\n" msgstr "" -#: ar.c:274 +#: ar.c:282 #, c-format msgid "" "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin " "] [member-name] [count] archive-file file...\n" msgstr "" -#: ar.c:280 +#: ar.c:288 #, c-format msgid "" "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-" "name] [count] archive-file file...\n" msgstr "" -#: ar.c:288 +#: ar.c:296 #, c-format msgid " %s -M [ - read options from \n" msgstr "" -#: ar.c:329 +#: ar.c:337 #, c-format msgid " --target=BFDNAME - specify the target object format as BFDNAME\n" msgstr "" -#: ar.c:331 +#: ar.c:338 +#, c-format +msgid "" +" --output=DIRNAME - specify the output directory for extraction operations\n" +msgstr "" + +#: ar.c:340 #, c-format msgid " optional:\n" msgstr "" -#: ar.c:332 +#: ar.c:341 #, c-format msgid " --plugin

- load the specified plugin\n" msgstr "" -#: ar.c:353 +#: ar.c:362 #, c-format msgid "Usage: %s [options] archive\n" msgstr "" -#: ar.c:354 +#: ar.c:363 #, c-format msgid " Generate an index to speed access to archives\n" msgstr "" -#: ar.c:355 +#: ar.c:364 #, c-format msgid "" " The options are:\n" " @ Read options from \n" msgstr "" -#: ar.c:358 +#: ar.c:367 #, c-format msgid " --plugin Load the specified plugin\n" msgstr "" -#: ar.c:362 +#: ar.c:371 #, c-format msgid "" " -D Use zero for symbol map timestamp (default)\n" " -U Use an actual symbol map timestamp\n" msgstr "" -#: ar.c:366 +#: ar.c:375 #, c-format msgid "" " -D Use zero for symbol map timestamp\n" " -U Use actual symbol map timestamp (default)\n" msgstr "" -#: ar.c:369 +#: ar.c:378 #, c-format msgid "" " -t Update the archive's symbol map timestamp\n" @@ -342,101 +348,101 @@ msgid "" " -v --version Print version information\n" msgstr "" -#: ar.c:493 +#: ar.c:503 msgid "two different operation options specified" msgstr "" -#: ar.c:587 ar.c:647 nm.c:1781 +#: ar.c:597 ar.c:672 nm.c:1823 #, c-format msgid "sorry - this program has been built without plugin support\n" msgstr "" -#: ar.c:778 +#: ar.c:803 msgid "no operation specified" msgstr "" -#: ar.c:781 +#: ar.c:806 msgid "`u' is only meaningful with the `r' option." msgstr "" -#: ar.c:784 +#: ar.c:809 msgid "`u' is not meaningful with the `D' option." msgstr "" -#: ar.c:787 +#: ar.c:812 msgid "`u' modifier ignored since `D' is the default (see `U')" msgstr "" -#: ar.c:796 +#: ar.c:821 msgid "missing position arg." msgstr "" -#: ar.c:802 +#: ar.c:827 msgid "`N' is only meaningful with the `x' and `d' options." msgstr "" -#: ar.c:804 +#: ar.c:829 msgid "`N' missing value." msgstr "" -#: ar.c:807 +#: ar.c:832 msgid "Value for `N' must be positive." msgstr "" -#: ar.c:823 +#: ar.c:848 msgid "`x' cannot be used on thin archives." msgstr "" -#: ar.c:870 +#: ar.c:895 #, c-format msgid "internal error -- this option not implemented" msgstr "" -#: ar.c:939 +#: ar.c:964 #, c-format msgid "creating %s" msgstr "" -#: ar.c:970 +#: ar.c:995 #, c-format msgid "Cannot convert existing library %s to thin format" msgstr "" -#: ar.c:976 +#: ar.c:1001 #, c-format msgid "Cannot convert existing thin library %s to normal format" msgstr "" -#: ar.c:1008 ar.c:1072 ar.c:1402 objcopy.c:3357 +#: ar.c:1033 ar.c:1130 ar.c:1446 objcopy.c:3544 #, c-format msgid "internal stat error on %s" msgstr "" -#: ar.c:1027 ar.c:1105 +#: ar.c:1052 ar.c:1156 #, c-format msgid "%s is not a valid archive" msgstr "" -#: ar.c:1064 objcopy.c:3319 +#: ar.c:1080 #, c-format -msgid "illegal pathname found in archive member: %s" +msgid "illegal output pathname for archive member: %s, using '%s' instead" msgstr "" -#: ar.c:1163 +#: ar.c:1204 msgid "could not create temporary file whilst writing archive" msgstr "" -#: ar.c:1307 +#: ar.c:1351 #, c-format msgid "No member named `%s'\n" msgstr "" -#: ar.c:1357 +#: ar.c:1401 #, c-format msgid "no entry %s in archive %s!" msgstr "" -#: ar.c:1496 +#: ar.c:1540 #, c-format msgid "%s: no archive map to update" msgstr "" @@ -451,47 +457,52 @@ msgstr "" msgid "Can't open file %s\n" msgstr "" -#: arsup.c:164 +#: arsup.c:160 +#, c-format +msgid "%s: Can't allocate memory for temp name (%s)\n" +msgstr "" + +#: arsup.c:171 #, c-format msgid "%s: Can't open output archive %s\n" msgstr "" -#: arsup.c:181 +#: arsup.c:188 #, c-format msgid "%s: Can't open input archive %s\n" msgstr "" -#: arsup.c:190 +#: arsup.c:197 #, c-format msgid "%s: file %s is not an archive\n" msgstr "" -#: arsup.c:230 +#: arsup.c:237 #, c-format msgid "%s: no output archive specified yet\n" msgstr "" -#: arsup.c:250 arsup.c:293 arsup.c:335 arsup.c:358 arsup.c:424 +#: arsup.c:257 arsup.c:300 arsup.c:342 arsup.c:365 arsup.c:431 #, c-format msgid "%s: no open output archive\n" msgstr "" -#: arsup.c:266 arsup.c:379 arsup.c:405 +#: arsup.c:273 arsup.c:386 arsup.c:412 #, c-format msgid "%s: can't open file %s\n" msgstr "" -#: arsup.c:320 arsup.c:401 arsup.c:482 +#: arsup.c:327 arsup.c:408 arsup.c:489 #, c-format msgid "%s: can't find module file %s\n" msgstr "" -#: arsup.c:433 +#: arsup.c:440 #, c-format msgid "Current open archive is %s\n" msgstr "" -#: arsup.c:457 +#: arsup.c:464 #, c-format msgid "%s: no open archive\n" msgstr "" @@ -507,91 +518,95 @@ msgstr "" msgid " emulation options: \n" msgstr "" -#: bucomm.c:156 +#: bucomm.c:50 bucomm.c:84 +msgid "cause of error unknown" +msgstr "" + +#: bucomm.c:164 #, c-format msgid "can't set BFD default target to `%s': %s" msgstr "" -#: bucomm.c:168 +#: bucomm.c:176 #, c-format msgid "%s: Matching formats:" msgstr "" -#: bucomm.c:183 +#: bucomm.c:191 #, c-format msgid "Supported targets:" msgstr "" -#: bucomm.c:185 +#: bucomm.c:193 #, c-format msgid "%s: supported targets:" msgstr "" -#: bucomm.c:203 +#: bucomm.c:211 #, c-format msgid "Supported architectures:" msgstr "" -#: bucomm.c:205 +#: bucomm.c:213 #, c-format msgid "%s: supported architectures:" msgstr "" -#: bucomm.c:218 +#: bucomm.c:226 msgid "big endian" msgstr "" -#: bucomm.c:219 +#: bucomm.c:227 msgid "little endian" msgstr "" -#: bucomm.c:220 +#: bucomm.c:228 msgid "endianness unknown" msgstr "" -#: bucomm.c:267 +#: bucomm.c:275 #, c-format msgid "" "%s\n" " (header %s, data %s)\n" msgstr "" -#: bucomm.c:416 +#: bucomm.c:424 #, c-format msgid "BFD header file version %s\n" msgstr "" -#: bucomm.c:446 +#: bucomm.c:454 #, c-format msgid "

Set start address of the executable\n" msgstr "" #: earm_wince_pe.c:381 earmpe.c:381 ei386pe.c:381 ei386pe_posix.c:381 -#: ei386pep.c:363 emcorepe.c:381 eppcpe.c:381 eshpe.c:381 +#: ei386pep.c:364 emcorepe.c:381 eppcpe.c:381 eshpe.c:381 #, c-format msgid "" " --major-image-version Set version number of the executable\n" msgstr "" #: earm_wince_pe.c:382 earmpe.c:382 ei386pe.c:382 ei386pe_posix.c:382 -#: ei386pep.c:364 emcorepe.c:382 eppcpe.c:382 eshpe.c:382 +#: ei386pep.c:365 emcorepe.c:382 eppcpe.c:382 eshpe.c:382 #, c-format msgid " --major-os-version Set minimum required OS version\n" msgstr "" #: earm_wince_pe.c:383 earmpe.c:383 ei386pe.c:383 ei386pe_posix.c:383 -#: ei386pep.c:365 emcorepe.c:383 eppcpe.c:383 eshpe.c:383 +#: ei386pep.c:366 emcorepe.c:383 eppcpe.c:383 eshpe.c:383 #, c-format msgid "" " --major-subsystem-version Set minimum required OS subsystem " @@ -5229,20 +3491,20 @@ msgid "" msgstr "" #: earm_wince_pe.c:384 earmpe.c:384 ei386pe.c:384 ei386pe_posix.c:384 -#: ei386pep.c:366 emcorepe.c:384 eppcpe.c:384 eshpe.c:384 +#: ei386pep.c:367 emcorepe.c:384 eppcpe.c:384 eshpe.c:384 #, c-format msgid "" " --minor-image-version Set revision number of the executable\n" msgstr "" #: earm_wince_pe.c:385 earmpe.c:385 ei386pe.c:385 ei386pe_posix.c:385 -#: ei386pep.c:367 emcorepe.c:385 eppcpe.c:385 eshpe.c:385 +#: ei386pep.c:368 emcorepe.c:385 eppcpe.c:385 eshpe.c:385 #, c-format msgid " --minor-os-version Set minimum required OS revision\n" msgstr "" #: earm_wince_pe.c:386 earmpe.c:386 ei386pe.c:386 ei386pe_posix.c:386 -#: ei386pep.c:368 emcorepe.c:386 eppcpe.c:386 eshpe.c:386 +#: ei386pep.c:369 emcorepe.c:386 eppcpe.c:386 eshpe.c:386 #, c-format msgid "" " --minor-subsystem-version Set minimum required OS subsystem " @@ -5250,33 +3512,33 @@ msgid "" msgstr "" #: earm_wince_pe.c:387 earmpe.c:387 ei386pe.c:387 ei386pe_posix.c:387 -#: ei386pep.c:369 emcorepe.c:387 eppcpe.c:387 eshpe.c:387 +#: ei386pep.c:370 emcorepe.c:387 eppcpe.c:387 eshpe.c:387 #, c-format msgid " --section-alignment Set section alignment\n" msgstr "" #: earm_wince_pe.c:388 earmpe.c:388 ei386pe.c:388 ei386pe_posix.c:388 -#: ei386pep.c:370 emcorepe.c:388 eppcpe.c:388 eshpe.c:388 +#: ei386pep.c:371 emcorepe.c:388 eppcpe.c:388 eshpe.c:388 #, c-format msgid " --stack Set size of the initial stack\n" msgstr "" #: earm_wince_pe.c:389 earmpe.c:389 ei386pe.c:389 ei386pe_posix.c:389 -#: ei386pep.c:371 emcorepe.c:389 eppcpe.c:389 eshpe.c:389 +#: ei386pep.c:372 emcorepe.c:389 eppcpe.c:389 eshpe.c:389 #, c-format msgid "" " --subsystem [:] Set required OS subsystem [& version]\n" msgstr "" #: earm_wince_pe.c:390 earmpe.c:390 ei386pe.c:390 ei386pe_posix.c:390 -#: ei386pep.c:372 emcorepe.c:390 eppcpe.c:390 eshpe.c:390 +#: ei386pep.c:373 emcorepe.c:390 eppcpe.c:390 eshpe.c:390 #, c-format msgid "" " --support-old-code Support interworking with old code\n" msgstr "" #: earm_wince_pe.c:391 earmpe.c:391 ei386pe.c:391 ei386pe_posix.c:391 -#: ei386pep.c:373 emcorepe.c:391 eppcpe.c:391 eshpe.c:391 +#: ei386pep.c:374 emcorepe.c:391 eppcpe.c:391 eshpe.c:391 #, c-format msgid "" " --[no-]leading-underscore Set explicit symbol underscore prefix " @@ -5300,41 +3562,41 @@ msgid "" msgstr "" #: earm_wince_pe.c:394 earmpe.c:394 ei386pe.c:394 ei386pe_posix.c:394 -#: ei386pep.c:375 emcorepe.c:394 eppcpe.c:394 eshpe.c:394 +#: ei386pep.c:376 emcorepe.c:394 eppcpe.c:394 eshpe.c:394 #, c-format msgid "" " This makes binaries non-deterministic\n" msgstr "" #: earm_wince_pe.c:396 earmpe.c:396 ei386pe.c:396 ei386pe_posix.c:396 -#: ei386pep.c:377 emcorepe.c:396 eppcpe.c:396 eshpe.c:396 +#: ei386pep.c:378 emcorepe.c:396 eppcpe.c:396 eshpe.c:396 #, c-format msgid "" " --add-stdcall-alias Export symbols with and without @nn\n" msgstr "" #: earm_wince_pe.c:397 earmpe.c:397 ei386pe.c:397 ei386pe_posix.c:397 -#: ei386pep.c:378 emcorepe.c:397 eppcpe.c:397 eshpe.c:397 +#: ei386pep.c:379 emcorepe.c:397 eppcpe.c:397 eshpe.c:397 #, c-format msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" msgstr "" #: earm_wince_pe.c:398 earmpe.c:398 ei386pe.c:398 ei386pe_posix.c:398 -#: ei386pep.c:379 emcorepe.c:398 eppcpe.c:398 eshpe.c:398 +#: ei386pep.c:380 emcorepe.c:398 eppcpe.c:398 eshpe.c:398 #, c-format msgid "" " --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" msgstr "" #: earm_wince_pe.c:399 earmpe.c:399 ei386pe.c:399 ei386pe_posix.c:399 -#: ei386pep.c:380 emcorepe.c:399 eppcpe.c:399 eshpe.c:399 +#: ei386pep.c:381 emcorepe.c:399 eppcpe.c:399 eshpe.c:399 #, c-format msgid "" " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" msgstr "" #: earm_wince_pe.c:400 earmpe.c:400 ei386pe.c:400 ei386pe_posix.c:400 -#: ei386pep.c:381 emcorepe.c:400 eppcpe.c:400 eshpe.c:400 +#: ei386pep.c:382 emcorepe.c:400 eppcpe.c:400 eshpe.c:400 #, c-format msgid "" " --exclude-all-symbols Exclude all symbols from automatic " @@ -5342,7 +3604,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:401 earmpe.c:401 ei386pe.c:401 ei386pe_posix.c:401 -#: ei386pep.c:382 emcorepe.c:401 eppcpe.c:401 eshpe.c:401 +#: ei386pep.c:383 emcorepe.c:401 eppcpe.c:401 eshpe.c:401 #, c-format msgid "" " --exclude-libs lib,lib,... Exclude libraries from automatic " @@ -5350,13 +3612,13 @@ msgid "" msgstr "" #: earm_wince_pe.c:402 earmpe.c:402 ei386pe.c:402 ei386pe_posix.c:402 -#: ei386pep.c:383 emcorepe.c:402 eppcpe.c:402 eshpe.c:402 +#: ei386pep.c:384 emcorepe.c:402 eppcpe.c:402 eshpe.c:402 #, c-format msgid " --exclude-modules-for-implib mod,mod,...\n" msgstr "" #: earm_wince_pe.c:403 earmpe.c:403 ei386pe.c:403 ei386pe_posix.c:403 -#: ei386pep.c:384 emcorepe.c:403 eppcpe.c:403 eshpe.c:403 +#: ei386pep.c:385 emcorepe.c:403 eppcpe.c:403 eshpe.c:403 #, c-format msgid "" " Exclude objects, archive members from " @@ -5372,7 +3634,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:405 earmpe.c:405 ei386pe.c:405 ei386pe_posix.c:405 -#: ei386pep.c:386 emcorepe.c:405 eppcpe.c:405 eshpe.c:405 +#: ei386pep.c:387 emcorepe.c:405 eppcpe.c:405 eshpe.c:405 #, c-format msgid "" " --export-all-symbols Automatically export all globals to " @@ -5380,20 +3642,20 @@ msgid "" msgstr "" #: earm_wince_pe.c:406 earmpe.c:406 ei386pe.c:406 ei386pe_posix.c:406 -#: ei386pep.c:387 emcorepe.c:406 eppcpe.c:406 eshpe.c:406 +#: ei386pep.c:388 emcorepe.c:406 eppcpe.c:406 eshpe.c:406 #, c-format msgid " --kill-at Remove @nn from exported symbols\n" msgstr "" #: earm_wince_pe.c:407 earmpe.c:407 ei386pe.c:407 ei386pe_posix.c:407 -#: ei386pep.c:388 emcorepe.c:407 eppcpe.c:407 eshpe.c:407 +#: ei386pep.c:389 emcorepe.c:407 eppcpe.c:407 eshpe.c:407 #, c-format msgid "" " --output-def Generate a .DEF file for the built DLL\n" msgstr "" #: earm_wince_pe.c:408 earmpe.c:408 ei386pe.c:408 ei386pe_posix.c:408 -#: ei386pep.c:389 emcorepe.c:408 eppcpe.c:408 eshpe.c:408 +#: ei386pep.c:390 emcorepe.c:408 eppcpe.c:408 eshpe.c:408 #, c-format msgid " --warn-duplicate-exports Warn about duplicate exports\n" msgstr "" @@ -5427,7 +3689,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:412 earmpe.c:412 ei386pe.c:412 ei386pe_posix.c:412 -#: ei386pep.c:393 emcorepe.c:412 eppcpe.c:412 eshpe.c:412 +#: ei386pep.c:394 emcorepe.c:412 eppcpe.c:412 eshpe.c:412 #, c-format msgid "" " --dll-search-prefix= When linking dynamically to a dll " @@ -5438,7 +3700,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:413 earmpe.c:413 ei386pe.c:413 ei386pe_posix.c:413 -#: ei386pep.c:394 emcorepe.c:413 eppcpe.c:413 eshpe.c:413 +#: ei386pep.c:395 emcorepe.c:413 eppcpe.c:413 eshpe.c:413 #, c-format msgid "" " --enable-auto-import Do sophisticated linking of _sym to\n" @@ -5446,7 +3708,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:414 earmpe.c:414 ei386pe.c:414 ei386pe_posix.c:414 -#: ei386pep.c:395 emcorepe.c:414 eppcpe.c:414 eshpe.c:414 +#: ei386pep.c:396 emcorepe.c:414 eppcpe.c:414 eshpe.c:414 #, c-format msgid "" " --disable-auto-import Do not auto-import DATA items from " @@ -5499,7 +3761,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:421 earmpe.c:421 ei386pe.c:421 ei386pe_posix.c:421 -#: ei386pep.c:399 emcorepe.c:421 eppcpe.c:421 eshpe.c:421 +#: ei386pep.c:400 emcorepe.c:421 eppcpe.c:421 eshpe.c:421 #, c-format msgid "" " --enable-long-section-names Use long COFF section names even in\n" @@ -5507,7 +3769,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:422 earmpe.c:422 ei386pe.c:422 ei386pe_posix.c:422 -#: ei386pep.c:400 emcorepe.c:422 eppcpe.c:422 eshpe.c:422 +#: ei386pep.c:401 emcorepe.c:422 eppcpe.c:422 eshpe.c:422 #, c-format msgid "" " --disable-long-section-names Never use long COFF section names, " @@ -5516,7 +3778,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:423 earmpe.c:423 ei386pe.c:423 ei386pe_posix.c:423 -#: ei386pep.c:402 emcorepe.c:423 eppcpe.c:423 eshpe.c:423 +#: ei386pep.c:403 emcorepe.c:423 eppcpe.c:423 eshpe.c:423 #, c-format msgid "" " --dynamicbase Image base address may be relocated " @@ -5526,13 +3788,13 @@ msgid "" msgstr "" #: earm_wince_pe.c:424 earmpe.c:424 ei386pe.c:424 ei386pe_posix.c:424 -#: ei386pep.c:403 emcorepe.c:424 eppcpe.c:424 eshpe.c:424 +#: ei386pep.c:404 emcorepe.c:424 eppcpe.c:424 eshpe.c:424 #, c-format msgid " --forceinteg Code integrity checks are enforced\n" msgstr "" #: earm_wince_pe.c:425 earmpe.c:425 ei386pe.c:425 ei386pe_posix.c:425 -#: ei386pep.c:404 emcorepe.c:425 eppcpe.c:425 eshpe.c:425 +#: ei386pep.c:405 emcorepe.c:425 eppcpe.c:425 eshpe.c:425 #, c-format msgid "" " --nxcompat Image is compatible with data execution " @@ -5540,7 +3802,7 @@ msgid "" msgstr "" #: earm_wince_pe.c:426 earmpe.c:426 ei386pe.c:426 ei386pe_posix.c:426 -#: ei386pep.c:405 emcorepe.c:426 eppcpe.c:426 eshpe.c:426 +#: ei386pep.c:406 emcorepe.c:426 eppcpe.c:426 eshpe.c:426 #, c-format msgid "" " --no-isolation Image understands isolation but do not isolate " @@ -5556,57 +3818,57 @@ msgid "" msgstr "" #: earm_wince_pe.c:428 earmpe.c:428 ei386pe.c:428 ei386pe_posix.c:428 -#: ei386pep.c:407 emcorepe.c:428 eppcpe.c:428 eshpe.c:428 +#: ei386pep.c:408 emcorepe.c:428 eppcpe.c:428 eshpe.c:428 #, c-format msgid " --no-bind Do not bind this image\n" msgstr "" #: earm_wince_pe.c:429 earmpe.c:429 ei386pe.c:429 ei386pe_posix.c:429 -#: ei386pep.c:408 emcorepe.c:429 eppcpe.c:429 eshpe.c:429 +#: ei386pep.c:409 emcorepe.c:429 eppcpe.c:429 eshpe.c:429 #, c-format msgid " --wdmdriver Driver uses the WDM model\n" msgstr "" #: earm_wince_pe.c:430 earmpe.c:430 ei386pe.c:430 ei386pe_posix.c:430 -#: ei386pep.c:409 emcorepe.c:430 eppcpe.c:430 eshpe.c:430 +#: ei386pep.c:410 emcorepe.c:430 eppcpe.c:430 eshpe.c:430 #, c-format msgid " --tsaware Image is Terminal Server aware\n" msgstr "" #: earm_wince_pe.c:431 earmpe.c:431 ei386pe.c:431 ei386pe_posix.c:431 -#: ei386pep.c:410 emcorepe.c:431 eppcpe.c:431 eshpe.c:431 +#: ei386pep.c:411 emcorepe.c:431 eppcpe.c:431 eshpe.c:431 #, c-format msgid " --build-id[=STYLE] Generate build ID\n" msgstr "" -#: earm_wince_pe.c:559 earmpe.c:559 ei386beos.c:204 ei386pe.c:559 -#: ei386pe_posix.c:559 ei386pep.c:535 emcorepe.c:559 eppcpe.c:559 eshpe.c:559 +#: earm_wince_pe.c:559 earmpe.c:559 ei386beos.c:205 ei386pe.c:559 +#: ei386pe_posix.c:559 ei386pep.c:536 emcorepe.c:559 eppcpe.c:559 eshpe.c:559 msgid "%P: warning: bad version number in -subsystem option\n" msgstr "" -#: earm_wince_pe.c:584 earmpe.c:584 ei386beos.c:221 ei386pe.c:584 -#: ei386pe_posix.c:584 ei386pep.c:560 emcorepe.c:584 eppcpe.c:584 eshpe.c:584 +#: earm_wince_pe.c:584 earmpe.c:584 ei386beos.c:222 ei386pe.c:584 +#: ei386pe_posix.c:584 ei386pep.c:561 emcorepe.c:584 eppcpe.c:584 eshpe.c:584 msgid "%F%P: invalid subsystem type %s\n" msgstr "" -#: earm_wince_pe.c:605 earmpe.c:605 ei386beos.c:232 ei386pe.c:605 -#: ei386pe_posix.c:605 ei386pep.c:581 emcorepe.c:605 eppcpe.c:605 eshpe.c:605 +#: earm_wince_pe.c:605 earmpe.c:605 ei386beos.c:233 ei386pe.c:605 +#: ei386pe_posix.c:605 ei386pep.c:582 emcorepe.c:605 eppcpe.c:605 eshpe.c:605 msgid "%F%P: invalid hex number for PE parameter '%s'\n" msgstr "" -#: earm_wince_pe.c:622 earmpe.c:622 ei386beos.c:249 ei386pe.c:622 -#: ei386pe_posix.c:622 ei386pep.c:598 emcorepe.c:622 eppcpe.c:622 eshpe.c:622 +#: earm_wince_pe.c:622 earmpe.c:622 ei386beos.c:250 ei386pe.c:622 +#: ei386pe_posix.c:622 ei386pep.c:599 emcorepe.c:622 eppcpe.c:622 eshpe.c:622 msgid "%F%P: strange hex info for PE parameter '%s'\n" msgstr "" -#: earm_wince_pe.c:638 earmpe.c:638 eelf32mcore.c:2002 ei386beos.c:265 -#: ei386pe.c:638 ei386pe_posix.c:638 ei386pep.c:615 emcorepe.c:638 eppcpe.c:638 +#: earm_wince_pe.c:638 earmpe.c:638 eelf32mcore.c:271 ei386beos.c:266 +#: ei386pe.c:638 ei386pe_posix.c:638 ei386pep.c:616 emcorepe.c:638 eppcpe.c:638 #: eshpe.c:638 msgid "%F%P: cannot open base file %s\n" msgstr "" -#: earm_wince_pe.c:934 earmpe.c:934 ei386beos.c:361 ei386pe.c:934 -#: ei386pe_posix.c:934 ei386pep.c:895 emcorepe.c:934 eppcpe.c:934 eshpe.c:934 +#: earm_wince_pe.c:934 earmpe.c:934 ei386beos.c:362 ei386pe.c:934 +#: ei386pe_posix.c:934 ei386pep.c:896 emcorepe.c:934 eppcpe.c:934 eshpe.c:934 msgid "%P: warning, file alignment > section alignment\n" msgstr "" @@ -5623,255 +3885,255 @@ msgid "%P: warning: resolving %s by linking to %s\n" msgstr "" #: earm_wince_pe.c:997 earmpe.c:997 ei386pe.c:997 ei386pe_posix.c:997 -#: ei386pep.c:981 ei386pep.c:1008 emcorepe.c:997 eppcpe.c:997 eshpe.c:997 +#: ei386pep.c:982 ei386pep.c:1009 emcorepe.c:997 eppcpe.c:997 eshpe.c:997 msgid "Use --enable-stdcall-fixup to disable these warnings\n" msgstr "" #: earm_wince_pe.c:998 earmpe.c:998 ei386pe.c:998 ei386pe_posix.c:998 -#: ei386pep.c:982 ei386pep.c:1009 emcorepe.c:998 eppcpe.c:998 eshpe.c:998 +#: ei386pep.c:983 ei386pep.c:1010 emcorepe.c:998 eppcpe.c:998 eshpe.c:998 msgid "Use --disable-stdcall-fixup to disable these fixups\n" msgstr "" #: earm_wince_pe.c:1067 earmpe.c:1067 ei386pe.c:1067 ei386pe_posix.c:1067 -#: ei386pep.c:1060 emcorepe.c:1067 eppcpe.c:1067 eshpe.c:1067 +#: ei386pep.c:1061 emcorepe.c:1067 eppcpe.c:1067 eshpe.c:1067 msgid "%P: %C: cannot get section contents - auto-import exception\n" msgstr "" #: earm_wince_pe.c:1152 earmpe.c:1152 ei386pe.c:1152 ei386pe_posix.c:1152 -#: ei386pep.c:1154 emcorepe.c:1152 eppcpe.c:1152 eshpe.c:1152 +#: ei386pep.c:1155 emcorepe.c:1152 eppcpe.c:1152 eshpe.c:1152 msgid "%P: warning: .buildid section discarded, --build-id ignored\n" msgstr "" #: earm_wince_pe.c:1249 earmpe.c:1249 ei386pe.c:1249 ei386pe_posix.c:1249 -#: ei386pep.c:1251 emcorepe.c:1249 eppcpe.c:1249 eshpe.c:1249 +#: ei386pep.c:1252 emcorepe.c:1249 eppcpe.c:1249 eshpe.c:1249 msgid "%P: warning: cannot create .buildid section, --build-id ignored\n" msgstr "" -#: earm_wince_pe.c:1302 earmpe.c:1302 ei386pe.c:1302 ei386pe_posix.c:1302 -#: ei386pep.c:1305 emcorepe.c:1302 eppcpe.c:1302 eshpe.c:1302 +#: earm_wince_pe.c:1303 earmpe.c:1303 ei386pe.c:1303 ei386pe_posix.c:1303 +#: ei386pep.c:1307 emcorepe.c:1303 eppcpe.c:1303 eshpe.c:1303 msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n" msgstr "" -#: earm_wince_pe.c:1442 earmpe.c:1442 ei386pe.c:1442 ei386pe_posix.c:1442 -#: ei386pep.c:1426 emcorepe.c:1442 eppcpe.c:1442 eshpe.c:1442 +#: earm_wince_pe.c:1443 earmpe.c:1443 ei386pe.c:1443 ei386pe_posix.c:1443 +#: ei386pep.c:1428 emcorepe.c:1443 eppcpe.c:1443 eshpe.c:1443 msgid "%X%P: unable to process relocs: %E\n" msgstr "" -#: earm_wince_pe.c:1680 earmelf.c:190 earmelf_fbsd.c:190 earmelf_fuchsia.c:190 -#: earmelf_linux.c:190 earmelf_linux_eabi.c:190 earmelf_linux_fdpiceabi.c:190 -#: earmelf_nacl.c:190 earmelf_nbsd.c:190 earmelf_phoenix.c:190 -#: earmelf_vxworks.c:190 earmelfb.c:190 earmelfb_fbsd.c:190 -#: earmelfb_fuchsia.c:190 earmelfb_linux.c:190 earmelfb_linux_eabi.c:190 -#: earmelfb_linux_fdpiceabi.c:190 earmelfb_nacl.c:190 earmelfb_nbsd.c:190 -#: earmnto.c:190 earmpe.c:1680 earmsymbian.c:190 ei386beos.c:613 -#: ei386beos.c:634 ei386pe.c:1680 ei386pe_posix.c:1680 emcorepe.c:1680 -#: eppcpe.c:1680 eshpe.c:1680 +#: earm_wince_pe.c:1681 earmelf.c:139 earmelf_fbsd.c:139 earmelf_fuchsia.c:139 +#: earmelf_linux.c:139 earmelf_linux_eabi.c:139 earmelf_linux_fdpiceabi.c:139 +#: earmelf_nacl.c:139 earmelf_nbsd.c:139 earmelf_phoenix.c:139 +#: earmelf_vxworks.c:139 earmelfb.c:139 earmelfb_fbsd.c:139 +#: earmelfb_fuchsia.c:139 earmelfb_linux.c:139 earmelfb_linux_eabi.c:139 +#: earmelfb_linux_fdpiceabi.c:139 earmelfb_nacl.c:139 earmelfb_nbsd.c:139 +#: earmnto.c:139 earmpe.c:1681 earmsymbian.c:139 ei386beos.c:609 +#: ei386beos.c:630 ei386pe.c:1681 ei386pe_posix.c:1681 emcorepe.c:1681 +#: eppcpe.c:1681 eshpe.c:1681 #, c-format msgid "%P: errors encountered processing file %s\n" msgstr "" -#: earm_wince_pe.c:1703 earmpe.c:1703 ei386pe.c:1703 ei386pe_posix.c:1703 -#: emcorepe.c:1703 eppcpe.c:1703 eshpe.c:1703 +#: earm_wince_pe.c:1704 earmpe.c:1704 ei386pe.c:1704 ei386pe_posix.c:1704 +#: emcorepe.c:1704 eppcpe.c:1704 eshpe.c:1704 #, c-format msgid "%P: errors encountered processing file %s for interworking\n" msgstr "" -#: earm_wince_pe.c:1871 earmelf.c:572 earmelf_fbsd.c:572 earmelf_fuchsia.c:572 -#: earmelf_linux.c:572 earmelf_linux_eabi.c:572 earmelf_linux_fdpiceabi.c:572 -#: earmelf_nacl.c:572 earmelf_nbsd.c:572 earmelf_phoenix.c:572 -#: earmelf_vxworks.c:572 earmelfb.c:572 earmelfb_fbsd.c:572 -#: earmelfb_fuchsia.c:572 earmelfb_linux.c:572 earmelfb_linux_eabi.c:572 -#: earmelfb_linux_fdpiceabi.c:572 earmelfb_nacl.c:572 earmelfb_nbsd.c:572 -#: earmnto.c:572 earmpe.c:1871 earmsymbian.c:572 ei386pe.c:1871 +#: earm_wince_pe.c:1871 earmelf.c:520 earmelf_fbsd.c:520 earmelf_fuchsia.c:520 +#: earmelf_linux.c:520 earmelf_linux_eabi.c:520 earmelf_linux_fdpiceabi.c:520 +#: earmelf_nacl.c:520 earmelf_nbsd.c:520 earmelf_phoenix.c:520 +#: earmelf_vxworks.c:520 earmelfb.c:520 earmelfb_fbsd.c:520 +#: earmelfb_fuchsia.c:520 earmelfb_linux.c:520 earmelfb_linux_eabi.c:520 +#: earmelfb_linux_fdpiceabi.c:520 earmelfb_nacl.c:520 earmelfb_nbsd.c:520 +#: earmnto.c:520 earmpe.c:1871 earmsymbian.c:520 ei386pe.c:1871 #: ei386pe_posix.c:1871 emcorepe.c:1871 eppcpe.c:1871 eshpe.c:1871 msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" msgstr "" -#: earm_wince_pe.c:1876 earmelf.c:577 earmelf_fbsd.c:577 earmelf_fuchsia.c:577 -#: earmelf_linux.c:577 earmelf_linux_eabi.c:577 earmelf_linux_fdpiceabi.c:577 -#: earmelf_nacl.c:577 earmelf_nbsd.c:577 earmelf_phoenix.c:577 -#: earmelf_vxworks.c:577 earmelfb.c:577 earmelfb_fbsd.c:577 -#: earmelfb_fuchsia.c:577 earmelfb_linux.c:577 earmelfb_linux_eabi.c:577 -#: earmelfb_linux_fdpiceabi.c:577 earmelfb_nacl.c:577 earmelfb_nbsd.c:577 -#: earmnto.c:577 earmpe.c:1876 earmsymbian.c:577 ei386pe.c:1876 +#: earm_wince_pe.c:1876 earmelf.c:525 earmelf_fbsd.c:525 earmelf_fuchsia.c:525 +#: earmelf_linux.c:525 earmelf_linux_eabi.c:525 earmelf_linux_fdpiceabi.c:525 +#: earmelf_nacl.c:525 earmelf_nbsd.c:525 earmelf_phoenix.c:525 +#: earmelf_vxworks.c:525 earmelfb.c:525 earmelfb_fbsd.c:525 +#: earmelfb_fuchsia.c:525 earmelfb_linux.c:525 earmelfb_linux_eabi.c:525 +#: earmelfb_linux_fdpiceabi.c:525 earmelfb_nacl.c:525 earmelfb_nbsd.c:525 +#: earmnto.c:525 earmpe.c:1876 earmsymbian.c:525 ei386pe.c:1876 #: ei386pe_posix.c:1876 emcorepe.c:1876 eppcpe.c:1876 eshpe.c:1876 msgid "%P: warning: cannot find thumb start symbol %s\n" msgstr "" -#: earmelf.c:603 earmelf_fbsd.c:603 earmelf_fuchsia.c:603 earmelf_linux.c:603 -#: earmelf_linux_eabi.c:603 earmelf_linux_fdpiceabi.c:603 earmelf_nacl.c:603 -#: earmelf_nbsd.c:603 earmelf_phoenix.c:603 earmelf_vxworks.c:603 -#: earmelfb.c:603 earmelfb_fbsd.c:603 earmelfb_fuchsia.c:603 -#: earmelfb_linux.c:603 earmelfb_linux_eabi.c:603 -#: earmelfb_linux_fdpiceabi.c:603 earmelfb_nacl.c:603 earmelfb_nbsd.c:603 -#: earmnto.c:603 earmsymbian.c:603 +#: earmelf.c:551 earmelf_fbsd.c:551 earmelf_fuchsia.c:551 earmelf_linux.c:551 +#: earmelf_linux_eabi.c:551 earmelf_linux_fdpiceabi.c:551 earmelf_nacl.c:551 +#: earmelf_nbsd.c:551 earmelf_phoenix.c:551 earmelf_vxworks.c:551 +#: earmelfb.c:551 earmelfb_fbsd.c:551 earmelfb_fuchsia.c:551 +#: earmelfb_linux.c:551 earmelfb_linux_eabi.c:551 +#: earmelfb_linux_fdpiceabi.c:551 earmelfb_nacl.c:551 earmelfb_nbsd.c:551 +#: earmnto.c:551 earmsymbian.c:551 msgid "%F%P: %s: can't open: %E\n" msgstr "" -#: earmelf.c:606 earmelf_fbsd.c:606 earmelf_fuchsia.c:606 earmelf_linux.c:606 -#: earmelf_linux_eabi.c:606 earmelf_linux_fdpiceabi.c:606 earmelf_nacl.c:606 -#: earmelf_nbsd.c:606 earmelf_phoenix.c:606 earmelf_vxworks.c:606 -#: earmelfb.c:606 earmelfb_fbsd.c:606 earmelfb_fuchsia.c:606 -#: earmelfb_linux.c:606 earmelfb_linux_eabi.c:606 -#: earmelfb_linux_fdpiceabi.c:606 earmelfb_nacl.c:606 earmelfb_nbsd.c:606 -#: earmnto.c:606 earmsymbian.c:606 +#: earmelf.c:554 earmelf_fbsd.c:554 earmelf_fuchsia.c:554 earmelf_linux.c:554 +#: earmelf_linux_eabi.c:554 earmelf_linux_fdpiceabi.c:554 earmelf_nacl.c:554 +#: earmelf_nbsd.c:554 earmelf_phoenix.c:554 earmelf_vxworks.c:554 +#: earmelfb.c:554 earmelfb_fbsd.c:554 earmelfb_fuchsia.c:554 +#: earmelfb_linux.c:554 earmelfb_linux_eabi.c:554 +#: earmelfb_linux_fdpiceabi.c:554 earmelfb_nacl.c:554 earmelfb_nbsd.c:554 +#: earmnto.c:554 earmsymbian.c:554 msgid "%F%P: %s: not a relocatable file: %E\n" msgstr "" -#: earmelf.c:2772 earmelf_fbsd.c:2779 earmelf_fuchsia.c:2772 -#: earmelf_linux.c:2772 earmelf_linux_eabi.c:2772 -#: earmelf_linux_fdpiceabi.c:2772 earmelf_nacl.c:2772 earmelf_nbsd.c:2772 -#: earmelf_phoenix.c:2772 earmelf_vxworks.c:2808 earmelfb.c:2772 -#: earmelfb_fbsd.c:2779 earmelfb_fuchsia.c:2772 earmelfb_linux.c:2772 -#: earmelfb_linux_eabi.c:2772 earmelfb_linux_fdpiceabi.c:2772 -#: earmelfb_nacl.c:2772 earmelfb_nbsd.c:2772 earmnto.c:2747 earmsymbian.c:2772 +#: earmelf.c:1022 earmelf_fbsd.c:1022 earmelf_fuchsia.c:1022 +#: earmelf_linux.c:1022 earmelf_linux_eabi.c:1022 +#: earmelf_linux_fdpiceabi.c:1022 earmelf_nacl.c:1022 earmelf_nbsd.c:1022 +#: earmelf_phoenix.c:1022 earmelf_vxworks.c:1058 earmelfb.c:1022 +#: earmelfb_fbsd.c:1022 earmelfb_fuchsia.c:1022 earmelfb_linux.c:1022 +#: earmelfb_linux_eabi.c:1022 earmelfb_linux_fdpiceabi.c:1022 +#: earmelfb_nacl.c:1022 earmelfb_nbsd.c:1022 earmnto.c:997 earmsymbian.c:1022 msgid "%P: unrecognized VFP11 fix type '%s'\n" msgstr "" -#: earmelf.c:2785 earmelf_fbsd.c:2792 earmelf_fuchsia.c:2785 -#: earmelf_linux.c:2785 earmelf_linux_eabi.c:2785 -#: earmelf_linux_fdpiceabi.c:2785 earmelf_nacl.c:2785 earmelf_nbsd.c:2785 -#: earmelf_phoenix.c:2785 earmelf_vxworks.c:2821 earmelfb.c:2785 -#: earmelfb_fbsd.c:2792 earmelfb_fuchsia.c:2785 earmelfb_linux.c:2785 -#: earmelfb_linux_eabi.c:2785 earmelfb_linux_fdpiceabi.c:2785 -#: earmelfb_nacl.c:2785 earmelfb_nbsd.c:2785 earmnto.c:2760 earmsymbian.c:2785 +#: earmelf.c:1035 earmelf_fbsd.c:1035 earmelf_fuchsia.c:1035 +#: earmelf_linux.c:1035 earmelf_linux_eabi.c:1035 +#: earmelf_linux_fdpiceabi.c:1035 earmelf_nacl.c:1035 earmelf_nbsd.c:1035 +#: earmelf_phoenix.c:1035 earmelf_vxworks.c:1071 earmelfb.c:1035 +#: earmelfb_fbsd.c:1035 earmelfb_fuchsia.c:1035 earmelfb_linux.c:1035 +#: earmelfb_linux_eabi.c:1035 earmelfb_linux_fdpiceabi.c:1035 +#: earmelfb_nacl.c:1035 earmelfb_nbsd.c:1035 earmnto.c:1010 earmsymbian.c:1035 msgid "%P: unrecognized STM32L4XX fix type '%s'\n" msgstr "" -#: earmelf.c:2852 earmelf_fbsd.c:2859 earmelf_fuchsia.c:2852 -#: earmelf_linux.c:2852 earmelf_linux_eabi.c:2852 -#: earmelf_linux_fdpiceabi.c:2852 earmelf_nacl.c:2852 earmelf_nbsd.c:2852 -#: earmelf_phoenix.c:2852 earmelf_vxworks.c:2892 earmelfb.c:2852 -#: earmelfb_fbsd.c:2859 earmelfb_fuchsia.c:2852 earmelfb_linux.c:2852 -#: earmelfb_linux_eabi.c:2852 earmelfb_linux_fdpiceabi.c:2852 -#: earmelfb_nacl.c:2852 earmelfb_nbsd.c:2852 earmnto.c:2827 earmsymbian.c:2852 +#: earmelf.c:1102 earmelf_fbsd.c:1102 earmelf_fuchsia.c:1102 +#: earmelf_linux.c:1102 earmelf_linux_eabi.c:1102 +#: earmelf_linux_fdpiceabi.c:1102 earmelf_nacl.c:1102 earmelf_nbsd.c:1102 +#: earmelf_phoenix.c:1102 earmelf_vxworks.c:1142 earmelfb.c:1102 +#: earmelfb_fbsd.c:1102 earmelfb_fuchsia.c:1102 earmelfb_linux.c:1102 +#: earmelfb_linux_eabi.c:1102 earmelfb_linux_fdpiceabi.c:1102 +#: earmelfb_nacl.c:1102 earmelfb_nbsd.c:1102 earmnto.c:1077 earmsymbian.c:1102 #, c-format msgid "" " --thumb-entry= Set the entry point to be Thumb symbol \n" msgstr "" -#: earmelf.c:2853 earmelf_fbsd.c:2860 earmelf_fuchsia.c:2853 -#: earmelf_linux.c:2853 earmelf_linux_eabi.c:2853 -#: earmelf_linux_fdpiceabi.c:2853 earmelf_nacl.c:2853 earmelf_nbsd.c:2853 -#: earmelf_phoenix.c:2853 earmelf_vxworks.c:2893 earmelfb.c:2853 -#: earmelfb_fbsd.c:2860 earmelfb_fuchsia.c:2853 earmelfb_linux.c:2853 -#: earmelfb_linux_eabi.c:2853 earmelfb_linux_fdpiceabi.c:2853 -#: earmelfb_nacl.c:2853 earmelfb_nbsd.c:2853 earmnto.c:2828 earmsymbian.c:2853 +#: earmelf.c:1103 earmelf_fbsd.c:1103 earmelf_fuchsia.c:1103 +#: earmelf_linux.c:1103 earmelf_linux_eabi.c:1103 +#: earmelf_linux_fdpiceabi.c:1103 earmelf_nacl.c:1103 earmelf_nbsd.c:1103 +#: earmelf_phoenix.c:1103 earmelf_vxworks.c:1143 earmelfb.c:1103 +#: earmelfb_fbsd.c:1103 earmelfb_fuchsia.c:1103 earmelfb_linux.c:1103 +#: earmelfb_linux_eabi.c:1103 earmelfb_linux_fdpiceabi.c:1103 +#: earmelfb_nacl.c:1103 earmelfb_nbsd.c:1103 earmnto.c:1078 earmsymbian.c:1103 #, c-format msgid " --be8 Output BE8 format image\n" msgstr "" -#: earmelf.c:2854 earmelf_fbsd.c:2861 earmelf_fuchsia.c:2854 -#: earmelf_linux.c:2854 earmelf_linux_eabi.c:2854 -#: earmelf_linux_fdpiceabi.c:2854 earmelf_nacl.c:2854 earmelf_nbsd.c:2854 -#: earmelf_phoenix.c:2854 earmelf_vxworks.c:2894 earmelfb.c:2854 -#: earmelfb_fbsd.c:2861 earmelfb_fuchsia.c:2854 earmelfb_linux.c:2854 -#: earmelfb_linux_eabi.c:2854 earmelfb_linux_fdpiceabi.c:2854 -#: earmelfb_nacl.c:2854 earmelfb_nbsd.c:2854 earmnto.c:2829 earmsymbian.c:2854 +#: earmelf.c:1104 earmelf_fbsd.c:1104 earmelf_fuchsia.c:1104 +#: earmelf_linux.c:1104 earmelf_linux_eabi.c:1104 +#: earmelf_linux_fdpiceabi.c:1104 earmelf_nacl.c:1104 earmelf_nbsd.c:1104 +#: earmelf_phoenix.c:1104 earmelf_vxworks.c:1144 earmelfb.c:1104 +#: earmelfb_fbsd.c:1104 earmelfb_fuchsia.c:1104 earmelfb_linux.c:1104 +#: earmelfb_linux_eabi.c:1104 earmelfb_linux_fdpiceabi.c:1104 +#: earmelfb_nacl.c:1104 earmelfb_nbsd.c:1104 earmnto.c:1079 earmsymbian.c:1104 #, c-format msgid " --target1-rel Interpret R_ARM_TARGET1 as R_ARM_REL32\n" msgstr "" -#: earmelf.c:2855 earmelf_fbsd.c:2862 earmelf_fuchsia.c:2855 -#: earmelf_linux.c:2855 earmelf_linux_eabi.c:2855 -#: earmelf_linux_fdpiceabi.c:2855 earmelf_nacl.c:2855 earmelf_nbsd.c:2855 -#: earmelf_phoenix.c:2855 earmelf_vxworks.c:2895 earmelfb.c:2855 -#: earmelfb_fbsd.c:2862 earmelfb_fuchsia.c:2855 earmelfb_linux.c:2855 -#: earmelfb_linux_eabi.c:2855 earmelfb_linux_fdpiceabi.c:2855 -#: earmelfb_nacl.c:2855 earmelfb_nbsd.c:2855 earmnto.c:2830 earmsymbian.c:2855 +#: earmelf.c:1105 earmelf_fbsd.c:1105 earmelf_fuchsia.c:1105 +#: earmelf_linux.c:1105 earmelf_linux_eabi.c:1105 +#: earmelf_linux_fdpiceabi.c:1105 earmelf_nacl.c:1105 earmelf_nbsd.c:1105 +#: earmelf_phoenix.c:1105 earmelf_vxworks.c:1145 earmelfb.c:1105 +#: earmelfb_fbsd.c:1105 earmelfb_fuchsia.c:1105 earmelfb_linux.c:1105 +#: earmelfb_linux_eabi.c:1105 earmelfb_linux_fdpiceabi.c:1105 +#: earmelfb_nacl.c:1105 earmelfb_nbsd.c:1105 earmnto.c:1080 earmsymbian.c:1105 #, c-format msgid " --target1-abs Interpret R_ARM_TARGET1 as R_ARM_ABS32\n" msgstr "" -#: earmelf.c:2856 earmelf_fbsd.c:2863 earmelf_fuchsia.c:2856 -#: earmelf_linux.c:2856 earmelf_linux_eabi.c:2856 -#: earmelf_linux_fdpiceabi.c:2856 earmelf_nacl.c:2856 earmelf_nbsd.c:2856 -#: earmelf_phoenix.c:2856 earmelf_vxworks.c:2896 earmelfb.c:2856 -#: earmelfb_fbsd.c:2863 earmelfb_fuchsia.c:2856 earmelfb_linux.c:2856 -#: earmelfb_linux_eabi.c:2856 earmelfb_linux_fdpiceabi.c:2856 -#: earmelfb_nacl.c:2856 earmelfb_nbsd.c:2856 earmnto.c:2831 earmsymbian.c:2856 +#: earmelf.c:1106 earmelf_fbsd.c:1106 earmelf_fuchsia.c:1106 +#: earmelf_linux.c:1106 earmelf_linux_eabi.c:1106 +#: earmelf_linux_fdpiceabi.c:1106 earmelf_nacl.c:1106 earmelf_nbsd.c:1106 +#: earmelf_phoenix.c:1106 earmelf_vxworks.c:1146 earmelfb.c:1106 +#: earmelfb_fbsd.c:1106 earmelfb_fuchsia.c:1106 earmelfb_linux.c:1106 +#: earmelfb_linux_eabi.c:1106 earmelfb_linux_fdpiceabi.c:1106 +#: earmelfb_nacl.c:1106 earmelfb_nbsd.c:1106 earmnto.c:1081 earmsymbian.c:1106 #, c-format msgid " --target2= Specify definition of R_ARM_TARGET2\n" msgstr "" -#: earmelf.c:2857 earmelf_fbsd.c:2864 earmelf_fuchsia.c:2857 -#: earmelf_linux.c:2857 earmelf_linux_eabi.c:2857 -#: earmelf_linux_fdpiceabi.c:2857 earmelf_nacl.c:2857 earmelf_nbsd.c:2857 -#: earmelf_phoenix.c:2857 earmelf_vxworks.c:2897 earmelfb.c:2857 -#: earmelfb_fbsd.c:2864 earmelfb_fuchsia.c:2857 earmelfb_linux.c:2857 -#: earmelfb_linux_eabi.c:2857 earmelfb_linux_fdpiceabi.c:2857 -#: earmelfb_nacl.c:2857 earmelfb_nbsd.c:2857 earmnto.c:2832 earmsymbian.c:2857 +#: earmelf.c:1107 earmelf_fbsd.c:1107 earmelf_fuchsia.c:1107 +#: earmelf_linux.c:1107 earmelf_linux_eabi.c:1107 +#: earmelf_linux_fdpiceabi.c:1107 earmelf_nacl.c:1107 earmelf_nbsd.c:1107 +#: earmelf_phoenix.c:1107 earmelf_vxworks.c:1147 earmelfb.c:1107 +#: earmelfb_fbsd.c:1107 earmelfb_fuchsia.c:1107 earmelfb_linux.c:1107 +#: earmelfb_linux_eabi.c:1107 earmelfb_linux_fdpiceabi.c:1107 +#: earmelfb_nacl.c:1107 earmelfb_nbsd.c:1107 earmnto.c:1082 earmsymbian.c:1107 #, c-format msgid " --fix-v4bx Rewrite BX rn as MOV pc, rn for ARMv4\n" msgstr "" -#: earmelf.c:2858 earmelf_fbsd.c:2865 earmelf_fuchsia.c:2858 -#: earmelf_linux.c:2858 earmelf_linux_eabi.c:2858 -#: earmelf_linux_fdpiceabi.c:2858 earmelf_nacl.c:2858 earmelf_nbsd.c:2858 -#: earmelf_phoenix.c:2858 earmelf_vxworks.c:2898 earmelfb.c:2858 -#: earmelfb_fbsd.c:2865 earmelfb_fuchsia.c:2858 earmelfb_linux.c:2858 -#: earmelfb_linux_eabi.c:2858 earmelfb_linux_fdpiceabi.c:2858 -#: earmelfb_nacl.c:2858 earmelfb_nbsd.c:2858 earmnto.c:2833 earmsymbian.c:2858 +#: earmelf.c:1108 earmelf_fbsd.c:1108 earmelf_fuchsia.c:1108 +#: earmelf_linux.c:1108 earmelf_linux_eabi.c:1108 +#: earmelf_linux_fdpiceabi.c:1108 earmelf_nacl.c:1108 earmelf_nbsd.c:1108 +#: earmelf_phoenix.c:1108 earmelf_vxworks.c:1148 earmelfb.c:1108 +#: earmelfb_fbsd.c:1108 earmelfb_fuchsia.c:1108 earmelfb_linux.c:1108 +#: earmelfb_linux_eabi.c:1108 earmelfb_linux_fdpiceabi.c:1108 +#: earmelfb_nacl.c:1108 earmelfb_nbsd.c:1108 earmnto.c:1083 earmsymbian.c:1108 #, c-format msgid "" " --fix-v4bx-interworking Rewrite BX rn branch to ARMv4 interworking " "veneer\n" msgstr "" -#: earmelf.c:2859 earmelf_fbsd.c:2866 earmelf_fuchsia.c:2859 -#: earmelf_linux.c:2859 earmelf_linux_eabi.c:2859 -#: earmelf_linux_fdpiceabi.c:2859 earmelf_nacl.c:2859 earmelf_nbsd.c:2859 -#: earmelf_phoenix.c:2859 earmelf_vxworks.c:2899 earmelfb.c:2859 -#: earmelfb_fbsd.c:2866 earmelfb_fuchsia.c:2859 earmelfb_linux.c:2859 -#: earmelfb_linux_eabi.c:2859 earmelfb_linux_fdpiceabi.c:2859 -#: earmelfb_nacl.c:2859 earmelfb_nbsd.c:2859 earmnto.c:2834 earmsymbian.c:2859 +#: earmelf.c:1109 earmelf_fbsd.c:1109 earmelf_fuchsia.c:1109 +#: earmelf_linux.c:1109 earmelf_linux_eabi.c:1109 +#: earmelf_linux_fdpiceabi.c:1109 earmelf_nacl.c:1109 earmelf_nbsd.c:1109 +#: earmelf_phoenix.c:1109 earmelf_vxworks.c:1149 earmelfb.c:1109 +#: earmelfb_fbsd.c:1109 earmelfb_fuchsia.c:1109 earmelfb_linux.c:1109 +#: earmelfb_linux_eabi.c:1109 earmelfb_linux_fdpiceabi.c:1109 +#: earmelfb_nacl.c:1109 earmelfb_nbsd.c:1109 earmnto.c:1084 earmsymbian.c:1109 #, c-format msgid " --use-blx Enable use of BLX instructions\n" msgstr "" -#: earmelf.c:2860 earmelf_fbsd.c:2867 earmelf_fuchsia.c:2860 -#: earmelf_linux.c:2860 earmelf_linux_eabi.c:2860 -#: earmelf_linux_fdpiceabi.c:2860 earmelf_nacl.c:2860 earmelf_nbsd.c:2860 -#: earmelf_phoenix.c:2860 earmelf_vxworks.c:2900 earmelfb.c:2860 -#: earmelfb_fbsd.c:2867 earmelfb_fuchsia.c:2860 earmelfb_linux.c:2860 -#: earmelfb_linux_eabi.c:2860 earmelfb_linux_fdpiceabi.c:2860 -#: earmelfb_nacl.c:2860 earmelfb_nbsd.c:2860 earmnto.c:2835 earmsymbian.c:2860 +#: earmelf.c:1110 earmelf_fbsd.c:1110 earmelf_fuchsia.c:1110 +#: earmelf_linux.c:1110 earmelf_linux_eabi.c:1110 +#: earmelf_linux_fdpiceabi.c:1110 earmelf_nacl.c:1110 earmelf_nbsd.c:1110 +#: earmelf_phoenix.c:1110 earmelf_vxworks.c:1150 earmelfb.c:1110 +#: earmelfb_fbsd.c:1110 earmelfb_fuchsia.c:1110 earmelfb_linux.c:1110 +#: earmelfb_linux_eabi.c:1110 earmelfb_linux_fdpiceabi.c:1110 +#: earmelfb_nacl.c:1110 earmelfb_nbsd.c:1110 earmnto.c:1085 earmsymbian.c:1110 #, c-format msgid " --vfp11-denorm-fix Specify how to fix VFP11 denorm erratum\n" msgstr "" -#: earmelf.c:2861 earmelf_fbsd.c:2868 earmelf_fuchsia.c:2861 -#: earmelf_linux.c:2861 earmelf_linux_eabi.c:2861 -#: earmelf_linux_fdpiceabi.c:2861 earmelf_nacl.c:2861 earmelf_nbsd.c:2861 -#: earmelf_phoenix.c:2861 earmelf_vxworks.c:2901 earmelfb.c:2861 -#: earmelfb_fbsd.c:2868 earmelfb_fuchsia.c:2861 earmelfb_linux.c:2861 -#: earmelfb_linux_eabi.c:2861 earmelfb_linux_fdpiceabi.c:2861 -#: earmelfb_nacl.c:2861 earmelfb_nbsd.c:2861 earmnto.c:2836 earmsymbian.c:2861 +#: earmelf.c:1111 earmelf_fbsd.c:1111 earmelf_fuchsia.c:1111 +#: earmelf_linux.c:1111 earmelf_linux_eabi.c:1111 +#: earmelf_linux_fdpiceabi.c:1111 earmelf_nacl.c:1111 earmelf_nbsd.c:1111 +#: earmelf_phoenix.c:1111 earmelf_vxworks.c:1151 earmelfb.c:1111 +#: earmelfb_fbsd.c:1111 earmelfb_fuchsia.c:1111 earmelfb_linux.c:1111 +#: earmelfb_linux_eabi.c:1111 earmelfb_linux_fdpiceabi.c:1111 +#: earmelfb_nacl.c:1111 earmelfb_nbsd.c:1111 earmnto.c:1086 earmsymbian.c:1111 #, c-format msgid "" " --fix-stm32l4xx-629360 Specify how to fix STM32L4XX 629360 erratum\n" msgstr "" -#: earmelf.c:2867 earmelf_fbsd.c:2874 earmelf_fuchsia.c:2867 -#: earmelf_linux.c:2867 earmelf_linux_eabi.c:2867 -#: earmelf_linux_fdpiceabi.c:2867 earmelf_nacl.c:2867 earmelf_nbsd.c:2867 -#: earmelf_phoenix.c:2867 earmelf_vxworks.c:2907 earmelfb.c:2867 -#: earmelfb_fbsd.c:2874 earmelfb_fuchsia.c:2867 earmelfb_linux.c:2867 -#: earmelfb_linux_eabi.c:2867 earmelfb_linux_fdpiceabi.c:2867 -#: earmelfb_nacl.c:2867 earmelfb_nbsd.c:2867 earmnto.c:2842 earmsymbian.c:2867 +#: earmelf.c:1117 earmelf_fbsd.c:1117 earmelf_fuchsia.c:1117 +#: earmelf_linux.c:1117 earmelf_linux_eabi.c:1117 +#: earmelf_linux_fdpiceabi.c:1117 earmelf_nacl.c:1117 earmelf_nbsd.c:1117 +#: earmelf_phoenix.c:1117 earmelf_vxworks.c:1157 earmelfb.c:1117 +#: earmelfb_fbsd.c:1117 earmelfb_fuchsia.c:1117 earmelfb_linux.c:1117 +#: earmelfb_linux_eabi.c:1117 earmelfb_linux_fdpiceabi.c:1117 +#: earmelfb_nacl.c:1117 earmelfb_nbsd.c:1117 earmnto.c:1092 earmsymbian.c:1117 #, c-format msgid "" " --long-plt Generate long .plt entries\n" " to handle large .plt/.got displacements\n" msgstr "" -#: earmelf.c:2869 earmelf_fbsd.c:2876 earmelf_fuchsia.c:2869 -#: earmelf_linux.c:2869 earmelf_linux_eabi.c:2869 -#: earmelf_linux_fdpiceabi.c:2869 earmelf_nacl.c:2869 earmelf_nbsd.c:2869 -#: earmelf_phoenix.c:2869 earmelf_vxworks.c:2909 earmelfb.c:2869 -#: earmelfb_fbsd.c:2876 earmelfb_fuchsia.c:2869 earmelfb_linux.c:2869 -#: earmelfb_linux_eabi.c:2869 earmelfb_linux_fdpiceabi.c:2869 -#: earmelfb_nacl.c:2869 earmelfb_nbsd.c:2869 earmnto.c:2844 earmsymbian.c:2869 +#: earmelf.c:1119 earmelf_fbsd.c:1119 earmelf_fuchsia.c:1119 +#: earmelf_linux.c:1119 earmelf_linux_eabi.c:1119 +#: earmelf_linux_fdpiceabi.c:1119 earmelf_nacl.c:1119 earmelf_nbsd.c:1119 +#: earmelf_phoenix.c:1119 earmelf_vxworks.c:1159 earmelfb.c:1119 +#: earmelfb_fbsd.c:1119 earmelfb_fuchsia.c:1119 earmelfb_linux.c:1119 +#: earmelfb_linux_eabi.c:1119 earmelfb_linux_fdpiceabi.c:1119 +#: earmelfb_nacl.c:1119 earmelfb_nbsd.c:1119 earmnto.c:1094 earmsymbian.c:1119 #, c-format msgid "" " --cmse-implib Make import library to be a secure gateway " @@ -5879,93 +4141,93 @@ msgid "" " library as per ARMv8-M Security Extensions\n" msgstr "" -#: earmelf.c:2871 earmelf_fbsd.c:2878 earmelf_fuchsia.c:2871 -#: earmelf_linux.c:2871 earmelf_linux_eabi.c:2871 -#: earmelf_linux_fdpiceabi.c:2871 earmelf_nacl.c:2871 earmelf_nbsd.c:2871 -#: earmelf_phoenix.c:2871 earmelf_vxworks.c:2911 earmelfb.c:2871 -#: earmelfb_fbsd.c:2878 earmelfb_fuchsia.c:2871 earmelfb_linux.c:2871 -#: earmelfb_linux_eabi.c:2871 earmelfb_linux_fdpiceabi.c:2871 -#: earmelfb_nacl.c:2871 earmelfb_nbsd.c:2871 earmnto.c:2846 earmsymbian.c:2871 +#: earmelf.c:1121 earmelf_fbsd.c:1121 earmelf_fuchsia.c:1121 +#: earmelf_linux.c:1121 earmelf_linux_eabi.c:1121 +#: earmelf_linux_fdpiceabi.c:1121 earmelf_nacl.c:1121 earmelf_nbsd.c:1121 +#: earmelf_phoenix.c:1121 earmelf_vxworks.c:1161 earmelfb.c:1121 +#: earmelfb_fbsd.c:1121 earmelfb_fuchsia.c:1121 earmelfb_linux.c:1121 +#: earmelfb_linux_eabi.c:1121 earmelfb_linux_fdpiceabi.c:1121 +#: earmelfb_nacl.c:1121 earmelfb_nbsd.c:1121 earmnto.c:1096 earmsymbian.c:1121 #, c-format msgid "" " --in-implib Import library whose symbols address must\n" " remain stable\n" msgstr "" -#: earmelf.c:2882 earmelf_fbsd.c:2889 earmelf_fuchsia.c:2882 -#: earmelf_linux.c:2882 earmelf_linux_eabi.c:2882 -#: earmelf_linux_fdpiceabi.c:2882 earmelf_nacl.c:2882 earmelf_nbsd.c:2882 -#: earmelf_phoenix.c:2882 earmelf_vxworks.c:2922 earmelfb.c:2882 -#: earmelfb_fbsd.c:2889 earmelfb_fuchsia.c:2882 earmelfb_linux.c:2882 -#: earmelfb_linux_eabi.c:2882 earmelfb_linux_fdpiceabi.c:2882 -#: earmelfb_nacl.c:2882 earmelfb_nbsd.c:2882 earmnto.c:2857 earmsymbian.c:2882 +#: earmelf.c:1132 earmelf_fbsd.c:1132 earmelf_fuchsia.c:1132 +#: earmelf_linux.c:1132 earmelf_linux_eabi.c:1132 +#: earmelf_linux_fdpiceabi.c:1132 earmelf_nacl.c:1132 earmelf_nbsd.c:1132 +#: earmelf_phoenix.c:1132 earmelf_vxworks.c:1172 earmelfb.c:1132 +#: earmelfb_fbsd.c:1132 earmelfb_fuchsia.c:1132 earmelfb_linux.c:1132 +#: earmelfb_linux_eabi.c:1132 earmelfb_linux_fdpiceabi.c:1132 +#: earmelfb_nacl.c:1132 earmelfb_nbsd.c:1132 earmnto.c:1107 earmsymbian.c:1132 #, c-format msgid "" " --[no-]fix-cortex-a8 Disable/enable Cortex-A8 Thumb-2 branch " "erratum fix\n" msgstr "" -#: earmelf.c:2883 earmelf_fbsd.c:2890 earmelf_fuchsia.c:2883 -#: earmelf_linux.c:2883 earmelf_linux_eabi.c:2883 -#: earmelf_linux_fdpiceabi.c:2883 earmelf_nacl.c:2883 earmelf_nbsd.c:2883 -#: earmelf_phoenix.c:2883 earmelf_vxworks.c:2923 earmelfb.c:2883 -#: earmelfb_fbsd.c:2890 earmelfb_fuchsia.c:2883 earmelfb_linux.c:2883 -#: earmelfb_linux_eabi.c:2883 earmelfb_linux_fdpiceabi.c:2883 -#: earmelfb_nacl.c:2883 earmelfb_nbsd.c:2883 earmnto.c:2858 earmsymbian.c:2883 +#: earmelf.c:1133 earmelf_fbsd.c:1133 earmelf_fuchsia.c:1133 +#: earmelf_linux.c:1133 earmelf_linux_eabi.c:1133 +#: earmelf_linux_fdpiceabi.c:1133 earmelf_nacl.c:1133 earmelf_nbsd.c:1133 +#: earmelf_phoenix.c:1133 earmelf_vxworks.c:1173 earmelfb.c:1133 +#: earmelfb_fbsd.c:1133 earmelfb_fuchsia.c:1133 earmelfb_linux.c:1133 +#: earmelfb_linux_eabi.c:1133 earmelfb_linux_fdpiceabi.c:1133 +#: earmelfb_nacl.c:1133 earmelfb_nbsd.c:1133 earmnto.c:1108 earmsymbian.c:1133 #, c-format msgid " --no-merge-exidx-entries Disable merging exidx entries\n" msgstr "" -#: earmelf.c:2884 earmelf_fbsd.c:2891 earmelf_fuchsia.c:2884 -#: earmelf_linux.c:2884 earmelf_linux_eabi.c:2884 -#: earmelf_linux_fdpiceabi.c:2884 earmelf_nacl.c:2884 earmelf_nbsd.c:2884 -#: earmelf_phoenix.c:2884 earmelf_vxworks.c:2924 earmelfb.c:2884 -#: earmelfb_fbsd.c:2891 earmelfb_fuchsia.c:2884 earmelfb_linux.c:2884 -#: earmelfb_linux_eabi.c:2884 earmelfb_linux_fdpiceabi.c:2884 -#: earmelfb_nacl.c:2884 earmelfb_nbsd.c:2884 earmnto.c:2859 earmsymbian.c:2884 +#: earmelf.c:1134 earmelf_fbsd.c:1134 earmelf_fuchsia.c:1134 +#: earmelf_linux.c:1134 earmelf_linux_eabi.c:1134 +#: earmelf_linux_fdpiceabi.c:1134 earmelf_nacl.c:1134 earmelf_nbsd.c:1134 +#: earmelf_phoenix.c:1134 earmelf_vxworks.c:1174 earmelfb.c:1134 +#: earmelfb_fbsd.c:1134 earmelfb_fuchsia.c:1134 earmelfb_linux.c:1134 +#: earmelfb_linux_eabi.c:1134 earmelfb_linux_fdpiceabi.c:1134 +#: earmelfb_nacl.c:1134 earmelfb_nbsd.c:1134 earmnto.c:1109 earmsymbian.c:1134 #, c-format msgid "" " --[no-]fix-arm1176 Disable/enable ARM1176 BLX immediate erratum " "fix\n" msgstr "" -#: earmelf_vxworks.c:672 eelf32_sparc_vxworks.c:123 eelf32ebmipvxworks.c:350 -#: eelf32elmipvxworks.c:350 eelf32ppcvxworks.c:284 eelf_i386_vxworks.c:123 -#: eshelf_vxworks.c:123 eshlelf_vxworks.c:123 +#: earmelf_vxworks.c:600 eelf32_sparc_vxworks.c:71 eelf32ebmipvxworks.c:267 +#: eelf32elmipvxworks.c:267 eelf32ppcvxworks.c:236 eelf_i386_vxworks.c:94 +#: eshelf_vxworks.c:71 eshlelf_vxworks.c:71 msgid "%X%P: cannot create dynamic sections %E\n" msgstr "" -#: earmelf_vxworks.c:678 eelf32_sparc_vxworks.c:129 eelf32ebmipvxworks.c:356 -#: eelf32elmipvxworks.c:356 eelf32ppcvxworks.c:290 eelf_i386_vxworks.c:129 -#: eshelf_vxworks.c:129 eshlelf_vxworks.c:129 +#: earmelf_vxworks.c:606 eelf32_sparc_vxworks.c:77 eelf32ebmipvxworks.c:273 +#: eelf32elmipvxworks.c:273 eelf32ppcvxworks.c:242 eelf_i386_vxworks.c:100 +#: eshelf_vxworks.c:77 eshlelf_vxworks.c:77 msgid "%X%P: dynamic sections created in non-dynamic link\n" msgstr "" -#: earmelf_vxworks.c:2926 eelf32_sparc_vxworks.c:2206 eelf32ebmipvxworks.c:2477 -#: eelf32elmipvxworks.c:2477 eelf32ppcvxworks.c:2525 eelf_i386_vxworks.c:2259 -#: eshelf_vxworks.c:2181 eshlelf_vxworks.c:2181 +#: earmelf_vxworks.c:1176 eelf32_sparc_vxworks.c:475 eelf32ebmipvxworks.c:733 +#: eelf32elmipvxworks.c:733 eelf32ppcvxworks.c:798 eelf_i386_vxworks.c:551 +#: eshelf_vxworks.c:450 eshlelf_vxworks.c:450 #, c-format msgid " --force-dynamic Always create dynamic sections\n" msgstr "" -#: eavr1.c:174 eavr2.c:174 eavr25.c:174 eavr3.c:174 eavr31.c:174 eavr35.c:174 -#: eavr4.c:174 eavr5.c:174 eavr51.c:174 eavr6.c:174 eavrtiny.c:174 -#: eavrxmega1.c:174 eavrxmega2.c:174 eavrxmega3.c:174 eavrxmega4.c:174 -#: eavrxmega5.c:174 eavrxmega6.c:174 eavrxmega7.c:174 +#: eavr1.c:122 eavr2.c:122 eavr25.c:122 eavr3.c:122 eavr31.c:122 eavr35.c:122 +#: eavr4.c:122 eavr5.c:122 eavr51.c:122 eavr6.c:122 eavrtiny.c:122 +#: eavrxmega1.c:122 eavrxmega2.c:122 eavrxmega3.c:122 eavrxmega4.c:122 +#: eavrxmega5.c:122 eavrxmega6.c:122 eavrxmega7.c:122 msgid "%X%P: can not setup the input section list: %E\n" msgstr "" -#: eavr1.c:209 eavr2.c:209 eavr25.c:209 eavr3.c:209 eavr31.c:209 eavr35.c:209 -#: eavr4.c:209 eavr5.c:209 eavr51.c:209 eavr6.c:209 eavrtiny.c:209 -#: eavrxmega1.c:209 eavrxmega2.c:209 eavrxmega3.c:209 eavrxmega4.c:209 -#: eavrxmega5.c:209 eavrxmega6.c:209 eavrxmega7.c:209 +#: eavr1.c:157 eavr2.c:157 eavr25.c:157 eavr3.c:157 eavr31.c:157 eavr35.c:157 +#: eavr4.c:157 eavr5.c:157 eavr51.c:157 eavr6.c:157 eavrtiny.c:157 +#: eavrxmega1.c:157 eavrxmega2.c:157 eavrxmega3.c:157 eavrxmega4.c:157 +#: eavrxmega5.c:157 eavrxmega6.c:157 eavrxmega7.c:157 msgid "%X%P: can not create stub BFD: %E\n" msgstr "" -#: eavr1.c:2247 eavr2.c:2247 eavr25.c:2247 eavr3.c:2247 eavr31.c:2247 -#: eavr35.c:2247 eavr4.c:2247 eavr5.c:2247 eavr51.c:2247 eavr6.c:2247 -#: eavrtiny.c:2247 eavrxmega1.c:2247 eavrxmega2.c:2247 eavrxmega3.c:2247 -#: eavrxmega4.c:2247 eavrxmega5.c:2247 eavrxmega6.c:2247 eavrxmega7.c:2247 +#: eavr1.c:516 eavr2.c:516 eavr25.c:516 eavr3.c:516 eavr31.c:516 eavr35.c:516 +#: eavr4.c:516 eavr5.c:516 eavr51.c:516 eavr6.c:516 eavrtiny.c:516 +#: eavrxmega1.c:516 eavrxmega2.c:516 eavrxmega3.c:516 eavrxmega4.c:516 +#: eavrxmega5.c:516 eavrxmega6.c:516 eavrxmega7.c:516 #, c-format msgid "" " --pmem-wrap-around= Make the linker relaxation machine assume that " @@ -5976,10 +4238,10 @@ msgid "" "64k.\n" msgstr "" -#: eavr1.c:2253 eavr2.c:2253 eavr25.c:2253 eavr3.c:2253 eavr31.c:2253 -#: eavr35.c:2253 eavr4.c:2253 eavr5.c:2253 eavr51.c:2253 eavr6.c:2253 -#: eavrtiny.c:2253 eavrxmega1.c:2253 eavrxmega2.c:2253 eavrxmega3.c:2253 -#: eavrxmega4.c:2253 eavrxmega5.c:2253 eavrxmega6.c:2253 eavrxmega7.c:2253 +#: eavr1.c:522 eavr2.c:522 eavr25.c:522 eavr3.c:522 eavr31.c:522 eavr35.c:522 +#: eavr4.c:522 eavr5.c:522 eavr51.c:522 eavr6.c:522 eavrtiny.c:522 +#: eavrxmega1.c:522 eavrxmega2.c:522 eavrxmega3.c:522 eavrxmega4.c:522 +#: eavrxmega5.c:522 eavrxmega6.c:522 eavrxmega7.c:522 #, c-format msgid "" " --no-call-ret-replacement The relaxation machine normally will\n" @@ -5989,10 +4251,10 @@ msgid "" " This option disables this optimization.\n" msgstr "" -#: eavr1.c:2261 eavr2.c:2261 eavr25.c:2261 eavr3.c:2261 eavr31.c:2261 -#: eavr35.c:2261 eavr4.c:2261 eavr5.c:2261 eavr51.c:2261 eavr6.c:2261 -#: eavrtiny.c:2261 eavrxmega1.c:2261 eavrxmega2.c:2261 eavrxmega3.c:2261 -#: eavrxmega4.c:2261 eavrxmega5.c:2261 eavrxmega6.c:2261 eavrxmega7.c:2261 +#: eavr1.c:530 eavr2.c:530 eavr25.c:530 eavr3.c:530 eavr31.c:530 eavr35.c:530 +#: eavr4.c:530 eavr5.c:530 eavr51.c:530 eavr6.c:530 eavrtiny.c:530 +#: eavrxmega1.c:530 eavrxmega2.c:530 eavrxmega3.c:530 eavrxmega4.c:530 +#: eavrxmega5.c:530 eavrxmega6.c:530 eavrxmega7.c:530 #, c-format msgid "" " --no-stubs If the linker detects to attempt to access\n" @@ -6002,217 +4264,217 @@ msgid "" "switch.\n" msgstr "" -#: eavr1.c:2269 eavr2.c:2269 eavr25.c:2269 eavr3.c:2269 eavr31.c:2269 -#: eavr35.c:2269 eavr4.c:2269 eavr5.c:2269 eavr51.c:2269 eavr6.c:2269 -#: eavrtiny.c:2269 eavrxmega1.c:2269 eavrxmega2.c:2269 eavrxmega3.c:2269 -#: eavrxmega4.c:2269 eavrxmega5.c:2269 eavrxmega6.c:2269 eavrxmega7.c:2269 +#: eavr1.c:538 eavr2.c:538 eavr25.c:538 eavr3.c:538 eavr31.c:538 eavr35.c:538 +#: eavr4.c:538 eavr5.c:538 eavr51.c:538 eavr6.c:538 eavrtiny.c:538 +#: eavrxmega1.c:538 eavrxmega2.c:538 eavrxmega3.c:538 eavrxmega4.c:538 +#: eavrxmega5.c:538 eavrxmega6.c:538 eavrxmega7.c:538 #, c-format msgid " --debug-stubs Used for debugging avr-ld.\n" msgstr "" -#: eavr1.c:2271 eavr2.c:2271 eavr25.c:2271 eavr3.c:2271 eavr31.c:2271 -#: eavr35.c:2271 eavr4.c:2271 eavr5.c:2271 eavr51.c:2271 eavr6.c:2271 -#: eavrtiny.c:2271 eavrxmega1.c:2271 eavrxmega2.c:2271 eavrxmega3.c:2271 -#: eavrxmega4.c:2271 eavrxmega5.c:2271 eavrxmega6.c:2271 eavrxmega7.c:2271 +#: eavr1.c:540 eavr2.c:540 eavr25.c:540 eavr3.c:540 eavr31.c:540 eavr35.c:540 +#: eavr4.c:540 eavr5.c:540 eavr51.c:540 eavr6.c:540 eavrtiny.c:540 +#: eavrxmega1.c:540 eavrxmega2.c:540 eavrxmega3.c:540 eavrxmega4.c:540 +#: eavrxmega5.c:540 eavrxmega6.c:540 eavrxmega7.c:540 #, c-format msgid " --debug-relax Used for debugging avr-ld.\n" msgstr "" -#: ecskyelf.c:319 ecskyelf_linux.c:319 +#: ecskyelf.c:275 ecskyelf_linux.c:275 msgid "%X%P: cannot size stub section: %E\n" msgstr "" -#: ecskyelf.c:336 ecskyelf_linux.c:336 +#: ecskyelf.c:292 ecskyelf_linux.c:292 msgid "%X%P: cannot build stubs: %E\n" msgstr "" -#: ecskyelf.c:2276 ecskyelf_linux.c:2438 +#: ecskyelf.c:533 ecskyelf_linux.c:695 #, c-format msgid " --[no-]branch-stub\n" msgstr "" -#: ecskyelf.c:2277 ecskyelf_linux.c:2439 +#: ecskyelf.c:534 ecskyelf_linux.c:696 #, c-format msgid "" "\t\t\tDisable/enable use of stubs to expand branch instructions that cannot " "reach the target.\n" msgstr "" -#: ecskyelf.c:2279 ecskyelf_linux.c:2441 +#: ecskyelf.c:536 ecskyelf_linux.c:698 #, c-format msgid " --stub-group-size=N\n" msgstr "" -#: ecskyelf.c:2280 ecskyelf_linux.c:2442 +#: ecskyelf.c:537 ecskyelf_linux.c:699 #, c-format msgid "" "\t\t\tMaximum size of a group of input sections handled by one stub section." msgstr "" -#: ed30v_e.c:113 ed30v_o.c:113 ed30velf.c:113 eelf32_dlx.c:113 eelf32fr30.c:113 -#: eelf32frv.c:113 eelf32ft32.c:113 eelf32iq10.c:113 eelf32iq2000.c:113 -#: eelf32moxie.c:113 eelf32mt.c:113 emn10200.c:113 emoxiebox.c:113 -#: emsp430X.c:138 emsp430elf.c:138 epjelf.c:113 epjlelf.c:113 exgateelf.c:113 +#: ed30v_e.c:73 ed30v_o.c:73 ed30velf.c:73 eelf32_dlx.c:73 eelf32fr30.c:73 +#: eelf32frv.c:73 eelf32ft32.c:73 eelf32iq10.c:73 eelf32iq2000.c:73 +#: eelf32mt.c:73 em9s12zelf.c:73 emn10200.c:73 emoxiebox.c:73 emsp430X.c:98 +#: emsp430elf.c:98 epjelf.c:73 epjlelf.c:73 exgateelf.c:73 msgid "%X%P: can not size group sections: %E\n" msgstr "" -#: eelf32_spu.c:307 ev850.c:124 ev850_rh850.c:124 +#: eelf32_spu.c:255 ev850.c:73 ev850_rh850.c:73 msgid "%X%P: can not create note section: %E\n" msgstr "" -#: eelf32_spu.c:396 +#: eelf32_spu.c:344 msgid "%F%P: no built-in overlay manager\n" msgstr "" -#: eelf32_spu.c:406 +#: eelf32_spu.c:354 msgid "%X%P: can not open built-in overlay manager: %E\n" msgstr "" -#: eelf32_spu.c:412 +#: eelf32_spu.c:360 msgid "%X%P: can not load built-in overlay manager: %E\n" msgstr "" -#: eelf32_spu.c:472 +#: eelf32_spu.c:420 msgid "%X%P: can not find overlays: %E\n" msgstr "" -#: eelf32_spu.c:479 +#: eelf32_spu.c:427 msgid "%P: --auto-overlay ignored with user overlay script\n" msgstr "" -#: eelf32_spu.c:500 +#: eelf32_spu.c:448 msgid "%X%P: can not size overlay stubs: %E\n" msgstr "" -#: eelf32_spu.c:573 +#: eelf32_spu.c:521 msgid "%F%P: can not open script: %E\n" msgstr "" -#: eelf32_spu.c:620 +#: eelf32_spu.c:568 msgid "%X%P: %pA exceeds local store range\n" msgstr "" -#: eelf32_spu.c:623 +#: eelf32_spu.c:571 msgid "%P: --auto-overlay ignored with zero local store range\n" msgstr "" -#: eelf32_spu.c:727 +#: eelf32_spu.c:675 #, c-format msgid "running: %s \"%s\" \"%s\" \"%s\" \"%s\"\n" msgstr "" -#: eelf32_spu.c:2741 +#: eelf32_spu.c:1010 msgid "%F%P: invalid --local-store address range `%s'\n" msgstr "" -#: eelf32_spu.c:2777 +#: eelf32_spu.c:1046 msgid "%F%P: invalid --num-lines/--num-regions `%u'\n" msgstr "" -#: eelf32_spu.c:2782 +#: eelf32_spu.c:1051 msgid "%F%P: invalid --line-size/--region-size `%u'\n" msgstr "" -#: eelf32_spu.c:2803 +#: eelf32_spu.c:1072 msgid "%F%P: invalid --num-lines/--num-regions `%s'\n" msgstr "" -#: eelf32_spu.c:2816 +#: eelf32_spu.c:1085 msgid "%F%P: invalid --line-size/--region-size `%s'\n" msgstr "" -#: eelf32_spu.c:2825 +#: eelf32_spu.c:1094 msgid "%F%P: invalid --fixed-space value `%s'\n" msgstr "" -#: eelf32_spu.c:2834 +#: eelf32_spu.c:1103 msgid "%F%P: invalid --reserved-space value `%s'\n" msgstr "" -#: eelf32_spu.c:2843 +#: eelf32_spu.c:1112 msgid "%F%P: invalid --extra-stack-space value `%s'\n" msgstr "" -#: eelf32_spu.c:2880 +#: eelf32_spu.c:1149 #, c-format msgid " --plugin Make SPU plugin\n" msgstr "" -#: eelf32_spu.c:2882 +#: eelf32_spu.c:1151 #, c-format msgid " --no-overlays No overlay handling\n" msgstr "" -#: eelf32_spu.c:2884 +#: eelf32_spu.c:1153 #, c-format msgid "" " --compact-stubs Use smaller and possibly slower call stubs\n" msgstr "" -#: eelf32_spu.c:2886 +#: eelf32_spu.c:1155 #, c-format msgid " --emit-stub-syms Add symbols on overlay call stubs\n" msgstr "" -#: eelf32_spu.c:2888 +#: eelf32_spu.c:1157 #, c-format msgid "" " --extra-overlay-stubs Add stubs on all calls out of overlay regions\n" msgstr "" -#: eelf32_spu.c:2890 +#: eelf32_spu.c:1159 #, c-format msgid " --local-store=lo:hi Valid address range\n" msgstr "" -#: eelf32_spu.c:2892 +#: eelf32_spu.c:1161 #, c-format msgid " --stack-analysis Estimate maximum stack requirement\n" msgstr "" -#: eelf32_spu.c:2894 +#: eelf32_spu.c:1163 #, c-format msgid "" " --emit-stack-syms Add sym giving stack needed for each func\n" msgstr "" -#: eelf32_spu.c:2896 +#: eelf32_spu.c:1165 #, c-format msgid "" " --auto-overlay [=filename] Create an overlay script in filename if\n" " executable does not fit in local store\n" msgstr "" -#: eelf32_spu.c:2899 +#: eelf32_spu.c:1168 #, c-format msgid " --auto-relink Rerun linker using auto-overlay script\n" msgstr "" -#: eelf32_spu.c:2901 +#: eelf32_spu.c:1170 #, c-format msgid "" " --overlay-rodata Place read-only data with associated function\n" " code in overlays\n" msgstr "" -#: eelf32_spu.c:2904 +#: eelf32_spu.c:1173 #, c-format msgid " --num-regions Number of overlay buffers (default 1)\n" msgstr "" -#: eelf32_spu.c:2906 +#: eelf32_spu.c:1175 #, c-format msgid "" " --region-size Size of overlay buffers (default 0, auto)\n" msgstr "" -#: eelf32_spu.c:2908 +#: eelf32_spu.c:1177 #, c-format msgid "" " --fixed-space=bytes Local store for non-overlay code and data\n" msgstr "" -#: eelf32_spu.c:2910 +#: eelf32_spu.c:1179 #, c-format msgid "" " --reserved-space=bytes Local store for stack and heap. If not " @@ -6221,7 +4483,7 @@ msgid "" "heap\n" msgstr "" -#: eelf32_spu.c:2913 +#: eelf32_spu.c:1182 #, c-format msgid "" " --extra-stack-space=bytes Space for negative sp access (default 2000) " @@ -6229,460 +4491,486 @@ msgid "" " --reserved-space not given\n" msgstr "" -#: eelf32_spu.c:2916 +#: eelf32_spu.c:1185 #, c-format msgid " --soft-icache Generate software icache overlays\n" msgstr "" -#: eelf32_spu.c:2918 +#: eelf32_spu.c:1187 #, c-format msgid "" " --num-lines Number of soft-icache lines (default 32)\n" msgstr "" -#: eelf32_spu.c:2920 +#: eelf32_spu.c:1189 #, c-format msgid " --line-size Size of soft-icache lines (default 1k)\n" msgstr "" -#: eelf32_spu.c:2922 +#: eelf32_spu.c:1191 #, c-format msgid " --non-ia-text Allow non-icache code in icache lines\n" msgstr "" -#: eelf32_spu.c:2924 +#: eelf32_spu.c:1193 #, c-format msgid " --lrlive-analysis Scan function prologue for lr liveness\n" msgstr "" -#: eelf32_tic6x_be.c:140 eelf32_tic6x_elf_be.c:140 eelf32_tic6x_elf_le.c:140 -#: eelf32_tic6x_le.c:140 eelf32_tic6x_linux_be.c:140 -#: eelf32_tic6x_linux_le.c:140 +#: eelf32_tic6x_be.c:88 eelf32_tic6x_elf_be.c:88 eelf32_tic6x_elf_le.c:88 +#: eelf32_tic6x_le.c:88 eelf32_tic6x_linux_be.c:88 eelf32_tic6x_linux_le.c:88 msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n" msgstr "" -#: eelf32_tic6x_be.c:2274 eelf32_tic6x_elf_be.c:2274 eelf32_tic6x_elf_le.c:2274 -#: eelf32_tic6x_le.c:2274 eelf32_tic6x_linux_be.c:2274 -#: eelf32_tic6x_linux_le.c:2274 +#: eelf32_tic6x_be.c:543 eelf32_tic6x_elf_be.c:543 eelf32_tic6x_elf_le.c:543 +#: eelf32_tic6x_le.c:543 eelf32_tic6x_linux_be.c:543 +#: eelf32_tic6x_linux_le.c:543 msgid "%F%P: invalid --dsbt-index %s\n" msgstr "" -#: eelf32_tic6x_be.c:2284 eelf32_tic6x_elf_be.c:2284 eelf32_tic6x_elf_le.c:2284 -#: eelf32_tic6x_le.c:2284 eelf32_tic6x_linux_be.c:2284 -#: eelf32_tic6x_linux_le.c:2284 +#: eelf32_tic6x_be.c:553 eelf32_tic6x_elf_be.c:553 eelf32_tic6x_elf_le.c:553 +#: eelf32_tic6x_le.c:553 eelf32_tic6x_linux_be.c:553 +#: eelf32_tic6x_linux_le.c:553 msgid "%F%P: invalid --dsbt-size %s\n" msgstr "" -#: eelf32_tic6x_be.c:2300 eelf32_tic6x_elf_be.c:2300 eelf32_tic6x_elf_le.c:2300 -#: eelf32_tic6x_le.c:2300 eelf32_tic6x_linux_be.c:2300 -#: eelf32_tic6x_linux_le.c:2300 +#: eelf32_tic6x_be.c:569 eelf32_tic6x_elf_be.c:569 eelf32_tic6x_elf_le.c:569 +#: eelf32_tic6x_le.c:569 eelf32_tic6x_linux_be.c:569 +#: eelf32_tic6x_linux_le.c:569 #, c-format msgid "" " --dsbt-index Use this as the DSBT index for the output object\n" msgstr "" -#: eelf32_tic6x_be.c:2301 eelf32_tic6x_elf_be.c:2301 eelf32_tic6x_elf_le.c:2301 -#: eelf32_tic6x_le.c:2301 eelf32_tic6x_linux_be.c:2301 -#: eelf32_tic6x_linux_le.c:2301 +#: eelf32_tic6x_be.c:570 eelf32_tic6x_elf_be.c:570 eelf32_tic6x_elf_le.c:570 +#: eelf32_tic6x_le.c:570 eelf32_tic6x_linux_be.c:570 +#: eelf32_tic6x_linux_le.c:570 #, c-format msgid "" " --dsbt-size Use this as the number of entries in the DSBT " "table\n" msgstr "" -#: eelf32_tic6x_be.c:2302 eelf32_tic6x_elf_be.c:2302 eelf32_tic6x_elf_le.c:2302 -#: eelf32_tic6x_le.c:2302 eelf32_tic6x_linux_be.c:2302 -#: eelf32_tic6x_linux_le.c:2302 +#: eelf32_tic6x_be.c:571 eelf32_tic6x_elf_be.c:571 eelf32_tic6x_elf_le.c:571 +#: eelf32_tic6x_le.c:571 eelf32_tic6x_linux_be.c:571 +#: eelf32_tic6x_linux_le.c:571 #, c-format msgid " --no-merge-exidx-entries\n" msgstr "" -#: eelf32_tic6x_be.c:2303 eelf32_tic6x_elf_be.c:2303 eelf32_tic6x_elf_le.c:2303 -#: eelf32_tic6x_le.c:2303 eelf32_tic6x_linux_be.c:2303 -#: eelf32_tic6x_linux_le.c:2303 +#: eelf32_tic6x_be.c:572 eelf32_tic6x_elf_be.c:572 eelf32_tic6x_elf_le.c:572 +#: eelf32_tic6x_le.c:572 eelf32_tic6x_linux_be.c:572 +#: eelf32_tic6x_linux_le.c:572 #, c-format msgid " Disable merging exidx entries\n" msgstr "" -#: eelf32_x86_64.c:7417 eelf32_x86_64_nacl.c:2190 eelf_i386.c:7036 -#: eelf_i386_be.c:2152 eelf_i386_chaos.c:2132 eelf_i386_fbsd.c:2194 -#: eelf_i386_ldso.c:2169 eelf_i386_nacl.c:2187 eelf_i386_sol2.c:2325 -#: eelf_i386_vxworks.c:2214 eelf_iamcu.c:6682 eelf_k1om.c:7370 -#: eelf_k1om_fbsd.c:7025 eelf_l1om.c:7370 eelf_l1om_fbsd.c:7025 -#: eelf_x86_64.c:7417 eelf_x86_64_cloudabi.c:2190 eelf_x86_64_fbsd.c:2197 -#: eelf_x86_64_nacl.c:2190 eelf_x86_64_sol2.c:2321 +#: eelf32_x86_64.c:5385 eelf32_x86_64_nacl.c:482 eelf_i386.c:5004 +#: eelf_i386_be.c:444 eelf_i386_fbsd.c:479 eelf_i386_ldso.c:454 +#: eelf_i386_nacl.c:479 eelf_i386_sol2.c:610 eelf_i386_vxworks.c:506 +#: eelf_iamcu.c:4982 eelf_k1om.c:5338 eelf_k1om_fbsd.c:5318 eelf_l1om.c:5338 +#: eelf_l1om_fbsd.c:5318 eelf_x86_64.c:5385 eelf_x86_64_cloudabi.c:482 +#: eelf_x86_64_fbsd.c:482 eelf_x86_64_nacl.c:482 eelf_x86_64_sol2.c:613 msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n" msgstr "" -#: eelf32_x86_64.c:7426 eelf32_x86_64_nacl.c:2199 eelf_i386.c:7045 -#: eelf_i386_be.c:2161 eelf_i386_chaos.c:2141 eelf_i386_fbsd.c:2203 -#: eelf_i386_ldso.c:2178 eelf_i386_nacl.c:2196 eelf_i386_sol2.c:2334 -#: eelf_i386_vxworks.c:2223 eelf_iamcu.c:6691 eelf_k1om.c:7379 -#: eelf_k1om_fbsd.c:7034 eelf_l1om.c:7379 eelf_l1om_fbsd.c:7034 -#: eelf_x86_64.c:7426 eelf_x86_64_cloudabi.c:2199 eelf_x86_64_fbsd.c:2206 -#: eelf_x86_64_nacl.c:2199 eelf_x86_64_sol2.c:2330 +#: eelf32_x86_64.c:5394 eelf32_x86_64_nacl.c:491 eelf_i386.c:5013 +#: eelf_i386_be.c:453 eelf_i386_fbsd.c:488 eelf_i386_ldso.c:463 +#: eelf_i386_nacl.c:488 eelf_i386_sol2.c:619 eelf_i386_vxworks.c:515 +#: eelf_iamcu.c:4991 eelf_k1om.c:5347 eelf_k1om_fbsd.c:5327 eelf_l1om.c:5347 +#: eelf_l1om_fbsd.c:5327 eelf_x86_64.c:5394 eelf_x86_64_cloudabi.c:491 +#: eelf_x86_64_fbsd.c:491 eelf_x86_64_nacl.c:491 eelf_x86_64_sol2.c:622 msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n" msgstr "" -#: eelf32_x86_64.c:7431 eelf32_x86_64_nacl.c:2204 eelf_i386.c:7050 -#: eelf_i386_be.c:2166 eelf_i386_chaos.c:2146 eelf_i386_fbsd.c:2208 -#: eelf_i386_ldso.c:2183 eelf_i386_nacl.c:2201 eelf_i386_sol2.c:2339 -#: eelf_i386_vxworks.c:2228 eelf_iamcu.c:6696 eelf_k1om.c:7384 -#: eelf_k1om_fbsd.c:7039 eelf_l1om.c:7384 eelf_l1om_fbsd.c:7039 -#: eelf_x86_64.c:7431 eelf_x86_64_cloudabi.c:2204 eelf_x86_64_fbsd.c:2211 -#: eelf_x86_64_nacl.c:2204 eelf_x86_64_sol2.c:2335 +#: eelf32_x86_64.c:5399 eelf32_x86_64_nacl.c:496 eelf_i386.c:5018 +#: eelf_i386_be.c:458 eelf_i386_fbsd.c:493 eelf_i386_ldso.c:468 +#: eelf_i386_nacl.c:493 eelf_i386_sol2.c:624 eelf_i386_vxworks.c:520 +#: eelf_iamcu.c:4996 eelf_k1om.c:5352 eelf_k1om_fbsd.c:5332 eelf_l1om.c:5352 +#: eelf_l1om_fbsd.c:5332 eelf_x86_64.c:5399 eelf_x86_64_cloudabi.c:496 +#: eelf_x86_64_fbsd.c:496 eelf_x86_64_nacl.c:496 eelf_x86_64_sol2.c:627 msgid "%F%P: unsupported option: -z %s\n" msgstr "" -#: eelf32_x86_64.c:7463 eelf32_x86_64_nacl.c:2236 eelf_i386.c:7082 -#: eelf_i386_be.c:2182 eelf_i386_chaos.c:2171 eelf_i386_fbsd.c:2240 -#: eelf_i386_ldso.c:2208 eelf_i386_nacl.c:2233 eelf_i386_sol2.c:2364 -#: eelf_i386_vxworks.c:2249 eelf_iamcu.c:6721 eelf_k1om.c:7409 -#: eelf_k1om_fbsd.c:7064 eelf_l1om.c:7409 eelf_l1om_fbsd.c:7064 -#: eelf_x86_64.c:7466 eelf_x86_64_cloudabi.c:2239 eelf_x86_64_fbsd.c:2246 -#: eelf_x86_64_nacl.c:2239 eelf_x86_64_sol2.c:2370 +#: eelf32_x86_64.c:5421 eelf32_x86_64_nacl.c:518 eelf_i386.c:5040 +#: eelf_i386_fbsd.c:515 eelf_i386_nacl.c:515 eelf_x86_64.c:5421 +#: eelf_x86_64_cloudabi.c:518 eelf_x86_64_fbsd.c:518 eelf_x86_64_nacl.c:518 +#: eelf_x86_64_sol2.c:649 +msgid "%F%P: invalid option for -z cet-report=: %s\n" +msgstr "" + +#: eelf32_x86_64.c:5447 eelf32_x86_64_nacl.c:544 eelf_i386.c:5066 +#: eelf_i386_be.c:474 eelf_i386_fbsd.c:541 eelf_i386_ldso.c:493 +#: eelf_i386_nacl.c:541 eelf_i386_sol2.c:649 eelf_i386_vxworks.c:541 +#: eelf_iamcu.c:5021 eelf_k1om.c:5377 eelf_k1om_fbsd.c:5357 eelf_l1om.c:5377 +#: eelf_l1om_fbsd.c:5357 eelf_x86_64.c:5450 eelf_x86_64_cloudabi.c:547 +#: eelf_x86_64_fbsd.c:547 eelf_x86_64_nacl.c:547 eelf_x86_64_sol2.c:678 #, c-format msgid "" " -z noextern-protected-data Do not treat protected data symbol as " "external\n" msgstr "" -#: eelf32_x86_64.c:7466 eelf32_x86_64_nacl.c:2239 eelf32lppc.c:2517 -#: eelf32lppclinux.c:2517 eelf32lppcnto.c:2517 eelf32lppcsim.c:2517 -#: eelf32ppc.c:2517 eelf32ppc_fbsd.c:2524 eelf32ppclinux.c:2517 -#: eelf32ppcnto.c:2517 eelf32ppcsim.c:2517 eelf32ppcvxworks.c:2495 -#: eelf32ppcwindiss.c:2517 eelf64lppc.c:3013 eelf64ppc.c:3013 -#: eelf64ppc_fbsd.c:3020 eelf_i386.c:7085 eelf_i386_be.c:2185 -#: eelf_i386_chaos.c:2174 eelf_i386_fbsd.c:2243 eelf_i386_ldso.c:2211 -#: eelf_i386_nacl.c:2236 eelf_i386_sol2.c:2367 eelf_i386_vxworks.c:2252 -#: eelf_iamcu.c:6724 eelf_k1om.c:7412 eelf_k1om_fbsd.c:7067 eelf_l1om.c:7412 -#: eelf_l1om_fbsd.c:7067 eelf_x86_64.c:7469 eelf_x86_64_cloudabi.c:2242 -#: eelf_x86_64_fbsd.c:2249 eelf_x86_64_nacl.c:2242 eelf_x86_64_sol2.c:2373 -#: eppclynx.c:2524 +#: eelf32_x86_64.c:5450 eelf32_x86_64_nacl.c:547 eelf32lppc.c:790 +#: eelf32lppclinux.c:790 eelf32lppcnto.c:790 eelf32lppcsim.c:790 +#: eelf32ppc.c:790 eelf32ppc_fbsd.c:790 eelf32ppclinux.c:790 eelf32ppcnto.c:790 +#: eelf32ppcsim.c:790 eelf32ppcvxworks.c:768 eelf32ppcwindiss.c:790 +#: eelf64lppc.c:1259 eelf64ppc.c:1259 eelf64ppc_fbsd.c:1259 eelf_i386.c:5069 +#: eelf_i386_be.c:477 eelf_i386_fbsd.c:544 eelf_i386_ldso.c:496 +#: eelf_i386_nacl.c:544 eelf_i386_sol2.c:652 eelf_i386_vxworks.c:544 +#: eelf_iamcu.c:5024 eelf_k1om.c:5380 eelf_k1om_fbsd.c:5360 eelf_l1om.c:5380 +#: eelf_l1om_fbsd.c:5360 eelf_x86_64.c:5453 eelf_x86_64_cloudabi.c:550 +#: eelf_x86_64_fbsd.c:550 eelf_x86_64_nacl.c:550 eelf_x86_64_sol2.c:681 +#: eppclynx.c:790 #, c-format msgid "" " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n" " -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n" msgstr "" -#: eelf32_x86_64.c:7470 eelf32_x86_64_nacl.c:2243 eelf_x86_64.c:7473 -#: eelf_x86_64_cloudabi.c:2246 eelf_x86_64_fbsd.c:2253 eelf_x86_64_nacl.c:2246 -#: eelf_x86_64_sol2.c:2377 +#: eelf32_x86_64.c:5454 eelf32_x86_64_nacl.c:551 eelf_x86_64.c:5457 +#: eelf_x86_64_cloudabi.c:554 eelf_x86_64_fbsd.c:554 eelf_x86_64_nacl.c:554 +#: eelf_x86_64_sol2.c:685 #, c-format msgid " -z noreloc-overflow Disable relocation overflow check\n" msgstr "" -#: eelf32_x86_64.c:7473 eelf32_x86_64_nacl.c:2246 eelf_i386.c:7089 -#: eelf_i386_be.c:2189 eelf_i386_chaos.c:2178 eelf_i386_fbsd.c:2247 -#: eelf_i386_ldso.c:2215 eelf_i386_nacl.c:2240 eelf_i386_sol2.c:2371 -#: eelf_i386_vxworks.c:2256 eelf_iamcu.c:6728 eelf_k1om.c:7416 -#: eelf_k1om_fbsd.c:7071 eelf_l1om.c:7416 eelf_l1om_fbsd.c:7071 -#: eelf_x86_64.c:7476 eelf_x86_64_cloudabi.c:2249 eelf_x86_64_fbsd.c:2256 -#: eelf_x86_64_nacl.c:2249 eelf_x86_64_sol2.c:2380 +#: eelf32_x86_64.c:5457 eelf32_x86_64_nacl.c:554 eelf_i386.c:5073 +#: eelf_i386_be.c:481 eelf_i386_fbsd.c:548 eelf_i386_ldso.c:500 +#: eelf_i386_nacl.c:548 eelf_i386_sol2.c:656 eelf_i386_vxworks.c:548 +#: eelf_iamcu.c:5028 eelf_k1om.c:5384 eelf_k1om_fbsd.c:5364 eelf_l1om.c:5384 +#: eelf_l1om_fbsd.c:5364 eelf_x86_64.c:5460 eelf_x86_64_cloudabi.c:557 +#: eelf_x86_64_fbsd.c:557 eelf_x86_64_nacl.c:557 eelf_x86_64_sol2.c:688 #, c-format msgid " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n" msgstr "" -#: eelf32_x86_64.c:7476 eelf32_x86_64_nacl.c:2249 eelf_i386.c:7092 -#: eelf_i386_fbsd.c:2250 eelf_i386_nacl.c:2243 eelf_x86_64.c:7479 -#: eelf_x86_64_cloudabi.c:2252 eelf_x86_64_fbsd.c:2259 eelf_x86_64_nacl.c:2252 -#: eelf_x86_64_sol2.c:2383 +#: eelf32_x86_64.c:5460 eelf32_x86_64_nacl.c:557 eelf_i386.c:5076 +#: eelf_i386_fbsd.c:551 eelf_i386_nacl.c:551 eelf_x86_64.c:5463 +#: eelf_x86_64_cloudabi.c:560 eelf_x86_64_fbsd.c:560 eelf_x86_64_nacl.c:560 +#: eelf_x86_64_sol2.c:691 #, c-format msgid " -z ibtplt Generate IBT-enabled PLT entries\n" msgstr "" -#: eelf32_x86_64.c:7478 eelf32_x86_64_nacl.c:2251 eelf_i386.c:7094 -#: eelf_i386_fbsd.c:2252 eelf_i386_nacl.c:2245 eelf_x86_64.c:7481 -#: eelf_x86_64_cloudabi.c:2254 eelf_x86_64_fbsd.c:2261 eelf_x86_64_nacl.c:2254 -#: eelf_x86_64_sol2.c:2385 +#: eelf32_x86_64.c:5462 eelf32_x86_64_nacl.c:559 eelf_i386.c:5078 +#: eelf_i386_fbsd.c:553 eelf_i386_nacl.c:553 eelf_x86_64.c:5465 +#: eelf_x86_64_cloudabi.c:562 eelf_x86_64_fbsd.c:562 eelf_x86_64_nacl.c:562 +#: eelf_x86_64_sol2.c:693 #, c-format msgid " -z ibt Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n" msgstr "" -#: eelf32_x86_64.c:7480 eelf32_x86_64_nacl.c:2253 eelf_i386.c:7096 -#: eelf_i386_fbsd.c:2254 eelf_i386_nacl.c:2247 eelf_x86_64.c:7483 -#: eelf_x86_64_cloudabi.c:2256 eelf_x86_64_fbsd.c:2263 eelf_x86_64_nacl.c:2256 -#: eelf_x86_64_sol2.c:2387 +#: eelf32_x86_64.c:5464 eelf32_x86_64_nacl.c:561 eelf_i386.c:5080 +#: eelf_i386_fbsd.c:555 eelf_i386_nacl.c:555 eelf_x86_64.c:5467 +#: eelf_x86_64_cloudabi.c:564 eelf_x86_64_fbsd.c:564 eelf_x86_64_nacl.c:564 +#: eelf_x86_64_sol2.c:695 #, c-format msgid "" " -z shstk Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n" msgstr "" -#: eelf32b4300.c:125 eelf32bmip.c:125 eelf32bmipn32.c:143 eelf32bsmip.c:143 -#: eelf32btsmip.c:125 eelf32btsmip_fbsd.c:125 eelf32btsmipn32.c:125 -#: eelf32btsmipn32_fbsd.c:125 eelf32ebmip.c:125 eelf32ebmipvxworks.c:125 -#: eelf32elmip.c:125 eelf32elmipvxworks.c:125 eelf32l4300.c:125 -#: eelf32lmip.c:125 eelf32lr5900.c:125 eelf32lr5900n32.c:125 eelf32lsmip.c:125 -#: eelf32ltsmip.c:125 eelf32ltsmip_fbsd.c:125 eelf32ltsmipn32.c:125 -#: eelf32ltsmipn32_fbsd.c:125 eelf32mipswindiss.c:125 eelf64bmip.c:143 -#: eelf64btsmip.c:125 eelf64btsmip_fbsd.c:125 eelf64ltsmip.c:125 -#: eelf64ltsmip_fbsd.c:125 -msgid "%X%P: .gnu.hash is incompatible with the MIPS ABI\n" +#: eelf32_x86_64.c:5466 eelf32_x86_64_nacl.c:563 eelf_i386.c:5082 +#: eelf_i386_fbsd.c:557 eelf_i386_nacl.c:557 eelf_x86_64.c:5469 +#: eelf_x86_64_cloudabi.c:566 eelf_x86_64_fbsd.c:566 eelf_x86_64_nacl.c:566 +#: eelf_x86_64_sol2.c:697 +#, c-format +msgid "" +" -z cet-report=[none|warning|error] (default: none)\n" +" Report missing IBT and SHSTK properties\n" msgstr "" -#: eelf32b4300.c:2423 eelf32bmip.c:2423 eelf32bmipn32.c:2441 eelf32bsmip.c:2441 -#: eelf32btsmip.c:2423 eelf32btsmip_fbsd.c:2430 eelf32btsmipn32.c:2423 -#: eelf32btsmipn32_fbsd.c:2430 eelf32ebmip.c:2423 eelf32ebmipvxworks.c:2462 -#: eelf32elmip.c:2423 eelf32elmipvxworks.c:2462 eelf32l4300.c:2423 -#: eelf32lmip.c:2423 eelf32lr5900.c:2286 eelf32lr5900n32.c:2286 -#: eelf32lsmip.c:2423 eelf32ltsmip.c:2423 eelf32ltsmip_fbsd.c:2430 -#: eelf32ltsmipn32.c:2423 eelf32ltsmipn32_fbsd.c:2430 eelf32mipswindiss.c:2261 -#: eelf64bmip.c:2441 eelf64btsmip.c:2423 eelf64btsmip_fbsd.c:2430 -#: eelf64ltsmip.c:2423 eelf64ltsmip_fbsd.c:2430 +#: eelf32b4300.c:673 eelf32bmip.c:673 eelf32bmipn32.c:687 eelf32bsmip.c:687 +#: eelf32btsmip.c:673 eelf32btsmip_fbsd.c:673 eelf32btsmipn32.c:673 +#: eelf32btsmipn32_fbsd.c:673 eelf32ebmip.c:673 eelf32ebmipvxworks.c:712 +#: eelf32elmip.c:673 eelf32elmipvxworks.c:712 eelf32l4300.c:673 +#: eelf32lmip.c:673 eelf32lr5900.c:536 eelf32lr5900n32.c:536 eelf32lsmip.c:673 +#: eelf32ltsmip.c:673 eelf32ltsmip_fbsd.c:673 eelf32ltsmipn32.c:673 +#: eelf32ltsmipn32_fbsd.c:673 eelf32mipswindiss.c:511 eelf64bmip.c:687 +#: eelf64btsmip.c:673 eelf64btsmip_fbsd.c:673 eelf64ltsmip.c:673 +#: eelf64ltsmip_fbsd.c:673 #, c-format msgid "" " --insn32 Only generate 32-bit microMIPS instructions\n" msgstr "" -#: eelf32b4300.c:2426 eelf32bmip.c:2426 eelf32bmipn32.c:2444 eelf32bsmip.c:2444 -#: eelf32btsmip.c:2426 eelf32btsmip_fbsd.c:2433 eelf32btsmipn32.c:2426 -#: eelf32btsmipn32_fbsd.c:2433 eelf32ebmip.c:2426 eelf32ebmipvxworks.c:2465 -#: eelf32elmip.c:2426 eelf32elmipvxworks.c:2465 eelf32l4300.c:2426 -#: eelf32lmip.c:2426 eelf32lr5900.c:2289 eelf32lr5900n32.c:2289 -#: eelf32lsmip.c:2426 eelf32ltsmip.c:2426 eelf32ltsmip_fbsd.c:2433 -#: eelf32ltsmipn32.c:2426 eelf32ltsmipn32_fbsd.c:2433 eelf32mipswindiss.c:2264 -#: eelf64bmip.c:2444 eelf64btsmip.c:2426 eelf64btsmip_fbsd.c:2433 -#: eelf64ltsmip.c:2426 eelf64ltsmip_fbsd.c:2433 +#: eelf32b4300.c:676 eelf32bmip.c:676 eelf32bmipn32.c:690 eelf32bsmip.c:690 +#: eelf32btsmip.c:676 eelf32btsmip_fbsd.c:676 eelf32btsmipn32.c:676 +#: eelf32btsmipn32_fbsd.c:676 eelf32ebmip.c:676 eelf32ebmipvxworks.c:715 +#: eelf32elmip.c:676 eelf32elmipvxworks.c:715 eelf32l4300.c:676 +#: eelf32lmip.c:676 eelf32lr5900.c:539 eelf32lr5900n32.c:539 eelf32lsmip.c:676 +#: eelf32ltsmip.c:676 eelf32ltsmip_fbsd.c:676 eelf32ltsmipn32.c:676 +#: eelf32ltsmipn32_fbsd.c:676 eelf32mipswindiss.c:514 eelf64bmip.c:690 +#: eelf64btsmip.c:676 eelf64btsmip_fbsd.c:676 eelf64ltsmip.c:676 +#: eelf64ltsmip_fbsd.c:676 #, c-format msgid " --no-insn32 Generate all microMIPS instructions\n" msgstr "" -#: eelf32b4300.c:2429 eelf32bmip.c:2429 eelf32bmipn32.c:2447 eelf32bsmip.c:2447 -#: eelf32btsmip.c:2429 eelf32btsmip_fbsd.c:2436 eelf32btsmipn32.c:2429 -#: eelf32btsmipn32_fbsd.c:2436 eelf32ebmip.c:2429 eelf32ebmipvxworks.c:2468 -#: eelf32elmip.c:2429 eelf32elmipvxworks.c:2468 eelf32l4300.c:2429 -#: eelf32lmip.c:2429 eelf32lr5900.c:2292 eelf32lr5900n32.c:2292 -#: eelf32lsmip.c:2429 eelf32ltsmip.c:2429 eelf32ltsmip_fbsd.c:2436 -#: eelf32ltsmipn32.c:2429 eelf32ltsmipn32_fbsd.c:2436 eelf32mipswindiss.c:2267 -#: eelf64bmip.c:2447 eelf64btsmip.c:2429 eelf64btsmip_fbsd.c:2436 -#: eelf64ltsmip.c:2429 eelf64ltsmip_fbsd.c:2436 +#: eelf32b4300.c:679 eelf32bmip.c:679 eelf32bmipn32.c:693 eelf32bsmip.c:693 +#: eelf32btsmip.c:679 eelf32btsmip_fbsd.c:679 eelf32btsmipn32.c:679 +#: eelf32btsmipn32_fbsd.c:679 eelf32ebmip.c:679 eelf32ebmipvxworks.c:718 +#: eelf32elmip.c:679 eelf32elmipvxworks.c:718 eelf32l4300.c:679 +#: eelf32lmip.c:679 eelf32lr5900.c:542 eelf32lr5900n32.c:542 eelf32lsmip.c:679 +#: eelf32ltsmip.c:679 eelf32ltsmip_fbsd.c:679 eelf32ltsmipn32.c:679 +#: eelf32ltsmipn32_fbsd.c:679 eelf32mipswindiss.c:517 eelf64bmip.c:693 +#: eelf64btsmip.c:679 eelf64btsmip_fbsd.c:679 eelf64ltsmip.c:679 +#: eelf64ltsmip_fbsd.c:679 #, c-format msgid "" " --ignore-branch-isa Accept invalid branch relocations requiring\n" " an ISA mode switch\n" msgstr "" -#: eelf32b4300.c:2433 eelf32bmip.c:2433 eelf32bmipn32.c:2451 eelf32bsmip.c:2451 -#: eelf32btsmip.c:2433 eelf32btsmip_fbsd.c:2440 eelf32btsmipn32.c:2433 -#: eelf32btsmipn32_fbsd.c:2440 eelf32ebmip.c:2433 eelf32ebmipvxworks.c:2472 -#: eelf32elmip.c:2433 eelf32elmipvxworks.c:2472 eelf32l4300.c:2433 -#: eelf32lmip.c:2433 eelf32lr5900.c:2296 eelf32lr5900n32.c:2296 -#: eelf32lsmip.c:2433 eelf32ltsmip.c:2433 eelf32ltsmip_fbsd.c:2440 -#: eelf32ltsmipn32.c:2433 eelf32ltsmipn32_fbsd.c:2440 eelf32mipswindiss.c:2271 -#: eelf64bmip.c:2451 eelf64btsmip.c:2433 eelf64btsmip_fbsd.c:2440 -#: eelf64ltsmip.c:2433 eelf64ltsmip_fbsd.c:2440 +#: eelf32b4300.c:683 eelf32bmip.c:683 eelf32bmipn32.c:697 eelf32bsmip.c:697 +#: eelf32btsmip.c:683 eelf32btsmip_fbsd.c:683 eelf32btsmipn32.c:683 +#: eelf32btsmipn32_fbsd.c:683 eelf32ebmip.c:683 eelf32ebmipvxworks.c:722 +#: eelf32elmip.c:683 eelf32elmipvxworks.c:722 eelf32l4300.c:683 +#: eelf32lmip.c:683 eelf32lr5900.c:546 eelf32lr5900n32.c:546 eelf32lsmip.c:683 +#: eelf32ltsmip.c:683 eelf32ltsmip_fbsd.c:683 eelf32ltsmipn32.c:683 +#: eelf32ltsmipn32_fbsd.c:683 eelf32mipswindiss.c:521 eelf64bmip.c:697 +#: eelf64btsmip.c:683 eelf64btsmip_fbsd.c:683 eelf64ltsmip.c:683 +#: eelf64ltsmip_fbsd.c:683 #, c-format msgid "" " --no-ignore-branch-isa Reject invalid branch relocations requiring\n" " an ISA mode switch\n" msgstr "" -#: eelf32bfin.c:2164 eelf32bfinfd.c:2189 +#: eelf32b4300.c:687 eelf32bmip.c:687 eelf32bmipn32.c:701 eelf32bsmip.c:701 +#: eelf32btsmip.c:687 eelf32btsmip_fbsd.c:687 eelf32btsmipn32.c:687 +#: eelf32btsmipn32_fbsd.c:687 eelf32ebmip.c:687 eelf32ebmipvxworks.c:726 +#: eelf32elmip.c:687 eelf32elmipvxworks.c:726 eelf32l4300.c:687 +#: eelf32lmip.c:687 eelf32lr5900.c:550 eelf32lr5900n32.c:550 eelf32lsmip.c:687 +#: eelf32ltsmip.c:687 eelf32ltsmip_fbsd.c:687 eelf32ltsmipn32.c:687 +#: eelf32ltsmipn32_fbsd.c:687 eelf32mipswindiss.c:525 eelf64bmip.c:701 +#: eelf64btsmip.c:687 eelf64btsmip_fbsd.c:687 eelf64ltsmip.c:687 +#: eelf64ltsmip_fbsd.c:687 +#, c-format +msgid "" +" --compact-branches Generate compact branches/jumps for MIPS R6\n" +msgstr "" + +#: eelf32b4300.c:690 eelf32bmip.c:690 eelf32bmipn32.c:704 eelf32bsmip.c:704 +#: eelf32btsmip.c:690 eelf32btsmip_fbsd.c:690 eelf32btsmipn32.c:690 +#: eelf32btsmipn32_fbsd.c:690 eelf32ebmip.c:690 eelf32ebmipvxworks.c:729 +#: eelf32elmip.c:690 eelf32elmipvxworks.c:729 eelf32l4300.c:690 +#: eelf32lmip.c:690 eelf32lr5900.c:553 eelf32lr5900n32.c:553 eelf32lsmip.c:690 +#: eelf32ltsmip.c:690 eelf32ltsmip_fbsd.c:690 eelf32ltsmipn32.c:690 +#: eelf32ltsmipn32_fbsd.c:690 eelf32mipswindiss.c:528 eelf64bmip.c:704 +#: eelf64btsmip.c:690 eelf64btsmip_fbsd.c:690 eelf64ltsmip.c:690 +#: eelf64ltsmip_fbsd.c:690 +#, c-format +msgid "" +" --no-compact-branches Generate delay slot branches/jumps for MIPS " +"R6\n" +msgstr "" + +#: eelf32bfin.c:434 eelf32bfinfd.c:459 #, c-format msgid " --code-in-l1 Put code in L1\n" msgstr "" -#: eelf32bfin.c:2166 eelf32bfinfd.c:2191 +#: eelf32bfin.c:436 eelf32bfinfd.c:461 #, c-format msgid " --data-in-l1 Put data in L1\n" msgstr "" -#: eelf32cr16.c:136 +#: eelf32cr16.c:85 msgid "" "%F%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n" msgstr "" -#: eelf32cr16.c:162 em68kelf.c:164 em68kelfnbsd.c:164 +#: eelf32cr16.c:109 em68kelf.c:113 em68kelfnbsd.c:113 msgid "%F%P: %pB: can not create .emreloc section: %E\n" msgstr "" -#: eelf32cr16.c:181 em68kelf.c:185 em68kelfnbsd.c:185 +#: eelf32cr16.c:128 em68kelf.c:134 em68kelfnbsd.c:134 msgid "%X%P: %pB: section %s has relocs; can not use --embedded-relocs\n" msgstr "" -#: eelf32cr16.c:237 em68kelf.c:228 em68kelfnbsd.c:228 +#: eelf32cr16.c:184 em68kelf.c:177 em68kelfnbsd.c:177 msgid "%X%P: %pB: can not create runtime reloc information: %E\n" msgstr "" -#: eelf32cr16.c:240 em68kelf.c:232 em68kelfnbsd.c:232 +#: eelf32cr16.c:187 em68kelf.c:181 em68kelfnbsd.c:181 msgid "%X%P: %pB: can not create runtime reloc information: %s\n" msgstr "" -#: eelf32lppc.c:148 eelf32lppclinux.c:148 eelf32lppcnto.c:148 -#: eelf32lppcsim.c:148 eelf32ppc.c:148 eelf32ppc_fbsd.c:148 -#: eelf32ppclinux.c:148 eelf32ppcnto.c:148 eelf32ppcsim.c:148 -#: eelf32ppcwindiss.c:148 eppclynx.c:148 +#: eelf32lppc.c:96 eelf32lppclinux.c:96 eelf32lppcnto.c:96 eelf32lppcsim.c:96 +#: eelf32ppc.c:96 eelf32ppc_fbsd.c:96 eelf32ppclinux.c:96 eelf32ppcnto.c:96 +#: eelf32ppcsim.c:96 eelf32ppcwindiss.c:96 eppclynx.c:96 msgid "%X%P: select_plt_layout problem %E\n" msgstr "" -#: eelf32lppc.c:212 eelf32lppclinux.c:212 eelf32lppcnto.c:212 -#: eelf32lppcsim.c:212 eelf32ppc.c:212 eelf32ppc_fbsd.c:212 -#: eelf32ppclinux.c:212 eelf32ppcnto.c:212 eelf32ppcsim.c:212 -#: eelf32ppcvxworks.c:157 eelf32ppcwindiss.c:212 eelf64lppc.c:371 -#: eelf64ppc.c:371 eelf64ppc_fbsd.c:371 eppclynx.c:212 +#: eelf32lppc.c:160 eelf32lppclinux.c:160 eelf32lppcnto.c:160 +#: eelf32lppcsim.c:160 eelf32ppc.c:160 eelf32ppc_fbsd.c:160 +#: eelf32ppclinux.c:160 eelf32ppcnto.c:160 eelf32ppcsim.c:160 +#: eelf32ppcvxworks.c:105 eelf32ppcwindiss.c:160 eelf64lppc.c:319 +#: eelf64ppc.c:319 eelf64ppc_fbsd.c:319 eppclynx.c:160 msgid "%X%P: inline PLT: %E\n" msgstr "" -#: eelf32lppc.c:220 eelf32lppclinux.c:220 eelf32lppcnto.c:220 -#: eelf32lppcsim.c:220 eelf32ppc.c:220 eelf32ppc_fbsd.c:220 -#: eelf32ppclinux.c:220 eelf32ppcnto.c:220 eelf32ppcsim.c:220 -#: eelf32ppcvxworks.c:165 eelf32ppcwindiss.c:220 eelf64lppc.c:382 -#: eelf64ppc.c:382 eelf64ppc_fbsd.c:382 eppclynx.c:220 +#: eelf32lppc.c:168 eelf32lppclinux.c:168 eelf32lppcnto.c:168 +#: eelf32lppcsim.c:168 eelf32ppc.c:168 eelf32ppc_fbsd.c:168 +#: eelf32ppclinux.c:168 eelf32ppcnto.c:168 eelf32ppcsim.c:168 +#: eelf32ppcvxworks.c:113 eelf32ppcwindiss.c:168 eelf64lppc.c:330 +#: eelf64ppc.c:330 eelf64ppc_fbsd.c:330 eppclynx.c:168 msgid "%X%P: TLS problem %E\n" msgstr "" -#: eelf32lppc.c:302 eelf32lppclinux.c:302 eelf32lppcnto.c:302 -#: eelf32lppcsim.c:302 eelf32ppc.c:302 eelf32ppc_fbsd.c:302 -#: eelf32ppclinux.c:302 eelf32ppcnto.c:302 eelf32ppcsim.c:302 -#: eelf32ppcvxworks.c:247 eelf32ppcwindiss.c:302 eppclynx.c:302 +#: eelf32lppc.c:255 eelf32lppclinux.c:255 eelf32lppcnto.c:255 +#: eelf32lppcsim.c:255 eelf32ppc.c:255 eelf32ppc_fbsd.c:255 +#: eelf32ppclinux.c:255 eelf32ppcnto.c:255 eelf32ppcsim.c:255 +#: eelf32ppcvxworks.c:200 eelf32ppcwindiss.c:255 eppclynx.c:255 msgid "%X%P: ppc_finish_symbols problem %E\n" msgstr "" -#: eelf32lppc.c:2458 eelf32lppclinux.c:2458 eelf32lppcnto.c:2458 -#: eelf32lppcsim.c:2458 eelf32ppc.c:2458 eelf32ppc_fbsd.c:2465 -#: eelf32ppclinux.c:2458 eelf32ppcnto.c:2458 eelf32ppcsim.c:2458 -#: eelf32ppcvxworks.c:2432 eelf32ppcwindiss.c:2458 eelf64lppc.c:2914 -#: eelf64ppc.c:2914 eelf64ppc_fbsd.c:2921 eppclynx.c:2465 +#: eelf32lppc.c:731 eelf32lppclinux.c:731 eelf32lppcnto.c:731 +#: eelf32lppcsim.c:731 eelf32ppc.c:731 eelf32ppc_fbsd.c:731 +#: eelf32ppclinux.c:731 eelf32ppcnto.c:731 eelf32ppcsim.c:731 +#: eelf32ppcvxworks.c:705 eelf32ppcwindiss.c:731 eelf64lppc.c:1160 +#: eelf64ppc.c:1160 eelf64ppc_fbsd.c:1160 eppclynx.c:731 msgid "%F%P: invalid --plt-align `%s'\n" msgstr "" -#: eelf32lppc.c:2491 eelf32lppclinux.c:2491 eelf32lppcnto.c:2491 -#: eelf32lppcsim.c:2491 eelf32ppc.c:2491 eelf32ppc_fbsd.c:2498 -#: eelf32ppclinux.c:2491 eelf32ppcnto.c:2491 eelf32ppcsim.c:2491 -#: eelf32ppcvxworks.c:2465 eelf32ppcwindiss.c:2491 eppclynx.c:2498 +#: eelf32lppc.c:764 eelf32lppclinux.c:764 eelf32lppcnto.c:764 +#: eelf32lppcsim.c:764 eelf32ppc.c:764 eelf32ppc_fbsd.c:764 +#: eelf32ppclinux.c:764 eelf32ppcnto.c:764 eelf32ppcsim.c:764 +#: eelf32ppcvxworks.c:738 eelf32ppcwindiss.c:764 eppclynx.c:764 msgid "%F%P: invalid pagesize `%s'\n" msgstr "" -#: eelf32lppc.c:2521 eelf32lppclinux.c:2521 eelf32lppcnto.c:2521 -#: eelf32lppcsim.c:2521 eelf32ppc.c:2521 eelf32ppc_fbsd.c:2528 -#: eelf32ppclinux.c:2521 eelf32ppcnto.c:2521 eelf32ppcsim.c:2521 -#: eelf32ppcvxworks.c:2499 eelf32ppcwindiss.c:2521 eelf64lppc.c:3051 -#: eelf64ppc.c:3051 eelf64ppc_fbsd.c:3058 eppclynx.c:2528 +#: eelf32lppc.c:794 eelf32lppclinux.c:794 eelf32lppcnto.c:794 +#: eelf32lppcsim.c:794 eelf32ppc.c:794 eelf32ppc_fbsd.c:794 +#: eelf32ppclinux.c:794 eelf32ppcnto.c:794 eelf32ppcsim.c:794 +#: eelf32ppcvxworks.c:772 eelf32ppcwindiss.c:794 eelf64lppc.c:1297 +#: eelf64ppc.c:1297 eelf64ppc_fbsd.c:1297 eppclynx.c:794 #, c-format msgid " --emit-stub-syms Label linker stubs with a symbol\n" msgstr "" -#: eelf32lppc.c:2524 eelf32lppclinux.c:2524 eelf32lppcnto.c:2524 -#: eelf32lppcsim.c:2524 eelf32ppc.c:2524 eelf32ppc_fbsd.c:2531 -#: eelf32ppclinux.c:2524 eelf32ppcnto.c:2524 eelf32ppcsim.c:2524 -#: eelf32ppcvxworks.c:2502 eelf32ppcwindiss.c:2524 eelf64lppc.c:3054 -#: eelf64ppc.c:3054 eelf64ppc_fbsd.c:3061 eppclynx.c:2531 +#: eelf32lppc.c:797 eelf32lppclinux.c:797 eelf32lppcnto.c:797 +#: eelf32lppcsim.c:797 eelf32ppc.c:797 eelf32ppc_fbsd.c:797 +#: eelf32ppclinux.c:797 eelf32ppcnto.c:797 eelf32ppcsim.c:797 +#: eelf32ppcvxworks.c:775 eelf32ppcwindiss.c:797 eelf64lppc.c:1300 +#: eelf64ppc.c:1300 eelf64ppc_fbsd.c:1300 eppclynx.c:797 #, c-format msgid " --no-emit-stub-syms Don't label linker stubs with a symbol\n" msgstr "" -#: eelf32lppc.c:2527 eelf32lppclinux.c:2527 eelf32lppcnto.c:2527 -#: eelf32lppcsim.c:2527 eelf32ppc.c:2527 eelf32ppc_fbsd.c:2534 -#: eelf32ppclinux.c:2527 eelf32ppcnto.c:2527 eelf32ppcsim.c:2527 -#: eelf32ppcvxworks.c:2505 eelf32ppcwindiss.c:2527 eelf64lppc.c:3074 -#: eelf64ppc.c:3074 eelf64ppc_fbsd.c:3081 eppclynx.c:2534 +#: eelf32lppc.c:800 eelf32lppclinux.c:800 eelf32lppcnto.c:800 +#: eelf32lppcsim.c:800 eelf32ppc.c:800 eelf32ppc_fbsd.c:800 +#: eelf32ppclinux.c:800 eelf32ppcnto.c:800 eelf32ppcsim.c:800 +#: eelf32ppcvxworks.c:778 eelf32ppcwindiss.c:800 eelf64lppc.c:1320 +#: eelf64ppc.c:1320 eelf64ppc_fbsd.c:1320 eppclynx.c:800 #, c-format msgid " --no-tls-optimize Don't try to optimize TLS accesses\n" msgstr "" -#: eelf32lppc.c:2530 eelf32lppclinux.c:2530 eelf32lppcnto.c:2530 -#: eelf32lppcsim.c:2530 eelf32ppc.c:2530 eelf32ppc_fbsd.c:2537 -#: eelf32ppclinux.c:2530 eelf32ppcnto.c:2530 eelf32ppcsim.c:2530 -#: eelf32ppcvxworks.c:2508 eelf32ppcwindiss.c:2530 eelf64lppc.c:3080 -#: eelf64ppc.c:3080 eelf64ppc_fbsd.c:3087 eppclynx.c:2537 +#: eelf32lppc.c:803 eelf32lppclinux.c:803 eelf32lppcnto.c:803 +#: eelf32lppcsim.c:803 eelf32ppc.c:803 eelf32ppc_fbsd.c:803 +#: eelf32ppclinux.c:803 eelf32ppcnto.c:803 eelf32ppcsim.c:803 +#: eelf32ppcvxworks.c:781 eelf32ppcwindiss.c:803 eelf64lppc.c:1326 +#: eelf64ppc.c:1326 eelf64ppc_fbsd.c:1326 eppclynx.c:803 #, c-format msgid " --no-tls-get-addr-optimize Don't use a special __tls_get_addr call\n" msgstr "" -#: eelf32lppc.c:2533 eelf32lppclinux.c:2533 eelf32lppcnto.c:2533 -#: eelf32lppcsim.c:2533 eelf32ppc.c:2533 eelf32ppc_fbsd.c:2540 -#: eelf32ppclinux.c:2533 eelf32ppcnto.c:2533 eelf32ppcsim.c:2533 -#: eelf32ppcwindiss.c:2533 eppclynx.c:2540 +#: eelf32lppc.c:806 eelf32lppclinux.c:806 eelf32lppcnto.c:806 +#: eelf32lppcsim.c:806 eelf32ppc.c:806 eelf32ppc_fbsd.c:806 +#: eelf32ppclinux.c:806 eelf32ppcnto.c:806 eelf32ppcsim.c:806 +#: eelf32ppcwindiss.c:806 eppclynx.c:806 #, c-format msgid " --secure-plt Use new-style PLT if possible\n" msgstr "" -#: eelf32lppc.c:2536 eelf32lppclinux.c:2536 eelf32lppcnto.c:2536 -#: eelf32lppcsim.c:2536 eelf32ppc.c:2536 eelf32ppc_fbsd.c:2543 -#: eelf32ppclinux.c:2536 eelf32ppcnto.c:2536 eelf32ppcsim.c:2536 -#: eelf32ppcwindiss.c:2536 eppclynx.c:2543 +#: eelf32lppc.c:809 eelf32lppclinux.c:809 eelf32lppcnto.c:809 +#: eelf32lppcsim.c:809 eelf32ppc.c:809 eelf32ppc_fbsd.c:809 +#: eelf32ppclinux.c:809 eelf32ppcnto.c:809 eelf32ppcsim.c:809 +#: eelf32ppcwindiss.c:809 eppclynx.c:809 #, c-format msgid " --bss-plt Force old-style BSS PLT\n" msgstr "" -#: eelf32lppc.c:2539 eelf32lppclinux.c:2539 eelf32lppcnto.c:2539 -#: eelf32lppcsim.c:2539 eelf32ppc.c:2539 eelf32ppc_fbsd.c:2546 -#: eelf32ppclinux.c:2539 eelf32ppcnto.c:2539 eelf32ppcsim.c:2539 -#: eelf32ppcwindiss.c:2539 eppclynx.c:2546 +#: eelf32lppc.c:812 eelf32lppclinux.c:812 eelf32lppcnto.c:812 +#: eelf32lppcsim.c:812 eelf32ppc.c:812 eelf32ppc_fbsd.c:812 +#: eelf32ppclinux.c:812 eelf32ppcnto.c:812 eelf32ppcsim.c:812 +#: eelf32ppcwindiss.c:812 eppclynx.c:812 #, c-format msgid " --plt-align Align PLT call stubs to fit cache lines\n" msgstr "" -#: eelf32lppc.c:2542 eelf32lppclinux.c:2542 eelf32lppcnto.c:2542 -#: eelf32lppcsim.c:2542 eelf32ppc.c:2542 eelf32ppc_fbsd.c:2549 -#: eelf32ppclinux.c:2542 eelf32ppcnto.c:2542 eelf32ppcsim.c:2542 -#: eelf32ppcwindiss.c:2542 eelf64lppc.c:3042 eelf64ppc.c:3042 -#: eelf64ppc_fbsd.c:3049 eppclynx.c:2549 +#: eelf32lppc.c:815 eelf32lppclinux.c:815 eelf32lppcnto.c:815 +#: eelf32lppcsim.c:815 eelf32ppc.c:815 eelf32ppc_fbsd.c:815 +#: eelf32ppclinux.c:815 eelf32ppcnto.c:815 eelf32ppcsim.c:815 +#: eelf32ppcwindiss.c:815 eelf64lppc.c:1288 eelf64ppc.c:1288 +#: eelf64ppc_fbsd.c:1288 eppclynx.c:815 #, c-format msgid " --no-plt-align Dont't align individual PLT call stubs\n" msgstr "" -#: eelf32lppc.c:2545 eelf32lppclinux.c:2545 eelf32lppcnto.c:2545 -#: eelf32lppcsim.c:2545 eelf32ppc.c:2545 eelf32ppc_fbsd.c:2552 -#: eelf32ppclinux.c:2545 eelf32ppcnto.c:2545 eelf32ppcsim.c:2545 -#: eelf32ppcwindiss.c:2545 eelf64lppc.c:3086 eelf64ppc.c:3086 -#: eelf64ppc_fbsd.c:3093 eppclynx.c:2552 +#: eelf32lppc.c:818 eelf32lppclinux.c:818 eelf32lppcnto.c:818 +#: eelf32lppcsim.c:818 eelf32ppc.c:818 eelf32ppc_fbsd.c:818 +#: eelf32ppclinux.c:818 eelf32ppcnto.c:818 eelf32ppcsim.c:818 +#: eelf32ppcwindiss.c:818 eelf64lppc.c:1332 eelf64ppc.c:1332 +#: eelf64ppc_fbsd.c:1332 eppclynx.c:818 #, c-format msgid "" " --no-inline-optimize Don't convert inline PLT to direct calls\n" msgstr "" -#: eelf32lppc.c:2548 eelf32lppclinux.c:2548 eelf32lppcnto.c:2548 -#: eelf32lppcsim.c:2548 eelf32ppc.c:2548 eelf32ppc_fbsd.c:2555 -#: eelf32ppclinux.c:2548 eelf32ppcnto.c:2548 eelf32ppcsim.c:2548 -#: eelf32ppcwindiss.c:2548 eppclynx.c:2555 +#: eelf32lppc.c:821 eelf32lppclinux.c:821 eelf32lppcnto.c:821 +#: eelf32lppcsim.c:821 eelf32ppc.c:821 eelf32ppc_fbsd.c:821 +#: eelf32ppclinux.c:821 eelf32ppcnto.c:821 eelf32ppcsim.c:821 +#: eelf32ppcwindiss.c:821 eppclynx.c:821 #, c-format msgid " --sdata-got Force GOT location just before .sdata\n" msgstr "" -#: eelf32lppc.c:2551 eelf32lppclinux.c:2551 eelf32lppcnto.c:2551 -#: eelf32lppcsim.c:2551 eelf32ppc.c:2551 eelf32ppc_fbsd.c:2558 -#: eelf32ppclinux.c:2551 eelf32ppcnto.c:2551 eelf32ppcsim.c:2551 -#: eelf32ppcvxworks.c:2511 eelf32ppcwindiss.c:2551 eppclynx.c:2558 +#: eelf32lppc.c:824 eelf32lppclinux.c:824 eelf32lppcnto.c:824 +#: eelf32lppcsim.c:824 eelf32ppc.c:824 eelf32ppc_fbsd.c:824 +#: eelf32ppclinux.c:824 eelf32ppcnto.c:824 eelf32ppcsim.c:824 +#: eelf32ppcvxworks.c:784 eelf32ppcwindiss.c:824 eppclynx.c:824 #, c-format msgid "" " --ppc476-workaround [=pagesize]\n" " Avoid a cache bug on ppc476\n" msgstr "" -#: eelf32lppc.c:2555 eelf32lppclinux.c:2555 eelf32lppcnto.c:2555 -#: eelf32lppcsim.c:2555 eelf32ppc.c:2555 eelf32ppc_fbsd.c:2562 -#: eelf32ppclinux.c:2555 eelf32ppcnto.c:2555 eelf32ppcsim.c:2555 -#: eelf32ppcvxworks.c:2515 eelf32ppcwindiss.c:2555 eppclynx.c:2562 +#: eelf32lppc.c:828 eelf32lppclinux.c:828 eelf32lppcnto.c:828 +#: eelf32lppcsim.c:828 eelf32ppc.c:828 eelf32ppc_fbsd.c:828 +#: eelf32ppclinux.c:828 eelf32ppcnto.c:828 eelf32ppcsim.c:828 +#: eelf32ppcvxworks.c:788 eelf32ppcwindiss.c:828 eppclynx.c:828 #, c-format msgid " --no-ppc476-workaround Disable workaround\n" msgstr "" -#: eelf32lppc.c:2558 eelf32lppclinux.c:2558 eelf32lppcnto.c:2558 -#: eelf32lppcsim.c:2558 eelf32ppc.c:2558 eelf32ppc_fbsd.c:2565 -#: eelf32ppclinux.c:2558 eelf32ppcnto.c:2558 eelf32ppcsim.c:2558 -#: eelf32ppcvxworks.c:2518 eelf32ppcwindiss.c:2558 eppclynx.c:2565 +#: eelf32lppc.c:831 eelf32lppclinux.c:831 eelf32lppcnto.c:831 +#: eelf32lppcsim.c:831 eelf32ppc.c:831 eelf32ppc_fbsd.c:831 +#: eelf32ppclinux.c:831 eelf32ppcnto.c:831 eelf32ppcsim.c:831 +#: eelf32ppcvxworks.c:791 eelf32ppcwindiss.c:831 eppclynx.c:831 #, c-format msgid " --no-pic-fixup Don't edit non-pic to pic\n" msgstr "" -#: eelf32lppc.c:2561 eelf32lppclinux.c:2561 eelf32lppcnto.c:2561 -#: eelf32lppcsim.c:2561 eelf32ppc.c:2561 eelf32ppc_fbsd.c:2568 -#: eelf32ppclinux.c:2561 eelf32ppcnto.c:2561 eelf32ppcsim.c:2561 -#: eelf32ppcvxworks.c:2521 eelf32ppcwindiss.c:2561 eppclynx.c:2568 +#: eelf32lppc.c:834 eelf32lppclinux.c:834 eelf32lppcnto.c:834 +#: eelf32lppcsim.c:834 eelf32ppc.c:834 eelf32ppc_fbsd.c:834 +#: eelf32ppclinux.c:834 eelf32ppcnto.c:834 eelf32ppcsim.c:834 +#: eelf32ppcvxworks.c:794 eelf32ppcwindiss.c:834 eppclynx.c:834 #, c-format msgid "" " --vle-reloc-fixup Correct old object file 16A/16D relocation\n" msgstr "" -#: eelf32mcore.c:2015 +#: eelf32mcore.c:284 #, c-format msgid "" " --base_file Generate a base file for relocatable DLLs\n" msgstr "" -#: eelf32metag.c:2444 eelf64lppc.c:3017 eelf64ppc.c:3017 eelf64ppc_fbsd.c:3024 -#: ehppaelf.c:2309 ehppalinux.c:2486 ehppanbsd.c:2486 ehppaobsd.c:2486 +#: eelf32metag.c:692 eelf64lppc.c:1263 eelf64ppc.c:1263 eelf64ppc_fbsd.c:1263 +#: ehppaelf.c:557 ehppalinux.c:734 ehppanbsd.c:734 ehppaobsd.c:734 #, c-format msgid "" " --stub-group-size=N Maximum size of a group of input sections " @@ -6699,110 +4987,114 @@ msgid "" " choose suitable defaults.\n" msgstr "" -#: eelf32rx.c:2047 +#: eelf32rx.c:316 #, c-format msgid "" " --no-flag-mismatch-warnings Don't warn about objects with incompatible\n" " endian or dsp settings\n" msgstr "" -#: eelf32rx.c:2049 +#: eelf32rx.c:318 #, c-format msgid "" " --flag-mismatch-warnings Warn about objects with incompatible\n" " endian, dsp or ABI settings\n" msgstr "" -#: eelf32rx.c:2051 +#: eelf32rx.c:320 #, c-format msgid "" " --ignore-lma Ignore segment LMAs [default]\n" " (for Renesas Tools compatibility)\n" msgstr "" -#: eelf32rx.c:2053 +#: eelf32rx.c:322 #, c-format msgid " --no-ignore-lma Don't ignore segment LMAs\n" msgstr "" -#: eelf32xtensa.c:189 +#: eelf32xtensa.c:137 msgid "file already has property tables" msgstr "" -#: eelf32xtensa.c:199 +#: eelf32xtensa.c:147 msgid "failed to read section contents" msgstr "" -#: eelf32xtensa.c:211 +#: eelf32xtensa.c:159 msgid "could not create new section" msgstr "" -#: eelf32xtensa.c:227 +#: eelf32xtensa.c:175 msgid "could not allocate section contents" msgstr "" -#: eelf32xtensa.c:246 +#: eelf32xtensa.c:194 msgid "out of memory" msgstr "" -#: eelf32xtensa.c:347 +#: eelf32xtensa.c:295 msgid "" "%P: warning: failed to convert %s table in %pB (%s); subsequent disassembly " "may be incomplete\n" msgstr "" -#: eelf32xtensa.c:464 +#: eelf32xtensa.c:412 msgid "%F%P: %pB: cannot read contents of section %pA\n" msgstr "" -#: eelf32xtensa.c:475 +#: eelf32xtensa.c:423 msgid "%P: %pB: warning: incompatible Xtensa configuration (%s)\n" msgstr "" -#: eelf32xtensa.c:479 +#: eelf32xtensa.c:427 msgid "%P: %pB: warning: cannot parse .xtensa.info section\n" msgstr "" -#: eelf32xtensa.c:505 +#: eelf32xtensa.c:453 msgid "%F%P: little endian output does not match Xtensa configuration\n" msgstr "" -#: eelf32xtensa.c:511 +#: eelf32xtensa.c:459 msgid "%F%P: big endian output does not match Xtensa configuration\n" msgstr "" -#: eelf32xtensa.c:530 +#: eelf32xtensa.c:478 msgid "%F%P: cross-endian linking for %pB not supported\n" msgstr "" -#: eelf32xtensa.c:561 +#: eelf32xtensa.c:509 msgid "%F%P: failed to create .xtensa.info section\n" msgstr "" -#: eelf32xtensa.c:4074 +#: eelf32xtensa.c:2347 #, c-format msgid "" " --size-opt When relaxing longcalls, prefer size\n" " optimization over branch target alignment\n" msgstr "" -#: eelf64_ia64.c:2199 eelf64_ia64_fbsd.c:2206 +#: eelf32z80.c:79 +msgid "%F%P: %pB: Istruction set of object files mismatched\n" +msgstr "" + +#: eelf64_ia64.c:470 eelf64_ia64_fbsd.c:470 #, c-format msgid "" " --itanium Generate code for Intel Itanium processor\n" msgstr "" -#: eelf64_s390.c:115 eelf64lppc.c:179 eelf64ppc.c:179 eelf64ppc_fbsd.c:179 +#: eelf64_s390.c:63 eelf64lppc.c:127 eelf64ppc.c:127 eelf64ppc_fbsd.c:127 msgid "%F%P: can not init BFD: %E\n" msgstr "" -#: eelf64_s390.c:2239 +#: eelf64_s390.c:508 #, c-format msgid "" " --s390-pgste Tell the kernel to allocate 4k page tables\n" msgstr "" -#: eelf64alpha.c:2268 eelf64alpha_fbsd.c:2275 eelf64alpha_nbsd.c:2268 +#: eelf64alpha.c:537 eelf64alpha_fbsd.c:537 eelf64alpha_nbsd.c:537 #, c-format msgid "" " --taso Load executable in the lower 31-bit " @@ -6810,68 +5102,68 @@ msgid "" " virtual address range\n" msgstr "" -#: eelf64alpha.c:2271 eelf64alpha_fbsd.c:2278 eelf64alpha_nbsd.c:2271 +#: eelf64alpha.c:540 eelf64alpha_fbsd.c:540 eelf64alpha_nbsd.c:540 #, c-format msgid " --secureplt Force PLT in text segment\n" msgstr "" -#: eelf64alpha.c:2273 eelf64alpha_fbsd.c:2280 eelf64alpha_nbsd.c:2273 +#: eelf64alpha.c:542 eelf64alpha_fbsd.c:542 eelf64alpha_nbsd.c:542 #, c-format msgid " --no-secureplt Force PLT in data segment\n" msgstr "" -#: eelf64lppc.c:363 eelf64lppc.c:391 eelf64ppc.c:363 eelf64ppc.c:391 -#: eelf64ppc_fbsd.c:363 eelf64ppc_fbsd.c:391 +#: eelf64lppc.c:311 eelf64lppc.c:339 eelf64ppc.c:311 eelf64ppc.c:339 +#: eelf64ppc_fbsd.c:311 eelf64ppc_fbsd.c:339 msgid "%X%P: can not edit %s: %E\n" msgstr "" -#: eelf64lppc.c:557 eelf64ppc.c:557 eelf64ppc_fbsd.c:557 +#: eelf64lppc.c:504 eelf64ppc.c:504 eelf64ppc_fbsd.c:504 msgid "%X%P: linker script separates .got and .toc\n" msgstr "" -#: eelf64lppc.c:618 eelf64ppc.c:618 eelf64ppc_fbsd.c:618 +#: eelf64lppc.c:565 eelf64ppc.c:565 eelf64ppc_fbsd.c:565 msgid "%P: .init/.fini fragments use differing TOC pointers\n" msgstr "" -#: eelf64lppc.c:3027 eelf64ppc.c:3027 +#: eelf64lppc.c:1273 eelf64ppc.c:1273 #, c-format msgid "" " --plt-static-chain PLT call stubs should load r11 (default)\n" msgstr "" -#: eelf64lppc.c:3030 eelf64ppc.c:3030 +#: eelf64lppc.c:1276 eelf64ppc.c:1276 #, c-format msgid " --no-plt-static-chain PLT call stubs should not load r11\n" msgstr "" -#: eelf64lppc.c:3033 eelf64ppc.c:3033 eelf64ppc_fbsd.c:3040 +#: eelf64lppc.c:1279 eelf64ppc.c:1279 eelf64ppc_fbsd.c:1279 #, c-format msgid " --plt-thread-safe PLT call stubs with load-load barrier\n" msgstr "" -#: eelf64lppc.c:3036 eelf64ppc.c:3036 eelf64ppc_fbsd.c:3043 +#: eelf64lppc.c:1282 eelf64ppc.c:1282 eelf64ppc_fbsd.c:1282 #, c-format msgid " --no-plt-thread-safe PLT call stubs without barrier\n" msgstr "" -#: eelf64lppc.c:3039 eelf64ppc.c:3039 eelf64ppc_fbsd.c:3046 +#: eelf64lppc.c:1285 eelf64ppc.c:1285 eelf64ppc_fbsd.c:1285 #, c-format msgid " --plt-align [=] Align PLT call stubs to fit cache lines\n" msgstr "" -#: eelf64lppc.c:3045 eelf64ppc.c:3045 eelf64ppc_fbsd.c:3052 +#: eelf64lppc.c:1291 eelf64ppc.c:1291 eelf64ppc_fbsd.c:1291 #, c-format msgid "" " --plt-localentry Optimize calls to ELFv2 localentry:0 " "functions\n" msgstr "" -#: eelf64lppc.c:3048 eelf64ppc.c:3048 eelf64ppc_fbsd.c:3055 +#: eelf64lppc.c:1294 eelf64ppc.c:1294 eelf64ppc_fbsd.c:1294 #, c-format msgid " --no-plt-localentry Don't optimize ELFv2 calls\n" msgstr "" -#: eelf64lppc.c:3057 eelf64ppc.c:3057 eelf64ppc_fbsd.c:3064 +#: eelf64lppc.c:1303 eelf64ppc.c:1303 eelf64ppc_fbsd.c:1303 #, c-format msgid "" " --dotsyms For every version pattern \"foo\" in a " @@ -6881,13 +5173,13 @@ msgid "" " descriptor symbols. Defaults to on.\n" msgstr "" -#: eelf64lppc.c:3063 eelf64ppc.c:3063 eelf64ppc_fbsd.c:3070 +#: eelf64lppc.c:1309 eelf64ppc.c:1309 eelf64ppc_fbsd.c:1309 #, c-format msgid "" " --no-dotsyms Don't do anything special in version scripts\n" msgstr "" -#: eelf64lppc.c:3066 eelf64ppc.c:3066 eelf64ppc_fbsd.c:3073 +#: eelf64lppc.c:1312 eelf64ppc.c:1312 eelf64ppc_fbsd.c:1312 #, c-format msgid "" " --save-restore-funcs Provide register save and restore routines " @@ -6896,118 +5188,118 @@ msgid "" " final link, off for ld -r.\n" msgstr "" -#: eelf64lppc.c:3071 eelf64ppc.c:3071 eelf64ppc_fbsd.c:3078 +#: eelf64lppc.c:1317 eelf64ppc.c:1317 eelf64ppc_fbsd.c:1317 #, c-format msgid " --no-save-restore-funcs Don't provide these routines\n" msgstr "" -#: eelf64lppc.c:3077 eelf64ppc.c:3077 eelf64ppc_fbsd.c:3084 +#: eelf64lppc.c:1323 eelf64ppc.c:1323 eelf64ppc_fbsd.c:1323 #, c-format msgid "" " --tls-get-addr-optimize Force use of special __tls_get_addr call\n" msgstr "" -#: eelf64lppc.c:3083 eelf64ppc.c:3083 eelf64ppc_fbsd.c:3090 +#: eelf64lppc.c:1329 eelf64ppc.c:1329 eelf64ppc_fbsd.c:1329 #, c-format msgid " --no-opd-optimize Don't optimize the OPD section\n" msgstr "" -#: eelf64lppc.c:3089 eelf64ppc.c:3089 eelf64ppc_fbsd.c:3096 +#: eelf64lppc.c:1335 eelf64ppc.c:1335 eelf64ppc_fbsd.c:1335 #, c-format msgid " --no-toc-optimize Don't optimize the TOC section\n" msgstr "" -#: eelf64lppc.c:3092 eelf64ppc.c:3092 eelf64ppc_fbsd.c:3099 +#: eelf64lppc.c:1338 eelf64ppc.c:1338 eelf64ppc_fbsd.c:1338 #, c-format msgid "" " --no-multi-toc Disallow automatic multiple toc sections\n" msgstr "" -#: eelf64lppc.c:3095 eelf64ppc.c:3095 eelf64ppc_fbsd.c:3102 +#: eelf64lppc.c:1341 eelf64ppc.c:1341 eelf64ppc_fbsd.c:1341 #, c-format msgid " --no-toc-sort Don't sort TOC and GOT sections\n" msgstr "" -#: eelf64lppc.c:3098 eelf64ppc.c:3098 eelf64ppc_fbsd.c:3105 +#: eelf64lppc.c:1344 eelf64ppc.c:1344 eelf64ppc_fbsd.c:1344 #, c-format msgid "" " --non-overlapping-opd Canonicalize .opd, so that there are no\n" " overlapping .opd entries\n" msgstr "" -#: eelf64mmix.c:133 emmo.c:128 +#: eelf64mmix.c:81 emmo.c:84 msgid "%X%P: internal problems setting up section %s" msgstr "" -#: eelf64mmix.c:177 emmo.c:172 +#: eelf64mmix.c:125 emmo.c:128 msgid "%X%P: too many global registers: %u, max 223\n" msgstr "" #. This is a fatal error; make einfo call not return. -#: eelf64mmix.c:195 emmo.c:190 +#: eelf64mmix.c:143 emmo.c:146 msgid "%F%P: can't finalize linker-allocated global registers\n" msgstr "" -#: eelf64ppc_fbsd.c:3034 +#: eelf64ppc_fbsd.c:1273 #, c-format msgid " --plt-static-chain PLT call stubs should load r111\n" msgstr "" -#: eelf64ppc_fbsd.c:3037 +#: eelf64ppc_fbsd.c:1276 #, c-format msgid "" " --no-plt-static-chain PLT call stubs should not load r11 (default)\n" msgstr "" -#: eelf_x86_64.c:7486 eelf_x86_64_cloudabi.c:2259 eelf_x86_64_fbsd.c:2266 -#: eelf_x86_64_nacl.c:2259 eelf_x86_64_sol2.c:2390 +#: eelf_x86_64.c:5473 eelf_x86_64_cloudabi.c:570 eelf_x86_64_fbsd.c:570 +#: eelf_x86_64_nacl.c:570 eelf_x86_64_sol2.c:701 #, c-format msgid "" " -z bndplt Always generate BND prefix in PLT entries\n" msgstr "" -#: ehppaelf.c:376 ehppalinux.c:376 ehppanbsd.c:376 ehppaobsd.c:376 +#: ehppaelf.c:324 ehppalinux.c:324 ehppanbsd.c:324 ehppaobsd.c:324 msgid "%X%P: can not set gp\n" msgstr "" -#: ehppaelf.c:2305 ehppalinux.c:2482 ehppanbsd.c:2482 ehppaobsd.c:2482 +#: ehppaelf.c:553 ehppalinux.c:730 ehppanbsd.c:730 ehppaobsd.c:730 #, c-format msgid "" " --multi-subspace Generate import and export stubs to support\n" " multiple sub-space shared libraries\n" msgstr "" -#: ei386beos.c:375 +#: ei386beos.c:376 msgid "%F%P: PE operations on non PE file\n" msgstr "" -#: ei386beos.c:428 ei386beos.c:435 +#: ei386beos.c:425 ei386beos.c:430 msgid "%F%P: %pB: can't read contents of section .idata: %E\n" msgstr "" -#: ei386beos.c:683 +#: ei386beos.c:679 msgid "%F%P: section %s has '$' as first character\n" msgstr "" -#: ei386beos.c:715 +#: ei386beos.c:711 msgid "%F%P: *(%s$) missing from linker script\n" msgstr "" -#: ei386pep.c:374 +#: ei386pep.c:375 #, c-format msgid "" " --[no-]insert-timestamp Use a real timestamp rather than zero " "(default)\n" msgstr "" -#: ei386pep.c:385 +#: ei386pep.c:386 #, c-format msgid "" " export, place into import library " "instead\n" msgstr "" -#: ei386pep.c:390 +#: ei386pep.c:391 #, c-format msgid "" " --compat-implib Create backward compatible import " @@ -7015,7 +5307,7 @@ msgid "" " create __imp_ as well\n" msgstr "" -#: ei386pep.c:391 +#: ei386pep.c:392 #, c-format msgid "" " --enable-auto-image-base Automatically choose image base for " @@ -7023,14 +5315,14 @@ msgid "" " unless user specifies one\n" msgstr "" -#: ei386pep.c:392 +#: ei386pep.c:393 #, c-format msgid "" " --disable-auto-image-base Do not auto-choose image base " "(default)\n" msgstr "" -#: ei386pep.c:396 +#: ei386pep.c:397 #, c-format msgid "" " --enable-runtime-pseudo-reloc Work around auto-import limitations by\n" @@ -7039,7 +5331,7 @@ msgid "" " runtime\n" msgstr "" -#: ei386pep.c:397 +#: ei386pep.c:398 #, c-format msgid "" " --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations " @@ -7047,7 +5339,7 @@ msgid "" " auto-imported DATA\n" msgstr "" -#: ei386pep.c:398 +#: ei386pep.c:399 #, c-format msgid "" " --enable-extra-pep-debug Enable verbose debug output when " @@ -7056,7 +5348,7 @@ msgid "" "import)\n" msgstr "" -#: ei386pep.c:401 +#: ei386pep.c:402 #, c-format msgid "" " --high-entropy-va Image is compatible with 64-bit address " @@ -7064,36 +5356,35 @@ msgid "" " layout randomization (ASLR)\n" msgstr "" -#: ei386pep.c:406 +#: ei386pep.c:407 #, c-format msgid "" " --no-seh Image does not use SEH; no SE handler may\n" " be called in this image\n" msgstr "" -#: ei386pep.c:908 +#: ei386pep.c:909 msgid "" "%P: warning: --export-dynamic is not supported for PE+ targets, did you mean " "--export-all-symbols?\n" msgstr "" -#: ei386pep.c:976 ei386pep.c:1003 +#: ei386pep.c:977 ei386pep.c:1004 #, c-format msgid "warning: resolving %s by linking to %s\n" msgstr "" -#: em68hc11elf.c:193 em68hc11elfb.c:193 em68hc12elf.c:193 em68hc12elfb.c:193 +#: em68hc11elf.c:141 em68hc11elfb.c:141 em68hc12elf.c:141 em68hc12elfb.c:141 msgid "" "%P: warning: the size of the 'window' memory region is not a power of 2; its " "size %d is truncated to %d\n" msgstr "" -#: em68hc11elf.c:208 em68hc11elfb.c:208 em68hc12elf.c:208 em68hc12elfb.c:208 +#: em68hc11elf.c:156 em68hc11elfb.c:156 em68hc12elf.c:156 em68hc12elfb.c:156 msgid "%X%P: changing output format whilst linking is not supported\n" msgstr "" -#: em68hc11elf.c:2304 em68hc11elfb.c:2304 em68hc12elf.c:2304 -#: em68hc12elfb.c:2304 +#: em68hc11elf.c:550 em68hc11elfb.c:550 em68hc12elf.c:550 em68hc12elfb.c:550 #, c-format msgid "" " --no-trampoline Do not generate the far trampolines used to " @@ -7101,8 +5392,7 @@ msgid "" " a far function using jsr or bsr\n" msgstr "" -#: em68hc11elf.c:2307 em68hc11elfb.c:2307 em68hc12elf.c:2307 -#: em68hc12elfb.c:2307 +#: em68hc11elf.c:553 em68hc11elfb.c:553 em68hc12elf.c:553 em68hc12elfb.c:553 #, c-format msgid "" " --bank-window NAME Specify the name of the memory region " @@ -7110,37 +5400,36 @@ msgid "" " the layout of the memory bank window\n" msgstr "" -#: em68kelf.c:139 em68kelfnbsd.c:139 +#: em68kelf.c:89 em68kelfnbsd.c:89 msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n" msgstr "" -#: em68kelf.c:2321 em68kelfnbsd.c:2321 +#: em68kelf.c:591 em68kelfnbsd.c:591 msgid "%P: unrecognized --got argument '%s'\n" msgstr "" -#: em68kelf.c:2334 em68kelfnbsd.c:2334 +#: em68kelf.c:604 em68kelfnbsd.c:604 #, c-format msgid " --got= Specify GOT handling scheme\n" msgstr "" -#: emmo.c:379 +#: emmo.c:333 msgid "%X%P: internal problems scanning %pB after opening it" msgstr "" -#: emsp430X.c:199 emsp430elf.c:199 +#: emsp430X.c:159 emsp430elf.c:159 msgid "%P: error: unhandled data_statement size\n" msgstr "" -#: emsp430X.c:299 emsp430elf.c:299 +#: emsp430X.c:300 emsp430elf.c:300 msgid "%P: error: no section named %s or %s in linker script\n" msgstr "" -#: emsp430X.c:308 emsp430X.c:430 emsp430X.c:443 emsp430elf.c:308 -#: emsp430elf.c:430 emsp430elf.c:443 +#: emsp430X.c:309 emsp430elf.c:309 msgid "%P: error: no section named %s in linker script\n" msgstr "" -#: emsp430X.c:509 emsp430elf.c:509 +#: emsp430X.c:453 emsp430elf.c:453 #, c-format msgid "" " --code-region={either,lower,upper,none}\n" @@ -7148,7 +5437,7 @@ msgid "" "sections\n" msgstr "" -#: emsp430X.c:510 emsp430elf.c:510 +#: emsp430X.c:454 emsp430elf.c:454 #, c-format msgid "" " --data-region={either,lower,upper,none}\n" @@ -7156,7 +5445,7 @@ msgid "" " {either,lower,upper,none}.{bss,data,rodata}* sections\n" msgstr "" -#: emsp430X.c:511 emsp430elf.c:511 +#: emsp430X.c:455 emsp430elf.c:455 #, c-format msgid "" " --disable-sec-transformation\n" @@ -7164,81 +5453,99 @@ msgid "" " add the {either,lower,upper,none} prefixes\n" msgstr "" -#: emsp430X.c:530 emsp430elf.c:530 +#: emsp430X.c:474 emsp430elf.c:474 msgid "%P: --code-region requires an argument: {upper,lower,either,none}\n" msgstr "" -#: emsp430X.c:536 emsp430elf.c:536 +#: emsp430X.c:480 emsp430elf.c:480 msgid "%P: error: unrecognized argument to --code-region= option: \"%s\"\n" msgstr "" -#: emsp430X.c:553 emsp430elf.c:553 +#: emsp430X.c:497 emsp430elf.c:497 msgid "%P: --data-region requires an argument: {upper,lower,either,none}\n" msgstr "" -#: emsp430X.c:559 emsp430elf.c:559 +#: emsp430X.c:503 emsp430elf.c:503 msgid "%P: error: unrecognized argument to --data-region= option: \"%s\"\n" msgstr "" #. Incompatible objects. -#: ends32belf.c:178 ends32belf16m.c:178 ends32belf_linux.c:178 ends32elf.c:178 -#: ends32elf16m.c:178 ends32elf_linux.c:178 +#: ends32belf.c:126 ends32belf16m.c:126 ends32belf_linux.c:126 ends32elf.c:126 +#: ends32elf16m.c:126 ends32elf_linux.c:126 msgid "%F%P: %pB: ABI version of object files mismatched\n" msgstr "" -#: ends32belf.c:2114 ends32belf16m.c:2114 ends32belf_linux.c:2243 -#: ends32elf.c:2114 ends32elf16m.c:2114 ends32elf_linux.c:2243 +#: ends32belf.c:383 ends32belf16m.c:383 ends32belf_linux.c:512 ends32elf.c:383 +#: ends32elf16m.c:383 ends32elf_linux.c:512 msgid "%P: --mbaseline is not used anymore\n" msgstr "" -#: ends32belf.c:2125 ends32belf16m.c:2125 ends32belf_linux.c:2254 -#: ends32elf.c:2125 ends32elf16m.c:2125 ends32elf_linux.c:2254 +#: ends32belf.c:394 ends32belf16m.c:394 ends32belf_linux.c:523 ends32elf.c:394 +#: ends32elf16m.c:394 ends32elf_linux.c:523 msgid "%P: --relax-[no-]reduce-fp-updat is not used anymore\n" msgstr "" -#: ends32belf.c:2129 ends32belf16m.c:2129 ends32belf_linux.c:2258 -#: ends32elf.c:2129 ends32elf16m.c:2129 ends32elf_linux.c:2258 +#: ends32belf.c:398 ends32belf16m.c:398 ends32belf_linux.c:527 ends32elf.c:398 +#: ends32elf16m.c:398 ends32elf_linux.c:527 msgid "%P: missing file for --mexport-symbols\n" msgstr "" -#: ends32belf.c:2142 ends32belf.c:2151 ends32belf16m.c:2142 -#: ends32belf16m.c:2151 ends32belf_linux.c:2271 ends32belf_linux.c:2280 -#: ends32elf.c:2142 ends32elf.c:2151 ends32elf16m.c:2142 ends32elf16m.c:2151 -#: ends32elf_linux.c:2271 ends32elf_linux.c:2280 +#: ends32belf.c:411 ends32belf.c:420 ends32belf16m.c:411 ends32belf16m.c:420 +#: ends32belf_linux.c:540 ends32belf_linux.c:549 ends32elf.c:411 +#: ends32elf.c:420 ends32elf16m.c:411 ends32elf16m.c:420 ends32elf_linux.c:540 +#: ends32elf_linux.c:549 msgid "%P: valid arguments to --mhyper-relax=(low|medium|high)\n" msgstr "" -#: ends32belf.c:2171 ends32belf16m.c:2171 ends32belf_linux.c:2300 -#: ends32elf.c:2171 ends32elf16m.c:2171 ends32elf_linux.c:2300 +#: ends32belf.c:440 ends32belf16m.c:440 ends32belf_linux.c:569 ends32elf.c:440 +#: ends32elf16m.c:440 ends32elf_linux.c:569 #, c-format msgid " --m[no-]fp-as-gp Disable/enable fp-as-gp relaxation\n" msgstr "" -#: ends32belf.c:2173 ends32belf16m.c:2173 ends32belf_linux.c:2302 -#: ends32elf.c:2173 ends32elf16m.c:2173 ends32elf_linux.c:2302 +#: ends32belf.c:442 ends32belf16m.c:442 ends32belf_linux.c:571 ends32elf.c:442 +#: ends32elf16m.c:442 ends32elf_linux.c:571 #, c-format msgid " --mexport-symbols=FILE Exporting symbols in linker script\n" msgstr "" -#: ends32belf.c:2175 ends32belf16m.c:2175 ends32belf_linux.c:2304 -#: ends32elf.c:2175 ends32elf16m.c:2175 ends32elf_linux.c:2304 +#: ends32belf.c:444 ends32belf16m.c:444 ends32belf_linux.c:573 ends32elf.c:444 +#: ends32elf16m.c:444 ends32elf_linux.c:573 #, c-format msgid "" " --mhyper-relax=level Adjust relax level (low|medium|high). default: " "medium\n" msgstr "" -#: ends32belf.c:2177 ends32belf16m.c:2177 ends32belf_linux.c:2306 -#: ends32elf.c:2177 ends32elf16m.c:2177 ends32elf_linux.c:2306 +#: ends32belf.c:446 ends32belf16m.c:446 ends32belf_linux.c:575 ends32elf.c:446 +#: ends32elf16m.c:446 ends32elf_linux.c:575 #, c-format msgid " --m[no-]tlsdesc-trampoline Disable/enable TLS DESC trampoline\n" msgstr "" -#: etic3xcoff.c:68 etic3xcoff_onchip.c:68 etic4xcoff.c:68 etic54xcoff.c:68 +#: etic3xcoff.c:69 etic3xcoff_onchip.c:69 etic4xcoff.c:69 etic54xcoff.c:69 #, c-format msgid " --format 0|1|2 Specify which COFF version to use\n" msgstr "" -#: etic3xcoff.c:90 etic3xcoff_onchip.c:90 etic4xcoff.c:90 etic54xcoff.c:90 +#: etic3xcoff.c:91 etic3xcoff_onchip.c:91 etic4xcoff.c:91 etic54xcoff.c:91 msgid "%F%P: invalid COFF format version %s\n" msgstr "" + +#: ez80.c:101 +msgid "%P: warning: unknown machine type %u" +msgstr "" + +#. combination may cause invalid objdump output +#. but it is possible for mixed ADL/Z80 code +#: ez80.c:131 +msgid "" +"%P: warning: mixing ADL and Z80 mode binaries, objdump may generate invalid " +"output" +msgstr "" + +#. invalid combination: for example Z180 + R800 +#: ez80.c:135 +msgid "" +"%P: warning: incompatible object files linked, result code might not work" +msgstr "" diff --git a/ld/scripttempl/z80.sc b/ld/scripttempl/z80.sc index 1d43c245151..fdafcf5561e 100644 --- a/ld/scripttempl/z80.sc +++ b/ld/scripttempl/z80.sc @@ -4,8 +4,16 @@ # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. -if [ x${LD_FLAG} = x ] -then +if test "${OUTPUT_FORMAT}" = "elf32-z80"; then + NO_REL_RELOCS=1 + NO_RELA_RELOCS=1 + NO_SMALL_DATA=1 + EMBEDDED=1 + ALIGNMENT=1 + . $srcdir/scripttempl/elf.sc + return 0 +fi + cat << EOF /* Copyright (C) 2014-2020 Free Software Foundation, Inc. @@ -13,20 +21,18 @@ cat << EOF are permitted in any medium without royalty provided the copyright notice and this notice are preserved. */ -/* Create a cp/m executable; load and execute at 0x100. */ -OUTPUT_FORMAT("binary") -. = 0x100; -__Ltext = .; -ENTRY (__Ltext) -EOF -else - echo "OUTPUT_FORMAT(\"${OUTPUT_FORMAT}\")" -fi -cat <: +[ ]+0:[ ]+78[ ]+ld a,b +[ ]+1:[ ]+79[ ]+ld a,c +[ ]+2:[ ]+7a[ ]+ld a,d +[ ]+3:[ ]+7b[ ]+ld a,e +[ ]+4:[ ]+7c[ ]+ld a,h +[ ]+5:[ ]+7d[ ]+ld a,l +[ ]+6:[ ]+7e[ ]+ld a,\(hl\) +[ ]+7:[ ]+7f[ ]+ld a,a +[ ]+8:[ ]+2f[ ]+cpl +[ ]+9:[ ]+10 f5[ ]+djnz 0x0000 +[ ]+b:[ ]+18 f4[ ]+jr 0x0001 +[ ]+d:[ ]+20 f3[ ]+jr nz,0x0002 +[ ]+f:[ ]+28 f2[ ]+jr z,0x0003 +[ ]+11:[ ]+30 f1[ ]+jr nc,0x0004 +[ ]+13:[ ]+38 f0[ ]+jr c,0x0005 +[ ]+15:[ ]+10 fe[ ]+djnz 0x0015 +[ ]+17:[ ]+18 fe[ ]+jr 0x0017 +[ ]+19:[ ]+20 fe[ ]+jr nz,0x0019 +[ ]+1b:[ ]+28 fe[ ]+jr z,0x001b +[ ]+1d:[ ]+30 fe[ ]+jr nc,0x001d +[ ]+1f:[ ]+38 fe[ ]+jr c,0x001f +[ ]+21:[ ]+10 fe[ ]+djnz 0x0021 +[ ]+23:[ ]+18 fe[ ]+jr 0x0023 +[ ]+25:[ ]+20 fe[ ]+jr nz,0x0025 +[ ]+27:[ ]+28 fe[ ]+jr z,0x0027 +[ ]+29:[ ]+30 fe[ ]+jr nc,0x0029 +[ ]+2b:[ ]+38 fe[ ]+jr c,0x002b +[ ]+2d:[ ]+10 0a[ ]+djnz 0x0039 +[ ]+2f:[ ]+18 09[ ]+jr 0x003a +[ ]+31:[ ]+20 08[ ]+jr nz,0x003b +[ ]+33:[ ]+28 07[ ]+jr z,0x003c +[ ]+35:[ ]+30 06[ ]+jr nc,0x003d +[ ]+37:[ ]+38 05[ ]+jr c,0x003e +[ ]+39:[ ]+c9[ ]+ret +[ ]+3a:[ ]+c9[ ]+ret +[ ]+3b:[ ]+c9[ ]+ret +[ ]+3c:[ ]+c9[ ]+ret +[ ]+3d:[ ]+c9[ ]+ret +[ ]+3e:[ ]+c9[ ]+ret diff --git a/ld/testsuite/ld-z80/jr_f.d b/ld/testsuite/ld-z80/jr_f.d new file mode 100644 index 00000000000..5a107c3e8cf --- /dev/null +++ b/ld/testsuite/ld-z80/jr_f.d @@ -0,0 +1,70 @@ +#name: Z80 forward PC relative relocations +#source: jr.s -z80 +#source: labels.s -z80 +#ld: -e 0 -Ttext 0 -Tdata 0x100 +#objdump: -d + + +.*:[ ]+file format (coff)|(elf32)\-z80 + + +.* \.text: + +00000000 <.*>: +[ ]+0:[ ]+10 34[ ]+djnz 0x0036 +[ ]+2:[ ]+18 33[ ]+jr 0x0037 +[ ]+4:[ ]+20 32[ ]+jr nz,0x0038 +[ ]+6:[ ]+28 31[ ]+jr z,0x0039 +[ ]+8:[ ]+30 30[ ]+jr nc,0x003a +[ ]+a:[ ]+38 2f[ ]+jr c,0x003b +[ ]+c:[ ]+10 fe[ ]+djnz 0x000c +[ ]+e:[ ]+18 fe[ ]+jr 0x000e +[ ]+10:[ ]+20 fe[ ]+jr nz,0x0010 +[ ]+12:[ ]+28 fe[ ]+jr z,0x0012 +[ ]+14:[ ]+30 fe[ ]+jr nc,0x0014 +[ ]+16:[ ]+38 fe[ ]+jr c,0x0016 +[ ]+18:[ ]+10 fe[ ]+djnz 0x0018 +[ ]+1a:[ ]+18 fe[ ]+jr 0x001a +[ ]+1c:[ ]+20 fe[ ]+jr nz,0x001c +[ ]+1e:[ ]+28 fe[ ]+jr z,0x001e +[ ]+20:[ ]+30 fe[ ]+jr nc,0x0020 +[ ]+22:[ ]+38 fe[ ]+jr c,0x0022 +[ ]+24:[ ]+10 0a[ ]+djnz 0x0030 +[ ]+26:[ ]+18 09[ ]+jr 0x0031 +[ ]+28:[ ]+20 08[ ]+jr nz,0x0032 +[ ]+2a:[ ]+28 07[ ]+jr z,0x0033 +[ ]+2c:[ ]+30 06[ ]+jr nc,0x0034 +[ ]+2e:[ ]+38 05[ ]+jr c,0x0035 +[ ]+30:[ ]+c9[ ]+ret +[ ]+31:[ ]+c9[ ]+ret +[ ]+32:[ ]+c9[ ]+ret +[ ]+33:[ ]+c9[ ]+ret +[ ]+34:[ ]+c9[ ]+ret +[ ]+35:[ ]+c9[ ]+ret + +00000036 : +[ ]+36:[ ]+78[ ]+ld a,b + +00000037 : +[ ]+37:[ ]+79[ ]+ld a,c + +00000038 : +[ ]+38:[ ]+7a[ ]+ld a,d + +00000039 : +[ ]+39:[ ]+7b[ ]+ld a,e + +0000003a : +[ ]+3a:[ ]+7c[ ]+ld a,h + +0000003b : +[ ]+3b:[ ]+7d[ ]+ld a,l + +0000003c : +[ ]+3c:[ ]+7e[ ]+ld a,\(hl\) + +0000003d : +[ ]+3d:[ ]+7f[ ]+ld a,a + +0000003e : +[ ]+3e:[ ]+2f[ ]+cpl diff --git a/ld/testsuite/ld-z80/labels.s b/ld/testsuite/ld-z80/labels.s new file mode 100644 index 00000000000..a957fef7829 --- /dev/null +++ b/ld/testsuite/ld-z80/labels.s @@ -0,0 +1,43 @@ + .text + .globl label1 + .globl label2 + .globl label3 + .globl label4 + .globl label5 + .globl label6 + .globl label7 + .globl label8 + .globl label9 + .globl value8 + .globl value16 + .globl value24 + .globl value32 + .globl field_0 + .globl field_1 +_start: +label1: + ld a,b +label2: + ld a,c +label3: + ld a,d +label4: + ld a,e +label5: + ld a,h +label6: + ld a,l +label7: + ld a,(hl) +label8: + ld a,a +label9: + cpl + +value8 .equ 0x12 +value16 .equ 0x1234 +value24 .equ 0x123456 +value32 .equ 0x12345678 + +field_0 .equ 3 +field_1 .equ field_0 + 1 diff --git a/ld/testsuite/ld-z80/relocs.s b/ld/testsuite/ld-z80/relocs.s new file mode 100644 index 00000000000..131a702158c --- /dev/null +++ b/ld/testsuite/ld-z80/relocs.s @@ -0,0 +1,81 @@ + .text +; .org 0 + + .globl label1 + .globl label2 + .globl label3 + .globl label4 + .globl label5 + .globl label6 + .globl label7 + .globl label8 + .globl label9 + + .globl value8 + .globl value16 + .globl value24 + .globl value32 + + .globl field_0 + .globl field_1 + + call label1 + call nz,label2 + call z,label3 + call nc,label4 + call c,label5 + call po,label6 + call pe,label7 + call p,label8 + call m,label9 + + jp label1 + jp nz,label2 + jp z,label3 + jp nc,label4 + jp c,label5 + jp po,label6 + jp pe,label7 + jp p,label8 + jp m,label9 + + ld l,(ix+5) + ld a,(ix+field_0) + ld c,(ix+field_1-10) + ld b,(ix+field_1-11) + +field_0_1 .equ field_0+90 + + ld (iy-5),l + ld (iy+field_0),a + ld (iy+field_1+10),c + ld (iy+field_1+11),b + ld h,(iy+field_0_1) + + .ifdef ADLMODE + ld.is de,value32 >> 16 + ld.is hl,value32 & 0xffff + ld.is de,(value32 + 0x12345678) >> 16 + ld.is hl,(value32 + 0x12345678) & 0xffff + .else + ld de,value32 >> 16 + ld hl,value32 & 0xffff + ld de,(value32 + 0x12345678) >> 16 + ld hl,(value32 + 0x12345678) & 0xffff + .endif + + ld d,value32 >> 24 + ld e,value32 >> 16 + ld h,value32 >> 8 + ld l,value32 >> 0 + + ld d,(value32 + 0x12345678) >> 24 + ld e,(value32 + 0x12345678) >> 16 + ld h,(value32 + 0x12345678) >> 8 + ld l,(value32 + 0x12345678) >> 0 + + .data + .db value8 + .dw value16 + .d24 value24 + .d32 value32 diff --git a/ld/testsuite/ld-z80/relocs_b_ez80.d b/ld/testsuite/ld-z80/relocs_b_ez80.d new file mode 100644 index 00000000000..a421ce8d13b --- /dev/null +++ b/ld/testsuite/ld-z80/relocs_b_ez80.d @@ -0,0 +1,60 @@ +#name: eZ80 backward relocation in ADL mode +#source: labels.s -ez80-adl +#source: relocs.s -ez80-adl --defsym ADLMODE=1 +#ld: -e 0 -Ttext 0x100 -Tdata 0x200 -s +#objdump: -d + +.*:[ ]+file format (coff)|(elf32)\-z80 + + +.* \.text: + +00000100 <.*>: + 100:[ ]+78[ ]+ld a,b + 101:[ ]+79[ ]+ld a,c + 102:[ ]+7a[ ]+ld a,d + 103:[ ]+7b[ ]+ld a,e + 104:[ ]+7c[ ]+ld a,h + 105:[ ]+7d[ ]+ld a,l + 106:[ ]+7e[ ]+ld a,\(hl\) + 107:[ ]+7f[ ]+ld a,a + 108:[ ]+2f[ ]+cpl + 109:[ ]+cd 00 01 00[ ]+call 0x0100 + 10d:[ ]+c4 01 01 00[ ]+call nz,0x0101 + 111:[ ]+cc 02 01 00[ ]+call z,0x0102 + 115:[ ]+d4 03 01 00[ ]+call nc,0x0103 + 119:[ ]+dc 04 01 00[ ]+call c,0x0104 + 11d:[ ]+e4 05 01 00[ ]+call po,0x0105 + 121:[ ]+ec 06 01 00[ ]+call pe,0x0106 + 125:[ ]+f4 07 01 00[ ]+call p,0x0107 + 129:[ ]+fc 08 01 00[ ]+call m,0x0108 + 12d:[ ]+c3 00 01 00[ ]+jp 0x0100 + 131:[ ]+c2 01 01 00[ ]+jp nz,0x0101 + 135:[ ]+ca 02 01 00[ ]+jp z,0x0102 + 139:[ ]+d2 03 01 00[ ]+jp nc,0x0103 + 13d:[ ]+da 04 01 00[ ]+jp c,0x0104 + 141:[ ]+e2 05 01 00[ ]+jp po,0x0105 + 145:[ ]+ea 06 01 00[ ]+jp pe,0x0106 + 149:[ ]+f2 07 01 00[ ]+jp p,0x0107 + 14d:[ ]+fa 08 01 00[ ]+jp m,0x0108 + 151:[ ]+dd 6e 05[ ]+ld l,\(ix\+5\) + 154:[ ]+dd 7e 03[ ]+ld a,\(ix\+3\) + 157:[ ]+dd 4e fa[ ]+ld c,\(ix\-6\) + 15a:[ ]+dd 46 f9[ ]+ld b,\(ix\-7\) + 15d:[ ]+fd 75 fb[ ]+ld \(iy\-5\),l + 160:[ ]+fd 77 03[ ]+ld \(iy\+3\),a + 163:[ ]+fd 71 0e[ ]+ld \(iy\+14\),c + 166:[ ]+fd 70 0f[ ]+ld \(iy\+15\),b + 169:[ ]+fd 66 5d[ ]+ld h,\(iy\+93\) + 16c:[ ]+49 11 34 12[ ]+ld\.lis de,0x1234 + 170:[ ]+49 21 78 56[ ]+ld\.lis hl,0x5678 + 174:[ ]+49 11 68 24[ ]+ld\.lis de,0x2468 + 178:[ ]+49 21 f0 ac[ ]+ld\.lis hl,0xacf0 + 17c:[ ]+16 12[ ]+ld d,0x12 + 17e:[ ]+1e 34[ ]+ld e,0x34 + 180:[ ]+26 56[ ]+ld h,0x56 + 182:[ ]+2e 78[ ]+ld l,0x78 + 184:[ ]+16 24[ ]+ld d,0x24 + 186:[ ]+1e 68[ ]+ld e,0x68 + 188:[ ]+26 ac[ ]+ld h,0xac + 18a:[ ]+2e f0[ ]+ld l,0xf0 diff --git a/ld/testsuite/ld-z80/relocs_b_z80.d b/ld/testsuite/ld-z80/relocs_b_z80.d new file mode 100644 index 00000000000..14176500601 --- /dev/null +++ b/ld/testsuite/ld-z80/relocs_b_z80.d @@ -0,0 +1,60 @@ +#name: Z80 backward relocation +#source: labels.s -z80 +#source: relocs.s -z80 +#ld: -e 0 -Ttext 0x100 -Tdata 0x200 -s +#objdump: -d + +.*:[ ]+file format (coff)|(elf32)\-z80 + + +.* \.text: + +00000100 <.*>: + 100:[ ]+78[ ]+ld a,b + 101:[ ]+79[ ]+ld a,c + 102:[ ]+7a[ ]+ld a,d + 103:[ ]+7b[ ]+ld a,e + 104:[ ]+7c[ ]+ld a,h + 105:[ ]+7d[ ]+ld a,l + 106:[ ]+7e[ ]+ld a,\(hl\) + 107:[ ]+7f[ ]+ld a,a + 108:[ ]+2f[ ]+cpl + 109:[ ]+cd 00 01[ ]+call 0x0100 + 10c:[ ]+c4 01 01[ ]+call nz,0x0101 + 10f:[ ]+cc 02 01[ ]+call z,0x0102 + 112:[ ]+d4 03 01[ ]+call nc,0x0103 + 115:[ ]+dc 04 01[ ]+call c,0x0104 + 118:[ ]+e4 05 01[ ]+call po,0x0105 + 11b:[ ]+ec 06 01[ ]+call pe,0x0106 + 11e:[ ]+f4 07 01[ ]+call p,0x0107 + 121:[ ]+fc 08 01[ ]+call m,0x0108 + 124:[ ]+c3 00 01[ ]+jp 0x0100 + 127:[ ]+c2 01 01[ ]+jp nz,0x0101 + 12a:[ ]+ca 02 01[ ]+jp z,0x0102 + 12d:[ ]+d2 03 01[ ]+jp nc,0x0103 + 130:[ ]+da 04 01[ ]+jp c,0x0104 + 133:[ ]+e2 05 01[ ]+jp po,0x0105 + 136:[ ]+ea 06 01[ ]+jp pe,0x0106 + 139:[ ]+f2 07 01[ ]+jp p,0x0107 + 13c:[ ]+fa 08 01[ ]+jp m,0x0108 + 13f:[ ]+dd 6e 05[ ]+ld l,\(ix\+5\) + 142:[ ]+dd 7e 03[ ]+ld a,\(ix\+3\) + 145:[ ]+dd 4e fa[ ]+ld c,\(ix\-6\) + 148:[ ]+dd 46 f9[ ]+ld b,\(ix\-7\) + 14b:[ ]+fd 75 fb[ ]+ld \(iy\-5\),l + 14e:[ ]+fd 77 03[ ]+ld \(iy\+3\),a + 151:[ ]+fd 71 0e[ ]+ld \(iy\+14\),c + 154:[ ]+fd 70 0f[ ]+ld \(iy\+15\),b + 157:[ ]+fd 66 5d[ ]+ld h,\(iy\+93\) + 15a:[ ]+11 34 12[ ]+ld de,0x1234 + 15d:[ ]+21 78 56[ ]+ld hl,0x5678 + 160:[ ]+11 68 24[ ]+ld de,0x2468 + 163:[ ]+21 f0 ac[ ]+ld hl,0xacf0 + 166:[ ]+16 12[ ]+ld d,0x12 + 168:[ ]+1e 34[ ]+ld e,0x34 + 16a:[ ]+26 56[ ]+ld h,0x56 + 16c:[ ]+2e 78[ ]+ld l,0x78 + 16e:[ ]+16 24[ ]+ld d,0x24 + 170:[ ]+1e 68[ ]+ld e,0x68 + 172:[ ]+26 ac[ ]+ld h,0xac + 174:[ ]+2e f0[ ]+ld l,0xf0 diff --git a/ld/testsuite/ld-z80/relocs_f_ez80.d b/ld/testsuite/ld-z80/relocs_f_ez80.d new file mode 100644 index 00000000000..323156bd7f2 --- /dev/null +++ b/ld/testsuite/ld-z80/relocs_f_ez80.d @@ -0,0 +1,78 @@ +#name: eZ80 forward relocation in ADL mode +#source: relocs.s -ez80-adl --defsym ADLMODE=1 +#source: labels.s -ez80-adl +#ld: -e 0 -Ttext 0x100 -Tdata 0x200 +#objdump: -d + +.*:[ ]+file format (coff)|(elf32)\-z80 + + +.* \.text: + +00000100 <.*>: + 100:[ ]+cd 83 01 00[ ]+call 0x0183 + 104:[ ]+c4 84 01 00[ ]+call nz,0x0184 + 108:[ ]+cc 85 01 00[ ]+call z,0x0185 + 10c:[ ]+d4 86 01 00[ ]+call nc,0x0186 + 110:[ ]+dc 87 01 00[ ]+call c,0x0187 + 114:[ ]+e4 88 01 00[ ]+call po,0x0188 + 118:[ ]+ec 89 01 00[ ]+call pe,0x0189 + 11c:[ ]+f4 8a 01 00[ ]+call p,0x018a + 120:[ ]+fc 8b 01 00[ ]+call m,0x018b + 124:[ ]+c3 83 01 00[ ]+jp 0x0183 + 128:[ ]+c2 84 01 00[ ]+jp nz,0x0184 + 12c:[ ]+ca 85 01 00[ ]+jp z,0x0185 + 130:[ ]+d2 86 01 00[ ]+jp nc,0x0186 + 134:[ ]+da 87 01 00[ ]+jp c,0x0187 + 138:[ ]+e2 88 01 00[ ]+jp po,0x0188 + 13c:[ ]+ea 89 01 00[ ]+jp pe,0x0189 + 140:[ ]+f2 8a 01 00[ ]+jp p,0x018a + 144:[ ]+fa 8b 01 00[ ]+jp m,0x018b + 148:[ ]+dd 6e 05[ ]+ld l,\(ix\+5\) + 14b:[ ]+dd 7e 03[ ]+ld a,\(ix\+3\) + 14e:[ ]+dd 4e fa[ ]+ld c,\(ix\-6\) + 151:[ ]+dd 46 f9[ ]+ld b,\(ix\-7\) + 154:[ ]+fd 75 fb[ ]+ld \(iy\-5\),l + 157:[ ]+fd 77 03[ ]+ld \(iy\+3\),a + 15a:[ ]+fd 71 0e[ ]+ld \(iy\+14\),c + 15d:[ ]+fd 70 0f[ ]+ld \(iy\+15\),b + 160:[ ]+fd 66 5d[ ]+ld h,\(iy\+93\) + 163:[ ]+49 11 34 12[ ]+ld\.lis de,0x1234 + 167:[ ]+49 21 78 56[ ]+ld\.lis hl,0x5678 + 16b:[ ]+49 11 68 24[ ]+ld\.lis de,0x2468 + 16f:[ ]+49 21 f0 ac[ ]+ld\.lis hl,0xacf0 + 173:[ ]+16 12[ ]+ld d,0x12 + 175:[ ]+1e 34[ ]+ld e,0x34 + 177:[ ]+26 56[ ]+ld h,0x56 + 179:[ ]+2e 78[ ]+ld l,0x78 + 17b:[ ]+16 24[ ]+ld d,0x24 + 17d:[ ]+1e 68[ ]+ld e,0x68 + 17f:[ ]+26 ac[ ]+ld h,0xac + 181:[ ]+2e f0[ ]+ld l,0xf0 + +00000183 : + 183:[ ]+78[ ]+ld a,b + +00000184 : + 184:[ ]+79[ ]+ld a,c + +00000185 : + 185:[ ]+7a[ ]+ld a,d + +00000186 : + 186:[ ]+7b[ ]+ld a,e + +00000187 : + 187:[ ]+7c[ ]+ld a,h + +00000188 : + 188:[ ]+7d[ ]+ld a,l + +00000189 : + 189:[ ]+7e[ ]+ld a,\(hl\) + +0000018a : + 18a:[ ]+7f[ ]+ld a,a + +0000018b : + 18b:[ ]+2f[ ]+cpl diff --git a/ld/testsuite/ld-z80/relocs_f_z80.d b/ld/testsuite/ld-z80/relocs_f_z80.d new file mode 100644 index 00000000000..462da8a3b5d --- /dev/null +++ b/ld/testsuite/ld-z80/relocs_f_z80.d @@ -0,0 +1,79 @@ +#name: Z80 forward relocation +#source: relocs.s -z80 +#source: labels.s -z80 +#ld: -e 0 -Ttext 0x100 -Tdata 0x200 +#objdump: -d + + +.*:[ ]+file format (coff)|(elf32)\-z80 + + +.* \.text: + +00000100 <.*>: + 100:[ ]+cd 6d 01[ ]+call 0x016d + 103:[ ]+c4 6e 01[ ]+call nz,0x016e + 106:[ ]+cc 6f 01[ ]+call z,0x016f + 109:[ ]+d4 70 01[ ]+call nc,0x0170 + 10c:[ ]+dc 71 01[ ]+call c,0x0171 + 10f:[ ]+e4 72 01[ ]+call po,0x0172 + 112:[ ]+ec 73 01[ ]+call pe,0x0173 + 115:[ ]+f4 74 01[ ]+call p,0x0174 + 118:[ ]+fc 75 01[ ]+call m,0x0175 + 11b:[ ]+c3 6d 01[ ]+jp 0x016d + 11e:[ ]+c2 6e 01[ ]+jp nz,0x016e + 121:[ ]+ca 6f 01[ ]+jp z,0x016f + 124:[ ]+d2 70 01[ ]+jp nc,0x0170 + 127:[ ]+da 71 01[ ]+jp c,0x0171 + 12a:[ ]+e2 72 01[ ]+jp po,0x0172 + 12d:[ ]+ea 73 01[ ]+jp pe,0x0173 + 130:[ ]+f2 74 01[ ]+jp p,0x0174 + 133:[ ]+fa 75 01[ ]+jp m,0x0175 + 136:[ ]+dd 6e 05[ ]+ld l,\(ix\+5\) + 139:[ ]+dd 7e 03[ ]+ld a,\(ix\+3\) + 13c:[ ]+dd 4e fa[ ]+ld c,\(ix\-6\) + 13f:[ ]+dd 46 f9[ ]+ld b,\(ix\-7\) + 142:[ ]+fd 75 fb[ ]+ld \(iy\-5\),l + 145:[ ]+fd 77 03[ ]+ld \(iy\+3\),a + 148:[ ]+fd 71 0e[ ]+ld \(iy\+14\),c + 14b:[ ]+fd 70 0f[ ]+ld \(iy\+15\),b + 14e:[ ]+fd 66 5d[ ]+ld h,\(iy\+93\) + 151:[ ]+11 34 12[ ]+ld de,0x1234 + 154:[ ]+21 78 56[ ]+ld hl,0x5678 + 157:[ ]+11 68 24[ ]+ld de,0x2468 + 15a:[ ]+21 f0 ac[ ]+ld hl,0xacf0 + 15d:[ ]+16 12[ ]+ld d,0x12 + 15f:[ ]+1e 34[ ]+ld e,0x34 + 161:[ ]+26 56[ ]+ld h,0x56 + 163:[ ]+2e 78[ ]+ld l,0x78 + 165:[ ]+16 24[ ]+ld d,0x24 + 167:[ ]+1e 68[ ]+ld e,0x68 + 169:[ ]+26 ac[ ]+ld h,0xac + 16b:[ ]+2e f0[ ]+ld l,0xf0 + +0000016d : + 16d:[ ]+78[ ]+ld a,b + +0000016e : + 16e:[ ]+79[ ]+ld a,c + +0000016f : + 16f:[ ]+7a[ ]+ld a,d + +00000170 : + 170:[ ]+7b[ ]+ld a,e + +00000171 : + 171:[ ]+7c[ ]+ld a,h + +00000172 : + 172:[ ]+7d[ ]+ld a,l + +00000173 : + 173:[ ]+7e[ ]+ld a,\(hl\) + +00000174 : + 174:[ ]+7f[ ]+ld a,a + +00000175 : + 175:[ ]+2f[ ]+cpl diff --git a/ld/testsuite/ld-z80/z80.exp b/ld/testsuite/ld-z80/z80.exp new file mode 100644 index 00000000000..d141ab81546 --- /dev/null +++ b/ld/testsuite/ld-z80/z80.exp @@ -0,0 +1,33 @@ +# Expect script for ld-z80 tests +# Copyright (C) 2016-2019 Free Software Foundation, Inc. +# +# This file is part of the GNU Binutils. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, +# MA 02110-1301, USA. +# + +# Test z80 linking; all types of relocs. This tests the assembler +# and tools like objdump as well as the main target, the linker. + +if ![istarget "z80-*-*"] then { + return +} + +set z80_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]] +foreach z80_test $z80_test_list { + verbose [file rootname $z80_test] + run_dump_test [file rootname $z80_test] +} diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c78b42bb0e9..e3be019ec9d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2020-01-02 Sergey Belyashov + + * z80-dis.c: Add support for eZ80 and Z80 instructions. + 2020-01-01 Alan Modra Update year range in copyright notice of all files. diff --git a/opcodes/po/opcodes.pot b/opcodes/po/opcodes.pot index ccfa5038083..11de499d7a1 100644 --- a/opcodes/po/opcodes.pot +++ b/opcodes/po/opcodes.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" -"POT-Creation-Date: 2019-01-19 16:35+0000\n" +"POT-Creation-Date: 2020-01-02 11:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,21 +17,21 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: aarch64-asm.c:819 +#: aarch64-asm.c:809 msgid "specified register cannot be read from" msgstr "" -#: aarch64-asm.c:828 +#: aarch64-asm.c:818 msgid "specified register cannot be written to" msgstr "" #. Invalid option. -#: aarch64-dis.c:92 arc-dis.c:782 arm-dis.c:6174 +#: aarch64-dis.c:93 arc-dis.c:801 arm-dis.c:11328 #, c-format msgid "unrecognised disassembler option: %s" msgstr "" -#: aarch64-dis.c:3448 +#: aarch64-dis.c:3521 #, c-format msgid "" "\n" @@ -39,299 +39,299 @@ msgid "" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: aarch64-dis.c:3452 +#: aarch64-dis.c:3525 #, c-format msgid "" "\n" " no-aliases Don't print instruction aliases.\n" msgstr "" -#: aarch64-dis.c:3455 +#: aarch64-dis.c:3528 #, c-format msgid "" "\n" " aliases Do print instruction aliases.\n" msgstr "" -#: aarch64-dis.c:3458 +#: aarch64-dis.c:3531 #, c-format msgid "" "\n" " no-notes Don't print instruction notes.\n" msgstr "" -#: aarch64-dis.c:3461 +#: aarch64-dis.c:3534 #, c-format msgid "" "\n" " notes Do print instruction notes.\n" msgstr "" -#: aarch64-dis.c:3465 +#: aarch64-dis.c:3538 #, c-format msgid "" "\n" " debug_dump Temp switch for debug trace.\n" msgstr "" -#: aarch64-dis.c:3469 mips-dis.c:2773 mips-dis.c:2783 mips-dis.c:2786 -#: nfp-dis.c:2981 riscv-dis.c:552 +#: aarch64-dis.c:3542 mips-dis.c:2778 mips-dis.c:2788 mips-dis.c:2791 +#: nfp-dis.c:2981 riscv-dis.c:556 #, c-format msgid "\n" msgstr "" -#: aarch64-opc.c:1339 +#: aarch64-opc.c:1346 msgid "immediate value" msgstr "" -#: aarch64-opc.c:1349 +#: aarch64-opc.c:1356 msgid "immediate offset" msgstr "" -#: aarch64-opc.c:1359 +#: aarch64-opc.c:1366 msgid "register number" msgstr "" -#: aarch64-opc.c:1369 +#: aarch64-opc.c:1376 msgid "register element index" msgstr "" -#: aarch64-opc.c:1379 +#: aarch64-opc.c:1386 msgid "shift amount" msgstr "" -#: aarch64-opc.c:1391 +#: aarch64-opc.c:1398 msgid "multiplier" msgstr "" -#: aarch64-opc.c:1464 +#: aarch64-opc.c:1471 msgid "reg pair must start from even reg" msgstr "" -#: aarch64-opc.c:1470 +#: aarch64-opc.c:1477 msgid "reg pair must be contiguous" msgstr "" -#: aarch64-opc.c:1484 +#: aarch64-opc.c:1491 msgid "extraneous register" msgstr "" -#: aarch64-opc.c:1490 +#: aarch64-opc.c:1497 msgid "missing register" msgstr "" -#: aarch64-opc.c:1501 +#: aarch64-opc.c:1508 msgid "stack pointer register expected" msgstr "" -#: aarch64-opc.c:1524 +#: aarch64-opc.c:1533 msgid "z0-z15 expected" msgstr "" -#: aarch64-opc.c:1525 +#: aarch64-opc.c:1534 msgid "z0-z7 expected" msgstr "" -#: aarch64-opc.c:1551 +#: aarch64-opc.c:1560 msgid "invalid register list" msgstr "" -#: aarch64-opc.c:1565 +#: aarch64-opc.c:1574 msgid "p0-p7 expected" msgstr "" -#: aarch64-opc.c:1591 aarch64-opc.c:1599 +#: aarch64-opc.c:1600 aarch64-opc.c:1608 msgid "unexpected address writeback" msgstr "" -#: aarch64-opc.c:1611 +#: aarch64-opc.c:1619 msgid "address writeback expected" msgstr "" -#: aarch64-opc.c:1658 +#: aarch64-opc.c:1666 msgid "negative or unaligned offset expected" msgstr "" -#: aarch64-opc.c:1715 +#: aarch64-opc.c:1723 msgid "invalid register offset" msgstr "" -#: aarch64-opc.c:1737 +#: aarch64-opc.c:1745 msgid "invalid post-increment amount" msgstr "" -#: aarch64-opc.c:1753 aarch64-opc.c:2247 +#: aarch64-opc.c:1761 aarch64-opc.c:2269 msgid "invalid shift amount" msgstr "" -#: aarch64-opc.c:1766 +#: aarch64-opc.c:1774 msgid "invalid extend/shift operator" msgstr "" -#: aarch64-opc.c:1812 aarch64-opc.c:2052 aarch64-opc.c:2087 aarch64-opc.c:2106 -#: aarch64-opc.c:2114 aarch64-opc.c:2201 aarch64-opc.c:2377 aarch64-opc.c:2477 -#: aarch64-opc.c:2490 +#: aarch64-opc.c:1820 aarch64-opc.c:2072 aarch64-opc.c:2107 aarch64-opc.c:2126 +#: aarch64-opc.c:2134 aarch64-opc.c:2222 aarch64-opc.c:2399 aarch64-opc.c:2499 +#: aarch64-opc.c:2512 msgid "immediate out of range" msgstr "" -#: aarch64-opc.c:1834 aarch64-opc.c:1876 aarch64-opc.c:1926 aarch64-opc.c:1960 +#: aarch64-opc.c:1842 aarch64-opc.c:1884 aarch64-opc.c:1946 aarch64-opc.c:1980 msgid "invalid addressing mode" msgstr "" -#: aarch64-opc.c:1918 +#: aarch64-opc.c:1938 msgid "index register xzr is not allowed" msgstr "" -#: aarch64-opc.c:2040 aarch64-opc.c:2062 aarch64-opc.c:2280 aarch64-opc.c:2288 -#: aarch64-opc.c:2354 aarch64-opc.c:2383 +#: aarch64-opc.c:2060 aarch64-opc.c:2082 aarch64-opc.c:2302 aarch64-opc.c:2310 +#: aarch64-opc.c:2376 aarch64-opc.c:2405 msgid "invalid shift operator" msgstr "" -#: aarch64-opc.c:2046 +#: aarch64-opc.c:2066 msgid "shift amount must be 0 or 12" msgstr "" -#: aarch64-opc.c:2069 +#: aarch64-opc.c:2089 msgid "shift amount must be a multiple of 16" msgstr "" -#: aarch64-opc.c:2081 +#: aarch64-opc.c:2101 msgid "negative immediate value not allowed" msgstr "" -#: aarch64-opc.c:2212 +#: aarch64-opc.c:2233 msgid "immediate zero expected" msgstr "" -#: aarch64-opc.c:2226 +#: aarch64-opc.c:2247 msgid "rotate expected to be 0, 90, 180 or 270" msgstr "" -#: aarch64-opc.c:2236 +#: aarch64-opc.c:2258 msgid "rotate expected to be 90 or 270" msgstr "" -#: aarch64-opc.c:2296 +#: aarch64-opc.c:2318 msgid "shift is not permitted" msgstr "" -#: aarch64-opc.c:2321 +#: aarch64-opc.c:2343 msgid "invalid value for immediate" msgstr "" -#: aarch64-opc.c:2346 +#: aarch64-opc.c:2368 msgid "shift amount must be 0 or 16" msgstr "" -#: aarch64-opc.c:2367 +#: aarch64-opc.c:2389 msgid "floating-point immediate expected" msgstr "" -#: aarch64-opc.c:2401 +#: aarch64-opc.c:2423 msgid "no shift amount allowed for 8-bit constants" msgstr "" -#: aarch64-opc.c:2411 +#: aarch64-opc.c:2433 msgid "shift amount must be 0 or 8" msgstr "" -#: aarch64-opc.c:2424 +#: aarch64-opc.c:2446 msgid "immediate too big for element size" msgstr "" -#: aarch64-opc.c:2431 +#: aarch64-opc.c:2453 msgid "invalid arithmetic immediate" msgstr "" -#: aarch64-opc.c:2445 +#: aarch64-opc.c:2467 msgid "floating-point value must be 0.5 or 1.0" msgstr "" -#: aarch64-opc.c:2455 +#: aarch64-opc.c:2477 msgid "floating-point value must be 0.5 or 2.0" msgstr "" -#: aarch64-opc.c:2465 +#: aarch64-opc.c:2487 msgid "floating-point value must be 0.0 or 1.0" msgstr "" -#: aarch64-opc.c:2496 +#: aarch64-opc.c:2518 msgid "invalid replicated MOV immediate" msgstr "" -#: aarch64-opc.c:2614 +#: aarch64-opc.c:2639 msgid "extend operator expected" msgstr "" -#: aarch64-opc.c:2627 +#: aarch64-opc.c:2652 msgid "missing extend operator" msgstr "" -#: aarch64-opc.c:2633 +#: aarch64-opc.c:2658 msgid "'LSL' operator not allowed" msgstr "" -#: aarch64-opc.c:2654 +#: aarch64-opc.c:2679 msgid "W register expected" msgstr "" -#: aarch64-opc.c:2665 +#: aarch64-opc.c:2690 msgid "shift operator expected" msgstr "" -#: aarch64-opc.c:2672 +#: aarch64-opc.c:2697 msgid "'ROR' operator not allowed" msgstr "" -#: aarch64-opc.c:3671 +#: aarch64-opc.c:3711 msgid "reading from a write-only register" msgstr "" -#: aarch64-opc.c:3673 +#: aarch64-opc.c:3713 msgid "writing to a read-only register" msgstr "" -#: aarch64-opc.c:4815 +#: aarch64-opc.c:4880 msgid "instruction opens new dependency sequence without ending previous one" msgstr "" -#: aarch64-opc.c:4835 +#: aarch64-opc.c:4900 msgid "previous `movprfx' sequence not closed" msgstr "" -#: aarch64-opc.c:4852 +#: aarch64-opc.c:4919 msgid "SVE instruction expected after `movprfx'" msgstr "" -#: aarch64-opc.c:4865 +#: aarch64-opc.c:4932 msgid "SVE `movprfx' compatible instruction expected" msgstr "" -#: aarch64-opc.c:4956 +#: aarch64-opc.c:5019 msgid "predicated instruction expected after `movprfx'" msgstr "" -#: aarch64-opc.c:4968 +#: aarch64-opc.c:5031 msgid "merging predicate expected due to preceding `movprfx'" msgstr "" -#: aarch64-opc.c:4980 +#: aarch64-opc.c:5043 msgid "predicate register differs from that in preceding `movprfx'" msgstr "" -#: aarch64-opc.c:4999 +#: aarch64-opc.c:5062 msgid "output register of preceding `movprfx' not used in current instruction" msgstr "" -#: aarch64-opc.c:5012 +#: aarch64-opc.c:5075 msgid "output register of preceding `movprfx' expected as output" msgstr "" -#: aarch64-opc.c:5024 +#: aarch64-opc.c:5087 msgid "output register of preceding `movprfx' used as input" msgstr "" -#: aarch64-opc.c:5040 +#: aarch64-opc.c:5103 msgid "register size not compatible with previous `movprfx'" msgstr "" @@ -343,7 +343,7 @@ msgstr "" msgid "jump hint unaligned" msgstr "" -#: arc-dis.c:377 +#: arc-dis.c:379 msgid "" "\n" "Warning: disassembly may be wrong due to guessed opcode class choice.\n" @@ -351,12 +351,12 @@ msgid "" "\t\t\t\t" msgstr "" -#: arc-dis.c:825 +#: arc-dis.c:844 #, c-format msgid "unrecognised disassembler CPU option: %s" msgstr "" -#: arc-dis.c:1387 +#: arc-dis.c:1411 #, c-format msgid "" "\n" @@ -364,42 +364,47 @@ msgid "" "with -M switch (multiple options should be separated by commas):\n" msgstr "" -#: arc-dis.c:1399 +#: arc-dis.c:1423 #, c-format msgid " dsp Recognize DSP instructions.\n" msgstr "" -#: arc-dis.c:1401 +#: arc-dis.c:1425 #, c-format msgid " spfp Recognize FPX SP instructions.\n" msgstr "" -#: arc-dis.c:1403 +#: arc-dis.c:1427 #, c-format msgid " dpfp Recognize FPX DP instructions.\n" msgstr "" -#: arc-dis.c:1405 +#: arc-dis.c:1429 #, c-format msgid " quarkse_em Recognize FPU QuarkSE-EM instructions.\n" msgstr "" -#: arc-dis.c:1407 +#: arc-dis.c:1431 #, c-format msgid " fpuda Recognize double assist FPU instructions.\n" msgstr "" -#: arc-dis.c:1409 +#: arc-dis.c:1433 #, c-format msgid " fpus Recognize single precision FPU instructions.\n" msgstr "" -#: arc-dis.c:1411 +#: arc-dis.c:1435 #, c-format msgid " fpud Recognize double precision FPU instructions.\n" msgstr "" -#: arc-dis.c:1413 +#: arc-dis.c:1437 +#, c-format +msgid " nps400 Recognize NPS400 instructions.\n" +msgstr "" + +#: arc-dis.c:1439 #, c-format msgid " hex Use only hexadecimal number to print immediates.\n" msgstr "" @@ -565,48 +570,48 @@ msgstr "" msgid "invalid position, should be one of: 0,4,8,...124." msgstr "" -#: arm-dis.c:3242 +#: arm-dis.c:5105 msgid "Select raw register names" msgstr "" -#: arm-dis.c:3244 +#: arm-dis.c:5107 msgid "Select register names used by GCC" msgstr "" -#: arm-dis.c:3246 +#: arm-dis.c:5109 msgid "Select register names used in ARM's ISA documentation" msgstr "" -#: arm-dis.c:3248 +#: arm-dis.c:5111 msgid "Assume all insns are Thumb insns" msgstr "" -#: arm-dis.c:3249 +#: arm-dis.c:5112 msgid "Examine preceding label to determine an insn's type" msgstr "" -#: arm-dis.c:3250 +#: arm-dis.c:5113 msgid "Select register names used in the APCS" msgstr "" -#: arm-dis.c:3252 +#: arm-dis.c:5115 msgid "Select register names used in the ATPCS" msgstr "" -#: arm-dis.c:3254 +#: arm-dis.c:5117 msgid "Select special register names used in the ATPCS" msgstr "" -#: arm-dis.c:3652 +#: arm-dis.c:8286 msgid "" msgstr "" -#: arm-dis.c:6165 +#: arm-dis.c:11319 #, c-format msgid "unrecognised register name set: %s" msgstr "" -#: arm-dis.c:6906 +#: arm-dis.c:12018 #, c-format msgid "" "\n" @@ -619,257 +624,280 @@ msgstr "" msgid "undefined" msgstr "" -#: avr-dis.c:216 +#: avr-dis.c:218 #, c-format msgid "internal disassembler error" msgstr "" -#: avr-dis.c:270 +#: avr-dis.c:272 #, c-format msgid "unknown constraint `%c'" msgstr "" -#: cgen-asm.c:351 epiphany-ibld.c:201 fr30-ibld.c:201 frv-ibld.c:201 -#: ip2k-ibld.c:201 iq2000-ibld.c:201 lm32-ibld.c:201 m32c-ibld.c:201 -#: m32r-ibld.c:201 mep-ibld.c:201 mt-ibld.c:201 or1k-ibld.c:201 -#: xc16x-ibld.c:201 xstormy16-ibld.c:201 -#, c-format -msgid "operand out of range (%ld not between %ld and %ld)" -msgstr "" - -#: cgen-asm.c:373 -#, c-format -msgid "operand out of range (%lu not between %lu and %lu)" -msgstr "" - -#: d30v-dis.c:229 -#, c-format -msgid "illegal id (%d)" -msgstr "" - -#: d30v-dis.c:256 -#, c-format -msgid "" -msgstr "" - -#. Can't happen. -#: dis-buf.c:61 -#, c-format -msgid "Unknown error %d\n" -msgstr "" - -#: dis-buf.c:70 -#, c-format -msgid "Address 0x%s is out of bounds.\n" -msgstr "" - -#: epiphany-asm.c:68 -msgid "register unavailable for short instructions" -msgstr "" - -#: epiphany-asm.c:115 -msgid "register name used as immediate value" -msgstr "" - -#. Don't treat "mov ip,ip" as a move-immediate. -#: epiphany-asm.c:178 epiphany-asm.c:234 -msgid "register source in immediate move" -msgstr "" - -#: epiphany-asm.c:187 -msgid "byte relocation unsupported" +#: bpf-asm.c:97 +msgid "expected 16, 32 or 64 in" msgstr "" -#. -- assembler routines inserted here. -#. -- asm.c -#: epiphany-asm.c:193 frv-asm.c:972 iq2000-asm.c:56 lm32-asm.c:95 -#: lm32-asm.c:127 lm32-asm.c:157 lm32-asm.c:187 lm32-asm.c:217 lm32-asm.c:247 -#: m32c-asm.c:140 m32c-asm.c:235 m32c-asm.c:276 m32c-asm.c:334 m32c-asm.c:355 -#: m32r-asm.c:53 mep-asm.c:241 mep-asm.c:259 mep-asm.c:274 mep-asm.c:289 -#: mep-asm.c:301 or1k-asm.c:54 -msgid "missing `)'" -msgstr "" - -#: epiphany-asm.c:270 -msgid "ABORT: unknown operand" -msgstr "" - -#: epiphany-asm.c:296 -msgid "Not a pc-relative address." -msgstr "" - -#: epiphany-asm.c:456 fr30-asm.c:311 frv-asm.c:1264 ip2k-asm.c:512 -#: iq2000-asm.c:460 lm32-asm.c:350 m32c-asm.c:1585 m32r-asm.c:329 -#: mep-asm.c:1288 mt-asm.c:596 or1k-asm.c:512 xc16x-asm.c:377 +#: bpf-asm.c:181 epiphany-asm.c:456 fr30-asm.c:311 frv-asm.c:1264 +#: ip2k-asm.c:512 iq2000-asm.c:460 lm32-asm.c:350 m32c-asm.c:1585 +#: m32r-asm.c:329 mep-asm.c:1288 mt-asm.c:596 or1k-asm.c:580 xc16x-asm.c:377 #: xstormy16-asm.c:277 #, c-format msgid "internal error: unrecognized field %d while parsing" msgstr "" -#: epiphany-asm.c:508 fr30-asm.c:363 frv-asm.c:1316 ip2k-asm.c:564 -#: iq2000-asm.c:512 lm32-asm.c:402 m32c-asm.c:1637 m32r-asm.c:381 -#: mep-asm.c:1340 mt-asm.c:648 or1k-asm.c:564 xc16x-asm.c:429 +#: bpf-asm.c:233 epiphany-asm.c:508 fr30-asm.c:363 frv-asm.c:1316 +#: ip2k-asm.c:564 iq2000-asm.c:512 lm32-asm.c:402 m32c-asm.c:1637 +#: m32r-asm.c:381 mep-asm.c:1340 mt-asm.c:648 or1k-asm.c:632 xc16x-asm.c:429 #: xstormy16-asm.c:329 msgid "missing mnemonic in syntax string" msgstr "" #. We couldn't parse it. -#: epiphany-asm.c:643 epiphany-asm.c:647 epiphany-asm.c:736 epiphany-asm.c:843 -#: fr30-asm.c:498 fr30-asm.c:502 fr30-asm.c:591 fr30-asm.c:698 frv-asm.c:1451 -#: frv-asm.c:1455 frv-asm.c:1544 frv-asm.c:1651 ip2k-asm.c:699 ip2k-asm.c:703 -#: ip2k-asm.c:792 ip2k-asm.c:899 iq2000-asm.c:647 iq2000-asm.c:651 -#: iq2000-asm.c:740 iq2000-asm.c:847 lm32-asm.c:537 lm32-asm.c:541 -#: lm32-asm.c:630 lm32-asm.c:737 m32c-asm.c:1772 m32c-asm.c:1776 -#: m32c-asm.c:1865 m32c-asm.c:1972 m32r-asm.c:516 m32r-asm.c:520 m32r-asm.c:609 -#: m32r-asm.c:716 mep-asm.c:1475 mep-asm.c:1479 mep-asm.c:1568 mep-asm.c:1675 -#: mt-asm.c:783 mt-asm.c:787 mt-asm.c:876 mt-asm.c:983 or1k-asm.c:699 -#: or1k-asm.c:703 or1k-asm.c:792 or1k-asm.c:899 xc16x-asm.c:564 xc16x-asm.c:568 -#: xc16x-asm.c:657 xc16x-asm.c:764 xstormy16-asm.c:464 xstormy16-asm.c:468 -#: xstormy16-asm.c:557 xstormy16-asm.c:664 +#: bpf-asm.c:368 bpf-asm.c:372 bpf-asm.c:461 bpf-asm.c:568 epiphany-asm.c:643 +#: epiphany-asm.c:647 epiphany-asm.c:736 epiphany-asm.c:843 fr30-asm.c:498 +#: fr30-asm.c:502 fr30-asm.c:591 fr30-asm.c:698 frv-asm.c:1451 frv-asm.c:1455 +#: frv-asm.c:1544 frv-asm.c:1651 ip2k-asm.c:699 ip2k-asm.c:703 ip2k-asm.c:792 +#: ip2k-asm.c:899 iq2000-asm.c:647 iq2000-asm.c:651 iq2000-asm.c:740 +#: iq2000-asm.c:847 lm32-asm.c:537 lm32-asm.c:541 lm32-asm.c:630 lm32-asm.c:737 +#: m32c-asm.c:1772 m32c-asm.c:1776 m32c-asm.c:1865 m32c-asm.c:1972 +#: m32r-asm.c:516 m32r-asm.c:520 m32r-asm.c:609 m32r-asm.c:716 mep-asm.c:1475 +#: mep-asm.c:1479 mep-asm.c:1568 mep-asm.c:1675 mt-asm.c:783 mt-asm.c:787 +#: mt-asm.c:876 mt-asm.c:983 or1k-asm.c:767 or1k-asm.c:771 or1k-asm.c:860 +#: or1k-asm.c:967 xc16x-asm.c:564 xc16x-asm.c:568 xc16x-asm.c:657 +#: xc16x-asm.c:764 xstormy16-asm.c:464 xstormy16-asm.c:468 xstormy16-asm.c:557 +#: xstormy16-asm.c:664 msgid "unrecognized instruction" msgstr "" -#: epiphany-asm.c:690 fr30-asm.c:545 frv-asm.c:1498 ip2k-asm.c:746 -#: iq2000-asm.c:694 lm32-asm.c:584 m32c-asm.c:1819 m32r-asm.c:563 -#: mep-asm.c:1522 mt-asm.c:830 or1k-asm.c:746 xc16x-asm.c:611 +#: bpf-asm.c:415 epiphany-asm.c:690 fr30-asm.c:545 frv-asm.c:1498 +#: ip2k-asm.c:746 iq2000-asm.c:694 lm32-asm.c:584 m32c-asm.c:1819 +#: m32r-asm.c:563 mep-asm.c:1522 mt-asm.c:830 or1k-asm.c:814 xc16x-asm.c:611 #: xstormy16-asm.c:511 #, c-format msgid "syntax error (expected char `%c', found `%c')" msgstr "" -#: epiphany-asm.c:700 fr30-asm.c:555 frv-asm.c:1508 ip2k-asm.c:756 -#: iq2000-asm.c:704 lm32-asm.c:594 m32c-asm.c:1829 m32r-asm.c:573 -#: mep-asm.c:1532 mt-asm.c:840 or1k-asm.c:756 xc16x-asm.c:621 +#: bpf-asm.c:425 epiphany-asm.c:700 fr30-asm.c:555 frv-asm.c:1508 +#: ip2k-asm.c:756 iq2000-asm.c:704 lm32-asm.c:594 m32c-asm.c:1829 +#: m32r-asm.c:573 mep-asm.c:1532 mt-asm.c:840 or1k-asm.c:824 xc16x-asm.c:621 #: xstormy16-asm.c:521 #, c-format msgid "syntax error (expected char `%c', found end of instruction)" msgstr "" -#: epiphany-asm.c:730 fr30-asm.c:585 frv-asm.c:1538 ip2k-asm.c:786 -#: iq2000-asm.c:734 lm32-asm.c:624 m32c-asm.c:1859 m32r-asm.c:603 -#: mep-asm.c:1562 mt-asm.c:870 or1k-asm.c:786 xc16x-asm.c:651 +#: bpf-asm.c:455 epiphany-asm.c:730 fr30-asm.c:585 frv-asm.c:1538 +#: ip2k-asm.c:786 iq2000-asm.c:734 lm32-asm.c:624 m32c-asm.c:1859 +#: m32r-asm.c:603 mep-asm.c:1562 mt-asm.c:870 or1k-asm.c:854 xc16x-asm.c:651 #: xstormy16-asm.c:551 msgid "junk at end of line" msgstr "" -#: epiphany-asm.c:842 fr30-asm.c:697 frv-asm.c:1650 ip2k-asm.c:898 -#: iq2000-asm.c:846 lm32-asm.c:736 m32c-asm.c:1971 m32r-asm.c:715 -#: mep-asm.c:1674 mt-asm.c:982 or1k-asm.c:898 xc16x-asm.c:763 +#: bpf-asm.c:567 epiphany-asm.c:842 fr30-asm.c:697 frv-asm.c:1650 +#: ip2k-asm.c:898 iq2000-asm.c:846 lm32-asm.c:736 m32c-asm.c:1971 +#: m32r-asm.c:715 mep-asm.c:1674 mt-asm.c:982 or1k-asm.c:966 xc16x-asm.c:763 #: xstormy16-asm.c:663 msgid "unrecognized form of instruction" msgstr "" -#: epiphany-asm.c:856 fr30-asm.c:711 frv-asm.c:1664 ip2k-asm.c:912 -#: iq2000-asm.c:860 lm32-asm.c:750 m32c-asm.c:1985 m32r-asm.c:729 -#: mep-asm.c:1688 mt-asm.c:996 or1k-asm.c:912 xc16x-asm.c:777 +#: bpf-asm.c:581 epiphany-asm.c:856 fr30-asm.c:711 frv-asm.c:1664 +#: ip2k-asm.c:912 iq2000-asm.c:860 lm32-asm.c:750 m32c-asm.c:1985 +#: m32r-asm.c:729 mep-asm.c:1688 mt-asm.c:996 or1k-asm.c:980 xc16x-asm.c:777 #: xstormy16-asm.c:677 #, c-format msgid "bad instruction `%.50s...'" msgstr "" -#: epiphany-asm.c:859 fr30-asm.c:714 frv-asm.c:1667 ip2k-asm.c:915 -#: iq2000-asm.c:863 lm32-asm.c:753 m32c-asm.c:1988 m32r-asm.c:732 -#: mep-asm.c:1691 mt-asm.c:999 or1k-asm.c:915 xc16x-asm.c:780 +#: bpf-asm.c:584 epiphany-asm.c:859 fr30-asm.c:714 frv-asm.c:1667 +#: ip2k-asm.c:915 iq2000-asm.c:863 lm32-asm.c:753 m32c-asm.c:1988 +#: m32r-asm.c:732 mep-asm.c:1691 mt-asm.c:999 or1k-asm.c:983 xc16x-asm.c:780 #: xstormy16-asm.c:680 #, c-format msgid "bad instruction `%.50s'" msgstr "" -#: epiphany-desc.c:2109 +#: bpf-desc.c:1441 #, c-format msgid "" -"internal error: epiphany_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"internal error: bpf_cgen_rebuild_tables: conflicting insn-chunk-bitsize " "values: `%d' vs. `%d'" msgstr "" -#: epiphany-desc.c:2192 +#: bpf-desc.c:1524 #, c-format -msgid "internal error: epiphany_cgen_cpu_open: unsupported argument `%d'" +msgid "internal error: bpf_cgen_cpu_open: unsupported argument `%d'" msgstr "" -#: epiphany-desc.c:2211 +#: bpf-desc.c:1543 #, c-format -msgid "internal error: epiphany_cgen_cpu_open: no endianness specified" +msgid "internal error: bpf_cgen_cpu_open: no endianness specified" msgstr "" #. Default text to print if an instruction isn't recognized. -#: epiphany-dis.c:41 fr30-dis.c:41 frv-dis.c:41 ip2k-dis.c:41 iq2000-dis.c:41 -#: lm32-dis.c:41 m32c-dis.c:41 m32r-dis.c:41 mep-dis.c:41 mmix-dis.c:275 -#: mt-dis.c:41 nds32-dis.c:64 or1k-dis.c:41 xc16x-dis.c:41 xstormy16-dis.c:41 +#: bpf-dis.c:41 epiphany-dis.c:41 fr30-dis.c:41 frv-dis.c:41 ip2k-dis.c:41 +#: iq2000-dis.c:41 lm32-dis.c:41 m32c-dis.c:41 m32r-dis.c:41 mep-dis.c:41 +#: mmix-dis.c:293 mt-dis.c:41 nds32-dis.c:64 or1k-dis.c:41 xc16x-dis.c:41 +#: xstormy16-dis.c:41 msgid "*unknown*" msgstr "" -#: epiphany-dis.c:279 fr30-dis.c:300 frv-dis.c:397 ip2k-dis.c:289 +#: bpf-dis.c:203 epiphany-dis.c:279 fr30-dis.c:300 frv-dis.c:397 ip2k-dis.c:289 #: iq2000-dis.c:190 lm32-dis.c:148 m32c-dis.c:892 m32r-dis.c:280 mep-dis.c:1188 -#: mt-dis.c:291 or1k-dis.c:145 xc16x-dis.c:421 xstormy16-dis.c:169 +#: mt-dis.c:291 or1k-dis.c:184 xc16x-dis.c:421 xstormy16-dis.c:169 #, c-format msgid "internal error: unrecognized field %d while printing insn" msgstr "" -#: epiphany-ibld.c:164 fr30-ibld.c:164 frv-ibld.c:164 ip2k-ibld.c:164 -#: iq2000-ibld.c:164 lm32-ibld.c:164 m32c-ibld.c:164 m32r-ibld.c:164 -#: mep-ibld.c:164 mt-ibld.c:164 or1k-ibld.c:164 xc16x-ibld.c:164 -#: xstormy16-ibld.c:164 +#: bpf-ibld.c:164 epiphany-ibld.c:164 fr30-ibld.c:164 frv-ibld.c:164 +#: ip2k-ibld.c:164 iq2000-ibld.c:164 lm32-ibld.c:164 m32c-ibld.c:164 +#: m32r-ibld.c:164 mep-ibld.c:164 mt-ibld.c:164 or1k-ibld.c:164 +#: xc16x-ibld.c:164 xstormy16-ibld.c:164 #, c-format msgid "operand out of range (%ld not between %ld and %lu)" msgstr "" -#: epiphany-ibld.c:185 fr30-ibld.c:185 frv-ibld.c:185 ip2k-ibld.c:185 -#: iq2000-ibld.c:185 lm32-ibld.c:185 m32c-ibld.c:185 m32r-ibld.c:185 -#: mep-ibld.c:185 mt-ibld.c:185 or1k-ibld.c:185 xc16x-ibld.c:185 -#: xstormy16-ibld.c:185 +#: bpf-ibld.c:185 epiphany-ibld.c:185 fr30-ibld.c:185 frv-ibld.c:185 +#: ip2k-ibld.c:185 iq2000-ibld.c:185 lm32-ibld.c:185 m32c-ibld.c:185 +#: m32r-ibld.c:185 mep-ibld.c:185 mt-ibld.c:185 or1k-ibld.c:185 +#: xc16x-ibld.c:185 xstormy16-ibld.c:185 #, c-format msgid "operand out of range (0x%lx not between 0 and 0x%lx)" msgstr "" -#: epiphany-ibld.c:880 fr30-ibld.c:735 frv-ibld.c:861 ip2k-ibld.c:612 -#: iq2000-ibld.c:718 lm32-ibld.c:639 m32c-ibld.c:1736 m32r-ibld.c:670 -#: mep-ibld.c:1213 mt-ibld.c:754 or1k-ibld.c:658 xc16x-ibld.c:757 -#: xstormy16-ibld.c:683 +#: bpf-ibld.c:201 cgen-asm.c:351 epiphany-ibld.c:201 fr30-ibld.c:201 +#: frv-ibld.c:201 ip2k-ibld.c:201 iq2000-ibld.c:201 lm32-ibld.c:201 +#: m32c-ibld.c:201 m32r-ibld.c:201 mep-ibld.c:201 mt-ibld.c:201 or1k-ibld.c:201 +#: xc16x-ibld.c:201 xstormy16-ibld.c:201 +#, c-format +msgid "operand out of range (%ld not between %ld and %ld)" +msgstr "" + +#: bpf-ibld.c:625 epiphany-ibld.c:880 fr30-ibld.c:735 frv-ibld.c:861 +#: ip2k-ibld.c:612 iq2000-ibld.c:718 lm32-ibld.c:639 m32c-ibld.c:1736 +#: m32r-ibld.c:670 mep-ibld.c:1213 mt-ibld.c:754 or1k-ibld.c:742 +#: xc16x-ibld.c:757 xstormy16-ibld.c:683 #, c-format msgid "internal error: unrecognized field %d while building insn" msgstr "" -#: epiphany-ibld.c:1175 fr30-ibld.c:941 frv-ibld.c:1179 ip2k-ibld.c:688 -#: iq2000-ibld.c:894 lm32-ibld.c:744 m32c-ibld.c:2898 m32r-ibld.c:808 -#: mep-ibld.c:1813 mt-ibld.c:975 or1k-ibld.c:772 xc16x-ibld.c:978 -#: xstormy16-ibld.c:830 +#: bpf-ibld.c:709 epiphany-ibld.c:1175 fr30-ibld.c:941 frv-ibld.c:1179 +#: ip2k-ibld.c:688 iq2000-ibld.c:894 lm32-ibld.c:744 m32c-ibld.c:2898 +#: m32r-ibld.c:808 mep-ibld.c:1813 mt-ibld.c:975 or1k-ibld.c:910 +#: xc16x-ibld.c:978 xstormy16-ibld.c:830 #, c-format msgid "internal error: unrecognized field %d while decoding insn" msgstr "" -#: epiphany-ibld.c:1319 fr30-ibld.c:1088 frv-ibld.c:1458 ip2k-ibld.c:763 -#: iq2000-ibld.c:1026 lm32-ibld.c:834 m32c-ibld.c:3516 m32r-ibld.c:922 -#: mep-ibld.c:2284 mt-ibld.c:1176 or1k-ibld.c:859 xc16x-ibld.c:1200 -#: xstormy16-ibld.c:941 +#: bpf-ibld.c:778 epiphany-ibld.c:1319 fr30-ibld.c:1088 frv-ibld.c:1458 +#: ip2k-ibld.c:763 iq2000-ibld.c:1026 lm32-ibld.c:834 m32c-ibld.c:3516 +#: m32r-ibld.c:922 mep-ibld.c:2284 mt-ibld.c:1176 or1k-ibld.c:1015 +#: xc16x-ibld.c:1200 xstormy16-ibld.c:941 #, c-format msgid "internal error: unrecognized field %d while getting int operand" msgstr "" -#: epiphany-ibld.c:1445 fr30-ibld.c:1217 frv-ibld.c:1719 ip2k-ibld.c:820 -#: iq2000-ibld.c:1140 lm32-ibld.c:906 m32c-ibld.c:4116 m32r-ibld.c:1018 -#: mep-ibld.c:2737 mt-ibld.c:1359 or1k-ibld.c:928 xc16x-ibld.c:1404 -#: xstormy16-ibld.c:1034 +#: bpf-ibld.c:829 epiphany-ibld.c:1445 fr30-ibld.c:1217 frv-ibld.c:1719 +#: ip2k-ibld.c:820 iq2000-ibld.c:1140 lm32-ibld.c:906 m32c-ibld.c:4116 +#: m32r-ibld.c:1018 mep-ibld.c:2737 mt-ibld.c:1359 or1k-ibld.c:1102 +#: xc16x-ibld.c:1404 xstormy16-ibld.c:1034 #, c-format msgid "internal error: unrecognized field %d while getting vma operand" msgstr "" -#: epiphany-ibld.c:1578 fr30-ibld.c:1349 frv-ibld.c:1987 ip2k-ibld.c:880 -#: iq2000-ibld.c:1261 lm32-ibld.c:985 m32c-ibld.c:4704 m32r-ibld.c:1120 -#: mep-ibld.c:3151 mt-ibld.c:1549 or1k-ibld.c:1004 xc16x-ibld.c:1609 -#: xstormy16-ibld.c:1134 +#: bpf-ibld.c:887 epiphany-ibld.c:1578 fr30-ibld.c:1349 frv-ibld.c:1987 +#: ip2k-ibld.c:880 iq2000-ibld.c:1261 lm32-ibld.c:985 m32c-ibld.c:4704 +#: m32r-ibld.c:1120 mep-ibld.c:3151 mt-ibld.c:1549 or1k-ibld.c:1196 +#: xc16x-ibld.c:1609 xstormy16-ibld.c:1134 #, c-format msgid "internal error: unrecognized field %d while setting int operand" msgstr "" -#: epiphany-ibld.c:1701 fr30-ibld.c:1471 frv-ibld.c:2245 ip2k-ibld.c:930 -#: iq2000-ibld.c:1372 lm32-ibld.c:1054 m32c-ibld.c:5282 m32r-ibld.c:1212 -#: mep-ibld.c:3555 mt-ibld.c:1729 or1k-ibld.c:1070 xc16x-ibld.c:1804 -#: xstormy16-ibld.c:1224 +#: bpf-ibld.c:935 epiphany-ibld.c:1701 fr30-ibld.c:1471 frv-ibld.c:2245 +#: ip2k-ibld.c:930 iq2000-ibld.c:1372 lm32-ibld.c:1054 m32c-ibld.c:5282 +#: m32r-ibld.c:1212 mep-ibld.c:3555 mt-ibld.c:1729 or1k-ibld.c:1280 +#: xc16x-ibld.c:1804 xstormy16-ibld.c:1224 #, c-format msgid "internal error: unrecognized field %d while setting vma operand" msgstr "" +#: cgen-asm.c:373 +#, c-format +msgid "operand out of range (%lu not between %lu and %lu)" +msgstr "" + +#: d30v-dis.c:232 +#, c-format +msgid "illegal id (%d)" +msgstr "" + +#: d30v-dis.c:259 +#, c-format +msgid "" +msgstr "" + +#. Can't happen. +#: dis-buf.c:61 +#, c-format +msgid "Unknown error %d\n" +msgstr "" + +#: dis-buf.c:70 +#, c-format +msgid "Address 0x%s is out of bounds.\n" +msgstr "" + +#: epiphany-asm.c:68 +msgid "register unavailable for short instructions" +msgstr "" + +#: epiphany-asm.c:115 +msgid "register name used as immediate value" +msgstr "" + +#. Don't treat "mov ip,ip" as a move-immediate. +#: epiphany-asm.c:178 epiphany-asm.c:234 +msgid "register source in immediate move" +msgstr "" + +#: epiphany-asm.c:187 +msgid "byte relocation unsupported" +msgstr "" + +#. -- assembler routines inserted here. +#. -- asm.c +#: epiphany-asm.c:193 frv-asm.c:972 iq2000-asm.c:56 lm32-asm.c:95 +#: lm32-asm.c:127 lm32-asm.c:157 lm32-asm.c:187 lm32-asm.c:217 lm32-asm.c:247 +#: m32c-asm.c:140 m32c-asm.c:235 m32c-asm.c:276 m32c-asm.c:334 m32c-asm.c:355 +#: m32r-asm.c:53 mep-asm.c:241 mep-asm.c:259 mep-asm.c:274 mep-asm.c:289 +#: mep-asm.c:301 or1k-asm.c:54 +msgid "missing `)'" +msgstr "" + +#: epiphany-asm.c:270 +msgid "ABORT: unknown operand" +msgstr "" + +#: epiphany-asm.c:296 +msgid "Not a pc-relative address." +msgstr "" + +#: epiphany-desc.c:2109 +#, c-format +msgid "" +"internal error: epiphany_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: epiphany-desc.c:2192 +#, c-format +msgid "internal error: epiphany_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: epiphany-desc.c:2211 +#, c-format +msgid "internal error: epiphany_cgen_cpu_open: no endianness specified" +msgstr "" + #: fr30-asm.c:93 m32c-asm.c:872 m32c-asm.c:879 msgid "Register number is not valid" msgstr "" @@ -956,21 +984,21 @@ msgstr "" msgid "internal error, h8_disassemble_init" msgstr "" -#: h8300-dis.c:314 +#: h8300-dis.c:315 #, c-format msgid "Hmmmm 0x%x" msgstr "" -#: h8300-dis.c:691 +#: h8300-dis.c:692 #, c-format msgid "Don't understand 0x%x \n" msgstr "" -#: i386-dis.c:11058 +#: i386-dis.c:11060 msgid "" msgstr "" -#: i386-dis.c:11353 +#: i386-dis.c:11355 #, c-format msgid "" "\n" @@ -979,145 +1007,145 @@ msgid "" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: i386-dis.c:11357 +#: i386-dis.c:11359 #, c-format msgid " x86-64 Disassemble in 64bit mode\n" msgstr "" -#: i386-dis.c:11358 +#: i386-dis.c:11360 #, c-format msgid " i386 Disassemble in 32bit mode\n" msgstr "" -#: i386-dis.c:11359 +#: i386-dis.c:11361 #, c-format msgid " i8086 Disassemble in 16bit mode\n" msgstr "" -#: i386-dis.c:11360 +#: i386-dis.c:11362 #, c-format msgid " att Display instruction in AT&T syntax\n" msgstr "" -#: i386-dis.c:11361 +#: i386-dis.c:11363 #, c-format msgid " intel Display instruction in Intel syntax\n" msgstr "" -#: i386-dis.c:11362 +#: i386-dis.c:11364 #, c-format msgid "" " att-mnemonic\n" " Display instruction in AT&T mnemonic\n" msgstr "" -#: i386-dis.c:11364 +#: i386-dis.c:11366 #, c-format msgid "" " intel-mnemonic\n" " Display instruction in Intel mnemonic\n" msgstr "" -#: i386-dis.c:11366 +#: i386-dis.c:11368 #, c-format msgid " addr64 Assume 64bit address size\n" msgstr "" -#: i386-dis.c:11367 +#: i386-dis.c:11369 #, c-format msgid " addr32 Assume 32bit address size\n" msgstr "" -#: i386-dis.c:11368 +#: i386-dis.c:11370 #, c-format msgid " addr16 Assume 16bit address size\n" msgstr "" -#: i386-dis.c:11369 +#: i386-dis.c:11371 #, c-format msgid " data32 Assume 32bit data size\n" msgstr "" -#: i386-dis.c:11370 +#: i386-dis.c:11372 #, c-format msgid " data16 Assume 16bit data size\n" msgstr "" -#: i386-dis.c:11371 +#: i386-dis.c:11373 #, c-format msgid " suffix Always display instruction suffix in AT&T syntax\n" msgstr "" -#: i386-dis.c:11372 +#: i386-dis.c:11374 #, c-format msgid " amd64 Display instruction in AMD64 ISA\n" msgstr "" -#: i386-dis.c:11373 +#: i386-dis.c:11375 #, c-format msgid " intel64 Display instruction in Intel64 ISA\n" msgstr "" -#: i386-dis.c:11936 +#: i386-dis.c:11938 msgid "64-bit address is disabled" msgstr "" -#: i386-gen.c:732 +#: i386-gen.c:754 #, c-format msgid "%s: error: " msgstr "" -#: i386-gen.c:911 +#: i386-gen.c:917 #, c-format msgid "%s: %d: unknown bitfield: %s\n" msgstr "" -#: i386-gen.c:913 +#: i386-gen.c:919 #, c-format msgid "unknown bitfield: %s\n" msgstr "" -#: i386-gen.c:976 +#: i386-gen.c:982 #, c-format msgid "%s: %d: missing `)' in bitfield: %s\n" msgstr "" -#: i386-gen.c:1077 +#: i386-gen.c:1083 #, c-format msgid "unknown broadcast operand: %s\n" msgstr "" -#: i386-gen.c:1478 +#: i386-gen.c:1538 #, c-format msgid "can't find i386-reg.tbl for reading, errno = %s\n" msgstr "" -#: i386-gen.c:1556 +#: i386-gen.c:1616 #, c-format msgid "can't create i386-init.h, errno = %s\n" msgstr "" -#: i386-gen.c:1646 ia64-gen.c:2829 +#: i386-gen.c:1706 ia64-gen.c:2829 #, c-format msgid "unable to change directory to \"%s\", errno = %s\n" msgstr "" -#: i386-gen.c:1658 i386-gen.c:1661 +#: i386-gen.c:1720 i386-gen.c:1725 #, c-format msgid "CpuMax != %d!\n" msgstr "" -#: i386-gen.c:1665 +#: i386-gen.c:1729 #, c-format msgid "%d unused bits in i386_cpu_flags.\n" msgstr "" -#: i386-gen.c:1672 +#: i386-gen.c:1744 #, c-format msgid "%d unused bits in i386_operand_type.\n" msgstr "" -#: i386-gen.c:1686 +#: i386-gen.c:1758 #, c-format msgid "can't create i386-tbl.h, errno = %s\n" msgstr "" @@ -1477,12 +1505,12 @@ msgstr "" msgid "internal error: m32r_cgen_cpu_open: no endianness specified" msgstr "" -#: m68k-dis.c:1292 +#: m68k-dis.c:1294 #, c-format msgid "" msgstr "" -#: m68k-dis.c:1455 +#: m68k-dis.c:1457 #, c-format msgid "\n" msgstr "" @@ -1537,86 +1565,86 @@ msgstr "" msgid "internal error: mep_cgen_cpu_open: no endianness specified" msgstr "" -#: mips-dis.c:1800 mips-dis.c:2026 +#: mips-dis.c:1805 mips-dis.c:2031 #, c-format msgid "# internal error, undefined operand in `%s %s'" msgstr "" -#: mips-dis.c:2615 +#: mips-dis.c:2620 msgid "Use canonical instruction forms.\n" msgstr "" -#: mips-dis.c:2617 +#: mips-dis.c:2622 msgid "Recognize MSA instructions.\n" msgstr "" -#: mips-dis.c:2619 +#: mips-dis.c:2624 msgid "Recognize the virtualization ASE instructions.\n" msgstr "" -#: mips-dis.c:2621 +#: mips-dis.c:2626 msgid "" "Recognize the eXtended Physical Address (XPA) ASE\n" " instructions.\n" msgstr "" -#: mips-dis.c:2624 +#: mips-dis.c:2629 msgid "Recognize the Global INValidate (GINV) ASE instructions.\n" msgstr "" -#: mips-dis.c:2628 +#: mips-dis.c:2633 msgid "" "Recognize the Loongson MultiMedia extensions Instructions (MMI) ASE " "instructions.\n" msgstr "" -#: mips-dis.c:2632 +#: mips-dis.c:2637 msgid "Recognize the Loongson Content Address Memory (CAM) instructions.\n" msgstr "" -#: mips-dis.c:2636 +#: mips-dis.c:2641 msgid "Recognize the Loongson EXTensions (EXT) instructions.\n" msgstr "" -#: mips-dis.c:2640 +#: mips-dis.c:2645 msgid "Recognize the Loongson EXTensions R2 (EXT2) instructions.\n" msgstr "" -#: mips-dis.c:2643 +#: mips-dis.c:2648 msgid "" "Print GPR names according to specified ABI.\n" " Default: based on binary being disassembled.\n" msgstr "" -#: mips-dis.c:2646 +#: mips-dis.c:2651 msgid "" "Print FPR names according to specified ABI.\n" " Default: numeric.\n" msgstr "" -#: mips-dis.c:2649 +#: mips-dis.c:2654 msgid "" "Print CP0 register names according to specified architecture.\n" " Default: based on binary being disassembled.\n" msgstr "" -#: mips-dis.c:2653 +#: mips-dis.c:2658 msgid "" "Print HWR names according to specified architecture.\n" " Default: based on binary being disassembled.\n" msgstr "" -#: mips-dis.c:2656 +#: mips-dis.c:2661 msgid "Print GPR and FPR names according to specified ABI.\n" msgstr "" -#: mips-dis.c:2658 +#: mips-dis.c:2663 msgid "" "Print CP0 register and HWR names according to specified\n" " architecture." msgstr "" -#: mips-dis.c:2744 +#: mips-dis.c:2749 #, c-format msgid "" "\n" @@ -1625,7 +1653,7 @@ msgid "" "\n" msgstr "" -#: mips-dis.c:2778 +#: mips-dis.c:2783 #, c-format msgid "" "\n" @@ -1647,7 +1675,11 @@ msgstr "" msgid "(unknown)" msgstr "" -#: mmix-dis.c:510 +#: mmix-dis.c:247 mmix-dis.c:255 +msgid "*illegal*" +msgstr "" + +#: mmix-dis.c:529 #, c-format msgid "*unknown operands type: %d*" msgstr "" @@ -1805,7 +1837,7 @@ msgstr "" #. an immediate either. We don't know how much to increase #. aoffsetp by since whatever generated this is broken #. anyway! -#: ns32k-dis.c:533 +#: ns32k-dis.c:537 #, c-format msgid "$" msgstr "" @@ -1818,29 +1850,29 @@ msgstr "" msgid "internal relocation type invalid" msgstr "" -#: or1k-desc.c:1978 +#: or1k-desc.c:2213 #, c-format msgid "" "internal error: or1k_cgen_rebuild_tables: conflicting insn-chunk-bitsize " "values: `%d' vs. `%d'" msgstr "" -#: or1k-desc.c:2061 +#: or1k-desc.c:2296 #, c-format msgid "internal error: or1k_cgen_cpu_open: unsupported argument `%d'" msgstr "" -#: or1k-desc.c:2080 +#: or1k-desc.c:2315 #, c-format msgid "internal error: or1k_cgen_cpu_open: no endianness specified" msgstr "" -#: ppc-dis.c:370 +#: ppc-dis.c:376 #, c-format msgid "warning: ignoring unknown -M%s option" msgstr "" -#: ppc-dis.c:858 +#: ppc-dis.c:957 #, c-format msgid "" "\n" @@ -1852,95 +1884,107 @@ msgstr "" msgid "invalid register" msgstr "" -#: ppc-opc.c:384 ppc-opc.c:412 +#: ppc-opc.c:396 msgid "invalid conditional option" msgstr "" -#: ppc-opc.c:386 ppc-opc.c:414 +#: ppc-opc.c:399 msgid "invalid counter access" msgstr "" -#: ppc-opc.c:416 +#: ppc-opc.c:463 +msgid "BO value implies no branch hint, when using + or - modifier" +msgstr "" + +#: ppc-opc.c:468 msgid "attempt to set y bit when using + or - modifier" msgstr "" -#: ppc-opc.c:507 +#: ppc-opc.c:470 +msgid "attempt to set 'at' bits when using + or - modifier" +msgstr "" + +#: ppc-opc.c:658 +msgid "invalid R operand" +msgstr "" + +#: ppc-opc.c:713 msgid "invalid mask field" msgstr "" -#: ppc-opc.c:530 +#: ppc-opc.c:736 msgid "invalid mfcr mask" msgstr "" -#: ppc-opc.c:606 +#: ppc-opc.c:812 msgid "illegal L operand value" msgstr "" -#: ppc-opc.c:645 +#: ppc-opc.c:851 msgid "incompatible L operand value" msgstr "" -#: ppc-opc.c:684 ppc-opc.c:719 +#: ppc-opc.c:891 ppc-opc.c:926 msgid "illegal bitmask" msgstr "" -#: ppc-opc.c:806 +#: ppc-opc.c:1013 msgid "address register in load range" msgstr "" -#: ppc-opc.c:872 +#: ppc-opc.c:1079 msgid "index register in load range" msgstr "" -#: ppc-opc.c:901 ppc-opc.c:986 +#: ppc-opc.c:1108 ppc-opc.c:1194 msgid "source and target register operands must be different" msgstr "" -#: ppc-opc.c:931 +#: ppc-opc.c:1139 msgid "invalid register operand when updating" msgstr "" -#: ppc-opc.c:1049 +#: ppc-opc.c:1257 msgid "illegal immediate value" msgstr "" -#: ppc-opc.c:1154 +#: ppc-opc.c:1362 msgid "invalid bat number" msgstr "" -#: ppc-opc.c:1189 +#: ppc-opc.c:1397 msgid "invalid sprg number" msgstr "" -#: ppc-opc.c:1226 +#: ppc-opc.c:1434 msgid "invalid tbr number" msgstr "" -#: ppc-opc.c:1372 +#: ppc-opc.c:1581 msgid "invalid constant" msgstr "" -#: ppc-opc.c:1474 ppc-opc.c:1497 ppc-opc.c:1520 ppc-opc.c:1543 +#: ppc-opc.c:1683 ppc-opc.c:1706 ppc-opc.c:1729 ppc-opc.c:1752 msgid "UIMM = 00000 is illegal" msgstr "" -#: ppc-opc.c:1566 +#: ppc-opc.c:1775 msgid "UIMM values >7 are illegal" msgstr "" -#: ppc-opc.c:1589 +#: ppc-opc.c:1798 msgid "UIMM values >15 are illegal" msgstr "" -#: ppc-opc.c:1612 +#: ppc-opc.c:1821 msgid "GPR odd is illegal" msgstr "" -#: ppc-opc.c:1635 ppc-opc.c:1658 +#: ppc-opc.c:1844 ppc-opc.c:1867 msgid "invalid offset" msgstr "" -#: ppc-opc.c:1681 +#: ppc-opc.c:1890 msgid "invalid Ddd value" msgstr "" @@ -1954,7 +1998,7 @@ msgstr "" msgid "# internal error, undefined modifier (%c)" msgstr "" -#: riscv-dis.c:541 +#: riscv-dis.c:545 #, c-format msgid "" "\n" @@ -1962,14 +2006,14 @@ msgid "" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: riscv-dis.c:545 +#: riscv-dis.c:549 #, c-format msgid "" "\n" " numeric Print numeric register names, rather than ABI names.\n" msgstr "" -#: riscv-dis.c:548 +#: riscv-dis.c:552 #, c-format msgid "" "\n" @@ -1977,6 +2021,38 @@ msgid "" " than into pseudoinstructions.\n" msgstr "" +#: rx-dis.c:139 rx-dis.c:163 rx-dis.c:171 rx-dis.c:179 rx-dis.c:187 +msgid "" +msgstr "" + +#: rx-dis.c:147 rx-dis.c:195 +msgid "" +msgstr "" + +#: rx-dis.c:155 +msgid "" +msgstr "" + +#: rx-dis.c:203 +msgid "" +msgstr "" + +#: rx-dis.c:211 +msgid "" +msgstr "" + +#: s12z-dis.c:258 s12z-dis.c:315 s12z-dis.c:326 +msgid "" +msgstr "" + +#: s12z-dis.c:389 +msgid "" +msgstr "" + +#: s12z-dis.c:400 +msgid "." +msgstr "" + #: s390-dis.c:42 msgid "Disassemble in ESA architecture mode" msgstr "" @@ -2002,8 +2078,8 @@ msgid "" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: score-dis.c:663 score-dis.c:870 score-dis.c:1031 score-dis.c:1145 -#: score-dis.c:1152 score-dis.c:1159 score7-dis.c:695 score7-dis.c:858 +#: score-dis.c:660 score-dis.c:867 score-dis.c:1026 score-dis.c:1140 +#: score-dis.c:1147 score-dis.c:1154 score7-dis.c:695 score7-dis.c:858 msgid "" msgstr "" @@ -2018,16 +2094,44 @@ msgid "internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "" #. Mark as non-valid instruction. -#: sparc-dis.c:1098 +#: sparc-dis.c:1095 msgid "unknown" msgstr "" -#: v850-dis.c:453 +#: v850-dis.c:190 +msgid "" +msgstr "" + +#: v850-dis.c:206 +msgid "" +msgstr "" + +#: v850-dis.c:222 +msgid "" +msgstr "" + +#: v850-dis.c:236 +msgid "" +msgstr "" + +#: v850-dis.c:250 +msgid "" +msgstr "" + +#: v850-dis.c:264 +msgid "" +msgstr "" + +#: v850-dis.c:275 +msgid "" +msgstr "" + +#: v850-dis.c:510 #, c-format msgid "unknown operand shift: %x" msgstr "" -#: v850-dis.c:469 +#: v850-dis.c:526 #, c-format msgid "unknown reg: %d" msgstr "" @@ -2109,7 +2213,7 @@ msgstr "" msgid "Name well-known globals" msgstr "" -#: wasm32-dis.c:503 +#: wasm32-dis.c:510 #, c-format msgid "" "The following WebAssembly-specific disassembler options are supported for " diff --git a/opcodes/z80-dis.c b/opcodes/z80-dis.c index a0e1025c89e..99be7f8abcf 100644 --- a/opcodes/z80-dis.c +++ b/opcodes/z80-dis.c @@ -1,4 +1,4 @@ -/* Print Z80 and R800 instructions +/* Print Z80, Z180, EZ80 and R800 instructions Copyright (C) 2005-2020 Free Software Foundation, Inc. Contributed by Arnold Metselaar @@ -28,38 +28,61 @@ struct buffer bfd_vma base; int n_fetch; int n_used; - signed char data[4]; + signed char data[6]; + long inss; /* instruction set bit mask, taken from bfd_mach */ + int nn_len; /* address length: 2 - Z80 mode, 3 - ADL mode*/ } ; -typedef int (*func)(struct buffer *, disassemble_info *, char *); +typedef int (*func)(struct buffer *, disassemble_info *, const char *); struct tab_elt { unsigned char val; unsigned char mask; func fp; - char * text; + const char * text; + unsigned inss; /* bit mask of supported bfd_mach_* or 0 for all mach */ } ; +#define INSS_ALL 0 +#define INSS_Z80 ((1 << bfd_mach_z80) | (1 << bfd_mach_z80strict) | (1 << bfd_mach_z80full)) +#define INSS_R800 (1 << bfd_mach_r800) +#define INSS_GBZ80 (1 << bfd_mach_gbz80) +#define INSS_Z180 (1 << bfd_mach_z180) +#define INSS_EZ80_Z80 (1 << bfd_mach_ez80_z80) +#define INSS_EZ80_ADL (1 << bfd_mach_ez80_adl) +#define INSS_EZ80 (INSS_EZ80_ADL | INSS_EZ80_Z80) + #define TXTSIZ 24 /* Names of 16-bit registers. */ -static char * rr_str[] = { "bc", "de", "hl", "sp" }; +static const char * rr_str[] = { "bc", "de", "hl", "sp" }; /* Names of 8-bit registers. */ -static char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; +static const char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; /* Texts for condition codes. */ -static char * cc_str[] = { "nz", "z", "nc", "c", "po", "pe", "p", "m" }; +static const char * cc_str[] = { "nz", "z", "nc", "c", "po", "pe", "p", "m" }; /* Instruction names for 8-bit arithmetic, operand "a" is often implicit */ -static char * arit_str[] = +static const char * arit_str[] = { "add a,", "adc a,", "sub ", "sbc a,", "and ", "xor ", "or ", "cp " } ; +static const char * arit_str_ez80[] = +{ + "add a,", "adc a,", "sub a,", "sbc a,", "and a,", "xor a,", "or a,", "cp a," +} ; + +static int +mach_inst (struct buffer *buf, struct tab_elt *p) +{ + return !p->inss || (p->inss & buf->inss); +} + static int fetch_data (struct buffer *buf, disassemble_info * info, int n) { int r; - if (buf->n_fetch + n > 4) + if (buf->n_fetch + n > (int)sizeof(buf->data)) abort (); r = info->read_memory_func (buf->base + buf->n_fetch, @@ -71,7 +94,7 @@ fetch_data (struct buffer *buf, disassemble_info * info, int n) } static int -prt (struct buffer *buf, disassemble_info * info, char *txt) +prt (struct buffer *buf, disassemble_info * info, const char *txt) { info->fprintf_func (info->stream, "%s", txt); buf->n_used = buf->n_fetch; @@ -79,7 +102,7 @@ prt (struct buffer *buf, disassemble_info * info, char *txt) } static int -prt_e (struct buffer *buf, disassemble_info * info, char *txt) +prt_e (struct buffer *buf, disassemble_info * info, const char *txt) { char e; int target_addr; @@ -98,7 +121,7 @@ prt_e (struct buffer *buf, disassemble_info * info, char *txt) } static int -jr_cc (struct buffer *buf, disassemble_info * info, char *txt) +jr_cc (struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; @@ -107,15 +130,19 @@ jr_cc (struct buffer *buf, disassemble_info * info, char *txt) } static int -prt_nn (struct buffer *buf, disassemble_info * info, char *txt) +prt_nn (struct buffer *buf, disassemble_info * info, const char *txt) { int nn; unsigned char *p; + int i; p = (unsigned char*) buf->data + buf->n_fetch; - if (fetch_data (buf, info, 2)) + if (fetch_data (buf, info, buf->nn_len)) { - nn = p[0] + (p[1] << 8); + nn = 0; + i = buf->nn_len; + while (i--) + nn = nn * 0x100 + p[i]; info->fprintf_func (info->stream, txt, nn); buf->n_used = buf->n_fetch; } @@ -125,7 +152,7 @@ prt_nn (struct buffer *buf, disassemble_info * info, char *txt) } static int -prt_rr_nn (struct buffer *buf, disassemble_info * info, char *txt) +prt_rr_nn (struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; int rr; @@ -136,7 +163,7 @@ prt_rr_nn (struct buffer *buf, disassemble_info * info, char *txt) } static int -prt_rr (struct buffer *buf, disassemble_info * info, char *txt) +prt_rr (struct buffer *buf, disassemble_info * info, const char *txt) { info->fprintf_func (info->stream, "%s%s", txt, rr_str[(buf->data[buf->n_fetch - 1] >> 4) & 3]); @@ -145,7 +172,7 @@ prt_rr (struct buffer *buf, disassemble_info * info, char *txt) } static int -prt_n (struct buffer *buf, disassemble_info * info, char *txt) +prt_n (struct buffer *buf, disassemble_info * info, const char *txt) { int n; unsigned char *p; @@ -165,16 +192,27 @@ prt_n (struct buffer *buf, disassemble_info * info, char *txt) } static int -ld_r_n (struct buffer *buf, disassemble_info * info, char *txt) +prt_r_n (struct buffer *buf, disassemble_info * info, const char *txt) +{ + char mytxt[TXTSIZ]; + int r; + + r = (buf->data[buf->n_fetch - 1] >> 3) & 7; + snprintf (mytxt, TXTSIZ, txt, r_str[r]); + return prt_n (buf, info, mytxt); +} + +static int +ld_r_n (struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; - snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]); + snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]); return prt_n (buf, info, mytxt); } static int -prt_r (struct buffer *buf, disassemble_info * info, char *txt) +prt_r (struct buffer *buf, disassemble_info * info, const char *txt) { info->fprintf_func (info->stream, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]); @@ -183,7 +221,7 @@ prt_r (struct buffer *buf, disassemble_info * info, char *txt) } static int -ld_r_r (struct buffer *buf, disassemble_info * info, char *txt) +ld_r_r (struct buffer *buf, disassemble_info * info, const char *txt) { info->fprintf_func (info->stream, txt, r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7], @@ -193,17 +231,53 @@ ld_r_r (struct buffer *buf, disassemble_info * info, char *txt) } static int -arit_r (struct buffer *buf, disassemble_info * info, char *txt) +prt_d (struct buffer *buf, disassemble_info * info, const char *txt) { + int d; + signed char *p; + + p = buf->data + buf->n_fetch; + + if (fetch_data (buf, info, 1)) + { + d = p[0]; + info->fprintf_func (info->stream, txt, d); + buf->n_used = buf->n_fetch; + } + else + buf->n_used = -1; + + return buf->n_used; +} + +static int +prt_rr_d (struct buffer *buf, disassemble_info * info, const char *txt) +{ + char mytxt[TXTSIZ]; + int rr; + + rr = (buf->data[buf->n_fetch - 1] >> 4) & 3; + if (rr == 3) /* SP is not supported */ + return 0; + + snprintf (mytxt, TXTSIZ, txt, rr_str[rr]); + return prt_d (buf, info, mytxt); +} + +static int +arit_r (struct buffer *buf, disassemble_info * info, const char *txt) +{ + const char * const *arit; + arit = (buf->inss & INSS_EZ80) ? arit_str_ez80 : arit_str; info->fprintf_func (info->stream, txt, - arit_str[(buf->data[buf->n_fetch - 1] >> 3) & 7], - r_str[buf->data[buf->n_fetch - 1] & 7]); + arit[(buf->data[buf->n_fetch - 1] >> 3) & 7], + r_str[buf->data[buf->n_fetch - 1] & 7]); buf->n_used = buf->n_fetch; return buf->n_used; } static int -prt_cc (struct buffer *buf, disassemble_info * info, char *txt) +prt_cc (struct buffer *buf, disassemble_info * info, const char *txt) { info->fprintf_func (info->stream, "%s%s", txt, cc_str[(buf->data[0] >> 3) & 7]); @@ -212,7 +286,7 @@ prt_cc (struct buffer *buf, disassemble_info * info, char *txt) } static int -pop_rr (struct buffer *buf, disassemble_info * info, char *txt) +pop_rr (struct buffer *buf, disassemble_info * info, const char *txt) { static char *rr_stack[] = { "bc","de","hl","af"}; @@ -224,7 +298,7 @@ pop_rr (struct buffer *buf, disassemble_info * info, char *txt) static int -jp_cc_nn (struct buffer *buf, disassemble_info * info, char *txt) +jp_cc_nn (struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; @@ -234,16 +308,18 @@ jp_cc_nn (struct buffer *buf, disassemble_info * info, char *txt) } static int -arit_n (struct buffer *buf, disassemble_info * info, char *txt) +arit_n (struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; + const char * const *arit; - snprintf (mytxt,TXTSIZ, txt, arit_str[(buf->data[0] >> 3) & 7]); + arit = (buf->inss & INSS_EZ80) ? arit_str_ez80 : arit_str; + snprintf (mytxt,TXTSIZ, txt, arit[(buf->data[0] >> 3) & 7]); return prt_n (buf, info, mytxt); } static int -rst (struct buffer *buf, disassemble_info * info, char *txt) +rst (struct buffer *buf, disassemble_info * info, const char *txt) { info->fprintf_func (info->stream, txt, buf->data[0] & 0x38); buf->n_used = buf->n_fetch; @@ -252,7 +328,7 @@ rst (struct buffer *buf, disassemble_info * info, char *txt) static int -cis (struct buffer *buf, disassemble_info * info, char *txt ATTRIBUTE_UNUSED) +cis (struct buffer *buf, disassemble_info * info, const char *txt ATTRIBUTE_UNUSED) { static char * opar[] = { "ld", "cp", "in", "out" }; char * op; @@ -269,7 +345,42 @@ cis (struct buffer *buf, disassemble_info * info, char *txt ATTRIBUTE_UNUSED) } static int -dump (struct buffer *buf, disassemble_info * info, char *txt) +cism (struct buffer *buf, disassemble_info * info, const char *txt ATTRIBUTE_UNUSED) +{ + static char * opar[] = { "in%cm%s", "ot%cm%s" }; + char * op; + char c; + + c = buf->data[1]; + op = opar[c & 1]; + info->fprintf_func (info->stream, + op, + (c & 0x08) ? 'd' : 'i', + (c & 0x10) ? "r" : ""); + buf->n_used = 2; + return buf->n_used; +} + +static int +cis2 (struct buffer *buf, disassemble_info * info, const char *txt ATTRIBUTE_UNUSED) +{ + static char * opar[] = { "in", "out" }; + char * op; + char c; + + c = buf->data[1]; + op = ((0x14 & c) == 0x14) ? "ot" : (opar[c & 1]); + info->fprintf_func (info->stream, + "%s%c2%s", + op, + (c & 0x08) ? 'd' : 'i', + (c & 0x10) ? "r" : ""); + buf->n_used = 2; + return buf->n_used; +} + +static int +dump (struct buffer *buf, disassemble_info * info, const char *txt) { int i; @@ -284,45 +395,85 @@ dump (struct buffer *buf, disassemble_info * info, char *txt) /* Table to disassemble machine codes with prefix 0xED. */ struct tab_elt opc_ed[] = { - { 0x70, 0xFF, prt, "in f,(c)" }, - { 0x70, 0xFF, dump, "xx" }, - { 0x40, 0xC7, prt_r, "in %s,(c)" }, - { 0x71, 0xFF, prt, "out (c),0" }, - { 0x70, 0xFF, dump, "xx" }, - { 0x41, 0xC7, prt_r, "out (c),%s" }, - { 0x42, 0xCF, prt_rr, "sbc hl," }, - { 0x43, 0xCF, prt_rr_nn, "ld (0x%%04x),%s" }, - { 0x44, 0xFF, prt, "neg" }, - { 0x45, 0xFF, prt, "retn" }, - { 0x46, 0xFF, prt, "im 0" }, - { 0x47, 0xFF, prt, "ld i,a" }, - { 0x4A, 0xCF, prt_rr, "adc hl," }, - { 0x4B, 0xCF, prt_rr_nn, "ld %s,(0x%%04x)" }, - { 0x4D, 0xFF, prt, "reti" }, - { 0x4F, 0xFF, prt, "ld r,a" }, - { 0x56, 0xFF, prt, "im 1" }, - { 0x57, 0xFF, prt, "ld a,i" }, - { 0x5E, 0xFF, prt, "im 2" }, - { 0x5F, 0xFF, prt, "ld a,r" }, - { 0x67, 0xFF, prt, "rrd" }, - { 0x6F, 0xFF, prt, "rld" }, - { 0xA0, 0xE4, cis, "" }, - { 0xC3, 0xFF, prt, "muluw hl,bc" }, - { 0xC5, 0xE7, prt_r, "mulub a,%s" }, - { 0xF3, 0xFF, prt, "muluw hl,sp" }, - { 0x00, 0x00, dump, "xx" } + { 0x30, 0xFE, dump, "xx", INSS_ALL }, + { 0x00, 0xC7, prt_r_n, "in0 %s,(0x%%02x)", INSS_Z180|INSS_EZ80 }, + { 0x01, 0xC7, prt_r_n, "out0 (0x%%02x),%s", INSS_Z180|INSS_EZ80 }, + { 0x32, 0xFF, prt_d, "lea ix,ix%+d", INSS_EZ80 }, + { 0x33, 0xFF, prt_d, "lea iy,iy%+d", INSS_EZ80 }, + { 0x02, 0xCF, prt_rr_d, "lea %s,ix%%+d", INSS_EZ80 }, + { 0x03, 0xCF, prt_rr_d, "lea %s,iy%%+d", INSS_EZ80 }, + { 0x04, 0xC7, prt_r, "tst %s", INSS_Z180}, + { 0x04, 0xC7, prt_r, "tst a,%s", INSS_EZ80 }, + { 0x07, 0xFF, prt, "ld bc,(hl)", INSS_EZ80 }, + { 0x0F, 0xCF, prt_rr, "ld (hl),", INSS_EZ80 }, + { 0x17, 0xFF, prt, "ld de,(hl)", INSS_EZ80 }, + { 0x27, 0xFF, prt, "ld hl,(hl)", INSS_EZ80 }, + { 0x36, 0xFF, prt, "ld iy,(hl)", INSS_EZ80 }, + { 0x37, 0xFF, prt, "ld ix,(hl)", INSS_EZ80 }, + { 0x3E, 0xFF, prt, "ld (hl),iy", INSS_EZ80 }, + { 0x3F, 0xFF, prt, "ld (hl),ix", INSS_EZ80 }, + { 0x70, 0xFF, prt, "in f,(c)", INSS_Z80 | INSS_R800 }, + { 0x70, 0xFF, dump, "xx", INSS_ALL }, + { 0x40, 0xC7, prt_r, "in %s,(bc)", INSS_EZ80 }, + { 0x40, 0xC7, prt_r, "in %s,(c)", INSS_ALL }, + { 0x71, 0xFF, prt, "out (c),0", INSS_Z80 }, + { 0x70, 0xFF, dump, "xx", INSS_ALL }, + { 0x41, 0xC7, prt_r, "out (bc),%s", INSS_EZ80 }, + { 0x41, 0xC7, prt_r, "out (c),%s", INSS_ALL }, + { 0x42, 0xCF, prt_rr, "sbc hl,", INSS_ALL }, + { 0x43, 0xCF, prt_rr_nn, "ld (0x%%04x),%s", INSS_ALL }, + { 0x44, 0xFF, prt, "neg", INSS_ALL }, + { 0x45, 0xFF, prt, "retn", INSS_ALL }, + { 0x46, 0xFF, prt, "im 0", INSS_ALL }, + { 0x47, 0xFF, prt, "ld i,a", INSS_ALL }, + { 0x4A, 0xCF, prt_rr, "adc hl,", INSS_ALL }, + { 0x4B, 0xCF, prt_rr_nn, "ld %s,(0x%%04x)", INSS_ALL }, + { 0x4C, 0xCF, prt_rr, "mlt ", INSS_Z180|INSS_EZ80 }, + { 0x4D, 0xFF, prt, "reti", INSS_ALL }, + { 0x4F, 0xFF, prt, "ld r,a", INSS_ALL }, + { 0x54, 0xFF, prt_d, "lea ix,iy%+d", INSS_EZ80 }, + { 0x55, 0xFF, prt_d, "lea iy,ix%+d", INSS_EZ80 }, + { 0x56, 0xFF, prt, "im 1", INSS_ALL }, + { 0x57, 0xFF, prt, "ld a,i", INSS_ALL }, + { 0x5E, 0xFF, prt, "im 2", INSS_ALL }, + { 0x5F, 0xFF, prt, "ld a,r", INSS_ALL }, + { 0x64, 0xFF, prt_n, "tst 0x%02x", INSS_Z180 }, + { 0x64, 0xFF, prt_n, "tst a,0x%02x", INSS_EZ80 }, + { 0x65, 0xFF, prt_d, "pea ix%+d", INSS_EZ80 }, + { 0x66, 0xFF, prt_d, "pea iy%+d", INSS_EZ80 }, + { 0x67, 0xFF, prt, "rrd", INSS_ALL }, + { 0x6F, 0xFF, prt, "rld", INSS_ALL }, + { 0x74, 0xFF, prt_n, "tstio 0x%02x", INSS_Z180|INSS_EZ80 }, + { 0x76, 0xFF, prt, "slp", INSS_Z180|INSS_EZ80 }, + { 0x82, 0xE6, cism, "", INSS_Z180|INSS_EZ80 }, + { 0x84, 0xC7, cis2, "", INSS_EZ80 }, + { 0xA0, 0xE4, cis, "", INSS_ALL }, + { 0x7D, 0xFF, prt, "stmix", INSS_EZ80 }, + { 0x7E, 0xFF, prt, "rsmix", INSS_EZ80 }, + { 0x6D, 0xFF, prt, "ld mb,a", INSS_EZ80 }, + { 0x6E, 0xFF, prt, "ld a,mb", INSS_EZ80 }, + { 0xC7, 0xFF, prt, "ld i,hl", INSS_EZ80 }, + { 0xD7, 0xFF, prt, "ld hl,i", INSS_EZ80 }, + { 0xC2, 0xFF, prt, "inirx", INSS_EZ80 }, + { 0xC3, 0xFF, prt, "otirx", INSS_EZ80 }, + { 0xCA, 0xFF, prt, "indrx", INSS_EZ80 }, + { 0xCB, 0xFF, prt, "otdrx", INSS_EZ80 }, + { 0xC3, 0xFF, prt, "muluw hl,bc", INSS_R800 }, + { 0xC5, 0xE7, prt_r, "mulub a,%s", INSS_R800 }, + { 0xF3, 0xFF, prt, "muluw hl,sp", INSS_R800 }, + { 0x00, 0x00, dump, "xx", INSS_ALL } }; static int -pref_ed (struct buffer * buf, disassemble_info * info, - char* txt ATTRIBUTE_UNUSED) +pref_ed (struct buffer *buf, disassemble_info *info, + const char *txt ATTRIBUTE_UNUSED) { struct tab_elt *p; if (fetch_data(buf, info, 1)) { - for (p = opc_ed; p->val != (buf->data[1] & p->mask); ++p) - ; + for (p = opc_ed; p->val != (buf->data[1] & p->mask) || !mach_inst(buf, p); ++p) + ; p->fp (buf, info, p->text); } else @@ -340,16 +491,25 @@ static char *cb2_str[] = }; static int -pref_cb (struct buffer * buf, disassemble_info * info, - char* txt ATTRIBUTE_UNUSED) +pref_cb (struct buffer *buf, disassemble_info *info, + const char *txt ATTRIBUTE_UNUSED) { + const char *op_txt; + int idx; if (fetch_data (buf, info, 1)) { buf->n_used = 2; if ((buf->data[1] & 0xc0) == 0) - info->fprintf_func (info->stream, "%s %s", - cb2_str[(buf->data[1] >> 3) & 7], - r_str[buf->data[1] & 7]); + { + idx = (buf->data[1] >> 3) & 7; + if ((buf->inss & INSS_GBZ80) && (idx == 6)) + op_txt = "swap"; + else + op_txt = cb2_str[idx]; + info->fprintf_func (info->stream, "%s %s", + op_txt, + r_str[buf->data[1] & 7]); + } else info->fprintf_func (info->stream, "%s %d,%s", cb1_str[(buf->data[1] >> 6) & 3], @@ -363,7 +523,7 @@ pref_cb (struct buffer * buf, disassemble_info * info, } static int -addvv (struct buffer * buf, disassemble_info * info, char* txt) +addvv (struct buffer * buf, disassemble_info * info, const char *txt) { info->fprintf_func (info->stream, "add %s,%s", txt, txt); @@ -371,7 +531,7 @@ addvv (struct buffer * buf, disassemble_info * info, char* txt) } static int -ld_v_v (struct buffer * buf, disassemble_info * info, char* txt) +ld_v_v (struct buffer * buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; @@ -380,8 +540,9 @@ ld_v_v (struct buffer * buf, disassemble_info * info, char* txt) } static int -prt_d (struct buffer *buf, disassemble_info * info, char *txt) +prt_d_n (struct buffer *buf, disassemble_info * info, const char *txt) { + char mytxt[TXTSIZ]; int d; signed char *p; @@ -390,8 +551,8 @@ prt_d (struct buffer *buf, disassemble_info * info, char *txt) if (fetch_data (buf, info, 1)) { d = p[0]; - info->fprintf_func (info->stream, txt, d); - buf->n_used = buf->n_fetch; + snprintf (mytxt, TXTSIZ, txt, d); + return prt_n (buf, info, mytxt); } else buf->n_used = -1; @@ -400,61 +561,58 @@ prt_d (struct buffer *buf, disassemble_info * info, char *txt) } static int -prt_d_n (struct buffer *buf, disassemble_info * info, char *txt) +arit_d (struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; - int d; - signed char *p; - - p = buf->data + buf->n_fetch; - - if (fetch_data (buf, info, 1)) - { - d = p[0]; - snprintf (mytxt, TXTSIZ, txt, d); - return prt_n (buf, info, mytxt); - } - else - buf->n_used = -1; + signed char c; + const char * const *arit; - return buf->n_used; + arit = (buf->inss & INSS_EZ80) ? arit_str_ez80 : arit_str; + c = buf->data[buf->n_fetch - 1]; + snprintf (mytxt, TXTSIZ, txt, arit[(c >> 3) & 7]); + return prt_d (buf, info, mytxt); } static int -arit_d (struct buffer *buf, disassemble_info * info, char *txt) +ld_r_d (struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; signed char c; c = buf->data[buf->n_fetch - 1]; - snprintf (mytxt, TXTSIZ, txt, arit_str[(c >> 3) & 7]); + snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]); return prt_d (buf, info, mytxt); } static int -ld_r_d (struct buffer *buf, disassemble_info * info, char *txt) +ld_d_r(struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; signed char c; c = buf->data[buf->n_fetch - 1]; - snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]); + snprintf (mytxt, TXTSIZ, txt, r_str[c & 7]); return prt_d (buf, info, mytxt); } static int -ld_d_r(struct buffer *buf, disassemble_info * info, char *txt) +ld_ii_ii(struct buffer *buf, disassemble_info * info, const char *txt) { char mytxt[TXTSIZ]; signed char c; + int p; + static const char *ii[2] = { "ix", "iy" }; + p = (buf->data[buf->n_fetch - 2] == '\xdd') ? 0 : 1; c = buf->data[buf->n_fetch - 1]; - snprintf (mytxt, TXTSIZ, txt, r_str[c & 7]); + if ((c & 0x07) != 0x07) + p = 1 - p; /* 0 -> 1, 1 -> 0 */ + snprintf (mytxt, TXTSIZ, txt, ii[p]); return prt_d (buf, info, mytxt); } static int -pref_xd_cb (struct buffer * buf, disassemble_info * info, char* txt) +pref_xd_cb (struct buffer * buf, disassemble_info * info, const char *txt) { if (fetch_data (buf, info, 2)) { @@ -490,49 +648,58 @@ pref_xd_cb (struct buffer * buf, disassemble_info * info, char* txt) /* Table to disassemble machine codes with prefix 0xDD or 0xFD. */ static struct tab_elt opc_ind[] = { - { 0x24, 0xF7, prt_r, "inc %s%%s" }, - { 0x25, 0xF7, prt_r, "dec %s%%s" }, - { 0x26, 0xF7, ld_r_n, "ld %s%%s,0x%%%%02x" }, - { 0x21, 0xFF, prt_nn, "ld %s,0x%%04x" }, - { 0x22, 0xFF, prt_nn, "ld (0x%%04x),%s" }, - { 0x2A, 0xFF, prt_nn, "ld %s,(0x%%04x)" }, - { 0x23, 0xFF, prt, "inc %s" }, - { 0x2B, 0xFF, prt, "dec %s" }, - { 0x29, 0xFF, addvv, "%s" }, - { 0x09, 0xCF, prt_rr, "add %s," }, - { 0x34, 0xFF, prt_d, "inc (%s%%+d)" }, - { 0x35, 0xFF, prt_d, "dec (%s%%+d)" }, - { 0x36, 0xFF, prt_d_n, "ld (%s%%+d),0x%%%%02x" }, - - { 0x76, 0xFF, dump, "h" }, - { 0x46, 0xC7, ld_r_d, "ld %%s,(%s%%%%+d)" }, - { 0x70, 0xF8, ld_d_r, "ld (%s%%%%+d),%%s" }, - { 0x64, 0xF6, ld_v_v, "%s" }, - { 0x60, 0xF0, ld_r_r, "ld %s%%s,%%s" }, - { 0x44, 0xC6, ld_r_r, "ld %%s,%s%%s" }, - - { 0x86, 0xC7, arit_d, "%%s(%s%%%%+d)" }, - { 0x84, 0xC6, arit_r, "%%s%s%%s" }, - - { 0xE1, 0xFF, prt, "pop %s" }, - { 0xE5, 0xFF, prt, "push %s" }, - { 0xCB, 0xFF, pref_xd_cb, "%s" }, - { 0xE3, 0xFF, prt, "ex (sp),%s" }, - { 0xE9, 0xFF, prt, "jp (%s)" }, - { 0xF9, 0xFF, prt, "ld sp,%s" }, - { 0x00, 0x00, dump, "?" }, + { 0x07, 0xFF, prt_d, "ld bc,(%s%%+d)", INSS_EZ80 }, + { 0x0F, 0xFF, prt_d, "ld (%s%%+d),bc", INSS_EZ80 }, + { 0x17, 0xFF, prt_d, "ld de,(%s%%+d)", INSS_EZ80 }, + { 0x1F, 0xFF, prt_d, "ld (%s%%+d),de", INSS_EZ80 }, + { 0x24, 0xF7, prt_r, "inc %s%%s", INSS_ALL }, + { 0x25, 0xF7, prt_r, "dec %s%%s", INSS_ALL }, + { 0x26, 0xF7, ld_r_n, "ld %s%%s,0x%%%%02x", INSS_ALL }, + { 0x27, 0xFF, prt_d, "ld hl,(%s%%+d)", INSS_EZ80 }, + { 0x2F, 0xFF, prt_d, "ld (%s%%+d),hl", INSS_EZ80 }, + { 0x21, 0xFF, prt_nn, "ld %s,0x%%04x", INSS_ALL }, + { 0x22, 0xFF, prt_nn, "ld (0x%%04x),%s", INSS_ALL }, + { 0x2A, 0xFF, prt_nn, "ld %s,(0x%%04x)", INSS_ALL }, + { 0x23, 0xFF, prt, "inc %s", INSS_ALL }, + { 0x2B, 0xFF, prt, "dec %s", INSS_ALL }, + { 0x29, 0xFF, addvv, "%s", INSS_ALL }, + { 0x31, 0xFF, ld_ii_ii, "ld %%s,(%s%%%%+d)", INSS_EZ80 }, + { 0x37, 0xFF, ld_ii_ii, "ld %%s,(%s%%%%+d)", INSS_EZ80 }, + { 0x3E, 0xFE, ld_ii_ii, "ld (%s%%%%+d),%%s", INSS_EZ80 }, + { 0x09, 0xCF, prt_rr, "add %s,", INSS_ALL }, + { 0x34, 0xFF, prt_d, "inc (%s%%+d)", INSS_ALL }, + { 0x35, 0xFF, prt_d, "dec (%s%%+d)", INSS_ALL }, + { 0x36, 0xFF, prt_d_n, "ld (%s%%+d),0x%%%%02x", INSS_ALL }, + + { 0x76, 0xFF, dump, "h", INSS_ALL }, + { 0x46, 0xC7, ld_r_d, "ld %%s,(%s%%%%+d)", INSS_ALL }, + { 0x70, 0xF8, ld_d_r, "ld (%s%%%%+d),%%s", INSS_ALL }, + { 0x64, 0xF6, ld_v_v, "%s", INSS_ALL }, + { 0x60, 0xF0, ld_r_r, "ld %s%%s,%%s", INSS_ALL }, + { 0x44, 0xC6, ld_r_r, "ld %%s,%s%%s", INSS_ALL }, + + { 0x86, 0xC7, arit_d, "%%s(%s%%%%+d)", INSS_ALL }, + { 0x84, 0xC6, arit_r, "%%s%s%%s", INSS_ALL }, + + { 0xE1, 0xFF, prt, "pop %s", INSS_ALL }, + { 0xE5, 0xFF, prt, "push %s", INSS_ALL }, + { 0xCB, 0xFF, pref_xd_cb, "%s", INSS_ALL }, + { 0xE3, 0xFF, prt, "ex (sp),%s", INSS_ALL }, + { 0xE9, 0xFF, prt, "jp (%s)", INSS_ALL }, + { 0xF9, 0xFF, prt, "ld sp,%s", INSS_ALL }, + { 0x00, 0x00, dump, "?", INSS_ALL }, } ; static int -pref_ind (struct buffer * buf, disassemble_info * info, char* txt) +pref_ind (struct buffer *buf, disassemble_info *info, const char *txt) { if (fetch_data (buf, info, 1)) { char mytxt[TXTSIZ]; struct tab_elt *p; - for (p = opc_ind; p->val != (buf->data[1] & p->mask); ++p) - ; + for (p = opc_ind; p->val != (buf->data[1] & p->mask) || !mach_inst (buf, p); ++p) + ; snprintf (mytxt, TXTSIZ, p->text, txt); p->fp (buf, info, mytxt); } @@ -542,85 +709,156 @@ pref_ind (struct buffer * buf, disassemble_info * info, char* txt) return buf->n_used; } +static int +print_insn_z80_buf (struct buffer *buf, disassemble_info *info); + +static int +suffix (struct buffer *buf_in, disassemble_info *info, const char *txt) +{ + struct buffer buf; + char mybuf[TXTSIZ*4]; + fprintf_ftype old_fprintf; + void *old_stream; + char *p; + + buf_in->n_used++; + buf = *buf_in; + buf.n_fetch = 0; + buf.n_used = 0; + buf.base++; + switch (txt[2]) + { + case 'l': /* SIL or LIL */ + buf.nn_len = 3; + break; + case 's': /* SIS or LIS */ + buf.nn_len = 2; + break; + default: + /* unknown suffix */ + return -1; + } + old_fprintf = info->fprintf_func; + old_stream = info->stream; + info->fprintf_func = (fprintf_ftype)&sprintf; + info->stream = mybuf; + print_insn_z80_buf(&buf, info); + info->fprintf_func = old_fprintf; + info->stream = old_stream; + + for (p = &mybuf[0]; *p && *p != ' ' && *p != '.'; ++p) + ; + + if (*p == '.') /* suffix already present */ + { + info->fprintf_func(info->stream, "nop ;%s", txt); /* double prefix */ + return buf_in->n_used; + } + + *p++ = '\0'; + info->fprintf_func(info->stream, *p ? "%s.%s %s" : "%s.%s", mybuf, txt, p); + + memcpy(&buf_in->data[1], buf.data, sizeof(buf.data)-1); + buf_in->n_used += buf.n_used; + buf_in->n_fetch += buf.n_fetch; + return buf_in->n_used; +} + /* Table to disassemble machine codes without prefix. */ static struct tab_elt opc_main[] = { - { 0x00, 0xFF, prt, "nop" }, - { 0x01, 0xCF, prt_rr_nn, "ld %s,0x%%04x" }, - { 0x02, 0xFF, prt, "ld (bc),a" }, - { 0x03, 0xCF, prt_rr, "inc " }, - { 0x04, 0xC7, prt_r, "inc %s" }, - { 0x05, 0xC7, prt_r, "dec %s" }, - { 0x06, 0xC7, ld_r_n, "ld %s,0x%%02x" }, - { 0x07, 0xFF, prt, "rlca" }, - { 0x08, 0xFF, prt, "ex af,af'" }, - { 0x09, 0xCF, prt_rr, "add hl," }, - { 0x0A, 0xFF, prt, "ld a,(bc)" }, - { 0x0B, 0xCF, prt_rr, "dec " }, - { 0x0F, 0xFF, prt, "rrca" }, - { 0x10, 0xFF, prt_e, "djnz " }, - { 0x12, 0xFF, prt, "ld (de),a" }, - { 0x17, 0xFF, prt, "rla" }, - { 0x18, 0xFF, prt_e, "jr "}, - { 0x1A, 0xFF, prt, "ld a,(de)" }, - { 0x1F, 0xFF, prt, "rra" }, - { 0x20, 0xE7, jr_cc, "jr %s,"}, - { 0x22, 0xFF, prt_nn, "ld (0x%04x),hl" }, - { 0x27, 0xFF, prt, "daa"}, - { 0x2A, 0xFF, prt_nn, "ld hl,(0x%04x)" }, - { 0x2F, 0xFF, prt, "cpl" }, - { 0x32, 0xFF, prt_nn, "ld (0x%04x),a" }, - { 0x37, 0xFF, prt, "scf" }, - { 0x3A, 0xFF, prt_nn, "ld a,(0x%04x)" }, - { 0x3F, 0xFF, prt, "ccf" }, - - { 0x76, 0xFF, prt, "halt" }, - { 0x40, 0xC0, ld_r_r, "ld %s,%s"}, - - { 0x80, 0xC0, arit_r, "%s%s" }, - - { 0xC0, 0xC7, prt_cc, "ret " }, - { 0xC1, 0xCF, pop_rr, "pop" }, - { 0xC2, 0xC7, jp_cc_nn, "jp " }, - { 0xC3, 0xFF, prt_nn, "jp 0x%04x" }, - { 0xC4, 0xC7, jp_cc_nn, "call " }, - { 0xC5, 0xCF, pop_rr, "push" }, - { 0xC6, 0xC7, arit_n, "%s0x%%02x" }, - { 0xC7, 0xC7, rst, "rst 0x%02x" }, - { 0xC9, 0xFF, prt, "ret" }, - { 0xCB, 0xFF, pref_cb, "" }, - { 0xCD, 0xFF, prt_nn, "call 0x%04x" }, - { 0xD3, 0xFF, prt_n, "out (0x%02x),a" }, - { 0xD9, 0xFF, prt, "exx" }, - { 0xDB, 0xFF, prt_n, "in a,(0x%02x)" }, - { 0xDD, 0xFF, pref_ind, "ix" }, - { 0xE3, 0xFF, prt, "ex (sp),hl" }, - { 0xE9, 0xFF, prt, "jp (hl)" }, - { 0xEB, 0xFF, prt, "ex de,hl" }, - { 0xED, 0xFF, pref_ed, ""}, - { 0xF3, 0xFF, prt, "di" }, - { 0xF9, 0xFF, prt, "ld sp,hl" }, - { 0xFB, 0xFF, prt, "ei" }, - { 0xFD, 0xFF, pref_ind, "iy" }, - { 0x00, 0x00, prt, "????" }, + { 0x00, 0xFF, prt, "nop", INSS_ALL }, + { 0x01, 0xCF, prt_rr_nn, "ld %s,0x%%04x", INSS_ALL }, + { 0x02, 0xFF, prt, "ld (bc),a", INSS_ALL }, + { 0x03, 0xCF, prt_rr, "inc ", INSS_ALL }, + { 0x04, 0xC7, prt_r, "inc %s", INSS_ALL }, + { 0x05, 0xC7, prt_r, "dec %s", INSS_ALL }, + { 0x06, 0xC7, ld_r_n, "ld %s,0x%%02x", INSS_ALL }, + { 0x07, 0xFF, prt, "rlca", INSS_ALL }, + { 0x08, 0xFF, prt, "ex af,af'", ~INSS_GBZ80 }, + { 0x09, 0xCF, prt_rr, "add hl,", INSS_ALL }, + { 0x0A, 0xFF, prt, "ld a,(bc)", INSS_ALL }, + { 0x0B, 0xCF, prt_rr, "dec ", INSS_ALL }, + { 0x0F, 0xFF, prt, "rrca", INSS_ALL }, + { 0x10, 0xFF, prt_e, "djnz ", ~INSS_GBZ80 }, + { 0x12, 0xFF, prt, "ld (de),a", INSS_ALL }, + { 0x17, 0xFF, prt, "rla", INSS_ALL }, + { 0x18, 0xFF, prt_e, "jr ", INSS_ALL }, + { 0x1A, 0xFF, prt, "ld a,(de)", INSS_ALL }, + { 0x1F, 0xFF, prt, "rra", INSS_ALL }, + { 0x20, 0xE7, jr_cc, "jr %s,", INSS_ALL }, + { 0x22, 0xFF, prt_nn, "ld (0x%04x),hl", ~INSS_GBZ80 }, + { 0x27, 0xFF, prt, "daa", INSS_ALL }, + { 0x2A, 0xFF, prt_nn, "ld hl,(0x%04x)", ~INSS_GBZ80 }, + { 0x2F, 0xFF, prt, "cpl", INSS_ALL }, + { 0x32, 0xFF, prt_nn, "ld (0x%04x),a", INSS_ALL }, + { 0x37, 0xFF, prt, "scf", INSS_ALL }, + { 0x3A, 0xFF, prt_nn, "ld a,(0x%04x)", INSS_ALL }, + { 0x3F, 0xFF, prt, "ccf", INSS_ALL }, + + { 0x76, 0xFF, prt, "halt", INSS_ALL }, + + { 0x40, 0xFF, suffix, "sis", INSS_EZ80 }, + { 0x49, 0xFF, suffix, "lis", INSS_EZ80 }, + { 0x52, 0xFF, suffix, "sil", INSS_EZ80 }, + { 0x5B, 0xFF, suffix, "lil", INSS_EZ80 }, + + { 0x40, 0xC0, ld_r_r, "ld %s,%s", INSS_ALL}, + + { 0x80, 0xC0, arit_r, "%s%s", INSS_ALL }, + + { 0xC0, 0xC7, prt_cc, "ret ", INSS_ALL }, + { 0xC1, 0xCF, pop_rr, "pop", INSS_ALL }, + { 0xC2, 0xC7, jp_cc_nn, "jp ", INSS_ALL }, + { 0xC3, 0xFF, prt_nn, "jp 0x%04x", INSS_ALL }, + { 0xC4, 0xC7, jp_cc_nn, "call ", INSS_ALL }, + { 0xC5, 0xCF, pop_rr, "push", INSS_ALL }, + { 0xC6, 0xC7, arit_n, "%s0x%%02x", INSS_ALL }, + { 0xC7, 0xC7, rst, "rst 0x%02x", INSS_ALL }, + { 0xC9, 0xFF, prt, "ret", INSS_ALL }, + { 0xCB, 0xFF, pref_cb, "", INSS_ALL }, + { 0xCD, 0xFF, prt_nn, "call 0x%04x", INSS_ALL }, + { 0xD3, 0xFF, prt_n, "out (0x%02x),a", ~INSS_GBZ80 }, + { 0xD9, 0xFF, prt, "exx", ~INSS_GBZ80 }, + { 0xDB, 0xFF, prt_n, "in a,(0x%02x)", ~INSS_GBZ80 }, + { 0xDD, 0xFF, pref_ind, "ix", ~INSS_GBZ80 }, + { 0xE3, 0xFF, prt, "ex (sp),hl", ~INSS_GBZ80 }, + { 0xE9, 0xFF, prt, "jp (hl)", INSS_ALL }, + { 0xEB, 0xFF, prt, "ex de,hl", ~INSS_GBZ80 }, + { 0xED, 0xFF, pref_ed, "", ~INSS_GBZ80 }, + { 0xF3, 0xFF, prt, "di", INSS_ALL }, + { 0xF9, 0xFF, prt, "ld sp,hl", ~INSS_GBZ80 }, + { 0xFB, 0xFF, prt, "ei", INSS_ALL }, + { 0xFD, 0xFF, pref_ind, "iy", ~INSS_GBZ80 }, + { 0x00, 0x00, prt, "????", INSS_ALL }, } ; int print_insn_z80 (bfd_vma addr, disassemble_info * info) { struct buffer buf; - struct tab_elt *p; buf.base = addr; buf.n_fetch = 0; buf.n_used = 0; + buf.inss = 1 << info->mach; + buf.nn_len = info->mach == bfd_mach_ez80_adl ? 3 : 2; + info->bytes_per_line = (buf.inss & INSS_EZ80) ? 6 : 4; /* OR */ - if (! fetch_data (& buf, info, 1)) + return print_insn_z80_buf (&buf, info); +} + +static int +print_insn_z80_buf (struct buffer *buf, disassemble_info *info) +{ + struct tab_elt *p; + + if (! fetch_data (buf, info, 1)) return -1; - for (p = opc_main; p->val != (buf.data[0] & p->mask); ++p) + for (p = opc_main; p->val != (buf->data[0] & p->mask) || !mach_inst(buf, p); ++p) ; - p->fp (& buf, info, p->text); + p->fp (buf, info, p->text); - return buf.n_used; + return buf->n_used; } -- 2.39.2