From fe944acf8f858cfe6bcfd00670a88847a464717c Mon Sep 17 00:00:00 2001 From: "Francois H. Theron" Date: Mon, 30 Apr 2018 17:02:59 +0100 Subject: This patch adds support to objdump for disassembly of NFP (Netronome Flow Processor) ELF files (.nffw) as well as some basic readelf support. bfd * Makefile.am: Added NFP files to build. * archures.c: Added bfd_arch_nfp * config.bfd: Added NFP support. * configure.ac: Added NFP support. * cpu-nfp.c: New, for NFP support. * elf-bfd.h: Added elf_section_info() * elf64-nfp.c: New, for NFP support. * po/SRC-POTFILES.in: Added NFP source files. * targets.c: Added nfp_elf64_vec * bfd-in2.h: Regenerate. * Makefile.in: Regenerate. * configure: Regenerate. binutils* readelf.c: Very basic support for EM_NFP and its section types. * testsuite/binutils-all/nfp: New directory. * testsuite/binutils-all/nfp/objdump.exp: New file. Run new tests. * testsuite/binutils-all/nfp/test2_ctx8.d: New file. * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file. * testsuite/binutils-all/nfp/test1.d: New file. * testsuite/binutils-all/nfp/nfp6000.nffw: New file. * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file. * NEWS: Mention the new support. include * dis-asm.h: Added print_nfp_disassembler_options prototype. * elf/common.h: Added EM_NFP, officially assigned. See Google Group Generic System V Application Binary Interface. * elf/nfp.h: New, for NFP support. * opcode/nfp.h: New, for NFP support. opcodes Makefile.am: Added nfp-dis.c. configure.ac: Added bfd_nfp_arch. disassemble.h: Added print_insn_nfp prototype. disassemble.c: Added ARCH_nfp and call to print_insn_nfp nfp-dis.c: New, for NFP support. po/POTFILES.in: Added nfp-dis.c to the list. Makefile.in: Regenerate. configure: Regenerate. --- opcodes/po/POTFILES.in | 1 + opcodes/po/opcodes.pot | 735 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 529 insertions(+), 207 deletions(-) (limited to 'opcodes/po') diff --git a/opcodes/po/POTFILES.in b/opcodes/po/POTFILES.in index cc3997d..7f250b0 100644 --- a/opcodes/po/POTFILES.in +++ b/opcodes/po/POTFILES.in @@ -154,6 +154,7 @@ mt-opc.c mt-opc.h nds32-asm.c nds32-dis.c +nfp-dis.c nios2-dis.c nios2-opc.c ns32k-dis.c diff --git a/opcodes/po/opcodes.pot b/opcodes/po/opcodes.pot index c7f0543..af9ea5d 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: 2018-01-13 13:45+0000\n" +"POT-Creation-Date: 2018-04-30 11:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,9 +18,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Invalid option. -#: aarch64-dis.c:81 arc-dis.c:781 arm-dis.c:6155 +#: aarch64-dis.c:81 arc-dis.c:782 arm-dis.c:6158 #, c-format -msgid "Unrecognised disassembler option: %s\n" +msgid "unrecognised disassembler option: %s" msgstr "" #: aarch64-dis.c:3264 @@ -53,7 +53,7 @@ msgid "" msgstr "" #: aarch64-dis.c:3279 mips-dis.c:2601 mips-dis.c:2609 mips-dis.c:2611 -#: riscv-dis.c:509 +#: nfp-dis.c:2989 riscv-dis.c:509 #, c-format msgid "\n" msgstr "" @@ -138,7 +138,7 @@ msgstr "" msgid "invalid post-increment amount" msgstr "" -#: aarch64-opc.c:1694 aarch64-opc.c:2171 +#: aarch64-opc.c:1694 aarch64-opc.c:2172 msgid "invalid shift amount" msgstr "" @@ -146,118 +146,118 @@ msgstr "" msgid "invalid extend/shift operator" msgstr "" -#: aarch64-opc.c:1753 aarch64-opc.c:1992 aarch64-opc.c:2027 aarch64-opc.c:2046 -#: aarch64-opc.c:2054 aarch64-opc.c:2125 aarch64-opc.c:2301 aarch64-opc.c:2401 -#: aarch64-opc.c:2414 +#: aarch64-opc.c:1753 aarch64-opc.c:1993 aarch64-opc.c:2028 aarch64-opc.c:2047 +#: aarch64-opc.c:2055 aarch64-opc.c:2126 aarch64-opc.c:2302 aarch64-opc.c:2402 +#: aarch64-opc.c:2415 msgid "immediate out of range" msgstr "" -#: aarch64-opc.c:1775 aarch64-opc.c:1817 aarch64-opc.c:1866 aarch64-opc.c:1900 +#: aarch64-opc.c:1775 aarch64-opc.c:1817 aarch64-opc.c:1867 aarch64-opc.c:1901 msgid "invalid addressing mode" msgstr "" -#: aarch64-opc.c:1858 +#: aarch64-opc.c:1859 msgid "index register xzr is not allowed" msgstr "" -#: aarch64-opc.c:1980 aarch64-opc.c:2002 aarch64-opc.c:2204 aarch64-opc.c:2212 -#: aarch64-opc.c:2278 aarch64-opc.c:2307 +#: aarch64-opc.c:1981 aarch64-opc.c:2003 aarch64-opc.c:2205 aarch64-opc.c:2213 +#: aarch64-opc.c:2279 aarch64-opc.c:2308 msgid "invalid shift operator" msgstr "" -#: aarch64-opc.c:1986 +#: aarch64-opc.c:1987 msgid "shift amount must be 0 or 12" msgstr "" -#: aarch64-opc.c:2009 +#: aarch64-opc.c:2010 msgid "shift amount must be a multiple of 16" msgstr "" -#: aarch64-opc.c:2021 +#: aarch64-opc.c:2022 msgid "negative immediate value not allowed" msgstr "" -#: aarch64-opc.c:2136 +#: aarch64-opc.c:2137 msgid "immediate zero expected" msgstr "" -#: aarch64-opc.c:2150 +#: aarch64-opc.c:2151 msgid "rotate expected to be 0, 90, 180 or 270" msgstr "" -#: aarch64-opc.c:2160 +#: aarch64-opc.c:2161 msgid "rotate expected to be 90 or 270" msgstr "" -#: aarch64-opc.c:2220 +#: aarch64-opc.c:2221 msgid "shift is not permitted" msgstr "" -#: aarch64-opc.c:2245 +#: aarch64-opc.c:2246 msgid "invalid value for immediate" msgstr "" -#: aarch64-opc.c:2270 +#: aarch64-opc.c:2271 msgid "shift amount must be 0 or 16" msgstr "" -#: aarch64-opc.c:2291 +#: aarch64-opc.c:2292 msgid "floating-point immediate expected" msgstr "" -#: aarch64-opc.c:2325 +#: aarch64-opc.c:2326 msgid "no shift amount allowed for 8-bit constants" msgstr "" -#: aarch64-opc.c:2335 +#: aarch64-opc.c:2336 msgid "shift amount must be 0 or 8" msgstr "" -#: aarch64-opc.c:2348 +#: aarch64-opc.c:2349 msgid "immediate too big for element size" msgstr "" -#: aarch64-opc.c:2355 +#: aarch64-opc.c:2356 msgid "invalid arithmetic immediate" msgstr "" -#: aarch64-opc.c:2369 +#: aarch64-opc.c:2370 msgid "floating-point value must be 0.5 or 1.0" msgstr "" -#: aarch64-opc.c:2379 +#: aarch64-opc.c:2380 msgid "floating-point value must be 0.5 or 2.0" msgstr "" -#: aarch64-opc.c:2389 +#: aarch64-opc.c:2390 msgid "floating-point value must be 0.0 or 1.0" msgstr "" -#: aarch64-opc.c:2420 +#: aarch64-opc.c:2421 msgid "invalid replicated MOV immediate" msgstr "" -#: aarch64-opc.c:2535 +#: aarch64-opc.c:2536 msgid "extend operator expected" msgstr "" -#: aarch64-opc.c:2548 +#: aarch64-opc.c:2549 msgid "missing extend operator" msgstr "" -#: aarch64-opc.c:2554 +#: aarch64-opc.c:2555 msgid "'LSL' operator not allowed" msgstr "" -#: aarch64-opc.c:2575 +#: aarch64-opc.c:2576 msgid "W register expected" msgstr "" -#: aarch64-opc.c:2586 +#: aarch64-opc.c:2587 msgid "shift operator expected" msgstr "" -#: aarch64-opc.c:2593 +#: aarch64-opc.c:2594 msgid "'ROR' operator not allowed" msgstr "" @@ -277,12 +277,12 @@ msgid "" "\t\t\t\t" msgstr "" -#: arc-dis.c:823 +#: arc-dis.c:825 #, c-format -msgid "Unrecognised disassembler CPU option: %s\n" +msgid "unrecognised disassembler CPU option: %s" msgstr "" -#: arc-dis.c:1385 +#: arc-dis.c:1387 #, c-format msgid "" "\n" @@ -290,42 +290,42 @@ msgid "" "with -M switch (multiple options should be separated by commas):\n" msgstr "" -#: arc-dis.c:1397 +#: arc-dis.c:1399 #, c-format msgid " dsp Recognize DSP instructions.\n" msgstr "" -#: arc-dis.c:1399 +#: arc-dis.c:1401 #, c-format msgid " spfp Recognize FPX SP instructions.\n" msgstr "" -#: arc-dis.c:1401 +#: arc-dis.c:1403 #, c-format msgid " dpfp Recognize FPX DP instructions.\n" msgstr "" -#: arc-dis.c:1403 +#: arc-dis.c:1405 #, c-format msgid " quarkse_em Recognize FPU QuarkSE-EM instructions.\n" msgstr "" -#: arc-dis.c:1405 +#: arc-dis.c:1407 #, c-format msgid " fpuda Recognize double assist FPU instructions.\n" msgstr "" -#: arc-dis.c:1407 +#: arc-dis.c:1409 #, c-format msgid " fpus Recognize single precision FPU instructions.\n" msgstr "" -#: arc-dis.c:1409 +#: arc-dis.c:1411 #, c-format msgid " fpud Recognize double precision FPU instructions.\n" msgstr "" -#: arc-dis.c:1411 +#: arc-dis.c:1413 #, c-format msgid " hex Use only hexadecimal number to print immediates.\n" msgstr "" @@ -527,12 +527,12 @@ msgstr "" msgid "" msgstr "" -#: arm-dis.c:6148 +#: arm-dis.c:6149 #, c-format -msgid "Unrecognised register name set: %s\n" +msgid "unrecognised register name set: %s" msgstr "" -#: arm-dis.c:6852 +#: arm-dis.c:6855 #, c-format msgid "" "\n" @@ -545,12 +545,12 @@ msgstr "" msgid "undefined" msgstr "" -#: avr-dis.c:215 +#: avr-dis.c:216 #, c-format -msgid "Internal disassembler error" +msgid "internal disassembler error" msgstr "" -#: avr-dis.c:268 +#: avr-dis.c:270 #, c-format msgid "unknown constraint `%c'" msgstr "" @@ -568,7 +568,12 @@ msgstr "" msgid "operand out of range (%lu not between %lu and %lu)" msgstr "" -#: d30v-dis.c:254 +#: d30v-dis.c:229 +#, c-format +msgid "illegal id (%d)" +msgstr "" + +#: d30v-dis.c:256 #, c-format msgid "" msgstr "" @@ -619,95 +624,112 @@ msgstr "" msgid "Not a pc-relative address." msgstr "" -#: epiphany-asm.c:455 fr30-asm.c:310 frv-asm.c:1263 ip2k-asm.c:511 -#: iq2000-asm.c:459 lm32-asm.c:349 m32c-asm.c:1584 m32r-asm.c:328 -#: mep-asm.c:1287 mt-asm.c:595 or1k-asm.c:503 xc16x-asm.c:376 -#: xstormy16-asm.c:276 +#: 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:504 xc16x-asm.c:377 +#: xstormy16-asm.c:277 #, c-format -msgid "Unrecognized field %d while parsing.\n" +msgid "internal error: unrecognized field %d while parsing" msgstr "" -#: epiphany-asm.c:506 fr30-asm.c:361 frv-asm.c:1314 ip2k-asm.c:562 -#: iq2000-asm.c:510 lm32-asm.c:400 m32c-asm.c:1635 m32r-asm.c:379 -#: mep-asm.c:1338 mt-asm.c:646 or1k-asm.c:554 xc16x-asm.c:427 -#: xstormy16-asm.c:327 +#: 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:556 xc16x-asm.c:429 +#: xstormy16-asm.c:329 msgid "missing mnemonic in syntax string" msgstr "" #. We couldn't parse it. -#: epiphany-asm.c:641 epiphany-asm.c:645 epiphany-asm.c:734 epiphany-asm.c:841 -#: fr30-asm.c:496 fr30-asm.c:500 fr30-asm.c:589 fr30-asm.c:696 frv-asm.c:1449 -#: frv-asm.c:1453 frv-asm.c:1542 frv-asm.c:1649 ip2k-asm.c:697 ip2k-asm.c:701 -#: ip2k-asm.c:790 ip2k-asm.c:897 iq2000-asm.c:645 iq2000-asm.c:649 -#: iq2000-asm.c:738 iq2000-asm.c:845 lm32-asm.c:535 lm32-asm.c:539 -#: lm32-asm.c:628 lm32-asm.c:735 m32c-asm.c:1770 m32c-asm.c:1774 -#: m32c-asm.c:1863 m32c-asm.c:1970 m32r-asm.c:514 m32r-asm.c:518 m32r-asm.c:607 -#: m32r-asm.c:714 mep-asm.c:1473 mep-asm.c:1477 mep-asm.c:1566 mep-asm.c:1673 -#: mt-asm.c:781 mt-asm.c:785 mt-asm.c:874 mt-asm.c:981 or1k-asm.c:689 -#: or1k-asm.c:693 or1k-asm.c:782 or1k-asm.c:889 xc16x-asm.c:562 xc16x-asm.c:566 -#: xc16x-asm.c:655 xc16x-asm.c:762 xstormy16-asm.c:462 xstormy16-asm.c:466 -#: xstormy16-asm.c:555 xstormy16-asm.c:662 +#: 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:691 +#: or1k-asm.c:695 or1k-asm.c:784 or1k-asm.c:891 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:688 fr30-asm.c:543 frv-asm.c:1496 ip2k-asm.c:744 -#: iq2000-asm.c:692 lm32-asm.c:582 m32c-asm.c:1817 m32r-asm.c:561 -#: mep-asm.c:1520 mt-asm.c:828 or1k-asm.c:736 xc16x-asm.c:609 -#: xstormy16-asm.c:509 +#: 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:738 xc16x-asm.c:611 +#: xstormy16-asm.c:511 #, c-format msgid "syntax error (expected char `%c', found `%c')" msgstr "" -#: epiphany-asm.c:698 fr30-asm.c:553 frv-asm.c:1506 ip2k-asm.c:754 -#: iq2000-asm.c:702 lm32-asm.c:592 m32c-asm.c:1827 m32r-asm.c:571 -#: mep-asm.c:1530 mt-asm.c:838 or1k-asm.c:746 xc16x-asm.c:619 -#: xstormy16-asm.c:519 +#: 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:748 xc16x-asm.c:621 +#: xstormy16-asm.c:521 #, c-format msgid "syntax error (expected char `%c', found end of instruction)" msgstr "" -#: epiphany-asm.c:728 fr30-asm.c:583 frv-asm.c:1536 ip2k-asm.c:784 -#: iq2000-asm.c:732 lm32-asm.c:622 m32c-asm.c:1857 m32r-asm.c:601 -#: mep-asm.c:1560 mt-asm.c:868 or1k-asm.c:776 xc16x-asm.c:649 -#: xstormy16-asm.c:549 +#: 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:778 xc16x-asm.c:651 +#: xstormy16-asm.c:551 msgid "junk at end of line" msgstr "" -#: epiphany-asm.c:840 fr30-asm.c:695 frv-asm.c:1648 ip2k-asm.c:896 -#: iq2000-asm.c:844 lm32-asm.c:734 m32c-asm.c:1969 m32r-asm.c:713 -#: mep-asm.c:1672 mt-asm.c:980 or1k-asm.c:888 xc16x-asm.c:761 -#: xstormy16-asm.c:661 +#: 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:890 xc16x-asm.c:763 +#: xstormy16-asm.c:663 msgid "unrecognized form of instruction" msgstr "" -#: epiphany-asm.c:854 fr30-asm.c:709 frv-asm.c:1662 ip2k-asm.c:910 -#: iq2000-asm.c:858 lm32-asm.c:748 m32c-asm.c:1983 m32r-asm.c:727 -#: mep-asm.c:1686 mt-asm.c:994 or1k-asm.c:902 xc16x-asm.c:775 -#: xstormy16-asm.c:675 +#: 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:904 xc16x-asm.c:777 +#: xstormy16-asm.c:677 #, c-format msgid "bad instruction `%.50s...'" msgstr "" -#: epiphany-asm.c:857 fr30-asm.c:712 frv-asm.c:1665 ip2k-asm.c:913 -#: iq2000-asm.c:861 lm32-asm.c:751 m32c-asm.c:1986 m32r-asm.c:730 -#: mep-asm.c:1689 mt-asm.c:997 or1k-asm.c:905 xc16x-asm.c:778 -#: xstormy16-asm.c:678 +#: 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:907 xc16x-asm.c:780 +#: xstormy16-asm.c:680 #, c-format msgid "bad instruction `%.50s'" 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 "" + #. 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:276 +#: 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:39 or1k-dis.c:41 xc16x-dis.c:41 xstormy16-dis.c:41 msgid "*unknown*" msgstr "" -#: epiphany-dis.c:278 fr30-dis.c:299 frv-dis.c:396 ip2k-dis.c:288 -#: iq2000-dis.c:189 lm32-dis.c:147 m32c-dis.c:891 m32r-dis.c:279 mep-dis.c:1187 -#: mt-dis.c:290 or1k-dis.c:141 xc16x-dis.c:420 xstormy16-dis.c:168 +#: 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:142 xc16x-dis.c:421 xstormy16-dis.c:169 #, c-format -msgid "Unrecognized field %d while printing insn.\n" +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 @@ -726,52 +748,52 @@ msgstr "" msgid "operand out of range (0x%lx not between 0 and 0x%lx)" msgstr "" -#: epiphany-ibld.c:879 fr30-ibld.c:734 frv-ibld.c:860 ip2k-ibld.c:611 -#: iq2000-ibld.c:717 lm32-ibld.c:638 m32c-ibld.c:1735 m32r-ibld.c:669 -#: mep-ibld.c:1212 mt-ibld.c:753 or1k-ibld.c:650 xc16x-ibld.c:756 -#: xstormy16-ibld.c:682 +#: 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:651 xc16x-ibld.c:757 +#: xstormy16-ibld.c:683 #, c-format -msgid "Unrecognized field %d while building insn.\n" +msgid "internal error: unrecognized field %d while building insn" msgstr "" -#: epiphany-ibld.c:1173 fr30-ibld.c:939 frv-ibld.c:1177 ip2k-ibld.c:686 -#: iq2000-ibld.c:892 lm32-ibld.c:742 m32c-ibld.c:2896 m32r-ibld.c:806 -#: mep-ibld.c:1811 mt-ibld.c:973 or1k-ibld.c:755 xc16x-ibld.c:976 -#: xstormy16-ibld.c:828 +#: 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:757 xc16x-ibld.c:978 +#: xstormy16-ibld.c:830 #, c-format -msgid "Unrecognized field %d while decoding insn.\n" +msgid "internal error: unrecognized field %d while decoding insn" msgstr "" -#: epiphany-ibld.c:1316 fr30-ibld.c:1085 frv-ibld.c:1455 ip2k-ibld.c:760 -#: iq2000-ibld.c:1023 lm32-ibld.c:831 m32c-ibld.c:3513 m32r-ibld.c:919 -#: mep-ibld.c:2281 mt-ibld.c:1173 or1k-ibld.c:838 xc16x-ibld.c:1197 -#: xstormy16-ibld.c:938 +#: 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:841 xc16x-ibld.c:1200 +#: xstormy16-ibld.c:941 #, c-format -msgid "Unrecognized field %d while getting int operand.\n" +msgid "internal error: unrecognized field %d while getting int operand" msgstr "" -#: epiphany-ibld.c:1441 fr30-ibld.c:1213 frv-ibld.c:1715 ip2k-ibld.c:816 -#: iq2000-ibld.c:1136 lm32-ibld.c:902 m32c-ibld.c:4112 m32r-ibld.c:1014 -#: mep-ibld.c:2733 mt-ibld.c:1355 or1k-ibld.c:903 xc16x-ibld.c:1400 -#: xstormy16-ibld.c:1030 +#: 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:907 xc16x-ibld.c:1404 +#: xstormy16-ibld.c:1034 #, c-format -msgid "Unrecognized field %d while getting vma operand.\n" +msgid "internal error: unrecognized field %d while getting vma operand" msgstr "" -#: epiphany-ibld.c:1573 fr30-ibld.c:1344 frv-ibld.c:1982 ip2k-ibld.c:875 -#: iq2000-ibld.c:1256 lm32-ibld.c:980 m32c-ibld.c:4699 m32r-ibld.c:1115 -#: mep-ibld.c:3146 mt-ibld.c:1544 or1k-ibld.c:975 xc16x-ibld.c:1604 -#: xstormy16-ibld.c:1129 +#: 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:980 xc16x-ibld.c:1609 +#: xstormy16-ibld.c:1134 #, c-format -msgid "Unrecognized field %d while setting int operand.\n" +msgid "internal error: unrecognized field %d while setting int operand" msgstr "" -#: epiphany-ibld.c:1695 fr30-ibld.c:1465 frv-ibld.c:2239 ip2k-ibld.c:924 -#: iq2000-ibld.c:1366 lm32-ibld.c:1048 m32c-ibld.c:5276 m32r-ibld.c:1206 -#: mep-ibld.c:3549 mt-ibld.c:1723 or1k-ibld.c:1037 xc16x-ibld.c:1798 -#: xstormy16-ibld.c:1218 +#: 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:1043 xc16x-ibld.c:1804 +#: xstormy16-ibld.c:1224 #, c-format -msgid "Unrecognized field %d while setting vma operand.\n" +msgid "internal error: unrecognized field %d while setting vma operand" msgstr "" #: fr30-asm.c:93 m32c-asm.c:872 m32c-asm.c:879 @@ -790,6 +812,23 @@ msgstr "" msgid "Register list is not valid" msgstr "" +#: fr30-desc.c:1586 +#, c-format +msgid "" +"internal error: fr30_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: fr30-desc.c:1669 +#, c-format +msgid "internal error: fr30_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: fr30-desc.c:1688 +#, c-format +msgid "internal error: fr30_cgen_cpu_open: no endianness specified" +msgstr "" + #: frv-asm.c:608 msgid "missing `]'" msgstr "" @@ -806,32 +845,58 @@ msgstr "" msgid "register number must be even" msgstr "" -#: h8300-dis.c:313 +#: frv-desc.c:6326 #, c-format -msgid "Hmmmm 0x%x" +msgid "" +"internal error: frv_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" msgstr "" -#: h8300-dis.c:690 +#: frv-desc.c:6409 #, c-format -msgid "Don't understand 0x%x \n" +msgid "internal error: frv_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: frv-desc.c:6428 +#, c-format +msgid "internal error: frv_cgen_cpu_open: no endianness specified" msgstr "" -#: h8500-dis.c:123 +#: frv-opc.c:459 #, c-format -msgid "can't cope with insert %d\n" +msgid "internal error: bad vliw->next_slot value" msgstr "" -#. Couldn't understand anything. -#: h8500-dis.c:323 +#: frv-opc.c:769 #, c-format -msgid "%02x\t\t*unknown*" +msgid "internal error: bad major code" +msgstr "" + +#: frv-opc.c:819 +#, c-format +msgid "internal error: bad insn unit" +msgstr "" + +#: h8300-dis.c:63 +#, c-format +msgid "internal error, h8_disassemble_init" +msgstr "" + +#: h8300-dis.c:314 +#, c-format +msgid "Hmmmm 0x%x" +msgstr "" + +#: h8300-dis.c:691 +#, c-format +msgid "Don't understand 0x%x \n" msgstr "" -#: i386-dis.c:12330 +#: i386-dis.c:12380 msgid "" msgstr "" -#: i386-dis.c:12625 +#: i386-dis.c:12675 #, c-format msgid "" "\n" @@ -840,149 +905,154 @@ msgid "" "with the -M switch (multiple options should be separated by commas):\n" msgstr "" -#: i386-dis.c:12629 +#: i386-dis.c:12679 #, c-format msgid " x86-64 Disassemble in 64bit mode\n" msgstr "" -#: i386-dis.c:12630 +#: i386-dis.c:12680 #, c-format msgid " i386 Disassemble in 32bit mode\n" msgstr "" -#: i386-dis.c:12631 +#: i386-dis.c:12681 #, c-format msgid " i8086 Disassemble in 16bit mode\n" msgstr "" -#: i386-dis.c:12632 +#: i386-dis.c:12682 #, c-format msgid " att Display instruction in AT&T syntax\n" msgstr "" -#: i386-dis.c:12633 +#: i386-dis.c:12683 #, c-format msgid " intel Display instruction in Intel syntax\n" msgstr "" -#: i386-dis.c:12634 +#: i386-dis.c:12684 #, c-format msgid "" " att-mnemonic\n" " Display instruction in AT&T mnemonic\n" msgstr "" -#: i386-dis.c:12636 +#: i386-dis.c:12686 #, c-format msgid "" " intel-mnemonic\n" " Display instruction in Intel mnemonic\n" msgstr "" -#: i386-dis.c:12638 +#: i386-dis.c:12688 #, c-format msgid " addr64 Assume 64bit address size\n" msgstr "" -#: i386-dis.c:12639 +#: i386-dis.c:12689 #, c-format msgid " addr32 Assume 32bit address size\n" msgstr "" -#: i386-dis.c:12640 +#: i386-dis.c:12690 #, c-format msgid " addr16 Assume 16bit address size\n" msgstr "" -#: i386-dis.c:12641 +#: i386-dis.c:12691 #, c-format msgid " data32 Assume 32bit data size\n" msgstr "" -#: i386-dis.c:12642 +#: i386-dis.c:12692 #, c-format msgid " data16 Assume 16bit data size\n" msgstr "" -#: i386-dis.c:12643 +#: i386-dis.c:12693 #, c-format msgid " suffix Always display instruction suffix in AT&T syntax\n" msgstr "" -#: i386-dis.c:12644 +#: i386-dis.c:12694 #, c-format msgid " amd64 Display instruction in AMD64 ISA\n" msgstr "" -#: i386-dis.c:12645 +#: i386-dis.c:12695 #, c-format msgid " intel64 Display instruction in Intel64 ISA\n" msgstr "" -#: i386-dis.c:13190 +#: i386-dis.c:13235 msgid "64-bit address is disabled" msgstr "" -#: i386-gen.c:711 ia64-gen.c:306 +#: i386-gen.c:718 #, c-format -msgid "%s: Error: " +msgid "%s: error: " msgstr "" -#: i386-gen.c:890 +#: i386-gen.c:897 #, c-format -msgid "%s: %d: Unknown bitfield: %s\n" +msgid "%s: %d: unknown bitfield: %s\n" msgstr "" -#: i386-gen.c:892 +#: i386-gen.c:899 #, c-format -msgid "Unknown bitfield: %s\n" +msgid "unknown bitfield: %s\n" msgstr "" -#: i386-gen.c:955 +#: i386-gen.c:962 #, c-format -msgid "%s: %d: Missing `)' in bitfield: %s\n" +msgid "%s: %d: missing `)' in bitfield: %s\n" msgstr "" -#: i386-gen.c:1256 +#: i386-gen.c:1263 #, c-format msgid "can't find i386-opc.tbl for reading, errno = %s\n" msgstr "" -#: i386-gen.c:1387 +#: i386-gen.c:1394 #, c-format msgid "can't find i386-reg.tbl for reading, errno = %s\n" msgstr "" -#: i386-gen.c:1465 +#: i386-gen.c:1472 #, c-format msgid "can't create i386-init.h, errno = %s\n" msgstr "" -#: i386-gen.c:1555 ia64-gen.c:2829 +#: i386-gen.c:1562 ia64-gen.c:2829 #, c-format msgid "unable to change directory to \"%s\", errno = %s\n" msgstr "" -#: i386-gen.c:1567 i386-gen.c:1570 +#: i386-gen.c:1574 i386-gen.c:1577 #, c-format msgid "CpuMax != %d!\n" msgstr "" -#: i386-gen.c:1574 +#: i386-gen.c:1581 #, c-format msgid "%d unused bits in i386_cpu_flags.\n" msgstr "" -#: i386-gen.c:1581 +#: i386-gen.c:1588 #, c-format msgid "%d unused bits in i386_operand_type.\n" msgstr "" -#: i386-gen.c:1595 +#: i386-gen.c:1602 #, c-format msgid "can't create i386-tbl.h, errno = %s\n" msgstr "" +#: ia64-gen.c:306 +#, c-format +msgid "%s: Error: " +msgstr "" + #: ia64-gen.c:319 #, c-format msgid "%s: Warning: " @@ -1136,6 +1206,23 @@ msgstr "" msgid "Attempt to find bit index of 0" msgstr "" +#: ip2k-desc.c:1015 +#, c-format +msgid "" +"internal error: ip2k_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: ip2k-desc.c:1098 +#, c-format +msgid "internal error: ip2k_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: ip2k-desc.c:1117 +#, c-format +msgid "internal error: ip2k_cgen_cpu_open: no endianness specified" +msgstr "" + #: iq2000-asm.c:112 iq2000-asm.c:142 msgid "immediate value cannot be register" msgstr "" @@ -1148,6 +1235,23 @@ msgstr "" msgid "21-bit offset out of range" msgstr "" +#: iq2000-desc.c:2020 +#, c-format +msgid "" +"internal error: iq2000_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: iq2000-desc.c:2103 +#, c-format +msgid "internal error: iq2000_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: iq2000-desc.c:2122 +#, c-format +msgid "internal error: iq2000_cgen_cpu_open: no endianness specified" +msgstr "" + #: lm32-asm.c:166 msgid "expecting gp relative address: gp(symbol)" msgstr "" @@ -1164,6 +1268,23 @@ msgstr "" msgid "expecting got relative address: gotofflo16(symbol)" msgstr "" +#: lm32-desc.c:1002 +#, c-format +msgid "" +"internal error: lm32_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: lm32-desc.c:1085 +#, c-format +msgid "internal error: lm32_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: lm32-desc.c:1104 +#, c-format +msgid "internal error: lm32_cgen_cpu_open: no endianness specified" +msgstr "" + #: m10200-dis.c:157 m10300-dis.c:580 #, c-format msgid "unknown\t0x%04lx" @@ -1248,6 +1369,40 @@ msgstr "" msgid "Invalid size specifier" msgstr "" +#: m32c-desc.c:63033 +#, c-format +msgid "" +"internal error: m32c_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: m32c-desc.c:63116 +#, c-format +msgid "internal error: m32c_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: m32c-desc.c:63135 +#, c-format +msgid "internal error: m32c_cgen_cpu_open: no endianness specified" +msgstr "" + +#: m32r-desc.c:1365 +#, c-format +msgid "" +"internal error: m32r_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: m32r-desc.c:1448 +#, c-format +msgid "internal error: m32r_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: m32r-desc.c:1467 +#, c-format +msgid "internal error: m32r_cgen_cpu_open: no endianness specified" +msgstr "" + #: m68k-dis.c:1292 #, c-format msgid "" @@ -1258,11 +1413,6 @@ msgstr "" msgid "\n" msgstr "" -#: m88k-dis.c:678 -#, c-format -msgid "# " -msgstr "" - #: mep-asm.c:129 msgid "Only $tp or $13 allowed for this opcode" msgstr "" @@ -1296,6 +1446,23 @@ msgstr "" msgid "Value is not aligned enough" msgstr "" +#: mep-desc.c:6226 +#, c-format +msgid "" +"internal error: mep_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: mep-desc.c:6309 +#, c-format +msgid "internal error: mep_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: mep-desc.c:6328 +#, c-format +msgid "internal error: mep_cgen_cpu_open: no endianness specified" +msgstr "" + #: mips-dis.c:1751 mips-dis.c:1977 #, c-format msgid "# internal error, undefined operand in `%s %s'" @@ -1404,25 +1571,30 @@ msgid "" " " msgstr "" -#: mmix-dis.c:34 +#: mmix-dis.c:33 #, c-format -msgid "Bad case %d (%s) in %s:%d\n" +msgid "bad case %d (%s) in %s:%d" msgstr "" -#: mmix-dis.c:44 +#: mmix-dis.c:42 #, c-format -msgid "Internal: Non-debugged code (test-case missing): %s:%d" +msgid "internal: non-debugged code (test-case missing): %s:%d" msgstr "" -#: mmix-dis.c:53 +#: mmix-dis.c:52 msgid "(unknown)" msgstr "" -#: mmix-dis.c:511 +#: mmix-dis.c:510 #, c-format msgid "*unknown operands type: %d*" msgstr "" +#: msp430-decode.opc:145 rl78-decode.opc:106 +#, c-format +msgid "internal error: immediate() called with invalid byte count %d" +msgstr "" + #: msp430-dis.c:59 #, c-format msgid "Warning: disassembly unreliable - not enough bytes available" @@ -1467,6 +1639,105 @@ msgstr "" msgid "invalid operand. type may have values 0,1,2 only." msgstr "" +#: mt-desc.c:1146 +#, c-format +msgid "" +"internal error: mt_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: mt-desc.c:1229 +#, c-format +msgid "internal error: mt_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: mt-desc.c:1248 +#, c-format +msgid "internal error: mt_cgen_cpu_open: no endianness specified" +msgstr "" + +#: nds32-asm.c:1508 +#, c-format +msgid "internal error: unknown operand, %s" +msgstr "" + +#: nds32-asm.c:2062 +#, c-format +msgid "internal error: don't know how to handle parsing results" +msgstr "" + +#: nds32-asm.c:2070 +#, c-format +msgid "internal error: unknown hardware resource" +msgstr "" + +#: nfp-dis.c:934 +msgid "" +msgstr "" + +#: nfp-dis.c:1337 +msgid ", , " +msgstr "" + +#: nfp-dis.c:1689 +msgid "[" +msgstr "" + +#: nfp-dis.c:2058 nfp-dis.c:2329 +#, c-format +msgid "[]" +msgstr "" + +#: nfp-dis.c:2069 nfp-dis.c:2340 +#, c-format +msgid "[]" +msgstr "" + +#: nfp-dis.c:2561 +msgid "File has no ME-Config section." +msgstr "" + +#: nfp-dis.c:2575 +msgid "File has invalid ME-Config section." +msgstr "" + +#: nfp-dis.c:2719 +#, c-format +msgid "Error processing section %u " +msgstr "" + +#: nfp-dis.c:2748 +#, c-format +msgid "Invalid NFP option: %s" +msgstr "" + +#: nfp-dis.c:2980 +#, c-format +msgid "" +"\n" +"The following NFP specific disassembler options are supported for use\n" +"with the -M switch (multiple options should be separated by commas):\n" +msgstr "" + +#: nfp-dis.c:2984 +#, c-format +msgid "" +"\n" +" no-pc\t\t Don't print program counter prefix.\n" +" ctx4\t\t Force disassembly using 4-context mode.\n" +" ctx8\t\t Force 8-context mode, takes presedence.\"" +msgstr "" + +#: nios2-dis.c:135 +#, c-format +msgid "out of memory" +msgstr "" + +#: nios2-dis.c:263 +#, c-format +msgid "internal error: broken opcode descriptor for `%s %s'" +msgstr "" + #. I and Z are output operands and can`t be immediate #. A is an address and we can`t have the address of #. an immediate either. We don't know how much to increase @@ -1477,12 +1748,29 @@ msgstr "" msgid "$" msgstr "" -#: ppc-dis.c:359 +#: or1k-desc.c:1948 +#, c-format +msgid "" +"internal error: or1k_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: or1k-desc.c:2031 +#, c-format +msgid "internal error: or1k_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: or1k-desc.c:2050 +#, c-format +msgid "internal error: or1k_cgen_cpu_open: no endianness specified" +msgstr "" + +#: ppc-dis.c:363 #, c-format -msgid "warning: ignoring unknown -M%s option\n" +msgid "warning: ignoring unknown -M%s option" msgstr "" -#: ppc-dis.c:880 +#: ppc-dis.c:875 #, c-format msgid "" "\n" @@ -1582,10 +1870,9 @@ msgstr "" msgid "invalid Ddd value" msgstr "" -#. Invalid option. #: riscv-dis.c:68 #, c-format -msgid "Unrecognized disassembler option: %s\n" +msgid "unrecognized disassembler option: %s" msgstr "" #: riscv-dis.c:346 @@ -1628,7 +1915,12 @@ msgstr "" msgid "Print unknown instructions according to length from first two bits" msgstr "" -#: s390-dis.c:409 +#: s390-dis.c:76 +#, c-format +msgid "unknown S/390 disassembler option: %s" +msgstr "" + +#: s390-dis.c:410 #, c-format msgid "" "\n" @@ -1641,34 +1933,29 @@ msgstr "" msgid "" msgstr "" -#: sparc-dis.c:309 -#, c-format -msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" -msgstr "" - -#: sparc-dis.c:320 +#: sparc-dis.c:308 sparc-dis.c:318 #, c-format -msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgid "internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" msgstr "" -#: sparc-dis.c:379 +#: sparc-dis.c:377 #, c-format -msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" +msgid "internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" msgstr "" #. Mark as non-valid instruction. -#: sparc-dis.c:1100 +#: sparc-dis.c:1098 msgid "unknown" msgstr "" #: v850-dis.c:453 #, c-format -msgid "unknown operand shift: %x\n" +msgid "unknown operand shift: %x" msgstr "" -#: v850-dis.c:465 +#: v850-dis.c:469 #, c-format -msgid "unknown reg: %d\n" +msgid "unknown reg: %d" msgstr "" #. The functions used to insert and extract complicated operands. @@ -1780,6 +2067,23 @@ msgstr "" msgid "Missing 'seg:' prefix" msgstr "" +#: xc16x-desc.c:3349 +#, c-format +msgid "" +"internal error: xc16x_cgen_rebuild_tables: conflicting insn-chunk-bitsize " +"values: `%d' vs. `%d'" +msgstr "" + +#: xc16x-desc.c:3432 +#, c-format +msgid "internal error: xc16x_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: xc16x-desc.c:3451 +#, c-format +msgid "internal error: xc16x_cgen_cpu_open: no endianness specified" +msgstr "" + #: xstormy16-asm.c:71 msgid "Bad register in preincrement" msgstr "" @@ -1819,3 +2123,20 @@ msgstr "" #: xstormy16-asm.c:165 msgid "Syntax error: No trailing ')'" msgstr "" + +#: xstormy16-desc.c:1317 +#, c-format +msgid "" +"internal error: xstormy16_cgen_rebuild_tables: conflicting insn-chunk-" +"bitsize values: `%d' vs. `%d'" +msgstr "" + +#: xstormy16-desc.c:1400 +#, c-format +msgid "internal error: xstormy16_cgen_cpu_open: unsupported argument `%d'" +msgstr "" + +#: xstormy16-desc.c:1419 +#, c-format +msgid "internal error: xstormy16_cgen_cpu_open: no endianness specified" +msgstr "" -- cgit v1.1