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 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" 11"POT-Creation-Date: 2016-08-03 10:16+0200\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@li.org>\n" 15"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19 20#: app.c:490 app.c:504 21msgid "end of file in comment" 22msgstr "" 23 24#: app.c:582 app.c:629 25#, c-format 26msgid "end of file in string; '%c' inserted" 27msgstr "" 28 29#: app.c:655 30#, c-format 31msgid "unknown escape '\\%c' in string; ignored" 32msgstr "" 33 34#: app.c:828 input-scrub.c:365 35msgid "end of file not at end of a line; newline inserted" 36msgstr "" 37 38#: app.c:991 39msgid "end of file in multiline comment" 40msgstr "" 41 42#: app.c:1066 43msgid "end of file after a one-character quote; \\0 inserted" 44msgstr "" 45 46#: app.c:1074 47msgid "end of file in escape character" 48msgstr "" 49 50#: app.c:1086 51msgid "missing close quote; (assumed)" 52msgstr "" 53 54#: app.c:1155 app.c:1210 app.c:1222 app.c:1302 55msgid "end of file in comment; newline inserted" 56msgstr "" 57 58#: as.c:166 59msgid "missing emulation mode name" 60msgstr "" 61 62#: as.c:181 63#, c-format 64msgid "unrecognized emulation name `%s'" 65msgstr "" 66 67#: as.c:228 68#, c-format 69msgid "GNU assembler version %s (%s) using BFD version %s\n" 70msgstr "" 71 72#: as.c:240 73#, c-format 74msgid "Usage: %s [option...] [asmfile...]\n" 75msgstr "" 76 77#: as.c:242 78#, c-format 79msgid "" 80"Options:\n" 81" -a[sub-option...]\t turn on listings\n" 82" \t Sub-options [default hls]:\n" 83" \t c omit false conditionals\n" 84" \t d omit debugging directives\n" 85" \t g include general info\n" 86" \t h include high-level source\n" 87" \t l include assembly\n" 88" \t m include macro expansions\n" 89" \t n omit forms processing\n" 90" \t s include symbols\n" 91" \t =FILE list to FILE (must be last sub-option)\n" 92msgstr "" 93 94#: as.c:256 95#, c-format 96msgid " --alternate initially turn on alternate macro syntax\n" 97msgstr "" 98 99#: as.c:259 100#, c-format 101msgid "" 102" --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n" 103" compress DWARF debug sections using zlib " 104"[default]\n" 105msgstr "" 106 107#: as.c:262 108#, c-format 109msgid "" 110" --nocompress-debug-sections\n" 111" don't compress DWARF debug sections\n" 112msgstr "" 113 114#: as.c:266 115#, c-format 116msgid "" 117" --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n" 118" compress DWARF debug sections using zlib\n" 119msgstr "" 120 121#: as.c:269 122#, c-format 123msgid "" 124" --nocompress-debug-sections\n" 125" don't compress DWARF debug sections [default]\n" 126msgstr "" 127 128#: as.c:273 129#, c-format 130msgid " -D produce assembler debugging messages\n" 131msgstr "" 132 133#: as.c:275 134#, c-format 135msgid "" 136" --debug-prefix-map OLD=NEW\n" 137" map OLD to NEW in debug information\n" 138msgstr "" 139 140#: as.c:278 141#, c-format 142msgid " --defsym SYM=VAL define symbol SYM to given value\n" 143msgstr "" 144 145#: as.c:294 146#, c-format 147msgid " emulate output (default %s)\n" 148msgstr "" 149 150#: as.c:299 151#, c-format 152msgid " --execstack require executable stack for this object\n" 153msgstr "" 154 155#: as.c:301 156#, c-format 157msgid "" 158" --noexecstack don't require executable stack for this object\n" 159msgstr "" 160 161#: as.c:303 162#, c-format 163msgid "" 164" --size-check=[error|warning]\n" 165"\t\t\t ELF .size directive check (default --size-check=error)\n" 166msgstr "" 167 168#: as.c:306 169#, c-format 170msgid "" 171" --elf-stt-common=[no|yes]\n" 172" generate ELF common symbols with STT_COMMON type\n" 173msgstr "" 174 175#: as.c:309 176#, c-format 177msgid " --sectname-subst enable section name substitution sequences\n" 178msgstr "" 179 180#: as.c:312 181#, c-format 182msgid " -f skip whitespace and comment preprocessing\n" 183msgstr "" 184 185#: as.c:314 186#, c-format 187msgid " -g --gen-debug generate debugging information\n" 188msgstr "" 189 190#: as.c:316 191#, c-format 192msgid " --gstabs generate STABS debugging information\n" 193msgstr "" 194 195#: as.c:318 196#, c-format 197msgid "" 198" --gstabs+ generate STABS debug info with GNU extensions\n" 199msgstr "" 200 201#: as.c:320 202#, c-format 203msgid " --gdwarf-2 generate DWARF2 debugging information\n" 204msgstr "" 205 206#: as.c:322 207#, c-format 208msgid "" 209" --gdwarf-sections generate per-function section names for DWARF line " 210"information\n" 211msgstr "" 212 213#: as.c:324 214#, c-format 215msgid " --hash-size=<value> set the hash table size close to <value>\n" 216msgstr "" 217 218#: as.c:326 219#, c-format 220msgid " --help show this message and exit\n" 221msgstr "" 222 223#: as.c:328 224#, c-format 225msgid " --target-help show target specific options\n" 226msgstr "" 227 228#: as.c:330 229#, c-format 230msgid "" 231" -I DIR add DIR to search list for .include directives\n" 232msgstr "" 233 234#: as.c:332 235#, c-format 236msgid " -J don't warn about signed overflow\n" 237msgstr "" 238 239#: as.c:334 240#, c-format 241msgid "" 242" -K warn when differences altered for long " 243"displacements\n" 244msgstr "" 245 246#: as.c:336 247#, c-format 248msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n" 249msgstr "" 250 251#: as.c:338 252#, c-format 253msgid " -M,--mri assemble in MRI compatibility mode\n" 254msgstr "" 255 256#: as.c:340 257#, c-format 258msgid "" 259" --MD FILE write dependency information in FILE (default " 260"none)\n" 261msgstr "" 262 263#: as.c:342 264#, c-format 265msgid " -nocpp ignored\n" 266msgstr "" 267 268#: as.c:344 269#, c-format 270msgid "" 271" -no-pad-sections do not pad the end of sections to alignment " 272"boundaries\n" 273msgstr "" 274 275#: as.c:346 276#, c-format 277msgid "" 278" -o OBJFILE name the object-file output OBJFILE (default a." 279"out)\n" 280msgstr "" 281 282#: as.c:348 283#, c-format 284msgid " -R fold data section into text section\n" 285msgstr "" 286 287#: as.c:350 288#, c-format 289msgid "" 290" --reduce-memory-overheads \n" 291" prefer smaller memory use at the cost of longer\n" 292" assembly times\n" 293msgstr "" 294 295#: as.c:354 296#, c-format 297msgid "" 298" --statistics print various measured statistics from execution\n" 299msgstr "" 300 301#: as.c:356 302#, c-format 303msgid " --strip-local-absolute strip local absolute symbols\n" 304msgstr "" 305 306#: as.c:358 307#, c-format 308msgid "" 309" --traditional-format Use same format as native assembler when possible\n" 310msgstr "" 311 312#: as.c:360 313#, c-format 314msgid " --version print assembler version number and exit\n" 315msgstr "" 316 317#: as.c:362 318#, c-format 319msgid " -W --no-warn suppress warnings\n" 320msgstr "" 321 322#: as.c:364 323#, c-format 324msgid " --warn don't suppress warnings\n" 325msgstr "" 326 327#: as.c:366 328#, c-format 329msgid " --fatal-warnings treat warnings as errors\n" 330msgstr "" 331 332#: as.c:369 333#, c-format 334msgid "" 335" --itbl INSTTBL extend instruction set to include instructions\n" 336" matching the specifications defined in file " 337"INSTTBL\n" 338msgstr "" 339 340#: as.c:373 341#, c-format 342msgid " -w ignored\n" 343msgstr "" 344 345#: as.c:375 346#, c-format 347msgid " -X ignored\n" 348msgstr "" 349 350#: as.c:377 351#, c-format 352msgid " -Z generate object file even after errors\n" 353msgstr "" 354 355#: as.c:379 356#, c-format 357msgid "" 358" --listing-lhs-width set the width in words of the output data column " 359"of\n" 360" the listing\n" 361msgstr "" 362 363#: as.c:382 364#, c-format 365msgid "" 366" --listing-lhs-width2 set the width in words of the continuation lines\n" 367" of the output data column; ignored if smaller " 368"than\n" 369" the width of the first line\n" 370msgstr "" 371 372#: as.c:386 373#, c-format 374msgid "" 375" --listing-rhs-width set the max width in characters of the lines from\n" 376" the source file\n" 377msgstr "" 378 379#: as.c:389 380#, c-format 381msgid "" 382" --listing-cont-lines set the maximum number of continuation lines used\n" 383" for the output data column of the listing\n" 384msgstr "" 385 386#: as.c:392 387#, c-format 388msgid " @FILE read options from FILE\n" 389msgstr "" 390 391#: as.c:400 392#, c-format 393msgid "Report bugs to %s\n" 394msgstr "" 395 396#: as.c:620 397#, c-format 398msgid "unrecognized option -%c%s" 399msgstr "" 400 401#. This output is intended to follow the GNU standards document. 402#: as.c:662 403#, c-format 404msgid "GNU assembler %s\n" 405msgstr "" 406 407#: as.c:663 408#, c-format 409msgid "Copyright (C) 2016 Free Software Foundation, Inc.\n" 410msgstr "" 411 412#: as.c:664 413#, c-format 414msgid "" 415"This program is free software; you may redistribute it under the terms of\n" 416"the GNU General Public License version 3 or later.\n" 417"This program has absolutely no warranty.\n" 418msgstr "" 419 420#: as.c:669 421#, c-format 422msgid "" 423"This assembler was configured for a target of `%s' and default,\n" 424"cpu type `%s'.\n" 425msgstr "" 426 427#: as.c:673 428#, c-format 429msgid "This assembler was configured for a target of `%s'.\n" 430msgstr "" 431 432#: as.c:681 433msgid "multiple emulation names specified" 434msgstr "" 435 436#: as.c:683 437msgid "emulations not handled in this configuration" 438msgstr "" 439 440#: as.c:688 441#, c-format 442msgid "alias = %s\n" 443msgstr "" 444 445#: as.c:689 446#, c-format 447msgid "canonical = %s\n" 448msgstr "" 449 450#: as.c:690 451#, c-format 452msgid "cpu-type = %s\n" 453msgstr "" 454 455#: as.c:692 456#, c-format 457msgid "format = %s\n" 458msgstr "" 459 460#: as.c:695 461#, c-format 462msgid "bfd-target = %s\n" 463msgstr "" 464 465#: as.c:712 466#, c-format 467msgid "Invalid --compress-debug-sections option: `%s'" 468msgstr "" 469 470#: as.c:715 471#, c-format 472msgid "--compress-debug-sections=%s is unsupported" 473msgstr "" 474 475#: as.c:740 476msgid "bad defsym; format is --defsym name=value" 477msgstr "" 478 479#: as.c:760 480msgid "no file name following -t option" 481msgstr "" 482 483#: as.c:775 484#, c-format 485msgid "failed to read instruction table %s\n" 486msgstr "" 487 488#: as.c:891 489#, c-format 490msgid "Invalid --size-check= option: `%s'" 491msgstr "" 492 493#: as.c:900 494#, c-format 495msgid "Invalid --elf-stt-common= option: `%s'" 496msgstr "" 497 498#: as.c:973 499#, c-format 500msgid "invalid listing option `%c'" 501msgstr "" 502 503#: as.c:1026 504msgid "--hash-size needs a numeric argument" 505msgstr "" 506 507#: as.c:1051 508#, c-format 509msgid "%s: total time in assembly: %ld.%06ld\n" 510msgstr "" 511 512#: as.c:1054 513#, c-format 514msgid "%s: data size %ld\n" 515msgstr "" 516 517#: as.c:1338 518#, c-format 519msgid "%d warning" 520msgstr "" 521 522#: as.c:1340 523#, c-format 524msgid "%d warnings" 525msgstr "" 526 527#: as.c:1342 528#, c-format 529msgid "%d error" 530msgstr "" 531 532#: as.c:1344 533#, c-format 534msgid "%d errors" 535msgstr "" 536 537#: as.c:1349 538#, c-format 539msgid "%s, treating warnings as errors" 540msgstr "" 541 542#: as.c:1360 543#, c-format 544msgid "%s, %s, generating bad object file\n" 545msgstr "" 546 547#: as.h:174 548#, c-format 549msgid "Case value %ld unexpected at line %d of file \"%s\"\n" 550msgstr "" 551 552#. 553#. * We have a GROSS internal error. 554#. * This should never happen. 555#. 556#: atof-generic.c:418 config/tc-m68k.c:3581 557msgid "failed sanity check" 558msgstr "" 559 560#: cgen.c:107 config/tc-alpha.c:2098 config/tc-alpha.c:2122 561#: config/tc-arc.c:3891 config/tc-arc.c:3949 config/tc-d10v.c:550 562#: config/tc-d30v.c:537 config/tc-mn10200.c:1098 config/tc-mn10300.c:1752 563#: config/tc-ppc.c:2862 config/tc-ppc.c:3039 config/tc-ppc.c:3304 564#: config/tc-s390.c:1309 config/tc-s390.c:1432 config/tc-s390.c:1565 565#: config/tc-v850.c:2538 config/tc-v850.c:2609 config/tc-v850.c:2656 566#: config/tc-v850.c:2693 config/tc-v850.c:2730 config/tc-v850.c:2993 567msgid "too many fixups" 568msgstr "" 569 570#: cgen.c:372 cgen.c:392 config/tc-d10v.c:461 config/tc-d30v.c:453 571#: config/tc-i370.c:2124 config/tc-mn10200.c:1040 config/tc-mn10300.c:1677 572#: config/tc-ppc.c:2904 config/tc-s390.c:1280 config/tc-v850.c:2647 573#: config/tc-v850.c:2681 config/tc-v850.c:2721 config/tc-v850.c:2966 574#: config/tc-z80.c:445 575msgid "illegal operand" 576msgstr "" 577 578#: cgen.c:396 config/tc-avr.c:716 config/tc-d10v.c:463 config/tc-d30v.c:455 579#: config/tc-h8300.c:502 config/tc-i370.c:2126 config/tc-mcore.c:661 580#: config/tc-microblaze.c:603 config/tc-mmix.c:495 config/tc-mn10200.c:1043 581#: config/tc-mn10300.c:1680 config/tc-msp430.c:417 config/tc-ppc.c:2906 582#: config/tc-s390.c:1298 config/tc-sh.c:1385 config/tc-sh64.c:2214 583#: config/tc-v850.c:2651 config/tc-v850.c:2685 config/tc-v850.c:2725 584#: config/tc-v850.c:2969 config/tc-xgate.c:894 config/tc-z80.c:556 585#: config/tc-z8k.c:349 586msgid "missing operand" 587msgstr "" 588 589#: cgen.c:767 590msgid "a reloc on this operand implies an overflow" 591msgstr "" 592 593#: cgen.c:790 594msgid "operand mask overflow" 595msgstr "" 596 597#. We can't actually support subtracting a symbol. 598#: cgen.c:851 config/tc-arm.c:1748 config/tc-arm.c:10228 config/tc-arm.c:10280 599#: config/tc-arm.c:10537 config/tc-arm.c:11362 config/tc-arm.c:12498 600#: config/tc-arm.c:12538 config/tc-arm.c:12881 config/tc-arm.c:12922 601#: config/tc-avr.c:1339 config/tc-avr.c:1351 config/tc-avr.c:1615 602#: config/tc-cris.c:4067 config/tc-d10v.c:1507 config/tc-d30v.c:1912 603#: config/tc-mips.c:9117 config/tc-mips.c:10405 config/tc-mips.c:11661 604#: config/tc-mips.c:12320 config/tc-nds32.c:6557 config/tc-ppc.c:6497 605#: config/tc-spu.c:957 config/tc-spu.c:981 config/tc-tilegx.c:1485 606#: config/tc-tilepro.c:1346 config/tc-v850.c:3452 config/tc-vax.c:282 607#: config/tc-xstormy16.c:481 config/tc-xtensa.c:5932 config/tc-xtensa.c:12955 608msgid "expression too complex" 609msgstr "" 610 611#: cgen.c:950 config/tc-ppc.c:6838 config/tc-ppc.c:7066 config/tc-s390.c:2326 612#: config/tc-v850.c:3504 config/tc-xstormy16.c:538 613msgid "unresolved expression that must be resolved" 614msgstr "" 615 616#: cgen.c:975 config/tc-xstormy16.c:563 617#, c-format 618msgid "internal error: can't install fix for reloc type %d (`%s')" 619msgstr "" 620 621#: cgen.c:1026 config/tc-nios2.c:1361 622msgid "relocation is not supported" 623msgstr "" 624 625#: cond.c:82 626msgid "invalid identifier for \".ifdef\"" 627msgstr "" 628 629#: cond.c:149 630msgid "non-constant expression in \".if\" statement" 631msgstr "" 632 633#: cond.c:276 634msgid "bad format for ifc or ifnc" 635msgstr "" 636 637#: cond.c:306 638msgid "\".elseif\" without matching \".if\"" 639msgstr "" 640 641#: cond.c:310 642msgid "\".elseif\" after \".else\"" 643msgstr "" 644 645#: cond.c:313 cond.c:419 646msgid "here is the previous \".else\"" 647msgstr "" 648 649#: cond.c:316 cond.c:422 650msgid "here is the previous \".if\"" 651msgstr "" 652 653#: cond.c:345 654msgid "non-constant expression in \".elseif\" statement" 655msgstr "" 656 657#: cond.c:383 658msgid "\".endif\" without \".if\"" 659msgstr "" 660 661#: cond.c:412 662msgid "\".else\" without matching \".if\"" 663msgstr "" 664 665#: cond.c:416 666msgid "duplicate \".else\"" 667msgstr "" 668 669#: cond.c:467 670msgid ".ifeqs syntax error" 671msgstr "" 672 673#: cond.c:548 674msgid "end of macro inside conditional" 675msgstr "" 676 677#: cond.c:550 678msgid "end of file inside conditional" 679msgstr "" 680 681#: cond.c:553 682msgid "here is the start of the unterminated conditional" 683msgstr "" 684 685#: cond.c:557 686msgid "here is the \"else\" of the unterminated conditional" 687msgstr "" 688 689#: config/atof-ieee.c:139 690msgid "cannot create floating-point number" 691msgstr "" 692 693#: config/atof-ieee.c:286 694msgid "NaNs are not supported by this target\n" 695msgstr "" 696 697#: config/atof-ieee.c:325 config/atof-ieee.c:366 698msgid "Infinities are not supported by this target\n" 699msgstr "" 700 701#: config/atof-ieee.c:781 config/atof-vax.c:449 config/tc-arm.c:1135 702#: config/tc-ia64.c:11603 config/tc-tic30.c:1263 config/tc-tic4x.c:2588 703msgid "Unrecognized or unsupported floating point constant" 704msgstr "" 705 706#: config/obj-aout.c:81 707#, c-format 708msgid "Attempt to put a common symbol into set %s" 709msgstr "" 710 711#: config/obj-aout.c:85 712#, c-format 713msgid "Attempt to put an undefined symbol into set %s" 714msgstr "" 715 716#: config/obj-aout.c:112 config/obj-coff.c:1382 717#, c-format 718msgid "Symbol `%s' can not be both weak and common" 719msgstr "" 720 721#: config/obj-coff.c:135 dw2gencfi.c:333 722#, c-format 723msgid "Inserting \"%s\" into structure table failed: %s" 724msgstr "" 725 726#: config/obj-coff.c:214 config/obj-coff.c:1681 config/tc-ppc.c:5499 727#: config/tc-tic54x.c:3980 read.c:2959 728#, c-format 729msgid "error setting flags for \"%s\": %s" 730msgstr "" 731 732#. Zero is used as an end marker in the file. 733#: config/obj-coff.c:435 734msgid "Line numbers must be positive integers\n" 735msgstr "" 736 737#: config/obj-coff.c:467 738msgid ".ln pseudo-op inside .def/.endef: ignored." 739msgstr "" 740 741#: config/obj-coff.c:509 ecoff.c:3237 742msgid ".loc outside of .text" 743msgstr "" 744 745#: config/obj-coff.c:516 746msgid ".loc pseudo-op inside .def/.endef: ignored." 747msgstr "" 748 749#: config/obj-coff.c:596 750msgid ".def pseudo-op used inside of .def/.endef: ignored." 751msgstr "" 752 753#: config/obj-coff.c:629 754msgid ".endef pseudo-op used outside of .def/.endef: ignored." 755msgstr "" 756 757#: config/obj-coff.c:668 758#, c-format 759msgid "`%s' symbol without preceding function" 760msgstr "" 761 762#: config/obj-coff.c:755 763#, c-format 764msgid "unexpected storage class %d" 765msgstr "" 766 767#: config/obj-coff.c:863 768msgid ".dim pseudo-op used outside of .def/.endef: ignored." 769msgstr "" 770 771#: config/obj-coff.c:883 772msgid "badly formed .dim directive ignored" 773msgstr "" 774 775#: config/obj-coff.c:932 776msgid ".size pseudo-op used outside of .def/.endef ignored." 777msgstr "" 778 779#: config/obj-coff.c:947 780msgid ".scl pseudo-op used outside of .def/.endef ignored." 781msgstr "" 782 783#: config/obj-coff.c:964 784msgid ".tag pseudo-op used outside of .def/.endef ignored." 785msgstr "" 786 787#: config/obj-coff.c:981 788#, c-format 789msgid "tag not found for .tag %s" 790msgstr "" 791 792#: config/obj-coff.c:994 793msgid ".type pseudo-op used outside of .def/.endef ignored." 794msgstr "" 795 796#: config/obj-coff.c:1013 797msgid ".val pseudo-op used outside of .def/.endef ignored." 798msgstr "" 799 800#: config/obj-coff.c:1160 801msgid "badly formed .weak directive ignored" 802msgstr "" 803 804#: config/obj-coff.c:1338 805msgid "mismatched .eb" 806msgstr "" 807 808#: config/obj-coff.c:1361 809#, c-format 810msgid "C_EFCN symbol for %s out of scope" 811msgstr "" 812 813#: config/obj-coff.c:1415 814#, c-format 815msgid "Warning: internal error: forgetting to set endndx of %s" 816msgstr "" 817 818#. STYP_INFO 819#. STYP_LIB 820#. STYP_OVER 821#: config/obj-coff.c:1646 822#, c-format 823msgid "unsupported section attribute '%c'" 824msgstr "" 825 826#: config/obj-coff.c:1650 config/tc-ppc.c:5481 827#, c-format 828msgid "unknown section attribute '%c'" 829msgstr "" 830 831#: config/obj-coff.c:1693 config/obj-macho.c:267 832#, c-format 833msgid "Ignoring changed section attributes for %s" 834msgstr "" 835 836#: config/obj-coff.c:1831 837#, c-format 838msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" 839msgstr "" 840 841#: config/obj-ecoff.c:124 842msgid "Can't set GP value" 843msgstr "" 844 845#: config/obj-ecoff.c:131 846msgid "Can't set register masks" 847msgstr "" 848 849#: config/obj-elf.c:343 config/tc-sparc.c:4396 config/tc-v850.c:511 850#, c-format 851msgid "bad .common segment %s" 852msgstr "" 853 854#: config/obj-elf.c:419 855msgid "Missing symbol name in directive" 856msgstr "" 857 858#: config/obj-elf.c:627 859#, c-format 860msgid "setting incorrect section type for %s" 861msgstr "" 862 863#: config/obj-elf.c:632 864#, c-format 865msgid "ignoring incorrect section type for %s" 866msgstr "" 867 868#: config/obj-elf.c:683 869#, c-format 870msgid "setting incorrect section attributes for %s" 871msgstr "" 872 873#: config/obj-elf.c:739 874#, c-format 875msgid "ignoring changed section type for %s" 876msgstr "" 877 878#: config/obj-elf.c:751 879#, c-format 880msgid "ignoring changed section attributes for %s" 881msgstr "" 882 883#: config/obj-elf.c:758 884#, c-format 885msgid "ignoring changed section entity size for %s" 886msgstr "" 887 888#: config/obj-elf.c:818 889msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T or number" 890msgstr "" 891 892#: config/obj-elf.c:878 893msgid "extraneous characters at end of numeric section type" 894msgstr "" 895 896#: config/obj-elf.c:884 read.c:2943 897msgid "unrecognized section type" 898msgstr "" 899 900#: config/obj-elf.c:916 901msgid "unrecognized section attribute" 902msgstr "" 903 904#: config/obj-elf.c:947 config/tc-alpha.c:4207 905msgid "missing name" 906msgstr "" 907 908#: config/obj-elf.c:1106 909msgid "invalid merge entity size" 910msgstr "" 911 912#: config/obj-elf.c:1113 913msgid "entity size for SHF_MERGE not specified" 914msgstr "" 915 916#: config/obj-elf.c:1119 917msgid "? section flag ignored with G present" 918msgstr "" 919 920#: config/obj-elf.c:1143 921msgid "group name for SHF_GROUP not specified" 922msgstr "" 923 924#: config/obj-elf.c:1166 925msgid "character following name is not '#'" 926msgstr "" 927 928#: config/obj-elf.c:1285 929msgid ".previous without corresponding .section; ignored" 930msgstr "" 931 932#: config/obj-elf.c:1311 933msgid ".popsection without corresponding .pushsection; ignored" 934msgstr "" 935 936#: config/obj-elf.c:1357 937msgid "expected comma after name in .symver" 938msgstr "" 939 940#: config/obj-elf.c:1380 941#, c-format 942msgid "missing version name in `%s' for symbol `%s'" 943msgstr "" 944 945#: config/obj-elf.c:1391 946#, c-format 947msgid "multiple versions [`%s'|`%s'] for symbol `%s'" 948msgstr "" 949 950#: config/obj-elf.c:1427 951#, c-format 952msgid "expected `%s' to have already been set for .vtable_inherit" 953msgstr "" 954 955#: config/obj-elf.c:1437 956msgid "expected comma after name in .vtable_inherit" 957msgstr "" 958 959#: config/obj-elf.c:1489 960msgid "expected comma after name in .vtable_entry" 961msgstr "" 962 963#: config/obj-elf.c:1619 964#, c-format 965msgid "Attribute name not recognised: %s" 966msgstr "" 967 968#: config/obj-elf.c:1636 969msgid "expected numeric constant" 970msgstr "" 971 972#: config/obj-elf.c:1645 config/tc-arm.c:6436 973msgid "expected comma" 974msgstr "" 975 976#: config/obj-elf.c:1678 977msgid "bad string constant" 978msgstr "" 979 980#: config/obj-elf.c:1682 981msgid "expected <tag> , <value>" 982msgstr "" 983 984#: config/obj-elf.c:1801 985msgid "expected quoted string" 986msgstr "" 987 988#: config/obj-elf.c:1821 989#, c-format 990msgid "expected comma after name `%s' in .size directive" 991msgstr "" 992 993#: config/obj-elf.c:1830 994msgid "missing expression in .size directive" 995msgstr "" 996 997#: config/obj-elf.c:1953 998#, c-format 999msgid "symbol '%s' is already defined" 1000msgstr "" 1001 1002#: config/obj-elf.c:1974 1003#, c-format 1004msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets" 1005msgstr "" 1006 1007#: config/obj-elf.c:1986 1008#, c-format 1009msgid "symbol type \"%s\" is supported only by GNU targets" 1010msgstr "" 1011 1012#: config/obj-elf.c:1997 1013#, c-format 1014msgid "unrecognized symbol type \"%s\"" 1015msgstr "" 1016 1017#: config/obj-elf.c:2164 config/obj-elf.c:2167 1018#, c-format 1019msgid ".size expression for %s does not evaluate to a constant" 1020msgstr "" 1021 1022#: config/obj-elf.c:2201 1023#, c-format 1024msgid "" 1025"invalid attempt to declare external version name as default in symbol `%s'" 1026msgstr "" 1027 1028#: config/obj-elf.c:2263 ecoff.c:3592 1029#, c-format 1030msgid "symbol `%s' can not be both weak and common" 1031msgstr "" 1032 1033#: config/obj-elf.c:2378 1034#, c-format 1035msgid "assuming all members of group `%s' are COMDAT" 1036msgstr "" 1037 1038#: config/obj-elf.c:2390 1039#, c-format 1040msgid "can't create group: %s" 1041msgstr "" 1042 1043#: config/obj-elf.c:2528 1044#, c-format 1045msgid "failed to set up debugging information: %s" 1046msgstr "" 1047 1048#: config/obj-elf.c:2548 1049#, c-format 1050msgid "can't start writing .mdebug section: %s" 1051msgstr "" 1052 1053#: config/obj-elf.c:2556 1054#, c-format 1055msgid "could not write .mdebug section: %s" 1056msgstr "" 1057 1058#: config/obj-evax.c:127 1059#, c-format 1060msgid "no entry symbol for global function '%s'" 1061msgstr "" 1062 1063#. make a temp string. 1064#: config/obj-macho.c:119 1065#, c-format 1066msgid "the %s name '%s' is too long (maximum 16 characters)" 1067msgstr "" 1068 1069#: config/obj-macho.c:130 1070#, c-format 1071msgid "expected a %s name followed by a `,'" 1072msgstr "" 1073 1074#: config/obj-macho.c:195 1075#, c-format 1076msgid "cannot overide zerofill section type for `%s,%s'" 1077msgstr "" 1078 1079#: config/obj-macho.c:249 1080#, c-format 1081msgid "failed to set flags for \"%s\": %s" 1082msgstr "" 1083 1084#: config/obj-macho.c:340 1085#, c-format 1086msgid "unknown or invalid section type '%s'" 1087msgstr "" 1088 1089#: config/obj-macho.c:379 1090#, c-format 1091msgid "unknown or invalid section attribute '%s'" 1092msgstr "" 1093 1094#: config/obj-macho.c:400 1095msgid "unexpected section size information" 1096msgstr "" 1097 1098#: config/obj-macho.c:412 1099msgid "missing sizeof_stub expression" 1100msgstr "" 1101 1102#: config/obj-macho.c:476 config/tc-ia64.c:1083 config/tc-ia64.c:11765 1103#: config/tc-score.c:6103 read.c:1714 1104msgid "expected symbol name" 1105msgstr "" 1106 1107#: config/obj-macho.c:489 read.c:493 1108msgid "bad or irreducible absolute expression" 1109msgstr "" 1110 1111#: config/obj-macho.c:495 config/tc-score.c:6120 read.c:1752 1112msgid "missing size expression" 1113msgstr "" 1114 1115#: config/obj-macho.c:504 config/tc-ia64.c:1118 read.c:1758 1116#, c-format 1117msgid "size (%ld) out of range, ignored" 1118msgstr "" 1119 1120#: config/obj-macho.c:514 config/tc-score.c:6264 ecoff.c:3351 read.c:1770 1121#: read.c:1875 read.c:2626 read.c:3257 read.c:3627 symbols.c:339 symbols.c:435 1122#, c-format 1123msgid "symbol `%s' is already defined" 1124msgstr "" 1125 1126#: config/obj-macho.c:524 read.c:1785 1127#, c-format 1128msgid "size of \"%s\" is already %ld; not changing to %ld" 1129msgstr "" 1130 1131#: config/obj-macho.c:535 1132msgid "align value not recognized, using size" 1133msgstr "" 1134 1135#: config/obj-macho.c:540 config/obj-macho.c:903 1136#, c-format 1137msgid "Alignment (%lu) too large: 15 assumed." 1138msgstr "" 1139 1140#: config/obj-macho.c:606 1141#, c-format 1142msgid "BFD is out of sync with GAS, unhandled well-known section type `%s'" 1143msgstr "" 1144 1145#: config/obj-macho.c:808 1146#, c-format 1147msgid "%s is not used for the selected target" 1148msgstr "" 1149 1150#: config/obj-macho.c:873 1151msgid "internal error: base section index out of range" 1152msgstr "" 1153 1154#: config/obj-macho.c:959 1155#, c-format 1156msgid "internal error: bad file property ID %d" 1157msgstr "" 1158 1159#: config/obj-macho.c:967 1160msgid "failed to set subsections by symbols" 1161msgstr "" 1162 1163#: config/obj-macho.c:1030 1164#, c-format 1165msgid "'%s' previously declared as '%s'." 1166msgstr "" 1167 1168#: config/obj-macho.c:1082 config/obj-macho.c:1402 config/obj-macho.c:1486 1169#, c-format 1170msgid "" 1171"'%s' can't be a weak_definition (currently only supported in sections of " 1172"type coalesced)" 1173msgstr "" 1174 1175#: config/obj-macho.c:1167 1176msgid "use of .indirect_symbols requires `-dynamic'" 1177msgstr "" 1178 1179#: config/obj-macho.c:1184 1180#, c-format 1181msgid "" 1182"attempt to add an indirect_symbol to a stub or reference section with a zero-" 1183"sized element at %s" 1184msgstr "" 1185 1186#: config/obj-macho.c:1214 1187msgid "an .indirect_symbol must be in a symbol pointer or stub section." 1188msgstr "" 1189 1190#: config/obj-macho.c:1483 1191#, c-format 1192msgid "'%s' can't be a weak_definition (since it is undefined)" 1193msgstr "" 1194 1195#: config/obj-macho.c:1489 1196#, c-format 1197msgid "Non-global symbol: '%s' can't be a weak_definition." 1198msgstr "" 1199 1200#: config/obj-macho.c:1495 1201#, c-format 1202msgid "internal error: [%s] unexpected code [%lx] in frob symbol" 1203msgstr "" 1204 1205#: config/obj-macho.c:1536 1206#, c-format 1207msgid "unrecognized stab type '%c'" 1208msgstr "" 1209 1210#: config/obj-macho.c:1587 1211#, c-format 1212msgid "`%s' can't be undefined in `%s' - `%s' {%s section}" 1213msgstr "" 1214 1215#: config/obj-macho.c:1595 1216#, c-format 1217msgid "`%s' can't be undefined in `%s' {%s section} - `%s'" 1218msgstr "" 1219 1220#: config/obj-macho.c:1602 1221#, c-format 1222msgid "`%s' and `%s' can't be undefined in `%s' - `%s'" 1223msgstr "" 1224 1225#: config/obj-macho.c:1804 1226#, c-format 1227msgid "" 1228"the number of .indirect_symbols defined in section %s does not match the " 1229"number expected (%d defined, %d expected)" 1230msgstr "" 1231 1232#: config/obj-macho.c:1817 1233#, c-format 1234msgid "internal error: failed to allocate %d indirectsymbol pointers" 1235msgstr "" 1236 1237#: config/obj-som.c:56 1238msgid "Only one .compiler pseudo-op per file!" 1239msgstr "" 1240 1241#: config/obj-som.c:73 config/obj-som.c:144 config/obj-som.c:186 1242msgid "Expected quoted string" 1243msgstr "" 1244 1245#: config/obj-som.c:86 1246msgid ".compiler directive missing language and version" 1247msgstr "" 1248 1249#: config/obj-som.c:96 1250msgid ".compiler directive missing version" 1251msgstr "" 1252 1253#: config/obj-som.c:112 1254#, c-format 1255msgid "FATAL: Attaching compiler header %s" 1256msgstr "" 1257 1258#: config/obj-som.c:127 1259msgid "Only one .version pseudo-op per file!" 1260msgstr "" 1261 1262#: config/obj-som.c:151 1263#, c-format 1264msgid "attaching version header %s: %s" 1265msgstr "" 1266 1267#: config/obj-som.c:169 1268msgid "Only one .copyright pseudo-op per file!" 1269msgstr "" 1270 1271#: config/obj-som.c:193 1272#, c-format 1273msgid "attaching copyright header %s: %s" 1274msgstr "" 1275 1276#: config/tc-aarch64.c:339 1277msgid "integer 32-bit register expected" 1278msgstr "" 1279 1280#: config/tc-aarch64.c:342 1281msgid "integer 64-bit register expected" 1282msgstr "" 1283 1284#: config/tc-aarch64.c:345 1285msgid "integer register expected" 1286msgstr "" 1287 1288#: config/tc-aarch64.c:348 1289msgid "integer, zero or SP register expected" 1290msgstr "" 1291 1292#: config/tc-aarch64.c:351 1293msgid "8-bit SIMD scalar register expected" 1294msgstr "" 1295 1296#: config/tc-aarch64.c:354 1297msgid "16-bit SIMD scalar or floating-point half precision register expected" 1298msgstr "" 1299 1300#: config/tc-aarch64.c:358 1301msgid "32-bit SIMD scalar or floating-point single precision register expected" 1302msgstr "" 1303 1304#: config/tc-aarch64.c:362 1305msgid "64-bit SIMD scalar or floating-point double precision register expected" 1306msgstr "" 1307 1308#: config/tc-aarch64.c:366 1309msgid "128-bit SIMD scalar or floating-point quad precision register expected" 1310msgstr "" 1311 1312#: config/tc-aarch64.c:370 1313msgid "C0 - C15 expected" 1314msgstr "" 1315 1316#: config/tc-aarch64.c:373 config/tc-arm.c:4371 1317msgid "register expected" 1318msgstr "" 1319 1320#. any [BHSDQ]P FP 1321#: config/tc-aarch64.c:376 1322msgid "SIMD scalar or floating-point register expected" 1323msgstr "" 1324 1325#. any V reg 1326#: config/tc-aarch64.c:379 1327msgid "vector register expected" 1328msgstr "" 1329 1330#: config/tc-aarch64.c:382 1331#, c-format 1332msgid "invalid register type %d" 1333msgstr "" 1334 1335#. Define some common error messages. 1336#: config/tc-aarch64.c:394 1337msgid "SP not allowed here" 1338msgstr "" 1339 1340#: config/tc-aarch64.c:545 config/tc-aarch64.c:547 config/tc-arm.c:1044 1341#: config/tc-score.c:6514 expr.c:1354 read.c:2608 1342msgid "bad expression" 1343msgstr "" 1344 1345#: config/tc-aarch64.c:557 config/tc-arm.c:1055 config/tc-i860.c:1003 1346#: config/tc-sparc.c:3301 1347msgid "bad segment" 1348msgstr "" 1349 1350#: config/tc-aarch64.c:768 1351#, c-format 1352msgid "bad size %d in vector width specifier" 1353msgstr "" 1354 1355#: config/tc-aarch64.c:801 1356#, c-format 1357msgid "unexpected character `%c' in element size" 1358msgstr "" 1359 1360#: config/tc-aarch64.c:803 1361msgid "missing element size" 1362msgstr "" 1363 1364#: config/tc-aarch64.c:810 1365#, c-format 1366msgid "invalid element size %d and vector size combination %c" 1367msgstr "" 1368 1369#: config/tc-aarch64.c:837 config/tc-arm.c:1440 1370msgid "vector type expected" 1371msgstr "" 1372 1373#: config/tc-aarch64.c:918 1374msgid "this type of register can't be indexed" 1375msgstr "" 1376 1377#: config/tc-aarch64.c:924 1378msgid "index not allowed inside register list" 1379msgstr "" 1380 1381#: config/tc-aarch64.c:934 config/tc-aarch64.c:1880 config/tc-aarch64.c:2068 1382#: config/tc-arm.c:1545 config/tc-arm.c:3651 config/tc-arm.c:4767 1383msgid "constant expression required" 1384msgstr "" 1385 1386#. Indexed vector register expected. 1387#: config/tc-aarch64.c:946 1388msgid "indexed vector register expected" 1389msgstr "" 1390 1391#: config/tc-aarch64.c:953 1392msgid "invalid use of vector register" 1393msgstr "" 1394 1395#: config/tc-aarch64.c:1043 config/tc-arm.c:1809 1396msgid "expecting {" 1397msgstr "" 1398 1399#: config/tc-aarch64.c:1068 1400msgid "invalid vector register in list" 1401msgstr "" 1402 1403#: config/tc-aarch64.c:1075 1404msgid "invalid scalar register in list" 1405msgstr "" 1406 1407#: config/tc-aarch64.c:1088 1408msgid "invalid range in vector register list" 1409msgstr "" 1410 1411#: config/tc-aarch64.c:1101 1412msgid "type mismatch in vector register list" 1413msgstr "" 1414 1415#: config/tc-aarch64.c:1118 1416msgid "end of vector register list not found" 1417msgstr "" 1418 1419#: config/tc-aarch64.c:1134 1420msgid "constant expression required." 1421msgstr "" 1422 1423#: config/tc-aarch64.c:1144 1424msgid "expected index" 1425msgstr "" 1426 1427#: config/tc-aarch64.c:1151 1428msgid "too many registers in vector register list" 1429msgstr "" 1430 1431#: config/tc-aarch64.c:1156 1432msgid "empty vector register list" 1433msgstr "" 1434 1435#: config/tc-aarch64.c:1178 config/tc-arm.c:2195 1436#, c-format 1437msgid "ignoring attempt to redefine built-in register '%s'" 1438msgstr "" 1439 1440#: config/tc-aarch64.c:1184 config/tc-arm.c:2200 1441#, c-format 1442msgid "ignoring redefinition of register alias '%s'" 1443msgstr "" 1444 1445#: config/tc-aarch64.c:1230 config/tc-arm.c:2266 1446#, c-format 1447msgid "unknown register '%s' -- .req ignored" 1448msgstr "" 1449 1450#: config/tc-aarch64.c:1288 config/tc-arm.c:2474 1451msgid "invalid syntax for .req directive" 1452msgstr "" 1453 1454#: config/tc-aarch64.c:1313 config/tc-arm.c:2512 1455msgid "invalid syntax for .unreq directive" 1456msgstr "" 1457 1458#: config/tc-aarch64.c:1319 config/tc-arm.c:2519 1459#, c-format 1460msgid "unknown register alias '%s'" 1461msgstr "" 1462 1463#: config/tc-aarch64.c:1321 1464#, c-format 1465msgid "ignoring attempt to undefine built-in register '%s'" 1466msgstr "" 1467 1468#: config/tc-aarch64.c:1645 config/tc-arm.c:3265 config/tc-arm.c:3292 1469#: config/tc-arm.c:3305 1470msgid "literal pool overflow" 1471msgstr "" 1472 1473#: config/tc-aarch64.c:1827 config/tc-aarch64.c:5460 config/tc-arm.c:3526 1474#: config/tc-arm.c:6942 1475msgid "unrecognized relocation suffix" 1476msgstr "" 1477 1478#: config/tc-aarch64.c:1829 1479msgid "unimplemented relocation suffix" 1480msgstr "" 1481 1482#: config/tc-aarch64.c:2037 config/tc-aarch64.c:2271 1483msgid "immediate operand required" 1484msgstr "" 1485 1486#: config/tc-aarch64.c:2045 1487msgid "missing immediate expression" 1488msgstr "" 1489 1490#: config/tc-aarch64.c:2251 config/tc-aarch64.c:5311 1491msgid "invalid floating-point constant" 1492msgstr "" 1493 1494#: config/tc-aarch64.c:2878 config/tc-arm.c:5102 config/tc-arm.c:5111 1495msgid "shift expression expected" 1496msgstr "" 1497 1498#: config/tc-aarch64.c:2886 1499msgid "shift operator expected" 1500msgstr "" 1501 1502#: config/tc-aarch64.c:2894 1503msgid "invalid use of 'MSL'" 1504msgstr "" 1505 1506#: config/tc-aarch64.c:2903 1507msgid "extending shift is not permitted" 1508msgstr "" 1509 1510#: config/tc-aarch64.c:2911 1511msgid "'ROR' shift is not permitted" 1512msgstr "" 1513 1514#: config/tc-aarch64.c:2919 1515msgid "only 'LSL' shift is permitted" 1516msgstr "" 1517 1518#: config/tc-aarch64.c:2929 1519msgid "invalid shift for the register offset addressing mode" 1520msgstr "" 1521 1522#: config/tc-aarch64.c:2937 1523msgid "invalid shift operator" 1524msgstr "" 1525 1526#: config/tc-aarch64.c:2966 1527msgid "missing shift amount" 1528msgstr "" 1529 1530#: config/tc-aarch64.c:2973 1531msgid "constant shift amount required" 1532msgstr "" 1533 1534#: config/tc-aarch64.c:2978 1535msgid "shift amount out of range 0 to 63" 1536msgstr "" 1537 1538#: config/tc-aarch64.c:3027 1539msgid "unexpected shift operator" 1540msgstr "" 1541 1542#: config/tc-aarch64.c:3063 1543msgid "unexpected register in the immediate operand" 1544msgstr "" 1545 1546#: config/tc-aarch64.c:3088 1547msgid "integer register expected in the extended/shifted operand register" 1548msgstr "" 1549 1550#: config/tc-aarch64.c:3123 config/tc-aarch64.c:3235 config/tc-aarch64.c:3354 1551#: config/tc-aarch64.c:3494 config/tc-aarch64.c:3535 1552msgid "unknown relocation modifier" 1553msgstr "" 1554 1555#: config/tc-aarch64.c:3130 config/tc-aarch64.c:3254 config/tc-aarch64.c:3361 1556#: config/tc-aarch64.c:3501 config/tc-aarch64.c:3542 1557msgid "this relocation modifier is not allowed on this instruction" 1558msgstr "" 1559 1560#: config/tc-aarch64.c:3262 config/tc-aarch64.c:3372 1561msgid "invalid relocation expression" 1562msgstr "" 1563 1564#: config/tc-aarch64.c:3280 1565msgid "invalid address" 1566msgstr "" 1567 1568#: config/tc-aarch64.c:3332 1569msgid "invalid use of 32-bit register offset" 1570msgstr "" 1571 1572#: config/tc-aarch64.c:3338 1573msgid "invalid use of 64-bit register offset" 1574msgstr "" 1575 1576#. [Xn],#expr 1577#: config/tc-aarch64.c:3383 config/tc-aarch64.c:3435 1578msgid "invalid expression in the address" 1579msgstr "" 1580 1581#: config/tc-aarch64.c:3392 config/tc-arm.c:5637 config/tc-arm.c:6214 1582msgid "']' expected" 1583msgstr "" 1584 1585#: config/tc-aarch64.c:3400 1586msgid "register offset not allowed in pre-indexed addressing mode" 1587msgstr "" 1588 1589#: config/tc-aarch64.c:3415 config/tc-arm.c:5673 1590msgid "cannot combine pre- and post-indexing" 1591msgstr "" 1592 1593#: config/tc-aarch64.c:3426 1594msgid "invalid 32-bit register offset" 1595msgstr "" 1596 1597#. Reject [Rn]! 1598#: config/tc-aarch64.c:3447 1599msgid "missing offset in the pre-indexed address" 1600msgstr "" 1601 1602#: config/tc-aarch64.c:3622 1603msgid "unknown or missing option to PSB" 1604msgstr "" 1605 1606#: config/tc-aarch64.c:3630 1607msgid "the specified option is not accepted for PSB" 1608msgstr "" 1609 1610#: config/tc-aarch64.c:3687 1611#, c-format 1612msgid "selected processor does not support PSTATE field name '%s'" 1613msgstr "" 1614 1615#: config/tc-aarch64.c:3690 config/tc-aarch64.c:3723 1616#, c-format 1617msgid "selected processor does not support system register name '%s'" 1618msgstr "" 1619 1620#: config/tc-aarch64.c:3693 1621#, c-format 1622msgid "" 1623"system register name '%s' is deprecated and may be removed in a future " 1624"release" 1625msgstr "" 1626 1627#: config/tc-aarch64.c:3769 1628msgid "immediate value out of range " 1629msgstr "" 1630 1631#: config/tc-aarch64.c:4274 1632#, c-format 1633msgid "Info: " 1634msgstr "" 1635 1636#: config/tc-aarch64.c:4307 config/tc-score.c:2750 config/tc-score.c:6503 1637#, c-format 1638msgid "%s -- `%s'" 1639msgstr "" 1640 1641#: config/tc-aarch64.c:4309 1642#, c-format 1643msgid "%s at operand %d -- `%s'" 1644msgstr "" 1645 1646#: config/tc-aarch64.c:4315 1647#, c-format 1648msgid "operand %d should be %s -- `%s'" 1649msgstr "" 1650 1651#: config/tc-aarch64.c:4321 1652#, c-format 1653msgid "operand mismatch -- `%s'" 1654msgstr "" 1655 1656#. Print the hint. 1657#: config/tc-aarch64.c:4381 1658msgid " did you mean this?" 1659msgstr "" 1660 1661#: config/tc-aarch64.c:4384 config/tc-aarch64.c:4411 1662#, c-format 1663msgid " %s" 1664msgstr "" 1665 1666#: config/tc-aarch64.c:4389 1667msgid " other valid variant(s):" 1668msgstr "" 1669 1670#: config/tc-aarch64.c:4419 1671#, c-format 1672msgid "%s out of range %d to %d at operand %d -- `%s'" 1673msgstr "" 1674 1675#: config/tc-aarch64.c:4420 config/tc-aarch64.c:4424 config/tc-aarch64.c:5825 1676msgid "immediate value" 1677msgstr "" 1678 1679#: config/tc-aarch64.c:4423 1680#, c-format 1681msgid "%s expected to be %d at operand %d -- `%s'" 1682msgstr "" 1683 1684#: config/tc-aarch64.c:4430 1685#, c-format 1686msgid "" 1687"invalid number of registers in the list; only 1 register is expected at " 1688"operand %d -- `%s'" 1689msgstr "" 1690 1691#: config/tc-aarch64.c:4434 1692#, c-format 1693msgid "" 1694"invalid number of registers in the list; %d registers are expected at " 1695"operand %d -- `%s'" 1696msgstr "" 1697 1698#: config/tc-aarch64.c:4440 1699#, c-format 1700msgid "immediate value should be a multiple of %d at operand %d -- `%s'" 1701msgstr "" 1702 1703#: config/tc-aarch64.c:4713 1704msgid "bad vector arrangement type" 1705msgstr "" 1706 1707#: config/tc-aarch64.c:4818 1708msgid "the specified relocation type is not allowed for MOVK" 1709msgstr "" 1710 1711#: config/tc-aarch64.c:4860 config/tc-aarch64.c:4870 1712msgid "the specified relocation type is not allowed for 32-bit register" 1713msgstr "" 1714 1715#: config/tc-aarch64.c:5033 1716msgid "comma expected between operands" 1717msgstr "" 1718 1719#: config/tc-aarch64.c:5127 1720msgid "the top half of a 128-bit FP/SIMD register is expected" 1721msgstr "" 1722 1723#: config/tc-aarch64.c:5165 config/tc-arm.c:1878 config/tc-arm.c:1923 1724#: config/tc-h8300.c:1048 1725msgid "invalid register list" 1726msgstr "" 1727 1728#: config/tc-aarch64.c:5230 config/tc-aarch64.c:5251 1729msgid "immediate zero expected" 1730msgstr "" 1731 1732#: config/tc-aarch64.c:5325 1733msgid "shift not allowed for bitmask immediate" 1734msgstr "" 1735 1736#: config/tc-aarch64.c:5379 1737msgid "can't mix relocation modifier with explicit shift" 1738msgstr "" 1739 1740#: config/tc-aarch64.c:5422 1741msgid "invalid condition" 1742msgstr "" 1743 1744#: config/tc-aarch64.c:5447 1745msgid "invalid pc-relative address" 1746msgstr "" 1747 1748#. Only permit "=value" in the literal load instructions. 1749#. The literal will be generated by programmer_friendly_fixup. 1750#: config/tc-aarch64.c:5455 1751msgid "invalid use of \"=immediate\"" 1752msgstr "" 1753 1754#: config/tc-aarch64.c:5521 1755msgid "the optional immediate offset can only be 0" 1756msgstr "" 1757 1758#: config/tc-aarch64.c:5536 config/tc-aarch64.c:5554 config/tc-aarch64.c:5571 1759#: config/tc-aarch64.c:5590 config/tc-aarch64.c:5609 1760msgid "invalid addressing mode" 1761msgstr "" 1762 1763#: config/tc-aarch64.c:5576 1764msgid "relocation not allowed" 1765msgstr "" 1766 1767#: config/tc-aarch64.c:5619 1768msgid "writeback value should be an immediate constant" 1769msgstr "" 1770 1771#: config/tc-aarch64.c:5630 1772msgid "unknown or missing system register name" 1773msgstr "" 1774 1775#: config/tc-aarch64.c:5640 1776msgid "unknown or missing PSTATE field name" 1777msgstr "" 1778 1779#: config/tc-aarch64.c:5664 1780msgid "unknown or missing operation name" 1781msgstr "" 1782 1783#: config/tc-aarch64.c:5677 1784msgid "the specified option is not accepted in ISB" 1785msgstr "" 1786 1787#: config/tc-aarch64.c:5703 config/tc-aarch64.c:6812 config/tc-arm.c:7157 1788#, c-format 1789msgid "unhandled operand code %d" 1790msgstr "" 1791 1792#: config/tc-aarch64.c:5745 1793msgid "unexpected comma before the omitted optional operand" 1794msgstr "" 1795 1796#: config/tc-aarch64.c:5773 1797msgid "unexpected characters following instruction" 1798msgstr "" 1799 1800#: config/tc-aarch64.c:5851 config/tc-arm.c:5213 config/tc-arm.c:5772 1801#: config/tc-arm.c:7886 1802msgid "constant expression expected" 1803msgstr "" 1804 1805#: config/tc-aarch64.c:5858 1806msgid "literal pool insertion failed" 1807msgstr "" 1808 1809#: config/tc-aarch64.c:5926 config/tc-aarch64.c:5938 1810#, c-format 1811msgid "unpredictable transfer with writeback -- `%s'" 1812msgstr "" 1813 1814#: config/tc-aarch64.c:5942 1815#, c-format 1816msgid "unpredictable load of register pair -- `%s'" 1817msgstr "" 1818 1819#: config/tc-aarch64.c:6019 1820#, c-format 1821msgid "unknown mnemonic `%s' -- `%s'" 1822msgstr "" 1823 1824#: config/tc-aarch64.c:6027 1825#, c-format 1826msgid "unexpected comma after the mnemonic name `%s' -- `%s'" 1827msgstr "" 1828 1829#: config/tc-aarch64.c:6085 1830#, c-format 1831msgid "selected processor does not support `%s'" 1832msgstr "" 1833 1834#: config/tc-aarch64.c:6476 config/tc-arm.c:22369 1835msgid "GOT already in the symbol table" 1836msgstr "" 1837 1838#: config/tc-aarch64.c:6638 1839msgid "immediate cannot be moved by a single instruction" 1840msgstr "" 1841 1842#: config/tc-aarch64.c:6681 config/tc-aarch64.c:6726 config/tc-aarch64.c:6752 1843#: config/tc-arm.c:15268 config/tc-arm.c:15295 config/tc-arm.c:15937 1844#: config/tc-arm.c:16424 config/tc-metag.c:2444 config/tc-metag.c:2453 1845#: config/tc-metag.c:2492 config/tc-metag.c:2501 config/tc-metag.c:3020 1846#: config/tc-metag.c:3029 1847msgid "immediate out of range" 1848msgstr "" 1849 1850#: config/tc-aarch64.c:6745 config/tc-metag.c:4655 config/tc-xtensa.c:4184 1851msgid "invalid immediate" 1852msgstr "" 1853 1854#: config/tc-aarch64.c:6807 config/tc-tic6x.c:3861 config/tc-tic6x.c:3926 1855#: config/tc-tic6x.c:3953 config/tc-tic6x.c:3981 1856msgid "immediate offset out of range" 1857msgstr "" 1858 1859#: config/tc-aarch64.c:6881 config/tc-arm.c:22707 config/tc-arm.c:22758 1860#: config/tc-arm.c:23039 1861#, c-format 1862msgid "undefined symbol %s used as an immediate value" 1863msgstr "" 1864 1865#: config/tc-aarch64.c:6893 1866msgid "pc-relative load offset not word aligned" 1867msgstr "" 1868 1869#: config/tc-aarch64.c:6896 1870msgid "pc-relative load offset out of range" 1871msgstr "" 1872 1873#: config/tc-aarch64.c:6908 1874msgid "pc-relative address offset out of range" 1875msgstr "" 1876 1877#: config/tc-aarch64.c:6920 config/tc-aarch64.c:6935 1878msgid "conditional branch target not word aligned" 1879msgstr "" 1880 1881#: config/tc-aarch64.c:6923 config/tc-aarch64.c:6938 config/tc-arm.c:23302 1882msgid "conditional branch out of range" 1883msgstr "" 1884 1885#: config/tc-aarch64.c:6951 1886msgid "branch target not word aligned" 1887msgstr "" 1888 1889#: config/tc-aarch64.c:6954 config/tc-arm.c:806 config/tc-mips.c:15074 1890#: config/tc-mips.c:15092 config/tc-mips.c:15184 1891msgid "branch out of range" 1892msgstr "" 1893 1894#: config/tc-aarch64.c:7006 config/tc-arm.c:22930 config/tc-arm.c:22945 1895#: config/tc-arm.c:22960 config/tc-arm.c:22971 config/tc-arm.c:22994 1896#: config/tc-arm.c:23764 config/tc-moxie.c:709 config/tc-pj.c:452 1897#: config/tc-sh.c:4291 1898msgid "offset out of range" 1899msgstr "" 1900 1901#: config/tc-aarch64.c:7021 1902msgid "unsigned value out of range" 1903msgstr "" 1904 1905#: config/tc-aarch64.c:7029 1906msgid "signed value out of range" 1907msgstr "" 1908 1909#: config/tc-aarch64.c:7171 1910#, c-format 1911msgid "unexpected %s fixup" 1912msgstr "" 1913 1914#: config/tc-aarch64.c:7237 config/tc-arm.c:24266 config/tc-arm.c:24287 1915#: config/tc-mips.c:17318 config/tc-or1k.c:348 config/tc-score.c:7479 1916#, c-format 1917msgid "cannot represent %s relocation in this object file format" 1918msgstr "" 1919 1920#: config/tc-aarch64.c:7270 1921#, c-format 1922msgid "cannot do %u-byte relocation" 1923msgstr "" 1924 1925#: config/tc-aarch64.c:7565 config/tc-arm.c:24747 config/tc-score.c:6297 1926#: config/tc-score.c:6527 config/tc-score.c:6532 1927msgid "virtual memory exhausted" 1928msgstr "" 1929 1930#: config/tc-aarch64.c:7723 config/tc-arm.c:25076 1931msgid "assemble for big-endian" 1932msgstr "" 1933 1934#: config/tc-aarch64.c:7724 config/tc-arm.c:25077 1935msgid "assemble for little-endian" 1936msgstr "" 1937 1938#: config/tc-aarch64.c:7727 1939msgid "temporary switch for dumping" 1940msgstr "" 1941 1942#: config/tc-aarch64.c:7729 1943msgid "output verbose error messages" 1944msgstr "" 1945 1946#: config/tc-aarch64.c:7731 1947msgid "do not output verbose error messages" 1948msgstr "" 1949 1950#: config/tc-aarch64.c:7856 config/tc-arm.c:25660 1951msgid "invalid architectural extension" 1952msgstr "" 1953 1954#: config/tc-aarch64.c:7881 config/tc-arm.c:25692 1955msgid "must specify extensions to add before specifying those to remove" 1956msgstr "" 1957 1958#: config/tc-aarch64.c:7889 config/tc-arm.c:25700 1959msgid "missing architectural extension" 1960msgstr "" 1961 1962#: config/tc-aarch64.c:7908 config/tc-arm.c:25747 1963#, c-format 1964msgid "unknown architectural extension `%s'" 1965msgstr "" 1966 1967#: config/tc-aarch64.c:7932 config/tc-arm.c:25781 config/tc-metag.c:5833 1968#, c-format 1969msgid "missing cpu name `%s'" 1970msgstr "" 1971 1972#: config/tc-aarch64.c:7946 config/tc-aarch64.c:8163 config/tc-arm.c:25813 1973#: config/tc-arm.c:26424 config/tc-metag.c:5844 1974#, c-format 1975msgid "unknown cpu `%s'" 1976msgstr "" 1977 1978#: config/tc-aarch64.c:7964 config/tc-arm.c:25831 1979#, c-format 1980msgid "missing architecture name `%s'" 1981msgstr "" 1982 1983#: config/tc-aarch64.c:7978 config/tc-aarch64.c:8210 config/tc-arm.c:25848 1984#: config/tc-arm.c:26458 config/tc-arm.c:26489 config/tc-score.c:7714 1985#, c-format 1986msgid "unknown architecture `%s'\n" 1987msgstr "" 1988 1989#: config/tc-aarch64.c:8001 1990#, c-format 1991msgid "missing abi name `%s'" 1992msgstr "" 1993 1994#: config/tc-aarch64.c:8012 1995#, c-format 1996msgid "unknown abi `%s'\n" 1997msgstr "" 1998 1999#: config/tc-aarch64.c:8018 2000msgid "<abi name>\t specify for ABI <abi name>" 2001msgstr "" 2002 2003#: config/tc-aarch64.c:8021 config/tc-arm.c:25935 config/tc-metag.c:5910 2004msgid "<cpu name>\t assemble for CPU <cpu name>" 2005msgstr "" 2006 2007#: config/tc-aarch64.c:8023 config/tc-arm.c:25937 2008msgid "<arch name>\t assemble for architecture <arch name>" 2009msgstr "" 2010 2011#: config/tc-aarch64.c:8062 config/tc-aarch64.c:8082 config/tc-arm.c:25993 2012#: config/tc-arm.c:26011 config/tc-arm.c:26031 config/tc-metag.c:5935 2013#, c-format 2014msgid "option `-%c%s' is deprecated: %s" 2015msgstr "" 2016 2017#: config/tc-aarch64.c:8102 2018#, c-format 2019msgid " AArch64-specific assembler options:\n" 2020msgstr "" 2021 2022#: config/tc-aarch64.c:8113 config/tc-arc.c:3425 config/tc-arm.c:26062 2023#, c-format 2024msgid " -EB assemble code for a big-endian cpu\n" 2025msgstr "" 2026 2027#: config/tc-aarch64.c:8118 config/tc-arc.c:3427 config/tc-arm.c:26067 2028#, c-format 2029msgid " -EL assemble code for a little-endian cpu\n" 2030msgstr "" 2031 2032#: config/tc-alpha.c:653 2033#, c-format 2034msgid "No !literal!%ld was found" 2035msgstr "" 2036 2037#: config/tc-alpha.c:660 2038#, c-format 2039msgid "No !tlsgd!%ld was found" 2040msgstr "" 2041 2042#: config/tc-alpha.c:667 2043#, c-format 2044msgid "No !tlsldm!%ld was found" 2045msgstr "" 2046 2047#: config/tc-alpha.c:676 2048#, c-format 2049msgid "No ldah !gpdisp!%ld was found" 2050msgstr "" 2051 2052#: config/tc-alpha.c:726 2053#, c-format 2054msgid "too many !literal!%ld for %s" 2055msgstr "" 2056 2057#: config/tc-alpha.c:756 2058#, c-format 2059msgid "No lda !gpdisp!%ld was found" 2060msgstr "" 2061 2062#. Only support one relocation op per insn. 2063#: config/tc-alpha.c:915 2064msgid "More than one relocation op per insn" 2065msgstr "" 2066 2067#: config/tc-alpha.c:930 config/tc-arc.c:1100 2068msgid "No relocation operand" 2069msgstr "" 2070 2071#: config/tc-alpha.c:940 2072#, c-format 2073msgid "Unknown relocation operand: !%s" 2074msgstr "" 2075 2076#: config/tc-alpha.c:950 2077#, c-format 2078msgid "no sequence number after !%s" 2079msgstr "" 2080 2081#: config/tc-alpha.c:960 2082#, c-format 2083msgid "!%s does not use a sequence number" 2084msgstr "" 2085 2086#: config/tc-alpha.c:970 2087#, c-format 2088msgid "Bad sequence number: !%s!%s" 2089msgstr "" 2090 2091#: config/tc-alpha.c:1185 config/tc-alpha.c:3359 2092#, c-format 2093msgid "inappropriate arguments for opcode `%s'" 2094msgstr "" 2095 2096#: config/tc-alpha.c:1187 config/tc-alpha.c:3361 2097#, c-format 2098msgid "opcode `%s' not supported for target %s" 2099msgstr "" 2100 2101#: config/tc-alpha.c:1191 config/tc-alpha.c:3365 config/tc-avr.c:1693 2102#: config/tc-msp430.c:3914 2103#, c-format 2104msgid "unknown opcode `%s'" 2105msgstr "" 2106 2107#: config/tc-alpha.c:1272 config/tc-alpha.c:1531 2108msgid "overflow in literal (.lita) table" 2109msgstr "" 2110 2111#: config/tc-alpha.c:1279 config/tc-alpha.c:1303 config/tc-alpha.c:1544 2112#: config/tc-alpha.c:2231 config/tc-alpha.c:2276 config/tc-alpha.c:2345 2113#: config/tc-alpha.c:2428 config/tc-alpha.c:2653 config/tc-alpha.c:2751 2114msgid "macro requires $at register while noat in effect" 2115msgstr "" 2116 2117#: config/tc-alpha.c:1281 config/tc-alpha.c:1305 config/tc-alpha.c:1546 2118msgid "macro requires $at while $at in use" 2119msgstr "" 2120 2121#: config/tc-alpha.c:1490 2122msgid "bignum invalid; zero assumed" 2123msgstr "" 2124 2125#: config/tc-alpha.c:1492 2126msgid "floating point number invalid; zero assumed" 2127msgstr "" 2128 2129#: config/tc-alpha.c:1497 2130msgid "can't handle expression" 2131msgstr "" 2132 2133#: config/tc-alpha.c:1537 2134msgid "overflow in literal (.lit8) table" 2135msgstr "" 2136 2137#: config/tc-alpha.c:1834 2138#, c-format 2139msgid "too many ldah insns for !gpdisp!%ld" 2140msgstr "" 2141 2142#: config/tc-alpha.c:1836 config/tc-alpha.c:1848 2143#, c-format 2144msgid "both insns for !gpdisp!%ld must be in the same section" 2145msgstr "" 2146 2147#: config/tc-alpha.c:1846 2148#, c-format 2149msgid "too many lda insns for !gpdisp!%ld" 2150msgstr "" 2151 2152#: config/tc-alpha.c:1902 2153#, c-format 2154msgid "too many lituse insns for !lituse_tlsgd!%ld" 2155msgstr "" 2156 2157#: config/tc-alpha.c:1905 2158#, c-format 2159msgid "too many lituse insns for !lituse_tlsldm!%ld" 2160msgstr "" 2161 2162#: config/tc-alpha.c:1922 2163#, c-format 2164msgid "duplicate !tlsgd!%ld" 2165msgstr "" 2166 2167#: config/tc-alpha.c:1924 2168#, c-format 2169msgid "sequence number in use for !tlsldm!%ld" 2170msgstr "" 2171 2172#: config/tc-alpha.c:1938 2173#, c-format 2174msgid "duplicate !tlsldm!%ld" 2175msgstr "" 2176 2177#: config/tc-alpha.c:1940 2178#, c-format 2179msgid "sequence number in use for !tlsgd!%ld" 2180msgstr "" 2181 2182#: config/tc-alpha.c:1995 config/tc-arc.c:2715 config/tc-mn10200.c:854 2183#: config/tc-mn10300.c:1150 config/tc-ppc.c:1836 config/tc-s390.c:652 2184#: config/tc-tilegx.c:427 config/tc-tilegx.c:477 config/tc-tilepro.c:383 2185msgid "operand" 2186msgstr "" 2187 2188#: config/tc-alpha.c:2134 2189msgid "invalid relocation for instruction" 2190msgstr "" 2191 2192#: config/tc-alpha.c:2148 2193msgid "invalid relocation for field" 2194msgstr "" 2195 2196#: config/tc-alpha.c:2980 2197msgid "can not resolve expression" 2198msgstr "" 2199 2200#: config/tc-alpha.c:3513 config/tc-i370.c:1053 config/tc-microblaze.c:198 2201#: config/tc-ppc.c:2158 config/tc-ppc.c:5246 2202#, c-format 2203msgid ".COMMon length (%ld.) <0! Ignored." 2204msgstr "" 2205 2206#: config/tc-alpha.c:3524 config/tc-ia64.c:1094 config/tc-sparc.c:4267 2207#: config/tc-v850.c:306 2208msgid "Ignoring attempt to re-define symbol" 2209msgstr "" 2210 2211#: config/tc-alpha.c:3616 config/tc-sparc.c:4275 2212#, c-format 2213msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." 2214msgstr "" 2215 2216#: config/tc-alpha.c:3723 ecoff.c:3052 2217msgid ".ent directive has no name" 2218msgstr "" 2219 2220#: config/tc-alpha.c:3731 2221msgid "nested .ent directives" 2222msgstr "" 2223 2224#: config/tc-alpha.c:3775 ecoff.c:3004 2225msgid ".end directive has no name" 2226msgstr "" 2227 2228#: config/tc-alpha.c:3783 2229msgid ".end directive without matching .ent" 2230msgstr "" 2231 2232#: config/tc-alpha.c:3785 2233msgid ".end directive names different symbol than .ent" 2234msgstr "" 2235 2236#: config/tc-alpha.c:3828 ecoff.c:3137 2237msgid ".fmask outside of .ent" 2238msgstr "" 2239 2240#: config/tc-alpha.c:3830 config/tc-score.c:5598 ecoff.c:3201 2241msgid ".mask outside of .ent" 2242msgstr "" 2243 2244#: config/tc-alpha.c:3838 ecoff.c:3144 2245msgid "bad .fmask directive" 2246msgstr "" 2247 2248#: config/tc-alpha.c:3840 ecoff.c:3208 2249msgid "bad .mask directive" 2250msgstr "" 2251 2252#: config/tc-alpha.c:3873 config/tc-mips.c:18630 config/tc-score.c:5739 2253#: ecoff.c:3165 2254msgid ".frame outside of .ent" 2255msgstr "" 2256 2257#: config/tc-alpha.c:3884 config/tc-mips.c:18641 ecoff.c:3176 2258msgid "bad .frame directive" 2259msgstr "" 2260 2261#: config/tc-alpha.c:3918 2262msgid ".prologue directive without a preceding .ent directive" 2263msgstr "" 2264 2265#: config/tc-alpha.c:3936 2266#, c-format 2267msgid "Invalid argument %d to .prologue." 2268msgstr "" 2269 2270#: config/tc-alpha.c:4025 2271msgid "ECOFF debugging is disabled." 2272msgstr "" 2273 2274#: config/tc-alpha.c:4039 2275msgid ".ent directive without matching .end" 2276msgstr "" 2277 2278#: config/tc-alpha.c:4132 2279msgid ".usepv directive has no name" 2280msgstr "" 2281 2282#: config/tc-alpha.c:4145 2283msgid ".usepv directive has no type" 2284msgstr "" 2285 2286#: config/tc-alpha.c:4160 2287msgid "unknown argument for .usepv" 2288msgstr "" 2289 2290#: config/tc-alpha.c:4273 2291#, c-format 2292msgid "unknown section attribute %s" 2293msgstr "" 2294 2295#: config/tc-alpha.c:4368 2296msgid "previous .ent not closed by a .end" 2297msgstr "" 2298 2299#: config/tc-alpha.c:4389 2300msgid ".ent directive has no symbol" 2301msgstr "" 2302 2303#: config/tc-alpha.c:4414 2304msgid ".handler directive has no name" 2305msgstr "" 2306 2307#: config/tc-alpha.c:4445 2308msgid "Bad .frame directive 1./2. param" 2309msgstr "" 2310 2311#: config/tc-alpha.c:4455 2312#, c-format 2313msgid "Bad RA (%d) register for .frame" 2314msgstr "" 2315 2316#: config/tc-alpha.c:4460 2317msgid "Bad .frame directive 3./4. param" 2318msgstr "" 2319 2320#: config/tc-alpha.c:4496 2321msgid ".pdesc directive not in link (.link) section" 2322msgstr "" 2323 2324#: config/tc-alpha.c:4503 2325msgid ".pdesc directive has no entry symbol" 2326msgstr "" 2327 2328#: config/tc-alpha.c:4514 2329msgid ".pdesc has a bad entry symbol" 2330msgstr "" 2331 2332#: config/tc-alpha.c:4525 2333msgid ".pdesc doesn't match with last .ent" 2334msgstr "" 2335 2336#: config/tc-alpha.c:4540 2337msgid "No comma after .pdesc <entryname>" 2338msgstr "" 2339 2340#: config/tc-alpha.c:4560 2341msgid "unknown procedure kind" 2342msgstr "" 2343 2344#: config/tc-alpha.c:4655 2345msgid ".name directive not in link (.link) section" 2346msgstr "" 2347 2348#: config/tc-alpha.c:4663 2349msgid ".name directive has no symbol" 2350msgstr "" 2351 2352#: config/tc-alpha.c:4697 2353msgid "No symbol after .linkage" 2354msgstr "" 2355 2356#: config/tc-alpha.c:4744 2357msgid "No symbol after .code_address" 2358msgstr "" 2359 2360#: config/tc-alpha.c:4770 config/tc-score.c:5604 2361msgid "Bad .mask directive" 2362msgstr "" 2363 2364#: config/tc-alpha.c:4788 2365msgid "Bad .fmask directive" 2366msgstr "" 2367 2368#: config/tc-alpha.c:4945 2369#, c-format 2370msgid "Expected comma after name \"%s\"" 2371msgstr "" 2372 2373#: config/tc-alpha.c:4957 2374#, c-format 2375msgid "unhandled: .proc %s,%d" 2376msgstr "" 2377 2378#: config/tc-alpha.c:4990 2379#, c-format 2380msgid "Tried to .set unrecognized mode `%s'" 2381msgstr "" 2382 2383#: config/tc-alpha.c:5016 2384#, c-format 2385msgid "Bad base register, using $%d." 2386msgstr "" 2387 2388#: config/tc-alpha.c:5037 config/tc-nios2.c:352 config/tc-nios2.c:477 2389#, c-format 2390msgid "Alignment too large: %d. assumed" 2391msgstr "" 2392 2393#: config/tc-alpha.c:5041 config/tc-d30v.c:2057 config/tc-nios2.c:356 2394#: config/tc-nios2.c:481 2395msgid "Alignment negative: 0 assumed" 2396msgstr "" 2397 2398#: config/tc-alpha.c:5136 config/tc-alpha.c:5628 2399#, c-format 2400msgid "Unknown CPU identifier `%s'" 2401msgstr "" 2402 2403#: config/tc-alpha.c:5327 2404#, c-format 2405msgid "Chose GP value of %lx\n" 2406msgstr "" 2407 2408#: config/tc-alpha.c:5341 2409msgid "bad .section directive: want a,s,w,x,M,S,G,T in string" 2410msgstr "" 2411 2412#: config/tc-alpha.c:5430 2413#, c-format 2414msgid "internal error: can't hash opcode `%s': %s" 2415msgstr "" 2416 2417#: config/tc-alpha.c:5466 2418#, c-format 2419msgid "internal error: can't hash macro `%s': %s" 2420msgstr "" 2421 2422#: config/tc-alpha.c:5550 config/tc-arc.c:2406 config/tc-arc.c:2420 2423#: config/tc-arm.c:7228 config/tc-arm.c:7240 config/tc-i960.c:705 2424#: config/tc-xtensa.c:5415 config/tc-xtensa.c:5491 config/tc-xtensa.c:5608 2425#: config/tc-z80.c:1932 2426msgid "syntax error" 2427msgstr "" 2428 2429#: config/tc-alpha.c:5679 2430msgid "" 2431"Alpha options:\n" 2432"-32addr\t\t\ttreat addresses as 32-bit values\n" 2433"-F\t\t\tlack floating point instructions support\n" 2434"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n" 2435"\t\t\tspecify variant of Alpha architecture\n" 2436"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -" 2437"m21264b\n" 2438"\t\t\tthese variants include PALcode opcodes\n" 2439msgstr "" 2440 2441#: config/tc-alpha.c:5689 2442msgid "" 2443"VMS options:\n" 2444"-+\t\t\tencode (don't truncate) names longer than 64 characters\n" 2445"-H\t\t\tshow new symbol after hash truncation\n" 2446"-replace/-noreplace\tenable or disable the optimization of procedure calls\n" 2447msgstr "" 2448 2449#: config/tc-alpha.c:5940 config/tc-arc.c:2991 2450#, c-format 2451msgid "unhandled relocation type %s" 2452msgstr "" 2453 2454#: config/tc-alpha.c:5953 config/tc-arc.c:2999 2455msgid "non-absolute expression in constant field" 2456msgstr "" 2457 2458#: config/tc-alpha.c:5967 2459#, c-format 2460msgid "type %d reloc done?\n" 2461msgstr "" 2462 2463#: config/tc-alpha.c:6014 config/tc-alpha.c:6021 2464msgid "Used $at without \".set noat\"" 2465msgstr "" 2466 2467#: config/tc-alpha.c:6190 2468#, c-format 2469msgid "!samegp reloc against symbol without .prologue: %s" 2470msgstr "" 2471 2472#: config/tc-alpha.c:6234 config/tc-arc.c:3122 config/tc-tilegx.c:1751 2473#: config/tc-tilepro.c:1531 config/tc-xtensa.c:6101 2474#, c-format 2475msgid "cannot represent `%s' relocation in object file" 2476msgstr "" 2477 2478#: config/tc-alpha.c:6240 config/tc-arc.c:3128 2479#, c-format 2480msgid "internal error? cannot generate `%s' relocation" 2481msgstr "" 2482 2483#: config/tc-alpha.c:6336 2484#, c-format 2485msgid "frame reg expected, using $%d." 2486msgstr "" 2487 2488#: config/tc-arc.c:719 2489#, c-format 2490msgid "internal error: can't hash opcode '%s': %s" 2491msgstr "" 2492 2493#: config/tc-arc.c:727 config/tc-arc.c:2487 config/tc-arc.c:2505 2494#: config/tc-arc.c:2558 config/tc-arc.c:4696 config/tc-cr16.c:800 2495#: config/tc-cr16.c:823 config/tc-cris.c:1195 config/tc-crx.c:535 2496#: config/tc-crx.c:562 config/tc-crx.c:580 config/tc-pdp11.c:193 2497msgid "Virtual memory exhausted" 2498msgstr "" 2499 2500#: config/tc-arc.c:775 2501#, c-format 2502msgid "unknown architecture: %s\n" 2503msgstr "" 2504 2505#: config/tc-arc.c:916 2506msgid "could not find the architecture" 2507msgstr "" 2508 2509#: config/tc-arc.c:919 config/tc-arc.c:2479 config/tc-h8300.c:81 2510#: config/tc-h8300.c:90 config/tc-h8300.c:100 config/tc-h8300.c:110 2511#: config/tc-h8300.c:120 config/tc-h8300.c:131 config/tc-h8300.c:248 2512#: config/tc-hppa.c:6821 config/tc-hppa.c:6827 config/tc-hppa.c:6833 2513#: config/tc-hppa.c:6839 config/tc-hppa.c:8228 config/tc-lm32.c:197 2514#: config/tc-mips.c:3486 config/tc-mips.c:3995 config/tc-mn10300.c:935 2515#: config/tc-mn10300.c:940 config/tc-mn10300.c:2440 config/tc-xc16x.c:79 2516#: config/tc-xc16x.c:86 config/tc-xc16x.c:93 2517msgid "could not set architecture and machine" 2518msgstr "" 2519 2520#: config/tc-arc.c:926 2521msgid "Command-line value overrides \".cpu\" directive" 2522msgstr "" 2523 2524#: config/tc-arc.c:934 2525msgid "invalid identifier for \".cpu\"" 2526msgstr "" 2527 2528#: config/tc-arc.c:1090 2529msgid "No valid label relocation operand" 2530msgstr "" 2531 2532#: config/tc-arc.c:1112 2533#, c-format 2534msgid "Unknown relocation operand: @%s" 2535msgstr "" 2536 2537#: config/tc-arc.c:1125 2538#, c-format 2539msgid "Unable to parse TLS base: %s" 2540msgstr "" 2541 2542#: config/tc-arc.c:1149 2543#, c-format 2544msgid "@%s is not a complex relocation." 2545msgstr "" 2546 2547#: config/tc-arc.c:1155 2548#, c-format 2549msgid "Bad expression: @%s + %s." 2550msgstr "" 2551 2552#: config/tc-arc.c:1216 2553msgid "Brackets in operand field incorrect" 2554msgstr "" 2555 2556#: config/tc-arc.c:1218 config/tc-xtensa.c:2043 2557msgid "extra comma" 2558msgstr "" 2559 2560#: config/tc-arc.c:1220 config/tc-xtensa.c:2047 2561msgid "missing argument" 2562msgstr "" 2563 2564#: config/tc-arc.c:1222 config/tc-xtensa.c:2049 2565msgid "missing comma or colon" 2566msgstr "" 2567 2568#: config/tc-arc.c:1291 2569msgid "extra dot" 2570msgstr "" 2571 2572#: config/tc-arc.c:1293 2573msgid "unrecognized flag" 2574msgstr "" 2575 2576#: config/tc-arc.c:1295 2577msgid "failed to parse flags" 2578msgstr "" 2579 2580#: config/tc-arc.c:1321 2581msgid "Unhandled reloc type" 2582msgstr "" 2583 2584#: config/tc-arc.c:2376 2585#, c-format 2586msgid "inappropriate arguments for opcode '%s'" 2587msgstr "" 2588 2589#: config/tc-arc.c:2378 2590#, c-format 2591msgid "opcode '%s' not supported for target %s" 2592msgstr "" 2593 2594#: config/tc-arc.c:2382 config/tc-tic6x.c:3195 2595#, c-format 2596msgid "unknown opcode '%s'" 2597msgstr "" 2598 2599#: config/tc-arc.c:2440 2600#, c-format 2601msgid "Inserting \"%s\" into register table failed: %s" 2602msgstr "" 2603 2604#: config/tc-arc.c:2575 config/tc-arc.c:4683 2605#, c-format 2606msgid "internal error: can't hash aux register '%s': %s" 2607msgstr "" 2608 2609#: config/tc-arc.c:2660 2610#, c-format 2611msgid "unhandled reloc %s in md_pcrel_from_section" 2612msgstr "" 2613 2614#: config/tc-arc.c:2725 2615msgid "Unaligned operand. Needs to be 32bit aligned" 2616msgstr "" 2617 2618#: config/tc-arc.c:2730 2619msgid "Unaligned operand. Needs to be 16bit aligned" 2620msgstr "" 2621 2622#: config/tc-arc.c:2807 config/tc-cr16.c:568 config/tc-crx.c:345 2623#: config/tc-mn10200.c:766 write.c:1015 2624#, c-format 2625msgid "can't resolve `%s' {%s section} - `%s' {%s section}" 2626msgstr "" 2627 2628#: config/tc-arc.c:2865 2629#, c-format 2630msgid "PC relative relocation not allowed for (internal) type %d" 2631msgstr "" 2632 2633#. FIXME! Check for the conditionality of 2634#. the insn. 2635#. FIXME! Check for the conditionality of 2636#. the insn. 2637#: config/tc-arc.c:2909 config/tc-arc.c:3858 2638msgid "TLS_*_S9 relocs are not supported yet" 2639msgstr "" 2640 2641#. I cannot fix an GOTPC relocation because I need to relax it 2642#. from ld rx,[pcl,@sym@gotpc] to add rx,pcl,@sym@gotpc. 2643#: config/tc-arc.c:2945 2644msgid "Unsupported operation on reloc" 2645msgstr "" 2646 2647#: config/tc-arc.c:3019 config/tc-arc.c:3035 2648msgid "unknown fixup size" 2649msgstr "" 2650 2651#: config/tc-arc.c:3190 2652msgid "no relaxation found for this instruction." 2653msgstr "" 2654 2655#: config/tc-arc.c:3346 2656msgid "Code density option invalid for selected CPU" 2657msgstr "" 2658 2659#: config/tc-arc.c:3370 2660msgid "FPUDA invalid for selected CPU" 2661msgstr "" 2662 2663#: config/tc-arc.c:3406 2664#, c-format 2665msgid "ARC-specific assembler options:\n" 2666msgstr "" 2667 2668#: config/tc-arc.c:3429 2669#, c-format 2670msgid " -mrelax enable relaxation\n" 2671msgstr "" 2672 2673#: config/tc-arc.c:3432 2674#, c-format 2675msgid "" 2676"The following ARC-specific assembler options are deprecated and are " 2677"accepted\n" 2678"for compatibility only:\n" 2679msgstr "" 2680 2681#: config/tc-arc.c:3435 2682#, c-format 2683msgid "" 2684" -mEA\n" 2685" -mbarrel-shifter\n" 2686" -mbarrel_shifter\n" 2687" -mcrc\n" 2688" -mdsp-packa\n" 2689" -mdsp_packa\n" 2690" -mdvbf\n" 2691" -mld-extension-reg-mask\n" 2692" -mlock\n" 2693" -mmac-24\n" 2694" -mmac-d16\n" 2695" -mmac_24\n" 2696" -mmac_d16\n" 2697" -mmin-max\n" 2698" -mmin_max\n" 2699" -mmul64\n" 2700" -mno-mpy\n" 2701" -mnorm\n" 2702" -mrtsc\n" 2703" -msimd\n" 2704" -mswap\n" 2705" -mswape\n" 2706" -mtelephony\n" 2707" -muser-mode-only\n" 2708" -mxy\n" 2709msgstr "" 2710 2711#: config/tc-arc.c:3525 2712#, c-format 2713msgid "Unable to find %s relocation for instruction %s" 2714msgstr "" 2715 2716#: config/tc-arc.c:3819 2717#, c-format 2718msgid "Unable to use @plt relocatio for insn %s" 2719msgstr "" 2720 2721#: config/tc-arc.c:3836 2722#, c-format 2723msgid "Unable to use @pcl relocation for insn %s" 2724msgstr "" 2725 2726#: config/tc-arc.c:3884 2727#, c-format 2728msgid "invalid relocation %s for field" 2729msgstr "" 2730 2731#: config/tc-arc.c:3980 2732msgid "A jump/branch instruction in delay slot." 2733msgstr "" 2734 2735#: config/tc-arc.c:4088 config/tc-microblaze.c:2524 config/tc-mn10300.c:1069 2736#: config/tc-sh.c:801 config/tc-z80.c:699 read.c:4573 2737#, c-format 2738msgid "unsupported BFD relocation size %u" 2739msgstr "" 2740 2741#: config/tc-arc.c:4108 2742#, c-format 2743msgid "Jump/Branch instruction detected at the end of the ZOL label @%s" 2744msgstr "" 2745 2746#: config/tc-arc.c:4115 2747#, c-format 2748msgid "Kernel instruction detected at the end of the ZOL label @%s" 2749msgstr "" 2750 2751#: config/tc-arc.c:4120 2752#, c-format 2753msgid "" 2754"A jump instruction with long immediate detected at the end of the ZOL label @" 2755"%s" 2756msgstr "" 2757 2758#: config/tc-arc.c:4126 2759#, c-format 2760msgid "An illegal use of delay slot detected at the end of the ZOL label @%s" 2761msgstr "" 2762 2763#: config/tc-arc.c:4226 2764msgid "expected comma after instruction name" 2765msgstr "" 2766 2767#: config/tc-arc.c:4238 2768msgid "expected comma after major opcode" 2769msgstr "" 2770 2771#: config/tc-arc.c:4424 2772#, c-format 2773msgid "Pseudocode already used %s" 2774msgstr "" 2775 2776#: config/tc-arc.c:4432 2777#, c-format 2778msgid "major opcode not in range [0x%02x - 0x%02x]" 2779msgstr "" 2780 2781#: config/tc-arc.c:4436 2782msgid "minor opcode not in range [0x00 - 0x3f]" 2783msgstr "" 2784 2785#: config/tc-arc.c:4442 2786msgid "Improper use of OP1_IMM_IMPLIED" 2787msgstr "" 2788 2789#: config/tc-arc.c:4448 2790msgid "Improper use of OP1_MUST_BE_IMM" 2791msgstr "" 2792 2793#: config/tc-arc.c:4460 2794msgid "Couldn't generate extension instruction opcodes" 2795msgstr "" 2796 2797#: config/tc-arc.c:4496 2798msgid "expected comma after register name" 2799msgstr "" 2800 2801#: config/tc-arc.c:4506 2802#, c-format 2803msgid "negative operand number %d" 2804msgstr "" 2805 2806#: config/tc-arc.c:4519 2807msgid "expected comma after register number" 2808msgstr "" 2809 2810#: config/tc-arc.c:4540 2811msgid "invalid mode" 2812msgstr "" 2813 2814#: config/tc-arc.c:4558 2815msgid "expected comma after register mode" 2816msgstr "" 2817 2818#: config/tc-arc.c:4573 2819msgid "shortcut designator invalid" 2820msgstr "" 2821 2822#: config/tc-arc.c:4670 2823#, c-format 2824msgid "core register %s value (%d) too large" 2825msgstr "" 2826 2827#: config/tc-arc.c:4689 2828#, c-format 2829msgid "condition code %s value (%d) too large" 2830msgstr "" 2831 2832#: config/tc-arc.c:4708 2833msgid "Unknown extension" 2834msgstr "" 2835 2836#: config/tc-arm.c:608 2837msgid "ARM register expected" 2838msgstr "" 2839 2840#: config/tc-arm.c:609 2841msgid "bad or missing co-processor number" 2842msgstr "" 2843 2844#: config/tc-arm.c:610 2845msgid "co-processor register expected" 2846msgstr "" 2847 2848#: config/tc-arm.c:611 2849msgid "FPA register expected" 2850msgstr "" 2851 2852#: config/tc-arm.c:612 2853msgid "VFP single precision register expected" 2854msgstr "" 2855 2856#: config/tc-arm.c:613 2857msgid "VFP/Neon double precision register expected" 2858msgstr "" 2859 2860#: config/tc-arm.c:614 2861msgid "Neon quad precision register expected" 2862msgstr "" 2863 2864#: config/tc-arm.c:615 2865msgid "VFP single or double precision register expected" 2866msgstr "" 2867 2868#: config/tc-arm.c:616 2869msgid "Neon double or quad precision register expected" 2870msgstr "" 2871 2872#: config/tc-arm.c:617 2873msgid "VFP single, double or Neon quad precision register expected" 2874msgstr "" 2875 2876#: config/tc-arm.c:618 2877msgid "VFP system register expected" 2878msgstr "" 2879 2880#: config/tc-arm.c:619 2881msgid "Maverick MVF register expected" 2882msgstr "" 2883 2884#: config/tc-arm.c:620 2885msgid "Maverick MVD register expected" 2886msgstr "" 2887 2888#: config/tc-arm.c:621 2889msgid "Maverick MVFX register expected" 2890msgstr "" 2891 2892#: config/tc-arm.c:622 2893msgid "Maverick MVDX register expected" 2894msgstr "" 2895 2896#: config/tc-arm.c:623 2897msgid "Maverick MVAX register expected" 2898msgstr "" 2899 2900#: config/tc-arm.c:624 2901msgid "Maverick DSPSC register expected" 2902msgstr "" 2903 2904#: config/tc-arm.c:625 2905msgid "iWMMXt data register expected" 2906msgstr "" 2907 2908#: config/tc-arm.c:626 config/tc-arm.c:7007 2909msgid "iWMMXt control register expected" 2910msgstr "" 2911 2912#: config/tc-arm.c:627 2913msgid "iWMMXt scalar register expected" 2914msgstr "" 2915 2916#: config/tc-arm.c:628 2917msgid "XScale accumulator register expected" 2918msgstr "" 2919 2920#. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 2921#: config/tc-arm.c:787 config/tc-score.c:259 2922msgid "bad arguments to instruction" 2923msgstr "" 2924 2925#: config/tc-arm.c:788 2926msgid "r13 not allowed here" 2927msgstr "" 2928 2929#: config/tc-arm.c:789 2930msgid "r15 not allowed here" 2931msgstr "" 2932 2933#: config/tc-arm.c:790 2934msgid "instruction cannot be conditional" 2935msgstr "" 2936 2937#: config/tc-arm.c:791 2938msgid "registers may not be the same" 2939msgstr "" 2940 2941#: config/tc-arm.c:792 2942msgid "lo register required" 2943msgstr "" 2944 2945#: config/tc-arm.c:793 2946msgid "instruction not supported in Thumb16 mode" 2947msgstr "" 2948 2949#: config/tc-arm.c:794 2950msgid "instruction does not accept this addressing mode" 2951msgstr "" 2952 2953#: config/tc-arm.c:795 2954msgid "branch must be last instruction in IT block" 2955msgstr "" 2956 2957#: config/tc-arm.c:796 2958msgid "instruction not allowed in IT block" 2959msgstr "" 2960 2961#: config/tc-arm.c:797 2962msgid "selected FPU does not support instruction" 2963msgstr "" 2964 2965#: config/tc-arm.c:798 2966msgid "thumb conditional instruction should be in IT block" 2967msgstr "" 2968 2969#: config/tc-arm.c:799 2970msgid "incorrect condition in IT block" 2971msgstr "" 2972 2973#: config/tc-arm.c:800 2974msgid "IT falling in the range of a previous IT block" 2975msgstr "" 2976 2977#: config/tc-arm.c:801 2978msgid "missing .fnstart before unwinding directive" 2979msgstr "" 2980 2981#: config/tc-arm.c:803 2982msgid "cannot use register index with PC-relative addressing" 2983msgstr "" 2984 2985#: config/tc-arm.c:805 2986msgid "cannot use writeback with PC-relative addressing" 2987msgstr "" 2988 2989#: config/tc-arm.c:807 2990msgid "selected processor does not support fp16 instruction" 2991msgstr "" 2992 2993#: config/tc-arm.c:808 2994msgid "using " 2995msgstr "" 2996 2997#: config/tc-arm.c:809 2998msgid "relocation valid in thumb1 code only" 2999msgstr "" 3000 3001#: config/tc-arm.c:1016 3002msgid "immediate expression requires a # prefix" 3003msgstr "" 3004 3005#: config/tc-arm.c:1044 read.c:3794 3006msgid "missing expression" 3007msgstr "" 3008 3009#: config/tc-arm.c:1074 config/tc-arm.c:5225 config/tc-i960.c:1297 3010#: config/tc-score.c:1210 3011msgid "invalid constant" 3012msgstr "" 3013 3014#: config/tc-arm.c:1204 3015msgid "expected #constant" 3016msgstr "" 3017 3018#: config/tc-arm.c:1367 3019#, c-format 3020msgid "unexpected character `%c' in type specifier" 3021msgstr "" 3022 3023#: config/tc-arm.c:1384 3024#, c-format 3025msgid "bad size %d in type specifier" 3026msgstr "" 3027 3028#: config/tc-arm.c:1434 3029msgid "only one type should be specified for operand" 3030msgstr "" 3031 3032#: config/tc-arm.c:1512 3033msgid "can't redefine type for operand" 3034msgstr "" 3035 3036#: config/tc-arm.c:1523 3037msgid "only D registers may be indexed" 3038msgstr "" 3039 3040#: config/tc-arm.c:1529 3041msgid "can't change index for operand" 3042msgstr "" 3043 3044#: config/tc-arm.c:1592 3045msgid "register operand expected, but got scalar" 3046msgstr "" 3047 3048#: config/tc-arm.c:1625 3049msgid "scalar must have an index" 3050msgstr "" 3051 3052#: config/tc-arm.c:1630 config/tc-arm.c:16313 config/tc-arm.c:16373 3053#: config/tc-arm.c:16827 3054msgid "scalar index out of range" 3055msgstr "" 3056 3057#: config/tc-arm.c:1680 3058msgid "bad range in register list" 3059msgstr "" 3060 3061#: config/tc-arm.c:1688 config/tc-arm.c:1697 config/tc-arm.c:1738 3062#, c-format 3063msgid "Warning: duplicated register (r%d) in register list" 3064msgstr "" 3065 3066#: config/tc-arm.c:1700 3067msgid "Warning: register range not in ascending order" 3068msgstr "" 3069 3070#: config/tc-arm.c:1711 3071msgid "missing `}'" 3072msgstr "" 3073 3074#: config/tc-arm.c:1727 3075msgid "invalid register mask" 3076msgstr "" 3077 3078#: config/tc-arm.c:1862 config/tc-arm.c:1906 3079msgid "register out of range in list" 3080msgstr "" 3081 3082#: config/tc-arm.c:1884 config/tc-arm.c:4167 config/tc-arm.c:4301 3083msgid "register list not in ascending order" 3084msgstr "" 3085 3086#: config/tc-arm.c:1915 3087msgid "register range not in ascending order" 3088msgstr "" 3089 3090#: config/tc-arm.c:1948 3091msgid "non-contiguous register range" 3092msgstr "" 3093 3094#: config/tc-arm.c:2007 3095msgid "register stride must be 1 or 2" 3096msgstr "" 3097 3098#: config/tc-arm.c:2008 3099msgid "mismatched element/structure types in list" 3100msgstr "" 3101 3102#: config/tc-arm.c:2076 3103msgid "don't use Rn-Rm syntax with non-unit stride" 3104msgstr "" 3105 3106#: config/tc-arm.c:2131 3107msgid "error parsing element/structure list" 3108msgstr "" 3109 3110#: config/tc-arm.c:2137 3111msgid "expected }" 3112msgstr "" 3113 3114#: config/tc-arm.c:2228 3115msgid "attempt to redefine typed alias" 3116msgstr "" 3117 3118#: config/tc-arm.c:2363 3119msgid "bad type for register" 3120msgstr "" 3121 3122#: config/tc-arm.c:2374 config/tc-nios2.c:1805 3123msgid "expression must be constant" 3124msgstr "" 3125 3126#: config/tc-arm.c:2391 3127msgid "can't redefine the type of a register alias" 3128msgstr "" 3129 3130#: config/tc-arm.c:2398 3131msgid "you must specify a single type only" 3132msgstr "" 3133 3134#: config/tc-arm.c:2411 3135msgid "can't redefine the index of a scalar alias" 3136msgstr "" 3137 3138#: config/tc-arm.c:2419 3139msgid "scalar index must be constant" 3140msgstr "" 3141 3142#: config/tc-arm.c:2428 3143msgid "expecting ]" 3144msgstr "" 3145 3146#: config/tc-arm.c:2480 3147msgid "invalid syntax for .dn directive" 3148msgstr "" 3149 3150#: config/tc-arm.c:2486 3151msgid "invalid syntax for .qn directive" 3152msgstr "" 3153 3154#: config/tc-arm.c:2521 3155#, c-format 3156msgid "ignoring attempt to use .unreq on fixed register name: '%s'" 3157msgstr "" 3158 3159#: config/tc-arm.c:2786 3160#, c-format 3161msgid "Failed to find real start of function: %s\n" 3162msgstr "" 3163 3164#: config/tc-arm.c:2803 3165msgid "selected processor does not support THUMB opcodes" 3166msgstr "" 3167 3168#: config/tc-arm.c:2816 3169msgid "selected processor does not support ARM opcodes" 3170msgstr "" 3171 3172#: config/tc-arm.c:2828 3173#, c-format 3174msgid "invalid instruction size selected (%d)" 3175msgstr "" 3176 3177#: config/tc-arm.c:2860 3178#, c-format 3179msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" 3180msgstr "" 3181 3182#: config/tc-arm.c:2915 3183#, c-format 3184msgid "expected comma after name \"%s\"" 3185msgstr "" 3186 3187#: config/tc-arm.c:2965 config/tc-m32r.c:584 3188#, c-format 3189msgid "symbol `%s' already defined" 3190msgstr "" 3191 3192#: config/tc-arm.c:2998 3193#, c-format 3194msgid "unrecognized syntax mode \"%s\"" 3195msgstr "" 3196 3197#: config/tc-arm.c:3041 3198msgid ".ref pseudo-op only available with -mccs flag." 3199msgstr "" 3200 3201#: config/tc-arm.c:3082 3202msgid ".asmfunc repeated." 3203msgstr "" 3204 3205#: config/tc-arm.c:3086 3206msgid ".asmfunc without function." 3207msgstr "" 3208 3209#: config/tc-arm.c:3092 3210msgid ".asmfunc pseudo-op only available with -mccs flag." 3211msgstr "" 3212 3213#: config/tc-arm.c:3103 3214msgid ".endasmfunc without a .asmfunc." 3215msgstr "" 3216 3217#: config/tc-arm.c:3107 3218msgid ".endasmfunc without function." 3219msgstr "" 3220 3221#: config/tc-arm.c:3118 3222msgid ".endasmfunc pseudo-op only available with -mccs flag." 3223msgstr "" 3224 3225#: config/tc-arm.c:3127 3226msgid ".def pseudo-op only available with -mccs flag." 3227msgstr "" 3228 3229#: config/tc-arm.c:3285 3230msgid "invalid type for literal pool" 3231msgstr "" 3232 3233#: config/tc-arm.c:3365 config/tc-tic54x.c:5347 3234#, c-format 3235msgid "Invalid label '%s'" 3236msgstr "" 3237 3238#: config/tc-arm.c:3541 3239msgid "(plt) is only valid on branch targets" 3240msgstr "" 3241 3242#: config/tc-arm.c:3547 config/tc-s390.c:1185 config/tc-s390.c:1843 3243#: config/tc-xtensa.c:1671 3244#, c-format 3245msgid "%s relocations do not fit in %d bytes" 3246msgstr "" 3247 3248#: config/tc-arm.c:3627 3249msgid ".inst.n operand too big. Use .inst.w instead" 3250msgstr "" 3251 3252#: config/tc-arm.c:3647 3253msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead" 3254msgstr "" 3255 3256#: config/tc-arm.c:3677 3257msgid "width suffixes are invalid in ARM mode" 3258msgstr "" 3259 3260#: config/tc-arm.c:3719 dwarf2dbg.c:746 3261msgid "expected 0 or 1" 3262msgstr "" 3263 3264#: config/tc-arm.c:3723 3265msgid "missing comma" 3266msgstr "" 3267 3268#: config/tc-arm.c:3756 3269msgid "duplicate .fnstart directive" 3270msgstr "" 3271 3272#: config/tc-arm.c:3787 config/tc-tic6x.c:412 3273msgid "duplicate .handlerdata directive" 3274msgstr "" 3275 3276#: config/tc-arm.c:3806 3277msgid ".fnend directive without .fnstart" 3278msgstr "" 3279 3280#: config/tc-arm.c:3873 config/tc-tic6x.c:393 3281msgid "personality routine specified for cantunwind frame" 3282msgstr "" 3283 3284#: config/tc-arm.c:3890 config/tc-tic6x.c:454 3285msgid "duplicate .personalityindex directive" 3286msgstr "" 3287 3288#: config/tc-arm.c:3897 config/tc-tic6x.c:461 3289msgid "bad personality routine number" 3290msgstr "" 3291 3292#: config/tc-arm.c:3919 config/tc-tic6x.c:478 3293msgid "duplicate .personality directive" 3294msgstr "" 3295 3296#: config/tc-arm.c:3943 config/tc-arm.c:4071 config/tc-arm.c:4119 3297msgid "expected register list" 3298msgstr "" 3299 3300#: config/tc-arm.c:4025 3301msgid "expected , <constant>" 3302msgstr "" 3303 3304#: config/tc-arm.c:4034 3305msgid "number of registers must be in the range [1:4]" 3306msgstr "" 3307 3308#: config/tc-arm.c:4181 config/tc-arm.c:4315 3309msgid "bad register range" 3310msgstr "" 3311 3312#: config/tc-arm.c:4381 3313msgid "FPA .unwind_save does not take a register list" 3314msgstr "" 3315 3316#: config/tc-arm.c:4409 3317msgid ".unwind_save does not support this kind of register" 3318msgstr "" 3319 3320#: config/tc-arm.c:4448 3321msgid "SP and PC not permitted in .unwind_movsp directive" 3322msgstr "" 3323 3324#: config/tc-arm.c:4453 3325msgid "unexpected .unwind_movsp directive" 3326msgstr "" 3327 3328#: config/tc-arm.c:4480 3329msgid "stack increment must be multiple of 4" 3330msgstr "" 3331 3332#: config/tc-arm.c:4512 3333msgid "expected <reg>, <reg>" 3334msgstr "" 3335 3336#: config/tc-arm.c:4530 3337msgid "register must be either sp or set by a previousunwind_movsp directive" 3338msgstr "" 3339 3340#: config/tc-arm.c:4569 3341msgid "expected <offset>, <opcode>" 3342msgstr "" 3343 3344#: config/tc-arm.c:4581 3345msgid "unwind opcode too long" 3346msgstr "" 3347 3348#: config/tc-arm.c:4586 3349msgid "invalid unwind opcode" 3350msgstr "" 3351 3352#: config/tc-arm.c:4773 config/tc-arm.c:5778 config/tc-arm.c:10540 3353#: config/tc-arm.c:11067 config/tc-arm.c:13097 config/tc-arm.c:14665 3354#: config/tc-arm.c:23641 config/tc-arm.c:23705 config/tc-arm.c:23713 3355#: config/tc-metag.c:5175 config/tc-z8k.c:1143 config/tc-z8k.c:1153 3356msgid "immediate value out of range" 3357msgstr "" 3358 3359#: config/tc-arm.c:4943 3360msgid "invalid FPA immediate expression" 3361msgstr "" 3362 3363#: config/tc-arm.c:5125 3364msgid "'LSL' or 'ASR' required" 3365msgstr "" 3366 3367#: config/tc-arm.c:5133 3368msgid "'LSL' required" 3369msgstr "" 3370 3371#: config/tc-arm.c:5141 3372msgid "'ASR' required" 3373msgstr "" 3374 3375#: config/tc-arm.c:5220 3376msgid "invalid rotation" 3377msgstr "" 3378 3379#: config/tc-arm.c:5400 config/tc-arm.c:5569 3380msgid "unknown group relocation" 3381msgstr "" 3382 3383#: config/tc-arm.c:5436 3384msgid "alignment must be constant" 3385msgstr "" 3386 3387#: config/tc-arm.c:5600 3388msgid "this group relocation is not allowed on this instruction" 3389msgstr "" 3390 3391#: config/tc-arm.c:5655 3392msgid "'}' expected at end of 'option' field" 3393msgstr "" 3394 3395#: config/tc-arm.c:5660 3396msgid "cannot combine index with option" 3397msgstr "" 3398 3399#: config/tc-arm.c:5916 3400msgid "unexpected bit specified after APSR" 3401msgstr "" 3402 3403#: config/tc-arm.c:5928 3404msgid "selected processor does not support DSP extension" 3405msgstr "" 3406 3407#: config/tc-arm.c:5940 3408msgid "bad bitmask specified after APSR" 3409msgstr "" 3410 3411#: config/tc-arm.c:5964 3412msgid "writing to APSR without specifying a bitmask is deprecated" 3413msgstr "" 3414 3415#: config/tc-arm.c:5976 config/tc-arm.c:12221 config/tc-arm.c:12266 3416#: config/tc-arm.c:12270 3417msgid "selected processor does not support requested special purpose register" 3418msgstr "" 3419 3420#: config/tc-arm.c:5981 3421msgid "flag for {c}psr instruction expected" 3422msgstr "" 3423 3424#: config/tc-arm.c:6006 3425msgid "unrecognized CPS flag" 3426msgstr "" 3427 3428#: config/tc-arm.c:6013 3429msgid "missing CPS flags" 3430msgstr "" 3431 3432#: config/tc-arm.c:6036 config/tc-arm.c:6042 3433msgid "valid endian specifiers are be or le" 3434msgstr "" 3435 3436#: config/tc-arm.c:6064 3437msgid "missing rotation field after comma" 3438msgstr "" 3439 3440#: config/tc-arm.c:6079 3441msgid "rotation can only be 0, 8, 16, or 24" 3442msgstr "" 3443 3444#: config/tc-arm.c:6108 3445msgid "condition required" 3446msgstr "" 3447 3448#: config/tc-arm.c:6176 config/tc-arm.c:8835 3449msgid "'[' expected" 3450msgstr "" 3451 3452#: config/tc-arm.c:6189 3453msgid "',' expected" 3454msgstr "" 3455 3456#: config/tc-arm.c:6206 3457msgid "invalid shift" 3458msgstr "" 3459 3460#: config/tc-arm.c:6279 3461msgid "can't use Neon quad register here" 3462msgstr "" 3463 3464#: config/tc-arm.c:6346 3465msgid "expected <Rm> or <Dm> or <Qm> operand" 3466msgstr "" 3467 3468#: config/tc-arm.c:6426 3469msgid "parse error" 3470msgstr "" 3471 3472#. ISB can only take SY as an option. 3473#: config/tc-arm.c:6691 3474msgid "invalid barrier type" 3475msgstr "" 3476 3477#: config/tc-arm.c:6787 3478msgid "only floating point zero is allowed as immediate value" 3479msgstr "" 3480 3481#: config/tc-arm.c:6845 3482msgid "immediate value is out of range" 3483msgstr "" 3484 3485#: config/tc-arm.c:6992 3486msgid "iWMMXt data or control register expected" 3487msgstr "" 3488 3489#: config/tc-arm.c:7032 3490msgid "Banked registers are not available with this architecture." 3491msgstr "" 3492 3493#: config/tc-arm.c:7254 config/tc-score.c:264 3494msgid "garbage following instruction" 3495msgstr "" 3496 3497#. If REG is R13 (the stack pointer), warn that its use is 3498#. deprecated. 3499#: config/tc-arm.c:7295 3500msgid "use of r13 is deprecated" 3501msgstr "" 3502 3503#: config/tc-arm.c:7313 3504msgid "" 3505"ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is " 3506"UNPREDICTABLE" 3507msgstr "" 3508 3509#: config/tc-arm.c:7388 3510msgid "D register out of range for selected VFP version" 3511msgstr "" 3512 3513#: config/tc-arm.c:7467 config/tc-arm.c:10260 3514msgid "Instruction does not support =N addresses" 3515msgstr "" 3516 3517#: config/tc-arm.c:7475 3518msgid "instruction does not accept preindexed addressing" 3519msgstr "" 3520 3521#. unindexed - only for coprocessor 3522#: config/tc-arm.c:7491 config/tc-arm.c:10323 3523msgid "instruction does not accept unindexed addressing" 3524msgstr "" 3525 3526#: config/tc-arm.c:7499 3527msgid "destination register same as write-back base" 3528msgstr "" 3529 3530#: config/tc-arm.c:7500 3531msgid "source register same as write-back base" 3532msgstr "" 3533 3534#: config/tc-arm.c:7550 3535msgid "use of PC in this instruction is deprecated" 3536msgstr "" 3537 3538#: config/tc-arm.c:7573 3539msgid "instruction does not accept scaled register index" 3540msgstr "" 3541 3542#: config/tc-arm.c:7878 3543msgid "invalid pseudo operation" 3544msgstr "" 3545 3546#: config/tc-arm.c:8120 3547msgid "invalid co-processor operand" 3548msgstr "" 3549 3550#: config/tc-arm.c:8136 3551msgid "instruction does not support unindexed addressing" 3552msgstr "" 3553 3554#: config/tc-arm.c:8151 3555msgid "pc may not be used with write-back" 3556msgstr "" 3557 3558#: config/tc-arm.c:8156 3559msgid "instruction does not support writeback" 3560msgstr "" 3561 3562#: config/tc-arm.c:8262 3563msgid "Rn must not overlap other operands" 3564msgstr "" 3565 3566#: config/tc-arm.c:8267 3567msgid "swp{b} use is obsoleted for ARMv8 and later" 3568msgstr "" 3569 3570#: config/tc-arm.c:8270 3571msgid "swp{b} use is deprecated for ARMv6 and ARMv7" 3572msgstr "" 3573 3574#: config/tc-arm.c:8375 config/tc-arm.c:8394 config/tc-arm.c:8407 3575#: config/tc-arm.c:10904 config/tc-arm.c:10935 config/tc-arm.c:10957 3576msgid "bit-field extends past end of register" 3577msgstr "" 3578 3579#: config/tc-arm.c:8437 3580msgid "the only valid suffixes here are '(plt)' and '(tlscall)'" 3581msgstr "" 3582 3583#: config/tc-arm.c:8490 3584msgid "use of r15 in blx in ARM mode is not really useful" 3585msgstr "" 3586 3587#: config/tc-arm.c:8512 3588msgid "use of r15 in bx in ARM mode is not really useful" 3589msgstr "" 3590 3591#: config/tc-arm.c:8537 3592msgid "use of r15 in bxj is not really useful" 3593msgstr "" 3594 3595#: config/tc-arm.c:8585 3596msgid "This coprocessor register access is deprecated in ARMv8" 3597msgstr "" 3598 3599#: config/tc-arm.c:8785 config/tc-arm.c:8794 3600msgid "writeback of base register is UNPREDICTABLE" 3601msgstr "" 3602 3603#: config/tc-arm.c:8788 3604msgid "writeback of base register when in register list is UNPREDICTABLE" 3605msgstr "" 3606 3607#: config/tc-arm.c:8798 3608msgid "if writeback register is in list, it must be the lowest reg in the list" 3609msgstr "" 3610 3611#: config/tc-arm.c:8830 3612msgid "first transfer register must be even" 3613msgstr "" 3614 3615#: config/tc-arm.c:8833 3616msgid "can only transfer two consecutive registers" 3617msgstr "" 3618 3619#. If op 1 were present and equal to PC, this function wouldn't 3620#. have been called in the first place. 3621#. If op 2 were present and equal to PC, this function wouldn't 3622#. have been called in the first place. 3623#: config/tc-arm.c:8834 config/tc-arm.c:8904 config/tc-arm.c:9558 3624#: config/tc-arm.c:11713 3625msgid "r14 not allowed here" 3626msgstr "" 3627 3628#: config/tc-arm.c:8846 3629msgid "base register written back, and overlaps second transfer register" 3630msgstr "" 3631 3632#: config/tc-arm.c:8856 3633msgid "index register overlaps transfer register" 3634msgstr "" 3635 3636#: config/tc-arm.c:8885 config/tc-arm.c:9525 3637msgid "offset must be zero in ARM encoding" 3638msgstr "" 3639 3640#: config/tc-arm.c:8898 config/tc-arm.c:9552 3641msgid "even register required" 3642msgstr "" 3643 3644#: config/tc-arm.c:8901 3645msgid "can only load two consecutive registers" 3646msgstr "" 3647 3648#: config/tc-arm.c:8919 3649msgid "ldr to register 15 must be 4-byte alligned" 3650msgstr "" 3651 3652#: config/tc-arm.c:8942 config/tc-arm.c:8974 3653msgid "this instruction requires a post-indexed address" 3654msgstr "" 3655 3656#: config/tc-arm.c:9001 3657msgid "Rd and Rm should be different in mla" 3658msgstr "" 3659 3660#: config/tc-arm.c:9028 config/tc-arm.c:12085 3661msgid ":lower16: not allowed this instruction" 3662msgstr "" 3663 3664#: config/tc-arm.c:9030 3665msgid ":upper16: not allowed instruction" 3666msgstr "" 3667 3668#: config/tc-arm.c:9047 3669msgid "operand 1 must be FPSCR" 3670msgstr "" 3671 3672#: config/tc-arm.c:9129 config/tc-arm.c:12204 3673msgid "bad register for mrs" 3674msgstr "" 3675 3676#: config/tc-arm.c:9136 config/tc-arm.c:12228 3677msgid "'APSR', 'CPSR' or 'SPSR' expected" 3678msgstr "" 3679 3680#: config/tc-arm.c:9177 3681msgid "Rd and Rm should be different in mul" 3682msgstr "" 3683 3684#: config/tc-arm.c:9196 config/tc-arm.c:9470 config/tc-arm.c:12367 3685msgid "rdhi and rdlo must be different" 3686msgstr "" 3687 3688#: config/tc-arm.c:9202 3689msgid "rdhi, rdlo and rm must all be different" 3690msgstr "" 3691 3692#: config/tc-arm.c:9268 3693msgid "'[' expected after PLD mnemonic" 3694msgstr "" 3695 3696#: config/tc-arm.c:9270 config/tc-arm.c:9285 3697msgid "post-indexed expression used in preload instruction" 3698msgstr "" 3699 3700#: config/tc-arm.c:9272 config/tc-arm.c:9287 3701msgid "writeback used in preload instruction" 3702msgstr "" 3703 3704#: config/tc-arm.c:9274 config/tc-arm.c:9289 3705msgid "unindexed addressing used in preload instruction" 3706msgstr "" 3707 3708#: config/tc-arm.c:9283 3709msgid "'[' expected after PLI mnemonic" 3710msgstr "" 3711 3712#: config/tc-arm.c:9298 config/tc-arm.c:12536 3713msgid "push/pop do not support {reglist}^" 3714msgstr "" 3715 3716#: config/tc-arm.c:9376 config/tc-arm.c:12683 3717msgid "setend use is deprecated for ARMv8" 3718msgstr "" 3719 3720#: config/tc-arm.c:9397 config/tc-arm.c:12744 config/tc-arm.c:12776 3721#: config/tc-arm.c:12819 3722msgid "extraneous shift as part of operand to shift insn" 3723msgstr "" 3724 3725#: config/tc-arm.c:9428 config/tc-arm.c:9437 3726msgid "selected processor does not support SETPAN instruction" 3727msgstr "" 3728 3729#: config/tc-arm.c:9496 3730msgid "SRS base register must be r13" 3731msgstr "" 3732 3733#: config/tc-arm.c:9555 3734msgid "can only store two consecutive registers" 3735msgstr "" 3736 3737#: config/tc-arm.c:9669 config/tc-arm.c:9686 3738msgid "only two consecutive VFP SP registers allowed here" 3739msgstr "" 3740 3741#: config/tc-arm.c:9714 config/tc-arm.c:9729 3742msgid "this addressing mode requires base-register writeback" 3743msgstr "" 3744 3745#. If srcsize is 16, inst.operands[1].imm must be in the range 0-16. 3746#. i.e. immbits must be in range 0 - 16. 3747#: config/tc-arm.c:9846 3748msgid "immediate value out of range, expected range [0, 16]" 3749msgstr "" 3750 3751#. If srcsize is 32, inst.operands[1].imm must be in the range 1-32. 3752#. i.e. immbits must be in range 0 - 31. 3753#: config/tc-arm.c:9853 3754msgid "immediate value out of range, expected range [1, 32]" 3755msgstr "" 3756 3757#: config/tc-arm.c:9919 3758msgid "this instruction does not support indexing" 3759msgstr "" 3760 3761#: config/tc-arm.c:9942 3762msgid "only r15 allowed here" 3763msgstr "" 3764 3765#: config/tc-arm.c:10077 3766msgid "immediate operand requires iWMMXt2" 3767msgstr "" 3768 3769#: config/tc-arm.c:10221 3770msgid "shift by register not allowed in thumb mode" 3771msgstr "" 3772 3773#: config/tc-arm.c:10233 config/tc-arm.c:12927 config/tc-arm.c:23012 3774msgid "shift expression is too large" 3775msgstr "" 3776 3777#: config/tc-arm.c:10266 3778msgid "cannot use register index with this instruction" 3779msgstr "" 3780 3781#: config/tc-arm.c:10268 3782msgid "Thumb does not support negative register indexing" 3783msgstr "" 3784 3785#: config/tc-arm.c:10270 3786msgid "Thumb does not support register post-indexing" 3787msgstr "" 3788 3789#: config/tc-arm.c:10272 3790msgid "Thumb does not support register indexing with writeback" 3791msgstr "" 3792 3793#: config/tc-arm.c:10274 3794msgid "Thumb supports only LSL in shifted register indexing" 3795msgstr "" 3796 3797#: config/tc-arm.c:10283 config/tc-arm.c:16104 3798msgid "shift out of range" 3799msgstr "" 3800 3801#: config/tc-arm.c:10292 3802msgid "cannot use writeback with this instruction" 3803msgstr "" 3804 3805#: config/tc-arm.c:10313 3806msgid "cannot use post-indexing with PC-relative addressing" 3807msgstr "" 3808 3809#: config/tc-arm.c:10314 3810msgid "cannot use post-indexing with this instruction" 3811msgstr "" 3812 3813#: config/tc-arm.c:10535 3814msgid "only SUBS PC, LR, #const allowed" 3815msgstr "" 3816 3817#: config/tc-arm.c:10617 config/tc-arm.c:10772 config/tc-arm.c:10869 3818#: config/tc-arm.c:12165 config/tc-arm.c:12473 3819msgid "shift must be constant" 3820msgstr "" 3821 3822#: config/tc-arm.c:10622 3823msgid "shift value over 3 not allowed in thumb mode" 3824msgstr "" 3825 3826#: config/tc-arm.c:10624 3827msgid "only LSL shift allowed in thumb mode" 3828msgstr "" 3829 3830#: config/tc-arm.c:10648 config/tc-arm.c:10787 config/tc-arm.c:10884 3831#: config/tc-arm.c:12178 3832msgid "unshifted register required" 3833msgstr "" 3834 3835#: config/tc-arm.c:10663 config/tc-arm.c:10895 config/tc-arm.c:12328 3836msgid "dest must overlap one source register" 3837msgstr "" 3838 3839#: config/tc-arm.c:10790 3840msgid "dest and source1 must be the same register" 3841msgstr "" 3842 3843#: config/tc-arm.c:11030 3844msgid "" 3845"selected architecture does not support wide conditional branch instruction" 3846msgstr "" 3847 3848#: config/tc-arm.c:11063 3849msgid "instruction is always unconditional" 3850msgstr "" 3851 3852#: config/tc-arm.c:11178 3853msgid "selected processor does not support 'A' form of this instruction" 3854msgstr "" 3855 3856#: config/tc-arm.c:11181 3857msgid "Thumb does not support the 2-argument form of this instruction" 3858msgstr "" 3859 3860#: config/tc-arm.c:11302 3861msgid "SP not allowed in register list" 3862msgstr "" 3863 3864#: config/tc-arm.c:11306 config/tc-arm.c:11412 3865msgid "" 3866"having the base register in the register list when using write back is " 3867"UNPREDICTABLE" 3868msgstr "" 3869 3870#: config/tc-arm.c:11314 3871msgid "LR and PC should not both be in register list" 3872msgstr "" 3873 3874#: config/tc-arm.c:11322 3875msgid "PC not allowed in register list" 3876msgstr "" 3877 3878#: config/tc-arm.c:11364 3879msgid "Thumb load/store multiple does not support {reglist}^" 3880msgstr "" 3881 3882#: config/tc-arm.c:11389 config/tc-arm.c:11466 3883#, c-format 3884msgid "value stored for r%d is UNKNOWN" 3885msgstr "" 3886 3887#: config/tc-arm.c:11459 3888msgid "Thumb-2 instruction only valid in unified syntax" 3889msgstr "" 3890 3891#: config/tc-arm.c:11463 config/tc-arm.c:11473 3892msgid "this instruction will write back the base register" 3893msgstr "" 3894 3895#: config/tc-arm.c:11476 3896msgid "this instruction will not write back the base register" 3897msgstr "" 3898 3899#: config/tc-arm.c:11507 3900msgid "r14 not allowed as first register when second register is omitted" 3901msgstr "" 3902 3903#: config/tc-arm.c:11607 3904msgid "" 3905"This instruction may be unpredictable if executed on M-profile cores with " 3906"interrupts enabled." 3907msgstr "" 3908 3909#: config/tc-arm.c:11636 config/tc-arm.c:11649 config/tc-arm.c:11685 3910msgid "Thumb does not support this addressing mode" 3911msgstr "" 3912 3913#: config/tc-arm.c:11653 3914msgid "byte or halfword not valid for base register" 3915msgstr "" 3916 3917#: config/tc-arm.c:11656 3918msgid "r15 based store not allowed" 3919msgstr "" 3920 3921#: config/tc-arm.c:11658 3922msgid "invalid base register for register offset" 3923msgstr "" 3924 3925#: config/tc-arm.c:11715 3926msgid "r12 not allowed here" 3927msgstr "" 3928 3929#: config/tc-arm.c:11721 3930msgid "base register written back, and overlaps one of transfer registers" 3931msgstr "" 3932 3933#: config/tc-arm.c:11849 3934#, c-format 3935msgid "" 3936"Use of r%u as a source register is deprecated when r%u is the destination " 3937"register." 3938msgstr "" 3939 3940#: config/tc-arm.c:12041 3941msgid "shifts in CMP/MOV instructions are only supported in unified syntax" 3942msgstr "" 3943 3944#: config/tc-arm.c:12069 3945msgid "only lo regs allowed with immediate" 3946msgstr "" 3947 3948#: config/tc-arm.c:12090 3949msgid ":upper16: not allowed this instruction" 3950msgstr "" 3951 3952#: config/tc-arm.c:12246 3953msgid "Thumb encoding does not support an immediate here" 3954msgstr "" 3955 3956#: config/tc-arm.c:12333 3957msgid "Thumb-2 MUL must not set flags" 3958msgstr "" 3959 3960#: config/tc-arm.c:12398 3961msgid "Thumb does not support NOP with hints" 3962msgstr "" 3963 3964#: config/tc-arm.c:12558 3965msgid "invalid register list to push/pop instruction" 3966msgstr "" 3967 3968#: config/tc-arm.c:12803 3969msgid "source1 and dest must be same register" 3970msgstr "" 3971 3972#: config/tc-arm.c:12828 3973msgid "ror #imm not supported" 3974msgstr "" 3975 3976#: config/tc-arm.c:12879 3977msgid "SMC is not permitted on this architecture" 3978msgstr "" 3979 3980#: config/tc-arm.c:13044 3981msgid "Thumb encoding does not support rotation" 3982msgstr "" 3983 3984#: config/tc-arm.c:13059 3985msgid "SVC is not permitted on this architecture" 3986msgstr "" 3987 3988#: config/tc-arm.c:13075 3989msgid "instruction requires register index" 3990msgstr "" 3991 3992#: config/tc-arm.c:13084 3993msgid "instruction does not allow shifted index" 3994msgstr "" 3995 3996#: config/tc-arm.c:13270 3997msgid "invalid neon suffix for non neon instruction" 3998msgstr "" 3999 4000#: config/tc-arm.c:13628 config/tc-arm.c:13974 config/tc-arm.c:15574 4001#: config/tc-arm.c:17072 4002msgid "invalid instruction shape" 4003msgstr "" 4004 4005#: config/tc-arm.c:13873 4006msgid "types specified in both the mnemonic and operands" 4007msgstr "" 4008 4009#: config/tc-arm.c:13910 4010msgid "operand types can't be inferred" 4011msgstr "" 4012 4013#: config/tc-arm.c:13916 4014msgid "type specifier has the wrong number of parts" 4015msgstr "" 4016 4017#: config/tc-arm.c:14002 config/tc-arm.c:15762 config/tc-arm.c:15769 4018msgid "operand size must match register width" 4019msgstr "" 4020 4021#: config/tc-arm.c:14013 4022msgid "bad type in Neon instruction" 4023msgstr "" 4024 4025#: config/tc-arm.c:14024 4026msgid "inconsistent types in Neon instruction" 4027msgstr "" 4028 4029#: config/tc-arm.c:14543 config/tc-arm.c:14579 config/tc-arm.c:15211 4030#: config/tc-arm.c:16491 4031msgid "immediate out of range for shift" 4032msgstr "" 4033 4034#: config/tc-arm.c:14699 4035msgid "first and second operands shall be the same register" 4036msgstr "" 4037 4038#: config/tc-arm.c:14977 4039msgid "scalar out of range for multiply instruction" 4040msgstr "" 4041 4042#: config/tc-arm.c:15101 4043msgid "instruction form not available on this architecture." 4044msgstr "" 4045 4046#: config/tc-arm.c:15104 4047msgid "this instruction implies use of ARMv8.1 AdvSIMD." 4048msgstr "" 4049 4050#: config/tc-arm.c:15187 config/tc-arm.c:15199 4051msgid "immediate out of range for insert" 4052msgstr "" 4053 4054#: config/tc-arm.c:15332 4055msgid "immediate out of range for narrowing operation" 4056msgstr "" 4057 4058#: config/tc-arm.c:15478 4059msgid "operands 0 and 1 must be the same register" 4060msgstr "" 4061 4062#: config/tc-arm.c:15584 config/tc-arm.c:17170 4063msgid "invalid rounding mode" 4064msgstr "" 4065 4066#: config/tc-arm.c:15911 4067msgid "operand size must be specified for immediate VMOV" 4068msgstr "" 4069 4070#: config/tc-arm.c:15921 4071msgid "immediate has bits set outside the operand size" 4072msgstr "" 4073 4074#: config/tc-arm.c:16086 4075msgid "Instruction form not available on this architecture." 4076msgstr "" 4077 4078#: config/tc-arm.c:16130 4079msgid "elements must be smaller than reversal region" 4080msgstr "" 4081 4082#: config/tc-arm.c:16312 config/tc-arm.c:16372 4083msgid "bad type for scalar" 4084msgstr "" 4085 4086#: config/tc-arm.c:16449 config/tc-arm.c:16457 4087msgid "VFP registers must be adjacent" 4088msgstr "" 4089 4090#: config/tc-arm.c:16500 4091msgid "invalid suffix" 4092msgstr "" 4093 4094#: config/tc-arm.c:16618 4095msgid "bad list length for table lookup" 4096msgstr "" 4097 4098#: config/tc-arm.c:16648 4099msgid "writeback (!) must be used for VLDMDB and VSTMDB" 4100msgstr "" 4101 4102#: config/tc-arm.c:16651 4103msgid "register list must contain at least 1 and at most 16 registers" 4104msgstr "" 4105 4106#: config/tc-arm.c:16676 4107msgid "Use of PC here is UNPREDICTABLE" 4108msgstr "" 4109 4110#: config/tc-arm.c:16678 4111msgid "Use of PC here is deprecated" 4112msgstr "" 4113 4114#: config/tc-arm.c:16745 4115msgid "bad alignment" 4116msgstr "" 4117 4118#: config/tc-arm.c:16762 4119msgid "bad list type for instruction" 4120msgstr "" 4121 4122#: config/tc-arm.c:16764 4123msgid "bad element type for instruction" 4124msgstr "" 4125 4126#: config/tc-arm.c:16806 4127msgid "unsupported alignment for instruction" 4128msgstr "" 4129 4130#: config/tc-arm.c:16825 config/tc-arm.c:16919 config/tc-arm.c:16931 4131#: config/tc-arm.c:16941 config/tc-arm.c:16955 4132msgid "bad list length" 4133msgstr "" 4134 4135#: config/tc-arm.c:16830 4136msgid "stride of 2 unavailable when element size is 8" 4137msgstr "" 4138 4139#: config/tc-arm.c:16863 config/tc-arm.c:16939 4140msgid "can't use alignment with this instruction" 4141msgstr "" 4142 4143#: config/tc-arm.c:17011 4144msgid "post-index must be a register" 4145msgstr "" 4146 4147#: config/tc-arm.c:17013 4148msgid "bad register for post-index" 4149msgstr "" 4150 4151#: config/tc-arm.c:17725 config/tc-arm.c:17811 4152msgid "conditional infixes are deprecated in unified syntax" 4153msgstr "" 4154 4155#: config/tc-arm.c:17962 4156msgid "Warning: conditional outside an IT block for Thumb." 4157msgstr "" 4158 4159#: config/tc-arm.c:18114 4160msgid "Short branches, Undefined, SVC, LDM/STM" 4161msgstr "" 4162 4163#: config/tc-arm.c:18115 4164msgid "Miscellaneous 16-bit instructions" 4165msgstr "" 4166 4167#: config/tc-arm.c:18116 4168msgid "ADR" 4169msgstr "" 4170 4171#: config/tc-arm.c:18117 4172msgid "Literal loads" 4173msgstr "" 4174 4175#: config/tc-arm.c:18118 4176msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc" 4177msgstr "" 4178 4179#: config/tc-arm.c:18119 4180msgid "Hi-register ADD, MOV, CMP using pc" 4181msgstr "" 4182 4183#. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue' 4184#. field in asm_opcode. 'tvalue' is used at the stage this check happen. 4185#: config/tc-arm.c:18122 4186msgid "ADD/SUB sp, sp #imm" 4187msgstr "" 4188 4189#: config/tc-arm.c:18141 4190msgid "IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8" 4191msgstr "" 4192 4193#: config/tc-arm.c:18153 4194#, c-format 4195msgid "" 4196"IT blocks containing 16-bit Thumb instructions of the following class are " 4197"deprecated in ARMv8: %s" 4198msgstr "" 4199 4200#: config/tc-arm.c:18166 4201msgid "" 4202"IT blocks containing more than one conditional instruction are deprecated in " 4203"ARMv8" 4204msgstr "" 4205 4206#: config/tc-arm.c:18274 4207#, c-format 4208msgid "bad instruction `%s'" 4209msgstr "" 4210 4211#: config/tc-arm.c:18280 4212msgid "s suffix on comparison instruction is deprecated" 4213msgstr "" 4214 4215#: config/tc-arm.c:18299 4216#, c-format 4217msgid "selected processor does not support `%s' in Thumb mode" 4218msgstr "" 4219 4220#: config/tc-arm.c:18305 4221msgid "Thumb does not support conditional execution" 4222msgstr "" 4223 4224#: config/tc-arm.c:18325 4225#, c-format 4226msgid "" 4227"selected processor does not support 32bit wide variant of instruction `%s'" 4228msgstr "" 4229 4230#: config/tc-arm.c:18328 4231#, c-format 4232msgid "selected processor does not support `%s' in Thumb-2 mode" 4233msgstr "" 4234 4235#: config/tc-arm.c:18353 4236#, c-format 4237msgid "cannot honor width suffix -- `%s'" 4238msgstr "" 4239 4240#: config/tc-arm.c:18395 4241#, c-format 4242msgid "selected processor does not support `%s' in ARM mode" 4243msgstr "" 4244 4245#: config/tc-arm.c:18400 4246#, c-format 4247msgid "width suffixes are invalid in ARM mode -- `%s'" 4248msgstr "" 4249 4250#: config/tc-arm.c:18433 4251#, c-format 4252msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'" 4253msgstr "" 4254 4255#: config/tc-arm.c:18450 4256#, c-format 4257msgid "section '%s' finished with an open IT block." 4258msgstr "" 4259 4260#: config/tc-arm.c:18455 4261msgid "file finished with an open IT block." 4262msgstr "" 4263 4264#: config/tc-arm.c:21690 4265#, c-format 4266msgid "alignments greater than %d bytes not supported in .text sections." 4267msgstr "" 4268 4269#: config/tc-arm.c:21951 config/tc-ia64.c:3593 4270#, c-format 4271msgid "Group section `%s' has no group signature" 4272msgstr "" 4273 4274#: config/tc-arm.c:21996 4275msgid "handlerdata in cantunwind frame" 4276msgstr "" 4277 4278#: config/tc-arm.c:22013 4279msgid "too many unwind opcodes for personality routine 0" 4280msgstr "" 4281 4282#: config/tc-arm.c:22044 4283msgid "attempt to recreate an unwind entry" 4284msgstr "" 4285 4286#: config/tc-arm.c:22054 4287msgid "too many unwind opcodes" 4288msgstr "" 4289 4290#: config/tc-arm.c:22347 4291#, c-format 4292msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s" 4293msgstr "" 4294 4295#: config/tc-arm.c:22709 config/tc-arm.c:22760 4296#, c-format 4297msgid "symbol %s is in a different section" 4298msgstr "" 4299 4300#: config/tc-arm.c:22711 config/tc-arm.c:22762 4301#, c-format 4302msgid "symbol %s is weak and may be overridden later" 4303msgstr "" 4304 4305#: config/tc-arm.c:22739 config/tc-arm.c:23081 4306#, c-format 4307msgid "invalid constant (%lx) after fixup" 4308msgstr "" 4309 4310#: config/tc-arm.c:22795 4311#, c-format 4312msgid "unable to compute ADRL instructions for PC offset of 0x%lx" 4313msgstr "" 4314 4315#: config/tc-arm.c:22830 config/tc-arm.c:22860 4316msgid "invalid literal constant: pool needs to be closer" 4317msgstr "" 4318 4319#: config/tc-arm.c:22833 config/tc-arm.c:22882 4320#, c-format 4321msgid "bad immediate value for offset (%ld)" 4322msgstr "" 4323 4324#: config/tc-arm.c:22863 4325#, c-format 4326msgid "bad immediate value for 8-bit offset (%ld)" 4327msgstr "" 4328 4329#: config/tc-arm.c:22923 4330msgid "offset not a multiple of 4" 4331msgstr "" 4332 4333#: config/tc-arm.c:23097 4334msgid "invalid smc expression" 4335msgstr "" 4336 4337#: config/tc-arm.c:23106 4338msgid "invalid hvc expression" 4339msgstr "" 4340 4341#: config/tc-arm.c:23117 config/tc-arm.c:23126 4342msgid "invalid swi expression" 4343msgstr "" 4344 4345#: config/tc-arm.c:23136 4346msgid "invalid expression in load/store multiple" 4347msgstr "" 4348 4349#: config/tc-arm.c:23197 4350#, c-format 4351msgid "blx to '%s' an ARM ISA state function changed to bl" 4352msgstr "" 4353 4354#: config/tc-arm.c:23216 4355msgid "misaligned branch destination" 4356msgstr "" 4357 4358#: config/tc-arm.c:23336 4359#, c-format 4360msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl" 4361msgstr "" 4362 4363#: config/tc-arm.c:23386 4364msgid "Thumb2 branch out of range" 4365msgstr "" 4366 4367#: config/tc-arm.c:23470 4368msgid "rel31 relocation overflow" 4369msgstr "" 4370 4371#: config/tc-arm.c:23491 config/tc-arm.c:23495 config/tc-arm.c:23534 4372msgid "co-processor offset out of range" 4373msgstr "" 4374 4375#: config/tc-arm.c:23551 4376#, c-format 4377msgid "invalid offset, target not word aligned (0x%08lX)" 4378msgstr "" 4379 4380#: config/tc-arm.c:23558 config/tc-arm.c:23567 config/tc-arm.c:23575 4381#: config/tc-arm.c:23583 config/tc-arm.c:23591 4382#, c-format 4383msgid "invalid offset, value too big (0x%08lX)" 4384msgstr "" 4385 4386#: config/tc-arm.c:23632 4387msgid "invalid Hi register with immediate" 4388msgstr "" 4389 4390#: config/tc-arm.c:23648 4391msgid "invalid immediate for stack address calculation" 4392msgstr "" 4393 4394#: config/tc-arm.c:23667 4395msgid "address calculation needs a strongly defined nearby symbol" 4396msgstr "" 4397 4398#: config/tc-arm.c:23683 4399msgid "symbol too far away" 4400msgstr "" 4401 4402#: config/tc-arm.c:23695 4403#, c-format 4404msgid "invalid immediate for address calculation (value = 0x%08lX)" 4405msgstr "" 4406 4407#: config/tc-arm.c:23725 4408#, c-format 4409msgid "invalid immediate: %ld is out of range" 4410msgstr "" 4411 4412#: config/tc-arm.c:23737 4413#, c-format 4414msgid "invalid shift value: %ld" 4415msgstr "" 4416 4417#: config/tc-arm.c:23807 config/tc-arm.c:23878 4418#, c-format 4419msgid "the offset 0x%08lX is not representable" 4420msgstr "" 4421 4422#: config/tc-arm.c:23839 4423#, c-format 4424msgid "Unable to process relocation for thumb opcode: %lx" 4425msgstr "" 4426 4427#: config/tc-arm.c:23918 4428#, c-format 4429msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)" 4430msgstr "" 4431 4432#: config/tc-arm.c:23957 4433#, c-format 4434msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)" 4435msgstr "" 4436 4437#: config/tc-arm.c:23997 4438#, c-format 4439msgid "bad offset 0x%08lX (must be word-aligned)" 4440msgstr "" 4441 4442#: config/tc-arm.c:24002 4443#, c-format 4444msgid "bad offset 0x%08lX (must be an 8-bit number of words)" 4445msgstr "" 4446 4447#: config/tc-arm.c:24033 config/tc-score.c:7391 4448#, c-format 4449msgid "bad relocation fixup type (%d)" 4450msgstr "" 4451 4452#: config/tc-arm.c:24144 4453msgid "literal referenced across section boundary" 4454msgstr "" 4455 4456#: config/tc-arm.c:24215 4457msgid "internal relocation (type: IMMEDIATE) not fixed up" 4458msgstr "" 4459 4460#: config/tc-arm.c:24220 4461msgid "ADRL used for a symbol not defined in the same file" 4462msgstr "" 4463 4464#: config/tc-arm.c:24235 4465#, c-format 4466msgid "undefined local label `%s'" 4467msgstr "" 4468 4469#: config/tc-arm.c:24241 4470msgid "internal_relocation (type: OFFSET_IMM) not fixed up" 4471msgstr "" 4472 4473#: config/tc-arm.c:24263 config/tc-cris.c:4006 config/tc-ft32.c:602 4474#: config/tc-mcore.c:1928 config/tc-microblaze.c:1972 config/tc-mmix.c:2895 4475#: config/tc-moxie.c:818 config/tc-ns32k.c:2246 config/tc-score.c:7477 4476msgid "<unknown>" 4477msgstr "" 4478 4479#: config/tc-arm.c:24652 4480#, c-format 4481msgid "%s: unexpected function type: %d" 4482msgstr "" 4483 4484#: config/tc-arm.c:24789 4485msgid "use of old and new-style options to set CPU type" 4486msgstr "" 4487 4488#: config/tc-arm.c:24799 4489msgid "use of old and new-style options to set FPU type" 4490msgstr "" 4491 4492#: config/tc-arm.c:24877 4493msgid "hard-float conflicts with specified fpu" 4494msgstr "" 4495 4496#: config/tc-arm.c:25066 4497msgid "generate PIC code" 4498msgstr "" 4499 4500#: config/tc-arm.c:25067 4501msgid "assemble Thumb code" 4502msgstr "" 4503 4504#: config/tc-arm.c:25068 4505msgid "support ARM/Thumb interworking" 4506msgstr "" 4507 4508#: config/tc-arm.c:25070 4509msgid "code uses 32-bit program counter" 4510msgstr "" 4511 4512#: config/tc-arm.c:25071 4513msgid "code uses 26-bit program counter" 4514msgstr "" 4515 4516#: config/tc-arm.c:25072 4517msgid "floating point args are in fp regs" 4518msgstr "" 4519 4520#: config/tc-arm.c:25074 4521msgid "re-entrant code" 4522msgstr "" 4523 4524#: config/tc-arm.c:25075 4525msgid "code is ATPCS conformant" 4526msgstr "" 4527 4528#. These are recognized by the assembler, but have no affect on code. 4529#: config/tc-arm.c:25081 4530msgid "use frame pointer" 4531msgstr "" 4532 4533#: config/tc-arm.c:25082 4534msgid "use stack size checking" 4535msgstr "" 4536 4537#: config/tc-arm.c:25085 4538msgid "do not warn on use of deprecated feature" 4539msgstr "" 4540 4541#: config/tc-arm.c:25087 4542msgid "warn about symbols that match instruction names [default]" 4543msgstr "" 4544 4545#: config/tc-arm.c:25088 4546msgid "disable warnings about symobls that match instructions" 4547msgstr "" 4548 4549#. DON'T add any new processors to this list -- we want the whole list 4550#. to go away... Add them to the processors table instead. 4551#: config/tc-arm.c:25104 config/tc-arm.c:25105 4552msgid "use -mcpu=arm1" 4553msgstr "" 4554 4555#: config/tc-arm.c:25106 config/tc-arm.c:25107 4556msgid "use -mcpu=arm2" 4557msgstr "" 4558 4559#: config/tc-arm.c:25108 config/tc-arm.c:25109 4560msgid "use -mcpu=arm250" 4561msgstr "" 4562 4563#: config/tc-arm.c:25110 config/tc-arm.c:25111 4564msgid "use -mcpu=arm3" 4565msgstr "" 4566 4567#: config/tc-arm.c:25112 config/tc-arm.c:25113 4568msgid "use -mcpu=arm6" 4569msgstr "" 4570 4571#: config/tc-arm.c:25114 config/tc-arm.c:25115 4572msgid "use -mcpu=arm600" 4573msgstr "" 4574 4575#: config/tc-arm.c:25116 config/tc-arm.c:25117 4576msgid "use -mcpu=arm610" 4577msgstr "" 4578 4579#: config/tc-arm.c:25118 config/tc-arm.c:25119 4580msgid "use -mcpu=arm620" 4581msgstr "" 4582 4583#: config/tc-arm.c:25120 config/tc-arm.c:25121 4584msgid "use -mcpu=arm7" 4585msgstr "" 4586 4587#: config/tc-arm.c:25122 config/tc-arm.c:25123 4588msgid "use -mcpu=arm70" 4589msgstr "" 4590 4591#: config/tc-arm.c:25124 config/tc-arm.c:25125 4592msgid "use -mcpu=arm700" 4593msgstr "" 4594 4595#: config/tc-arm.c:25126 config/tc-arm.c:25127 4596msgid "use -mcpu=arm700i" 4597msgstr "" 4598 4599#: config/tc-arm.c:25128 config/tc-arm.c:25129 4600msgid "use -mcpu=arm710" 4601msgstr "" 4602 4603#: config/tc-arm.c:25130 config/tc-arm.c:25131 4604msgid "use -mcpu=arm710c" 4605msgstr "" 4606 4607#: config/tc-arm.c:25132 config/tc-arm.c:25133 4608msgid "use -mcpu=arm720" 4609msgstr "" 4610 4611#: config/tc-arm.c:25134 config/tc-arm.c:25135 4612msgid "use -mcpu=arm7d" 4613msgstr "" 4614 4615#: config/tc-arm.c:25136 config/tc-arm.c:25137 4616msgid "use -mcpu=arm7di" 4617msgstr "" 4618 4619#: config/tc-arm.c:25138 config/tc-arm.c:25139 4620msgid "use -mcpu=arm7m" 4621msgstr "" 4622 4623#: config/tc-arm.c:25140 config/tc-arm.c:25141 4624msgid "use -mcpu=arm7dm" 4625msgstr "" 4626 4627#: config/tc-arm.c:25142 config/tc-arm.c:25143 4628msgid "use -mcpu=arm7dmi" 4629msgstr "" 4630 4631#: config/tc-arm.c:25144 config/tc-arm.c:25145 4632msgid "use -mcpu=arm7100" 4633msgstr "" 4634 4635#: config/tc-arm.c:25146 config/tc-arm.c:25147 4636msgid "use -mcpu=arm7500" 4637msgstr "" 4638 4639#: config/tc-arm.c:25148 config/tc-arm.c:25149 4640msgid "use -mcpu=arm7500fe" 4641msgstr "" 4642 4643#: config/tc-arm.c:25150 config/tc-arm.c:25151 config/tc-arm.c:25152 4644#: config/tc-arm.c:25153 4645msgid "use -mcpu=arm7tdmi" 4646msgstr "" 4647 4648#: config/tc-arm.c:25154 config/tc-arm.c:25155 4649msgid "use -mcpu=arm710t" 4650msgstr "" 4651 4652#: config/tc-arm.c:25156 config/tc-arm.c:25157 4653msgid "use -mcpu=arm720t" 4654msgstr "" 4655 4656#: config/tc-arm.c:25158 config/tc-arm.c:25159 4657msgid "use -mcpu=arm740t" 4658msgstr "" 4659 4660#: config/tc-arm.c:25160 config/tc-arm.c:25161 4661msgid "use -mcpu=arm8" 4662msgstr "" 4663 4664#: config/tc-arm.c:25162 config/tc-arm.c:25163 4665msgid "use -mcpu=arm810" 4666msgstr "" 4667 4668#: config/tc-arm.c:25164 config/tc-arm.c:25165 4669msgid "use -mcpu=arm9" 4670msgstr "" 4671 4672#: config/tc-arm.c:25166 config/tc-arm.c:25167 4673msgid "use -mcpu=arm9tdmi" 4674msgstr "" 4675 4676#: config/tc-arm.c:25168 config/tc-arm.c:25169 4677msgid "use -mcpu=arm920" 4678msgstr "" 4679 4680#: config/tc-arm.c:25170 config/tc-arm.c:25171 4681msgid "use -mcpu=arm940" 4682msgstr "" 4683 4684#: config/tc-arm.c:25172 4685msgid "use -mcpu=strongarm" 4686msgstr "" 4687 4688#: config/tc-arm.c:25174 4689msgid "use -mcpu=strongarm110" 4690msgstr "" 4691 4692#: config/tc-arm.c:25176 4693msgid "use -mcpu=strongarm1100" 4694msgstr "" 4695 4696#: config/tc-arm.c:25178 4697msgid "use -mcpu=strongarm1110" 4698msgstr "" 4699 4700#: config/tc-arm.c:25179 4701msgid "use -mcpu=xscale" 4702msgstr "" 4703 4704#: config/tc-arm.c:25180 4705msgid "use -mcpu=iwmmxt" 4706msgstr "" 4707 4708#: config/tc-arm.c:25181 4709msgid "use -mcpu=all" 4710msgstr "" 4711 4712#. Architecture variants -- don't add any more to this list either. 4713#: config/tc-arm.c:25184 config/tc-arm.c:25185 4714msgid "use -march=armv2" 4715msgstr "" 4716 4717#: config/tc-arm.c:25186 config/tc-arm.c:25187 4718msgid "use -march=armv2a" 4719msgstr "" 4720 4721#: config/tc-arm.c:25188 config/tc-arm.c:25189 4722msgid "use -march=armv3" 4723msgstr "" 4724 4725#: config/tc-arm.c:25190 config/tc-arm.c:25191 4726msgid "use -march=armv3m" 4727msgstr "" 4728 4729#: config/tc-arm.c:25192 config/tc-arm.c:25193 4730msgid "use -march=armv4" 4731msgstr "" 4732 4733#: config/tc-arm.c:25194 config/tc-arm.c:25195 4734msgid "use -march=armv4t" 4735msgstr "" 4736 4737#: config/tc-arm.c:25196 config/tc-arm.c:25197 4738msgid "use -march=armv5" 4739msgstr "" 4740 4741#: config/tc-arm.c:25198 config/tc-arm.c:25199 4742msgid "use -march=armv5t" 4743msgstr "" 4744 4745#: config/tc-arm.c:25200 config/tc-arm.c:25201 4746msgid "use -march=armv5te" 4747msgstr "" 4748 4749#. Floating point variants -- don't add any more to this list either. 4750#: config/tc-arm.c:25204 4751msgid "use -mfpu=fpe" 4752msgstr "" 4753 4754#: config/tc-arm.c:25205 4755msgid "use -mfpu=fpa10" 4756msgstr "" 4757 4758#: config/tc-arm.c:25206 4759msgid "use -mfpu=fpa11" 4760msgstr "" 4761 4762#: config/tc-arm.c:25208 4763msgid "use either -mfpu=softfpa or -mfpu=softvfp" 4764msgstr "" 4765 4766#: config/tc-arm.c:25724 4767msgid "extension does not apply to the base architecture" 4768msgstr "" 4769 4770#: config/tc-arm.c:25749 4771msgid "architectural extensions must be specified in alphabetical order" 4772msgstr "" 4773 4774#: config/tc-arm.c:25864 config/tc-arm.c:26584 4775#, c-format 4776msgid "unknown floating point format `%s'\n" 4777msgstr "" 4778 4779#: config/tc-arm.c:25880 4780#, c-format 4781msgid "unknown floating point abi `%s'\n" 4782msgstr "" 4783 4784#: config/tc-arm.c:25896 4785#, c-format 4786msgid "unknown EABI `%s'\n" 4787msgstr "" 4788 4789#: config/tc-arm.c:25916 4790#, c-format 4791msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never." 4792msgstr "" 4793 4794#: config/tc-arm.c:25939 config/tc-metag.c:5912 4795msgid "<fpu name>\t assemble for FPU architecture <fpu name>" 4796msgstr "" 4797 4798#: config/tc-arm.c:25941 4799msgid "<abi>\t assemble for floating point ABI <abi>" 4800msgstr "" 4801 4802#: config/tc-arm.c:25944 4803msgid "<ver>\t\t assemble for eabi version <ver>" 4804msgstr "" 4805 4806#: config/tc-arm.c:25947 4807msgid "<mode>\t controls implicit insertion of IT instructions" 4808msgstr "" 4809 4810#: config/tc-arm.c:25949 4811msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode" 4812msgstr "" 4813 4814#: config/tc-arm.c:26051 4815#, c-format 4816msgid " ARM-specific assembler options:\n" 4817msgstr "" 4818 4819#: config/tc-arm.c:26071 4820#, c-format 4821msgid " --fix-v4bx Allow BX in ARMv4 code\n" 4822msgstr "" 4823 4824#: config/tc-arm.c:26534 4825#, c-format 4826msgid "" 4827"architectural extension `%s' is not allowed for the current base architecture" 4828msgstr "" 4829 4830#: config/tc-arm.c:26553 4831#, c-format 4832msgid "unknown architecture extension `%s'\n" 4833msgstr "" 4834 4835#: config/tc-avr.c:447 4836#, c-format 4837msgid "Known MCU names:" 4838msgstr "" 4839 4840#: config/tc-avr.c:512 4841#, c-format 4842msgid "" 4843"AVR Assembler options:\n" 4844" -mmcu=[avr-name] select microcontroller variant\n" 4845" [avr-name] can be:\n" 4846" avr1 - classic AVR core without data RAM\n" 4847" avr2 - classic AVR core with up to 8K program memory\n" 4848" avr25 - classic AVR core with up to 8K program memory\n" 4849" plus the MOVW instruction\n" 4850" avr3 - classic AVR core with up to 64K program memory\n" 4851" avr31 - classic AVR core with up to 128K program memory\n" 4852" avr35 - classic AVR core with up to 64K program memory\n" 4853" plus the MOVW instruction\n" 4854" avr4 - enhanced AVR core with up to 8K program memory\n" 4855" avr5 - enhanced AVR core with up to 64K program memory\n" 4856" avr51 - enhanced AVR core with up to 128K program memory\n" 4857" avr6 - enhanced AVR core with up to 256K program memory\n" 4858" avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n" 4859" avrxmega3 - XMEGA, > 8K, <= 64K FLASH, > 64K RAM\n" 4860" avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n" 4861" avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n" 4862" avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n" 4863" avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n" 4864" avrtiny - AVR Tiny core with 16 gp registers\n" 4865msgstr "" 4866 4867#: config/tc-avr.c:535 4868#, c-format 4869msgid "" 4870" -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" 4871" -mno-skip-bug disable warnings for skipping two-word instructions\n" 4872" (default for avr4, avr5)\n" 4873" -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n" 4874" (default for avr3, avr5)\n" 4875" -mrmw accept Read-Modify-Write instructions\n" 4876" -mlink-relax generate relocations for linker relaxation (default)\n" 4877" -mno-link-relax don't generate relocations for linker relaxation.\n" 4878msgstr "" 4879 4880#: config/tc-avr.c:573 4881#, c-format 4882msgid "unknown MCU: %s\n" 4883msgstr "" 4884 4885#: config/tc-avr.c:587 4886#, c-format 4887msgid "redefinition of mcu type `%s' to `%s'" 4888msgstr "" 4889 4890#: config/tc-avr.c:675 4891msgid "constant value required" 4892msgstr "" 4893 4894#: config/tc-avr.c:678 4895#, c-format 4896msgid "number must be positive and less than %d" 4897msgstr "" 4898 4899#: config/tc-avr.c:704 config/tc-avr.c:841 4900#, c-format 4901msgid "constant out of 8-bit range: %d" 4902msgstr "" 4903 4904#: config/tc-avr.c:772 config/tc-score.c:1199 read.c:3792 4905msgid "illegal expression" 4906msgstr "" 4907 4908#: config/tc-avr.c:801 config/tc-avr.c:1773 4909msgid "`)' required" 4910msgstr "" 4911 4912#: config/tc-avr.c:907 4913msgid "register name or number from 16 to 31 required" 4914msgstr "" 4915 4916#: config/tc-avr.c:913 4917msgid "register name or number from 0 to 31 required" 4918msgstr "" 4919 4920#: config/tc-avr.c:921 4921msgid "register r16-r23 required" 4922msgstr "" 4923 4924#: config/tc-avr.c:927 4925msgid "register number above 15 required" 4926msgstr "" 4927 4928#: config/tc-avr.c:933 4929msgid "even register number required" 4930msgstr "" 4931 4932#: config/tc-avr.c:939 4933msgid "register r24, r26, r28 or r30 required" 4934msgstr "" 4935 4936#: config/tc-avr.c:960 4937msgid "pointer register (X, Y or Z) required" 4938msgstr "" 4939 4940#: config/tc-avr.c:967 4941msgid "cannot both predecrement and postincrement" 4942msgstr "" 4943 4944#: config/tc-avr.c:975 4945msgid "addressing mode not supported" 4946msgstr "" 4947 4948#: config/tc-avr.c:981 4949msgid "can't predecrement" 4950msgstr "" 4951 4952#: config/tc-avr.c:984 4953msgid "pointer register Z required" 4954msgstr "" 4955 4956#: config/tc-avr.c:1003 4957msgid "postincrement not supported" 4958msgstr "" 4959 4960#: config/tc-avr.c:1013 4961msgid "pointer register (Y or Z) required" 4962msgstr "" 4963 4964#: config/tc-avr.c:1125 config/tc-xgate.c:1346 4965#, c-format 4966msgid "unknown constraint `%c'" 4967msgstr "" 4968 4969#: config/tc-avr.c:1177 4970msgid "`,' required" 4971msgstr "" 4972 4973#: config/tc-avr.c:1195 4974msgid "undefined combination of operands" 4975msgstr "" 4976 4977#: config/tc-avr.c:1204 4978msgid "skipping two-word instruction" 4979msgstr "" 4980 4981#: config/tc-avr.c:1392 config/tc-avr.c:1408 config/tc-avr.c:1539 4982#: config/tc-msp430.c:4052 config/tc-msp430.c:4071 4983#, c-format 4984msgid "odd address operand: %ld" 4985msgstr "" 4986 4987#: config/tc-avr.c:1400 config/tc-avr.c:1419 config/tc-avr.c:1437 4988#: config/tc-avr.c:1448 config/tc-avr.c:1464 config/tc-avr.c:1472 4989#: config/tc-avr.c:1567 config/tc-avr.c:1574 config/tc-d10v.c:503 4990#: config/tc-d30v.c:553 config/tc-msp430.c:4060 config/tc-msp430.c:4078 4991#, c-format 4992msgid "operand out of range: %ld" 4993msgstr "" 4994 4995#: config/tc-avr.c:1455 4996#, c-format 4997msgid "operand out of range: 0x%lx" 4998msgstr "" 4999 5000#: config/tc-avr.c:1560 config/tc-d10v.c:1590 config/tc-d30v.c:2034 5001#: config/tc-msp430.c:4149 5002#, c-format 5003msgid "line %d: unknown relocation type: 0x%x" 5004msgstr "" 5005 5006#: config/tc-avr.c:1588 5007msgid "only constant expression allowed" 5008msgstr "" 5009 5010#. xgettext:c-format. 5011#: config/tc-avr.c:1643 config/tc-bfin.c:826 config/tc-d10v.c:1462 5012#: config/tc-d30v.c:1771 config/tc-metag.c:7021 config/tc-mn10200.c:779 5013#: config/tc-mn10300.c:2177 config/tc-msp430.c:4197 config/tc-ppc.c:7139 5014#: config/tc-spu.c:879 config/tc-spu.c:1090 config/tc-v850.c:3368 5015#: config/tc-z80.c:2056 5016#, c-format 5017msgid "reloc %d not supported by object file format" 5018msgstr "" 5019 5020#: config/tc-avr.c:1665 config/tc-ft32.c:222 config/tc-h8300.c:1959 5021#: config/tc-mcore.c:880 config/tc-microblaze.c:927 config/tc-moxie.c:182 5022#: config/tc-msp430.c:3906 config/tc-pj.c:253 config/tc-sh.c:2589 5023#: config/tc-z8k.c:1215 5024msgid "can't find opcode " 5025msgstr "" 5026 5027#: config/tc-avr.c:1684 5028#, c-format 5029msgid "illegal opcode %s for mcu %s" 5030msgstr "" 5031 5032#: config/tc-avr.c:1712 5033msgid "garbage at end of line" 5034msgstr "" 5035 5036#: config/tc-avr.c:1822 5037#, c-format 5038msgid "illegal %srelocation size: %d" 5039msgstr "" 5040 5041#: config/tc-avr.c:1935 config/tc-avr.c:1990 5042#, c-format 5043msgid "unknown record type %d (in %s)" 5044msgstr "" 5045 5046#: config/tc-avr.c:2011 5047#, c-format 5048msgid "Failed to create property section `%s'\n" 5049msgstr "" 5050 5051#: config/tc-bfin.c:95 config/tc-frv.c:1604 config/tc-frv.c:1614 5052msgid "missing ')'" 5053msgstr "" 5054 5055#: config/tc-bfin.c:441 5056#, c-format 5057msgid " Blackfin specific assembler options:\n" 5058msgstr "" 5059 5060#: config/tc-bfin.c:442 5061#, c-format 5062msgid " -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n" 5063msgstr "" 5064 5065#: config/tc-bfin.c:443 5066#, c-format 5067msgid " -mfdpic assemble for the FDPIC ABI\n" 5068msgstr "" 5069 5070#: config/tc-bfin.c:444 5071#, c-format 5072msgid " -mno-fdpic/-mnopic disable -mfdpic\n" 5073msgstr "" 5074 5075#: config/tc-bfin.c:457 5076msgid "Could not set architecture and machine." 5077msgstr "" 5078 5079#: config/tc-bfin.c:604 5080msgid "Parse failed." 5081msgstr "" 5082 5083#: config/tc-bfin.c:679 5084msgid "pcrel too far BFD_RELOC_BFIN_10" 5085msgstr "" 5086 5087#: config/tc-bfin.c:695 5088msgid "pcrel too far BFD_RELOC_BFIN_12" 5089msgstr "" 5090 5091#: config/tc-bfin.c:715 5092msgid "pcrel too far BFD_RELOC_BFIN_24" 5093msgstr "" 5094 5095#: config/tc-bfin.c:730 5096msgid "pcrel too far BFD_RELOC_BFIN_5" 5097msgstr "" 5098 5099#: config/tc-bfin.c:742 5100msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL" 5101msgstr "" 5102 5103#: config/tc-bfin.c:752 5104msgid "rel too far BFD_RELOC_8" 5105msgstr "" 5106 5107#: config/tc-bfin.c:759 5108msgid "rel too far BFD_RELOC_16" 5109msgstr "" 5110 5111#: config/tc-cr16.c:164 read.c:4640 5112msgid "using a bit field width of zero" 5113msgstr "" 5114 5115#: config/tc-cr16.c:172 read.c:4648 5116#, c-format 5117msgid "field width \"%s\" too complex for a bitfield" 5118msgstr "" 5119 5120#: config/tc-cr16.c:181 read.c:4656 5121#, c-format 5122msgid "field width %lu too big to fit in %d bytes: truncated to %d bits" 5123msgstr "" 5124 5125#: config/tc-cr16.c:203 read.c:4678 5126#, c-format 5127msgid "field value \"%s\" too complex for a bitfield" 5128msgstr "" 5129 5130#: config/tc-cr16.c:384 5131#, c-format 5132msgid "Unknown register pair - index relative mode: `%d'" 5133msgstr "" 5134 5135#: config/tc-cr16.c:598 config/tc-crx.c:361 5136#, c-format 5137msgid "internal error: reloc %d (`%s') not supported by object file format" 5138msgstr "" 5139 5140#: config/tc-cr16.c:691 config/tc-i386.c:10587 config/tc-s390.c:2082 5141msgid "GOT already in symbol table" 5142msgstr "" 5143 5144#: config/tc-cr16.c:808 config/tc-crx.c:572 config/tc-crx.c:591 5145#: config/tc-m68k.c:4656 config/tc-tilegx.c:319 config/tc-tilepro.c:256 5146#, c-format 5147msgid "Internal Error: Can't hash %s: %s" 5148msgstr "" 5149 5150#: config/tc-cr16.c:834 config/tc-cris.c:1229 config/tc-crx.c:545 5151#, c-format 5152msgid "Can't hash `%s': %s\n" 5153msgstr "" 5154 5155#: config/tc-cr16.c:835 config/tc-cris.c:1230 config/tc-crx.c:546 5156msgid "(unknown reason)" 5157msgstr "" 5158 5159#. Missing or bad expr becomes absolute 0. 5160#: config/tc-cr16.c:887 config/tc-crx.c:619 5161#, c-format 5162msgid "missing or invalid displacement expression `%s' taken as 0" 5163msgstr "" 5164 5165#: config/tc-cr16.c:937 5166#, c-format 5167msgid "GOT bad expression with %s." 5168msgstr "" 5169 5170#: config/tc-cr16.c:1048 5171#, c-format 5172msgid "operand %d: illegal use expression: `%s`" 5173msgstr "" 5174 5175#: config/tc-cr16.c:1113 config/tc-crx.c:1127 5176#, c-format 5177msgid "Unknown register: `%d'" 5178msgstr "" 5179 5180#. Issue a error message when register is illegal. 5181#: config/tc-cr16.c:1121 config/tc-crx.c:1135 5182#, c-format 5183msgid "Illegal register (`%s') in Instruction: `%s'" 5184msgstr "" 5185 5186#: config/tc-cr16.c:1192 config/tc-cr16.c:1267 config/tc-crx.c:757 5187#: config/tc-crx.c:777 config/tc-crx.c:792 5188#, c-format 5189msgid "Illegal register `%s' in Instruction `%s'" 5190msgstr "" 5191 5192#: config/tc-cr16.c:1220 config/tc-cr16.c:1231 5193#, c-format 5194msgid "Illegal register pair `%s' in Instruction `%s'" 5195msgstr "" 5196 5197#: config/tc-cr16.c:1256 config/tc-i960.c:832 5198msgid "unmatched '['" 5199msgstr "" 5200 5201#: config/tc-cr16.c:1262 config/tc-i960.c:839 5202msgid "garbage after index spec ignored" 5203msgstr "" 5204 5205#: config/tc-cr16.c:1410 config/tc-crx.c:936 5206#, c-format 5207msgid "Illegal operands (whitespace): `%s'" 5208msgstr "" 5209 5210#: config/tc-cr16.c:1422 config/tc-cr16.c:1429 config/tc-cr16.c:1446 5211#: config/tc-crx.c:948 config/tc-crx.c:955 config/tc-crx.c:972 5212#: config/tc-crx.c:1764 5213#, c-format 5214msgid "Missing matching brackets : `%s'" 5215msgstr "" 5216 5217#: config/tc-cr16.c:1478 config/tc-crx.c:998 5218#, c-format 5219msgid "Unknown exception: `%s'" 5220msgstr "" 5221 5222#: config/tc-cr16.c:1563 config/tc-crx.c:1094 5223#, c-format 5224msgid "Illegal `cinv' parameter: `%c'" 5225msgstr "" 5226 5227#: config/tc-cr16.c:1584 config/tc-cr16.c:1623 5228#, c-format 5229msgid "Unknown register pair: `%d'" 5230msgstr "" 5231 5232#. Issue a error message when register pair is illegal. 5233#: config/tc-cr16.c:1592 5234#, c-format 5235msgid "Illegal register pair (`%s') in Instruction: `%s'" 5236msgstr "" 5237 5238#. Issue a error message when register pair is illegal. 5239#: config/tc-cr16.c:1631 5240#, c-format 5241msgid "Illegal index register pair (`%s') in Instruction: `%s'" 5242msgstr "" 5243 5244#: config/tc-cr16.c:1670 5245#, c-format 5246msgid "Unknown processor register : `%d'" 5247msgstr "" 5248 5249#. Issue a error message when register pair is illegal. 5250#: config/tc-cr16.c:1678 5251#, c-format 5252msgid "Illegal processor register (`%s') in Instruction: `%s'" 5253msgstr "" 5254 5255#: config/tc-cr16.c:1726 5256#, c-format 5257msgid "Unknown processor register (32 bit) : `%d'" 5258msgstr "" 5259 5260#. Issue a error message when register pair is illegal. 5261#: config/tc-cr16.c:1734 5262#, c-format 5263msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'" 5264msgstr "" 5265 5266#: config/tc-cr16.c:2098 config/tc-crx.c:1662 config/tc-crx.c:1679 5267#, c-format 5268msgid "Same src/dest register is used (`r%d'), result is undefined" 5269msgstr "" 5270 5271#: config/tc-cr16.c:2119 5272msgid "RA register is saved twice." 5273msgstr "" 5274 5275#: config/tc-cr16.c:2123 5276#, c-format 5277msgid "`%s' Illegal use of registers." 5278msgstr "" 5279 5280#: config/tc-cr16.c:2137 5281#, c-format 5282msgid "`%s' Illegal count-register combination." 5283msgstr "" 5284 5285#: config/tc-cr16.c:2143 5286#, c-format 5287msgid "`%s' Illegal use of register." 5288msgstr "" 5289 5290#: config/tc-cr16.c:2152 config/tc-crx.c:1671 5291#, c-format 5292msgid "`%s' has undefined result" 5293msgstr "" 5294 5295#: config/tc-cr16.c:2160 5296#, c-format 5297msgid "Same src/dest register is used (`r%d'),result is undefined" 5298msgstr "" 5299 5300#: config/tc-cr16.c:2331 config/tc-crx.c:1576 5301msgid "Incorrect number of operands" 5302msgstr "" 5303 5304#: config/tc-cr16.c:2333 config/tc-crx.c:1578 5305#, c-format 5306msgid "Illegal type of operand (arg %d)" 5307msgstr "" 5308 5309#: config/tc-cr16.c:2339 config/tc-crx.c:1584 5310#, c-format 5311msgid "Operand out of range (arg %d)" 5312msgstr "" 5313 5314#: config/tc-cr16.c:2342 config/tc-crx.c:1587 5315#, c-format 5316msgid "Operand has odd displacement (arg %d)" 5317msgstr "" 5318 5319#: config/tc-cr16.c:2345 config/tc-cr16.c:2376 config/tc-crx.c:1600 5320#: config/tc-crx.c:1631 5321#, c-format 5322msgid "Illegal operand (arg %d)" 5323msgstr "" 5324 5325#. Give an error if a frag containing code is not aligned to a 2-byte 5326#. boundary. 5327#: config/tc-cr16.c:2478 config/tc-cr16.h:74 config/tc-crx.c:1953 5328#: config/tc-crx.h:77 config/tc-ppc.c:3404 config/tc-ppc.c:6352 5329msgid "instruction address is not a multiple of 2" 5330msgstr "" 5331 5332#: config/tc-cr16.c:2501 config/tc-cris.c:1556 config/tc-cris.c:1564 5333#: config/tc-crx.c:1989 config/tc-dlx.c:692 config/tc-hppa.c:3212 5334#: config/tc-hppa.c:3219 config/tc-i860.c:490 config/tc-i860.c:507 5335#: config/tc-i860.c:987 config/tc-sparc.c:1769 config/tc-sparc.c:1777 5336#, c-format 5337msgid "Unknown opcode: `%s'" 5338msgstr "" 5339 5340#: config/tc-cris.c:550 config/tc-m68hc11.c:3892 5341#, c-format 5342msgid "internal inconsistency problem in %s: fr_symbol %lx" 5343msgstr "" 5344 5345#: config/tc-cris.c:554 config/tc-m68hc11.c:3896 config/tc-msp430.c:4547 5346#, c-format 5347msgid "internal inconsistency problem in %s: resolved symbol" 5348msgstr "" 5349 5350#: config/tc-cris.c:564 config/tc-m68hc11.c:3902 5351#, c-format 5352msgid "internal inconsistency problem in %s: fr_subtype %d" 5353msgstr "" 5354 5355#: config/tc-cris.c:904 5356msgid "Relaxation to long branches for .arch common_v10_v32 not implemented" 5357msgstr "" 5358 5359#: config/tc-cris.c:934 5360msgid "Complicated LAPC target operand is not a multiple of two. Use LAPC.D" 5361msgstr "" 5362 5363#: config/tc-cris.c:939 5364#, c-format 5365msgid "" 5366"Internal error found in md_convert_frag: offset %ld. Please report this." 5367msgstr "" 5368 5369#: config/tc-cris.c:964 5370#, c-format 5371msgid "internal inconsistency in %s: bdapq no symbol" 5372msgstr "" 5373 5374#: config/tc-cris.c:977 5375#, c-format 5376msgid "internal inconsistency in %s: bdap.w with no symbol" 5377msgstr "" 5378 5379#: config/tc-cris.c:1001 5380msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness" 5381msgstr "" 5382 5383#: config/tc-cris.c:1010 5384msgid "dangerous MULS/MULU location; give it higher alignment" 5385msgstr "" 5386 5387#. Bail out for compatibility mode. (It seems it can be implemented, 5388#. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump 5389#. $acr", "nop"; but doesn't seem worth it at the moment.) 5390#: config/tc-cris.c:1051 5391msgid "" 5392"Out-of-range .word offset handling is not implemented for .arch " 5393"common_v10_v32" 5394msgstr "" 5395 5396#: config/tc-cris.c:1096 5397msgid ".word case-table handling failed: table too large" 5398msgstr "" 5399 5400#: config/tc-cris.c:1234 5401#, c-format 5402msgid "Buggy opcode: `%s' \"%s\"\n" 5403msgstr "" 5404 5405#: config/tc-cris.c:1662 5406#, c-format 5407msgid "Immediate value not in 5 bit unsigned range: %ld" 5408msgstr "" 5409 5410#: config/tc-cris.c:1678 5411#, c-format 5412msgid "Immediate value not in 4 bit unsigned range: %ld" 5413msgstr "" 5414 5415#: config/tc-cris.c:1730 5416#, c-format 5417msgid "Immediate value not in 6 bit range: %ld" 5418msgstr "" 5419 5420#: config/tc-cris.c:1746 5421#, c-format 5422msgid "Immediate value not in 6 bit unsigned range: %ld" 5423msgstr "" 5424 5425#. Others have a generic warning. 5426#: config/tc-cris.c:1855 5427#, c-format 5428msgid "Unimplemented register `%s' specified" 5429msgstr "" 5430 5431#. We've come to the end of instructions with this 5432#. opcode, so it must be an error. 5433#: config/tc-cris.c:2099 5434msgid "Illegal operands" 5435msgstr "" 5436 5437#: config/tc-cris.c:2140 config/tc-cris.c:2180 5438#, c-format 5439msgid "Immediate value not in 8 bit range: %ld" 5440msgstr "" 5441 5442#: config/tc-cris.c:2150 config/tc-cris.c:2201 5443#, c-format 5444msgid "Immediate value not in 16 bit range: %ld" 5445msgstr "" 5446 5447#: config/tc-cris.c:2185 5448#, c-format 5449msgid "Immediate value not in 8 bit signed range: %ld" 5450msgstr "" 5451 5452#: config/tc-cris.c:2190 5453#, c-format 5454msgid "Immediate value not in 8 bit unsigned range: %ld" 5455msgstr "" 5456 5457#: config/tc-cris.c:2206 5458#, c-format 5459msgid "Immediate value not in 16 bit signed range: %ld" 5460msgstr "" 5461 5462#: config/tc-cris.c:2211 5463#, c-format 5464msgid "Immediate value not in 16 bit unsigned range: %ld" 5465msgstr "" 5466 5467#: config/tc-cris.c:2237 5468msgid "TLS relocation size does not match operand size" 5469msgstr "" 5470 5471#: config/tc-cris.c:2238 5472msgid "PIC relocation size does not match operand size" 5473msgstr "" 5474 5475#: config/tc-cris.c:3385 5476msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n" 5477msgstr "" 5478 5479#: config/tc-cris.c:3389 5480msgid "32-bit conditional branch generated" 5481msgstr "" 5482 5483#: config/tc-cris.c:3450 5484msgid "Complex expression not supported" 5485msgstr "" 5486 5487#. FIXME: Is this function mentioned in the internals.texi manual? If 5488#. not, add it. 5489#: config/tc-cris.c:3600 5490msgid "Bad call to md_atof () - floating point formats are not supported" 5491msgstr "" 5492 5493#: config/tc-cris.c:3641 5494msgid "PC-relative relocation must be trivially resolved" 5495msgstr "" 5496 5497#: config/tc-cris.c:3713 5498#, c-format 5499msgid "Value not in 16 bit range: %ld" 5500msgstr "" 5501 5502#: config/tc-cris.c:3721 5503#, c-format 5504msgid "Value not in 16 bit signed range: %ld" 5505msgstr "" 5506 5507#: config/tc-cris.c:3729 5508#, c-format 5509msgid "Value not in 8 bit range: %ld" 5510msgstr "" 5511 5512#: config/tc-cris.c:3736 5513#, c-format 5514msgid "Value not in 8 bit signed range: %ld" 5515msgstr "" 5516 5517#: config/tc-cris.c:3746 5518#, c-format 5519msgid "Value not in 4 bit unsigned range: %ld" 5520msgstr "" 5521 5522#: config/tc-cris.c:3753 5523#, c-format 5524msgid "Value not in 5 bit unsigned range: %ld" 5525msgstr "" 5526 5527#: config/tc-cris.c:3760 5528#, c-format 5529msgid "Value not in 6 bit range: %ld" 5530msgstr "" 5531 5532#: config/tc-cris.c:3767 5533#, c-format 5534msgid "Value not in 6 bit unsigned range: %ld" 5535msgstr "" 5536 5537#: config/tc-cris.c:3811 5538#, c-format 5539msgid "Please use --help to see usage and options for this assembler.\n" 5540msgstr "" 5541 5542#: config/tc-cris.c:3823 5543msgid "--no-underscore is invalid with a.out format" 5544msgstr "" 5545 5546#: config/tc-cris.c:3835 5547msgid "--pic is invalid for this object format" 5548msgstr "" 5549 5550#: config/tc-cris.c:3849 5551#, c-format 5552msgid "invalid <arch> in --march=<arch>: %s" 5553msgstr "" 5554 5555#: config/tc-cris.c:3958 config/tc-ft32.c:583 config/tc-moxie.c:771 5556msgid "" 5557"Semantics error. This type of operand can not be relocated, it must be an " 5558"assembly-time constant" 5559msgstr "" 5560 5561#: config/tc-cris.c:4007 config/tc-ft32.c:603 config/tc-moxie.c:819 5562#, c-format 5563msgid "Cannot generate relocation type for symbol %s, code %s" 5564msgstr "" 5565 5566#. The messages are formatted to line up with the generic options. 5567#: config/tc-cris.c:4020 5568#, c-format 5569msgid "CRIS-specific options:\n" 5570msgstr "" 5571 5572#: config/tc-cris.c:4022 5573msgid "" 5574" -h, -H Don't execute, print this help text. Deprecated.\n" 5575msgstr "" 5576 5577#: config/tc-cris.c:4024 5578msgid " -N Warn when branches are expanded to jumps.\n" 5579msgstr "" 5580 5581#: config/tc-cris.c:4026 5582msgid "" 5583" --underscore User symbols are normally prepended with " 5584"underscore.\n" 5585msgstr "" 5586 5587#: config/tc-cris.c:4028 5588msgid " Registers will not need any prefix.\n" 5589msgstr "" 5590 5591#: config/tc-cris.c:4030 5592msgid " --no-underscore User symbols do not have any prefix.\n" 5593msgstr "" 5594 5595#: config/tc-cris.c:4032 5596msgid " Registers will require a `$'-prefix.\n" 5597msgstr "" 5598 5599#: config/tc-cris.c:4035 5600msgid " --pic\t\t\tEnable generation of position-independent code.\n" 5601msgstr "" 5602 5603#: config/tc-cris.c:4038 5604msgid "" 5605" --march=<arch>\t\tGenerate code for <arch>. Valid choices for <arch>\n" 5606"\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n" 5607msgstr "" 5608 5609#: config/tc-cris.c:4059 5610msgid "Invalid relocation" 5611msgstr "" 5612 5613#: config/tc-cris.c:4096 5614msgid "Invalid pc-relative relocation" 5615msgstr "" 5616 5617#: config/tc-cris.c:4141 5618#, c-format 5619msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large." 5620msgstr "" 5621 5622#: config/tc-cris.c:4171 5623#, c-format 5624msgid ".syntax %s requires command-line option `--underscore'" 5625msgstr "" 5626 5627#: config/tc-cris.c:4180 5628#, c-format 5629msgid ".syntax %s requires command-line option `--no-underscore'" 5630msgstr "" 5631 5632#: config/tc-cris.c:4217 5633msgid "Unknown .syntax operand" 5634msgstr "" 5635 5636#: config/tc-cris.c:4227 5637msgid "Pseudodirective .file is only valid when generating ELF" 5638msgstr "" 5639 5640#: config/tc-cris.c:4239 5641msgid "Pseudodirective .loc is only valid when generating ELF" 5642msgstr "" 5643 5644#: config/tc-cris.c:4254 5645#, c-format 5646msgid "internal inconsistency problem: %s called for %d bytes" 5647msgstr "" 5648 5649#: config/tc-cris.c:4406 5650msgid "unknown operand to .arch" 5651msgstr "" 5652 5653#: config/tc-cris.c:4415 5654msgid ".arch <arch> requires a matching --march=... option" 5655msgstr "" 5656 5657#: config/tc-crx.c:820 5658#, c-format 5659msgid "Illegal Scale - `%d'" 5660msgstr "" 5661 5662#: config/tc-crx.c:1262 5663#, c-format 5664msgid "Illegal Co-processor register in Instruction `%s' " 5665msgstr "" 5666 5667#: config/tc-crx.c:1269 5668#, c-format 5669msgid "Illegal Co-processor special register in Instruction `%s' " 5670msgstr "" 5671 5672#: config/tc-crx.c:1590 5673#, c-format 5674msgid "Invalid DISPU4 operand value (arg %d)" 5675msgstr "" 5676 5677#: config/tc-crx.c:1593 5678#, c-format 5679msgid "Invalid CST4 operand value (arg %d)" 5680msgstr "" 5681 5682#: config/tc-crx.c:1596 5683#, c-format 5684msgid "Operand value is not within upper 64 KB (arg %d)" 5685msgstr "" 5686 5687#: config/tc-crx.c:1733 5688msgid "Invalid Register in Register List" 5689msgstr "" 5690 5691#: config/tc-crx.c:1787 5692#, c-format 5693msgid "Illegal register `%s' in cop-register list" 5694msgstr "" 5695 5696#: config/tc-crx.c:1795 5697#, c-format 5698msgid "Illegal register `%s' in cop-special-register list" 5699msgstr "" 5700 5701#: config/tc-crx.c:1814 5702#, c-format 5703msgid "Illegal register `%s' in user register list" 5704msgstr "" 5705 5706#: config/tc-crx.c:1833 5707#, c-format 5708msgid "Illegal register `%s' in register list" 5709msgstr "" 5710 5711#: config/tc-crx.c:1839 5712#, c-format 5713msgid "Maximum %d bits may be set in `mask16' operand" 5714msgstr "" 5715 5716#: config/tc-crx.c:1848 5717#, c-format 5718msgid "rest of line ignored; first ignored character is `%c'" 5719msgstr "" 5720 5721#: config/tc-crx.c:1856 5722#, c-format 5723msgid "Illegal `mask16' operand, operation is undefined - `%s'" 5724msgstr "" 5725 5726#. HI can't be specified without LO (and vise-versa). 5727#: config/tc-crx.c:1862 5728msgid "HI/LO registers should be specified together" 5729msgstr "" 5730 5731#: config/tc-crx.c:1868 5732msgid "HI/LO registers should be specified without additional registers" 5733msgstr "" 5734 5735#: config/tc-d10v.c:216 5736#, c-format 5737msgid "" 5738"D10V options:\n" 5739"-O Optimize. Will do some operations in parallel.\n" 5740"--gstabs-packing Pack adjacent short instructions together even\n" 5741" when --gstabs is specified. On by default.\n" 5742"--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n" 5743" instructions together.\n" 5744msgstr "" 5745 5746#: config/tc-d10v.c:573 5747msgid "operand is not an immediate" 5748msgstr "" 5749 5750#: config/tc-d10v.c:591 5751#, c-format 5752msgid "operand out of range: %lu" 5753msgstr "" 5754 5755#: config/tc-d10v.c:651 5756msgid "Instruction must be executed in parallel with another instruction." 5757msgstr "" 5758 5759#: config/tc-d10v.c:705 config/tc-d10v.c:713 5760#, c-format 5761msgid "packing conflict: %s must dispatch sequentially" 5762msgstr "" 5763 5764#: config/tc-d10v.c:812 5765#, c-format 5766msgid "resource conflict (R%d)" 5767msgstr "" 5768 5769#: config/tc-d10v.c:815 5770#, c-format 5771msgid "resource conflict (A%d)" 5772msgstr "" 5773 5774#: config/tc-d10v.c:817 5775msgid "resource conflict (PSW)" 5776msgstr "" 5777 5778#: config/tc-d10v.c:819 5779msgid "resource conflict (C flag)" 5780msgstr "" 5781 5782#: config/tc-d10v.c:821 5783msgid "resource conflict (F flag)" 5784msgstr "" 5785 5786#: config/tc-d10v.c:971 5787msgid "Instruction must be executed in parallel" 5788msgstr "" 5789 5790#: config/tc-d10v.c:974 5791msgid "Long instructions may not be combined." 5792msgstr "" 5793 5794#: config/tc-d10v.c:1007 5795msgid "One of these instructions may not be executed in parallel." 5796msgstr "" 5797 5798#: config/tc-d10v.c:1011 config/tc-d30v.c:1037 5799msgid "Two IU instructions may not be executed in parallel" 5800msgstr "" 5801 5802#: config/tc-d10v.c:1013 config/tc-d10v.c:1021 config/tc-d10v.c:1035 5803#: config/tc-d10v.c:1050 config/tc-d30v.c:1038 config/tc-d30v.c:1047 5804msgid "Swapping instruction order" 5805msgstr "" 5806 5807#: config/tc-d10v.c:1019 config/tc-d30v.c:1044 5808msgid "Two MU instructions may not be executed in parallel" 5809msgstr "" 5810 5811#: config/tc-d10v.c:1039 config/tc-d30v.c:1064 5812msgid "IU instruction may not be in the left container" 5813msgstr "" 5814 5815#: config/tc-d10v.c:1041 config/tc-d10v.c:1056 5816msgid "" 5817"Instruction in R container is squashed by flow control instruction in L " 5818"container." 5819msgstr "" 5820 5821#: config/tc-d10v.c:1054 config/tc-d30v.c:1075 5822msgid "MU instruction may not be in the right container" 5823msgstr "" 5824 5825#: config/tc-d10v.c:1060 config/tc-d30v.c:1087 5826msgid "unknown execution type passed to write_2_short()" 5827msgstr "" 5828 5829#: config/tc-d10v.c:1189 config/tc-d10v.c:1362 5830msgid "bad opcode or operands" 5831msgstr "" 5832 5833#: config/tc-d10v.c:1264 5834msgid "value out of range" 5835msgstr "" 5836 5837#: config/tc-d10v.c:1338 5838msgid "illegal operand - register name found where none expected" 5839msgstr "" 5840 5841#: config/tc-d10v.c:1373 5842msgid "Register number must be EVEN" 5843msgstr "" 5844 5845#: config/tc-d10v.c:1376 5846msgid "Unsupported use of sp" 5847msgstr "" 5848 5849#: config/tc-d10v.c:1395 5850#, c-format 5851msgid "cr%ld is a reserved control register" 5852msgstr "" 5853 5854#: config/tc-d10v.c:1570 5855#, c-format 5856msgid "line %d: rep or repi must include at least 4 instructions" 5857msgstr "" 5858 5859#: config/tc-d10v.c:1759 5860msgid "can't find previous opcode " 5861msgstr "" 5862 5863#: config/tc-d10v.c:1771 5864#, c-format 5865msgid "could not assemble: %s" 5866msgstr "" 5867 5868#: config/tc-d10v.c:1786 config/tc-d10v.c:1808 config/tc-d30v.c:1744 5869msgid "Unable to mix instructions as specified" 5870msgstr "" 5871 5872#: config/tc-d30v.c:149 5873#, c-format 5874msgid "Register name %s conflicts with symbol of the same name" 5875msgstr "" 5876 5877#: config/tc-d30v.c:239 5878#, c-format 5879msgid "" 5880"\n" 5881"D30V options:\n" 5882"-O Make adjacent short instructions parallel if " 5883"possible.\n" 5884"-n Warn about all NOPs inserted by the assembler.\n" 5885"-N\t\t\tWarn about NOPs inserted after word multiplies.\n" 5886"-c Warn about symbols whoes names match register " 5887"names.\n" 5888"-C Opposite of -C. -c is the default.\n" 5889msgstr "" 5890 5891#: config/tc-d30v.c:367 5892msgid "unexpected 12-bit reloc type" 5893msgstr "" 5894 5895#: config/tc-d30v.c:374 5896msgid "unexpected 18-bit reloc type" 5897msgstr "" 5898 5899#: config/tc-d30v.c:625 5900#, c-format 5901msgid "%s NOP inserted" 5902msgstr "" 5903 5904#: config/tc-d30v.c:626 5905msgid "sequential" 5906msgstr "" 5907 5908#: config/tc-d30v.c:626 5909msgid "parallel" 5910msgstr "" 5911 5912#: config/tc-d30v.c:1033 5913msgid "Instructions may not be executed in parallel" 5914msgstr "" 5915 5916#: config/tc-d30v.c:1046 5917#, c-format 5918msgid "Executing %s in IU may not work" 5919msgstr "" 5920 5921#: config/tc-d30v.c:1053 5922#, c-format 5923msgid "Executing %s in IU may not work in parallel execution" 5924msgstr "" 5925 5926#: config/tc-d30v.c:1066 5927#, c-format 5928msgid "special left instruction `%s' kills instruction `%s' in right container" 5929msgstr "" 5930 5931#: config/tc-d30v.c:1077 5932#, c-format 5933msgid "Executing %s in reverse serial with %s may not work" 5934msgstr "" 5935 5936#: config/tc-d30v.c:1080 5937#, c-format 5938msgid "Executing %s in IU in reverse serial may not work" 5939msgstr "" 5940 5941#: config/tc-d30v.c:1268 5942msgid "Odd numbered register used as target of multi-register instruction" 5943msgstr "" 5944 5945#: config/tc-d30v.c:1332 config/tc-d30v.c:1368 5946#, c-format 5947msgid "unknown condition code: %s" 5948msgstr "" 5949 5950#: config/tc-d30v.c:1361 5951#, c-format 5952msgid "cmpu doesn't support condition code %s" 5953msgstr "" 5954 5955#: config/tc-d30v.c:1396 5956#, c-format 5957msgid "unknown opcode: %s" 5958msgstr "" 5959 5960#: config/tc-d30v.c:1407 5961#, c-format 5962msgid "operands for opcode `%s' do not match any valid format" 5963msgstr "" 5964 5965#: config/tc-d30v.c:1622 config/tc-d30v.c:1639 5966msgid "Cannot assemble instruction" 5967msgstr "" 5968 5969#: config/tc-d30v.c:1624 5970msgid "First opcode is long. Unable to mix instructions as specified." 5971msgstr "" 5972 5973#: config/tc-d30v.c:1694 5974msgid "word of NOPs added between word multiply and load" 5975msgstr "" 5976 5977#: config/tc-d30v.c:1696 5978msgid "word of NOPs added between word multiply and 16-bit multiply" 5979msgstr "" 5980 5981#: config/tc-d30v.c:1728 5982msgid "Instruction uses long version, so it cannot be mixed as specified" 5983msgstr "" 5984 5985#: config/tc-d30v.c:1855 5986#, c-format 5987msgid "value too large to fit in %d bits" 5988msgstr "" 5989 5990#: config/tc-d30v.c:1923 5991#, c-format 5992msgid "line %d: unable to place address of symbol '%s' into a byte" 5993msgstr "" 5994 5995#: config/tc-d30v.c:1926 5996#, c-format 5997msgid "line %d: unable to place value %lx into a byte" 5998msgstr "" 5999 6000#: config/tc-d30v.c:1934 6001#, c-format 6002msgid "line %d: unable to place address of symbol '%s' into a short" 6003msgstr "" 6004 6005#: config/tc-d30v.c:1937 6006#, c-format 6007msgid "line %d: unable to place value %lx into a short" 6008msgstr "" 6009 6010#: config/tc-d30v.c:1945 6011#, c-format 6012msgid "line %d: unable to place address of symbol '%s' into a quad" 6013msgstr "" 6014 6015#: config/tc-d30v.c:2053 6016#, c-format 6017msgid "Alignment too large: %d assumed" 6018msgstr "" 6019 6020#: config/tc-dlx.c:213 6021msgid "missing .proc" 6022msgstr "" 6023 6024#: config/tc-dlx.c:230 6025msgid ".endfunc missing for previous .proc" 6026msgstr "" 6027 6028#: config/tc-dlx.c:295 config/tc-i860.c:226 config/tc-mips.c:3498 6029#: config/tc-nios2.c:3627 config/tc-nios2.c:3641 config/tc-nios2.c:3656 6030#, c-format 6031msgid "internal error: can't hash `%s': %s\n" 6032msgstr "" 6033 6034#. Probably a memory allocation problem? Give up now. 6035#: config/tc-dlx.c:302 config/tc-hppa.c:8270 config/tc-nios2.c:1441 6036#: config/tc-nios2.c:3630 config/tc-nios2.c:3644 config/tc-nios2.c:3659 6037#: config/tc-sparc.c:1057 6038msgid "Broken assembler. No assembly attempted." 6039msgstr "" 6040 6041#: config/tc-dlx.c:332 6042#, c-format 6043msgid "Bad operand for a load instruction: <%s>" 6044msgstr "" 6045 6046#: config/tc-dlx.c:446 6047#, c-format 6048msgid "Bad operand for a store instruction: <%s>" 6049msgstr "" 6050 6051#: config/tc-dlx.c:626 6052#, c-format 6053msgid "Expression Error for operand modifier %%hi/%%lo\n" 6054msgstr "" 6055 6056#: config/tc-dlx.c:639 6057#, c-format 6058msgid "Invalid expression after %%%%\n" 6059msgstr "" 6060 6061#: config/tc-dlx.c:703 config/tc-tic4x.c:2476 6062#, c-format 6063msgid "Unknown opcode `%s'." 6064msgstr "" 6065 6066#: config/tc-dlx.c:712 6067msgid "Can not set dlx_skip_hi16_flag" 6068msgstr "" 6069 6070#: config/tc-dlx.c:726 6071#, c-format 6072msgid "Missing arguments for opcode <%s>." 6073msgstr "" 6074 6075#: config/tc-dlx.c:760 6076#, c-format 6077msgid "Too many operands: %s" 6078msgstr "" 6079 6080#: config/tc-dlx.c:797 6081#, c-format 6082msgid "Both the_insn.HI and the_insn.LO are set : %s" 6083msgstr "" 6084 6085#: config/tc-dlx.c:867 6086msgid "failed regnum sanity check." 6087msgstr "" 6088 6089#: config/tc-dlx.c:880 6090msgid "failed general register sanity check." 6091msgstr "" 6092 6093#. Types or values of args don't match. 6094#: config/tc-dlx.c:888 6095msgid "Invalid operands" 6096msgstr "" 6097 6098#: config/tc-dlx.c:1117 6099#, c-format 6100msgid "label \"$%d\" redefined" 6101msgstr "" 6102 6103#: config/tc-dlx.c:1155 6104msgid "Invalid expression after # number\n" 6105msgstr "" 6106 6107#: config/tc-dlx.c:1198 config/tc-i960.c:2635 config/tc-m32r.c:2276 6108#: config/tc-nds32.c:6608 config/tc-sparc.c:3956 6109#, c-format 6110msgid "internal error: can't export reloc type %d (`%s')" 6111msgstr "" 6112 6113#: config/tc-epiphany.c:127 6114#, c-format 6115msgid "EPIPHANY specific command line options:\n" 6116msgstr "" 6117 6118#: config/tc-epiphany.c:366 6119msgid "register number too large for push/pop" 6120msgstr "" 6121 6122#: config/tc-epiphany.c:370 6123msgid "register is out of order" 6124msgstr "" 6125 6126#: config/tc-epiphany.c:381 config/tc-m68k.c:6032 config/tc-m68k.c:6061 6127msgid "bad register list" 6128msgstr "" 6129 6130#: config/tc-epiphany.c:384 6131msgid "malformed reglist in push/pop" 6132msgstr "" 6133 6134#. Checks for behavioral restrictions on LD/ST instructions. 6135#: config/tc-epiphany.c:430 6136msgid "destination register modified by displacement-post-modified address" 6137msgstr "" 6138 6139#: config/tc-epiphany.c:431 6140msgid "ldrd/strd requires even:odd register pair" 6141msgstr "" 6142 6143#: config/tc-epiphany.c:814 config/tc-m32r.c:1784 6144msgid "Addend to unresolved symbol not on word boundary." 6145msgstr "" 6146 6147#: config/tc-fr30.c:81 6148#, c-format 6149msgid " FR30 specific command line options:\n" 6150msgstr "" 6151 6152#: config/tc-fr30.c:134 6153#, c-format 6154msgid "Instruction %s not allowed in a delay slot." 6155msgstr "" 6156 6157#: config/tc-frv.c:404 6158#, c-format 6159msgid "Unknown cpu -mcpu=%s" 6160msgstr "" 6161 6162#: config/tc-frv.c:457 6163#, c-format 6164msgid "FRV specific command line options:\n" 6165msgstr "" 6166 6167#: config/tc-frv.c:458 6168#, c-format 6169msgid "-G n Put data <= n bytes in the small data area\n" 6170msgstr "" 6171 6172#: config/tc-frv.c:459 6173#, c-format 6174msgid "-mgpr-32 Mark generated file as only using 32 GPRs\n" 6175msgstr "" 6176 6177#: config/tc-frv.c:460 6178#, c-format 6179msgid "-mgpr-64 Mark generated file as using all 64 GPRs\n" 6180msgstr "" 6181 6182#: config/tc-frv.c:461 6183#, c-format 6184msgid "-mfpr-32 Mark generated file as only using 32 FPRs\n" 6185msgstr "" 6186 6187#: config/tc-frv.c:462 6188#, c-format 6189msgid "-mfpr-64 Mark generated file as using all 64 FPRs\n" 6190msgstr "" 6191 6192#: config/tc-frv.c:463 6193#, c-format 6194msgid "-msoft-float Mark generated file as using software FP\n" 6195msgstr "" 6196 6197#: config/tc-frv.c:464 6198#, c-format 6199msgid "-mdword Mark generated file as using a 8-byte stack alignment\n" 6200msgstr "" 6201 6202#: config/tc-frv.c:465 6203#, c-format 6204msgid "-mno-dword Mark generated file as using a 4-byte stack alignment\n" 6205msgstr "" 6206 6207#: config/tc-frv.c:466 6208#, c-format 6209msgid "" 6210"-mdouble Mark generated file as using double precision FP insns\n" 6211msgstr "" 6212 6213#: config/tc-frv.c:467 6214#, c-format 6215msgid "-mmedia Mark generated file as using media insns\n" 6216msgstr "" 6217 6218#: config/tc-frv.c:468 6219#, c-format 6220msgid "" 6221"-mmuladd Mark generated file as using multiply add/subtract insns\n" 6222msgstr "" 6223 6224#: config/tc-frv.c:469 6225#, c-format 6226msgid "-mpack Allow instructions to be packed\n" 6227msgstr "" 6228 6229#: config/tc-frv.c:470 6230#, c-format 6231msgid "-mno-pack Do not allow instructions to be packed\n" 6232msgstr "" 6233 6234#: config/tc-frv.c:471 6235#, c-format 6236msgid "" 6237"-mpic Mark generated file as using small position independent " 6238"code\n" 6239msgstr "" 6240 6241#: config/tc-frv.c:472 6242#, c-format 6243msgid "" 6244"-mPIC Mark generated file as using large position independent " 6245"code\n" 6246msgstr "" 6247 6248#: config/tc-frv.c:473 6249#, c-format 6250msgid "" 6251"-mlibrary-pic Mark generated file as using position indepedent code for " 6252"libraries\n" 6253msgstr "" 6254 6255#: config/tc-frv.c:474 6256#, c-format 6257msgid "-mfdpic Assemble for the FDPIC ABI\n" 6258msgstr "" 6259 6260#: config/tc-frv.c:475 6261#, c-format 6262msgid "-mnopic Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n" 6263msgstr "" 6264 6265#: config/tc-frv.c:476 6266#, c-format 6267msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n" 6268msgstr "" 6269 6270#: config/tc-frv.c:477 6271#, c-format 6272msgid " Record the cpu type\n" 6273msgstr "" 6274 6275#: config/tc-frv.c:478 6276#, c-format 6277msgid "-mtomcat-stats Print out stats for tomcat workarounds\n" 6278msgstr "" 6279 6280#: config/tc-frv.c:479 6281#, c-format 6282msgid "-mtomcat-debug Debug tomcat workarounds\n" 6283msgstr "" 6284 6285#: config/tc-frv.c:1161 6286msgid "VLIW packing used for -mno-pack" 6287msgstr "" 6288 6289#: config/tc-frv.c:1171 6290msgid "Instruction not supported by this architecture" 6291msgstr "" 6292 6293#: config/tc-frv.c:1181 6294msgid "VLIW packing constraint violation" 6295msgstr "" 6296 6297#: config/tc-frv.c:1772 6298#, c-format 6299msgid "Relocation %s is not safe for %s" 6300msgstr "" 6301 6302#: config/tc-ft32.c:138 config/tc-moxie.c:104 6303msgid "expecting register" 6304msgstr "" 6305 6306#: config/tc-ft32.c:159 config/tc-ft32.c:175 config/tc-moxie.c:123 6307#: config/tc-moxie.c:139 6308msgid "illegal register number" 6309msgstr "" 6310 6311#: config/tc-ft32.c:229 config/tc-moxie.c:188 config/tc-pj.c:260 6312#, c-format 6313msgid "unknown opcode %s" 6314msgstr "" 6315 6316#: config/tc-ft32.c:253 6317#, c-format 6318msgid "unknown width specifier '.%c'" 6319msgstr "" 6320 6321#: config/tc-ft32.c:367 6322msgid "internal error in argument parsing" 6323msgstr "" 6324 6325#: config/tc-ft32.c:378 6326msgid "expected comma separator" 6327msgstr "" 6328 6329#: config/tc-ft32.c:389 config/tc-moxie.c:232 config/tc-moxie.c:292 6330#: config/tc-moxie.c:304 config/tc-moxie.c:337 config/tc-moxie.c:369 6331#: config/tc-moxie.c:402 config/tc-moxie.c:456 config/tc-moxie.c:510 6332#: config/tc-moxie.c:520 config/tc-moxie.c:549 config/tc-pj.c:308 6333msgid "extra stuff on line ignored" 6334msgstr "" 6335 6336#: config/tc-ft32.c:433 config/tc-lm32.c:236 config/tc-moxie.c:580 6337#: config/tc-nios2.c:285 6338msgid "bad call to md_atof" 6339msgstr "" 6340 6341#. These macros must be defined, but is will be a fatal assembler 6342#. error if we ever hit them. 6343#: config/tc-ft32.h:35 config/tc-pj.h:40 6344msgid "estimate size\n" 6345msgstr "" 6346 6347#: config/tc-ft32.h:36 config/tc-pj.h:39 6348msgid "convert_frag\n" 6349msgstr "" 6350 6351#: config/tc-h8300.c:178 6352#, c-format 6353msgid "new section '%s' defined without attributes - this might cause problems" 6354msgstr "" 6355 6356#: config/tc-h8300.c:448 config/tc-h8300.c:456 6357msgid "Reg not valid for H8/300" 6358msgstr "" 6359 6360#: config/tc-h8300.c:537 6361msgid "invalid operand size requested" 6362msgstr "" 6363 6364#: config/tc-h8300.c:642 6365msgid "Invalid register list for ldm/stm\n" 6366msgstr "" 6367 6368#: config/tc-h8300.c:668 config/tc-h8300.c:673 config/tc-h8300.c:680 6369msgid "mismatch between register and suffix" 6370msgstr "" 6371 6372#: config/tc-h8300.c:685 6373msgid "invalid suffix after register." 6374msgstr "" 6375 6376#: config/tc-h8300.c:707 6377msgid "address too high for vector table jmp/jsr" 6378msgstr "" 6379 6380#: config/tc-h8300.c:734 config/tc-h8300.c:846 config/tc-h8300.c:856 6381msgid "Wrong size pointer register for architecture." 6382msgstr "" 6383 6384#: config/tc-h8300.c:793 config/tc-h8300.c:801 config/tc-h8300.c:830 6385msgid "expected @(exp, reg16)" 6386msgstr "" 6387 6388#: config/tc-h8300.c:819 6389msgid "expected .L, .W or .B for register in indexed addressing mode" 6390msgstr "" 6391 6392#: config/tc-h8300.c:1013 6393msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\"" 6394msgstr "" 6395 6396#: config/tc-h8300.c:1031 config/tc-h8300.c:1040 6397msgid "expected register" 6398msgstr "" 6399 6400#: config/tc-h8300.c:1056 6401msgid "expected closing paren" 6402msgstr "" 6403 6404#: config/tc-h8300.c:1115 6405#, c-format 6406msgid "can't use high part of register in operand %d" 6407msgstr "" 6408 6409#: config/tc-h8300.c:1272 6410#, c-format 6411msgid "Opcode `%s' with these operand types not available in %s mode" 6412msgstr "" 6413 6414#: config/tc-h8300.c:1281 6415msgid "mismatch between opcode size and operand size" 6416msgstr "" 6417 6418#: config/tc-h8300.c:1317 6419#, c-format 6420msgid "operand %s0x%lx out of range." 6421msgstr "" 6422 6423#: config/tc-h8300.c:1434 6424msgid "Can't work out size of operand.\n" 6425msgstr "" 6426 6427#: config/tc-h8300.c:1483 6428#, c-format 6429msgid "Opcode `%s' with these operand types not available in H8/300 mode" 6430msgstr "" 6431 6432#: config/tc-h8300.c:1488 6433#, c-format 6434msgid "Opcode `%s' with these operand types not available in H8/300H mode" 6435msgstr "" 6436 6437#: config/tc-h8300.c:1494 6438#, c-format 6439msgid "Opcode `%s' with these operand types not available in H8/300S mode" 6440msgstr "" 6441 6442#: config/tc-h8300.c:1555 config/tc-h8300.c:1575 6443msgid "Need #1 or #2 here" 6444msgstr "" 6445 6446#: config/tc-h8300.c:1570 6447msgid "#4 not valid on H8/300." 6448msgstr "" 6449 6450#: config/tc-h8300.c:1685 config/tc-h8300.c:1767 6451#, c-format 6452msgid "branch operand has odd offset (%lx)\n" 6453msgstr "" 6454 6455#: config/tc-h8300.c:1805 6456msgid "destination operand must be 16 bit register" 6457msgstr "" 6458 6459#: config/tc-h8300.c:1814 6460msgid "source operand must be 8 bit register" 6461msgstr "" 6462 6463#: config/tc-h8300.c:1822 6464msgid "destination operand must be 16bit absolute address" 6465msgstr "" 6466 6467#: config/tc-h8300.c:1829 6468msgid "destination operand must be 8 bit register" 6469msgstr "" 6470 6471#: config/tc-h8300.c:1837 6472msgid "source operand must be 16bit absolute address" 6473msgstr "" 6474 6475#. This seems more sane than saying "too many operands". We'll 6476#. get here only if the trailing trash starts with a comma. 6477#: config/tc-h8300.c:1845 config/tc-mips.c:13680 config/tc-mips.c:13748 6478#: config/tc-mmix.c:479 config/tc-mmix.c:491 config/tc-mmix.c:2533 6479#: config/tc-mmix.c:2557 config/tc-mmix.c:2830 6480msgid "invalid operands" 6481msgstr "" 6482 6483#: config/tc-h8300.c:1876 6484msgid "operand/size mis-match" 6485msgstr "" 6486 6487#: config/tc-h8300.c:1976 config/tc-sh.c:2970 config/tc-sh64.c:2796 6488#: config/tc-z8k.c:1225 6489msgid "unknown opcode" 6490msgstr "" 6491 6492#: config/tc-h8300.c:2009 6493msgid "invalid operand in ldm" 6494msgstr "" 6495 6496#: config/tc-h8300.c:2018 6497msgid "invalid operand in stm" 6498msgstr "" 6499 6500#: config/tc-h8300.c:2217 6501#, c-format 6502msgid "Invalid argument to --mach option: %s" 6503msgstr "" 6504 6505#: config/tc-h8300.c:2228 6506#, c-format 6507msgid " H8300-specific assembler options:\n" 6508msgstr "" 6509 6510#: config/tc-h8300.c:2229 6511#, c-format 6512msgid "" 6513" -mach=<name> Set the H8300 machine type to one of:\n" 6514" h8300h, h8300hn, h8300s, h8300sn, h8300sx, " 6515"h8300sxn\n" 6516msgstr "" 6517 6518#: config/tc-h8300.c:2232 6519#, c-format 6520msgid " -h-tick-hex Support H'00 style hex constants\n" 6521msgstr "" 6522 6523#: config/tc-h8300.c:2241 6524#, c-format 6525msgid "call to tc_aout_fix_to_chars \n" 6526msgstr "" 6527 6528#: config/tc-h8300.c:2250 config/tc-xc16x.c:347 6529#, c-format 6530msgid "call to md_convert_frag \n" 6531msgstr "" 6532 6533#: config/tc-h8300.c:2301 config/tc-xc16x.c:251 6534#, c-format 6535msgid "call to md_estimate_size_before_relax \n" 6536msgstr "" 6537 6538#: config/tc-h8300.c:2316 6539msgid "Unexpected reference to a symbol in a non-code section" 6540msgstr "" 6541 6542#: config/tc-h8300.c:2332 config/tc-xc16x.c:292 6543msgid "Difference of symbols in different sections is not supported" 6544msgstr "" 6545 6546#: config/tc-h8300.c:2354 config/tc-mcore.c:2201 config/tc-microblaze.c:2451 6547#: config/tc-pj.c:491 config/tc-sh.c:4478 config/tc-tic6x.c:4520 6548#: config/tc-xc16x.c:315 6549#, c-format 6550msgid "Cannot represent relocation type %s" 6551msgstr "" 6552 6553#. Simple range checking for FIELD against HIGH and LOW bounds. 6554#. IGNORE is used to suppress the error message. 6555#. Variant of CHECK_FIELD for use in md_apply_fix and other places where 6556#. the current file and line number are not valid. 6557#: config/tc-hppa.c:1027 config/tc-hppa.c:1041 6558#, c-format 6559msgid "Field out of range [%d..%d] (%d)." 6560msgstr "" 6561 6562#. Simple alignment checking for FIELD against ALIGN (a power of two). 6563#. IGNORE is used to suppress the error message. 6564#: config/tc-hppa.c:1055 6565#, c-format 6566msgid "Field not properly aligned [%d] (%d)." 6567msgstr "" 6568 6569#: config/tc-hppa.c:1108 6570msgid "Missing .exit\n" 6571msgstr "" 6572 6573#: config/tc-hppa.c:1111 6574msgid "Missing .procend\n" 6575msgstr "" 6576 6577#: config/tc-hppa.c:1264 6578#, c-format 6579msgid "Invalid field selector. Assuming F%%." 6580msgstr "" 6581 6582#: config/tc-hppa.c:1288 6583msgid "Bad segment in expression." 6584msgstr "" 6585 6586#: config/tc-hppa.c:1313 6587#, c-format 6588msgid "Invalid Nullification: (%c)" 6589msgstr "" 6590 6591#: config/tc-hppa.c:1384 6592msgid "Cannot handle fixup" 6593msgstr "" 6594 6595#: config/tc-hppa.c:1682 6596#, c-format 6597msgid " -Q ignored\n" 6598msgstr "" 6599 6600#: config/tc-hppa.c:1686 6601#, c-format 6602msgid " -c print a warning if a comment is found\n" 6603msgstr "" 6604 6605#: config/tc-hppa.c:1752 6606#, c-format 6607msgid "no hppa_fixup entry for fixup type 0x%x" 6608msgstr "" 6609 6610#: config/tc-hppa.c:1931 6611msgid "Unknown relocation encountered in md_apply_fix." 6612msgstr "" 6613 6614#: config/tc-hppa.c:2119 config/tc-hppa.c:2144 6615#, c-format 6616msgid "Undefined register: '%s'." 6617msgstr "" 6618 6619#: config/tc-hppa.c:2178 6620#, c-format 6621msgid "Non-absolute symbol: '%s'." 6622msgstr "" 6623 6624#: config/tc-hppa.c:2193 6625#, c-format 6626msgid "Undefined absolute constant: '%s'." 6627msgstr "" 6628 6629#: config/tc-hppa.c:2224 config/tc-hppa.c:5692 6630msgid "could not update architecture and machine" 6631msgstr "" 6632 6633#: config/tc-hppa.c:2262 6634#, c-format 6635msgid "Invalid FP Compare Condition: %s" 6636msgstr "" 6637 6638#: config/tc-hppa.c:2317 6639#, c-format 6640msgid "Invalid FTEST completer: %s" 6641msgstr "" 6642 6643#: config/tc-hppa.c:2383 config/tc-hppa.c:2420 6644#, c-format 6645msgid "Invalid FP Operand Format: %3s" 6646msgstr "" 6647 6648#: config/tc-hppa.c:2525 6649msgid "Bad segment (should be absolute)." 6650msgstr "" 6651 6652#: config/tc-hppa.c:2585 6653#, c-format 6654msgid "Invalid argument location: %s\n" 6655msgstr "" 6656 6657#: config/tc-hppa.c:2614 6658#, c-format 6659msgid "Invalid argument description: %d" 6660msgstr "" 6661 6662#: config/tc-hppa.c:3443 6663msgid "Invalid Indexed Load Completer." 6664msgstr "" 6665 6666#: config/tc-hppa.c:3448 6667msgid "Invalid Indexed Load Completer Syntax." 6668msgstr "" 6669 6670#: config/tc-hppa.c:3482 6671msgid "Invalid Short Load/Store Completer." 6672msgstr "" 6673 6674#: config/tc-hppa.c:3542 config/tc-hppa.c:3547 6675msgid "Invalid Store Bytes Short Completer" 6676msgstr "" 6677 6678#: config/tc-hppa.c:3862 config/tc-hppa.c:3868 6679msgid "Invalid left/right combination completer" 6680msgstr "" 6681 6682#: config/tc-hppa.c:3917 config/tc-hppa.c:3924 6683msgid "Invalid permutation completer" 6684msgstr "" 6685 6686#: config/tc-hppa.c:4024 6687#, c-format 6688msgid "Invalid Add Condition: %s" 6689msgstr "" 6690 6691#: config/tc-hppa.c:4040 config/tc-hppa.c:4050 6692msgid "Invalid Add and Branch Condition" 6693msgstr "" 6694 6695#: config/tc-hppa.c:4071 config/tc-hppa.c:4216 6696msgid "Invalid Compare/Subtract Condition" 6697msgstr "" 6698 6699#: config/tc-hppa.c:4111 6700#, c-format 6701msgid "Invalid Branch On Bit Condition: %c" 6702msgstr "" 6703 6704#: config/tc-hppa.c:4114 6705msgid "Missing Branch On Bit Condition" 6706msgstr "" 6707 6708#: config/tc-hppa.c:4199 6709#, c-format 6710msgid "Invalid Compare/Subtract Condition: %s" 6711msgstr "" 6712 6713#: config/tc-hppa.c:4231 6714msgid "Invalid Compare and Branch Condition" 6715msgstr "" 6716 6717#: config/tc-hppa.c:4327 6718msgid "Invalid Logical Instruction Condition." 6719msgstr "" 6720 6721#: config/tc-hppa.c:4389 6722msgid "Invalid Shift/Extract/Deposit Condition." 6723msgstr "" 6724 6725#: config/tc-hppa.c:4506 6726msgid "Invalid Unit Instruction Condition." 6727msgstr "" 6728 6729#: config/tc-hppa.c:4985 config/tc-hppa.c:5017 config/tc-hppa.c:5048 6730#: config/tc-hppa.c:5078 6731msgid "Branch to unaligned address" 6732msgstr "" 6733 6734#: config/tc-hppa.c:5262 6735msgid "Invalid SFU identifier" 6736msgstr "" 6737 6738#: config/tc-hppa.c:5312 6739msgid "Invalid COPR identifier" 6740msgstr "" 6741 6742#: config/tc-hppa.c:5441 6743msgid "Invalid Floating Point Operand Format." 6744msgstr "" 6745 6746#: config/tc-hppa.c:5561 config/tc-hppa.c:5581 config/tc-hppa.c:5601 6747#: config/tc-hppa.c:5621 config/tc-hppa.c:5641 6748msgid "Invalid register for single precision fmpyadd or fmpysub" 6749msgstr "" 6750 6751#: config/tc-hppa.c:5709 6752#, c-format 6753msgid "Invalid operands %s" 6754msgstr "" 6755 6756#: config/tc-hppa.c:5719 6757#, c-format 6758msgid "Immediates %d and %d will give undefined behavior." 6759msgstr "" 6760 6761#: config/tc-hppa.c:5771 config/tc-hppa.c:6954 config/tc-hppa.c:7009 6762msgid "Missing function name for .PROC (corrupted label chain)" 6763msgstr "" 6764 6765#: config/tc-hppa.c:5774 config/tc-hppa.c:7012 6766msgid "Missing function name for .PROC" 6767msgstr "" 6768 6769#: config/tc-hppa.c:5833 6770msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff" 6771msgstr "" 6772 6773#: config/tc-hppa.c:5924 6774#, c-format 6775msgid "Invalid .CALL argument: %s" 6776msgstr "" 6777 6778#: config/tc-hppa.c:6069 6779msgid ".callinfo is not within a procedure definition" 6780msgstr "" 6781 6782#: config/tc-hppa.c:6087 6783#, c-format 6784msgid "FRAME parameter must be a multiple of 8: %d\n" 6785msgstr "" 6786 6787#: config/tc-hppa.c:6104 6788msgid "Value for ENTRY_GR must be in the range 3..18\n" 6789msgstr "" 6790 6791#: config/tc-hppa.c:6115 6792msgid "Value for ENTRY_FR must be in the range 12..21\n" 6793msgstr "" 6794 6795#: config/tc-hppa.c:6124 6796msgid "Value for ENTRY_SR must be 3\n" 6797msgstr "" 6798 6799#: config/tc-hppa.c:6173 6800#, c-format 6801msgid "Invalid .CALLINFO argument: %s" 6802msgstr "" 6803 6804#: config/tc-hppa.c:6284 6805msgid "The .ENTER pseudo-op is not supported" 6806msgstr "" 6807 6808#: config/tc-hppa.c:6300 6809msgid "Misplaced .entry. Ignored." 6810msgstr "" 6811 6812#: config/tc-hppa.c:6304 6813msgid "Missing .callinfo." 6814msgstr "" 6815 6816#: config/tc-hppa.c:6368 6817msgid ".REG expression must be a register" 6818msgstr "" 6819 6820#: config/tc-hppa.c:6384 6821msgid "bad or irreducible absolute expression; zero assumed" 6822msgstr "" 6823 6824#: config/tc-hppa.c:6395 6825msgid ".REG must use a label" 6826msgstr "" 6827 6828#: config/tc-hppa.c:6397 6829msgid ".EQU must use a label" 6830msgstr "" 6831 6832#: config/tc-hppa.c:6453 6833#, c-format 6834msgid "Symbol '%s' could not be created." 6835msgstr "" 6836 6837#: config/tc-hppa.c:6503 6838msgid ".EXIT must appear within a procedure" 6839msgstr "" 6840 6841#: config/tc-hppa.c:6507 6842msgid "Missing .callinfo" 6843msgstr "" 6844 6845#: config/tc-hppa.c:6511 6846msgid "No .ENTRY for this .EXIT" 6847msgstr "" 6848 6849#: config/tc-hppa.c:6551 6850#, c-format 6851msgid "Using ENTRY rather than CODE in export directive for %s" 6852msgstr "" 6853 6854#: config/tc-hppa.c:6670 6855#, c-format 6856msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" 6857msgstr "" 6858 6859#: config/tc-hppa.c:6693 6860#, c-format 6861msgid "Cannot define export symbol: %s\n" 6862msgstr "" 6863 6864#: config/tc-hppa.c:6784 6865msgid "Missing label name on .LABEL" 6866msgstr "" 6867 6868#: config/tc-hppa.c:6789 6869msgid "extra .LABEL arguments ignored." 6870msgstr "" 6871 6872#: config/tc-hppa.c:6805 6873msgid "The .LEAVE pseudo-op is not supported" 6874msgstr "" 6875 6876#: config/tc-hppa.c:6843 6877msgid "Unrecognized .LEVEL argument\n" 6878msgstr "" 6879 6880#: config/tc-hppa.c:6876 6881#, c-format 6882msgid "Cannot define static symbol: %s\n" 6883msgstr "" 6884 6885#: config/tc-hppa.c:6908 6886msgid "Nested procedures" 6887msgstr "" 6888 6889#: config/tc-hppa.c:6918 6890msgid "Cannot allocate unwind descriptor\n" 6891msgstr "" 6892 6893#: config/tc-hppa.c:7016 6894msgid "misplaced .procend" 6895msgstr "" 6896 6897#: config/tc-hppa.c:7019 6898msgid "Missing .callinfo for this procedure" 6899msgstr "" 6900 6901#: config/tc-hppa.c:7022 6902msgid "Missing .EXIT for a .ENTRY" 6903msgstr "" 6904 6905#: config/tc-hppa.c:7059 6906msgid "Not in a space.\n" 6907msgstr "" 6908 6909#: config/tc-hppa.c:7062 6910msgid "Not in a subspace.\n" 6911msgstr "" 6912 6913#: config/tc-hppa.c:7150 6914msgid "Invalid .SPACE argument" 6915msgstr "" 6916 6917#: config/tc-hppa.c:7196 6918msgid "Can't change spaces within a procedure definition. Ignored" 6919msgstr "" 6920 6921#: config/tc-hppa.c:7321 6922#, c-format 6923msgid "Undefined space: '%s' Assuming space number = 0." 6924msgstr "" 6925 6926#: config/tc-hppa.c:7344 6927msgid "Must be in a space before changing or declaring subspaces.\n" 6928msgstr "" 6929 6930#: config/tc-hppa.c:7348 6931msgid "Can't change subspaces within a procedure definition. Ignored" 6932msgstr "" 6933 6934#: config/tc-hppa.c:7382 6935msgid "Parameters of an existing subspace can't be modified" 6936msgstr "" 6937 6938#: config/tc-hppa.c:7433 6939msgid "Alignment must be a power of 2" 6940msgstr "" 6941 6942#: config/tc-hppa.c:7480 6943msgid "FIRST not supported as a .SUBSPACE argument" 6944msgstr "" 6945 6946#: config/tc-hppa.c:7482 6947msgid "Invalid .SUBSPACE argument" 6948msgstr "" 6949 6950#: config/tc-hppa.c:7672 6951#, c-format 6952msgid "Internal error: Unable to find containing space for %s." 6953msgstr "" 6954 6955#: config/tc-hppa.c:8234 6956msgid "-R option not supported on this target." 6957msgstr "" 6958 6959#: config/tc-hppa.c:8251 config/tc-sparc.c:1012 config/tc-sparc.c:1049 6960#, c-format 6961msgid "Internal error: can't hash `%s': %s\n" 6962msgstr "" 6963 6964#: config/tc-hppa.c:8260 config/tc-i860.c:235 6965#, c-format 6966msgid "internal error: losing opcode: `%s' \"%s\"\n" 6967msgstr "" 6968 6969#: config/tc-i370.c:418 config/tc-ppc.c:1209 config/tc-s390.c:409 6970#: config/tc-s390.c:416 6971#, c-format 6972msgid "invalid switch -m%s" 6973msgstr "" 6974 6975#: config/tc-i370.c:515 config/tc-s390.c:515 6976#, c-format 6977msgid "Internal assembler error for instruction %s" 6978msgstr "" 6979 6980#: config/tc-i370.c:534 6981#, c-format 6982msgid "Internal assembler error for macro %s" 6983msgstr "" 6984 6985#: config/tc-i370.c:629 config/tc-ppc.c:2012 6986msgid "identifier+constant@got means identifier@got+constant" 6987msgstr "" 6988 6989#: config/tc-i370.c:683 config/tc-m68k.c:8070 6990#, c-format 6991msgid "%s relocations do not fit in %d bytes\n" 6992msgstr "" 6993 6994#: config/tc-i370.c:925 config/tc-i370.c:965 6995msgid "unsupported DC type" 6996msgstr "" 6997 6998#: config/tc-i370.c:937 config/tc-i370.c:947 config/tc-i370.c:1528 6999#: config/tc-i370.c:1539 7000msgid "missing end-quote" 7001msgstr "" 7002 7003#: config/tc-i370.c:995 7004msgid "unsupported alignment" 7005msgstr "" 7006 7007#: config/tc-i370.c:1002 7008msgid "this DS form not yet supported" 7009msgstr "" 7010 7011#: config/tc-i370.c:1044 config/tc-m32r.c:1488 config/tc-microblaze.c:190 7012msgid "Expected comma after symbol-name: rest of line ignored." 7013msgstr "" 7014 7015#: config/tc-i370.c:1067 config/tc-m32r.c:1512 config/tc-microblaze.c:212 7016#: config/tc-ppc.c:2172 config/tc-ppc.c:3660 config/tc-ppc.c:3702 7017#: config/tc-ppc.c:5262 7018msgid "ignoring bad alignment" 7019msgstr "" 7020 7021#: config/tc-i370.c:1078 config/tc-m32r.c:1539 config/tc-microblaze.c:223 7022#, c-format 7023msgid "Ignoring attempt to re-define symbol `%s'." 7024msgstr "" 7025 7026#: config/tc-i370.c:1086 config/tc-microblaze.c:231 7027#, c-format 7028msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." 7029msgstr "" 7030 7031#: config/tc-i370.c:1105 config/tc-m32r.c:1524 config/tc-microblaze.c:247 7032#: config/tc-v850.c:383 7033msgid "Common alignment not a power of 2" 7034msgstr "" 7035 7036#: config/tc-i370.c:1243 7037msgid "Missing or bad .using directive" 7038msgstr "" 7039 7040#: config/tc-i370.c:1288 7041msgid "Literal Pool Overflow" 7042msgstr "" 7043 7044#: config/tc-i370.c:1586 7045msgid "expression not a constant" 7046msgstr "" 7047 7048#: config/tc-i370.c:1593 7049msgid "Unknown/unsupported address literal type" 7050msgstr "" 7051 7052#: config/tc-i370.c:1616 7053#, c-format 7054msgid ".ltorg without prior .using in section %s" 7055msgstr "" 7056 7057#: config/tc-i370.c:1620 7058#, c-format 7059msgid ".ltorg in section %s paired to .using in section %s" 7060msgstr "" 7061 7062#: config/tc-i370.c:1643 7063#, c-format 7064msgid "bad alignment of %d bytes in literal pool" 7065msgstr "" 7066 7067#: config/tc-i370.c:1667 7068msgid "bad literal size\n" 7069msgstr "" 7070 7071#: config/tc-i370.c:1741 7072msgid ".using: base address expression illegal or too complex" 7073msgstr "" 7074 7075#: config/tc-i370.c:1776 config/tc-i370.c:1785 7076#, c-format 7077msgid "droping register %d in section %s does not match using register %d" 7078msgstr "" 7079 7080#: config/tc-i370.c:1789 7081#, c-format 7082msgid "droping register %d in section %s previously used in section %s" 7083msgstr "" 7084 7085#: config/tc-i370.c:1845 config/tc-ppc.c:3492 7086msgid "wrong number of operands" 7087msgstr "" 7088 7089#: config/tc-i370.c:1927 config/tc-mn10200.c:896 config/tc-mn10300.c:1253 7090#: config/tc-s390.c:1662 config/tc-v850.c:2328 7091#, c-format 7092msgid "Unrecognized opcode: `%s'" 7093msgstr "" 7094 7095#: config/tc-i370.c:2070 7096msgid "not using any base register" 7097msgstr "" 7098 7099#: config/tc-i370.c:2100 7100#, c-format 7101msgid "expecting a register for operand %d" 7102msgstr "" 7103 7104#. xgettext:c-format. 7105#: config/tc-i370.c:2206 config/tc-mn10200.c:1139 config/tc-mn10300.c:1821 7106#: config/tc-ppc.c:3352 config/tc-s390.c:1578 config/tc-v850.c:3043 7107#, c-format 7108msgid "junk at end of line: `%s'" 7109msgstr "" 7110 7111#. Not used --- don't have any 8 byte instructions. 7112#: config/tc-i370.c:2221 7113msgid "Internal Error: bad instruction length" 7114msgstr "" 7115 7116#: config/tc-i386.c:2106 7117#, c-format 7118msgid "%s shortened to %s" 7119msgstr "" 7120 7121#: config/tc-i386.c:2192 7122msgid "same type of prefix used twice" 7123msgstr "" 7124 7125#: config/tc-i386.c:2219 7126#, c-format 7127msgid "64bit mode not supported on `%s'." 7128msgstr "" 7129 7130#: config/tc-i386.c:2228 7131#, c-format 7132msgid "32bit mode not supported on `%s'." 7133msgstr "" 7134 7135#: config/tc-i386.c:2268 7136msgid "bad argument to syntax directive." 7137msgstr "" 7138 7139#: config/tc-i386.c:2331 7140#, c-format 7141msgid "bad argument to %s_check directive." 7142msgstr "" 7143 7144#: config/tc-i386.c:2335 7145#, c-format 7146msgid "missing argument for %s_check directive" 7147msgstr "" 7148 7149#: config/tc-i386.c:2375 7150#, c-format 7151msgid "`%s' is not supported on `%s'" 7152msgstr "" 7153 7154#: config/tc-i386.c:2426 config/tc-i386.c:10023 7155#, c-format 7156msgid "`%s' isn't valid for Intel MCU" 7157msgstr "" 7158 7159#: config/tc-i386.c:2480 7160#, c-format 7161msgid "no such architecture: `%s'" 7162msgstr "" 7163 7164#: config/tc-i386.c:2485 7165msgid "missing cpu architecture" 7166msgstr "" 7167 7168#: config/tc-i386.c:2502 7169#, c-format 7170msgid "no such architecture modifier: `%s'" 7171msgstr "" 7172 7173#: config/tc-i386.c:2517 config/tc-i386.c:2547 7174msgid "Intel L1OM is 64bit ELF only" 7175msgstr "" 7176 7177#: config/tc-i386.c:2524 config/tc-i386.c:2554 7178msgid "Intel K1OM is 64bit ELF only" 7179msgstr "" 7180 7181#: config/tc-i386.c:2531 config/tc-i386.c:2568 7182msgid "Intel MCU is 32bit ELF only" 7183msgstr "" 7184 7185#: config/tc-i386.c:2575 config/tc-i386.c:10485 7186msgid "unknown architecture" 7187msgstr "" 7188 7189#: config/tc-i386.c:2609 config/tc-i386.c:2631 7190#, c-format 7191msgid "can't hash %s: %s" 7192msgstr "" 7193 7194#: config/tc-i386.c:2927 7195msgid "there are no pc-relative size relocations" 7196msgstr "" 7197 7198#: config/tc-i386.c:2939 7199#, c-format 7200msgid "unknown relocation (%u)" 7201msgstr "" 7202 7203#: config/tc-i386.c:2941 7204#, c-format 7205msgid "%u-byte relocation cannot be applied to %u-byte field" 7206msgstr "" 7207 7208#: config/tc-i386.c:2945 7209msgid "non-pc-relative relocation for pc-relative field" 7210msgstr "" 7211 7212#: config/tc-i386.c:2950 7213msgid "relocated field and relocation type differ in signedness" 7214msgstr "" 7215 7216#: config/tc-i386.c:2959 7217msgid "there are no unsigned pc-relative relocations" 7218msgstr "" 7219 7220#: config/tc-i386.c:2967 7221#, c-format 7222msgid "cannot do %u byte pc-relative relocation" 7223msgstr "" 7224 7225#: config/tc-i386.c:2984 7226#, c-format 7227msgid "cannot do %s %u byte relocation" 7228msgstr "" 7229 7230#: config/tc-i386.c:3437 config/tc-i386.c:3464 7231#, c-format 7232msgid "can't use register '%s%s' as operand %d in '%s'." 7233msgstr "" 7234 7235#: config/tc-i386.c:3504 config/tc-i386.c:3644 7236#, c-format 7237msgid "invalid instruction `%s' after `%s'" 7238msgstr "" 7239 7240#: config/tc-i386.c:3510 7241#, c-format 7242msgid "missing `lock' with `%s'" 7243msgstr "" 7244 7245#: config/tc-i386.c:3517 7246#, c-format 7247msgid "instruction `%s' after `xacquire' not allowed" 7248msgstr "" 7249 7250#: config/tc-i386.c:3524 7251#, c-format 7252msgid "memory destination needed for instruction `%s' after `xrelease'" 7253msgstr "" 7254 7255#: config/tc-i386.c:3618 7256#, c-format 7257msgid "SSE instruction `%s' is used" 7258msgstr "" 7259 7260#: config/tc-i386.c:3632 config/tc-i386.c:5432 7261#, c-format 7262msgid "ambiguous operand size for `%s'" 7263msgstr "" 7264 7265#: config/tc-i386.c:3657 7266msgid "expecting lockable instruction after `lock'" 7267msgstr "" 7268 7269#: config/tc-i386.c:3667 7270msgid "expecting valid branch instruction after `bnd'" 7271msgstr "" 7272 7273#: config/tc-i386.c:3672 7274msgid "32-bit address isn't allowed in 64-bit MPX instructions." 7275msgstr "" 7276 7277#: config/tc-i386.c:3676 7278msgid "16-bit address isn't allowed in MPX instructions" 7279msgstr "" 7280 7281#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. 7282#: config/tc-i386.c:3732 7283#, c-format 7284msgid "translating to `%sp'" 7285msgstr "" 7286 7287#: config/tc-i386.c:3739 7288#, c-format 7289msgid "instruction `%s' isn't supported in 16-bit mode." 7290msgstr "" 7291 7292#: config/tc-i386.c:3799 7293#, c-format 7294msgid "can't encode register '%s%s' in an instruction requiring REX prefix." 7295msgstr "" 7296 7297#: config/tc-i386.c:3839 config/tc-i386.c:3980 7298#, c-format 7299msgid "no such instruction: `%s'" 7300msgstr "" 7301 7302#: config/tc-i386.c:3850 config/tc-i386.c:4013 7303#, c-format 7304msgid "invalid character %s in mnemonic" 7305msgstr "" 7306 7307#: config/tc-i386.c:3857 7308msgid "expecting prefix; got nothing" 7309msgstr "" 7310 7311#: config/tc-i386.c:3859 7312msgid "expecting mnemonic; got nothing" 7313msgstr "" 7314 7315#: config/tc-i386.c:3874 config/tc-i386.c:4031 7316#, c-format 7317msgid "`%s' is only supported in 64-bit mode" 7318msgstr "" 7319 7320#: config/tc-i386.c:3875 config/tc-i386.c:4030 7321#, c-format 7322msgid "`%s' is not supported in 64-bit mode" 7323msgstr "" 7324 7325#: config/tc-i386.c:3887 7326#, c-format 7327msgid "redundant %s prefix" 7328msgstr "" 7329 7330#: config/tc-i386.c:4037 7331#, c-format 7332msgid "`%s' is not supported on `%s%s'" 7333msgstr "" 7334 7335#: config/tc-i386.c:4048 7336msgid "use .code16 to ensure correct addressing mode" 7337msgstr "" 7338 7339#: config/tc-i386.c:4072 7340#, c-format 7341msgid "invalid character %s before operand %d" 7342msgstr "" 7343 7344#: config/tc-i386.c:4086 7345#, c-format 7346msgid "unbalanced parenthesis in operand %d." 7347msgstr "" 7348 7349#: config/tc-i386.c:4089 7350#, c-format 7351msgid "unbalanced brackets in operand %d." 7352msgstr "" 7353 7354#: config/tc-i386.c:4098 7355#, c-format 7356msgid "invalid character %s in operand %d" 7357msgstr "" 7358 7359#: config/tc-i386.c:4126 7360#, c-format 7361msgid "spurious operands; (%d operands/instruction max)" 7362msgstr "" 7363 7364#: config/tc-i386.c:4149 7365msgid "expecting operand after ','; got nothing" 7366msgstr "" 7367 7368#: config/tc-i386.c:4154 7369msgid "expecting operand before ','; got nothing" 7370msgstr "" 7371 7372#: config/tc-i386.c:4530 7373msgid "mask, index, and destination registers should be distinct" 7374msgstr "" 7375 7376#: config/tc-i386.c:4545 7377msgid "index and destination registers should be distinct" 7378msgstr "" 7379 7380#: config/tc-i386.c:5092 7381msgid "operand size mismatch" 7382msgstr "" 7383 7384#: config/tc-i386.c:5095 7385msgid "operand type mismatch" 7386msgstr "" 7387 7388#: config/tc-i386.c:5098 7389msgid "register type mismatch" 7390msgstr "" 7391 7392#: config/tc-i386.c:5101 7393msgid "number of operands mismatch" 7394msgstr "" 7395 7396#: config/tc-i386.c:5104 7397msgid "invalid instruction suffix" 7398msgstr "" 7399 7400#: config/tc-i386.c:5107 7401msgid "constant doesn't fit in 4 bits" 7402msgstr "" 7403 7404#: config/tc-i386.c:5110 7405msgid "only supported with old gcc" 7406msgstr "" 7407 7408#: config/tc-i386.c:5113 7409msgid "unsupported with Intel mnemonic" 7410msgstr "" 7411 7412#: config/tc-i386.c:5116 7413msgid "unsupported syntax" 7414msgstr "" 7415 7416#: config/tc-i386.c:5119 7417#, c-format 7418msgid "unsupported instruction `%s'" 7419msgstr "" 7420 7421#: config/tc-i386.c:5123 7422msgid "invalid VSIB address" 7423msgstr "" 7424 7425#: config/tc-i386.c:5126 7426msgid "mask, index, and destination registers must be distinct" 7427msgstr "" 7428 7429#: config/tc-i386.c:5129 7430msgid "unsupported vector index register" 7431msgstr "" 7432 7433#: config/tc-i386.c:5132 7434msgid "unsupported broadcast" 7435msgstr "" 7436 7437#: config/tc-i386.c:5135 7438msgid "broadcast not on source memory operand" 7439msgstr "" 7440 7441#: config/tc-i386.c:5138 7442msgid "broadcast is needed for operand of such type" 7443msgstr "" 7444 7445#: config/tc-i386.c:5141 7446msgid "unsupported masking" 7447msgstr "" 7448 7449#: config/tc-i386.c:5144 7450msgid "mask not on destination operand" 7451msgstr "" 7452 7453#: config/tc-i386.c:5147 7454msgid "default mask isn't allowed" 7455msgstr "" 7456 7457#: config/tc-i386.c:5150 7458msgid "unsupported static rounding/sae" 7459msgstr "" 7460 7461#: config/tc-i386.c:5154 7462msgid "RC/SAE operand must precede immediate operands" 7463msgstr "" 7464 7465#: config/tc-i386.c:5156 7466msgid "RC/SAE operand must follow immediate operands" 7467msgstr "" 7468 7469#: config/tc-i386.c:5159 config/tc-metag.c:4788 config/tc-metag.c:5529 7470#: config/tc-metag.c:5551 7471msgid "invalid register operand" 7472msgstr "" 7473 7474#: config/tc-i386.c:5162 7475#, c-format 7476msgid "%s for `%s'" 7477msgstr "" 7478 7479#: config/tc-i386.c:5173 7480#, c-format 7481msgid "indirect %s without `*'" 7482msgstr "" 7483 7484#. Warn them that a data or address size prefix doesn't 7485#. affect assembly of the next line of code. 7486#: config/tc-i386.c:5181 7487#, c-format 7488msgid "stand-alone `%s' prefix" 7489msgstr "" 7490 7491#: config/tc-i386.c:5215 config/tc-i386.c:5231 7492#, c-format 7493msgid "`%s' operand %d must use `%ses' segment" 7494msgstr "" 7495 7496#. We have to know the operand size for crc32. 7497#: config/tc-i386.c:5285 7498#, c-format 7499msgid "ambiguous memory operand size for `%s`" 7500msgstr "" 7501 7502#: config/tc-i386.c:5405 7503msgid "" 7504"no instruction mnemonic suffix given and no register operands; can't size " 7505"instruction" 7506msgstr "" 7507 7508#: config/tc-i386.c:5547 config/tc-i386.c:5621 config/tc-i386.c:5732 7509#, c-format 7510msgid "using `%s%s' instead of `%s%s' due to `%c' suffix" 7511msgstr "" 7512 7513#: config/tc-i386.c:5574 config/tc-i386.c:5598 config/tc-i386.c:5663 7514#: config/tc-i386.c:5708 7515#, c-format 7516msgid "`%s%s' not allowed with `%s%c'" 7517msgstr "" 7518 7519#: config/tc-i386.c:5615 config/tc-i386.c:5641 config/tc-i386.c:5687 7520#: config/tc-i386.c:5726 7521#, c-format 7522msgid "incorrect register `%s%s' used with `%c' suffix" 7523msgstr "" 7524 7525#: config/tc-i386.c:5795 7526msgid "no instruction mnemonic suffix given; can't determine immediate size" 7527msgstr "" 7528 7529#: config/tc-i386.c:5831 7530#, c-format 7531msgid "the last operand of `%s' must be `%s%s'" 7532msgstr "" 7533 7534#: config/tc-i386.c:5834 7535#, c-format 7536msgid "the first operand of `%s' must be `%s%s'" 7537msgstr "" 7538 7539#: config/tc-i386.c:5983 7540#, c-format 7541msgid "you can't `pop %scs'" 7542msgstr "" 7543 7544#. Reversed arguments on faddp, fsubp, etc. 7545#: config/tc-i386.c:6012 7546#, c-format 7547msgid "translating to `%s %s%s,%s%s'" 7548msgstr "" 7549 7550#. Extraneous `l' suffix on fp insn. 7551#: config/tc-i386.c:6019 7552#, c-format 7553msgid "translating to `%s %s%s'" 7554msgstr "" 7555 7556#: config/tc-i386.c:6047 7557#, c-format 7558msgid "segment override on `%s' is ineffectual" 7559msgstr "" 7560 7561#: config/tc-i386.c:6863 config/tc-i386.c:6964 config/tc-i386.c:7018 7562msgid "skipping prefixes on this instruction" 7563msgstr "" 7564 7565#: config/tc-i386.c:7038 7566msgid "16-bit jump out of range" 7567msgstr "" 7568 7569#: config/tc-i386.c:7047 7570#, c-format 7571msgid "can't handle non absolute segment in `%s'" 7572msgstr "" 7573 7574#: config/tc-i386.c:7734 config/tc-i386.c:7836 7575#, c-format 7576msgid "@%s reloc is not supported with %d-bit output format" 7577msgstr "" 7578 7579#: config/tc-i386.c:7887 7580#, c-format 7581msgid "missing or invalid expression `%s'" 7582msgstr "" 7583 7584#: config/tc-i386.c:7973 7585#, c-format 7586msgid "Unsupported broadcast: `%s'" 7587msgstr "" 7588 7589#: config/tc-i386.c:7988 7590#, c-format 7591msgid "`%s' can't be used for write mask" 7592msgstr "" 7593 7594#: config/tc-i386.c:8011 7595#, c-format 7596msgid "invalid write mask `%s'" 7597msgstr "" 7598 7599#: config/tc-i386.c:8033 config/tc-i386.c:8678 7600#, c-format 7601msgid "duplicated `%s'" 7602msgstr "" 7603 7604#: config/tc-i386.c:8043 7605#, c-format 7606msgid "invalid zeroing-masking `%s'" 7607msgstr "" 7608 7609#: config/tc-i386.c:8056 7610#, c-format 7611msgid "missing `}' in `%s'" 7612msgstr "" 7613 7614#. We don't know this one. 7615#: config/tc-i386.c:8064 7616#, c-format 7617msgid "unknown vector operation: `%s'" 7618msgstr "" 7619 7620#: config/tc-i386.c:8084 7621#, c-format 7622msgid "at most %d immediate operands are allowed" 7623msgstr "" 7624 7625#: config/tc-i386.c:8116 config/tc-i386.c:8363 7626#, c-format 7627msgid "junk `%s' after expression" 7628msgstr "" 7629 7630#: config/tc-i386.c:8137 7631#, c-format 7632msgid "missing or invalid immediate expression `%s'" 7633msgstr "" 7634 7635#: config/tc-i386.c:8160 config/tc-i386.c:8453 7636#, c-format 7637msgid "unimplemented segment %s in operand" 7638msgstr "" 7639 7640#: config/tc-i386.c:8167 7641#, c-format 7642msgid "illegal immediate register operand %s" 7643msgstr "" 7644 7645#: config/tc-i386.c:8215 7646#, c-format 7647msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" 7648msgstr "" 7649 7650#: config/tc-i386.c:8224 7651#, c-format 7652msgid "scale factor of %d without an index register" 7653msgstr "" 7654 7655#: config/tc-i386.c:8246 7656#, c-format 7657msgid "at most %d displacement operands are allowed" 7658msgstr "" 7659 7660#: config/tc-i386.c:8419 7661#, c-format 7662msgid "missing or invalid displacement expression `%s'" 7663msgstr "" 7664 7665#: config/tc-i386.c:8436 7666#, c-format 7667msgid "0x%lx out range of signed 32bit displacement" 7668msgstr "" 7669 7670#: config/tc-i386.c:8576 7671#, c-format 7672msgid "`%s' is not valid here (expected `%c%s%s%c')" 7673msgstr "" 7674 7675#: config/tc-i386.c:8588 7676#, c-format 7677msgid "`%s' is not a valid %s expression" 7678msgstr "" 7679 7680#: config/tc-i386.c:8623 7681#, c-format 7682msgid "`%s' cannot be used here" 7683msgstr "" 7684 7685#: config/tc-i386.c:8630 7686msgid "register scaling is being ignored here" 7687msgstr "" 7688 7689#: config/tc-i386.c:8691 7690#, c-format 7691msgid "Missing '}': '%s'" 7692msgstr "" 7693 7694#: config/tc-i386.c:8697 7695#, c-format 7696msgid "Junk after '}': '%s'" 7697msgstr "" 7698 7699#: config/tc-i386.c:8825 7700#, c-format 7701msgid "bad memory operand `%s'" 7702msgstr "" 7703 7704#: config/tc-i386.c:8849 7705#, c-format 7706msgid "junk `%s' after register" 7707msgstr "" 7708 7709#: config/tc-i386.c:8862 config/tc-i386.c:8999 config/tc-i386.c:9043 7710#, c-format 7711msgid "bad register name `%s'" 7712msgstr "" 7713 7714#: config/tc-i386.c:8870 7715msgid "immediate operand illegal with absolute jump" 7716msgstr "" 7717 7718#: config/tc-i386.c:8901 7719#, c-format 7720msgid "too many memory references for `%s'" 7721msgstr "" 7722 7723#: config/tc-i386.c:8988 7724#, c-format 7725msgid "expecting `,' or `)' after index register in `%s'" 7726msgstr "" 7727 7728#: config/tc-i386.c:9016 7729#, c-format 7730msgid "expecting `)' after scale factor in `%s'" 7731msgstr "" 7732 7733#: config/tc-i386.c:9024 7734#, c-format 7735msgid "expecting index register or scale factor after `,'; got '%c'" 7736msgstr "" 7737 7738#: config/tc-i386.c:9032 7739#, c-format 7740msgid "expecting `,' or `)' after base register in `%s'" 7741msgstr "" 7742 7743#. It's not a memory operand; argh! 7744#: config/tc-i386.c:9081 7745#, c-format 7746msgid "invalid char %s beginning operand %d `%s'" 7747msgstr "" 7748 7749#: config/tc-i386.c:9303 7750msgid "long jump required" 7751msgstr "" 7752 7753#: config/tc-i386.c:9358 7754msgid "jump target out of range" 7755msgstr "" 7756 7757#: config/tc-i386.c:9931 7758msgid "no compiled in support for x86_64" 7759msgstr "" 7760 7761#: config/tc-i386.c:9951 7762msgid "no compiled in support for 32bit x86_64" 7763msgstr "" 7764 7765#: config/tc-i386.c:9955 7766msgid "32bit x86_64 is only supported for ELF" 7767msgstr "" 7768 7769#: config/tc-i386.c:9989 config/tc-i386.c:10075 7770#, c-format 7771msgid "invalid -march= option: `%s'" 7772msgstr "" 7773 7774#: config/tc-i386.c:10085 config/tc-i386.c:10097 7775#, c-format 7776msgid "invalid -mtune= option: `%s'" 7777msgstr "" 7778 7779#: config/tc-i386.c:10106 7780#, c-format 7781msgid "invalid -mmnemonic= option: `%s'" 7782msgstr "" 7783 7784#: config/tc-i386.c:10115 7785#, c-format 7786msgid "invalid -msyntax= option: `%s'" 7787msgstr "" 7788 7789#: config/tc-i386.c:10142 7790#, c-format 7791msgid "invalid -msse-check= option: `%s'" 7792msgstr "" 7793 7794#: config/tc-i386.c:10153 7795#, c-format 7796msgid "invalid -moperand-check= option: `%s'" 7797msgstr "" 7798 7799#: config/tc-i386.c:10162 7800#, c-format 7801msgid "invalid -mavxscalar= option: `%s'" 7802msgstr "" 7803 7804#: config/tc-i386.c:10177 7805#, c-format 7806msgid "invalid -mevexlig= option: `%s'" 7807msgstr "" 7808 7809#: config/tc-i386.c:10190 7810#, c-format 7811msgid "invalid -mevexrcig= option: `%s'" 7812msgstr "" 7813 7814#: config/tc-i386.c:10199 7815#, c-format 7816msgid "invalid -mevexwig= option: `%s'" 7817msgstr "" 7818 7819#: config/tc-i386.c:10214 7820#, c-format 7821msgid "invalid -momit-lock-prefix= option: `%s'" 7822msgstr "" 7823 7824#: config/tc-i386.c:10223 7825#, c-format 7826msgid "invalid -mfence-as-lock-add= option: `%s'" 7827msgstr "" 7828 7829#: config/tc-i386.c:10232 7830#, c-format 7831msgid "invalid -mrelax-relocations= option: `%s'" 7832msgstr "" 7833 7834#: config/tc-i386.c:10355 7835#, c-format 7836msgid "" 7837" -Q ignored\n" 7838" -V print assembler version number\n" 7839" -k ignored\n" 7840msgstr "" 7841 7842#: config/tc-i386.c:10360 7843#, c-format 7844msgid "" 7845" -n Do not optimize code alignment\n" 7846" -q quieten some warnings\n" 7847msgstr "" 7848 7849#: config/tc-i386.c:10364 7850#, c-format 7851msgid " -s ignored\n" 7852msgstr "" 7853 7854#: config/tc-i386.c:10369 7855#, c-format 7856msgid " --32/--64/--x32 generate 32bit/64bit/x32 code\n" 7857msgstr "" 7858 7859#: config/tc-i386.c:10373 7860#, c-format 7861msgid " --divide do not treat `/' as a comment character\n" 7862msgstr "" 7863 7864#: config/tc-i386.c:10376 7865#, c-format 7866msgid " --divide ignored\n" 7867msgstr "" 7868 7869#: config/tc-i386.c:10379 7870#, c-format 7871msgid "" 7872" -march=CPU[,+EXTENSION...]\n" 7873" generate code for CPU and EXTENSION, CPU is one " 7874"of:\n" 7875msgstr "" 7876 7877#: config/tc-i386.c:10383 7878#, c-format 7879msgid " EXTENSION is combination of:\n" 7880msgstr "" 7881 7882#: config/tc-i386.c:10386 7883#, c-format 7884msgid " -mtune=CPU optimize for CPU, CPU is one of:\n" 7885msgstr "" 7886 7887#: config/tc-i386.c:10389 7888#, c-format 7889msgid " -msse2avx encode SSE instructions with VEX prefix\n" 7890msgstr "" 7891 7892#: config/tc-i386.c:10391 7893#, c-format 7894msgid "" 7895" -msse-check=[none|error|warning]\n" 7896" check SSE instructions\n" 7897msgstr "" 7898 7899#: config/tc-i386.c:10394 7900#, c-format 7901msgid "" 7902" -moperand-check=[none|error|warning]\n" 7903" check operand combinations for validity\n" 7904msgstr "" 7905 7906#: config/tc-i386.c:10397 7907#, c-format 7908msgid "" 7909" -mavxscalar=[128|256] encode scalar AVX instructions with specific " 7910"vector\n" 7911" length\n" 7912msgstr "" 7913 7914#: config/tc-i386.c:10400 7915#, c-format 7916msgid "" 7917" -mevexlig=[128|256|512] encode scalar EVEX instructions with specific " 7918"vector\n" 7919" length\n" 7920msgstr "" 7921 7922#: config/tc-i386.c:10403 7923#, c-format 7924msgid "" 7925" -mevexwig=[0|1] encode EVEX instructions with specific EVEX.W " 7926"value\n" 7927" for EVEX.W bit ignored instructions\n" 7928msgstr "" 7929 7930#: config/tc-i386.c:10406 7931#, c-format 7932msgid "" 7933" -mevexrcig=[rne|rd|ru|rz]\n" 7934" encode EVEX instructions with specific EVEX.RC " 7935"value\n" 7936" for SAE-only ignored instructions\n" 7937msgstr "" 7938 7939#: config/tc-i386.c:10410 7940#, c-format 7941msgid " -mmnemonic=[att|intel] use AT&T/Intel mnemonic\n" 7942msgstr "" 7943 7944#: config/tc-i386.c:10412 7945#, c-format 7946msgid " -msyntax=[att|intel] use AT&T/Intel syntax\n" 7947msgstr "" 7948 7949#: config/tc-i386.c:10414 7950#, c-format 7951msgid " -mindex-reg support pseudo index registers\n" 7952msgstr "" 7953 7954#: config/tc-i386.c:10416 7955#, c-format 7956msgid " -mnaked-reg don't require `%%' prefix for registers\n" 7957msgstr "" 7958 7959#: config/tc-i386.c:10418 7960#, c-format 7961msgid " -mold-gcc support old (<= 2.8.1) versions of gcc\n" 7962msgstr "" 7963 7964#: config/tc-i386.c:10420 7965#, c-format 7966msgid " -madd-bnd-prefix add BND prefix for all valid branches\n" 7967msgstr "" 7968 7969#: config/tc-i386.c:10422 7970#, c-format 7971msgid " -mshared disable branch optimization for shared code\n" 7972msgstr "" 7973 7974#: config/tc-i386.c:10425 7975#, c-format 7976msgid " -mbig-obj generate big object files\n" 7977msgstr "" 7978 7979#: config/tc-i386.c:10428 7980#, c-format 7981msgid "" 7982" -momit-lock-prefix=[no|yes]\n" 7983" strip all lock prefixes\n" 7984msgstr "" 7985 7986#: config/tc-i386.c:10431 7987#, c-format 7988msgid "" 7989" -mfence-as-lock-add=[no|yes]\n" 7990" encode lfence, mfence and sfence as\n" 7991" lock addl $0x0, (%%{re}sp)\n" 7992msgstr "" 7993 7994#: config/tc-i386.c:10435 7995#, c-format 7996msgid "" 7997" -mrelax-relocations=[no|yes]\n" 7998" generate relax relocations\n" 7999msgstr "" 8000 8001#: config/tc-i386.c:10438 8002#, c-format 8003msgid " -mamd64 accept only AMD64 ISA\n" 8004msgstr "" 8005 8006#: config/tc-i386.c:10440 8007#, c-format 8008msgid " -mintel64 accept only Intel64 ISA\n" 8009msgstr "" 8010 8011#: config/tc-i386.c:10481 8012#, c-format 8013msgid "Intel MCU doesn't support `%s' architecture" 8014msgstr "" 8015 8016#: config/tc-i386.c:10538 8017msgid "Intel L1OM is 64bit only" 8018msgstr "" 8019 8020#: config/tc-i386.c:10544 8021msgid "Intel K1OM is 64bit only" 8022msgstr "" 8023 8024#: config/tc-i386.c:10550 8025msgid "Intel MCU is 32bit only" 8026msgstr "" 8027 8028#: config/tc-i386.c:10707 8029msgid "symbol size computation overflow" 8030msgstr "" 8031 8032#: config/tc-i386.c:10773 8033#, c-format 8034msgid "can not do %d byte pc-relative relocation" 8035msgstr "" 8036 8037#: config/tc-i386.c:10791 8038#, c-format 8039msgid "can not do %d byte relocation" 8040msgstr "" 8041 8042#: config/tc-i386.c:10859 8043#, c-format 8044msgid "cannot represent relocation type %s in x32 mode" 8045msgstr "" 8046 8047#: config/tc-i386.c:10896 config/tc-s390.c:2559 8048#, c-format 8049msgid "cannot represent relocation type %s" 8050msgstr "" 8051 8052#: config/tc-i386.c:11013 8053msgid "bad .section directive: want a,l,w,x,M,S,G,T in string" 8054msgstr "" 8055 8056#: config/tc-i386.c:11016 8057msgid "bad .section directive: want a,w,x,M,S,G,T in string" 8058msgstr "" 8059 8060#: config/tc-i386.c:11035 8061msgid ".largecomm supported only in 64bit mode, producing .comm" 8062msgstr "" 8063 8064#: config/tc-i860.c:121 8065msgid "Directive .dual available only with -mintel-syntax option" 8066msgstr "" 8067 8068#: config/tc-i860.c:131 8069msgid "Directive .enddual available only with -mintel-syntax option" 8070msgstr "" 8071 8072#: config/tc-i860.c:144 8073msgid "Directive .atmp available only with -mintel-syntax option" 8074msgstr "" 8075 8076#: config/tc-i860.c:166 config/tc-i860.c:170 8077msgid "Unknown temporary pseudo register" 8078msgstr "" 8079 8080#: config/tc-i860.c:246 8081msgid "Defective assembler. No assembly attempted." 8082msgstr "" 8083 8084#: config/tc-i860.c:392 config/tc-i860.c:938 config/tc-m68k.c:3916 8085#: config/tc-m68k.c:3948 config/tc-sparc.c:3100 8086msgid "failed sanity check." 8087msgstr "" 8088 8089#: config/tc-i860.c:399 8090#, c-format 8091msgid "Expanded opcode after delayed branch: `%s'" 8092msgstr "" 8093 8094#: config/tc-i860.c:403 8095#, c-format 8096msgid "Expanded opcode in dual mode: `%s'" 8097msgstr "" 8098 8099#: config/tc-i860.c:407 8100#, c-format 8101msgid "An instruction was expanded (%s)" 8102msgstr "" 8103 8104#: config/tc-i860.c:674 8105msgid "Pipelined instruction: fsrc1 = fdest" 8106msgstr "" 8107 8108#: config/tc-i860.c:877 config/tc-i860.c:884 config/tc-i860.c:891 8109msgid "Assembler does not yet support PIC" 8110msgstr "" 8111 8112#: config/tc-i860.c:955 8113#, c-format 8114msgid "Illegal operands for %s" 8115msgstr "" 8116 8117#: config/tc-i860.c:972 8118#, c-format 8119msgid "'d.%s' must be 8-byte aligned" 8120msgstr "" 8121 8122#: config/tc-i860.c:980 8123#, c-format 8124msgid "Prefix 'd.' invalid for instruction `%s'" 8125msgstr "" 8126 8127#: config/tc-i860.c:1034 config/tc-ip2k.c:231 8128msgid "relaxation not supported\n" 8129msgstr "" 8130 8131#: config/tc-i860.c:1133 8132#, c-format 8133msgid "" 8134" -EL\t\t\t generate code for little endian mode (default)\n" 8135" -EB\t\t\t generate code for big endian mode\n" 8136" -mwarn-expand\t\t warn if pseudo operations are expanded\n" 8137" -mxp\t\t\t enable i860XP support (disabled by default)\n" 8138" -mintel-syntax\t enable Intel syntax (default to AT&T/SVR4)\n" 8139msgstr "" 8140 8141#. SVR4 compatibility flags. 8142#: config/tc-i860.c:1141 8143#, c-format 8144msgid "" 8145" -V\t\t\t print assembler version number\n" 8146" -Qy, -Qn\t\t ignored\n" 8147msgstr "" 8148 8149#: config/tc-i860.c:1204 8150msgid "This immediate requires 0 MOD 2 alignment" 8151msgstr "" 8152 8153#: config/tc-i860.c:1207 8154msgid "This immediate requires 0 MOD 4 alignment" 8155msgstr "" 8156 8157#: config/tc-i860.c:1210 8158msgid "This immediate requires 0 MOD 8 alignment" 8159msgstr "" 8160 8161#: config/tc-i860.c:1213 8162msgid "This immediate requires 0 MOD 16 alignment" 8163msgstr "" 8164 8165#: config/tc-i860.c:1308 8166msgid "5-bit immediate too large" 8167msgstr "" 8168 8169#: config/tc-i860.c:1311 8170msgid "5-bit field must be absolute" 8171msgstr "" 8172 8173#: config/tc-i860.c:1356 config/tc-i860.c:1379 8174msgid "A branch offset requires 0 MOD 4 alignment" 8175msgstr "" 8176 8177#: config/tc-i860.c:1400 8178#, c-format 8179msgid "Unrecognized fix-up (0x%08lx)" 8180msgstr "" 8181 8182#: config/tc-i960.c:483 8183#, c-format 8184msgid "Hashing returned \"%s\"." 8185msgstr "" 8186 8187#: config/tc-i960.c:579 config/tc-i960.c:1109 8188msgid "expression syntax error" 8189msgstr "" 8190 8191#: config/tc-i960.c:615 8192msgid "attempt to branch into different segment" 8193msgstr "" 8194 8195#: config/tc-i960.c:619 8196#, c-format 8197msgid "target of %s instruction must be a label" 8198msgstr "" 8199 8200#: config/tc-i960.c:729 8201msgid "unaligned register" 8202msgstr "" 8203 8204#: config/tc-i960.c:751 8205msgid "no such sfr in this architecture" 8206msgstr "" 8207 8208#: config/tc-i960.c:789 8209msgid "illegal literal" 8210msgstr "" 8211 8212#: config/tc-i960.c:939 8213msgid "invalid index register" 8214msgstr "" 8215 8216#: config/tc-i960.c:962 8217msgid "invalid scale factor" 8218msgstr "" 8219 8220#: config/tc-i960.c:1186 8221msgid "architecture of opcode conflicts with that of earlier instruction(s)" 8222msgstr "" 8223 8224#: config/tc-i960.c:1420 config/tc-xtensa.c:12644 8225msgid "too many operands" 8226msgstr "" 8227 8228#. We never moved: there was no opcode either! 8229#: config/tc-i960.c:1468 8230msgid "missing opcode" 8231msgstr "" 8232 8233#: config/tc-i960.c:1608 8234msgid "branch prediction invalid on this opcode" 8235msgstr "" 8236 8237#: config/tc-i960.c:1646 8238#, c-format 8239msgid "invalid opcode, \"%s\"." 8240msgstr "" 8241 8242#: config/tc-i960.c:1648 8243#, c-format 8244msgid "improper number of operands. expecting %d, got %d" 8245msgstr "" 8246 8247#: config/tc-i960.c:1748 8248#, c-format 8249msgid "Fixup of %ld too large for field width of %d" 8250msgstr "" 8251 8252#: config/tc-i960.c:1858 8253#, c-format 8254msgid "invalid architecture %s" 8255msgstr "" 8256 8257#: config/tc-i960.c:1878 8258#, c-format 8259msgid "I960 options:\n" 8260msgstr "" 8261 8262#: config/tc-i960.c:1881 8263#, c-format 8264msgid "" 8265"\n" 8266"\t\t\tspecify variant of 960 architecture\n" 8267"-b\t\t\tadd code to collect statistics about branches taken\n" 8268"-link-relax\t\tpreserve individual alignment directives so linker\n" 8269"\t\t\tcan do relaxing (b.out format only)\n" 8270"-no-relax\t\tdon't alter compare-and-branch instructions for\n" 8271"\t\t\tlong displacements\n" 8272msgstr "" 8273 8274#: config/tc-i960.c:2143 8275msgid "should have 1 or 2 operands" 8276msgstr "" 8277 8278#: config/tc-i960.c:2151 config/tc-i960.c:2166 8279#, c-format 8280msgid "Redefining leafproc %s" 8281msgstr "" 8282 8283#: config/tc-i960.c:2196 8284msgid "should have two operands" 8285msgstr "" 8286 8287#: config/tc-i960.c:2206 8288msgid "'entry_num' must be absolute number in [0,31]" 8289msgstr "" 8290 8291#: config/tc-i960.c:2214 8292#, c-format 8293msgid "Redefining entrynum for sysproc %s" 8294msgstr "" 8295 8296#. Should not happen: see block comment above. 8297#: config/tc-i960.c:2314 8298#, c-format 8299msgid "Trying to 'bal' to %s" 8300msgstr "" 8301 8302#: config/tc-i960.c:2324 8303msgid "Looks like a proc, but can't tell what kind.\n" 8304msgstr "" 8305 8306#: config/tc-i960.c:2342 8307msgid "big endian mode is not supported" 8308msgstr "" 8309 8310#: config/tc-i960.c:2344 8311#, c-format 8312msgid "ignoring unrecognized .endian type `%s'" 8313msgstr "" 8314 8315#: config/tc-i960.c:2389 8316msgid "can't use COBR format with external label" 8317msgstr "" 8318 8319#: config/tc-i960.c:2564 8320msgid "option --link-relax is only supported in b.out format" 8321msgstr "" 8322 8323#: config/tc-i960.c:2591 8324#, c-format 8325msgid "No 'bal' entry point for leafproc %s" 8326msgstr "" 8327 8328#: config/tc-ia64.c:872 8329msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string" 8330msgstr "" 8331 8332#: config/tc-ia64.c:924 8333msgid "Size of frame exceeds maximum of 96 registers" 8334msgstr "" 8335 8336#: config/tc-ia64.c:929 8337msgid "Size of rotating registers exceeds frame size" 8338msgstr "" 8339 8340#: config/tc-ia64.c:1016 8341msgid "Unwind directive not followed by an instruction." 8342msgstr "" 8343 8344#: config/tc-ia64.c:1025 config/tc-ia64.c:7606 8345msgid "qualifying predicate not followed by instruction" 8346msgstr "" 8347 8348#: config/tc-ia64.c:1073 8349msgid "expected ',' after section name" 8350msgstr "" 8351 8352#: config/tc-ia64.c:1108 8353msgid "expected ',' after symbol name" 8354msgstr "" 8355 8356#: config/tc-ia64.c:1132 8357msgid "expected ',' after symbol size" 8358msgstr "" 8359 8360#: config/tc-ia64.c:1215 config/tc-ia64.c:1249 8361msgid "record type is not valid" 8362msgstr "" 8363 8364#: config/tc-ia64.c:1318 8365msgid "Invalid record type for P3 format." 8366msgstr "" 8367 8368#: config/tc-ia64.c:1354 8369msgid "Invalid record type for format P6" 8370msgstr "" 8371 8372#: config/tc-ia64.c:1534 config/tc-ia64.c:1586 8373msgid "Invalid record type for format B1" 8374msgstr "" 8375 8376#: config/tc-ia64.c:1619 8377msgid "Invalid record type for format X1" 8378msgstr "" 8379 8380#: config/tc-ia64.c:1661 8381msgid "Invalid record type for format X3" 8382msgstr "" 8383 8384#: config/tc-ia64.c:1699 8385msgid "Previous .save incomplete" 8386msgstr "" 8387 8388#: config/tc-ia64.c:2524 8389msgid "spill_mask record unimplemented." 8390msgstr "" 8391 8392#: config/tc-ia64.c:2581 8393msgid "record_type_not_valid" 8394msgstr "" 8395 8396#: config/tc-ia64.c:2665 8397msgid "Ignoring attempt to spill beyond end of region" 8398msgstr "" 8399 8400#: config/tc-ia64.c:2724 8401msgid "Only constant space allocation is supported" 8402msgstr "" 8403 8404#: config/tc-ia64.c:2738 8405msgid "Only constant offsets are supported" 8406msgstr "" 8407 8408#: config/tc-ia64.c:2761 8409msgid "Section switching in code is not supported." 8410msgstr "" 8411 8412#: config/tc-ia64.c:2803 8413msgid " Insn slot not set in unwind record." 8414msgstr "" 8415 8416#: config/tc-ia64.c:2877 8417msgid "frgr_mem record before region record!" 8418msgstr "" 8419 8420#: config/tc-ia64.c:2888 8421msgid "fr_mem record before region record!" 8422msgstr "" 8423 8424#: config/tc-ia64.c:2897 8425msgid "gr_mem record before region record!" 8426msgstr "" 8427 8428#: config/tc-ia64.c:2906 8429msgid "br_mem record before region record!" 8430msgstr "" 8431 8432#: config/tc-ia64.c:2916 8433msgid "gr_gr record before region record!" 8434msgstr "" 8435 8436#: config/tc-ia64.c:2924 8437msgid "br_gr record before region record!" 8438msgstr "" 8439 8440#: config/tc-ia64.c:3042 8441#, c-format 8442msgid "First operand to .%s must be a predicate" 8443msgstr "" 8444 8445#: config/tc-ia64.c:3046 8446#, c-format 8447msgid "Pointless use of p0 as first operand to .%s" 8448msgstr "" 8449 8450#: config/tc-ia64.c:3102 8451#, c-format 8452msgid "Operand %d to .%s must be a preserved register" 8453msgstr "" 8454 8455#: config/tc-ia64.c:3138 8456#, c-format 8457msgid "Operand %d to .%s must be a writable register" 8458msgstr "" 8459 8460#: config/tc-ia64.c:3162 8461#, c-format 8462msgid "Radix `%s' unsupported or invalid" 8463msgstr "" 8464 8465#: config/tc-ia64.c:3192 config/tc-ia64.c:3197 8466#, c-format 8467msgid ".%s outside of %s" 8468msgstr "" 8469 8470#: config/tc-ia64.c:3283 8471msgid "Tags on unwind pseudo-ops aren't supported, yet" 8472msgstr "" 8473 8474#: config/tc-ia64.c:3305 8475msgid "First operand to .fframe must be a constant" 8476msgstr "" 8477 8478#: config/tc-ia64.c:3325 8479msgid "First operand to .vframe must be a general register" 8480msgstr "" 8481 8482#: config/tc-ia64.c:3333 8483msgid "Operand of .vframe contradicts .prologue" 8484msgstr "" 8485 8486#: config/tc-ia64.c:3343 8487msgid ".vframepsp is meaningless, assuming .vframesp was meant" 8488msgstr "" 8489 8490#: config/tc-ia64.c:3351 8491msgid "Operand to .vframesp must be a constant (sp-relative offset)" 8492msgstr "" 8493 8494#: config/tc-ia64.c:3378 8495msgid "First operand to .save not a register" 8496msgstr "" 8497 8498#: config/tc-ia64.c:3384 8499msgid "Second operand to .save not a valid register" 8500msgstr "" 8501 8502#: config/tc-ia64.c:3415 config/tc-ia64.c:3426 config/tc-ia64.c:3434 8503msgid "Second operand of .save contradicts .prologue" 8504msgstr "" 8505 8506#: config/tc-ia64.c:3441 8507msgid "First operand to .save not a valid register" 8508msgstr "" 8509 8510#: config/tc-ia64.c:3459 8511msgid "First operand to .restore must be stack pointer (sp)" 8512msgstr "" 8513 8514#: config/tc-ia64.c:3468 8515msgid "Second operand to .restore must be a constant >= 0" 8516msgstr "" 8517 8518#: config/tc-ia64.c:3478 8519#, c-format 8520msgid "Epilogue count of %lu exceeds number of nested prologues (%u)" 8521msgstr "" 8522 8523#: config/tc-ia64.c:3564 8524#, c-format 8525msgid "Illegal section name `%s' (causes unwind section name clash)" 8526msgstr "" 8527 8528#: config/tc-ia64.c:3741 8529msgid "First operand to .altrp not a valid branch register" 8530msgstr "" 8531 8532#: config/tc-ia64.c:3770 8533#, c-format 8534msgid "First operand to .%s not a register" 8535msgstr "" 8536 8537#: config/tc-ia64.c:3775 8538#, c-format 8539msgid "Second operand to .%s not a constant" 8540msgstr "" 8541 8542#: config/tc-ia64.c:3842 8543#, c-format 8544msgid "First operand to .%s not a valid register" 8545msgstr "" 8546 8547#: config/tc-ia64.c:3865 8548msgid "First operand to .save.g must be a positive 4-bit constant" 8549msgstr "" 8550 8551#: config/tc-ia64.c:3878 8552msgid "Second operand to .save.g must be a general register" 8553msgstr "" 8554 8555#: config/tc-ia64.c:3883 8556#, c-format 8557msgid "Second operand to .save.g must be the first of %d general registers" 8558msgstr "" 8559 8560#: config/tc-ia64.c:3906 8561msgid "Operand to .save.f must be a positive 20-bit constant" 8562msgstr "" 8563 8564#: config/tc-ia64.c:3929 8565msgid "First operand to .save.b must be a positive 5-bit constant" 8566msgstr "" 8567 8568#: config/tc-ia64.c:3942 8569msgid "Second operand to .save.b must be a general register" 8570msgstr "" 8571 8572#: config/tc-ia64.c:3947 8573#, c-format 8574msgid "Second operand to .save.b must be the first of %d general registers" 8575msgstr "" 8576 8577#: config/tc-ia64.c:3973 8578msgid "First operand to .save.gf must be a non-negative 4-bit constant" 8579msgstr "" 8580 8581#: config/tc-ia64.c:3981 8582msgid "Second operand to .save.gf must be a non-negative 20-bit constant" 8583msgstr "" 8584 8585#: config/tc-ia64.c:3989 8586msgid "Operands to .save.gf may not be both zero" 8587msgstr "" 8588 8589#: config/tc-ia64.c:4006 8590msgid "Operand to .spill must be a constant" 8591msgstr "" 8592 8593#: config/tc-ia64.c:4075 8594#, c-format 8595msgid "Operand %d to .%s must be a constant" 8596msgstr "" 8597 8598#: config/tc-ia64.c:4096 8599#, c-format 8600msgid "Missing .label_state %ld" 8601msgstr "" 8602 8603#: config/tc-ia64.c:4150 8604msgid "Operand to .label_state must be a constant" 8605msgstr "" 8606 8607#: config/tc-ia64.c:4169 8608msgid "Operand to .copy_state must be a constant" 8609msgstr "" 8610 8611#: config/tc-ia64.c:4192 8612msgid "First operand to .unwabi must be a constant" 8613msgstr "" 8614 8615#: config/tc-ia64.c:4198 8616msgid "Second operand to .unwabi must be a constant" 8617msgstr "" 8618 8619#: config/tc-ia64.c:4233 8620msgid "Missing .endp after previous .proc" 8621msgstr "" 8622 8623#: config/tc-ia64.c:4251 8624msgid "Empty argument of .proc" 8625msgstr "" 8626 8627#: config/tc-ia64.c:4256 8628#, c-format 8629msgid "`%s' was already defined" 8630msgstr "" 8631 8632#: config/tc-ia64.c:4299 8633msgid "Initial .body should precede any instructions" 8634msgstr "" 8635 8636#: config/tc-ia64.c:4318 8637msgid ".prologue within prologue" 8638msgstr "" 8639 8640#: config/tc-ia64.c:4323 8641msgid "Initial .prologue should precede any instructions" 8642msgstr "" 8643 8644#: config/tc-ia64.c:4333 8645msgid "First operand to .prologue must be a positive 4-bit constant" 8646msgstr "" 8647 8648#: config/tc-ia64.c:4335 8649msgid "Pointless use of zero first operand to .prologue" 8650msgstr "" 8651 8652#: config/tc-ia64.c:4351 8653msgid "Using a constant as second operand to .prologue is deprecated" 8654msgstr "" 8655 8656#: config/tc-ia64.c:4357 8657msgid "Second operand to .prologue must be a general register" 8658msgstr "" 8659 8660#: config/tc-ia64.c:4362 8661#, c-format 8662msgid "Second operand to .prologue must be the first of %d general registers" 8663msgstr "" 8664 8665#: config/tc-ia64.c:4474 8666#, c-format 8667msgid "`%s' was not defined within procedure" 8668msgstr "" 8669 8670#: config/tc-ia64.c:4510 8671msgid "Empty argument of .endp" 8672msgstr "" 8673 8674#: config/tc-ia64.c:4524 8675#, c-format 8676msgid "`%s' was not specified with previous .proc" 8677msgstr "" 8678 8679#: config/tc-ia64.c:4539 8680#, c-format 8681msgid "`%s' should be an operand to this .endp" 8682msgstr "" 8683 8684#: config/tc-ia64.c:4580 config/tc-ia64.c:4901 config/tc-ia64.c:5210 8685msgid "Comma expected" 8686msgstr "" 8687 8688#: config/tc-ia64.c:4620 8689msgid "Expected '['" 8690msgstr "" 8691 8692#: config/tc-ia64.c:4629 config/tc-ia64.c:7740 8693msgid "Expected ']'" 8694msgstr "" 8695 8696#: config/tc-ia64.c:4634 8697msgid "Number of elements must be positive" 8698msgstr "" 8699 8700#: config/tc-ia64.c:4645 8701#, c-format 8702msgid "Used more than the declared %d rotating registers" 8703msgstr "" 8704 8705#: config/tc-ia64.c:4653 8706msgid "Used more than the available 96 rotating registers" 8707msgstr "" 8708 8709#: config/tc-ia64.c:4660 8710msgid "Used more than the available 48 rotating registers" 8711msgstr "" 8712 8713#: config/tc-ia64.c:4688 8714#, c-format 8715msgid "Attempt to redefine register set `%s'" 8716msgstr "" 8717 8718#: config/tc-ia64.c:4753 8719#, c-format 8720msgid "Unknown psr option `%s'" 8721msgstr "" 8722 8723#: config/tc-ia64.c:4787 8724msgid "Missing section name" 8725msgstr "" 8726 8727#: config/tc-ia64.c:4796 8728msgid "Comma expected after section name" 8729msgstr "" 8730 8731#: config/tc-ia64.c:4807 8732msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated." 8733msgstr "" 8734 8735#: config/tc-ia64.c:4896 8736msgid "Register name expected" 8737msgstr "" 8738 8739#: config/tc-ia64.c:4909 8740msgid "Register value annotation ignored" 8741msgstr "" 8742 8743#: config/tc-ia64.c:4948 8744msgid "Directive invalid within a bundle" 8745msgstr "" 8746 8747#: config/tc-ia64.c:5042 8748msgid "Missing predicate relation type" 8749msgstr "" 8750 8751#: config/tc-ia64.c:5048 8752msgid "Unrecognized predicate relation type" 8753msgstr "" 8754 8755#: config/tc-ia64.c:5094 8756msgid "Bad register range" 8757msgstr "" 8758 8759#: config/tc-ia64.c:5103 config/tc-ia64.c:7686 8760msgid "Predicate register expected" 8761msgstr "" 8762 8763#: config/tc-ia64.c:5108 8764msgid "Duplicate predicate register ignored" 8765msgstr "" 8766 8767#: config/tc-ia64.c:5124 8768msgid "Predicate source and target required" 8769msgstr "" 8770 8771#: config/tc-ia64.c:5126 config/tc-ia64.c:5138 8772msgid "Use of p0 is not valid in this context" 8773msgstr "" 8774 8775#: config/tc-ia64.c:5133 8776msgid "At least two PR arguments expected" 8777msgstr "" 8778 8779#: config/tc-ia64.c:5147 8780msgid "At least one PR argument expected" 8781msgstr "" 8782 8783#: config/tc-ia64.c:5181 8784#, c-format 8785msgid "Inserting \"%s\" into entry hint table failed: %s" 8786msgstr "" 8787 8788#. FIXME -- need 62-bit relocation type 8789#: config/tc-ia64.c:5660 8790msgid "62-bit relocation not yet implemented" 8791msgstr "" 8792 8793#. XXX technically, this is wrong: we should not be issuing warning 8794#. messages until we're sure this instruction pattern is going to 8795#. be used! 8796#: config/tc-ia64.c:5746 8797msgid "lower 16 bits of mask ignored" 8798msgstr "" 8799 8800#: config/tc-ia64.c:5975 8801msgid "stride must be a multiple of 64; lower 6 bits ignored" 8802msgstr "" 8803 8804#: config/tc-ia64.c:6093 8805msgid "Expected separator `='" 8806msgstr "" 8807 8808#: config/tc-ia64.c:6127 8809msgid "Duplicate equal sign (=) in instruction" 8810msgstr "" 8811 8812#: config/tc-ia64.c:6134 8813#, c-format 8814msgid "Illegal operand separator `%c'" 8815msgstr "" 8816 8817#: config/tc-ia64.c:6249 8818#, c-format 8819msgid "Operand %u of `%s' should be %s" 8820msgstr "" 8821 8822#: config/tc-ia64.c:6253 8823msgid "Wrong number of output operands" 8824msgstr "" 8825 8826#: config/tc-ia64.c:6255 8827msgid "Wrong number of input operands" 8828msgstr "" 8829 8830#: config/tc-ia64.c:6257 8831msgid "Operand mismatch" 8832msgstr "" 8833 8834#: config/tc-ia64.c:6339 8835#, c-format 8836msgid "Invalid use of `%c%d' as output operand" 8837msgstr "" 8838 8839#: config/tc-ia64.c:6342 8840#, c-format 8841msgid "Invalid use of `r%d' as base update address operand" 8842msgstr "" 8843 8844#: config/tc-ia64.c:6366 8845#, c-format 8846msgid "Invalid duplicate use of `%c%d'" 8847msgstr "" 8848 8849#: config/tc-ia64.c:6373 8850#, c-format 8851msgid "Invalid simultaneous use of `f%d' and `f%d'" 8852msgstr "" 8853 8854#: config/tc-ia64.c:6379 8855#, c-format 8856msgid "Dangerous simultaneous use of `f%d' and `f%d'" 8857msgstr "" 8858 8859#: config/tc-ia64.c:6423 8860msgid "Value truncated to 62 bits" 8861msgstr "" 8862 8863#: config/tc-ia64.c:6491 8864#, c-format 8865msgid "Bad operand value: %s" 8866msgstr "" 8867 8868#. Give an error if a frag containing code is not aligned to a 16 byte 8869#. boundary. 8870#: config/tc-ia64.c:6566 config/tc-ia64.h:177 8871msgid "instruction address is not a multiple of 16" 8872msgstr "" 8873 8874#: config/tc-ia64.c:6634 8875#, c-format 8876msgid "`%s' must be last in bundle" 8877msgstr "" 8878 8879#: config/tc-ia64.c:6666 8880#, c-format 8881msgid "Internal error: don't know how to force %s to end of instruction group" 8882msgstr "" 8883 8884#: config/tc-ia64.c:6679 8885#, c-format 8886msgid "`%s' must be last in instruction group" 8887msgstr "" 8888 8889#: config/tc-ia64.c:6709 8890msgid "Label must be first in a bundle" 8891msgstr "" 8892 8893#: config/tc-ia64.c:6786 8894msgid "hint in B unit may be treated as nop" 8895msgstr "" 8896 8897#: config/tc-ia64.c:6797 8898msgid "hint in B unit can't be used" 8899msgstr "" 8900 8901#: config/tc-ia64.c:6811 8902msgid "emit_one_bundle: unexpected dynamic op" 8903msgstr "" 8904 8905#: config/tc-ia64.c:6936 8906#, c-format 8907msgid "`%s' does not fit into %s template" 8908msgstr "" 8909 8910#: config/tc-ia64.c:6951 8911#, c-format 8912msgid "`%s' does not fit into bundle" 8913msgstr "" 8914 8915#: config/tc-ia64.c:6963 8916#, c-format 8917msgid "`%s' can't go in %s of %s template" 8918msgstr "" 8919 8920#: config/tc-ia64.c:6969 8921msgid "Missing '}' at end of file" 8922msgstr "" 8923 8924#: config/tc-ia64.c:7116 8925#, c-format 8926msgid "Unrecognized option '-x%s'" 8927msgstr "" 8928 8929#: config/tc-ia64.c:7143 8930msgid "" 8931"IA-64 options:\n" 8932" --mconstant-gp\t mark output file as using the constant-GP model\n" 8933"\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n" 8934" --mauto-pic\t\t mark output file as using the constant-GP model\n" 8935"\t\t\t without function descriptors (sets ELF header flag\n" 8936"\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n" 8937" -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n" 8938" -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n" 8939" -mtune=[itanium1|itanium2]\n" 8940"\t\t\t tune for a specific CPU (default -mtune=itanium2)\n" 8941" -munwind-check=[warning|error]\n" 8942"\t\t\t unwind directive check (default -munwind-check=warning)\n" 8943" -mhint.b=[ok|warning|error]\n" 8944"\t\t\t hint.b check (default -mhint.b=error)\n" 8945" -x | -xexplicit\t turn on dependency violation checking\n" 8946msgstr "" 8947 8948#. Note for translators: "automagically" can be translated as "automatically" here. 8949#: config/tc-ia64.c:7160 8950msgid "" 8951" -xauto\t\t automagically remove dependency violations (default)\n" 8952" -xnone\t\t turn off dependency violation checking\n" 8953" -xdebug\t\t debug dependency violation checker\n" 8954" -xdebugn\t\t debug dependency violation checker but turn off\n" 8955"\t\t\t dependency violation checking\n" 8956" -xdebugx\t\t debug dependency violation checker and turn on\n" 8957"\t\t\t dependency violation checking\n" 8958msgstr "" 8959 8960#: config/tc-ia64.c:7175 8961msgid "--gstabs is not supported for ia64" 8962msgstr "" 8963 8964#: config/tc-ia64.c:7413 8965#, c-format 8966msgid "ia64.md_begin: can't hash `%s': %s" 8967msgstr "" 8968 8969#: config/tc-ia64.c:7477 8970#, c-format 8971msgid "Inserting \"%s\" into constant hash table failed: %s" 8972msgstr "" 8973 8974#: config/tc-ia64.c:7489 config/tc-tilegx.c:263 8975msgid "Could not set architecture and machine" 8976msgstr "" 8977 8978#: config/tc-ia64.c:7621 8979msgid "Explicit stops are ignored in auto mode" 8980msgstr "" 8981 8982#: config/tc-ia64.c:7630 8983msgid "Found '{' when manual bundling is already turned on" 8984msgstr "" 8985 8986#: config/tc-ia64.c:7643 8987msgid "Found '{' after explicit switch to automatic mode" 8988msgstr "" 8989 8990#: config/tc-ia64.c:7649 8991msgid "Found '}' when manual bundling is off" 8992msgstr "" 8993 8994#: config/tc-ia64.c:7676 8995msgid "Expected ')'" 8996msgstr "" 8997 8998#: config/tc-ia64.c:7681 8999msgid "Qualifying predicate expected" 9000msgstr "" 9001 9002#: config/tc-ia64.c:7700 9003msgid "Tag must come before qualifying predicate." 9004msgstr "" 9005 9006#: config/tc-ia64.c:7729 9007msgid "Expected ':'" 9008msgstr "" 9009 9010#: config/tc-ia64.c:7745 9011msgid "Tag name expected" 9012msgstr "" 9013 9014#: config/tc-ia64.c:7846 9015msgid "Rotating register index must be a non-negative constant" 9016msgstr "" 9017 9018#: config/tc-ia64.c:7851 9019#, c-format 9020msgid "Index out of range 0..%u" 9021msgstr "" 9022 9023#: config/tc-ia64.c:7863 9024msgid "Indirect register index must be a general register" 9025msgstr "" 9026 9027#: config/tc-ia64.c:7872 9028msgid "Index can only be applied to rotating or indirect registers" 9029msgstr "" 9030 9031#: config/tc-ia64.c:7908 config/tc-xstormy16.c:145 9032msgid "Expected '('" 9033msgstr "" 9034 9035#: config/tc-ia64.c:7916 config/tc-pdp11.c:445 config/tc-pdp11.c:509 9036#: config/tc-pdp11.c:543 config/tc-tilegx.c:1047 config/tc-tilepro.c:938 9037#: config/tc-xstormy16.c:154 9038msgid "Missing ')'" 9039msgstr "" 9040 9041#: config/tc-ia64.c:7934 config/tc-xstormy16.c:161 9042msgid "Not a symbolic expression" 9043msgstr "" 9044 9045#: config/tc-ia64.c:7939 config/tc-ia64.c:7953 9046msgid "Illegal combination of relocation functions" 9047msgstr "" 9048 9049#: config/tc-ia64.c:8042 9050msgid "No current frame" 9051msgstr "" 9052 9053#: config/tc-ia64.c:8044 9054#, c-format 9055msgid "Register number out of range 0..%u" 9056msgstr "" 9057 9058#: config/tc-ia64.c:8083 9059msgid "Standalone `#' is illegal" 9060msgstr "" 9061 9062#: config/tc-ia64.c:8086 9063msgid "Redundant `#' suffix operators" 9064msgstr "" 9065 9066#: config/tc-ia64.c:8244 9067#, c-format 9068msgid "Unhandled dependency %s for %s (%s), note %d" 9069msgstr "" 9070 9071#: config/tc-ia64.c:9556 9072#, c-format 9073msgid "Unrecognized dependency specifier %d\n" 9074msgstr "" 9075 9076#: config/tc-ia64.c:10426 9077msgid "Only the first path encountering the conflict is reported" 9078msgstr "" 9079 9080#: config/tc-ia64.c:10428 9081msgid "This is the location of the conflicting usage" 9082msgstr "" 9083 9084#: config/tc-ia64.c:10690 9085#, c-format 9086msgid "Unknown opcode `%s'" 9087msgstr "" 9088 9089#: config/tc-ia64.c:10768 9090#, c-format 9091msgid "AR %d can only be accessed by %c-unit" 9092msgstr "" 9093 9094#: config/tc-ia64.c:10780 9095msgid "hint.b may be treated as nop" 9096msgstr "" 9097 9098#: config/tc-ia64.c:10783 9099msgid "hint.b shouldn't be used" 9100msgstr "" 9101 9102#: config/tc-ia64.c:10822 9103#, c-format 9104msgid "`%s' cannot be predicated" 9105msgstr "" 9106 9107#: config/tc-ia64.c:10894 9108msgid "Closing bracket missing" 9109msgstr "" 9110 9111#: config/tc-ia64.c:10903 9112msgid "Index must be a general register" 9113msgstr "" 9114 9115#: config/tc-ia64.c:11068 9116#, c-format 9117msgid "Unsupported fixup size %d" 9118msgstr "" 9119 9120#. This should be an error, but since previously there wasn't any 9121#. diagnostic here, don't make it fail because of this for now. 9122#: config/tc-ia64.c:11340 9123#, c-format 9124msgid "Cannot express %s%d%s relocation" 9125msgstr "" 9126 9127#: config/tc-ia64.c:11359 9128msgid "No addend allowed in @fptr() relocation" 9129msgstr "" 9130 9131#: config/tc-ia64.c:11398 9132msgid "integer operand out of range" 9133msgstr "" 9134 9135#: config/tc-ia64.c:11465 9136#, c-format 9137msgid "%s must have a constant value" 9138msgstr "" 9139 9140#: config/tc-ia64.c:11485 9141msgid "cannot resolve @slotcount parameter" 9142msgstr "" 9143 9144#: config/tc-ia64.c:11518 9145msgid "invalid @slotcount value" 9146msgstr "" 9147 9148#: config/tc-ia64.c:11555 config/tc-z8k.c:1370 9149#, c-format 9150msgid "Cannot represent %s relocation in object file" 9151msgstr "" 9152 9153#: config/tc-ia64.c:11666 9154msgid "Can't add stop bit to mark end of instruction group" 9155msgstr "" 9156 9157#: config/tc-ia64.c:11775 read.c:2598 read.c:3295 read.c:3638 stabs.c:464 9158#, c-format 9159msgid "expected comma after \"%s\"" 9160msgstr "" 9161 9162#: config/tc-ia64.c:11817 9163#, c-format 9164msgid "`%s' is already the alias of %s `%s'" 9165msgstr "" 9166 9167#: config/tc-ia64.c:11827 9168#, c-format 9169msgid "%s `%s' already has an alias `%s'" 9170msgstr "" 9171 9172#: config/tc-ia64.c:11838 9173#, c-format 9174msgid "inserting \"%s\" into %s alias hash table failed: %s" 9175msgstr "" 9176 9177#: config/tc-ia64.c:11846 9178#, c-format 9179msgid "inserting \"%s\" into %s name hash table failed: %s" 9180msgstr "" 9181 9182#: config/tc-ia64.c:11872 9183#, c-format 9184msgid "symbol `%s' aliased to `%s' is not used" 9185msgstr "" 9186 9187#: config/tc-ia64.c:11895 9188#, c-format 9189msgid "section `%s' aliased to `%s' is not used" 9190msgstr "" 9191 9192#: config/tc-ip2k.c:140 9193#, c-format 9194msgid "IP2K specific command line options:\n" 9195msgstr "" 9196 9197#: config/tc-ip2k.c:141 9198#, c-format 9199msgid " -mip2022 restrict to IP2022 insns \n" 9200msgstr "" 9201 9202#: config/tc-ip2k.c:142 9203#, c-format 9204msgid " -mip2022ext permit extended IP2022 insn\n" 9205msgstr "" 9206 9207#: config/tc-iq2000.c:363 9208#, c-format 9209msgid "the yielding instruction %s may not be in a delay slot." 9210msgstr "" 9211 9212#: config/tc-iq2000.c:371 9213#, c-format 9214msgid "Register number (R%ld) for double word access must be even." 9215msgstr "" 9216 9217#: config/tc-iq2000.c:380 config/tc-iq2000.c:385 config/tc-iq2000.c:390 9218#: config/tc-iq2000.c:407 config/tc-mt.c:244 config/tc-mt.c:249 9219#, c-format 9220msgid "operand references R%ld of previous load." 9221msgstr "" 9222 9223#: config/tc-iq2000.c:395 9224msgid "instruction implicitly accesses R31 of previous load." 9225msgstr "" 9226 9227#: config/tc-iq2000.c:650 config/tc-mep.c:2007 9228msgid "Unmatched high relocation" 9229msgstr "" 9230 9231#: config/tc-iq2000.c:827 config/tc-mips.c:18495 config/tc-score.c:5814 9232msgid ".end not in text section" 9233msgstr "" 9234 9235#: config/tc-iq2000.c:831 config/tc-score.c:5817 9236msgid ".end directive without a preceding .ent directive." 9237msgstr "" 9238 9239#: config/tc-iq2000.c:840 config/tc-score.c:5825 9240msgid ".end symbol does not match .ent symbol." 9241msgstr "" 9242 9243#: config/tc-iq2000.c:843 config/tc-mips.c:18515 config/tc-score.c:5830 9244msgid ".end directive missing or unknown symbol" 9245msgstr "" 9246 9247#: config/tc-iq2000.c:861 9248msgid "Expected simple number." 9249msgstr "" 9250 9251#: config/tc-iq2000.c:890 config/tc-mips.c:18420 config/tc-score.c:5666 9252#, c-format 9253msgid " *input_line_pointer == '%c' 0x%02x\n" 9254msgstr "" 9255 9256#: config/tc-iq2000.c:892 9257msgid "Invalid number" 9258msgstr "" 9259 9260#: config/tc-iq2000.c:926 config/tc-score.c:5704 9261msgid ".ent or .aent not in text section." 9262msgstr "" 9263 9264#: config/tc-iq2000.c:929 9265msgid "missing `.end'" 9266msgstr "" 9267 9268#: config/tc-m32c.c:143 9269#, c-format 9270msgid " M32C specific command line options:\n" 9271msgstr "" 9272 9273#. Pretend that we do not recognise this option. 9274#: config/tc-m32r.c:330 9275msgid "Unrecognised option: -hidden" 9276msgstr "" 9277 9278#: config/tc-m32r.c:357 config/tc-sparc.c:648 9279msgid "Unrecognized option following -K" 9280msgstr "" 9281 9282#: config/tc-m32r.c:372 9283#, c-format 9284msgid " M32R specific command line options:\n" 9285msgstr "" 9286 9287#: config/tc-m32r.c:374 9288#, c-format 9289msgid "" 9290" -m32r disable support for the m32rx instruction set\n" 9291msgstr "" 9292 9293#: config/tc-m32r.c:376 9294#, c-format 9295msgid " -m32rx support the extended m32rx instruction set\n" 9296msgstr "" 9297 9298#: config/tc-m32r.c:378 9299#, c-format 9300msgid " -m32r2 support the extended m32r2 instruction set\n" 9301msgstr "" 9302 9303#: config/tc-m32r.c:380 9304#, c-format 9305msgid " -EL,-little produce little endian code and data\n" 9306msgstr "" 9307 9308#: config/tc-m32r.c:382 9309#, c-format 9310msgid " -EB,-big produce big endian code and data\n" 9311msgstr "" 9312 9313#: config/tc-m32r.c:384 9314#, c-format 9315msgid " -parallel try to combine instructions in parallel\n" 9316msgstr "" 9317 9318#: config/tc-m32r.c:386 9319#, c-format 9320msgid " -no-parallel disable -parallel\n" 9321msgstr "" 9322 9323#: config/tc-m32r.c:388 9324#, c-format 9325msgid "" 9326" -no-bitinst disallow the M32R2's extended bit-field " 9327"instructions\n" 9328msgstr "" 9329 9330#: config/tc-m32r.c:390 9331#, c-format 9332msgid " -O try to optimize code. Implies -parallel\n" 9333msgstr "" 9334 9335#: config/tc-m32r.c:393 9336#, c-format 9337msgid "" 9338" -warn-explicit-parallel-conflicts warn when parallel instructions\n" 9339msgstr "" 9340 9341#: config/tc-m32r.c:395 9342#, c-format 9343msgid " might violate contraints\n" 9344msgstr "" 9345 9346#: config/tc-m32r.c:397 9347#, c-format 9348msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n" 9349msgstr "" 9350 9351#: config/tc-m32r.c:399 9352#, c-format 9353msgid "" 9354" instructions might violate " 9355"contraints\n" 9356msgstr "" 9357 9358#: config/tc-m32r.c:401 9359#, c-format 9360msgid "" 9361" -Wp synonym for -warn-explicit-parallel-conflicts\n" 9362msgstr "" 9363 9364#: config/tc-m32r.c:403 9365#, c-format 9366msgid "" 9367" -Wnp synonym for -no-warn-explicit-parallel-conflicts\n" 9368msgstr "" 9369 9370#: config/tc-m32r.c:405 9371#, c-format 9372msgid "" 9373" -ignore-parallel-conflicts do not check parallel instructions\n" 9374msgstr "" 9375 9376#: config/tc-m32r.c:407 9377#, c-format 9378msgid " for constraint violations\n" 9379msgstr "" 9380 9381#: config/tc-m32r.c:409 9382#, c-format 9383msgid "" 9384" -no-ignore-parallel-conflicts check parallel instructions for\n" 9385msgstr "" 9386 9387#: config/tc-m32r.c:411 9388#, c-format 9389msgid " constraint violations\n" 9390msgstr "" 9391 9392#: config/tc-m32r.c:413 9393#, c-format 9394msgid " -Ip synonym for -ignore-parallel-conflicts\n" 9395msgstr "" 9396 9397#: config/tc-m32r.c:415 9398#, c-format 9399msgid " -nIp synonym for -no-ignore-parallel-conflicts\n" 9400msgstr "" 9401 9402#: config/tc-m32r.c:418 9403#, c-format 9404msgid "" 9405" -warn-unmatched-high warn when an (s)high reloc has no matching low " 9406"reloc\n" 9407msgstr "" 9408 9409#: config/tc-m32r.c:420 9410#, c-format 9411msgid " -no-warn-unmatched-high do not warn about missing low relocs\n" 9412msgstr "" 9413 9414#: config/tc-m32r.c:422 9415#, c-format 9416msgid " -Wuh synonym for -warn-unmatched-high\n" 9417msgstr "" 9418 9419#: config/tc-m32r.c:424 9420#, c-format 9421msgid " -Wnuh synonym for -no-warn-unmatched-high\n" 9422msgstr "" 9423 9424#: config/tc-m32r.c:427 9425#, c-format 9426msgid " -KPIC generate PIC\n" 9427msgstr "" 9428 9429#: config/tc-m32r.c:846 9430msgid "instructions write to the same destination register." 9431msgstr "" 9432 9433#: config/tc-m32r.c:854 9434msgid "Instructions do not use parallel execution pipelines." 9435msgstr "" 9436 9437#: config/tc-m32r.c:862 9438msgid "Instructions share the same execution pipeline" 9439msgstr "" 9440 9441#: config/tc-m32r.c:927 config/tc-m32r.c:1041 9442#, c-format 9443msgid "not a 16 bit instruction '%s'" 9444msgstr "" 9445 9446#: config/tc-m32r.c:939 config/tc-m32r.c:1053 config/tc-m32r.c:1237 9447#, c-format 9448msgid "instruction '%s' is for the M32R2 only" 9449msgstr "" 9450 9451#: config/tc-m32r.c:952 config/tc-m32r.c:1066 config/tc-m32r.c:1250 9452#, c-format 9453msgid "unknown instruction '%s'" 9454msgstr "" 9455 9456#: config/tc-m32r.c:961 config/tc-m32r.c:1073 config/tc-m32r.c:1257 9457#, c-format 9458msgid "instruction '%s' is for the M32RX only" 9459msgstr "" 9460 9461#: config/tc-m32r.c:970 config/tc-m32r.c:1082 9462#, c-format 9463msgid "instruction '%s' cannot be executed in parallel." 9464msgstr "" 9465 9466#: config/tc-m32r.c:1025 config/tc-m32r.c:1107 config/tc-m32r.c:1314 9467msgid "internal error: lookup/get operands failed" 9468msgstr "" 9469 9470#: config/tc-m32r.c:1092 9471#, c-format 9472msgid "'%s': only the NOP instruction can be issued in parallel on the m32r" 9473msgstr "" 9474 9475#: config/tc-m32r.c:1121 9476#, c-format 9477msgid "" 9478"%s: output of 1st instruction is the same as an input to 2nd instruction - " 9479"is this intentional ?" 9480msgstr "" 9481 9482#: config/tc-m32r.c:1125 9483#, c-format 9484msgid "" 9485"%s: output of 2nd instruction is the same as an input to 1st instruction - " 9486"is this intentional ?" 9487msgstr "" 9488 9489#: config/tc-m32r.c:1498 9490#, c-format 9491msgid ".SCOMMon length (%ld.) <0! Ignored." 9492msgstr "" 9493 9494#: config/tc-m32r.c:1548 9495#, c-format 9496msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld." 9497msgstr "" 9498 9499#: config/tc-m32r.c:1925 config/tc-m32r.c:1978 config/tc-nds32.c:4155 9500#: config/tc-nds32.c:4191 config/tc-sh.c:774 config/tc-sh.c:2455 9501msgid "Invalid PIC expression." 9502msgstr "" 9503 9504#: config/tc-m32r.c:2069 9505msgid "Unmatched high/shigh reloc" 9506msgstr "" 9507 9508#: config/tc-m68hc11.c:416 9509#, c-format 9510msgid "" 9511"Motorola 68HC11/68HC12/68HCS12 options:\n" 9512" -m68hc11 | -m68hc12 |\n" 9513" -m68hcs12 | -mm9s12x |\n" 9514" -mm9s12xg specify the processor [default %s]\n" 9515" -mshort use 16-bit int ABI (default)\n" 9516" -mlong use 32-bit int ABI\n" 9517" -mshort-double use 32-bit double ABI\n" 9518" -mlong-double use 64-bit double ABI (default)\n" 9519" --force-long-branches always turn relative branches into absolute ones\n" 9520" -S,--short-branches do not turn relative branches into absolute ones\n" 9521" when the offset is out of range\n" 9522" --strict-direct-mode do not turn the direct mode into extended mode\n" 9523" when the instruction does not support direct mode\n" 9524" --print-insn-syntax print the syntax of instruction in case of error\n" 9525" --print-opcodes print the list of instructions with syntax\n" 9526" --xgate-ramoffset offset ram addresses by 0xc000\n" 9527" --generate-example generate an example of each instruction\n" 9528" (used for testing)\n" 9529msgstr "" 9530 9531#: config/tc-m68hc11.c:464 config/tc-xgate.c:284 9532#, c-format 9533msgid "Default target `%s' is not supported." 9534msgstr "" 9535 9536#. Dump the opcode statistics table. 9537#: config/tc-m68hc11.c:482 9538#, c-format 9539msgid "Name # Modes Min ops Max ops Modes mask # Used\n" 9540msgstr "" 9541 9542#: config/tc-m68hc11.c:561 9543#, c-format 9544msgid "Option `%s' is not recognized." 9545msgstr "" 9546 9547#: config/tc-m68hc11.c:748 9548msgid "imm3" 9549msgstr "" 9550 9551#: config/tc-m68hc11.c:756 9552msgid "RD" 9553msgstr "" 9554 9555#: config/tc-m68hc11.c:764 9556msgid "RD,RS" 9557msgstr "" 9558 9559#: config/tc-m68hc11.c:772 9560msgid "RI, #imm4" 9561msgstr "" 9562 9563#: config/tc-m68hc11.c:804 9564msgid "RD, (RI,#offs5)" 9565msgstr "" 9566 9567#: config/tc-m68hc11.c:856 9568msgid "#<imm8>" 9569msgstr "" 9570 9571#: config/tc-m68hc11.c:865 9572msgid "#<imm16>" 9573msgstr "" 9574 9575#: config/tc-m68hc11.c:874 config/tc-m68hc11.c:883 9576msgid "<imm8>,X" 9577msgstr "" 9578 9579#: config/tc-m68hc11.c:910 9580msgid "*<abs8>" 9581msgstr "" 9582 9583#: config/tc-m68hc11.c:922 9584msgid "#<mask>" 9585msgstr "" 9586 9587#: config/tc-m68hc11.c:932 9588#, c-format 9589msgid "symbol%d" 9590msgstr "" 9591 9592#: config/tc-m68hc11.c:934 9593msgid "<abs>" 9594msgstr "" 9595 9596#: config/tc-m68hc11.c:953 9597msgid "<label>" 9598msgstr "" 9599 9600#: config/tc-m68hc11.c:969 9601#, c-format 9602msgid "" 9603"# Example of `%s' instructions\n" 9604"\t.sect .text\n" 9605"_start:\n" 9606msgstr "" 9607 9608#: config/tc-m68hc11.c:1016 9609#, c-format 9610msgid "Instruction `%s' is not recognized." 9611msgstr "" 9612 9613#: config/tc-m68hc11.c:1021 9614#, c-format 9615msgid "Instruction formats for `%s':" 9616msgstr "" 9617 9618#: config/tc-m68hc11.c:1173 9619#, c-format 9620msgid "Immediate operand is not allowed for operand %d." 9621msgstr "" 9622 9623#: config/tc-m68hc11.c:1217 9624msgid "Indirect indexed addressing is not valid for 68HC11." 9625msgstr "" 9626 9627#: config/tc-m68hc11.c:1237 9628msgid "Spurious `,' or bad indirect register addressing mode." 9629msgstr "" 9630 9631#: config/tc-m68hc11.c:1259 9632msgid "Missing second register or offset for indexed-indirect mode." 9633msgstr "" 9634 9635#: config/tc-m68hc11.c:1269 9636msgid "Missing second register for indexed-indirect mode." 9637msgstr "" 9638 9639#: config/tc-m68hc11.c:1285 9640msgid "Missing `]' to close indexed-indirect mode." 9641msgstr "" 9642 9643#: config/tc-m68hc11.c:1330 config/tc-m68hc11.c:2960 config/tc-m68hc11.c:3072 9644#: config/tc-m68hc11.c:3146 config/tc-m68hc11.c:3330 config/tc-m68hc11.c:3401 9645msgid "Illegal operand." 9646msgstr "" 9647 9648#. Looks like OP_R_R. 9649#: config/tc-m68hc11.c:1335 config/tc-m68hc11.c:2965 config/tc-m68hc11.c:3077 9650#: config/tc-m68hc11.c:3151 config/tc-m68hc11.c:3257 config/tc-m68hc11.c:3309 9651#: config/tc-m68hc11.c:3317 config/tc-m68hc11.c:3335 9652msgid "Missing operand." 9653msgstr "" 9654 9655#: config/tc-m68hc11.c:1388 9656msgid "Pre-increment mode is not valid for 68HC11" 9657msgstr "" 9658 9659#: config/tc-m68hc11.c:1401 9660msgid "Wrong register in register indirect mode." 9661msgstr "" 9662 9663#: config/tc-m68hc11.c:1409 9664msgid "Missing `]' to close register indirect operand." 9665msgstr "" 9666 9667#: config/tc-m68hc11.c:1429 9668msgid "Post-decrement mode is not valid for 68HC11." 9669msgstr "" 9670 9671#: config/tc-m68hc11.c:1437 9672msgid "Post-increment mode is not valid for 68HC11." 9673msgstr "" 9674 9675#: config/tc-m68hc11.c:1455 9676msgid "Invalid indexed indirect mode." 9677msgstr "" 9678 9679#: config/tc-m68hc11.c:1579 9680#, c-format 9681msgid "Trap id `%ld' is out of range." 9682msgstr "" 9683 9684#: config/tc-m68hc11.c:1583 9685msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]." 9686msgstr "" 9687 9688#: config/tc-m68hc11.c:1590 config/tc-m68hc11.c:1741 9689#, c-format 9690msgid "Operand out of 8-bit range: `%ld'." 9691msgstr "" 9692 9693#: config/tc-m68hc11.c:1597 9694msgid "The trap id must be a constant." 9695msgstr "" 9696 9697#: config/tc-m68hc11.c:1629 config/tc-m68hc11.c:1784 config/tc-xgate.c:1339 9698#, c-format 9699msgid "Operand `%x' not recognized in fixup8." 9700msgstr "" 9701 9702#: config/tc-m68hc11.c:1646 config/tc-m68hc11.c:1694 9703#, c-format 9704msgid "Operand out of 16-bit range: `%ld'." 9705msgstr "" 9706 9707#: config/tc-m68hc11.c:1677 config/tc-m68hc11.c:1708 9708#, c-format 9709msgid "Operand `%x' not recognized in fixup16." 9710msgstr "" 9711 9712#: config/tc-m68hc11.c:1801 9713#, c-format 9714msgid "Unexpected branch conversion with `%x'" 9715msgstr "" 9716 9717#: config/tc-m68hc11.c:1887 config/tc-m68hc11.c:2019 9718#, c-format 9719msgid "Operand out of range for a relative branch: `%ld'" 9720msgstr "" 9721 9722#: config/tc-m68hc11.c:1987 9723msgid "Invalid register for dbcc/tbcc instruction." 9724msgstr "" 9725 9726#: config/tc-m68hc11.c:2075 9727#, c-format 9728msgid "Increment/decrement value is out of range: `%ld'." 9729msgstr "" 9730 9731#: config/tc-m68hc11.c:2087 9732msgid "Expecting a register." 9733msgstr "" 9734 9735#: config/tc-m68hc11.c:2102 9736msgid "Invalid register for post/pre increment." 9737msgstr "" 9738 9739#: config/tc-m68hc11.c:2132 9740msgid "Invalid register." 9741msgstr "" 9742 9743#: config/tc-m68hc11.c:2139 9744#, c-format 9745msgid "Offset out of 16-bit range: %ld." 9746msgstr "" 9747 9748#: config/tc-m68hc11.c:2145 9749#, c-format 9750msgid "Offset out of 5-bit range for movw/movb insn: %ld." 9751msgstr "" 9752 9753#: config/tc-m68hc11.c:2270 9754msgid "Expecting register D for indexed indirect mode." 9755msgstr "" 9756 9757#: config/tc-m68hc11.c:2272 9758msgid "Indexed indirect mode is not allowed for movb/movw." 9759msgstr "" 9760 9761#: config/tc-m68hc11.c:2289 9762msgid "Invalid accumulator register." 9763msgstr "" 9764 9765#: config/tc-m68hc11.c:2314 9766msgid "Invalid indexed register." 9767msgstr "" 9768 9769#: config/tc-m68hc11.c:2324 9770msgid "Addressing mode not implemented yet." 9771msgstr "" 9772 9773#: config/tc-m68hc11.c:2338 9774msgid "Invalid source register for this instruction, use 'tfr'." 9775msgstr "" 9776 9777#: config/tc-m68hc11.c:2340 9778msgid "Invalid source register." 9779msgstr "" 9780 9781#: config/tc-m68hc11.c:2345 9782msgid "Invalid destination register for this instruction, use 'tfr'." 9783msgstr "" 9784 9785#: config/tc-m68hc11.c:2347 9786msgid "Invalid destination register." 9787msgstr "" 9788 9789#: config/tc-m68hc11.c:2522 9790msgid "Invalid indexed register, expecting register X." 9791msgstr "" 9792 9793#: config/tc-m68hc11.c:2524 9794msgid "Invalid indexed register, expecting register Y." 9795msgstr "" 9796 9797#: config/tc-m68hc11.c:2843 9798msgid "No instruction or missing opcode." 9799msgstr "" 9800 9801#: config/tc-m68hc11.c:2853 config/tc-m68hc11.c:3531 9802#, c-format 9803msgid "Opcode `%s' is not recognized." 9804msgstr "" 9805 9806#: config/tc-m68hc11.c:2902 config/tc-m68hc11.c:3451 config/tc-m68hc11.c:3553 9807#, c-format 9808msgid "Garbage at end of instruction: `%s'." 9809msgstr "" 9810 9811#: config/tc-m68hc11.c:3439 9812#, c-format 9813msgid "Failed to find a valid mode for `%s'." 9814msgstr "" 9815 9816#: config/tc-m68hc11.c:3463 config/tc-m68hc11.c:3681 config/tc-m68hc11.c:3687 9817#, c-format 9818msgid "Invalid operand for `%s'" 9819msgstr "" 9820 9821#: config/tc-m68hc11.c:3739 9822#, c-format 9823msgid "Invalid mode: %s\n" 9824msgstr "" 9825 9826#: config/tc-m68hc11.c:3798 9827msgid "bad .relax format" 9828msgstr "" 9829 9830#: config/tc-m68hc11.c:3842 config/tc-xgate.c:630 9831#, c-format 9832msgid "Relocation %d is not supported by object file format." 9833msgstr "" 9834 9835#: config/tc-m68hc11.c:4119 9836msgid "bra or bsr with undefined symbol." 9837msgstr "" 9838 9839#: config/tc-m68hc11.c:4220 config/tc-m68hc11.c:4277 9840#, c-format 9841msgid "Subtype %d is not recognized." 9842msgstr "" 9843 9844#: config/tc-m68hc11.c:4335 config/tc-xgate.c:663 9845msgid "Expression too complex." 9846msgstr "" 9847 9848#: config/tc-m68hc11.c:4366 config/tc-xgate.c:708 config/tc-xgate.c:717 9849msgid "Value out of 16-bit range." 9850msgstr "" 9851 9852#: config/tc-m68hc11.c:4388 9853#, c-format 9854msgid "Value %ld too large for 8-bit PC-relative branch." 9855msgstr "" 9856 9857#: config/tc-m68hc11.c:4398 config/tc-xgate.c:674 9858#, c-format 9859msgid "Value %ld too large for 9-bit PC-relative branch." 9860msgstr "" 9861 9862#: config/tc-m68hc11.c:4407 config/tc-xgate.c:691 9863#, c-format 9864msgid "Value %ld too large for 10-bit PC-relative branch." 9865msgstr "" 9866 9867#: config/tc-m68hc11.c:4415 9868#, c-format 9869msgid "Auto increment/decrement offset '%ld' is out of range." 9870msgstr "" 9871 9872#: config/tc-m68hc11.c:4428 9873#, c-format 9874msgid "Offset out of 5-bit range for movw/movb insn: %ld" 9875msgstr "" 9876 9877#: config/tc-m68hc11.c:4439 9878#, c-format 9879msgid "Offset out of 9-bit range for movw/movb insn: %ld" 9880msgstr "" 9881 9882#: config/tc-m68hc11.c:4451 9883#, c-format 9884msgid "Offset out of 16-bit range for movw/movb insn: %ld" 9885msgstr "" 9886 9887#: config/tc-m68hc11.c:4468 config/tc-xgate.c:752 9888#, c-format 9889msgid "Line %d: unknown relocation type: 0x%x." 9890msgstr "" 9891 9892#: config/tc-m68hc11.c:4493 9893msgid "Invalid directive" 9894msgstr "" 9895 9896#: config/tc-m68k.c:1165 9897#, c-format 9898msgid "Can not do %d byte pc-relative relocation" 9899msgstr "" 9900 9901#: config/tc-m68k.c:1167 9902#, c-format 9903msgid "Can not do %d byte pc-relative pic relocation" 9904msgstr "" 9905 9906#: config/tc-m68k.c:1172 9907#, c-format 9908msgid "Can not do %d byte relocation" 9909msgstr "" 9910 9911#: config/tc-m68k.c:1174 9912#, c-format 9913msgid "Can not do %d byte pic relocation" 9914msgstr "" 9915 9916#: config/tc-m68k.c:1254 9917#, c-format 9918msgid "Unable to produce reloc against symbol '%s'" 9919msgstr "" 9920 9921#: config/tc-m68k.c:1313 config/tc-vax.c:2367 9922#, c-format 9923msgid "Cannot make %s relocation PC relative" 9924msgstr "" 9925 9926#: config/tc-m68k.c:1429 config/tc-vax.c:1877 9927msgid "No operator" 9928msgstr "" 9929 9930#: config/tc-m68k.c:1459 config/tc-vax.c:1893 9931msgid "Unknown operator" 9932msgstr "" 9933 9934#: config/tc-m68k.c:2362 9935msgid "invalid instruction for this architecture; needs " 9936msgstr "" 9937 9938#: config/tc-m68k.c:2370 9939msgid "hardware divide" 9940msgstr "" 9941 9942#: config/tc-m68k.c:2392 config/tc-m68k.c:2396 config/tc-m68k.c:2400 9943msgid "or higher" 9944msgstr "" 9945 9946#: config/tc-m68k.c:2453 9947msgid "operands mismatch" 9948msgstr "" 9949 9950#: config/tc-m68k.c:2517 config/tc-m68k.c:2523 config/tc-m68k.c:2529 9951#: config/tc-mmix.c:2495 config/tc-mmix.c:2519 9952msgid "operand out of range" 9953msgstr "" 9954 9955#: config/tc-m68k.c:2586 9956#, c-format 9957msgid "Bignum too big for %c format; truncated" 9958msgstr "" 9959 9960#: config/tc-m68k.c:2663 9961msgid "displacement too large for this architecture; needs 68020 or higher" 9962msgstr "" 9963 9964#: config/tc-m68k.c:2774 9965msgid "" 9966"scale factor invalid on this architecture; needs cpu32 or 68020 or higher" 9967msgstr "" 9968 9969#: config/tc-m68k.c:2779 9970msgid "invalid index size for coldfire" 9971msgstr "" 9972 9973#: config/tc-m68k.c:2832 9974msgid "Forcing byte displacement" 9975msgstr "" 9976 9977#: config/tc-m68k.c:2834 9978msgid "byte displacement out of range" 9979msgstr "" 9980 9981#: config/tc-m68k.c:2882 config/tc-m68k.c:2920 9982msgid "invalid operand mode for this architecture; needs 68020 or higher" 9983msgstr "" 9984 9985#: config/tc-m68k.c:2906 config/tc-m68k.c:2940 9986msgid ":b not permitted; defaulting to :w" 9987msgstr "" 9988 9989#: config/tc-m68k.c:3017 9990msgid "unsupported byte value; use a different suffix" 9991msgstr "" 9992 9993#: config/tc-m68k.c:3032 9994msgid "unknown/incorrect operand" 9995msgstr "" 9996 9997#: config/tc-m68k.c:3075 config/tc-m68k.c:3083 config/tc-m68k.c:3090 9998#: config/tc-m68k.c:3097 9999msgid "out of range" 10000msgstr "" 10001 10002#: config/tc-m68k.c:3170 10003msgid "Can't use long branches on this architecture" 10004msgstr "" 10005 10006#: config/tc-m68k.c:3276 10007msgid "Expression out of range, using 0" 10008msgstr "" 10009 10010#: config/tc-m68k.c:3477 config/tc-m68k.c:3493 10011msgid "Floating point register in register list" 10012msgstr "" 10013 10014#: config/tc-m68k.c:3483 10015msgid "Wrong register in floating-point reglist" 10016msgstr "" 10017 10018#: config/tc-m68k.c:3499 10019msgid "incorrect register in reglist" 10020msgstr "" 10021 10022#: config/tc-m68k.c:3505 10023msgid "wrong register in floating-point reglist" 10024msgstr "" 10025 10026#. ERROR. 10027#: config/tc-m68k.c:3978 10028msgid "Extra )" 10029msgstr "" 10030 10031#. ERROR. 10032#: config/tc-m68k.c:3989 10033msgid "Missing )" 10034msgstr "" 10035 10036#: config/tc-m68k.c:4006 10037msgid "Missing operand" 10038msgstr "" 10039 10040#: config/tc-m68k.c:4331 10041#, c-format 10042msgid "unrecognized default cpu `%s'" 10043msgstr "" 10044 10045#: config/tc-m68k.c:4385 10046#, c-format 10047msgid "%s -- statement `%s' ignored" 10048msgstr "" 10049 10050#: config/tc-m68k.c:4434 10051#, c-format 10052msgid "Don't know how to figure width of %c in md_assemble()" 10053msgstr "" 10054 10055#: config/tc-m68k.c:4666 config/tc-m68k.c:4705 10056#, c-format 10057msgid "Internal Error: Can't find %s in hash table" 10058msgstr "" 10059 10060#: config/tc-m68k.c:4669 config/tc-m68k.c:4708 10061#, c-format 10062msgid "Internal Error: Can't hash %s: %s" 10063msgstr "" 10064 10065#: config/tc-m68k.c:4833 10066#, c-format 10067msgid "text label `%s' aligned to odd boundary" 10068msgstr "" 10069 10070#: config/tc-m68k.c:5005 10071#, c-format 10072msgid "value %ld out of range" 10073msgstr "" 10074 10075#: config/tc-m68k.c:5019 10076msgid "invalid byte branch offset" 10077msgstr "" 10078 10079#: config/tc-m68k.c:5056 10080msgid "short branch with zero offset: use :w" 10081msgstr "" 10082 10083#: config/tc-m68k.c:5100 10084msgid "Conversion of PC relative BSR to absolute JSR" 10085msgstr "" 10086 10087#: config/tc-m68k.c:5111 10088msgid "Conversion of PC relative branch to absolute jump" 10089msgstr "" 10090 10091#: config/tc-m68k.c:5128 config/tc-m68k.c:5185 10092msgid "Conversion of PC relative conditional branch to absolute jump" 10093msgstr "" 10094 10095#: config/tc-m68k.c:5250 10096msgid "Conversion of PC relative displacement to absolute" 10097msgstr "" 10098 10099#: config/tc-m68k.c:5463 10100msgid "Tried to convert PC relative branch to absolute jump" 10101msgstr "" 10102 10103#: config/tc-m68k.c:5508 config/tc-m68k.c:5519 config/tc-m68k.c:5563 10104msgid "expression out of range: defaulting to 1" 10105msgstr "" 10106 10107#: config/tc-m68k.c:5555 10108msgid "expression out of range: defaulting to 0" 10109msgstr "" 10110 10111#: config/tc-m68k.c:5596 config/tc-m68k.c:5608 10112#, c-format 10113msgid "Can't deal with expression; defaulting to %ld" 10114msgstr "" 10115 10116#: config/tc-m68k.c:5622 10117msgid "expression doesn't fit in BYTE" 10118msgstr "" 10119 10120#: config/tc-m68k.c:5626 10121msgid "expression doesn't fit in WORD" 10122msgstr "" 10123 10124#: config/tc-m68k.c:5713 10125#, c-format 10126msgid "%s: unrecognized processor name" 10127msgstr "" 10128 10129#: config/tc-m68k.c:5774 10130msgid "bad coprocessor id" 10131msgstr "" 10132 10133#: config/tc-m68k.c:5780 10134msgid "unrecognized fopt option" 10135msgstr "" 10136 10137#: config/tc-m68k.c:5912 10138#, c-format 10139msgid "option `%s' may not be negated" 10140msgstr "" 10141 10142#: config/tc-m68k.c:5923 10143#, c-format 10144msgid "option `%s' not recognized" 10145msgstr "" 10146 10147#: config/tc-m68k.c:5952 10148msgid "bad format of OPT NEST=depth" 10149msgstr "" 10150 10151#: config/tc-m68k.c:6008 10152msgid "missing label" 10153msgstr "" 10154 10155#: config/tc-m68k.c:6034 10156#, c-format 10157msgid "bad register list: %s" 10158msgstr "" 10159 10160#: config/tc-m68k.c:6132 10161msgid "restore without save" 10162msgstr "" 10163 10164#: config/tc-m68k.c:6286 config/tc-m68k.c:6656 10165msgid "syntax error in structured control directive" 10166msgstr "" 10167 10168#: config/tc-m68k.c:6331 10169msgid "missing condition code in structured control directive" 10170msgstr "" 10171 10172#: config/tc-m68k.c:6402 10173#, c-format 10174msgid "" 10175"Condition <%c%c> in structured control directive can not be encoded correctly" 10176msgstr "" 10177 10178#: config/tc-m68k.c:6698 10179msgid "missing then" 10180msgstr "" 10181 10182#: config/tc-m68k.c:6779 10183msgid "else without matching if" 10184msgstr "" 10185 10186#: config/tc-m68k.c:6812 10187msgid "endi without matching if" 10188msgstr "" 10189 10190#: config/tc-m68k.c:6852 10191msgid "break outside of structured loop" 10192msgstr "" 10193 10194#: config/tc-m68k.c:6890 10195msgid "next outside of structured loop" 10196msgstr "" 10197 10198#: config/tc-m68k.c:6941 10199msgid "missing =" 10200msgstr "" 10201 10202#: config/tc-m68k.c:6979 10203msgid "missing to or downto" 10204msgstr "" 10205 10206#: config/tc-m68k.c:7015 config/tc-m68k.c:7049 config/tc-m68k.c:7263 10207msgid "missing do" 10208msgstr "" 10209 10210#: config/tc-m68k.c:7150 10211msgid "endf without for" 10212msgstr "" 10213 10214#: config/tc-m68k.c:7204 10215msgid "until without repeat" 10216msgstr "" 10217 10218#: config/tc-m68k.c:7298 10219msgid "endw without while" 10220msgstr "" 10221 10222#: config/tc-m68k.c:7331 config/tc-m68k.c:7359 10223msgid "already assembled instructions" 10224msgstr "" 10225 10226#: config/tc-m68k.c:7436 10227#, c-format 10228msgid "`%s' is deprecated, use `%s'" 10229msgstr "" 10230 10231#: config/tc-m68k.c:7455 10232#, c-format 10233msgid "cpu `%s' unrecognized" 10234msgstr "" 10235 10236#: config/tc-m68k.c:7474 10237#, c-format 10238msgid "architecture `%s' unrecognized" 10239msgstr "" 10240 10241#: config/tc-m68k.c:7495 10242#, c-format 10243msgid "extension `%s' unrecognized" 10244msgstr "" 10245 10246#: config/tc-m68k.c:7614 10247#, c-format 10248msgid "option `-A%s' is deprecated: use `-%s'" 10249msgstr "" 10250 10251#: config/tc-m68k.c:7647 10252msgid "architecture features both enabled and disabled" 10253msgstr "" 10254 10255#: config/tc-m68k.c:7674 10256msgid "selected processor does not have all features of selected architecture" 10257msgstr "" 10258 10259#: config/tc-m68k.c:7683 10260msgid "m68k and cf features both selected" 10261msgstr "" 10262 10263#: config/tc-m68k.c:7695 10264msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 10265msgstr "" 10266 10267#: config/tc-m68k.c:7727 10268#, c-format 10269msgid "" 10270"-march=<arch>\t\tset architecture\n" 10271"-mcpu=<cpu>\t\tset cpu [default %s]\n" 10272msgstr "" 10273 10274#: config/tc-m68k.c:7732 10275#, c-format 10276msgid "-m[no-]%-16s enable/disable%s architecture extension\n" 10277msgstr "" 10278 10279#: config/tc-m68k.c:7738 10280#, c-format 10281msgid "" 10282"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" 10283"-pic, -k\t\tgenerate position independent code\n" 10284"-S\t\t\tturn jbsr into jsr\n" 10285"--pcrel never turn PC-relative branches into absolute jumps\n" 10286"--register-prefix-optional\n" 10287"\t\t\trecognize register names without prefix character\n" 10288"--bitwise-or\t\tdo not treat `|' as a comment character\n" 10289"--base-size-default-16\tbase reg without size is 16 bits\n" 10290"--base-size-default-32\tbase reg without size is 32 bits (default)\n" 10291"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n" 10292"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n" 10293msgstr "" 10294 10295#: config/tc-m68k.c:7752 10296#, c-format 10297msgid "Architecture variants are: " 10298msgstr "" 10299 10300#: config/tc-m68k.c:7761 10301#, c-format 10302msgid "Processor variants are: " 10303msgstr "" 10304 10305#: config/tc-m68k.c:7768 config/tc-xtensa.c:6337 10306#, c-format 10307msgid "\n" 10308msgstr "" 10309 10310#: config/tc-m68k.c:7799 10311#, c-format 10312msgid "Error %s in %s\n" 10313msgstr "" 10314 10315#: config/tc-m68k.c:7803 10316#, c-format 10317msgid "Opcode(%d.%s): " 10318msgstr "" 10319 10320#: config/tc-m68k.c:7961 10321msgid "Not a defined coldfire architecture" 10322msgstr "" 10323 10324#: config/tc-m68k.c:8137 10325#, c-format 10326msgid "Adjusted signed .word (%#lx) overflows: `switch'-statement too large." 10327msgstr "" 10328 10329#: config/tc-mcore.c:520 config/tc-microblaze.c:505 config/tc-microblaze.c:533 10330#: config/tc-microblaze.c:570 config/tc-microblaze.c:582 10331#, c-format 10332msgid "register expected, but saw '%.6s'" 10333msgstr "" 10334 10335#: config/tc-mcore.c:602 10336#, c-format 10337msgid "control register expected, but saw '%.6s'" 10338msgstr "" 10339 10340#: config/tc-mcore.c:638 10341msgid "bad/missing psr specifier" 10342msgstr "" 10343 10344#: config/tc-mcore.c:688 10345msgid "more than 65K literal pools" 10346msgstr "" 10347 10348#: config/tc-mcore.c:742 10349msgid "missing ']'" 10350msgstr "" 10351 10352#: config/tc-mcore.c:781 10353msgid "operand must be a constant" 10354msgstr "" 10355 10356#: config/tc-mcore.c:783 10357#, c-format 10358msgid "operand must be absolute in range %u..%u, not %ld" 10359msgstr "" 10360 10361#: config/tc-mcore.c:818 10362msgid "operand must be a multiple of 4" 10363msgstr "" 10364 10365#: config/tc-mcore.c:825 10366msgid "operand must be a multiple of 2" 10367msgstr "" 10368 10369#: config/tc-mcore.c:839 config/tc-mcore.c:1355 config/tc-mcore.c:1409 10370msgid "base register expected" 10371msgstr "" 10372 10373#: config/tc-mcore.c:887 config/tc-microblaze.c:934 10374#: config/tc-microblaze.c:1066 config/tc-microblaze.c:1098 10375#: config/tc-microblaze.c:1551 config/tc-microblaze.c:1617 10376#: config/tc-microblaze.c:1690 config/tc-microblaze.c:2102 10377#: config/tc-microblaze.c:2148 10378#, c-format 10379msgid "unknown opcode \"%s\"" 10380msgstr "" 10381 10382#: config/tc-mcore.c:930 10383msgid "invalid register: r15 illegal" 10384msgstr "" 10385 10386#: config/tc-mcore.c:979 config/tc-mcore.c:1560 10387msgid "M340 specific opcode used when assembling for M210" 10388msgstr "" 10389 10390#: config/tc-mcore.c:997 config/tc-mcore.c:1037 config/tc-mcore.c:1056 10391#: config/tc-mcore.c:1075 config/tc-mcore.c:1103 config/tc-mcore.c:1132 10392#: config/tc-mcore.c:1169 config/tc-mcore.c:1204 config/tc-mcore.c:1223 10393#: config/tc-mcore.c:1242 config/tc-mcore.c:1276 config/tc-mcore.c:1301 10394#: config/tc-mcore.c:1358 config/tc-mcore.c:1412 config/tc-mcore.c:1448 10395#: config/tc-mcore.c:1507 config/tc-mcore.c:1529 config/tc-mcore.c:1552 10396msgid "second operand missing" 10397msgstr "" 10398 10399#: config/tc-mcore.c:1013 10400msgid "destination register must be r1" 10401msgstr "" 10402 10403#: config/tc-mcore.c:1034 10404msgid "source register must be r1" 10405msgstr "" 10406 10407#: config/tc-mcore.c:1098 config/tc-mcore.c:1155 10408msgid "immediate is not a power of two" 10409msgstr "" 10410 10411#: config/tc-mcore.c:1126 10412msgid "translating bgeni to movi" 10413msgstr "" 10414 10415#: config/tc-mcore.c:1163 10416msgid "translating mgeni to movi" 10417msgstr "" 10418 10419#: config/tc-mcore.c:1195 10420msgid "translating bmaski to movi" 10421msgstr "" 10422 10423#: config/tc-mcore.c:1271 10424#, c-format 10425msgid "displacement too large (%d)" 10426msgstr "" 10427 10428#: config/tc-mcore.c:1285 10429msgid "Invalid register: r0 and r15 illegal" 10430msgstr "" 10431 10432#: config/tc-mcore.c:1316 10433msgid "bad starting register: r0 and r15 invalid" 10434msgstr "" 10435 10436#: config/tc-mcore.c:1329 10437msgid "ending register must be r15" 10438msgstr "" 10439 10440#: config/tc-mcore.c:1349 10441msgid "bad base register: must be r0" 10442msgstr "" 10443 10444#: config/tc-mcore.c:1367 10445msgid "first register must be r4" 10446msgstr "" 10447 10448#: config/tc-mcore.c:1378 10449msgid "last register must be r7" 10450msgstr "" 10451 10452#: config/tc-mcore.c:1415 10453msgid "reg-reg expected" 10454msgstr "" 10455 10456#: config/tc-mcore.c:1526 10457msgid "second operand must be 1" 10458msgstr "" 10459 10460#: config/tc-mcore.c:1547 10461msgid "zero used as immediate value" 10462msgstr "" 10463 10464#: config/tc-mcore.c:1574 10465msgid "duplicated psr bit specifier" 10466msgstr "" 10467 10468#: config/tc-mcore.c:1580 10469msgid "`af' must appear alone" 10470msgstr "" 10471 10472#: config/tc-mcore.c:1587 config/tc-microblaze.c:1728 10473#, c-format 10474msgid "unimplemented opcode \"%s\"" 10475msgstr "" 10476 10477#: config/tc-mcore.c:1596 config/tc-microblaze.c:1737 10478#, c-format 10479msgid "ignoring operands: %s " 10480msgstr "" 10481 10482#: config/tc-mcore.c:1669 10483#, c-format 10484msgid "unrecognised cpu type '%s'" 10485msgstr "" 10486 10487#: config/tc-mcore.c:1687 10488#, c-format 10489msgid "" 10490"MCORE specific options:\n" 10491" -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n" 10492" -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n" 10493" -cpu=[210|340] select CPU type\n" 10494" -EB assemble for a big endian system (default)\n" 10495" -EL assemble for a little endian system\n" 10496msgstr "" 10497 10498#: config/tc-mcore.c:1705 config/tc-microblaze.c:1848 10499msgid "failed sanity check: short_jump" 10500msgstr "" 10501 10502#: config/tc-mcore.c:1715 config/tc-microblaze.c:1858 10503msgid "failed sanity check: long_jump" 10504msgstr "" 10505 10506#: config/tc-mcore.c:1741 10507#, c-format 10508msgid "odd displacement at %x" 10509msgstr "" 10510 10511#. Variable not in small data read only segment accessed 10512#. using small data read only anchor. 10513#: config/tc-mcore.c:1923 config/tc-microblaze.c:1964 10514#: config/tc-microblaze.c:2261 config/tc-microblaze.c:2284 10515msgid "unknown" 10516msgstr "" 10517 10518#: config/tc-mcore.c:1950 10519#, c-format 10520msgid "odd distance branch (0x%lx bytes)" 10521msgstr "" 10522 10523#: config/tc-mcore.c:1954 10524#, c-format 10525msgid "pcrel for branch to %s too far (0x%lx)" 10526msgstr "" 10527 10528#: config/tc-mcore.c:1974 10529#, c-format 10530msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)" 10531msgstr "" 10532 10533#: config/tc-mcore.c:1986 10534#, c-format 10535msgid "pcrel for loopt too far (0x%lx)" 10536msgstr "" 10537 10538#: config/tc-mcore.c:2182 config/tc-microblaze.c:2428 config/tc-tic30.c:1386 10539#, c-format 10540msgid "Can not do %d byte %srelocation" 10541msgstr "" 10542 10543#: config/tc-mcore.c:2184 config/tc-microblaze.c:2430 10544msgid "pc-relative" 10545msgstr "" 10546 10547#: config/tc-mep.c:340 10548#, c-format 10549msgid "" 10550"MeP specific command line options:\n" 10551" -EB assemble for a big endian system\n" 10552" -EL assemble for a little endian system (default)\n" 10553" -mconfig=<name> specify a chip configuration to use\n" 10554" -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n" 10555" -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n" 10556" -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n" 10557" enable/disable the given opcodes\n" 10558"\n" 10559" If -mconfig is given, the other -m options modify it. Otherwise,\n" 10560" if no -m options are given, all core opcodes are enabled;\n" 10561" if any enabling -m options are given, only those are enabled;\n" 10562" if only disabling -m options are given, only those are disabled.\n" 10563msgstr "" 10564 10565#: config/tc-mep.c:409 10566msgid "$hi and $lo are disabled when MUL and DIV are off" 10567msgstr "" 10568 10569#: config/tc-mep.c:416 10570msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off" 10571msgstr "" 10572 10573#: config/tc-mep.c:421 10574msgid "$dbg and $depc are disabled when DEBUG is off" 10575msgstr "" 10576 10577#: config/tc-mep.c:612 10578msgid "core and copro insn lengths must total 32 bits." 10579msgstr "" 10580 10581#: config/tc-mep.c:615 config/tc-mep.c:752 10582msgid "vliw group must consist of 1 core and 1 copro insn." 10583msgstr "" 10584 10585#: config/tc-mep.c:749 10586msgid "core and copro insn lengths must total 64 bits." 10587msgstr "" 10588 10589#: config/tc-mep.c:981 10590#, c-format 10591msgid "cannot pack %s with a 16-bit insn" 10592msgstr "" 10593 10594#: config/tc-mep.c:999 10595#, c-format 10596msgid "cannot pack %s and %s together with a 16-bit insn" 10597msgstr "" 10598 10599#: config/tc-mep.c:1005 10600msgid "too many IVC2 insns to pack with a 16-bit core insn" 10601msgstr "" 10602 10603#: config/tc-mep.c:1020 10604#, c-format 10605msgid "cannot pack %s into slot P1" 10606msgstr "" 10607 10608#: config/tc-mep.c:1026 10609msgid "too many IVC2 insns to pack with a 32-bit core insn" 10610msgstr "" 10611 10612#: config/tc-mep.c:1044 10613#, c-format 10614msgid "unable to pack %s by itself?" 10615msgstr "" 10616 10617#: config/tc-mep.c:1074 10618#, c-format 10619msgid "cannot pack %s and %s together" 10620msgstr "" 10621 10622#: config/tc-mep.c:1080 10623msgid "too many IVC2 insns to pack together" 10624msgstr "" 10625 10626#. There are no insns in the queue and a plus is present. 10627#. This is a syntax error. Let's not tolerate this. 10628#. We can relax this later if necessary. 10629#: config/tc-mep.c:1317 10630msgid "Invalid use of parallelization operator." 10631msgstr "" 10632 10633#: config/tc-mep.c:1363 10634msgid "Leading plus sign not allowed in core mode" 10635msgstr "" 10636 10637#: config/tc-mep.c:1891 10638#, c-format 10639msgid "Don't know how to relocate plain operands of type %s" 10640msgstr "" 10641 10642#: config/tc-mep.c:1901 10643#, c-format 10644msgid "Perhaps you are missing %%tpoff()?" 10645msgstr "" 10646 10647#: config/tc-mep.c:2088 10648msgid "bad .section directive: want a,v,w,x,M,S in string" 10649msgstr "" 10650 10651#: config/tc-mep.c:2146 10652msgid ".vliw unavailable when VLIW is disabled." 10653msgstr "" 10654 10655#: config/tc-metag.c:457 10656msgid "no floating point unit specified" 10657msgstr "" 10658 10659#: config/tc-metag.c:722 10660#, c-format 10661msgid "offset must be a multiple of %d" 10662msgstr "" 10663 10664#: config/tc-metag.c:738 config/tc-metag.c:4444 10665msgid "offset and base must be from the same unit" 10666msgstr "" 10667 10668#: config/tc-metag.c:869 config/tc-metag.c:3168 config/tc-metag.c:3270 10669msgid "invalid destination register" 10670msgstr "" 10671 10672#: config/tc-metag.c:885 config/tc-metag.c:903 config/tc-metag.c:1294 10673#: config/tc-metag.c:1312 config/tc-metag.c:1532 config/tc-metag.c:3100 10674#: config/tc-metag.c:3185 config/tc-metag.c:3287 10675msgid "invalid memory operand" 10676msgstr "" 10677 10678#: config/tc-metag.c:940 config/tc-metag.c:3118 10679msgid "invalid source register" 10680msgstr "" 10681 10682#: config/tc-metag.c:1025 10683msgid "invalid destination unit" 10684msgstr "" 10685 10686#: config/tc-metag.c:1033 10687msgid "mov cannot use RD port as destination" 10688msgstr "" 10689 10690#: config/tc-metag.c:1058 10691msgid "invalid source unit" 10692msgstr "" 10693 10694#: config/tc-metag.c:1066 10695msgid "source and address units must not be shared for this addressing mode" 10696msgstr "" 10697 10698#: config/tc-metag.c:1074 config/tc-metag.c:1678 10699msgid "set can only use RD port as source" 10700msgstr "" 10701 10702#: config/tc-metag.c:1089 config/tc-metag.c:1190 config/tc-metag.c:1441 10703#: config/tc-metag.c:1699 config/tc-metag.c:4054 10704#, c-format 10705msgid "base unit must be one of %s" 10706msgstr "" 10707 10708#. We already tried to encode as an extended GET/SET. 10709#. Parsing as a standard GET/SET provides a smaller offset. 10710#: config/tc-metag.c:1110 config/tc-metag.c:1216 config/tc-metag.c:3131 10711#: config/tc-metag.c:3198 config/tc-metag.c:3300 config/tc-metag.c:4581 10712msgid "offset value out of range" 10713msgstr "" 10714 10715#: config/tc-metag.c:1170 10716msgid "destination unit must be RD" 10717msgstr "" 10718 10719#: config/tc-metag.c:1280 10720msgid "invalid destination register list" 10721msgstr "" 10722 10723#: config/tc-metag.c:1327 10724msgid "invalid source register list" 10725msgstr "" 10726 10727#: config/tc-metag.c:1352 10728msgid "register list must be even numbered" 10729msgstr "" 10730 10731#: config/tc-metag.c:1358 10732msgid "register list must be from the same unit" 10733msgstr "" 10734 10735#: config/tc-metag.c:1381 10736msgid "register list must not contain duplicates" 10737msgstr "" 10738 10739#: config/tc-metag.c:1638 10740msgid "MDRD value must be between 1 and 8" 10741msgstr "" 10742 10743#: config/tc-metag.c:1729 10744msgid "invalid destination memory operand" 10745msgstr "" 10746 10747#: config/tc-metag.c:1744 10748msgid "invalid source memory operand" 10749msgstr "" 10750 10751#: config/tc-metag.c:1751 10752#, c-format 10753msgid "address units must be one of %s" 10754msgstr "" 10755 10756#: config/tc-metag.c:1758 10757msgid "base and offset must be from the same unit" 10758msgstr "" 10759 10760#: config/tc-metag.c:1766 10761msgid "source and destination increment mode must agree" 10762msgstr "" 10763 10764#: config/tc-metag.c:2041 10765msgid "" 10766"PC, CT, TR and TT are treated as if they are a single unit but operands must " 10767"be in different units" 10768msgstr "" 10769 10770#: config/tc-metag.c:2049 10771msgid "source and destination register must be in different units" 10772msgstr "" 10773 10774#: config/tc-metag.c:2081 10775#, c-format 10776msgid "register unit must be one of %s" 10777msgstr "" 10778 10779#: config/tc-metag.c:2168 10780#, c-format 10781msgid "link register unit must be one of %s" 10782msgstr "" 10783 10784#: config/tc-metag.c:2174 10785msgid "link register must be in a low numbered register" 10786msgstr "" 10787 10788#: config/tc-metag.c:2191 config/tc-metag.c:2715 config/tc-metag.c:2769 10789msgid "target out of range" 10790msgstr "" 10791 10792#: config/tc-metag.c:2672 10793msgid "invalid quickrot unit specified" 10794msgstr "" 10795 10796#: config/tc-metag.c:2687 10797msgid "invalid quickrot register specified" 10798msgstr "" 10799 10800#: config/tc-metag.c:2741 10801msgid "source register must be in the trigger unit" 10802msgstr "" 10803 10804#: config/tc-metag.c:2844 10805msgid "Source registers must be in the same unit" 10806msgstr "" 10807 10808#: config/tc-metag.c:3555 config/tc-metag.c:3719 config/tc-metag.c:3987 10809msgid "destination register should be even numbered" 10810msgstr "" 10811 10812#: config/tc-metag.c:3627 10813msgid "comparison must be with register or #0" 10814msgstr "" 10815 10816#: config/tc-metag.c:3693 config/tc-metag.c:3758 10817msgid "instruction cannot operate on pair values" 10818msgstr "" 10819 10820#: config/tc-metag.c:3704 10821msgid "zero flag is not valid for this instruction" 10822msgstr "" 10823 10824#: config/tc-metag.c:3725 10825msgid "source register should be even numbered" 10826msgstr "" 10827 10828#: config/tc-metag.c:3785 config/tc-metag.c:3794 10829msgid "fraction bits value out of range" 10830msgstr "" 10831 10832#: config/tc-metag.c:3976 10833msgid "simd instructions operate on pair values (L prefix)" 10834msgstr "" 10835 10836#: config/tc-metag.c:3994 10837msgid "source registers should be even numbered" 10838msgstr "" 10839 10840#: config/tc-metag.c:4272 10841#, c-format 10842msgid "expected ']', not %c in %s" 10843msgstr "" 10844 10845#: config/tc-metag.c:4391 10846msgid "invalid register for memory access" 10847msgstr "" 10848 10849#: config/tc-metag.c:4504 config/tc-metag.c:4632 10850msgid "unexpected end of line" 10851msgstr "" 10852 10853#: config/tc-metag.c:4551 10854msgid "'H' modifier only valid for accumulator registers" 10855msgstr "" 10856 10857#: config/tc-metag.c:4604 10858msgid "base unit must be either A0 or A1" 10859msgstr "" 10860 10861#: config/tc-metag.c:4677 config/tc-metag.c:5120 10862msgid "invalid register" 10863msgstr "" 10864 10865#: config/tc-metag.c:4825 10866msgid "could not parse template definition" 10867msgstr "" 10868 10869#: config/tc-metag.c:5012 10870msgid "QUICKRoT 64-bit extension not applicable to this instruction" 10871msgstr "" 10872 10873#: config/tc-metag.c:5068 10874msgid "invalid operands for cross-unit op" 10875msgstr "" 10876 10877#: config/tc-metag.c:5110 10878msgid "missing flags: one of 'P', 'N' or 'Z' required" 10879msgstr "" 10880 10881#: config/tc-metag.c:5138 10882msgid "'P', 'N' or 'Z' flags may only be specified when accumulating" 10883msgstr "" 10884 10885#: config/tc-metag.c:5159 10886msgid "accumulator not a valid destination" 10887msgstr "" 10888 10889#: config/tc-metag.c:5169 config/tc-metag.c:5385 config/tc-metag.c:5569 10890msgid "invalid immediate value" 10891msgstr "" 10892 10893#: config/tc-metag.c:5181 10894msgid "immediate value not allowed when source & dest differ" 10895msgstr "" 10896 10897#: config/tc-metag.c:5213 10898#, c-format 10899msgid "invalid register operand: %s" 10900msgstr "" 10901 10902#: config/tc-metag.c:5247 10903msgid "QUICKRoT extension requires 4 registers" 10904msgstr "" 10905 10906#: config/tc-metag.c:5254 10907msgid "invalid fourth register" 10908msgstr "" 10909 10910#: config/tc-metag.c:5261 10911msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register" 10912msgstr "" 10913 10914#: config/tc-metag.c:5289 10915msgid "DSP RAM pointer in incorrect unit" 10916msgstr "" 10917 10918#: config/tc-metag.c:5335 10919msgid "invalid register operand #1" 10920msgstr "" 10921 10922#: config/tc-metag.c:5349 10923msgid "invalid register operand #2" 10924msgstr "" 10925 10926#: config/tc-metag.c:5413 10927msgid "this instruction does not accept an immediate" 10928msgstr "" 10929 10930#: config/tc-metag.c:5433 10931msgid "invalid register operand #3" 10932msgstr "" 10933 10934#: config/tc-metag.c:5445 10935msgid "this instruction does not accept an accumulator" 10936msgstr "" 10937 10938#: config/tc-metag.c:5463 10939msgid "invalid register operand #4" 10940msgstr "" 10941 10942#: config/tc-metag.c:5540 10943msgid "invalid accumulator register" 10944msgstr "" 10945 10946#: config/tc-metag.c:5596 10947msgid "conditional instruction cannot use G flag" 10948msgstr "" 10949 10950#: config/tc-metag.c:5607 10951msgid "conditional instruction cannot use B flag" 10952msgstr "" 10953 10954#: config/tc-metag.c:5618 10955msgid "conditional instruction cannot use R flag" 10956msgstr "" 10957 10958#: config/tc-metag.c:5727 10959msgid "'L' modifier not valid for this instruction" 10960msgstr "" 10961 10962#: config/tc-metag.c:5859 10963#, c-format 10964msgid "missing fpu name `%s'" 10965msgstr "" 10966 10967#: config/tc-metag.c:5870 10968#, c-format 10969msgid "unknown fpu `%s'" 10970msgstr "" 10971 10972#: config/tc-metag.c:5885 10973#, c-format 10974msgid "missing DSP name `%s'" 10975msgstr "" 10976 10977#: config/tc-metag.c:5896 10978#, c-format 10979msgid "unknown DSP `%s'" 10980msgstr "" 10981 10982#: config/tc-metag.c:5914 10983msgid "<dsp name>\t assemble for DSP architecture <dsp name>" 10984msgstr "" 10985 10986#: config/tc-metag.c:5952 10987#, c-format 10988msgid " Meta specific command line options:\n" 10989msgstr "" 10990 10991#: config/tc-metag.c:6041 10992msgid "premature end of floating point prefix" 10993msgstr "" 10994 10995#: config/tc-metag.c:6101 10996msgid "unknown floating point prefix character" 10997msgstr "" 10998 10999#: config/tc-metag.c:6250 11000#, c-format 11001msgid "unknown DSP prefix character %c %s" 11002msgstr "" 11003 11004#: config/tc-metag.c:6513 11005#, c-format 11006msgid "instruction mnemonic too long: %s" 11007msgstr "" 11008 11009#: config/tc-metag.c:6568 11010#, c-format 11011msgid "junk at end of line: \"%s\"" 11012msgstr "" 11013 11014#: config/tc-metag.c:6575 11015#, c-format 11016msgid "failed to assemble instruction: \"%s\"" 11017msgstr "" 11018 11019#: config/tc-metag.c:6580 11020#, c-format 11021msgid "unknown floating point mnemonic: \"%s\"" 11022msgstr "" 11023 11024#: config/tc-metag.c:6582 11025#, c-format 11026msgid "unknown mnemonic: \"%s\"" 11027msgstr "" 11028 11029#: config/tc-metag.c:6633 11030#, c-format 11031msgid "cannot assemble DSP instruction, DSP option not set: %s" 11032msgstr "" 11033 11034#: config/tc-metag.c:6640 11035#, c-format 11036msgid "cannot assemble FPU instruction, FPU option not set: %s" 11037msgstr "" 11038 11039#: config/tc-metag.c:6738 config/tc-nds32.c:6082 11040msgid "Bad call to md_atof()" 11041msgstr "" 11042 11043#: config/tc-microblaze.c:510 config/tc-microblaze.c:539 11044#: config/tc-microblaze.c:576 11045#, c-format 11046msgid "Invalid register number at '%.6s'" 11047msgstr "" 11048 11049#: config/tc-microblaze.c:737 11050msgid "operand must be a constant or a label" 11051msgstr "" 11052 11053#: config/tc-microblaze.c:746 11054#, c-format 11055msgid "operand must be absolute in range %lx..%lx, not %lx" 11056msgstr "" 11057 11058#: config/tc-microblaze.c:948 config/tc-microblaze.c:955 11059#: config/tc-microblaze.c:962 config/tc-microblaze.c:995 11060#: config/tc-microblaze.c:1002 config/tc-microblaze.c:1008 11061#: config/tc-microblaze.c:1121 config/tc-microblaze.c:1128 11062#: config/tc-microblaze.c:1134 config/tc-microblaze.c:1165 11063#: config/tc-microblaze.c:1172 config/tc-microblaze.c:1192 11064#: config/tc-microblaze.c:1199 config/tc-microblaze.c:1219 11065#: config/tc-microblaze.c:1226 config/tc-microblaze.c:1244 11066#: config/tc-microblaze.c:1251 config/tc-microblaze.c:1273 11067#: config/tc-microblaze.c:1280 config/tc-microblaze.c:1298 11068#: config/tc-microblaze.c:1310 config/tc-microblaze.c:1328 11069#: config/tc-microblaze.c:1345 config/tc-microblaze.c:1352 11070#: config/tc-microblaze.c:1398 config/tc-microblaze.c:1405 11071#: config/tc-microblaze.c:1451 config/tc-microblaze.c:1458 11072#: config/tc-microblaze.c:1480 config/tc-microblaze.c:1487 11073#: config/tc-microblaze.c:1507 config/tc-microblaze.c:1513 11074#: config/tc-microblaze.c:1573 config/tc-microblaze.c:1579 11075#: config/tc-microblaze.c:1639 config/tc-microblaze.c:1713 11076msgid "Error in statement syntax" 11077msgstr "" 11078 11079#: config/tc-microblaze.c:968 config/tc-microblaze.c:970 11080#: config/tc-microblaze.c:972 config/tc-microblaze.c:1012 11081#: config/tc-microblaze.c:1014 config/tc-microblaze.c:1138 11082#: config/tc-microblaze.c:1140 config/tc-microblaze.c:1178 11083#: config/tc-microblaze.c:1180 config/tc-microblaze.c:1205 11084#: config/tc-microblaze.c:1207 config/tc-microblaze.c:1232 11085#: config/tc-microblaze.c:1255 config/tc-microblaze.c:1286 11086#: config/tc-microblaze.c:1316 config/tc-microblaze.c:1334 11087#: config/tc-microblaze.c:1464 config/tc-microblaze.c:1466 11088#: config/tc-microblaze.c:1493 config/tc-microblaze.c:1495 11089#: config/tc-microblaze.c:1517 config/tc-microblaze.c:1583 11090#: config/tc-microblaze.c:1645 11091msgid "Cannot use special register with this instruction" 11092msgstr "" 11093 11094#: config/tc-microblaze.c:1022 11095msgid "lmi pseudo instruction should not use a label in imm field" 11096msgstr "" 11097 11098#: config/tc-microblaze.c:1024 11099msgid "smi pseudo instruction should not use a label in imm field" 11100msgstr "" 11101 11102#: config/tc-microblaze.c:1143 11103msgid "Symbol used as immediate for shift instruction" 11104msgstr "" 11105 11106#: config/tc-microblaze.c:1152 11107#, c-format 11108msgid "Shift value > 32. using <value %% 32>" 11109msgstr "" 11110 11111#: config/tc-microblaze.c:1258 11112msgid "Symbol used as immediate value for msrset/msrclr instructions" 11113msgstr "" 11114 11115#: config/tc-microblaze.c:1387 config/tc-microblaze.c:1440 11116msgid "invalid value for special purpose register" 11117msgstr "" 11118 11119#: config/tc-microblaze.c:1653 11120msgid "An IMM instruction should not be present in the .s file" 11121msgstr "" 11122 11123#: config/tc-microblaze.c:1715 11124msgid "Symbol used as immediate for mbar instruction" 11125msgstr "" 11126 11127#: config/tc-microblaze.c:1721 11128#, c-format 11129msgid "Immediate value for mbar > 32. using <value %% 32>" 11130msgstr "" 11131 11132#: config/tc-microblaze.c:1798 11133msgid "Bad call to MD_NTOF()" 11134msgstr "" 11135 11136#: config/tc-microblaze.c:2055 11137#, c-format 11138msgid "pcrel for branch to %s too far (0x%x)" 11139msgstr "" 11140 11141#. We know the abs value: Should never happen. 11142#: config/tc-microblaze.c:2209 11143msgid "Absolute PC-relative value in relaxation code. Assembler error....." 11144msgstr "" 11145 11146#. Cannot have a PC-relative branch to a diff segment. 11147#: config/tc-microblaze.c:2223 11148#, c-format 11149msgid "PC relative branch to label %s which is not in the instruction space" 11150msgstr "" 11151 11152#: config/tc-microblaze.c:2264 11153msgid "" 11154"Variable is accessed using small data read only anchor, but it is not in the " 11155"small data read only section" 11156msgstr "" 11157 11158#: config/tc-microblaze.c:2287 11159msgid "" 11160"Variable is accessed using small data read write anchor, but it is not in " 11161"the small data read write section" 11162msgstr "" 11163 11164#: config/tc-microblaze.c:2296 11165msgid "Incorrect fr_opcode value in frag. Internal error....." 11166msgstr "" 11167 11168#. We know the abs value: Should never happen. 11169#: config/tc-microblaze.c:2303 11170msgid "Absolute value in relaxation code. Assembler error....." 11171msgstr "" 11172 11173#: config/tc-mips.c:2030 11174#, c-format 11175msgid "the %d-bit %s architecture does not support the `%s' extension" 11176msgstr "" 11177 11178#: config/tc-mips.c:2033 11179#, c-format 11180msgid "the `%s' extension requires %s%d revision %d or greater" 11181msgstr "" 11182 11183#: config/tc-mips.c:2042 11184#, c-format 11185msgid "the `%s' extension was removed in %s%d revision %d" 11186msgstr "" 11187 11188#: config/tc-mips.c:2051 11189#, c-format 11190msgid "the `%s' extension requires 64-bit FPRs" 11191msgstr "" 11192 11193#: config/tc-mips.c:2869 config/tc-mips.c:15633 11194#, c-format 11195msgid "unrecognized register name `%s'" 11196msgstr "" 11197 11198#: config/tc-mips.c:3096 11199msgid "invalid register range" 11200msgstr "" 11201 11202#: config/tc-mips.c:3124 11203msgid "vector element must be constant" 11204msgstr "" 11205 11206#: config/tc-mips.c:3134 11207msgid "missing `]'" 11208msgstr "" 11209 11210#: config/tc-mips.c:3330 11211#, c-format 11212msgid "internal: bad mips opcode (mask error): %s %s" 11213msgstr "" 11214 11215#: config/tc-mips.c:3357 11216#, c-format 11217msgid "internal: unknown operand type: %s %s" 11218msgstr "" 11219 11220#: config/tc-mips.c:3382 11221#, c-format 11222msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s" 11223msgstr "" 11224 11225#: config/tc-mips.c:3390 11226#, c-format 11227msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s" 11228msgstr "" 11229 11230#: config/tc-mips.c:3397 11231#, c-format 11232msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s" 11233msgstr "" 11234 11235#: config/tc-mips.c:3441 11236#, c-format 11237msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s" 11238msgstr "" 11239 11240#: config/tc-mips.c:3449 11241#, c-format 11242msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s" 11243msgstr "" 11244 11245#: config/tc-mips.c:3475 11246msgid "-G may not be used in position-independent code" 11247msgstr "" 11248 11249#: config/tc-mips.c:3481 11250msgid "-G may not be used with abicalls" 11251msgstr "" 11252 11253#. Probably a memory allocation problem? Give up now. 11254#: config/tc-mips.c:3501 config/tc-mips.c:3592 11255msgid "broken assembler, no assembly attempted" 11256msgstr "" 11257 11258#: config/tc-mips.c:3531 config/tc-mips.c:3560 11259#, c-format 11260msgid "internal: can't hash `%s': %s" 11261msgstr "" 11262 11263#: config/tc-mips.c:3742 11264#, c-format 11265msgid ".gnu_attribute %d,%d is incompatible with `%s'" 11266msgstr "" 11267 11268#: config/tc-mips.c:3749 11269#, c-format 11270msgid ".gnu_attribute %d,%d requires `%s'" 11271msgstr "" 11272 11273#: config/tc-mips.c:3810 11274#, c-format 11275msgid ".gnu_attribute %d,%d is no longer supported" 11276msgstr "" 11277 11278#: config/tc-mips.c:3819 11279#, c-format 11280msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI" 11281msgstr "" 11282 11283#: config/tc-mips.c:3832 11284msgid "`gp=64' used with a 32-bit processor" 11285msgstr "" 11286 11287#: config/tc-mips.c:3835 11288msgid "`gp=32' used with a 64-bit ABI" 11289msgstr "" 11290 11291#: config/tc-mips.c:3838 11292msgid "`gp=64' used with a 32-bit ABI" 11293msgstr "" 11294 11295#: config/tc-mips.c:3845 11296msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions" 11297msgstr "" 11298 11299#: config/tc-mips.c:3847 11300msgid "`fp=xx' cannot be used with `singlefloat'" 11301msgstr "" 11302 11303#: config/tc-mips.c:3851 11304msgid "`fp=64' used with a 32-bit fpu" 11305msgstr "" 11306 11307#: config/tc-mips.c:3855 11308msgid "`fp=64' used with a 32-bit ABI" 11309msgstr "" 11310 11311#: config/tc-mips.c:3860 11312msgid "`fp=32' used with a 64-bit ABI" 11313msgstr "" 11314 11315#: config/tc-mips.c:3862 11316msgid "`fp=32' used with a MIPS R6 cpu" 11317msgstr "" 11318 11319#: config/tc-mips.c:3865 11320msgid "Unknown size of floating point registers" 11321msgstr "" 11322 11323#: config/tc-mips.c:3870 11324msgid "`nooddspreg` cannot be used with a 64-bit ABI" 11325msgstr "" 11326 11327#: config/tc-mips.c:3873 config/tc-mips.c:3877 11328#, c-format 11329msgid "`%s' cannot be used with `%s'" 11330msgstr "" 11331 11332#: config/tc-mips.c:3882 11333#, c-format 11334msgid "branch relaxation is not supported in `%s'" 11335msgstr "" 11336 11337#: config/tc-mips.c:3962 11338msgid "trap exception not supported at ISA 1" 11339msgstr "" 11340 11341#: config/tc-mips.c:3975 config/tc-mips.c:16513 11342#, c-format 11343msgid "`%s' does not support legacy NaN" 11344msgstr "" 11345 11346#: config/tc-mips.c:4022 11347#, c-format 11348msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" 11349msgstr "" 11350 11351#: config/tc-mips.c:4721 11352#, c-format 11353msgid "operand %d out of range" 11354msgstr "" 11355 11356#: config/tc-mips.c:4729 11357#, c-format 11358msgid "operand %d must be constant" 11359msgstr "" 11360 11361#: config/tc-mips.c:4773 read.c:4318 read.c:5285 write.c:263 write.c:1012 11362msgid "register value used as expression" 11363msgstr "" 11364 11365#: config/tc-mips.c:4786 11366#, c-format 11367msgid "operand %d must be an immediate expression" 11368msgstr "" 11369 11370#: config/tc-mips.c:4905 config/tc-mips.c:4907 11371#, c-format 11372msgid "float register should be even, was %d" 11373msgstr "" 11374 11375#: config/tc-mips.c:4920 11376#, c-format 11377msgid "condition code register should be even for %s, was %d" 11378msgstr "" 11379 11380#: config/tc-mips.c:4925 11381#, c-format 11382msgid "condition code register should be 0 or 4 for %s, was %d" 11383msgstr "" 11384 11385#: config/tc-mips.c:5234 11386msgid "invalid performance register" 11387msgstr "" 11388 11389#: config/tc-mips.c:5330 11390msgid "the source register must not be $0" 11391msgstr "" 11392 11393#: config/tc-mips.c:5570 11394msgid "missing frame size" 11395msgstr "" 11396 11397#: config/tc-mips.c:5575 11398msgid "frame size specified twice" 11399msgstr "" 11400 11401#: config/tc-mips.c:5580 11402msgid "invalid frame size" 11403msgstr "" 11404 11405#: config/tc-mips.c:5618 11406#, c-format 11407msgid "operand %d must be an immediate" 11408msgstr "" 11409 11410#: config/tc-mips.c:5633 11411msgid "invalid element selector" 11412msgstr "" 11413 11414#: config/tc-mips.c:5646 11415#, c-format 11416msgid "operand %d must be scalar" 11417msgstr "" 11418 11419#: config/tc-mips.c:5806 11420msgid "floating-point expression required" 11421msgstr "" 11422 11423#: config/tc-mips.c:5906 11424#, c-format 11425msgid "cannot use `%s' in this section" 11426msgstr "" 11427 11428#: config/tc-mips.c:6050 11429msgid "used $at without \".set noat\"" 11430msgstr "" 11431 11432#: config/tc-mips.c:6052 11433#, c-format 11434msgid "used $%u with \".set at=$%u\"" 11435msgstr "" 11436 11437#: config/tc-mips.c:7047 11438#, c-format 11439msgid "wrong size instruction in a %u-bit branch delay slot" 11440msgstr "" 11441 11442#: config/tc-mips.c:7067 config/tc-mips.c:7077 11443#, c-format 11444msgid "jump to misaligned address (0x%lx)" 11445msgstr "" 11446 11447#: config/tc-mips.c:7092 config/tc-mips.c:7112 config/tc-mips.c:7129 11448#: config/tc-mips.c:8552 11449#, c-format 11450msgid "branch to misaligned address (0x%lx)" 11451msgstr "" 11452 11453#: config/tc-mips.c:7098 config/tc-mips.c:7116 config/tc-mips.c:7133 11454#: config/tc-mips.c:8555 11455#, c-format 11456msgid "branch address range overflow (0x%lx)" 11457msgstr "" 11458 11459#: config/tc-mips.c:7352 config/tc-mips.c:17856 11460msgid "extended instruction in delay slot" 11461msgstr "" 11462 11463#: config/tc-mips.c:7774 11464msgid "source and destination must be different" 11465msgstr "" 11466 11467#: config/tc-mips.c:7777 11468msgid "a destination register must be supplied" 11469msgstr "" 11470 11471#: config/tc-mips.c:7782 11472msgid "the source register must not be $31" 11473msgstr "" 11474 11475#: config/tc-mips.c:8020 config/tc-mips.c:13839 11476msgid "invalid unextended operand value" 11477msgstr "" 11478 11479#: config/tc-mips.c:8133 11480#, c-format 11481msgid "opcode not supported on this processor: %s (%s)" 11482msgstr "" 11483 11484#: config/tc-mips.c:8212 11485msgid "opcode not supported in the `insn32' mode" 11486msgstr "" 11487 11488#: config/tc-mips.c:8215 11489#, c-format 11490msgid "unrecognized %d-bit version of microMIPS opcode" 11491msgstr "" 11492 11493#: config/tc-mips.c:8299 11494msgid "" 11495"macro instruction expanded into multiple instructions in a branch delay slot" 11496msgstr "" 11497 11498#: config/tc-mips.c:8302 11499msgid "macro instruction expanded into multiple instructions" 11500msgstr "" 11501 11502#: config/tc-mips.c:8306 11503msgid "" 11504"macro instruction expanded into a wrong size instruction in a 16-bit branch " 11505"delay slot" 11506msgstr "" 11507 11508#: config/tc-mips.c:8308 11509msgid "" 11510"macro instruction expanded into a wrong size instruction in a 32-bit branch " 11511"delay slot" 11512msgstr "" 11513 11514#: config/tc-mips.c:8753 11515msgid "operand overflow" 11516msgstr "" 11517 11518#: config/tc-mips.c:8772 config/tc-mips.c:9356 config/tc-mips.c:13326 11519msgid "macro used $at after \".set noat\"" 11520msgstr "" 11521 11522#: config/tc-mips.c:8920 config/tc-mips.c:11671 config/tc-mips.c:12330 11523#, c-format 11524msgid "number (0x%s) larger than 32 bits" 11525msgstr "" 11526 11527#: config/tc-mips.c:8940 11528msgid "number larger than 64 bits" 11529msgstr "" 11530 11531#: config/tc-mips.c:9234 config/tc-mips.c:9262 config/tc-mips.c:9300 11532#: config/tc-mips.c:9345 config/tc-mips.c:11906 config/tc-mips.c:11945 11533#: config/tc-mips.c:11984 config/tc-mips.c:12426 config/tc-mips.c:12478 11534msgid "PIC code offset overflow (max 16 signed bits)" 11535msgstr "" 11536 11537#: config/tc-mips.c:9872 11538#, c-format 11539msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)" 11540msgstr "" 11541 11542#. result is always true 11543#: config/tc-mips.c:9966 11544#, c-format 11545msgid "branch %s is always true" 11546msgstr "" 11547 11548#: config/tc-mips.c:10182 config/tc-mips.c:10292 11549msgid "divide by zero" 11550msgstr "" 11551 11552#: config/tc-mips.c:10380 11553msgid "dla used to load 32-bit register; recommend using la instead" 11554msgstr "" 11555 11556#: config/tc-mips.c:10384 11557msgid "la used to load 64-bit address; recommend using dla instead" 11558msgstr "" 11559 11560#: config/tc-mips.c:10493 config/tc-z80.c:731 11561msgid "offset too large" 11562msgstr "" 11563 11564#: config/tc-mips.c:10667 config/tc-mips.c:10945 11565msgid "PIC code offset overflow (max 32 signed bits)" 11566msgstr "" 11567 11568#: config/tc-mips.c:11015 config/tc-mips.c:11091 11569#, c-format 11570msgid "opcode not supported in the `insn32' mode `%s'" 11571msgstr "" 11572 11573#: config/tc-mips.c:11043 11574msgid "MIPS PIC call to register other than $25" 11575msgstr "" 11576 11577#: config/tc-mips.c:11059 config/tc-mips.c:11070 config/tc-mips.c:11203 11578#: config/tc-mips.c:11214 11579msgid "no .cprestore pseudo-op used in PIC code" 11580msgstr "" 11581 11582#: config/tc-mips.c:11064 config/tc-mips.c:11208 11583msgid "no .frame pseudo-op used in PIC code" 11584msgstr "" 11585 11586#: config/tc-mips.c:11229 11587msgid "non-PIC jump used in PIC library" 11588msgstr "" 11589 11590#: config/tc-mips.c:12156 11591#, c-format 11592msgid "Unable to generate `%s' compliant code without mthc1" 11593msgstr "" 11594 11595#: config/tc-mips.c:12884 11596#, c-format 11597msgid "instruction %s: result is always false" 11598msgstr "" 11599 11600#: config/tc-mips.c:13037 11601#, c-format 11602msgid "instruction %s: result is always true" 11603msgstr "" 11604 11605#. FIXME: Check if this is one of the itbl macros, since they 11606#. are added dynamically. 11607#: config/tc-mips.c:13322 11608#, c-format 11609msgid "macro %s not implemented yet" 11610msgstr "" 11611 11612#: config/tc-mips.c:13664 config/tc-mips.c:13726 config/tc-mips.c:13739 11613#: config/tc-score.c:2691 config/tc-score.c:2737 11614msgid "unrecognized opcode" 11615msgstr "" 11616 11617#: config/tc-mips.c:13849 11618msgid "extended operand requested but not required" 11619msgstr "" 11620 11621#: config/tc-mips.c:13858 11622msgid "operand value out of range for instruction" 11623msgstr "" 11624 11625#: config/tc-mips.c:13955 11626#, c-format 11627msgid "relocation %s isn't supported by the current ABI" 11628msgstr "" 11629 11630#: config/tc-mips.c:14011 11631msgid "unclosed '('" 11632msgstr "" 11633 11634#: config/tc-mips.c:14077 11635#, c-format 11636msgid "a different %s was already specified, is now %s" 11637msgstr "" 11638 11639#: config/tc-mips.c:14244 11640msgid "-mmicromips cannot be used with -mips16" 11641msgstr "" 11642 11643#: config/tc-mips.c:14259 11644msgid "-mips16 cannot be used with -micromips" 11645msgstr "" 11646 11647#: config/tc-mips.c:14402 config/tc-mips.c:14460 11648msgid "no compiled in support for 64 bit object file format" 11649msgstr "" 11650 11651#: config/tc-mips.c:14467 11652#, c-format 11653msgid "invalid abi -mabi=%s" 11654msgstr "" 11655 11656#: config/tc-mips.c:14507 11657#, c-format 11658msgid "invalid NaN setting -mnan=%s" 11659msgstr "" 11660 11661#: config/tc-mips.c:14541 11662msgid "-G not supported in this configuration" 11663msgstr "" 11664 11665#: config/tc-mips.c:14567 11666#, c-format 11667msgid "-%s conflicts with the other architecture options, which imply -%s" 11668msgstr "" 11669 11670#: config/tc-mips.c:14583 11671#, c-format 11672msgid "-march=%s is not compatible with the selected ABI" 11673msgstr "" 11674 11675#: config/tc-mips.c:14874 11676msgid "PC-relative reference to a different section" 11677msgstr "" 11678 11679#: config/tc-mips.c:14946 11680msgid "TLS relocation against a constant" 11681msgstr "" 11682 11683#: config/tc-mips.c:15022 11684msgid "unsupported constant in relocation" 11685msgstr "" 11686 11687#: config/tc-mips.c:15062 config/tc-mips.c:15080 config/tc-mips.c:15140 11688#, c-format 11689msgid "branch to misaligned address (%lx)" 11690msgstr "" 11691 11692#: config/tc-mips.c:15098 11693#, c-format 11694msgid "PC-relative access using misaligned symbol (%lx)" 11695msgstr "" 11696 11697#: config/tc-mips.c:15102 11698#, c-format 11699msgid "PC-relative access using misaligned offset (%lx)" 11700msgstr "" 11701 11702#: config/tc-mips.c:15115 config/tc-mips.c:15134 11703msgid "PC-relative access out of range" 11704msgstr "" 11705 11706#: config/tc-mips.c:15121 11707#, c-format 11708msgid "PC-relative access to misaligned address (%lx)" 11709msgstr "" 11710 11711#: config/tc-mips.c:15283 11712#, c-format 11713msgid "alignment too large, %d assumed" 11714msgstr "" 11715 11716#: config/tc-mips.c:15286 11717msgid "alignment negative, 0 assumed" 11718msgstr "" 11719 11720#: config/tc-mips.c:15528 11721#, c-format 11722msgid "%s: no such section" 11723msgstr "" 11724 11725#: config/tc-mips.c:15569 11726#, c-format 11727msgid ".option pic%d not supported" 11728msgstr "" 11729 11730#: config/tc-mips.c:15571 11731#, c-format 11732msgid ".option pic%d not supported in VxWorks PIC mode" 11733msgstr "" 11734 11735#: config/tc-mips.c:15583 config/tc-mips.c:15920 11736msgid "-G may not be used with SVR4 PIC code" 11737msgstr "" 11738 11739#: config/tc-mips.c:15589 11740#, c-format 11741msgid "unrecognized option \"%s\"" 11742msgstr "" 11743 11744#: config/tc-mips.c:15695 11745#, c-format 11746msgid "unknown architecture %s" 11747msgstr "" 11748 11749#: config/tc-mips.c:15709 config/tc-mips.c:15871 11750#, c-format 11751msgid "unknown ISA level %s" 11752msgstr "" 11753 11754#: config/tc-mips.c:15718 11755#, c-format 11756msgid "unknown ISA or architecture %s" 11757msgstr "" 11758 11759#: config/tc-mips.c:15777 11760msgid "`noreorder' must be set before `nomacro'" 11761msgstr "" 11762 11763#: config/tc-mips.c:15806 11764msgid ".set pop with no .set push" 11765msgstr "" 11766 11767#: config/tc-mips.c:15825 11768#, c-format 11769msgid "tried to set unrecognized symbol: %s\n" 11770msgstr "" 11771 11772#: config/tc-mips.c:15898 11773#, c-format 11774msgid ".module used with unrecognized symbol: %s\n" 11775msgstr "" 11776 11777#: config/tc-mips.c:15904 11778msgid ".module is not permitted after generating code" 11779msgstr "" 11780 11781#: config/tc-mips.c:15964 config/tc-mips.c:16043 config/tc-mips.c:16147 11782#: config/tc-mips.c:16177 config/tc-mips.c:16226 11783#, c-format 11784msgid "%s not supported in MIPS16 mode" 11785msgstr "" 11786 11787#: config/tc-mips.c:15971 11788msgid ".cpload not in noreorder section" 11789msgstr "" 11790 11791#: config/tc-mips.c:16052 config/tc-mips.c:16071 11792msgid "missing argument separator ',' for .cpsetup" 11793msgstr "" 11794 11795#: config/tc-mips.c:16269 11796#, c-format 11797msgid "unsupported use of %s" 11798msgstr "" 11799 11800#: config/tc-mips.c:16360 11801msgid "unsupported use of .gpword" 11802msgstr "" 11803 11804#: config/tc-mips.c:16398 11805msgid "unsupported use of .gpdword" 11806msgstr "" 11807 11808#: config/tc-mips.c:16430 11809msgid "unsupported use of .ehword" 11810msgstr "" 11811 11812#: config/tc-mips.c:16517 11813msgid "bad .nan directive" 11814msgstr "" 11815 11816#: config/tc-mips.c:16565 11817#, c-format 11818msgid "ignoring attempt to redefine symbol %s" 11819msgstr "" 11820 11821#: config/tc-mips.c:16580 ecoff.c:3364 11822msgid "bad .weakext directive" 11823msgstr "" 11824 11825#: config/tc-mips.c:17413 config/tc-mips.c:17676 11826msgid "relaxed out-of-range branch into a jump" 11827msgstr "" 11828 11829#: config/tc-mips.c:17889 config/tc-xtensa.c:1663 config/tc-xtensa.c:1939 11830msgid "unsupported relocation" 11831msgstr "" 11832 11833#: config/tc-mips.c:18394 config/tc-score.c:5640 11834msgid "expected simple number" 11835msgstr "" 11836 11837#: config/tc-mips.c:18422 config/tc-score.c:5667 11838msgid "invalid number" 11839msgstr "" 11840 11841#: config/tc-mips.c:18499 ecoff.c:2995 11842msgid ".end directive without a preceding .ent directive" 11843msgstr "" 11844 11845#: config/tc-mips.c:18508 11846msgid ".end symbol does not match .ent symbol" 11847msgstr "" 11848 11849#: config/tc-mips.c:18585 11850msgid ".ent or .aent not in text section" 11851msgstr "" 11852 11853#: config/tc-mips.c:18588 config/tc-score.c:5706 11854msgid "missing .end" 11855msgstr "" 11856 11857#: config/tc-mips.c:18671 11858msgid ".mask/.fmask outside of .ent" 11859msgstr "" 11860 11861#: config/tc-mips.c:18678 11862msgid "bad .mask/.fmask directive" 11863msgstr "" 11864 11865#: config/tc-mips.c:18968 11866#, c-format 11867msgid "bad value (%s) for %s" 11868msgstr "" 11869 11870#: config/tc-mips.c:19032 11871#, c-format 11872msgid "" 11873"MIPS options:\n" 11874"-EB\t\t\tgenerate big endian output\n" 11875"-EL\t\t\tgenerate little endian output\n" 11876"-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n" 11877"-G NUM\t\t\tallow referencing objects up to NUM bytes\n" 11878"\t\t\timplicitly with the gp register [default 8]\n" 11879msgstr "" 11880 11881#: config/tc-mips.c:19039 11882#, c-format 11883msgid "" 11884"-mips1\t\t\tgenerate MIPS ISA I instructions\n" 11885"-mips2\t\t\tgenerate MIPS ISA II instructions\n" 11886"-mips3\t\t\tgenerate MIPS ISA III instructions\n" 11887"-mips4\t\t\tgenerate MIPS ISA IV instructions\n" 11888"-mips5 generate MIPS ISA V instructions\n" 11889"-mips32 generate MIPS32 ISA instructions\n" 11890"-mips32r2 generate MIPS32 release 2 ISA instructions\n" 11891"-mips32r3 generate MIPS32 release 3 ISA instructions\n" 11892"-mips32r5 generate MIPS32 release 5 ISA instructions\n" 11893"-mips32r6 generate MIPS32 release 6 ISA instructions\n" 11894"-mips64 generate MIPS64 ISA instructions\n" 11895"-mips64r2 generate MIPS64 release 2 ISA instructions\n" 11896"-mips64r3 generate MIPS64 release 3 ISA instructions\n" 11897"-mips64r5 generate MIPS64 release 5 ISA instructions\n" 11898"-mips64r6 generate MIPS64 release 6 ISA instructions\n" 11899"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n" 11900msgstr "" 11901 11902#: config/tc-mips.c:19064 11903#, c-format 11904msgid "" 11905"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" 11906"-no-mCPU\t\tdon't generate code specific to CPU.\n" 11907"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n" 11908msgstr "" 11909 11910#: config/tc-mips.c:19077 11911#, c-format 11912msgid "" 11913"-mips16\t\t\tgenerate mips16 instructions\n" 11914"-no-mips16\t\tdo not generate mips16 instructions\n" 11915msgstr "" 11916 11917#: config/tc-mips.c:19080 11918#, c-format 11919msgid "" 11920"-mmicromips\t\tgenerate microMIPS instructions\n" 11921"-mno-micromips\t\tdo not generate microMIPS instructions\n" 11922msgstr "" 11923 11924#: config/tc-mips.c:19083 11925#, c-format 11926msgid "" 11927"-msmartmips\t\tgenerate smartmips instructions\n" 11928"-mno-smartmips\t\tdo not generate smartmips instructions\n" 11929msgstr "" 11930 11931#: config/tc-mips.c:19086 11932#, c-format 11933msgid "" 11934"-mdsp\t\t\tgenerate DSP instructions\n" 11935"-mno-dsp\t\tdo not generate DSP instructions\n" 11936msgstr "" 11937 11938#: config/tc-mips.c:19089 11939#, c-format 11940msgid "" 11941"-mdspr2\t\t\tgenerate DSP R2 instructions\n" 11942"-mno-dspr2\t\tdo not generate DSP R2 instructions\n" 11943msgstr "" 11944 11945#: config/tc-mips.c:19092 11946#, c-format 11947msgid "" 11948"-mdspr3\t\t\tgenerate DSP R3 instructions\n" 11949"-mno-dspr3\t\tdo not generate DSP R3 instructions\n" 11950msgstr "" 11951 11952#: config/tc-mips.c:19095 11953#, c-format 11954msgid "" 11955"-mmt\t\t\tgenerate MT instructions\n" 11956"-mno-mt\t\t\tdo not generate MT instructions\n" 11957msgstr "" 11958 11959#: config/tc-mips.c:19098 11960#, c-format 11961msgid "" 11962"-mmcu\t\t\tgenerate MCU instructions\n" 11963"-mno-mcu\t\tdo not generate MCU instructions\n" 11964msgstr "" 11965 11966#: config/tc-mips.c:19101 11967#, c-format 11968msgid "" 11969"-mmsa\t\t\tgenerate MSA instructions\n" 11970"-mno-msa\t\tdo not generate MSA instructions\n" 11971msgstr "" 11972 11973#: config/tc-mips.c:19104 11974#, c-format 11975msgid "" 11976"-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n" 11977"-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n" 11978msgstr "" 11979 11980#: config/tc-mips.c:19107 11981#, c-format 11982msgid "" 11983"-mvirt\t\t\tgenerate Virtualization instructions\n" 11984"-mno-virt\t\tdo not generate Virtualization instructions\n" 11985msgstr "" 11986 11987#: config/tc-mips.c:19110 11988#, c-format 11989msgid "" 11990"-minsn32\t\tonly generate 32-bit microMIPS instructions\n" 11991"-mno-insn32\t\tgenerate all microMIPS instructions\n" 11992msgstr "" 11993 11994#: config/tc-mips.c:19113 11995#, c-format 11996msgid "" 11997"-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n" 11998"-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n" 11999"-mfix-vr4120\t\twork around certain VR4120 errata\n" 12000"-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n" 12001"-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n" 12002"-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n" 12003"-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n" 12004"-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n" 12005"-msym32\t\t\tassume all symbols have 32-bit values\n" 12006"-O0\t\t\tremove unneeded NOPs, do not swap branches\n" 12007"-O\t\t\tremove unneeded NOPs and swap branches\n" 12008"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n" 12009"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n" 12010msgstr "" 12011 12012#: config/tc-mips.c:19127 12013#, c-format 12014msgid "" 12015"-mhard-float\t\tallow floating-point instructions\n" 12016"-msoft-float\t\tdo not allow floating-point instructions\n" 12017"-msingle-float\t\tonly allow 32-bit floating-point operations\n" 12018"-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n" 12019"--[no-]construct-floats\t[dis]allow floating point values to be constructed\n" 12020"--[no-]relax-branch\t[dis]allow out-of-range branches to be relaxed\n" 12021"-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n" 12022msgstr "" 12023 12024#: config/tc-mips.c:19143 12025#, c-format 12026msgid "" 12027"-KPIC, -call_shared\tgenerate SVR4 position independent code\n" 12028"-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n" 12029"-mvxworks-pic\t\tgenerate VxWorks position independent code\n" 12030"-non_shared\t\tdo not generate code that can operate with DSOs\n" 12031"-xgot\t\t\tassume a 32 bit GOT\n" 12032"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n" 12033"-mshared, -mno-shared disable/enable .cpload optimization for\n" 12034" position dependent (non shared) code\n" 12035"-mabi=ABI\t\tcreate ABI conformant object file for:\n" 12036msgstr "" 12037 12038#: config/tc-mips.c:19164 12039#, c-format 12040msgid "" 12041"-32\t\t\tcreate o32 ABI object file (default)\n" 12042"-n32\t\t\tcreate n32 ABI object file\n" 12043"-64\t\t\tcreate 64 ABI object file\n" 12044msgstr "" 12045 12046#: config/tc-mips.c:19247 12047msgid "missing .end at end of assembly" 12048msgstr "" 12049 12050#: config/tc-mmix.c:702 12051#, c-format 12052msgid " MMIX-specific command line options:\n" 12053msgstr "" 12054 12055#: config/tc-mmix.c:703 12056#, c-format 12057msgid "" 12058" -fixed-special-register-names\n" 12059" Allow only the original special register names.\n" 12060msgstr "" 12061 12062#: config/tc-mmix.c:706 12063#, c-format 12064msgid " -globalize-symbols Make all symbols global.\n" 12065msgstr "" 12066 12067#: config/tc-mmix.c:708 12068#, c-format 12069msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n" 12070msgstr "" 12071 12072#: config/tc-mmix.c:710 12073#, c-format 12074msgid " -relax Create linker relaxable code.\n" 12075msgstr "" 12076 12077#: config/tc-mmix.c:712 12078#, c-format 12079msgid "" 12080" -no-predefined-syms Do not provide mmixal built-in constants.\n" 12081" Implies -fixed-special-register-names.\n" 12082msgstr "" 12083 12084#: config/tc-mmix.c:715 12085#, c-format 12086msgid "" 12087" -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n" 12088" into multiple instructions.\n" 12089msgstr "" 12090 12091#: config/tc-mmix.c:718 12092#, c-format 12093msgid "" 12094" -no-merge-gregs Do not merge GREG definitions with nearby values.\n" 12095msgstr "" 12096 12097#: config/tc-mmix.c:720 12098#, c-format 12099msgid "" 12100" -linker-allocated-gregs If there's no suitable GREG definition for " 12101"the operands of an instruction, let the linker " 12102"resolve.\n" 12103msgstr "" 12104 12105#: config/tc-mmix.c:723 12106#, c-format 12107msgid "" 12108" -x Do not warn when an operand to GETA, a branch,\n" 12109" PUSHJ or JUMP is not known to be within range.\n" 12110" The linker will catch any errors. Implies\n" 12111" -linker-allocated-gregs." 12112msgstr "" 12113 12114#: config/tc-mmix.c:849 12115#, c-format 12116msgid "unknown opcode: `%s'" 12117msgstr "" 12118 12119#: config/tc-mmix.c:971 config/tc-mmix.c:986 12120msgid "specified location wasn't TETRA-aligned" 12121msgstr "" 12122 12123#: config/tc-mmix.c:973 config/tc-mmix.c:988 config/tc-mmix.c:4214 12124#: config/tc-mmix.c:4230 12125msgid "unaligned data at an absolute location is not supported" 12126msgstr "" 12127 12128#: config/tc-mmix.c:1098 12129#, c-format 12130msgid "invalid operand to opcode %s: `%s'" 12131msgstr "" 12132 12133#: config/tc-mmix.c:1120 config/tc-mmix.c:1147 config/tc-mmix.c:1180 12134#: config/tc-mmix.c:1188 config/tc-mmix.c:1205 config/tc-mmix.c:1233 12135#: config/tc-mmix.c:1254 config/tc-mmix.c:1279 config/tc-mmix.c:1327 12136#: config/tc-mmix.c:1428 config/tc-mmix.c:1453 config/tc-mmix.c:1485 12137#: config/tc-mmix.c:1517 config/tc-mmix.c:1547 config/tc-mmix.c:1600 12138#: config/tc-mmix.c:1617 config/tc-mmix.c:1644 config/tc-mmix.c:1672 12139#: config/tc-mmix.c:1702 config/tc-mmix.c:1728 config/tc-mmix.c:1744 12140#: config/tc-mmix.c:1770 config/tc-mmix.c:1786 config/tc-mmix.c:1802 12141#: config/tc-mmix.c:1883 12142#, c-format 12143msgid "invalid operands to opcode %s: `%s'" 12144msgstr "" 12145 12146#: config/tc-mmix.c:1983 12147msgid "internal: mmix_prefix_name but empty prefix" 12148msgstr "" 12149 12150#: config/tc-mmix.c:2046 12151#, c-format 12152msgid "too many GREG registers allocated (max %d)" 12153msgstr "" 12154 12155#: config/tc-mmix.c:2106 12156msgid "BSPEC already active. Nesting is not supported." 12157msgstr "" 12158 12159#: config/tc-mmix.c:2115 12160msgid "invalid BSPEC expression" 12161msgstr "" 12162 12163#: config/tc-mmix.c:2131 12164#, c-format 12165msgid "can't create section %s" 12166msgstr "" 12167 12168#: config/tc-mmix.c:2136 12169#, c-format 12170msgid "can't set section flags for section %s" 12171msgstr "" 12172 12173#: config/tc-mmix.c:2157 12174msgid "ESPEC without preceding BSPEC" 12175msgstr "" 12176 12177#: config/tc-mmix.c:2186 12178msgid "missing local expression" 12179msgstr "" 12180 12181#: config/tc-mmix.c:2396 12182msgid "operand out of range, instruction expanded" 12183msgstr "" 12184 12185#. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be 12186#. user-friendly, though a little bit non-substantial. 12187#: config/tc-mmix.c:2647 12188msgid "directive LOCAL must be placed in code or data" 12189msgstr "" 12190 12191#: config/tc-mmix.c:2648 12192msgid "internal confusion: relocation in a section without contents" 12193msgstr "" 12194 12195#: config/tc-mmix.c:2762 12196msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section" 12197msgstr "" 12198 12199#: config/tc-mmix.c:2810 12200msgid "no suitable GREG definition for operands" 12201msgstr "" 12202 12203#: config/tc-mmix.c:2869 12204msgid "operands were not reducible at assembly-time" 12205msgstr "" 12206 12207#: config/tc-mmix.c:2896 12208#, c-format 12209msgid "cannot generate relocation type for symbol %s, code %s" 12210msgstr "" 12211 12212#: config/tc-mmix.c:2916 12213#, c-format 12214msgid "internal: unhandled label %s" 12215msgstr "" 12216 12217#: config/tc-mmix.c:2945 12218msgid "[0-9]H labels may not appear alone on a line" 12219msgstr "" 12220 12221#: config/tc-mmix.c:2953 12222msgid "[0-9]H labels do not mix with dot-pseudos" 12223msgstr "" 12224 12225#: config/tc-mmix.c:3041 12226msgid "invalid characters in input" 12227msgstr "" 12228 12229#: config/tc-mmix.c:3147 12230msgid "empty label field for IS" 12231msgstr "" 12232 12233#: config/tc-mmix.c:3473 12234#, c-format 12235msgid "internal: unexpected relax type %d:%d" 12236msgstr "" 12237 12238#: config/tc-mmix.c:3497 12239msgid "BSPEC without ESPEC." 12240msgstr "" 12241 12242#: config/tc-mmix.c:3562 12243msgid "LOC to section unknown or indeterminable at first pass" 12244msgstr "" 12245 12246#: config/tc-mmix.c:3734 12247msgid "GREG expression too complicated" 12248msgstr "" 12249 12250#: config/tc-mmix.c:3749 12251msgid "internal: GREG expression not resolved to section" 12252msgstr "" 12253 12254#: config/tc-mmix.c:3798 12255msgid "register section has contents\n" 12256msgstr "" 12257 12258#: config/tc-mmix.c:3925 12259msgid "section change from within a BSPEC/ESPEC pair is not supported" 12260msgstr "" 12261 12262#: config/tc-mmix.c:3946 12263msgid "directive LOC from within a BSPEC/ESPEC pair is not supported" 12264msgstr "" 12265 12266#: config/tc-mmix.c:3956 12267msgid "invalid LOC expression" 12268msgstr "" 12269 12270#: config/tc-mmix.c:4001 config/tc-mmix.c:4028 12271msgid "LOC expression stepping backwards is not supported" 12272msgstr "" 12273 12274#. We will only get here in rare cases involving #NO_APP, 12275#. where the unterminated string is not recognized by the 12276#. preformatting pass. 12277#: config/tc-mmix.c:4137 config/tc-mmix.c:4295 config/tc-z80.c:1730 12278msgid "unterminated string" 12279msgstr "" 12280 12281#: config/tc-mmix.c:4154 12282msgid "BYTE expression not a pure number" 12283msgstr "" 12284 12285#. Note that mmixal does not allow negative numbers in 12286#. BYTE sequences, so neither should we. 12287#: config/tc-mmix.c:4163 12288msgid "BYTE expression not in the range 0..255" 12289msgstr "" 12290 12291#: config/tc-mmix.c:4212 config/tc-mmix.c:4228 12292msgid "data item with alignment larger than location" 12293msgstr "" 12294 12295#. Since integer_constant is local to expr.c, we have to make this a 12296#. macro. FIXME: Do it cleaner. 12297#: config/tc-mmix.h:98 12298msgid "`&' serial number operator is not supported" 12299msgstr "" 12300 12301#: config/tc-mn10200.c:300 12302#, c-format 12303msgid "" 12304"MN10200 options:\n" 12305"none yet\n" 12306msgstr "" 12307 12308#: config/tc-mn10300.c:439 12309#, c-format 12310msgid "" 12311"MN10300 assembler options:\n" 12312"none yet\n" 12313msgstr "" 12314 12315#: config/tc-mn10300.c:1270 12316msgid "Invalid opcode/operands" 12317msgstr "" 12318 12319#: config/tc-mn10300.c:1792 12320msgid "Invalid register specification." 12321msgstr "" 12322 12323#: config/tc-mn10300.c:2390 12324#, c-format 12325msgid "Bad relocation fixup type (%d)" 12326msgstr "" 12327 12328#: config/tc-moxie.c:206 config/tc-moxie.c:225 config/tc-moxie.c:316 12329#: config/tc-moxie.c:362 12330msgid "expecting comma delimited register operands" 12331msgstr "" 12332 12333#: config/tc-moxie.c:252 config/tc-moxie.c:392 config/tc-moxie.c:422 12334#: config/tc-moxie.c:497 12335msgid "expecting comma delimited operands" 12336msgstr "" 12337 12338#: config/tc-moxie.c:320 config/tc-moxie.c:348 12339msgid "expecting indirect register `($rA)'" 12340msgstr "" 12341 12342#: config/tc-moxie.c:328 config/tc-moxie.c:356 config/tc-moxie.c:447 12343#: config/tc-moxie.c:489 12344msgid "missing closing parenthesis" 12345msgstr "" 12346 12347#: config/tc-moxie.c:439 config/tc-moxie.c:481 12348msgid "expecting indirect register `($rX)'" 12349msgstr "" 12350 12351#: config/tc-moxie.c:552 config/tc-pj.c:313 12352msgid "Something forgot to clean up\n" 12353msgstr "" 12354 12355#: config/tc-moxie.c:636 12356#, c-format 12357msgid "" 12358" -EB assemble for a big endian system (default)\n" 12359" -EL assemble for a little endian system\n" 12360msgstr "" 12361 12362#: config/tc-moxie.c:696 12363msgid "pcrel too far BFD_RELOC_MOXIE_10" 12364msgstr "" 12365 12366#: config/tc-msp430.c:512 12367msgid ".profiler pseudo requires at least two operands." 12368msgstr "" 12369 12370#: config/tc-msp430.c:571 12371msgid "unknown profiling flag - ignored." 12372msgstr "" 12373 12374#: config/tc-msp430.c:587 12375msgid "ambiguous flags combination - '.profiler' directive ignored." 12376msgstr "" 12377 12378#: config/tc-msp430.c:597 12379msgid "profiling in absolute section?" 12380msgstr "" 12381 12382#: config/tc-msp430.c:1366 12383#, c-format 12384msgid "Unrecognised CPU errata name starting here: %s" 12385msgstr "" 12386 12387#: config/tc-msp430.c:1372 12388#, c-format 12389msgid "Expecting comma after CPU errata name, not: %s" 12390msgstr "" 12391 12392#: config/tc-msp430.c:1382 12393msgid "MCU option requires a name\n" 12394msgstr "" 12395 12396#: config/tc-msp430.c:1420 12397#, c-format 12398msgid "unrecognised argument to -mcpu option '%s'" 12399msgstr "" 12400 12401#: config/tc-msp430.c:1583 12402#, c-format 12403msgid "" 12404"MSP430 options:\n" 12405" -mmcu=<msp430-name> - select microcontroller type\n" 12406" -mcpu={430|430x|430xv2} - select microcontroller architecture\n" 12407msgstr "" 12408 12409#: config/tc-msp430.c:1587 12410#, c-format 12411msgid "" 12412" -msilicon-errata=<name>[,<name>...] - enable fixups for silicon errata\n" 12413" -msilicon-errata-warn=<name>[,<name>...] - warn when a fixup might be " 12414"needed\n" 12415" supported errata names: cpu4, cpu8, cpu11, cpu12, cpu13, cpu19\n" 12416msgstr "" 12417 12418#: config/tc-msp430.c:1591 12419#, c-format 12420msgid "" 12421" -mQ - enable relaxation at assembly time. DANGEROUS!\n" 12422" -mP - enable polymorph instructions\n" 12423msgstr "" 12424 12425#: config/tc-msp430.c:1594 12426#, c-format 12427msgid " -ml - enable large code model\n" 12428msgstr "" 12429 12430#: config/tc-msp430.c:1596 12431#, c-format 12432msgid " -mN - do not insert NOPs after changing interrupts (default)\n" 12433msgstr "" 12434 12435#: config/tc-msp430.c:1598 12436#, c-format 12437msgid " -mn - insert a NOP after changing interrupts\n" 12438msgstr "" 12439 12440#: config/tc-msp430.c:1600 12441#, c-format 12442msgid " -mY - do not warn about missing NOPs after changing interrupts\n" 12443msgstr "" 12444 12445#: config/tc-msp430.c:1602 12446#, c-format 12447msgid " -my - warn about missing NOPs after changing interrupts (default)\n" 12448msgstr "" 12449 12450#: config/tc-msp430.c:1604 12451#, c-format 12452msgid " -md - Force copying of data from ROM to RAM at startup\n" 12453msgstr "" 12454 12455#: config/tc-msp430.c:1782 config/tc-msp430.c:1960 config/tc-msp430.c:2069 12456#, c-format 12457msgid "value 0x%x out of extended range." 12458msgstr "" 12459 12460#: config/tc-msp430.c:1788 12461#, c-format 12462msgid "value %d out of range. Use #lo() or #hi()" 12463msgstr "" 12464 12465#: config/tc-msp430.c:1834 12466msgid "cpu4: not converting PUSH #4 to shorter form" 12467msgstr "" 12468 12469#: config/tc-msp430.c:1851 12470msgid "cpu4: not converting PUSH #8 to shorter form" 12471msgstr "" 12472 12473#: config/tc-msp430.c:1865 12474msgid "error: unsupported #foo() directive used on symbol" 12475msgstr "" 12476 12477#: config/tc-msp430.c:1882 12478#, c-format 12479msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() " 12480msgstr "" 12481 12482#: config/tc-msp430.c:1933 12483#, c-format 12484msgid "Registers cannot be used within immediate expression [%s]" 12485msgstr "" 12486 12487#: config/tc-msp430.c:1935 12488#, c-format 12489msgid "unknown operand %s" 12490msgstr "" 12491 12492#: config/tc-msp430.c:1966 config/tc-msp430.c:2075 12493#, c-format 12494msgid "value out of range: 0x%x" 12495msgstr "" 12496 12497#: config/tc-msp430.c:1977 12498#, c-format 12499msgid "Registers cannot be used within absolute expression [%s]" 12500msgstr "" 12501 12502#: config/tc-msp430.c:1979 config/tc-msp430.c:2104 12503#, c-format 12504msgid "unknown expression in operand %s" 12505msgstr "" 12506 12507#: config/tc-msp430.c:1993 12508#, c-format 12509msgid "unknown addressing mode %s" 12510msgstr "" 12511 12512#: config/tc-msp430.c:2001 12513#, c-format 12514msgid "Bad register name %s" 12515msgstr "" 12516 12517#: config/tc-msp430.c:2012 12518msgid "cannot use indirect addressing with the PC" 12519msgstr "" 12520 12521#: config/tc-msp430.c:2032 12522msgid "')' required" 12523msgstr "" 12524 12525#: config/tc-msp430.c:2044 12526#, c-format 12527msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?" 12528msgstr "" 12529 12530#: config/tc-msp430.c:2051 12531msgid "r2 should not be used in indexed addressing mode" 12532msgstr "" 12533 12534#: config/tc-msp430.c:2090 config/tc-msp430.c:2092 12535msgid "CPU8: Stack pointer accessed with an odd offset" 12536msgstr "" 12537 12538#: config/tc-msp430.c:2102 12539#, c-format 12540msgid "Registers cannot be used as a prefix of indexed expression [%s]" 12541msgstr "" 12542 12543#. Unreachable. 12544#: config/tc-msp430.c:2137 12545#, c-format 12546msgid "unknown addressing mode for operand %s" 12547msgstr "" 12548 12549#: config/tc-msp430.c:2169 12550#, c-format 12551msgid "Internal bug. Try to use 0(r%d) instead of @r%d" 12552msgstr "" 12553 12554#: config/tc-msp430.c:2179 12555msgid "this addressing mode is not applicable for destination operand" 12556msgstr "" 12557 12558#: config/tc-msp430.c:2210 config/tc-msp430.c:2345 config/tc-msp430.c:2382 12559#: config/tc-msp430.c:2412 config/tc-msp430.c:3103 config/tc-msp430.c:3181 12560#: config/tc-msp430.c:3264 12561#, c-format 12562msgid "expected register as second argument of %s" 12563msgstr "" 12564 12565#: config/tc-msp430.c:2249 config/tc-msp430.c:2315 12566#, c-format 12567msgid "index value too big for %s" 12568msgstr "" 12569 12570#: config/tc-msp430.c:2266 config/tc-msp430.c:2332 config/tc-msp430.c:2439 12571#, c-format 12572msgid "unexpected addressing mode for %s" 12573msgstr "" 12574 12575#: config/tc-msp430.c:2352 config/tc-msp430.c:2389 config/tc-msp430.c:2419 12576#, c-format 12577msgid "constant generator destination register found in %s" 12578msgstr "" 12579 12580#: config/tc-msp430.c:2396 config/tc-msp430.c:2426 12581#, c-format 12582msgid "constant generator source register found in %s" 12583msgstr "" 12584 12585#: config/tc-msp430.c:2515 12586msgid "no size modifier after period, .w assumed" 12587msgstr "" 12588 12589#: config/tc-msp430.c:2519 12590#, c-format 12591msgid "unrecognised instruction size modifier .%c" 12592msgstr "" 12593 12594#: config/tc-msp430.c:2533 12595#, c-format 12596msgid "junk found after instruction: %s.%s" 12597msgstr "" 12598 12599#: config/tc-msp430.c:2553 12600#, c-format 12601msgid "instruction %s.a does not exist" 12602msgstr "" 12603 12604#: config/tc-msp430.c:2567 12605#, c-format 12606msgid "instruction %s requires %d operand(s)" 12607msgstr "" 12608 12609#: config/tc-msp430.c:2583 12610#, c-format 12611msgid "instruction %s requires MSP430X mcu" 12612msgstr "" 12613 12614#: config/tc-msp430.c:2603 12615#, c-format 12616msgid "unable to repeat %s insn" 12617msgstr "" 12618 12619#: config/tc-msp430.c:2622 12620msgid "NOP inserted between two instructions that change interrupt state" 12621msgstr "" 12622 12623#: config/tc-msp430.c:2624 12624msgid "" 12625"a NOP might be needed here because of successive changes in interrupt state" 12626msgstr "" 12627 12628#: config/tc-msp430.c:2635 12629msgid "CPU12: CMP/BIT with PC destinstion ignores next instruction" 12630msgstr "" 12631 12632#: config/tc-msp430.c:2643 12633msgid "CPU19: Instruction setting CPUOFF must be followed by a NOP" 12634msgstr "" 12635 12636#: config/tc-msp430.c:2650 12637msgid "internal error: unknown nop check state" 12638msgstr "" 12639 12640#: config/tc-msp430.c:2685 12641msgid "inserting a NOP before EINT" 12642msgstr "" 12643 12644#: config/tc-msp430.c:2688 12645msgid "a NOP might be needed before the EINT" 12646msgstr "" 12647 12648#: config/tc-msp430.c:2728 config/tc-msp430.c:2730 config/tc-msp430.c:3414 12649#: config/tc-msp430.c:3416 12650msgid "CPU11: PC is destinstion of SR altering instruction" 12651msgstr "" 12652 12653#: config/tc-msp430.c:2745 config/tc-msp430.c:2747 config/tc-msp430.c:2853 12654#: config/tc-msp430.c:2855 config/tc-msp430.c:3431 config/tc-msp430.c:3433 12655#: config/tc-msp430.c:3609 config/tc-msp430.c:3611 12656msgid "CPU13: SR is destinstion of SR altering instruction" 12657msgstr "" 12658 12659#: config/tc-msp430.c:2766 config/tc-msp430.c:2865 config/tc-msp430.c:3474 12660#: config/tc-msp430.c:3643 12661msgid "repeat instruction used with non-register mode instruction" 12662msgstr "" 12663 12664#: config/tc-msp430.c:2841 config/tc-msp430.c:3188 config/tc-msp430.c:3599 12665#, c-format 12666msgid "%s: attempt to rotate the PC register" 12667msgstr "" 12668 12669#: config/tc-msp430.c:3090 config/tc-msp430.c:3161 12670#, c-format 12671msgid "expected #n as first argument of %s" 12672msgstr "" 12673 12674#: config/tc-msp430.c:3096 config/tc-msp430.c:3167 12675#, c-format 12676msgid "expected constant expression for first argument of %s" 12677msgstr "" 12678 12679#: config/tc-msp430.c:3122 12680msgid "Too many registers popped" 12681msgstr "" 12682 12683#: config/tc-msp430.c:3132 12684msgid "Cannot use POPM to restore the SR register" 12685msgstr "" 12686 12687#: config/tc-msp430.c:3152 config/tc-msp430.c:3216 12688#, c-format 12689msgid "repeat count cannot be used with %s" 12690msgstr "" 12691 12692#: config/tc-msp430.c:3174 12693#, c-format 12694msgid "expected first argument of %s to be in the range 1-4" 12695msgstr "" 12696 12697#: config/tc-msp430.c:3234 12698#, c-format 12699msgid "expected value of first argument of %s to fit into 20-bits" 12700msgstr "" 12701 12702#: config/tc-msp430.c:3253 12703#, c-format 12704msgid "expected register name or constant as first argument of %s" 12705msgstr "" 12706 12707#: config/tc-msp430.c:3342 12708msgid "expected constant value as argument to RPT" 12709msgstr "" 12710 12711#: config/tc-msp430.c:3348 12712msgid "expected constant in the range 2..16" 12713msgstr "" 12714 12715#: config/tc-msp430.c:3363 12716msgid "PC used as an argument to RPT" 12717msgstr "" 12718 12719#: config/tc-msp430.c:3369 12720msgid "expected constant or register name as argument to RPT insn" 12721msgstr "" 12722 12723#: config/tc-msp430.c:3376 12724msgid "Illegal emulated instruction " 12725msgstr "" 12726 12727#: config/tc-msp430.c:3628 12728#, c-format 12729msgid "%s instruction does not accept a .b suffix" 12730msgstr "" 12731 12732#: config/tc-msp430.c:3736 12733#, c-format 12734msgid "Even number required. Rounded to %d" 12735msgstr "" 12736 12737#: config/tc-msp430.c:3747 12738#, c-format 12739msgid "Wrong displacement %d" 12740msgstr "" 12741 12742#: config/tc-msp430.c:3769 12743msgid "instruction requires label sans '$'" 12744msgstr "" 12745 12746#: config/tc-msp430.c:3773 12747msgid "instruction requires label or value in range -511:512" 12748msgstr "" 12749 12750#: config/tc-msp430.c:3779 config/tc-msp430.c:3828 config/tc-msp430.c:3871 12751msgid "instruction requires label" 12752msgstr "" 12753 12754#: config/tc-msp430.c:3787 config/tc-msp430.c:3834 12755msgid "polymorphs are not enabled. Use -mP option to enable." 12756msgstr "" 12757 12758#: config/tc-msp430.c:3875 12759msgid "Illegal instruction or not implemented opcode." 12760msgstr "" 12761 12762#: config/tc-msp430.c:4424 12763#, c-format 12764msgid "internal inconsistency problem in %s: insn %04lx" 12765msgstr "" 12766 12767#: config/tc-msp430.c:4466 config/tc-msp430.c:4498 12768#, c-format 12769msgid "internal inconsistency problem in %s: ext. insn %04lx" 12770msgstr "" 12771 12772#: config/tc-msp430.c:4510 12773#, c-format 12774msgid "internal inconsistency problem in %s: %lx" 12775msgstr "" 12776 12777#: config/tc-mt.c:151 12778#, c-format 12779msgid "MT specific command line options:\n" 12780msgstr "" 12781 12782#: config/tc-mt.c:152 12783#, c-format 12784msgid " -march=ms1-64-001 allow ms1-64-001 instructions\n" 12785msgstr "" 12786 12787#: config/tc-mt.c:153 12788#, c-format 12789msgid " -march=ms1-16-002 allow ms1-16-002 instructions (default)\n" 12790msgstr "" 12791 12792#: config/tc-mt.c:154 12793#, c-format 12794msgid " -march=ms1-16-003 allow ms1-16-003 instructions\n" 12795msgstr "" 12796 12797#: config/tc-mt.c:155 12798#, c-format 12799msgid " -march=ms2 allow ms2 instructions \n" 12800msgstr "" 12801 12802#: config/tc-mt.c:156 12803#, c-format 12804msgid " -nosched disable scheduling restrictions\n" 12805msgstr "" 12806 12807#: config/tc-mt.c:224 12808#, c-format 12809msgid "instruction %s may not follow another memory access instruction." 12810msgstr "" 12811 12812#: config/tc-mt.c:230 12813#, c-format 12814msgid "instruction %s may not follow another I/O instruction." 12815msgstr "" 12816 12817#: config/tc-mt.c:236 12818#, c-format 12819msgid "%s may not occupy the delay slot of another branch insn." 12820msgstr "" 12821 12822#: config/tc-mt.c:261 12823#, c-format 12824msgid "operand references R%ld of previous instruction." 12825msgstr "" 12826 12827#: config/tc-mt.c:267 12828#, c-format 12829msgid "operand references R%ld of instruction before previous." 12830msgstr "" 12831 12832#: config/tc-mt.c:281 config/tc-mt.c:286 12833#, c-format 12834msgid "" 12835"conditional branch or jal insn's operand references R%ld of previous " 12836"arithmetic or logic insn." 12837msgstr "" 12838 12839#: config/tc-mt.c:349 12840msgid "md_estimate_size_before_relax\n" 12841msgstr "" 12842 12843#: config/tc-nds32.c:1934 12844msgid "" 12845"<arch name>\t Assemble for architecture <arch name>\n" 12846"\t\t\t <arch name> could be\n" 12847"\t\t\t v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s" 12848msgstr "" 12849 12850#: config/tc-nds32.c:1938 12851msgid "" 12852"<baseline>\t Assemble for baseline <baseline>\n" 12853"\t\t\t <baseline> could be v2, v3, v3m" 12854msgstr "" 12855 12856#: config/tc-nds32.c:1941 12857msgid "" 12858"<freg>\t Specify a FPU configuration\n" 12859"\t\t\t <freg>\n" 12860"\t\t\t 0: 8 SP / 4 DP registers\n" 12861"\t\t\t 1: 16 SP / 8 DP registers\n" 12862"\t\t\t 2: 32 SP / 16 DP registers\n" 12863"\t\t\t 3: 32 SP / 32 DP registers" 12864msgstr "" 12865 12866#: config/tc-nds32.c:1947 12867msgid "" 12868"<abi>\t Specify a abi version\n" 12869"\t\t\t <abi> could be v1, v2, v2fp, v2fpp" 12870msgstr "" 12871 12872#: config/tc-nds32.c:1978 12873msgid "Multiply instructions support" 12874msgstr "" 12875 12876#: config/tc-nds32.c:1979 12877msgid "Divide instructions support" 12878msgstr "" 12879 12880#: config/tc-nds32.c:1980 12881msgid "16-bit extension" 12882msgstr "" 12883 12884#: config/tc-nds32.c:1981 12885msgid "d0/d1 registers" 12886msgstr "" 12887 12888#: config/tc-nds32.c:1982 12889msgid "Performance extension" 12890msgstr "" 12891 12892#: config/tc-nds32.c:1983 12893msgid "Performance extension 2" 12894msgstr "" 12895 12896#: config/tc-nds32.c:1984 12897msgid "String extension" 12898msgstr "" 12899 12900#: config/tc-nds32.c:1985 12901msgid "Reduced Register configuration (GPR16) option" 12902msgstr "" 12903 12904#: config/tc-nds32.c:1986 12905msgid "AUDIO ISA extension" 12906msgstr "" 12907 12908#: config/tc-nds32.c:1987 12909msgid "FPU SP extension" 12910msgstr "" 12911 12912#: config/tc-nds32.c:1988 12913msgid "FPU DP extension" 12914msgstr "" 12915 12916#: config/tc-nds32.c:1989 12917msgid "FPU fused-multiply-add instructions" 12918msgstr "" 12919 12920#: config/tc-nds32.c:2026 12921#, c-format 12922msgid "" 12923"\n" 12924" NDS32-specific assembler options:\n" 12925msgstr "" 12926 12927#: config/tc-nds32.c:2027 12928#, c-format 12929msgid "" 12930" -O1,\t\t\t Optimize for performance\n" 12931" -Os\t\t\t Optimize for space\n" 12932msgstr "" 12933 12934#: config/tc-nds32.c:2030 12935#, c-format 12936msgid "" 12937" -EL, -mel or -little Produce little endian output\n" 12938" -EB, -meb or -big Produce big endian output\n" 12939" -mpic\t\t\t Generate PIC\n" 12940" -mno-fp-as-gp-relax\t Suppress fp-as-gp relaxation for this file\n" 12941" -mb2bb-relax\t\t Back-to-back branch optimization\n" 12942" -mno-all-relax\t Suppress all relaxation for this file\n" 12943msgstr "" 12944 12945#: config/tc-nds32.c:2041 12946#, c-format 12947msgid " -m%s%s\n" 12948msgstr "" 12949 12950#: config/tc-nds32.c:2048 12951#, c-format 12952msgid " -m[no-]%-17sEnable/Disable %s\n" 12953msgstr "" 12954 12955#: config/tc-nds32.c:2052 12956#, c-format 12957msgid " -mall-ext\t\t Turn on all extensions and instructions support\n" 12958msgstr "" 12959 12960#: config/tc-nds32.c:2314 12961#, c-format 12962msgid "la must use with symbol. '%s'" 12963msgstr "" 12964 12965#: config/tc-nds32.c:2367 12966#, c-format 12967msgid "need PIC qualifier with symbol. '%s'" 12968msgstr "" 12969 12970#: config/tc-nds32.c:2402 12971#, c-format 12972msgid "Operand is not a constant. `%s'" 12973msgstr "" 12974 12975#: config/tc-nds32.c:2490 12976#, c-format 12977msgid "needs @GOT or @GOTOFF. %s" 12978msgstr "" 12979 12980#: config/tc-nds32.c:2971 12981#, c-format 12982msgid "Duplicated pseudo-opcode %s." 12983msgstr "" 12984 12985#: config/tc-nds32.c:3021 12986#, c-format 12987msgid "Too many argument. `%s'" 12988msgstr "" 12989 12990#. Logic here rejects the input arch name. 12991#: config/tc-nds32.c:3082 12992#, c-format 12993msgid "unknown arch name `%s'\n" 12994msgstr "" 12995 12996#. Logic here rejects the input baseline. 12997#: config/tc-nds32.c:3101 12998#, c-format 12999msgid "unknown baseline `%s'\n" 13000msgstr "" 13001 13002#. Logic here rejects the input FPU configuration. 13003#: config/tc-nds32.c:3124 13004#, c-format 13005msgid "unknown FPU configuration `%s'\n" 13006msgstr "" 13007 13008#. Logic here rejects the input abi version. 13009#: config/tc-nds32.c:3148 13010#, c-format 13011msgid "unknown ABI version`%s'\n" 13012msgstr "" 13013 13014#: config/tc-nds32.c:3753 13015#, c-format 13016msgid "Different arguments of .vec_size are found, previous %d, current %d" 13017msgstr "" 13018 13019#: config/tc-nds32.c:3758 13020#, c-format 13021msgid "Argument of .vec_size is expected 4 or 16, actual: %d." 13022msgstr "" 13023 13024#: config/tc-nds32.c:3762 13025msgid "Argument of .vec_size is not a constant." 13026msgstr "" 13027 13028#: config/tc-nds32.c:4298 13029#, c-format 13030msgid "Don't know how to handle this field. %s" 13031msgstr "" 13032 13033#: config/tc-nds32.c:4463 13034#, c-format 13035msgid "instruction %s requires enabling performance extension" 13036msgstr "" 13037 13038#: config/tc-nds32.c:4471 13039#, c-format 13040msgid "instruction %s requires enabling performance extension II" 13041msgstr "" 13042 13043#: config/tc-nds32.c:4479 13044#, c-format 13045msgid "instruction %s requires enabling AUDIO extension" 13046msgstr "" 13047 13048#: config/tc-nds32.c:4487 13049#, c-format 13050msgid "instruction %s requires enabling STRING extension" 13051msgstr "" 13052 13053#: config/tc-nds32.c:4496 13054#, c-format 13055msgid "instruction %s requires enabling DIV & DX_REGS extension" 13056msgstr "" 13057 13058#: config/tc-nds32.c:4507 13059#, c-format 13060msgid "instruction %s requires enabling FPU extension" 13061msgstr "" 13062 13063#: config/tc-nds32.c:4515 13064#, c-format 13065msgid "instruction %s requires enabling FPU_SP extension" 13066msgstr "" 13067 13068#: config/tc-nds32.c:4527 config/tc-nds32.c:4547 13069#, c-format 13070msgid "instruction %s requires enabling FPU_MAC extension" 13071msgstr "" 13072 13073#: config/tc-nds32.c:4535 13074#, c-format 13075msgid "instruction %s requires enabling FPU_DP extension" 13076msgstr "" 13077 13078#: config/tc-nds32.c:4557 13079#, c-format 13080msgid "instruction %s requires enabling DX_REGS extension" 13081msgstr "" 13082 13083#: config/tc-nds32.c:4748 13084#, c-format 13085msgid "relax hint unrecognized instruction: line %d." 13086msgstr "" 13087 13088#: config/tc-nds32.c:4789 13089#, c-format 13090msgid "Can not find match relax hint. line : %d" 13091msgstr "" 13092 13093#: config/tc-nds32.c:4969 13094#, c-format 13095msgid "Internal error: Relax hint error. %s: %x" 13096msgstr "" 13097 13098#: config/tc-nds32.c:5041 13099#, c-format 13100msgid "Internal error: Range error. %s" 13101msgstr "" 13102 13103#: config/tc-nds32.c:5123 13104#, c-format 13105msgid "Not support instrcution %s in the baseline." 13106msgstr "" 13107 13108#: config/tc-nds32.c:5178 13109#, c-format 13110msgid "Unrecognized opcode, %s." 13111msgstr "" 13112 13113#: config/tc-nds32.c:5181 13114#, c-format 13115msgid "Incorrect syntax, %s." 13116msgstr "" 13117 13118#: config/tc-nds32.c:5184 13119#, c-format 13120msgid "Unrecognized operand/register, %s." 13121msgstr "" 13122 13123#: config/tc-nds32.c:5187 13124#, c-format 13125msgid "Operand out of range, %s." 13126msgstr "" 13127 13128#: config/tc-nds32.c:5190 13129#, c-format 13130msgid "Prohibited register used for reduced-register, %s." 13131msgstr "" 13132 13133#: config/tc-nds32.c:5193 13134#, c-format 13135msgid "Junk at end of line, %s." 13136msgstr "" 13137 13138#: config/tc-nds32.c:5855 13139msgid "Addend to unresolved symbol is not on word boundary." 13140msgstr "" 13141 13142#. Should never here. 13143#: config/tc-nds32.c:6390 13144msgid "Used FPU instructions requires enabling FPU extension" 13145msgstr "" 13146 13147#: config/tc-nds32.c:6580 13148#, c-format 13149msgid "Internal error: Unknown fixup type %d (`%s')" 13150msgstr "" 13151 13152#: config/tc-nds32.c:6680 13153msgid "need PIC qualifier with symbol." 13154msgstr "" 13155 13156#: config/tc-nios2.c:454 13157msgid "expecting opcode string in self test mode" 13158msgstr "" 13159 13160#: config/tc-nios2.c:456 13161#, c-format 13162msgid "assembly 0x%08x, expected %s" 13163msgstr "" 13164 13165#: config/tc-nios2.c:849 13166msgid "branch offset out of range\n" 13167msgstr "" 13168 13169#: config/tc-nios2.c:850 13170msgid "branch relaxation failed\n" 13171msgstr "" 13172 13173#: config/tc-nios2.c:1146 13174msgid "error checking for overflow - broken assembler" 13175msgstr "" 13176 13177#: config/tc-nios2.c:1162 13178#, c-format 13179msgid "immediate value 0x%x truncated to 0x%x" 13180msgstr "" 13181 13182#: config/tc-nios2.c:1189 13183#, c-format 13184msgid "call target address 0x%08x out of range 0x%08x to 0x%08x" 13185msgstr "" 13186 13187#: config/tc-nios2.c:1195 13188#, c-format 13189msgid "branch offset %d out of range %d to %d" 13190msgstr "" 13191 13192#: config/tc-nios2.c:1199 13193#, c-format 13194msgid "branch offset %d out of range" 13195msgstr "" 13196 13197#: config/tc-nios2.c:1205 13198#, c-format 13199msgid "%s offset %d out of range %d to %d" 13200msgstr "" 13201 13202#: config/tc-nios2.c:1209 13203#, c-format 13204msgid "%s offset %d out of range" 13205msgstr "" 13206 13207#: config/tc-nios2.c:1214 config/tc-nios2.c:1229 13208#, c-format 13209msgid "immediate value %d out of range %d to %d" 13210msgstr "" 13211 13212#: config/tc-nios2.c:1219 config/tc-nios2.c:1224 13213#, c-format 13214msgid "immediate value %u out of range %u to %u" 13215msgstr "" 13216 13217#: config/tc-nios2.c:1234 13218#, c-format 13219msgid "custom instruction opcode %u out of range %u to %u" 13220msgstr "" 13221 13222#: config/tc-nios2.c:1239 13223msgid "overflow in immediate argument" 13224msgstr "" 13225 13226#: config/tc-nios2.c:1311 13227msgid "cannot create 64-bit relocation" 13228msgstr "" 13229 13230#: config/tc-nios2.c:1439 13231#, c-format 13232msgid "internal error: broken opcode descriptor for `%s %s'\n" 13233msgstr "" 13234 13235#: config/tc-nios2.c:1488 13236msgid "can't create relocation" 13237msgstr "" 13238 13239#: config/tc-nios2.c:1519 13240#, c-format 13241msgid "unknown register %s" 13242msgstr "" 13243 13244#: config/tc-nios2.c:1527 13245msgid "expecting control register" 13246msgstr "" 13247 13248#: config/tc-nios2.c:1529 13249msgid "illegal use of control register" 13250msgstr "" 13251 13252#: config/tc-nios2.c:1531 13253msgid "illegal use of coprocessor register" 13254msgstr "" 13255 13256#. Should never get here if we passed validation. 13257#: config/tc-nios2.c:1533 config/tc-nios2.c:1847 config/tc-nios2.c:1989 13258#: config/tc-nios2.c:2057 13259#, c-format 13260msgid "invalid register %s" 13261msgstr "" 13262 13263#: config/tc-nios2.c:1541 13264msgid "" 13265"Register at (r1) can sometimes be corrupted by assembler optimizations.\n" 13266"Use .set noat to turn off those optimizations (and this warning)." 13267msgstr "" 13268 13269#: config/tc-nios2.c:1546 13270msgid "" 13271"The debugger will corrupt bt (r25).\n" 13272"If you don't need to debug this code use .set nobreak to turn off this " 13273"warning." 13274msgstr "" 13275 13276#: config/tc-nios2.c:1550 13277msgid "" 13278"The debugger will corrupt sstatus/ba (r30).\n" 13279"If you don't need to debug this code use .set nobreak to turn off this " 13280"warning." 13281msgstr "" 13282 13283#: config/tc-nios2.c:1940 config/tc-nios2.c:1968 13284msgid "r31 cannot be used with jmp; use ret instead" 13285msgstr "" 13286 13287#: config/tc-nios2.c:1983 13288msgid "r31 cannot be used with jmpr.n; use ret.n instead" 13289msgstr "" 13290 13291#: config/tc-nios2.c:2596 config/tc-nios2.c:2623 config/tc-nios2.c:2650 13292#: config/tc-nios2.c:2681 13293#, c-format 13294msgid "Invalid constant operand %s" 13295msgstr "" 13296 13297#: config/tc-nios2.c:2998 config/tc-nios2.c:3022 13298#, c-format 13299msgid "badly formed expression near %s" 13300msgstr "" 13301 13302#: config/tc-nios2.c:3111 config/tc-nios2.c:3138 config/tc-xtensa.c:2113 13303msgid "too many arguments" 13304msgstr "" 13305 13306#: config/tc-nios2.c:3127 13307#, c-format 13308msgid "expecting %c near %s" 13309msgstr "" 13310 13311#. we cannot recover from this. 13312#: config/tc-nios2.c:3265 13313#, c-format 13314msgid "unrecognized pseudo-instruction %s" 13315msgstr "" 13316 13317#: config/tc-nios2.c:3528 config/tc-tic6x.c:232 13318#, c-format 13319msgid "unknown architecture '%s'" 13320msgstr "" 13321 13322#: config/tc-nios2.c:3609 13323msgid "Big-endian R2 is not supported." 13324msgstr "" 13325 13326#. Unrecognised instruction - error. 13327#: config/tc-nios2.c:3766 13328#, c-format 13329msgid "unrecognised instruction %s" 13330msgstr "" 13331 13332#: config/tc-nios2.c:3886 13333#, c-format 13334msgid "can't represent relocation type %s" 13335msgstr "" 13336 13337#: config/tc-nios2.c:3979 13338msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" 13339msgstr "" 13340 13341#: config/tc-nios2.c:4005 13342#, c-format 13343msgid "Illegal operands: %%tls_ldo in %d-byte data field" 13344msgstr "" 13345 13346#: config/tc-nios2.c:4017 config/tc-nios2.c:4035 config/tc-nios2.c:4042 13347#, c-format 13348msgid "Illegal operands: %%tls_ldo requires arguments in ()" 13349msgstr "" 13350 13351#: config/tc-nios2.c:4049 13352#, c-format 13353msgid "Illegal operands: garbage after %%tls_ldo()" 13354msgstr "" 13355 13356#: config/tc-ns32k.c:436 13357msgid "Invalid syntax in PC-relative addressing mode" 13358msgstr "" 13359 13360#: config/tc-ns32k.c:460 13361msgid "Invalid syntax in External addressing mode" 13362msgstr "" 13363 13364#: config/tc-ns32k.c:541 13365msgid "Invalid syntax in Memory Relative addressing mode" 13366msgstr "" 13367 13368#: config/tc-ns32k.c:608 13369msgid "Invalid scaled-indexed mode, use (b,w,d,q)" 13370msgstr "" 13371 13372#: config/tc-ns32k.c:613 13373msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}" 13374msgstr "" 13375 13376#: config/tc-ns32k.c:618 13377msgid "Scaled-indexed addressing mode combined with scaled-index" 13378msgstr "" 13379 13380#: config/tc-ns32k.c:629 13381msgid "Invalid or illegal addressing mode combined with scaled-index" 13382msgstr "" 13383 13384#: config/tc-ns32k.c:752 13385msgid "Premature end of suffix -- Defaulting to d" 13386msgstr "" 13387 13388#: config/tc-ns32k.c:765 13389msgid "Bad suffix after ':' use {b|w|d} Defaulting to d" 13390msgstr "" 13391 13392#: config/tc-ns32k.c:810 13393msgid "Very short instr to option, ie you can't do it on a NULLstr" 13394msgstr "" 13395 13396#: config/tc-ns32k.c:860 13397msgid "No such entry in list. (cpu/mmu register)" 13398msgstr "" 13399 13400#: config/tc-ns32k.c:917 13401msgid "Internal consistency error. check ns32k-opcode.h" 13402msgstr "" 13403 13404#: config/tc-ns32k.c:941 13405msgid "Address of immediate operand" 13406msgstr "" 13407 13408#: config/tc-ns32k.c:942 13409msgid "Invalid immediate write operand." 13410msgstr "" 13411 13412#: config/tc-ns32k.c:1072 13413msgid "Bad opcode-table-option, check in file ns32k-opcode.h" 13414msgstr "" 13415 13416#: config/tc-ns32k.c:1105 13417msgid "No such opcode" 13418msgstr "" 13419 13420#: config/tc-ns32k.c:1180 13421msgid "Bad suffix, defaulting to d" 13422msgstr "" 13423 13424#: config/tc-ns32k.c:1207 13425msgid "Too many operands passed to instruction" 13426msgstr "" 13427 13428#. Check error in default. 13429#: config/tc-ns32k.c:1219 13430msgid "Wrong numbers of operands in default, check ns32k-opcodes.h" 13431msgstr "" 13432 13433#: config/tc-ns32k.c:1222 13434msgid "Wrong number of operands" 13435msgstr "" 13436 13437#: config/tc-ns32k.c:1295 13438#, c-format 13439msgid "Can not do %d byte pc-relative relocation for storage type %d" 13440msgstr "" 13441 13442#: config/tc-ns32k.c:1298 13443#, c-format 13444msgid "Can not do %d byte relocation for storage type %d" 13445msgstr "" 13446 13447#: config/tc-ns32k.c:1390 13448#, c-format 13449msgid "value of %ld out of byte displacement range." 13450msgstr "" 13451 13452#: config/tc-ns32k.c:1400 13453#, c-format 13454msgid "value of %ld out of word displacement range." 13455msgstr "" 13456 13457#: config/tc-ns32k.c:1415 13458#, c-format 13459msgid "value of %ld out of double word displacement range." 13460msgstr "" 13461 13462#: config/tc-ns32k.c:1436 13463#, c-format 13464msgid "Internal logic error. line %d, file \"%s\"" 13465msgstr "" 13466 13467#: config/tc-ns32k.c:1484 13468#, c-format 13469msgid "Internal logic error. line %d, file \"%s\"" 13470msgstr "" 13471 13472#: config/tc-ns32k.c:1585 13473msgid "Bit field out of range" 13474msgstr "" 13475 13476#: config/tc-ns32k.c:1685 13477msgid "iif convert internal pcrel/binary" 13478msgstr "" 13479 13480#: config/tc-ns32k.c:1702 13481msgid "Bignum too big for long" 13482msgstr "" 13483 13484#: config/tc-ns32k.c:1779 13485msgid "iif convert internal pcrel/pointer" 13486msgstr "" 13487 13488#: config/tc-ns32k.c:1784 13489msgid "Internal logic error in iif.iifP[n].type" 13490msgstr "" 13491 13492#. We cant relax this case. 13493#: config/tc-ns32k.c:1820 13494msgid "Can't relax difference" 13495msgstr "" 13496 13497#: config/tc-ns32k.c:1861 13498msgid "Displacement too large for :d" 13499msgstr "" 13500 13501#: config/tc-ns32k.c:1874 13502msgid "Internal logic error in iif.iifP[].type" 13503msgstr "" 13504 13505#. Fatal. 13506#: config/tc-ns32k.c:1906 13507#, c-format 13508msgid "Can't hash %s: %s" 13509msgstr "" 13510 13511#: config/tc-ns32k.c:2142 13512#, c-format 13513msgid "invalid architecture option -m%s, ignored" 13514msgstr "" 13515 13516#: config/tc-ns32k.c:2155 13517#, c-format 13518msgid "invalid default displacement size \"%s\". Defaulting to %d." 13519msgstr "" 13520 13521#: config/tc-ns32k.c:2171 13522#, c-format 13523msgid "" 13524"NS32K options:\n" 13525"-m32032 | -m32532\tselect variant of NS32K architecture\n" 13526"--disp-size-default=<1|2|4>\n" 13527msgstr "" 13528 13529#: config/tc-ns32k.c:2247 13530#, c-format 13531msgid "Cannot find relocation type for symbol %s, code %d" 13532msgstr "" 13533 13534#: config/tc-pdp11.c:336 config/tc-pdp11.c:354 config/tc-pdp11.c:379 13535#: config/tc-pdp11.c:385 config/tc-pdp11.c:398 13536msgid "Bad register name" 13537msgstr "" 13538 13539#: config/tc-pdp11.c:417 config/tc-pdp11.c:481 config/tc-pdp11.c:492 13540msgid "Error in expression" 13541msgstr "" 13542 13543#: config/tc-pdp11.c:489 13544msgid "Low order bits truncated in immediate float operand" 13545msgstr "" 13546 13547#: config/tc-pdp11.c:608 13548msgid "Float AC not legal as integer operand" 13549msgstr "" 13550 13551#: config/tc-pdp11.c:628 13552msgid "General register not legal as float operand" 13553msgstr "" 13554 13555#: config/tc-pdp11.c:661 13556msgid "No instruction found" 13557msgstr "" 13558 13559#: config/tc-pdp11.c:671 config/tc-z80.c:1929 config/tc-z80.c:1942 13560#, c-format 13561msgid "Unknown instruction '%s'" 13562msgstr "" 13563 13564#: config/tc-pdp11.c:677 13565#, c-format 13566msgid "Unsupported instruction set extension: %s" 13567msgstr "" 13568 13569#: config/tc-pdp11.c:711 13570msgid "operand is not an absolute constant" 13571msgstr "" 13572 13573#: config/tc-pdp11.c:719 13574msgid "3-bit immediate out of range" 13575msgstr "" 13576 13577#: config/tc-pdp11.c:726 13578msgid "6-bit immediate out of range" 13579msgstr "" 13580 13581#: config/tc-pdp11.c:733 13582msgid "8-bit immediate out of range" 13583msgstr "" 13584 13585#: config/tc-pdp11.c:750 config/tc-pdp11.c:943 13586msgid "Symbol expected" 13587msgstr "" 13588 13589#: config/tc-pdp11.c:755 13590msgid "8-bit displacement out of range" 13591msgstr "" 13592 13593#: config/tc-pdp11.c:797 config/tc-pdp11.c:818 config/tc-pdp11.c:835 13594#: config/tc-pdp11.c:856 config/tc-pdp11.c:873 config/tc-pdp11.c:894 13595#: config/tc-pdp11.c:913 config/tc-pdp11.c:934 13596msgid "Missing ','" 13597msgstr "" 13598 13599#: config/tc-pdp11.c:948 13600msgid "6-bit displacement out of range" 13601msgstr "" 13602 13603#: config/tc-pdp11.c:969 config/tc-tilegx.c:1215 config/tc-tilepro.c:1101 13604#: config/tc-vax.c:1948 13605msgid "Too many operands" 13606msgstr "" 13607 13608#: config/tc-pdp11.c:1419 13609#, c-format 13610msgid "Can not represent %s relocation in this object file format" 13611msgstr "" 13612 13613#: config/tc-pj.c:64 config/tc-pj.c:73 13614msgid "confusing relocation expressions" 13615msgstr "" 13616 13617#: config/tc-pj.c:157 13618msgid "can't have relocation for ipush" 13619msgstr "" 13620 13621#: config/tc-pj.c:289 13622msgid "expected expression" 13623msgstr "" 13624 13625#: config/tc-pj.c:355 13626#, c-format 13627msgid "" 13628"PJ options:\n" 13629"-little\t\t\tgenerate little endian code\n" 13630"-big\t\t\tgenerate big endian code\n" 13631msgstr "" 13632 13633#: config/tc-pj.c:380 config/tc-sh.c:4147 config/tc-sh.c:4154 13634#: config/tc-sh.c:4161 config/tc-sh.c:4168 13635msgid "pcrel too far" 13636msgstr "" 13637 13638#: config/tc-ppc.c:1091 config/tc-ppc.c:1148 config/tc-ppc.c:1186 13639msgid "the use of -mvle requires big endian." 13640msgstr "" 13641 13642#: config/tc-ppc.c:1129 config/tc-ppc.c:1150 13643msgid "the use of -mvle requires -a32." 13644msgstr "" 13645 13646#: config/tc-ppc.c:1131 13647#, c-format 13648msgid "%s unsupported" 13649msgstr "" 13650 13651#: config/tc-ppc.c:1240 13652msgid "--nops needs a numeric argument" 13653msgstr "" 13654 13655#: config/tc-ppc.c:1257 13656#, c-format 13657msgid "" 13658"PowerPC options:\n" 13659"-a32 generate ELF32/XCOFF32\n" 13660"-a64 generate ELF64/XCOFF64\n" 13661"-u ignored\n" 13662"-mpwrx, -mpwr2 generate code for POWER/2 (RIOS2)\n" 13663"-mpwr generate code for POWER (RIOS1)\n" 13664"-m601 generate code for PowerPC 601\n" 13665"-mppc, -mppc32, -m603, -m604\n" 13666" generate code for PowerPC 603/604\n" 13667"-m403 generate code for PowerPC 403\n" 13668"-m405 generate code for PowerPC 405\n" 13669"-m440 generate code for PowerPC 440\n" 13670"-m464 generate code for PowerPC 464\n" 13671"-m476 generate code for PowerPC 476\n" 13672"-m7400, -m7410, -m7450, -m7455\n" 13673" generate code for PowerPC 7400/7410/7450/7455\n" 13674"-m750cl generate code for PowerPC 750cl\n" 13675"-m821, -m850, -m860 generate code for PowerPC 821/850/860\n" 13676msgstr "" 13677 13678#: config/tc-ppc.c:1276 13679#, c-format 13680msgid "" 13681"-mppc64, -m620 generate code for PowerPC 620/625/630\n" 13682"-mppc64bridge generate code for PowerPC 64, including bridge " 13683"insns\n" 13684"-mbooke generate code for 32-bit PowerPC BookE\n" 13685"-ma2 generate code for A2 architecture\n" 13686"-mpower4, -mpwr4 generate code for Power4 architecture\n" 13687"-mpower5, -mpwr5, -mpwr5x\n" 13688" generate code for Power5 architecture\n" 13689"-mpower6, -mpwr6 generate code for Power6 architecture\n" 13690"-mpower7, -mpwr7 generate code for Power7 architecture\n" 13691"-mpower8, -mpwr8 generate code for Power8 architecture\n" 13692"-mpower9, -mpwr9 generate code for Power9 architecture\n" 13693"-mcell generate code for Cell Broadband Engine " 13694"architecture\n" 13695"-mcom generate code Power/PowerPC common instructions\n" 13696"-many generate code for any architecture (PWR/PWRX/PPC)\n" 13697msgstr "" 13698 13699#: config/tc-ppc.c:1291 13700#, c-format 13701msgid "" 13702"-maltivec generate code for AltiVec\n" 13703"-mvsx generate code for Vector-Scalar (VSX) instructions\n" 13704"-mhtm generate code for Hardware Transactional Memory\n" 13705"-me300 generate code for PowerPC e300 family\n" 13706"-me500, -me500x2 generate code for Motorola e500 core complex\n" 13707"-me500mc, generate code for Freescale e500mc core complex\n" 13708"-me500mc64, generate code for Freescale e500mc64 core complex\n" 13709"-me5500, generate code for Freescale e5500 core complex\n" 13710"-me6500, generate code for Freescale e6500 core complex\n" 13711"-mspe generate code for Motorola SPE instructions\n" 13712"-mvle generate code for Freescale VLE instructions\n" 13713"-mtitan generate code for AppliedMicro Titan core complex\n" 13714"-mregnames Allow symbolic names for registers\n" 13715"-mno-regnames Do not allow symbolic names for registers\n" 13716msgstr "" 13717 13718#: config/tc-ppc.c:1307 13719#, c-format 13720msgid "" 13721"-mrelocatable support for GCC's -mrelocatble option\n" 13722"-mrelocatable-lib support for GCC's -mrelocatble-lib option\n" 13723"-memb set PPC_EMB bit in ELF flags\n" 13724"-mlittle, -mlittle-endian, -le\n" 13725" generate code for a little endian machine\n" 13726"-mbig, -mbig-endian, -be\n" 13727" generate code for a big endian machine\n" 13728"-msolaris generate code for Solaris\n" 13729"-mno-solaris do not generate code for Solaris\n" 13730"-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n" 13731"-V print assembler version number\n" 13732"-Qy, -Qn ignored\n" 13733msgstr "" 13734 13735#: config/tc-ppc.c:1321 13736#, c-format 13737msgid "" 13738"-nops=count when aligning, more than COUNT nops uses a branch\n" 13739"-ppc476-workaround warn if emitting data to code sections\n" 13740msgstr "" 13741 13742#: config/tc-ppc.c:1348 13743#, c-format 13744msgid "unknown default cpu = %s, os = %s" 13745msgstr "" 13746 13747#: config/tc-ppc.c:1376 13748msgid "neither Power nor PowerPC opcodes were selected." 13749msgstr "" 13750 13751#: config/tc-ppc.c:1436 13752#, c-format 13753msgid "mask trims opcode bits for %s" 13754msgstr "" 13755 13756#: config/tc-ppc.c:1445 13757#, c-format 13758msgid "operand index error for %s" 13759msgstr "" 13760 13761#: config/tc-ppc.c:1461 13762#, c-format 13763msgid "operand %d overlap in %s" 13764msgstr "" 13765 13766#: config/tc-ppc.c:1513 13767#, c-format 13768msgid "powerpc_operands[%d].bitm invalid" 13769msgstr "" 13770 13771#: config/tc-ppc.c:1520 13772#, c-format 13773msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]" 13774msgstr "" 13775 13776#: config/tc-ppc.c:1549 config/tc-ppc.c:1613 13777#, c-format 13778msgid "major opcode is not sorted for %s" 13779msgstr "" 13780 13781#: config/tc-ppc.c:1556 13782#, c-format 13783msgid "%s is enabled by vle flag" 13784msgstr "" 13785 13786#: config/tc-ppc.c:1563 13787#, c-format 13788msgid "%s not disabled by vle flag" 13789msgstr "" 13790 13791#: config/tc-ppc.c:1577 config/tc-ppc.c:1630 13792#, c-format 13793msgid "duplicate instruction %s" 13794msgstr "" 13795 13796#: config/tc-ppc.c:1650 13797#, c-format 13798msgid "duplicate macro %s" 13799msgstr "" 13800 13801#: config/tc-ppc.c:2032 13802msgid "symbol+offset not supported for got tls" 13803msgstr "" 13804 13805#: config/tc-ppc.c:2109 config/tc-ppc.c:3598 config/tc-ppc.c:7003 13806msgid "data in executable section" 13807msgstr "" 13808 13809#: config/tc-ppc.c:2150 config/tc-ppc.c:5238 13810msgid "expected comma after symbol-name: rest of line ignored." 13811msgstr "" 13812 13813#: config/tc-ppc.c:2183 config/tc-ppc.c:5274 13814#, c-format 13815msgid "ignoring attempt to re-define symbol `%s'." 13816msgstr "" 13817 13818#: config/tc-ppc.c:2191 13819#, c-format 13820msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld." 13821msgstr "" 13822 13823#: config/tc-ppc.c:2209 13824msgid "common alignment not a power of 2" 13825msgstr "" 13826 13827#: config/tc-ppc.c:2251 13828#, c-format 13829msgid "expected comma after name `%s' in .localentry directive" 13830msgstr "" 13831 13832#: config/tc-ppc.c:2261 13833msgid "missing expression in .localentry directive" 13834msgstr "" 13835 13836#: config/tc-ppc.c:2275 13837#, c-format 13838msgid ".localentry expression for `%s' is not a valid power of 2" 13839msgstr "" 13840 13841#: config/tc-ppc.c:2289 13842#, c-format 13843msgid ".localentry expression for `%s' does not evaluate to a constant" 13844msgstr "" 13845 13846#: config/tc-ppc.c:2304 13847msgid "missing expression in .abiversion directive" 13848msgstr "" 13849 13850#: config/tc-ppc.c:2313 13851msgid ".abiversion expression does not evaluate to a constant" 13852msgstr "" 13853 13854#: config/tc-ppc.c:2365 13855msgid "relocation cannot be done when using -mrelocatable" 13856msgstr "" 13857 13858#: config/tc-ppc.c:2411 13859msgid "TOC section size exceeds 64k" 13860msgstr "" 13861 13862#: config/tc-ppc.c:2506 13863#, c-format 13864msgid "syntax error: invalid toc specifier `%s'" 13865msgstr "" 13866 13867#: config/tc-ppc.c:2520 13868#, c-format 13869msgid "syntax error: expected `]', found `%c'" 13870msgstr "" 13871 13872#: config/tc-ppc.c:2645 13873#, c-format 13874msgid "unrecognized opcode: `%s'" 13875msgstr "" 13876 13877#: config/tc-ppc.c:2834 13878msgid "[tocv] symbol is not a toc symbol" 13879msgstr "" 13880 13881#: config/tc-ppc.c:2845 13882msgid "unimplemented toc32 expression modifier" 13883msgstr "" 13884 13885#: config/tc-ppc.c:2850 13886msgid "unimplemented toc64 expression modifier" 13887msgstr "" 13888 13889#: config/tc-ppc.c:2854 13890#, c-format 13891msgid "Unexpected return value [%d] from parse_toc_entry!\n" 13892msgstr "" 13893 13894#: config/tc-ppc.c:3060 13895#, c-format 13896msgid "@tls may not be used with \"%s\" operands" 13897msgstr "" 13898 13899#: config/tc-ppc.c:3063 13900msgid "@tls may only be used in last operand" 13901msgstr "" 13902 13903#: config/tc-ppc.c:3193 13904#, c-format 13905msgid "assuming %s on symbol" 13906msgstr "" 13907 13908#: config/tc-ppc.c:3296 13909msgid "unsupported relocation for DS offset field" 13910msgstr "" 13911 13912#: config/tc-ppc.c:3338 13913#, c-format 13914msgid "syntax error; end of line, expected `%c'" 13915msgstr "" 13916 13917#: config/tc-ppc.c:3340 13918#, c-format 13919msgid "syntax error; found `%c', expected `%c'" 13920msgstr "" 13921 13922#: config/tc-ppc.c:3406 config/tc-ppc.c:6357 13923msgid "instruction address is not a multiple of 4" 13924msgstr "" 13925 13926#: config/tc-ppc.c:3635 13927msgid "missing size" 13928msgstr "" 13929 13930#: config/tc-ppc.c:3644 13931msgid "negative size" 13932msgstr "" 13933 13934#: config/tc-ppc.c:3676 13935msgid "missing real symbol name" 13936msgstr "" 13937 13938#: config/tc-ppc.c:3715 13939msgid "attempt to redefine symbol" 13940msgstr "" 13941 13942#: config/tc-ppc.c:3978 13943#, c-format 13944msgid "no known dwarf XCOFF section for flag 0x%08x\n" 13945msgstr "" 13946 13947#: config/tc-ppc.c:3991 13948#, c-format 13949msgid "label %s was not defined in this dwarf section" 13950msgstr "" 13951 13952#: config/tc-ppc.c:4105 13953msgid "the XCOFF file format does not support arbitrary sections" 13954msgstr "" 13955 13956#: config/tc-ppc.c:4176 13957msgid ".ref outside .csect" 13958msgstr "" 13959 13960#: config/tc-ppc.c:4197 config/tc-ppc.c:4397 13961msgid "missing symbol name" 13962msgstr "" 13963 13964#: config/tc-ppc.c:4227 13965msgid "missing rename string" 13966msgstr "" 13967 13968#: config/tc-ppc.c:4257 config/tc-ppc.c:4796 read.c:3514 13969msgid "missing value" 13970msgstr "" 13971 13972#: config/tc-ppc.c:4275 13973msgid "illegal .stabx expression; zero assumed" 13974msgstr "" 13975 13976#: config/tc-ppc.c:4307 13977msgid "missing class" 13978msgstr "" 13979 13980#: config/tc-ppc.c:4316 13981msgid "missing type" 13982msgstr "" 13983 13984#: config/tc-ppc.c:4343 13985msgid ".stabx of storage class stsym must be within .bs/.es" 13986msgstr "" 13987 13988#: config/tc-ppc.c:4584 13989msgid "nested .bs blocks" 13990msgstr "" 13991 13992#: config/tc-ppc.c:4615 13993msgid ".es without preceding .bs" 13994msgstr "" 13995 13996#: config/tc-ppc.c:4788 13997msgid "non-constant byte count" 13998msgstr "" 13999 14000#: config/tc-ppc.c:4862 14001msgid ".tc not in .toc section" 14002msgstr "" 14003 14004#: config/tc-ppc.c:4880 14005msgid ".tc with no label" 14006msgstr "" 14007 14008#: config/tc-ppc.c:4964 config/tc-s390.c:1929 14009msgid ".machine stack overflow" 14010msgstr "" 14011 14012#: config/tc-ppc.c:4971 config/tc-s390.c:1940 14013msgid ".machine stack underflow" 14014msgstr "" 14015 14016#: config/tc-ppc.c:4978 config/tc-s390.c:1952 14017#, c-format 14018msgid "invalid machine `%s'" 14019msgstr "" 14020 14021#: config/tc-ppc.c:5010 14022msgid "no previous section to return to, ignored." 14023msgstr "" 14024 14025#: config/tc-ppc.c:5283 14026#, c-format 14027msgid "length of .comm \"%s\" is already %ld. Not changed to %ld." 14028msgstr "" 14029 14030#. Section Contents 14031#. unknown 14032#: config/tc-ppc.c:5411 14033msgid "unsupported section attribute -- 'a'" 14034msgstr "" 14035 14036#: config/tc-ppc.c:5594 14037msgid "bad symbol suffix" 14038msgstr "" 14039 14040#: config/tc-ppc.c:5687 14041msgid "unrecognized symbol suffix" 14042msgstr "" 14043 14044#: config/tc-ppc.c:5774 14045msgid "two .function pseudo-ops with no intervening .ef" 14046msgstr "" 14047 14048#: config/tc-ppc.c:5787 14049msgid ".ef with no preceding .function" 14050msgstr "" 14051 14052#: config/tc-ppc.c:5916 14053#, c-format 14054msgid "warning: symbol %s has no csect" 14055msgstr "" 14056 14057#: config/tc-ppc.c:6178 14058msgid "symbol in .toc does not match any .tc" 14059msgstr "" 14060 14061#: config/tc-ppc.c:6767 14062#, c-format 14063msgid "%s unsupported as instruction fixup" 14064msgstr "" 14065 14066#: config/tc-ppc.c:6841 14067#, c-format 14068msgid "unsupported relocation against %s" 14069msgstr "" 14070 14071#: config/tc-ppc.c:6986 14072#, c-format 14073msgid "Gas failure, reloc value %d\n" 14074msgstr "" 14075 14076#: config/tc-ppc.c:7070 14077#, c-format 14078msgid "cannot emit PC relative %s relocation against %s" 14079msgstr "" 14080 14081#: config/tc-ppc.c:7077 14082msgid "unable to resolve expression" 14083msgstr "" 14084 14085#: config/tc-rl78.c:215 14086msgid "16-bit relocation used in 8-bit operand" 14087msgstr "" 14088 14089#: config/tc-rl78.c:219 14090msgid "8-bit relocation used in 16-bit operand" 14091msgstr "" 14092 14093#: config/tc-rl78.c:245 config/tc-rx.c:883 14094#, c-format 14095msgid "Value %d doesn't fit in unsigned %d-bit field" 14096msgstr "" 14097 14098#: config/tc-rl78.c:251 config/tc-rx.c:889 14099#, c-format 14100msgid "Value %d doesn't fit in signed %d-bit field" 14101msgstr "" 14102 14103#: config/tc-rl78.c:369 14104#, c-format 14105msgid " RL78 specific command line options:\n" 14106msgstr "" 14107 14108#: config/tc-rl78.c:370 14109#, c-format 14110msgid " --mrelax Enable link time relaxation\n" 14111msgstr "" 14112 14113#: config/tc-rl78.c:371 14114#, c-format 14115msgid " --mg10 Enable support for G10 variant\n" 14116msgstr "" 14117 14118#: config/tc-rl78.c:372 14119#, c-format 14120msgid " --mg13 Selects the G13 core.\n" 14121msgstr "" 14122 14123#: config/tc-rl78.c:373 14124#, c-format 14125msgid " --mg14 Selects the G14 core [default]\n" 14126msgstr "" 14127 14128#: config/tc-rl78.c:374 14129#, c-format 14130msgid " --mrl78 Alias for --mg14\n" 14131msgstr "" 14132 14133#: config/tc-rl78.c:375 14134#, c-format 14135msgid " --m32bit-doubles [default]\n" 14136msgstr "" 14137 14138#: config/tc-rl78.c:376 14139#, c-format 14140msgid " --m64bit-doubles Source code uses 64-bit doubles\n" 14141msgstr "" 14142 14143#: config/tc-rl78.c:452 14144#, c-format 14145msgid "%%%s() must be outermost term in expression" 14146msgstr "" 14147 14148#: config/tc-rl78.c:680 config/tc-rx.c:2221 14149#, c-format 14150msgid "unsupported constant size %d\n" 14151msgstr "" 14152 14153#: config/tc-rl78.c:696 14154#, c-format 14155msgid "%%hi16/%%lo16 only applies to .short or .hword" 14156msgstr "" 14157 14158#: config/tc-rl78.c:706 14159#, c-format 14160msgid "%%hi8 only applies to .byte" 14161msgstr "" 14162 14163#: config/tc-rl78.c:718 config/tc-rx.c:2228 14164msgid "difference of two symbols only supported with .long, .short, or .byte" 14165msgstr "" 14166 14167#: config/tc-rl78.c:1240 config/tc-rx.c:2155 14168#, c-format 14169msgid "bad frag at %p : fix %ld addr %ld %ld \n" 14170msgstr "" 14171 14172#: config/tc-rl78.c:1456 14173#, c-format 14174msgid "value of %ld too large for 8-bit branch" 14175msgstr "" 14176 14177#: config/tc-rl78.c:1467 14178#, c-format 14179msgid "value of %ld too large for 16-bit branch" 14180msgstr "" 14181 14182#: config/tc-rl78.c:1516 config/tc-rx.c:2418 14183#, c-format 14184msgid "Unknown reloc in md_apply_fix: %s" 14185msgstr "" 14186 14187#: config/tc-rx.c:191 14188#, c-format 14189msgid "unrecognised RX CPU type %s" 14190msgstr "" 14191 14192#: config/tc-rx.c:206 14193#, c-format 14194msgid " RX specific command line options:\n" 14195msgstr "" 14196 14197#: config/tc-rx.c:207 14198#, c-format 14199msgid " --mbig-endian-data\n" 14200msgstr "" 14201 14202#: config/tc-rx.c:208 14203#, c-format 14204msgid " --mlittle-endian-data [default]\n" 14205msgstr "" 14206 14207#: config/tc-rx.c:209 14208#, c-format 14209msgid " --m32bit-doubles [default]\n" 14210msgstr "" 14211 14212#: config/tc-rx.c:210 14213#, c-format 14214msgid " --m64bit-doubles\n" 14215msgstr "" 14216 14217#: config/tc-rx.c:211 14218#, c-format 14219msgid " --muse-conventional-section-names\n" 14220msgstr "" 14221 14222#: config/tc-rx.c:212 14223#, c-format 14224msgid " --muse-renesas-section-names [default]\n" 14225msgstr "" 14226 14227#: config/tc-rx.c:213 14228#, c-format 14229msgid " --msmall-data-limit\n" 14230msgstr "" 14231 14232#: config/tc-rx.c:214 14233#, c-format 14234msgid " --mrelax\n" 14235msgstr "" 14236 14237#: config/tc-rx.c:215 14238#, c-format 14239msgid " --mpid\n" 14240msgstr "" 14241 14242#: config/tc-rx.c:216 14243#, c-format 14244msgid " --mint-register=<value>\n" 14245msgstr "" 14246 14247#: config/tc-rx.c:217 14248#, c-format 14249msgid " --mcpu=<rx100|rx200|rx600|rx610|rxv2>\n" 14250msgstr "" 14251 14252#: config/tc-rx.c:218 14253#, c-format 14254msgid " --mno-allow-string-insns" 14255msgstr "" 14256 14257#: config/tc-rx.c:298 14258msgid "no filename following .INCLUDE pseudo-op" 14259msgstr "" 14260 14261#: config/tc-rx.c:401 14262#, c-format 14263msgid "unable to locate include file: %s" 14264msgstr "" 14265 14266#: config/tc-rx.c:452 14267#, c-format 14268msgid "unrecognised alignment value in .SECTION directive: %s" 14269msgstr "" 14270 14271#: config/tc-rx.c:469 14272#, c-format 14273msgid "unknown parameter following .SECTION directive: %s" 14274msgstr "" 14275 14276#: config/tc-rx.c:555 14277msgid "expecting either ON or OFF after .list" 14278msgstr "" 14279 14280#: config/tc-rx.c:591 14281#, c-format 14282msgid "The \".%s\" pseudo-op is not implemented\n" 14283msgstr "" 14284 14285#: config/tc-rx.c:1096 14286msgid "The .DEFINE pseudo-op is not implemented" 14287msgstr "" 14288 14289#: config/tc-rx.c:1098 14290msgid "The .MACRO pseudo-op is not implemented" 14291msgstr "" 14292 14293#: config/tc-rx.c:1100 14294msgid "The .BTEQU pseudo-op is not implemented." 14295msgstr "" 14296 14297#: config/tc-rx.c:2085 14298msgid "invalid immediate size" 14299msgstr "" 14300 14301#: config/tc-rx.c:2104 14302msgid "invalid immediate field position" 14303msgstr "" 14304 14305#: config/tc-rx.c:2272 14306#, c-format 14307msgid "jump not 3..10 bytes away (is %d)" 14308msgstr "" 14309 14310#: config/tc-rx.c:2661 14311msgid "" 14312"Use of an RX string instruction detected in a file being assembled without " 14313"string instruction support" 14314msgstr "" 14315 14316#: config/tc-s390.c:235 config/tc-sparc.c:325 14317msgid "Invalid default architecture, broken assembler." 14318msgstr "" 14319 14320#: config/tc-s390.c:350 14321#, c-format 14322msgid "no such machine extension `%s'" 14323msgstr "" 14324 14325#: config/tc-s390.c:361 14326#, c-format 14327msgid "junk at end of machine string, first unrecognized character is `%c'" 14328msgstr "" 14329 14330#: config/tc-s390.c:428 config/tc-sparc.c:536 14331#, c-format 14332msgid "invalid architecture -A%s" 14333msgstr "" 14334 14335#: config/tc-s390.c:451 14336#, c-format 14337msgid "" 14338" S390 options:\n" 14339" -mregnames Allow symbolic names for registers\n" 14340" -mwarn-areg-zero Warn about zero base/index registers\n" 14341" -mno-regnames Do not allow symbolic names for registers\n" 14342" -m31 Set file format to 31 bit format\n" 14343" -m64 Set file format to 64 bit format\n" 14344msgstr "" 14345 14346#: config/tc-s390.c:458 14347#, c-format 14348msgid "" 14349" -V print assembler version number\n" 14350" -Qy, -Qn ignored\n" 14351msgstr "" 14352 14353#: config/tc-s390.c:542 14354msgid "The 64 bit file format is used without esame instructions." 14355msgstr "" 14356 14357#: config/tc-s390.c:558 14358#, c-format 14359msgid "Internal assembler error for instruction format %s" 14360msgstr "" 14361 14362#: config/tc-s390.c:604 14363#, c-format 14364msgid "operand out of range (%s not between %ld and %ld)" 14365msgstr "" 14366 14367#: config/tc-s390.c:829 14368#, c-format 14369msgid "identifier+constant@%s means identifier@%s+constant" 14370msgstr "" 14371 14372#: config/tc-s390.c:910 14373msgid "Can't handle O_big in s390_exp_compare" 14374msgstr "" 14375 14376#: config/tc-s390.c:991 14377msgid "Invalid suffix for literal pool entry" 14378msgstr "" 14379 14380#: config/tc-s390.c:1048 14381msgid "Big number is too big" 14382msgstr "" 14383 14384#: config/tc-s390.c:1195 14385msgid "relocation not applicable" 14386msgstr "" 14387 14388#: config/tc-s390.c:1319 14389msgid "invalid length field specified" 14390msgstr "" 14391 14392#: config/tc-s390.c:1323 14393msgid "index register specified but zero" 14394msgstr "" 14395 14396#: config/tc-s390.c:1327 14397msgid "base register specified but zero" 14398msgstr "" 14399 14400#: config/tc-s390.c:1331 14401msgid "odd numbered general purpose register specified as register pair" 14402msgstr "" 14403 14404#: config/tc-s390.c:1339 14405msgid "" 14406"invalid floating point register pair. Valid fp register pair operands are " 14407"0, 1, 4, 5, 8, 9, 12 or 13." 14408msgstr "" 14409 14410#: config/tc-s390.c:1428 14411msgid "invalid operand suffix" 14412msgstr "" 14413 14414#: config/tc-s390.c:1451 14415msgid "syntax error; missing '(' after displacement" 14416msgstr "" 14417 14418#: config/tc-s390.c:1467 config/tc-s390.c:1511 config/tc-s390.c:1545 14419msgid "syntax error; expected ," 14420msgstr "" 14421 14422#: config/tc-s390.c:1499 14423msgid "syntax error; missing ')' after base register" 14424msgstr "" 14425 14426#: config/tc-s390.c:1528 14427msgid "syntax error; ')' not allowed here" 14428msgstr "" 14429 14430#: config/tc-s390.c:1667 14431#, c-format 14432msgid "Opcode %s not available in this mode" 14433msgstr "" 14434 14435#: config/tc-s390.c:1722 config/tc-s390.c:1745 config/tc-s390.c:1758 14436msgid "Invalid .insn format\n" 14437msgstr "" 14438 14439#: config/tc-s390.c:1730 14440#, c-format 14441msgid "Unrecognized opcode format: `%s'" 14442msgstr "" 14443 14444#: config/tc-s390.c:1761 14445msgid "second operand of .insn not a constant\n" 14446msgstr "" 14447 14448#: config/tc-s390.c:1764 14449msgid "missing comma after insn constant\n" 14450msgstr "" 14451 14452#: config/tc-s390.c:2001 14453msgid ".machinemode stack overflow" 14454msgstr "" 14455 14456#: config/tc-s390.c:2008 14457msgid ".machinemode stack underflow" 14458msgstr "" 14459 14460#: config/tc-s390.c:2025 14461#, c-format 14462msgid "invalid machine mode `%s'" 14463msgstr "" 14464 14465#: config/tc-s390.c:2225 14466#, c-format 14467msgid "cannot emit relocation %s against subsy symbol %s" 14468msgstr "" 14469 14470#: config/tc-s390.c:2329 14471msgid "unsupported relocation type" 14472msgstr "" 14473 14474#: config/tc-s390.c:2384 14475#, c-format 14476msgid "cannot emit PC relative %s relocation%s%s" 14477msgstr "" 14478 14479#: config/tc-s390.c:2523 14480#, c-format 14481msgid "Gas failure, reloc type %s\n" 14482msgstr "" 14483 14484#: config/tc-s390.c:2525 14485#, c-format 14486msgid "Gas failure, reloc type #%i\n" 14487msgstr "" 14488 14489#: config/tc-score.c:260 14490msgid "div / mul are reserved instructions" 14491msgstr "" 14492 14493#: config/tc-score.c:261 14494msgid "This architecture doesn't support mmu" 14495msgstr "" 14496 14497#: config/tc-score.c:262 14498msgid "This architecture doesn't support atomic instruction" 14499msgstr "" 14500 14501#: config/tc-score.c:469 14502msgid "S+core register expected" 14503msgstr "" 14504 14505#: config/tc-score.c:470 14506msgid "S+core special-register expected" 14507msgstr "" 14508 14509#: config/tc-score.c:471 14510msgid "S+core co-processor register expected" 14511msgstr "" 14512 14513#: config/tc-score.c:1074 config/tc-score.c:2068 14514msgid "Using temp register(r1)" 14515msgstr "" 14516 14517#: config/tc-score.c:1093 14518#, c-format 14519msgid "register expected, not '%.100s'" 14520msgstr "" 14521 14522#: config/tc-score.c:1149 config/tc-score.c:5485 14523msgid "rd must be even number." 14524msgstr "" 14525 14526#: config/tc-score.c:1513 config/tc-score.c:1520 14527#, c-format 14528msgid "invalid constant: %d bit expression not in range %u..%u" 14529msgstr "" 14530 14531#: config/tc-score.c:1526 config/tc-score.c:1533 config/tc-score.c:2895 14532#: config/tc-score.c:2900 config/tc-score.c:3165 config/tc-score.c:3170 14533#: config/tc-score.c:3462 14534#, c-format 14535msgid "invalid constant: %d bit expression not in range %d..%d" 14536msgstr "" 14537 14538#: config/tc-score.c:1558 14539msgid "invalid constant: bit expression not defined" 14540msgstr "" 14541 14542#: config/tc-score.c:2082 14543#, c-format 14544msgid "low register(r0-r15)expected, not '%.100s'" 14545msgstr "" 14546 14547#: config/tc-score.c:2144 config/tc-score.c:3482 config/tc-score.c:3650 14548#: config/tc-score.c:3695 14549#, c-format 14550msgid "missing [" 14551msgstr "" 14552 14553#: config/tc-score.c:2158 config/tc-score.c:3103 config/tc-score.c:3305 14554#: config/tc-score.c:3321 config/tc-score.c:3392 config/tc-score.c:3447 14555#: config/tc-score.c:3671 config/tc-score.c:3716 config/tc-score.c:3865 14556#: config/tc-score.c:3919 config/tc-score.c:3965 14557#, c-format 14558msgid "missing ]" 14559msgstr "" 14560 14561#: config/tc-score.c:2347 14562#, c-format 14563msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)" 14564msgstr "" 14565 14566#: config/tc-score.c:2366 14567#, c-format 14568msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)" 14569msgstr "" 14570 14571#: config/tc-score.c:2382 config/tc-score.c:2389 14572#, c-format 14573msgid "data dependency: %s %s -- %s %s (%d/%d bubble)" 14574msgstr "" 14575 14576#: config/tc-score.c:2838 14577msgid "address offset must be half word alignment" 14578msgstr "" 14579 14580#: config/tc-score.c:2846 14581msgid "address offset must be word alignment" 14582msgstr "" 14583 14584#: config/tc-score.c:2986 config/tc-score.c:3123 14585msgid "register same as write-back base" 14586msgstr "" 14587 14588#: config/tc-score.c:3093 14589msgid "pre-indexed expression expected" 14590msgstr "" 14591 14592#: config/tc-score.c:3422 14593#, c-format 14594msgid "invalid register number: %d is not in [r0--r7]" 14595msgstr "" 14596 14597#: config/tc-score.c:3439 14598msgid "comma is expected" 14599msgstr "" 14600 14601#: config/tc-score.c:3470 14602#, c-format 14603msgid "invalid constant: %d is not word align integer" 14604msgstr "" 14605 14606#: config/tc-score.c:3509 config/tc-score.c:3552 14607msgid "invalid constant: 32 bit expression not word align" 14608msgstr "" 14609 14610#: config/tc-score.c:3518 config/tc-score.c:3561 14611msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]" 14612msgstr "" 14613 14614#: config/tc-score.c:3594 14615msgid "" 14616"invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]" 14617msgstr "" 14618 14619#: config/tc-score.c:3783 config/tc-score.c:3811 14620msgid "imm5 should >= 2" 14621msgstr "" 14622 14623#: config/tc-score.c:3788 config/tc-score.c:3817 14624msgid "reg should <= 31" 14625msgstr "" 14626 14627#: config/tc-score.c:3859 config/tc-score.c:3910 14628msgid "missing +" 14629msgstr "" 14630 14631#: config/tc-score.c:3903 14632#, c-format 14633msgid "%s register same as write-back base" 14634msgstr "" 14635 14636#: config/tc-score.c:3905 14637msgid "destination" 14638msgstr "" 14639 14640#: config/tc-score.c:3905 14641msgid "source" 14642msgstr "" 14643 14644#: config/tc-score.c:4235 config/tc-score.c:4311 config/tc-score.c:4946 14645msgid "expression error" 14646msgstr "" 14647 14648#: config/tc-score.c:4241 14649msgid "value not in range [0, 0xffffffff]" 14650msgstr "" 14651 14652#: config/tc-score.c:4317 14653msgid "value not in range [-0xffffffff, 0xffffffff]" 14654msgstr "" 14655 14656#: config/tc-score.c:4345 14657msgid "li rd label isn't correct instruction form" 14658msgstr "" 14659 14660#: config/tc-score.c:4515 config/tc-score.c:4670 config/tc-score.c:5197 14661#: config/tc-score.c:5225 14662msgid "lacking label " 14663msgstr "" 14664 14665#: config/tc-score.c:4896 14666msgid "s3_PIC code offset overflow (max 16 signed bits)" 14667msgstr "" 14668 14669#: config/tc-score.c:4952 14670msgid "value not in range [0, 0x7fffffff]" 14671msgstr "" 14672 14673#: config/tc-score.c:4957 14674msgid "end on line error" 14675msgstr "" 14676 14677#: config/tc-score.c:5204 14678msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]" 14679msgstr "" 14680 14681#: config/tc-score.c:5231 14682msgid "invalid constant: 20 bit expression not in range -2^19..2^19" 14683msgstr "" 14684 14685#: config/tc-score.c:5264 14686msgid "lacking label" 14687msgstr "" 14688 14689#: config/tc-score.c:5269 14690msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]" 14691msgstr "" 14692 14693#: config/tc-score.c:5365 14694msgid "pce instruction error (16 bit || 16 bit)'" 14695msgstr "" 14696 14697#: config/tc-score.c:5383 config/tc-score.c:5407 config/tc-score.c:5434 14698#: config/tc-score.c:5463 config/tc-score.c:5512 14699msgid "score3d instruction." 14700msgstr "" 14701 14702#: config/tc-score.c:6030 14703msgid "Unsupported use of .gpword" 14704msgstr "" 14705 14706#: config/tc-score.c:6126 14707#, c-format 14708msgid "BSS length (%d) < 0 ignored" 14709msgstr "" 14710 14711#: config/tc-score.c:6141 read.c:2466 14712#, c-format 14713msgid "error setting flags for \".sbss\": %s" 14714msgstr "" 14715 14716#: config/tc-score.c:6155 config/tc-sparc.c:4143 14717msgid "missing alignment" 14718msgstr "" 14719 14720#: config/tc-score.c:6192 14721#, c-format 14722msgid "alignment too large; %d assumed" 14723msgstr "" 14724 14725#: config/tc-score.c:6197 read.c:2527 14726msgid "alignment negative; 0 assumed" 14727msgstr "" 14728 14729#. Error routine. 14730#: config/tc-score.c:6607 config/tc-score.c:6631 14731msgid "size is not 4 or 6" 14732msgstr "" 14733 14734#: config/tc-score.c:6690 14735msgid "bad call to MD_ATOF()" 14736msgstr "" 14737 14738#: config/tc-score.c:7197 14739#, c-format 14740msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]" 14741msgstr "" 14742 14743#: config/tc-score.c:7212 config/tc-score.c:7241 config/tc-score.c:7293 14744#, c-format 14745msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]" 14746msgstr "" 14747 14748#: config/tc-score.c:7263 config/tc-score.c:7318 14749#, c-format 14750msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]" 14751msgstr "" 14752 14753#: config/tc-score.c:7487 14754#, c-format 14755msgid "cannot represent %s relocation in this object file format1" 14756msgstr "" 14757 14758#: config/tc-score.c:7778 14759#, c-format 14760msgid "Sunplus-v2-0-0-20060510\n" 14761msgstr "" 14762 14763#: config/tc-score.c:7798 14764#, c-format 14765msgid " Score-specific assembler options:\n" 14766msgstr "" 14767 14768#: config/tc-score.c:7800 14769#, c-format 14770msgid " -EB\t\tassemble code for a big-endian cpu\n" 14771msgstr "" 14772 14773#: config/tc-score.c:7805 14774#, c-format 14775msgid " -EL\t\tassemble code for a little-endian cpu\n" 14776msgstr "" 14777 14778#: config/tc-score.c:7809 14779#, c-format 14780msgid " -FIXDD\t\tassemble code for fix data dependency\n" 14781msgstr "" 14782 14783#: config/tc-score.c:7811 14784#, c-format 14785msgid "" 14786" -NWARN\t\tassemble code for no warning message for fix data " 14787"dependency\n" 14788msgstr "" 14789 14790#: config/tc-score.c:7813 14791#, c-format 14792msgid " -SCORE5\t\tassemble code for target is SCORE5\n" 14793msgstr "" 14794 14795#: config/tc-score.c:7815 14796#, c-format 14797msgid " -SCORE5U\tassemble code for target is SCORE5U\n" 14798msgstr "" 14799 14800#: config/tc-score.c:7817 14801#, c-format 14802msgid "" 14803" -SCORE7\t\tassemble code for target is SCORE7, this is default " 14804"setting\n" 14805msgstr "" 14806 14807#: config/tc-score.c:7819 14808#, c-format 14809msgid " -SCORE3\t\tassemble code for target is SCORE3\n" 14810msgstr "" 14811 14812#: config/tc-score.c:7821 14813#, c-format 14814msgid "" 14815" -march=score7\tassemble code for target is SCORE7, this is default " 14816"setting\n" 14817msgstr "" 14818 14819#: config/tc-score.c:7823 14820#, c-format 14821msgid " -march=score3\tassemble code for target is SCORE3\n" 14822msgstr "" 14823 14824#: config/tc-score.c:7825 14825#, c-format 14826msgid "" 14827" -USE_R1\t\tassemble code for no warning message when using temp " 14828"register r1\n" 14829msgstr "" 14830 14831#: config/tc-score.c:7827 14832#, c-format 14833msgid " -KPIC\t\tassemble code for PIC\n" 14834msgstr "" 14835 14836#: config/tc-score.c:7829 14837#, c-format 14838msgid " -O0\t\tassembler will not perform any optimizations\n" 14839msgstr "" 14840 14841#: config/tc-score.c:7831 14842#, c-format 14843msgid "" 14844" -G gpnum\tassemble code for setting gpsize and default is 8 byte\n" 14845msgstr "" 14846 14847#: config/tc-score.c:7833 14848#, c-format 14849msgid " -V \t\tSunplus release version \n" 14850msgstr "" 14851 14852#: config/tc-sh.c:62 14853msgid "directive .big encountered when option -big required" 14854msgstr "" 14855 14856#: config/tc-sh.c:72 14857msgid "directive .little encountered when option -little required" 14858msgstr "" 14859 14860#: config/tc-sh.c:1422 14861msgid "illegal double indirection" 14862msgstr "" 14863 14864#: config/tc-sh.c:1431 14865msgid "illegal register after @-" 14866msgstr "" 14867 14868#: config/tc-sh.c:1447 14869msgid "must be @(r0,...)" 14870msgstr "" 14871 14872#: config/tc-sh.c:1471 14873msgid "syntax error in @(r0,...)" 14874msgstr "" 14875 14876#: config/tc-sh.c:1476 14877msgid "syntax error in @(r0...)" 14878msgstr "" 14879 14880#: config/tc-sh.c:1521 14881msgid "Deprecated syntax." 14882msgstr "" 14883 14884#: config/tc-sh.c:1533 config/tc-sh.c:1538 14885msgid "syntax error in @(disp,[Rn, gbr, pc])" 14886msgstr "" 14887 14888#: config/tc-sh.c:1543 14889msgid "expecting )" 14890msgstr "" 14891 14892#: config/tc-sh.c:1551 14893msgid "illegal register after @" 14894msgstr "" 14895 14896#: config/tc-sh.c:2192 14897#, c-format 14898msgid "unhandled %d\n" 14899msgstr "" 14900 14901#: config/tc-sh.c:2403 14902#, c-format 14903msgid "Invalid register: 'r%d'" 14904msgstr "" 14905 14906#: config/tc-sh.c:2513 14907#, c-format 14908msgid "failed for %d\n" 14909msgstr "" 14910 14911#: config/tc-sh.c:2519 14912msgid "misplaced PIC operand" 14913msgstr "" 14914 14915#: config/tc-sh.c:2630 config/tc-sh.c:3029 14916msgid "invalid operands for opcode" 14917msgstr "" 14918 14919#: config/tc-sh.c:2635 14920msgid "insn can't be combined with parallel processing insn" 14921msgstr "" 14922 14923#: config/tc-sh.c:2642 config/tc-sh.c:2653 config/tc-sh.c:2685 14924msgid "multiple movx specifications" 14925msgstr "" 14926 14927#: config/tc-sh.c:2647 config/tc-sh.c:2669 config/tc-sh.c:2708 14928msgid "multiple movy specifications" 14929msgstr "" 14930 14931#: config/tc-sh.c:2656 config/tc-sh.c:2689 14932msgid "invalid movx address register" 14933msgstr "" 14934 14935#: config/tc-sh.c:2658 14936msgid "insn cannot be combined with non-nopy" 14937msgstr "" 14938 14939#: config/tc-sh.c:2672 config/tc-sh.c:2728 14940msgid "invalid movy address register" 14941msgstr "" 14942 14943#: config/tc-sh.c:2674 14944msgid "insn cannot be combined with non-nopx" 14945msgstr "" 14946 14947#: config/tc-sh.c:2687 14948msgid "previous movy requires nopx" 14949msgstr "" 14950 14951#: config/tc-sh.c:2695 config/tc-sh.c:2700 14952msgid "invalid movx dsp register" 14953msgstr "" 14954 14955#: config/tc-sh.c:2710 14956msgid "previous movx requires nopy" 14957msgstr "" 14958 14959#: config/tc-sh.c:2719 config/tc-sh.c:2724 14960msgid "invalid movy dsp register" 14961msgstr "" 14962 14963#: config/tc-sh.c:2734 14964msgid "dsp immediate shift value not constant" 14965msgstr "" 14966 14967#: config/tc-sh.c:2748 config/tc-sh.c:2774 14968msgid "multiple parallel processing specifications" 14969msgstr "" 14970 14971#: config/tc-sh.c:2767 14972msgid "multiple condition specifications" 14973msgstr "" 14974 14975#: config/tc-sh.c:2805 14976msgid "insn cannot be combined with pmuls" 14977msgstr "" 14978 14979#: config/tc-sh.c:2821 14980msgid "bad combined pmuls output operand" 14981msgstr "" 14982 14983#: config/tc-sh.c:2831 14984msgid "destination register is same for parallel insns" 14985msgstr "" 14986 14987#: config/tc-sh.c:2840 14988msgid "condition not followed by conditionalizable insn" 14989msgstr "" 14990 14991#: config/tc-sh.c:2850 14992msgid "unrecognized characters at end of parallel processing insn" 14993msgstr "" 14994 14995#: config/tc-sh.c:2966 14996msgid "opcode not valid for this cpu variant" 14997msgstr "" 14998 14999#: config/tc-sh.c:2999 15000msgid "Delayed branches not available on SH1" 15001msgstr "" 15002 15003#: config/tc-sh.c:3034 15004#, c-format 15005msgid "excess operands: '%s'" 15006msgstr "" 15007 15008#: config/tc-sh.c:3111 15009msgid ".uses pseudo-op seen when not relaxing" 15010msgstr "" 15011 15012#: config/tc-sh.c:3117 15013msgid "bad .uses format" 15014msgstr "" 15015 15016#: config/tc-sh.c:3228 15017msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia" 15018msgstr "" 15019 15020#: config/tc-sh.c:3234 15021msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact" 15022msgstr "" 15023 15024#: config/tc-sh.c:3236 15025msgid "Invalid combination: --abi=64 with --isa=SHcompact" 15026msgstr "" 15027 15028#: config/tc-sh.c:3268 15029#, c-format 15030msgid "Invalid argument to --isa option: %s" 15031msgstr "" 15032 15033#: config/tc-sh.c:3277 15034msgid "Invalid combination: --abi=32 with --abi=64" 15035msgstr "" 15036 15037#: config/tc-sh.c:3283 15038msgid "Invalid combination: --abi=64 with --abi=32" 15039msgstr "" 15040 15041#: config/tc-sh.c:3285 15042msgid "Invalid combination: --isa=SHcompact with --abi=64" 15043msgstr "" 15044 15045#: config/tc-sh.c:3289 15046#, c-format 15047msgid "Invalid argument to --abi option: %s" 15048msgstr "" 15049 15050#: config/tc-sh.c:3329 15051#, c-format 15052msgid "" 15053"SH options:\n" 15054"--little\t\tgenerate little endian code\n" 15055"--big\t\t\tgenerate big endian code\n" 15056"--relax\t\t\talter jump instructions for long displacements\n" 15057"--renesas\t\tdisable optimization with section symbol for\n" 15058"\t\t\tcompatibility with Renesas assembler.\n" 15059"--small\t\t\talign sections to 4 byte boundaries, not 16\n" 15060"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n" 15061"--allow-reg-prefix\tallow '$' as a register name prefix.\n" 15062"--isa=[any\t\tuse most appropriate isa\n" 15063" | dsp same as '-dsp'\n" 15064" | fp" 15065msgstr "" 15066 15067#: config/tc-sh.c:3355 15068#, c-format 15069msgid "" 15070"--isa=[shmedia\t\tset as the default instruction set for SH64\n" 15071" | SHmedia\n" 15072" | shcompact\n" 15073" | SHcompact]\n" 15074msgstr "" 15075 15076#: config/tc-sh.c:3360 15077#, c-format 15078msgid "" 15079"--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n" 15080"\t\t\tfile type\n" 15081"--shcompact-const-crange emit code-range descriptors for constants in\n" 15082"\t\t\tSHcompact code sections\n" 15083"--no-mix\t\tdisallow SHmedia code in the same section as\n" 15084"\t\t\tconstants and SHcompact code\n" 15085"--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n" 15086"--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n" 15087"\t\t\tto 32 bits only\n" 15088msgstr "" 15089 15090#: config/tc-sh.c:3372 15091#, c-format 15092msgid "--fdpic\t\t\tgenerate an FDPIC object file\n" 15093msgstr "" 15094 15095#: config/tc-sh.c:3463 15096msgid ".uses does not refer to a local symbol in the same section" 15097msgstr "" 15098 15099#: config/tc-sh.c:3482 15100msgid "can't find fixup pointed to by .uses" 15101msgstr "" 15102 15103#: config/tc-sh.c:3502 15104msgid ".uses target does not refer to a local symbol in the same section" 15105msgstr "" 15106 15107#: config/tc-sh.c:3579 15108msgid "displacement overflows 12-bit field" 15109msgstr "" 15110 15111#: config/tc-sh.c:3582 15112#, c-format 15113msgid "displacement to defined symbol %s overflows 12-bit field" 15114msgstr "" 15115 15116#: config/tc-sh.c:3586 15117#, c-format 15118msgid "displacement to undefined symbol %s overflows 12-bit field" 15119msgstr "" 15120 15121#: config/tc-sh.c:3659 15122msgid "displacement overflows 8-bit field" 15123msgstr "" 15124 15125#: config/tc-sh.c:3662 15126#, c-format 15127msgid "displacement to defined symbol %s overflows 8-bit field" 15128msgstr "" 15129 15130#: config/tc-sh.c:3666 15131#, c-format 15132msgid "displacement to undefined symbol %s overflows 8-bit field " 15133msgstr "" 15134 15135#: config/tc-sh.c:3683 15136#, c-format 15137msgid "overflow in branch to %s; converted into longer instruction sequence" 15138msgstr "" 15139 15140#: config/tc-sh.c:3748 config/tc-sh.c:3795 config/tc-sparc.c:4643 15141#: config/tc-sparc.c:4667 15142msgid "misaligned data" 15143msgstr "" 15144 15145#: config/tc-sh.c:4124 15146msgid "offset to unaligned destination" 15147msgstr "" 15148 15149#: config/tc-sh.c:4129 15150msgid "negative offset" 15151msgstr "" 15152 15153#: config/tc-sh.c:4280 15154msgid "misaligned offset" 15155msgstr "" 15156 15157#: config/tc-sh64.c:568 15158msgid "This operand must be constant at assembly time" 15159msgstr "" 15160 15161#: config/tc-sh64.c:681 15162msgid "Invalid operand expression" 15163msgstr "" 15164 15165#: config/tc-sh64.c:773 config/tc-sh64.c:877 15166msgid "PTB operand is a SHmedia symbol" 15167msgstr "" 15168 15169#: config/tc-sh64.c:776 config/tc-sh64.c:874 15170msgid "PTA operand is a SHcompact symbol" 15171msgstr "" 15172 15173#: config/tc-sh64.c:792 15174msgid "invalid expression in operand" 15175msgstr "" 15176 15177#: config/tc-sh64.c:1483 15178#, c-format 15179msgid "invalid operand, not a 5-bit unsigned value: %d" 15180msgstr "" 15181 15182#: config/tc-sh64.c:1488 15183#, c-format 15184msgid "invalid operand, not a 6-bit signed value: %d" 15185msgstr "" 15186 15187#: config/tc-sh64.c:1493 15188#, c-format 15189msgid "invalid operand, not a 6-bit unsigned value: %d" 15190msgstr "" 15191 15192#: config/tc-sh64.c:1498 config/tc-sh64.c:1510 15193#, c-format 15194msgid "invalid operand, not a 11-bit signed value: %d" 15195msgstr "" 15196 15197#: config/tc-sh64.c:1500 15198#, c-format 15199msgid "invalid operand, not a multiple of 32: %d" 15200msgstr "" 15201 15202#: config/tc-sh64.c:1505 15203#, c-format 15204msgid "invalid operand, not a 10-bit signed value: %d" 15205msgstr "" 15206 15207#: config/tc-sh64.c:1512 15208#, c-format 15209msgid "invalid operand, not an even value: %d" 15210msgstr "" 15211 15212#: config/tc-sh64.c:1517 15213#, c-format 15214msgid "invalid operand, not a 12-bit signed value: %d" 15215msgstr "" 15216 15217#: config/tc-sh64.c:1519 15218#, c-format 15219msgid "invalid operand, not a multiple of 4: %d" 15220msgstr "" 15221 15222#: config/tc-sh64.c:1524 15223#, c-format 15224msgid "invalid operand, not a 13-bit signed value: %d" 15225msgstr "" 15226 15227#: config/tc-sh64.c:1526 15228#, c-format 15229msgid "invalid operand, not a multiple of 8: %d" 15230msgstr "" 15231 15232#: config/tc-sh64.c:1531 15233#, c-format 15234msgid "invalid operand, not a 16-bit signed value: %d" 15235msgstr "" 15236 15237#: config/tc-sh64.c:1536 15238#, c-format 15239msgid "invalid operand, not a 16-bit unsigned value: %d" 15240msgstr "" 15241 15242#: config/tc-sh64.c:1542 15243msgid "operand out of range for PT, PTA and PTB" 15244msgstr "" 15245 15246#: config/tc-sh64.c:1544 15247#, c-format 15248msgid "operand not a multiple of 4 for PT, PTA or PTB: %d" 15249msgstr "" 15250 15251#: config/tc-sh64.c:2065 15252#, c-format 15253msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x" 15254msgstr "" 15255 15256#: config/tc-sh64.c:2422 config/tc-sh64.c:2585 config/tc-sh64.c:2600 15257msgid "invalid PIC reference" 15258msgstr "" 15259 15260#: config/tc-sh64.c:2479 15261msgid "can't find opcode" 15262msgstr "" 15263 15264#: config/tc-sh64.c:2682 config/tc-sh64.c:2722 15265msgid "invalid operand: expression in PT target" 15266msgstr "" 15267 15268#: config/tc-sh64.c:2813 15269#, c-format 15270msgid "invalid operands to %s" 15271msgstr "" 15272 15273#: config/tc-sh64.c:2819 15274#, c-format 15275msgid "excess operands to %s" 15276msgstr "" 15277 15278#: config/tc-sh64.c:2864 15279#, c-format 15280msgid "The `.mode %s' directive is not valid with this architecture" 15281msgstr "" 15282 15283#: config/tc-sh64.c:2872 15284#, c-format 15285msgid "Invalid argument to .mode: %s" 15286msgstr "" 15287 15288#: config/tc-sh64.c:2902 15289#, c-format 15290msgid "The `.abi %s' directive is not valid with this architecture" 15291msgstr "" 15292 15293#: config/tc-sh64.c:2908 15294msgid "`.abi 64' but command-line options do not specify 64-bit ABI" 15295msgstr "" 15296 15297#: config/tc-sh64.c:2913 15298msgid "`.abi 32' but command-line options do not specify 32-bit ABI" 15299msgstr "" 15300 15301#: config/tc-sh64.c:2916 15302#, c-format 15303msgid "Invalid argument to .abi: %s" 15304msgstr "" 15305 15306#: config/tc-sh64.c:2971 15307msgid "-no-mix is invalid without specifying SHcompact or SHmedia" 15308msgstr "" 15309 15310#: config/tc-sh64.c:2976 15311msgid "-shcompact-const-crange is invalid without SHcompact" 15312msgstr "" 15313 15314#: config/tc-sh64.c:2979 15315msgid "-expand-pt32 only valid with -abi=64" 15316msgstr "" 15317 15318#: config/tc-sh64.c:2982 15319msgid "-no-expand only valid with SHcompact or SHmedia" 15320msgstr "" 15321 15322#: config/tc-sh64.c:2985 15323msgid "-expand-pt32 invalid together with -no-expand" 15324msgstr "" 15325 15326#: config/tc-sh64.c:3199 15327msgid "" 15328"SHmedia code not allowed in same section as constants and SHcompact code" 15329msgstr "" 15330 15331#: config/tc-sh64.c:3217 15332msgid "No segment info for current section" 15333msgstr "" 15334 15335#: config/tc-sh64.c:3256 15336msgid "duplicate datalabel operator ignored" 15337msgstr "" 15338 15339#: config/tc-sh64.c:3323 15340msgid "Invalid DataLabel expression" 15341msgstr "" 15342 15343#: config/tc-sparc.c:329 config/tc-sparc.c:542 15344msgid "Bad opcode table, broken assembler." 15345msgstr "" 15346 15347#: config/tc-sparc.c:534 15348#, c-format 15349msgid "invalid architecture -xarch=%s" 15350msgstr "" 15351 15352#: config/tc-sparc.c:607 15353#, c-format 15354msgid "No compiled in support for %d bit object file format" 15355msgstr "" 15356 15357#: config/tc-sparc.c:688 15358#, c-format 15359msgid "SPARC options:\n" 15360msgstr "" 15361 15362#: config/tc-sparc.c:717 15363#, c-format 15364msgid "" 15365"\n" 15366"\t\t\tspecify variant of SPARC architecture\n" 15367"-bump\t\t\twarn when assembler switches architectures\n" 15368"-sparc\t\t\tignored\n" 15369"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n" 15370"-relax\t\t\trelax jumps and branches (default)\n" 15371"-no-relax\t\tavoid changing any jumps and branches\n" 15372msgstr "" 15373 15374#: config/tc-sparc.c:725 15375#, c-format 15376msgid "-k\t\t\tgenerate PIC\n" 15377msgstr "" 15378 15379#: config/tc-sparc.c:729 15380#, c-format 15381msgid "" 15382"-32\t\t\tcreate 32 bit object file\n" 15383"-64\t\t\tcreate 64 bit object file\n" 15384msgstr "" 15385 15386#: config/tc-sparc.c:732 15387#, c-format 15388msgid "\t\t\t[default is %d]\n" 15389msgstr "" 15390 15391#: config/tc-sparc.c:734 15392#, c-format 15393msgid "" 15394"-TSO\t\t\tuse Total Store Ordering\n" 15395"-PSO\t\t\tuse Partial Store Ordering\n" 15396"-RMO\t\t\tuse Relaxed Memory Ordering\n" 15397msgstr "" 15398 15399#: config/tc-sparc.c:738 15400#, c-format 15401msgid "\t\t\t[default is %s]\n" 15402msgstr "" 15403 15404#: config/tc-sparc.c:740 15405#, c-format 15406msgid "" 15407"-KPIC\t\t\tgenerate PIC\n" 15408"-V\t\t\tprint assembler version number\n" 15409"-undeclared-regs\tignore application global register usage without\n" 15410"\t\t\tappropriate .register directive (default)\n" 15411"-no-undeclared-regs\tforce error on application global register usage\n" 15412"\t\t\twithout appropriate .register directive\n" 15413"-q\t\t\tignored\n" 15414"-Qy, -Qn\t\tignored\n" 15415"-s\t\t\tignored\n" 15416msgstr "" 15417 15418#: config/tc-sparc.c:752 15419#, c-format 15420msgid "" 15421"-EL\t\t\tgenerate code for a little endian machine\n" 15422"-EB\t\t\tgenerate code for a big endian machine\n" 15423"--little-endian-data\tgenerate code for a machine having big endian\n" 15424" instructions and little endian data.\n" 15425msgstr "" 15426 15427#: config/tc-sparc.c:1020 15428#, c-format 15429msgid "Internal error: losing opcode: `%s' \"%s\"\n" 15430msgstr "" 15431 15432#: config/tc-sparc.c:1039 15433#, c-format 15434msgid "Internal error: can't find opcode `%s' for `%s'\n" 15435msgstr "" 15436 15437#: config/tc-sparc.c:1259 15438msgid "Support for 64-bit arithmetic not compiled in." 15439msgstr "" 15440 15441#: config/tc-sparc.c:1305 15442msgid "set: number not in 0..4294967295 range" 15443msgstr "" 15444 15445#: config/tc-sparc.c:1312 15446msgid "set: number not in -2147483648..4294967295 range" 15447msgstr "" 15448 15449#: config/tc-sparc.c:1371 15450msgid "setsw: number not in -2147483648..4294967295 range" 15451msgstr "" 15452 15453#: config/tc-sparc.c:1419 15454msgid "setx: temporary register same as destination register" 15455msgstr "" 15456 15457#: config/tc-sparc.c:1490 15458msgid "setx: illegal temporary register g0" 15459msgstr "" 15460 15461#: config/tc-sparc.c:1587 15462msgid "FP branch in delay slot" 15463msgstr "" 15464 15465#: config/tc-sparc.c:1602 15466msgid "FP branch preceded by FP instruction; NOP inserted" 15467msgstr "" 15468 15469#: config/tc-sparc.c:1642 15470msgid "failed special case insn sanity check" 15471msgstr "" 15472 15473#: config/tc-sparc.c:1813 15474msgid ": invalid membar mask name" 15475msgstr "" 15476 15477#: config/tc-sparc.c:1829 15478msgid ": invalid membar mask expression" 15479msgstr "" 15480 15481#: config/tc-sparc.c:1834 15482msgid ": invalid membar mask number" 15483msgstr "" 15484 15485#: config/tc-sparc.c:1849 15486msgid ": invalid siam mode expression" 15487msgstr "" 15488 15489#: config/tc-sparc.c:1854 15490msgid ": invalid siam mode number" 15491msgstr "" 15492 15493#: config/tc-sparc.c:1870 15494msgid ": invalid prefetch function name" 15495msgstr "" 15496 15497#: config/tc-sparc.c:1878 15498msgid ": invalid prefetch function expression" 15499msgstr "" 15500 15501#: config/tc-sparc.c:1883 15502msgid ": invalid prefetch function number" 15503msgstr "" 15504 15505#: config/tc-sparc.c:1910 config/tc-sparc.c:1916 config/tc-sparc.c:1925 15506msgid ": unrecognizable privileged register" 15507msgstr "" 15508 15509#: config/tc-sparc.c:1948 config/tc-sparc.c:1954 config/tc-sparc.c:1963 15510msgid ": unrecognizable hyperprivileged register" 15511msgstr "" 15512 15513#: config/tc-sparc.c:1986 config/tc-sparc.c:1992 config/tc-sparc.c:2001 15514msgid ": unrecognizable ancillary state register" 15515msgstr "" 15516 15517#: config/tc-sparc.c:2034 15518msgid ": asr number must be between 0 and 31" 15519msgstr "" 15520 15521#: config/tc-sparc.c:2043 15522#, c-format 15523msgid ": expecting %asrN" 15524msgstr "" 15525 15526#: config/tc-sparc.c:2085 15527msgid ": crypto immediate must be between 0 and 31" 15528msgstr "" 15529 15530#: config/tc-sparc.c:2094 15531msgid ": expecting crypto immediate" 15532msgstr "" 15533 15534#: config/tc-sparc.c:2255 config/tc-sparc.c:2294 config/tc-sparc.c:2694 15535#: config/tc-sparc.c:2730 15536#, c-format 15537msgid "Illegal operands: %%%s requires arguments in ()" 15538msgstr "" 15539 15540#: config/tc-sparc.c:2262 15541#, c-format 15542msgid "" 15543"Illegal operands: %%%s cannot be used together with other relocs in the insn " 15544"()" 15545msgstr "" 15546 15547#: config/tc-sparc.c:2273 15548#, c-format 15549msgid "Illegal operands: %%%s can be only used with call __tls_get_addr" 15550msgstr "" 15551 15552#: config/tc-sparc.c:2480 15553msgid "detected global register use not covered by .register pseudo-op" 15554msgstr "" 15555 15556#: config/tc-sparc.c:2562 15557msgid ": There are only 64 f registers; [0-63]" 15558msgstr "" 15559 15560#: config/tc-sparc.c:2564 config/tc-sparc.c:2582 15561msgid ": There are only 32 f registers; [0-31]" 15562msgstr "" 15563 15564#: config/tc-sparc.c:2574 15565msgid ": There are only 32 single precision f registers; [0-31]" 15566msgstr "" 15567 15568#: config/tc-sparc.c:2595 15569msgid ": Instruction requires frs2 and frsd must be the same register" 15570msgstr "" 15571 15572#: config/tc-sparc.c:2739 15573#, c-format 15574msgid "Expression inside %%%s could not be parsed" 15575msgstr "" 15576 15577#: config/tc-sparc.c:2747 15578#, c-format 15579msgid "" 15580"Illegal operands: Can't do arithmetics other than + and - involving %%%s()" 15581msgstr "" 15582 15583#: config/tc-sparc.c:2864 15584#, c-format 15585msgid "Illegal operands: Can't add non-constant expression to %%%s()" 15586msgstr "" 15587 15588#: config/tc-sparc.c:2874 15589#, c-format 15590msgid "" 15591"Illegal operands: Can't do arithmetics involving %%%s() of a relocatable " 15592"symbol" 15593msgstr "" 15594 15595#: config/tc-sparc.c:2892 15596msgid ": PC-relative operand can't be a constant" 15597msgstr "" 15598 15599#: config/tc-sparc.c:2899 15600msgid ": TLS operand can't be a constant" 15601msgstr "" 15602 15603#: config/tc-sparc.c:2925 15604msgid ": Immediate value in cbcond is out of range." 15605msgstr "" 15606 15607#: config/tc-sparc.c:2952 15608msgid ": invalid ASI name" 15609msgstr "" 15610 15611#: config/tc-sparc.c:2960 15612msgid ": invalid ASI expression" 15613msgstr "" 15614 15615#: config/tc-sparc.c:2965 15616msgid ": invalid ASI number" 15617msgstr "" 15618 15619#: config/tc-sparc.c:3068 15620msgid "OPF immediate operand out of range (0-0x1ff)" 15621msgstr "" 15622 15623#: config/tc-sparc.c:3073 15624msgid "non-immediate OPF operand, ignored" 15625msgstr "" 15626 15627#: config/tc-sparc.c:3092 15628msgid ": invalid cpreg name" 15629msgstr "" 15630 15631#: config/tc-sparc.c:3121 15632#, c-format 15633msgid "Illegal operands%s" 15634msgstr "" 15635 15636#: config/tc-sparc.c:3161 15637#, c-format 15638msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\"" 15639msgstr "" 15640 15641#: config/tc-sparc.c:3198 15642#, c-format 15643msgid "Architecture mismatch on \"%s\"." 15644msgstr "" 15645 15646#: config/tc-sparc.c:3199 15647#, c-format 15648msgid " (Requires %s; requested architecture is %s.)" 15649msgstr "" 15650 15651#: config/tc-sparc.c:3211 15652#, c-format 15653msgid "Hardware capability \"%s\" not enabled for \"%s\"." 15654msgstr "" 15655 15656#: config/tc-sparc.c:3609 config/tc-sparc.c:3616 config/tc-sparc.c:3623 15657#: config/tc-sparc.c:3630 config/tc-sparc.c:3637 config/tc-sparc.c:3646 15658#: config/tc-sparc.c:3658 config/tc-sparc.c:3669 config/tc-sparc.c:3691 15659#: config/tc-sparc.c:3715 write.c:1163 15660msgid "relocation overflow" 15661msgstr "" 15662 15663#: config/tc-sparc.c:3770 15664#, c-format 15665msgid "bad or unhandled relocation type: 0x%02x" 15666msgstr "" 15667 15668#: config/tc-sparc.c:4105 15669msgid "Expected comma after name" 15670msgstr "" 15671 15672#: config/tc-sparc.c:4114 15673#, c-format 15674msgid "BSS length (%d.) <0! Ignored." 15675msgstr "" 15676 15677#: config/tc-sparc.c:4126 15678msgid "bad .reserve segment -- expected BSS segment" 15679msgstr "" 15680 15681#: config/tc-sparc.c:4154 15682#, c-format 15683msgid "alignment too large; assuming %d" 15684msgstr "" 15685 15686#: config/tc-sparc.c:4160 config/tc-sparc.c:4309 15687msgid "negative alignment" 15688msgstr "" 15689 15690#: config/tc-sparc.c:4170 config/tc-sparc.c:4331 read.c:1521 read.c:2539 15691msgid "alignment not a power of 2" 15692msgstr "" 15693 15694#: config/tc-sparc.c:4223 15695#, c-format 15696msgid "Ignoring attempt to re-define symbol %s" 15697msgstr "" 15698 15699#: config/tc-sparc.c:4246 config/tc-v850.c:283 15700msgid "Expected comma after symbol-name" 15701msgstr "" 15702 15703#: config/tc-sparc.c:4256 15704#, c-format 15705msgid ".COMMon length (%lu) out of range ignored" 15706msgstr "" 15707 15708#: config/tc-sparc.c:4289 15709msgid "Expected comma after common length" 15710msgstr "" 15711 15712#: config/tc-sparc.c:4303 15713#, c-format 15714msgid "alignment too large; assuming %ld" 15715msgstr "" 15716 15717#: config/tc-sparc.c:4446 15718msgid "Unknown segment type" 15719msgstr "" 15720 15721#: config/tc-sparc.c:4516 config/tc-sparc.c:4525 15722#, c-format 15723msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}" 15724msgstr "" 15725 15726#: config/tc-sparc.c:4543 15727msgid "redefinition of global register" 15728msgstr "" 15729 15730#: config/tc-sparc.c:4554 15731#, c-format 15732msgid "Register symbol %s already defined." 15733msgstr "" 15734 15735#: config/tc-sparc.c:4758 15736#, c-format 15737msgid "Illegal operands: %%r_plt in %d-byte data field" 15738msgstr "" 15739 15740#: config/tc-sparc.c:4768 15741#, c-format 15742msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field" 15743msgstr "" 15744 15745#: config/tc-sparc.c:4805 config/tc-vax.c:3315 15746#, c-format 15747msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields" 15748msgstr "" 15749 15750#: config/tc-sparc.c:4813 config/tc-sparc.c:4844 config/tc-sparc.c:4853 15751#: config/tc-vax.c:3323 config/tc-vax.c:3354 config/tc-vax.c:3363 15752#, c-format 15753msgid "Illegal operands: %%r_%s%d requires arguments in ()" 15754msgstr "" 15755 15756#: config/tc-sparc.c:4862 config/tc-vax.c:3372 15757#, c-format 15758msgid "Illegal operands: garbage after %%r_%s%d()" 15759msgstr "" 15760 15761#: config/tc-sparc.h:63 15762msgid "sparc convert_frag\n" 15763msgstr "" 15764 15765#: config/tc-sparc.h:65 config/tc-z80.h:53 15766msgid "estimate_size_before_relax called" 15767msgstr "" 15768 15769#: config/tc-spu.c:130 15770#, c-format 15771msgid "Can't hash instruction '%s':%s" 15772msgstr "" 15773 15774#: config/tc-spu.c:184 15775msgid "" 15776"SPU options:\n" 15777" --apuasm\t\t emulate behaviour of apuasm\n" 15778msgstr "" 15779 15780#: config/tc-spu.c:290 15781#, c-format 15782msgid "Invalid mnemonic '%s'" 15783msgstr "" 15784 15785#: config/tc-spu.c:296 15786#, c-format 15787msgid "'%s' is only available in DD2.0 or higher." 15788msgstr "" 15789 15790#: config/tc-spu.c:328 15791#, c-format 15792msgid "Error in argument %d. Expecting: \"%s\"" 15793msgstr "" 15794 15795#: config/tc-spu.c:339 15796msgid "Mixing register syntax, with and without '$'." 15797msgstr "" 15798 15799#: config/tc-spu.c:345 15800#, c-format 15801msgid "Treating '%-*s' as a symbol." 15802msgstr "" 15803 15804#: config/tc-spu.c:564 15805msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher." 15806msgstr "" 15807 15808#: config/tc-spu.c:566 15809msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher." 15810msgstr "" 15811 15812#: config/tc-spu.c:609 15813#, c-format 15814msgid "Using old style, %%lo(expr), please change to PPC style, expr@l." 15815msgstr "" 15816 15817#: config/tc-spu.c:615 15818#, c-format 15819msgid "Using old style, %%hi(expr), please change to PPC style, expr@h." 15820msgstr "" 15821 15822#: config/tc-spu.c:685 config/tc-spu.c:688 15823#, c-format 15824msgid "Constant expression %d out of range, [%d, %d]." 15825msgstr "" 15826 15827#: config/tc-spu.c:790 15828#, c-format 15829msgid "invalid priority '%lu'" 15830msgstr "" 15831 15832#: config/tc-spu.c:796 15833#, c-format 15834msgid "invalid lrlive '%lu'" 15835msgstr "" 15836 15837#: config/tc-spu.c:855 15838msgid "Relaxation should never occur" 15839msgstr "" 15840 15841#: config/tc-spu.c:1005 15842#, c-format 15843msgid "Relocation doesn't fit. (relocation value = 0x%lx)" 15844msgstr "" 15845 15846#: config/tc-spu.h:85 15847msgid "spu convert_frag\n" 15848msgstr "" 15849 15850#: config/tc-tic30.c:36 15851msgid "first" 15852msgstr "" 15853 15854#: config/tc-tic30.c:36 15855msgid "second" 15856msgstr "" 15857 15858#: config/tc-tic30.c:36 15859msgid "third" 15860msgstr "" 15861 15862#: config/tc-tic30.c:36 15863msgid "fourth" 15864msgstr "" 15865 15866#: config/tc-tic30.c:36 15867msgid "fifth" 15868msgstr "" 15869 15870#: config/tc-tic30.c:482 15871msgid "More than one AR register found in indirect reference" 15872msgstr "" 15873 15874#: config/tc-tic30.c:488 15875msgid "Illegal AR register in indirect reference" 15876msgstr "" 15877 15878#: config/tc-tic30.c:509 15879msgid "More than one displacement found in indirect reference" 15880msgstr "" 15881 15882#: config/tc-tic30.c:518 15883msgid "Invalid displacement in indirect reference" 15884msgstr "" 15885 15886#: config/tc-tic30.c:536 15887msgid "AR register not found in indirect reference" 15888msgstr "" 15889 15890#. Maybe an implied displacement of 1 again. 15891#: config/tc-tic30.c:553 15892msgid "required displacement wasn't given in indirect reference" 15893msgstr "" 15894 15895#: config/tc-tic30.c:560 15896msgid "illegal indirect reference" 15897msgstr "" 15898 15899#: config/tc-tic30.c:567 15900msgid "displacement must be an unsigned 8-bit number" 15901msgstr "" 15902 15903#: config/tc-tic30.c:751 config/tc-tic30.c:1498 15904#, c-format 15905msgid "Invalid character %s before %s operand" 15906msgstr "" 15907 15908#: config/tc-tic30.c:770 config/tc-tic30.c:1513 15909#, c-format 15910msgid "Unbalanced parenthesis in %s operand." 15911msgstr "" 15912 15913#: config/tc-tic30.c:786 config/tc-tic30.c:1523 15914#, c-format 15915msgid "Invalid character %s in %s operand" 15916msgstr "" 15917 15918#: config/tc-tic30.c:805 config/tc-tic30.c:1540 15919#, c-format 15920msgid "Spurious operands; (%d operands/instruction max)" 15921msgstr "" 15922 15923#. Just skip it, if it's \n complain. 15924#: config/tc-tic30.c:823 config/tc-tic30.c:839 config/tc-tic30.c:1557 15925#: config/tc-tic30.c:1573 15926msgid "Expecting operand after ','; got nothing" 15927msgstr "" 15928 15929#: config/tc-tic30.c:828 config/tc-tic30.c:1562 15930msgid "Expecting operand before ','; got nothing" 15931msgstr "" 15932 15933#: config/tc-tic30.c:866 15934msgid "incorrect number of operands given in the first instruction" 15935msgstr "" 15936 15937#: config/tc-tic30.c:872 15938msgid "incorrect number of operands given in the second instruction" 15939msgstr "" 15940 15941#: config/tc-tic30.c:893 15942#, c-format 15943msgid "%s instruction, operand %d doesn't match" 15944msgstr "" 15945 15946#. Shouldn't get here. 15947#: config/tc-tic30.c:917 config/tc-tic30.c:924 15948msgid "incorrect format for multiply parallel instruction" 15949msgstr "" 15950 15951#: config/tc-tic30.c:931 15952msgid "destination for multiply can only be R0 or R1" 15953msgstr "" 15954 15955#: config/tc-tic30.c:938 15956msgid "destination for add/subtract can only be R2 or R3" 15957msgstr "" 15958 15959#: config/tc-tic30.c:1005 15960msgid "loading the same register in parallel operation" 15961msgstr "" 15962 15963#: config/tc-tic30.c:1387 15964msgid "pc-relative " 15965msgstr "" 15966 15967#: config/tc-tic30.c:1448 15968#, c-format 15969msgid "Invalid character %s in opcode" 15970msgstr "" 15971 15972#: config/tc-tic30.c:1478 15973#, c-format 15974msgid "Unknown TMS320C30 instruction: %s" 15975msgstr "" 15976 15977#: config/tc-tic30.c:1598 15978msgid "Incorrect number of operands given" 15979msgstr "" 15980 15981#: config/tc-tic30.c:1631 15982#, c-format 15983msgid "The %s operand doesn't match" 15984msgstr "" 15985 15986#. Shouldn't make it to this stage. 15987#: config/tc-tic30.c:1656 config/tc-tic30.c:1668 15988msgid "Incompatible first and second operands in instruction" 15989msgstr "" 15990 15991#: config/tc-tic30.c:1782 15992msgid "invalid short form floating point immediate operand" 15993msgstr "" 15994 15995#: config/tc-tic30.c:1792 15996msgid "rounding down first operand float to unsigned int" 15997msgstr "" 15998 15999#: config/tc-tic30.c:1794 16000msgid "only lower 16-bits of first operand are used" 16001msgstr "" 16002 16003#: config/tc-tic30.c:1804 16004msgid "rounding down first operand float to signed int" 16005msgstr "" 16006 16007#: config/tc-tic30.c:1809 config/tc-tic30.c:1880 16008msgid "first operand is too large for 16-bit signed int" 16009msgstr "" 16010 16011#: config/tc-tic30.c:1874 16012msgid "first operand is floating point" 16013msgstr "" 16014 16015#. Shouldn't get here. 16016#: config/tc-tic30.c:1905 16017msgid "interrupt vector for trap instruction out of range" 16018msgstr "" 16019 16020#: config/tc-tic30.c:1950 16021msgid "LDP instruction needs a 24-bit operand" 16022msgstr "" 16023 16024#: config/tc-tic30.c:1974 16025msgid "first operand is too large for a 24-bit displacement" 16026msgstr "" 16027 16028#: config/tc-tic4x.c:392 16029msgid "Nan, using zero." 16030msgstr "" 16031 16032#: config/tc-tic4x.c:514 16033#, c-format 16034msgid "Cannot represent exponent in %d bits" 16035msgstr "" 16036 16037#: config/tc-tic4x.c:597 config/tc-tic4x.c:607 16038msgid "Invalid floating point number" 16039msgstr "" 16040 16041#: config/tc-tic4x.c:726 16042msgid "Comma expected\n" 16043msgstr "" 16044 16045#: config/tc-tic4x.c:762 config/tc-tic54x.c:471 16046msgid ".bss size argument missing\n" 16047msgstr "" 16048 16049#: config/tc-tic4x.c:770 16050#, c-format 16051msgid ".bss size %ld < 0!" 16052msgstr "" 16053 16054#: config/tc-tic4x.c:903 16055msgid "Non-constant symbols not allowed\n" 16056msgstr "" 16057 16058#: config/tc-tic4x.c:934 16059msgid "Symbol missing\n" 16060msgstr "" 16061 16062#. Skip null symbol terminator. 16063#: config/tc-tic4x.c:982 16064msgid ".sect: subsection name ignored" 16065msgstr "" 16066 16067#: config/tc-tic4x.c:1010 config/tc-tic4x.c:1111 config/tc-tic54x.c:1424 16068#, c-format 16069msgid "Error setting flags for \"%s\": %s" 16070msgstr "" 16071 16072#: config/tc-tic4x.c:1042 16073msgid ".set syntax invalid\n" 16074msgstr "" 16075 16076#: config/tc-tic4x.c:1100 16077msgid ".usect: non-zero alignment flag ignored" 16078msgstr "" 16079 16080#: config/tc-tic4x.c:1131 16081#, c-format 16082msgid "This assembler does not support processor generation %ld" 16083msgstr "" 16084 16085#: config/tc-tic4x.c:1135 16086msgid "Changing processor generation on fly not supported..." 16087msgstr "" 16088 16089#: config/tc-tic4x.c:1433 16090msgid "Auxiliary register AR0--AR7 required for indirect" 16091msgstr "" 16092 16093#: config/tc-tic4x.c:1447 16094#, c-format 16095msgid "Bad displacement %d (require 0--255)\n" 16096msgstr "" 16097 16098#: config/tc-tic4x.c:1465 16099msgid "Index register IR0,IR1 required for displacement" 16100msgstr "" 16101 16102#: config/tc-tic4x.c:1533 16103msgid "Expecting a register name" 16104msgstr "" 16105 16106#: config/tc-tic4x.c:1545 config/tc-tic4x.c:1568 config/tc-tic4x.c:1637 16107msgid "Number too large" 16108msgstr "" 16109 16110#: config/tc-tic4x.c:1585 16111msgid "Expecting a constant value" 16112msgstr "" 16113 16114#: config/tc-tic4x.c:1592 16115#, c-format 16116msgid "Bad direct addressing construct %s" 16117msgstr "" 16118 16119#: config/tc-tic4x.c:1596 16120#, c-format 16121msgid "Direct value of %ld is not suitable" 16122msgstr "" 16123 16124#: config/tc-tic4x.c:1620 16125msgid "Unknown indirect addressing mode" 16126msgstr "" 16127 16128#: config/tc-tic4x.c:1717 16129#, c-format 16130msgid "Immediate value of %ld is too large for ldf" 16131msgstr "" 16132 16133#: config/tc-tic4x.c:1757 16134msgid "Destination register must be ARn" 16135msgstr "" 16136 16137#: config/tc-tic4x.c:1776 config/tc-tic4x.c:2149 config/tc-tic4x.c:2208 16138#, c-format 16139msgid "Immediate value of %ld is too large" 16140msgstr "" 16141 16142#: config/tc-tic4x.c:1805 config/tc-tic4x.c:2010 16143msgid "Invalid indirect addressing mode" 16144msgstr "" 16145 16146#: config/tc-tic4x.c:1829 config/tc-tic4x.c:1869 config/tc-tic4x.c:2060 16147#: config/tc-tic4x.c:2082 16148msgid "Register must be Rn" 16149msgstr "" 16150 16151#: config/tc-tic4x.c:1883 config/tc-tic4x.c:1953 config/tc-tic4x.c:1967 16152msgid "Register must be R0--R7" 16153msgstr "" 16154 16155#: config/tc-tic4x.c:1907 config/tc-tic4x.c:1935 16156#, c-format 16157msgid "Invalid indirect addressing mode displacement %d" 16158msgstr "" 16159 16160#: config/tc-tic4x.c:1981 16161msgid "Destination register must be R2 or R3" 16162msgstr "" 16163 16164#: config/tc-tic4x.c:1995 16165msgid "Destination register must be R0 or R1" 16166msgstr "" 16167 16168#: config/tc-tic4x.c:2032 16169#, c-format 16170msgid "Displacement value of %ld is too large" 16171msgstr "" 16172 16173#: config/tc-tic4x.c:2093 config/tc-tic4x.c:2224 16174msgid "Floating point number not valid in expression" 16175msgstr "" 16176 16177#: config/tc-tic4x.c:2107 16178#, c-format 16179msgid "Signed immediate value %ld too large" 16180msgstr "" 16181 16182#: config/tc-tic4x.c:2170 16183#, c-format 16184msgid "Unsigned immediate value %ld too large" 16185msgstr "" 16186 16187#: config/tc-tic4x.c:2238 16188#, c-format 16189msgid "Immediate value %ld too large" 16190msgstr "" 16191 16192#: config/tc-tic4x.c:2257 config/tc-tic4x.c:2285 16193msgid "Register must be ivtp or tvtp" 16194msgstr "" 16195 16196#: config/tc-tic4x.c:2271 16197msgid "Register must be address register" 16198msgstr "" 16199 16200#: config/tc-tic4x.c:2344 16201msgid "Source and destination register should not be equal" 16202msgstr "" 16203 16204#: config/tc-tic4x.c:2359 16205msgid "Equal parallell destination registers, one result will be discarded" 16206msgstr "" 16207 16208#: config/tc-tic4x.c:2400 16209msgid "Too many operands scanned" 16210msgstr "" 16211 16212#: config/tc-tic4x.c:2431 16213msgid "Parallel opcode cannot contain more than two instructions" 16214msgstr "" 16215 16216#: config/tc-tic4x.c:2504 16217#, c-format 16218msgid "Invalid operands for %s" 16219msgstr "" 16220 16221#: config/tc-tic4x.c:2507 16222#, c-format 16223msgid "Invalid instruction %s" 16224msgstr "" 16225 16226#: config/tc-tic4x.c:2657 16227#, c-format 16228msgid "Bad relocation type: 0x%02x" 16229msgstr "" 16230 16231#: config/tc-tic4x.c:2715 16232#, c-format 16233msgid "Unsupported processor generation %d" 16234msgstr "" 16235 16236#: config/tc-tic4x.c:2723 16237msgid "Option -b is depreciated, please use -mbig" 16238msgstr "" 16239 16240#: config/tc-tic4x.c:2729 16241msgid "Option -p is depreciated, please use -mmemparm" 16242msgstr "" 16243 16244#: config/tc-tic4x.c:2735 16245msgid "Option -r is depreciated, please use -mregparm" 16246msgstr "" 16247 16248#: config/tc-tic4x.c:2741 16249msgid "Option -s is depreciated, please use -msmall" 16250msgstr "" 16251 16252#: config/tc-tic4x.c:2769 16253#, c-format 16254msgid "" 16255"\n" 16256"TIC4X options:\n" 16257" -mcpu=CPU -mCPU select architecture variant. CPU can be:\n" 16258" 30 - TMS320C30\n" 16259" 31 - TMS320C31, TMS320LC31\n" 16260" 32 - TMS320C32\n" 16261" 33 - TMS320VC33\n" 16262" 40 - TMS320C40\n" 16263" 44 - TMS320C44\n" 16264" -mrev=REV set cpu hardware revision (integer numbers).\n" 16265" Combinations of -mcpu and -mrev will enable/" 16266"disable\n" 16267" the appropriate options (-midle2, -mlowpower and\n" 16268" -menhanced) according to the selected type\n" 16269" -mbig select big memory model\n" 16270" -msmall select small memory model (default)\n" 16271" -mregparm select register parameters (default)\n" 16272" -mmemparm select memory parameters\n" 16273" -midle2 enable IDLE2 support\n" 16274" -mlowpower enable LOPOWER and MAXSPEED support\n" 16275" -menhanced enable enhanced opcode support\n" 16276msgstr "" 16277 16278#: config/tc-tic4x.c:2814 16279#, c-format 16280msgid "Label \"$%d\" redefined" 16281msgstr "" 16282 16283#: config/tc-tic4x.c:3024 16284#, c-format 16285msgid "Reloc %d not supported by object file format" 16286msgstr "" 16287 16288#. Only word (et al.), align, or conditionals are allowed within 16289#. .struct/.union. 16290#: config/tc-tic54x.c:219 16291msgid "pseudo-op illegal within .struct/.union" 16292msgstr "" 16293 16294#: config/tc-tic54x.c:233 16295#, c-format 16296msgid "C54x-specific command line options:\n" 16297msgstr "" 16298 16299#: config/tc-tic54x.c:234 16300#, c-format 16301msgid "-mfar-mode | -mf Use extended addressing\n" 16302msgstr "" 16303 16304#: config/tc-tic54x.c:235 16305#, c-format 16306msgid "-mcpu=<CPU version> Specify the CPU version\n" 16307msgstr "" 16308 16309#: config/tc-tic54x.c:236 16310#, c-format 16311msgid "-merrors-to-file <filename>\n" 16312msgstr "" 16313 16314#: config/tc-tic54x.c:237 16315#, c-format 16316msgid "-me <filename> Redirect errors to a file\n" 16317msgstr "" 16318 16319#: config/tc-tic54x.c:348 16320msgid "Comma and symbol expected for '.asg STRING, SYMBOL'" 16321msgstr "" 16322 16323#: config/tc-tic54x.c:357 16324msgid "symbols assigned with .asg must begin with a letter" 16325msgstr "" 16326 16327#: config/tc-tic54x.c:397 16328msgid "Unterminated string after absolute expression" 16329msgstr "" 16330 16331#: config/tc-tic54x.c:405 16332msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'" 16333msgstr "" 16334 16335#: config/tc-tic54x.c:415 16336msgid "symbols assigned with .eval must begin with a letter" 16337msgstr "" 16338 16339#: config/tc-tic54x.c:480 16340#, c-format 16341msgid ".bss size %d < 0!" 16342msgstr "" 16343 16344#: config/tc-tic54x.c:662 16345msgid "Offset on nested structures is ignored" 16346msgstr "" 16347 16348#: config/tc-tic54x.c:712 16349#, c-format 16350msgid ".end%s without preceding .%s" 16351msgstr "" 16352 16353#: config/tc-tic54x.c:778 16354#, c-format 16355msgid "Unrecognized struct/union tag '%s'" 16356msgstr "" 16357 16358#: config/tc-tic54x.c:780 16359msgid ".tag requires a structure tag" 16360msgstr "" 16361 16362#: config/tc-tic54x.c:786 16363msgid "Label required for .tag" 16364msgstr "" 16365 16366#: config/tc-tic54x.c:805 16367#, c-format 16368msgid ".tag target '%s' undefined" 16369msgstr "" 16370 16371#: config/tc-tic54x.c:869 16372#, c-format 16373msgid ".field count '%d' out of range (1 <= X <= 32)" 16374msgstr "" 16375 16376#: config/tc-tic54x.c:897 16377#, c-format 16378msgid "Unrecognized field type '%c'" 16379msgstr "" 16380 16381#: config/tc-tic54x.c:1021 16382msgid "Overflow in expression, truncated to 8 bits" 16383msgstr "" 16384 16385#: config/tc-tic54x.c:1026 16386msgid "Overflow in expression, truncated to 16 bits" 16387msgstr "" 16388 16389#. Disallow .byte with a non constant expression that will 16390#. require relocation. 16391#: config/tc-tic54x.c:1034 16392msgid "Relocatable values require at least WORD storage" 16393msgstr "" 16394 16395#: config/tc-tic54x.c:1095 16396msgid "Use of .def/.ref is deprecated. Use .global instead" 16397msgstr "" 16398 16399#: config/tc-tic54x.c:1287 16400msgid ".space/.bes repeat count is negative, ignored" 16401msgstr "" 16402 16403#: config/tc-tic54x.c:1292 16404msgid ".space/.bes repeat count is zero, ignored" 16405msgstr "" 16406 16407#: config/tc-tic54x.c:1365 16408msgid "Missing size argument" 16409msgstr "" 16410 16411#: config/tc-tic54x.c:1499 16412msgid "CPU version has already been set" 16413msgstr "" 16414 16415#: config/tc-tic54x.c:1503 16416#, c-format 16417msgid "Unrecognized version '%s'" 16418msgstr "" 16419 16420#: config/tc-tic54x.c:1509 16421msgid "Changing of CPU version on the fly not supported" 16422msgstr "" 16423 16424#: config/tc-tic54x.c:1640 16425msgid "p2align not supported on this target" 16426msgstr "" 16427 16428#: config/tc-tic54x.c:1652 16429msgid "Argument to .even ignored" 16430msgstr "" 16431 16432#: config/tc-tic54x.c:1698 16433msgid "Invalid field size, must be from 1 to 32" 16434msgstr "" 16435 16436#: config/tc-tic54x.c:1711 16437msgid "field size must be 16 when value is relocatable" 16438msgstr "" 16439 16440#: config/tc-tic54x.c:1726 16441msgid "field value truncated" 16442msgstr "" 16443 16444#: config/tc-tic54x.c:1832 config/tc-tic54x.c:2131 16445#, c-format 16446msgid "Unrecognized section '%s'" 16447msgstr "" 16448 16449#: config/tc-tic54x.c:1841 16450msgid "Current section is unitialized, section name required for .clink" 16451msgstr "" 16452 16453#: config/tc-tic54x.c:2042 16454msgid "ENDLOOP without corresponding LOOP" 16455msgstr "" 16456 16457#: config/tc-tic54x.c:2083 16458msgid "Mixing of normal and extended addressing not supported" 16459msgstr "" 16460 16461#: config/tc-tic54x.c:2089 16462msgid "Extended addressing not supported on the specified CPU" 16463msgstr "" 16464 16465#: config/tc-tic54x.c:2137 16466msgid ".sblock may be used for initialized sections only" 16467msgstr "" 16468 16469#: config/tc-tic54x.c:2167 16470msgid "Symbol missing for .set/.equ" 16471msgstr "" 16472 16473#: config/tc-tic54x.c:2223 16474msgid ".var may only be used within a macro definition" 16475msgstr "" 16476 16477#: config/tc-tic54x.c:2231 16478msgid "Substitution symbols must begin with a letter" 16479msgstr "" 16480 16481#: config/tc-tic54x.c:2323 16482#, c-format 16483msgid "can't open macro library file '%s' for reading: %s" 16484msgstr "" 16485 16486#: config/tc-tic54x.c:2330 16487#, c-format 16488msgid "File '%s' not in macro archive format" 16489msgstr "" 16490 16491#: config/tc-tic54x.c:2460 16492#, c-format 16493msgid "Bad COFF version '%s'" 16494msgstr "" 16495 16496#: config/tc-tic54x.c:2469 16497#, c-format 16498msgid "Bad CPU version '%s'" 16499msgstr "" 16500 16501#: config/tc-tic54x.c:2482 config/tc-tic54x.c:2485 16502#, c-format 16503msgid "Can't redirect stderr to the file '%s'" 16504msgstr "" 16505 16506#: config/tc-tic54x.c:2598 16507#, c-format 16508msgid "Undefined substitution symbol '%s'" 16509msgstr "" 16510 16511#: config/tc-tic54x.c:3099 16512#, c-format 16513msgid "Unbalanced parenthesis in operand %d" 16514msgstr "" 16515 16516#: config/tc-tic54x.c:3130 config/tc-tic54x.c:3138 16517msgid "Expecting operand after ','" 16518msgstr "" 16519 16520#: config/tc-tic54x.c:3149 16521msgid "Extra junk on line" 16522msgstr "" 16523 16524#: config/tc-tic54x.c:3186 16525msgid "Badly formed address expression" 16526msgstr "" 16527 16528#: config/tc-tic54x.c:3439 16529#, c-format 16530msgid "Invalid dmad syntax '%s'" 16531msgstr "" 16532 16533#: config/tc-tic54x.c:3503 16534#, c-format 16535msgid "" 16536"Use the .mmregs directive to use memory-mapped register names such as '%s'" 16537msgstr "" 16538 16539#: config/tc-tic54x.c:3554 16540msgid "Address mode *+ARx is write-only. Results of reading are undefined." 16541msgstr "" 16542 16543#: config/tc-tic54x.c:3574 16544#, c-format 16545msgid "Unrecognized indirect address format \"%s\"" 16546msgstr "" 16547 16548#: config/tc-tic54x.c:3612 16549#, c-format 16550msgid "Operand '%s' out of range (%d <= x <= %d)" 16551msgstr "" 16552 16553#: config/tc-tic54x.c:3632 16554msgid "Error in relocation handling" 16555msgstr "" 16556 16557#: config/tc-tic54x.c:3651 config/tc-tic54x.c:3713 config/tc-tic54x.c:3741 16558#, c-format 16559msgid "Unrecognized condition code \"%s\"" 16560msgstr "" 16561 16562#: config/tc-tic54x.c:3668 16563#, c-format 16564msgid "Condition \"%s\" does not match preceding group" 16565msgstr "" 16566 16567#: config/tc-tic54x.c:3676 16568#, c-format 16569msgid "" 16570"Condition \"%s\" uses a different accumulator from a preceding condition" 16571msgstr "" 16572 16573#: config/tc-tic54x.c:3683 16574msgid "Only one comparison conditional allowed" 16575msgstr "" 16576 16577#: config/tc-tic54x.c:3688 16578msgid "Only one overflow conditional allowed" 16579msgstr "" 16580 16581#: config/tc-tic54x.c:3696 16582#, c-format 16583msgid "Duplicate %s conditional" 16584msgstr "" 16585 16586#: config/tc-tic54x.c:3727 16587msgid "Invalid auxiliary register (use AR0-AR7)" 16588msgstr "" 16589 16590#: config/tc-tic54x.c:3758 16591msgid "lk addressing modes are invalid for memory-mapped register addressing" 16592msgstr "" 16593 16594#: config/tc-tic54x.c:3766 16595msgid "" 16596"Address mode *+ARx is not allowed in memory-mapped register addressing. " 16597"Resulting behavior is undefined." 16598msgstr "" 16599 16600#: config/tc-tic54x.c:3792 16601msgid "" 16602"Destination accumulator for each part of this parallel instruction must be " 16603"different" 16604msgstr "" 16605 16606#: config/tc-tic54x.c:3841 16607#, c-format 16608msgid "Memory mapped register \"%s\" out of range" 16609msgstr "" 16610 16611#: config/tc-tic54x.c:3880 16612msgid "Invalid operand (use 1, 2, or 3)" 16613msgstr "" 16614 16615#: config/tc-tic54x.c:3906 16616msgid "A status register or status bit name is required" 16617msgstr "" 16618 16619#: config/tc-tic54x.c:3916 16620#, c-format 16621msgid "Unrecognized status bit \"%s\"" 16622msgstr "" 16623 16624#: config/tc-tic54x.c:3939 16625#, c-format 16626msgid "Invalid status register \"%s\"" 16627msgstr "" 16628 16629#: config/tc-tic54x.c:3951 16630#, c-format 16631msgid "Operand \"%s\" out of range (use 1 or 2)" 16632msgstr "" 16633 16634#: config/tc-tic54x.c:4154 16635#, c-format 16636msgid "Unrecognized instruction \"%s\"" 16637msgstr "" 16638 16639#: config/tc-tic54x.c:4183 16640#, c-format 16641msgid "Unrecognized operand list '%s' for instruction '%s'" 16642msgstr "" 16643 16644#: config/tc-tic54x.c:4212 16645#, c-format 16646msgid "Unrecognized parallel instruction \"%s\"" 16647msgstr "" 16648 16649#: config/tc-tic54x.c:4261 16650#, c-format 16651msgid "Invalid operand (s) for parallel instruction \"%s\"" 16652msgstr "" 16653 16654#: config/tc-tic54x.c:4264 16655#, c-format 16656msgid "Unrecognized parallel instruction combination \"%s || %s\"" 16657msgstr "" 16658 16659#: config/tc-tic54x.c:4485 16660#, c-format 16661msgid "%s symbol recursion stopped at second appearance of '%s'" 16662msgstr "" 16663 16664#: config/tc-tic54x.c:4525 16665msgid "Unrecognized substitution symbol function" 16666msgstr "" 16667 16668#: config/tc-tic54x.c:4530 16669msgid "Missing '(' after substitution symbol function" 16670msgstr "" 16671 16672#: config/tc-tic54x.c:4544 16673msgid "Expecting second argument" 16674msgstr "" 16675 16676#: config/tc-tic54x.c:4557 config/tc-tic54x.c:4607 16677msgid "Extra junk in function call, expecting ')'" 16678msgstr "" 16679 16680#: config/tc-tic54x.c:4583 16681msgid "Function expects two arguments" 16682msgstr "" 16683 16684#: config/tc-tic54x.c:4596 16685msgid "Expecting character constant argument" 16686msgstr "" 16687 16688#: config/tc-tic54x.c:4602 16689msgid "Both arguments must be substitution symbols" 16690msgstr "" 16691 16692#: config/tc-tic54x.c:4654 16693#, c-format 16694msgid "Invalid subscript (use 1 to %d)" 16695msgstr "" 16696 16697#: config/tc-tic54x.c:4664 16698#, c-format 16699msgid "Invalid length (use 0 to %d" 16700msgstr "" 16701 16702#: config/tc-tic54x.c:4674 16703msgid "Missing ')' in subscripted substitution symbol expression" 16704msgstr "" 16705 16706#: config/tc-tic54x.c:4694 16707msgid "Missing forced substitution terminator ':'" 16708msgstr "" 16709 16710#: config/tc-tic54x.c:4846 16711#, c-format 16712msgid "" 16713"Instruction does not fit in available delay slots (%d-word insn, %d slots " 16714"left)" 16715msgstr "" 16716 16717#: config/tc-tic54x.c:4887 16718#, c-format 16719msgid "Unrecognized parallel instruction '%s'" 16720msgstr "" 16721 16722#: config/tc-tic54x.c:4899 16723#, c-format 16724msgid "Instruction '%s' requires an LP cpu version" 16725msgstr "" 16726 16727#: config/tc-tic54x.c:4906 16728#, c-format 16729msgid "Instruction '%s' requires far mode addressing" 16730msgstr "" 16731 16732#: config/tc-tic54x.c:4918 16733#, c-format 16734msgid "" 16735"Instruction does not fit in available delay slots (%d-word insn, %d slots " 16736"left). Resulting behavior is undefined." 16737msgstr "" 16738 16739#: config/tc-tic54x.c:4928 16740msgid "" 16741"Instructions which cause PC discontinuity are not allowed in a delay slot. " 16742"Resulting behavior is undefined." 16743msgstr "" 16744 16745#: config/tc-tic54x.c:4939 16746#, c-format 16747msgid "'%s' is not repeatable. Resulting behavior is undefined." 16748msgstr "" 16749 16750#: config/tc-tic54x.c:4943 16751msgid "" 16752"Instructions using long offset modifiers or absolute addresses are not " 16753"repeatable. Resulting behavior is undefined." 16754msgstr "" 16755 16756#: config/tc-tic54x.c:5093 16757#, c-format 16758msgid "Unsupported relocation size %d" 16759msgstr "" 16760 16761#: config/tc-tic54x.c:5224 16762msgid "non-absolute value used with .space/.bes" 16763msgstr "" 16764 16765#: config/tc-tic54x.c:5228 16766#, c-format 16767msgid "negative value ignored in %s" 16768msgstr "" 16769 16770#: config/tc-tic54x.c:5316 16771#, c-format 16772msgid "attempt to .space/.bes backwards? (%ld)" 16773msgstr "" 16774 16775#: config/tc-tic6x.c:262 16776#, c-format 16777msgid "unknown -mpid= argument '%s'" 16778msgstr "" 16779 16780#: config/tc-tic6x.c:320 16781#, c-format 16782msgid "TMS320C6000 options:\n" 16783msgstr "" 16784 16785#: config/tc-tic6x.c:321 16786#, c-format 16787msgid " -march=ARCH enable instructions from architecture ARCH\n" 16788msgstr "" 16789 16790#: config/tc-tic6x.c:322 16791#, c-format 16792msgid " -mbig-endian generate big-endian code\n" 16793msgstr "" 16794 16795#: config/tc-tic6x.c:323 16796#, c-format 16797msgid " -mlittle-endian generate little-endian code\n" 16798msgstr "" 16799 16800#: config/tc-tic6x.c:324 16801#, c-format 16802msgid " -mdsbt code uses DSBT addressing\n" 16803msgstr "" 16804 16805#: config/tc-tic6x.c:325 16806#, c-format 16807msgid " -mno-dsbt code does not use DSBT addressing\n" 16808msgstr "" 16809 16810#: config/tc-tic6x.c:326 16811#, c-format 16812msgid "" 16813" -mpid=no code uses position-dependent data addressing\n" 16814msgstr "" 16815 16816#: config/tc-tic6x.c:327 16817#, c-format 16818msgid "" 16819" -mpid=near code uses position-independent data addressing,\n" 16820" GOT accesses use near DP addressing\n" 16821msgstr "" 16822 16823#: config/tc-tic6x.c:329 16824#, c-format 16825msgid "" 16826" -mpid=far code uses position-independent data addressing,\n" 16827" GOT accesses use far DP addressing\n" 16828msgstr "" 16829 16830#: config/tc-tic6x.c:331 16831#, c-format 16832msgid " -mpic code addressing is position-independent\n" 16833msgstr "" 16834 16835#: config/tc-tic6x.c:332 16836#, c-format 16837msgid " -mno-pic code addressing is position-dependent\n" 16838msgstr "" 16839 16840#: config/tc-tic6x.c:337 16841#, c-format 16842msgid "Supported ARCH values are:" 16843msgstr "" 16844 16845#: config/tc-tic6x.c:386 16846msgid "unexpected .cantunwind directive" 16847msgstr "" 16848 16849#: config/tc-tic6x.c:406 16850msgid "unexpected .handlerdata directive" 16851msgstr "" 16852 16853#: config/tc-tic6x.c:418 16854msgid "personality routine required before .handlerdata directive" 16855msgstr "" 16856 16857#: config/tc-tic6x.c:532 16858msgid "expected symbol" 16859msgstr "" 16860 16861#: config/tc-tic6x.c:579 16862msgid "expected comma after symbol name" 16863msgstr "" 16864 16865#: config/tc-tic6x.c:589 16866#, c-format 16867msgid "invalid length for .scomm directive" 16868msgstr "" 16869 16870#: config/tc-tic6x.c:603 16871msgid "alignment is not a positive number" 16872msgstr "" 16873 16874#: config/tc-tic6x.c:615 16875msgid "alignment is not a power of 2" 16876msgstr "" 16877 16878#: config/tc-tic6x.c:630 16879#, c-format 16880msgid "attempt to re-define symbol `%s'" 16881msgstr "" 16882 16883#: config/tc-tic6x.c:639 16884#, c-format 16885msgid "attempt to redefine `%s' with a different length" 16886msgstr "" 16887 16888#: config/tc-tic6x.c:841 16889msgid "multiple '||' on same line" 16890msgstr "" 16891 16892#: config/tc-tic6x.c:844 16893msgid "'||' after predicate" 16894msgstr "" 16895 16896#: config/tc-tic6x.c:888 16897msgid "multiple predicates on same line" 16898msgstr "" 16899 16900#: config/tc-tic6x.c:894 16901#, c-format 16902msgid "bad predicate '%s'" 16903msgstr "" 16904 16905#: config/tc-tic6x.c:905 16906msgid "predication on A0 not supported on this architecture" 16907msgstr "" 16908 16909#: config/tc-tic6x.c:938 16910msgid "label after '||'" 16911msgstr "" 16912 16913#: config/tc-tic6x.c:944 16914msgid "label after predicate" 16915msgstr "" 16916 16917#: config/tc-tic6x.c:968 16918msgid "'||' not followed by instruction" 16919msgstr "" 16920 16921#: config/tc-tic6x.c:974 16922msgid "predicate not followed by instruction" 16923msgstr "" 16924 16925#: config/tc-tic6x.c:1407 16926#, c-format 16927msgid "control register '%s' not supported on this architecture" 16928msgstr "" 16929 16930#: config/tc-tic6x.c:1586 config/tc-tic6x.c:1589 config/tc-tic6x.c:1642 16931#: config/tc-tic6x.c:1646 16932#, c-format 16933msgid "register number %u not supported on this architecture" 16934msgstr "" 16935 16936#: config/tc-tic6x.c:1617 16937#, c-format 16938msgid "register pair for operand %u of '%.*s' not a valid even/odd pair" 16939msgstr "" 16940 16941#: config/tc-tic6x.c:1673 16942#, c-format 16943msgid "junk after operand %u of '%.*s'" 16944msgstr "" 16945 16946#: config/tc-tic6x.c:1686 16947#, c-format 16948msgid "bad register or register pair for operand %u of '%.*s'" 16949msgstr "" 16950 16951#: config/tc-tic6x.c:1692 16952#, c-format 16953msgid "bad register for operand %u of '%.*s'" 16954msgstr "" 16955 16956#: config/tc-tic6x.c:1697 16957#, c-format 16958msgid "bad register pair for operand %u of '%.*s'" 16959msgstr "" 16960 16961#: config/tc-tic6x.c:1702 16962#, c-format 16963msgid "bad functional unit for operand %u of '%.*s'" 16964msgstr "" 16965 16966#: config/tc-tic6x.c:1707 16967#, c-format 16968msgid "bad operand %u of '%.*s'" 16969msgstr "" 16970 16971#: config/tc-tic6x.c:1839 16972msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE" 16973msgstr "" 16974 16975#: config/tc-tic6x.c:1879 16976msgid "$DSBT_INDEX not supported in this context" 16977msgstr "" 16978 16979#: config/tc-tic6x.c:1892 16980msgid "$GOT not supported in this context" 16981msgstr "" 16982 16983#: config/tc-tic6x.c:1909 16984msgid "$DPR_GOT not supported in this context" 16985msgstr "" 16986 16987#: config/tc-tic6x.c:1930 16988msgid "$DPR_BYTE not supported in this context" 16989msgstr "" 16990 16991#: config/tc-tic6x.c:1947 16992msgid "$DPR_HWORD not supported in this context" 16993msgstr "" 16994 16995#: config/tc-tic6x.c:1964 16996msgid "$DPR_WORD not supported in this context" 16997msgstr "" 16998 16999#: config/tc-tic6x.c:1983 17000msgid "$PCR_OFFSET not supported in this context" 17001msgstr "" 17002 17003#: config/tc-tic6x.c:1994 17004msgid "invalid PC-relative operand" 17005msgstr "" 17006 17007#: config/tc-tic6x.c:2031 17008#, c-format 17009msgid "no %d-byte relocations available" 17010msgstr "" 17011 17012#: config/tc-tic6x.c:2518 config/tc-tic6x.c:2549 config/tc-tic6x.c:2567 17013#: config/tc-tic6x.c:2997 config/tc-tic6x.c:3016 config/tc-tic6x.c:3048 17014#, c-format 17015msgid "operand %u of '%.*s' out of range" 17016msgstr "" 17017 17018#: config/tc-tic6x.c:2611 config/tc-tic6x.c:2836 17019#, c-format 17020msgid "offset in operand %u of '%.*s' not divisible by %u" 17021msgstr "" 17022 17023#: config/tc-tic6x.c:2828 config/tc-tic6x.c:2861 17024#, c-format 17025msgid "offset in operand %u of '%.*s' out of range" 17026msgstr "" 17027 17028#: config/tc-tic6x.c:2943 17029#, c-format 17030msgid "functional unit already masked for operand %u of '%.*s'" 17031msgstr "" 17032 17033#: config/tc-tic6x.c:2967 config/tc-tic6x.c:3726 17034#, c-format 17035msgid "'%.*s' instruction not in a software pipelined loop" 17036msgstr "" 17037 17038#: config/tc-tic6x.c:3066 17039#, c-format 17040msgid "instruction '%.*s' cannot be predicated" 17041msgstr "" 17042 17043#: config/tc-tic6x.c:3334 17044#, c-format 17045msgid "'%.*s' instruction not supported on this architecture" 17046msgstr "" 17047 17048#: config/tc-tic6x.c:3342 17049#, c-format 17050msgid "'%.*s' instruction not supported on this functional unit" 17051msgstr "" 17052 17053#: config/tc-tic6x.c:3350 17054#, c-format 17055msgid "" 17056"'%.*s' instruction not supported on this functional unit for this " 17057"architecture" 17058msgstr "" 17059 17060#: config/tc-tic6x.c:3370 17061msgid "missing operand after comma" 17062msgstr "" 17063 17064#: config/tc-tic6x.c:3378 config/tc-tic6x.c:3396 17065#, c-format 17066msgid "too many operands to '%.*s'" 17067msgstr "" 17068 17069#: config/tc-tic6x.c:3409 17070#, c-format 17071msgid "bad number of operands to '%.*s'" 17072msgstr "" 17073 17074#: config/tc-tic6x.c:3481 17075#, c-format 17076msgid "operand %u of '%.*s' not constant" 17077msgstr "" 17078 17079#: config/tc-tic6x.c:3486 17080#, c-format 17081msgid "operand %u of '%.*s' on wrong side" 17082msgstr "" 17083 17084#: config/tc-tic6x.c:3491 17085#, c-format 17086msgid "operand %u of '%.*s' not a valid return address register" 17087msgstr "" 17088 17089#: config/tc-tic6x.c:3497 17090#, c-format 17091msgid "operand %u of '%.*s' is write-only" 17092msgstr "" 17093 17094#: config/tc-tic6x.c:3502 17095#, c-format 17096msgid "operand %u of '%.*s' is read-only" 17097msgstr "" 17098 17099#: config/tc-tic6x.c:3507 17100#, c-format 17101msgid "operand %u of '%.*s' not a valid memory reference" 17102msgstr "" 17103 17104#: config/tc-tic6x.c:3513 17105#, c-format 17106msgid "operand %u of '%.*s' not a valid base address register" 17107msgstr "" 17108 17109#: config/tc-tic6x.c:3599 17110#, c-format 17111msgid "bad operand combination for '%.*s'" 17112msgstr "" 17113 17114#: config/tc-tic6x.c:3645 17115msgid "parallel instruction not following another instruction" 17116msgstr "" 17117 17118#: config/tc-tic6x.c:3651 17119msgid "too many instructions in execute packet" 17120msgstr "" 17121 17122#: config/tc-tic6x.c:3656 17123msgid "label not at start of execute packet" 17124msgstr "" 17125 17126#: config/tc-tic6x.c:3659 17127#, c-format 17128msgid "'%.*s' instruction not at start of execute packet" 17129msgstr "" 17130 17131#: config/tc-tic6x.c:3707 17132msgid "functional unit already used in this execute packet" 17133msgstr "" 17134 17135#: config/tc-tic6x.c:3715 17136msgid "nested software pipelined loop" 17137msgstr "" 17138 17139#: config/tc-tic6x.c:3734 17140msgid "'||^' without previous SPMASK" 17141msgstr "" 17142 17143#: config/tc-tic6x.c:3736 17144msgid "cannot mask instruction using no functional unit" 17145msgstr "" 17146 17147#: config/tc-tic6x.c:3748 17148msgid "functional unit already masked" 17149msgstr "" 17150 17151#: config/tc-tic6x.c:3813 17152msgid "value too large for 2-byte field" 17153msgstr "" 17154 17155#: config/tc-tic6x.c:3823 17156msgid "value too large for 1-byte field" 17157msgstr "" 17158 17159#: config/tc-tic6x.c:3950 17160msgid "immediate offset not 2-byte-aligned" 17161msgstr "" 17162 17163#: config/tc-tic6x.c:3978 17164msgid "immediate offset not 4-byte-aligned" 17165msgstr "" 17166 17167#: config/tc-tic6x.c:3992 17168msgid "addend used with $DSBT_INDEX" 17169msgstr "" 17170 17171#: config/tc-tic6x.c:4006 config/tc-tic6x.c:4024 config/tc-tic6x.c:4042 17172#: config/tc-tic6x.c:4060 17173msgid "PC-relative offset not 4-byte-aligned" 17174msgstr "" 17175 17176#: config/tc-tic6x.c:4009 config/tc-tic6x.c:4027 config/tc-tic6x.c:4045 17177#: config/tc-tic6x.c:4063 17178msgid "PC-relative offset out of range" 17179msgstr "" 17180 17181#: config/tc-tic6x.c:4542 17182#, c-format 17183msgid "undefined symbol %s in PCR relocation" 17184msgstr "" 17185 17186#: config/tc-tic6x.c:4660 17187#, c-format 17188msgid "group section `%s' has no group signature" 17189msgstr "" 17190 17191#: config/tc-tic6x.c:4811 17192msgid "missing .endp before .cfi_startproc" 17193msgstr "" 17194 17195#: config/tc-tic6x.c:4916 17196msgid "stack pointer offset too large for personality routine" 17197msgstr "" 17198 17199#: config/tc-tic6x.c:4923 17200msgid "stack frame layout does not match personality routine" 17201msgstr "" 17202 17203#: config/tc-tic6x.c:5057 17204msgid "too many unwinding instructions" 17205msgstr "" 17206 17207#: config/tc-tic6x.c:5132 config/tc-tic6x.c:5145 config/tc-tic6x.c:5153 17208#, c-format 17209msgid "unable to generate unwinding opcode for reg %d" 17210msgstr "" 17211 17212#: config/tc-tic6x.c:5162 17213msgid "unable to restore return address from previously restored reg" 17214msgstr "" 17215 17216#: config/tc-tic6x.c:5174 17217#, c-format 17218msgid "unhandled CFA insn for unwinding (%d)" 17219msgstr "" 17220 17221#: config/tc-tic6x.c:5184 17222#, c-format 17223msgid "unable to generate unwinding opcode for frame pointer reg %d" 17224msgstr "" 17225 17226#: config/tc-tic6x.c:5193 17227msgid "unable to generate unwinding opcode for frame pointer offset" 17228msgstr "" 17229 17230#: config/tc-tic6x.c:5202 17231msgid "unwound stack pointer not doubleword aligned" 17232msgstr "" 17233 17234#: config/tc-tic6x.c:5347 17235msgid "stack frame layout too complex for unwinder" 17236msgstr "" 17237 17238#: config/tc-tic6x.c:5364 17239msgid "unwound frame has negative size" 17240msgstr "" 17241 17242#: config/tc-tilegx.c:142 17243#, c-format 17244msgid "" 17245" -Q ignored\n" 17246" -V print assembler version number\n" 17247" -EB/-EL generate big-endian/little-endian code\n" 17248" --32/--64 generate 32bit/64bit code\n" 17249msgstr "" 17250 17251#: config/tc-tilegx.c:736 config/tc-tilepro.c:627 17252msgid "Invalid operator for operand." 17253msgstr "" 17254 17255#: config/tc-tilegx.c:757 config/tc-tilepro.c:648 17256msgid "Operator may only be applied to symbols." 17257msgstr "" 17258 17259#: config/tc-tilegx.c:822 config/tc-tilepro.c:713 17260#, c-format 17261msgid "Writes to register '%s' are not allowed." 17262msgstr "" 17263 17264#: config/tc-tilegx.c:849 config/tc-tilepro.c:740 17265#, c-format 17266msgid "" 17267"Two instructions in the same bundle both write to register %s, which is not " 17268"allowed." 17269msgstr "" 17270 17271#: config/tc-tilegx.c:914 config/tc-tilepro.c:804 17272#, c-format 17273msgid "'%s' may not be bundled with other instructions." 17274msgstr "" 17275 17276#: config/tc-tilegx.c:944 config/tc-tilepro.c:834 17277msgid "Invalid combination of instructions for bundle." 17278msgstr "" 17279 17280#: config/tc-tilegx.c:979 config/tc-tilepro.c:869 17281msgid "instruction address is not a multiple of 8" 17282msgstr "" 17283 17284#: config/tc-tilegx.c:1056 config/tc-tilepro.c:947 17285msgid "Invalid expression." 17286msgstr "" 17287 17288#: config/tc-tilegx.c:1102 config/tc-tilepro.c:989 17289#, c-format 17290msgid "Expected register, got '%s'." 17291msgstr "" 17292 17293#: config/tc-tilegx.c:1109 config/tc-tilepro.c:996 17294#, c-format 17295msgid "Found use of non-canonical register name %s; use %s instead." 17296msgstr "" 17297 17298#: config/tc-tilegx.c:1169 config/tc-tilepro.c:1055 17299#, c-format 17300msgid "Too few operands to '%s'." 17301msgstr "" 17302 17303#: config/tc-tilegx.c:1174 config/tc-tilepro.c:1060 17304#, c-format 17305msgid "Unexpected character '%c' after operand %d to %s." 17306msgstr "" 17307 17308#: config/tc-tilegx.c:1195 config/tc-tilepro.c:1081 17309msgid "Expected immediate expression" 17310msgstr "" 17311 17312#: config/tc-tilegx.c:1208 config/tc-tilegx.c:1813 config/tc-tilepro.c:1094 17313#: config/tc-tilepro.c:1593 17314msgid "Found '}' when not bundling." 17315msgstr "" 17316 17317#: config/tc-tilegx.c:1249 config/tc-tilepro.c:1134 17318#, c-format 17319msgid "Unknown opcode `%.*s'." 17320msgstr "" 17321 17322#: config/tc-tilegx.c:1260 config/tc-tilepro.c:1145 17323msgid "Too many instructions for bundle." 17324msgstr "" 17325 17326#: config/tc-tilegx.c:1355 config/tc-tilepro.c:1230 17327msgid "Bad call to md_atof ()" 17328msgstr "" 17329 17330#: config/tc-tilegx.c:1431 config/tc-tilepro.c:1293 17331msgid "This operator only produces two byte values." 17332msgstr "" 17333 17334#: config/tc-tilegx.c:1457 config/tc-tilepro.c:1319 17335#, c-format 17336msgid "unsupported BFD relocation size %d" 17337msgstr "" 17338 17339#: config/tc-tilegx.c:1758 config/tc-tilepro.c:1538 17340#, c-format 17341msgid "internal error? cannot generate `%s' relocation (%d, %d)" 17342msgstr "" 17343 17344#: config/tc-tilegx.c:1801 config/tc-tilepro.c:1581 17345msgid "Found '{' when already bundling." 17346msgstr "" 17347 17348#: config/tc-tilepro.c:99 17349#, c-format 17350msgid "" 17351" -Q ignored\n" 17352" -V print assembler version number\n" 17353msgstr "" 17354 17355#: config/tc-v850.c:294 17356#, c-format 17357msgid ".COMMon length (%d.) < 0! Ignored." 17358msgstr "" 17359 17360#: config/tc-v850.c:315 17361#, c-format 17362msgid "Length of .comm \"%s\" is already %ld. Not changed to %d." 17363msgstr "" 17364 17365#: config/tc-v850.c:341 17366msgid "Common alignment negative; 0 assumed" 17367msgstr "" 17368 17369#: config/tc-v850.c:545 17370msgid ".longcall pseudo-op seen when not relaxing" 17371msgstr "" 17372 17373#: config/tc-v850.c:547 17374msgid ".longjump pseudo-op seen when not relaxing" 17375msgstr "" 17376 17377#: config/tc-v850.c:554 17378msgid "bad .longcall format" 17379msgstr "" 17380 17381#: config/tc-v850.c:1393 17382#, c-format 17383msgid "unknown operand shift: %x\n" 17384msgstr "" 17385 17386#: config/tc-v850.c:1394 17387msgid "internal failure in parse_register_list" 17388msgstr "" 17389 17390#: config/tc-v850.c:1410 17391msgid "constant expression or register list expected" 17392msgstr "" 17393 17394#: config/tc-v850.c:1415 17395msgid "high bits set in register list expression" 17396msgstr "" 17397 17398#: config/tc-v850.c:1453 config/tc-v850.c:1510 17399msgid "illegal register included in list" 17400msgstr "" 17401 17402#: config/tc-v850.c:1459 17403msgid "system registers cannot be included in list" 17404msgstr "" 17405 17406#: config/tc-v850.c:1485 17407msgid "second register should follow dash in register list" 17408msgstr "" 17409 17410#: config/tc-v850.c:1490 17411msgid "second register should be greater than first register" 17412msgstr "" 17413 17414#: config/tc-v850.c:1540 17415#, c-format 17416msgid " V850 options:\n" 17417msgstr "" 17418 17419#: config/tc-v850.c:1541 17420#, c-format 17421msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n" 17422msgstr "" 17423 17424#: config/tc-v850.c:1542 17425#, c-format 17426msgid "" 17427" -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n" 17428msgstr "" 17429 17430#: config/tc-v850.c:1543 17431#, c-format 17432msgid " -mv850 The code is targeted at the v850\n" 17433msgstr "" 17434 17435#: config/tc-v850.c:1544 17436#, c-format 17437msgid " -mv850e The code is targeted at the v850e\n" 17438msgstr "" 17439 17440#: config/tc-v850.c:1545 17441#, c-format 17442msgid " -mv850e1 The code is targeted at the v850e1\n" 17443msgstr "" 17444 17445#: config/tc-v850.c:1546 17446#, c-format 17447msgid " -mv850e2 The code is targeted at the v850e2\n" 17448msgstr "" 17449 17450#: config/tc-v850.c:1547 17451#, c-format 17452msgid " -mv850e2v3 The code is targeted at the v850e2v3\n" 17453msgstr "" 17454 17455#: config/tc-v850.c:1548 17456#, c-format 17457msgid " -mv850e2v4 Alias for -mv850e3v5\n" 17458msgstr "" 17459 17460#: config/tc-v850.c:1549 17461#, c-format 17462msgid " -mv850e3v5 The code is targeted at the v850e3v5\n" 17463msgstr "" 17464 17465#: config/tc-v850.c:1550 17466#, c-format 17467msgid " -mrelax Enable relaxation\n" 17468msgstr "" 17469 17470#: config/tc-v850.c:1551 17471#, c-format 17472msgid "" 17473" --disp-size-default-22 branch displacement with unknown size is 22 bits " 17474"(default)\n" 17475msgstr "" 17476 17477#: config/tc-v850.c:1552 17478#, c-format 17479msgid "" 17480" --disp-size-default-32 branch displacement with unknown size is 32 " 17481"bits\n" 17482msgstr "" 17483 17484#: config/tc-v850.c:1553 17485#, c-format 17486msgid " -mextension enable extension opcode support\n" 17487msgstr "" 17488 17489#: config/tc-v850.c:1554 17490#, c-format 17491msgid " -mno-bcond17\t\t disable b<cond> disp17 instruction\n" 17492msgstr "" 17493 17494#: config/tc-v850.c:1555 17495#, c-format 17496msgid " -mno-stld23\t\t disable st/ld offset23 instruction\n" 17497msgstr "" 17498 17499#: config/tc-v850.c:1556 17500#, c-format 17501msgid " -mgcc-abi Mark the binary as using the old GCC ABI\n" 17502msgstr "" 17503 17504#: config/tc-v850.c:1557 17505#, c-format 17506msgid "" 17507" -mrh850-abi Mark the binary as using the RH850 ABI " 17508"(default)\n" 17509msgstr "" 17510 17511#: config/tc-v850.c:1558 17512#, c-format 17513msgid " -m8byte-align Mark the binary as using 64-bit alignment\n" 17514msgstr "" 17515 17516#: config/tc-v850.c:1559 17517#, c-format 17518msgid "" 17519" -m4byte-align Mark the binary as using 32-bit alignment " 17520"(default)\n" 17521msgstr "" 17522 17523#: config/tc-v850.c:1560 17524#, c-format 17525msgid "" 17526" -msoft-float Mark the binary as not using FP insns (default " 17527"for pre e2v3)\n" 17528msgstr "" 17529 17530#: config/tc-v850.c:1561 17531#, c-format 17532msgid "" 17533" -mhard-float Mark the binary as using FP insns (default for " 17534"e2v3 and up)\n" 17535msgstr "" 17536 17537#: config/tc-v850.c:1949 17538#, c-format 17539msgid "Unable to determine default target processor from string: %s" 17540msgstr "" 17541 17542#: config/tc-v850.c:1993 17543msgid "hi0() relocation used on an instruction which does not support it" 17544msgstr "" 17545 17546#: config/tc-v850.c:2013 17547msgid "hi() relocation used on an instruction which does not support it" 17548msgstr "" 17549 17550#: config/tc-v850.c:2036 17551msgid "lo() relocation used on an instruction which does not support it" 17552msgstr "" 17553 17554#: config/tc-v850.c:2046 17555msgid "ctoff() is not supported by the rh850 ABI. Use -mgcc-abi instead" 17556msgstr "" 17557 17558#: config/tc-v850.c:2062 17559msgid "ctoff() relocation used on an instruction which does not support it" 17560msgstr "" 17561 17562#: config/tc-v850.c:2081 17563msgid "sdaoff() relocation used on an instruction which does not support it" 17564msgstr "" 17565 17566#: config/tc-v850.c:2100 17567msgid "zdaoff() relocation used on an instruction which does not support it" 17568msgstr "" 17569 17570#: config/tc-v850.c:2132 17571msgid "tdaoff() relocation used on an instruction which does not support it" 17572msgstr "" 17573 17574#: config/tc-v850.c:2273 17575#, c-format 17576msgid "operand out of range (%d is not between %d and %d)" 17577msgstr "" 17578 17579#: config/tc-v850.c:2356 17580msgid "st/ld offset 23 instruction was disabled ." 17581msgstr "" 17582 17583#: config/tc-v850.c:2365 17584msgid "Target processor does not support this instruction." 17585msgstr "" 17586 17587#: config/tc-v850.c:2477 config/tc-v850.c:2487 config/tc-v850.c:2508 17588#: config/tc-v850.c:2522 config/tc-v850.c:2528 config/tc-v850.c:2552 17589#: config/tc-v850.c:2558 config/tc-v850.c:2565 config/tc-v850.c:2579 17590#: config/tc-v850.c:2593 config/tc-v850.c:2599 config/tc-v850.c:2936 17591msgid "immediate operand is too large" 17592msgstr "" 17593 17594#: config/tc-v850.c:2494 17595#, c-format 17596msgid "AAARG -> unhandled constant reloc: %d" 17597msgstr "" 17598 17599#: config/tc-v850.c:2629 config/tc-v850.c:2640 17600msgid "constant too big to fit into instruction" 17601msgstr "" 17602 17603#: config/tc-v850.c:2715 17604msgid "odd number cannot be used here" 17605msgstr "" 17606 17607#: config/tc-v850.c:2760 17608msgid "invalid register name" 17609msgstr "" 17610 17611#: config/tc-v850.c:2766 17612msgid "register r0 cannot be used here" 17613msgstr "" 17614 17615#: config/tc-v850.c:2772 17616msgid "odd register cannot be used here" 17617msgstr "" 17618 17619#: config/tc-v850.c:2781 17620msgid "invalid system register name" 17621msgstr "" 17622 17623#: config/tc-v850.c:2795 17624msgid "expected EP register" 17625msgstr "" 17626 17627#: config/tc-v850.c:2812 config/tc-v850.c:2825 17628msgid "invalid condition code name" 17629msgstr "" 17630 17631#: config/tc-v850.c:2818 17632msgid "condition sa cannot be used here" 17633msgstr "" 17634 17635#: config/tc-v850.c:2831 17636msgid "invalid cache oparation name" 17637msgstr "" 17638 17639#: config/tc-v850.c:2836 17640msgid "invalid pref oparation name" 17641msgstr "" 17642 17643#: config/tc-v850.c:2841 17644msgid "invalid vector register name" 17645msgstr "" 17646 17647#: config/tc-v850.c:2879 17648msgid "syntax error: value is missing before the register name" 17649msgstr "" 17650 17651#: config/tc-v850.c:2881 17652msgid "syntax error: register not expected" 17653msgstr "" 17654 17655#: config/tc-v850.c:2895 17656msgid "syntax error: system register not expected" 17657msgstr "" 17658 17659#: config/tc-v850.c:2900 config/tc-v850.c:2905 17660msgid "syntax error: condition code not expected" 17661msgstr "" 17662 17663#: config/tc-v850.c:2910 17664msgid "syntax error: vector register not expected" 17665msgstr "" 17666 17667#: config/tc-v850.c:2920 17668msgid "immediate 0 cannot be used here" 17669msgstr "" 17670 17671#: config/tc-v850.c:2944 17672msgid "immediate operand is not match" 17673msgstr "" 17674 17675#: config/tc-v850.c:2957 17676msgid "displacement is too large" 17677msgstr "" 17678 17679#: config/tc-v850.c:2975 config/tc-xtensa.c:12941 17680msgid "invalid operand" 17681msgstr "" 17682 17683#: config/tc-v850.c:3088 17684msgid "loop: 32-bit displacement not supported" 17685msgstr "" 17686 17687#: config/tc-vax.c:1344 17688msgid "no '[' to match ']'" 17689msgstr "" 17690 17691#: config/tc-vax.c:1360 17692msgid "bad register in []" 17693msgstr "" 17694 17695#: config/tc-vax.c:1362 17696msgid "[PC] index banned" 17697msgstr "" 17698 17699#: config/tc-vax.c:1398 17700msgid "no '(' to match ')'" 17701msgstr "" 17702 17703#: config/tc-vax.c:1514 17704msgid "invalid branch operand" 17705msgstr "" 17706 17707#: config/tc-vax.c:1541 17708msgid "address prohibits @" 17709msgstr "" 17710 17711#: config/tc-vax.c:1543 17712msgid "address prohibits #" 17713msgstr "" 17714 17715#: config/tc-vax.c:1547 17716msgid "address prohibits -()" 17717msgstr "" 17718 17719#: config/tc-vax.c:1549 17720msgid "address prohibits ()+" 17721msgstr "" 17722 17723#: config/tc-vax.c:1552 17724msgid "address prohibits ()" 17725msgstr "" 17726 17727#: config/tc-vax.c:1554 17728msgid "address prohibits []" 17729msgstr "" 17730 17731#: config/tc-vax.c:1556 17732msgid "address prohibits register" 17733msgstr "" 17734 17735#: config/tc-vax.c:1558 17736msgid "address prohibits displacement length specifier" 17737msgstr "" 17738 17739#: config/tc-vax.c:1586 17740msgid "invalid operand of S^#" 17741msgstr "" 17742 17743#: config/tc-vax.c:1599 17744msgid "S^# needs expression" 17745msgstr "" 17746 17747#: config/tc-vax.c:1606 17748msgid "S^# may only read-access" 17749msgstr "" 17750 17751#: config/tc-vax.c:1629 17752msgid "invalid operand of -()" 17753msgstr "" 17754 17755#: config/tc-vax.c:1635 17756msgid "-(PC) unpredictable" 17757msgstr "" 17758 17759#: config/tc-vax.c:1637 17760msgid "[]index same as -()register: unpredictable" 17761msgstr "" 17762 17763#: config/tc-vax.c:1669 17764msgid "invalid operand of ()+" 17765msgstr "" 17766 17767#: config/tc-vax.c:1675 17768msgid "(PC)+ unpredictable" 17769msgstr "" 17770 17771#: config/tc-vax.c:1677 17772msgid "[]index same as ()+register: unpredictable" 17773msgstr "" 17774 17775#: config/tc-vax.c:1700 17776msgid "# conflicts length" 17777msgstr "" 17778 17779#: config/tc-vax.c:1702 17780msgid "# bars register" 17781msgstr "" 17782 17783#: config/tc-vax.c:1722 17784msgid "writing or modifying # is unpredictable" 17785msgstr "" 17786 17787#: config/tc-vax.c:1748 17788msgid "length not needed" 17789msgstr "" 17790 17791#: config/tc-vax.c:1755 17792msgid "can't []index a register, because it has no address" 17793msgstr "" 17794 17795#: config/tc-vax.c:1757 17796msgid "a register has no address" 17797msgstr "" 17798 17799#: config/tc-vax.c:1766 17800msgid "PC part of operand unpredictable" 17801msgstr "" 17802 17803#: config/tc-vax.c:1922 17804msgid "odd number of bytes in operand description" 17805msgstr "" 17806 17807#: config/tc-vax.c:1936 17808msgid "Bad operand" 17809msgstr "" 17810 17811#: config/tc-vax.c:1941 17812msgid "Not enough operands" 17813msgstr "" 17814 17815#: config/tc-vax.c:2218 17816msgid "SYMBOL TABLE not implemented" 17817msgstr "" 17818 17819#: config/tc-vax.c:2222 17820msgid "TOKEN TRACE not implemented" 17821msgstr "" 17822 17823#: config/tc-vax.c:2226 17824#, c-format 17825msgid "Displacement length %s ignored!" 17826msgstr "" 17827 17828#: config/tc-vax.c:2230 17829#, c-format 17830msgid "I don't need or use temp. file \"%s\"." 17831msgstr "" 17832 17833#: config/tc-vax.c:2234 17834msgid "I don't use an interpass file! -V ignored" 17835msgstr "" 17836 17837#: config/tc-vax.c:2291 17838#, c-format 17839msgid "" 17840"VAX options:\n" 17841"-d LENGTH\t\tignored\n" 17842"-J\t\t\tignored\n" 17843"-S\t\t\tignored\n" 17844"-t FILE\t\t\tignored\n" 17845"-T\t\t\tignored\n" 17846"-V\t\t\tignored\n" 17847msgstr "" 17848 17849#: config/tc-vax.c:2300 17850#, c-format 17851msgid "" 17852"VMS options:\n" 17853"-+\t\t\thash encode names longer than 31 characters\n" 17854"-1\t\t\t`const' handling compatible with gcc 1.x\n" 17855"-H\t\t\tshow new symbol after hash truncation\n" 17856"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n" 17857"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n" 17858"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n" 17859msgstr "" 17860 17861#: config/tc-vax.c:2465 17862#, c-format 17863msgid "Ignoring statement due to \"%s\"" 17864msgstr "" 17865 17866#: config/tc-vax.c:2482 17867#, c-format 17868msgid "Aborting because statement has \"%s\"" 17869msgstr "" 17870 17871#: config/tc-vax.c:2527 17872msgid "Can't relocate expression" 17873msgstr "" 17874 17875#: config/tc-vax.c:2630 17876msgid "Bignum not permitted in short literal. Immediate mode assumed." 17877msgstr "" 17878 17879#: config/tc-vax.c:2639 17880msgid "Can't do flonum short literal: immediate mode used." 17881msgstr "" 17882 17883#: config/tc-vax.c:2686 17884#, c-format 17885msgid "A bignum/flonum may not be a displacement: 0x%lx used" 17886msgstr "" 17887 17888#: config/tc-vax.c:2998 17889#, c-format 17890msgid "Short literal overflow(%ld.), immediate mode assumed." 17891msgstr "" 17892 17893#: config/tc-vax.c:3007 17894#, c-format 17895msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s" 17896msgstr "" 17897 17898#: config/tc-vax.c:3072 17899msgid "Length specification ignored. Address mode 9F used" 17900msgstr "" 17901 17902#: config/tc-vax.c:3130 17903msgid "Invalid operand: immediate value used as base address." 17904msgstr "" 17905 17906#: config/tc-vax.c:3132 17907msgid "Invalid operand: immediate value used as address." 17908msgstr "" 17909 17910#: config/tc-vax.c:3157 17911#, c-format 17912msgid "Symbol %s used as immediate operand in PIC mode." 17913msgstr "" 17914 17915#: config/tc-vax.c:3262 17916#, c-format 17917msgid "VIP_BEGIN error:%s" 17918msgstr "" 17919 17920#: config/tc-visium.c:862 17921msgid "Bad call to MD_ATOF()" 17922msgstr "" 17923 17924#: config/tc-xc16x.c:218 17925#, c-format 17926msgid " XC16X specific command line options:\n" 17927msgstr "" 17928 17929#: config/tc-xgate.c:215 17930msgid " architecture variant invalid" 17931msgstr "" 17932 17933#: config/tc-xgate.c:370 17934#, c-format 17935msgid "" 17936"Freescale XGATE co-processor options:\n" 17937" -mshort use 16-bit int ABI (default)\n" 17938" -mlong use 32-bit int ABI\n" 17939" -mshort-double use 32-bit double ABI\n" 17940" -mlong-double use 64-bit double ABI (default)\n" 17941" --mxgate specify the processor variant[default %s]\n" 17942" --print-insn-syntax print the syntax of instruction in case of error\n" 17943" --print-opcodes print the list of instructions with syntax\n" 17944" --generate-example generate an example of each instruction" 17945msgstr "" 17946 17947#: config/tc-xgate.c:493 17948msgid "opcode missing or not found on input line" 17949msgstr "" 17950 17951#: config/tc-xgate.c:498 17952#, c-format 17953msgid "opcode %s not found in opcode hash table" 17954msgstr "" 17955 17956#: config/tc-xgate.c:511 17957msgid "matching operands to opcode " 17958msgstr "" 17959 17960#: config/tc-xgate.c:549 17961msgid ": processing macro, real opcode handle not found in hash" 17962msgstr "" 17963 17964#: config/tc-xgate.c:680 17965#, c-format 17966msgid "Value %ld not aligned by 2 for 9-bit PC-relative branch." 17967msgstr "" 17968 17969#: config/tc-xgate.c:697 17970#, c-format 17971msgid "Value %ld not aligned by 2 for 10-bit PC-relative branch." 17972msgstr "" 17973 17974#: config/tc-xgate.c:724 17975msgid "Value out of 3-bit range." 17976msgstr "" 17977 17978#: config/tc-xgate.c:731 17979msgid "Value out of 4-bit range." 17980msgstr "" 17981 17982#: config/tc-xgate.c:738 17983msgid "Value out of 5-bit range." 17984msgstr "" 17985 17986#: config/tc-xgate.c:875 17987msgid ":operand has too many bits" 17988msgstr "" 17989 17990#: config/tc-xgate.c:987 17991msgid "unknown operand count" 17992msgstr "" 17993 17994#: config/tc-xgate.c:1230 config/tc-xgate.c:1242 17995msgid ": expected register name r0-r7 " 17996msgstr "" 17997 17998#: config/tc-xgate.c:1278 17999#, c-format 18000msgid ":operand value(%d) too big for constraint" 18001msgstr "" 18002 18003#: config/tc-xgate.c:1296 18004msgid "you must use a hi/lo directive or 16-bit macro to load a 16-bit value." 18005msgstr "" 18006 18007#: config/tc-xgate.c:1309 18008msgid ":unknown relocation constraint size" 18009msgstr "" 18010 18011#: config/tc-xgate.c:1316 18012msgid ": expected register name ccr " 18013msgstr "" 18014 18015#: config/tc-xgate.c:1322 18016msgid ": expected register name pc " 18017msgstr "" 18018 18019#: config/tc-xstormy16.c:77 18020#, c-format 18021msgid " XSTORMY16 specific command line options:\n" 18022msgstr "" 18023 18024#: config/tc-xstormy16.c:223 18025#, c-format 18026msgid "unsupported fptr fixup size %d" 18027msgstr "" 18028 18029#: config/tc-xstormy16.c:235 18030#, c-format 18031msgid "unsupported fixup size %d" 18032msgstr "" 18033 18034#: config/tc-xstormy16.c:266 18035msgid "unsupported fptr fixup" 18036msgstr "" 18037 18038#: config/tc-xtensa.c:643 18039msgid "illegal range of target hardware versions" 18040msgstr "" 18041 18042#: config/tc-xtensa.c:814 18043msgid "--density option is ignored" 18044msgstr "" 18045 18046#: config/tc-xtensa.c:817 18047msgid "--no-density option is ignored" 18048msgstr "" 18049 18050#: config/tc-xtensa.c:835 18051msgid "--generics is deprecated; use --transform instead" 18052msgstr "" 18053 18054#: config/tc-xtensa.c:838 18055msgid "--no-generics is deprecated; use --no-transform instead" 18056msgstr "" 18057 18058#: config/tc-xtensa.c:841 18059msgid "--relax is deprecated; use --transform instead" 18060msgstr "" 18061 18062#: config/tc-xtensa.c:844 18063msgid "--no-relax is deprecated; use --no-transform instead" 18064msgstr "" 18065 18066#: config/tc-xtensa.c:861 18067msgid "--absolute-literals option not supported in this Xtensa configuration" 18068msgstr "" 18069 18070#: config/tc-xtensa.c:934 18071msgid "prefer-l32r conflicts with prefer-const16" 18072msgstr "" 18073 18074#: config/tc-xtensa.c:940 18075msgid "prefer-const16 conflicts with prefer-l32r" 18076msgstr "" 18077 18078#: config/tc-xtensa.c:949 config/tc-xtensa.c:958 config/tc-xtensa.c:962 18079msgid "invalid target hardware version" 18080msgstr "" 18081 18082#: config/tc-xtensa.c:1006 18083msgid "no-auto-litpools is incompatible with auto-litpool-limit" 18084msgstr "" 18085 18086#: config/tc-xtensa.c:1008 config/tc-xtensa.c:1011 18087msgid "invalid auto-litpool-limit argument" 18088msgstr "" 18089 18090#: config/tc-xtensa.c:1013 18091msgid "invalid auto-litpool-limit argument (range is 100-10000)" 18092msgstr "" 18093 18094#: config/tc-xtensa.c:1190 18095msgid "unmatched end directive" 18096msgstr "" 18097 18098#: config/tc-xtensa.c:1219 18099msgid ".begin directive with no matching .end directive" 18100msgstr "" 18101 18102#: config/tc-xtensa.c:1260 18103msgid "[no-]generics is deprecated; use [no-]transform instead" 18104msgstr "" 18105 18106#: config/tc-xtensa.c:1265 18107msgid "[no-]relax is deprecated; use [no-]transform instead" 18108msgstr "" 18109 18110#: config/tc-xtensa.c:1278 18111#, c-format 18112msgid "directive %s cannot be negated" 18113msgstr "" 18114 18115#: config/tc-xtensa.c:1284 18116msgid "unknown directive" 18117msgstr "" 18118 18119#: config/tc-xtensa.c:1305 config/tc-xtensa.c:1401 config/tc-xtensa.c:1643 18120#: config/tc-xtensa.c:5873 18121msgid "directives are not valid inside bundles" 18122msgstr "" 18123 18124#: config/tc-xtensa.c:1317 18125msgid ".begin literal is deprecated; use .literal instead" 18126msgstr "" 18127 18128#: config/tc-xtensa.c:1331 18129msgid "cannot set literal_prefix inside literal fragment" 18130msgstr "" 18131 18132#: config/tc-xtensa.c:1364 18133msgid ".begin [no-]density is ignored" 18134msgstr "" 18135 18136#: config/tc-xtensa.c:1371 config/tc-xtensa.c:1421 18137msgid "Xtensa absolute literals option not supported; ignored" 18138msgstr "" 18139 18140#: config/tc-xtensa.c:1414 18141msgid ".end [no-]density is ignored" 18142msgstr "" 18143 18144#: config/tc-xtensa.c:1439 18145#, c-format 18146msgid "does not match begin %s%s at %s:%d" 18147msgstr "" 18148 18149#: config/tc-xtensa.c:1494 18150msgid ".literal_position inside literal directive; ignoring" 18151msgstr "" 18152 18153#: config/tc-xtensa.c:1514 18154msgid ".literal not allowed inside .begin literal region" 18155msgstr "" 18156 18157#: config/tc-xtensa.c:1553 18158msgid "expected comma or colon after symbol name; rest of line ignored" 18159msgstr "" 18160 18161#: config/tc-xtensa.c:1612 18162msgid "fall through frequency must be greater than 0" 18163msgstr "" 18164 18165#: config/tc-xtensa.c:1620 18166msgid "branch target frequency must be greater than 0" 18167msgstr "" 18168 18169#: config/tc-xtensa.c:1668 18170#, c-format 18171msgid "opcode-specific %s relocation used outside an instruction" 18172msgstr "" 18173 18174#: config/tc-xtensa.c:1676 18175#, c-format 18176msgid "invalid use of %s relocation" 18177msgstr "" 18178 18179#: config/tc-xtensa.c:1872 config/tc-xtensa.c:1889 18180#, c-format 18181msgid "bad register name: %s" 18182msgstr "" 18183 18184#: config/tc-xtensa.c:1878 18185#, c-format 18186msgid "bad register number: %s" 18187msgstr "" 18188 18189#: config/tc-xtensa.c:1942 18190msgid "pcrel relocation not allowed in an instruction" 18191msgstr "" 18192 18193#: config/tc-xtensa.c:1959 18194msgid "register number out of range" 18195msgstr "" 18196 18197#: config/tc-xtensa.c:2045 18198msgid "extra colon" 18199msgstr "" 18200 18201#: config/tc-xtensa.c:2106 18202msgid "incorrect register number, ignoring" 18203msgstr "" 18204 18205#: config/tc-xtensa.c:2187 18206#, c-format 18207msgid "cannot encode opcode \"%s\"" 18208msgstr "" 18209 18210#: config/tc-xtensa.c:2279 18211#, c-format 18212msgid "not enough operands (%d) for '%s'; expected %d" 18213msgstr "" 18214 18215#: config/tc-xtensa.c:2286 18216#, c-format 18217msgid "too many operands (%d) for '%s'; expected %d" 18218msgstr "" 18219 18220#: config/tc-xtensa.c:2337 18221#, c-format 18222msgid "invalid register '%s' for '%s' instruction" 18223msgstr "" 18224 18225#: config/tc-xtensa.c:2344 18226#, c-format 18227msgid "invalid register number (%ld) for '%s' instruction" 18228msgstr "" 18229 18230#: config/tc-xtensa.c:2411 18231#, c-format 18232msgid "invalid register number (%ld) for '%s'" 18233msgstr "" 18234 18235#: config/tc-xtensa.c:2798 18236#, c-format 18237msgid "operand %d of '%s' has out of range value '%u'" 18238msgstr "" 18239 18240#: config/tc-xtensa.c:2804 18241#, c-format 18242msgid "operand %d of '%s' has invalid value '%u'" 18243msgstr "" 18244 18245#: config/tc-xtensa.c:2851 18246#, c-format 18247msgid "internal error: unknown option name '%s'" 18248msgstr "" 18249 18250#: config/tc-xtensa.c:3960 18251msgid "can't handle generation of literal/labels yet" 18252msgstr "" 18253 18254#: config/tc-xtensa.c:3964 18255msgid "can't handle undefined OP TYPE" 18256msgstr "" 18257 18258#: config/tc-xtensa.c:4025 18259#, c-format 18260msgid "found %d operands for '%s': Expected %d" 18261msgstr "" 18262 18263#: config/tc-xtensa.c:4032 18264#, c-format 18265msgid "found too many (%d) operands for '%s': Expected %d" 18266msgstr "" 18267 18268#: config/tc-xtensa.c:4053 18269msgid "immediate operands sum to greater than 32" 18270msgstr "" 18271 18272#: config/tc-xtensa.c:4305 18273#, c-format 18274msgid "invalid relocation for operand %i of '%s'" 18275msgstr "" 18276 18277#: config/tc-xtensa.c:4315 18278#, c-format 18279msgid "invalid expression for operand %i of '%s'" 18280msgstr "" 18281 18282#: config/tc-xtensa.c:4325 18283#, c-format 18284msgid "invalid relocation in instruction slot %i" 18285msgstr "" 18286 18287#: config/tc-xtensa.c:4332 18288#, c-format 18289msgid "undefined symbol for opcode \"%s\"" 18290msgstr "" 18291 18292#: config/tc-xtensa.c:4820 18293msgid "opcode 'NOP.N' unavailable in this configuration" 18294msgstr "" 18295 18296#: config/tc-xtensa.c:4880 18297msgid "get_expanded_loop_offset: invalid opcode" 18298msgstr "" 18299 18300#: config/tc-xtensa.c:5038 18301#, c-format 18302msgid "assembly state not set for first frag in section %s" 18303msgstr "" 18304 18305#: config/tc-xtensa.c:5091 18306#, c-format 18307msgid "unaligned branch target: %d bytes at 0x%lx" 18308msgstr "" 18309 18310#: config/tc-xtensa.c:5135 18311#, c-format 18312msgid "unaligned loop: %d bytes at 0x%lx" 18313msgstr "" 18314 18315#: config/tc-xtensa.c:5160 18316msgid "unexpected fix" 18317msgstr "" 18318 18319#: config/tc-xtensa.c:5171 config/tc-xtensa.c:5175 18320msgid "undecodable fix" 18321msgstr "" 18322 18323#: config/tc-xtensa.c:5313 18324msgid "labels are not valid inside bundles" 18325msgstr "" 18326 18327#: config/tc-xtensa.c:5333 18328msgid "invalid last instruction for a zero-overhead loop" 18329msgstr "" 18330 18331#: config/tc-xtensa.c:5400 18332msgid "extra opening brace" 18333msgstr "" 18334 18335#: config/tc-xtensa.c:5410 18336msgid "extra closing brace" 18337msgstr "" 18338 18339#: config/tc-xtensa.c:5437 18340msgid "missing closing brace" 18341msgstr "" 18342 18343#: config/tc-xtensa.c:5535 config/tc-xtensa.c:5564 18344#, c-format 18345msgid "wrong number of operands for '%s'" 18346msgstr "" 18347 18348#: config/tc-xtensa.c:5551 18349#, c-format 18350msgid "bad relocation expression for '%s'" 18351msgstr "" 18352 18353#: config/tc-xtensa.c:5586 18354#, c-format 18355msgid "unknown opcode or format name '%s'" 18356msgstr "" 18357 18358#: config/tc-xtensa.c:5592 18359msgid "format names only valid inside bundles" 18360msgstr "" 18361 18362#: config/tc-xtensa.c:5597 18363#, c-format 18364msgid "multiple formats specified for one bundle; using '%s'" 18365msgstr "" 18366 18367#: config/tc-xtensa.c:5647 18368msgid "entry instruction with stack decrement < 16" 18369msgstr "" 18370 18371#: config/tc-xtensa.c:5701 18372msgid "unaligned entry instruction" 18373msgstr "" 18374 18375#: config/tc-xtensa.c:5766 18376msgid "bad instruction format" 18377msgstr "" 18378 18379#: config/tc-xtensa.c:5769 18380msgid "invalid relocation" 18381msgstr "" 18382 18383#: config/tc-xtensa.c:5780 18384#, c-format 18385msgid "invalid relocation for '%s' instruction" 18386msgstr "" 18387 18388#: config/tc-xtensa.c:5792 18389#, c-format 18390msgid "invalid relocation for operand %d of '%s'" 18391msgstr "" 18392 18393#: config/tc-xtensa.c:6058 18394#, c-format 18395msgid "unhandled local relocation fix %s" 18396msgstr "" 18397 18398#: config/tc-xtensa.c:6109 18399#, c-format 18400msgid "internal error; cannot generate `%s' relocation" 18401msgstr "" 18402 18403#: config/tc-xtensa.c:6324 18404msgid "The option \"--no-allow-flix\" prohibits multi-slot flix." 18405msgstr "" 18406 18407#: config/tc-xtensa.c:6331 18408msgid "couldn't find a valid instruction format" 18409msgstr "" 18410 18411#: config/tc-xtensa.c:6332 18412#, c-format 18413msgid " ops were: " 18414msgstr "" 18415 18416#: config/tc-xtensa.c:6334 18417#, c-format 18418msgid " %s;" 18419msgstr "" 18420 18421#: config/tc-xtensa.c:6345 18422#, c-format 18423msgid "format '%s' allows %d slots, but there are %d opcodes" 18424msgstr "" 18425 18426#: config/tc-xtensa.c:6355 config/tc-xtensa.c:6452 18427msgid "illegal resource usage in bundle" 18428msgstr "" 18429 18430#: config/tc-xtensa.c:6541 18431#, c-format 18432msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register" 18433msgstr "" 18434 18435#: config/tc-xtensa.c:6546 18436#, c-format 18437msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state" 18438msgstr "" 18439 18440#: config/tc-xtensa.c:6551 18441#, c-format 18442msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port" 18443msgstr "" 18444 18445#: config/tc-xtensa.c:6556 18446#, c-format 18447msgid "" 18448"opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses" 18449msgstr "" 18450 18451#: config/tc-xtensa.c:6572 18452msgid "multiple branches or jumps in the same bundle" 18453msgstr "" 18454 18455#: config/tc-xtensa.c:7024 18456msgid "cannot assemble into a literal fragment" 18457msgstr "" 18458 18459#: config/tc-xtensa.c:7026 18460msgid "..." 18461msgstr "" 18462 18463#: config/tc-xtensa.c:7960 18464msgid "" 18465"instruction sequence (write a0, branch, retw) may trigger hardware errata" 18466msgstr "" 18467 18468#: config/tc-xtensa.c:8072 18469msgid "branching or jumping to a loop end may trigger hardware errata" 18470msgstr "" 18471 18472#: config/tc-xtensa.c:8154 18473msgid "loop end too close to another loop end may trigger hardware errata" 18474msgstr "" 18475 18476#: config/tc-xtensa.c:8163 18477#, c-format 18478msgid "fr_var %lu < length %d" 18479msgstr "" 18480 18481#: config/tc-xtensa.c:8320 18482msgid "" 18483"loop containing less than three instructions may trigger hardware errata" 18484msgstr "" 18485 18486#: config/tc-xtensa.c:8392 18487msgid "undecodable instruction in instruction frag" 18488msgstr "" 18489 18490#: config/tc-xtensa.c:8502 18491msgid "invalid empty loop" 18492msgstr "" 18493 18494#: config/tc-xtensa.c:8507 18495msgid "loop target does not follow loop instruction in section" 18496msgstr "" 18497 18498#: config/tc-xtensa.c:9450 18499msgid "bad relaxation state" 18500msgstr "" 18501 18502#: config/tc-xtensa.c:9508 18503#, c-format 18504msgid "fr_var (%ld) < length (%d)" 18505msgstr "" 18506 18507#: config/tc-xtensa.c:10244 18508msgid "jump target out of range; no usable trampoline found" 18509msgstr "" 18510 18511#: config/tc-xtensa.c:10368 18512msgid "invalid relaxation fragment result" 18513msgstr "" 18514 18515#: config/tc-xtensa.c:10450 18516msgid "unable to widen instruction" 18517msgstr "" 18518 18519#: config/tc-xtensa.c:10589 18520msgid "multiple literals in expansion" 18521msgstr "" 18522 18523#: config/tc-xtensa.c:10593 18524msgid "no registered fragment for literal" 18525msgstr "" 18526 18527#: config/tc-xtensa.c:10595 18528msgid "number of literal tokens != 1" 18529msgstr "" 18530 18531#: config/tc-xtensa.c:10724 config/tc-xtensa.c:10730 18532#, c-format 18533msgid "unresolved loop target symbol: %s" 18534msgstr "" 18535 18536#: config/tc-xtensa.c:10836 18537#, c-format 18538msgid "invalid expression evaluation type %d" 18539msgstr "" 18540 18541#: config/tc-xtensa.c:10853 18542msgid "loop too long for LOOP instruction" 18543msgstr "" 18544 18545#: config/tc-xtensa.c:11177 config/tc-xtensa.c:11419 18546msgid "" 18547"literal pool location required for text-section-literals; specify with ." 18548"literal_position" 18549msgstr "" 18550 18551#: config/tc-xtensa.c:11286 18552#, c-format 18553msgid "fixes not all moved from %s" 18554msgstr "" 18555 18556#: config/tc-xtensa.c:12255 18557msgid "too many operands in instruction" 18558msgstr "" 18559 18560#: config/tc-xtensa.c:12465 18561msgid "invalid symbolic operand" 18562msgstr "" 18563 18564#: config/tc-xtensa.c:12526 18565msgid "operand number mismatch" 18566msgstr "" 18567 18568#: config/tc-xtensa.c:12530 18569#, c-format 18570msgid "cannot encode opcode \"%s\" in the given format \"%s\"" 18571msgstr "" 18572 18573#: config/tc-xtensa.c:12555 18574#, c-format 18575msgid "xtensa-isa failure: %s" 18576msgstr "" 18577 18578#: config/tc-xtensa.c:12632 18579msgid "invalid opcode" 18580msgstr "" 18581 18582#: config/tc-xtensa.c:12638 18583msgid "too few operands" 18584msgstr "" 18585 18586#: config/tc-xtensa.c:12688 18587msgid "multiple writes to the same register" 18588msgstr "" 18589 18590#: config/tc-xtensa.c:12802 config/tc-xtensa.c:12808 18591msgid "out of memory" 18592msgstr "" 18593 18594#: config/tc-xtensa.c:12897 18595msgid "TLS relocation not allowed in FLIX bundle" 18596msgstr "" 18597 18598#. Instructions that generate TLS relocations should always be 18599#. relaxed in the front-end. If "record_fixup" is set, then this 18600#. function is being called during back-end relaxation, so flag 18601#. the unexpected behavior as an error. 18602#: config/tc-xtensa.c:12903 18603msgid "unexpected TLS relocation" 18604msgstr "" 18605 18606#: config/tc-xtensa.c:12947 18607msgid "symbolic operand not allowed" 18608msgstr "" 18609 18610#: config/tc-xtensa.c:12984 18611msgid "cannot decode instruction format" 18612msgstr "" 18613 18614#: config/tc-xtensa.c:13128 18615msgid "ignoring extra '-rename-section' delimiter ':'" 18616msgstr "" 18617 18618#: config/tc-xtensa.c:13133 18619#, c-format 18620msgid "ignoring invalid '-rename-section' specification: '%s'" 18621msgstr "" 18622 18623#: config/tc-xtensa.c:13144 18624#, c-format 18625msgid "section %s renamed multiple times" 18626msgstr "" 18627 18628#: config/tc-xtensa.c:13146 18629#, c-format 18630msgid "multiple sections remapped to output section %s" 18631msgstr "" 18632 18633#: config/tc-z80.c:325 18634msgid "-- unterminated string" 18635msgstr "" 18636 18637#: config/tc-z80.c:391 18638msgid "floating point numbers are not implemented" 18639msgstr "" 18640 18641#: config/tc-z80.c:516 config/tc-z80.c:522 18642msgid "mismatched parentheses" 18643msgstr "" 18644 18645#: config/tc-z80.c:559 18646msgid "bad expression syntax" 18647msgstr "" 18648 18649#: config/tc-z80.c:721 18650msgid "cannot make a relative jump to an absolute location" 18651msgstr "" 18652 18653#: config/tc-z80.c:733 config/tc-z80.c:1999 18654msgid "overflow" 18655msgstr "" 18656 18657#: config/tc-z80.c:1104 config/tc-z80.c:1147 config/tc-z80.c:1191 18658#: config/tc-z80.c:1259 config/tc-z80.c:1311 config/tc-z80.c:1365 18659#: config/tc-z80.c:1634 18660msgid "bad instruction syntax" 18661msgstr "" 18662 18663#: config/tc-z80.c:1237 18664msgid "condition code invalid for jr" 18665msgstr "" 18666 18667#: config/tc-z80.c:1743 18668msgid "parentheses ignored" 18669msgstr "" 18670 18671#: config/tc-z80.c:1948 read.c:3733 18672#, c-format 18673msgid "junk at end of line, first unrecognized character is `%c'" 18674msgstr "" 18675 18676#: config/tc-z80.c:1974 config/tc-z8k.c:1459 config/tc-z8k.c:1522 18677msgid "relative jump out of range" 18678msgstr "" 18679 18680#: config/tc-z80.c:1991 18681msgid "index offset out of range" 18682msgstr "" 18683 18684#: config/tc-z80.c:2033 config/tc-z8k.c:1530 18685#, c-format 18686msgid "md_apply_fix: unknown r_type 0x%x\n" 18687msgstr "" 18688 18689#: config/tc-z8k.c:281 18690#, c-format 18691msgid "register rr%d out of range" 18692msgstr "" 18693 18694#: config/tc-z8k.c:283 18695#, c-format 18696msgid "register rr%d does not exist" 18697msgstr "" 18698 18699#: config/tc-z8k.c:295 18700#, c-format 18701msgid "register rh%d out of range" 18702msgstr "" 18703 18704#: config/tc-z8k.c:307 18705#, c-format 18706msgid "register rl%d out of range" 18707msgstr "" 18708 18709#: config/tc-z8k.c:320 18710#, c-format 18711msgid "register rq%d out of range" 18712msgstr "" 18713 18714#: config/tc-z8k.c:322 18715#, c-format 18716msgid "register rq%d does not exist" 18717msgstr "" 18718 18719#: config/tc-z8k.c:334 18720#, c-format 18721msgid "register r%d out of range" 18722msgstr "" 18723 18724#: config/tc-z8k.c:375 18725#, c-format 18726msgid "expected %c" 18727msgstr "" 18728 18729#: config/tc-z8k.c:390 18730#, c-format 18731msgid "register is wrong size for a word %s" 18732msgstr "" 18733 18734#: config/tc-z8k.c:404 18735#, c-format 18736msgid "register is wrong size for address %s" 18737msgstr "" 18738 18739#: config/tc-z8k.c:538 18740#, c-format 18741msgid "unknown interrupt %s" 18742msgstr "" 18743 18744#. No interrupt type specified, opcode won't do anything. 18745#: config/tc-z8k.c:561 18746msgid "opcode has no effect" 18747msgstr "" 18748 18749#: config/tc-z8k.c:672 18750msgid "Missing ) in ra(rb)" 18751msgstr "" 18752 18753#: config/tc-z8k.c:752 config/tc-z8k.c:791 18754#, c-format 18755msgid "invalid condition code '%s'" 18756msgstr "" 18757 18758#: config/tc-z8k.c:764 18759#, c-format 18760msgid "invalid flag '%s'" 18761msgstr "" 18762 18763#: config/tc-z8k.c:918 config/tc-z8k.c:924 18764msgid "invalid indirect register size" 18765msgstr "" 18766 18767#: config/tc-z8k.c:941 config/tc-z8k.c:1089 config/tc-z8k.c:1094 18768msgid "invalid control register name" 18769msgstr "" 18770 18771#: config/tc-z8k.c:1078 18772msgid "immediate must be 1 or 2" 18773msgstr "" 18774 18775#: config/tc-z8k.c:1081 18776msgid "immediate 1 or 2 expected" 18777msgstr "" 18778 18779#: config/tc-z8k.c:1112 18780msgid "can't use R0 here" 18781msgstr "" 18782 18783#: config/tc-z8k.c:1270 18784msgid "Can't find opcode to match operands" 18785msgstr "" 18786 18787#: config/tc-z8k.c:1317 18788#, c-format 18789msgid "invalid architecture -z%s" 18790msgstr "" 18791 18792#: config/tc-z8k.c:1336 18793#, c-format 18794msgid "" 18795" Z8K options:\n" 18796" -z8001 generate segmented code\n" 18797" -z8002 generate unsegmented code\n" 18798" -linkrelax create linker relaxable code\n" 18799msgstr "" 18800 18801#: config/tc-z8k.c:1348 18802#, c-format 18803msgid "call to md_convert_frag\n" 18804msgstr "" 18805 18806#: config/tc-z8k.c:1455 config/tc-z8k.c:1495 config/tc-z8k.c:1518 18807msgid "cannot branch to odd address" 18808msgstr "" 18809 18810#: config/tc-z8k.c:1477 18811msgid "relative address out of range" 18812msgstr "" 18813 18814#: config/tc-z8k.c:1498 18815msgid "relative call out of range" 18816msgstr "" 18817 18818#: config/tc-z8k.c:1542 18819#, c-format 18820msgid "call to md_estimate_size_before_relax\n" 18821msgstr "" 18822 18823#: config/xtensa-relax.c:1550 18824#, c-format 18825msgid "invalid configuration option '%s' in transition rule '%s'" 18826msgstr "" 18827 18828#: config/xtensa-relax.c:1675 18829#, c-format 18830msgid "opcode '%s': no bound opname '%s' for precondition in '%s'" 18831msgstr "" 18832 18833#: config/xtensa-relax.c:1685 18834#, c-format 18835msgid "opcode '%s': no bound opname '%s' for precondition in %s" 18836msgstr "" 18837 18838#: config/xtensa-relax.c:1692 18839#, c-format 18840msgid "opcode '%s': precondition only contains constants in '%s'" 18841msgstr "" 18842 18843#: config/xtensa-relax.c:1739 18844msgid "expected one operand for generated literal" 18845msgstr "" 18846 18847#: config/xtensa-relax.c:1746 18848msgid "expected 0 operands for generated label" 18849msgstr "" 18850 18851#: config/xtensa-relax.c:1759 18852#, c-format 18853msgid "invalid opcode '%s' in transition rule '%s'" 18854msgstr "" 18855 18856#: config/xtensa-relax.c:1767 18857#, c-format 18858msgid "opcode '%s': replacement does not have %d ops" 18859msgstr "" 18860 18861#: config/xtensa-relax.c:1781 18862#, c-format 18863msgid "opcode '%s': cannot find literal definition" 18864msgstr "" 18865 18866#: config/xtensa-relax.c:1797 config/xtensa-relax.c:1827 18867#, c-format 18868msgid "opcode %s: unidentified operand '%s' in '%s'" 18869msgstr "" 18870 18871#: config/xtensa-relax.c:1822 18872#, c-format 18873msgid "unknown user-defined function %s" 18874msgstr "" 18875 18876#: config/xtensa-relax.c:1833 18877#, c-format 18878msgid "opcode %s: could not parse operand '%s' in '%s'" 18879msgstr "" 18880 18881#: config/xtensa-relax.c:1873 18882#, c-format 18883msgid "could not parse INSN_PATTERN '%s'" 18884msgstr "" 18885 18886#: config/xtensa-relax.c:1877 18887#, c-format 18888msgid "could not parse INSN_REPL '%s'" 18889msgstr "" 18890 18891#: config/xtensa-relax.c:1888 18892#, c-format 18893msgid "could not build transition for %s => %s" 18894msgstr "" 18895 18896#: depend.c:194 18897#, c-format 18898msgid "can't open `%s' for writing" 18899msgstr "" 18900 18901#: depend.c:206 18902#, c-format 18903msgid "can't close `%s'" 18904msgstr "" 18905 18906#: dw2gencfi.c:318 read.c:2440 18907#, c-format 18908msgid "bfd_set_section_flags: %s" 18909msgstr "" 18910 18911#: dw2gencfi.c:600 18912#, c-format 18913msgid "register save offset not a multiple of %u" 18914msgstr "" 18915 18916#: dw2gencfi.c:683 18917msgid "CFI state restore without previous remember" 18918msgstr "" 18919 18920#: dw2gencfi.c:740 18921msgid "missing separator" 18922msgstr "" 18923 18924#: dw2gencfi.c:789 18925msgid "bad register expression" 18926msgstr "" 18927 18928#: dw2gencfi.c:810 dw2gencfi.c:933 dw2gencfi.c:971 dw2gencfi.c:1042 18929#: dw2gencfi.c:1115 dw2gencfi.c:1346 18930msgid "CFI instruction used without previous .cfi_startproc" 18931msgstr "" 18932 18933#: dw2gencfi.c:996 18934msgid "invalid or unsupported encoding in .cfi_personality" 18935msgstr "" 18936 18937#: dw2gencfi.c:1003 18938msgid ".cfi_personality requires encoding and symbol arguments" 18939msgstr "" 18940 18941#: dw2gencfi.c:1026 18942msgid "wrong second argument to .cfi_personality" 18943msgstr "" 18944 18945#: dw2gencfi.c:1067 dw2gencfi.c:1143 18946msgid "invalid or unsupported encoding in .cfi_lsda" 18947msgstr "" 18948 18949#: dw2gencfi.c:1074 18950msgid ".cfi_lsda requires encoding and symbol arguments" 18951msgstr "" 18952 18953#: dw2gencfi.c:1099 18954msgid "wrong second argument to .cfi_lsda" 18955msgstr "" 18956 18957#: dw2gencfi.c:1164 18958msgid "wrong third argument to .cfi_val_encoded_addr" 18959msgstr "" 18960 18961#: dw2gencfi.c:1248 18962msgid "inconsistent uses of .cfi_sections" 18963msgstr "" 18964 18965#: dw2gencfi.c:1259 18966msgid "previous CFI entry not closed (missing .cfi_endproc)" 18967msgstr "" 18968 18969#: dw2gencfi.c:1300 18970msgid ".cfi_endproc without corresponding .cfi_startproc" 18971msgstr "" 18972 18973#: dw2gencfi.c:1357 18974msgid "wrong argument to .cfi_personality_id" 18975msgstr "" 18976 18977#: dw2gencfi.c:1367 18978msgid ".cfi_fde_data without corresponding .cfi_startproc" 18979msgstr "" 18980 18981#: dw2gencfi.c:1476 18982msgid "unexpected .cfi_inline_lsda" 18983msgstr "" 18984 18985#: dw2gencfi.c:1483 18986msgid ".cfi_inline_lsda not valid for this frame" 18987msgstr "" 18988 18989#: dw2gencfi.c:1491 18990msgid ".cfi_inline_lsda seen for frame without .cfi_lsda" 18991msgstr "" 18992 18993#: dw2gencfi.c:1504 18994#, c-format 18995msgid "Alignment too large: %d. assumed." 18996msgstr "" 18997 18998#: dw2gencfi.c:1508 18999msgid "Alignment negative: 0 assumed." 19000msgstr "" 19001 19002#: dw2gencfi.c:1534 19003msgid ".cfi_inline_lsda is not supported for this target" 19004msgstr "" 19005 19006#: dw2gencfi.c:1541 19007msgid ".cfi_fde_data is not supported for this target" 19008msgstr "" 19009 19010#: dw2gencfi.c:1548 19011msgid ".cfi_personality_id is not supported for this target" 19012msgstr "" 19013 19014#: dw2gencfi.c:2306 dw2gencfi.c:2461 19015msgid "open CFI at the end of file; missing .cfi_endproc directive" 19016msgstr "" 19017 19018#: dw2gencfi.c:2487 19019msgid "CFI is not supported for this target" 19020msgstr "" 19021 19022#: dwarf2dbg.c:587 dwarf2dbg.c:622 19023msgid "file number less than one" 19024msgstr "" 19025 19026#: dwarf2dbg.c:597 19027#, c-format 19028msgid "file number %ld already allocated" 19029msgstr "" 19030 19031#: dwarf2dbg.c:627 dwarf2dbg.c:1425 19032#, c-format 19033msgid "unassigned file number %ld" 19034msgstr "" 19035 19036#: dwarf2dbg.c:696 19037msgid "is_stmt value not 0 or 1" 19038msgstr "" 19039 19040#: dwarf2dbg.c:708 19041msgid "isa number less than zero" 19042msgstr "" 19043 19044#: dwarf2dbg.c:720 19045msgid "discriminator less than zero" 19046msgstr "" 19047 19048#: dwarf2dbg.c:726 19049#, c-format 19050msgid "unknown .loc sub-directive `%s'" 19051msgstr "" 19052 19053#: dwarf2dbg.c:1502 19054msgid "internal error: unknown dwarf2 format" 19055msgstr "" 19056 19057#: ecoff.c:1559 19058#, c-format 19059msgid "string too big (%lu bytes)" 19060msgstr "" 19061 19062#: ecoff.c:1585 19063#, c-format 19064msgid "inserting \"%s\" into string hash table: %s" 19065msgstr "" 19066 19067#: ecoff.c:1616 ecoff.c:1809 ecoff.c:1832 ecoff.c:1863 ecoff.c:2016 19068#: ecoff.c:2127 19069msgid "no current file pointer" 19070msgstr "" 19071 19072#: ecoff.c:1703 19073msgid "too many st_End's" 19074msgstr "" 19075 19076#: ecoff.c:2041 19077#, c-format 19078msgid "inserting \"%s\" into tag hash table: %s" 19079msgstr "" 19080 19081#: ecoff.c:2200 19082msgid "fake .file after real one" 19083msgstr "" 19084 19085#: ecoff.c:2289 19086msgid "filename goes over one page boundary" 19087msgstr "" 19088 19089#: ecoff.c:2422 19090msgid ".begin directive without a preceding .file directive" 19091msgstr "" 19092 19093#: ecoff.c:2429 19094msgid ".begin directive without a preceding .ent directive" 19095msgstr "" 19096 19097#: ecoff.c:2459 19098msgid ".bend directive without a preceding .file directive" 19099msgstr "" 19100 19101#: ecoff.c:2466 19102msgid ".bend directive without a preceding .ent directive" 19103msgstr "" 19104 19105#: ecoff.c:2478 19106msgid ".bend directive names unknown symbol" 19107msgstr "" 19108 19109#: ecoff.c:2520 19110msgid ".def pseudo-op used inside of .def/.endef; ignored" 19111msgstr "" 19112 19113#: ecoff.c:2522 19114msgid "empty symbol name in .def; ignored" 19115msgstr "" 19116 19117#: ecoff.c:2559 19118msgid ".dim pseudo-op used outside of .def/.endef; ignored" 19119msgstr "" 19120 19121#: ecoff.c:2574 19122msgid "badly formed .dim directive" 19123msgstr "" 19124 19125#: ecoff.c:2587 19126msgid "too many .dim entries" 19127msgstr "" 19128 19129#: ecoff.c:2607 19130msgid ".scl pseudo-op used outside of .def/.endef; ignored" 19131msgstr "" 19132 19133#: ecoff.c:2632 19134msgid ".size pseudo-op used outside of .def/.endef; ignored" 19135msgstr "" 19136 19137#: ecoff.c:2647 19138msgid "badly formed .size directive" 19139msgstr "" 19140 19141#: ecoff.c:2660 19142msgid "too many .size entries" 19143msgstr "" 19144 19145#: ecoff.c:2682 19146msgid ".type pseudo-op used outside of .def/.endef; ignored" 19147msgstr "" 19148 19149#. FIXME: We could handle this by setting the continued bit. 19150#. There would still be a limit: the .type argument can not 19151#. be infinite. 19152#: ecoff.c:2700 19153#, c-format 19154msgid "the type of %s is too complex; it will be simplified" 19155msgstr "" 19156 19157#: ecoff.c:2711 19158msgid "Unrecognized .type argument" 19159msgstr "" 19160 19161#: ecoff.c:2749 19162msgid ".tag pseudo-op used outside of .def/.endef; ignored" 19163msgstr "" 19164 19165#: ecoff.c:2773 19166msgid ".val pseudo-op used outside of .def/.endef; ignored" 19167msgstr "" 19168 19169#: ecoff.c:2781 19170msgid ".val expression is too complex" 19171msgstr "" 19172 19173#: ecoff.c:2811 19174msgid ".endef pseudo-op used before .def; ignored" 19175msgstr "" 19176 19177#: ecoff.c:2837 ecoff.c:2918 19178msgid "bad COFF debugging information" 19179msgstr "" 19180 19181#: ecoff.c:2886 19182#, c-format 19183msgid "no tag specified for %s" 19184msgstr "" 19185 19186#: ecoff.c:2988 19187msgid ".end directive without a preceding .file directive" 19188msgstr "" 19189 19190#: ecoff.c:3016 19191msgid ".end directive names unknown symbol" 19192msgstr "" 19193 19194#: ecoff.c:3043 19195msgid "second .ent directive found before .end directive" 19196msgstr "" 19197 19198#: ecoff.c:3113 19199msgid "no way to handle .file within .ent/.end section" 19200msgstr "" 19201 19202#: ecoff.c:3230 19203msgid ".loc before .file" 19204msgstr "" 19205 19206#: ecoff.c:3432 19207#, c-format 19208msgid ".stab%c is not supported" 19209msgstr "" 19210 19211#: ecoff.c:3442 19212#, c-format 19213msgid ".stab%c: ignoring non-zero other field" 19214msgstr "" 19215 19216#: ecoff.c:3476 19217#, c-format 19218msgid "" 19219"line number (%d) for .stab%c directive cannot fit in index field (20 bits)" 19220msgstr "" 19221 19222#: ecoff.c:3510 19223#, c-format 19224msgid "illegal .stab%c directive, bad character" 19225msgstr "" 19226 19227#: ecoff.c:3969 ecoff.c:4158 ecoff.c:4183 19228msgid ".begin/.bend in different segments" 19229msgstr "" 19230 19231#: ecoff.c:4679 19232msgid "missing .end or .bend at end of file" 19233msgstr "" 19234 19235#: ecoff.c:5164 19236msgid "GP prologue size exceeds field size, using 0 instead" 19237msgstr "" 19238 19239#: expr.c:82 read.c:3798 19240msgid "bignum invalid" 19241msgstr "" 19242 19243#: expr.c:84 read.c:3800 read.c:4312 read.c:5279 19244msgid "floating point number invalid" 19245msgstr "" 19246 19247#: expr.c:207 19248msgid "bad floating-point constant: exponent overflow" 19249msgstr "" 19250 19251#: expr.c:211 19252#, c-format 19253msgid "bad floating-point constant: unknown error code=%d" 19254msgstr "" 19255 19256#: expr.c:396 19257msgid "" 19258"a bignum with underscores may not have more than 8 hex digits in any word" 19259msgstr "" 19260 19261#: expr.c:419 19262msgid "a bignum with underscores must have exactly 4 words" 19263msgstr "" 19264 19265#. Either not seen or not defined. 19266#. @@ Should print out the original string instead of 19267#. the parsed number. 19268#: expr.c:549 19269#, c-format 19270msgid "backward ref to unknown label \"%d:\"" 19271msgstr "" 19272 19273#: expr.c:667 19274msgid "character constant too large" 19275msgstr "" 19276 19277#: expr.c:962 19278#, c-format 19279msgid "found '%c', expected: '%c'" 19280msgstr "" 19281 19282#: expr.c:965 19283#, c-format 19284msgid "missing '%c'" 19285msgstr "" 19286 19287#: expr.c:977 read.c:4730 19288msgid "EBCDIC constants are not supported" 19289msgstr "" 19290 19291#: expr.c:1103 19292#, c-format 19293msgid "Unary operator %c ignored because bad operand follows" 19294msgstr "" 19295 19296#: expr.c:1149 expr.c:1170 19297msgid "syntax error in .startof. or .sizeof." 19298msgstr "" 19299 19300#: expr.c:1251 expr.c:1609 19301#, c-format 19302msgid "invalid use of operator \"%s\"" 19303msgstr "" 19304 19305#: expr.c:1793 19306msgid "missing operand; zero assumed" 19307msgstr "" 19308 19309#: expr.c:1832 19310msgid "left operand is a bignum; integer 0 assumed" 19311msgstr "" 19312 19313#: expr.c:1834 19314msgid "left operand is a float; integer 0 assumed" 19315msgstr "" 19316 19317#: expr.c:1843 19318msgid "right operand is a bignum; integer 0 assumed" 19319msgstr "" 19320 19321#: expr.c:1845 19322msgid "right operand is a float; integer 0 assumed" 19323msgstr "" 19324 19325#: expr.c:1916 symbols.c:1395 19326msgid "division by zero" 19327msgstr "" 19328 19329#: expr.c:1922 19330msgid "shift count" 19331msgstr "" 19332 19333#: expr.c:2043 19334msgid "operation combines symbols in different segments" 19335msgstr "" 19336 19337#: expr.c:2364 19338msgid "missing closing '\"'" 19339msgstr "" 19340 19341#: frags.c:60 19342msgid "attempt to allocate data in absolute section" 19343msgstr "" 19344 19345#: frags.c:66 19346msgid "attempt to allocate data in common section" 19347msgstr "" 19348 19349#: frags.c:115 19350#, c-format 19351msgid "can't extend frag %lu chars" 19352msgstr "" 19353 19354#. For error messages. 19355#. Detect if we are reading from stdin by examining the file 19356#. name returned by as_where(). 19357#. 19358#. [FIXME: We rely upon the name in the strcmp below being the 19359#. same as the one used by input_scrub_new_file(), if that is 19360#. not true, then this code will fail]. 19361#. 19362#. If we are reading from stdin, then we need to save each input 19363#. line here (assuming of course that we actually have a line of 19364#. input to read), so that it can be displayed in the listing 19365#. that is produced at the end of the assembly. 19366#: input-file.c:136 input-scrub.c:241 listing.c:347 19367msgid "{standard input}" 19368msgstr "" 19369 19370#: input-file.c:141 19371#, c-format 19372msgid "can't open %s for reading: %s" 19373msgstr "" 19374 19375#: input-file.c:150 input-file.c:224 19376#, c-format 19377msgid "can't read from %s: %s" 19378msgstr "" 19379 19380#: input-file.c:252 listing.c:1437 output-file.c:71 19381#, c-format 19382msgid "can't close %s: %s" 19383msgstr "" 19384 19385#: input-scrub.c:268 19386msgid "macros nested too deeply" 19387msgstr "" 19388 19389#: itbl-ops.c:328 19390#, c-format 19391msgid "Unable to allocate memory for new instructions\n" 19392msgstr "" 19393 19394#: listing.c:253 messages.c:154 messages.c:156 messages.c:159 19395msgid "Warning: " 19396msgstr "" 19397 19398#: listing.c:259 messages.c:219 messages.c:221 messages.c:224 19399msgid "Error: " 19400msgstr "" 19401 19402#: listing.c:619 19403#, c-format 19404msgid "unable to rebuffer file: %s\n" 19405msgstr "" 19406 19407#: listing.c:1323 19408#, c-format 19409msgid "" 19410"\n" 19411" time stamp \t: %s\n" 19412"\n" 19413msgstr "" 19414 19415#: listing.c:1333 19416#, c-format 19417msgid "%s " 19418msgstr "" 19419 19420#: listing.c:1338 19421#, c-format 19422msgid "" 19423"\n" 19424"\t%s " 19425msgstr "" 19426 19427#: listing.c:1348 19428msgid "" 19429"\n" 19430" options passed\t: " 19431msgstr "" 19432 19433#: listing.c:1387 19434#, c-format 19435msgid "" 19436" GNU assembler version %s (%s)\n" 19437"\t using BFD version %s." 19438msgstr "" 19439 19440#: listing.c:1390 19441#, c-format 19442msgid "" 19443"\n" 19444" input file \t: %s" 19445msgstr "" 19446 19447#: listing.c:1391 19448#, c-format 19449msgid "" 19450"\n" 19451" output file \t: %s" 19452msgstr "" 19453 19454#: listing.c:1392 19455#, c-format 19456msgid "" 19457"\n" 19458" target \t: %s" 19459msgstr "" 19460 19461#: listing.c:1416 19462#, c-format 19463msgid "can't open %s: %s" 19464msgstr "" 19465 19466#: listing.c:1501 19467msgid "strange paper height, set to no form" 19468msgstr "" 19469 19470#: listing.c:1563 19471msgid "new line in title" 19472msgstr "" 19473 19474#. Turns the next expression into a string. 19475#: macro.c:382 19476#, no-c-format 19477msgid "% operator needs absolute expression" 19478msgstr "" 19479 19480#: macro.c:536 19481#, c-format 19482msgid "Missing parameter qualifier for `%s' in macro `%s'" 19483msgstr "" 19484 19485#: macro.c:546 19486#, c-format 19487msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'" 19488msgstr "" 19489 19490#: macro.c:563 19491#, c-format 19492msgid "Pointless default value for required parameter `%s' in macro `%s'" 19493msgstr "" 19494 19495#: macro.c:575 19496#, c-format 19497msgid "A parameter named `%s' already exists for macro `%s'" 19498msgstr "" 19499 19500#: macro.c:612 19501#, c-format 19502msgid "Reserved word `%s' used as parameter in macro `%s'" 19503msgstr "" 19504 19505#: macro.c:670 19506#, c-format 19507msgid "unexpected end of file in macro `%s' definition" 19508msgstr "" 19509 19510#: macro.c:682 19511#, c-format 19512msgid "missing `)' after formals in macro definition `%s'" 19513msgstr "" 19514 19515#: macro.c:697 19516msgid "Missing macro name" 19517msgstr "" 19518 19519#: macro.c:706 19520#, c-format 19521msgid "Bad parameter list for macro `%s'" 19522msgstr "" 19523 19524#: macro.c:712 19525#, c-format 19526msgid "Macro `%s' was already defined" 19527msgstr "" 19528 19529#: macro.c:837 macro.c:839 19530msgid "missing `)'" 19531msgstr "" 19532 19533#: macro.c:936 19534#, c-format 19535msgid "`%s' was already used as parameter (or another local) name" 19536msgstr "" 19537 19538#: macro.c:1094 19539msgid "confusion in formal parameters" 19540msgstr "" 19541 19542#: macro.c:1102 19543#, c-format 19544msgid "Parameter named `%s' does not exist for macro `%s'" 19545msgstr "" 19546 19547#: macro.c:1113 19548#, c-format 19549msgid "Value for parameter `%s' of macro `%s' was already specified" 19550msgstr "" 19551 19552#: macro.c:1127 19553msgid "can't mix positional and keyword arguments" 19554msgstr "" 19555 19556#: macro.c:1138 19557msgid "too many positional arguments" 19558msgstr "" 19559 19560#: macro.c:1186 19561#, c-format 19562msgid "Missing value for required parameter `%s' of macro `%s'" 19563msgstr "" 19564 19565#: macro.c:1304 19566#, c-format 19567msgid "Attempt to purge non-existant macro `%s'" 19568msgstr "" 19569 19570#: macro.c:1324 19571msgid "unexpected end of file in irp or irpc" 19572msgstr "" 19573 19574#: macro.c:1332 19575msgid "missing model parameter" 19576msgstr "" 19577 19578#: messages.c:80 19579#, c-format 19580msgid "Assembler messages:\n" 19581msgstr "" 19582 19583#: messages.c:278 19584#, c-format 19585msgid "Fatal error: " 19586msgstr "" 19587 19588#: messages.c:296 19589#, c-format 19590msgid "Internal error!\n" 19591msgstr "" 19592 19593#: messages.c:298 19594#, c-format 19595msgid "Assertion failure in %s at %s:%d.\n" 19596msgstr "" 19597 19598#: messages.c:301 19599#, c-format 19600msgid "Assertion failure at %s:%d.\n" 19601msgstr "" 19602 19603#: messages.c:302 messages.c:319 19604#, c-format 19605msgid "Please report this bug.\n" 19606msgstr "" 19607 19608#: messages.c:314 19609#, c-format 19610msgid "Internal error, aborting at %s:%d in %s\n" 19611msgstr "" 19612 19613#: messages.c:317 19614#, c-format 19615msgid "Internal error, aborting at %s:%d\n" 19616msgstr "" 19617 19618#: messages.c:366 19619#, c-format 19620msgid "%s out of domain (%d is not a multiple of %d)" 19621msgstr "" 19622 19623#: messages.c:384 19624#, c-format 19625msgid "%s out of range (%d is not between %d and %d)" 19626msgstr "" 19627 19628#. xgettext:c-format. 19629#: messages.c:407 19630#, c-format 19631msgid "%s out of range (0x%s is not between 0x%s and 0x%s)" 19632msgstr "" 19633 19634#: output-file.c:34 19635#, c-format 19636msgid "can't open a bfd on stdout %s" 19637msgstr "" 19638 19639#: output-file.c:41 19640#, c-format 19641msgid "selected target format '%s' unknown" 19642msgstr "" 19643 19644#: output-file.c:43 19645#, c-format 19646msgid "can't create %s: %s" 19647msgstr "" 19648 19649#: read.c:519 19650#, c-format 19651msgid "error constructing %s pseudo-op table: %s" 19652msgstr "" 19653 19654#: read.c:701 19655msgid "cannot change section or subsection inside .bundle_lock" 19656msgstr "" 19657 19658#: read.c:717 19659#, c-format 19660msgid "" 19661".bundle_lock sequence at %u bytes but .bundle_align_mode limit is %u bytes" 19662msgstr "" 19663 19664#: read.c:726 19665#, c-format 19666msgid "single instruction is %u bytes long but .bundle_align_mode limit is %u" 19667msgstr "" 19668 19669#: read.c:767 read.c:2810 read.c:3430 19670msgid "ignoring fill value in absolute section" 19671msgstr "" 19672 19673#: read.c:769 read.c:2825 read.c:3469 19674#, c-format 19675msgid "ignoring fill value in section `%s'" 19676msgstr "" 19677 19678#: read.c:1129 19679#, c-format 19680msgid "unknown pseudo-op: `%s'" 19681msgstr "" 19682 19683#: read.c:1182 19684msgid "unable to continue with assembly." 19685msgstr "" 19686 19687#: read.c:1224 19688#, c-format 19689msgid "label \"%d$\" redefined" 19690msgstr "" 19691 19692#: read.c:1371 19693msgid ".bundle_lock with no matching .bundle_unlock" 19694msgstr "" 19695 19696#: read.c:1468 19697msgid ".abort detected. Abandoning ship." 19698msgstr "" 19699 19700#: read.c:1530 19701#, c-format 19702msgid "alignment too large: %u assumed" 19703msgstr "" 19704 19705#: read.c:1562 19706msgid "expected fill pattern missing" 19707msgstr "" 19708 19709#: read.c:1587 19710#, c-format 19711msgid "fill pattern too long, truncating to %u" 19712msgstr "" 19713 19714#: read.c:1685 19715msgid "symbol name not recognised in the current locale" 19716msgstr "" 19717 19718#. Some of the back ends can't deal with non-positive line numbers. 19719#. Besides, it's silly. GCC however will generate a line number of 19720#. zero when it is pre-processing builtins for assembler-with-cpp files: 19721#. 19722#. # 0 "<built-in>" 19723#. 19724#. We do not want to barf on this, especially since such files are used 19725#. in the GCC and GDB testsuites. So we check for negative line numbers 19726#. rather than non-positive line numbers. 19727#: read.c:2027 19728#, c-format 19729msgid "line numbers must be positive; line number %d rejected" 19730msgstr "" 19731 19732#: read.c:2064 19733#, c-format 19734msgid "incompatible flag %i in line directive" 19735msgstr "" 19736 19737#: read.c:2076 19738#, c-format 19739msgid "unsupported flag %i in line directive" 19740msgstr "" 19741 19742#: read.c:2115 19743msgid "start address not supported" 19744msgstr "" 19745 19746#: read.c:2124 19747msgid ".err encountered" 19748msgstr "" 19749 19750#: read.c:2140 19751msgid ".error directive invoked in source file" 19752msgstr "" 19753 19754#: read.c:2141 19755msgid ".warning directive invoked in source file" 19756msgstr "" 19757 19758#: read.c:2147 19759#, c-format 19760msgid "%s argument must be a string" 19761msgstr "" 19762 19763#: read.c:2179 read.c:2181 19764#, c-format 19765msgid ".fail %ld encountered" 19766msgstr "" 19767 19768#: read.c:2221 19769#, c-format 19770msgid ".fill size clamped to %d" 19771msgstr "" 19772 19773#: read.c:2226 19774msgid "size negative; .fill ignored" 19775msgstr "" 19776 19777#: read.c:2232 19778msgid "repeat < 0; .fill ignored" 19779msgstr "" 19780 19781#: read.c:2241 19782msgid "non-constant fill count for absolute section" 19783msgstr "" 19784 19785#: read.c:2243 19786msgid "attempt to fill absolute section with non-zero value" 19787msgstr "" 19788 19789#: read.c:2249 19790#, c-format 19791msgid "attempt to fill section `%s' with non-zero value" 19792msgstr "" 19793 19794#: read.c:2406 19795#, c-format 19796msgid "unrecognized .linkonce type `%s'" 19797msgstr "" 19798 19799#: read.c:2418 19800msgid ".linkonce is not supported for this object file format" 19801msgstr "" 19802 19803#: read.c:2513 19804msgid "expected alignment after size" 19805msgstr "" 19806 19807#: read.c:2732 19808#, c-format 19809msgid "attempt to redefine pseudo-op `%s' ignored" 19810msgstr "" 19811 19812#: read.c:2751 19813msgid "ignoring macro exit outside a macro definition." 19814msgstr "" 19815 19816#: read.c:2805 19817#, c-format 19818msgid "invalid segment \"%s\"" 19819msgstr "" 19820 19821#: read.c:2813 19822msgid "only constant offsets supported in absolute section" 19823msgstr "" 19824 19825#: read.c:2856 19826msgid "MRI style ORG pseudo-op not supported" 19827msgstr "" 19828 19829#: read.c:3007 19830#, c-format 19831msgid "unrecognized section type `%s'" 19832msgstr "" 19833 19834#: read.c:3020 19835msgid "absolute sections are not supported" 19836msgstr "" 19837 19838#: read.c:3035 19839#, c-format 19840msgid "unrecognized section command `%s'" 19841msgstr "" 19842 19843#: read.c:3098 19844#, c-format 19845msgid ".end%c encountered without preceding %s" 19846msgstr "" 19847 19848#: read.c:3128 read.c:3158 19849#, c-format 19850msgid "%s without %s" 19851msgstr "" 19852 19853#: read.c:3392 19854msgid "unsupported variable size or fill value" 19855msgstr "" 19856 19857#: read.c:3420 19858msgid ".space repeat count is zero, ignored" 19859msgstr "" 19860 19861#: read.c:3422 19862msgid ".space repeat count is negative, ignored" 19863msgstr "" 19864 19865#: read.c:3453 19866msgid "space allocation too complex in absolute section" 19867msgstr "" 19868 19869#: read.c:3459 19870msgid "space allocation too complex in common section" 19871msgstr "" 19872 19873#: read.c:3553 read.c:4989 19874#, c-format 19875msgid "bad floating literal: %s" 19876msgstr "" 19877 19878#: read.c:3686 19879#, c-format 19880msgid "%s: would close weakref loop: %s" 19881msgstr "" 19882 19883#: read.c:3736 19884#, c-format 19885msgid "junk at end of line, first unrecognized character valued 0x%x" 19886msgstr "" 19887 19888#: read.c:3864 19889#, c-format 19890msgid "`%s' can't be equated to common symbol '%s'" 19891msgstr "" 19892 19893#: read.c:4001 19894msgid "unexpected `\"' in expression" 19895msgstr "" 19896 19897#: read.c:4014 19898msgid "rva without symbol" 19899msgstr "" 19900 19901#: read.c:4083 19902msgid "missing or bad offset expression" 19903msgstr "" 19904 19905#: read.c:4104 19906msgid "missing reloc type" 19907msgstr "" 19908 19909#: read.c:4128 19910msgid "unrecognized reloc type" 19911msgstr "" 19912 19913#: read.c:4144 19914msgid "bad reloc expression" 19915msgstr "" 19916 19917#: read.c:4306 read.c:5273 19918msgid "zero assumed for missing expression" 19919msgstr "" 19920 19921#: read.c:4326 read.c:5302 19922msgid "attempt to store value in absolute section" 19923msgstr "" 19924 19925#: read.c:4333 read.c:5308 19926#, c-format 19927msgid "attempt to store non-zero value in section `%s'" 19928msgstr "" 19929 19930#: read.c:4419 19931#, c-format 19932msgid "value 0x%llx truncated to 0x%llx" 19933msgstr "" 19934 19935#: read.c:4422 19936msgid "value 0x%I64x truncated to 0x%I64x" 19937msgstr "" 19938 19939#: read.c:4426 19940#, c-format 19941msgid "value 0x%lx truncated to 0x%lx" 19942msgstr "" 19943 19944#: read.c:4471 19945#, c-format 19946msgid "bignum truncated to %d bytes" 19947msgstr "" 19948 19949#: read.c:4547 19950#, c-format 19951msgid "%s relocations do not fit in %u bytes\n" 19952msgstr "" 19953 19954#: read.c:4801 read.c:5011 19955msgid "unresolvable or nonpositive repeat count; using 1" 19956msgstr "" 19957 19958#: read.c:4850 19959#, c-format 19960msgid "unknown floating type type '%c'" 19961msgstr "" 19962 19963#: read.c:4872 19964msgid "floating point constant too large" 19965msgstr "" 19966 19967#: read.c:4936 19968msgid "attempt to store float in absolute section" 19969msgstr "" 19970 19971#: read.c:4943 19972#, c-format 19973msgid "attempt to store float in section `%s'" 19974msgstr "" 19975 19976#: read.c:5383 19977#, c-format 19978msgid "attempt to store non-empty string in section `%s'" 19979msgstr "" 19980 19981#: read.c:5445 19982msgid "strings must be placed into a section" 19983msgstr "" 19984 19985#: read.c:5508 19986msgid "expected <nn>" 19987msgstr "" 19988 19989#. To be compatible with BSD 4.2 as: give the luser a linefeed!! 19990#: read.c:5541 read.c:5627 19991msgid "unterminated string; newline inserted" 19992msgstr "" 19993 19994#: read.c:5635 19995msgid "bad escaped character in string" 19996msgstr "" 19997 19998#: read.c:5660 19999msgid "expected address expression" 20000msgstr "" 20001 20002#: read.c:5679 20003#, c-format 20004msgid "symbol \"%s\" undefined; zero assumed" 20005msgstr "" 20006 20007#: read.c:5682 20008msgid "some symbol undefined; zero assumed" 20009msgstr "" 20010 20011#: read.c:5717 20012msgid "this string may not contain '\\0'" 20013msgstr "" 20014 20015#: read.c:5753 20016msgid "missing string" 20017msgstr "" 20018 20019#: read.c:5844 20020#, c-format 20021msgid ".incbin count zero, ignoring `%s'" 20022msgstr "" 20023 20024#: read.c:5870 20025#, c-format 20026msgid "file not found: %s" 20027msgstr "" 20028 20029#: read.c:5884 20030#, c-format 20031msgid "seek to end of .incbin file failed `%s'" 20032msgstr "" 20033 20034#: read.c:5895 20035#, c-format 20036msgid "skip (%ld) or count (%ld) invalid for file size (%ld)" 20037msgstr "" 20038 20039#: read.c:5902 20040#, c-format 20041msgid "could not skip to %ld in file `%s'" 20042msgstr "" 20043 20044#: read.c:5911 20045#, c-format 20046msgid "truncated file `%s', %ld of %ld bytes read" 20047msgstr "" 20048 20049#: read.c:6069 20050msgid "missing .func" 20051msgstr "" 20052 20053#: read.c:6086 20054msgid ".endfunc missing for previous .func" 20055msgstr "" 20056 20057#: read.c:6145 20058#, c-format 20059msgid ".bundle_align_mode alignment too large (maximum %u)" 20060msgstr "" 20061 20062#: read.c:6150 20063msgid "cannot change .bundle_align_mode inside .bundle_lock" 20064msgstr "" 20065 20066#: read.c:6164 20067msgid ".bundle_lock is meaningless without .bundle_align_mode" 20068msgstr "" 20069 20070#: read.c:6185 20071msgid ".bundle_unlock without preceding .bundle_lock" 20072msgstr "" 20073 20074#: read.c:6198 20075#, c-format 20076msgid ".bundle_lock sequence is %u bytes, but bundle size only %u" 20077msgstr "" 20078 20079#: read.c:6296 20080#, c-format 20081msgid "missing closing `%c'" 20082msgstr "" 20083 20084#: read.c:6298 20085msgid "stray `\\'" 20086msgstr "" 20087 20088#: remap.c:53 20089#, c-format 20090msgid "invalid argument '%s' to -fdebug-prefix-map" 20091msgstr "" 20092 20093#: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249 20094#, c-format 20095msgid ".stab%c: missing comma" 20096msgstr "" 20097 20098#. This could happen for example with a source file with a huge 20099#. number of lines. The only cure is to use a different debug 20100#. format, probably DWARF. 20101#: stabs.c:242 20102#, c-format 20103msgid ".stab%c: description field '%x' too big, try a different debug format" 20104msgstr "" 20105 20106#: stabs.c:423 20107msgid "comma missing in .xstabs" 20108msgstr "" 20109 20110#: symbols.c:286 20111#, c-format 20112msgid "cannot define symbol `%s' in absolute section" 20113msgstr "" 20114 20115#: symbols.c:420 20116#, c-format 20117msgid "symbol `%s' is already defined as \"%s\"/%s%ld" 20118msgstr "" 20119 20120#: symbols.c:495 symbols.c:502 20121#, c-format 20122msgid "inserting \"%s\" into symbol table failed: %s" 20123msgstr "" 20124 20125#: symbols.c:1021 20126#, c-format 20127msgid "invalid operands (%s and %s sections) for `%s'" 20128msgstr "" 20129 20130#: symbols.c:1025 20131#, c-format 20132msgid "invalid operand (%s section) for `%s'" 20133msgstr "" 20134 20135#: symbols.c:1033 20136#, c-format 20137msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'" 20138msgstr "" 20139 20140#: symbols.c:1036 20141#, c-format 20142msgid "invalid operand (%s section) for `%s' when setting `%s'" 20143msgstr "" 20144 20145#: symbols.c:1085 20146#, c-format 20147msgid "symbol definition loop encountered at `%s'" 20148msgstr "" 20149 20150#: symbols.c:1112 20151#, c-format 20152msgid "cannot convert expression symbol %s to complex relocation" 20153msgstr "" 20154 20155#: symbols.c:1397 20156#, c-format 20157msgid "division by zero when setting `%s'" 20158msgstr "" 20159 20160#: symbols.c:1478 write.c:2153 20161#, c-format 20162msgid "can't resolve value for symbol `%s'" 20163msgstr "" 20164 20165#: symbols.c:1923 20166#, c-format 20167msgid "\"%d\" (instance number %d of a %s label)" 20168msgstr "" 20169 20170#: symbols.c:1952 20171#, c-format 20172msgid "attempt to get value of unresolved symbol `%s'" 20173msgstr "" 20174 20175#. Do not reassign section symbols. 20176#: symbols.c:2233 20177msgid "section symbols are already global" 20178msgstr "" 20179 20180#: symbols.c:2346 20181#, c-format 20182msgid "Accessing function `%s' as thread-local object" 20183msgstr "" 20184 20185#: symbols.c:2350 20186#, c-format 20187msgid "Accessing `%s' as thread-local object" 20188msgstr "" 20189 20190#: write.c:165 20191#, c-format 20192msgid "field fx_size too small to hold %d" 20193msgstr "" 20194 20195#: write.c:451 20196#, c-format 20197msgid "attempt to .org/.space backwards? (%ld)" 20198msgstr "" 20199 20200#: write.c:693 20201msgid "invalid offset expression" 20202msgstr "" 20203 20204#: write.c:715 20205msgid "invalid reloc expression" 20206msgstr "" 20207 20208#: write.c:1100 20209#, c-format 20210msgid "value of %s too large for field of %d bytes at %s" 20211msgstr "" 20212 20213#: write.c:1112 20214#, c-format 20215msgid "signed .word overflow; switch may be too large; %ld at 0x%lx" 20216msgstr "" 20217 20218#: write.c:1153 20219msgid "redefined symbol cannot be used on reloc" 20220msgstr "" 20221 20222#: write.c:1166 20223msgid "relocation out of range" 20224msgstr "" 20225 20226#: write.c:1169 20227#, c-format 20228msgid "%s:%u: bad return from bfd_install_relocation: %x" 20229msgstr "" 20230 20231#: write.c:1197 20232msgid "reloc not within (fixed part of) section" 20233msgstr "" 20234 20235#: write.c:1267 20236msgid "internal error: fixup not contained within frag" 20237msgstr "" 20238 20239#: write.c:1385 write.c:1519 20240msgid "can't extend frag" 20241msgstr "" 20242 20243#: write.c:1452 20244#, c-format 20245msgid "can't extend frag %u chars" 20246msgstr "" 20247 20248#: write.c:1587 20249#, c-format 20250msgid "can't write %ld bytes to section %s of %s because: '%s'" 20251msgstr "" 20252 20253#: write.c:1610 20254#, c-format 20255msgid "can't fill %ld bytes in section %s of %s because '%s'" 20256msgstr "" 20257 20258#: write.c:1642 20259#, c-format 20260msgid "cannot fill %ld bytes in section %s of %s because: '%s'" 20261msgstr "" 20262 20263#: write.c:2068 20264#, c-format 20265msgid "%s: global symbols not supported in common sections" 20266msgstr "" 20267 20268#: write.c:2082 20269#, c-format 20270msgid "local label `%s' is not defined" 20271msgstr "" 20272 20273#: write.c:2104 20274#, c-format 20275msgid "Local symbol `%s' can't be equated to common symbol `%s'" 20276msgstr "" 20277 20278#: write.c:2111 20279#, c-format 20280msgid "can't make global register symbol `%s'" 20281msgstr "" 20282 20283#: write.c:2415 20284#, c-format 20285msgid "alignment padding (%lu bytes) not a multiple of %ld" 20286msgstr "" 20287 20288#: write.c:2577 20289#, c-format 20290msgid ".word %s-%s+%s didn't fit" 20291msgstr "" 20292 20293#: write.c:2671 20294msgid "padding added" 20295msgstr "" 20296 20297#: write.c:2721 20298msgid "attempt to move .org backwards" 20299msgstr "" 20300 20301#: write.c:2745 20302msgid ".space specifies non-absolute value" 20303msgstr "" 20304 20305#: write.c:2760 20306msgid ".space or .fill with negative value, ignored" 20307msgstr "" 20308 20309#: write.c:2831 20310#, c-format 20311msgid "" 20312"Infinite loop encountered whilst attempting to compute the addresses of " 20313"symbols in section %s" 20314msgstr "" 20315