Home | History | Annotate | Line # | Download | only in po
      1 # SOME DESCRIPTIVE TITLE.
      2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
      3 # This file is distributed under the same license as the PACKAGE package.
      4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
      5 #
      6 #, fuzzy
      7 msgid ""
      8 msgstr ""
      9 "Project-Id-Version: PACKAGE VERSION\n"
     10 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
     11 "POT-Creation-Date: 2025-07-13 08:45+0100\n"
     12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     14 "Language-Team: LANGUAGE <LL (a] li.org>\n"
     15 "MIME-Version: 1.0\n"
     16 "Content-Type: text/plain; charset=CHARSET\n"
     17 "Content-Transfer-Encoding: 8bit\n"
     18 
     19 #: aarch64-asm.c:895
     20 msgid "specified register cannot be read from"
     21 msgstr ""
     22 
     23 #: aarch64-asm.c:904
     24 msgid "specified register cannot be written to"
     25 msgstr ""
     26 
     27 #. Invalid option.
     28 #: aarch64-dis.c:103 arc-dis.c:795 arm-dis.c:11968 kvx-dis.c:154
     29 #, c-format
     30 msgid "unrecognised disassembler option: %s"
     31 msgstr ""
     32 
     33 #: aarch64-dis.c:4137
     34 #, c-format
     35 msgid "this `%s' should have an immediately preceding `%s'"
     36 msgstr ""
     37 
     38 #: aarch64-dis.c:4144
     39 #, c-format
     40 msgid "expected `%s' after previous `%s'"
     41 msgstr ""
     42 
     43 #: aarch64-dis.c:4570
     44 #, c-format
     45 msgid ""
     46 "\n"
     47 "The following AARCH64 specific disassembler options are supported for use\n"
     48 "with the -M switch (multiple options should be separated by commas):\n"
     49 msgstr ""
     50 
     51 #: aarch64-dis.c:4574
     52 #, c-format
     53 msgid ""
     54 "\n"
     55 "  no-aliases         Don't print instruction aliases.\n"
     56 msgstr ""
     57 
     58 #: aarch64-dis.c:4577
     59 #, c-format
     60 msgid ""
     61 "\n"
     62 "  aliases            Do print instruction aliases.\n"
     63 msgstr ""
     64 
     65 #: aarch64-dis.c:4580
     66 #, c-format
     67 msgid ""
     68 "\n"
     69 "  no-notes         Don't print instruction notes.\n"
     70 msgstr ""
     71 
     72 #: aarch64-dis.c:4583
     73 #, c-format
     74 msgid ""
     75 "\n"
     76 "  notes            Do print instruction notes.\n"
     77 msgstr ""
     78 
     79 #: aarch64-dis.c:4587
     80 #, c-format
     81 msgid ""
     82 "\n"
     83 "  debug_dump         Temp switch for debug trace.\n"
     84 msgstr ""
     85 
     86 #: aarch64-dis.c:4591 arc-dis.c:1585 arc-dis.c:1608 arc-dis.c:1611
     87 #: kvx-dis.c:1586 loongarch-dis.c:342 mips-dis.c:2930 mips-dis.c:2942
     88 #: mips-dis.c:2945 nfp-dis.c:3002 riscv-dis.c:1750 riscv-dis.c:1753
     89 #, c-format
     90 msgid "\n"
     91 msgstr ""
     92 
     93 #: aarch64-opc.c:1476
     94 msgid "immediate value"
     95 msgstr ""
     96 
     97 #: aarch64-opc.c:1486
     98 msgid "immediate offset"
     99 msgstr ""
    100 
    101 #: aarch64-opc.c:1496
    102 msgid "register number"
    103 msgstr ""
    104 
    105 #: aarch64-opc.c:1506
    106 msgid "register element index"
    107 msgstr ""
    108 
    109 #: aarch64-opc.c:1516
    110 msgid "shift amount"
    111 msgstr ""
    112 
    113 #: aarch64-opc.c:1528
    114 msgid "multiplier"
    115 msgstr ""
    116 
    117 #: aarch64-opc.c:1697
    118 msgid "expected a selection register in the range w12-w15"
    119 msgstr ""
    120 
    121 #: aarch64-opc.c:1701
    122 msgid "expected a selection register in the range w8-w11"
    123 msgstr ""
    124 
    125 #: aarch64-opc.c:1720
    126 msgid "starting offset is not a multiple of 2"
    127 msgstr ""
    128 
    129 #: aarch64-opc.c:1721
    130 msgid "starting offset is not a multiple of 4"
    131 msgstr ""
    132 
    133 #: aarch64-opc.c:1729
    134 msgid "expected a single offset rather than a range"
    135 msgstr ""
    136 
    137 #: aarch64-opc.c:1733
    138 msgid "expected a range of two offsets"
    139 msgstr ""
    140 
    141 #: aarch64-opc.c:1736
    142 msgid "expected a range of four offsets"
    143 msgstr ""
    144 
    145 #: aarch64-opc.c:1817
    146 msgid "second reg in pair should be xzr if first is xzr"
    147 msgstr ""
    148 
    149 #: aarch64-opc.c:1831
    150 msgid "reg pair must start from even reg"
    151 msgstr ""
    152 
    153 #: aarch64-opc.c:1837
    154 msgid "reg pair must be contiguous"
    155 msgstr ""
    156 
    157 #: aarch64-opc.c:1851
    158 msgid "extraneous register"
    159 msgstr ""
    160 
    161 #: aarch64-opc.c:1857
    162 msgid "missing register"
    163 msgstr ""
    164 
    165 #: aarch64-opc.c:1868
    166 msgid "stack pointer register expected"
    167 msgstr ""
    168 
    169 #: aarch64-opc.c:2007 aarch64-opc.c:2023
    170 msgid "start register out of range"
    171 msgstr ""
    172 
    173 #: aarch64-opc.c:2216 aarch64-opc.c:2224 aarch64-opc.c:2247
    174 msgid "unexpected address writeback"
    175 msgstr ""
    176 
    177 #: aarch64-opc.c:2235
    178 msgid "address writeback expected"
    179 msgstr ""
    180 
    181 #: aarch64-opc.c:2295
    182 msgid "negative or unaligned offset expected"
    183 msgstr ""
    184 
    185 #: aarch64-opc.c:2352
    186 msgid "invalid register offset"
    187 msgstr ""
    188 
    189 #: aarch64-opc.c:2374
    190 msgid "invalid post-increment amount"
    191 msgstr ""
    192 
    193 #: aarch64-opc.c:2390 aarch64-opc.c:2945
    194 msgid "invalid shift amount"
    195 msgstr ""
    196 
    197 #: aarch64-opc.c:2403
    198 msgid "invalid extend/shift operator"
    199 msgstr ""
    200 
    201 #: aarch64-opc.c:2478 aarch64-opc.c:2520 aarch64-opc.c:2588 aarch64-opc.c:2622
    202 msgid "invalid addressing mode"
    203 msgstr ""
    204 
    205 #: aarch64-opc.c:2580
    206 msgid "index register xzr is not allowed"
    207 msgstr ""
    208 
    209 #: aarch64-opc.c:2649
    210 msgid "invalid increment amount"
    211 msgstr ""
    212 
    213 #: aarch64-opc.c:2732 aarch64-opc.c:2754 aarch64-opc.c:2978 aarch64-opc.c:2986
    214 #: aarch64-opc.c:3052 aarch64-opc.c:3081
    215 msgid "invalid shift operator"
    216 msgstr ""
    217 
    218 #: aarch64-opc.c:2738
    219 msgid "shift amount must be 0 or 12"
    220 msgstr ""
    221 
    222 #: aarch64-opc.c:2744 aarch64-opc.c:2779 aarch64-opc.c:2798 aarch64-opc.c:2806
    223 #: aarch64-opc.c:2898 aarch64-opc.c:3075 aarch64-opc.c:3175 aarch64-opc.c:3188
    224 msgid "immediate out of range"
    225 msgstr ""
    226 
    227 #: aarch64-opc.c:2761
    228 msgid "shift amount must be a multiple of 16"
    229 msgstr ""
    230 
    231 #: aarch64-opc.c:2773
    232 msgid "negative immediate value not allowed"
    233 msgstr ""
    234 
    235 #: aarch64-opc.c:2909
    236 msgid "immediate zero expected"
    237 msgstr ""
    238 
    239 #: aarch64-opc.c:2923
    240 msgid "rotate expected to be 0, 90, 180 or 270"
    241 msgstr ""
    242 
    243 #: aarch64-opc.c:2934
    244 msgid "rotate expected to be 90 or 270"
    245 msgstr ""
    246 
    247 #: aarch64-opc.c:2994
    248 msgid "shift is not permitted"
    249 msgstr ""
    250 
    251 #: aarch64-opc.c:3019
    252 msgid "invalid value for immediate"
    253 msgstr ""
    254 
    255 #: aarch64-opc.c:3044
    256 msgid "shift amount must be 0 or 16"
    257 msgstr ""
    258 
    259 #: aarch64-opc.c:3065
    260 msgid "floating-point immediate expected"
    261 msgstr ""
    262 
    263 #: aarch64-opc.c:3099
    264 msgid "no shift amount allowed for 8-bit constants"
    265 msgstr ""
    266 
    267 #: aarch64-opc.c:3109
    268 msgid "shift amount must be 0 or 8"
    269 msgstr ""
    270 
    271 #: aarch64-opc.c:3122
    272 msgid "immediate too big for element size"
    273 msgstr ""
    274 
    275 #: aarch64-opc.c:3129
    276 msgid "invalid arithmetic immediate"
    277 msgstr ""
    278 
    279 #: aarch64-opc.c:3143
    280 msgid "floating-point value must be 0.5 or 1.0"
    281 msgstr ""
    282 
    283 #: aarch64-opc.c:3153
    284 msgid "floating-point value must be 0.5 or 2.0"
    285 msgstr ""
    286 
    287 #: aarch64-opc.c:3163
    288 msgid "floating-point value must be 0.0 or 1.0"
    289 msgstr ""
    290 
    291 #: aarch64-opc.c:3194
    292 msgid "invalid replicated MOV immediate"
    293 msgstr ""
    294 
    295 #: aarch64-opc.c:3252
    296 msgid "byte index must be a multiple of 8"
    297 msgstr ""
    298 
    299 #: aarch64-opc.c:3290
    300 msgid ""
    301 "the register-index form of PRFM does not accept opcodes in the range 24-31"
    302 msgstr ""
    303 
    304 #: aarch64-opc.c:3359
    305 msgid "extend operator expected"
    306 msgstr ""
    307 
    308 #: aarch64-opc.c:3372
    309 msgid "missing extend operator"
    310 msgstr ""
    311 
    312 #: aarch64-opc.c:3378
    313 msgid "'LSL' operator not allowed"
    314 msgstr ""
    315 
    316 #: aarch64-opc.c:3399
    317 msgid "W register expected"
    318 msgstr ""
    319 
    320 #: aarch64-opc.c:3410
    321 msgid "shift operator expected"
    322 msgstr ""
    323 
    324 #: aarch64-opc.c:3417
    325 msgid "'ROR' operator not allowed"
    326 msgstr ""
    327 
    328 #: aarch64-opc.c:4971
    329 msgid "reading from a write-only register"
    330 msgstr ""
    331 
    332 #: aarch64-opc.c:4973
    333 msgid "writing to a read-only register"
    334 msgstr ""
    335 
    336 #: aarch64-opc.c:5515
    337 msgid "the three register operands must be distinct from one another"
    338 msgstr ""
    339 
    340 #: aarch64-opc.c:5626
    341 msgid "destination register differs from preceding instruction"
    342 msgstr ""
    343 
    344 #: aarch64-opc.c:5629
    345 msgid "source register differs from preceding instruction"
    346 msgstr ""
    347 
    348 #: aarch64-opc.c:5632
    349 msgid "size register differs from preceding instruction"
    350 msgstr ""
    351 
    352 #: aarch64-opc.c:5680
    353 msgid "instruction opens new dependency sequence without ending previous one"
    354 msgstr ""
    355 
    356 #: aarch64-opc.c:5709
    357 msgid "previous `movprfx' sequence not closed"
    358 msgstr ""
    359 
    360 #: aarch64-opc.c:5740
    361 msgid "SVE instruction expected after `movprfx'"
    362 msgstr ""
    363 
    364 #: aarch64-opc.c:5753
    365 msgid "SVE `movprfx' compatible instruction expected"
    366 msgstr ""
    367 
    368 #: aarch64-opc.c:5841
    369 msgid "predicated instruction expected after `movprfx'"
    370 msgstr ""
    371 
    372 #: aarch64-opc.c:5853
    373 msgid "merging predicate expected due to preceding `movprfx'"
    374 msgstr ""
    375 
    376 #: aarch64-opc.c:5865
    377 msgid "predicate register differs from that in preceding `movprfx'"
    378 msgstr ""
    379 
    380 #: aarch64-opc.c:5884
    381 msgid "output register of preceding `movprfx' not used in current instruction"
    382 msgstr ""
    383 
    384 #: aarch64-opc.c:5897
    385 msgid "output register of preceding `movprfx' expected as output"
    386 msgstr ""
    387 
    388 #: aarch64-opc.c:5909
    389 msgid "output register of preceding `movprfx' used as input"
    390 msgstr ""
    391 
    392 #: aarch64-opc.c:5925
    393 msgid "register size not compatible with previous `movprfx'"
    394 msgstr ""
    395 
    396 #: alpha-opc.c:154
    397 msgid "branch operand unaligned"
    398 msgstr ""
    399 
    400 #: alpha-opc.c:170 alpha-opc.c:186
    401 msgid "jump hint unaligned"
    402 msgstr ""
    403 
    404 #: arc-dis.c:368
    405 msgid ""
    406 "\n"
    407 "Warning: disassembly may be wrong due to guessed opcode class choice.\n"
    408 "Use -M<class[,class]> to select the correct opcode class(es).\n"
    409 "\t\t\t\t"
    410 msgstr ""
    411 
    412 #: arc-dis.c:430
    413 msgid "An error occurred while generating the extension instruction operations"
    414 msgstr ""
    415 
    416 #: arc-dis.c:838
    417 #, c-format
    418 msgid "unrecognised disassembler CPU option: %s"
    419 msgstr ""
    420 
    421 #: arc-dis.c:1300
    422 msgid ""
    423 "\n"
    424 "Warning: illegal use of double register pair.\n"
    425 msgstr ""
    426 
    427 #: arc-dis.c:1467
    428 msgid "Enforce the designated architecture while decoding."
    429 msgstr ""
    430 
    431 #: arc-dis.c:1469
    432 msgid "Recognize DSP instructions."
    433 msgstr ""
    434 
    435 #: arc-dis.c:1471
    436 msgid "Recognize FPX SP instructions."
    437 msgstr ""
    438 
    439 #: arc-dis.c:1473
    440 msgid "Recognize FPX DP instructions."
    441 msgstr ""
    442 
    443 #: arc-dis.c:1475
    444 msgid "Recognize FPU QuarkSE-EM instructions."
    445 msgstr ""
    446 
    447 #: arc-dis.c:1477
    448 msgid "Recognize double assist FPU instructions."
    449 msgstr ""
    450 
    451 #: arc-dis.c:1479
    452 msgid "Recognize single precision FPU instructions."
    453 msgstr ""
    454 
    455 #: arc-dis.c:1481
    456 msgid "Recognize double precision FPU instructions."
    457 msgstr ""
    458 
    459 #: arc-dis.c:1483
    460 msgid "Recognize NPS400 instructions."
    461 msgstr ""
    462 
    463 #: arc-dis.c:1485
    464 msgid "Use only hexadecimal number to print immediates."
    465 msgstr ""
    466 
    467 #: arc-dis.c:1560
    468 #, c-format
    469 msgid ""
    470 "\n"
    471 "The following ARC specific disassembler options are supported for use \n"
    472 "with the -M switch (multiple options should be separated by commas):\n"
    473 msgstr ""
    474 
    475 #: arc-dis.c:1594 mips-dis.c:2937 riscv-dis.c:1745
    476 #, c-format
    477 msgid ""
    478 "\n"
    479 "  For the options above, the following values are supported for \"%s\":\n"
    480 "   "
    481 msgstr ""
    482 
    483 #: arc-dis.c:1604
    484 #, c-format
    485 msgid ""
    486 "\n"
    487 "   "
    488 msgstr ""
    489 
    490 #: arc-opc.c:41 arc-opc.c:64 arc-opc.c:90 arc-opc.c:114
    491 msgid "LP_COUNT register cannot be used as destination register"
    492 msgstr ""
    493 
    494 #: arc-opc.c:88
    495 msgid "cannot use odd number destination register"
    496 msgstr ""
    497 
    498 #: arc-opc.c:101 arc-opc.c:112
    499 msgid "cannot use odd number source register"
    500 msgstr ""
    501 
    502 #: arc-opc.c:127
    503 msgid "operand is not zero"
    504 msgstr ""
    505 
    506 #: arc-opc.c:186
    507 msgid "register R30 is a limm indicator"
    508 msgstr ""
    509 
    510 #: arc-opc.c:188
    511 msgid "register out of range"
    512 msgstr ""
    513 
    514 #: arc-opc.c:207
    515 msgid "register must be R0"
    516 msgstr ""
    517 
    518 #: arc-opc.c:225
    519 msgid "register must be R1"
    520 msgstr ""
    521 
    522 #: arc-opc.c:242
    523 msgid "register must be R2"
    524 msgstr ""
    525 
    526 #: arc-opc.c:259
    527 msgid "register must be R3"
    528 msgstr ""
    529 
    530 #: arc-opc.c:276
    531 msgid "register must be SP"
    532 msgstr ""
    533 
    534 #: arc-opc.c:293
    535 msgid "register must be GP"
    536 msgstr ""
    537 
    538 #: arc-opc.c:310
    539 msgid "register must be PCL"
    540 msgstr ""
    541 
    542 #: arc-opc.c:327
    543 msgid "register must be BLINK"
    544 msgstr ""
    545 
    546 #: arc-opc.c:344
    547 msgid "register must be ILINK1"
    548 msgstr ""
    549 
    550 #: arc-opc.c:361
    551 msgid "register must be ILINK2"
    552 msgstr ""
    553 
    554 #. ARC NPS400 Support: See comment near head of file.
    555 #: arc-opc.c:392 arc-opc.c:430 arc-opc.c:468 arc-opc.c:737
    556 msgid "register must be either r0-r3 or r12-r15"
    557 msgstr ""
    558 
    559 #: arc-opc.c:519
    560 msgid "accepted values are from -1 to 6"
    561 msgstr ""
    562 
    563 #: arc-opc.c:548
    564 msgid "first register of the range should be r13"
    565 msgstr ""
    566 
    567 #: arc-opc.c:550
    568 msgid "last register of the range doesn't fit"
    569 msgstr ""
    570 
    571 #: arc-opc.c:570 arc-opc.c:585
    572 msgid "invalid register number, should be fp"
    573 msgstr ""
    574 
    575 #: arc-opc.c:607
    576 msgid "invalid register number, should be blink"
    577 msgstr ""
    578 
    579 #: arc-opc.c:629
    580 msgid "invalid register number, should be pcl"
    581 msgstr ""
    582 
    583 #: arc-opc.c:785
    584 msgid "invalid size, should be 1, 2, 4, or 8"
    585 msgstr ""
    586 
    587 #: arc-opc.c:830
    588 msgid "invalid immediate, must be 1, 2, or 4"
    589 msgstr ""
    590 
    591 #: arc-opc.c:869
    592 msgid "invalid value for CMEM ld/st immediate"
    593 msgstr ""
    594 
    595 #: arc-opc.c:896
    596 msgid "invalid position, should be 0, 16, 32, 48 or 64."
    597 msgstr ""
    598 
    599 #: arc-opc.c:930
    600 msgid "invalid position, should be 16, 32, 64 or 128."
    601 msgstr ""
    602 
    603 #: arc-opc.c:952
    604 msgid "invalid size value must be on range 1-64."
    605 msgstr ""
    606 
    607 #: arc-opc.c:983
    608 msgid "invalid position, should be 0, 8, 16, or 24"
    609 msgstr ""
    610 
    611 #: arc-opc.c:1008
    612 msgid "invalid size, value must be "
    613 msgstr ""
    614 
    615 #: arc-opc.c:1082
    616 msgid "value out of range 1 - 256"
    617 msgstr ""
    618 
    619 #: arc-opc.c:1091
    620 msgid "value must be power of 2"
    621 msgstr ""
    622 
    623 #: arc-opc.c:1144
    624 msgid "value must be in the range 0 to 28"
    625 msgstr ""
    626 
    627 #: arc-opc.c:1166
    628 msgid "value must be in the range 1 to "
    629 msgstr ""
    630 
    631 #: arc-opc.c:1196
    632 msgid "value must be in the range 0 to 240"
    633 msgstr ""
    634 
    635 #: arc-opc.c:1198
    636 msgid "value must be a multiple of 16"
    637 msgstr ""
    638 
    639 #: arc-opc.c:1218
    640 msgid "invalid address type for operand"
    641 msgstr ""
    642 
    643 #: arc-opc.c:1252
    644 msgid "value must be in the range 0 to 31"
    645 msgstr ""
    646 
    647 #: arc-opc.c:1277
    648 msgid "invalid position, should be one of: 0,4,8,...124."
    649 msgstr ""
    650 
    651 #: arm-dis.c:4934
    652 msgid "Select raw register names"
    653 msgstr ""
    654 
    655 #: arm-dis.c:4936
    656 msgid "Select register names used by GCC"
    657 msgstr ""
    658 
    659 #: arm-dis.c:4938
    660 msgid "Select register names used in ARM's ISA documentation"
    661 msgstr ""
    662 
    663 #: arm-dis.c:4940
    664 msgid "Assume all insns are Thumb insns"
    665 msgstr ""
    666 
    667 #: arm-dis.c:4941
    668 msgid "Examine preceding label to determine an insn's type"
    669 msgstr ""
    670 
    671 #: arm-dis.c:4942
    672 msgid "Select register names used in the APCS"
    673 msgstr ""
    674 
    675 #: arm-dis.c:4944
    676 msgid "Select register names used in the ATPCS"
    677 msgstr ""
    678 
    679 #: arm-dis.c:4946
    680 msgid "Select special register names used in the ATPCS"
    681 msgstr ""
    682 
    683 #: arm-dis.c:4948
    684 msgid "Enable CDE extensions for coprocessor N space"
    685 msgstr ""
    686 
    687 #: arm-dis.c:11929
    688 #, c-format
    689 msgid "unrecognised register name set: %s"
    690 msgstr ""
    691 
    692 #: arm-dis.c:11943
    693 #, c-format
    694 msgid "cde coprocessor not between 0-7: %s"
    695 msgstr ""
    696 
    697 #: arm-dis.c:11949
    698 #, c-format
    699 msgid "coproc must have an argument: %s"
    700 msgstr ""
    701 
    702 #: arm-dis.c:11962
    703 #, c-format
    704 msgid "coprocN argument takes options \"generic\", \"cde\", or \"CDE\": %s"
    705 msgstr ""
    706 
    707 #: arm-dis.c:12684
    708 #, c-format
    709 msgid ""
    710 "\n"
    711 "The following ARM specific disassembler options are supported for use with\n"
    712 "the -M switch:\n"
    713 msgstr ""
    714 
    715 #: avr-dis.c:130 avr-dis.c:152
    716 #, c-format
    717 msgid "undefined"
    718 msgstr ""
    719 
    720 #: avr-dis.c:251
    721 #, c-format
    722 msgid "internal disassembler error"
    723 msgstr ""
    724 
    725 #: avr-dis.c:312
    726 #, c-format
    727 msgid "unknown constraint `%c'"
    728 msgstr ""
    729 
    730 #: bpf-dis.c:55
    731 #, c-format
    732 msgid ""
    733 "\n"
    734 "The following BPF specific disassembler options are supported for use\n"
    735 "with the -M switch (multiple options should be separated by commas):\n"
    736 msgstr ""
    737 
    738 #: bpf-dis.c:59
    739 #, c-format
    740 msgid ""
    741 "      pseudoc                  Use pseudo-c syntax.\n"
    742 "      v1,v2,v3,v4,xbpf         Version of the BPF ISA to use.\n"
    743 "      hex,oct,dec              Output numerical base for immediates.\n"
    744 msgstr ""
    745 
    746 #. The option without '=' should be defined above.
    747 #: bpf-dis.c:90 riscv-dis.c:124 riscv-dis.c:162
    748 #, c-format
    749 msgid "unrecognized disassembler option: %s"
    750 msgstr ""
    751 
    752 #: bpf-dis.c:166
    753 #, c-format
    754 msgid "unknown BPF CPU version %u\n"
    755 msgstr ""
    756 
    757 #: bpf-dis.c:296
    758 #, c-format
    759 msgid "# internal error, unknown tag in opcode template (%s)"
    760 msgstr ""
    761 
    762 #: cgen-asm.c:351 epiphany-ibld.c:203 fr30-ibld.c:203 frv-ibld.c:203
    763 #: ip2k-ibld.c:203 iq2000-ibld.c:203 lm32-ibld.c:203 m32c-ibld.c:203
    764 #: m32r-ibld.c:203 mep-ibld.c:203 mt-ibld.c:203 or1k-ibld.c:203
    765 #: xstormy16-ibld.c:203
    766 #, c-format
    767 msgid "operand out of range (%ld not between %ld and %ld)"
    768 msgstr ""
    769 
    770 #: cgen-asm.c:373
    771 #, c-format
    772 msgid "operand out of range (%lu not between %lu and %lu)"
    773 msgstr ""
    774 
    775 #: cris-desc.c:2622
    776 #, c-format
    777 msgid ""
    778 "internal error: cris_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
    779 "values: `%d' vs. `%d'"
    780 msgstr ""
    781 
    782 #: cris-desc.c:2710
    783 #, c-format
    784 msgid "internal error: cris_cgen_cpu_open: unsupported argument `%d'"
    785 msgstr ""
    786 
    787 #: cris-desc.c:2729
    788 #, c-format
    789 msgid "internal error: cris_cgen_cpu_open: no endianness specified"
    790 msgstr ""
    791 
    792 #: d30v-dis.c:232
    793 #, c-format
    794 msgid "illegal id (%d)"
    795 msgstr ""
    796 
    797 #: d30v-dis.c:259
    798 #, c-format
    799 msgid "<unknown register %d>"
    800 msgstr ""
    801 
    802 #. Can't happen.
    803 #: dis-buf.c:61
    804 #, c-format
    805 msgid "Unknown error %d\n"
    806 msgstr ""
    807 
    808 #: dis-buf.c:67
    809 #, c-format
    810 msgid "Address 0x%<PRIx64> is out of bounds.\n"
    811 msgstr ""
    812 
    813 #: disassemble.c:854
    814 #, c-format
    815 msgid "assertion fail %s:%d"
    816 msgstr ""
    817 
    818 #: disassemble.c:855
    819 msgid "Please report this bug"
    820 msgstr ""
    821 
    822 #: epiphany-asm.c:68
    823 msgid "register unavailable for short instructions"
    824 msgstr ""
    825 
    826 #: epiphany-asm.c:115
    827 msgid "register name used as immediate value"
    828 msgstr ""
    829 
    830 #. Don't treat "mov ip,ip" as a move-immediate.
    831 #: epiphany-asm.c:178 epiphany-asm.c:234
    832 msgid "register source in immediate move"
    833 msgstr ""
    834 
    835 #: epiphany-asm.c:187
    836 msgid "byte relocation unsupported"
    837 msgstr ""
    838 
    839 #. -- assembler routines inserted here.
    840 #. -- asm.c
    841 #: epiphany-asm.c:193 frv-asm.c:972 iq2000-asm.c:56 lm32-asm.c:95
    842 #: lm32-asm.c:127 lm32-asm.c:157 lm32-asm.c:187 lm32-asm.c:217 lm32-asm.c:247
    843 #: m32c-asm.c:140 m32c-asm.c:235 m32c-asm.c:276 m32c-asm.c:334 m32c-asm.c:355
    844 #: m32r-asm.c:53 mep-asm.c:241 mep-asm.c:259 mep-asm.c:274 mep-asm.c:289
    845 #: mep-asm.c:301 or1k-asm.c:54
    846 msgid "missing `)'"
    847 msgstr ""
    848 
    849 #: epiphany-asm.c:270
    850 msgid "ABORT: unknown operand"
    851 msgstr ""
    852 
    853 #: epiphany-asm.c:296
    854 msgid "Not a pc-relative address."
    855 msgstr ""
    856 
    857 #: epiphany-asm.c:456 fr30-asm.c:311 frv-asm.c:1264 ip2k-asm.c:512
    858 #: iq2000-asm.c:460 lm32-asm.c:350 m32c-asm.c:1585 m32r-asm.c:329
    859 #: mep-asm.c:1288 mt-asm.c:596 or1k-asm.c:576 xstormy16-asm.c:277
    860 #, c-format
    861 msgid "internal error: unrecognized field %d while parsing"
    862 msgstr ""
    863 
    864 #: epiphany-asm.c:508 fr30-asm.c:363 frv-asm.c:1316 ip2k-asm.c:564
    865 #: iq2000-asm.c:512 lm32-asm.c:402 m32c-asm.c:1637 m32r-asm.c:381
    866 #: mep-asm.c:1340 mt-asm.c:648 or1k-asm.c:628 xstormy16-asm.c:329
    867 msgid "missing mnemonic in syntax string"
    868 msgstr ""
    869 
    870 #. We couldn't parse it.
    871 #: epiphany-asm.c:643 epiphany-asm.c:647 epiphany-asm.c:736 epiphany-asm.c:843
    872 #: fr30-asm.c:498 fr30-asm.c:502 fr30-asm.c:591 fr30-asm.c:698 frv-asm.c:1451
    873 #: frv-asm.c:1455 frv-asm.c:1544 frv-asm.c:1651 ip2k-asm.c:699 ip2k-asm.c:703
    874 #: ip2k-asm.c:792 ip2k-asm.c:899 iq2000-asm.c:647 iq2000-asm.c:651
    875 #: iq2000-asm.c:740 iq2000-asm.c:847 lm32-asm.c:537 lm32-asm.c:541
    876 #: lm32-asm.c:630 lm32-asm.c:737 m32c-asm.c:1772 m32c-asm.c:1776
    877 #: m32c-asm.c:1865 m32c-asm.c:1972 m32r-asm.c:516 m32r-asm.c:520
    878 #: m32r-asm.c:609 m32r-asm.c:716 mep-asm.c:1475 mep-asm.c:1479 mep-asm.c:1568
    879 #: mep-asm.c:1675 mt-asm.c:783 mt-asm.c:787 mt-asm.c:876 mt-asm.c:983
    880 #: or1k-asm.c:763 or1k-asm.c:767 or1k-asm.c:856 or1k-asm.c:963
    881 #: xstormy16-asm.c:464 xstormy16-asm.c:468 xstormy16-asm.c:557
    882 #: xstormy16-asm.c:664
    883 msgid "unrecognized instruction"
    884 msgstr ""
    885 
    886 #: epiphany-asm.c:690 fr30-asm.c:545 frv-asm.c:1498 ip2k-asm.c:746
    887 #: iq2000-asm.c:694 lm32-asm.c:584 m32c-asm.c:1819 m32r-asm.c:563
    888 #: mep-asm.c:1522 mt-asm.c:830 or1k-asm.c:810 xstormy16-asm.c:511
    889 #, c-format
    890 msgid "syntax error (expected char `%c', found `%c')"
    891 msgstr ""
    892 
    893 #: epiphany-asm.c:700 fr30-asm.c:555 frv-asm.c:1508 ip2k-asm.c:756
    894 #: iq2000-asm.c:704 lm32-asm.c:594 m32c-asm.c:1829 m32r-asm.c:573
    895 #: mep-asm.c:1532 mt-asm.c:840 or1k-asm.c:820 xstormy16-asm.c:521
    896 #, c-format
    897 msgid "syntax error (expected char `%c', found end of instruction)"
    898 msgstr ""
    899 
    900 #: epiphany-asm.c:730 fr30-asm.c:585 frv-asm.c:1538 ip2k-asm.c:786
    901 #: iq2000-asm.c:734 lm32-asm.c:624 m32c-asm.c:1859 m32r-asm.c:603
    902 #: mep-asm.c:1562 mt-asm.c:870 or1k-asm.c:850 xstormy16-asm.c:551
    903 msgid "junk at end of line"
    904 msgstr ""
    905 
    906 #: epiphany-asm.c:842 fr30-asm.c:697 frv-asm.c:1650 ip2k-asm.c:898
    907 #: iq2000-asm.c:846 lm32-asm.c:736 m32c-asm.c:1971 m32r-asm.c:715
    908 #: mep-asm.c:1674 mt-asm.c:982 or1k-asm.c:962 xstormy16-asm.c:663
    909 msgid "unrecognized form of instruction"
    910 msgstr ""
    911 
    912 #: epiphany-asm.c:856 fr30-asm.c:711 frv-asm.c:1664 ip2k-asm.c:912
    913 #: iq2000-asm.c:860 lm32-asm.c:750 m32c-asm.c:1985 m32r-asm.c:729
    914 #: mep-asm.c:1688 mt-asm.c:996 or1k-asm.c:976 xstormy16-asm.c:677
    915 #, c-format
    916 msgid "bad instruction `%.50s...'"
    917 msgstr ""
    918 
    919 #: epiphany-asm.c:859 fr30-asm.c:714 frv-asm.c:1667 ip2k-asm.c:915
    920 #: iq2000-asm.c:863 lm32-asm.c:753 m32c-asm.c:1988 m32r-asm.c:732
    921 #: mep-asm.c:1691 mt-asm.c:999 or1k-asm.c:979 xstormy16-asm.c:680
    922 #, c-format
    923 msgid "bad instruction `%.50s'"
    924 msgstr ""
    925 
    926 #: epiphany-desc.c:2110
    927 #, c-format
    928 msgid ""
    929 "internal error: epiphany_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
    930 "values: `%d' vs. `%d'"
    931 msgstr ""
    932 
    933 #: epiphany-desc.c:2198
    934 #, c-format
    935 msgid "internal error: epiphany_cgen_cpu_open: unsupported argument `%d'"
    936 msgstr ""
    937 
    938 #: epiphany-desc.c:2217
    939 #, c-format
    940 msgid "internal error: epiphany_cgen_cpu_open: no endianness specified"
    941 msgstr ""
    942 
    943 #. Default text to print if an instruction isn't recognized.
    944 #: epiphany-dis.c:41 fr30-dis.c:41 frv-dis.c:41 ip2k-dis.c:41 iq2000-dis.c:41
    945 #: lm32-dis.c:41 m32c-dis.c:41 m32r-dis.c:41 mep-dis.c:41 mmix-dis.c:294
    946 #: mt-dis.c:41 nds32-dis.c:64 or1k-dis.c:41 xstormy16-dis.c:41
    947 msgid "*unknown*"
    948 msgstr ""
    949 
    950 #: epiphany-dis.c:279 fr30-dis.c:300 frv-dis.c:397 ip2k-dis.c:289
    951 #: iq2000-dis.c:190 lm32-dis.c:148 m32c-dis.c:892 m32r-dis.c:280
    952 #: mep-dis.c:1202 mt-dis.c:288 or1k-dis.c:175 xstormy16-dis.c:169
    953 #, c-format
    954 msgid "internal error: unrecognized field %d while printing insn"
    955 msgstr ""
    956 
    957 #: epiphany-ibld.c:166 fr30-ibld.c:166 frv-ibld.c:166 ip2k-ibld.c:166
    958 #: iq2000-ibld.c:166 lm32-ibld.c:166 m32c-ibld.c:166 m32r-ibld.c:166
    959 #: mep-ibld.c:166 mt-ibld.c:166 or1k-ibld.c:166 xstormy16-ibld.c:166
    960 #, c-format
    961 msgid "operand out of range (%ld not between %ld and %lu)"
    962 msgstr ""
    963 
    964 #: epiphany-ibld.c:187 fr30-ibld.c:187 frv-ibld.c:187 ip2k-ibld.c:187
    965 #: iq2000-ibld.c:187 lm32-ibld.c:187 m32c-ibld.c:187 m32r-ibld.c:187
    966 #: mep-ibld.c:187 mt-ibld.c:187 or1k-ibld.c:187 xstormy16-ibld.c:187
    967 #, c-format
    968 msgid "operand out of range (0x%lx not between 0 and 0x%lx)"
    969 msgstr ""
    970 
    971 #: epiphany-ibld.c:885 fr30-ibld.c:740 frv-ibld.c:866 ip2k-ibld.c:617
    972 #: iq2000-ibld.c:723 lm32-ibld.c:644 m32c-ibld.c:1741 m32r-ibld.c:675
    973 #: mep-ibld.c:1218 mt-ibld.c:759 or1k-ibld.c:738 xstormy16-ibld.c:688
    974 #, c-format
    975 msgid "internal error: unrecognized field %d while building insn"
    976 msgstr ""
    977 
    978 #: epiphany-ibld.c:1180 fr30-ibld.c:946 frv-ibld.c:1184 ip2k-ibld.c:693
    979 #: iq2000-ibld.c:899 lm32-ibld.c:749 m32c-ibld.c:2903 m32r-ibld.c:813
    980 #: mep-ibld.c:1818 mt-ibld.c:980 or1k-ibld.c:897 xstormy16-ibld.c:835
    981 #, c-format
    982 msgid "internal error: unrecognized field %d while decoding insn"
    983 msgstr ""
    984 
    985 #: epiphany-ibld.c:1324 fr30-ibld.c:1093 frv-ibld.c:1463 ip2k-ibld.c:768
    986 #: iq2000-ibld.c:1031 lm32-ibld.c:839 m32c-ibld.c:3521 m32r-ibld.c:927
    987 #: mep-ibld.c:2289 mt-ibld.c:1181 or1k-ibld.c:993 xstormy16-ibld.c:946
    988 #, c-format
    989 msgid "internal error: unrecognized field %d while getting int operand"
    990 msgstr ""
    991 
    992 #: epiphany-ibld.c:1450 fr30-ibld.c:1222 frv-ibld.c:1724 ip2k-ibld.c:825
    993 #: iq2000-ibld.c:1145 lm32-ibld.c:911 m32c-ibld.c:4121 m32r-ibld.c:1023
    994 #: mep-ibld.c:2742 mt-ibld.c:1364 or1k-ibld.c:1071 xstormy16-ibld.c:1039
    995 #, c-format
    996 msgid "internal error: unrecognized field %d while getting vma operand"
    997 msgstr ""
    998 
    999 #: epiphany-ibld.c:1583 fr30-ibld.c:1354 frv-ibld.c:1992 ip2k-ibld.c:885
   1000 #: iq2000-ibld.c:1266 lm32-ibld.c:990 m32c-ibld.c:4709 m32r-ibld.c:1125
   1001 #: mep-ibld.c:3156 mt-ibld.c:1554 or1k-ibld.c:1156 xstormy16-ibld.c:1139
   1002 #, c-format
   1003 msgid "internal error: unrecognized field %d while setting int operand"
   1004 msgstr ""
   1005 
   1006 #: epiphany-ibld.c:1706 fr30-ibld.c:1476 frv-ibld.c:2250 ip2k-ibld.c:935
   1007 #: iq2000-ibld.c:1377 lm32-ibld.c:1059 m32c-ibld.c:5287 m32r-ibld.c:1217
   1008 #: mep-ibld.c:3560 mt-ibld.c:1734 or1k-ibld.c:1231 xstormy16-ibld.c:1229
   1009 #, c-format
   1010 msgid "internal error: unrecognized field %d while setting vma operand"
   1011 msgstr ""
   1012 
   1013 #: fr30-asm.c:93 m32c-asm.c:872 m32c-asm.c:879
   1014 msgid "Register number is not valid"
   1015 msgstr ""
   1016 
   1017 #: fr30-asm.c:95
   1018 msgid "Register must be between r0 and r7"
   1019 msgstr ""
   1020 
   1021 #: fr30-asm.c:97
   1022 msgid "Register must be between r8 and r15"
   1023 msgstr ""
   1024 
   1025 #: fr30-asm.c:116 m32c-asm.c:910
   1026 msgid "Register list is not valid"
   1027 msgstr ""
   1028 
   1029 #: fr30-desc.c:1587
   1030 #, c-format
   1031 msgid ""
   1032 "internal error: fr30_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1033 "values: `%d' vs. `%d'"
   1034 msgstr ""
   1035 
   1036 #: fr30-desc.c:1675
   1037 #, c-format
   1038 msgid "internal error: fr30_cgen_cpu_open: unsupported argument `%d'"
   1039 msgstr ""
   1040 
   1041 #: fr30-desc.c:1694
   1042 #, c-format
   1043 msgid "internal error: fr30_cgen_cpu_open: no endianness specified"
   1044 msgstr ""
   1045 
   1046 #: frv-asm.c:608
   1047 msgid "missing `]'"
   1048 msgstr ""
   1049 
   1050 #: frv-asm.c:611 frv-asm.c:621
   1051 msgid "Special purpose register number is out of range"
   1052 msgstr ""
   1053 
   1054 #: frv-asm.c:908
   1055 msgid "Value of A operand must be 0 or 1"
   1056 msgstr ""
   1057 
   1058 #: frv-asm.c:944
   1059 msgid "register number must be even"
   1060 msgstr ""
   1061 
   1062 #: frv-desc.c:6327
   1063 #, c-format
   1064 msgid ""
   1065 "internal error: frv_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1066 "values: `%d' vs. `%d'"
   1067 msgstr ""
   1068 
   1069 #: frv-desc.c:6415
   1070 #, c-format
   1071 msgid "internal error: frv_cgen_cpu_open: unsupported argument `%d'"
   1072 msgstr ""
   1073 
   1074 #: frv-desc.c:6434
   1075 #, c-format
   1076 msgid "internal error: frv_cgen_cpu_open: no endianness specified"
   1077 msgstr ""
   1078 
   1079 #: frv-opc.c:459
   1080 #, c-format
   1081 msgid "internal error: bad vliw->next_slot value"
   1082 msgstr ""
   1083 
   1084 #: frv-opc.c:769
   1085 #, c-format
   1086 msgid "internal error: bad major code"
   1087 msgstr ""
   1088 
   1089 #: frv-opc.c:819
   1090 #, c-format
   1091 msgid "internal error: bad insn unit"
   1092 msgstr ""
   1093 
   1094 #: h8300-dis.c:309
   1095 #, c-format
   1096 msgid "Hmmmm 0x%x"
   1097 msgstr ""
   1098 
   1099 #: h8300-dis.c:617
   1100 #, c-format
   1101 msgid "Don't understand 0x%x \n"
   1102 msgstr ""
   1103 
   1104 #: i386-dis.c:8738
   1105 msgid "<internal disassembler error>"
   1106 msgstr ""
   1107 
   1108 #: i386-dis.c:8986
   1109 #, c-format
   1110 msgid ""
   1111 "\n"
   1112 "The following i386/x86-64 specific disassembler options are supported for "
   1113 "use\n"
   1114 "with the -M switch (multiple options should be separated by commas):\n"
   1115 msgstr ""
   1116 
   1117 #: i386-dis.c:8990
   1118 #, c-format
   1119 msgid "  x86-64      Disassemble in 64bit mode\n"
   1120 msgstr ""
   1121 
   1122 #: i386-dis.c:8991
   1123 #, c-format
   1124 msgid "  i386        Disassemble in 32bit mode\n"
   1125 msgstr ""
   1126 
   1127 #: i386-dis.c:8992
   1128 #, c-format
   1129 msgid "  i8086       Disassemble in 16bit mode\n"
   1130 msgstr ""
   1131 
   1132 #: i386-dis.c:8993
   1133 #, c-format
   1134 msgid "  att         Display instruction in AT&T syntax\n"
   1135 msgstr ""
   1136 
   1137 #: i386-dis.c:8994
   1138 #, c-format
   1139 msgid "  intel       Display instruction in Intel syntax\n"
   1140 msgstr ""
   1141 
   1142 #: i386-dis.c:8995
   1143 #, c-format
   1144 msgid ""
   1145 "  att-mnemonic  (AT&T syntax only)\n"
   1146 "              Display instruction with AT&T mnemonic\n"
   1147 msgstr ""
   1148 
   1149 #: i386-dis.c:8997
   1150 #, c-format
   1151 msgid ""
   1152 "  intel-mnemonic  (AT&T syntax only)\n"
   1153 "              Display instruction with Intel mnemonic\n"
   1154 msgstr ""
   1155 
   1156 #: i386-dis.c:8999
   1157 #, c-format
   1158 msgid "  addr64      Assume 64bit address size\n"
   1159 msgstr ""
   1160 
   1161 #: i386-dis.c:9000
   1162 #, c-format
   1163 msgid "  addr32      Assume 32bit address size\n"
   1164 msgstr ""
   1165 
   1166 #: i386-dis.c:9001
   1167 #, c-format
   1168 msgid "  addr16      Assume 16bit address size\n"
   1169 msgstr ""
   1170 
   1171 #: i386-dis.c:9002
   1172 #, c-format
   1173 msgid "  data32      Assume 32bit data size\n"
   1174 msgstr ""
   1175 
   1176 #: i386-dis.c:9003
   1177 #, c-format
   1178 msgid "  data16      Assume 16bit data size\n"
   1179 msgstr ""
   1180 
   1181 #: i386-dis.c:9004
   1182 #, c-format
   1183 msgid "  suffix      Always display instruction suffix in AT&T syntax\n"
   1184 msgstr ""
   1185 
   1186 #: i386-dis.c:9005
   1187 #, c-format
   1188 msgid "  amd64       Display instruction in AMD64 ISA\n"
   1189 msgstr ""
   1190 
   1191 #: i386-dis.c:9006
   1192 #, c-format
   1193 msgid "  intel64     Display instruction in Intel64 ISA\n"
   1194 msgstr ""
   1195 
   1196 #: i386-dis.c:9796
   1197 msgid "64-bit address is disabled"
   1198 msgstr ""
   1199 
   1200 #. We've been passed a w.  Return with an error message so that
   1201 #. cgen will try the next parsing option.
   1202 #: ip2k-asm.c:81
   1203 msgid "W keyword invalid in FR operand slot."
   1204 msgstr ""
   1205 
   1206 #. Invalid offset present.
   1207 #: ip2k-asm.c:106
   1208 msgid "offset(IP) is not a valid form"
   1209 msgstr ""
   1210 
   1211 #. Found something there in front of (DP) but it's out
   1212 #. of range.
   1213 #: ip2k-asm.c:154
   1214 msgid "(DP) offset out of range."
   1215 msgstr ""
   1216 
   1217 #. Found something there in front of (SP) but it's out
   1218 #. of range.
   1219 #: ip2k-asm.c:195
   1220 msgid "(SP) offset out of range."
   1221 msgstr ""
   1222 
   1223 #: ip2k-asm.c:211
   1224 msgid "illegal use of parentheses"
   1225 msgstr ""
   1226 
   1227 #: ip2k-asm.c:218
   1228 msgid "operand out of range (not between 1 and 255)"
   1229 msgstr ""
   1230 
   1231 #. Something is very wrong. opindex has to be one of the above.
   1232 #: ip2k-asm.c:242
   1233 msgid "parse_addr16: invalid opindex."
   1234 msgstr ""
   1235 
   1236 #: ip2k-asm.c:296
   1237 msgid "Byte address required. - must be even."
   1238 msgstr ""
   1239 
   1240 #: ip2k-asm.c:305
   1241 msgid "cgen_parse_address returned a symbol. Literal required."
   1242 msgstr ""
   1243 
   1244 #: ip2k-asm.c:360
   1245 msgid "percent-operator operand is not a symbol"
   1246 msgstr ""
   1247 
   1248 #: ip2k-asm.c:413
   1249 msgid "Attempt to find bit index of 0"
   1250 msgstr ""
   1251 
   1252 #: ip2k-desc.c:1016
   1253 #, c-format
   1254 msgid ""
   1255 "internal error: ip2k_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1256 "values: `%d' vs. `%d'"
   1257 msgstr ""
   1258 
   1259 #: ip2k-desc.c:1104
   1260 #, c-format
   1261 msgid "internal error: ip2k_cgen_cpu_open: unsupported argument `%d'"
   1262 msgstr ""
   1263 
   1264 #: ip2k-desc.c:1123
   1265 #, c-format
   1266 msgid "internal error: ip2k_cgen_cpu_open: no endianness specified"
   1267 msgstr ""
   1268 
   1269 #: iq2000-asm.c:112 iq2000-asm.c:142
   1270 msgid "immediate value cannot be register"
   1271 msgstr ""
   1272 
   1273 #: iq2000-asm.c:123 iq2000-asm.c:153 lm32-asm.c:70
   1274 msgid "immediate value out of range"
   1275 msgstr ""
   1276 
   1277 #: iq2000-asm.c:182
   1278 msgid "21-bit offset out of range"
   1279 msgstr ""
   1280 
   1281 #: iq2000-desc.c:2021
   1282 #, c-format
   1283 msgid ""
   1284 "internal error: iq2000_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1285 "values: `%d' vs. `%d'"
   1286 msgstr ""
   1287 
   1288 #: iq2000-desc.c:2109
   1289 #, c-format
   1290 msgid "internal error: iq2000_cgen_cpu_open: unsupported argument `%d'"
   1291 msgstr ""
   1292 
   1293 #: iq2000-desc.c:2128
   1294 #, c-format
   1295 msgid "internal error: iq2000_cgen_cpu_open: no endianness specified"
   1296 msgstr ""
   1297 
   1298 #: kvx-dis.c:1571
   1299 #, c-format
   1300 msgid ""
   1301 "\n"
   1302 "The following KVX specific disassembler options are supported for use\n"
   1303 "with the -M switch (multiple options should be separated by commas):\n"
   1304 msgstr ""
   1305 
   1306 #: kvx-dis.c:1575
   1307 #, c-format
   1308 msgid ""
   1309 "\n"
   1310 "  pretty               Print 32-bit words in natural order corresponding to "
   1311 "re-ordered instruction.\n"
   1312 msgstr ""
   1313 
   1314 #: kvx-dis.c:1579
   1315 #, c-format
   1316 msgid ""
   1317 "\n"
   1318 "  compact-assembly     Do not emit a new line between bundles of "
   1319 "instructions.\n"
   1320 msgstr ""
   1321 
   1322 #: kvx-dis.c:1583
   1323 #, c-format
   1324 msgid ""
   1325 "\n"
   1326 "  no-compact-assembly  Emit a new line between bundles of instructions.\n"
   1327 msgstr ""
   1328 
   1329 #: lm32-asm.c:166
   1330 msgid "expecting gp relative address: gp(symbol)"
   1331 msgstr ""
   1332 
   1333 #: lm32-asm.c:196
   1334 msgid "expecting got relative address: got(symbol)"
   1335 msgstr ""
   1336 
   1337 #: lm32-asm.c:226
   1338 msgid "expecting got relative address: gotoffhi16(symbol)"
   1339 msgstr ""
   1340 
   1341 #: lm32-asm.c:256
   1342 msgid "expecting got relative address: gotofflo16(symbol)"
   1343 msgstr ""
   1344 
   1345 #: lm32-desc.c:1003
   1346 #, c-format
   1347 msgid ""
   1348 "internal error: lm32_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1349 "values: `%d' vs. `%d'"
   1350 msgstr ""
   1351 
   1352 #: lm32-desc.c:1091
   1353 #, c-format
   1354 msgid "internal error: lm32_cgen_cpu_open: unsupported argument `%d'"
   1355 msgstr ""
   1356 
   1357 #: lm32-desc.c:1110
   1358 #, c-format
   1359 msgid "internal error: lm32_cgen_cpu_open: no endianness specified"
   1360 msgstr ""
   1361 
   1362 #: loongarch-dis.c:334
   1363 #, c-format
   1364 msgid ""
   1365 "\n"
   1366 "The following LoongArch disassembler options are supported for use\n"
   1367 "with the -M switch (multiple options should be separated by commas):\n"
   1368 msgstr ""
   1369 
   1370 #: loongarch-dis.c:338
   1371 #, c-format
   1372 msgid ""
   1373 "\n"
   1374 "    no-aliases    Use canonical instruction forms.\n"
   1375 msgstr ""
   1376 
   1377 #: loongarch-dis.c:340
   1378 #, c-format
   1379 msgid ""
   1380 "\n"
   1381 "    numeric       Print numeric register names, rather than ABI names.\n"
   1382 msgstr ""
   1383 
   1384 #: m10200-dis.c:151 m10300-dis.c:574
   1385 #, c-format
   1386 msgid "unknown\t0x%04lx"
   1387 msgstr ""
   1388 
   1389 #: m10200-dis.c:321
   1390 #, c-format
   1391 msgid "unknown\t0x%02lx"
   1392 msgstr ""
   1393 
   1394 #: m32c-asm.c:117
   1395 msgid "imm:6 immediate is out of range"
   1396 msgstr ""
   1397 
   1398 #: m32c-asm.c:145
   1399 #, c-format
   1400 msgid "%dsp8() takes a symbolic address, not a number"
   1401 msgstr ""
   1402 
   1403 #: m32c-asm.c:159 m32c-asm.c:163 m32c-asm.c:253
   1404 msgid "dsp:8 immediate is out of range"
   1405 msgstr ""
   1406 
   1407 #: m32c-asm.c:184 m32c-asm.c:188
   1408 msgid "Immediate is out of range -8 to 7"
   1409 msgstr ""
   1410 
   1411 #: m32c-asm.c:209 m32c-asm.c:213
   1412 msgid "Immediate is out of range -7 to 8"
   1413 msgstr ""
   1414 
   1415 #: m32c-asm.c:281
   1416 #, c-format
   1417 msgid "%dsp16() takes a symbolic address, not a number"
   1418 msgstr ""
   1419 
   1420 #: m32c-asm.c:305 m32c-asm.c:312 m32c-asm.c:373
   1421 msgid "dsp:16 immediate is out of range"
   1422 msgstr ""
   1423 
   1424 #: m32c-asm.c:399
   1425 msgid "dsp:20 immediate is out of range"
   1426 msgstr ""
   1427 
   1428 #: m32c-asm.c:425 m32c-asm.c:445
   1429 msgid "dsp:24 immediate is out of range"
   1430 msgstr ""
   1431 
   1432 #: m32c-asm.c:478
   1433 msgid "immediate is out of range 1-2"
   1434 msgstr ""
   1435 
   1436 #: m32c-asm.c:496
   1437 msgid "immediate is out of range 1-8"
   1438 msgstr ""
   1439 
   1440 #: m32c-asm.c:514
   1441 msgid "immediate is out of range 0-7"
   1442 msgstr ""
   1443 
   1444 #: m32c-asm.c:550
   1445 msgid "immediate is out of range 2-9"
   1446 msgstr ""
   1447 
   1448 #: m32c-asm.c:568
   1449 msgid "Bit number for indexing general register is out of range 0-15"
   1450 msgstr ""
   1451 
   1452 #: m32c-asm.c:606 m32c-asm.c:662
   1453 msgid "bit,base is out of range"
   1454 msgstr ""
   1455 
   1456 #: m32c-asm.c:613 m32c-asm.c:618 m32c-asm.c:666
   1457 msgid "bit,base out of range for symbol"
   1458 msgstr ""
   1459 
   1460 #: m32c-asm.c:802
   1461 msgid "not a valid r0l/r0h pair"
   1462 msgstr ""
   1463 
   1464 #: m32c-asm.c:832
   1465 msgid "Invalid size specifier"
   1466 msgstr ""
   1467 
   1468 #: m32c-desc.c:63034
   1469 #, c-format
   1470 msgid ""
   1471 "internal error: m32c_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1472 "values: `%d' vs. `%d'"
   1473 msgstr ""
   1474 
   1475 #: m32c-desc.c:63122
   1476 #, c-format
   1477 msgid "internal error: m32c_cgen_cpu_open: unsupported argument `%d'"
   1478 msgstr ""
   1479 
   1480 #: m32c-desc.c:63141
   1481 #, c-format
   1482 msgid "internal error: m32c_cgen_cpu_open: no endianness specified"
   1483 msgstr ""
   1484 
   1485 #: m32r-desc.c:1366
   1486 #, c-format
   1487 msgid ""
   1488 "internal error: m32r_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1489 "values: `%d' vs. `%d'"
   1490 msgstr ""
   1491 
   1492 #: m32r-desc.c:1454
   1493 #, c-format
   1494 msgid "internal error: m32r_cgen_cpu_open: unsupported argument `%d'"
   1495 msgstr ""
   1496 
   1497 #: m32r-desc.c:1473
   1498 #, c-format
   1499 msgid "internal error: m32r_cgen_cpu_open: no endianness specified"
   1500 msgstr ""
   1501 
   1502 #: m68k-dis.c:1405
   1503 #, c-format
   1504 msgid "<function code %d>"
   1505 msgstr ""
   1506 
   1507 #: m68k-dis.c:1590
   1508 #, c-format
   1509 msgid "<internal error in opcode table: %s %s>\n"
   1510 msgstr ""
   1511 
   1512 #: mep-asm.c:129
   1513 msgid "Only $tp or $13 allowed for this opcode"
   1514 msgstr ""
   1515 
   1516 #: mep-asm.c:143
   1517 msgid "Only $sp or $15 allowed for this opcode"
   1518 msgstr ""
   1519 
   1520 #: mep-asm.c:309 mep-asm.c:506
   1521 #, no-c-format
   1522 msgid "invalid %function() here"
   1523 msgstr ""
   1524 
   1525 #: mep-asm.c:337
   1526 msgid "Immediate is out of range -32768 to 32767"
   1527 msgstr ""
   1528 
   1529 #: mep-asm.c:357
   1530 msgid "Immediate is out of range 0 to 65535"
   1531 msgstr ""
   1532 
   1533 #: mep-asm.c:551 mep-asm.c:564
   1534 msgid "Immediate is out of range -512 to 511"
   1535 msgstr ""
   1536 
   1537 #: mep-asm.c:556 mep-asm.c:565
   1538 msgid "Immediate is out of range -128 to 127"
   1539 msgstr ""
   1540 
   1541 #: mep-asm.c:560
   1542 msgid "Value is not aligned enough"
   1543 msgstr ""
   1544 
   1545 #: mep-desc.c:6227
   1546 #, c-format
   1547 msgid ""
   1548 "internal error: mep_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1549 "values: `%d' vs. `%d'"
   1550 msgstr ""
   1551 
   1552 #: mep-desc.c:6315
   1553 #, c-format
   1554 msgid "internal error: mep_cgen_cpu_open: unsupported argument `%d'"
   1555 msgstr ""
   1556 
   1557 #: mep-desc.c:6334
   1558 #, c-format
   1559 msgid "internal error: mep_cgen_cpu_open: no endianness specified"
   1560 msgstr ""
   1561 
   1562 #: mep-dis.c:662
   1563 #, c-format
   1564 msgid "illegal MEP INDEX setting '%x' in ELF header e_flags field"
   1565 msgstr ""
   1566 
   1567 #: mips-dis.c:1934 mips-dis.c:2167
   1568 #, c-format
   1569 msgid "# internal error, undefined operand in `%s %s'"
   1570 msgstr ""
   1571 
   1572 #: mips-dis.c:2772
   1573 msgid "Use canonical instruction forms.\n"
   1574 msgstr ""
   1575 
   1576 #: mips-dis.c:2774
   1577 msgid "Recognize MSA instructions.\n"
   1578 msgstr ""
   1579 
   1580 #: mips-dis.c:2776
   1581 msgid "Recognize the virtualization ASE instructions.\n"
   1582 msgstr ""
   1583 
   1584 #: mips-dis.c:2778
   1585 msgid ""
   1586 "Recognize the eXtended Physical Address (XPA) ASE\n"
   1587 "                  instructions.\n"
   1588 msgstr ""
   1589 
   1590 #: mips-dis.c:2781
   1591 msgid "Recognize the Global INValidate (GINV) ASE instructions.\n"
   1592 msgstr ""
   1593 
   1594 #: mips-dis.c:2785
   1595 msgid ""
   1596 "Recognize the Loongson MultiMedia extensions Instructions (MMI) ASE "
   1597 "instructions.\n"
   1598 msgstr ""
   1599 
   1600 #: mips-dis.c:2789
   1601 msgid "Recognize the Loongson Content Address Memory (CAM)  instructions.\n"
   1602 msgstr ""
   1603 
   1604 #: mips-dis.c:2793
   1605 msgid "Recognize the Loongson EXTensions (EXT)  instructions.\n"
   1606 msgstr ""
   1607 
   1608 #: mips-dis.c:2797
   1609 msgid "Recognize the Loongson EXTensions R2 (EXT2)  instructions.\n"
   1610 msgstr ""
   1611 
   1612 #: mips-dis.c:2800
   1613 msgid ""
   1614 "Print GPR names according to specified ABI.\n"
   1615 "                  Default: based on binary being disassembled.\n"
   1616 msgstr ""
   1617 
   1618 #: mips-dis.c:2803
   1619 msgid ""
   1620 "Print FPR names according to specified ABI.\n"
   1621 "                  Default: numeric.\n"
   1622 msgstr ""
   1623 
   1624 #: mips-dis.c:2806
   1625 msgid ""
   1626 "Print CP0 register names according to specified architecture.\n"
   1627 "                  Default: based on binary being disassembled.\n"
   1628 msgstr ""
   1629 
   1630 #: mips-dis.c:2810
   1631 msgid ""
   1632 "Print HWR names according to specified architecture.\n"
   1633 "                  Default: based on binary being disassembled.\n"
   1634 msgstr ""
   1635 
   1636 #: mips-dis.c:2813
   1637 msgid "Print GPR and FPR names according to specified ABI.\n"
   1638 msgstr ""
   1639 
   1640 #: mips-dis.c:2815
   1641 msgid ""
   1642 "Print CP0 register and HWR names according to specified\n"
   1643 "                  architecture."
   1644 msgstr ""
   1645 
   1646 #: mips-dis.c:2901
   1647 #, c-format
   1648 msgid ""
   1649 "\n"
   1650 "The following MIPS specific disassembler options are supported for use\n"
   1651 "with the -M switch (multiple options should be separated by commas):\n"
   1652 "\n"
   1653 msgstr ""
   1654 
   1655 #: mmix-dis.c:33
   1656 #, c-format
   1657 msgid "bad case %d (%s) in %s:%d"
   1658 msgstr ""
   1659 
   1660 #: mmix-dis.c:42
   1661 #, c-format
   1662 msgid "internal: non-debugged code (test-case missing): %s:%d"
   1663 msgstr ""
   1664 
   1665 #: mmix-dis.c:52
   1666 msgid "(unknown)"
   1667 msgstr ""
   1668 
   1669 #: mmix-dis.c:248 mmix-dis.c:256
   1670 msgid "*illegal*"
   1671 msgstr ""
   1672 
   1673 #: mmix-dis.c:530
   1674 #, c-format
   1675 msgid "*unknown operands type: %d*"
   1676 msgstr ""
   1677 
   1678 #: msp430-decode.opc:145 rl78-decode.opc:106
   1679 #, c-format
   1680 msgid "internal error: immediate() called with invalid byte count %d"
   1681 msgstr ""
   1682 
   1683 #: msp430-dis.c:59
   1684 #, c-format
   1685 msgid "Warning: disassembly unreliable - not enough bytes available"
   1686 msgstr ""
   1687 
   1688 #: msp430-dis.c:65
   1689 #, c-format
   1690 msgid "Error: read from memory failed"
   1691 msgstr ""
   1692 
   1693 #: msp430-dis.c:499
   1694 msgid "Warning: illegal as emulation instr"
   1695 msgstr ""
   1696 
   1697 #. R2/R3 are illegal as dest: may be data section.
   1698 #: msp430-dis.c:591
   1699 msgid "Warning: illegal as 2-op instr"
   1700 msgstr ""
   1701 
   1702 #: msp430-dis.c:1002
   1703 msgid "Warning: unrecognised CALLA addressing mode"
   1704 msgstr ""
   1705 
   1706 #: msp430-dis.c:1303 msp430-dis.c:1324 msp430-dis.c:1345
   1707 #, c-format
   1708 msgid "Warning: reserved use of A/L and B/W bits detected"
   1709 msgstr ""
   1710 
   1711 #: mt-asm.c:110 mt-asm.c:190
   1712 msgid "Operand out of range. Must be between -32768 and 32767."
   1713 msgstr ""
   1714 
   1715 #: mt-asm.c:149
   1716 msgid "Biiiig Trouble in parse_imm16!"
   1717 msgstr ""
   1718 
   1719 #: mt-asm.c:157
   1720 msgid "The percent-operator's operand is not a symbol"
   1721 msgstr ""
   1722 
   1723 #: mt-asm.c:395
   1724 msgid "invalid operand.  type may have values 0,1,2 only."
   1725 msgstr ""
   1726 
   1727 #: mt-desc.c:1147
   1728 #, c-format
   1729 msgid ""
   1730 "internal error: mt_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1731 "values: `%d' vs. `%d'"
   1732 msgstr ""
   1733 
   1734 #: mt-desc.c:1235
   1735 #, c-format
   1736 msgid "internal error: mt_cgen_cpu_open: unsupported argument `%d'"
   1737 msgstr ""
   1738 
   1739 #: mt-desc.c:1254
   1740 #, c-format
   1741 msgid "internal error: mt_cgen_cpu_open: no endianness specified"
   1742 msgstr ""
   1743 
   1744 #: nds32-asm.c:1760
   1745 #, c-format
   1746 msgid "internal error: unknown operand, %s"
   1747 msgstr ""
   1748 
   1749 #: nds32-asm.c:2396
   1750 #, c-format
   1751 msgid "internal error: don't know how to handle parsing results"
   1752 msgstr ""
   1753 
   1754 #: nds32-asm.c:2404
   1755 #, c-format
   1756 msgid "internal error: unknown hardware resource"
   1757 msgstr ""
   1758 
   1759 #: nds32-dis.c:1178
   1760 msgid "insufficient data to decode instruction"
   1761 msgstr ""
   1762 
   1763 #: nfp-dis.c:930
   1764 msgid "<invalid_instruction>:"
   1765 msgstr ""
   1766 
   1767 #: nfp-dis.c:1334
   1768 msgid ", <invalid CRC operator>, "
   1769 msgstr ""
   1770 
   1771 #: nfp-dis.c:1686
   1772 msgid "<invalid branch>["
   1773 msgstr ""
   1774 
   1775 #: nfp-dis.c:2055 nfp-dis.c:2326
   1776 #, c-format
   1777 msgid "<invalid cmd target %d:%d:%d>[]"
   1778 msgstr ""
   1779 
   1780 #: nfp-dis.c:2066 nfp-dis.c:2337
   1781 #, c-format
   1782 msgid "<invalid cmd action %d:%d:%d>[]"
   1783 msgstr ""
   1784 
   1785 #: nfp-dis.c:2558
   1786 msgid "File has no ME-Config section."
   1787 msgstr ""
   1788 
   1789 #. See PR 31843 for an example of this.
   1790 #: nfp-dis.c:2565
   1791 msgid "The ME-Config section is corrupt."
   1792 msgstr ""
   1793 
   1794 #: nfp-dis.c:2579
   1795 msgid "File has invalid ME-Config section."
   1796 msgstr ""
   1797 
   1798 #: nfp-dis.c:2726
   1799 #, c-format
   1800 msgid "Error processing section %u "
   1801 msgstr ""
   1802 
   1803 #: nfp-dis.c:2755
   1804 #, c-format
   1805 msgid "Invalid NFP option: %s"
   1806 msgstr ""
   1807 
   1808 #: nfp-dis.c:2993
   1809 #, c-format
   1810 msgid ""
   1811 "\n"
   1812 "The following NFP specific disassembler options are supported for use\n"
   1813 "with the -M switch (multiple options should be separated by commas):\n"
   1814 msgstr ""
   1815 
   1816 #: nfp-dis.c:2997
   1817 #, c-format
   1818 msgid ""
   1819 "\n"
   1820 "  no-pc\t\t    Don't print program counter prefix.\n"
   1821 "  ctx4\t\t    Force disassembly using 4-context mode.\n"
   1822 "  ctx8\t\t    Force 8-context mode, takes precedence."
   1823 msgstr ""
   1824 
   1825 #. I and Z are output operands and can`t be immediate
   1826 #. A is an address and we can`t have the address of
   1827 #. an immediate either. We don't know how much to increase
   1828 #. aoffsetp by since whatever generated this is broken
   1829 #. anyway!
   1830 #: ns32k-dis.c:533
   1831 #, c-format
   1832 msgid "$<undefined>"
   1833 msgstr ""
   1834 
   1835 #: or1k-asm.c:55
   1836 msgid "relocation invalid for store"
   1837 msgstr ""
   1838 
   1839 #: or1k-asm.c:56
   1840 msgid "internal relocation type invalid"
   1841 msgstr ""
   1842 
   1843 #: or1k-desc.c:2043
   1844 #, c-format
   1845 msgid ""
   1846 "internal error: or1k_cgen_rebuild_tables: conflicting insn-chunk-bitsize "
   1847 "values: `%d' vs. `%d'"
   1848 msgstr ""
   1849 
   1850 #: or1k-desc.c:2131
   1851 #, c-format
   1852 msgid "internal error: or1k_cgen_cpu_open: unsupported argument `%d'"
   1853 msgstr ""
   1854 
   1855 #: or1k-desc.c:2150
   1856 #, c-format
   1857 msgid "internal error: or1k_cgen_cpu_open: no endianness specified"
   1858 msgstr ""
   1859 
   1860 #: ppc-dis.c:428
   1861 #, c-format
   1862 msgid "warning: ignoring unknown -M%s option"
   1863 msgstr ""
   1864 
   1865 #: ppc-dis.c:1276
   1866 #, c-format
   1867 msgid ""
   1868 "\n"
   1869 "The following PPC specific disassembler options are supported for use with\n"
   1870 "the -M switch:\n"
   1871 msgstr ""
   1872 
   1873 #: ppc-opc.c:52 ppc-opc.c:75 ppc-opc.c:101 ppc-opc.c:131
   1874 msgid "invalid register"
   1875 msgstr ""
   1876 
   1877 #: ppc-opc.c:397
   1878 msgid "invalid conditional option"
   1879 msgstr ""
   1880 
   1881 #: ppc-opc.c:400
   1882 msgid "invalid counter access"
   1883 msgstr ""
   1884 
   1885 #: ppc-opc.c:464
   1886 msgid "BO value implies no branch hint, when using + or - modifier"
   1887 msgstr ""
   1888 
   1889 #: ppc-opc.c:469
   1890 msgid "attempt to set y bit when using + or - modifier"
   1891 msgstr ""
   1892 
   1893 #: ppc-opc.c:471
   1894 msgid "attempt to set 'at' bits when using + or - modifier"
   1895 msgstr ""
   1896 
   1897 #: ppc-opc.c:575
   1898 msgid "invalid offset: must be in the range [-512, -8] and be a multiple of 8"
   1899 msgstr ""
   1900 
   1901 #: ppc-opc.c:752
   1902 msgid "invalid R operand"
   1903 msgstr ""
   1904 
   1905 #: ppc-opc.c:807
   1906 msgid "invalid mask field"
   1907 msgstr ""
   1908 
   1909 #: ppc-opc.c:830
   1910 msgid "invalid mfcr mask"
   1911 msgstr ""
   1912 
   1913 #: ppc-opc.c:948 ppc-opc.c:966
   1914 msgid "illegal L operand value"
   1915 msgstr ""
   1916 
   1917 #: ppc-opc.c:989
   1918 msgid "illegal WC operand value"
   1919 msgstr ""
   1920 
   1921 #: ppc-opc.c:1086
   1922 msgid "incompatible L operand value"
   1923 msgstr ""
   1924 
   1925 #: ppc-opc.c:1285 ppc-opc.c:1320
   1926 msgid "illegal bitmask"
   1927 msgstr ""
   1928 
   1929 #: ppc-opc.c:1464
   1930 msgid "address register in load range"
   1931 msgstr ""
   1932 
   1933 #: ppc-opc.c:1504
   1934 msgid "illegal PL operand value"
   1935 msgstr ""
   1936 
   1937 #: ppc-opc.c:1585
   1938 msgid "index register in load range"
   1939 msgstr ""
   1940 
   1941 #: ppc-opc.c:1614 ppc-opc.c:1700
   1942 msgid "source and target register operands must be different"
   1943 msgstr ""
   1944 
   1945 #: ppc-opc.c:1645
   1946 msgid "invalid base address register operand"
   1947 msgstr ""
   1948 
   1949 #: ppc-opc.c:1763
   1950 msgid "illegal immediate value"
   1951 msgstr ""
   1952 
   1953 #: ppc-opc.c:2070
   1954 msgid "invalid bat number"
   1955 msgstr ""
   1956 
   1957 #: ppc-opc.c:2105
   1958 msgid "invalid sprg number"
   1959 msgstr ""
   1960 
   1961 #: ppc-opc.c:2142
   1962 msgid "invalid tbr number"
   1963 msgstr ""
   1964 
   1965 #: ppc-opc.c:2249 ppc-opc.c:2317
   1966 msgid "VSR overlaps ACC operand"
   1967 msgstr ""
   1968 
   1969 #: ppc-opc.c:2426
   1970 msgid "invalid constant"
   1971 msgstr ""
   1972 
   1973 #: ppc-opc.c:2448
   1974 msgid "invalid M value"
   1975 msgstr ""
   1976 
   1977 #: ppc-opc.c:2550 ppc-opc.c:2573 ppc-opc.c:2596 ppc-opc.c:2619
   1978 msgid "UIMM = 00000 is illegal"
   1979 msgstr ""
   1980 
   1981 #: ppc-opc.c:2642
   1982 msgid "UIMM values >7 are illegal"
   1983 msgstr ""
   1984 
   1985 #: ppc-opc.c:2665
   1986 msgid "UIMM values >15 are illegal"
   1987 msgstr ""
   1988 
   1989 #: ppc-opc.c:2688
   1990 msgid "GPR odd is illegal"
   1991 msgstr ""
   1992 
   1993 #: ppc-opc.c:2711 ppc-opc.c:2734
   1994 msgid "invalid offset"
   1995 msgstr ""
   1996 
   1997 #: ppc-opc.c:2757
   1998 msgid "invalid Ddd value"
   1999 msgstr ""
   2000 
   2001 #: ppc-opc.c:2810 ppc-opc.c:2837
   2002 msgid "invalid TH value"
   2003 msgstr ""
   2004 
   2005 #. Invalid options with '=', no option name before '=',
   2006 #. and no value after '='.
   2007 #: riscv-dis.c:132
   2008 #, c-format
   2009 msgid "unrecognized disassembler option with '=': %s"
   2010 msgstr ""
   2011 
   2012 #: riscv-dis.c:147
   2013 #, c-format
   2014 msgid "unknown privileged spec set by %s=%s"
   2015 msgstr ""
   2016 
   2017 #: riscv-dis.c:154
   2018 #, c-format
   2019 msgid ""
   2020 "mis-matched privilege spec set by %s=%s, the elf privilege attribute is %s"
   2021 msgstr ""
   2022 
   2023 #: riscv-dis.c:929
   2024 #, c-format
   2025 msgid "# internal error, undefined modifier (%c)"
   2026 msgstr ""
   2027 
   2028 #: riscv-dis.c:1623
   2029 msgid "Disassemble without checking architecture string."
   2030 msgstr ""
   2031 
   2032 #: riscv-dis.c:1626
   2033 msgid "Print numeric register names, rather than ABI names."
   2034 msgstr ""
   2035 
   2036 #: riscv-dis.c:1629
   2037 msgid "Disassemble only into canonical instructions."
   2038 msgstr ""
   2039 
   2040 #: riscv-dis.c:1632
   2041 msgid "Print the CSR according to the chosen privilege spec."
   2042 msgstr ""
   2043 
   2044 #: riscv-dis.c:1708
   2045 #, c-format
   2046 msgid ""
   2047 "\n"
   2048 "The following RISC-V specific disassembler options are supported for use\n"
   2049 "with the -M switch (multiple options should be separated by commas):\n"
   2050 msgstr ""
   2051 
   2052 #: rx-dis.c:139 rx-dis.c:163 rx-dis.c:171 rx-dis.c:179 rx-dis.c:187
   2053 msgid "<invalid register number>"
   2054 msgstr ""
   2055 
   2056 #: rx-dis.c:147 rx-dis.c:195
   2057 msgid "<invalid condition code>"
   2058 msgstr ""
   2059 
   2060 #: rx-dis.c:155
   2061 msgid "<invalid flag>"
   2062 msgstr ""
   2063 
   2064 #: rx-dis.c:203
   2065 msgid "<invalid opsize>"
   2066 msgstr ""
   2067 
   2068 #: rx-dis.c:211
   2069 msgid "<invalid size>"
   2070 msgstr ""
   2071 
   2072 #: s12z-dis.c:239 s12z-dis.c:296 s12z-dis.c:307
   2073 msgid "<illegal reg num>"
   2074 msgstr ""
   2075 
   2076 #: s12z-dis.c:370
   2077 msgid "<bad>"
   2078 msgstr ""
   2079 
   2080 #: s12z-dis.c:380
   2081 msgid ".<bad>"
   2082 msgstr ""
   2083 
   2084 #: s390-dis.c:44
   2085 msgid "Disassemble in ESA architecture mode"
   2086 msgstr ""
   2087 
   2088 #. TRANSLATORS: Please do not translate 'z/Architecture' as this is a technical name.
   2089 #: s390-dis.c:46
   2090 msgid "Disassemble in z/Architecture mode"
   2091 msgstr ""
   2092 
   2093 #: s390-dis.c:47
   2094 msgid "Print unknown instructions according to length from first two bits"
   2095 msgstr ""
   2096 
   2097 #: s390-dis.c:49
   2098 msgid "Print instruction description as comment"
   2099 msgstr ""
   2100 
   2101 #: s390-dis.c:83
   2102 #, c-format
   2103 msgid "unknown S/390 disassembler option: %s"
   2104 msgstr ""
   2105 
   2106 #: s390-dis.c:584
   2107 #, c-format
   2108 msgid ""
   2109 "\n"
   2110 "The following S/390 specific disassembler options are supported for use\n"
   2111 "with the -M switch (multiple options should be separated by commas):\n"
   2112 msgstr ""
   2113 
   2114 #: score-dis.c:653 score-dis.c:871 score-dis.c:1032 score-dis.c:1138
   2115 #: score-dis.c:1146 score-dis.c:1153 score7-dis.c:691 score7-dis.c:854
   2116 msgid "<illegal instruction>"
   2117 msgstr ""
   2118 
   2119 #: sparc-dis.c:308 sparc-dis.c:318
   2120 #, c-format
   2121 msgid "internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n"
   2122 msgstr ""
   2123 
   2124 #: sparc-dis.c:377
   2125 #, c-format
   2126 msgid "internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n"
   2127 msgstr ""
   2128 
   2129 #. Mark as non-valid instruction.
   2130 #: sparc-dis.c:1094
   2131 msgid "unknown"
   2132 msgstr ""
   2133 
   2134 #: v850-dis.c:190
   2135 msgid "<invalid s-reg number>"
   2136 msgstr ""
   2137 
   2138 #: v850-dis.c:206
   2139 msgid "<invalid reg number>"
   2140 msgstr ""
   2141 
   2142 #: v850-dis.c:222
   2143 msgid "<invalid v-reg number>"
   2144 msgstr ""
   2145 
   2146 #: v850-dis.c:236
   2147 msgid "<invalid CC-reg number>"
   2148 msgstr ""
   2149 
   2150 #: v850-dis.c:250
   2151 msgid "<invalid float-CC-reg number>"
   2152 msgstr ""
   2153 
   2154 #: v850-dis.c:264
   2155 msgid "<invalid cacheop number>"
   2156 msgstr ""
   2157 
   2158 #: v850-dis.c:275
   2159 msgid "<invalid prefop number>"
   2160 msgstr ""
   2161 
   2162 #: v850-dis.c:510
   2163 #, c-format
   2164 msgid "unknown operand shift: %x"
   2165 msgstr ""
   2166 
   2167 #: v850-dis.c:526
   2168 #, c-format
   2169 msgid "unknown reg: %d"
   2170 msgstr ""
   2171 
   2172 #. The functions used to insert and extract complicated operands.
   2173 #. Note: There is a conspiracy between these functions and
   2174 #. v850_insert_operand() in gas/config/tc-v850.c.  Error messages
   2175 #. containing the string 'out of range' will be ignored unless a
   2176 #. specific command line option is given to GAS.
   2177 #: v850-opc.c:53
   2178 msgid "displacement value is not in range and is not aligned"
   2179 msgstr ""
   2180 
   2181 #: v850-opc.c:54
   2182 msgid "displacement value is out of range"
   2183 msgstr ""
   2184 
   2185 #: v850-opc.c:55
   2186 msgid "displacement value is not aligned"
   2187 msgstr ""
   2188 
   2189 #: v850-opc.c:57
   2190 msgid "immediate value is out of range"
   2191 msgstr ""
   2192 
   2193 #: v850-opc.c:58
   2194 msgid "branch value out of range"
   2195 msgstr ""
   2196 
   2197 #: v850-opc.c:59
   2198 msgid "branch value not in range and to odd offset"
   2199 msgstr ""
   2200 
   2201 #: v850-opc.c:60
   2202 msgid "branch to odd offset"
   2203 msgstr ""
   2204 
   2205 #: v850-opc.c:61
   2206 msgid "position value is out of range"
   2207 msgstr ""
   2208 
   2209 #: v850-opc.c:62
   2210 msgid "width value is out of range"
   2211 msgstr ""
   2212 
   2213 #: v850-opc.c:63
   2214 msgid "SelID is out of range"
   2215 msgstr ""
   2216 
   2217 #: v850-opc.c:64
   2218 msgid "vector8 is out of range"
   2219 msgstr ""
   2220 
   2221 #: v850-opc.c:65
   2222 msgid "vector5 is out of range"
   2223 msgstr ""
   2224 
   2225 #: v850-opc.c:66
   2226 msgid "imm10 is out of range"
   2227 msgstr ""
   2228 
   2229 #: v850-opc.c:67
   2230 msgid "SR/SelID is out of range"
   2231 msgstr ""
   2232 
   2233 #: v850-opc.c:508
   2234 msgid "invalid register for stack adjustment"
   2235 msgstr ""
   2236 
   2237 #: v850-opc.c:526
   2238 msgid "invalid register name"
   2239 msgstr ""
   2240 
   2241 #: wasm32-dis.c:93
   2242 msgid "Disassemble \"register\" names"
   2243 msgstr ""
   2244 
   2245 #: wasm32-dis.c:94
   2246 msgid "Name well-known globals"
   2247 msgstr ""
   2248 
   2249 #: wasm32-dis.c:549
   2250 #, c-format
   2251 msgid ""
   2252 "The following WebAssembly-specific disassembler options are supported for "
   2253 "use\n"
   2254 "with the -M switch:\n"
   2255 msgstr ""
   2256 
   2257 #: xstormy16-asm.c:71
   2258 msgid "Bad register in preincrement"
   2259 msgstr ""
   2260 
   2261 #: xstormy16-asm.c:76
   2262 msgid "Bad register in postincrement"
   2263 msgstr ""
   2264 
   2265 #: xstormy16-asm.c:78
   2266 msgid "Bad register name"
   2267 msgstr ""
   2268 
   2269 #: xstormy16-asm.c:82
   2270 msgid "Label conflicts with register name"
   2271 msgstr ""
   2272 
   2273 #: xstormy16-asm.c:86
   2274 msgid "Label conflicts with `Rx'"
   2275 msgstr ""
   2276 
   2277 #: xstormy16-asm.c:88
   2278 msgid "Bad immediate expression"
   2279 msgstr ""
   2280 
   2281 #: xstormy16-asm.c:109
   2282 msgid "No relocation for small immediate"
   2283 msgstr ""
   2284 
   2285 #: xstormy16-asm.c:119
   2286 msgid "Small operand was not an immediate number"
   2287 msgstr ""
   2288 
   2289 #: xstormy16-asm.c:157
   2290 msgid "Operand is not a symbol"
   2291 msgstr ""
   2292 
   2293 #: xstormy16-asm.c:165
   2294 msgid "Syntax error: No trailing ')'"
   2295 msgstr ""
   2296 
   2297 #: xstormy16-desc.c:1318
   2298 #, c-format
   2299 msgid ""
   2300 "internal error: xstormy16_cgen_rebuild_tables: conflicting insn-chunk-"
   2301 "bitsize values: `%d' vs. `%d'"
   2302 msgstr ""
   2303 
   2304 #: xstormy16-desc.c:1406
   2305 #, c-format
   2306 msgid "internal error: xstormy16_cgen_cpu_open: unsupported argument `%d'"
   2307 msgstr ""
   2308 
   2309 #: xstormy16-desc.c:1425
   2310 #, c-format
   2311 msgid "internal error: xstormy16_cgen_cpu_open: no endianness specified"
   2312 msgstr ""
   2313