1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 # This file is distributed under the same license as the PACKAGE package. 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5 # 6 #, fuzzy 7 msgid "" 8 msgstr "" 9 "Project-Id-Version: PACKAGE VERSION\n" 10 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" 11 "POT-Creation-Date: 2025-07-27 09:50+0100\n" 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 "Language-Team: LANGUAGE <LL (a] li.org>\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=CHARSET\n" 17 "Content-Transfer-Encoding: 8bit\n" 18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 19 20 #: app.c:446 21 #, c-format 22 msgid "multibyte character (%#x) encountered in input" 23 msgstr "" 24 25 #: app.c:448 26 #, c-format 27 msgid "multibyte character (%#x) encountered in %s" 28 msgstr "" 29 30 #: app.c:450 31 #, c-format 32 msgid "multibyte character (%#x) encountered in %s at or near line %u" 33 msgstr "" 34 35 #: app.c:454 36 msgid "further multibyte character warnings suppressed" 37 msgstr "" 38 39 #: app.c:665 app.c:710 40 #, c-format 41 msgid "end of file in string; '%c' inserted" 42 msgstr "" 43 44 #: app.c:741 45 #, c-format 46 msgid "unknown escape '\\%c' in string; ignored" 47 msgstr "" 48 49 #: app.c:953 input-scrub.c:400 50 msgid "end of file not at end of a line; newline inserted" 51 msgstr "" 52 53 #: app.c:1131 54 msgid "end of file in multiline comment" 55 msgstr "" 56 57 #: app.c:1207 58 msgid "end of file after a one-character quote; \\0 inserted" 59 msgstr "" 60 61 #: app.c:1215 62 msgid "end of file in escape character" 63 msgstr "" 64 65 #: app.c:1227 66 msgid "missing close quote; (assumed)" 67 msgstr "" 68 69 #: app.c:1295 app.c:1344 app.c:1356 app.c:1430 70 msgid "end of file in comment; newline inserted" 71 msgstr "" 72 73 #: as.c:157 74 msgid "missing emulation mode name" 75 msgstr "" 76 77 #: as.c:172 78 #, c-format 79 msgid "unrecognized emulation name `%s'" 80 msgstr "" 81 82 #: as.c:212 83 #, c-format 84 msgid "GNU assembler version %s (%s) using BFD version %s\n" 85 msgstr "" 86 87 #: as.c:228 88 #, c-format 89 msgid "Usage: %s [option...] [asmfile...]\n" 90 msgstr "" 91 92 #: as.c:230 93 #, c-format 94 msgid "" 95 "Options:\n" 96 " -a[sub-option...]\t turn on listings\n" 97 " \t Sub-options [default hls]:\n" 98 " \t c omit false conditionals\n" 99 " \t d omit debugging directives\n" 100 " \t g include general info\n" 101 " \t h include high-level source\n" 102 " \t i include ginsn and synthesized CFI info\n" 103 " \t l include assembly\n" 104 " \t m include macro expansions\n" 105 " \t n omit forms processing\n" 106 " \t s include symbols\n" 107 " \t =FILE list to FILE (must be last sub-option)\n" 108 msgstr "" 109 110 #: as.c:245 111 #, c-format 112 msgid " --alternate initially turn on alternate macro syntax\n" 113 msgstr "" 114 115 #: as.c:247 116 #, c-format 117 msgid "" 118 " --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi|zstd}]\n" 119 " compress DWARF debug sections\n" 120 msgstr "" 121 122 #: as.c:250 123 #, c-format 124 msgid "\t\t Default: %s\n" 125 msgstr "" 126 127 #: as.c:255 128 #, c-format 129 msgid "" 130 " --nocompress-debug-sections\n" 131 " don't compress DWARF debug sections\n" 132 msgstr "" 133 134 #: as.c:258 135 #, c-format 136 msgid " -D produce assembler debugging messages\n" 137 msgstr "" 138 139 #: as.c:260 140 #, c-format 141 msgid "" 142 " --dump-config display how the assembler is configured and then " 143 "exit\n" 144 msgstr "" 145 146 #: as.c:262 147 #, c-format 148 msgid "" 149 " --debug-prefix-map OLD=NEW\n" 150 " map OLD to NEW in debug information\n" 151 msgstr "" 152 153 #: as.c:265 154 #, c-format 155 msgid " --defsym SYM=VAL define symbol SYM to given value\n" 156 msgstr "" 157 158 #: as.c:281 159 #, c-format 160 msgid " emulate output (default %s)\n" 161 msgstr "" 162 163 #: as.c:286 164 #, c-format 165 msgid " --execstack require executable stack for this object\n" 166 msgstr "" 167 168 #: as.c:288 169 #, c-format 170 msgid "" 171 " --noexecstack don't require executable stack for this object\n" 172 msgstr "" 173 174 #: as.c:290 175 #, c-format 176 msgid "" 177 " --size-check=[error|warning]\n" 178 "\t\t\t ELF .size directive check (default --size-check=error)\n" 179 msgstr "" 180 181 #: as.c:293 182 #, c-format 183 msgid " --elf-stt-common=[no|yes] " 184 msgstr "" 185 186 #: as.c:296 as.c:307 config/tc-i386.c:17910 config/tc-i386.c:17930 187 #: config/tc-i386.c:17939 188 #, c-format 189 msgid "(default: yes)\n" 190 msgstr "" 191 192 #: as.c:298 as.c:309 config/tc-i386.c:17912 config/tc-i386.c:17932 193 #: config/tc-i386.c:17941 194 #, c-format 195 msgid "(default: no)\n" 196 msgstr "" 197 198 #: as.c:299 199 #, c-format 200 msgid "" 201 " generate ELF common symbols with STT_COMMON type\n" 202 msgstr "" 203 204 #: as.c:301 205 #, c-format 206 msgid " --sectname-subst enable section name substitution sequences\n" 207 msgstr "" 208 209 #: as.c:304 210 #, c-format 211 msgid " --generate-missing-build-notes=[no|yes] " 212 msgstr "" 213 214 #: as.c:311 215 #, c-format 216 msgid "" 217 " generate GNU Build notes if none are present in " 218 "the input\n" 219 msgstr "" 220 221 #: as.c:313 222 #, c-format 223 msgid "" 224 " --gsframe[={no|yes}] whether to generate SFrame stack trace " 225 "information\n" 226 " (default: no)\n" 227 msgstr "" 228 229 #: as.c:317 230 #, c-format 231 msgid "" 232 " --scfi=experimental Synthesize DWARF CFI for hand-written asm\n" 233 " (experimental support)\n" 234 msgstr "" 235 236 #: as.c:323 237 #, c-format 238 msgid " -f skip whitespace and comment preprocessing\n" 239 msgstr "" 240 241 #: as.c:325 242 #, c-format 243 msgid " -g, --gen-debug generate debugging information\n" 244 msgstr "" 245 246 #: as.c:327 247 #, c-format 248 msgid " --gstabs generate STABS debugging information\n" 249 msgstr "" 250 251 #: as.c:329 252 #, c-format 253 msgid "" 254 " --gstabs+ generate STABS debug info with GNU extensions\n" 255 msgstr "" 256 257 #: as.c:331 258 #, c-format 259 msgid "" 260 " --gdwarf-<N> generate DWARF<N> debugging information. 2 <= <N> " 261 "<= 5\n" 262 msgstr "" 263 264 #: as.c:333 265 #, c-format 266 msgid " --gdwarf-cie-version=<N> generate version 1, 3 or 4 DWARF CIEs\n" 267 msgstr "" 268 269 #: as.c:335 270 #, c-format 271 msgid "" 272 " --gdwarf-sections generate per-function section names for DWARF line " 273 "information\n" 274 msgstr "" 275 276 #: as.c:338 277 #, c-format 278 msgid " --gcodeview generate CodeView debugging information\n" 279 msgstr "" 280 281 #: as.c:341 282 #, c-format 283 msgid " --hash-size=<N> ignored\n" 284 msgstr "" 285 286 #: as.c:343 287 #, c-format 288 msgid " --help show all assembler options\n" 289 msgstr "" 290 291 #: as.c:345 292 #, c-format 293 msgid " --target-help show target specific options\n" 294 msgstr "" 295 296 #: as.c:347 297 #, c-format 298 msgid "" 299 " -I DIR add DIR to search list for .include directives\n" 300 msgstr "" 301 302 #: as.c:349 303 #, c-format 304 msgid " -J don't warn about signed overflow\n" 305 msgstr "" 306 307 #: as.c:351 308 #, c-format 309 msgid "" 310 " -K warn when differences altered for long " 311 "displacements\n" 312 msgstr "" 313 314 #: as.c:353 315 #, c-format 316 msgid " -L, --keep-locals keep local symbols (e.g. starting with `L')\n" 317 msgstr "" 318 319 #: as.c:355 320 #, c-format 321 msgid " -M, --mri assemble in MRI compatibility mode\n" 322 msgstr "" 323 324 #: as.c:357 325 #, c-format 326 msgid "" 327 " --MD FILE write dependency information in FILE (default " 328 "none)\n" 329 msgstr "" 330 331 #: as.c:359 332 #, c-format 333 msgid "" 334 " --multibyte-handling=<method>\n" 335 " what to do with multibyte characters encountered " 336 "in the input\n" 337 msgstr "" 338 339 #: as.c:362 340 #, c-format 341 msgid " -nocpp ignored\n" 342 msgstr "" 343 344 #: as.c:364 345 #, c-format 346 msgid "" 347 " -no-pad-sections do not pad the end of sections to alignment " 348 "boundaries\n" 349 msgstr "" 350 351 #: as.c:366 352 #, c-format 353 msgid "" 354 " -o OBJFILE name the object-file output OBJFILE (default a." 355 "out)\n" 356 msgstr "" 357 358 #: as.c:368 359 #, c-format 360 msgid " -R fold data section into text section\n" 361 msgstr "" 362 363 #: as.c:370 364 #, c-format 365 msgid " --reduce-memory-overheads ignored\n" 366 msgstr "" 367 368 #: as.c:372 369 #, c-format 370 msgid "" 371 " --statistics print various measured statistics from execution\n" 372 msgstr "" 373 374 #: as.c:374 375 #, c-format 376 msgid " --strip-local-absolute strip local absolute symbols\n" 377 msgstr "" 378 379 #: as.c:376 380 #, c-format 381 msgid "" 382 " --traditional-format Use same format as native assembler when possible\n" 383 msgstr "" 384 385 #: as.c:378 386 #, c-format 387 msgid " --version print assembler version number and exit\n" 388 msgstr "" 389 390 #: as.c:380 391 #, c-format 392 msgid " -W, --no-warn suppress warnings\n" 393 msgstr "" 394 395 #: as.c:382 396 #, c-format 397 msgid " --warn don't suppress warnings\n" 398 msgstr "" 399 400 #: as.c:384 401 #, c-format 402 msgid " --fatal-warnings treat warnings as errors\n" 403 msgstr "" 404 405 #: as.c:386 406 #, c-format 407 msgid " --no-info suppress information messages\n" 408 msgstr "" 409 410 #: as.c:388 411 #, c-format 412 msgid " --info don't suppress information messages\n" 413 msgstr "" 414 415 #: as.c:391 416 #, c-format 417 msgid "" 418 " --itbl INSTTBL extend instruction set to include instructions\n" 419 " matching the specifications defined in file " 420 "INSTTBL\n" 421 msgstr "" 422 423 #: as.c:395 424 #, c-format 425 msgid " -w ignored\n" 426 msgstr "" 427 428 #: as.c:397 429 #, c-format 430 msgid " -X ignored\n" 431 msgstr "" 432 433 #: as.c:399 434 #, c-format 435 msgid " -Z generate object file even after errors\n" 436 msgstr "" 437 438 #: as.c:401 439 #, c-format 440 msgid "" 441 " --listing-lhs-width set the width in words of the output data column " 442 "of\n" 443 " the listing\n" 444 msgstr "" 445 446 #: as.c:404 447 #, c-format 448 msgid "" 449 " --listing-lhs-width2 set the width in words of the continuation lines\n" 450 " of the output data column; ignored if smaller " 451 "than\n" 452 " the width of the first line\n" 453 msgstr "" 454 455 #: as.c:408 456 #, c-format 457 msgid "" 458 " --listing-rhs-width set the max width in characters of the lines from\n" 459 " the source file\n" 460 msgstr "" 461 462 #: as.c:411 463 #, c-format 464 msgid "" 465 " --listing-cont-lines set the maximum number of continuation lines used\n" 466 " for the output data column of the listing\n" 467 msgstr "" 468 469 #: as.c:414 470 #, c-format 471 msgid " @FILE read options from FILE\n" 472 msgstr "" 473 474 #: as.c:422 475 #, c-format 476 msgid "Report bugs to %s\n" 477 msgstr "" 478 479 #: as.c:654 480 #, c-format 481 msgid "unrecognized option `-%c%s'" 482 msgstr "" 483 484 #: as.c:656 485 #, c-format 486 msgid "unrecognized option `--%s=%s'" 487 msgstr "" 488 489 #: as.c:658 490 #, c-format 491 msgid "unrecognized option `--%s'" 492 msgstr "" 493 494 #: as.c:712 495 #, c-format 496 msgid "unexpected argument to --multibyte-input-option: '%s'" 497 msgstr "" 498 499 #. This output is intended to follow the GNU standards document. 500 #: as.c:717 501 #, c-format 502 msgid "GNU assembler %s\n" 503 msgstr "" 504 505 #: as.c:718 506 #, c-format 507 msgid "Copyright (C) 2025 Free Software Foundation, Inc.\n" 508 msgstr "" 509 510 #: as.c:719 511 #, c-format 512 msgid "" 513 "This program is free software; you may redistribute it under the terms of\n" 514 "the GNU General Public License version 3 or later.\n" 515 "This program has absolutely no warranty.\n" 516 msgstr "" 517 518 #: as.c:724 519 #, c-format 520 msgid "" 521 "This assembler was configured for a target of `%s' and default,\n" 522 "cpu type `%s'.\n" 523 msgstr "" 524 525 #: as.c:728 526 #, c-format 527 msgid "This assembler was configured for a target of `%s'.\n" 528 msgstr "" 529 530 #: as.c:736 531 msgid "multiple emulation names specified" 532 msgstr "" 533 534 #: as.c:738 535 msgid "emulations not handled in this configuration" 536 msgstr "" 537 538 #: as.c:743 539 #, c-format 540 msgid "alias = %s\n" 541 msgstr "" 542 543 #: as.c:744 544 #, c-format 545 msgid "canonical = %s\n" 546 msgstr "" 547 548 #: as.c:745 549 #, c-format 550 msgid "cpu-type = %s\n" 551 msgstr "" 552 553 #: as.c:747 554 #, c-format 555 msgid "format = %s\n" 556 msgstr "" 557 558 #: as.c:750 559 #, c-format 560 msgid "bfd-target = %s\n" 561 msgstr "" 562 563 #: as.c:761 564 msgid "--compress-debug-sections=zstd: gas is not built with zstd support" 565 msgstr "" 566 567 #: as.c:765 568 #, c-format 569 msgid "Invalid --compress-debug-sections option: `%s'" 570 msgstr "" 571 572 #: as.c:768 573 #, c-format 574 msgid "--compress-debug-sections=%s is unsupported" 575 msgstr "" 576 577 #: as.c:793 578 msgid "bad defsym; format is --defsym name=value" 579 msgstr "" 580 581 #: as.c:811 582 msgid "no file name following -t option" 583 msgstr "" 584 585 #: as.c:820 586 #, c-format 587 msgid "failed to read instruction table %s\n" 588 msgstr "" 589 590 #: as.c:842 591 #, c-format 592 msgid "unknown DWARF option %s\n" 593 msgstr "" 594 595 #: as.c:844 596 #, c-format 597 msgid "unknown option `%s'" 598 msgstr "" 599 600 #: as.c:901 601 #, c-format 602 msgid "Invalid --gdwarf-cie-version `%s'" 603 msgstr "" 604 605 #: as.c:1003 606 #, c-format 607 msgid "Invalid --scfi= option: `%s'; suggested option: experimental" 608 msgstr "" 609 610 #: as.c:1014 611 #, c-format 612 msgid "Invalid --size-check= option: `%s'" 613 msgstr "" 614 615 #: as.c:1023 616 #, c-format 617 msgid "Invalid --elf-stt-common= option: `%s'" 618 msgstr "" 619 620 #: as.c:1037 621 #, c-format 622 msgid "Invalid --generate-missing-build-notes option: `%s'" 623 msgstr "" 624 625 #: as.c:1049 626 #, c-format 627 msgid "Invalid --gsframe option: `%s'" 628 msgstr "" 629 630 #: as.c:1125 631 #, c-format 632 msgid "invalid listing option `%c'" 633 msgstr "" 634 635 #: as.c:1208 636 #, c-format 637 msgid "%s: total time in assembly: %ld.%06ld\n" 638 msgstr "" 639 640 #: as.c:1310 641 msgid "libbfd ABI mismatch" 642 msgstr "" 643 644 #: as.c:1476 645 #, c-format 646 msgid "The input '%s' and output '%s' files are the same" 647 msgstr "" 648 649 #: as.c:1529 650 #, c-format 651 msgid "%d warning" 652 msgid_plural "%d warnings" 653 msgstr[0] "" 654 msgstr[1] "" 655 656 #: as.c:1531 657 #, c-format 658 msgid "%d error" 659 msgid_plural "%d errors" 660 msgstr[0] "" 661 msgstr[1] "" 662 663 #: as.c:1535 664 #, c-format 665 msgid "%s, treating warnings as errors" 666 msgstr "" 667 668 #: as.c:1546 669 #, c-format 670 msgid "%s, %s, generating bad object file\n" 671 msgstr "" 672 673 #: as.h:134 674 #, c-format 675 msgid "Case value %ld unexpected at line %d of file \"%s\"\n" 676 msgstr "" 677 678 #. 679 #. * We have a GROSS internal error. 680 #. * This should never happen. 681 #. 682 #: atof-generic.c:448 config/tc-m68k.c:3485 683 msgid "failed sanity check" 684 msgstr "" 685 686 #: cgen.c:106 config/tc-alpha.c:2081 config/tc-alpha.c:2105 687 #: config/tc-arc.c:4073 config/tc-arc.c:4145 config/tc-d10v.c:549 688 #: config/tc-d30v.c:534 config/tc-mn10200.c:1089 config/tc-mn10300.c:1753 689 #: config/tc-ppc.c:3953 config/tc-s390.c:1846 config/tc-v850.c:2507 690 #: config/tc-v850.c:2578 config/tc-v850.c:2625 config/tc-v850.c:2662 691 #: config/tc-v850.c:2699 config/tc-v850.c:2963 692 msgid "too many fixups" 693 msgstr "" 694 695 #: cgen.c:367 cgen.c:389 config/tc-d10v.c:460 config/tc-d30v.c:450 696 #: config/tc-mn10200.c:1031 config/tc-mn10300.c:1678 config/tc-ppc.c:3482 697 #: config/tc-v850.c:2616 config/tc-v850.c:2650 config/tc-v850.c:2690 698 #: config/tc-v850.c:2936 config/tc-z80.c:812 699 msgid "illegal operand" 700 msgstr "" 701 702 #: cgen.c:393 config/tc-avr.c:908 config/tc-d10v.c:462 config/tc-d30v.c:452 703 #: config/tc-h8300.c:495 config/tc-mcore.c:662 config/tc-microblaze.c:584 704 #: config/tc-mmix.c:485 config/tc-mn10200.c:1034 config/tc-mn10300.c:1681 705 #: config/tc-msp430.c:417 config/tc-ppc.c:3484 config/tc-sh.c:989 706 #: config/tc-v850.c:2620 config/tc-v850.c:2654 config/tc-v850.c:2694 707 #: config/tc-v850.c:2939 config/tc-xgate.c:892 config/tc-z80.c:960 708 #: config/tc-z8k.c:349 709 msgid "missing operand" 710 msgstr "" 711 712 #: cgen.c:770 713 msgid "a reloc on this operand implies an overflow" 714 msgstr "" 715 716 #: cgen.c:793 717 msgid "operand mask overflow" 718 msgstr "" 719 720 #: cgen.c:856 config/tc-arm.c:2035 config/tc-arm.c:11115 config/tc-arm.c:11167 721 #: config/tc-arm.c:11455 config/tc-arm.c:12353 config/tc-arm.c:13502 722 #: config/tc-arm.c:13542 config/tc-arm.c:13915 config/tc-arm.c:13957 723 #: config/tc-arm.c:21202 config/tc-arm.c:21262 config/tc-mips.c:9713 724 #: config/tc-mips.c:11031 config/tc-mips.c:12328 config/tc-mips.c:13009 725 #: config/tc-spu.c:970 config/tc-xtensa.c:13113 726 msgid "expression too complex" 727 msgstr "" 728 729 #: cgen.c:956 config/tc-ppc.c:7467 config/tc-s390.c:2613 config/tc-v850.c:3468 730 #: config/tc-xstormy16.c:541 731 msgid "unresolved expression that must be resolved" 732 msgstr "" 733 734 #: cgen.c:981 config/tc-bpf.c:873 config/tc-xstormy16.c:566 735 #, c-format 736 msgid "internal error: can't install fix for reloc type %d (`%s')" 737 msgstr "" 738 739 #: cgen.c:1034 config/tc-bpf.c:368 config/tc-pru.c:786 740 msgid "relocation is not supported" 741 msgstr "" 742 743 #: codeview.c:435 744 #, c-format 745 msgid "could not open %s for reading" 746 msgstr "" 747 748 #: codeview.c:440 749 msgid "md5_stream failed" 750 msgstr "" 751 752 #: codeview.c:548 753 msgid "value cannot be expressed as a .cv_scomp" 754 msgstr "" 755 756 #: codeview.c:556 757 msgid "value cannot be expressed as a .cv_ucomp" 758 msgstr "" 759 760 #: cond.c:84 761 msgid "invalid identifier for \".ifdef\"" 762 msgstr "" 763 764 #: cond.c:150 765 msgid "non-constant expression in \".if\" statement" 766 msgstr "" 767 768 #: cond.c:276 769 msgid "bad format for ifc or ifnc" 770 msgstr "" 771 772 #: cond.c:306 773 msgid "\".elseif\" without matching \".if\"" 774 msgstr "" 775 776 #: cond.c:310 777 msgid "\".elseif\" after \".else\"" 778 msgstr "" 779 780 #: cond.c:313 cond.c:419 781 msgid "here is the previous \".else\"" 782 msgstr "" 783 784 #: cond.c:316 cond.c:422 785 msgid "here is the previous \".if\"" 786 msgstr "" 787 788 #: cond.c:345 789 msgid "non-constant expression in \".elseif\" statement" 790 msgstr "" 791 792 #: cond.c:383 793 msgid "\".endif\" without \".if\"" 794 msgstr "" 795 796 #: cond.c:412 797 msgid "\".else\" without matching \".if\"" 798 msgstr "" 799 800 #: cond.c:416 801 msgid "duplicate \".else\"" 802 msgstr "" 803 804 #: cond.c:467 805 msgid ".ifeqs syntax error" 806 msgstr "" 807 808 #: cond.c:553 809 msgid "end of macro inside conditional" 810 msgstr "" 811 812 #: cond.c:555 813 msgid "end of file inside conditional" 814 msgstr "" 815 816 #: cond.c:559 817 msgid "here is the start of the unterminated conditional" 818 msgstr "" 819 820 #: cond.c:563 821 msgid "here is the \"else\" of the unterminated conditional" 822 msgstr "" 823 824 #: config/atof-ieee.c:148 825 msgid "cannot create floating-point number" 826 msgstr "" 827 828 #: config/atof-ieee.c:335 829 msgid "NaNs are not supported by this target" 830 msgstr "" 831 832 #: config/atof-ieee.c:354 833 msgid "NaN flavors are not supported by this target" 834 msgstr "" 835 836 #: config/atof-ieee.c:392 837 msgid "Infinities are not supported by this target" 838 msgstr "" 839 840 #: config/atof-ieee.c:825 config/atof-vax.c:449 config/tc-arm.c:1271 841 #: config/tc-ia64.c:11573 config/tc-tic30.c:1241 config/tc-tic4x.c:2565 842 msgid "Unrecognized or unsupported floating point constant" 843 msgstr "" 844 845 #: config/obj-aout.c:81 846 #, c-format 847 msgid "Attempt to put a common symbol into set %s" 848 msgstr "" 849 850 #: config/obj-aout.c:85 851 #, c-format 852 msgid "Attempt to put an undefined symbol into set %s" 853 msgstr "" 854 855 #: config/obj-aout.c:112 config/obj-coff.c:1375 856 #, c-format 857 msgid "Symbol `%s' can not be both weak and common" 858 msgstr "" 859 860 #: config/obj-coff.c:206 config/obj-coff.c:1697 config/tc-tic54x.c:3991 861 #: read.c:3096 862 #, c-format 863 msgid "error setting flags for \"%s\": %s" 864 msgstr "" 865 866 #. Zero is used as an end marker in the file. 867 #: config/obj-coff.c:423 868 msgid "Line numbers must be positive integers\n" 869 msgstr "" 870 871 #: config/obj-coff.c:455 872 msgid ".ln pseudo-op inside .def/.endef: ignored." 873 msgstr "" 874 875 #: config/obj-coff.c:496 ecoff.c:3204 876 msgid ".loc outside of .text" 877 msgstr "" 878 879 #: config/obj-coff.c:503 880 msgid ".loc pseudo-op inside .def/.endef: ignored." 881 msgstr "" 882 883 #: config/obj-coff.c:577 884 msgid ".def pseudo-op used inside of .def/.endef: ignored." 885 msgstr "" 886 887 #: config/obj-coff.c:614 888 msgid ".endef pseudo-op used outside of .def/.endef: ignored." 889 msgstr "" 890 891 #: config/obj-coff.c:653 892 #, c-format 893 msgid "`%s' symbol without preceding function" 894 msgstr "" 895 896 #: config/obj-coff.c:740 897 #, c-format 898 msgid "unexpected storage class %d" 899 msgstr "" 900 901 #: config/obj-coff.c:847 902 msgid ".dim pseudo-op used outside of .def/.endef: ignored." 903 msgstr "" 904 905 #: config/obj-coff.c:867 906 msgid "badly formed .dim directive ignored" 907 msgstr "" 908 909 #: config/obj-coff.c:916 910 msgid ".size pseudo-op used outside of .def/.endef: ignored." 911 msgstr "" 912 913 #: config/obj-coff.c:931 914 msgid ".scl pseudo-op used outside of .def/.endef: ignored." 915 msgstr "" 916 917 #: config/obj-coff.c:948 918 msgid ".tag pseudo-op used outside of .def/.endef: ignored." 919 msgstr "" 920 921 #: config/obj-coff.c:965 922 #, c-format 923 msgid "tag not found for .tag %s" 924 msgstr "" 925 926 #: config/obj-coff.c:978 927 msgid ".type pseudo-op used outside of .def/.endef: ignored." 928 msgstr "" 929 930 #: config/obj-coff.c:997 931 msgid ".val pseudo-op used outside of .def/.endef: ignored." 932 msgstr "" 933 934 #: config/obj-coff.c:1148 935 msgid "badly formed .weak directive ignored" 936 msgstr "" 937 938 #: config/obj-coff.c:1335 939 msgid "mismatched .eb" 940 msgstr "" 941 942 #: config/obj-coff.c:1356 943 #, c-format 944 msgid "C_EFCN symbol for %s out of scope" 945 msgstr "" 946 947 #: config/obj-coff.c:1409 948 #, c-format 949 msgid "Warning: internal error: forgetting to set endndx of %s" 950 msgstr "" 951 952 #. STYP_INFO 953 #. STYP_LIB 954 #. STYP_OVER 955 #: config/obj-coff.c:1659 956 #, c-format 957 msgid "unsupported section attribute '%c'" 958 msgstr "" 959 960 #: config/obj-coff.c:1663 961 #, c-format 962 msgid "unknown section attribute '%c'" 963 msgstr "" 964 965 #: config/obj-coff.c:1709 config/obj-macho.c:269 966 #, c-format 967 msgid "Ignoring changed section attributes for %s" 968 msgstr "" 969 970 #: config/obj-coff.c:1853 971 #, c-format 972 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" 973 msgstr "" 974 975 #: config/obj-ecoff.c:125 976 msgid "Can't set GP value" 977 msgstr "" 978 979 #: config/obj-ecoff.c:132 980 msgid "Can't set register masks" 981 msgstr "" 982 983 #: config/obj-elf.c:272 config/tc-sparc.c:4387 config/tc-v850.c:506 984 #, c-format 985 msgid "bad .common segment %s" 986 msgstr "" 987 988 #: config/obj-elf.c:348 config/tc-aarch64.c:2278 config/tc-kvx.c:2235 989 msgid "Missing symbol name in directive" 990 msgstr "" 991 992 #: config/obj-elf.c:665 993 #, c-format 994 msgid "setting incorrect section type for %s" 995 msgstr "" 996 997 #: config/obj-elf.c:670 998 #, c-format 999 msgid "ignoring incorrect section type for %s" 1000 msgstr "" 1001 1002 #: config/obj-elf.c:729 1003 #, c-format 1004 msgid "setting incorrect section attributes for %s" 1005 msgstr "" 1006 1007 #. This is a special section with known type. User 1008 #. assembly might get the section type wrong; Even high 1009 #. profile projects like glibc have done so in the past. 1010 #. So don't error in this case. 1011 #: config/obj-elf.c:823 1012 #, c-format 1013 msgid "ignoring changed section type for %s" 1014 msgstr "" 1015 1016 #. Do error when assembly isn't self-consistent. 1017 #: config/obj-elf.c:826 1018 #, c-format 1019 msgid "changed section type for %s" 1020 msgstr "" 1021 1022 #: config/obj-elf.c:841 1023 #, c-format 1024 msgid "ignoring changed section attributes for %s" 1025 msgstr "" 1026 1027 #: config/obj-elf.c:843 1028 #, c-format 1029 msgid "changed section attributes for %s" 1030 msgstr "" 1031 1032 #: config/obj-elf.c:852 1033 #, c-format 1034 msgid "changed section entity size for %s" 1035 msgstr "" 1036 1037 #: config/obj-elf.c:934 1038 msgid "unrecognized .section attribute: want a,e,o,w,x,M,S,G,T or number" 1039 msgstr "" 1040 1041 #: config/obj-elf.c:1019 1042 msgid "extraneous characters at end of numeric section type" 1043 msgstr "" 1044 1045 #: config/obj-elf.c:1025 read.c:3080 1046 msgid "unrecognized section type" 1047 msgstr "" 1048 1049 #: config/obj-elf.c:1050 1050 msgid "unrecognized section attribute" 1051 msgstr "" 1052 1053 #: config/obj-elf.c:1082 config/tc-alpha.c:4180 1054 msgid "missing name" 1055 msgstr "" 1056 1057 #: config/obj-elf.c:1152 1058 msgid "group name not parseable" 1059 msgstr "" 1060 1061 #: config/obj-elf.c:1159 1062 #, c-format 1063 msgid "section %s already has a group (%s)" 1064 msgstr "" 1065 1066 #: config/obj-elf.c:1221 1067 #, c-format 1068 msgid "section name '%s' already defined as another symbol" 1069 msgstr "" 1070 1071 #. ??? This is here for older versions of gcc that 1072 #. test for gas string merge support with 1073 #. '.section .rodata.str, "aMS", @progbits, 1' 1074 #. Unfortunately '@' begins a comment on arm. 1075 #. This isn't as_warn because gcc tests with 1076 #. --fatal-warnings. 1077 #: config/obj-elf.c:1330 1078 msgid "missing merge / string entity size, 1 assumed" 1079 msgstr "" 1080 1081 #: config/obj-elf.c:1339 1082 msgid "invalid merge / string entity size" 1083 msgstr "" 1084 1085 #. ??? Perhaps we should error here. The manual says that 1086 #. entsize must be specified if SHF_MERGE is set. 1087 #: config/obj-elf.c:1356 1088 msgid "entity size for SHF_MERGE not specified" 1089 msgstr "" 1090 1091 #: config/obj-elf.c:1369 1092 msgid "bogus SHF_MERGE / SHF_STRINGS for SHT_NOBITS section" 1093 msgstr "" 1094 1095 #: config/obj-elf.c:1410 1096 msgid "? section flag ignored with G present" 1097 msgstr "" 1098 1099 #: config/obj-elf.c:1447 1100 msgid "group name for SHF_GROUP not specified" 1101 msgstr "" 1102 1103 #: config/obj-elf.c:1473 1104 #, c-format 1105 msgid "unsupported mbind section info: %s" 1106 msgstr "" 1107 1108 #: config/obj-elf.c:1525 1109 #, c-format 1110 msgid "unsupported section id: %s" 1111 msgstr "" 1112 1113 #: config/obj-elf.c:1551 1114 msgid "character following name is not '#'" 1115 msgstr "" 1116 1117 #: config/obj-elf.c:1579 1118 #, c-format 1119 msgid "SHF_ALLOC isn't set for GNU_MBIND section: %s" 1120 msgstr "" 1121 1122 #: config/obj-elf.c:1586 1123 #, c-format 1124 msgid "%s section is supported only by GNU and FreeBSD targets" 1125 msgstr "" 1126 1127 #: config/obj-elf.c:1724 1128 msgid ".previous without corresponding .section; ignored" 1129 msgstr "" 1130 1131 #: config/obj-elf.c:1750 1132 msgid ".popsection without corresponding .pushsection; ignored" 1133 msgstr "" 1134 1135 #: config/obj-elf.c:1794 config/obj-elf.c:1888 1136 #, c-format 1137 msgid "missing version name in `%s' for symbol `%s'" 1138 msgstr "" 1139 1140 #: config/obj-elf.c:1813 1141 #, c-format 1142 msgid "only one version name with `@@@' is allowed for symbol `%s'" 1143 msgstr "" 1144 1145 #: config/obj-elf.c:1821 1146 #, c-format 1147 msgid "invalid version name '%s' for symbol `%s'" 1148 msgstr "" 1149 1150 #: config/obj-elf.c:1862 1151 msgid "expected comma after name in .symver" 1152 msgstr "" 1153 1154 #: config/obj-elf.c:1879 config/obj-elf.c:2807 1155 #, c-format 1156 msgid "`%s' can't be versioned to common symbol '%s'" 1157 msgstr "" 1158 1159 #: config/obj-elf.c:1956 1160 #, c-format 1161 msgid "expected `%s' to have already been set for .vtable_inherit" 1162 msgstr "" 1163 1164 #: config/obj-elf.c:1966 1165 msgid "expected comma after name in .vtable_inherit" 1166 msgstr "" 1167 1168 #: config/obj-elf.c:2027 1169 msgid "expected comma after name in .vtable_entry" 1170 msgstr "" 1171 1172 #: config/obj-elf.c:2166 1173 #, c-format 1174 msgid "Attribute name not recognised: %s" 1175 msgstr "" 1176 1177 #: config/obj-elf.c:2183 1178 msgid "expected numeric constant" 1179 msgstr "" 1180 1181 #: config/obj-elf.c:2192 config/tc-arm.c:6959 1182 msgid "expected comma" 1183 msgstr "" 1184 1185 #: config/obj-elf.c:2223 config/tc-arc.c:4943 config/tc-arc.c:4954 1186 #: config/tc-arc.c:5026 config/tc-arc.c:5077 config/tc-arm.c:32142 1187 #: config/tc-arm.c:32153 config/tc-csky.c:1721 config/tc-csky.c:1733 1188 #: config/tc-csky.c:1904 config/tc-mips.c:20662 config/tc-msp430.c:5152 1189 #: config/tc-riscv.c:5657 config/tc-riscv.c:5700 config/tc-sparc.c:1134 1190 #: config/tc-tic6x.c:4383 1191 #, c-format 1192 msgid "error adding attribute: %s" 1193 msgstr "" 1194 1195 #: config/obj-elf.c:2229 1196 msgid "bad string constant" 1197 msgstr "" 1198 1199 #: config/obj-elf.c:2233 1200 msgid "expected <tag> , <value>" 1201 msgstr "" 1202 1203 #: config/obj-elf.c:2348 1204 msgid "expected quoted string" 1205 msgstr "" 1206 1207 #: config/obj-elf.c:2368 1208 #, c-format 1209 msgid "expected comma after name `%s' in .size directive" 1210 msgstr "" 1211 1212 #: config/obj-elf.c:2377 1213 msgid "missing expression in .size directive" 1214 msgstr "" 1215 1216 #: config/obj-elf.c:2503 1217 #, c-format 1218 msgid "symbol '%s' is already defined" 1219 msgstr "" 1220 1221 #: config/obj-elf.c:2523 1222 #, c-format 1223 msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets" 1224 msgstr "" 1225 1226 #: config/obj-elf.c:2527 1227 #, c-format 1228 msgid "symbol type \"%s\" is not supported by MIPS targets" 1229 msgstr "" 1230 1231 #: config/obj-elf.c:2539 1232 #, c-format 1233 msgid "symbol type \"%s\" is supported only by GNU targets" 1234 msgstr "" 1235 1236 #: config/obj-elf.c:2549 config/tc-kvx.c:2279 1237 #, c-format 1238 msgid "unrecognized symbol type \"%s\"" 1239 msgstr "" 1240 1241 #: config/obj-elf.c:2570 1242 #, c-format 1243 msgid "cannot change type of common symbol '%s'" 1244 msgstr "" 1245 1246 #: config/obj-elf.c:2582 1247 #, c-format 1248 msgid "symbol '%s' already has its type set" 1249 msgstr "" 1250 1251 #: config/obj-elf.c:2684 1252 #, c-format 1253 msgid "undefined linked-to symbol `%s' on section `%s'" 1254 msgstr "" 1255 1256 #: config/obj-elf.c:2781 config/obj-elf.c:2784 1257 #, c-format 1258 msgid ".size expression for %s does not evaluate to a constant" 1259 msgstr "" 1260 1261 #: config/obj-elf.c:2872 1262 #, c-format 1263 msgid "symbol '%s' with multiple versions cannot be used in relocation" 1264 msgstr "" 1265 1266 #: config/obj-elf.c:2890 ecoff.c:3539 1267 #, c-format 1268 msgid "symbol `%s' can not be both weak and common" 1269 msgstr "" 1270 1271 #: config/obj-elf.c:2934 1272 #, c-format 1273 msgid "assuming all members of group `%s' are COMDAT" 1274 msgstr "" 1275 1276 #: config/obj-elf.c:2946 1277 #, c-format 1278 msgid "can't create group: %s" 1279 msgstr "" 1280 1281 #: config/obj-elf.c:3023 1282 #, c-format 1283 msgid "" 1284 "invalid attempt to declare external version name as default in symbol `%s'" 1285 msgstr "" 1286 1287 #: config/obj-elf.c:3033 1288 #, c-format 1289 msgid "multiple versions [`%s'|`%s'] for symbol `%s'" 1290 msgstr "" 1291 1292 #: config/obj-elf.c:3123 1293 #, c-format 1294 msgid "failed to set up debugging information: %s" 1295 msgstr "" 1296 1297 #: config/obj-elf.c:3143 1298 #, c-format 1299 msgid "can't start writing .mdebug section: %s" 1300 msgstr "" 1301 1302 #: config/obj-elf.c:3151 1303 #, c-format 1304 msgid "could not write .mdebug section: %s" 1305 msgstr "" 1306 1307 #: config/obj-evax.c:121 1308 #, c-format 1309 msgid "no entry symbol for global function '%s'" 1310 msgstr "" 1311 1312 #. make a temp string. 1313 #: config/obj-macho.c:119 1314 #, c-format 1315 msgid "the %s name '%s' is too long (maximum 16 characters)" 1316 msgstr "" 1317 1318 #: config/obj-macho.c:130 1319 #, c-format 1320 msgid "expected a %s name followed by a `,'" 1321 msgstr "" 1322 1323 #: config/obj-macho.c:144 1324 msgid "segment" 1325 msgstr "" 1326 1327 #: config/obj-macho.c:153 1328 msgid "section" 1329 msgstr "" 1330 1331 #: config/obj-macho.c:195 1332 #, c-format 1333 msgid "cannot override zerofill section type for `%s,%s'" 1334 msgstr "" 1335 1336 #: config/obj-macho.c:249 1337 #, c-format 1338 msgid "failed to set flags for \"%s\": %s" 1339 msgstr "" 1340 1341 #: config/obj-macho.c:342 1342 #, c-format 1343 msgid "unknown or invalid section type '%s'" 1344 msgstr "" 1345 1346 #: config/obj-macho.c:381 1347 #, c-format 1348 msgid "unknown or invalid section attribute '%s'" 1349 msgstr "" 1350 1351 #: config/obj-macho.c:402 1352 msgid "unexpected section size information" 1353 msgstr "" 1354 1355 #: config/obj-macho.c:414 1356 msgid "missing sizeof_stub expression" 1357 msgstr "" 1358 1359 #: config/obj-macho.c:478 config/tc-ia64.c:1080 config/tc-ia64.c:11733 1360 #: config/tc-score.c:6072 expr.c:1274 read.c:1780 1361 msgid "expected symbol name" 1362 msgstr "" 1363 1364 #: config/obj-macho.c:491 read.c:539 1365 msgid "bad or irreducible absolute expression" 1366 msgstr "" 1367 1368 #: config/obj-macho.c:497 config/tc-score.c:6089 read.c:1819 1369 msgid "missing size expression" 1370 msgstr "" 1371 1372 #: config/obj-macho.c:506 config/tc-ia64.c:1115 read.c:1825 1373 #, c-format 1374 msgid "size (%ld) out of range, ignored" 1375 msgstr "" 1376 1377 #: config/obj-macho.c:516 config/tc-score.c:6215 dwarf2dbg.c:1431 ecoff.c:3315 1378 #: read.c:1837 read.c:1940 read.c:2767 read.c:3359 read.c:3959 symbols.c:574 1379 #: symbols.c:666 1380 #, c-format 1381 msgid "symbol `%s' is already defined" 1382 msgstr "" 1383 1384 #: config/obj-macho.c:526 read.c:1852 1385 #, c-format 1386 msgid "size of \"%s\" is already %ld; not changing to %ld" 1387 msgstr "" 1388 1389 #: config/obj-macho.c:537 1390 msgid "align value not recognized, using size" 1391 msgstr "" 1392 1393 #: config/obj-macho.c:542 config/obj-macho.c:905 1394 #, c-format 1395 msgid "Alignment (%lu) too large: 15 assumed." 1396 msgstr "" 1397 1398 #: config/obj-macho.c:608 1399 #, c-format 1400 msgid "BFD is out of sync with GAS, unhandled well-known section type `%s'" 1401 msgstr "" 1402 1403 #: config/obj-macho.c:810 1404 #, c-format 1405 msgid "%s is not used for the selected target" 1406 msgstr "" 1407 1408 #: config/obj-macho.c:875 1409 msgid "internal error: base section index out of range" 1410 msgstr "" 1411 1412 #: config/obj-macho.c:961 1413 #, c-format 1414 msgid "internal error: bad file property ID %d" 1415 msgstr "" 1416 1417 #: config/obj-macho.c:969 1418 msgid "failed to set subsections by symbols" 1419 msgstr "" 1420 1421 #: config/obj-macho.c:1032 1422 #, c-format 1423 msgid "'%s' previously declared as '%s'." 1424 msgstr "" 1425 1426 #: config/obj-macho.c:1084 config/obj-macho.c:1404 config/obj-macho.c:1488 1427 #, c-format 1428 msgid "" 1429 "'%s' can't be a weak_definition (currently only supported in sections of " 1430 "type coalesced)" 1431 msgstr "" 1432 1433 #: config/obj-macho.c:1169 1434 msgid "use of .indirect_symbols requires `-dynamic'" 1435 msgstr "" 1436 1437 #: config/obj-macho.c:1186 1438 #, c-format 1439 msgid "" 1440 "attempt to add an indirect_symbol to a stub or reference section with a zero-" 1441 "sized element at %s" 1442 msgstr "" 1443 1444 #: config/obj-macho.c:1216 1445 msgid "an .indirect_symbol must be in a symbol pointer or stub section." 1446 msgstr "" 1447 1448 #: config/obj-macho.c:1485 1449 #, c-format 1450 msgid "'%s' can't be a weak_definition (since it is undefined)" 1451 msgstr "" 1452 1453 #: config/obj-macho.c:1491 1454 #, c-format 1455 msgid "Non-global symbol: '%s' can't be a weak_definition." 1456 msgstr "" 1457 1458 #: config/obj-macho.c:1497 1459 #, c-format 1460 msgid "internal error: [%s] unexpected code [%lx] in frob symbol" 1461 msgstr "" 1462 1463 #: config/obj-macho.c:1538 1464 #, c-format 1465 msgid "unrecognized stab type '%c'" 1466 msgstr "" 1467 1468 #: config/obj-macho.c:1589 1469 #, c-format 1470 msgid "`%s' can't be undefined in `%s' - `%s' {%s section}" 1471 msgstr "" 1472 1473 #: config/obj-macho.c:1597 1474 #, c-format 1475 msgid "`%s' can't be undefined in `%s' {%s section} - `%s'" 1476 msgstr "" 1477 1478 #: config/obj-macho.c:1604 1479 #, c-format 1480 msgid "`%s' and `%s' can't be undefined in `%s' - `%s'" 1481 msgstr "" 1482 1483 #: config/obj-macho.c:1805 1484 #, c-format 1485 msgid "" 1486 "the number of .indirect_symbols defined in section %s does not match the " 1487 "number expected (%d defined, %d expected)" 1488 msgstr "" 1489 1490 #: config/obj-macho.c:1834 config/obj-macho.c:1857 1491 msgid "internal error: more indirect mach-o symbols than expected" 1492 msgstr "" 1493 1494 #: config/obj-som.c:56 1495 msgid "Only one .compiler pseudo-op per file!" 1496 msgstr "" 1497 1498 #: config/obj-som.c:73 config/obj-som.c:144 config/obj-som.c:186 1499 msgid "Expected quoted string" 1500 msgstr "" 1501 1502 #: config/obj-som.c:86 1503 msgid ".compiler directive missing language and version" 1504 msgstr "" 1505 1506 #: config/obj-som.c:96 1507 msgid ".compiler directive missing version" 1508 msgstr "" 1509 1510 #: config/obj-som.c:112 1511 #, c-format 1512 msgid "FATAL: Attaching compiler header %s" 1513 msgstr "" 1514 1515 #: config/obj-som.c:127 1516 msgid "Only one .version pseudo-op per file!" 1517 msgstr "" 1518 1519 #: config/obj-som.c:151 1520 #, c-format 1521 msgid "attaching version header %s: %s" 1522 msgstr "" 1523 1524 #: config/obj-som.c:169 1525 msgid "Only one .copyright pseudo-op per file!" 1526 msgstr "" 1527 1528 #: config/obj-som.c:193 1529 #, c-format 1530 msgid "attaching copyright header %s: %s" 1531 msgstr "" 1532 1533 #: config/tc-aarch64.c:427 1534 #, c-format 1535 msgid "expected an unsuffixed ZA tile at operand %d" 1536 msgstr "" 1537 1538 #: config/tc-aarch64.c:431 1539 #, c-format 1540 msgid "missing horizontal or vertical suffix at operand %d" 1541 msgstr "" 1542 1543 #: config/tc-aarch64.c:436 1544 #, c-format 1545 msgid "expected 'za' rather than a ZA tile at operand %d" 1546 msgstr "" 1547 1548 #: config/tc-aarch64.c:440 1549 #, c-format 1550 msgid "" 1551 "expected a predicate-as-counter rather than predicate-as-mask register at " 1552 "operand %d" 1553 msgstr "" 1554 1555 #: config/tc-aarch64.c:445 1556 #, c-format 1557 msgid "" 1558 "expected a predicate-as-mask rather than predicate-as-counter register at " 1559 "operand %d" 1560 msgstr "" 1561 1562 #: config/tc-aarch64.c:450 1563 #, c-format 1564 msgid "expected a 64-bit integer register at operand %d" 1565 msgstr "" 1566 1567 #: config/tc-aarch64.c:452 1568 #, c-format 1569 msgid "expected an integer or zero register at operand %d" 1570 msgstr "" 1571 1572 #: config/tc-aarch64.c:454 1573 #, c-format 1574 msgid "expected an integer or stack pointer register at operand %d" 1575 msgstr "" 1576 1577 #: config/tc-aarch64.c:458 1578 #, c-format 1579 msgid "expected a scalar SIMD or floating-point register at operand %d" 1580 msgstr "" 1581 1582 #: config/tc-aarch64.c:461 1583 #, c-format 1584 msgid "expected an Advanced SIMD vector register at operand %d" 1585 msgstr "" 1586 1587 #: config/tc-aarch64.c:463 1588 #, c-format 1589 msgid "expected an SVE vector register at operand %d" 1590 msgstr "" 1591 1592 #. Use this error for "predicate-as-mask only" and "either kind of 1593 #. predicate". We report a more specific error if P is used where 1594 #. PN is expected, and vice versa, so the issue at this point is 1595 #. "predicate-like" vs. "not predicate-like". 1596 #: config/tc-aarch64.c:470 1597 #, c-format 1598 msgid "expected an SVE predicate register at operand %d" 1599 msgstr "" 1600 1601 #: config/tc-aarch64.c:472 1602 #, c-format 1603 msgid "expected an SVE predicate-as-counter register at operand %d" 1604 msgstr "" 1605 1606 #: config/tc-aarch64.c:474 1607 #, c-format 1608 msgid "expected a vector register at operand %d" 1609 msgstr "" 1610 1611 #: config/tc-aarch64.c:476 1612 #, c-format 1613 msgid "expected an SVE vector or predicate register at operand %d" 1614 msgstr "" 1615 1616 #: config/tc-aarch64.c:478 1617 #, c-format 1618 msgid "expected a vector or predicate register at operand %d" 1619 msgstr "" 1620 1621 #: config/tc-aarch64.c:482 1622 #, c-format 1623 msgid "expected a ZA array vector at operand %d" 1624 msgstr "" 1625 1626 #: config/tc-aarch64.c:484 1627 #, c-format 1628 msgid "expected ZT0 or a ZA mask at operand %d" 1629 msgstr "" 1630 1631 #: config/tc-aarch64.c:486 1632 #, c-format 1633 msgid "expected a ZA tile at operand %d" 1634 msgstr "" 1635 1636 #: config/tc-aarch64.c:488 1637 #, c-format 1638 msgid "expected a ZA tile slice at operand %d" 1639 msgstr "" 1640 1641 #: config/tc-aarch64.c:492 1642 #, c-format 1643 msgid "" 1644 "expected an integer register or Advanced SIMD vector register at operand %d" 1645 msgstr "" 1646 1647 #: config/tc-aarch64.c:495 1648 #, c-format 1649 msgid "expected an integer register or SVE vector register at operand %d" 1650 msgstr "" 1651 1652 #: config/tc-aarch64.c:498 1653 #, c-format 1654 msgid "expected an integer or vector register at operand %d" 1655 msgstr "" 1656 1657 #: config/tc-aarch64.c:500 1658 #, c-format 1659 msgid "expected an integer or predicate register at operand %d" 1660 msgstr "" 1661 1662 #: config/tc-aarch64.c:502 1663 #, c-format 1664 msgid "expected an integer, vector or predicate register at operand %d" 1665 msgstr "" 1666 1667 #: config/tc-aarch64.c:507 1668 #, c-format 1669 msgid "expected an SVE vector register or ZA tile slice at operand %d" 1670 msgstr "" 1671 1672 #: config/tc-aarch64.c:715 config/tc-aarch64.c:717 config/tc-arm.c:1188 1673 #: config/tc-score.c:6434 expr.c:1446 read.c:2749 1674 msgid "bad expression" 1675 msgstr "" 1676 1677 #: config/tc-aarch64.c:728 config/tc-sparc.c:3386 1678 msgid "bad segment" 1679 msgstr "" 1680 1681 #: config/tc-aarch64.c:876 1682 msgid "bad vector arrangement type" 1683 msgstr "" 1684 1685 #: config/tc-aarch64.c:1048 1686 #, c-format 1687 msgid "bad size %d in vector width specifier" 1688 msgstr "" 1689 1690 #: config/tc-aarch64.c:1081 1691 #, c-format 1692 msgid "unexpected character `%c' in element size" 1693 msgstr "" 1694 1695 #: config/tc-aarch64.c:1083 1696 msgid "missing element size" 1697 msgstr "" 1698 1699 #: config/tc-aarch64.c:1093 1700 #, c-format 1701 msgid "invalid element size %d and vector size combination %c" 1702 msgstr "" 1703 1704 #: config/tc-aarch64.c:1129 1705 #, c-format 1706 msgid "unexpected character `%c' in predication type" 1707 msgstr "" 1708 1709 #: config/tc-aarch64.c:1132 1710 msgid "missing predication type" 1711 msgstr "" 1712 1713 #: config/tc-aarch64.c:1176 config/tc-aarch64.c:2324 config/tc-aarch64.c:2594 1714 #: config/tc-arm.c:1758 config/tc-arm.c:3965 config/tc-arm.c:5199 1715 #: config/tc-arm.c:7240 1716 msgid "constant expression required" 1717 msgstr "" 1718 1719 #: config/tc-aarch64.c:1230 1720 msgid "syntax error in register list" 1721 msgstr "" 1722 1723 #: config/tc-aarch64.c:1260 1724 msgid "ZA tile number out of range" 1725 msgstr "" 1726 1727 #: config/tc-aarch64.c:1304 1728 msgid "this type of register can't be indexed" 1729 msgstr "" 1730 1731 #: config/tc-aarch64.c:1310 1732 msgid "index not allowed inside register list" 1733 msgstr "" 1734 1735 #. Indexed vector register expected. 1736 #: config/tc-aarch64.c:1325 1737 msgid "indexed vector register expected" 1738 msgstr "" 1739 1740 #: config/tc-aarch64.c:1332 1741 msgid "invalid use of vector register" 1742 msgstr "" 1743 1744 #: config/tc-aarch64.c:1454 1745 msgid "invalid vector register in list" 1746 msgstr "" 1747 1748 #: config/tc-aarch64.c:1462 1749 msgid "invalid scalar register in list" 1750 msgstr "" 1751 1752 #: config/tc-aarch64.c:1475 1753 msgid "invalid range in vector register list" 1754 msgstr "" 1755 1756 #: config/tc-aarch64.c:1488 1757 msgid "type mismatch in vector register list" 1758 msgstr "" 1759 1760 #: config/tc-aarch64.c:1509 1761 msgid "end of vector register list not found" 1762 msgstr "" 1763 1764 #: config/tc-aarch64.c:1527 1765 msgid "expected index" 1766 msgstr "" 1767 1768 #: config/tc-aarch64.c:1534 1769 msgid "too many registers in vector register list" 1770 msgstr "" 1771 1772 #: config/tc-aarch64.c:1539 1773 msgid "empty vector register list" 1774 msgstr "" 1775 1776 #: config/tc-aarch64.c:1609 config/tc-arm.c:2526 1777 #, c-format 1778 msgid "ignoring attempt to redefine built-in register '%s'" 1779 msgstr "" 1780 1781 #: config/tc-aarch64.c:1615 config/tc-arm.c:2531 1782 #, c-format 1783 msgid "ignoring redefinition of register alias '%s'" 1784 msgstr "" 1785 1786 #: config/tc-aarch64.c:1660 config/tc-arm.c:2596 1787 #, c-format 1788 msgid "unknown register '%s' -- .req ignored" 1789 msgstr "" 1790 1791 #: config/tc-aarch64.c:1718 config/tc-arm.c:2804 1792 msgid "invalid syntax for .req directive" 1793 msgstr "" 1794 1795 #: config/tc-aarch64.c:1739 config/tc-arm.c:2837 1796 msgid "invalid syntax for .unreq directive" 1797 msgstr "" 1798 1799 #: config/tc-aarch64.c:1745 config/tc-arm.c:2843 1800 #, c-format 1801 msgid "unknown register alias '%s'" 1802 msgstr "" 1803 1804 #: config/tc-aarch64.c:1747 1805 #, c-format 1806 msgid "ignoring attempt to undefine built-in register '%s'" 1807 msgstr "" 1808 1809 #: config/tc-aarch64.c:2061 config/tc-arm.c:3577 config/tc-arm.c:3604 1810 #: config/tc-arm.c:3617 1811 msgid "literal pool overflow" 1812 msgstr "" 1813 1814 #: config/tc-aarch64.c:2242 config/tc-aarch64.c:7535 config/tc-arm.c:3839 1815 #: config/tc-arm.c:7666 1816 msgid "unrecognized relocation suffix" 1817 msgstr "" 1818 1819 #: config/tc-aarch64.c:2244 1820 msgid "unimplemented relocation suffix" 1821 msgstr "" 1822 1823 #: config/tc-aarch64.c:2561 config/tc-aarch64.c:2752 config/tc-aarch64.c:2796 1824 #: config/tc-csky.c:2360 1825 msgid "immediate operand required" 1826 msgstr "" 1827 1828 #: config/tc-aarch64.c:2570 1829 msgid "missing immediate expression" 1830 msgstr "" 1831 1832 #: config/tc-aarch64.c:2776 config/tc-aarch64.c:7351 config/tc-aarch64.c:7373 1833 msgid "invalid floating-point constant" 1834 msgstr "" 1835 1836 #: config/tc-aarch64.c:3584 config/tc-arm.c:5446 config/tc-arm.c:5454 1837 msgid "shift expression expected" 1838 msgstr "" 1839 1840 #: config/tc-aarch64.c:3592 1841 msgid "shift operator expected" 1842 msgstr "" 1843 1844 #: config/tc-aarch64.c:3600 1845 msgid "invalid use of 'MSL'" 1846 msgstr "" 1847 1848 #: config/tc-aarch64.c:3608 1849 msgid "invalid use of 'MUL'" 1850 msgstr "" 1851 1852 #: config/tc-aarch64.c:3617 1853 msgid "extending shift is not permitted" 1854 msgstr "" 1855 1856 #: config/tc-aarch64.c:3625 1857 msgid "'ROR' shift is not permitted" 1858 msgstr "" 1859 1860 #: config/tc-aarch64.c:3633 1861 msgid "only 'LSL' shift is permitted" 1862 msgstr "" 1863 1864 #: config/tc-aarch64.c:3641 1865 msgid "only 'MUL' is permitted" 1866 msgstr "" 1867 1868 #: config/tc-aarch64.c:3659 1869 msgid "only 'MUL VL' is permitted" 1870 msgstr "" 1871 1872 #: config/tc-aarch64.c:3667 1873 msgid "invalid shift for the register offset addressing mode" 1874 msgstr "" 1875 1876 #: config/tc-aarch64.c:3675 1877 msgid "invalid shift operator" 1878 msgstr "" 1879 1880 #: config/tc-aarch64.c:3709 1881 msgid "missing shift amount" 1882 msgstr "" 1883 1884 #: config/tc-aarch64.c:3716 1885 msgid "constant shift amount required" 1886 msgstr "" 1887 1888 #: config/tc-aarch64.c:3725 1889 msgid "shift amount out of range 0 to 63" 1890 msgstr "" 1891 1892 #: config/tc-aarch64.c:3775 1893 msgid "unexpected shift operator" 1894 msgstr "" 1895 1896 #: config/tc-aarch64.c:3811 1897 msgid "unexpected register in the immediate operand" 1898 msgstr "" 1899 1900 #: config/tc-aarch64.c:3836 1901 msgid "integer register expected in the extended/shifted operand register" 1902 msgstr "" 1903 1904 #: config/tc-aarch64.c:3874 1905 msgid "integer register expected in the shifted operand register" 1906 msgstr "" 1907 1908 #: config/tc-aarch64.c:3906 config/tc-aarch64.c:4093 config/tc-aarch64.c:4234 1909 #: config/tc-aarch64.c:4434 config/tc-aarch64.c:4476 1910 msgid "unknown relocation modifier" 1911 msgstr "" 1912 1913 #: config/tc-aarch64.c:3913 config/tc-aarch64.c:4112 config/tc-aarch64.c:4241 1914 #: config/tc-aarch64.c:4441 config/tc-aarch64.c:4483 1915 msgid "this relocation modifier is not allowed on this instruction" 1916 msgstr "" 1917 1918 #: config/tc-aarch64.c:4121 config/tc-aarch64.c:4253 1919 msgid "invalid relocation expression" 1920 msgstr "" 1921 1922 #: config/tc-aarch64.c:4138 1923 msgid "invalid address" 1924 msgstr "" 1925 1926 #: config/tc-aarch64.c:4156 1927 msgid "expected a 64-bit base register" 1928 msgstr "" 1929 1930 #: config/tc-aarch64.c:4158 1931 msgid "invalid base register" 1932 msgstr "" 1933 1934 #: config/tc-aarch64.c:4160 1935 msgid "expected a base register" 1936 msgstr "" 1937 1938 #: config/tc-aarch64.c:4176 config/tc-aarch64.c:4314 1939 msgid "invalid offset register" 1940 msgstr "" 1941 1942 #: config/tc-aarch64.c:4203 1943 msgid "invalid use of 32-bit register offset" 1944 msgstr "" 1945 1946 #: config/tc-aarch64.c:4212 1947 msgid "offset has different size from base" 1948 msgstr "" 1949 1950 #: config/tc-aarch64.c:4218 1951 msgid "invalid use of 64-bit register offset" 1952 msgstr "" 1953 1954 #. [Xn],#expr 1955 #: config/tc-aarch64.c:4267 config/tc-aarch64.c:4325 1956 msgid "invalid expression in the address" 1957 msgstr "" 1958 1959 #: config/tc-aarch64.c:4281 config/tc-arm.c:6043 config/tc-arm.c:6639 1960 msgid "']' expected" 1961 msgstr "" 1962 1963 #: config/tc-aarch64.c:4289 1964 msgid "register offset not allowed in pre-indexed addressing mode" 1965 msgstr "" 1966 1967 #: config/tc-aarch64.c:4304 config/tc-arm.c:6079 1968 msgid "cannot combine pre- and post-indexing" 1969 msgstr "" 1970 1971 #. Reject [Rn]! 1972 #: config/tc-aarch64.c:4349 1973 msgid "missing offset in the pre-indexed address" 1974 msgstr "" 1975 1976 #: config/tc-aarch64.c:4694 1977 msgid "expected '['" 1978 msgstr "" 1979 1980 #: config/tc-aarch64.c:4702 1981 msgid "expected a 32-bit selection register" 1982 msgstr "" 1983 1984 #: config/tc-aarch64.c:4709 1985 msgid "missing immediate offset" 1986 msgstr "" 1987 1988 #: config/tc-aarch64.c:4715 config/tc-aarch64.c:4724 1989 msgid "expected a constant immediate offset" 1990 msgstr "" 1991 1992 #: config/tc-aarch64.c:4729 1993 msgid "the last offset is less than the first offset" 1994 msgstr "" 1995 1996 #: config/tc-aarch64.c:4735 1997 msgid "the last offset is equal to the first offset" 1998 msgstr "" 1999 2000 #: config/tc-aarch64.c:4757 2001 msgid "invalid vector group size" 2002 msgstr "" 2003 2004 #: config/tc-aarch64.c:4764 2005 msgid "expected ']'" 2006 msgstr "" 2007 2008 #: config/tc-aarch64.c:4824 config/tc-aarch64.c:4932 2009 msgid "expected '}'" 2010 msgstr "" 2011 2012 #: config/tc-aarch64.c:4883 2013 msgid "ZA tile masks do not operate at .Q granularity" 2014 msgstr "" 2015 2016 #: config/tc-aarch64.c:4889 2017 msgid "missing ZA tile size" 2018 msgstr "" 2019 2020 #: config/tc-aarch64.c:4894 2021 msgid "invalid ZA tile" 2022 msgstr "" 2023 2024 #: config/tc-aarch64.c:4919 2025 msgid "expected '{'" 2026 msgstr "" 2027 2028 #: config/tc-aarch64.c:4960 2029 msgid "expected SM or ZA operand" 2030 msgstr "" 2031 2032 #: config/tc-aarch64.c:5028 2033 #, c-format 2034 msgid "selected processor does not support PSTATE field name '%s'" 2035 msgstr "" 2036 2037 #: config/tc-aarch64.c:5033 config/tc-aarch64.c:5078 2038 #, c-format 2039 msgid "selected processor does not support system register name '%s'" 2040 msgstr "" 2041 2042 #: config/tc-aarch64.c:5036 2043 #, c-format 2044 msgid "128-bit-wide accsess not allowed on selected system register '%s'" 2045 msgstr "" 2046 2047 #: config/tc-aarch64.c:5039 config/tc-aarch64.c:5081 2048 #, c-format 2049 msgid "" 2050 "system register name '%s' is deprecated and may be removed in a future " 2051 "release" 2052 msgstr "" 2053 2054 #: config/tc-aarch64.c:5122 2055 msgid "immediate value out of range " 2056 msgstr "" 2057 2058 #: config/tc-aarch64.c:5733 messages.c:151 2059 #, c-format 2060 msgid "Info: " 2061 msgstr "" 2062 2063 #: config/tc-aarch64.c:5751 2064 #, c-format 2065 msgid "missing braces at operand %d" 2066 msgstr "" 2067 2068 #: config/tc-aarch64.c:5762 2069 #, c-format 2070 msgid "unexpected register type at operand %d" 2071 msgstr "" 2072 2073 #: config/tc-aarch64.c:5773 2074 #, c-format 2075 msgid "invalid register list at operand %d" 2076 msgstr "" 2077 2078 #: config/tc-aarch64.c:5786 2079 #, c-format 2080 msgid "expected a register at operand %d" 2081 msgstr "" 2082 2083 #: config/tc-aarch64.c:5793 2084 #, c-format 2085 msgid "expected '{' at operand %d" 2086 msgstr "" 2087 2088 #: config/tc-aarch64.c:5795 2089 #, c-format 2090 msgid "expected a register or register list at operand %d" 2091 msgstr "" 2092 2093 #: config/tc-aarch64.c:5820 2094 #, c-format 2095 msgid "this `%s' should have an immediately preceding `%s' -- `%s'" 2096 msgstr "" 2097 2098 #: config/tc-aarch64.c:5826 2099 #, c-format 2100 msgid "the preceding `%s' should be followed by `%s` rather than `%s` -- `%s'" 2101 msgstr "" 2102 2103 #: config/tc-aarch64.c:5838 config/tc-aarch64.c:5853 config/tc-score.c:2745 2104 #: config/tc-score.c:6423 2105 #, c-format 2106 msgid "%s -- `%s'" 2107 msgstr "" 2108 2109 #: config/tc-aarch64.c:5855 2110 #, c-format 2111 msgid "%s at operand %d -- `%s'" 2112 msgstr "" 2113 2114 #: config/tc-aarch64.c:5861 2115 #, c-format 2116 msgid "operand %d must be %s -- `%s'" 2117 msgstr "" 2118 2119 #: config/tc-aarch64.c:5867 2120 #, c-format 2121 msgid "operand mismatch -- `%s'" 2122 msgstr "" 2123 2124 #. Print the hint. 2125 #: config/tc-aarch64.c:5927 2126 msgid " did you mean this?" 2127 msgstr "" 2128 2129 #: config/tc-aarch64.c:5930 config/tc-aarch64.c:5957 2130 #, c-format 2131 msgid " %s" 2132 msgstr "" 2133 2134 #: config/tc-aarch64.c:5935 2135 msgid " other valid variant(s):" 2136 msgstr "" 2137 2138 #: config/tc-aarch64.c:5964 2139 #, c-format 2140 msgid "operand %d must have the same immediate value as operand 1 -- `%s'" 2141 msgstr "" 2142 2143 #: config/tc-aarch64.c:5970 2144 #, c-format 2145 msgid "operand %d must be the same register as operand 1 -- `%s'" 2146 msgstr "" 2147 2148 #: config/tc-aarch64.c:5975 2149 #, c-format 2150 msgid "%s%d-%s%d expected at operand %d -- `%s'" 2151 msgstr "" 2152 2153 #: config/tc-aarch64.c:5982 2154 #, c-format 2155 msgid "%s out of range %d to %d at operand %d -- `%s'" 2156 msgstr "" 2157 2158 #: config/tc-aarch64.c:5983 config/tc-aarch64.c:5987 config/tc-aarch64.c:8470 2159 msgid "immediate value" 2160 msgstr "" 2161 2162 #: config/tc-aarch64.c:5986 2163 #, c-format 2164 msgid "%s must be %d at operand %d -- `%s'" 2165 msgstr "" 2166 2167 #: config/tc-aarch64.c:5993 2168 #, c-format 2169 msgid "unexpected vector group size at operand %d -- `%s'" 2170 msgstr "" 2171 2172 #: config/tc-aarch64.c:5996 2173 #, c-format 2174 msgid "operand %d must have a vector group size of %d -- `%s'" 2175 msgstr "" 2176 2177 #: config/tc-aarch64.c:6002 2178 #, c-format 2179 msgid "expected a single-register list at operand %d -- `%s'" 2180 msgstr "" 2181 2182 #: config/tc-aarch64.c:6005 2183 #, c-format 2184 msgid "expected a list of %d registers at operand %d -- `%s'" 2185 msgstr "" 2186 2187 #: config/tc-aarch64.c:6008 2188 #, c-format 2189 msgid "expected a list of %d or %d registers at operand %d -- `%s'" 2190 msgstr "" 2191 2192 #: config/tc-aarch64.c:6012 2193 #, c-format 2194 msgid "invalid number of registers in the list at operand %d -- `%s'" 2195 msgstr "" 2196 2197 #: config/tc-aarch64.c:6018 2198 #, c-format 2199 msgid "the register list must have a stride of %d at operand %d -- `%s'" 2200 msgstr "" 2201 2202 #: config/tc-aarch64.c:6021 2203 #, c-format 2204 msgid "the register list must have a stride of %d or %d at operand %d -- `%s`" 2205 msgstr "" 2206 2207 #: config/tc-aarch64.c:6025 2208 #, c-format 2209 msgid "invalid register stride at operand %d -- `%s'" 2210 msgstr "" 2211 2212 #: config/tc-aarch64.c:6030 2213 #, c-format 2214 msgid "immediate value must be a multiple of %d at operand %d -- `%s'" 2215 msgstr "" 2216 2217 #: config/tc-aarch64.c:6473 2218 msgid "the specified relocation type is not allowed for MOVK" 2219 msgstr "" 2220 2221 #: config/tc-aarch64.c:6521 config/tc-aarch64.c:6532 2222 msgid "the specified relocation type is not allowed for 32-bit register" 2223 msgstr "" 2224 2225 #: config/tc-aarch64.c:6627 2226 msgid "relocation qualifier does not match instruction size" 2227 msgstr "" 2228 2229 #: config/tc-aarch64.c:6741 2230 msgid "comma expected between operands" 2231 msgstr "" 2232 2233 #: config/tc-aarch64.c:6777 2234 msgid "invalid Rt register number in 64-byte load/store" 2235 msgstr "" 2236 2237 #: config/tc-aarch64.c:6915 2238 msgid "the top half of a 128-bit FP/SIMD register is expected" 2239 msgstr "" 2240 2241 #: config/tc-aarch64.c:7029 config/tc-aarch64.c:7079 config/tc-arm.c:2200 2242 #: config/tc-arm.c:2245 config/tc-h8300.c:1041 2243 msgid "invalid register list" 2244 msgstr "" 2245 2246 #: config/tc-aarch64.c:7086 2247 msgid "expected element type rather than vector type" 2248 msgstr "" 2249 2250 #: config/tc-aarch64.c:7104 2251 msgid "missing type suffix" 2252 msgstr "" 2253 2254 #: config/tc-aarch64.c:7126 2255 msgid "C8 - C9 expected" 2256 msgstr "" 2257 2258 #: config/tc-aarch64.c:7132 2259 msgid "C0 - C7 expected" 2260 msgstr "" 2261 2262 #: config/tc-aarch64.c:7138 2263 msgid "C0 - C15 expected" 2264 msgstr "" 2265 2266 #: config/tc-aarch64.c:7260 config/tc-aarch64.c:7286 2267 msgid "immediate zero expected" 2268 msgstr "" 2269 2270 #: config/tc-aarch64.c:7388 2271 msgid "shift not allowed for bitmask immediate" 2272 msgstr "" 2273 2274 #: config/tc-aarch64.c:7442 2275 msgid "can't mix relocation modifier with explicit shift" 2276 msgstr "" 2277 2278 #: config/tc-aarch64.c:7495 config/tc-arm.c:15712 config/tc-arm.c:15737 2279 #: config/tc-arm.c:15748 config/tc-arm.c:15755 2280 msgid "invalid condition" 2281 msgstr "" 2282 2283 #: config/tc-aarch64.c:7522 2284 msgid "invalid pc-relative address" 2285 msgstr "" 2286 2287 #. Only permit "=value" in the literal load instructions. 2288 #. The literal will be generated by programmer_friendly_fixup. 2289 #: config/tc-aarch64.c:7530 2290 msgid "invalid use of \"=immediate\"" 2291 msgstr "" 2292 2293 #: config/tc-aarch64.c:7596 config/tc-aarch64.c:7621 config/tc-aarch64.c:7643 2294 #: config/tc-aarch64.c:7675 config/tc-aarch64.c:7693 config/tc-aarch64.c:7717 2295 #: config/tc-aarch64.c:7737 config/tc-aarch64.c:7757 config/tc-aarch64.c:7776 2296 #: config/tc-aarch64.c:7799 config/tc-aarch64.c:7853 config/tc-aarch64.c:7860 2297 #: config/tc-aarch64.c:7905 config/tc-aarch64.c:7927 config/tc-aarch64.c:7952 2298 #: config/tc-aarch64.c:7970 config/tc-aarch64.c:7978 config/tc-aarch64.c:7995 2299 #: config/tc-aarch64.c:8019 2300 msgid "invalid addressing mode" 2301 msgstr "" 2302 2303 #: config/tc-aarch64.c:7659 2304 msgid "the optional immediate offset can only be 0" 2305 msgstr "" 2306 2307 #: config/tc-aarch64.c:7698 config/tc-aarch64.c:7722 config/tc-aarch64.c:7742 2308 #: config/tc-aarch64.c:7762 2309 msgid "relocation not allowed" 2310 msgstr "" 2311 2312 #: config/tc-aarch64.c:7809 2313 msgid "writeback value must be an immediate constant" 2314 msgstr "" 2315 2316 #: config/tc-aarch64.c:7820 config/tc-aarch64.c:8047 2317 msgid "unknown or missing PSTATE field name" 2318 msgstr "" 2319 2320 #. Make sure this has priority over 2321 #. "invalid addressing mode". 2322 #: config/tc-aarch64.c:7868 2323 msgid "constant offset required" 2324 msgstr "" 2325 2326 #: config/tc-aarch64.c:8033 2327 msgid "unknown or missing system register name" 2328 msgstr "" 2329 2330 #: config/tc-aarch64.c:8086 2331 msgid "unknown or missing operation name" 2332 msgstr "" 2333 2334 #: config/tc-aarch64.c:8099 2335 msgid "the specified option is not accepted in ISB" 2336 msgstr "" 2337 2338 #: config/tc-aarch64.c:8111 config/tc-aarch64.c:8128 2339 msgid "the specified option is not accepted in DSB" 2340 msgstr "" 2341 2342 #: config/tc-aarch64.c:8144 2343 msgid "immediate value must be 16, 20, 24, 28" 2344 msgstr "" 2345 2346 #: config/tc-aarch64.c:8158 2347 msgid "" 2348 "invalid prefetch operation (IR is not valid for this instruction variant)" 2349 msgstr "" 2350 2351 #: config/tc-aarch64.c:8190 config/tc-aarch64.c:8225 2352 msgid "missing register index" 2353 msgstr "" 2354 2355 #: config/tc-aarch64.c:8212 2356 msgid "expected '}' after ZT0" 2357 msgstr "" 2358 2359 #: config/tc-aarch64.c:8344 config/tc-aarch64.c:9675 config/tc-arm.c:7934 2360 #, c-format 2361 msgid "unhandled operand code %d" 2362 msgstr "" 2363 2364 #: config/tc-aarch64.c:8390 2365 msgid "unexpected comma before the omitted optional operand" 2366 msgstr "" 2367 2368 #: config/tc-aarch64.c:8418 2369 msgid "unexpected characters following instruction" 2370 msgstr "" 2371 2372 #: config/tc-aarch64.c:8496 config/tc-arm.c:5569 config/tc-arm.c:6187 2373 #: config/tc-arm.c:8746 2374 msgid "constant expression expected" 2375 msgstr "" 2376 2377 #: config/tc-aarch64.c:8503 2378 msgid "literal pool insertion failed" 2379 msgstr "" 2380 2381 #: config/tc-aarch64.c:8575 config/tc-aarch64.c:8594 2382 #, c-format 2383 msgid "unpredictable transfer with writeback -- `%s'" 2384 msgstr "" 2385 2386 #: config/tc-aarch64.c:8598 config/tc-aarch64.c:8612 2387 #, c-format 2388 msgid "unpredictable load of register pair -- `%s'" 2389 msgstr "" 2390 2391 #: config/tc-aarch64.c:8619 config/tc-aarch64.c:8632 2392 #, c-format 2393 msgid "unpredictable: identical transfer and status registers --`%s'" 2394 msgstr "" 2395 2396 #: config/tc-aarch64.c:8627 config/tc-aarch64.c:8641 2397 #, c-format 2398 msgid "unpredictable: identical base and status registers --`%s'" 2399 msgstr "" 2400 2401 #: config/tc-aarch64.c:8661 2402 #, c-format 2403 msgid "previous `%s' sequence has not been closed" 2404 msgstr "" 2405 2406 #: config/tc-aarch64.c:8750 2407 #, c-format 2408 msgid "unknown mnemonic -- `%s'" 2409 msgstr "" 2410 2411 #: config/tc-aarch64.c:8760 2412 #, c-format 2413 msgid "unknown mnemonic `%s' -- `%s'" 2414 msgstr "" 2415 2416 #: config/tc-aarch64.c:8768 2417 #, c-format 2418 msgid "unexpected comma after the mnemonic name `%s' -- `%s'" 2419 msgstr "" 2420 2421 #: config/tc-aarch64.c:8825 2422 #, c-format 2423 msgid "selected processor does not support `%s'" 2424 msgstr "" 2425 2426 #: config/tc-aarch64.c:9330 config/tc-arm.c:27341 2427 msgid "GOT already in the symbol table" 2428 msgstr "" 2429 2430 #: config/tc-aarch64.c:9497 2431 msgid "immediate cannot be moved by a single instruction" 2432 msgstr "" 2433 2434 #: config/tc-aarch64.c:9541 config/tc-aarch64.c:9586 config/tc-aarch64.c:9612 2435 #: config/tc-arm.c:16256 config/tc-arm.c:17953 config/tc-arm.c:18533 2436 #: config/tc-arm.c:18560 config/tc-arm.c:19347 config/tc-arm.c:20182 2437 #: config/tc-arm.c:21205 config/tc-arm.c:21265 config/tc-metag.c:2442 2438 #: config/tc-metag.c:2451 config/tc-metag.c:2490 config/tc-metag.c:2499 2439 #: config/tc-metag.c:3018 config/tc-metag.c:3027 2440 msgid "immediate out of range" 2441 msgstr "" 2442 2443 #: config/tc-aarch64.c:9605 config/tc-metag.c:4652 config/tc-xtensa.c:4230 2444 msgid "invalid immediate" 2445 msgstr "" 2446 2447 #: config/tc-aarch64.c:9670 config/tc-tic6x.c:3853 config/tc-tic6x.c:3918 2448 #: config/tc-tic6x.c:3945 config/tc-tic6x.c:3973 2449 msgid "immediate offset out of range" 2450 msgstr "" 2451 2452 #: config/tc-aarch64.c:9744 config/tc-arm.c:27679 config/tc-arm.c:27747 2453 #: config/tc-arm.c:28029 2454 #, c-format 2455 msgid "undefined symbol %s used as an immediate value" 2456 msgstr "" 2457 2458 #: config/tc-aarch64.c:9756 2459 msgid "pc-relative load offset not word aligned" 2460 msgstr "" 2461 2462 #: config/tc-aarch64.c:9759 2463 msgid "pc-relative load offset out of range" 2464 msgstr "" 2465 2466 #: config/tc-aarch64.c:9771 2467 msgid "pc-relative address offset out of range" 2468 msgstr "" 2469 2470 #: config/tc-aarch64.c:9783 config/tc-aarch64.c:9797 config/tc-aarch64.c:9812 2471 msgid "conditional branch target not word aligned" 2472 msgstr "" 2473 2474 #: config/tc-aarch64.c:9786 config/tc-aarch64.c:9800 config/tc-aarch64.c:9815 2475 #: config/tc-arm.c:28324 2476 msgid "conditional branch out of range" 2477 msgstr "" 2478 2479 #: config/tc-aarch64.c:9828 2480 msgid "branch target not word aligned" 2481 msgstr "" 2482 2483 #: config/tc-aarch64.c:9831 config/tc-arm.c:916 config/tc-arm.c:29130 2484 #: config/tc-kvx.c:1725 config/tc-kvx.c:1731 config/tc-mips.c:16093 2485 #: config/tc-mips.c:16109 config/tc-mips.c:16199 2486 msgid "branch out of range" 2487 msgstr "" 2488 2489 #: config/tc-aarch64.c:9890 config/tc-arm.c:27920 config/tc-arm.c:27935 2490 #: config/tc-arm.c:27950 config/tc-arm.c:27961 config/tc-arm.c:27984 2491 #: config/tc-arm.c:28834 config/tc-moxie.c:711 config/tc-pj.c:449 2492 #: config/tc-sh.c:3709 2493 msgid "offset out of range" 2494 msgstr "" 2495 2496 #: config/tc-aarch64.c:9905 2497 msgid "unsigned value out of range" 2498 msgstr "" 2499 2500 #: config/tc-aarch64.c:9916 2501 msgid "signed value out of range" 2502 msgstr "" 2503 2504 #: config/tc-aarch64.c:10071 2505 #, c-format 2506 msgid "unexpected %s fixup" 2507 msgstr "" 2508 2509 #: config/tc-aarch64.c:10135 config/tc-arm.c:29549 config/tc-arm.c:29570 2510 #: config/tc-mips.c:18461 config/tc-or1k.c:342 config/tc-score.c:7389 2511 #, c-format 2512 msgid "cannot represent %s relocation in this object file format" 2513 msgstr "" 2514 2515 #: config/tc-aarch64.c:10182 2516 #, c-format 2517 msgid "cannot do %u-byte relocation" 2518 msgstr "" 2519 2520 #: config/tc-aarch64.c:10610 config/tc-arm.c:30370 2521 msgid "assemble for big-endian" 2522 msgstr "" 2523 2524 #: config/tc-aarch64.c:10611 config/tc-arm.c:30371 2525 msgid "assemble for little-endian" 2526 msgstr "" 2527 2528 #: config/tc-aarch64.c:10614 2529 msgid "temporary switch for dumping" 2530 msgstr "" 2531 2532 #: config/tc-aarch64.c:10616 2533 msgid "output verbose error messages" 2534 msgstr "" 2535 2536 #: config/tc-aarch64.c:10618 2537 msgid "do not output verbose error messages" 2538 msgstr "" 2539 2540 #: config/tc-aarch64.c:10621 2541 msgid "enable feature flag gating for system registers" 2542 msgstr "" 2543 2544 #: config/tc-aarch64.c:10994 config/tc-arm.c:31559 2545 msgid "invalid architectural extension" 2546 msgstr "" 2547 2548 #: config/tc-aarch64.c:11019 config/tc-arm.c:31591 2549 msgid "must specify extensions to add before specifying those to remove" 2550 msgstr "" 2551 2552 #: config/tc-aarch64.c:11027 config/tc-arm.c:31599 2553 msgid "missing architectural extension" 2554 msgstr "" 2555 2556 #: config/tc-aarch64.c:11055 config/tc-arm.c:31685 2557 #, c-format 2558 msgid "unknown architectural extension `%s'" 2559 msgstr "" 2560 2561 #: config/tc-aarch64.c:11094 config/tc-arm.c:31735 config/tc-metag.c:5830 2562 #, c-format 2563 msgid "missing cpu name `%s'" 2564 msgstr "" 2565 2566 #: config/tc-aarch64.c:11105 config/tc-aarch64.c:11326 config/tc-arm.c:31770 2567 #: config/tc-arm.c:32590 config/tc-csky.c:1242 config/tc-metag.c:5841 2568 #, c-format 2569 msgid "unknown cpu `%s'" 2570 msgstr "" 2571 2572 #: config/tc-aarch64.c:11123 config/tc-arm.c:31788 2573 #, c-format 2574 msgid "missing architecture name `%s'" 2575 msgstr "" 2576 2577 #: config/tc-aarch64.c:11134 config/tc-aarch64.c:11371 config/tc-arm.c:31810 2578 #: config/tc-arm.c:32630 config/tc-arm.c:32666 config/tc-csky.c:1259 2579 #, c-format 2580 msgid "unknown architecture `%s'" 2581 msgstr "" 2582 2583 #: config/tc-aarch64.c:11161 2584 #, c-format 2585 msgid "missing abi name `%s'" 2586 msgstr "" 2587 2588 #: config/tc-aarch64.c:11172 2589 #, c-format 2590 msgid "unknown abi `%s'" 2591 msgstr "" 2592 2593 #: config/tc-aarch64.c:11185 2594 msgid "<abi name>\t specify for ABI <abi name>" 2595 msgstr "" 2596 2597 #: config/tc-aarch64.c:11187 config/tc-arm.c:31897 config/tc-metag.c:5907 2598 msgid "<cpu name>\t assemble for CPU <cpu name>" 2599 msgstr "" 2600 2601 #: config/tc-aarch64.c:11189 config/tc-arm.c:31899 2602 msgid "<arch name>\t assemble for architecture <arch name>" 2603 msgstr "" 2604 2605 #: config/tc-aarch64.c:11228 config/tc-aarch64.c:11247 config/tc-arm.c:31967 2606 #: config/tc-arm.c:31985 config/tc-arm.c:32005 config/tc-metag.c:5931 2607 #, c-format 2608 msgid "option `-%c%s' is deprecated: %s" 2609 msgstr "" 2610 2611 #: config/tc-aarch64.c:11267 2612 #, c-format 2613 msgid " AArch64-specific assembler options:\n" 2614 msgstr "" 2615 2616 #: config/tc-aarch64.c:11278 config/tc-arc.c:3597 config/tc-arm.c:32036 2617 #, c-format 2618 msgid " -EB assemble code for a big-endian cpu\n" 2619 msgstr "" 2620 2621 #: config/tc-aarch64.c:11283 config/tc-arc.c:3599 config/tc-arm.c:32041 2622 #, c-format 2623 msgid " -EL assemble code for a little-endian cpu\n" 2624 msgstr "" 2625 2626 #: config/tc-alpha.c:634 2627 #, c-format 2628 msgid "No !literal!%ld was found" 2629 msgstr "" 2630 2631 #: config/tc-alpha.c:641 2632 #, c-format 2633 msgid "No !tlsgd!%ld was found" 2634 msgstr "" 2635 2636 #: config/tc-alpha.c:648 2637 #, c-format 2638 msgid "No !tlsldm!%ld was found" 2639 msgstr "" 2640 2641 #: config/tc-alpha.c:657 2642 #, c-format 2643 msgid "No ldah !gpdisp!%ld was found" 2644 msgstr "" 2645 2646 #: config/tc-alpha.c:707 2647 #, c-format 2648 msgid "too many !literal!%ld for %s" 2649 msgstr "" 2650 2651 #: config/tc-alpha.c:737 2652 #, c-format 2653 msgid "No lda !gpdisp!%ld was found" 2654 msgstr "" 2655 2656 #. Only support one relocation op per insn. 2657 #: config/tc-alpha.c:896 2658 msgid "More than one relocation op per insn" 2659 msgstr "" 2660 2661 #: config/tc-alpha.c:911 config/tc-arc.c:1137 2662 msgid "No relocation operand" 2663 msgstr "" 2664 2665 #: config/tc-alpha.c:921 2666 #, c-format 2667 msgid "Unknown relocation operand: !%s" 2668 msgstr "" 2669 2670 #: config/tc-alpha.c:931 2671 #, c-format 2672 msgid "no sequence number after !%s" 2673 msgstr "" 2674 2675 #: config/tc-alpha.c:941 2676 #, c-format 2677 msgid "!%s does not use a sequence number" 2678 msgstr "" 2679 2680 #: config/tc-alpha.c:951 2681 #, c-format 2682 msgid "Bad sequence number: !%s!%s" 2683 msgstr "" 2684 2685 #: config/tc-alpha.c:1170 config/tc-alpha.c:3332 2686 #, c-format 2687 msgid "inappropriate arguments for opcode `%s'" 2688 msgstr "" 2689 2690 #: config/tc-alpha.c:1172 config/tc-alpha.c:3334 2691 #, c-format 2692 msgid "opcode `%s' not supported for target %s" 2693 msgstr "" 2694 2695 #: config/tc-alpha.c:1176 config/tc-alpha.c:3338 config/tc-avr.c:1912 2696 #: config/tc-msp430.c:4367 config/tc-wasm32.c:753 2697 #, c-format 2698 msgid "unknown opcode `%s'" 2699 msgstr "" 2700 2701 #: config/tc-alpha.c:1256 config/tc-alpha.c:1515 2702 msgid "overflow in literal (.lita) table" 2703 msgstr "" 2704 2705 #: config/tc-alpha.c:1263 config/tc-alpha.c:1287 config/tc-alpha.c:1528 2706 #: config/tc-alpha.c:2213 config/tc-alpha.c:2258 config/tc-alpha.c:2326 2707 #: config/tc-alpha.c:2407 config/tc-alpha.c:2629 config/tc-alpha.c:2727 2708 msgid "macro requires $at register while noat in effect" 2709 msgstr "" 2710 2711 #: config/tc-alpha.c:1265 config/tc-alpha.c:1289 config/tc-alpha.c:1530 2712 msgid "macro requires $at while $at in use" 2713 msgstr "" 2714 2715 #: config/tc-alpha.c:1474 2716 msgid "bignum invalid; zero assumed" 2717 msgstr "" 2718 2719 #: config/tc-alpha.c:1476 2720 msgid "floating point number invalid; zero assumed" 2721 msgstr "" 2722 2723 #: config/tc-alpha.c:1481 2724 msgid "can't handle expression" 2725 msgstr "" 2726 2727 #: config/tc-alpha.c:1521 2728 msgid "overflow in literal (.lit8) table" 2729 msgstr "" 2730 2731 #: config/tc-alpha.c:1817 2732 #, c-format 2733 msgid "too many ldah insns for !gpdisp!%ld" 2734 msgstr "" 2735 2736 #: config/tc-alpha.c:1819 config/tc-alpha.c:1831 2737 #, c-format 2738 msgid "both insns for !gpdisp!%ld must be in the same section" 2739 msgstr "" 2740 2741 #: config/tc-alpha.c:1829 2742 #, c-format 2743 msgid "too many lda insns for !gpdisp!%ld" 2744 msgstr "" 2745 2746 #: config/tc-alpha.c:1885 2747 #, c-format 2748 msgid "too many lituse insns for !lituse_tlsgd!%ld" 2749 msgstr "" 2750 2751 #: config/tc-alpha.c:1888 2752 #, c-format 2753 msgid "too many lituse insns for !lituse_tlsldm!%ld" 2754 msgstr "" 2755 2756 #: config/tc-alpha.c:1905 2757 #, c-format 2758 msgid "duplicate !tlsgd!%ld" 2759 msgstr "" 2760 2761 #: config/tc-alpha.c:1907 2762 #, c-format 2763 msgid "sequence number in use for !tlsldm!%ld" 2764 msgstr "" 2765 2766 #: config/tc-alpha.c:1921 2767 #, c-format 2768 msgid "duplicate !tlsldm!%ld" 2769 msgstr "" 2770 2771 #: config/tc-alpha.c:1923 2772 #, c-format 2773 msgid "sequence number in use for !tlsgd!%ld" 2774 msgstr "" 2775 2776 #: config/tc-alpha.c:1978 config/tc-arc.c:2869 config/tc-mn10200.c:844 2777 #: config/tc-mn10300.c:1149 config/tc-ppc.c:2065 config/tc-tilegx.c:422 2778 #: config/tc-tilegx.c:472 config/tc-tilepro.c:375 2779 msgid "operand" 2780 msgstr "" 2781 2782 #: config/tc-alpha.c:2117 2783 msgid "invalid relocation for instruction" 2784 msgstr "" 2785 2786 #: config/tc-alpha.c:2130 2787 msgid "invalid relocation for field" 2788 msgstr "" 2789 2790 #: config/tc-alpha.c:2954 2791 msgid "can not resolve expression" 2792 msgstr "" 2793 2794 #: config/tc-alpha.c:3487 config/tc-microblaze.c:183 config/tc-ppc.c:2407 2795 #, c-format 2796 msgid ".COMMon length (%ld.) <0! Ignored." 2797 msgstr "" 2798 2799 #: config/tc-alpha.c:3498 config/tc-ia64.c:1091 config/tc-sparc.c:4278 2800 #: config/tc-v850.c:302 2801 msgid "Ignoring attempt to re-define symbol" 2802 msgstr "" 2803 2804 #: config/tc-alpha.c:3588 config/tc-sparc.c:4286 2805 #, c-format 2806 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." 2807 msgstr "" 2808 2809 #: config/tc-alpha.c:3695 2810 msgid ".ent directive has no name" 2811 msgstr "" 2812 2813 #: config/tc-alpha.c:3703 2814 msgid "nested .ent directives" 2815 msgstr "" 2816 2817 #: config/tc-alpha.c:3747 ecoff.c:2968 2818 msgid ".end directive has no name" 2819 msgstr "" 2820 2821 #: config/tc-alpha.c:3755 2822 msgid ".end directive without matching .ent" 2823 msgstr "" 2824 2825 #: config/tc-alpha.c:3757 2826 msgid ".end directive names different symbol than .ent" 2827 msgstr "" 2828 2829 #: config/tc-alpha.c:3800 ecoff.c:3104 2830 msgid ".fmask outside of .ent" 2831 msgstr "" 2832 2833 #: config/tc-alpha.c:3802 config/tc-score.c:5581 ecoff.c:3168 2834 msgid ".mask outside of .ent" 2835 msgstr "" 2836 2837 #: config/tc-alpha.c:3810 ecoff.c:3111 2838 msgid "bad .fmask directive" 2839 msgstr "" 2840 2841 #: config/tc-alpha.c:3812 ecoff.c:3175 2842 msgid "bad .mask directive" 2843 msgstr "" 2844 2845 #: config/tc-alpha.c:3845 config/tc-mips.c:19943 config/tc-score.c:5715 2846 #: ecoff.c:3132 2847 msgid ".frame outside of .ent" 2848 msgstr "" 2849 2850 #: config/tc-alpha.c:3856 config/tc-mips.c:19954 ecoff.c:3143 2851 msgid "bad .frame directive" 2852 msgstr "" 2853 2854 #: config/tc-alpha.c:3890 2855 msgid ".prologue directive without a preceding .ent directive" 2856 msgstr "" 2857 2858 #: config/tc-alpha.c:3908 2859 #, c-format 2860 msgid "Invalid argument %d to .prologue." 2861 msgstr "" 2862 2863 #: config/tc-alpha.c:3997 2864 msgid "ECOFF debugging is disabled." 2865 msgstr "" 2866 2867 #: config/tc-alpha.c:4011 2868 msgid ".ent directive without matching .end" 2869 msgstr "" 2870 2871 #: config/tc-alpha.c:4105 2872 msgid ".usepv directive has no name" 2873 msgstr "" 2874 2875 #: config/tc-alpha.c:4118 2876 msgid ".usepv directive has no type" 2877 msgstr "" 2878 2879 #: config/tc-alpha.c:4133 2880 msgid "unknown argument for .usepv" 2881 msgstr "" 2882 2883 #: config/tc-alpha.c:4246 2884 #, c-format 2885 msgid "unknown section attribute %s" 2886 msgstr "" 2887 2888 #: config/tc-alpha.c:4341 2889 msgid "previous .ent not closed by a .end" 2890 msgstr "" 2891 2892 #: config/tc-alpha.c:4362 2893 msgid ".ent directive has no symbol" 2894 msgstr "" 2895 2896 #: config/tc-alpha.c:4387 2897 msgid ".handler directive has no name" 2898 msgstr "" 2899 2900 #: config/tc-alpha.c:4418 2901 msgid "Bad .frame directive 1./2. param" 2902 msgstr "" 2903 2904 #: config/tc-alpha.c:4428 2905 #, c-format 2906 msgid "Bad RA (%d) register for .frame" 2907 msgstr "" 2908 2909 #: config/tc-alpha.c:4433 2910 msgid "Bad .frame directive 3./4. param" 2911 msgstr "" 2912 2913 #: config/tc-alpha.c:4469 2914 msgid ".pdesc directive not in link (.link) section" 2915 msgstr "" 2916 2917 #: config/tc-alpha.c:4476 2918 msgid ".pdesc directive has no entry symbol" 2919 msgstr "" 2920 2921 #: config/tc-alpha.c:4487 2922 msgid ".pdesc has a bad entry symbol" 2923 msgstr "" 2924 2925 #: config/tc-alpha.c:4498 2926 msgid ".pdesc doesn't match with last .ent" 2927 msgstr "" 2928 2929 #: config/tc-alpha.c:4513 2930 msgid "No comma after .pdesc <entryname>" 2931 msgstr "" 2932 2933 #: config/tc-alpha.c:4533 2934 msgid "unknown procedure kind" 2935 msgstr "" 2936 2937 #: config/tc-alpha.c:4628 2938 msgid ".name directive not in link (.link) section" 2939 msgstr "" 2940 2941 #: config/tc-alpha.c:4636 2942 msgid ".name directive has no symbol" 2943 msgstr "" 2944 2945 #: config/tc-alpha.c:4670 2946 msgid "No symbol after .linkage" 2947 msgstr "" 2948 2949 #: config/tc-alpha.c:4717 2950 msgid "No symbol after .code_address" 2951 msgstr "" 2952 2953 #: config/tc-alpha.c:4743 config/tc-score.c:5587 2954 msgid "Bad .mask directive" 2955 msgstr "" 2956 2957 #: config/tc-alpha.c:4761 2958 msgid "Bad .fmask directive" 2959 msgstr "" 2960 2961 #: config/tc-alpha.c:4918 2962 #, c-format 2963 msgid "Expected comma after name \"%s\"" 2964 msgstr "" 2965 2966 #: config/tc-alpha.c:4930 2967 #, c-format 2968 msgid "unhandled: .proc %s,%d" 2969 msgstr "" 2970 2971 #: config/tc-alpha.c:4963 2972 #, c-format 2973 msgid "Tried to .set unrecognized mode `%s'" 2974 msgstr "" 2975 2976 #: config/tc-alpha.c:4989 2977 #, c-format 2978 msgid "Bad base register, using $%d." 2979 msgstr "" 2980 2981 #: config/tc-alpha.c:5010 2982 #, c-format 2983 msgid "Alignment too large: %d. assumed" 2984 msgstr "" 2985 2986 #: config/tc-alpha.c:5014 config/tc-d30v.c:2034 config/tc-pru.c:220 2987 #: config/tc-pru.c:336 2988 msgid "Alignment negative: 0 assumed" 2989 msgstr "" 2990 2991 #: config/tc-alpha.c:5109 config/tc-alpha.c:5600 2992 #, c-format 2993 msgid "Unknown CPU identifier `%s'" 2994 msgstr "" 2995 2996 #: config/tc-alpha.c:5300 2997 #, c-format 2998 msgid "Chose GP value of %lx\n" 2999 msgstr "" 3000 3001 #: config/tc-alpha.c:5314 3002 msgid "bad .section directive: want a,s,w,x,M,S,G,T in string" 3003 msgstr "" 3004 3005 #: config/tc-alpha.c:5402 config/tc-alpha.c:5438 config/tc-arc.c:768 3006 #: config/tc-arc.c:2563 config/tc-arc.c:2595 config/tc-arc.c:2701 3007 #: config/tc-cr16.c:807 config/tc-cr16.c:826 config/tc-cris.c:1223 3008 #: config/tc-crx.c:510 config/tc-crx.c:532 config/tc-crx.c:543 3009 #: config/tc-dlx.c:289 config/tc-hppa.c:8251 config/tc-i386.c:3604 3010 #: config/tc-i386.c:3649 config/tc-ia64.c:5360 config/tc-ia64.c:7399 3011 #: config/tc-ia64.c:7458 config/tc-kvx.c:1478 config/tc-m68k.c:4556 3012 #: config/tc-m68k.c:4568 config/tc-mips.c:3708 config/tc-mips.c:3741 3013 #: config/tc-mips.c:3767 config/tc-nds32.c:3440 config/tc-ns32k.c:1908 3014 #: config/tc-ppc.c:1745 config/tc-ppc.c:1785 config/tc-pru.c:1574 3015 #: config/tc-pru.c:1578 config/tc-s390.c:624 config/tc-s390.c:662 3016 #: config/tc-sparc.c:961 config/tc-sparc.c:993 config/tc-tic30.c:121 3017 #: config/tc-tic30.c:131 config/tc-tic30.c:141 config/tc-tic30.c:151 3018 #: config/tc-tic4x.c:1216 config/tc-tilegx.c:316 config/tc-tilepro.c:252 3019 #: config/tc-vax.c:963 config/tc-vax.c:968 ecoff.c:1583 3020 #, c-format 3021 msgid "duplicate %s" 3022 msgstr "" 3023 3024 #: config/tc-alpha.c:5521 config/tc-arc.c:2531 config/tc-arc.c:2545 3025 #: config/tc-arm.c:888 config/tc-xtensa.c:5474 config/tc-xtensa.c:5550 3026 #: config/tc-xtensa.c:5667 config/tc-z80.c:3704 3027 msgid "syntax error" 3028 msgstr "" 3029 3030 #: config/tc-alpha.c:5651 3031 msgid "" 3032 "Alpha options:\n" 3033 "-32addr\t\t\ttreat addresses as 32-bit values\n" 3034 "-F\t\t\tlack floating point instructions support\n" 3035 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n" 3036 "\t\t\tspecify variant of Alpha architecture\n" 3037 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -" 3038 "m21264b\n" 3039 "\t\t\tthese variants include PALcode opcodes\n" 3040 msgstr "" 3041 3042 #: config/tc-alpha.c:5661 3043 msgid "" 3044 "VMS options:\n" 3045 "-+\t\t\tencode (don't truncate) names longer than 64 characters\n" 3046 "-H\t\t\tshow new symbol after hash truncation\n" 3047 "-replace/-noreplace\tenable or disable the optimization of procedure calls\n" 3048 msgstr "" 3049 3050 #: config/tc-alpha.c:5918 config/tc-arc.c:3144 3051 #, c-format 3052 msgid "unhandled relocation type %s" 3053 msgstr "" 3054 3055 #: config/tc-alpha.c:5931 config/tc-arc.c:3152 3056 msgid "non-absolute expression in constant field" 3057 msgstr "" 3058 3059 #: config/tc-alpha.c:5945 3060 #, c-format 3061 msgid "type %d reloc done?\n" 3062 msgstr "" 3063 3064 #: config/tc-alpha.c:5992 config/tc-alpha.c:5999 3065 msgid "Used $at without \".set noat\"" 3066 msgstr "" 3067 3068 #: config/tc-alpha.c:6168 3069 #, c-format 3070 msgid "!samegp reloc against symbol without .prologue: %s" 3071 msgstr "" 3072 3073 #: config/tc-alpha.c:6212 config/tc-arc.c:3275 config/tc-csky.c:5686 3074 #: config/tc-tilegx.c:1737 config/tc-tilepro.c:1518 config/tc-wasm32.c:813 3075 #: config/tc-xtensa.c:6177 3076 #, c-format 3077 msgid "cannot represent `%s' relocation in object file" 3078 msgstr "" 3079 3080 #: config/tc-alpha.c:6218 config/tc-arc.c:3281 3081 #, c-format 3082 msgid "internal error? cannot generate `%s' relocation" 3083 msgstr "" 3084 3085 #: config/tc-alpha.c:6314 3086 #, c-format 3087 msgid "frame reg expected, using $%d." 3088 msgstr "" 3089 3090 #: config/tc-arc.c:831 3091 #, c-format 3092 msgid "invalid %s option for %s cpu" 3093 msgstr "" 3094 3095 #: config/tc-arc.c:836 3096 msgid "conflicting ISA extension attributes." 3097 msgstr "" 3098 3099 #: config/tc-arc.c:856 3100 msgid "Multiple .cpu directives found" 3101 msgstr "" 3102 3103 #: config/tc-arc.c:874 3104 msgid "Command-line value overrides \".cpu\" directive" 3105 msgstr "" 3106 3107 #: config/tc-arc.c:890 3108 #, c-format 3109 msgid "unknown architecture: %s\n" 3110 msgstr "" 3111 3112 #: config/tc-arc.c:901 config/tc-ia64.c:7468 config/tc-tilegx.c:262 3113 msgid "Could not set architecture and machine" 3114 msgstr "" 3115 3116 #: config/tc-arc.c:1126 3117 msgid "No valid label relocation operand" 3118 msgstr "" 3119 3120 #: config/tc-arc.c:1150 3121 #, c-format 3122 msgid "Unknown relocation operand: @%s" 3123 msgstr "" 3124 3125 #: config/tc-arc.c:1163 3126 #, c-format 3127 msgid "Unable to parse TLS base: %s" 3128 msgstr "" 3129 3130 #: config/tc-arc.c:1186 3131 #, c-format 3132 msgid "@%s is not a complex relocation." 3133 msgstr "" 3134 3135 #: config/tc-arc.c:1193 3136 #, c-format 3137 msgid "Bad expression: @%s + %s." 3138 msgstr "" 3139 3140 #: config/tc-arc.c:1343 3141 msgid "Brackets in operand field incorrect" 3142 msgstr "" 3143 3144 #: config/tc-arc.c:1345 config/tc-xtensa.c:2073 3145 msgid "extra comma" 3146 msgstr "" 3147 3148 #: config/tc-arc.c:1347 config/tc-pru.c:1456 config/tc-pru.c:1703 3149 #: config/tc-xtensa.c:2077 3150 msgid "missing argument" 3151 msgstr "" 3152 3153 #: config/tc-arc.c:1349 config/tc-xtensa.c:2079 3154 msgid "missing comma or colon" 3155 msgstr "" 3156 3157 #: config/tc-arc.c:1418 3158 msgid "extra dot" 3159 msgstr "" 3160 3161 #: config/tc-arc.c:1420 3162 msgid "unrecognized flag" 3163 msgstr "" 3164 3165 #: config/tc-arc.c:1422 3166 msgid "failed to parse flags" 3167 msgstr "" 3168 3169 #: config/tc-arc.c:1448 3170 msgid "Unhandled reloc type" 3171 msgstr "" 3172 3173 #: config/tc-arc.c:1966 3174 msgid "immediate is out of bounds" 3175 msgstr "" 3176 3177 #: config/tc-arc.c:1974 3178 msgid "immediate is not 32bit aligned" 3179 msgstr "" 3180 3181 #: config/tc-arc.c:1981 3182 msgid "immediate is not 16bit aligned" 3183 msgstr "" 3184 3185 #: config/tc-arc.c:2062 3186 msgid "operand is not duplicate of the previous one" 3187 msgstr "" 3188 3189 #: config/tc-arc.c:2082 3190 msgid "flag mismatch" 3191 msgstr "" 3192 3193 #: config/tc-arc.c:2094 config/tc-pru.c:1412 config/tc-pru.c:1437 3194 #: config/tc-xtensa.c:2143 3195 msgid "too many arguments" 3196 msgstr "" 3197 3198 #: config/tc-arc.c:2499 3199 #, c-format 3200 msgid "%s for instruction '%s'" 3201 msgstr "" 3202 3203 #: config/tc-arc.c:2501 3204 #, c-format 3205 msgid "inappropriate arguments for opcode '%s'" 3206 msgstr "" 3207 3208 #: config/tc-arc.c:2503 3209 #, c-format 3210 msgid "opcode '%s' not supported for target %s" 3211 msgstr "" 3212 3213 #: config/tc-arc.c:2507 config/tc-tic6x.c:3187 3214 #, c-format 3215 msgid "unknown opcode '%s'" 3216 msgstr "" 3217 3218 #: config/tc-arc.c:2613 config/tc-arc.c:5090 config/tc-h8300.c:78 3219 #: config/tc-h8300.c:87 config/tc-h8300.c:97 config/tc-h8300.c:107 3220 #: config/tc-h8300.c:117 config/tc-h8300.c:128 config/tc-h8300.c:243 3221 #: config/tc-hppa.c:6826 config/tc-hppa.c:6832 config/tc-hppa.c:6838 3222 #: config/tc-hppa.c:6844 config/tc-hppa.c:8230 config/tc-kvx.c:1438 3223 #: config/tc-lm32.c:197 config/tc-mips.c:3698 config/tc-mips.c:4192 3224 #: config/tc-mn10300.c:934 config/tc-mn10300.c:939 config/tc-mn10300.c:2438 3225 #: config/tc-riscv.c:1908 config/tc-riscv.c:5850 3226 msgid "could not set architecture and machine" 3227 msgstr "" 3228 3229 #: config/tc-arc.c:2814 3230 #, c-format 3231 msgid "unhandled reloc %s in md_pcrel_from_section" 3232 msgstr "" 3233 3234 #: config/tc-arc.c:2879 3235 msgid "Unaligned operand. Needs to be 32bit aligned" 3236 msgstr "" 3237 3238 #: config/tc-arc.c:2884 3239 msgid "Unaligned operand. Needs to be 16bit aligned" 3240 msgstr "" 3241 3242 #: config/tc-arc.c:3015 3243 #, c-format 3244 msgid "PC relative relocation not allowed for (internal) type %d" 3245 msgstr "" 3246 3247 #. FIXME! Check for the conditionality of 3248 #. the insn. 3249 #. FIXME! Check for the conditionality of 3250 #. the insn. 3251 #: config/tc-arc.c:3060 config/tc-arc.c:4041 3252 msgid "TLS_*_S9 relocs are not supported yet" 3253 msgstr "" 3254 3255 #. I cannot fix an GOTPC relocation because I need to relax it 3256 #. from ld rx,[pcl,@sym@gotpc] to add rx,pcl,@sym@gotpc. 3257 #: config/tc-arc.c:3096 3258 msgid "Unsupported operation on reloc" 3259 msgstr "" 3260 3261 #: config/tc-arc.c:3172 config/tc-arc.c:3188 3262 msgid "unknown fixup size" 3263 msgstr "" 3264 3265 #: config/tc-arc.c:3322 3266 msgid "no relaxation found for this instruction." 3267 msgstr "" 3268 3269 #: config/tc-arc.c:3575 3270 #, c-format 3271 msgid "ARC-specific assembler options:\n" 3272 msgstr "" 3273 3274 #: config/tc-arc.c:3601 3275 #, c-format 3276 msgid " -mrelax enable relaxation\n" 3277 msgstr "" 3278 3279 #: config/tc-arc.c:3604 3280 #, c-format 3281 msgid "" 3282 "The following ARC-specific assembler options are deprecated and are " 3283 "accepted\n" 3284 "for compatibility only:\n" 3285 msgstr "" 3286 3287 #: config/tc-arc.c:3607 3288 #, c-format 3289 msgid "" 3290 " -mEA\n" 3291 " -mbarrel-shifter\n" 3292 " -mbarrel_shifter\n" 3293 " -mcrc\n" 3294 " -mdsp-packa\n" 3295 " -mdsp_packa\n" 3296 " -mdvbf\n" 3297 " -mld-extension-reg-mask\n" 3298 " -mlock\n" 3299 " -mmac-24\n" 3300 " -mmac-d16\n" 3301 " -mmac_24\n" 3302 " -mmac_d16\n" 3303 " -mmin-max\n" 3304 " -mmin_max\n" 3305 " -mmul64\n" 3306 " -mno-mpy\n" 3307 " -mnorm\n" 3308 " -mrtsc\n" 3309 " -msimd\n" 3310 " -mswap\n" 3311 " -mswape\n" 3312 " -mtelephony\n" 3313 " -muser-mode-only\n" 3314 " -mxy\n" 3315 msgstr "" 3316 3317 #: config/tc-arc.c:3697 3318 #, c-format 3319 msgid "Unable to find %s relocation for instruction %s" 3320 msgstr "" 3321 3322 #: config/tc-arc.c:3992 3323 #, c-format 3324 msgid "Unable to use @plt relocation for insn %s" 3325 msgstr "" 3326 3327 #: config/tc-arc.c:4011 3328 #, c-format 3329 msgid "Unable to use @pcl relocation for insn %s" 3330 msgstr "" 3331 3332 #: config/tc-arc.c:4066 3333 #, c-format 3334 msgid "invalid relocation %s for field" 3335 msgstr "" 3336 3337 #: config/tc-arc.c:4175 3338 #, c-format 3339 msgid "Insn %s has a jump/branch instruction %s in its delay slot." 3340 msgstr "" 3341 3342 #: config/tc-arc.c:4180 3343 #, c-format 3344 msgid "Insn %s has an instruction %s with limm in its delay slot." 3345 msgstr "" 3346 3347 #: config/tc-arc.c:4290 config/tc-microblaze.c:2611 config/tc-mn10300.c:1068 3348 #: config/tc-sh.c:418 config/tc-z80.c:1147 read.c:4899 3349 #, c-format 3350 msgid "unsupported BFD relocation size %u" 3351 msgstr "" 3352 3353 #: config/tc-arc.c:4310 3354 #, c-format 3355 msgid "Jump/Branch instruction detected at the end of the ZOL label @%s" 3356 msgstr "" 3357 3358 #: config/tc-arc.c:4317 3359 #, c-format 3360 msgid "Kernel instruction detected at the end of the ZOL label @%s" 3361 msgstr "" 3362 3363 #: config/tc-arc.c:4322 3364 #, c-format 3365 msgid "" 3366 "A jump instruction with long immediate detected at the end of the ZOL label @" 3367 "%s" 3368 msgstr "" 3369 3370 #: config/tc-arc.c:4328 3371 #, c-format 3372 msgid "An illegal use of delay slot detected at the end of the ZOL label @%s" 3373 msgstr "" 3374 3375 #: config/tc-arc.c:4437 3376 msgid "expected comma after instruction name" 3377 msgstr "" 3378 3379 #: config/tc-arc.c:4449 3380 msgid "expected comma after major opcode" 3381 msgstr "" 3382 3383 #: config/tc-arc.c:4634 3384 #, c-format 3385 msgid "Pseudocode already used %s" 3386 msgstr "" 3387 3388 #: config/tc-arc.c:4642 3389 #, c-format 3390 msgid "major opcode not in range [0x%02x - 0x%02x]" 3391 msgstr "" 3392 3393 #: config/tc-arc.c:4646 3394 msgid "minor opcode not in range [0x00 - 0x3f]" 3395 msgstr "" 3396 3397 #: config/tc-arc.c:4652 3398 msgid "Improper use of OP1_IMM_IMPLIED" 3399 msgstr "" 3400 3401 #: config/tc-arc.c:4658 3402 msgid "Improper use of OP1_MUST_BE_IMM" 3403 msgstr "" 3404 3405 #: config/tc-arc.c:4670 3406 msgid "Couldn't generate extension instruction opcodes" 3407 msgstr "" 3408 3409 #: config/tc-arc.c:4705 3410 msgid "expected comma after name" 3411 msgstr "" 3412 3413 #: config/tc-arc.c:4716 3414 #, c-format 3415 msgid "%s second argument cannot be a negative number %d" 3416 msgstr "" 3417 3418 #: config/tc-arc.c:4731 3419 msgid "expected comma after register number" 3420 msgstr "" 3421 3422 #: config/tc-arc.c:4752 3423 msgid "invalid mode" 3424 msgstr "" 3425 3426 #: config/tc-arc.c:4770 3427 msgid "expected comma after register mode" 3428 msgstr "" 3429 3430 #: config/tc-arc.c:4785 3431 msgid "shortcut designator invalid" 3432 msgstr "" 3433 3434 #: config/tc-arc.c:4883 3435 #, c-format 3436 msgid "core register %s value (%d) too large" 3437 msgstr "" 3438 3439 #: config/tc-arc.c:4895 3440 #, c-format 3441 msgid "duplicate aux register %s" 3442 msgstr "" 3443 3444 #: config/tc-arc.c:4900 3445 #, c-format 3446 msgid "condition code %s value (%d) too large" 3447 msgstr "" 3448 3449 #: config/tc-arc.c:4917 3450 msgid "Unknown extension" 3451 msgstr "" 3452 3453 #: config/tc-arc.c:5024 3454 msgid "Overwrite explicitly set Tag_ARC_CPU_base" 3455 msgstr "" 3456 3457 #: config/tc-arc.c:5074 3458 msgid "Overwrite explicitly set Tag_ARC_ABI_rf16 to full register file" 3459 msgstr "" 3460 3461 #: config/tc-arm.c:702 3462 msgid "ARM register expected" 3463 msgstr "" 3464 3465 #: config/tc-arm.c:703 3466 msgid "bad or missing co-processor number" 3467 msgstr "" 3468 3469 #: config/tc-arm.c:704 3470 msgid "co-processor register expected" 3471 msgstr "" 3472 3473 #: config/tc-arm.c:705 3474 msgid "VFP single precision register expected" 3475 msgstr "" 3476 3477 #: config/tc-arm.c:706 3478 msgid "VFP/Neon double precision register expected" 3479 msgstr "" 3480 3481 #: config/tc-arm.c:707 3482 msgid "Neon quad precision register expected" 3483 msgstr "" 3484 3485 #: config/tc-arm.c:708 3486 msgid "VFP single or double precision register expected" 3487 msgstr "" 3488 3489 #: config/tc-arm.c:709 3490 msgid "Neon double or quad precision register expected" 3491 msgstr "" 3492 3493 #: config/tc-arm.c:710 3494 msgid "Neon single or double precision register expected" 3495 msgstr "" 3496 3497 #: config/tc-arm.c:711 3498 msgid "VFP single, double or Neon quad precision register expected" 3499 msgstr "" 3500 3501 #: config/tc-arm.c:713 3502 msgid "VFP system register expected" 3503 msgstr "" 3504 3505 #: config/tc-arm.c:714 3506 msgid "iWMMXt data register expected" 3507 msgstr "" 3508 3509 #: config/tc-arm.c:715 config/tc-arm.c:7734 3510 msgid "iWMMXt control register expected" 3511 msgstr "" 3512 3513 #: config/tc-arm.c:716 3514 msgid "iWMMXt scalar register expected" 3515 msgstr "" 3516 3517 #: config/tc-arm.c:717 3518 msgid "XScale accumulator register expected" 3519 msgstr "" 3520 3521 #: config/tc-arm.c:718 3522 msgid "MVE vector register expected" 3523 msgstr "" 3524 3525 #: config/tc-arm.c:720 3526 msgid "ZR register expected" 3527 msgstr "" 3528 3529 #: config/tc-arm.c:721 3530 msgid "Pseudo register expected" 3531 msgstr "" 3532 3533 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 3534 #: config/tc-arm.c:889 config/tc-score.c:255 3535 msgid "bad arguments to instruction" 3536 msgstr "" 3537 3538 #: config/tc-arm.c:890 3539 msgid "r13 not allowed here" 3540 msgstr "" 3541 3542 #: config/tc-arm.c:891 3543 msgid "r15 not allowed here" 3544 msgstr "" 3545 3546 #: config/tc-arm.c:892 3547 msgid "Odd register not allowed here" 3548 msgstr "" 3549 3550 #: config/tc-arm.c:893 3551 msgid "Even register not allowed here" 3552 msgstr "" 3553 3554 #: config/tc-arm.c:894 3555 msgid "instruction cannot be conditional" 3556 msgstr "" 3557 3558 #: config/tc-arm.c:895 3559 msgid "registers may not be the same" 3560 msgstr "" 3561 3562 #: config/tc-arm.c:896 3563 msgid "lo register required" 3564 msgstr "" 3565 3566 #: config/tc-arm.c:897 3567 msgid "instruction not supported in Thumb16 mode" 3568 msgstr "" 3569 3570 #: config/tc-arm.c:898 3571 msgid "instruction does not accept this addressing mode" 3572 msgstr "" 3573 3574 #: config/tc-arm.c:899 3575 msgid "branch must be last instruction in IT block" 3576 msgstr "" 3577 3578 #: config/tc-arm.c:900 3579 msgid "branch out of range or not a multiple of 2" 3580 msgstr "" 3581 3582 #: config/tc-arm.c:901 3583 msgid "instruction not allowed in VPT block" 3584 msgstr "" 3585 3586 #: config/tc-arm.c:902 3587 msgid "instruction not allowed in IT block" 3588 msgstr "" 3589 3590 #: config/tc-arm.c:903 3591 msgid "instruction missing MVE vector predication code" 3592 msgstr "" 3593 3594 #: config/tc-arm.c:904 3595 msgid "selected FPU does not support instruction" 3596 msgstr "" 3597 3598 #: config/tc-arm.c:905 3599 msgid "thumb conditional instruction should be in IT block" 3600 msgstr "" 3601 3602 #: config/tc-arm.c:907 3603 msgid "vector predicated instruction should be in VPT/VPST block" 3604 msgstr "" 3605 3606 #: config/tc-arm.c:908 3607 msgid "incorrect condition in IT block" 3608 msgstr "" 3609 3610 #: config/tc-arm.c:909 3611 msgid "incorrect condition in VPT/VPST block" 3612 msgstr "" 3613 3614 #: config/tc-arm.c:910 3615 msgid "IT falling in the range of a previous IT block" 3616 msgstr "" 3617 3618 #: config/tc-arm.c:911 3619 msgid "missing .fnstart before unwinding directive" 3620 msgstr "" 3621 3622 #: config/tc-arm.c:913 3623 msgid "cannot use register index with PC-relative addressing" 3624 msgstr "" 3625 3626 #: config/tc-arm.c:915 3627 msgid "cannot use writeback with PC-relative addressing" 3628 msgstr "" 3629 3630 #: config/tc-arm.c:917 3631 msgid "selected processor does not support fp16 instruction" 3632 msgstr "" 3633 3634 #: config/tc-arm.c:918 3635 msgid "selected processor does not support bf16 instruction" 3636 msgstr "" 3637 3638 #: config/tc-arm.c:919 3639 msgid "selected processor does not support cde instruction" 3640 msgstr "" 3641 3642 #: config/tc-arm.c:920 3643 msgid "coprocessor for insn is not enabled for cde" 3644 msgstr "" 3645 3646 #: config/tc-arm.c:921 3647 msgid "using " 3648 msgstr "" 3649 3650 #: config/tc-arm.c:922 3651 msgid "relocation valid in thumb1 code only" 3652 msgstr "" 3653 3654 #: config/tc-arm.c:923 3655 msgid "Warning: instruction is UNPREDICTABLE in an IT block" 3656 msgstr "" 3657 3658 #: config/tc-arm.c:925 3659 msgid "Warning: instruction is UNPREDICTABLE in a VPT block" 3660 msgstr "" 3661 3662 #: config/tc-arm.c:927 3663 msgid "Warning: instruction is UNPREDICTABLE with PC operand" 3664 msgstr "" 3665 3666 #: config/tc-arm.c:929 3667 msgid "Warning: instruction is UNPREDICTABLE with SP operand" 3668 msgstr "" 3669 3670 #: config/tc-arm.c:931 3671 msgid "bad type in SIMD instruction" 3672 msgstr "" 3673 3674 #: config/tc-arm.c:933 3675 msgid "" 3676 "GAS auto-detection mode and -march=all is deprecated for MVE, please use a " 3677 "valid -march or -mcpu option." 3678 msgstr "" 3679 3680 #: config/tc-arm.c:935 3681 msgid "" 3682 "Warning: 32-bit element size and same destination and source operands makes " 3683 "instruction UNPREDICTABLE" 3684 msgstr "" 3685 3686 #: config/tc-arm.c:937 3687 msgid "bad element type for instruction" 3688 msgstr "" 3689 3690 #: config/tc-arm.c:938 3691 msgid "MVE vector register Q[0..7] expected" 3692 msgstr "" 3693 3694 #: config/tc-arm.c:939 3695 msgid "selected processor does not support PACBTI extention" 3696 msgstr "" 3697 3698 #: config/tc-arm.c:1159 3699 msgid "immediate expression requires a # prefix" 3700 msgstr "" 3701 3702 #: config/tc-arm.c:1188 read.c:4130 3703 msgid "missing expression" 3704 msgstr "" 3705 3706 #: config/tc-arm.c:1202 config/tc-arm.c:5582 config/tc-score.c:1205 3707 msgid "invalid constant" 3708 msgstr "" 3709 3710 #: config/tc-arm.c:1337 3711 msgid "expected #constant" 3712 msgstr "" 3713 3714 #: config/tc-arm.c:1504 3715 msgid "unexpected type character `b' -- did you mean `bf'?" 3716 msgstr "" 3717 3718 #: config/tc-arm.c:1511 config/tc-arm.c:1533 3719 #, c-format 3720 msgid "bad size %d in type specifier" 3721 msgstr "" 3722 3723 #: config/tc-arm.c:1516 3724 #, c-format 3725 msgid "unexpected character `%c' in type specifier" 3726 msgstr "" 3727 3728 #: config/tc-arm.c:1583 3729 msgid "only one type should be specified for operand" 3730 msgstr "" 3731 3732 #: config/tc-arm.c:1589 3733 msgid "vector type expected" 3734 msgstr "" 3735 3736 #: config/tc-arm.c:1698 3737 msgid "expected MVE register [q0..q7]" 3738 msgstr "" 3739 3740 #: config/tc-arm.c:1718 3741 msgid "can't redefine type for operand" 3742 msgstr "" 3743 3744 #: config/tc-arm.c:1734 3745 msgid "only D and Q registers may be indexed" 3746 msgstr "" 3747 3748 #: config/tc-arm.c:1736 3749 msgid "only D registers may be indexed" 3750 msgstr "" 3751 3752 #: config/tc-arm.c:1742 3753 msgid "can't change index for operand" 3754 msgstr "" 3755 3756 #: config/tc-arm.c:1805 3757 msgid "register operand expected, but got scalar" 3758 msgstr "" 3759 3760 #: config/tc-arm.c:1856 3761 msgid "scalar must have an index" 3762 msgstr "" 3763 3764 #: config/tc-arm.c:1861 config/tc-arm.c:20027 config/tc-arm.c:20110 3765 #: config/tc-arm.c:20783 3766 msgid "scalar index out of range" 3767 msgstr "" 3768 3769 #: config/tc-arm.c:1940 3770 msgid "r0-r12, lr or APSR expected" 3771 msgstr "" 3772 3773 #: config/tc-arm.c:1967 config/tc-arm.c:4369 3774 msgid "bad range in register list" 3775 msgstr "" 3776 3777 #: config/tc-arm.c:1975 config/tc-arm.c:1984 config/tc-arm.c:2025 3778 #: config/tc-arm.c:4353 config/tc-arm.c:4373 3779 #, c-format 3780 msgid "Warning: duplicated register (r%d) in register list" 3781 msgstr "" 3782 3783 #: config/tc-arm.c:1987 3784 msgid "Warning: register range not in ascending order" 3785 msgstr "" 3786 3787 #: config/tc-arm.c:1998 3788 msgid "missing `}'" 3789 msgstr "" 3790 3791 #: config/tc-arm.c:2014 3792 msgid "invalid register mask" 3793 msgstr "" 3794 3795 #: config/tc-arm.c:2091 3796 msgid "expecting {" 3797 msgstr "" 3798 3799 #: config/tc-arm.c:2158 config/tc-arm.c:2266 3800 msgid "VPR expected last" 3801 msgstr "" 3802 3803 #: config/tc-arm.c:2164 3804 msgid "VFP single precision register or VPR expected" 3805 msgstr "" 3806 3807 #. regtype == REG_TYPE_VFD. 3808 #: config/tc-arm.c:2167 3809 msgid "VFP/Neon double precision register or VPR expected" 3810 msgstr "" 3811 3812 #: config/tc-arm.c:2184 config/tc-arm.c:2228 3813 msgid "register out of range in list" 3814 msgstr "" 3815 3816 #: config/tc-arm.c:2206 config/tc-arm.c:4519 config/tc-arm.c:4653 3817 msgid "register list not in ascending order" 3818 msgstr "" 3819 3820 #: config/tc-arm.c:2237 3821 msgid "register range not in ascending order" 3822 msgstr "" 3823 3824 #: config/tc-arm.c:2276 3825 msgid "non-contiguous register range" 3826 msgstr "" 3827 3828 #: config/tc-arm.c:2336 3829 msgid "register stride must be 1" 3830 msgstr "" 3831 3832 #: config/tc-arm.c:2337 3833 msgid "register stride must be 1 or 2" 3834 msgstr "" 3835 3836 #: config/tc-arm.c:2338 3837 msgid "mismatched element/structure types in list" 3838 msgstr "" 3839 3840 #: config/tc-arm.c:2408 3841 msgid "don't use Rn-Rm syntax with non-unit stride" 3842 msgstr "" 3843 3844 #: config/tc-arm.c:2463 3845 msgid "error parsing element/structure list" 3846 msgstr "" 3847 3848 #: config/tc-arm.c:2469 3849 msgid "expected }" 3850 msgstr "" 3851 3852 #: config/tc-arm.c:2558 3853 msgid "attempt to redefine typed alias" 3854 msgstr "" 3855 3856 #: config/tc-arm.c:2693 3857 msgid "bad type for register" 3858 msgstr "" 3859 3860 #: config/tc-arm.c:2704 3861 msgid "expression must be constant" 3862 msgstr "" 3863 3864 #: config/tc-arm.c:2721 3865 msgid "can't redefine the type of a register alias" 3866 msgstr "" 3867 3868 #: config/tc-arm.c:2728 3869 msgid "you must specify a single type only" 3870 msgstr "" 3871 3872 #: config/tc-arm.c:2741 3873 msgid "can't redefine the index of a scalar alias" 3874 msgstr "" 3875 3876 #: config/tc-arm.c:2749 3877 msgid "scalar index must be constant" 3878 msgstr "" 3879 3880 #: config/tc-arm.c:2758 3881 msgid "expecting ]" 3882 msgstr "" 3883 3884 #: config/tc-arm.c:2810 3885 msgid "invalid syntax for .dn directive" 3886 msgstr "" 3887 3888 #: config/tc-arm.c:2816 3889 msgid "invalid syntax for .qn directive" 3890 msgstr "" 3891 3892 #: config/tc-arm.c:2845 3893 #, c-format 3894 msgid "ignoring attempt to use .unreq on fixed register name: '%s'" 3895 msgstr "" 3896 3897 #: config/tc-arm.c:3107 3898 #, c-format 3899 msgid "Failed to find real start of function: %s" 3900 msgstr "" 3901 3902 #: config/tc-arm.c:3124 3903 msgid "selected processor does not support THUMB opcodes" 3904 msgstr "" 3905 3906 #: config/tc-arm.c:3137 3907 msgid "selected processor does not support ARM opcodes" 3908 msgstr "" 3909 3910 #: config/tc-arm.c:3149 3911 #, c-format 3912 msgid "invalid instruction size selected (%d)" 3913 msgstr "" 3914 3915 #: config/tc-arm.c:3181 3916 #, c-format 3917 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" 3918 msgstr "" 3919 3920 #: config/tc-arm.c:3237 3921 #, c-format 3922 msgid "expected comma after name \"%s\"" 3923 msgstr "" 3924 3925 #: config/tc-arm.c:3286 config/tc-m32r.c:584 3926 #, c-format 3927 msgid "symbol `%s' already defined" 3928 msgstr "" 3929 3930 #: config/tc-arm.c:3319 3931 #, c-format 3932 msgid "unrecognized syntax mode \"%s\"" 3933 msgstr "" 3934 3935 #: config/tc-arm.c:3349 3936 msgid ".ref pseudo-op only available with -mccs flag." 3937 msgstr "" 3938 3939 #: config/tc-arm.c:3390 3940 msgid ".asmfunc repeated." 3941 msgstr "" 3942 3943 #: config/tc-arm.c:3394 3944 msgid ".asmfunc without function." 3945 msgstr "" 3946 3947 #: config/tc-arm.c:3400 3948 msgid ".asmfunc pseudo-op only available with -mccs flag." 3949 msgstr "" 3950 3951 #: config/tc-arm.c:3411 3952 msgid ".endasmfunc without a .asmfunc." 3953 msgstr "" 3954 3955 #: config/tc-arm.c:3415 3956 msgid ".endasmfunc without function." 3957 msgstr "" 3958 3959 #: config/tc-arm.c:3426 3960 msgid ".endasmfunc pseudo-op only available with -mccs flag." 3961 msgstr "" 3962 3963 #: config/tc-arm.c:3438 3964 msgid ".def pseudo-op only available with -mccs flag." 3965 msgstr "" 3966 3967 #: config/tc-arm.c:3597 3968 msgid "invalid type for literal pool" 3969 msgstr "" 3970 3971 #: config/tc-arm.c:3677 config/tc-tic54x.c:5368 3972 #, c-format 3973 msgid "Invalid label '%s'" 3974 msgstr "" 3975 3976 #: config/tc-arm.c:3853 3977 msgid "(plt) is only valid on branch targets" 3978 msgstr "" 3979 3980 #: config/tc-arm.c:3859 config/tc-csky.c:7686 config/tc-s390.c:1317 3981 #: config/tc-s390.c:2119 config/tc-xtensa.c:1698 3982 #, c-format 3983 msgid "%s relocations do not fit in %d byte" 3984 msgid_plural "%s relocations do not fit in %d bytes" 3985 msgstr[0] "" 3986 msgstr[1] "" 3987 3988 #: config/tc-arm.c:3941 3989 msgid ".inst.n operand too big. Use .inst.w instead" 3990 msgstr "" 3991 3992 #: config/tc-arm.c:3961 3993 msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead" 3994 msgstr "" 3995 3996 #: config/tc-arm.c:3991 3997 msgid "width suffixes are invalid in ARM mode" 3998 msgstr "" 3999 4000 #: config/tc-arm.c:4035 dwarf2dbg.c:1467 4001 msgid "expected 0 or 1" 4002 msgstr "" 4003 4004 #: config/tc-arm.c:4039 4005 msgid "missing comma" 4006 msgstr "" 4007 4008 #: config/tc-arm.c:4072 4009 msgid "duplicate .fnstart directive" 4010 msgstr "" 4011 4012 #: config/tc-arm.c:4102 config/tc-tic6x.c:410 4013 msgid "duplicate .handlerdata directive" 4014 msgstr "" 4015 4016 #: config/tc-arm.c:4121 4017 msgid ".fnend directive without .fnstart" 4018 msgstr "" 4019 4020 #: config/tc-arm.c:4188 config/tc-tic6x.c:391 4021 msgid "personality routine specified for cantunwind frame" 4022 msgstr "" 4023 4024 #: config/tc-arm.c:4205 config/tc-tic6x.c:452 4025 msgid "duplicate .personalityindex directive" 4026 msgstr "" 4027 4028 #: config/tc-arm.c:4212 config/tc-tic6x.c:459 4029 msgid "bad personality routine number" 4030 msgstr "" 4031 4032 #: config/tc-arm.c:4234 config/tc-tic6x.c:476 4033 msgid "duplicate .personality directive" 4034 msgstr "" 4035 4036 #: config/tc-arm.c:4260 4037 #, c-format 4038 msgid "Unknown register no. encountered: %d" 4039 msgstr "" 4040 4041 #: config/tc-arm.c:4356 4042 msgid "Warning: register list not in ascending order" 4043 msgstr "" 4044 4045 #: config/tc-arm.c:4363 config/tc-epiphany.c:378 config/tc-m68k.c:5866 4046 #: config/tc-m68k.c:5895 4047 msgid "bad register list" 4048 msgstr "" 4049 4050 #: config/tc-arm.c:4421 config/tc-arm.c:4471 4051 msgid "expected register list" 4052 msgstr "" 4053 4054 #: config/tc-arm.c:4533 config/tc-arm.c:4667 4055 msgid "bad register range" 4056 msgstr "" 4057 4058 #: config/tc-arm.c:4722 4059 msgid "register expected" 4060 msgstr "" 4061 4062 #: config/tc-arm.c:4755 4063 msgid ".unwind_save does not support this kind of register" 4064 msgstr "" 4065 4066 #: config/tc-arm.c:4794 4067 msgid "SP and PC not permitted in .unwind_movsp directive" 4068 msgstr "" 4069 4070 #: config/tc-arm.c:4799 4071 msgid "unexpected .unwind_movsp directive" 4072 msgstr "" 4073 4074 #: config/tc-arm.c:4826 4075 msgid "stack increment must be multiple of 4" 4076 msgstr "" 4077 4078 #: config/tc-arm.c:4874 4079 msgid "expected <reg>, <reg>" 4080 msgstr "" 4081 4082 #: config/tc-arm.c:4892 4083 msgid "register must be either sp or set by a previousunwind_movsp directive" 4084 msgstr "" 4085 4086 #: config/tc-arm.c:4931 4087 msgid "expected <offset>, <opcode>" 4088 msgstr "" 4089 4090 #: config/tc-arm.c:4943 4091 msgid "unwind opcode too long" 4092 msgstr "" 4093 4094 #: config/tc-arm.c:4948 4095 msgid "invalid unwind opcode" 4096 msgstr "" 4097 4098 #: config/tc-arm.c:5064 config/tc-arm.c:31714 4099 #, c-format 4100 msgid "unrecognised float16 format \"%s\"" 4101 msgstr "" 4102 4103 #: config/tc-arm.c:5075 4104 msgid "float16 format cannot be set more than once, ignoring." 4105 msgstr "" 4106 4107 #: config/tc-arm.c:5088 4108 msgid "the floating-point format has not been set (or has been disabled)" 4109 msgstr "" 4110 4111 #: config/tc-arm.c:5205 config/tc-arm.c:6193 config/tc-arm.c:11458 4112 #: config/tc-arm.c:11991 config/tc-arm.c:14122 config/tc-arm.c:16073 4113 #: config/tc-arm.c:16108 config/tc-arm.c:17036 config/tc-arm.c:18949 4114 #: config/tc-arm.c:18957 config/tc-arm.c:18964 config/tc-arm.c:20624 4115 #: config/tc-arm.c:28711 config/tc-arm.c:28775 config/tc-arm.c:28783 4116 #: config/tc-metag.c:5172 config/tc-z8k.c:1161 config/tc-z8k.c:1171 4117 msgid "immediate value out of range" 4118 msgstr "" 4119 4120 #: config/tc-arm.c:5466 4121 msgid "'UXTW' not allowed here" 4122 msgstr "" 4123 4124 #: config/tc-arm.c:5474 4125 msgid "'LSL' or 'ASR' required" 4126 msgstr "" 4127 4128 #: config/tc-arm.c:5482 4129 msgid "'LSL' required" 4130 msgstr "" 4131 4132 #: config/tc-arm.c:5490 4133 msgid "'ASR' required" 4134 msgstr "" 4135 4136 #: config/tc-arm.c:5497 4137 msgid "'UXTW' required" 4138 msgstr "" 4139 4140 #: config/tc-arm.c:5576 4141 msgid "invalid rotation" 4142 msgstr "" 4143 4144 #: config/tc-arm.c:5758 config/tc-arm.c:5971 4145 msgid "unknown group relocation" 4146 msgstr "" 4147 4148 #: config/tc-arm.c:5794 4149 msgid "alignment must be constant" 4150 msgstr "" 4151 4152 #: config/tc-arm.c:6005 4153 msgid "this group relocation is not allowed on this instruction" 4154 msgstr "" 4155 4156 #: config/tc-arm.c:6061 4157 msgid "'}' expected at end of 'option' field" 4158 msgstr "" 4159 4160 #: config/tc-arm.c:6066 4161 msgid "cannot combine index with option" 4162 msgstr "" 4163 4164 #: config/tc-arm.c:6330 4165 msgid "unexpected bit specified after APSR" 4166 msgstr "" 4167 4168 #: config/tc-arm.c:6342 4169 msgid "selected processor does not support DSP extension" 4170 msgstr "" 4171 4172 #: config/tc-arm.c:6354 4173 msgid "bad bitmask specified after APSR" 4174 msgstr "" 4175 4176 #: config/tc-arm.c:6377 4177 msgid "writing to APSR without specifying a bitmask is deprecated" 4178 msgstr "" 4179 4180 #: config/tc-arm.c:6389 config/tc-arm.c:13225 config/tc-arm.c:13270 4181 #: config/tc-arm.c:13274 4182 msgid "selected processor does not support requested special purpose register" 4183 msgstr "" 4184 4185 #: config/tc-arm.c:6394 4186 msgid "flag for {c}psr instruction expected" 4187 msgstr "" 4188 4189 #: config/tc-arm.c:6458 4190 msgid "unrecognized CPS flag" 4191 msgstr "" 4192 4193 #: config/tc-arm.c:6465 4194 msgid "missing CPS flags" 4195 msgstr "" 4196 4197 #: config/tc-arm.c:6488 config/tc-arm.c:6494 4198 msgid "valid endian specifiers are be or le" 4199 msgstr "" 4200 4201 #: config/tc-arm.c:6516 4202 msgid "missing rotation field after comma" 4203 msgstr "" 4204 4205 #: config/tc-arm.c:6531 4206 msgid "rotation can only be 0, 8, 16, or 24" 4207 msgstr "" 4208 4209 #: config/tc-arm.c:6560 4210 msgid "condition required" 4211 msgstr "" 4212 4213 #: config/tc-arm.c:6601 config/tc-arm.c:9720 4214 msgid "'[' expected" 4215 msgstr "" 4216 4217 #: config/tc-arm.c:6614 4218 msgid "',' expected" 4219 msgstr "" 4220 4221 #: config/tc-arm.c:6631 4222 msgid "invalid shift" 4223 msgstr "" 4224 4225 #: config/tc-arm.c:6711 4226 msgid "expected ARM or MVE vector register" 4227 msgstr "" 4228 4229 #: config/tc-arm.c:6760 4230 msgid "can't use Neon quad register here" 4231 msgstr "" 4232 4233 #: config/tc-arm.c:6829 4234 msgid "expected <Rm> or <Dm> or <Qm> operand" 4235 msgstr "" 4236 4237 #: config/tc-arm.c:6929 4238 msgid "VFP single, double or MVE vector register expected" 4239 msgstr "" 4240 4241 #: config/tc-arm.c:6949 4242 msgid "parse error" 4243 msgstr "" 4244 4245 #: config/tc-arm.c:7245 4246 msgid "immediate value 48 or 64 expected" 4247 msgstr "" 4248 4249 #. ISB can only take SY as an option. 4250 #: config/tc-arm.c:7294 4251 msgid "invalid barrier type" 4252 msgstr "" 4253 4254 #: config/tc-arm.c:7463 4255 msgid "only floating point zero is allowed as immediate value" 4256 msgstr "" 4257 4258 #: config/tc-arm.c:7558 4259 msgid "immediate value is out of range" 4260 msgstr "" 4261 4262 #: config/tc-arm.c:7719 4263 msgid "iWMMXt data or control register expected" 4264 msgstr "" 4265 4266 #: config/tc-arm.c:7760 4267 msgid "Banked registers are not available with this architecture." 4268 msgstr "" 4269 4270 #: config/tc-arm.c:8008 4271 msgid "operand must be LR register" 4272 msgstr "" 4273 4274 #: config/tc-arm.c:8013 4275 msgid "operand must be SP register" 4276 msgstr "" 4277 4278 #: config/tc-arm.c:8018 4279 msgid "operand must be r12" 4280 msgstr "" 4281 4282 #: config/tc-arm.c:8089 config/tc-score.c:260 4283 msgid "garbage following instruction" 4284 msgstr "" 4285 4286 #. If REG is R13 (the stack pointer), warn that its use is 4287 #. deprecated. 4288 #: config/tc-arm.c:8139 4289 msgid "use of r13 is deprecated" 4290 msgstr "" 4291 4292 #: config/tc-arm.c:8157 config/tc-arm.c:20324 4293 msgid "" 4294 "scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE" 4295 msgstr "" 4296 4297 #: config/tc-arm.c:8232 4298 msgid "D register out of range for selected VFP version" 4299 msgstr "" 4300 4301 #: config/tc-arm.c:8329 config/tc-arm.c:11147 4302 msgid "Instruction does not support =N addresses" 4303 msgstr "" 4304 4305 #: config/tc-arm.c:8337 4306 msgid "instruction does not accept preindexed addressing" 4307 msgstr "" 4308 4309 #. unindexed - only for coprocessor 4310 #: config/tc-arm.c:8353 config/tc-arm.c:11210 4311 msgid "instruction does not accept unindexed addressing" 4312 msgstr "" 4313 4314 #: config/tc-arm.c:8361 4315 msgid "destination register same as write-back base" 4316 msgstr "" 4317 4318 #: config/tc-arm.c:8362 4319 msgid "source register same as write-back base" 4320 msgstr "" 4321 4322 #: config/tc-arm.c:8412 4323 msgid "use of PC in this instruction is deprecated" 4324 msgstr "" 4325 4326 #: config/tc-arm.c:8435 4327 msgid "instruction does not accept scaled register index" 4328 msgstr "" 4329 4330 #: config/tc-arm.c:8738 4331 msgid "invalid pseudo operation" 4332 msgstr "" 4333 4334 #. FIXME: The code that was here previously could not 4335 #. work. Firstly, it tried to convert a floating point 4336 #. number into an extended precision format, but only 4337 #. provided a buffer of 5 littlenums, which was too 4338 #. small. Secondly, it then didn't deal with the value 4339 #. converted correctly, just reading out the first 4 4340 #. littlenum fields and assuming that could be used 4341 #. directly. 4342 #. 4343 #. I think the code was intended to handle expressions 4344 #. such as: 4345 #. 4346 #. LDR r0, =1.0 4347 #. VLDR d0, =55.3 4348 #. 4349 #. but the parsers currently don't permit floating-point 4350 #. literal values to be written this way, so this code 4351 #. is probably unreachable. To be safe, we simply 4352 #. return an error here. 4353 #: config/tc-arm.c:8780 4354 msgid "constant expression not supported" 4355 msgstr "" 4356 4357 #: config/tc-arm.c:8984 4358 msgid "invalid co-processor operand" 4359 msgstr "" 4360 4361 #: config/tc-arm.c:9000 4362 msgid "instruction does not support unindexed addressing" 4363 msgstr "" 4364 4365 #: config/tc-arm.c:9015 4366 msgid "pc may not be used with write-back" 4367 msgstr "" 4368 4369 #: config/tc-arm.c:9020 4370 msgid "instruction does not support writeback" 4371 msgstr "" 4372 4373 #: config/tc-arm.c:9126 4374 msgid "Rn must not overlap other operands" 4375 msgstr "" 4376 4377 #: config/tc-arm.c:9131 4378 msgid "swp{b} use is obsoleted for ARMv8 and later" 4379 msgstr "" 4380 4381 #: config/tc-arm.c:9134 4382 msgid "swp{b} use is deprecated for ARMv6 and ARMv7" 4383 msgstr "" 4384 4385 #: config/tc-arm.c:9246 config/tc-arm.c:9265 config/tc-arm.c:9278 4386 #: config/tc-arm.c:11828 config/tc-arm.c:11859 config/tc-arm.c:11881 4387 msgid "bit-field extends past end of register" 4388 msgstr "" 4389 4390 #: config/tc-arm.c:9308 4391 msgid "the only valid suffixes here are '(plt)' and '(tlscall)'" 4392 msgstr "" 4393 4394 #: config/tc-arm.c:9361 4395 msgid "use of r15 in blx in ARM mode is not really useful" 4396 msgstr "" 4397 4398 #: config/tc-arm.c:9383 4399 msgid "use of r15 in bx in ARM mode is not really useful" 4400 msgstr "" 4401 4402 #: config/tc-arm.c:9409 4403 msgid "use of r15 in bxj is not really useful" 4404 msgstr "" 4405 4406 #: config/tc-arm.c:9457 4407 msgid "This coprocessor register access is deprecated in ARMv8" 4408 msgstr "" 4409 4410 #: config/tc-arm.c:9665 config/tc-arm.c:9674 4411 msgid "writeback of base register is UNPREDICTABLE" 4412 msgstr "" 4413 4414 #: config/tc-arm.c:9668 4415 msgid "writeback of base register when in register list is UNPREDICTABLE" 4416 msgstr "" 4417 4418 #: config/tc-arm.c:9678 4419 msgid "if writeback register is in list, it must be the lowest reg in the list" 4420 msgstr "" 4421 4422 #: config/tc-arm.c:9715 4423 msgid "first transfer register must be even" 4424 msgstr "" 4425 4426 #: config/tc-arm.c:9718 4427 msgid "can only transfer two consecutive registers" 4428 msgstr "" 4429 4430 #. If op 1 were present and equal to PC, this function wouldn't 4431 #. have been called in the first place. 4432 #. If op 2 were present and equal to PC, this function wouldn't 4433 #. have been called in the first place. 4434 #: config/tc-arm.c:9719 config/tc-arm.c:9789 config/tc-arm.c:10520 4435 #: config/tc-arm.c:12714 4436 msgid "r14 not allowed here" 4437 msgstr "" 4438 4439 #: config/tc-arm.c:9731 4440 msgid "base register written back, and overlaps second transfer register" 4441 msgstr "" 4442 4443 #: config/tc-arm.c:9741 4444 msgid "index register overlaps transfer register" 4445 msgstr "" 4446 4447 #: config/tc-arm.c:9770 config/tc-arm.c:10487 4448 msgid "offset must be zero in ARM encoding" 4449 msgstr "" 4450 4451 #: config/tc-arm.c:9783 config/tc-arm.c:10514 4452 msgid "even register required" 4453 msgstr "" 4454 4455 #: config/tc-arm.c:9786 4456 msgid "can only load two consecutive registers" 4457 msgstr "" 4458 4459 #: config/tc-arm.c:9804 4460 msgid "ldr to register 15 must be 4-byte aligned" 4461 msgstr "" 4462 4463 #: config/tc-arm.c:9827 config/tc-arm.c:9859 4464 msgid "this instruction requires a post-indexed address" 4465 msgstr "" 4466 4467 #: config/tc-arm.c:9886 4468 msgid "Rd and Rm should be different in mla" 4469 msgstr "" 4470 4471 #: config/tc-arm.c:9913 config/tc-arm.c:13089 4472 msgid ":lower16: not allowed in this instruction" 4473 msgstr "" 4474 4475 #: config/tc-arm.c:9915 config/tc-arm.c:13094 4476 msgid ":upper16: not allowed in this instruction" 4477 msgstr "" 4478 4479 #: config/tc-arm.c:9932 4480 msgid "operand 1 must be FPSCR" 4481 msgstr "" 4482 4483 #: config/tc-arm.c:9985 config/tc-arm.c:9994 config/tc-arm.c:10048 4484 #: config/tc-arm.c:10057 4485 msgid "selected processor does not support instruction" 4486 msgstr "" 4487 4488 #: config/tc-arm.c:9997 config/tc-arm.c:10060 4489 msgid "accessing MVE system register without MVE is UNPREDICTABLE" 4490 msgstr "" 4491 4492 #: config/tc-arm.c:10088 config/tc-arm.c:13208 4493 msgid "bad register for mrs" 4494 msgstr "" 4495 4496 #: config/tc-arm.c:10095 config/tc-arm.c:13232 4497 msgid "'APSR', 'CPSR' or 'SPSR' expected" 4498 msgstr "" 4499 4500 #: config/tc-arm.c:10136 4501 msgid "Rd and Rm should be different in mul" 4502 msgstr "" 4503 4504 #: config/tc-arm.c:10155 config/tc-arm.c:10432 config/tc-arm.c:13371 4505 msgid "rdhi and rdlo must be different" 4506 msgstr "" 4507 4508 #: config/tc-arm.c:10161 4509 msgid "rdhi, rdlo and rm must all be different" 4510 msgstr "" 4511 4512 #: config/tc-arm.c:10227 4513 msgid "'[' expected after PLD mnemonic" 4514 msgstr "" 4515 4516 #: config/tc-arm.c:10229 config/tc-arm.c:10244 4517 msgid "post-indexed expression used in preload instruction" 4518 msgstr "" 4519 4520 #: config/tc-arm.c:10231 config/tc-arm.c:10246 4521 msgid "writeback used in preload instruction" 4522 msgstr "" 4523 4524 #: config/tc-arm.c:10233 config/tc-arm.c:10248 4525 msgid "unindexed addressing used in preload instruction" 4526 msgstr "" 4527 4528 #: config/tc-arm.c:10242 4529 msgid "'[' expected after PLI mnemonic" 4530 msgstr "" 4531 4532 #: config/tc-arm.c:10257 config/tc-arm.c:13540 4533 msgid "push/pop do not support {reglist}^" 4534 msgstr "" 4535 4536 #: config/tc-arm.c:10335 config/tc-arm.c:13717 4537 msgid "setend use is deprecated for ARMv8" 4538 msgstr "" 4539 4540 #: config/tc-arm.c:10356 config/tc-arm.c:13778 config/tc-arm.c:13810 4541 #: config/tc-arm.c:13853 4542 msgid "extraneous shift as part of operand to shift insn" 4543 msgstr "" 4544 4545 #: config/tc-arm.c:10366 config/tc-arm.c:13916 4546 msgid "immediate too large (bigger than 0xF)" 4547 msgstr "" 4548 4549 #: config/tc-arm.c:10390 config/tc-arm.c:10399 4550 msgid "selected processor does not support SETPAN instruction" 4551 msgstr "" 4552 4553 #: config/tc-arm.c:10458 4554 msgid "SRS base register must be r13" 4555 msgstr "" 4556 4557 #: config/tc-arm.c:10517 4558 msgid "can only store two consecutive registers" 4559 msgstr "" 4560 4561 #: config/tc-arm.c:10639 config/tc-arm.c:10660 4562 msgid "only two consecutive VFP SP registers allowed here" 4563 msgstr "" 4564 4565 #: config/tc-arm.c:10688 config/tc-arm.c:10703 4566 msgid "this addressing mode requires base-register writeback" 4567 msgstr "" 4568 4569 #. If srcsize is 16, inst.operands[1].imm must be in the range 0-16. 4570 #. i.e. immbits must be in range 0 - 16. 4571 #: config/tc-arm.c:10832 4572 msgid "immediate value out of range, expected range [0, 16]" 4573 msgstr "" 4574 4575 #. If srcsize is 32, inst.operands[1].imm must be in the range 1-32. 4576 #. i.e. immbits must be in range 0 - 31. 4577 #: config/tc-arm.c:10839 4578 msgid "immediate value out of range, expected range [1, 32]" 4579 msgstr "" 4580 4581 #: config/tc-arm.c:10880 4582 msgid "only r15 allowed here" 4583 msgstr "" 4584 4585 #: config/tc-arm.c:11015 4586 msgid "immediate operand requires iWMMXt2" 4587 msgstr "" 4588 4589 #: config/tc-arm.c:11108 4590 msgid "shift by register not allowed in thumb mode" 4591 msgstr "" 4592 4593 #: config/tc-arm.c:11120 config/tc-arm.c:13962 config/tc-arm.c:28002 4594 msgid "shift expression is too large" 4595 msgstr "" 4596 4597 #: config/tc-arm.c:11153 4598 msgid "cannot use register index with this instruction" 4599 msgstr "" 4600 4601 #: config/tc-arm.c:11155 4602 msgid "Thumb does not support negative register indexing" 4603 msgstr "" 4604 4605 #: config/tc-arm.c:11157 4606 msgid "Thumb does not support register post-indexing" 4607 msgstr "" 4608 4609 #: config/tc-arm.c:11159 4610 msgid "Thumb does not support register indexing with writeback" 4611 msgstr "" 4612 4613 #: config/tc-arm.c:11161 4614 msgid "Thumb supports only LSL in shifted register indexing" 4615 msgstr "" 4616 4617 #: config/tc-arm.c:11170 config/tc-arm.c:19692 4618 msgid "shift out of range" 4619 msgstr "" 4620 4621 #: config/tc-arm.c:11179 4622 msgid "cannot use writeback with this instruction" 4623 msgstr "" 4624 4625 #: config/tc-arm.c:11200 4626 msgid "cannot use post-indexing with PC-relative addressing" 4627 msgstr "" 4628 4629 #: config/tc-arm.c:11201 4630 msgid "cannot use post-indexing with this instruction" 4631 msgstr "" 4632 4633 #: config/tc-arm.c:11439 4634 msgid "cannot honor width suffix" 4635 msgstr "" 4636 4637 #: config/tc-arm.c:11453 4638 msgid "only SUBS PC, LR, #const allowed" 4639 msgstr "" 4640 4641 #: config/tc-arm.c:11536 config/tc-arm.c:11696 config/tc-arm.c:11793 4642 #: config/tc-arm.c:13169 config/tc-arm.c:13477 4643 msgid "shift must be constant" 4644 msgstr "" 4645 4646 #: config/tc-arm.c:11541 4647 msgid "shift value over 3 not allowed in thumb mode" 4648 msgstr "" 4649 4650 #: config/tc-arm.c:11543 4651 msgid "only LSL shift allowed in thumb mode" 4652 msgstr "" 4653 4654 #: config/tc-arm.c:11567 config/tc-arm.c:11711 config/tc-arm.c:11808 4655 #: config/tc-arm.c:13182 4656 msgid "unshifted register required" 4657 msgstr "" 4658 4659 #: config/tc-arm.c:11582 config/tc-arm.c:11819 config/tc-arm.c:13332 4660 msgid "dest must overlap one source register" 4661 msgstr "" 4662 4663 #: config/tc-arm.c:11714 config/tc-csky.c:6044 4664 msgid "dest and source1 must be the same register" 4665 msgstr "" 4666 4667 #: config/tc-arm.c:11954 4668 msgid "" 4669 "selected architecture does not support wide conditional branch instruction" 4670 msgstr "" 4671 4672 #: config/tc-arm.c:11987 4673 msgid "instruction is always unconditional" 4674 msgstr "" 4675 4676 #: config/tc-arm.c:12162 4677 msgid "selected processor does not support 'A' form of this instruction" 4678 msgstr "" 4679 4680 #: config/tc-arm.c:12165 4681 msgid "Thumb does not support the 2-argument form of this instruction" 4682 msgstr "" 4683 4684 #: config/tc-arm.c:12290 4685 msgid "SP not allowed in register list" 4686 msgstr "" 4687 4688 #: config/tc-arm.c:12294 4689 msgid "" 4690 "having the base register in the register list when using write back is " 4691 "UNPREDICTABLE" 4692 msgstr "" 4693 4694 #: config/tc-arm.c:12302 4695 msgid "LR and PC should not both be in register list" 4696 msgstr "" 4697 4698 #: config/tc-arm.c:12310 4699 msgid "PC not allowed in register list" 4700 msgstr "" 4701 4702 #: config/tc-arm.c:12355 4703 msgid "Thumb load/store multiple does not support {reglist}^" 4704 msgstr "" 4705 4706 #: config/tc-arm.c:12433 config/tc-arm.c:12467 4707 #, c-format 4708 msgid "value stored for r%d is UNKNOWN" 4709 msgstr "" 4710 4711 #: config/tc-arm.c:12460 4712 msgid "Thumb-2 instruction only valid in unified syntax" 4713 msgstr "" 4714 4715 #: config/tc-arm.c:12464 config/tc-arm.c:12474 4716 msgid "this instruction will write back the base register" 4717 msgstr "" 4718 4719 #: config/tc-arm.c:12477 4720 msgid "this instruction will not write back the base register" 4721 msgstr "" 4722 4723 #: config/tc-arm.c:12508 4724 msgid "r14 not allowed as first register when second register is omitted" 4725 msgstr "" 4726 4727 #: config/tc-arm.c:12608 4728 msgid "" 4729 "This instruction may be unpredictable if executed on M-profile cores with " 4730 "interrupts enabled." 4731 msgstr "" 4732 4733 #: config/tc-arm.c:12637 config/tc-arm.c:12650 config/tc-arm.c:12686 4734 msgid "Thumb does not support this addressing mode" 4735 msgstr "" 4736 4737 #: config/tc-arm.c:12654 4738 msgid "byte or halfword not valid for base register" 4739 msgstr "" 4740 4741 #: config/tc-arm.c:12657 4742 msgid "r15 based store not allowed" 4743 msgstr "" 4744 4745 #: config/tc-arm.c:12659 4746 msgid "invalid base register for register offset" 4747 msgstr "" 4748 4749 #: config/tc-arm.c:12716 4750 msgid "r12 not allowed here" 4751 msgstr "" 4752 4753 #: config/tc-arm.c:12722 4754 msgid "base register written back, and overlaps one of transfer registers" 4755 msgstr "" 4756 4757 #: config/tc-arm.c:12850 4758 #, c-format 4759 msgid "" 4760 "Use of r%u as a source register is deprecated when r%u is the destination " 4761 "register." 4762 msgstr "" 4763 4764 #: config/tc-arm.c:13045 4765 msgid "shifts in CMP/MOV instructions are only supported in unified syntax" 4766 msgstr "" 4767 4768 #: config/tc-arm.c:13073 4769 msgid "only lo regs allowed with immediate" 4770 msgstr "" 4771 4772 #: config/tc-arm.c:13250 4773 msgid "Thumb encoding does not support an immediate here" 4774 msgstr "" 4775 4776 #: config/tc-arm.c:13337 4777 msgid "Thumb-2 MUL must not set flags" 4778 msgstr "" 4779 4780 #: config/tc-arm.c:13402 4781 msgid "Thumb does not support NOP with hints" 4782 msgstr "" 4783 4784 #: config/tc-arm.c:13562 config/tc-arm.c:13574 4785 msgid "invalid register list to push/pop instruction" 4786 msgstr "" 4787 4788 #: config/tc-arm.c:13837 4789 msgid "source1 and dest must be same register" 4790 msgstr "" 4791 4792 #: config/tc-arm.c:13862 4793 msgid "ror #imm not supported" 4794 msgstr "" 4795 4796 #: config/tc-arm.c:13913 4797 msgid "SMC is not permitted on this architecture" 4798 msgstr "" 4799 4800 #: config/tc-arm.c:14079 4801 msgid "Thumb encoding does not support rotation" 4802 msgstr "" 4803 4804 #: config/tc-arm.c:14099 4805 msgid "instruction requires register index" 4806 msgstr "" 4807 4808 #: config/tc-arm.c:14109 4809 msgid "instruction does not allow shifted index" 4810 msgstr "" 4811 4812 #: config/tc-arm.c:14265 config/tc-arm.c:29146 4813 msgid "out of range label-relative fixup value" 4814 msgstr "" 4815 4816 #: config/tc-arm.c:14589 4817 msgid "invalid neon suffix for non neon instruction" 4818 msgstr "" 4819 4820 #: config/tc-arm.c:14984 config/tc-arm.c:15337 config/tc-arm.c:16822 4821 #: config/tc-arm.c:16902 config/tc-arm.c:16959 config/tc-arm.c:18840 4822 #: config/tc-arm.c:21028 config/tc-arm.c:21215 4823 msgid "invalid instruction shape" 4824 msgstr "" 4825 4826 #: config/tc-arm.c:15236 4827 msgid "types specified in both the mnemonic and operands" 4828 msgstr "" 4829 4830 #: config/tc-arm.c:15273 4831 msgid "operand types can't be inferred" 4832 msgstr "" 4833 4834 #: config/tc-arm.c:15279 4835 msgid "type specifier has the wrong number of parts" 4836 msgstr "" 4837 4838 #: config/tc-arm.c:15365 config/tc-arm.c:19101 config/tc-arm.c:19108 4839 msgid "operand size must match register width" 4840 msgstr "" 4841 4842 #: config/tc-arm.c:15387 4843 msgid "inconsistent types in Neon instruction" 4844 msgstr "" 4845 4846 #: config/tc-arm.c:15808 4847 msgid "Type is not allowed for this instruction" 4848 msgstr "" 4849 4850 #: config/tc-arm.c:15883 4851 msgid "MVE vector or ARM register expected" 4852 msgstr "" 4853 4854 #: config/tc-arm.c:16000 4855 msgid "immediate must be either 1, 2, 4 or 8" 4856 msgstr "" 4857 4858 #: config/tc-arm.c:16157 4859 msgid "immediate operand expected in the range [1,8]" 4860 msgstr "" 4861 4862 #: config/tc-arm.c:16158 4863 msgid "immediate operand expected in the range [1,16]" 4864 msgstr "" 4865 4866 #: config/tc-arm.c:16300 4867 msgid "expected LR" 4868 msgstr "" 4869 4870 #: config/tc-arm.c:16799 config/tc-arm.c:16879 config/tc-arm.c:18476 4871 #: config/tc-arm.c:20309 4872 msgid "immediate out of range for shift" 4873 msgstr "" 4874 4875 #: config/tc-arm.c:17093 4876 msgid "first and second operands shall be the same register" 4877 msgstr "" 4878 4879 #: config/tc-arm.c:17207 config/tc-arm.c:17269 4880 msgid "destination register and offset register may not be the same" 4881 msgstr "" 4882 4883 #: config/tc-arm.c:17219 config/tc-arm.c:17338 4884 msgid "immediate must be a multiple of 4 in the range of +/-[0,508]" 4885 msgstr "" 4886 4887 #: config/tc-arm.c:17221 4888 msgid "immediate must be a multiple of 8 in the range of +/-[0,1016]" 4889 msgstr "" 4890 4891 #: config/tc-arm.c:17242 4892 msgid "can not shift offsets when accessing less than half-word" 4893 msgstr "" 4894 4895 #: config/tc-arm.c:17244 4896 msgid "" 4897 "shift immediate must be 1, 2 or 3 for half-word, word or double-word " 4898 "accesses respectively" 4899 msgstr "" 4900 4901 #: config/tc-arm.c:17331 4902 msgid "immediate must be in the range of +/-[0,127]" 4903 msgstr "" 4904 4905 #: config/tc-arm.c:17334 4906 msgid "immediate must be a multiple of 2 in the range of +/-[0,254]" 4907 msgstr "" 4908 4909 #: config/tc-arm.c:17348 config/tc-arm.c:18174 4910 msgid "MVE vector register in the range [Q0..Q7] expected" 4911 msgstr "" 4912 4913 #: config/tc-arm.c:17664 config/tc-arm.c:19531 4914 msgid "scalar out of range for multiply instruction" 4915 msgstr "" 4916 4917 #: config/tc-arm.c:17752 4918 msgid "index must be in the range 0 to 3" 4919 msgstr "" 4920 4921 #: config/tc-arm.c:17755 4922 msgid "indexed register must be less than 8" 4923 msgstr "" 4924 4925 #: config/tc-arm.c:17956 config/tc-arm.c:21279 4926 msgid "" 4927 "Warning: 32-bit element size and same first and third operand makes " 4928 "instruction UNPREDICTABLE" 4929 msgstr "" 4930 4931 #: config/tc-arm.c:18315 4932 msgid "instruction form not available on this architecture." 4933 msgstr "" 4934 4935 #: config/tc-arm.c:18318 4936 msgid "this instruction implies use of ARMv8.1 AdvSIMD." 4937 msgstr "" 4938 4939 #: config/tc-arm.c:18425 config/tc-arm.c:18450 4940 msgid "immediate out of range for insert" 4941 msgstr "" 4942 4943 #: config/tc-arm.c:18597 4944 msgid "immediate out of range for narrowing operation" 4945 msgstr "" 4946 4947 #: config/tc-arm.c:18744 4948 msgid "operands 0 and 1 must be the same register" 4949 msgstr "" 4950 4951 #: config/tc-arm.c:18850 config/tc-arm.c:21127 4952 msgid "invalid rounding mode" 4953 msgstr "" 4954 4955 #: config/tc-arm.c:19321 4956 msgid "operand size must be specified for immediate VMOV" 4957 msgstr "" 4958 4959 #: config/tc-arm.c:19331 4960 msgid "immediate has bits set outside the operand size" 4961 msgstr "" 4962 4963 #: config/tc-arm.c:19566 4964 msgid "" 4965 "vfmal/vfmsl with FP16 type cannot be conditional, the behaviour is " 4966 "UNPREDICTABLE" 4967 msgstr "" 4968 4969 #: config/tc-arm.c:19674 4970 msgid "Instruction form not available on this architecture." 4971 msgstr "" 4972 4973 #: config/tc-arm.c:19728 4974 msgid "" 4975 "Warning: 64-bit element size and same destination and source operands makes " 4976 "instruction UNPREDICTABLE" 4977 msgstr "" 4978 4979 #: config/tc-arm.c:19733 4980 msgid "elements must be smaller than reversal region" 4981 msgstr "" 4982 4983 #: config/tc-arm.c:19825 4984 msgid "Index one must be [2,3] and index two must be two less than index one." 4985 msgstr "" 4986 4987 #: config/tc-arm.c:19828 4988 msgid "Destination registers may not be the same" 4989 msgstr "" 4990 4991 #: config/tc-arm.c:20026 config/tc-arm.c:20109 4992 msgid "bad type for scalar" 4993 msgstr "" 4994 4995 #: config/tc-arm.c:20165 4996 msgid "" 4997 "immediate constant is valid both as a bit-pattern and a floating point value " 4998 "(using the fp value)" 4999 msgstr "" 5000 5001 #: config/tc-arm.c:20217 config/tc-arm.c:20228 5002 msgid "VFP registers must be adjacent" 5003 msgstr "" 5004 5005 #: config/tc-arm.c:20318 5006 msgid "invalid suffix" 5007 msgstr "" 5008 5009 #: config/tc-arm.c:20472 5010 msgid "bad list length for table lookup" 5011 msgstr "" 5012 5013 #: config/tc-arm.c:20505 5014 msgid "writeback (!) must be used for VLDMDB and VSTMDB" 5015 msgstr "" 5016 5017 #: config/tc-arm.c:20508 config/tc-arm.c:20534 5018 msgid "register list must contain at least 1 and at most 16 registers" 5019 msgstr "" 5020 5021 #: config/tc-arm.c:20529 5022 msgid "register list must contain at least 1 and at most 32 registers" 5023 msgstr "" 5024 5025 #: config/tc-arm.c:20582 config/tc-arm.c:20615 5026 msgid "Use of PC here is UNPREDICTABLE" 5027 msgstr "" 5028 5029 #: config/tc-arm.c:20584 5030 msgid "Use of PC here is deprecated" 5031 msgstr "" 5032 5033 #: config/tc-arm.c:20618 5034 msgid "instruction does not accept register index" 5035 msgstr "" 5036 5037 #: config/tc-arm.c:20621 5038 msgid "instruction does not accept PC-relative addressing" 5039 msgstr "" 5040 5041 #: config/tc-arm.c:20643 config/tc-arm.c:20652 5042 msgid "Instruction not permitted on this architecture" 5043 msgstr "" 5044 5045 #: config/tc-arm.c:20701 5046 msgid "bad alignment" 5047 msgstr "" 5048 5049 #: config/tc-arm.c:20718 5050 msgid "bad list type for instruction" 5051 msgstr "" 5052 5053 #: config/tc-arm.c:20762 5054 msgid "unsupported alignment for instruction" 5055 msgstr "" 5056 5057 #: config/tc-arm.c:20781 config/tc-arm.c:20875 config/tc-arm.c:20887 5058 #: config/tc-arm.c:20897 config/tc-arm.c:20911 5059 msgid "bad list length" 5060 msgstr "" 5061 5062 #: config/tc-arm.c:20786 5063 msgid "stride of 2 unavailable when element size is 8" 5064 msgstr "" 5065 5066 #: config/tc-arm.c:20819 config/tc-arm.c:20895 5067 msgid "can't use alignment with this instruction" 5068 msgstr "" 5069 5070 #: config/tc-arm.c:20967 5071 msgid "post-index must be a register" 5072 msgstr "" 5073 5074 #: config/tc-arm.c:20969 5075 msgid "bad register for post-index" 5076 msgstr "" 5077 5078 #: config/tc-arm.c:21191 5079 msgid "scalar out of range" 5080 msgstr "" 5081 5082 #: config/tc-arm.c:21324 5083 msgid "" 5084 "Dot Product instructions cannot be conditional, the behaviour is " 5085 "UNPREDICTABLE" 5086 msgstr "" 5087 5088 #: config/tc-arm.c:21399 config/tc-arm.c:21427 config/tc-arm.c:22109 5089 msgid "index must be 0 or 1" 5090 msgstr "" 5091 5092 #: config/tc-arm.c:21402 config/tc-arm.c:21430 config/tc-arm.c:22112 5093 msgid "indexed register must be less than 16" 5094 msgstr "" 5095 5096 #: config/tc-arm.c:21468 5097 msgid "Register must be r0-r14 except r13, or APSR_nzcv." 5098 msgstr "" 5099 5100 #: config/tc-arm.c:21471 5101 msgid "Register must be an even register between r0-r10." 5102 msgstr "" 5103 5104 #: config/tc-arm.c:21496 5105 msgid "CDE Coprocessor must be in range 0-7" 5106 msgstr "" 5107 5108 #: config/tc-arm.c:21530 5109 msgid "cx1d requires consecutive destination registers." 5110 msgstr "" 5111 5112 #: config/tc-arm.c:21560 5113 msgid "cx2d requires consecutive destination registers." 5114 msgstr "" 5115 5116 #: config/tc-arm.c:21599 5117 msgid "cx3d requires consecutive destination registers." 5118 msgstr "" 5119 5120 #: config/tc-arm.c:21791 5121 msgid "'q' register must be in range 0-7" 5122 msgstr "" 5123 5124 #: config/tc-arm.c:21794 5125 msgid "'d' register must be in range 0-15" 5126 msgstr "" 5127 5128 #: config/tc-arm.c:21796 5129 msgid "'s' register must be in range 0-31" 5130 msgstr "" 5131 5132 #: config/tc-arm.c:21851 5133 msgid "vcx instructions with Q registers require MVE" 5134 msgstr "" 5135 5136 #: config/tc-arm.c:21856 5137 msgid "" 5138 "vcx instructions with S or D registers require either MVE or Armv8-M " 5139 "floating point extension." 5140 msgstr "" 5141 5142 #: config/tc-arm.c:21872 5143 msgid "vcx1 with S or D registers takes immediate within 0-2047" 5144 msgstr "" 5145 5146 #: config/tc-arm.c:21888 5147 msgid "vcx2 with S or D registers takes immediate within 0-63" 5148 msgstr "" 5149 5150 #: config/tc-arm.c:21903 5151 msgid "vcx2 with S or D registers takes immediate within 0-7" 5152 msgstr "" 5153 5154 #: config/tc-arm.c:22492 config/tc-arm.c:22610 5155 msgid "conditional infixes are deprecated in unified syntax" 5156 msgstr "" 5157 5158 #: config/tc-arm.c:22821 5159 msgid "Warning: conditional outside an IT block for Thumb." 5160 msgstr "" 5161 5162 #: config/tc-arm.c:23149 5163 msgid "Short branches, Undefined, SVC, LDM/STM" 5164 msgstr "" 5165 5166 #: config/tc-arm.c:23150 5167 msgid "Miscellaneous 16-bit instructions" 5168 msgstr "" 5169 5170 #: config/tc-arm.c:23151 5171 msgid "ADR" 5172 msgstr "" 5173 5174 #: config/tc-arm.c:23152 5175 msgid "Literal loads" 5176 msgstr "" 5177 5178 #: config/tc-arm.c:23153 5179 msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc" 5180 msgstr "" 5181 5182 #: config/tc-arm.c:23154 5183 msgid "Hi-register ADD, MOV, CMP using pc" 5184 msgstr "" 5185 5186 #. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue' 5187 #. field in asm_opcode. 'tvalue' is used at the stage this check happen. 5188 #: config/tc-arm.c:23157 5189 msgid "ADD/SUB sp, sp #imm" 5190 msgstr "" 5191 5192 #: config/tc-arm.c:23179 5193 msgid "" 5194 "IT blocks containing 32-bit Thumb instructions are performance deprecated in " 5195 "ARMv8-A and ARMv8-R" 5196 msgstr "" 5197 5198 #: config/tc-arm.c:23191 5199 #, c-format 5200 msgid "" 5201 "IT blocks containing 16-bit Thumb instructions of the following class are " 5202 "performance deprecated in ARMv8-A and ARMv8-R: %s" 5203 msgstr "" 5204 5205 #: config/tc-arm.c:23205 5206 msgid "" 5207 "IT blocks containing more than one conditional instruction are performance " 5208 "deprecated in ARMv8-A and ARMv8-R" 5209 msgstr "" 5210 5211 #: config/tc-arm.c:23323 5212 #, c-format 5213 msgid "bad instruction `%s'" 5214 msgstr "" 5215 5216 #: config/tc-arm.c:23329 5217 msgid "s suffix on comparison instruction is deprecated" 5218 msgstr "" 5219 5220 #: config/tc-arm.c:23349 5221 msgid "SVC is not permitted on this architecture" 5222 msgstr "" 5223 5224 #: config/tc-arm.c:23351 5225 #, c-format 5226 msgid "selected processor does not support `%s' in Thumb mode" 5227 msgstr "" 5228 5229 #: config/tc-arm.c:23357 5230 msgid "Thumb does not support conditional execution" 5231 msgstr "" 5232 5233 #: config/tc-arm.c:23377 5234 #, c-format 5235 msgid "" 5236 "selected processor does not support 32bit wide variant of instruction `%s'" 5237 msgstr "" 5238 5239 #: config/tc-arm.c:23380 5240 #, c-format 5241 msgid "selected processor does not support `%s' in Thumb-2 mode" 5242 msgstr "" 5243 5244 #: config/tc-arm.c:23405 5245 #, c-format 5246 msgid "cannot honor width suffix -- `%s'" 5247 msgstr "" 5248 5249 #: config/tc-arm.c:23447 5250 #, c-format 5251 msgid "selected processor does not support `%s' in ARM mode" 5252 msgstr "" 5253 5254 #: config/tc-arm.c:23452 5255 #, c-format 5256 msgid "width suffixes are invalid in ARM mode -- `%s'" 5257 msgstr "" 5258 5259 #: config/tc-arm.c:23485 5260 #, c-format 5261 msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'" 5262 msgstr "" 5263 5264 #: config/tc-arm.c:23503 5265 #, c-format 5266 msgid "section '%s' finished with an open IT block." 5267 msgstr "" 5268 5269 #: config/tc-arm.c:23506 5270 #, c-format 5271 msgid "section '%s' finished with an open VPT/VPST block." 5272 msgstr "" 5273 5274 #: config/tc-arm.c:23513 5275 msgid "file finished with an open IT block." 5276 msgstr "" 5277 5278 #: config/tc-arm.c:23515 5279 msgid "file finished with an open VPT/VPST block." 5280 msgstr "" 5281 5282 #: config/tc-arm.c:26907 config/tc-ia64.c:3586 5283 #, c-format 5284 msgid "Group section `%s' has no group signature" 5285 msgstr "" 5286 5287 #: config/tc-arm.c:26953 5288 msgid "handlerdata in cantunwind frame" 5289 msgstr "" 5290 5291 #: config/tc-arm.c:26971 5292 msgid "too many unwind opcodes for personality routine 0" 5293 msgstr "" 5294 5295 #: config/tc-arm.c:27004 5296 msgid "attempt to recreate an unwind entry" 5297 msgstr "" 5298 5299 #: config/tc-arm.c:27015 5300 msgid "too many unwind opcodes" 5301 msgstr "" 5302 5303 #: config/tc-arm.c:27319 5304 #, c-format 5305 msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s" 5306 msgstr "" 5307 5308 #: config/tc-arm.c:27681 config/tc-arm.c:27749 5309 #, c-format 5310 msgid "symbol %s is in a different section" 5311 msgstr "" 5312 5313 #: config/tc-arm.c:27683 config/tc-arm.c:27751 5314 #, c-format 5315 msgid "symbol %s is weak and may be overridden later" 5316 msgstr "" 5317 5318 #: config/tc-arm.c:27728 config/tc-arm.c:28100 5319 #, c-format 5320 msgid "invalid constant (%lx) after fixup" 5321 msgstr "" 5322 5323 #: config/tc-arm.c:27784 5324 #, c-format 5325 msgid "unable to compute ADRL instructions for PC offset of 0x%lx" 5326 msgstr "" 5327 5328 #: config/tc-arm.c:27820 config/tc-arm.c:27850 5329 msgid "invalid literal constant: pool needs to be closer" 5330 msgstr "" 5331 5332 #: config/tc-arm.c:27823 config/tc-arm.c:27872 5333 #, c-format 5334 msgid "bad immediate value for offset (%ld)" 5335 msgstr "" 5336 5337 #: config/tc-arm.c:27853 5338 #, c-format 5339 msgid "bad immediate value for 8-bit offset (%ld)" 5340 msgstr "" 5341 5342 #: config/tc-arm.c:27913 5343 msgid "offset not a multiple of 4" 5344 msgstr "" 5345 5346 #: config/tc-arm.c:28116 5347 msgid "invalid smc expression" 5348 msgstr "" 5349 5350 #: config/tc-arm.c:28126 5351 msgid "invalid hvc expression" 5352 msgstr "" 5353 5354 #: config/tc-arm.c:28137 config/tc-arm.c:28146 5355 msgid "invalid swi expression" 5356 msgstr "" 5357 5358 #: config/tc-arm.c:28156 5359 msgid "invalid expression in load/store multiple" 5360 msgstr "" 5361 5362 #: config/tc-arm.c:28218 5363 #, c-format 5364 msgid "blx to '%s' an ARM ISA state function changed to bl" 5365 msgstr "" 5366 5367 #: config/tc-arm.c:28237 5368 msgid "misaligned branch destination" 5369 msgstr "" 5370 5371 #: config/tc-arm.c:28358 5372 #, c-format 5373 msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl" 5374 msgstr "" 5375 5376 #: config/tc-arm.c:28407 5377 msgid "Thumb2 branch out of range" 5378 msgstr "" 5379 5380 #: config/tc-arm.c:28459 config/tc-arm.c:28492 5381 msgid "Relocation supported only in FDPIC mode" 5382 msgstr "" 5383 5384 #: config/tc-arm.c:28522 5385 msgid "rel31 relocation overflow" 5386 msgstr "" 5387 5388 #: config/tc-arm.c:28544 config/tc-arm.c:28550 config/tc-arm.c:28554 5389 #: config/tc-arm.c:28601 5390 msgid "co-processor offset out of range" 5391 msgstr "" 5392 5393 #: config/tc-arm.c:28618 5394 #, c-format 5395 msgid "invalid offset, target not word aligned (0x%08lX)" 5396 msgstr "" 5397 5398 #: config/tc-arm.c:28624 5399 msgid "section does not have enough alignment to ensure safe PC-relative loads" 5400 msgstr "" 5401 5402 #: config/tc-arm.c:28628 config/tc-arm.c:28637 config/tc-arm.c:28645 5403 #: config/tc-arm.c:28653 config/tc-arm.c:28661 5404 #, c-format 5405 msgid "invalid offset, value too big (0x%08lX)" 5406 msgstr "" 5407 5408 #: config/tc-arm.c:28702 5409 msgid "invalid Hi register with immediate" 5410 msgstr "" 5411 5412 #: config/tc-arm.c:28718 5413 msgid "invalid immediate for stack address calculation" 5414 msgstr "" 5415 5416 #: config/tc-arm.c:28737 5417 msgid "address calculation needs a strongly defined nearby symbol" 5418 msgstr "" 5419 5420 #: config/tc-arm.c:28753 5421 msgid "symbol too far away" 5422 msgstr "" 5423 5424 #: config/tc-arm.c:28765 5425 #, c-format 5426 msgid "invalid immediate for address calculation (value = 0x%08lX)" 5427 msgstr "" 5428 5429 #: config/tc-arm.c:28795 5430 #, c-format 5431 msgid "invalid immediate: %ld is out of range" 5432 msgstr "" 5433 5434 #: config/tc-arm.c:28807 5435 #, c-format 5436 msgid "invalid shift value: %ld" 5437 msgstr "" 5438 5439 #: config/tc-arm.c:28877 config/tc-arm.c:28948 5440 #, c-format 5441 msgid "the offset 0x%08lX is not representable" 5442 msgstr "" 5443 5444 #: config/tc-arm.c:28909 5445 #, c-format 5446 msgid "Unable to process relocation for thumb opcode: %lx" 5447 msgstr "" 5448 5449 #: config/tc-arm.c:28988 5450 #, c-format 5451 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)" 5452 msgstr "" 5453 5454 #: config/tc-arm.c:29027 5455 #, c-format 5456 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)" 5457 msgstr "" 5458 5459 #: config/tc-arm.c:29067 5460 #, c-format 5461 msgid "bad offset 0x%08lX (must be word-aligned)" 5462 msgstr "" 5463 5464 #: config/tc-arm.c:29072 5465 #, c-format 5466 msgid "bad offset 0x%08lX (must be an 8-bit number of words)" 5467 msgstr "" 5468 5469 #: config/tc-arm.c:29293 config/tc-score.c:7300 5470 #, c-format 5471 msgid "bad relocation fixup type (%d)" 5472 msgstr "" 5473 5474 #: config/tc-arm.c:29410 5475 msgid "literal referenced across section boundary" 5476 msgstr "" 5477 5478 #: config/tc-arm.c:29490 5479 msgid "internal relocation (type: IMMEDIATE) not fixed up" 5480 msgstr "" 5481 5482 #: config/tc-arm.c:29495 5483 msgid "ADRL used for a symbol not defined in the same file" 5484 msgstr "" 5485 5486 #: config/tc-arm.c:29502 5487 #, c-format 5488 msgid "%s used for a symbol not defined in the same file" 5489 msgstr "" 5490 5491 #: config/tc-arm.c:29518 5492 #, c-format 5493 msgid "undefined local label `%s'" 5494 msgstr "" 5495 5496 #: config/tc-arm.c:29524 5497 msgid "internal_relocation (type: OFFSET_IMM) not fixed up" 5498 msgstr "" 5499 5500 #: config/tc-arm.c:29546 config/tc-cris.c:3998 config/tc-csky.c:1176 5501 #: config/tc-ft32.c:705 config/tc-mcore.c:1932 config/tc-microblaze.c:2047 5502 #: config/tc-mmix.c:2897 config/tc-moxie.c:819 config/tc-ns32k.c:2247 5503 #: config/tc-score.c:7387 5504 msgid "<unknown>" 5505 msgstr "" 5506 5507 #: config/tc-arm.c:29945 5508 #, c-format 5509 msgid "%s: unexpected function type: %d" 5510 msgstr "" 5511 5512 #: config/tc-arm.c:30085 5513 msgid "use of old and new-style options to set CPU type" 5514 msgstr "" 5515 5516 #: config/tc-arm.c:30104 5517 msgid "use of old and new-style options to set FPU type" 5518 msgstr "" 5519 5520 #: config/tc-arm.c:30177 5521 msgid "hard-float conflicts with specified fpu" 5522 msgstr "" 5523 5524 #: config/tc-arm.c:30360 5525 msgid "generate PIC code" 5526 msgstr "" 5527 5528 #: config/tc-arm.c:30361 5529 msgid "assemble Thumb code" 5530 msgstr "" 5531 5532 #: config/tc-arm.c:30362 5533 msgid "support ARM/Thumb interworking" 5534 msgstr "" 5535 5536 #: config/tc-arm.c:30364 5537 msgid "code uses 32-bit program counter" 5538 msgstr "" 5539 5540 #: config/tc-arm.c:30365 5541 msgid "code uses 26-bit program counter" 5542 msgstr "" 5543 5544 #: config/tc-arm.c:30366 5545 msgid "floating point args are in fp regs" 5546 msgstr "" 5547 5548 #: config/tc-arm.c:30368 5549 msgid "re-entrant code" 5550 msgstr "" 5551 5552 #: config/tc-arm.c:30369 5553 msgid "code is ATPCS conformant" 5554 msgstr "" 5555 5556 #. These are recognized by the assembler, but have no affect on code. 5557 #: config/tc-arm.c:30375 5558 msgid "use frame pointer" 5559 msgstr "" 5560 5561 #: config/tc-arm.c:30376 5562 msgid "use stack size checking" 5563 msgstr "" 5564 5565 #: config/tc-arm.c:30379 5566 msgid "do not warn on use of deprecated feature" 5567 msgstr "" 5568 5569 #: config/tc-arm.c:30382 5570 msgid "" 5571 "warn about performance deprecated IT instructions in ARMv8-A and ARMv8-R" 5572 msgstr "" 5573 5574 #: config/tc-arm.c:30386 5575 msgid "warn about symbols that match instruction names [default]" 5576 msgstr "" 5577 5578 #: config/tc-arm.c:30387 5579 msgid "disable warnings about symobls that match instructions" 5580 msgstr "" 5581 5582 #. DON'T add any new processors to this list -- we want the whole list 5583 #. to go away... Add them to the processors table instead. 5584 #: config/tc-arm.c:30403 config/tc-arm.c:30404 5585 msgid "use -mcpu=arm1" 5586 msgstr "" 5587 5588 #: config/tc-arm.c:30405 config/tc-arm.c:30406 5589 msgid "use -mcpu=arm2" 5590 msgstr "" 5591 5592 #: config/tc-arm.c:30407 config/tc-arm.c:30408 5593 msgid "use -mcpu=arm250" 5594 msgstr "" 5595 5596 #: config/tc-arm.c:30409 config/tc-arm.c:30410 5597 msgid "use -mcpu=arm3" 5598 msgstr "" 5599 5600 #: config/tc-arm.c:30411 config/tc-arm.c:30412 5601 msgid "use -mcpu=arm6" 5602 msgstr "" 5603 5604 #: config/tc-arm.c:30413 config/tc-arm.c:30414 5605 msgid "use -mcpu=arm600" 5606 msgstr "" 5607 5608 #: config/tc-arm.c:30415 config/tc-arm.c:30416 5609 msgid "use -mcpu=arm610" 5610 msgstr "" 5611 5612 #: config/tc-arm.c:30417 config/tc-arm.c:30418 5613 msgid "use -mcpu=arm620" 5614 msgstr "" 5615 5616 #: config/tc-arm.c:30419 config/tc-arm.c:30420 5617 msgid "use -mcpu=arm7" 5618 msgstr "" 5619 5620 #: config/tc-arm.c:30421 config/tc-arm.c:30422 5621 msgid "use -mcpu=arm70" 5622 msgstr "" 5623 5624 #: config/tc-arm.c:30423 config/tc-arm.c:30424 5625 msgid "use -mcpu=arm700" 5626 msgstr "" 5627 5628 #: config/tc-arm.c:30425 config/tc-arm.c:30426 5629 msgid "use -mcpu=arm700i" 5630 msgstr "" 5631 5632 #: config/tc-arm.c:30427 config/tc-arm.c:30428 5633 msgid "use -mcpu=arm710" 5634 msgstr "" 5635 5636 #: config/tc-arm.c:30429 config/tc-arm.c:30430 5637 msgid "use -mcpu=arm710c" 5638 msgstr "" 5639 5640 #: config/tc-arm.c:30431 config/tc-arm.c:30432 5641 msgid "use -mcpu=arm720" 5642 msgstr "" 5643 5644 #: config/tc-arm.c:30433 config/tc-arm.c:30434 5645 msgid "use -mcpu=arm7d" 5646 msgstr "" 5647 5648 #: config/tc-arm.c:30435 config/tc-arm.c:30436 5649 msgid "use -mcpu=arm7di" 5650 msgstr "" 5651 5652 #: config/tc-arm.c:30437 config/tc-arm.c:30438 5653 msgid "use -mcpu=arm7m" 5654 msgstr "" 5655 5656 #: config/tc-arm.c:30439 config/tc-arm.c:30440 5657 msgid "use -mcpu=arm7dm" 5658 msgstr "" 5659 5660 #: config/tc-arm.c:30441 config/tc-arm.c:30442 5661 msgid "use -mcpu=arm7dmi" 5662 msgstr "" 5663 5664 #: config/tc-arm.c:30443 config/tc-arm.c:30444 5665 msgid "use -mcpu=arm7100" 5666 msgstr "" 5667 5668 #: config/tc-arm.c:30445 config/tc-arm.c:30446 5669 msgid "use -mcpu=arm7500" 5670 msgstr "" 5671 5672 #: config/tc-arm.c:30447 config/tc-arm.c:30448 5673 msgid "use -mcpu=arm7500fe" 5674 msgstr "" 5675 5676 #: config/tc-arm.c:30449 config/tc-arm.c:30450 config/tc-arm.c:30451 5677 #: config/tc-arm.c:30452 5678 msgid "use -mcpu=arm7tdmi" 5679 msgstr "" 5680 5681 #: config/tc-arm.c:30453 config/tc-arm.c:30454 5682 msgid "use -mcpu=arm710t" 5683 msgstr "" 5684 5685 #: config/tc-arm.c:30455 config/tc-arm.c:30456 5686 msgid "use -mcpu=arm720t" 5687 msgstr "" 5688 5689 #: config/tc-arm.c:30457 config/tc-arm.c:30458 5690 msgid "use -mcpu=arm740t" 5691 msgstr "" 5692 5693 #: config/tc-arm.c:30459 config/tc-arm.c:30460 5694 msgid "use -mcpu=arm8" 5695 msgstr "" 5696 5697 #: config/tc-arm.c:30461 config/tc-arm.c:30462 5698 msgid "use -mcpu=arm810" 5699 msgstr "" 5700 5701 #: config/tc-arm.c:30463 config/tc-arm.c:30464 5702 msgid "use -mcpu=arm9" 5703 msgstr "" 5704 5705 #: config/tc-arm.c:30465 config/tc-arm.c:30466 5706 msgid "use -mcpu=arm9tdmi" 5707 msgstr "" 5708 5709 #: config/tc-arm.c:30467 config/tc-arm.c:30468 5710 msgid "use -mcpu=arm920" 5711 msgstr "" 5712 5713 #: config/tc-arm.c:30469 config/tc-arm.c:30470 5714 msgid "use -mcpu=arm940" 5715 msgstr "" 5716 5717 #: config/tc-arm.c:30471 5718 msgid "use -mcpu=strongarm" 5719 msgstr "" 5720 5721 #: config/tc-arm.c:30473 5722 msgid "use -mcpu=strongarm110" 5723 msgstr "" 5724 5725 #: config/tc-arm.c:30475 5726 msgid "use -mcpu=strongarm1100" 5727 msgstr "" 5728 5729 #: config/tc-arm.c:30477 5730 msgid "use -mcpu=strongarm1110" 5731 msgstr "" 5732 5733 #: config/tc-arm.c:30478 5734 msgid "use -mcpu=xscale" 5735 msgstr "" 5736 5737 #: config/tc-arm.c:30479 5738 msgid "use -mcpu=iwmmxt" 5739 msgstr "" 5740 5741 #: config/tc-arm.c:30480 5742 msgid "use -mcpu=all" 5743 msgstr "" 5744 5745 #. Architecture variants -- don't add any more to this list either. 5746 #: config/tc-arm.c:30483 config/tc-arm.c:30484 5747 msgid "use -march=armv2" 5748 msgstr "" 5749 5750 #: config/tc-arm.c:30485 config/tc-arm.c:30486 5751 msgid "use -march=armv2a" 5752 msgstr "" 5753 5754 #: config/tc-arm.c:30487 config/tc-arm.c:30488 5755 msgid "use -march=armv3" 5756 msgstr "" 5757 5758 #: config/tc-arm.c:30489 config/tc-arm.c:30490 5759 msgid "use -march=armv3m" 5760 msgstr "" 5761 5762 #: config/tc-arm.c:30491 config/tc-arm.c:30492 5763 msgid "use -march=armv4" 5764 msgstr "" 5765 5766 #: config/tc-arm.c:30493 config/tc-arm.c:30494 5767 msgid "use -march=armv4t" 5768 msgstr "" 5769 5770 #: config/tc-arm.c:30495 config/tc-arm.c:30496 5771 msgid "use -march=armv5" 5772 msgstr "" 5773 5774 #: config/tc-arm.c:30497 config/tc-arm.c:30498 5775 msgid "use -march=armv5t" 5776 msgstr "" 5777 5778 #: config/tc-arm.c:30499 config/tc-arm.c:30500 5779 msgid "use -march=armv5te" 5780 msgstr "" 5781 5782 #: config/tc-arm.c:30501 5783 msgid "use -mfpu=softvfp" 5784 msgstr "" 5785 5786 #: config/tc-arm.c:31658 5787 msgid "extension does not apply to the base architecture" 5788 msgstr "" 5789 5790 #: config/tc-arm.c:31687 5791 msgid "architectural extensions must be specified in alphabetical order" 5792 msgstr "" 5793 5794 #: config/tc-arm.c:31826 config/tc-arm.c:32813 5795 #, c-format 5796 msgid "unknown floating point format `%s'" 5797 msgstr "" 5798 5799 #: config/tc-arm.c:31842 5800 #, c-format 5801 msgid "unknown floating point abi `%s'" 5802 msgstr "" 5803 5804 #: config/tc-arm.c:31858 5805 #, c-format 5806 msgid "unknown EABI `%s'" 5807 msgstr "" 5808 5809 #: config/tc-arm.c:31878 5810 #, c-format 5811 msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never." 5812 msgstr "" 5813 5814 #: config/tc-arm.c:31901 config/tc-metag.c:5909 5815 msgid "<fpu name>\t assemble for FPU architecture <fpu name>" 5816 msgstr "" 5817 5818 #: config/tc-arm.c:31903 5819 msgid "<abi>\t assemble for floating point ABI <abi>" 5820 msgstr "" 5821 5822 #: config/tc-arm.c:31906 5823 msgid "<ver>\t\t assemble for eabi version <ver>" 5824 msgstr "" 5825 5826 #: config/tc-arm.c:31909 5827 msgid "<mode>\t controls implicit insertion of IT instructions" 5828 msgstr "" 5829 5830 #: config/tc-arm.c:31911 5831 msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode" 5832 msgstr "" 5833 5834 #: config/tc-arm.c:31914 5835 msgid "" 5836 "[ieee|alternative]\n" 5837 " set the encoding for half precision floating point " 5838 "numbers to IEEE\n" 5839 " or Arm alternative format." 5840 msgstr "" 5841 5842 #: config/tc-arm.c:32025 5843 #, c-format 5844 msgid " ARM-specific assembler options:\n" 5845 msgstr "" 5846 5847 #: config/tc-arm.c:32045 5848 #, c-format 5849 msgid " --fix-v4bx Allow BX in ARMv4 code\n" 5850 msgstr "" 5851 5852 #: config/tc-arm.c:32049 5853 #, c-format 5854 msgid " --fdpic generate an FDPIC object file\n" 5855 msgstr "" 5856 5857 #: config/tc-arm.c:32370 5858 msgid "no architecture contains all the instructions used" 5859 msgstr "" 5860 5861 #: config/tc-arm.c:32562 5862 msgid ".cpu: missing cpu name" 5863 msgstr "" 5864 5865 #: config/tc-arm.c:32610 5866 msgid ".arch: missing architecture name" 5867 msgstr "" 5868 5869 #: config/tc-arm.c:32651 5870 msgid ".object_arch: missing architecture name" 5871 msgstr "" 5872 5873 #: config/tc-arm.c:32688 5874 msgid ".arch_extension: missing architecture extension" 5875 msgstr "" 5876 5877 #: config/tc-arm.c:32746 5878 #, c-format 5879 msgid "" 5880 "architectural extension `%s' is not allowed for the current base architecture" 5881 msgstr "" 5882 5883 #: config/tc-arm.c:32749 5884 #, c-format 5885 msgid "disabling feature `%s' has no effect on the current base architecture" 5886 msgstr "" 5887 5888 #: config/tc-arm.c:32772 5889 #, c-format 5890 msgid "unknown architecture extension `%s'" 5891 msgstr "" 5892 5893 #: config/tc-arm.c:32793 5894 msgid ".fpu: missing fpu name" 5895 msgstr "" 5896 5897 #: config/tc-avr.c:597 5898 #, c-format 5899 msgid "Known MCU names:" 5900 msgstr "" 5901 5902 #: config/tc-avr.c:662 5903 #, c-format 5904 msgid "" 5905 "AVR Assembler options:\n" 5906 " -mmcu=[avr-name] select microcontroller variant\n" 5907 " [avr-name] can be:\n" 5908 " avr1 - classic AVR core without data RAM\n" 5909 " avr2 - classic AVR core with up to 8K program memory\n" 5910 " avr25 - classic AVR core with up to 8K program memory\n" 5911 " plus the MOVW instruction\n" 5912 " avr3 - classic AVR core with up to 64K program memory\n" 5913 " avr31 - classic AVR core with up to 128K program memory\n" 5914 " avr35 - classic AVR core with up to 64K program memory\n" 5915 " plus the MOVW instruction\n" 5916 " avr4 - enhanced AVR core with up to 8K program memory\n" 5917 " avr5 - enhanced AVR core with up to 64K program memory\n" 5918 " avr51 - enhanced AVR core with up to 128K program memory\n" 5919 " avr6 - enhanced AVR core with up to 256K program memory\n" 5920 " avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n" 5921 " avrxmega3 - XMEGA, RAM + FLASH < 64K, Flash visible in " 5922 "RAM\n" 5923 " avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n" 5924 " avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n" 5925 " avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n" 5926 " avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n" 5927 " avrtiny - AVR Tiny core with 16 gp registers\n" 5928 msgstr "" 5929 5930 #: config/tc-avr.c:685 5931 #, c-format 5932 msgid "" 5933 " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" 5934 " -mno-skip-bug disable warnings for skipping two-word instructions\n" 5935 " (default for avr4, avr5)\n" 5936 " -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n" 5937 " (default for avr3, avr5)\n" 5938 " -mrmw accept Read-Modify-Write instructions\n" 5939 " -mlink-relax generate relocations for linker relaxation (default)\n" 5940 " -mno-link-relax don't generate relocations for linker relaxation.\n" 5941 " -mgcc-isr accept the __gcc_isr pseudo-instruction.\n" 5942 " -mno-dollar-line-separator\n" 5943 " do not treat the $ character as a line separator.\n" 5944 msgstr "" 5945 5946 #: config/tc-avr.c:726 5947 #, c-format 5948 msgid "unknown MCU: %s\n" 5949 msgstr "" 5950 5951 #: config/tc-avr.c:740 5952 #, c-format 5953 msgid "redefinition of mcu type `%s' to `%s'" 5954 msgstr "" 5955 5956 #: config/tc-avr.c:867 5957 msgid "constant value required" 5958 msgstr "" 5959 5960 #: config/tc-avr.c:870 5961 #, c-format 5962 msgid "number must be positive and less than %d" 5963 msgstr "" 5964 5965 #: config/tc-avr.c:896 config/tc-avr.c:1033 5966 #, c-format 5967 msgid "constant out of 8-bit range: %d" 5968 msgstr "" 5969 5970 #: config/tc-avr.c:964 config/tc-score.c:1194 read.c:4128 5971 msgid "illegal expression" 5972 msgstr "" 5973 5974 #: config/tc-avr.c:993 config/tc-avr.c:2002 config/tc-pru.c:1868 5975 msgid "`)' required" 5976 msgstr "" 5977 5978 #: config/tc-avr.c:1103 5979 msgid "register name or number from 16 to 31 required" 5980 msgstr "" 5981 5982 #: config/tc-avr.c:1109 5983 msgid "register name or number from 0 to 31 required" 5984 msgstr "" 5985 5986 #: config/tc-avr.c:1117 5987 msgid "register r16-r23 required" 5988 msgstr "" 5989 5990 #: config/tc-avr.c:1123 5991 msgid "register number above 15 required" 5992 msgstr "" 5993 5994 #: config/tc-avr.c:1129 config/tc-csky.c:6435 config/tc-csky.c:6464 5995 msgid "even register number required" 5996 msgstr "" 5997 5998 #: config/tc-avr.c:1135 5999 msgid "register r24, r26, r28 or r30 required" 6000 msgstr "" 6001 6002 #: config/tc-avr.c:1156 6003 msgid "pointer register (X, Y or Z) required" 6004 msgstr "" 6005 6006 #: config/tc-avr.c:1163 6007 msgid "cannot both predecrement and postincrement" 6008 msgstr "" 6009 6010 #: config/tc-avr.c:1171 6011 msgid "addressing mode not supported" 6012 msgstr "" 6013 6014 #: config/tc-avr.c:1177 6015 msgid "can't predecrement" 6016 msgstr "" 6017 6018 #: config/tc-avr.c:1180 6019 msgid "pointer register Z required" 6020 msgstr "" 6021 6022 #: config/tc-avr.c:1199 6023 msgid "postincrement not supported" 6024 msgstr "" 6025 6026 #: config/tc-avr.c:1209 6027 msgid "pointer register (Y or Z) required" 6028 msgstr "" 6029 6030 #: config/tc-avr.c:1331 config/tc-xgate.c:1353 6031 #, c-format 6032 msgid "unknown constraint `%c'" 6033 msgstr "" 6034 6035 #: config/tc-avr.c:1394 config/tc-avr.c:2750 6036 msgid "`,' required" 6037 msgstr "" 6038 6039 #: config/tc-avr.c:1415 6040 msgid "undefined combination of operands" 6041 msgstr "" 6042 6043 #: config/tc-avr.c:1424 6044 msgid "skipping two-word instruction" 6045 msgstr "" 6046 6047 #: config/tc-avr.c:1612 config/tc-avr.c:1628 config/tc-avr.c:1759 6048 #: config/tc-msp430.c:4504 config/tc-msp430.c:4523 6049 #, c-format 6050 msgid "odd address operand: %ld" 6051 msgstr "" 6052 6053 #: config/tc-avr.c:1620 config/tc-avr.c:1639 config/tc-avr.c:1657 6054 #: config/tc-avr.c:1668 config/tc-avr.c:1684 config/tc-avr.c:1692 6055 #: config/tc-avr.c:1787 config/tc-avr.c:1794 config/tc-d10v.c:502 6056 #: config/tc-d30v.c:550 config/tc-msp430.c:4512 config/tc-msp430.c:4530 6057 #, c-format 6058 msgid "operand out of range: %ld" 6059 msgstr "" 6060 6061 #: config/tc-avr.c:1675 6062 #, c-format 6063 msgid "operand out of range: 0x%lx" 6064 msgstr "" 6065 6066 #: config/tc-avr.c:1780 config/tc-d10v.c:1591 config/tc-d30v.c:2011 6067 #: config/tc-msp430.c:4601 6068 #, c-format 6069 msgid "line %d: unknown relocation type: 0x%x" 6070 msgstr "" 6071 6072 #: config/tc-avr.c:1808 6073 msgid "only constant expression allowed" 6074 msgstr "" 6075 6076 #. xgettext:c-format. 6077 #: config/tc-avr.c:1862 config/tc-bfin.c:813 config/tc-d10v.c:1460 6078 #: config/tc-d30v.c:1768 config/tc-metag.c:7003 config/tc-mn10200.c:774 6079 #: config/tc-mn10300.c:2178 config/tc-msp430.c:4649 config/tc-ppc.c:7746 6080 #: config/tc-spu.c:868 config/tc-spu.c:1079 config/tc-v850.c:3336 6081 #: config/tc-z80.c:3898 6082 #, c-format 6083 msgid "reloc %d not supported by object file format" 6084 msgstr "" 6085 6086 #: config/tc-avr.c:1884 config/tc-ft32.c:231 config/tc-h8300.c:1928 6087 #: config/tc-mcore.c:881 config/tc-microblaze.c:912 config/tc-moxie.c:180 6088 #: config/tc-pj.c:253 config/tc-sh.c:2182 config/tc-wasm32.c:747 6089 #: config/tc-z8k.c:1233 6090 msgid "can't find opcode " 6091 msgstr "" 6092 6093 #: config/tc-avr.c:1903 6094 #, c-format 6095 msgid "illegal opcode %s for mcu %s" 6096 msgstr "" 6097 6098 #: config/tc-avr.c:1919 6099 #, c-format 6100 msgid "pseudo instruction `%s' not supported" 6101 msgstr "" 6102 6103 #: config/tc-avr.c:1941 6104 msgid "garbage at end of line" 6105 msgstr "" 6106 6107 #: config/tc-avr.c:2051 config/tc-pru.c:1900 6108 #, c-format 6109 msgid "illegal %s relocation size: %d" 6110 msgstr "" 6111 6112 #: config/tc-avr.c:2164 config/tc-avr.c:2218 6113 #, c-format 6114 msgid "unknown record type %d (in %s)" 6115 msgstr "" 6116 6117 #: config/tc-avr.c:2239 6118 #, c-format 6119 msgid "Failed to create property section `%s'\n" 6120 msgstr "" 6121 6122 #: config/tc-avr.c:2742 6123 #, c-format 6124 msgid "%s requires value 0-2 as operand 1" 6125 msgstr "" 6126 6127 #: config/tc-avr.c:2767 6128 #, c-format 6129 msgid "`%s %d' after `%s %d' from %s:%u" 6130 msgstr "" 6131 6132 #: config/tc-avr.c:2770 6133 #, c-format 6134 msgid "`%s %d' but no chunk open yet" 6135 msgstr "" 6136 6137 #: config/tc-avr.c:2858 6138 #, c-format 6139 msgid "dangling `__gcc_isr %d'" 6140 msgstr "" 6141 6142 #: config/tc-avr.c:2860 6143 msgid "dangling `__gcc_isr'" 6144 msgstr "" 6145 6146 #: config/tc-bfin.c:93 config/tc-frv.c:1603 config/tc-frv.c:1613 6147 msgid "missing ')'" 6148 msgstr "" 6149 6150 #: config/tc-bfin.c:428 6151 #, c-format 6152 msgid " Blackfin specific assembler options:\n" 6153 msgstr "" 6154 6155 #: config/tc-bfin.c:429 6156 #, c-format 6157 msgid " -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n" 6158 msgstr "" 6159 6160 #: config/tc-bfin.c:430 6161 #, c-format 6162 msgid " -mfdpic assemble for the FDPIC ABI\n" 6163 msgstr "" 6164 6165 #: config/tc-bfin.c:431 6166 #, c-format 6167 msgid " -mno-fdpic/-mnopic disable -mfdpic\n" 6168 msgstr "" 6169 6170 #: config/tc-bfin.c:444 6171 msgid "Could not set architecture and machine." 6172 msgstr "" 6173 6174 #: config/tc-bfin.c:591 6175 msgid "Parse failed." 6176 msgstr "" 6177 6178 #: config/tc-bfin.c:666 6179 msgid "pcrel too far BFD_RELOC_BFIN_10" 6180 msgstr "" 6181 6182 #: config/tc-bfin.c:682 6183 msgid "pcrel too far BFD_RELOC_BFIN_12" 6184 msgstr "" 6185 6186 #: config/tc-bfin.c:702 6187 msgid "pcrel too far BFD_RELOC_BFIN_24" 6188 msgstr "" 6189 6190 #: config/tc-bfin.c:717 6191 msgid "pcrel too far BFD_RELOC_BFIN_5" 6192 msgstr "" 6193 6194 #: config/tc-bfin.c:729 6195 msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL" 6196 msgstr "" 6197 6198 #: config/tc-bfin.c:739 6199 msgid "rel too far BFD_RELOC_8" 6200 msgstr "" 6201 6202 #: config/tc-bfin.c:746 6203 msgid "rel too far BFD_RELOC_16" 6204 msgstr "" 6205 6206 #: config/tc-bpf.c:194 6207 #, c-format 6208 msgid "-mdialect=%s is not valid. Expected normal or pseudoc" 6209 msgstr "" 6210 6211 #: config/tc-bpf.c:209 6212 #, c-format 6213 msgid "-misa-spec=%s is not valid. Expected v1, v2, v3, v4 o xbpf" 6214 msgstr "" 6215 6216 #: config/tc-bpf.c:229 6217 #, c-format 6218 msgid "" 6219 "\n" 6220 "BPF options:\n" 6221 msgstr "" 6222 6223 #: config/tc-bpf.c:230 6224 #, c-format 6225 msgid "" 6226 "BPF options:\n" 6227 " -EL generate code for a little endian machine\n" 6228 " -EB generate code for a big endian machine\n" 6229 " -mdialect=DIALECT set the assembly dialect (normal, pseudoc)\n" 6230 " -misa-spec set the BPF ISA spec (v1, v2, v3, v4, xbpf)\n" 6231 " -mxbpf alias for -misa-spec=xbpf\n" 6232 msgstr "" 6233 6234 #: config/tc-bpf.c:577 6235 msgid "signed instruction operand out of range, shall fit in 32 bits" 6236 msgstr "" 6237 6238 #: config/tc-bpf.c:951 6239 msgid "immediate out of range, shall fit in 32 bits" 6240 msgstr "" 6241 6242 #: config/tc-bpf.c:961 6243 msgid "pc-relative offset out of range, shall fit in 32 bits" 6244 msgstr "" 6245 6246 #: config/tc-bpf.c:971 config/tc-bpf.c:981 6247 msgid "pc-relative offset out of range, shall fit in 16 bits" 6248 msgstr "" 6249 6250 #: config/tc-bpf.c:1360 6251 #, c-format 6252 msgid "unexpected register name `%s' in expression" 6253 msgstr "" 6254 6255 #: config/tc-bpf.c:1691 6256 #, c-format 6257 msgid "invalid %%-tag in BPF opcode '%s'\n" 6258 msgstr "" 6259 6260 #: config/tc-bpf.c:1738 6261 #, c-format 6262 msgid "unrecognized instruction `%s'" 6263 msgstr "" 6264 6265 #: config/tc-cr16.c:168 6266 msgid "using a bit field width of zero" 6267 msgstr "" 6268 6269 #: config/tc-cr16.c:176 6270 #, c-format 6271 msgid "field width \"%s\" too complex for a bitfield" 6272 msgstr "" 6273 6274 #: config/tc-cr16.c:186 6275 #, c-format 6276 msgid "field width %lu too big to fit in %d byte: truncated to %d bits" 6277 msgid_plural "field width %lu too big to fit in %d bytes: truncated to %d bits" 6278 msgstr[0] "" 6279 msgstr[1] "" 6280 6281 #: config/tc-cr16.c:212 6282 #, c-format 6283 msgid "field value \"%s\" too complex for a bitfield" 6284 msgstr "" 6285 6286 #: config/tc-cr16.c:394 6287 #, c-format 6288 msgid "Unknown register pair - index relative mode: `%d'" 6289 msgstr "" 6290 6291 #: config/tc-cr16.c:601 config/tc-crx.c:331 6292 #, c-format 6293 msgid "internal error: reloc %d (`%s') not supported by object file format" 6294 msgstr "" 6295 6296 #: config/tc-cr16.c:694 config/tc-i386.c:18106 config/tc-s390.c:2351 6297 msgid "GOT already in symbol table" 6298 msgstr "" 6299 6300 #. Missing or bad expr becomes absolute 0. 6301 #: config/tc-cr16.c:878 config/tc-crx.c:568 6302 #, c-format 6303 msgid "missing or invalid displacement expression `%s' taken as 0" 6304 msgstr "" 6305 6306 #: config/tc-cr16.c:928 6307 #, c-format 6308 msgid "GOT bad expression with %s." 6309 msgstr "" 6310 6311 #: config/tc-cr16.c:1039 6312 #, c-format 6313 msgid "operand %d: illegal use expression: `%s`" 6314 msgstr "" 6315 6316 #: config/tc-cr16.c:1104 config/tc-crx.c:1078 6317 #, c-format 6318 msgid "Unknown register: `%d'" 6319 msgstr "" 6320 6321 #. Issue a error message when register is illegal. 6322 #: config/tc-cr16.c:1112 6323 #, c-format 6324 msgid "Illegal register (`%s') in Instruction: `%s'" 6325 msgstr "" 6326 6327 #: config/tc-cr16.c:1186 config/tc-cr16.c:1261 6328 #, c-format 6329 msgid "Illegal register `%s' in Instruction `%s'" 6330 msgstr "" 6331 6332 #: config/tc-cr16.c:1214 config/tc-cr16.c:1225 6333 #, c-format 6334 msgid "Illegal register pair `%s' in Instruction `%s'" 6335 msgstr "" 6336 6337 #: config/tc-cr16.c:1250 6338 msgid "unmatched '['" 6339 msgstr "" 6340 6341 #: config/tc-cr16.c:1256 6342 msgid "garbage after index spec ignored" 6343 msgstr "" 6344 6345 #: config/tc-cr16.c:1404 config/tc-crx.c:887 6346 #, c-format 6347 msgid "Illegal operands (whitespace): `%s'" 6348 msgstr "" 6349 6350 #: config/tc-cr16.c:1416 config/tc-cr16.c:1423 config/tc-cr16.c:1440 6351 #: config/tc-crx.c:899 config/tc-crx.c:906 config/tc-crx.c:923 6352 #: config/tc-crx.c:1714 6353 #, c-format 6354 msgid "Missing matching brackets : `%s'" 6355 msgstr "" 6356 6357 #: config/tc-cr16.c:1472 config/tc-crx.c:949 6358 #, c-format 6359 msgid "Unknown exception: `%s'" 6360 msgstr "" 6361 6362 #: config/tc-cr16.c:1555 config/tc-crx.c:1045 6363 #, c-format 6364 msgid "Illegal `cinv' parameter: `%c'" 6365 msgstr "" 6366 6367 #: config/tc-cr16.c:1576 config/tc-cr16.c:1615 6368 #, c-format 6369 msgid "Unknown register pair: `%d'" 6370 msgstr "" 6371 6372 #. Issue a error message when register pair is illegal. 6373 #: config/tc-cr16.c:1584 6374 #, c-format 6375 msgid "Illegal register pair (`%s') in Instruction: `%s'" 6376 msgstr "" 6377 6378 #. Issue a error message when register pair is illegal. 6379 #: config/tc-cr16.c:1623 6380 #, c-format 6381 msgid "Illegal index register pair (`%s') in Instruction: `%s'" 6382 msgstr "" 6383 6384 #: config/tc-cr16.c:1662 6385 #, c-format 6386 msgid "Unknown processor register : `%d'" 6387 msgstr "" 6388 6389 #. Issue a error message when register pair is illegal. 6390 #: config/tc-cr16.c:1670 6391 #, c-format 6392 msgid "Illegal processor register (`%s') in Instruction: `%s'" 6393 msgstr "" 6394 6395 #: config/tc-cr16.c:1718 6396 #, c-format 6397 msgid "Unknown processor register (32 bit) : `%d'" 6398 msgstr "" 6399 6400 #. Issue a error message when register pair is illegal. 6401 #: config/tc-cr16.c:1726 6402 #, c-format 6403 msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'" 6404 msgstr "" 6405 6406 #: config/tc-cr16.c:2071 config/tc-crx.c:1612 config/tc-crx.c:1629 6407 #, c-format 6408 msgid "Same src/dest register is used (`r%d'), result is undefined" 6409 msgstr "" 6410 6411 #: config/tc-cr16.c:2093 6412 msgid "RA register is saved twice." 6413 msgstr "" 6414 6415 #: config/tc-cr16.c:2097 6416 #, c-format 6417 msgid "`%s' Illegal use of registers." 6418 msgstr "" 6419 6420 #: config/tc-cr16.c:2111 6421 #, c-format 6422 msgid "`%s' Illegal count-register combination." 6423 msgstr "" 6424 6425 #: config/tc-cr16.c:2117 6426 #, c-format 6427 msgid "`%s' Illegal use of register." 6428 msgstr "" 6429 6430 #: config/tc-cr16.c:2126 config/tc-crx.c:1621 6431 #, c-format 6432 msgid "`%s' has undefined result" 6433 msgstr "" 6434 6435 #: config/tc-cr16.c:2134 6436 #, c-format 6437 msgid "Same src/dest register is used (`r%d'),result is undefined" 6438 msgstr "" 6439 6440 #: config/tc-cr16.c:2305 config/tc-crx.c:1527 6441 msgid "Incorrect number of operands" 6442 msgstr "" 6443 6444 #: config/tc-cr16.c:2307 config/tc-crx.c:1529 6445 #, c-format 6446 msgid "Illegal type of operand (arg %d)" 6447 msgstr "" 6448 6449 #: config/tc-cr16.c:2313 config/tc-crx.c:1535 6450 #, c-format 6451 msgid "Operand out of range (arg %d)" 6452 msgstr "" 6453 6454 #: config/tc-cr16.c:2316 config/tc-crx.c:1538 6455 #, c-format 6456 msgid "Operand has odd displacement (arg %d)" 6457 msgstr "" 6458 6459 #: config/tc-cr16.c:2319 config/tc-cr16.c:2350 config/tc-crx.c:1553 6460 #: config/tc-crx.c:1581 6461 #, c-format 6462 msgid "Illegal operand (arg %d)" 6463 msgstr "" 6464 6465 #. Give an error if a frag containing code is not aligned to a 2-byte 6466 #. boundary. 6467 #: config/tc-cr16.c:2452 config/tc-cr16.h:74 config/tc-crx.c:1903 6468 #: config/tc-crx.h:77 6469 msgid "instruction address is not a multiple of 2" 6470 msgstr "" 6471 6472 #: config/tc-cr16.c:2475 config/tc-cris.c:1549 config/tc-cris.c:1557 6473 #: config/tc-crx.c:1939 config/tc-dlx.c:681 config/tc-hppa.c:3207 6474 #: config/tc-hppa.c:3214 config/tc-sparc.c:1755 config/tc-sparc.c:1763 6475 #, c-format 6476 msgid "Unknown opcode: `%s'" 6477 msgstr "" 6478 6479 #: config/tc-cris.c:550 config/tc-m68hc11.c:3891 6480 #, c-format 6481 msgid "internal inconsistency problem in %s: fr_symbol %lx" 6482 msgstr "" 6483 6484 #: config/tc-cris.c:554 config/tc-m68hc11.c:3895 config/tc-msp430.c:4995 6485 #, c-format 6486 msgid "internal inconsistency problem in %s: resolved symbol" 6487 msgstr "" 6488 6489 #: config/tc-cris.c:564 config/tc-m68hc11.c:3901 6490 #, c-format 6491 msgid "internal inconsistency problem in %s: fr_subtype %d" 6492 msgstr "" 6493 6494 #: config/tc-cris.c:904 6495 msgid "Relaxation to long branches for .arch common_v10_v32 not implemented" 6496 msgstr "" 6497 6498 #: config/tc-cris.c:934 6499 msgid "Complicated LAPC target operand is not a multiple of two. Use LAPC.D" 6500 msgstr "" 6501 6502 #: config/tc-cris.c:939 6503 #, c-format 6504 msgid "" 6505 "Internal error found in md_convert_frag: offset %ld. Please report this." 6506 msgstr "" 6507 6508 #: config/tc-cris.c:964 6509 #, c-format 6510 msgid "internal inconsistency in %s: bdapq no symbol" 6511 msgstr "" 6512 6513 #: config/tc-cris.c:977 6514 #, c-format 6515 msgid "internal inconsistency in %s: bdap.w with no symbol" 6516 msgstr "" 6517 6518 #: config/tc-cris.c:1001 6519 msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness" 6520 msgstr "" 6521 6522 #: config/tc-cris.c:1010 6523 msgid "dangerous MULS/MULU location; give it higher alignment" 6524 msgstr "" 6525 6526 #. Bail out for compatibility mode. (It seems it can be implemented, 6527 #. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump 6528 #. $acr", "nop"; but doesn't seem worth it at the moment.) 6529 #: config/tc-cris.c:1051 6530 msgid "" 6531 "Out-of-range .word offset handling is not implemented for .arch " 6532 "common_v10_v32" 6533 msgstr "" 6534 6535 #: config/tc-cris.c:1096 6536 msgid ".word case-table handling failed: table too large" 6537 msgstr "" 6538 6539 #: config/tc-cris.c:1228 6540 #, c-format 6541 msgid "Buggy opcode: `%s' \"%s\"\n" 6542 msgstr "" 6543 6544 #: config/tc-cris.c:1655 6545 #, c-format 6546 msgid "Immediate value not in 5 bit unsigned range: %ld" 6547 msgstr "" 6548 6549 #: config/tc-cris.c:1671 6550 #, c-format 6551 msgid "Immediate value not in 4 bit unsigned range: %ld" 6552 msgstr "" 6553 6554 #: config/tc-cris.c:1723 6555 #, c-format 6556 msgid "Immediate value not in 6 bit range: %ld" 6557 msgstr "" 6558 6559 #: config/tc-cris.c:1739 6560 #, c-format 6561 msgid "Immediate value not in 6 bit unsigned range: %ld" 6562 msgstr "" 6563 6564 #. Others have a generic warning. 6565 #: config/tc-cris.c:1848 6566 #, c-format 6567 msgid "Unimplemented register `%s' specified" 6568 msgstr "" 6569 6570 #. We've come to the end of instructions with this 6571 #. opcode, so it must be an error. 6572 #: config/tc-cris.c:2092 6573 msgid "Illegal operands" 6574 msgstr "" 6575 6576 #: config/tc-cris.c:2133 config/tc-cris.c:2173 6577 #, c-format 6578 msgid "Immediate value not in 8 bit range: %ld" 6579 msgstr "" 6580 6581 #: config/tc-cris.c:2143 config/tc-cris.c:2194 6582 #, c-format 6583 msgid "Immediate value not in 16 bit range: %ld" 6584 msgstr "" 6585 6586 #: config/tc-cris.c:2178 6587 #, c-format 6588 msgid "Immediate value not in 8 bit signed range: %ld" 6589 msgstr "" 6590 6591 #: config/tc-cris.c:2183 6592 #, c-format 6593 msgid "Immediate value not in 8 bit unsigned range: %ld" 6594 msgstr "" 6595 6596 #: config/tc-cris.c:2199 6597 #, c-format 6598 msgid "Immediate value not in 16 bit signed range: %ld" 6599 msgstr "" 6600 6601 #: config/tc-cris.c:2204 6602 #, c-format 6603 msgid "Immediate value not in 16 bit unsigned range: %ld" 6604 msgstr "" 6605 6606 #: config/tc-cris.c:2230 6607 msgid "TLS relocation size does not match operand size" 6608 msgstr "" 6609 6610 #: config/tc-cris.c:2231 6611 msgid "PIC relocation size does not match operand size" 6612 msgstr "" 6613 6614 #: config/tc-cris.c:3378 6615 msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n" 6616 msgstr "" 6617 6618 #: config/tc-cris.c:3382 6619 msgid "32-bit conditional branch generated" 6620 msgstr "" 6621 6622 #: config/tc-cris.c:3443 6623 msgid "Complex expression not supported" 6624 msgstr "" 6625 6626 #. FIXME: Is this function mentioned in the internals.texi manual? If 6627 #. not, add it. 6628 #: config/tc-cris.c:3593 6629 msgid "Bad call to md_atof () - floating point formats are not supported" 6630 msgstr "" 6631 6632 #: config/tc-cris.c:3634 6633 msgid "PC-relative relocation must be trivially resolved" 6634 msgstr "" 6635 6636 #: config/tc-cris.c:3706 6637 #, c-format 6638 msgid "Value not in 16 bit range: %ld" 6639 msgstr "" 6640 6641 #: config/tc-cris.c:3714 6642 #, c-format 6643 msgid "Value not in 16 bit signed range: %ld" 6644 msgstr "" 6645 6646 #: config/tc-cris.c:3722 6647 #, c-format 6648 msgid "Value not in 8 bit range: %ld" 6649 msgstr "" 6650 6651 #: config/tc-cris.c:3729 6652 #, c-format 6653 msgid "Value not in 8 bit signed range: %ld" 6654 msgstr "" 6655 6656 #: config/tc-cris.c:3739 6657 #, c-format 6658 msgid "Value not in 4 bit unsigned range: %ld" 6659 msgstr "" 6660 6661 #: config/tc-cris.c:3746 6662 #, c-format 6663 msgid "Value not in 5 bit unsigned range: %ld" 6664 msgstr "" 6665 6666 #: config/tc-cris.c:3753 6667 #, c-format 6668 msgid "Value not in 6 bit range: %ld" 6669 msgstr "" 6670 6671 #: config/tc-cris.c:3760 6672 #, c-format 6673 msgid "Value not in 6 bit unsigned range: %ld" 6674 msgstr "" 6675 6676 #: config/tc-cris.c:3804 6677 #, c-format 6678 msgid "Please use --help to see usage and options for this assembler.\n" 6679 msgstr "" 6680 6681 #: config/tc-cris.c:3816 6682 msgid "--no-underscore is invalid with a.out format" 6683 msgstr "" 6684 6685 #: config/tc-cris.c:3828 6686 msgid "--pic is invalid for this object format" 6687 msgstr "" 6688 6689 #: config/tc-cris.c:3842 6690 #, c-format 6691 msgid "invalid <arch> in --march=<arch>: %s" 6692 msgstr "" 6693 6694 #: config/tc-cris.c:3951 config/tc-ft32.c:686 config/tc-moxie.c:772 6695 msgid "" 6696 "Semantics error. This type of operand can not be relocated, it must be an " 6697 "assembly-time constant" 6698 msgstr "" 6699 6700 #: config/tc-cris.c:3999 config/tc-ft32.c:706 config/tc-moxie.c:820 6701 #, c-format 6702 msgid "Cannot generate relocation type for symbol %s, code %s" 6703 msgstr "" 6704 6705 #. The messages are formatted to line up with the generic options. 6706 #: config/tc-cris.c:4012 6707 #, c-format 6708 msgid "CRIS-specific options:\n" 6709 msgstr "" 6710 6711 #: config/tc-cris.c:4014 6712 msgid "" 6713 " -h, -H Don't execute, print this help text. Deprecated.\n" 6714 msgstr "" 6715 6716 #: config/tc-cris.c:4016 6717 msgid " -N Warn when branches are expanded to jumps.\n" 6718 msgstr "" 6719 6720 #: config/tc-cris.c:4018 6721 msgid "" 6722 " --underscore User symbols are normally prepended with " 6723 "underscore.\n" 6724 msgstr "" 6725 6726 #: config/tc-cris.c:4020 6727 msgid " Registers will not need any prefix.\n" 6728 msgstr "" 6729 6730 #: config/tc-cris.c:4022 6731 msgid " --no-underscore User symbols do not have any prefix.\n" 6732 msgstr "" 6733 6734 #: config/tc-cris.c:4024 6735 msgid " Registers will require a `$'-prefix.\n" 6736 msgstr "" 6737 6738 #: config/tc-cris.c:4027 6739 msgid " --pic\t\t\tEnable generation of position-independent code.\n" 6740 msgstr "" 6741 6742 #: config/tc-cris.c:4030 6743 msgid "" 6744 " --march=<arch>\t\tGenerate code for <arch>. Valid choices for <arch>\n" 6745 "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n" 6746 msgstr "" 6747 6748 #: config/tc-cris.c:4078 6749 msgid "Invalid pc-relative relocation" 6750 msgstr "" 6751 6752 #: config/tc-cris.c:4123 6753 #, c-format 6754 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large." 6755 msgstr "" 6756 6757 #: config/tc-cris.c:4153 6758 #, c-format 6759 msgid ".syntax %s requires command-line option `--underscore'" 6760 msgstr "" 6761 6762 #: config/tc-cris.c:4162 6763 #, c-format 6764 msgid ".syntax %s requires command-line option `--no-underscore'" 6765 msgstr "" 6766 6767 #: config/tc-cris.c:4199 6768 msgid "Unknown .syntax operand" 6769 msgstr "" 6770 6771 #: config/tc-cris.c:4209 6772 msgid "Pseudodirective .file is only valid when generating ELF" 6773 msgstr "" 6774 6775 #: config/tc-cris.c:4221 6776 msgid "Pseudodirective .loc is only valid when generating ELF" 6777 msgstr "" 6778 6779 #: config/tc-cris.c:4236 6780 #, c-format 6781 msgid "internal inconsistency problem: %s called for %d bytes" 6782 msgstr "" 6783 6784 #: config/tc-cris.c:4388 6785 msgid "unknown operand to .arch" 6786 msgstr "" 6787 6788 #: config/tc-cris.c:4397 6789 msgid ".arch <arch> requires a matching --march=... option" 6790 msgstr "" 6791 6792 #: config/tc-crx.c:708 config/tc-crx.c:728 config/tc-crx.c:743 6793 #, c-format 6794 msgid "Illegal register `%s' in instruction `%s'" 6795 msgstr "" 6796 6797 #: config/tc-crx.c:771 6798 #, c-format 6799 msgid "Illegal Scale - `%d'" 6800 msgstr "" 6801 6802 #. Issue a error message when register is illegal. 6803 #: config/tc-crx.c:1086 6804 #, c-format 6805 msgid "Illegal register (`%s') in instruction: `%s'" 6806 msgstr "" 6807 6808 #: config/tc-crx.c:1215 6809 #, c-format 6810 msgid "Illegal co-processor register in instruction `%s'" 6811 msgstr "" 6812 6813 #: config/tc-crx.c:1222 6814 #, c-format 6815 msgid "Illegal co-processor special register in instruction `%s'" 6816 msgstr "" 6817 6818 #: config/tc-crx.c:1542 6819 #, c-format 6820 msgid "Invalid DISPU4 operand value (arg %d)" 6821 msgstr "" 6822 6823 #: config/tc-crx.c:1546 6824 #, c-format 6825 msgid "Invalid CST4 operand value (arg %d)" 6826 msgstr "" 6827 6828 #: config/tc-crx.c:1549 6829 #, c-format 6830 msgid "Operand value is not within upper 64 KB (arg %d)" 6831 msgstr "" 6832 6833 #: config/tc-crx.c:1683 6834 msgid "Invalid register in register list" 6835 msgstr "" 6836 6837 #: config/tc-crx.c:1737 6838 #, c-format 6839 msgid "Illegal register `%s' in cop-register list" 6840 msgstr "" 6841 6842 #: config/tc-crx.c:1745 6843 #, c-format 6844 msgid "Illegal register `%s' in cop-special-register list" 6845 msgstr "" 6846 6847 #: config/tc-crx.c:1764 6848 #, c-format 6849 msgid "Illegal register `%s' in user register list" 6850 msgstr "" 6851 6852 #: config/tc-crx.c:1783 6853 #, c-format 6854 msgid "Illegal register `%s' in register list" 6855 msgstr "" 6856 6857 #: config/tc-crx.c:1789 6858 #, c-format 6859 msgid "Maximum %d bits may be set in `mask16' operand" 6860 msgstr "" 6861 6862 #: config/tc-crx.c:1798 6863 #, c-format 6864 msgid "rest of line ignored; first ignored character is `%c'" 6865 msgstr "" 6866 6867 #: config/tc-crx.c:1806 6868 #, c-format 6869 msgid "Illegal `mask16' operand, operation is undefined - `%s'" 6870 msgstr "" 6871 6872 #. HI can't be specified without LO (and vise-versa). 6873 #: config/tc-crx.c:1812 6874 msgid "HI/LO registers should be specified together" 6875 msgstr "" 6876 6877 #: config/tc-crx.c:1818 6878 msgid "HI/LO registers should be specified without additional registers" 6879 msgstr "" 6880 6881 #. Variable not in small data read only segment accessed 6882 #. using small data read only anchor. 6883 #: config/tc-csky.c:1173 config/tc-mcore.c:1927 config/tc-microblaze.c:2039 6884 #: config/tc-microblaze.c:2341 config/tc-microblaze.c:2364 6885 msgid "unknown" 6886 msgstr "" 6887 6888 #: config/tc-csky.c:1175 6889 #, c-format 6890 msgid "pcrel offset for branch to %s too far (0x%lx)" 6891 msgstr "" 6892 6893 #: config/tc-csky.c:1288 6894 #, c-format 6895 msgid "unknown floating point abi `%s'\n" 6896 msgstr "" 6897 6898 #: config/tc-csky.c:1432 6899 #, c-format 6900 msgid "C-SKY assembler options:\n" 6901 msgstr "" 6902 6903 #: config/tc-csky.c:1434 6904 #, c-format 6905 msgid " -march=ARCH\t\t\tselect architecture ARCH:" 6906 msgstr "" 6907 6908 #: config/tc-csky.c:1453 6909 #, c-format 6910 msgid " -mcpu=CPU\t\t\tselect processor CPU:" 6911 msgstr "" 6912 6913 #: config/tc-csky.c:1480 6914 #, c-format 6915 msgid " -mfloat-abi=ABI\t\tselect float ABI:" 6916 msgstr "" 6917 6918 #: config/tc-csky.c:1499 6919 #, c-format 6920 msgid " -EL -mlittle-endian\t\tgenerate little-endian output\n" 6921 msgstr "" 6922 6923 #: config/tc-csky.c:1501 6924 #, c-format 6925 msgid " -EB -mbig-endian\t\tgenerate big-endian output\n" 6926 msgstr "" 6927 6928 #: config/tc-csky.c:1503 6929 #, c-format 6930 msgid " -fpic -pic\t\t\tgenerate position-independent code\n" 6931 msgstr "" 6932 6933 #: config/tc-csky.c:1506 6934 #, c-format 6935 msgid " -mljump\t\t\ttransform jbf, jbt, jbr to jmpi (CK800 only)\n" 6936 msgstr "" 6937 6938 #: config/tc-csky.c:1508 6939 #, c-format 6940 msgid " -mno-ljump\n" 6941 msgstr "" 6942 6943 #: config/tc-csky.c:1512 6944 #, c-format 6945 msgid " -mbranch-stub\t\t\tenable branch stubs for PC-relative calls\n" 6946 msgstr "" 6947 6948 #: config/tc-csky.c:1514 6949 #, c-format 6950 msgid " -mno-branch-stub\n" 6951 msgstr "" 6952 6953 #: config/tc-csky.c:1518 6954 #, c-format 6955 msgid " -force2bsr -mforce2bsr\ttransform jbsr to bsr\n" 6956 msgstr "" 6957 6958 #: config/tc-csky.c:1520 6959 #, c-format 6960 msgid " -no-force2bsr -mno-force2bsr\n" 6961 msgstr "" 6962 6963 #: config/tc-csky.c:1522 6964 #, c-format 6965 msgid " -jsri2bsr -mjsri2bsr\t\ttransform jsri to bsr\n" 6966 msgstr "" 6967 6968 #: config/tc-csky.c:1524 6969 #, c-format 6970 msgid " -no-jsri2bsr -mno-jsri2bsr\n" 6971 msgstr "" 6972 6973 #: config/tc-csky.c:1527 6974 #, c-format 6975 msgid " -mnolrw -mno-lrw\t\timplement lrw as movih + ori\n" 6976 msgstr "" 6977 6978 #: config/tc-csky.c:1529 6979 #, c-format 6980 msgid " -melrw\t\t\tenable extended lrw (CK800 only)\n" 6981 msgstr "" 6982 6983 #: config/tc-csky.c:1531 6984 #, c-format 6985 msgid " -mno-elrw\n" 6986 msgstr "" 6987 6988 #: config/tc-csky.c:1534 6989 #, c-format 6990 msgid " -mlaf -mliterals-after-func\temit literals after each function\n" 6991 msgstr "" 6992 6993 #: config/tc-csky.c:1536 6994 #, c-format 6995 msgid " -mno-laf -mno-literals-after-func\n" 6996 msgstr "" 6997 6998 #: config/tc-csky.c:1538 6999 #, c-format 7000 msgid "" 7001 " -mlabr -mliterals-after-br\temit literals after branch instructions\n" 7002 msgstr "" 7003 7004 #: config/tc-csky.c:1540 7005 #, c-format 7006 msgid " -mno-labr -mnoliterals-after-br\n" 7007 msgstr "" 7008 7009 #: config/tc-csky.c:1543 7010 #, c-format 7011 msgid " -mistack\t\t\tenable interrupt stack instructions\n" 7012 msgstr "" 7013 7014 #: config/tc-csky.c:1545 7015 #, c-format 7016 msgid " -mno-istack\n" 7017 msgstr "" 7018 7019 #: config/tc-csky.c:1548 7020 #, c-format 7021 msgid " -mhard-float\t\t\tenable hard float instructions\n" 7022 msgstr "" 7023 7024 #: config/tc-csky.c:1550 7025 #, c-format 7026 msgid " -mmp\t\t\t\tenable multiprocessor instructions\n" 7027 msgstr "" 7028 7029 #: config/tc-csky.c:1552 7030 #, c-format 7031 msgid " -mcp\t\t\t\tenable coprocessor instructions\n" 7032 msgstr "" 7033 7034 #: config/tc-csky.c:1554 7035 #, c-format 7036 msgid " -mcache\t\t\tenable cache prefetch instruction\n" 7037 msgstr "" 7038 7039 #: config/tc-csky.c:1556 7040 #, c-format 7041 msgid " -msecurity\t\t\tenable security instructions\n" 7042 msgstr "" 7043 7044 #: config/tc-csky.c:1558 7045 #, c-format 7046 msgid " -mtrust\t\t\tenable trust instructions\n" 7047 msgstr "" 7048 7049 #: config/tc-csky.c:1560 7050 #, c-format 7051 msgid " -mdsp\t\t\t\tenable DSP instructions\n" 7052 msgstr "" 7053 7054 #: config/tc-csky.c:1562 7055 #, c-format 7056 msgid " -medsp\t\t\tenable enhanced DSP instructions\n" 7057 msgstr "" 7058 7059 #: config/tc-csky.c:1564 7060 #, c-format 7061 msgid " -mvdsp\t\t\tenable vector DSP instructions\n" 7062 msgstr "" 7063 7064 #: config/tc-csky.c:1797 7065 msgid "C-SKY ABI v1 (ck510/ck610) does not support -mbranch-stub" 7066 msgstr "" 7067 7068 #: config/tc-csky.c:1802 7069 msgid "-mno-force2bsr is ignored with -mbranch-stub" 7070 msgstr "" 7071 7072 #: config/tc-csky.c:1810 7073 msgid "-mno-force2bsr is ignored for ck801/ck802" 7074 msgstr "" 7075 7076 #: config/tc-csky.c:1837 7077 msgid "-mljump is ignored for ck801/ck802" 7078 msgstr "" 7079 7080 #: config/tc-csky.c:2119 config/tc-mcore.c:689 7081 msgid "more than 65K literal pools" 7082 msgstr "" 7083 7084 #: config/tc-csky.c:2366 read.c:3839 7085 #, c-format 7086 msgid "bad floating literal: %s" 7087 msgstr "" 7088 7089 #: config/tc-csky.c:2514 config/tc-mcore.c:743 7090 msgid "missing ']'" 7091 msgstr "" 7092 7093 #: config/tc-csky.c:2542 config/tc-mips.c:14364 config/tc-mips.c:14418 7094 #: config/tc-mips.c:14432 config/tc-score.c:2686 config/tc-score.c:2732 7095 msgid "unrecognized opcode" 7096 msgstr "" 7097 7098 #: config/tc-csky.c:3673 config/tc-mcore.c:1164 7099 msgid "translating mgeni to movi" 7100 msgstr "" 7101 7102 #: config/tc-csky.c:5319 config/tc-tilegx.c:1443 config/tc-tilepro.c:1306 7103 #, c-format 7104 msgid "unsupported BFD relocation size %d" 7105 msgstr "" 7106 7107 #: config/tc-csky.c:5942 7108 msgid "second operand must be 4" 7109 msgstr "" 7110 7111 #: config/tc-csky.c:5966 config/tc-mcore.c:1527 7112 msgid "second operand must be 1" 7113 msgstr "" 7114 7115 #: config/tc-csky.c:6039 config/tc-xtensa.c:1989 7116 msgid "register number out of range" 7117 msgstr "" 7118 7119 #: config/tc-csky.c:6049 7120 msgid "64-bit operator src/dst register must be less than 15" 7121 msgstr "" 7122 7123 #: config/tc-csky.c:7871 7124 msgid "the first operand must be a symbol" 7125 msgstr "" 7126 7127 #: config/tc-csky.c:7880 7128 msgid "missing stack size" 7129 msgstr "" 7130 7131 #: config/tc-csky.c:7893 config/tc-score.c:4237 7132 msgid "value not in range [0, 0xffffffff]" 7133 msgstr "" 7134 7135 #: config/tc-csky.c:7903 config/tc-mcore.c:782 7136 msgid "operand must be a constant" 7137 msgstr "" 7138 7139 #: config/tc-d10v.c:215 7140 #, c-format 7141 msgid "" 7142 "D10V options:\n" 7143 "-O Optimize. Will do some operations in parallel.\n" 7144 "--gstabs-packing Pack adjacent short instructions together even\n" 7145 " when --gstabs is specified. On by default.\n" 7146 "--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n" 7147 " instructions together.\n" 7148 msgstr "" 7149 7150 #: config/tc-d10v.c:572 7151 msgid "operand is not an immediate" 7152 msgstr "" 7153 7154 #: config/tc-d10v.c:589 7155 #, c-format 7156 msgid "operand out of range: %lu" 7157 msgstr "" 7158 7159 #: config/tc-d10v.c:649 7160 msgid "Instruction must be executed in parallel with another instruction." 7161 msgstr "" 7162 7163 #: config/tc-d10v.c:703 config/tc-d10v.c:711 7164 #, c-format 7165 msgid "packing conflict: %s must dispatch sequentially" 7166 msgstr "" 7167 7168 #: config/tc-d10v.c:810 7169 #, c-format 7170 msgid "resource conflict (R%d)" 7171 msgstr "" 7172 7173 #: config/tc-d10v.c:813 7174 #, c-format 7175 msgid "resource conflict (A%d)" 7176 msgstr "" 7177 7178 #: config/tc-d10v.c:815 7179 msgid "resource conflict (PSW)" 7180 msgstr "" 7181 7182 #: config/tc-d10v.c:817 7183 msgid "resource conflict (C flag)" 7184 msgstr "" 7185 7186 #: config/tc-d10v.c:819 7187 msgid "resource conflict (F flag)" 7188 msgstr "" 7189 7190 #: config/tc-d10v.c:969 7191 msgid "Instruction must be executed in parallel" 7192 msgstr "" 7193 7194 #: config/tc-d10v.c:972 7195 msgid "Long instructions may not be combined." 7196 msgstr "" 7197 7198 #: config/tc-d10v.c:1005 7199 msgid "One of these instructions may not be executed in parallel." 7200 msgstr "" 7201 7202 #: config/tc-d10v.c:1009 config/tc-d30v.c:1034 7203 msgid "Two IU instructions may not be executed in parallel" 7204 msgstr "" 7205 7206 #: config/tc-d10v.c:1011 config/tc-d10v.c:1019 config/tc-d10v.c:1033 7207 #: config/tc-d10v.c:1048 config/tc-d30v.c:1035 config/tc-d30v.c:1044 7208 msgid "Swapping instruction order" 7209 msgstr "" 7210 7211 #: config/tc-d10v.c:1017 config/tc-d30v.c:1041 7212 msgid "Two MU instructions may not be executed in parallel" 7213 msgstr "" 7214 7215 #: config/tc-d10v.c:1037 config/tc-d30v.c:1061 7216 msgid "IU instruction may not be in the left container" 7217 msgstr "" 7218 7219 #: config/tc-d10v.c:1039 config/tc-d10v.c:1054 7220 msgid "" 7221 "Instruction in R container is squashed by flow control instruction in L " 7222 "container." 7223 msgstr "" 7224 7225 #: config/tc-d10v.c:1052 config/tc-d30v.c:1072 7226 msgid "MU instruction may not be in the right container" 7227 msgstr "" 7228 7229 #: config/tc-d10v.c:1058 config/tc-d30v.c:1084 7230 msgid "unknown execution type passed to write_2_short()" 7231 msgstr "" 7232 7233 #: config/tc-d10v.c:1187 config/tc-d10v.c:1360 7234 msgid "bad opcode or operands" 7235 msgstr "" 7236 7237 #: config/tc-d10v.c:1262 7238 msgid "value out of range" 7239 msgstr "" 7240 7241 #: config/tc-d10v.c:1336 7242 msgid "illegal operand - register name found where none expected" 7243 msgstr "" 7244 7245 #: config/tc-d10v.c:1371 7246 msgid "Register number must be EVEN" 7247 msgstr "" 7248 7249 #: config/tc-d10v.c:1374 7250 msgid "Unsupported use of sp" 7251 msgstr "" 7252 7253 #: config/tc-d10v.c:1393 7254 #, c-format 7255 msgid "cr%d is a reserved control register" 7256 msgstr "" 7257 7258 #: config/tc-d10v.c:1568 7259 #, c-format 7260 msgid "line %d: rep or repi must include at least 4 instructions" 7261 msgstr "" 7262 7263 #: config/tc-d10v.c:1760 7264 msgid "can't find previous opcode " 7265 msgstr "" 7266 7267 #: config/tc-d10v.c:1772 7268 #, c-format 7269 msgid "could not assemble: %s" 7270 msgstr "" 7271 7272 #: config/tc-d10v.c:1787 config/tc-d10v.c:1809 config/tc-d30v.c:1741 7273 msgid "Unable to mix instructions as specified" 7274 msgstr "" 7275 7276 #: config/tc-d30v.c:146 7277 #, c-format 7278 msgid "Register name %s conflicts with symbol of the same name" 7279 msgstr "" 7280 7281 #: config/tc-d30v.c:236 7282 #, c-format 7283 msgid "" 7284 "\n" 7285 "D30V options:\n" 7286 "-O Make adjacent short instructions parallel if " 7287 "possible.\n" 7288 "-n Warn about all NOPs inserted by the assembler.\n" 7289 "-N Warn about NOPs inserted after word multiplies.\n" 7290 "-c Warn about symbols whose names match register " 7291 "names.\n" 7292 "-C Opposite of -C. -c is the default.\n" 7293 msgstr "" 7294 7295 #: config/tc-d30v.c:364 7296 msgid "unexpected 12-bit reloc type" 7297 msgstr "" 7298 7299 #: config/tc-d30v.c:371 7300 msgid "unexpected 18-bit reloc type" 7301 msgstr "" 7302 7303 #: config/tc-d30v.c:622 7304 #, c-format 7305 msgid "%s NOP inserted" 7306 msgstr "" 7307 7308 #: config/tc-d30v.c:623 7309 msgid "sequential" 7310 msgstr "" 7311 7312 #: config/tc-d30v.c:623 7313 msgid "parallel" 7314 msgstr "" 7315 7316 #: config/tc-d30v.c:1030 7317 msgid "Instructions may not be executed in parallel" 7318 msgstr "" 7319 7320 #: config/tc-d30v.c:1043 7321 #, c-format 7322 msgid "Executing %s in IU may not work" 7323 msgstr "" 7324 7325 #: config/tc-d30v.c:1050 7326 #, c-format 7327 msgid "Executing %s in IU may not work in parallel execution" 7328 msgstr "" 7329 7330 #: config/tc-d30v.c:1063 7331 #, c-format 7332 msgid "special left instruction `%s' kills instruction `%s' in right container" 7333 msgstr "" 7334 7335 #: config/tc-d30v.c:1074 7336 #, c-format 7337 msgid "Executing %s in reverse serial with %s may not work" 7338 msgstr "" 7339 7340 #: config/tc-d30v.c:1077 7341 #, c-format 7342 msgid "Executing %s in IU in reverse serial may not work" 7343 msgstr "" 7344 7345 #: config/tc-d30v.c:1265 7346 msgid "Odd numbered register used as target of multi-register instruction" 7347 msgstr "" 7348 7349 #: config/tc-d30v.c:1329 config/tc-d30v.c:1365 7350 #, c-format 7351 msgid "unknown condition code: %s" 7352 msgstr "" 7353 7354 #: config/tc-d30v.c:1358 7355 #, c-format 7356 msgid "cmpu doesn't support condition code %s" 7357 msgstr "" 7358 7359 #: config/tc-d30v.c:1393 7360 #, c-format 7361 msgid "unknown opcode: %s" 7362 msgstr "" 7363 7364 #: config/tc-d30v.c:1404 7365 #, c-format 7366 msgid "operands for opcode `%s' do not match any valid format" 7367 msgstr "" 7368 7369 #: config/tc-d30v.c:1619 config/tc-d30v.c:1636 7370 msgid "Cannot assemble instruction" 7371 msgstr "" 7372 7373 #: config/tc-d30v.c:1621 7374 msgid "First opcode is long. Unable to mix instructions as specified." 7375 msgstr "" 7376 7377 #: config/tc-d30v.c:1691 7378 msgid "word of NOPs added between word multiply and load" 7379 msgstr "" 7380 7381 #: config/tc-d30v.c:1693 7382 msgid "word of NOPs added between word multiply and 16-bit multiply" 7383 msgstr "" 7384 7385 #: config/tc-d30v.c:1725 7386 msgid "Instruction uses long version, so it cannot be mixed as specified" 7387 msgstr "" 7388 7389 #: config/tc-d30v.c:1852 7390 #, c-format 7391 msgid "value too large to fit in %d bits" 7392 msgstr "" 7393 7394 #: config/tc-d30v.c:2030 config/tc-pru.c:216 config/tc-pru.c:332 7395 #, c-format 7396 msgid "Alignment too large: %d assumed" 7397 msgstr "" 7398 7399 #: config/tc-dlx.c:213 7400 msgid "missing .proc" 7401 msgstr "" 7402 7403 #: config/tc-dlx.c:230 7404 msgid ".endfunc missing for previous .proc" 7405 msgstr "" 7406 7407 #: config/tc-dlx.c:320 7408 #, c-format 7409 msgid "Bad operand for a load instruction: <%s>" 7410 msgstr "" 7411 7412 #: config/tc-dlx.c:434 7413 #, c-format 7414 msgid "Bad operand for a store instruction: <%s>" 7415 msgstr "" 7416 7417 #: config/tc-dlx.c:614 7418 #, c-format 7419 msgid "Expression Error for operand modifier %%hi/%%lo\n" 7420 msgstr "" 7421 7422 #: config/tc-dlx.c:627 7423 #, c-format 7424 msgid "Invalid expression after %%%%\n" 7425 msgstr "" 7426 7427 #: config/tc-dlx.c:692 config/tc-tic4x.c:2452 7428 #, c-format 7429 msgid "Unknown opcode `%s'." 7430 msgstr "" 7431 7432 #: config/tc-dlx.c:701 7433 msgid "Can not set dlx_skip_hi16_flag" 7434 msgstr "" 7435 7436 #: config/tc-dlx.c:715 7437 #, c-format 7438 msgid "Missing arguments for opcode <%s>." 7439 msgstr "" 7440 7441 #: config/tc-dlx.c:749 7442 #, c-format 7443 msgid "Too many operands: %s" 7444 msgstr "" 7445 7446 #: config/tc-dlx.c:787 7447 #, c-format 7448 msgid "Both the_insn.HI and the_insn.LO are set : %s" 7449 msgstr "" 7450 7451 #: config/tc-dlx.c:857 7452 msgid "failed regnum sanity check." 7453 msgstr "" 7454 7455 #: config/tc-dlx.c:870 7456 msgid "failed general register sanity check." 7457 msgstr "" 7458 7459 #. Types or values of args don't match. 7460 #: config/tc-dlx.c:878 7461 msgid "Invalid operands" 7462 msgstr "" 7463 7464 #: config/tc-dlx.c:1097 7465 #, c-format 7466 msgid "label \"$%d\" redefined" 7467 msgstr "" 7468 7469 #: config/tc-dlx.c:1135 7470 msgid "Invalid expression after # number\n" 7471 msgstr "" 7472 7473 #: config/tc-dlx.c:1180 config/tc-m32r.c:2272 config/tc-nds32.c:7832 7474 #: config/tc-sparc.c:4021 7475 #, c-format 7476 msgid "internal error: can't export reloc type %d (`%s')" 7477 msgstr "" 7478 7479 #: config/tc-epiphany.c:126 7480 #, c-format 7481 msgid "EPIPHANY specific command line options:\n" 7482 msgstr "" 7483 7484 #: config/tc-epiphany.c:363 7485 msgid "register number too large for push/pop" 7486 msgstr "" 7487 7488 #: config/tc-epiphany.c:367 7489 msgid "register is out of order" 7490 msgstr "" 7491 7492 #: config/tc-epiphany.c:381 7493 msgid "malformed reglist in push/pop" 7494 msgstr "" 7495 7496 #. Checks for behavioral restrictions on LD/ST instructions. 7497 #: config/tc-epiphany.c:427 7498 msgid "destination register modified by displacement-post-modified address" 7499 msgstr "" 7500 7501 #: config/tc-epiphany.c:428 7502 msgid "ldrd/strd requires even:odd register pair" 7503 msgstr "" 7504 7505 #: config/tc-epiphany.c:816 config/tc-m32r.c:1784 7506 msgid "Addend to unresolved symbol not on word boundary." 7507 msgstr "" 7508 7509 #: config/tc-fr30.c:81 7510 #, c-format 7511 msgid " FR30 specific command line options:\n" 7512 msgstr "" 7513 7514 #: config/tc-fr30.c:134 7515 #, c-format 7516 msgid "Instruction %s not allowed in a delay slot." 7517 msgstr "" 7518 7519 #: config/tc-frv.c:403 7520 #, c-format 7521 msgid "Unknown cpu -mcpu=%s" 7522 msgstr "" 7523 7524 #: config/tc-frv.c:456 7525 #, c-format 7526 msgid "FRV specific command line options:\n" 7527 msgstr "" 7528 7529 #: config/tc-frv.c:457 7530 #, c-format 7531 msgid "-G n Put data <= n bytes in the small data area\n" 7532 msgstr "" 7533 7534 #: config/tc-frv.c:458 7535 #, c-format 7536 msgid "-mgpr-32 Mark generated file as only using 32 GPRs\n" 7537 msgstr "" 7538 7539 #: config/tc-frv.c:459 7540 #, c-format 7541 msgid "-mgpr-64 Mark generated file as using all 64 GPRs\n" 7542 msgstr "" 7543 7544 #: config/tc-frv.c:460 7545 #, c-format 7546 msgid "-mfpr-32 Mark generated file as only using 32 FPRs\n" 7547 msgstr "" 7548 7549 #: config/tc-frv.c:461 7550 #, c-format 7551 msgid "-mfpr-64 Mark generated file as using all 64 FPRs\n" 7552 msgstr "" 7553 7554 #: config/tc-frv.c:462 7555 #, c-format 7556 msgid "-msoft-float Mark generated file as using software FP\n" 7557 msgstr "" 7558 7559 #: config/tc-frv.c:463 7560 #, c-format 7561 msgid "-mdword Mark generated file as using a 8-byte stack alignment\n" 7562 msgstr "" 7563 7564 #: config/tc-frv.c:464 7565 #, c-format 7566 msgid "-mno-dword Mark generated file as using a 4-byte stack alignment\n" 7567 msgstr "" 7568 7569 #: config/tc-frv.c:465 7570 #, c-format 7571 msgid "" 7572 "-mdouble Mark generated file as using double precision FP insns\n" 7573 msgstr "" 7574 7575 #: config/tc-frv.c:466 7576 #, c-format 7577 msgid "-mmedia Mark generated file as using media insns\n" 7578 msgstr "" 7579 7580 #: config/tc-frv.c:467 7581 #, c-format 7582 msgid "" 7583 "-mmuladd Mark generated file as using multiply add/subtract insns\n" 7584 msgstr "" 7585 7586 #: config/tc-frv.c:468 7587 #, c-format 7588 msgid "-mpack Allow instructions to be packed\n" 7589 msgstr "" 7590 7591 #: config/tc-frv.c:469 7592 #, c-format 7593 msgid "-mno-pack Do not allow instructions to be packed\n" 7594 msgstr "" 7595 7596 #: config/tc-frv.c:470 7597 #, c-format 7598 msgid "" 7599 "-mpic Mark generated file as using small position independent " 7600 "code\n" 7601 msgstr "" 7602 7603 #: config/tc-frv.c:471 7604 #, c-format 7605 msgid "" 7606 "-mPIC Mark generated file as using large position independent " 7607 "code\n" 7608 msgstr "" 7609 7610 #: config/tc-frv.c:472 7611 #, c-format 7612 msgid "" 7613 "-mlibrary-pic Mark generated file as using position independent code for " 7614 "libraries\n" 7615 msgstr "" 7616 7617 #: config/tc-frv.c:473 7618 #, c-format 7619 msgid "-mfdpic Assemble for the FDPIC ABI\n" 7620 msgstr "" 7621 7622 #: config/tc-frv.c:474 7623 #, c-format 7624 msgid "-mnopic Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n" 7625 msgstr "" 7626 7627 #: config/tc-frv.c:475 7628 #, c-format 7629 msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n" 7630 msgstr "" 7631 7632 #: config/tc-frv.c:476 7633 #, c-format 7634 msgid " Record the cpu type\n" 7635 msgstr "" 7636 7637 #: config/tc-frv.c:477 7638 #, c-format 7639 msgid "-mtomcat-stats Print out stats for tomcat workarounds\n" 7640 msgstr "" 7641 7642 #: config/tc-frv.c:478 7643 #, c-format 7644 msgid "-mtomcat-debug Debug tomcat workarounds\n" 7645 msgstr "" 7646 7647 #: config/tc-frv.c:1160 7648 msgid "VLIW packing used for -mno-pack" 7649 msgstr "" 7650 7651 #: config/tc-frv.c:1170 7652 msgid "Instruction not supported by this architecture" 7653 msgstr "" 7654 7655 #: config/tc-frv.c:1180 7656 msgid "VLIW packing constraint violation" 7657 msgstr "" 7658 7659 #: config/tc-frv.c:1771 7660 #, c-format 7661 msgid "Relocation %s is not safe for %s" 7662 msgstr "" 7663 7664 #: config/tc-ft32.c:146 config/tc-moxie.c:102 7665 msgid "expecting register" 7666 msgstr "" 7667 7668 #: config/tc-ft32.c:167 config/tc-ft32.c:183 config/tc-moxie.c:121 7669 #: config/tc-moxie.c:137 7670 msgid "illegal register number" 7671 msgstr "" 7672 7673 #: config/tc-ft32.c:238 config/tc-moxie.c:186 config/tc-pj.c:260 7674 #, c-format 7675 msgid "unknown opcode %s" 7676 msgstr "" 7677 7678 #: config/tc-ft32.c:263 7679 #, c-format 7680 msgid "unknown width specifier '.%c'" 7681 msgstr "" 7682 7683 #: config/tc-ft32.c:386 7684 msgid "internal error in argument parsing" 7685 msgstr "" 7686 7687 #: config/tc-ft32.c:399 7688 msgid "expected comma separator" 7689 msgstr "" 7690 7691 #: config/tc-ft32.c:411 config/tc-moxie.c:230 config/tc-moxie.c:290 7692 #: config/tc-moxie.c:302 config/tc-moxie.c:335 config/tc-moxie.c:367 7693 #: config/tc-moxie.c:400 config/tc-moxie.c:454 config/tc-moxie.c:505 7694 #: config/tc-moxie.c:515 config/tc-moxie.c:538 config/tc-moxie.c:551 7695 #: config/tc-pj.c:308 7696 msgid "extra stuff on line ignored" 7697 msgstr "" 7698 7699 #: config/tc-ft32.c:471 config/tc-lm32.c:236 config/tc-moxie.c:582 7700 msgid "bad call to md_atof" 7701 msgstr "" 7702 7703 #: config/tc-ft32.c:521 7704 #, c-format 7705 msgid "FT32 options:\n" 7706 msgstr "" 7707 7708 #: config/tc-ft32.c:522 7709 #, c-format 7710 msgid "" 7711 "\n" 7712 "-no-relax\t\tdon't relax relocations\n" 7713 "\t\t\t\n" 7714 msgstr "" 7715 7716 #. These macros must be defined, but is will be a fatal assembler 7717 #. error if we ever hit them. 7718 #: config/tc-ft32.h:35 config/tc-pj.h:40 7719 msgid "estimate size\n" 7720 msgstr "" 7721 7722 #: config/tc-ft32.h:36 config/tc-pj.h:39 7723 msgid "convert_frag\n" 7724 msgstr "" 7725 7726 #: config/tc-h8300.c:176 7727 #, c-format 7728 msgid "new section '%s' defined without attributes - this might cause problems" 7729 msgstr "" 7730 7731 #: config/tc-h8300.c:441 config/tc-h8300.c:449 7732 msgid "Reg not valid for H8/300" 7733 msgstr "" 7734 7735 #: config/tc-h8300.c:530 7736 msgid "invalid operand size requested" 7737 msgstr "" 7738 7739 #: config/tc-h8300.c:635 7740 msgid "Invalid register list for ldm/stm\n" 7741 msgstr "" 7742 7743 #: config/tc-h8300.c:661 config/tc-h8300.c:666 config/tc-h8300.c:673 7744 msgid "mismatch between register and suffix" 7745 msgstr "" 7746 7747 #: config/tc-h8300.c:678 7748 msgid "invalid suffix after register." 7749 msgstr "" 7750 7751 #: config/tc-h8300.c:700 7752 msgid "address too high for vector table jmp/jsr" 7753 msgstr "" 7754 7755 #: config/tc-h8300.c:727 config/tc-h8300.c:839 config/tc-h8300.c:849 7756 msgid "Wrong size pointer register for architecture." 7757 msgstr "" 7758 7759 #: config/tc-h8300.c:786 config/tc-h8300.c:794 config/tc-h8300.c:823 7760 msgid "expected @(exp, reg16)" 7761 msgstr "" 7762 7763 #: config/tc-h8300.c:812 7764 msgid "expected .L, .W or .B for register in indexed addressing mode" 7765 msgstr "" 7766 7767 #: config/tc-h8300.c:1006 7768 msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\"" 7769 msgstr "" 7770 7771 #: config/tc-h8300.c:1024 config/tc-h8300.c:1033 7772 msgid "expected register" 7773 msgstr "" 7774 7775 #: config/tc-h8300.c:1049 7776 msgid "expected closing paren" 7777 msgstr "" 7778 7779 #: config/tc-h8300.c:1108 7780 #, c-format 7781 msgid "can't use high part of register in operand %d" 7782 msgstr "" 7783 7784 #: config/tc-h8300.c:1265 7785 #, c-format 7786 msgid "Opcode `%s' with these operand types not available in %s mode" 7787 msgstr "" 7788 7789 #: config/tc-h8300.c:1274 7790 msgid "mismatch between opcode size and operand size" 7791 msgstr "" 7792 7793 #: config/tc-h8300.c:1310 7794 #, c-format 7795 msgid "operand %s0x%lx out of range." 7796 msgstr "" 7797 7798 #: config/tc-h8300.c:1420 7799 msgid "Can't work out size of operand.\n" 7800 msgstr "" 7801 7802 #: config/tc-h8300.c:1470 7803 #, c-format 7804 msgid "Opcode `%s' with these operand types not available in H8/300 mode" 7805 msgstr "" 7806 7807 #: config/tc-h8300.c:1475 7808 #, c-format 7809 msgid "Opcode `%s' with these operand types not available in H8/300H mode" 7810 msgstr "" 7811 7812 #: config/tc-h8300.c:1481 7813 #, c-format 7814 msgid "Opcode `%s' with these operand types not available in H8/300S mode" 7815 msgstr "" 7816 7817 #: config/tc-h8300.c:1542 config/tc-h8300.c:1562 7818 msgid "Need #1 or #2 here" 7819 msgstr "" 7820 7821 #: config/tc-h8300.c:1557 7822 msgid "#4 not valid on H8/300." 7823 msgstr "" 7824 7825 #: config/tc-h8300.c:1664 config/tc-h8300.c:1736 7826 #, c-format 7827 msgid "branch operand has odd offset (%lx)\n" 7828 msgstr "" 7829 7830 #: config/tc-h8300.c:1774 7831 msgid "destination operand must be 16 bit register" 7832 msgstr "" 7833 7834 #: config/tc-h8300.c:1783 7835 msgid "source operand must be 8 bit register" 7836 msgstr "" 7837 7838 #: config/tc-h8300.c:1791 7839 msgid "destination operand must be 16bit absolute address" 7840 msgstr "" 7841 7842 #: config/tc-h8300.c:1798 7843 msgid "destination operand must be 8 bit register" 7844 msgstr "" 7845 7846 #: config/tc-h8300.c:1806 7847 msgid "source operand must be 16bit absolute address" 7848 msgstr "" 7849 7850 #. This seems more sane than saying "too many operands". We'll 7851 #. get here only if the trailing trash starts with a comma. 7852 #: config/tc-h8300.c:1814 config/tc-mips.c:14380 config/tc-mips.c:14441 7853 #: config/tc-mmix.c:469 config/tc-mmix.c:481 config/tc-mmix.c:2536 7854 #: config/tc-mmix.c:2560 config/tc-mmix.c:2833 7855 msgid "invalid operands" 7856 msgstr "" 7857 7858 #: config/tc-h8300.c:1845 7859 msgid "operand/size mis-match" 7860 msgstr "" 7861 7862 #: config/tc-h8300.c:1944 config/tc-sh.c:2538 config/tc-z8k.c:1243 7863 msgid "unknown opcode" 7864 msgstr "" 7865 7866 #: config/tc-h8300.c:1977 7867 msgid "invalid operand in ldm" 7868 msgstr "" 7869 7870 #: config/tc-h8300.c:1986 7871 msgid "invalid operand in stm" 7872 msgstr "" 7873 7874 #: config/tc-h8300.c:2185 7875 #, c-format 7876 msgid "Invalid argument to --mach option: %s" 7877 msgstr "" 7878 7879 #: config/tc-h8300.c:2196 7880 #, c-format 7881 msgid " H8300-specific assembler options:\n" 7882 msgstr "" 7883 7884 #: config/tc-h8300.c:2197 7885 #, c-format 7886 msgid "" 7887 " -mach=<name> Set the H8300 machine type to one of:\n" 7888 " h8300h, h8300hn, h8300s, h8300sn, h8300sx, " 7889 "h8300sxn\n" 7890 msgstr "" 7891 7892 #: config/tc-h8300.c:2200 7893 #, c-format 7894 msgid " -h-tick-hex Support H'00 style hex constants\n" 7895 msgstr "" 7896 7897 #: config/tc-h8300.c:2209 7898 #, c-format 7899 msgid "call to tc_aout_fix_to_chars \n" 7900 msgstr "" 7901 7902 #: config/tc-h8300.c:2218 7903 #, c-format 7904 msgid "call to md_convert_frag \n" 7905 msgstr "" 7906 7907 #: config/tc-h8300.c:2269 7908 #, c-format 7909 msgid "call to md_estimate_size_before_relax \n" 7910 msgstr "" 7911 7912 #: config/tc-h8300.c:2284 7913 msgid "Unexpected reference to a symbol in a non-code section" 7914 msgstr "" 7915 7916 #: config/tc-h8300.c:2321 config/tc-mcore.c:2208 config/tc-microblaze.c:2535 7917 #: config/tc-pj.c:488 config/tc-sh.c:3882 config/tc-tic6x.c:4514 7918 #, c-format 7919 msgid "Cannot represent relocation type %s" 7920 msgstr "" 7921 7922 #. Simple range checking for FIELD against HIGH and LOW bounds. 7923 #. IGNORE is used to suppress the error message. 7924 #. Variant of CHECK_FIELD for use in md_apply_fix and other places where 7925 #. the current file and line number are not valid. 7926 #: config/tc-hppa.c:1027 config/tc-hppa.c:1041 7927 #, c-format 7928 msgid "Field out of range [%d..%d] (%d)." 7929 msgstr "" 7930 7931 #. Simple alignment checking for FIELD against ALIGN (a power of two). 7932 #. IGNORE is used to suppress the error message. 7933 #: config/tc-hppa.c:1055 7934 #, c-format 7935 msgid "Field not properly aligned [%d] (%d)." 7936 msgstr "" 7937 7938 #: config/tc-hppa.c:1108 7939 msgid "Missing .exit\n" 7940 msgstr "" 7941 7942 #: config/tc-hppa.c:1111 7943 msgid "Missing .procend\n" 7944 msgstr "" 7945 7946 #: config/tc-hppa.c:1264 7947 #, c-format 7948 msgid "Invalid field selector. Assuming F%%." 7949 msgstr "" 7950 7951 #: config/tc-hppa.c:1287 7952 msgid "Bad segment in expression." 7953 msgstr "" 7954 7955 #: config/tc-hppa.c:1312 7956 #, c-format 7957 msgid "Invalid Nullification: (%c)" 7958 msgstr "" 7959 7960 #: config/tc-hppa.c:1378 7961 msgid "Cannot handle fixup" 7962 msgstr "" 7963 7964 #: config/tc-hppa.c:1662 7965 #, c-format 7966 msgid " -Q ignored\n" 7967 msgstr "" 7968 7969 #: config/tc-hppa.c:1666 7970 #, c-format 7971 msgid " -c print a warning if a comment is found\n" 7972 msgstr "" 7973 7974 #: config/tc-hppa.c:1732 7975 #, c-format 7976 msgid "no hppa_fixup entry for fixup type 0x%x" 7977 msgstr "" 7978 7979 #: config/tc-hppa.c:1911 7980 msgid "Unknown relocation encountered in md_apply_fix." 7981 msgstr "" 7982 7983 #: config/tc-hppa.c:2099 config/tc-hppa.c:2124 7984 #, c-format 7985 msgid "Undefined register: '%s'." 7986 msgstr "" 7987 7988 #: config/tc-hppa.c:2158 7989 #, c-format 7990 msgid "Non-absolute symbol: '%s'." 7991 msgstr "" 7992 7993 #: config/tc-hppa.c:2173 7994 #, c-format 7995 msgid "Undefined absolute constant: '%s'." 7996 msgstr "" 7997 7998 #: config/tc-hppa.c:2204 config/tc-hppa.c:5691 7999 msgid "could not update architecture and machine" 8000 msgstr "" 8001 8002 #: config/tc-hppa.c:2242 8003 #, c-format 8004 msgid "Invalid FP Compare Condition: %s" 8005 msgstr "" 8006 8007 #: config/tc-hppa.c:2297 8008 #, c-format 8009 msgid "Invalid FTEST completer: %s" 8010 msgstr "" 8011 8012 #: config/tc-hppa.c:2363 config/tc-hppa.c:2400 8013 #, c-format 8014 msgid "Invalid FP Operand Format: %3s" 8015 msgstr "" 8016 8017 #: config/tc-hppa.c:2518 8018 msgid "Bad segment (should be absolute)." 8019 msgstr "" 8020 8021 #: config/tc-hppa.c:2578 8022 #, c-format 8023 msgid "Invalid argument location: %s\n" 8024 msgstr "" 8025 8026 #: config/tc-hppa.c:2607 8027 #, c-format 8028 msgid "Invalid argument description: %d" 8029 msgstr "" 8030 8031 #: config/tc-hppa.c:3442 8032 msgid "Invalid Indexed Load Completer." 8033 msgstr "" 8034 8035 #: config/tc-hppa.c:3447 8036 msgid "Invalid Indexed Load Completer Syntax." 8037 msgstr "" 8038 8039 #: config/tc-hppa.c:3481 8040 msgid "Invalid Short Load/Store Completer." 8041 msgstr "" 8042 8043 #: config/tc-hppa.c:3542 config/tc-hppa.c:3547 8044 msgid "Invalid Store Bytes Short Completer" 8045 msgstr "" 8046 8047 #: config/tc-hppa.c:3862 config/tc-hppa.c:3868 8048 msgid "Invalid left/right combination completer" 8049 msgstr "" 8050 8051 #: config/tc-hppa.c:3917 config/tc-hppa.c:3924 8052 msgid "Invalid permutation completer" 8053 msgstr "" 8054 8055 #: config/tc-hppa.c:4024 8056 #, c-format 8057 msgid "Invalid Add Condition: %s" 8058 msgstr "" 8059 8060 #: config/tc-hppa.c:4040 config/tc-hppa.c:4050 8061 msgid "Invalid Add and Branch Condition" 8062 msgstr "" 8063 8064 #: config/tc-hppa.c:4071 config/tc-hppa.c:4216 8065 msgid "Invalid Compare/Subtract Condition" 8066 msgstr "" 8067 8068 #: config/tc-hppa.c:4111 8069 #, c-format 8070 msgid "Invalid Branch On Bit Condition: %c" 8071 msgstr "" 8072 8073 #: config/tc-hppa.c:4114 8074 msgid "Missing Branch On Bit Condition" 8075 msgstr "" 8076 8077 #: config/tc-hppa.c:4199 8078 #, c-format 8079 msgid "Invalid Compare/Subtract Condition: %s" 8080 msgstr "" 8081 8082 #: config/tc-hppa.c:4231 8083 msgid "Invalid Compare and Branch Condition" 8084 msgstr "" 8085 8086 #: config/tc-hppa.c:4327 8087 msgid "Invalid Logical Instruction Condition." 8088 msgstr "" 8089 8090 #: config/tc-hppa.c:4389 8091 msgid "Invalid Shift/Extract/Deposit Condition." 8092 msgstr "" 8093 8094 #: config/tc-hppa.c:4506 8095 msgid "Invalid Unit Instruction Condition." 8096 msgstr "" 8097 8098 #: config/tc-hppa.c:4985 config/tc-hppa.c:5017 config/tc-hppa.c:5048 8099 #: config/tc-hppa.c:5078 8100 msgid "Branch to unaligned address" 8101 msgstr "" 8102 8103 #: config/tc-hppa.c:5260 8104 msgid "Invalid SFU identifier" 8105 msgstr "" 8106 8107 #: config/tc-hppa.c:5310 8108 msgid "Invalid COPR identifier" 8109 msgstr "" 8110 8111 #: config/tc-hppa.c:5440 8112 msgid "Invalid Floating Point Operand Format." 8113 msgstr "" 8114 8115 #: config/tc-hppa.c:5560 config/tc-hppa.c:5580 config/tc-hppa.c:5600 8116 #: config/tc-hppa.c:5620 config/tc-hppa.c:5640 8117 msgid "Invalid register for single precision fmpyadd or fmpysub" 8118 msgstr "" 8119 8120 #: config/tc-hppa.c:5708 8121 #, c-format 8122 msgid "Invalid operands %s" 8123 msgstr "" 8124 8125 #: config/tc-hppa.c:5718 8126 #, c-format 8127 msgid "Immediates %d and %d will give undefined behavior." 8128 msgstr "" 8129 8130 #: config/tc-hppa.c:5770 config/tc-hppa.c:6959 config/tc-hppa.c:7014 8131 msgid "Missing function name for .PROC (corrupted label chain)" 8132 msgstr "" 8133 8134 #: config/tc-hppa.c:5773 config/tc-hppa.c:7017 8135 msgid "Missing function name for .PROC" 8136 msgstr "" 8137 8138 #: config/tc-hppa.c:5832 8139 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff" 8140 msgstr "" 8141 8142 #: config/tc-hppa.c:5923 8143 #, c-format 8144 msgid "Invalid .CALL argument: %s" 8145 msgstr "" 8146 8147 #: config/tc-hppa.c:6065 8148 msgid ".callinfo is not within a procedure definition" 8149 msgstr "" 8150 8151 #: config/tc-hppa.c:6083 8152 #, c-format 8153 msgid "FRAME parameter must be a multiple of 8: %d\n" 8154 msgstr "" 8155 8156 #: config/tc-hppa.c:6100 8157 msgid "Value for ENTRY_GR must be in the range 3..18\n" 8158 msgstr "" 8159 8160 #: config/tc-hppa.c:6111 8161 msgid "Value for ENTRY_FR must be in the range 12..21\n" 8162 msgstr "" 8163 8164 #: config/tc-hppa.c:6120 8165 msgid "Value for ENTRY_SR must be 3\n" 8166 msgstr "" 8167 8168 #: config/tc-hppa.c:6169 8169 #, c-format 8170 msgid "Invalid .CALLINFO argument: %s" 8171 msgstr "" 8172 8173 #: config/tc-hppa.c:6291 8174 msgid "The .ENTER pseudo-op is not supported" 8175 msgstr "" 8176 8177 #: config/tc-hppa.c:6307 8178 msgid "Misplaced .entry. Ignored." 8179 msgstr "" 8180 8181 #: config/tc-hppa.c:6311 8182 msgid "Missing .callinfo." 8183 msgstr "" 8184 8185 #: config/tc-hppa.c:6375 8186 msgid ".REG expression must be a register" 8187 msgstr "" 8188 8189 #: config/tc-hppa.c:6391 8190 msgid "bad or irreducible absolute expression; zero assumed" 8191 msgstr "" 8192 8193 #: config/tc-hppa.c:6402 8194 msgid ".REG must use a label" 8195 msgstr "" 8196 8197 #: config/tc-hppa.c:6404 8198 msgid ".EQU must use a label" 8199 msgstr "" 8200 8201 #: config/tc-hppa.c:6459 8202 #, c-format 8203 msgid "Symbol '%s' could not be created." 8204 msgstr "" 8205 8206 #: config/tc-hppa.c:6508 8207 msgid ".EXIT must appear within a procedure" 8208 msgstr "" 8209 8210 #: config/tc-hppa.c:6512 8211 msgid "Missing .callinfo" 8212 msgstr "" 8213 8214 #: config/tc-hppa.c:6516 8215 msgid "No .ENTRY for this .EXIT" 8216 msgstr "" 8217 8218 #: config/tc-hppa.c:6556 8219 #, c-format 8220 msgid "Using ENTRY rather than CODE in export directive for %s" 8221 msgstr "" 8222 8223 #: config/tc-hppa.c:6675 8224 #, c-format 8225 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" 8226 msgstr "" 8227 8228 #: config/tc-hppa.c:6698 8229 #, c-format 8230 msgid "Cannot define export symbol: %s\n" 8231 msgstr "" 8232 8233 #: config/tc-hppa.c:6789 8234 msgid "Missing label name on .LABEL" 8235 msgstr "" 8236 8237 #: config/tc-hppa.c:6794 8238 msgid "extra .LABEL arguments ignored." 8239 msgstr "" 8240 8241 #: config/tc-hppa.c:6810 8242 msgid "The .LEAVE pseudo-op is not supported" 8243 msgstr "" 8244 8245 #: config/tc-hppa.c:6848 8246 msgid "Unrecognized .LEVEL argument\n" 8247 msgstr "" 8248 8249 #: config/tc-hppa.c:6881 8250 #, c-format 8251 msgid "Cannot define static symbol: %s\n" 8252 msgstr "" 8253 8254 #: config/tc-hppa.c:6913 8255 msgid "Nested procedures" 8256 msgstr "" 8257 8258 #: config/tc-hppa.c:6923 8259 msgid "Cannot allocate unwind descriptor\n" 8260 msgstr "" 8261 8262 #: config/tc-hppa.c:7021 8263 msgid "misplaced .procend" 8264 msgstr "" 8265 8266 #: config/tc-hppa.c:7024 8267 msgid "Missing .callinfo for this procedure" 8268 msgstr "" 8269 8270 #: config/tc-hppa.c:7027 8271 msgid "Missing .EXIT for a .ENTRY" 8272 msgstr "" 8273 8274 #: config/tc-hppa.c:7064 8275 msgid "Not in a space.\n" 8276 msgstr "" 8277 8278 #: config/tc-hppa.c:7067 8279 msgid "Not in a subspace.\n" 8280 msgstr "" 8281 8282 #: config/tc-hppa.c:7155 8283 msgid "Invalid .SPACE argument" 8284 msgstr "" 8285 8286 #: config/tc-hppa.c:7201 8287 msgid "Can't change spaces within a procedure definition. Ignored" 8288 msgstr "" 8289 8290 #: config/tc-hppa.c:7326 8291 #, c-format 8292 msgid "Undefined space: '%s' Assuming space number = 0." 8293 msgstr "" 8294 8295 #: config/tc-hppa.c:7349 8296 msgid "Must be in a space before changing or declaring subspaces.\n" 8297 msgstr "" 8298 8299 #: config/tc-hppa.c:7353 8300 msgid "Can't change subspaces within a procedure definition. Ignored" 8301 msgstr "" 8302 8303 #: config/tc-hppa.c:7387 8304 msgid "Parameters of an existing subspace can't be modified" 8305 msgstr "" 8306 8307 #: config/tc-hppa.c:7438 8308 msgid "Alignment must be a power of 2" 8309 msgstr "" 8310 8311 #: config/tc-hppa.c:7485 8312 msgid "FIRST not supported as a .SUBSPACE argument" 8313 msgstr "" 8314 8315 #: config/tc-hppa.c:7487 8316 msgid "Invalid .SUBSPACE argument" 8317 msgstr "" 8318 8319 #: config/tc-hppa.c:7675 8320 #, c-format 8321 msgid "Internal error: Unable to find containing space for %s." 8322 msgstr "" 8323 8324 #: config/tc-hppa.c:8236 8325 msgid "-R option not supported on this target." 8326 msgstr "" 8327 8328 #: config/tc-hppa.c:8258 8329 #, c-format 8330 msgid "internal error: losing opcode: `%s' \"%s\"\n" 8331 msgstr "" 8332 8333 #: config/tc-hppa.c:8268 config/tc-sparc.c:999 8334 msgid "Broken assembler. No assembly attempted." 8335 msgstr "" 8336 8337 #: config/tc-i386.c:1709 8338 #, c-format 8339 msgid "invalid single nop size: %d (expect within [0, %d])" 8340 msgstr "" 8341 8342 #: config/tc-i386.c:1755 8343 msgid "jump over nop padding out of range" 8344 msgstr "" 8345 8346 #: config/tc-i386.c:2097 8347 msgid "same oszc flag used twice" 8348 msgstr "" 8349 8350 #: config/tc-i386.c:2134 config/tc-i386.c:2145 config/tc-i386.c:2182 8351 #: config/tc-i386.c:2193 8352 msgid "unrecognized pseudo-suffix" 8353 msgstr "" 8354 8355 #: config/tc-i386.c:2159 8356 msgid "scc= value must be between 0 and 15 (decimal)" 8357 msgstr "" 8358 8359 #: config/tc-i386.c:2229 8360 msgid "unrecognized oszc flags or illegal `,' in pseudo-suffix" 8361 msgstr "" 8362 8363 #: config/tc-i386.c:2247 8364 msgid "missing `}' or `,' in pseudo-suffix" 8365 msgstr "" 8366 8367 #: config/tc-i386.c:2981 8368 #, c-format 8369 msgid "0x%<PRIx64> shortened to 0x%<PRIx64>" 8370 msgstr "" 8371 8372 #: config/tc-i386.c:3078 config/tc-i386.c:4695 config/tc-i386.c:4706 8373 #: config/tc-i386.c:10751 8374 msgid "same type of prefix used twice" 8375 msgstr "" 8376 8377 #: config/tc-i386.c:3090 config/tc-i386.c:3418 8378 #, c-format 8379 msgid "64bit mode not supported on `%s'." 8380 msgstr "" 8381 8382 #: config/tc-i386.c:3097 config/tc-i386.c:3425 8383 #, c-format 8384 msgid "32bit mode not supported on `%s'." 8385 msgstr "" 8386 8387 #: config/tc-i386.c:3149 8388 msgid "bad argument to syntax directive." 8389 msgstr "" 8390 8391 #: config/tc-i386.c:3206 8392 #, c-format 8393 msgid "bad argument to %s_check directive." 8394 msgstr "" 8395 8396 #: config/tc-i386.c:3210 8397 #, c-format 8398 msgid "missing argument for %s_check directive" 8399 msgstr "" 8400 8401 #: config/tc-i386.c:3237 8402 #, c-format 8403 msgid "`%s' is not supported on `%s'" 8404 msgstr "" 8405 8406 #: config/tc-i386.c:3305 8407 msgid "missing cpu architecture" 8408 msgstr "" 8409 8410 #: config/tc-i386.c:3344 8411 msgid ".arch stack is empty" 8412 msgstr "" 8413 8414 #: config/tc-i386.c:3360 8415 #, c-format 8416 msgid "this `.arch pop' requires `.code%u%s' to be in effect" 8417 msgstr "" 8418 8419 #: config/tc-i386.c:3471 8420 msgid "Unrecognized vector size specifier" 8421 msgstr "" 8422 8423 #: config/tc-i386.c:3508 8424 #, c-format 8425 msgid "no such architecture: `%s'" 8426 msgstr "" 8427 8428 #: config/tc-i386.c:3524 8429 #, c-format 8430 msgid "no such architecture modifier: `%s'" 8431 msgstr "" 8432 8433 #: config/tc-i386.c:3540 config/tc-i386.c:3563 8434 msgid "Intel MCU is 32bit ELF only" 8435 msgstr "" 8436 8437 #: config/tc-i386.c:3570 config/tc-i386.c:18013 8438 msgid "unknown architecture" 8439 msgstr "" 8440 8441 #: config/tc-i386.c:3943 8442 msgid "there are no pc-relative size relocations" 8443 msgstr "" 8444 8445 #: config/tc-i386.c:3955 8446 #, c-format 8447 msgid "unknown relocation (%u)" 8448 msgstr "" 8449 8450 #: config/tc-i386.c:3957 8451 #, c-format 8452 msgid "%u-byte relocation cannot be applied to %u-byte field" 8453 msgstr "" 8454 8455 #: config/tc-i386.c:3961 8456 msgid "non-pc-relative relocation for pc-relative field" 8457 msgstr "" 8458 8459 #: config/tc-i386.c:3966 8460 msgid "relocated field and relocation type differ in signedness" 8461 msgstr "" 8462 8463 #: config/tc-i386.c:3975 8464 msgid "there are no unsigned pc-relative relocations" 8465 msgstr "" 8466 8467 #: config/tc-i386.c:3983 8468 #, c-format 8469 msgid "cannot do %u byte pc-relative relocation" 8470 msgstr "" 8471 8472 #: config/tc-i386.c:4000 8473 #, c-format 8474 msgid "cannot do %s %u byte relocation" 8475 msgstr "" 8476 8477 #: config/tc-i386.c:4469 8478 #, c-format 8479 msgid "ambiguous broadcast for `%s', using %u-bit form" 8480 msgstr "" 8481 8482 #: config/tc-i386.c:4696 8483 msgid "conflicting use of `data16' prefix" 8484 msgstr "" 8485 8486 #: config/tc-i386.c:4784 8487 #, c-format 8488 msgid "can't encode register '%s%s' in an instruction requiring %s prefix" 8489 msgstr "" 8490 8491 #: config/tc-i386.c:4826 8492 #, c-format 8493 msgid "size override not allowed with `%s'" 8494 msgstr "" 8495 8496 #: config/tc-i386.c:4833 8497 #, c-format 8498 msgid "address override not allowed with `%s'" 8499 msgstr "" 8500 8501 #: config/tc-i386.c:4887 config/tc-i386.c:7357 8502 #, c-format 8503 msgid "invalid instruction `%s' after `%s'" 8504 msgstr "" 8505 8506 #: config/tc-i386.c:4893 8507 #, c-format 8508 msgid "missing `lock' with `%s'" 8509 msgstr "" 8510 8511 #: config/tc-i386.c:4900 8512 #, c-format 8513 msgid "instruction `%s' after `xacquire' not allowed" 8514 msgstr "" 8515 8516 #: config/tc-i386.c:4906 8517 #, c-format 8518 msgid "memory destination needed for instruction `%s' after `xrelease'" 8519 msgstr "" 8520 8521 #: config/tc-i386.c:6340 8522 msgid "`.noopt' arguments ignored" 8523 msgstr "" 8524 8525 #: config/tc-i386.c:6526 8526 #, c-format 8527 msgid "`%s` changes flags which would affect control flow behavior" 8528 msgstr "" 8529 8530 #: config/tc-i386.c:6568 8531 #, c-format 8532 msgid "indirect `%s` with memory operand should be avoided" 8533 msgstr "" 8534 8535 #: config/tc-i386.c:6578 8536 #, c-format 8537 msgid "`%s` skips -mlfence-before-indirect-branch on `%s`" 8538 msgstr "" 8539 8540 #: config/tc-i386.c:6597 8541 #, c-format 8542 msgid "`%s` skips -mlfence-before-ret on `%s`" 8543 msgstr "" 8544 8545 #: config/tc-i386.c:6949 8546 #, c-format 8547 msgid "@%s operator cannot be used with `%s'" 8548 msgstr "" 8549 8550 #: config/tc-i386.c:6954 8551 #, c-format 8552 msgid "@%s operator can be used with `%s', but format is wrong" 8553 msgstr "" 8554 8555 #: config/tc-i386.c:6959 8556 #, c-format 8557 msgid "@%s operator requires no SIB" 8558 msgstr "" 8559 8560 #: config/tc-i386.c:6963 8561 #, c-format 8562 msgid "@%s operator requires base register" 8563 msgstr "" 8564 8565 #: config/tc-i386.c:6967 8566 #, c-format 8567 msgid "@%s operator requires no base/index register" 8568 msgstr "" 8569 8570 #: config/tc-i386.c:6972 8571 #, c-format 8572 msgid "@%s operator requires no base register" 8573 msgstr "" 8574 8575 #: config/tc-i386.c:6976 8576 #, c-format 8577 msgid "@%s operator requires `%sebx' as index register" 8578 msgstr "" 8579 8580 #: config/tc-i386.c:6981 8581 #, c-format 8582 msgid "@%s operator requires `%seax' as base register" 8583 msgstr "" 8584 8585 #: config/tc-i386.c:6986 8586 #, c-format 8587 msgid "@%s operator requires `%seax/%srax' as base register" 8588 msgstr "" 8589 8590 #: config/tc-i386.c:6991 8591 #, c-format 8592 msgid "@%s operator requires `%sebx' as base register" 8593 msgstr "" 8594 8595 #: config/tc-i386.c:6996 8596 #, c-format 8597 msgid "@%s operator requires `%srip' as base register" 8598 msgstr "" 8599 8600 #: config/tc-i386.c:7001 8601 #, c-format 8602 msgid "@%s operator requires `%seax' as dest register" 8603 msgstr "" 8604 8605 #: config/tc-i386.c:7006 8606 #, c-format 8607 msgid "@%s operator requires `%srdi' as dest register" 8608 msgstr "" 8609 8610 #: config/tc-i386.c:7011 8611 #, c-format 8612 msgid "@%s operator requires scale factor of 1" 8613 msgstr "" 8614 8615 #: config/tc-i386.c:7016 8616 #, c-format 8617 msgid "@%s operator requires 32-bit base register" 8618 msgstr "" 8619 8620 #: config/tc-i386.c:7021 8621 #, c-format 8622 msgid "@%s operator requires 32-bit dest register" 8623 msgstr "" 8624 8625 #: config/tc-i386.c:7026 8626 #, c-format 8627 msgid "@%s operator requires 64-bit dest register" 8628 msgstr "" 8629 8630 #: config/tc-i386.c:7031 8631 #, c-format 8632 msgid "@%s operator requires 32-bit or 64-bit dest register" 8633 msgstr "" 8634 8635 #: config/tc-i386.c:7198 8636 msgid "operand size mismatch" 8637 msgstr "" 8638 8639 #: config/tc-i386.c:7201 8640 msgid "operand type mismatch" 8641 msgstr "" 8642 8643 #: config/tc-i386.c:7204 8644 msgid "register type mismatch" 8645 msgstr "" 8646 8647 #: config/tc-i386.c:7207 8648 msgid "number of operands mismatch" 8649 msgstr "" 8650 8651 #: config/tc-i386.c:7210 8652 msgid "invalid instruction suffix" 8653 msgstr "" 8654 8655 #: config/tc-i386.c:7213 8656 msgid "constant doesn't fit in 4 bits" 8657 msgstr "" 8658 8659 #: config/tc-i386.c:7216 8660 msgid "unsupported with Intel mnemonic" 8661 msgstr "" 8662 8663 #: config/tc-i386.c:7219 8664 msgid "unsupported syntax" 8665 msgstr "" 8666 8667 #: config/tc-i386.c:7222 8668 msgid "extended GPR cannot be used as base/index" 8669 msgstr "" 8670 8671 #: config/tc-i386.c:7225 8672 msgid "{nf} unsupported" 8673 msgstr "" 8674 8675 #: config/tc-i386.c:7228 8676 #, c-format 8677 msgid "unsupported instruction `%s'" 8678 msgstr "" 8679 8680 #: config/tc-i386.c:7232 config/tc-i386.c:7755 8681 #, c-format 8682 msgid "`%s' is not supported on `%s%s'" 8683 msgstr "" 8684 8685 #: config/tc-i386.c:7241 8686 #, c-format 8687 msgid "`%s%c' is not supported in 64-bit mode" 8688 msgstr "" 8689 8690 #: config/tc-i386.c:7245 8691 #, c-format 8692 msgid "`%s%c' is only supported in 64-bit mode" 8693 msgstr "" 8694 8695 #: config/tc-i386.c:7252 config/tc-i386.c:7749 8696 #, c-format 8697 msgid "`%s' is not supported in 64-bit mode" 8698 msgstr "" 8699 8700 #: config/tc-i386.c:7255 config/tc-i386.c:7748 8701 #, c-format 8702 msgid "`%s' is only supported in 64-bit mode" 8703 msgstr "" 8704 8705 #: config/tc-i386.c:7260 8706 msgid "no VEX/XOP encoding" 8707 msgstr "" 8708 8709 #: config/tc-i386.c:7263 8710 msgid "no EVEX encoding" 8711 msgstr "" 8712 8713 #: config/tc-i386.c:7266 8714 msgid "invalid SIB address" 8715 msgstr "" 8716 8717 #: config/tc-i386.c:7269 8718 msgid "invalid VSIB address" 8719 msgstr "" 8720 8721 #: config/tc-i386.c:7272 8722 msgid "mask, index, and destination registers must be distinct" 8723 msgstr "" 8724 8725 #: config/tc-i386.c:7275 8726 msgid "all tmm registers must be distinct" 8727 msgstr "" 8728 8729 #: config/tc-i386.c:7278 8730 msgid "destination and source registers must be distinct" 8731 msgstr "" 8732 8733 #: config/tc-i386.c:7281 8734 msgid "two dest registers must be distinct" 8735 msgstr "" 8736 8737 #: config/tc-i386.c:7284 8738 msgid "rex2 pseudo prefix cannot be used" 8739 msgstr "" 8740 8741 #: config/tc-i386.c:7287 8742 msgid "unsupported vector index register" 8743 msgstr "" 8744 8745 #: config/tc-i386.c:7290 8746 msgid "unsupported broadcast" 8747 msgstr "" 8748 8749 #: config/tc-i386.c:7293 8750 msgid "broadcast is needed for operand of such type" 8751 msgstr "" 8752 8753 #: config/tc-i386.c:7296 8754 msgid "unsupported masking" 8755 msgstr "" 8756 8757 #: config/tc-i386.c:7299 8758 msgid "mask not on destination operand" 8759 msgstr "" 8760 8761 #: config/tc-i386.c:7302 8762 msgid "default mask isn't allowed" 8763 msgstr "" 8764 8765 #: config/tc-i386.c:7305 8766 msgid "unsupported static rounding/sae" 8767 msgstr "" 8768 8769 #: config/tc-i386.c:7308 8770 #, c-format 8771 msgid "vector size above %u required for `%s'" 8772 msgstr "" 8773 8774 #: config/tc-i386.c:7312 8775 msgid "'rsp' register cannot be used" 8776 msgstr "" 8777 8778 #: config/tc-i386.c:7315 8779 msgid "internal error" 8780 msgstr "" 8781 8782 #: config/tc-i386.c:7318 8783 #, c-format 8784 msgid "%s for `%s'" 8785 msgstr "" 8786 8787 #: config/tc-i386.c:7347 8788 #, c-format 8789 msgid "SSE instruction `%s' is used" 8790 msgstr "" 8791 8792 #: config/tc-i386.c:7371 8793 msgid "expecting lockable instruction after `lock'" 8794 msgstr "" 8795 8796 #: config/tc-i386.c:7404 8797 #, c-format 8798 msgid "data size prefix invalid with `%s'" 8799 msgstr "" 8800 8801 #: config/tc-i386.c:7415 8802 msgid "expecting valid branch instruction after `bnd'" 8803 msgstr "" 8804 8805 #: config/tc-i386.c:7419 8806 msgid "expecting indirect branch instruction after `notrack'" 8807 msgstr "" 8808 8809 #: config/tc-i386.c:7424 8810 msgid "32-bit address isn't allowed in 64-bit MPX instructions." 8811 msgstr "" 8812 8813 #: config/tc-i386.c:7428 8814 msgid "16-bit address isn't allowed in MPX instructions" 8815 msgstr "" 8816 8817 #: config/tc-i386.c:7438 8818 msgid "replacing `rep'/`repe' prefix by `bnd'" 8819 msgstr "" 8820 8821 #: config/tc-i386.c:7458 8822 #, c-format 8823 msgid "input/output port address isn't allowed with `%s'" 8824 msgstr "" 8825 8826 #: config/tc-i386.c:7491 8827 #, c-format 8828 msgid "'%s' only supports RIP-relative address" 8829 msgstr "" 8830 8831 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. 8832 #: config/tc-i386.c:7545 8833 #, c-format 8834 msgid "translating to `%sp'" 8835 msgstr "" 8836 8837 #: config/tc-i386.c:7552 8838 #, c-format 8839 msgid "instruction `%s' isn't supported outside of protected mode." 8840 msgstr "" 8841 8842 #: config/tc-i386.c:7565 8843 #, c-format 8844 msgid "REX prefix invalid with `%s'" 8845 msgstr "" 8846 8847 #: config/tc-i386.c:7572 8848 #, c-format 8849 msgid "{rex2} prefix invalid with `%s'" 8850 msgstr "" 8851 8852 #: config/tc-i386.c:7698 config/tc-i386.c:8015 8853 #, c-format 8854 msgid "no such instruction: `%s'" 8855 msgstr "" 8856 8857 #: config/tc-i386.c:7724 config/tc-i386.c:8066 8858 #, c-format 8859 msgid "invalid character %s in mnemonic" 8860 msgstr "" 8861 8862 #: config/tc-i386.c:7731 8863 msgid "expecting prefix; got nothing" 8864 msgstr "" 8865 8866 #: config/tc-i386.c:7733 8867 msgid "expecting mnemonic; got nothing" 8868 msgstr "" 8869 8870 #: config/tc-i386.c:7769 8871 #, c-format 8872 msgid "redundant %s prefix" 8873 msgstr "" 8874 8875 #: config/tc-i386.c:7838 8876 msgid "{nf} cannot be combined with {vex}/{vex3}" 8877 msgstr "" 8878 8879 #: config/tc-i386.c:7914 8880 #, c-format 8881 msgid "ignoring `.s' suffix due to earlier `{%s}'" 8882 msgstr "" 8883 8884 #: config/tc-i386.c:7924 8885 msgid "ignoring `.d8' suffix due to earlier `{disp<N>}'" 8886 msgstr "" 8887 8888 #: config/tc-i386.c:7934 8889 msgid "ignoring `.d32' suffix due to earlier `{disp<N>}'" 8890 msgstr "" 8891 8892 #: config/tc-i386.c:7998 8893 #, c-format 8894 msgid "found `%sd'; assuming `%sl' was meant" 8895 msgstr "" 8896 8897 #: config/tc-i386.c:8115 8898 #, c-format 8899 msgid "invalid character %s before operand %d" 8900 msgstr "" 8901 8902 #: config/tc-i386.c:8127 8903 #, c-format 8904 msgid "unbalanced double quotes in operand %d." 8905 msgstr "" 8906 8907 #: config/tc-i386.c:8134 8908 #, c-format 8909 msgid "unbalanced parenthesis in operand %d." 8910 msgstr "" 8911 8912 #: config/tc-i386.c:8147 8913 #, c-format 8914 msgid "invalid character %s in operand %d" 8915 msgstr "" 8916 8917 #: config/tc-i386.c:8167 8918 #, c-format 8919 msgid "spurious operands; (%d operands/instruction max)" 8920 msgstr "" 8921 8922 #: config/tc-i386.c:8177 config/tc-i386.c:13795 8923 #, c-format 8924 msgid "too many memory references for `%s'" 8925 msgstr "" 8926 8927 #: config/tc-i386.c:8198 config/tc-i386.c:13789 8928 msgid "expecting operand after ','; got nothing" 8929 msgstr "" 8930 8931 #: config/tc-i386.c:8203 8932 msgid "expecting operand before ','; got nothing" 8933 msgstr "" 8934 8935 #: config/tc-i386.c:8493 8936 #, c-format 8937 msgid "0x%<PRIx64> out of range of signed 32bit displacement" 8938 msgstr "" 8939 8940 #: config/tc-i386.c:8697 8941 msgid "mask, index, and destination registers should be distinct" 8942 msgstr "" 8943 8944 #: config/tc-i386.c:8714 8945 msgid "index and destination registers should be distinct" 8946 msgstr "" 8947 8948 #: config/tc-i386.c:9841 8949 #, c-format 8950 msgid "indirect %s without `*'" 8951 msgstr "" 8952 8953 #. Warn them that a data or address size prefix doesn't 8954 #. affect assembly of the next line of code. 8955 #: config/tc-i386.c:9848 8956 #, c-format 8957 msgid "stand-alone `%s' prefix" 8958 msgstr "" 8959 8960 #: config/tc-i386.c:9855 8961 #, c-format 8962 msgid "mnemonic suffix used with `%s'" 8963 msgstr "" 8964 8965 #: config/tc-i386.c:9860 8966 msgid "" 8967 "NOTE: Such forms are deprecated and will be rejected by a future version of " 8968 "the assembler" 8969 msgstr "" 8970 8971 #: config/tc-i386.c:9945 8972 #, c-format 8973 msgid "`%s' operand %u must use `%ses' segment" 8974 msgstr "" 8975 8976 #: config/tc-i386.c:10075 8977 msgid "generating 16-bit `iret' for .code16gcc directive" 8978 msgstr "" 8979 8980 #: config/tc-i386.c:10079 8981 #, c-format 8982 msgid "generating 32-bit `%s', unlike earlier gas versions" 8983 msgstr "" 8984 8985 #: config/tc-i386.c:10243 8986 #, c-format 8987 msgid "ambiguous operand size for `%s'" 8988 msgstr "" 8989 8990 #: config/tc-i386.c:10248 8991 #, c-format 8992 msgid "" 8993 "no instruction mnemonic suffix given and no register operands; can't size `%" 8994 "s'" 8995 msgstr "" 8996 8997 #: config/tc-i386.c:10253 8998 #, c-format 8999 msgid "%s; using default for `%s'" 9000 msgstr "" 9001 9002 #: config/tc-i386.c:10255 9003 msgid "ambiguous operand size" 9004 msgstr "" 9005 9006 #: config/tc-i386.c:10256 9007 msgid "no instruction mnemonic suffix given and no register operands" 9008 msgstr "" 9009 9010 #: config/tc-i386.c:10405 9011 #, c-format 9012 msgid "16-bit addressing unavailable for `%s'" 9013 msgstr "" 9014 9015 #: config/tc-i386.c:10473 9016 #, c-format 9017 msgid "invalid register operand size for `%s'" 9018 msgstr "" 9019 9020 #. Any other register is bad. 9021 #: config/tc-i386.c:10512 config/tc-i386.c:10536 config/tc-i386.c:10576 9022 #: config/tc-i386.c:10613 9023 #, c-format 9024 msgid "`%s%s' not allowed with `%s%c'" 9025 msgstr "" 9026 9027 #: config/tc-i386.c:10549 config/tc-i386.c:10588 config/tc-i386.c:10625 9028 #, c-format 9029 msgid "incorrect register `%s%s' used with `%c' suffix" 9030 msgstr "" 9031 9032 #: config/tc-i386.c:10715 9033 msgid "no instruction mnemonic suffix given; can't determine immediate size" 9034 msgstr "" 9035 9036 #: config/tc-i386.c:10921 9037 #, c-format 9038 msgid "operand %u `%s%s' implicitly denotes `%s%s' to `%s%s' group in `%s'" 9039 msgstr "" 9040 9041 #. Reversed arguments on faddp or fmulp. 9042 #: config/tc-i386.c:10968 9043 #, c-format 9044 msgid "translating to `%s %s%s,%s%s'" 9045 msgstr "" 9046 9047 #. Extraneous `l' suffix on fp insn. 9048 #: config/tc-i386.c:10975 9049 #, c-format 9050 msgid "translating to `%s %s%s'" 9051 msgstr "" 9052 9053 #: config/tc-i386.c:10988 9054 #, c-format 9055 msgid "you can't `%s %s%s'" 9056 msgstr "" 9057 9058 #: config/tc-i386.c:11045 9059 #, c-format 9060 msgid "segment override on `%s' is ineffectual" 9061 msgstr "" 9062 9063 #: config/tc-i386.c:11506 config/tc-loongarch.c:1222 config/tc-riscv.c:1990 9064 msgid "relaxable branches not supported in absolute section" 9065 msgstr "" 9066 9067 #: config/tc-i386.c:11541 config/tc-i386.c:11684 config/tc-i386.c:11766 9068 #, c-format 9069 msgid "skipping prefixes on `%s'" 9070 msgstr "" 9071 9072 #: config/tc-i386.c:11792 9073 msgid "16-bit jump out of range" 9074 msgstr "" 9075 9076 #: config/tc-i386.c:11819 config/tc-i386.c:12567 9077 msgid "pseudo prefix without instruction" 9078 msgstr "" 9079 9080 #: config/tc-i386.c:11831 9081 msgid "pseudo prefix ahead of label; ignoring" 9082 msgstr "" 9083 9084 #: config/tc-i386.c:12150 config/tc-i386.c:12184 config/tc-i386.c:12273 9085 #, c-format 9086 msgid "`%s` skips -malign-branch-boundary on `%s`" 9087 msgstr "" 9088 9089 #: config/tc-i386.c:12446 9090 msgid "use .code16 to ensure correct addressing mode" 9091 msgstr "" 9092 9093 #: config/tc-i386.c:12474 9094 #, c-format 9095 msgid "Cannot convert `%s' in 16-bit mode" 9096 msgstr "" 9097 9098 #: config/tc-i386.c:12476 9099 #, c-format 9100 msgid "Cannot convert `%s' with `-momit-lock-prefix=yes' in effect" 9101 msgstr "" 9102 9103 #: config/tc-i386.c:12724 config/tc-i386.c:12727 9104 #, c-format 9105 msgid "instruction length of %u bytes exceeds the limit of 15" 9106 msgstr "" 9107 9108 #: config/tc-i386.c:13299 9109 #, c-format 9110 msgid "@%s reloc is not supported with %d-bit output format" 9111 msgstr "" 9112 9113 #: config/tc-i386.c:13357 9114 #, c-format 9115 msgid "missing or invalid expression `%s'" 9116 msgstr "" 9117 9118 #: config/tc-i386.c:13366 9119 #, c-format 9120 msgid "invalid PLT expression `%s'" 9121 msgstr "" 9122 9123 #: config/tc-i386.c:13466 9124 msgid "pseudo-prefix conflicts with encoding specifier" 9125 msgstr "" 9126 9127 #: config/tc-i386.c:13490 9128 msgid "illegal prefix used with VEX/XOP/EVEX" 9129 msgstr "" 9130 9131 #: config/tc-i386.c:13769 9132 msgid "SCC/OSZC specifier cannot be used here" 9133 msgstr "" 9134 9135 #: config/tc-i386.c:13834 9136 #, c-format 9137 msgid "opcode residual (%#<PRIx64>) too wide" 9138 msgstr "" 9139 9140 #: config/tc-i386.c:13850 9141 msgid "eGPR use conflicts with encoding specifier" 9142 msgstr "" 9143 9144 #: config/tc-i386.c:13871 config/tc-i386.c:13923 9145 msgid "too many register/memory operands" 9146 msgstr "" 9147 9148 #: config/tc-i386.c:13883 config/tc-i386.c:13890 config/tc-i386.c:13897 9149 msgid "too few register/memory operands" 9150 msgstr "" 9151 9152 #: config/tc-i386.c:13907 9153 #, c-format 9154 msgid "constant doesn't fit in %d bits" 9155 msgstr "" 9156 9157 #: config/tc-i386.c:13974 9158 msgid "VSIB unavailable with legacy encoding" 9159 msgstr "" 9160 9161 #. We could allow two register operands, encoding the 2nd one in 9162 #. an 8-bit immediate like for 4-register-operand insns, but that 9163 #. would require ugly fiddling with process_operands() and/or 9164 #. build_modrm_byte(). 9165 #: config/tc-i386.c:13985 9166 msgid "too many register operands with VSIB" 9167 msgstr "" 9168 9169 #: config/tc-i386.c:14004 9170 #, c-format 9171 msgid "can't encode register '%s%s' with VEX/XOP/EVEX" 9172 msgstr "" 9173 9174 #: config/tc-i386.c:14209 9175 msgid "conflicting .insn operands" 9176 msgstr "" 9177 9178 #: config/tc-i386.c:14217 9179 #, c-format 9180 msgid "APX functionality cannot be used with %s encodings" 9181 msgstr "" 9182 9183 #: config/tc-i386.c:14242 9184 msgid "opcode space cannot be larger than 7" 9185 msgstr "" 9186 9187 #: config/tc-i386.c:14247 9188 msgid "ND and broadcast cannot be used at the same time" 9189 msgstr "" 9190 9191 #: config/tc-i386.c:14252 9192 msgid "{nf} and masking cannot be used at the same time" 9193 msgstr "" 9194 9195 #: config/tc-i386.c:14258 9196 msgid "SCC cannot be used at the same time {nf} / masking" 9197 msgstr "" 9198 9199 #: config/tc-i386.c:14278 read.c:4381 9200 msgid "SCFI: hand-crafting instructions not supported" 9201 msgstr "" 9202 9203 #: config/tc-i386.c:14347 9204 #, c-format 9205 msgid "duplicated `{%s}'" 9206 msgstr "" 9207 9208 #: config/tc-i386.c:14420 9209 #, c-format 9210 msgid "Unsupported broadcast: `%s'" 9211 msgstr "" 9212 9213 #: config/tc-i386.c:14495 9214 #, c-format 9215 msgid "`%s%s' can't be used for write mask" 9216 msgstr "" 9217 9218 #: config/tc-i386.c:14515 9219 #, c-format 9220 msgid "invalid write mask `%s'" 9221 msgstr "" 9222 9223 #: config/tc-i386.c:14536 9224 #, c-format 9225 msgid "duplicated `%s'" 9226 msgstr "" 9227 9228 #: config/tc-i386.c:14546 9229 #, c-format 9230 msgid "invalid zeroing-masking `%s'" 9231 msgstr "" 9232 9233 #: config/tc-i386.c:14564 9234 #, c-format 9235 msgid "missing `}' in `%s'" 9236 msgstr "" 9237 9238 #. We don't know this one. 9239 #: config/tc-i386.c:14576 9240 #, c-format 9241 msgid "unknown vector operation: `%s'" 9242 msgstr "" 9243 9244 #: config/tc-i386.c:14582 9245 msgid "zeroing-masking only allowed with write mask" 9246 msgstr "" 9247 9248 #: config/tc-i386.c:14602 9249 #, c-format 9250 msgid "at most %d immediate operands are allowed" 9251 msgstr "" 9252 9253 #: config/tc-i386.c:14641 config/tc-i386.c:14900 9254 #, c-format 9255 msgid "junk `%s' after expression" 9256 msgstr "" 9257 9258 #: config/tc-i386.c:14654 9259 #, c-format 9260 msgid "illegal immediate register operand %s" 9261 msgstr "" 9262 9263 #: config/tc-i386.c:14668 9264 #, c-format 9265 msgid "missing or invalid immediate expression `%s'" 9266 msgstr "" 9267 9268 #: config/tc-i386.c:14691 config/tc-i386.c:14979 9269 #, c-format 9270 msgid "unimplemented segment %s in operand" 9271 msgstr "" 9272 9273 #: config/tc-i386.c:14740 9274 #, c-format 9275 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" 9276 msgstr "" 9277 9278 #: config/tc-i386.c:14749 9279 #, c-format 9280 msgid "scale factor of %d without an index register" 9281 msgstr "" 9282 9283 #: config/tc-i386.c:14771 9284 #, c-format 9285 msgid "at most %d displacement operands are allowed" 9286 msgstr "" 9287 9288 #: config/tc-i386.c:14955 9289 #, c-format 9290 msgid "missing or invalid displacement expression `%s'" 9291 msgstr "" 9292 9293 #: config/tc-i386.c:15144 9294 #, c-format 9295 msgid "`%s' is not valid here (expected `%c%s%s%c')" 9296 msgstr "" 9297 9298 #: config/tc-i386.c:15156 9299 #, c-format 9300 msgid "`%s' is not a valid %s expression" 9301 msgstr "" 9302 9303 #: config/tc-i386.c:15170 9304 #, c-format 9305 msgid "invalid `%s' prefix" 9306 msgstr "" 9307 9308 #: config/tc-i386.c:15200 9309 #, c-format 9310 msgid "`%s' cannot be used here" 9311 msgstr "" 9312 9313 #: config/tc-i386.c:15207 9314 msgid "register scaling is being ignored here" 9315 msgstr "" 9316 9317 #: config/tc-i386.c:15255 9318 #, c-format 9319 msgid "Missing '}': '%s'" 9320 msgstr "" 9321 9322 #: config/tc-i386.c:15261 9323 #, c-format 9324 msgid "Junk after '}': '%s'" 9325 msgstr "" 9326 9327 #: config/tc-i386.c:15336 9328 #, c-format 9329 msgid "bad memory operand `%s'" 9330 msgstr "" 9331 9332 #: config/tc-i386.c:15352 9333 #, c-format 9334 msgid "junk `%s' after register" 9335 msgstr "" 9336 9337 #: config/tc-i386.c:15359 9338 #, c-format 9339 msgid "`%s%s' cannot be used here" 9340 msgstr "" 9341 9342 #: config/tc-i386.c:15382 9343 #, c-format 9344 msgid "`%s': misplaced `{%s}'" 9345 msgstr "" 9346 9347 #: config/tc-i386.c:15389 config/tc-i386.c:15563 config/tc-i386.c:15607 9348 #, c-format 9349 msgid "bad register name `%s'" 9350 msgstr "" 9351 9352 #: config/tc-i386.c:15397 9353 msgid "immediate operand illegal with absolute jump" 9354 msgstr "" 9355 9356 #: config/tc-i386.c:15404 9357 #, c-format 9358 msgid "`%s': RC/SAE operand must follow immediate operands" 9359 msgstr "" 9360 9361 #: config/tc-i386.c:15417 9362 #, c-format 9363 msgid "`%s': misplaced `%s'" 9364 msgstr "" 9365 9366 #: config/tc-i386.c:15468 9367 msgid "unbalanced figure braces" 9368 msgstr "" 9369 9370 #: config/tc-i386.c:15552 9371 #, c-format 9372 msgid "expecting `,' or `)' after index register in `%s'" 9373 msgstr "" 9374 9375 #: config/tc-i386.c:15580 9376 #, c-format 9377 msgid "expecting `)' after scale factor in `%s'" 9378 msgstr "" 9379 9380 #: config/tc-i386.c:15588 9381 #, c-format 9382 msgid "expecting index register or scale factor after `,'; got '%c'" 9383 msgstr "" 9384 9385 #: config/tc-i386.c:15596 9386 #, c-format 9387 msgid "expecting `,' or `)' after base register in `%s'" 9388 msgstr "" 9389 9390 #. It's not a memory operand; argh! 9391 #: config/tc-i386.c:15646 9392 #, c-format 9393 msgid "invalid char %s beginning operand %d `%s'" 9394 msgstr "" 9395 9396 #: config/tc-i386.c:16305 9397 #, c-format 9398 msgid "%s:%u: add %d%s at 0x%llx to align %s within %d-byte boundary\n" 9399 msgstr "" 9400 9401 #: config/tc-i386.c:16308 9402 #, c-format 9403 msgid "" 9404 "%s:%u: add additional %d%s at 0x%llx to align %s within %d-byte boundary\n" 9405 msgstr "" 9406 9407 #: config/tc-i386.c:16314 9408 #, c-format 9409 msgid "" 9410 "%s:%u: add %d%s-byte nop at 0x%llx to align %s within %d-byte boundary\n" 9411 msgstr "" 9412 9413 #: config/tc-i386.c:16381 9414 msgid "long jump required" 9415 msgstr "" 9416 9417 #: config/tc-i386.c:16436 9418 msgid "jump target out of range" 9419 msgstr "" 9420 9421 #: config/tc-i386.c:16916 9422 #, c-format 9423 msgid "register '%s%s' cannot be used here" 9424 msgstr "" 9425 9426 #: config/tc-i386.c:17182 9427 #, c-format 9428 msgid "invalid -mx86-used-note= option: `%s'" 9429 msgstr "" 9430 9431 #: config/tc-i386.c:17205 9432 msgid "no compiled in support for x86_64" 9433 msgstr "" 9434 9435 #: config/tc-i386.c:17224 9436 msgid "no compiled in support for 32bit x86_64" 9437 msgstr "" 9438 9439 #: config/tc-i386.c:17245 9440 msgid "no compiled in support for ix86" 9441 msgstr "" 9442 9443 #: config/tc-i386.c:17278 config/tc-i386.c:17364 9444 #, c-format 9445 msgid "invalid -march= option: `%s'" 9446 msgstr "" 9447 9448 #: config/tc-i386.c:17334 9449 msgid "Unrecognized vector size specifier ignored" 9450 msgstr "" 9451 9452 #: config/tc-i386.c:17374 config/tc-i386.c:17386 9453 #, c-format 9454 msgid "invalid -mtune= option: `%s'" 9455 msgstr "" 9456 9457 #: config/tc-i386.c:17395 9458 #, c-format 9459 msgid "invalid -mmnemonic= option: `%s'" 9460 msgstr "" 9461 9462 #: config/tc-i386.c:17404 9463 #, c-format 9464 msgid "invalid -msyntax= option: `%s'" 9465 msgstr "" 9466 9467 #: config/tc-i386.c:17432 9468 #, c-format 9469 msgid "invalid -msse-check= option: `%s'" 9470 msgstr "" 9471 9472 #: config/tc-i386.c:17443 9473 #, c-format 9474 msgid "invalid -moperand-check= option: `%s'" 9475 msgstr "" 9476 9477 #: config/tc-i386.c:17452 9478 #, c-format 9479 msgid "invalid -mavxscalar= option: `%s'" 9480 msgstr "" 9481 9482 #: config/tc-i386.c:17461 9483 #, c-format 9484 msgid "invalid -mvexwig= option: `%s'" 9485 msgstr "" 9486 9487 #: config/tc-i386.c:17476 9488 #, c-format 9489 msgid "invalid -mevexlig= option: `%s'" 9490 msgstr "" 9491 9492 #: config/tc-i386.c:17489 9493 #, c-format 9494 msgid "invalid -mevexrcig= option: `%s'" 9495 msgstr "" 9496 9497 #: config/tc-i386.c:17498 9498 #, c-format 9499 msgid "invalid -mevexwig= option: `%s'" 9500 msgstr "" 9501 9502 #: config/tc-i386.c:17513 9503 #, c-format 9504 msgid "invalid -momit-lock-prefix= option: `%s'" 9505 msgstr "" 9506 9507 #: config/tc-i386.c:17522 9508 #, c-format 9509 msgid "invalid -mfence-as-lock-add= option: `%s'" 9510 msgstr "" 9511 9512 #: config/tc-i386.c:17531 9513 #, c-format 9514 msgid "invalid -mlfence-after-load= option: `%s'" 9515 msgstr "" 9516 9517 #: config/tc-i386.c:17548 9518 #, c-format 9519 msgid "invalid -mlfence-before-indirect-branch= option: `%s'" 9520 msgstr "" 9521 9522 #: config/tc-i386.c:17562 9523 #, c-format 9524 msgid "invalid -mlfence-before-ret= option: `%s'" 9525 msgstr "" 9526 9527 #: config/tc-i386.c:17572 9528 #, c-format 9529 msgid "invalid -mrelax-relocations= option: `%s'" 9530 msgstr "" 9531 9532 #: config/tc-i386.c:17601 9533 #, c-format 9534 msgid "invalid -malign-branch-boundary= value: %s" 9535 msgstr "" 9536 9537 #: config/tc-i386.c:17615 9538 #, c-format 9539 msgid "invalid -malign-branch-prefix-size= value: %s" 9540 msgstr "" 9541 9542 #: config/tc-i386.c:17642 9543 #, c-format 9544 msgid "invalid -malign-branch= option: `%s'" 9545 msgstr "" 9546 9547 #: config/tc-i386.c:17691 9548 #, c-format 9549 msgid "invalid -mtls-check= option: `%s'" 9550 msgstr "" 9551 9552 #: config/tc-i386.c:17817 9553 #, c-format 9554 msgid "" 9555 " -Qy, -Qn ignored\n" 9556 " -V print assembler version number\n" 9557 " -k ignored\n" 9558 msgstr "" 9559 9560 #: config/tc-i386.c:17822 9561 #, c-format 9562 msgid "" 9563 " -n do not optimize code alignment\n" 9564 " -O{012s} attempt some code optimizations\n" 9565 " -q quieten some warnings\n" 9566 msgstr "" 9567 9568 #: config/tc-i386.c:17827 9569 #, c-format 9570 msgid " -s ignored\n" 9571 msgstr "" 9572 9573 #: config/tc-i386.c:17832 9574 #, c-format 9575 msgid " --32/--64/--x32 generate 32bit/64bit/x32 object\n" 9576 msgstr "" 9577 9578 #: config/tc-i386.c:17835 9579 #, c-format 9580 msgid " --32/--64 generate 32bit/64bit object\n" 9581 msgstr "" 9582 9583 #: config/tc-i386.c:17840 9584 #, c-format 9585 msgid " --divide do not treat `/' as a comment character\n" 9586 msgstr "" 9587 9588 #: config/tc-i386.c:17843 9589 #, c-format 9590 msgid " --divide ignored\n" 9591 msgstr "" 9592 9593 #: config/tc-i386.c:17846 9594 #, c-format 9595 msgid "" 9596 " -march=CPU[,+EXTENSION...]\n" 9597 " generate code for CPU and EXTENSION, CPU is one " 9598 "of:\n" 9599 msgstr "" 9600 9601 #: config/tc-i386.c:17850 9602 #, c-format 9603 msgid "" 9604 " EXTENSION is combination of (possibly \"no\"-" 9605 "prefixed):\n" 9606 msgstr "" 9607 9608 #: config/tc-i386.c:17853 9609 #, c-format 9610 msgid " -mtune=CPU optimize for CPU, CPU is one of:\n" 9611 msgstr "" 9612 9613 #: config/tc-i386.c:17856 9614 #, c-format 9615 msgid " -msse2avx encode SSE instructions with VEX prefix\n" 9616 msgstr "" 9617 9618 #: config/tc-i386.c:17858 9619 #, c-format 9620 msgid "" 9621 " -muse-unaligned-vector-move\n" 9622 " encode aligned vector move as unaligned vector " 9623 "move\n" 9624 msgstr "" 9625 9626 #: config/tc-i386.c:17861 9627 #, c-format 9628 msgid "" 9629 " -msse-check=[none|error|warning] (default: none)\n" 9630 " check SSE instructions\n" 9631 msgstr "" 9632 9633 #: config/tc-i386.c:17864 9634 #, c-format 9635 msgid "" 9636 " -moperand-check=[none|error|warning] (default: warning)\n" 9637 " check operand combinations for validity\n" 9638 msgstr "" 9639 9640 #: config/tc-i386.c:17867 9641 #, c-format 9642 msgid "" 9643 " -mavxscalar=[128|256] (default: 128)\n" 9644 " encode scalar AVX instructions with specific " 9645 "vector\n" 9646 " length\n" 9647 msgstr "" 9648 9649 #: config/tc-i386.c:17871 9650 #, c-format 9651 msgid "" 9652 " -mvexwig=[0|1] (default: 0)\n" 9653 " encode VEX instructions with specific VEX.W value\n" 9654 " for VEX.W bit ignored instructions\n" 9655 msgstr "" 9656 9657 #: config/tc-i386.c:17875 9658 #, c-format 9659 msgid "" 9660 " -mevexlig=[128|256|512] (default: 128)\n" 9661 " encode scalar EVEX instructions with specific " 9662 "vector\n" 9663 " length\n" 9664 msgstr "" 9665 9666 #: config/tc-i386.c:17879 9667 #, c-format 9668 msgid "" 9669 " -mevexwig=[0|1] (default: 0)\n" 9670 " encode EVEX instructions with specific EVEX.W " 9671 "value\n" 9672 " for EVEX.W bit ignored instructions\n" 9673 msgstr "" 9674 9675 #: config/tc-i386.c:17883 9676 #, c-format 9677 msgid "" 9678 " -mevexrcig=[rne|rd|ru|rz] (default: rne)\n" 9679 " encode EVEX instructions with specific EVEX.RC " 9680 "value\n" 9681 " for SAE-only ignored instructions\n" 9682 msgstr "" 9683 9684 #: config/tc-i386.c:17887 9685 #, c-format 9686 msgid " -mmnemonic=[att|intel] " 9687 msgstr "" 9688 9689 #: config/tc-i386.c:17890 9690 #, c-format 9691 msgid "(default: att)\n" 9692 msgstr "" 9693 9694 #: config/tc-i386.c:17892 9695 #, c-format 9696 msgid "(default: intel)\n" 9697 msgstr "" 9698 9699 #: config/tc-i386.c:17893 9700 #, c-format 9701 msgid " use AT&T/Intel mnemonic (AT&T syntax only)\n" 9702 msgstr "" 9703 9704 #: config/tc-i386.c:17895 9705 #, c-format 9706 msgid "" 9707 " -msyntax=[att|intel] (default: att)\n" 9708 " use AT&T/Intel syntax\n" 9709 msgstr "" 9710 9711 #: config/tc-i386.c:17898 9712 #, c-format 9713 msgid " -mindex-reg support pseudo index registers\n" 9714 msgstr "" 9715 9716 #: config/tc-i386.c:17900 9717 #, c-format 9718 msgid " -mnaked-reg don't require `%%' prefix for registers\n" 9719 msgstr "" 9720 9721 #: config/tc-i386.c:17902 9722 #, c-format 9723 msgid " -madd-bnd-prefix add BND prefix for all valid branches\n" 9724 msgstr "" 9725 9726 #: config/tc-i386.c:17905 9727 #, c-format 9728 msgid " -mshared disable branch optimization for shared code\n" 9729 msgstr "" 9730 9731 #: config/tc-i386.c:17907 9732 #, c-format 9733 msgid " -mx86-used-note=[no|yes] " 9734 msgstr "" 9735 9736 #: config/tc-i386.c:17913 9737 #, c-format 9738 msgid "" 9739 " generate x86 used ISA and feature properties\n" 9740 msgstr "" 9741 9742 #: config/tc-i386.c:17917 9743 #, c-format 9744 msgid " -mbig-obj generate big object files\n" 9745 msgstr "" 9746 9747 #: config/tc-i386.c:17920 9748 #, c-format 9749 msgid "" 9750 " -momit-lock-prefix=[no|yes] (default: no)\n" 9751 " strip all lock prefixes\n" 9752 msgstr "" 9753 9754 #: config/tc-i386.c:17923 9755 #, c-format 9756 msgid "" 9757 " -mfence-as-lock-add=[no|yes] (default: no)\n" 9758 " encode lfence, mfence and sfence as\n" 9759 " lock addl $0x0, (%%{re}sp)\n" 9760 msgstr "" 9761 9762 #: config/tc-i386.c:17927 9763 #, c-format 9764 msgid " -mrelax-relocations=[no|yes] " 9765 msgstr "" 9766 9767 #: config/tc-i386.c:17933 9768 #, c-format 9769 msgid " generate relax relocations\n" 9770 msgstr "" 9771 9772 #: config/tc-i386.c:17936 9773 #, c-format 9774 msgid " -mtls-check=[no|yes] " 9775 msgstr "" 9776 9777 #: config/tc-i386.c:17942 9778 #, c-format 9779 msgid " check TLS relocation\n" 9780 msgstr "" 9781 9782 #: config/tc-i386.c:17945 9783 #, c-format 9784 msgid "" 9785 " -malign-branch-boundary=NUM (default: 0)\n" 9786 " align branches within NUM byte boundary\n" 9787 msgstr "" 9788 9789 #: config/tc-i386.c:17948 9790 #, c-format 9791 msgid "" 9792 " -malign-branch=TYPE[+TYPE...] (default: jcc+fused+jmp)\n" 9793 " TYPE is combination of jcc, fused, jmp, call, " 9794 "ret,\n" 9795 " indirect\n" 9796 " specify types of branches to align\n" 9797 msgstr "" 9798 9799 #: config/tc-i386.c:17953 9800 #, c-format 9801 msgid "" 9802 " -malign-branch-prefix-size=NUM (default: 5)\n" 9803 " align branches with NUM prefixes per instruction\n" 9804 msgstr "" 9805 9806 #: config/tc-i386.c:17956 9807 #, c-format 9808 msgid "" 9809 " -mbranches-within-32B-boundaries\n" 9810 " align branches within 32 byte boundary\n" 9811 msgstr "" 9812 9813 #: config/tc-i386.c:17959 9814 #, c-format 9815 msgid "" 9816 " -mlfence-after-load=[no|yes] (default: no)\n" 9817 " generate lfence after load\n" 9818 msgstr "" 9819 9820 #: config/tc-i386.c:17962 9821 #, c-format 9822 msgid "" 9823 " -mlfence-before-indirect-branch=[none|all|register|memory] (default: " 9824 "none)\n" 9825 " generate lfence before indirect near branch\n" 9826 msgstr "" 9827 9828 #: config/tc-i386.c:17965 9829 #, c-format 9830 msgid "" 9831 " -mlfence-before-ret=[none|or|not|shl|yes] (default: none)\n" 9832 " generate lfence before ret\n" 9833 msgstr "" 9834 9835 #: config/tc-i386.c:17968 9836 #, c-format 9837 msgid " -mamd64 accept only AMD64 ISA [default]\n" 9838 msgstr "" 9839 9840 #: config/tc-i386.c:17970 9841 #, c-format 9842 msgid " -mintel64 accept only Intel64 ISA\n" 9843 msgstr "" 9844 9845 #: config/tc-i386.c:18009 9846 #, c-format 9847 msgid "Intel MCU doesn't support `%s' architecture" 9848 msgstr "" 9849 9850 #: config/tc-i386.c:18017 9851 msgid "SCFI is not supported for this ABI" 9852 msgstr "" 9853 9854 #: config/tc-i386.c:18068 9855 msgid "Intel MCU is 32bit only" 9856 msgstr "" 9857 9858 #: config/tc-i386.c:18182 9859 #, c-format 9860 msgid "invalid %s relocation against register" 9861 msgstr "" 9862 9863 #: config/tc-i386.c:18328 9864 msgid "symbol size computation overflow" 9865 msgstr "" 9866 9867 #: config/tc-i386.c:18412 config/tc-sparc.c:3862 9868 #, c-format 9869 msgid "can not do %d byte pc-relative relocation" 9870 msgstr "" 9871 9872 #: config/tc-i386.c:18430 9873 #, c-format 9874 msgid "can not do %d byte relocation" 9875 msgstr "" 9876 9877 #: config/tc-i386.c:18498 9878 #, c-format 9879 msgid "cannot represent relocation type %s in x32 mode" 9880 msgstr "" 9881 9882 #: config/tc-i386.c:18544 config/tc-s390.c:2846 9883 #, c-format 9884 msgid "cannot represent relocation type %s" 9885 msgstr "" 9886 9887 #: config/tc-i386.c:18679 9888 msgid "bad .section directive: want a,l,w,x,M,S,G,T in string" 9889 msgstr "" 9890 9891 #: config/tc-i386.c:18682 9892 msgid "bad .section directive: want a,w,x,M,S,G,T in string" 9893 msgstr "" 9894 9895 #: config/tc-i386.c:18692 9896 msgid ".largecomm supported only in 64bit mode, producing .comm" 9897 msgstr "" 9898 9899 #: config/tc-ia64.c:869 9900 msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string" 9901 msgstr "" 9902 9903 #: config/tc-ia64.c:921 9904 msgid "Size of frame exceeds maximum of 96 registers" 9905 msgstr "" 9906 9907 #: config/tc-ia64.c:926 9908 msgid "Size of rotating registers exceeds frame size" 9909 msgstr "" 9910 9911 #: config/tc-ia64.c:1013 9912 msgid "Unwind directive not followed by an instruction." 9913 msgstr "" 9914 9915 #: config/tc-ia64.c:1022 config/tc-ia64.c:7585 9916 msgid "qualifying predicate not followed by instruction" 9917 msgstr "" 9918 9919 #: config/tc-ia64.c:1070 9920 msgid "expected ',' after section name" 9921 msgstr "" 9922 9923 #: config/tc-ia64.c:1105 9924 msgid "expected ',' after symbol name" 9925 msgstr "" 9926 9927 #: config/tc-ia64.c:1129 9928 msgid "expected ',' after symbol size" 9929 msgstr "" 9930 9931 #: config/tc-ia64.c:1210 config/tc-ia64.c:1244 9932 msgid "record type is not valid" 9933 msgstr "" 9934 9935 #: config/tc-ia64.c:1313 9936 msgid "Invalid record type for P3 format." 9937 msgstr "" 9938 9939 #: config/tc-ia64.c:1349 9940 msgid "Invalid record type for format P6" 9941 msgstr "" 9942 9943 #: config/tc-ia64.c:1529 config/tc-ia64.c:1581 9944 msgid "Invalid record type for format B1" 9945 msgstr "" 9946 9947 #: config/tc-ia64.c:1614 9948 msgid "Invalid record type for format X1" 9949 msgstr "" 9950 9951 #: config/tc-ia64.c:1656 9952 msgid "Invalid record type for format X3" 9953 msgstr "" 9954 9955 #: config/tc-ia64.c:1694 9956 msgid "Previous .save incomplete" 9957 msgstr "" 9958 9959 #: config/tc-ia64.c:2517 9960 msgid "spill_mask record unimplemented." 9961 msgstr "" 9962 9963 #: config/tc-ia64.c:2574 9964 msgid "record_type_not_valid" 9965 msgstr "" 9966 9967 #: config/tc-ia64.c:2658 9968 msgid "Ignoring attempt to spill beyond end of region" 9969 msgstr "" 9970 9971 #: config/tc-ia64.c:2717 9972 msgid "Only constant space allocation is supported" 9973 msgstr "" 9974 9975 #: config/tc-ia64.c:2731 9976 msgid "Only constant offsets are supported" 9977 msgstr "" 9978 9979 #: config/tc-ia64.c:2755 9980 msgid "Section switching in code is not supported." 9981 msgstr "" 9982 9983 #: config/tc-ia64.c:2797 9984 msgid "Insn slot not set in unwind record." 9985 msgstr "" 9986 9987 #: config/tc-ia64.c:2871 9988 msgid "frgr_mem record before region record!" 9989 msgstr "" 9990 9991 #: config/tc-ia64.c:2882 9992 msgid "fr_mem record before region record!" 9993 msgstr "" 9994 9995 #: config/tc-ia64.c:2891 9996 msgid "gr_mem record before region record!" 9997 msgstr "" 9998 9999 #: config/tc-ia64.c:2900 10000 msgid "br_mem record before region record!" 10001 msgstr "" 10002 10003 #: config/tc-ia64.c:2910 10004 msgid "gr_gr record before region record!" 10005 msgstr "" 10006 10007 #: config/tc-ia64.c:2918 10008 msgid "br_gr record before region record!" 10009 msgstr "" 10010 10011 #: config/tc-ia64.c:3036 10012 #, c-format 10013 msgid "First operand to .%s must be a predicate" 10014 msgstr "" 10015 10016 #: config/tc-ia64.c:3040 10017 #, c-format 10018 msgid "Pointless use of p0 as first operand to .%s" 10019 msgstr "" 10020 10021 #: config/tc-ia64.c:3096 10022 #, c-format 10023 msgid "Operand %d to .%s must be a preserved register" 10024 msgstr "" 10025 10026 #: config/tc-ia64.c:3132 10027 #, c-format 10028 msgid "Operand %d to .%s must be a writable register" 10029 msgstr "" 10030 10031 #: config/tc-ia64.c:3156 10032 #, c-format 10033 msgid "Radix `%s' unsupported or invalid" 10034 msgstr "" 10035 10036 #: config/tc-ia64.c:3186 config/tc-ia64.c:3191 10037 #, c-format 10038 msgid ".%s outside of %s" 10039 msgstr "" 10040 10041 #: config/tc-ia64.c:3277 10042 msgid "Tags on unwind pseudo-ops aren't supported, yet" 10043 msgstr "" 10044 10045 #: config/tc-ia64.c:3299 10046 msgid "First operand to .fframe must be a constant" 10047 msgstr "" 10048 10049 #: config/tc-ia64.c:3319 10050 msgid "First operand to .vframe must be a general register" 10051 msgstr "" 10052 10053 #: config/tc-ia64.c:3327 10054 msgid "Operand of .vframe contradicts .prologue" 10055 msgstr "" 10056 10057 #: config/tc-ia64.c:3337 10058 msgid ".vframepsp is meaningless, assuming .vframesp was meant" 10059 msgstr "" 10060 10061 #: config/tc-ia64.c:3345 10062 msgid "Operand to .vframesp must be a constant (sp-relative offset)" 10063 msgstr "" 10064 10065 #: config/tc-ia64.c:3372 10066 msgid "First operand to .save not a register" 10067 msgstr "" 10068 10069 #: config/tc-ia64.c:3378 10070 msgid "Second operand to .save not a valid register" 10071 msgstr "" 10072 10073 #: config/tc-ia64.c:3409 config/tc-ia64.c:3420 config/tc-ia64.c:3428 10074 msgid "Second operand of .save contradicts .prologue" 10075 msgstr "" 10076 10077 #: config/tc-ia64.c:3435 10078 msgid "First operand to .save not a valid register" 10079 msgstr "" 10080 10081 #: config/tc-ia64.c:3453 10082 msgid "First operand to .restore must be stack pointer (sp)" 10083 msgstr "" 10084 10085 #: config/tc-ia64.c:3462 10086 msgid "Second operand to .restore must be a constant >= 0" 10087 msgstr "" 10088 10089 #: config/tc-ia64.c:3472 10090 #, c-format 10091 msgid "Epilogue count of %lu exceeds number of nested prologues (%u)" 10092 msgstr "" 10093 10094 #: config/tc-ia64.c:3558 10095 #, c-format 10096 msgid "Illegal section name `%s' (causes unwind section name clash)" 10097 msgstr "" 10098 10099 #: config/tc-ia64.c:3734 10100 msgid "First operand to .altrp not a valid branch register" 10101 msgstr "" 10102 10103 #: config/tc-ia64.c:3763 10104 #, c-format 10105 msgid "First operand to .%s not a register" 10106 msgstr "" 10107 10108 #: config/tc-ia64.c:3768 10109 #, c-format 10110 msgid "Second operand to .%s not a constant" 10111 msgstr "" 10112 10113 #: config/tc-ia64.c:3835 10114 #, c-format 10115 msgid "First operand to .%s not a valid register" 10116 msgstr "" 10117 10118 #: config/tc-ia64.c:3858 10119 msgid "First operand to .save.g must be a positive 4-bit constant" 10120 msgstr "" 10121 10122 #: config/tc-ia64.c:3871 10123 msgid "Second operand to .save.g must be a general register" 10124 msgstr "" 10125 10126 #: config/tc-ia64.c:3876 10127 #, c-format 10128 msgid "Second operand to .save.g must be the first of %d general registers" 10129 msgstr "" 10130 10131 #: config/tc-ia64.c:3899 10132 msgid "Operand to .save.f must be a positive 20-bit constant" 10133 msgstr "" 10134 10135 #: config/tc-ia64.c:3922 10136 msgid "First operand to .save.b must be a positive 5-bit constant" 10137 msgstr "" 10138 10139 #: config/tc-ia64.c:3935 10140 msgid "Second operand to .save.b must be a general register" 10141 msgstr "" 10142 10143 #: config/tc-ia64.c:3940 10144 #, c-format 10145 msgid "Second operand to .save.b must be the first of %d general registers" 10146 msgstr "" 10147 10148 #: config/tc-ia64.c:3966 10149 msgid "First operand to .save.gf must be a non-negative 4-bit constant" 10150 msgstr "" 10151 10152 #: config/tc-ia64.c:3974 10153 msgid "Second operand to .save.gf must be a non-negative 20-bit constant" 10154 msgstr "" 10155 10156 #: config/tc-ia64.c:3982 10157 msgid "Operands to .save.gf may not be both zero" 10158 msgstr "" 10159 10160 #: config/tc-ia64.c:3999 10161 msgid "Operand to .spill must be a constant" 10162 msgstr "" 10163 10164 #: config/tc-ia64.c:4068 10165 #, c-format 10166 msgid "Operand %d to .%s must be a constant" 10167 msgstr "" 10168 10169 #: config/tc-ia64.c:4089 10170 #, c-format 10171 msgid "Missing .label_state %ld" 10172 msgstr "" 10173 10174 #: config/tc-ia64.c:4143 10175 msgid "Operand to .label_state must be a constant" 10176 msgstr "" 10177 10178 #: config/tc-ia64.c:4162 10179 msgid "Operand to .copy_state must be a constant" 10180 msgstr "" 10181 10182 #: config/tc-ia64.c:4185 10183 msgid "First operand to .unwabi must be a constant" 10184 msgstr "" 10185 10186 #: config/tc-ia64.c:4191 10187 msgid "Second operand to .unwabi must be a constant" 10188 msgstr "" 10189 10190 #: config/tc-ia64.c:4225 10191 msgid "Missing .endp after previous .proc" 10192 msgstr "" 10193 10194 #: config/tc-ia64.c:4242 10195 msgid "Empty argument of .proc" 10196 msgstr "" 10197 10198 #: config/tc-ia64.c:4247 10199 #, c-format 10200 msgid "`%s' was already defined" 10201 msgstr "" 10202 10203 #: config/tc-ia64.c:4290 10204 msgid "Initial .body should precede any instructions" 10205 msgstr "" 10206 10207 #: config/tc-ia64.c:4309 10208 msgid ".prologue within prologue" 10209 msgstr "" 10210 10211 #: config/tc-ia64.c:4314 10212 msgid "Initial .prologue should precede any instructions" 10213 msgstr "" 10214 10215 #: config/tc-ia64.c:4324 10216 msgid "First operand to .prologue must be a positive 4-bit constant" 10217 msgstr "" 10218 10219 #: config/tc-ia64.c:4326 10220 msgid "Pointless use of zero first operand to .prologue" 10221 msgstr "" 10222 10223 #: config/tc-ia64.c:4342 10224 msgid "Using a constant as second operand to .prologue is deprecated" 10225 msgstr "" 10226 10227 #: config/tc-ia64.c:4348 10228 msgid "Second operand to .prologue must be a general register" 10229 msgstr "" 10230 10231 #: config/tc-ia64.c:4353 10232 #, c-format 10233 msgid "Second operand to .prologue must be the first of %d general registers" 10234 msgstr "" 10235 10236 #: config/tc-ia64.c:4466 10237 #, c-format 10238 msgid "`%s' was not defined within procedure" 10239 msgstr "" 10240 10241 #: config/tc-ia64.c:4502 10242 msgid "Empty argument of .endp" 10243 msgstr "" 10244 10245 #: config/tc-ia64.c:4516 10246 #, c-format 10247 msgid "`%s' was not specified with previous .proc" 10248 msgstr "" 10249 10250 #: config/tc-ia64.c:4531 10251 #, c-format 10252 msgid "`%s' should be an operand to this .endp" 10253 msgstr "" 10254 10255 #: config/tc-ia64.c:4572 config/tc-ia64.c:4879 config/tc-ia64.c:5185 10256 msgid "Comma expected" 10257 msgstr "" 10258 10259 #: config/tc-ia64.c:4612 10260 msgid "Expected '['" 10261 msgstr "" 10262 10263 #: config/tc-ia64.c:4621 config/tc-ia64.c:7719 10264 msgid "Expected ']'" 10265 msgstr "" 10266 10267 #: config/tc-ia64.c:4626 10268 msgid "Number of elements must be positive" 10269 msgstr "" 10270 10271 #: config/tc-ia64.c:4637 10272 #, c-format 10273 msgid "Used more than the declared %d rotating registers" 10274 msgstr "" 10275 10276 #: config/tc-ia64.c:4645 10277 msgid "Used more than the available 96 rotating registers" 10278 msgstr "" 10279 10280 #: config/tc-ia64.c:4652 10281 msgid "Used more than the available 48 rotating registers" 10282 msgstr "" 10283 10284 #: config/tc-ia64.c:4675 10285 #, c-format 10286 msgid "Attempt to redefine register set `%s'" 10287 msgstr "" 10288 10289 #: config/tc-ia64.c:4739 10290 #, c-format 10291 msgid "Unknown psr option `%s'" 10292 msgstr "" 10293 10294 #: config/tc-ia64.c:4774 10295 msgid "Comma expected after section name" 10296 msgstr "" 10297 10298 #: config/tc-ia64.c:4785 10299 msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated." 10300 msgstr "" 10301 10302 #: config/tc-ia64.c:4874 10303 msgid "Register name expected" 10304 msgstr "" 10305 10306 #: config/tc-ia64.c:4887 10307 msgid "Register value annotation ignored" 10308 msgstr "" 10309 10310 #: config/tc-ia64.c:4926 10311 msgid "Directive invalid within a bundle" 10312 msgstr "" 10313 10314 #: config/tc-ia64.c:5020 10315 msgid "Missing predicate relation type" 10316 msgstr "" 10317 10318 #: config/tc-ia64.c:5026 10319 msgid "Unrecognized predicate relation type" 10320 msgstr "" 10321 10322 #: config/tc-ia64.c:5072 10323 msgid "Bad register range" 10324 msgstr "" 10325 10326 #: config/tc-ia64.c:5081 config/tc-ia64.c:7665 10327 msgid "Predicate register expected" 10328 msgstr "" 10329 10330 #: config/tc-ia64.c:5086 10331 msgid "Duplicate predicate register ignored" 10332 msgstr "" 10333 10334 #: config/tc-ia64.c:5102 10335 msgid "Predicate source and target required" 10336 msgstr "" 10337 10338 #: config/tc-ia64.c:5104 config/tc-ia64.c:5116 10339 msgid "Use of p0 is not valid in this context" 10340 msgstr "" 10341 10342 #: config/tc-ia64.c:5111 10343 msgid "At least two PR arguments expected" 10344 msgstr "" 10345 10346 #: config/tc-ia64.c:5125 10347 msgid "At least one PR argument expected" 10348 msgstr "" 10349 10350 #: config/tc-ia64.c:5157 10351 #, c-format 10352 msgid "duplicate entry hint %s" 10353 msgstr "" 10354 10355 #. FIXME -- need 62-bit relocation type 10356 #: config/tc-ia64.c:5632 10357 msgid "62-bit relocation not yet implemented" 10358 msgstr "" 10359 10360 #. XXX technically, this is wrong: we should not be issuing warning 10361 #. messages until we're sure this instruction pattern is going to 10362 #. be used! 10363 #: config/tc-ia64.c:5718 10364 msgid "lower 16 bits of mask ignored" 10365 msgstr "" 10366 10367 #: config/tc-ia64.c:5947 10368 msgid "stride must be a multiple of 64; lower 6 bits ignored" 10369 msgstr "" 10370 10371 #: config/tc-ia64.c:6066 10372 msgid "Expected separator `='" 10373 msgstr "" 10374 10375 #: config/tc-ia64.c:6102 10376 msgid "Duplicate equal sign (=) in instruction" 10377 msgstr "" 10378 10379 #: config/tc-ia64.c:6109 10380 #, c-format 10381 msgid "Illegal operand separator `%c'" 10382 msgstr "" 10383 10384 #: config/tc-ia64.c:6224 10385 #, c-format 10386 msgid "Operand %u of `%s' should be %s" 10387 msgstr "" 10388 10389 #: config/tc-ia64.c:6228 10390 msgid "Wrong number of output operands" 10391 msgstr "" 10392 10393 #: config/tc-ia64.c:6230 10394 msgid "Wrong number of input operands" 10395 msgstr "" 10396 10397 #: config/tc-ia64.c:6232 10398 msgid "Operand mismatch" 10399 msgstr "" 10400 10401 #: config/tc-ia64.c:6314 10402 #, c-format 10403 msgid "Invalid use of `%c%d' as output operand" 10404 msgstr "" 10405 10406 #: config/tc-ia64.c:6317 10407 #, c-format 10408 msgid "Invalid use of `r%d' as base update address operand" 10409 msgstr "" 10410 10411 #: config/tc-ia64.c:6341 10412 #, c-format 10413 msgid "Invalid duplicate use of `%c%d'" 10414 msgstr "" 10415 10416 #: config/tc-ia64.c:6348 10417 #, c-format 10418 msgid "Invalid simultaneous use of `f%d' and `f%d'" 10419 msgstr "" 10420 10421 #: config/tc-ia64.c:6354 10422 #, c-format 10423 msgid "Dangerous simultaneous use of `f%d' and `f%d'" 10424 msgstr "" 10425 10426 #: config/tc-ia64.c:6398 10427 msgid "Value truncated to 62 bits" 10428 msgstr "" 10429 10430 #: config/tc-ia64.c:6466 10431 #, c-format 10432 msgid "Bad operand value: %s" 10433 msgstr "" 10434 10435 #. Give an error if a frag containing code is not aligned to a 16 byte 10436 #. boundary. 10437 #: config/tc-ia64.c:6541 config/tc-ia64.h:177 10438 msgid "instruction address is not a multiple of 16" 10439 msgstr "" 10440 10441 #: config/tc-ia64.c:6609 10442 #, c-format 10443 msgid "`%s' must be last in bundle" 10444 msgstr "" 10445 10446 #: config/tc-ia64.c:6641 10447 #, c-format 10448 msgid "Internal error: don't know how to force %s to end of instruction group" 10449 msgstr "" 10450 10451 #: config/tc-ia64.c:6654 10452 #, c-format 10453 msgid "`%s' must be last in instruction group" 10454 msgstr "" 10455 10456 #: config/tc-ia64.c:6684 10457 msgid "Label must be first in a bundle" 10458 msgstr "" 10459 10460 #: config/tc-ia64.c:6761 10461 msgid "hint in B unit may be treated as nop" 10462 msgstr "" 10463 10464 #: config/tc-ia64.c:6772 10465 msgid "hint in B unit can't be used" 10466 msgstr "" 10467 10468 #: config/tc-ia64.c:6786 10469 msgid "emit_one_bundle: unexpected dynamic op" 10470 msgstr "" 10471 10472 #: config/tc-ia64.c:6926 10473 #, c-format 10474 msgid "`%s' does not fit into %s template" 10475 msgstr "" 10476 10477 #: config/tc-ia64.c:6941 10478 #, c-format 10479 msgid "`%s' does not fit into bundle" 10480 msgstr "" 10481 10482 #: config/tc-ia64.c:6953 10483 #, c-format 10484 msgid "`%s' can't go in %s of %s template" 10485 msgstr "" 10486 10487 #: config/tc-ia64.c:6959 10488 msgid "Missing '}' at end of file" 10489 msgstr "" 10490 10491 #: config/tc-ia64.c:7106 10492 #, c-format 10493 msgid "Unrecognized option '-x%s'" 10494 msgstr "" 10495 10496 #: config/tc-ia64.c:7133 10497 msgid "" 10498 "IA-64 options:\n" 10499 " --mconstant-gp\t mark output file as using the constant-GP model\n" 10500 "\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n" 10501 " --mauto-pic\t\t mark output file as using the constant-GP model\n" 10502 "\t\t\t without function descriptors (sets ELF header flag\n" 10503 "\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n" 10504 " -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n" 10505 " -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n" 10506 " -mtune=[itanium1|itanium2]\n" 10507 "\t\t\t tune for a specific CPU (default -mtune=itanium2)\n" 10508 " -munwind-check=[warning|error]\n" 10509 "\t\t\t unwind directive check (default -munwind-check=warning)\n" 10510 " -mhint.b=[ok|warning|error]\n" 10511 "\t\t\t hint.b check (default -mhint.b=error)\n" 10512 " -x | -xexplicit\t turn on dependency violation checking\n" 10513 msgstr "" 10514 10515 #. Note for translators: "automagically" can be translated as "automatically" here. 10516 #: config/tc-ia64.c:7150 10517 msgid "" 10518 " -xauto\t\t automagically remove dependency violations (default)\n" 10519 " -xnone\t\t turn off dependency violation checking\n" 10520 " -xdebug\t\t debug dependency violation checker\n" 10521 " -xdebugn\t\t debug dependency violation checker but turn off\n" 10522 "\t\t\t dependency violation checking\n" 10523 " -xdebugx\t\t debug dependency violation checker and turn on\n" 10524 "\t\t\t dependency violation checking\n" 10525 msgstr "" 10526 10527 #: config/tc-ia64.c:7165 10528 msgid "--gstabs is not supported for ia64" 10529 msgstr "" 10530 10531 #: config/tc-ia64.c:7600 10532 msgid "Explicit stops are ignored in auto mode" 10533 msgstr "" 10534 10535 #: config/tc-ia64.c:7609 10536 msgid "Found '{' when manual bundling is already turned on" 10537 msgstr "" 10538 10539 #: config/tc-ia64.c:7622 10540 msgid "Found '{' after explicit switch to automatic mode" 10541 msgstr "" 10542 10543 #: config/tc-ia64.c:7628 10544 msgid "Found '}' when manual bundling is off" 10545 msgstr "" 10546 10547 #: config/tc-ia64.c:7655 10548 msgid "Expected ')'" 10549 msgstr "" 10550 10551 #: config/tc-ia64.c:7660 10552 msgid "Qualifying predicate expected" 10553 msgstr "" 10554 10555 #: config/tc-ia64.c:7679 10556 msgid "Tag must come before qualifying predicate." 10557 msgstr "" 10558 10559 #: config/tc-ia64.c:7708 10560 msgid "Expected ':'" 10561 msgstr "" 10562 10563 #: config/tc-ia64.c:7724 10564 msgid "Tag name expected" 10565 msgstr "" 10566 10567 #: config/tc-ia64.c:7826 10568 msgid "Rotating register index must be a non-negative constant" 10569 msgstr "" 10570 10571 #: config/tc-ia64.c:7831 10572 #, c-format 10573 msgid "Index out of range 0..%u" 10574 msgstr "" 10575 10576 #: config/tc-ia64.c:7843 10577 msgid "Indirect register index must be a general register" 10578 msgstr "" 10579 10580 #: config/tc-ia64.c:7852 10581 msgid "Index can only be applied to rotating or indirect registers" 10582 msgstr "" 10583 10584 #: config/tc-ia64.c:7888 config/tc-xstormy16.c:145 10585 msgid "Expected '('" 10586 msgstr "" 10587 10588 #: config/tc-ia64.c:7896 config/tc-pdp11.c:466 config/tc-pdp11.c:530 10589 #: config/tc-pdp11.c:564 config/tc-tilegx.c:1042 config/tc-tilepro.c:930 10590 #: config/tc-xstormy16.c:154 10591 msgid "Missing ')'" 10592 msgstr "" 10593 10594 #: config/tc-ia64.c:7914 config/tc-xstormy16.c:161 10595 msgid "Not a symbolic expression" 10596 msgstr "" 10597 10598 #: config/tc-ia64.c:7919 config/tc-ia64.c:7933 10599 msgid "Illegal combination of relocation functions" 10600 msgstr "" 10601 10602 #: config/tc-ia64.c:8022 10603 msgid "No current frame" 10604 msgstr "" 10605 10606 #: config/tc-ia64.c:8024 10607 #, c-format 10608 msgid "Register number out of range 0..%u" 10609 msgstr "" 10610 10611 #: config/tc-ia64.c:8063 10612 msgid "Standalone `#' is illegal" 10613 msgstr "" 10614 10615 #: config/tc-ia64.c:8066 10616 msgid "Redundant `#' suffix operators" 10617 msgstr "" 10618 10619 #: config/tc-ia64.c:8224 10620 #, c-format 10621 msgid "Unhandled dependency %s for %s (%s), note %d" 10622 msgstr "" 10623 10624 #: config/tc-ia64.c:9537 10625 #, c-format 10626 msgid "Unrecognized dependency specifier %d\n" 10627 msgstr "" 10628 10629 #: config/tc-ia64.c:10398 10630 msgid "Only the first path encountering the conflict is reported" 10631 msgstr "" 10632 10633 #: config/tc-ia64.c:10400 10634 msgid "This is the location of the conflicting usage" 10635 msgstr "" 10636 10637 #: config/tc-ia64.c:10662 10638 #, c-format 10639 msgid "Unknown opcode `%s'" 10640 msgstr "" 10641 10642 #: config/tc-ia64.c:10740 10643 #, c-format 10644 msgid "AR %d can only be accessed by %c-unit" 10645 msgstr "" 10646 10647 #: config/tc-ia64.c:10752 10648 msgid "hint.b may be treated as nop" 10649 msgstr "" 10650 10651 #: config/tc-ia64.c:10755 10652 msgid "hint.b shouldn't be used" 10653 msgstr "" 10654 10655 #: config/tc-ia64.c:10794 10656 #, c-format 10657 msgid "`%s' cannot be predicated" 10658 msgstr "" 10659 10660 #: config/tc-ia64.c:10867 10661 msgid "Closing bracket missing" 10662 msgstr "" 10663 10664 #: config/tc-ia64.c:10876 10665 msgid "Index must be a general register" 10666 msgstr "" 10667 10668 #: config/tc-ia64.c:11041 10669 #, c-format 10670 msgid "Unsupported fixup size %d" 10671 msgstr "" 10672 10673 #. This should be an error, but since previously there wasn't any 10674 #. diagnostic here, don't make it fail because of this for now. 10675 #: config/tc-ia64.c:11313 10676 #, c-format 10677 msgid "Cannot express %s%d%s relocation" 10678 msgstr "" 10679 10680 #: config/tc-ia64.c:11332 10681 msgid "No addend allowed in @fptr() relocation" 10682 msgstr "" 10683 10684 #: config/tc-ia64.c:11371 10685 msgid "integer operand out of range" 10686 msgstr "" 10687 10688 #: config/tc-ia64.c:11438 10689 #, c-format 10690 msgid "%s must have a constant value" 10691 msgstr "" 10692 10693 #: config/tc-ia64.c:11458 10694 msgid "cannot resolve @slotcount parameter" 10695 msgstr "" 10696 10697 #: config/tc-ia64.c:11491 10698 msgid "invalid @slotcount value" 10699 msgstr "" 10700 10701 #: config/tc-ia64.c:11528 config/tc-z8k.c:1388 10702 #, c-format 10703 msgid "Cannot represent %s relocation in object file" 10704 msgstr "" 10705 10706 #: config/tc-ia64.c:11636 10707 msgid "Can't add stop bit to mark end of instruction group" 10708 msgstr "" 10709 10710 #: config/tc-ia64.c:11743 read.c:2739 read.c:3398 read.c:3970 stabs.c:461 10711 #, c-format 10712 msgid "expected comma after \"%s\"" 10713 msgstr "" 10714 10715 #: config/tc-ia64.c:11784 10716 #, c-format 10717 msgid "`%s' is already the alias of %s `%s'" 10718 msgstr "" 10719 10720 #: config/tc-ia64.c:11795 10721 #, c-format 10722 msgid "%s `%s' already has an alias `%s'" 10723 msgstr "" 10724 10725 #: config/tc-ia64.c:11828 10726 #, c-format 10727 msgid "symbol `%s' aliased to `%s' is not used" 10728 msgstr "" 10729 10730 #: config/tc-ia64.c:11854 10731 #, c-format 10732 msgid "section `%s' aliased to `%s' is not used" 10733 msgstr "" 10734 10735 #: config/tc-ip2k.c:139 10736 #, c-format 10737 msgid "IP2K specific command line options:\n" 10738 msgstr "" 10739 10740 #: config/tc-ip2k.c:140 10741 #, c-format 10742 msgid " -mip2022 restrict to IP2022 insns \n" 10743 msgstr "" 10744 10745 #: config/tc-ip2k.c:141 10746 #, c-format 10747 msgid " -mip2022ext permit extended IP2022 insn\n" 10748 msgstr "" 10749 10750 #: config/tc-ip2k.c:232 10751 msgid "relaxation not supported\n" 10752 msgstr "" 10753 10754 #: config/tc-iq2000.c:356 10755 #, c-format 10756 msgid "the yielding instruction %s may not be in a delay slot." 10757 msgstr "" 10758 10759 #: config/tc-iq2000.c:364 10760 #, c-format 10761 msgid "Register number (R%ld) for double word access must be even." 10762 msgstr "" 10763 10764 #: config/tc-iq2000.c:373 config/tc-iq2000.c:378 config/tc-iq2000.c:383 10765 #: config/tc-iq2000.c:400 config/tc-mt.c:246 config/tc-mt.c:251 10766 #, c-format 10767 msgid "operand references R%ld of previous load." 10768 msgstr "" 10769 10770 #: config/tc-iq2000.c:388 10771 msgid "instruction implicitly accesses R31 of previous load." 10772 msgstr "" 10773 10774 #: config/tc-iq2000.c:643 config/tc-mep.c:2008 10775 msgid "Unmatched high relocation" 10776 msgstr "" 10777 10778 #: config/tc-iq2000.c:820 config/tc-mips.c:19808 config/tc-score.c:5783 10779 msgid ".end not in text section" 10780 msgstr "" 10781 10782 #: config/tc-iq2000.c:824 config/tc-score.c:5786 10783 msgid ".end directive without a preceding .ent directive." 10784 msgstr "" 10785 10786 #: config/tc-iq2000.c:833 config/tc-score.c:5794 10787 msgid ".end symbol does not match .ent symbol." 10788 msgstr "" 10789 10790 #: config/tc-iq2000.c:836 config/tc-mips.c:19828 config/tc-score.c:5799 10791 msgid ".end directive missing or unknown symbol" 10792 msgstr "" 10793 10794 #: config/tc-iq2000.c:854 10795 msgid "Expected simple number." 10796 msgstr "" 10797 10798 #: config/tc-iq2000.c:883 config/tc-mips.c:19733 config/tc-score.c:5649 10799 #, c-format 10800 msgid " *input_line_pointer == '%c' 0x%02x\n" 10801 msgstr "" 10802 10803 #: config/tc-iq2000.c:885 10804 msgid "Invalid number" 10805 msgstr "" 10806 10807 #: config/tc-iq2000.c:919 config/tc-score.c:5680 10808 msgid ".ent or .aent not in text section." 10809 msgstr "" 10810 10811 #: config/tc-iq2000.c:922 10812 msgid "missing `.end'" 10813 msgstr "" 10814 10815 #: config/tc-kvx.c:1737 10816 msgid "signed16 PCREL value out of range" 10817 msgstr "" 10818 10819 #: config/tc-kvx.c:1745 10820 msgid "signed43 PCREL value out of range" 10821 msgstr "" 10822 10823 #: config/tc-kvx.c:1752 10824 msgid "signed37 PCREL value out of range" 10825 msgstr "" 10826 10827 #: config/tc-loongarch.c:501 10828 #, c-format 10829 msgid "insn name: %s\tformat: %s\tsyntax error" 10830 msgstr "" 10831 10832 #: config/tc-loongarch.c:504 10833 #, c-format 10834 msgid "" 10835 "insn name: %s\n" 10836 "format: %s\n" 10837 "we want macro but macro is NULL" 10838 msgstr "" 10839 10840 #: config/tc-loongarch.c:509 10841 #, c-format 10842 msgid "" 10843 "insn name: %s\n" 10844 "format: %s\n" 10845 "macro: %s\tsyntax error" 10846 msgstr "" 10847 10848 #: config/tc-loongarch.c:550 10849 #, c-format 10850 msgid "Unsupported use of %s" 10851 msgstr "" 10852 10853 #: config/tc-loongarch.c:607 config/tc-riscv.c:5124 10854 msgid ".option pop with no .option push" 10855 msgstr "" 10856 10857 #: config/tc-loongarch.c:617 config/tc-riscv.c:5138 10858 #, c-format 10859 msgid "unrecognized .option directive: %s" 10860 msgstr "" 10861 10862 #: config/tc-loongarch.c:680 10863 msgid "internal error: we have no internal label yet" 10864 msgstr "" 10865 10866 #: config/tc-loongarch.c:785 10867 msgid "This label shouldn't be with addend." 10868 msgstr "" 10869 10870 #: config/tc-loongarch.c:831 10871 msgid "expr too huge" 10872 msgstr "" 10873 10874 #: config/tc-loongarch.c:858 10875 #, c-format 10876 msgid "" 10877 "not support reloc bit-field\n" 10878 "fmt: %c%c %s\n" 10879 "args: %s" 10880 msgstr "" 10881 10882 #: config/tc-loongarch.c:929 config/tc-loongarch.c:952 10883 #, c-format 10884 msgid "register alias %s is deprecated, use %s instead" 10885 msgstr "" 10886 10887 #: config/tc-loongarch.c:985 10888 msgid "unknown escape" 10889 msgstr "" 10890 10891 #: config/tc-loongarch.c:1012 10892 #, c-format 10893 msgid "require imm low %d bit is 0." 10894 msgstr "" 10895 10896 #. How to do after we detect overflow. 10897 #: config/tc-loongarch.c:1024 10898 #, c-format 10899 msgid "" 10900 "Immediate overflow.\n" 10901 "format: %c%c%s\n" 10902 "arg: %s" 10903 msgstr "" 10904 10905 #: config/tc-loongarch.c:1106 10906 msgid "" 10907 "atomic memory operations insns require rd != rj && rd != rk when rd isn't r0" 10908 msgstr "" 10909 10910 #: config/tc-loongarch.c:1120 10911 msgid "bstr(ins|pick).[wd] require msbd >= lsbd" 10912 msgstr "" 10913 10914 #: config/tc-loongarch.c:1130 10915 msgid "g?csrxchg require rj != r0 && rj != r1" 10916 msgstr "" 10917 10918 #: config/tc-loongarch.c:1236 10919 #, c-format 10920 msgid "no HOWTO loong relocation number %d" 10921 msgstr "" 10922 10923 #: config/tc-loongarch.c:1249 10924 msgid "Internal error: not support relax now" 10925 msgstr "" 10926 10927 #: config/tc-loongarch.c:1311 10928 #, c-format 10929 msgid "li overflow: hi32:0x%x lo32:0x%x" 10930 msgstr "" 10931 10932 #: config/tc-loongarch.c:1316 10933 msgid "we can't li.d on 32bit-arch" 10934 msgstr "" 10935 10936 #: config/tc-loongarch.c:1416 10937 #, c-format 10938 msgid "no match insn: %s\t%s" 10939 msgstr "" 10940 10941 #: config/tc-loongarch.c:1587 config/tc-loongarch.c:1594 10942 msgid "Relocation against a constant" 10943 msgstr "" 10944 10945 #: config/tc-loongarch.c:1802 config/tc-riscv.c:4821 10946 #, c-format 10947 msgid "internal: bad CFA value #%d" 10948 msgstr "" 10949 10950 #: config/tc-loongarch.c:1814 10951 msgid "Relocation against a constant." 10952 msgstr "" 10953 10954 #: config/tc-loongarch.c:1895 config/tc-riscv.c:5359 10955 #, c-format 10956 msgid "cannot represent %s relocation in object file" 10957 msgstr "" 10958 10959 #: config/tc-loongarch.c:1924 10960 #, c-format 10961 msgid "unknown register `%s`" 10962 msgstr "" 10963 10964 #: config/tc-loongarch.c:1998 10965 #, c-format 10966 msgid "LARCH options:\n" 10967 msgstr "" 10968 10969 #. FIXME 10970 #: config/tc-loongarch.c:2000 10971 #, c-format 10972 msgid "" 10973 " -mthin-add-sub\t Convert a pair of R_LARCH_ADD32/64 and R_LARCH_SUB32/64 " 10974 "to\n" 10975 "\t\t\t R_LARCH_32/64_PCREL as much as possible\n" 10976 "\t\t\t The option does not affect the generation of R_LARCH_32_PCREL\n" 10977 "\t\t\t relocations in .eh_frame\n" 10978 " -mignore-start-align\t Ignore .align if it is at the start of a section. " 10979 "This option\n" 10980 "\t\t\t can't be used when partial linking (ld -r).\n" 10981 msgstr "" 10982 10983 #: config/tc-loongarch.c:2053 10984 msgid "internal error: cannot get align symbol" 10985 msgstr "" 10986 10987 #: config/tc-m32c.c:139 10988 #, c-format 10989 msgid " M32C specific command line options:\n" 10990 msgstr "" 10991 10992 #. Pretend that we do not recognise this option. 10993 #: config/tc-m32r.c:330 10994 msgid "Unrecognised option: -hidden" 10995 msgstr "" 10996 10997 #: config/tc-m32r.c:357 config/tc-sparc.c:602 10998 msgid "Unrecognized option following -K" 10999 msgstr "" 11000 11001 #: config/tc-m32r.c:372 11002 #, c-format 11003 msgid " M32R specific command line options:\n" 11004 msgstr "" 11005 11006 #: config/tc-m32r.c:374 11007 #, c-format 11008 msgid "" 11009 " -m32r disable support for the m32rx instruction set\n" 11010 msgstr "" 11011 11012 #: config/tc-m32r.c:376 11013 #, c-format 11014 msgid " -m32rx support the extended m32rx instruction set\n" 11015 msgstr "" 11016 11017 #: config/tc-m32r.c:378 11018 #, c-format 11019 msgid " -m32r2 support the extended m32r2 instruction set\n" 11020 msgstr "" 11021 11022 #: config/tc-m32r.c:380 11023 #, c-format 11024 msgid " -EL,-little produce little endian code and data\n" 11025 msgstr "" 11026 11027 #: config/tc-m32r.c:382 11028 #, c-format 11029 msgid " -EB,-big produce big endian code and data\n" 11030 msgstr "" 11031 11032 #: config/tc-m32r.c:384 11033 #, c-format 11034 msgid " -parallel try to combine instructions in parallel\n" 11035 msgstr "" 11036 11037 #: config/tc-m32r.c:386 11038 #, c-format 11039 msgid " -no-parallel disable -parallel\n" 11040 msgstr "" 11041 11042 #: config/tc-m32r.c:388 11043 #, c-format 11044 msgid "" 11045 " -no-bitinst disallow the M32R2's extended bit-field " 11046 "instructions\n" 11047 msgstr "" 11048 11049 #: config/tc-m32r.c:390 11050 #, c-format 11051 msgid " -O try to optimize code. Implies -parallel\n" 11052 msgstr "" 11053 11054 #: config/tc-m32r.c:393 11055 #, c-format 11056 msgid "" 11057 " -warn-explicit-parallel-conflicts warn when parallel instructions\n" 11058 msgstr "" 11059 11060 #: config/tc-m32r.c:395 11061 #, c-format 11062 msgid " might violate constraints\n" 11063 msgstr "" 11064 11065 #: config/tc-m32r.c:397 11066 #, c-format 11067 msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n" 11068 msgstr "" 11069 11070 #: config/tc-m32r.c:399 11071 #, c-format 11072 msgid "" 11073 " instructions might violate " 11074 "constraints\n" 11075 msgstr "" 11076 11077 #: config/tc-m32r.c:401 11078 #, c-format 11079 msgid "" 11080 " -Wp synonym for -warn-explicit-parallel-conflicts\n" 11081 msgstr "" 11082 11083 #: config/tc-m32r.c:403 11084 #, c-format 11085 msgid "" 11086 " -Wnp synonym for -no-warn-explicit-parallel-conflicts\n" 11087 msgstr "" 11088 11089 #: config/tc-m32r.c:405 11090 #, c-format 11091 msgid "" 11092 " -ignore-parallel-conflicts do not check parallel instructions\n" 11093 msgstr "" 11094 11095 #: config/tc-m32r.c:407 11096 #, c-format 11097 msgid " for constraint violations\n" 11098 msgstr "" 11099 11100 #: config/tc-m32r.c:409 11101 #, c-format 11102 msgid "" 11103 " -no-ignore-parallel-conflicts check parallel instructions for\n" 11104 msgstr "" 11105 11106 #: config/tc-m32r.c:411 11107 #, c-format 11108 msgid " constraint violations\n" 11109 msgstr "" 11110 11111 #: config/tc-m32r.c:413 11112 #, c-format 11113 msgid " -Ip synonym for -ignore-parallel-conflicts\n" 11114 msgstr "" 11115 11116 #: config/tc-m32r.c:415 11117 #, c-format 11118 msgid " -nIp synonym for -no-ignore-parallel-conflicts\n" 11119 msgstr "" 11120 11121 #: config/tc-m32r.c:418 11122 #, c-format 11123 msgid "" 11124 " -warn-unmatched-high warn when an (s)high reloc has no matching low " 11125 "reloc\n" 11126 msgstr "" 11127 11128 #: config/tc-m32r.c:420 11129 #, c-format 11130 msgid " -no-warn-unmatched-high do not warn about missing low relocs\n" 11131 msgstr "" 11132 11133 #: config/tc-m32r.c:422 11134 #, c-format 11135 msgid " -Wuh synonym for -warn-unmatched-high\n" 11136 msgstr "" 11137 11138 #: config/tc-m32r.c:424 11139 #, c-format 11140 msgid " -Wnuh synonym for -no-warn-unmatched-high\n" 11141 msgstr "" 11142 11143 #: config/tc-m32r.c:427 11144 #, c-format 11145 msgid " -KPIC generate PIC\n" 11146 msgstr "" 11147 11148 #: config/tc-m32r.c:847 11149 msgid "instructions write to the same destination register." 11150 msgstr "" 11151 11152 #: config/tc-m32r.c:855 11153 msgid "Instructions do not use parallel execution pipelines." 11154 msgstr "" 11155 11156 #: config/tc-m32r.c:863 11157 msgid "Instructions share the same execution pipeline" 11158 msgstr "" 11159 11160 #: config/tc-m32r.c:928 config/tc-m32r.c:1042 11161 #, c-format 11162 msgid "not a 16 bit instruction '%s'" 11163 msgstr "" 11164 11165 #: config/tc-m32r.c:940 config/tc-m32r.c:1054 config/tc-m32r.c:1238 11166 #, c-format 11167 msgid "instruction '%s' is for the M32R2 only" 11168 msgstr "" 11169 11170 #: config/tc-m32r.c:953 config/tc-m32r.c:1067 config/tc-m32r.c:1251 11171 #, c-format 11172 msgid "unknown instruction '%s'" 11173 msgstr "" 11174 11175 #: config/tc-m32r.c:962 config/tc-m32r.c:1074 config/tc-m32r.c:1258 11176 #, c-format 11177 msgid "instruction '%s' is for the M32RX only" 11178 msgstr "" 11179 11180 #: config/tc-m32r.c:971 config/tc-m32r.c:1083 11181 #, c-format 11182 msgid "instruction '%s' cannot be executed in parallel." 11183 msgstr "" 11184 11185 #: config/tc-m32r.c:1026 config/tc-m32r.c:1108 config/tc-m32r.c:1315 11186 msgid "internal error: lookup/get operands failed" 11187 msgstr "" 11188 11189 #: config/tc-m32r.c:1093 11190 #, c-format 11191 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r" 11192 msgstr "" 11193 11194 #: config/tc-m32r.c:1122 11195 #, c-format 11196 msgid "" 11197 "%s: output of 1st instruction is the same as an input to 2nd instruction - " 11198 "is this intentional ?" 11199 msgstr "" 11200 11201 #: config/tc-m32r.c:1126 11202 #, c-format 11203 msgid "" 11204 "%s: output of 2nd instruction is the same as an input to 1st instruction - " 11205 "is this intentional ?" 11206 msgstr "" 11207 11208 #: config/tc-m32r.c:1489 config/tc-microblaze.c:175 11209 msgid "Expected comma after symbol-name: rest of line ignored." 11210 msgstr "" 11211 11212 #: config/tc-m32r.c:1499 11213 #, c-format 11214 msgid ".SCOMMon length (%ld.) <0! Ignored." 11215 msgstr "" 11216 11217 #: config/tc-m32r.c:1513 config/tc-microblaze.c:197 config/tc-ppc.c:2421 11218 #: config/tc-ppc.c:4354 config/tc-ppc.c:4409 11219 msgid "ignoring bad alignment" 11220 msgstr "" 11221 11222 #: config/tc-m32r.c:1525 config/tc-microblaze.c:232 config/tc-v850.c:379 11223 msgid "Common alignment not a power of 2" 11224 msgstr "" 11225 11226 #: config/tc-m32r.c:1540 config/tc-microblaze.c:208 11227 #, c-format 11228 msgid "Ignoring attempt to re-define symbol `%s'." 11229 msgstr "" 11230 11231 #: config/tc-m32r.c:1549 11232 #, c-format 11233 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld." 11234 msgstr "" 11235 11236 #: config/tc-m32r.c:1925 config/tc-m32r.c:1978 config/tc-nds32.c:4781 11237 #: config/tc-nds32.c:4825 config/tc-sh.c:391 config/tc-sh.c:2048 11238 msgid "Invalid PIC expression." 11239 msgstr "" 11240 11241 #: config/tc-m32r.c:2069 11242 msgid "Unmatched high/shigh reloc" 11243 msgstr "" 11244 11245 #: config/tc-m68hc11.c:415 11246 #, c-format 11247 msgid "" 11248 "Motorola 68HC11/68HC12/68HCS12 options:\n" 11249 " -m68hc11 | -m68hc12 |\n" 11250 " -m68hcs12 | -mm9s12x |\n" 11251 " -mm9s12xg specify the processor [default %s]\n" 11252 " -mshort use 16-bit int ABI (default)\n" 11253 " -mlong use 32-bit int ABI\n" 11254 " -mshort-double use 32-bit double ABI\n" 11255 " -mlong-double use 64-bit double ABI (default)\n" 11256 " --force-long-branches always turn relative branches into absolute ones\n" 11257 " -S,--short-branches do not turn relative branches into absolute ones\n" 11258 " when the offset is out of range\n" 11259 " --strict-direct-mode do not turn the direct mode into extended mode\n" 11260 " when the instruction does not support direct mode\n" 11261 " --print-insn-syntax print the syntax of instruction in case of error\n" 11262 " --print-opcodes print the list of instructions with syntax\n" 11263 " --xgate-ramoffset offset ram addresses by 0xc000\n" 11264 " --generate-example generate an example of each instruction\n" 11265 " (used for testing)\n" 11266 msgstr "" 11267 11268 #: config/tc-m68hc11.c:463 config/tc-xgate.c:284 11269 #, c-format 11270 msgid "Default target `%s' is not supported." 11271 msgstr "" 11272 11273 #. Dump the opcode statistics table. 11274 #: config/tc-m68hc11.c:481 11275 #, c-format 11276 msgid "Name # Modes Min ops Max ops Modes mask # Used\n" 11277 msgstr "" 11278 11279 #: config/tc-m68hc11.c:560 11280 #, c-format 11281 msgid "Option `%s' is not recognized." 11282 msgstr "" 11283 11284 #: config/tc-m68hc11.c:746 11285 msgid "imm3" 11286 msgstr "" 11287 11288 #: config/tc-m68hc11.c:754 11289 msgid "RD" 11290 msgstr "" 11291 11292 #: config/tc-m68hc11.c:762 11293 msgid "RD,RS" 11294 msgstr "" 11295 11296 #: config/tc-m68hc11.c:770 11297 msgid "RI, #imm4" 11298 msgstr "" 11299 11300 #: config/tc-m68hc11.c:802 11301 msgid "RD, (RI,#offs5)" 11302 msgstr "" 11303 11304 #: config/tc-m68hc11.c:854 11305 msgid "#<imm8>" 11306 msgstr "" 11307 11308 #: config/tc-m68hc11.c:863 11309 msgid "#<imm16>" 11310 msgstr "" 11311 11312 #: config/tc-m68hc11.c:872 config/tc-m68hc11.c:881 11313 msgid "<imm8>,X" 11314 msgstr "" 11315 11316 #: config/tc-m68hc11.c:908 11317 msgid "*<abs8>" 11318 msgstr "" 11319 11320 #: config/tc-m68hc11.c:920 11321 msgid "#<mask>" 11322 msgstr "" 11323 11324 #: config/tc-m68hc11.c:930 11325 #, c-format 11326 msgid "symbol%d" 11327 msgstr "" 11328 11329 #: config/tc-m68hc11.c:932 11330 msgid "<abs>" 11331 msgstr "" 11332 11333 #: config/tc-m68hc11.c:951 11334 msgid "<label>" 11335 msgstr "" 11336 11337 #: config/tc-m68hc11.c:967 11338 #, c-format 11339 msgid "" 11340 "# Example of `%s' instructions\n" 11341 "\t.sect .text\n" 11342 "_start:\n" 11343 msgstr "" 11344 11345 #: config/tc-m68hc11.c:1014 11346 #, c-format 11347 msgid "Instruction `%s' is not recognized." 11348 msgstr "" 11349 11350 #: config/tc-m68hc11.c:1019 11351 #, c-format 11352 msgid "Instruction formats for `%s':" 11353 msgstr "" 11354 11355 #: config/tc-m68hc11.c:1171 11356 #, c-format 11357 msgid "Immediate operand is not allowed for operand %d." 11358 msgstr "" 11359 11360 #: config/tc-m68hc11.c:1215 11361 msgid "Indirect indexed addressing is not valid for 68HC11." 11362 msgstr "" 11363 11364 #: config/tc-m68hc11.c:1235 11365 msgid "Spurious `,' or bad indirect register addressing mode." 11366 msgstr "" 11367 11368 #: config/tc-m68hc11.c:1257 11369 msgid "Missing second register or offset for indexed-indirect mode." 11370 msgstr "" 11371 11372 #: config/tc-m68hc11.c:1267 11373 msgid "Missing second register for indexed-indirect mode." 11374 msgstr "" 11375 11376 #: config/tc-m68hc11.c:1283 11377 msgid "Missing `]' to close indexed-indirect mode." 11378 msgstr "" 11379 11380 #: config/tc-m68hc11.c:1328 config/tc-m68hc11.c:2960 config/tc-m68hc11.c:3072 11381 #: config/tc-m68hc11.c:3146 config/tc-m68hc11.c:3330 config/tc-m68hc11.c:3401 11382 msgid "Illegal operand." 11383 msgstr "" 11384 11385 #. Looks like OP_R_R. 11386 #: config/tc-m68hc11.c:1333 config/tc-m68hc11.c:2965 config/tc-m68hc11.c:3077 11387 #: config/tc-m68hc11.c:3151 config/tc-m68hc11.c:3257 config/tc-m68hc11.c:3309 11388 #: config/tc-m68hc11.c:3317 config/tc-m68hc11.c:3335 11389 msgid "Missing operand." 11390 msgstr "" 11391 11392 #: config/tc-m68hc11.c:1386 11393 msgid "Pre-increment mode is not valid for 68HC11" 11394 msgstr "" 11395 11396 #: config/tc-m68hc11.c:1399 11397 msgid "Wrong register in register indirect mode." 11398 msgstr "" 11399 11400 #: config/tc-m68hc11.c:1407 11401 msgid "Missing `]' to close register indirect operand." 11402 msgstr "" 11403 11404 #: config/tc-m68hc11.c:1427 11405 msgid "Post-decrement mode is not valid for 68HC11." 11406 msgstr "" 11407 11408 #: config/tc-m68hc11.c:1435 11409 msgid "Post-increment mode is not valid for 68HC11." 11410 msgstr "" 11411 11412 #: config/tc-m68hc11.c:1453 11413 msgid "Invalid indexed indirect mode." 11414 msgstr "" 11415 11416 #: config/tc-m68hc11.c:1577 11417 #, c-format 11418 msgid "Trap id `%<PRId64>' is out of range." 11419 msgstr "" 11420 11421 #: config/tc-m68hc11.c:1582 11422 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]." 11423 msgstr "" 11424 11425 #: config/tc-m68hc11.c:1589 config/tc-m68hc11.c:1741 11426 #, c-format 11427 msgid "Operand out of 8-bit range: `%<PRId64>'." 11428 msgstr "" 11429 11430 #: config/tc-m68hc11.c:1597 11431 msgid "The trap id must be a constant." 11432 msgstr "" 11433 11434 #: config/tc-m68hc11.c:1629 config/tc-m68hc11.c:1784 config/tc-xgate.c:1346 11435 #, c-format 11436 msgid "Operand `%x' not recognized in fixup8." 11437 msgstr "" 11438 11439 #: config/tc-m68hc11.c:1646 config/tc-m68hc11.c:1694 11440 #, c-format 11441 msgid "Operand out of 16-bit range: `%<PRId64>'." 11442 msgstr "" 11443 11444 #: config/tc-m68hc11.c:1677 config/tc-m68hc11.c:1708 11445 #, c-format 11446 msgid "Operand `%x' not recognized in fixup16." 11447 msgstr "" 11448 11449 #: config/tc-m68hc11.c:1801 11450 #, c-format 11451 msgid "Unexpected branch conversion with `%x'" 11452 msgstr "" 11453 11454 #: config/tc-m68hc11.c:1887 config/tc-m68hc11.c:2018 11455 #, c-format 11456 msgid "Operand out of range for a relative branch: `%ld'" 11457 msgstr "" 11458 11459 #: config/tc-m68hc11.c:1986 11460 msgid "Invalid register for dbcc/tbcc instruction." 11461 msgstr "" 11462 11463 #: config/tc-m68hc11.c:2074 11464 #, c-format 11465 msgid "Increment/decrement value is out of range: `%ld'." 11466 msgstr "" 11467 11468 #: config/tc-m68hc11.c:2086 11469 msgid "Expecting a register." 11470 msgstr "" 11471 11472 #: config/tc-m68hc11.c:2101 11473 msgid "Invalid register for post/pre increment." 11474 msgstr "" 11475 11476 #: config/tc-m68hc11.c:2131 11477 msgid "Invalid register." 11478 msgstr "" 11479 11480 #: config/tc-m68hc11.c:2138 11481 #, c-format 11482 msgid "Offset out of 16-bit range: %ld." 11483 msgstr "" 11484 11485 #: config/tc-m68hc11.c:2144 11486 #, c-format 11487 msgid "Offset out of 5-bit range for movw/movb insn: %ld." 11488 msgstr "" 11489 11490 #: config/tc-m68hc11.c:2269 11491 msgid "Expecting register D for indexed indirect mode." 11492 msgstr "" 11493 11494 #: config/tc-m68hc11.c:2271 11495 msgid "Indexed indirect mode is not allowed for movb/movw." 11496 msgstr "" 11497 11498 #: config/tc-m68hc11.c:2288 11499 msgid "Invalid accumulator register." 11500 msgstr "" 11501 11502 #: config/tc-m68hc11.c:2314 11503 msgid "Invalid indexed register." 11504 msgstr "" 11505 11506 #: config/tc-m68hc11.c:2324 11507 msgid "Addressing mode not implemented yet." 11508 msgstr "" 11509 11510 #: config/tc-m68hc11.c:2338 11511 msgid "Invalid source register for this instruction, use 'tfr'." 11512 msgstr "" 11513 11514 #: config/tc-m68hc11.c:2340 11515 msgid "Invalid source register." 11516 msgstr "" 11517 11518 #: config/tc-m68hc11.c:2345 11519 msgid "Invalid destination register for this instruction, use 'tfr'." 11520 msgstr "" 11521 11522 #: config/tc-m68hc11.c:2347 11523 msgid "Invalid destination register." 11524 msgstr "" 11525 11526 #: config/tc-m68hc11.c:2522 11527 msgid "Invalid indexed register, expecting register X." 11528 msgstr "" 11529 11530 #: config/tc-m68hc11.c:2524 11531 msgid "Invalid indexed register, expecting register Y." 11532 msgstr "" 11533 11534 #: config/tc-m68hc11.c:2843 config/tc-s12z.c:3802 11535 msgid "No instruction or missing opcode." 11536 msgstr "" 11537 11538 #: config/tc-m68hc11.c:2853 config/tc-m68hc11.c:3530 11539 #, c-format 11540 msgid "Opcode `%s' is not recognized." 11541 msgstr "" 11542 11543 #: config/tc-m68hc11.c:2902 config/tc-m68hc11.c:3451 config/tc-m68hc11.c:3552 11544 #, c-format 11545 msgid "Garbage at end of instruction: `%s'." 11546 msgstr "" 11547 11548 #: config/tc-m68hc11.c:3439 11549 #, c-format 11550 msgid "Failed to find a valid mode for `%s'." 11551 msgstr "" 11552 11553 #: config/tc-m68hc11.c:3463 config/tc-m68hc11.c:3680 config/tc-m68hc11.c:3686 11554 #, c-format 11555 msgid "Invalid operand for `%s'" 11556 msgstr "" 11557 11558 #: config/tc-m68hc11.c:3738 11559 #, c-format 11560 msgid "Invalid mode: %s\n" 11561 msgstr "" 11562 11563 #: config/tc-m68hc11.c:3797 11564 msgid "bad .relax format" 11565 msgstr "" 11566 11567 #: config/tc-m68hc11.c:3841 config/tc-s12z.c:3895 config/tc-xgate.c:627 11568 #, c-format 11569 msgid "Relocation %d is not supported by object file format." 11570 msgstr "" 11571 11572 #: config/tc-m68hc11.c:4118 11573 msgid "bra or bsr with undefined symbol." 11574 msgstr "" 11575 11576 #: config/tc-m68hc11.c:4219 config/tc-m68hc11.c:4276 11577 #, c-format 11578 msgid "Subtype %d is not recognized." 11579 msgstr "" 11580 11581 #: config/tc-m68hc11.c:4365 config/tc-s12z.c:3976 config/tc-xgate.c:705 11582 #: config/tc-xgate.c:714 11583 msgid "Value out of 16-bit range." 11584 msgstr "" 11585 11586 #: config/tc-m68hc11.c:4387 11587 #, c-format 11588 msgid "Value %ld too large for 8-bit PC-relative branch." 11589 msgstr "" 11590 11591 #: config/tc-m68hc11.c:4397 config/tc-xgate.c:671 11592 #, c-format 11593 msgid "Value %ld too large for 9-bit PC-relative branch." 11594 msgstr "" 11595 11596 #: config/tc-m68hc11.c:4406 config/tc-xgate.c:688 11597 #, c-format 11598 msgid "Value %ld too large for 10-bit PC-relative branch." 11599 msgstr "" 11600 11601 #: config/tc-m68hc11.c:4414 11602 #, c-format 11603 msgid "Auto increment/decrement offset '%ld' is out of range." 11604 msgstr "" 11605 11606 #: config/tc-m68hc11.c:4427 11607 #, c-format 11608 msgid "Offset out of 5-bit range for movw/movb insn: %ld" 11609 msgstr "" 11610 11611 #: config/tc-m68hc11.c:4438 11612 #, c-format 11613 msgid "Offset out of 9-bit range for movw/movb insn: %ld" 11614 msgstr "" 11615 11616 #: config/tc-m68hc11.c:4450 11617 #, c-format 11618 msgid "Offset out of 16-bit range for movw/movb insn: %ld" 11619 msgstr "" 11620 11621 #: config/tc-m68hc11.c:4467 config/tc-s12z.c:3982 config/tc-xgate.c:749 11622 #, c-format 11623 msgid "Line %d: unknown relocation type: 0x%x." 11624 msgstr "" 11625 11626 #: config/tc-m68hc11.c:4492 config/tc-z80.c:3479 config/tc-z80.c:3499 11627 msgid "Invalid directive" 11628 msgstr "" 11629 11630 #: config/tc-m68k.c:1123 11631 #, c-format 11632 msgid "Can not do %d byte pc-relative relocation" 11633 msgstr "" 11634 11635 #: config/tc-m68k.c:1125 11636 #, c-format 11637 msgid "Can not do %d byte pc-relative pic relocation" 11638 msgstr "" 11639 11640 #: config/tc-m68k.c:1130 11641 #, c-format 11642 msgid "Can not do %d byte relocation" 11643 msgstr "" 11644 11645 #: config/tc-m68k.c:1132 11646 #, c-format 11647 msgid "Can not do %d byte pic relocation" 11648 msgstr "" 11649 11650 #: config/tc-m68k.c:1202 11651 #, c-format 11652 msgid "Unable to produce reloc against symbol '%s'" 11653 msgstr "" 11654 11655 #: config/tc-m68k.c:1261 config/tc-vax.c:2322 11656 #, c-format 11657 msgid "Cannot make %s relocation PC relative" 11658 msgstr "" 11659 11660 #: config/tc-m68k.c:1343 config/tc-vax.c:1872 11661 msgid "No operator" 11662 msgstr "" 11663 11664 #: config/tc-m68k.c:1373 config/tc-vax.c:1888 11665 msgid "Unknown operator" 11666 msgstr "" 11667 11668 #: config/tc-m68k.c:2276 11669 msgid "invalid instruction for this architecture; needs " 11670 msgstr "" 11671 11672 #: config/tc-m68k.c:2284 11673 msgid "hardware divide" 11674 msgstr "" 11675 11676 #: config/tc-m68k.c:2306 config/tc-m68k.c:2310 config/tc-m68k.c:2314 11677 msgid "or higher" 11678 msgstr "" 11679 11680 #: config/tc-m68k.c:2367 11681 msgid "operands mismatch" 11682 msgstr "" 11683 11684 #: config/tc-m68k.c:2431 config/tc-m68k.c:2437 config/tc-m68k.c:2443 11685 #: config/tc-mmix.c:2498 config/tc-mmix.c:2522 11686 msgid "operand out of range" 11687 msgstr "" 11688 11689 #: config/tc-m68k.c:2500 11690 #, c-format 11691 msgid "Bignum too big for %c format; truncated" 11692 msgstr "" 11693 11694 #: config/tc-m68k.c:2577 11695 msgid "displacement too large for this architecture; needs 68020 or higher" 11696 msgstr "" 11697 11698 #: config/tc-m68k.c:2685 11699 msgid "" 11700 "scale factor invalid on this architecture; needs cpu32 or 68020 or higher" 11701 msgstr "" 11702 11703 #: config/tc-m68k.c:2690 11704 msgid "invalid index size for coldfire" 11705 msgstr "" 11706 11707 #: config/tc-m68k.c:2743 11708 msgid "Forcing byte displacement" 11709 msgstr "" 11710 11711 #: config/tc-m68k.c:2745 11712 msgid "byte displacement out of range" 11713 msgstr "" 11714 11715 #: config/tc-m68k.c:2790 config/tc-m68k.c:2828 11716 msgid "invalid operand mode for this architecture; needs 68020 or higher" 11717 msgstr "" 11718 11719 #: config/tc-m68k.c:2814 config/tc-m68k.c:2848 11720 msgid ":b not permitted; defaulting to :w" 11721 msgstr "" 11722 11723 #: config/tc-m68k.c:2923 11724 msgid "unsupported byte value; use a different suffix" 11725 msgstr "" 11726 11727 #: config/tc-m68k.c:2938 11728 msgid "unknown/incorrect operand" 11729 msgstr "" 11730 11731 #: config/tc-m68k.c:2981 config/tc-m68k.c:2989 config/tc-m68k.c:2996 11732 #: config/tc-m68k.c:3003 11733 msgid "out of range" 11734 msgstr "" 11735 11736 #: config/tc-m68k.c:3074 11737 msgid "Can't use long branches on this architecture" 11738 msgstr "" 11739 11740 #: config/tc-m68k.c:3180 11741 msgid "Expression out of range, using 0" 11742 msgstr "" 11743 11744 #: config/tc-m68k.c:3381 config/tc-m68k.c:3397 11745 msgid "Floating point register in register list" 11746 msgstr "" 11747 11748 #: config/tc-m68k.c:3387 11749 msgid "Wrong register in floating-point reglist" 11750 msgstr "" 11751 11752 #: config/tc-m68k.c:3403 11753 msgid "incorrect register in reglist" 11754 msgstr "" 11755 11756 #: config/tc-m68k.c:3409 11757 msgid "wrong register in floating-point reglist" 11758 msgstr "" 11759 11760 #: config/tc-m68k.c:3820 config/tc-m68k.c:3852 config/tc-sparc.c:3146 11761 msgid "failed sanity check." 11762 msgstr "" 11763 11764 #. ERROR. 11765 #: config/tc-m68k.c:3882 11766 msgid "Extra )" 11767 msgstr "" 11768 11769 #. ERROR. 11770 #: config/tc-m68k.c:3893 11771 msgid "Missing )" 11772 msgstr "" 11773 11774 #: config/tc-m68k.c:3910 11775 msgid "Missing operand" 11776 msgstr "" 11777 11778 #: config/tc-m68k.c:4235 11779 #, c-format 11780 msgid "unrecognized default cpu `%s'" 11781 msgstr "" 11782 11783 #: config/tc-m68k.c:4289 11784 #, c-format 11785 msgid "%s -- statement `%s' ignored" 11786 msgstr "" 11787 11788 #: config/tc-m68k.c:4336 11789 #, c-format 11790 msgid "Don't know how to figure out width of %c in md_assemble()" 11791 msgstr "" 11792 11793 #: config/tc-m68k.c:4566 config/tc-m68k.c:4604 11794 #, c-format 11795 msgid "Internal Error: Can't find %s in hash table" 11796 msgstr "" 11797 11798 #: config/tc-m68k.c:4720 11799 #, c-format 11800 msgid "text label `%s' aligned to odd boundary" 11801 msgstr "" 11802 11803 #: config/tc-m68k.c:4879 11804 #, c-format 11805 msgid "value %ld out of range" 11806 msgstr "" 11807 11808 #: config/tc-m68k.c:4893 11809 msgid "invalid byte branch offset" 11810 msgstr "" 11811 11812 #: config/tc-m68k.c:4930 11813 msgid "short branch with zero offset: use :w" 11814 msgstr "" 11815 11816 #: config/tc-m68k.c:4974 11817 msgid "Conversion of PC relative BSR to absolute JSR" 11818 msgstr "" 11819 11820 #: config/tc-m68k.c:4985 11821 msgid "Conversion of PC relative branch to absolute jump" 11822 msgstr "" 11823 11824 #: config/tc-m68k.c:5002 config/tc-m68k.c:5059 11825 msgid "Conversion of PC relative conditional branch to absolute jump" 11826 msgstr "" 11827 11828 #: config/tc-m68k.c:5124 11829 msgid "Conversion of PC relative displacement to absolute" 11830 msgstr "" 11831 11832 #: config/tc-m68k.c:5307 11833 msgid "Tried to convert PC relative branch to absolute jump" 11834 msgstr "" 11835 11836 #: config/tc-m68k.c:5352 config/tc-m68k.c:5363 config/tc-m68k.c:5407 11837 msgid "expression out of range: defaulting to 1" 11838 msgstr "" 11839 11840 #: config/tc-m68k.c:5399 11841 msgid "expression out of range: defaulting to 0" 11842 msgstr "" 11843 11844 #: config/tc-m68k.c:5440 config/tc-m68k.c:5452 11845 #, c-format 11846 msgid "Can't deal with expression; defaulting to %ld" 11847 msgstr "" 11848 11849 #: config/tc-m68k.c:5466 11850 msgid "expression doesn't fit in BYTE" 11851 msgstr "" 11852 11853 #: config/tc-m68k.c:5470 11854 msgid "expression doesn't fit in WORD" 11855 msgstr "" 11856 11857 #: config/tc-m68k.c:5547 11858 #, c-format 11859 msgid "%s: unrecognized processor name" 11860 msgstr "" 11861 11862 #: config/tc-m68k.c:5608 11863 msgid "bad coprocessor id" 11864 msgstr "" 11865 11866 #: config/tc-m68k.c:5614 11867 msgid "unrecognized fopt option" 11868 msgstr "" 11869 11870 #: config/tc-m68k.c:5746 11871 #, c-format 11872 msgid "option `%s' may not be negated" 11873 msgstr "" 11874 11875 #: config/tc-m68k.c:5757 11876 #, c-format 11877 msgid "option `%s' not recognized" 11878 msgstr "" 11879 11880 #: config/tc-m68k.c:5786 11881 msgid "bad format of OPT NEST=depth" 11882 msgstr "" 11883 11884 #: config/tc-m68k.c:5842 11885 msgid "missing label" 11886 msgstr "" 11887 11888 #: config/tc-m68k.c:5868 11889 #, c-format 11890 msgid "bad register list: %s" 11891 msgstr "" 11892 11893 #: config/tc-m68k.c:5966 11894 msgid "restore without save" 11895 msgstr "" 11896 11897 #: config/tc-m68k.c:6119 config/tc-m68k.c:6488 11898 msgid "syntax error in structured control directive" 11899 msgstr "" 11900 11901 #: config/tc-m68k.c:6164 11902 msgid "missing condition code in structured control directive" 11903 msgstr "" 11904 11905 #: config/tc-m68k.c:6234 11906 #, c-format 11907 msgid "" 11908 "Condition <%c%c> in structured control directive can not be encoded correctly" 11909 msgstr "" 11910 11911 #: config/tc-m68k.c:6529 11912 msgid "missing then" 11913 msgstr "" 11914 11915 #: config/tc-m68k.c:6610 11916 msgid "else without matching if" 11917 msgstr "" 11918 11919 #: config/tc-m68k.c:6643 11920 msgid "endi without matching if" 11921 msgstr "" 11922 11923 #: config/tc-m68k.c:6683 11924 msgid "break outside of structured loop" 11925 msgstr "" 11926 11927 #: config/tc-m68k.c:6721 11928 msgid "next outside of structured loop" 11929 msgstr "" 11930 11931 #: config/tc-m68k.c:6771 11932 msgid "missing =" 11933 msgstr "" 11934 11935 #: config/tc-m68k.c:6809 11936 msgid "missing to or downto" 11937 msgstr "" 11938 11939 #: config/tc-m68k.c:6845 config/tc-m68k.c:6879 config/tc-m68k.c:7094 11940 msgid "missing do" 11941 msgstr "" 11942 11943 #: config/tc-m68k.c:6982 11944 msgid "endf without for" 11945 msgstr "" 11946 11947 #: config/tc-m68k.c:7036 11948 msgid "until without repeat" 11949 msgstr "" 11950 11951 #: config/tc-m68k.c:7129 11952 msgid "endw without while" 11953 msgstr "" 11954 11955 #: config/tc-m68k.c:7162 config/tc-m68k.c:7191 11956 msgid "already assembled instructions" 11957 msgstr "" 11958 11959 #: config/tc-m68k.c:7271 11960 #, c-format 11961 msgid "`%s' is deprecated, use `%s'" 11962 msgstr "" 11963 11964 #: config/tc-m68k.c:7290 11965 #, c-format 11966 msgid "cpu `%s' unrecognized" 11967 msgstr "" 11968 11969 #: config/tc-m68k.c:7309 11970 #, c-format 11971 msgid "architecture `%s' unrecognized" 11972 msgstr "" 11973 11974 #: config/tc-m68k.c:7330 11975 #, c-format 11976 msgid "extension `%s' unrecognized" 11977 msgstr "" 11978 11979 #: config/tc-m68k.c:7445 11980 #, c-format 11981 msgid "option `-A%s' is deprecated: use `-%s'" 11982 msgstr "" 11983 11984 #: config/tc-m68k.c:7478 11985 msgid "architecture features both enabled and disabled" 11986 msgstr "" 11987 11988 #: config/tc-m68k.c:7505 11989 msgid "selected processor does not have all features of selected architecture" 11990 msgstr "" 11991 11992 #: config/tc-m68k.c:7514 11993 msgid "m68k and cf features both selected" 11994 msgstr "" 11995 11996 #: config/tc-m68k.c:7526 11997 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 11998 msgstr "" 11999 12000 #: config/tc-m68k.c:7558 12001 #, c-format 12002 msgid "" 12003 "-march=<arch>\t\tset architecture\n" 12004 "-mcpu=<cpu>\t\tset cpu [default %s]\n" 12005 msgstr "" 12006 12007 #: config/tc-m68k.c:7563 12008 #, c-format 12009 msgid "-m[no-]%-16s enable/disable %s architecture extension\n" 12010 msgstr "" 12011 12012 #: config/tc-m68k.c:7569 12013 #, c-format 12014 msgid "" 12015 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" 12016 "-pic, -k\t\tgenerate position independent code\n" 12017 "-S\t\t\tturn jbsr into jsr\n" 12018 "--pcrel never turn PC-relative branches into absolute jumps\n" 12019 "--register-prefix-optional\n" 12020 "\t\t\trecognize register names without prefix character\n" 12021 "--bitwise-or\t\tdo not treat `|' as a comment character\n" 12022 "--base-size-default-16\tbase reg without size is 16 bits\n" 12023 "--base-size-default-32\tbase reg without size is 32 bits (default)\n" 12024 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n" 12025 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n" 12026 msgstr "" 12027 12028 #: config/tc-m68k.c:7583 12029 #, c-format 12030 msgid "Architecture variants are: " 12031 msgstr "" 12032 12033 #: config/tc-m68k.c:7592 12034 #, c-format 12035 msgid "Processor variants are: " 12036 msgstr "" 12037 12038 #: config/tc-m68k.c:7599 config/tc-xtensa.c:6413 12039 #, c-format 12040 msgid "\n" 12041 msgstr "" 12042 12043 #: config/tc-m68k.c:7630 12044 #, c-format 12045 msgid "Error %s in %s\n" 12046 msgstr "" 12047 12048 #: config/tc-m68k.c:7634 12049 #, c-format 12050 msgid "Opcode(%d.%s): " 12051 msgstr "" 12052 12053 #: config/tc-m68k.c:7779 12054 msgid "Not a defined coldfire architecture" 12055 msgstr "" 12056 12057 #: config/tc-m68k.c:7888 read.c:4871 12058 #, c-format 12059 msgid "%s relocations do not fit in %u byte" 12060 msgid_plural "%s relocations do not fit in %u bytes" 12061 msgstr[0] "" 12062 msgstr[1] "" 12063 12064 #: config/tc-m68k.c:7930 config/tc-ppc.c:2593 12065 msgid "unknown .gnu_attribute value" 12066 msgstr "" 12067 12068 #: config/tc-m68k.c:7974 12069 #, c-format 12070 msgid "Adjusted signed .word (%#lx) overflows: `switch'-statement too large." 12071 msgstr "" 12072 12073 #: config/tc-mcore.c:521 config/tc-microblaze.c:486 config/tc-microblaze.c:514 12074 #: config/tc-microblaze.c:551 config/tc-microblaze.c:563 12075 #, c-format 12076 msgid "register expected, but saw '%.6s'" 12077 msgstr "" 12078 12079 #: config/tc-mcore.c:603 12080 #, c-format 12081 msgid "control register expected, but saw '%.6s'" 12082 msgstr "" 12083 12084 #: config/tc-mcore.c:639 12085 msgid "bad/missing psr specifier" 12086 msgstr "" 12087 12088 #: config/tc-mcore.c:784 12089 #, c-format 12090 msgid "operand must be absolute in range %u..%u, not %ld" 12091 msgstr "" 12092 12093 #: config/tc-mcore.c:819 12094 msgid "operand must be a multiple of 4" 12095 msgstr "" 12096 12097 #: config/tc-mcore.c:826 12098 msgid "operand must be a multiple of 2" 12099 msgstr "" 12100 12101 #: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410 12102 msgid "base register expected" 12103 msgstr "" 12104 12105 #: config/tc-mcore.c:888 config/tc-microblaze.c:919 12106 #: config/tc-microblaze.c:1051 config/tc-microblaze.c:1083 12107 #: config/tc-microblaze.c:1617 config/tc-microblaze.c:1683 12108 #: config/tc-microblaze.c:1756 config/tc-microblaze.c:2176 12109 #: config/tc-microblaze.c:2224 12110 #, c-format 12111 msgid "unknown opcode \"%s\"" 12112 msgstr "" 12113 12114 #: config/tc-mcore.c:931 12115 msgid "invalid register: r15 illegal" 12116 msgstr "" 12117 12118 #: config/tc-mcore.c:980 config/tc-mcore.c:1561 12119 msgid "M340 specific opcode used when assembling for M210" 12120 msgstr "" 12121 12122 #: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057 12123 #: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133 12124 #: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224 12125 #: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302 12126 #: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449 12127 #: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553 12128 msgid "second operand missing" 12129 msgstr "" 12130 12131 #: config/tc-mcore.c:1014 12132 msgid "destination register must be r1" 12133 msgstr "" 12134 12135 #: config/tc-mcore.c:1035 12136 msgid "source register must be r1" 12137 msgstr "" 12138 12139 #: config/tc-mcore.c:1099 config/tc-mcore.c:1156 12140 msgid "immediate is not a power of two" 12141 msgstr "" 12142 12143 #: config/tc-mcore.c:1127 12144 msgid "translating bgeni to movi" 12145 msgstr "" 12146 12147 #: config/tc-mcore.c:1196 12148 msgid "translating bmaski to movi" 12149 msgstr "" 12150 12151 #: config/tc-mcore.c:1272 12152 #, c-format 12153 msgid "displacement too large (%d)" 12154 msgstr "" 12155 12156 #: config/tc-mcore.c:1286 12157 msgid "Invalid register: r0 and r15 illegal" 12158 msgstr "" 12159 12160 #: config/tc-mcore.c:1317 12161 msgid "bad starting register: r0 and r15 invalid" 12162 msgstr "" 12163 12164 #: config/tc-mcore.c:1330 12165 msgid "ending register must be r15" 12166 msgstr "" 12167 12168 #: config/tc-mcore.c:1350 12169 msgid "bad base register: must be r0" 12170 msgstr "" 12171 12172 #: config/tc-mcore.c:1368 12173 msgid "first register must be r4" 12174 msgstr "" 12175 12176 #: config/tc-mcore.c:1379 12177 msgid "last register must be r7" 12178 msgstr "" 12179 12180 #: config/tc-mcore.c:1416 12181 msgid "reg-reg expected" 12182 msgstr "" 12183 12184 #: config/tc-mcore.c:1548 12185 msgid "zero used as immediate value" 12186 msgstr "" 12187 12188 #: config/tc-mcore.c:1575 12189 msgid "duplicated psr bit specifier" 12190 msgstr "" 12191 12192 #: config/tc-mcore.c:1581 12193 msgid "`af' must appear alone" 12194 msgstr "" 12195 12196 #: config/tc-mcore.c:1588 config/tc-microblaze.c:1794 12197 #, c-format 12198 msgid "unimplemented opcode \"%s\"" 12199 msgstr "" 12200 12201 #: config/tc-mcore.c:1597 config/tc-microblaze.c:1803 12202 #, c-format 12203 msgid "ignoring operands: %s " 12204 msgstr "" 12205 12206 #: config/tc-mcore.c:1673 12207 #, c-format 12208 msgid "unrecognised cpu type '%s'" 12209 msgstr "" 12210 12211 #: config/tc-mcore.c:1691 12212 #, c-format 12213 msgid "" 12214 "MCORE specific options:\n" 12215 " -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n" 12216 " -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n" 12217 " -cpu=[210|340] select CPU type\n" 12218 " -EB assemble for a big endian system (default)\n" 12219 " -EL assemble for a little endian system\n" 12220 msgstr "" 12221 12222 #: config/tc-mcore.c:1709 config/tc-microblaze.c:1911 12223 msgid "failed sanity check: short_jump" 12224 msgstr "" 12225 12226 #: config/tc-mcore.c:1719 config/tc-microblaze.c:1921 12227 msgid "failed sanity check: long_jump" 12228 msgstr "" 12229 12230 #: config/tc-mcore.c:1745 12231 #, c-format 12232 msgid "odd displacement at %x" 12233 msgstr "" 12234 12235 #: config/tc-mcore.c:1954 12236 #, c-format 12237 msgid "odd distance branch (0x%lx byte)" 12238 msgid_plural "odd distance branch (0x%lx bytes)" 12239 msgstr[0] "" 12240 msgstr[1] "" 12241 12242 #: config/tc-mcore.c:1961 12243 #, c-format 12244 msgid "pcrel for branch to %s too far (0x%lx)" 12245 msgstr "" 12246 12247 #: config/tc-mcore.c:1981 12248 #, c-format 12249 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)" 12250 msgstr "" 12251 12252 #: config/tc-mcore.c:1993 12253 #, c-format 12254 msgid "pcrel for loopt too far (0x%lx)" 12255 msgstr "" 12256 12257 #: config/tc-mcore.c:2189 config/tc-microblaze.c:2512 config/tc-tic30.c:1364 12258 #, c-format 12259 msgid "Can not do %d byte %srelocation" 12260 msgstr "" 12261 12262 #: config/tc-mcore.c:2191 config/tc-microblaze.c:2514 config/tc-tic30.c:1365 12263 msgid "pc-relative " 12264 msgstr "" 12265 12266 #: config/tc-mep.c:339 12267 #, c-format 12268 msgid "" 12269 "MeP specific command line options:\n" 12270 " -EB assemble for a big endian system\n" 12271 " -EL assemble for a little endian system (default)\n" 12272 " -mconfig=<name> specify a chip configuration to use\n" 12273 " -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n" 12274 " -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n" 12275 " -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n" 12276 " enable/disable the given opcodes\n" 12277 "\n" 12278 " If -mconfig is given, the other -m options modify it. Otherwise,\n" 12279 " if no -m options are given, all core opcodes are enabled;\n" 12280 " if any enabling -m options are given, only those are enabled;\n" 12281 " if only disabling -m options are given, only those are disabled.\n" 12282 msgstr "" 12283 12284 #: config/tc-mep.c:408 12285 msgid "$hi and $lo are disabled when MUL and DIV are off" 12286 msgstr "" 12287 12288 #: config/tc-mep.c:415 12289 msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off" 12290 msgstr "" 12291 12292 #: config/tc-mep.c:420 12293 msgid "$dbg and $depc are disabled when DEBUG is off" 12294 msgstr "" 12295 12296 #: config/tc-mep.c:611 12297 msgid "core and copro insn lengths must total 32 bits." 12298 msgstr "" 12299 12300 #: config/tc-mep.c:614 config/tc-mep.c:751 12301 msgid "vliw group must consist of 1 core and 1 copro insn." 12302 msgstr "" 12303 12304 #: config/tc-mep.c:748 12305 msgid "core and copro insn lengths must total 64 bits." 12306 msgstr "" 12307 12308 #: config/tc-mep.c:980 12309 #, c-format 12310 msgid "cannot pack %s with a 16-bit insn" 12311 msgstr "" 12312 12313 #: config/tc-mep.c:998 12314 #, c-format 12315 msgid "cannot pack %s and %s together with a 16-bit insn" 12316 msgstr "" 12317 12318 #: config/tc-mep.c:1004 12319 msgid "too many IVC2 insns to pack with a 16-bit core insn" 12320 msgstr "" 12321 12322 #: config/tc-mep.c:1019 12323 #, c-format 12324 msgid "cannot pack %s into slot P1" 12325 msgstr "" 12326 12327 #: config/tc-mep.c:1025 12328 msgid "too many IVC2 insns to pack with a 32-bit core insn" 12329 msgstr "" 12330 12331 #: config/tc-mep.c:1043 12332 #, c-format 12333 msgid "unable to pack %s by itself?" 12334 msgstr "" 12335 12336 #: config/tc-mep.c:1073 12337 #, c-format 12338 msgid "cannot pack %s and %s together" 12339 msgstr "" 12340 12341 #: config/tc-mep.c:1079 12342 msgid "too many IVC2 insns to pack together" 12343 msgstr "" 12344 12345 #. There are no insns in the queue and a plus is present. 12346 #. This is a syntax error. Let's not tolerate this. 12347 #. We can relax this later if necessary. 12348 #: config/tc-mep.c:1316 12349 msgid "Invalid use of parallelization operator." 12350 msgstr "" 12351 12352 #: config/tc-mep.c:1362 12353 msgid "Leading plus sign not allowed in core mode" 12354 msgstr "" 12355 12356 #: config/tc-mep.c:1892 12357 #, c-format 12358 msgid "Don't know how to relocate plain operands of type %s" 12359 msgstr "" 12360 12361 #: config/tc-mep.c:1902 12362 #, c-format 12363 msgid "Perhaps you are missing %%tpoff()?" 12364 msgstr "" 12365 12366 #: config/tc-mep.c:2089 12367 msgid "bad .section directive: want a,v,w,x,M,S in string" 12368 msgstr "" 12369 12370 #: config/tc-mep.c:2147 12371 msgid ".vliw unavailable when VLIW is disabled." 12372 msgstr "" 12373 12374 #: config/tc-metag.c:455 12375 msgid "no floating point unit specified" 12376 msgstr "" 12377 12378 #: config/tc-metag.c:720 12379 #, c-format 12380 msgid "offset must be a multiple of %d" 12381 msgstr "" 12382 12383 #: config/tc-metag.c:736 config/tc-metag.c:4441 12384 msgid "offset and base must be from the same unit" 12385 msgstr "" 12386 12387 #: config/tc-metag.c:867 config/tc-metag.c:3166 config/tc-metag.c:3268 12388 msgid "invalid destination register" 12389 msgstr "" 12390 12391 #: config/tc-metag.c:883 config/tc-metag.c:901 config/tc-metag.c:1292 12392 #: config/tc-metag.c:1310 config/tc-metag.c:1529 config/tc-metag.c:3098 12393 #: config/tc-metag.c:3183 config/tc-metag.c:3285 12394 msgid "invalid memory operand" 12395 msgstr "" 12396 12397 #: config/tc-metag.c:938 config/tc-metag.c:3116 12398 msgid "invalid source register" 12399 msgstr "" 12400 12401 #: config/tc-metag.c:1023 12402 msgid "invalid destination unit" 12403 msgstr "" 12404 12405 #: config/tc-metag.c:1031 12406 msgid "mov cannot use RD port as destination" 12407 msgstr "" 12408 12409 #: config/tc-metag.c:1056 12410 msgid "invalid source unit" 12411 msgstr "" 12412 12413 #: config/tc-metag.c:1064 12414 msgid "source and address units must not be shared for this addressing mode" 12415 msgstr "" 12416 12417 #: config/tc-metag.c:1072 config/tc-metag.c:1675 12418 msgid "set can only use RD port as source" 12419 msgstr "" 12420 12421 #: config/tc-metag.c:1087 config/tc-metag.c:1188 config/tc-metag.c:1439 12422 #: config/tc-metag.c:1696 config/tc-metag.c:4052 12423 #, c-format 12424 msgid "base unit must be one of %s" 12425 msgstr "" 12426 12427 #. We already tried to encode as an extended GET/SET. 12428 #. Parsing as a standard GET/SET provides a smaller offset. 12429 #: config/tc-metag.c:1108 config/tc-metag.c:1214 config/tc-metag.c:3129 12430 #: config/tc-metag.c:3196 config/tc-metag.c:3298 config/tc-metag.c:4578 12431 msgid "offset value out of range" 12432 msgstr "" 12433 12434 #: config/tc-metag.c:1168 12435 msgid "destination unit must be RD" 12436 msgstr "" 12437 12438 #: config/tc-metag.c:1278 12439 msgid "invalid destination register list" 12440 msgstr "" 12441 12442 #: config/tc-metag.c:1325 12443 msgid "invalid source register list" 12444 msgstr "" 12445 12446 #: config/tc-metag.c:1350 12447 msgid "register list must be even numbered" 12448 msgstr "" 12449 12450 #: config/tc-metag.c:1356 12451 msgid "register list must be from the same unit" 12452 msgstr "" 12453 12454 #: config/tc-metag.c:1379 12455 msgid "register list must not contain duplicates" 12456 msgstr "" 12457 12458 #: config/tc-metag.c:1635 12459 msgid "MDRD value must be between 1 and 8" 12460 msgstr "" 12461 12462 #: config/tc-metag.c:1726 12463 msgid "invalid destination memory operand" 12464 msgstr "" 12465 12466 #: config/tc-metag.c:1741 12467 msgid "invalid source memory operand" 12468 msgstr "" 12469 12470 #: config/tc-metag.c:1748 12471 #, c-format 12472 msgid "address units must be one of %s" 12473 msgstr "" 12474 12475 #: config/tc-metag.c:1755 12476 msgid "base and offset must be from the same unit" 12477 msgstr "" 12478 12479 #: config/tc-metag.c:1763 12480 msgid "source and destination increment mode must agree" 12481 msgstr "" 12482 12483 #: config/tc-metag.c:2038 12484 msgid "" 12485 "PC, CT, TR and TT are treated as if they are a single unit but operands must " 12486 "be in different units" 12487 msgstr "" 12488 12489 #: config/tc-metag.c:2047 12490 msgid "source and destination register must be in different units" 12491 msgstr "" 12492 12493 #: config/tc-metag.c:2079 12494 #, c-format 12495 msgid "register unit must be one of %s" 12496 msgstr "" 12497 12498 #: config/tc-metag.c:2166 12499 #, c-format 12500 msgid "link register unit must be one of %s" 12501 msgstr "" 12502 12503 #: config/tc-metag.c:2172 12504 msgid "link register must be in a low numbered register" 12505 msgstr "" 12506 12507 #: config/tc-metag.c:2189 config/tc-metag.c:2714 config/tc-metag.c:2768 12508 msgid "target out of range" 12509 msgstr "" 12510 12511 #: config/tc-metag.c:2670 12512 msgid "invalid quickrot unit specified" 12513 msgstr "" 12514 12515 #: config/tc-metag.c:2686 12516 msgid "invalid quickrot register specified" 12517 msgstr "" 12518 12519 #: config/tc-metag.c:2740 12520 msgid "source register must be in the trigger unit" 12521 msgstr "" 12522 12523 #: config/tc-metag.c:2843 12524 msgid "Source registers must be in the same unit" 12525 msgstr "" 12526 12527 #: config/tc-metag.c:3553 config/tc-metag.c:3717 config/tc-metag.c:3985 12528 msgid "destination register should be even numbered" 12529 msgstr "" 12530 12531 #: config/tc-metag.c:3625 12532 msgid "comparison must be with register or #0" 12533 msgstr "" 12534 12535 #: config/tc-metag.c:3691 config/tc-metag.c:3756 12536 msgid "instruction cannot operate on pair values" 12537 msgstr "" 12538 12539 #: config/tc-metag.c:3702 12540 msgid "zero flag is not valid for this instruction" 12541 msgstr "" 12542 12543 #: config/tc-metag.c:3723 12544 msgid "source register should be even numbered" 12545 msgstr "" 12546 12547 #: config/tc-metag.c:3783 config/tc-metag.c:3792 12548 msgid "fraction bits value out of range" 12549 msgstr "" 12550 12551 #: config/tc-metag.c:3974 12552 msgid "simd instructions operate on pair values (L prefix)" 12553 msgstr "" 12554 12555 #: config/tc-metag.c:3992 12556 msgid "source registers should be even numbered" 12557 msgstr "" 12558 12559 #: config/tc-metag.c:4270 12560 #, c-format 12561 msgid "expected ']', not %c in %s" 12562 msgstr "" 12563 12564 #: config/tc-metag.c:4388 12565 msgid "invalid register for memory access" 12566 msgstr "" 12567 12568 #: config/tc-metag.c:4501 config/tc-metag.c:4629 12569 msgid "unexpected end of line" 12570 msgstr "" 12571 12572 #: config/tc-metag.c:4548 12573 msgid "'H' modifier only valid for accumulator registers" 12574 msgstr "" 12575 12576 #: config/tc-metag.c:4601 12577 msgid "base unit must be either A0 or A1" 12578 msgstr "" 12579 12580 #: config/tc-metag.c:4674 config/tc-metag.c:5117 12581 msgid "invalid register" 12582 msgstr "" 12583 12584 #: config/tc-metag.c:4785 config/tc-metag.c:5526 config/tc-metag.c:5548 12585 msgid "invalid register operand" 12586 msgstr "" 12587 12588 #: config/tc-metag.c:4822 12589 msgid "could not parse template definition" 12590 msgstr "" 12591 12592 #: config/tc-metag.c:5009 12593 msgid "QUICKRoT 64-bit extension not applicable to this instruction" 12594 msgstr "" 12595 12596 #: config/tc-metag.c:5065 12597 msgid "invalid operands for cross-unit op" 12598 msgstr "" 12599 12600 #: config/tc-metag.c:5107 12601 msgid "missing flags: one of 'P', 'N' or 'Z' required" 12602 msgstr "" 12603 12604 #: config/tc-metag.c:5135 12605 msgid "'P', 'N' or 'Z' flags may only be specified when accumulating" 12606 msgstr "" 12607 12608 #: config/tc-metag.c:5156 12609 msgid "accumulator not a valid destination" 12610 msgstr "" 12611 12612 #: config/tc-metag.c:5166 config/tc-metag.c:5382 config/tc-metag.c:5566 12613 msgid "invalid immediate value" 12614 msgstr "" 12615 12616 #: config/tc-metag.c:5178 12617 msgid "immediate value not allowed when source & dest differ" 12618 msgstr "" 12619 12620 #: config/tc-metag.c:5210 12621 #, c-format 12622 msgid "invalid register operand: %s" 12623 msgstr "" 12624 12625 #: config/tc-metag.c:5244 12626 msgid "QUICKRoT extension requires 4 registers" 12627 msgstr "" 12628 12629 #: config/tc-metag.c:5251 12630 msgid "invalid fourth register" 12631 msgstr "" 12632 12633 #: config/tc-metag.c:5258 12634 msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register" 12635 msgstr "" 12636 12637 #: config/tc-metag.c:5286 12638 msgid "DSP RAM pointer in incorrect unit" 12639 msgstr "" 12640 12641 #: config/tc-metag.c:5332 12642 msgid "invalid register operand #1" 12643 msgstr "" 12644 12645 #: config/tc-metag.c:5346 12646 msgid "invalid register operand #2" 12647 msgstr "" 12648 12649 #: config/tc-metag.c:5410 12650 msgid "this instruction does not accept an immediate" 12651 msgstr "" 12652 12653 #: config/tc-metag.c:5430 12654 msgid "invalid register operand #3" 12655 msgstr "" 12656 12657 #: config/tc-metag.c:5442 12658 msgid "this instruction does not accept an accumulator" 12659 msgstr "" 12660 12661 #: config/tc-metag.c:5460 12662 msgid "invalid register operand #4" 12663 msgstr "" 12664 12665 #: config/tc-metag.c:5537 12666 msgid "invalid accumulator register" 12667 msgstr "" 12668 12669 #: config/tc-metag.c:5593 12670 msgid "conditional instruction cannot use G flag" 12671 msgstr "" 12672 12673 #: config/tc-metag.c:5604 12674 msgid "conditional instruction cannot use B flag" 12675 msgstr "" 12676 12677 #: config/tc-metag.c:5615 12678 msgid "conditional instruction cannot use R flag" 12679 msgstr "" 12680 12681 #: config/tc-metag.c:5724 12682 msgid "'L' modifier not valid for this instruction" 12683 msgstr "" 12684 12685 #: config/tc-metag.c:5856 12686 #, c-format 12687 msgid "missing fpu name `%s'" 12688 msgstr "" 12689 12690 #: config/tc-metag.c:5867 12691 #, c-format 12692 msgid "unknown fpu `%s'" 12693 msgstr "" 12694 12695 #: config/tc-metag.c:5882 12696 #, c-format 12697 msgid "missing DSP name `%s'" 12698 msgstr "" 12699 12700 #: config/tc-metag.c:5893 12701 #, c-format 12702 msgid "unknown DSP `%s'" 12703 msgstr "" 12704 12705 #: config/tc-metag.c:5911 12706 msgid "<dsp name>\t assemble for DSP architecture <dsp name>" 12707 msgstr "" 12708 12709 #: config/tc-metag.c:5948 12710 #, c-format 12711 msgid " Meta specific command line options:\n" 12712 msgstr "" 12713 12714 #: config/tc-metag.c:6037 12715 msgid "premature end of floating point prefix" 12716 msgstr "" 12717 12718 #: config/tc-metag.c:6097 12719 msgid "unknown floating point prefix character" 12720 msgstr "" 12721 12722 #: config/tc-metag.c:6246 12723 #, c-format 12724 msgid "unknown DSP prefix character %c %s" 12725 msgstr "" 12726 12727 #: config/tc-metag.c:6507 12728 #, c-format 12729 msgid "instruction mnemonic too long: %s" 12730 msgstr "" 12731 12732 #: config/tc-metag.c:6562 12733 #, c-format 12734 msgid "junk at end of line: \"%s\"" 12735 msgstr "" 12736 12737 #: config/tc-metag.c:6569 12738 #, c-format 12739 msgid "failed to assemble instruction: \"%s\"" 12740 msgstr "" 12741 12742 #: config/tc-metag.c:6574 12743 #, c-format 12744 msgid "unknown floating point mnemonic: \"%s\"" 12745 msgstr "" 12746 12747 #: config/tc-metag.c:6576 12748 #, c-format 12749 msgid "unknown mnemonic: \"%s\"" 12750 msgstr "" 12751 12752 #: config/tc-metag.c:6627 12753 #, c-format 12754 msgid "cannot assemble DSP instruction, DSP option not set: %s" 12755 msgstr "" 12756 12757 #: config/tc-metag.c:6634 12758 #, c-format 12759 msgid "cannot assemble FPU instruction, FPU option not set: %s" 12760 msgstr "" 12761 12762 #: config/tc-metag.c:6729 config/tc-nds32.c:7341 12763 msgid "Bad call to md_atof()" 12764 msgstr "" 12765 12766 #: config/tc-microblaze.c:216 12767 #, c-format 12768 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." 12769 msgstr "" 12770 12771 #: config/tc-microblaze.c:491 config/tc-microblaze.c:520 12772 #: config/tc-microblaze.c:557 12773 #, c-format 12774 msgid "Invalid register number at '%.6s'" 12775 msgstr "" 12776 12777 #: config/tc-microblaze.c:722 12778 msgid "operand must be a constant or a label" 12779 msgstr "" 12780 12781 #: config/tc-microblaze.c:731 12782 #, c-format 12783 msgid "operand must be absolute in range %lx..%lx, not %lx" 12784 msgstr "" 12785 12786 #: config/tc-microblaze.c:933 config/tc-microblaze.c:940 12787 #: config/tc-microblaze.c:947 config/tc-microblaze.c:980 12788 #: config/tc-microblaze.c:987 config/tc-microblaze.c:993 12789 #: config/tc-microblaze.c:1106 config/tc-microblaze.c:1113 12790 #: config/tc-microblaze.c:1119 config/tc-microblaze.c:1150 12791 #: config/tc-microblaze.c:1158 config/tc-microblaze.c:1172 12792 #: config/tc-microblaze.c:1190 config/tc-microblaze.c:1231 12793 #: config/tc-microblaze.c:1238 config/tc-microblaze.c:1258 12794 #: config/tc-microblaze.c:1265 config/tc-microblaze.c:1285 12795 #: config/tc-microblaze.c:1292 config/tc-microblaze.c:1310 12796 #: config/tc-microblaze.c:1317 config/tc-microblaze.c:1339 12797 #: config/tc-microblaze.c:1346 config/tc-microblaze.c:1364 12798 #: config/tc-microblaze.c:1376 config/tc-microblaze.c:1394 12799 #: config/tc-microblaze.c:1411 config/tc-microblaze.c:1418 12800 #: config/tc-microblaze.c:1464 config/tc-microblaze.c:1471 12801 #: config/tc-microblaze.c:1517 config/tc-microblaze.c:1524 12802 #: config/tc-microblaze.c:1546 config/tc-microblaze.c:1553 12803 #: config/tc-microblaze.c:1573 config/tc-microblaze.c:1579 12804 #: config/tc-microblaze.c:1639 config/tc-microblaze.c:1645 12805 #: config/tc-microblaze.c:1705 config/tc-microblaze.c:1779 12806 msgid "Error in statement syntax" 12807 msgstr "" 12808 12809 #: config/tc-microblaze.c:953 config/tc-microblaze.c:955 12810 #: config/tc-microblaze.c:957 config/tc-microblaze.c:997 12811 #: config/tc-microblaze.c:999 config/tc-microblaze.c:1123 12812 #: config/tc-microblaze.c:1125 config/tc-microblaze.c:1164 12813 #: config/tc-microblaze.c:1166 config/tc-microblaze.c:1244 12814 #: config/tc-microblaze.c:1246 config/tc-microblaze.c:1271 12815 #: config/tc-microblaze.c:1273 config/tc-microblaze.c:1298 12816 #: config/tc-microblaze.c:1321 config/tc-microblaze.c:1352 12817 #: config/tc-microblaze.c:1382 config/tc-microblaze.c:1400 12818 #: config/tc-microblaze.c:1530 config/tc-microblaze.c:1532 12819 #: config/tc-microblaze.c:1559 config/tc-microblaze.c:1561 12820 #: config/tc-microblaze.c:1583 config/tc-microblaze.c:1649 12821 #: config/tc-microblaze.c:1711 12822 msgid "Cannot use special register with this instruction" 12823 msgstr "" 12824 12825 #: config/tc-microblaze.c:1007 12826 msgid "lmi pseudo instruction should not use a label in imm field" 12827 msgstr "" 12828 12829 #: config/tc-microblaze.c:1009 12830 msgid "smi pseudo instruction should not use a label in imm field" 12831 msgstr "" 12832 12833 #: config/tc-microblaze.c:1128 12834 msgid "Symbol used as immediate for shift instruction" 12835 msgstr "" 12836 12837 #: config/tc-microblaze.c:1137 12838 #, c-format 12839 msgid "Shift value > 32. using <value %% 32>" 12840 msgstr "" 12841 12842 #: config/tc-microblaze.c:1177 12843 msgid "Symbol used as immediate width value for bit field instruction" 12844 msgstr "" 12845 12846 #: config/tc-microblaze.c:1184 12847 msgid "Width value must be less than 32" 12848 msgstr "" 12849 12850 #: config/tc-microblaze.c:1195 12851 msgid "Symbol used as immediate shift value for bit field instruction" 12852 msgstr "" 12853 12854 #: config/tc-microblaze.c:1206 12855 #, c-format 12856 msgid "Shift value greater than 32. using <value %% 32>" 12857 msgstr "" 12858 12859 #: config/tc-microblaze.c:1212 12860 msgid "Width value + shift value must not be greater than 32" 12861 msgstr "" 12862 12863 #: config/tc-microblaze.c:1324 12864 msgid "Symbol used as immediate value for msrset/msrclr instructions" 12865 msgstr "" 12866 12867 #: config/tc-microblaze.c:1453 config/tc-microblaze.c:1506 12868 msgid "invalid value for special purpose register" 12869 msgstr "" 12870 12871 #: config/tc-microblaze.c:1719 12872 msgid "An IMM instruction should not be present in the .s file" 12873 msgstr "" 12874 12875 #: config/tc-microblaze.c:1781 12876 msgid "Symbol used as immediate for mbar instruction" 12877 msgstr "" 12878 12879 #: config/tc-microblaze.c:1787 12880 #, c-format 12881 msgid "Immediate value for mbar > 32. using <value %% 32>" 12882 msgstr "" 12883 12884 #: config/tc-microblaze.c:1861 12885 msgid "Bad call to MD_NTOF()" 12886 msgstr "" 12887 12888 #: config/tc-microblaze.c:2128 12889 #, c-format 12890 msgid "pcrel for branch to %s too far (0x%x)" 12891 msgstr "" 12892 12893 #. We know the abs value: Should never happen. 12894 #: config/tc-microblaze.c:2287 12895 msgid "Absolute PC-relative value in relaxation code. Assembler error....." 12896 msgstr "" 12897 12898 #. Cannot have a PC-relative branch to a diff segment. 12899 #: config/tc-microblaze.c:2301 12900 #, c-format 12901 msgid "PC relative branch to label %s which is not in the instruction space" 12902 msgstr "" 12903 12904 #: config/tc-microblaze.c:2344 12905 msgid "" 12906 "Variable is accessed using small data read only anchor, but it is not in the " 12907 "small data read only section" 12908 msgstr "" 12909 12910 #: config/tc-microblaze.c:2367 12911 msgid "" 12912 "Variable is accessed using small data read write anchor, but it is not in " 12913 "the small data read write section" 12914 msgstr "" 12915 12916 #: config/tc-microblaze.c:2376 12917 msgid "Incorrect fr_opcode value in frag. Internal error....." 12918 msgstr "" 12919 12920 #. We know the abs value: Should never happen. 12921 #: config/tc-microblaze.c:2383 12922 msgid "Absolute value in relaxation code. Assembler error....." 12923 msgstr "" 12924 12925 #. fprintf(stream, _(" MicroBlaze options:\n -noSmall Data in the comm and data sections do not go into the small data section\n")); 12926 #: config/tc-microblaze.c:2568 12927 #, c-format 12928 msgid " MicroBlaze specific assembler options:\n" 12929 msgstr "" 12930 12931 #: config/tc-microblaze.c:2569 12932 msgid "assemble for a big endian cpu" 12933 msgstr "" 12934 12935 #: config/tc-microblaze.c:2570 12936 msgid "assemble for a little endian cpu" 12937 msgstr "" 12938 12939 #: config/tc-mips.c:2183 12940 #, c-format 12941 msgid "the %d-bit %s architecture does not support the `%s' extension" 12942 msgstr "" 12943 12944 #: config/tc-mips.c:2186 12945 #, c-format 12946 msgid "the `%s' extension requires %s%d revision %d or greater" 12947 msgstr "" 12948 12949 #: config/tc-mips.c:2195 12950 #, c-format 12951 msgid "the `%s' extension was removed in %s%d revision %d" 12952 msgstr "" 12953 12954 #: config/tc-mips.c:2204 12955 #, c-format 12956 msgid "the `%s' extension requires 64-bit FPRs" 12957 msgstr "" 12958 12959 #: config/tc-mips.c:3056 config/tc-mips.c:16661 12960 #, c-format 12961 msgid "unrecognized register name `%s'" 12962 msgstr "" 12963 12964 #: config/tc-mips.c:3283 12965 msgid "invalid register range" 12966 msgstr "" 12967 12968 #: config/tc-mips.c:3311 12969 msgid "vector element must be constant" 12970 msgstr "" 12971 12972 #: config/tc-mips.c:3321 12973 msgid "missing `]'" 12974 msgstr "" 12975 12976 #: config/tc-mips.c:3544 12977 #, c-format 12978 msgid "internal: bad mips opcode (mask error): %s %s" 12979 msgstr "" 12980 12981 #: config/tc-mips.c:3571 12982 #, c-format 12983 msgid "internal: unknown operand type: %s %s" 12984 msgstr "" 12985 12986 #: config/tc-mips.c:3604 12987 #, c-format 12988 msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s" 12989 msgstr "" 12990 12991 #: config/tc-mips.c:3612 12992 #, c-format 12993 msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s" 12994 msgstr "" 12995 12996 #: config/tc-mips.c:3619 12997 #, c-format 12998 msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s" 12999 msgstr "" 13000 13001 #: config/tc-mips.c:3654 13002 #, c-format 13003 msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s" 13004 msgstr "" 13005 13006 #: config/tc-mips.c:3662 13007 #, c-format 13008 msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s" 13009 msgstr "" 13010 13011 #: config/tc-mips.c:3687 13012 msgid "-G may not be used in position-independent code" 13013 msgstr "" 13014 13015 #: config/tc-mips.c:3693 13016 msgid "-G may not be used with abicalls" 13017 msgstr "" 13018 13019 #: config/tc-mips.c:3798 13020 msgid "broken assembler, no assembly attempted" 13021 msgstr "" 13022 13023 #: config/tc-mips.c:3946 13024 #, c-format 13025 msgid ".gnu_attribute %d,%d is incompatible with `%s'" 13026 msgstr "" 13027 13028 #: config/tc-mips.c:3953 13029 #, c-format 13030 msgid ".gnu_attribute %d,%d requires `%s'" 13031 msgstr "" 13032 13033 #: config/tc-mips.c:4014 13034 #, c-format 13035 msgid ".gnu_attribute %d,%d is no longer supported" 13036 msgstr "" 13037 13038 #: config/tc-mips.c:4023 13039 #, c-format 13040 msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI" 13041 msgstr "" 13042 13043 #: config/tc-mips.c:4036 13044 msgid "`gp=64' used with a 32-bit processor" 13045 msgstr "" 13046 13047 #: config/tc-mips.c:4039 13048 msgid "`gp=32' used with a 64-bit ABI" 13049 msgstr "" 13050 13051 #: config/tc-mips.c:4042 13052 msgid "`gp=64' used with a 32-bit ABI" 13053 msgstr "" 13054 13055 #: config/tc-mips.c:4049 13056 msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions" 13057 msgstr "" 13058 13059 #: config/tc-mips.c:4051 13060 msgid "`fp=xx' cannot be used with `singlefloat'" 13061 msgstr "" 13062 13063 #: config/tc-mips.c:4055 13064 msgid "`fp=64' used with a 32-bit fpu" 13065 msgstr "" 13066 13067 #: config/tc-mips.c:4059 13068 msgid "`fp=64' used with a 32-bit ABI" 13069 msgstr "" 13070 13071 #: config/tc-mips.c:4064 13072 msgid "`fp=32' used with a 64-bit ABI" 13073 msgstr "" 13074 13075 #: config/tc-mips.c:4066 13076 msgid "`fp=32' used with a MIPS R6 cpu" 13077 msgstr "" 13078 13079 #: config/tc-mips.c:4069 13080 msgid "Unknown size of floating point registers" 13081 msgstr "" 13082 13083 #: config/tc-mips.c:4074 13084 msgid "`nooddspreg` cannot be used with a 64-bit ABI" 13085 msgstr "" 13086 13087 #: config/tc-mips.c:4077 config/tc-mips.c:4081 13088 #, c-format 13089 msgid "`%s' cannot be used with `%s'" 13090 msgstr "" 13091 13092 #: config/tc-mips.c:4086 13093 #, c-format 13094 msgid "branch relaxation is not supported in `%s'" 13095 msgstr "" 13096 13097 #: config/tc-mips.c:4172 config/tc-mips.c:17544 13098 #, c-format 13099 msgid "`%s' does not support legacy NaN" 13100 msgstr "" 13101 13102 #: config/tc-mips.c:4219 13103 #, c-format 13104 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" 13105 msgstr "" 13106 13107 #: config/tc-mips.c:4931 13108 #, c-format 13109 msgid "operand %d out of range" 13110 msgstr "" 13111 13112 #: config/tc-mips.c:4939 13113 #, c-format 13114 msgid "operand %d must be constant" 13115 msgstr "" 13116 13117 #: config/tc-mips.c:4983 read.c:4657 read.c:5426 read.c:5554 write.c:250 13118 #: write.c:1058 13119 msgid "register value used as expression" 13120 msgstr "" 13121 13122 #: config/tc-mips.c:4996 13123 #, c-format 13124 msgid "operand %d must be an immediate expression" 13125 msgstr "" 13126 13127 #: config/tc-mips.c:5118 config/tc-mips.c:5120 13128 #, c-format 13129 msgid "float register should be even, was %d" 13130 msgstr "" 13131 13132 #: config/tc-mips.c:5133 13133 #, c-format 13134 msgid "condition code register should be even for %s, was %d" 13135 msgstr "" 13136 13137 #: config/tc-mips.c:5138 13138 #, c-format 13139 msgid "condition code register should be 0 or 4 for %s, was %d" 13140 msgstr "" 13141 13142 #: config/tc-mips.c:5459 13143 msgid "invalid performance register" 13144 msgstr "" 13145 13146 #: config/tc-mips.c:5555 config/tc-mips.c:6026 13147 msgid "the source register must not be $0" 13148 msgstr "" 13149 13150 #: config/tc-mips.c:5831 13151 msgid "missing frame size" 13152 msgstr "" 13153 13154 #: config/tc-mips.c:5836 13155 msgid "frame size specified twice" 13156 msgstr "" 13157 13158 #: config/tc-mips.c:5841 13159 msgid "invalid frame size" 13160 msgstr "" 13161 13162 #: config/tc-mips.c:5881 13163 #, c-format 13164 msgid "operand %d must be an immediate" 13165 msgstr "" 13166 13167 #: config/tc-mips.c:5896 13168 msgid "invalid element selector" 13169 msgstr "" 13170 13171 #: config/tc-mips.c:5909 13172 #, c-format 13173 msgid "operand %d must be scalar" 13174 msgstr "" 13175 13176 #: config/tc-mips.c:6089 13177 msgid "floating-point expression required" 13178 msgstr "" 13179 13180 #: config/tc-mips.c:6189 13181 #, c-format 13182 msgid "cannot use `%s' in this section" 13183 msgstr "" 13184 13185 #: config/tc-mips.c:6336 13186 msgid "used $at without \".set noat\"" 13187 msgstr "" 13188 13189 #: config/tc-mips.c:6338 13190 #, c-format 13191 msgid "used $%u with \".set at=$%u\"" 13192 msgstr "" 13193 13194 #: config/tc-mips.c:7517 13195 #, c-format 13196 msgid "wrong size instruction in a %u-bit branch delay slot" 13197 msgstr "" 13198 13199 #: config/tc-mips.c:7537 config/tc-mips.c:7547 config/tc-mips.c:15962 13200 #, c-format 13201 msgid "jump to misaligned address (0x%lx)" 13202 msgstr "" 13203 13204 #: config/tc-mips.c:7562 config/tc-mips.c:7582 config/tc-mips.c:7599 13205 #: config/tc-mips.c:9148 config/tc-mips.c:15816 config/tc-mips.c:15823 13206 #: config/tc-mips.c:16216 config/tc-mips.c:19063 13207 #, c-format 13208 msgid "branch to misaligned address (0x%lx)" 13209 msgstr "" 13210 13211 #: config/tc-mips.c:7568 config/tc-mips.c:7586 config/tc-mips.c:7603 13212 #: config/tc-mips.c:9151 13213 #, c-format 13214 msgid "branch address range overflow (0x%lx)" 13215 msgstr "" 13216 13217 #: config/tc-mips.c:7847 13218 msgid "extended instruction in delay slot" 13219 msgstr "" 13220 13221 #: config/tc-mips.c:8311 13222 msgid "source and destination must be different" 13223 msgstr "" 13224 13225 #: config/tc-mips.c:8314 13226 msgid "a destination register must be supplied" 13227 msgstr "" 13228 13229 #: config/tc-mips.c:8319 13230 msgid "the source register must not be $31" 13231 msgstr "" 13232 13233 #: config/tc-mips.c:8567 config/tc-mips.c:14535 config/tc-mips.c:19210 13234 msgid "invalid unextended operand value" 13235 msgstr "" 13236 13237 #: config/tc-mips.c:8685 13238 #, c-format 13239 msgid "opcode not supported on this processor: %s (%s)" 13240 msgstr "" 13241 13242 #: config/tc-mips.c:8764 13243 msgid "opcode not supported in the `insn32' mode" 13244 msgstr "" 13245 13246 #: config/tc-mips.c:8767 13247 #, c-format 13248 msgid "unrecognized %d-bit version of microMIPS opcode" 13249 msgstr "" 13250 13251 #: config/tc-mips.c:8823 13252 msgid "unrecognized unextended version of MIPS16 opcode" 13253 msgstr "" 13254 13255 #: config/tc-mips.c:8826 13256 msgid "unrecognized extended version of MIPS16 opcode" 13257 msgstr "" 13258 13259 #: config/tc-mips.c:8876 config/tc-mips.c:19081 13260 msgid "" 13261 "macro instruction expanded into multiple instructions in a branch delay slot" 13262 msgstr "" 13263 13264 #: config/tc-mips.c:8879 config/tc-mips.c:19089 13265 msgid "macro instruction expanded into multiple instructions" 13266 msgstr "" 13267 13268 #: config/tc-mips.c:8883 13269 msgid "" 13270 "macro instruction expanded into a wrong size instruction in a 16-bit branch " 13271 "delay slot" 13272 msgstr "" 13273 13274 #: config/tc-mips.c:8885 13275 msgid "" 13276 "macro instruction expanded into a wrong size instruction in a 32-bit branch " 13277 "delay slot" 13278 msgstr "" 13279 13280 #: config/tc-mips.c:9348 13281 msgid "operand overflow" 13282 msgstr "" 13283 13284 #: config/tc-mips.c:9367 config/tc-mips.c:9952 config/tc-mips.c:14023 13285 msgid "macro used $at after \".set noat\"" 13286 msgstr "" 13287 13288 #: config/tc-mips.c:9512 config/tc-mips.c:12335 config/tc-mips.c:13016 13289 #, c-format 13290 msgid "number (0x%<PRIx64>) larger than 32 bits" 13291 msgstr "" 13292 13293 #: config/tc-mips.c:9533 13294 msgid "number larger than 64 bits" 13295 msgstr "" 13296 13297 #: config/tc-mips.c:9830 config/tc-mips.c:9858 config/tc-mips.c:9896 13298 #: config/tc-mips.c:9941 config/tc-mips.c:12579 config/tc-mips.c:12618 13299 #: config/tc-mips.c:12657 config/tc-mips.c:13113 config/tc-mips.c:13165 13300 msgid "PIC code offset overflow (max 16 signed bits)" 13301 msgstr "" 13302 13303 #: config/tc-mips.c:10484 13304 #, c-format 13305 msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)" 13306 msgstr "" 13307 13308 #. Result is always true. 13309 #: config/tc-mips.c:10580 13310 #, c-format 13311 msgid "branch %s is always true" 13312 msgstr "" 13313 13314 #: config/tc-mips.c:10808 config/tc-mips.c:10916 13315 msgid "divide by zero" 13316 msgstr "" 13317 13318 #: config/tc-mips.c:11006 13319 msgid "dla used to load 32-bit register; recommend using la instead" 13320 msgstr "" 13321 13322 #: config/tc-mips.c:11010 13323 msgid "la used to load 64-bit address; recommend using dla instead" 13324 msgstr "" 13325 13326 #: config/tc-mips.c:11119 config/tc-riscv.c:2375 13327 msgid "offset too large" 13328 msgstr "" 13329 13330 #: config/tc-mips.c:11293 config/tc-mips.c:11571 13331 msgid "PIC code offset overflow (max 32 signed bits)" 13332 msgstr "" 13333 13334 #: config/tc-mips.c:11641 config/tc-mips.c:11717 13335 #, c-format 13336 msgid "opcode not supported in the `insn32' mode `%s'" 13337 msgstr "" 13338 13339 #: config/tc-mips.c:11669 13340 msgid "MIPS PIC call to register other than $25" 13341 msgstr "" 13342 13343 #: config/tc-mips.c:11685 config/tc-mips.c:11696 config/tc-mips.c:11829 13344 #: config/tc-mips.c:11840 13345 msgid "no .cprestore pseudo-op used in PIC code" 13346 msgstr "" 13347 13348 #: config/tc-mips.c:11690 config/tc-mips.c:11834 13349 msgid "no .frame pseudo-op used in PIC code" 13350 msgstr "" 13351 13352 #: config/tc-mips.c:11855 13353 msgid "non-PIC jump used in PIC library" 13354 msgstr "" 13355 13356 #: config/tc-mips.c:12836 13357 #, c-format 13358 msgid "Unable to generate `%s' compliant code without mthc1" 13359 msgstr "" 13360 13361 #: config/tc-mips.c:13577 13362 #, c-format 13363 msgid "instruction %s: result is always false" 13364 msgstr "" 13365 13366 #: config/tc-mips.c:13730 13367 #, c-format 13368 msgid "instruction %s: result is always true" 13369 msgstr "" 13370 13371 #. FIXME: Check if this is one of the itbl macros, since they 13372 #. are added dynamically. 13373 #: config/tc-mips.c:14019 13374 #, c-format 13375 msgid "macro %s not implemented yet" 13376 msgstr "" 13377 13378 #: config/tc-mips.c:14545 13379 msgid "extended operand requested but not required" 13380 msgstr "" 13381 13382 #: config/tc-mips.c:14554 13383 msgid "operand value out of range for instruction" 13384 msgstr "" 13385 13386 #: config/tc-mips.c:14655 13387 #, c-format 13388 msgid "relocation %s isn't supported by the current ABI" 13389 msgstr "" 13390 13391 #: config/tc-mips.c:14712 13392 msgid "unclosed '('" 13393 msgstr "" 13394 13395 #: config/tc-mips.c:14774 13396 #, c-format 13397 msgid "a different %s was already specified, is now %s" 13398 msgstr "" 13399 13400 #: config/tc-mips.c:14941 13401 msgid "-mmicromips cannot be used with -mips16" 13402 msgstr "" 13403 13404 #: config/tc-mips.c:14956 13405 msgid "-mips16 cannot be used with -micromips" 13406 msgstr "" 13407 13408 #: config/tc-mips.c:15125 config/tc-mips.c:15183 13409 msgid "no compiled in support for 64 bit object file format" 13410 msgstr "" 13411 13412 #: config/tc-mips.c:15190 13413 #, c-format 13414 msgid "invalid abi -mabi=%s" 13415 msgstr "" 13416 13417 #: config/tc-mips.c:15230 13418 #, c-format 13419 msgid "invalid NaN setting -mnan=%s" 13420 msgstr "" 13421 13422 #: config/tc-mips.c:15264 13423 msgid "-G not supported in this configuration" 13424 msgstr "" 13425 13426 #: config/tc-mips.c:15290 13427 #, c-format 13428 msgid "-%s conflicts with the other architecture options, which imply -%s" 13429 msgstr "" 13430 13431 #: config/tc-mips.c:15303 13432 #, c-format 13433 msgid "gas doesn't understand your configure target %s" 13434 msgstr "" 13435 13436 #: config/tc-mips.c:15308 13437 #, c-format 13438 msgid "-march=%s is not compatible with the selected ABI" 13439 msgstr "" 13440 13441 #: config/tc-mips.c:15820 config/tc-mips.c:16210 config/tc-mips.c:19060 13442 msgid "branch to a symbol in another ISA mode" 13443 msgstr "" 13444 13445 #: config/tc-mips.c:15827 config/tc-mips.c:15967 config/tc-mips.c:16220 13446 #, c-format 13447 msgid "cannot encode misaligned addend in the relocatable field (0x%lx)" 13448 msgstr "" 13449 13450 #: config/tc-mips.c:15864 13451 msgid "PC-relative reference to a different section" 13452 msgstr "" 13453 13454 #: config/tc-mips.c:15936 config/tc-riscv.c:4725 13455 msgid "TLS relocation against a constant" 13456 msgstr "" 13457 13458 #: config/tc-mips.c:15956 13459 msgid "jump to a symbol in another ISA mode" 13460 msgstr "" 13461 13462 #: config/tc-mips.c:15959 13463 msgid "JALX to a symbol in the same ISA mode" 13464 msgstr "" 13465 13466 #: config/tc-mips.c:16042 13467 msgid "unsupported constant in relocation" 13468 msgstr "" 13469 13470 #: config/tc-mips.c:16115 13471 #, c-format 13472 msgid "PC-relative access using misaligned symbol (%lx)" 13473 msgstr "" 13474 13475 #: config/tc-mips.c:16119 13476 #, c-format 13477 msgid "PC-relative access using misaligned offset (%lx)" 13478 msgstr "" 13479 13480 #: config/tc-mips.c:16132 config/tc-mips.c:16151 13481 msgid "PC-relative access out of range" 13482 msgstr "" 13483 13484 #: config/tc-mips.c:16138 13485 #, c-format 13486 msgid "PC-relative access to misaligned address (%lx)" 13487 msgstr "" 13488 13489 #: config/tc-mips.c:16307 13490 #, c-format 13491 msgid "alignment too large, %d assumed" 13492 msgstr "" 13493 13494 #: config/tc-mips.c:16310 13495 msgid "alignment negative, 0 assumed" 13496 msgstr "" 13497 13498 #: config/tc-mips.c:16541 13499 #, c-format 13500 msgid "%s: no such section" 13501 msgstr "" 13502 13503 #: config/tc-mips.c:16597 13504 #, c-format 13505 msgid ".option pic%d not supported" 13506 msgstr "" 13507 13508 #: config/tc-mips.c:16599 13509 #, c-format 13510 msgid ".option pic%d not supported in VxWorks PIC mode" 13511 msgstr "" 13512 13513 #: config/tc-mips.c:16611 config/tc-mips.c:16951 13514 msgid "-G may not be used with SVR4 PIC code" 13515 msgstr "" 13516 13517 #: config/tc-mips.c:16617 13518 #, c-format 13519 msgid "unrecognized option \"%s\"" 13520 msgstr "" 13521 13522 #: config/tc-mips.c:16723 13523 #, c-format 13524 msgid "unknown architecture %s" 13525 msgstr "" 13526 13527 #: config/tc-mips.c:16738 config/tc-mips.c:16902 13528 #, c-format 13529 msgid "unknown ISA level %s" 13530 msgstr "" 13531 13532 #: config/tc-mips.c:16748 13533 #, c-format 13534 msgid "unknown ISA or architecture %s" 13535 msgstr "" 13536 13537 #: config/tc-mips.c:16807 13538 msgid "`noreorder' must be set before `nomacro'" 13539 msgstr "" 13540 13541 #: config/tc-mips.c:16837 13542 msgid ".set pop with no .set push" 13543 msgstr "" 13544 13545 #: config/tc-mips.c:16856 13546 #, c-format 13547 msgid "tried to set unrecognized symbol: %s\n" 13548 msgstr "" 13549 13550 #: config/tc-mips.c:16929 13551 #, c-format 13552 msgid ".module used with unrecognized symbol: %s\n" 13553 msgstr "" 13554 13555 #: config/tc-mips.c:16935 13556 msgid ".module is not permitted after generating code" 13557 msgstr "" 13558 13559 #: config/tc-mips.c:16995 config/tc-mips.c:17074 config/tc-mips.c:17178 13560 #: config/tc-mips.c:17208 config/tc-mips.c:17257 13561 #, c-format 13562 msgid "%s not supported in MIPS16 mode" 13563 msgstr "" 13564 13565 #: config/tc-mips.c:17002 13566 msgid ".cpload not in noreorder section" 13567 msgstr "" 13568 13569 #: config/tc-mips.c:17083 config/tc-mips.c:17102 13570 msgid "missing argument separator ',' for .cpsetup" 13571 msgstr "" 13572 13573 #: config/tc-mips.c:17300 config/tc-riscv.c:5158 13574 #, c-format 13575 msgid "unsupported use of %s" 13576 msgstr "" 13577 13578 #: config/tc-mips.c:17391 13579 msgid "unsupported use of .gpword" 13580 msgstr "" 13581 13582 #: config/tc-mips.c:17429 13583 msgid "unsupported use of .gpdword" 13584 msgstr "" 13585 13586 #: config/tc-mips.c:17461 13587 msgid "unsupported use of .ehword" 13588 msgstr "" 13589 13590 #: config/tc-mips.c:17548 13591 msgid "bad .nan directive" 13592 msgstr "" 13593 13594 #: config/tc-mips.c:17597 13595 #, c-format 13596 msgid "ignoring attempt to redefine symbol %s" 13597 msgstr "" 13598 13599 #: config/tc-mips.c:17612 ecoff.c:3328 13600 msgid "bad .weakext directive" 13601 msgstr "" 13602 13603 #: config/tc-mips.c:18585 config/tc-mips.c:18862 13604 msgid "relaxed out-of-range branch into a jump" 13605 msgstr "" 13606 13607 #: config/tc-mips.c:19085 13608 msgid "extended instruction in a branch delay slot" 13609 msgstr "" 13610 13611 #: config/tc-mips.c:19199 config/tc-xtensa.c:1690 config/tc-xtensa.c:1969 13612 msgid "unsupported relocation" 13613 msgstr "" 13614 13615 #: config/tc-mips.c:19707 config/tc-score.c:5623 13616 msgid "expected simple number" 13617 msgstr "" 13618 13619 #: config/tc-mips.c:19735 config/tc-score.c:5650 13620 msgid "invalid number" 13621 msgstr "" 13622 13623 #: config/tc-mips.c:19812 ecoff.c:2959 13624 msgid ".end directive without a preceding .ent directive" 13625 msgstr "" 13626 13627 #: config/tc-mips.c:19821 13628 msgid ".end symbol does not match .ent symbol" 13629 msgstr "" 13630 13631 #: config/tc-mips.c:19898 13632 msgid ".ent or .aent not in text section" 13633 msgstr "" 13634 13635 #: config/tc-mips.c:19901 config/tc-score.c:5682 13636 msgid "missing .end" 13637 msgstr "" 13638 13639 #: config/tc-mips.c:19984 13640 msgid ".mask/.fmask outside of .ent" 13641 msgstr "" 13642 13643 #: config/tc-mips.c:19991 13644 msgid "bad .mask/.fmask directive" 13645 msgstr "" 13646 13647 #: config/tc-mips.c:20295 13648 #, c-format 13649 msgid "bad value (%s) for %s" 13650 msgstr "" 13651 13652 #: config/tc-mips.c:20359 13653 #, c-format 13654 msgid "" 13655 "MIPS options:\n" 13656 "-EB\t\t\tgenerate big endian output\n" 13657 "-EL\t\t\tgenerate little endian output\n" 13658 "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n" 13659 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n" 13660 "\t\t\timplicitly with the gp register [default 8]\n" 13661 msgstr "" 13662 13663 #: config/tc-mips.c:20366 13664 #, c-format 13665 msgid "" 13666 "-mips1\t\t\tgenerate MIPS ISA I instructions\n" 13667 "-mips2\t\t\tgenerate MIPS ISA II instructions\n" 13668 "-mips3\t\t\tgenerate MIPS ISA III instructions\n" 13669 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n" 13670 "-mips5 generate MIPS ISA V instructions\n" 13671 "-mips32 generate MIPS32 ISA instructions\n" 13672 "-mips32r2 generate MIPS32 release 2 ISA instructions\n" 13673 "-mips32r3 generate MIPS32 release 3 ISA instructions\n" 13674 "-mips32r5 generate MIPS32 release 5 ISA instructions\n" 13675 "-mips32r6 generate MIPS32 release 6 ISA instructions\n" 13676 "-mips64 generate MIPS64 ISA instructions\n" 13677 "-mips64r2 generate MIPS64 release 2 ISA instructions\n" 13678 "-mips64r3 generate MIPS64 release 3 ISA instructions\n" 13679 "-mips64r5 generate MIPS64 release 5 ISA instructions\n" 13680 "-mips64r6 generate MIPS64 release 6 ISA instructions\n" 13681 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n" 13682 msgstr "" 13683 13684 #: config/tc-mips.c:20391 13685 #, c-format 13686 msgid "" 13687 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" 13688 "-no-mCPU\t\tdon't generate code specific to CPU.\n" 13689 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n" 13690 msgstr "" 13691 13692 #: config/tc-mips.c:20404 13693 #, c-format 13694 msgid "" 13695 "-mips16\t\t\tgenerate mips16 instructions\n" 13696 "-no-mips16\t\tdo not generate mips16 instructions\n" 13697 msgstr "" 13698 13699 #: config/tc-mips.c:20407 13700 #, c-format 13701 msgid "" 13702 "-mmips16e2\t\tgenerate MIPS16e2 instructions\n" 13703 "-mno-mips16e2\t\tdo not generate MIPS16e2 instructions\n" 13704 msgstr "" 13705 13706 #: config/tc-mips.c:20410 13707 #, c-format 13708 msgid "" 13709 "-mmicromips\t\tgenerate microMIPS instructions\n" 13710 "-mno-micromips\t\tdo not generate microMIPS instructions\n" 13711 msgstr "" 13712 13713 #: config/tc-mips.c:20413 13714 #, c-format 13715 msgid "" 13716 "-msmartmips\t\tgenerate smartmips instructions\n" 13717 "-mno-smartmips\t\tdo not generate smartmips instructions\n" 13718 msgstr "" 13719 13720 #: config/tc-mips.c:20416 13721 #, c-format 13722 msgid "" 13723 "-mdsp\t\t\tgenerate DSP instructions\n" 13724 "-mno-dsp\t\tdo not generate DSP instructions\n" 13725 msgstr "" 13726 13727 #: config/tc-mips.c:20419 13728 #, c-format 13729 msgid "" 13730 "-mdspr2\t\t\tgenerate DSP R2 instructions\n" 13731 "-mno-dspr2\t\tdo not generate DSP R2 instructions\n" 13732 msgstr "" 13733 13734 #: config/tc-mips.c:20422 13735 #, c-format 13736 msgid "" 13737 "-mdspr3\t\t\tgenerate DSP R3 instructions\n" 13738 "-mno-dspr3\t\tdo not generate DSP R3 instructions\n" 13739 msgstr "" 13740 13741 #: config/tc-mips.c:20425 13742 #, c-format 13743 msgid "" 13744 "-mmt\t\t\tgenerate MT instructions\n" 13745 "-mno-mt\t\t\tdo not generate MT instructions\n" 13746 msgstr "" 13747 13748 #: config/tc-mips.c:20428 13749 #, c-format 13750 msgid "" 13751 "-mmcu\t\t\tgenerate MCU instructions\n" 13752 "-mno-mcu\t\tdo not generate MCU instructions\n" 13753 msgstr "" 13754 13755 #: config/tc-mips.c:20431 13756 #, c-format 13757 msgid "" 13758 "-mmsa\t\t\tgenerate MSA instructions\n" 13759 "-mno-msa\t\tdo not generate MSA instructions\n" 13760 msgstr "" 13761 13762 #: config/tc-mips.c:20434 13763 #, c-format 13764 msgid "" 13765 "-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n" 13766 "-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n" 13767 msgstr "" 13768 13769 #: config/tc-mips.c:20437 13770 #, c-format 13771 msgid "" 13772 "-mvirt\t\t\tgenerate Virtualization instructions\n" 13773 "-mno-virt\t\tdo not generate Virtualization instructions\n" 13774 msgstr "" 13775 13776 #: config/tc-mips.c:20440 13777 #, c-format 13778 msgid "" 13779 "-mcrc\t\t\tgenerate CRC instructions\n" 13780 "-mno-crc\t\tdo not generate CRC instructions\n" 13781 msgstr "" 13782 13783 #: config/tc-mips.c:20443 13784 #, c-format 13785 msgid "" 13786 "-mginv\t\t\tgenerate Global INValidate (GINV) instructions\n" 13787 "-mno-ginv\t\tdo not generate Global INValidate instructions\n" 13788 msgstr "" 13789 13790 #: config/tc-mips.c:20446 13791 #, c-format 13792 msgid "" 13793 "-mloongson-mmi\t\tgenerate Loongson MultiMedia extensions Instructions (MMI) " 13794 "instructions\n" 13795 "-mno-loongson-mmi\tdo not generate Loongson MultiMedia extensions " 13796 "Instructions\n" 13797 msgstr "" 13798 13799 #: config/tc-mips.c:20449 13800 #, c-format 13801 msgid "" 13802 "-mloongson-cam\t\tgenerate Loongson Content Address Memory (CAM) " 13803 "instructions\n" 13804 "-mno-loongson-cam\tdo not generate Loongson Content Address Memory " 13805 "Instructions\n" 13806 msgstr "" 13807 13808 #: config/tc-mips.c:20452 13809 #, c-format 13810 msgid "" 13811 "-mloongson-ext\t\tgenerate Loongson EXTensions (EXT) instructions\n" 13812 "-mno-loongson-ext\tdo not generate Loongson EXTensions Instructions\n" 13813 msgstr "" 13814 13815 #: config/tc-mips.c:20455 13816 #, c-format 13817 msgid "" 13818 "-mloongson-ext2\t\tgenerate Loongson EXTensions R2 (EXT2) instructions\n" 13819 "-mno-loongson-ext2\tdo not generate Loongson EXTensions R2 Instructions\n" 13820 msgstr "" 13821 13822 #: config/tc-mips.c:20458 13823 #, c-format 13824 msgid "" 13825 "-minsn32\t\tonly generate 32-bit microMIPS instructions\n" 13826 "-mno-insn32\t\tgenerate all microMIPS instructions\n" 13827 msgstr "" 13828 13829 #: config/tc-mips.c:20462 13830 #, c-format 13831 msgid "" 13832 "-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata, default\n" 13833 "-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata\n" 13834 msgstr "" 13835 13836 #: config/tc-mips.c:20466 13837 #, c-format 13838 msgid "" 13839 "-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata\n" 13840 "-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata, " 13841 "default\n" 13842 msgstr "" 13843 13844 #: config/tc-mips.c:20470 13845 #, c-format 13846 msgid "" 13847 "-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n" 13848 "-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n" 13849 "-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata\n" 13850 "-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata\n" 13851 "-mfix-vr4120\t\twork around certain VR4120 errata\n" 13852 "-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n" 13853 "-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n" 13854 "-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n" 13855 "-mfix-r5900\t\twork around R5900 short loop errata\n" 13856 "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n" 13857 "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n" 13858 "-msym32\t\t\tassume all symbols have 32-bit values\n" 13859 "-O0\t\t\tdo not remove unneeded NOPs, do not swap branches\n" 13860 "-O, -O1\t\t\tremove unneeded NOPs, do not swap branches\n" 13861 "-O2\t\t\tremove unneeded NOPs and swap branches\n" 13862 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n" 13863 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n" 13864 msgstr "" 13865 13866 #: config/tc-mips.c:20488 13867 #, c-format 13868 msgid "" 13869 "-mhard-float\t\tallow floating-point instructions\n" 13870 "-msoft-float\t\tdo not allow floating-point instructions\n" 13871 "-msingle-float\t\tonly allow 32-bit floating-point operations\n" 13872 "-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n" 13873 "--[no-]construct-floats\t[dis]allow floating point values to be constructed\n" 13874 "--[no-]relax-branch\t[dis]allow out-of-range branches to be relaxed\n" 13875 "-mignore-branch-isa\taccept invalid branches requiring an ISA mode switch\n" 13876 "-mno-ignore-branch-isa\treject invalid branches requiring an ISA mode " 13877 "switch\n" 13878 "-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n" 13879 msgstr "" 13880 13881 #: config/tc-mips.c:20506 13882 #, c-format 13883 msgid "" 13884 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n" 13885 "-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n" 13886 "-mvxworks-pic\t\tgenerate VxWorks position independent code\n" 13887 "-non_shared\t\tdo not generate code that can operate with DSOs\n" 13888 "-xgot\t\t\tassume a 32 bit GOT\n" 13889 "-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n" 13890 "-mshared, -mno-shared disable/enable .cpload optimization for\n" 13891 " position dependent (non shared) code\n" 13892 "-mabi=ABI\t\tcreate ABI conformant object file for:\n" 13893 msgstr "" 13894 13895 #: config/tc-mips.c:20527 13896 #, c-format 13897 msgid "-32\t\t\tcreate o32 ABI object file%s\n" 13898 msgstr "" 13899 13900 #: config/tc-mips.c:20529 config/tc-mips.c:20532 config/tc-mips.c:20535 13901 msgid " (default)" 13902 msgstr "" 13903 13904 #: config/tc-mips.c:20530 13905 #, c-format 13906 msgid "-n32\t\t\tcreate n32 ABI object file%s\n" 13907 msgstr "" 13908 13909 #: config/tc-mips.c:20533 13910 #, c-format 13911 msgid "-64\t\t\tcreate 64 ABI object file%s\n" 13912 msgstr "" 13913 13914 #: config/tc-mips.c:20615 13915 msgid "missing .end at end of assembly" 13916 msgstr "" 13917 13918 #: config/tc-mmix.c:694 13919 #, c-format 13920 msgid " MMIX-specific command line options:\n" 13921 msgstr "" 13922 13923 #: config/tc-mmix.c:695 13924 #, c-format 13925 msgid "" 13926 " -fixed-special-register-names\n" 13927 " Allow only the original special register names.\n" 13928 msgstr "" 13929 13930 #: config/tc-mmix.c:698 13931 #, c-format 13932 msgid " -globalize-symbols Make all symbols global.\n" 13933 msgstr "" 13934 13935 #: config/tc-mmix.c:700 13936 #, c-format 13937 msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n" 13938 msgstr "" 13939 13940 #: config/tc-mmix.c:702 13941 #, c-format 13942 msgid " -relax Create linker relaxable code.\n" 13943 msgstr "" 13944 13945 #: config/tc-mmix.c:704 13946 #, c-format 13947 msgid "" 13948 " -no-predefined-syms Do not provide mmixal built-in constants.\n" 13949 " Implies -fixed-special-register-names.\n" 13950 msgstr "" 13951 13952 #: config/tc-mmix.c:707 13953 #, c-format 13954 msgid "" 13955 " -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n" 13956 " into multiple instructions.\n" 13957 msgstr "" 13958 13959 #: config/tc-mmix.c:710 13960 #, c-format 13961 msgid "" 13962 " -no-merge-gregs Do not merge GREG definitions with nearby values.\n" 13963 msgstr "" 13964 13965 #: config/tc-mmix.c:712 13966 #, c-format 13967 msgid "" 13968 " -linker-allocated-gregs If there's no suitable GREG definition for " 13969 "the operands of an instruction, let the linker " 13970 "resolve.\n" 13971 msgstr "" 13972 13973 #: config/tc-mmix.c:715 13974 #, c-format 13975 msgid "" 13976 " -x Do not warn when an operand to GETA, a branch,\n" 13977 " PUSHJ or JUMP is not known to be within range.\n" 13978 " The linker will catch any errors. Implies\n" 13979 " -linker-allocated-gregs." 13980 msgstr "" 13981 13982 #: config/tc-mmix.c:841 13983 #, c-format 13984 msgid "unknown opcode: `%s'" 13985 msgstr "" 13986 13987 #: config/tc-mmix.c:963 config/tc-mmix.c:978 13988 msgid "specified location wasn't TETRA-aligned" 13989 msgstr "" 13990 13991 #: config/tc-mmix.c:965 config/tc-mmix.c:980 config/tc-mmix.c:4201 13992 #: config/tc-mmix.c:4217 13993 msgid "unaligned data at an absolute location is not supported" 13994 msgstr "" 13995 13996 #: config/tc-mmix.c:1090 13997 #, c-format 13998 msgid "invalid operand to opcode %s: `%s'" 13999 msgstr "" 14000 14001 #: config/tc-mmix.c:1112 config/tc-mmix.c:1139 config/tc-mmix.c:1172 14002 #: config/tc-mmix.c:1180 config/tc-mmix.c:1197 config/tc-mmix.c:1225 14003 #: config/tc-mmix.c:1246 config/tc-mmix.c:1271 config/tc-mmix.c:1319 14004 #: config/tc-mmix.c:1426 config/tc-mmix.c:1451 config/tc-mmix.c:1483 14005 #: config/tc-mmix.c:1515 config/tc-mmix.c:1545 config/tc-mmix.c:1598 14006 #: config/tc-mmix.c:1615 config/tc-mmix.c:1642 config/tc-mmix.c:1670 14007 #: config/tc-mmix.c:1700 config/tc-mmix.c:1726 config/tc-mmix.c:1742 14008 #: config/tc-mmix.c:1768 config/tc-mmix.c:1784 config/tc-mmix.c:1800 14009 #: config/tc-mmix.c:1881 14010 #, c-format 14011 msgid "invalid operands to opcode %s: `%s'" 14012 msgstr "" 14013 14014 #: config/tc-mmix.c:1981 14015 msgid "internal: mmix_prefix_name but empty prefix" 14016 msgstr "" 14017 14018 #: config/tc-mmix.c:2044 14019 #, c-format 14020 msgid "too many GREG registers allocated (max %d)" 14021 msgstr "" 14022 14023 #: config/tc-mmix.c:2104 14024 msgid "BSPEC already active. Nesting is not supported." 14025 msgstr "" 14026 14027 #: config/tc-mmix.c:2113 14028 msgid "invalid BSPEC expression" 14029 msgstr "" 14030 14031 #: config/tc-mmix.c:2129 14032 #, c-format 14033 msgid "can't create section %s" 14034 msgstr "" 14035 14036 #: config/tc-mmix.c:2133 14037 #, c-format 14038 msgid "can't set section flags for section %s" 14039 msgstr "" 14040 14041 #: config/tc-mmix.c:2154 14042 msgid "ESPEC without preceding BSPEC" 14043 msgstr "" 14044 14045 #: config/tc-mmix.c:2183 14046 msgid "missing local expression" 14047 msgstr "" 14048 14049 #: config/tc-mmix.c:2400 14050 msgid "operand out of range, instruction expanded" 14051 msgstr "" 14052 14053 #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be 14054 #. user-friendly, though a little bit non-substantial. 14055 #: config/tc-mmix.c:2650 14056 msgid "directive LOCAL must be placed in code or data" 14057 msgstr "" 14058 14059 #: config/tc-mmix.c:2651 14060 msgid "internal confusion: relocation in a section without contents" 14061 msgstr "" 14062 14063 #: config/tc-mmix.c:2765 14064 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section" 14065 msgstr "" 14066 14067 #: config/tc-mmix.c:2813 14068 msgid "no suitable GREG definition for operands" 14069 msgstr "" 14070 14071 #: config/tc-mmix.c:2872 14072 msgid "operands were not reducible at assembly-time" 14073 msgstr "" 14074 14075 #: config/tc-mmix.c:2898 14076 #, c-format 14077 msgid "cannot generate relocation type for symbol %s, code %s" 14078 msgstr "" 14079 14080 #: config/tc-mmix.c:2918 14081 #, c-format 14082 msgid "internal: unhandled label %s" 14083 msgstr "" 14084 14085 #: config/tc-mmix.c:2951 14086 msgid "[0-9]H labels may not appear alone on a line" 14087 msgstr "" 14088 14089 #: config/tc-mmix.c:2959 14090 msgid "[0-9]H labels do not mix with dot-pseudos" 14091 msgstr "" 14092 14093 #: config/tc-mmix.c:3045 14094 msgid "invalid characters in input" 14095 msgstr "" 14096 14097 #: config/tc-mmix.c:3139 14098 msgid "empty label field for IS" 14099 msgstr "" 14100 14101 #: config/tc-mmix.c:3464 14102 #, c-format 14103 msgid "internal: unexpected relax type %d:%d" 14104 msgstr "" 14105 14106 #: config/tc-mmix.c:3488 14107 msgid "BSPEC without ESPEC." 14108 msgstr "" 14109 14110 #: config/tc-mmix.c:3553 14111 msgid "LOC to section unknown or indeterminable at first pass" 14112 msgstr "" 14113 14114 #: config/tc-mmix.c:3737 14115 msgid "internal: GREG expression not resolved to section" 14116 msgstr "" 14117 14118 #: config/tc-mmix.c:3786 14119 msgid "register section has contents\n" 14120 msgstr "" 14121 14122 #: config/tc-mmix.c:3912 14123 msgid "section change from within a BSPEC/ESPEC pair is not supported" 14124 msgstr "" 14125 14126 #: config/tc-mmix.c:3933 14127 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported" 14128 msgstr "" 14129 14130 #: config/tc-mmix.c:3943 14131 msgid "invalid LOC expression" 14132 msgstr "" 14133 14134 #: config/tc-mmix.c:3988 config/tc-mmix.c:4015 14135 msgid "LOC expression stepping backwards is not supported" 14136 msgstr "" 14137 14138 #. We will only get here in rare cases involving #NO_APP, 14139 #. where the unterminated string is not recognized by the 14140 #. preformatting pass. 14141 #: config/tc-mmix.c:4124 config/tc-mmix.c:4282 config/tc-z80.c:3229 14142 msgid "unterminated string" 14143 msgstr "" 14144 14145 #: config/tc-mmix.c:4141 14146 msgid "BYTE expression not a pure number" 14147 msgstr "" 14148 14149 #. Note that mmixal does not allow negative numbers in 14150 #. BYTE sequences, so neither should we. 14151 #: config/tc-mmix.c:4150 14152 msgid "BYTE expression not in the range 0..255" 14153 msgstr "" 14154 14155 #: config/tc-mmix.c:4199 config/tc-mmix.c:4215 14156 msgid "data item with alignment larger than location" 14157 msgstr "" 14158 14159 #. Since integer_constant is local to expr.c, we have to make this a 14160 #. macro. FIXME: Do it cleaner. 14161 #: config/tc-mmix.h:92 14162 msgid "`&' serial number operator is not supported" 14163 msgstr "" 14164 14165 #: config/tc-mn10200.c:300 14166 #, c-format 14167 msgid "" 14168 "MN10200 options:\n" 14169 "none yet\n" 14170 msgstr "" 14171 14172 #: config/tc-mn10200.c:886 config/tc-mn10300.c:1253 config/tc-s390.c:1949 14173 #: config/tc-v850.c:2297 14174 #, c-format 14175 msgid "Unrecognized opcode: `%s'" 14176 msgstr "" 14177 14178 #. xgettext:c-format. 14179 #: config/tc-mn10200.c:1130 config/tc-mn10300.c:1822 config/tc-ppc.c:4002 14180 #: config/tc-s390.c:1859 config/tc-v850.c:3013 14181 #, c-format 14182 msgid "junk at end of line: `%s'" 14183 msgstr "" 14184 14185 #: config/tc-mn10300.c:439 14186 #, c-format 14187 msgid "" 14188 "MN10300 assembler options:\n" 14189 "none yet\n" 14190 msgstr "" 14191 14192 #: config/tc-mn10300.c:1270 14193 msgid "Invalid opcode/operands" 14194 msgstr "" 14195 14196 #: config/tc-mn10300.c:1793 14197 msgid "Invalid register specification." 14198 msgstr "" 14199 14200 #: config/tc-mn10300.c:2388 14201 #, c-format 14202 msgid "Bad relocation fixup type (%d)" 14203 msgstr "" 14204 14205 #: config/tc-moxie.c:204 config/tc-moxie.c:223 config/tc-moxie.c:314 14206 #: config/tc-moxie.c:360 14207 msgid "expecting comma delimited register operands" 14208 msgstr "" 14209 14210 #: config/tc-moxie.c:250 config/tc-moxie.c:390 config/tc-moxie.c:420 14211 #: config/tc-moxie.c:495 14212 msgid "expecting comma delimited operands" 14213 msgstr "" 14214 14215 #: config/tc-moxie.c:318 config/tc-moxie.c:346 14216 msgid "expecting indirect register `($rA)'" 14217 msgstr "" 14218 14219 #: config/tc-moxie.c:326 config/tc-moxie.c:354 config/tc-moxie.c:445 14220 #: config/tc-moxie.c:487 14221 msgid "missing closing parenthesis" 14222 msgstr "" 14223 14224 #: config/tc-moxie.c:437 config/tc-moxie.c:479 14225 msgid "expecting indirect register `($rX)'" 14226 msgstr "" 14227 14228 #: config/tc-moxie.c:554 config/tc-pj.c:313 14229 msgid "Something forgot to clean up\n" 14230 msgstr "" 14231 14232 #: config/tc-moxie.c:638 14233 #, c-format 14234 msgid "" 14235 " -EB assemble for a big endian system (default)\n" 14236 " -EL assemble for a little endian system\n" 14237 msgstr "" 14238 14239 #: config/tc-moxie.c:698 14240 msgid "pcrel too far BFD_RELOC_MOXIE_10" 14241 msgstr "" 14242 14243 #: config/tc-msp430.c:522 14244 msgid ".profiler pseudo requires at least two operands." 14245 msgstr "" 14246 14247 #: config/tc-msp430.c:581 14248 msgid "unknown profiling flag - ignored." 14249 msgstr "" 14250 14251 #: config/tc-msp430.c:597 14252 msgid "ambiguous flags combination - '.profiler' directive ignored." 14253 msgstr "" 14254 14255 #: config/tc-msp430.c:607 14256 msgid "profiling in absolute section?" 14257 msgstr "" 14258 14259 #: config/tc-msp430.c:1383 14260 #, c-format 14261 msgid "Unrecognised CPU errata name starting here: %s" 14262 msgstr "" 14263 14264 #: config/tc-msp430.c:1389 14265 #, c-format 14266 msgid "Expecting comma after CPU errata name, not: %s" 14267 msgstr "" 14268 14269 #: config/tc-msp430.c:1399 14270 msgid "MCU option requires a name\n" 14271 msgstr "" 14272 14273 #: config/tc-msp430.c:1437 14274 #, c-format 14275 msgid "unrecognised argument to -mcpu option '%s'" 14276 msgstr "" 14277 14278 #: config/tc-msp430.c:1634 14279 #, c-format 14280 msgid "bad arguments \"%s\" and/or \"%s\" in %s directive" 14281 msgstr "" 14282 14283 #: config/tc-msp430.c:1646 14284 #, c-format 14285 msgid "file was compiled for the 430 ISA but the %s ISA is selected" 14286 msgstr "" 14287 14288 #: config/tc-msp430.c:1651 14289 msgid "file was compiled for the 430X ISA but the 430 ISA is selected" 14290 msgstr "" 14291 14292 #: config/tc-msp430.c:1655 14293 #, c-format 14294 msgid "" 14295 "unknown MSPABI build attribute value '%d' for OFBA_MSPABI_Tag_ISA(%d) in ." 14296 "mspabi_attribute directive" 14297 msgstr "" 14298 14299 #: config/tc-msp430.c:1670 14300 msgid "" 14301 "file was compiled for the small memory model, but the large memory model is " 14302 "selected" 14303 msgstr "" 14304 14305 #: config/tc-msp430.c:1675 14306 msgid "" 14307 "file was compiled for the large memory model, but the small memory model is " 14308 "selected" 14309 msgstr "" 14310 14311 #: config/tc-msp430.c:1679 14312 #, c-format 14313 msgid "" 14314 "unknown MSPABI build attribute value '%d' for %s(%d) in .mspabi_attribute " 14315 "directive" 14316 msgstr "" 14317 14318 #: config/tc-msp430.c:1691 14319 #, c-format 14320 msgid "unknown MSPABI build attribute tag '%d' in .mspabi_attribute directive" 14321 msgstr "" 14322 14323 #: config/tc-msp430.c:1707 14324 msgid "" 14325 "file was compiled assuming all data will be in the lower memory region, but " 14326 "the upper region is in use" 14327 msgstr "" 14328 14329 #: config/tc-msp430.c:1712 14330 msgid "" 14331 "file was compiled assuming data could be in the upper memory region, but the " 14332 "lower data region is exclusively in use" 14333 msgstr "" 14334 14335 #: config/tc-msp430.c:1717 14336 #, c-format 14337 msgid "" 14338 "unknown GNU build attribute value '%d' for Tag_GNU_MSP430_Data_Region(%d) " 14339 "in .gnu_attribute directive" 14340 msgstr "" 14341 14342 #: config/tc-msp430.c:1723 14343 #, c-format 14344 msgid "internal: unexpected argument '%d' to msp430_object_attribute" 14345 msgstr "" 14346 14347 #: config/tc-msp430.c:1773 14348 #, c-format 14349 msgid "" 14350 "MSP430 options:\n" 14351 " -mmcu=<msp430-name> - select microcontroller type\n" 14352 " -mcpu={430|430x|430xv2} - select microcontroller architecture\n" 14353 msgstr "" 14354 14355 #: config/tc-msp430.c:1777 14356 #, c-format 14357 msgid "" 14358 " -msilicon-errata=<name>[,<name>...] - enable fixups for silicon errata\n" 14359 " -msilicon-errata-warn=<name>[,<name>...] - warn when a fixup might be " 14360 "needed\n" 14361 " supported errata names: cpu4, cpu8, cpu11, cpu12, cpu13, cpu19\n" 14362 msgstr "" 14363 14364 #: config/tc-msp430.c:1781 14365 #, c-format 14366 msgid "" 14367 " -mQ - enable relaxation at assembly time. DANGEROUS!\n" 14368 " -mP - enable polymorph instructions\n" 14369 msgstr "" 14370 14371 #: config/tc-msp430.c:1784 14372 #, c-format 14373 msgid " -ml - enable large code model\n" 14374 msgstr "" 14375 14376 #: config/tc-msp430.c:1786 14377 #, c-format 14378 msgid " -mN - do not insert NOPs after changing interrupts (default)\n" 14379 msgstr "" 14380 14381 #: config/tc-msp430.c:1788 14382 #, c-format 14383 msgid " -mn - insert a NOP after changing interrupts\n" 14384 msgstr "" 14385 14386 #: config/tc-msp430.c:1790 14387 #, c-format 14388 msgid " -mY - do not warn about missing NOPs after changing interrupts\n" 14389 msgstr "" 14390 14391 #: config/tc-msp430.c:1792 14392 #, c-format 14393 msgid " -my - warn about missing NOPs after changing interrupts (default)\n" 14394 msgstr "" 14395 14396 #: config/tc-msp430.c:1794 14397 #, c-format 14398 msgid "" 14399 " -mU - for an instruction which changes interrupt state, but where it is " 14400 "not\n" 14401 " known how the state is changed, do not warn/insert NOPs\n" 14402 msgstr "" 14403 14404 #: config/tc-msp430.c:1797 14405 #, c-format 14406 msgid "" 14407 " -mu - for an instruction which changes interrupt state, but where it is " 14408 "not\n" 14409 " known how the state is changed, warn/insert NOPs (default)\n" 14410 " -mn and/or -my are required for this to have any effect\n" 14411 msgstr "" 14412 14413 #: config/tc-msp430.c:1801 14414 #, c-format 14415 msgid "" 14416 " -mdata-region={none|lower|upper|either} - select region data will be\n" 14417 " placed in.\n" 14418 msgstr "" 14419 14420 #: config/tc-msp430.c:1973 14421 #, c-format 14422 msgid "extra characters '%s' at end of immediate expression '%s'" 14423 msgstr "" 14424 14425 #: config/tc-msp430.c:2005 config/tc-msp430.c:2189 config/tc-msp430.c:2304 14426 #, c-format 14427 msgid "value 0x%x out of extended range." 14428 msgstr "" 14429 14430 #: config/tc-msp430.c:2011 14431 #, c-format 14432 msgid "value %d out of range. Use #lo() or #hi()" 14433 msgstr "" 14434 14435 #: config/tc-msp430.c:2057 14436 msgid "cpu4: not converting PUSH #4 to shorter form" 14437 msgstr "" 14438 14439 #: config/tc-msp430.c:2074 14440 msgid "cpu4: not converting PUSH #8 to shorter form" 14441 msgstr "" 14442 14443 #: config/tc-msp430.c:2088 14444 msgid "error: unsupported #foo() directive used on symbol" 14445 msgstr "" 14446 14447 #: config/tc-msp430.c:2105 14448 #, c-format 14449 msgid "unknown expression in operand %s. Use #llo(), #lhi(), #hlo() or #hhi()" 14450 msgstr "" 14451 14452 #: config/tc-msp430.c:2156 14453 #, c-format 14454 msgid "Registers cannot be used within immediate expression [%s]" 14455 msgstr "" 14456 14457 #: config/tc-msp430.c:2158 14458 #, c-format 14459 msgid "unknown operand %s" 14460 msgstr "" 14461 14462 #: config/tc-msp430.c:2175 14463 #, c-format 14464 msgid "extra characters '%s' at the end of absolute operand '%s'" 14465 msgstr "" 14466 14467 #: config/tc-msp430.c:2195 config/tc-msp430.c:2310 14468 #, c-format 14469 msgid "value out of range: 0x%x" 14470 msgstr "" 14471 14472 #: config/tc-msp430.c:2206 14473 #, c-format 14474 msgid "Registers cannot be used within absolute expression [%s]" 14475 msgstr "" 14476 14477 #: config/tc-msp430.c:2208 config/tc-msp430.c:2339 14478 #, c-format 14479 msgid "unknown expression in operand %s" 14480 msgstr "" 14481 14482 #: config/tc-msp430.c:2222 14483 #, c-format 14484 msgid "unknown addressing mode %s" 14485 msgstr "" 14486 14487 #: config/tc-msp430.c:2230 14488 #, c-format 14489 msgid "Bad register name %s" 14490 msgstr "" 14491 14492 #: config/tc-msp430.c:2241 14493 msgid "cannot use indirect addressing with the PC" 14494 msgstr "" 14495 14496 #: config/tc-msp430.c:2261 14497 msgid "')' required" 14498 msgstr "" 14499 14500 #: config/tc-msp430.c:2273 14501 #, c-format 14502 msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?" 14503 msgstr "" 14504 14505 #: config/tc-msp430.c:2280 14506 msgid "r2 should not be used in indexed addressing mode" 14507 msgstr "" 14508 14509 #: config/tc-msp430.c:2293 config/tc-msp430.c:2368 config/tc-msp430.c:3512 14510 #: config/tc-msp430.c:3580 config/tc-msp430.c:3703 config/tc-msp430.c:4125 14511 #: config/tc-msp430.c:4224 config/tc-msp430.c:4275 14512 #, c-format 14513 msgid "extra characters '%s' at end of operand '%s'" 14514 msgstr "" 14515 14516 #: config/tc-msp430.c:2325 config/tc-msp430.c:2327 14517 msgid "CPU8: Stack pointer accessed with an odd offset" 14518 msgstr "" 14519 14520 #: config/tc-msp430.c:2337 14521 #, c-format 14522 msgid "Registers cannot be used as a prefix of indexed expression [%s]" 14523 msgstr "" 14524 14525 #: config/tc-msp430.c:2403 14526 #, c-format 14527 msgid "Internal bug. Try to use 0(r%d) instead of @r%d" 14528 msgstr "" 14529 14530 #: config/tc-msp430.c:2413 14531 msgid "this addressing mode is not applicable for destination operand" 14532 msgstr "" 14533 14534 #: config/tc-msp430.c:2444 config/tc-msp430.c:2579 config/tc-msp430.c:2616 14535 #: config/tc-msp430.c:2646 config/tc-msp430.c:3448 config/tc-msp430.c:3531 14536 #: config/tc-msp430.c:3625 14537 #, c-format 14538 msgid "expected register as second argument of %s" 14539 msgstr "" 14540 14541 #: config/tc-msp430.c:2483 config/tc-msp430.c:2549 14542 #, c-format 14543 msgid "index value too big for %s" 14544 msgstr "" 14545 14546 #: config/tc-msp430.c:2500 config/tc-msp430.c:2566 config/tc-msp430.c:2673 14547 #, c-format 14548 msgid "unexpected addressing mode for %s" 14549 msgstr "" 14550 14551 #: config/tc-msp430.c:2586 config/tc-msp430.c:2623 config/tc-msp430.c:2653 14552 #, c-format 14553 msgid "constant generator destination register found in %s" 14554 msgstr "" 14555 14556 #: config/tc-msp430.c:2630 config/tc-msp430.c:2660 14557 #, c-format 14558 msgid "constant generator source register found in %s" 14559 msgstr "" 14560 14561 #: config/tc-msp430.c:2839 14562 msgid "no size modifier after period, .w assumed" 14563 msgstr "" 14564 14565 #: config/tc-msp430.c:2842 14566 #, c-format 14567 msgid "unrecognised instruction size modifier .%c" 14568 msgstr "" 14569 14570 #: config/tc-msp430.c:2856 14571 #, c-format 14572 msgid "junk found after instruction: %s.%s" 14573 msgstr "" 14574 14575 #: config/tc-msp430.c:2876 14576 #, c-format 14577 msgid "instruction %s.a does not exist" 14578 msgstr "" 14579 14580 #: config/tc-msp430.c:2890 14581 #, c-format 14582 msgid "instruction %s requires %d operand" 14583 msgid_plural "instruction %s requires %d operands" 14584 msgstr[0] "" 14585 msgstr[1] "" 14586 14587 #: config/tc-msp430.c:2908 14588 #, c-format 14589 msgid "instruction %s requires MSP430X mcu" 14590 msgstr "" 14591 14592 #: config/tc-msp430.c:2928 14593 #, c-format 14594 msgid "unable to repeat %s insn" 14595 msgstr "" 14596 14597 #: config/tc-msp430.c:3000 14598 msgid "CPU12: CMP/BIT with PC destination ignores next instruction" 14599 msgstr "" 14600 14601 #: config/tc-msp430.c:3008 14602 msgid "CPU19: Instruction setting CPUOFF must be followed by a NOP" 14603 msgstr "" 14604 14605 #: config/tc-msp430.c:3015 14606 msgid "internal error: unknown nop check state" 14607 msgstr "" 14608 14609 #: config/tc-msp430.c:3069 config/tc-msp430.c:3071 config/tc-msp430.c:3786 14610 #: config/tc-msp430.c:3788 14611 msgid "CPU11: PC is destination of SR altering instruction" 14612 msgstr "" 14613 14614 #: config/tc-msp430.c:3086 config/tc-msp430.c:3088 config/tc-msp430.c:3193 14615 #: config/tc-msp430.c:3195 config/tc-msp430.c:3803 config/tc-msp430.c:3805 14616 #: config/tc-msp430.c:4024 config/tc-msp430.c:4026 14617 msgid "CPU13: SR is destination of SR altering instruction" 14618 msgstr "" 14619 14620 #: config/tc-msp430.c:3104 config/tc-msp430.c:3205 config/tc-msp430.c:3889 14621 #: config/tc-msp430.c:4058 14622 msgid "repeat instruction used with non-register mode instruction" 14623 msgstr "" 14624 14625 #: config/tc-msp430.c:3179 config/tc-msp430.c:3538 config/tc-msp430.c:4014 14626 #, c-format 14627 msgid "%s: attempt to rotate the PC register" 14628 msgstr "" 14629 14630 #: config/tc-msp430.c:3430 config/tc-msp430.c:3506 14631 #, c-format 14632 msgid "expected #n as first argument of %s" 14633 msgstr "" 14634 14635 #: config/tc-msp430.c:3436 14636 #, c-format 14637 msgid "extra characters '%s' at end of constant expression '%s'" 14638 msgstr "" 14639 14640 #: config/tc-msp430.c:3441 config/tc-msp430.c:3517 14641 #, c-format 14642 msgid "expected constant expression as first argument of %s" 14643 msgstr "" 14644 14645 #: config/tc-msp430.c:3467 14646 msgid "Too many registers popped" 14647 msgstr "" 14648 14649 #: config/tc-msp430.c:3477 14650 msgid "Cannot use POPM to restore the SR register" 14651 msgstr "" 14652 14653 #: config/tc-msp430.c:3497 config/tc-msp430.c:3566 14654 #, c-format 14655 msgid "repeat count cannot be used with %s" 14656 msgstr "" 14657 14658 #: config/tc-msp430.c:3524 14659 #, c-format 14660 msgid "expected first argument of %s to be in the range 1-4" 14661 msgstr "" 14662 14663 #: config/tc-msp430.c:3595 14664 #, c-format 14665 msgid "expected value of first argument of %s to fit into 20-bits" 14666 msgstr "" 14667 14668 #: config/tc-msp430.c:3614 14669 #, c-format 14670 msgid "expected register name or constant as first argument of %s" 14671 msgstr "" 14672 14673 #: config/tc-msp430.c:3708 14674 msgid "expected constant value as argument to RPT" 14675 msgstr "" 14676 14677 #: config/tc-msp430.c:3714 14678 msgid "expected constant in the range 2..16" 14679 msgstr "" 14680 14681 #: config/tc-msp430.c:3729 14682 msgid "PC used as an argument to RPT" 14683 msgstr "" 14684 14685 #: config/tc-msp430.c:3735 14686 msgid "expected constant or register name as argument to RPT insn" 14687 msgstr "" 14688 14689 #: config/tc-msp430.c:3742 14690 msgid "Illegal emulated instruction" 14691 msgstr "" 14692 14693 #: config/tc-msp430.c:4043 14694 #, c-format 14695 msgid "%s instruction does not accept a .b suffix" 14696 msgstr "" 14697 14698 #: config/tc-msp430.c:4156 14699 #, c-format 14700 msgid "Even number required. Rounded to %d" 14701 msgstr "" 14702 14703 #: config/tc-msp430.c:4167 14704 #, c-format 14705 msgid "Wrong displacement %d" 14706 msgstr "" 14707 14708 #: config/tc-msp430.c:4189 14709 msgid "instruction requires label sans '$'" 14710 msgstr "" 14711 14712 #: config/tc-msp430.c:4193 14713 msgid "instruction requires label or value in range -511:512" 14714 msgstr "" 14715 14716 #: config/tc-msp430.c:4199 config/tc-msp430.c:4253 config/tc-msp430.c:4301 14717 msgid "instruction requires label" 14718 msgstr "" 14719 14720 #: config/tc-msp430.c:4207 config/tc-msp430.c:4259 14721 msgid "polymorphs are not enabled. Use -mP option to enable." 14722 msgstr "" 14723 14724 #: config/tc-msp430.c:4305 14725 msgid "Illegal instruction or not implemented opcode." 14726 msgstr "" 14727 14728 #: config/tc-msp430.c:4359 14729 msgid "can't find opcode" 14730 msgstr "" 14731 14732 #: config/tc-msp430.c:4872 14733 #, c-format 14734 msgid "internal inconsistency problem in %s: insn %04lx" 14735 msgstr "" 14736 14737 #: config/tc-msp430.c:4914 config/tc-msp430.c:4946 14738 #, c-format 14739 msgid "internal inconsistency problem in %s: ext. insn %04lx" 14740 msgstr "" 14741 14742 #: config/tc-msp430.c:4958 14743 #, c-format 14744 msgid "internal inconsistency problem in %s: %lx" 14745 msgstr "" 14746 14747 #: config/tc-mt.c:151 14748 #, c-format 14749 msgid "MT specific command line options:\n" 14750 msgstr "" 14751 14752 #: config/tc-mt.c:152 14753 #, c-format 14754 msgid " -march=ms1-64-001 allow ms1-64-001 instructions\n" 14755 msgstr "" 14756 14757 #: config/tc-mt.c:153 14758 #, c-format 14759 msgid " -march=ms1-16-002 allow ms1-16-002 instructions (default)\n" 14760 msgstr "" 14761 14762 #: config/tc-mt.c:154 14763 #, c-format 14764 msgid " -march=ms1-16-003 allow ms1-16-003 instructions\n" 14765 msgstr "" 14766 14767 #: config/tc-mt.c:155 14768 #, c-format 14769 msgid " -march=ms2 allow ms2 instructions \n" 14770 msgstr "" 14771 14772 #: config/tc-mt.c:156 14773 #, c-format 14774 msgid " -nosched disable scheduling restrictions\n" 14775 msgstr "" 14776 14777 #: config/tc-mt.c:226 14778 #, c-format 14779 msgid "instruction %s may not follow another memory access instruction." 14780 msgstr "" 14781 14782 #: config/tc-mt.c:232 14783 #, c-format 14784 msgid "instruction %s may not follow another I/O instruction." 14785 msgstr "" 14786 14787 #: config/tc-mt.c:238 14788 #, c-format 14789 msgid "%s may not occupy the delay slot of another branch insn." 14790 msgstr "" 14791 14792 #: config/tc-mt.c:263 14793 #, c-format 14794 msgid "operand references R%ld of previous instruction." 14795 msgstr "" 14796 14797 #: config/tc-mt.c:269 14798 #, c-format 14799 msgid "operand references R%ld of instruction before previous." 14800 msgstr "" 14801 14802 #: config/tc-mt.c:283 config/tc-mt.c:288 14803 #, c-format 14804 msgid "" 14805 "conditional branch or jal insn's operand references R%ld of previous " 14806 "arithmetic or logic insn." 14807 msgstr "" 14808 14809 #: config/tc-mt.c:351 14810 msgid "md_estimate_size_before_relax\n" 14811 msgstr "" 14812 14813 #: config/tc-nds32.c:2374 14814 msgid "" 14815 "<arch name>\t Assemble for architecture <arch name>\n" 14816 "\t\t\t <arch name> could be\n" 14817 "\t\t\t v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s" 14818 msgstr "" 14819 14820 #: config/tc-nds32.c:2378 14821 msgid "" 14822 "<baseline>\t Assemble for baseline <baseline>\n" 14823 "\t\t\t <baseline> could be v2, v3, v3m" 14824 msgstr "" 14825 14826 #: config/tc-nds32.c:2381 14827 msgid "" 14828 "<freg>\t Specify a FPU configuration\n" 14829 "\t\t\t <freg>\n" 14830 "\t\t\t 0: 8 SP / 4 DP registers\n" 14831 "\t\t\t 1: 16 SP / 8 DP registers\n" 14832 "\t\t\t 2: 32 SP / 16 DP registers\n" 14833 "\t\t\t 3: 32 SP / 32 DP registers" 14834 msgstr "" 14835 14836 #: config/tc-nds32.c:2387 14837 msgid "" 14838 "<abi>\t Specify a abi version\n" 14839 "\t\t\t <abi> could be v1, v2, v2fp, v2fpp" 14840 msgstr "" 14841 14842 #: config/tc-nds32.c:2420 14843 msgid "Multiply instructions support" 14844 msgstr "" 14845 14846 #: config/tc-nds32.c:2421 14847 msgid "Divide instructions support" 14848 msgstr "" 14849 14850 #: config/tc-nds32.c:2422 14851 msgid "16-bit extension" 14852 msgstr "" 14853 14854 #: config/tc-nds32.c:2423 14855 msgid "d0/d1 registers" 14856 msgstr "" 14857 14858 #: config/tc-nds32.c:2424 14859 msgid "Performance extension" 14860 msgstr "" 14861 14862 #: config/tc-nds32.c:2425 14863 msgid "Performance extension 2" 14864 msgstr "" 14865 14866 #: config/tc-nds32.c:2426 14867 msgid "String extension" 14868 msgstr "" 14869 14870 #: config/tc-nds32.c:2427 14871 msgid "Reduced Register configuration (GPR16) option" 14872 msgstr "" 14873 14874 #: config/tc-nds32.c:2428 14875 msgid "AUDIO ISA extension" 14876 msgstr "" 14877 14878 #: config/tc-nds32.c:2429 14879 msgid "FPU SP extension" 14880 msgstr "" 14881 14882 #: config/tc-nds32.c:2430 14883 msgid "FPU DP extension" 14884 msgstr "" 14885 14886 #: config/tc-nds32.c:2431 14887 msgid "FPU fused-multiply-add instructions" 14888 msgstr "" 14889 14890 #: config/tc-nds32.c:2432 14891 msgid "DSP extension" 14892 msgstr "" 14893 14894 #: config/tc-nds32.c:2433 14895 msgid "hardware loop extension" 14896 msgstr "" 14897 14898 #: config/tc-nds32.c:2470 14899 #, c-format 14900 msgid "" 14901 "\n" 14902 " NDS32-specific assembler options:\n" 14903 msgstr "" 14904 14905 #: config/tc-nds32.c:2471 14906 #, c-format 14907 msgid "" 14908 " -O1,\t\t\t Optimize for performance\n" 14909 " -Os\t\t\t Optimize for space\n" 14910 msgstr "" 14911 14912 #: config/tc-nds32.c:2474 14913 #, c-format 14914 msgid "" 14915 " -EL, -mel or -little Produce little endian output\n" 14916 " -EB, -meb or -big Produce big endian output\n" 14917 " -mpic\t\t\t Generate PIC\n" 14918 " -mno-fp-as-gp-relax\t Suppress fp-as-gp relaxation for this file\n" 14919 " -mb2bb-relax\t\t Back-to-back branch optimization\n" 14920 " -mno-all-relax\t Suppress all relaxation for this file\n" 14921 msgstr "" 14922 14923 #: config/tc-nds32.c:2485 14924 #, c-format 14925 msgid " -m%s%s\n" 14926 msgstr "" 14927 14928 #: config/tc-nds32.c:2492 14929 #, c-format 14930 msgid " -m[no-]%-17sEnable/Disable %s\n" 14931 msgstr "" 14932 14933 #: config/tc-nds32.c:2496 14934 #, c-format 14935 msgid " -mall-ext\t\t Turn on all extensions and instructions support\n" 14936 msgstr "" 14937 14938 #: config/tc-nds32.c:2770 14939 #, c-format 14940 msgid "la must use with symbol. '%s'" 14941 msgstr "" 14942 14943 #: config/tc-nds32.c:2823 14944 #, c-format 14945 msgid "need PIC qualifier with symbol. '%s'" 14946 msgstr "" 14947 14948 #: config/tc-nds32.c:2860 14949 #, c-format 14950 msgid "Operand is not a constant. `%s'" 14951 msgstr "" 14952 14953 #: config/tc-nds32.c:2949 14954 #, c-format 14955 msgid "needs @GOT or @GOTOFF. %s" 14956 msgstr "" 14957 14958 #: config/tc-nds32.c:3487 14959 #, c-format 14960 msgid "Too many argument. `%s'" 14961 msgstr "" 14962 14963 #. Logic here rejects the input arch name. 14964 #: config/tc-nds32.c:3548 14965 #, c-format 14966 msgid "unknown arch name `%s'\n" 14967 msgstr "" 14968 14969 #. Logic here rejects the input baseline. 14970 #: config/tc-nds32.c:3567 14971 #, c-format 14972 msgid "unknown baseline `%s'\n" 14973 msgstr "" 14974 14975 #. Logic here rejects the input FPU configuration. 14976 #: config/tc-nds32.c:3590 14977 #, c-format 14978 msgid "unknown FPU configuration `%s'\n" 14979 msgstr "" 14980 14981 #. Logic here rejects the input abi version. 14982 #: config/tc-nds32.c:3614 14983 #, c-format 14984 msgid "unknown ABI version`%s'\n" 14985 msgstr "" 14986 14987 #: config/tc-nds32.c:4337 14988 #, c-format 14989 msgid "Different arguments of .vec_size are found, previous %d, current %d" 14990 msgstr "" 14991 14992 #: config/tc-nds32.c:4342 14993 #, c-format 14994 msgid "Argument of .vec_size is expected 4 or 16, actual: %d." 14995 msgstr "" 14996 14997 #: config/tc-nds32.c:4346 14998 msgid "Argument of .vec_size is not a constant." 14999 msgstr "" 15000 15001 #: config/tc-nds32.c:4929 15002 #, c-format 15003 msgid "Don't know how to handle this field. %s" 15004 msgstr "" 15005 15006 #: config/tc-nds32.c:5294 15007 #, c-format 15008 msgid "instruction %s requires enabling performance extension" 15009 msgstr "" 15010 15011 #: config/tc-nds32.c:5306 15012 #, c-format 15013 msgid "instruction %s requires enabling performance extension II" 15014 msgstr "" 15015 15016 #: config/tc-nds32.c:5318 15017 #, c-format 15018 msgid "instruction %s requires enabling AUDIO extension" 15019 msgstr "" 15020 15021 #: config/tc-nds32.c:5330 15022 #, c-format 15023 msgid "instruction %s requires enabling STRING extension" 15024 msgstr "" 15025 15026 #: config/tc-nds32.c:5344 15027 #, c-format 15028 msgid "instruction %s requires enabling DIV & DX_REGS extension" 15029 msgstr "" 15030 15031 #: config/tc-nds32.c:5359 15032 #, c-format 15033 msgid "instruction %s requires enabling FPU extension" 15034 msgstr "" 15035 15036 #: config/tc-nds32.c:5371 15037 #, c-format 15038 msgid "instruction %s requires enabling FPU_SP extension" 15039 msgstr "" 15040 15041 #: config/tc-nds32.c:5383 15042 #, c-format 15043 msgid "instruction %s requires enabling FPU_DP extension" 15044 msgstr "" 15045 15046 #: config/tc-nds32.c:5394 config/tc-nds32.c:5402 15047 #, c-format 15048 msgid "instruction %s requires enabling FPU_MAC extension" 15049 msgstr "" 15050 15051 #: config/tc-nds32.c:5410 15052 #, c-format 15053 msgid "instruction %s requires enabling DX_REGS extension" 15054 msgstr "" 15055 15056 #: config/tc-nds32.c:5426 15057 #, c-format 15058 msgid "instruction %s requires enabling dsp extension" 15059 msgstr "" 15060 15061 #: config/tc-nds32.c:5438 15062 #, c-format 15063 msgid "instruction %s requires enabling zol extension" 15064 msgstr "" 15065 15066 #: config/tc-nds32.c:5443 15067 #, c-format 15068 msgid "internal error: unknown instruction attribute: 0x%08x" 15069 msgstr "" 15070 15071 #: config/tc-nds32.c:5736 15072 #, c-format 15073 msgid "relax hint unrecognized instruction: line %d." 15074 msgstr "" 15075 15076 #: config/tc-nds32.c:5791 15077 #, c-format 15078 msgid "Can not find match relax hint. Line: %d" 15079 msgstr "" 15080 15081 #: config/tc-nds32.c:5988 15082 msgid "Internal error: .relax_hint KEY is not a number!" 15083 msgstr "" 15084 15085 #: config/tc-nds32.c:6016 15086 #, c-format 15087 msgid "Internal error: Relax hint (%s) error. %s: %s (%x)" 15088 msgstr "" 15089 15090 #: config/tc-nds32.c:6093 15091 #, c-format 15092 msgid "Internal error: Range error. %s" 15093 msgstr "" 15094 15095 #: config/tc-nds32.c:6154 15096 msgid "Multiple BFD_RELOC_NDS32_PTR_RESOLVED patterns are not supported yet!" 15097 msgstr "" 15098 15099 #: config/tc-nds32.c:6302 15100 #, c-format 15101 msgid "Not support instruction %s in verbatim." 15102 msgstr "" 15103 15104 #: config/tc-nds32.c:6309 15105 #, c-format 15106 msgid "16-bit instruction is disabled: %s." 15107 msgstr "" 15108 15109 #: config/tc-nds32.c:6336 15110 #, c-format 15111 msgid "Instruction %s not supported in the baseline." 15112 msgstr "" 15113 15114 #: config/tc-nds32.c:6403 15115 #, c-format 15116 msgid "Unrecognized opcode, %s." 15117 msgstr "" 15118 15119 #: config/tc-nds32.c:6406 15120 #, c-format 15121 msgid "Incorrect syntax, %s." 15122 msgstr "" 15123 15124 #: config/tc-nds32.c:6409 15125 #, c-format 15126 msgid "Unrecognized operand/register, %s." 15127 msgstr "" 15128 15129 #: config/tc-nds32.c:6412 15130 #, c-format 15131 msgid "Operand out of range, %s." 15132 msgstr "" 15133 15134 #: config/tc-nds32.c:6415 15135 #, c-format 15136 msgid "Prohibited register used for reduced-register, %s." 15137 msgstr "" 15138 15139 #: config/tc-nds32.c:6418 15140 #, c-format 15141 msgid "Junk at end of line, %s." 15142 msgstr "" 15143 15144 #: config/tc-nds32.c:7116 15145 msgid "Addend to unresolved symbol is not on word boundary." 15146 msgstr "" 15147 15148 #. Should never here. 15149 #: config/tc-nds32.c:7609 15150 msgid "Used FPU instructions requires enabling FPU extension" 15151 msgstr "" 15152 15153 #: config/tc-nds32.c:7805 15154 #, c-format 15155 msgid "Internal error: Unknown fixup type %d (`%s')" 15156 msgstr "" 15157 15158 #: config/tc-ns32k.c:437 15159 msgid "Invalid syntax in PC-relative addressing mode" 15160 msgstr "" 15161 15162 #: config/tc-ns32k.c:461 15163 msgid "Invalid syntax in External addressing mode" 15164 msgstr "" 15165 15166 #: config/tc-ns32k.c:542 15167 msgid "Invalid syntax in Memory Relative addressing mode" 15168 msgstr "" 15169 15170 #: config/tc-ns32k.c:609 15171 msgid "Invalid scaled-indexed mode, use (b,w,d,q)" 15172 msgstr "" 15173 15174 #: config/tc-ns32k.c:614 15175 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}" 15176 msgstr "" 15177 15178 #: config/tc-ns32k.c:619 15179 msgid "Scaled-indexed addressing mode combined with scaled-index" 15180 msgstr "" 15181 15182 #: config/tc-ns32k.c:630 15183 msgid "Invalid or illegal addressing mode combined with scaled-index" 15184 msgstr "" 15185 15186 #: config/tc-ns32k.c:753 15187 msgid "Premature end of suffix -- Defaulting to d" 15188 msgstr "" 15189 15190 #: config/tc-ns32k.c:766 15191 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d" 15192 msgstr "" 15193 15194 #: config/tc-ns32k.c:811 15195 msgid "Very short instr to option, ie you can't do it on a NULLstr" 15196 msgstr "" 15197 15198 #: config/tc-ns32k.c:861 15199 msgid "No such entry in list. (cpu/mmu register)" 15200 msgstr "" 15201 15202 #: config/tc-ns32k.c:918 15203 msgid "Internal consistency error. check ns32k-opcode.h" 15204 msgstr "" 15205 15206 #: config/tc-ns32k.c:943 15207 msgid "Address of immediate operand" 15208 msgstr "" 15209 15210 #: config/tc-ns32k.c:944 15211 msgid "Invalid immediate write operand." 15212 msgstr "" 15213 15214 #: config/tc-ns32k.c:1074 15215 msgid "Bad opcode-table-option, check in file ns32k-opcode.h" 15216 msgstr "" 15217 15218 #: config/tc-ns32k.c:1110 15219 msgid "No such opcode" 15220 msgstr "" 15221 15222 #: config/tc-ns32k.c:1185 15223 msgid "Bad suffix, defaulting to d" 15224 msgstr "" 15225 15226 #: config/tc-ns32k.c:1212 15227 msgid "Too many operands passed to instruction" 15228 msgstr "" 15229 15230 #. Check error in default. 15231 #: config/tc-ns32k.c:1224 15232 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h" 15233 msgstr "" 15234 15235 #: config/tc-ns32k.c:1227 15236 msgid "Wrong number of operands" 15237 msgstr "" 15238 15239 #: config/tc-ns32k.c:1300 15240 #, c-format 15241 msgid "Can not do %d byte pc-relative relocation for storage type %d" 15242 msgstr "" 15243 15244 #: config/tc-ns32k.c:1303 15245 #, c-format 15246 msgid "Can not do %d byte relocation for storage type %d" 15247 msgstr "" 15248 15249 #: config/tc-ns32k.c:1395 15250 #, c-format 15251 msgid "value of %ld out of byte displacement range." 15252 msgstr "" 15253 15254 #: config/tc-ns32k.c:1405 15255 #, c-format 15256 msgid "value of %ld out of word displacement range." 15257 msgstr "" 15258 15259 #: config/tc-ns32k.c:1420 15260 #, c-format 15261 msgid "value of %ld out of double word displacement range." 15262 msgstr "" 15263 15264 #: config/tc-ns32k.c:1441 15265 #, c-format 15266 msgid "Internal logic error. Line %d, file: \"%s\"" 15267 msgstr "" 15268 15269 #: config/tc-ns32k.c:1489 15270 #, c-format 15271 msgid "Internal logic error. line %d, file \"%s\"" 15272 msgstr "" 15273 15274 #: config/tc-ns32k.c:1590 15275 msgid "Bit field out of range" 15276 msgstr "" 15277 15278 #: config/tc-ns32k.c:1690 15279 msgid "iif convert internal pcrel/binary" 15280 msgstr "" 15281 15282 #: config/tc-ns32k.c:1707 15283 msgid "Bignum too big for long" 15284 msgstr "" 15285 15286 #: config/tc-ns32k.c:1784 15287 msgid "iif convert internal pcrel/pointer" 15288 msgstr "" 15289 15290 #: config/tc-ns32k.c:1789 15291 msgid "Internal logic error in iif.iifP[n].type" 15292 msgstr "" 15293 15294 #. We can't relax this case. 15295 #: config/tc-ns32k.c:1825 15296 msgid "Can't relax difference" 15297 msgstr "" 15298 15299 #: config/tc-ns32k.c:1866 15300 msgid "Displacement too large for :d" 15301 msgstr "" 15302 15303 #: config/tc-ns32k.c:1879 15304 msgid "Internal logic error in iif.iifP[].type" 15305 msgstr "" 15306 15307 #: config/tc-ns32k.c:2143 15308 #, c-format 15309 msgid "invalid architecture option -m%s, ignored" 15310 msgstr "" 15311 15312 #: config/tc-ns32k.c:2156 15313 #, c-format 15314 msgid "invalid default displacement size \"%s\". Defaulting to %d." 15315 msgstr "" 15316 15317 #: config/tc-ns32k.c:2172 15318 #, c-format 15319 msgid "" 15320 "NS32K options:\n" 15321 "-m32032 | -m32532\tselect variant of NS32K architecture\n" 15322 "--disp-size-default=<1|2|4>\n" 15323 msgstr "" 15324 15325 #: config/tc-ns32k.c:2248 15326 #, c-format 15327 msgid "Cannot find relocation type for symbol %s, code %d" 15328 msgstr "" 15329 15330 #: config/tc-pdp11.c:351 config/tc-pdp11.c:369 config/tc-pdp11.c:375 15331 #: config/tc-pdp11.c:400 config/tc-pdp11.c:406 config/tc-pdp11.c:419 15332 msgid "Bad register name" 15333 msgstr "" 15334 15335 #: config/tc-pdp11.c:438 config/tc-pdp11.c:502 config/tc-pdp11.c:513 15336 msgid "Error in expression" 15337 msgstr "" 15338 15339 #: config/tc-pdp11.c:510 15340 msgid "Low order bits truncated in immediate float operand" 15341 msgstr "" 15342 15343 #: config/tc-pdp11.c:654 15344 msgid "Float AC not legal as integer operand" 15345 msgstr "" 15346 15347 #: config/tc-pdp11.c:674 15348 msgid "General register not legal as float operand" 15349 msgstr "" 15350 15351 #: config/tc-pdp11.c:707 15352 msgid "No instruction found" 15353 msgstr "" 15354 15355 #: config/tc-pdp11.c:717 config/tc-z80.c:3695 15356 #, c-format 15357 msgid "Unknown instruction '%s'" 15358 msgstr "" 15359 15360 #: config/tc-pdp11.c:723 15361 #, c-format 15362 msgid "Unsupported instruction set extension: %s" 15363 msgstr "" 15364 15365 #: config/tc-pdp11.c:757 15366 msgid "operand is not an absolute constant" 15367 msgstr "" 15368 15369 #: config/tc-pdp11.c:765 15370 msgid "3-bit immediate out of range" 15371 msgstr "" 15372 15373 #: config/tc-pdp11.c:772 15374 msgid "6-bit immediate out of range" 15375 msgstr "" 15376 15377 #: config/tc-pdp11.c:779 15378 msgid "8-bit immediate out of range" 15379 msgstr "" 15380 15381 #: config/tc-pdp11.c:796 config/tc-pdp11.c:989 15382 msgid "Symbol expected" 15383 msgstr "" 15384 15385 #: config/tc-pdp11.c:801 15386 msgid "8-bit displacement out of range" 15387 msgstr "" 15388 15389 #: config/tc-pdp11.c:843 config/tc-pdp11.c:864 config/tc-pdp11.c:881 15390 #: config/tc-pdp11.c:902 config/tc-pdp11.c:919 config/tc-pdp11.c:940 15391 #: config/tc-pdp11.c:959 config/tc-pdp11.c:980 15392 msgid "Missing ','" 15393 msgstr "" 15394 15395 #: config/tc-pdp11.c:994 15396 msgid "6-bit displacement out of range" 15397 msgstr "" 15398 15399 #: config/tc-pdp11.c:1015 config/tc-tilegx.c:1204 config/tc-tilepro.c:1091 15400 #: config/tc-vax.c:1943 15401 msgid "Too many operands" 15402 msgstr "" 15403 15404 #: config/tc-pdp11.c:1464 15405 #, c-format 15406 msgid "Can not represent %s relocation in this object file format" 15407 msgstr "" 15408 15409 #: config/tc-pj.c:64 config/tc-pj.c:73 15410 msgid "confusing relocation expressions" 15411 msgstr "" 15412 15413 #: config/tc-pj.c:157 15414 msgid "can't have relocation for ipush" 15415 msgstr "" 15416 15417 #: config/tc-pj.c:289 15418 msgid "expected expression" 15419 msgstr "" 15420 15421 #: config/tc-pj.c:355 15422 #, c-format 15423 msgid "" 15424 "PJ options:\n" 15425 "-little\t\t\tgenerate little endian code\n" 15426 "-big\t\t\tgenerate big endian code\n" 15427 msgstr "" 15428 15429 #: config/tc-pj.c:380 config/tc-sh.c:3577 config/tc-sh.c:3584 15430 #: config/tc-sh.c:3591 config/tc-sh.c:3598 15431 msgid "pcrel too far" 15432 msgstr "" 15433 15434 #: config/tc-ppc.c:964 config/tc-ppc.c:972 config/tc-ppc.c:3496 15435 msgid "invalid register expression" 15436 msgstr "" 15437 15438 #: config/tc-ppc.c:1135 config/tc-ppc.c:1193 config/tc-ppc.c:1241 15439 msgid "the use of -mvle requires big endian." 15440 msgstr "" 15441 15442 #: config/tc-ppc.c:1173 config/tc-ppc.c:1195 15443 msgid "the use of -mvle requires -a32." 15444 msgstr "" 15445 15446 #: config/tc-ppc.c:1175 15447 #, c-format 15448 msgid "%s unsupported" 15449 msgstr "" 15450 15451 #: config/tc-ppc.c:1268 config/tc-s390.c:506 config/tc-s390.c:513 15452 #, c-format 15453 msgid "invalid switch -m%s" 15454 msgstr "" 15455 15456 #: config/tc-ppc.c:1299 15457 msgid "--nops needs a numeric argument" 15458 msgstr "" 15459 15460 #: config/tc-ppc.c:1335 15461 #, c-format 15462 msgid "PowerPC options:\n" 15463 msgstr "" 15464 15465 #: config/tc-ppc.c:1337 15466 #, c-format 15467 msgid "-a32 generate ELF32/XCOFF32\n" 15468 msgstr "" 15469 15470 #: config/tc-ppc.c:1340 15471 #, c-format 15472 msgid "-a64 generate ELF64/XCOFF64\n" 15473 msgstr "" 15474 15475 #: config/tc-ppc.c:1342 15476 #, c-format 15477 msgid "-u ignored\n" 15478 msgstr "" 15479 15480 #: config/tc-ppc.c:1344 15481 #, c-format 15482 msgid "-mpwrx, -mpwr2 generate code for POWER/2 (RIOS2)\n" 15483 msgstr "" 15484 15485 #: config/tc-ppc.c:1346 15486 #, c-format 15487 msgid "-mpwr generate code for POWER (RIOS1)\n" 15488 msgstr "" 15489 15490 #: config/tc-ppc.c:1348 15491 #, c-format 15492 msgid "-m601 generate code for PowerPC 601\n" 15493 msgstr "" 15494 15495 #: config/tc-ppc.c:1350 15496 #, c-format 15497 msgid "" 15498 "-mppc, -mppc32, -m603, -m604\n" 15499 " generate code for PowerPC 603/604\n" 15500 msgstr "" 15501 15502 #: config/tc-ppc.c:1353 15503 #, c-format 15504 msgid "-m403 generate code for PowerPC 403\n" 15505 msgstr "" 15506 15507 #: config/tc-ppc.c:1355 15508 #, c-format 15509 msgid "-m405 generate code for PowerPC 405\n" 15510 msgstr "" 15511 15512 #: config/tc-ppc.c:1357 15513 #, c-format 15514 msgid "-m440 generate code for PowerPC 440\n" 15515 msgstr "" 15516 15517 #: config/tc-ppc.c:1359 15518 #, c-format 15519 msgid "-m464 generate code for PowerPC 464\n" 15520 msgstr "" 15521 15522 #: config/tc-ppc.c:1361 15523 #, c-format 15524 msgid "-m476 generate code for PowerPC 476\n" 15525 msgstr "" 15526 15527 #: config/tc-ppc.c:1363 15528 #, c-format 15529 msgid "" 15530 "-m7400, -m7410, -m7450, -m7455\n" 15531 " generate code for PowerPC 7400/7410/7450/7455\n" 15532 msgstr "" 15533 15534 #: config/tc-ppc.c:1366 15535 #, c-format 15536 msgid "" 15537 "-m750cl, -mgekko, -mbroadway\n" 15538 " generate code for PowerPC 750cl/Gekko/Broadway\n" 15539 msgstr "" 15540 15541 #: config/tc-ppc.c:1369 15542 #, c-format 15543 msgid "-m821, -m850, -m860 generate code for PowerPC 821/850/860\n" 15544 msgstr "" 15545 15546 #: config/tc-ppc.c:1371 15547 #, c-format 15548 msgid "-mppc64, -m620 generate code for PowerPC 620/625/630\n" 15549 msgstr "" 15550 15551 #: config/tc-ppc.c:1373 15552 #, c-format 15553 msgid "" 15554 "-mppc64bridge generate code for PowerPC 64, including bridge " 15555 "insns\n" 15556 msgstr "" 15557 15558 #: config/tc-ppc.c:1375 15559 #, c-format 15560 msgid "-mbooke generate code for 32-bit PowerPC BookE\n" 15561 msgstr "" 15562 15563 #: config/tc-ppc.c:1377 15564 #, c-format 15565 msgid "-ma2 generate code for A2 architecture\n" 15566 msgstr "" 15567 15568 #: config/tc-ppc.c:1379 15569 #, c-format 15570 msgid "-mpower4, -mpwr4 generate code for Power4 architecture\n" 15571 msgstr "" 15572 15573 #: config/tc-ppc.c:1381 15574 #, c-format 15575 msgid "" 15576 "-mpower5, -mpwr5, -mpwr5x\n" 15577 " generate code for Power5 architecture\n" 15578 msgstr "" 15579 15580 #: config/tc-ppc.c:1384 15581 #, c-format 15582 msgid "-mpower6, -mpwr6 generate code for Power6 architecture\n" 15583 msgstr "" 15584 15585 #: config/tc-ppc.c:1386 15586 #, c-format 15587 msgid "-mpower7, -mpwr7 generate code for Power7 architecture\n" 15588 msgstr "" 15589 15590 #: config/tc-ppc.c:1388 15591 #, c-format 15592 msgid "-mpower8, -mpwr8 generate code for Power8 architecture\n" 15593 msgstr "" 15594 15595 #: config/tc-ppc.c:1390 15596 #, c-format 15597 msgid "-mpower9, -mpwr9 generate code for Power9 architecture\n" 15598 msgstr "" 15599 15600 #: config/tc-ppc.c:1392 15601 #, c-format 15602 msgid "-mpower10, -mpwr10 generate code for Power10 architecture\n" 15603 msgstr "" 15604 15605 #: config/tc-ppc.c:1394 15606 #, c-format 15607 msgid "-mpower11, -mpwr11 generate code for Power11 architecture\n" 15608 msgstr "" 15609 15610 #: config/tc-ppc.c:1396 15611 #, c-format 15612 msgid "-mlibresoc generate code for Libre-SOC architecture\n" 15613 msgstr "" 15614 15615 #: config/tc-ppc.c:1398 15616 #, c-format 15617 msgid "-mfuture generate code for 'future' architecture\n" 15618 msgstr "" 15619 15620 #: config/tc-ppc.c:1400 15621 #, c-format 15622 msgid "" 15623 "-mcell generate code for Cell Broadband Engine " 15624 "architecture\n" 15625 msgstr "" 15626 15627 #: config/tc-ppc.c:1402 15628 #, c-format 15629 msgid "" 15630 "-mcom generate code for Power/PowerPC common instructions\n" 15631 msgstr "" 15632 15633 #: config/tc-ppc.c:1404 15634 #, c-format 15635 msgid "" 15636 "-many generate code for any architecture (PWR/PWRX/PPC)\n" 15637 msgstr "" 15638 15639 #: config/tc-ppc.c:1406 15640 #, c-format 15641 msgid "-maltivec generate code for AltiVec\n" 15642 msgstr "" 15643 15644 #: config/tc-ppc.c:1408 15645 #, c-format 15646 msgid "" 15647 "-mvsx generate code for Vector-Scalar (VSX) instructions\n" 15648 msgstr "" 15649 15650 #: config/tc-ppc.c:1410 15651 #, c-format 15652 msgid "-me300 generate code for PowerPC e300 family\n" 15653 msgstr "" 15654 15655 #: config/tc-ppc.c:1412 15656 #, c-format 15657 msgid "-me500, -me500x2 generate code for Motorola e500 core complex\n" 15658 msgstr "" 15659 15660 #: config/tc-ppc.c:1414 15661 #, c-format 15662 msgid "" 15663 "-me500mc, generate code for Freescale e500mc core complex\n" 15664 msgstr "" 15665 15666 #: config/tc-ppc.c:1416 15667 #, c-format 15668 msgid "" 15669 "-me500mc64, generate code for Freescale e500mc64 core complex\n" 15670 msgstr "" 15671 15672 #: config/tc-ppc.c:1418 15673 #, c-format 15674 msgid "" 15675 "-me5500, generate code for Freescale e5500 core complex\n" 15676 msgstr "" 15677 15678 #: config/tc-ppc.c:1420 15679 #, c-format 15680 msgid "" 15681 "-me6500, generate code for Freescale e6500 core complex\n" 15682 msgstr "" 15683 15684 #: config/tc-ppc.c:1422 15685 #, c-format 15686 msgid "-mspe generate code for Motorola SPE instructions\n" 15687 msgstr "" 15688 15689 #: config/tc-ppc.c:1424 15690 #, c-format 15691 msgid "-mspe2 generate code for Freescale SPE2 instructions\n" 15692 msgstr "" 15693 15694 #: config/tc-ppc.c:1426 15695 #, c-format 15696 msgid "-mvle generate code for Freescale VLE instructions\n" 15697 msgstr "" 15698 15699 #: config/tc-ppc.c:1428 15700 #, c-format 15701 msgid "" 15702 "-mtitan generate code for AppliedMicro Titan core complex\n" 15703 msgstr "" 15704 15705 #: config/tc-ppc.c:1430 15706 #, c-format 15707 msgid "-mregnames Allow symbolic names for registers\n" 15708 msgstr "" 15709 15710 #: config/tc-ppc.c:1432 15711 #, c-format 15712 msgid "-mno-regnames Do not allow symbolic names for registers\n" 15713 msgstr "" 15714 15715 #: config/tc-ppc.c:1435 15716 #, c-format 15717 msgid "-mrelocatable support for GCC's -mrelocatble option\n" 15718 msgstr "" 15719 15720 #: config/tc-ppc.c:1437 15721 #, c-format 15722 msgid "-mrelocatable-lib support for GCC's -mrelocatble-lib option\n" 15723 msgstr "" 15724 15725 #: config/tc-ppc.c:1439 15726 #, c-format 15727 msgid "-memb set PPC_EMB bit in ELF flags\n" 15728 msgstr "" 15729 15730 #: config/tc-ppc.c:1441 15731 #, c-format 15732 msgid "" 15733 "-mlittle, -mlittle-endian, -le\n" 15734 " generate code for a little endian machine\n" 15735 msgstr "" 15736 15737 #: config/tc-ppc.c:1444 15738 #, c-format 15739 msgid "" 15740 "-mbig, -mbig-endian, -be\n" 15741 " generate code for a big endian machine\n" 15742 msgstr "" 15743 15744 #: config/tc-ppc.c:1447 15745 #, c-format 15746 msgid "-msolaris generate code for Solaris\n" 15747 msgstr "" 15748 15749 #: config/tc-ppc.c:1449 15750 #, c-format 15751 msgid "-mno-solaris do not generate code for Solaris\n" 15752 msgstr "" 15753 15754 #: config/tc-ppc.c:1451 15755 #, c-format 15756 msgid "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n" 15757 msgstr "" 15758 15759 #: config/tc-ppc.c:1453 15760 #, c-format 15761 msgid "-V print assembler version number\n" 15762 msgstr "" 15763 15764 #: config/tc-ppc.c:1455 15765 #, c-format 15766 msgid "-Qy, -Qn ignored\n" 15767 msgstr "" 15768 15769 #: config/tc-ppc.c:1458 15770 #, c-format 15771 msgid "" 15772 "-nops=count when aligning, more than COUNT nops uses a branch\n" 15773 msgstr "" 15774 15775 #: config/tc-ppc.c:1460 15776 #, c-format 15777 msgid "-ppc476-workaround warn if emitting data to code sections\n" 15778 msgstr "" 15779 15780 #: config/tc-ppc.c:1490 15781 #, c-format 15782 msgid "unknown default cpu = %s, os = %s" 15783 msgstr "" 15784 15785 #: config/tc-ppc.c:1576 15786 #, c-format 15787 msgid "mask trims opcode bits for %s" 15788 msgstr "" 15789 15790 #: config/tc-ppc.c:1586 15791 #, c-format 15792 msgid "operand index error for %s" 15793 msgstr "" 15794 15795 #: config/tc-ppc.c:1612 15796 #, c-format 15797 msgid "operand %d overlap in %s" 15798 msgstr "" 15799 15800 #: config/tc-ppc.c:1621 15801 #, c-format 15802 msgid "non-optional operand %d follows optional operand in %s" 15803 msgstr "" 15804 15805 #: config/tc-ppc.c:1687 15806 #, c-format 15807 msgid "powerpc_operands[%d].bitm invalid" 15808 msgstr "" 15809 15810 #: config/tc-ppc.c:1694 15811 #, c-format 15812 msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]" 15813 msgstr "" 15814 15815 #: config/tc-ppc.c:1722 config/tc-ppc.c:1775 config/tc-ppc.c:1817 15816 #: config/tc-ppc.c:1865 15817 #, c-format 15818 msgid "major opcode is not sorted for %s" 15819 msgstr "" 15820 15821 #: config/tc-ppc.c:1728 15822 #, c-format 15823 msgid "%s is enabled by vle flag" 15824 msgstr "" 15825 15826 #: config/tc-ppc.c:1735 15827 #, c-format 15828 msgid "%s not disabled by vle flag" 15829 msgstr "" 15830 15831 #: config/tc-ppc.c:1841 15832 #, c-format 15833 msgid "opcode is not sorted for %s" 15834 msgstr "" 15835 15836 #: config/tc-ppc.c:2259 15837 #, c-format 15838 msgid "symbol+offset@%s means symbol@%s+offset" 15839 msgstr "" 15840 15841 #: config/tc-ppc.c:2279 15842 #, c-format 15843 msgid "symbol+offset@%s not supported" 15844 msgstr "" 15845 15846 #: config/tc-ppc.c:2358 config/tc-ppc.c:4222 config/tc-ppc.c:7669 15847 msgid "data in executable section" 15848 msgstr "" 15849 15850 #: config/tc-ppc.c:2399 15851 msgid "expected comma after symbol-name: rest of line ignored." 15852 msgstr "" 15853 15854 #: config/tc-ppc.c:2432 15855 #, c-format 15856 msgid "ignoring attempt to re-define symbol `%s'." 15857 msgstr "" 15858 15859 #: config/tc-ppc.c:2440 15860 #, c-format 15861 msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld." 15862 msgstr "" 15863 15864 #: config/tc-ppc.c:2458 15865 msgid "common alignment not a power of 2" 15866 msgstr "" 15867 15868 #: config/tc-ppc.c:2499 15869 #, c-format 15870 msgid "expected comma after name `%s' in .localentry directive" 15871 msgstr "" 15872 15873 #: config/tc-ppc.c:2509 15874 msgid "missing expression in .localentry directive" 15875 msgstr "" 15876 15877 #: config/tc-ppc.c:2530 15878 #, c-format 15879 msgid ".localentry expression for `%s' is not a valid power of 2" 15880 msgstr "" 15881 15882 #: config/tc-ppc.c:2547 15883 #, c-format 15884 msgid ".localentry expression for `%s' does not evaluate to a constant" 15885 msgstr "" 15886 15887 #: config/tc-ppc.c:2562 15888 msgid "missing expression in .abiversion directive" 15889 msgstr "" 15890 15891 #: config/tc-ppc.c:2571 15892 msgid ".abiversion expression does not evaluate to a constant" 15893 msgstr "" 15894 15895 #: config/tc-ppc.c:2651 15896 msgid "relocation cannot be done when using -mrelocatable" 15897 msgstr "" 15898 15899 #: config/tc-ppc.c:2697 15900 msgid "TOC section size exceeds 64k" 15901 msgstr "" 15902 15903 #: config/tc-ppc.c:3257 15904 #, c-format 15905 msgid "%s howto doesn't match size/pcrel in gas" 15906 msgstr "" 15907 15908 #: config/tc-ppc.c:3336 15909 #, c-format 15910 msgid "unrecognized opcode: `%s'" 15911 msgstr "" 15912 15913 #. lmw, stmw, lswi, lswx, stswi, stswx 15914 #: config/tc-ppc.c:3347 15915 #, c-format 15916 msgid "`%s' invalid when little-endian" 15917 msgstr "" 15918 15919 #: config/tc-ppc.c:3689 15920 #, c-format 15921 msgid "@tls may not be used with \"%s\" operands" 15922 msgstr "" 15923 15924 #: config/tc-ppc.c:3692 15925 msgid "@tls may only be used in last operand" 15926 msgstr "" 15927 15928 #: config/tc-ppc.c:3730 config/tc-ppc.c:3740 config/tc-ppc.c:3750 15929 #: config/tc-ppc.c:3765 15930 #, c-format 15931 msgid "%s unsupported on this instruction" 15932 msgstr "" 15933 15934 #: config/tc-ppc.c:3812 15935 #, c-format 15936 msgid "assuming %s on symbol" 15937 msgstr "" 15938 15939 #: config/tc-ppc.c:3935 15940 msgid "unsupported relocation for DS offset field" 15941 msgstr "" 15942 15943 #: config/tc-ppc.c:3988 15944 #, c-format 15945 msgid "syntax error; found `%c', expected `%c'" 15946 msgstr "" 15947 15948 #: config/tc-ppc.c:3993 15949 #, c-format 15950 msgid "syntax error; end of line, expected `%c'" 15951 msgstr "" 15952 15953 #: config/tc-ppc.c:4058 config/tc-ppc.c:6852 15954 #, c-format 15955 msgid "instruction address is not a multiple of %d" 15956 msgstr "" 15957 15958 #: config/tc-ppc.c:4179 15959 msgid "bad .section directive: want a,e,v,w,x,M,S,G,T in string" 15960 msgstr "" 15961 15962 #: config/tc-ppc.c:4329 15963 msgid "missing size" 15964 msgstr "" 15965 15966 #: config/tc-ppc.c:4338 15967 msgid "negative size" 15968 msgstr "" 15969 15970 #: config/tc-ppc.c:4365 15971 msgid "Unknown visibility field in .comm" 15972 msgstr "" 15973 15974 #: config/tc-ppc.c:4383 15975 msgid "missing real symbol name" 15976 msgstr "" 15977 15978 #: config/tc-ppc.c:4422 15979 msgid "attempt to redefine symbol" 15980 msgstr "" 15981 15982 #: config/tc-ppc.c:4730 15983 #, c-format 15984 msgid "no known dwarf XCOFF section for flag 0x%08x\n" 15985 msgstr "" 15986 15987 #: config/tc-ppc.c:4743 15988 #, c-format 15989 msgid "label %s was not defined in this dwarf section" 15990 msgstr "" 15991 15992 #: config/tc-ppc.c:4857 15993 msgid "the XCOFF file format does not support arbitrary sections" 15994 msgstr "" 15995 15996 #: config/tc-ppc.c:4895 15997 msgid "Unknown visibility field in .extern" 15998 msgstr "" 15999 16000 #: config/tc-ppc.c:4932 16001 msgid "Unknown visibility field in .globl" 16002 msgstr "" 16003 16004 #: config/tc-ppc.c:4969 16005 msgid "Unknown visibility field in .weak" 16006 msgstr "" 16007 16008 #: config/tc-ppc.c:5020 16009 msgid ".ref outside .csect" 16010 msgstr "" 16011 16012 #: config/tc-ppc.c:5041 config/tc-ppc.c:5301 16013 msgid "missing symbol name" 16014 msgstr "" 16015 16016 #: config/tc-ppc.c:5071 16017 msgid "missing rename string" 16018 msgstr "" 16019 16020 #: config/tc-ppc.c:5101 config/tc-ppc.c:5702 16021 msgid "missing value" 16022 msgstr "" 16023 16024 #: config/tc-ppc.c:5119 16025 msgid "illegal .stabx expression; zero assumed" 16026 msgstr "" 16027 16028 #: config/tc-ppc.c:5151 16029 msgid "missing class" 16030 msgstr "" 16031 16032 #: config/tc-ppc.c:5160 16033 msgid "missing type" 16034 msgstr "" 16035 16036 #: config/tc-ppc.c:5187 16037 msgid ".stabx of storage class stsym must be within .bs/.es" 16038 msgstr "" 16039 16040 #: config/tc-ppc.c:5490 16041 msgid "nested .bs blocks" 16042 msgstr "" 16043 16044 #: config/tc-ppc.c:5521 16045 msgid ".es without preceding .bs" 16046 msgstr "" 16047 16048 #: config/tc-ppc.c:5694 16049 msgid "non-constant byte count" 16050 msgstr "" 16051 16052 #: config/tc-ppc.c:5769 16053 msgid ".tc not in .toc section" 16054 msgstr "" 16055 16056 #: config/tc-ppc.c:5787 16057 msgid ".tc with no label" 16058 msgstr "" 16059 16060 #: config/tc-ppc.c:5815 16061 #, c-format 16062 msgid ".tc with storage class %d not yet supported" 16063 msgstr "" 16064 16065 #: config/tc-ppc.c:5884 config/tc-s390.c:2196 16066 msgid ".machine stack overflow" 16067 msgstr "" 16068 16069 #: config/tc-ppc.c:5891 config/tc-s390.c:2207 16070 msgid ".machine stack underflow" 16071 msgstr "" 16072 16073 #: config/tc-ppc.c:5933 config/tc-s390.c:2219 16074 #, c-format 16075 msgid "invalid machine `%s'" 16076 msgstr "" 16077 16078 #: config/tc-ppc.c:5978 16079 msgid "bad symbol suffix" 16080 msgstr "" 16081 16082 #: config/tc-ppc.c:6077 16083 msgid "unrecognized symbol suffix" 16084 msgstr "" 16085 16086 #: config/tc-ppc.c:6161 16087 msgid ".ef with no preceding .function" 16088 msgstr "" 16089 16090 #: config/tc-ppc.c:6296 16091 #, c-format 16092 msgid "warning: symbol %s has no csect" 16093 msgstr "" 16094 16095 #: config/tc-ppc.c:6628 16096 msgid "symbol in .toc does not match any .tc" 16097 msgstr "" 16098 16099 #: config/tc-ppc.c:7371 16100 #, c-format 16101 msgid "%s unsupported as instruction fixup" 16102 msgstr "" 16103 16104 #: config/tc-ppc.c:7470 16105 #, c-format 16106 msgid "unsupported relocation against %s" 16107 msgstr "" 16108 16109 #: config/tc-ppc.c:7632 16110 #, c-format 16111 msgid "R_TLSML relocation doesn't target a TOC entry named \"_$TLSML\": %s" 16112 msgstr "" 16113 16114 #: config/tc-ppc.c:7652 16115 #, c-format 16116 msgid "Gas failure, reloc value %d\n" 16117 msgstr "" 16118 16119 #: config/tc-pru.c:309 16120 msgid "expecting opcode string in self test mode" 16121 msgstr "" 16122 16123 #: config/tc-pru.c:311 16124 #, c-format 16125 msgid "assembly 0x%08x, expected %s" 16126 msgstr "" 16127 16128 #: config/tc-pru.c:572 16129 #, c-format 16130 msgid "immediate value 0x%x truncated to 0x%x" 16131 msgstr "" 16132 16133 #: config/tc-pru.c:598 16134 #, c-format 16135 msgid "call target address 0x%08x out of range 0x%08x to 0x%08x" 16136 msgstr "" 16137 16138 #: config/tc-pru.c:603 16139 #, c-format 16140 msgid "quick branch offset %d out of range %d to %d" 16141 msgstr "" 16142 16143 #: config/tc-pru.c:608 16144 #, c-format 16145 msgid "%s offset %d out of range %d to %d" 16146 msgstr "" 16147 16148 #: config/tc-pru.c:613 16149 #, c-format 16150 msgid "immediate value %d out of range %d to %d" 16151 msgstr "" 16152 16153 #: config/tc-pru.c:618 16154 #, c-format 16155 msgid "immediate value %llu out of range %u to %lu" 16156 msgstr "" 16157 16158 #: config/tc-pru.c:623 config/tc-pru.c:628 16159 #, c-format 16160 msgid "immediate value %u out of range %u to %u" 16161 msgstr "" 16162 16163 #: config/tc-pru.c:633 16164 msgid "overflow in immediate argument" 16165 msgstr "" 16166 16167 #: config/tc-pru.c:668 16168 msgid "cannot create 64-bit relocation" 16169 msgstr "" 16170 16171 #: config/tc-pru.c:697 16172 msgid "unexpected PC relative expression" 16173 msgstr "" 16174 16175 #: config/tc-pru.c:734 config/tc-pru.c:741 16176 msgid "residual low bits in pmem diff relocation" 16177 msgstr "" 16178 16179 #: config/tc-pru.c:862 16180 msgid "can't create relocation" 16181 msgstr "" 16182 16183 #: config/tc-pru.c:938 config/tc-pru.c:971 16184 #, c-format 16185 msgid "trailing garbage after expression: %s" 16186 msgstr "" 16187 16188 #: config/tc-pru.c:943 16189 #, c-format 16190 msgid "expected expression, got %s" 16191 msgstr "" 16192 16193 #: config/tc-pru.c:976 16194 #, c-format 16195 msgid "expected constant expression, got %s" 16196 msgstr "" 16197 16198 #: config/tc-pru.c:996 config/tc-pru.c:1016 config/tc-pru.c:1043 16199 #: config/tc-pru.c:1062 config/tc-pru.c:1076 16200 #, c-format 16201 msgid "unknown register %s" 16202 msgstr "" 16203 16204 #: config/tc-pru.c:1029 16205 msgid "data transfer register cannot be halfword" 16206 msgstr "" 16207 16208 #: config/tc-pru.c:1048 16209 msgid "destination register must be full-word" 16210 msgstr "" 16211 16212 #: config/tc-pru.c:1080 16213 #, c-format 16214 msgid "cannot use partial register %s for addressing" 16215 msgstr "" 16216 16217 #: config/tc-pru.c:1093 16218 #, c-format 16219 msgid "value %lu is too large for a byte operand" 16220 msgstr "" 16221 16222 #: config/tc-pru.c:1114 16223 #, c-format 16224 msgid "loop count constant %ld is out of range [1..%d]" 16225 msgstr "" 16226 16227 #: config/tc-pru.c:1214 config/tc-pru.c:1240 16228 #, c-format 16229 msgid "byte count constant %ld is out of range [1..%d]" 16230 msgstr "" 16231 16232 #: config/tc-pru.c:1221 config/tc-pru.c:1247 16233 msgid "only r0 can be used as byte count register" 16234 msgstr "" 16235 16236 #: config/tc-pru.c:1223 config/tc-pru.c:1249 16237 msgid "only r0.bX byte fields of r0 can be used as byte count" 16238 msgstr "" 16239 16240 #: config/tc-pru.c:1262 16241 #, c-format 16242 msgid "invalid constant table offset %ld" 16243 msgstr "" 16244 16245 #: config/tc-pru.c:1273 16246 #, c-format 16247 msgid "invalid WakeOnStatus %ld" 16248 msgstr "" 16249 16250 #: config/tc-pru.c:1284 16251 #, c-format 16252 msgid "invalid XFR WideBus Address %ld" 16253 msgstr "" 16254 16255 #: config/tc-pru.c:1317 config/tc-pru.c:1342 config/tc-pru.c:1362 16256 #, c-format 16257 msgid "badly formed expression near %s" 16258 msgstr "" 16259 16260 #: config/tc-pru.c:1388 16261 #, c-format 16262 msgid "expecting %c near %s" 16263 msgstr "" 16264 16265 #: config/tc-pru.c:1552 16266 #, c-format 16267 msgid "" 16268 "PRU options:\n" 16269 " -mlink-relax generate relocations for linker relaxation (default).\n" 16270 " -mno-link-relax don't generate relocations for linker relaxation.\n" 16271 msgstr "" 16272 16273 #. Unrecognised instruction - error. 16274 #: config/tc-pru.c:1722 16275 #, c-format 16276 msgid "unrecognised instruction %s" 16277 msgstr "" 16278 16279 #: config/tc-pru.c:1779 16280 #, c-format 16281 msgid "can't represent relocation type %s" 16282 msgstr "" 16283 16284 #: config/tc-pru.c:1825 16285 #, c-format 16286 msgid "Label \"%s\" matches a CPU register name" 16287 msgstr "" 16288 16289 #: config/tc-riscv.c:239 16290 #, c-format 16291 msgid "" 16292 "unknown default privileged spec `%s' set by -mpriv-spec or --with-priv-spec" 16293 msgstr "" 16294 16295 #. Still can not find the privileged spec class. 16296 #: config/tc-riscv.c:261 16297 #, c-format 16298 msgid "" 16299 "unknown default privileged spec `%d.%d.%d' set by privileged elf attributes" 16300 msgstr "" 16301 16302 #: config/tc-riscv.c:347 16303 msgid "" 16304 "the architecture string of -march and elf architecture attributes cannot be " 16305 "empty" 16306 msgstr "" 16307 16308 #: config/tc-riscv.c:913 config/tc-riscv.c:974 config/tc-riscv.c:1820 16309 #, c-format 16310 msgid "internal: duplicate %s" 16311 msgstr "" 16312 16313 #: config/tc-riscv.c:1166 16314 #, c-format 16315 msgid "internal: bad RISC-V CSR class (0x%x)" 16316 msgstr "" 16317 16318 #: config/tc-riscv.c:1172 16319 #, c-format 16320 msgid "invalid CSR `%s', needs rv32i extension" 16321 msgstr "" 16322 16323 #: config/tc-riscv.c:1174 16324 #, c-format 16325 msgid "invalid CSR `%s', needs `h' extension" 16326 msgstr "" 16327 16328 #: config/tc-riscv.c:1178 16329 #, c-format 16330 msgid "invalid CSR `%s', needs `%s' extension" 16331 msgstr "" 16332 16333 #: config/tc-riscv.c:1201 16334 #, c-format 16335 msgid "invalid CSR `%s' for the privileged spec `%s'" 16336 msgstr "" 16337 16338 #: config/tc-riscv.c:1450 16339 msgid "cannot find `}' for cm.push/cm.pop" 16340 msgstr "" 16341 16342 #: config/tc-riscv.c:1486 16343 #, c-format 16344 msgid "internal: bad RISC-V opcode (mask error): %s %s" 16345 msgstr "" 16346 16347 #: config/tc-riscv.c:1780 16348 #, c-format 16349 msgid "internal: bad RISC-V opcode (unknown operand type `%s'): %s %s" 16350 msgstr "" 16351 16352 #: config/tc-riscv.c:1789 16353 #, c-format 16354 msgid "internal: bad RISC-V opcode (bits %#llx undefined or invalid): %s %s" 16355 msgstr "" 16356 16357 #: config/tc-riscv.c:1831 16358 msgid "internal: broken assembler. No assembly attempted" 16359 msgstr "" 16360 16361 #: config/tc-riscv.c:2004 16362 #, c-format 16363 msgid "internal: unsupported RISC-V relocation number %d" 16364 msgstr "" 16365 16366 #: config/tc-riscv.c:2120 16367 #, c-format 16368 msgid "internal: invalid macro argument `%s'" 16369 msgstr "" 16370 16371 #: config/tc-riscv.c:2170 config/tc-riscv.c:2248 16372 msgid "unsupported large constant" 16373 msgstr "" 16374 16375 #: config/tc-riscv.c:2172 16376 #, c-format 16377 msgid "unknown CSR `%s'" 16378 msgstr "" 16379 16380 #: config/tc-riscv.c:2175 16381 #, c-format 16382 msgid "instruction %s requires absolute expression" 16383 msgstr "" 16384 16385 #: config/tc-riscv.c:2343 16386 msgid "must provide temp if destination overlaps mask" 16387 msgstr "" 16388 16389 #: config/tc-riscv.c:2436 16390 #, c-format 16391 msgid "internal: macro %s not implemented" 16392 msgstr "" 16393 16394 #: config/tc-riscv.c:2638 config/tc-riscv.c:2698 16395 msgid "multiple vsew constants" 16396 msgstr "" 16397 16398 #: config/tc-riscv.c:2646 16399 msgid "multiple vlmul constants" 16400 msgstr "" 16401 16402 #: config/tc-riscv.c:2654 16403 msgid "multiple vta constants" 16404 msgstr "" 16405 16406 #: config/tc-riscv.c:2662 16407 msgid "multiple vma constants" 16408 msgstr "" 16409 16410 #: config/tc-riscv.c:2708 16411 msgid "multiple vlen constants" 16412 msgstr "" 16413 16414 #: config/tc-riscv.c:2717 16415 msgid "multiple vediv constants" 16416 msgstr "" 16417 16418 #. Reset error message of the previous round. 16419 #: config/tc-riscv.c:2883 16420 msgid "illegal operands" 16421 msgstr "" 16422 16423 #: config/tc-riscv.c:2935 16424 #, c-format 16425 msgid "read-only CSR is written `%s'" 16426 msgstr "" 16427 16428 #: config/tc-riscv.c:2945 16429 msgid "illegal opcode for zve32x" 16430 msgstr "" 16431 16432 #: config/tc-riscv.c:3197 16433 msgid "bad value for compressed funct6 field, value must be 0...63" 16434 msgstr "" 16435 16436 #: config/tc-riscv.c:3212 16437 msgid "bad value for compressed funct4 field, value must be 0...15" 16438 msgstr "" 16439 16440 #: config/tc-riscv.c:3227 16441 msgid "bad value for compressed funct3 field, value must be 0...7" 16442 msgstr "" 16443 16444 #: config/tc-riscv.c:3242 16445 msgid "bad value for compressed funct2 field, value must be 0...3" 16446 msgstr "" 16447 16448 #: config/tc-riscv.c:3335 16449 msgid "bad value for vsetivli immediate field, value must be 0..1023" 16450 msgstr "" 16451 16452 #: config/tc-riscv.c:3347 16453 msgid "bad value for vsetvli immediate field, value must be 0..2047" 16454 msgstr "" 16455 16456 #: config/tc-riscv.c:3360 16457 msgid "bad value for vector immediate field, value must be -16...15" 16458 msgstr "" 16459 16460 #: config/tc-riscv.c:3372 16461 msgid "bad value for vector immediate field, value must be 0...31" 16462 msgstr "" 16463 16464 #: config/tc-riscv.c:3384 16465 msgid "bad value for vector immediate field, value must be -15...16" 16466 msgstr "" 16467 16468 #: config/tc-riscv.c:3396 16469 msgid "bad value for vector immediate field, value must be 0...63" 16470 msgstr "" 16471 16472 #: config/tc-riscv.c:3459 config/tc-riscv.c:3470 16473 #, c-format 16474 msgid "improper shift amount (%<PRIu64>)" 16475 msgstr "" 16476 16477 #: config/tc-riscv.c:3481 16478 #, c-format 16479 msgid "improper CSRxI immediate (%<PRIu64>)" 16480 msgstr "" 16481 16482 #: config/tc-riscv.c:3498 16483 #, c-format 16484 msgid "improper CSR address (%<PRIu64>)" 16485 msgstr "" 16486 16487 #: config/tc-riscv.c:3678 16488 msgid "lui expression not in range 0..1048575" 16489 msgstr "" 16490 16491 #: config/tc-riscv.c:3711 16492 msgid "" 16493 "bad value for opcode field, value must be 0...127 and lower 2 bits must be " 16494 "0x3" 16495 msgstr "" 16496 16497 #: config/tc-riscv.c:3727 16498 msgid "bad value for opcode field, value must be 0...2" 16499 msgstr "" 16500 16501 #: config/tc-riscv.c:3750 16502 msgid "bad value for funct7 field, value must be 0...127" 16503 msgstr "" 16504 16505 #: config/tc-riscv.c:3765 16506 msgid "bad value for funct3 field, value must be 0...7" 16507 msgstr "" 16508 16509 #: config/tc-riscv.c:3780 16510 msgid "bad value for funct2 field, value must be 0...3" 16511 msgstr "" 16512 16513 #: config/tc-riscv.c:3798 16514 #, c-format 16515 msgid "Improper bs immediate (%lu)" 16516 msgstr "" 16517 16518 #: config/tc-riscv.c:3809 16519 #, c-format 16520 msgid "Improper rnum immediate (%lu)" 16521 msgstr "" 16522 16523 #: config/tc-riscv.c:3841 16524 #, c-format 16525 msgid "improper prefetch offset (%ld)" 16526 msgstr "" 16527 16528 #: config/tc-riscv.c:3869 16529 msgid "" 16530 "bad fli constant operand, supported constants must be in decimal or " 16531 "hexadecimal floating-point literal form" 16532 msgstr "" 16533 16534 #: config/tc-riscv.c:4000 16535 msgid "bad value for th.vsetvli immediate field, value must be 0..2047" 16536 msgstr "" 16537 16538 #: config/tc-riscv.c:4011 16539 #, c-format 16540 msgid "unexpected literal (%s)" 16541 msgstr "" 16542 16543 #: config/tc-riscv.c:4033 16544 #, c-format 16545 msgid "improper immediate value (%<PRIu64>)" 16546 msgstr "" 16547 16548 #: config/tc-riscv.c:4039 16549 #, c-format 16550 msgid "improper immediate value (%<PRIi64>)" 16551 msgstr "" 16552 16553 #: config/tc-riscv.c:4154 16554 #, c-format 16555 msgid "bad value for <bit-%s-%s> field, value must be 0...%d" 16556 msgstr "" 16557 16558 #: config/tc-riscv.c:4200 16559 #, c-format 16560 msgid "Improper hint amount (%lu)" 16561 msgstr "" 16562 16563 #: config/tc-riscv.c:4211 16564 #, c-format 16565 msgid "Improper immediate amount (%lu)" 16566 msgstr "" 16567 16568 #: config/tc-riscv.c:4223 16569 #, c-format 16570 msgid "Improper LDP offset amount (%lu)" 16571 msgstr "" 16572 16573 #: config/tc-riscv.c:4236 16574 #, c-format 16575 msgid "Improper LWP offset amount (%lu)" 16576 msgstr "" 16577 16578 #: config/tc-riscv.c:4249 16579 #, c-format 16580 msgid "Improper SDP offset amount (%lu)" 16581 msgstr "" 16582 16583 #: config/tc-riscv.c:4264 16584 #, c-format 16585 msgid "Improper SWP offset amount (%lu)" 16586 msgstr "" 16587 16588 #: config/tc-riscv.c:4286 16589 #, c-format 16590 msgid "internal: unknown argument type `%s'" 16591 msgstr "" 16592 16593 #: config/tc-riscv.c:4338 16594 msgid "values must be constant" 16595 msgstr "" 16596 16597 #: config/tc-riscv.c:4345 16598 msgid "unrecognized values" 16599 msgstr "" 16600 16601 #: config/tc-riscv.c:4353 config/tc-riscv.c:4364 config/tc-riscv.c:4378 16602 msgid "value conflicts with instruction length" 16603 msgstr "" 16604 16605 #: config/tc-riscv.c:4856 16606 #, c-format 16607 msgid "invalid J-type offset (%+lld)" 16608 msgstr "" 16609 16610 #: config/tc-riscv.c:4874 16611 #, c-format 16612 msgid "invalid B-type offset (%+lld)" 16613 msgstr "" 16614 16615 #: config/tc-riscv.c:4892 16616 #, c-format 16617 msgid "invalid CB-type offset (%+lld)" 16618 msgstr "" 16619 16620 #: config/tc-riscv.c:4910 16621 #, c-format 16622 msgid "invalid CJ-type offset (%+lld)" 16623 msgstr "" 16624 16625 #: config/tc-riscv.c:4942 16626 msgid "too many pcrel_hi" 16627 msgstr "" 16628 16629 #: config/tc-riscv.c:4952 16630 #, c-format 16631 msgid "invalid pcrel_hi offset (%+lld)" 16632 msgstr "" 16633 16634 #: config/tc-riscv.c:4995 16635 #, c-format 16636 msgid "internal: bad relocation #%d" 16637 msgstr "" 16638 16639 #: config/tc-riscv.c:5500 16640 #, c-format 16641 msgid "" 16642 "RISC-V options:\n" 16643 " -fpic or -fPIC generate position-independent code\n" 16644 " -fno-pic don't generate position-independent code " 16645 "(default)\n" 16646 " -march=ISA set the RISC-V architecture\n" 16647 " -misa-spec=ISAspec set the RISC-V ISA spec (2.2, 20190608, " 16648 "20191213)\n" 16649 " -mpriv-spec=PRIVspec set the RISC-V privilege spec (1.10, 1.11, " 16650 "1.12, 1.13)\n" 16651 " -mabi=ABI set the RISC-V ABI\n" 16652 " -mrelax enable relax (default)\n" 16653 " -mno-relax disable relax\n" 16654 " -march-attr generate RISC-V arch attribute\n" 16655 " -mno-arch-attr don't generate RISC-V arch attribute\n" 16656 " -mcsr-check enable the csr ISA and privilege spec version " 16657 "checks\n" 16658 " -mno-csr-check disable the csr ISA and privilege spec version " 16659 "checks (default)\n" 16660 " -mbig-endian assemble for big-endian\n" 16661 " -mlittle-endian assemble for little-endian\n" 16662 msgstr "" 16663 16664 #: config/tc-riscv.c:5545 16665 #, c-format 16666 msgid "unknown register `%s'" 16667 msgstr "" 16668 16669 #: config/tc-riscv.c:5581 16670 msgid "non-constant .sleb128 is not supported" 16671 msgstr "" 16672 16673 #: config/tc-riscv.c:5583 16674 msgid ".uleb128 only supports constant or subtract expressions" 16675 msgstr "" 16676 16677 #: config/tc-riscv.c:5687 16678 #, c-format 16679 msgid "internal: bad RISC-V privileged spec (%s)" 16680 msgstr "" 16681 16682 #: config/tc-riscv.c:5840 16683 msgid "architecture elf attributes must set before any instructions" 16684 msgstr "" 16685 16686 #: config/tc-riscv.c:5858 16687 msgid "privileged elf attributes must set before any instructions" 16688 msgstr "" 16689 16690 #: config/tc-riscv.c:5880 16691 msgid "missing symbol name for .variant_cc directive" 16692 msgstr "" 16693 16694 #: config/tc-rl78.c:213 16695 msgid "16-bit relocation used in 8-bit operand" 16696 msgstr "" 16697 16698 #: config/tc-rl78.c:217 16699 msgid "8-bit relocation used in 16-bit operand" 16700 msgstr "" 16701 16702 #: config/tc-rl78.c:243 config/tc-rx.c:876 16703 #, c-format 16704 msgid "Value %d doesn't fit in unsigned %d-bit field" 16705 msgstr "" 16706 16707 #: config/tc-rl78.c:249 config/tc-rx.c:882 16708 #, c-format 16709 msgid "Value %d doesn't fit in signed %d-bit field" 16710 msgstr "" 16711 16712 #: config/tc-rl78.c:367 16713 #, c-format 16714 msgid " RL78 specific command line options:\n" 16715 msgstr "" 16716 16717 #: config/tc-rl78.c:368 16718 #, c-format 16719 msgid " --mrelax Enable link time relaxation\n" 16720 msgstr "" 16721 16722 #: config/tc-rl78.c:369 16723 #, c-format 16724 msgid " --mg10 Enable support for G10 variant\n" 16725 msgstr "" 16726 16727 #: config/tc-rl78.c:370 16728 #, c-format 16729 msgid " --mg13 Selects the G13 core.\n" 16730 msgstr "" 16731 16732 #: config/tc-rl78.c:371 16733 #, c-format 16734 msgid " --mg14 Selects the G14 core [default]\n" 16735 msgstr "" 16736 16737 #: config/tc-rl78.c:372 16738 #, c-format 16739 msgid " --mrl78 Alias for --mg14\n" 16740 msgstr "" 16741 16742 #: config/tc-rl78.c:373 16743 #, c-format 16744 msgid " --m32bit-doubles [default]\n" 16745 msgstr "" 16746 16747 #: config/tc-rl78.c:374 16748 #, c-format 16749 msgid " --m64bit-doubles Source code uses 64-bit doubles\n" 16750 msgstr "" 16751 16752 #: config/tc-rl78.c:437 16753 #, c-format 16754 msgid "%%%s() must be outermost term in expression" 16755 msgstr "" 16756 16757 #: config/tc-rl78.c:665 config/tc-rx.c:2243 16758 #, c-format 16759 msgid "unsupported constant size %d\n" 16760 msgstr "" 16761 16762 #: config/tc-rl78.c:681 16763 #, c-format 16764 msgid "%%hi16/%%lo16 only applies to .short or .hword" 16765 msgstr "" 16766 16767 #: config/tc-rl78.c:691 16768 #, c-format 16769 msgid "%%hi8 only applies to .byte" 16770 msgstr "" 16771 16772 #: config/tc-rl78.c:703 config/tc-rx.c:2250 16773 msgid "difference of two symbols only supported with .long, .short, or .byte" 16774 msgstr "" 16775 16776 #: config/tc-rl78.c:1224 config/tc-rx.c:2177 16777 #, c-format 16778 msgid "bad frag at %p : fix %ld addr %ld %ld \n" 16779 msgstr "" 16780 16781 #: config/tc-rl78.c:1440 16782 #, c-format 16783 msgid "value of %ld too large for 8-bit branch" 16784 msgstr "" 16785 16786 #: config/tc-rl78.c:1451 16787 #, c-format 16788 msgid "value of %ld too large for 16-bit branch" 16789 msgstr "" 16790 16791 #: config/tc-rl78.c:1500 config/tc-rx.c:2442 16792 #, c-format 16793 msgid "Unknown reloc in md_apply_fix: %s" 16794 msgstr "" 16795 16796 #: config/tc-rx.c:194 16797 #, c-format 16798 msgid "unrecognised RX CPU type %s" 16799 msgstr "" 16800 16801 #: config/tc-rx.c:209 16802 #, c-format 16803 msgid " RX specific command line options:\n" 16804 msgstr "" 16805 16806 #: config/tc-rx.c:210 16807 #, c-format 16808 msgid " --mbig-endian-data\n" 16809 msgstr "" 16810 16811 #: config/tc-rx.c:211 16812 #, c-format 16813 msgid " --mlittle-endian-data [default]\n" 16814 msgstr "" 16815 16816 #: config/tc-rx.c:212 16817 #, c-format 16818 msgid " --m32bit-doubles [default]\n" 16819 msgstr "" 16820 16821 #: config/tc-rx.c:213 16822 #, c-format 16823 msgid " --m64bit-doubles\n" 16824 msgstr "" 16825 16826 #: config/tc-rx.c:214 16827 #, c-format 16828 msgid " --muse-conventional-section-names\n" 16829 msgstr "" 16830 16831 #: config/tc-rx.c:215 16832 #, c-format 16833 msgid " --muse-renesas-section-names [default]\n" 16834 msgstr "" 16835 16836 #: config/tc-rx.c:216 16837 #, c-format 16838 msgid " --msmall-data-limit\n" 16839 msgstr "" 16840 16841 #: config/tc-rx.c:217 16842 #, c-format 16843 msgid " --mrelax\n" 16844 msgstr "" 16845 16846 #: config/tc-rx.c:218 16847 #, c-format 16848 msgid " --mpid\n" 16849 msgstr "" 16850 16851 #: config/tc-rx.c:219 16852 #, c-format 16853 msgid " --mint-register=<value>\n" 16854 msgstr "" 16855 16856 #: config/tc-rx.c:220 16857 #, c-format 16858 msgid " --mcpu=<rx100|rx200|rx600|rx610|rxv2|rxv3|rxv3-dfpu>\n" 16859 msgstr "" 16860 16861 #: config/tc-rx.c:221 16862 #, c-format 16863 msgid " --mno-allow-string-insns" 16864 msgstr "" 16865 16866 #: config/tc-rx.c:292 16867 msgid "no filename following .INCLUDE pseudo-op" 16868 msgstr "" 16869 16870 #: config/tc-rx.c:393 16871 #, c-format 16872 msgid "unable to locate include file: %s" 16873 msgstr "" 16874 16875 #: config/tc-rx.c:444 16876 #, c-format 16877 msgid "unrecognised alignment value in .SECTION directive: %s" 16878 msgstr "" 16879 16880 #: config/tc-rx.c:461 16881 #, c-format 16882 msgid "unknown parameter following .SECTION directive: %s" 16883 msgstr "" 16884 16885 #: config/tc-rx.c:547 16886 msgid "expecting either ON or OFF after .list" 16887 msgstr "" 16888 16889 #: config/tc-rx.c:583 16890 #, c-format 16891 msgid "The \".%s\" pseudo-op is not implemented\n" 16892 msgstr "" 16893 16894 #: config/tc-rx.c:955 config/tc-rx.c:957 16895 #, c-format 16896 msgid "Value %d and %d out of range" 16897 msgstr "" 16898 16899 #: config/tc-rx.c:1112 16900 msgid "The .DEFINE pseudo-op is not implemented" 16901 msgstr "" 16902 16903 #: config/tc-rx.c:1114 16904 msgid "The .MACRO pseudo-op is not implemented" 16905 msgstr "" 16906 16907 #: config/tc-rx.c:1116 16908 msgid "The .BTEQU pseudo-op is not implemented." 16909 msgstr "" 16910 16911 #: config/tc-rx.c:2108 16912 msgid "invalid immediate size" 16913 msgstr "" 16914 16915 #: config/tc-rx.c:2127 16916 msgid "invalid immediate field position" 16917 msgstr "" 16918 16919 #: config/tc-rx.c:2294 16920 #, c-format 16921 msgid "jump not 3..10 bytes away (is %d)" 16922 msgstr "" 16923 16924 #: config/tc-rx.c:2685 16925 msgid "" 16926 "Use of an RX string instruction detected in a file being assembled without " 16927 "string instruction support" 16928 msgstr "" 16929 16930 #: config/tc-s12z.c:146 16931 msgid "" 16932 "\n" 16933 "s12z options:\n" 16934 msgstr "" 16935 16936 #: config/tc-s12z.c:147 16937 msgid "" 16938 " -mreg-prefix=PREFIX set a prefix used to indicate register names " 16939 "(default none)\n" 16940 msgstr "" 16941 16942 #: config/tc-s12z.c:148 16943 msgid "" 16944 " -mdollar-hex the prefix '$' instead of '0x' is used to indicate " 16945 "literal hexadecimal constants\n" 16946 msgstr "" 16947 16948 #: config/tc-s12z.c:315 16949 msgid "A non-constant expression is not permitted here" 16950 msgstr "" 16951 16952 #: config/tc-s12z.c:432 16953 #, c-format 16954 msgid "Expecting '%c'" 16955 msgstr "" 16956 16957 #: config/tc-s12z.c:455 16958 msgid "An immediate value in a source operand is inappropriate" 16959 msgstr "" 16960 16961 #: config/tc-s12z.c:504 config/tc-s12z.c:603 16962 msgid "Bad operand for constant offset" 16963 msgstr "" 16964 16965 #: config/tc-s12z.c:532 config/tc-s12z.c:621 16966 msgid "Invalid operand for register offset" 16967 msgstr "" 16968 16969 #: config/tc-s12z.c:636 16970 msgid "Invalid register for postdecrement operation" 16971 msgstr "" 16972 16973 #: config/tc-s12z.c:672 16974 msgid "Invalid register for preincrement operation" 16975 msgstr "" 16976 16977 #: config/tc-s12z.c:690 16978 msgid "Invalid register for predecrement operation" 16979 msgstr "" 16980 16981 #: config/tc-s12z.c:809 16982 msgid "Garbage at end of instruction" 16983 msgstr "" 16984 16985 #: config/tc-s12z.c:938 16986 msgid "Offset is outside of 15 bit range" 16987 msgstr "" 16988 16989 #: config/tc-s12z.c:1054 16990 msgid "Bad size" 16991 msgstr "" 16992 16993 #: config/tc-s12z.c:1099 config/tc-s12z.c:1159 config/tc-s12z.c:1221 16994 #: config/tc-s12z.c:1286 16995 msgid "BAD MUL" 16996 msgstr "" 16997 16998 #: config/tc-s12z.c:1426 16999 #, c-format 17000 msgid "Source register for %s is no larger than the destination register" 17001 msgstr "" 17002 17003 #: config/tc-s12z.c:1429 17004 msgid "The destination and source registers are identical" 17005 msgstr "" 17006 17007 #: config/tc-s12z.c:1453 17008 #, c-format 17009 msgid "Immediate value %ld is out of range for instruction %s" 17010 msgstr "" 17011 17012 #: config/tc-s12z.c:1524 17013 #, c-format 17014 msgid "trap value %ld is not valid" 17015 msgstr "" 17016 17017 #: config/tc-s12z.c:1964 17018 msgid "Shift value should be in the range [0,31]" 17019 msgstr "" 17020 17021 #: config/tc-s12z.c:2011 17022 msgid "Bad shift mode" 17023 msgstr "" 17024 17025 #: config/tc-s12z.c:2024 17026 msgid "Bad shift *direction" 17027 msgstr "" 17028 17029 #: config/tc-s12z.c:2282 17030 #, c-format 17031 msgid "Immediate operand %ld is inappropriate for size of instruction" 17032 msgstr "" 17033 17034 #: config/tc-s12z.c:2373 config/tc-s12z.c:2442 config/tc-s12z.c:2510 17035 #, c-format 17036 msgid "Invalid width value for %s" 17037 msgstr "" 17038 17039 #: config/tc-s12z.c:2386 config/tc-s12z.c:2455 config/tc-s12z.c:2523 17040 #, c-format 17041 msgid "Invalid offset value for %s" 17042 msgstr "" 17043 17044 #: config/tc-s12z.c:3820 17045 #, c-format 17046 msgid "Invalid instruction: \"%s\"" 17047 msgstr "" 17048 17049 #: config/tc-s12z.c:3821 17050 #, c-format 17051 msgid "First invalid token: \"%s\"" 17052 msgstr "" 17053 17054 #: config/tc-s390.c:293 config/tc-sparc.c:310 17055 msgid "Invalid default architecture, broken assembler." 17056 msgstr "" 17057 17058 #: config/tc-s390.c:439 17059 #, c-format 17060 msgid "no such machine extension `%s'" 17061 msgstr "" 17062 17063 #: config/tc-s390.c:450 17064 #, c-format 17065 msgid "junk at end of machine string, first unrecognized character is `%c'" 17066 msgstr "" 17067 17068 #: config/tc-s390.c:525 config/tc-sparc.c:489 17069 #, c-format 17070 msgid "invalid architecture -A%s" 17071 msgstr "" 17072 17073 #: config/tc-s390.c:548 17074 #, c-format 17075 msgid "" 17076 "S390 options:\n" 17077 " -m31 generate 31-bit file format (31/32 bit word size)\n" 17078 " -m64 generate 64-bit file format (64 bit word size)\n" 17079 " -mesa assemble for Enterprise System Architecture/390\n" 17080 " -mzarch assemble for z/Architecture\n" 17081 " -march=<processor> assemble for processor <processor>\n" 17082 " -mregnames allow symbolic names for registers\n" 17083 " -mno-regnames do not allow symbolic names for registers\n" 17084 " -mwarn-areg-zero warn about base/index register zero\n" 17085 " -mwarn-regtype-mismatch=strict\n" 17086 " warn about register name type mismatches\n" 17087 " -mwarn-regtype-mismatch=relaxed\n" 17088 " warn about register name type mismatches,\n" 17089 " but allow FPR and VR to be used interchangeably\n" 17090 " -mno-warn-regtype-mismatch\n" 17091 " do not warn about register name type mismatches\n" 17092 msgstr "" 17093 17094 #: config/tc-s390.c:566 17095 #, c-format 17096 msgid "" 17097 " -V print assembler version number\n" 17098 " -Qy, -Qn ignored\n" 17099 msgstr "" 17100 17101 #: config/tc-s390.c:569 17102 #, c-format 17103 msgid "" 17104 "Deprecated S390 options:\n" 17105 " -Aesa assemble for processor IBM S/390 G5 (g5/arch3)\n" 17106 " -Aesame assemble for processor IBM zSeries 900 (z900/" 17107 "arch5)\n" 17108 msgstr "" 17109 17110 #: config/tc-s390.c:648 17111 msgid "The 64-bit file format is used without z/Architecture instructions." 17112 msgstr "" 17113 17114 #. xgettext:c-format. 17115 #: config/tc-s390.c:694 17116 #, c-format 17117 msgid "" 17118 "operand %d: operand out of range (%<PRId64> is not between %<PRId64> and %" 17119 "<PRId64>)" 17120 msgstr "" 17121 17122 #. xgettext:c-format. 17123 #: config/tc-s390.c:706 17124 #, c-format 17125 msgid "operand out of range (%<PRId64> is not between %<PRId64> and %<PRId64>)" 17126 msgstr "" 17127 17128 #: config/tc-s390.c:960 17129 #, c-format 17130 msgid "identifier+constant@%s means identifier@%s+constant" 17131 msgstr "" 17132 17133 #: config/tc-s390.c:1041 17134 msgid "Can't handle O_big in s390_exp_compare" 17135 msgstr "" 17136 17137 #: config/tc-s390.c:1123 17138 msgid "Invalid suffix for literal pool entry" 17139 msgstr "" 17140 17141 #: config/tc-s390.c:1180 17142 msgid "Big number is too big" 17143 msgstr "" 17144 17145 #: config/tc-s390.c:1329 17146 msgid "relocation not applicable" 17147 msgstr "" 17148 17149 #: config/tc-s390.c:1344 17150 msgid "base register" 17151 msgstr "" 17152 17153 #: config/tc-s390.c:1346 17154 msgid "displacement" 17155 msgstr "" 17156 17157 #: config/tc-s390.c:1350 17158 msgid "vector index register" 17159 msgstr "" 17160 17161 #: config/tc-s390.c:1352 17162 msgid "index register" 17163 msgstr "" 17164 17165 #: config/tc-s390.c:1355 17166 msgid "length" 17167 msgstr "" 17168 17169 #: config/tc-s390.c:1357 config/tc-s390.c:1558 17170 msgid "access register" 17171 msgstr "" 17172 17173 #: config/tc-s390.c:1359 config/tc-s390.c:1561 17174 msgid "control register" 17175 msgstr "" 17176 17177 #: config/tc-s390.c:1361 config/tc-s390.c:1566 17178 msgid "floating-point register" 17179 msgstr "" 17180 17181 #: config/tc-s390.c:1363 17182 msgid "general-purpose register" 17183 msgstr "" 17184 17185 #: config/tc-s390.c:1365 config/tc-s390.c:1574 17186 msgid "vector register" 17187 msgstr "" 17188 17189 #: config/tc-s390.c:1369 17190 msgid "signed number" 17191 msgstr "" 17192 17193 #: config/tc-s390.c:1371 17194 msgid "unsigned number" 17195 msgstr "" 17196 17197 #: config/tc-s390.c:1470 17198 #, c-format 17199 msgid "operand %d: missing vector index register operand" 17200 msgstr "" 17201 17202 #: config/tc-s390.c:1497 17203 #, c-format 17204 msgid "operand %d: illegal operand" 17205 msgstr "" 17206 17207 #: config/tc-s390.c:1502 17208 #, c-format 17209 msgid "operand %d: missing %s operand" 17210 msgstr "" 17211 17212 #: config/tc-s390.c:1514 config/tc-s390.c:1679 17213 #, c-format 17214 msgid "operand %d: too many fixups" 17215 msgstr "" 17216 17217 #: config/tc-s390.c:1524 17218 #, c-format 17219 msgid "operand %d: invalid length field specified" 17220 msgstr "" 17221 17222 #: config/tc-s390.c:1530 17223 #, c-format 17224 msgid "operand %d: index register specified but zero" 17225 msgstr "" 17226 17227 #: config/tc-s390.c:1535 17228 #, c-format 17229 msgid "operand %d: base register specified but zero" 17230 msgstr "" 17231 17232 #: config/tc-s390.c:1540 17233 #, c-format 17234 msgid "" 17235 "operand %d: odd numbered general purpose register specified as register pair" 17236 msgstr "" 17237 17238 #: config/tc-s390.c:1548 17239 #, c-format 17240 msgid "" 17241 "operand %d: invalid floating-point register (FPR) pair (valid FPR pair " 17242 "operands are 0, 1, 4, 5, 8, 9, 12 or 13)" 17243 msgstr "" 17244 17245 #: config/tc-s390.c:1569 17246 msgid "general register" 17247 msgstr "" 17248 17249 #: config/tc-s390.c:1579 17250 #, c-format 17251 msgid "operand %d: expected %s name as base register" 17252 msgstr "" 17253 17254 #: config/tc-s390.c:1582 17255 #, c-format 17256 msgid "operand %d: expected %s name as index register" 17257 msgstr "" 17258 17259 #: config/tc-s390.c:1585 17260 #, c-format 17261 msgid "operand %d: expected %s name" 17262 msgstr "" 17263 17264 #: config/tc-s390.c:1675 17265 #, c-format 17266 msgid "operand %d: invalid operand suffix" 17267 msgstr "" 17268 17269 #: config/tc-s390.c:1702 17270 #, c-format 17271 msgid "operand %d: syntax error; missing '(' after displacement" 17272 msgstr "" 17273 17274 #: config/tc-s390.c:1723 config/tc-s390.c:1774 config/tc-s390.c:1819 17275 #, c-format 17276 msgid "operand %d: syntax error; expected ','" 17277 msgstr "" 17278 17279 #: config/tc-s390.c:1754 17280 #, c-format 17281 msgid "operand %d: syntax error; missing ')' after base register" 17282 msgstr "" 17283 17284 #: config/tc-s390.c:1798 17285 #, c-format 17286 msgid "operand %d: syntax error; '%c' not allowed here" 17287 msgstr "" 17288 17289 #: config/tc-s390.c:1954 17290 #, c-format 17291 msgid "Opcode %s not available in this mode" 17292 msgstr "" 17293 17294 #: config/tc-s390.c:1999 config/tc-s390.c:2021 config/tc-s390.c:2034 17295 msgid "Invalid .insn format\n" 17296 msgstr "" 17297 17298 #: config/tc-s390.c:2006 17299 #, c-format 17300 msgid "Unrecognized opcode format: `%s'" 17301 msgstr "" 17302 17303 #: config/tc-s390.c:2037 17304 msgid "second operand of .insn not a constant\n" 17305 msgstr "" 17306 17307 #: config/tc-s390.c:2040 17308 msgid "missing comma after insn constant\n" 17309 msgstr "" 17310 17311 #: config/tc-s390.c:2269 17312 msgid ".machinemode stack overflow" 17313 msgstr "" 17314 17315 #: config/tc-s390.c:2276 17316 msgid ".machinemode stack underflow" 17317 msgstr "" 17318 17319 #: config/tc-s390.c:2293 17320 #, c-format 17321 msgid "invalid machine mode `%s'" 17322 msgstr "" 17323 17324 #: config/tc-s390.c:2616 17325 msgid "unsupported relocation type" 17326 msgstr "" 17327 17328 #: config/tc-s390.c:2671 17329 #, c-format 17330 msgid "cannot emit PC relative %s relocation%s%s" 17331 msgstr "" 17332 17333 #: config/tc-s390.c:2810 17334 #, c-format 17335 msgid "Gas failure, reloc type %s\n" 17336 msgstr "" 17337 17338 #: config/tc-s390.c:2812 17339 #, c-format 17340 msgid "Gas failure, reloc type #%i\n" 17341 msgstr "" 17342 17343 #: config/tc-score.c:256 17344 msgid "div / mul are reserved instructions" 17345 msgstr "" 17346 17347 #: config/tc-score.c:257 17348 msgid "This architecture doesn't support mmu" 17349 msgstr "" 17350 17351 #: config/tc-score.c:258 17352 msgid "This architecture doesn't support atomic instruction" 17353 msgstr "" 17354 17355 #: config/tc-score.c:464 17356 msgid "S+core register expected" 17357 msgstr "" 17358 17359 #: config/tc-score.c:465 17360 msgid "S+core special-register expected" 17361 msgstr "" 17362 17363 #: config/tc-score.c:466 17364 msgid "S+core co-processor register expected" 17365 msgstr "" 17366 17367 #: config/tc-score.c:1069 17368 msgid "Using temp register (r1)" 17369 msgstr "" 17370 17371 #: config/tc-score.c:1088 17372 #, c-format 17373 msgid "register expected, not '%.100s'" 17374 msgstr "" 17375 17376 #: config/tc-score.c:1144 config/tc-score.c:5482 17377 msgid "rd must be even number." 17378 msgstr "" 17379 17380 #: config/tc-score.c:1508 config/tc-score.c:1515 17381 #, c-format 17382 msgid "invalid constant: %d bit expression not in range %u..%u" 17383 msgstr "" 17384 17385 #: config/tc-score.c:1521 config/tc-score.c:1528 config/tc-score.c:2890 17386 #: config/tc-score.c:2895 config/tc-score.c:3160 config/tc-score.c:3165 17387 #: config/tc-score.c:3457 17388 #, c-format 17389 msgid "invalid constant: %d bit expression not in range %d..%d" 17390 msgstr "" 17391 17392 #: config/tc-score.c:1553 17393 msgid "invalid constant: bit expression not defined" 17394 msgstr "" 17395 17396 #: config/tc-score.c:2063 17397 msgid "Using temp register(r1)" 17398 msgstr "" 17399 17400 #: config/tc-score.c:2077 17401 #, c-format 17402 msgid "low register (r0-r15) expected, not '%.100s'" 17403 msgstr "" 17404 17405 #: config/tc-score.c:2139 config/tc-score.c:3477 config/tc-score.c:3645 17406 #: config/tc-score.c:3690 17407 #, c-format 17408 msgid "missing [" 17409 msgstr "" 17410 17411 #: config/tc-score.c:2153 config/tc-score.c:3098 config/tc-score.c:3300 17412 #: config/tc-score.c:3316 config/tc-score.c:3387 config/tc-score.c:3442 17413 #: config/tc-score.c:3666 config/tc-score.c:3711 config/tc-score.c:3860 17414 #: config/tc-score.c:3914 config/tc-score.c:3960 17415 #, c-format 17416 msgid "missing ]" 17417 msgstr "" 17418 17419 #: config/tc-score.c:2342 17420 #, c-format 17421 msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)" 17422 msgstr "" 17423 17424 #: config/tc-score.c:2361 17425 #, c-format 17426 msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)" 17427 msgstr "" 17428 17429 #: config/tc-score.c:2377 config/tc-score.c:2384 17430 #, c-format 17431 msgid "data dependency: %s %s -- %s %s (%d/%d bubble)" 17432 msgstr "" 17433 17434 #: config/tc-score.c:2833 17435 msgid "address offset must be half word alignment" 17436 msgstr "" 17437 17438 #: config/tc-score.c:2841 17439 msgid "address offset must be word alignment" 17440 msgstr "" 17441 17442 #: config/tc-score.c:2981 config/tc-score.c:3118 17443 msgid "register same as write-back base" 17444 msgstr "" 17445 17446 #: config/tc-score.c:3088 17447 msgid "pre-indexed expression expected" 17448 msgstr "" 17449 17450 #: config/tc-score.c:3417 17451 #, c-format 17452 msgid "invalid register number: %d is not in [r0--r7]" 17453 msgstr "" 17454 17455 #: config/tc-score.c:3434 17456 msgid "comma is expected" 17457 msgstr "" 17458 17459 #: config/tc-score.c:3465 17460 #, c-format 17461 msgid "invalid constant: %d is not word align integer" 17462 msgstr "" 17463 17464 #: config/tc-score.c:3504 config/tc-score.c:3547 17465 msgid "invalid constant: 32 bit expression not word align" 17466 msgstr "" 17467 17468 #: config/tc-score.c:3513 config/tc-score.c:3556 17469 msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]" 17470 msgstr "" 17471 17472 #: config/tc-score.c:3589 17473 msgid "" 17474 "invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]" 17475 msgstr "" 17476 17477 #: config/tc-score.c:3778 config/tc-score.c:3806 17478 msgid "imm5 should >= 2" 17479 msgstr "" 17480 17481 #: config/tc-score.c:3783 config/tc-score.c:3812 17482 msgid "reg should <= 31" 17483 msgstr "" 17484 17485 #: config/tc-score.c:3854 config/tc-score.c:3905 17486 msgid "missing +" 17487 msgstr "" 17488 17489 #: config/tc-score.c:3898 17490 #, c-format 17491 msgid "%s register same as write-back base" 17492 msgstr "" 17493 17494 #: config/tc-score.c:3900 17495 msgid "destination" 17496 msgstr "" 17497 17498 #: config/tc-score.c:3900 17499 msgid "source" 17500 msgstr "" 17501 17502 #: config/tc-score.c:4231 config/tc-score.c:4307 config/tc-score.c:4944 17503 msgid "expression error" 17504 msgstr "" 17505 17506 #: config/tc-score.c:4313 17507 msgid "value not in range [-0xffffffff, 0xffffffff]" 17508 msgstr "" 17509 17510 #: config/tc-score.c:4341 17511 msgid "li rd label isn't correct instruction form" 17512 msgstr "" 17513 17514 #: config/tc-score.c:4508 config/tc-score.c:4662 config/tc-score.c:5195 17515 #: config/tc-score.c:5223 17516 msgid "lacking label " 17517 msgstr "" 17518 17519 #: config/tc-score.c:4894 17520 msgid "s3_PIC code offset overflow (max 16 signed bits)" 17521 msgstr "" 17522 17523 #: config/tc-score.c:4950 17524 msgid "value not in range [0, 0x7fffffff]" 17525 msgstr "" 17526 17527 #: config/tc-score.c:4955 17528 msgid "end on line error" 17529 msgstr "" 17530 17531 #: config/tc-score.c:5202 17532 msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]" 17533 msgstr "" 17534 17535 #: config/tc-score.c:5229 17536 msgid "invalid constant: 20 bit expression not in range -2^19..2^19-1" 17537 msgstr "" 17538 17539 #: config/tc-score.c:5262 17540 msgid "lacking label" 17541 msgstr "" 17542 17543 #: config/tc-score.c:5267 17544 msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]" 17545 msgstr "" 17546 17547 #: config/tc-score.c:5362 17548 msgid "pce instruction error (16 bit || 16 bit)." 17549 msgstr "" 17550 17551 #: config/tc-score.c:5380 config/tc-score.c:5404 config/tc-score.c:5431 17552 #: config/tc-score.c:5460 config/tc-score.c:5509 17553 msgid "score3d instruction." 17554 msgstr "" 17555 17556 #: config/tc-score.c:5999 17557 msgid "Unsupported use of .gpword" 17558 msgstr "" 17559 17560 #: config/tc-score.c:6095 17561 #, c-format 17562 msgid "BSS length (%d) < 0 ignored" 17563 msgstr "" 17564 17565 #: config/tc-score.c:6109 read.c:2607 17566 #, c-format 17567 msgid "error setting flags for \".sbss\": %s" 17568 msgstr "" 17569 17570 #: config/tc-score.c:6123 config/tc-sparc.c:4170 17571 msgid "missing alignment" 17572 msgstr "" 17573 17574 #: config/tc-score.c:6160 17575 #, c-format 17576 msgid "alignment too large; %d assumed" 17577 msgstr "" 17578 17579 #: config/tc-score.c:6165 read.c:2668 17580 msgid "alignment negative; 0 assumed" 17581 msgstr "" 17582 17583 #. Error routine. 17584 #: config/tc-score.c:6524 config/tc-score.c:6548 17585 msgid "size is not 4 or 6" 17586 msgstr "" 17587 17588 #: config/tc-score.c:6607 17589 msgid "bad call to MD_ATOF()" 17590 msgstr "" 17591 17592 #: config/tc-score.c:7106 config/tc-score.c:7172 17593 #, c-format 17594 msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]" 17595 msgstr "" 17596 17597 #: config/tc-score.c:7121 config/tc-score.c:7150 config/tc-score.c:7202 17598 #, c-format 17599 msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19-1]" 17600 msgstr "" 17601 17602 #: config/tc-score.c:7227 17603 #, c-format 17604 msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]" 17605 msgstr "" 17606 17607 #: config/tc-score.c:7397 17608 #, c-format 17609 msgid "cannot represent %s relocation in this object file format1" 17610 msgstr "" 17611 17612 #: config/tc-score.c:7624 17613 #, c-format 17614 msgid "unknown architecture `%s'\n" 17615 msgstr "" 17616 17617 #: config/tc-score.c:7688 17618 #, c-format 17619 msgid "Sunplus-v2-0-0-20060510\n" 17620 msgstr "" 17621 17622 #: config/tc-score.c:7708 17623 #, c-format 17624 msgid " Score-specific assembler options:\n" 17625 msgstr "" 17626 17627 #: config/tc-score.c:7710 17628 #, c-format 17629 msgid " -EB\t\tassemble code for a big-endian cpu\n" 17630 msgstr "" 17631 17632 #: config/tc-score.c:7715 17633 #, c-format 17634 msgid " -EL\t\tassemble code for a little-endian cpu\n" 17635 msgstr "" 17636 17637 #: config/tc-score.c:7719 17638 #, c-format 17639 msgid " -FIXDD\t\tfix data dependencies\n" 17640 msgstr "" 17641 17642 #: config/tc-score.c:7721 17643 #, c-format 17644 msgid "" 17645 " -NWARN\t\tdo not print warning message when fixing data " 17646 "dependencies\n" 17647 msgstr "" 17648 17649 #: config/tc-score.c:7723 17650 #, c-format 17651 msgid " -SCORE5\t\tassemble code for target SCORE5\n" 17652 msgstr "" 17653 17654 #: config/tc-score.c:7725 17655 #, c-format 17656 msgid " -SCORE5U\tassemble code for target SCORE5U\n" 17657 msgstr "" 17658 17659 #: config/tc-score.c:7727 17660 #, c-format 17661 msgid " -SCORE7\t\tassemble code for target SCORE7 [default]\n" 17662 msgstr "" 17663 17664 #: config/tc-score.c:7729 17665 #, c-format 17666 msgid " -SCORE3\t\tassemble code for target SCORE3\n" 17667 msgstr "" 17668 17669 #: config/tc-score.c:7731 17670 #, c-format 17671 msgid " -march=score7\tassemble code for target SCORE7 [default]\n" 17672 msgstr "" 17673 17674 #: config/tc-score.c:7733 17675 #, c-format 17676 msgid " -march=score3\tassemble code for target SCORE3\n" 17677 msgstr "" 17678 17679 #: config/tc-score.c:7735 17680 #, c-format 17681 msgid "" 17682 " -USE_R1\t\tassemble code for no warning message when using temp " 17683 "register r1\n" 17684 msgstr "" 17685 17686 #: config/tc-score.c:7737 17687 #, c-format 17688 msgid " -KPIC\t\tgenerate PIC\n" 17689 msgstr "" 17690 17691 #: config/tc-score.c:7739 17692 #, c-format 17693 msgid " -O0\t\tdo not perform any optimizations\n" 17694 msgstr "" 17695 17696 #: config/tc-score.c:7741 17697 #, c-format 17698 msgid "" 17699 " -G gpnum\tassemble code for setting gpsize, default is 8 bytes\n" 17700 msgstr "" 17701 17702 #: config/tc-score.c:7743 17703 #, c-format 17704 msgid " -V \t\tSunplus release version\n" 17705 msgstr "" 17706 17707 #: config/tc-sh.c:61 17708 msgid "directive .big encountered when option -big required" 17709 msgstr "" 17710 17711 #: config/tc-sh.c:71 17712 msgid "directive .little encountered when option -little required" 17713 msgstr "" 17714 17715 #: config/tc-sh.c:1026 17716 msgid "illegal double indirection" 17717 msgstr "" 17718 17719 #: config/tc-sh.c:1035 17720 msgid "illegal register after @-" 17721 msgstr "" 17722 17723 #: config/tc-sh.c:1051 17724 msgid "must be @(r0,...)" 17725 msgstr "" 17726 17727 #: config/tc-sh.c:1075 17728 msgid "syntax error in @(r0,...)" 17729 msgstr "" 17730 17731 #: config/tc-sh.c:1080 17732 msgid "syntax error in @(r0...)" 17733 msgstr "" 17734 17735 #: config/tc-sh.c:1125 17736 msgid "Deprecated syntax." 17737 msgstr "" 17738 17739 #: config/tc-sh.c:1137 config/tc-sh.c:1142 17740 msgid "syntax error in @(disp,[Rn, gbr, pc])" 17741 msgstr "" 17742 17743 #: config/tc-sh.c:1147 17744 msgid "expecting )" 17745 msgstr "" 17746 17747 #: config/tc-sh.c:1155 17748 msgid "illegal register after @" 17749 msgstr "" 17750 17751 #: config/tc-sh.c:1781 17752 #, c-format 17753 msgid "unhandled %d\n" 17754 msgstr "" 17755 17756 #: config/tc-sh.c:1994 17757 #, c-format 17758 msgid "Invalid register: 'r%d'" 17759 msgstr "" 17760 17761 #: config/tc-sh.c:2107 17762 #, c-format 17763 msgid "failed for %d\n" 17764 msgstr "" 17765 17766 #: config/tc-sh.c:2113 17767 msgid "misplaced PIC operand" 17768 msgstr "" 17769 17770 #: config/tc-sh.c:2223 config/tc-sh.c:2597 17771 msgid "invalid operands for opcode" 17772 msgstr "" 17773 17774 #: config/tc-sh.c:2228 17775 msgid "insn can't be combined with parallel processing insn" 17776 msgstr "" 17777 17778 #: config/tc-sh.c:2235 config/tc-sh.c:2246 config/tc-sh.c:2278 17779 msgid "multiple movx specifications" 17780 msgstr "" 17781 17782 #: config/tc-sh.c:2240 config/tc-sh.c:2262 config/tc-sh.c:2301 17783 msgid "multiple movy specifications" 17784 msgstr "" 17785 17786 #: config/tc-sh.c:2249 config/tc-sh.c:2282 17787 msgid "invalid movx address register" 17788 msgstr "" 17789 17790 #: config/tc-sh.c:2251 17791 msgid "insn cannot be combined with non-nopy" 17792 msgstr "" 17793 17794 #: config/tc-sh.c:2265 config/tc-sh.c:2321 17795 msgid "invalid movy address register" 17796 msgstr "" 17797 17798 #: config/tc-sh.c:2267 17799 msgid "insn cannot be combined with non-nopx" 17800 msgstr "" 17801 17802 #: config/tc-sh.c:2280 17803 msgid "previous movy requires nopx" 17804 msgstr "" 17805 17806 #: config/tc-sh.c:2288 config/tc-sh.c:2293 17807 msgid "invalid movx dsp register" 17808 msgstr "" 17809 17810 #: config/tc-sh.c:2303 17811 msgid "previous movx requires nopy" 17812 msgstr "" 17813 17814 #: config/tc-sh.c:2312 config/tc-sh.c:2317 17815 msgid "invalid movy dsp register" 17816 msgstr "" 17817 17818 #: config/tc-sh.c:2327 17819 msgid "dsp immediate shift value not constant" 17820 msgstr "" 17821 17822 #: config/tc-sh.c:2341 config/tc-sh.c:2367 17823 msgid "multiple parallel processing specifications" 17824 msgstr "" 17825 17826 #: config/tc-sh.c:2360 17827 msgid "multiple condition specifications" 17828 msgstr "" 17829 17830 #: config/tc-sh.c:2398 17831 msgid "insn cannot be combined with pmuls" 17832 msgstr "" 17833 17834 #: config/tc-sh.c:2414 17835 msgid "bad combined pmuls output operand" 17836 msgstr "" 17837 17838 #: config/tc-sh.c:2424 17839 msgid "destination register is same for parallel insns" 17840 msgstr "" 17841 17842 #: config/tc-sh.c:2433 17843 msgid "condition not followed by conditionalizable insn" 17844 msgstr "" 17845 17846 #: config/tc-sh.c:2443 17847 msgid "unrecognized characters at end of parallel processing insn" 17848 msgstr "" 17849 17850 #: config/tc-sh.c:2536 17851 msgid "opcode not valid for this cpu variant" 17852 msgstr "" 17853 17854 #: config/tc-sh.c:2567 17855 msgid "Delayed branches not available on SH1" 17856 msgstr "" 17857 17858 #: config/tc-sh.c:2602 17859 #, c-format 17860 msgid "excess operands: '%s'" 17861 msgstr "" 17862 17863 #: config/tc-sh.c:2679 17864 msgid ".uses pseudo-op seen when not relaxing" 17865 msgstr "" 17866 17867 #: config/tc-sh.c:2685 17868 msgid "bad .uses format" 17869 msgstr "" 17870 17871 #: config/tc-sh.c:2803 17872 #, c-format 17873 msgid "Invalid argument to --isa option: %s" 17874 msgstr "" 17875 17876 #: config/tc-sh.c:2827 17877 #, c-format 17878 msgid "" 17879 "SH options:\n" 17880 "--little\t\tgenerate little endian code\n" 17881 "--big\t\t\tgenerate big endian code\n" 17882 "--relax\t\t\talter jump instructions for long displacements\n" 17883 "--renesas\t\tdisable optimization with section symbol for\n" 17884 "\t\t\tcompatibility with Renesas assembler.\n" 17885 "--small\t\t\talign sections to 4 byte boundaries, not 16\n" 17886 "--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n" 17887 "--allow-reg-prefix\tallow '$' as a register name prefix.\n" 17888 "--isa=[any\t\tuse most appropriate isa\n" 17889 " | dsp same as '-dsp'\n" 17890 " | fp" 17891 msgstr "" 17892 17893 #: config/tc-sh.c:2852 17894 #, c-format 17895 msgid "--fdpic\t\t\tgenerate an FDPIC object file\n" 17896 msgstr "" 17897 17898 #: config/tc-sh.c:2928 17899 msgid ".uses does not refer to a local symbol in the same section" 17900 msgstr "" 17901 17902 #: config/tc-sh.c:2947 17903 msgid "can't find fixup pointed to by .uses" 17904 msgstr "" 17905 17906 #: config/tc-sh.c:2967 17907 msgid ".uses target does not refer to a local symbol in the same section" 17908 msgstr "" 17909 17910 #: config/tc-sh.c:3038 17911 msgid "displacement overflows 12-bit field" 17912 msgstr "" 17913 17914 #: config/tc-sh.c:3041 17915 #, c-format 17916 msgid "displacement to defined symbol %s overflows 12-bit field" 17917 msgstr "" 17918 17919 #: config/tc-sh.c:3045 17920 #, c-format 17921 msgid "displacement to undefined symbol %s overflows 12-bit field" 17922 msgstr "" 17923 17924 #: config/tc-sh.c:3117 17925 msgid "displacement overflows 8-bit field" 17926 msgstr "" 17927 17928 #: config/tc-sh.c:3120 17929 #, c-format 17930 msgid "displacement to defined symbol %s overflows 8-bit field" 17931 msgstr "" 17932 17933 #: config/tc-sh.c:3124 17934 #, c-format 17935 msgid "displacement to undefined symbol %s overflows 8-bit field " 17936 msgstr "" 17937 17938 #: config/tc-sh.c:3137 17939 #, c-format 17940 msgid "overflow in branch to %s; converted into longer instruction sequence" 17941 msgstr "" 17942 17943 #: config/tc-sh.c:3202 config/tc-sh.c:3248 config/tc-sparc.c:4632 17944 #: config/tc-sparc.c:4655 17945 msgid "misaligned data" 17946 msgstr "" 17947 17948 #: config/tc-sh.c:3554 17949 msgid "offset to unaligned destination" 17950 msgstr "" 17951 17952 #: config/tc-sh.c:3559 17953 msgid "negative offset" 17954 msgstr "" 17955 17956 #: config/tc-sh.c:3699 17957 msgid "misaligned offset" 17958 msgstr "" 17959 17960 #: config/tc-sparc.c:314 config/tc-sparc.c:495 17961 msgid "Bad opcode table, broken assembler." 17962 msgstr "" 17963 17964 #: config/tc-sparc.c:487 17965 #, c-format 17966 msgid "invalid architecture -xarch=%s" 17967 msgstr "" 17968 17969 #: config/tc-sparc.c:561 17970 #, c-format 17971 msgid "No compiled in support for %d bit object file format" 17972 msgstr "" 17973 17974 #: config/tc-sparc.c:645 17975 #, c-format 17976 msgid "SPARC options:\n" 17977 msgstr "" 17978 17979 #: config/tc-sparc.c:674 17980 #, c-format 17981 msgid "" 17982 "\n" 17983 "\t\t\tspecify variant of SPARC architecture\n" 17984 "-bump\t\t\twarn when assembler switches architectures\n" 17985 "-sparc\t\t\tignored\n" 17986 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n" 17987 "-relax\t\t\trelax jumps and branches (default)\n" 17988 "-no-relax\t\tavoid changing any jumps and branches\n" 17989 msgstr "" 17990 17991 #: config/tc-sparc.c:681 17992 #, c-format 17993 msgid "" 17994 "-32\t\t\tcreate 32 bit object file\n" 17995 "-64\t\t\tcreate 64 bit object file\n" 17996 msgstr "" 17997 17998 #: config/tc-sparc.c:684 17999 #, c-format 18000 msgid "\t\t\t[default is %d]\n" 18001 msgstr "" 18002 18003 #: config/tc-sparc.c:686 18004 #, c-format 18005 msgid "" 18006 "-TSO\t\t\tuse Total Store Ordering\n" 18007 "-PSO\t\t\tuse Partial Store Ordering\n" 18008 "-RMO\t\t\tuse Relaxed Memory Ordering\n" 18009 msgstr "" 18010 18011 #: config/tc-sparc.c:690 18012 #, c-format 18013 msgid "\t\t\t[default is %s]\n" 18014 msgstr "" 18015 18016 #: config/tc-sparc.c:692 18017 #, c-format 18018 msgid "" 18019 "-KPIC\t\t\tgenerate PIC\n" 18020 "-V\t\t\tprint assembler version number\n" 18021 "-undeclared-regs\tignore application global register usage without\n" 18022 "\t\t\tappropriate .register directive (default)\n" 18023 "-no-undeclared-regs\tforce error on application global register usage\n" 18024 "\t\t\twithout appropriate .register directive\n" 18025 "--dcti-couples-detect\twarn when an unpredictable DCTI couple is found\n" 18026 "-q\t\t\tignored\n" 18027 "-Qy, -Qn\t\tignored\n" 18028 "-s\t\t\tignored\n" 18029 msgstr "" 18030 18031 #: config/tc-sparc.c:704 18032 #, c-format 18033 msgid "" 18034 "-EL\t\t\tgenerate code for a little endian machine\n" 18035 "-EB\t\t\tgenerate code for a big endian machine\n" 18036 "--little-endian-data\tgenerate code for a machine having big endian\n" 18037 " instructions and little endian data.\n" 18038 msgstr "" 18039 18040 #: config/tc-sparc.c:968 18041 #, c-format 18042 msgid "Internal error: losing opcode: `%s' \"%s\"\n" 18043 msgstr "" 18044 18045 #: config/tc-sparc.c:987 18046 #, c-format 18047 msgid "Internal error: can't find opcode `%s' for `%s'\n" 18048 msgstr "" 18049 18050 #: config/tc-sparc.c:1203 18051 msgid "Support for 64-bit arithmetic not compiled in." 18052 msgstr "" 18053 18054 #: config/tc-sparc.c:1249 18055 msgid "set: number not in 0..4294967295 range" 18056 msgstr "" 18057 18058 #: config/tc-sparc.c:1256 18059 msgid "set: number not in -2147483648..4294967295 range" 18060 msgstr "" 18061 18062 #: config/tc-sparc.c:1315 18063 msgid "setsw: number not in -2147483648..4294967295 range" 18064 msgstr "" 18065 18066 #: config/tc-sparc.c:1363 18067 msgid "setx: temporary register same as destination register" 18068 msgstr "" 18069 18070 #: config/tc-sparc.c:1434 18071 msgid "setx: illegal temporary register g0" 18072 msgstr "" 18073 18074 #: config/tc-sparc.c:1542 18075 msgid "unpredictable DCTI couple" 18076 msgstr "" 18077 18078 #: config/tc-sparc.c:1552 18079 msgid "FP branch in delay slot" 18080 msgstr "" 18081 18082 #: config/tc-sparc.c:1569 18083 msgid "FP branch preceded by FP compare; NOP inserted" 18084 msgstr "" 18085 18086 #: config/tc-sparc.c:1609 18087 msgid "failed special case insn sanity check" 18088 msgstr "" 18089 18090 #: config/tc-sparc.c:1799 18091 msgid ": invalid membar mask name" 18092 msgstr "" 18093 18094 #: config/tc-sparc.c:1815 18095 msgid ": invalid membar mask expression" 18096 msgstr "" 18097 18098 #: config/tc-sparc.c:1820 18099 msgid ": invalid membar mask number" 18100 msgstr "" 18101 18102 #: config/tc-sparc.c:1835 18103 msgid ": invalid siam mode expression" 18104 msgstr "" 18105 18106 #: config/tc-sparc.c:1840 18107 msgid ": invalid siam mode number" 18108 msgstr "" 18109 18110 #: config/tc-sparc.c:1856 18111 msgid ": invalid prefetch function name" 18112 msgstr "" 18113 18114 #: config/tc-sparc.c:1864 18115 msgid ": invalid prefetch function expression" 18116 msgstr "" 18117 18118 #: config/tc-sparc.c:1869 18119 msgid ": invalid prefetch function number" 18120 msgstr "" 18121 18122 #: config/tc-sparc.c:1896 config/tc-sparc.c:1902 config/tc-sparc.c:1911 18123 msgid ": unrecognizable privileged register" 18124 msgstr "" 18125 18126 #: config/tc-sparc.c:1934 config/tc-sparc.c:1940 config/tc-sparc.c:1949 18127 msgid ": unrecognizable hyperprivileged register" 18128 msgstr "" 18129 18130 #: config/tc-sparc.c:1972 config/tc-sparc.c:1978 config/tc-sparc.c:1987 18131 msgid ": unrecognizable ancillary state register" 18132 msgstr "" 18133 18134 #: config/tc-sparc.c:2020 18135 msgid ": asr number must be between 0 and 31" 18136 msgstr "" 18137 18138 #: config/tc-sparc.c:2029 18139 #, c-format 18140 msgid ": expecting %asrN" 18141 msgstr "" 18142 18143 #: config/tc-sparc.c:2071 18144 msgid ": crypto immediate must be between 0 and 31" 18145 msgstr "" 18146 18147 #: config/tc-sparc.c:2080 18148 msgid ": expecting crypto immediate" 18149 msgstr "" 18150 18151 #: config/tc-sparc.c:2241 config/tc-sparc.c:2280 config/tc-sparc.c:2712 18152 #: config/tc-sparc.c:2748 18153 #, c-format 18154 msgid "Illegal operands: %%%s requires arguments in ()" 18155 msgstr "" 18156 18157 #: config/tc-sparc.c:2248 18158 #, c-format 18159 msgid "" 18160 "Illegal operands: %%%s cannot be used together with other relocs in the insn " 18161 "()" 18162 msgstr "" 18163 18164 #: config/tc-sparc.c:2259 18165 #, c-format 18166 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr" 18167 msgstr "" 18168 18169 #: config/tc-sparc.c:2470 18170 msgid "detected global register use not covered by .register pseudo-op" 18171 msgstr "" 18172 18173 #: config/tc-sparc.c:2572 18174 msgid ": There are only 64 f registers; [0-63]" 18175 msgstr "" 18176 18177 #: config/tc-sparc.c:2574 config/tc-sparc.c:2592 18178 msgid ": There are only 32 f registers; [0-31]" 18179 msgstr "" 18180 18181 #: config/tc-sparc.c:2584 18182 msgid ": There are only 32 single precision f registers; [0-31]" 18183 msgstr "" 18184 18185 #: config/tc-sparc.c:2637 18186 msgid ": Instruction requires frs2 and frsd must be the same register" 18187 msgstr "" 18188 18189 #: config/tc-sparc.c:2757 18190 #, c-format 18191 msgid "Expression inside %%%s could not be parsed" 18192 msgstr "" 18193 18194 #: config/tc-sparc.c:2765 18195 #, c-format 18196 msgid "" 18197 "Illegal operands: Can't do arithmetics other than + and - involving %%%s()" 18198 msgstr "" 18199 18200 #: config/tc-sparc.c:2882 18201 #, c-format 18202 msgid "Illegal operands: Can't add non-constant expression to %%%s()" 18203 msgstr "" 18204 18205 #: config/tc-sparc.c:2892 18206 #, c-format 18207 msgid "" 18208 "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable " 18209 "symbol" 18210 msgstr "" 18211 18212 #: config/tc-sparc.c:2910 18213 msgid ": PC-relative operand can't be a constant" 18214 msgstr "" 18215 18216 #: config/tc-sparc.c:2917 18217 msgid ": TLS operand can't be a constant" 18218 msgstr "" 18219 18220 #: config/tc-sparc.c:2945 18221 msgid ": Immediate value in cbcond is out of range." 18222 msgstr "" 18223 18224 #: config/tc-sparc.c:2971 18225 msgid ": invalid ASI name" 18226 msgstr "" 18227 18228 #: config/tc-sparc.c:2980 18229 msgid ": invalid ASI expression" 18230 msgstr "" 18231 18232 #: config/tc-sparc.c:2985 18233 msgid ": invalid ASI number" 18234 msgstr "" 18235 18236 #: config/tc-sparc.c:3090 18237 msgid ": non-immdiate imm2 operand" 18238 msgstr "" 18239 18240 #: config/tc-sparc.c:3095 18241 msgid ": imm2 immediate operand out of range (0-3)" 18242 msgstr "" 18243 18244 #: config/tc-sparc.c:3114 18245 msgid "OPF immediate operand out of range (0-0x1ff)" 18246 msgstr "" 18247 18248 #: config/tc-sparc.c:3119 18249 msgid "non-immediate OPF operand, ignored" 18250 msgstr "" 18251 18252 #: config/tc-sparc.c:3138 18253 msgid ": invalid cpreg name" 18254 msgstr "" 18255 18256 #: config/tc-sparc.c:3167 18257 #, c-format 18258 msgid "Illegal operands%s" 18259 msgstr "" 18260 18261 #: config/tc-sparc.c:3216 18262 #, c-format 18263 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\"" 18264 msgstr "" 18265 18266 #: config/tc-sparc.c:3257 18267 #, c-format 18268 msgid "Architecture mismatch on \"%s %s\"." 18269 msgstr "" 18270 18271 #: config/tc-sparc.c:3258 18272 #, c-format 18273 msgid "(Requires %s; requested architecture is %s.)" 18274 msgstr "" 18275 18276 #: config/tc-sparc.c:3270 18277 #, c-format 18278 msgid "Hardware capability \"%s\" not enabled for \"%s\"." 18279 msgstr "" 18280 18281 #: config/tc-sparc.c:3656 config/tc-sparc.c:3663 config/tc-sparc.c:3670 18282 #: config/tc-sparc.c:3677 config/tc-sparc.c:3684 config/tc-sparc.c:3693 18283 #: config/tc-sparc.c:3705 config/tc-sparc.c:3716 config/tc-sparc.c:3738 18284 #: config/tc-sparc.c:3762 write.c:1211 18285 msgid "relocation overflow" 18286 msgstr "" 18287 18288 #: config/tc-sparc.c:3817 18289 #, c-format 18290 msgid "bad or unhandled relocation type: 0x%02x" 18291 msgstr "" 18292 18293 #: config/tc-sparc.c:4132 18294 msgid "Expected comma after name" 18295 msgstr "" 18296 18297 #: config/tc-sparc.c:4141 18298 #, c-format 18299 msgid "BSS length (%d.) <0! Ignored." 18300 msgstr "" 18301 18302 #: config/tc-sparc.c:4153 18303 msgid "bad .reserve segment -- expected BSS segment" 18304 msgstr "" 18305 18306 #: config/tc-sparc.c:4179 config/tc-sparc.c:4305 18307 msgid "negative alignment" 18308 msgstr "" 18309 18310 #: config/tc-sparc.c:4189 config/tc-sparc.c:4326 read.c:1577 read.c:2680 18311 msgid "alignment not a power of 2" 18312 msgstr "" 18313 18314 #: config/tc-sparc.c:4234 18315 #, c-format 18316 msgid "Ignoring attempt to re-define symbol %s" 18317 msgstr "" 18318 18319 #: config/tc-sparc.c:4257 config/tc-v850.c:279 18320 msgid "Expected comma after symbol-name" 18321 msgstr "" 18322 18323 #: config/tc-sparc.c:4267 18324 #, c-format 18325 msgid ".COMMon length (%lu) out of range ignored" 18326 msgstr "" 18327 18328 #: config/tc-sparc.c:4293 18329 msgid "Expected comma after common length" 18330 msgstr "" 18331 18332 #: config/tc-sparc.c:4437 18333 msgid "Unknown segment type" 18334 msgstr "" 18335 18336 #: config/tc-sparc.c:4506 config/tc-sparc.c:4515 18337 #, c-format 18338 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}" 18339 msgstr "" 18340 18341 #: config/tc-sparc.c:4533 18342 msgid "redefinition of global register" 18343 msgstr "" 18344 18345 #: config/tc-sparc.c:4544 18346 #, c-format 18347 msgid "Register symbol %s already defined." 18348 msgstr "" 18349 18350 #: config/tc-sparc.c:4745 18351 #, c-format 18352 msgid "Illegal operands: %%r_plt in %d-byte data field" 18353 msgstr "" 18354 18355 #: config/tc-sparc.c:4755 18356 #, c-format 18357 msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field" 18358 msgstr "" 18359 18360 #: config/tc-sparc.c:4792 config/tc-vax.c:3269 18361 #, c-format 18362 msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields" 18363 msgstr "" 18364 18365 #: config/tc-sparc.c:4800 config/tc-sparc.c:4831 config/tc-sparc.c:4840 18366 #: config/tc-vax.c:3277 config/tc-vax.c:3308 config/tc-vax.c:3317 18367 #, c-format 18368 msgid "Illegal operands: %%r_%s%d requires arguments in ()" 18369 msgstr "" 18370 18371 #: config/tc-sparc.c:4849 config/tc-vax.c:3326 18372 #, c-format 18373 msgid "Illegal operands: garbage after %%r_%s%d()" 18374 msgstr "" 18375 18376 #: config/tc-sparc.h:66 18377 msgid "sparc convert_frag\n" 18378 msgstr "" 18379 18380 #: config/tc-sparc.h:68 config/tc-z80.h:54 18381 msgid "estimate_size_before_relax called" 18382 msgstr "" 18383 18384 #: config/tc-spu.c:172 18385 msgid "" 18386 "SPU options:\n" 18387 " --apuasm\t\t emulate behaviour of apuasm\n" 18388 msgstr "" 18389 18390 #: config/tc-spu.c:278 18391 #, c-format 18392 msgid "Invalid mnemonic '%s'" 18393 msgstr "" 18394 18395 #: config/tc-spu.c:284 18396 #, c-format 18397 msgid "'%s' is only available in DD2.0 or higher." 18398 msgstr "" 18399 18400 #: config/tc-spu.c:316 18401 #, c-format 18402 msgid "Error in argument %d. Expecting: \"%s\"" 18403 msgstr "" 18404 18405 #: config/tc-spu.c:327 18406 msgid "Mixing register syntax, with and without '$'." 18407 msgstr "" 18408 18409 #: config/tc-spu.c:333 18410 #, c-format 18411 msgid "Treating '%-*s' as a symbol." 18412 msgstr "" 18413 18414 #: config/tc-spu.c:552 18415 msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher." 18416 msgstr "" 18417 18418 #: config/tc-spu.c:554 18419 msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher." 18420 msgstr "" 18421 18422 #: config/tc-spu.c:598 18423 #, c-format 18424 msgid "Using old style, %%lo(expr), please change to PPC style, expr@l." 18425 msgstr "" 18426 18427 #: config/tc-spu.c:604 18428 #, c-format 18429 msgid "Using old style, %%hi(expr), please change to PPC style, expr@h." 18430 msgstr "" 18431 18432 #: config/tc-spu.c:674 config/tc-spu.c:677 18433 #, c-format 18434 msgid "Constant expression %d out of range, [%d, %d]." 18435 msgstr "" 18436 18437 #: config/tc-spu.c:769 18438 #, c-format 18439 msgid "invalid priority '%lu'" 18440 msgstr "" 18441 18442 #: config/tc-spu.c:775 18443 #, c-format 18444 msgid "invalid lrlive '%lu'" 18445 msgstr "" 18446 18447 #: config/tc-spu.c:849 18448 msgid "Relaxation should never occur" 18449 msgstr "" 18450 18451 #: config/tc-spu.c:994 18452 #, c-format 18453 msgid "Relocation doesn't fit. (relocation value = 0x%lx)" 18454 msgstr "" 18455 18456 #: config/tc-spu.h:85 18457 msgid "spu convert_frag\n" 18458 msgstr "" 18459 18460 #: config/tc-tic30.c:36 18461 msgid "first" 18462 msgstr "" 18463 18464 #: config/tc-tic30.c:36 18465 msgid "second" 18466 msgstr "" 18467 18468 #: config/tc-tic30.c:36 18469 msgid "third" 18470 msgstr "" 18471 18472 #: config/tc-tic30.c:36 18473 msgid "fourth" 18474 msgstr "" 18475 18476 #: config/tc-tic30.c:36 18477 msgid "fifth" 18478 msgstr "" 18479 18480 #: config/tc-tic30.c:460 18481 msgid "More than one AR register found in indirect reference" 18482 msgstr "" 18483 18484 #: config/tc-tic30.c:466 18485 msgid "Illegal AR register in indirect reference" 18486 msgstr "" 18487 18488 #: config/tc-tic30.c:487 18489 msgid "More than one displacement found in indirect reference" 18490 msgstr "" 18491 18492 #: config/tc-tic30.c:496 18493 msgid "Invalid displacement in indirect reference" 18494 msgstr "" 18495 18496 #: config/tc-tic30.c:514 18497 msgid "AR register not found in indirect reference" 18498 msgstr "" 18499 18500 #. Maybe an implied displacement of 1 again. 18501 #: config/tc-tic30.c:531 18502 msgid "required displacement wasn't given in indirect reference" 18503 msgstr "" 18504 18505 #: config/tc-tic30.c:538 18506 msgid "illegal indirect reference" 18507 msgstr "" 18508 18509 #: config/tc-tic30.c:545 18510 msgid "displacement must be an unsigned 8-bit number" 18511 msgstr "" 18512 18513 #: config/tc-tic30.c:729 config/tc-tic30.c:1475 18514 #, c-format 18515 msgid "Invalid character %s before %s operand" 18516 msgstr "" 18517 18518 #: config/tc-tic30.c:748 config/tc-tic30.c:1490 18519 #, c-format 18520 msgid "Unbalanced parenthesis in %s operand." 18521 msgstr "" 18522 18523 #: config/tc-tic30.c:764 config/tc-tic30.c:1500 18524 #, c-format 18525 msgid "Invalid character %s in %s operand" 18526 msgstr "" 18527 18528 #: config/tc-tic30.c:783 config/tc-tic30.c:1517 18529 #, c-format 18530 msgid "Spurious operands; (%d operands/instruction max)" 18531 msgstr "" 18532 18533 #. Just skip it, if it's \n complain. 18534 #: config/tc-tic30.c:801 config/tc-tic30.c:817 config/tc-tic30.c:1534 18535 #: config/tc-tic30.c:1550 18536 msgid "Expecting operand after ','; got nothing" 18537 msgstr "" 18538 18539 #: config/tc-tic30.c:806 config/tc-tic30.c:1539 18540 msgid "Expecting operand before ','; got nothing" 18541 msgstr "" 18542 18543 #: config/tc-tic30.c:844 18544 msgid "incorrect number of operands given in the first instruction" 18545 msgstr "" 18546 18547 #: config/tc-tic30.c:850 18548 msgid "incorrect number of operands given in the second instruction" 18549 msgstr "" 18550 18551 #: config/tc-tic30.c:871 18552 #, c-format 18553 msgid "%s instruction, operand %d doesn't match" 18554 msgstr "" 18555 18556 #. Shouldn't get here. 18557 #: config/tc-tic30.c:895 config/tc-tic30.c:902 18558 msgid "incorrect format for multiply parallel instruction" 18559 msgstr "" 18560 18561 #: config/tc-tic30.c:909 18562 msgid "destination for multiply can only be R0 or R1" 18563 msgstr "" 18564 18565 #: config/tc-tic30.c:916 18566 msgid "destination for add/subtract can only be R2 or R3" 18567 msgstr "" 18568 18569 #: config/tc-tic30.c:983 18570 msgid "loading the same register in parallel operation" 18571 msgstr "" 18572 18573 #: config/tc-tic30.c:1425 18574 #, c-format 18575 msgid "Invalid character %s in opcode" 18576 msgstr "" 18577 18578 #: config/tc-tic30.c:1455 18579 #, c-format 18580 msgid "Unknown TMS320C30 instruction: %s" 18581 msgstr "" 18582 18583 #: config/tc-tic30.c:1575 18584 msgid "Incorrect number of operands given" 18585 msgstr "" 18586 18587 #: config/tc-tic30.c:1608 18588 #, c-format 18589 msgid "The %s operand doesn't match" 18590 msgstr "" 18591 18592 #. Shouldn't make it to this stage. 18593 #: config/tc-tic30.c:1633 config/tc-tic30.c:1645 18594 msgid "Incompatible first and second operands in instruction" 18595 msgstr "" 18596 18597 #: config/tc-tic30.c:1759 18598 msgid "invalid short form floating point immediate operand" 18599 msgstr "" 18600 18601 #: config/tc-tic30.c:1769 18602 msgid "rounding down first operand float to unsigned int" 18603 msgstr "" 18604 18605 #: config/tc-tic30.c:1771 18606 msgid "only lower 16-bits of first operand are used" 18607 msgstr "" 18608 18609 #: config/tc-tic30.c:1781 18610 msgid "rounding down first operand float to signed int" 18611 msgstr "" 18612 18613 #: config/tc-tic30.c:1786 config/tc-tic30.c:1857 18614 msgid "first operand is too large for 16-bit signed int" 18615 msgstr "" 18616 18617 #: config/tc-tic30.c:1851 18618 msgid "first operand is floating point" 18619 msgstr "" 18620 18621 #. Shouldn't get here. 18622 #: config/tc-tic30.c:1882 18623 msgid "interrupt vector for trap instruction out of range" 18624 msgstr "" 18625 18626 #: config/tc-tic30.c:1927 18627 msgid "LDP instruction needs a 24-bit operand" 18628 msgstr "" 18629 18630 #: config/tc-tic30.c:1951 18631 msgid "first operand is too large for a 24-bit displacement" 18632 msgstr "" 18633 18634 #: config/tc-tic4x.c:390 18635 msgid "Nan, using zero." 18636 msgstr "" 18637 18638 #: config/tc-tic4x.c:508 18639 #, c-format 18640 msgid "Cannot represent exponent in %d bits" 18641 msgstr "" 18642 18643 #: config/tc-tic4x.c:591 config/tc-tic4x.c:601 18644 msgid "Invalid floating point number" 18645 msgstr "" 18646 18647 #: config/tc-tic4x.c:720 18648 msgid "Comma expected\n" 18649 msgstr "" 18650 18651 #: config/tc-tic4x.c:754 config/tc-tic54x.c:498 18652 msgid ".bss size argument missing\n" 18653 msgstr "" 18654 18655 #: config/tc-tic4x.c:762 18656 #, c-format 18657 msgid ".bss size %ld < 0!" 18658 msgstr "" 18659 18660 #: config/tc-tic4x.c:894 18661 msgid "Non-constant symbols not allowed\n" 18662 msgstr "" 18663 18664 #: config/tc-tic4x.c:925 18665 msgid "Symbol missing\n" 18666 msgstr "" 18667 18668 #. Skip null symbol terminator. 18669 #: config/tc-tic4x.c:973 18670 msgid ".sect: subsection name ignored" 18671 msgstr "" 18672 18673 #: config/tc-tic4x.c:1001 config/tc-tic4x.c:1102 config/tc-tic54x.c:1476 18674 #, c-format 18675 msgid "Error setting flags for \"%s\": %s" 18676 msgstr "" 18677 18678 #: config/tc-tic4x.c:1033 18679 msgid ".set syntax invalid\n" 18680 msgstr "" 18681 18682 #: config/tc-tic4x.c:1091 18683 msgid ".usect: non-zero alignment flag ignored" 18684 msgstr "" 18685 18686 #: config/tc-tic4x.c:1122 18687 #, c-format 18688 msgid "This assembler does not support processor generation %ld" 18689 msgstr "" 18690 18691 #: config/tc-tic4x.c:1126 18692 msgid "Changing processor generation on fly not supported..." 18693 msgstr "" 18694 18695 #: config/tc-tic4x.c:1413 18696 msgid "Auxiliary register AR0--AR7 required for indirect" 18697 msgstr "" 18698 18699 #: config/tc-tic4x.c:1427 18700 #, c-format 18701 msgid "Bad displacement %d (require 0--255)\n" 18702 msgstr "" 18703 18704 #: config/tc-tic4x.c:1445 18705 msgid "Index register IR0,IR1 required for displacement" 18706 msgstr "" 18707 18708 #: config/tc-tic4x.c:1513 18709 msgid "Expecting a register name" 18710 msgstr "" 18711 18712 #: config/tc-tic4x.c:1525 config/tc-tic4x.c:1548 config/tc-tic4x.c:1614 18713 msgid "Number too large" 18714 msgstr "" 18715 18716 #: config/tc-tic4x.c:1538 config/tc-tic4x.c:1561 18717 msgid "Expecting a constant value" 18718 msgstr "" 18719 18720 #: config/tc-tic4x.c:1569 18721 #, c-format 18722 msgid "Bad direct addressing construct %s" 18723 msgstr "" 18724 18725 #: config/tc-tic4x.c:1573 18726 #, c-format 18727 msgid "Direct value of %ld is not suitable" 18728 msgstr "" 18729 18730 #: config/tc-tic4x.c:1597 18731 msgid "Unknown indirect addressing mode" 18732 msgstr "" 18733 18734 #: config/tc-tic4x.c:1694 18735 #, c-format 18736 msgid "Immediate value of %ld is too large for ldf" 18737 msgstr "" 18738 18739 #: config/tc-tic4x.c:1734 18740 msgid "Destination register must be ARn" 18741 msgstr "" 18742 18743 #: config/tc-tic4x.c:1753 config/tc-tic4x.c:2126 config/tc-tic4x.c:2185 18744 #, c-format 18745 msgid "Immediate value of %ld is too large" 18746 msgstr "" 18747 18748 #: config/tc-tic4x.c:1782 config/tc-tic4x.c:1987 18749 msgid "Invalid indirect addressing mode" 18750 msgstr "" 18751 18752 #: config/tc-tic4x.c:1806 config/tc-tic4x.c:1846 config/tc-tic4x.c:2037 18753 #: config/tc-tic4x.c:2059 18754 msgid "Register must be Rn" 18755 msgstr "" 18756 18757 #: config/tc-tic4x.c:1860 config/tc-tic4x.c:1930 config/tc-tic4x.c:1944 18758 msgid "Register must be R0--R7" 18759 msgstr "" 18760 18761 #: config/tc-tic4x.c:1884 config/tc-tic4x.c:1912 18762 #, c-format 18763 msgid "Invalid indirect addressing mode displacement %d" 18764 msgstr "" 18765 18766 #: config/tc-tic4x.c:1958 18767 msgid "Destination register must be R2 or R3" 18768 msgstr "" 18769 18770 #: config/tc-tic4x.c:1972 18771 msgid "Destination register must be R0 or R1" 18772 msgstr "" 18773 18774 #: config/tc-tic4x.c:2009 18775 #, c-format 18776 msgid "Displacement value of %ld is too large" 18777 msgstr "" 18778 18779 #: config/tc-tic4x.c:2070 config/tc-tic4x.c:2201 18780 msgid "Floating point number not valid in expression" 18781 msgstr "" 18782 18783 #: config/tc-tic4x.c:2084 18784 #, c-format 18785 msgid "Signed immediate value %ld too large" 18786 msgstr "" 18787 18788 #: config/tc-tic4x.c:2147 18789 #, c-format 18790 msgid "Unsigned immediate value %ld too large" 18791 msgstr "" 18792 18793 #: config/tc-tic4x.c:2215 18794 #, c-format 18795 msgid "Immediate value %ld too large" 18796 msgstr "" 18797 18798 #: config/tc-tic4x.c:2234 config/tc-tic4x.c:2262 18799 msgid "Register must be ivtp or tvtp" 18800 msgstr "" 18801 18802 #: config/tc-tic4x.c:2248 18803 msgid "Register must be address register" 18804 msgstr "" 18805 18806 #: config/tc-tic4x.c:2321 18807 msgid "Source and destination register should not be equal" 18808 msgstr "" 18809 18810 #: config/tc-tic4x.c:2336 18811 msgid "Equal parallel destination registers, one result will be discarded" 18812 msgstr "" 18813 18814 #: config/tc-tic4x.c:2377 18815 msgid "Too many operands scanned" 18816 msgstr "" 18817 18818 #: config/tc-tic4x.c:2408 18819 msgid "Parallel opcode cannot contain more than two instructions" 18820 msgstr "" 18821 18822 #: config/tc-tic4x.c:2481 18823 #, c-format 18824 msgid "Invalid operands for %s" 18825 msgstr "" 18826 18827 #: config/tc-tic4x.c:2484 18828 #, c-format 18829 msgid "Invalid instruction %s" 18830 msgstr "" 18831 18832 #: config/tc-tic4x.c:2634 18833 #, c-format 18834 msgid "Bad relocation type: 0x%02x" 18835 msgstr "" 18836 18837 #: config/tc-tic4x.c:2692 18838 #, c-format 18839 msgid "Unsupported processor generation %d" 18840 msgstr "" 18841 18842 #: config/tc-tic4x.c:2700 18843 msgid "Option -b is depreciated, please use -mbig" 18844 msgstr "" 18845 18846 #: config/tc-tic4x.c:2707 18847 msgid "Option -p is depreciated, please use -mmemparm" 18848 msgstr "" 18849 18850 #: config/tc-tic4x.c:2714 18851 msgid "Option -r is depreciated, please use -mregparm" 18852 msgstr "" 18853 18854 #: config/tc-tic4x.c:2721 18855 msgid "Option -s is depreciated, please use -msmall" 18856 msgstr "" 18857 18858 #: config/tc-tic4x.c:2750 18859 #, c-format 18860 msgid "" 18861 "\n" 18862 "TIC4X options:\n" 18863 " -mcpu=CPU -mCPU select architecture variant. CPU can be:\n" 18864 " 30 - TMS320C30\n" 18865 " 31 - TMS320C31, TMS320LC31\n" 18866 " 32 - TMS320C32\n" 18867 " 33 - TMS320VC33\n" 18868 " 40 - TMS320C40\n" 18869 " 44 - TMS320C44\n" 18870 " -mrev=REV set cpu hardware revision (integer numbers).\n" 18871 " Combinations of -mcpu and -mrev will enable/" 18872 "disable\n" 18873 " the appropriate options (-midle2, -mlowpower and\n" 18874 " -menhanced) according to the selected type\n" 18875 " -mbig select big memory model\n" 18876 " -msmall select small memory model (default)\n" 18877 " -mregparm select register parameters (default)\n" 18878 " -mmemparm select memory parameters\n" 18879 " -midle2 enable IDLE2 support\n" 18880 " -mlowpower enable LOPOWER and MAXSPEED support\n" 18881 " -menhanced enable enhanced opcode support\n" 18882 msgstr "" 18883 18884 #: config/tc-tic4x.c:2795 18885 #, c-format 18886 msgid "Label \"$%d\" redefined" 18887 msgstr "" 18888 18889 #: config/tc-tic4x.c:3004 18890 #, c-format 18891 msgid "Reloc %d not supported by object file format" 18892 msgstr "" 18893 18894 #. Only word (et al.), align, or conditionals are allowed within 18895 #. .struct/.union. 18896 #: config/tc-tic54x.c:242 18897 msgid "pseudo-op illegal within .struct/.union" 18898 msgstr "" 18899 18900 #: config/tc-tic54x.c:256 18901 #, c-format 18902 msgid "C54x-specific command line options:\n" 18903 msgstr "" 18904 18905 #: config/tc-tic54x.c:257 18906 #, c-format 18907 msgid "-mfar-mode | -mf Use extended addressing\n" 18908 msgstr "" 18909 18910 #: config/tc-tic54x.c:258 18911 #, c-format 18912 msgid "-mcpu=<CPU version> Specify the CPU version\n" 18913 msgstr "" 18914 18915 #: config/tc-tic54x.c:259 18916 #, c-format 18917 msgid "-merrors-to-file <filename>\n" 18918 msgstr "" 18919 18920 #: config/tc-tic54x.c:260 18921 #, c-format 18922 msgid "-me <filename> Redirect errors to a file\n" 18923 msgstr "" 18924 18925 #: config/tc-tic54x.c:373 18926 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'" 18927 msgstr "" 18928 18929 #: config/tc-tic54x.c:385 18930 msgid "symbols assigned with .asg must begin with a letter" 18931 msgstr "" 18932 18933 #: config/tc-tic54x.c:423 18934 msgid "Unterminated string after absolute expression" 18935 msgstr "" 18936 18937 #: config/tc-tic54x.c:431 18938 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'" 18939 msgstr "" 18940 18941 #: config/tc-tic54x.c:439 18942 msgid "symbols assigned with .eval must begin with a letter" 18943 msgstr "" 18944 18945 #: config/tc-tic54x.c:507 18946 #, c-format 18947 msgid ".bss size %d < 0!" 18948 msgstr "" 18949 18950 #: config/tc-tic54x.c:693 18951 msgid "Offset on nested structures is ignored" 18952 msgstr "" 18953 18954 #: config/tc-tic54x.c:743 18955 #, c-format 18956 msgid ".end%s without preceding .%s" 18957 msgstr "" 18958 18959 #: config/tc-tic54x.c:809 18960 #, c-format 18961 msgid "Unrecognized struct/union tag '%s'" 18962 msgstr "" 18963 18964 #: config/tc-tic54x.c:811 18965 msgid ".tag requires a structure tag" 18966 msgstr "" 18967 18968 #: config/tc-tic54x.c:817 18969 msgid "Label required for .tag" 18970 msgstr "" 18971 18972 #: config/tc-tic54x.c:836 18973 #, c-format 18974 msgid ".tag target '%s' undefined" 18975 msgstr "" 18976 18977 #: config/tc-tic54x.c:900 18978 #, c-format 18979 msgid ".field count '%d' out of range (1 <= X <= 32)" 18980 msgstr "" 18981 18982 #: config/tc-tic54x.c:928 18983 #, c-format 18984 msgid "Unrecognized field type '%c'" 18985 msgstr "" 18986 18987 #: config/tc-tic54x.c:1052 18988 msgid "Overflow in expression, truncated to 8 bits" 18989 msgstr "" 18990 18991 #: config/tc-tic54x.c:1057 18992 msgid "Overflow in expression, truncated to 16 bits" 18993 msgstr "" 18994 18995 #. Disallow .byte with a non constant expression that will 18996 #. require relocation. 18997 #: config/tc-tic54x.c:1065 18998 msgid "Relocatable values require at least WORD storage" 18999 msgstr "" 19000 19001 #: config/tc-tic54x.c:1126 19002 msgid "Use of .def/.ref is deprecated. Use .global instead" 19003 msgstr "" 19004 19005 #: config/tc-tic54x.c:1343 19006 msgid ".space/.bes repeat count is negative, ignored" 19007 msgstr "" 19008 19009 #: config/tc-tic54x.c:1348 19010 msgid ".space/.bes repeat count is zero, ignored" 19011 msgstr "" 19012 19013 #: config/tc-tic54x.c:1419 19014 msgid "Missing size argument" 19015 msgstr "" 19016 19017 #: config/tc-tic54x.c:1551 19018 msgid "CPU version has already been set" 19019 msgstr "" 19020 19021 #: config/tc-tic54x.c:1555 19022 #, c-format 19023 msgid "Unrecognized version '%s'" 19024 msgstr "" 19025 19026 #: config/tc-tic54x.c:1561 19027 msgid "Changing of CPU version on the fly not supported" 19028 msgstr "" 19029 19030 #: config/tc-tic54x.c:1692 19031 msgid "p2align not supported on this target" 19032 msgstr "" 19033 19034 #: config/tc-tic54x.c:1704 19035 msgid "Argument to .even ignored" 19036 msgstr "" 19037 19038 #: config/tc-tic54x.c:1750 19039 msgid "Invalid field size, must be from 1 to 32" 19040 msgstr "" 19041 19042 #: config/tc-tic54x.c:1763 19043 msgid "field size must be 16 when value is relocatable" 19044 msgstr "" 19045 19046 #: config/tc-tic54x.c:1778 19047 msgid "field value truncated" 19048 msgstr "" 19049 19050 #: config/tc-tic54x.c:1882 config/tc-tic54x.c:2168 19051 #, c-format 19052 msgid "Unrecognized section '%s'" 19053 msgstr "" 19054 19055 #: config/tc-tic54x.c:1891 19056 msgid "Current section is uninitialized, section name required for .clink" 19057 msgstr "" 19058 19059 #: config/tc-tic54x.c:2079 19060 msgid "ENDLOOP without corresponding LOOP" 19061 msgstr "" 19062 19063 #: config/tc-tic54x.c:2120 19064 msgid "Mixing of normal and extended addressing not supported" 19065 msgstr "" 19066 19067 #: config/tc-tic54x.c:2126 19068 msgid "Extended addressing not supported on the specified CPU" 19069 msgstr "" 19070 19071 #: config/tc-tic54x.c:2174 19072 msgid ".sblock may be used for initialized sections only" 19073 msgstr "" 19074 19075 #: config/tc-tic54x.c:2204 19076 msgid "Symbol missing for .set/.equ" 19077 msgstr "" 19078 19079 #: config/tc-tic54x.c:2259 19080 msgid ".var may only be used within a macro definition" 19081 msgstr "" 19082 19083 #: config/tc-tic54x.c:2267 19084 msgid "Substitution symbols must begin with a letter" 19085 msgstr "" 19086 19087 #: config/tc-tic54x.c:2346 19088 #, c-format 19089 msgid "can't open macro library file '%s' for reading: %s" 19090 msgstr "" 19091 19092 #: config/tc-tic54x.c:2353 19093 #, c-format 19094 msgid "File '%s' not in macro archive format" 19095 msgstr "" 19096 19097 #: config/tc-tic54x.c:2483 19098 #, c-format 19099 msgid "Bad COFF version '%s'" 19100 msgstr "" 19101 19102 #: config/tc-tic54x.c:2492 19103 #, c-format 19104 msgid "Bad CPU version '%s'" 19105 msgstr "" 19106 19107 #: config/tc-tic54x.c:2505 config/tc-tic54x.c:2508 19108 #, c-format 19109 msgid "Can't redirect stderr to the file '%s'" 19110 msgstr "" 19111 19112 #: config/tc-tic54x.c:2527 19113 msgid "Macro nesting is too deep" 19114 msgstr "" 19115 19116 #: config/tc-tic54x.c:2630 19117 #, c-format 19118 msgid "Undefined substitution symbol '%s'" 19119 msgstr "" 19120 19121 #: config/tc-tic54x.c:3113 19122 #, c-format 19123 msgid "Unbalanced parenthesis in operand %d" 19124 msgstr "" 19125 19126 #: config/tc-tic54x.c:3144 config/tc-tic54x.c:3152 19127 msgid "Expecting operand after ','" 19128 msgstr "" 19129 19130 #: config/tc-tic54x.c:3163 19131 msgid "Extra junk on line" 19132 msgstr "" 19133 19134 #: config/tc-tic54x.c:3200 19135 msgid "Badly formed address expression" 19136 msgstr "" 19137 19138 #: config/tc-tic54x.c:3453 19139 #, c-format 19140 msgid "Invalid dmad syntax '%s'" 19141 msgstr "" 19142 19143 #: config/tc-tic54x.c:3517 19144 #, c-format 19145 msgid "" 19146 "Use the .mmregs directive to use memory-mapped register names such as '%s'" 19147 msgstr "" 19148 19149 #: config/tc-tic54x.c:3568 19150 msgid "Address mode *+ARx is write-only. Results of reading are undefined." 19151 msgstr "" 19152 19153 #: config/tc-tic54x.c:3588 19154 #, c-format 19155 msgid "Unrecognized indirect address format \"%s\"" 19156 msgstr "" 19157 19158 #: config/tc-tic54x.c:3626 19159 #, c-format 19160 msgid "Operand '%s' out of range (%d <= x <= %d)" 19161 msgstr "" 19162 19163 #: config/tc-tic54x.c:3646 19164 msgid "Error in relocation handling" 19165 msgstr "" 19166 19167 #: config/tc-tic54x.c:3665 config/tc-tic54x.c:3727 config/tc-tic54x.c:3755 19168 #, c-format 19169 msgid "Unrecognized condition code \"%s\"" 19170 msgstr "" 19171 19172 #: config/tc-tic54x.c:3682 19173 #, c-format 19174 msgid "Condition \"%s\" does not match preceding group" 19175 msgstr "" 19176 19177 #: config/tc-tic54x.c:3690 19178 #, c-format 19179 msgid "" 19180 "Condition \"%s\" uses a different accumulator from a preceding condition" 19181 msgstr "" 19182 19183 #: config/tc-tic54x.c:3697 19184 msgid "Only one comparison conditional allowed" 19185 msgstr "" 19186 19187 #: config/tc-tic54x.c:3702 19188 msgid "Only one overflow conditional allowed" 19189 msgstr "" 19190 19191 #: config/tc-tic54x.c:3710 19192 #, c-format 19193 msgid "Duplicate %s conditional" 19194 msgstr "" 19195 19196 #: config/tc-tic54x.c:3741 19197 msgid "Invalid auxiliary register (use AR0-AR7)" 19198 msgstr "" 19199 19200 #: config/tc-tic54x.c:3772 19201 msgid "lk addressing modes are invalid for memory-mapped register addressing" 19202 msgstr "" 19203 19204 #: config/tc-tic54x.c:3780 19205 msgid "" 19206 "Address mode *+ARx is not allowed in memory-mapped register addressing. " 19207 "Resulting behavior is undefined." 19208 msgstr "" 19209 19210 #: config/tc-tic54x.c:3806 19211 msgid "" 19212 "Destination accumulator for each part of this parallel instruction must be " 19213 "different" 19214 msgstr "" 19215 19216 #: config/tc-tic54x.c:3855 19217 #, c-format 19218 msgid "Memory mapped register \"%s\" out of range" 19219 msgstr "" 19220 19221 #: config/tc-tic54x.c:3894 19222 msgid "Invalid operand (use 1, 2, or 3)" 19223 msgstr "" 19224 19225 #: config/tc-tic54x.c:3919 19226 msgid "A status register or status bit name is required" 19227 msgstr "" 19228 19229 #: config/tc-tic54x.c:3929 19230 #, c-format 19231 msgid "Unrecognized status bit \"%s\"" 19232 msgstr "" 19233 19234 #: config/tc-tic54x.c:3950 19235 #, c-format 19236 msgid "Invalid status register \"%s\"" 19237 msgstr "" 19238 19239 #: config/tc-tic54x.c:3962 19240 #, c-format 19241 msgid "Operand \"%s\" out of range (use 1 or 2)" 19242 msgstr "" 19243 19244 #: config/tc-tic54x.c:4165 19245 #, c-format 19246 msgid "Unrecognized instruction \"%s\"" 19247 msgstr "" 19248 19249 #: config/tc-tic54x.c:4193 19250 #, c-format 19251 msgid "Unrecognized operand list '%s' for instruction '%s'" 19252 msgstr "" 19253 19254 #: config/tc-tic54x.c:4223 19255 #, c-format 19256 msgid "Unrecognized parallel instruction \"%s\"" 19257 msgstr "" 19258 19259 #: config/tc-tic54x.c:4272 19260 #, c-format 19261 msgid "Invalid operand (s) for parallel instruction \"%s\"" 19262 msgstr "" 19263 19264 #: config/tc-tic54x.c:4275 19265 #, c-format 19266 msgid "Unrecognized parallel instruction combination \"%s || %s\"" 19267 msgstr "" 19268 19269 #: config/tc-tic54x.c:4503 19270 #, c-format 19271 msgid "%s symbol recursion stopped at second appearance of '%s'" 19272 msgstr "" 19273 19274 #: config/tc-tic54x.c:4543 19275 msgid "Unrecognized substitution symbol function" 19276 msgstr "" 19277 19278 #: config/tc-tic54x.c:4548 19279 msgid "Missing '(' after substitution symbol function" 19280 msgstr "" 19281 19282 #: config/tc-tic54x.c:4561 19283 msgid "Expecting second argument" 19284 msgstr "" 19285 19286 #: config/tc-tic54x.c:4579 config/tc-tic54x.c:4629 19287 msgid "Extra junk in function call, expecting ')'" 19288 msgstr "" 19289 19290 #: config/tc-tic54x.c:4605 19291 msgid "Function expects two arguments" 19292 msgstr "" 19293 19294 #: config/tc-tic54x.c:4618 19295 msgid "Expecting character constant argument" 19296 msgstr "" 19297 19298 #: config/tc-tic54x.c:4624 19299 msgid "Both arguments must be substitution symbols" 19300 msgstr "" 19301 19302 #: config/tc-tic54x.c:4676 19303 #, c-format 19304 msgid "Invalid subscript (use 1 to %d)" 19305 msgstr "" 19306 19307 #: config/tc-tic54x.c:4686 19308 #, c-format 19309 msgid "Invalid length (use 0 to %d)" 19310 msgstr "" 19311 19312 #: config/tc-tic54x.c:4696 19313 msgid "Missing ')' in subscripted substitution symbol expression" 19314 msgstr "" 19315 19316 #: config/tc-tic54x.c:4716 19317 msgid "Missing forced substitution terminator ':'" 19318 msgstr "" 19319 19320 #: config/tc-tic54x.c:4870 19321 #, c-format 19322 msgid "" 19323 "Instruction does not fit in available delay slots (%d-word insn, %d slot " 19324 "left)" 19325 msgid_plural "" 19326 "Instruction does not fit in available delay slots (%d-word insn, %d slots " 19327 "left)" 19328 msgstr[0] "" 19329 msgstr[1] "" 19330 19331 #: config/tc-tic54x.c:4914 19332 #, c-format 19333 msgid "Unrecognized parallel instruction '%s'" 19334 msgstr "" 19335 19336 #: config/tc-tic54x.c:4926 19337 #, c-format 19338 msgid "Instruction '%s' requires an LP cpu version" 19339 msgstr "" 19340 19341 #: config/tc-tic54x.c:4933 19342 #, c-format 19343 msgid "Instruction '%s' requires far mode addressing" 19344 msgstr "" 19345 19346 #: config/tc-tic54x.c:4945 19347 #, c-format 19348 msgid "" 19349 "Instruction does not fit in available delay slots (%d-word insn, %d slot " 19350 "left). Resulting behavior is undefined." 19351 msgid_plural "" 19352 "Instruction does not fit in available delay slots (%d-word insn, %d slots " 19353 "left). Resulting behavior is undefined." 19354 msgstr[0] "" 19355 msgstr[1] "" 19356 19357 #: config/tc-tic54x.c:4959 19358 msgid "" 19359 "Instructions which cause PC discontinuity are not allowed in a delay slot. " 19360 "Resulting behavior is undefined." 19361 msgstr "" 19362 19363 #: config/tc-tic54x.c:4970 19364 #, c-format 19365 msgid "'%s' is not repeatable. Resulting behavior is undefined." 19366 msgstr "" 19367 19368 #: config/tc-tic54x.c:4974 19369 msgid "" 19370 "Instructions using long offset modifiers or absolute addresses are not " 19371 "repeatable. Resulting behavior is undefined." 19372 msgstr "" 19373 19374 #: config/tc-tic54x.c:5118 19375 #, c-format 19376 msgid "Unsupported relocation size %d" 19377 msgstr "" 19378 19379 #: config/tc-tic54x.c:5249 19380 msgid "non-absolute value used with .space/.bes" 19381 msgstr "" 19382 19383 #: config/tc-tic54x.c:5253 19384 #, c-format 19385 msgid "negative value ignored in %s" 19386 msgstr "" 19387 19388 #: config/tc-tic54x.c:5341 19389 #, c-format 19390 msgid "attempt to .space/.bes backwards? (%ld)" 19391 msgstr "" 19392 19393 #: config/tc-tic6x.c:232 19394 #, c-format 19395 msgid "unknown architecture '%s'" 19396 msgstr "" 19397 19398 #: config/tc-tic6x.c:262 19399 #, c-format 19400 msgid "unknown -mpid= argument '%s'" 19401 msgstr "" 19402 19403 #: config/tc-tic6x.c:320 19404 #, c-format 19405 msgid "TMS320C6000 options:\n" 19406 msgstr "" 19407 19408 #: config/tc-tic6x.c:321 19409 #, c-format 19410 msgid " -march=ARCH enable instructions from architecture ARCH\n" 19411 msgstr "" 19412 19413 #: config/tc-tic6x.c:322 19414 #, c-format 19415 msgid " -mbig-endian generate big-endian code\n" 19416 msgstr "" 19417 19418 #: config/tc-tic6x.c:323 19419 #, c-format 19420 msgid " -mlittle-endian generate little-endian code\n" 19421 msgstr "" 19422 19423 #: config/tc-tic6x.c:324 19424 #, c-format 19425 msgid " -mdsbt code uses DSBT addressing\n" 19426 msgstr "" 19427 19428 #: config/tc-tic6x.c:325 19429 #, c-format 19430 msgid " -mno-dsbt code does not use DSBT addressing\n" 19431 msgstr "" 19432 19433 #: config/tc-tic6x.c:326 19434 #, c-format 19435 msgid "" 19436 " -mpid=no code uses position-dependent data addressing\n" 19437 msgstr "" 19438 19439 #: config/tc-tic6x.c:327 19440 #, c-format 19441 msgid "" 19442 " -mpid=near code uses position-independent data addressing,\n" 19443 " GOT accesses use near DP addressing\n" 19444 msgstr "" 19445 19446 #: config/tc-tic6x.c:329 19447 #, c-format 19448 msgid "" 19449 " -mpid=far code uses position-independent data addressing,\n" 19450 " GOT accesses use far DP addressing\n" 19451 msgstr "" 19452 19453 #: config/tc-tic6x.c:331 19454 #, c-format 19455 msgid " -mpic code addressing is position-independent\n" 19456 msgstr "" 19457 19458 #: config/tc-tic6x.c:332 19459 #, c-format 19460 msgid " -mno-pic code addressing is position-dependent\n" 19461 msgstr "" 19462 19463 #: config/tc-tic6x.c:337 19464 #, c-format 19465 msgid "Supported ARCH values are:" 19466 msgstr "" 19467 19468 #: config/tc-tic6x.c:384 19469 msgid "unexpected .cantunwind directive" 19470 msgstr "" 19471 19472 #: config/tc-tic6x.c:404 19473 msgid "unexpected .handlerdata directive" 19474 msgstr "" 19475 19476 #: config/tc-tic6x.c:416 19477 msgid "personality routine required before .handlerdata directive" 19478 msgstr "" 19479 19480 #: config/tc-tic6x.c:531 19481 msgid "expected symbol" 19482 msgstr "" 19483 19484 #: config/tc-tic6x.c:578 19485 msgid "expected comma after symbol name" 19486 msgstr "" 19487 19488 #: config/tc-tic6x.c:588 19489 #, c-format 19490 msgid "invalid length for .scomm directive" 19491 msgstr "" 19492 19493 #: config/tc-tic6x.c:602 19494 msgid "alignment is not a positive number" 19495 msgstr "" 19496 19497 #: config/tc-tic6x.c:614 19498 msgid "alignment is not a power of 2" 19499 msgstr "" 19500 19501 #: config/tc-tic6x.c:629 19502 #, c-format 19503 msgid "attempt to re-define symbol `%s'" 19504 msgstr "" 19505 19506 #: config/tc-tic6x.c:638 19507 #, c-format 19508 msgid "attempt to redefine `%s' with a different length" 19509 msgstr "" 19510 19511 #: config/tc-tic6x.c:835 19512 msgid "multiple '||' on same line" 19513 msgstr "" 19514 19515 #: config/tc-tic6x.c:838 19516 msgid "'||' after predicate" 19517 msgstr "" 19518 19519 #: config/tc-tic6x.c:882 19520 msgid "multiple predicates on same line" 19521 msgstr "" 19522 19523 #: config/tc-tic6x.c:888 19524 #, c-format 19525 msgid "bad predicate '%s'" 19526 msgstr "" 19527 19528 #: config/tc-tic6x.c:899 19529 msgid "predication on A0 not supported on this architecture" 19530 msgstr "" 19531 19532 #: config/tc-tic6x.c:932 19533 msgid "label after '||'" 19534 msgstr "" 19535 19536 #: config/tc-tic6x.c:938 19537 msgid "label after predicate" 19538 msgstr "" 19539 19540 #: config/tc-tic6x.c:962 19541 msgid "'||' not followed by instruction" 19542 msgstr "" 19543 19544 #: config/tc-tic6x.c:968 19545 msgid "predicate not followed by instruction" 19546 msgstr "" 19547 19548 #: config/tc-tic6x.c:1401 19549 #, c-format 19550 msgid "control register '%s' not supported on this architecture" 19551 msgstr "" 19552 19553 #: config/tc-tic6x.c:1580 config/tc-tic6x.c:1583 config/tc-tic6x.c:1636 19554 #: config/tc-tic6x.c:1640 19555 #, c-format 19556 msgid "register number %u not supported on this architecture" 19557 msgstr "" 19558 19559 #: config/tc-tic6x.c:1611 19560 #, c-format 19561 msgid "register pair for operand %u of '%.*s' not a valid even/odd pair" 19562 msgstr "" 19563 19564 #: config/tc-tic6x.c:1667 19565 #, c-format 19566 msgid "junk after operand %u of '%.*s'" 19567 msgstr "" 19568 19569 #: config/tc-tic6x.c:1680 19570 #, c-format 19571 msgid "bad register or register pair for operand %u of '%.*s'" 19572 msgstr "" 19573 19574 #: config/tc-tic6x.c:1686 19575 #, c-format 19576 msgid "bad register for operand %u of '%.*s'" 19577 msgstr "" 19578 19579 #: config/tc-tic6x.c:1691 19580 #, c-format 19581 msgid "bad register pair for operand %u of '%.*s'" 19582 msgstr "" 19583 19584 #: config/tc-tic6x.c:1696 19585 #, c-format 19586 msgid "bad functional unit for operand %u of '%.*s'" 19587 msgstr "" 19588 19589 #: config/tc-tic6x.c:1701 19590 #, c-format 19591 msgid "bad operand %u of '%.*s'" 19592 msgstr "" 19593 19594 #: config/tc-tic6x.c:1833 19595 msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE" 19596 msgstr "" 19597 19598 #: config/tc-tic6x.c:1873 19599 msgid "$DSBT_INDEX not supported in this context" 19600 msgstr "" 19601 19602 #: config/tc-tic6x.c:1886 19603 msgid "$GOT not supported in this context" 19604 msgstr "" 19605 19606 #: config/tc-tic6x.c:1903 19607 msgid "$DPR_GOT not supported in this context" 19608 msgstr "" 19609 19610 #: config/tc-tic6x.c:1924 19611 msgid "$DPR_BYTE not supported in this context" 19612 msgstr "" 19613 19614 #: config/tc-tic6x.c:1941 19615 msgid "$DPR_HWORD not supported in this context" 19616 msgstr "" 19617 19618 #: config/tc-tic6x.c:1958 19619 msgid "$DPR_WORD not supported in this context" 19620 msgstr "" 19621 19622 #: config/tc-tic6x.c:1977 19623 msgid "$PCR_OFFSET not supported in this context" 19624 msgstr "" 19625 19626 #: config/tc-tic6x.c:1988 19627 msgid "invalid PC-relative operand" 19628 msgstr "" 19629 19630 #: config/tc-tic6x.c:2025 19631 #, c-format 19632 msgid "no %d-byte relocations available" 19633 msgstr "" 19634 19635 #: config/tc-tic6x.c:2512 config/tc-tic6x.c:2543 config/tc-tic6x.c:2561 19636 #: config/tc-tic6x.c:2991 config/tc-tic6x.c:3010 config/tc-tic6x.c:3042 19637 #, c-format 19638 msgid "operand %u of '%.*s' out of range" 19639 msgstr "" 19640 19641 #: config/tc-tic6x.c:2605 config/tc-tic6x.c:2830 19642 #, c-format 19643 msgid "offset in operand %u of '%.*s' not divisible by %u" 19644 msgstr "" 19645 19646 #: config/tc-tic6x.c:2822 config/tc-tic6x.c:2855 19647 #, c-format 19648 msgid "offset in operand %u of '%.*s' out of range" 19649 msgstr "" 19650 19651 #: config/tc-tic6x.c:2937 19652 #, c-format 19653 msgid "functional unit already masked for operand %u of '%.*s'" 19654 msgstr "" 19655 19656 #: config/tc-tic6x.c:2961 config/tc-tic6x.c:3718 19657 #, c-format 19658 msgid "'%.*s' instruction not in a software pipelined loop" 19659 msgstr "" 19660 19661 #: config/tc-tic6x.c:3060 19662 #, c-format 19663 msgid "instruction '%.*s' cannot be predicated" 19664 msgstr "" 19665 19666 #: config/tc-tic6x.c:3326 19667 #, c-format 19668 msgid "'%.*s' instruction not supported on this architecture" 19669 msgstr "" 19670 19671 #: config/tc-tic6x.c:3334 19672 #, c-format 19673 msgid "'%.*s' instruction not supported on this functional unit" 19674 msgstr "" 19675 19676 #: config/tc-tic6x.c:3342 19677 #, c-format 19678 msgid "" 19679 "'%.*s' instruction not supported on this functional unit for this " 19680 "architecture" 19681 msgstr "" 19682 19683 #: config/tc-tic6x.c:3362 19684 msgid "missing operand after comma" 19685 msgstr "" 19686 19687 #: config/tc-tic6x.c:3370 config/tc-tic6x.c:3388 19688 #, c-format 19689 msgid "too many operands to '%.*s'" 19690 msgstr "" 19691 19692 #: config/tc-tic6x.c:3401 19693 #, c-format 19694 msgid "bad number of operands to '%.*s'" 19695 msgstr "" 19696 19697 #: config/tc-tic6x.c:3473 19698 #, c-format 19699 msgid "operand %u of '%.*s' not constant" 19700 msgstr "" 19701 19702 #: config/tc-tic6x.c:3478 19703 #, c-format 19704 msgid "operand %u of '%.*s' on wrong side" 19705 msgstr "" 19706 19707 #: config/tc-tic6x.c:3483 19708 #, c-format 19709 msgid "operand %u of '%.*s' not a valid return address register" 19710 msgstr "" 19711 19712 #: config/tc-tic6x.c:3489 19713 #, c-format 19714 msgid "operand %u of '%.*s' is write-only" 19715 msgstr "" 19716 19717 #: config/tc-tic6x.c:3494 19718 #, c-format 19719 msgid "operand %u of '%.*s' is read-only" 19720 msgstr "" 19721 19722 #: config/tc-tic6x.c:3499 19723 #, c-format 19724 msgid "operand %u of '%.*s' not a valid memory reference" 19725 msgstr "" 19726 19727 #: config/tc-tic6x.c:3505 19728 #, c-format 19729 msgid "operand %u of '%.*s' not a valid base address register" 19730 msgstr "" 19731 19732 #: config/tc-tic6x.c:3591 19733 #, c-format 19734 msgid "bad operand combination for '%.*s'" 19735 msgstr "" 19736 19737 #: config/tc-tic6x.c:3637 19738 msgid "parallel instruction not following another instruction" 19739 msgstr "" 19740 19741 #: config/tc-tic6x.c:3643 19742 msgid "too many instructions in execute packet" 19743 msgstr "" 19744 19745 #: config/tc-tic6x.c:3648 19746 msgid "label not at start of execute packet" 19747 msgstr "" 19748 19749 #: config/tc-tic6x.c:3651 19750 #, c-format 19751 msgid "'%.*s' instruction not at start of execute packet" 19752 msgstr "" 19753 19754 #: config/tc-tic6x.c:3699 19755 msgid "functional unit already used in this execute packet" 19756 msgstr "" 19757 19758 #: config/tc-tic6x.c:3707 19759 msgid "nested software pipelined loop" 19760 msgstr "" 19761 19762 #: config/tc-tic6x.c:3726 19763 msgid "'||^' without previous SPMASK" 19764 msgstr "" 19765 19766 #: config/tc-tic6x.c:3728 19767 msgid "cannot mask instruction using no functional unit" 19768 msgstr "" 19769 19770 #: config/tc-tic6x.c:3740 19771 msgid "functional unit already masked" 19772 msgstr "" 19773 19774 #: config/tc-tic6x.c:3805 19775 msgid "value too large for 2-byte field" 19776 msgstr "" 19777 19778 #: config/tc-tic6x.c:3815 19779 msgid "value too large for 1-byte field" 19780 msgstr "" 19781 19782 #: config/tc-tic6x.c:3942 19783 msgid "immediate offset not 2-byte-aligned" 19784 msgstr "" 19785 19786 #: config/tc-tic6x.c:3970 19787 msgid "immediate offset not 4-byte-aligned" 19788 msgstr "" 19789 19790 #: config/tc-tic6x.c:3984 19791 msgid "addend used with $DSBT_INDEX" 19792 msgstr "" 19793 19794 #: config/tc-tic6x.c:3998 config/tc-tic6x.c:4016 config/tc-tic6x.c:4034 19795 #: config/tc-tic6x.c:4052 19796 msgid "PC-relative offset not 4-byte-aligned" 19797 msgstr "" 19798 19799 #: config/tc-tic6x.c:4001 config/tc-tic6x.c:4019 config/tc-tic6x.c:4037 19800 #: config/tc-tic6x.c:4055 19801 msgid "PC-relative offset out of range" 19802 msgstr "" 19803 19804 #: config/tc-tic6x.c:4536 19805 #, c-format 19806 msgid "undefined symbol %s in PCR relocation" 19807 msgstr "" 19808 19809 #: config/tc-tic6x.c:4653 19810 #, c-format 19811 msgid "group section `%s' has no group signature" 19812 msgstr "" 19813 19814 #: config/tc-tic6x.c:4805 19815 msgid "missing .endp before .cfi_startproc" 19816 msgstr "" 19817 19818 #: config/tc-tic6x.c:4910 19819 msgid "stack pointer offset too large for personality routine" 19820 msgstr "" 19821 19822 #: config/tc-tic6x.c:4917 19823 msgid "stack frame layout does not match personality routine" 19824 msgstr "" 19825 19826 #: config/tc-tic6x.c:5051 19827 msgid "too many unwinding instructions" 19828 msgstr "" 19829 19830 #: config/tc-tic6x.c:5126 config/tc-tic6x.c:5139 config/tc-tic6x.c:5147 19831 #, c-format 19832 msgid "unable to generate unwinding opcode for reg %d" 19833 msgstr "" 19834 19835 #: config/tc-tic6x.c:5156 19836 msgid "unable to restore return address from previously restored reg" 19837 msgstr "" 19838 19839 #: config/tc-tic6x.c:5168 19840 #, c-format 19841 msgid "unhandled CFA insn for unwinding (%d)" 19842 msgstr "" 19843 19844 #: config/tc-tic6x.c:5178 19845 #, c-format 19846 msgid "unable to generate unwinding opcode for frame pointer reg %d" 19847 msgstr "" 19848 19849 #: config/tc-tic6x.c:5187 19850 msgid "unable to generate unwinding opcode for frame pointer offset" 19851 msgstr "" 19852 19853 #: config/tc-tic6x.c:5196 19854 msgid "unwound stack pointer not doubleword aligned" 19855 msgstr "" 19856 19857 #: config/tc-tic6x.c:5341 19858 msgid "stack frame layout too complex for unwinder" 19859 msgstr "" 19860 19861 #: config/tc-tic6x.c:5358 19862 msgid "unwound frame has negative size" 19863 msgstr "" 19864 19865 #: config/tc-tilegx.c:141 19866 #, c-format 19867 msgid "" 19868 " -Q ignored\n" 19869 " -V print assembler version number\n" 19870 " -EB/-EL generate big-endian/little-endian code\n" 19871 " --32/--64 generate 32bit/64bit code\n" 19872 msgstr "" 19873 19874 #: config/tc-tilegx.c:731 config/tc-tilepro.c:619 19875 msgid "Invalid operator for operand." 19876 msgstr "" 19877 19878 #: config/tc-tilegx.c:754 config/tc-tilepro.c:642 19879 msgid "Operator may only be applied to symbols." 19880 msgstr "" 19881 19882 #: config/tc-tilegx.c:819 config/tc-tilepro.c:707 19883 #, c-format 19884 msgid "Writes to register '%s' are not allowed." 19885 msgstr "" 19886 19887 #: config/tc-tilegx.c:846 config/tc-tilepro.c:734 19888 #, c-format 19889 msgid "" 19890 "Two instructions in the same bundle both write to register %s, which is not " 19891 "allowed." 19892 msgstr "" 19893 19894 #: config/tc-tilegx.c:911 config/tc-tilepro.c:798 19895 #, c-format 19896 msgid "'%s' may not be bundled with other instructions." 19897 msgstr "" 19898 19899 #: config/tc-tilegx.c:941 config/tc-tilepro.c:828 19900 msgid "Invalid combination of instructions for bundle." 19901 msgstr "" 19902 19903 #: config/tc-tilegx.c:974 config/tc-tilepro.c:861 19904 msgid "instruction address is not a multiple of 8" 19905 msgstr "" 19906 19907 #: config/tc-tilegx.c:1051 config/tc-tilepro.c:939 19908 msgid "Invalid expression." 19909 msgstr "" 19910 19911 #: config/tc-tilegx.c:1092 config/tc-tilepro.c:980 19912 #, c-format 19913 msgid "Expected register, got '%s'." 19914 msgstr "" 19915 19916 #: config/tc-tilegx.c:1098 config/tc-tilepro.c:986 19917 #, c-format 19918 msgid "Found use of non-canonical register name %s; use %s instead." 19919 msgstr "" 19920 19921 #: config/tc-tilegx.c:1158 config/tc-tilepro.c:1045 19922 #, c-format 19923 msgid "Too few operands to '%s'." 19924 msgstr "" 19925 19926 #: config/tc-tilegx.c:1163 config/tc-tilepro.c:1050 19927 #, c-format 19928 msgid "Unexpected character '%c' after operand %d to %s." 19929 msgstr "" 19930 19931 #: config/tc-tilegx.c:1184 config/tc-tilepro.c:1071 19932 msgid "Expected immediate expression" 19933 msgstr "" 19934 19935 #: config/tc-tilegx.c:1197 config/tc-tilegx.c:1799 config/tc-tilepro.c:1084 19936 #: config/tc-tilepro.c:1580 19937 msgid "Found '}' when not bundling." 19938 msgstr "" 19939 19940 #: config/tc-tilegx.c:1238 config/tc-tilepro.c:1124 19941 #, c-format 19942 msgid "Unknown opcode `%.*s'." 19943 msgstr "" 19944 19945 #: config/tc-tilegx.c:1249 config/tc-tilepro.c:1135 19946 msgid "Too many instructions for bundle." 19947 msgstr "" 19948 19949 #: config/tc-tilegx.c:1341 config/tc-tilepro.c:1217 19950 msgid "Bad call to md_atof ()" 19951 msgstr "" 19952 19953 #: config/tc-tilegx.c:1417 config/tc-tilepro.c:1280 19954 msgid "This operator only produces two byte values." 19955 msgstr "" 19956 19957 #: config/tc-tilegx.c:1744 config/tc-tilepro.c:1525 19958 #, c-format 19959 msgid "internal error? cannot generate `%s' relocation (%d, %d)" 19960 msgstr "" 19961 19962 #: config/tc-tilegx.c:1787 config/tc-tilepro.c:1568 19963 msgid "Found '{' when already bundling." 19964 msgstr "" 19965 19966 #: config/tc-tilepro.c:98 19967 #, c-format 19968 msgid "" 19969 " -Q ignored\n" 19970 " -V print assembler version number\n" 19971 msgstr "" 19972 19973 #: config/tc-v850.c:290 19974 #, c-format 19975 msgid ".COMMon length (%d.) < 0! Ignored." 19976 msgstr "" 19977 19978 #: config/tc-v850.c:311 19979 #, c-format 19980 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d." 19981 msgstr "" 19982 19983 #: config/tc-v850.c:337 19984 msgid "Common alignment negative; 0 assumed" 19985 msgstr "" 19986 19987 #: config/tc-v850.c:540 19988 msgid ".longcall pseudo-op seen when not relaxing" 19989 msgstr "" 19990 19991 #: config/tc-v850.c:542 19992 msgid ".longjump pseudo-op seen when not relaxing" 19993 msgstr "" 19994 19995 #: config/tc-v850.c:549 19996 msgid "bad .longcall format" 19997 msgstr "" 19998 19999 #: config/tc-v850.c:1386 20000 #, c-format 20001 msgid "unknown operand shift: %x\n" 20002 msgstr "" 20003 20004 #: config/tc-v850.c:1387 20005 msgid "internal failure in parse_register_list" 20006 msgstr "" 20007 20008 #: config/tc-v850.c:1403 20009 msgid "constant expression or register list expected" 20010 msgstr "" 20011 20012 #: config/tc-v850.c:1408 20013 msgid "high bits set in register list expression" 20014 msgstr "" 20015 20016 #: config/tc-v850.c:1446 config/tc-v850.c:1503 20017 msgid "illegal register included in list" 20018 msgstr "" 20019 20020 #: config/tc-v850.c:1452 20021 msgid "system registers cannot be included in list" 20022 msgstr "" 20023 20024 #: config/tc-v850.c:1478 20025 msgid "second register should follow dash in register list" 20026 msgstr "" 20027 20028 #: config/tc-v850.c:1483 20029 msgid "second register should be greater than first register" 20030 msgstr "" 20031 20032 #: config/tc-v850.c:1533 20033 #, c-format 20034 msgid " V850 options:\n" 20035 msgstr "" 20036 20037 #: config/tc-v850.c:1534 20038 #, c-format 20039 msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n" 20040 msgstr "" 20041 20042 #: config/tc-v850.c:1535 20043 #, c-format 20044 msgid "" 20045 " -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n" 20046 msgstr "" 20047 20048 #: config/tc-v850.c:1536 20049 #, c-format 20050 msgid " -mv850 The code is targeted at the v850\n" 20051 msgstr "" 20052 20053 #: config/tc-v850.c:1537 20054 #, c-format 20055 msgid " -mv850e The code is targeted at the v850e\n" 20056 msgstr "" 20057 20058 #: config/tc-v850.c:1538 20059 #, c-format 20060 msgid " -mv850e1 The code is targeted at the v850e1\n" 20061 msgstr "" 20062 20063 #: config/tc-v850.c:1539 20064 #, c-format 20065 msgid " -mv850e2 The code is targeted at the v850e2\n" 20066 msgstr "" 20067 20068 #: config/tc-v850.c:1540 20069 #, c-format 20070 msgid " -mv850e2v3 The code is targeted at the v850e2v3\n" 20071 msgstr "" 20072 20073 #: config/tc-v850.c:1541 20074 #, c-format 20075 msgid " -mv850e2v4 Alias for -mv850e3v5\n" 20076 msgstr "" 20077 20078 #: config/tc-v850.c:1542 20079 #, c-format 20080 msgid " -mv850e3v5 The code is targeted at the v850e3v5\n" 20081 msgstr "" 20082 20083 #: config/tc-v850.c:1543 20084 #, c-format 20085 msgid " -mrelax Enable relaxation\n" 20086 msgstr "" 20087 20088 #: config/tc-v850.c:1544 20089 #, c-format 20090 msgid "" 20091 " --disp-size-default-22 branch displacement with unknown size is 22 bits " 20092 "(default)\n" 20093 msgstr "" 20094 20095 #: config/tc-v850.c:1545 20096 #, c-format 20097 msgid "" 20098 " --disp-size-default-32 branch displacement with unknown size is 32 " 20099 "bits\n" 20100 msgstr "" 20101 20102 #: config/tc-v850.c:1546 20103 #, c-format 20104 msgid " -mextension enable extension opcode support\n" 20105 msgstr "" 20106 20107 #: config/tc-v850.c:1547 20108 #, c-format 20109 msgid " -mno-bcond17\t\t disable b<cond> disp17 instruction\n" 20110 msgstr "" 20111 20112 #: config/tc-v850.c:1548 20113 #, c-format 20114 msgid " -mno-stld23\t\t disable st/ld offset23 instruction\n" 20115 msgstr "" 20116 20117 #: config/tc-v850.c:1549 20118 #, c-format 20119 msgid " -mgcc-abi Mark the binary as using the old GCC ABI\n" 20120 msgstr "" 20121 20122 #: config/tc-v850.c:1550 20123 #, c-format 20124 msgid "" 20125 " -mrh850-abi Mark the binary as using the RH850 ABI " 20126 "(default)\n" 20127 msgstr "" 20128 20129 #: config/tc-v850.c:1551 20130 #, c-format 20131 msgid " -m8byte-align Mark the binary as using 64-bit alignment\n" 20132 msgstr "" 20133 20134 #: config/tc-v850.c:1552 20135 #, c-format 20136 msgid "" 20137 " -m4byte-align Mark the binary as using 32-bit alignment " 20138 "(default)\n" 20139 msgstr "" 20140 20141 #: config/tc-v850.c:1553 20142 #, c-format 20143 msgid "" 20144 " -msoft-float Mark the binary as not using FP insns (default " 20145 "for pre e2v3)\n" 20146 msgstr "" 20147 20148 #: config/tc-v850.c:1554 20149 #, c-format 20150 msgid "" 20151 " -mhard-float Mark the binary as using FP insns (default for " 20152 "e2v3 and up)\n" 20153 msgstr "" 20154 20155 #: config/tc-v850.c:1922 20156 #, c-format 20157 msgid "Unable to determine default target processor from string: %s" 20158 msgstr "" 20159 20160 #: config/tc-v850.c:1965 20161 msgid "hi0() relocation used on an instruction which does not support it" 20162 msgstr "" 20163 20164 #: config/tc-v850.c:1985 20165 msgid "hi() relocation used on an instruction which does not support it" 20166 msgstr "" 20167 20168 #: config/tc-v850.c:2004 20169 msgid "lo() relocation used on an instruction which does not support it" 20170 msgstr "" 20171 20172 #: config/tc-v850.c:2015 20173 msgid "ctoff() is not supported by the rh850 ABI. Use -mgcc-abi instead" 20174 msgstr "" 20175 20176 #: config/tc-v850.c:2031 20177 msgid "ctoff() relocation used on an instruction which does not support it" 20178 msgstr "" 20179 20180 #: config/tc-v850.c:2050 20181 msgid "sdaoff() relocation used on an instruction which does not support it" 20182 msgstr "" 20183 20184 #: config/tc-v850.c:2069 20185 msgid "zdaoff() relocation used on an instruction which does not support it" 20186 msgstr "" 20187 20188 #: config/tc-v850.c:2101 20189 msgid "tdaoff() relocation used on an instruction which does not support it" 20190 msgstr "" 20191 20192 #: config/tc-v850.c:2242 20193 #, c-format 20194 msgid "operand out of range (%d is not between %d and %d)" 20195 msgstr "" 20196 20197 #: config/tc-v850.c:2325 20198 msgid "st/ld offset 23 instruction was disabled ." 20199 msgstr "" 20200 20201 #: config/tc-v850.c:2334 20202 msgid "Target processor does not support this instruction." 20203 msgstr "" 20204 20205 #: config/tc-v850.c:2446 config/tc-v850.c:2456 config/tc-v850.c:2477 20206 #: config/tc-v850.c:2491 config/tc-v850.c:2497 config/tc-v850.c:2521 20207 #: config/tc-v850.c:2527 config/tc-v850.c:2534 config/tc-v850.c:2548 20208 #: config/tc-v850.c:2562 config/tc-v850.c:2568 config/tc-v850.c:2906 20209 msgid "immediate operand is too large" 20210 msgstr "" 20211 20212 #: config/tc-v850.c:2463 20213 #, c-format 20214 msgid "AAARG -> unhandled constant reloc: %d" 20215 msgstr "" 20216 20217 #: config/tc-v850.c:2598 config/tc-v850.c:2609 20218 msgid "constant too big to fit into instruction" 20219 msgstr "" 20220 20221 #: config/tc-v850.c:2684 20222 msgid "odd number cannot be used here" 20223 msgstr "" 20224 20225 #: config/tc-v850.c:2729 20226 msgid "invalid register name" 20227 msgstr "" 20228 20229 #: config/tc-v850.c:2735 20230 msgid "register r0 cannot be used here" 20231 msgstr "" 20232 20233 #: config/tc-v850.c:2741 20234 msgid "odd register cannot be used here" 20235 msgstr "" 20236 20237 #: config/tc-v850.c:2750 20238 msgid "invalid system register name" 20239 msgstr "" 20240 20241 #: config/tc-v850.c:2764 20242 msgid "expected EP register" 20243 msgstr "" 20244 20245 #: config/tc-v850.c:2781 config/tc-v850.c:2794 20246 msgid "invalid condition code name" 20247 msgstr "" 20248 20249 #: config/tc-v850.c:2787 20250 msgid "condition sa cannot be used here" 20251 msgstr "" 20252 20253 #: config/tc-v850.c:2800 20254 msgid "invalid cache operation name" 20255 msgstr "" 20256 20257 #: config/tc-v850.c:2805 20258 msgid "invalid pref operation name" 20259 msgstr "" 20260 20261 #: config/tc-v850.c:2810 20262 msgid "invalid vector register name" 20263 msgstr "" 20264 20265 #: config/tc-v850.c:2848 20266 msgid "syntax error: value is missing before the register name" 20267 msgstr "" 20268 20269 #: config/tc-v850.c:2850 20270 msgid "syntax error: register not expected" 20271 msgstr "" 20272 20273 #: config/tc-v850.c:2864 20274 msgid "syntax error: system register not expected" 20275 msgstr "" 20276 20277 #: config/tc-v850.c:2869 config/tc-v850.c:2874 20278 msgid "syntax error: condition code not expected" 20279 msgstr "" 20280 20281 #: config/tc-v850.c:2879 20282 msgid "syntax error: vector register not expected" 20283 msgstr "" 20284 20285 #: config/tc-v850.c:2890 20286 msgid "immediate 0 cannot be used here" 20287 msgstr "" 20288 20289 #: config/tc-v850.c:2914 20290 msgid "immediate operand is not match" 20291 msgstr "" 20292 20293 #: config/tc-v850.c:2927 20294 msgid "displacement is too large" 20295 msgstr "" 20296 20297 #: config/tc-v850.c:2945 config/tc-xtensa.c:13099 20298 msgid "invalid operand" 20299 msgstr "" 20300 20301 #: config/tc-v850.c:3057 20302 msgid "loop: 32-bit displacement not supported" 20303 msgstr "" 20304 20305 #: config/tc-vax.c:1337 20306 msgid "no '[' to match ']'" 20307 msgstr "" 20308 20309 #: config/tc-vax.c:1353 20310 msgid "bad register in []" 20311 msgstr "" 20312 20313 #: config/tc-vax.c:1355 20314 msgid "[PC] index banned" 20315 msgstr "" 20316 20317 #: config/tc-vax.c:1391 20318 msgid "no '(' to match ')'" 20319 msgstr "" 20320 20321 #: config/tc-vax.c:1507 20322 msgid "invalid branch operand" 20323 msgstr "" 20324 20325 #: config/tc-vax.c:1534 20326 msgid "address prohibits @" 20327 msgstr "" 20328 20329 #: config/tc-vax.c:1536 20330 msgid "address prohibits #" 20331 msgstr "" 20332 20333 #: config/tc-vax.c:1540 20334 msgid "address prohibits -()" 20335 msgstr "" 20336 20337 #: config/tc-vax.c:1542 20338 msgid "address prohibits ()+" 20339 msgstr "" 20340 20341 #: config/tc-vax.c:1545 20342 msgid "address prohibits ()" 20343 msgstr "" 20344 20345 #: config/tc-vax.c:1547 20346 msgid "address prohibits []" 20347 msgstr "" 20348 20349 #: config/tc-vax.c:1549 20350 msgid "address prohibits register" 20351 msgstr "" 20352 20353 #: config/tc-vax.c:1551 20354 msgid "address prohibits displacement length specifier" 20355 msgstr "" 20356 20357 #: config/tc-vax.c:1579 20358 msgid "invalid operand of S^#" 20359 msgstr "" 20360 20361 #: config/tc-vax.c:1592 20362 msgid "S^# needs expression" 20363 msgstr "" 20364 20365 #: config/tc-vax.c:1599 20366 msgid "S^# may only read-access" 20367 msgstr "" 20368 20369 #: config/tc-vax.c:1622 20370 msgid "invalid operand of -()" 20371 msgstr "" 20372 20373 #: config/tc-vax.c:1628 20374 msgid "-(PC) unpredictable" 20375 msgstr "" 20376 20377 #: config/tc-vax.c:1630 20378 msgid "[]index same as -()register: unpredictable" 20379 msgstr "" 20380 20381 #: config/tc-vax.c:1662 20382 msgid "invalid operand of ()+" 20383 msgstr "" 20384 20385 #: config/tc-vax.c:1668 20386 msgid "(PC)+ unpredictable" 20387 msgstr "" 20388 20389 #: config/tc-vax.c:1670 20390 msgid "[]index same as ()+register: unpredictable" 20391 msgstr "" 20392 20393 #: config/tc-vax.c:1693 20394 msgid "# conflicts length" 20395 msgstr "" 20396 20397 #: config/tc-vax.c:1695 20398 msgid "# bars register" 20399 msgstr "" 20400 20401 #: config/tc-vax.c:1715 20402 msgid "writing or modifying # is unpredictable" 20403 msgstr "" 20404 20405 #: config/tc-vax.c:1741 20406 msgid "length not needed" 20407 msgstr "" 20408 20409 #: config/tc-vax.c:1748 20410 msgid "can't []index a register, because it has no address" 20411 msgstr "" 20412 20413 #: config/tc-vax.c:1750 20414 msgid "a register has no address" 20415 msgstr "" 20416 20417 #: config/tc-vax.c:1759 20418 msgid "PC part of operand unpredictable" 20419 msgstr "" 20420 20421 #: config/tc-vax.c:1917 20422 msgid "odd number of bytes in operand description" 20423 msgstr "" 20424 20425 #: config/tc-vax.c:1931 20426 msgid "Bad operand" 20427 msgstr "" 20428 20429 #: config/tc-vax.c:1936 20430 msgid "Not enough operands" 20431 msgstr "" 20432 20433 #: config/tc-vax.c:2210 20434 msgid "SYMBOL TABLE not implemented" 20435 msgstr "" 20436 20437 #: config/tc-vax.c:2214 20438 msgid "TOKEN TRACE not implemented" 20439 msgstr "" 20440 20441 #: config/tc-vax.c:2218 20442 #, c-format 20443 msgid "Displacement length %s ignored!" 20444 msgstr "" 20445 20446 #: config/tc-vax.c:2222 20447 #, c-format 20448 msgid "I don't need or use temp. file \"%s\"." 20449 msgstr "" 20450 20451 #: config/tc-vax.c:2226 20452 msgid "I don't use an interpass file! -V ignored" 20453 msgstr "" 20454 20455 #: config/tc-vax.c:2250 20456 #, c-format 20457 msgid "" 20458 "VAX options:\n" 20459 "-d LENGTH\t\tignored\n" 20460 "-J\t\t\tignored\n" 20461 "-S\t\t\tignored\n" 20462 "-t FILE\t\t\tignored\n" 20463 "-T\t\t\tignored\n" 20464 "-V\t\t\tignored\n" 20465 msgstr "" 20466 20467 #: config/tc-vax.c:2259 20468 #, c-format 20469 msgid "" 20470 "ELF options:\n" 20471 "-k -pic\t\t\tenable PIC mode\n" 20472 "-Q[y|n]\t\t\tignored\n" 20473 msgstr "" 20474 20475 #: config/tc-vax.c:2420 20476 #, c-format 20477 msgid "Ignoring statement due to \"%s\"" 20478 msgstr "" 20479 20480 #: config/tc-vax.c:2437 20481 #, c-format 20482 msgid "Aborting because statement has \"%s\"" 20483 msgstr "" 20484 20485 #: config/tc-vax.c:2482 20486 msgid "Can't relocate expression" 20487 msgstr "" 20488 20489 #: config/tc-vax.c:2585 20490 msgid "Bignum not permitted in short literal. Immediate mode assumed." 20491 msgstr "" 20492 20493 #: config/tc-vax.c:2594 20494 msgid "Can't do flonum short literal: immediate mode used." 20495 msgstr "" 20496 20497 #: config/tc-vax.c:2641 20498 #, c-format 20499 msgid "A bignum/flonum may not be a displacement: 0x%<PRIx64> used" 20500 msgstr "" 20501 20502 #: config/tc-vax.c:2954 20503 #, c-format 20504 msgid "Short literal overflow(%ld.), immediate mode assumed." 20505 msgstr "" 20506 20507 #: config/tc-vax.c:2963 20508 #, c-format 20509 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s" 20510 msgstr "" 20511 20512 #: config/tc-vax.c:3028 20513 msgid "Length specification ignored. Address mode 9F used" 20514 msgstr "" 20515 20516 #: config/tc-vax.c:3086 20517 msgid "Invalid operand: immediate value used as base address." 20518 msgstr "" 20519 20520 #: config/tc-vax.c:3088 20521 msgid "Invalid operand: immediate value used as address." 20522 msgstr "" 20523 20524 #: config/tc-vax.c:3113 20525 #, c-format 20526 msgid "Symbol %s used as immediate operand in PIC mode." 20527 msgstr "" 20528 20529 #: config/tc-visium.c:821 20530 msgid "Bad call to MD_ATOF()" 20531 msgstr "" 20532 20533 #: config/tc-wasm32.c:117 20534 #, c-format 20535 msgid "wasm32 assembler options:\n" 20536 msgstr "" 20537 20538 #: config/tc-wasm32.c:364 20539 msgid "unexpected negative constant" 20540 msgstr "" 20541 20542 #: config/tc-wasm32.c:426 20543 msgid "no function type on PLT reloc" 20544 msgstr "" 20545 20546 #: config/tc-wasm32.c:441 20547 msgid "couldn't find relocation to use" 20548 msgstr "" 20549 20550 #: config/tc-wasm32.c:513 20551 msgid "Not a function type" 20552 msgstr "" 20553 20554 #: config/tc-wasm32.c:529 20555 #, c-format 20556 msgid "Unknown type %c\n" 20557 msgstr "" 20558 20559 #: config/tc-wasm32.c:551 config/tc-wasm32.c:577 20560 msgid "Unknown type" 20561 msgstr "" 20562 20563 #: config/tc-wasm32.c:625 20564 msgid "only single block types allowed" 20565 msgstr "" 20566 20567 #: config/tc-wasm32.c:635 20568 msgid "instruction does not take a block type" 20569 msgstr "" 20570 20571 #: config/tc-wasm32.c:652 20572 msgid "missing block type" 20573 msgstr "" 20574 20575 #: config/tc-wasm32.c:661 config/tc-wasm32.c:665 20576 msgid "missing alignment hint" 20577 msgstr "" 20578 20579 #: config/tc-wasm32.c:669 20580 msgid "missing offset" 20581 msgstr "" 20582 20583 #: config/tc-wasm32.c:675 20584 msgid "missing local index" 20585 msgstr "" 20586 20587 #: config/tc-wasm32.c:680 20588 msgid "missing break count" 20589 msgstr "" 20590 20591 #: config/tc-wasm32.c:685 20592 msgid "missing reserved current_memory/grow_memory argument" 20593 msgstr "" 20594 20595 #: config/tc-wasm32.c:689 20596 msgid "missing call argument" 20597 msgstr "" 20598 20599 #: config/tc-wasm32.c:693 20600 msgid "missing call signature" 20601 msgstr "" 20602 20603 #: config/tc-wasm32.c:695 20604 msgid "missing table index" 20605 msgstr "" 20606 20607 #: config/tc-wasm32.c:726 config/tc-z80.c:3724 read.c:4072 20608 #, c-format 20609 msgid "junk at end of line, first unrecognized character is `%c'" 20610 msgstr "" 20611 20612 #: config/tc-xgate.c:215 20613 msgid "architecture variant invalid" 20614 msgstr "" 20615 20616 #: config/tc-xgate.c:369 20617 #, c-format 20618 msgid "" 20619 "Freescale XGATE co-processor options:\n" 20620 " -mshort use 16-bit int ABI (default)\n" 20621 " -mlong use 32-bit int ABI\n" 20622 " -mshort-double use 32-bit double ABI\n" 20623 " -mlong-double use 64-bit double ABI (default)\n" 20624 " --mxgate specify the processor variant [default %s]\n" 20625 " --print-insn-syntax print the syntax of instruction in case of error\n" 20626 " --print-opcodes print the list of instructions with syntax\n" 20627 " --generate-example generate an example of each instruction" 20628 msgstr "" 20629 20630 #: config/tc-xgate.c:492 20631 msgid "opcode missing or not found on input line" 20632 msgstr "" 20633 20634 #: config/tc-xgate.c:496 20635 #, c-format 20636 msgid "opcode %s not found in opcode hash table" 20637 msgstr "" 20638 20639 #: config/tc-xgate.c:508 20640 msgid "matching operands to opcode" 20641 msgstr "" 20642 20643 #: config/tc-xgate.c:546 20644 msgid ": processing macro, real opcode handle not found in hash" 20645 msgstr "" 20646 20647 #: config/tc-xgate.c:677 20648 #, c-format 20649 msgid "Value %ld not aligned by 2 for 9-bit PC-relative branch." 20650 msgstr "" 20651 20652 #: config/tc-xgate.c:694 20653 #, c-format 20654 msgid "Value %ld not aligned by 2 for 10-bit PC-relative branch." 20655 msgstr "" 20656 20657 #: config/tc-xgate.c:721 20658 msgid "Value out of 3-bit range." 20659 msgstr "" 20660 20661 #: config/tc-xgate.c:728 20662 msgid "Value out of 4-bit range." 20663 msgstr "" 20664 20665 #: config/tc-xgate.c:735 20666 msgid "Value out of 5-bit range." 20667 msgstr "" 20668 20669 #: config/tc-xgate.c:872 20670 msgid ":operand has too many bits" 20671 msgstr "" 20672 20673 #: config/tc-xgate.c:993 20674 msgid "unknown operand count" 20675 msgstr "" 20676 20677 #: config/tc-xgate.c:1237 config/tc-xgate.c:1249 20678 msgid ": expected register name r0-r7 " 20679 msgstr "" 20680 20681 #: config/tc-xgate.c:1285 20682 #, c-format 20683 msgid ":operand value(%d) too big for constraint" 20684 msgstr "" 20685 20686 #: config/tc-xgate.c:1303 20687 msgid "you must use a hi/lo directive or 16-bit macro to load a 16-bit value." 20688 msgstr "" 20689 20690 #: config/tc-xgate.c:1316 20691 msgid ":unknown relocation constraint size" 20692 msgstr "" 20693 20694 #: config/tc-xgate.c:1323 20695 msgid ": expected register name ccr " 20696 msgstr "" 20697 20698 #: config/tc-xgate.c:1329 20699 msgid ": expected register name pc " 20700 msgstr "" 20701 20702 #: config/tc-xstormy16.c:77 20703 #, c-format 20704 msgid " XSTORMY16 specific command line options:\n" 20705 msgstr "" 20706 20707 #: config/tc-xstormy16.c:223 20708 #, c-format 20709 msgid "unsupported fptr fixup size %d" 20710 msgstr "" 20711 20712 #: config/tc-xstormy16.c:235 20713 #, c-format 20714 msgid "unsupported fixup size %d" 20715 msgstr "" 20716 20717 #: config/tc-xstormy16.c:266 20718 msgid "unsupported fptr fixup" 20719 msgstr "" 20720 20721 #: config/tc-xtensa.c:650 20722 msgid "illegal range of target hardware versions" 20723 msgstr "" 20724 20725 #: config/tc-xtensa.c:831 20726 msgid "--density option is ignored" 20727 msgstr "" 20728 20729 #: config/tc-xtensa.c:834 20730 msgid "--no-density option is ignored" 20731 msgstr "" 20732 20733 #: config/tc-xtensa.c:852 20734 msgid "--generics is deprecated; use --transform instead" 20735 msgstr "" 20736 20737 #: config/tc-xtensa.c:855 20738 msgid "--no-generics is deprecated; use --no-transform instead" 20739 msgstr "" 20740 20741 #: config/tc-xtensa.c:858 20742 msgid "--relax is deprecated; use --transform instead" 20743 msgstr "" 20744 20745 #: config/tc-xtensa.c:861 20746 msgid "--no-relax is deprecated; use --no-transform instead" 20747 msgstr "" 20748 20749 #: config/tc-xtensa.c:878 20750 msgid "--absolute-literals option not supported in this Xtensa configuration" 20751 msgstr "" 20752 20753 #: config/tc-xtensa.c:951 20754 msgid "prefer-l32r conflicts with prefer-const16" 20755 msgstr "" 20756 20757 #: config/tc-xtensa.c:957 20758 msgid "prefer-const16 conflicts with prefer-l32r" 20759 msgstr "" 20760 20761 #: config/tc-xtensa.c:966 config/tc-xtensa.c:975 config/tc-xtensa.c:979 20762 msgid "invalid target hardware version" 20763 msgstr "" 20764 20765 #: config/tc-xtensa.c:1025 20766 msgid "no-auto-litpools is incompatible with auto-litpool-limit" 20767 msgstr "" 20768 20769 #: config/tc-xtensa.c:1027 config/tc-xtensa.c:1030 20770 msgid "invalid auto-litpool-limit argument" 20771 msgstr "" 20772 20773 #: config/tc-xtensa.c:1032 20774 msgid "invalid auto-litpool-limit argument (range is 100-10000)" 20775 msgstr "" 20776 20777 #: config/tc-xtensa.c:1229 20778 msgid "unmatched .end directive" 20779 msgstr "" 20780 20781 #: config/tc-xtensa.c:1258 20782 msgid ".begin directive with no matching .end directive" 20783 msgstr "" 20784 20785 #: config/tc-xtensa.c:1299 20786 msgid "[no-]generics is deprecated; use [no-]transform instead" 20787 msgstr "" 20788 20789 #: config/tc-xtensa.c:1304 20790 msgid "[no-]relax is deprecated; use [no-]transform instead" 20791 msgstr "" 20792 20793 #: config/tc-xtensa.c:1317 20794 #, c-format 20795 msgid "directive %s cannot be negated" 20796 msgstr "" 20797 20798 #: config/tc-xtensa.c:1323 20799 msgid "unknown directive" 20800 msgstr "" 20801 20802 #: config/tc-xtensa.c:1344 config/tc-xtensa.c:1440 config/tc-xtensa.c:1670 20803 #: config/tc-xtensa.c:5932 20804 msgid "directives are not valid inside bundles" 20805 msgstr "" 20806 20807 #: config/tc-xtensa.c:1356 20808 msgid ".begin literal is deprecated; use .literal instead" 20809 msgstr "" 20810 20811 #: config/tc-xtensa.c:1370 20812 msgid "cannot set literal_prefix inside literal fragment" 20813 msgstr "" 20814 20815 #: config/tc-xtensa.c:1403 20816 msgid ".begin [no-]density is ignored" 20817 msgstr "" 20818 20819 #: config/tc-xtensa.c:1410 config/tc-xtensa.c:1460 20820 msgid "Xtensa absolute literals option not supported; ignored" 20821 msgstr "" 20822 20823 #: config/tc-xtensa.c:1453 20824 msgid ".end [no-]density is ignored" 20825 msgstr "" 20826 20827 #: config/tc-xtensa.c:1478 20828 #, c-format 20829 msgid "does not match begin %s%s at %s:%d" 20830 msgstr "" 20831 20832 #: config/tc-xtensa.c:1533 20833 msgid ".literal_position inside literal directive; ignoring" 20834 msgstr "" 20835 20836 #: config/tc-xtensa.c:1552 20837 msgid ".literal not allowed inside .begin literal region" 20838 msgstr "" 20839 20840 #: config/tc-xtensa.c:1580 20841 msgid "expected comma or colon after symbol name; rest of line ignored" 20842 msgstr "" 20843 20844 #: config/tc-xtensa.c:1639 20845 msgid "fall through frequency must be greater than 0" 20846 msgstr "" 20847 20848 #: config/tc-xtensa.c:1647 20849 msgid "branch target frequency must be greater than 0" 20850 msgstr "" 20851 20852 #: config/tc-xtensa.c:1695 20853 #, c-format 20854 msgid "opcode-specific %s relocation used outside an instruction" 20855 msgstr "" 20856 20857 #: config/tc-xtensa.c:1705 20858 #, c-format 20859 msgid "invalid use of %s relocation" 20860 msgstr "" 20861 20862 #: config/tc-xtensa.c:1902 config/tc-xtensa.c:1919 20863 #, c-format 20864 msgid "bad register name: %s" 20865 msgstr "" 20866 20867 #: config/tc-xtensa.c:1908 20868 #, c-format 20869 msgid "bad register number: %s" 20870 msgstr "" 20871 20872 #: config/tc-xtensa.c:1972 20873 msgid "pcrel relocation not allowed in an instruction" 20874 msgstr "" 20875 20876 #: config/tc-xtensa.c:2075 20877 msgid "extra colon" 20878 msgstr "" 20879 20880 #: config/tc-xtensa.c:2136 20881 msgid "incorrect register number, ignoring" 20882 msgstr "" 20883 20884 #: config/tc-xtensa.c:2217 20885 #, c-format 20886 msgid "cannot encode opcode \"%s\"" 20887 msgstr "" 20888 20889 #: config/tc-xtensa.c:2309 20890 #, c-format 20891 msgid "not enough operands (%d) for '%s'; expected %d" 20892 msgstr "" 20893 20894 #: config/tc-xtensa.c:2316 20895 #, c-format 20896 msgid "too many operands (%d) for '%s'; expected %d" 20897 msgstr "" 20898 20899 #: config/tc-xtensa.c:2367 20900 #, c-format 20901 msgid "invalid register '%s' for '%s' instruction" 20902 msgstr "" 20903 20904 #: config/tc-xtensa.c:2374 20905 #, c-format 20906 msgid "invalid register number (%ld) for '%s' instruction" 20907 msgstr "" 20908 20909 #: config/tc-xtensa.c:2441 20910 #, c-format 20911 msgid "invalid register number (%ld) for '%s'" 20912 msgstr "" 20913 20914 #: config/tc-xtensa.c:2840 20915 #, c-format 20916 msgid "operand %d of '%s' has out of range value '%u'" 20917 msgstr "" 20918 20919 #: config/tc-xtensa.c:2846 20920 #, c-format 20921 msgid "operand %d of '%s' has invalid value '%u'" 20922 msgstr "" 20923 20924 #: config/tc-xtensa.c:2893 20925 #, c-format 20926 msgid "internal error: unknown option name '%s'" 20927 msgstr "" 20928 20929 #: config/tc-xtensa.c:4002 20930 msgid "can't handle generation of literal/labels yet" 20931 msgstr "" 20932 20933 #: config/tc-xtensa.c:4006 20934 msgid "can't handle undefined OP TYPE" 20935 msgstr "" 20936 20937 #: config/tc-xtensa.c:4067 config/tc-xtensa.c:4076 20938 #, c-format 20939 msgid "found %d operand for '%s': Expected %d" 20940 msgid_plural "found %d operands for '%s': Expected %d" 20941 msgstr[0] "" 20942 msgstr[1] "" 20943 20944 #: config/tc-xtensa.c:4099 20945 msgid "immediate operands sum to greater than 32" 20946 msgstr "" 20947 20948 #: config/tc-xtensa.c:4351 20949 #, c-format 20950 msgid "invalid relocation for operand %i of '%s'" 20951 msgstr "" 20952 20953 #: config/tc-xtensa.c:4361 20954 #, c-format 20955 msgid "invalid expression for operand %i of '%s'" 20956 msgstr "" 20957 20958 #: config/tc-xtensa.c:4371 20959 #, c-format 20960 msgid "invalid relocation in instruction slot %i" 20961 msgstr "" 20962 20963 #: config/tc-xtensa.c:4378 20964 #, c-format 20965 msgid "undefined symbol for opcode \"%s\"" 20966 msgstr "" 20967 20968 #: config/tc-xtensa.c:4853 20969 msgid "opcode 'NOP.N' unavailable in this configuration" 20970 msgstr "" 20971 20972 #: config/tc-xtensa.c:4913 20973 msgid "get_expanded_loop_offset: invalid opcode" 20974 msgstr "" 20975 20976 #: config/tc-xtensa.c:5074 20977 #, c-format 20978 msgid "assembly state not set for first frag in section %s" 20979 msgstr "" 20980 20981 #: config/tc-xtensa.c:5127 20982 #, c-format 20983 msgid "unaligned branch target: %d bytes at 0x%lx" 20984 msgstr "" 20985 20986 #: config/tc-xtensa.c:5171 20987 #, c-format 20988 msgid "unaligned loop: %d bytes at 0x%lx" 20989 msgstr "" 20990 20991 #: config/tc-xtensa.c:5196 20992 msgid "unexpected fix" 20993 msgstr "" 20994 20995 #: config/tc-xtensa.c:5207 config/tc-xtensa.c:5211 20996 msgid "undecodable fix" 20997 msgstr "" 20998 20999 #: config/tc-xtensa.c:5372 21000 msgid "labels are not valid inside bundles" 21001 msgstr "" 21002 21003 #: config/tc-xtensa.c:5392 21004 msgid "invalid last instruction for a zero-overhead loop" 21005 msgstr "" 21006 21007 #: config/tc-xtensa.c:5459 21008 msgid "extra opening brace" 21009 msgstr "" 21010 21011 #: config/tc-xtensa.c:5469 21012 msgid "extra closing brace" 21013 msgstr "" 21014 21015 #: config/tc-xtensa.c:5496 21016 msgid "missing closing brace" 21017 msgstr "" 21018 21019 #: config/tc-xtensa.c:5594 config/tc-xtensa.c:5623 21020 #, c-format 21021 msgid "wrong number of operands for '%s'" 21022 msgstr "" 21023 21024 #: config/tc-xtensa.c:5610 21025 #, c-format 21026 msgid "bad relocation expression for '%s'" 21027 msgstr "" 21028 21029 #: config/tc-xtensa.c:5645 21030 #, c-format 21031 msgid "unknown opcode or format name '%s'" 21032 msgstr "" 21033 21034 #: config/tc-xtensa.c:5651 21035 msgid "format names only valid inside bundles" 21036 msgstr "" 21037 21038 #: config/tc-xtensa.c:5656 21039 #, c-format 21040 msgid "multiple formats specified for one bundle; using '%s'" 21041 msgstr "" 21042 21043 #: config/tc-xtensa.c:5706 21044 msgid "entry instruction with stack decrement < 16" 21045 msgstr "" 21046 21047 #: config/tc-xtensa.c:5760 21048 msgid "unaligned entry instruction" 21049 msgstr "" 21050 21051 #: config/tc-xtensa.c:5825 21052 msgid "bad instruction format" 21053 msgstr "" 21054 21055 #: config/tc-xtensa.c:5828 21056 msgid "invalid relocation" 21057 msgstr "" 21058 21059 #: config/tc-xtensa.c:5839 21060 #, c-format 21061 msgid "invalid relocation for '%s' instruction" 21062 msgstr "" 21063 21064 #: config/tc-xtensa.c:5851 21065 #, c-format 21066 msgid "invalid relocation for operand %d of '%s'" 21067 msgstr "" 21068 21069 #: config/tc-xtensa.c:6134 21070 #, c-format 21071 msgid "unhandled local relocation fix %s" 21072 msgstr "" 21073 21074 #: config/tc-xtensa.c:6183 21075 #, c-format 21076 msgid "internal error; cannot generate `%s' relocation" 21077 msgstr "" 21078 21079 #: config/tc-xtensa.c:6400 21080 msgid "The option \"--no-allow-flix\" prohibits multi-slot flix." 21081 msgstr "" 21082 21083 #: config/tc-xtensa.c:6407 21084 msgid "couldn't find a valid instruction format" 21085 msgstr "" 21086 21087 #: config/tc-xtensa.c:6408 21088 #, c-format 21089 msgid " ops were: " 21090 msgstr "" 21091 21092 #: config/tc-xtensa.c:6410 21093 #, c-format 21094 msgid " %s;" 21095 msgstr "" 21096 21097 #: config/tc-xtensa.c:6420 21098 #, c-format 21099 msgid "mismatch for format '%s': #slots = %d, #opcodes = %d" 21100 msgstr "" 21101 21102 #: config/tc-xtensa.c:6429 config/tc-xtensa.c:6526 21103 msgid "illegal resource usage in bundle" 21104 msgstr "" 21105 21106 #: config/tc-xtensa.c:6615 21107 #, c-format 21108 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register" 21109 msgstr "" 21110 21111 #: config/tc-xtensa.c:6620 21112 #, c-format 21113 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state" 21114 msgstr "" 21115 21116 #: config/tc-xtensa.c:6625 21117 #, c-format 21118 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port" 21119 msgstr "" 21120 21121 #: config/tc-xtensa.c:6630 21122 #, c-format 21123 msgid "" 21124 "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses" 21125 msgstr "" 21126 21127 #: config/tc-xtensa.c:6646 21128 msgid "multiple branches or jumps in the same bundle" 21129 msgstr "" 21130 21131 #: config/tc-xtensa.c:7098 21132 msgid "cannot assemble into a literal fragment" 21133 msgstr "" 21134 21135 #: config/tc-xtensa.c:7100 21136 msgid "..." 21137 msgstr "" 21138 21139 #: config/tc-xtensa.c:8325 21140 msgid "" 21141 "instruction sequence (write a0, branch, retw) may trigger hardware errata" 21142 msgstr "" 21143 21144 #: config/tc-xtensa.c:8437 21145 msgid "branching or jumping to a loop end may trigger hardware errata" 21146 msgstr "" 21147 21148 #: config/tc-xtensa.c:8519 21149 msgid "loop end too close to another loop end may trigger hardware errata" 21150 msgstr "" 21151 21152 #: config/tc-xtensa.c:8528 21153 #, c-format 21154 msgid "fr_var %lu < length %d" 21155 msgstr "" 21156 21157 #: config/tc-xtensa.c:8686 21158 msgid "" 21159 "loop containing less than three instructions may trigger hardware errata" 21160 msgstr "" 21161 21162 #: config/tc-xtensa.c:8758 21163 msgid "undecodable instruction in instruction frag" 21164 msgstr "" 21165 21166 #: config/tc-xtensa.c:8868 21167 msgid "invalid empty loop" 21168 msgstr "" 21169 21170 #: config/tc-xtensa.c:8873 21171 msgid "loop target does not follow loop instruction in section" 21172 msgstr "" 21173 21174 #: config/tc-xtensa.c:9440 21175 msgid "cannot find suitable trampoline" 21176 msgstr "" 21177 21178 #: config/tc-xtensa.c:9695 21179 msgid "bad relaxation state" 21180 msgstr "" 21181 21182 #: config/tc-xtensa.c:9753 21183 #, c-format 21184 msgid "fr_var (%ld) < length (%d)" 21185 msgstr "" 21186 21187 #: config/tc-xtensa.c:10452 21188 msgid "jump target out of range; no usable trampoline found" 21189 msgstr "" 21190 21191 #: config/tc-xtensa.c:10576 21192 msgid "invalid relaxation fragment result" 21193 msgstr "" 21194 21195 #: config/tc-xtensa.c:10658 21196 msgid "unable to widen instruction" 21197 msgstr "" 21198 21199 #: config/tc-xtensa.c:10796 21200 msgid "multiple literals in expansion" 21201 msgstr "" 21202 21203 #: config/tc-xtensa.c:10800 21204 msgid "no registered fragment for literal" 21205 msgstr "" 21206 21207 #: config/tc-xtensa.c:10802 21208 msgid "number of literal tokens != 1" 21209 msgstr "" 21210 21211 #: config/tc-xtensa.c:10931 config/tc-xtensa.c:10937 21212 #, c-format 21213 msgid "unresolved loop target symbol: %s" 21214 msgstr "" 21215 21216 #: config/tc-xtensa.c:11425 21217 #, c-format 21218 msgid "fixes not all moved from %s" 21219 msgstr "" 21220 21221 #: config/tc-xtensa.c:11553 21222 msgid "" 21223 "literal pool location required for text-section-literals; specify with ." 21224 "literal_position" 21225 msgstr "" 21226 21227 #: config/tc-xtensa.c:12413 21228 msgid "too many operands in instruction" 21229 msgstr "" 21230 21231 #: config/tc-xtensa.c:12623 21232 msgid "invalid symbolic operand" 21233 msgstr "" 21234 21235 #: config/tc-xtensa.c:12684 21236 msgid "operand number mismatch" 21237 msgstr "" 21238 21239 #: config/tc-xtensa.c:12688 21240 #, c-format 21241 msgid "cannot encode opcode \"%s\" in the given format \"%s\"" 21242 msgstr "" 21243 21244 #: config/tc-xtensa.c:12713 21245 #, c-format 21246 msgid "xtensa-isa failure: %s" 21247 msgstr "" 21248 21249 #: config/tc-xtensa.c:12790 21250 msgid "invalid opcode" 21251 msgstr "" 21252 21253 #: config/tc-xtensa.c:12796 21254 msgid "too few operands" 21255 msgstr "" 21256 21257 #: config/tc-xtensa.c:12802 21258 msgid "too many operands" 21259 msgstr "" 21260 21261 #: config/tc-xtensa.c:12846 21262 msgid "multiple writes to the same register" 21263 msgstr "" 21264 21265 #: config/tc-xtensa.c:12960 config/tc-xtensa.c:12966 21266 msgid "out of memory" 21267 msgstr "" 21268 21269 #: config/tc-xtensa.c:13055 21270 msgid "TLS relocation not allowed in FLIX bundle" 21271 msgstr "" 21272 21273 #. Instructions that generate TLS relocations should always be 21274 #. relaxed in the front-end. If "record_fixup" is set, then this 21275 #. function is being called during back-end relaxation, so flag 21276 #. the unexpected behavior as an error. 21277 #: config/tc-xtensa.c:13061 21278 msgid "unexpected TLS relocation" 21279 msgstr "" 21280 21281 #: config/tc-xtensa.c:13105 21282 msgid "symbolic operand not allowed" 21283 msgstr "" 21284 21285 #: config/tc-xtensa.c:13142 21286 msgid "cannot decode instruction format" 21287 msgstr "" 21288 21289 #: config/tc-xtensa.c:13286 21290 msgid "ignoring extra '-rename-section' delimiter ':'" 21291 msgstr "" 21292 21293 #: config/tc-xtensa.c:13291 21294 #, c-format 21295 msgid "ignoring invalid '-rename-section' specification: '%s'" 21296 msgstr "" 21297 21298 #: config/tc-xtensa.c:13302 21299 #, c-format 21300 msgid "section %s renamed multiple times" 21301 msgstr "" 21302 21303 #: config/tc-xtensa.c:13304 21304 #, c-format 21305 msgid "multiple sections remapped to output section %s" 21306 msgstr "" 21307 21308 #: config/tc-z80.c:199 21309 #, c-format 21310 msgid "Invalid CPU is specified: %s" 21311 msgstr "" 21312 21313 #: config/tc-z80.c:224 21314 #, c-format 21315 msgid "Invalid EXTENSION is specified: %s" 21316 msgstr "" 21317 21318 #: config/tc-z80.c:279 21319 #, c-format 21320 msgid "invalid floating point numbers type `%s'" 21321 msgstr "" 21322 21323 #: config/tc-z80.c:300 config/tc-z80.c:309 21324 #, c-format 21325 msgid "invalid INST in command line: %s" 21326 msgstr "" 21327 21328 #: config/tc-z80.c:403 21329 #, c-format 21330 msgid "" 21331 "\n" 21332 "CPU model options:\n" 21333 " -march=CPU[+EXT...][-EXT...]\n" 21334 "\t\t\t generate code for CPU, where CPU is one of:\n" 21335 msgstr "" 21336 21337 #: config/tc-z80.c:409 21338 #, c-format 21339 msgid "And EXT is combination (+EXT - add, -EXT - remove) of:\n" 21340 msgstr "" 21341 21342 #: config/tc-z80.c:412 21343 #, c-format 21344 msgid "" 21345 "\n" 21346 "Compatibility options:\n" 21347 " -local-prefix=TEXT\t treat labels prefixed by TEXT as local\n" 21348 " -colonless\t\t permit colonless labels\n" 21349 " -sdcc\t\t\t accept SDCC specific instruction syntax\n" 21350 " -fp-s=FORMAT\t\t set single precision FP numbers format\n" 21351 " -fp-d=FORMAT\t\t set double precision FP numbers format\n" 21352 "Where FORMAT one of:\n" 21353 " ieee754\t\t IEEE754 compatible (depends on directive)\n" 21354 " half\t\t\t IEEE754 half precision (16 bit)\n" 21355 " single\t\t IEEE754 single precision (32 bit)\n" 21356 " double\t\t IEEE754 double precision (64 bit)\n" 21357 " zeda32\t\t Zeda z80float library 32 bit format\n" 21358 " math48\t\t 48 bit format from Math48 library\n" 21359 "\n" 21360 "Default: -march=z80+xyhl+infc\n" 21361 msgstr "" 21362 21363 #: config/tc-z80.c:618 21364 msgid "-- unterminated string" 21365 msgstr "" 21366 21367 #: config/tc-z80.c:821 21368 msgid "undocumented instruction" 21369 msgstr "" 21370 21371 #: config/tc-z80.c:865 config/tc-z80.c:871 21372 msgid "mismatched parentheses" 21373 msgstr "" 21374 21375 #: config/tc-z80.c:963 21376 msgid "bad expression syntax" 21377 msgstr "" 21378 21379 #: config/tc-z80.c:1174 21380 #, c-format 21381 msgid "%d-bit overflow (%+<PRId64>)" 21382 msgstr "" 21383 21384 #: config/tc-z80.c:1189 21385 #, c-format 21386 msgid "invalid data size %d" 21387 msgstr "" 21388 21389 #: config/tc-z80.c:1274 21390 msgid "cannot make a relative jump to an absolute location" 21391 msgstr "" 21392 21393 #: config/tc-z80.c:1281 21394 #, c-format 21395 msgid "index overflow (%+<PRId64>)" 21396 msgstr "" 21397 21398 #: config/tc-z80.c:1284 21399 #, c-format 21400 msgid "offset overflow (%+<PRId64>)" 21401 msgstr "" 21402 21403 #: config/tc-z80.c:1487 config/tc-z80.c:1734 config/tc-z80.c:1777 21404 #: config/tc-z80.c:1858 config/tc-z80.c:1888 config/tc-z80.c:1947 21405 #: config/tc-z80.c:2007 config/tc-z80.c:2060 config/tc-z80.c:2093 21406 #: config/tc-z80.c:2150 config/tc-z80.c:2768 config/tc-z80.c:2817 21407 #: config/tc-z80.c:2855 config/tc-z80.c:2915 config/tc-z80.c:2975 21408 #: config/tc-z80.c:3051 config/tc-z80.c:3074 21409 msgid "bad instruction syntax" 21410 msgstr "" 21411 21412 #: config/tc-z80.c:1925 21413 msgid "condition code invalid for jr" 21414 msgstr "" 21415 21416 #: config/tc-z80.c:2514 config/tc-z80.c:2525 config/tc-z80.c:2541 21417 #: config/tc-z80.c:2574 21418 msgid "ADL mode instruction" 21419 msgstr "" 21420 21421 #. SIS prefix, in Z80 it is LD B,B 21422 #. LIS prefix, in Z80 it is LD C,C 21423 #. SIL prefix, in Z80 it is LD D,D 21424 #. LIL prefix, in Z80 it is LD E,E 21425 #: config/tc-z80.c:2649 21426 msgid "unsupported instruction, assembled as NOP" 21427 msgstr "" 21428 21429 #: config/tc-z80.c:3242 config/tc-z80.c:3273 21430 msgid "parentheses ignored" 21431 msgstr "" 21432 21433 #: config/tc-z80.c:3290 21434 msgid "CPU mode is unsupported by target" 21435 msgstr "" 21436 21437 #: config/tc-z80.c:3312 21438 msgid "assignment expected" 21439 msgstr "" 21440 21441 #: config/tc-z80.c:3717 21442 #, c-format 21443 msgid "Unknown instruction `%s'" 21444 msgstr "" 21445 21446 #: config/tc-z80.c:3793 21447 #, c-format 21448 msgid "8-bit signed offset out of range (%+ld)" 21449 msgstr "" 21450 21451 #: config/tc-z80.c:3816 21452 #, c-format 21453 msgid "8-bit overflow (%+ld)" 21454 msgstr "" 21455 21456 #: config/tc-z80.c:3833 21457 #, c-format 21458 msgid "16-bit overflow (%+ld)" 21459 msgstr "" 21460 21461 #: config/tc-z80.c:3841 21462 #, c-format 21463 msgid "24-bit overflow (%+ld)" 21464 msgstr "" 21465 21466 #: config/tc-z80.c:3850 21467 #, c-format 21468 msgid "32-bit overflow (%+ld)" 21469 msgstr "" 21470 21471 #: config/tc-z80.c:3863 21472 #, c-format 21473 msgid "md_apply_fix: unknown reloc type 0x%x\n" 21474 msgstr "" 21475 21476 #: config/tc-z80.c:4060 config/tc-z80.c:4119 21477 msgid "invalid syntax" 21478 msgstr "" 21479 21480 #: config/tc-z80.c:4138 21481 msgid "overflow" 21482 msgstr "" 21483 21484 #: config/tc-z8k.c:281 21485 #, c-format 21486 msgid "register rr%d out of range" 21487 msgstr "" 21488 21489 #: config/tc-z8k.c:283 21490 #, c-format 21491 msgid "register rr%d does not exist" 21492 msgstr "" 21493 21494 #: config/tc-z8k.c:295 21495 #, c-format 21496 msgid "register rh%d out of range" 21497 msgstr "" 21498 21499 #: config/tc-z8k.c:307 21500 #, c-format 21501 msgid "register rl%d out of range" 21502 msgstr "" 21503 21504 #: config/tc-z8k.c:320 21505 #, c-format 21506 msgid "register rq%d out of range" 21507 msgstr "" 21508 21509 #: config/tc-z8k.c:322 21510 #, c-format 21511 msgid "register rq%d does not exist" 21512 msgstr "" 21513 21514 #: config/tc-z8k.c:334 21515 #, c-format 21516 msgid "register r%d out of range" 21517 msgstr "" 21518 21519 #: config/tc-z8k.c:375 21520 #, c-format 21521 msgid "expected %c" 21522 msgstr "" 21523 21524 #: config/tc-z8k.c:390 21525 #, c-format 21526 msgid "register is wrong size for a word %s" 21527 msgstr "" 21528 21529 #: config/tc-z8k.c:404 21530 #, c-format 21531 msgid "register is wrong size for address %s" 21532 msgstr "" 21533 21534 #: config/tc-z8k.c:538 21535 #, c-format 21536 msgid "unknown interrupt %s" 21537 msgstr "" 21538 21539 #. No interrupt type specified, opcode won't do anything. 21540 #: config/tc-z8k.c:561 21541 msgid "opcode has no effect" 21542 msgstr "" 21543 21544 #: config/tc-z8k.c:672 21545 msgid "Missing ) in ra(rb)" 21546 msgstr "" 21547 21548 #: config/tc-z8k.c:752 config/tc-z8k.c:791 21549 #, c-format 21550 msgid "invalid condition code '%s'" 21551 msgstr "" 21552 21553 #: config/tc-z8k.c:764 21554 #, c-format 21555 msgid "invalid flag '%s'" 21556 msgstr "" 21557 21558 #: config/tc-z8k.c:918 config/tc-z8k.c:924 21559 msgid "invalid indirect register size" 21560 msgstr "" 21561 21562 #: config/tc-z8k.c:941 config/tc-z8k.c:1107 config/tc-z8k.c:1112 21563 msgid "invalid control register name" 21564 msgstr "" 21565 21566 #: config/tc-z8k.c:1096 21567 msgid "immediate must be 1 or 2" 21568 msgstr "" 21569 21570 #: config/tc-z8k.c:1099 21571 msgid "immediate 1 or 2 expected" 21572 msgstr "" 21573 21574 #: config/tc-z8k.c:1130 21575 msgid "can't use R0 here" 21576 msgstr "" 21577 21578 #: config/tc-z8k.c:1288 21579 msgid "Can't find opcode to match operands" 21580 msgstr "" 21581 21582 #: config/tc-z8k.c:1335 21583 #, c-format 21584 msgid "invalid architecture -z%s" 21585 msgstr "" 21586 21587 #: config/tc-z8k.c:1354 21588 #, c-format 21589 msgid "" 21590 " Z8K options:\n" 21591 " -z8001 generate segmented code\n" 21592 " -z8002 generate unsegmented code\n" 21593 " -linkrelax create linker relaxable code\n" 21594 msgstr "" 21595 21596 #: config/tc-z8k.c:1366 21597 #, c-format 21598 msgid "call to md_convert_frag\n" 21599 msgstr "" 21600 21601 #: config/tc-z8k.c:1473 config/tc-z8k.c:1513 config/tc-z8k.c:1536 21602 msgid "cannot branch to odd address" 21603 msgstr "" 21604 21605 #: config/tc-z8k.c:1477 config/tc-z8k.c:1540 21606 msgid "relative jump out of range" 21607 msgstr "" 21608 21609 #: config/tc-z8k.c:1495 21610 msgid "relative address out of range" 21611 msgstr "" 21612 21613 #: config/tc-z8k.c:1516 21614 msgid "relative call out of range" 21615 msgstr "" 21616 21617 #: config/tc-z8k.c:1548 21618 #, c-format 21619 msgid "md_apply_fix: unknown r_type 0x%x\n" 21620 msgstr "" 21621 21622 #: config/tc-z8k.c:1560 21623 #, c-format 21624 msgid "call to md_estimate_size_before_relax\n" 21625 msgstr "" 21626 21627 #: config/xtensa-relax.c:1579 21628 #, c-format 21629 msgid "invalid configuration option '%s' in transition rule '%s'" 21630 msgstr "" 21631 21632 #: config/xtensa-relax.c:1704 config/xtensa-relax.c:1714 21633 #, c-format 21634 msgid "opcode '%s': no bound opname '%s' for precondition in '%s'" 21635 msgstr "" 21636 21637 #: config/xtensa-relax.c:1721 21638 #, c-format 21639 msgid "opcode '%s': precondition only contains constants in '%s'" 21640 msgstr "" 21641 21642 #: config/xtensa-relax.c:1768 21643 msgid "expected one operand for generated literal" 21644 msgstr "" 21645 21646 #: config/xtensa-relax.c:1775 21647 msgid "expected 0 operands for generated label" 21648 msgstr "" 21649 21650 #: config/xtensa-relax.c:1788 21651 #, c-format 21652 msgid "invalid opcode '%s' in transition rule '%s'" 21653 msgstr "" 21654 21655 #: config/xtensa-relax.c:1796 21656 #, c-format 21657 msgid "opcode '%s': replacement does not have %d op" 21658 msgid_plural "opcode '%s': replacement does not have %d ops" 21659 msgstr[0] "" 21660 msgstr[1] "" 21661 21662 #: config/xtensa-relax.c:1812 21663 #, c-format 21664 msgid "opcode '%s': cannot find literal definition" 21665 msgstr "" 21666 21667 #: config/xtensa-relax.c:1828 config/xtensa-relax.c:1858 21668 #, c-format 21669 msgid "opcode '%s': unidentified operand '%s' in '%s'" 21670 msgstr "" 21671 21672 #: config/xtensa-relax.c:1853 21673 #, c-format 21674 msgid "unknown user-defined function %s" 21675 msgstr "" 21676 21677 #: config/xtensa-relax.c:1864 21678 #, c-format 21679 msgid "opcode '%s': could not parse operand '%s' in '%s'" 21680 msgstr "" 21681 21682 #: config/xtensa-relax.c:1904 21683 #, c-format 21684 msgid "could not parse INSN_PATTERN '%s'" 21685 msgstr "" 21686 21687 #: config/xtensa-relax.c:1908 21688 #, c-format 21689 msgid "could not parse INSN_REPL '%s'" 21690 msgstr "" 21691 21692 #: config/xtensa-relax.c:1919 21693 #, c-format 21694 msgid "could not build transition for %s => %s" 21695 msgstr "" 21696 21697 #: depend.c:194 21698 #, c-format 21699 msgid "can't open `%s' for writing" 21700 msgstr "" 21701 21702 #: depend.c:206 21703 #, c-format 21704 msgid "can't close `%s'" 21705 msgstr "" 21706 21707 #: dw2gencfi.c:308 read.c:2581 21708 #, c-format 21709 msgid "bfd_set_section_flags: %s" 21710 msgstr "" 21711 21712 #: dw2gencfi.c:583 dw2gencfi.c:599 21713 #, c-format 21714 msgid "register save offset not a multiple of %u" 21715 msgstr "" 21716 21717 #: dw2gencfi.c:681 21718 msgid "CFI state restore without previous remember" 21719 msgstr "" 21720 21721 #: dw2gencfi.c:740 21722 msgid "missing separator" 21723 msgstr "" 21724 21725 #: dw2gencfi.c:789 21726 msgid "bad register expression" 21727 msgstr "" 21728 21729 #: dw2gencfi.c:810 dw2gencfi.c:959 dw2gencfi.c:1040 dw2gencfi.c:1111 21730 #: dw2gencfi.c:1184 dw2gencfi.c:1249 dw2gencfi.c:1448 scfidw2gen.c:176 21731 msgid "CFI instruction used without previous .cfi_startproc" 21732 msgstr "" 21733 21734 #: dw2gencfi.c:1065 21735 msgid "invalid or unsupported encoding in .cfi_personality" 21736 msgstr "" 21737 21738 #: dw2gencfi.c:1072 21739 msgid ".cfi_personality requires encoding and symbol arguments" 21740 msgstr "" 21741 21742 #: dw2gencfi.c:1095 21743 msgid "wrong second argument to .cfi_personality" 21744 msgstr "" 21745 21746 #: dw2gencfi.c:1136 dw2gencfi.c:1212 21747 msgid "invalid or unsupported encoding in .cfi_lsda" 21748 msgstr "" 21749 21750 #: dw2gencfi.c:1143 21751 msgid ".cfi_lsda requires encoding and symbol arguments" 21752 msgstr "" 21753 21754 #: dw2gencfi.c:1168 21755 msgid "wrong second argument to .cfi_lsda" 21756 msgstr "" 21757 21758 #: dw2gencfi.c:1234 21759 msgid "wrong third argument to .cfi_val_encoded_addr" 21760 msgstr "" 21761 21762 #: dw2gencfi.c:1333 21763 msgid "inconsistent uses of .cfi_sections" 21764 msgstr "" 21765 21766 #: dw2gencfi.c:1344 21767 msgid "previous CFI entry not closed (missing .cfi_endproc)" 21768 msgstr "" 21769 21770 #: dw2gencfi.c:1384 scfidw2gen.c:157 21771 msgid ".cfi_endproc without corresponding .cfi_startproc" 21772 msgstr "" 21773 21774 #: dw2gencfi.c:1459 21775 msgid "wrong argument to .cfi_personality_id" 21776 msgstr "" 21777 21778 #: dw2gencfi.c:1469 21779 msgid ".cfi_fde_data without corresponding .cfi_startproc" 21780 msgstr "" 21781 21782 #: dw2gencfi.c:1492 21783 msgid "only constants may be used with .cfi_fde_data" 21784 msgstr "" 21785 21786 #: dw2gencfi.c:1580 21787 msgid "unexpected .cfi_inline_lsda" 21788 msgstr "" 21789 21790 #: dw2gencfi.c:1587 21791 msgid ".cfi_inline_lsda not valid for this frame" 21792 msgstr "" 21793 21794 #: dw2gencfi.c:1595 21795 msgid ".cfi_inline_lsda seen for frame without .cfi_lsda" 21796 msgstr "" 21797 21798 #: dw2gencfi.c:1608 21799 #, c-format 21800 msgid "Alignment too large: %d. assumed." 21801 msgstr "" 21802 21803 #: dw2gencfi.c:1612 21804 msgid "Alignment negative: 0 assumed." 21805 msgstr "" 21806 21807 #: dw2gencfi.c:1638 21808 msgid ".cfi_inline_lsda is not supported for this target" 21809 msgstr "" 21810 21811 #: dw2gencfi.c:1645 21812 msgid ".cfi_fde_data is not supported for this target" 21813 msgstr "" 21814 21815 #: dw2gencfi.c:1652 21816 msgid ".cfi_personality_id is not supported for this target" 21817 msgstr "" 21818 21819 #: dw2gencfi.c:1975 21820 #, c-format 21821 msgid "return column number %d overflows in CIE version 1" 21822 msgstr "" 21823 21824 #: dw2gencfi.c:2475 dw2gencfi.c:2666 21825 msgid "open CFI at the end of file; missing .cfi_endproc directive" 21826 msgstr "" 21827 21828 #: dw2gencfi.c:2622 21829 msgid ".sframe not supported for target" 21830 msgstr "" 21831 21832 #: dw2gencfi.c:2716 21833 msgid "CFI is not supported for this target" 21834 msgstr "" 21835 21836 #: dwarf2dbg.c:385 dwarf2dbg.c:3314 21837 msgid "view number mismatch" 21838 msgstr "" 21839 21840 #: dwarf2dbg.c:699 21841 #, c-format 21842 msgid "file number %<PRIu64> is too big" 21843 msgstr "" 21844 21845 #: dwarf2dbg.c:931 21846 #, c-format 21847 msgid "" 21848 "file table slot %u is already occupied by a different file (%s%s%s vs %s%s%s)" 21849 msgstr "" 21850 21851 #: dwarf2dbg.c:1188 dwarf2dbg.c:1274 21852 msgid "file number less than one" 21853 msgstr "" 21854 21855 #: dwarf2dbg.c:1225 21856 msgid "md5 value too small or not a constant" 21857 msgstr "" 21858 21859 #: dwarf2dbg.c:1281 dwarf2dbg.c:2304 21860 #, c-format 21861 msgid "unassigned file number %ld" 21862 msgstr "" 21863 21864 #: dwarf2dbg.c:1359 21865 msgid "is_stmt value not 0 or 1" 21866 msgstr "" 21867 21868 #: dwarf2dbg.c:1373 21869 msgid "isa number less than zero" 21870 msgstr "" 21871 21872 #: dwarf2dbg.c:1385 21873 msgid "discriminator less than zero" 21874 msgstr "" 21875 21876 #: dwarf2dbg.c:1404 21877 msgid "numeric view can only be asserted to zero" 21878 msgstr "" 21879 21880 #: dwarf2dbg.c:1444 21881 #, c-format 21882 msgid "unknown .loc sub-directive `%s'" 21883 msgstr "" 21884 21885 #: dwarf2dbg.c:2438 21886 msgid "internal error: unknown dwarf2 format" 21887 msgstr "" 21888 21889 #: ecoff.c:1560 21890 #, c-format 21891 msgid "string too big (%lu bytes)" 21892 msgstr "" 21893 21894 #: ecoff.c:1613 ecoff.c:1806 ecoff.c:1829 ecoff.c:1859 ecoff.c:2011 21895 #: ecoff.c:2115 21896 msgid "no current file pointer" 21897 msgstr "" 21898 21899 #: ecoff.c:1700 21900 msgid "too many st_End's" 21901 msgstr "" 21902 21903 #: ecoff.c:2182 21904 msgid "fake .file after real one" 21905 msgstr "" 21906 21907 #: ecoff.c:2267 21908 msgid "filename goes over one page boundary" 21909 msgstr "" 21910 21911 #: ecoff.c:2398 21912 msgid ".begin directive without a preceding .file directive" 21913 msgstr "" 21914 21915 #: ecoff.c:2405 21916 msgid ".begin directive without a preceding .ent directive" 21917 msgstr "" 21918 21919 #: ecoff.c:2434 21920 msgid ".bend directive without a preceding .file directive" 21921 msgstr "" 21922 21923 #: ecoff.c:2441 21924 msgid ".bend directive without a preceding .ent directive" 21925 msgstr "" 21926 21927 #: ecoff.c:2453 21928 msgid ".bend directive names unknown symbol" 21929 msgstr "" 21930 21931 #: ecoff.c:2494 21932 msgid ".def pseudo-op used inside of .def/.endef; ignored" 21933 msgstr "" 21934 21935 #: ecoff.c:2496 21936 msgid "empty symbol name in .def; ignored" 21937 msgstr "" 21938 21939 #: ecoff.c:2531 21940 msgid ".dim pseudo-op used outside of .def/.endef; ignored" 21941 msgstr "" 21942 21943 #: ecoff.c:2546 21944 msgid "badly formed .dim directive" 21945 msgstr "" 21946 21947 #: ecoff.c:2559 21948 msgid "too many .dim entries" 21949 msgstr "" 21950 21951 #: ecoff.c:2579 21952 msgid ".scl pseudo-op used outside of .def/.endef; ignored" 21953 msgstr "" 21954 21955 #: ecoff.c:2604 21956 msgid ".size pseudo-op used outside of .def/.endef; ignored" 21957 msgstr "" 21958 21959 #: ecoff.c:2619 21960 msgid "badly formed .size directive" 21961 msgstr "" 21962 21963 #: ecoff.c:2632 21964 msgid "too many .size entries" 21965 msgstr "" 21966 21967 #: ecoff.c:2654 21968 msgid ".type pseudo-op used outside of .def/.endef; ignored" 21969 msgstr "" 21970 21971 #. FIXME: We could handle this by setting the continued bit. 21972 #. There would still be a limit: the .type argument can not 21973 #. be infinite. 21974 #: ecoff.c:2672 21975 #, c-format 21976 msgid "the type of %s is too complex; it will be simplified" 21977 msgstr "" 21978 21979 #: ecoff.c:2683 21980 msgid "Unrecognized .type argument" 21981 msgstr "" 21982 21983 #: ecoff.c:2721 21984 msgid ".tag pseudo-op used outside of .def/.endef; ignored" 21985 msgstr "" 21986 21987 #: ecoff.c:2745 21988 msgid ".val pseudo-op used outside of .def/.endef; ignored" 21989 msgstr "" 21990 21991 #: ecoff.c:2753 21992 msgid ".val expression is too complex" 21993 msgstr "" 21994 21995 #: ecoff.c:2783 21996 msgid ".endef pseudo-op used before .def; ignored" 21997 msgstr "" 21998 21999 #: ecoff.c:2809 ecoff.c:2889 22000 msgid "bad COFF debugging information" 22001 msgstr "" 22002 22003 #: ecoff.c:2858 22004 #, c-format 22005 msgid "no tag specified for %s" 22006 msgstr "" 22007 22008 #: ecoff.c:2952 22009 msgid ".end directive without a preceding .file directive" 22010 msgstr "" 22011 22012 #: ecoff.c:2980 22013 msgid ".end directive names unknown symbol" 22014 msgstr "" 22015 22016 #: ecoff.c:3010 22017 msgid "second .ent directive found before .end directive" 22018 msgstr "" 22019 22020 #: ecoff.c:3019 22021 #, c-format 22022 msgid "%s directive has no name" 22023 msgstr "" 22024 22025 #: ecoff.c:3080 22026 msgid "no way to handle .file within .ent/.end section" 22027 msgstr "" 22028 22029 #: ecoff.c:3197 22030 msgid ".loc before .file" 22031 msgstr "" 22032 22033 #: ecoff.c:3395 22034 #, c-format 22035 msgid ".stab%c is not supported" 22036 msgstr "" 22037 22038 #: ecoff.c:3405 22039 #, c-format 22040 msgid ".stab%c: ignoring non-zero other field" 22041 msgstr "" 22042 22043 #: ecoff.c:3439 22044 #, c-format 22045 msgid "" 22046 "line number (%d) for .stab%c directive cannot fit in index field (20 bits)" 22047 msgstr "" 22048 22049 #: ecoff.c:3473 22050 #, c-format 22051 msgid "illegal .stab%c directive, bad character" 22052 msgstr "" 22053 22054 #: ecoff.c:3914 ecoff.c:4102 ecoff.c:4127 22055 msgid ".begin/.bend in different segments" 22056 msgstr "" 22057 22058 #: ecoff.c:4621 22059 msgid "missing .end or .bend at end of file" 22060 msgstr "" 22061 22062 #: ecoff.c:5093 22063 msgid "GP prologue size exceeds field size, using 0 instead" 22064 msgstr "" 22065 22066 #: expr.c:74 read.c:4134 22067 msgid "bignum invalid" 22068 msgstr "" 22069 22070 #: expr.c:76 read.c:4136 read.c:4651 read.c:5420 22071 msgid "floating point number invalid" 22072 msgstr "" 22073 22074 #: expr.c:229 22075 msgid "bad floating-point constant: exponent overflow" 22076 msgstr "" 22077 22078 #: expr.c:233 22079 #, c-format 22080 msgid "bad floating-point constant: unknown error code=%d" 22081 msgstr "" 22082 22083 #: expr.c:408 22084 msgid "" 22085 "a bignum with underscores may not have more than 8 hex digits in any word" 22086 msgstr "" 22087 22088 #: expr.c:431 22089 msgid "a bignum with underscores must have exactly 4 words" 22090 msgstr "" 22091 22092 #. Either not seen or not defined. 22093 #. @@ Should print out the original string instead of 22094 #. the parsed number. 22095 #: expr.c:577 22096 #, c-format 22097 msgid "backward ref to unknown label \"%d:\"" 22098 msgstr "" 22099 22100 #: expr.c:691 22101 msgid "character constant too large" 22102 msgstr "" 22103 22104 #: expr.c:1033 22105 #, c-format 22106 msgid "found '%c', expected: '%c'" 22107 msgstr "" 22108 22109 #: expr.c:1036 22110 #, c-format 22111 msgid "missing '%c'" 22112 msgstr "" 22113 22114 #: expr.c:1048 read.c:4930 22115 msgid "EBCDIC constants are not supported" 22116 msgstr "" 22117 22118 #: expr.c:1202 22119 #, c-format 22120 msgid "Unary operator %c ignored because bad operand follows" 22121 msgstr "" 22122 22123 #: expr.c:1266 expr.c:1288 22124 msgid "syntax error in .startof. or .sizeof." 22125 msgstr "" 22126 22127 #: expr.c:1368 expr.c:1713 22128 #, c-format 22129 msgid "invalid use of operator \"%s\"" 22130 msgstr "" 22131 22132 #: expr.c:1895 22133 msgid "missing operand; zero assumed" 22134 msgstr "" 22135 22136 #: expr.c:1934 22137 msgid "left operand is a bignum; integer 0 assumed" 22138 msgstr "" 22139 22140 #: expr.c:1936 22141 msgid "left operand is a float; integer 0 assumed" 22142 msgstr "" 22143 22144 #: expr.c:1945 22145 msgid "right operand is a bignum; integer 0 assumed" 22146 msgstr "" 22147 22148 #: expr.c:1947 22149 msgid "right operand is a float; integer 0 assumed" 22150 msgstr "" 22151 22152 #: expr.c:2026 symbols.c:1674 22153 msgid "division by zero" 22154 msgstr "" 22155 22156 #: expr.c:2076 symbols.c:1685 22157 msgid "shift count" 22158 msgstr "" 22159 22160 #: expr.c:2202 22161 msgid "operation combines symbols in different segments" 22162 msgstr "" 22163 22164 #: expr.c:2577 22165 msgid "missing closing '\"'" 22166 msgstr "" 22167 22168 #: expr.c:2605 22169 #, c-format 22170 msgid "'\\%c' in quoted symbol name; behavior may change in the future" 22171 msgstr "" 22172 22173 #: frags.c:60 22174 msgid "attempt to allocate data in absolute section" 22175 msgstr "" 22176 22177 #: frags.c:66 22178 msgid "attempt to allocate data in common section" 22179 msgstr "" 22180 22181 #: frags.c:115 22182 #, c-format 22183 msgid "can't extend frag %lu char" 22184 msgid_plural "can't extend frag %lu chars" 22185 msgstr[0] "" 22186 msgstr[1] "" 22187 22188 #. Offset of size 8 bytes is not supported in SFrame format 22189 #. version 1. 22190 #: gen-sframe.c:417 22191 msgid "SFrame unsupported offset value\n" 22192 msgstr "" 22193 22194 #: gen-sframe.c:1025 22195 #, c-format 22196 msgid "no SFrame FDE emitted; non-SP/FP register %u in .cfi_def_cfa" 22197 msgstr "" 22198 22199 #: gen-sframe.c:1055 22200 #, c-format 22201 msgid "no SFrame FDE emitted; non-SP/FP register %u in .cfi_def_cfa_register" 22202 msgstr "" 22203 22204 #. No CFA base register in effect. Non-SP/FP CFA base register should 22205 #. not occur, as sframe_xlate_do_def_cfa[_register] would detect this. 22206 #: gen-sframe.c:1095 22207 msgid "" 22208 "no SFrame FDE emitted; .cfi_def_cfa_offset without CFA base register in " 22209 "effect" 22210 msgstr "" 22211 22212 #: gen-sframe.c:1160 22213 #, c-format 22214 msgid "no SFrame FDE emitted; %s with %s reg %u" 22215 msgstr "" 22216 22217 #: gen-sframe.c:1220 22218 #, c-format 22219 msgid "no SFrame FDE emitted; %s register %u in .cfi_register" 22220 msgstr "" 22221 22222 #: gen-sframe.c:1242 22223 msgid "" 22224 "no SFrame FDE emitted; .cfi_remember_state without prior SFrame FRE state" 22225 msgstr "" 22226 22227 #: gen-sframe.c:1343 22228 msgid "no SFrame FDE emitted; .cfi_negate_ra_state_with_pc" 22229 msgstr "" 22230 22231 #: gen-sframe.c:1370 22232 msgid "no SFrame FDE emitted; .cfi_window_save" 22233 msgstr "" 22234 22235 #: gen-sframe.c:1428 22236 #, c-format 22237 msgid "no SFrame FDE emitted; .cfi_escape DW_CFA_expression with %s reg %u" 22238 msgstr "" 22239 22240 #. In all other cases (e.g., DW_CFA_def_cfa_expression or other 22241 #. OS-specific CFI opcodes), skip inspecting the DWARF expression. 22242 #. This may impact the asynchronicity due to loss of coverage. 22243 #. Continue to warn the user and bail out. 22244 #: gen-sframe.c:1589 22245 #, c-format 22246 msgid "no SFrame FDE emitted; .cfi_escape with op (%#lx)" 22247 msgstr "" 22248 22249 #: gen-sframe.c:1614 22250 #, c-format 22251 msgid "no SFrame FDE emitted; %s reg %u in .cfi_undefined" 22252 msgstr "" 22253 22254 #: gen-sframe.c:1791 22255 msgid "(unknown)" 22256 msgstr "" 22257 22258 #: gen-sframe.c:1792 22259 #, c-format 22260 msgid "no SFrame FDE emitted; CFI insn %s (%#x)" 22261 msgstr "" 22262 22263 #: gen-sframe.c:1816 22264 #, c-format 22265 msgid "no SFrame FDE emitted; non-default RA register %u" 22266 msgstr "" 22267 22268 #: gen-sframe.c:1861 22269 msgid "no SFrame FDE emitted; FP without RA on stack" 22270 msgstr "" 22271 22272 #: ginsn.c:877 22273 #, c-format 22274 msgid "missing label '%s' in func '%s' may result in imprecise cfg" 22275 msgstr "" 22276 22277 #: ginsn.c:986 22278 #, c-format 22279 msgid "GINSN: found unreachable code in func '%s'" 22280 msgstr "" 22281 22282 #: ginsn.c:1208 22283 msgid "GINSN process for prev func not done" 22284 msgstr "" 22285 22286 #: ginsn.c:1242 22287 #, c-format 22288 msgid "untraceable control flow for func '%s'" 22289 msgstr "" 22290 22291 #: ginsn.c:1252 22292 #, c-format 22293 msgid "Bad cfg of ginsn of func '%s'" 22294 msgstr "" 22295 22296 #: ginsn.c:1314 ginsn.c:1321 22297 msgid "ginsn unsupported for target" 22298 msgstr "" 22299 22300 #. For error messages. 22301 #. Detect if we are reading from stdin by examining the file 22302 #. name returned by as_where(). 22303 #. 22304 #. [FIXME: We rely upon the name in the strcmp below being the 22305 #. same as the one used by input_scrub_new_file(), if that is 22306 #. not true, then this code will fail]. 22307 #. 22308 #. If we are reading from stdin, then we need to save each input 22309 #. line here (assuming of course that we actually have a line of 22310 #. input to read), so that it can be displayed in the listing 22311 #. that is produced at the end of the assembly. 22312 #: input-file.c:136 input-scrub.c:271 listing.c:345 22313 msgid "{standard input}" 22314 msgstr "" 22315 22316 #: input-file.c:141 22317 #, c-format 22318 msgid "can't open %s for reading: %s" 22319 msgstr "" 22320 22321 #: input-file.c:150 input-file.c:228 22322 #, c-format 22323 msgid "can't read from %s: %s" 22324 msgstr "" 22325 22326 #: input-file.c:267 listing.c:1467 22327 #, c-format 22328 msgid "can't close %s: %s" 22329 msgstr "" 22330 22331 #: input-scrub.c:301 22332 msgid "macros nested too deeply" 22333 msgstr "" 22334 22335 #: input-scrub.c:548 input-scrub.c:551 22336 msgid "macro invoked from here" 22337 msgstr "" 22338 22339 #: itbl-ops.c:328 22340 #, c-format 22341 msgid "Unable to allocate memory for new instructions\n" 22342 msgstr "" 22343 22344 #: listing.c:244 messages.c:192 messages.c:194 messages.c:197 22345 msgid "Warning: " 22346 msgstr "" 22347 22348 #: listing.c:250 messages.c:266 messages.c:268 messages.c:271 22349 msgid "Error: " 22350 msgstr "" 22351 22352 #: listing.c:656 22353 #, c-format 22354 msgid "unable to rebuffer file: %s\n" 22355 msgstr "" 22356 22357 #: listing.c:1353 22358 #, c-format 22359 msgid "" 22360 "\n" 22361 " time stamp \t: %s\n" 22362 "\n" 22363 msgstr "" 22364 22365 #: listing.c:1363 22366 #, c-format 22367 msgid "%s " 22368 msgstr "" 22369 22370 #: listing.c:1368 22371 #, c-format 22372 msgid "" 22373 "\n" 22374 "\t%s " 22375 msgstr "" 22376 22377 #: listing.c:1378 22378 msgid "" 22379 "\n" 22380 " options passed\t: " 22381 msgstr "" 22382 22383 #: listing.c:1417 22384 #, c-format 22385 msgid "" 22386 " GNU assembler version %s (%s)\n" 22387 "\t using BFD version %s." 22388 msgstr "" 22389 22390 #: listing.c:1420 22391 #, c-format 22392 msgid "" 22393 "\n" 22394 " input file \t: %s" 22395 msgstr "" 22396 22397 #: listing.c:1421 22398 #, c-format 22399 msgid "" 22400 "\n" 22401 " output file \t: %s" 22402 msgstr "" 22403 22404 #: listing.c:1422 22405 #, c-format 22406 msgid "" 22407 "\n" 22408 " target \t: %s" 22409 msgstr "" 22410 22411 #: listing.c:1446 22412 #, c-format 22413 msgid "can't open %s: %s" 22414 msgstr "" 22415 22416 #: listing.c:1531 22417 msgid "strange paper height, set to no form" 22418 msgstr "" 22419 22420 #: listing.c:1555 22421 msgid "new paper width is too small" 22422 msgstr "" 22423 22424 #: listing.c:1558 22425 msgid "bad or irreducible expression for paper width" 22426 msgstr "" 22427 22428 #: listing.c:1560 22429 msgid "missing expression for paper width" 22430 msgstr "" 22431 22432 #: listing.c:1611 22433 msgid "new line in title" 22434 msgstr "" 22435 22436 #: macro.c:394 22437 #, c-format 22438 msgid "%% operator needs absolute expression" 22439 msgstr "" 22440 22441 #: macro.c:544 22442 #, c-format 22443 msgid "Missing parameter qualifier for `%s' in macro `%s'" 22444 msgstr "" 22445 22446 #: macro.c:554 22447 #, c-format 22448 msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'" 22449 msgstr "" 22450 22451 #: macro.c:571 22452 #, c-format 22453 msgid "Pointless default value for required parameter `%s' in macro `%s'" 22454 msgstr "" 22455 22456 #: macro.c:581 22457 #, c-format 22458 msgid "A parameter named `%s' already exists for macro `%s'" 22459 msgstr "" 22460 22461 #: macro.c:619 22462 #, c-format 22463 msgid "Reserved word `%s' used as parameter in macro `%s'" 22464 msgstr "" 22465 22466 #: macro.c:673 22467 #, c-format 22468 msgid "unexpected end of file in macro `%s' definition" 22469 msgstr "" 22470 22471 #: macro.c:685 22472 #, c-format 22473 msgid "missing `)' after formals in macro definition `%s'" 22474 msgstr "" 22475 22476 #: macro.c:700 22477 msgid "Missing macro name" 22478 msgstr "" 22479 22480 #: macro.c:709 22481 #, c-format 22482 msgid "Bad parameter list for macro `%s'" 22483 msgstr "" 22484 22485 #: macro.c:717 22486 #, c-format 22487 msgid "Macro `%s' was already defined" 22488 msgstr "" 22489 22490 #: macro.c:843 macro.c:845 22491 msgid "missing `)'" 22492 msgstr "" 22493 22494 #: macro.c:934 22495 #, c-format 22496 msgid "`%s' was already used as parameter (or another local) name" 22497 msgstr "" 22498 22499 #: macro.c:1104 22500 msgid "confusion in formal parameters" 22501 msgstr "" 22502 22503 #: macro.c:1112 22504 #, c-format 22505 msgid "Parameter named `%s' does not exist for macro `%s'" 22506 msgstr "" 22507 22508 #: macro.c:1123 22509 #, c-format 22510 msgid "Value for parameter `%s' of macro `%s' was already specified" 22511 msgstr "" 22512 22513 #: macro.c:1137 22514 msgid "can't mix positional and keyword arguments" 22515 msgstr "" 22516 22517 #: macro.c:1148 22518 msgid "too many positional arguments" 22519 msgstr "" 22520 22521 #: macro.c:1196 22522 #, c-format 22523 msgid "Missing value for required parameter `%s' of macro `%s'" 22524 msgstr "" 22525 22526 #: macro.c:1314 22527 #, c-format 22528 msgid "Attempt to purge non-existing macro `%s'" 22529 msgstr "" 22530 22531 #: macro.c:1335 22532 msgid "unexpected end of file in irp or irpc" 22533 msgstr "" 22534 22535 #: macro.c:1346 22536 msgid "missing model parameter" 22537 msgstr "" 22538 22539 #: messages.c:92 22540 #, c-format 22541 msgid "Assembler messages:\n" 22542 msgstr "" 22543 22544 #: messages.c:329 22545 #, c-format 22546 msgid "Fatal error: " 22547 msgstr "" 22548 22549 #: messages.c:351 22550 #, c-format 22551 msgid "Internal error (%s).\n" 22552 msgstr "" 22553 22554 #: messages.c:353 22555 #, c-format 22556 msgid "Internal error in %s at %s:%d.\n" 22557 msgstr "" 22558 22559 #: messages.c:355 22560 #, c-format 22561 msgid "Internal error at %s:%d.\n" 22562 msgstr "" 22563 22564 #: messages.c:358 22565 #, c-format 22566 msgid "Please report this bug.\n" 22567 msgstr "" 22568 22569 #: messages.c:426 22570 #, c-format 22571 msgid "%s out of domain (%<PRId64> is not a multiple of %<PRId64>)" 22572 msgstr "" 22573 22574 #. xgettext:c-format. 22575 #: messages.c:442 22576 #, c-format 22577 msgid "%s out of range (%<PRId64> is not between %<PRId64> and %<PRId64>)" 22578 msgstr "" 22579 22580 #. xgettext:c-format. 22581 #: messages.c:455 22582 #, c-format 22583 msgid "" 22584 "%s out of range (0x%<PRIx64> is not between 0x%<PRIx64> and 0x%<PRIx64>)" 22585 msgstr "" 22586 22587 #: output-file.c:37 22588 #, c-format 22589 msgid "can't open a bfd on stdout %s" 22590 msgstr "" 22591 22592 #: output-file.c:44 22593 #, c-format 22594 msgid "selected target format '%s' unknown" 22595 msgstr "" 22596 22597 #: output-file.c:46 22598 #, c-format 22599 msgid "can't create %s: %s" 22600 msgstr "" 22601 22602 #: read.c:565 22603 #, c-format 22604 msgid "error constructing %s pseudo-op table" 22605 msgstr "" 22606 22607 #: read.c:752 22608 msgid "cannot change section or subsection inside .bundle_lock" 22609 msgstr "" 22610 22611 #: read.c:768 22612 #, c-format 22613 msgid "" 22614 ".bundle_lock sequence at %<PRIu64> bytes, but .bundle_align_mode limit is %u " 22615 "bytes" 22616 msgstr "" 22617 22618 #: read.c:777 22619 #, c-format 22620 msgid "" 22621 "single instruction is %<PRIu64> bytes long, but .bundle_align_mode limit is %" 22622 "u bytes" 22623 msgstr "" 22624 22625 #: read.c:818 read.c:2947 read.c:3575 22626 msgid "ignoring fill value in absolute section" 22627 msgstr "" 22628 22629 #: read.c:820 read.c:2962 read.c:3612 22630 #, c-format 22631 msgid "ignoring fill value in section `%s'" 22632 msgstr "" 22633 22634 #: read.c:1260 22635 #, c-format 22636 msgid "unknown pseudo-op: `%s'" 22637 msgstr "" 22638 22639 #: read.c:1313 22640 msgid "unable to continue with assembly." 22641 msgstr "" 22642 22643 #: read.c:1347 22644 #, c-format 22645 msgid "local label too large near %s" 22646 msgstr "" 22647 22648 #: read.c:1370 22649 #, c-format 22650 msgid "label \"%ld$\" redefined" 22651 msgstr "" 22652 22653 #: read.c:1419 22654 msgid ".bundle_lock with no matching .bundle_unlock" 22655 msgstr "" 22656 22657 #: read.c:1523 22658 msgid ".abort detected. Abandoning ship." 22659 msgstr "" 22660 22661 #: read.c:1586 22662 #, c-format 22663 msgid "alignment too large: %u assumed" 22664 msgstr "" 22665 22666 #: read.c:1616 22667 msgid "ignoring out of range alignment maximum" 22668 msgstr "" 22669 22670 #: read.c:1625 22671 msgid "expected fill pattern missing" 22672 msgstr "" 22673 22674 #: read.c:1650 22675 #, c-format 22676 msgid "fill pattern too long, truncating to %u" 22677 msgstr "" 22678 22679 #: read.c:1751 22680 msgid "symbol name not recognised in the current locale" 22681 msgstr "" 22682 22683 #. Some of the back ends can't deal with non-positive line numbers. 22684 #. Besides, it's silly. GCC however will generate a line number of 22685 #. zero when it is pre-processing builtins for assembler-with-cpp files: 22686 #. 22687 #. # 0 "<built-in>" 22688 #. 22689 #. We do not want to barf on this, especially since such files are used 22690 #. in the GCC and GDB testsuites. So we check for negative line numbers 22691 #. rather than non-positive line numbers. 22692 #: read.c:2100 22693 #, c-format 22694 msgid "line numbers must be positive; line number %d rejected" 22695 msgstr "" 22696 22697 #: read.c:2138 22698 #, c-format 22699 msgid "incompatible flag %i in line directive" 22700 msgstr "" 22701 22702 #: read.c:2150 22703 #, c-format 22704 msgid "unsupported flag %i in line directive" 22705 msgstr "" 22706 22707 #: read.c:2193 22708 msgid "start address not supported" 22709 msgstr "" 22710 22711 #: read.c:2202 22712 msgid ".err encountered" 22713 msgstr "" 22714 22715 #: read.c:2218 22716 msgid ".error directive invoked in source file" 22717 msgstr "" 22718 22719 #: read.c:2219 22720 msgid ".warning directive invoked in source file" 22721 msgstr "" 22722 22723 #: read.c:2225 22724 #, c-format 22725 msgid "%s argument must be a string" 22726 msgstr "" 22727 22728 #: read.c:2287 22729 msgid "expression does not evaluate to a constant" 22730 msgstr "" 22731 22732 #: read.c:2292 22733 msgid ".errif expression evaluates to true" 22734 msgstr "" 22735 22736 #: read.c:2295 22737 msgid ".warnif expression evaluates to true" 22738 msgstr "" 22739 22740 #: read.c:2313 read.c:2315 22741 #, c-format 22742 msgid ".fail %ld encountered" 22743 msgstr "" 22744 22745 #: read.c:2355 22746 #, c-format 22747 msgid ".fill size clamped to %d" 22748 msgstr "" 22749 22750 #: read.c:2360 22751 msgid "size negative; .fill ignored" 22752 msgstr "" 22753 22754 #: read.c:2366 22755 msgid "repeat < 0; .fill ignored" 22756 msgstr "" 22757 22758 #: read.c:2373 22759 msgid "non-constant fill count for absolute section" 22760 msgstr "" 22761 22762 #: read.c:2378 22763 msgid "attempt to fill absolute section with non-zero value" 22764 msgstr "" 22765 22766 #: read.c:2385 22767 #, c-format 22768 msgid "attempt to fill section `%s' with non-zero value" 22769 msgstr "" 22770 22771 #: read.c:2547 22772 #, c-format 22773 msgid "unrecognized .linkonce type `%s'" 22774 msgstr "" 22775 22776 #: read.c:2559 22777 msgid ".linkonce is not supported for this object file format" 22778 msgstr "" 22779 22780 #: read.c:2654 22781 msgid "expected alignment after size" 22782 msgstr "" 22783 22784 #: read.c:2867 22785 #, c-format 22786 msgid "attempt to redefine pseudo-op `%s' ignored" 22787 msgstr "" 22788 22789 #: read.c:2888 22790 msgid "ignoring macro exit outside a macro definition." 22791 msgstr "" 22792 22793 #: read.c:2942 22794 #, c-format 22795 msgid "invalid segment \"%s\"" 22796 msgstr "" 22797 22798 #: read.c:2950 22799 msgid "only constant offsets supported in absolute section" 22800 msgstr "" 22801 22802 #: read.c:2993 22803 msgid "MRI style ORG pseudo-op not supported" 22804 msgstr "" 22805 22806 #: read.c:3164 22807 #, c-format 22808 msgid ".end%c encountered without preceding %s" 22809 msgstr "" 22810 22811 #: read.c:3198 22812 #, c-format 22813 msgid "excessive count %zu for %s - ignored" 22814 msgstr "" 22815 22816 #: read.c:3205 22817 #, c-format 22818 msgid "%s without %s" 22819 msgstr "" 22820 22821 #: read.c:3239 22822 msgid "`\\' at end of line/statement; ignored" 22823 msgstr "" 22824 22825 #: read.c:3518 22826 msgid "unsupported variable size or fill value" 22827 msgstr "" 22828 22829 #: read.c:3526 22830 #, c-format 22831 msgid "size value for space directive too large: %lx" 22832 msgstr "" 22833 22834 #: read.c:3552 22835 msgid ".space repeat count is negative, ignored" 22836 msgstr "" 22837 22838 #: read.c:3558 22839 msgid ".space repeat count is zero, ignored" 22840 msgstr "" 22841 22842 #: read.c:3566 22843 msgid ".space repeat count overflow, ignored" 22844 msgstr "" 22845 22846 #: read.c:3597 22847 msgid "space allocation too complex in absolute section" 22848 msgstr "" 22849 22850 #: read.c:3603 22851 msgid "space allocation too complex in common section" 22852 msgstr "" 22853 22854 #: read.c:3718 22855 msgid "unsupported variable nop control in .nops directive" 22856 msgstr "" 22857 22858 #: read.c:3724 22859 msgid "negative nop control byte, ignored" 22860 msgstr "" 22861 22862 #: read.c:3792 22863 #, c-format 22864 msgid "unknown floating type '%c'" 22865 msgstr "" 22866 22867 #: read.c:4018 22868 #, c-format 22869 msgid "%s: would close weakref loop: %s" 22870 msgstr "" 22871 22872 #: read.c:4075 22873 #, c-format 22874 msgid "junk at end of line, first unrecognized character valued 0x%x" 22875 msgstr "" 22876 22877 #: read.c:4205 write.c:2403 22878 #, c-format 22879 msgid "`%s' can't be equated to common symbol `%s'" 22880 msgstr "" 22881 22882 #: read.c:4341 22883 msgid "unexpected `\"' in expression" 22884 msgstr "" 22885 22886 #: read.c:4354 22887 msgid "rva without symbol" 22888 msgstr "" 22889 22890 #: read.c:4429 22891 msgid "missing or bad offset expression" 22892 msgstr "" 22893 22894 #: read.c:4453 22895 msgid "missing reloc type" 22896 msgstr "" 22897 22898 #: read.c:4477 22899 msgid "unrecognized reloc type" 22900 msgstr "" 22901 22902 #: read.c:4493 22903 msgid "bad reloc expression" 22904 msgstr "" 22905 22906 #: read.c:4645 read.c:5414 read.c:5542 22907 msgid "zero assumed for missing expression" 22908 msgstr "" 22909 22910 #: read.c:4665 read.c:5445 read.c:5561 22911 msgid "attempt to store value in absolute section" 22912 msgstr "" 22913 22914 #: read.c:4672 read.c:5451 read.c:5567 22915 #, c-format 22916 msgid "attempt to store non-zero value in section `%s'" 22917 msgstr "" 22918 22919 #. Leading bits contain both 0s & 1s. 22920 #: read.c:4748 22921 #, c-format 22922 msgid "value 0x%<PRIx64> truncated to 0x%<PRIx64>" 22923 msgstr "" 22924 22925 #: read.c:4792 22926 #, c-format 22927 msgid "bignum truncated to %d byte" 22928 msgid_plural "bignum truncated to %d bytes" 22929 msgstr[0] "" 22930 msgstr[1] "" 22931 22932 #: read.c:5001 read.c:5152 22933 msgid "unresolvable or nonpositive repeat count; using 1" 22934 msgstr "" 22935 22936 #: read.c:5044 22937 msgid "floating point constant too large" 22938 msgstr "" 22939 22940 #: read.c:5109 22941 msgid "attempt to store float in absolute section" 22942 msgstr "" 22943 22944 #: read.c:5116 22945 #, c-format 22946 msgid "attempt to store float in section `%s'" 22947 msgstr "" 22948 22949 #: read.c:5548 22950 msgid "number invalid" 22951 msgstr "" 22952 22953 #: read.c:5804 22954 msgid "base64 strings must be placed into a section" 22955 msgstr "" 22956 22957 #: read.c:5811 22958 msgid "a string must follow the .base64 pseudo-op" 22959 msgstr "" 22960 22961 #: read.c:5831 22962 msgid "expected double quote enclosed string as argument to .base64 pseudo-op" 22963 msgstr "" 22964 22965 #: read.c:5848 22966 msgid "end of line encountered inside .base64 string" 22967 msgstr "" 22968 22969 #: read.c:5859 22970 msgid ".base64 string terminated early" 22971 msgstr "" 22972 22973 #: read.c:5864 22974 msgid ".base64 string terminated unexpectedly" 22975 msgstr "" 22976 22977 #: read.c:5871 22978 msgid "equals character only allowed at end of .base64 string" 22979 msgstr "" 22980 22981 #: read.c:5880 22982 msgid "the equals character cannot start a block of four base64 encoded bytes" 22983 msgstr "" 22984 22985 #: read.c:5886 22986 msgid "" 22987 "the equals character cannot be the second character in a block of four " 22988 "base64 encoded bytes" 22989 msgstr "" 22990 22991 #: read.c:5896 22992 #, c-format 22993 msgid "invalid character '%c' found inside .base64 string" 22994 msgstr "" 22995 22996 #: read.c:5898 22997 #, c-format 22998 msgid "invalid character %#x found inside .base64 string" 22999 msgstr "" 23000 23001 #: read.c:5924 23002 msgid "no base64 characters expected after '=' padding characters" 23003 msgstr "" 23004 23005 #: read.c:5934 23006 msgid ".base64 string must have a terminating double quote character" 23007 msgstr "" 23008 23009 #: read.c:5967 23010 #, c-format 23011 msgid "attempt to store non-empty string in section `%s'" 23012 msgstr "" 23013 23014 #: read.c:6029 23015 msgid "strings must be placed into a section" 23016 msgstr "" 23017 23018 #: read.c:6096 23019 msgid "expected <nn>" 23020 msgstr "" 23021 23022 #. To be compatible with BSD 4.2 as: give the luser a linefeed!! 23023 #: read.c:6137 read.c:6224 23024 msgid "unterminated string; newline inserted" 23025 msgstr "" 23026 23027 #: read.c:6238 23028 msgid "bad escaped character in string" 23029 msgstr "" 23030 23031 #: read.c:6262 23032 msgid "expected address expression" 23033 msgstr "" 23034 23035 #: read.c:6281 23036 #, c-format 23037 msgid "symbol \"%s\" undefined; zero assumed" 23038 msgstr "" 23039 23040 #: read.c:6284 23041 msgid "some symbol undefined; zero assumed" 23042 msgstr "" 23043 23044 #: read.c:6318 23045 msgid "this string may not contain '\\0'" 23046 msgstr "" 23047 23048 #: read.c:6355 23049 msgid "missing string" 23050 msgstr "" 23051 23052 #: read.c:6470 23053 #, c-format 23054 msgid ".incbin count zero, ignoring `%s'" 23055 msgstr "" 23056 23057 #: read.c:6482 23058 #, c-format 23059 msgid "file not found: %s" 23060 msgstr "" 23061 23062 #: read.c:6492 23063 #, c-format 23064 msgid "unable to include `%s'" 23065 msgstr "" 23066 23067 #: read.c:6501 23068 #, c-format 23069 msgid "seek to end of .incbin file failed `%s'" 23070 msgstr "" 23071 23072 #: read.c:6512 23073 #, c-format 23074 msgid "skip (%ld) or count (%ld) invalid for file size (%ld)" 23075 msgstr "" 23076 23077 #: read.c:6519 23078 #, c-format 23079 msgid "could not skip to %ld in file `%s'" 23080 msgstr "" 23081 23082 #: read.c:6528 23083 #, c-format 23084 msgid "truncated file `%s', %ld of %ld bytes read" 23085 msgstr "" 23086 23087 #: read.c:6664 23088 msgid "missing .func" 23089 msgstr "" 23090 23091 #: read.c:6683 23092 msgid ".endfunc missing for previous .func" 23093 msgstr "" 23094 23095 #: read.c:6736 23096 #, c-format 23097 msgid ".bundle_align_mode alignment too large (maximum %u)" 23098 msgstr "" 23099 23100 #: read.c:6741 23101 msgid "cannot change .bundle_align_mode inside .bundle_lock" 23102 msgstr "" 23103 23104 #: read.c:6755 23105 msgid ".bundle_lock is meaningless without .bundle_align_mode" 23106 msgstr "" 23107 23108 #: read.c:6776 23109 msgid ".bundle_unlock without preceding .bundle_lock" 23110 msgstr "" 23111 23112 #: read.c:6789 23113 #, c-format 23114 msgid "" 23115 ".bundle_lock sequence is %<PRIu64> bytes, but bundle size is only %u bytes" 23116 msgstr "" 23117 23118 #: read.c:6888 23119 #, c-format 23120 msgid "missing closing `%c'" 23121 msgstr "" 23122 23123 #: read.c:6890 23124 msgid "stray `\\'" 23125 msgstr "" 23126 23127 #: remap.c:53 23128 #, c-format 23129 msgid "invalid argument '%s' to -fdebug-prefix-map" 23130 msgstr "" 23131 23132 #: scfi.c:545 23133 msgid "SCFI: usage of REG_FP as scratch not supported" 23134 msgstr "" 23135 23136 #: scfi.c:655 23137 msgid "SCFI: unsupported stack manipulation pattern" 23138 msgstr "" 23139 23140 #: scfi.c:802 scfi.c:896 23141 msgid "SCFI: asymetrical register restore" 23142 msgstr "" 23143 23144 #: scfi.c:969 23145 msgid "SCFI: Bad CFI propagation perhaps" 23146 msgstr "" 23147 23148 #: scfi.c:1116 23149 #, c-format 23150 msgid "SCFI: forward pass failed for func '%s'" 23151 msgstr "" 23152 23153 #: scfi.c:1123 23154 #, c-format 23155 msgid "SCFI: backward pass failed for func '%s'" 23156 msgstr "" 23157 23158 #: scfi.c:1190 23159 msgid "SCFI: Invalid DWARF CFI opcode data" 23160 msgstr "" 23161 23162 #. No other GINSN_TYPE_* expected. 23163 #: scfi.c:1242 23164 #, c-format 23165 msgid "SCFI: bad ginsn for func '%s'" 23166 msgstr "" 23167 23168 #: scfi.c:1256 scfi.c:1265 23169 msgid "SCFI: unsupported for target" 23170 msgstr "" 23171 23172 #: scfidw2gen.c:39 23173 msgid "SCFI ignores most user-specified CFI directives" 23174 msgstr "" 23175 23176 #: scfidw2gen.c:132 23177 msgid "SCFI: missing previous SCFI endproc marker" 23178 msgstr "" 23179 23180 #: stabs.c:187 23181 #, c-format 23182 msgid ".stab%c: missing comma" 23183 msgstr "" 23184 23185 #: stabs.c:263 23186 #, c-format 23187 msgid ".stab%c: missing string" 23188 msgstr "" 23189 23190 #. This could happen for example with a source file with a huge 23191 #. number of lines. The only cure is to use a different debug 23192 #. format, probably DWARF. 23193 #: stabs.c:290 23194 #, c-format 23195 msgid ".stab%c: description field '%x' too big, try a different debug format" 23196 msgstr "" 23197 23198 #: stabs.c:436 23199 msgid "comma missing in .xstabs" 23200 msgstr "" 23201 23202 #: symbols.c:386 symbols.c:2519 23203 #, c-format 23204 msgid "symbol '%s' contains multibyte characters" 23205 msgstr "" 23206 23207 #: symbols.c:526 23208 #, c-format 23209 msgid "cannot define symbol `%s' in absolute section" 23210 msgstr "" 23211 23212 #: symbols.c:651 23213 #, c-format 23214 msgid "symbol `%s' is already defined as \"%s\"/%s%ld" 23215 msgstr "" 23216 23217 #: symbols.c:1226 23218 #, c-format 23219 msgid "invalid operands (%s and %s sections) for `%s'" 23220 msgstr "" 23221 23222 #: symbols.c:1230 23223 #, c-format 23224 msgid "invalid operand (%s section) for `%s'" 23225 msgstr "" 23226 23227 #: symbols.c:1238 23228 #, c-format 23229 msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'" 23230 msgstr "" 23231 23232 #: symbols.c:1241 23233 #, c-format 23234 msgid "invalid operand (%s section) for `%s' when setting `%s'" 23235 msgstr "" 23236 23237 #: symbols.c:1310 23238 #, c-format 23239 msgid "symbol definition loop encountered at `%s'" 23240 msgstr "" 23241 23242 #: symbols.c:1337 23243 #, c-format 23244 msgid "cannot convert expression symbol %s to complex relocation" 23245 msgstr "" 23246 23247 #: symbols.c:1676 23248 #, c-format 23249 msgid "division by zero when setting `%s'" 23250 msgstr "" 23251 23252 #. See PR 20895 for a reproducer. 23253 #: symbols.c:1746 23254 msgid "Invalid operation on symbol" 23255 msgstr "" 23256 23257 #: symbols.c:1796 write.c:2452 23258 #, c-format 23259 msgid "can't resolve value for symbol `%s'" 23260 msgstr "" 23261 23262 #: symbols.c:2204 23263 #, c-format 23264 msgid "\"%u\" (instance number %u of a %s label)" 23265 msgstr "" 23266 23267 #: symbols.c:2235 23268 msgid "expression is too complex to be resolved or converted into relocations" 23269 msgstr "" 23270 23271 #: symbols.c:2237 symbols.c:2240 23272 #, c-format 23273 msgid "attempt to get value of unresolved symbol `%s'" 23274 msgstr "" 23275 23276 #. Do not reassign section symbols. 23277 #: symbols.c:2540 23278 msgid "can't make section symbol global" 23279 msgstr "" 23280 23281 #: symbols.c:2546 23282 msgid "can't make register symbol global" 23283 msgstr "" 23284 23285 #: symbols.c:2652 23286 #, c-format 23287 msgid "Accessing function `%s' as thread-local object" 23288 msgstr "" 23289 23290 #: symbols.c:2656 23291 #, c-format 23292 msgid "Accessing `%s' as thread-local object" 23293 msgstr "" 23294 23295 #: write.c:153 23296 #, c-format 23297 msgid "field fx_size too small to hold %lu" 23298 msgstr "" 23299 23300 #: write.c:430 23301 #, c-format 23302 msgid "attempt to .org/.space/.nops backwards? (%ld)" 23303 msgstr "" 23304 23305 #: write.c:452 23306 #, c-format 23307 msgid "leb128 operand is an undefined symbol: %s" 23308 msgstr "" 23309 23310 #: write.c:520 23311 #, c-format 23312 msgid ".cv_%ccomp operand is an undefined symbol: %s" 23313 msgstr "" 23314 23315 #: write.c:712 23316 msgid "invalid offset expression" 23317 msgstr "" 23318 23319 #: write.c:734 23320 msgid "invalid reloc expression" 23321 msgstr "" 23322 23323 #: write.c:931 23324 #, c-format 23325 msgid "can't resolve %s - %s" 23326 msgstr "" 23327 23328 #: write.c:1144 23329 #, c-format 23330 msgid "value of %s too large for field of %d byte at %s" 23331 msgid_plural "value of %s too large for field of %d bytes at %s" 23332 msgstr[0] "" 23333 msgstr[1] "" 23334 23335 #: write.c:1160 23336 #, c-format 23337 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx" 23338 msgstr "" 23339 23340 #: write.c:1201 23341 msgid "redefined symbol cannot be used on reloc" 23342 msgstr "" 23343 23344 #: write.c:1214 23345 msgid "relocation out of range" 23346 msgstr "" 23347 23348 #: write.c:1217 23349 #, c-format 23350 msgid "%s:%u: bad return from bfd_install_relocation: %x" 23351 msgstr "" 23352 23353 #: write.c:1245 23354 msgid "reloc not within (fixed part of) section" 23355 msgstr "" 23356 23357 #: write.c:1317 23358 msgid "internal error: fixup not contained within frag" 23359 msgstr "" 23360 23361 #: write.c:1463 write.c:1579 23362 msgid "can't extend frag" 23363 msgstr "" 23364 23365 #: write.c:1628 23366 msgid "unimplemented .nops directive" 23367 msgstr "" 23368 23369 #: write.c:1674 23370 #, c-format 23371 msgid "can't write %ld byte to section %s of %s: '%s'" 23372 msgid_plural "can't write %ld bytes to section %s of %s: '%s'" 23373 msgstr[0] "" 23374 msgstr[1] "" 23375 23376 #: write.c:1699 write.c:1735 23377 #, c-format 23378 msgid "can't fill %ld byte in section %s of %s: '%s'" 23379 msgid_plural "can't fill %ld bytes in section %s of %s: '%s'" 23380 msgstr[0] "" 23381 msgstr[1] "" 23382 23383 #: write.c:1951 23384 msgid "unable to create reloc for build note" 23385 msgstr "" 23386 23387 #: write.c:1955 23388 msgid "<gnu build note>" 23389 msgstr "" 23390 23391 #: write.c:2368 23392 #, c-format 23393 msgid "%s: global symbols not supported in common sections" 23394 msgstr "" 23395 23396 #: write.c:2382 23397 #, c-format 23398 msgid "local label `%s' is not defined" 23399 msgstr "" 23400 23401 #: write.c:2410 23402 #, c-format 23403 msgid "can't make global register symbol `%s'" 23404 msgstr "" 23405 23406 #: write.c:2721 23407 #, c-format 23408 msgid "alignment padding (%lu byte) not a multiple of %ld" 23409 msgid_plural "alignment padding (%lu bytes) not a multiple of %ld" 23410 msgstr[0] "" 23411 msgstr[1] "" 23412 23413 #: write.c:2897 23414 #, c-format 23415 msgid ".word %s-%s+%s didn't fit" 23416 msgstr "" 23417 23418 #: write.c:2989 23419 msgid "padding added" 23420 msgstr "" 23421 23422 #: write.c:3040 23423 msgid "attempt to move .org backwards" 23424 msgstr "" 23425 23426 #: write.c:3065 23427 msgid ".space, .nops or .fill specifies non-absolute value" 23428 msgstr "" 23429 23430 #: write.c:3080 23431 msgid ".space, .nops or .fill with negative value, ignored" 23432 msgstr "" 23433 23434 #: write.c:3170 23435 #, c-format 23436 msgid "" 23437 "Infinite loop encountered whilst attempting to compute the addresses of " 23438 "symbols in section %s" 23439 msgstr "" 23440