Home | History | Annotate | Download | only in po
      1 # Japanese messages for GNU binutils gas
      2 # Copyright (C) 2010, 2011 Free Software Foundation, Inc.
      3 # This file is distributed under the same license as the binutils package.
      4 # Yasuaki Taniguchi <yasuakit (a] gmail.com>, 2010, 2011.
      5 #
      6 msgid ""
      7 msgstr ""
      8 "Project-Id-Version: gas 2.21.53\n"
      9 "Report-Msgid-Bugs-To: bug-binutils (a] gnu.org\n"
     10 "POT-Creation-Date: 2011-06-02 14:30+0100\n"
     11 "PO-Revision-Date: 2011-10-28 10:22+0900\n"
     12 "Last-Translator: Yasuaki Taniguchi <yasuakit (a] gmail.com>\n"
     13 "Language-Team: Japanese <translation-team-ja (a] lists.sourceforge.net>\n"
     14 "Language: ja\n"
     15 "MIME-Version: 1.0\n"
     16 "Content-Type: text/plain; charset=UTF-8\n"
     17 "Content-Transfer-Encoding: 8bit\n"
     18 "Plural-Forms: nplurals=1; plural=0;\n"
     19 
     20 #: app.c:488 app.c:502
     21 msgid "end of file in comment"
     22 msgstr " (EOF) "
     23 
     24 #: app.c:580 app.c:627
     25 #, c-format
     26 msgid "end of file in string; '%c' inserted"
     27 msgstr " (EOF)  '%c' "
     28 
     29 #: app.c:653
     30 #, c-format
     31 msgid "unknown escape '\\%c' in string; ignored"
     32 msgstr " '\\%c' "
     33 
     34 #: app.c:826
     35 msgid "end of file not at end of a line; newline inserted"
     36 msgstr " (EOL)  (EOF) "
     37 
     38 #: app.c:989
     39 msgid "end of file in multiline comment"
     40 msgstr " (EOF) "
     41 
     42 #: app.c:1064
     43 msgid "end of file after a one-character quote; \\0 inserted"
     44 msgstr ""
     45 
     46 #: app.c:1072
     47 msgid "end of file in escape character"
     48 msgstr " (EOF) "
     49 
     50 #: app.c:1084
     51 msgid "missing close quote; (assumed)"
     52 msgstr ""
     53 
     54 #: app.c:1153 app.c:1208 app.c:1219 app.c:1293
     55 msgid "end of file in comment; newline inserted"
     56 msgstr " (EOF) "
     57 
     58 #: as.c:162
     59 msgid "missing emulation mode name"
     60 msgstr ""
     61 
     62 #: as.c:177
     63 #, c-format
     64 msgid "unrecognized emulation name `%s'"
     65 msgstr " `%s' "
     66 
     67 #: as.c:224
     68 #, c-format
     69 msgid "GNU assembler version %s (%s) using BFD version %s\n"
     70 msgstr "GNU   %s (%s)BFD  %s \n"
     71 
     72 #: as.c:231
     73 #, c-format
     74 msgid "Usage: %s [option...] [asmfile...]\n"
     75 msgstr ": %s [option...] [asmfile...]\n"
     76 
     77 #: as.c:233
     78 #, c-format
     79 msgid ""
     80 "Options:\n"
     81 "  -a[sub-option...]\t  turn on listings\n"
     82 "                      \t  Sub-options [default hls]:\n"
     83 "                      \t  c      omit false conditionals\n"
     84 "                      \t  d      omit debugging directives\n"
     85 "                      \t  g      include general info\n"
     86 "                      \t  h      include high-level source\n"
     87 "                      \t  l      include assembly\n"
     88 "                      \t  m      include macro expansions\n"
     89 "                      \t  n      omit forms processing\n"
     90 "                      \t  s      include symbols\n"
     91 "                      \t  =FILE  list to FILE (must be last sub-option)\n"
     92 msgstr ""
     93 
     94 #: as.c:247
     95 #, c-format
     96 msgid "  --alternate             initially turn on alternate macro syntax\n"
     97 msgstr ""
     98 
     99 #: as.c:250
    100 #, c-format
    101 msgid ""
    102 "  --compress-debug-sections\n"
    103 "                          compress DWARF debug sections using zlib\n"
    104 msgstr ""
    105 "  --compress-debug-sections\n"
    106 "                          zlib  DWARF \n"
    107 
    108 #: as.c:253
    109 #, c-format
    110 msgid ""
    111 "  --nocompress-debug-sections\n"
    112 "                          don't compress DWARF debug sections\n"
    113 msgstr ""
    114 "  --nocompress-debug-sections\n"
    115 "                          DWARF \n"
    116 
    117 #: as.c:257
    118 #, c-format
    119 msgid "  -D                      produce assembler debugging messages\n"
    120 msgstr "  -D                      \n"
    121 
    122 #: as.c:259
    123 #, c-format
    124 msgid ""
    125 "  --debug-prefix-map OLD=NEW\n"
    126 "                          map OLD to NEW in debug information\n"
    127 msgstr ""
    128 "  --debug-prefix-map OLD=NEW\n"
    129 "                           OLD  NEW \n"
    130 
    131 #: as.c:262
    132 #, c-format
    133 msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
    134 msgstr "  --defsym SYM=VAL         SYM  VAL \n"
    135 
    136 #: as.c:278
    137 #, c-format
    138 msgid "                          emulate output (default %s)\n"
    139 msgstr "                           ( %s)\n"
    140 
    141 #: as.c:283
    142 #, c-format
    143 msgid "  --execstack             require executable stack for this object\n"
    144 msgstr "  --execstack             \n"
    145 
    146 #: as.c:285
    147 #, c-format
    148 msgid "  --noexecstack           don't require executable stack for this object\n"
    149 msgstr "  --noexecstack           \n"
    150 
    151 #: as.c:287
    152 #, c-format
    153 msgid ""
    154 "  --size-check=[error|warning]\n"
    155 "\t\t\t  ELF .size directive check (default --size-check=error)\n"
    156 msgstr ""
    157 "  --size-check=[error|warning]\n"
    158 "\t\t\t  ELF .size  ( --size-check=error)\n"
    159 
    160 #: as.c:291
    161 #, c-format
    162 msgid "  -f                      skip whitespace and comment preprocessing\n"
    163 msgstr "  -f                      \n"
    164 
    165 #: as.c:293
    166 #, c-format
    167 msgid "  -g --gen-debug          generate debugging information\n"
    168 msgstr "  -g --gen-debug          \n"
    169 
    170 #: as.c:295
    171 #, c-format
    172 msgid "  --gstabs                generate STABS debugging information\n"
    173 msgstr "  --gstabs                STABS \n"
    174 
    175 #: as.c:297
    176 #, c-format
    177 msgid "  --gstabs+               generate STABS debug info with GNU extensions\n"
    178 msgstr "  --gstabs+               GNU  STABS \n"
    179 
    180 #: as.c:299
    181 #, c-format
    182 msgid "  --gdwarf-2              generate DWARF2 debugging information\n"
    183 msgstr "  --gdwarf-2              DWARF2 \n"
    184 
    185 #: as.c:301
    186 #, c-format
    187 msgid "  --hash-size=<value>     set the hash table size close to <value>\n"
    188 msgstr "  --hash-size=<value>      <value> \n"
    189 
    190 #: as.c:303
    191 #, c-format
    192 msgid "  --help                  show this message and exit\n"
    193 msgstr "  --help                  \n"
    194 
    195 #: as.c:305
    196 #, c-format
    197 msgid "  --target-help           show target specific options\n"
    198 msgstr "  --target-help           \n"
    199 
    200 #: as.c:307
    201 #, c-format
    202 msgid "  -I DIR                  add DIR to search list for .include directives\n"
    203 msgstr "  -I DIR                  .include  DIR \n"
    204 
    205 #: as.c:309
    206 #, c-format
    207 msgid "  -J                      don't warn about signed overflow\n"
    208 msgstr "  -J                      \n"
    209 
    210 #: as.c:311
    211 #, c-format
    212 msgid "  -K                      warn when differences altered for long displacements\n"
    213 msgstr ""
    214 
    215 #: as.c:313
    216 #, c-format
    217 msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
    218 msgstr "  -L,--keep-locals         (: `L' ) \n"
    219 
    220 #: as.c:315
    221 #, c-format
    222 msgid "  -M,--mri                assemble in MRI compatibility mode\n"
    223 msgstr "  -M,--mri                MRI \n"
    224 
    225 #: as.c:317
    226 #, c-format
    227 msgid "  --MD FILE               write dependency information in FILE (default none)\n"
    228 msgstr "  --MD FILE               FILE  ( )\n"
    229 
    230 #: as.c:319
    231 #, c-format
    232 msgid "  -nocpp                  ignored\n"
    233 msgstr "  -nocpp                  \n"
    234 
    235 #: as.c:321
    236 #, c-format
    237 msgid "  -o OBJFILE              name the object-file output OBJFILE (default a.out)\n"
    238 msgstr "  -o OBJFILE               OBJFILE  ( a.out)\n"
    239 
    240 #: as.c:323
    241 #, c-format
    242 msgid "  -R                      fold data section into text section\n"
    243 msgstr ""
    244 
    245 #: as.c:325
    246 #, c-format
    247 msgid ""
    248 "  --reduce-memory-overheads \n"
    249 "                          prefer smaller memory use at the cost of longer\n"
    250 "                          assembly times\n"
    251 msgstr ""
    252 "  --reduce-memory-overheads \n"
    253 "                          \n"
    254 "                          \n"
    255 
    256 #: as.c:329
    257 #, c-format
    258 msgid "  --statistics            print various measured statistics from execution\n"
    259 msgstr "  --statistics            \n"
    260 
    261 #: as.c:331
    262 #, c-format
    263 msgid "  --strip-local-absolute  strip local absolute symbols\n"
    264 msgstr "  --strip-local-absolute  \n"
    265 
    266 #: as.c:333
    267 #, c-format
    268 msgid "  --traditional-format    Use same format as native assembler when possible\n"
    269 msgstr "  --traditional-format    \n"
    270 
    271 #: as.c:335
    272 #, c-format
    273 msgid "  --version               print assembler version number and exit\n"
    274 msgstr "  --version               \n"
    275 
    276 #: as.c:337
    277 #, c-format
    278 msgid "  -W  --no-warn           suppress warnings\n"
    279 msgstr "  -W  --no-warn           \n"
    280 
    281 #: as.c:339
    282 #, c-format
    283 msgid "  --warn                  don't suppress warnings\n"
    284 msgstr "  --warn                  \n"
    285 
    286 #: as.c:341
    287 #, c-format
    288 msgid "  --fatal-warnings        treat warnings as errors\n"
    289 msgstr "  --fatal-warnings        \n"
    290 
    291 #: as.c:344
    292 #, c-format
    293 msgid ""
    294 "  --itbl INSTTBL          extend instruction set to include instructions\n"
    295 "                          matching the specifications defined in file INSTTBL\n"
    296 msgstr ""
    297 
    298 #: as.c:348
    299 #, c-format
    300 msgid "  -w                      ignored\n"
    301 msgstr "  -w                      \n"
    302 
    303 #: as.c:350
    304 #, c-format
    305 msgid "  -X                      ignored\n"
    306 msgstr "  -X                      \n"
    307 
    308 #: as.c:352
    309 #, c-format
    310 msgid "  -Z                      generate object file even after errors\n"
    311 msgstr "  -Z                      \n"
    312 
    313 #: as.c:354
    314 #, c-format
    315 msgid ""
    316 "  --listing-lhs-width     set the width in words of the output data column of\n"
    317 "                          the listing\n"
    318 msgstr ""
    319 
    320 #: as.c:357
    321 #, c-format
    322 msgid ""
    323 "  --listing-lhs-width2    set the width in words of the continuation lines\n"
    324 "                          of the output data column; ignored if smaller than\n"
    325 "                          the width of the first line\n"
    326 msgstr ""
    327 
    328 #: as.c:361
    329 #, c-format
    330 msgid ""
    331 "  --listing-rhs-width     set the max width in characters of the lines from\n"
    332 "                          the source file\n"
    333 msgstr ""
    334 
    335 #: as.c:364
    336 #, c-format
    337 msgid ""
    338 "  --listing-cont-lines    set the maximum number of continuation lines used\n"
    339 "                          for the output data column of the listing\n"
    340 msgstr ""
    341 
    342 #: as.c:367
    343 #, c-format
    344 msgid "  @FILE                   read options from FILE\n"
    345 msgstr "  @FILE                    FILE \n"
    346 
    347 #: as.c:375
    348 #, c-format
    349 msgid "Report bugs to %s\n"
    350 msgstr ""
    351 " <%s> \n"
    352 "<translation-team-ja (a] lists.sourceforge.net>\n"
    353 
    354 #: as.c:587
    355 #, c-format
    356 msgid "unrecognized option -%c%s"
    357 msgstr " -%c%s "
    358 
    359 #. This output is intended to follow the GNU standards document.
    360 #: as.c:625
    361 #, c-format
    362 msgid "GNU assembler %s\n"
    363 msgstr "GNU  %s\n"
    364 
    365 #: as.c:626
    366 #, c-format
    367 msgid "Copyright 2011 Free Software Foundation, Inc.\n"
    368 msgstr "Copyright 2011 Free Software Foundation, Inc.\n"
    369 
    370 #: as.c:627
    371 #, c-format
    372 msgid ""
    373 "This program is free software; you may redistribute it under the terms of\n"
    374 "the GNU General Public License version 3 or later.\n"
    375 "This program has absolutely no warranty.\n"
    376 msgstr ""
    377 "This program is free software; you may redistribute it under the terms of\n"
    378 "the GNU General Public License version 3 or later.\n"
    379 "This program has absolutely no warranty.\n"
    380 
    381 #: as.c:631
    382 #, c-format
    383 msgid "This assembler was configured for a target of `%s'.\n"
    384 msgstr " `%s' \n"
    385 
    386 #: as.c:638
    387 msgid "multiple emulation names specified"
    388 msgstr ""
    389 
    390 #: as.c:640
    391 msgid "emulations not handled in this configuration"
    392 msgstr ""
    393 
    394 #: as.c:645
    395 #, c-format
    396 msgid "alias = %s\n"
    397 msgstr "alias = %s\n"
    398 
    399 #: as.c:646
    400 #, c-format
    401 msgid "canonical = %s\n"
    402 msgstr "canonical = %s\n"
    403 
    404 #: as.c:647
    405 #, c-format
    406 msgid "cpu-type = %s\n"
    407 msgstr "cpu-type = %s\n"
    408 
    409 #: as.c:649
    410 #, c-format
    411 msgid "format = %s\n"
    412 msgstr "format = %s\n"
    413 
    414 #: as.c:652
    415 #, c-format
    416 msgid "bfd-target = %s\n"
    417 msgstr "bfd-target = %s\n"
    418 
    419 #: as.c:660
    420 msgid "cannot compress debug sections (zlib not installed)"
    421 msgstr " (zlib )"
    422 
    423 #: as.c:681
    424 msgid "bad defsym; format is --defsym name=value"
    425 msgstr "defsym  --defsym name=value "
    426 
    427 #: as.c:701
    428 msgid "no file name following -t option"
    429 msgstr "-t "
    430 
    431 #: as.c:716
    432 #, c-format
    433 msgid "failed to read instruction table %s\n"
    434 msgstr " %s \n"
    435 
    436 #: as.c:828
    437 #, c-format
    438 msgid "Invalid --size-check= option: `%s'"
    439 msgstr " --size-check= : `%s'"
    440 
    441 #: as.c:896
    442 #, c-format
    443 msgid "invalid listing option `%c'"
    444 msgstr ""
    445 
    446 #: as.c:949
    447 msgid "--hash-size needs a numeric argument"
    448 msgstr "--hash-size "
    449 
    450 #: as.c:974
    451 #, c-format
    452 msgid "%s: total time in assembly: %ld.%06ld\n"
    453 msgstr "%s: : %ld.%06ld\n"
    454 
    455 #: as.c:977
    456 #, c-format
    457 msgid "%s: data size %ld\n"
    458 msgstr "%s:  %ld\n"
    459 
    460 #: as.c:1289
    461 #, c-format
    462 msgid "%d warnings, treating warnings as errors"
    463 msgstr "%d "
    464 
    465 #: as.h:184
    466 #, c-format
    467 msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
    468 msgstr " case  %ld ( %d \"%s\") \n"
    469 
    470 #.
    471 #. * We have a GROSS internal error.
    472 #. * This should never happen.
    473 #.
    474 #: atof-generic.c:417 config/tc-m68k.c:3579
    475 msgid "failed sanity check"
    476 msgstr ""
    477 
    478 #: cgen.c:113 config/tc-alpha.c:2104 config/tc-alpha.c:2128
    479 #: config/tc-arc.c:1684 config/tc-d10v.c:552 config/tc-d30v.c:538
    480 #: config/tc-mn10200.c:1100 config/tc-mn10300.c:1751 config/tc-ppc.c:2617
    481 #: config/tc-ppc.c:2768 config/tc-ppc.c:2910 config/tc-ppc.c:2921
    482 #: config/tc-s390.c:1250 config/tc-s390.c:1364 config/tc-s390.c:1493
    483 #: config/tc-v850.c:2229 config/tc-v850.c:2300 config/tc-v850.c:2346
    484 #: config/tc-v850.c:2383 config/tc-v850.c:2420 config/tc-v850.c:2649
    485 msgid "too many fixups"
    486 msgstr ""
    487 
    488 #: cgen.c:400 cgen.c:420 config/tc-arc.c:1665 config/tc-d10v.c:463
    489 #: config/tc-d30v.c:454 config/tc-i370.c:2125 config/tc-mn10200.c:1042
    490 #: config/tc-mn10300.c:1676 config/tc-ppc.c:2656 config/tc-s390.c:1221
    491 #: config/tc-v850.c:2337 config/tc-v850.c:2371 config/tc-v850.c:2411
    492 #: config/tc-v850.c:2622 config/tc-z80.c:417
    493 msgid "illegal operand"
    494 msgstr ""
    495 
    496 #: cgen.c:424 config/tc-arc.c:1667 config/tc-avr.c:632 config/tc-d10v.c:465
    497 #: config/tc-d30v.c:456 config/tc-h8300.c:500 config/tc-i370.c:2127
    498 #: config/tc-mcore.c:662 config/tc-microblaze.c:579 config/tc-mmix.c:488
    499 #: config/tc-mn10200.c:1045 config/tc-mn10300.c:1679 config/tc-msp430.c:452
    500 #: config/tc-or32.c:307 config/tc-ppc.c:2658 config/tc-s390.c:1239
    501 #: config/tc-sh.c:1387 config/tc-sh64.c:2213 config/tc-v850.c:2341
    502 #: config/tc-v850.c:2375 config/tc-v850.c:2415 config/tc-v850.c:2625
    503 #: config/tc-z80.c:570 config/tc-z8k.c:350
    504 msgid "missing operand"
    505 msgstr ""
    506 
    507 #: cgen.c:799
    508 msgid "a reloc on this operand implies an overflow"
    509 msgstr ""
    510 
    511 #: cgen.c:822
    512 msgid "operand mask overflow"
    513 msgstr ""
    514 
    515 #. We can't actually support subtracting a symbol.
    516 #: cgen.c:886 config/tc-arc.c:1249 config/tc-arm.c:1645 config/tc-arm.c:9058
    517 #: config/tc-arm.c:9110 config/tc-arm.c:9357 config/tc-arm.c:10157
    518 #: config/tc-arm.c:11248 config/tc-arm.c:11288 config/tc-arm.c:11616
    519 #: config/tc-arm.c:11655 config/tc-avr.c:1165 config/tc-cris.c:4047
    520 #: config/tc-d10v.c:1511 config/tc-d30v.c:1915 config/tc-mips.c:4694
    521 #: config/tc-msp430.c:1936 config/tc-ppc.c:6102 config/tc-spu.c:957
    522 #: config/tc-spu.c:981 config/tc-v850.c:3084 config/tc-xstormy16.c:483
    523 #: config/tc-xtensa.c:5833 config/tc-xtensa.c:11830
    524 msgid "expression too complex"
    525 msgstr ""
    526 
    527 #: cgen.c:982 config/tc-arc.c:1310 config/tc-ppc.c:6227 config/tc-s390.c:2135
    528 #: config/tc-v850.c:3131 config/tc-xstormy16.c:537
    529 msgid "unresolved expression that must be resolved"
    530 msgstr ""
    531 
    532 #: cgen.c:1007 config/tc-xstormy16.c:562
    533 #, c-format
    534 msgid "internal error: can't install fix for reloc type %d (`%s')"
    535 msgstr ""
    536 
    537 #: cgen.c:1037
    538 msgid "relocation is not supported"
    539 msgstr ""
    540 
    541 #: cond.c:83
    542 msgid "invalid identifier for \".ifdef\""
    543 msgstr "\".ifdef\" "
    544 
    545 #: cond.c:150
    546 msgid "non-constant expression in \".if\" statement"
    547 msgstr "\".if\" "
    548 
    549 #: cond.c:277
    550 msgid "bad format for ifc or ifnc"
    551 msgstr " ifc  ifnc "
    552 
    553 #: cond.c:307
    554 msgid "\".elseif\" without matching \".if\""
    555 msgstr " \".if\"  \".elseif\" "
    556 
    557 #: cond.c:311
    558 msgid "\".elseif\" after \".else\""
    559 msgstr "\".else\"  \".elseif\" "
    560 
    561 #: cond.c:314 cond.c:420
    562 msgid "here is the previous \".else\""
    563 msgstr " \".else\" "
    564 
    565 #: cond.c:317 cond.c:423
    566 msgid "here is the previous \".if\""
    567 msgstr " \".if\" "
    568 
    569 #: cond.c:346
    570 msgid "non-constant expression in \".elseif\" statement"
    571 msgstr "\".elseif\" "
    572 
    573 #: cond.c:384
    574 msgid "\".endif\" without \".if\""
    575 msgstr "\".if\"  \".endif\" "
    576 
    577 #: cond.c:413
    578 msgid "\".else\" without matching \".if\""
    579 msgstr " \".if\"  \".else\" "
    580 
    581 #: cond.c:417
    582 msgid "duplicate \".else\""
    583 msgstr "\".else\" "
    584 
    585 #: cond.c:468
    586 msgid ".ifeqs syntax error"
    587 msgstr ".ifeqs "
    588 
    589 #: cond.c:549
    590 msgid "end of macro inside conditional"
    591 msgstr ""
    592 
    593 #: cond.c:551
    594 msgid "end of file inside conditional"
    595 msgstr " (EOF) "
    596 
    597 #: cond.c:554
    598 msgid "here is the start of the unterminated conditional"
    599 msgstr ""
    600 
    601 #: cond.c:558
    602 msgid "here is the \"else\" of the unterminated conditional"
    603 msgstr " \"else\" "
    604 
    605 #: config/atof-ieee.c:141
    606 msgid "cannot create floating-point number"
    607 msgstr ""
    608 
    609 #: config/atof-ieee.c:288
    610 msgid "NaNs are not supported by this target\n"
    611 msgstr " NaN \n"
    612 
    613 #: config/atof-ieee.c:327 config/atof-ieee.c:368
    614 msgid "Infinities are not supported by this target\n"
    615 msgstr "\n"
    616 
    617 #: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:1036
    618 #: config/tc-ia64.c:11435 config/tc-tic30.c:1259 config/tc-tic4x.c:2598
    619 msgid "Unrecognized or unsupported floating point constant"
    620 msgstr ""
    621 
    622 #: config/obj-aout.c:84
    623 #, c-format
    624 msgid "Attempt to put a common symbol into set %s"
    625 msgstr ""
    626 
    627 #: config/obj-aout.c:88
    628 #, c-format
    629 msgid "Attempt to put an undefined symbol into set %s"
    630 msgstr ""
    631 
    632 #: config/obj-aout.c:115 config/obj-coff.c:1398
    633 #, c-format
    634 msgid "Symbol `%s' can not be both weak and common"
    635 msgstr " `%s' "
    636 
    637 #: config/obj-coff.c:140 dw2gencfi.c:214
    638 #, c-format
    639 msgid "Inserting \"%s\" into structure table failed: %s"
    640 msgstr ""
    641 
    642 #: config/obj-coff.c:219 config/obj-coff.c:1695 config/tc-ppc.c:5147
    643 #: config/tc-tic54x.c:4008 read.c:2795
    644 #, c-format
    645 msgid "error setting flags for \"%s\": %s"
    646 msgstr "\"%s\" : %s"
    647 
    648 #. Zero is used as an end marker in the file.
    649 #: config/obj-coff.c:438
    650 msgid "Line numbers must be positive integers\n"
    651 msgstr "\n"
    652 
    653 #: config/obj-coff.c:470
    654 msgid ".ln pseudo-op inside .def/.endef: ignored."
    655 msgstr ".def/.endef  .ln : "
    656 
    657 #: config/obj-coff.c:512 ecoff.c:3250
    658 msgid ".loc outside of .text"
    659 msgstr ".text  .loc "
    660 
    661 #: config/obj-coff.c:519
    662 msgid ".loc pseudo-op inside .def/.endef: ignored."
    663 msgstr ".def/.endef  .loc : "
    664 
    665 #: config/obj-coff.c:600
    666 msgid ".def pseudo-op used inside of .def/.endef: ignored."
    667 msgstr ".def/.endef  .def : "
    668 
    669 #: config/obj-coff.c:636
    670 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
    671 msgstr ".def/.endef  .endef : "
    672 
    673 #: config/obj-coff.c:675
    674 #, c-format
    675 msgid "`%s' symbol without preceding function"
    676 msgstr " `%s' "
    677 
    678 #: config/obj-coff.c:762
    679 #, c-format
    680 msgid "unexpected storage class %d"
    681 msgstr " %d "
    682 
    683 #: config/obj-coff.c:870
    684 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
    685 msgstr ".dim  .def/.endef : "
    686 
    687 #: config/obj-coff.c:890
    688 msgid "badly formed .dim directive ignored"
    689 msgstr " .dim "
    690 
    691 #: config/obj-coff.c:939
    692 msgid ".size pseudo-op used outside of .def/.endef ignored."
    693 msgstr ".def/.endef  .size : "
    694 
    695 #: config/obj-coff.c:954
    696 msgid ".scl pseudo-op used outside of .def/.endef ignored."
    697 msgstr ".def/.endef  .scl : "
    698 
    699 #: config/obj-coff.c:971
    700 msgid ".tag pseudo-op used outside of .def/.endef ignored."
    701 msgstr ".def/.endef  .tag : "
    702 
    703 #: config/obj-coff.c:989
    704 #, c-format
    705 msgid "tag not found for .tag %s"
    706 msgstr ".tag %s "
    707 
    708 #: config/obj-coff.c:1002
    709 msgid ".type pseudo-op used outside of .def/.endef ignored."
    710 msgstr ".def/.endef  .type : "
    711 
    712 #: config/obj-coff.c:1021
    713 msgid ".val pseudo-op used outside of .def/.endef ignored."
    714 msgstr ".def/.endef  .val : "
    715 
    716 #: config/obj-coff.c:1178
    717 msgid "badly formed .weak directive ignored"
    718 msgstr " .weak "
    719 
    720 #: config/obj-coff.c:1356
    721 msgid "mismatched .eb"
    722 msgstr ""
    723 
    724 #: config/obj-coff.c:1377
    725 #, c-format
    726 msgid "C_EFCN symbol for %s out of scope"
    727 msgstr "%s  C_EFCN "
    728 
    729 #: config/obj-coff.c:1431
    730 #, c-format
    731 msgid "Warning: internal error: forgetting to set endndx of %s"
    732 msgstr ""
    733 
    734 #. STYP_INFO
    735 #. STYP_LIB
    736 #. STYP_OVER
    737 #: config/obj-coff.c:1661
    738 #, c-format
    739 msgid "unsupported section attribute '%c'"
    740 msgstr " '%c' "
    741 
    742 #: config/obj-coff.c:1665 config/tc-ppc.c:5129
    743 #, c-format
    744 msgid "unknown section attribute '%c'"
    745 msgstr " '%c' "
    746 
    747 #: config/obj-coff.c:1707
    748 #, c-format
    749 msgid "Ignoring changed section attributes for %s"
    750 msgstr "%s "
    751 
    752 #: config/obj-coff.c:1847
    753 #, c-format
    754 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
    755 msgstr ""
    756 
    757 #: config/obj-ecoff.c:125
    758 msgid "Can't set GP value"
    759 msgstr "GP "
    760 
    761 #: config/obj-ecoff.c:132
    762 msgid "Can't set register masks"
    763 msgstr ""
    764 
    765 #: config/obj-elf.c:334 config/tc-sparc.c:3949 config/tc-v850.c:503
    766 #, c-format
    767 msgid "bad .common segment %s"
    768 msgstr " .common  %s "
    769 
    770 #: config/obj-elf.c:411
    771 msgid "Missing symbol name in directive"
    772 msgstr ""
    773 
    774 #: config/obj-elf.c:618
    775 #, c-format
    776 msgid "setting incorrect section type for %s"
    777 msgstr ""
    778 
    779 #: config/obj-elf.c:623
    780 #, c-format
    781 msgid "ignoring incorrect section type for %s"
    782 msgstr ""
    783 
    784 #: config/obj-elf.c:665
    785 #, c-format
    786 msgid "setting incorrect section attributes for %s"
    787 msgstr ""
    788 
    789 #: config/obj-elf.c:720
    790 #, c-format
    791 msgid "ignoring changed section type for %s"
    792 msgstr ""
    793 
    794 #: config/obj-elf.c:732
    795 #, c-format
    796 msgid "ignoring changed section attributes for %s"
    797 msgstr ""
    798 
    799 #: config/obj-elf.c:734
    800 #, c-format
    801 msgid "ignoring changed section entity size for %s"
    802 msgstr ""
    803 
    804 #: config/obj-elf.c:794
    805 msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T"
    806 msgstr " .section : a,e,w,x,M,S,G,T "
    807 
    808 #: config/obj-elf.c:836 read.c:2779
    809 msgid "unrecognized section type"
    810 msgstr ""
    811 
    812 #: config/obj-elf.c:868
    813 msgid "unrecognized section attribute"
    814 msgstr ""
    815 
    816 #: config/obj-elf.c:899 config/tc-alpha.c:4208
    817 msgid "missing name"
    818 msgstr ""
    819 
    820 #: config/obj-elf.c:1032
    821 msgid "invalid merge entity size"
    822 msgstr ""
    823 
    824 #: config/obj-elf.c:1039
    825 msgid "entity size for SHF_MERGE not specified"
    826 msgstr ""
    827 
    828 #: config/obj-elf.c:1045
    829 msgid "? section flag ignored with G present"
    830 msgstr "G  ? "
    831 
    832 #: config/obj-elf.c:1064
    833 msgid "group name for SHF_GROUP not specified"
    834 msgstr "SHF_GROUP "
    835 
    836 #: config/obj-elf.c:1087
    837 msgid "character following name is not '#'"
    838 msgstr " '#' "
    839 
    840 #: config/obj-elf.c:1207
    841 msgid ".previous without corresponding .section; ignored"
    842 msgstr " .section  .previous "
    843 
    844 #: config/obj-elf.c:1233
    845 msgid ".popsection without corresponding .pushsection; ignored"
    846 msgstr " .pushsection  .popsection "
    847 
    848 #: config/obj-elf.c:1279
    849 msgid "expected comma after name in .symver"
    850 msgstr ".symver  (,) "
    851 
    852 #: config/obj-elf.c:1303
    853 #, c-format
    854 msgid "missing version name in `%s' for symbol `%s'"
    855 msgstr ""
    856 
    857 #: config/obj-elf.c:1314
    858 #, c-format
    859 msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
    860 msgstr ""
    861 
    862 #: config/obj-elf.c:1351
    863 #, c-format
    864 msgid "expected `%s' to have already been set for .vtable_inherit"
    865 msgstr ""
    866 
    867 #: config/obj-elf.c:1361
    868 msgid "expected comma after name in .vtable_inherit"
    869 msgstr ""
    870 
    871 #: config/obj-elf.c:1414
    872 msgid "expected comma after name in .vtable_entry"
    873 msgstr ""
    874 
    875 #: config/obj-elf.c:1537
    876 msgid "expected quoted string"
    877 msgstr ""
    878 
    879 #: config/obj-elf.c:1557
    880 #, c-format
    881 msgid "expected comma after name `%s' in .size directive"
    882 msgstr ""
    883 
    884 #: config/obj-elf.c:1566
    885 msgid "missing expression in .size directive"
    886 msgstr ""
    887 
    888 #: config/obj-elf.c:1690
    889 #, c-format
    890 msgid "symbol '%s' is already defined"
    891 msgstr ""
    892 
    893 #: config/obj-elf.c:1710 config/obj-elf.c:1722
    894 #, c-format
    895 msgid "symbol type \"%s\" is supported only by GNU targets"
    896 msgstr ""
    897 
    898 #: config/obj-elf.c:1733
    899 #, c-format
    900 msgid "unrecognized symbol type \"%s\""
    901 msgstr ""
    902 
    903 #: config/obj-elf.c:1903 config/obj-elf.c:1906
    904 #, c-format
    905 msgid ".size expression for %s does not evaluate to a constant"
    906 msgstr ""
    907 
    908 #: config/obj-elf.c:1938
    909 #, c-format
    910 msgid "invalid attempt to declare external version name as default in symbol `%s'"
    911 msgstr ""
    912 
    913 #: config/obj-elf.c:1999 ecoff.c:3608
    914 #, c-format
    915 msgid "symbol `%s' can not be both weak and common"
    916 msgstr ""
    917 
    918 #: config/obj-elf.c:2116
    919 #, c-format
    920 msgid "assuming all members of group `%s' are COMDAT"
    921 msgstr ""
    922 
    923 #: config/obj-elf.c:2128
    924 #, c-format
    925 msgid "can't create group: %s"
    926 msgstr ""
    927 
    928 #: config/obj-elf.c:2267
    929 #, c-format
    930 msgid "failed to set up debugging information: %s"
    931 msgstr ""
    932 
    933 #: config/obj-elf.c:2287
    934 #, c-format
    935 msgid "can't start writing .mdebug section: %s"
    936 msgstr ""
    937 
    938 #: config/obj-elf.c:2295
    939 #, c-format
    940 msgid "could not write .mdebug section: %s"
    941 msgstr ""
    942 
    943 #: config/obj-som.c:58
    944 msgid "Only one .compiler pseudo-op per file!"
    945 msgstr ""
    946 
    947 #: config/obj-som.c:75 config/obj-som.c:146 config/obj-som.c:188
    948 msgid "Expected quoted string"
    949 msgstr ""
    950 
    951 #: config/obj-som.c:88
    952 msgid ".compiler directive missing language and version"
    953 msgstr ""
    954 
    955 #: config/obj-som.c:98
    956 msgid ".compiler directive missing version"
    957 msgstr ""
    958 
    959 #: config/obj-som.c:114
    960 #, c-format
    961 msgid "FATAL: Attaching compiler header %s"
    962 msgstr ""
    963 
    964 #: config/obj-som.c:129
    965 msgid "Only one .version pseudo-op per file!"
    966 msgstr ""
    967 
    968 #: config/obj-som.c:153
    969 #, c-format
    970 msgid "attaching version header %s: %s"
    971 msgstr ""
    972 
    973 #: config/obj-som.c:171
    974 msgid "Only one .copyright pseudo-op per file!"
    975 msgstr ""
    976 
    977 #: config/obj-som.c:195
    978 #, c-format
    979 msgid "attaching copyright header %s: %s"
    980 msgstr ""
    981 
    982 #: config/tc-alpha.c:656
    983 #, c-format
    984 msgid "No !literal!%ld was found"
    985 msgstr ""
    986 
    987 #: config/tc-alpha.c:663
    988 #, c-format
    989 msgid "No !tlsgd!%ld was found"
    990 msgstr ""
    991 
    992 #: config/tc-alpha.c:670
    993 #, c-format
    994 msgid "No !tlsldm!%ld was found"
    995 msgstr ""
    996 
    997 #: config/tc-alpha.c:679
    998 #, c-format
    999 msgid "No ldah !gpdisp!%ld was found"
   1000 msgstr ""
   1001 
   1002 #: config/tc-alpha.c:729
   1003 #, c-format
   1004 msgid "too many !literal!%ld for %s"
   1005 msgstr ""
   1006 
   1007 #: config/tc-alpha.c:759
   1008 #, c-format
   1009 msgid "No lda !gpdisp!%ld was found"
   1010 msgstr ""
   1011 
   1012 #. Only support one relocation op per insn.
   1013 #: config/tc-alpha.c:918
   1014 msgid "More than one relocation op per insn"
   1015 msgstr ""
   1016 
   1017 #: config/tc-alpha.c:934
   1018 msgid "No relocation operand"
   1019 msgstr ""
   1020 
   1021 #: config/tc-alpha.c:944
   1022 #, c-format
   1023 msgid "Unknown relocation operand: !%s"
   1024 msgstr ""
   1025 
   1026 #: config/tc-alpha.c:954
   1027 #, c-format
   1028 msgid "no sequence number after !%s"
   1029 msgstr ""
   1030 
   1031 #: config/tc-alpha.c:964
   1032 #, c-format
   1033 msgid "!%s does not use a sequence number"
   1034 msgstr ""
   1035 
   1036 #: config/tc-alpha.c:974
   1037 #, c-format
   1038 msgid "Bad sequence number: !%s!%s"
   1039 msgstr ""
   1040 
   1041 #: config/tc-alpha.c:1189 config/tc-alpha.c:3364
   1042 #, c-format
   1043 msgid "inappropriate arguments for opcode `%s'"
   1044 msgstr ""
   1045 
   1046 #: config/tc-alpha.c:1191 config/tc-alpha.c:3366
   1047 #, c-format
   1048 msgid "opcode `%s' not supported for target %s"
   1049 msgstr ""
   1050 
   1051 #: config/tc-alpha.c:1195 config/tc-alpha.c:3370 config/tc-avr.c:1441
   1052 #: config/tc-msp430.c:1828
   1053 #, c-format
   1054 msgid "unknown opcode `%s'"
   1055 msgstr ""
   1056 
   1057 #: config/tc-alpha.c:1276 config/tc-alpha.c:1537
   1058 msgid "overflow in literal (.lita) table"
   1059 msgstr ""
   1060 
   1061 #: config/tc-alpha.c:1283 config/tc-alpha.c:1307 config/tc-alpha.c:1550
   1062 #: config/tc-alpha.c:2237 config/tc-alpha.c:2282 config/tc-alpha.c:2351
   1063 #: config/tc-alpha.c:2434 config/tc-alpha.c:2659 config/tc-alpha.c:2757
   1064 msgid "macro requires $at register while noat in effect"
   1065 msgstr ""
   1066 
   1067 #: config/tc-alpha.c:1285 config/tc-alpha.c:1309 config/tc-alpha.c:1552
   1068 msgid "macro requires $at while $at in use"
   1069 msgstr ""
   1070 
   1071 #: config/tc-alpha.c:1495
   1072 msgid "bignum invalid; zero assumed"
   1073 msgstr ""
   1074 
   1075 #: config/tc-alpha.c:1497
   1076 msgid "floating point number invalid; zero assumed"
   1077 msgstr ""
   1078 
   1079 #: config/tc-alpha.c:1502
   1080 msgid "can't handle expression"
   1081 msgstr ""
   1082 
   1083 #: config/tc-alpha.c:1543
   1084 msgid "overflow in literal (.lit8) table"
   1085 msgstr ""
   1086 
   1087 #: config/tc-alpha.c:1840
   1088 #, c-format
   1089 msgid "too many ldah insns for !gpdisp!%ld"
   1090 msgstr ""
   1091 
   1092 #: config/tc-alpha.c:1842 config/tc-alpha.c:1854
   1093 #, c-format
   1094 msgid "both insns for !gpdisp!%ld must be in the same section"
   1095 msgstr ""
   1096 
   1097 #: config/tc-alpha.c:1852
   1098 #, c-format
   1099 msgid "too many lda insns for !gpdisp!%ld"
   1100 msgstr ""
   1101 
   1102 #: config/tc-alpha.c:1908
   1103 #, c-format
   1104 msgid "too many lituse insns for !lituse_tlsgd!%ld"
   1105 msgstr ""
   1106 
   1107 #: config/tc-alpha.c:1911
   1108 #, c-format
   1109 msgid "too many lituse insns for !lituse_tlsldm!%ld"
   1110 msgstr ""
   1111 
   1112 #: config/tc-alpha.c:1928
   1113 #, c-format
   1114 msgid "duplicate !tlsgd!%ld"
   1115 msgstr ""
   1116 
   1117 #: config/tc-alpha.c:1930
   1118 #, c-format
   1119 msgid "sequence number in use for !tlsldm!%ld"
   1120 msgstr ""
   1121 
   1122 #: config/tc-alpha.c:1944
   1123 #, c-format
   1124 msgid "duplicate !tlsldm!%ld"
   1125 msgstr ""
   1126 
   1127 #: config/tc-alpha.c:1946
   1128 #, c-format
   1129 msgid "sequence number in use for !tlsgd!%ld"
   1130 msgstr ""
   1131 
   1132 #: config/tc-alpha.c:2001 config/tc-arc.c:292 config/tc-mn10200.c:856
   1133 #: config/tc-mn10300.c:1148 config/tc-ppc.c:1730 config/tc-s390.c:638
   1134 msgid "operand"
   1135 msgstr ""
   1136 
   1137 #: config/tc-alpha.c:2140
   1138 msgid "invalid relocation for instruction"
   1139 msgstr ""
   1140 
   1141 #: config/tc-alpha.c:2154
   1142 msgid "invalid relocation for field"
   1143 msgstr ""
   1144 
   1145 #: config/tc-alpha.c:2985
   1146 msgid "can not resolve expression"
   1147 msgstr ""
   1148 
   1149 #: config/tc-alpha.c:3524 config/tc-i370.c:1055 config/tc-microblaze.c:185
   1150 #: config/tc-ppc.c:2055 config/tc-ppc.c:4892
   1151 #, c-format
   1152 msgid ".COMMon length (%ld.) <0! Ignored."
   1153 msgstr ""
   1154 
   1155 #: config/tc-alpha.c:3535 config/tc-sparc.c:3820 config/tc-v850.c:298
   1156 msgid "Ignoring attempt to re-define symbol"
   1157 msgstr ""
   1158 
   1159 #: config/tc-alpha.c:3627 config/tc-ppc.c:4929 config/tc-sparc.c:3828
   1160 #, c-format
   1161 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
   1162 msgstr ""
   1163 
   1164 #: config/tc-alpha.c:3730 ecoff.c:3064
   1165 msgid ".ent directive has no name"
   1166 msgstr ""
   1167 
   1168 #: config/tc-alpha.c:3738
   1169 msgid "nested .ent directives"
   1170 msgstr ""
   1171 
   1172 #: config/tc-alpha.c:3783 ecoff.c:3015
   1173 msgid ".end directive has no name"
   1174 msgstr ""
   1175 
   1176 #: config/tc-alpha.c:3792
   1177 msgid ".end directive without matching .ent"
   1178 msgstr ""
   1179 
   1180 #: config/tc-alpha.c:3794
   1181 msgid ".end directive names different symbol than .ent"
   1182 msgstr ""
   1183 
   1184 #: config/tc-alpha.c:3837 ecoff.c:3150
   1185 msgid ".fmask outside of .ent"
   1186 msgstr ""
   1187 
   1188 #: config/tc-alpha.c:3839 config/tc-score.c:5601 ecoff.c:3214
   1189 msgid ".mask outside of .ent"
   1190 msgstr ""
   1191 
   1192 #: config/tc-alpha.c:3847 ecoff.c:3157
   1193 msgid "bad .fmask directive"
   1194 msgstr ""
   1195 
   1196 #: config/tc-alpha.c:3849 ecoff.c:3221
   1197 msgid "bad .mask directive"
   1198 msgstr ""
   1199 
   1200 #: config/tc-alpha.c:3882 config/tc-mips.c:15469 config/tc-score.c:5743
   1201 #: ecoff.c:3178
   1202 msgid ".frame outside of .ent"
   1203 msgstr ""
   1204 
   1205 #: config/tc-alpha.c:3893 ecoff.c:3189
   1206 msgid "bad .frame directive"
   1207 msgstr ""
   1208 
   1209 #: config/tc-alpha.c:3927
   1210 msgid ".prologue directive without a preceding .ent directive"
   1211 msgstr ""
   1212 
   1213 #: config/tc-alpha.c:3945
   1214 #, c-format
   1215 msgid "Invalid argument %d to .prologue."
   1216 msgstr ""
   1217 
   1218 #: config/tc-alpha.c:4036
   1219 msgid "ECOFF debugging is disabled."
   1220 msgstr ""
   1221 
   1222 #: config/tc-alpha.c:4050
   1223 msgid ".ent directive without matching .end"
   1224 msgstr ""
   1225 
   1226 #: config/tc-alpha.c:4135
   1227 msgid ".usepv directive has no name"
   1228 msgstr ""
   1229 
   1230 #: config/tc-alpha.c:4146
   1231 msgid ".usepv directive has no type"
   1232 msgstr ""
   1233 
   1234 #: config/tc-alpha.c:4161
   1235 msgid "unknown argument for .usepv"
   1236 msgstr ""
   1237 
   1238 #: config/tc-alpha.c:4276
   1239 #, c-format
   1240 msgid "unknown section attribute %s"
   1241 msgstr ""
   1242 
   1243 #: config/tc-alpha.c:4389
   1244 msgid ".ent directive has no symbol"
   1245 msgstr ""
   1246 
   1247 #: config/tc-alpha.c:4418
   1248 msgid ".handler directive has no name"
   1249 msgstr ""
   1250 
   1251 #: config/tc-alpha.c:4447
   1252 msgid "Bad .frame directive 1./2. param"
   1253 msgstr ""
   1254 
   1255 #: config/tc-alpha.c:4459
   1256 msgid "Bad .frame directive 3./4. param"
   1257 msgstr ""
   1258 
   1259 #: config/tc-alpha.c:4497
   1260 msgid ".pdesc directive not in link (.link) section"
   1261 msgstr ""
   1262 
   1263 #: config/tc-alpha.c:4505
   1264 msgid ".pdesc directive has no entry symbol"
   1265 msgstr ""
   1266 
   1267 #: config/tc-alpha.c:4523
   1268 msgid ".pdesc has no matching .ent"
   1269 msgstr ""
   1270 
   1271 #: config/tc-alpha.c:4541
   1272 msgid "No comma after .pdesc <entryname>"
   1273 msgstr ""
   1274 
   1275 #: config/tc-alpha.c:4561
   1276 msgid "unknown procedure kind"
   1277 msgstr ""
   1278 
   1279 #: config/tc-alpha.c:4673
   1280 msgid ".name directive not in link (.link) section"
   1281 msgstr ""
   1282 
   1283 #: config/tc-alpha.c:4681
   1284 msgid ".name directive has no symbol"
   1285 msgstr ""
   1286 
   1287 #: config/tc-alpha.c:4716
   1288 msgid "No symbol after .linkage"
   1289 msgstr ""
   1290 
   1291 #: config/tc-alpha.c:4769
   1292 msgid "No symbol after .code_address"
   1293 msgstr ""
   1294 
   1295 #: config/tc-alpha.c:4796 config/tc-score.c:5607
   1296 msgid "Bad .mask directive"
   1297 msgstr ""
   1298 
   1299 #: config/tc-alpha.c:4814
   1300 msgid "Bad .fmask directive"
   1301 msgstr ""
   1302 
   1303 #: config/tc-alpha.c:4971
   1304 #, c-format
   1305 msgid "Expected comma after name \"%s\""
   1306 msgstr ""
   1307 
   1308 #: config/tc-alpha.c:4983
   1309 #, c-format
   1310 msgid "unhandled: .proc %s,%d"
   1311 msgstr ""
   1312 
   1313 #: config/tc-alpha.c:5017
   1314 #, c-format
   1315 msgid "Tried to .set unrecognized mode `%s'"
   1316 msgstr ""
   1317 
   1318 #: config/tc-alpha.c:5043
   1319 #, c-format
   1320 msgid "Bad base register, using $%d."
   1321 msgstr ""
   1322 
   1323 #: config/tc-alpha.c:5064
   1324 #, c-format
   1325 msgid "Alignment too large: %d. assumed"
   1326 msgstr ""
   1327 
   1328 #: config/tc-alpha.c:5068 config/tc-d30v.c:2060
   1329 msgid "Alignment negative: 0 assumed"
   1330 msgstr ""
   1331 
   1332 #: config/tc-alpha.c:5163 config/tc-alpha.c:5656
   1333 #, c-format
   1334 msgid "Unknown CPU identifier `%s'"
   1335 msgstr ""
   1336 
   1337 #: config/tc-alpha.c:5354
   1338 #, c-format
   1339 msgid "Chose GP value of %lx\n"
   1340 msgstr ""
   1341 
   1342 #: config/tc-alpha.c:5368
   1343 msgid "bad .section directive: want a,s,w,x,M,S,G,T in string"
   1344 msgstr ""
   1345 
   1346 #: config/tc-alpha.c:5457
   1347 #, c-format
   1348 msgid "internal error: can't hash opcode `%s': %s"
   1349 msgstr ""
   1350 
   1351 #: config/tc-alpha.c:5493
   1352 #, c-format
   1353 msgid "internal error: can't hash macro `%s': %s"
   1354 msgstr ""
   1355 
   1356 #: config/tc-alpha.c:5578 config/tc-arm.c:6746 config/tc-arm.c:6758
   1357 #: config/tc-i960.c:708 config/tc-xtensa.c:5315 config/tc-xtensa.c:5393
   1358 #: config/tc-xtensa.c:5510 config/tc-z80.c:1897
   1359 msgid "syntax error"
   1360 msgstr ""
   1361 
   1362 #: config/tc-alpha.c:5707
   1363 msgid ""
   1364 "Alpha options:\n"
   1365 "-32addr\t\t\ttreat addresses as 32-bit values\n"
   1366 "-F\t\t\tlack floating point instructions support\n"
   1367 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
   1368 "\t\t\tspecify variant of Alpha architecture\n"
   1369 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -m21264b\n"
   1370 "\t\t\tthese variants include PALcode opcodes\n"
   1371 msgstr ""
   1372 
   1373 #: config/tc-alpha.c:5717
   1374 msgid ""
   1375 "VMS options:\n"
   1376 "-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
   1377 "-H\t\t\tshow new symbol after hash truncation\n"
   1378 "-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
   1379 msgstr ""
   1380 
   1381 #: config/tc-alpha.c:5968
   1382 #, c-format
   1383 msgid "unhandled relocation type %s"
   1384 msgstr ""
   1385 
   1386 #: config/tc-alpha.c:5981
   1387 msgid "non-absolute expression in constant field"
   1388 msgstr ""
   1389 
   1390 #: config/tc-alpha.c:5995
   1391 #, c-format
   1392 msgid "type %d reloc done?\n"
   1393 msgstr ""
   1394 
   1395 #: config/tc-alpha.c:6042 config/tc-alpha.c:6049 config/tc-mips.c:9793
   1396 msgid "Used $at without \".set noat\""
   1397 msgstr ""
   1398 
   1399 #: config/tc-alpha.c:6218
   1400 #, c-format
   1401 msgid "!samegp reloc against symbol without .prologue: %s"
   1402 msgstr ""
   1403 
   1404 #: config/tc-alpha.c:6262 config/tc-xtensa.c:5999
   1405 #, c-format
   1406 msgid "cannot represent `%s' relocation in object file"
   1407 msgstr ""
   1408 
   1409 #: config/tc-alpha.c:6268
   1410 #, c-format
   1411 msgid "internal error? cannot generate `%s' relocation"
   1412 msgstr ""
   1413 
   1414 #: config/tc-alpha.c:6364
   1415 #, c-format
   1416 msgid "frame reg expected, using $%d."
   1417 msgstr ""
   1418 
   1419 #: config/tc-arc.c:194 config/tc-arc.c:215 config/tc-arc.c:992
   1420 #: config/tc-h8300.c:77 config/tc-h8300.c:86 config/tc-h8300.c:96
   1421 #: config/tc-h8300.c:106 config/tc-h8300.c:116 config/tc-h8300.c:127
   1422 #: config/tc-h8300.c:244 config/tc-hppa.c:6887 config/tc-hppa.c:6893
   1423 #: config/tc-hppa.c:6899 config/tc-hppa.c:6905 config/tc-hppa.c:8312
   1424 #: config/tc-lm32.c:198 config/tc-mn10300.c:937 config/tc-mn10300.c:942
   1425 #: config/tc-mn10300.c:2433 config/tc-xc16x.c:79 config/tc-xc16x.c:86
   1426 #: config/tc-xc16x.c:93
   1427 msgid "could not set architecture and machine"
   1428 msgstr ""
   1429 
   1430 #: config/tc-arc.c:212 config/tc-arm.c:22240 config/tc-score.c:6303
   1431 #: config/tc-score.c:6532 config/tc-score.c:6537
   1432 msgid "virtual memory exhausted"
   1433 msgstr ""
   1434 
   1435 #: config/tc-arc.c:432 config/tc-arc.c:671
   1436 msgid "expected comma after operand name"
   1437 msgstr ""
   1438 
   1439 #: config/tc-arc.c:443
   1440 #, c-format
   1441 msgid "negative operand number %d"
   1442 msgstr ""
   1443 
   1444 #: config/tc-arc.c:455
   1445 msgid "expected comma after register-number"
   1446 msgstr ""
   1447 
   1448 #: config/tc-arc.c:480
   1449 msgid "invalid mode"
   1450 msgstr ""
   1451 
   1452 #: config/tc-arc.c:497
   1453 msgid "expected comma after register-mode"
   1454 msgstr ""
   1455 
   1456 #: config/tc-arc.c:514
   1457 msgid "shortcut designator invalid"
   1458 msgstr ""
   1459 
   1460 #: config/tc-arc.c:529
   1461 #, c-format
   1462 msgid "core register value (%d) too large"
   1463 msgstr ""
   1464 
   1465 #: config/tc-arc.c:537
   1466 #, c-format
   1467 msgid "condition code value (%d) too large"
   1468 msgstr ""
   1469 
   1470 #: config/tc-arc.c:555
   1471 #, c-format
   1472 msgid "attempt to override symbol: %s"
   1473 msgstr ""
   1474 
   1475 #: config/tc-arc.c:626
   1476 msgid "invalid opertype"
   1477 msgstr ""
   1478 
   1479 #: config/tc-arc.c:683
   1480 msgid "expected comma after opcode"
   1481 msgstr ""
   1482 
   1483 #: config/tc-arc.c:693
   1484 #, c-format
   1485 msgid "negative subopcode %d"
   1486 msgstr ""
   1487 
   1488 #: config/tc-arc.c:702
   1489 msgid "subcode value found when opcode not equal 0x03"
   1490 msgstr ""
   1491 
   1492 #: config/tc-arc.c:710
   1493 #, c-format
   1494 msgid "invalid subopcode %d"
   1495 msgstr ""
   1496 
   1497 #: config/tc-arc.c:721
   1498 msgid "expected comma after subopcode"
   1499 msgstr ""
   1500 
   1501 #: config/tc-arc.c:740
   1502 msgid "invalid suffix class"
   1503 msgstr ""
   1504 
   1505 #: config/tc-arc.c:749
   1506 msgid "expected comma after suffix class"
   1507 msgstr ""
   1508 
   1509 #: config/tc-arc.c:768
   1510 msgid "invalid syntax class"
   1511 msgstr ""
   1512 
   1513 #: config/tc-arc.c:775
   1514 msgid "opcode 0x3 and SYNTAX_3OP invalid"
   1515 msgstr ""
   1516 
   1517 #: config/tc-arc.c:795
   1518 msgid "unknown suffix class"
   1519 msgstr ""
   1520 
   1521 #: config/tc-arc.c:862 config/tc-tic6x.c:582
   1522 msgid "expected comma after symbol name"
   1523 msgstr ""
   1524 
   1525 #: config/tc-arc.c:872
   1526 msgid "negative symbol length"
   1527 msgstr ""
   1528 
   1529 #: config/tc-arc.c:883
   1530 msgid "ignoring attempt to re-define symbol"
   1531 msgstr ""
   1532 
   1533 #: config/tc-arc.c:890
   1534 #, c-format
   1535 msgid "length of symbol \"%s\" already %ld, ignoring %d"
   1536 msgstr ""
   1537 
   1538 #: config/tc-arc.c:904
   1539 msgid "assuming symbol alignment of zero"
   1540 msgstr ""
   1541 
   1542 #: config/tc-arc.c:971
   1543 msgid "\".option\" directive must appear before any instructions"
   1544 msgstr ""
   1545 
   1546 #: config/tc-arc.c:981
   1547 msgid "\".option\" directive conflicts with initial definition"
   1548 msgstr ""
   1549 
   1550 #: config/tc-arc.c:989
   1551 msgid "\".option\" directive overrides command-line (default) value"
   1552 msgstr ""
   1553 
   1554 #: config/tc-arc.c:999
   1555 msgid "invalid identifier for \".option\""
   1556 msgstr ""
   1557 
   1558 #: config/tc-arc.c:1037 config/tc-i860.c:1035 config/tc-ip2k.c:249
   1559 msgid "relaxation not supported\n"
   1560 msgstr ""
   1561 
   1562 #: config/tc-arc.c:1081
   1563 msgid "expression too complex code symbol"
   1564 msgstr ""
   1565 
   1566 #: config/tc-arc.c:1108
   1567 #, c-format
   1568 msgid "missing ')' in %%-op"
   1569 msgstr ""
   1570 
   1571 #: config/tc-arc.c:1364 config/tc-dlx.c:1201 config/tc-i960.c:2639
   1572 #: config/tc-m32r.c:2281 config/tc-sparc.c:3508
   1573 #, c-format
   1574 msgid "internal error: can't export reloc type %d (`%s')"
   1575 msgstr ""
   1576 
   1577 #: config/tc-arc.c:1496
   1578 #, c-format
   1579 msgid "unknown syntax format character `%c'"
   1580 msgstr ""
   1581 
   1582 #: config/tc-arc.c:1635
   1583 msgid "too many suffixes"
   1584 msgstr ""
   1585 
   1586 #: config/tc-arc.c:1674
   1587 msgid "symbol as destination register"
   1588 msgstr ""
   1589 
   1590 #. xgettext:c-format.
   1591 #: config/tc-arc.c:1759 config/tc-i370.c:2207 config/tc-mn10200.c:1141
   1592 #: config/tc-mn10300.c:1820 config/tc-ppc.c:2970 config/tc-s390.c:1506
   1593 #: config/tc-v850.c:2699
   1594 #, c-format
   1595 msgid "junk at end of line: `%s'"
   1596 msgstr ""
   1597 
   1598 #: config/tc-arc.c:1798
   1599 msgid "8 byte instruction in delay slot"
   1600 msgstr ""
   1601 
   1602 #. except for jl  addr
   1603 #: config/tc-arc.c:1801
   1604 msgid "8 byte jump instruction with delay slot"
   1605 msgstr ""
   1606 
   1607 #: config/tc-arc.c:1809
   1608 msgid "conditional branch follows set of flags"
   1609 msgstr ""
   1610 
   1611 #: config/tc-arc.c:1893 config/tc-arm.c:16170
   1612 #, c-format
   1613 msgid "bad instruction `%s'"
   1614 msgstr ""
   1615 
   1616 #: config/tc-arm.c:539
   1617 msgid "ARM register expected"
   1618 msgstr ""
   1619 
   1620 #: config/tc-arm.c:540
   1621 msgid "bad or missing co-processor number"
   1622 msgstr ""
   1623 
   1624 #: config/tc-arm.c:541
   1625 msgid "co-processor register expected"
   1626 msgstr ""
   1627 
   1628 #: config/tc-arm.c:542
   1629 msgid "FPA register expected"
   1630 msgstr ""
   1631 
   1632 #: config/tc-arm.c:543
   1633 msgid "VFP single precision register expected"
   1634 msgstr ""
   1635 
   1636 #: config/tc-arm.c:544
   1637 msgid "VFP/Neon double precision register expected"
   1638 msgstr ""
   1639 
   1640 #: config/tc-arm.c:545
   1641 msgid "Neon quad precision register expected"
   1642 msgstr ""
   1643 
   1644 #: config/tc-arm.c:546
   1645 msgid "VFP single or double precision register expected"
   1646 msgstr ""
   1647 
   1648 #: config/tc-arm.c:547
   1649 msgid "Neon double or quad precision register expected"
   1650 msgstr ""
   1651 
   1652 #: config/tc-arm.c:548
   1653 msgid "VFP single, double or Neon quad precision register expected"
   1654 msgstr ""
   1655 
   1656 #: config/tc-arm.c:549
   1657 msgid "VFP system register expected"
   1658 msgstr ""
   1659 
   1660 #: config/tc-arm.c:550
   1661 msgid "Maverick MVF register expected"
   1662 msgstr ""
   1663 
   1664 #: config/tc-arm.c:551
   1665 msgid "Maverick MVD register expected"
   1666 msgstr ""
   1667 
   1668 #: config/tc-arm.c:552
   1669 msgid "Maverick MVFX register expected"
   1670 msgstr ""
   1671 
   1672 #: config/tc-arm.c:553
   1673 msgid "Maverick MVDX register expected"
   1674 msgstr ""
   1675 
   1676 #: config/tc-arm.c:554
   1677 msgid "Maverick MVAX register expected"
   1678 msgstr ""
   1679 
   1680 #: config/tc-arm.c:555
   1681 msgid "Maverick DSPSC register expected"
   1682 msgstr ""
   1683 
   1684 #: config/tc-arm.c:556
   1685 msgid "iWMMXt data register expected"
   1686 msgstr ""
   1687 
   1688 #: config/tc-arm.c:557 config/tc-arm.c:6525
   1689 msgid "iWMMXt control register expected"
   1690 msgstr ""
   1691 
   1692 #: config/tc-arm.c:558
   1693 msgid "iWMMXt scalar register expected"
   1694 msgstr ""
   1695 
   1696 #: config/tc-arm.c:559
   1697 msgid "XScale accumulator register expected"
   1698 msgstr ""
   1699 
   1700 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
   1701 #: config/tc-arm.c:708 config/tc-score.c:259
   1702 msgid "bad arguments to instruction"
   1703 msgstr ""
   1704 
   1705 #: config/tc-arm.c:709
   1706 msgid "r13 not allowed here"
   1707 msgstr ""
   1708 
   1709 #: config/tc-arm.c:710
   1710 msgid "r15 not allowed here"
   1711 msgstr ""
   1712 
   1713 #: config/tc-arm.c:711
   1714 msgid "instruction cannot be conditional"
   1715 msgstr ""
   1716 
   1717 #: config/tc-arm.c:712
   1718 msgid "registers may not be the same"
   1719 msgstr ""
   1720 
   1721 #: config/tc-arm.c:713
   1722 msgid "lo register required"
   1723 msgstr ""
   1724 
   1725 #: config/tc-arm.c:714
   1726 msgid "instruction not supported in Thumb16 mode"
   1727 msgstr ""
   1728 
   1729 #: config/tc-arm.c:715
   1730 msgid "instruction does not accept this addressing mode"
   1731 msgstr ""
   1732 
   1733 #: config/tc-arm.c:716
   1734 msgid "branch must be last instruction in IT block"
   1735 msgstr ""
   1736 
   1737 #: config/tc-arm.c:717
   1738 msgid "instruction not allowed in IT block"
   1739 msgstr ""
   1740 
   1741 #: config/tc-arm.c:718
   1742 msgid "selected FPU does not support instruction"
   1743 msgstr ""
   1744 
   1745 #: config/tc-arm.c:719
   1746 msgid "thumb conditional instruction should be in IT block"
   1747 msgstr ""
   1748 
   1749 #: config/tc-arm.c:720
   1750 msgid "incorrect condition in IT block"
   1751 msgstr ""
   1752 
   1753 #: config/tc-arm.c:721
   1754 msgid "IT falling in the range of a previous IT block"
   1755 msgstr ""
   1756 
   1757 #: config/tc-arm.c:722
   1758 msgid "missing .fnstart before unwinding directive"
   1759 msgstr ""
   1760 
   1761 #: config/tc-arm.c:724
   1762 msgid "cannot use register index with PC-relative addressing"
   1763 msgstr ""
   1764 
   1765 #: config/tc-arm.c:726
   1766 msgid "cannot use writeback with PC-relative addressing"
   1767 msgstr ""
   1768 
   1769 #: config/tc-arm.c:917
   1770 msgid "immediate expression requires a # prefix"
   1771 msgstr ""
   1772 
   1773 #: config/tc-arm.c:945 read.c:3664
   1774 msgid "missing expression"
   1775 msgstr ""
   1776 
   1777 #: config/tc-arm.c:945 config/tc-score.c:6519 expr.c:1357 read.c:2456
   1778 msgid "bad expression"
   1779 msgstr ""
   1780 
   1781 #: config/tc-arm.c:956 config/tc-i860.c:1004 config/tc-sparc.c:2880
   1782 msgid "bad segment"
   1783 msgstr ""
   1784 
   1785 #: config/tc-arm.c:975 config/tc-arm.c:4848 config/tc-i960.c:1300
   1786 #: config/tc-score.c:1211
   1787 msgid "invalid constant"
   1788 msgstr ""
   1789 
   1790 #: config/tc-arm.c:1105
   1791 msgid "expected #constant"
   1792 msgstr ""
   1793 
   1794 #: config/tc-arm.c:1266
   1795 #, c-format
   1796 msgid "unexpected character `%c' in type specifier"
   1797 msgstr ""
   1798 
   1799 #: config/tc-arm.c:1283
   1800 #, c-format
   1801 msgid "bad size %d in type specifier"
   1802 msgstr ""
   1803 
   1804 #: config/tc-arm.c:1333
   1805 msgid "only one type should be specified for operand"
   1806 msgstr ""
   1807 
   1808 #: config/tc-arm.c:1339
   1809 msgid "vector type expected"
   1810 msgstr ""
   1811 
   1812 #: config/tc-arm.c:1411
   1813 msgid "can't redefine type for operand"
   1814 msgstr ""
   1815 
   1816 #: config/tc-arm.c:1422
   1817 msgid "only D registers may be indexed"
   1818 msgstr ""
   1819 
   1820 #: config/tc-arm.c:1428
   1821 msgid "can't change index for operand"
   1822 msgstr ""
   1823 
   1824 #: config/tc-arm.c:1444 config/tc-arm.c:3332 config/tc-arm.c:4430
   1825 msgid "constant expression required"
   1826 msgstr ""
   1827 
   1828 #: config/tc-arm.c:1491
   1829 msgid "register operand expected, but got scalar"
   1830 msgstr ""
   1831 
   1832 #: config/tc-arm.c:1524
   1833 msgid "scalar must have an index"
   1834 msgstr ""
   1835 
   1836 #: config/tc-arm.c:1529 config/tc-arm.c:14756 config/tc-arm.c:14806
   1837 #: config/tc-arm.c:15221
   1838 msgid "scalar index out of range"
   1839 msgstr ""
   1840 
   1841 #: config/tc-arm.c:1577
   1842 msgid "bad range in register list"
   1843 msgstr ""
   1844 
   1845 #: config/tc-arm.c:1585 config/tc-arm.c:1594 config/tc-arm.c:1635
   1846 #, c-format
   1847 msgid "Warning: duplicated register (r%d) in register list"
   1848 msgstr ""
   1849 
   1850 #: config/tc-arm.c:1597
   1851 msgid "Warning: register range not in ascending order"
   1852 msgstr ""
   1853 
   1854 #: config/tc-arm.c:1608
   1855 msgid "missing `}'"
   1856 msgstr ""
   1857 
   1858 #: config/tc-arm.c:1624
   1859 msgid "invalid register mask"
   1860 msgstr ""
   1861 
   1862 #: config/tc-arm.c:1706
   1863 msgid "expecting {"
   1864 msgstr ""
   1865 
   1866 #: config/tc-arm.c:1761 config/tc-arm.c:1805
   1867 msgid "register out of range in list"
   1868 msgstr ""
   1869 
   1870 #: config/tc-arm.c:1777 config/tc-arm.c:1822 config/tc-h8300.c:1040
   1871 #: config/tc-mips.c:10894 config/tc-mips.c:10916
   1872 msgid "invalid register list"
   1873 msgstr ""
   1874 
   1875 #: config/tc-arm.c:1783 config/tc-arm.c:3846 config/tc-arm.c:3979
   1876 msgid "register list not in ascending order"
   1877 msgstr ""
   1878 
   1879 #: config/tc-arm.c:1814
   1880 msgid "register range not in ascending order"
   1881 msgstr ""
   1882 
   1883 #: config/tc-arm.c:1847
   1884 msgid "non-contiguous register range"
   1885 msgstr ""
   1886 
   1887 #: config/tc-arm.c:1906
   1888 msgid "register stride must be 1 or 2"
   1889 msgstr ""
   1890 
   1891 #: config/tc-arm.c:1907
   1892 msgid "mismatched element/structure types in list"
   1893 msgstr ""
   1894 
   1895 #: config/tc-arm.c:1971
   1896 msgid "don't use Rn-Rm syntax with non-unit stride"
   1897 msgstr ""
   1898 
   1899 #: config/tc-arm.c:2026
   1900 msgid "error parsing element/structure list"
   1901 msgstr ""
   1902 
   1903 #: config/tc-arm.c:2032
   1904 msgid "expected }"
   1905 msgstr ""
   1906 
   1907 #: config/tc-arm.c:2089
   1908 #, c-format
   1909 msgid "ignoring attempt to redefine built-in register '%s'"
   1910 msgstr ""
   1911 
   1912 #: config/tc-arm.c:2094
   1913 #, c-format
   1914 msgid "ignoring redefinition of register alias '%s'"
   1915 msgstr ""
   1916 
   1917 #: config/tc-arm.c:2122
   1918 msgid "attempt to redefine typed alias"
   1919 msgstr ""
   1920 
   1921 #: config/tc-arm.c:2161
   1922 #, c-format
   1923 msgid "unknown register '%s' -- .req ignored"
   1924 msgstr ""
   1925 
   1926 #: config/tc-arm.c:2256
   1927 msgid "bad type for register"
   1928 msgstr ""
   1929 
   1930 #: config/tc-arm.c:2267
   1931 msgid "expression must be constant"
   1932 msgstr ""
   1933 
   1934 #: config/tc-arm.c:2284
   1935 msgid "can't redefine the type of a register alias"
   1936 msgstr ""
   1937 
   1938 #: config/tc-arm.c:2291
   1939 msgid "you must specify a single type only"
   1940 msgstr ""
   1941 
   1942 #: config/tc-arm.c:2304
   1943 msgid "can't redefine the index of a scalar alias"
   1944 msgstr ""
   1945 
   1946 #: config/tc-arm.c:2312
   1947 msgid "scalar index must be constant"
   1948 msgstr ""
   1949 
   1950 #: config/tc-arm.c:2321
   1951 msgid "expecting ]"
   1952 msgstr ""
   1953 
   1954 #: config/tc-arm.c:2368
   1955 msgid "invalid syntax for .req directive"
   1956 msgstr ""
   1957 
   1958 #: config/tc-arm.c:2374
   1959 msgid "invalid syntax for .dn directive"
   1960 msgstr ""
   1961 
   1962 #: config/tc-arm.c:2380
   1963 msgid "invalid syntax for .qn directive"
   1964 msgstr ""
   1965 
   1966 #: config/tc-arm.c:2406
   1967 msgid "invalid syntax for .unreq directive"
   1968 msgstr ""
   1969 
   1970 #: config/tc-arm.c:2413
   1971 #, c-format
   1972 msgid "unknown register alias '%s'"
   1973 msgstr " '%s' "
   1974 
   1975 #: config/tc-arm.c:2415
   1976 #, c-format
   1977 msgid "ignoring attempt to use .unreq on fixed register name: '%s'"
   1978 msgstr ""
   1979 
   1980 #: config/tc-arm.c:2666
   1981 #, c-format
   1982 msgid "Failed to find real start of function: %s\n"
   1983 msgstr ""
   1984 
   1985 #: config/tc-arm.c:2683
   1986 msgid "selected processor does not support THUMB opcodes"
   1987 msgstr ""
   1988 
   1989 #: config/tc-arm.c:2696
   1990 msgid "selected processor does not support ARM opcodes"
   1991 msgstr ""
   1992 
   1993 #: config/tc-arm.c:2708
   1994 #, c-format
   1995 msgid "invalid instruction size selected (%d)"
   1996 msgstr ""
   1997 
   1998 #: config/tc-arm.c:2740
   1999 #, c-format
   2000 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
   2001 msgstr ""
   2002 
   2003 #: config/tc-arm.c:2796
   2004 #, c-format
   2005 msgid "expected comma after name \"%s\""
   2006 msgstr ""
   2007 
   2008 #: config/tc-arm.c:2846 config/tc-m32r.c:588
   2009 #, c-format
   2010 msgid "symbol `%s' already defined"
   2011 msgstr ""
   2012 
   2013 #: config/tc-arm.c:2880
   2014 #, c-format
   2015 msgid "unrecognized syntax mode \"%s\""
   2016 msgstr ""
   2017 
   2018 #: config/tc-arm.c:2901
   2019 #, c-format
   2020 msgid "alignment too large: %d assumed"
   2021 msgstr ""
   2022 
   2023 #: config/tc-arm.c:2904
   2024 msgid "alignment negative. 0 assumed."
   2025 msgstr ""
   2026 
   2027 #: config/tc-arm.c:3054
   2028 msgid "literal pool overflow"
   2029 msgstr ""
   2030 
   2031 #: config/tc-arm.c:3210 config/tc-arm.c:6460
   2032 msgid "unrecognized relocation suffix"
   2033 msgstr ""
   2034 
   2035 #: config/tc-arm.c:3225
   2036 msgid "(plt) is only valid on branch targets"
   2037 msgstr ""
   2038 
   2039 #: config/tc-arm.c:3231 config/tc-s390.c:1134 config/tc-s390.c:1771
   2040 #: config/tc-xtensa.c:1591
   2041 #, c-format
   2042 msgid "%s relocations do not fit in %d bytes"
   2043 msgstr ""
   2044 
   2045 #: config/tc-arm.c:3308
   2046 msgid ".inst.n operand too big. Use .inst.w instead"
   2047 msgstr ""
   2048 
   2049 #: config/tc-arm.c:3328
   2050 msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
   2051 msgstr ""
   2052 
   2053 #: config/tc-arm.c:3358
   2054 msgid "width suffixes are invalid in ARM mode"
   2055 msgstr ""
   2056 
   2057 #: config/tc-arm.c:3400 dwarf2dbg.c:711
   2058 msgid "expected 0 or 1"
   2059 msgstr ""
   2060 
   2061 #: config/tc-arm.c:3404
   2062 msgid "missing comma"
   2063 msgstr ""
   2064 
   2065 #: config/tc-arm.c:3437
   2066 msgid "duplicate .fnstart directive"
   2067 msgstr ""
   2068 
   2069 #: config/tc-arm.c:3468 config/tc-tic6x.c:413
   2070 msgid "duplicate .handlerdata directive"
   2071 msgstr ""
   2072 
   2073 #: config/tc-arm.c:3487
   2074 msgid ".fnend directive without .fnstart"
   2075 msgstr ""
   2076 
   2077 #: config/tc-arm.c:3553 config/tc-tic6x.c:394
   2078 msgid "personality routine specified for cantunwind frame"
   2079 msgstr ""
   2080 
   2081 #: config/tc-arm.c:3570 config/tc-tic6x.c:455
   2082 msgid "duplicate .personalityindex directive"
   2083 msgstr ""
   2084 
   2085 #: config/tc-arm.c:3577 config/tc-tic6x.c:462
   2086 msgid "bad personality routine number"
   2087 msgstr ""
   2088 
   2089 #: config/tc-arm.c:3599 config/tc-tic6x.c:479
   2090 msgid "duplicate .personality directive"
   2091 msgstr ""
   2092 
   2093 #: config/tc-arm.c:3622 config/tc-arm.c:3750 config/tc-arm.c:3798
   2094 msgid "expected register list"
   2095 msgstr ""
   2096 
   2097 #: config/tc-arm.c:3704
   2098 msgid "expected , <constant>"
   2099 msgstr ""
   2100 
   2101 #: config/tc-arm.c:3713
   2102 msgid "number of registers must be in the range [1:4]"
   2103 msgstr ""
   2104 
   2105 #: config/tc-arm.c:3860 config/tc-arm.c:3993
   2106 msgid "bad register range"
   2107 msgstr ""
   2108 
   2109 #: config/tc-arm.c:4050
   2110 msgid "register expected"
   2111 msgstr ""
   2112 
   2113 #: config/tc-arm.c:4060
   2114 msgid "FPA .unwind_save does not take a register list"
   2115 msgstr ""
   2116 
   2117 #: config/tc-arm.c:4079
   2118 msgid ".unwind_save does not support this kind of register"
   2119 msgstr ""
   2120 
   2121 #: config/tc-arm.c:4118
   2122 msgid "SP and PC not permitted in .unwind_movsp directive"
   2123 msgstr ""
   2124 
   2125 #: config/tc-arm.c:4123
   2126 msgid "unexpected .unwind_movsp directive"
   2127 msgstr ""
   2128 
   2129 #: config/tc-arm.c:4150
   2130 msgid "stack increment must be multiple of 4"
   2131 msgstr ""
   2132 
   2133 #: config/tc-arm.c:4182
   2134 msgid "expected <reg>, <reg>"
   2135 msgstr ""
   2136 
   2137 #: config/tc-arm.c:4200
   2138 msgid "register must be either sp or set by a previousunwind_movsp directive"
   2139 msgstr ""
   2140 
   2141 #: config/tc-arm.c:4239
   2142 msgid "expected <offset>, <opcode>"
   2143 msgstr ""
   2144 
   2145 #: config/tc-arm.c:4251
   2146 msgid "unwind opcode too long"
   2147 msgstr ""
   2148 
   2149 #: config/tc-arm.c:4256
   2150 msgid "invalid unwind opcode"
   2151 msgstr ""
   2152 
   2153 #: config/tc-arm.c:4436 config/tc-arm.c:5346 config/tc-arm.c:9360
   2154 #: config/tc-arm.c:9888 config/tc-arm.c:13218 config/tc-arm.c:21248
   2155 #: config/tc-arm.c:21273 config/tc-arm.c:21281 config/tc-z8k.c:1144
   2156 #: config/tc-z8k.c:1154
   2157 msgid "immediate value out of range"
   2158 msgstr ""
   2159 
   2160 #: config/tc-arm.c:4601
   2161 msgid "invalid FPA immediate expression"
   2162 msgstr ""
   2163 
   2164 #: config/tc-arm.c:4725 config/tc-arm.c:4734
   2165 msgid "shift expression expected"
   2166 msgstr ""
   2167 
   2168 #: config/tc-arm.c:4748
   2169 msgid "'LSL' or 'ASR' required"
   2170 msgstr ""
   2171 
   2172 #: config/tc-arm.c:4756
   2173 msgid "'LSL' required"
   2174 msgstr ""
   2175 
   2176 #: config/tc-arm.c:4764
   2177 msgid "'ASR' required"
   2178 msgstr ""
   2179 
   2180 #: config/tc-arm.c:4836 config/tc-arm.c:5340 config/tc-arm.c:7168
   2181 msgid "constant expression expected"
   2182 msgstr ""
   2183 
   2184 #: config/tc-arm.c:4843
   2185 msgid "invalid rotation"
   2186 msgstr ""
   2187 
   2188 #: config/tc-arm.c:5003 config/tc-arm.c:5167
   2189 msgid "unknown group relocation"
   2190 msgstr ""
   2191 
   2192 #: config/tc-arm.c:5039
   2193 msgid "alignment must be constant"
   2194 msgstr ""
   2195 
   2196 #: config/tc-arm.c:5198
   2197 msgid "this group relocation is not allowed on this instruction"
   2198 msgstr ""
   2199 
   2200 #: config/tc-arm.c:5219 config/tc-arm.c:5747
   2201 msgid "']' expected"
   2202 msgstr ""
   2203 
   2204 #: config/tc-arm.c:5237
   2205 msgid "'}' expected at end of 'option' field"
   2206 msgstr ""
   2207 
   2208 #: config/tc-arm.c:5242
   2209 msgid "cannot combine index with option"
   2210 msgstr ""
   2211 
   2212 #: config/tc-arm.c:5255
   2213 msgid "cannot combine pre- and post-indexing"
   2214 msgstr ""
   2215 
   2216 #: config/tc-arm.c:5478
   2217 msgid "unexpected bit specified after APSR"
   2218 msgstr ""
   2219 
   2220 #: config/tc-arm.c:5490
   2221 msgid "selected processor does not support DSP extension"
   2222 msgstr ""
   2223 
   2224 #: config/tc-arm.c:5502
   2225 msgid "bad bitmask specified after APSR"
   2226 msgstr ""
   2227 
   2228 #: config/tc-arm.c:5526
   2229 msgid "writing to APSR without specifying a bitmask is deprecated"
   2230 msgstr ""
   2231 
   2232 #: config/tc-arm.c:5538 config/tc-arm.c:10977 config/tc-arm.c:11016
   2233 #: config/tc-arm.c:11020
   2234 msgid "selected processor does not support requested special purpose register"
   2235 msgstr ""
   2236 
   2237 #: config/tc-arm.c:5543
   2238 msgid "flag for {c}psr instruction expected"
   2239 msgstr ""
   2240 
   2241 #: config/tc-arm.c:5568
   2242 msgid "unrecognized CPS flag"
   2243 msgstr ""
   2244 
   2245 #: config/tc-arm.c:5575
   2246 msgid "missing CPS flags"
   2247 msgstr ""
   2248 
   2249 #: config/tc-arm.c:5598 config/tc-arm.c:5604
   2250 msgid "valid endian specifiers are be or le"
   2251 msgstr ""
   2252 
   2253 #: config/tc-arm.c:5626
   2254 msgid "missing rotation field after comma"
   2255 msgstr ""
   2256 
   2257 #: config/tc-arm.c:5641
   2258 msgid "rotation can only be 0, 8, 16, or 24"
   2259 msgstr ""
   2260 
   2261 #: config/tc-arm.c:5670
   2262 msgid "condition required"
   2263 msgstr ""
   2264 
   2265 #: config/tc-arm.c:5709 config/tc-arm.c:7755
   2266 msgid "'[' expected"
   2267 msgstr ""
   2268 
   2269 #: config/tc-arm.c:5722
   2270 msgid "',' expected"
   2271 msgstr ""
   2272 
   2273 #: config/tc-arm.c:5739
   2274 msgid "invalid shift"
   2275 msgstr ""
   2276 
   2277 #: config/tc-arm.c:5812
   2278 msgid "can't use Neon quad register here"
   2279 msgstr ""
   2280 
   2281 #: config/tc-arm.c:5878
   2282 msgid "expected <Rm> or <Dm> or <Qm> operand"
   2283 msgstr ""
   2284 
   2285 #: config/tc-arm.c:5958
   2286 msgid "parse error"
   2287 msgstr ""
   2288 
   2289 #: config/tc-arm.c:5968 read.c:2127
   2290 msgid "expected comma"
   2291 msgstr ""
   2292 
   2293 #. ISB can only take SY as an option.
   2294 #: config/tc-arm.c:6227
   2295 msgid "invalid barrier type"
   2296 msgstr ""
   2297 
   2298 #: config/tc-arm.c:6364
   2299 msgid "immediate value is out of range"
   2300 msgstr ""
   2301 
   2302 #: config/tc-arm.c:6510
   2303 msgid "iWMMXt data or control register expected"
   2304 msgstr ""
   2305 
   2306 #: config/tc-arm.c:6550
   2307 msgid "Banked registers are not available with this architecture."
   2308 msgstr ""
   2309 
   2310 #: config/tc-arm.c:6675
   2311 #, c-format
   2312 msgid "unhandled operand code %d"
   2313 msgstr ""
   2314 
   2315 #: config/tc-arm.c:6772 config/tc-score.c:264
   2316 msgid "garbage following instruction"
   2317 msgstr ""
   2318 
   2319 #. If REG is R13 (the stack pointer), warn that its use is
   2320 #. deprecated.
   2321 #: config/tc-arm.c:6813
   2322 msgid "use of r13 is deprecated"
   2323 msgstr ""
   2324 
   2325 #: config/tc-arm.c:6883
   2326 msgid "D register out of range for selected VFP version"
   2327 msgstr ""
   2328 
   2329 #: config/tc-arm.c:6962
   2330 msgid "instruction does not accept preindexed addressing"
   2331 msgstr ""
   2332 
   2333 #. unindexed - only for coprocessor
   2334 #: config/tc-arm.c:6978 config/tc-arm.c:9153
   2335 msgid "instruction does not accept unindexed addressing"
   2336 msgstr ""
   2337 
   2338 #: config/tc-arm.c:6986
   2339 msgid "destination register same as write-back base"
   2340 msgstr ""
   2341 
   2342 #: config/tc-arm.c:6987
   2343 msgid "source register same as write-back base"
   2344 msgstr ""
   2345 
   2346 #: config/tc-arm.c:7037
   2347 msgid "use of PC in this instruction is deprecated"
   2348 msgstr ""
   2349 
   2350 #: config/tc-arm.c:7055
   2351 msgid "instruction does not accept scaled register index"
   2352 msgstr ""
   2353 
   2354 #: config/tc-arm.c:7101
   2355 msgid "instruction does not support unindexed addressing"
   2356 msgstr ""
   2357 
   2358 #: config/tc-arm.c:7116
   2359 msgid "pc may not be used with write-back"
   2360 msgstr ""
   2361 
   2362 #: config/tc-arm.c:7121
   2363 msgid "instruction does not support writeback"
   2364 msgstr ""
   2365 
   2366 #: config/tc-arm.c:7163
   2367 msgid "invalid pseudo operation"
   2368 msgstr ""
   2369 
   2370 #: config/tc-arm.c:7209
   2371 msgid "literal pool insertion failed"
   2372 msgstr ""
   2373 
   2374 #: config/tc-arm.c:7268
   2375 msgid "Rn must not overlap other operands"
   2376 msgstr ""
   2377 
   2378 #: config/tc-arm.c:7273
   2379 msgid "swp{b} use is deprecated for this architecture"
   2380 msgstr ""
   2381 
   2382 #: config/tc-arm.c:7370 config/tc-arm.c:9720
   2383 msgid "bad barrier type"
   2384 msgstr ""
   2385 
   2386 #: config/tc-arm.c:7381 config/tc-arm.c:7400 config/tc-arm.c:7413
   2387 #: config/tc-arm.c:9732 config/tc-arm.c:9763 config/tc-arm.c:9785
   2388 msgid "bit-field extends past end of register"
   2389 msgstr ""
   2390 
   2391 #: config/tc-arm.c:7443
   2392 msgid "the only valid suffixes here are '(plt)' and '(tlscall)'"
   2393 msgstr ""
   2394 
   2395 #: config/tc-arm.c:7496
   2396 msgid "use of r15 in blx in ARM mode is not really useful"
   2397 msgstr ""
   2398 
   2399 #: config/tc-arm.c:7518
   2400 msgid "use of r15 in bx in ARM mode is not really useful"
   2401 msgstr ""
   2402 
   2403 #: config/tc-arm.c:7543
   2404 msgid "use of r15 in bxj is not really useful"
   2405 msgstr ""
   2406 
   2407 #: config/tc-arm.c:7722 config/tc-arm.c:7731
   2408 msgid "writeback of base register is UNPREDICTABLE"
   2409 msgstr ""
   2410 
   2411 #: config/tc-arm.c:7725
   2412 msgid "writeback of base register when in register list is UNPREDICTABLE"
   2413 msgstr ""
   2414 
   2415 #: config/tc-arm.c:7735
   2416 msgid "if writeback register is in list, it must be the lowest reg in the list"
   2417 msgstr ""
   2418 
   2419 #: config/tc-arm.c:7750
   2420 msgid "first destination register must be even"
   2421 msgstr ""
   2422 
   2423 #: config/tc-arm.c:7753 config/tc-arm.c:7822
   2424 msgid "can only load two consecutive registers"
   2425 msgstr ""
   2426 
   2427 #. If op 1 were present and equal to PC, this function wouldn't
   2428 #. have been called in the first place.
   2429 #. If op 2 were present and equal to PC, this function wouldn't
   2430 #. have been called in the first place.
   2431 #: config/tc-arm.c:7754 config/tc-arm.c:7825 config/tc-arm.c:8423
   2432 #: config/tc-arm.c:10504
   2433 msgid "r14 not allowed here"
   2434 msgstr ""
   2435 
   2436 #: config/tc-arm.c:7768
   2437 msgid "base register written back, and overlaps second destination register"
   2438 msgstr ""
   2439 
   2440 #: config/tc-arm.c:7776
   2441 msgid "index register overlaps destination register"
   2442 msgstr ""
   2443 
   2444 #: config/tc-arm.c:7806 config/tc-arm.c:8405
   2445 msgid "offset must be zero in ARM encoding"
   2446 msgstr ""
   2447 
   2448 #: config/tc-arm.c:7819 config/tc-arm.c:8417
   2449 msgid "even register required"
   2450 msgstr ""
   2451 
   2452 #: config/tc-arm.c:7850 config/tc-arm.c:7882
   2453 msgid "this instruction requires a post-indexed address"
   2454 msgstr ""
   2455 
   2456 #: config/tc-arm.c:7909
   2457 msgid "Rd and Rm should be different in mla"
   2458 msgstr ""
   2459 
   2460 #: config/tc-arm.c:7933 config/tc-arm.c:10848
   2461 msgid ":lower16: not allowed this instruction"
   2462 msgstr ""
   2463 
   2464 #: config/tc-arm.c:7935
   2465 msgid ":upper16: not allowed instruction"
   2466 msgstr ""
   2467 
   2468 #: config/tc-arm.c:7954 config/tc-arm.c:7997
   2469 msgid "operand 1 must be FPSCR"
   2470 msgstr ""
   2471 
   2472 #: config/tc-arm.c:8016
   2473 msgid "operand 0 must be FPSCR"
   2474 msgstr ""
   2475 
   2476 #: config/tc-arm.c:8036 config/tc-arm.c:10966
   2477 msgid "bad register for mrs"
   2478 msgstr ""
   2479 
   2480 #: config/tc-arm.c:8043 config/tc-arm.c:10983
   2481 msgid "'APSR', 'CPSR' or 'SPSR' expected"
   2482 msgstr ""
   2483 
   2484 #: config/tc-arm.c:8084
   2485 msgid "Rd and Rm should be different in mul"
   2486 msgstr ""
   2487 
   2488 #: config/tc-arm.c:8103 config/tc-arm.c:8350 config/tc-arm.c:11117
   2489 msgid "rdhi and rdlo must be different"
   2490 msgstr ""
   2491 
   2492 #: config/tc-arm.c:8109
   2493 msgid "rdhi, rdlo and rm must all be different"
   2494 msgstr ""
   2495 
   2496 #: config/tc-arm.c:8175
   2497 msgid "'[' expected after PLD mnemonic"
   2498 msgstr ""
   2499 
   2500 #: config/tc-arm.c:8177 config/tc-arm.c:8192
   2501 msgid "post-indexed expression used in preload instruction"
   2502 msgstr ""
   2503 
   2504 #: config/tc-arm.c:8179 config/tc-arm.c:8194
   2505 msgid "writeback used in preload instruction"
   2506 msgstr ""
   2507 
   2508 #: config/tc-arm.c:8181 config/tc-arm.c:8196
   2509 msgid "unindexed addressing used in preload instruction"
   2510 msgstr ""
   2511 
   2512 #: config/tc-arm.c:8190
   2513 msgid "'[' expected after PLI mnemonic"
   2514 msgstr ""
   2515 
   2516 #: config/tc-arm.c:8376
   2517 msgid "SRS base register must be r13"
   2518 msgstr ""
   2519 
   2520 #: config/tc-arm.c:8420
   2521 msgid "can only store two consecutive registers"
   2522 msgstr ""
   2523 
   2524 #: config/tc-arm.c:8515 config/tc-arm.c:8532
   2525 msgid "only two consecutive VFP SP registers allowed here"
   2526 msgstr ""
   2527 
   2528 #: config/tc-arm.c:8560 config/tc-arm.c:8575
   2529 msgid "this addressing mode requires base-register writeback"
   2530 msgstr ""
   2531 
   2532 #: config/tc-arm.c:8749
   2533 msgid "this instruction does not support indexing"
   2534 msgstr ""
   2535 
   2536 #: config/tc-arm.c:8772
   2537 msgid "only r15 allowed here"
   2538 msgstr ""
   2539 
   2540 #: config/tc-arm.c:8907
   2541 msgid "immediate operand requires iWMMXt2"
   2542 msgstr ""
   2543 
   2544 #: config/tc-arm.c:9051
   2545 msgid "shift by register not allowed in thumb mode"
   2546 msgstr ""
   2547 
   2548 #: config/tc-arm.c:9063 config/tc-arm.c:11660 config/tc-arm.c:20630
   2549 msgid "shift expression is too large"
   2550 msgstr ""
   2551 
   2552 #: config/tc-arm.c:9090
   2553 msgid "Instruction does not support =N addresses"
   2554 msgstr ""
   2555 
   2556 #: config/tc-arm.c:9096
   2557 msgid "cannot use register index with this instruction"
   2558 msgstr ""
   2559 
   2560 #: config/tc-arm.c:9098
   2561 msgid "Thumb does not support negative register indexing"
   2562 msgstr ""
   2563 
   2564 #: config/tc-arm.c:9100
   2565 msgid "Thumb does not support register post-indexing"
   2566 msgstr ""
   2567 
   2568 #: config/tc-arm.c:9102
   2569 msgid "Thumb does not support register indexing with writeback"
   2570 msgstr ""
   2571 
   2572 #: config/tc-arm.c:9104
   2573 msgid "Thumb supports only LSL in shifted register indexing"
   2574 msgstr ""
   2575 
   2576 #: config/tc-arm.c:9113 config/tc-arm.c:14558
   2577 msgid "shift out of range"
   2578 msgstr ""
   2579 
   2580 #: config/tc-arm.c:9122
   2581 msgid "cannot use writeback with this instruction"
   2582 msgstr ""
   2583 
   2584 #: config/tc-arm.c:9143
   2585 msgid "cannot use post-indexing with PC-relative addressing"
   2586 msgstr ""
   2587 
   2588 #: config/tc-arm.c:9144
   2589 msgid "cannot use post-indexing with this instruction"
   2590 msgstr ""
   2591 
   2592 #: config/tc-arm.c:9355
   2593 msgid "only SUBS PC, LR, #const allowed"
   2594 msgstr ""
   2595 
   2596 #: config/tc-arm.c:9434 config/tc-arm.c:9585 config/tc-arm.c:9682
   2597 #: config/tc-arm.c:10927 config/tc-arm.c:11223
   2598 msgid "shift must be constant"
   2599 msgstr ""
   2600 
   2601 #: config/tc-arm.c:9461 config/tc-arm.c:9600 config/tc-arm.c:9697
   2602 #: config/tc-arm.c:10940
   2603 msgid "unshifted register required"
   2604 msgstr ""
   2605 
   2606 #: config/tc-arm.c:9476 config/tc-arm.c:9708 config/tc-arm.c:11078
   2607 msgid "dest must overlap one source register"
   2608 msgstr ""
   2609 
   2610 #: config/tc-arm.c:9603
   2611 msgid "dest and source1 must be the same register"
   2612 msgstr ""
   2613 
   2614 #: config/tc-arm.c:9884
   2615 msgid "instruction is always unconditional"
   2616 msgstr ""
   2617 
   2618 #: config/tc-arm.c:9986
   2619 msgid "selected processor does not support 'A' form of this instruction"
   2620 msgstr ""
   2621 
   2622 #: config/tc-arm.c:9989
   2623 msgid "Thumb does not support the 2-argument form of this instruction"
   2624 msgstr ""
   2625 
   2626 #: config/tc-arm.c:10097
   2627 msgid "SP not allowed in register list"
   2628 msgstr ""
   2629 
   2630 #: config/tc-arm.c:10101 config/tc-arm.c:10207
   2631 msgid "having the base register in the register list when using write back is UNPREDICTABLE"
   2632 msgstr ""
   2633 
   2634 #: config/tc-arm.c:10109
   2635 msgid "LR and PC should not both be in register list"
   2636 msgstr ""
   2637 
   2638 #: config/tc-arm.c:10117
   2639 msgid "PC not allowed in register list"
   2640 msgstr ""
   2641 
   2642 #: config/tc-arm.c:10159
   2643 msgid "Thumb load/store multiple does not support {reglist}^"
   2644 msgstr ""
   2645 
   2646 #: config/tc-arm.c:10184 config/tc-arm.c:10261
   2647 #, c-format
   2648 msgid "value stored for r%d is UNKNOWN"
   2649 msgstr ""
   2650 
   2651 #: config/tc-arm.c:10254
   2652 msgid "Thumb-2 instruction only valid in unified syntax"
   2653 msgstr ""
   2654 
   2655 #: config/tc-arm.c:10258 config/tc-arm.c:10268
   2656 msgid "this instruction will write back the base register"
   2657 msgstr ""
   2658 
   2659 #: config/tc-arm.c:10271
   2660 msgid "this instruction will not write back the base register"
   2661 msgstr ""
   2662 
   2663 #: config/tc-arm.c:10302
   2664 msgid "r14 not allowed as first register when second register is omitted"
   2665 msgstr ""
   2666 
   2667 #: config/tc-arm.c:10402
   2668 msgid "This instruction may be unpredictable if executed on M-profile cores with interrupts enabled."
   2669 msgstr ""
   2670 
   2671 #: config/tc-arm.c:10427 config/tc-arm.c:10440 config/tc-arm.c:10476
   2672 msgid "Thumb does not support this addressing mode"
   2673 msgstr ""
   2674 
   2675 #: config/tc-arm.c:10444
   2676 msgid "byte or halfword not valid for base register"
   2677 msgstr ""
   2678 
   2679 #: config/tc-arm.c:10447
   2680 msgid "r15 based store not allowed"
   2681 msgstr ""
   2682 
   2683 #: config/tc-arm.c:10449
   2684 msgid "invalid base register for register offset"
   2685 msgstr ""
   2686 
   2687 #: config/tc-arm.c:10631
   2688 #, c-format
   2689 msgid "Use of r%u as a source register is deprecated when r%u is the destination register."
   2690 msgstr ""
   2691 
   2692 #: config/tc-arm.c:10804
   2693 msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
   2694 msgstr ""
   2695 
   2696 #: config/tc-arm.c:10832
   2697 msgid "only lo regs allowed with immediate"
   2698 msgstr ""
   2699 
   2700 #: config/tc-arm.c:10853
   2701 msgid ":upper16: not allowed this instruction"
   2702 msgstr ""
   2703 
   2704 #: config/tc-arm.c:11001
   2705 msgid "Thumb encoding does not support an immediate here"
   2706 msgstr ""
   2707 
   2708 #: config/tc-arm.c:11083
   2709 msgid "Thumb-2 MUL must not set flags"
   2710 msgstr ""
   2711 
   2712 #: config/tc-arm.c:11148
   2713 msgid "Thumb does not support NOP with hints"
   2714 msgstr ""
   2715 
   2716 #: config/tc-arm.c:11286
   2717 msgid "push/pop do not support {reglist}^"
   2718 msgstr ""
   2719 
   2720 #: config/tc-arm.c:11309
   2721 msgid "invalid register list to push/pop instruction"
   2722 msgstr ""
   2723 
   2724 #: config/tc-arm.c:11542
   2725 msgid "source1 and dest must be same register"
   2726 msgstr ""
   2727 
   2728 #: config/tc-arm.c:11563
   2729 msgid "ror #imm not supported"
   2730 msgstr ""
   2731 
   2732 #: config/tc-arm.c:11614
   2733 msgid "SMC is not permitted on this architecture"
   2734 msgstr ""
   2735 
   2736 #: config/tc-arm.c:11777
   2737 msgid "Thumb encoding does not support rotation"
   2738 msgstr ""
   2739 
   2740 #: config/tc-arm.c:11792
   2741 msgid "SVC is not permitted on this architecture"
   2742 msgstr ""
   2743 
   2744 #: config/tc-arm.c:11808
   2745 msgid "instruction requires register index"
   2746 msgstr ""
   2747 
   2748 #: config/tc-arm.c:11817
   2749 msgid "instruction does not allow shifted index"
   2750 msgstr ""
   2751 
   2752 #: config/tc-arm.c:11962
   2753 msgid "invalid neon suffix for non neon instruction"
   2754 msgstr ""
   2755 
   2756 #: config/tc-arm.c:12253 config/tc-arm.c:12588
   2757 msgid "invalid instruction shape"
   2758 msgstr ""
   2759 
   2760 #: config/tc-arm.c:12497
   2761 msgid "types specified in both the mnemonic and operands"
   2762 msgstr ""
   2763 
   2764 #: config/tc-arm.c:12534
   2765 msgid "operand types can't be inferred"
   2766 msgstr ""
   2767 
   2768 #: config/tc-arm.c:12540
   2769 msgid "type specifier has the wrong number of parts"
   2770 msgstr ""
   2771 
   2772 #: config/tc-arm.c:12604 config/tc-arm.c:14299 config/tc-arm.c:14306
   2773 msgid "operand size must match register width"
   2774 msgstr ""
   2775 
   2776 #: config/tc-arm.c:12615
   2777 msgid "bad type in Neon instruction"
   2778 msgstr ""
   2779 
   2780 #: config/tc-arm.c:12626
   2781 msgid "inconsistent types in Neon instruction"
   2782 msgstr ""
   2783 
   2784 #: config/tc-arm.c:13443
   2785 msgid "first and second operands shall be the same register"
   2786 msgstr ""
   2787 
   2788 #: config/tc-arm.c:13711
   2789 msgid "scalar out of range for multiply instruction"
   2790 msgstr ""
   2791 
   2792 #: config/tc-arm.c:13887 config/tc-arm.c:13899
   2793 msgid "immediate out of range for insert"
   2794 msgstr ""
   2795 
   2796 #: config/tc-arm.c:13911 config/tc-arm.c:14906
   2797 msgid "immediate out of range for shift"
   2798 msgstr ""
   2799 
   2800 #: config/tc-arm.c:13968 config/tc-arm.c:13995 config/tc-arm.c:14404
   2801 #: config/tc-arm.c:14852
   2802 msgid "immediate out of range"
   2803 msgstr ""
   2804 
   2805 #: config/tc-arm.c:14032
   2806 msgid "immediate out of range for narrowing operation"
   2807 msgstr ""
   2808 
   2809 #: config/tc-arm.c:14157
   2810 msgid "operands 0 and 1 must be the same register"
   2811 msgstr ""
   2812 
   2813 #: config/tc-arm.c:14378
   2814 msgid "operand size must be specified for immediate VMOV"
   2815 msgstr ""
   2816 
   2817 #: config/tc-arm.c:14388
   2818 msgid "immediate has bits set outside the operand size"
   2819 msgstr ""
   2820 
   2821 #: config/tc-arm.c:14584
   2822 msgid "elements must be smaller than reversal region"
   2823 msgstr ""
   2824 
   2825 #: config/tc-arm.c:14755 config/tc-arm.c:14805
   2826 msgid "bad type for scalar"
   2827 msgstr ""
   2828 
   2829 #: config/tc-arm.c:14869 config/tc-arm.c:14877
   2830 msgid "VFP registers must be adjacent"
   2831 msgstr ""
   2832 
   2833 #: config/tc-arm.c:15018
   2834 msgid "bad list length for table lookup"
   2835 msgstr ""
   2836 
   2837 #: config/tc-arm.c:15048
   2838 msgid "writeback (!) must be used for VLDMDB and VSTMDB"
   2839 msgstr ""
   2840 
   2841 #: config/tc-arm.c:15051
   2842 msgid "register list must contain at least 1 and at most 16 registers"
   2843 msgstr ""
   2844 
   2845 #: config/tc-arm.c:15076
   2846 msgid "Use of PC here is deprecated"
   2847 msgstr ""
   2848 
   2849 #: config/tc-arm.c:15078
   2850 msgid "Use of PC here is UNPREDICTABLE"
   2851 msgstr ""
   2852 
   2853 #: config/tc-arm.c:15141
   2854 msgid "bad alignment"
   2855 msgstr ""
   2856 
   2857 #: config/tc-arm.c:15158
   2858 msgid "bad list type for instruction"
   2859 msgstr ""
   2860 
   2861 #: config/tc-arm.c:15200
   2862 msgid "unsupported alignment for instruction"
   2863 msgstr ""
   2864 
   2865 #: config/tc-arm.c:15219 config/tc-arm.c:15313 config/tc-arm.c:15324
   2866 #: config/tc-arm.c:15334 config/tc-arm.c:15348
   2867 msgid "bad list length"
   2868 msgstr ""
   2869 
   2870 #: config/tc-arm.c:15224
   2871 msgid "stride of 2 unavailable when element size is 8"
   2872 msgstr ""
   2873 
   2874 #: config/tc-arm.c:15257 config/tc-arm.c:15332
   2875 msgid "can't use alignment with this instruction"
   2876 msgstr ""
   2877 
   2878 #: config/tc-arm.c:15399
   2879 msgid "post-index must be a register"
   2880 msgstr ""
   2881 
   2882 #: config/tc-arm.c:15401
   2883 msgid "bad register for post-index"
   2884 msgstr ""
   2885 
   2886 #: config/tc-arm.c:15737 config/tc-arm.c:15823
   2887 msgid "conditional infixes are deprecated in unified syntax"
   2888 msgstr ""
   2889 
   2890 #: config/tc-arm.c:15971
   2891 msgid "Warning: conditional outside an IT block for Thumb."
   2892 msgstr ""
   2893 
   2894 #: config/tc-arm.c:16176
   2895 msgid "s suffix on comparison instruction is deprecated"
   2896 msgstr ""
   2897 
   2898 #: config/tc-arm.c:16195
   2899 #, c-format
   2900 msgid "selected processor does not support Thumb mode `%s'"
   2901 msgstr ""
   2902 
   2903 #: config/tc-arm.c:16201
   2904 msgid "Thumb does not support conditional execution"
   2905 msgstr ""
   2906 
   2907 #: config/tc-arm.c:16220
   2908 #, c-format
   2909 msgid "selected processor does not support Thumb-2 mode `%s'"
   2910 msgstr ""
   2911 
   2912 #: config/tc-arm.c:16245
   2913 #, c-format
   2914 msgid "cannot honor width suffix -- `%s'"
   2915 msgstr ""
   2916 
   2917 #: config/tc-arm.c:16286
   2918 #, c-format
   2919 msgid "selected processor does not support ARM mode `%s'"
   2920 msgstr ""
   2921 
   2922 #: config/tc-arm.c:16291
   2923 #, c-format
   2924 msgid "width suffixes are invalid in ARM mode -- `%s'"
   2925 msgstr ""
   2926 
   2927 #: config/tc-arm.c:16324
   2928 #, c-format
   2929 msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
   2930 msgstr ""
   2931 
   2932 #: config/tc-arm.c:16341
   2933 #, c-format
   2934 msgid "section '%s' finished with an open IT block."
   2935 msgstr ""
   2936 
   2937 #: config/tc-arm.c:16346
   2938 msgid "file finished with an open IT block."
   2939 msgstr ""
   2940 
   2941 #: config/tc-arm.c:19385
   2942 #, c-format
   2943 msgid "alignments greater than %d bytes not supported in .text sections."
   2944 msgstr ""
   2945 
   2946 #: config/tc-arm.c:19653 config/tc-ia64.c:3469
   2947 #, c-format
   2948 msgid "Group section `%s' has no group signature"
   2949 msgstr ""
   2950 
   2951 #: config/tc-arm.c:19698
   2952 msgid "handlerdata in cantunwind frame"
   2953 msgstr ""
   2954 
   2955 #: config/tc-arm.c:19715
   2956 msgid "too many unwind opcodes for personality routine 0"
   2957 msgstr ""
   2958 
   2959 #: config/tc-arm.c:19747
   2960 msgid "too many unwind opcodes"
   2961 msgstr ""
   2962 
   2963 #: config/tc-arm.c:20007
   2964 msgid "GOT already in the symbol table"
   2965 msgstr ""
   2966 
   2967 #: config/tc-arm.c:20345 config/tc-arm.c:20387 config/tc-arm.c:20657
   2968 #, c-format
   2969 msgid "undefined symbol %s used as an immediate value"
   2970 msgstr ""
   2971 
   2972 #: config/tc-arm.c:20347 config/tc-arm.c:20389
   2973 #, c-format
   2974 msgid "symbol %s is in a different section"
   2975 msgstr ""
   2976 
   2977 #: config/tc-arm.c:20349 config/tc-arm.c:20391
   2978 #, c-format
   2979 msgid "symbol %s is weak and may be overridden later"
   2980 msgstr ""
   2981 
   2982 #: config/tc-arm.c:20368 config/tc-arm.c:20699
   2983 #, c-format
   2984 msgid "invalid constant (%lx) after fixup"
   2985 msgstr ""
   2986 
   2987 #: config/tc-arm.c:20424
   2988 #, c-format
   2989 msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
   2990 msgstr ""
   2991 
   2992 #: config/tc-arm.c:20459 config/tc-arm.c:20484
   2993 msgid "invalid literal constant: pool needs to be closer"
   2994 msgstr ""
   2995 
   2996 #: config/tc-arm.c:20462 config/tc-arm.c:20500
   2997 #, c-format
   2998 msgid "bad immediate value for offset (%ld)"
   2999 msgstr ""
   3000 
   3001 #: config/tc-arm.c:20486
   3002 #, c-format
   3003 msgid "bad immediate value for 8-bit offset (%ld)"
   3004 msgstr ""
   3005 
   3006 #: config/tc-arm.c:20541
   3007 msgid "offset not a multiple of 4"
   3008 msgstr ""
   3009 
   3010 #: config/tc-arm.c:20548 config/tc-arm.c:20563 config/tc-arm.c:20578
   3011 #: config/tc-arm.c:20589 config/tc-arm.c:20612 config/tc-arm.c:21332
   3012 #: config/tc-moxie.c:662 config/tc-pj.c:448 config/tc-sh.c:4281
   3013 msgid "offset out of range"
   3014 msgstr ""
   3015 
   3016 #: config/tc-arm.c:20715
   3017 msgid "invalid smc expression"
   3018 msgstr ""
   3019 
   3020 #: config/tc-arm.c:20724
   3021 msgid "invalid hvc expression"
   3022 msgstr ""
   3023 
   3024 #: config/tc-arm.c:20735 config/tc-arm.c:20744
   3025 msgid "invalid swi expression"
   3026 msgstr ""
   3027 
   3028 #: config/tc-arm.c:20754
   3029 msgid "invalid expression in load/store multiple"
   3030 msgstr ""
   3031 
   3032 #: config/tc-arm.c:20815
   3033 #, c-format
   3034 msgid "blx to '%s' an ARM ISA state function changed to bl"
   3035 msgstr ""
   3036 
   3037 #: config/tc-arm.c:20834
   3038 msgid "misaligned branch destination"
   3039 msgstr ""
   3040 
   3041 #: config/tc-arm.c:20838 config/tc-arm.c:20875 config/tc-arm.c:20889
   3042 #: config/tc-arm.c:20902 config/tc-arm.c:21009 config/tc-arm.c:21027
   3043 msgid "branch out of range"
   3044 msgstr ""
   3045 
   3046 #: config/tc-arm.c:20924
   3047 msgid "conditional branch out of range"
   3048 msgstr ""
   3049 
   3050 #: config/tc-arm.c:20959
   3051 #, c-format
   3052 msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
   3053 msgstr ""
   3054 
   3055 #: config/tc-arm.c:21015
   3056 msgid "Thumb2 branch out of range"
   3057 msgstr ""
   3058 
   3059 #: config/tc-arm.c:21106
   3060 msgid "rel31 relocation overflow"
   3061 msgstr ""
   3062 
   3063 #: config/tc-arm.c:21118 config/tc-arm.c:21141
   3064 msgid "co-processor offset out of range"
   3065 msgstr ""
   3066 
   3067 #: config/tc-arm.c:21158
   3068 #, c-format
   3069 msgid "invalid offset, target not word aligned (0x%08lX)"
   3070 msgstr ""
   3071 
   3072 #: config/tc-arm.c:21165 config/tc-arm.c:21174 config/tc-arm.c:21182
   3073 #: config/tc-arm.c:21190 config/tc-arm.c:21198
   3074 #, c-format
   3075 msgid "invalid offset, value too big (0x%08lX)"
   3076 msgstr ""
   3077 
   3078 #: config/tc-arm.c:21239
   3079 msgid "invalid Hi register with immediate"
   3080 msgstr ""
   3081 
   3082 #: config/tc-arm.c:21255
   3083 msgid "invalid immediate for stack address calculation"
   3084 msgstr ""
   3085 
   3086 #: config/tc-arm.c:21263
   3087 #, c-format
   3088 msgid "invalid immediate for address calculation (value = 0x%08lX)"
   3089 msgstr ""
   3090 
   3091 #: config/tc-arm.c:21293
   3092 #, c-format
   3093 msgid "invalid immediate: %ld is out of range"
   3094 msgstr ""
   3095 
   3096 #: config/tc-arm.c:21305
   3097 #, c-format
   3098 msgid "invalid shift value: %ld"
   3099 msgstr ""
   3100 
   3101 #: config/tc-arm.c:21384
   3102 #, c-format
   3103 msgid "the offset 0x%08lX is not representable"
   3104 msgstr ""
   3105 
   3106 #: config/tc-arm.c:21424
   3107 #, c-format
   3108 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
   3109 msgstr ""
   3110 
   3111 #: config/tc-arm.c:21463
   3112 #, c-format
   3113 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
   3114 msgstr ""
   3115 
   3116 #: config/tc-arm.c:21503
   3117 #, c-format
   3118 msgid "bad offset 0x%08lX (must be word-aligned)"
   3119 msgstr ""
   3120 
   3121 #: config/tc-arm.c:21508
   3122 #, c-format
   3123 msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
   3124 msgstr ""
   3125 
   3126 #: config/tc-arm.c:21539 config/tc-score.c:7397
   3127 #, c-format
   3128 msgid "bad relocation fixup type (%d)"
   3129 msgstr ""
   3130 
   3131 #: config/tc-arm.c:21650
   3132 msgid "literal referenced across section boundary"
   3133 msgstr ""
   3134 
   3135 #: config/tc-arm.c:21717
   3136 msgid "internal relocation (type: IMMEDIATE) not fixed up"
   3137 msgstr ""
   3138 
   3139 #: config/tc-arm.c:21722
   3140 msgid "ADRL used for a symbol not defined in the same file"
   3141 msgstr ""
   3142 
   3143 #: config/tc-arm.c:21737
   3144 #, c-format
   3145 msgid "undefined local label `%s'"
   3146 msgstr ""
   3147 
   3148 #: config/tc-arm.c:21743
   3149 msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
   3150 msgstr ""
   3151 
   3152 #: config/tc-arm.c:21765 config/tc-cris.c:3986 config/tc-mcore.c:1926
   3153 #: config/tc-microblaze.c:1833 config/tc-mmix.c:2867 config/tc-moxie.c:757
   3154 #: config/tc-ns32k.c:2248 config/tc-score.c:7490
   3155 msgid "<unknown>"
   3156 msgstr ""
   3157 
   3158 #: config/tc-arm.c:21768 config/tc-arm.c:21789 config/tc-score.c:7492
   3159 #, c-format
   3160 msgid "cannot represent %s relocation in this object file format"
   3161 msgstr ""
   3162 
   3163 #: config/tc-arm.c:22145
   3164 #, c-format
   3165 msgid "%s: unexpected function type: %d"
   3166 msgstr ""
   3167 
   3168 #: config/tc-arm.c:22274
   3169 msgid "use of old and new-style options to set CPU type"
   3170 msgstr ""
   3171 
   3172 #: config/tc-arm.c:22284
   3173 msgid "use of old and new-style options to set FPU type"
   3174 msgstr ""
   3175 
   3176 #: config/tc-arm.c:22360
   3177 msgid "hard-float conflicts with specified fpu"
   3178 msgstr ""
   3179 
   3180 #: config/tc-arm.c:22547
   3181 msgid "generate PIC code"
   3182 msgstr ""
   3183 
   3184 #: config/tc-arm.c:22548
   3185 msgid "assemble Thumb code"
   3186 msgstr ""
   3187 
   3188 #: config/tc-arm.c:22549
   3189 msgid "support ARM/Thumb interworking"
   3190 msgstr ""
   3191 
   3192 #: config/tc-arm.c:22551
   3193 msgid "code uses 32-bit program counter"
   3194 msgstr ""
   3195 
   3196 #: config/tc-arm.c:22552
   3197 msgid "code uses 26-bit program counter"
   3198 msgstr ""
   3199 
   3200 #: config/tc-arm.c:22553
   3201 msgid "floating point args are in fp regs"
   3202 msgstr ""
   3203 
   3204 #: config/tc-arm.c:22555
   3205 msgid "re-entrant code"
   3206 msgstr ""
   3207 
   3208 #: config/tc-arm.c:22556
   3209 msgid "code is ATPCS conformant"
   3210 msgstr ""
   3211 
   3212 #: config/tc-arm.c:22557
   3213 msgid "assemble for big-endian"
   3214 msgstr ""
   3215 
   3216 #: config/tc-arm.c:22558
   3217 msgid "assemble for little-endian"
   3218 msgstr ""
   3219 
   3220 #. These are recognized by the assembler, but have no affect on code.
   3221 #: config/tc-arm.c:22562
   3222 msgid "use frame pointer"
   3223 msgstr ""
   3224 
   3225 #: config/tc-arm.c:22563
   3226 msgid "use stack size checking"
   3227 msgstr ""
   3228 
   3229 #: config/tc-arm.c:22566
   3230 msgid "do not warn on use of deprecated feature"
   3231 msgstr ""
   3232 
   3233 #. DON'T add any new processors to this list -- we want the whole list
   3234 #. to go away...  Add them to the processors table instead.
   3235 #: config/tc-arm.c:22583 config/tc-arm.c:22584
   3236 msgid "use -mcpu=arm1"
   3237 msgstr ""
   3238 
   3239 #: config/tc-arm.c:22585 config/tc-arm.c:22586
   3240 msgid "use -mcpu=arm2"
   3241 msgstr ""
   3242 
   3243 #: config/tc-arm.c:22587 config/tc-arm.c:22588
   3244 msgid "use -mcpu=arm250"
   3245 msgstr ""
   3246 
   3247 #: config/tc-arm.c:22589 config/tc-arm.c:22590
   3248 msgid "use -mcpu=arm3"
   3249 msgstr ""
   3250 
   3251 #: config/tc-arm.c:22591 config/tc-arm.c:22592
   3252 msgid "use -mcpu=arm6"
   3253 msgstr ""
   3254 
   3255 #: config/tc-arm.c:22593 config/tc-arm.c:22594
   3256 msgid "use -mcpu=arm600"
   3257 msgstr ""
   3258 
   3259 #: config/tc-arm.c:22595 config/tc-arm.c:22596
   3260 msgid "use -mcpu=arm610"
   3261 msgstr ""
   3262 
   3263 #: config/tc-arm.c:22597 config/tc-arm.c:22598
   3264 msgid "use -mcpu=arm620"
   3265 msgstr ""
   3266 
   3267 #: config/tc-arm.c:22599 config/tc-arm.c:22600
   3268 msgid "use -mcpu=arm7"
   3269 msgstr ""
   3270 
   3271 #: config/tc-arm.c:22601 config/tc-arm.c:22602
   3272 msgid "use -mcpu=arm70"
   3273 msgstr ""
   3274 
   3275 #: config/tc-arm.c:22603 config/tc-arm.c:22604
   3276 msgid "use -mcpu=arm700"
   3277 msgstr ""
   3278 
   3279 #: config/tc-arm.c:22605 config/tc-arm.c:22606
   3280 msgid "use -mcpu=arm700i"
   3281 msgstr ""
   3282 
   3283 #: config/tc-arm.c:22607 config/tc-arm.c:22608
   3284 msgid "use -mcpu=arm710"
   3285 msgstr ""
   3286 
   3287 #: config/tc-arm.c:22609 config/tc-arm.c:22610
   3288 msgid "use -mcpu=arm710c"
   3289 msgstr ""
   3290 
   3291 #: config/tc-arm.c:22611 config/tc-arm.c:22612
   3292 msgid "use -mcpu=arm720"
   3293 msgstr ""
   3294 
   3295 #: config/tc-arm.c:22613 config/tc-arm.c:22614
   3296 msgid "use -mcpu=arm7d"
   3297 msgstr ""
   3298 
   3299 #: config/tc-arm.c:22615 config/tc-arm.c:22616
   3300 msgid "use -mcpu=arm7di"
   3301 msgstr ""
   3302 
   3303 #: config/tc-arm.c:22617 config/tc-arm.c:22618
   3304 msgid "use -mcpu=arm7m"
   3305 msgstr ""
   3306 
   3307 #: config/tc-arm.c:22619 config/tc-arm.c:22620
   3308 msgid "use -mcpu=arm7dm"
   3309 msgstr ""
   3310 
   3311 #: config/tc-arm.c:22621 config/tc-arm.c:22622
   3312 msgid "use -mcpu=arm7dmi"
   3313 msgstr ""
   3314 
   3315 #: config/tc-arm.c:22623 config/tc-arm.c:22624
   3316 msgid "use -mcpu=arm7100"
   3317 msgstr ""
   3318 
   3319 #: config/tc-arm.c:22625 config/tc-arm.c:22626
   3320 msgid "use -mcpu=arm7500"
   3321 msgstr ""
   3322 
   3323 #: config/tc-arm.c:22627 config/tc-arm.c:22628
   3324 msgid "use -mcpu=arm7500fe"
   3325 msgstr ""
   3326 
   3327 #: config/tc-arm.c:22629 config/tc-arm.c:22630 config/tc-arm.c:22631
   3328 #: config/tc-arm.c:22632
   3329 msgid "use -mcpu=arm7tdmi"
   3330 msgstr ""
   3331 
   3332 #: config/tc-arm.c:22633 config/tc-arm.c:22634
   3333 msgid "use -mcpu=arm710t"
   3334 msgstr ""
   3335 
   3336 #: config/tc-arm.c:22635 config/tc-arm.c:22636
   3337 msgid "use -mcpu=arm720t"
   3338 msgstr ""
   3339 
   3340 #: config/tc-arm.c:22637 config/tc-arm.c:22638
   3341 msgid "use -mcpu=arm740t"
   3342 msgstr ""
   3343 
   3344 #: config/tc-arm.c:22639 config/tc-arm.c:22640
   3345 msgid "use -mcpu=arm8"
   3346 msgstr ""
   3347 
   3348 #: config/tc-arm.c:22641 config/tc-arm.c:22642
   3349 msgid "use -mcpu=arm810"
   3350 msgstr ""
   3351 
   3352 #: config/tc-arm.c:22643 config/tc-arm.c:22644
   3353 msgid "use -mcpu=arm9"
   3354 msgstr ""
   3355 
   3356 #: config/tc-arm.c:22645 config/tc-arm.c:22646
   3357 msgid "use -mcpu=arm9tdmi"
   3358 msgstr ""
   3359 
   3360 #: config/tc-arm.c:22647 config/tc-arm.c:22648
   3361 msgid "use -mcpu=arm920"
   3362 msgstr ""
   3363 
   3364 #: config/tc-arm.c:22649 config/tc-arm.c:22650
   3365 msgid "use -mcpu=arm940"
   3366 msgstr ""
   3367 
   3368 #: config/tc-arm.c:22651
   3369 msgid "use -mcpu=strongarm"
   3370 msgstr ""
   3371 
   3372 #: config/tc-arm.c:22653
   3373 msgid "use -mcpu=strongarm110"
   3374 msgstr ""
   3375 
   3376 #: config/tc-arm.c:22655
   3377 msgid "use -mcpu=strongarm1100"
   3378 msgstr ""
   3379 
   3380 #: config/tc-arm.c:22657
   3381 msgid "use -mcpu=strongarm1110"
   3382 msgstr ""
   3383 
   3384 #: config/tc-arm.c:22658
   3385 msgid "use -mcpu=xscale"
   3386 msgstr ""
   3387 
   3388 #: config/tc-arm.c:22659
   3389 msgid "use -mcpu=iwmmxt"
   3390 msgstr ""
   3391 
   3392 #: config/tc-arm.c:22660
   3393 msgid "use -mcpu=all"
   3394 msgstr ""
   3395 
   3396 #. Architecture variants -- don't add any more to this list either.
   3397 #: config/tc-arm.c:22663 config/tc-arm.c:22664
   3398 msgid "use -march=armv2"
   3399 msgstr ""
   3400 
   3401 #: config/tc-arm.c:22665 config/tc-arm.c:22666
   3402 msgid "use -march=armv2a"
   3403 msgstr ""
   3404 
   3405 #: config/tc-arm.c:22667 config/tc-arm.c:22668
   3406 msgid "use -march=armv3"
   3407 msgstr ""
   3408 
   3409 #: config/tc-arm.c:22669 config/tc-arm.c:22670
   3410 msgid "use -march=armv3m"
   3411 msgstr ""
   3412 
   3413 #: config/tc-arm.c:22671 config/tc-arm.c:22672
   3414 msgid "use -march=armv4"
   3415 msgstr ""
   3416 
   3417 #: config/tc-arm.c:22673 config/tc-arm.c:22674
   3418 msgid "use -march=armv4t"
   3419 msgstr ""
   3420 
   3421 #: config/tc-arm.c:22675 config/tc-arm.c:22676
   3422 msgid "use -march=armv5"
   3423 msgstr ""
   3424 
   3425 #: config/tc-arm.c:22677 config/tc-arm.c:22678
   3426 msgid "use -march=armv5t"
   3427 msgstr ""
   3428 
   3429 #: config/tc-arm.c:22679 config/tc-arm.c:22680
   3430 msgid "use -march=armv5te"
   3431 msgstr ""
   3432 
   3433 #. Floating point variants -- don't add any more to this list either.
   3434 #: config/tc-arm.c:22683
   3435 msgid "use -mfpu=fpe"
   3436 msgstr ""
   3437 
   3438 #: config/tc-arm.c:22684
   3439 msgid "use -mfpu=fpa10"
   3440 msgstr ""
   3441 
   3442 #: config/tc-arm.c:22685
   3443 msgid "use -mfpu=fpa11"
   3444 msgstr ""
   3445 
   3446 #: config/tc-arm.c:22687
   3447 msgid "use either -mfpu=softfpa or -mfpu=softvfp"
   3448 msgstr ""
   3449 
   3450 #: config/tc-arm.c:23016
   3451 msgid "invalid architectural extension"
   3452 msgstr ""
   3453 
   3454 #: config/tc-arm.c:23049
   3455 msgid "must specify extensions to add before specifying those to remove"
   3456 msgstr ""
   3457 
   3458 #: config/tc-arm.c:23057
   3459 msgid "missing architectural extension"
   3460 msgstr ""
   3461 
   3462 #: config/tc-arm.c:23072
   3463 msgid "extension does not apply to the base architecture"
   3464 msgstr ""
   3465 
   3466 #: config/tc-arm.c:23095
   3467 #, c-format
   3468 msgid "unknown architectural extension `%s'"
   3469 msgstr ""
   3470 
   3471 #: config/tc-arm.c:23097
   3472 msgid "architectural extensions must be specified in alphabetical order"
   3473 msgstr ""
   3474 
   3475 #: config/tc-arm.c:23129
   3476 #, c-format
   3477 msgid "missing cpu name `%s'"
   3478 msgstr ""
   3479 
   3480 #: config/tc-arm.c:23155 config/tc-arm.c:23651
   3481 #, c-format
   3482 msgid "unknown cpu `%s'"
   3483 msgstr ""
   3484 
   3485 #: config/tc-arm.c:23173
   3486 #, c-format
   3487 msgid "missing architecture name `%s'"
   3488 msgstr ""
   3489 
   3490 #: config/tc-arm.c:23190 config/tc-arm.c:23685 config/tc-arm.c:23716
   3491 #: config/tc-arm.c:23767 config/tc-score.c:7727
   3492 #, c-format
   3493 msgid "unknown architecture `%s'\n"
   3494 msgstr ""
   3495 
   3496 #: config/tc-arm.c:23206 config/tc-arm.c:23798
   3497 #, c-format
   3498 msgid "unknown floating point format `%s'\n"
   3499 msgstr ""
   3500 
   3501 #: config/tc-arm.c:23222
   3502 #, c-format
   3503 msgid "unknown floating point abi `%s'\n"
   3504 msgstr ""
   3505 
   3506 #: config/tc-arm.c:23238
   3507 #, c-format
   3508 msgid "unknown EABI `%s'\n"
   3509 msgstr ""
   3510 
   3511 #: config/tc-arm.c:23258
   3512 #, c-format
   3513 msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
   3514 msgstr ""
   3515 
   3516 #: config/tc-arm.c:23268
   3517 msgid "<cpu name>\t  assemble for CPU <cpu name>"
   3518 msgstr ""
   3519 
   3520 #: config/tc-arm.c:23270
   3521 msgid "<arch name>\t  assemble for architecture <arch name>"
   3522 msgstr ""
   3523 
   3524 #: config/tc-arm.c:23272
   3525 msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
   3526 msgstr ""
   3527 
   3528 #: config/tc-arm.c:23274
   3529 msgid "<abi>\t  assemble for floating point ABI <abi>"
   3530 msgstr ""
   3531 
   3532 #: config/tc-arm.c:23277
   3533 msgid "<ver>\t\t  assemble for eabi version <ver>"
   3534 msgstr ""
   3535 
   3536 #: config/tc-arm.c:23280
   3537 msgid "<mode>\t  controls implicit insertion of IT instructions"
   3538 msgstr ""
   3539 
   3540 #: config/tc-arm.c:23324 config/tc-arm.c:23342 config/tc-arm.c:23362
   3541 #, c-format
   3542 msgid "option `-%c%s' is deprecated: %s"
   3543 msgstr ""
   3544 
   3545 #: config/tc-arm.c:23382
   3546 #, c-format
   3547 msgid " ARM-specific assembler options:\n"
   3548 msgstr ""
   3549 
   3550 #: config/tc-arm.c:23393
   3551 #, c-format
   3552 msgid "  -EB                     assemble code for a big-endian cpu\n"
   3553 msgstr ""
   3554 
   3555 #: config/tc-arm.c:23398
   3556 #, c-format
   3557 msgid "  -EL                     assemble code for a little-endian cpu\n"
   3558 msgstr ""
   3559 
   3560 #: config/tc-arm.c:23402
   3561 #, c-format
   3562 msgid "  --fix-v4bx              Allow BX in ARMv4 code\n"
   3563 msgstr ""
   3564 
   3565 #: config/tc-arm.c:23749
   3566 #, c-format
   3567 msgid "architectural extension `%s' is not allowed for the current base architecture"
   3568 msgstr ""
   3569 
   3570 #: config/tc-avr.c:373
   3571 #, c-format
   3572 msgid "Known MCU names:"
   3573 msgstr ""
   3574 
   3575 #: config/tc-avr.c:438
   3576 #, c-format
   3577 msgid ""
   3578 "AVR Assembler options:\n"
   3579 "  -mmcu=[avr-name] select microcontroller variant\n"
   3580 "                   [avr-name] can be:\n"
   3581 "                   avr1  - classic AVR core without data RAM\n"
   3582 "                   avr2  - classic AVR core with up to 8K program memory\n"
   3583 "                   avr25 - classic AVR core with up to 8K program memory\n"
   3584 "                           plus the MOVW instruction\n"
   3585 "                   avr3  - classic AVR core with up to 64K program memory\n"
   3586 "                   avr31 - classic AVR core with up to 128K program memory\n"
   3587 "                   avr35 - classic AVR core with up to 64K program memory\n"
   3588 "                           plus the MOVW instruction\n"
   3589 "                   avr4  - enhanced AVR core with up to 8K program memory\n"
   3590 "                   avr5  - enhanced AVR core with up to 64K program memory\n"
   3591 "                   avr51 - enhanced AVR core with up to 128K program memory\n"
   3592 "                   avr6  - enhanced AVR core with up to 256K program memory\n"
   3593 "                   avrxmega3 - XMEGA, > 8K, <= 64K FLASH, > 64K RAM\n"
   3594 "                   avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n"
   3595 "                   avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n"
   3596 "                   avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n"
   3597 "                   avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n"
   3598 "                   or immediate microcontroller name.\n"
   3599 msgstr ""
   3600 
   3601 #: config/tc-avr.c:460
   3602 #, c-format
   3603 msgid ""
   3604 "  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
   3605 "  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
   3606 "                   (default for avr4, avr5)\n"
   3607 "  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
   3608 "                   (default for avr3, avr5)\n"
   3609 msgstr ""
   3610 
   3611 #: config/tc-avr.c:504 config/tc-msp430.c:743
   3612 #, c-format
   3613 msgid "unknown MCU: %s\n"
   3614 msgstr ""
   3615 
   3616 #: config/tc-avr.c:513
   3617 #, c-format
   3618 msgid "redefinition of mcu type `%s' to `%s'"
   3619 msgstr ""
   3620 
   3621 #: config/tc-avr.c:591
   3622 msgid "constant value required"
   3623 msgstr ""
   3624 
   3625 #: config/tc-avr.c:594
   3626 #, c-format
   3627 msgid "number must be positive and less than %d"
   3628 msgstr ""
   3629 
   3630 #: config/tc-avr.c:620 config/tc-avr.c:757
   3631 #, c-format
   3632 msgid "constant out of 8-bit range: %d"
   3633 msgstr ""
   3634 
   3635 #: config/tc-avr.c:688 config/tc-score.c:1200 read.c:3662
   3636 msgid "illegal expression"
   3637 msgstr ""
   3638 
   3639 #: config/tc-avr.c:717 config/tc-avr.c:1508
   3640 msgid "`)' required"
   3641 msgstr ""
   3642 
   3643 #: config/tc-avr.c:812
   3644 msgid "register r16-r23 required"
   3645 msgstr ""
   3646 
   3647 #: config/tc-avr.c:818
   3648 msgid "register number above 15 required"
   3649 msgstr ""
   3650 
   3651 #: config/tc-avr.c:824
   3652 msgid "even register number required"
   3653 msgstr ""
   3654 
   3655 #: config/tc-avr.c:830
   3656 msgid "register r24, r26, r28 or r30 required"
   3657 msgstr ""
   3658 
   3659 #: config/tc-avr.c:836
   3660 msgid "register name or number from 0 to 31 required"
   3661 msgstr ""
   3662 
   3663 #: config/tc-avr.c:854
   3664 msgid "pointer register (X, Y or Z) required"
   3665 msgstr ""
   3666 
   3667 #: config/tc-avr.c:861
   3668 msgid "cannot both predecrement and postincrement"
   3669 msgstr ""
   3670 
   3671 #: config/tc-avr.c:869
   3672 msgid "addressing mode not supported"
   3673 msgstr ""
   3674 
   3675 #: config/tc-avr.c:875
   3676 msgid "can't predecrement"
   3677 msgstr ""
   3678 
   3679 #: config/tc-avr.c:878
   3680 msgid "pointer register Z required"
   3681 msgstr ""
   3682 
   3683 #: config/tc-avr.c:897
   3684 msgid "postincrement not supported"
   3685 msgstr ""
   3686 
   3687 #: config/tc-avr.c:907
   3688 msgid "pointer register (Y or Z) required"
   3689 msgstr ""
   3690 
   3691 #: config/tc-avr.c:1021
   3692 #, c-format
   3693 msgid "unknown constraint `%c'"
   3694 msgstr ""
   3695 
   3696 #: config/tc-avr.c:1073
   3697 msgid "`,' required"
   3698 msgstr ""
   3699 
   3700 #: config/tc-avr.c:1091
   3701 msgid "undefined combination of operands"
   3702 msgstr ""
   3703 
   3704 #: config/tc-avr.c:1100
   3705 msgid "skipping two-word instruction"
   3706 msgstr ""
   3707 
   3708 #: config/tc-avr.c:1192 config/tc-avr.c:1208 config/tc-avr.c:1329
   3709 #: config/tc-msp430.c:1969 config/tc-msp430.c:1987
   3710 #, c-format
   3711 msgid "odd address operand: %ld"
   3712 msgstr ""
   3713 
   3714 #: config/tc-avr.c:1200 config/tc-avr.c:1219 config/tc-avr.c:1237
   3715 #: config/tc-avr.c:1248 config/tc-avr.c:1255 config/tc-avr.c:1262
   3716 #: config/tc-d10v.c:505 config/tc-d30v.c:554 config/tc-msp430.c:1977
   3717 #: config/tc-msp430.c:1992 config/tc-msp430.c:2002
   3718 #, c-format
   3719 msgid "operand out of range: %ld"
   3720 msgstr ""
   3721 
   3722 #: config/tc-avr.c:1338 config/tc-d10v.c:1594 config/tc-d30v.c:2037
   3723 #: config/tc-msp430.c:2020
   3724 #, c-format
   3725 msgid "line %d: unknown relocation type: 0x%x"
   3726 msgstr ""
   3727 
   3728 #: config/tc-avr.c:1352
   3729 msgid "only constant expression allowed"
   3730 msgstr ""
   3731 
   3732 #. xgettext:c-format.
   3733 #: config/tc-avr.c:1412 config/tc-bfin.c:833 config/tc-d10v.c:1466
   3734 #: config/tc-d30v.c:1774 config/tc-mn10200.c:781 config/tc-mn10300.c:2170
   3735 #: config/tc-msp430.c:2055 config/tc-or32.c:957 config/tc-ppc.c:6611
   3736 #: config/tc-spu.c:879 config/tc-spu.c:1090 config/tc-v850.c:3000
   3737 #: config/tc-z80.c:2021
   3738 #, c-format
   3739 msgid "reloc %d not supported by object file format"
   3740 msgstr ""
   3741 
   3742 #: config/tc-avr.c:1435 config/tc-h8300.c:1935 config/tc-mcore.c:881
   3743 #: config/tc-microblaze.c:823 config/tc-moxie.c:178 config/tc-msp430.c:1820
   3744 #: config/tc-pj.c:253 config/tc-sh.c:2590 config/tc-z8k.c:1216
   3745 msgid "can't find opcode "
   3746 msgstr ""
   3747 
   3748 #: config/tc-avr.c:1452
   3749 #, c-format
   3750 msgid "illegal opcode %s for mcu %s"
   3751 msgstr ""
   3752 
   3753 #: config/tc-avr.c:1463
   3754 msgid "garbage at end of line"
   3755 msgstr ""
   3756 
   3757 #: config/tc-avr.c:1537 config/tc-avr.c:1544
   3758 #, c-format
   3759 msgid "illegal %srelocation size: %d"
   3760 msgstr ""
   3761 
   3762 #: config/tc-bfin.c:96 config/tc-frv.c:1605 config/tc-frv.c:1615
   3763 msgid "missing ')'"
   3764 msgstr ""
   3765 
   3766 #: config/tc-bfin.c:442
   3767 #, c-format
   3768 msgid " Blackfin specific assembler options:\n"
   3769 msgstr ""
   3770 
   3771 #: config/tc-bfin.c:443
   3772 #, c-format
   3773 msgid "  -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n"
   3774 msgstr ""
   3775 
   3776 #: config/tc-bfin.c:444
   3777 #, c-format
   3778 msgid "  -mfdpic                  assemble for the FDPIC ABI\n"
   3779 msgstr ""
   3780 
   3781 #: config/tc-bfin.c:445
   3782 #, c-format
   3783 msgid "  -mno-fdpic/-mnopic       disable -mfdpic\n"
   3784 msgstr ""
   3785 
   3786 #: config/tc-bfin.c:458
   3787 msgid "Could not set architecture and machine."
   3788 msgstr ""
   3789 
   3790 #: config/tc-bfin.c:607
   3791 msgid "Parse failed."
   3792 msgstr ""
   3793 
   3794 #: config/tc-bfin.c:682
   3795 msgid "pcrel too far BFD_RELOC_BFIN_10"
   3796 msgstr ""
   3797 
   3798 #: config/tc-bfin.c:698
   3799 msgid "pcrel too far BFD_RELOC_BFIN_12"
   3800 msgstr ""
   3801 
   3802 #: config/tc-bfin.c:718
   3803 msgid "pcrel too far BFD_RELOC_BFIN_24"
   3804 msgstr ""
   3805 
   3806 #: config/tc-bfin.c:733
   3807 msgid "pcrel too far BFD_RELOC_BFIN_5"
   3808 msgstr ""
   3809 
   3810 #: config/tc-bfin.c:745
   3811 msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
   3812 msgstr ""
   3813 
   3814 #: config/tc-bfin.c:755
   3815 msgid "rel too far BFD_RELOC_8"
   3816 msgstr ""
   3817 
   3818 #: config/tc-bfin.c:762
   3819 msgid "rel too far BFD_RELOC_16"
   3820 msgstr ""
   3821 
   3822 #: config/tc-cr16.c:165 read.c:4422
   3823 msgid "using a bit field width of zero"
   3824 msgstr ""
   3825 
   3826 #: config/tc-cr16.c:173 read.c:4430
   3827 #, c-format
   3828 msgid "field width \"%s\" too complex for a bitfield"
   3829 msgstr ""
   3830 
   3831 #: config/tc-cr16.c:182 read.c:4438
   3832 #, c-format
   3833 msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
   3834 msgstr ""
   3835 
   3836 #: config/tc-cr16.c:204 read.c:4460
   3837 #, c-format
   3838 msgid "field value \"%s\" too complex for a bitfield"
   3839 msgstr ""
   3840 
   3841 #: config/tc-cr16.c:385
   3842 #, c-format
   3843 msgid "Unknown register pair - index relative mode: `%d'"
   3844 msgstr ""
   3845 
   3846 #: config/tc-cr16.c:571 config/tc-crx.c:345 config/tc-mn10200.c:768
   3847 #: write.c:990
   3848 #, c-format
   3849 msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
   3850 msgstr ""
   3851 
   3852 #: config/tc-cr16.c:603 config/tc-crx.c:361
   3853 #, c-format
   3854 msgid "internal error: reloc %d (`%s') not supported by object file format"
   3855 msgstr ""
   3856 
   3857 #: config/tc-cr16.c:696 config/tc-i386.c:8723 config/tc-s390.c:1911
   3858 msgid "GOT already in symbol table"
   3859 msgstr "GOT "
   3860 
   3861 #: config/tc-cr16.c:805 config/tc-cr16.c:828 config/tc-cris.c:1190
   3862 #: config/tc-crx.c:535 config/tc-crx.c:562 config/tc-crx.c:580
   3863 #: config/tc-pdp11.c:194
   3864 msgid "Virtual memory exhausted"
   3865 msgstr ""
   3866 
   3867 #: config/tc-cr16.c:813 config/tc-crx.c:572 config/tc-crx.c:591
   3868 #: config/tc-m68k.c:4656
   3869 #, c-format
   3870 msgid "Internal Error:  Can't hash %s: %s"
   3871 msgstr ""
   3872 
   3873 #: config/tc-cr16.c:839 config/tc-cris.c:1224 config/tc-crx.c:545
   3874 #, c-format
   3875 msgid "Can't hash `%s': %s\n"
   3876 msgstr ""
   3877 
   3878 #: config/tc-cr16.c:840 config/tc-cris.c:1225 config/tc-crx.c:546
   3879 msgid "(unknown reason)"
   3880 msgstr ""
   3881 
   3882 #. Missing or bad expr becomes absolute 0.
   3883 #: config/tc-cr16.c:892 config/tc-crx.c:619
   3884 #, c-format
   3885 msgid "missing or invalid displacement expression `%s' taken as 0"
   3886 msgstr ""
   3887 
   3888 #: config/tc-cr16.c:942
   3889 #, c-format
   3890 msgid "GOT bad expression with %s."
   3891 msgstr ""
   3892 
   3893 #: config/tc-cr16.c:1053
   3894 #, c-format
   3895 msgid "operand %d: illegal use expression: `%s`"
   3896 msgstr ""
   3897 
   3898 #: config/tc-cr16.c:1118 config/tc-crx.c:1127
   3899 #, c-format
   3900 msgid "Unknown register: `%d'"
   3901 msgstr ""
   3902 
   3903 #. Issue a error message when register is illegal.
   3904 #: config/tc-cr16.c:1126 config/tc-crx.c:1135
   3905 #, c-format
   3906 msgid "Illegal register (`%s') in Instruction: `%s'"
   3907 msgstr ""
   3908 
   3909 #: config/tc-cr16.c:1197 config/tc-cr16.c:1272 config/tc-crx.c:757
   3910 #: config/tc-crx.c:777 config/tc-crx.c:792
   3911 #, c-format
   3912 msgid "Illegal register `%s' in Instruction `%s'"
   3913 msgstr ""
   3914 
   3915 #: config/tc-cr16.c:1225 config/tc-cr16.c:1236
   3916 #, c-format
   3917 msgid "Illegal register pair `%s' in Instruction `%s'"
   3918 msgstr ""
   3919 
   3920 #: config/tc-cr16.c:1261 config/tc-i960.c:835
   3921 msgid "unmatched '['"
   3922 msgstr ""
   3923 
   3924 #: config/tc-cr16.c:1267 config/tc-i960.c:842
   3925 msgid "garbage after index spec ignored"
   3926 msgstr ""
   3927 
   3928 #: config/tc-cr16.c:1415 config/tc-crx.c:936
   3929 #, c-format
   3930 msgid "Illegal operands (whitespace): `%s'"
   3931 msgstr ""
   3932 
   3933 #: config/tc-cr16.c:1427 config/tc-cr16.c:1434 config/tc-cr16.c:1451
   3934 #: config/tc-crx.c:948 config/tc-crx.c:955 config/tc-crx.c:972
   3935 #: config/tc-crx.c:1764
   3936 #, c-format
   3937 msgid "Missing matching brackets : `%s'"
   3938 msgstr ""
   3939 
   3940 #: config/tc-cr16.c:1483 config/tc-crx.c:998
   3941 #, c-format
   3942 msgid "Unknown exception: `%s'"
   3943 msgstr ""
   3944 
   3945 #: config/tc-cr16.c:1570 config/tc-crx.c:1094
   3946 #, c-format
   3947 msgid "Illegal `cinv' parameter: `%c'"
   3948 msgstr ""
   3949 
   3950 #: config/tc-cr16.c:1592 config/tc-cr16.c:1631
   3951 #, c-format
   3952 msgid "Unknown register pair: `%d'"
   3953 msgstr ""
   3954 
   3955 #. Issue a error message when register  pair is illegal.
   3956 #: config/tc-cr16.c:1600
   3957 #, c-format
   3958 msgid "Illegal register pair (`%s') in Instruction: `%s'"
   3959 msgstr ""
   3960 
   3961 #. Issue a error message when register  pair is illegal.
   3962 #: config/tc-cr16.c:1639
   3963 #, c-format
   3964 msgid "Illegal index register pair (`%s') in Instruction: `%s'"
   3965 msgstr ""
   3966 
   3967 #: config/tc-cr16.c:1678
   3968 #, c-format
   3969 msgid "Unknown processor register : `%d'"
   3970 msgstr ""
   3971 
   3972 #. Issue a error message when register  pair is illegal.
   3973 #: config/tc-cr16.c:1686
   3974 #, c-format
   3975 msgid "Illegal processor register (`%s') in Instruction: `%s'"
   3976 msgstr ""
   3977 
   3978 #: config/tc-cr16.c:1734
   3979 #, c-format
   3980 msgid "Unknown processor register (32 bit) : `%d'"
   3981 msgstr ""
   3982 
   3983 #. Issue a error message when register  pair is illegal.
   3984 #: config/tc-cr16.c:1742
   3985 #, c-format
   3986 msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
   3987 msgstr ""
   3988 
   3989 #: config/tc-cr16.c:2106 config/tc-crx.c:1662 config/tc-crx.c:1679
   3990 #, c-format
   3991 msgid "Same src/dest register is used (`r%d'), result is undefined"
   3992 msgstr ""
   3993 
   3994 #: config/tc-cr16.c:2127
   3995 msgid "RA register is saved twice."
   3996 msgstr ""
   3997 
   3998 #: config/tc-cr16.c:2131
   3999 #, c-format
   4000 msgid "`%s' Illegal use of registers."
   4001 msgstr ""
   4002 
   4003 #: config/tc-cr16.c:2145
   4004 #, c-format
   4005 msgid "`%s' Illegal count-register combination."
   4006 msgstr ""
   4007 
   4008 #: config/tc-cr16.c:2151
   4009 #, c-format
   4010 msgid "`%s' Illegal use of register."
   4011 msgstr ""
   4012 
   4013 #: config/tc-cr16.c:2160 config/tc-crx.c:1671
   4014 #, c-format
   4015 msgid "`%s' has undefined result"
   4016 msgstr ""
   4017 
   4018 #: config/tc-cr16.c:2168
   4019 #, c-format
   4020 msgid "Same src/dest register is used (`r%d'),result is undefined"
   4021 msgstr ""
   4022 
   4023 #: config/tc-cr16.c:2339 config/tc-crx.c:1576
   4024 msgid "Incorrect number of operands"
   4025 msgstr ""
   4026 
   4027 #: config/tc-cr16.c:2341 config/tc-crx.c:1578
   4028 #, c-format
   4029 msgid "Illegal type of operand (arg %d)"
   4030 msgstr ""
   4031 
   4032 #: config/tc-cr16.c:2347 config/tc-crx.c:1584
   4033 #, c-format
   4034 msgid "Operand out of range (arg %d)"
   4035 msgstr ""
   4036 
   4037 #: config/tc-cr16.c:2350 config/tc-crx.c:1587
   4038 #, c-format
   4039 msgid "Operand has odd displacement (arg %d)"
   4040 msgstr ""
   4041 
   4042 #: config/tc-cr16.c:2353 config/tc-cr16.c:2384 config/tc-crx.c:1600
   4043 #: config/tc-crx.c:1631
   4044 #, c-format
   4045 msgid "Illegal operand (arg %d)"
   4046 msgstr ""
   4047 
   4048 #. Give an error if a frag containing code is not aligned to a 2-byte
   4049 #. boundary.
   4050 #: config/tc-cr16.c:2486 config/tc-cr16.h:73 config/tc-crx.c:1953
   4051 #: config/tc-crx.h:76
   4052 msgid "instruction address is not a multiple of 2"
   4053 msgstr ""
   4054 
   4055 #: config/tc-cr16.c:2563 config/tc-cris.c:1538 config/tc-cris.c:1546
   4056 #: config/tc-crx.c:1989 config/tc-dlx.c:685 config/tc-hppa.c:3244
   4057 #: config/tc-hppa.c:3251 config/tc-i860.c:491 config/tc-i860.c:508
   4058 #: config/tc-i860.c:988 config/tc-sparc.c:1410 config/tc-sparc.c:1418
   4059 #, c-format
   4060 msgid "Unknown opcode: `%s'"
   4061 msgstr ""
   4062 
   4063 #: config/tc-cris.c:551 config/tc-m68hc11.c:2733
   4064 #, c-format
   4065 msgid "internal inconsistency problem in %s: fr_symbol %lx"
   4066 msgstr ""
   4067 
   4068 #: config/tc-cris.c:555 config/tc-m68hc11.c:2737 config/tc-msp430.c:2246
   4069 #, c-format
   4070 msgid "internal inconsistency problem in %s: resolved symbol"
   4071 msgstr ""
   4072 
   4073 #: config/tc-cris.c:565 config/tc-m68hc11.c:2743
   4074 #, c-format
   4075 msgid "internal inconsistency problem in %s: fr_subtype %d"
   4076 msgstr ""
   4077 
   4078 #: config/tc-cris.c:905
   4079 msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
   4080 msgstr ""
   4081 
   4082 #: config/tc-cris.c:935
   4083 msgid "Complicated LAPC target operand is not a multiple of two.  Use LAPC.D"
   4084 msgstr ""
   4085 
   4086 #: config/tc-cris.c:940
   4087 #, c-format
   4088 msgid "Internal error found in md_convert_frag: offset %ld.  Please report this."
   4089 msgstr ""
   4090 
   4091 #: config/tc-cris.c:965
   4092 #, c-format
   4093 msgid "internal inconsistency in %s: bdapq no symbol"
   4094 msgstr ""
   4095 
   4096 #: config/tc-cris.c:978
   4097 #, c-format
   4098 msgid "internal inconsistency in %s: bdap.w with no symbol"
   4099 msgstr ""
   4100 
   4101 #: config/tc-cris.c:1002
   4102 msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
   4103 msgstr ""
   4104 
   4105 #: config/tc-cris.c:1011
   4106 msgid "dangerous MULS/MULU location; give it higher alignment"
   4107 msgstr ""
   4108 
   4109 #. Bail out for compatibility mode.  (It seems it can be implemented,
   4110 #. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
   4111 #. $acr", "nop"; but doesn't seem worth it at the moment.)
   4112 #: config/tc-cris.c:1052
   4113 msgid "Out-of-range .word offset handling is not implemented for .arch common_v10_v32"
   4114 msgstr ""
   4115 
   4116 #: config/tc-cris.c:1097
   4117 msgid ".word case-table handling failed: table too large"
   4118 msgstr ""
   4119 
   4120 #: config/tc-cris.c:1229
   4121 #, c-format
   4122 msgid "Buggy opcode: `%s' \"%s\"\n"
   4123 msgstr ""
   4124 
   4125 #: config/tc-cris.c:1644
   4126 #, c-format
   4127 msgid "Immediate value not in 5 bit unsigned range: %ld"
   4128 msgstr ""
   4129 
   4130 #: config/tc-cris.c:1660
   4131 #, c-format
   4132 msgid "Immediate value not in 4 bit unsigned range: %ld"
   4133 msgstr ""
   4134 
   4135 #: config/tc-cris.c:1712
   4136 #, c-format
   4137 msgid "Immediate value not in 6 bit range: %ld"
   4138 msgstr ""
   4139 
   4140 #: config/tc-cris.c:1727
   4141 #, c-format
   4142 msgid "Immediate value not in 6 bit unsigned range: %ld"
   4143 msgstr ""
   4144 
   4145 #. Others have a generic warning.
   4146 #: config/tc-cris.c:1835
   4147 #, c-format
   4148 msgid "Unimplemented register `%s' specified"
   4149 msgstr ""
   4150 
   4151 #. We've come to the end of instructions with this
   4152 #. opcode, so it must be an error.
   4153 #: config/tc-cris.c:2079 config/tc-mips.c:10425 config/tc-mips.c:10430
   4154 msgid "Illegal operands"
   4155 msgstr ""
   4156 
   4157 #: config/tc-cris.c:2120 config/tc-cris.c:2160
   4158 #, c-format
   4159 msgid "Immediate value not in 8 bit range: %ld"
   4160 msgstr ""
   4161 
   4162 #: config/tc-cris.c:2130 config/tc-cris.c:2181
   4163 #, c-format
   4164 msgid "Immediate value not in 16 bit range: %ld"
   4165 msgstr ""
   4166 
   4167 #: config/tc-cris.c:2165
   4168 #, c-format
   4169 msgid "Immediate value not in 8 bit signed range: %ld"
   4170 msgstr ""
   4171 
   4172 #: config/tc-cris.c:2170
   4173 #, c-format
   4174 msgid "Immediate value not in 8 bit unsigned range: %ld"
   4175 msgstr ""
   4176 
   4177 #: config/tc-cris.c:2186
   4178 #, c-format
   4179 msgid "Immediate value not in 16 bit signed range: %ld"
   4180 msgstr ""
   4181 
   4182 #: config/tc-cris.c:2191
   4183 #, c-format
   4184 msgid "Immediate value not in 16 bit unsigned range: %ld"
   4185 msgstr ""
   4186 
   4187 #: config/tc-cris.c:2217
   4188 msgid "TLS relocation size does not match operand size"
   4189 msgstr ""
   4190 
   4191 #: config/tc-cris.c:2218
   4192 msgid "PIC relocation size does not match operand size"
   4193 msgstr ""
   4194 
   4195 #: config/tc-cris.c:3365
   4196 msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
   4197 msgstr ""
   4198 
   4199 #: config/tc-cris.c:3369
   4200 msgid "32-bit conditional branch generated"
   4201 msgstr ""
   4202 
   4203 #: config/tc-cris.c:3430
   4204 msgid "Complex expression not supported"
   4205 msgstr ""
   4206 
   4207 #. FIXME:  Is this function mentioned in the internals.texi manual?  If
   4208 #. not, add it.
   4209 #: config/tc-cris.c:3580
   4210 msgid "Bad call to md_atof () - floating point formats are not supported"
   4211 msgstr ""
   4212 
   4213 #: config/tc-cris.c:3621
   4214 msgid "PC-relative relocation must be trivially resolved"
   4215 msgstr ""
   4216 
   4217 #: config/tc-cris.c:3693
   4218 #, c-format
   4219 msgid "Value not in 16 bit range: %ld"
   4220 msgstr ""
   4221 
   4222 #: config/tc-cris.c:3701
   4223 #, c-format
   4224 msgid "Value not in 16 bit signed range: %ld"
   4225 msgstr ""
   4226 
   4227 #: config/tc-cris.c:3709
   4228 #, c-format
   4229 msgid "Value not in 8 bit range: %ld"
   4230 msgstr ""
   4231 
   4232 #: config/tc-cris.c:3716
   4233 #, c-format
   4234 msgid "Value not in 8 bit signed range: %ld"
   4235 msgstr ""
   4236 
   4237 #: config/tc-cris.c:3726
   4238 #, c-format
   4239 msgid "Value not in 4 bit unsigned range: %ld"
   4240 msgstr ""
   4241 
   4242 #: config/tc-cris.c:3733
   4243 #, c-format
   4244 msgid "Value not in 5 bit unsigned range: %ld"
   4245 msgstr ""
   4246 
   4247 #: config/tc-cris.c:3740
   4248 #, c-format
   4249 msgid "Value not in 6 bit range: %ld"
   4250 msgstr ""
   4251 
   4252 #: config/tc-cris.c:3747
   4253 #, c-format
   4254 msgid "Value not in 6 bit unsigned range: %ld"
   4255 msgstr ""
   4256 
   4257 #: config/tc-cris.c:3791
   4258 #, c-format
   4259 msgid "Please use --help to see usage and options for this assembler.\n"
   4260 msgstr ""
   4261 
   4262 #: config/tc-cris.c:3803
   4263 msgid "--no-underscore is invalid with a.out format"
   4264 msgstr ""
   4265 
   4266 #: config/tc-cris.c:3815
   4267 msgid "--pic is invalid for this object format"
   4268 msgstr ""
   4269 
   4270 #: config/tc-cris.c:3829
   4271 #, c-format
   4272 msgid "invalid <arch> in --march=<arch>: %s"
   4273 msgstr ""
   4274 
   4275 #: config/tc-cris.c:3938 config/tc-moxie.c:709
   4276 msgid "Semantics error.  This type of operand can not be relocated, it must be an assembly-time constant"
   4277 msgstr ""
   4278 
   4279 #: config/tc-cris.c:3987 config/tc-moxie.c:758
   4280 #, c-format
   4281 msgid "Cannot generate relocation type for symbol %s, code %s"
   4282 msgstr ""
   4283 
   4284 #. The messages are formatted to line up with the generic options.
   4285 #: config/tc-cris.c:4000
   4286 #, c-format
   4287 msgid "CRIS-specific options:\n"
   4288 msgstr ""
   4289 
   4290 #: config/tc-cris.c:4002
   4291 msgid "  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
   4292 msgstr ""
   4293 
   4294 #: config/tc-cris.c:4004
   4295 msgid "  -N                      Warn when branches are expanded to jumps.\n"
   4296 msgstr ""
   4297 
   4298 #: config/tc-cris.c:4006
   4299 msgid "  --underscore            User symbols are normally prepended with underscore.\n"
   4300 msgstr ""
   4301 
   4302 #: config/tc-cris.c:4008
   4303 msgid "                          Registers will not need any prefix.\n"
   4304 msgstr ""
   4305 
   4306 #: config/tc-cris.c:4010
   4307 msgid "  --no-underscore         User symbols do not have any prefix.\n"
   4308 msgstr ""
   4309 
   4310 #: config/tc-cris.c:4012
   4311 msgid "                          Registers will require a `$'-prefix.\n"
   4312 msgstr ""
   4313 
   4314 #: config/tc-cris.c:4015
   4315 msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
   4316 msgstr ""
   4317 
   4318 #: config/tc-cris.c:4018
   4319 msgid ""
   4320 "  --march=<arch>\t\tGenerate code for <arch>.  Valid choices for <arch>\n"
   4321 "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
   4322 msgstr ""
   4323 
   4324 #: config/tc-cris.c:4039
   4325 msgid "Invalid relocation"
   4326 msgstr ""
   4327 
   4328 #: config/tc-cris.c:4076
   4329 msgid "Invalid pc-relative relocation"
   4330 msgstr ""
   4331 
   4332 #: config/tc-cris.c:4121
   4333 #, c-format
   4334 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
   4335 msgstr ""
   4336 
   4337 #: config/tc-cris.c:4151
   4338 #, c-format
   4339 msgid ".syntax %s requires command-line option `--underscore'"
   4340 msgstr ""
   4341 
   4342 #: config/tc-cris.c:4160
   4343 #, c-format
   4344 msgid ".syntax %s requires command-line option `--no-underscore'"
   4345 msgstr ""
   4346 
   4347 #: config/tc-cris.c:4197
   4348 msgid "Unknown .syntax operand"
   4349 msgstr ""
   4350 
   4351 #: config/tc-cris.c:4207
   4352 msgid "Pseudodirective .file is only valid when generating ELF"
   4353 msgstr ""
   4354 
   4355 #: config/tc-cris.c:4219
   4356 msgid "Pseudodirective .loc is only valid when generating ELF"
   4357 msgstr ""
   4358 
   4359 #: config/tc-cris.c:4234
   4360 #, c-format
   4361 msgid "internal inconsistency problem: %s called for %d bytes"
   4362 msgstr ""
   4363 
   4364 #: config/tc-cris.c:4386
   4365 msgid "unknown operand to .arch"
   4366 msgstr ""
   4367 
   4368 #: config/tc-cris.c:4395
   4369 msgid ".arch <arch> requires a matching --march=... option"
   4370 msgstr ""
   4371 
   4372 #: config/tc-crx.c:820
   4373 #, c-format
   4374 msgid "Illegal Scale - `%d'"
   4375 msgstr ""
   4376 
   4377 #: config/tc-crx.c:1264
   4378 #, c-format
   4379 msgid "Illegal Co-processor register in Instruction `%s' "
   4380 msgstr ""
   4381 
   4382 #: config/tc-crx.c:1271
   4383 #, c-format
   4384 msgid "Illegal Co-processor special register in Instruction `%s' "
   4385 msgstr ""
   4386 
   4387 #: config/tc-crx.c:1590
   4388 #, c-format
   4389 msgid "Invalid DISPU4 operand value (arg %d)"
   4390 msgstr ""
   4391 
   4392 #: config/tc-crx.c:1593
   4393 #, c-format
   4394 msgid "Invalid CST4 operand value (arg %d)"
   4395 msgstr ""
   4396 
   4397 #: config/tc-crx.c:1596
   4398 #, c-format
   4399 msgid "Operand value is not within upper 64 KB (arg %d)"
   4400 msgstr ""
   4401 
   4402 #: config/tc-crx.c:1733
   4403 msgid "Invalid Register in Register List"
   4404 msgstr ""
   4405 
   4406 #: config/tc-crx.c:1787
   4407 #, c-format
   4408 msgid "Illegal register `%s' in cop-register list"
   4409 msgstr ""
   4410 
   4411 #: config/tc-crx.c:1795
   4412 #, c-format
   4413 msgid "Illegal register `%s' in cop-special-register list"
   4414 msgstr ""
   4415 
   4416 #: config/tc-crx.c:1814
   4417 #, c-format
   4418 msgid "Illegal register `%s' in user register list"
   4419 msgstr ""
   4420 
   4421 #: config/tc-crx.c:1833
   4422 #, c-format
   4423 msgid "Illegal register `%s' in register list"
   4424 msgstr ""
   4425 
   4426 #: config/tc-crx.c:1839
   4427 #, c-format
   4428 msgid "Maximum %d bits may be set in `mask16' operand"
   4429 msgstr ""
   4430 
   4431 #: config/tc-crx.c:1848
   4432 #, c-format
   4433 msgid "rest of line ignored; first ignored character is `%c'"
   4434 msgstr ""
   4435 
   4436 #: config/tc-crx.c:1856
   4437 #, c-format
   4438 msgid "Illegal `mask16' operand, operation is undefined - `%s'"
   4439 msgstr ""
   4440 
   4441 #. HI can't be specified without LO (and vise-versa).
   4442 #: config/tc-crx.c:1862
   4443 msgid "HI/LO registers should be specified together"
   4444 msgstr ""
   4445 
   4446 #: config/tc-crx.c:1868
   4447 msgid "HI/LO registers should be specified without additional registers"
   4448 msgstr ""
   4449 
   4450 #: config/tc-d10v.c:218
   4451 #, c-format
   4452 msgid ""
   4453 "D10V options:\n"
   4454 "-O                      Optimize.  Will do some operations in parallel.\n"
   4455 "--gstabs-packing        Pack adjacent short instructions together even\n"
   4456 "                        when --gstabs is specified.  On by default.\n"
   4457 "--no-gstabs-packing     If --gstabs is specified, do not pack adjacent\n"
   4458 "                        instructions together.\n"
   4459 msgstr ""
   4460 
   4461 #: config/tc-d10v.c:575
   4462 msgid "operand is not an immediate"
   4463 msgstr ""
   4464 
   4465 #: config/tc-d10v.c:593
   4466 #, c-format
   4467 msgid "operand out of range: %lu"
   4468 msgstr ""
   4469 
   4470 #: config/tc-d10v.c:653
   4471 msgid "Instruction must be executed in parallel with another instruction."
   4472 msgstr ""
   4473 
   4474 #: config/tc-d10v.c:707 config/tc-d10v.c:715
   4475 #, c-format
   4476 msgid "packing conflict: %s must dispatch sequentially"
   4477 msgstr ""
   4478 
   4479 #: config/tc-d10v.c:814
   4480 #, c-format
   4481 msgid "resource conflict (R%d)"
   4482 msgstr ""
   4483 
   4484 #: config/tc-d10v.c:817
   4485 #, c-format
   4486 msgid "resource conflict (A%d)"
   4487 msgstr ""
   4488 
   4489 #: config/tc-d10v.c:819
   4490 msgid "resource conflict (PSW)"
   4491 msgstr ""
   4492 
   4493 #: config/tc-d10v.c:821
   4494 msgid "resource conflict (C flag)"
   4495 msgstr ""
   4496 
   4497 #: config/tc-d10v.c:823
   4498 msgid "resource conflict (F flag)"
   4499 msgstr ""
   4500 
   4501 #: config/tc-d10v.c:973
   4502 msgid "Instruction must be executed in parallel"
   4503 msgstr ""
   4504 
   4505 #: config/tc-d10v.c:976
   4506 msgid "Long instructions may not be combined."
   4507 msgstr ""
   4508 
   4509 #: config/tc-d10v.c:1009
   4510 msgid "One of these instructions may not be executed in parallel."
   4511 msgstr ""
   4512 
   4513 #: config/tc-d10v.c:1013 config/tc-d30v.c:1038
   4514 msgid "Two IU instructions may not be executed in parallel"
   4515 msgstr ""
   4516 
   4517 #: config/tc-d10v.c:1015 config/tc-d10v.c:1023 config/tc-d10v.c:1037
   4518 #: config/tc-d10v.c:1052 config/tc-d30v.c:1039 config/tc-d30v.c:1048
   4519 msgid "Swapping instruction order"
   4520 msgstr ""
   4521 
   4522 #: config/tc-d10v.c:1021 config/tc-d30v.c:1045
   4523 msgid "Two MU instructions may not be executed in parallel"
   4524 msgstr ""
   4525 
   4526 #: config/tc-d10v.c:1041 config/tc-d30v.c:1065
   4527 msgid "IU instruction may not be in the left container"
   4528 msgstr ""
   4529 
   4530 #: config/tc-d10v.c:1043 config/tc-d10v.c:1058
   4531 msgid "Instruction in R container is squashed by flow control instruction in L container."
   4532 msgstr ""
   4533 
   4534 #: config/tc-d10v.c:1056 config/tc-d30v.c:1076
   4535 msgid "MU instruction may not be in the right container"
   4536 msgstr ""
   4537 
   4538 #: config/tc-d10v.c:1062 config/tc-d30v.c:1088
   4539 msgid "unknown execution type passed to write_2_short()"
   4540 msgstr ""
   4541 
   4542 #: config/tc-d10v.c:1191 config/tc-d10v.c:1366
   4543 msgid "bad opcode or operands"
   4544 msgstr ""
   4545 
   4546 #: config/tc-d10v.c:1268
   4547 msgid "value out of range"
   4548 msgstr ""
   4549 
   4550 #: config/tc-d10v.c:1342
   4551 msgid "illegal operand - register name found where none expected"
   4552 msgstr ""
   4553 
   4554 #: config/tc-d10v.c:1377
   4555 msgid "Register number must be EVEN"
   4556 msgstr ""
   4557 
   4558 #: config/tc-d10v.c:1380
   4559 msgid "Unsupported use of sp"
   4560 msgstr ""
   4561 
   4562 #: config/tc-d10v.c:1399
   4563 #, c-format
   4564 msgid "cr%ld is a reserved control register"
   4565 msgstr ""
   4566 
   4567 #: config/tc-d10v.c:1574
   4568 #, c-format
   4569 msgid "line %d: rep or repi must include at least 4 instructions"
   4570 msgstr ""
   4571 
   4572 #: config/tc-d10v.c:1763
   4573 msgid "can't find previous opcode "
   4574 msgstr ""
   4575 
   4576 #: config/tc-d10v.c:1775
   4577 #, c-format
   4578 msgid "could not assemble: %s"
   4579 msgstr ""
   4580 
   4581 #: config/tc-d10v.c:1790 config/tc-d10v.c:1812 config/tc-d30v.c:1747
   4582 msgid "Unable to mix instructions as specified"
   4583 msgstr ""
   4584 
   4585 #: config/tc-d30v.c:150
   4586 #, c-format
   4587 msgid "Register name %s conflicts with symbol of the same name"
   4588 msgstr ""
   4589 
   4590 #: config/tc-d30v.c:240
   4591 #, c-format
   4592 msgid ""
   4593 "\n"
   4594 "D30V options:\n"
   4595 "-O                      Make adjacent short instructions parallel if possible.\n"
   4596 "-n                      Warn about all NOPs inserted by the assembler.\n"
   4597 "-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
   4598 "-c                      Warn about symbols whoes names match register names.\n"
   4599 "-C                      Opposite of -C.  -c is the default.\n"
   4600 msgstr ""
   4601 
   4602 #: config/tc-d30v.c:368
   4603 msgid "unexpected 12-bit reloc type"
   4604 msgstr ""
   4605 
   4606 #: config/tc-d30v.c:375
   4607 msgid "unexpected 18-bit reloc type"
   4608 msgstr ""
   4609 
   4610 #: config/tc-d30v.c:626
   4611 #, c-format
   4612 msgid "%s NOP inserted"
   4613 msgstr ""
   4614 
   4615 #: config/tc-d30v.c:627
   4616 msgid "sequential"
   4617 msgstr ""
   4618 
   4619 #: config/tc-d30v.c:627
   4620 msgid "parallel"
   4621 msgstr ""
   4622 
   4623 #: config/tc-d30v.c:1034
   4624 msgid "Instructions may not be executed in parallel"
   4625 msgstr ""
   4626 
   4627 #: config/tc-d30v.c:1047
   4628 #, c-format
   4629 msgid "Executing %s in IU may not work"
   4630 msgstr ""
   4631 
   4632 #: config/tc-d30v.c:1054
   4633 #, c-format
   4634 msgid "Executing %s in IU may not work in parallel execution"
   4635 msgstr ""
   4636 
   4637 #: config/tc-d30v.c:1067
   4638 #, c-format
   4639 msgid "special left instruction `%s' kills instruction `%s' in right container"
   4640 msgstr ""
   4641 
   4642 #: config/tc-d30v.c:1078
   4643 #, c-format
   4644 msgid "Executing %s in reverse serial with %s may not work"
   4645 msgstr ""
   4646 
   4647 #: config/tc-d30v.c:1081
   4648 #, c-format
   4649 msgid "Executing %s in IU in reverse serial may not work"
   4650 msgstr ""
   4651 
   4652 #: config/tc-d30v.c:1271
   4653 msgid "Odd numbered register used as target of multi-register instruction"
   4654 msgstr ""
   4655 
   4656 #: config/tc-d30v.c:1335 config/tc-d30v.c:1371
   4657 #, c-format
   4658 msgid "unknown condition code: %s"
   4659 msgstr ""
   4660 
   4661 #: config/tc-d30v.c:1364
   4662 #, c-format
   4663 msgid "cmpu doesn't support condition code %s"
   4664 msgstr ""
   4665 
   4666 #: config/tc-d30v.c:1399
   4667 #, c-format
   4668 msgid "unknown opcode: %s"
   4669 msgstr ""
   4670 
   4671 #: config/tc-d30v.c:1410
   4672 #, c-format
   4673 msgid "operands for opcode `%s' do not match any valid format"
   4674 msgstr ""
   4675 
   4676 #: config/tc-d30v.c:1625 config/tc-d30v.c:1642
   4677 msgid "Cannot assemble instruction"
   4678 msgstr ""
   4679 
   4680 #: config/tc-d30v.c:1627
   4681 msgid "First opcode is long.  Unable to mix instructions as specified."
   4682 msgstr ""
   4683 
   4684 #: config/tc-d30v.c:1697
   4685 msgid "word of NOPs added between word multiply and load"
   4686 msgstr ""
   4687 
   4688 #: config/tc-d30v.c:1699
   4689 msgid "word of NOPs added between word multiply and 16-bit multiply"
   4690 msgstr ""
   4691 
   4692 #: config/tc-d30v.c:1731
   4693 msgid "Instruction uses long version, so it cannot be mixed as specified"
   4694 msgstr ""
   4695 
   4696 #: config/tc-d30v.c:1858
   4697 #, c-format
   4698 msgid "value too large to fit in %d bits"
   4699 msgstr ""
   4700 
   4701 #: config/tc-d30v.c:1926
   4702 #, c-format
   4703 msgid "line %d: unable to place address of symbol '%s' into a byte"
   4704 msgstr ""
   4705 
   4706 #: config/tc-d30v.c:1929
   4707 #, c-format
   4708 msgid "line %d: unable to place value %lx into a byte"
   4709 msgstr ""
   4710 
   4711 #: config/tc-d30v.c:1937
   4712 #, c-format
   4713 msgid "line %d: unable to place address of symbol '%s' into a short"
   4714 msgstr ""
   4715 
   4716 #: config/tc-d30v.c:1940
   4717 #, c-format
   4718 msgid "line %d: unable to place value %lx into a short"
   4719 msgstr ""
   4720 
   4721 #: config/tc-d30v.c:1948
   4722 #, c-format
   4723 msgid "line %d: unable to place address of symbol '%s' into a quad"
   4724 msgstr ""
   4725 
   4726 #: config/tc-d30v.c:2056
   4727 #, c-format
   4728 msgid "Alignment too large: %d assumed"
   4729 msgstr ""
   4730 
   4731 #: config/tc-dlx.c:212
   4732 msgid "missing .proc"
   4733 msgstr ""
   4734 
   4735 #: config/tc-dlx.c:229
   4736 msgid ".endfunc missing for previous .proc"
   4737 msgstr ""
   4738 
   4739 #: config/tc-dlx.c:291 config/tc-i860.c:227 config/tc-mips.c:1927
   4740 #, c-format
   4741 msgid "internal error: can't hash `%s': %s\n"
   4742 msgstr ""
   4743 
   4744 #. Probably a memory allocation problem?  Give up now.
   4745 #: config/tc-dlx.c:298 config/tc-hppa.c:8354 config/tc-mips.c:1930
   4746 #: config/tc-mips.c:1984 config/tc-or32.c:211 config/tc-sparc.c:860
   4747 msgid "Broken assembler.  No assembly attempted."
   4748 msgstr ""
   4749 
   4750 #: config/tc-dlx.c:328
   4751 #, c-format
   4752 msgid "Bad operand for a load instruction: <%s>"
   4753 msgstr ""
   4754 
   4755 #: config/tc-dlx.c:442
   4756 #, c-format
   4757 msgid "Bad operand for a store instruction: <%s>"
   4758 msgstr ""
   4759 
   4760 #: config/tc-dlx.c:622
   4761 #, c-format
   4762 msgid "Expression Error for operand modifier %%hi/%%lo\n"
   4763 msgstr ""
   4764 
   4765 #: config/tc-dlx.c:635 config/tc-or32.c:811
   4766 #, c-format
   4767 msgid "Invalid expression after %%%%\n"
   4768 msgstr ""
   4769 
   4770 #: config/tc-dlx.c:703 config/tc-tic4x.c:2487
   4771 #, c-format
   4772 msgid "Unknown opcode `%s'."
   4773 msgstr ""
   4774 
   4775 #: config/tc-dlx.c:715
   4776 msgid "Can not set dlx_skip_hi16_flag"
   4777 msgstr ""
   4778 
   4779 #: config/tc-dlx.c:729
   4780 #, c-format
   4781 msgid "Missing arguments for opcode <%s>."
   4782 msgstr ""
   4783 
   4784 #: config/tc-dlx.c:763
   4785 #, c-format
   4786 msgid "Too many operands: %s"
   4787 msgstr ""
   4788 
   4789 #: config/tc-dlx.c:800
   4790 #, c-format
   4791 msgid "Both the_insn.HI and the_insn.LO are set : %s"
   4792 msgstr ""
   4793 
   4794 #: config/tc-dlx.c:870
   4795 msgid "failed regnum sanity check."
   4796 msgstr ""
   4797 
   4798 #: config/tc-dlx.c:883
   4799 msgid "failed general register sanity check."
   4800 msgstr ""
   4801 
   4802 #. Types or values of args don't match.
   4803 #: config/tc-dlx.c:891
   4804 msgid "Invalid operands"
   4805 msgstr ""
   4806 
   4807 #: config/tc-dlx.c:1120 config/tc-or32.c:773
   4808 #, c-format
   4809 msgid "label \"$%d\" redefined"
   4810 msgstr ""
   4811 
   4812 #: config/tc-dlx.c:1158
   4813 msgid "Invalid expression after # number\n"
   4814 msgstr ""
   4815 
   4816 #: config/tc-fr30.c:82
   4817 #, c-format
   4818 msgid " FR30 specific command line options:\n"
   4819 msgstr ""
   4820 
   4821 #: config/tc-fr30.c:135
   4822 #, c-format
   4823 msgid "Instruction %s not allowed in a delay slot."
   4824 msgstr ""
   4825 
   4826 #: config/tc-frv.c:405
   4827 #, c-format
   4828 msgid "Unknown cpu -mcpu=%s"
   4829 msgstr ""
   4830 
   4831 #: config/tc-frv.c:458
   4832 #, c-format
   4833 msgid "FRV specific command line options:\n"
   4834 msgstr ""
   4835 
   4836 #: config/tc-frv.c:459
   4837 #, c-format
   4838 msgid "-G n            Put data <= n bytes in the small data area\n"
   4839 msgstr ""
   4840 
   4841 #: config/tc-frv.c:460
   4842 #, c-format
   4843 msgid "-mgpr-32        Mark generated file as only using 32 GPRs\n"
   4844 msgstr ""
   4845 
   4846 #: config/tc-frv.c:461
   4847 #, c-format
   4848 msgid "-mgpr-64        Mark generated file as using all 64 GPRs\n"
   4849 msgstr ""
   4850 
   4851 #: config/tc-frv.c:462
   4852 #, c-format
   4853 msgid "-mfpr-32        Mark generated file as only using 32 FPRs\n"
   4854 msgstr ""
   4855 
   4856 #: config/tc-frv.c:463
   4857 #, c-format
   4858 msgid "-mfpr-64        Mark generated file as using all 64 FPRs\n"
   4859 msgstr ""
   4860 
   4861 #: config/tc-frv.c:464
   4862 #, c-format
   4863 msgid "-msoft-float    Mark generated file as using software FP\n"
   4864 msgstr ""
   4865 
   4866 #: config/tc-frv.c:465
   4867 #, c-format
   4868 msgid "-mdword         Mark generated file as using a 8-byte stack alignment\n"
   4869 msgstr ""
   4870 
   4871 #: config/tc-frv.c:466
   4872 #, c-format
   4873 msgid "-mno-dword      Mark generated file as using a 4-byte stack alignment\n"
   4874 msgstr ""
   4875 
   4876 #: config/tc-frv.c:467
   4877 #, c-format
   4878 msgid "-mdouble        Mark generated file as using double precision FP insns\n"
   4879 msgstr ""
   4880 
   4881 #: config/tc-frv.c:468
   4882 #, c-format
   4883 msgid "-mmedia         Mark generated file as using media insns\n"
   4884 msgstr ""
   4885 
   4886 #: config/tc-frv.c:469
   4887 #, c-format
   4888 msgid "-mmuladd        Mark generated file as using multiply add/subtract insns\n"
   4889 msgstr ""
   4890 
   4891 #: config/tc-frv.c:470
   4892 #, c-format
   4893 msgid "-mpack          Allow instructions to be packed\n"
   4894 msgstr ""
   4895 
   4896 #: config/tc-frv.c:471
   4897 #, c-format
   4898 msgid "-mno-pack       Do not allow instructions to be packed\n"
   4899 msgstr ""
   4900 
   4901 #: config/tc-frv.c:472
   4902 #, c-format
   4903 msgid "-mpic           Mark generated file as using small position independent code\n"
   4904 msgstr ""
   4905 
   4906 #: config/tc-frv.c:473
   4907 #, c-format
   4908 msgid "-mPIC           Mark generated file as using large position independent code\n"
   4909 msgstr ""
   4910 
   4911 #: config/tc-frv.c:474
   4912 #, c-format
   4913 msgid "-mlibrary-pic   Mark generated file as using position indepedent code for libraries\n"
   4914 msgstr ""
   4915 
   4916 #: config/tc-frv.c:475
   4917 #, c-format
   4918 msgid "-mfdpic         Assemble for the FDPIC ABI\n"
   4919 msgstr ""
   4920 
   4921 #: config/tc-frv.c:476
   4922 #, c-format
   4923 msgid "-mnopic         Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
   4924 msgstr ""
   4925 
   4926 #: config/tc-frv.c:477
   4927 #, c-format
   4928 msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
   4929 msgstr ""
   4930 
   4931 #: config/tc-frv.c:478
   4932 #, c-format
   4933 msgid "                Record the cpu type\n"
   4934 msgstr ""
   4935 
   4936 #: config/tc-frv.c:479
   4937 #, c-format
   4938 msgid "-mtomcat-stats  Print out stats for tomcat workarounds\n"
   4939 msgstr ""
   4940 
   4941 #: config/tc-frv.c:480
   4942 #, c-format
   4943 msgid "-mtomcat-debug  Debug tomcat workarounds\n"
   4944 msgstr ""
   4945 
   4946 #: config/tc-frv.c:1162
   4947 msgid "VLIW packing used for -mno-pack"
   4948 msgstr ""
   4949 
   4950 #: config/tc-frv.c:1172
   4951 msgid "Instruction not supported by this architecture"
   4952 msgstr ""
   4953 
   4954 #: config/tc-frv.c:1182
   4955 msgid "VLIW packing constraint violation"
   4956 msgstr ""
   4957 
   4958 #: config/tc-frv.c:1773
   4959 #, c-format
   4960 msgid "Relocation %s is not safe for %s"
   4961 msgstr ""
   4962 
   4963 #: config/tc-h8300.c:174
   4964 #, c-format
   4965 msgid "new section '%s' defined without attributes - this might cause problems"
   4966 msgstr ""
   4967 
   4968 #: config/tc-h8300.c:446 config/tc-h8300.c:454
   4969 msgid "Reg not valid for H8/300"
   4970 msgstr ""
   4971 
   4972 #: config/tc-h8300.c:535
   4973 msgid "invalid operand size requested"
   4974 msgstr ""
   4975 
   4976 #: config/tc-h8300.c:634
   4977 msgid "Invalid register list for ldm/stm\n"
   4978 msgstr ""
   4979 
   4980 #: config/tc-h8300.c:660 config/tc-h8300.c:665 config/tc-h8300.c:672
   4981 msgid "mismatch between register and suffix"
   4982 msgstr ""
   4983 
   4984 #: config/tc-h8300.c:677
   4985 msgid "invalid suffix after register."
   4986 msgstr ""
   4987 
   4988 #: config/tc-h8300.c:699
   4989 msgid "address too high for vector table jmp/jsr"
   4990 msgstr ""
   4991 
   4992 #: config/tc-h8300.c:726 config/tc-h8300.c:838 config/tc-h8300.c:848
   4993 msgid "Wrong size pointer register for architecture."
   4994 msgstr ""
   4995 
   4996 #: config/tc-h8300.c:785 config/tc-h8300.c:793 config/tc-h8300.c:822
   4997 msgid "expected @(exp, reg16)"
   4998 msgstr ""
   4999 
   5000 #: config/tc-h8300.c:811
   5001 msgid "expected .L, .W or .B for register in indexed addressing mode"
   5002 msgstr ""
   5003 
   5004 #: config/tc-h8300.c:1005
   5005 msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
   5006 msgstr ""
   5007 
   5008 #: config/tc-h8300.c:1023 config/tc-h8300.c:1032
   5009 msgid "expected register"
   5010 msgstr ""
   5011 
   5012 #: config/tc-h8300.c:1048
   5013 msgid "expected closing paren"
   5014 msgstr ""
   5015 
   5016 #: config/tc-h8300.c:1107
   5017 #, c-format
   5018 msgid "can't use high part of register in operand %d"
   5019 msgstr ""
   5020 
   5021 #: config/tc-h8300.c:1264
   5022 #, c-format
   5023 msgid "Opcode `%s' with these operand types not available in %s mode"
   5024 msgstr ""
   5025 
   5026 #: config/tc-h8300.c:1273
   5027 msgid "mismatch between opcode size and operand size"
   5028 msgstr ""
   5029 
   5030 #: config/tc-h8300.c:1309
   5031 #, c-format
   5032 msgid "operand %s0x%lx out of range."
   5033 msgstr ""
   5034 
   5035 #: config/tc-h8300.c:1416
   5036 msgid "Can't work out size of operand.\n"
   5037 msgstr ""
   5038 
   5039 #: config/tc-h8300.c:1465
   5040 #, c-format
   5041 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
   5042 msgstr ""
   5043 
   5044 #: config/tc-h8300.c:1470
   5045 #, c-format
   5046 msgid "Opcode `%s' with these operand types not available in H8/300H mode"
   5047 msgstr ""
   5048 
   5049 #: config/tc-h8300.c:1476
   5050 #, c-format
   5051 msgid "Opcode `%s' with these operand types not available in H8/300S mode"
   5052 msgstr ""
   5053 
   5054 #: config/tc-h8300.c:1537 config/tc-h8300.c:1557
   5055 msgid "Need #1 or #2 here"
   5056 msgstr ""
   5057 
   5058 #: config/tc-h8300.c:1552
   5059 msgid "#4 not valid on H8/300."
   5060 msgstr ""
   5061 
   5062 #: config/tc-h8300.c:1660 config/tc-h8300.c:1742
   5063 #, c-format
   5064 msgid "branch operand has odd offset (%lx)\n"
   5065 msgstr ""
   5066 
   5067 #: config/tc-h8300.c:1780
   5068 msgid "destination operand must be 16 bit register"
   5069 msgstr ""
   5070 
   5071 #: config/tc-h8300.c:1789
   5072 msgid "source operand must be 8 bit register"
   5073 msgstr ""
   5074 
   5075 #: config/tc-h8300.c:1797
   5076 msgid "destination operand must be 16bit absolute address"
   5077 msgstr ""
   5078 
   5079 #: config/tc-h8300.c:1804
   5080 msgid "destination operand must be 8 bit register"
   5081 msgstr ""
   5082 
   5083 #: config/tc-h8300.c:1812
   5084 msgid "source operand must be 16bit absolute address"
   5085 msgstr ""
   5086 
   5087 #. This seems more sane than saying "too many operands".  We'll
   5088 #. get here only if the trailing trash starts with a comma.
   5089 #. Types or values of args don't match.
   5090 #: config/tc-h8300.c:1820 config/tc-mmix.c:472 config/tc-mmix.c:484
   5091 #: config/tc-mmix.c:2505 config/tc-mmix.c:2529 config/tc-mmix.c:2802
   5092 #: config/tc-or32.c:527
   5093 msgid "invalid operands"
   5094 msgstr ""
   5095 
   5096 #: config/tc-h8300.c:1851
   5097 msgid "operand/size mis-match"
   5098 msgstr ""
   5099 
   5100 #: config/tc-h8300.c:1952 config/tc-mips.c:10489 config/tc-sh.c:2971
   5101 #: config/tc-sh64.c:2795 config/tc-z8k.c:1226
   5102 msgid "unknown opcode"
   5103 msgstr ""
   5104 
   5105 #: config/tc-h8300.c:1985
   5106 msgid "invalid operand in ldm"
   5107 msgstr ""
   5108 
   5109 #: config/tc-h8300.c:1994
   5110 msgid "invalid operand in stm"
   5111 msgstr ""
   5112 
   5113 #: config/tc-h8300.c:2120
   5114 #, c-format
   5115 msgid "call to tc_aout_fix_to_chars \n"
   5116 msgstr ""
   5117 
   5118 #: config/tc-h8300.c:2129 config/tc-xc16x.c:347
   5119 #, c-format
   5120 msgid "call to md_convert_frag \n"
   5121 msgstr ""
   5122 
   5123 #: config/tc-h8300.c:2180 config/tc-xc16x.c:251
   5124 #, c-format
   5125 msgid "call to md_estimate_size_before_relax \n"
   5126 msgstr ""
   5127 
   5128 #: config/tc-h8300.c:2195
   5129 msgid "Unexpected reference to a symbol in a non-code section"
   5130 msgstr ""
   5131 
   5132 #: config/tc-h8300.c:2211 config/tc-xc16x.c:292
   5133 msgid "Difference of symbols in different sections is not supported"
   5134 msgstr ""
   5135 
   5136 #: config/tc-h8300.c:2233 config/tc-mcore.c:2199 config/tc-microblaze.c:2294
   5137 #: config/tc-pj.c:487 config/tc-sh.c:4468 config/tc-tic6x.c:4500
   5138 #: config/tc-xc16x.c:315
   5139 #, c-format
   5140 msgid "Cannot represent relocation type %s"
   5141 msgstr ""
   5142 
   5143 #. Simple range checking for FIELD against HIGH and LOW bounds.
   5144 #. IGNORE is used to suppress the error message.
   5145 #. Variant of CHECK_FIELD for use in md_apply_fix and other places where
   5146 #. the current file and line number are not valid.
   5147 #: config/tc-hppa.c:1029 config/tc-hppa.c:1043
   5148 #, c-format
   5149 msgid "Field out of range [%d..%d] (%d)."
   5150 msgstr ""
   5151 
   5152 #. Simple alignment checking for FIELD against ALIGN (a power of two).
   5153 #. IGNORE is used to suppress the error message.
   5154 #: config/tc-hppa.c:1057
   5155 #, c-format
   5156 msgid "Field not properly aligned [%d] (%d)."
   5157 msgstr ""
   5158 
   5159 #: config/tc-hppa.c:1110
   5160 msgid "Missing .exit\n"
   5161 msgstr ""
   5162 
   5163 #: config/tc-hppa.c:1113
   5164 msgid "Missing .procend\n"
   5165 msgstr ""
   5166 
   5167 #: config/tc-hppa.c:1298
   5168 #, c-format
   5169 msgid "Invalid field selector.  Assuming F%%."
   5170 msgstr ""
   5171 
   5172 #: config/tc-hppa.c:1325
   5173 msgid "Bad segment in expression."
   5174 msgstr ""
   5175 
   5176 #: config/tc-hppa.c:1350
   5177 #, c-format
   5178 msgid "Invalid Nullification: (%c)"
   5179 msgstr ""
   5180 
   5181 #: config/tc-hppa.c:1421
   5182 msgid "Cannot handle fixup"
   5183 msgstr ""
   5184 
   5185 #: config/tc-hppa.c:1719
   5186 #, c-format
   5187 msgid "  -Q                      ignored\n"
   5188 msgstr ""
   5189 
   5190 #: config/tc-hppa.c:1723
   5191 #, c-format
   5192 msgid "  -c                      print a warning if a comment is found\n"
   5193 msgstr ""
   5194 
   5195 #: config/tc-hppa.c:1789
   5196 #, c-format
   5197 msgid "no hppa_fixup entry for fixup type 0x%x"
   5198 msgstr ""
   5199 
   5200 #: config/tc-hppa.c:1968
   5201 msgid "Unknown relocation encountered in md_apply_fix."
   5202 msgstr ""
   5203 
   5204 #: config/tc-hppa.c:2156 config/tc-hppa.c:2181
   5205 #, c-format
   5206 msgid "Undefined register: '%s'."
   5207 msgstr ""
   5208 
   5209 #: config/tc-hppa.c:2215
   5210 #, c-format
   5211 msgid "Non-absolute symbol: '%s'."
   5212 msgstr ""
   5213 
   5214 #: config/tc-hppa.c:2230
   5215 #, c-format
   5216 msgid "Undefined absolute constant: '%s'."
   5217 msgstr ""
   5218 
   5219 #: config/tc-hppa.c:2261 config/tc-hppa.c:5717
   5220 msgid "could not update architecture and machine"
   5221 msgstr ""
   5222 
   5223 #: config/tc-hppa.c:2299
   5224 #, c-format
   5225 msgid "Invalid FP Compare Condition: %s"
   5226 msgstr ""
   5227 
   5228 #: config/tc-hppa.c:2354
   5229 #, c-format
   5230 msgid "Invalid FTEST completer: %s"
   5231 msgstr ""
   5232 
   5233 #: config/tc-hppa.c:2420 config/tc-hppa.c:2457
   5234 #, c-format
   5235 msgid "Invalid FP Operand Format: %3s"
   5236 msgstr ""
   5237 
   5238 #: config/tc-hppa.c:2591
   5239 msgid "Bad segment (should be absolute)."
   5240 msgstr ""
   5241 
   5242 #: config/tc-hppa.c:2617
   5243 #, c-format
   5244 msgid "Invalid argument location: %s\n"
   5245 msgstr ""
   5246 
   5247 #: config/tc-hppa.c:2646
   5248 #, c-format
   5249 msgid "Invalid argument description: %d"
   5250 msgstr ""
   5251 
   5252 #: config/tc-hppa.c:3475
   5253 msgid "Invalid Indexed Load Completer."
   5254 msgstr ""
   5255 
   5256 #: config/tc-hppa.c:3480
   5257 msgid "Invalid Indexed Load Completer Syntax."
   5258 msgstr ""
   5259 
   5260 #: config/tc-hppa.c:3514
   5261 msgid "Invalid Short Load/Store Completer."
   5262 msgstr ""
   5263 
   5264 #: config/tc-hppa.c:3574 config/tc-hppa.c:3579
   5265 msgid "Invalid Store Bytes Short Completer"
   5266 msgstr ""
   5267 
   5268 #: config/tc-hppa.c:3894 config/tc-hppa.c:3900
   5269 msgid "Invalid left/right combination completer"
   5270 msgstr ""
   5271 
   5272 #: config/tc-hppa.c:3949 config/tc-hppa.c:3956
   5273 msgid "Invalid permutation completer"
   5274 msgstr ""
   5275 
   5276 #: config/tc-hppa.c:4056
   5277 #, c-format
   5278 msgid "Invalid Add Condition: %s"
   5279 msgstr ""
   5280 
   5281 #: config/tc-hppa.c:4072 config/tc-hppa.c:4082
   5282 msgid "Invalid Add and Branch Condition"
   5283 msgstr ""
   5284 
   5285 #: config/tc-hppa.c:4103 config/tc-hppa.c:4248
   5286 msgid "Invalid Compare/Subtract Condition"
   5287 msgstr ""
   5288 
   5289 #: config/tc-hppa.c:4143
   5290 #, c-format
   5291 msgid "Invalid Branch On Bit Condition: %c"
   5292 msgstr ""
   5293 
   5294 #: config/tc-hppa.c:4146
   5295 msgid "Missing Branch On Bit Condition"
   5296 msgstr ""
   5297 
   5298 #: config/tc-hppa.c:4231
   5299 #, c-format
   5300 msgid "Invalid Compare/Subtract Condition: %s"
   5301 msgstr ""
   5302 
   5303 #: config/tc-hppa.c:4263
   5304 msgid "Invalid Compare and Branch Condition"
   5305 msgstr ""
   5306 
   5307 #: config/tc-hppa.c:4359
   5308 msgid "Invalid Logical Instruction Condition."
   5309 msgstr ""
   5310 
   5311 #: config/tc-hppa.c:4421
   5312 msgid "Invalid Shift/Extract/Deposit Condition."
   5313 msgstr ""
   5314 
   5315 #: config/tc-hppa.c:4534
   5316 msgid "Invalid Unit Instruction Condition."
   5317 msgstr ""
   5318 
   5319 #: config/tc-hppa.c:5013 config/tc-hppa.c:5045 config/tc-hppa.c:5076
   5320 #: config/tc-hppa.c:5106
   5321 msgid "Branch to unaligned address"
   5322 msgstr ""
   5323 
   5324 #: config/tc-hppa.c:5290
   5325 msgid "Invalid SFU identifier"
   5326 msgstr ""
   5327 
   5328 #: config/tc-hppa.c:5340
   5329 msgid "Invalid COPR identifier"
   5330 msgstr ""
   5331 
   5332 #: config/tc-hppa.c:5469
   5333 msgid "Invalid Floating Point Operand Format."
   5334 msgstr ""
   5335 
   5336 #: config/tc-hppa.c:5586 config/tc-hppa.c:5606 config/tc-hppa.c:5626
   5337 #: config/tc-hppa.c:5646 config/tc-hppa.c:5666
   5338 msgid "Invalid register for single precision fmpyadd or fmpysub"
   5339 msgstr ""
   5340 
   5341 #: config/tc-hppa.c:5734
   5342 #, c-format
   5343 msgid "Invalid operands %s"
   5344 msgstr ""
   5345 
   5346 #: config/tc-hppa.c:5744
   5347 #, c-format
   5348 msgid "Immediates %d and %d will give undefined behavior."
   5349 msgstr ""
   5350 
   5351 #: config/tc-hppa.c:5796 config/tc-hppa.c:7023 config/tc-hppa.c:7078
   5352 msgid "Missing function name for .PROC (corrupted label chain)"
   5353 msgstr ""
   5354 
   5355 #: config/tc-hppa.c:5799 config/tc-hppa.c:7081
   5356 msgid "Missing function name for .PROC"
   5357 msgstr ""
   5358 
   5359 #: config/tc-hppa.c:5858
   5360 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
   5361 msgstr ""
   5362 
   5363 #: config/tc-hppa.c:5954
   5364 #, c-format
   5365 msgid "Invalid .CALL argument: %s"
   5366 msgstr ""
   5367 
   5368 #: config/tc-hppa.c:6102
   5369 msgid ".callinfo is not within a procedure definition"
   5370 msgstr ""
   5371 
   5372 #: config/tc-hppa.c:6122
   5373 #, c-format
   5374 msgid "FRAME parameter must be a multiple of 8: %d\n"
   5375 msgstr ""
   5376 
   5377 #: config/tc-hppa.c:6141
   5378 msgid "Value for ENTRY_GR must be in the range 3..18\n"
   5379 msgstr ""
   5380 
   5381 #: config/tc-hppa.c:6153
   5382 msgid "Value for ENTRY_FR must be in the range 12..21\n"
   5383 msgstr ""
   5384 
   5385 #: config/tc-hppa.c:6163
   5386 msgid "Value for ENTRY_SR must be 3\n"
   5387 msgstr ""
   5388 
   5389 #: config/tc-hppa.c:6219
   5390 #, c-format
   5391 msgid "Invalid .CALLINFO argument: %s"
   5392 msgstr ""
   5393 
   5394 #: config/tc-hppa.c:6329
   5395 msgid "The .ENTER pseudo-op is not supported"
   5396 msgstr ""
   5397 
   5398 #: config/tc-hppa.c:6345
   5399 msgid "Misplaced .entry. Ignored."
   5400 msgstr ""
   5401 
   5402 #: config/tc-hppa.c:6349
   5403 msgid "Missing .callinfo."
   5404 msgstr ""
   5405 
   5406 #: config/tc-hppa.c:6413
   5407 msgid ".REG expression must be a register"
   5408 msgstr ""
   5409 
   5410 #: config/tc-hppa.c:6429
   5411 msgid "bad or irreducible absolute expression; zero assumed"
   5412 msgstr ""
   5413 
   5414 #: config/tc-hppa.c:6440
   5415 msgid ".REG must use a label"
   5416 msgstr ""
   5417 
   5418 #: config/tc-hppa.c:6442
   5419 msgid ".EQU must use a label"
   5420 msgstr ""
   5421 
   5422 #: config/tc-hppa.c:6504
   5423 #, c-format
   5424 msgid "Symbol '%s' could not be created."
   5425 msgstr ""
   5426 
   5427 #: config/tc-hppa.c:6508
   5428 msgid "No memory for symbol name."
   5429 msgstr ""
   5430 
   5431 #: config/tc-hppa.c:6558
   5432 msgid ".EXIT must appear within a procedure"
   5433 msgstr ""
   5434 
   5435 #: config/tc-hppa.c:6562
   5436 msgid "Missing .callinfo"
   5437 msgstr ""
   5438 
   5439 #: config/tc-hppa.c:6566
   5440 msgid "No .ENTRY for this .EXIT"
   5441 msgstr ""
   5442 
   5443 #: config/tc-hppa.c:6606
   5444 #, c-format
   5445 msgid "Using ENTRY rather than CODE in export directive for %s"
   5446 msgstr ""
   5447 
   5448 #: config/tc-hppa.c:6729
   5449 #, c-format
   5450 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
   5451 msgstr ""
   5452 
   5453 #: config/tc-hppa.c:6753
   5454 #, c-format
   5455 msgid "Cannot define export symbol: %s\n"
   5456 msgstr ""
   5457 
   5458 #: config/tc-hppa.c:6850
   5459 msgid "Missing label name on .LABEL"
   5460 msgstr ""
   5461 
   5462 #: config/tc-hppa.c:6855
   5463 msgid "extra .LABEL arguments ignored."
   5464 msgstr ""
   5465 
   5466 #: config/tc-hppa.c:6871
   5467 msgid "The .LEAVE pseudo-op is not supported"
   5468 msgstr ""
   5469 
   5470 #: config/tc-hppa.c:6909
   5471 msgid "Unrecognized .LEVEL argument\n"
   5472 msgstr ""
   5473 
   5474 #: config/tc-hppa.c:6943
   5475 #, c-format
   5476 msgid "Cannot define static symbol: %s\n"
   5477 msgstr ""
   5478 
   5479 #: config/tc-hppa.c:6977
   5480 msgid "Nested procedures"
   5481 msgstr ""
   5482 
   5483 #: config/tc-hppa.c:6987
   5484 msgid "Cannot allocate unwind descriptor\n"
   5485 msgstr ""
   5486 
   5487 #: config/tc-hppa.c:7085
   5488 msgid "misplaced .procend"
   5489 msgstr ""
   5490 
   5491 #: config/tc-hppa.c:7088
   5492 msgid "Missing .callinfo for this procedure"
   5493 msgstr ""
   5494 
   5495 #: config/tc-hppa.c:7091
   5496 msgid "Missing .EXIT for a .ENTRY"
   5497 msgstr ""
   5498 
   5499 #: config/tc-hppa.c:7128
   5500 msgid "Not in a space.\n"
   5501 msgstr ""
   5502 
   5503 #: config/tc-hppa.c:7131
   5504 msgid "Not in a subspace.\n"
   5505 msgstr ""
   5506 
   5507 #: config/tc-hppa.c:7220
   5508 msgid "Invalid .SPACE argument"
   5509 msgstr ""
   5510 
   5511 #: config/tc-hppa.c:7266
   5512 msgid "Can't change spaces within a procedure definition. Ignored"
   5513 msgstr ""
   5514 
   5515 #: config/tc-hppa.c:7394
   5516 #, c-format
   5517 msgid "Undefined space: '%s' Assuming space number = 0."
   5518 msgstr ""
   5519 
   5520 #: config/tc-hppa.c:7417
   5521 msgid "Must be in a space before changing or declaring subspaces.\n"
   5522 msgstr ""
   5523 
   5524 #: config/tc-hppa.c:7421
   5525 msgid "Can't change subspaces within a procedure definition. Ignored"
   5526 msgstr ""
   5527 
   5528 #: config/tc-hppa.c:7457
   5529 msgid "Parameters of an existing subspace can't be modified"
   5530 msgstr ""
   5531 
   5532 #: config/tc-hppa.c:7509
   5533 msgid "Alignment must be a power of 2"
   5534 msgstr ""
   5535 
   5536 #: config/tc-hppa.c:7556
   5537 msgid "FIRST not supported as a .SUBSPACE argument"
   5538 msgstr ""
   5539 
   5540 #: config/tc-hppa.c:7558
   5541 msgid "Invalid .SUBSPACE argument"
   5542 msgstr ""
   5543 
   5544 #: config/tc-hppa.c:7747
   5545 #, c-format
   5546 msgid "Internal error: Unable to find containing space for %s."
   5547 msgstr ""
   5548 
   5549 #: config/tc-hppa.c:7785
   5550 #, c-format
   5551 msgid "Out of memory: could not allocate new space chain entry: %s\n"
   5552 msgstr ""
   5553 
   5554 #: config/tc-hppa.c:7873
   5555 #, c-format
   5556 msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
   5557 msgstr ""
   5558 
   5559 #: config/tc-hppa.c:8318
   5560 msgid "-R option not supported on this target."
   5561 msgstr ""
   5562 
   5563 #: config/tc-hppa.c:8335 config/tc-sparc.c:815 config/tc-sparc.c:852
   5564 #, c-format
   5565 msgid "Internal error: can't hash `%s': %s\n"
   5566 msgstr ""
   5567 
   5568 #: config/tc-hppa.c:8344 config/tc-i860.c:236
   5569 #, c-format
   5570 msgid "internal error: losing opcode: `%s' \"%s\"\n"
   5571 msgstr ""
   5572 
   5573 #: config/tc-i370.c:419 config/tc-ppc.c:1185 config/tc-s390.c:420
   5574 #: config/tc-s390.c:427
   5575 #, c-format
   5576 msgid "invalid switch -m%s"
   5577 msgstr ""
   5578 
   5579 #: config/tc-i370.c:516 config/tc-s390.c:507
   5580 #, c-format
   5581 msgid "Internal assembler error for instruction %s"
   5582 msgstr ""
   5583 
   5584 #: config/tc-i370.c:535
   5585 #, c-format
   5586 msgid "Internal assembler error for macro %s"
   5587 msgstr ""
   5588 
   5589 #: config/tc-i370.c:630 config/tc-ppc.c:1893
   5590 msgid "identifier+constant@got means identifier@got+constant"
   5591 msgstr ""
   5592 
   5593 #: config/tc-i370.c:684 config/tc-m68k.c:8077 config/tc-ppc.c:1982
   5594 #, c-format
   5595 msgid "%s relocations do not fit in %d bytes\n"
   5596 msgstr ""
   5597 
   5598 #: config/tc-i370.c:926 config/tc-i370.c:966
   5599 msgid "unsupported DC type"
   5600 msgstr ""
   5601 
   5602 #: config/tc-i370.c:938 config/tc-i370.c:948 config/tc-i370.c:1530
   5603 #: config/tc-i370.c:1541
   5604 msgid "missing end-quote"
   5605 msgstr ""
   5606 
   5607 #: config/tc-i370.c:996
   5608 msgid "unsupported alignment"
   5609 msgstr ""
   5610 
   5611 #: config/tc-i370.c:1003
   5612 msgid "this DS form not yet supported"
   5613 msgstr ""
   5614 
   5615 #: config/tc-i370.c:1046 config/tc-m32r.c:1493 config/tc-microblaze.c:177
   5616 #: config/tc-ppc.c:2047 config/tc-ppc.c:4884
   5617 msgid "Expected comma after symbol-name: rest of line ignored."
   5618 msgstr ""
   5619 
   5620 #: config/tc-i370.c:1069 config/tc-m32r.c:1517 config/tc-microblaze.c:199
   5621 #: config/tc-ppc.c:2069 config/tc-ppc.c:3272 config/tc-ppc.c:4908
   5622 msgid "ignoring bad alignment"
   5623 msgstr ""
   5624 
   5625 #: config/tc-i370.c:1080 config/tc-m32r.c:1544 config/tc-microblaze.c:210
   5626 #: config/tc-ppc.c:2080 config/tc-ppc.c:4920
   5627 #, c-format
   5628 msgid "Ignoring attempt to re-define symbol `%s'."
   5629 msgstr ""
   5630 
   5631 #: config/tc-i370.c:1088 config/tc-microblaze.c:218 config/tc-ppc.c:2088
   5632 #, c-format
   5633 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
   5634 msgstr ""
   5635 
   5636 #: config/tc-i370.c:1107 config/tc-m32r.c:1529 config/tc-microblaze.c:234
   5637 #: config/tc-ppc.c:2106 config/tc-v850.c:375
   5638 msgid "Common alignment not a power of 2"
   5639 msgstr ""
   5640 
   5641 #: config/tc-i370.c:1245
   5642 msgid "Missing or bad .using directive"
   5643 msgstr ""
   5644 
   5645 #: config/tc-i370.c:1290
   5646 msgid "Literal Pool Overflow"
   5647 msgstr ""
   5648 
   5649 #: config/tc-i370.c:1588
   5650 msgid "expression not a constant"
   5651 msgstr ""
   5652 
   5653 #: config/tc-i370.c:1595
   5654 msgid "Unknown/unsupported address literal type"
   5655 msgstr ""
   5656 
   5657 #: config/tc-i370.c:1618
   5658 #, c-format
   5659 msgid ".ltorg without prior .using in section %s"
   5660 msgstr ""
   5661 
   5662 #: config/tc-i370.c:1622
   5663 #, c-format
   5664 msgid ".ltorg in section %s paired to .using in section %s"
   5665 msgstr ""
   5666 
   5667 #: config/tc-i370.c:1645
   5668 #, c-format
   5669 msgid "bad alignment of %d bytes in literal pool"
   5670 msgstr ""
   5671 
   5672 #: config/tc-i370.c:1669
   5673 msgid "bad literal size\n"
   5674 msgstr ""
   5675 
   5676 #: config/tc-i370.c:1743
   5677 msgid ".using: base address expression illegal or too complex"
   5678 msgstr ""
   5679 
   5680 #: config/tc-i370.c:1778 config/tc-i370.c:1787
   5681 #, c-format
   5682 msgid "droping register %d in section %s does not match using register %d"
   5683 msgstr ""
   5684 
   5685 #: config/tc-i370.c:1791
   5686 #, c-format
   5687 msgid "droping register %d in section %s previously used in section %s"
   5688 msgstr ""
   5689 
   5690 #: config/tc-i370.c:1847 config/tc-ppc.c:3109
   5691 msgid "wrong number of operands"
   5692 msgstr ""
   5693 
   5694 #: config/tc-i370.c:1928 config/tc-mn10200.c:898 config/tc-mn10300.c:1251
   5695 #: config/tc-ppc.c:2405 config/tc-s390.c:1590 config/tc-v850.c:2024
   5696 #, c-format
   5697 msgid "Unrecognized opcode: `%s'"
   5698 msgstr ""
   5699 
   5700 #: config/tc-i370.c:2071
   5701 msgid "not using any base register"
   5702 msgstr ""
   5703 
   5704 #: config/tc-i370.c:2101
   5705 #, c-format
   5706 msgid "expecting a register for operand %d"
   5707 msgstr ""
   5708 
   5709 #. Not used --- don't have any 8 byte instructions.
   5710 #: config/tc-i370.c:2222
   5711 msgid "Internal Error: bad instruction length"
   5712 msgstr ""
   5713 
   5714 #: config/tc-i386.c:1873
   5715 #, c-format
   5716 msgid "%s shortened to %s"
   5717 msgstr ""
   5718 
   5719 #: config/tc-i386.c:1959
   5720 msgid "same type of prefix used twice"
   5721 msgstr ""
   5722 
   5723 #: config/tc-i386.c:1986
   5724 #, c-format
   5725 msgid "64bit mode not supported on `%s'."
   5726 msgstr "64  `%s' "
   5727 
   5728 #: config/tc-i386.c:1995
   5729 #, c-format
   5730 msgid "32bit mode not supported on `%s'."
   5731 msgstr "32  `%s' "
   5732 
   5733 #: config/tc-i386.c:2035
   5734 msgid "bad argument to syntax directive."
   5735 msgstr "syntax "
   5736 
   5737 #: config/tc-i386.c:2084
   5738 msgid "bad argument to sse_check directive."
   5739 msgstr "sse_check "
   5740 
   5741 #: config/tc-i386.c:2088
   5742 msgid "missing argument for sse_check directive"
   5743 msgstr "sse_check "
   5744 
   5745 #: config/tc-i386.c:2118
   5746 #, c-format
   5747 msgid "`%s' is not supported on `%s'"
   5748 msgstr "`%s'  `%s' "
   5749 
   5750 #: config/tc-i386.c:2192
   5751 #, c-format
   5752 msgid "no such architecture: `%s'"
   5753 msgstr ": `%s'"
   5754 
   5755 #: config/tc-i386.c:2197
   5756 msgid "missing cpu architecture"
   5757 msgstr "CPU "
   5758 
   5759 #: config/tc-i386.c:2211
   5760 #, c-format
   5761 msgid "no such architecture modifier: `%s'"
   5762 msgstr ""
   5763 
   5764 #: config/tc-i386.c:2226 config/tc-i386.c:2242
   5765 msgid "Intel L1OM is 64bit ELF only"
   5766 msgstr "Intel L1OM  64  ELF "
   5767 
   5768 #: config/tc-i386.c:2253 config/tc-i386.c:8600
   5769 msgid "unknown architecture"
   5770 msgstr ""
   5771 
   5772 #: config/tc-i386.c:2287 config/tc-i386.c:2309
   5773 #, c-format
   5774 msgid "internal Error:  Can't hash %s: %s"
   5775 msgstr ""
   5776 
   5777 #: config/tc-i386.c:2604
   5778 #, c-format
   5779 msgid "unknown relocation (%u)"
   5780 msgstr " (%u)"
   5781 
   5782 #: config/tc-i386.c:2606
   5783 #, c-format
   5784 msgid "%u-byte relocation cannot be applied to %u-byte field"
   5785 msgstr ""
   5786 
   5787 #: config/tc-i386.c:2610
   5788 msgid "non-pc-relative relocation for pc-relative field"
   5789 msgstr ""
   5790 
   5791 #: config/tc-i386.c:2615
   5792 msgid "relocated field and relocation type differ in signedness"
   5793 msgstr ""
   5794 
   5795 #: config/tc-i386.c:2624
   5796 msgid "there are no unsigned pc-relative relocations"
   5797 msgstr ""
   5798 
   5799 #: config/tc-i386.c:2632
   5800 #, c-format
   5801 msgid "cannot do %u byte pc-relative relocation"
   5802 msgstr ""
   5803 
   5804 #: config/tc-i386.c:2649
   5805 #, c-format
   5806 msgid "cannot do %s %u byte relocation"
   5807 msgstr ""
   5808 
   5809 #: config/tc-i386.c:2933
   5810 #, c-format
   5811 msgid "can't use register '%s%s' as operand %d in '%s'."
   5812 msgstr ""
   5813 
   5814 #: config/tc-i386.c:3045
   5815 #, c-format
   5816 msgid "SSE instruction `%s' is used"
   5817 msgstr ""
   5818 
   5819 #: config/tc-i386.c:3059 config/tc-i386.c:4489
   5820 #, c-format
   5821 msgid "ambiguous operand size for `%s'"
   5822 msgstr ""
   5823 
   5824 #: config/tc-i386.c:3076
   5825 msgid "expecting lockable instruction after `lock'"
   5826 msgstr ""
   5827 
   5828 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
   5829 #: config/tc-i386.c:3127
   5830 #, c-format
   5831 msgid "translating to `%sp'"
   5832 msgstr ""
   5833 
   5834 #: config/tc-i386.c:3182
   5835 #, c-format
   5836 msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
   5837 msgstr ""
   5838 
   5839 #: config/tc-i386.c:3225 config/tc-i386.c:3357
   5840 #, c-format
   5841 msgid "no such instruction: `%s'"
   5842 msgstr ""
   5843 
   5844 #: config/tc-i386.c:3236 config/tc-i386.c:3390
   5845 #, c-format
   5846 msgid "invalid character %s in mnemonic"
   5847 msgstr ""
   5848 
   5849 #: config/tc-i386.c:3243
   5850 msgid "expecting prefix; got nothing"
   5851 msgstr ""
   5852 
   5853 #: config/tc-i386.c:3245
   5854 msgid "expecting mnemonic; got nothing"
   5855 msgstr ""
   5856 
   5857 #: config/tc-i386.c:3260 config/tc-i386.c:3408
   5858 #, c-format
   5859 msgid "`%s' is only supported in 64-bit mode"
   5860 msgstr "`%s'  64 "
   5861 
   5862 #: config/tc-i386.c:3261 config/tc-i386.c:3407
   5863 #, c-format
   5864 msgid "`%s' is not supported in 64-bit mode"
   5865 msgstr "`%s'  64 "
   5866 
   5867 #: config/tc-i386.c:3273
   5868 #, c-format
   5869 msgid "redundant %s prefix"
   5870 msgstr " %s "
   5871 
   5872 #: config/tc-i386.c:3414
   5873 #, c-format
   5874 msgid "`%s' is not supported on `%s%s'"
   5875 msgstr "`%s'  `%s%s' "
   5876 
   5877 #: config/tc-i386.c:3425
   5878 msgid "use .code16 to ensure correct addressing mode"
   5879 msgstr ""
   5880 
   5881 #: config/tc-i386.c:3438
   5882 #, c-format
   5883 msgid "expecting string instruction after `%s'"
   5884 msgstr ""
   5885 
   5886 #: config/tc-i386.c:3470
   5887 #, c-format
   5888 msgid "invalid character %s before operand %d"
   5889 msgstr ""
   5890 
   5891 #: config/tc-i386.c:3484
   5892 #, c-format
   5893 msgid "unbalanced parenthesis in operand %d."
   5894 msgstr ""
   5895 
   5896 #: config/tc-i386.c:3487
   5897 #, c-format
   5898 msgid "unbalanced brackets in operand %d."
   5899 msgstr ""
   5900 
   5901 #: config/tc-i386.c:3496
   5902 #, c-format
   5903 msgid "invalid character %s in operand %d"
   5904 msgstr ""
   5905 
   5906 #: config/tc-i386.c:3524
   5907 #, c-format
   5908 msgid "spurious operands; (%d operands/instruction max)"
   5909 msgstr ""
   5910 
   5911 #: config/tc-i386.c:3547
   5912 msgid "expecting operand after ','; got nothing"
   5913 msgstr ""
   5914 
   5915 #: config/tc-i386.c:3552
   5916 msgid "expecting operand before ','; got nothing"
   5917 msgstr ""
   5918 
   5919 #: config/tc-i386.c:4190
   5920 msgid "operand size mismatch"
   5921 msgstr ""
   5922 
   5923 #: config/tc-i386.c:4193
   5924 msgid "operand type mismatch"
   5925 msgstr ""
   5926 
   5927 #: config/tc-i386.c:4196
   5928 msgid "register type mismatch"
   5929 msgstr ""
   5930 
   5931 #: config/tc-i386.c:4199
   5932 msgid "number of operands mismatch"
   5933 msgstr ""
   5934 
   5935 #: config/tc-i386.c:4202
   5936 msgid "invalid instruction suffix"
   5937 msgstr ""
   5938 
   5939 #: config/tc-i386.c:4205
   5940 msgid "Imm4 isn't the first operand"
   5941 msgstr ""
   5942 
   5943 #: config/tc-i386.c:4208
   5944 msgid "only supported with old gcc"
   5945 msgstr ""
   5946 
   5947 #: config/tc-i386.c:4211
   5948 msgid "unsupported with Intel mnemonic"
   5949 msgstr ""
   5950 
   5951 #: config/tc-i386.c:4214
   5952 msgid "unsupported syntax"
   5953 msgstr ""
   5954 
   5955 #: config/tc-i386.c:4217
   5956 msgid "unsupported"
   5957 msgstr ""
   5958 
   5959 #: config/tc-i386.c:4220
   5960 #, c-format
   5961 msgid "%s for `%s'"
   5962 msgstr ""
   5963 
   5964 #: config/tc-i386.c:4231
   5965 #, c-format
   5966 msgid "indirect %s without `*'"
   5967 msgstr ""
   5968 
   5969 #. Warn them that a data or address size prefix doesn't
   5970 #. affect assembly of the next line of code.
   5971 #: config/tc-i386.c:4239
   5972 #, c-format
   5973 msgid "stand-alone `%s' prefix"
   5974 msgstr ""
   5975 
   5976 #: config/tc-i386.c:4273 config/tc-i386.c:4289
   5977 #, c-format
   5978 msgid "`%s' operand %d must use `%ses' segment"
   5979 msgstr ""
   5980 
   5981 #. We have to know the operand size for crc32.
   5982 #: config/tc-i386.c:4343
   5983 #, c-format
   5984 msgid "ambiguous memory operand size for `%s`"
   5985 msgstr ""
   5986 
   5987 #: config/tc-i386.c:4462
   5988 msgid "no instruction mnemonic suffix given and no register operands; can't size instruction"
   5989 msgstr ""
   5990 
   5991 #: config/tc-i386.c:4599 config/tc-i386.c:4674 config/tc-i386.c:4703
   5992 #: config/tc-i386.c:4749 config/tc-i386.c:4787
   5993 #, c-format
   5994 msgid "incorrect register `%s%s' used with `%c' suffix"
   5995 msgstr ""
   5996 
   5997 #: config/tc-i386.c:4607 config/tc-i386.c:4681 config/tc-i386.c:4794
   5998 #, c-format
   5999 msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
   6000 msgstr ""
   6001 
   6002 #: config/tc-i386.c:4633 config/tc-i386.c:4657 config/tc-i386.c:4725
   6003 #: config/tc-i386.c:4770
   6004 #, c-format
   6005 msgid "`%s%s' not allowed with `%s%c'"
   6006 msgstr ""
   6007 
   6008 #: config/tc-i386.c:4859
   6009 msgid "no instruction mnemonic suffix given; can't determine immediate size"
   6010 msgstr ""
   6011 
   6012 #: config/tc-i386.c:4895
   6013 #, c-format
   6014 msgid "the last operand of `%s' must be `%s%s'"
   6015 msgstr ""
   6016 
   6017 #: config/tc-i386.c:4898
   6018 #, c-format
   6019 msgid "the first operand of `%s' must be `%s%s'"
   6020 msgstr ""
   6021 
   6022 #: config/tc-i386.c:5046
   6023 #, c-format
   6024 msgid "you can't `pop %scs'"
   6025 msgstr ""
   6026 
   6027 #. Reversed arguments on faddp, fsubp, etc.
   6028 #: config/tc-i386.c:5075
   6029 #, c-format
   6030 msgid "translating to `%s %s%s,%s%s'"
   6031 msgstr ""
   6032 
   6033 #. Extraneous `l' suffix on fp insn.
   6034 #: config/tc-i386.c:5082
   6035 #, c-format
   6036 msgid "translating to `%s %s%s'"
   6037 msgstr ""
   6038 
   6039 #: config/tc-i386.c:5110
   6040 #, c-format
   6041 msgid "segment override on `%s' is ineffectual"
   6042 msgstr ""
   6043 
   6044 #: config/tc-i386.c:5807 config/tc-i386.c:5901 config/tc-i386.c:5946
   6045 msgid "skipping prefixes on this instruction"
   6046 msgstr ""
   6047 
   6048 #: config/tc-i386.c:5966
   6049 msgid "16-bit jump out of range"
   6050 msgstr ""
   6051 
   6052 #: config/tc-i386.c:5975
   6053 #, c-format
   6054 msgid "can't handle non absolute segment in `%s'"
   6055 msgstr ""
   6056 
   6057 #: config/tc-i386.c:6555
   6058 #, c-format
   6059 msgid "@%s reloc is not supported with %d-bit output format"
   6060 msgstr ""
   6061 
   6062 #: config/tc-i386.c:6603
   6063 #, c-format
   6064 msgid "missing or invalid expression `%s'"
   6065 msgstr ""
   6066 
   6067 #: config/tc-i386.c:6661
   6068 #, c-format
   6069 msgid "at most %d immediate operands are allowed"
   6070 msgstr ""
   6071 
   6072 #: config/tc-i386.c:6683 config/tc-i386.c:6930
   6073 #, c-format
   6074 msgid "junk `%s' after expression"
   6075 msgstr ""
   6076 
   6077 #: config/tc-i386.c:6704
   6078 #, c-format
   6079 msgid "missing or invalid immediate expression `%s'"
   6080 msgstr ""
   6081 
   6082 #: config/tc-i386.c:6727 config/tc-i386.c:7020
   6083 #, c-format
   6084 msgid "unimplemented segment %s in operand"
   6085 msgstr ""
   6086 
   6087 #: config/tc-i386.c:6734
   6088 #, c-format
   6089 msgid "illegal immediate register operand %s"
   6090 msgstr ""
   6091 
   6092 #: config/tc-i386.c:6782
   6093 #, c-format
   6094 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
   6095 msgstr ""
   6096 
   6097 #: config/tc-i386.c:6791
   6098 #, c-format
   6099 msgid "scale factor of %d without an index register"
   6100 msgstr ""
   6101 
   6102 #: config/tc-i386.c:6813
   6103 #, c-format
   6104 msgid "at most %d displacement operands are allowed"
   6105 msgstr ""
   6106 
   6107 #: config/tc-i386.c:6986
   6108 #, c-format
   6109 msgid "missing or invalid displacement expression `%s'"
   6110 msgstr ""
   6111 
   6112 #: config/tc-i386.c:7003
   6113 #, c-format
   6114 msgid "0x%lx out range of signed 32bit displacement"
   6115 msgstr ""
   6116 
   6117 #: config/tc-i386.c:7107
   6118 #, c-format
   6119 msgid "`%s' is not valid here (expected `%c%s%s%c')"
   6120 msgstr ""
   6121 
   6122 #: config/tc-i386.c:7187
   6123 #, c-format
   6124 msgid "`%s' is not a valid %s expression"
   6125 msgstr ""
   6126 
   6127 #: config/tc-i386.c:7192
   6128 #, c-format
   6129 msgid "`%s' is not a valid %s-bit %s expression"
   6130 msgstr ""
   6131 
   6132 #: config/tc-i386.c:7273
   6133 #, c-format
   6134 msgid "bad memory operand `%s'"
   6135 msgstr ""
   6136 
   6137 #: config/tc-i386.c:7288
   6138 #, c-format
   6139 msgid "junk `%s' after register"
   6140 msgstr ""
   6141 
   6142 #: config/tc-i386.c:7301 config/tc-i386.c:7417 config/tc-i386.c:7458
   6143 #, c-format
   6144 msgid "bad register name `%s'"
   6145 msgstr ""
   6146 
   6147 #: config/tc-i386.c:7309
   6148 msgid "immediate operand illegal with absolute jump"
   6149 msgstr ""
   6150 
   6151 #: config/tc-i386.c:7331
   6152 #, c-format
   6153 msgid "too many memory references for `%s'"
   6154 msgstr ""
   6155 
   6156 #: config/tc-i386.c:7409
   6157 #, c-format
   6158 msgid "expecting `,' or `)' after index register in `%s'"
   6159 msgstr ""
   6160 
   6161 #: config/tc-i386.c:7434
   6162 #, c-format
   6163 msgid "expecting `)' after scale factor in `%s'"
   6164 msgstr ""
   6165 
   6166 #: config/tc-i386.c:7442
   6167 #, c-format
   6168 msgid "expecting index register or scale factor after `,'; got '%c'"
   6169 msgstr ""
   6170 
   6171 #: config/tc-i386.c:7450
   6172 #, c-format
   6173 msgid "expecting `,' or `)' after base register in `%s'"
   6174 msgstr ""
   6175 
   6176 #. It's not a memory operand; argh!
   6177 #: config/tc-i386.c:7494
   6178 #, c-format
   6179 msgid "invalid char %s beginning operand %d `%s'"
   6180 msgstr ""
   6181 
   6182 #: config/tc-i386.c:7676
   6183 msgid "long jump required"
   6184 msgstr ""
   6185 
   6186 #: config/tc-i386.c:7731
   6187 msgid "jump target out of range"
   6188 msgstr "jump "
   6189 
   6190 #: config/tc-i386.c:8249
   6191 msgid "no compiled in support for x86_64"
   6192 msgstr "x86_64 "
   6193 
   6194 #: config/tc-i386.c:8269
   6195 msgid "no compiled in support for 32bit x86_64"
   6196 msgstr "32  x86_64 "
   6197 
   6198 #: config/tc-i386.c:8273
   6199 msgid "32bit x86_64 is only supported for ELF"
   6200 msgstr ""
   6201 
   6202 #: config/tc-i386.c:8303 config/tc-i386.c:8359
   6203 #, c-format
   6204 msgid "invalid -march= option: `%s'"
   6205 msgstr " -march= : `%s'"
   6206 
   6207 #: config/tc-i386.c:8368 config/tc-i386.c:8380
   6208 #, c-format
   6209 msgid "invalid -mtune= option: `%s'"
   6210 msgstr " -mtune= : `%s'"
   6211 
   6212 #: config/tc-i386.c:8389
   6213 #, c-format
   6214 msgid "invalid -mmnemonic= option: `%s'"
   6215 msgstr " -mmnemonic= : `%s'"
   6216 
   6217 #: config/tc-i386.c:8398
   6218 #, c-format
   6219 msgid "invalid -msyntax= option: `%s'"
   6220 msgstr " -msyntax= : `%s'"
   6221 
   6222 #: config/tc-i386.c:8425
   6223 #, c-format
   6224 msgid "invalid -msse-check= option: `%s'"
   6225 msgstr " -msse-check= : `%s'"
   6226 
   6227 #: config/tc-i386.c:8434
   6228 #, c-format
   6229 msgid "invalid -mavxscalar= option: `%s'"
   6230 msgstr " -mavxscalar= : `%s'"
   6231 
   6232 #: config/tc-i386.c:8526
   6233 #, c-format
   6234 msgid ""
   6235 "  -Q                      ignored\n"
   6236 "  -V                      print assembler version number\n"
   6237 "  -k                      ignored\n"
   6238 msgstr ""
   6239 "  -Q                      \n"
   6240 "  -V                      \n"
   6241 "  -k                      \n"
   6242 
   6243 #: config/tc-i386.c:8531
   6244 #, c-format
   6245 msgid ""
   6246 "  -n                      Do not optimize code alignment\n"
   6247 "  -q                      quieten some warnings\n"
   6248 msgstr ""
   6249 "  -n                      \n"
   6250 "  -q                      \n"
   6251 
   6252 #: config/tc-i386.c:8535
   6253 #, c-format
   6254 msgid "  -s                      ignored\n"
   6255 msgstr "  -s                      \n"
   6256 
   6257 #: config/tc-i386.c:8540
   6258 #, c-format
   6259 msgid "  --32/--64/--x32         generate 32bit/64bit/x32 code\n"
   6260 msgstr "  --32/--64/--x32         32/64/x32 \n"
   6261 
   6262 #: config/tc-i386.c:8544
   6263 #, c-format
   6264 msgid "  --divide                do not treat `/' as a comment character\n"
   6265 msgstr "  --divide                `/' \n"
   6266 
   6267 #: config/tc-i386.c:8547
   6268 #, c-format
   6269 msgid "  --divide                ignored\n"
   6270 msgstr "  --divide                \n"
   6271 
   6272 #: config/tc-i386.c:8550
   6273 #, c-format
   6274 msgid ""
   6275 "  -march=CPU[,+EXTENSION...]\n"
   6276 "                          generate code for CPU and EXTENSION, CPU is one of:\n"
   6277 msgstr ""
   6278 
   6279 #: config/tc-i386.c:8554
   6280 #, c-format
   6281 msgid "                          EXTENSION is combination of:\n"
   6282 msgstr ""
   6283 
   6284 #: config/tc-i386.c:8557
   6285 #, c-format
   6286 msgid "  -mtune=CPU              optimize for CPU, CPU is one of:\n"
   6287 msgstr ""
   6288 
   6289 #: config/tc-i386.c:8560
   6290 #, c-format
   6291 msgid "  -msse2avx               encode SSE instructions with VEX prefix\n"
   6292 msgstr ""
   6293 
   6294 #: config/tc-i386.c:8562
   6295 #, c-format
   6296 msgid ""
   6297 "  -msse-check=[none|error|warning]\n"
   6298 "                          check SSE instructions\n"
   6299 msgstr ""
   6300 "  -msse-check=[none|error|warning]\n"
   6301 "                          SSE \n"
   6302 
   6303 #: config/tc-i386.c:8565
   6304 #, c-format
   6305 msgid ""
   6306 "  -mavxscalar=[128|256]   encode scalar AVX instructions with specific vector\n"
   6307 "                           length\n"
   6308 msgstr ""
   6309 
   6310 #: config/tc-i386.c:8568
   6311 #, c-format
   6312 msgid "  -mmnemonic=[att|intel]  use AT&T/Intel mnemonic\n"
   6313 msgstr ""
   6314 
   6315 #: config/tc-i386.c:8570
   6316 #, c-format
   6317 msgid "  -msyntax=[att|intel]    use AT&T/Intel syntax\n"
   6318 msgstr "  -msyntax=[att|intel]    AT&T/Intel \n"
   6319 
   6320 #: config/tc-i386.c:8572
   6321 #, c-format
   6322 msgid "  -mindex-reg             support pseudo index registers\n"
   6323 msgstr ""
   6324 
   6325 #: config/tc-i386.c:8574
   6326 #, c-format
   6327 msgid "  -mnaked-reg             don't require `%%' prefix for registers\n"
   6328 msgstr "  -mnaked-reg              `%%' \n"
   6329 
   6330 #: config/tc-i386.c:8576
   6331 #, c-format
   6332 msgid "  -mold-gcc               support old (<= 2.8.1) versions of gcc\n"
   6333 msgstr "  -mold-gcc                (<= 2.8.1)  gcc \n"
   6334 
   6335 #: config/tc-i386.c:8650
   6336 msgid "Intel L1OM is 64bit only"
   6337 msgstr "Intel L1OM  64 "
   6338 
   6339 #: config/tc-i386.c:8872
   6340 #, c-format
   6341 msgid "can not do %d byte pc-relative relocation"
   6342 msgstr ""
   6343 
   6344 #: config/tc-i386.c:8890
   6345 #, c-format
   6346 msgid "can not do %d byte relocation"
   6347 msgstr "%d "
   6348 
   6349 #: config/tc-i386.c:8959
   6350 #, fuzzy, c-format
   6351 msgid "cannot represent relocation type %s in x32 mode"
   6352 msgstr " %s  x32 "
   6353 
   6354 #: config/tc-i386.c:8994 config/tc-s390.c:2346
   6355 #, c-format
   6356 msgid "cannot represent relocation type %s"
   6357 msgstr " %s "
   6358 
   6359 #: config/tc-i386.c:9101
   6360 msgid "bad .section directive: want a,l,w,x,M,S,G,T in string"
   6361 msgstr ""
   6362 
   6363 #: config/tc-i386.c:9104
   6364 msgid "bad .section directive: want a,w,x,M,S,G,T in string"
   6365 msgstr ""
   6366 
   6367 #: config/tc-i386.c:9123
   6368 msgid ".largecomm supported only in 64bit mode, producing .comm"
   6369 msgstr ""
   6370 
   6371 #: config/tc-i386.c:9178 read.c:3859
   6372 msgid "unexpected `\"' in expression"
   6373 msgstr ""
   6374 
   6375 #: config/tc-i860.c:122
   6376 msgid "Directive .dual available only with -mintel-syntax option"
   6377 msgstr ""
   6378 
   6379 #: config/tc-i860.c:132
   6380 msgid "Directive .enddual available only with -mintel-syntax option"
   6381 msgstr ""
   6382 
   6383 #: config/tc-i860.c:145
   6384 msgid "Directive .atmp available only with -mintel-syntax option"
   6385 msgstr ""
   6386 
   6387 #: config/tc-i860.c:167 config/tc-i860.c:171
   6388 msgid "Unknown temporary pseudo register"
   6389 msgstr ""
   6390 
   6391 #: config/tc-i860.c:247
   6392 msgid "Defective assembler.  No assembly attempted."
   6393 msgstr ""
   6394 
   6395 #: config/tc-i860.c:393 config/tc-i860.c:939 config/tc-m68k.c:3914
   6396 #: config/tc-m68k.c:3946 config/tc-sparc.c:2697
   6397 msgid "failed sanity check."
   6398 msgstr ""
   6399 
   6400 #: config/tc-i860.c:400
   6401 #, c-format
   6402 msgid "Expanded opcode after delayed branch: `%s'"
   6403 msgstr ""
   6404 
   6405 #: config/tc-i860.c:404
   6406 #, c-format
   6407 msgid "Expanded opcode in dual mode: `%s'"
   6408 msgstr ""
   6409 
   6410 #: config/tc-i860.c:408
   6411 #, c-format
   6412 msgid "An instruction was expanded (%s)"
   6413 msgstr ""
   6414 
   6415 #: config/tc-i860.c:675
   6416 msgid "Pipelined instruction: fsrc1 = fdest"
   6417 msgstr ""
   6418 
   6419 #: config/tc-i860.c:878 config/tc-i860.c:885 config/tc-i860.c:892
   6420 msgid "Assembler does not yet support PIC"
   6421 msgstr ""
   6422 
   6423 #: config/tc-i860.c:956
   6424 #, c-format
   6425 msgid "Illegal operands for %s"
   6426 msgstr ""
   6427 
   6428 #: config/tc-i860.c:973
   6429 #, c-format
   6430 msgid "'d.%s' must be 8-byte aligned"
   6431 msgstr ""
   6432 
   6433 #: config/tc-i860.c:981
   6434 #, c-format
   6435 msgid "Prefix 'd.' invalid for instruction `%s'"
   6436 msgstr ""
   6437 
   6438 #: config/tc-i860.c:1134
   6439 #, c-format
   6440 msgid ""
   6441 "  -EL\t\t\t  generate code for little endian mode (default)\n"
   6442 "  -EB\t\t\t  generate code for big endian mode\n"
   6443 "  -mwarn-expand\t\t  warn if pseudo operations are expanded\n"
   6444 "  -mxp\t\t\t  enable i860XP support (disabled by default)\n"
   6445 "  -mintel-syntax\t  enable Intel syntax (default to AT&T/SVR4)\n"
   6446 msgstr ""
   6447 
   6448 #. SVR4 compatibility flags.
   6449 #: config/tc-i860.c:1142
   6450 #, c-format
   6451 msgid ""
   6452 "  -V\t\t\t  print assembler version number\n"
   6453 "  -Qy, -Qn\t\t  ignored\n"
   6454 msgstr ""
   6455 "  -V\t\t\t  \n"
   6456 "  -Qy, -Qn\t\t  \n"
   6457 
   6458 #: config/tc-i860.c:1205
   6459 msgid "This immediate requires 0 MOD 2 alignment"
   6460 msgstr ""
   6461 
   6462 #: config/tc-i860.c:1208
   6463 msgid "This immediate requires 0 MOD 4 alignment"
   6464 msgstr ""
   6465 
   6466 #: config/tc-i860.c:1211
   6467 msgid "This immediate requires 0 MOD 8 alignment"
   6468 msgstr ""
   6469 
   6470 #: config/tc-i860.c:1214
   6471 msgid "This immediate requires 0 MOD 16 alignment"
   6472 msgstr ""
   6473 
   6474 #: config/tc-i860.c:1309
   6475 msgid "5-bit immediate too large"
   6476 msgstr ""
   6477 
   6478 #: config/tc-i860.c:1312
   6479 msgid "5-bit field must be absolute"
   6480 msgstr ""
   6481 
   6482 #: config/tc-i860.c:1357 config/tc-i860.c:1380
   6483 msgid "A branch offset requires 0 MOD 4 alignment"
   6484 msgstr ""
   6485 
   6486 #: config/tc-i860.c:1401
   6487 #, c-format
   6488 msgid "Unrecognized fix-up (0x%08lx)"
   6489 msgstr ""
   6490 
   6491 #: config/tc-i960.c:486
   6492 #, c-format
   6493 msgid "Hashing returned \"%s\"."
   6494 msgstr ""
   6495 
   6496 #: config/tc-i960.c:582 config/tc-i960.c:1112
   6497 msgid "expression syntax error"
   6498 msgstr ""
   6499 
   6500 #: config/tc-i960.c:618
   6501 msgid "attempt to branch into different segment"
   6502 msgstr ""
   6503 
   6504 #: config/tc-i960.c:622
   6505 #, c-format
   6506 msgid "target of %s instruction must be a label"
   6507 msgstr ""
   6508 
   6509 #: config/tc-i960.c:732
   6510 msgid "unaligned register"
   6511 msgstr ""
   6512 
   6513 #: config/tc-i960.c:754
   6514 msgid "no such sfr in this architecture"
   6515 msgstr ""
   6516 
   6517 #: config/tc-i960.c:792
   6518 msgid "illegal literal"
   6519 msgstr ""
   6520 
   6521 #: config/tc-i960.c:942
   6522 msgid "invalid index register"
   6523 msgstr ""
   6524 
   6525 #: config/tc-i960.c:965
   6526 msgid "invalid scale factor"
   6527 msgstr ""
   6528 
   6529 #: config/tc-i960.c:1189
   6530 msgid "architecture of opcode conflicts with that of earlier instruction(s)"
   6531 msgstr ""
   6532 
   6533 #: config/tc-i960.c:1423 config/tc-xtensa.c:11519
   6534 msgid "too many operands"
   6535 msgstr ""
   6536 
   6537 #. We never moved: there was no opcode either!
   6538 #: config/tc-i960.c:1471
   6539 msgid "missing opcode"
   6540 msgstr ""
   6541 
   6542 #: config/tc-i960.c:1611
   6543 msgid "branch prediction invalid on this opcode"
   6544 msgstr ""
   6545 
   6546 #: config/tc-i960.c:1649
   6547 #, c-format
   6548 msgid "invalid opcode, \"%s\"."
   6549 msgstr ""
   6550 
   6551 #: config/tc-i960.c:1651
   6552 #, c-format
   6553 msgid "improper number of operands.  expecting %d, got %d"
   6554 msgstr ""
   6555 
   6556 #: config/tc-i960.c:1751
   6557 #, c-format
   6558 msgid "Fixup of %ld too large for field width of %d"
   6559 msgstr ""
   6560 
   6561 #: config/tc-i960.c:1861
   6562 #, c-format
   6563 msgid "invalid architecture %s"
   6564 msgstr ""
   6565 
   6566 #: config/tc-i960.c:1881
   6567 #, c-format
   6568 msgid "I960 options:\n"
   6569 msgstr ""
   6570 
   6571 #: config/tc-i960.c:1884
   6572 #, c-format
   6573 msgid ""
   6574 "\n"
   6575 "\t\t\tspecify variant of 960 architecture\n"
   6576 "-b\t\t\tadd code to collect statistics about branches taken\n"
   6577 "-link-relax\t\tpreserve individual alignment directives so linker\n"
   6578 "\t\t\tcan do relaxing (b.out format only)\n"
   6579 "-no-relax\t\tdon't alter compare-and-branch instructions for\n"
   6580 "\t\t\tlong displacements\n"
   6581 msgstr ""
   6582 
   6583 #: config/tc-i960.c:2146
   6584 msgid "should have 1 or 2 operands"
   6585 msgstr ""
   6586 
   6587 #: config/tc-i960.c:2154 config/tc-i960.c:2169
   6588 #, c-format
   6589 msgid "Redefining leafproc %s"
   6590 msgstr ""
   6591 
   6592 #: config/tc-i960.c:2199
   6593 msgid "should have two operands"
   6594 msgstr ""
   6595 
   6596 #: config/tc-i960.c:2209
   6597 msgid "'entry_num' must be absolute number in [0,31]"
   6598 msgstr ""
   6599 
   6600 #: config/tc-i960.c:2217
   6601 #, c-format
   6602 msgid "Redefining entrynum for sysproc %s"
   6603 msgstr ""
   6604 
   6605 #. Should not happen: see block comment above.
   6606 #: config/tc-i960.c:2317
   6607 #, c-format
   6608 msgid "Trying to 'bal' to %s"
   6609 msgstr ""
   6610 
   6611 #: config/tc-i960.c:2327
   6612 msgid "Looks like a proc, but can't tell what kind.\n"
   6613 msgstr ""
   6614 
   6615 #: config/tc-i960.c:2346
   6616 msgid "big endian mode is not supported"
   6617 msgstr ""
   6618 
   6619 #: config/tc-i960.c:2348
   6620 #, c-format
   6621 msgid "ignoring unrecognized .endian type `%s'"
   6622 msgstr ""
   6623 
   6624 #: config/tc-i960.c:2393
   6625 msgid "can't use COBR format with external label"
   6626 msgstr ""
   6627 
   6628 #: config/tc-i960.c:2568
   6629 msgid "option --link-relax is only supported in b.out format"
   6630 msgstr ""
   6631 
   6632 #: config/tc-i960.c:2595
   6633 #, c-format
   6634 msgid "No 'bal' entry point for leafproc %s"
   6635 msgstr ""
   6636 
   6637 #: config/tc-ia64.c:864
   6638 msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string"
   6639 msgstr ""
   6640 
   6641 #: config/tc-ia64.c:916
   6642 msgid "Size of frame exceeds maximum of 96 registers"
   6643 msgstr ""
   6644 
   6645 #: config/tc-ia64.c:921
   6646 msgid "Size of rotating registers exceeds frame size"
   6647 msgstr ""
   6648 
   6649 #: config/tc-ia64.c:1008
   6650 msgid "Unwind directive not followed by an instruction."
   6651 msgstr ""
   6652 
   6653 #: config/tc-ia64.c:1017 config/tc-ia64.c:7449
   6654 msgid "qualifying predicate not followed by instruction"
   6655 msgstr ""
   6656 
   6657 #: config/tc-ia64.c:1082 config/tc-ia64.c:1116
   6658 msgid "record type is not valid"
   6659 msgstr ""
   6660 
   6661 #: config/tc-ia64.c:1185
   6662 msgid "Invalid record type for P3 format."
   6663 msgstr ""
   6664 
   6665 #: config/tc-ia64.c:1221
   6666 msgid "Invalid record type for format P6"
   6667 msgstr ""
   6668 
   6669 #: config/tc-ia64.c:1401 config/tc-ia64.c:1453
   6670 msgid "Invalid record type for format B1"
   6671 msgstr ""
   6672 
   6673 #: config/tc-ia64.c:1486
   6674 msgid "Invalid record type for format X1"
   6675 msgstr ""
   6676 
   6677 #: config/tc-ia64.c:1528
   6678 msgid "Invalid record type for format X3"
   6679 msgstr ""
   6680 
   6681 #: config/tc-ia64.c:1566
   6682 msgid "Previous .save incomplete"
   6683 msgstr ""
   6684 
   6685 #: config/tc-ia64.c:2391
   6686 msgid "spill_mask record unimplemented."
   6687 msgstr ""
   6688 
   6689 #: config/tc-ia64.c:2448
   6690 msgid "record_type_not_valid"
   6691 msgstr ""
   6692 
   6693 #: config/tc-ia64.c:2533
   6694 msgid "Ignoring attempt to spill beyond end of region"
   6695 msgstr ""
   6696 
   6697 #: config/tc-ia64.c:2592
   6698 msgid "Only constant space allocation is supported"
   6699 msgstr ""
   6700 
   6701 #: config/tc-ia64.c:2606
   6702 msgid "Only constant offsets are supported"
   6703 msgstr ""
   6704 
   6705 #: config/tc-ia64.c:2629
   6706 msgid "Section switching in code is not supported."
   6707 msgstr ""
   6708 
   6709 #: config/tc-ia64.c:2671
   6710 msgid " Insn slot not set in unwind record."
   6711 msgstr ""
   6712 
   6713 #: config/tc-ia64.c:2745
   6714 msgid "frgr_mem record before region record!"
   6715 msgstr ""
   6716 
   6717 #: config/tc-ia64.c:2756
   6718 msgid "fr_mem record before region record!"
   6719 msgstr ""
   6720 
   6721 #: config/tc-ia64.c:2765
   6722 msgid "gr_mem record before region record!"
   6723 msgstr ""
   6724 
   6725 #: config/tc-ia64.c:2774
   6726 msgid "br_mem record before region record!"
   6727 msgstr ""
   6728 
   6729 #: config/tc-ia64.c:2784
   6730 msgid "gr_gr record before region record!"
   6731 msgstr ""
   6732 
   6733 #: config/tc-ia64.c:2792
   6734 msgid "br_gr record before region record!"
   6735 msgstr ""
   6736 
   6737 #: config/tc-ia64.c:2910
   6738 #, c-format
   6739 msgid "First operand to .%s must be a predicate"
   6740 msgstr ""
   6741 
   6742 #: config/tc-ia64.c:2914
   6743 #, c-format
   6744 msgid "Pointless use of p0 as first operand to .%s"
   6745 msgstr ""
   6746 
   6747 #: config/tc-ia64.c:2970
   6748 #, c-format
   6749 msgid "Operand %d to .%s must be a preserved register"
   6750 msgstr ""
   6751 
   6752 #: config/tc-ia64.c:3006
   6753 #, c-format
   6754 msgid "Operand %d to .%s must be a writable register"
   6755 msgstr ""
   6756 
   6757 #: config/tc-ia64.c:3031
   6758 #, c-format
   6759 msgid "Radix `%s' unsupported or invalid"
   6760 msgstr ""
   6761 
   6762 #: config/tc-ia64.c:3061 config/tc-ia64.c:3066
   6763 #, c-format
   6764 msgid ".%s outside of %s"
   6765 msgstr ""
   6766 
   6767 #: config/tc-ia64.c:3151
   6768 msgid "Tags on unwind pseudo-ops aren't supported, yet"
   6769 msgstr ""
   6770 
   6771 #: config/tc-ia64.c:3173
   6772 msgid "First operand to .fframe must be a constant"
   6773 msgstr ""
   6774 
   6775 #: config/tc-ia64.c:3193
   6776 msgid "First operand to .vframe must be a general register"
   6777 msgstr ""
   6778 
   6779 #: config/tc-ia64.c:3201
   6780 msgid "Operand of .vframe contradicts .prologue"
   6781 msgstr ""
   6782 
   6783 #: config/tc-ia64.c:3211
   6784 msgid ".vframepsp is meaningless, assuming .vframesp was meant"
   6785 msgstr ""
   6786 
   6787 #: config/tc-ia64.c:3219
   6788 msgid "Operand to .vframesp must be a constant (sp-relative offset)"
   6789 msgstr ""
   6790 
   6791 #: config/tc-ia64.c:3246
   6792 msgid "First operand to .save not a register"
   6793 msgstr ""
   6794 
   6795 #: config/tc-ia64.c:3252
   6796 msgid "Second operand to .save not a valid register"
   6797 msgstr ""
   6798 
   6799 #: config/tc-ia64.c:3283 config/tc-ia64.c:3294 config/tc-ia64.c:3302
   6800 msgid "Second operand of .save contradicts .prologue"
   6801 msgstr ""
   6802 
   6803 #: config/tc-ia64.c:3309
   6804 msgid "First operand to .save not a valid register"
   6805 msgstr ""
   6806 
   6807 #: config/tc-ia64.c:3327
   6808 msgid "First operand to .restore must be stack pointer (sp)"
   6809 msgstr ""
   6810 
   6811 #: config/tc-ia64.c:3336
   6812 msgid "Second operand to .restore must be a constant >= 0"
   6813 msgstr ""
   6814 
   6815 #: config/tc-ia64.c:3346
   6816 #, c-format
   6817 msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
   6818 msgstr ""
   6819 
   6820 #: config/tc-ia64.c:3433
   6821 #, c-format
   6822 msgid "Illegal section name `%s' (causes unwind section name clash)"
   6823 msgstr ""
   6824 
   6825 #: config/tc-ia64.c:3624
   6826 msgid "First operand to .altrp not a valid branch register"
   6827 msgstr ""
   6828 
   6829 #: config/tc-ia64.c:3653
   6830 #, c-format
   6831 msgid "First operand to .%s not a register"
   6832 msgstr ""
   6833 
   6834 #: config/tc-ia64.c:3658
   6835 #, c-format
   6836 msgid "Second operand to .%s not a constant"
   6837 msgstr ""
   6838 
   6839 #: config/tc-ia64.c:3725
   6840 #, c-format
   6841 msgid "First operand to .%s not a valid register"
   6842 msgstr ""
   6843 
   6844 #: config/tc-ia64.c:3748
   6845 msgid "First operand to .save.g must be a positive 4-bit constant"
   6846 msgstr ""
   6847 
   6848 #: config/tc-ia64.c:3761
   6849 msgid "Second operand to .save.g must be a general register"
   6850 msgstr ""
   6851 
   6852 #: config/tc-ia64.c:3766
   6853 #, c-format
   6854 msgid "Second operand to .save.g must be the first of %d general registers"
   6855 msgstr ""
   6856 
   6857 #: config/tc-ia64.c:3789
   6858 msgid "Operand to .save.f must be a positive 20-bit constant"
   6859 msgstr ""
   6860 
   6861 #: config/tc-ia64.c:3812
   6862 msgid "First operand to .save.b must be a positive 5-bit constant"
   6863 msgstr ""
   6864 
   6865 #: config/tc-ia64.c:3825
   6866 msgid "Second operand to .save.b must be a general register"
   6867 msgstr ""
   6868 
   6869 #: config/tc-ia64.c:3830
   6870 #, c-format
   6871 msgid "Second operand to .save.b must be the first of %d general registers"
   6872 msgstr ""
   6873 
   6874 #: config/tc-ia64.c:3856
   6875 msgid "First operand to .save.gf must be a non-negative 4-bit constant"
   6876 msgstr ""
   6877 
   6878 #: config/tc-ia64.c:3864
   6879 msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
   6880 msgstr ""
   6881 
   6882 #: config/tc-ia64.c:3872
   6883 msgid "Operands to .save.gf may not be both zero"
   6884 msgstr ""
   6885 
   6886 #: config/tc-ia64.c:3889
   6887 msgid "Operand to .spill must be a constant"
   6888 msgstr ""
   6889 
   6890 #: config/tc-ia64.c:3958
   6891 #, c-format
   6892 msgid "Operand %d to .%s must be a constant"
   6893 msgstr ""
   6894 
   6895 #: config/tc-ia64.c:3979
   6896 #, c-format
   6897 msgid "Missing .label_state %ld"
   6898 msgstr ""
   6899 
   6900 #: config/tc-ia64.c:4033
   6901 msgid "Operand to .label_state must be a constant"
   6902 msgstr ""
   6903 
   6904 #: config/tc-ia64.c:4052
   6905 msgid "Operand to .copy_state must be a constant"
   6906 msgstr ""
   6907 
   6908 #: config/tc-ia64.c:4075
   6909 msgid "First operand to .unwabi must be a constant"
   6910 msgstr ""
   6911 
   6912 #: config/tc-ia64.c:4081
   6913 msgid "Second operand to .unwabi must be a constant"
   6914 msgstr ""
   6915 
   6916 #: config/tc-ia64.c:4116
   6917 msgid "Missing .endp after previous .proc"
   6918 msgstr ""
   6919 
   6920 #: config/tc-ia64.c:4135
   6921 msgid "Empty argument of .proc"
   6922 msgstr ""
   6923 
   6924 #: config/tc-ia64.c:4140
   6925 #, c-format
   6926 msgid "`%s' was already defined"
   6927 msgstr ""
   6928 
   6929 #: config/tc-ia64.c:4183
   6930 msgid "Initial .body should precede any instructions"
   6931 msgstr ""
   6932 
   6933 #: config/tc-ia64.c:4202
   6934 msgid ".prologue within prologue"
   6935 msgstr ""
   6936 
   6937 #: config/tc-ia64.c:4207
   6938 msgid "Initial .prologue should precede any instructions"
   6939 msgstr ""
   6940 
   6941 #: config/tc-ia64.c:4217
   6942 msgid "First operand to .prologue must be a positive 4-bit constant"
   6943 msgstr ""
   6944 
   6945 #: config/tc-ia64.c:4219
   6946 msgid "Pointless use of zero first operand to .prologue"
   6947 msgstr ""
   6948 
   6949 #: config/tc-ia64.c:4233
   6950 msgid "Using a constant as second operand to .prologue is deprecated"
   6951 msgstr ""
   6952 
   6953 #: config/tc-ia64.c:4239
   6954 msgid "Second operand to .prologue must be a general register"
   6955 msgstr ""
   6956 
   6957 #: config/tc-ia64.c:4244
   6958 #, c-format
   6959 msgid "Second operand to .prologue must be the first of %d general registers"
   6960 msgstr ""
   6961 
   6962 #: config/tc-ia64.c:4356
   6963 #, c-format
   6964 msgid "`%s' was not defined within procedure"
   6965 msgstr ""
   6966 
   6967 #: config/tc-ia64.c:4394
   6968 msgid "Empty argument of .endp"
   6969 msgstr ""
   6970 
   6971 #: config/tc-ia64.c:4408
   6972 #, c-format
   6973 msgid "`%s' was not specified with previous .proc"
   6974 msgstr ""
   6975 
   6976 #: config/tc-ia64.c:4423
   6977 #, c-format
   6978 msgid "`%s' should be an operand to this .endp"
   6979 msgstr ""
   6980 
   6981 #: config/tc-ia64.c:4464 config/tc-ia64.c:4802 config/tc-ia64.c:5109
   6982 msgid "Comma expected"
   6983 msgstr ""
   6984 
   6985 #: config/tc-ia64.c:4505
   6986 msgid "Expected '['"
   6987 msgstr ""
   6988 
   6989 #: config/tc-ia64.c:4514 config/tc-ia64.c:7584
   6990 msgid "Expected ']'"
   6991 msgstr ""
   6992 
   6993 #: config/tc-ia64.c:4519
   6994 msgid "Number of elements must be positive"
   6995 msgstr ""
   6996 
   6997 #: config/tc-ia64.c:4530
   6998 #, c-format
   6999 msgid "Used more than the declared %d rotating registers"
   7000 msgstr ""
   7001 
   7002 #: config/tc-ia64.c:4538
   7003 msgid "Used more than the available 96 rotating registers"
   7004 msgstr ""
   7005 
   7006 #: config/tc-ia64.c:4545
   7007 msgid "Used more than the available 48 rotating registers"
   7008 msgstr ""
   7009 
   7010 #: config/tc-ia64.c:4573
   7011 #, c-format
   7012 msgid "Attempt to redefine register set `%s'"
   7013 msgstr ""
   7014 
   7015 #: config/tc-ia64.c:4639
   7016 #, c-format
   7017 msgid "Unknown psr option `%s'"
   7018 msgstr ""
   7019 
   7020 #: config/tc-ia64.c:4687
   7021 msgid "Missing section name"
   7022 msgstr ""
   7023 
   7024 #: config/tc-ia64.c:4697
   7025 msgid "Comma expected after section name"
   7026 msgstr ""
   7027 
   7028 #: config/tc-ia64.c:4708
   7029 msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
   7030 msgstr ""
   7031 
   7032 #: config/tc-ia64.c:4797
   7033 msgid "Register name expected"
   7034 msgstr ""
   7035 
   7036 #: config/tc-ia64.c:4810
   7037 msgid "Register value annotation ignored"
   7038 msgstr ""
   7039 
   7040 #: config/tc-ia64.c:4849
   7041 msgid "Directive invalid within a bundle"
   7042 msgstr ""
   7043 
   7044 #: config/tc-ia64.c:4940
   7045 msgid "Missing predicate relation type"
   7046 msgstr ""
   7047 
   7048 #: config/tc-ia64.c:4946
   7049 msgid "Unrecognized predicate relation type"
   7050 msgstr ""
   7051 
   7052 #: config/tc-ia64.c:4992
   7053 msgid "Bad register range"
   7054 msgstr ""
   7055 
   7056 #: config/tc-ia64.c:5001 config/tc-ia64.c:7529
   7057 msgid "Predicate register expected"
   7058 msgstr ""
   7059 
   7060 #: config/tc-ia64.c:5006
   7061 msgid "Duplicate predicate register ignored"
   7062 msgstr ""
   7063 
   7064 #: config/tc-ia64.c:5022
   7065 msgid "Predicate source and target required"
   7066 msgstr ""
   7067 
   7068 #: config/tc-ia64.c:5024 config/tc-ia64.c:5036
   7069 msgid "Use of p0 is not valid in this context"
   7070 msgstr ""
   7071 
   7072 #: config/tc-ia64.c:5031
   7073 msgid "At least two PR arguments expected"
   7074 msgstr ""
   7075 
   7076 #: config/tc-ia64.c:5045
   7077 msgid "At least one PR argument expected"
   7078 msgstr ""
   7079 
   7080 #: config/tc-ia64.c:5080
   7081 #, c-format
   7082 msgid "Inserting \"%s\" into entry hint table failed: %s"
   7083 msgstr ""
   7084 
   7085 #. FIXME -- need 62-bit relocation type
   7086 #: config/tc-ia64.c:5548
   7087 msgid "62-bit relocation not yet implemented"
   7088 msgstr ""
   7089 
   7090 #. XXX technically, this is wrong: we should not be issuing warning
   7091 #. messages until we're sure this instruction pattern is going to
   7092 #. be used!
   7093 #: config/tc-ia64.c:5632
   7094 msgid "lower 16 bits of mask ignored"
   7095 msgstr ""
   7096 
   7097 #: config/tc-ia64.c:5946
   7098 msgid "Expected separator `='"
   7099 msgstr ""
   7100 
   7101 #: config/tc-ia64.c:5980
   7102 msgid "Duplicate equal sign (=) in instruction"
   7103 msgstr ""
   7104 
   7105 #: config/tc-ia64.c:5987
   7106 #, c-format
   7107 msgid "Illegal operand separator `%c'"
   7108 msgstr ""
   7109 
   7110 #: config/tc-ia64.c:6102
   7111 #, c-format
   7112 msgid "Operand %u of `%s' should be %s"
   7113 msgstr ""
   7114 
   7115 #: config/tc-ia64.c:6106
   7116 msgid "Wrong number of output operands"
   7117 msgstr ""
   7118 
   7119 #: config/tc-ia64.c:6108
   7120 msgid "Wrong number of input operands"
   7121 msgstr ""
   7122 
   7123 #: config/tc-ia64.c:6110
   7124 msgid "Operand mismatch"
   7125 msgstr ""
   7126 
   7127 #: config/tc-ia64.c:6192
   7128 #, c-format
   7129 msgid "Invalid use of `%c%d' as output operand"
   7130 msgstr ""
   7131 
   7132 #: config/tc-ia64.c:6195
   7133 #, c-format
   7134 msgid "Invalid use of `r%d' as base update address operand"
   7135 msgstr ""
   7136 
   7137 #: config/tc-ia64.c:6219
   7138 #, c-format
   7139 msgid "Invalid duplicate use of `%c%d'"
   7140 msgstr ""
   7141 
   7142 #: config/tc-ia64.c:6226
   7143 #, c-format
   7144 msgid "Invalid simultaneous use of `f%d' and `f%d'"
   7145 msgstr ""
   7146 
   7147 #: config/tc-ia64.c:6232
   7148 #, c-format
   7149 msgid "Dangerous simultaneous use of `f%d' and `f%d'"
   7150 msgstr ""
   7151 
   7152 #: config/tc-ia64.c:6276
   7153 msgid "Value truncated to 62 bits"
   7154 msgstr ""
   7155 
   7156 #: config/tc-ia64.c:6339
   7157 #, c-format
   7158 msgid "Bad operand value: %s"
   7159 msgstr ""
   7160 
   7161 #. Give an error if a frag containing code is not aligned to a 16 byte
   7162 #. boundary.
   7163 #: config/tc-ia64.c:6414 config/tc-ia64.h:177
   7164 msgid "instruction address is not a multiple of 16"
   7165 msgstr ""
   7166 
   7167 #: config/tc-ia64.c:6482
   7168 #, c-format
   7169 msgid "`%s' must be last in bundle"
   7170 msgstr ""
   7171 
   7172 #: config/tc-ia64.c:6514
   7173 #, c-format
   7174 msgid "Internal error: don't know how to force %s to end of instruction group"
   7175 msgstr ""
   7176 
   7177 #: config/tc-ia64.c:6527
   7178 #, c-format
   7179 msgid "`%s' must be last in instruction group"
   7180 msgstr ""
   7181 
   7182 #: config/tc-ia64.c:6557
   7183 msgid "Label must be first in a bundle"
   7184 msgstr ""
   7185 
   7186 #: config/tc-ia64.c:6634
   7187 msgid "hint in B unit may be treated as nop"
   7188 msgstr ""
   7189 
   7190 #: config/tc-ia64.c:6645
   7191 msgid "hint in B unit can't be used"
   7192 msgstr ""
   7193 
   7194 #: config/tc-ia64.c:6659
   7195 msgid "emit_one_bundle: unexpected dynamic op"
   7196 msgstr ""
   7197 
   7198 #: config/tc-ia64.c:6782
   7199 #, c-format
   7200 msgid "`%s' does not fit into %s template"
   7201 msgstr ""
   7202 
   7203 #: config/tc-ia64.c:6797
   7204 #, c-format
   7205 msgid "`%s' does not fit into bundle"
   7206 msgstr ""
   7207 
   7208 #: config/tc-ia64.c:6809
   7209 #, c-format
   7210 msgid "`%s' can't go in %s of %s template"
   7211 msgstr ""
   7212 
   7213 #: config/tc-ia64.c:6815
   7214 msgid "Missing '}' at end of file"
   7215 msgstr ""
   7216 
   7217 #: config/tc-ia64.c:6962
   7218 #, c-format
   7219 msgid "Unrecognized option '-x%s'"
   7220 msgstr ""
   7221 
   7222 #: config/tc-ia64.c:6989
   7223 msgid ""
   7224 "IA-64 options:\n"
   7225 "  --mconstant-gp\t  mark output file as using the constant-GP model\n"
   7226 "\t\t\t  (sets ELF header flag EF_IA_64_CONS_GP)\n"
   7227 "  --mauto-pic\t\t  mark output file as using the constant-GP model\n"
   7228 "\t\t\t  without function descriptors (sets ELF header flag\n"
   7229 "\t\t\t  EF_IA_64_NOFUNCDESC_CONS_GP)\n"
   7230 "  -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
   7231 "  -mle | -mbe\t\t  select little- or big-endian byte order (default -mle)\n"
   7232 "  -mtune=[itanium1|itanium2]\n"
   7233 "\t\t\t  tune for a specific CPU (default -mtune=itanium2)\n"
   7234 "  -munwind-check=[warning|error]\n"
   7235 "\t\t\t  unwind directive check (default -munwind-check=warning)\n"
   7236 "  -mhint.b=[ok|warning|error]\n"
   7237 "\t\t\t  hint.b check (default -mhint.b=error)\n"
   7238 "  -x | -xexplicit\t  turn on dependency violation checking\n"
   7239 msgstr ""
   7240 
   7241 #. Note for translators: "automagically" can be translated as "automatically" here.
   7242 #: config/tc-ia64.c:7006
   7243 msgid ""
   7244 "  -xauto\t\t  automagically remove dependency violations (default)\n"
   7245 "  -xnone\t\t  turn off dependency violation checking\n"
   7246 "  -xdebug\t\t  debug dependency violation checker\n"
   7247 "  -xdebugn\t\t  debug dependency violation checker but turn off\n"
   7248 "\t\t\t  dependency violation checking\n"
   7249 "  -xdebugx\t\t  debug dependency violation checker and turn on\n"
   7250 "\t\t\t  dependency violation checking\n"
   7251 msgstr ""
   7252 
   7253 #: config/tc-ia64.c:7021
   7254 msgid "--gstabs is not supported for ia64"
   7255 msgstr ""
   7256 
   7257 #: config/tc-ia64.c:7259
   7258 #, c-format
   7259 msgid "ia64.md_begin: can't hash `%s': %s"
   7260 msgstr ""
   7261 
   7262 #: config/tc-ia64.c:7320
   7263 #, c-format
   7264 msgid "Inserting \"%s\" into constant hash table failed: %s"
   7265 msgstr ""
   7266 
   7267 #: config/tc-ia64.c:7332 config/tc-mips.c:1916
   7268 msgid "Could not set architecture and machine"
   7269 msgstr ""
   7270 
   7271 #: config/tc-ia64.c:7464
   7272 msgid "Explicit stops are ignored in auto mode"
   7273 msgstr ""
   7274 
   7275 #: config/tc-ia64.c:7473
   7276 msgid "Found '{' when manual bundling is already turned on"
   7277 msgstr ""
   7278 
   7279 #: config/tc-ia64.c:7486
   7280 msgid "Found '{' after explicit switch to automatic mode"
   7281 msgstr ""
   7282 
   7283 #: config/tc-ia64.c:7492
   7284 msgid "Found '}' when manual bundling is off"
   7285 msgstr ""
   7286 
   7287 #: config/tc-ia64.c:7519
   7288 msgid "Expected ')'"
   7289 msgstr ""
   7290 
   7291 #: config/tc-ia64.c:7524
   7292 msgid "Qualifying predicate expected"
   7293 msgstr ""
   7294 
   7295 #: config/tc-ia64.c:7543
   7296 msgid "Tag must come before qualifying predicate."
   7297 msgstr ""
   7298 
   7299 #: config/tc-ia64.c:7573
   7300 msgid "Expected ':'"
   7301 msgstr ""
   7302 
   7303 #: config/tc-ia64.c:7589
   7304 msgid "Tag name expected"
   7305 msgstr ""
   7306 
   7307 #: config/tc-ia64.c:7691
   7308 msgid "Rotating register index must be a non-negative constant"
   7309 msgstr ""
   7310 
   7311 #: config/tc-ia64.c:7696
   7312 #, c-format
   7313 msgid "Index out of range 0..%u"
   7314 msgstr ""
   7315 
   7316 #: config/tc-ia64.c:7708
   7317 msgid "Indirect register index must be a general register"
   7318 msgstr ""
   7319 
   7320 #: config/tc-ia64.c:7717
   7321 msgid "Index can only be applied to rotating or indirect registers"
   7322 msgstr ""
   7323 
   7324 #: config/tc-ia64.c:7753 config/tc-xstormy16.c:146
   7325 msgid "Expected '('"
   7326 msgstr ""
   7327 
   7328 #: config/tc-ia64.c:7761 config/tc-pdp11.c:448 config/tc-pdp11.c:512
   7329 #: config/tc-pdp11.c:546 config/tc-xstormy16.c:155
   7330 msgid "Missing ')'"
   7331 msgstr ""
   7332 
   7333 #: config/tc-ia64.c:7779 config/tc-xstormy16.c:162
   7334 msgid "Not a symbolic expression"
   7335 msgstr ""
   7336 
   7337 #: config/tc-ia64.c:7784 config/tc-ia64.c:7798
   7338 msgid "Illegal combination of relocation functions"
   7339 msgstr ""
   7340 
   7341 #: config/tc-ia64.c:7887
   7342 msgid "No current frame"
   7343 msgstr ""
   7344 
   7345 #: config/tc-ia64.c:7889
   7346 #, c-format
   7347 msgid "Register number out of range 0..%u"
   7348 msgstr ""
   7349 
   7350 #: config/tc-ia64.c:7927
   7351 msgid "Standalone `#' is illegal"
   7352 msgstr ""
   7353 
   7354 #: config/tc-ia64.c:7930
   7355 msgid "Redundant `#' suffix operators"
   7356 msgstr ""
   7357 
   7358 #: config/tc-ia64.c:8088
   7359 #, c-format
   7360 msgid "Unhandled dependency %s for %s (%s), note %d"
   7361 msgstr ""
   7362 
   7363 #: config/tc-ia64.c:9383
   7364 #, c-format
   7365 msgid "Unrecognized dependency specifier %d\n"
   7366 msgstr ""
   7367 
   7368 #: config/tc-ia64.c:10259
   7369 msgid "Only the first path encountering the conflict is reported"
   7370 msgstr ""
   7371 
   7372 #: config/tc-ia64.c:10261
   7373 msgid "This is the location of the conflicting usage"
   7374 msgstr ""
   7375 
   7376 #: config/tc-ia64.c:10522
   7377 #, c-format
   7378 msgid "Unknown opcode `%s'"
   7379 msgstr ""
   7380 
   7381 #: config/tc-ia64.c:10600
   7382 #, c-format
   7383 msgid "AR %d can only be accessed by %c-unit"
   7384 msgstr ""
   7385 
   7386 #: config/tc-ia64.c:10612
   7387 msgid "hint.b may be treated as nop"
   7388 msgstr ""
   7389 
   7390 #: config/tc-ia64.c:10615
   7391 msgid "hint.b shouldn't be used"
   7392 msgstr ""
   7393 
   7394 #: config/tc-ia64.c:10654
   7395 #, c-format
   7396 msgid "`%s' cannot be predicated"
   7397 msgstr ""
   7398 
   7399 #: config/tc-ia64.c:10726
   7400 msgid "Closing bracket missing"
   7401 msgstr ""
   7402 
   7403 #: config/tc-ia64.c:10735
   7404 msgid "Index must be a general register"
   7405 msgstr ""
   7406 
   7407 #: config/tc-ia64.c:10900
   7408 #, c-format
   7409 msgid "Unsupported fixup size %d"
   7410 msgstr ""
   7411 
   7412 #. This should be an error, but since previously there wasn't any
   7413 #. diagnostic here, don't make it fail because of this for now.
   7414 #: config/tc-ia64.c:11172
   7415 #, c-format
   7416 msgid "Cannot express %s%d%s relocation"
   7417 msgstr ""
   7418 
   7419 #: config/tc-ia64.c:11191
   7420 msgid "No addend allowed in @fptr() relocation"
   7421 msgstr ""
   7422 
   7423 #: config/tc-ia64.c:11230
   7424 msgid "integer operand out of range"
   7425 msgstr ""
   7426 
   7427 #: config/tc-ia64.c:11297
   7428 #, c-format
   7429 msgid "%s must have a constant value"
   7430 msgstr ""
   7431 
   7432 #: config/tc-ia64.c:11317
   7433 msgid "cannot resolve @slotcount parameter"
   7434 msgstr ""
   7435 
   7436 #: config/tc-ia64.c:11350
   7437 msgid "invalid @slotcount value"
   7438 msgstr ""
   7439 
   7440 #: config/tc-ia64.c:11387 config/tc-z8k.c:1372
   7441 #, c-format
   7442 msgid "Cannot represent %s relocation in object file"
   7443 msgstr ""
   7444 
   7445 #: config/tc-ia64.c:11498
   7446 msgid "Can't add stop bit to mark end of instruction group"
   7447 msgstr ""
   7448 
   7449 #: config/tc-ia64.c:11598 config/tc-score.c:6109 read.c:1448 read.c:2434
   7450 #: read.c:3138 read.c:3476 read.c:3520
   7451 msgid "expected symbol name"
   7452 msgstr ""
   7453 
   7454 #: config/tc-ia64.c:11608 read.c:2444 read.c:3148 read.c:3504 stabs.c:469
   7455 #, c-format
   7456 msgid "expected comma after \"%s\""
   7457 msgstr ""
   7458 
   7459 #: config/tc-ia64.c:11650
   7460 #, c-format
   7461 msgid "`%s' is already the alias of %s `%s'"
   7462 msgstr ""
   7463 
   7464 #: config/tc-ia64.c:11660
   7465 #, c-format
   7466 msgid "%s `%s' already has an alias `%s'"
   7467 msgstr ""
   7468 
   7469 #: config/tc-ia64.c:11671
   7470 #, c-format
   7471 msgid "inserting \"%s\" into %s alias hash table failed: %s"
   7472 msgstr ""
   7473 
   7474 #: config/tc-ia64.c:11679
   7475 #, c-format
   7476 msgid "inserting \"%s\" into %s name hash table failed: %s"
   7477 msgstr ""
   7478 
   7479 #: config/tc-ia64.c:11705
   7480 #, c-format
   7481 msgid "symbol `%s' aliased to `%s' is not used"
   7482 msgstr ""
   7483 
   7484 #: config/tc-ia64.c:11728
   7485 #, c-format
   7486 msgid "section `%s' aliased to `%s' is not used"
   7487 msgstr ""
   7488 
   7489 #: config/tc-ip2k.c:158
   7490 #, c-format
   7491 msgid "IP2K specific command line options:\n"
   7492 msgstr ""
   7493 
   7494 #: config/tc-ip2k.c:159
   7495 #, c-format
   7496 msgid "  -mip2022               restrict to IP2022 insns \n"
   7497 msgstr ""
   7498 
   7499 #: config/tc-ip2k.c:160
   7500 #, c-format
   7501 msgid "  -mip2022ext            permit extended IP2022 insn\n"
   7502 msgstr ""
   7503 
   7504 #: config/tc-iq2000.c:364
   7505 #, c-format
   7506 msgid "the yielding instruction %s may not be in a delay slot."
   7507 msgstr ""
   7508 
   7509 #: config/tc-iq2000.c:372
   7510 #, c-format
   7511 msgid "Register number (R%ld) for double word access must be even."
   7512 msgstr ""
   7513 
   7514 #: config/tc-iq2000.c:381 config/tc-iq2000.c:386 config/tc-iq2000.c:391
   7515 #: config/tc-iq2000.c:408 config/tc-mt.c:244 config/tc-mt.c:249
   7516 #, c-format
   7517 msgid "operand references R%ld of previous load."
   7518 msgstr ""
   7519 
   7520 #: config/tc-iq2000.c:396
   7521 msgid "instruction implicitly accesses R31 of previous load."
   7522 msgstr ""
   7523 
   7524 #: config/tc-iq2000.c:651 config/tc-mep.c:2008
   7525 msgid "Unmatched high relocation"
   7526 msgstr ""
   7527 
   7528 #: config/tc-iq2000.c:829 config/tc-mips.c:15333 config/tc-score.c:5819
   7529 msgid ".end not in text section"
   7530 msgstr ""
   7531 
   7532 #: config/tc-iq2000.c:833 config/tc-mips.c:15337 config/tc-score.c:5822
   7533 msgid ".end directive without a preceding .ent directive."
   7534 msgstr ""
   7535 
   7536 #: config/tc-iq2000.c:842 config/tc-mips.c:15346 config/tc-score.c:5830
   7537 msgid ".end symbol does not match .ent symbol."
   7538 msgstr ""
   7539 
   7540 #: config/tc-iq2000.c:845 config/tc-mips.c:15353 config/tc-score.c:5835
   7541 msgid ".end directive missing or unknown symbol"
   7542 msgstr ""
   7543 
   7544 #: config/tc-iq2000.c:863
   7545 msgid "Expected simple number."
   7546 msgstr ""
   7547 
   7548 #: config/tc-iq2000.c:892 config/tc-mips.c:15258 config/tc-score.c:5670
   7549 #, c-format
   7550 msgid " *input_line_pointer == '%c' 0x%02x\n"
   7551 msgstr ""
   7552 
   7553 #: config/tc-iq2000.c:894
   7554 msgid "Invalid number"
   7555 msgstr ""
   7556 
   7557 #: config/tc-iq2000.c:928 config/tc-mips.c:15425 config/tc-score.c:5708
   7558 msgid ".ent or .aent not in text section."
   7559 msgstr ""
   7560 
   7561 #: config/tc-iq2000.c:931
   7562 msgid "missing `.end'"
   7563 msgstr ""
   7564 
   7565 #: config/tc-lm32.c:237 config/tc-moxie.c:575
   7566 msgid "bad call to md_atof"
   7567 msgstr ""
   7568 
   7569 #: config/tc-m32c.c:143
   7570 #, c-format
   7571 msgid " M32C specific command line options:\n"
   7572 msgstr ""
   7573 
   7574 #. Pretend that we do not recognise this option.
   7575 #: config/tc-m32r.c:331
   7576 msgid "Unrecognised option: -hidden"
   7577 msgstr ""
   7578 
   7579 #: config/tc-m32r.c:358 config/tc-sparc.c:583
   7580 msgid "Unrecognized option following -K"
   7581 msgstr ""
   7582 
   7583 #: config/tc-m32r.c:373
   7584 #, c-format
   7585 msgid " M32R specific command line options:\n"
   7586 msgstr ""
   7587 
   7588 #: config/tc-m32r.c:375
   7589 #, c-format
   7590 msgid "  -m32r                   disable support for the m32rx instruction set\n"
   7591 msgstr ""
   7592 
   7593 #: config/tc-m32r.c:377
   7594 #, c-format
   7595 msgid "  -m32rx                  support the extended m32rx instruction set\n"
   7596 msgstr ""
   7597 
   7598 #: config/tc-m32r.c:379
   7599 #, c-format
   7600 msgid "  -m32r2                  support the extended m32r2 instruction set\n"
   7601 msgstr ""
   7602 
   7603 #: config/tc-m32r.c:381
   7604 #, c-format
   7605 msgid "  -EL,-little             produce little endian code and data\n"
   7606 msgstr ""
   7607 
   7608 #: config/tc-m32r.c:383
   7609 #, c-format
   7610 msgid "  -EB,-big                produce big endian code and data\n"
   7611 msgstr ""
   7612 
   7613 #: config/tc-m32r.c:385
   7614 #, c-format
   7615 msgid "  -parallel               try to combine instructions in parallel\n"
   7616 msgstr ""
   7617 
   7618 #: config/tc-m32r.c:387
   7619 #, c-format
   7620 msgid "  -no-parallel            disable -parallel\n"
   7621 msgstr ""
   7622 
   7623 #: config/tc-m32r.c:389
   7624 #, c-format
   7625 msgid "  -no-bitinst             disallow the M32R2's extended bit-field instructions\n"
   7626 msgstr ""
   7627 
   7628 #: config/tc-m32r.c:391
   7629 #, c-format
   7630 msgid "  -O                      try to optimize code.  Implies -parallel\n"
   7631 msgstr ""
   7632 
   7633 #: config/tc-m32r.c:394
   7634 #, c-format
   7635 msgid "  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
   7636 msgstr ""
   7637 
   7638 #: config/tc-m32r.c:396
   7639 #, c-format
   7640 msgid "                                         might violate contraints\n"
   7641 msgstr ""
   7642 
   7643 #: config/tc-m32r.c:398
   7644 #, c-format
   7645 msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
   7646 msgstr ""
   7647 
   7648 #: config/tc-m32r.c:400
   7649 #, c-format
   7650 msgid "                                         instructions might violate contraints\n"
   7651 msgstr ""
   7652 
   7653 #: config/tc-m32r.c:402
   7654 #, c-format
   7655 msgid "  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
   7656 msgstr ""
   7657 
   7658 #: config/tc-m32r.c:404
   7659 #, c-format
   7660 msgid "  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
   7661 msgstr ""
   7662 
   7663 #: config/tc-m32r.c:406
   7664 #, c-format
   7665 msgid "  -ignore-parallel-conflicts            do not check parallel instructions\n"
   7666 msgstr ""
   7667 
   7668 #: config/tc-m32r.c:408
   7669 #, c-format
   7670 msgid "                                         for constraint violations\n"
   7671 msgstr ""
   7672 
   7673 #: config/tc-m32r.c:410
   7674 #, c-format
   7675 msgid "  -no-ignore-parallel-conflicts         check parallel instructions for\n"
   7676 msgstr ""
   7677 
   7678 #: config/tc-m32r.c:412
   7679 #, c-format
   7680 msgid "                                         constraint violations\n"
   7681 msgstr ""
   7682 
   7683 #: config/tc-m32r.c:414
   7684 #, c-format
   7685 msgid "  -Ip                     synonym for -ignore-parallel-conflicts\n"
   7686 msgstr ""
   7687 
   7688 #: config/tc-m32r.c:416
   7689 #, c-format
   7690 msgid "  -nIp                    synonym for -no-ignore-parallel-conflicts\n"
   7691 msgstr ""
   7692 
   7693 #: config/tc-m32r.c:419
   7694 #, c-format
   7695 msgid "  -warn-unmatched-high    warn when an (s)high reloc has no matching low reloc\n"
   7696 msgstr ""
   7697 
   7698 #: config/tc-m32r.c:421
   7699 #, c-format
   7700 msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
   7701 msgstr ""
   7702 
   7703 #: config/tc-m32r.c:423
   7704 #, c-format
   7705 msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
   7706 msgstr ""
   7707 
   7708 #: config/tc-m32r.c:425
   7709 #, c-format
   7710 msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
   7711 msgstr ""
   7712 
   7713 #: config/tc-m32r.c:428
   7714 #, c-format
   7715 msgid "  -KPIC                   generate PIC\n"
   7716 msgstr ""
   7717 
   7718 #: config/tc-m32r.c:850
   7719 msgid "instructions write to the same destination register."
   7720 msgstr ""
   7721 
   7722 #: config/tc-m32r.c:858
   7723 msgid "Instructions do not use parallel execution pipelines."
   7724 msgstr ""
   7725 
   7726 #: config/tc-m32r.c:866
   7727 msgid "Instructions share the same execution pipeline"
   7728 msgstr ""
   7729 
   7730 #: config/tc-m32r.c:931 config/tc-m32r.c:1045
   7731 #, c-format
   7732 msgid "not a 16 bit instruction '%s'"
   7733 msgstr ""
   7734 
   7735 #: config/tc-m32r.c:943 config/tc-m32r.c:1057 config/tc-m32r.c:1241
   7736 #, c-format
   7737 msgid "instruction '%s' is for the M32R2 only"
   7738 msgstr ""
   7739 
   7740 #: config/tc-m32r.c:956 config/tc-m32r.c:1070 config/tc-m32r.c:1254
   7741 #, c-format
   7742 msgid "unknown instruction '%s'"
   7743 msgstr ""
   7744 
   7745 #: config/tc-m32r.c:965 config/tc-m32r.c:1077 config/tc-m32r.c:1261
   7746 #, c-format
   7747 msgid "instruction '%s' is for the M32RX only"
   7748 msgstr ""
   7749 
   7750 #: config/tc-m32r.c:974 config/tc-m32r.c:1086
   7751 #, c-format
   7752 msgid "instruction '%s' cannot be executed in parallel."
   7753 msgstr ""
   7754 
   7755 #: config/tc-m32r.c:1029 config/tc-m32r.c:1111 config/tc-m32r.c:1318
   7756 msgid "internal error: lookup/get operands failed"
   7757 msgstr ""
   7758 
   7759 #: config/tc-m32r.c:1096
   7760 #, c-format
   7761 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
   7762 msgstr ""
   7763 
   7764 #: config/tc-m32r.c:1125
   7765 #, c-format
   7766 msgid "%s: output of 1st instruction is the same as an input to 2nd instruction - is this intentional ?"
   7767 msgstr ""
   7768 
   7769 #: config/tc-m32r.c:1129
   7770 #, c-format
   7771 msgid "%s: output of 2nd instruction is the same as an input to 1st instruction - is this intentional ?"
   7772 msgstr ""
   7773 
   7774 #: config/tc-m32r.c:1503
   7775 #, c-format
   7776 msgid ".SCOMMon length (%ld.) <0! Ignored."
   7777 msgstr ""
   7778 
   7779 #: config/tc-m32r.c:1553
   7780 #, c-format
   7781 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
   7782 msgstr ""
   7783 
   7784 #: config/tc-m32r.c:1789
   7785 msgid "Addend to unresolved symbol not on word boundary."
   7786 msgstr ""
   7787 
   7788 #: config/tc-m32r.c:1930 config/tc-m32r.c:1983 config/tc-sh.c:775
   7789 #: config/tc-sh.c:2456
   7790 msgid "Invalid PIC expression."
   7791 msgstr ""
   7792 
   7793 #: config/tc-m32r.c:2074
   7794 msgid "Unmatched high/shigh reloc"
   7795 msgstr ""
   7796 
   7797 #: config/tc-m68hc11.c:371
   7798 #, c-format
   7799 msgid ""
   7800 "Motorola 68HC11/68HC12/68HCS12 options:\n"
   7801 "  -m68hc11 | -m68hc12 |\n"
   7802 "  -m68hcs12               specify the processor [default %s]\n"
   7803 "  -mshort                 use 16-bit int ABI (default)\n"
   7804 "  -mlong                  use 32-bit int ABI\n"
   7805 "  -mshort-double          use 32-bit double ABI\n"
   7806 "  -mlong-double           use 64-bit double ABI (default)\n"
   7807 "  --force-long-branches   always turn relative branches into absolute ones\n"
   7808 "  -S,--short-branches     do not turn relative branches into absolute ones\n"
   7809 "                          when the offset is out of range\n"
   7810 "  --strict-direct-mode    do not turn the direct mode into extended mode\n"
   7811 "                          when the instruction does not support direct mode\n"
   7812 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
   7813 "  --print-opcodes         print the list of instructions with syntax\n"
   7814 "  --generate-example      generate an example of each instruction\n"
   7815 "                          (used for testing)\n"
   7816 msgstr ""
   7817 
   7818 #: config/tc-m68hc11.c:417
   7819 #, c-format
   7820 msgid "Default target `%s' is not supported."
   7821 msgstr ""
   7822 
   7823 #. Dump the opcode statistics table.
   7824 #: config/tc-m68hc11.c:435
   7825 #, c-format
   7826 msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
   7827 msgstr ""
   7828 
   7829 #: config/tc-m68hc11.c:501
   7830 #, c-format
   7831 msgid "Option `%s' is not recognized."
   7832 msgstr ""
   7833 
   7834 #: config/tc-m68hc11.c:671
   7835 msgid "#<imm8>"
   7836 msgstr ""
   7837 
   7838 #: config/tc-m68hc11.c:680
   7839 msgid "#<imm16>"
   7840 msgstr ""
   7841 
   7842 #: config/tc-m68hc11.c:689 config/tc-m68hc11.c:698
   7843 msgid "<imm8>,X"
   7844 msgstr ""
   7845 
   7846 #: config/tc-m68hc11.c:725
   7847 msgid "*<abs8>"
   7848 msgstr ""
   7849 
   7850 #: config/tc-m68hc11.c:737
   7851 msgid "#<mask>"
   7852 msgstr ""
   7853 
   7854 #: config/tc-m68hc11.c:747
   7855 #, c-format
   7856 msgid "symbol%d"
   7857 msgstr ""
   7858 
   7859 #: config/tc-m68hc11.c:749
   7860 msgid "<abs>"
   7861 msgstr ""
   7862 
   7863 #: config/tc-m68hc11.c:768
   7864 msgid "<label>"
   7865 msgstr ""
   7866 
   7867 #: config/tc-m68hc11.c:784
   7868 #, c-format
   7869 msgid ""
   7870 "# Example of `%s' instructions\n"
   7871 "\t.sect .text\n"
   7872 "_start:\n"
   7873 msgstr ""
   7874 
   7875 #: config/tc-m68hc11.c:831
   7876 #, c-format
   7877 msgid "Instruction `%s' is not recognized."
   7878 msgstr ""
   7879 
   7880 #: config/tc-m68hc11.c:836
   7881 #, c-format
   7882 msgid "Instruction formats for `%s':"
   7883 msgstr ""
   7884 
   7885 #: config/tc-m68hc11.c:966
   7886 #, c-format
   7887 msgid "Immediate operand is not allowed for operand %d."
   7888 msgstr ""
   7889 
   7890 #: config/tc-m68hc11.c:1010
   7891 msgid "Indirect indexed addressing is not valid for 68HC11."
   7892 msgstr ""
   7893 
   7894 #: config/tc-m68hc11.c:1030
   7895 msgid "Spurious `,' or bad indirect register addressing mode."
   7896 msgstr ""
   7897 
   7898 #: config/tc-m68hc11.c:1052
   7899 msgid "Missing second register or offset for indexed-indirect mode."
   7900 msgstr ""
   7901 
   7902 #: config/tc-m68hc11.c:1062
   7903 msgid "Missing second register for indexed-indirect mode."
   7904 msgstr ""
   7905 
   7906 #: config/tc-m68hc11.c:1078
   7907 msgid "Missing `]' to close indexed-indirect mode."
   7908 msgstr ""
   7909 
   7910 #: config/tc-m68hc11.c:1123
   7911 msgid "Illegal operand."
   7912 msgstr ""
   7913 
   7914 #: config/tc-m68hc11.c:1128
   7915 msgid "Missing operand."
   7916 msgstr ""
   7917 
   7918 #: config/tc-m68hc11.c:1181
   7919 msgid "Pre-increment mode is not valid for 68HC11"
   7920 msgstr ""
   7921 
   7922 #: config/tc-m68hc11.c:1194
   7923 msgid "Wrong register in register indirect mode."
   7924 msgstr ""
   7925 
   7926 #: config/tc-m68hc11.c:1202
   7927 msgid "Missing `]' to close register indirect operand."
   7928 msgstr ""
   7929 
   7930 #: config/tc-m68hc11.c:1222
   7931 msgid "Post-decrement mode is not valid for 68HC11."
   7932 msgstr ""
   7933 
   7934 #: config/tc-m68hc11.c:1230
   7935 msgid "Post-increment mode is not valid for 68HC11."
   7936 msgstr ""
   7937 
   7938 #: config/tc-m68hc11.c:1248
   7939 msgid "Invalid indexed indirect mode."
   7940 msgstr ""
   7941 
   7942 #: config/tc-m68hc11.c:1340
   7943 #, c-format
   7944 msgid "Trap id `%ld' is out of range."
   7945 msgstr ""
   7946 
   7947 #: config/tc-m68hc11.c:1344
   7948 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
   7949 msgstr ""
   7950 
   7951 #: config/tc-m68hc11.c:1351
   7952 #, c-format
   7953 msgid "Operand out of 8-bit range: `%ld'."
   7954 msgstr ""
   7955 
   7956 #: config/tc-m68hc11.c:1358
   7957 msgid "The trap id must be a constant."
   7958 msgstr ""
   7959 
   7960 #: config/tc-m68hc11.c:1393
   7961 #, c-format
   7962 msgid "Operand `%x' not recognized in fixup8."
   7963 msgstr ""
   7964 
   7965 #: config/tc-m68hc11.c:1410 config/tc-m68hc11.c:1459
   7966 #, c-format
   7967 msgid "Operand out of 16-bit range: `%ld'."
   7968 msgstr ""
   7969 
   7970 #: config/tc-m68hc11.c:1442 config/tc-m68hc11.c:1473
   7971 #, c-format
   7972 msgid "Operand `%x' not recognized in fixup16."
   7973 msgstr ""
   7974 
   7975 #: config/tc-m68hc11.c:1490
   7976 #, c-format
   7977 msgid "Unexpected branch conversion with `%x'"
   7978 msgstr ""
   7979 
   7980 #: config/tc-m68hc11.c:1576 config/tc-m68hc11.c:1708
   7981 #, c-format
   7982 msgid "Operand out of range for a relative branch: `%ld'"
   7983 msgstr ""
   7984 
   7985 #: config/tc-m68hc11.c:1676
   7986 msgid "Invalid register for dbcc/tbcc instruction."
   7987 msgstr ""
   7988 
   7989 #: config/tc-m68hc11.c:1764
   7990 #, c-format
   7991 msgid "Increment/decrement value is out of range: `%ld'."
   7992 msgstr ""
   7993 
   7994 #: config/tc-m68hc11.c:1775
   7995 msgid "Expecting a register."
   7996 msgstr ""
   7997 
   7998 #: config/tc-m68hc11.c:1790
   7999 msgid "Invalid register for post/pre increment."
   8000 msgstr ""
   8001 
   8002 #: config/tc-m68hc11.c:1820
   8003 msgid "Invalid register."
   8004 msgstr ""
   8005 
   8006 #: config/tc-m68hc11.c:1827
   8007 #, c-format
   8008 msgid "Offset out of 16-bit range: %ld."
   8009 msgstr ""
   8010 
   8011 #: config/tc-m68hc11.c:1832
   8012 #, c-format
   8013 msgid "Offset out of 5-bit range for movw/movb insn: %ld."
   8014 msgstr ""
   8015 
   8016 #: config/tc-m68hc11.c:1938
   8017 msgid "Expecting register D for indexed indirect mode."
   8018 msgstr ""
   8019 
   8020 #: config/tc-m68hc11.c:1940
   8021 msgid "Indexed indirect mode is not allowed for movb/movw."
   8022 msgstr ""
   8023 
   8024 #: config/tc-m68hc11.c:1957
   8025 msgid "Invalid accumulator register."
   8026 msgstr ""
   8027 
   8028 #: config/tc-m68hc11.c:1982
   8029 msgid "Invalid indexed register."
   8030 msgstr ""
   8031 
   8032 #: config/tc-m68hc11.c:1990
   8033 msgid "Addressing mode not implemented yet."
   8034 msgstr ""
   8035 
   8036 #: config/tc-m68hc11.c:2003
   8037 msgid "Invalid source register for this instruction, use 'tfr'."
   8038 msgstr ""
   8039 
   8040 #: config/tc-m68hc11.c:2005
   8041 msgid "Invalid source register."
   8042 msgstr ""
   8043 
   8044 #: config/tc-m68hc11.c:2010
   8045 msgid "Invalid destination register for this instruction, use 'tfr'."
   8046 msgstr ""
   8047 
   8048 #: config/tc-m68hc11.c:2012
   8049 msgid "Invalid destination register."
   8050 msgstr ""
   8051 
   8052 #: config/tc-m68hc11.c:2108
   8053 msgid "Invalid indexed register, expecting register X."
   8054 msgstr ""
   8055 
   8056 #: config/tc-m68hc11.c:2110
   8057 msgid "Invalid indexed register, expecting register Y."
   8058 msgstr ""
   8059 
   8060 #: config/tc-m68hc11.c:2418
   8061 msgid "No instruction or missing opcode."
   8062 msgstr ""
   8063 
   8064 #: config/tc-m68hc11.c:2483
   8065 #, c-format
   8066 msgid "Opcode `%s' is not recognized."
   8067 msgstr ""
   8068 
   8069 #: config/tc-m68hc11.c:2505
   8070 #, c-format
   8071 msgid "Garbage at end of instruction: `%s'."
   8072 msgstr ""
   8073 
   8074 #: config/tc-m68hc11.c:2528
   8075 #, c-format
   8076 msgid "Invalid operand for `%s'"
   8077 msgstr ""
   8078 
   8079 #: config/tc-m68hc11.c:2579
   8080 #, c-format
   8081 msgid "Invalid mode: %s\n"
   8082 msgstr ""
   8083 
   8084 #: config/tc-m68hc11.c:2639
   8085 msgid "bad .relax format"
   8086 msgstr ""
   8087 
   8088 #: config/tc-m68hc11.c:2683
   8089 #, c-format
   8090 msgid "Relocation %d is not supported by object file format."
   8091 msgstr ""
   8092 
   8093 #: config/tc-m68hc11.c:2962
   8094 msgid "bra or bsr with undefined symbol."
   8095 msgstr ""
   8096 
   8097 #: config/tc-m68hc11.c:3063 config/tc-m68hc11.c:3120
   8098 #, c-format
   8099 msgid "Subtype %d is not recognized."
   8100 msgstr ""
   8101 
   8102 #: config/tc-m68hc11.c:3178
   8103 msgid "Expression too complex."
   8104 msgstr ""
   8105 
   8106 #: config/tc-m68hc11.c:3209
   8107 msgid "Value out of 16-bit range."
   8108 msgstr ""
   8109 
   8110 #: config/tc-m68hc11.c:3227
   8111 #, c-format
   8112 msgid "Value %ld too large for 8-bit PC-relative branch."
   8113 msgstr ""
   8114 
   8115 #: config/tc-m68hc11.c:3234
   8116 #, c-format
   8117 msgid "Auto increment/decrement offset '%ld' is out of range."
   8118 msgstr ""
   8119 
   8120 #: config/tc-m68hc11.c:3247
   8121 #, c-format
   8122 msgid "Offset out of 5-bit range for movw/movb insn: %ld"
   8123 msgstr ""
   8124 
   8125 #: config/tc-m68hc11.c:3263
   8126 #, c-format
   8127 msgid "Line %d: unknown relocation type: 0x%x."
   8128 msgstr ""
   8129 
   8130 #: config/tc-m68k.c:1161
   8131 #, c-format
   8132 msgid "Can not do %d byte pc-relative relocation"
   8133 msgstr ""
   8134 
   8135 #: config/tc-m68k.c:1163
   8136 #, c-format
   8137 msgid "Can not do %d byte pc-relative pic relocation"
   8138 msgstr ""
   8139 
   8140 #: config/tc-m68k.c:1168
   8141 #, c-format
   8142 msgid "Can not do %d byte relocation"
   8143 msgstr ""
   8144 
   8145 #: config/tc-m68k.c:1170
   8146 #, c-format
   8147 msgid "Can not do %d byte pic relocation"
   8148 msgstr ""
   8149 
   8150 #: config/tc-m68k.c:1250
   8151 #, c-format
   8152 msgid "Unable to produce reloc against symbol '%s'"
   8153 msgstr ""
   8154 
   8155 #: config/tc-m68k.c:1309 config/tc-vax.c:2363
   8156 #, c-format
   8157 msgid "Cannot make %s relocation PC relative"
   8158 msgstr ""
   8159 
   8160 #: config/tc-m68k.c:1427 config/tc-vax.c:1873
   8161 msgid "No operator"
   8162 msgstr ""
   8163 
   8164 #: config/tc-m68k.c:1457 config/tc-vax.c:1889
   8165 msgid "Unknown operator"
   8166 msgstr ""
   8167 
   8168 #: config/tc-m68k.c:2360
   8169 msgid "invalid instruction for this architecture; needs "
   8170 msgstr ""
   8171 
   8172 #: config/tc-m68k.c:2368
   8173 msgid "hardware divide"
   8174 msgstr ""
   8175 
   8176 #: config/tc-m68k.c:2390 config/tc-m68k.c:2394 config/tc-m68k.c:2398
   8177 msgid "or higher"
   8178 msgstr ""
   8179 
   8180 #: config/tc-m68k.c:2451
   8181 msgid "operands mismatch"
   8182 msgstr ""
   8183 
   8184 #: config/tc-m68k.c:2515 config/tc-m68k.c:2521 config/tc-m68k.c:2527
   8185 #: config/tc-mmix.c:2467 config/tc-mmix.c:2491
   8186 msgid "operand out of range"
   8187 msgstr ""
   8188 
   8189 #: config/tc-m68k.c:2584
   8190 #, c-format
   8191 msgid "Bignum too big for %c format; truncated"
   8192 msgstr ""
   8193 
   8194 #: config/tc-m68k.c:2661
   8195 msgid "displacement too large for this architecture; needs 68020 or higher"
   8196 msgstr ""
   8197 
   8198 #: config/tc-m68k.c:2772
   8199 msgid "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
   8200 msgstr ""
   8201 
   8202 #: config/tc-m68k.c:2777
   8203 msgid "invalid index size for coldfire"
   8204 msgstr ""
   8205 
   8206 #: config/tc-m68k.c:2830
   8207 msgid "Forcing byte displacement"
   8208 msgstr ""
   8209 
   8210 #: config/tc-m68k.c:2832
   8211 msgid "byte displacement out of range"
   8212 msgstr ""
   8213 
   8214 #: config/tc-m68k.c:2880 config/tc-m68k.c:2918
   8215 msgid "invalid operand mode for this architecture; needs 68020 or higher"
   8216 msgstr ""
   8217 
   8218 #: config/tc-m68k.c:2904 config/tc-m68k.c:2938
   8219 msgid ":b not permitted; defaulting to :w"
   8220 msgstr ""
   8221 
   8222 #: config/tc-m68k.c:3015
   8223 msgid "unsupported byte value; use a different suffix"
   8224 msgstr ""
   8225 
   8226 #: config/tc-m68k.c:3030
   8227 msgid "unknown/incorrect operand"
   8228 msgstr ""
   8229 
   8230 #: config/tc-m68k.c:3073 config/tc-m68k.c:3081 config/tc-m68k.c:3088
   8231 #: config/tc-m68k.c:3095
   8232 msgid "out of range"
   8233 msgstr ""
   8234 
   8235 #: config/tc-m68k.c:3168
   8236 msgid "Can't use long branches on this architecture"
   8237 msgstr ""
   8238 
   8239 #: config/tc-m68k.c:3274
   8240 msgid "Expression out of range, using 0"
   8241 msgstr ""
   8242 
   8243 #: config/tc-m68k.c:3475 config/tc-m68k.c:3491
   8244 msgid "Floating point register in register list"
   8245 msgstr ""
   8246 
   8247 #: config/tc-m68k.c:3481
   8248 msgid "Wrong register in floating-point reglist"
   8249 msgstr ""
   8250 
   8251 #: config/tc-m68k.c:3497
   8252 msgid "incorrect register in reglist"
   8253 msgstr ""
   8254 
   8255 #: config/tc-m68k.c:3503
   8256 msgid "wrong register in floating-point reglist"
   8257 msgstr ""
   8258 
   8259 #. ERROR.
   8260 #: config/tc-m68k.c:3976
   8261 msgid "Extra )"
   8262 msgstr ""
   8263 
   8264 #. ERROR.
   8265 #: config/tc-m68k.c:3987
   8266 msgid "Missing )"
   8267 msgstr ""
   8268 
   8269 #: config/tc-m68k.c:4004
   8270 msgid "Missing operand"
   8271 msgstr ""
   8272 
   8273 #: config/tc-m68k.c:4329
   8274 #, c-format
   8275 msgid "unrecognized default cpu `%s'"
   8276 msgstr ""
   8277 
   8278 #: config/tc-m68k.c:4383
   8279 #, c-format
   8280 msgid "%s -- statement `%s' ignored"
   8281 msgstr ""
   8282 
   8283 #: config/tc-m68k.c:4432
   8284 #, c-format
   8285 msgid "Don't know how to figure width of %c in md_assemble()"
   8286 msgstr ""
   8287 
   8288 #: config/tc-m68k.c:4601
   8289 #, c-format
   8290 msgid "Internal Error:  Can't allocate m68k_sorted_opcodes of size %d"
   8291 msgstr ""
   8292 
   8293 #: config/tc-m68k.c:4666 config/tc-m68k.c:4705
   8294 #, c-format
   8295 msgid "Internal Error: Can't find %s in hash table"
   8296 msgstr ""
   8297 
   8298 #: config/tc-m68k.c:4669 config/tc-m68k.c:4708
   8299 #, c-format
   8300 msgid "Internal Error: Can't hash %s: %s"
   8301 msgstr ""
   8302 
   8303 #: config/tc-m68k.c:4833
   8304 #, c-format
   8305 msgid "text label `%s' aligned to odd boundary"
   8306 msgstr ""
   8307 
   8308 #: config/tc-m68k.c:5005
   8309 #, c-format
   8310 msgid "value %ld out of range"
   8311 msgstr ""
   8312 
   8313 #: config/tc-m68k.c:5019
   8314 msgid "invalid byte branch offset"
   8315 msgstr ""
   8316 
   8317 #: config/tc-m68k.c:5056
   8318 msgid "short branch with zero offset: use :w"
   8319 msgstr ""
   8320 
   8321 #: config/tc-m68k.c:5100
   8322 msgid "Conversion of PC relative BSR to absolute JSR"
   8323 msgstr ""
   8324 
   8325 #: config/tc-m68k.c:5111
   8326 msgid "Conversion of PC relative branch to absolute jump"
   8327 msgstr ""
   8328 
   8329 #: config/tc-m68k.c:5128 config/tc-m68k.c:5189
   8330 msgid "Conversion of PC relative conditional branch to absolute jump"
   8331 msgstr ""
   8332 
   8333 #: config/tc-m68k.c:5169
   8334 msgid "Conversion of DBcc to absolute jump"
   8335 msgstr ""
   8336 
   8337 #: config/tc-m68k.c:5254
   8338 msgid "Conversion of PC relative displacement to absolute"
   8339 msgstr ""
   8340 
   8341 #: config/tc-m68k.c:5467
   8342 msgid "Tried to convert PC relative branch to absolute jump"
   8343 msgstr ""
   8344 
   8345 #: config/tc-m68k.c:5512 config/tc-m68k.c:5523 config/tc-m68k.c:5567
   8346 msgid "expression out of range: defaulting to 1"
   8347 msgstr ""
   8348 
   8349 #: config/tc-m68k.c:5559
   8350 msgid "expression out of range: defaulting to 0"
   8351 msgstr ""
   8352 
   8353 #: config/tc-m68k.c:5600 config/tc-m68k.c:5612
   8354 #, c-format
   8355 msgid "Can't deal with expression; defaulting to %ld"
   8356 msgstr ""
   8357 
   8358 #: config/tc-m68k.c:5626
   8359 msgid "expression doesn't fit in BYTE"
   8360 msgstr ""
   8361 
   8362 #: config/tc-m68k.c:5630
   8363 msgid "expression doesn't fit in WORD"
   8364 msgstr ""
   8365 
   8366 #: config/tc-m68k.c:5717
   8367 #, c-format
   8368 msgid "%s: unrecognized processor name"
   8369 msgstr ""
   8370 
   8371 #: config/tc-m68k.c:5778
   8372 msgid "bad coprocessor id"
   8373 msgstr ""
   8374 
   8375 #: config/tc-m68k.c:5784
   8376 msgid "unrecognized fopt option"
   8377 msgstr ""
   8378 
   8379 #: config/tc-m68k.c:5917
   8380 #, c-format
   8381 msgid "option `%s' may not be negated"
   8382 msgstr ""
   8383 
   8384 #: config/tc-m68k.c:5928
   8385 #, c-format
   8386 msgid "option `%s' not recognized"
   8387 msgstr ""
   8388 
   8389 #: config/tc-m68k.c:5957
   8390 msgid "bad format of OPT NEST=depth"
   8391 msgstr ""
   8392 
   8393 #: config/tc-m68k.c:6013
   8394 msgid "missing label"
   8395 msgstr ""
   8396 
   8397 #: config/tc-m68k.c:6037 config/tc-m68k.c:6066
   8398 msgid "bad register list"
   8399 msgstr ""
   8400 
   8401 #: config/tc-m68k.c:6039
   8402 #, c-format
   8403 msgid "bad register list: %s"
   8404 msgstr ""
   8405 
   8406 #: config/tc-m68k.c:6137
   8407 msgid "restore without save"
   8408 msgstr ""
   8409 
   8410 #: config/tc-m68k.c:6291 config/tc-m68k.c:6661
   8411 msgid "syntax error in structured control directive"
   8412 msgstr ""
   8413 
   8414 #: config/tc-m68k.c:6336
   8415 msgid "missing condition code in structured control directive"
   8416 msgstr ""
   8417 
   8418 #: config/tc-m68k.c:6407
   8419 #, c-format
   8420 msgid "Condition <%c%c> in structured control directive can not be encoded correctly"
   8421 msgstr ""
   8422 
   8423 #: config/tc-m68k.c:6703
   8424 msgid "missing then"
   8425 msgstr ""
   8426 
   8427 #: config/tc-m68k.c:6784
   8428 msgid "else without matching if"
   8429 msgstr ""
   8430 
   8431 #: config/tc-m68k.c:6817
   8432 msgid "endi without matching if"
   8433 msgstr ""
   8434 
   8435 #: config/tc-m68k.c:6857
   8436 msgid "break outside of structured loop"
   8437 msgstr ""
   8438 
   8439 #: config/tc-m68k.c:6895
   8440 msgid "next outside of structured loop"
   8441 msgstr ""
   8442 
   8443 #: config/tc-m68k.c:6946
   8444 msgid "missing ="
   8445 msgstr ""
   8446 
   8447 #: config/tc-m68k.c:6984
   8448 msgid "missing to or downto"
   8449 msgstr ""
   8450 
   8451 #: config/tc-m68k.c:7020 config/tc-m68k.c:7054 config/tc-m68k.c:7268
   8452 msgid "missing do"
   8453 msgstr ""
   8454 
   8455 #: config/tc-m68k.c:7155
   8456 msgid "endf without for"
   8457 msgstr ""
   8458 
   8459 #: config/tc-m68k.c:7209
   8460 msgid "until without repeat"
   8461 msgstr ""
   8462 
   8463 #: config/tc-m68k.c:7303
   8464 msgid "endw without while"
   8465 msgstr ""
   8466 
   8467 #: config/tc-m68k.c:7336 config/tc-m68k.c:7364
   8468 msgid "already assembled instructions"
   8469 msgstr ""
   8470 
   8471 #: config/tc-m68k.c:7441
   8472 #, c-format
   8473 msgid "`%s' is deprecated, use `%s'"
   8474 msgstr ""
   8475 
   8476 #: config/tc-m68k.c:7460
   8477 #, c-format
   8478 msgid "cpu `%s' unrecognized"
   8479 msgstr ""
   8480 
   8481 #: config/tc-m68k.c:7479
   8482 #, c-format
   8483 msgid "architecture `%s' unrecognized"
   8484 msgstr ""
   8485 
   8486 #: config/tc-m68k.c:7500
   8487 #, c-format
   8488 msgid "extension `%s' unrecognized"
   8489 msgstr ""
   8490 
   8491 #: config/tc-m68k.c:7619
   8492 #, c-format
   8493 msgid "option `-A%s' is deprecated: use `-%s'"
   8494 msgstr ""
   8495 
   8496 #: config/tc-m68k.c:7652
   8497 msgid "architecture features both enabled and disabled"
   8498 msgstr ""
   8499 
   8500 #: config/tc-m68k.c:7679
   8501 msgid "selected processor does not have all features of selected architecture"
   8502 msgstr ""
   8503 
   8504 #: config/tc-m68k.c:7688
   8505 msgid "m68k and cf features both selected"
   8506 msgstr ""
   8507 
   8508 #: config/tc-m68k.c:7700
   8509 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
   8510 msgstr ""
   8511 
   8512 #: config/tc-m68k.c:7732
   8513 #, c-format
   8514 msgid ""
   8515 "-march=<arch>\t\tset architecture\n"
   8516 "-mcpu=<cpu>\t\tset cpu [default %s]\n"
   8517 msgstr ""
   8518 
   8519 #: config/tc-m68k.c:7737
   8520 #, c-format
   8521 msgid "-m[no-]%-16s enable/disable%s architecture extension\n"
   8522 msgstr ""
   8523 
   8524 #: config/tc-m68k.c:7743
   8525 #, c-format
   8526 msgid ""
   8527 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
   8528 "-pic, -k\t\tgenerate position independent code\n"
   8529 "-S\t\t\tturn jbsr into jsr\n"
   8530 "--pcrel                 never turn PC-relative branches into absolute jumps\n"
   8531 "--register-prefix-optional\n"
   8532 "\t\t\trecognize register names without prefix character\n"
   8533 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
   8534 "--base-size-default-16\tbase reg without size is 16 bits\n"
   8535 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
   8536 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
   8537 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
   8538 msgstr ""
   8539 
   8540 #: config/tc-m68k.c:7757
   8541 #, c-format
   8542 msgid "Architecture variants are: "
   8543 msgstr ""
   8544 
   8545 #: config/tc-m68k.c:7766
   8546 #, c-format
   8547 msgid "Processor variants are: "
   8548 msgstr ""
   8549 
   8550 #: config/tc-m68k.c:7773 config/tc-xtensa.c:6241
   8551 #, c-format
   8552 msgid "\n"
   8553 msgstr ""
   8554 
   8555 #: config/tc-m68k.c:7804
   8556 #, c-format
   8557 msgid "Error %s in %s\n"
   8558 msgstr ""
   8559 
   8560 #: config/tc-m68k.c:7808
   8561 #, c-format
   8562 msgid "Opcode(%d.%s): "
   8563 msgstr ""
   8564 
   8565 #: config/tc-m68k.c:7968
   8566 msgid "Not a defined coldfire architecture"
   8567 msgstr ""
   8568 
   8569 #: config/tc-mcore.c:521 config/tc-microblaze.c:492 config/tc-microblaze.c:520
   8570 #: config/tc-microblaze.c:546 config/tc-microblaze.c:558
   8571 #, c-format
   8572 msgid "register expected, but saw '%.6s'"
   8573 msgstr ""
   8574 
   8575 #: config/tc-mcore.c:603
   8576 #, c-format
   8577 msgid "control register expected, but saw '%.6s'"
   8578 msgstr ""
   8579 
   8580 #: config/tc-mcore.c:639
   8581 msgid "bad/missing psr specifier"
   8582 msgstr ""
   8583 
   8584 #: config/tc-mcore.c:689
   8585 msgid "more than 65K literal pools"
   8586 msgstr ""
   8587 
   8588 #: config/tc-mcore.c:743
   8589 msgid "missing ']'"
   8590 msgstr ""
   8591 
   8592 #: config/tc-mcore.c:782
   8593 msgid "operand must be a constant"
   8594 msgstr ""
   8595 
   8596 #: config/tc-mcore.c:784
   8597 #, c-format
   8598 msgid "operand must be absolute in range %u..%u, not %ld"
   8599 msgstr ""
   8600 
   8601 #: config/tc-mcore.c:819
   8602 msgid "operand must be a multiple of 4"
   8603 msgstr ""
   8604 
   8605 #: config/tc-mcore.c:826
   8606 msgid "operand must be a multiple of 2"
   8607 msgstr ""
   8608 
   8609 #: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410
   8610 msgid "base register expected"
   8611 msgstr ""
   8612 
   8613 #: config/tc-mcore.c:888 config/tc-microblaze.c:830 config/tc-microblaze.c:966
   8614 #: config/tc-microblaze.c:998 config/tc-microblaze.c:1448
   8615 #: config/tc-microblaze.c:1515 config/tc-microblaze.c:1589
   8616 #: config/tc-microblaze.c:1963 config/tc-microblaze.c:2004
   8617 #, c-format
   8618 msgid "unknown opcode \"%s\""
   8619 msgstr ""
   8620 
   8621 #: config/tc-mcore.c:931
   8622 msgid "invalid register: r15 illegal"
   8623 msgstr ""
   8624 
   8625 #: config/tc-mcore.c:980 config/tc-mcore.c:1561
   8626 msgid "M340 specific opcode used when assembling for M210"
   8627 msgstr ""
   8628 
   8629 #: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057
   8630 #: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133
   8631 #: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224
   8632 #: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302
   8633 #: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449
   8634 #: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553
   8635 msgid "second operand missing"
   8636 msgstr ""
   8637 
   8638 #: config/tc-mcore.c:1014
   8639 msgid "destination register must be r1"
   8640 msgstr ""
   8641 
   8642 #: config/tc-mcore.c:1035
   8643 msgid "source register must be r1"
   8644 msgstr ""
   8645 
   8646 #: config/tc-mcore.c:1099 config/tc-mcore.c:1156
   8647 msgid "immediate is not a power of two"
   8648 msgstr ""
   8649 
   8650 #: config/tc-mcore.c:1127
   8651 msgid "translating bgeni to movi"
   8652 msgstr ""
   8653 
   8654 #: config/tc-mcore.c:1164
   8655 msgid "translating mgeni to movi"
   8656 msgstr ""
   8657 
   8658 #: config/tc-mcore.c:1196
   8659 msgid "translating bmaski to movi"
   8660 msgstr ""
   8661 
   8662 #: config/tc-mcore.c:1272
   8663 #, c-format
   8664 msgid "displacement too large (%d)"
   8665 msgstr ""
   8666 
   8667 #: config/tc-mcore.c:1286
   8668 msgid "Invalid register: r0 and r15 illegal"
   8669 msgstr ""
   8670 
   8671 #: config/tc-mcore.c:1317
   8672 msgid "bad starting register: r0 and r15 invalid"
   8673 msgstr ""
   8674 
   8675 #: config/tc-mcore.c:1330
   8676 msgid "ending register must be r15"
   8677 msgstr ""
   8678 
   8679 #: config/tc-mcore.c:1350
   8680 msgid "bad base register: must be r0"
   8681 msgstr ""
   8682 
   8683 #: config/tc-mcore.c:1368
   8684 msgid "first register must be r4"
   8685 msgstr ""
   8686 
   8687 #: config/tc-mcore.c:1379
   8688 msgid "last register must be r7"
   8689 msgstr ""
   8690 
   8691 #: config/tc-mcore.c:1416
   8692 msgid "reg-reg expected"
   8693 msgstr ""
   8694 
   8695 #: config/tc-mcore.c:1527
   8696 msgid "second operand must be 1"
   8697 msgstr ""
   8698 
   8699 #: config/tc-mcore.c:1548
   8700 msgid "zero used as immediate value"
   8701 msgstr ""
   8702 
   8703 #: config/tc-mcore.c:1575
   8704 msgid "duplicated psr bit specifier"
   8705 msgstr ""
   8706 
   8707 #: config/tc-mcore.c:1581
   8708 msgid "`af' must appear alone"
   8709 msgstr ""
   8710 
   8711 #: config/tc-mcore.c:1588 config/tc-microblaze.c:1609
   8712 #, c-format
   8713 msgid "unimplemented opcode \"%s\""
   8714 msgstr ""
   8715 
   8716 #: config/tc-mcore.c:1597 config/tc-microblaze.c:1618
   8717 #, c-format
   8718 msgid "ignoring operands: %s "
   8719 msgstr ""
   8720 
   8721 #: config/tc-mcore.c:1667
   8722 #, c-format
   8723 msgid "unrecognised cpu type '%s'"
   8724 msgstr ""
   8725 
   8726 #: config/tc-mcore.c:1685
   8727 #, c-format
   8728 msgid ""
   8729 "MCORE specific options:\n"
   8730 "  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
   8731 "  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
   8732 "  -cpu=[210|340]          select CPU type\n"
   8733 "  -EB                     assemble for a big endian system (default)\n"
   8734 "  -EL                     assemble for a little endian system\n"
   8735 msgstr ""
   8736 
   8737 #: config/tc-mcore.c:1703 config/tc-microblaze.c:1727
   8738 msgid "failed sanity check: short_jump"
   8739 msgstr ""
   8740 
   8741 #: config/tc-mcore.c:1713 config/tc-microblaze.c:1737
   8742 msgid "failed sanity check: long_jump"
   8743 msgstr ""
   8744 
   8745 #: config/tc-mcore.c:1739
   8746 #, c-format
   8747 msgid "odd displacement at %x"
   8748 msgstr ""
   8749 
   8750 #. Variable not in small data read only segment accessed
   8751 #. using small data read only anchor.
   8752 #: config/tc-mcore.c:1921 config/tc-microblaze.c:1825
   8753 #: config/tc-microblaze.c:2116 config/tc-microblaze.c:2139
   8754 msgid "unknown"
   8755 msgstr ""
   8756 
   8757 #: config/tc-mcore.c:1948
   8758 #, c-format
   8759 msgid "odd distance branch (0x%lx bytes)"
   8760 msgstr ""
   8761 
   8762 #: config/tc-mcore.c:1952
   8763 #, c-format
   8764 msgid "pcrel for branch to %s too far (0x%lx)"
   8765 msgstr ""
   8766 
   8767 #: config/tc-mcore.c:1972
   8768 #, c-format
   8769 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
   8770 msgstr ""
   8771 
   8772 #: config/tc-mcore.c:1984
   8773 #, c-format
   8774 msgid "pcrel for loopt too far (0x%lx)"
   8775 msgstr ""
   8776 
   8777 #: config/tc-mcore.c:2180 config/tc-microblaze.c:2271 config/tc-tic30.c:1382
   8778 #, c-format
   8779 msgid "Can not do %d byte %srelocation"
   8780 msgstr ""
   8781 
   8782 #: config/tc-mcore.c:2182 config/tc-microblaze.c:2273
   8783 msgid "pc-relative"
   8784 msgstr ""
   8785 
   8786 #: config/tc-mep.c:341
   8787 #, c-format
   8788 msgid ""
   8789 "MeP specific command line options:\n"
   8790 "  -EB                     assemble for a big endian system\n"
   8791 "  -EL                     assemble for a little endian system (default)\n"
   8792 "  -mconfig=<name>         specify a chip configuration to use\n"
   8793 "  -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
   8794 "  -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
   8795 "  -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
   8796 "                          enable/disable the given opcodes\n"
   8797 "\n"
   8798 "  If -mconfig is given, the other -m options modify it.  Otherwise,\n"
   8799 "  if no -m options are given, all core opcodes are enabled;\n"
   8800 "  if any enabling -m options are given, only those are enabled;\n"
   8801 "  if only disabling -m options are given, only those are disabled.\n"
   8802 msgstr ""
   8803 
   8804 #: config/tc-mep.c:410
   8805 msgid "$hi and $lo are disabled when MUL and DIV are off"
   8806 msgstr ""
   8807 
   8808 #: config/tc-mep.c:417
   8809 msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off"
   8810 msgstr ""
   8811 
   8812 #: config/tc-mep.c:422
   8813 msgid "$dbg and $depc are disabled when DEBUG is off"
   8814 msgstr ""
   8815 
   8816 #: config/tc-mep.c:613
   8817 msgid "core and copro insn lengths must total 32 bits."
   8818 msgstr ""
   8819 
   8820 #: config/tc-mep.c:616 config/tc-mep.c:753
   8821 msgid "vliw group must consist of 1 core and 1 copro insn."
   8822 msgstr ""
   8823 
   8824 #: config/tc-mep.c:750
   8825 msgid "core and copro insn lengths must total 64 bits."
   8826 msgstr ""
   8827 
   8828 #: config/tc-mep.c:982
   8829 #, c-format
   8830 msgid "cannot pack %s with a 16-bit insn"
   8831 msgstr ""
   8832 
   8833 #: config/tc-mep.c:1000
   8834 #, c-format
   8835 msgid "cannot pack %s and %s together with a 16-bit insn"
   8836 msgstr ""
   8837 
   8838 #: config/tc-mep.c:1006
   8839 msgid "too many IVC2 insns to pack with a 16-bit core insn"
   8840 msgstr ""
   8841 
   8842 #: config/tc-mep.c:1021
   8843 #, c-format
   8844 msgid "cannot pack %s into slot P1"
   8845 msgstr ""
   8846 
   8847 #: config/tc-mep.c:1027
   8848 msgid "too many IVC2 insns to pack with a 32-bit core insn"
   8849 msgstr ""
   8850 
   8851 #: config/tc-mep.c:1045
   8852 #, c-format
   8853 msgid "unable to pack %s by itself?"
   8854 msgstr ""
   8855 
   8856 #: config/tc-mep.c:1075
   8857 #, c-format
   8858 msgid "cannot pack %s and %s together"
   8859 msgstr ""
   8860 
   8861 #: config/tc-mep.c:1081
   8862 msgid "too many IVC2 insns to pack together"
   8863 msgstr ""
   8864 
   8865 #. There are no insns in the queue and a plus is present.
   8866 #. This is a syntax error.  Let's not tolerate this.
   8867 #. We can relax this later if necessary.
   8868 #: config/tc-mep.c:1318
   8869 msgid "Invalid use of parallelization operator."
   8870 msgstr ""
   8871 
   8872 #: config/tc-mep.c:1364
   8873 msgid "Leading plus sign not allowed in core mode"
   8874 msgstr ""
   8875 
   8876 #: config/tc-mep.c:1892
   8877 #, c-format
   8878 msgid "Don't know how to relocate plain operands of type %s"
   8879 msgstr ""
   8880 
   8881 #: config/tc-mep.c:1902
   8882 #, c-format
   8883 msgid "Perhaps you are missing %%tpoff()?"
   8884 msgstr ""
   8885 
   8886 #: config/tc-mep.c:2089
   8887 msgid "bad .section directive: want a,v,w,x,M,S in string"
   8888 msgstr ""
   8889 
   8890 #: config/tc-mep.c:2147
   8891 msgid ".vliw unavailable when VLIW is disabled."
   8892 msgstr ""
   8893 
   8894 #: config/tc-microblaze.c:497 config/tc-microblaze.c:526
   8895 #: config/tc-microblaze.c:552
   8896 #, c-format
   8897 msgid "Invalid register number at '%.6s'"
   8898 msgstr ""
   8899 
   8900 #: config/tc-microblaze.c:647
   8901 msgid "operand must be a constant or a label"
   8902 msgstr ""
   8903 
   8904 #: config/tc-microblaze.c:651
   8905 #, c-format
   8906 msgid "operand must be absolute in range %d..%d, not %d"
   8907 msgstr ""
   8908 
   8909 #: config/tc-microblaze.c:844 config/tc-microblaze.c:851
   8910 #: config/tc-microblaze.c:858 config/tc-microblaze.c:891
   8911 #: config/tc-microblaze.c:898 config/tc-microblaze.c:904
   8912 #: config/tc-microblaze.c:1021 config/tc-microblaze.c:1028
   8913 #: config/tc-microblaze.c:1034 config/tc-microblaze.c:1065
   8914 #: config/tc-microblaze.c:1072 config/tc-microblaze.c:1092
   8915 #: config/tc-microblaze.c:1099 config/tc-microblaze.c:1119
   8916 #: config/tc-microblaze.c:1126 config/tc-microblaze.c:1144
   8917 #: config/tc-microblaze.c:1151 config/tc-microblaze.c:1173
   8918 #: config/tc-microblaze.c:1180 config/tc-microblaze.c:1198
   8919 #: config/tc-microblaze.c:1213 config/tc-microblaze.c:1231
   8920 #: config/tc-microblaze.c:1248 config/tc-microblaze.c:1255
   8921 #: config/tc-microblaze.c:1297 config/tc-microblaze.c:1304
   8922 #: config/tc-microblaze.c:1346 config/tc-microblaze.c:1353
   8923 #: config/tc-microblaze.c:1376 config/tc-microblaze.c:1383
   8924 #: config/tc-microblaze.c:1403 config/tc-microblaze.c:1409
   8925 #: config/tc-microblaze.c:1470 config/tc-microblaze.c:1476
   8926 #: config/tc-microblaze.c:1537
   8927 msgid "Error in statement syntax"
   8928 msgstr ""
   8929 
   8930 #: config/tc-microblaze.c:864 config/tc-microblaze.c:866
   8931 #: config/tc-microblaze.c:868 config/tc-microblaze.c:908
   8932 #: config/tc-microblaze.c:910 config/tc-microblaze.c:1038
   8933 #: config/tc-microblaze.c:1040 config/tc-microblaze.c:1078
   8934 #: config/tc-microblaze.c:1080 config/tc-microblaze.c:1105
   8935 #: config/tc-microblaze.c:1107 config/tc-microblaze.c:1132
   8936 #: config/tc-microblaze.c:1155 config/tc-microblaze.c:1186
   8937 #: config/tc-microblaze.c:1203 config/tc-microblaze.c:1219
   8938 #: config/tc-microblaze.c:1237 config/tc-microblaze.c:1359
   8939 #: config/tc-microblaze.c:1361 config/tc-microblaze.c:1389
   8940 #: config/tc-microblaze.c:1391 config/tc-microblaze.c:1413
   8941 #: config/tc-microblaze.c:1480 config/tc-microblaze.c:1543
   8942 msgid "Cannot use special register with this instruction"
   8943 msgstr ""
   8944 
   8945 #: config/tc-microblaze.c:918
   8946 msgid "lmi pseudo instruction should not use a label in imm field"
   8947 msgstr ""
   8948 
   8949 #: config/tc-microblaze.c:920
   8950 msgid "smi pseudo instruction should not use a label in imm field"
   8951 msgstr ""
   8952 
   8953 #: config/tc-microblaze.c:1043
   8954 msgid "Symbol used as immediate for shift instruction"
   8955 msgstr ""
   8956 
   8957 #: config/tc-microblaze.c:1052
   8958 #, c-format
   8959 msgid "Shift value > 32. using <value %% 32>"
   8960 msgstr ""
   8961 
   8962 #: config/tc-microblaze.c:1158
   8963 msgid "Symbol used as immediate value for msrset/msrclr instructions"
   8964 msgstr ""
   8965 
   8966 #: config/tc-microblaze.c:1286 config/tc-microblaze.c:1335
   8967 msgid "invalid value for special purpose register"
   8968 msgstr ""
   8969 
   8970 #: config/tc-microblaze.c:1551
   8971 msgid "An IMM instruction should not be present in the .s file"
   8972 msgstr ""
   8973 
   8974 #: config/tc-microblaze.c:1679
   8975 msgid "Bad call to MD_NTOF()"
   8976 msgstr ""
   8977 
   8978 #: config/tc-microblaze.c:1916
   8979 #, c-format
   8980 msgid "pcrel for branch to %s too far (0x%x)"
   8981 msgstr ""
   8982 
   8983 #. We know the abs value: Should never happen.
   8984 #: config/tc-microblaze.c:2065
   8985 msgid "Absolute PC-relative value in relaxation code.  Assembler error....."
   8986 msgstr ""
   8987 
   8988 #. Cannot have a PC-relative branch to a diff segment.
   8989 #: config/tc-microblaze.c:2078
   8990 #, c-format
   8991 msgid "PC relative branch to label %s which is not in the instruction space"
   8992 msgstr ""
   8993 
   8994 #: config/tc-microblaze.c:2119
   8995 msgid "Variable is accessed using small data read only anchor, but it is not in the small data read only section"
   8996 msgstr ""
   8997 
   8998 #: config/tc-microblaze.c:2142
   8999 msgid "Variable is accessed using small data read write anchor, but it is not in the small data read write section"
   9000 msgstr ""
   9001 
   9002 #: config/tc-microblaze.c:2151
   9003 msgid "Incorrect fr_opcode value in frag.  Internal error....."
   9004 msgstr ""
   9005 
   9006 #. We know the abs value: Should never happen.
   9007 #: config/tc-microblaze.c:2158
   9008 msgid "Absolute value in relaxation code.  Assembler error....."
   9009 msgstr ""
   9010 
   9011 #: config/tc-microblaze.c:2363 config/tc-mn10300.c:1067 config/tc-sh.c:804
   9012 #: config/tc-z80.c:666 read.c:4351
   9013 #, c-format
   9014 msgid "unsupported BFD relocation size %u"
   9015 msgstr ""
   9016 
   9017 #. Prototypes for static functions.
   9018 #: config/tc-mips.c:1064
   9019 #, c-format
   9020 msgid "internal Error, line %d, %s"
   9021 msgstr ""
   9022 
   9023 #: config/tc-mips.c:1825 config/tc-mips.c:13188
   9024 #, c-format
   9025 msgid "Unrecognized register name `%s'"
   9026 msgstr ""
   9027 
   9028 #: config/tc-mips.c:1911
   9029 msgid "-G may not be used in position-independent code"
   9030 msgstr ""
   9031 
   9032 #: config/tc-mips.c:1960
   9033 #, c-format
   9034 msgid "internal: can't hash `%s': %s"
   9035 msgstr ""
   9036 
   9037 #: config/tc-mips.c:1968
   9038 #, c-format
   9039 msgid "internal error: bad mips16 opcode: %s %s\n"
   9040 msgstr ""
   9041 
   9042 #: config/tc-mips.c:2140
   9043 #, c-format
   9044 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
   9045 msgstr ""
   9046 
   9047 #: config/tc-mips.c:3074 config/tc-mips.c:3082
   9048 #, c-format
   9049 msgid "jump to misaligned address (0x%lx)"
   9050 msgstr ""
   9051 
   9052 #: config/tc-mips.c:3093 config/tc-mips.c:4042
   9053 #, c-format
   9054 msgid "branch to misaligned address (0x%lx)"
   9055 msgstr ""
   9056 
   9057 #: config/tc-mips.c:3098 config/tc-mips.c:4045
   9058 #, c-format
   9059 msgid "branch address range overflow (0x%lx)"
   9060 msgstr ""
   9061 
   9062 #: config/tc-mips.c:3253 config/tc-mips.c:14896
   9063 msgid "extended instruction in delay slot"
   9064 msgstr ""
   9065 
   9066 #. To reproduce this failure try assembling gas/testsuites/
   9067 #. gas/mips/mips16-intermix.s with a mips-ecoff targeted
   9068 #. assembler.
   9069 #: config/tc-mips.c:3299
   9070 #, c-format
   9071 msgid "Unsupported MIPS relocation number %d"
   9072 msgstr ""
   9073 
   9074 #: config/tc-mips.c:3779
   9075 msgid "Macro instruction expanded into multiple instructions in a branch delay slot"
   9076 msgstr ""
   9077 
   9078 #: config/tc-mips.c:3782
   9079 msgid "Macro instruction expanded into multiple instructions"
   9080 msgstr ""
   9081 
   9082 #: config/tc-mips.c:4314
   9083 msgid "operand overflow"
   9084 msgstr ""
   9085 
   9086 #: config/tc-mips.c:4333 config/tc-mips.c:4933 config/tc-mips.c:8427
   9087 msgid "Macro used $at after \".set noat\""
   9088 msgstr ""
   9089 
   9090 #: config/tc-mips.c:4362
   9091 msgid "unsupported large constant"
   9092 msgstr ""
   9093 
   9094 #: config/tc-mips.c:4364
   9095 #, c-format
   9096 msgid "Instruction %s requires absolute expression"
   9097 msgstr ""
   9098 
   9099 #: config/tc-mips.c:4497 config/tc-mips.c:6798 config/tc-mips.c:7390
   9100 #, c-format
   9101 msgid "Number (0x%s) larger than 32 bits"
   9102 msgstr ""
   9103 
   9104 #: config/tc-mips.c:4517
   9105 msgid "Number larger than 64 bits"
   9106 msgstr ""
   9107 
   9108 #: config/tc-mips.c:4811 config/tc-mips.c:4839 config/tc-mips.c:4877
   9109 #: config/tc-mips.c:4922 config/tc-mips.c:7012 config/tc-mips.c:7051
   9110 #: config/tc-mips.c:7090 config/tc-mips.c:7485 config/tc-mips.c:7537
   9111 msgid "PIC code offset overflow (max 16 signed bits)"
   9112 msgstr ""
   9113 
   9114 #: config/tc-mips.c:5244 config/tc-mips.c:5310 config/tc-mips.c:5398
   9115 #: config/tc-mips.c:5445 config/tc-mips.c:5507 config/tc-mips.c:5556
   9116 #: config/tc-mips.c:8521 config/tc-mips.c:8528 config/tc-mips.c:8535
   9117 #: config/tc-mips.c:8642
   9118 msgid "Unsupported large constant"
   9119 msgstr ""
   9120 
   9121 #. result is always true
   9122 #: config/tc-mips.c:5276
   9123 #, c-format
   9124 msgid "Branch %s is always true"
   9125 msgstr ""
   9126 
   9127 #: config/tc-mips.c:5518 config/tc-mips.c:5567 config/tc-mips.c:9297
   9128 #: config/tc-mips.c:9454
   9129 #, c-format
   9130 msgid "Improper position (%lu)"
   9131 msgstr ""
   9132 
   9133 #: config/tc-mips.c:5523 config/tc-mips.c:9364
   9134 #, c-format
   9135 msgid "Improper extract size (%lu, position %lu)"
   9136 msgstr ""
   9137 
   9138 #: config/tc-mips.c:5572 config/tc-mips.c:9328
   9139 #, c-format
   9140 msgid "Improper insert size (%lu, position %lu)"
   9141 msgstr ""
   9142 
   9143 #: config/tc-mips.c:5609 config/tc-mips.c:5706
   9144 msgid "Divide by zero."
   9145 msgstr ""
   9146 
   9147 #: config/tc-mips.c:5792
   9148 msgid "dla used to load 32-bit register"
   9149 msgstr ""
   9150 
   9151 #: config/tc-mips.c:5795
   9152 msgid "la used to load 64-bit address"
   9153 msgstr "la  64 "
   9154 
   9155 #: config/tc-mips.c:5819 config/tc-mips.c:6788 config/tc-mips.c:7380
   9156 msgid "Expression too complex"
   9157 msgstr ""
   9158 
   9159 #: config/tc-mips.c:5907
   9160 msgid "Offset too large"
   9161 msgstr ""
   9162 
   9163 #: config/tc-mips.c:6079 config/tc-mips.c:6354
   9164 msgid "PIC code offset overflow (max 32 signed bits)"
   9165 msgstr "PIC  ( 32 )"
   9166 
   9167 #: config/tc-mips.c:6432
   9168 msgid "MIPS PIC call to register other than $25"
   9169 msgstr ""
   9170 
   9171 #: config/tc-mips.c:6438 config/tc-mips.c:6449 config/tc-mips.c:6573
   9172 #: config/tc-mips.c:6584
   9173 msgid "No .cprestore pseudo-op used in PIC code"
   9174 msgstr ""
   9175 
   9176 #: config/tc-mips.c:6443 config/tc-mips.c:6578
   9177 msgid "No .frame pseudo-op used in PIC code"
   9178 msgstr ""
   9179 
   9180 #: config/tc-mips.c:6599
   9181 msgid "Non-PIC jump used in PIC library"
   9182 msgstr ""
   9183 
   9184 #: config/tc-mips.c:6765
   9185 #, fuzzy, c-format
   9186 msgid "Opcode not supported on this processor: %s"
   9187 msgstr "64  `%s' "
   9188 
   9189 #: config/tc-mips.c:7643
   9190 #, c-format
   9191 msgid "opcode not supported on this processor: %s"
   9192 msgstr ""
   9193 
   9194 #: config/tc-mips.c:7790 config/tc-mips.c:7821 config/tc-mips.c:7873
   9195 #: config/tc-mips.c:7903
   9196 msgid "Improper rotate count"
   9197 msgstr ""
   9198 
   9199 #: config/tc-mips.c:7942
   9200 #, c-format
   9201 msgid "Instruction %s: result is always false"
   9202 msgstr ""
   9203 
   9204 #: config/tc-mips.c:8103
   9205 #, c-format
   9206 msgid "Instruction %s: result is always true"
   9207 msgstr ""
   9208 
   9209 #: config/tc-mips.c:8240 config/tc-mips.c:8264 config/tc-mips.c:8337
   9210 #: config/tc-mips.c:8360
   9211 msgid "Operand overflow"
   9212 msgstr ""
   9213 
   9214 #. FIXME: Check if this is one of the itbl macros, since they
   9215 #. are added dynamically.
   9216 #: config/tc-mips.c:8423
   9217 #, c-format
   9218 msgid "Macro %s not implemented yet"
   9219 msgstr ""
   9220 
   9221 #: config/tc-mips.c:8673
   9222 #, c-format
   9223 msgid "internal: bad mips opcode (mask error): %s %s"
   9224 msgstr ""
   9225 
   9226 #: config/tc-mips.c:8718
   9227 #, c-format
   9228 msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"
   9229 msgstr ""
   9230 
   9231 #: config/tc-mips.c:8797
   9232 #, c-format
   9233 msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
   9234 msgstr ""
   9235 
   9236 #: config/tc-mips.c:8804
   9237 #, c-format
   9238 msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
   9239 msgstr ""
   9240 
   9241 #: config/tc-mips.c:8927 config/tc-mips.c:8935
   9242 #, fuzzy
   9243 msgid "Unrecognized opcode"
   9244 msgstr " -%c%s "
   9245 
   9246 #: config/tc-mips.c:8962 config/tc-mips.c:10524
   9247 #, c-format
   9248 msgid "opcode not supported on this processor: %s (%s)"
   9249 msgstr ""
   9250 
   9251 #: config/tc-mips.c:8996
   9252 #, c-format
   9253 msgid "BALIGN immediate not 1 or 3 (%lu)"
   9254 msgstr ""
   9255 
   9256 #: config/tc-mips.c:9009 config/tc-mips.c:9022 config/tc-mips.c:9035
   9257 #: config/tc-mips.c:9048 config/tc-mips.c:9074 config/tc-mips.c:9118
   9258 #, c-format
   9259 msgid "DSP immediate not in range 0..%d (%lu)"
   9260 msgstr ""
   9261 
   9262 #: config/tc-mips.c:9066 config/tc-mips.c:9093
   9263 msgid "Invalid dsp acc register"
   9264 msgstr ""
   9265 
   9266 #: config/tc-mips.c:9104 config/tc-mips.c:9135 config/tc-mips.c:9152
   9267 #, c-format
   9268 msgid "DSP immediate not in range %ld..%ld (%ld)"
   9269 msgstr ""
   9270 
   9271 #: config/tc-mips.c:9165
   9272 #, c-format
   9273 msgid "MT usermode bit not 0 or 1 (%lu)"
   9274 msgstr ""
   9275 
   9276 #: config/tc-mips.c:9176
   9277 #, c-format
   9278 msgid "MT load high bit not 0 or 1 (%lu)"
   9279 msgstr ""
   9280 
   9281 #: config/tc-mips.c:9193 config/tc-mips.c:9206
   9282 msgid "Invalid dsp/smartmips acc register"
   9283 msgstr ""
   9284 
   9285 #: config/tc-mips.c:9270
   9286 #, c-format
   9287 msgid "Illegal %s number (%lu, 0x%lx)"
   9288 msgstr ""
   9289 
   9290 #: config/tc-mips.c:9383 config/tc-mips.c:10032
   9291 msgid "absolute expression required"
   9292 msgstr ""
   9293 
   9294 #: config/tc-mips.c:9406
   9295 #, c-format
   9296 msgid "Invalid register number (%d)"
   9297 msgstr ""
   9298 
   9299 #: config/tc-mips.c:9414
   9300 msgid "Invalid coprocessor 0 register number"
   9301 msgstr ""
   9302 
   9303 #: config/tc-mips.c:9424
   9304 #, c-format
   9305 msgid "Improper bit index (%lu)"
   9306 msgstr ""
   9307 
   9308 #: config/tc-mips.c:9485 config/tc-mips.c:9502
   9309 #, c-format
   9310 msgid "Improper size (%lu)"
   9311 msgstr ""
   9312 
   9313 #: config/tc-mips.c:9518
   9314 #, c-format
   9315 msgid "Improper immediate (%ld)"
   9316 msgstr ""
   9317 
   9318 #: config/tc-mips.c:9535 config/tc-mips.c:9552 config/tc-mips.c:9572
   9319 #, c-format
   9320 msgid "Offset not in range %ld..%ld (%ld)"
   9321 msgstr ""
   9322 
   9323 #: config/tc-mips.c:9578
   9324 #, c-format
   9325 msgid "Offset not 16 bytes alignment (%ld)"
   9326 msgstr ""
   9327 
   9328 #: config/tc-mips.c:9593 config/tc-mips.c:10705
   9329 msgid "used $at without \".set noat\""
   9330 msgstr ""
   9331 
   9332 #: config/tc-mips.c:9595 config/tc-mips.c:10707
   9333 #, c-format
   9334 msgid "used $%u with \".set at=$%u\""
   9335 msgstr ""
   9336 
   9337 #: config/tc-mips.c:9608
   9338 #, c-format
   9339 msgid "Internal error: bad mips opcode (unknown extension operand type `+%c'): %s %s"
   9340 msgstr ""
   9341 
   9342 #: config/tc-mips.c:9626
   9343 #, c-format
   9344 msgid "Improper shift amount (%lu)"
   9345 msgstr ""
   9346 
   9347 #: config/tc-mips.c:9650 config/tc-mips.c:10845 config/tc-mips.c:11098
   9348 #, c-format
   9349 msgid "Invalid value for `%s' (%lu)"
   9350 msgstr ""
   9351 
   9352 #: config/tc-mips.c:9686
   9353 #, c-format
   9354 msgid "Code for %s not in range 0..1023 (%lu)"
   9355 msgstr ""
   9356 
   9357 #: config/tc-mips.c:9698
   9358 #, c-format
   9359 msgid "Lower code for %s not in range 0..1023 (%lu)"
   9360 msgstr ""
   9361 
   9362 #: config/tc-mips.c:9710
   9363 #, c-format
   9364 msgid "Code for %s not in range 0..1048575 (%lu)"
   9365 msgstr ""
   9366 
   9367 #: config/tc-mips.c:9723
   9368 #, c-format
   9369 msgid "Coproccesor code > 25 bits (%lu)"
   9370 msgstr ""
   9371 
   9372 #: config/tc-mips.c:9737
   9373 #, c-format
   9374 msgid "Illegal 19-bit code (%lu)"
   9375 msgstr ""
   9376 
   9377 #: config/tc-mips.c:9750
   9378 #, c-format
   9379 msgid "Invalid performance register (%lu)"
   9380 msgstr ""
   9381 
   9382 #: config/tc-mips.c:9795
   9383 #, c-format
   9384 msgid "Used $%u with \".set at=$%u\""
   9385 msgstr ""
   9386 
   9387 #: config/tc-mips.c:9822
   9388 msgid "Source and destination must be different"
   9389 msgstr ""
   9390 
   9391 #: config/tc-mips.c:9828
   9392 msgid "A destination register must be supplied"
   9393 msgstr ""
   9394 
   9395 #: config/tc-mips.c:9891
   9396 #, c-format
   9397 msgid "Improper align amount (%ld), using low bits"
   9398 msgstr ""
   9399 
   9400 #: config/tc-mips.c:9905
   9401 #, c-format
   9402 msgid "Invalid MDMX Immediate (%ld)"
   9403 msgstr ""
   9404 
   9405 #: config/tc-mips.c:9943
   9406 #, c-format
   9407 msgid "Float register should be even, was %d"
   9408 msgstr ""
   9409 
   9410 #: config/tc-mips.c:9982
   9411 #, c-format
   9412 msgid "Bad element selector %ld"
   9413 msgstr ""
   9414 
   9415 #: config/tc-mips.c:9990
   9416 #, c-format
   9417 msgid "Expecting ']' found '%s'"
   9418 msgstr ""
   9419 
   9420 #: config/tc-mips.c:10096
   9421 #, c-format
   9422 msgid "Bad floating point constant: %s"
   9423 msgstr ""
   9424 
   9425 #: config/tc-mips.c:10216
   9426 msgid "Can't use floating point insn in this section"
   9427 msgstr ""
   9428 
   9429 #: config/tc-mips.c:10275
   9430 #, fuzzy
   9431 msgid "Expression out of range"
   9432 msgstr ""
   9433 
   9434 #: config/tc-mips.c:10319
   9435 #, c-format
   9436 msgid "lui expression (%lu) not in range 0..65535"
   9437 msgstr ""
   9438 
   9439 #: config/tc-mips.c:10341
   9440 #, c-format
   9441 msgid "Condition code register should be even for %s, was %d"
   9442 msgstr ""
   9443 
   9444 #: config/tc-mips.c:10347
   9445 #, c-format
   9446 msgid "Condition code register should be 0 or 4 for %s, was %d"
   9447 msgstr ""
   9448 
   9449 #: config/tc-mips.c:10374
   9450 msgid "Invalid coprocessor sub-selection value (0-7)"
   9451 msgstr ""
   9452 
   9453 #: config/tc-mips.c:10386 config/tc-mips.c:10403
   9454 #, c-format
   9455 msgid "bad byte vector index (%ld)"
   9456 msgstr ""
   9457 
   9458 #: config/tc-mips.c:10414
   9459 #, c-format
   9460 msgid "Bad char = '%c'\n"
   9461 msgstr ""
   9462 
   9463 #: config/tc-mips.c:10498 config/tc-score.c:2696 config/tc-score.c:2742
   9464 msgid "unrecognized opcode"
   9465 msgstr ""
   9466 
   9467 #: config/tc-mips.c:10881 config/tc-mips.c:10962 config/tc-mips.c:10977
   9468 msgid "can't parse register list"
   9469 msgstr ""
   9470 
   9471 #: config/tc-mips.c:10950
   9472 msgid "more than one frame size in list"
   9473 msgstr ""
   9474 
   9475 #: config/tc-mips.c:11005
   9476 msgid "unexpected register in list"
   9477 msgstr ""
   9478 
   9479 #: config/tc-mips.c:11015
   9480 msgid "arg/static registers overlap"
   9481 msgstr ""
   9482 
   9483 #: config/tc-mips.c:11033
   9484 msgid "invalid arg register list"
   9485 msgstr ""
   9486 
   9487 #: config/tc-mips.c:11042 config/tc-mips.c:11065
   9488 msgid "invalid static register list"
   9489 msgstr ""
   9490 
   9491 #: config/tc-mips.c:11072
   9492 msgid "missing frame size"
   9493 msgstr ""
   9494 
   9495 #: config/tc-mips.c:11075
   9496 msgid "invalid frame size"
   9497 msgstr ""
   9498 
   9499 #: config/tc-mips.c:11123
   9500 msgid "illegal operands"
   9501 msgstr ""
   9502 
   9503 #: config/tc-mips.c:11241
   9504 msgid "extended operand requested but not required"
   9505 msgstr ""
   9506 
   9507 #: config/tc-mips.c:11243
   9508 msgid "invalid unextended operand value"
   9509 msgstr ""
   9510 
   9511 #: config/tc-mips.c:11271
   9512 msgid "operand value out of range for instruction"
   9513 msgstr ""
   9514 
   9515 #: config/tc-mips.c:11376
   9516 #, c-format
   9517 msgid "relocation %s isn't supported by the current ABI"
   9518 msgstr ""
   9519 
   9520 #: config/tc-mips.c:11432
   9521 msgid "unclosed '('"
   9522 msgstr ""
   9523 
   9524 #: config/tc-mips.c:11699
   9525 #, c-format
   9526 msgid "A different %s was already specified, is now %s"
   9527 msgstr ""
   9528 
   9529 #: config/tc-mips.c:11970
   9530 msgid "-call_shared is supported only for ELF format"
   9531 msgstr ""
   9532 
   9533 #: config/tc-mips.c:11980
   9534 msgid "-call_nonpic is supported only for ELF format"
   9535 msgstr ""
   9536 
   9537 #: config/tc-mips.c:11990
   9538 msgid "-non_shared is supported only for ELF format"
   9539 msgstr ""
   9540 
   9541 #: config/tc-mips.c:12023
   9542 msgid "-n32 is supported for ELF format only"
   9543 msgstr ""
   9544 
   9545 #: config/tc-mips.c:12032
   9546 msgid "-64 is supported for ELF format only"
   9547 msgstr ""
   9548 
   9549 #: config/tc-mips.c:12037 config/tc-mips.c:12090
   9550 msgid "No compiled in support for 64 bit object file format"
   9551 msgstr ""
   9552 
   9553 #: config/tc-mips.c:12077
   9554 msgid "-mabi is supported for ELF format only"
   9555 msgstr ""
   9556 
   9557 #: config/tc-mips.c:12097
   9558 #, c-format
   9559 msgid "invalid abi -mabi=%s"
   9560 msgstr ""
   9561 
   9562 #: config/tc-mips.c:12177
   9563 msgid "-G not supported in this configuration."
   9564 msgstr ""
   9565 
   9566 #: config/tc-mips.c:12203
   9567 #, c-format
   9568 msgid "-%s conflicts with the other architecture options, which imply -%s"
   9569 msgstr ""
   9570 
   9571 #: config/tc-mips.c:12215
   9572 #, c-format
   9573 msgid "-march=%s is not compatible with the selected ABI"
   9574 msgstr ""
   9575 
   9576 #: config/tc-mips.c:12234
   9577 msgid "-mgp64 used with a 32-bit processor"
   9578 msgstr ""
   9579 
   9580 #: config/tc-mips.c:12236
   9581 msgid "-mgp32 used with a 64-bit ABI"
   9582 msgstr ""
   9583 
   9584 #: config/tc-mips.c:12238
   9585 msgid "-mgp64 used with a 32-bit ABI"
   9586 msgstr ""
   9587 
   9588 #: config/tc-mips.c:12276
   9589 msgid "-mfp64 used with a 32-bit fpu"
   9590 msgstr ""
   9591 
   9592 #: config/tc-mips.c:12279
   9593 msgid "-mfp64 used with a 32-bit ABI"
   9594 msgstr ""
   9595 
   9596 #: config/tc-mips.c:12283
   9597 msgid "-mfp32 used with a 64-bit ABI"
   9598 msgstr ""
   9599 
   9600 #: config/tc-mips.c:12297
   9601 msgid "trap exception not supported at ISA 1"
   9602 msgstr ""
   9603 
   9604 #: config/tc-mips.c:12307
   9605 msgid "-mfp32 used with -mips3d"
   9606 msgstr ""
   9607 
   9608 #: config/tc-mips.c:12313
   9609 msgid "-mfp32 used with -mdmx"
   9610 msgstr ""
   9611 
   9612 #: config/tc-mips.c:12318
   9613 #, c-format
   9614 msgid "%s ISA does not support SmartMIPS"
   9615 msgstr ""
   9616 
   9617 #: config/tc-mips.c:12324 config/tc-mips.c:13280
   9618 #, c-format
   9619 msgid "%s ISA does not support DSP ASE"
   9620 msgstr ""
   9621 
   9622 #: config/tc-mips.c:12333 config/tc-mips.c:13293
   9623 #, c-format
   9624 msgid "%s ISA does not support DSP R2 ASE"
   9625 msgstr ""
   9626 
   9627 #: config/tc-mips.c:12339 config/tc-mips.c:13306
   9628 #, c-format
   9629 msgid "%s ISA does not support MT ASE"
   9630 msgstr ""
   9631 
   9632 #: config/tc-mips.c:12387
   9633 msgid "PC relative MIPS16 instruction references a different section"
   9634 msgstr ""
   9635 
   9636 #: config/tc-mips.c:12685 config/tc-sparc.c:3184 config/tc-sparc.c:3191
   9637 #: config/tc-sparc.c:3198 config/tc-sparc.c:3205 config/tc-sparc.c:3212
   9638 #: config/tc-sparc.c:3221 config/tc-sparc.c:3232 config/tc-sparc.c:3254
   9639 #: config/tc-sparc.c:3278 write.c:1138
   9640 msgid "relocation overflow"
   9641 msgstr ""
   9642 
   9643 #: config/tc-mips.c:12695
   9644 #, c-format
   9645 msgid "Branch to misaligned address (%lx)"
   9646 msgstr ""
   9647 
   9648 #: config/tc-mips.c:12742
   9649 msgid "Branch out of range"
   9650 msgstr ""
   9651 
   9652 #: config/tc-mips.c:12824
   9653 #, c-format
   9654 msgid "Alignment too large: %d. assumed."
   9655 msgstr ""
   9656 
   9657 #: config/tc-mips.c:12827
   9658 msgid "Alignment negative: 0 assumed."
   9659 msgstr ""
   9660 
   9661 #: config/tc-mips.c:13085
   9662 #, c-format
   9663 msgid "%s: no such section"
   9664 msgstr ""
   9665 
   9666 #: config/tc-mips.c:13134
   9667 #, c-format
   9668 msgid ".option pic%d not supported"
   9669 msgstr ""
   9670 
   9671 #: config/tc-mips.c:13139 config/tc-mips.c:13446
   9672 msgid "-G may not be used with SVR4 PIC code"
   9673 msgstr ""
   9674 
   9675 #: config/tc-mips.c:13145
   9676 #, c-format
   9677 msgid "Unrecognized option \"%s\""
   9678 msgstr ""
   9679 
   9680 #: config/tc-mips.c:13205
   9681 msgid "`noreorder' must be set before `nomacro'"
   9682 msgstr ""
   9683 
   9684 #: config/tc-mips.c:13231
   9685 #, c-format
   9686 msgid "%s isa does not support 64-bit registers"
   9687 msgstr ""
   9688 
   9689 #: config/tc-mips.c:13242
   9690 #, c-format
   9691 msgid "%s isa does not support 64-bit floating point registers"
   9692 msgstr ""
   9693 
   9694 #: config/tc-mips.c:13263
   9695 #, c-format
   9696 msgid "%s ISA does not support SmartMIPS ASE"
   9697 msgstr ""
   9698 
   9699 #: config/tc-mips.c:13330
   9700 #, c-format
   9701 msgid "unknown architecture %s"
   9702 msgstr ""
   9703 
   9704 #: config/tc-mips.c:13343 config/tc-mips.c:13373
   9705 #, c-format
   9706 msgid "unknown ISA level %s"
   9707 msgstr ""
   9708 
   9709 #: config/tc-mips.c:13351
   9710 #, c-format
   9711 msgid "unknown ISA or architecture %s"
   9712 msgstr ""
   9713 
   9714 #: config/tc-mips.c:13401
   9715 msgid ".set pop with no .set push"
   9716 msgstr ""
   9717 
   9718 #: config/tc-mips.c:13430
   9719 #, c-format
   9720 msgid "Tried to set unrecognized symbol: %s\n"
   9721 msgstr ""
   9722 
   9723 #: config/tc-mips.c:13488
   9724 msgid ".cpload not in noreorder section"
   9725 msgstr ""
   9726 
   9727 #: config/tc-mips.c:13556 config/tc-mips.c:13575
   9728 msgid "missing argument separator ',' for .cpsetup"
   9729 msgstr ""
   9730 
   9731 #: config/tc-mips.c:13733
   9732 #, c-format
   9733 msgid "Unsupported use of %s"
   9734 msgstr ""
   9735 
   9736 #: config/tc-mips.c:13815 config/tc-score.c:6035
   9737 msgid "Unsupported use of .gpword"
   9738 msgstr ""
   9739 
   9740 #: config/tc-mips.c:13855
   9741 msgid "Unsupported use of .gpdword"
   9742 msgstr ""
   9743 
   9744 #: config/tc-mips.c:13949
   9745 #, c-format
   9746 msgid "ignoring attempt to redefine symbol %s"
   9747 msgstr ""
   9748 
   9749 #: config/tc-mips.c:13964 ecoff.c:3378
   9750 msgid "bad .weakext directive"
   9751 msgstr ""
   9752 
   9753 #: config/tc-mips.c:14200
   9754 msgid "unsupported PC relative reference to different section"
   9755 msgstr ""
   9756 
   9757 #: config/tc-mips.c:14313 config/tc-xtensa.c:1583 config/tc-xtensa.c:1859
   9758 msgid "unsupported relocation"
   9759 msgstr ""
   9760 
   9761 #: config/tc-mips.c:14571 config/tc-pdp11.c:1424
   9762 #, c-format
   9763 msgid "Can not represent %s relocation in this object file format"
   9764 msgstr ""
   9765 
   9766 #: config/tc-mips.c:14656
   9767 msgid "Relaxed out-of-range branch into a jump"
   9768 msgstr ""
   9769 
   9770 #: config/tc-mips.c:15217
   9771 msgid "missing .end at end of assembly"
   9772 msgstr ""
   9773 
   9774 #: config/tc-mips.c:15232 config/tc-score.c:5644
   9775 msgid "expected simple number"
   9776 msgstr ""
   9777 
   9778 #: config/tc-mips.c:15260 config/tc-score.c:5671
   9779 msgid "invalid number"
   9780 msgstr ""
   9781 
   9782 #: config/tc-mips.c:15428 config/tc-score.c:5710
   9783 msgid "missing .end"
   9784 msgstr ""
   9785 
   9786 #: config/tc-mips.c:15480
   9787 msgid "Bad .frame directive"
   9788 msgstr ""
   9789 
   9790 #: config/tc-mips.c:15512
   9791 msgid ".mask/.fmask outside of .ent"
   9792 msgstr ""
   9793 
   9794 #: config/tc-mips.c:15519
   9795 msgid "Bad .mask/.fmask directive"
   9796 msgstr ""
   9797 
   9798 #: config/tc-mips.c:15796
   9799 #, c-format
   9800 msgid "Bad value (%s) for %s"
   9801 msgstr ""
   9802 
   9803 #: config/tc-mips.c:15860
   9804 #, c-format
   9805 msgid ""
   9806 "MIPS options:\n"
   9807 "-EB\t\t\tgenerate big endian output\n"
   9808 "-EL\t\t\tgenerate little endian output\n"
   9809 "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
   9810 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
   9811 "\t\t\timplicitly with the gp register [default 8]\n"
   9812 msgstr ""
   9813 
   9814 #: config/tc-mips.c:15867
   9815 #, c-format
   9816 msgid ""
   9817 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
   9818 "-mips2\t\t\tgenerate MIPS ISA II instructions\n"
   9819 "-mips3\t\t\tgenerate MIPS ISA III instructions\n"
   9820 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
   9821 "-mips5                  generate MIPS ISA V instructions\n"
   9822 "-mips32                 generate MIPS32 ISA instructions\n"
   9823 "-mips32r2               generate MIPS32 release 2 ISA instructions\n"
   9824 "-mips64                 generate MIPS64 ISA instructions\n"
   9825 "-mips64r2               generate MIPS64 release 2 ISA instructions\n"
   9826 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
   9827 msgstr ""
   9828 
   9829 #: config/tc-mips.c:15886
   9830 #, c-format
   9831 msgid ""
   9832 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
   9833 "-no-mCPU\t\tdon't generate code specific to CPU.\n"
   9834 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
   9835 msgstr ""
   9836 
   9837 #: config/tc-mips.c:15899
   9838 #, c-format
   9839 msgid ""
   9840 "-mips16\t\t\tgenerate mips16 instructions\n"
   9841 "-no-mips16\t\tdo not generate mips16 instructions\n"
   9842 msgstr ""
   9843 
   9844 #: config/tc-mips.c:15902
   9845 #, c-format
   9846 msgid ""
   9847 "-msmartmips\t\tgenerate smartmips instructions\n"
   9848 "-mno-smartmips\t\tdo not generate smartmips instructions\n"
   9849 msgstr ""
   9850 
   9851 #: config/tc-mips.c:15905
   9852 #, c-format
   9853 msgid ""
   9854 "-mdsp\t\t\tgenerate DSP instructions\n"
   9855 "-mno-dsp\t\tdo not generate DSP instructions\n"
   9856 msgstr ""
   9857 
   9858 #: config/tc-mips.c:15908
   9859 #, c-format
   9860 msgid ""
   9861 "-mdspr2\t\t\tgenerate DSP R2 instructions\n"
   9862 "-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
   9863 msgstr ""
   9864 
   9865 #: config/tc-mips.c:15911
   9866 #, c-format
   9867 msgid ""
   9868 "-mmt\t\t\tgenerate MT instructions\n"
   9869 "-mno-mt\t\t\tdo not generate MT instructions\n"
   9870 msgstr ""
   9871 
   9872 #: config/tc-mips.c:15914
   9873 #, c-format
   9874 msgid ""
   9875 "-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n"
   9876 "-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n"
   9877 "-mfix-vr4120\t\twork around certain VR4120 errata\n"
   9878 "-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
   9879 "-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
   9880 "-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n"
   9881 "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
   9882 "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
   9883 "-msym32\t\t\tassume all symbols have 32-bit values\n"
   9884 "-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
   9885 "-O\t\t\tremove unneeded NOPs and swap branches\n"
   9886 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
   9887 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
   9888 msgstr ""
   9889 
   9890 #: config/tc-mips.c:15928
   9891 #, c-format
   9892 msgid ""
   9893 "-mhard-float\t\tallow floating-point instructions\n"
   9894 "-msoft-float\t\tdo not allow floating-point instructions\n"
   9895 "-msingle-float\t\tonly allow 32-bit floating-point operations\n"
   9896 "-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n"
   9897 "--[no-]construct-floats [dis]allow floating point values to be constructed\n"
   9898 msgstr ""
   9899 
   9900 #: config/tc-mips.c:15936
   9901 #, c-format
   9902 msgid ""
   9903 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
   9904 "-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n"
   9905 "-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
   9906 "-non_shared\t\tdo not generate code that can operate with DSOs\n"
   9907 "-xgot\t\t\tassume a 32 bit GOT\n"
   9908 "-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
   9909 "-mshared, -mno-shared   disable/enable .cpload optimization for\n"
   9910 "                        position dependent (non shared) code\n"
   9911 "-mabi=ABI\t\tcreate ABI conformant object file for:\n"
   9912 msgstr ""
   9913 
   9914 #: config/tc-mips.c:15957
   9915 #, c-format
   9916 msgid ""
   9917 "-32\t\t\tcreate o32 ABI object file (default)\n"
   9918 "-n32\t\t\tcreate n32 ABI object file\n"
   9919 "-64\t\t\tcreate 64 ABI object file\n"
   9920 msgstr ""
   9921 
   9922 #: config/tc-mmix.c:693
   9923 #, c-format
   9924 msgid " MMIX-specific command line options:\n"
   9925 msgstr ""
   9926 
   9927 #: config/tc-mmix.c:694
   9928 #, c-format
   9929 msgid ""
   9930 "  -fixed-special-register-names\n"
   9931 "                          Allow only the original special register names.\n"
   9932 msgstr ""
   9933 
   9934 #: config/tc-mmix.c:697
   9935 #, c-format
   9936 msgid "  -globalize-symbols      Make all symbols global.\n"
   9937 msgstr ""
   9938 
   9939 #: config/tc-mmix.c:699
   9940 #, c-format
   9941 msgid "  -gnu-syntax             Turn off mmixal syntax compatibility.\n"
   9942 msgstr ""
   9943 
   9944 #: config/tc-mmix.c:701
   9945 #, c-format
   9946 msgid "  -relax                  Create linker relaxable code.\n"
   9947 msgstr ""
   9948 
   9949 #: config/tc-mmix.c:703
   9950 #, c-format
   9951 msgid ""
   9952 "  -no-predefined-syms     Do not provide mmixal built-in constants.\n"
   9953 "                          Implies -fixed-special-register-names.\n"
   9954 msgstr ""
   9955 
   9956 #: config/tc-mmix.c:706
   9957 #, c-format
   9958 msgid ""
   9959 "  -no-expand              Do not expand GETA, branches, PUSHJ or JUMP\n"
   9960 "                          into multiple instructions.\n"
   9961 msgstr ""
   9962 
   9963 #: config/tc-mmix.c:709
   9964 #, c-format
   9965 msgid "  -no-merge-gregs         Do not merge GREG definitions with nearby values.\n"
   9966 msgstr ""
   9967 
   9968 #: config/tc-mmix.c:711
   9969 #, c-format
   9970 msgid "  -linker-allocated-gregs If there's no suitable GREG definition for the                          operands of an instruction, let the linker resolve.\n"
   9971 msgstr ""
   9972 
   9973 #: config/tc-mmix.c:714
   9974 #, c-format
   9975 msgid ""
   9976 "  -x                      Do not warn when an operand to GETA, a branch,\n"
   9977 "                          PUSHJ or JUMP is not known to be within range.\n"
   9978 "                          The linker will catch any errors.  Implies\n"
   9979 "                          -linker-allocated-gregs."
   9980 msgstr ""
   9981 
   9982 #: config/tc-mmix.c:840
   9983 #, c-format
   9984 msgid "unknown opcode: `%s'"
   9985 msgstr ""
   9986 
   9987 #: config/tc-mmix.c:962 config/tc-mmix.c:977
   9988 msgid "specified location wasn't TETRA-aligned"
   9989 msgstr ""
   9990 
   9991 #: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4111
   9992 #: config/tc-mmix.c:4127
   9993 msgid "unaligned data at an absolute location is not supported"
   9994 msgstr ""
   9995 
   9996 #: config/tc-mmix.c:1089
   9997 #, c-format
   9998 msgid "invalid operand to opcode %s: `%s'"
   9999 msgstr ""
   10000 
   10001 #: config/tc-mmix.c:1111 config/tc-mmix.c:1138 config/tc-mmix.c:1171
   10002 #: config/tc-mmix.c:1179 config/tc-mmix.c:1196 config/tc-mmix.c:1224
   10003 #: config/tc-mmix.c:1245 config/tc-mmix.c:1270 config/tc-mmix.c:1318
   10004 #: config/tc-mmix.c:1419 config/tc-mmix.c:1444 config/tc-mmix.c:1476
   10005 #: config/tc-mmix.c:1508 config/tc-mmix.c:1538 config/tc-mmix.c:1591
   10006 #: config/tc-mmix.c:1608 config/tc-mmix.c:1635 config/tc-mmix.c:1663
   10007 #: config/tc-mmix.c:1693 config/tc-mmix.c:1719 config/tc-mmix.c:1735
   10008 #: config/tc-mmix.c:1761 config/tc-mmix.c:1777 config/tc-mmix.c:1793
   10009 #: config/tc-mmix.c:1874
   10010 #, c-format
   10011 msgid "invalid operands to opcode %s: `%s'"
   10012 msgstr ""
   10013 
   10014 #: config/tc-mmix.c:1976
   10015 msgid "internal: mmix_prefix_name but empty prefix"
   10016 msgstr ""
   10017 
   10018 #: config/tc-mmix.c:2020
   10019 #, c-format
   10020 msgid "too many GREG registers allocated (max %d)"
   10021 msgstr ""
   10022 
   10023 #: config/tc-mmix.c:2078
   10024 msgid "BSPEC already active.  Nesting is not supported."
   10025 msgstr ""
   10026 
   10027 #: config/tc-mmix.c:2087
   10028 msgid "invalid BSPEC expression"
   10029 msgstr ""
   10030 
   10031 #: config/tc-mmix.c:2103
   10032 #, c-format
   10033 msgid "can't create section %s"
   10034 msgstr ""
   10035 
   10036 #: config/tc-mmix.c:2108
   10037 #, c-format
   10038 msgid "can't set section flags for section %s"
   10039 msgstr ""
   10040 
   10041 #: config/tc-mmix.c:2129
   10042 msgid "ESPEC without preceding BSPEC"
   10043 msgstr ""
   10044 
   10045 #: config/tc-mmix.c:2158
   10046 msgid "missing local expression"
   10047 msgstr ""
   10048 
   10049 #: config/tc-mmix.c:2368
   10050 msgid "operand out of range, instruction expanded"
   10051 msgstr ""
   10052 
   10053 #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
   10054 #. user-friendly, though a little bit non-substantial.
   10055 #: config/tc-mmix.c:2619
   10056 msgid "directive LOCAL must be placed in code or data"
   10057 msgstr ""
   10058 
   10059 #: config/tc-mmix.c:2620
   10060 msgid "internal confusion: relocation in a section without contents"
   10061 msgstr ""
   10062 
   10063 #: config/tc-mmix.c:2734
   10064 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
   10065 msgstr ""
   10066 
   10067 #: config/tc-mmix.c:2782
   10068 msgid "no suitable GREG definition for operands"
   10069 msgstr ""
   10070 
   10071 #: config/tc-mmix.c:2841
   10072 msgid "operands were not reducible at assembly-time"
   10073 msgstr ""
   10074 
   10075 #: config/tc-mmix.c:2868
   10076 #, c-format
   10077 msgid "cannot generate relocation type for symbol %s, code %s"
   10078 msgstr ""
   10079 
   10080 #: config/tc-mmix.c:2888
   10081 #, c-format
   10082 msgid "internal: unhandled label %s"
   10083 msgstr ""
   10084 
   10085 #: config/tc-mmix.c:2918
   10086 msgid "[0-9]H labels may not appear alone on a line"
   10087 msgstr ""
   10088 
   10089 #: config/tc-mmix.c:2927
   10090 msgid "[0-9]H labels do not mix with dot-pseudos"
   10091 msgstr ""
   10092 
   10093 #: config/tc-mmix.c:3015
   10094 msgid "invalid characters in input"
   10095 msgstr ""
   10096 
   10097 #: config/tc-mmix.c:3121
   10098 msgid "empty label field for IS"
   10099 msgstr ""
   10100 
   10101 #: config/tc-mmix.c:3447
   10102 #, c-format
   10103 msgid "internal: unexpected relax type %d:%d"
   10104 msgstr ""
   10105 
   10106 #: config/tc-mmix.c:3470
   10107 msgid "BSPEC without ESPEC."
   10108 msgstr ""
   10109 
   10110 #: config/tc-mmix.c:3675
   10111 msgid "GREG expression too complicated"
   10112 msgstr ""
   10113 
   10114 #: config/tc-mmix.c:3690
   10115 msgid "internal: GREG expression not resolved to section"
   10116 msgstr ""
   10117 
   10118 #: config/tc-mmix.c:3739
   10119 msgid "register section has contents\n"
   10120 msgstr ""
   10121 
   10122 #: config/tc-mmix.c:3866
   10123 msgid "section change from within a BSPEC/ESPEC pair is not supported"
   10124 msgstr ""
   10125 
   10126 #: config/tc-mmix.c:3887
   10127 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
   10128 msgstr ""
   10129 
   10130 #: config/tc-mmix.c:3898
   10131 msgid "invalid LOC expression"
   10132 msgstr ""
   10133 
   10134 #: config/tc-mmix.c:3925 config/tc-mmix.c:3952
   10135 msgid "LOC expression stepping backwards is not supported"
   10136 msgstr ""
   10137 
   10138 #. We will only get here in rare cases involving #NO_APP,
   10139 #. where the unterminated string is not recognized by the
   10140 #. preformatting pass.
   10141 #: config/tc-mmix.c:4034 config/tc-mmix.c:4192 config/tc-z80.c:1695
   10142 msgid "unterminated string"
   10143 msgstr ""
   10144 
   10145 #: config/tc-mmix.c:4051
   10146 msgid "BYTE expression not a pure number"
   10147 msgstr ""
   10148 
   10149 #. Note that mmixal does not allow negative numbers in
   10150 #. BYTE sequences, so neither should we.
   10151 #: config/tc-mmix.c:4060
   10152 msgid "BYTE expression not in the range 0..255"
   10153 msgstr ""
   10154 
   10155 #: config/tc-mmix.c:4109 config/tc-mmix.c:4125
   10156 msgid "data item with alignment larger than location"
   10157 msgstr ""
   10158 
   10159 #. Since integer_constant is local to expr.c, we have to make this a
   10160 #. macro.  FIXME: Do it cleaner.
   10161 #: config/tc-mmix.h:105
   10162 msgid "`&' serial number operator is not supported"
   10163 msgstr ""
   10164 
   10165 #: config/tc-mn10200.c:304
   10166 #, c-format
   10167 msgid ""
   10168 "MN10200 options:\n"
   10169 "none yet\n"
   10170 msgstr ""
   10171 
   10172 #: config/tc-mn10300.c:441
   10173 #, c-format
   10174 msgid ""
   10175 "MN10300 assembler options:\n"
   10176 "none yet\n"
   10177 msgstr ""
   10178 
   10179 #: config/tc-mn10300.c:1268
   10180 msgid "Invalid opcode/operands"
   10181 msgstr ""
   10182 
   10183 #: config/tc-mn10300.c:1791
   10184 msgid "Invalid register specification."
   10185 msgstr ""
   10186 
   10187 #: config/tc-mn10300.c:2383
   10188 #, c-format
   10189 msgid "Bad relocation fixup type (%d)"
   10190 msgstr ""
   10191 
   10192 #: config/tc-moxie.c:100
   10193 msgid "expecting register"
   10194 msgstr ""
   10195 
   10196 #: config/tc-moxie.c:119 config/tc-moxie.c:135
   10197 msgid "illegal register number"
   10198 msgstr ""
   10199 
   10200 #: config/tc-moxie.c:184 config/tc-pj.c:260
   10201 #, c-format
   10202 msgid "unknown opcode %s"
   10203 msgstr ""
   10204 
   10205 #: config/tc-moxie.c:202 config/tc-moxie.c:221 config/tc-moxie.c:312
   10206 #: config/tc-moxie.c:358
   10207 msgid "expecting comma delimited register operands"
   10208 msgstr ""
   10209 
   10210 #: config/tc-moxie.c:228 config/tc-moxie.c:288 config/tc-moxie.c:300
   10211 #: config/tc-moxie.c:333 config/tc-moxie.c:365 config/tc-moxie.c:398
   10212 #: config/tc-moxie.c:452 config/tc-moxie.c:506 config/tc-moxie.c:516
   10213 #: config/tc-moxie.c:544 config/tc-pj.c:308
   10214 msgid "extra stuff on line ignored"
   10215 msgstr ""
   10216 
   10217 #: config/tc-moxie.c:248 config/tc-moxie.c:388 config/tc-moxie.c:418
   10218 #: config/tc-moxie.c:493
   10219 msgid "expecting comma delimited operands"
   10220 msgstr ""
   10221 
   10222 #: config/tc-moxie.c:316 config/tc-moxie.c:344
   10223 msgid "expecting indirect register `($rA)'"
   10224 msgstr ""
   10225 
   10226 #: config/tc-moxie.c:324 config/tc-moxie.c:352 config/tc-moxie.c:443
   10227 #: config/tc-moxie.c:485
   10228 msgid "missing closing parenthesis"
   10229 msgstr ""
   10230 
   10231 #: config/tc-moxie.c:435 config/tc-moxie.c:477
   10232 msgid "expecting indirect register `($rX)'"
   10233 msgstr ""
   10234 
   10235 #: config/tc-moxie.c:547 config/tc-pj.c:313
   10236 msgid "Something forgot to clean up\n"
   10237 msgstr ""
   10238 
   10239 #: config/tc-moxie.c:649
   10240 msgid "pcrel too far BFD_RELOC_MOXIE_10"
   10241 msgstr ""
   10242 
   10243 #: config/tc-msp430.c:547
   10244 msgid ".profiler pseudo requires at least two operands."
   10245 msgstr ""
   10246 
   10247 #: config/tc-msp430.c:606
   10248 msgid "unknown profiling flag - ignored."
   10249 msgstr ""
   10250 
   10251 #: config/tc-msp430.c:622
   10252 msgid "ambiguous flags combination - '.profiler' directive ignored."
   10253 msgstr ""
   10254 
   10255 #: config/tc-msp430.c:632
   10256 msgid "profiling in absolute section?"
   10257 msgstr ""
   10258 
   10259 #: config/tc-msp430.c:720
   10260 #, c-format
   10261 msgid "Known MCU names:\n"
   10262 msgstr ""
   10263 
   10264 #: config/tc-msp430.c:723
   10265 #, c-format
   10266 msgid "\t %s\n"
   10267 msgstr ""
   10268 
   10269 #: config/tc-msp430.c:749
   10270 #, c-format
   10271 msgid "redefinition of mcu type %s' to %s'"
   10272 msgstr ""
   10273 
   10274 #: config/tc-msp430.c:792
   10275 #, c-format
   10276 msgid ""
   10277 "MSP430 options:\n"
   10278 "  -mmcu=[msp430-name] select microcontroller type\n"
   10279 "                  msp430x110  msp430x112\n"
   10280 "                  msp430x1101 msp430x1111\n"
   10281 "                  msp430x1121 msp430x1122 msp430x1132\n"
   10282 "                  msp430x122  msp430x123\n"
   10283 "                  msp430x1222 msp430x1232\n"
   10284 "                  msp430x133  msp430x135\n"
   10285 "                  msp430x1331 msp430x1351\n"
   10286 "                  msp430x147  msp430x148  msp430x149\n"
   10287 "                  msp430x155  msp430x156  msp430x157\n"
   10288 "                  msp430x167  msp430x168  msp430x169\n"
   10289 "                  msp430x1610 msp430x1611 msp430x1612\n"
   10290 "                  msp430x311  msp430x312  msp430x313  msp430x314  msp430x315\n"
   10291 "                  msp430x323  msp430x325\n"
   10292 "                  msp430x336  msp430x337\n"
   10293 "                  msp430x412  msp430x413  msp430x415  msp430x417\n"
   10294 "                  msp430xE423 msp430xE425 msp430E427\n"
   10295 "                  msp430xW423 msp430xW425 msp430W427\n"
   10296 "                  msp430xG437 msp430xG438 msp430G439\n"
   10297 "                  msp430x435  msp430x436  msp430x437\n"
   10298 "                  msp430x447  msp430x448  msp430x449\n"
   10299 msgstr ""
   10300 
   10301 #: config/tc-msp430.c:815
   10302 #, c-format
   10303 msgid ""
   10304 "  -mQ - enable relaxation at assembly time. DANGEROUS!\n"
   10305 "  -mP - enable polymorph instructions\n"
   10306 msgstr ""
   10307 
   10308 #: config/tc-msp430.c:969
   10309 #, c-format
   10310 msgid "value %d out of range. Use #lo() or #hi()"
   10311 msgstr ""
   10312 
   10313 #: config/tc-msp430.c:1057
   10314 #, c-format
   10315 msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() "
   10316 msgstr ""
   10317 
   10318 #: config/tc-msp430.c:1108
   10319 #, c-format
   10320 msgid "Registers cannot be used within immediate expression [%s]"
   10321 msgstr ""
   10322 
   10323 #: config/tc-msp430.c:1110
   10324 #, c-format
   10325 msgid "unknown operand %s"
   10326 msgstr ""
   10327 
   10328 #: config/tc-msp430.c:1132 config/tc-msp430.c:1267
   10329 #, c-format
   10330 msgid "value out of range: %d"
   10331 msgstr ""
   10332 
   10333 #: config/tc-msp430.c:1143
   10334 #, c-format
   10335 msgid "Registers cannot be used within absolute expression [%s]"
   10336 msgstr ""
   10337 
   10338 #: config/tc-msp430.c:1145 config/tc-msp430.c:1288
   10339 #, c-format
   10340 msgid "unknown expression in operand %s"
   10341 msgstr ""
   10342 
   10343 #: config/tc-msp430.c:1159 config/tc-msp430.c:1166
   10344 #, c-format
   10345 msgid "unknown addressing mode %s"
   10346 msgstr ""
   10347 
   10348 #: config/tc-msp430.c:1174
   10349 #, c-format
   10350 msgid "Bad register name r%s"
   10351 msgstr ""
   10352 
   10353 #: config/tc-msp430.c:1186
   10354 #, c-format
   10355 msgid "MSP430 does not have %d registers"
   10356 msgstr ""
   10357 
   10358 #: config/tc-msp430.c:1206
   10359 msgid "')' required"
   10360 msgstr ""
   10361 
   10362 #: config/tc-msp430.c:1219
   10363 #, c-format
   10364 msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
   10365 msgstr ""
   10366 
   10367 #: config/tc-msp430.c:1228
   10368 #, c-format
   10369 msgid "unknown operator (r%s substituted as a register name"
   10370 msgstr ""
   10371 
   10372 #: config/tc-msp430.c:1240 config/tc-msp430.c:1251
   10373 #, c-format
   10374 msgid "unknown operator %s"
   10375 msgstr ""
   10376 
   10377 #: config/tc-msp430.c:1245
   10378 msgid "r2 should not be used in indexed addressing mode"
   10379 msgstr ""
   10380 
   10381 #: config/tc-msp430.c:1286
   10382 #, c-format
   10383 msgid "Registers cannot be used as a prefix of indexed expression [%s]"
   10384 msgstr ""
   10385 
   10386 #. Unreachable.
   10387 #: config/tc-msp430.c:1335
   10388 #, c-format
   10389 msgid "unknown addressing mode for operand %s"
   10390 msgstr ""
   10391 
   10392 #: config/tc-msp430.c:1360
   10393 #, c-format
   10394 msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
   10395 msgstr ""
   10396 
   10397 #: config/tc-msp430.c:1370
   10398 msgid "this addressing mode is not applicable for destination operand"
   10399 msgstr ""
   10400 
   10401 #: config/tc-msp430.c:1414
   10402 #, c-format
   10403 msgid "instruction %s requires %d operand(s)"
   10404 msgstr ""
   10405 
   10406 #: config/tc-msp430.c:1667
   10407 #, c-format
   10408 msgid "Even number required. Rounded to %d"
   10409 msgstr ""
   10410 
   10411 #: config/tc-msp430.c:1678
   10412 #, c-format
   10413 msgid "Wrong displacement  %d"
   10414 msgstr ""
   10415 
   10416 #: config/tc-msp430.c:1695
   10417 msgid "instruction requires label sans '$'"
   10418 msgstr ""
   10419 
   10420 #: config/tc-msp430.c:1700
   10421 msgid "instruction requires label or value in range -511:512"
   10422 msgstr ""
   10423 
   10424 #: config/tc-msp430.c:1707 config/tc-msp430.c:1751 config/tc-msp430.c:1790
   10425 msgid "instruction requires label"
   10426 msgstr ""
   10427 
   10428 #: config/tc-msp430.c:1715 config/tc-msp430.c:1757
   10429 msgid "polymorphs are not enabled. Use -mP option to enable."
   10430 msgstr ""
   10431 
   10432 #: config/tc-msp430.c:1794
   10433 msgid "Illegal instruction or not implemented opcode."
   10434 msgstr ""
   10435 
   10436 #: config/tc-msp430.c:2144
   10437 #, c-format
   10438 msgid "internal inconsistency problem in %s: insn %04lx"
   10439 msgstr ""
   10440 
   10441 #: config/tc-msp430.c:2174 config/tc-msp430.c:2197
   10442 #, c-format
   10443 msgid "internal inconsistency problem in %s: ext. insn %04lx"
   10444 msgstr ""
   10445 
   10446 #: config/tc-msp430.c:2209
   10447 #, c-format
   10448 msgid "internal inconsistency problem in %s:  %lx"
   10449 msgstr ""
   10450 
   10451 #: config/tc-mt.c:151
   10452 #, c-format
   10453 msgid "MT specific command line options:\n"
   10454 msgstr ""
   10455 
   10456 #: config/tc-mt.c:152
   10457 #, c-format
   10458 msgid "  -march=ms1-64-001         allow ms1-64-001 instructions\n"
   10459 msgstr ""
   10460 
   10461 #: config/tc-mt.c:153
   10462 #, c-format
   10463 msgid "  -march=ms1-16-002         allow ms1-16-002 instructions (default)\n"
   10464 msgstr ""
   10465 
   10466 #: config/tc-mt.c:154
   10467 #, c-format
   10468 msgid "  -march=ms1-16-003         allow ms1-16-003 instructions\n"
   10469 msgstr ""
   10470 
   10471 #: config/tc-mt.c:155
   10472 #, c-format
   10473 msgid "  -march=ms2                allow ms2 instructions \n"
   10474 msgstr ""
   10475 
   10476 #: config/tc-mt.c:156
   10477 #, c-format
   10478 msgid "  -nosched                  disable scheduling restrictions\n"
   10479 msgstr ""
   10480 
   10481 #: config/tc-mt.c:224
   10482 #, c-format
   10483 msgid "instruction %s may not follow another memory access instruction."
   10484 msgstr ""
   10485 
   10486 #: config/tc-mt.c:230
   10487 #, c-format
   10488 msgid "instruction %s may not follow another I/O instruction."
   10489 msgstr ""
   10490 
   10491 #: config/tc-mt.c:236
   10492 #, c-format
   10493 msgid "%s may not occupy the delay slot of another branch insn."
   10494 msgstr ""
   10495 
   10496 #: config/tc-mt.c:261
   10497 #, c-format
   10498 msgid "operand references R%ld of previous instruction."
   10499 msgstr ""
   10500 
   10501 #: config/tc-mt.c:267
   10502 #, c-format
   10503 msgid "operand references R%ld of instruction before previous."
   10504 msgstr ""
   10505 
   10506 #: config/tc-mt.c:281 config/tc-mt.c:286
   10507 #, c-format
   10508 msgid "conditional branch or jal insn's operand references R%ld of previous arithmetic or logic insn."
   10509 msgstr ""
   10510 
   10511 #: config/tc-mt.c:349
   10512 msgid "md_estimate_size_before_relax\n"
   10513 msgstr ""
   10514 
   10515 #: config/tc-ns32k.c:439
   10516 msgid "Invalid syntax in PC-relative addressing mode"
   10517 msgstr ""
   10518 
   10519 #: config/tc-ns32k.c:463
   10520 msgid "Invalid syntax in External addressing mode"
   10521 msgstr ""
   10522 
   10523 #: config/tc-ns32k.c:544
   10524 msgid "Invalid syntax in Memory Relative addressing mode"
   10525 msgstr ""
   10526 
   10527 #: config/tc-ns32k.c:611
   10528 msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
   10529 msgstr ""
   10530 
   10531 #: config/tc-ns32k.c:616
   10532 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
   10533 msgstr ""
   10534 
   10535 #: config/tc-ns32k.c:621
   10536 msgid "Scaled-indexed addressing mode combined with scaled-index"
   10537 msgstr ""
   10538 
   10539 #: config/tc-ns32k.c:632
   10540 msgid "Invalid or illegal addressing mode combined with scaled-index"
   10541 msgstr ""
   10542 
   10543 #: config/tc-ns32k.c:755
   10544 msgid "Premature end of suffix -- Defaulting to d"
   10545 msgstr ""
   10546 
   10547 #: config/tc-ns32k.c:768
   10548 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
   10549 msgstr ""
   10550 
   10551 #: config/tc-ns32k.c:813
   10552 msgid "Very short instr to option, ie you can't do it on a NULLstr"
   10553 msgstr ""
   10554 
   10555 #: config/tc-ns32k.c:863
   10556 msgid "No such entry in list. (cpu/mmu register)"
   10557 msgstr ""
   10558 
   10559 #: config/tc-ns32k.c:920
   10560 msgid "Internal consistency error.  check ns32k-opcode.h"
   10561 msgstr ""
   10562 
   10563 #: config/tc-ns32k.c:944
   10564 msgid "Address of immediate operand"
   10565 msgstr ""
   10566 
   10567 #: config/tc-ns32k.c:945
   10568 msgid "Invalid immediate write operand."
   10569 msgstr ""
   10570 
   10571 #: config/tc-ns32k.c:1075
   10572 msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
   10573 msgstr ""
   10574 
   10575 #: config/tc-ns32k.c:1108
   10576 msgid "No such opcode"
   10577 msgstr ""
   10578 
   10579 #: config/tc-ns32k.c:1183
   10580 msgid "Bad suffix, defaulting to d"
   10581 msgstr ""
   10582 
   10583 #: config/tc-ns32k.c:1210
   10584 msgid "Too many operands passed to instruction"
   10585 msgstr ""
   10586 
   10587 #. Check error in default.
   10588 #: config/tc-ns32k.c:1222
   10589 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
   10590 msgstr ""
   10591 
   10592 #: config/tc-ns32k.c:1225
   10593 msgid "Wrong number of operands"
   10594 msgstr ""
   10595 
   10596 #: config/tc-ns32k.c:1298
   10597 #, c-format
   10598 msgid "Can not do %d byte pc-relative relocation for storage type %d"
   10599 msgstr ""
   10600 
   10601 #: config/tc-ns32k.c:1301
   10602 #, c-format
   10603 msgid "Can not do %d byte relocation for storage type %d"
   10604 msgstr ""
   10605 
   10606 #: config/tc-ns32k.c:1393
   10607 #, c-format
   10608 msgid "value of %ld out of byte displacement range."
   10609 msgstr ""
   10610 
   10611 #: config/tc-ns32k.c:1403
   10612 #, c-format
   10613 msgid "value of %ld out of word displacement range."
   10614 msgstr ""
   10615 
   10616 #: config/tc-ns32k.c:1418
   10617 #, c-format
   10618 msgid "value of %ld out of double word displacement range."
   10619 msgstr ""
   10620 
   10621 #: config/tc-ns32k.c:1439
   10622 #, c-format
   10623 msgid "Internal logic error.  line %d, file \"%s\""
   10624 msgstr ""
   10625 
   10626 #: config/tc-ns32k.c:1487
   10627 #, c-format
   10628 msgid "Internal logic error. line %d, file \"%s\""
   10629 msgstr ""
   10630 
   10631 #: config/tc-ns32k.c:1588
   10632 msgid "Bit field out of range"
   10633 msgstr ""
   10634 
   10635 #: config/tc-ns32k.c:1688
   10636 msgid "iif convert internal pcrel/binary"
   10637 msgstr ""
   10638 
   10639 #: config/tc-ns32k.c:1705
   10640 msgid "Bignum too big for long"
   10641 msgstr ""
   10642 
   10643 #: config/tc-ns32k.c:1782
   10644 msgid "iif convert internal pcrel/pointer"
   10645 msgstr ""
   10646 
   10647 #: config/tc-ns32k.c:1787
   10648 msgid "Internal logic error in iif.iifP[n].type"
   10649 msgstr ""
   10650 
   10651 #. We cant relax this case.
   10652 #: config/tc-ns32k.c:1823
   10653 msgid "Can't relax difference"
   10654 msgstr ""
   10655 
   10656 #: config/tc-ns32k.c:1864
   10657 msgid "Displacement too large for :d"
   10658 msgstr ""
   10659 
   10660 #: config/tc-ns32k.c:1877
   10661 msgid "Internal logic error in iif.iifP[].type"
   10662 msgstr ""
   10663 
   10664 #. Fatal.
   10665 #: config/tc-ns32k.c:1909
   10666 #, c-format
   10667 msgid "Can't hash %s: %s"
   10668 msgstr ""
   10669 
   10670 #: config/tc-ns32k.c:2145
   10671 #, c-format
   10672 msgid "invalid architecture option -m%s, ignored"
   10673 msgstr ""
   10674 
   10675 #: config/tc-ns32k.c:2158
   10676 #, c-format
   10677 msgid "invalid default displacement size \"%s\". Defaulting to %d."
   10678 msgstr ""
   10679 
   10680 #: config/tc-ns32k.c:2174
   10681 #, c-format
   10682 msgid ""
   10683 "NS32K options:\n"
   10684 "-m32032 | -m32532\tselect variant of NS32K architecture\n"
   10685 "--disp-size-default=<1|2|4>\n"
   10686 msgstr ""
   10687 
   10688 #: config/tc-ns32k.c:2249
   10689 #, c-format
   10690 msgid "Cannot find relocation type for symbol %s, code %d"
   10691 msgstr ""
   10692 
   10693 #: config/tc-or32.c:361
   10694 #, c-format
   10695 msgid "unknown opcode1: `%s'"
   10696 msgstr ""
   10697 
   10698 #: config/tc-or32.c:367
   10699 #, c-format
   10700 msgid "unknown opcode2 `%s'."
   10701 msgstr ""
   10702 
   10703 #: config/tc-or32.c:403
   10704 #, c-format
   10705 msgid "instruction not allowed: %s"
   10706 msgstr ""
   10707 
   10708 #: config/tc-or32.c:406
   10709 #, c-format
   10710 msgid "too many operands: %s"
   10711 msgstr ""
   10712 
   10713 #: config/tc-or32.c:490
   10714 msgid "call/jmp target out of range (1)"
   10715 msgstr ""
   10716 
   10717 #: config/tc-or32.c:612
   10718 msgid "call/jmp target out of range (2)"
   10719 msgstr ""
   10720 
   10721 #: config/tc-or32.c:631
   10722 #, c-format
   10723 msgid "bad relocation type: 0x%02x"
   10724 msgstr ""
   10725 
   10726 #: config/tc-or32.c:823
   10727 msgid "invalid register in & expression"
   10728 msgstr ""
   10729 
   10730 #: config/tc-pdp11.c:339 config/tc-pdp11.c:357 config/tc-pdp11.c:382
   10731 #: config/tc-pdp11.c:388 config/tc-pdp11.c:401
   10732 msgid "Bad register name"
   10733 msgstr ""
   10734 
   10735 #: config/tc-pdp11.c:420 config/tc-pdp11.c:484 config/tc-pdp11.c:495
   10736 msgid "Error in expression"
   10737 msgstr ""
   10738 
   10739 #: config/tc-pdp11.c:492
   10740 msgid "Low order bits truncated in immediate float operand"
   10741 msgstr ""
   10742 
   10743 #: config/tc-pdp11.c:611
   10744 msgid "Float AC not legal as integer operand"
   10745 msgstr ""
   10746 
   10747 #: config/tc-pdp11.c:631
   10748 msgid "General register not legal as float operand"
   10749 msgstr ""
   10750 
   10751 #: config/tc-pdp11.c:664
   10752 msgid "No instruction found"
   10753 msgstr ""
   10754 
   10755 #: config/tc-pdp11.c:674 config/tc-z80.c:1894 config/tc-z80.c:1907
   10756 #, c-format
   10757 msgid "Unknown instruction '%s'"
   10758 msgstr ""
   10759 
   10760 #: config/tc-pdp11.c:680
   10761 #, c-format
   10762 msgid "Unsupported instruction set extension: %s"
   10763 msgstr ""
   10764 
   10765 #: config/tc-pdp11.c:716
   10766 msgid "operand is not an absolute constant"
   10767 msgstr ""
   10768 
   10769 #: config/tc-pdp11.c:724
   10770 msgid "3-bit immediate out of range"
   10771 msgstr ""
   10772 
   10773 #: config/tc-pdp11.c:731
   10774 msgid "6-bit immediate out of range"
   10775 msgstr ""
   10776 
   10777 #: config/tc-pdp11.c:738
   10778 msgid "8-bit immediate out of range"
   10779 msgstr ""
   10780 
   10781 #: config/tc-pdp11.c:755 config/tc-pdp11.c:948
   10782 msgid "Symbol expected"
   10783 msgstr ""
   10784 
   10785 #: config/tc-pdp11.c:760
   10786 msgid "8-bit displacement out of range"
   10787 msgstr ""
   10788 
   10789 #: config/tc-pdp11.c:802 config/tc-pdp11.c:823 config/tc-pdp11.c:840
   10790 #: config/tc-pdp11.c:861 config/tc-pdp11.c:878 config/tc-pdp11.c:899
   10791 #: config/tc-pdp11.c:918 config/tc-pdp11.c:939
   10792 msgid "Missing ','"
   10793 msgstr ""
   10794 
   10795 #: config/tc-pdp11.c:953
   10796 msgid "6-bit displacement out of range"
   10797 msgstr ""
   10798 
   10799 #: config/tc-pdp11.c:974 config/tc-vax.c:1944
   10800 msgid "Too many operands"
   10801 msgstr ""
   10802 
   10803 #: config/tc-pj.c:65 config/tc-pj.c:74
   10804 msgid "confusing relocation expressions"
   10805 msgstr ""
   10806 
   10807 #: config/tc-pj.c:157
   10808 msgid "can't have relocation for ipush"
   10809 msgstr ""
   10810 
   10811 #: config/tc-pj.c:289
   10812 msgid "expected expression"
   10813 msgstr ""
   10814 
   10815 #: config/tc-pj.c:355
   10816 #, c-format
   10817 msgid ""
   10818 "PJ options:\n"
   10819 "-little\t\t\tgenerate little endian code\n"
   10820 "-big\t\t\tgenerate big endian code\n"
   10821 msgstr ""
   10822 
   10823 #: config/tc-pj.c:380 config/tc-sh.c:4143 config/tc-sh.c:4150
   10824 #: config/tc-sh.c:4157 config/tc-sh.c:4164
   10825 msgid "pcrel too far"
   10826 msgstr ""
   10827 
   10828 #: config/tc-pj.h:38
   10829 msgid "convert_frag\n"
   10830 msgstr ""
   10831 
   10832 #: config/tc-pj.h:39
   10833 msgid "estimate size\n"
   10834 msgstr ""
   10835 
   10836 #: config/tc-ppc.c:1119
   10837 #, c-format
   10838 msgid "%s unsupported"
   10839 msgstr ""
   10840 
   10841 #: config/tc-ppc.c:1216
   10842 msgid "--nops needs a numeric argument"
   10843 msgstr ""
   10844 
   10845 #: config/tc-ppc.c:1230
   10846 #, c-format
   10847 msgid ""
   10848 "PowerPC options:\n"
   10849 "-a32                    generate ELF32/XCOFF32\n"
   10850 "-a64                    generate ELF64/XCOFF64\n"
   10851 "-u                      ignored\n"
   10852 "-mpwrx, -mpwr2          generate code for POWER/2 (RIOS2)\n"
   10853 "-mpwr                   generate code for POWER (RIOS1)\n"
   10854 "-m601                   generate code for PowerPC 601\n"
   10855 "-mppc, -mppc32, -m603, -m604\n"
   10856 "                        generate code for PowerPC 603/604\n"
   10857 "-m403                   generate code for PowerPC 403\n"
   10858 "-m405                   generate code for PowerPC 405\n"
   10859 "-m440                   generate code for PowerPC 440\n"
   10860 "-m464                   generate code for PowerPC 464\n"
   10861 "-m476                   generate code for PowerPC 476\n"
   10862 "-m7400, -m7410, -m7450, -m7455\n"
   10863 "                        generate code for PowerPC 7400/7410/7450/7455\n"
   10864 "-m750cl                 generate code for PowerPC 750cl\n"
   10865 msgstr ""
   10866 
   10867 #: config/tc-ppc.c:1248
   10868 #, c-format
   10869 msgid ""
   10870 "-mppc64, -m620          generate code for PowerPC 620/625/630\n"
   10871 "-mppc64bridge           generate code for PowerPC 64, including bridge insns\n"
   10872 "-mbooke                 generate code for 32-bit PowerPC BookE\n"
   10873 "-ma2                    generate code for A2 architecture\n"
   10874 "-mpower4, -mpwr4        generate code for Power4 architecture\n"
   10875 "-mpower5, -mpwr5, -mpwr5x\n"
   10876 "                        generate code for Power5 architecture\n"
   10877 "-mpower6, -mpwr6        generate code for Power6 architecture\n"
   10878 "-mpower7, -mpwr7        generate code for Power7 architecture\n"
   10879 "-mcell                  generate code for Cell Broadband Engine architecture\n"
   10880 "-mcom                   generate code Power/PowerPC common instructions\n"
   10881 "-many                   generate code for any architecture (PWR/PWRX/PPC)\n"
   10882 msgstr ""
   10883 
   10884 #: config/tc-ppc.c:1261
   10885 #, c-format
   10886 msgid ""
   10887 "-maltivec               generate code for AltiVec\n"
   10888 "-mvsx                   generate code for Vector-Scalar (VSX) instructions\n"
   10889 "-me300                  generate code for PowerPC e300 family\n"
   10890 "-me500, -me500x2        generate code for Motorola e500 core complex\n"
   10891 "-me500mc,               generate code for Freescale e500mc core complex\n"
   10892 "-me500mc64,             generate code for Freescale e500mc64 core complex\n"
   10893 "-mspe                   generate code for Motorola SPE instructions\n"
   10894 "-mtitan                 generate code for AppliedMicro Titan core complex\n"
   10895 "-mregnames              Allow symbolic names for registers\n"
   10896 "-mno-regnames           Do not allow symbolic names for registers\n"
   10897 msgstr ""
   10898 
   10899 #: config/tc-ppc.c:1273
   10900 #, c-format
   10901 msgid ""
   10902 "-mrelocatable           support for GCC's -mrelocatble option\n"
   10903 "-mrelocatable-lib       support for GCC's -mrelocatble-lib option\n"
   10904 "-memb                   set PPC_EMB bit in ELF flags\n"
   10905 "-mlittle, -mlittle-endian, -le\n"
   10906 "                        generate code for a little endian machine\n"
   10907 "-mbig, -mbig-endian, -be\n"
   10908 "                        generate code for a big endian machine\n"
   10909 "-msolaris               generate code for Solaris\n"
   10910 "-mno-solaris            do not generate code for Solaris\n"
   10911 "-K PIC                  set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
   10912 "-V                      print assembler version number\n"
   10913 "-Qy, -Qn                ignored\n"
   10914 msgstr ""
   10915 
   10916 #: config/tc-ppc.c:1287
   10917 #, c-format
   10918 msgid "-nops=count             when aligning, more than COUNT nops uses a branch\n"
   10919 msgstr ""
   10920 
   10921 #: config/tc-ppc.c:1313
   10922 #, c-format
   10923 msgid "Unknown default cpu = %s, os = %s"
   10924 msgstr ""
   10925 
   10926 #: config/tc-ppc.c:1339
   10927 msgid "Neither Power nor PowerPC opcodes were selected."
   10928 msgstr ""
   10929 
   10930 #: config/tc-ppc.c:1420
   10931 #, c-format
   10932 msgid "powerpc_operands[%d].bitm invalid"
   10933 msgstr ""
   10934 
   10935 #: config/tc-ppc.c:1427
   10936 #, c-format
   10937 msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
   10938 msgstr ""
   10939 
   10940 #: config/tc-ppc.c:1449
   10941 #, c-format
   10942 msgid "major opcode is not sorted for %s"
   10943 msgstr ""
   10944 
   10945 #: config/tc-ppc.c:1485
   10946 #, c-format
   10947 msgid "%s (%08lx %08lx) after %s (%08lx %08lx)"
   10948 msgstr ""
   10949 
   10950 #: config/tc-ppc.c:1494
   10951 #, c-format
   10952 msgid "mask trims opcode bits for %s"
   10953 msgstr ""
   10954 
   10955 #: config/tc-ppc.c:1503
   10956 #, c-format
   10957 msgid "operand index error for %s"
   10958 msgstr ""
   10959 
   10960 #: config/tc-ppc.c:1515
   10961 #, c-format
   10962 msgid "operand %d overlap in %s"
   10963 msgstr ""
   10964 
   10965 #: config/tc-ppc.c:1532
   10966 #, c-format
   10967 msgid "duplicate instruction %s"
   10968 msgstr ""
   10969 
   10970 #: config/tc-ppc.c:1556
   10971 #, c-format
   10972 msgid "duplicate macro %s"
   10973 msgstr ""
   10974 
   10975 #: config/tc-ppc.c:1913
   10976 msgid "symbol+offset not supported for got tls"
   10977 msgstr ""
   10978 
   10979 #: config/tc-ppc.c:2168
   10980 msgid "Relocation cannot be done when using -mrelocatable"
   10981 msgstr ""
   10982 
   10983 #: config/tc-ppc.c:2218
   10984 msgid "TOC section size exceeds 64k"
   10985 msgstr ""
   10986 
   10987 #: config/tc-ppc.c:2299
   10988 #, c-format
   10989 msgid "syntax error: invalid toc specifier `%s'"
   10990 msgstr ""
   10991 
   10992 #: config/tc-ppc.c:2313
   10993 #, c-format
   10994 msgid "syntax error: expected `]', found  `%c'"
   10995 msgstr ""
   10996 
   10997 #: config/tc-ppc.c:2589
   10998 msgid "[tocv] symbol is not a toc symbol"
   10999 msgstr ""
   11000 
   11001 #: config/tc-ppc.c:2600
   11002 msgid "Unimplemented toc32 expression modifier"
   11003 msgstr ""
   11004 
   11005 #: config/tc-ppc.c:2605
   11006 msgid "Unimplemented toc64 expression modifier"
   11007 msgstr ""
   11008 
   11009 #: config/tc-ppc.c:2609
   11010 #, c-format
   11011 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
   11012 msgstr ""
   11013 
   11014 #: config/tc-ppc.c:2789
   11015 #, c-format
   11016 msgid "@tls may not be used with \"%s\" operands"
   11017 msgstr ""
   11018 
   11019 #: config/tc-ppc.c:2792
   11020 msgid "@tls may only be used in last operand"
   11021 msgstr ""
   11022 
   11023 #: config/tc-ppc.c:2902
   11024 msgid "unsupported relocation for DS offset field"
   11025 msgstr ""
   11026 
   11027 #: config/tc-ppc.c:2956
   11028 #, c-format
   11029 msgid "syntax error; end of line, expected `%c'"
   11030 msgstr ""
   11031 
   11032 #: config/tc-ppc.c:2958
   11033 #, c-format
   11034 msgid "syntax error; found `%c', expected `%c'"
   11035 msgstr ""
   11036 
   11037 #: config/tc-ppc.c:2998 config/tc-ppc.h:94
   11038 msgid "instruction address is not a multiple of 4"
   11039 msgstr ""
   11040 
   11041 #: config/tc-ppc.c:3247
   11042 msgid "missing size"
   11043 msgstr ""
   11044 
   11045 #: config/tc-ppc.c:3256
   11046 msgid "negative size"
   11047 msgstr ""
   11048 
   11049 #: config/tc-ppc.c:3293
   11050 msgid "missing real symbol name"
   11051 msgstr ""
   11052 
   11053 #: config/tc-ppc.c:3314
   11054 msgid "attempt to redefine symbol"
   11055 msgstr ""
   11056 
   11057 #: config/tc-ppc.c:3579
   11058 #, c-format
   11059 msgid "No known dwarf XCOFF section for flag 0x%08x\n"
   11060 msgstr ""
   11061 
   11062 #: config/tc-ppc.c:3592
   11063 #, c-format
   11064 msgid "label %s was not defined in this dwarf section"
   11065 msgstr ""
   11066 
   11067 #: config/tc-ppc.c:3708
   11068 msgid "The XCOFF file format does not support arbitrary sections"
   11069 msgstr ""
   11070 
   11071 #: config/tc-ppc.c:3781
   11072 msgid ".ref outside .csect"
   11073 msgstr ""
   11074 
   11075 #: config/tc-ppc.c:3803 config/tc-ppc.c:4005
   11076 msgid "missing symbol name"
   11077 msgstr ""
   11078 
   11079 #: config/tc-ppc.c:3834
   11080 msgid "missing rename string"
   11081 msgstr ""
   11082 
   11083 #: config/tc-ppc.c:3864 config/tc-ppc.c:4406 read.c:3364
   11084 msgid "missing value"
   11085 msgstr ""
   11086 
   11087 #: config/tc-ppc.c:3882
   11088 msgid "illegal .stabx expression; zero assumed"
   11089 msgstr ""
   11090 
   11091 #: config/tc-ppc.c:3914
   11092 msgid "missing class"
   11093 msgstr ""
   11094 
   11095 #: config/tc-ppc.c:3923
   11096 msgid "missing type"
   11097 msgstr ""
   11098 
   11099 #: config/tc-ppc.c:3950
   11100 msgid ".stabx of storage class stsym must be within .bs/.es"
   11101 msgstr ""
   11102 
   11103 #: config/tc-ppc.c:4193
   11104 msgid "nested .bs blocks"
   11105 msgstr ""
   11106 
   11107 #: config/tc-ppc.c:4225
   11108 msgid ".es without preceding .bs"
   11109 msgstr ""
   11110 
   11111 #: config/tc-ppc.c:4398
   11112 msgid "non-constant byte count"
   11113 msgstr ""
   11114 
   11115 #: config/tc-ppc.c:4472
   11116 msgid ".tc not in .toc section"
   11117 msgstr ""
   11118 
   11119 #: config/tc-ppc.c:4491
   11120 msgid ".tc with no label"
   11121 msgstr ""
   11122 
   11123 #: config/tc-ppc.c:4584 config/tc-s390.c:1843
   11124 msgid ".machine stack overflow"
   11125 msgstr ""
   11126 
   11127 #: config/tc-ppc.c:4591 config/tc-s390.c:1850
   11128 msgid ".machine stack underflow"
   11129 msgstr ""
   11130 
   11131 #: config/tc-ppc.c:4598 config/tc-s390.c:1857
   11132 #, c-format
   11133 msgid "invalid machine `%s'"
   11134 msgstr ""
   11135 
   11136 #: config/tc-ppc.c:4649
   11137 msgid "No previous section to return to. Directive ignored."
   11138 msgstr ""
   11139 
   11140 #. Section Contents
   11141 #. unknown
   11142 #: config/tc-ppc.c:5059
   11143 msgid "Unsupported section attribute -- 'a'"
   11144 msgstr ""
   11145 
   11146 #: config/tc-ppc.c:5243
   11147 msgid "bad symbol suffix"
   11148 msgstr ""
   11149 
   11150 #: config/tc-ppc.c:5336
   11151 msgid "Unrecognized symbol suffix"
   11152 msgstr ""
   11153 
   11154 #: config/tc-ppc.c:5424
   11155 msgid "two .function pseudo-ops with no intervening .ef"
   11156 msgstr ""
   11157 
   11158 #: config/tc-ppc.c:5437
   11159 msgid ".ef with no preceding .function"
   11160 msgstr ""
   11161 
   11162 #: config/tc-ppc.c:5566
   11163 #, c-format
   11164 msgid "warning: symbol %s has no csect"
   11165 msgstr ""
   11166 
   11167 #: config/tc-ppc.c:5828
   11168 msgid "symbol in .toc does not match any .tc"
   11169 msgstr ""
   11170 
   11171 #: config/tc-ppc.c:6230
   11172 #, c-format
   11173 msgid "unsupported relocation against %s"
   11174 msgstr ""
   11175 
   11176 #: config/tc-ppc.c:6303
   11177 #, c-format
   11178 msgid "cannot emit PC relative %s relocation against %s"
   11179 msgstr ""
   11180 
   11181 #: config/tc-ppc.c:6308
   11182 #, c-format
   11183 msgid "cannot emit PC relative %s relocation"
   11184 msgstr ""
   11185 
   11186 #: config/tc-ppc.c:6497
   11187 #, c-format
   11188 msgid "Unable to handle reference to symbol %s"
   11189 msgstr ""
   11190 
   11191 #: config/tc-ppc.c:6500
   11192 msgid "Unable to resolve expression"
   11193 msgstr ""
   11194 
   11195 #: config/tc-ppc.c:6527
   11196 msgid "must branch to an address a multiple of 4"
   11197 msgstr ""
   11198 
   11199 #: config/tc-ppc.c:6531
   11200 #, c-format
   11201 msgid "@local or @plt branch destination is too far away, %ld bytes"
   11202 msgstr ""
   11203 
   11204 #: config/tc-ppc.c:6562
   11205 #, c-format
   11206 msgid "Gas failure, reloc value %d\n"
   11207 msgstr ""
   11208 
   11209 #: config/tc-rx.c:133
   11210 #, c-format
   11211 msgid " RX specific command line options:\n"
   11212 msgstr ""
   11213 
   11214 #: config/tc-rx.c:134
   11215 #, c-format
   11216 msgid "  --mbig-endian-data\n"
   11217 msgstr ""
   11218 
   11219 #: config/tc-rx.c:135
   11220 #, c-format
   11221 msgid "  --mlittle-endian-data [default]\n"
   11222 msgstr ""
   11223 
   11224 #: config/tc-rx.c:136
   11225 #, c-format
   11226 msgid "  --m32bit-doubles [default]\n"
   11227 msgstr ""
   11228 
   11229 #: config/tc-rx.c:137
   11230 #, c-format
   11231 msgid "  --m64bit-doubles\n"
   11232 msgstr ""
   11233 
   11234 #: config/tc-rx.c:138
   11235 #, c-format
   11236 msgid "  --muse-conventional-section-names\n"
   11237 msgstr ""
   11238 
   11239 #: config/tc-rx.c:139
   11240 #, c-format
   11241 msgid "  --muse-renesas-section-names [default]\n"
   11242 msgstr ""
   11243 
   11244 #: config/tc-rx.c:140
   11245 #, c-format
   11246 msgid "  --msmall-data-limit\n"
   11247 msgstr ""
   11248 
   11249 #: config/tc-rx.c:220
   11250 msgid "no filename following .INCLUDE pseudo-op"
   11251 msgstr ""
   11252 
   11253 #: config/tc-rx.c:323
   11254 #, c-format
   11255 msgid "unable to locate include file: %s"
   11256 msgstr ""
   11257 
   11258 #: config/tc-rx.c:374
   11259 #, c-format
   11260 msgid "unrecognised alignment value in .SECTION directive: %s"
   11261 msgstr ""
   11262 
   11263 #: config/tc-rx.c:391
   11264 #, c-format
   11265 msgid "unknown parameter following .SECTION directive: %s"
   11266 msgstr ""
   11267 
   11268 #: config/tc-rx.c:480
   11269 msgid "expecting either ON or OFF after .list"
   11270 msgstr ""
   11271 
   11272 #: config/tc-rx.c:516
   11273 #, c-format
   11274 msgid "The \".%s\" pseudo-op is not implemented\n"
   11275 msgstr ""
   11276 
   11277 #: config/tc-rx.c:748
   11278 #, c-format
   11279 msgid "Value %d doesn't fit in unsigned %d-bit field"
   11280 msgstr ""
   11281 
   11282 #: config/tc-rx.c:754
   11283 #, c-format
   11284 msgid "Value %d doesn't fit in signed %d-bit field"
   11285 msgstr ""
   11286 
   11287 #: config/tc-rx.c:954
   11288 msgid "The .DEFINE pseudo-op is not implemented"
   11289 msgstr ""
   11290 
   11291 #: config/tc-rx.c:956
   11292 msgid "The .MACRO pseudo-op is not implemented"
   11293 msgstr ""
   11294 
   11295 #: config/tc-rx.c:958
   11296 msgid "The .BTEQU pseudo-op is not implemented."
   11297 msgstr ""
   11298 
   11299 #: config/tc-rx.c:1883
   11300 msgid "invalid immediate size"
   11301 msgstr ""
   11302 
   11303 #: config/tc-rx.c:1902
   11304 msgid "invalid immediate field position"
   11305 msgstr ""
   11306 
   11307 #: config/tc-rx.c:1951
   11308 #, c-format
   11309 msgid "bad frag at %p : fix %ld addr %ld %ld \n"
   11310 msgstr ""
   11311 
   11312 #: config/tc-rx.c:2018
   11313 #, c-format
   11314 msgid "unsupported constant size %d\n"
   11315 msgstr ""
   11316 
   11317 #: config/tc-rx.c:2025
   11318 msgid "difference of two symbols only supported with .long, .short, or .byte"
   11319 msgstr ""
   11320 
   11321 #: config/tc-rx.c:2069
   11322 #, c-format
   11323 msgid "jump not 3..10 bytes away (is %d)"
   11324 msgstr ""
   11325 
   11326 #: config/tc-rx.c:2215
   11327 #, c-format
   11328 msgid "Unknown reloc in md_apply_fix: %s"
   11329 msgstr ""
   11330 
   11331 #: config/tc-s390.c:332 config/tc-sparc.c:272
   11332 msgid "Invalid default architecture, broken assembler."
   11333 msgstr ""
   11334 
   11335 #: config/tc-s390.c:439 config/tc-sparc.c:475
   11336 #, c-format
   11337 msgid "invalid architecture -A%s"
   11338 msgstr ""
   11339 
   11340 #: config/tc-s390.c:462
   11341 #, c-format
   11342 msgid ""
   11343 "        S390 options:\n"
   11344 "        -mregnames        Allow symbolic names for registers\n"
   11345 "        -mwarn-areg-zero  Warn about zero base/index registers\n"
   11346 "        -mno-regnames     Do not allow symbolic names for registers\n"
   11347 "        -m31              Set file format to 31 bit format\n"
   11348 "        -m64              Set file format to 64 bit format\n"
   11349 msgstr ""
   11350 
   11351 #: config/tc-s390.c:469
   11352 #, c-format
   11353 msgid ""
   11354 "        -V                print assembler version number\n"
   11355 "        -Qy, -Qn          ignored\n"
   11356 msgstr ""
   11357 
   11358 #: config/tc-s390.c:534
   11359 msgid "The 64 bit file format is used without esame instructions."
   11360 msgstr ""
   11361 
   11362 #: config/tc-s390.c:550
   11363 #, c-format
   11364 msgid "Internal assembler error for instruction format %s"
   11365 msgstr ""
   11366 
   11367 #: config/tc-s390.c:596
   11368 #, c-format
   11369 msgid "operand out of range (%s not between %ld and %ld)"
   11370 msgstr ""
   11371 
   11372 #: config/tc-s390.c:778
   11373 #, c-format
   11374 msgid "identifier+constant@%s means identifier@%s+constant"
   11375 msgstr ""
   11376 
   11377 #: config/tc-s390.c:859
   11378 msgid "Can't handle O_big in s390_exp_compare"
   11379 msgstr ""
   11380 
   11381 #: config/tc-s390.c:940
   11382 msgid "Invalid suffix for literal pool entry"
   11383 msgstr ""
   11384 
   11385 #: config/tc-s390.c:997
   11386 msgid "Big number is too big"
   11387 msgstr ""
   11388 
   11389 #: config/tc-s390.c:1144
   11390 msgid "relocation not applicable"
   11391 msgstr ""
   11392 
   11393 #: config/tc-s390.c:1261
   11394 msgid "index register specified but zero"
   11395 msgstr ""
   11396 
   11397 #: config/tc-s390.c:1265
   11398 msgid "base register specified but zero"
   11399 msgstr ""
   11400 
   11401 #: config/tc-s390.c:1269
   11402 msgid "odd numbered general purpose register specified as register pair"
   11403 msgstr ""
   11404 
   11405 #: config/tc-s390.c:1277
   11406 msgid "invalid floating point register pair.  Valid fp register pair operands are 0, 1, 4, 5, 8, 9, 12 or 13."
   11407 msgstr ""
   11408 
   11409 #: config/tc-s390.c:1360
   11410 msgid "invalid operand suffix"
   11411 msgstr ""
   11412 
   11413 #: config/tc-s390.c:1383
   11414 msgid "syntax error; missing '(' after displacement"
   11415 msgstr ""
   11416 
   11417 #: config/tc-s390.c:1399 config/tc-s390.c:1443 config/tc-s390.c:1473
   11418 msgid "syntax error; expected ,"
   11419 msgstr ""
   11420 
   11421 #: config/tc-s390.c:1431
   11422 msgid "syntax error; missing ')' after base register"
   11423 msgstr ""
   11424 
   11425 #: config/tc-s390.c:1460
   11426 msgid "syntax error; ')' not allowed here"
   11427 msgstr ""
   11428 
   11429 #: config/tc-s390.c:1595
   11430 #, c-format
   11431 msgid "Opcode %s not available in this mode"
   11432 msgstr ""
   11433 
   11434 #: config/tc-s390.c:1650 config/tc-s390.c:1673 config/tc-s390.c:1686
   11435 msgid "Invalid .insn format\n"
   11436 msgstr ""
   11437 
   11438 #: config/tc-s390.c:1658
   11439 #, c-format
   11440 msgid "Unrecognized opcode format: `%s'"
   11441 msgstr ""
   11442 
   11443 #: config/tc-s390.c:1689
   11444 msgid "second operand of .insn not a constant\n"
   11445 msgstr ""
   11446 
   11447 #: config/tc-s390.c:1692
   11448 msgid "missing comma after insn constant\n"
   11449 msgstr ""
   11450 
   11451 #: config/tc-s390.c:2050
   11452 #, c-format
   11453 msgid "cannot emit relocation %s against subsy symbol %s"
   11454 msgstr ""
   11455 
   11456 #: config/tc-s390.c:2138
   11457 msgid "unsupported relocation type"
   11458 msgstr ""
   11459 
   11460 #: config/tc-s390.c:2185
   11461 #, c-format
   11462 msgid "cannot emit PC relative %s relocation%s%s"
   11463 msgstr ""
   11464 
   11465 #: config/tc-s390.c:2310
   11466 #, c-format
   11467 msgid "Gas failure, reloc type %s\n"
   11468 msgstr ""
   11469 
   11470 #: config/tc-s390.c:2312
   11471 #, c-format
   11472 msgid "Gas failure, reloc type #%i\n"
   11473 msgstr ""
   11474 
   11475 #: config/tc-score.c:260
   11476 msgid "div / mul are reserved instructions"
   11477 msgstr ""
   11478 
   11479 #: config/tc-score.c:261
   11480 msgid "This architecture doesn't support mmu"
   11481 msgstr ""
   11482 
   11483 #: config/tc-score.c:262
   11484 msgid "This architecture doesn't support atomic instruction"
   11485 msgstr ""
   11486 
   11487 #: config/tc-score.c:469
   11488 msgid "S+core register expected"
   11489 msgstr ""
   11490 
   11491 #: config/tc-score.c:470
   11492 msgid "S+core special-register expected"
   11493 msgstr ""
   11494 
   11495 #: config/tc-score.c:471
   11496 msgid "S+core co-processor register expected"
   11497 msgstr ""
   11498 
   11499 #: config/tc-score.c:1074 config/tc-score.c:2073
   11500 msgid "Using temp register(r1)"
   11501 msgstr ""
   11502 
   11503 #: config/tc-score.c:1093
   11504 #, c-format
   11505 msgid "register expected, not '%.100s'"
   11506 msgstr ""
   11507 
   11508 #: config/tc-score.c:1149 config/tc-score.c:5488
   11509 msgid "rd must be even number."
   11510 msgstr ""
   11511 
   11512 #: config/tc-score.c:1520 config/tc-score.c:1527
   11513 #, c-format
   11514 msgid "invalid constant: %d bit expression not in range %u..%u"
   11515 msgstr ""
   11516 
   11517 #: config/tc-score.c:1533 config/tc-score.c:1540 config/tc-score.c:2900
   11518 #: config/tc-score.c:2905 config/tc-score.c:3172 config/tc-score.c:3177
   11519 #: config/tc-score.c:3470
   11520 #, c-format
   11521 msgid "invalid constant: %d bit expression not in range %d..%d"
   11522 msgstr ""
   11523 
   11524 #: config/tc-score.c:1565
   11525 msgid "invalid constant: bit expression not defined"
   11526 msgstr ""
   11527 
   11528 #: config/tc-score.c:2087
   11529 #, c-format
   11530 msgid "low register(r0-r15)expected, not '%.100s'"
   11531 msgstr ""
   11532 
   11533 #: config/tc-score.c:2149 config/tc-score.c:3491 config/tc-score.c:3659
   11534 #: config/tc-score.c:3704
   11535 #, c-format
   11536 msgid "missing ["
   11537 msgstr ""
   11538 
   11539 #: config/tc-score.c:2163 config/tc-score.c:3110 config/tc-score.c:3312
   11540 #: config/tc-score.c:3328 config/tc-score.c:3399 config/tc-score.c:3455
   11541 #: config/tc-score.c:3680 config/tc-score.c:3725 config/tc-score.c:3874
   11542 #: config/tc-score.c:3928 config/tc-score.c:3974
   11543 #, c-format
   11544 msgid "missing ]"
   11545 msgstr ""
   11546 
   11547 #: config/tc-score.c:2352
   11548 #, c-format
   11549 msgid "Fix data dependency: %s %s -- %s %s  (insert %d nop!/%d)"
   11550 msgstr ""
   11551 
   11552 #: config/tc-score.c:2371
   11553 #, c-format
   11554 msgid "Fix data dependency: %s %s -- %s %s  (insert 1 pflush/%d)"
   11555 msgstr ""
   11556 
   11557 #: config/tc-score.c:2387 config/tc-score.c:2394
   11558 #, c-format
   11559 msgid "data dependency: %s %s -- %s %s  (%d/%d bubble)"
   11560 msgstr ""
   11561 
   11562 #: config/tc-score.c:2755 config/tc-score.c:6508
   11563 #, c-format
   11564 msgid "%s -- `%s'"
   11565 msgstr ""
   11566 
   11567 #: config/tc-score.c:2843
   11568 msgid "address offset must be half word alignment"
   11569 msgstr ""
   11570 
   11571 #: config/tc-score.c:2851
   11572 msgid "address offset must be word alignment"
   11573 msgstr ""
   11574 
   11575 #: config/tc-score.c:2993 config/tc-score.c:3130
   11576 msgid "register same as write-back base"
   11577 msgstr ""
   11578 
   11579 #: config/tc-score.c:3100
   11580 msgid "pre-indexed expression expected"
   11581 msgstr ""
   11582 
   11583 #: config/tc-score.c:3430
   11584 #, c-format
   11585 msgid "invalid register number: %d is not in [r0--r7]"
   11586 msgstr ""
   11587 
   11588 #: config/tc-score.c:3447
   11589 msgid "comma is  expected"
   11590 msgstr ""
   11591 
   11592 #: config/tc-score.c:3478
   11593 #, c-format
   11594 msgid "invalid constant: %d is not word align integer"
   11595 msgstr ""
   11596 
   11597 #: config/tc-score.c:3518 config/tc-score.c:3561
   11598 msgid "invalid constant: 32 bit expression not word align"
   11599 msgstr ""
   11600 
   11601 #: config/tc-score.c:3527 config/tc-score.c:3570
   11602 msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
   11603 msgstr ""
   11604 
   11605 #: config/tc-score.c:3603
   11606 msgid "invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
   11607 msgstr ""
   11608 
   11609 #: config/tc-score.c:3792 config/tc-score.c:3820
   11610 msgid "imm5 should >= 2"
   11611 msgstr ""
   11612 
   11613 #: config/tc-score.c:3797 config/tc-score.c:3826
   11614 msgid "reg should <= 31"
   11615 msgstr ""
   11616 
   11617 #: config/tc-score.c:3868 config/tc-score.c:3919
   11618 msgid "missing +"
   11619 msgstr ""
   11620 
   11621 #: config/tc-score.c:3912
   11622 #, c-format
   11623 msgid "%s register same as write-back base"
   11624 msgstr ""
   11625 
   11626 #: config/tc-score.c:3914
   11627 msgid "destination"
   11628 msgstr ""
   11629 
   11630 #: config/tc-score.c:3914
   11631 msgid "source"
   11632 msgstr ""
   11633 
   11634 #: config/tc-score.c:4244 config/tc-score.c:4320 config/tc-score.c:4949
   11635 msgid "expression error"
   11636 msgstr ""
   11637 
   11638 #: config/tc-score.c:4250
   11639 msgid "value not in range [0, 0xffffffff]"
   11640 msgstr ""
   11641 
   11642 #: config/tc-score.c:4326
   11643 msgid "value not in range [-0xffffffff, 0xffffffff]"
   11644 msgstr ""
   11645 
   11646 #: config/tc-score.c:4354
   11647 msgid "li rd label isn't correct instruction form"
   11648 msgstr ""
   11649 
   11650 #: config/tc-score.c:4523 config/tc-score.c:4674 config/tc-score.c:5200
   11651 #: config/tc-score.c:5228
   11652 msgid "lacking label  "
   11653 msgstr ""
   11654 
   11655 #: config/tc-score.c:4899
   11656 msgid "s3_PIC code offset overflow (max 16 signed bits)"
   11657 msgstr ""
   11658 
   11659 #: config/tc-score.c:4955
   11660 msgid "value not in range [0, 0x7fffffff]"
   11661 msgstr ""
   11662 
   11663 #: config/tc-score.c:4960
   11664 msgid "end on line error"
   11665 msgstr ""
   11666 
   11667 #: config/tc-score.c:5207
   11668 msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
   11669 msgstr ""
   11670 
   11671 #: config/tc-score.c:5234
   11672 msgid "invalid constant: 20 bit expression not in range -2^19..2^19"
   11673 msgstr ""
   11674 
   11675 #: config/tc-score.c:5267
   11676 msgid "lacking label"
   11677 msgstr ""
   11678 
   11679 #: config/tc-score.c:5272
   11680 msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
   11681 msgstr ""
   11682 
   11683 #: config/tc-score.c:5368
   11684 msgid "pce instruction error (16 bit || 16 bit)'"
   11685 msgstr ""
   11686 
   11687 #: config/tc-score.c:5386 config/tc-score.c:5410 config/tc-score.c:5437
   11688 #: config/tc-score.c:5466 config/tc-score.c:5515
   11689 msgid "score3d instruction."
   11690 msgstr ""
   11691 
   11692 #: config/tc-score.c:6126 read.c:1465
   11693 msgid "missing size expression"
   11694 msgstr ""
   11695 
   11696 #: config/tc-score.c:6132
   11697 #, c-format
   11698 msgid "BSS length (%d) < 0 ignored"
   11699 msgstr ""
   11700 
   11701 #: config/tc-score.c:6147 read.c:2298
   11702 #, c-format
   11703 msgid "error setting flags for \".sbss\": %s"
   11704 msgstr ""
   11705 
   11706 #: config/tc-score.c:6161 config/tc-sparc.c:3695
   11707 msgid "missing alignment"
   11708 msgstr ""
   11709 
   11710 #: config/tc-score.c:6198
   11711 #, c-format
   11712 msgid "alignment too large; %d assumed"
   11713 msgstr ""
   11714 
   11715 #: config/tc-score.c:6203 read.c:2359
   11716 msgid "alignment negative; 0 assumed"
   11717 msgstr ""
   11718 
   11719 #: config/tc-score.c:6270 ecoff.c:3365 read.c:1484 read.c:1590 read.c:2476
   11720 #: read.c:3098 read.c:3488 symbols.c:334 symbols.c:430
   11721 #, c-format
   11722 msgid "symbol `%s' is already defined"
   11723 msgstr ""
   11724 
   11725 #. Error routine.
   11726 #: config/tc-score.c:6612 config/tc-score.c:6636
   11727 msgid "size is not 4 or 6"
   11728 msgstr ""
   11729 
   11730 #: config/tc-score.c:6695
   11731 msgid "bad call to MD_ATOF()"
   11732 msgstr ""
   11733 
   11734 #: config/tc-score.c:7203
   11735 #, c-format
   11736 msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]"
   11737 msgstr ""
   11738 
   11739 #: config/tc-score.c:7218 config/tc-score.c:7247 config/tc-score.c:7299
   11740 #, c-format
   11741 msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]"
   11742 msgstr ""
   11743 
   11744 #: config/tc-score.c:7269 config/tc-score.c:7324
   11745 #, c-format
   11746 msgid " branch relocation truncate (0x%x)  [-2^9 ~ 2^9]"
   11747 msgstr ""
   11748 
   11749 #: config/tc-score.c:7500
   11750 #, c-format
   11751 msgid "cannot represent %s relocation in this object file format1"
   11752 msgstr ""
   11753 
   11754 #: config/tc-score.c:7791
   11755 #, c-format
   11756 msgid "Sunplus-v2-0-0-20060510\n"
   11757 msgstr ""
   11758 
   11759 #: config/tc-score.c:7811
   11760 #, c-format
   11761 msgid " Score-specific assembler options:\n"
   11762 msgstr ""
   11763 
   11764 #: config/tc-score.c:7813
   11765 #, c-format
   11766 msgid "        -EB\t\tassemble code for a big-endian cpu\n"
   11767 msgstr ""
   11768 
   11769 #: config/tc-score.c:7818
   11770 #, c-format
   11771 msgid "        -EL\t\tassemble code for a little-endian cpu\n"
   11772 msgstr ""
   11773 
   11774 #: config/tc-score.c:7822
   11775 #, c-format
   11776 msgid "        -FIXDD\t\tassemble code for fix data dependency\n"
   11777 msgstr ""
   11778 
   11779 #: config/tc-score.c:7824
   11780 #, c-format
   11781 msgid "        -NWARN\t\tassemble code for no warning message for fix data dependency\n"
   11782 msgstr ""
   11783 
   11784 #: config/tc-score.c:7826
   11785 #, c-format
   11786 msgid "        -SCORE5\t\tassemble code for target is SCORE5\n"
   11787 msgstr ""
   11788 
   11789 #: config/tc-score.c:7828
   11790 #, c-format
   11791 msgid "        -SCORE5U\tassemble code for target is SCORE5U\n"
   11792 msgstr ""
   11793 
   11794 #: config/tc-score.c:7830
   11795 #, c-format
   11796 msgid "        -SCORE7\t\tassemble code for target is SCORE7, this is default setting\n"
   11797 msgstr ""
   11798 
   11799 #: config/tc-score.c:7832
   11800 #, c-format
   11801 msgid "        -SCORE3\t\tassemble code for target is SCORE3\n"
   11802 msgstr ""
   11803 
   11804 #: config/tc-score.c:7834
   11805 #, c-format
   11806 msgid "        -march=score7\tassemble code for target is SCORE7, this is default setting\n"
   11807 msgstr ""
   11808 
   11809 #: config/tc-score.c:7836
   11810 #, c-format
   11811 msgid "        -march=score3\tassemble code for target is SCORE3\n"
   11812 msgstr ""
   11813 
   11814 #: config/tc-score.c:7838
   11815 #, c-format
   11816 msgid "        -USE_R1\t\tassemble code for no warning message when using temp register r1\n"
   11817 msgstr ""
   11818 
   11819 #: config/tc-score.c:7840
   11820 #, c-format
   11821 msgid "        -KPIC\t\tassemble code for PIC\n"
   11822 msgstr ""
   11823 
   11824 #: config/tc-score.c:7842
   11825 #, c-format
   11826 msgid "        -O0\t\tassembler will not perform any optimizations\n"
   11827 msgstr ""
   11828 
   11829 #: config/tc-score.c:7844
   11830 #, c-format
   11831 msgid "        -G gpnum\tassemble code for setting gpsize and default is 8 byte\n"
   11832 msgstr ""
   11833 
   11834 #: config/tc-score.c:7846
   11835 #, c-format
   11836 msgid "        -V \t\tSunplus release version \n"
   11837 msgstr ""
   11838 
   11839 #: config/tc-sh.c:64
   11840 msgid "directive .big encountered when option -big required"
   11841 msgstr ""
   11842 
   11843 #: config/tc-sh.c:74
   11844 msgid "directive .little encountered when option -little required"
   11845 msgstr ""
   11846 
   11847 #: config/tc-sh.c:1424
   11848 msgid "illegal double indirection"
   11849 msgstr ""
   11850 
   11851 #: config/tc-sh.c:1433
   11852 msgid "illegal register after @-"
   11853 msgstr ""
   11854 
   11855 #: config/tc-sh.c:1449
   11856 msgid "must be @(r0,...)"
   11857 msgstr ""
   11858 
   11859 #: config/tc-sh.c:1473
   11860 msgid "syntax error in @(r0,...)"
   11861 msgstr ""
   11862 
   11863 #: config/tc-sh.c:1478
   11864 msgid "syntax error in @(r0...)"
   11865 msgstr ""
   11866 
   11867 #: config/tc-sh.c:1523
   11868 msgid "Deprecated syntax."
   11869 msgstr ""
   11870 
   11871 #: config/tc-sh.c:1535 config/tc-sh.c:1540
   11872 msgid "syntax error in @(disp,[Rn, gbr, pc])"
   11873 msgstr ""
   11874 
   11875 #: config/tc-sh.c:1545
   11876 msgid "expecting )"
   11877 msgstr ""
   11878 
   11879 #: config/tc-sh.c:1553
   11880 msgid "illegal register after @"
   11881 msgstr ""
   11882 
   11883 #: config/tc-sh.c:2194
   11884 #, c-format
   11885 msgid "unhandled %d\n"
   11886 msgstr ""
   11887 
   11888 #: config/tc-sh.c:2404
   11889 #, c-format
   11890 msgid "Invalid register: 'r%d'"
   11891 msgstr ""
   11892 
   11893 #: config/tc-sh.c:2514
   11894 #, c-format
   11895 msgid "failed for %d\n"
   11896 msgstr ""
   11897 
   11898 #: config/tc-sh.c:2520
   11899 msgid "misplaced PIC operand"
   11900 msgstr ""
   11901 
   11902 #: config/tc-sh.c:2631 config/tc-sh.c:3030
   11903 msgid "invalid operands for opcode"
   11904 msgstr ""
   11905 
   11906 #: config/tc-sh.c:2636
   11907 msgid "insn can't be combined with parallel processing insn"
   11908 msgstr ""
   11909 
   11910 #: config/tc-sh.c:2643 config/tc-sh.c:2654 config/tc-sh.c:2686
   11911 msgid "multiple movx specifications"
   11912 msgstr ""
   11913 
   11914 #: config/tc-sh.c:2648 config/tc-sh.c:2670 config/tc-sh.c:2709
   11915 msgid "multiple movy specifications"
   11916 msgstr ""
   11917 
   11918 #: config/tc-sh.c:2657 config/tc-sh.c:2690
   11919 msgid "invalid movx address register"
   11920 msgstr ""
   11921 
   11922 #: config/tc-sh.c:2659
   11923 msgid "insn cannot be combined with non-nopy"
   11924 msgstr ""
   11925 
   11926 #: config/tc-sh.c:2673 config/tc-sh.c:2729
   11927 msgid "invalid movy address register"
   11928 msgstr ""
   11929 
   11930 #: config/tc-sh.c:2675
   11931 msgid "insn cannot be combined with non-nopx"
   11932 msgstr ""
   11933 
   11934 #: config/tc-sh.c:2688
   11935 msgid "previous movy requires nopx"
   11936 msgstr ""
   11937 
   11938 #: config/tc-sh.c:2696 config/tc-sh.c:2701
   11939 msgid "invalid movx dsp register"
   11940 msgstr ""
   11941 
   11942 #: config/tc-sh.c:2711
   11943 msgid "previous movx requires nopy"
   11944 msgstr ""
   11945 
   11946 #: config/tc-sh.c:2720 config/tc-sh.c:2725
   11947 msgid "invalid movy dsp register"
   11948 msgstr ""
   11949 
   11950 #: config/tc-sh.c:2735
   11951 msgid "dsp immediate shift value not constant"
   11952 msgstr ""
   11953 
   11954 #: config/tc-sh.c:2749 config/tc-sh.c:2775
   11955 msgid "multiple parallel processing specifications"
   11956 msgstr ""
   11957 
   11958 #: config/tc-sh.c:2768
   11959 msgid "multiple condition specifications"
   11960 msgstr ""
   11961 
   11962 #: config/tc-sh.c:2806
   11963 msgid "insn cannot be combined with pmuls"
   11964 msgstr ""
   11965 
   11966 #: config/tc-sh.c:2822
   11967 msgid "bad combined pmuls output operand"
   11968 msgstr ""
   11969 
   11970 #: config/tc-sh.c:2832
   11971 msgid "destination register is same for parallel insns"
   11972 msgstr ""
   11973 
   11974 #: config/tc-sh.c:2841
   11975 msgid "condition not followed by conditionalizable insn"
   11976 msgstr ""
   11977 
   11978 #: config/tc-sh.c:2851
   11979 msgid "unrecognized characters at end of parallel processing insn"
   11980 msgstr ""
   11981 
   11982 #: config/tc-sh.c:2967
   11983 msgid "opcode not valid for this cpu variant"
   11984 msgstr ""
   11985 
   11986 #: config/tc-sh.c:3000
   11987 msgid "Delayed branches not available on SH1"
   11988 msgstr ""
   11989 
   11990 #: config/tc-sh.c:3035
   11991 #, c-format
   11992 msgid "excess operands: '%s'"
   11993 msgstr ""
   11994 
   11995 #: config/tc-sh.c:3112
   11996 msgid ".uses pseudo-op seen when not relaxing"
   11997 msgstr ""
   11998 
   11999 #: config/tc-sh.c:3118
   12000 msgid "bad .uses format"
   12001 msgstr ""
   12002 
   12003 #: config/tc-sh.c:3229
   12004 msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
   12005 msgstr ""
   12006 
   12007 #: config/tc-sh.c:3235
   12008 msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
   12009 msgstr ""
   12010 
   12011 #: config/tc-sh.c:3237
   12012 msgid "Invalid combination: --abi=64 with --isa=SHcompact"
   12013 msgstr ""
   12014 
   12015 #: config/tc-sh.c:3269
   12016 #, c-format
   12017 msgid "Invalid argument to --isa option: %s"
   12018 msgstr ""
   12019 
   12020 #: config/tc-sh.c:3278
   12021 msgid "Invalid combination: --abi=32 with --abi=64"
   12022 msgstr ""
   12023 
   12024 #: config/tc-sh.c:3284
   12025 msgid "Invalid combination: --abi=64 with --abi=32"
   12026 msgstr ""
   12027 
   12028 #: config/tc-sh.c:3286
   12029 msgid "Invalid combination: --isa=SHcompact with --abi=64"
   12030 msgstr ""
   12031 
   12032 #: config/tc-sh.c:3290
   12033 #, c-format
   12034 msgid "Invalid argument to --abi option: %s"
   12035 msgstr ""
   12036 
   12037 #: config/tc-sh.c:3330
   12038 #, c-format
   12039 msgid ""
   12040 "SH options:\n"
   12041 "--little\t\tgenerate little endian code\n"
   12042 "--big\t\t\tgenerate big endian code\n"
   12043 "--relax\t\t\talter jump instructions for long displacements\n"
   12044 "--renesas\t\tdisable optimization with section symbol for\n"
   12045 "\t\t\tcompatibility with Renesas assembler.\n"
   12046 "--small\t\t\talign sections to 4 byte boundaries, not 16\n"
   12047 "--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
   12048 "--allow-reg-prefix\tallow '$' as a register name prefix.\n"
   12049 "--isa=[any\t\tuse most appropriate isa\n"
   12050 "    | dsp               same as '-dsp'\n"
   12051 "    | fp"
   12052 msgstr ""
   12053 
   12054 #: config/tc-sh.c:3356
   12055 #, c-format
   12056 msgid ""
   12057 "--isa=[shmedia\t\tset as the default instruction set for SH64\n"
   12058 "    | SHmedia\n"
   12059 "    | shcompact\n"
   12060 "    | SHcompact]\n"
   12061 msgstr ""
   12062 
   12063 #: config/tc-sh.c:3361
   12064 #, c-format
   12065 msgid ""
   12066 "--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
   12067 "\t\t\tfile type\n"
   12068 "--shcompact-const-crange  emit code-range descriptors for constants in\n"
   12069 "\t\t\tSHcompact code sections\n"
   12070 "--no-mix\t\tdisallow SHmedia code in the same section as\n"
   12071 "\t\t\tconstants and SHcompact code\n"
   12072 "--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
   12073 "--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
   12074 "\t\t\tto 32 bits only\n"
   12075 msgstr ""
   12076 
   12077 #: config/tc-sh.c:3373
   12078 #, c-format
   12079 msgid "--fdpic\t\t\tgenerate an FDPIC object file\n"
   12080 msgstr ""
   12081 
   12082 #: config/tc-sh.c:3464
   12083 msgid ".uses does not refer to a local symbol in the same section"
   12084 msgstr ""
   12085 
   12086 #: config/tc-sh.c:3483
   12087 msgid "can't find fixup pointed to by .uses"
   12088 msgstr ""
   12089 
   12090 #: config/tc-sh.c:3503
   12091 msgid ".uses target does not refer to a local symbol in the same section"
   12092 msgstr ""
   12093 
   12094 #: config/tc-sh.c:3580
   12095 msgid "displacement overflows 12-bit field"
   12096 msgstr ""
   12097 
   12098 #: config/tc-sh.c:3583
   12099 #, c-format
   12100 msgid "displacement to defined symbol %s overflows 12-bit field"
   12101 msgstr ""
   12102 
   12103 #: config/tc-sh.c:3587
   12104 #, c-format
   12105 msgid "displacement to undefined symbol %s overflows 12-bit field"
   12106 msgstr ""
   12107 
   12108 #: config/tc-sh.c:3660
   12109 msgid "displacement overflows 8-bit field"
   12110 msgstr ""
   12111 
   12112 #: config/tc-sh.c:3663
   12113 #, c-format
   12114 msgid "displacement to defined symbol %s overflows 8-bit field"
   12115 msgstr ""
   12116 
   12117 #: config/tc-sh.c:3667
   12118 #, c-format
   12119 msgid "displacement to undefined symbol %s overflows 8-bit field "
   12120 msgstr ""
   12121 
   12122 #: config/tc-sh.c:3684
   12123 #, c-format
   12124 msgid "overflow in branch to %s; converted into longer instruction sequence"
   12125 msgstr ""
   12126 
   12127 #: config/tc-sh.c:3749 config/tc-sh.c:3796 config/tc-sparc.c:4202
   12128 #: config/tc-sparc.c:4226
   12129 msgid "misaligned data"
   12130 msgstr ""
   12131 
   12132 #: config/tc-sh.c:4120
   12133 msgid "offset to unaligned destination"
   12134 msgstr ""
   12135 
   12136 #: config/tc-sh.c:4125
   12137 msgid "negative offset"
   12138 msgstr ""
   12139 
   12140 #: config/tc-sh.c:4270
   12141 msgid "misaligned offset"
   12142 msgstr ""
   12143 
   12144 #: config/tc-sh64.c:568
   12145 msgid "This operand must be constant at assembly time"
   12146 msgstr ""
   12147 
   12148 #: config/tc-sh64.c:681
   12149 msgid "Invalid operand expression"
   12150 msgstr ""
   12151 
   12152 #: config/tc-sh64.c:773 config/tc-sh64.c:877
   12153 msgid "PTB operand is a SHmedia symbol"
   12154 msgstr ""
   12155 
   12156 #: config/tc-sh64.c:776 config/tc-sh64.c:874
   12157 msgid "PTA operand is a SHcompact symbol"
   12158 msgstr ""
   12159 
   12160 #: config/tc-sh64.c:792
   12161 msgid "invalid expression in operand"
   12162 msgstr ""
   12163 
   12164 #: config/tc-sh64.c:1483
   12165 #, c-format
   12166 msgid "invalid operand, not a 5-bit unsigned value: %d"
   12167 msgstr ""
   12168 
   12169 #: config/tc-sh64.c:1488
   12170 #, c-format
   12171 msgid "invalid operand, not a 6-bit signed value: %d"
   12172 msgstr ""
   12173 
   12174 #: config/tc-sh64.c:1493
   12175 #, c-format
   12176 msgid "invalid operand, not a 6-bit unsigned value: %d"
   12177 msgstr ""
   12178 
   12179 #: config/tc-sh64.c:1498 config/tc-sh64.c:1510
   12180 #, c-format
   12181 msgid "invalid operand, not a 11-bit signed value: %d"
   12182 msgstr ""
   12183 
   12184 #: config/tc-sh64.c:1500
   12185 #, c-format
   12186 msgid "invalid operand, not a multiple of 32: %d"
   12187 msgstr ""
   12188 
   12189 #: config/tc-sh64.c:1505
   12190 #, c-format
   12191 msgid "invalid operand, not a 10-bit signed value: %d"
   12192 msgstr ""
   12193 
   12194 #: config/tc-sh64.c:1512
   12195 #, c-format
   12196 msgid "invalid operand, not an even value: %d"
   12197 msgstr ""
   12198 
   12199 #: config/tc-sh64.c:1517
   12200 #, c-format
   12201 msgid "invalid operand, not a 12-bit signed value: %d"
   12202 msgstr ""
   12203 
   12204 #: config/tc-sh64.c:1519
   12205 #, c-format
   12206 msgid "invalid operand, not a multiple of 4: %d"
   12207 msgstr ""
   12208 
   12209 #: config/tc-sh64.c:1524
   12210 #, c-format
   12211 msgid "invalid operand, not a 13-bit signed value: %d"
   12212 msgstr ""
   12213 
   12214 #: config/tc-sh64.c:1526
   12215 #, c-format
   12216 msgid "invalid operand, not a multiple of 8: %d"
   12217 msgstr ""
   12218 
   12219 #: config/tc-sh64.c:1531
   12220 #, c-format
   12221 msgid "invalid operand, not a 16-bit signed value: %d"
   12222 msgstr ""
   12223 
   12224 #: config/tc-sh64.c:1536
   12225 #, c-format
   12226 msgid "invalid operand, not a 16-bit unsigned value: %d"
   12227 msgstr ""
   12228 
   12229 #: config/tc-sh64.c:1542
   12230 msgid "operand out of range for PT, PTA and PTB"
   12231 msgstr ""
   12232 
   12233 #: config/tc-sh64.c:1544
   12234 #, c-format
   12235 msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
   12236 msgstr ""
   12237 
   12238 #: config/tc-sh64.c:2064
   12239 #, c-format
   12240 msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
   12241 msgstr ""
   12242 
   12243 #: config/tc-sh64.c:2421 config/tc-sh64.c:2584 config/tc-sh64.c:2599
   12244 msgid "invalid PIC reference"
   12245 msgstr ""
   12246 
   12247 #: config/tc-sh64.c:2478
   12248 msgid "can't find opcode"
   12249 msgstr ""
   12250 
   12251 #: config/tc-sh64.c:2681 config/tc-sh64.c:2721
   12252 msgid "invalid operand: expression in PT target"
   12253 msgstr ""
   12254 
   12255 #: config/tc-sh64.c:2812
   12256 #, c-format
   12257 msgid "invalid operands to %s"
   12258 msgstr ""
   12259 
   12260 #: config/tc-sh64.c:2818
   12261 #, c-format
   12262 msgid "excess operands to %s"
   12263 msgstr ""
   12264 
   12265 #: config/tc-sh64.c:2863
   12266 #, c-format
   12267 msgid "The `.mode %s' directive is not valid with this architecture"
   12268 msgstr ""
   12269 
   12270 #: config/tc-sh64.c:2871
   12271 #, c-format
   12272 msgid "Invalid argument to .mode: %s"
   12273 msgstr ""
   12274 
   12275 #: config/tc-sh64.c:2901
   12276 #, c-format
   12277 msgid "The `.abi %s' directive is not valid with this architecture"
   12278 msgstr ""
   12279 
   12280 #: config/tc-sh64.c:2907
   12281 msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
   12282 msgstr ""
   12283 
   12284 #: config/tc-sh64.c:2912
   12285 msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
   12286 msgstr ""
   12287 
   12288 #: config/tc-sh64.c:2915
   12289 #, c-format
   12290 msgid "Invalid argument to .abi: %s"
   12291 msgstr ""
   12292 
   12293 #: config/tc-sh64.c:2970
   12294 msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
   12295 msgstr ""
   12296 
   12297 #: config/tc-sh64.c:2975
   12298 msgid "-shcompact-const-crange is invalid without SHcompact"
   12299 msgstr ""
   12300 
   12301 #: config/tc-sh64.c:2978
   12302 msgid "-expand-pt32 only valid with -abi=64"
   12303 msgstr ""
   12304 
   12305 #: config/tc-sh64.c:2981
   12306 msgid "-no-expand only valid with SHcompact or SHmedia"
   12307 msgstr ""
   12308 
   12309 #: config/tc-sh64.c:2984
   12310 msgid "-expand-pt32 invalid together with -no-expand"
   12311 msgstr ""
   12312 
   12313 #: config/tc-sh64.c:3198
   12314 msgid "SHmedia code not allowed in same section as constants and SHcompact code"
   12315 msgstr ""
   12316 
   12317 #: config/tc-sh64.c:3216
   12318 msgid "No segment info for current section"
   12319 msgstr ""
   12320 
   12321 #: config/tc-sh64.c:3255
   12322 msgid "duplicate datalabel operator ignored"
   12323 msgstr ""
   12324 
   12325 #: config/tc-sh64.c:3325
   12326 msgid "Invalid DataLabel expression"
   12327 msgstr ""
   12328 
   12329 #: config/tc-sparc.c:276 config/tc-sparc.c:481
   12330 msgid "Bad opcode table, broken assembler."
   12331 msgstr ""
   12332 
   12333 #: config/tc-sparc.c:473
   12334 #, c-format
   12335 msgid "invalid architecture -xarch=%s"
   12336 msgstr ""
   12337 
   12338 #: config/tc-sparc.c:542
   12339 #, c-format
   12340 msgid "No compiled in support for %d bit object file format"
   12341 msgstr ""
   12342 
   12343 #: config/tc-sparc.c:623
   12344 #, c-format
   12345 msgid "SPARC options:\n"
   12346 msgstr ""
   12347 
   12348 #: config/tc-sparc.c:652
   12349 #, c-format
   12350 msgid ""
   12351 "\n"
   12352 "\t\t\tspecify variant of SPARC architecture\n"
   12353 "-bump\t\t\twarn when assembler switches architectures\n"
   12354 "-sparc\t\t\tignored\n"
   12355 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
   12356 "-relax\t\t\trelax jumps and branches (default)\n"
   12357 "-no-relax\t\tavoid changing any jumps and branches\n"
   12358 msgstr ""
   12359 
   12360 #: config/tc-sparc.c:660
   12361 #, c-format
   12362 msgid "-k\t\t\tgenerate PIC\n"
   12363 msgstr ""
   12364 
   12365 #: config/tc-sparc.c:664
   12366 #, c-format
   12367 msgid ""
   12368 "-32\t\t\tcreate 32 bit object file\n"
   12369 "-64\t\t\tcreate 64 bit object file\n"
   12370 msgstr ""
   12371 
   12372 #: config/tc-sparc.c:667
   12373 #, c-format
   12374 msgid "\t\t\t[default is %d]\n"
   12375 msgstr ""
   12376 
   12377 #: config/tc-sparc.c:669
   12378 #, c-format
   12379 msgid ""
   12380 "-TSO\t\t\tuse Total Store Ordering\n"
   12381 "-PSO\t\t\tuse Partial Store Ordering\n"
   12382 "-RMO\t\t\tuse Relaxed Memory Ordering\n"
   12383 msgstr ""
   12384 
   12385 #: config/tc-sparc.c:673
   12386 #, c-format
   12387 msgid "\t\t\t[default is %s]\n"
   12388 msgstr ""
   12389 
   12390 #: config/tc-sparc.c:675
   12391 #, c-format
   12392 msgid ""
   12393 "-KPIC\t\t\tgenerate PIC\n"
   12394 "-V\t\t\tprint assembler version number\n"
   12395 "-undeclared-regs\tignore application global register usage without\n"
   12396 "\t\t\tappropriate .register directive (default)\n"
   12397 "-no-undeclared-regs\tforce error on application global register usage\n"
   12398 "\t\t\twithout appropriate .register directive\n"
   12399 "-q\t\t\tignored\n"
   12400 "-Qy, -Qn\t\tignored\n"
   12401 "-s\t\t\tignored\n"
   12402 msgstr ""
   12403 
   12404 #: config/tc-sparc.c:687
   12405 #, c-format
   12406 msgid ""
   12407 "-EL\t\t\tgenerate code for a little endian machine\n"
   12408 "-EB\t\t\tgenerate code for a big endian machine\n"
   12409 "--little-endian-data\tgenerate code for a machine having big endian\n"
   12410 "                        instructions and little endian data.\n"
   12411 msgstr ""
   12412 
   12413 #: config/tc-sparc.c:823
   12414 #, c-format
   12415 msgid "Internal error: losing opcode: `%s' \"%s\"\n"
   12416 msgstr ""
   12417 
   12418 #: config/tc-sparc.c:842
   12419 #, c-format
   12420 msgid "Internal error: can't find opcode `%s' for `%s'\n"
   12421 msgstr ""
   12422 
   12423 #: config/tc-sparc.c:983
   12424 msgid "Support for 64-bit arithmetic not compiled in."
   12425 msgstr ""
   12426 
   12427 #: config/tc-sparc.c:1029
   12428 msgid "set: number not in 0..4294967295 range"
   12429 msgstr ""
   12430 
   12431 #: config/tc-sparc.c:1036
   12432 msgid "set: number not in -2147483648..4294967295 range"
   12433 msgstr ""
   12434 
   12435 #: config/tc-sparc.c:1095
   12436 msgid "setsw: number not in -2147483648..4294967295 range"
   12437 msgstr ""
   12438 
   12439 #: config/tc-sparc.c:1143
   12440 msgid "setx: temporary register same as destination register"
   12441 msgstr ""
   12442 
   12443 #: config/tc-sparc.c:1214
   12444 msgid "setx: illegal temporary register g0"
   12445 msgstr ""
   12446 
   12447 #: config/tc-sparc.c:1311
   12448 msgid "FP branch in delay slot"
   12449 msgstr ""
   12450 
   12451 #: config/tc-sparc.c:1326
   12452 msgid "FP branch preceded by FP instruction; NOP inserted"
   12453 msgstr ""
   12454 
   12455 #: config/tc-sparc.c:1366
   12456 msgid "failed special case insn sanity check"
   12457 msgstr ""
   12458 
   12459 #: config/tc-sparc.c:1454
   12460 msgid ": invalid membar mask name"
   12461 msgstr ""
   12462 
   12463 #: config/tc-sparc.c:1470
   12464 msgid ": invalid membar mask expression"
   12465 msgstr ""
   12466 
   12467 #: config/tc-sparc.c:1475
   12468 msgid ": invalid membar mask number"
   12469 msgstr ""
   12470 
   12471 #: config/tc-sparc.c:1490
   12472 msgid ": invalid siam mode expression"
   12473 msgstr ""
   12474 
   12475 #: config/tc-sparc.c:1495
   12476 msgid ": invalid siam mode number"
   12477 msgstr ""
   12478 
   12479 #: config/tc-sparc.c:1511
   12480 msgid ": invalid prefetch function name"
   12481 msgstr ""
   12482 
   12483 #: config/tc-sparc.c:1519
   12484 msgid ": invalid prefetch function expression"
   12485 msgstr ""
   12486 
   12487 #: config/tc-sparc.c:1524
   12488 msgid ": invalid prefetch function number"
   12489 msgstr ""
   12490 
   12491 #: config/tc-sparc.c:1552 config/tc-sparc.c:1564
   12492 msgid ": unrecognizable privileged register"
   12493 msgstr ""
   12494 
   12495 #: config/tc-sparc.c:1588 config/tc-sparc.c:1600
   12496 msgid ": unrecognizable hyperprivileged register"
   12497 msgstr ""
   12498 
   12499 #: config/tc-sparc.c:1624 config/tc-sparc.c:1649
   12500 msgid ": unrecognizable v9a or v9b ancillary state register"
   12501 msgstr ""
   12502 
   12503 #: config/tc-sparc.c:1629
   12504 msgid ": rd on write only ancillary state register"
   12505 msgstr ""
   12506 
   12507 #. %sys_tick and %sys_tick_cmpr are v9bnotv9a
   12508 #: config/tc-sparc.c:1637
   12509 msgid ": unrecognizable v9a ancillary state register"
   12510 msgstr ""
   12511 
   12512 #: config/tc-sparc.c:1673
   12513 msgid ": asr number must be between 16 and 31"
   12514 msgstr ""
   12515 
   12516 #: config/tc-sparc.c:1681
   12517 msgid ": asr number must be between 0 and 31"
   12518 msgstr ""
   12519 
   12520 #: config/tc-sparc.c:1691
   12521 #, c-format
   12522 msgid ": expecting %asrN"
   12523 msgstr ""
   12524 
   12525 #: config/tc-sparc.c:1878 config/tc-sparc.c:1916 config/tc-sparc.c:2329
   12526 #: config/tc-sparc.c:2365
   12527 #, c-format
   12528 msgid "Illegal operands: %%%s requires arguments in ()"
   12529 msgstr ""
   12530 
   12531 #: config/tc-sparc.c:1884
   12532 #, c-format
   12533 msgid "Illegal operands: %%%s cannot be used together with other relocs in the insn ()"
   12534 msgstr ""
   12535 
   12536 #: config/tc-sparc.c:1895
   12537 #, c-format
   12538 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
   12539 msgstr ""
   12540 
   12541 #: config/tc-sparc.c:2102
   12542 msgid "detected global register use not covered by .register pseudo-op"
   12543 msgstr ""
   12544 
   12545 #: config/tc-sparc.c:2173
   12546 msgid ": There are only 64 f registers; [0-63]"
   12547 msgstr ""
   12548 
   12549 #: config/tc-sparc.c:2175 config/tc-sparc.c:2193
   12550 msgid ": There are only 32 f registers; [0-31]"
   12551 msgstr ""
   12552 
   12553 #: config/tc-sparc.c:2185
   12554 msgid ": There are only 32 single precision f registers; [0-31]"
   12555 msgstr ""
   12556 
   12557 #: config/tc-sparc.c:2377
   12558 #, c-format
   12559 msgid "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
   12560 msgstr ""
   12561 
   12562 #: config/tc-sparc.c:2487
   12563 #, c-format
   12564 msgid "Illegal operands: Can't add non-constant expression to %%%s()"
   12565 msgstr ""
   12566 
   12567 #: config/tc-sparc.c:2497
   12568 #, c-format
   12569 msgid "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable symbol"
   12570 msgstr ""
   12571 
   12572 #: config/tc-sparc.c:2515
   12573 msgid ": PC-relative operand can't be a constant"
   12574 msgstr ""
   12575 
   12576 #: config/tc-sparc.c:2522
   12577 msgid ": TLS operand can't be a constant"
   12578 msgstr ""
   12579 
   12580 #: config/tc-sparc.c:2555
   12581 msgid ": invalid ASI name"
   12582 msgstr ""
   12583 
   12584 #: config/tc-sparc.c:2563
   12585 msgid ": invalid ASI expression"
   12586 msgstr ""
   12587 
   12588 #: config/tc-sparc.c:2568
   12589 msgid ": invalid ASI number"
   12590 msgstr ""
   12591 
   12592 #: config/tc-sparc.c:2665
   12593 msgid "OPF immediate operand out of range (0-0x1ff)"
   12594 msgstr ""
   12595 
   12596 #: config/tc-sparc.c:2670
   12597 msgid "non-immediate OPF operand, ignored"
   12598 msgstr ""
   12599 
   12600 #: config/tc-sparc.c:2689
   12601 msgid ": invalid cpreg name"
   12602 msgstr ""
   12603 
   12604 #: config/tc-sparc.c:2718
   12605 #, c-format
   12606 msgid "Illegal operands%s"
   12607 msgstr ""
   12608 
   12609 #: config/tc-sparc.c:2752
   12610 #, c-format
   12611 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
   12612 msgstr ""
   12613 
   12614 #: config/tc-sparc.c:2788
   12615 #, c-format
   12616 msgid "Architecture mismatch on \"%s\"."
   12617 msgstr ""
   12618 
   12619 #: config/tc-sparc.c:2789
   12620 #, c-format
   12621 msgid " (Requires %s; requested architecture is %s.)"
   12622 msgstr ""
   12623 
   12624 #: config/tc-sparc.c:3324
   12625 #, c-format
   12626 msgid "bad or unhandled relocation type: 0x%02x"
   12627 msgstr ""
   12628 
   12629 #: config/tc-sparc.c:3657
   12630 msgid "Expected comma after name"
   12631 msgstr ""
   12632 
   12633 #: config/tc-sparc.c:3666
   12634 #, c-format
   12635 msgid "BSS length (%d.) <0! Ignored."
   12636 msgstr ""
   12637 
   12638 #: config/tc-sparc.c:3678
   12639 msgid "bad .reserve segment -- expected BSS segment"
   12640 msgstr ""
   12641 
   12642 #: config/tc-sparc.c:3706
   12643 #, c-format
   12644 msgid "alignment too large; assuming %d"
   12645 msgstr ""
   12646 
   12647 #: config/tc-sparc.c:3712 config/tc-sparc.c:3862
   12648 msgid "negative alignment"
   12649 msgstr ""
   12650 
   12651 #: config/tc-sparc.c:3722 config/tc-sparc.c:3884 read.c:1321 read.c:2371
   12652 msgid "alignment not a power of 2"
   12653 msgstr ""
   12654 
   12655 #: config/tc-sparc.c:3775
   12656 #, c-format
   12657 msgid "Ignoring attempt to re-define symbol %s"
   12658 msgstr ""
   12659 
   12660 #: config/tc-sparc.c:3799 config/tc-v850.c:275
   12661 msgid "Expected comma after symbol-name"
   12662 msgstr ""
   12663 
   12664 #: config/tc-sparc.c:3809
   12665 #, c-format
   12666 msgid ".COMMon length (%lu) out of range ignored"
   12667 msgstr ""
   12668 
   12669 #: config/tc-sparc.c:3842
   12670 msgid "Expected comma after common length"
   12671 msgstr ""
   12672 
   12673 #: config/tc-sparc.c:3856
   12674 #, c-format
   12675 msgid "alignment too large; assuming %ld"
   12676 msgstr ""
   12677 
   12678 #: config/tc-sparc.c:3999
   12679 msgid "Unknown segment type"
   12680 msgstr ""
   12681 
   12682 #: config/tc-sparc.c:4074 config/tc-sparc.c:4084
   12683 #, c-format
   12684 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
   12685 msgstr ""
   12686 
   12687 #: config/tc-sparc.c:4102
   12688 msgid "redefinition of global register"
   12689 msgstr ""
   12690 
   12691 #: config/tc-sparc.c:4113
   12692 #, c-format
   12693 msgid "Register symbol %s already defined."
   12694 msgstr ""
   12695 
   12696 #: config/tc-sparc.c:4317
   12697 #, c-format
   12698 msgid "Illegal operands: %%r_plt in %d-byte data field"
   12699 msgstr ""
   12700 
   12701 #: config/tc-sparc.c:4327
   12702 #, c-format
   12703 msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
   12704 msgstr ""
   12705 
   12706 #: config/tc-sparc.c:4364 config/tc-vax.c:3312
   12707 #, c-format
   12708 msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
   12709 msgstr ""
   12710 
   12711 #: config/tc-sparc.c:4372 config/tc-sparc.c:4403 config/tc-sparc.c:4412
   12712 #: config/tc-vax.c:3320 config/tc-vax.c:3351 config/tc-vax.c:3360
   12713 #, c-format
   12714 msgid "Illegal operands: %%r_%s%d requires arguments in ()"
   12715 msgstr ""
   12716 
   12717 #: config/tc-sparc.c:4421 config/tc-vax.c:3369
   12718 #, c-format
   12719 msgid "Illegal operands: garbage after %%r_%s%d()"
   12720 msgstr ""
   12721 
   12722 #: config/tc-sparc.h:65
   12723 msgid "sparc convert_frag\n"
   12724 msgstr ""
   12725 
   12726 #: config/tc-sparc.h:67 config/tc-z80.h:53
   12727 msgid "estimate_size_before_relax called"
   12728 msgstr ""
   12729 
   12730 #: config/tc-spu.c:130
   12731 #, c-format
   12732 msgid "Can't hash instruction '%s':%s"
   12733 msgstr ""
   12734 
   12735 #: config/tc-spu.c:184
   12736 msgid ""
   12737 "SPU options:\n"
   12738 "  --apuasm\t\t  emulate behaviour of apuasm\n"
   12739 msgstr ""
   12740 
   12741 #: config/tc-spu.c:290
   12742 #, c-format
   12743 msgid "Invalid mnemonic '%s'"
   12744 msgstr ""
   12745 
   12746 #: config/tc-spu.c:296
   12747 #, c-format
   12748 msgid "'%s' is only available in DD2.0 or higher."
   12749 msgstr ""
   12750 
   12751 #: config/tc-spu.c:328
   12752 #, c-format
   12753 msgid "Error in argument %d.  Expecting:  \"%s\""
   12754 msgstr ""
   12755 
   12756 #: config/tc-spu.c:339
   12757 msgid "Mixing register syntax, with and without '$'."
   12758 msgstr ""
   12759 
   12760 #: config/tc-spu.c:345
   12761 #, c-format
   12762 msgid "Treating '%-*s' as a symbol."
   12763 msgstr ""
   12764 
   12765 #: config/tc-spu.c:564
   12766 msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
   12767 msgstr ""
   12768 
   12769 #: config/tc-spu.c:566
   12770 msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
   12771 msgstr ""
   12772 
   12773 #: config/tc-spu.c:609
   12774 #, c-format
   12775 msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
   12776 msgstr ""
   12777 
   12778 #: config/tc-spu.c:615
   12779 #, c-format
   12780 msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
   12781 msgstr ""
   12782 
   12783 #: config/tc-spu.c:685 config/tc-spu.c:688
   12784 #, c-format
   12785 msgid "Constant expression %d out of range, [%d, %d]."
   12786 msgstr ""
   12787 
   12788 #: config/tc-spu.c:790
   12789 #, c-format
   12790 msgid "invalid priority '%lu'"
   12791 msgstr ""
   12792 
   12793 #: config/tc-spu.c:796
   12794 #, c-format
   12795 msgid "invalid lrlive '%lu'"
   12796 msgstr ""
   12797 
   12798 #: config/tc-spu.c:855
   12799 msgid "Relaxation should never occur"
   12800 msgstr ""
   12801 
   12802 #: config/tc-spu.c:1005
   12803 #, c-format
   12804 msgid "Relocation doesn't fit. (relocation value = 0x%lx)"
   12805 msgstr ""
   12806 
   12807 #: config/tc-spu.h:85
   12808 msgid "spu convert_frag\n"
   12809 msgstr ""
   12810 
   12811 #: config/tc-tic30.c:37
   12812 msgid "first"
   12813 msgstr ""
   12814 
   12815 #: config/tc-tic30.c:37
   12816 msgid "second"
   12817 msgstr ""
   12818 
   12819 #: config/tc-tic30.c:37
   12820 msgid "third"
   12821 msgstr ""
   12822 
   12823 #: config/tc-tic30.c:37
   12824 msgid "fourth"
   12825 msgstr ""
   12826 
   12827 #: config/tc-tic30.c:37
   12828 msgid "fifth"
   12829 msgstr ""
   12830 
   12831 #: config/tc-tic30.c:483
   12832 msgid "More than one AR register found in indirect reference"
   12833 msgstr ""
   12834 
   12835 #: config/tc-tic30.c:488
   12836 msgid "Illegal AR register in indirect reference"
   12837 msgstr ""
   12838 
   12839 #: config/tc-tic30.c:508
   12840 msgid "More than one displacement found in indirect reference"
   12841 msgstr ""
   12842 
   12843 #: config/tc-tic30.c:516
   12844 msgid "Invalid displacement in indirect reference"
   12845 msgstr ""
   12846 
   12847 #: config/tc-tic30.c:533
   12848 msgid "AR register not found in indirect reference"
   12849 msgstr ""
   12850 
   12851 #. Maybe an implied displacement of 1 again.
   12852 #: config/tc-tic30.c:549
   12853 msgid "required displacement wasn't given in indirect reference"
   12854 msgstr ""
   12855 
   12856 #: config/tc-tic30.c:555
   12857 msgid "illegal indirect reference"
   12858 msgstr ""
   12859 
   12860 #: config/tc-tic30.c:561
   12861 msgid "displacement must be an unsigned 8-bit number"
   12862 msgstr ""
   12863 
   12864 #: config/tc-tic30.c:747 config/tc-tic30.c:1494
   12865 #, c-format
   12866 msgid "Invalid character %s before %s operand"
   12867 msgstr ""
   12868 
   12869 #: config/tc-tic30.c:766 config/tc-tic30.c:1509
   12870 #, c-format
   12871 msgid "Unbalanced parenthesis in %s operand."
   12872 msgstr ""
   12873 
   12874 #: config/tc-tic30.c:782 config/tc-tic30.c:1519
   12875 #, c-format
   12876 msgid "Invalid character %s in %s operand"
   12877 msgstr ""
   12878 
   12879 #: config/tc-tic30.c:801 config/tc-tic30.c:1536
   12880 #, c-format
   12881 msgid "Spurious operands; (%d operands/instruction max)"
   12882 msgstr ""
   12883 
   12884 #. Just skip it, if it's \n complain.
   12885 #: config/tc-tic30.c:819 config/tc-tic30.c:835 config/tc-tic30.c:1553
   12886 #: config/tc-tic30.c:1569
   12887 msgid "Expecting operand after ','; got nothing"
   12888 msgstr ""
   12889 
   12890 #: config/tc-tic30.c:824 config/tc-tic30.c:1558
   12891 msgid "Expecting operand before ','; got nothing"
   12892 msgstr ""
   12893 
   12894 #: config/tc-tic30.c:862
   12895 msgid "incorrect number of operands given in the first instruction"
   12896 msgstr ""
   12897 
   12898 #: config/tc-tic30.c:868
   12899 msgid "incorrect number of operands given in the second instruction"
   12900 msgstr ""
   12901 
   12902 #: config/tc-tic30.c:889
   12903 #, c-format
   12904 msgid "%s instruction, operand %d doesn't match"
   12905 msgstr ""
   12906 
   12907 #. Shouldn't get here.
   12908 #: config/tc-tic30.c:913 config/tc-tic30.c:920
   12909 msgid "incorrect format for multiply parallel instruction"
   12910 msgstr ""
   12911 
   12912 #: config/tc-tic30.c:927
   12913 msgid "destination for multiply can only be R0 or R1"
   12914 msgstr ""
   12915 
   12916 #: config/tc-tic30.c:934
   12917 msgid "destination for add/subtract can only be R2 or R3"
   12918 msgstr ""
   12919 
   12920 #: config/tc-tic30.c:1001
   12921 msgid "loading the same register in parallel operation"
   12922 msgstr ""
   12923 
   12924 #: config/tc-tic30.c:1383
   12925 msgid "pc-relative "
   12926 msgstr ""
   12927 
   12928 #: config/tc-tic30.c:1444
   12929 #, c-format
   12930 msgid "Invalid character %s in opcode"
   12931 msgstr ""
   12932 
   12933 #: config/tc-tic30.c:1474
   12934 #, c-format
   12935 msgid "Unknown TMS320C30 instruction: %s"
   12936 msgstr ""
   12937 
   12938 #: config/tc-tic30.c:1594
   12939 msgid "Incorrect number of operands given"
   12940 msgstr ""
   12941 
   12942 #: config/tc-tic30.c:1627
   12943 #, c-format
   12944 msgid "The %s operand doesn't match"
   12945 msgstr ""
   12946 
   12947 #. Shouldn't make it to this stage.
   12948 #: config/tc-tic30.c:1652 config/tc-tic30.c:1664
   12949 msgid "Incompatible first and second operands in instruction"
   12950 msgstr ""
   12951 
   12952 #: config/tc-tic30.c:1778
   12953 msgid "invalid short form floating point immediate operand"
   12954 msgstr ""
   12955 
   12956 #: config/tc-tic30.c:1788
   12957 msgid "rounding down first operand float to unsigned int"
   12958 msgstr ""
   12959 
   12960 #: config/tc-tic30.c:1790
   12961 msgid "only lower 16-bits of first operand are used"
   12962 msgstr ""
   12963 
   12964 #: config/tc-tic30.c:1800
   12965 msgid "rounding down first operand float to signed int"
   12966 msgstr ""
   12967 
   12968 #: config/tc-tic30.c:1805 config/tc-tic30.c:1876
   12969 msgid "first operand is too large for 16-bit signed int"
   12970 msgstr ""
   12971 
   12972 #: config/tc-tic30.c:1870
   12973 msgid "first operand is floating point"
   12974 msgstr ""
   12975 
   12976 #. Shouldn't get here.
   12977 #: config/tc-tic30.c:1901
   12978 msgid "interrupt vector for trap instruction out of range"
   12979 msgstr ""
   12980 
   12981 #: config/tc-tic30.c:1946
   12982 msgid "LDP instruction needs a 24-bit operand"
   12983 msgstr ""
   12984 
   12985 #: config/tc-tic30.c:1970
   12986 msgid "first operand is too large for a 24-bit displacement"
   12987 msgstr ""
   12988 
   12989 #: config/tc-tic4x.c:399
   12990 msgid "Nan, using zero."
   12991 msgstr ""
   12992 
   12993 #: config/tc-tic4x.c:521
   12994 #, c-format
   12995 msgid "Cannot represent exponent in %d bits"
   12996 msgstr ""
   12997 
   12998 #: config/tc-tic4x.c:604 config/tc-tic4x.c:614
   12999 msgid "Invalid floating point number"
   13000 msgstr ""
   13001 
   13002 #: config/tc-tic4x.c:734
   13003 msgid "Comma expected\n"
   13004 msgstr ""
   13005 
   13006 #: config/tc-tic4x.c:774 config/tc-tic54x.c:479
   13007 msgid ".bss size argument missing\n"
   13008 msgstr ""
   13009 
   13010 #: config/tc-tic4x.c:782
   13011 #, c-format
   13012 msgid ".bss size %ld < 0!"
   13013 msgstr ""
   13014 
   13015 #: config/tc-tic4x.c:916
   13016 msgid "Non-constant symbols not allowed\n"
   13017 msgstr ""
   13018 
   13019 #: config/tc-tic4x.c:947
   13020 msgid "Symbol missing\n"
   13021 msgstr ""
   13022 
   13023 #. Get terminator.
   13024 #. Skip null symbol terminator.
   13025 #: config/tc-tic4x.c:993
   13026 msgid ".sect: subsection name ignored"
   13027 msgstr ""
   13028 
   13029 #: config/tc-tic4x.c:1021 config/tc-tic4x.c:1121 config/tc-tic54x.c:1441
   13030 #, c-format
   13031 msgid "Error setting flags for \"%s\": %s"
   13032 msgstr ""
   13033 
   13034 #: config/tc-tic4x.c:1052
   13035 msgid ".set syntax invalid\n"
   13036 msgstr ""
   13037 
   13038 #: config/tc-tic4x.c:1110
   13039 msgid ".usect: non-zero alignment flag ignored"
   13040 msgstr ""
   13041 
   13042 #: config/tc-tic4x.c:1141
   13043 #, c-format
   13044 msgid "This assembler does not support processor generation %ld"
   13045 msgstr ""
   13046 
   13047 #: config/tc-tic4x.c:1145
   13048 msgid "Changing processor generation on fly not supported..."
   13049 msgstr ""
   13050 
   13051 #: config/tc-tic4x.c:1444
   13052 msgid "Auxiliary register AR0--AR7 required for indirect"
   13053 msgstr ""
   13054 
   13055 #: config/tc-tic4x.c:1458
   13056 #, c-format
   13057 msgid "Bad displacement %d (require 0--255)\n"
   13058 msgstr ""
   13059 
   13060 #: config/tc-tic4x.c:1476
   13061 msgid "Index register IR0,IR1 required for displacement"
   13062 msgstr ""
   13063 
   13064 #: config/tc-tic4x.c:1545
   13065 msgid "Expecting a register name"
   13066 msgstr ""
   13067 
   13068 #: config/tc-tic4x.c:1557 config/tc-tic4x.c:1580 config/tc-tic4x.c:1649
   13069 msgid "Number too large"
   13070 msgstr ""
   13071 
   13072 #: config/tc-tic4x.c:1597
   13073 msgid "Expecting a constant value"
   13074 msgstr ""
   13075 
   13076 #: config/tc-tic4x.c:1604
   13077 #, c-format
   13078 msgid "Bad direct addressing construct %s"
   13079 msgstr ""
   13080 
   13081 #: config/tc-tic4x.c:1608
   13082 #, c-format
   13083 msgid "Direct value of %ld is not suitable"
   13084 msgstr ""
   13085 
   13086 #: config/tc-tic4x.c:1632
   13087 msgid "Unknown indirect addressing mode"
   13088 msgstr ""
   13089 
   13090 #: config/tc-tic4x.c:1729
   13091 #, c-format
   13092 msgid "Immediate value of %ld is too large for ldf"
   13093 msgstr ""
   13094 
   13095 #: config/tc-tic4x.c:1769
   13096 msgid "Destination register must be ARn"
   13097 msgstr ""
   13098 
   13099 #: config/tc-tic4x.c:1788 config/tc-tic4x.c:2161 config/tc-tic4x.c:2220
   13100 #, c-format
   13101 msgid "Immediate value of %ld is too large"
   13102 msgstr ""
   13103 
   13104 #: config/tc-tic4x.c:1817 config/tc-tic4x.c:2022
   13105 msgid "Invalid indirect addressing mode"
   13106 msgstr ""
   13107 
   13108 #: config/tc-tic4x.c:1841 config/tc-tic4x.c:1881 config/tc-tic4x.c:2072
   13109 #: config/tc-tic4x.c:2094
   13110 msgid "Register must be Rn"
   13111 msgstr ""
   13112 
   13113 #: config/tc-tic4x.c:1895 config/tc-tic4x.c:1965 config/tc-tic4x.c:1979
   13114 msgid "Register must be R0--R7"
   13115 msgstr ""
   13116 
   13117 #: config/tc-tic4x.c:1919 config/tc-tic4x.c:1947
   13118 #, c-format
   13119 msgid "Invalid indirect addressing mode displacement %d"
   13120 msgstr ""
   13121 
   13122 #: config/tc-tic4x.c:1993
   13123 msgid "Destination register must be R2 or R3"
   13124 msgstr ""
   13125 
   13126 #: config/tc-tic4x.c:2007
   13127 msgid "Destination register must be R0 or R1"
   13128 msgstr ""
   13129 
   13130 #: config/tc-tic4x.c:2044
   13131 #, c-format
   13132 msgid "Displacement value of %ld is too large"
   13133 msgstr ""
   13134 
   13135 #: config/tc-tic4x.c:2105 config/tc-tic4x.c:2236
   13136 msgid "Floating point number not valid in expression"
   13137 msgstr ""
   13138 
   13139 #: config/tc-tic4x.c:2119
   13140 #, c-format
   13141 msgid "Signed immediate value %ld too large"
   13142 msgstr ""
   13143 
   13144 #: config/tc-tic4x.c:2182
   13145 #, c-format
   13146 msgid "Unsigned immediate value %ld too large"
   13147 msgstr ""
   13148 
   13149 #: config/tc-tic4x.c:2250
   13150 #, c-format
   13151 msgid "Immediate value %ld too large"
   13152 msgstr ""
   13153 
   13154 #: config/tc-tic4x.c:2269 config/tc-tic4x.c:2297
   13155 msgid "Register must be ivtp or tvtp"
   13156 msgstr ""
   13157 
   13158 #: config/tc-tic4x.c:2283
   13159 msgid "Register must be address register"
   13160 msgstr ""
   13161 
   13162 #: config/tc-tic4x.c:2356
   13163 msgid "Source and destination register should not be equal"
   13164 msgstr ""
   13165 
   13166 #: config/tc-tic4x.c:2371
   13167 msgid "Equal parallell destination registers, one result will be discarded"
   13168 msgstr ""
   13169 
   13170 #: config/tc-tic4x.c:2412
   13171 msgid "Too many operands scanned"
   13172 msgstr ""
   13173 
   13174 #: config/tc-tic4x.c:2442
   13175 msgid "Parallel opcode cannot contain more than two instructions"
   13176 msgstr ""
   13177 
   13178 #: config/tc-tic4x.c:2515
   13179 #, c-format
   13180 msgid "Invalid operands for %s"
   13181 msgstr ""
   13182 
   13183 #: config/tc-tic4x.c:2518
   13184 #, c-format
   13185 msgid "Invalid instruction %s"
   13186 msgstr ""
   13187 
   13188 #: config/tc-tic4x.c:2667
   13189 #, c-format
   13190 msgid "Bad relocation type: 0x%02x"
   13191 msgstr ""
   13192 
   13193 #: config/tc-tic4x.c:2725
   13194 #, c-format
   13195 msgid "Unsupported processor generation %d"
   13196 msgstr ""
   13197 
   13198 #: config/tc-tic4x.c:2733
   13199 msgid "Option -b is depreciated, please use -mbig"
   13200 msgstr ""
   13201 
   13202 #: config/tc-tic4x.c:2739
   13203 msgid "Option -p is depreciated, please use -mmemparm"
   13204 msgstr ""
   13205 
   13206 #: config/tc-tic4x.c:2745
   13207 msgid "Option -r is depreciated, please use -mregparm"
   13208 msgstr ""
   13209 
   13210 #: config/tc-tic4x.c:2751
   13211 msgid "Option -s is depreciated, please use -msmall"
   13212 msgstr ""
   13213 
   13214 #: config/tc-tic4x.c:2779
   13215 #, c-format
   13216 msgid ""
   13217 "\n"
   13218 "TIC4X options:\n"
   13219 "  -mcpu=CPU  -mCPU        select architecture variant. CPU can be:\n"
   13220 "                            30 - TMS320C30\n"
   13221 "                            31 - TMS320C31, TMS320LC31\n"
   13222 "                            32 - TMS320C32\n"
   13223 "                            33 - TMS320VC33\n"
   13224 "                            40 - TMS320C40\n"
   13225 "                            44 - TMS320C44\n"
   13226 "  -mrev=REV               set cpu hardware revision (integer numbers).\n"
   13227 "                          Combinations of -mcpu and -mrev will enable/disable\n"
   13228 "                          the appropriate options (-midle2, -mlowpower and\n"
   13229 "                          -menhanced) according to the selected type\n"
   13230 "  -mbig                   select big memory model\n"
   13231 "  -msmall                 select small memory model (default)\n"
   13232 "  -mregparm               select register parameters (default)\n"
   13233 "  -mmemparm               select memory parameters\n"
   13234 "  -midle2                 enable IDLE2 support\n"
   13235 "  -mlowpower              enable LOPOWER and MAXSPEED support\n"
   13236 "  -menhanced              enable enhanced opcode support\n"
   13237 msgstr ""
   13238 
   13239 #: config/tc-tic4x.c:2824
   13240 #, c-format
   13241 msgid "Label \"$%d\" redefined"
   13242 msgstr ""
   13243 
   13244 #: config/tc-tic4x.c:3032
   13245 #, c-format
   13246 msgid "Reloc %d not supported by object file format"
   13247 msgstr ""
   13248 
   13249 #. Only word (et al.), align, or conditionals are allowed within
   13250 #. .struct/.union.
   13251 #: config/tc-tic54x.c:220
   13252 msgid "pseudo-op illegal within .struct/.union"
   13253 msgstr ""
   13254 
   13255 #: config/tc-tic54x.c:234
   13256 #, c-format
   13257 msgid "C54x-specific command line  options:\n"
   13258 msgstr ""
   13259 
   13260 #: config/tc-tic54x.c:235
   13261 #, c-format
   13262 msgid "-mfar-mode | -mf          Use extended addressing\n"
   13263 msgstr ""
   13264 
   13265 #: config/tc-tic54x.c:236
   13266 #, c-format
   13267 msgid "-mcpu=<CPU version>       Specify the CPU version\n"
   13268 msgstr ""
   13269 
   13270 #: config/tc-tic54x.c:237
   13271 #, c-format
   13272 msgid "-merrors-to-file <filename>\n"
   13273 msgstr ""
   13274 
   13275 #: config/tc-tic54x.c:238
   13276 #, c-format
   13277 msgid "-me <filename>            Redirect errors to a file\n"
   13278 msgstr ""
   13279 
   13280 #: config/tc-tic54x.c:350
   13281 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
   13282 msgstr ""
   13283 
   13284 #: config/tc-tic54x.c:359
   13285 msgid "symbols assigned with .asg must begin with a letter"
   13286 msgstr ""
   13287 
   13288 #: config/tc-tic54x.c:403
   13289 msgid "Unterminated string after absolute expression"
   13290 msgstr ""
   13291 
   13292 #: config/tc-tic54x.c:411
   13293 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
   13294 msgstr ""
   13295 
   13296 #: config/tc-tic54x.c:423
   13297 msgid "symbols assigned with .eval must begin with a letter"
   13298 msgstr ""
   13299 
   13300 #: config/tc-tic54x.c:488
   13301 #, c-format
   13302 msgid ".bss size %d < 0!"
   13303 msgstr ""
   13304 
   13305 #: config/tc-tic54x.c:677
   13306 msgid "Offset on nested structures is ignored"
   13307 msgstr ""
   13308 
   13309 #: config/tc-tic54x.c:727
   13310 #, c-format
   13311 msgid ".end%s without preceding .%s"
   13312 msgstr ""
   13313 
   13314 #: config/tc-tic54x.c:793
   13315 #, c-format
   13316 msgid "Unrecognized struct/union tag '%s'"
   13317 msgstr ""
   13318 
   13319 #: config/tc-tic54x.c:795
   13320 msgid ".tag requires a structure tag"
   13321 msgstr ""
   13322 
   13323 #: config/tc-tic54x.c:801
   13324 msgid "Label required for .tag"
   13325 msgstr ""
   13326 
   13327 #: config/tc-tic54x.c:820
   13328 #, c-format
   13329 msgid ".tag target '%s' undefined"
   13330 msgstr ""
   13331 
   13332 #: config/tc-tic54x.c:882
   13333 #, c-format
   13334 msgid ".field count '%d' out of range (1 <= X <= 32)"
   13335 msgstr ""
   13336 
   13337 #: config/tc-tic54x.c:910
   13338 #, c-format
   13339 msgid "Unrecognized field type '%c'"
   13340 msgstr ""
   13341 
   13342 #: config/tc-tic54x.c:1033
   13343 msgid "Overflow in expression, truncated to 8 bits"
   13344 msgstr ""
   13345 
   13346 #: config/tc-tic54x.c:1038
   13347 msgid "Overflow in expression, truncated to 16 bits"
   13348 msgstr ""
   13349 
   13350 #. Disallow .byte with a non constant expression that will
   13351 #. require relocation.
   13352 #: config/tc-tic54x.c:1046
   13353 msgid "Relocatable values require at least WORD storage"
   13354 msgstr ""
   13355 
   13356 #: config/tc-tic54x.c:1107
   13357 msgid "Use of .def/.ref is deprecated.  Use .global instead"
   13358 msgstr ""
   13359 
   13360 #: config/tc-tic54x.c:1300
   13361 msgid ".space/.bes repeat count is negative, ignored"
   13362 msgstr ""
   13363 
   13364 #: config/tc-tic54x.c:1305
   13365 msgid ".space/.bes repeat count is zero, ignored"
   13366 msgstr ""
   13367 
   13368 #: config/tc-tic54x.c:1382
   13369 msgid "Missing size argument"
   13370 msgstr ""
   13371 
   13372 #: config/tc-tic54x.c:1516
   13373 msgid "CPU version has already been set"
   13374 msgstr ""
   13375 
   13376 #: config/tc-tic54x.c:1520
   13377 #, c-format
   13378 msgid "Unrecognized version '%s'"
   13379 msgstr ""
   13380 
   13381 #: config/tc-tic54x.c:1526
   13382 msgid "Changing of CPU version on the fly not supported"
   13383 msgstr ""
   13384 
   13385 #: config/tc-tic54x.c:1657
   13386 msgid "p2align not supported on this target"
   13387 msgstr ""
   13388 
   13389 #: config/tc-tic54x.c:1669
   13390 msgid "Argument to .even ignored"
   13391 msgstr ""
   13392 
   13393 #: config/tc-tic54x.c:1715
   13394 msgid "Invalid field size, must be from 1 to 32"
   13395 msgstr ""
   13396 
   13397 #: config/tc-tic54x.c:1728
   13398 msgid "field size must be 16 when value is relocatable"
   13399 msgstr ""
   13400 
   13401 #: config/tc-tic54x.c:1743
   13402 msgid "field value truncated"
   13403 msgstr ""
   13404 
   13405 #: config/tc-tic54x.c:1850 config/tc-tic54x.c:2156
   13406 #, c-format
   13407 msgid "Unrecognized section '%s'"
   13408 msgstr ""
   13409 
   13410 #: config/tc-tic54x.c:1859
   13411 msgid "Current section is unitialized, section name required for .clink"
   13412 msgstr ""
   13413 
   13414 #: config/tc-tic54x.c:2066
   13415 msgid "ENDLOOP without corresponding LOOP"
   13416 msgstr ""
   13417 
   13418 #: config/tc-tic54x.c:2107
   13419 msgid "Mixing of normal and extended addressing not supported"
   13420 msgstr ""
   13421 
   13422 #: config/tc-tic54x.c:2113
   13423 msgid "Extended addressing not supported on the specified CPU"
   13424 msgstr ""
   13425 
   13426 #: config/tc-tic54x.c:2162
   13427 msgid ".sblock may be used for initialized sections only"
   13428 msgstr ""
   13429 
   13430 #: config/tc-tic54x.c:2192
   13431 msgid "Symbol missing for .set/.equ"
   13432 msgstr ""
   13433 
   13434 #: config/tc-tic54x.c:2248
   13435 msgid ".var may only be used within a macro definition"
   13436 msgstr ""
   13437 
   13438 #: config/tc-tic54x.c:2256
   13439 msgid "Substitution symbols must begin with a letter"
   13440 msgstr ""
   13441 
   13442 #: config/tc-tic54x.c:2349
   13443 #, c-format
   13444 msgid "can't open macro library file '%s' for reading: %s"
   13445 msgstr ""
   13446 
   13447 #: config/tc-tic54x.c:2356
   13448 #, c-format
   13449 msgid "File '%s' not in macro archive format"
   13450 msgstr ""
   13451 
   13452 #: config/tc-tic54x.c:2486
   13453 #, c-format
   13454 msgid "Bad COFF version '%s'"
   13455 msgstr ""
   13456 
   13457 #: config/tc-tic54x.c:2495
   13458 #, c-format
   13459 msgid "Bad CPU version '%s'"
   13460 msgstr ""
   13461 
   13462 #: config/tc-tic54x.c:2508 config/tc-tic54x.c:2511
   13463 #, c-format
   13464 msgid "Can't redirect stderr to the file '%s'"
   13465 msgstr ""
   13466 
   13467 #: config/tc-tic54x.c:2626
   13468 #, c-format
   13469 msgid "Undefined substitution symbol '%s'"
   13470 msgstr ""
   13471 
   13472 #: config/tc-tic54x.c:3128
   13473 #, c-format
   13474 msgid "Unbalanced parenthesis in operand %d"
   13475 msgstr ""
   13476 
   13477 #: config/tc-tic54x.c:3159 config/tc-tic54x.c:3167
   13478 msgid "Expecting operand after ','"
   13479 msgstr ""
   13480 
   13481 #: config/tc-tic54x.c:3178
   13482 msgid "Extra junk on line"
   13483 msgstr ""
   13484 
   13485 #: config/tc-tic54x.c:3215
   13486 msgid "Badly formed address expression"
   13487 msgstr ""
   13488 
   13489 #: config/tc-tic54x.c:3468
   13490 #, c-format
   13491 msgid "Invalid dmad syntax '%s'"
   13492 msgstr ""
   13493 
   13494 #: config/tc-tic54x.c:3532
   13495 #, c-format
   13496 msgid "Use the .mmregs directive to use memory-mapped register names such as '%s'"
   13497 msgstr ""
   13498 
   13499 #: config/tc-tic54x.c:3583
   13500 msgid "Address mode *+ARx is write-only. Results of reading are undefined."
   13501 msgstr ""
   13502 
   13503 #: config/tc-tic54x.c:3603
   13504 #, c-format
   13505 msgid "Unrecognized indirect address format \"%s\""
   13506 msgstr ""
   13507 
   13508 #: config/tc-tic54x.c:3641
   13509 #, c-format
   13510 msgid "Operand '%s' out of range (%d <= x <= %d)"
   13511 msgstr ""
   13512 
   13513 #: config/tc-tic54x.c:3661
   13514 msgid "Error in relocation handling"
   13515 msgstr ""
   13516 
   13517 #: config/tc-tic54x.c:3680 config/tc-tic54x.c:3742 config/tc-tic54x.c:3770
   13518 #, c-format
   13519 msgid "Unrecognized condition code \"%s\""
   13520 msgstr ""
   13521 
   13522 #: config/tc-tic54x.c:3697
   13523 #, c-format
   13524 msgid "Condition \"%s\" does not match preceding group"
   13525 msgstr ""
   13526 
   13527 #: config/tc-tic54x.c:3705
   13528 #, c-format
   13529 msgid "Condition \"%s\" uses a different accumulator from a preceding condition"
   13530 msgstr ""
   13531 
   13532 #: config/tc-tic54x.c:3712
   13533 msgid "Only one comparison conditional allowed"
   13534 msgstr ""
   13535 
   13536 #: config/tc-tic54x.c:3717
   13537 msgid "Only one overflow conditional allowed"
   13538 msgstr ""
   13539 
   13540 #: config/tc-tic54x.c:3725
   13541 #, c-format
   13542 msgid "Duplicate %s conditional"
   13543 msgstr ""
   13544 
   13545 #: config/tc-tic54x.c:3756
   13546 msgid "Invalid auxiliary register (use AR0-AR7)"
   13547 msgstr ""
   13548 
   13549 #: config/tc-tic54x.c:3787
   13550 msgid "lk addressing modes are invalid for memory-mapped register addressing"
   13551 msgstr ""
   13552 
   13553 #: config/tc-tic54x.c:3795
   13554 msgid "Address mode *+ARx is not allowed in memory-mapped register addressing.  Resulting behavior is undefined."
   13555 msgstr ""
   13556 
   13557 #: config/tc-tic54x.c:3821
   13558 msgid "Destination accumulator for each part of this parallel instruction must be different"
   13559 msgstr ""
   13560 
   13561 #: config/tc-tic54x.c:3870
   13562 #, c-format
   13563 msgid "Memory mapped register \"%s\" out of range"
   13564 msgstr ""
   13565 
   13566 #: config/tc-tic54x.c:3909
   13567 msgid "Invalid operand (use 1, 2, or 3)"
   13568 msgstr ""
   13569 
   13570 #: config/tc-tic54x.c:3934
   13571 msgid "A status register or status bit name is required"
   13572 msgstr ""
   13573 
   13574 #: config/tc-tic54x.c:3944
   13575 #, c-format
   13576 msgid "Unrecognized status bit \"%s\""
   13577 msgstr ""
   13578 
   13579 #: config/tc-tic54x.c:3967
   13580 #, c-format
   13581 msgid "Invalid status register \"%s\""
   13582 msgstr ""
   13583 
   13584 #: config/tc-tic54x.c:3979
   13585 #, c-format
   13586 msgid "Operand \"%s\" out of range (use 1 or 2)"
   13587 msgstr ""
   13588 
   13589 #: config/tc-tic54x.c:4182
   13590 #, c-format
   13591 msgid "Unrecognized instruction \"%s\""
   13592 msgstr ""
   13593 
   13594 #: config/tc-tic54x.c:4211
   13595 #, c-format
   13596 msgid "Unrecognized operand list '%s' for instruction '%s'"
   13597 msgstr ""
   13598 
   13599 #: config/tc-tic54x.c:4240
   13600 #, c-format
   13601 msgid "Unrecognized parallel instruction \"%s\""
   13602 msgstr ""
   13603 
   13604 #: config/tc-tic54x.c:4289
   13605 #, c-format
   13606 msgid "Invalid operand (s) for parallel instruction \"%s\""
   13607 msgstr ""
   13608 
   13609 #: config/tc-tic54x.c:4292
   13610 #, c-format
   13611 msgid "Unrecognized parallel instruction combination \"%s || %s\""
   13612 msgstr ""
   13613 
   13614 #: config/tc-tic54x.c:4519
   13615 #, c-format
   13616 msgid "%s symbol recursion stopped at second appearance of '%s'"
   13617 msgstr ""
   13618 
   13619 #: config/tc-tic54x.c:4559
   13620 msgid "Unrecognized substitution symbol function"
   13621 msgstr ""
   13622 
   13623 #: config/tc-tic54x.c:4564
   13624 msgid "Missing '(' after substitution symbol function"
   13625 msgstr ""
   13626 
   13627 #: config/tc-tic54x.c:4578
   13628 msgid "Expecting second argument"
   13629 msgstr ""
   13630 
   13631 #: config/tc-tic54x.c:4591 config/tc-tic54x.c:4641
   13632 msgid "Extra junk in function call, expecting ')'"
   13633 msgstr ""
   13634 
   13635 #: config/tc-tic54x.c:4617
   13636 msgid "Function expects two arguments"
   13637 msgstr ""
   13638 
   13639 #: config/tc-tic54x.c:4630
   13640 msgid "Expecting character constant argument"
   13641 msgstr ""
   13642 
   13643 #: config/tc-tic54x.c:4636
   13644 msgid "Both arguments must be substitution symbols"
   13645 msgstr ""
   13646 
   13647 #: config/tc-tic54x.c:4689
   13648 #, c-format
   13649 msgid "Invalid subscript (use 1 to %d)"
   13650 msgstr ""
   13651 
   13652 #: config/tc-tic54x.c:4699
   13653 #, c-format
   13654 msgid "Invalid length (use 0 to %d"
   13655 msgstr ""
   13656 
   13657 #: config/tc-tic54x.c:4709
   13658 msgid "Missing ')' in subscripted substitution symbol expression"
   13659 msgstr ""
   13660 
   13661 #: config/tc-tic54x.c:4729
   13662 msgid "Missing forced substitution terminator ':'"
   13663 msgstr ""
   13664 
   13665 #: config/tc-tic54x.c:4883
   13666 #, c-format
   13667 msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left)"
   13668 msgstr ""
   13669 
   13670 #: config/tc-tic54x.c:4924
   13671 #, c-format
   13672 msgid "Unrecognized parallel instruction '%s'"
   13673 msgstr ""
   13674 
   13675 #: config/tc-tic54x.c:4936
   13676 #, c-format
   13677 msgid "Instruction '%s' requires an LP cpu version"
   13678 msgstr ""
   13679 
   13680 #: config/tc-tic54x.c:4943
   13681 #, c-format
   13682 msgid "Instruction '%s' requires far mode addressing"
   13683 msgstr ""
   13684 
   13685 #: config/tc-tic54x.c:4955
   13686 #, c-format
   13687 msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left). Resulting behavior is undefined."
   13688 msgstr ""
   13689 
   13690 #: config/tc-tic54x.c:4965
   13691 msgid "Instructions which cause PC discontinuity are not allowed in a delay slot. Resulting behavior is undefined."
   13692 msgstr ""
   13693 
   13694 #: config/tc-tic54x.c:4976
   13695 #, c-format
   13696 msgid "'%s' is not repeatable. Resulting behavior is undefined."
   13697 msgstr ""
   13698 
   13699 #: config/tc-tic54x.c:4980
   13700 msgid "Instructions using long offset modifiers or absolute addresses are not repeatable. Resulting behavior is undefined."
   13701 msgstr ""
   13702 
   13703 #: config/tc-tic54x.c:5132
   13704 #, c-format
   13705 msgid "Unsupported relocation size %d"
   13706 msgstr ""
   13707 
   13708 #: config/tc-tic54x.c:5263
   13709 msgid "non-absolute value used with .space/.bes"
   13710 msgstr ""
   13711 
   13712 #: config/tc-tic54x.c:5267
   13713 #, c-format
   13714 msgid "negative value ignored in %s"
   13715 msgstr ""
   13716 
   13717 #: config/tc-tic54x.c:5355
   13718 #, c-format
   13719 msgid "attempt to .space/.bes backwards? (%ld)"
   13720 msgstr ""
   13721 
   13722 #: config/tc-tic54x.c:5387
   13723 #, c-format
   13724 msgid "Invalid label '%s'"
   13725 msgstr ""
   13726 
   13727 #: config/tc-tic6x.c:233
   13728 #, c-format
   13729 msgid "unknown architecture '%s'"
   13730 msgstr ""
   13731 
   13732 #: config/tc-tic6x.c:263
   13733 #, c-format
   13734 msgid "unknown -mpid= argument '%s'"
   13735 msgstr ""
   13736 
   13737 #: config/tc-tic6x.c:321
   13738 #, c-format
   13739 msgid "TMS320C6000 options:\n"
   13740 msgstr ""
   13741 
   13742 #: config/tc-tic6x.c:322
   13743 #, c-format
   13744 msgid "  -march=ARCH             enable instructions from architecture ARCH\n"
   13745 msgstr ""
   13746 
   13747 #: config/tc-tic6x.c:323
   13748 #, c-format
   13749 msgid "  -mbig-endian            generate big-endian code\n"
   13750 msgstr ""
   13751 
   13752 #: config/tc-tic6x.c:324
   13753 #, c-format
   13754 msgid "  -mlittle-endian         generate little-endian code\n"
   13755 msgstr ""
   13756 
   13757 #: config/tc-tic6x.c:325
   13758 #, c-format
   13759 msgid "  -mdsbt                  code uses DSBT addressing\n"
   13760 msgstr ""
   13761 
   13762 #: config/tc-tic6x.c:326
   13763 #, c-format
   13764 msgid "  -mno-dsbt               code does not use DSBT addressing\n"
   13765 msgstr ""
   13766 
   13767 #: config/tc-tic6x.c:327
   13768 #, c-format
   13769 msgid "  -mpid=no                code uses position-dependent data addressing\n"
   13770 msgstr ""
   13771 
   13772 #: config/tc-tic6x.c:328
   13773 #, c-format
   13774 msgid ""
   13775 "  -mpid=near              code uses position-independent data addressing,\n"
   13776 "                            GOT accesses use near DP addressing\n"
   13777 msgstr ""
   13778 
   13779 #: config/tc-tic6x.c:330
   13780 #, c-format
   13781 msgid ""
   13782 "  -mpid=far               code uses position-independent data addressing,\n"
   13783 "                            GOT accesses use far DP addressing\n"
   13784 msgstr ""
   13785 
   13786 #: config/tc-tic6x.c:332
   13787 #, c-format
   13788 msgid "  -mpic                   code addressing is position-independent\n"
   13789 msgstr ""
   13790 
   13791 #: config/tc-tic6x.c:333
   13792 #, c-format
   13793 msgid "  -mno-pic                code addressing is position-dependent\n"
   13794 msgstr ""
   13795 
   13796 #: config/tc-tic6x.c:338
   13797 #, c-format
   13798 msgid "Supported ARCH values are:"
   13799 msgstr ""
   13800 
   13801 #: config/tc-tic6x.c:387
   13802 msgid "unexpected .cantunwind directive"
   13803 msgstr ""
   13804 
   13805 #: config/tc-tic6x.c:407
   13806 msgid "unexpected .handlerdata directive"
   13807 msgstr ""
   13808 
   13809 #: config/tc-tic6x.c:419
   13810 msgid "personality routine required before .handlerdata directive"
   13811 msgstr ""
   13812 
   13813 #: config/tc-tic6x.c:535
   13814 msgid "expected symbol"
   13815 msgstr ""
   13816 
   13817 #: config/tc-tic6x.c:592
   13818 #, c-format
   13819 msgid "invalid length for .scomm directive"
   13820 msgstr ""
   13821 
   13822 #: config/tc-tic6x.c:606
   13823 msgid "alignment is not a positive number"
   13824 msgstr ""
   13825 
   13826 #: config/tc-tic6x.c:618
   13827 msgid "alignment is not a power of 2"
   13828 msgstr ""
   13829 
   13830 #: config/tc-tic6x.c:633
   13831 #, c-format
   13832 msgid "attempt to re-define symbol `%s'"
   13833 msgstr ""
   13834 
   13835 #: config/tc-tic6x.c:642
   13836 #, c-format
   13837 msgid "attempt to redefine `%s' with a different length"
   13838 msgstr ""
   13839 
   13840 #: config/tc-tic6x.c:844
   13841 msgid "multiple '||' on same line"
   13842 msgstr ""
   13843 
   13844 #: config/tc-tic6x.c:847
   13845 msgid "'||' after predicate"
   13846 msgstr ""
   13847 
   13848 #: config/tc-tic6x.c:891
   13849 msgid "multiple predicates on same line"
   13850 msgstr ""
   13851 
   13852 #: config/tc-tic6x.c:897
   13853 #, c-format
   13854 msgid "bad predicate '%s'"
   13855 msgstr ""
   13856 
   13857 #: config/tc-tic6x.c:908
   13858 msgid "predication on A0 not supported on this architecture"
   13859 msgstr ""
   13860 
   13861 #: config/tc-tic6x.c:941
   13862 msgid "label after '||'"
   13863 msgstr ""
   13864 
   13865 #: config/tc-tic6x.c:947
   13866 msgid "label after predicate"
   13867 msgstr ""
   13868 
   13869 #: config/tc-tic6x.c:971
   13870 msgid "'||' not followed by instruction"
   13871 msgstr ""
   13872 
   13873 #: config/tc-tic6x.c:977
   13874 msgid "predicate not followed by instruction"
   13875 msgstr ""
   13876 
   13877 #: config/tc-tic6x.c:1410
   13878 #, c-format
   13879 msgid "control register '%s' not supported on this architecture"
   13880 msgstr ""
   13881 
   13882 #: config/tc-tic6x.c:1589 config/tc-tic6x.c:1592 config/tc-tic6x.c:1645
   13883 #: config/tc-tic6x.c:1649
   13884 #, c-format
   13885 msgid "register number %u not supported on this architecture"
   13886 msgstr ""
   13887 
   13888 #: config/tc-tic6x.c:1620
   13889 #, c-format
   13890 msgid "register pair for operand %u of '%.*s' not a valid even/odd pair"
   13891 msgstr ""
   13892 
   13893 #: config/tc-tic6x.c:1676
   13894 #, c-format
   13895 msgid "junk after operand %u of '%.*s'"
   13896 msgstr ""
   13897 
   13898 #: config/tc-tic6x.c:1689
   13899 #, c-format
   13900 msgid "bad register or register pair for operand %u of '%.*s'"
   13901 msgstr ""
   13902 
   13903 #: config/tc-tic6x.c:1695
   13904 #, c-format
   13905 msgid "bad register for operand %u of '%.*s'"
   13906 msgstr ""
   13907 
   13908 #: config/tc-tic6x.c:1700
   13909 #, c-format
   13910 msgid "bad register pair for operand %u of '%.*s'"
   13911 msgstr ""
   13912 
   13913 #: config/tc-tic6x.c:1705
   13914 #, c-format
   13915 msgid "bad functional unit for operand %u of '%.*s'"
   13916 msgstr ""
   13917 
   13918 #: config/tc-tic6x.c:1710
   13919 #, c-format
   13920 msgid "bad operand %u of '%.*s'"
   13921 msgstr ""
   13922 
   13923 #: config/tc-tic6x.c:1842
   13924 msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE"
   13925 msgstr ""
   13926 
   13927 #: config/tc-tic6x.c:1882
   13928 msgid "$DSBT_INDEX not supported in this context"
   13929 msgstr ""
   13930 
   13931 #: config/tc-tic6x.c:1895
   13932 msgid "$GOT not supported in this context"
   13933 msgstr ""
   13934 
   13935 #: config/tc-tic6x.c:1912
   13936 msgid "$DPR_GOT not supported in this context"
   13937 msgstr ""
   13938 
   13939 #: config/tc-tic6x.c:1933
   13940 msgid "$DPR_BYTE not supported in this context"
   13941 msgstr ""
   13942 
   13943 #: config/tc-tic6x.c:1950
   13944 msgid "$DPR_HWORD not supported in this context"
   13945 msgstr ""
   13946 
   13947 #: config/tc-tic6x.c:1967
   13948 msgid "$DPR_WORD not supported in this context"
   13949 msgstr ""
   13950 
   13951 #: config/tc-tic6x.c:1986
   13952 #, fuzzy
   13953 msgid "$PCR_OFFSET not supported in this context"
   13954 msgstr " NaN \n"
   13955 
   13956 #: config/tc-tic6x.c:1997
   13957 msgid "invalid PC-relative operand"
   13958 msgstr ""
   13959 
   13960 #: config/tc-tic6x.c:2035
   13961 #, c-format
   13962 msgid "no %d-byte relocations available"
   13963 msgstr ""
   13964 
   13965 #: config/tc-tic6x.c:2522 config/tc-tic6x.c:2553 config/tc-tic6x.c:2571
   13966 #: config/tc-tic6x.c:2977 config/tc-tic6x.c:2996 config/tc-tic6x.c:3028
   13967 #, c-format
   13968 msgid "operand %u of '%.*s' out of range"
   13969 msgstr ""
   13970 
   13971 #: config/tc-tic6x.c:2615 config/tc-tic6x.c:2816
   13972 #, c-format
   13973 msgid "offset in operand %u of '%.*s' not divisible by %u"
   13974 msgstr ""
   13975 
   13976 #: config/tc-tic6x.c:2808 config/tc-tic6x.c:2841
   13977 #, c-format
   13978 msgid "offset in operand %u of '%.*s' out of range"
   13979 msgstr ""
   13980 
   13981 #: config/tc-tic6x.c:2923
   13982 #, c-format
   13983 msgid "functional unit already masked for operand %u of '%.*s'"
   13984 msgstr ""
   13985 
   13986 #: config/tc-tic6x.c:2947 config/tc-tic6x.c:3706
   13987 #, c-format
   13988 msgid "'%.*s' instruction not in a software pipelined loop"
   13989 msgstr ""
   13990 
   13991 #: config/tc-tic6x.c:3046
   13992 #, c-format
   13993 msgid "instruction '%.*s' cannot be predicated"
   13994 msgstr ""
   13995 
   13996 #: config/tc-tic6x.c:3175
   13997 #, c-format
   13998 msgid "unknown opcode '%s'"
   13999 msgstr ""
   14000 
   14001 #: config/tc-tic6x.c:3314
   14002 #, c-format
   14003 msgid "'%.*s' instruction not supported on this architecture"
   14004 msgstr ""
   14005 
   14006 #: config/tc-tic6x.c:3322
   14007 #, c-format
   14008 msgid "'%.*s' instruction not supported on this functional unit"
   14009 msgstr ""
   14010 
   14011 #: config/tc-tic6x.c:3330
   14012 #, c-format
   14013 msgid "'%.*s' instruction not supported on this functional unit for this architecture"
   14014 msgstr ""
   14015 
   14016 #: config/tc-tic6x.c:3350
   14017 msgid "missing operand after comma"
   14018 msgstr ""
   14019 
   14020 #: config/tc-tic6x.c:3358 config/tc-tic6x.c:3376
   14021 #, c-format
   14022 msgid "too many operands to '%.*s'"
   14023 msgstr ""
   14024 
   14025 #: config/tc-tic6x.c:3389
   14026 #, c-format
   14027 msgid "bad number of operands to '%.*s'"
   14028 msgstr ""
   14029 
   14030 #: config/tc-tic6x.c:3461
   14031 #, c-format
   14032 msgid "operand %u of '%.*s' not constant"
   14033 msgstr ""
   14034 
   14035 #: config/tc-tic6x.c:3466
   14036 #, c-format
   14037 msgid "operand %u of '%.*s' on wrong side"
   14038 msgstr ""
   14039 
   14040 #: config/tc-tic6x.c:3471
   14041 #, c-format
   14042 msgid "operand %u of '%.*s' not a valid return address register"
   14043 msgstr ""
   14044 
   14045 #: config/tc-tic6x.c:3477
   14046 #, c-format
   14047 msgid "operand %u of '%.*s' is write-only"
   14048 msgstr ""
   14049 
   14050 #: config/tc-tic6x.c:3482
   14051 #, c-format
   14052 msgid "operand %u of '%.*s' is read-only"
   14053 msgstr ""
   14054 
   14055 #: config/tc-tic6x.c:3487
   14056 #, c-format
   14057 msgid "operand %u of '%.*s' not a valid memory reference"
   14058 msgstr ""
   14059 
   14060 #: config/tc-tic6x.c:3493
   14061 #, c-format
   14062 msgid "operand %u of '%.*s' not a valid base address register"
   14063 msgstr ""
   14064 
   14065 #: config/tc-tic6x.c:3579
   14066 #, c-format
   14067 msgid "bad operand combination for '%.*s'"
   14068 msgstr ""
   14069 
   14070 #: config/tc-tic6x.c:3625
   14071 msgid "parallel instruction not following another instruction"
   14072 msgstr ""
   14073 
   14074 #: config/tc-tic6x.c:3631
   14075 msgid "too many instructions in execute packet"
   14076 msgstr ""
   14077 
   14078 #: config/tc-tic6x.c:3636
   14079 msgid "label not at start of execute packet"
   14080 msgstr ""
   14081 
   14082 #: config/tc-tic6x.c:3639
   14083 #, c-format
   14084 msgid "'%.*s' instruction not at start of execute packet"
   14085 msgstr ""
   14086 
   14087 #: config/tc-tic6x.c:3687
   14088 msgid "functional unit already used in this execute packet"
   14089 msgstr ""
   14090 
   14091 #: config/tc-tic6x.c:3695
   14092 msgid "nested software pipelined loop"
   14093 msgstr ""
   14094 
   14095 #: config/tc-tic6x.c:3714
   14096 msgid "'||^' without previous SPMASK"
   14097 msgstr ""
   14098 
   14099 #: config/tc-tic6x.c:3716
   14100 msgid "cannot mask instruction using no functional unit"
   14101 msgstr ""
   14102 
   14103 #: config/tc-tic6x.c:3728
   14104 msgid "functional unit already masked"
   14105 msgstr ""
   14106 
   14107 #: config/tc-tic6x.c:3793
   14108 msgid "value too large for 2-byte field"
   14109 msgstr ""
   14110 
   14111 #: config/tc-tic6x.c:3803
   14112 msgid "value too large for 1-byte field"
   14113 msgstr ""
   14114 
   14115 #: config/tc-tic6x.c:3841 config/tc-tic6x.c:3906 config/tc-tic6x.c:3933
   14116 #: config/tc-tic6x.c:3961
   14117 msgid "immediate offset out of range"
   14118 msgstr ""
   14119 
   14120 #: config/tc-tic6x.c:3930
   14121 msgid "immediate offset not 2-byte-aligned"
   14122 msgstr ""
   14123 
   14124 #: config/tc-tic6x.c:3958
   14125 msgid "immediate offset not 4-byte-aligned"
   14126 msgstr ""
   14127 
   14128 #: config/tc-tic6x.c:3972
   14129 msgid "addend used with $DSBT_INDEX"
   14130 msgstr ""
   14131 
   14132 #: config/tc-tic6x.c:3986 config/tc-tic6x.c:4004 config/tc-tic6x.c:4022
   14133 #: config/tc-tic6x.c:4040
   14134 msgid "PC-relative offset not 4-byte-aligned"
   14135 msgstr ""
   14136 
   14137 #: config/tc-tic6x.c:3989 config/tc-tic6x.c:4007 config/tc-tic6x.c:4025
   14138 #: config/tc-tic6x.c:4043
   14139 msgid "PC-relative offset out of range"
   14140 msgstr ""
   14141 
   14142 #: config/tc-tic6x.c:4522
   14143 #, c-format
   14144 msgid "undefined symbol %s in PCR relocation"
   14145 msgstr ""
   14146 
   14147 #: config/tc-tic6x.c:4640
   14148 #, c-format
   14149 msgid "group section `%s' has no group signature"
   14150 msgstr ""
   14151 
   14152 #: config/tc-tic6x.c:4791
   14153 msgid "missing .endp before .cfi_startproc"
   14154 msgstr ""
   14155 
   14156 #: config/tc-tic6x.c:4895
   14157 msgid "stack pointer offset too large for personality routine"
   14158 msgstr ""
   14159 
   14160 #: config/tc-tic6x.c:4902
   14161 msgid "stack frame layout does not match personality routine"
   14162 msgstr ""
   14163 
   14164 #: config/tc-tic6x.c:5036
   14165 msgid "too many unwinding instructions"
   14166 msgstr ""
   14167 
   14168 #: config/tc-tic6x.c:5111 config/tc-tic6x.c:5124 config/tc-tic6x.c:5132
   14169 #, c-format
   14170 msgid "unable to generate unwinding opcode for reg %d"
   14171 msgstr ""
   14172 
   14173 #: config/tc-tic6x.c:5141
   14174 msgid "unable to restore return address from previously restored reg"
   14175 msgstr ""
   14176 
   14177 #: config/tc-tic6x.c:5153
   14178 #, c-format
   14179 msgid "unhandled CFA insn for unwinding (%d)"
   14180 msgstr ""
   14181 
   14182 #: config/tc-tic6x.c:5163
   14183 #, c-format
   14184 msgid "unable to generate unwinding opcode for frame pointer reg %d"
   14185 msgstr ""
   14186 
   14187 #: config/tc-tic6x.c:5172
   14188 msgid "unable to generate unwinding opcode for frame pointer offset"
   14189 msgstr ""
   14190 
   14191 #: config/tc-tic6x.c:5181
   14192 msgid "unwound stack pointer not doubleword aligned"
   14193 msgstr ""
   14194 
   14195 #: config/tc-tic6x.c:5326
   14196 msgid "stack frame layout too complex for unwinder"
   14197 msgstr ""
   14198 
   14199 #: config/tc-tic6x.c:5343
   14200 msgid "unwound frame has negative size"
   14201 msgstr ""
   14202 
   14203 #: config/tc-v850.c:286
   14204 #, c-format
   14205 msgid ".COMMon length (%d.) < 0! Ignored."
   14206 msgstr ""
   14207 
   14208 #: config/tc-v850.c:307
   14209 #, c-format
   14210 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
   14211 msgstr ""
   14212 
   14213 #: config/tc-v850.c:333
   14214 msgid "Common alignment negative; 0 assumed"
   14215 msgstr ""
   14216 
   14217 #: config/tc-v850.c:536
   14218 msgid ".longcall pseudo-op seen when not relaxing"
   14219 msgstr ""
   14220 
   14221 #: config/tc-v850.c:538
   14222 msgid ".longjump pseudo-op seen when not relaxing"
   14223 msgstr ""
   14224 
   14225 #: config/tc-v850.c:545
   14226 msgid "bad .longcall format"
   14227 msgstr ""
   14228 
   14229 #: config/tc-v850.c:1182
   14230 #, c-format
   14231 msgid "unknown operand shift: %x\n"
   14232 msgstr ""
   14233 
   14234 #: config/tc-v850.c:1183
   14235 msgid "internal failure in parse_register_list"
   14236 msgstr ""
   14237 
   14238 #: config/tc-v850.c:1199
   14239 msgid "constant expression or register list expected"
   14240 msgstr ""
   14241 
   14242 #: config/tc-v850.c:1204
   14243 msgid "high bits set in register list expression"
   14244 msgstr ""
   14245 
   14246 #: config/tc-v850.c:1242 config/tc-v850.c:1299
   14247 msgid "illegal register included in list"
   14248 msgstr ""
   14249 
   14250 #: config/tc-v850.c:1248
   14251 msgid "system registers cannot be included in list"
   14252 msgstr ""
   14253 
   14254 #: config/tc-v850.c:1274
   14255 msgid "second register should follow dash in register list"
   14256 msgstr ""
   14257 
   14258 #: config/tc-v850.c:1279
   14259 msgid "second register should be greater than first register"
   14260 msgstr ""
   14261 
   14262 #: config/tc-v850.c:1327
   14263 #, c-format
   14264 msgid " V850 options:\n"
   14265 msgstr ""
   14266 
   14267 #: config/tc-v850.c:1328
   14268 #, c-format
   14269 msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
   14270 msgstr ""
   14271 
   14272 #: config/tc-v850.c:1329
   14273 #, c-format
   14274 msgid "  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
   14275 msgstr ""
   14276 
   14277 #: config/tc-v850.c:1330
   14278 #, c-format
   14279 msgid "  -mv850                    The code is targeted at the v850\n"
   14280 msgstr ""
   14281 
   14282 #: config/tc-v850.c:1331
   14283 #, c-format
   14284 msgid "  -mv850e                   The code is targeted at the v850e\n"
   14285 msgstr ""
   14286 
   14287 #: config/tc-v850.c:1332
   14288 #, c-format
   14289 msgid "  -mv850e1                  The code is targeted at the v850e1\n"
   14290 msgstr ""
   14291 
   14292 #: config/tc-v850.c:1333
   14293 #, c-format
   14294 msgid "  -mv850e2                  The code is targeted at the v850e2\n"
   14295 msgstr ""
   14296 
   14297 #: config/tc-v850.c:1334
   14298 #, c-format
   14299 msgid "  -mv850e2v3                The code is targeted at the v850e2v3\n"
   14300 msgstr ""
   14301 
   14302 #: config/tc-v850.c:1335
   14303 #, c-format
   14304 msgid "  -mrelax                   Enable relaxation\n"
   14305 msgstr ""
   14306 
   14307 #: config/tc-v850.c:1336
   14308 #, c-format
   14309 msgid "  --disp-size-default-22    branch displacement with unknown size is 22 bits (default)\n"
   14310 msgstr ""
   14311 
   14312 #: config/tc-v850.c:1337
   14313 #, c-format
   14314 msgid "  --disp-size-default-32    branch displacement with unknown size is 32 bits\n"
   14315 msgstr ""
   14316 
   14317 #: config/tc-v850.c:1338
   14318 #, c-format
   14319 msgid "  -mextension               enable extension opcode support\n"
   14320 msgstr ""
   14321 
   14322 #: config/tc-v850.c:1339
   14323 #, c-format
   14324 msgid "  -mno-bcond17\t\t  disable b<cond> disp17 instruction\n"
   14325 msgstr ""
   14326 
   14327 #: config/tc-v850.c:1340
   14328 #, c-format
   14329 msgid "  -mno-stld23\t\t  disable st/ld offset23 instruction\n"
   14330 msgstr ""
   14331 
   14332 #: config/tc-v850.c:1655
   14333 #, c-format
   14334 msgid "Unable to determine default target processor from string: %s"
   14335 msgstr ""
   14336 
   14337 #: config/tc-v850.c:1695
   14338 msgid "hi0() relocation used on an instruction which does not support it"
   14339 msgstr ""
   14340 
   14341 #: config/tc-v850.c:1715
   14342 msgid "hi() relocation used on an instruction which does not support it"
   14343 msgstr ""
   14344 
   14345 #: config/tc-v850.c:1738
   14346 msgid "lo() relocation used on an instruction which does not support it"
   14347 msgstr ""
   14348 
   14349 #: config/tc-v850.c:1758
   14350 msgid "ctoff() relocation used on an instruction which does not support it"
   14351 msgstr ""
   14352 
   14353 #: config/tc-v850.c:1777
   14354 msgid "sdaoff() relocation used on an instruction which does not support it"
   14355 msgstr ""
   14356 
   14357 #: config/tc-v850.c:1796
   14358 msgid "zdaoff() relocation used on an instruction which does not support it"
   14359 msgstr ""
   14360 
   14361 #: config/tc-v850.c:1828
   14362 msgid "tdaoff() relocation used on an instruction which does not support it"
   14363 msgstr ""
   14364 
   14365 #: config/tc-v850.c:1969
   14366 #, c-format
   14367 msgid "operand out of range (%d is not between %d and %d)"
   14368 msgstr ""
   14369 
   14370 #: config/tc-v850.c:2052
   14371 msgid "st/ld offset 23 instruction was disabled ."
   14372 msgstr ""
   14373 
   14374 #: config/tc-v850.c:2061
   14375 msgid "Target processor does not support this instruction."
   14376 msgstr ""
   14377 
   14378 #: config/tc-v850.c:2167 config/tc-v850.c:2177 config/tc-v850.c:2199
   14379 #: config/tc-v850.c:2213 config/tc-v850.c:2219 config/tc-v850.c:2243
   14380 #: config/tc-v850.c:2249 config/tc-v850.c:2256 config/tc-v850.c:2270
   14381 #: config/tc-v850.c:2284 config/tc-v850.c:2290 config/tc-v850.c:2604
   14382 msgid "immediate operand is too large"
   14383 msgstr ""
   14384 
   14385 #: config/tc-v850.c:2185
   14386 msgid "AAARG -> unhandled constant reloc"
   14387 msgstr ""
   14388 
   14389 #: config/tc-v850.c:2320 config/tc-v850.c:2330
   14390 msgid "constant too big to fit into instruction"
   14391 msgstr ""
   14392 
   14393 #: config/tc-v850.c:2405
   14394 msgid "odd number cannot be used here"
   14395 msgstr ""
   14396 
   14397 #: config/tc-v850.c:2450
   14398 msgid "invalid register name"
   14399 msgstr ""
   14400 
   14401 #: config/tc-v850.c:2456
   14402 msgid "register r0 cannot be used here"
   14403 msgstr ""
   14404 
   14405 #: config/tc-v850.c:2462
   14406 msgid "odd register cannot be used here"
   14407 msgstr ""
   14408 
   14409 #: config/tc-v850.c:2471
   14410 msgid "invalid system register name"
   14411 msgstr ""
   14412 
   14413 #: config/tc-v850.c:2484
   14414 msgid "expected EP register"
   14415 msgstr ""
   14416 
   14417 #: config/tc-v850.c:2501 config/tc-v850.c:2514
   14418 msgid "invalid condition code name"
   14419 msgstr ""
   14420 
   14421 #: config/tc-v850.c:2507
   14422 msgid "condition sa cannot be used here"
   14423 msgstr ""
   14424 
   14425 #: config/tc-v850.c:2552
   14426 msgid "syntax error: value is missing before the register name"
   14427 msgstr ""
   14428 
   14429 #: config/tc-v850.c:2554
   14430 msgid "syntax error: register not expected"
   14431 msgstr ""
   14432 
   14433 #: config/tc-v850.c:2568
   14434 msgid "syntax error: system register not expected"
   14435 msgstr ""
   14436 
   14437 #: config/tc-v850.c:2573 config/tc-v850.c:2578
   14438 msgid "syntax error: condition code not expected"
   14439 msgstr ""
   14440 
   14441 #: config/tc-v850.c:2588
   14442 msgid "immediate 0 cannot be used here"
   14443 msgstr ""
   14444 
   14445 #: config/tc-v850.c:2612
   14446 msgid "immediate operand is not match"
   14447 msgstr ""
   14448 
   14449 #: config/tc-v850.c:2631 config/tc-xtensa.c:11816
   14450 msgid "invalid operand"
   14451 msgstr ""
   14452 
   14453 #: config/tc-vax.c:1340
   14454 msgid "no '[' to match ']'"
   14455 msgstr ""
   14456 
   14457 #: config/tc-vax.c:1356
   14458 msgid "bad register in []"
   14459 msgstr ""
   14460 
   14461 #: config/tc-vax.c:1358
   14462 msgid "[PC] index banned"
   14463 msgstr ""
   14464 
   14465 #: config/tc-vax.c:1394
   14466 msgid "no '(' to match ')'"
   14467 msgstr ""
   14468 
   14469 #: config/tc-vax.c:1510
   14470 msgid "invalid branch operand"
   14471 msgstr ""
   14472 
   14473 #: config/tc-vax.c:1537
   14474 msgid "address prohibits @"
   14475 msgstr ""
   14476 
   14477 #: config/tc-vax.c:1539
   14478 msgid "address prohibits #"
   14479 msgstr ""
   14480 
   14481 #: config/tc-vax.c:1543
   14482 msgid "address prohibits -()"
   14483 msgstr ""
   14484 
   14485 #: config/tc-vax.c:1545
   14486 msgid "address prohibits ()+"
   14487 msgstr ""
   14488 
   14489 #: config/tc-vax.c:1548
   14490 msgid "address prohibits ()"
   14491 msgstr ""
   14492 
   14493 #: config/tc-vax.c:1550
   14494 msgid "address prohibits []"
   14495 msgstr ""
   14496 
   14497 #: config/tc-vax.c:1552
   14498 msgid "address prohibits register"
   14499 msgstr ""
   14500 
   14501 #: config/tc-vax.c:1554
   14502 msgid "address prohibits displacement length specifier"
   14503 msgstr ""
   14504 
   14505 #: config/tc-vax.c:1582
   14506 msgid "invalid operand of S^#"
   14507 msgstr ""
   14508 
   14509 #: config/tc-vax.c:1595
   14510 msgid "S^# needs expression"
   14511 msgstr ""
   14512 
   14513 #: config/tc-vax.c:1602
   14514 msgid "S^# may only read-access"
   14515 msgstr ""
   14516 
   14517 #: config/tc-vax.c:1625
   14518 msgid "invalid operand of -()"
   14519 msgstr ""
   14520 
   14521 #: config/tc-vax.c:1631
   14522 msgid "-(PC) unpredictable"
   14523 msgstr ""
   14524 
   14525 #: config/tc-vax.c:1633
   14526 msgid "[]index same as -()register: unpredictable"
   14527 msgstr ""
   14528 
   14529 #: config/tc-vax.c:1665
   14530 msgid "invalid operand of ()+"
   14531 msgstr ""
   14532 
   14533 #: config/tc-vax.c:1671
   14534 msgid "(PC)+ unpredictable"
   14535 msgstr ""
   14536 
   14537 #: config/tc-vax.c:1673
   14538 msgid "[]index same as ()+register: unpredictable"
   14539 msgstr ""
   14540 
   14541 #: config/tc-vax.c:1696
   14542 msgid "# conflicts length"
   14543 msgstr ""
   14544 
   14545 #: config/tc-vax.c:1698
   14546 msgid "# bars register"
   14547 msgstr ""
   14548 
   14549 #: config/tc-vax.c:1718
   14550 msgid "writing or modifying # is unpredictable"
   14551 msgstr ""
   14552 
   14553 #: config/tc-vax.c:1744
   14554 msgid "length not needed"
   14555 msgstr ""
   14556 
   14557 #: config/tc-vax.c:1751
   14558 msgid "can't []index a register, because it has no address"
   14559 msgstr ""
   14560 
   14561 #: config/tc-vax.c:1753
   14562 msgid "a register has no address"
   14563 msgstr ""
   14564 
   14565 #: config/tc-vax.c:1762
   14566 msgid "PC part of operand unpredictable"
   14567 msgstr ""
   14568 
   14569 #: config/tc-vax.c:1918
   14570 msgid "odd number of bytes in operand description"
   14571 msgstr ""
   14572 
   14573 #: config/tc-vax.c:1932
   14574 msgid "Bad operand"
   14575 msgstr ""
   14576 
   14577 #: config/tc-vax.c:1937
   14578 msgid "Not enough operands"
   14579 msgstr ""
   14580 
   14581 #: config/tc-vax.c:2214
   14582 msgid "SYMBOL TABLE not implemented"
   14583 msgstr ""
   14584 
   14585 #: config/tc-vax.c:2218
   14586 msgid "TOKEN TRACE not implemented"
   14587 msgstr ""
   14588 
   14589 #: config/tc-vax.c:2222
   14590 #, c-format
   14591 msgid "Displacement length %s ignored!"
   14592 msgstr ""
   14593 
   14594 #: config/tc-vax.c:2226
   14595 #, c-format
   14596 msgid "I don't need or use temp. file \"%s\"."
   14597 msgstr ""
   14598 
   14599 #: config/tc-vax.c:2230
   14600 msgid "I don't use an interpass file! -V ignored"
   14601 msgstr ""
   14602 
   14603 #: config/tc-vax.c:2287
   14604 #, c-format
   14605 msgid ""
   14606 "VAX options:\n"
   14607 "-d LENGTH\t\tignored\n"
   14608 "-J\t\t\tignored\n"
   14609 "-S\t\t\tignored\n"
   14610 "-t FILE\t\t\tignored\n"
   14611 "-T\t\t\tignored\n"
   14612 "-V\t\t\tignored\n"
   14613 msgstr ""
   14614 
   14615 #: config/tc-vax.c:2296
   14616 #, c-format
   14617 msgid ""
   14618 "VMS options:\n"
   14619 "-+\t\t\thash encode names longer than 31 characters\n"
   14620 "-1\t\t\t`const' handling compatible with gcc 1.x\n"
   14621 "-H\t\t\tshow new symbol after hash truncation\n"
   14622 "-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
   14623 "\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
   14624 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
   14625 msgstr ""
   14626 
   14627 #: config/tc-vax.c:2461
   14628 #, c-format
   14629 msgid "Ignoring statement due to \"%s\""
   14630 msgstr ""
   14631 
   14632 #: config/tc-vax.c:2478
   14633 #, c-format
   14634 msgid "Aborting because statement has \"%s\""
   14635 msgstr ""
   14636 
   14637 #: config/tc-vax.c:2523
   14638 msgid "Can't relocate expression"
   14639 msgstr ""
   14640 
   14641 #: config/tc-vax.c:2626
   14642 msgid "Bignum not permitted in short literal. Immediate mode assumed."
   14643 msgstr ""
   14644 
   14645 #: config/tc-vax.c:2635
   14646 msgid "Can't do flonum short literal: immediate mode used."
   14647 msgstr ""
   14648 
   14649 #: config/tc-vax.c:2682
   14650 #, c-format
   14651 msgid "A bignum/flonum may not be a displacement: 0x%lx used"
   14652 msgstr ""
   14653 
   14654 #: config/tc-vax.c:2994
   14655 #, c-format
   14656 msgid "Short literal overflow(%ld.), immediate mode assumed."
   14657 msgstr ""
   14658 
   14659 #: config/tc-vax.c:3003
   14660 #, c-format
   14661 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
   14662 msgstr ""
   14663 
   14664 #: config/tc-vax.c:3068
   14665 msgid "Length specification ignored. Address mode 9F used"
   14666 msgstr ""
   14667 
   14668 #: config/tc-vax.c:3126
   14669 msgid "Invalid operand:  immediate value used as base address."
   14670 msgstr ""
   14671 
   14672 #: config/tc-vax.c:3128
   14673 msgid "Invalid operand:  immediate value used as address."
   14674 msgstr ""
   14675 
   14676 #: config/tc-vax.c:3153
   14677 #, c-format
   14678 msgid "Symbol %s used as immediate operand in PIC mode."
   14679 msgstr ""
   14680 
   14681 #: config/tc-vax.c:3258
   14682 #, c-format
   14683 msgid "VIP_BEGIN error:%s"
   14684 msgstr ""
   14685 
   14686 #: config/tc-xc16x.c:218
   14687 #, c-format
   14688 msgid " XC16X specific command line options:\n"
   14689 msgstr ""
   14690 
   14691 #: config/tc-xstormy16.c:78
   14692 #, c-format
   14693 msgid " XSTORMY16 specific command line options:\n"
   14694 msgstr ""
   14695 
   14696 #: config/tc-xstormy16.c:225
   14697 #, c-format
   14698 msgid "unsupported fptr fixup size %d"
   14699 msgstr ""
   14700 
   14701 #: config/tc-xstormy16.c:237
   14702 #, c-format
   14703 msgid "unsupported fixup size %d"
   14704 msgstr ""
   14705 
   14706 #: config/tc-xstormy16.c:268
   14707 msgid "unsupported fptr fixup"
   14708 msgstr ""
   14709 
   14710 #: config/tc-xtensa.c:619
   14711 msgid "illegal range of target hardware versions"
   14712 msgstr ""
   14713 
   14714 #: config/tc-xtensa.c:776
   14715 msgid "--density option is ignored"
   14716 msgstr ""
   14717 
   14718 #: config/tc-xtensa.c:779
   14719 msgid "--no-density option is ignored"
   14720 msgstr ""
   14721 
   14722 #: config/tc-xtensa.c:797
   14723 msgid "--generics is deprecated; use --transform instead"
   14724 msgstr ""
   14725 
   14726 #: config/tc-xtensa.c:800
   14727 msgid "--no-generics is deprecated; use --no-transform instead"
   14728 msgstr ""
   14729 
   14730 #: config/tc-xtensa.c:803
   14731 msgid "--relax is deprecated; use --transform instead"
   14732 msgstr ""
   14733 
   14734 #: config/tc-xtensa.c:806
   14735 msgid "--no-relax is deprecated; use --no-transform instead"
   14736 msgstr ""
   14737 
   14738 #: config/tc-xtensa.c:823
   14739 msgid "--absolute-literals option not supported in this Xtensa configuration"
   14740 msgstr ""
   14741 
   14742 #: config/tc-xtensa.c:896
   14743 msgid "prefer-l32r conflicts with prefer-const16"
   14744 msgstr ""
   14745 
   14746 #: config/tc-xtensa.c:902
   14747 msgid "prefer-const16 conflicts with prefer-l32r"
   14748 msgstr ""
   14749 
   14750 #: config/tc-xtensa.c:910 config/tc-xtensa.c:919 config/tc-xtensa.c:923
   14751 msgid "invalid target hardware version"
   14752 msgstr ""
   14753 
   14754 #: config/tc-xtensa.c:1107
   14755 msgid "unmatched end directive"
   14756 msgstr ""
   14757 
   14758 #: config/tc-xtensa.c:1136
   14759 msgid ".begin directive with no matching .end directive"
   14760 msgstr ""
   14761 
   14762 #: config/tc-xtensa.c:1177
   14763 msgid "[no-]generics is deprecated; use [no-]transform instead"
   14764 msgstr ""
   14765 
   14766 #: config/tc-xtensa.c:1182
   14767 msgid "[no-]relax is deprecated; use [no-]transform instead"
   14768 msgstr ""
   14769 
   14770 #: config/tc-xtensa.c:1195
   14771 #, c-format
   14772 msgid "directive %s cannot be negated"
   14773 msgstr ""
   14774 
   14775 #: config/tc-xtensa.c:1201
   14776 msgid "unknown directive"
   14777 msgstr ""
   14778 
   14779 #: config/tc-xtensa.c:1222 config/tc-xtensa.c:1318 config/tc-xtensa.c:1563
   14780 #: config/tc-xtensa.c:5774
   14781 msgid "directives are not valid inside bundles"
   14782 msgstr ""
   14783 
   14784 #: config/tc-xtensa.c:1234
   14785 msgid ".begin literal is deprecated; use .literal instead"
   14786 msgstr ""
   14787 
   14788 #: config/tc-xtensa.c:1248
   14789 msgid "cannot set literal_prefix inside literal fragment"
   14790 msgstr ""
   14791 
   14792 #: config/tc-xtensa.c:1281
   14793 msgid ".begin [no-]density is ignored"
   14794 msgstr ""
   14795 
   14796 #: config/tc-xtensa.c:1288 config/tc-xtensa.c:1338
   14797 msgid "Xtensa absolute literals option not supported; ignored"
   14798 msgstr ""
   14799 
   14800 #: config/tc-xtensa.c:1331
   14801 msgid ".end [no-]density is ignored"
   14802 msgstr ""
   14803 
   14804 #: config/tc-xtensa.c:1356
   14805 #, c-format
   14806 msgid "does not match begin %s%s at %s:%d"
   14807 msgstr ""
   14808 
   14809 #: config/tc-xtensa.c:1411
   14810 msgid ".literal_position inside literal directive; ignoring"
   14811 msgstr ""
   14812 
   14813 #: config/tc-xtensa.c:1431
   14814 msgid ".literal not allowed inside .begin literal region"
   14815 msgstr ""
   14816 
   14817 #: config/tc-xtensa.c:1470
   14818 msgid "expected comma or colon after symbol name; rest of line ignored"
   14819 msgstr ""
   14820 
   14821 #: config/tc-xtensa.c:1532
   14822 msgid "fall through frequency must be greater than 0"
   14823 msgstr ""
   14824 
   14825 #: config/tc-xtensa.c:1540
   14826 msgid "branch target frequency must be greater than 0"
   14827 msgstr ""
   14828 
   14829 #: config/tc-xtensa.c:1588
   14830 #, c-format
   14831 msgid "opcode-specific %s relocation used outside an instruction"
   14832 msgstr ""
   14833 
   14834 #: config/tc-xtensa.c:1596
   14835 #, c-format
   14836 msgid "invalid use of %s relocation"
   14837 msgstr ""
   14838 
   14839 #: config/tc-xtensa.c:1792 config/tc-xtensa.c:1809
   14840 #, c-format
   14841 msgid "bad register name: %s"
   14842 msgstr ""
   14843 
   14844 #: config/tc-xtensa.c:1798
   14845 #, c-format
   14846 msgid "bad register number: %s"
   14847 msgstr ""
   14848 
   14849 #: config/tc-xtensa.c:1862
   14850 msgid "pcrel relocation not allowed in an instruction"
   14851 msgstr ""
   14852 
   14853 #: config/tc-xtensa.c:1879
   14854 msgid "register number out of range"
   14855 msgstr ""
   14856 
   14857 #: config/tc-xtensa.c:1963
   14858 msgid "extra comma"
   14859 msgstr ""
   14860 
   14861 #: config/tc-xtensa.c:1965
   14862 msgid "extra colon"
   14863 msgstr ""
   14864 
   14865 #: config/tc-xtensa.c:1967
   14866 msgid "missing argument"
   14867 msgstr ""
   14868 
   14869 #: config/tc-xtensa.c:1969
   14870 msgid "missing comma or colon"
   14871 msgstr ""
   14872 
   14873 #: config/tc-xtensa.c:2026
   14874 msgid "incorrect register number, ignoring"
   14875 msgstr ""
   14876 
   14877 #: config/tc-xtensa.c:2033
   14878 msgid "too many arguments"
   14879 msgstr ""
   14880 
   14881 #: config/tc-xtensa.c:2107
   14882 #, c-format
   14883 msgid "cannot encode opcode \"%s\""
   14884 msgstr ""
   14885 
   14886 #: config/tc-xtensa.c:2201
   14887 #, c-format
   14888 msgid "not enough operands (%d) for '%s'; expected %d"
   14889 msgstr ""
   14890 
   14891 #: config/tc-xtensa.c:2208
   14892 #, c-format
   14893 msgid "too many operands (%d) for '%s'; expected %d"
   14894 msgstr ""
   14895 
   14896 #: config/tc-xtensa.c:2259
   14897 #, c-format
   14898 msgid "invalid register '%s' for '%s' instruction"
   14899 msgstr ""
   14900 
   14901 #: config/tc-xtensa.c:2266
   14902 #, c-format
   14903 msgid "invalid register number (%ld) for '%s' instruction"
   14904 msgstr ""
   14905 
   14906 #: config/tc-xtensa.c:2334
   14907 #, c-format
   14908 msgid "invalid register number (%ld) for '%s'"
   14909 msgstr ""
   14910 
   14911 #: config/tc-xtensa.c:2725
   14912 #, c-format
   14913 msgid "operand %d of '%s' has out of range value '%u'"
   14914 msgstr ""
   14915 
   14916 #: config/tc-xtensa.c:2731
   14917 #, c-format
   14918 msgid "operand %d of '%s' has invalid value '%u'"
   14919 msgstr ""
   14920 
   14921 #: config/tc-xtensa.c:2778
   14922 #, c-format
   14923 msgid "internal error: unknown option name '%s'"
   14924 msgstr ""
   14925 
   14926 #: config/tc-xtensa.c:3887
   14927 msgid "can't handle generation of literal/labels yet"
   14928 msgstr ""
   14929 
   14930 #: config/tc-xtensa.c:3891
   14931 msgid "can't handle undefined OP TYPE"
   14932 msgstr ""
   14933 
   14934 #: config/tc-xtensa.c:3952
   14935 #, c-format
   14936 msgid "found %d operands for '%s':  Expected %d"
   14937 msgstr ""
   14938 
   14939 #: config/tc-xtensa.c:3959
   14940 #, c-format
   14941 msgid "found too many (%d) operands for '%s':  Expected %d"
   14942 msgstr ""
   14943 
   14944 #: config/tc-xtensa.c:3980
   14945 msgid "immediate operands sum to greater than 32"
   14946 msgstr ""
   14947 
   14948 #: config/tc-xtensa.c:4111
   14949 msgid "invalid immediate"
   14950 msgstr ""
   14951 
   14952 #: config/tc-xtensa.c:4232
   14953 #, c-format
   14954 msgid "invalid relocation for operand %i of '%s'"
   14955 msgstr ""
   14956 
   14957 #: config/tc-xtensa.c:4242
   14958 #, c-format
   14959 msgid "invalid expression for operand %i of '%s'"
   14960 msgstr ""
   14961 
   14962 #: config/tc-xtensa.c:4252
   14963 #, c-format
   14964 msgid "invalid relocation in instruction slot %i"
   14965 msgstr ""
   14966 
   14967 #: config/tc-xtensa.c:4259
   14968 #, c-format
   14969 msgid "undefined symbol for opcode \"%s\""
   14970 msgstr ""
   14971 
   14972 #: config/tc-xtensa.c:4745
   14973 msgid "opcode 'NOP.N' unavailable in this configuration"
   14974 msgstr ""
   14975 
   14976 #: config/tc-xtensa.c:4805
   14977 msgid "get_expanded_loop_offset: invalid opcode"
   14978 msgstr ""
   14979 
   14980 #: config/tc-xtensa.c:4938
   14981 #, c-format
   14982 msgid "assembly state not set for first frag in section %s"
   14983 msgstr ""
   14984 
   14985 #: config/tc-xtensa.c:4991
   14986 #, c-format
   14987 msgid "unaligned branch target: %d bytes at 0x%lx"
   14988 msgstr ""
   14989 
   14990 #: config/tc-xtensa.c:5035
   14991 #, c-format
   14992 msgid "unaligned loop: %d bytes at 0x%lx"
   14993 msgstr ""
   14994 
   14995 #: config/tc-xtensa.c:5060
   14996 msgid "unexpected fix"
   14997 msgstr ""
   14998 
   14999 #: config/tc-xtensa.c:5071 config/tc-xtensa.c:5075
   15000 msgid "undecodable fix"
   15001 msgstr ""
   15002 
   15003 #: config/tc-xtensa.c:5213
   15004 msgid "labels are not valid inside bundles"
   15005 msgstr ""
   15006 
   15007 #: config/tc-xtensa.c:5233
   15008 msgid "invalid last instruction for a zero-overhead loop"
   15009 msgstr ""
   15010 
   15011 #: config/tc-xtensa.c:5300
   15012 msgid "extra opening brace"
   15013 msgstr ""
   15014 
   15015 #: config/tc-xtensa.c:5310
   15016 msgid "extra closing brace"
   15017 msgstr ""
   15018 
   15019 #: config/tc-xtensa.c:5337
   15020 msgid "missing closing brace"
   15021 msgstr ""
   15022 
   15023 #: config/tc-xtensa.c:5437 config/tc-xtensa.c:5466
   15024 #, c-format
   15025 msgid "wrong number of operands for '%s'"
   15026 msgstr ""
   15027 
   15028 #: config/tc-xtensa.c:5453
   15029 #, c-format
   15030 msgid "bad relocation expression for '%s'"
   15031 msgstr ""
   15032 
   15033 #: config/tc-xtensa.c:5488
   15034 #, c-format
   15035 msgid "unknown opcode or format name '%s'"
   15036 msgstr ""
   15037 
   15038 #: config/tc-xtensa.c:5494
   15039 msgid "format names only valid inside bundles"
   15040 msgstr ""
   15041 
   15042 #: config/tc-xtensa.c:5499
   15043 #, c-format
   15044 msgid "multiple formats specified for one bundle; using '%s'"
   15045 msgstr ""
   15046 
   15047 #: config/tc-xtensa.c:5549
   15048 msgid "entry instruction with stack decrement < 16"
   15049 msgstr ""
   15050 
   15051 #: config/tc-xtensa.c:5602
   15052 msgid "unaligned entry instruction"
   15053 msgstr ""
   15054 
   15055 #: config/tc-xtensa.c:5667
   15056 msgid "bad instruction format"
   15057 msgstr ""
   15058 
   15059 #: config/tc-xtensa.c:5670
   15060 msgid "invalid relocation"
   15061 msgstr ""
   15062 
   15063 #: config/tc-xtensa.c:5681
   15064 #, c-format
   15065 msgid "invalid relocation for '%s' instruction"
   15066 msgstr ""
   15067 
   15068 #: config/tc-xtensa.c:5693
   15069 #, c-format
   15070 msgid "invalid relocation for operand %d of '%s'"
   15071 msgstr ""
   15072 
   15073 #: config/tc-xtensa.c:5956
   15074 #, c-format
   15075 msgid "unhandled local relocation fix %s"
   15076 msgstr ""
   15077 
   15078 #: config/tc-xtensa.c:6007
   15079 #, c-format
   15080 msgid "internal error; cannot generate `%s' relocation"
   15081 msgstr ""
   15082 
   15083 #: config/tc-xtensa.c:6226
   15084 msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
   15085 msgstr ""
   15086 
   15087 #: config/tc-xtensa.c:6235
   15088 msgid "couldn't find a valid instruction format"
   15089 msgstr ""
   15090 
   15091 #: config/tc-xtensa.c:6236
   15092 #, c-format
   15093 msgid "    ops were: "
   15094 msgstr ""
   15095 
   15096 #: config/tc-xtensa.c:6238
   15097 #, c-format
   15098 msgid " %s;"
   15099 msgstr ""
   15100 
   15101 #: config/tc-xtensa.c:6249
   15102 #, c-format
   15103 msgid "format '%s' allows %d slots, but there are %d opcodes"
   15104 msgstr ""
   15105 
   15106 #: config/tc-xtensa.c:6260 config/tc-xtensa.c:6358
   15107 msgid "illegal resource usage in bundle"
   15108 msgstr ""
   15109 
   15110 #: config/tc-xtensa.c:6445
   15111 #, c-format
   15112 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
   15113 msgstr ""
   15114 
   15115 #: config/tc-xtensa.c:6450
   15116 #, c-format
   15117 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
   15118 msgstr ""
   15119 
   15120 #: config/tc-xtensa.c:6455
   15121 #, c-format
   15122 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
   15123 msgstr ""
   15124 
   15125 #: config/tc-xtensa.c:6460
   15126 #, c-format
   15127 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
   15128 msgstr ""
   15129 
   15130 #: config/tc-xtensa.c:6476
   15131 msgid "multiple branches or jumps in the same bundle"
   15132 msgstr ""
   15133 
   15134 #: config/tc-xtensa.c:6928
   15135 msgid "cannot assemble into a literal fragment"
   15136 msgstr ""
   15137 
   15138 #: config/tc-xtensa.c:6930
   15139 msgid "..."
   15140 msgstr ""
   15141 
   15142 #: config/tc-xtensa.c:7565
   15143 msgid "instruction sequence (write a0, branch, retw) may trigger hardware errata"
   15144 msgstr ""
   15145 
   15146 #: config/tc-xtensa.c:7677
   15147 msgid "branching or jumping to a loop end may trigger hardware errata"
   15148 msgstr ""
   15149 
   15150 #: config/tc-xtensa.c:7759
   15151 msgid "loop end too close to another loop end may trigger hardware errata"
   15152 msgstr ""
   15153 
   15154 #: config/tc-xtensa.c:7768
   15155 #, c-format
   15156 msgid "fr_var %lu < length %d"
   15157 msgstr ""
   15158 
   15159 #: config/tc-xtensa.c:7925
   15160 msgid "loop containing less than three instructions may trigger hardware errata"
   15161 msgstr ""
   15162 
   15163 #: config/tc-xtensa.c:7997
   15164 msgid "undecodable instruction in instruction frag"
   15165 msgstr ""
   15166 
   15167 #: config/tc-xtensa.c:8107
   15168 msgid "invalid empty loop"
   15169 msgstr ""
   15170 
   15171 #: config/tc-xtensa.c:8112
   15172 msgid "loop target does not follow loop instruction in section"
   15173 msgstr ""
   15174 
   15175 #: config/tc-xtensa.c:8713
   15176 msgid "bad relaxation state"
   15177 msgstr ""
   15178 
   15179 #: config/tc-xtensa.c:8771
   15180 #, c-format
   15181 msgid "fr_var (%ld) < length (%d)"
   15182 msgstr ""
   15183 
   15184 #: config/tc-xtensa.c:9406
   15185 msgid "invalid relaxation fragment result"
   15186 msgstr ""
   15187 
   15188 #: config/tc-xtensa.c:9485
   15189 msgid "unable to widen instruction"
   15190 msgstr ""
   15191 
   15192 #: config/tc-xtensa.c:9624
   15193 msgid "multiple literals in expansion"
   15194 msgstr ""
   15195 
   15196 #: config/tc-xtensa.c:9628
   15197 msgid "no registered fragment for literal"
   15198 msgstr ""
   15199 
   15200 #: config/tc-xtensa.c:9630
   15201 msgid "number of literal tokens != 1"
   15202 msgstr ""
   15203 
   15204 #: config/tc-xtensa.c:9759 config/tc-xtensa.c:9765
   15205 #, c-format
   15206 msgid "unresolved loop target symbol: %s"
   15207 msgstr ""
   15208 
   15209 #: config/tc-xtensa.c:9871
   15210 #, c-format
   15211 msgid "invalid expression evaluation type %d"
   15212 msgstr ""
   15213 
   15214 #: config/tc-xtensa.c:9888
   15215 msgid "loop too long for LOOP instruction"
   15216 msgstr ""
   15217 
   15218 #: config/tc-xtensa.c:10157
   15219 #, c-format
   15220 msgid "fixes not all moved from %s"
   15221 msgstr ""
   15222 
   15223 #: config/tc-xtensa.c:10288
   15224 msgid "literal pool location required for text-section-literals; specify with .literal_position"
   15225 msgstr ""
   15226 
   15227 #: config/tc-xtensa.c:11130
   15228 msgid "too many operands in instruction"
   15229 msgstr ""
   15230 
   15231 #: config/tc-xtensa.c:11340
   15232 msgid "invalid symbolic operand"
   15233 msgstr ""
   15234 
   15235 #: config/tc-xtensa.c:11401
   15236 msgid "operand number mismatch"
   15237 msgstr ""
   15238 
   15239 #: config/tc-xtensa.c:11405
   15240 #, c-format
   15241 msgid "cannot encode opcode \"%s\" in the given format \"%s\""
   15242 msgstr ""
   15243 
   15244 #: config/tc-xtensa.c:11430
   15245 #, c-format
   15246 msgid "xtensa-isa failure: %s"
   15247 msgstr ""
   15248 
   15249 #: config/tc-xtensa.c:11507
   15250 msgid "invalid opcode"
   15251 msgstr ""
   15252 
   15253 #: config/tc-xtensa.c:11513
   15254 msgid "too few operands"
   15255 msgstr ""
   15256 
   15257 #: config/tc-xtensa.c:11563
   15258 msgid "multiple writes to the same register"
   15259 msgstr ""
   15260 
   15261 #: config/tc-xtensa.c:11677 config/tc-xtensa.c:11683
   15262 msgid "out of memory"
   15263 msgstr ""
   15264 
   15265 #: config/tc-xtensa.c:11772
   15266 msgid "TLS relocation not allowed in FLIX bundle"
   15267 msgstr ""
   15268 
   15269 #. Instructions that generate TLS relocations should always be
   15270 #. relaxed in the front-end.  If "record_fixup" is set, then this
   15271 #. function is being called during back-end relaxation, so flag
   15272 #. the unexpected behavior as an error.
   15273 #: config/tc-xtensa.c:11778
   15274 msgid "unexpected TLS relocation"
   15275 msgstr ""
   15276 
   15277 #: config/tc-xtensa.c:11822
   15278 msgid "symbolic operand not allowed"
   15279 msgstr ""
   15280 
   15281 #: config/tc-xtensa.c:11859
   15282 msgid "cannot decode instruction format"
   15283 msgstr ""
   15284 
   15285 #: config/tc-xtensa.c:12003
   15286 msgid "ignoring extra '-rename-section' delimiter ':'"
   15287 msgstr ""
   15288 
   15289 #: config/tc-xtensa.c:12008
   15290 #, c-format
   15291 msgid "ignoring invalid '-rename-section' specification: '%s'"
   15292 msgstr ""
   15293 
   15294 #: config/tc-xtensa.c:12019
   15295 #, c-format
   15296 msgid "section %s renamed multiple times"
   15297 msgstr ""
   15298 
   15299 #: config/tc-xtensa.c:12021
   15300 #, c-format
   15301 msgid "multiple sections remapped to output section %s"
   15302 msgstr ""
   15303 
   15304 #: config/tc-z80.c:244
   15305 msgid "-- unterminated string"
   15306 msgstr ""
   15307 
   15308 #: config/tc-z80.c:309
   15309 msgid "floating point numbers are not implemented"
   15310 msgstr ""
   15311 
   15312 #: config/tc-z80.c:488 config/tc-z80.c:494
   15313 msgid "mismatched parentheses"
   15314 msgstr ""
   15315 
   15316 #: config/tc-z80.c:548
   15317 msgid "bad offset expression syntax"
   15318 msgstr ""
   15319 
   15320 #: config/tc-z80.c:572
   15321 msgid "bad expression syntax"
   15322 msgstr ""
   15323 
   15324 #: config/tc-z80.c:685
   15325 msgid "cannot make a relative jump to an absolute location"
   15326 msgstr ""
   15327 
   15328 #: config/tc-z80.c:695
   15329 msgid "offset too large"
   15330 msgstr ""
   15331 
   15332 #: config/tc-z80.c:697 config/tc-z80.c:1964
   15333 msgid "overflow"
   15334 msgstr ""
   15335 
   15336 #: config/tc-z80.c:1069 config/tc-z80.c:1112 config/tc-z80.c:1156
   15337 #: config/tc-z80.c:1276 config/tc-z80.c:1330 config/tc-z80.c:1599
   15338 msgid "bad intruction syntax"
   15339 msgstr ""
   15340 
   15341 #: config/tc-z80.c:1202
   15342 msgid "condition code invalid for jr"
   15343 msgstr ""
   15344 
   15345 #: config/tc-z80.c:1224
   15346 msgid "bad instruction syntax"
   15347 msgstr ""
   15348 
   15349 #: config/tc-z80.c:1708
   15350 msgid "parentheses ignored"
   15351 msgstr ""
   15352 
   15353 #: config/tc-z80.c:1913 read.c:3603
   15354 #, c-format
   15355 msgid "junk at end of line, first unrecognized character is `%c'"
   15356 msgstr ""
   15357 
   15358 #: config/tc-z80.c:1939 config/tc-z8k.c:1461 config/tc-z8k.c:1524
   15359 msgid "relative jump out of range"
   15360 msgstr ""
   15361 
   15362 #: config/tc-z80.c:1956
   15363 msgid "index offset  out of range"
   15364 msgstr ""
   15365 
   15366 #: config/tc-z80.c:1998 config/tc-z8k.c:1532
   15367 #, c-format
   15368 msgid "md_apply_fix: unknown r_type 0x%x\n"
   15369 msgstr ""
   15370 
   15371 #: config/tc-z8k.c:282
   15372 #, c-format
   15373 msgid "register rr%d out of range"
   15374 msgstr ""
   15375 
   15376 #: config/tc-z8k.c:284
   15377 #, c-format
   15378 msgid "register rr%d does not exist"
   15379 msgstr ""
   15380 
   15381 #: config/tc-z8k.c:296
   15382 #, c-format
   15383 msgid "register rh%d out of range"
   15384 msgstr ""
   15385 
   15386 #: config/tc-z8k.c:308
   15387 #, c-format
   15388 msgid "register rl%d out of range"
   15389 msgstr ""
   15390 
   15391 #: config/tc-z8k.c:321
   15392 #, c-format
   15393 msgid "register rq%d out of range"
   15394 msgstr ""
   15395 
   15396 #: config/tc-z8k.c:323
   15397 #, c-format
   15398 msgid "register rq%d does not exist"
   15399 msgstr ""
   15400 
   15401 #: config/tc-z8k.c:335
   15402 #, c-format
   15403 msgid "register r%d out of range"
   15404 msgstr ""
   15405 
   15406 #: config/tc-z8k.c:376
   15407 #, c-format
   15408 msgid "expected %c"
   15409 msgstr ""
   15410 
   15411 #: config/tc-z8k.c:391
   15412 #, c-format
   15413 msgid "register is wrong size for a word %s"
   15414 msgstr ""
   15415 
   15416 #: config/tc-z8k.c:405
   15417 #, c-format
   15418 msgid "register is wrong size for address %s"
   15419 msgstr ""
   15420 
   15421 #: config/tc-z8k.c:539
   15422 #, c-format
   15423 msgid "unknown interrupt %s"
   15424 msgstr ""
   15425 
   15426 #. No interrupt type specified, opcode won't do anything.
   15427 #: config/tc-z8k.c:562
   15428 msgid "opcode has no effect"
   15429 msgstr ""
   15430 
   15431 #: config/tc-z8k.c:673
   15432 msgid "Missing ) in ra(rb)"
   15433 msgstr ""
   15434 
   15435 #: config/tc-z8k.c:753 config/tc-z8k.c:792
   15436 #, c-format
   15437 msgid "invalid condition code '%s'"
   15438 msgstr ""
   15439 
   15440 #: config/tc-z8k.c:765
   15441 #, c-format
   15442 msgid "invalid flag '%s'"
   15443 msgstr ""
   15444 
   15445 #: config/tc-z8k.c:919 config/tc-z8k.c:925
   15446 msgid "invalid indirect register size"
   15447 msgstr ""
   15448 
   15449 #: config/tc-z8k.c:942 config/tc-z8k.c:1090 config/tc-z8k.c:1095
   15450 msgid "invalid control register name"
   15451 msgstr ""
   15452 
   15453 #: config/tc-z8k.c:1079
   15454 msgid "immediate must be 1 or 2"
   15455 msgstr ""
   15456 
   15457 #: config/tc-z8k.c:1082
   15458 msgid "immediate 1 or 2 expected"
   15459 msgstr ""
   15460 
   15461 #: config/tc-z8k.c:1113
   15462 msgid "can't use R0 here"
   15463 msgstr ""
   15464 
   15465 #: config/tc-z8k.c:1271
   15466 msgid "Can't find opcode to match operands"
   15467 msgstr ""
   15468 
   15469 #: config/tc-z8k.c:1318
   15470 #, c-format
   15471 msgid "invalid architecture -z%s"
   15472 msgstr ""
   15473 
   15474 #: config/tc-z8k.c:1338
   15475 #, c-format
   15476 msgid ""
   15477 " Z8K options:\n"
   15478 "  -z8001                  generate segmented code\n"
   15479 "  -z8002                  generate unsegmented code\n"
   15480 "  -linkrelax              create linker relaxable code\n"
   15481 msgstr ""
   15482 
   15483 #: config/tc-z8k.c:1350
   15484 #, c-format
   15485 msgid "call to md_convert_frag\n"
   15486 msgstr ""
   15487 
   15488 #: config/tc-z8k.c:1457 config/tc-z8k.c:1497 config/tc-z8k.c:1520
   15489 msgid "cannot branch to odd address"
   15490 msgstr ""
   15491 
   15492 #: config/tc-z8k.c:1479
   15493 msgid "relative address out of range"
   15494 msgstr ""
   15495 
   15496 #: config/tc-z8k.c:1500
   15497 msgid "relative call out of range"
   15498 msgstr ""
   15499 
   15500 #: config/tc-z8k.c:1544
   15501 #, c-format
   15502 msgid "call to md_estimate_size_before_relax\n"
   15503 msgstr ""
   15504 
   15505 #: config/xtensa-relax.c:1556
   15506 #, c-format
   15507 msgid "invalid configuration option '%s' in transition rule '%s'"
   15508 msgstr ""
   15509 
   15510 #: config/xtensa-relax.c:1681
   15511 #, c-format
   15512 msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
   15513 msgstr ""
   15514 
   15515 #: config/xtensa-relax.c:1691
   15516 #, c-format
   15517 msgid "opcode '%s': no bound opname '%s' for precondition in %s"
   15518 msgstr ""
   15519 
   15520 #: config/xtensa-relax.c:1698
   15521 #, c-format
   15522 msgid "opcode '%s': precondition only contains constants in '%s'"
   15523 msgstr ""
   15524 
   15525 #: config/xtensa-relax.c:1745
   15526 msgid "expected one operand for generated literal"
   15527 msgstr ""
   15528 
   15529 #: config/xtensa-relax.c:1752
   15530 msgid "expected 0 operands for generated label"
   15531 msgstr ""
   15532 
   15533 #: config/xtensa-relax.c:1765
   15534 #, c-format
   15535 msgid "invalid opcode '%s' in transition rule '%s'"
   15536 msgstr ""
   15537 
   15538 #: config/xtensa-relax.c:1773
   15539 #, c-format
   15540 msgid "opcode '%s': replacement does not have %d ops"
   15541 msgstr ""
   15542 
   15543 #: config/xtensa-relax.c:1787
   15544 #, c-format
   15545 msgid "opcode '%s': cannot find literal definition"
   15546 msgstr ""
   15547 
   15548 #: config/xtensa-relax.c:1803 config/xtensa-relax.c:1833
   15549 #, c-format
   15550 msgid "opcode %s: unidentified operand '%s' in '%s'"
   15551 msgstr ""
   15552 
   15553 #: config/xtensa-relax.c:1828
   15554 #, c-format
   15555 msgid "unknown user-defined function %s"
   15556 msgstr ""
   15557 
   15558 #: config/xtensa-relax.c:1839
   15559 #, c-format
   15560 msgid "opcode %s: could not parse operand '%s' in '%s'"
   15561 msgstr ""
   15562 
   15563 #: config/xtensa-relax.c:1880
   15564 #, c-format
   15565 msgid "could not parse INSN_PATTERN '%s'"
   15566 msgstr ""
   15567 
   15568 #: config/xtensa-relax.c:1884
   15569 #, c-format
   15570 msgid "could not parse INSN_REPL '%s'"
   15571 msgstr ""
   15572 
   15573 #: config/xtensa-relax.c:1895
   15574 #, c-format
   15575 msgid "could not build transition for %s => %s"
   15576 msgstr ""
   15577 
   15578 #: depend.c:195
   15579 #, c-format
   15580 msgid "can't open `%s' for writing"
   15581 msgstr ""
   15582 
   15583 #: depend.c:207
   15584 #, c-format
   15585 msgid "can't close `%s'"
   15586 msgstr ""
   15587 
   15588 #: dw2gencfi.c:199 read.c:2272
   15589 #, c-format
   15590 msgid "bfd_set_section_flags: %s"
   15591 msgstr ""
   15592 
   15593 #: dw2gencfi.c:457
   15594 #, c-format
   15595 msgid "register save offset not a multiple of %u"
   15596 msgstr ""
   15597 
   15598 #: dw2gencfi.c:540
   15599 msgid "CFI state restore without previous remember"
   15600 msgstr ""
   15601 
   15602 #: dw2gencfi.c:589
   15603 msgid "missing separator"
   15604 msgstr ""
   15605 
   15606 #: dw2gencfi.c:639
   15607 msgid "bad register expression"
   15608 msgstr ""
   15609 
   15610 #: dw2gencfi.c:660 dw2gencfi.c:783 dw2gencfi.c:821 dw2gencfi.c:891
   15611 #: dw2gencfi.c:963
   15612 msgid "CFI instruction used without previous .cfi_startproc"
   15613 msgstr ""
   15614 
   15615 #: dw2gencfi.c:845
   15616 msgid "invalid or unsupported encoding in .cfi_personality"
   15617 msgstr ""
   15618 
   15619 #: dw2gencfi.c:852
   15620 msgid ".cfi_personality requires encoding and symbol arguments"
   15621 msgstr ""
   15622 
   15623 #: dw2gencfi.c:875
   15624 msgid "wrong second argument to .cfi_personality"
   15625 msgstr ""
   15626 
   15627 #: dw2gencfi.c:915 dw2gencfi.c:991
   15628 msgid "invalid or unsupported encoding in .cfi_lsda"
   15629 msgstr ""
   15630 
   15631 #: dw2gencfi.c:922
   15632 msgid ".cfi_lsda requires encoding and symbol arguments"
   15633 msgstr ""
   15634 
   15635 #: dw2gencfi.c:947
   15636 msgid "wrong second argument to .cfi_lsda"
   15637 msgstr ""
   15638 
   15639 #: dw2gencfi.c:1012
   15640 msgid "wrong third argument to .cfi_val_encoded_addr"
   15641 msgstr ""
   15642 
   15643 #: dw2gencfi.c:1083
   15644 msgid "previous CFI entry not closed (missing .cfi_endproc)"
   15645 msgstr ""
   15646 
   15647 #: dw2gencfi.c:1123
   15648 msgid ".cfi_endproc without corresponding .cfi_startproc"
   15649 msgstr ""
   15650 
   15651 #: dw2gencfi.c:1920 dw2gencfi.c:1983
   15652 msgid "open CFI at the end of file; missing .cfi_endproc directive"
   15653 msgstr ""
   15654 
   15655 #: dw2gencfi.c:2009
   15656 #, fuzzy
   15657 msgid "CFI is not supported for this target"
   15658 msgstr " NaN \n"
   15659 
   15660 #: dwarf2dbg.c:552 dwarf2dbg.c:587
   15661 msgid "file number less than one"
   15662 msgstr ""
   15663 
   15664 #: dwarf2dbg.c:562
   15665 #, c-format
   15666 msgid "file number %ld already allocated"
   15667 msgstr ""
   15668 
   15669 #: dwarf2dbg.c:592 dwarf2dbg.c:1345
   15670 #, c-format
   15671 msgid "unassigned file number %ld"
   15672 msgstr ""
   15673 
   15674 #: dwarf2dbg.c:661
   15675 msgid "is_stmt value not 0 or 1"
   15676 msgstr ""
   15677 
   15678 #: dwarf2dbg.c:673
   15679 msgid "isa number less than zero"
   15680 msgstr ""
   15681 
   15682 #: dwarf2dbg.c:685
   15683 msgid "discriminator less than zero"
   15684 msgstr ""
   15685 
   15686 #: dwarf2dbg.c:691
   15687 #, c-format
   15688 msgid "unknown .loc sub-directive `%s'"
   15689 msgstr ""
   15690 
   15691 #: dwarf2dbg.c:1408
   15692 msgid "internal error: unknown dwarf2 format"
   15693 msgstr ""
   15694 
   15695 #: ecoff.c:1562
   15696 #, c-format
   15697 msgid "string too big (%lu bytes)"
   15698 msgstr ""
   15699 
   15700 #: ecoff.c:1588
   15701 #, c-format
   15702 msgid "inserting \"%s\" into string hash table: %s"
   15703 msgstr ""
   15704 
   15705 #: ecoff.c:1619 ecoff.c:1812 ecoff.c:1835 ecoff.c:1866 ecoff.c:2019
   15706 #: ecoff.c:2130
   15707 msgid "no current file pointer"
   15708 msgstr ""
   15709 
   15710 #: ecoff.c:1706
   15711 msgid "too many st_End's"
   15712 msgstr ""
   15713 
   15714 #: ecoff.c:2044
   15715 #, c-format
   15716 msgid "inserting \"%s\" into tag hash table: %s"
   15717 msgstr ""
   15718 
   15719 #: ecoff.c:2205
   15720 msgid "fake .file after real one"
   15721 msgstr ""
   15722 
   15723 #: ecoff.c:2295
   15724 msgid "filename goes over one page boundary"
   15725 msgstr ""
   15726 
   15727 #: ecoff.c:2428
   15728 msgid ".begin directive without a preceding .file directive"
   15729 msgstr ""
   15730 
   15731 #: ecoff.c:2435
   15732 msgid ".begin directive without a preceding .ent directive"
   15733 msgstr ""
   15734 
   15735 #: ecoff.c:2466
   15736 msgid ".bend directive without a preceding .file directive"
   15737 msgstr ""
   15738 
   15739 #: ecoff.c:2473
   15740 msgid ".bend directive without a preceding .ent directive"
   15741 msgstr ""
   15742 
   15743 #: ecoff.c:2486
   15744 msgid ".bend directive names unknown symbol"
   15745 msgstr ""
   15746 
   15747 #: ecoff.c:2529
   15748 msgid ".def pseudo-op used inside of .def/.endef; ignored"
   15749 msgstr ""
   15750 
   15751 #: ecoff.c:2531
   15752 msgid "empty symbol name in .def; ignored"
   15753 msgstr ""
   15754 
   15755 #: ecoff.c:2568
   15756 msgid ".dim pseudo-op used outside of .def/.endef; ignored"
   15757 msgstr ""
   15758 
   15759 #: ecoff.c:2583
   15760 msgid "badly formed .dim directive"
   15761 msgstr ""
   15762 
   15763 #: ecoff.c:2596
   15764 msgid "too many .dim entries"
   15765 msgstr ""
   15766 
   15767 #: ecoff.c:2616
   15768 msgid ".scl pseudo-op used outside of .def/.endef; ignored"
   15769 msgstr ""
   15770 
   15771 #: ecoff.c:2641
   15772 msgid ".size pseudo-op used outside of .def/.endef; ignored"
   15773 msgstr ""
   15774 
   15775 #: ecoff.c:2656
   15776 msgid "badly formed .size directive"
   15777 msgstr ""
   15778 
   15779 #: ecoff.c:2669
   15780 msgid "too many .size entries"
   15781 msgstr ""
   15782 
   15783 #: ecoff.c:2691
   15784 msgid ".type pseudo-op used outside of .def/.endef; ignored"
   15785 msgstr ""
   15786 
   15787 #. FIXME: We could handle this by setting the continued bit.
   15788 #. There would still be a limit: the .type argument can not
   15789 #. be infinite.
   15790 #: ecoff.c:2709
   15791 #, c-format
   15792 msgid "the type of %s is too complex; it will be simplified"
   15793 msgstr ""
   15794 
   15795 #: ecoff.c:2720
   15796 msgid "Unrecognized .type argument"
   15797 msgstr ""
   15798 
   15799 #: ecoff.c:2758
   15800 msgid ".tag pseudo-op used outside of .def/.endef; ignored"
   15801 msgstr ""
   15802 
   15803 #: ecoff.c:2783
   15804 msgid ".val pseudo-op used outside of .def/.endef; ignored"
   15805 msgstr ""
   15806 
   15807 #: ecoff.c:2791
   15808 msgid ".val expression is too complex"
   15809 msgstr ""
   15810 
   15811 #: ecoff.c:2821
   15812 msgid ".endef pseudo-op used before .def; ignored"
   15813 msgstr ""
   15814 
   15815 #: ecoff.c:2847 ecoff.c:2928
   15816 msgid "bad COFF debugging information"
   15817 msgstr ""
   15818 
   15819 #: ecoff.c:2896
   15820 #, c-format
   15821 msgid "no tag specified for %s"
   15822 msgstr ""
   15823 
   15824 #: ecoff.c:2998
   15825 msgid ".end directive without a preceding .file directive"
   15826 msgstr ""
   15827 
   15828 #: ecoff.c:3005
   15829 msgid ".end directive without a preceding .ent directive"
   15830 msgstr ""
   15831 
   15832 #: ecoff.c:3027
   15833 msgid ".end directive names unknown symbol"
   15834 msgstr ""
   15835 
   15836 #: ecoff.c:3054
   15837 msgid "second .ent directive found before .end directive"
   15838 msgstr ""
   15839 
   15840 #: ecoff.c:3126
   15841 msgid "no way to handle .file within .ent/.end section"
   15842 msgstr ""
   15843 
   15844 #: ecoff.c:3243
   15845 msgid ".loc before .file"
   15846 msgstr ""
   15847 
   15848 #: ecoff.c:3446
   15849 #, c-format
   15850 msgid ".stab%c is not supported"
   15851 msgstr ""
   15852 
   15853 #: ecoff.c:3456
   15854 #, c-format
   15855 msgid ".stab%c: ignoring non-zero other field"
   15856 msgstr ""
   15857 
   15858 #: ecoff.c:3490
   15859 #, c-format
   15860 msgid "line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
   15861 msgstr ""
   15862 
   15863 #: ecoff.c:3526
   15864 #, c-format
   15865 msgid "illegal .stab%c directive, bad character"
   15866 msgstr ""
   15867 
   15868 #: ecoff.c:3985 ecoff.c:4174 ecoff.c:4199
   15869 msgid ".begin/.bend in different segments"
   15870 msgstr ""
   15871 
   15872 #: ecoff.c:4695
   15873 msgid "missing .end or .bend at end of file"
   15874 msgstr ""
   15875 
   15876 #: ecoff.c:5180
   15877 msgid "GP prologue size exceeds field size, using 0 instead"
   15878 msgstr ""
   15879 
   15880 #: expr.c:87 read.c:3668
   15881 msgid "bignum invalid"
   15882 msgstr ""
   15883 
   15884 #: expr.c:89 read.c:3670 read.c:4147 read.c:5031
   15885 msgid "floating point number invalid"
   15886 msgstr ""
   15887 
   15888 #: expr.c:210
   15889 msgid "bad floating-point constant: exponent overflow"
   15890 msgstr ""
   15891 
   15892 #: expr.c:214
   15893 #, c-format
   15894 msgid "bad floating-point constant: unknown error code=%d"
   15895 msgstr ""
   15896 
   15897 #: expr.c:393
   15898 msgid "a bignum with underscores may not have more than 8 hex digits in any word"
   15899 msgstr ""
   15900 
   15901 #: expr.c:416
   15902 msgid "a bignum with underscores must have exactly 4 words"
   15903 msgstr ""
   15904 
   15905 #. Either not seen or not defined.
   15906 #. @@ Should print out the original string instead of
   15907 #. the parsed number.
   15908 #: expr.c:539
   15909 #, c-format
   15910 msgid "backward ref to unknown label \"%d:\""
   15911 msgstr ""
   15912 
   15913 #: expr.c:657
   15914 msgid "character constant too large"
   15915 msgstr ""
   15916 
   15917 #: expr.c:903
   15918 #, c-format
   15919 msgid "expr.c(operand): bad atof_generic return val %d"
   15920 msgstr ""
   15921 
   15922 #: expr.c:966
   15923 #, c-format
   15924 msgid "missing '%c'"
   15925 msgstr ""
   15926 
   15927 #: expr.c:977 read.c:4513
   15928 msgid "EBCDIC constants are not supported"
   15929 msgstr ""
   15930 
   15931 #: expr.c:1099
   15932 #, c-format
   15933 msgid "Unary operator %c ignored because bad operand follows"
   15934 msgstr ""
   15935 
   15936 #: expr.c:1145 expr.c:1170
   15937 msgid "syntax error in .startof. or .sizeof."
   15938 msgstr ""
   15939 
   15940 #: expr.c:1251 expr.c:1612
   15941 #, c-format
   15942 msgid "invalid use of operator \"%s\""
   15943 msgstr ""
   15944 
   15945 #: expr.c:1757
   15946 msgid "missing operand; zero assumed"
   15947 msgstr ""
   15948 
   15949 #: expr.c:1796
   15950 msgid "left operand is a bignum; integer 0 assumed"
   15951 msgstr ""
   15952 
   15953 #: expr.c:1798
   15954 msgid "left operand is a float; integer 0 assumed"
   15955 msgstr ""
   15956 
   15957 #: expr.c:1807
   15958 msgid "right operand is a bignum; integer 0 assumed"
   15959 msgstr ""
   15960 
   15961 #: expr.c:1809
   15962 msgid "right operand is a float; integer 0 assumed"
   15963 msgstr ""
   15964 
   15965 #: expr.c:1879 symbols.c:1379
   15966 msgid "division by zero"
   15967 msgstr ""
   15968 
   15969 #: expr.c:1885
   15970 msgid "shift count"
   15971 msgstr ""
   15972 
   15973 #: expr.c:2002
   15974 msgid "operation combines symbols in different segments"
   15975 msgstr ""
   15976 
   15977 #: frags.c:48
   15978 msgid "attempt to allocate data in absolute section"
   15979 msgstr ""
   15980 
   15981 #: frags.c:54
   15982 msgid "attempt to allocate data in common section"
   15983 msgstr ""
   15984 
   15985 #: frags.c:112 write.c:1379
   15986 #, c-format
   15987 msgid "can't extend frag %u chars"
   15988 msgstr ""
   15989 
   15990 #. For error messages.
   15991 #. Detect if we are reading from stdin by examining the file
   15992 #. name returned by as_where().
   15993 #.
   15994 #. [FIXME: We rely upon the name in the strcmp below being the
   15995 #. same as the one used by input_scrub_new_file(), if that is
   15996 #. not true, then this code will fail].
   15997 #.
   15998 #. If we are reading from stdin, then we need to save each input
   15999 #. line here (assuming of course that we actually have a line of
   16000 #. input to read), so that it can be displayed in the listing
   16001 #. that is produced at the end of the assembly.
   16002 #: input-file.c:138 input-scrub.c:243 listing.c:338
   16003 msgid "{standard input}"
   16004 msgstr ""
   16005 
   16006 #: input-file.c:143
   16007 #, c-format
   16008 msgid "can't open %s for reading: %s"
   16009 msgstr ""
   16010 
   16011 #: input-file.c:152 input-file.c:227 input-file.c:259
   16012 #, c-format
   16013 msgid "can't read from %s: %s"
   16014 msgstr ""
   16015 
   16016 #: input-file.c:267 listing.c:1397 output-file.c:69
   16017 #, c-format
   16018 msgid "can't close %s: %s"
   16019 msgstr ""
   16020 
   16021 #: input-scrub.c:268
   16022 msgid "macros nested too deeply"
   16023 msgstr ""
   16024 
   16025 #: input-scrub.c:379 input-scrub.c:403
   16026 msgid "partial line at end of file ignored"
   16027 msgstr ""
   16028 
   16029 #: itbl-ops.c:332
   16030 #, c-format
   16031 msgid "Unable to allocate memory for new instructions\n"
   16032 msgstr ""
   16033 
   16034 #: listing.c:244
   16035 msgid "Warning:"
   16036 msgstr ""
   16037 
   16038 #: listing.c:250
   16039 msgid "Error:"
   16040 msgstr ""
   16041 
   16042 #: listing.c:1283
   16043 #, c-format
   16044 msgid ""
   16045 "\n"
   16046 " time stamp    \t: %s\n"
   16047 "\n"
   16048 msgstr ""
   16049 
   16050 #: listing.c:1293
   16051 #, c-format
   16052 msgid "%s "
   16053 msgstr ""
   16054 
   16055 #: listing.c:1298
   16056 #, c-format
   16057 msgid ""
   16058 "\n"
   16059 "\t%s "
   16060 msgstr ""
   16061 
   16062 #: listing.c:1308
   16063 msgid ""
   16064 "\n"
   16065 " options passed\t: "
   16066 msgstr ""
   16067 
   16068 #: listing.c:1347
   16069 #, c-format
   16070 msgid ""
   16071 " GNU assembler version %s (%s)\n"
   16072 "\t using BFD version %s."
   16073 msgstr ""
   16074 
   16075 #: listing.c:1350
   16076 #, c-format
   16077 msgid ""
   16078 "\n"
   16079 " input file    \t: %s"
   16080 msgstr ""
   16081 
   16082 #: listing.c:1351
   16083 #, c-format
   16084 msgid ""
   16085 "\n"
   16086 " output file   \t: %s"
   16087 msgstr ""
   16088 
   16089 #: listing.c:1352
   16090 #, c-format
   16091 msgid ""
   16092 "\n"
   16093 " target        \t: %s"
   16094 msgstr ""
   16095 
   16096 #: listing.c:1376
   16097 #, c-format
   16098 msgid "can't open %s: %s"
   16099 msgstr ""
   16100 
   16101 #: listing.c:1461
   16102 msgid "strange paper height, set to no form"
   16103 msgstr ""
   16104 
   16105 #: listing.c:1525
   16106 msgid "new line in title"
   16107 msgstr ""
   16108 
   16109 #. Turns the next expression into a string.
   16110 #: macro.c:362
   16111 #, no-c-format
   16112 msgid "% operator needs absolute expression"
   16113 msgstr ""
   16114 
   16115 #: macro.c:516
   16116 #, c-format
   16117 msgid "Missing parameter qualifier for `%s' in macro `%s'"
   16118 msgstr ""
   16119 
   16120 #: macro.c:526
   16121 #, c-format
   16122 msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
   16123 msgstr ""
   16124 
   16125 #: macro.c:543
   16126 #, c-format
   16127 msgid "Pointless default value for required parameter `%s' in macro `%s'"
   16128 msgstr ""
   16129 
   16130 #: macro.c:555
   16131 #, c-format
   16132 msgid "A parameter named `%s' already exists for macro `%s'"
   16133 msgstr ""
   16134 
   16135 #: macro.c:592
   16136 #, c-format
   16137 msgid "Reserved word `%s' used as parameter in macro `%s'"
   16138 msgstr ""
   16139 
   16140 #: macro.c:650
   16141 #, c-format
   16142 msgid "unexpected end of file in macro `%s' definition"
   16143 msgstr ""
   16144 
   16145 #: macro.c:662
   16146 #, c-format
   16147 msgid "missing `)' after formals in macro definition `%s'"
   16148 msgstr ""
   16149 
   16150 #: macro.c:677
   16151 msgid "Missing macro name"
   16152 msgstr ""
   16153 
   16154 #: macro.c:686
   16155 #, c-format
   16156 msgid "Bad parameter list for macro `%s'"
   16157 msgstr ""
   16158 
   16159 #: macro.c:692
   16160 #, c-format
   16161 msgid "Macro `%s' was already defined"
   16162 msgstr ""
   16163 
   16164 #: macro.c:816 macro.c:818
   16165 msgid "missing `)'"
   16166 msgstr ""
   16167 
   16168 #: macro.c:915
   16169 #, c-format
   16170 msgid "`%s' was already used as parameter (or another local) name"
   16171 msgstr ""
   16172 
   16173 #: macro.c:1073
   16174 msgid "confusion in formal parameters"
   16175 msgstr ""
   16176 
   16177 #: macro.c:1081
   16178 #, c-format
   16179 msgid "Parameter named `%s' does not exist for macro `%s'"
   16180 msgstr ""
   16181 
   16182 #: macro.c:1092
   16183 #, c-format
   16184 msgid "Value for parameter `%s' of macro `%s' was already specified"
   16185 msgstr ""
   16186 
   16187 #: macro.c:1106
   16188 msgid "can't mix positional and keyword arguments"
   16189 msgstr ""
   16190 
   16191 #: macro.c:1117
   16192 msgid "too many positional arguments"
   16193 msgstr ""
   16194 
   16195 #: macro.c:1165
   16196 #, c-format
   16197 msgid "Missing value for required parameter `%s' of macro `%s'"
   16198 msgstr ""
   16199 
   16200 #: macro.c:1284
   16201 #, c-format
   16202 msgid "Attempt to purge non-existant macro `%s'"
   16203 msgstr ""
   16204 
   16205 #: macro.c:1303
   16206 msgid "unexpected end of file in irp or irpc"
   16207 msgstr ""
   16208 
   16209 #: macro.c:1311
   16210 msgid "missing model parameter"
   16211 msgstr ""
   16212 
   16213 #: messages.c:82
   16214 #, c-format
   16215 msgid "Assembler messages:\n"
   16216 msgstr ""
   16217 
   16218 #: messages.c:160
   16219 #, c-format
   16220 msgid "Warning: "
   16221 msgstr ""
   16222 
   16223 #: messages.c:226
   16224 #, c-format
   16225 msgid "Error: "
   16226 msgstr ""
   16227 
   16228 #: messages.c:282
   16229 #, c-format
   16230 msgid "Fatal error: "
   16231 msgstr ""
   16232 
   16233 #: messages.c:300
   16234 #, c-format
   16235 msgid "Internal error!\n"
   16236 msgstr ""
   16237 
   16238 #: messages.c:302
   16239 #, c-format
   16240 msgid "Assertion failure in %s at %s line %d.\n"
   16241 msgstr ""
   16242 
   16243 #: messages.c:305
   16244 #, c-format
   16245 msgid "Assertion failure at %s line %d.\n"
   16246 msgstr ""
   16247 
   16248 #: messages.c:306 messages.c:323
   16249 #, c-format
   16250 msgid "Please report this bug.\n"
   16251 msgstr ""
   16252 
   16253 #: messages.c:318
   16254 #, c-format
   16255 msgid "Internal error, aborting at %s line %d in %s\n"
   16256 msgstr ""
   16257 
   16258 #: messages.c:321
   16259 #, c-format
   16260 msgid "Internal error, aborting at %s line %d\n"
   16261 msgstr ""
   16262 
   16263 #: messages.c:370
   16264 #, c-format
   16265 msgid "%s out of domain (%d is not a multiple of %d)"
   16266 msgstr ""
   16267 
   16268 #: messages.c:388
   16269 #, c-format
   16270 msgid "%s out of range (%d is not between %d and %d)"
   16271 msgstr ""
   16272 
   16273 #. xgettext:c-format.
   16274 #: messages.c:411
   16275 #, c-format
   16276 msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
   16277 msgstr ""
   16278 
   16279 #: output-file.c:35
   16280 #, c-format
   16281 msgid "can't open a bfd on stdout %s"
   16282 msgstr ""
   16283 
   16284 #: output-file.c:42
   16285 #, c-format
   16286 msgid "selected target format '%s' unknown"
   16287 msgstr ""
   16288 
   16289 #: output-file.c:44
   16290 #, c-format
   16291 msgid "can't create %s: %s"
   16292 msgstr ""
   16293 
   16294 #: read.c:463
   16295 msgid "bad or irreducible absolute expression"
   16296 msgstr ""
   16297 
   16298 #: read.c:489
   16299 #, c-format
   16300 msgid "error constructing %s pseudo-op table: %s"
   16301 msgstr ""
   16302 
   16303 #: read.c:902
   16304 #, c-format
   16305 msgid "unknown pseudo-op: `%s'"
   16306 msgstr ""
   16307 
   16308 #: read.c:989
   16309 #, c-format
   16310 msgid "label \"%d$\" redefined"
   16311 msgstr ""
   16312 
   16313 #: read.c:1221
   16314 msgid ".abort detected.  Abandoning ship."
   16315 msgstr ""
   16316 
   16317 #: read.c:1239 read.c:2650
   16318 msgid "ignoring fill value in absolute section"
   16319 msgstr ""
   16320 
   16321 #: read.c:1330
   16322 #, c-format
   16323 msgid "alignment too large: %u assumed"
   16324 msgstr ""
   16325 
   16326 #: read.c:1362
   16327 msgid "expected fill pattern missing"
   16328 msgstr ""
   16329 
   16330 #: read.c:1471
   16331 #, c-format
   16332 msgid "size (%ld) out of range, ignored"
   16333 msgstr ""
   16334 
   16335 #: read.c:1500
   16336 #, c-format
   16337 msgid "size of \"%s\" is already %ld; not changing to %ld"
   16338 msgstr ""
   16339 
   16340 #. Some of the back ends can't deal with non-positive line numbers.
   16341 #. Besides, it's silly.  GCC however will generate a line number of
   16342 #. zero when it is pre-processing builtins for assembler-with-cpp files:
   16343 #.
   16344 #. # 0 "<built-in>"
   16345 #.
   16346 #. We do not want to barf on this, especially since such files are used
   16347 #. in the GCC and GDB testsuites.  So we check for negative line numbers
   16348 #. rather than non-positive line numbers.
   16349 #: read.c:1742
   16350 #, c-format
   16351 msgid "line numbers must be positive; line number %d rejected"
   16352 msgstr ""
   16353 
   16354 #: read.c:1779
   16355 #, c-format
   16356 msgid "incompatible flag %i in line directive"
   16357 msgstr ""
   16358 
   16359 #: read.c:1791
   16360 #, c-format
   16361 msgid "unsupported flag %i in line directive"
   16362 msgstr ""
   16363 
   16364 #: read.c:1830
   16365 msgid "start address not supported"
   16366 msgstr ""
   16367 
   16368 #: read.c:1839
   16369 msgid ".err encountered"
   16370 msgstr ""
   16371 
   16372 #: read.c:1855
   16373 msgid ".error directive invoked in source file"
   16374 msgstr ""
   16375 
   16376 #: read.c:1856
   16377 msgid ".warning directive invoked in source file"
   16378 msgstr ""
   16379 
   16380 #: read.c:1862
   16381 #, c-format
   16382 msgid "%s argument must be a string"
   16383 msgstr ""
   16384 
   16385 #: read.c:1894 read.c:1896
   16386 #, c-format
   16387 msgid ".fail %ld encountered"
   16388 msgstr ""
   16389 
   16390 #: read.c:1936
   16391 #, c-format
   16392 msgid ".fill size clamped to %d"
   16393 msgstr ""
   16394 
   16395 #: read.c:1941
   16396 msgid "size negative; .fill ignored"
   16397 msgstr ""
   16398 
   16399 #: read.c:1947
   16400 msgid "repeat < 0; .fill ignored"
   16401 msgstr ""
   16402 
   16403 #: read.c:2103
   16404 #, c-format
   16405 msgid "Attribute name not recognised: %s"
   16406 msgstr ""
   16407 
   16408 #: read.c:2118
   16409 msgid "expected numeric constant"
   16410 msgstr ""
   16411 
   16412 #: read.c:2159
   16413 msgid "bad string constant"
   16414 msgstr ""
   16415 
   16416 #: read.c:2163
   16417 msgid "expected <tag> , <value>"
   16418 msgstr ""
   16419 
   16420 #: read.c:2238
   16421 #, c-format
   16422 msgid "unrecognized .linkonce type `%s'"
   16423 msgstr ""
   16424 
   16425 #: read.c:2250
   16426 msgid ".linkonce is not supported for this object file format"
   16427 msgstr ""
   16428 
   16429 #: read.c:2345
   16430 msgid "expected alignment after size"
   16431 msgstr ""
   16432 
   16433 #: read.c:2572
   16434 #, c-format
   16435 msgid "attempt to redefine pseudo-op `%s' ignored"
   16436 msgstr ""
   16437 
   16438 #: read.c:2591
   16439 msgid "ignoring macro exit outside a macro definition."
   16440 msgstr ""
   16441 
   16442 #: read.c:2645
   16443 #, c-format
   16444 msgid "invalid segment \"%s\""
   16445 msgstr ""
   16446 
   16447 #: read.c:2653
   16448 msgid "only constant offsets supported in absolute section"
   16449 msgstr ""
   16450 
   16451 #: read.c:2692
   16452 msgid "MRI style ORG pseudo-op not supported"
   16453 msgstr ""
   16454 
   16455 #: read.c:2845
   16456 #, c-format
   16457 msgid "unrecognized section type `%s'"
   16458 msgstr ""
   16459 
   16460 #: read.c:2859
   16461 msgid "absolute sections are not supported"
   16462 msgstr ""
   16463 
   16464 #: read.c:2874
   16465 #, c-format
   16466 msgid "unrecognized section command `%s'"
   16467 msgstr ""
   16468 
   16469 #: read.c:2938
   16470 #, c-format
   16471 msgid ".end%c encountered without preceding %s"
   16472 msgstr ""
   16473 
   16474 #: read.c:2968 read.c:2998
   16475 #, c-format
   16476 msgid "%s without %s"
   16477 msgstr ""
   16478 
   16479 #: read.c:3247
   16480 msgid "unsupported variable size or fill value"
   16481 msgstr ""
   16482 
   16483 #: read.c:3275
   16484 msgid ".space repeat count is zero, ignored"
   16485 msgstr ""
   16486 
   16487 #: read.c:3277
   16488 msgid ".space repeat count is negative, ignored"
   16489 msgstr ""
   16490 
   16491 #: read.c:3306
   16492 msgid "space allocation too complex in absolute section"
   16493 msgstr ""
   16494 
   16495 #: read.c:3312
   16496 msgid "space allocation too complex in common section"
   16497 msgstr ""
   16498 
   16499 #: read.c:3403 read.c:4759
   16500 #, c-format
   16501 msgid "bad floating literal: %s"
   16502 msgstr ""
   16503 
   16504 #: read.c:3560
   16505 #, c-format
   16506 msgid "%s: would close weakref loop: %s"
   16507 msgstr ""
   16508 
   16509 #: read.c:3606
   16510 #, c-format
   16511 msgid "junk at end of line, first unrecognized character valued 0x%x"
   16512 msgstr ""
   16513 
   16514 #: read.c:3734
   16515 #, c-format
   16516 msgid "`%s' can't be equated to common symbol '%s'"
   16517 msgstr ""
   16518 
   16519 #: read.c:3871
   16520 msgid "rva without symbol"
   16521 msgstr ""
   16522 
   16523 #: read.c:3928
   16524 msgid "missing or bad offset expression"
   16525 msgstr ""
   16526 
   16527 #: read.c:3949
   16528 msgid "missing reloc type"
   16529 msgstr ""
   16530 
   16531 #: read.c:3961
   16532 msgid "unrecognized reloc type"
   16533 msgstr ""
   16534 
   16535 #: read.c:3977
   16536 msgid "bad reloc expression"
   16537 msgstr ""
   16538 
   16539 #: read.c:4103
   16540 msgid "attempt to store value in absolute section"
   16541 msgstr ""
   16542 
   16543 #: read.c:4141 read.c:5025
   16544 msgid "zero assumed for missing expression"
   16545 msgstr ""
   16546 
   16547 #: read.c:4153 read.c:5037 write.c:266 write.c:987
   16548 msgid "register value used as expression"
   16549 msgstr ""
   16550 
   16551 #: read.c:4233
   16552 #, c-format
   16553 msgid "value 0x%llx truncated to 0x%llx"
   16554 msgstr ""
   16555 
   16556 #: read.c:4236
   16557 msgid "value 0x%I64x truncated to 0x%I64x"
   16558 msgstr ""
   16559 
   16560 #: read.c:4240
   16561 #, c-format
   16562 msgid "value 0x%lx truncated to 0x%lx"
   16563 msgstr ""
   16564 
   16565 #: read.c:4267
   16566 #, c-format
   16567 msgid "bignum truncated to %d bytes"
   16568 msgstr ""
   16569 
   16570 #: read.c:4586 read.c:4781
   16571 msgid "unresolvable or nonpositive repeat count; using 1"
   16572 msgstr ""
   16573 
   16574 #: read.c:4635
   16575 #, c-format
   16576 msgid "unknown floating type type '%c'"
   16577 msgstr ""
   16578 
   16579 #: read.c:4657
   16580 msgid "floating point constant too large"
   16581 msgstr ""
   16582 
   16583 #: read.c:5193
   16584 msgid "strings must be placed into a section"
   16585 msgstr ""
   16586 
   16587 #: read.c:5241
   16588 msgid "expected <nn>"
   16589 msgstr ""
   16590 
   16591 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
   16592 #: read.c:5274 read.c:5360
   16593 msgid "unterminated string; newline inserted"
   16594 msgstr ""
   16595 
   16596 #: read.c:5368
   16597 msgid "bad escaped character in string"
   16598 msgstr ""
   16599 
   16600 #: read.c:5393
   16601 msgid "expected address expression"
   16602 msgstr ""
   16603 
   16604 #: read.c:5412
   16605 #, c-format
   16606 msgid "symbol \"%s\" undefined; zero assumed"
   16607 msgstr ""
   16608 
   16609 #: read.c:5415
   16610 msgid "some symbol undefined; zero assumed"
   16611 msgstr ""
   16612 
   16613 #: read.c:5450
   16614 msgid "this string may not contain '\\0'"
   16615 msgstr ""
   16616 
   16617 #: read.c:5486
   16618 msgid "missing string"
   16619 msgstr ""
   16620 
   16621 #: read.c:5577
   16622 #, c-format
   16623 msgid ".incbin count zero, ignoring `%s'"
   16624 msgstr ""
   16625 
   16626 #: read.c:5603
   16627 #, c-format
   16628 msgid "file not found: %s"
   16629 msgstr ""
   16630 
   16631 #: read.c:5617
   16632 #, c-format
   16633 msgid "seek to end of .incbin file failed `%s'"
   16634 msgstr ""
   16635 
   16636 #: read.c:5628
   16637 #, c-format
   16638 msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
   16639 msgstr ""
   16640 
   16641 #: read.c:5635
   16642 #, c-format
   16643 msgid "could not skip to %ld in file `%s'"
   16644 msgstr ""
   16645 
   16646 #: read.c:5644
   16647 #, c-format
   16648 msgid "truncated file `%s', %ld of %ld bytes read"
   16649 msgstr ""
   16650 
   16651 #: read.c:5803
   16652 msgid "missing .func"
   16653 msgstr ""
   16654 
   16655 #: read.c:5820
   16656 msgid ".endfunc missing for previous .func"
   16657 msgstr ""
   16658 
   16659 #: read.c:5957
   16660 #, c-format
   16661 msgid "missing closing `%c'"
   16662 msgstr ""
   16663 
   16664 #: read.c:5959
   16665 msgid "stray `\\'"
   16666 msgstr ""
   16667 
   16668 #: remap.c:53
   16669 #, c-format
   16670 msgid "invalid argument '%s' to -fdebug-prefix-map"
   16671 msgstr ""
   16672 
   16673 #: stabs.c:215 stabs.c:223 stabs.c:231 stabs.c:250
   16674 #, c-format
   16675 msgid ".stab%c: missing comma"
   16676 msgstr ""
   16677 
   16678 #. This could happen for example with a source file with a huge
   16679 #. number of lines.  The only cure is to use a different debug
   16680 #. format, probably DWARF.
   16681 #: stabs.c:243
   16682 #, c-format
   16683 msgid ".stab%c: description field '%x' too big, try a different debug format"
   16684 msgstr ""
   16685 
   16686 #: stabs.c:424
   16687 msgid "comma missing in .xstabs"
   16688 msgstr ""
   16689 
   16690 #: symbols.c:285
   16691 #, c-format
   16692 msgid "cannot define symbol `%s' in absolute section"
   16693 msgstr ""
   16694 
   16695 #: symbols.c:415
   16696 #, c-format
   16697 msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
   16698 msgstr ""
   16699 
   16700 #: symbols.c:490 symbols.c:497
   16701 #, c-format
   16702 msgid "inserting \"%s\" into symbol table failed: %s"
   16703 msgstr ""
   16704 
   16705 #: symbols.c:1008
   16706 #, c-format
   16707 msgid "invalid operands (%s and %s sections) for `%s'"
   16708 msgstr ""
   16709 
   16710 #: symbols.c:1012
   16711 #, c-format
   16712 msgid "invalid operand (%s section) for `%s'"
   16713 msgstr ""
   16714 
   16715 #: symbols.c:1020
   16716 #, c-format
   16717 msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'"
   16718 msgstr ""
   16719 
   16720 #: symbols.c:1023
   16721 #, c-format
   16722 msgid "invalid operand (%s section) for `%s' when setting `%s'"
   16723 msgstr ""
   16724 
   16725 #: symbols.c:1072
   16726 #, c-format
   16727 msgid "symbol definition loop encountered at `%s'"
   16728 msgstr ""
   16729 
   16730 #: symbols.c:1099
   16731 #, c-format
   16732 msgid "cannot convert expression symbol %s to complex relocation"
   16733 msgstr ""
   16734 
   16735 #: symbols.c:1381
   16736 #, c-format
   16737 msgid "division by zero when setting `%s'"
   16738 msgstr ""
   16739 
   16740 #: symbols.c:1462 write.c:2048
   16741 #, c-format
   16742 msgid "can't resolve value for symbol `%s'"
   16743 msgstr ""
   16744 
   16745 #: symbols.c:1909
   16746 #, c-format
   16747 msgid "\"%d\" (instance number %d of a %s label)"
   16748 msgstr ""
   16749 
   16750 #: symbols.c:1938
   16751 #, c-format
   16752 msgid "attempt to get value of unresolved symbol `%s'"
   16753 msgstr ""
   16754 
   16755 #: symbols.c:2213
   16756 msgid "section symbols are already global"
   16757 msgstr ""
   16758 
   16759 #: symbols.c:2326
   16760 #, c-format
   16761 msgid "Accessing function `%s' as thread-local object"
   16762 msgstr ""
   16763 
   16764 #: symbols.c:2330
   16765 #, c-format
   16766 msgid "Accessing `%s' as thread-local object"
   16767 msgstr ""
   16768 
   16769 #: write.c:169
   16770 #, c-format
   16771 msgid "field fx_size too small to hold %d"
   16772 msgstr ""
   16773 
   16774 #: write.c:454
   16775 #, c-format
   16776 msgid "attempt to .org/.space backwards? (%ld)"
   16777 msgstr ""
   16778 
   16779 #: write.c:685
   16780 msgid "invalid offset expression"
   16781 msgstr ""
   16782 
   16783 #: write.c:707
   16784 msgid "invalid reloc expression"
   16785 msgstr ""
   16786 
   16787 #: write.c:1072
   16788 #, c-format
   16789 msgid "value of %s too large for field of %d bytes at %s"
   16790 msgstr ""
   16791 
   16792 #: write.c:1084
   16793 #, c-format
   16794 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
   16795 msgstr ""
   16796 
   16797 #: write.c:1128
   16798 msgid "redefined symbol cannot be used on reloc"
   16799 msgstr ""
   16800 
   16801 #: write.c:1141
   16802 msgid "relocation out of range"
   16803 msgstr ""
   16804 
   16805 #: write.c:1144
   16806 #, c-format
   16807 msgid "%s:%u: bad return from bfd_install_relocation: %x"
   16808 msgstr ""
   16809 
   16810 #: write.c:1208
   16811 msgid "internal error: fixup not contained within frag"
   16812 msgstr ""
   16813 
   16814 #: write.c:1261
   16815 msgid "reloc not within (fixed part of) section"
   16816 msgstr ""
   16817 
   16818 #: write.c:1325 write.c:1455
   16819 msgid "can't extend frag"
   16820 msgstr ""
   16821 
   16822 #: write.c:1517 write.c:1538
   16823 #, c-format
   16824 msgid "can't write %s: %s"
   16825 msgstr ""
   16826 
   16827 #: write.c:1568
   16828 #, c-format
   16829 msgid "cannot write to output file '%s': %s"
   16830 msgstr ""
   16831 
   16832 #: write.c:1724
   16833 #, c-format
   16834 msgid "%d error%s, %d warning%s, generating bad object file"
   16835 msgstr ""
   16836 
   16837 #: write.c:1731
   16838 #, c-format
   16839 msgid "%d error%s, %d warning%s, no object file generated"
   16840 msgstr ""
   16841 
   16842 #: write.c:1963
   16843 #, c-format
   16844 msgid "%s: global symbols not supported in common sections"
   16845 msgstr ""
   16846 
   16847 #: write.c:1977
   16848 #, c-format
   16849 msgid "local label `%s' is not defined"
   16850 msgstr ""
   16851 
   16852 #: write.c:1999
   16853 #, c-format
   16854 msgid "Local symbol `%s' can't be equated to common symbol `%s'"
   16855 msgstr ""
   16856 
   16857 #: write.c:2006
   16858 #, c-format
   16859 msgid "can't make global register symbol `%s'"
   16860 msgstr ""
   16861 
   16862 #: write.c:2299
   16863 #, c-format
   16864 msgid "alignment padding (%lu bytes) not a multiple of %ld"
   16865 msgstr ""
   16866 
   16867 #: write.c:2461
   16868 #, c-format
   16869 msgid ".word %s-%s+%s didn't fit"
   16870 msgstr ""
   16871 
   16872 #: write.c:2555
   16873 msgid "padding added"
   16874 msgstr ""
   16875 
   16876 #: write.c:2605
   16877 msgid "attempt to move .org backwards"
   16878 msgstr ""
   16879 
   16880 #: write.c:2629
   16881 msgid ".space specifies non-absolute value"
   16882 msgstr ""
   16883 
   16884 #: write.c:2644
   16885 msgid ".space or .fill with negative value, ignored"
   16886 msgstr ""
   16887 
   16888 #: write.c:2715
   16889 #, c-format
   16890 msgid "Infinite loop encountered whilst attempting to compute the addresses of symbols in section %s"
   16891 msgstr ""
   16892