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: https://sourceware.org/bugzilla/\n" 11"POT-Creation-Date: 2024-01-29 14:44+0000\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"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=CHARSET\n" 17"Content-Transfer-Encoding: 8bit\n" 18"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" 19 20#: app.c:381 21#, c-format 22msgid "multibyte character (%#x) encountered in input" 23msgstr "" 24 25#: app.c:383 26#, c-format 27msgid "multibyte character (%#x) encountered in %s" 28msgstr "" 29 30#: app.c:385 31#, c-format 32msgid "multibyte character (%#x) encountered in %s at or near line %u" 33msgstr "" 34 35#: app.c:389 36msgid "further multibyte character warnings suppressed" 37msgstr "" 38 39#: app.c:548 app.c:562 40msgid "end of file in comment" 41msgstr "" 42 43#: app.c:640 app.c:685 44#, c-format 45msgid "end of file in string; '%c' inserted" 46msgstr "" 47 48#: app.c:711 49#, c-format 50msgid "unknown escape '\\%c' in string; ignored" 51msgstr "" 52 53#: app.c:887 input-scrub.c:372 54msgid "end of file not at end of a line; newline inserted" 55msgstr "" 56 57#: app.c:1049 58msgid "end of file in multiline comment" 59msgstr "" 60 61#: app.c:1123 62msgid "end of file after a one-character quote; \\0 inserted" 63msgstr "" 64 65#: app.c:1131 66msgid "end of file in escape character" 67msgstr "" 68 69#: app.c:1143 70msgid "missing close quote; (assumed)" 71msgstr "" 72 73#: app.c:1211 app.c:1266 app.c:1278 app.c:1356 74msgid "end of file in comment; newline inserted" 75msgstr "" 76 77#: as.c:161 78msgid "missing emulation mode name" 79msgstr "" 80 81#: as.c:176 82#, c-format 83msgid "unrecognized emulation name `%s'" 84msgstr "" 85 86#: as.c:223 87#, c-format 88msgid "GNU assembler version %s (%s) using BFD version %s\n" 89msgstr "" 90 91#: as.c:239 92#, c-format 93msgid "Usage: %s [option...] [asmfile...]\n" 94msgstr "" 95 96#: as.c:241 97#, c-format 98msgid "" 99"Options:\n" 100" -a[sub-option...]\t turn on listings\n" 101" \t Sub-options [default hls]:\n" 102" \t c omit false conditionals\n" 103" \t d omit debugging directives\n" 104" \t g include general info\n" 105" \t h include high-level source\n" 106" \t i include ginsn and synthesized CFI info\n" 107" \t l include assembly\n" 108" \t m include macro expansions\n" 109" \t n omit forms processing\n" 110" \t s include symbols\n" 111" \t =FILE list to FILE (must be last sub-option)\n" 112msgstr "" 113 114#: as.c:256 115#, c-format 116msgid " --alternate initially turn on alternate macro syntax\n" 117msgstr "" 118 119#: as.c:258 120#, c-format 121msgid "" 122" --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi|zstd}]\n" 123" compress DWARF debug sections\n" 124msgstr "" 125 126#: as.c:261 127#, c-format 128msgid "\t\t Default: %s\n" 129msgstr "" 130 131#: as.c:266 132#, c-format 133msgid "" 134" --nocompress-debug-sections\n" 135" don't compress DWARF debug sections\n" 136msgstr "" 137 138#: as.c:269 139#, c-format 140msgid " -D produce assembler debugging messages\n" 141msgstr "" 142 143#: as.c:271 144#, c-format 145msgid "" 146" --dump-config display how the assembler is configured and then " 147"exit\n" 148msgstr "" 149 150#: as.c:273 151#, c-format 152msgid "" 153" --debug-prefix-map OLD=NEW\n" 154" map OLD to NEW in debug information\n" 155msgstr "" 156 157#: as.c:276 158#, c-format 159msgid " --defsym SYM=VAL define symbol SYM to given value\n" 160msgstr "" 161 162#: as.c:292 163#, c-format 164msgid " emulate output (default %s)\n" 165msgstr "" 166 167#: as.c:297 168#, c-format 169msgid " --execstack require executable stack for this object\n" 170msgstr "" 171 172#: as.c:299 173#, c-format 174msgid "" 175" --noexecstack don't require executable stack for this object\n" 176msgstr "" 177 178#: as.c:301 179#, c-format 180msgid "" 181" --size-check=[error|warning]\n" 182"\t\t\t ELF .size directive check (default --size-check=error)\n" 183msgstr "" 184 185#: as.c:304 186#, c-format 187msgid " --elf-stt-common=[no|yes] " 188msgstr "" 189 190#: as.c:307 as.c:318 config/tc-i386.c:16804 config/tc-i386.c:16824 191#, c-format 192msgid "(default: yes)\n" 193msgstr "" 194 195#: as.c:309 as.c:320 config/tc-i386.c:16806 config/tc-i386.c:16826 196#, c-format 197msgid "(default: no)\n" 198msgstr "" 199 200#: as.c:310 201#, c-format 202msgid "" 203" generate ELF common symbols with STT_COMMON type\n" 204msgstr "" 205 206#: as.c:312 207#, c-format 208msgid " --sectname-subst enable section name substitution sequences\n" 209msgstr "" 210 211#: as.c:315 212#, c-format 213msgid " --generate-missing-build-notes=[no|yes] " 214msgstr "" 215 216#: as.c:322 217#, c-format 218msgid "" 219" generate GNU Build notes if none are present in " 220"the input\n" 221msgstr "" 222 223#: as.c:324 224#, c-format 225msgid " --gsframe generate SFrame stack trace information\n" 226msgstr "" 227 228#: as.c:327 229#, c-format 230msgid "" 231" --scfi=experimental Synthesize DWARF CFI for hand-written asm\n" 232" (experimental support)\n" 233msgstr "" 234 235#: as.c:333 236#, c-format 237msgid " -f skip whitespace and comment preprocessing\n" 238msgstr "" 239 240#: as.c:335 241#, c-format 242msgid " -g --gen-debug generate debugging information\n" 243msgstr "" 244 245#: as.c:337 246#, c-format 247msgid " --gstabs generate STABS debugging information\n" 248msgstr "" 249 250#: as.c:339 251#, c-format 252msgid "" 253" --gstabs+ generate STABS debug info with GNU extensions\n" 254msgstr "" 255 256#: as.c:341 257#, c-format 258msgid "" 259" --gdwarf-<N> generate DWARF<N> debugging information. 2 <= <N> " 260"<= 5\n" 261msgstr "" 262 263#: as.c:343 264#, c-format 265msgid " --gdwarf-cie-version=<N> generate version 1, 3 or 4 DWARF CIEs\n" 266msgstr "" 267 268#: as.c:345 269#, c-format 270msgid "" 271" --gdwarf-sections generate per-function section names for DWARF line " 272"information\n" 273msgstr "" 274 275#: as.c:348 276#, c-format 277msgid " --gcodeview generate CodeView debugging information\n" 278msgstr "" 279 280#: as.c:351 281#, c-format 282msgid " --hash-size=<N> ignored\n" 283msgstr "" 284 285#: as.c:353 286#, c-format 287msgid " --help show all assembler options\n" 288msgstr "" 289 290#: as.c:355 291#, c-format 292msgid " --target-help show target specific options\n" 293msgstr "" 294 295#: as.c:357 296#, c-format 297msgid "" 298" -I DIR add DIR to search list for .include directives\n" 299msgstr "" 300 301#: as.c:359 302#, c-format 303msgid " -J don't warn about signed overflow\n" 304msgstr "" 305 306#: as.c:361 307#, c-format 308msgid "" 309" -K warn when differences altered for long " 310"displacements\n" 311msgstr "" 312 313#: as.c:363 314#, c-format 315msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n" 316msgstr "" 317 318#: as.c:365 319#, c-format 320msgid " -M,--mri assemble in MRI compatibility mode\n" 321msgstr "" 322 323#: as.c:367 324#, c-format 325msgid "" 326" --MD FILE write dependency information in FILE (default " 327"none)\n" 328msgstr "" 329 330#: as.c:369 331#, c-format 332msgid "" 333" --multibyte-handling=<method>\n" 334" what to do with multibyte characters encountered " 335"in the input\n" 336msgstr "" 337 338#: as.c:372 339#, c-format 340msgid " -nocpp ignored\n" 341msgstr "" 342 343#: as.c:374 344#, c-format 345msgid "" 346" -no-pad-sections do not pad the end of sections to alignment " 347"boundaries\n" 348msgstr "" 349 350#: as.c:376 351#, c-format 352msgid "" 353" -o OBJFILE name the object-file output OBJFILE (default a." 354"out)\n" 355msgstr "" 356 357#: as.c:378 358#, c-format 359msgid " -R fold data section into text section\n" 360msgstr "" 361 362#: as.c:380 363#, c-format 364msgid " --reduce-memory-overheads ignored\n" 365msgstr "" 366 367#: as.c:382 368#, c-format 369msgid "" 370" --statistics print various measured statistics from execution\n" 371msgstr "" 372 373#: as.c:384 374#, c-format 375msgid " --strip-local-absolute strip local absolute symbols\n" 376msgstr "" 377 378#: as.c:386 379#, c-format 380msgid "" 381" --traditional-format Use same format as native assembler when possible\n" 382msgstr "" 383 384#: as.c:388 385#, c-format 386msgid " --version print assembler version number and exit\n" 387msgstr "" 388 389#: as.c:390 390#, c-format 391msgid " -W --no-warn suppress warnings\n" 392msgstr "" 393 394#: as.c:392 395#, c-format 396msgid " --warn don't suppress warnings\n" 397msgstr "" 398 399#: as.c:394 400#, c-format 401msgid " --fatal-warnings treat warnings as errors\n" 402msgstr "" 403 404#: as.c:397 405#, c-format 406msgid "" 407" --itbl INSTTBL extend instruction set to include instructions\n" 408" matching the specifications defined in file " 409"INSTTBL\n" 410msgstr "" 411 412#: as.c:401 413#, c-format 414msgid " -w ignored\n" 415msgstr "" 416 417#: as.c:403 418#, c-format 419msgid " -X ignored\n" 420msgstr "" 421 422#: as.c:405 423#, c-format 424msgid " -Z generate object file even after errors\n" 425msgstr "" 426 427#: as.c:407 428#, c-format 429msgid "" 430" --listing-lhs-width set the width in words of the output data column " 431"of\n" 432" the listing\n" 433msgstr "" 434 435#: as.c:410 436#, c-format 437msgid "" 438" --listing-lhs-width2 set the width in words of the continuation lines\n" 439" of the output data column; ignored if smaller " 440"than\n" 441" the width of the first line\n" 442msgstr "" 443 444#: as.c:414 445#, c-format 446msgid "" 447" --listing-rhs-width set the max width in characters of the lines from\n" 448" the source file\n" 449msgstr "" 450 451#: as.c:417 452#, c-format 453msgid "" 454" --listing-cont-lines set the maximum number of continuation lines used\n" 455" for the output data column of the listing\n" 456msgstr "" 457 458#: as.c:420 459#, c-format 460msgid " @FILE read options from FILE\n" 461msgstr "" 462 463#: as.c:428 464#, c-format 465msgid "Report bugs to %s\n" 466msgstr "" 467 468#: as.c:670 469#, c-format 470msgid "unrecognized option -%c%s" 471msgstr "" 472 473#: as.c:720 474#, c-format 475msgid "unexpected argument to --multibyte-input-option: '%s'" 476msgstr "" 477 478#. This output is intended to follow the GNU standards document. 479#: as.c:725 480#, c-format 481msgid "GNU assembler %s\n" 482msgstr "" 483 484#: as.c:726 485#, c-format 486msgid "Copyright (C) 2024 Free Software Foundation, Inc.\n" 487msgstr "" 488 489#: as.c:727 490#, c-format 491msgid "" 492"This program is free software; you may redistribute it under the terms of\n" 493"the GNU General Public License version 3 or later.\n" 494"This program has absolutely no warranty.\n" 495msgstr "" 496 497#: as.c:732 498#, c-format 499msgid "" 500"This assembler was configured for a target of `%s' and default,\n" 501"cpu type `%s'.\n" 502msgstr "" 503 504#: as.c:736 505#, c-format 506msgid "This assembler was configured for a target of `%s'.\n" 507msgstr "" 508 509#: as.c:744 510msgid "multiple emulation names specified" 511msgstr "" 512 513#: as.c:746 514msgid "emulations not handled in this configuration" 515msgstr "" 516 517#: as.c:751 518#, c-format 519msgid "alias = %s\n" 520msgstr "" 521 522#: as.c:752 523#, c-format 524msgid "canonical = %s\n" 525msgstr "" 526 527#: as.c:753 528#, c-format 529msgid "cpu-type = %s\n" 530msgstr "" 531 532#: as.c:755 533#, c-format 534msgid "format = %s\n" 535msgstr "" 536 537#: as.c:758 538#, c-format 539msgid "bfd-target = %s\n" 540msgstr "" 541 542#: as.c:769 543msgid "--compress-debug-sections=zstd: gas is not built with zstd support" 544msgstr "" 545 546#: as.c:773 547#, c-format 548msgid "Invalid --compress-debug-sections option: `%s'" 549msgstr "" 550 551#: as.c:776 552#, c-format 553msgid "--compress-debug-sections=%s is unsupported" 554msgstr "" 555 556#: as.c:801 557msgid "bad defsym; format is --defsym name=value" 558msgstr "" 559 560#: as.c:819 561msgid "no file name following -t option" 562msgstr "" 563 564#: as.c:828 565#, c-format 566msgid "failed to read instruction table %s\n" 567msgstr "" 568 569#: as.c:850 570#, c-format 571msgid "unknown DWARF option %s\n" 572msgstr "" 573 574#: as.c:852 575#, c-format 576msgid "unknown option `%s'" 577msgstr "" 578 579#: as.c:909 580#, c-format 581msgid "Invalid --gdwarf-cie-version `%s'" 582msgstr "" 583 584#: as.c:1001 585#, c-format 586msgid "Invalid --scfi= option: `%s'; suggested option: experimental" 587msgstr "" 588 589#: as.c:1012 590#, c-format 591msgid "Invalid --size-check= option: `%s'" 592msgstr "" 593 594#: as.c:1021 595#, c-format 596msgid "Invalid --elf-stt-common= option: `%s'" 597msgstr "" 598 599#: as.c:1035 600#, c-format 601msgid "Invalid --generate-missing-build-notes option: `%s'" 602msgstr "" 603 604#: as.c:1113 605#, c-format 606msgid "invalid listing option `%c'" 607msgstr "" 608 609#: as.c:1176 610#, c-format 611msgid "%s: total time in assembly: %ld.%06ld\n" 612msgstr "" 613 614#: as.c:1300 615msgid "libbfd ABI mismatch" 616msgstr "" 617 618#: as.c:1430 619#, c-format 620msgid "The input '%s' and output '%s' files are the same" 621msgstr "" 622 623#: as.c:1483 624#, c-format 625msgid "%d warning" 626msgid_plural "%d warnings" 627msgstr[0] "" 628msgstr[1] "" 629 630#: as.c:1485 631#, c-format 632msgid "%d error" 633msgid_plural "%d errors" 634msgstr[0] "" 635msgstr[1] "" 636 637#: as.c:1489 638#, c-format 639msgid "%s, treating warnings as errors" 640msgstr "" 641 642#: as.c:1500 643#, c-format 644msgid "%s, %s, generating bad object file\n" 645msgstr "" 646 647#: as.h:134 648#, c-format 649msgid "Case value %ld unexpected at line %d of file \"%s\"\n" 650msgstr "" 651 652#. 653#. * We have a GROSS internal error. 654#. * This should never happen. 655#. 656#: atof-generic.c:456 config/tc-m68k.c:3485 657msgid "failed sanity check" 658msgstr "" 659 660#: cgen.c:106 config/tc-alpha.c:2097 config/tc-alpha.c:2121 661#: config/tc-arc.c:4074 config/tc-arc.c:4147 config/tc-d10v.c:550 662#: config/tc-d30v.c:534 config/tc-mn10200.c:1092 config/tc-mn10300.c:1753 663#: config/tc-ppc.c:3959 config/tc-s390.c:1339 config/tc-s390.c:1462 664#: config/tc-s390.c:1596 config/tc-v850.c:2530 config/tc-v850.c:2601 665#: config/tc-v850.c:2648 config/tc-v850.c:2685 config/tc-v850.c:2722 666#: config/tc-v850.c:2986 667msgid "too many fixups" 668msgstr "" 669 670#: cgen.c:371 cgen.c:393 config/tc-d10v.c:461 config/tc-d30v.c:450 671#: config/tc-mn10200.c:1034 config/tc-mn10300.c:1678 config/tc-ppc.c:3481 672#: config/tc-s390.c:1323 config/tc-v850.c:2639 config/tc-v850.c:2673 673#: config/tc-v850.c:2713 config/tc-v850.c:2959 config/tc-z80.c:785 674msgid "illegal operand" 675msgstr "" 676 677#: cgen.c:397 config/tc-avr.c:910 config/tc-d10v.c:463 config/tc-d30v.c:452 678#: config/tc-h8300.c:493 config/tc-mcore.c:662 config/tc-microblaze.c:585 679#: config/tc-mmix.c:495 config/tc-mn10200.c:1037 config/tc-mn10300.c:1681 680#: config/tc-msp430.c:417 config/tc-ppc.c:3483 config/tc-s390.c:1328 681#: config/tc-sh.c:988 config/tc-v850.c:2643 config/tc-v850.c:2677 682#: config/tc-v850.c:2717 config/tc-v850.c:2962 config/tc-xgate.c:895 683#: config/tc-z80.c:933 config/tc-z8k.c:349 684msgid "missing operand" 685msgstr "" 686 687#: cgen.c:774 688msgid "a reloc on this operand implies an overflow" 689msgstr "" 690 691#: cgen.c:797 692msgid "operand mask overflow" 693msgstr "" 694 695#: cgen.c:860 config/tc-arm.c:2056 config/tc-arm.c:11395 config/tc-arm.c:11447 696#: config/tc-arm.c:11735 config/tc-arm.c:12631 config/tc-arm.c:13771 697#: config/tc-arm.c:13811 config/tc-arm.c:14184 config/tc-arm.c:14226 698#: config/tc-arm.c:21462 config/tc-arm.c:21522 config/tc-mips.c:9704 699#: config/tc-mips.c:11014 config/tc-mips.c:12311 config/tc-mips.c:12992 700#: config/tc-spu.c:982 config/tc-xtensa.c:13078 701msgid "expression too complex" 702msgstr "" 703 704#: cgen.c:961 config/tc-ppc.c:7489 config/tc-s390.c:2374 config/tc-v850.c:3495 705#: config/tc-xstormy16.c:541 706msgid "unresolved expression that must be resolved" 707msgstr "" 708 709#: cgen.c:986 config/tc-bpf.c:858 config/tc-xstormy16.c:566 710#, c-format 711msgid "internal error: can't install fix for reloc type %d (`%s')" 712msgstr "" 713 714#: cgen.c:1037 config/tc-bpf.c:366 config/tc-nios2.c:1355 config/tc-pru.c:786 715msgid "relocation is not supported" 716msgstr "" 717 718#: codeview.c:435 719#, c-format 720msgid "could not open %s for reading" 721msgstr "" 722 723#: codeview.c:440 724msgid "md5_stream failed" 725msgstr "" 726 727#: cond.c:84 728msgid "invalid identifier for \".ifdef\"" 729msgstr "" 730 731#: cond.c:151 732msgid "non-constant expression in \".if\" statement" 733msgstr "" 734 735#: cond.c:279 736msgid "bad format for ifc or ifnc" 737msgstr "" 738 739#: cond.c:310 740msgid "\".elseif\" without matching \".if\"" 741msgstr "" 742 743#: cond.c:314 744msgid "\".elseif\" after \".else\"" 745msgstr "" 746 747#: cond.c:317 cond.c:423 748msgid "here is the previous \".else\"" 749msgstr "" 750 751#: cond.c:320 cond.c:426 752msgid "here is the previous \".if\"" 753msgstr "" 754 755#: cond.c:349 756msgid "non-constant expression in \".elseif\" statement" 757msgstr "" 758 759#: cond.c:387 760msgid "\".endif\" without \".if\"" 761msgstr "" 762 763#: cond.c:416 764msgid "\".else\" without matching \".if\"" 765msgstr "" 766 767#: cond.c:420 768msgid "duplicate \".else\"" 769msgstr "" 770 771#: cond.c:471 772msgid ".ifeqs syntax error" 773msgstr "" 774 775#: cond.c:559 776msgid "end of macro inside conditional" 777msgstr "" 778 779#: cond.c:561 780msgid "end of file inside conditional" 781msgstr "" 782 783#: cond.c:565 784msgid "here is the start of the unterminated conditional" 785msgstr "" 786 787#: cond.c:569 788msgid "here is the \"else\" of the unterminated conditional" 789msgstr "" 790 791#: config/atof-ieee.c:148 792msgid "cannot create floating-point number" 793msgstr "" 794 795#: config/atof-ieee.c:335 796msgid "NaNs are not supported by this target" 797msgstr "" 798 799#: config/atof-ieee.c:354 800msgid "NaN flavors are not supported by this target" 801msgstr "" 802 803#: config/atof-ieee.c:392 804msgid "Infinities are not supported by this target" 805msgstr "" 806 807#: config/atof-ieee.c:825 config/atof-vax.c:449 config/tc-arm.c:1285 808#: config/tc-ia64.c:11577 config/tc-tic30.c:1241 config/tc-tic4x.c:2570 809msgid "Unrecognized or unsupported floating point constant" 810msgstr "" 811 812#: config/obj-aout.c:81 813#, c-format 814msgid "Attempt to put a common symbol into set %s" 815msgstr "" 816 817#: config/obj-aout.c:85 818#, c-format 819msgid "Attempt to put an undefined symbol into set %s" 820msgstr "" 821 822#: config/obj-aout.c:112 config/obj-coff.c:1369 823#, c-format 824msgid "Symbol `%s' can not be both weak and common" 825msgstr "" 826 827#: config/obj-coff.c:206 config/obj-coff.c:1684 config/tc-tic54x.c:4002 828#: read.c:2991 829#, c-format 830msgid "error setting flags for \"%s\": %s" 831msgstr "" 832 833#. Zero is used as an end marker in the file. 834#: config/obj-coff.c:424 835msgid "Line numbers must be positive integers\n" 836msgstr "" 837 838#: config/obj-coff.c:456 839msgid ".ln pseudo-op inside .def/.endef: ignored." 840msgstr "" 841 842#: config/obj-coff.c:497 ecoff.c:3232 843msgid ".loc outside of .text" 844msgstr "" 845 846#: config/obj-coff.c:504 847msgid ".loc pseudo-op inside .def/.endef: ignored." 848msgstr "" 849 850#: config/obj-coff.c:584 851msgid ".def pseudo-op used inside of .def/.endef: ignored." 852msgstr "" 853 854#: config/obj-coff.c:617 855msgid ".endef pseudo-op used outside of .def/.endef: ignored." 856msgstr "" 857 858#: config/obj-coff.c:656 859#, c-format 860msgid "`%s' symbol without preceding function" 861msgstr "" 862 863#: config/obj-coff.c:743 864#, c-format 865msgid "unexpected storage class %d" 866msgstr "" 867 868#: config/obj-coff.c:850 869msgid ".dim pseudo-op used outside of .def/.endef: ignored." 870msgstr "" 871 872#: config/obj-coff.c:870 873msgid "badly formed .dim directive ignored" 874msgstr "" 875 876#: config/obj-coff.c:919 877msgid ".size pseudo-op used outside of .def/.endef: ignored." 878msgstr "" 879 880#: config/obj-coff.c:934 881msgid ".scl pseudo-op used outside of .def/.endef: ignored." 882msgstr "" 883 884#: config/obj-coff.c:951 885msgid ".tag pseudo-op used outside of .def/.endef: ignored." 886msgstr "" 887 888#: config/obj-coff.c:968 889#, c-format 890msgid "tag not found for .tag %s" 891msgstr "" 892 893#: config/obj-coff.c:981 894msgid ".type pseudo-op used outside of .def/.endef: ignored." 895msgstr "" 896 897#: config/obj-coff.c:1000 898msgid ".val pseudo-op used outside of .def/.endef: ignored." 899msgstr "" 900 901#: config/obj-coff.c:1147 902msgid "badly formed .weak directive ignored" 903msgstr "" 904 905#: config/obj-coff.c:1325 906msgid "mismatched .eb" 907msgstr "" 908 909#: config/obj-coff.c:1348 910#, c-format 911msgid "C_EFCN symbol for %s out of scope" 912msgstr "" 913 914#: config/obj-coff.c:1403 915#, c-format 916msgid "Warning: internal error: forgetting to set endndx of %s" 917msgstr "" 918 919#. STYP_INFO 920#. STYP_LIB 921#. STYP_OVER 922#: config/obj-coff.c:1646 923#, c-format 924msgid "unsupported section attribute '%c'" 925msgstr "" 926 927#: config/obj-coff.c:1650 928#, c-format 929msgid "unknown section attribute '%c'" 930msgstr "" 931 932#: config/obj-coff.c:1696 config/obj-macho.c:269 933#, c-format 934msgid "Ignoring changed section attributes for %s" 935msgstr "" 936 937#: config/obj-coff.c:1840 938#, c-format 939msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" 940msgstr "" 941 942#: config/obj-ecoff.c:125 943msgid "Can't set GP value" 944msgstr "" 945 946#: config/obj-ecoff.c:132 947msgid "Can't set register masks" 948msgstr "" 949 950#: config/obj-elf.c:318 config/tc-sparc.c:4383 config/tc-v850.c:508 951#, c-format 952msgid "bad .common segment %s" 953msgstr "" 954 955#: config/obj-elf.c:394 config/tc-aarch64.c:2196 config/tc-kvx.c:2243 956msgid "Missing symbol name in directive" 957msgstr "" 958 959#: config/obj-elf.c:630 960#, c-format 961msgid "setting incorrect section type for %s" 962msgstr "" 963 964#: config/obj-elf.c:635 965#, c-format 966msgid "ignoring incorrect section type for %s" 967msgstr "" 968 969#: config/obj-elf.c:694 970#, c-format 971msgid "setting incorrect section attributes for %s" 972msgstr "" 973 974#. This is a special section with known type. User 975#. assembly might get the section type wrong; Even high 976#. profile projects like glibc have done so in the past. 977#. So don't error in this case. 978#: config/obj-elf.c:788 979#, c-format 980msgid "ignoring changed section type for %s" 981msgstr "" 982 983#. Do error when assembly isn't self-consistent. 984#: config/obj-elf.c:791 985#, c-format 986msgid "changed section type for %s" 987msgstr "" 988 989#: config/obj-elf.c:806 990#, c-format 991msgid "ignoring changed section attributes for %s" 992msgstr "" 993 994#: config/obj-elf.c:808 995#, c-format 996msgid "changed section attributes for %s" 997msgstr "" 998 999#: config/obj-elf.c:816 1000#, c-format 1001msgid "changed section entity size for %s" 1002msgstr "" 1003 1004#: config/obj-elf.c:898 1005msgid "unrecognized .section attribute: want a,e,o,w,x,M,S,G,T or number" 1006msgstr "" 1007 1008#: config/obj-elf.c:984 1009msgid "extraneous characters at end of numeric section type" 1010msgstr "" 1011 1012#: config/obj-elf.c:990 read.c:2975 1013msgid "unrecognized section type" 1014msgstr "" 1015 1016#: config/obj-elf.c:1015 1017msgid "unrecognized section attribute" 1018msgstr "" 1019 1020#: config/obj-elf.c:1047 config/tc-alpha.c:4208 1021msgid "missing name" 1022msgstr "" 1023 1024#: config/obj-elf.c:1094 1025msgid "group name not parseable" 1026msgstr "" 1027 1028#: config/obj-elf.c:1101 1029#, c-format 1030msgid "section %s already has a group (%s)" 1031msgstr "" 1032 1033#: config/obj-elf.c:1156 1034#, c-format 1035msgid "section name '%s' already defined as another symbol" 1036msgstr "" 1037 1038#: config/obj-elf.c:1259 1039msgid "invalid merge entity size" 1040msgstr "" 1041 1042#: config/obj-elf.c:1272 1043msgid "entity size for SHF_MERGE not specified" 1044msgstr "" 1045 1046#: config/obj-elf.c:1314 1047msgid "? section flag ignored with G present" 1048msgstr "" 1049 1050#: config/obj-elf.c:1351 1051msgid "group name for SHF_GROUP not specified" 1052msgstr "" 1053 1054#: config/obj-elf.c:1377 1055#, c-format 1056msgid "unsupported mbind section info: %s" 1057msgstr "" 1058 1059#: config/obj-elf.c:1430 1060#, c-format 1061msgid "unsupported section id: %s" 1062msgstr "" 1063 1064#: config/obj-elf.c:1456 1065msgid "character following name is not '#'" 1066msgstr "" 1067 1068#: config/obj-elf.c:1484 1069#, c-format 1070msgid "SHF_ALLOC isn't set for GNU_MBIND section: %s" 1071msgstr "" 1072 1073#: config/obj-elf.c:1491 1074#, c-format 1075msgid "%s section is supported only by GNU and FreeBSD targets" 1076msgstr "" 1077 1078#: config/obj-elf.c:1629 1079msgid ".previous without corresponding .section; ignored" 1080msgstr "" 1081 1082#: config/obj-elf.c:1655 1083msgid ".popsection without corresponding .pushsection; ignored" 1084msgstr "" 1085 1086#: config/obj-elf.c:1699 config/obj-elf.c:1794 1087#, c-format 1088msgid "missing version name in `%s' for symbol `%s'" 1089msgstr "" 1090 1091#: config/obj-elf.c:1718 1092#, c-format 1093msgid "only one version name with `@@@' is allowed for symbol `%s'" 1094msgstr "" 1095 1096#: config/obj-elf.c:1726 1097#, c-format 1098msgid "invalid version name '%s' for symbol `%s'" 1099msgstr "" 1100 1101#: config/obj-elf.c:1768 1102msgid "expected comma after name in .symver" 1103msgstr "" 1104 1105#: config/obj-elf.c:1785 config/obj-elf.c:2713 1106#, c-format 1107msgid "`%s' can't be versioned to common symbol '%s'" 1108msgstr "" 1109 1110#: config/obj-elf.c:1862 1111#, c-format 1112msgid "expected `%s' to have already been set for .vtable_inherit" 1113msgstr "" 1114 1115#: config/obj-elf.c:1872 1116msgid "expected comma after name in .vtable_inherit" 1117msgstr "" 1118 1119#: config/obj-elf.c:1933 1120msgid "expected comma after name in .vtable_entry" 1121msgstr "" 1122 1123#: config/obj-elf.c:2072 1124#, c-format 1125msgid "Attribute name not recognised: %s" 1126msgstr "" 1127 1128#: config/obj-elf.c:2089 1129msgid "expected numeric constant" 1130msgstr "" 1131 1132#: config/obj-elf.c:2098 config/tc-arm.c:7122 1133msgid "expected comma" 1134msgstr "" 1135 1136#: config/obj-elf.c:2129 config/tc-arc.c:4945 config/tc-arc.c:4956 1137#: config/tc-arc.c:5028 config/tc-arc.c:5079 config/tc-arm.c:32980 1138#: config/tc-arm.c:32991 config/tc-csky.c:1697 config/tc-csky.c:1709 1139#: config/tc-csky.c:1880 config/tc-mips.c:20631 config/tc-msp430.c:5152 1140#: config/tc-riscv.c:5127 config/tc-riscv.c:5169 config/tc-sparc.c:1134 1141#: config/tc-tic6x.c:4385 1142#, c-format 1143msgid "error adding attribute: %s" 1144msgstr "" 1145 1146#: config/obj-elf.c:2135 1147msgid "bad string constant" 1148msgstr "" 1149 1150#: config/obj-elf.c:2139 1151msgid "expected <tag> , <value>" 1152msgstr "" 1153 1154#: config/obj-elf.c:2268 1155msgid "expected quoted string" 1156msgstr "" 1157 1158#: config/obj-elf.c:2288 1159#, c-format 1160msgid "expected comma after name `%s' in .size directive" 1161msgstr "" 1162 1163#: config/obj-elf.c:2297 1164msgid "missing expression in .size directive" 1165msgstr "" 1166 1167#: config/obj-elf.c:2424 1168#, c-format 1169msgid "symbol '%s' is already defined" 1170msgstr "" 1171 1172#: config/obj-elf.c:2444 1173#, c-format 1174msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets" 1175msgstr "" 1176 1177#: config/obj-elf.c:2448 1178#, c-format 1179msgid "symbol type \"%s\" is not supported by MIPS targets" 1180msgstr "" 1181 1182#: config/obj-elf.c:2460 1183#, c-format 1184msgid "symbol type \"%s\" is supported only by GNU targets" 1185msgstr "" 1186 1187#: config/obj-elf.c:2470 config/tc-kvx.c:2287 1188#, c-format 1189msgid "unrecognized symbol type \"%s\"" 1190msgstr "" 1191 1192#: config/obj-elf.c:2491 1193#, c-format 1194msgid "cannot change type of common symbol '%s'" 1195msgstr "" 1196 1197#: config/obj-elf.c:2503 1198#, c-format 1199msgid "symbol '%s' already has its type set" 1200msgstr "" 1201 1202#: config/obj-elf.c:2686 config/obj-elf.c:2689 1203#, c-format 1204msgid ".size expression for %s does not evaluate to a constant" 1205msgstr "" 1206 1207#: config/obj-elf.c:2778 1208#, c-format 1209msgid "symbol '%s' with multiple versions cannot be used in relocation" 1210msgstr "" 1211 1212#: config/obj-elf.c:2796 ecoff.c:3576 1213#, c-format 1214msgid "symbol `%s' can not be both weak and common" 1215msgstr "" 1216 1217#: config/obj-elf.c:2844 1218#, c-format 1219msgid "undefined linked-to symbol `%s' on section `%s'" 1220msgstr "" 1221 1222#: config/obj-elf.c:2922 1223#, c-format 1224msgid "assuming all members of group `%s' are COMDAT" 1225msgstr "" 1226 1227#: config/obj-elf.c:2934 1228#, c-format 1229msgid "can't create group: %s" 1230msgstr "" 1231 1232#: config/obj-elf.c:3011 1233#, c-format 1234msgid "" 1235"invalid attempt to declare external version name as default in symbol `%s'" 1236msgstr "" 1237 1238#: config/obj-elf.c:3021 1239#, c-format 1240msgid "multiple versions [`%s'|`%s'] for symbol `%s'" 1241msgstr "" 1242 1243#: config/obj-elf.c:3110 1244#, c-format 1245msgid "failed to set up debugging information: %s" 1246msgstr "" 1247 1248#: config/obj-elf.c:3130 1249#, c-format 1250msgid "can't start writing .mdebug section: %s" 1251msgstr "" 1252 1253#: config/obj-elf.c:3138 1254#, c-format 1255msgid "could not write .mdebug section: %s" 1256msgstr "" 1257 1258#: config/obj-evax.c:122 1259#, c-format 1260msgid "no entry symbol for global function '%s'" 1261msgstr "" 1262 1263#. make a temp string. 1264#: config/obj-macho.c:119 1265#, c-format 1266msgid "the %s name '%s' is too long (maximum 16 characters)" 1267msgstr "" 1268 1269#: config/obj-macho.c:130 1270#, c-format 1271msgid "expected a %s name followed by a `,'" 1272msgstr "" 1273 1274#: config/obj-macho.c:144 1275msgid "segment" 1276msgstr "" 1277 1278#: config/obj-macho.c:153 1279msgid "section" 1280msgstr "" 1281 1282#: config/obj-macho.c:195 1283#, c-format 1284msgid "cannot override zerofill section type for `%s,%s'" 1285msgstr "" 1286 1287#: config/obj-macho.c:249 1288#, c-format 1289msgid "failed to set flags for \"%s\": %s" 1290msgstr "" 1291 1292#: config/obj-macho.c:342 1293#, c-format 1294msgid "unknown or invalid section type '%s'" 1295msgstr "" 1296 1297#: config/obj-macho.c:381 1298#, c-format 1299msgid "unknown or invalid section attribute '%s'" 1300msgstr "" 1301 1302#: config/obj-macho.c:402 1303msgid "unexpected section size information" 1304msgstr "" 1305 1306#: config/obj-macho.c:414 1307msgid "missing sizeof_stub expression" 1308msgstr "" 1309 1310#: config/obj-macho.c:478 config/tc-ia64.c:1080 config/tc-ia64.c:11738 1311#: config/tc-score.c:6073 expr.c:1246 read.c:1730 1312msgid "expected symbol name" 1313msgstr "" 1314 1315#: config/obj-macho.c:491 read.c:548 1316msgid "bad or irreducible absolute expression" 1317msgstr "" 1318 1319#: config/obj-macho.c:497 config/tc-score.c:6090 read.c:1769 1320msgid "missing size expression" 1321msgstr "" 1322 1323#: config/obj-macho.c:506 config/tc-ia64.c:1115 read.c:1775 1324#, c-format 1325msgid "size (%ld) out of range, ignored" 1326msgstr "" 1327 1328#: config/obj-macho.c:516 config/tc-score.c:6228 dwarf2dbg.c:1427 ecoff.c:3345 1329#: read.c:1787 read.c:1890 read.c:2664 read.c:3202 read.c:3798 symbols.c:579 1330#: symbols.c:674 1331#, c-format 1332msgid "symbol `%s' is already defined" 1333msgstr "" 1334 1335#: config/obj-macho.c:526 read.c:1802 1336#, c-format 1337msgid "size of \"%s\" is already %ld; not changing to %ld" 1338msgstr "" 1339 1340#: config/obj-macho.c:537 1341msgid "align value not recognized, using size" 1342msgstr "" 1343 1344#: config/obj-macho.c:542 config/obj-macho.c:905 1345#, c-format 1346msgid "Alignment (%lu) too large: 15 assumed." 1347msgstr "" 1348 1349#: config/obj-macho.c:608 1350#, c-format 1351msgid "BFD is out of sync with GAS, unhandled well-known section type `%s'" 1352msgstr "" 1353 1354#: config/obj-macho.c:810 1355#, c-format 1356msgid "%s is not used for the selected target" 1357msgstr "" 1358 1359#: config/obj-macho.c:875 1360msgid "internal error: base section index out of range" 1361msgstr "" 1362 1363#: config/obj-macho.c:961 1364#, c-format 1365msgid "internal error: bad file property ID %d" 1366msgstr "" 1367 1368#: config/obj-macho.c:969 1369msgid "failed to set subsections by symbols" 1370msgstr "" 1371 1372#: config/obj-macho.c:1032 1373#, c-format 1374msgid "'%s' previously declared as '%s'." 1375msgstr "" 1376 1377#: config/obj-macho.c:1084 config/obj-macho.c:1404 config/obj-macho.c:1488 1378#, c-format 1379msgid "" 1380"'%s' can't be a weak_definition (currently only supported in sections of " 1381"type coalesced)" 1382msgstr "" 1383 1384#: config/obj-macho.c:1169 1385msgid "use of .indirect_symbols requires `-dynamic'" 1386msgstr "" 1387 1388#: config/obj-macho.c:1186 1389#, c-format 1390msgid "" 1391"attempt to add an indirect_symbol to a stub or reference section with a zero-" 1392"sized element at %s" 1393msgstr "" 1394 1395#: config/obj-macho.c:1216 1396msgid "an .indirect_symbol must be in a symbol pointer or stub section." 1397msgstr "" 1398 1399#: config/obj-macho.c:1485 1400#, c-format 1401msgid "'%s' can't be a weak_definition (since it is undefined)" 1402msgstr "" 1403 1404#: config/obj-macho.c:1491 1405#, c-format 1406msgid "Non-global symbol: '%s' can't be a weak_definition." 1407msgstr "" 1408 1409#: config/obj-macho.c:1497 1410#, c-format 1411msgid "internal error: [%s] unexpected code [%lx] in frob symbol" 1412msgstr "" 1413 1414#: config/obj-macho.c:1538 1415#, c-format 1416msgid "unrecognized stab type '%c'" 1417msgstr "" 1418 1419#: config/obj-macho.c:1589 1420#, c-format 1421msgid "`%s' can't be undefined in `%s' - `%s' {%s section}" 1422msgstr "" 1423 1424#: config/obj-macho.c:1597 1425#, c-format 1426msgid "`%s' can't be undefined in `%s' {%s section} - `%s'" 1427msgstr "" 1428 1429#: config/obj-macho.c:1604 1430#, c-format 1431msgid "`%s' and `%s' can't be undefined in `%s' - `%s'" 1432msgstr "" 1433 1434#: config/obj-macho.c:1806 1435#, c-format 1436msgid "" 1437"the number of .indirect_symbols defined in section %s does not match the " 1438"number expected (%d defined, %d expected)" 1439msgstr "" 1440 1441#: config/obj-macho.c:1826 1442#, c-format 1443msgid "internal error: failed to allocate %d indirectsymbol pointers" 1444msgstr "" 1445 1446#: config/obj-macho.c:1840 config/obj-macho.c:1863 1447msgid "internal error: more indirect mach-o symbols than expected" 1448msgstr "" 1449 1450#: config/obj-som.c:56 1451msgid "Only one .compiler pseudo-op per file!" 1452msgstr "" 1453 1454#: config/obj-som.c:73 config/obj-som.c:144 config/obj-som.c:186 1455msgid "Expected quoted string" 1456msgstr "" 1457 1458#: config/obj-som.c:86 1459msgid ".compiler directive missing language and version" 1460msgstr "" 1461 1462#: config/obj-som.c:96 1463msgid ".compiler directive missing version" 1464msgstr "" 1465 1466#: config/obj-som.c:112 1467#, c-format 1468msgid "FATAL: Attaching compiler header %s" 1469msgstr "" 1470 1471#: config/obj-som.c:127 1472msgid "Only one .version pseudo-op per file!" 1473msgstr "" 1474 1475#: config/obj-som.c:151 1476#, c-format 1477msgid "attaching version header %s: %s" 1478msgstr "" 1479 1480#: config/obj-som.c:169 1481msgid "Only one .copyright pseudo-op per file!" 1482msgstr "" 1483 1484#: config/obj-som.c:193 1485#, c-format 1486msgid "attaching copyright header %s: %s" 1487msgstr "" 1488 1489#: config/tc-aarch64.c:429 1490#, c-format 1491msgid "expected an unsuffixed ZA tile at operand %d" 1492msgstr "" 1493 1494#: config/tc-aarch64.c:433 1495#, c-format 1496msgid "missing horizontal or vertical suffix at operand %d" 1497msgstr "" 1498 1499#: config/tc-aarch64.c:438 1500#, c-format 1501msgid "expected 'za' rather than a ZA tile at operand %d" 1502msgstr "" 1503 1504#: config/tc-aarch64.c:442 1505#, c-format 1506msgid "" 1507"expected a predicate-as-counter rather than predicate-as-mask register at " 1508"operand %d" 1509msgstr "" 1510 1511#: config/tc-aarch64.c:447 1512#, c-format 1513msgid "" 1514"expected a predicate-as-mask rather than predicate-as-counter register at " 1515"operand %d" 1516msgstr "" 1517 1518#: config/tc-aarch64.c:452 1519#, c-format 1520msgid "expected a 64-bit integer register at operand %d" 1521msgstr "" 1522 1523#: config/tc-aarch64.c:454 1524#, c-format 1525msgid "expected an integer or zero register at operand %d" 1526msgstr "" 1527 1528#: config/tc-aarch64.c:456 1529#, c-format 1530msgid "expected an integer or stack pointer register at operand %d" 1531msgstr "" 1532 1533#: config/tc-aarch64.c:460 1534#, c-format 1535msgid "expected a scalar SIMD or floating-point register at operand %d" 1536msgstr "" 1537 1538#: config/tc-aarch64.c:463 1539#, c-format 1540msgid "expected an Advanced SIMD vector register at operand %d" 1541msgstr "" 1542 1543#: config/tc-aarch64.c:465 1544#, c-format 1545msgid "expected an SVE vector register at operand %d" 1546msgstr "" 1547 1548#. Use this error for "predicate-as-mask only" and "either kind of 1549#. predicate". We report a more specific error if P is used where 1550#. PN is expected, and vice versa, so the issue at this point is 1551#. "predicate-like" vs. "not predicate-like". 1552#: config/tc-aarch64.c:472 1553#, c-format 1554msgid "expected an SVE predicate register at operand %d" 1555msgstr "" 1556 1557#: config/tc-aarch64.c:474 1558#, c-format 1559msgid "expected an SVE predicate-as-counter register at operand %d" 1560msgstr "" 1561 1562#: config/tc-aarch64.c:476 1563#, c-format 1564msgid "expected a vector register at operand %d" 1565msgstr "" 1566 1567#: config/tc-aarch64.c:478 1568#, c-format 1569msgid "expected an SVE vector or predicate register at operand %d" 1570msgstr "" 1571 1572#: config/tc-aarch64.c:480 1573#, c-format 1574msgid "expected a vector or predicate register at operand %d" 1575msgstr "" 1576 1577#: config/tc-aarch64.c:484 1578#, c-format 1579msgid "expected a ZA array vector at operand %d" 1580msgstr "" 1581 1582#: config/tc-aarch64.c:486 1583#, c-format 1584msgid "expected ZT0 or a ZA mask at operand %d" 1585msgstr "" 1586 1587#: config/tc-aarch64.c:488 1588#, c-format 1589msgid "expected a ZA tile at operand %d" 1590msgstr "" 1591 1592#: config/tc-aarch64.c:490 1593#, c-format 1594msgid "expected a ZA tile slice at operand %d" 1595msgstr "" 1596 1597#: config/tc-aarch64.c:494 1598#, c-format 1599msgid "" 1600"expected an integer register or Advanced SIMD vector register at operand %d" 1601msgstr "" 1602 1603#: config/tc-aarch64.c:497 1604#, c-format 1605msgid "expected an integer register or SVE vector register at operand %d" 1606msgstr "" 1607 1608#: config/tc-aarch64.c:500 1609#, c-format 1610msgid "expected an integer or vector register at operand %d" 1611msgstr "" 1612 1613#: config/tc-aarch64.c:502 1614#, c-format 1615msgid "expected an integer or predicate register at operand %d" 1616msgstr "" 1617 1618#: config/tc-aarch64.c:504 1619#, c-format 1620msgid "expected an integer, vector or predicate register at operand %d" 1621msgstr "" 1622 1623#: config/tc-aarch64.c:509 1624#, c-format 1625msgid "expected an SVE vector register or ZA tile slice at operand %d" 1626msgstr "" 1627 1628#: config/tc-aarch64.c:707 config/tc-aarch64.c:709 config/tc-arm.c:1202 1629#: config/tc-score.c:6447 expr.c:1409 read.c:2646 1630msgid "bad expression" 1631msgstr "" 1632 1633#: config/tc-aarch64.c:720 config/tc-sparc.c:3379 1634msgid "bad segment" 1635msgstr "" 1636 1637#: config/tc-aarch64.c:864 1638msgid "bad vector arrangement type" 1639msgstr "" 1640 1641#: config/tc-aarch64.c:1036 1642#, c-format 1643msgid "bad size %d in vector width specifier" 1644msgstr "" 1645 1646#: config/tc-aarch64.c:1069 1647#, c-format 1648msgid "unexpected character `%c' in element size" 1649msgstr "" 1650 1651#: config/tc-aarch64.c:1071 1652msgid "missing element size" 1653msgstr "" 1654 1655#: config/tc-aarch64.c:1080 1656#, c-format 1657msgid "invalid element size %d and vector size combination %c" 1658msgstr "" 1659 1660#: config/tc-aarch64.c:1116 1661#, c-format 1662msgid "unexpected character `%c' in predication type" 1663msgstr "" 1664 1665#: config/tc-aarch64.c:1119 1666msgid "missing predication type" 1667msgstr "" 1668 1669#: config/tc-aarch64.c:1162 config/tc-aarch64.c:2242 config/tc-aarch64.c:2502 1670#: config/tc-arm.c:1779 config/tc-arm.c:3986 config/tc-arm.c:5264 1671#: config/tc-arm.c:7411 1672msgid "constant expression required" 1673msgstr "" 1674 1675#: config/tc-aarch64.c:1212 1676msgid "syntax error in register list" 1677msgstr "" 1678 1679#: config/tc-aarch64.c:1242 1680msgid "ZA tile number out of range" 1681msgstr "" 1682 1683#: config/tc-aarch64.c:1283 1684msgid "this type of register can't be indexed" 1685msgstr "" 1686 1687#: config/tc-aarch64.c:1289 1688msgid "index not allowed inside register list" 1689msgstr "" 1690 1691#. Indexed vector register expected. 1692#: config/tc-aarch64.c:1304 1693msgid "indexed vector register expected" 1694msgstr "" 1695 1696#: config/tc-aarch64.c:1311 1697msgid "invalid use of vector register" 1698msgstr "" 1699 1700#: config/tc-aarch64.c:1420 1701msgid "invalid vector register in list" 1702msgstr "" 1703 1704#: config/tc-aarch64.c:1428 1705msgid "invalid scalar register in list" 1706msgstr "" 1707 1708#: config/tc-aarch64.c:1441 1709msgid "invalid range in vector register list" 1710msgstr "" 1711 1712#: config/tc-aarch64.c:1454 1713msgid "type mismatch in vector register list" 1714msgstr "" 1715 1716#: config/tc-aarch64.c:1475 1717msgid "end of vector register list not found" 1718msgstr "" 1719 1720#: config/tc-aarch64.c:1493 1721msgid "expected index" 1722msgstr "" 1723 1724#: config/tc-aarch64.c:1500 1725msgid "too many registers in vector register list" 1726msgstr "" 1727 1728#: config/tc-aarch64.c:1505 1729msgid "empty vector register list" 1730msgstr "" 1731 1732#: config/tc-aarch64.c:1527 config/tc-arm.c:2548 1733#, c-format 1734msgid "ignoring attempt to redefine built-in register '%s'" 1735msgstr "" 1736 1737#: config/tc-aarch64.c:1533 config/tc-arm.c:2553 1738#, c-format 1739msgid "ignoring redefinition of register alias '%s'" 1740msgstr "" 1741 1742#: config/tc-aarch64.c:1578 config/tc-arm.c:2618 1743#, c-format 1744msgid "unknown register '%s' -- .req ignored" 1745msgstr "" 1746 1747#: config/tc-aarch64.c:1636 config/tc-arm.c:2826 1748msgid "invalid syntax for .req directive" 1749msgstr "" 1750 1751#: config/tc-aarch64.c:1657 config/tc-arm.c:2859 1752msgid "invalid syntax for .unreq directive" 1753msgstr "" 1754 1755#: config/tc-aarch64.c:1663 config/tc-arm.c:2866 1756#, c-format 1757msgid "unknown register alias '%s'" 1758msgstr "" 1759 1760#: config/tc-aarch64.c:1665 1761#, c-format 1762msgid "ignoring attempt to undefine built-in register '%s'" 1763msgstr "" 1764 1765#: config/tc-aarch64.c:1979 config/tc-arm.c:3597 config/tc-arm.c:3624 1766#: config/tc-arm.c:3637 1767msgid "literal pool overflow" 1768msgstr "" 1769 1770#: config/tc-aarch64.c:2160 config/tc-aarch64.c:7225 config/tc-arm.c:3859 1771#: config/tc-arm.c:7844 1772msgid "unrecognized relocation suffix" 1773msgstr "" 1774 1775#: config/tc-aarch64.c:2162 1776msgid "unimplemented relocation suffix" 1777msgstr "" 1778 1779#: config/tc-aarch64.c:2470 config/tc-aarch64.c:2660 config/tc-aarch64.c:2704 1780#: config/tc-csky.c:2336 1781msgid "immediate operand required" 1782msgstr "" 1783 1784#: config/tc-aarch64.c:2478 1785msgid "missing immediate expression" 1786msgstr "" 1787 1788#: config/tc-aarch64.c:2684 config/tc-aarch64.c:7048 config/tc-aarch64.c:7068 1789msgid "invalid floating-point constant" 1790msgstr "" 1791 1792#: config/tc-aarch64.c:3491 config/tc-arm.c:5604 config/tc-arm.c:5614 1793msgid "shift expression expected" 1794msgstr "" 1795 1796#: config/tc-aarch64.c:3499 1797msgid "shift operator expected" 1798msgstr "" 1799 1800#: config/tc-aarch64.c:3507 1801msgid "invalid use of 'MSL'" 1802msgstr "" 1803 1804#: config/tc-aarch64.c:3515 1805msgid "invalid use of 'MUL'" 1806msgstr "" 1807 1808#: config/tc-aarch64.c:3524 1809msgid "extending shift is not permitted" 1810msgstr "" 1811 1812#: config/tc-aarch64.c:3532 1813msgid "'ROR' shift is not permitted" 1814msgstr "" 1815 1816#: config/tc-aarch64.c:3540 1817msgid "only 'LSL' shift is permitted" 1818msgstr "" 1819 1820#: config/tc-aarch64.c:3548 1821msgid "only 'MUL' is permitted" 1822msgstr "" 1823 1824#: config/tc-aarch64.c:3566 1825msgid "only 'MUL VL' is permitted" 1826msgstr "" 1827 1828#: config/tc-aarch64.c:3574 1829msgid "invalid shift for the register offset addressing mode" 1830msgstr "" 1831 1832#: config/tc-aarch64.c:3582 1833msgid "invalid shift operator" 1834msgstr "" 1835 1836#: config/tc-aarch64.c:3615 1837msgid "missing shift amount" 1838msgstr "" 1839 1840#: config/tc-aarch64.c:3622 1841msgid "constant shift amount required" 1842msgstr "" 1843 1844#: config/tc-aarch64.c:3631 1845msgid "shift amount out of range 0 to 63" 1846msgstr "" 1847 1848#: config/tc-aarch64.c:3681 1849msgid "unexpected shift operator" 1850msgstr "" 1851 1852#: config/tc-aarch64.c:3717 1853msgid "unexpected register in the immediate operand" 1854msgstr "" 1855 1856#: config/tc-aarch64.c:3742 1857msgid "integer register expected in the extended/shifted operand register" 1858msgstr "" 1859 1860#: config/tc-aarch64.c:3777 config/tc-aarch64.c:3914 config/tc-aarch64.c:4053 1861#: config/tc-aarch64.c:4250 config/tc-aarch64.c:4291 1862msgid "unknown relocation modifier" 1863msgstr "" 1864 1865#: config/tc-aarch64.c:3784 config/tc-aarch64.c:3933 config/tc-aarch64.c:4060 1866#: config/tc-aarch64.c:4257 config/tc-aarch64.c:4298 1867msgid "this relocation modifier is not allowed on this instruction" 1868msgstr "" 1869 1870#: config/tc-aarch64.c:3941 config/tc-aarch64.c:4071 1871msgid "invalid relocation expression" 1872msgstr "" 1873 1874#: config/tc-aarch64.c:3957 1875msgid "invalid address" 1876msgstr "" 1877 1878#: config/tc-aarch64.c:3975 1879msgid "expected a 64-bit base register" 1880msgstr "" 1881 1882#: config/tc-aarch64.c:3977 1883msgid "invalid base register" 1884msgstr "" 1885 1886#: config/tc-aarch64.c:3979 1887msgid "expected a base register" 1888msgstr "" 1889 1890#: config/tc-aarch64.c:3995 config/tc-aarch64.c:4131 1891msgid "invalid offset register" 1892msgstr "" 1893 1894#: config/tc-aarch64.c:4022 1895msgid "invalid use of 32-bit register offset" 1896msgstr "" 1897 1898#: config/tc-aarch64.c:4031 1899msgid "offset has different size from base" 1900msgstr "" 1901 1902#: config/tc-aarch64.c:4037 1903msgid "invalid use of 64-bit register offset" 1904msgstr "" 1905 1906#. [Xn],#expr 1907#: config/tc-aarch64.c:4084 config/tc-aarch64.c:4141 1908msgid "invalid expression in the address" 1909msgstr "" 1910 1911#: config/tc-aarch64.c:4098 config/tc-arm.c:6203 config/tc-arm.c:6802 1912msgid "']' expected" 1913msgstr "" 1914 1915#: config/tc-aarch64.c:4106 1916msgid "register offset not allowed in pre-indexed addressing mode" 1917msgstr "" 1918 1919#: config/tc-aarch64.c:4121 config/tc-arm.c:6239 1920msgid "cannot combine pre- and post-indexing" 1921msgstr "" 1922 1923#. Reject [Rn]! 1924#: config/tc-aarch64.c:4165 1925msgid "missing offset in the pre-indexed address" 1926msgstr "" 1927 1928#: config/tc-aarch64.c:4506 1929msgid "expected '['" 1930msgstr "" 1931 1932#: config/tc-aarch64.c:4514 1933msgid "expected a 32-bit selection register" 1934msgstr "" 1935 1936#: config/tc-aarch64.c:4521 1937msgid "missing immediate offset" 1938msgstr "" 1939 1940#: config/tc-aarch64.c:4527 config/tc-aarch64.c:4536 1941msgid "expected a constant immediate offset" 1942msgstr "" 1943 1944#: config/tc-aarch64.c:4541 1945msgid "the last offset is less than the first offset" 1946msgstr "" 1947 1948#: config/tc-aarch64.c:4547 1949msgid "the last offset is equal to the first offset" 1950msgstr "" 1951 1952#: config/tc-aarch64.c:4569 1953msgid "invalid vector group size" 1954msgstr "" 1955 1956#: config/tc-aarch64.c:4576 1957msgid "expected ']'" 1958msgstr "" 1959 1960#: config/tc-aarch64.c:4636 config/tc-aarch64.c:4744 1961msgid "expected '}'" 1962msgstr "" 1963 1964#: config/tc-aarch64.c:4695 1965msgid "ZA tile masks do not operate at .Q granularity" 1966msgstr "" 1967 1968#: config/tc-aarch64.c:4701 1969msgid "missing ZA tile size" 1970msgstr "" 1971 1972#: config/tc-aarch64.c:4706 1973msgid "invalid ZA tile" 1974msgstr "" 1975 1976#: config/tc-aarch64.c:4731 1977msgid "expected '{'" 1978msgstr "" 1979 1980#: config/tc-aarch64.c:4772 1981msgid "expected SM or ZA operand" 1982msgstr "" 1983 1984#: config/tc-aarch64.c:4835 1985#, c-format 1986msgid "selected processor does not support PSTATE field name '%s'" 1987msgstr "" 1988 1989#: config/tc-aarch64.c:4840 config/tc-aarch64.c:4885 1990#, c-format 1991msgid "selected processor does not support system register name '%s'" 1992msgstr "" 1993 1994#: config/tc-aarch64.c:4843 1995#, c-format 1996msgid "128-bit-wide accsess not allowed on selected system register '%s'" 1997msgstr "" 1998 1999#: config/tc-aarch64.c:4846 config/tc-aarch64.c:4888 2000#, c-format 2001msgid "" 2002"system register name '%s' is deprecated and may be removed in a future " 2003"release" 2004msgstr "" 2005 2006#: config/tc-aarch64.c:4927 2007msgid "immediate value out of range " 2008msgstr "" 2009 2010#: config/tc-aarch64.c:5527 messages.c:148 2011#, c-format 2012msgid "Info: " 2013msgstr "" 2014 2015#: config/tc-aarch64.c:5545 2016#, c-format 2017msgid "missing braces at operand %d" 2018msgstr "" 2019 2020#: config/tc-aarch64.c:5556 2021#, c-format 2022msgid "unexpected register type at operand %d" 2023msgstr "" 2024 2025#: config/tc-aarch64.c:5567 2026#, c-format 2027msgid "invalid register list at operand %d" 2028msgstr "" 2029 2030#: config/tc-aarch64.c:5580 2031#, c-format 2032msgid "expected a register at operand %d" 2033msgstr "" 2034 2035#: config/tc-aarch64.c:5587 2036#, c-format 2037msgid "expected '{' at operand %d" 2038msgstr "" 2039 2040#: config/tc-aarch64.c:5589 2041#, c-format 2042msgid "expected a register or register list at operand %d" 2043msgstr "" 2044 2045#: config/tc-aarch64.c:5614 2046#, c-format 2047msgid "this `%s' should have an immediately preceding `%s' -- `%s'" 2048msgstr "" 2049 2050#: config/tc-aarch64.c:5620 2051#, c-format 2052msgid "the preceding `%s' should be followed by `%s` rather than `%s` -- `%s'" 2053msgstr "" 2054 2055#: config/tc-aarch64.c:5632 config/tc-aarch64.c:5647 config/tc-score.c:2748 2056#: config/tc-score.c:6436 2057#, c-format 2058msgid "%s -- `%s'" 2059msgstr "" 2060 2061#: config/tc-aarch64.c:5649 2062#, c-format 2063msgid "%s at operand %d -- `%s'" 2064msgstr "" 2065 2066#: config/tc-aarch64.c:5655 2067#, c-format 2068msgid "operand %d must be %s -- `%s'" 2069msgstr "" 2070 2071#: config/tc-aarch64.c:5661 2072#, c-format 2073msgid "operand mismatch -- `%s'" 2074msgstr "" 2075 2076#. Print the hint. 2077#: config/tc-aarch64.c:5721 2078msgid " did you mean this?" 2079msgstr "" 2080 2081#: config/tc-aarch64.c:5724 config/tc-aarch64.c:5751 2082#, c-format 2083msgid " %s" 2084msgstr "" 2085 2086#: config/tc-aarch64.c:5729 2087msgid " other valid variant(s):" 2088msgstr "" 2089 2090#: config/tc-aarch64.c:5758 2091#, c-format 2092msgid "operand %d must have the same immediate value as operand 1 -- `%s'" 2093msgstr "" 2094 2095#: config/tc-aarch64.c:5764 2096#, c-format 2097msgid "operand %d must be the same register as operand 1 -- `%s'" 2098msgstr "" 2099 2100#: config/tc-aarch64.c:5769 2101#, c-format 2102msgid "%s%d-%s%d expected at operand %d -- `%s'" 2103msgstr "" 2104 2105#: config/tc-aarch64.c:5776 2106#, c-format 2107msgid "%s out of range %d to %d at operand %d -- `%s'" 2108msgstr "" 2109 2110#: config/tc-aarch64.c:5777 config/tc-aarch64.c:5781 config/tc-aarch64.c:8111 2111msgid "immediate value" 2112msgstr "" 2113 2114#: config/tc-aarch64.c:5780 2115#, c-format 2116msgid "%s must be %d at operand %d -- `%s'" 2117msgstr "" 2118 2119#: config/tc-aarch64.c:5787 2120#, c-format 2121msgid "unexpected vector group size at operand %d -- `%s'" 2122msgstr "" 2123 2124#: config/tc-aarch64.c:5790 2125#, c-format 2126msgid "operand %d must have a vector group size of %d -- `%s'" 2127msgstr "" 2128 2129#: config/tc-aarch64.c:5796 2130#, c-format 2131msgid "expected a single-register list at operand %d -- `%s'" 2132msgstr "" 2133 2134#: config/tc-aarch64.c:5799 2135#, c-format 2136msgid "expected a list of %d registers at operand %d -- `%s'" 2137msgstr "" 2138 2139#: config/tc-aarch64.c:5802 2140#, c-format 2141msgid "expected a list of %d or %d registers at operand %d -- `%s'" 2142msgstr "" 2143 2144#: config/tc-aarch64.c:5806 2145#, c-format 2146msgid "invalid number of registers in the list at operand %d -- `%s'" 2147msgstr "" 2148 2149#: config/tc-aarch64.c:5812 2150#, c-format 2151msgid "the register list must have a stride of %d at operand %d -- `%s'" 2152msgstr "" 2153 2154#: config/tc-aarch64.c:5815 2155#, c-format 2156msgid "the register list must have a stride of %d or %d at operand %d -- `%s`" 2157msgstr "" 2158 2159#: config/tc-aarch64.c:5819 2160#, c-format 2161msgid "invalid register stride at operand %d -- `%s'" 2162msgstr "" 2163 2164#: config/tc-aarch64.c:5824 2165#, c-format 2166msgid "immediate value must be a multiple of %d at operand %d -- `%s'" 2167msgstr "" 2168 2169#: config/tc-aarch64.c:6266 2170msgid "the specified relocation type is not allowed for MOVK" 2171msgstr "" 2172 2173#: config/tc-aarch64.c:6314 config/tc-aarch64.c:6325 2174msgid "the specified relocation type is not allowed for 32-bit register" 2175msgstr "" 2176 2177#: config/tc-aarch64.c:6420 2178msgid "relocation qualifier does not match instruction size" 2179msgstr "" 2180 2181#: config/tc-aarch64.c:6521 2182msgid "comma expected between operands" 2183msgstr "" 2184 2185#: config/tc-aarch64.c:6556 2186msgid "invalid Rt register number in 64-byte load/store" 2187msgstr "" 2188 2189#: config/tc-aarch64.c:6682 2190msgid "the top half of a 128-bit FP/SIMD register is expected" 2191msgstr "" 2192 2193#: config/tc-aarch64.c:6793 config/tc-arm.c:2221 config/tc-arm.c:2266 2194#: config/tc-h8300.c:1039 2195msgid "invalid register list" 2196msgstr "" 2197 2198#: config/tc-aarch64.c:6800 2199msgid "expected element type rather than vector type" 2200msgstr "" 2201 2202#: config/tc-aarch64.c:6818 2203msgid "missing type suffix" 2204msgstr "" 2205 2206#: config/tc-aarch64.c:6840 2207msgid "C8 - C9 expected" 2208msgstr "" 2209 2210#: config/tc-aarch64.c:6846 2211msgid "C0 - C7 expected" 2212msgstr "" 2213 2214#: config/tc-aarch64.c:6852 2215msgid "C0 - C15 expected" 2216msgstr "" 2217 2218#: config/tc-aarch64.c:6963 config/tc-aarch64.c:6987 2219msgid "immediate zero expected" 2220msgstr "" 2221 2222#: config/tc-aarch64.c:7083 2223msgid "shift not allowed for bitmask immediate" 2224msgstr "" 2225 2226#: config/tc-aarch64.c:7137 2227msgid "can't mix relocation modifier with explicit shift" 2228msgstr "" 2229 2230#: config/tc-aarch64.c:7186 config/tc-arm.c:15981 config/tc-arm.c:16006 2231#: config/tc-arm.c:16017 config/tc-arm.c:16024 2232msgid "invalid condition" 2233msgstr "" 2234 2235#: config/tc-aarch64.c:7212 2236msgid "invalid pc-relative address" 2237msgstr "" 2238 2239#. Only permit "=value" in the literal load instructions. 2240#. The literal will be generated by programmer_friendly_fixup. 2241#: config/tc-aarch64.c:7220 2242msgid "invalid use of \"=immediate\"" 2243msgstr "" 2244 2245#: config/tc-aarch64.c:7283 config/tc-aarch64.c:7308 config/tc-aarch64.c:7330 2246#: config/tc-aarch64.c:7362 config/tc-aarch64.c:7380 config/tc-aarch64.c:7404 2247#: config/tc-aarch64.c:7424 config/tc-aarch64.c:7444 config/tc-aarch64.c:7463 2248#: config/tc-aarch64.c:7486 config/tc-aarch64.c:7540 config/tc-aarch64.c:7547 2249#: config/tc-aarch64.c:7575 config/tc-aarch64.c:7596 config/tc-aarch64.c:7621 2250#: config/tc-aarch64.c:7639 config/tc-aarch64.c:7647 config/tc-aarch64.c:7664 2251#: config/tc-aarch64.c:7688 2252msgid "invalid addressing mode" 2253msgstr "" 2254 2255#: config/tc-aarch64.c:7346 2256msgid "the optional immediate offset can only be 0" 2257msgstr "" 2258 2259#: config/tc-aarch64.c:7385 config/tc-aarch64.c:7409 config/tc-aarch64.c:7429 2260#: config/tc-aarch64.c:7449 2261msgid "relocation not allowed" 2262msgstr "" 2263 2264#: config/tc-aarch64.c:7496 2265msgid "writeback value must be an immediate constant" 2266msgstr "" 2267 2268#: config/tc-aarch64.c:7507 config/tc-aarch64.c:7716 2269msgid "unknown or missing PSTATE field name" 2270msgstr "" 2271 2272#. Make sure this has priority over 2273#. "invalid addressing mode". 2274#: config/tc-aarch64.c:7555 2275msgid "constant offset required" 2276msgstr "" 2277 2278#: config/tc-aarch64.c:7702 2279msgid "unknown or missing system register name" 2280msgstr "" 2281 2282#: config/tc-aarch64.c:7755 2283msgid "unknown or missing operation name" 2284msgstr "" 2285 2286#: config/tc-aarch64.c:7768 2287msgid "the specified option is not accepted in ISB" 2288msgstr "" 2289 2290#: config/tc-aarch64.c:7780 config/tc-aarch64.c:7797 2291msgid "the specified option is not accepted in DSB" 2292msgstr "" 2293 2294#: config/tc-aarch64.c:7811 2295msgid "immediate value must be 16, 20, 24, 28" 2296msgstr "" 2297 2298#: config/tc-aarch64.c:7848 config/tc-aarch64.c:7878 2299msgid "missing register index" 2300msgstr "" 2301 2302#: config/tc-aarch64.c:7865 2303msgid "expected '}' after ZT0" 2304msgstr "" 2305 2306#: config/tc-aarch64.c:7985 config/tc-aarch64.c:9290 config/tc-arm.c:8126 2307#, c-format 2308msgid "unhandled operand code %d" 2309msgstr "" 2310 2311#: config/tc-aarch64.c:8031 2312msgid "unexpected comma before the omitted optional operand" 2313msgstr "" 2314 2315#: config/tc-aarch64.c:8059 2316msgid "unexpected characters following instruction" 2317msgstr "" 2318 2319#: config/tc-aarch64.c:8137 config/tc-arm.c:5729 config/tc-arm.c:6347 2320#: config/tc-arm.c:8938 2321msgid "constant expression expected" 2322msgstr "" 2323 2324#: config/tc-aarch64.c:8144 2325msgid "literal pool insertion failed" 2326msgstr "" 2327 2328#: config/tc-aarch64.c:8215 config/tc-aarch64.c:8230 2329#, c-format 2330msgid "unpredictable transfer with writeback -- `%s'" 2331msgstr "" 2332 2333#: config/tc-aarch64.c:8234 config/tc-aarch64.c:8248 2334#, c-format 2335msgid "unpredictable load of register pair -- `%s'" 2336msgstr "" 2337 2338#: config/tc-aarch64.c:8255 config/tc-aarch64.c:8268 2339#, c-format 2340msgid "unpredictable: identical transfer and status registers --`%s'" 2341msgstr "" 2342 2343#: config/tc-aarch64.c:8263 config/tc-aarch64.c:8277 2344#, c-format 2345msgid "unpredictable: identical base and status registers --`%s'" 2346msgstr "" 2347 2348#: config/tc-aarch64.c:8297 2349#, c-format 2350msgid "previous `%s' sequence has not been closed" 2351msgstr "" 2352 2353#: config/tc-aarch64.c:8382 2354#, c-format 2355msgid "unknown mnemonic -- `%s'" 2356msgstr "" 2357 2358#: config/tc-aarch64.c:8392 2359#, c-format 2360msgid "unknown mnemonic `%s' -- `%s'" 2361msgstr "" 2362 2363#: config/tc-aarch64.c:8400 2364#, c-format 2365msgid "unexpected comma after the mnemonic name `%s' -- `%s'" 2366msgstr "" 2367 2368#: config/tc-aarch64.c:8457 2369#, c-format 2370msgid "selected processor does not support `%s'" 2371msgstr "" 2372 2373#: config/tc-aarch64.c:8949 config/tc-arm.c:28188 2374msgid "GOT already in the symbol table" 2375msgstr "" 2376 2377#: config/tc-aarch64.c:9112 2378msgid "immediate cannot be moved by a single instruction" 2379msgstr "" 2380 2381#: config/tc-aarch64.c:9156 config/tc-aarch64.c:9201 config/tc-aarch64.c:9227 2382#: config/tc-arm.c:16525 config/tc-arm.c:18222 config/tc-arm.c:18802 2383#: config/tc-arm.c:18829 config/tc-arm.c:19607 config/tc-arm.c:20442 2384#: config/tc-arm.c:21465 config/tc-arm.c:21525 config/tc-metag.c:2443 2385#: config/tc-metag.c:2452 config/tc-metag.c:2491 config/tc-metag.c:2500 2386#: config/tc-metag.c:3019 config/tc-metag.c:3028 2387msgid "immediate out of range" 2388msgstr "" 2389 2390#: config/tc-aarch64.c:9220 config/tc-metag.c:4654 config/tc-xtensa.c:4230 2391msgid "invalid immediate" 2392msgstr "" 2393 2394#: config/tc-aarch64.c:9285 config/tc-tic6x.c:3855 config/tc-tic6x.c:3920 2395#: config/tc-tic6x.c:3947 config/tc-tic6x.c:3975 2396msgid "immediate offset out of range" 2397msgstr "" 2398 2399#: config/tc-aarch64.c:9360 config/tc-arm.c:28526 config/tc-arm.c:28594 2400#: config/tc-arm.c:28876 2401#, c-format 2402msgid "undefined symbol %s used as an immediate value" 2403msgstr "" 2404 2405#: config/tc-aarch64.c:9372 2406msgid "pc-relative load offset not word aligned" 2407msgstr "" 2408 2409#: config/tc-aarch64.c:9375 2410msgid "pc-relative load offset out of range" 2411msgstr "" 2412 2413#: config/tc-aarch64.c:9387 2414msgid "pc-relative address offset out of range" 2415msgstr "" 2416 2417#: config/tc-aarch64.c:9399 config/tc-aarch64.c:9414 2418msgid "conditional branch target not word aligned" 2419msgstr "" 2420 2421#: config/tc-aarch64.c:9402 config/tc-aarch64.c:9417 config/tc-arm.c:29171 2422msgid "conditional branch out of range" 2423msgstr "" 2424 2425#: config/tc-aarch64.c:9430 2426msgid "branch target not word aligned" 2427msgstr "" 2428 2429#: config/tc-aarch64.c:9433 config/tc-arm.c:930 config/tc-arm.c:29977 2430#: config/tc-kvx.c:1725 config/tc-kvx.c:1731 config/tc-mips.c:16062 2431#: config/tc-mips.c:16078 config/tc-mips.c:16168 2432msgid "branch out of range" 2433msgstr "" 2434 2435#: config/tc-aarch64.c:9492 config/tc-arm.c:28767 config/tc-arm.c:28782 2436#: config/tc-arm.c:28797 config/tc-arm.c:28808 config/tc-arm.c:28831 2437#: config/tc-arm.c:29681 config/tc-moxie.c:714 config/tc-pj.c:449 2438#: config/tc-sh.c:3713 2439msgid "offset out of range" 2440msgstr "" 2441 2442#: config/tc-aarch64.c:9507 2443msgid "unsigned value out of range" 2444msgstr "" 2445 2446#: config/tc-aarch64.c:9518 2447msgid "signed value out of range" 2448msgstr "" 2449 2450#: config/tc-aarch64.c:9673 2451#, c-format 2452msgid "unexpected %s fixup" 2453msgstr "" 2454 2455#: config/tc-aarch64.c:9738 config/tc-arm.c:30397 config/tc-arm.c:30418 2456#: config/tc-mips.c:18430 config/tc-or1k.c:345 config/tc-score.c:7403 2457#, c-format 2458msgid "cannot represent %s relocation in this object file format" 2459msgstr "" 2460 2461#: config/tc-aarch64.c:9785 2462#, c-format 2463msgid "cannot do %u-byte relocation" 2464msgstr "" 2465 2466#: config/tc-aarch64.c:10213 config/tc-arm.c:31232 2467msgid "assemble for big-endian" 2468msgstr "" 2469 2470#: config/tc-aarch64.c:10214 config/tc-arm.c:31233 2471msgid "assemble for little-endian" 2472msgstr "" 2473 2474#: config/tc-aarch64.c:10217 2475msgid "temporary switch for dumping" 2476msgstr "" 2477 2478#: config/tc-aarch64.c:10219 2479msgid "output verbose error messages" 2480msgstr "" 2481 2482#: config/tc-aarch64.c:10221 2483msgid "do not output verbose error messages" 2484msgstr "" 2485 2486#: config/tc-aarch64.c:10502 config/tc-arm.c:32398 2487msgid "invalid architectural extension" 2488msgstr "" 2489 2490#: config/tc-aarch64.c:10527 config/tc-arm.c:32430 2491msgid "must specify extensions to add before specifying those to remove" 2492msgstr "" 2493 2494#: config/tc-aarch64.c:10535 config/tc-arm.c:32438 2495msgid "missing architectural extension" 2496msgstr "" 2497 2498#: config/tc-aarch64.c:10563 config/tc-arm.c:32524 2499#, c-format 2500msgid "unknown architectural extension `%s'" 2501msgstr "" 2502 2503#: config/tc-aarch64.c:10587 config/tc-arm.c:32574 config/tc-metag.c:5832 2504#, c-format 2505msgid "missing cpu name `%s'" 2506msgstr "" 2507 2508#: config/tc-aarch64.c:10601 config/tc-aarch64.c:10818 config/tc-arm.c:32609 2509#: config/tc-arm.c:33428 config/tc-csky.c:1218 config/tc-metag.c:5843 2510#, c-format 2511msgid "unknown cpu `%s'" 2512msgstr "" 2513 2514#: config/tc-aarch64.c:10619 config/tc-arm.c:32627 2515#, c-format 2516msgid "missing architecture name `%s'" 2517msgstr "" 2518 2519#: config/tc-aarch64.c:10633 config/tc-aarch64.c:10864 config/tc-arm.c:32649 2520#: config/tc-arm.c:33468 config/tc-arm.c:33504 config/tc-score.c:7638 2521#, c-format 2522msgid "unknown architecture `%s'\n" 2523msgstr "" 2524 2525#: config/tc-aarch64.c:10660 2526#, c-format 2527msgid "missing abi name `%s'" 2528msgstr "" 2529 2530#: config/tc-aarch64.c:10671 2531#, c-format 2532msgid "unknown abi `%s'\n" 2533msgstr "" 2534 2535#: config/tc-aarch64.c:10676 2536msgid "<abi name>\t specify for ABI <abi name>" 2537msgstr "" 2538 2539#: config/tc-aarch64.c:10678 config/tc-arm.c:32736 config/tc-metag.c:5909 2540msgid "<cpu name>\t assemble for CPU <cpu name>" 2541msgstr "" 2542 2543#: config/tc-aarch64.c:10680 config/tc-arm.c:32738 2544msgid "<arch name>\t assemble for architecture <arch name>" 2545msgstr "" 2546 2547#: config/tc-aarch64.c:10719 config/tc-aarch64.c:10738 config/tc-arm.c:32806 2548#: config/tc-arm.c:32824 config/tc-arm.c:32844 config/tc-metag.c:5933 2549#, c-format 2550msgid "option `-%c%s' is deprecated: %s" 2551msgstr "" 2552 2553#: config/tc-aarch64.c:10758 2554#, c-format 2555msgid " AArch64-specific assembler options:\n" 2556msgstr "" 2557 2558#: config/tc-aarch64.c:10769 config/tc-arc.c:3597 config/tc-arm.c:32875 2559#, c-format 2560msgid " -EB assemble code for a big-endian cpu\n" 2561msgstr "" 2562 2563#: config/tc-aarch64.c:10774 config/tc-arc.c:3599 config/tc-arm.c:32880 2564#, c-format 2565msgid " -EL assemble code for a little-endian cpu\n" 2566msgstr "" 2567 2568#: config/tc-alpha.c:648 2569#, c-format 2570msgid "No !literal!%ld was found" 2571msgstr "" 2572 2573#: config/tc-alpha.c:655 2574#, c-format 2575msgid "No !tlsgd!%ld was found" 2576msgstr "" 2577 2578#: config/tc-alpha.c:662 2579#, c-format 2580msgid "No !tlsldm!%ld was found" 2581msgstr "" 2582 2583#: config/tc-alpha.c:671 2584#, c-format 2585msgid "No ldah !gpdisp!%ld was found" 2586msgstr "" 2587 2588#: config/tc-alpha.c:721 2589#, c-format 2590msgid "too many !literal!%ld for %s" 2591msgstr "" 2592 2593#: config/tc-alpha.c:751 2594#, c-format 2595msgid "No lda !gpdisp!%ld was found" 2596msgstr "" 2597 2598#. Only support one relocation op per insn. 2599#: config/tc-alpha.c:910 2600msgid "More than one relocation op per insn" 2601msgstr "" 2602 2603#: config/tc-alpha.c:925 config/tc-arc.c:1136 2604msgid "No relocation operand" 2605msgstr "" 2606 2607#: config/tc-alpha.c:935 2608#, c-format 2609msgid "Unknown relocation operand: !%s" 2610msgstr "" 2611 2612#: config/tc-alpha.c:945 2613#, c-format 2614msgid "no sequence number after !%s" 2615msgstr "" 2616 2617#: config/tc-alpha.c:955 2618#, c-format 2619msgid "!%s does not use a sequence number" 2620msgstr "" 2621 2622#: config/tc-alpha.c:965 2623#, c-format 2624msgid "Bad sequence number: !%s!%s" 2625msgstr "" 2626 2627#: config/tc-alpha.c:1185 config/tc-alpha.c:3359 2628#, c-format 2629msgid "inappropriate arguments for opcode `%s'" 2630msgstr "" 2631 2632#: config/tc-alpha.c:1187 config/tc-alpha.c:3361 2633#, c-format 2634msgid "opcode `%s' not supported for target %s" 2635msgstr "" 2636 2637#: config/tc-alpha.c:1191 config/tc-alpha.c:3365 config/tc-avr.c:1915 2638#: config/tc-msp430.c:4363 config/tc-wasm32.c:753 2639#, c-format 2640msgid "unknown opcode `%s'" 2641msgstr "" 2642 2643#: config/tc-alpha.c:1271 config/tc-alpha.c:1530 2644msgid "overflow in literal (.lita) table" 2645msgstr "" 2646 2647#: config/tc-alpha.c:1278 config/tc-alpha.c:1302 config/tc-alpha.c:1543 2648#: config/tc-alpha.c:2230 config/tc-alpha.c:2275 config/tc-alpha.c:2344 2649#: config/tc-alpha.c:2427 config/tc-alpha.c:2652 config/tc-alpha.c:2750 2650msgid "macro requires $at register while noat in effect" 2651msgstr "" 2652 2653#: config/tc-alpha.c:1280 config/tc-alpha.c:1304 config/tc-alpha.c:1545 2654msgid "macro requires $at while $at in use" 2655msgstr "" 2656 2657#: config/tc-alpha.c:1489 2658msgid "bignum invalid; zero assumed" 2659msgstr "" 2660 2661#: config/tc-alpha.c:1491 2662msgid "floating point number invalid; zero assumed" 2663msgstr "" 2664 2665#: config/tc-alpha.c:1496 2666msgid "can't handle expression" 2667msgstr "" 2668 2669#: config/tc-alpha.c:1536 2670msgid "overflow in literal (.lit8) table" 2671msgstr "" 2672 2673#: config/tc-alpha.c:1833 2674#, c-format 2675msgid "too many ldah insns for !gpdisp!%ld" 2676msgstr "" 2677 2678#: config/tc-alpha.c:1835 config/tc-alpha.c:1847 2679#, c-format 2680msgid "both insns for !gpdisp!%ld must be in the same section" 2681msgstr "" 2682 2683#: config/tc-alpha.c:1845 2684#, c-format 2685msgid "too many lda insns for !gpdisp!%ld" 2686msgstr "" 2687 2688#: config/tc-alpha.c:1901 2689#, c-format 2690msgid "too many lituse insns for !lituse_tlsgd!%ld" 2691msgstr "" 2692 2693#: config/tc-alpha.c:1904 2694#, c-format 2695msgid "too many lituse insns for !lituse_tlsldm!%ld" 2696msgstr "" 2697 2698#: config/tc-alpha.c:1921 2699#, c-format 2700msgid "duplicate !tlsgd!%ld" 2701msgstr "" 2702 2703#: config/tc-alpha.c:1923 2704#, c-format 2705msgid "sequence number in use for !tlsldm!%ld" 2706msgstr "" 2707 2708#: config/tc-alpha.c:1937 2709#, c-format 2710msgid "duplicate !tlsldm!%ld" 2711msgstr "" 2712 2713#: config/tc-alpha.c:1939 2714#, c-format 2715msgid "sequence number in use for !tlsgd!%ld" 2716msgstr "" 2717 2718#: config/tc-alpha.c:1994 config/tc-arc.c:2869 config/tc-mn10200.c:847 2719#: config/tc-mn10300.c:1150 config/tc-ppc.c:2063 config/tc-s390.c:666 2720#: config/tc-tilegx.c:422 config/tc-tilegx.c:472 config/tc-tilepro.c:375 2721msgid "operand" 2722msgstr "" 2723 2724#: config/tc-alpha.c:2133 2725msgid "invalid relocation for instruction" 2726msgstr "" 2727 2728#: config/tc-alpha.c:2147 2729msgid "invalid relocation for field" 2730msgstr "" 2731 2732#: config/tc-alpha.c:2979 2733msgid "can not resolve expression" 2734msgstr "" 2735 2736#: config/tc-alpha.c:3514 config/tc-microblaze.c:183 config/tc-ppc.c:2405 2737#, c-format 2738msgid ".COMMon length (%ld.) <0! Ignored." 2739msgstr "" 2740 2741#: config/tc-alpha.c:3525 config/tc-ia64.c:1091 config/tc-sparc.c:4273 2742#: config/tc-v850.c:303 2743msgid "Ignoring attempt to re-define symbol" 2744msgstr "" 2745 2746#: config/tc-alpha.c:3617 config/tc-sparc.c:4281 2747#, c-format 2748msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." 2749msgstr "" 2750 2751#: config/tc-alpha.c:3724 2752msgid ".ent directive has no name" 2753msgstr "" 2754 2755#: config/tc-alpha.c:3732 2756msgid "nested .ent directives" 2757msgstr "" 2758 2759#: config/tc-alpha.c:3776 ecoff.c:2996 2760msgid ".end directive has no name" 2761msgstr "" 2762 2763#: config/tc-alpha.c:3784 2764msgid ".end directive without matching .ent" 2765msgstr "" 2766 2767#: config/tc-alpha.c:3786 2768msgid ".end directive names different symbol than .ent" 2769msgstr "" 2770 2771#: config/tc-alpha.c:3829 ecoff.c:3132 2772msgid ".fmask outside of .ent" 2773msgstr "" 2774 2775#: config/tc-alpha.c:3831 config/tc-score.c:5582 ecoff.c:3196 2776msgid ".mask outside of .ent" 2777msgstr "" 2778 2779#: config/tc-alpha.c:3839 ecoff.c:3139 2780msgid "bad .fmask directive" 2781msgstr "" 2782 2783#: config/tc-alpha.c:3841 ecoff.c:3203 2784msgid "bad .mask directive" 2785msgstr "" 2786 2787#: config/tc-alpha.c:3874 config/tc-mips.c:19912 config/tc-score.c:5716 2788#: ecoff.c:3160 2789msgid ".frame outside of .ent" 2790msgstr "" 2791 2792#: config/tc-alpha.c:3885 config/tc-mips.c:19923 ecoff.c:3171 2793msgid "bad .frame directive" 2794msgstr "" 2795 2796#: config/tc-alpha.c:3919 2797msgid ".prologue directive without a preceding .ent directive" 2798msgstr "" 2799 2800#: config/tc-alpha.c:3937 2801#, c-format 2802msgid "Invalid argument %d to .prologue." 2803msgstr "" 2804 2805#: config/tc-alpha.c:4026 2806msgid "ECOFF debugging is disabled." 2807msgstr "" 2808 2809#: config/tc-alpha.c:4040 2810msgid ".ent directive without matching .end" 2811msgstr "" 2812 2813#: config/tc-alpha.c:4133 2814msgid ".usepv directive has no name" 2815msgstr "" 2816 2817#: config/tc-alpha.c:4146 2818msgid ".usepv directive has no type" 2819msgstr "" 2820 2821#: config/tc-alpha.c:4161 2822msgid "unknown argument for .usepv" 2823msgstr "" 2824 2825#: config/tc-alpha.c:4274 2826#, c-format 2827msgid "unknown section attribute %s" 2828msgstr "" 2829 2830#: config/tc-alpha.c:4369 2831msgid "previous .ent not closed by a .end" 2832msgstr "" 2833 2834#: config/tc-alpha.c:4390 2835msgid ".ent directive has no symbol" 2836msgstr "" 2837 2838#: config/tc-alpha.c:4415 2839msgid ".handler directive has no name" 2840msgstr "" 2841 2842#: config/tc-alpha.c:4446 2843msgid "Bad .frame directive 1./2. param" 2844msgstr "" 2845 2846#: config/tc-alpha.c:4456 2847#, c-format 2848msgid "Bad RA (%d) register for .frame" 2849msgstr "" 2850 2851#: config/tc-alpha.c:4461 2852msgid "Bad .frame directive 3./4. param" 2853msgstr "" 2854 2855#: config/tc-alpha.c:4497 2856msgid ".pdesc directive not in link (.link) section" 2857msgstr "" 2858 2859#: config/tc-alpha.c:4504 2860msgid ".pdesc directive has no entry symbol" 2861msgstr "" 2862 2863#: config/tc-alpha.c:4515 2864msgid ".pdesc has a bad entry symbol" 2865msgstr "" 2866 2867#: config/tc-alpha.c:4526 2868msgid ".pdesc doesn't match with last .ent" 2869msgstr "" 2870 2871#: config/tc-alpha.c:4541 2872msgid "No comma after .pdesc <entryname>" 2873msgstr "" 2874 2875#: config/tc-alpha.c:4561 2876msgid "unknown procedure kind" 2877msgstr "" 2878 2879#: config/tc-alpha.c:4656 2880msgid ".name directive not in link (.link) section" 2881msgstr "" 2882 2883#: config/tc-alpha.c:4664 2884msgid ".name directive has no symbol" 2885msgstr "" 2886 2887#: config/tc-alpha.c:4698 2888msgid "No symbol after .linkage" 2889msgstr "" 2890 2891#: config/tc-alpha.c:4745 2892msgid "No symbol after .code_address" 2893msgstr "" 2894 2895#: config/tc-alpha.c:4771 config/tc-score.c:5588 2896msgid "Bad .mask directive" 2897msgstr "" 2898 2899#: config/tc-alpha.c:4789 2900msgid "Bad .fmask directive" 2901msgstr "" 2902 2903#: config/tc-alpha.c:4946 2904#, c-format 2905msgid "Expected comma after name \"%s\"" 2906msgstr "" 2907 2908#: config/tc-alpha.c:4958 2909#, c-format 2910msgid "unhandled: .proc %s,%d" 2911msgstr "" 2912 2913#: config/tc-alpha.c:4991 2914#, c-format 2915msgid "Tried to .set unrecognized mode `%s'" 2916msgstr "" 2917 2918#: config/tc-alpha.c:5017 2919#, c-format 2920msgid "Bad base register, using $%d." 2921msgstr "" 2922 2923#: config/tc-alpha.c:5038 config/tc-nios2.c:346 config/tc-nios2.c:471 2924#, c-format 2925msgid "Alignment too large: %d. assumed" 2926msgstr "" 2927 2928#: config/tc-alpha.c:5042 config/tc-d30v.c:2034 config/tc-nios2.c:350 2929#: config/tc-nios2.c:475 config/tc-pru.c:220 config/tc-pru.c:336 2930msgid "Alignment negative: 0 assumed" 2931msgstr "" 2932 2933#: config/tc-alpha.c:5137 config/tc-alpha.c:5628 2934#, c-format 2935msgid "Unknown CPU identifier `%s'" 2936msgstr "" 2937 2938#: config/tc-alpha.c:5328 2939#, c-format 2940msgid "Chose GP value of %lx\n" 2941msgstr "" 2942 2943#: config/tc-alpha.c:5342 2944msgid "bad .section directive: want a,s,w,x,M,S,G,T in string" 2945msgstr "" 2946 2947#: config/tc-alpha.c:5430 config/tc-alpha.c:5466 config/tc-arc.c:767 2948#: config/tc-arc.c:2563 config/tc-arc.c:2595 config/tc-arc.c:2701 2949#: config/tc-cr16.c:809 config/tc-cr16.c:828 config/tc-cris.c:1223 2950#: config/tc-crx.c:512 config/tc-crx.c:534 config/tc-crx.c:545 2951#: config/tc-dlx.c:289 config/tc-hppa.c:8271 config/tc-i386.c:3185 2952#: config/tc-i386.c:3230 config/tc-ia64.c:5363 config/tc-ia64.c:7402 2953#: config/tc-ia64.c:7461 config/tc-kvx.c:1478 config/tc-m68k.c:4556 2954#: config/tc-m68k.c:4568 config/tc-mips.c:3703 config/tc-mips.c:3736 2955#: config/tc-mips.c:3762 config/tc-nds32.c:3440 config/tc-nios2.c:3624 2956#: config/tc-nios2.c:3629 config/tc-nios2.c:3635 config/tc-ns32k.c:1906 2957#: config/tc-ppc.c:1743 config/tc-ppc.c:1783 config/tc-pru.c:1568 2958#: config/tc-pru.c:1572 config/tc-s390.c:536 config/tc-s390.c:574 2959#: config/tc-sparc.c:961 config/tc-sparc.c:993 config/tc-tic30.c:121 2960#: config/tc-tic30.c:131 config/tc-tic30.c:141 config/tc-tic30.c:151 2961#: config/tc-tic4x.c:1220 config/tc-tilegx.c:316 config/tc-tilepro.c:252 2962#: config/tc-vax.c:965 config/tc-vax.c:970 ecoff.c:1582 2963#, c-format 2964msgid "duplicate %s" 2965msgstr "" 2966 2967#: config/tc-alpha.c:5549 config/tc-arc.c:2531 config/tc-arc.c:2545 2968#: config/tc-arm.c:902 config/tc-xtensa.c:5474 config/tc-xtensa.c:5550 2969#: config/tc-xtensa.c:5667 config/tc-z80.c:3677 2970msgid "syntax error" 2971msgstr "" 2972 2973#: config/tc-alpha.c:5679 2974msgid "" 2975"Alpha options:\n" 2976"-32addr\t\t\ttreat addresses as 32-bit values\n" 2977"-F\t\t\tlack floating point instructions support\n" 2978"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n" 2979"\t\t\tspecify variant of Alpha architecture\n" 2980"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -" 2981"m21264b\n" 2982"\t\t\tthese variants include PALcode opcodes\n" 2983msgstr "" 2984 2985#: config/tc-alpha.c:5689 2986msgid "" 2987"VMS options:\n" 2988"-+\t\t\tencode (don't truncate) names longer than 64 characters\n" 2989"-H\t\t\tshow new symbol after hash truncation\n" 2990"-replace/-noreplace\tenable or disable the optimization of procedure calls\n" 2991msgstr "" 2992 2993#: config/tc-alpha.c:5946 config/tc-arc.c:3144 2994#, c-format 2995msgid "unhandled relocation type %s" 2996msgstr "" 2997 2998#: config/tc-alpha.c:5959 config/tc-arc.c:3152 2999msgid "non-absolute expression in constant field" 3000msgstr "" 3001 3002#: config/tc-alpha.c:5973 3003#, c-format 3004msgid "type %d reloc done?\n" 3005msgstr "" 3006 3007#: config/tc-alpha.c:6020 config/tc-alpha.c:6027 3008msgid "Used $at without \".set noat\"" 3009msgstr "" 3010 3011#: config/tc-alpha.c:6196 3012#, c-format 3013msgid "!samegp reloc against symbol without .prologue: %s" 3014msgstr "" 3015 3016#: config/tc-alpha.c:6240 config/tc-arc.c:3275 config/tc-csky.c:5668 3017#: config/tc-tilegx.c:1745 config/tc-tilepro.c:1522 config/tc-wasm32.c:813 3018#: config/tc-xtensa.c:6177 3019#, c-format 3020msgid "cannot represent `%s' relocation in object file" 3021msgstr "" 3022 3023#: config/tc-alpha.c:6246 config/tc-arc.c:3281 3024#, c-format 3025msgid "internal error? cannot generate `%s' relocation" 3026msgstr "" 3027 3028#: config/tc-alpha.c:6342 3029#, c-format 3030msgid "frame reg expected, using $%d." 3031msgstr "" 3032 3033#: config/tc-arc.c:830 3034#, c-format 3035msgid "invalid %s option for %s cpu" 3036msgstr "" 3037 3038#: config/tc-arc.c:835 3039msgid "conflicting ISA extension attributes." 3040msgstr "" 3041 3042#: config/tc-arc.c:855 3043msgid "Multiple .cpu directives found" 3044msgstr "" 3045 3046#: config/tc-arc.c:873 3047msgid "Command-line value overrides \".cpu\" directive" 3048msgstr "" 3049 3050#: config/tc-arc.c:889 3051#, c-format 3052msgid "unknown architecture: %s\n" 3053msgstr "" 3054 3055#: config/tc-arc.c:900 config/tc-ia64.c:7471 config/tc-tilegx.c:262 3056msgid "Could not set architecture and machine" 3057msgstr "" 3058 3059#: config/tc-arc.c:1125 3060msgid "No valid label relocation operand" 3061msgstr "" 3062 3063#: config/tc-arc.c:1149 3064#, c-format 3065msgid "Unknown relocation operand: @%s" 3066msgstr "" 3067 3068#: config/tc-arc.c:1162 3069#, c-format 3070msgid "Unable to parse TLS base: %s" 3071msgstr "" 3072 3073#: config/tc-arc.c:1185 3074#, c-format 3075msgid "@%s is not a complex relocation." 3076msgstr "" 3077 3078#: config/tc-arc.c:1192 3079#, c-format 3080msgid "Bad expression: @%s + %s." 3081msgstr "" 3082 3083#: config/tc-arc.c:1342 3084msgid "Brackets in operand field incorrect" 3085msgstr "" 3086 3087#: config/tc-arc.c:1344 config/tc-xtensa.c:2073 3088msgid "extra comma" 3089msgstr "" 3090 3091#: config/tc-arc.c:1346 config/tc-pru.c:1449 config/tc-pru.c:1697 3092#: config/tc-xtensa.c:2077 3093msgid "missing argument" 3094msgstr "" 3095 3096#: config/tc-arc.c:1348 config/tc-xtensa.c:2079 3097msgid "missing comma or colon" 3098msgstr "" 3099 3100#: config/tc-arc.c:1417 3101msgid "extra dot" 3102msgstr "" 3103 3104#: config/tc-arc.c:1419 3105msgid "unrecognized flag" 3106msgstr "" 3107 3108#: config/tc-arc.c:1421 3109msgid "failed to parse flags" 3110msgstr "" 3111 3112#: config/tc-arc.c:1447 3113msgid "Unhandled reloc type" 3114msgstr "" 3115 3116#: config/tc-arc.c:1966 3117msgid "immediate is out of bounds" 3118msgstr "" 3119 3120#: config/tc-arc.c:1974 3121msgid "immediate is not 32bit aligned" 3122msgstr "" 3123 3124#: config/tc-arc.c:1981 3125msgid "immediate is not 16bit aligned" 3126msgstr "" 3127 3128#: config/tc-arc.c:2062 3129msgid "operand is not duplicate of the previous one" 3130msgstr "" 3131 3132#: config/tc-arc.c:2082 3133msgid "flag mismatch" 3134msgstr "" 3135 3136#: config/tc-arc.c:2094 config/tc-nios2.c:3103 config/tc-nios2.c:3130 3137#: config/tc-pru.c:1412 config/tc-pru.c:1437 config/tc-xtensa.c:2143 3138msgid "too many arguments" 3139msgstr "" 3140 3141#: config/tc-arc.c:2499 3142#, c-format 3143msgid "%s for instruction '%s'" 3144msgstr "" 3145 3146#: config/tc-arc.c:2501 3147#, c-format 3148msgid "inappropriate arguments for opcode '%s'" 3149msgstr "" 3150 3151#: config/tc-arc.c:2503 3152#, c-format 3153msgid "opcode '%s' not supported for target %s" 3154msgstr "" 3155 3156#: config/tc-arc.c:2507 config/tc-tic6x.c:3189 3157#, c-format 3158msgid "unknown opcode '%s'" 3159msgstr "" 3160 3161#: config/tc-arc.c:2613 config/tc-arc.c:5092 config/tc-h8300.c:78 3162#: config/tc-h8300.c:87 config/tc-h8300.c:97 config/tc-h8300.c:107 3163#: config/tc-h8300.c:117 config/tc-h8300.c:128 config/tc-h8300.c:241 3164#: config/tc-hppa.c:6845 config/tc-hppa.c:6851 config/tc-hppa.c:6857 3165#: config/tc-hppa.c:6863 config/tc-hppa.c:8250 config/tc-kvx.c:1438 3166#: config/tc-lm32.c:197 config/tc-mips.c:3693 config/tc-mips.c:4190 3167#: config/tc-mn10300.c:935 config/tc-mn10300.c:940 config/tc-mn10300.c:2441 3168#: config/tc-riscv.c:1660 config/tc-riscv.c:5319 3169msgid "could not set architecture and machine" 3170msgstr "" 3171 3172#: config/tc-arc.c:2814 3173#, c-format 3174msgid "unhandled reloc %s in md_pcrel_from_section" 3175msgstr "" 3176 3177#: config/tc-arc.c:2879 3178msgid "Unaligned operand. Needs to be 32bit aligned" 3179msgstr "" 3180 3181#: config/tc-arc.c:2884 3182msgid "Unaligned operand. Needs to be 16bit aligned" 3183msgstr "" 3184 3185#: config/tc-arc.c:3015 3186#, c-format 3187msgid "PC relative relocation not allowed for (internal) type %d" 3188msgstr "" 3189 3190#. FIXME! Check for the conditionality of 3191#. the insn. 3192#. FIXME! Check for the conditionality of 3193#. the insn. 3194#: config/tc-arc.c:3060 config/tc-arc.c:4041 3195msgid "TLS_*_S9 relocs are not supported yet" 3196msgstr "" 3197 3198#. I cannot fix an GOTPC relocation because I need to relax it 3199#. from ld rx,[pcl,@sym@gotpc] to add rx,pcl,@sym@gotpc. 3200#: config/tc-arc.c:3096 3201msgid "Unsupported operation on reloc" 3202msgstr "" 3203 3204#: config/tc-arc.c:3172 config/tc-arc.c:3188 3205msgid "unknown fixup size" 3206msgstr "" 3207 3208#: config/tc-arc.c:3322 3209msgid "no relaxation found for this instruction." 3210msgstr "" 3211 3212#: config/tc-arc.c:3575 3213#, c-format 3214msgid "ARC-specific assembler options:\n" 3215msgstr "" 3216 3217#: config/tc-arc.c:3601 3218#, c-format 3219msgid " -mrelax enable relaxation\n" 3220msgstr "" 3221 3222#: config/tc-arc.c:3604 3223#, c-format 3224msgid "" 3225"The following ARC-specific assembler options are deprecated and are " 3226"accepted\n" 3227"for compatibility only:\n" 3228msgstr "" 3229 3230#: config/tc-arc.c:3607 3231#, c-format 3232msgid "" 3233" -mEA\n" 3234" -mbarrel-shifter\n" 3235" -mbarrel_shifter\n" 3236" -mcrc\n" 3237" -mdsp-packa\n" 3238" -mdsp_packa\n" 3239" -mdvbf\n" 3240" -mld-extension-reg-mask\n" 3241" -mlock\n" 3242" -mmac-24\n" 3243" -mmac-d16\n" 3244" -mmac_24\n" 3245" -mmac_d16\n" 3246" -mmin-max\n" 3247" -mmin_max\n" 3248" -mmul64\n" 3249" -mno-mpy\n" 3250" -mnorm\n" 3251" -mrtsc\n" 3252" -msimd\n" 3253" -mswap\n" 3254" -mswape\n" 3255" -mtelephony\n" 3256" -muser-mode-only\n" 3257" -mxy\n" 3258msgstr "" 3259 3260#: config/tc-arc.c:3697 3261#, c-format 3262msgid "Unable to find %s relocation for instruction %s" 3263msgstr "" 3264 3265#: config/tc-arc.c:3992 3266#, c-format 3267msgid "Unable to use @plt relocation for insn %s" 3268msgstr "" 3269 3270#: config/tc-arc.c:4011 3271#, c-format 3272msgid "Unable to use @pcl relocation for insn %s" 3273msgstr "" 3274 3275#: config/tc-arc.c:4067 3276#, c-format 3277msgid "invalid relocation %s for field" 3278msgstr "" 3279 3280#: config/tc-arc.c:4177 3281#, c-format 3282msgid "Insn %s has a jump/branch instruction %s in its delay slot." 3283msgstr "" 3284 3285#: config/tc-arc.c:4182 3286#, c-format 3287msgid "Insn %s has an instruction %s with limm in its delay slot." 3288msgstr "" 3289 3290#: config/tc-arc.c:4292 config/tc-microblaze.c:2628 config/tc-mn10300.c:1069 3291#: config/tc-sh.c:418 config/tc-z80.c:1120 read.c:4731 3292#, c-format 3293msgid "unsupported BFD relocation size %u" 3294msgstr "" 3295 3296#: config/tc-arc.c:4312 3297#, c-format 3298msgid "Jump/Branch instruction detected at the end of the ZOL label @%s" 3299msgstr "" 3300 3301#: config/tc-arc.c:4319 3302#, c-format 3303msgid "Kernel instruction detected at the end of the ZOL label @%s" 3304msgstr "" 3305 3306#: config/tc-arc.c:4324 3307#, c-format 3308msgid "" 3309"A jump instruction with long immediate detected at the end of the ZOL label @" 3310"%s" 3311msgstr "" 3312 3313#: config/tc-arc.c:4330 3314#, c-format 3315msgid "An illegal use of delay slot detected at the end of the ZOL label @%s" 3316msgstr "" 3317 3318#: config/tc-arc.c:4439 3319msgid "expected comma after instruction name" 3320msgstr "" 3321 3322#: config/tc-arc.c:4451 3323msgid "expected comma after major opcode" 3324msgstr "" 3325 3326#: config/tc-arc.c:4636 3327#, c-format 3328msgid "Pseudocode already used %s" 3329msgstr "" 3330 3331#: config/tc-arc.c:4644 3332#, c-format 3333msgid "major opcode not in range [0x%02x - 0x%02x]" 3334msgstr "" 3335 3336#: config/tc-arc.c:4648 3337msgid "minor opcode not in range [0x00 - 0x3f]" 3338msgstr "" 3339 3340#: config/tc-arc.c:4654 3341msgid "Improper use of OP1_IMM_IMPLIED" 3342msgstr "" 3343 3344#: config/tc-arc.c:4660 3345msgid "Improper use of OP1_MUST_BE_IMM" 3346msgstr "" 3347 3348#: config/tc-arc.c:4672 3349msgid "Couldn't generate extension instruction opcodes" 3350msgstr "" 3351 3352#: config/tc-arc.c:4707 3353msgid "expected comma after name" 3354msgstr "" 3355 3356#: config/tc-arc.c:4718 3357#, c-format 3358msgid "%s second argument cannot be a negative number %d" 3359msgstr "" 3360 3361#: config/tc-arc.c:4733 3362msgid "expected comma after register number" 3363msgstr "" 3364 3365#: config/tc-arc.c:4754 3366msgid "invalid mode" 3367msgstr "" 3368 3369#: config/tc-arc.c:4772 3370msgid "expected comma after register mode" 3371msgstr "" 3372 3373#: config/tc-arc.c:4787 3374msgid "shortcut designator invalid" 3375msgstr "" 3376 3377#: config/tc-arc.c:4885 3378#, c-format 3379msgid "core register %s value (%d) too large" 3380msgstr "" 3381 3382#: config/tc-arc.c:4897 3383#, c-format 3384msgid "duplicate aux register %s" 3385msgstr "" 3386 3387#: config/tc-arc.c:4902 3388#, c-format 3389msgid "condition code %s value (%d) too large" 3390msgstr "" 3391 3392#: config/tc-arc.c:4919 3393msgid "Unknown extension" 3394msgstr "" 3395 3396#: config/tc-arc.c:5026 3397msgid "Overwrite explicitly set Tag_ARC_CPU_base" 3398msgstr "" 3399 3400#: config/tc-arc.c:5076 3401msgid "Overwrite explicitly set Tag_ARC_ABI_rf16 to full register file" 3402msgstr "" 3403 3404#: config/tc-arm.c:711 3405msgid "ARM register expected" 3406msgstr "" 3407 3408#: config/tc-arm.c:712 3409msgid "bad or missing co-processor number" 3410msgstr "" 3411 3412#: config/tc-arm.c:713 3413msgid "co-processor register expected" 3414msgstr "" 3415 3416#: config/tc-arm.c:714 3417msgid "FPA register expected" 3418msgstr "" 3419 3420#: config/tc-arm.c:715 3421msgid "VFP single precision register expected" 3422msgstr "" 3423 3424#: config/tc-arm.c:716 3425msgid "VFP/Neon double precision register expected" 3426msgstr "" 3427 3428#: config/tc-arm.c:717 3429msgid "Neon quad precision register expected" 3430msgstr "" 3431 3432#: config/tc-arm.c:718 3433msgid "VFP single or double precision register expected" 3434msgstr "" 3435 3436#: config/tc-arm.c:719 3437msgid "Neon double or quad precision register expected" 3438msgstr "" 3439 3440#: config/tc-arm.c:720 3441msgid "Neon single or double precision register expected" 3442msgstr "" 3443 3444#: config/tc-arm.c:721 3445msgid "VFP single, double or Neon quad precision register expected" 3446msgstr "" 3447 3448#: config/tc-arm.c:723 3449msgid "VFP system register expected" 3450msgstr "" 3451 3452#: config/tc-arm.c:724 3453msgid "Maverick MVF register expected" 3454msgstr "" 3455 3456#: config/tc-arm.c:725 3457msgid "Maverick MVD register expected" 3458msgstr "" 3459 3460#: config/tc-arm.c:726 3461msgid "Maverick MVFX register expected" 3462msgstr "" 3463 3464#: config/tc-arm.c:727 3465msgid "Maverick MVDX register expected" 3466msgstr "" 3467 3468#: config/tc-arm.c:728 3469msgid "Maverick MVAX register expected" 3470msgstr "" 3471 3472#: config/tc-arm.c:729 3473msgid "Maverick DSPSC register expected" 3474msgstr "" 3475 3476#: config/tc-arm.c:730 3477msgid "iWMMXt data register expected" 3478msgstr "" 3479 3480#: config/tc-arm.c:731 config/tc-arm.c:7926 3481msgid "iWMMXt control register expected" 3482msgstr "" 3483 3484#: config/tc-arm.c:732 3485msgid "iWMMXt scalar register expected" 3486msgstr "" 3487 3488#: config/tc-arm.c:733 3489msgid "XScale accumulator register expected" 3490msgstr "" 3491 3492#: config/tc-arm.c:734 3493msgid "MVE vector register expected" 3494msgstr "" 3495 3496#: config/tc-arm.c:736 3497msgid "ZR register expected" 3498msgstr "" 3499 3500#: config/tc-arm.c:737 3501msgid "Pseudo register expected" 3502msgstr "" 3503 3504#. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 3505#: config/tc-arm.c:903 config/tc-score.c:255 3506msgid "bad arguments to instruction" 3507msgstr "" 3508 3509#: config/tc-arm.c:904 3510msgid "r13 not allowed here" 3511msgstr "" 3512 3513#: config/tc-arm.c:905 3514msgid "r15 not allowed here" 3515msgstr "" 3516 3517#: config/tc-arm.c:906 3518msgid "Odd register not allowed here" 3519msgstr "" 3520 3521#: config/tc-arm.c:907 3522msgid "Even register not allowed here" 3523msgstr "" 3524 3525#: config/tc-arm.c:908 3526msgid "instruction cannot be conditional" 3527msgstr "" 3528 3529#: config/tc-arm.c:909 3530msgid "registers may not be the same" 3531msgstr "" 3532 3533#: config/tc-arm.c:910 3534msgid "lo register required" 3535msgstr "" 3536 3537#: config/tc-arm.c:911 3538msgid "instruction not supported in Thumb16 mode" 3539msgstr "" 3540 3541#: config/tc-arm.c:912 3542msgid "instruction does not accept this addressing mode" 3543msgstr "" 3544 3545#: config/tc-arm.c:913 3546msgid "branch must be last instruction in IT block" 3547msgstr "" 3548 3549#: config/tc-arm.c:914 3550msgid "branch out of range or not a multiple of 2" 3551msgstr "" 3552 3553#: config/tc-arm.c:915 3554msgid "instruction not allowed in VPT block" 3555msgstr "" 3556 3557#: config/tc-arm.c:916 3558msgid "instruction not allowed in IT block" 3559msgstr "" 3560 3561#: config/tc-arm.c:917 3562msgid "instruction missing MVE vector predication code" 3563msgstr "" 3564 3565#: config/tc-arm.c:918 3566msgid "selected FPU does not support instruction" 3567msgstr "" 3568 3569#: config/tc-arm.c:919 3570msgid "thumb conditional instruction should be in IT block" 3571msgstr "" 3572 3573#: config/tc-arm.c:921 3574msgid "vector predicated instruction should be in VPT/VPST block" 3575msgstr "" 3576 3577#: config/tc-arm.c:922 3578msgid "incorrect condition in IT block" 3579msgstr "" 3580 3581#: config/tc-arm.c:923 3582msgid "incorrect condition in VPT/VPST block" 3583msgstr "" 3584 3585#: config/tc-arm.c:924 3586msgid "IT falling in the range of a previous IT block" 3587msgstr "" 3588 3589#: config/tc-arm.c:925 3590msgid "missing .fnstart before unwinding directive" 3591msgstr "" 3592 3593#: config/tc-arm.c:927 3594msgid "cannot use register index with PC-relative addressing" 3595msgstr "" 3596 3597#: config/tc-arm.c:929 3598msgid "cannot use writeback with PC-relative addressing" 3599msgstr "" 3600 3601#: config/tc-arm.c:931 3602msgid "selected processor does not support fp16 instruction" 3603msgstr "" 3604 3605#: config/tc-arm.c:932 3606msgid "selected processor does not support bf16 instruction" 3607msgstr "" 3608 3609#: config/tc-arm.c:933 3610msgid "selected processor does not support cde instruction" 3611msgstr "" 3612 3613#: config/tc-arm.c:934 3614msgid "coprocessor for insn is not enabled for cde" 3615msgstr "" 3616 3617#: config/tc-arm.c:935 3618msgid "using " 3619msgstr "" 3620 3621#: config/tc-arm.c:936 3622msgid "relocation valid in thumb1 code only" 3623msgstr "" 3624 3625#: config/tc-arm.c:937 3626msgid "Warning: instruction is UNPREDICTABLE in an IT block" 3627msgstr "" 3628 3629#: config/tc-arm.c:939 3630msgid "Warning: instruction is UNPREDICTABLE in a VPT block" 3631msgstr "" 3632 3633#: config/tc-arm.c:941 3634msgid "Warning: instruction is UNPREDICTABLE with PC operand" 3635msgstr "" 3636 3637#: config/tc-arm.c:943 3638msgid "Warning: instruction is UNPREDICTABLE with SP operand" 3639msgstr "" 3640 3641#: config/tc-arm.c:945 3642msgid "bad type in SIMD instruction" 3643msgstr "" 3644 3645#: config/tc-arm.c:947 3646msgid "" 3647"GAS auto-detection mode and -march=all is deprecated for MVE, please use a " 3648"valid -march or -mcpu option." 3649msgstr "" 3650 3651#: config/tc-arm.c:949 3652msgid "" 3653"Warning: 32-bit element size and same destination and source operands makes " 3654"instruction UNPREDICTABLE" 3655msgstr "" 3656 3657#: config/tc-arm.c:951 3658msgid "bad element type for instruction" 3659msgstr "" 3660 3661#: config/tc-arm.c:952 3662msgid "MVE vector register Q[0..7] expected" 3663msgstr "" 3664 3665#: config/tc-arm.c:953 3666msgid "selected processor does not support PACBTI extention" 3667msgstr "" 3668 3669#: config/tc-arm.c:1173 3670msgid "immediate expression requires a # prefix" 3671msgstr "" 3672 3673#: config/tc-arm.c:1202 read.c:3969 3674msgid "missing expression" 3675msgstr "" 3676 3677#: config/tc-arm.c:1216 config/tc-arm.c:5742 config/tc-score.c:1205 3678msgid "invalid constant" 3679msgstr "" 3680 3681#: config/tc-arm.c:1351 3682msgid "expected #constant" 3683msgstr "" 3684 3685#: config/tc-arm.c:1523 config/tc-arm.c:1554 3686#, c-format 3687msgid "bad size %d in type specifier" 3688msgstr "" 3689 3690#: config/tc-arm.c:1530 3691msgid "unexpected type character `b' -- did you mean `bf'?" 3692msgstr "" 3693 3694#: config/tc-arm.c:1537 3695#, c-format 3696msgid "unexpected character `%c' in type specifier" 3697msgstr "" 3698 3699#: config/tc-arm.c:1604 3700msgid "only one type should be specified for operand" 3701msgstr "" 3702 3703#: config/tc-arm.c:1610 3704msgid "vector type expected" 3705msgstr "" 3706 3707#: config/tc-arm.c:1719 3708msgid "expected MVE register [q0..q7]" 3709msgstr "" 3710 3711#: config/tc-arm.c:1739 3712msgid "can't redefine type for operand" 3713msgstr "" 3714 3715#: config/tc-arm.c:1755 3716msgid "only D and Q registers may be indexed" 3717msgstr "" 3718 3719#: config/tc-arm.c:1757 3720msgid "only D registers may be indexed" 3721msgstr "" 3722 3723#: config/tc-arm.c:1763 3724msgid "can't change index for operand" 3725msgstr "" 3726 3727#: config/tc-arm.c:1826 3728msgid "register operand expected, but got scalar" 3729msgstr "" 3730 3731#: config/tc-arm.c:1877 3732msgid "scalar must have an index" 3733msgstr "" 3734 3735#: config/tc-arm.c:1882 config/tc-arm.c:20287 config/tc-arm.c:20370 3736#: config/tc-arm.c:21043 3737msgid "scalar index out of range" 3738msgstr "" 3739 3740#: config/tc-arm.c:1961 3741msgid "r0-r12, lr or APSR expected" 3742msgstr "" 3743 3744#: config/tc-arm.c:1988 config/tc-arm.c:4390 3745msgid "bad range in register list" 3746msgstr "" 3747 3748#: config/tc-arm.c:1996 config/tc-arm.c:2005 config/tc-arm.c:2046 3749#: config/tc-arm.c:4374 config/tc-arm.c:4394 3750#, c-format 3751msgid "Warning: duplicated register (r%d) in register list" 3752msgstr "" 3753 3754#: config/tc-arm.c:2008 3755msgid "Warning: register range not in ascending order" 3756msgstr "" 3757 3758#: config/tc-arm.c:2019 3759msgid "missing `}'" 3760msgstr "" 3761 3762#: config/tc-arm.c:2035 3763msgid "invalid register mask" 3764msgstr "" 3765 3766#: config/tc-arm.c:2112 3767msgid "expecting {" 3768msgstr "" 3769 3770#: config/tc-arm.c:2179 config/tc-arm.c:2287 3771msgid "VPR expected last" 3772msgstr "" 3773 3774#: config/tc-arm.c:2185 3775msgid "VFP single precision register or VPR expected" 3776msgstr "" 3777 3778#. regtype == REG_TYPE_VFD. 3779#: config/tc-arm.c:2188 3780msgid "VFP/Neon double precision register or VPR expected" 3781msgstr "" 3782 3783#: config/tc-arm.c:2205 config/tc-arm.c:2249 3784msgid "register out of range in list" 3785msgstr "" 3786 3787#: config/tc-arm.c:2227 config/tc-arm.c:4589 config/tc-arm.c:4723 3788msgid "register list not in ascending order" 3789msgstr "" 3790 3791#: config/tc-arm.c:2258 3792msgid "register range not in ascending order" 3793msgstr "" 3794 3795#: config/tc-arm.c:2297 3796msgid "non-contiguous register range" 3797msgstr "" 3798 3799#: config/tc-arm.c:2357 3800msgid "register stride must be 1" 3801msgstr "" 3802 3803#: config/tc-arm.c:2358 3804msgid "register stride must be 1 or 2" 3805msgstr "" 3806 3807#: config/tc-arm.c:2359 3808msgid "mismatched element/structure types in list" 3809msgstr "" 3810 3811#: config/tc-arm.c:2429 3812msgid "don't use Rn-Rm syntax with non-unit stride" 3813msgstr "" 3814 3815#: config/tc-arm.c:2484 3816msgid "error parsing element/structure list" 3817msgstr "" 3818 3819#: config/tc-arm.c:2490 3820msgid "expected }" 3821msgstr "" 3822 3823#: config/tc-arm.c:2580 3824msgid "attempt to redefine typed alias" 3825msgstr "" 3826 3827#: config/tc-arm.c:2715 3828msgid "bad type for register" 3829msgstr "" 3830 3831#: config/tc-arm.c:2726 config/tc-nios2.c:1797 3832msgid "expression must be constant" 3833msgstr "" 3834 3835#: config/tc-arm.c:2743 3836msgid "can't redefine the type of a register alias" 3837msgstr "" 3838 3839#: config/tc-arm.c:2750 3840msgid "you must specify a single type only" 3841msgstr "" 3842 3843#: config/tc-arm.c:2763 3844msgid "can't redefine the index of a scalar alias" 3845msgstr "" 3846 3847#: config/tc-arm.c:2771 3848msgid "scalar index must be constant" 3849msgstr "" 3850 3851#: config/tc-arm.c:2780 3852msgid "expecting ]" 3853msgstr "" 3854 3855#: config/tc-arm.c:2832 3856msgid "invalid syntax for .dn directive" 3857msgstr "" 3858 3859#: config/tc-arm.c:2838 3860msgid "invalid syntax for .qn directive" 3861msgstr "" 3862 3863#: config/tc-arm.c:2868 3864#, c-format 3865msgid "ignoring attempt to use .unreq on fixed register name: '%s'" 3866msgstr "" 3867 3868#: config/tc-arm.c:3130 3869#, c-format 3870msgid "Failed to find real start of function: %s\n" 3871msgstr "" 3872 3873#: config/tc-arm.c:3147 3874msgid "selected processor does not support THUMB opcodes" 3875msgstr "" 3876 3877#: config/tc-arm.c:3160 3878msgid "selected processor does not support ARM opcodes" 3879msgstr "" 3880 3881#: config/tc-arm.c:3172 3882#, c-format 3883msgid "invalid instruction size selected (%d)" 3884msgstr "" 3885 3886#: config/tc-arm.c:3204 3887#, c-format 3888msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" 3889msgstr "" 3890 3891#: config/tc-arm.c:3260 3892#, c-format 3893msgid "expected comma after name \"%s\"" 3894msgstr "" 3895 3896#: config/tc-arm.c:3310 config/tc-m32r.c:584 3897#, c-format 3898msgid "symbol `%s' already defined" 3899msgstr "" 3900 3901#: config/tc-arm.c:3343 3902#, c-format 3903msgid "unrecognized syntax mode \"%s\"" 3904msgstr "" 3905 3906#: config/tc-arm.c:3373 3907msgid ".ref pseudo-op only available with -mccs flag." 3908msgstr "" 3909 3910#: config/tc-arm.c:3414 3911msgid ".asmfunc repeated." 3912msgstr "" 3913 3914#: config/tc-arm.c:3418 3915msgid ".asmfunc without function." 3916msgstr "" 3917 3918#: config/tc-arm.c:3424 3919msgid ".asmfunc pseudo-op only available with -mccs flag." 3920msgstr "" 3921 3922#: config/tc-arm.c:3435 3923msgid ".endasmfunc without a .asmfunc." 3924msgstr "" 3925 3926#: config/tc-arm.c:3439 3927msgid ".endasmfunc without function." 3928msgstr "" 3929 3930#: config/tc-arm.c:3450 3931msgid ".endasmfunc pseudo-op only available with -mccs flag." 3932msgstr "" 3933 3934#: config/tc-arm.c:3459 3935msgid ".def pseudo-op only available with -mccs flag." 3936msgstr "" 3937 3938#: config/tc-arm.c:3617 3939msgid "invalid type for literal pool" 3940msgstr "" 3941 3942#: config/tc-arm.c:3697 config/tc-tic54x.c:5379 3943#, c-format 3944msgid "Invalid label '%s'" 3945msgstr "" 3946 3947#: config/tc-arm.c:3874 3948msgid "(plt) is only valid on branch targets" 3949msgstr "" 3950 3951#: config/tc-arm.c:3880 config/tc-csky.c:7672 config/tc-s390.c:1204 3952#: config/tc-s390.c:1871 config/tc-xtensa.c:1699 3953#, c-format 3954msgid "%s relocations do not fit in %d byte" 3955msgid_plural "%s relocations do not fit in %d bytes" 3956msgstr[0] "" 3957msgstr[1] "" 3958 3959#: config/tc-arm.c:3962 3960msgid ".inst.n operand too big. Use .inst.w instead" 3961msgstr "" 3962 3963#: config/tc-arm.c:3982 3964msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead" 3965msgstr "" 3966 3967#: config/tc-arm.c:4012 3968msgid "width suffixes are invalid in ARM mode" 3969msgstr "" 3970 3971#: config/tc-arm.c:4056 dwarf2dbg.c:1463 3972msgid "expected 0 or 1" 3973msgstr "" 3974 3975#: config/tc-arm.c:4060 3976msgid "missing comma" 3977msgstr "" 3978 3979#: config/tc-arm.c:4093 3980msgid "duplicate .fnstart directive" 3981msgstr "" 3982 3983#: config/tc-arm.c:4123 config/tc-tic6x.c:410 3984msgid "duplicate .handlerdata directive" 3985msgstr "" 3986 3987#: config/tc-arm.c:4142 3988msgid ".fnend directive without .fnstart" 3989msgstr "" 3990 3991#: config/tc-arm.c:4209 config/tc-tic6x.c:391 3992msgid "personality routine specified for cantunwind frame" 3993msgstr "" 3994 3995#: config/tc-arm.c:4226 config/tc-tic6x.c:452 3996msgid "duplicate .personalityindex directive" 3997msgstr "" 3998 3999#: config/tc-arm.c:4233 config/tc-tic6x.c:459 4000msgid "bad personality routine number" 4001msgstr "" 4002 4003#: config/tc-arm.c:4255 config/tc-tic6x.c:476 4004msgid "duplicate .personality directive" 4005msgstr "" 4006 4007#: config/tc-arm.c:4281 4008#, c-format 4009msgid "Unknown register no. encountered: %d\n" 4010msgstr "" 4011 4012#: config/tc-arm.c:4377 4013msgid "Warning: register list not in ascending order" 4014msgstr "" 4015 4016#: config/tc-arm.c:4384 config/tc-epiphany.c:382 config/tc-m68k.c:5866 4017#: config/tc-m68k.c:5895 4018msgid "bad register list" 4019msgstr "" 4020 4021#: config/tc-arm.c:4443 4022msgid "expected , <constant>" 4023msgstr "" 4024 4025#: config/tc-arm.c:4452 4026msgid "number of registers must be in the range [1:4]" 4027msgstr "" 4028 4029#: config/tc-arm.c:4491 config/tc-arm.c:4541 4030msgid "expected register list" 4031msgstr "" 4032 4033#: config/tc-arm.c:4603 config/tc-arm.c:4737 4034msgid "bad register range" 4035msgstr "" 4036 4037#: config/tc-arm.c:4792 4038msgid "register expected" 4039msgstr "" 4040 4041#: config/tc-arm.c:4802 4042msgid "FPA .unwind_save does not take a register list" 4043msgstr "" 4044 4045#: config/tc-arm.c:4836 4046msgid ".unwind_save does not support this kind of register" 4047msgstr "" 4048 4049#: config/tc-arm.c:4875 4050msgid "SP and PC not permitted in .unwind_movsp directive" 4051msgstr "" 4052 4053#: config/tc-arm.c:4880 4054msgid "unexpected .unwind_movsp directive" 4055msgstr "" 4056 4057#: config/tc-arm.c:4907 4058msgid "stack increment must be multiple of 4" 4059msgstr "" 4060 4061#: config/tc-arm.c:4955 4062msgid "expected <reg>, <reg>" 4063msgstr "" 4064 4065#: config/tc-arm.c:4973 4066msgid "register must be either sp or set by a previousunwind_movsp directive" 4067msgstr "" 4068 4069#: config/tc-arm.c:5012 4070msgid "expected <offset>, <opcode>" 4071msgstr "" 4072 4073#: config/tc-arm.c:5024 4074msgid "unwind opcode too long" 4075msgstr "" 4076 4077#: config/tc-arm.c:5029 4078msgid "invalid unwind opcode" 4079msgstr "" 4080 4081#: config/tc-arm.c:5144 config/tc-arm.c:32553 4082#, c-format 4083msgid "unrecognised float16 format \"%s\"" 4084msgstr "" 4085 4086#: config/tc-arm.c:5155 4087msgid "float16 format cannot be set more than once, ignoring." 4088msgstr "" 4089 4090#: config/tc-arm.c:5270 config/tc-arm.c:6353 config/tc-arm.c:11738 4091#: config/tc-arm.c:12271 config/tc-arm.c:14391 config/tc-arm.c:16342 4092#: config/tc-arm.c:16377 config/tc-arm.c:17305 config/tc-arm.c:19218 4093#: config/tc-arm.c:19226 config/tc-arm.c:19233 config/tc-arm.c:20884 4094#: config/tc-arm.c:29558 config/tc-arm.c:29622 config/tc-arm.c:29630 4095#: config/tc-metag.c:5174 config/tc-z8k.c:1161 config/tc-z8k.c:1171 4096msgid "immediate value out of range" 4097msgstr "" 4098 4099#: config/tc-arm.c:5440 4100msgid "invalid FPA immediate expression" 4101msgstr "" 4102 4103#: config/tc-arm.c:5626 4104msgid "'UXTW' not allowed here" 4105msgstr "" 4106 4107#: config/tc-arm.c:5634 4108msgid "'LSL' or 'ASR' required" 4109msgstr "" 4110 4111#: config/tc-arm.c:5642 4112msgid "'LSL' required" 4113msgstr "" 4114 4115#: config/tc-arm.c:5650 4116msgid "'ASR' required" 4117msgstr "" 4118 4119#: config/tc-arm.c:5657 4120msgid "'UXTW' required" 4121msgstr "" 4122 4123#: config/tc-arm.c:5736 4124msgid "invalid rotation" 4125msgstr "" 4126 4127#: config/tc-arm.c:5918 config/tc-arm.c:6131 4128msgid "unknown group relocation" 4129msgstr "" 4130 4131#: config/tc-arm.c:5954 4132msgid "alignment must be constant" 4133msgstr "" 4134 4135#: config/tc-arm.c:6165 4136msgid "this group relocation is not allowed on this instruction" 4137msgstr "" 4138 4139#: config/tc-arm.c:6221 4140msgid "'}' expected at end of 'option' field" 4141msgstr "" 4142 4143#: config/tc-arm.c:6226 4144msgid "cannot combine index with option" 4145msgstr "" 4146 4147#: config/tc-arm.c:6491 4148msgid "unexpected bit specified after APSR" 4149msgstr "" 4150 4151#: config/tc-arm.c:6503 4152msgid "selected processor does not support DSP extension" 4153msgstr "" 4154 4155#: config/tc-arm.c:6515 4156msgid "bad bitmask specified after APSR" 4157msgstr "" 4158 4159#: config/tc-arm.c:6539 4160msgid "writing to APSR without specifying a bitmask is deprecated" 4161msgstr "" 4162 4163#: config/tc-arm.c:6551 config/tc-arm.c:13494 config/tc-arm.c:13539 4164#: config/tc-arm.c:13543 4165msgid "selected processor does not support requested special purpose register" 4166msgstr "" 4167 4168#: config/tc-arm.c:6556 4169msgid "flag for {c}psr instruction expected" 4170msgstr "" 4171 4172#: config/tc-arm.c:6620 4173msgid "unrecognized CPS flag" 4174msgstr "" 4175 4176#: config/tc-arm.c:6627 4177msgid "missing CPS flags" 4178msgstr "" 4179 4180#: config/tc-arm.c:6650 config/tc-arm.c:6656 4181msgid "valid endian specifiers are be or le" 4182msgstr "" 4183 4184#: config/tc-arm.c:6678 4185msgid "missing rotation field after comma" 4186msgstr "" 4187 4188#: config/tc-arm.c:6693 4189msgid "rotation can only be 0, 8, 16, or 24" 4190msgstr "" 4191 4192#: config/tc-arm.c:6722 4193msgid "condition required" 4194msgstr "" 4195 4196#: config/tc-arm.c:6764 config/tc-arm.c:9901 4197msgid "'[' expected" 4198msgstr "" 4199 4200#: config/tc-arm.c:6777 4201msgid "',' expected" 4202msgstr "" 4203 4204#: config/tc-arm.c:6794 4205msgid "invalid shift" 4206msgstr "" 4207 4208#: config/tc-arm.c:6874 4209msgid "expected ARM or MVE vector register" 4210msgstr "" 4211 4212#: config/tc-arm.c:6923 4213msgid "can't use Neon quad register here" 4214msgstr "" 4215 4216#: config/tc-arm.c:6992 4217msgid "expected <Rm> or <Dm> or <Qm> operand" 4218msgstr "" 4219 4220#: config/tc-arm.c:7092 4221msgid "VFP single, double or MVE vector register expected" 4222msgstr "" 4223 4224#: config/tc-arm.c:7112 4225msgid "parse error" 4226msgstr "" 4227 4228#: config/tc-arm.c:7416 4229msgid "immediate value 48 or 64 expected" 4230msgstr "" 4231 4232#. ISB can only take SY as an option. 4233#: config/tc-arm.c:7465 4234msgid "invalid barrier type" 4235msgstr "" 4236 4237#: config/tc-arm.c:7641 4238msgid "only floating point zero is allowed as immediate value" 4239msgstr "" 4240 4241#: config/tc-arm.c:7736 4242msgid "immediate value is out of range" 4243msgstr "" 4244 4245#: config/tc-arm.c:7911 4246msgid "iWMMXt data or control register expected" 4247msgstr "" 4248 4249#: config/tc-arm.c:7952 4250msgid "Banked registers are not available with this architecture." 4251msgstr "" 4252 4253#: config/tc-arm.c:8200 4254msgid "operand must be LR register" 4255msgstr "" 4256 4257#: config/tc-arm.c:8205 4258msgid "operand must be SP register" 4259msgstr "" 4260 4261#: config/tc-arm.c:8210 4262msgid "operand must be r12" 4263msgstr "" 4264 4265#: config/tc-arm.c:8281 config/tc-score.c:260 4266msgid "garbage following instruction" 4267msgstr "" 4268 4269#. If REG is R13 (the stack pointer), warn that its use is 4270#. deprecated. 4271#: config/tc-arm.c:8331 4272msgid "use of r13 is deprecated" 4273msgstr "" 4274 4275#: config/tc-arm.c:8349 config/tc-arm.c:20584 4276msgid "" 4277"scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE" 4278msgstr "" 4279 4280#: config/tc-arm.c:8424 4281msgid "D register out of range for selected VFP version" 4282msgstr "" 4283 4284#: config/tc-arm.c:8521 config/tc-arm.c:11427 4285msgid "Instruction does not support =N addresses" 4286msgstr "" 4287 4288#: config/tc-arm.c:8529 4289msgid "instruction does not accept preindexed addressing" 4290msgstr "" 4291 4292#. unindexed - only for coprocessor 4293#: config/tc-arm.c:8545 config/tc-arm.c:11490 4294msgid "instruction does not accept unindexed addressing" 4295msgstr "" 4296 4297#: config/tc-arm.c:8553 4298msgid "destination register same as write-back base" 4299msgstr "" 4300 4301#: config/tc-arm.c:8554 4302msgid "source register same as write-back base" 4303msgstr "" 4304 4305#: config/tc-arm.c:8604 4306msgid "use of PC in this instruction is deprecated" 4307msgstr "" 4308 4309#: config/tc-arm.c:8627 4310msgid "instruction does not accept scaled register index" 4311msgstr "" 4312 4313#: config/tc-arm.c:8930 4314msgid "invalid pseudo operation" 4315msgstr "" 4316 4317#: config/tc-arm.c:9158 4318msgid "invalid co-processor operand" 4319msgstr "" 4320 4321#: config/tc-arm.c:9174 4322msgid "instruction does not support unindexed addressing" 4323msgstr "" 4324 4325#: config/tc-arm.c:9189 4326msgid "pc may not be used with write-back" 4327msgstr "" 4328 4329#: config/tc-arm.c:9194 4330msgid "instruction does not support writeback" 4331msgstr "" 4332 4333#: config/tc-arm.c:9300 4334msgid "Rn must not overlap other operands" 4335msgstr "" 4336 4337#: config/tc-arm.c:9305 4338msgid "swp{b} use is obsoleted for ARMv8 and later" 4339msgstr "" 4340 4341#: config/tc-arm.c:9308 4342msgid "swp{b} use is deprecated for ARMv6 and ARMv7" 4343msgstr "" 4344 4345#: config/tc-arm.c:9427 config/tc-arm.c:9446 config/tc-arm.c:9459 4346#: config/tc-arm.c:12108 config/tc-arm.c:12139 config/tc-arm.c:12161 4347msgid "bit-field extends past end of register" 4348msgstr "" 4349 4350#: config/tc-arm.c:9489 4351msgid "the only valid suffixes here are '(plt)' and '(tlscall)'" 4352msgstr "" 4353 4354#: config/tc-arm.c:9542 4355msgid "use of r15 in blx in ARM mode is not really useful" 4356msgstr "" 4357 4358#: config/tc-arm.c:9564 4359msgid "use of r15 in bx in ARM mode is not really useful" 4360msgstr "" 4361 4362#: config/tc-arm.c:9590 4363msgid "use of r15 in bxj is not really useful" 4364msgstr "" 4365 4366#: config/tc-arm.c:9638 4367msgid "This coprocessor register access is deprecated in ARMv8" 4368msgstr "" 4369 4370#: config/tc-arm.c:9846 config/tc-arm.c:9855 4371msgid "writeback of base register is UNPREDICTABLE" 4372msgstr "" 4373 4374#: config/tc-arm.c:9849 4375msgid "writeback of base register when in register list is UNPREDICTABLE" 4376msgstr "" 4377 4378#: config/tc-arm.c:9859 4379msgid "if writeback register is in list, it must be the lowest reg in the list" 4380msgstr "" 4381 4382#: config/tc-arm.c:9896 4383msgid "first transfer register must be even" 4384msgstr "" 4385 4386#: config/tc-arm.c:9899 4387msgid "can only transfer two consecutive registers" 4388msgstr "" 4389 4390#. If op 1 were present and equal to PC, this function wouldn't 4391#. have been called in the first place. 4392#. If op 2 were present and equal to PC, this function wouldn't 4393#. have been called in the first place. 4394#: config/tc-arm.c:9900 config/tc-arm.c:9970 config/tc-arm.c:10701 4395#: config/tc-arm.c:12983 4396msgid "r14 not allowed here" 4397msgstr "" 4398 4399#: config/tc-arm.c:9912 4400msgid "base register written back, and overlaps second transfer register" 4401msgstr "" 4402 4403#: config/tc-arm.c:9922 4404msgid "index register overlaps transfer register" 4405msgstr "" 4406 4407#: config/tc-arm.c:9951 config/tc-arm.c:10668 4408msgid "offset must be zero in ARM encoding" 4409msgstr "" 4410 4411#: config/tc-arm.c:9964 config/tc-arm.c:10695 4412msgid "even register required" 4413msgstr "" 4414 4415#: config/tc-arm.c:9967 4416msgid "can only load two consecutive registers" 4417msgstr "" 4418 4419#: config/tc-arm.c:9985 4420msgid "ldr to register 15 must be 4-byte aligned" 4421msgstr "" 4422 4423#: config/tc-arm.c:10008 config/tc-arm.c:10040 4424msgid "this instruction requires a post-indexed address" 4425msgstr "" 4426 4427#: config/tc-arm.c:10067 4428msgid "Rd and Rm should be different in mla" 4429msgstr "" 4430 4431#: config/tc-arm.c:10094 config/tc-arm.c:13358 4432msgid ":lower16: not allowed in this instruction" 4433msgstr "" 4434 4435#: config/tc-arm.c:10096 config/tc-arm.c:13363 4436msgid ":upper16: not allowed in this instruction" 4437msgstr "" 4438 4439#: config/tc-arm.c:10113 4440msgid "operand 1 must be FPSCR" 4441msgstr "" 4442 4443#: config/tc-arm.c:10166 config/tc-arm.c:10175 config/tc-arm.c:10229 4444#: config/tc-arm.c:10238 4445msgid "selected processor does not support instruction" 4446msgstr "" 4447 4448#: config/tc-arm.c:10178 config/tc-arm.c:10241 4449msgid "accessing MVE system register without MVE is UNPREDICTABLE" 4450msgstr "" 4451 4452#: config/tc-arm.c:10269 config/tc-arm.c:13477 4453msgid "bad register for mrs" 4454msgstr "" 4455 4456#: config/tc-arm.c:10276 config/tc-arm.c:13501 4457msgid "'APSR', 'CPSR' or 'SPSR' expected" 4458msgstr "" 4459 4460#: config/tc-arm.c:10317 4461msgid "Rd and Rm should be different in mul" 4462msgstr "" 4463 4464#: config/tc-arm.c:10336 config/tc-arm.c:10613 config/tc-arm.c:13640 4465msgid "rdhi and rdlo must be different" 4466msgstr "" 4467 4468#: config/tc-arm.c:10342 4469msgid "rdhi, rdlo and rm must all be different" 4470msgstr "" 4471 4472#: config/tc-arm.c:10408 4473msgid "'[' expected after PLD mnemonic" 4474msgstr "" 4475 4476#: config/tc-arm.c:10410 config/tc-arm.c:10425 4477msgid "post-indexed expression used in preload instruction" 4478msgstr "" 4479 4480#: config/tc-arm.c:10412 config/tc-arm.c:10427 4481msgid "writeback used in preload instruction" 4482msgstr "" 4483 4484#: config/tc-arm.c:10414 config/tc-arm.c:10429 4485msgid "unindexed addressing used in preload instruction" 4486msgstr "" 4487 4488#: config/tc-arm.c:10423 4489msgid "'[' expected after PLI mnemonic" 4490msgstr "" 4491 4492#: config/tc-arm.c:10438 config/tc-arm.c:13809 4493msgid "push/pop do not support {reglist}^" 4494msgstr "" 4495 4496#: config/tc-arm.c:10516 config/tc-arm.c:13986 4497msgid "setend use is deprecated for ARMv8" 4498msgstr "" 4499 4500#: config/tc-arm.c:10537 config/tc-arm.c:14047 config/tc-arm.c:14079 4501#: config/tc-arm.c:14122 4502msgid "extraneous shift as part of operand to shift insn" 4503msgstr "" 4504 4505#: config/tc-arm.c:10547 config/tc-arm.c:14185 4506msgid "immediate too large (bigger than 0xF)" 4507msgstr "" 4508 4509#: config/tc-arm.c:10571 config/tc-arm.c:10580 4510msgid "selected processor does not support SETPAN instruction" 4511msgstr "" 4512 4513#: config/tc-arm.c:10639 4514msgid "SRS base register must be r13" 4515msgstr "" 4516 4517#: config/tc-arm.c:10698 4518msgid "can only store two consecutive registers" 4519msgstr "" 4520 4521#: config/tc-arm.c:10820 config/tc-arm.c:10841 4522msgid "only two consecutive VFP SP registers allowed here" 4523msgstr "" 4524 4525#: config/tc-arm.c:10869 config/tc-arm.c:10884 4526msgid "this addressing mode requires base-register writeback" 4527msgstr "" 4528 4529#. If srcsize is 16, inst.operands[1].imm must be in the range 0-16. 4530#. i.e. immbits must be in range 0 - 16. 4531#: config/tc-arm.c:11013 4532msgid "immediate value out of range, expected range [0, 16]" 4533msgstr "" 4534 4535#. If srcsize is 32, inst.operands[1].imm must be in the range 1-32. 4536#. i.e. immbits must be in range 0 - 31. 4537#: config/tc-arm.c:11020 4538msgid "immediate value out of range, expected range [1, 32]" 4539msgstr "" 4540 4541#: config/tc-arm.c:11086 4542msgid "this instruction does not support indexing" 4543msgstr "" 4544 4545#: config/tc-arm.c:11109 4546msgid "only r15 allowed here" 4547msgstr "" 4548 4549#: config/tc-arm.c:11244 4550msgid "immediate operand requires iWMMXt2" 4551msgstr "" 4552 4553#: config/tc-arm.c:11388 4554msgid "shift by register not allowed in thumb mode" 4555msgstr "" 4556 4557#: config/tc-arm.c:11400 config/tc-arm.c:14231 config/tc-arm.c:28849 4558msgid "shift expression is too large" 4559msgstr "" 4560 4561#: config/tc-arm.c:11433 4562msgid "cannot use register index with this instruction" 4563msgstr "" 4564 4565#: config/tc-arm.c:11435 4566msgid "Thumb does not support negative register indexing" 4567msgstr "" 4568 4569#: config/tc-arm.c:11437 4570msgid "Thumb does not support register post-indexing" 4571msgstr "" 4572 4573#: config/tc-arm.c:11439 4574msgid "Thumb does not support register indexing with writeback" 4575msgstr "" 4576 4577#: config/tc-arm.c:11441 4578msgid "Thumb supports only LSL in shifted register indexing" 4579msgstr "" 4580 4581#: config/tc-arm.c:11450 config/tc-arm.c:19952 4582msgid "shift out of range" 4583msgstr "" 4584 4585#: config/tc-arm.c:11459 4586msgid "cannot use writeback with this instruction" 4587msgstr "" 4588 4589#: config/tc-arm.c:11480 4590msgid "cannot use post-indexing with PC-relative addressing" 4591msgstr "" 4592 4593#: config/tc-arm.c:11481 4594msgid "cannot use post-indexing with this instruction" 4595msgstr "" 4596 4597#: config/tc-arm.c:11719 4598msgid "cannot honor width suffix" 4599msgstr "" 4600 4601#: config/tc-arm.c:11733 4602msgid "only SUBS PC, LR, #const allowed" 4603msgstr "" 4604 4605#: config/tc-arm.c:11816 config/tc-arm.c:11976 config/tc-arm.c:12073 4606#: config/tc-arm.c:13438 config/tc-arm.c:13746 4607msgid "shift must be constant" 4608msgstr "" 4609 4610#: config/tc-arm.c:11821 4611msgid "shift value over 3 not allowed in thumb mode" 4612msgstr "" 4613 4614#: config/tc-arm.c:11823 4615msgid "only LSL shift allowed in thumb mode" 4616msgstr "" 4617 4618#: config/tc-arm.c:11847 config/tc-arm.c:11991 config/tc-arm.c:12088 4619#: config/tc-arm.c:13451 4620msgid "unshifted register required" 4621msgstr "" 4622 4623#: config/tc-arm.c:11862 config/tc-arm.c:12099 config/tc-arm.c:13601 4624msgid "dest must overlap one source register" 4625msgstr "" 4626 4627#: config/tc-arm.c:11994 config/tc-csky.c:6026 4628msgid "dest and source1 must be the same register" 4629msgstr "" 4630 4631#: config/tc-arm.c:12234 4632msgid "" 4633"selected architecture does not support wide conditional branch instruction" 4634msgstr "" 4635 4636#: config/tc-arm.c:12267 4637msgid "instruction is always unconditional" 4638msgstr "" 4639 4640#: config/tc-arm.c:12442 4641msgid "selected processor does not support 'A' form of this instruction" 4642msgstr "" 4643 4644#: config/tc-arm.c:12445 4645msgid "Thumb does not support the 2-argument form of this instruction" 4646msgstr "" 4647 4648#: config/tc-arm.c:12570 4649msgid "SP not allowed in register list" 4650msgstr "" 4651 4652#: config/tc-arm.c:12574 config/tc-arm.c:12681 4653msgid "" 4654"having the base register in the register list when using write back is " 4655"UNPREDICTABLE" 4656msgstr "" 4657 4658#: config/tc-arm.c:12582 4659msgid "LR and PC should not both be in register list" 4660msgstr "" 4661 4662#: config/tc-arm.c:12590 4663msgid "PC not allowed in register list" 4664msgstr "" 4665 4666#: config/tc-arm.c:12633 4667msgid "Thumb load/store multiple does not support {reglist}^" 4668msgstr "" 4669 4670#: config/tc-arm.c:12658 config/tc-arm.c:12736 4671#, c-format 4672msgid "value stored for r%d is UNKNOWN" 4673msgstr "" 4674 4675#: config/tc-arm.c:12729 4676msgid "Thumb-2 instruction only valid in unified syntax" 4677msgstr "" 4678 4679#: config/tc-arm.c:12733 config/tc-arm.c:12743 4680msgid "this instruction will write back the base register" 4681msgstr "" 4682 4683#: config/tc-arm.c:12746 4684msgid "this instruction will not write back the base register" 4685msgstr "" 4686 4687#: config/tc-arm.c:12777 4688msgid "r14 not allowed as first register when second register is omitted" 4689msgstr "" 4690 4691#: config/tc-arm.c:12877 4692msgid "" 4693"This instruction may be unpredictable if executed on M-profile cores with " 4694"interrupts enabled." 4695msgstr "" 4696 4697#: config/tc-arm.c:12906 config/tc-arm.c:12919 config/tc-arm.c:12955 4698msgid "Thumb does not support this addressing mode" 4699msgstr "" 4700 4701#: config/tc-arm.c:12923 4702msgid "byte or halfword not valid for base register" 4703msgstr "" 4704 4705#: config/tc-arm.c:12926 4706msgid "r15 based store not allowed" 4707msgstr "" 4708 4709#: config/tc-arm.c:12928 4710msgid "invalid base register for register offset" 4711msgstr "" 4712 4713#: config/tc-arm.c:12985 4714msgid "r12 not allowed here" 4715msgstr "" 4716 4717#: config/tc-arm.c:12991 4718msgid "base register written back, and overlaps one of transfer registers" 4719msgstr "" 4720 4721#: config/tc-arm.c:13119 4722#, c-format 4723msgid "" 4724"Use of r%u as a source register is deprecated when r%u is the destination " 4725"register." 4726msgstr "" 4727 4728#: config/tc-arm.c:13314 4729msgid "shifts in CMP/MOV instructions are only supported in unified syntax" 4730msgstr "" 4731 4732#: config/tc-arm.c:13342 4733msgid "only lo regs allowed with immediate" 4734msgstr "" 4735 4736#: config/tc-arm.c:13519 4737msgid "Thumb encoding does not support an immediate here" 4738msgstr "" 4739 4740#: config/tc-arm.c:13606 4741msgid "Thumb-2 MUL must not set flags" 4742msgstr "" 4743 4744#: config/tc-arm.c:13671 4745msgid "Thumb does not support NOP with hints" 4746msgstr "" 4747 4748#: config/tc-arm.c:13831 config/tc-arm.c:13843 4749msgid "invalid register list to push/pop instruction" 4750msgstr "" 4751 4752#: config/tc-arm.c:14106 4753msgid "source1 and dest must be same register" 4754msgstr "" 4755 4756#: config/tc-arm.c:14131 4757msgid "ror #imm not supported" 4758msgstr "" 4759 4760#: config/tc-arm.c:14182 4761msgid "SMC is not permitted on this architecture" 4762msgstr "" 4763 4764#: config/tc-arm.c:14348 4765msgid "Thumb encoding does not support rotation" 4766msgstr "" 4767 4768#: config/tc-arm.c:14368 4769msgid "instruction requires register index" 4770msgstr "" 4771 4772#: config/tc-arm.c:14378 4773msgid "instruction does not allow shifted index" 4774msgstr "" 4775 4776#: config/tc-arm.c:14534 config/tc-arm.c:29993 4777msgid "out of range label-relative fixup value" 4778msgstr "" 4779 4780#: config/tc-arm.c:14858 4781msgid "invalid neon suffix for non neon instruction" 4782msgstr "" 4783 4784#: config/tc-arm.c:15253 config/tc-arm.c:15606 config/tc-arm.c:17091 4785#: config/tc-arm.c:17171 config/tc-arm.c:17228 config/tc-arm.c:19109 4786#: config/tc-arm.c:21288 config/tc-arm.c:21475 4787msgid "invalid instruction shape" 4788msgstr "" 4789 4790#: config/tc-arm.c:15505 4791msgid "types specified in both the mnemonic and operands" 4792msgstr "" 4793 4794#: config/tc-arm.c:15542 4795msgid "operand types can't be inferred" 4796msgstr "" 4797 4798#: config/tc-arm.c:15548 4799msgid "type specifier has the wrong number of parts" 4800msgstr "" 4801 4802#: config/tc-arm.c:15634 config/tc-arm.c:19370 config/tc-arm.c:19377 4803msgid "operand size must match register width" 4804msgstr "" 4805 4806#: config/tc-arm.c:15656 4807msgid "inconsistent types in Neon instruction" 4808msgstr "" 4809 4810#: config/tc-arm.c:16077 4811msgid "Type is not allowed for this instruction" 4812msgstr "" 4813 4814#: config/tc-arm.c:16152 4815msgid "MVE vector or ARM register expected" 4816msgstr "" 4817 4818#: config/tc-arm.c:16269 4819msgid "immediate must be either 1, 2, 4 or 8" 4820msgstr "" 4821 4822#: config/tc-arm.c:16426 4823msgid "immediate operand expected in the range [1,8]" 4824msgstr "" 4825 4826#: config/tc-arm.c:16427 4827msgid "immediate operand expected in the range [1,16]" 4828msgstr "" 4829 4830#: config/tc-arm.c:16569 4831msgid "expected LR" 4832msgstr "" 4833 4834#: config/tc-arm.c:17068 config/tc-arm.c:17148 config/tc-arm.c:18745 4835#: config/tc-arm.c:20569 4836msgid "immediate out of range for shift" 4837msgstr "" 4838 4839#: config/tc-arm.c:17362 4840msgid "first and second operands shall be the same register" 4841msgstr "" 4842 4843#: config/tc-arm.c:17476 config/tc-arm.c:17538 4844msgid "destination register and offset register may not be the same" 4845msgstr "" 4846 4847#: config/tc-arm.c:17488 config/tc-arm.c:17607 4848msgid "immediate must be a multiple of 4 in the range of +/-[0,508]" 4849msgstr "" 4850 4851#: config/tc-arm.c:17490 4852msgid "immediate must be a multiple of 8 in the range of +/-[0,1016]" 4853msgstr "" 4854 4855#: config/tc-arm.c:17511 4856msgid "can not shift offsets when accessing less than half-word" 4857msgstr "" 4858 4859#: config/tc-arm.c:17513 4860msgid "" 4861"shift immediate must be 1, 2 or 3 for half-word, word or double-word " 4862"accesses respectively" 4863msgstr "" 4864 4865#: config/tc-arm.c:17600 4866msgid "immediate must be in the range of +/-[0,127]" 4867msgstr "" 4868 4869#: config/tc-arm.c:17603 4870msgid "immediate must be a multiple of 2 in the range of +/-[0,254]" 4871msgstr "" 4872 4873#: config/tc-arm.c:17617 config/tc-arm.c:18443 4874msgid "MVE vector register in the range [Q0..Q7] expected" 4875msgstr "" 4876 4877#: config/tc-arm.c:17933 config/tc-arm.c:19791 4878msgid "scalar out of range for multiply instruction" 4879msgstr "" 4880 4881#: config/tc-arm.c:18021 4882msgid "index must be in the range 0 to 3" 4883msgstr "" 4884 4885#: config/tc-arm.c:18024 4886msgid "indexed register must be less than 8" 4887msgstr "" 4888 4889#: config/tc-arm.c:18225 config/tc-arm.c:21539 4890msgid "" 4891"Warning: 32-bit element size and same first and third operand makes " 4892"instruction UNPREDICTABLE" 4893msgstr "" 4894 4895#: config/tc-arm.c:18584 4896msgid "instruction form not available on this architecture." 4897msgstr "" 4898 4899#: config/tc-arm.c:18587 4900msgid "this instruction implies use of ARMv8.1 AdvSIMD." 4901msgstr "" 4902 4903#: config/tc-arm.c:18694 config/tc-arm.c:18719 4904msgid "immediate out of range for insert" 4905msgstr "" 4906 4907#: config/tc-arm.c:18866 4908msgid "immediate out of range for narrowing operation" 4909msgstr "" 4910 4911#: config/tc-arm.c:19013 4912msgid "operands 0 and 1 must be the same register" 4913msgstr "" 4914 4915#: config/tc-arm.c:19119 config/tc-arm.c:21387 4916msgid "invalid rounding mode" 4917msgstr "" 4918 4919#: config/tc-arm.c:19581 4920msgid "operand size must be specified for immediate VMOV" 4921msgstr "" 4922 4923#: config/tc-arm.c:19591 4924msgid "immediate has bits set outside the operand size" 4925msgstr "" 4926 4927#: config/tc-arm.c:19826 4928msgid "" 4929"vfmal/vfmsl with FP16 type cannot be conditional, the behaviour is " 4930"UNPREDICTABLE" 4931msgstr "" 4932 4933#: config/tc-arm.c:19934 4934msgid "Instruction form not available on this architecture." 4935msgstr "" 4936 4937#: config/tc-arm.c:19988 4938msgid "" 4939"Warning: 64-bit element size and same destination and source operands makes " 4940"instruction UNPREDICTABLE" 4941msgstr "" 4942 4943#: config/tc-arm.c:19993 4944msgid "elements must be smaller than reversal region" 4945msgstr "" 4946 4947#: config/tc-arm.c:20085 4948msgid "Index one must be [2,3] and index two must be two less than index one." 4949msgstr "" 4950 4951#: config/tc-arm.c:20088 4952msgid "Destination registers may not be the same" 4953msgstr "" 4954 4955#: config/tc-arm.c:20286 config/tc-arm.c:20369 4956msgid "bad type for scalar" 4957msgstr "" 4958 4959#: config/tc-arm.c:20425 4960msgid "" 4961"immediate constant is valid both as a bit-pattern and a floating point value " 4962"(using the fp value)" 4963msgstr "" 4964 4965#: config/tc-arm.c:20477 config/tc-arm.c:20488 4966msgid "VFP registers must be adjacent" 4967msgstr "" 4968 4969#: config/tc-arm.c:20578 4970msgid "invalid suffix" 4971msgstr "" 4972 4973#: config/tc-arm.c:20732 4974msgid "bad list length for table lookup" 4975msgstr "" 4976 4977#: config/tc-arm.c:20765 4978msgid "writeback (!) must be used for VLDMDB and VSTMDB" 4979msgstr "" 4980 4981#: config/tc-arm.c:20768 config/tc-arm.c:20794 4982msgid "register list must contain at least 1 and at most 16 registers" 4983msgstr "" 4984 4985#: config/tc-arm.c:20789 4986msgid "register list must contain at least 1 and at most 32 registers" 4987msgstr "" 4988 4989#: config/tc-arm.c:20842 config/tc-arm.c:20875 4990msgid "Use of PC here is UNPREDICTABLE" 4991msgstr "" 4992 4993#: config/tc-arm.c:20844 4994msgid "Use of PC here is deprecated" 4995msgstr "" 4996 4997#: config/tc-arm.c:20878 4998msgid "instruction does not accept register index" 4999msgstr "" 5000 5001#: config/tc-arm.c:20881 5002msgid "instruction does not accept PC-relative addressing" 5003msgstr "" 5004 5005#: config/tc-arm.c:20903 config/tc-arm.c:20912 5006msgid "Instruction not permitted on this architecture" 5007msgstr "" 5008 5009#: config/tc-arm.c:20961 5010msgid "bad alignment" 5011msgstr "" 5012 5013#: config/tc-arm.c:20978 5014msgid "bad list type for instruction" 5015msgstr "" 5016 5017#: config/tc-arm.c:21022 5018msgid "unsupported alignment for instruction" 5019msgstr "" 5020 5021#: config/tc-arm.c:21041 config/tc-arm.c:21135 config/tc-arm.c:21147 5022#: config/tc-arm.c:21157 config/tc-arm.c:21171 5023msgid "bad list length" 5024msgstr "" 5025 5026#: config/tc-arm.c:21046 5027msgid "stride of 2 unavailable when element size is 8" 5028msgstr "" 5029 5030#: config/tc-arm.c:21079 config/tc-arm.c:21155 5031msgid "can't use alignment with this instruction" 5032msgstr "" 5033 5034#: config/tc-arm.c:21227 5035msgid "post-index must be a register" 5036msgstr "" 5037 5038#: config/tc-arm.c:21229 5039msgid "bad register for post-index" 5040msgstr "" 5041 5042#: config/tc-arm.c:21451 5043msgid "scalar out of range" 5044msgstr "" 5045 5046#: config/tc-arm.c:21584 5047msgid "" 5048"Dot Product instructions cannot be conditional, the behaviour is " 5049"UNPREDICTABLE" 5050msgstr "" 5051 5052#: config/tc-arm.c:21659 config/tc-arm.c:21687 config/tc-arm.c:22369 5053msgid "index must be 0 or 1" 5054msgstr "" 5055 5056#: config/tc-arm.c:21662 config/tc-arm.c:21690 config/tc-arm.c:22372 5057msgid "indexed register must be less than 16" 5058msgstr "" 5059 5060#: config/tc-arm.c:21728 5061msgid "Register must be r0-r14 except r13, or APSR_nzcv." 5062msgstr "" 5063 5064#: config/tc-arm.c:21731 5065msgid "Register must be an even register between r0-r10." 5066msgstr "" 5067 5068#: config/tc-arm.c:21756 5069msgid "CDE Coprocessor must be in range 0-7" 5070msgstr "" 5071 5072#: config/tc-arm.c:21790 5073msgid "cx1d requires consecutive destination registers." 5074msgstr "" 5075 5076#: config/tc-arm.c:21820 5077msgid "cx2d requires consecutive destination registers." 5078msgstr "" 5079 5080#: config/tc-arm.c:21859 5081msgid "cx3d requires consecutive destination registers." 5082msgstr "" 5083 5084#: config/tc-arm.c:22051 5085msgid "'q' register must be in range 0-7" 5086msgstr "" 5087 5088#: config/tc-arm.c:22054 5089msgid "'d' register must be in range 0-15" 5090msgstr "" 5091 5092#: config/tc-arm.c:22056 5093msgid "'s' register must be in range 0-31" 5094msgstr "" 5095 5096#: config/tc-arm.c:22111 5097msgid "vcx instructions with Q registers require MVE" 5098msgstr "" 5099 5100#: config/tc-arm.c:22116 5101msgid "" 5102"vcx instructions with S or D registers require either MVE or Armv8-M " 5103"floating point extension." 5104msgstr "" 5105 5106#: config/tc-arm.c:22132 5107msgid "vcx1 with S or D registers takes immediate within 0-2047" 5108msgstr "" 5109 5110#: config/tc-arm.c:22148 5111msgid "vcx2 with S or D registers takes immediate within 0-63" 5112msgstr "" 5113 5114#: config/tc-arm.c:22163 5115msgid "vcx2 with S or D registers takes immediate within 0-7" 5116msgstr "" 5117 5118#: config/tc-arm.c:22753 config/tc-arm.c:22874 5119msgid "conditional infixes are deprecated in unified syntax" 5120msgstr "" 5121 5122#: config/tc-arm.c:23085 5123msgid "Warning: conditional outside an IT block for Thumb." 5124msgstr "" 5125 5126#: config/tc-arm.c:23413 5127msgid "Short branches, Undefined, SVC, LDM/STM" 5128msgstr "" 5129 5130#: config/tc-arm.c:23414 5131msgid "Miscellaneous 16-bit instructions" 5132msgstr "" 5133 5134#: config/tc-arm.c:23415 5135msgid "ADR" 5136msgstr "" 5137 5138#: config/tc-arm.c:23416 5139msgid "Literal loads" 5140msgstr "" 5141 5142#: config/tc-arm.c:23417 5143msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc" 5144msgstr "" 5145 5146#: config/tc-arm.c:23418 5147msgid "Hi-register ADD, MOV, CMP using pc" 5148msgstr "" 5149 5150#. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue' 5151#. field in asm_opcode. 'tvalue' is used at the stage this check happen. 5152#: config/tc-arm.c:23421 5153msgid "ADD/SUB sp, sp #imm" 5154msgstr "" 5155 5156#: config/tc-arm.c:23443 5157msgid "" 5158"IT blocks containing 32-bit Thumb instructions are performance deprecated in " 5159"ARMv8-A and ARMv8-R" 5160msgstr "" 5161 5162#: config/tc-arm.c:23455 5163#, c-format 5164msgid "" 5165"IT blocks containing 16-bit Thumb instructions of the following class are " 5166"performance deprecated in ARMv8-A and ARMv8-R: %s" 5167msgstr "" 5168 5169#: config/tc-arm.c:23469 5170msgid "" 5171"IT blocks containing more than one conditional instruction are performance " 5172"deprecated in ARMv8-A and ARMv8-R" 5173msgstr "" 5174 5175#: config/tc-arm.c:23587 5176#, c-format 5177msgid "bad instruction `%s'" 5178msgstr "" 5179 5180#: config/tc-arm.c:23593 5181msgid "s suffix on comparison instruction is deprecated" 5182msgstr "" 5183 5184#: config/tc-arm.c:23613 5185msgid "SVC is not permitted on this architecture" 5186msgstr "" 5187 5188#: config/tc-arm.c:23615 5189#, c-format 5190msgid "selected processor does not support `%s' in Thumb mode" 5191msgstr "" 5192 5193#: config/tc-arm.c:23621 5194msgid "Thumb does not support conditional execution" 5195msgstr "" 5196 5197#: config/tc-arm.c:23641 5198#, c-format 5199msgid "" 5200"selected processor does not support 32bit wide variant of instruction `%s'" 5201msgstr "" 5202 5203#: config/tc-arm.c:23644 5204#, c-format 5205msgid "selected processor does not support `%s' in Thumb-2 mode" 5206msgstr "" 5207 5208#: config/tc-arm.c:23669 5209#, c-format 5210msgid "cannot honor width suffix -- `%s'" 5211msgstr "" 5212 5213#: config/tc-arm.c:23711 5214#, c-format 5215msgid "selected processor does not support `%s' in ARM mode" 5216msgstr "" 5217 5218#: config/tc-arm.c:23716 5219#, c-format 5220msgid "width suffixes are invalid in ARM mode -- `%s'" 5221msgstr "" 5222 5223#: config/tc-arm.c:23749 5224#, c-format 5225msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'" 5226msgstr "" 5227 5228#: config/tc-arm.c:23767 5229#, c-format 5230msgid "section '%s' finished with an open IT block." 5231msgstr "" 5232 5233#: config/tc-arm.c:23770 5234#, c-format 5235msgid "section '%s' finished with an open VPT/VPST block." 5236msgstr "" 5237 5238#: config/tc-arm.c:23777 5239msgid "file finished with an open IT block." 5240msgstr "" 5241 5242#: config/tc-arm.c:23779 5243msgid "file finished with an open VPT/VPST block." 5244msgstr "" 5245 5246#: config/tc-arm.c:27488 5247#, c-format 5248msgid "alignments greater than %d bytes not supported in .text sections." 5249msgstr "" 5250 5251#: config/tc-arm.c:27754 config/tc-ia64.c:3588 5252#, c-format 5253msgid "Group section `%s' has no group signature" 5254msgstr "" 5255 5256#: config/tc-arm.c:27800 5257msgid "handlerdata in cantunwind frame" 5258msgstr "" 5259 5260#: config/tc-arm.c:27818 5261msgid "too many unwind opcodes for personality routine 0" 5262msgstr "" 5263 5264#: config/tc-arm.c:27851 5265msgid "attempt to recreate an unwind entry" 5266msgstr "" 5267 5268#: config/tc-arm.c:27862 5269msgid "too many unwind opcodes" 5270msgstr "" 5271 5272#: config/tc-arm.c:28166 5273#, c-format 5274msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s" 5275msgstr "" 5276 5277#: config/tc-arm.c:28528 config/tc-arm.c:28596 5278#, c-format 5279msgid "symbol %s is in a different section" 5280msgstr "" 5281 5282#: config/tc-arm.c:28530 config/tc-arm.c:28598 5283#, c-format 5284msgid "symbol %s is weak and may be overridden later" 5285msgstr "" 5286 5287#: config/tc-arm.c:28575 config/tc-arm.c:28947 5288#, c-format 5289msgid "invalid constant (%lx) after fixup" 5290msgstr "" 5291 5292#: config/tc-arm.c:28631 5293#, c-format 5294msgid "unable to compute ADRL instructions for PC offset of 0x%lx" 5295msgstr "" 5296 5297#: config/tc-arm.c:28667 config/tc-arm.c:28697 5298msgid "invalid literal constant: pool needs to be closer" 5299msgstr "" 5300 5301#: config/tc-arm.c:28670 config/tc-arm.c:28719 5302#, c-format 5303msgid "bad immediate value for offset (%ld)" 5304msgstr "" 5305 5306#: config/tc-arm.c:28700 5307#, c-format 5308msgid "bad immediate value for 8-bit offset (%ld)" 5309msgstr "" 5310 5311#: config/tc-arm.c:28760 5312msgid "offset not a multiple of 4" 5313msgstr "" 5314 5315#: config/tc-arm.c:28963 5316msgid "invalid smc expression" 5317msgstr "" 5318 5319#: config/tc-arm.c:28973 5320msgid "invalid hvc expression" 5321msgstr "" 5322 5323#: config/tc-arm.c:28984 config/tc-arm.c:28993 5324msgid "invalid swi expression" 5325msgstr "" 5326 5327#: config/tc-arm.c:29003 5328msgid "invalid expression in load/store multiple" 5329msgstr "" 5330 5331#: config/tc-arm.c:29065 5332#, c-format 5333msgid "blx to '%s' an ARM ISA state function changed to bl" 5334msgstr "" 5335 5336#: config/tc-arm.c:29084 5337msgid "misaligned branch destination" 5338msgstr "" 5339 5340#: config/tc-arm.c:29205 5341#, c-format 5342msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl" 5343msgstr "" 5344 5345#: config/tc-arm.c:29254 5346msgid "Thumb2 branch out of range" 5347msgstr "" 5348 5349#: config/tc-arm.c:29306 config/tc-arm.c:29339 5350msgid "Relocation supported only in FDPIC mode" 5351msgstr "" 5352 5353#: config/tc-arm.c:29369 5354msgid "rel31 relocation overflow" 5355msgstr "" 5356 5357#: config/tc-arm.c:29391 config/tc-arm.c:29397 config/tc-arm.c:29401 5358#: config/tc-arm.c:29448 5359msgid "co-processor offset out of range" 5360msgstr "" 5361 5362#: config/tc-arm.c:29465 5363#, c-format 5364msgid "invalid offset, target not word aligned (0x%08lX)" 5365msgstr "" 5366 5367#: config/tc-arm.c:29471 5368msgid "section does not have enough alignment to ensure safe PC-relative loads" 5369msgstr "" 5370 5371#: config/tc-arm.c:29475 config/tc-arm.c:29484 config/tc-arm.c:29492 5372#: config/tc-arm.c:29500 config/tc-arm.c:29508 5373#, c-format 5374msgid "invalid offset, value too big (0x%08lX)" 5375msgstr "" 5376 5377#: config/tc-arm.c:29549 5378msgid "invalid Hi register with immediate" 5379msgstr "" 5380 5381#: config/tc-arm.c:29565 5382msgid "invalid immediate for stack address calculation" 5383msgstr "" 5384 5385#: config/tc-arm.c:29584 5386msgid "address calculation needs a strongly defined nearby symbol" 5387msgstr "" 5388 5389#: config/tc-arm.c:29600 5390msgid "symbol too far away" 5391msgstr "" 5392 5393#: config/tc-arm.c:29612 5394#, c-format 5395msgid "invalid immediate for address calculation (value = 0x%08lX)" 5396msgstr "" 5397 5398#: config/tc-arm.c:29642 5399#, c-format 5400msgid "invalid immediate: %ld is out of range" 5401msgstr "" 5402 5403#: config/tc-arm.c:29654 5404#, c-format 5405msgid "invalid shift value: %ld" 5406msgstr "" 5407 5408#: config/tc-arm.c:29724 config/tc-arm.c:29795 5409#, c-format 5410msgid "the offset 0x%08lX is not representable" 5411msgstr "" 5412 5413#: config/tc-arm.c:29756 5414#, c-format 5415msgid "Unable to process relocation for thumb opcode: %lx" 5416msgstr "" 5417 5418#: config/tc-arm.c:29835 5419#, c-format 5420msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)" 5421msgstr "" 5422 5423#: config/tc-arm.c:29874 5424#, c-format 5425msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)" 5426msgstr "" 5427 5428#: config/tc-arm.c:29914 5429#, c-format 5430msgid "bad offset 0x%08lX (must be word-aligned)" 5431msgstr "" 5432 5433#: config/tc-arm.c:29919 5434#, c-format 5435msgid "bad offset 0x%08lX (must be an 8-bit number of words)" 5436msgstr "" 5437 5438#: config/tc-arm.c:30140 config/tc-score.c:7314 5439#, c-format 5440msgid "bad relocation fixup type (%d)" 5441msgstr "" 5442 5443#: config/tc-arm.c:30258 5444msgid "literal referenced across section boundary" 5445msgstr "" 5446 5447#: config/tc-arm.c:30338 5448msgid "internal relocation (type: IMMEDIATE) not fixed up" 5449msgstr "" 5450 5451#: config/tc-arm.c:30343 5452msgid "ADRL used for a symbol not defined in the same file" 5453msgstr "" 5454 5455#: config/tc-arm.c:30350 5456#, c-format 5457msgid "%s used for a symbol not defined in the same file" 5458msgstr "" 5459 5460#: config/tc-arm.c:30366 5461#, c-format 5462msgid "undefined local label `%s'" 5463msgstr "" 5464 5465#: config/tc-arm.c:30372 5466msgid "internal_relocation (type: OFFSET_IMM) not fixed up" 5467msgstr "" 5468 5469#: config/tc-arm.c:30394 config/tc-cris.c:4000 config/tc-csky.c:1152 5470#: config/tc-ft32.c:708 config/tc-mcore.c:1932 config/tc-microblaze.c:2062 5471#: config/tc-mmix.c:2909 config/tc-moxie.c:823 config/tc-ns32k.c:2245 5472#: config/tc-score.c:7401 5473msgid "<unknown>" 5474msgstr "" 5475 5476#: config/tc-arm.c:30793 5477#, c-format 5478msgid "%s: unexpected function type: %d" 5479msgstr "" 5480 5481#: config/tc-arm.c:30933 5482msgid "use of old and new-style options to set CPU type" 5483msgstr "" 5484 5485#: config/tc-arm.c:30952 5486msgid "use of old and new-style options to set FPU type" 5487msgstr "" 5488 5489#: config/tc-arm.c:31031 5490msgid "hard-float conflicts with specified fpu" 5491msgstr "" 5492 5493#: config/tc-arm.c:31222 5494msgid "generate PIC code" 5495msgstr "" 5496 5497#: config/tc-arm.c:31223 5498msgid "assemble Thumb code" 5499msgstr "" 5500 5501#: config/tc-arm.c:31224 5502msgid "support ARM/Thumb interworking" 5503msgstr "" 5504 5505#: config/tc-arm.c:31226 5506msgid "code uses 32-bit program counter" 5507msgstr "" 5508 5509#: config/tc-arm.c:31227 5510msgid "code uses 26-bit program counter" 5511msgstr "" 5512 5513#: config/tc-arm.c:31228 5514msgid "floating point args are in fp regs" 5515msgstr "" 5516 5517#: config/tc-arm.c:31230 5518msgid "re-entrant code" 5519msgstr "" 5520 5521#: config/tc-arm.c:31231 5522msgid "code is ATPCS conformant" 5523msgstr "" 5524 5525#. These are recognized by the assembler, but have no affect on code. 5526#: config/tc-arm.c:31237 5527msgid "use frame pointer" 5528msgstr "" 5529 5530#: config/tc-arm.c:31238 5531msgid "use stack size checking" 5532msgstr "" 5533 5534#: config/tc-arm.c:31241 5535msgid "do not warn on use of deprecated feature" 5536msgstr "" 5537 5538#: config/tc-arm.c:31244 5539msgid "" 5540"warn about performance deprecated IT instructions in ARMv8-A and ARMv8-R" 5541msgstr "" 5542 5543#: config/tc-arm.c:31248 5544msgid "warn about symbols that match instruction names [default]" 5545msgstr "" 5546 5547#: config/tc-arm.c:31249 5548msgid "disable warnings about symobls that match instructions" 5549msgstr "" 5550 5551#. DON'T add any new processors to this list -- we want the whole list 5552#. to go away... Add them to the processors table instead. 5553#: config/tc-arm.c:31265 config/tc-arm.c:31266 5554msgid "use -mcpu=arm1" 5555msgstr "" 5556 5557#: config/tc-arm.c:31267 config/tc-arm.c:31268 5558msgid "use -mcpu=arm2" 5559msgstr "" 5560 5561#: config/tc-arm.c:31269 config/tc-arm.c:31270 5562msgid "use -mcpu=arm250" 5563msgstr "" 5564 5565#: config/tc-arm.c:31271 config/tc-arm.c:31272 5566msgid "use -mcpu=arm3" 5567msgstr "" 5568 5569#: config/tc-arm.c:31273 config/tc-arm.c:31274 5570msgid "use -mcpu=arm6" 5571msgstr "" 5572 5573#: config/tc-arm.c:31275 config/tc-arm.c:31276 5574msgid "use -mcpu=arm600" 5575msgstr "" 5576 5577#: config/tc-arm.c:31277 config/tc-arm.c:31278 5578msgid "use -mcpu=arm610" 5579msgstr "" 5580 5581#: config/tc-arm.c:31279 config/tc-arm.c:31280 5582msgid "use -mcpu=arm620" 5583msgstr "" 5584 5585#: config/tc-arm.c:31281 config/tc-arm.c:31282 5586msgid "use -mcpu=arm7" 5587msgstr "" 5588 5589#: config/tc-arm.c:31283 config/tc-arm.c:31284 5590msgid "use -mcpu=arm70" 5591msgstr "" 5592 5593#: config/tc-arm.c:31285 config/tc-arm.c:31286 5594msgid "use -mcpu=arm700" 5595msgstr "" 5596 5597#: config/tc-arm.c:31287 config/tc-arm.c:31288 5598msgid "use -mcpu=arm700i" 5599msgstr "" 5600 5601#: config/tc-arm.c:31289 config/tc-arm.c:31290 5602msgid "use -mcpu=arm710" 5603msgstr "" 5604 5605#: config/tc-arm.c:31291 config/tc-arm.c:31292 5606msgid "use -mcpu=arm710c" 5607msgstr "" 5608 5609#: config/tc-arm.c:31293 config/tc-arm.c:31294 5610msgid "use -mcpu=arm720" 5611msgstr "" 5612 5613#: config/tc-arm.c:31295 config/tc-arm.c:31296 5614msgid "use -mcpu=arm7d" 5615msgstr "" 5616 5617#: config/tc-arm.c:31297 config/tc-arm.c:31298 5618msgid "use -mcpu=arm7di" 5619msgstr "" 5620 5621#: config/tc-arm.c:31299 config/tc-arm.c:31300 5622msgid "use -mcpu=arm7m" 5623msgstr "" 5624 5625#: config/tc-arm.c:31301 config/tc-arm.c:31302 5626msgid "use -mcpu=arm7dm" 5627msgstr "" 5628 5629#: config/tc-arm.c:31303 config/tc-arm.c:31304 5630msgid "use -mcpu=arm7dmi" 5631msgstr "" 5632 5633#: config/tc-arm.c:31305 config/tc-arm.c:31306 5634msgid "use -mcpu=arm7100" 5635msgstr "" 5636 5637#: config/tc-arm.c:31307 config/tc-arm.c:31308 5638msgid "use -mcpu=arm7500" 5639msgstr "" 5640 5641#: config/tc-arm.c:31309 config/tc-arm.c:31310 5642msgid "use -mcpu=arm7500fe" 5643msgstr "" 5644 5645#: config/tc-arm.c:31311 config/tc-arm.c:31312 config/tc-arm.c:31313 5646#: config/tc-arm.c:31314 5647msgid "use -mcpu=arm7tdmi" 5648msgstr "" 5649 5650#: config/tc-arm.c:31315 config/tc-arm.c:31316 5651msgid "use -mcpu=arm710t" 5652msgstr "" 5653 5654#: config/tc-arm.c:31317 config/tc-arm.c:31318 5655msgid "use -mcpu=arm720t" 5656msgstr "" 5657 5658#: config/tc-arm.c:31319 config/tc-arm.c:31320 5659msgid "use -mcpu=arm740t" 5660msgstr "" 5661 5662#: config/tc-arm.c:31321 config/tc-arm.c:31322 5663msgid "use -mcpu=arm8" 5664msgstr "" 5665 5666#: config/tc-arm.c:31323 config/tc-arm.c:31324 5667msgid "use -mcpu=arm810" 5668msgstr "" 5669 5670#: config/tc-arm.c:31325 config/tc-arm.c:31326 5671msgid "use -mcpu=arm9" 5672msgstr "" 5673 5674#: config/tc-arm.c:31327 config/tc-arm.c:31328 5675msgid "use -mcpu=arm9tdmi" 5676msgstr "" 5677 5678#: config/tc-arm.c:31329 config/tc-arm.c:31330 5679msgid "use -mcpu=arm920" 5680msgstr "" 5681 5682#: config/tc-arm.c:31331 config/tc-arm.c:31332 5683msgid "use -mcpu=arm940" 5684msgstr "" 5685 5686#: config/tc-arm.c:31333 5687msgid "use -mcpu=strongarm" 5688msgstr "" 5689 5690#: config/tc-arm.c:31335 5691msgid "use -mcpu=strongarm110" 5692msgstr "" 5693 5694#: config/tc-arm.c:31337 5695msgid "use -mcpu=strongarm1100" 5696msgstr "" 5697 5698#: config/tc-arm.c:31339 5699msgid "use -mcpu=strongarm1110" 5700msgstr "" 5701 5702#: config/tc-arm.c:31340 5703msgid "use -mcpu=xscale" 5704msgstr "" 5705 5706#: config/tc-arm.c:31341 5707msgid "use -mcpu=iwmmxt" 5708msgstr "" 5709 5710#: config/tc-arm.c:31342 5711msgid "use -mcpu=all" 5712msgstr "" 5713 5714#. Architecture variants -- don't add any more to this list either. 5715#: config/tc-arm.c:31345 config/tc-arm.c:31346 5716msgid "use -march=armv2" 5717msgstr "" 5718 5719#: config/tc-arm.c:31347 config/tc-arm.c:31348 5720msgid "use -march=armv2a" 5721msgstr "" 5722 5723#: config/tc-arm.c:31349 config/tc-arm.c:31350 5724msgid "use -march=armv3" 5725msgstr "" 5726 5727#: config/tc-arm.c:31351 config/tc-arm.c:31352 5728msgid "use -march=armv3m" 5729msgstr "" 5730 5731#: config/tc-arm.c:31353 config/tc-arm.c:31354 5732msgid "use -march=armv4" 5733msgstr "" 5734 5735#: config/tc-arm.c:31355 config/tc-arm.c:31356 5736msgid "use -march=armv4t" 5737msgstr "" 5738 5739#: config/tc-arm.c:31357 config/tc-arm.c:31358 5740msgid "use -march=armv5" 5741msgstr "" 5742 5743#: config/tc-arm.c:31359 config/tc-arm.c:31360 5744msgid "use -march=armv5t" 5745msgstr "" 5746 5747#: config/tc-arm.c:31361 config/tc-arm.c:31362 5748msgid "use -march=armv5te" 5749msgstr "" 5750 5751#. Floating point variants -- don't add any more to this list either. 5752#: config/tc-arm.c:31365 5753msgid "use -mfpu=fpe" 5754msgstr "" 5755 5756#: config/tc-arm.c:31366 5757msgid "use -mfpu=fpa10" 5758msgstr "" 5759 5760#: config/tc-arm.c:31367 5761msgid "use -mfpu=fpa11" 5762msgstr "" 5763 5764#: config/tc-arm.c:31369 5765msgid "use either -mfpu=softfpa or -mfpu=softvfp" 5766msgstr "" 5767 5768#: config/tc-arm.c:32497 5769msgid "extension does not apply to the base architecture" 5770msgstr "" 5771 5772#: config/tc-arm.c:32526 5773msgid "architectural extensions must be specified in alphabetical order" 5774msgstr "" 5775 5776#: config/tc-arm.c:32665 config/tc-arm.c:33647 5777#, c-format 5778msgid "unknown floating point format `%s'\n" 5779msgstr "" 5780 5781#: config/tc-arm.c:32681 config/tc-csky.c:1264 5782#, c-format 5783msgid "unknown floating point abi `%s'\n" 5784msgstr "" 5785 5786#: config/tc-arm.c:32697 5787#, c-format 5788msgid "unknown EABI `%s'\n" 5789msgstr "" 5790 5791#: config/tc-arm.c:32717 5792#, c-format 5793msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never." 5794msgstr "" 5795 5796#: config/tc-arm.c:32740 config/tc-metag.c:5911 5797msgid "<fpu name>\t assemble for FPU architecture <fpu name>" 5798msgstr "" 5799 5800#: config/tc-arm.c:32742 5801msgid "<abi>\t assemble for floating point ABI <abi>" 5802msgstr "" 5803 5804#: config/tc-arm.c:32745 5805msgid "<ver>\t\t assemble for eabi version <ver>" 5806msgstr "" 5807 5808#: config/tc-arm.c:32748 5809msgid "<mode>\t controls implicit insertion of IT instructions" 5810msgstr "" 5811 5812#: config/tc-arm.c:32750 5813msgid "\t\t\t TI CodeComposer Studio syntax compatibility mode" 5814msgstr "" 5815 5816#: config/tc-arm.c:32753 5817msgid "" 5818"[ieee|alternative]\n" 5819" set the encoding for half precision floating point " 5820"numbers to IEEE\n" 5821" or Arm alternative format." 5822msgstr "" 5823 5824#: config/tc-arm.c:32864 5825#, c-format 5826msgid " ARM-specific assembler options:\n" 5827msgstr "" 5828 5829#: config/tc-arm.c:32884 5830#, c-format 5831msgid " --fix-v4bx Allow BX in ARMv4 code\n" 5832msgstr "" 5833 5834#: config/tc-arm.c:32888 5835#, c-format 5836msgid " --fdpic generate an FDPIC object file\n" 5837msgstr "" 5838 5839#: config/tc-arm.c:33208 5840msgid "no architecture contains all the instructions used\n" 5841msgstr "" 5842 5843#: config/tc-arm.c:33400 5844msgid ".cpu: missing cpu name" 5845msgstr "" 5846 5847#: config/tc-arm.c:33448 5848msgid ".arch: missing architecture name" 5849msgstr "" 5850 5851#: config/tc-arm.c:33489 5852msgid ".object_arch: missing architecture name" 5853msgstr "" 5854 5855#: config/tc-arm.c:33526 5856msgid ".arch_extension: missing architecture extension" 5857msgstr "" 5858 5859#: config/tc-arm.c:33583 5860#, c-format 5861msgid "" 5862"architectural extension `%s' is not allowed for the current base architecture" 5863msgstr "" 5864 5865#: config/tc-arm.c:33606 5866#, c-format 5867msgid "unknown architecture extension `%s'\n" 5868msgstr "" 5869 5870#: config/tc-arm.c:33627 5871msgid ".fpu: missing fpu name" 5872msgstr "" 5873 5874#: config/tc-avr.c:597 5875#, c-format 5876msgid "Known MCU names:" 5877msgstr "" 5878 5879#: config/tc-avr.c:662 5880#, c-format 5881msgid "" 5882"AVR Assembler options:\n" 5883" -mmcu=[avr-name] select microcontroller variant\n" 5884" [avr-name] can be:\n" 5885" avr1 - classic AVR core without data RAM\n" 5886" avr2 - classic AVR core with up to 8K program memory\n" 5887" avr25 - classic AVR core with up to 8K program memory\n" 5888" plus the MOVW instruction\n" 5889" avr3 - classic AVR core with up to 64K program memory\n" 5890" avr31 - classic AVR core with up to 128K program memory\n" 5891" avr35 - classic AVR core with up to 64K program memory\n" 5892" plus the MOVW instruction\n" 5893" avr4 - enhanced AVR core with up to 8K program memory\n" 5894" avr5 - enhanced AVR core with up to 64K program memory\n" 5895" avr51 - enhanced AVR core with up to 128K program memory\n" 5896" avr6 - enhanced AVR core with up to 256K program memory\n" 5897" avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n" 5898" avrxmega3 - XMEGA, RAM + FLASH < 64K, Flash visible in " 5899"RAM\n" 5900" avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n" 5901" avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n" 5902" avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n" 5903" avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n" 5904" avrtiny - AVR Tiny core with 16 gp registers\n" 5905msgstr "" 5906 5907#: config/tc-avr.c:685 5908#, c-format 5909msgid "" 5910" -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" 5911" -mno-skip-bug disable warnings for skipping two-word instructions\n" 5912" (default for avr4, avr5)\n" 5913" -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n" 5914" (default for avr3, avr5)\n" 5915" -mrmw accept Read-Modify-Write instructions\n" 5916" -mlink-relax generate relocations for linker relaxation (default)\n" 5917" -mno-link-relax don't generate relocations for linker relaxation.\n" 5918" -mgcc-isr accept the __gcc_isr pseudo-instruction.\n" 5919" -mno-dollar-line-separator\n" 5920" do not treat the $ character as a line separator.\n" 5921msgstr "" 5922 5923#: config/tc-avr.c:726 5924#, c-format 5925msgid "unknown MCU: %s\n" 5926msgstr "" 5927 5928#: config/tc-avr.c:740 5929#, c-format 5930msgid "redefinition of mcu type `%s' to `%s'" 5931msgstr "" 5932 5933#: config/tc-avr.c:869 5934msgid "constant value required" 5935msgstr "" 5936 5937#: config/tc-avr.c:872 5938#, c-format 5939msgid "number must be positive and less than %d" 5940msgstr "" 5941 5942#: config/tc-avr.c:898 config/tc-avr.c:1035 5943#, c-format 5944msgid "constant out of 8-bit range: %d" 5945msgstr "" 5946 5947#: config/tc-avr.c:966 config/tc-score.c:1194 read.c:3967 5948msgid "illegal expression" 5949msgstr "" 5950 5951#: config/tc-avr.c:995 config/tc-avr.c:2005 config/tc-pru.c:1861 5952msgid "`)' required" 5953msgstr "" 5954 5955#: config/tc-avr.c:1105 5956msgid "register name or number from 16 to 31 required" 5957msgstr "" 5958 5959#: config/tc-avr.c:1111 5960msgid "register name or number from 0 to 31 required" 5961msgstr "" 5962 5963#: config/tc-avr.c:1119 5964msgid "register r16-r23 required" 5965msgstr "" 5966 5967#: config/tc-avr.c:1125 5968msgid "register number above 15 required" 5969msgstr "" 5970 5971#: config/tc-avr.c:1131 config/tc-csky.c:6417 config/tc-csky.c:6446 5972msgid "even register number required" 5973msgstr "" 5974 5975#: config/tc-avr.c:1137 5976msgid "register r24, r26, r28 or r30 required" 5977msgstr "" 5978 5979#: config/tc-avr.c:1158 5980msgid "pointer register (X, Y or Z) required" 5981msgstr "" 5982 5983#: config/tc-avr.c:1165 5984msgid "cannot both predecrement and postincrement" 5985msgstr "" 5986 5987#: config/tc-avr.c:1173 5988msgid "addressing mode not supported" 5989msgstr "" 5990 5991#: config/tc-avr.c:1179 5992msgid "can't predecrement" 5993msgstr "" 5994 5995#: config/tc-avr.c:1182 5996msgid "pointer register Z required" 5997msgstr "" 5998 5999#: config/tc-avr.c:1201 6000msgid "postincrement not supported" 6001msgstr "" 6002 6003#: config/tc-avr.c:1211 6004msgid "pointer register (Y or Z) required" 6005msgstr "" 6006 6007#: config/tc-avr.c:1333 config/tc-xgate.c:1354 6008#, c-format 6009msgid "unknown constraint `%c'" 6010msgstr "" 6011 6012#: config/tc-avr.c:1396 config/tc-avr.c:2687 6013msgid "`,' required" 6014msgstr "" 6015 6016#: config/tc-avr.c:1417 6017msgid "undefined combination of operands" 6018msgstr "" 6019 6020#: config/tc-avr.c:1426 6021msgid "skipping two-word instruction" 6022msgstr "" 6023 6024#: config/tc-avr.c:1614 config/tc-avr.c:1630 config/tc-avr.c:1761 6025#: config/tc-msp430.c:4500 config/tc-msp430.c:4519 6026#, c-format 6027msgid "odd address operand: %ld" 6028msgstr "" 6029 6030#: config/tc-avr.c:1622 config/tc-avr.c:1641 config/tc-avr.c:1659 6031#: config/tc-avr.c:1670 config/tc-avr.c:1686 config/tc-avr.c:1694 6032#: config/tc-avr.c:1789 config/tc-avr.c:1796 config/tc-d10v.c:503 6033#: config/tc-d30v.c:550 config/tc-msp430.c:4508 config/tc-msp430.c:4526 6034#, c-format 6035msgid "operand out of range: %ld" 6036msgstr "" 6037 6038#: config/tc-avr.c:1677 6039#, c-format 6040msgid "operand out of range: 0x%lx" 6041msgstr "" 6042 6043#: config/tc-avr.c:1782 config/tc-d10v.c:1592 config/tc-d30v.c:2011 6044#: config/tc-msp430.c:4597 6045#, c-format 6046msgid "line %d: unknown relocation type: 0x%x" 6047msgstr "" 6048 6049#: config/tc-avr.c:1810 6050msgid "only constant expression allowed" 6051msgstr "" 6052 6053#. xgettext:c-format. 6054#: config/tc-avr.c:1865 config/tc-bfin.c:813 config/tc-d10v.c:1461 6055#: config/tc-d30v.c:1768 config/tc-metag.c:7016 config/tc-mn10200.c:772 6056#: config/tc-mn10300.c:2178 config/tc-msp430.c:4645 config/tc-ppc.c:7768 6057#: config/tc-spu.c:878 config/tc-spu.c:1091 config/tc-v850.c:3360 6058#: config/tc-z80.c:3871 6059#, c-format 6060msgid "reloc %d not supported by object file format" 6061msgstr "" 6062 6063#: config/tc-avr.c:1887 config/tc-ft32.c:232 config/tc-h8300.c:1926 6064#: config/tc-mcore.c:881 config/tc-microblaze.c:913 config/tc-moxie.c:180 6065#: config/tc-pj.c:253 config/tc-sh.c:2182 config/tc-wasm32.c:747 6066#: config/tc-z8k.c:1233 6067msgid "can't find opcode " 6068msgstr "" 6069 6070#: config/tc-avr.c:1906 6071#, c-format 6072msgid "illegal opcode %s for mcu %s" 6073msgstr "" 6074 6075#: config/tc-avr.c:1922 6076#, c-format 6077msgid "pseudo instruction `%s' not supported" 6078msgstr "" 6079 6080#: config/tc-avr.c:1944 6081msgid "garbage at end of line" 6082msgstr "" 6083 6084#: config/tc-avr.c:2054 config/tc-pru.c:1893 6085#, c-format 6086msgid "illegal %s relocation size: %d" 6087msgstr "" 6088 6089#: config/tc-avr.c:2167 config/tc-avr.c:2222 6090#, c-format 6091msgid "unknown record type %d (in %s)" 6092msgstr "" 6093 6094#: config/tc-avr.c:2243 6095#, c-format 6096msgid "Failed to create property section `%s'\n" 6097msgstr "" 6098 6099#: config/tc-avr.c:2679 6100#, c-format 6101msgid "%s requires value 0-2 as operand 1" 6102msgstr "" 6103 6104#: config/tc-avr.c:2704 6105#, c-format 6106msgid "`%s %d' after `%s %d' from %s:%u" 6107msgstr "" 6108 6109#: config/tc-avr.c:2707 6110#, c-format 6111msgid "`%s %d' but no chunk open yet" 6112msgstr "" 6113 6114#: config/tc-avr.c:2795 6115#, c-format 6116msgid "dangling `__gcc_isr %d'" 6117msgstr "" 6118 6119#: config/tc-avr.c:2797 6120msgid "dangling `__gcc_isr'" 6121msgstr "" 6122 6123#: config/tc-bfin.c:93 config/tc-frv.c:1603 config/tc-frv.c:1613 6124msgid "missing ')'" 6125msgstr "" 6126 6127#: config/tc-bfin.c:428 6128#, c-format 6129msgid " Blackfin specific assembler options:\n" 6130msgstr "" 6131 6132#: config/tc-bfin.c:429 6133#, c-format 6134msgid " -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n" 6135msgstr "" 6136 6137#: config/tc-bfin.c:430 6138#, c-format 6139msgid " -mfdpic assemble for the FDPIC ABI\n" 6140msgstr "" 6141 6142#: config/tc-bfin.c:431 6143#, c-format 6144msgid " -mno-fdpic/-mnopic disable -mfdpic\n" 6145msgstr "" 6146 6147#: config/tc-bfin.c:444 6148msgid "Could not set architecture and machine." 6149msgstr "" 6150 6151#: config/tc-bfin.c:591 6152msgid "Parse failed." 6153msgstr "" 6154 6155#: config/tc-bfin.c:666 6156msgid "pcrel too far BFD_RELOC_BFIN_10" 6157msgstr "" 6158 6159#: config/tc-bfin.c:682 6160msgid "pcrel too far BFD_RELOC_BFIN_12" 6161msgstr "" 6162 6163#: config/tc-bfin.c:702 6164msgid "pcrel too far BFD_RELOC_BFIN_24" 6165msgstr "" 6166 6167#: config/tc-bfin.c:717 6168msgid "pcrel too far BFD_RELOC_BFIN_5" 6169msgstr "" 6170 6171#: config/tc-bfin.c:729 6172msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL" 6173msgstr "" 6174 6175#: config/tc-bfin.c:739 6176msgid "rel too far BFD_RELOC_8" 6177msgstr "" 6178 6179#: config/tc-bfin.c:746 6180msgid "rel too far BFD_RELOC_16" 6181msgstr "" 6182 6183#: config/tc-bpf.c:194 6184#, c-format 6185msgid "-mdialect=%s is not valid. Expected normal or pseudoc" 6186msgstr "" 6187 6188#: config/tc-bpf.c:209 6189#, c-format 6190msgid "-misa-spec=%s is not valid. Expected v1, v2, v3, v4 o xbpf" 6191msgstr "" 6192 6193#: config/tc-bpf.c:229 6194#, c-format 6195msgid "" 6196"\n" 6197"BPF options:\n" 6198msgstr "" 6199 6200#: config/tc-bpf.c:230 6201#, c-format 6202msgid "" 6203"BPF options:\n" 6204" -EL generate code for a little endian machine\n" 6205" -EB generate code for a big endian machine\n" 6206" -mdialect=DIALECT set the assembly dialect (normal, pseudoc)\n" 6207" -misa-spec set the BPF ISA spec (v1, v2, v3, v4, xbpf)\n" 6208" -mxbpf alias for -misa-spec=xbpf\n" 6209msgstr "" 6210 6211#: config/tc-bpf.c:589 6212msgid "signed instruction operand out of range, shall fit in 32 bits" 6213msgstr "" 6214 6215#: config/tc-bpf.c:936 6216msgid "immediate out of range, shall fit in 32 bits" 6217msgstr "" 6218 6219#: config/tc-bpf.c:946 6220msgid "pc-relative offset out of range, shall fit in 32 bits" 6221msgstr "" 6222 6223#: config/tc-bpf.c:956 config/tc-bpf.c:966 6224msgid "pc-relative offset out of range, shall fit in 16 bits" 6225msgstr "" 6226 6227#: config/tc-bpf.c:1349 6228#, c-format 6229msgid "unexpected register name `%s' in expression" 6230msgstr "" 6231 6232#: config/tc-bpf.c:1668 6233#, c-format 6234msgid "invalid %%-tag in BPF opcode '%s'\n" 6235msgstr "" 6236 6237#: config/tc-bpf.c:1715 6238#, c-format 6239msgid "unrecognized instruction `%s'" 6240msgstr "" 6241 6242#: config/tc-cr16.c:168 6243msgid "using a bit field width of zero" 6244msgstr "" 6245 6246#: config/tc-cr16.c:176 6247#, c-format 6248msgid "field width \"%s\" too complex for a bitfield" 6249msgstr "" 6250 6251#: config/tc-cr16.c:186 6252#, c-format 6253msgid "field width %lu too big to fit in %d byte: truncated to %d bits" 6254msgid_plural "field width %lu too big to fit in %d bytes: truncated to %d bits" 6255msgstr[0] "" 6256msgstr[1] "" 6257 6258#: config/tc-cr16.c:212 6259#, c-format 6260msgid "field value \"%s\" too complex for a bitfield" 6261msgstr "" 6262 6263#: config/tc-cr16.c:394 6264#, c-format 6265msgid "Unknown register pair - index relative mode: `%d'" 6266msgstr "" 6267 6268#: config/tc-cr16.c:603 config/tc-crx.c:333 6269#, c-format 6270msgid "internal error: reloc %d (`%s') not supported by object file format" 6271msgstr "" 6272 6273#: config/tc-cr16.c:696 config/tc-i386.c:17003 config/tc-s390.c:2112 6274msgid "GOT already in symbol table" 6275msgstr "" 6276 6277#. Missing or bad expr becomes absolute 0. 6278#: config/tc-cr16.c:880 config/tc-crx.c:570 6279#, c-format 6280msgid "missing or invalid displacement expression `%s' taken as 0" 6281msgstr "" 6282 6283#: config/tc-cr16.c:930 6284#, c-format 6285msgid "GOT bad expression with %s." 6286msgstr "" 6287 6288#: config/tc-cr16.c:1041 6289#, c-format 6290msgid "operand %d: illegal use expression: `%s`" 6291msgstr "" 6292 6293#: config/tc-cr16.c:1106 config/tc-crx.c:1080 6294#, c-format 6295msgid "Unknown register: `%d'" 6296msgstr "" 6297 6298#. Issue a error message when register is illegal. 6299#: config/tc-cr16.c:1114 6300#, c-format 6301msgid "Illegal register (`%s') in Instruction: `%s'" 6302msgstr "" 6303 6304#: config/tc-cr16.c:1188 config/tc-cr16.c:1263 6305#, c-format 6306msgid "Illegal register `%s' in Instruction `%s'" 6307msgstr "" 6308 6309#: config/tc-cr16.c:1216 config/tc-cr16.c:1227 6310#, c-format 6311msgid "Illegal register pair `%s' in Instruction `%s'" 6312msgstr "" 6313 6314#: config/tc-cr16.c:1252 6315msgid "unmatched '['" 6316msgstr "" 6317 6318#: config/tc-cr16.c:1258 6319msgid "garbage after index spec ignored" 6320msgstr "" 6321 6322#: config/tc-cr16.c:1406 config/tc-crx.c:889 6323#, c-format 6324msgid "Illegal operands (whitespace): `%s'" 6325msgstr "" 6326 6327#: config/tc-cr16.c:1418 config/tc-cr16.c:1425 config/tc-cr16.c:1442 6328#: config/tc-crx.c:901 config/tc-crx.c:908 config/tc-crx.c:925 6329#: config/tc-crx.c:1716 6330#, c-format 6331msgid "Missing matching brackets : `%s'" 6332msgstr "" 6333 6334#: config/tc-cr16.c:1474 config/tc-crx.c:951 6335#, c-format 6336msgid "Unknown exception: `%s'" 6337msgstr "" 6338 6339#: config/tc-cr16.c:1556 config/tc-crx.c:1047 6340#, c-format 6341msgid "Illegal `cinv' parameter: `%c'" 6342msgstr "" 6343 6344#: config/tc-cr16.c:1577 config/tc-cr16.c:1616 6345#, c-format 6346msgid "Unknown register pair: `%d'" 6347msgstr "" 6348 6349#. Issue a error message when register pair is illegal. 6350#: config/tc-cr16.c:1585 6351#, c-format 6352msgid "Illegal register pair (`%s') in Instruction: `%s'" 6353msgstr "" 6354 6355#. Issue a error message when register pair is illegal. 6356#: config/tc-cr16.c:1624 6357#, c-format 6358msgid "Illegal index register pair (`%s') in Instruction: `%s'" 6359msgstr "" 6360 6361#: config/tc-cr16.c:1663 6362#, c-format 6363msgid "Unknown processor register : `%d'" 6364msgstr "" 6365 6366#. Issue a error message when register pair is illegal. 6367#: config/tc-cr16.c:1671 6368#, c-format 6369msgid "Illegal processor register (`%s') in Instruction: `%s'" 6370msgstr "" 6371 6372#: config/tc-cr16.c:1719 6373#, c-format 6374msgid "Unknown processor register (32 bit) : `%d'" 6375msgstr "" 6376 6377#. Issue a error message when register pair is illegal. 6378#: config/tc-cr16.c:1727 6379#, c-format 6380msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'" 6381msgstr "" 6382 6383#: config/tc-cr16.c:2072 config/tc-crx.c:1614 config/tc-crx.c:1631 6384#, c-format 6385msgid "Same src/dest register is used (`r%d'), result is undefined" 6386msgstr "" 6387 6388#: config/tc-cr16.c:2094 6389msgid "RA register is saved twice." 6390msgstr "" 6391 6392#: config/tc-cr16.c:2098 6393#, c-format 6394msgid "`%s' Illegal use of registers." 6395msgstr "" 6396 6397#: config/tc-cr16.c:2112 6398#, c-format 6399msgid "`%s' Illegal count-register combination." 6400msgstr "" 6401 6402#: config/tc-cr16.c:2118 6403#, c-format 6404msgid "`%s' Illegal use of register." 6405msgstr "" 6406 6407#: config/tc-cr16.c:2127 config/tc-crx.c:1623 6408#, c-format 6409msgid "`%s' has undefined result" 6410msgstr "" 6411 6412#: config/tc-cr16.c:2135 6413#, c-format 6414msgid "Same src/dest register is used (`r%d'),result is undefined" 6415msgstr "" 6416 6417#: config/tc-cr16.c:2306 config/tc-crx.c:1529 6418msgid "Incorrect number of operands" 6419msgstr "" 6420 6421#: config/tc-cr16.c:2308 config/tc-crx.c:1531 6422#, c-format 6423msgid "Illegal type of operand (arg %d)" 6424msgstr "" 6425 6426#: config/tc-cr16.c:2314 config/tc-crx.c:1537 6427#, c-format 6428msgid "Operand out of range (arg %d)" 6429msgstr "" 6430 6431#: config/tc-cr16.c:2317 config/tc-crx.c:1540 6432#, c-format 6433msgid "Operand has odd displacement (arg %d)" 6434msgstr "" 6435 6436#: config/tc-cr16.c:2320 config/tc-cr16.c:2351 config/tc-crx.c:1555 6437#: config/tc-crx.c:1583 6438#, c-format 6439msgid "Illegal operand (arg %d)" 6440msgstr "" 6441 6442#. Give an error if a frag containing code is not aligned to a 2-byte 6443#. boundary. 6444#: config/tc-cr16.c:2453 config/tc-cr16.h:74 config/tc-crx.c:1905 6445#: config/tc-crx.h:77 6446msgid "instruction address is not a multiple of 2" 6447msgstr "" 6448 6449#: config/tc-cr16.c:2476 config/tc-cris.c:1550 config/tc-cris.c:1558 6450#: config/tc-crx.c:1941 config/tc-dlx.c:681 config/tc-hppa.c:3225 6451#: config/tc-hppa.c:3232 config/tc-sparc.c:1753 config/tc-sparc.c:1761 6452#, c-format 6453msgid "Unknown opcode: `%s'" 6454msgstr "" 6455 6456#: config/tc-cris.c:550 config/tc-m68hc11.c:3894 6457#, c-format 6458msgid "internal inconsistency problem in %s: fr_symbol %lx" 6459msgstr "" 6460 6461#: config/tc-cris.c:554 config/tc-m68hc11.c:3898 config/tc-msp430.c:4995 6462#, c-format 6463msgid "internal inconsistency problem in %s: resolved symbol" 6464msgstr "" 6465 6466#: config/tc-cris.c:564 config/tc-m68hc11.c:3904 6467#, c-format 6468msgid "internal inconsistency problem in %s: fr_subtype %d" 6469msgstr "" 6470 6471#: config/tc-cris.c:904 6472msgid "Relaxation to long branches for .arch common_v10_v32 not implemented" 6473msgstr "" 6474 6475#: config/tc-cris.c:934 6476msgid "Complicated LAPC target operand is not a multiple of two. Use LAPC.D" 6477msgstr "" 6478 6479#: config/tc-cris.c:939 6480#, c-format 6481msgid "" 6482"Internal error found in md_convert_frag: offset %ld. Please report this." 6483msgstr "" 6484 6485#: config/tc-cris.c:964 6486#, c-format 6487msgid "internal inconsistency in %s: bdapq no symbol" 6488msgstr "" 6489 6490#: config/tc-cris.c:977 6491#, c-format 6492msgid "internal inconsistency in %s: bdap.w with no symbol" 6493msgstr "" 6494 6495#: config/tc-cris.c:1001 6496msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness" 6497msgstr "" 6498 6499#: config/tc-cris.c:1010 6500msgid "dangerous MULS/MULU location; give it higher alignment" 6501msgstr "" 6502 6503#. Bail out for compatibility mode. (It seems it can be implemented, 6504#. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump 6505#. $acr", "nop"; but doesn't seem worth it at the moment.) 6506#: config/tc-cris.c:1051 6507msgid "" 6508"Out-of-range .word offset handling is not implemented for .arch " 6509"common_v10_v32" 6510msgstr "" 6511 6512#: config/tc-cris.c:1096 6513msgid ".word case-table handling failed: table too large" 6514msgstr "" 6515 6516#: config/tc-cris.c:1228 6517#, c-format 6518msgid "Buggy opcode: `%s' \"%s\"\n" 6519msgstr "" 6520 6521#: config/tc-cris.c:1656 6522#, c-format 6523msgid "Immediate value not in 5 bit unsigned range: %ld" 6524msgstr "" 6525 6526#: config/tc-cris.c:1672 6527#, c-format 6528msgid "Immediate value not in 4 bit unsigned range: %ld" 6529msgstr "" 6530 6531#: config/tc-cris.c:1724 6532#, c-format 6533msgid "Immediate value not in 6 bit range: %ld" 6534msgstr "" 6535 6536#: config/tc-cris.c:1740 6537#, c-format 6538msgid "Immediate value not in 6 bit unsigned range: %ld" 6539msgstr "" 6540 6541#. Others have a generic warning. 6542#: config/tc-cris.c:1849 6543#, c-format 6544msgid "Unimplemented register `%s' specified" 6545msgstr "" 6546 6547#. We've come to the end of instructions with this 6548#. opcode, so it must be an error. 6549#: config/tc-cris.c:2093 6550msgid "Illegal operands" 6551msgstr "" 6552 6553#: config/tc-cris.c:2134 config/tc-cris.c:2174 6554#, c-format 6555msgid "Immediate value not in 8 bit range: %ld" 6556msgstr "" 6557 6558#: config/tc-cris.c:2144 config/tc-cris.c:2195 6559#, c-format 6560msgid "Immediate value not in 16 bit range: %ld" 6561msgstr "" 6562 6563#: config/tc-cris.c:2179 6564#, c-format 6565msgid "Immediate value not in 8 bit signed range: %ld" 6566msgstr "" 6567 6568#: config/tc-cris.c:2184 6569#, c-format 6570msgid "Immediate value not in 8 bit unsigned range: %ld" 6571msgstr "" 6572 6573#: config/tc-cris.c:2200 6574#, c-format 6575msgid "Immediate value not in 16 bit signed range: %ld" 6576msgstr "" 6577 6578#: config/tc-cris.c:2205 6579#, c-format 6580msgid "Immediate value not in 16 bit unsigned range: %ld" 6581msgstr "" 6582 6583#: config/tc-cris.c:2231 6584msgid "TLS relocation size does not match operand size" 6585msgstr "" 6586 6587#: config/tc-cris.c:2232 6588msgid "PIC relocation size does not match operand size" 6589msgstr "" 6590 6591#: config/tc-cris.c:3379 6592msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n" 6593msgstr "" 6594 6595#: config/tc-cris.c:3383 6596msgid "32-bit conditional branch generated" 6597msgstr "" 6598 6599#: config/tc-cris.c:3444 6600msgid "Complex expression not supported" 6601msgstr "" 6602 6603#. FIXME: Is this function mentioned in the internals.texi manual? If 6604#. not, add it. 6605#: config/tc-cris.c:3594 6606msgid "Bad call to md_atof () - floating point formats are not supported" 6607msgstr "" 6608 6609#: config/tc-cris.c:3635 6610msgid "PC-relative relocation must be trivially resolved" 6611msgstr "" 6612 6613#: config/tc-cris.c:3707 6614#, c-format 6615msgid "Value not in 16 bit range: %ld" 6616msgstr "" 6617 6618#: config/tc-cris.c:3715 6619#, c-format 6620msgid "Value not in 16 bit signed range: %ld" 6621msgstr "" 6622 6623#: config/tc-cris.c:3723 6624#, c-format 6625msgid "Value not in 8 bit range: %ld" 6626msgstr "" 6627 6628#: config/tc-cris.c:3730 6629#, c-format 6630msgid "Value not in 8 bit signed range: %ld" 6631msgstr "" 6632 6633#: config/tc-cris.c:3740 6634#, c-format 6635msgid "Value not in 4 bit unsigned range: %ld" 6636msgstr "" 6637 6638#: config/tc-cris.c:3747 6639#, c-format 6640msgid "Value not in 5 bit unsigned range: %ld" 6641msgstr "" 6642 6643#: config/tc-cris.c:3754 6644#, c-format 6645msgid "Value not in 6 bit range: %ld" 6646msgstr "" 6647 6648#: config/tc-cris.c:3761 6649#, c-format 6650msgid "Value not in 6 bit unsigned range: %ld" 6651msgstr "" 6652 6653#: config/tc-cris.c:3805 6654#, c-format 6655msgid "Please use --help to see usage and options for this assembler.\n" 6656msgstr "" 6657 6658#: config/tc-cris.c:3817 6659msgid "--no-underscore is invalid with a.out format" 6660msgstr "" 6661 6662#: config/tc-cris.c:3829 6663msgid "--pic is invalid for this object format" 6664msgstr "" 6665 6666#: config/tc-cris.c:3843 6667#, c-format 6668msgid "invalid <arch> in --march=<arch>: %s" 6669msgstr "" 6670 6671#: config/tc-cris.c:3952 config/tc-ft32.c:688 config/tc-moxie.c:776 6672msgid "" 6673"Semantics error. This type of operand can not be relocated, it must be an " 6674"assembly-time constant" 6675msgstr "" 6676 6677#: config/tc-cris.c:4001 config/tc-ft32.c:709 config/tc-moxie.c:824 6678#, c-format 6679msgid "Cannot generate relocation type for symbol %s, code %s" 6680msgstr "" 6681 6682#. The messages are formatted to line up with the generic options. 6683#: config/tc-cris.c:4014 6684#, c-format 6685msgid "CRIS-specific options:\n" 6686msgstr "" 6687 6688#: config/tc-cris.c:4016 6689msgid "" 6690" -h, -H Don't execute, print this help text. Deprecated.\n" 6691msgstr "" 6692 6693#: config/tc-cris.c:4018 6694msgid " -N Warn when branches are expanded to jumps.\n" 6695msgstr "" 6696 6697#: config/tc-cris.c:4020 6698msgid "" 6699" --underscore User symbols are normally prepended with " 6700"underscore.\n" 6701msgstr "" 6702 6703#: config/tc-cris.c:4022 6704msgid " Registers will not need any prefix.\n" 6705msgstr "" 6706 6707#: config/tc-cris.c:4024 6708msgid " --no-underscore User symbols do not have any prefix.\n" 6709msgstr "" 6710 6711#: config/tc-cris.c:4026 6712msgid " Registers will require a `$'-prefix.\n" 6713msgstr "" 6714 6715#: config/tc-cris.c:4029 6716msgid " --pic\t\t\tEnable generation of position-independent code.\n" 6717msgstr "" 6718 6719#: config/tc-cris.c:4032 6720msgid "" 6721" --march=<arch>\t\tGenerate code for <arch>. Valid choices for <arch>\n" 6722"\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n" 6723msgstr "" 6724 6725#: config/tc-cris.c:4081 6726msgid "Invalid pc-relative relocation" 6727msgstr "" 6728 6729#: config/tc-cris.c:4126 6730#, c-format 6731msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large." 6732msgstr "" 6733 6734#: config/tc-cris.c:4156 6735#, c-format 6736msgid ".syntax %s requires command-line option `--underscore'" 6737msgstr "" 6738 6739#: config/tc-cris.c:4165 6740#, c-format 6741msgid ".syntax %s requires command-line option `--no-underscore'" 6742msgstr "" 6743 6744#: config/tc-cris.c:4202 6745msgid "Unknown .syntax operand" 6746msgstr "" 6747 6748#: config/tc-cris.c:4212 6749msgid "Pseudodirective .file is only valid when generating ELF" 6750msgstr "" 6751 6752#: config/tc-cris.c:4224 6753msgid "Pseudodirective .loc is only valid when generating ELF" 6754msgstr "" 6755 6756#: config/tc-cris.c:4239 6757#, c-format 6758msgid "internal inconsistency problem: %s called for %d bytes" 6759msgstr "" 6760 6761#: config/tc-cris.c:4391 6762msgid "unknown operand to .arch" 6763msgstr "" 6764 6765#: config/tc-cris.c:4400 6766msgid ".arch <arch> requires a matching --march=... option" 6767msgstr "" 6768 6769#: config/tc-crx.c:710 config/tc-crx.c:730 config/tc-crx.c:745 6770#, c-format 6771msgid "Illegal register `%s' in instruction `%s'" 6772msgstr "" 6773 6774#: config/tc-crx.c:773 6775#, c-format 6776msgid "Illegal Scale - `%d'" 6777msgstr "" 6778 6779#. Issue a error message when register is illegal. 6780#: config/tc-crx.c:1088 6781#, c-format 6782msgid "Illegal register (`%s') in instruction: `%s'" 6783msgstr "" 6784 6785#: config/tc-crx.c:1217 6786#, c-format 6787msgid "Illegal co-processor register in instruction `%s'" 6788msgstr "" 6789 6790#: config/tc-crx.c:1224 6791#, c-format 6792msgid "Illegal co-processor special register in instruction `%s'" 6793msgstr "" 6794 6795#: config/tc-crx.c:1544 6796#, c-format 6797msgid "Invalid DISPU4 operand value (arg %d)" 6798msgstr "" 6799 6800#: config/tc-crx.c:1548 6801#, c-format 6802msgid "Invalid CST4 operand value (arg %d)" 6803msgstr "" 6804 6805#: config/tc-crx.c:1551 6806#, c-format 6807msgid "Operand value is not within upper 64 KB (arg %d)" 6808msgstr "" 6809 6810#: config/tc-crx.c:1685 6811msgid "Invalid register in register list" 6812msgstr "" 6813 6814#: config/tc-crx.c:1739 6815#, c-format 6816msgid "Illegal register `%s' in cop-register list" 6817msgstr "" 6818 6819#: config/tc-crx.c:1747 6820#, c-format 6821msgid "Illegal register `%s' in cop-special-register list" 6822msgstr "" 6823 6824#: config/tc-crx.c:1766 6825#, c-format 6826msgid "Illegal register `%s' in user register list" 6827msgstr "" 6828 6829#: config/tc-crx.c:1785 6830#, c-format 6831msgid "Illegal register `%s' in register list" 6832msgstr "" 6833 6834#: config/tc-crx.c:1791 6835#, c-format 6836msgid "Maximum %d bits may be set in `mask16' operand" 6837msgstr "" 6838 6839#: config/tc-crx.c:1800 6840#, c-format 6841msgid "rest of line ignored; first ignored character is `%c'" 6842msgstr "" 6843 6844#: config/tc-crx.c:1808 6845#, c-format 6846msgid "Illegal `mask16' operand, operation is undefined - `%s'" 6847msgstr "" 6848 6849#. HI can't be specified without LO (and vise-versa). 6850#: config/tc-crx.c:1814 6851msgid "HI/LO registers should be specified together" 6852msgstr "" 6853 6854#: config/tc-crx.c:1820 6855msgid "HI/LO registers should be specified without additional registers" 6856msgstr "" 6857 6858#. Variable not in small data read only segment accessed 6859#. using small data read only anchor. 6860#: config/tc-csky.c:1149 config/tc-mcore.c:1927 config/tc-microblaze.c:2054 6861#: config/tc-microblaze.c:2358 config/tc-microblaze.c:2381 6862msgid "unknown" 6863msgstr "" 6864 6865#: config/tc-csky.c:1151 6866#, c-format 6867msgid "pcrel offset for branch to %s too far (0x%lx)" 6868msgstr "" 6869 6870#: config/tc-csky.c:1235 6871#, c-format 6872msgid "unknown architecture `%s'" 6873msgstr "" 6874 6875#: config/tc-csky.c:1408 6876#, c-format 6877msgid "C-SKY assembler options:\n" 6878msgstr "" 6879 6880#: config/tc-csky.c:1410 6881#, c-format 6882msgid " -march=ARCH\t\t\tselect architecture ARCH:" 6883msgstr "" 6884 6885#: config/tc-csky.c:1429 6886#, c-format 6887msgid " -mcpu=CPU\t\t\tselect processor CPU:" 6888msgstr "" 6889 6890#: config/tc-csky.c:1456 6891#, c-format 6892msgid " -mfloat-abi=ABI\t\tselect float ABI:" 6893msgstr "" 6894 6895#: config/tc-csky.c:1475 6896#, c-format 6897msgid " -EL -mlittle-endian\t\tgenerate little-endian output\n" 6898msgstr "" 6899 6900#: config/tc-csky.c:1477 6901#, c-format 6902msgid " -EB -mbig-endian\t\tgenerate big-endian output\n" 6903msgstr "" 6904 6905#: config/tc-csky.c:1479 6906#, c-format 6907msgid " -fpic -pic\t\t\tgenerate position-independent code\n" 6908msgstr "" 6909 6910#: config/tc-csky.c:1482 6911#, c-format 6912msgid " -mljump\t\t\ttransform jbf, jbt, jbr to jmpi (CK800 only)\n" 6913msgstr "" 6914 6915#: config/tc-csky.c:1484 6916#, c-format 6917msgid " -mno-ljump\n" 6918msgstr "" 6919 6920#: config/tc-csky.c:1488 6921#, c-format 6922msgid " -mbranch-stub\t\t\tenable branch stubs for PC-relative calls\n" 6923msgstr "" 6924 6925#: config/tc-csky.c:1490 6926#, c-format 6927msgid " -mno-branch-stub\n" 6928msgstr "" 6929 6930#: config/tc-csky.c:1494 6931#, c-format 6932msgid " -force2bsr -mforce2bsr\ttransform jbsr to bsr\n" 6933msgstr "" 6934 6935#: config/tc-csky.c:1496 6936#, c-format 6937msgid " -no-force2bsr -mno-force2bsr\n" 6938msgstr "" 6939 6940#: config/tc-csky.c:1498 6941#, c-format 6942msgid " -jsri2bsr -mjsri2bsr\t\ttransform jsri to bsr\n" 6943msgstr "" 6944 6945#: config/tc-csky.c:1500 6946#, c-format 6947msgid " -no-jsri2bsr -mno-jsri2bsr\n" 6948msgstr "" 6949 6950#: config/tc-csky.c:1503 6951#, c-format 6952msgid " -mnolrw -mno-lrw\t\timplement lrw as movih + ori\n" 6953msgstr "" 6954 6955#: config/tc-csky.c:1505 6956#, c-format 6957msgid " -melrw\t\t\tenable extended lrw (CK800 only)\n" 6958msgstr "" 6959 6960#: config/tc-csky.c:1507 6961#, c-format 6962msgid " -mno-elrw\n" 6963msgstr "" 6964 6965#: config/tc-csky.c:1510 6966#, c-format 6967msgid " -mlaf -mliterals-after-func\temit literals after each function\n" 6968msgstr "" 6969 6970#: config/tc-csky.c:1512 6971#, c-format 6972msgid " -mno-laf -mno-literals-after-func\n" 6973msgstr "" 6974 6975#: config/tc-csky.c:1514 6976#, c-format 6977msgid "" 6978" -mlabr -mliterals-after-br\temit literals after branch instructions\n" 6979msgstr "" 6980 6981#: config/tc-csky.c:1516 6982#, c-format 6983msgid " -mno-labr -mnoliterals-after-br\n" 6984msgstr "" 6985 6986#: config/tc-csky.c:1519 6987#, c-format 6988msgid " -mistack\t\t\tenable interrupt stack instructions\n" 6989msgstr "" 6990 6991#: config/tc-csky.c:1521 6992#, c-format 6993msgid " -mno-istack\n" 6994msgstr "" 6995 6996#: config/tc-csky.c:1524 6997#, c-format 6998msgid " -mhard-float\t\t\tenable hard float instructions\n" 6999msgstr "" 7000 7001#: config/tc-csky.c:1526 7002#, c-format 7003msgid " -mmp\t\t\t\tenable multiprocessor instructions\n" 7004msgstr "" 7005 7006#: config/tc-csky.c:1528 7007#, c-format 7008msgid " -mcp\t\t\t\tenable coprocessor instructions\n" 7009msgstr "" 7010 7011#: config/tc-csky.c:1530 7012#, c-format 7013msgid " -mcache\t\t\tenable cache prefetch instruction\n" 7014msgstr "" 7015 7016#: config/tc-csky.c:1532 7017#, c-format 7018msgid " -msecurity\t\t\tenable security instructions\n" 7019msgstr "" 7020 7021#: config/tc-csky.c:1534 7022#, c-format 7023msgid " -mtrust\t\t\tenable trust instructions\n" 7024msgstr "" 7025 7026#: config/tc-csky.c:1536 7027#, c-format 7028msgid " -mdsp\t\t\t\tenable DSP instructions\n" 7029msgstr "" 7030 7031#: config/tc-csky.c:1538 7032#, c-format 7033msgid " -medsp\t\t\tenable enhanced DSP instructions\n" 7034msgstr "" 7035 7036#: config/tc-csky.c:1540 7037#, c-format 7038msgid " -mvdsp\t\t\tenable vector DSP instructions\n" 7039msgstr "" 7040 7041#: config/tc-csky.c:1773 7042msgid "C-SKY ABI v1 (ck510/ck610) does not support -mbranch-stub" 7043msgstr "" 7044 7045#: config/tc-csky.c:1778 7046msgid "-mno-force2bsr is ignored with -mbranch-stub" 7047msgstr "" 7048 7049#: config/tc-csky.c:1786 7050msgid "-mno-force2bsr is ignored for ck801/ck802" 7051msgstr "" 7052 7053#: config/tc-csky.c:1813 7054msgid "-mljump is ignored for ck801/ck802" 7055msgstr "" 7056 7057#: config/tc-csky.c:2095 config/tc-mcore.c:689 7058msgid "more than 65K literal pools" 7059msgstr "" 7060 7061#: config/tc-csky.c:2342 read.c:3678 7062#, c-format 7063msgid "bad floating literal: %s" 7064msgstr "" 7065 7066#: config/tc-csky.c:2490 config/tc-mcore.c:743 7067msgid "missing ']'" 7068msgstr "" 7069 7070#: config/tc-csky.c:2518 config/tc-mips.c:14347 config/tc-mips.c:14411 7071#: config/tc-mips.c:14422 config/tc-score.c:2688 config/tc-score.c:2735 7072msgid "unrecognized opcode" 7073msgstr "" 7074 7075#: config/tc-csky.c:3653 config/tc-mcore.c:1164 7076msgid "translating mgeni to movi" 7077msgstr "" 7078 7079#: config/tc-csky.c:5301 config/tc-tilegx.c:1451 config/tc-tilepro.c:1310 7080#, c-format 7081msgid "unsupported BFD relocation size %d" 7082msgstr "" 7083 7084#: config/tc-csky.c:5924 7085msgid "second operand must be 4" 7086msgstr "" 7087 7088#: config/tc-csky.c:5948 config/tc-mcore.c:1527 7089msgid "second operand must be 1" 7090msgstr "" 7091 7092#: config/tc-csky.c:6021 config/tc-xtensa.c:1989 7093msgid "register number out of range" 7094msgstr "" 7095 7096#: config/tc-csky.c:6031 7097msgid "64-bit operator src/dst register must be less than 15" 7098msgstr "" 7099 7100#: config/tc-csky.c:7858 7101msgid "the first operand must be a symbol" 7102msgstr "" 7103 7104#: config/tc-csky.c:7867 7105msgid "missing stack size" 7106msgstr "" 7107 7108#: config/tc-csky.c:7880 config/tc-score.c:4240 7109msgid "value not in range [0, 0xffffffff]" 7110msgstr "" 7111 7112#: config/tc-csky.c:7890 config/tc-mcore.c:782 7113msgid "operand must be a constant" 7114msgstr "" 7115 7116#: config/tc-d10v.c:216 7117#, c-format 7118msgid "" 7119"D10V options:\n" 7120"-O Optimize. Will do some operations in parallel.\n" 7121"--gstabs-packing Pack adjacent short instructions together even\n" 7122" when --gstabs is specified. On by default.\n" 7123"--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n" 7124" instructions together.\n" 7125msgstr "" 7126 7127#: config/tc-d10v.c:573 7128msgid "operand is not an immediate" 7129msgstr "" 7130 7131#: config/tc-d10v.c:590 7132#, c-format 7133msgid "operand out of range: %lu" 7134msgstr "" 7135 7136#: config/tc-d10v.c:650 7137msgid "Instruction must be executed in parallel with another instruction." 7138msgstr "" 7139 7140#: config/tc-d10v.c:704 config/tc-d10v.c:712 7141#, c-format 7142msgid "packing conflict: %s must dispatch sequentially" 7143msgstr "" 7144 7145#: config/tc-d10v.c:811 7146#, c-format 7147msgid "resource conflict (R%d)" 7148msgstr "" 7149 7150#: config/tc-d10v.c:814 7151#, c-format 7152msgid "resource conflict (A%d)" 7153msgstr "" 7154 7155#: config/tc-d10v.c:816 7156msgid "resource conflict (PSW)" 7157msgstr "" 7158 7159#: config/tc-d10v.c:818 7160msgid "resource conflict (C flag)" 7161msgstr "" 7162 7163#: config/tc-d10v.c:820 7164msgid "resource conflict (F flag)" 7165msgstr "" 7166 7167#: config/tc-d10v.c:970 7168msgid "Instruction must be executed in parallel" 7169msgstr "" 7170 7171#: config/tc-d10v.c:973 7172msgid "Long instructions may not be combined." 7173msgstr "" 7174 7175#: config/tc-d10v.c:1006 7176msgid "One of these instructions may not be executed in parallel." 7177msgstr "" 7178 7179#: config/tc-d10v.c:1010 config/tc-d30v.c:1034 7180msgid "Two IU instructions may not be executed in parallel" 7181msgstr "" 7182 7183#: config/tc-d10v.c:1012 config/tc-d10v.c:1020 config/tc-d10v.c:1034 7184#: config/tc-d10v.c:1049 config/tc-d30v.c:1035 config/tc-d30v.c:1044 7185msgid "Swapping instruction order" 7186msgstr "" 7187 7188#: config/tc-d10v.c:1018 config/tc-d30v.c:1041 7189msgid "Two MU instructions may not be executed in parallel" 7190msgstr "" 7191 7192#: config/tc-d10v.c:1038 config/tc-d30v.c:1061 7193msgid "IU instruction may not be in the left container" 7194msgstr "" 7195 7196#: config/tc-d10v.c:1040 config/tc-d10v.c:1055 7197msgid "" 7198"Instruction in R container is squashed by flow control instruction in L " 7199"container." 7200msgstr "" 7201 7202#: config/tc-d10v.c:1053 config/tc-d30v.c:1072 7203msgid "MU instruction may not be in the right container" 7204msgstr "" 7205 7206#: config/tc-d10v.c:1059 config/tc-d30v.c:1084 7207msgid "unknown execution type passed to write_2_short()" 7208msgstr "" 7209 7210#: config/tc-d10v.c:1188 config/tc-d10v.c:1361 7211msgid "bad opcode or operands" 7212msgstr "" 7213 7214#: config/tc-d10v.c:1263 7215msgid "value out of range" 7216msgstr "" 7217 7218#: config/tc-d10v.c:1337 7219msgid "illegal operand - register name found where none expected" 7220msgstr "" 7221 7222#: config/tc-d10v.c:1372 7223msgid "Register number must be EVEN" 7224msgstr "" 7225 7226#: config/tc-d10v.c:1375 7227msgid "Unsupported use of sp" 7228msgstr "" 7229 7230#: config/tc-d10v.c:1394 7231#, c-format 7232msgid "cr%d is a reserved control register" 7233msgstr "" 7234 7235#: config/tc-d10v.c:1569 7236#, c-format 7237msgid "line %d: rep or repi must include at least 4 instructions" 7238msgstr "" 7239 7240#: config/tc-d10v.c:1761 7241msgid "can't find previous opcode " 7242msgstr "" 7243 7244#: config/tc-d10v.c:1773 7245#, c-format 7246msgid "could not assemble: %s" 7247msgstr "" 7248 7249#: config/tc-d10v.c:1788 config/tc-d10v.c:1810 config/tc-d30v.c:1741 7250msgid "Unable to mix instructions as specified" 7251msgstr "" 7252 7253#: config/tc-d30v.c:146 7254#, c-format 7255msgid "Register name %s conflicts with symbol of the same name" 7256msgstr "" 7257 7258#: config/tc-d30v.c:236 7259#, c-format 7260msgid "" 7261"\n" 7262"D30V options:\n" 7263"-O Make adjacent short instructions parallel if " 7264"possible.\n" 7265"-n Warn about all NOPs inserted by the assembler.\n" 7266"-N Warn about NOPs inserted after word multiplies.\n" 7267"-c Warn about symbols whose names match register " 7268"names.\n" 7269"-C Opposite of -C. -c is the default.\n" 7270msgstr "" 7271 7272#: config/tc-d30v.c:364 7273msgid "unexpected 12-bit reloc type" 7274msgstr "" 7275 7276#: config/tc-d30v.c:371 7277msgid "unexpected 18-bit reloc type" 7278msgstr "" 7279 7280#: config/tc-d30v.c:622 7281#, c-format 7282msgid "%s NOP inserted" 7283msgstr "" 7284 7285#: config/tc-d30v.c:623 7286msgid "sequential" 7287msgstr "" 7288 7289#: config/tc-d30v.c:623 7290msgid "parallel" 7291msgstr "" 7292 7293#: config/tc-d30v.c:1030 7294msgid "Instructions may not be executed in parallel" 7295msgstr "" 7296 7297#: config/tc-d30v.c:1043 7298#, c-format 7299msgid "Executing %s in IU may not work" 7300msgstr "" 7301 7302#: config/tc-d30v.c:1050 7303#, c-format 7304msgid "Executing %s in IU may not work in parallel execution" 7305msgstr "" 7306 7307#: config/tc-d30v.c:1063 7308#, c-format 7309msgid "special left instruction `%s' kills instruction `%s' in right container" 7310msgstr "" 7311 7312#: config/tc-d30v.c:1074 7313#, c-format 7314msgid "Executing %s in reverse serial with %s may not work" 7315msgstr "" 7316 7317#: config/tc-d30v.c:1077 7318#, c-format 7319msgid "Executing %s in IU in reverse serial may not work" 7320msgstr "" 7321 7322#: config/tc-d30v.c:1265 7323msgid "Odd numbered register used as target of multi-register instruction" 7324msgstr "" 7325 7326#: config/tc-d30v.c:1329 config/tc-d30v.c:1365 7327#, c-format 7328msgid "unknown condition code: %s" 7329msgstr "" 7330 7331#: config/tc-d30v.c:1358 7332#, c-format 7333msgid "cmpu doesn't support condition code %s" 7334msgstr "" 7335 7336#: config/tc-d30v.c:1393 7337#, c-format 7338msgid "unknown opcode: %s" 7339msgstr "" 7340 7341#: config/tc-d30v.c:1404 7342#, c-format 7343msgid "operands for opcode `%s' do not match any valid format" 7344msgstr "" 7345 7346#: config/tc-d30v.c:1619 config/tc-d30v.c:1636 7347msgid "Cannot assemble instruction" 7348msgstr "" 7349 7350#: config/tc-d30v.c:1621 7351msgid "First opcode is long. Unable to mix instructions as specified." 7352msgstr "" 7353 7354#: config/tc-d30v.c:1691 7355msgid "word of NOPs added between word multiply and load" 7356msgstr "" 7357 7358#: config/tc-d30v.c:1693 7359msgid "word of NOPs added between word multiply and 16-bit multiply" 7360msgstr "" 7361 7362#: config/tc-d30v.c:1725 7363msgid "Instruction uses long version, so it cannot be mixed as specified" 7364msgstr "" 7365 7366#: config/tc-d30v.c:1852 7367#, c-format 7368msgid "value too large to fit in %d bits" 7369msgstr "" 7370 7371#: config/tc-d30v.c:2030 config/tc-pru.c:216 config/tc-pru.c:332 7372#, c-format 7373msgid "Alignment too large: %d assumed" 7374msgstr "" 7375 7376#: config/tc-dlx.c:213 7377msgid "missing .proc" 7378msgstr "" 7379 7380#: config/tc-dlx.c:230 7381msgid ".endfunc missing for previous .proc" 7382msgstr "" 7383 7384#: config/tc-dlx.c:320 7385#, c-format 7386msgid "Bad operand for a load instruction: <%s>" 7387msgstr "" 7388 7389#: config/tc-dlx.c:434 7390#, c-format 7391msgid "Bad operand for a store instruction: <%s>" 7392msgstr "" 7393 7394#: config/tc-dlx.c:614 7395#, c-format 7396msgid "Expression Error for operand modifier %%hi/%%lo\n" 7397msgstr "" 7398 7399#: config/tc-dlx.c:627 7400#, c-format 7401msgid "Invalid expression after %%%%\n" 7402msgstr "" 7403 7404#: config/tc-dlx.c:692 config/tc-tic4x.c:2457 7405#, c-format 7406msgid "Unknown opcode `%s'." 7407msgstr "" 7408 7409#: config/tc-dlx.c:701 7410msgid "Can not set dlx_skip_hi16_flag" 7411msgstr "" 7412 7413#: config/tc-dlx.c:715 7414#, c-format 7415msgid "Missing arguments for opcode <%s>." 7416msgstr "" 7417 7418#: config/tc-dlx.c:749 7419#, c-format 7420msgid "Too many operands: %s" 7421msgstr "" 7422 7423#: config/tc-dlx.c:787 7424#, c-format 7425msgid "Both the_insn.HI and the_insn.LO are set : %s" 7426msgstr "" 7427 7428#: config/tc-dlx.c:857 7429msgid "failed regnum sanity check." 7430msgstr "" 7431 7432#: config/tc-dlx.c:870 7433msgid "failed general register sanity check." 7434msgstr "" 7435 7436#. Types or values of args don't match. 7437#: config/tc-dlx.c:878 7438msgid "Invalid operands" 7439msgstr "" 7440 7441#: config/tc-dlx.c:1097 7442#, c-format 7443msgid "label \"$%d\" redefined" 7444msgstr "" 7445 7446#: config/tc-dlx.c:1135 7447msgid "Invalid expression after # number\n" 7448msgstr "" 7449 7450#: config/tc-dlx.c:1178 config/tc-m32r.c:2275 config/tc-nds32.c:7841 7451#: config/tc-sparc.c:4014 7452#, c-format 7453msgid "internal error: can't export reloc type %d (`%s')" 7454msgstr "" 7455 7456#: config/tc-epiphany.c:126 7457#, c-format 7458msgid "EPIPHANY specific command line options:\n" 7459msgstr "" 7460 7461#: config/tc-epiphany.c:367 7462msgid "register number too large for push/pop" 7463msgstr "" 7464 7465#: config/tc-epiphany.c:371 7466msgid "register is out of order" 7467msgstr "" 7468 7469#: config/tc-epiphany.c:385 7470msgid "malformed reglist in push/pop" 7471msgstr "" 7472 7473#. Checks for behavioral restrictions on LD/ST instructions. 7474#: config/tc-epiphany.c:431 7475msgid "destination register modified by displacement-post-modified address" 7476msgstr "" 7477 7478#: config/tc-epiphany.c:432 7479msgid "ldrd/strd requires even:odd register pair" 7480msgstr "" 7481 7482#: config/tc-epiphany.c:820 config/tc-m32r.c:1786 7483msgid "Addend to unresolved symbol not on word boundary." 7484msgstr "" 7485 7486#: config/tc-fr30.c:81 7487#, c-format 7488msgid " FR30 specific command line options:\n" 7489msgstr "" 7490 7491#: config/tc-fr30.c:134 7492#, c-format 7493msgid "Instruction %s not allowed in a delay slot." 7494msgstr "" 7495 7496#: config/tc-frv.c:403 7497#, c-format 7498msgid "Unknown cpu -mcpu=%s" 7499msgstr "" 7500 7501#: config/tc-frv.c:456 7502#, c-format 7503msgid "FRV specific command line options:\n" 7504msgstr "" 7505 7506#: config/tc-frv.c:457 7507#, c-format 7508msgid "-G n Put data <= n bytes in the small data area\n" 7509msgstr "" 7510 7511#: config/tc-frv.c:458 7512#, c-format 7513msgid "-mgpr-32 Mark generated file as only using 32 GPRs\n" 7514msgstr "" 7515 7516#: config/tc-frv.c:459 7517#, c-format 7518msgid "-mgpr-64 Mark generated file as using all 64 GPRs\n" 7519msgstr "" 7520 7521#: config/tc-frv.c:460 7522#, c-format 7523msgid "-mfpr-32 Mark generated file as only using 32 FPRs\n" 7524msgstr "" 7525 7526#: config/tc-frv.c:461 7527#, c-format 7528msgid "-mfpr-64 Mark generated file as using all 64 FPRs\n" 7529msgstr "" 7530 7531#: config/tc-frv.c:462 7532#, c-format 7533msgid "-msoft-float Mark generated file as using software FP\n" 7534msgstr "" 7535 7536#: config/tc-frv.c:463 7537#, c-format 7538msgid "-mdword Mark generated file as using a 8-byte stack alignment\n" 7539msgstr "" 7540 7541#: config/tc-frv.c:464 7542#, c-format 7543msgid "-mno-dword Mark generated file as using a 4-byte stack alignment\n" 7544msgstr "" 7545 7546#: config/tc-frv.c:465 7547#, c-format 7548msgid "" 7549"-mdouble Mark generated file as using double precision FP insns\n" 7550msgstr "" 7551 7552#: config/tc-frv.c:466 7553#, c-format 7554msgid "-mmedia Mark generated file as using media insns\n" 7555msgstr "" 7556 7557#: config/tc-frv.c:467 7558#, c-format 7559msgid "" 7560"-mmuladd Mark generated file as using multiply add/subtract insns\n" 7561msgstr "" 7562 7563#: config/tc-frv.c:468 7564#, c-format 7565msgid "-mpack Allow instructions to be packed\n" 7566msgstr "" 7567 7568#: config/tc-frv.c:469 7569#, c-format 7570msgid "-mno-pack Do not allow instructions to be packed\n" 7571msgstr "" 7572 7573#: config/tc-frv.c:470 7574#, c-format 7575msgid "" 7576"-mpic Mark generated file as using small position independent " 7577"code\n" 7578msgstr "" 7579 7580#: config/tc-frv.c:471 7581#, c-format 7582msgid "" 7583"-mPIC Mark generated file as using large position independent " 7584"code\n" 7585msgstr "" 7586 7587#: config/tc-frv.c:472 7588#, c-format 7589msgid "" 7590"-mlibrary-pic Mark generated file as using position independent code for " 7591"libraries\n" 7592msgstr "" 7593 7594#: config/tc-frv.c:473 7595#, c-format 7596msgid "-mfdpic Assemble for the FDPIC ABI\n" 7597msgstr "" 7598 7599#: config/tc-frv.c:474 7600#, c-format 7601msgid "-mnopic Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n" 7602msgstr "" 7603 7604#: config/tc-frv.c:475 7605#, c-format 7606msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n" 7607msgstr "" 7608 7609#: config/tc-frv.c:476 7610#, c-format 7611msgid " Record the cpu type\n" 7612msgstr "" 7613 7614#: config/tc-frv.c:477 7615#, c-format 7616msgid "-mtomcat-stats Print out stats for tomcat workarounds\n" 7617msgstr "" 7618 7619#: config/tc-frv.c:478 7620#, c-format 7621msgid "-mtomcat-debug Debug tomcat workarounds\n" 7622msgstr "" 7623 7624#: config/tc-frv.c:1160 7625msgid "VLIW packing used for -mno-pack" 7626msgstr "" 7627 7628#: config/tc-frv.c:1170 7629msgid "Instruction not supported by this architecture" 7630msgstr "" 7631 7632#: config/tc-frv.c:1180 7633msgid "VLIW packing constraint violation" 7634msgstr "" 7635 7636#: config/tc-frv.c:1771 7637#, c-format 7638msgid "Relocation %s is not safe for %s" 7639msgstr "" 7640 7641#: config/tc-ft32.c:146 config/tc-moxie.c:102 7642msgid "expecting register" 7643msgstr "" 7644 7645#: config/tc-ft32.c:167 config/tc-ft32.c:183 config/tc-moxie.c:121 7646#: config/tc-moxie.c:137 7647msgid "illegal register number" 7648msgstr "" 7649 7650#: config/tc-ft32.c:239 config/tc-moxie.c:186 config/tc-pj.c:260 7651#, c-format 7652msgid "unknown opcode %s" 7653msgstr "" 7654 7655#: config/tc-ft32.c:264 7656#, c-format 7657msgid "unknown width specifier '.%c'" 7658msgstr "" 7659 7660#: config/tc-ft32.c:387 7661msgid "internal error in argument parsing" 7662msgstr "" 7663 7664#: config/tc-ft32.c:400 7665msgid "expected comma separator" 7666msgstr "" 7667 7668#: config/tc-ft32.c:412 config/tc-moxie.c:230 config/tc-moxie.c:290 7669#: config/tc-moxie.c:302 config/tc-moxie.c:335 config/tc-moxie.c:367 7670#: config/tc-moxie.c:400 config/tc-moxie.c:454 config/tc-moxie.c:508 7671#: config/tc-moxie.c:518 config/tc-moxie.c:541 config/tc-moxie.c:554 7672#: config/tc-pj.c:308 7673msgid "extra stuff on line ignored" 7674msgstr "" 7675 7676#: config/tc-ft32.c:472 config/tc-lm32.c:236 config/tc-moxie.c:585 7677#: config/tc-nios2.c:284 7678msgid "bad call to md_atof" 7679msgstr "" 7680 7681#: config/tc-ft32.c:522 7682#, c-format 7683msgid "FT32 options:\n" 7684msgstr "" 7685 7686#: config/tc-ft32.c:523 7687#, c-format 7688msgid "" 7689"\n" 7690"-no-relax\t\tdon't relax relocations\n" 7691"\t\t\t\n" 7692msgstr "" 7693 7694#. These macros must be defined, but is will be a fatal assembler 7695#. error if we ever hit them. 7696#: config/tc-ft32.h:35 config/tc-pj.h:40 7697msgid "estimate size\n" 7698msgstr "" 7699 7700#: config/tc-ft32.h:36 config/tc-pj.h:39 7701msgid "convert_frag\n" 7702msgstr "" 7703 7704#: config/tc-h8300.c:174 7705#, c-format 7706msgid "new section '%s' defined without attributes - this might cause problems" 7707msgstr "" 7708 7709#: config/tc-h8300.c:439 config/tc-h8300.c:447 7710msgid "Reg not valid for H8/300" 7711msgstr "" 7712 7713#: config/tc-h8300.c:528 7714msgid "invalid operand size requested" 7715msgstr "" 7716 7717#: config/tc-h8300.c:633 7718msgid "Invalid register list for ldm/stm\n" 7719msgstr "" 7720 7721#: config/tc-h8300.c:659 config/tc-h8300.c:664 config/tc-h8300.c:671 7722msgid "mismatch between register and suffix" 7723msgstr "" 7724 7725#: config/tc-h8300.c:676 7726msgid "invalid suffix after register." 7727msgstr "" 7728 7729#: config/tc-h8300.c:698 7730msgid "address too high for vector table jmp/jsr" 7731msgstr "" 7732 7733#: config/tc-h8300.c:725 config/tc-h8300.c:837 config/tc-h8300.c:847 7734msgid "Wrong size pointer register for architecture." 7735msgstr "" 7736 7737#: config/tc-h8300.c:784 config/tc-h8300.c:792 config/tc-h8300.c:821 7738msgid "expected @(exp, reg16)" 7739msgstr "" 7740 7741#: config/tc-h8300.c:810 7742msgid "expected .L, .W or .B for register in indexed addressing mode" 7743msgstr "" 7744 7745#: config/tc-h8300.c:1004 7746msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\"" 7747msgstr "" 7748 7749#: config/tc-h8300.c:1022 config/tc-h8300.c:1031 7750msgid "expected register" 7751msgstr "" 7752 7753#: config/tc-h8300.c:1047 7754msgid "expected closing paren" 7755msgstr "" 7756 7757#: config/tc-h8300.c:1106 7758#, c-format 7759msgid "can't use high part of register in operand %d" 7760msgstr "" 7761 7762#: config/tc-h8300.c:1263 7763#, c-format 7764msgid "Opcode `%s' with these operand types not available in %s mode" 7765msgstr "" 7766 7767#: config/tc-h8300.c:1272 7768msgid "mismatch between opcode size and operand size" 7769msgstr "" 7770 7771#: config/tc-h8300.c:1308 7772#, c-format 7773msgid "operand %s0x%lx out of range." 7774msgstr "" 7775 7776#: config/tc-h8300.c:1418 7777msgid "Can't work out size of operand.\n" 7778msgstr "" 7779 7780#: config/tc-h8300.c:1468 7781#, c-format 7782msgid "Opcode `%s' with these operand types not available in H8/300 mode" 7783msgstr "" 7784 7785#: config/tc-h8300.c:1473 7786#, c-format 7787msgid "Opcode `%s' with these operand types not available in H8/300H mode" 7788msgstr "" 7789 7790#: config/tc-h8300.c:1479 7791#, c-format 7792msgid "Opcode `%s' with these operand types not available in H8/300S mode" 7793msgstr "" 7794 7795#: config/tc-h8300.c:1540 config/tc-h8300.c:1560 7796msgid "Need #1 or #2 here" 7797msgstr "" 7798 7799#: config/tc-h8300.c:1555 7800msgid "#4 not valid on H8/300." 7801msgstr "" 7802 7803#: config/tc-h8300.c:1662 config/tc-h8300.c:1734 7804#, c-format 7805msgid "branch operand has odd offset (%lx)\n" 7806msgstr "" 7807 7808#: config/tc-h8300.c:1772 7809msgid "destination operand must be 16 bit register" 7810msgstr "" 7811 7812#: config/tc-h8300.c:1781 7813msgid "source operand must be 8 bit register" 7814msgstr "" 7815 7816#: config/tc-h8300.c:1789 7817msgid "destination operand must be 16bit absolute address" 7818msgstr "" 7819 7820#: config/tc-h8300.c:1796 7821msgid "destination operand must be 8 bit register" 7822msgstr "" 7823 7824#: config/tc-h8300.c:1804 7825msgid "source operand must be 16bit absolute address" 7826msgstr "" 7827 7828#. This seems more sane than saying "too many operands". We'll 7829#. get here only if the trailing trash starts with a comma. 7830#: config/tc-h8300.c:1812 config/tc-mips.c:14363 config/tc-mips.c:14431 7831#: config/tc-mmix.c:479 config/tc-mmix.c:491 config/tc-mmix.c:2547 7832#: config/tc-mmix.c:2571 config/tc-mmix.c:2844 7833msgid "invalid operands" 7834msgstr "" 7835 7836#: config/tc-h8300.c:1843 7837msgid "operand/size mis-match" 7838msgstr "" 7839 7840#: config/tc-h8300.c:1943 config/tc-sh.c:2537 config/tc-z8k.c:1243 7841msgid "unknown opcode" 7842msgstr "" 7843 7844#: config/tc-h8300.c:1976 7845msgid "invalid operand in ldm" 7846msgstr "" 7847 7848#: config/tc-h8300.c:1985 7849msgid "invalid operand in stm" 7850msgstr "" 7851 7852#: config/tc-h8300.c:2184 7853#, c-format 7854msgid "Invalid argument to --mach option: %s" 7855msgstr "" 7856 7857#: config/tc-h8300.c:2195 7858#, c-format 7859msgid " H8300-specific assembler options:\n" 7860msgstr "" 7861 7862#: config/tc-h8300.c:2196 7863#, c-format 7864msgid "" 7865" -mach=<name> Set the H8300 machine type to one of:\n" 7866" h8300h, h8300hn, h8300s, h8300sn, h8300sx, " 7867"h8300sxn\n" 7868msgstr "" 7869 7870#: config/tc-h8300.c:2199 7871#, c-format 7872msgid " -h-tick-hex Support H'00 style hex constants\n" 7873msgstr "" 7874 7875#: config/tc-h8300.c:2208 7876#, c-format 7877msgid "call to tc_aout_fix_to_chars \n" 7878msgstr "" 7879 7880#: config/tc-h8300.c:2217 7881#, c-format 7882msgid "call to md_convert_frag \n" 7883msgstr "" 7884 7885#: config/tc-h8300.c:2268 7886#, c-format 7887msgid "call to md_estimate_size_before_relax \n" 7888msgstr "" 7889 7890#: config/tc-h8300.c:2283 7891msgid "Unexpected reference to a symbol in a non-code section" 7892msgstr "" 7893 7894#: config/tc-h8300.c:2320 config/tc-mcore.c:2208 config/tc-microblaze.c:2552 7895#: config/tc-pj.c:488 config/tc-sh.c:3886 config/tc-tic6x.c:4516 7896#, c-format 7897msgid "Cannot represent relocation type %s" 7898msgstr "" 7899 7900#. Simple range checking for FIELD against HIGH and LOW bounds. 7901#. IGNORE is used to suppress the error message. 7902#. Variant of CHECK_FIELD for use in md_apply_fix and other places where 7903#. the current file and line number are not valid. 7904#: config/tc-hppa.c:1027 config/tc-hppa.c:1041 7905#, c-format 7906msgid "Field out of range [%d..%d] (%d)." 7907msgstr "" 7908 7909#. Simple alignment checking for FIELD against ALIGN (a power of two). 7910#. IGNORE is used to suppress the error message. 7911#: config/tc-hppa.c:1055 7912#, c-format 7913msgid "Field not properly aligned [%d] (%d)." 7914msgstr "" 7915 7916#: config/tc-hppa.c:1108 7917msgid "Missing .exit\n" 7918msgstr "" 7919 7920#: config/tc-hppa.c:1111 7921msgid "Missing .procend\n" 7922msgstr "" 7923 7924#: config/tc-hppa.c:1264 7925#, c-format 7926msgid "Invalid field selector. Assuming F%%." 7927msgstr "" 7928 7929#: config/tc-hppa.c:1288 7930msgid "Bad segment in expression." 7931msgstr "" 7932 7933#: config/tc-hppa.c:1313 7934#, c-format 7935msgid "Invalid Nullification: (%c)" 7936msgstr "" 7937 7938#: config/tc-hppa.c:1384 7939msgid "Cannot handle fixup" 7940msgstr "" 7941 7942#: config/tc-hppa.c:1682 7943#, c-format 7944msgid " -Q ignored\n" 7945msgstr "" 7946 7947#: config/tc-hppa.c:1686 7948#, c-format 7949msgid " -c print a warning if a comment is found\n" 7950msgstr "" 7951 7952#: config/tc-hppa.c:1752 7953#, c-format 7954msgid "no hppa_fixup entry for fixup type 0x%x" 7955msgstr "" 7956 7957#: config/tc-hppa.c:1931 7958msgid "Unknown relocation encountered in md_apply_fix." 7959msgstr "" 7960 7961#: config/tc-hppa.c:2119 config/tc-hppa.c:2144 7962#, c-format 7963msgid "Undefined register: '%s'." 7964msgstr "" 7965 7966#: config/tc-hppa.c:2178 7967#, c-format 7968msgid "Non-absolute symbol: '%s'." 7969msgstr "" 7970 7971#: config/tc-hppa.c:2193 7972#, c-format 7973msgid "Undefined absolute constant: '%s'." 7974msgstr "" 7975 7976#: config/tc-hppa.c:2224 config/tc-hppa.c:5705 7977msgid "could not update architecture and machine" 7978msgstr "" 7979 7980#: config/tc-hppa.c:2262 7981#, c-format 7982msgid "Invalid FP Compare Condition: %s" 7983msgstr "" 7984 7985#: config/tc-hppa.c:2317 7986#, c-format 7987msgid "Invalid FTEST completer: %s" 7988msgstr "" 7989 7990#: config/tc-hppa.c:2383 config/tc-hppa.c:2420 7991#, c-format 7992msgid "Invalid FP Operand Format: %3s" 7993msgstr "" 7994 7995#: config/tc-hppa.c:2538 7996msgid "Bad segment (should be absolute)." 7997msgstr "" 7998 7999#: config/tc-hppa.c:2598 8000#, c-format 8001msgid "Invalid argument location: %s\n" 8002msgstr "" 8003 8004#: config/tc-hppa.c:2627 8005#, c-format 8006msgid "Invalid argument description: %d" 8007msgstr "" 8008 8009#: config/tc-hppa.c:3456 8010msgid "Invalid Indexed Load Completer." 8011msgstr "" 8012 8013#: config/tc-hppa.c:3461 8014msgid "Invalid Indexed Load Completer Syntax." 8015msgstr "" 8016 8017#: config/tc-hppa.c:3495 8018msgid "Invalid Short Load/Store Completer." 8019msgstr "" 8020 8021#: config/tc-hppa.c:3556 config/tc-hppa.c:3561 8022msgid "Invalid Store Bytes Short Completer" 8023msgstr "" 8024 8025#: config/tc-hppa.c:3876 config/tc-hppa.c:3882 8026msgid "Invalid left/right combination completer" 8027msgstr "" 8028 8029#: config/tc-hppa.c:3931 config/tc-hppa.c:3938 8030msgid "Invalid permutation completer" 8031msgstr "" 8032 8033#: config/tc-hppa.c:4038 8034#, c-format 8035msgid "Invalid Add Condition: %s" 8036msgstr "" 8037 8038#: config/tc-hppa.c:4054 config/tc-hppa.c:4064 8039msgid "Invalid Add and Branch Condition" 8040msgstr "" 8041 8042#: config/tc-hppa.c:4085 config/tc-hppa.c:4230 8043msgid "Invalid Compare/Subtract Condition" 8044msgstr "" 8045 8046#: config/tc-hppa.c:4125 8047#, c-format 8048msgid "Invalid Branch On Bit Condition: %c" 8049msgstr "" 8050 8051#: config/tc-hppa.c:4128 8052msgid "Missing Branch On Bit Condition" 8053msgstr "" 8054 8055#: config/tc-hppa.c:4213 8056#, c-format 8057msgid "Invalid Compare/Subtract Condition: %s" 8058msgstr "" 8059 8060#: config/tc-hppa.c:4245 8061msgid "Invalid Compare and Branch Condition" 8062msgstr "" 8063 8064#: config/tc-hppa.c:4341 8065msgid "Invalid Logical Instruction Condition." 8066msgstr "" 8067 8068#: config/tc-hppa.c:4403 8069msgid "Invalid Shift/Extract/Deposit Condition." 8070msgstr "" 8071 8072#: config/tc-hppa.c:4520 8073msgid "Invalid Unit Instruction Condition." 8074msgstr "" 8075 8076#: config/tc-hppa.c:4999 config/tc-hppa.c:5031 config/tc-hppa.c:5062 8077#: config/tc-hppa.c:5092 8078msgid "Branch to unaligned address" 8079msgstr "" 8080 8081#: config/tc-hppa.c:5274 8082msgid "Invalid SFU identifier" 8083msgstr "" 8084 8085#: config/tc-hppa.c:5324 8086msgid "Invalid COPR identifier" 8087msgstr "" 8088 8089#: config/tc-hppa.c:5454 8090msgid "Invalid Floating Point Operand Format." 8091msgstr "" 8092 8093#: config/tc-hppa.c:5574 config/tc-hppa.c:5594 config/tc-hppa.c:5614 8094#: config/tc-hppa.c:5634 config/tc-hppa.c:5654 8095msgid "Invalid register for single precision fmpyadd or fmpysub" 8096msgstr "" 8097 8098#: config/tc-hppa.c:5722 8099#, c-format 8100msgid "Invalid operands %s" 8101msgstr "" 8102 8103#: config/tc-hppa.c:5732 8104#, c-format 8105msgid "Immediates %d and %d will give undefined behavior." 8106msgstr "" 8107 8108#: config/tc-hppa.c:5784 config/tc-hppa.c:6978 config/tc-hppa.c:7033 8109msgid "Missing function name for .PROC (corrupted label chain)" 8110msgstr "" 8111 8112#: config/tc-hppa.c:5787 config/tc-hppa.c:7036 8113msgid "Missing function name for .PROC" 8114msgstr "" 8115 8116#: config/tc-hppa.c:5846 8117msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff" 8118msgstr "" 8119 8120#: config/tc-hppa.c:5937 8121#, c-format 8122msgid "Invalid .CALL argument: %s" 8123msgstr "" 8124 8125#: config/tc-hppa.c:6082 8126msgid ".callinfo is not within a procedure definition" 8127msgstr "" 8128 8129#: config/tc-hppa.c:6100 8130#, c-format 8131msgid "FRAME parameter must be a multiple of 8: %d\n" 8132msgstr "" 8133 8134#: config/tc-hppa.c:6117 8135msgid "Value for ENTRY_GR must be in the range 3..18\n" 8136msgstr "" 8137 8138#: config/tc-hppa.c:6128 8139msgid "Value for ENTRY_FR must be in the range 12..21\n" 8140msgstr "" 8141 8142#: config/tc-hppa.c:6137 8143msgid "Value for ENTRY_SR must be 3\n" 8144msgstr "" 8145 8146#: config/tc-hppa.c:6186 8147#, c-format 8148msgid "Invalid .CALLINFO argument: %s" 8149msgstr "" 8150 8151#: config/tc-hppa.c:6308 8152msgid "The .ENTER pseudo-op is not supported" 8153msgstr "" 8154 8155#: config/tc-hppa.c:6324 8156msgid "Misplaced .entry. Ignored." 8157msgstr "" 8158 8159#: config/tc-hppa.c:6328 8160msgid "Missing .callinfo." 8161msgstr "" 8162 8163#: config/tc-hppa.c:6393 8164msgid ".REG expression must be a register" 8165msgstr "" 8166 8167#: config/tc-hppa.c:6409 8168msgid "bad or irreducible absolute expression; zero assumed" 8169msgstr "" 8170 8171#: config/tc-hppa.c:6420 8172msgid ".REG must use a label" 8173msgstr "" 8174 8175#: config/tc-hppa.c:6422 8176msgid ".EQU must use a label" 8177msgstr "" 8178 8179#: config/tc-hppa.c:6477 8180#, c-format 8181msgid "Symbol '%s' could not be created." 8182msgstr "" 8183 8184#: config/tc-hppa.c:6527 8185msgid ".EXIT must appear within a procedure" 8186msgstr "" 8187 8188#: config/tc-hppa.c:6531 8189msgid "Missing .callinfo" 8190msgstr "" 8191 8192#: config/tc-hppa.c:6535 8193msgid "No .ENTRY for this .EXIT" 8194msgstr "" 8195 8196#: config/tc-hppa.c:6575 8197#, c-format 8198msgid "Using ENTRY rather than CODE in export directive for %s" 8199msgstr "" 8200 8201#: config/tc-hppa.c:6694 8202#, c-format 8203msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" 8204msgstr "" 8205 8206#: config/tc-hppa.c:6717 8207#, c-format 8208msgid "Cannot define export symbol: %s\n" 8209msgstr "" 8210 8211#: config/tc-hppa.c:6808 8212msgid "Missing label name on .LABEL" 8213msgstr "" 8214 8215#: config/tc-hppa.c:6813 8216msgid "extra .LABEL arguments ignored." 8217msgstr "" 8218 8219#: config/tc-hppa.c:6829 8220msgid "The .LEAVE pseudo-op is not supported" 8221msgstr "" 8222 8223#: config/tc-hppa.c:6867 8224msgid "Unrecognized .LEVEL argument\n" 8225msgstr "" 8226 8227#: config/tc-hppa.c:6900 8228#, c-format 8229msgid "Cannot define static symbol: %s\n" 8230msgstr "" 8231 8232#: config/tc-hppa.c:6932 8233msgid "Nested procedures" 8234msgstr "" 8235 8236#: config/tc-hppa.c:6942 8237msgid "Cannot allocate unwind descriptor\n" 8238msgstr "" 8239 8240#: config/tc-hppa.c:7040 8241msgid "misplaced .procend" 8242msgstr "" 8243 8244#: config/tc-hppa.c:7043 8245msgid "Missing .callinfo for this procedure" 8246msgstr "" 8247 8248#: config/tc-hppa.c:7046 8249msgid "Missing .EXIT for a .ENTRY" 8250msgstr "" 8251 8252#: config/tc-hppa.c:7083 8253msgid "Not in a space.\n" 8254msgstr "" 8255 8256#: config/tc-hppa.c:7086 8257msgid "Not in a subspace.\n" 8258msgstr "" 8259 8260#: config/tc-hppa.c:7174 8261msgid "Invalid .SPACE argument" 8262msgstr "" 8263 8264#: config/tc-hppa.c:7220 8265msgid "Can't change spaces within a procedure definition. Ignored" 8266msgstr "" 8267 8268#: config/tc-hppa.c:7345 8269#, c-format 8270msgid "Undefined space: '%s' Assuming space number = 0." 8271msgstr "" 8272 8273#: config/tc-hppa.c:7368 8274msgid "Must be in a space before changing or declaring subspaces.\n" 8275msgstr "" 8276 8277#: config/tc-hppa.c:7372 8278msgid "Can't change subspaces within a procedure definition. Ignored" 8279msgstr "" 8280 8281#: config/tc-hppa.c:7406 8282msgid "Parameters of an existing subspace can't be modified" 8283msgstr "" 8284 8285#: config/tc-hppa.c:7457 8286msgid "Alignment must be a power of 2" 8287msgstr "" 8288 8289#: config/tc-hppa.c:7504 8290msgid "FIRST not supported as a .SUBSPACE argument" 8291msgstr "" 8292 8293#: config/tc-hppa.c:7506 8294msgid "Invalid .SUBSPACE argument" 8295msgstr "" 8296 8297#: config/tc-hppa.c:7695 8298#, c-format 8299msgid "Internal error: Unable to find containing space for %s." 8300msgstr "" 8301 8302#: config/tc-hppa.c:8256 8303msgid "-R option not supported on this target." 8304msgstr "" 8305 8306#: config/tc-hppa.c:8278 8307#, c-format 8308msgid "internal error: losing opcode: `%s' \"%s\"\n" 8309msgstr "" 8310 8311#: config/tc-hppa.c:8288 config/tc-nios2.c:1433 config/tc-sparc.c:999 8312msgid "Broken assembler. No assembly attempted." 8313msgstr "" 8314 8315#: config/tc-i386.c:1372 8316#, c-format 8317msgid "i386_output_nops called to generate nops of at most %d bytes!" 8318msgstr "" 8319 8320#: config/tc-i386.c:1541 8321#, c-format 8322msgid "invalid single nop size: %d (expect within [0, %d])" 8323msgstr "" 8324 8325#: config/tc-i386.c:1590 8326msgid "jump over nop padding out of range" 8327msgstr "" 8328 8329#: config/tc-i386.c:2569 8330#, c-format 8331msgid "0x%<PRIx64> shortened to 0x%<PRIx64>" 8332msgstr "" 8333 8334#: config/tc-i386.c:2666 config/tc-i386.c:9873 8335msgid "same type of prefix used twice" 8336msgstr "" 8337 8338#: config/tc-i386.c:2678 config/tc-i386.c:2997 8339#, c-format 8340msgid "64bit mode not supported on `%s'." 8341msgstr "" 8342 8343#: config/tc-i386.c:2685 config/tc-i386.c:3006 8344#, c-format 8345msgid "32bit mode not supported on `%s'." 8346msgstr "" 8347 8348#: config/tc-i386.c:2727 8349msgid "bad argument to syntax directive." 8350msgstr "" 8351 8352#: config/tc-i386.c:2788 8353#, c-format 8354msgid "bad argument to %s_check directive." 8355msgstr "" 8356 8357#: config/tc-i386.c:2792 8358#, c-format 8359msgid "missing argument for %s_check directive" 8360msgstr "" 8361 8362#: config/tc-i386.c:2822 8363#, c-format 8364msgid "`%s' is not supported on `%s'" 8365msgstr "" 8366 8367#: config/tc-i386.c:2890 8368msgid "missing cpu architecture" 8369msgstr "" 8370 8371#: config/tc-i386.c:2928 8372msgid ".arch stack is empty" 8373msgstr "" 8374 8375#: config/tc-i386.c:2938 8376#, c-format 8377msgid "this `.arch pop' requires `.code%u%s' to be in effect" 8378msgstr "" 8379 8380#: config/tc-i386.c:3054 8381msgid "Unrecognized vector size specifier" 8382msgstr "" 8383 8384#: config/tc-i386.c:3090 8385#, c-format 8386msgid "no such architecture: `%s'" 8387msgstr "" 8388 8389#: config/tc-i386.c:3107 8390#, c-format 8391msgid "no such architecture modifier: `%s'" 8392msgstr "" 8393 8394#: config/tc-i386.c:3121 config/tc-i386.c:3144 8395msgid "Intel MCU is 32bit ELF only" 8396msgstr "" 8397 8398#: config/tc-i386.c:3151 config/tc-i386.c:16899 8399msgid "unknown architecture" 8400msgstr "" 8401 8402#: config/tc-i386.c:3527 8403msgid "there are no pc-relative size relocations" 8404msgstr "" 8405 8406#: config/tc-i386.c:3539 8407#, c-format 8408msgid "unknown relocation (%u)" 8409msgstr "" 8410 8411#: config/tc-i386.c:3541 8412#, c-format 8413msgid "%u-byte relocation cannot be applied to %u-byte field" 8414msgstr "" 8415 8416#: config/tc-i386.c:3545 8417msgid "non-pc-relative relocation for pc-relative field" 8418msgstr "" 8419 8420#: config/tc-i386.c:3550 8421msgid "relocated field and relocation type differ in signedness" 8422msgstr "" 8423 8424#: config/tc-i386.c:3559 8425msgid "there are no unsigned pc-relative relocations" 8426msgstr "" 8427 8428#: config/tc-i386.c:3567 8429#, c-format 8430msgid "cannot do %u byte pc-relative relocation" 8431msgstr "" 8432 8433#: config/tc-i386.c:3584 8434#, c-format 8435msgid "cannot do %s %u byte relocation" 8436msgstr "" 8437 8438#: config/tc-i386.c:4026 8439#, c-format 8440msgid "ambiguous broadcast for `%s', using %u-bit form" 8441msgstr "" 8442 8443#: config/tc-i386.c:4292 8444#, c-format 8445msgid "" 8446"can't encode register '%s%s' in an instruction requiring REX/REX2 prefix" 8447msgstr "" 8448 8449#: config/tc-i386.c:4376 config/tc-i386.c:6726 8450#, c-format 8451msgid "invalid instruction `%s' after `%s'" 8452msgstr "" 8453 8454#: config/tc-i386.c:4382 8455#, c-format 8456msgid "missing `lock' with `%s'" 8457msgstr "" 8458 8459#: config/tc-i386.c:4389 8460#, c-format 8461msgid "instruction `%s' after `xacquire' not allowed" 8462msgstr "" 8463 8464#: config/tc-i386.c:4395 8465#, c-format 8466msgid "memory destination needed for instruction `%s' after `xrelease'" 8467msgstr "" 8468 8469#: config/tc-i386.c:5174 8470#, c-format 8471msgid "`%s` changes flags which would affect control flow behavior" 8472msgstr "" 8473 8474#: config/tc-i386.c:5216 8475#, c-format 8476msgid "indirect `%s` with memory operand should be avoided" 8477msgstr "" 8478 8479#: config/tc-i386.c:5226 8480#, c-format 8481msgid "`%s` skips -mlfence-before-indirect-branch on `%s`" 8482msgstr "" 8483 8484#: config/tc-i386.c:5245 8485#, c-format 8486msgid "`%s` skips -mlfence-before-ret on `%s`" 8487msgstr "" 8488 8489#. A non-zero addend in jump/JCC target makes control-flow tracking 8490#. difficult. Skip SCFI for now. 8491#: config/tc-i386.c:5765 8492#, c-format 8493msgid "SCFI: `%s' insn with non-zero addend to sym not supported" 8494msgstr "" 8495 8496#: config/tc-i386.c:6012 8497#, c-format 8498msgid "SCFI: unsupported APX op %#x may cause incorrect CFI" 8499msgstr "" 8500 8501#: config/tc-i386.c:6403 8502#, c-format 8503msgid "SCFI: unhandled op %#x may cause incorrect CFI" 8504msgstr "" 8505 8506#: config/tc-i386.c:6406 8507#, c-format 8508msgid "SCFI: unexpected op %#x may cause incorrect CFI" 8509msgstr "" 8510 8511#: config/tc-i386.c:6571 8512msgid "operand size mismatch" 8513msgstr "" 8514 8515#: config/tc-i386.c:6574 8516msgid "operand type mismatch" 8517msgstr "" 8518 8519#: config/tc-i386.c:6577 8520msgid "register type mismatch" 8521msgstr "" 8522 8523#: config/tc-i386.c:6580 8524msgid "number of operands mismatch" 8525msgstr "" 8526 8527#: config/tc-i386.c:6583 8528msgid "invalid instruction suffix" 8529msgstr "" 8530 8531#: config/tc-i386.c:6586 8532msgid "constant doesn't fit in 4 bits" 8533msgstr "" 8534 8535#: config/tc-i386.c:6589 8536msgid "unsupported with Intel mnemonic" 8537msgstr "" 8538 8539#: config/tc-i386.c:6592 8540msgid "unsupported syntax" 8541msgstr "" 8542 8543#: config/tc-i386.c:6595 8544msgid "extended GPR cannot be used as base/index" 8545msgstr "" 8546 8547#: config/tc-i386.c:6598 8548#, c-format 8549msgid "unsupported instruction `%s'" 8550msgstr "" 8551 8552#: config/tc-i386.c:6602 config/tc-i386.c:7084 8553#, c-format 8554msgid "`%s' is not supported on `%s%s'" 8555msgstr "" 8556 8557#: config/tc-i386.c:6611 8558#, c-format 8559msgid "`%s%c' is not supported in 64-bit mode" 8560msgstr "" 8561 8562#: config/tc-i386.c:6615 8563#, c-format 8564msgid "`%s%c' is only supported in 64-bit mode" 8565msgstr "" 8566 8567#: config/tc-i386.c:6622 config/tc-i386.c:7078 8568#, c-format 8569msgid "`%s' is not supported in 64-bit mode" 8570msgstr "" 8571 8572#: config/tc-i386.c:6625 config/tc-i386.c:7077 8573#, c-format 8574msgid "`%s' is only supported in 64-bit mode" 8575msgstr "" 8576 8577#: config/tc-i386.c:6630 8578msgid "no VEX/XOP encoding" 8579msgstr "" 8580 8581#: config/tc-i386.c:6633 8582msgid "no EVEX encoding" 8583msgstr "" 8584 8585#: config/tc-i386.c:6636 8586msgid "invalid SIB address" 8587msgstr "" 8588 8589#: config/tc-i386.c:6639 8590msgid "invalid VSIB address" 8591msgstr "" 8592 8593#: config/tc-i386.c:6642 8594msgid "mask, index, and destination registers must be distinct" 8595msgstr "" 8596 8597#: config/tc-i386.c:6645 8598msgid "all tmm registers must be distinct" 8599msgstr "" 8600 8601#: config/tc-i386.c:6648 8602msgid "destination and source registers must be distinct" 8603msgstr "" 8604 8605#: config/tc-i386.c:6651 8606msgid "two dest registers must be distinct" 8607msgstr "" 8608 8609#: config/tc-i386.c:6654 8610msgid "rex2 pseudo prefix cannot be used" 8611msgstr "" 8612 8613#: config/tc-i386.c:6657 8614msgid "unsupported vector index register" 8615msgstr "" 8616 8617#: config/tc-i386.c:6660 8618msgid "unsupported broadcast" 8619msgstr "" 8620 8621#: config/tc-i386.c:6663 8622msgid "broadcast is needed for operand of such type" 8623msgstr "" 8624 8625#: config/tc-i386.c:6666 8626msgid "unsupported masking" 8627msgstr "" 8628 8629#: config/tc-i386.c:6669 8630msgid "mask not on destination operand" 8631msgstr "" 8632 8633#: config/tc-i386.c:6672 8634msgid "default mask isn't allowed" 8635msgstr "" 8636 8637#: config/tc-i386.c:6675 8638msgid "unsupported static rounding/sae" 8639msgstr "" 8640 8641#: config/tc-i386.c:6678 8642#, c-format 8643msgid "vector size above %u required for `%s'" 8644msgstr "" 8645 8646#: config/tc-i386.c:6682 8647msgid "'rsp' register cannot be used" 8648msgstr "" 8649 8650#: config/tc-i386.c:6685 8651msgid "internal error" 8652msgstr "" 8653 8654#: config/tc-i386.c:6688 8655#, c-format 8656msgid "%s for `%s'" 8657msgstr "" 8658 8659#: config/tc-i386.c:6716 8660#, c-format 8661msgid "SSE instruction `%s' is used" 8662msgstr "" 8663 8664#: config/tc-i386.c:6740 8665msgid "expecting lockable instruction after `lock'" 8666msgstr "" 8667 8668#: config/tc-i386.c:6756 8669#, c-format 8670msgid "data size prefix invalid with `%s'" 8671msgstr "" 8672 8673#: config/tc-i386.c:6769 8674#, c-format 8675msgid "TLS relocation cannot be used with `%s'" 8676msgstr "" 8677 8678#: config/tc-i386.c:6782 8679msgid "expecting valid branch instruction after `bnd'" 8680msgstr "" 8681 8682#: config/tc-i386.c:6786 8683msgid "expecting indirect branch instruction after `notrack'" 8684msgstr "" 8685 8686#: config/tc-i386.c:6791 8687msgid "32-bit address isn't allowed in 64-bit MPX instructions." 8688msgstr "" 8689 8690#: config/tc-i386.c:6795 8691msgid "16-bit address isn't allowed in MPX instructions" 8692msgstr "" 8693 8694#: config/tc-i386.c:6805 8695msgid "replacing `rep'/`repe' prefix by `bnd'" 8696msgstr "" 8697 8698#: config/tc-i386.c:6825 8699#, c-format 8700msgid "input/output port address isn't allowed with `%s'" 8701msgstr "" 8702 8703#: config/tc-i386.c:6847 8704#, c-format 8705msgid "'%s' only supports RIP-relative address" 8706msgstr "" 8707 8708#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. 8709#: config/tc-i386.c:6896 8710#, c-format 8711msgid "translating to `%sp'" 8712msgstr "" 8713 8714#: config/tc-i386.c:6903 8715#, c-format 8716msgid "instruction `%s' isn't supported outside of protected mode." 8717msgstr "" 8718 8719#: config/tc-i386.c:6911 8720#, c-format 8721msgid "REX prefix invalid with `%s'" 8722msgstr "" 8723 8724#: config/tc-i386.c:6918 8725#, c-format 8726msgid "{rex2} prefix invalid with `%s'" 8727msgstr "" 8728 8729#: config/tc-i386.c:7027 config/tc-i386.c:7301 8730#, c-format 8731msgid "no such instruction: `%s'" 8732msgstr "" 8733 8734#: config/tc-i386.c:7052 config/tc-i386.c:7334 8735#, c-format 8736msgid "invalid character %s in mnemonic" 8737msgstr "" 8738 8739#: config/tc-i386.c:7059 8740msgid "expecting prefix; got nothing" 8741msgstr "" 8742 8743#: config/tc-i386.c:7061 8744msgid "expecting mnemonic; got nothing" 8745msgstr "" 8746 8747#: config/tc-i386.c:7098 8748#, c-format 8749msgid "redundant %s prefix" 8750msgstr "" 8751 8752#: config/tc-i386.c:7199 8753#, c-format 8754msgid "ignoring `.s' suffix due to earlier `{%s}'" 8755msgstr "" 8756 8757#: config/tc-i386.c:7209 8758msgid "ignoring `.d8' suffix due to earlier `{disp<N>}'" 8759msgstr "" 8760 8761#: config/tc-i386.c:7219 8762msgid "ignoring `.d32' suffix due to earlier `{disp<N>}'" 8763msgstr "" 8764 8765#: config/tc-i386.c:7284 8766#, c-format 8767msgid "found `%sd'; assuming `%sl' was meant" 8768msgstr "" 8769 8770#: config/tc-i386.c:7383 8771#, c-format 8772msgid "invalid character %s before operand %d" 8773msgstr "" 8774 8775#: config/tc-i386.c:7395 8776#, c-format 8777msgid "unbalanced double quotes in operand %d." 8778msgstr "" 8779 8780#: config/tc-i386.c:7402 8781#, c-format 8782msgid "unbalanced parenthesis in operand %d." 8783msgstr "" 8784 8785#: config/tc-i386.c:7415 8786#, c-format 8787msgid "invalid character %s in operand %d" 8788msgstr "" 8789 8790#: config/tc-i386.c:7435 8791#, c-format 8792msgid "spurious operands; (%d operands/instruction max)" 8793msgstr "" 8794 8795#: config/tc-i386.c:7445 config/tc-i386.c:12871 8796#, c-format 8797msgid "too many memory references for `%s'" 8798msgstr "" 8799 8800#: config/tc-i386.c:7466 config/tc-i386.c:12865 8801msgid "expecting operand after ','; got nothing" 8802msgstr "" 8803 8804#: config/tc-i386.c:7471 8805msgid "expecting operand before ','; got nothing" 8806msgstr "" 8807 8808#: config/tc-i386.c:7747 8809#, c-format 8810msgid "0x%<PRIx64> out of range of signed 32bit displacement" 8811msgstr "" 8812 8813#: config/tc-i386.c:7951 8814msgid "mask, index, and destination registers should be distinct" 8815msgstr "" 8816 8817#: config/tc-i386.c:7968 8818msgid "index and destination registers should be distinct" 8819msgstr "" 8820 8821#: config/tc-i386.c:9026 8822#, c-format 8823msgid "indirect %s without `*'" 8824msgstr "" 8825 8826#. Warn them that a data or address size prefix doesn't 8827#. affect assembly of the next line of code. 8828#: config/tc-i386.c:9033 8829#, c-format 8830msgid "stand-alone `%s' prefix" 8831msgstr "" 8832 8833#: config/tc-i386.c:9102 8834#, c-format 8835msgid "`%s' operand %u must use `%ses' segment" 8836msgstr "" 8837 8838#: config/tc-i386.c:9232 8839msgid "generating 16-bit `iret' for .code16gcc directive" 8840msgstr "" 8841 8842#: config/tc-i386.c:9236 8843#, c-format 8844msgid "generating 32-bit `%s', unlike earlier gas versions" 8845msgstr "" 8846 8847#: config/tc-i386.c:9367 8848#, c-format 8849msgid "ambiguous operand size for `%s'" 8850msgstr "" 8851 8852#: config/tc-i386.c:9372 8853#, c-format 8854msgid "" 8855"no instruction mnemonic suffix given and no register operands; can't size `%" 8856"s'" 8857msgstr "" 8858 8859#: config/tc-i386.c:9377 8860#, c-format 8861msgid "%s; using default for `%s'" 8862msgstr "" 8863 8864#: config/tc-i386.c:9379 8865msgid "ambiguous operand size" 8866msgstr "" 8867 8868#: config/tc-i386.c:9380 8869msgid "no instruction mnemonic suffix given and no register operands" 8870msgstr "" 8871 8872#: config/tc-i386.c:9526 8873#, c-format 8874msgid "16-bit addressing unavailable for `%s'" 8875msgstr "" 8876 8877#: config/tc-i386.c:9594 8878#, c-format 8879msgid "invalid register operand size for `%s'" 8880msgstr "" 8881 8882#. Any other register is bad. 8883#: config/tc-i386.c:9631 config/tc-i386.c:9656 config/tc-i386.c:9697 8884#: config/tc-i386.c:9736 8885#, c-format 8886msgid "`%s%s' not allowed with `%s%c'" 8887msgstr "" 8888 8889#. Prohibit these changes in the 64bit mode, since the 8890#. lowering is more complicated. 8891#: config/tc-i386.c:9671 config/tc-i386.c:9713 config/tc-i386.c:9750 8892#, c-format 8893msgid "incorrect register `%s%s' used with `%c' suffix" 8894msgstr "" 8895 8896#: config/tc-i386.c:9837 8897msgid "no instruction mnemonic suffix given; can't determine immediate size" 8898msgstr "" 8899 8900#: config/tc-i386.c:10040 8901#, c-format 8902msgid "" 8903"source register `%s%s' implicitly denotes `%s%.3s%u' to `%s%.3s%u' source " 8904"group in `%s'" 8905msgstr "" 8906 8907#. Reversed arguments on faddp or fmulp. 8908#: config/tc-i386.c:10082 8909#, c-format 8910msgid "translating to `%s %s%s,%s%s'" 8911msgstr "" 8912 8913#. Extraneous `l' suffix on fp insn. 8914#: config/tc-i386.c:10089 8915#, c-format 8916msgid "translating to `%s %s%s'" 8917msgstr "" 8918 8919#: config/tc-i386.c:10102 8920#, c-format 8921msgid "you can't `%s %s%s'" 8922msgstr "" 8923 8924#: config/tc-i386.c:10159 8925#, c-format 8926msgid "segment override on `%s' is ineffectual" 8927msgstr "" 8928 8929#: config/tc-i386.c:10622 config/tc-loongarch.c:1052 config/tc-riscv.c:1742 8930msgid "relaxable branches not supported in absolute section" 8931msgstr "" 8932 8933#: config/tc-i386.c:10657 config/tc-i386.c:10803 config/tc-i386.c:10885 8934#, c-format 8935msgid "skipping prefixes on `%s'" 8936msgstr "" 8937 8938#: config/tc-i386.c:10911 8939msgid "16-bit jump out of range" 8940msgstr "" 8941 8942#: config/tc-i386.c:11203 config/tc-i386.c:11234 config/tc-i386.c:11323 8943#, c-format 8944msgid "`%s` skips -malign-branch-boundary on `%s`" 8945msgstr "" 8946 8947#: config/tc-i386.c:11491 8948msgid "use .code16 to ensure correct addressing mode" 8949msgstr "" 8950 8951#: config/tc-i386.c:11519 8952#, c-format 8953msgid "Cannot convert `%s' in 16-bit mode" 8954msgstr "" 8955 8956#: config/tc-i386.c:11521 8957#, c-format 8958msgid "Cannot convert `%s' with `-momit-lock-prefix=yes' in effect" 8959msgstr "" 8960 8961#: config/tc-i386.c:11609 8962msgid "pseudo prefix without instruction" 8963msgstr "" 8964 8965#: config/tc-i386.c:11762 8966#, c-format 8967msgid "instruction length of %u bytes exceeds the limit of 15" 8968msgstr "" 8969 8970#: config/tc-i386.c:12377 8971#, c-format 8972msgid "@%s reloc is not supported with %d-bit output format" 8973msgstr "" 8974 8975#: config/tc-i386.c:12431 8976#, c-format 8977msgid "missing or invalid expression `%s'" 8978msgstr "" 8979 8980#: config/tc-i386.c:12440 8981#, c-format 8982msgid "invalid PLT expression `%s'" 8983msgstr "" 8984 8985#: config/tc-i386.c:12538 8986msgid "pseudo-prefix conflicts with encoding specifier" 8987msgstr "" 8988 8989#: config/tc-i386.c:12562 8990msgid "illegal prefix used with VEX/XOP/EVEX" 8991msgstr "" 8992 8993#: config/tc-i386.c:12843 8994#, c-format 8995msgid "opcode residual (%#<PRIx64>) too wide" 8996msgstr "" 8997 8998#: config/tc-i386.c:12892 config/tc-i386.c:12935 8999msgid "too many register/memory operands" 9000msgstr "" 9001 9002#: config/tc-i386.c:12903 config/tc-i386.c:12910 9003msgid "too few register/memory operands" 9004msgstr "" 9005 9006#: config/tc-i386.c:12923 9007#, c-format 9008msgid "constant doesn't fit in %d bits" 9009msgstr "" 9010 9011#: config/tc-i386.c:12986 9012msgid "VSIB unavailable with legacy encoding" 9013msgstr "" 9014 9015#. We could allow two register operands, encoding the 2nd one in 9016#. an 8-bit immediate like for 4-register-operand insns, but that 9017#. would require ugly fiddling with process_operands() and/or 9018#. build_modrm_byte(). 9019#: config/tc-i386.c:12997 9020msgid "too many register operands with VSIB" 9021msgstr "" 9022 9023#: config/tc-i386.c:13016 9024#, c-format 9025msgid "can't encode register '%s%s' with VEX/XOP/EVEX" 9026msgstr "" 9027 9028#: config/tc-i386.c:13221 9029msgid "conflicting .insn operands" 9030msgstr "" 9031 9032#: config/tc-i386.c:13254 read.c:4210 9033msgid "SCFI: hand-crafting instructions not supported" 9034msgstr "" 9035 9036#: config/tc-i386.c:13320 9037#, c-format 9038msgid "duplicated `{%s}'" 9039msgstr "" 9040 9041#: config/tc-i386.c:13384 9042#, c-format 9043msgid "Unsupported broadcast: `%s'" 9044msgstr "" 9045 9046#: config/tc-i386.c:13452 9047#, c-format 9048msgid "`%s%s' can't be used for write mask" 9049msgstr "" 9050 9051#: config/tc-i386.c:13472 9052#, c-format 9053msgid "invalid write mask `%s'" 9054msgstr "" 9055 9056#: config/tc-i386.c:13493 9057#, c-format 9058msgid "duplicated `%s'" 9059msgstr "" 9060 9061#: config/tc-i386.c:13503 9062#, c-format 9063msgid "invalid zeroing-masking `%s'" 9064msgstr "" 9065 9066#: config/tc-i386.c:13519 9067#, c-format 9068msgid "missing `}' in `%s'" 9069msgstr "" 9070 9071#. We don't know this one. 9072#: config/tc-i386.c:13533 9073#, c-format 9074msgid "unknown vector operation: `%s'" 9075msgstr "" 9076 9077#: config/tc-i386.c:13539 9078msgid "zeroing-masking only allowed with write mask" 9079msgstr "" 9080 9081#: config/tc-i386.c:13559 9082#, c-format 9083msgid "at most %d immediate operands are allowed" 9084msgstr "" 9085 9086#: config/tc-i386.c:13598 config/tc-i386.c:13858 9087#, c-format 9088msgid "junk `%s' after expression" 9089msgstr "" 9090 9091#: config/tc-i386.c:13611 9092#, c-format 9093msgid "illegal immediate register operand %s" 9094msgstr "" 9095 9096#: config/tc-i386.c:13625 9097#, c-format 9098msgid "missing or invalid immediate expression `%s'" 9099msgstr "" 9100 9101#: config/tc-i386.c:13649 config/tc-i386.c:13938 9102#, c-format 9103msgid "unimplemented segment %s in operand" 9104msgstr "" 9105 9106#: config/tc-i386.c:13698 9107#, c-format 9108msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" 9109msgstr "" 9110 9111#: config/tc-i386.c:13707 9112#, c-format 9113msgid "scale factor of %d without an index register" 9114msgstr "" 9115 9116#: config/tc-i386.c:13729 9117#, c-format 9118msgid "at most %d displacement operands are allowed" 9119msgstr "" 9120 9121#: config/tc-i386.c:13913 9122#, c-format 9123msgid "missing or invalid displacement expression `%s'" 9124msgstr "" 9125 9126#: config/tc-i386.c:14089 9127#, c-format 9128msgid "`%s' is not valid here (expected `%c%s%s%c')" 9129msgstr "" 9130 9131#: config/tc-i386.c:14101 9132#, c-format 9133msgid "`%s' is not a valid %s expression" 9134msgstr "" 9135 9136#: config/tc-i386.c:14115 9137#, c-format 9138msgid "invalid `%s' prefix" 9139msgstr "" 9140 9141#: config/tc-i386.c:14145 9142#, c-format 9143msgid "`%s' cannot be used here" 9144msgstr "" 9145 9146#: config/tc-i386.c:14152 9147msgid "register scaling is being ignored here" 9148msgstr "" 9149 9150#: config/tc-i386.c:14193 9151#, c-format 9152msgid "Missing '}': '%s'" 9153msgstr "" 9154 9155#: config/tc-i386.c:14199 9156#, c-format 9157msgid "Junk after '}': '%s'" 9158msgstr "" 9159 9160#: config/tc-i386.c:14274 9161#, c-format 9162msgid "bad memory operand `%s'" 9163msgstr "" 9164 9165#: config/tc-i386.c:14290 9166#, c-format 9167msgid "junk `%s' after register" 9168msgstr "" 9169 9170#: config/tc-i386.c:14297 9171#, c-format 9172msgid "`%s%s' cannot be used here" 9173msgstr "" 9174 9175#: config/tc-i386.c:14320 9176#, c-format 9177msgid "`%s': misplaced `{%s}'" 9178msgstr "" 9179 9180#: config/tc-i386.c:14327 config/tc-i386.c:14501 config/tc-i386.c:14545 9181#, c-format 9182msgid "bad register name `%s'" 9183msgstr "" 9184 9185#: config/tc-i386.c:14335 9186msgid "immediate operand illegal with absolute jump" 9187msgstr "" 9188 9189#: config/tc-i386.c:14342 9190#, c-format 9191msgid "`%s': RC/SAE operand must follow immediate operands" 9192msgstr "" 9193 9194#: config/tc-i386.c:14355 9195#, c-format 9196msgid "`%s': misplaced `%s'" 9197msgstr "" 9198 9199#: config/tc-i386.c:14406 9200msgid "unbalanced figure braces" 9201msgstr "" 9202 9203#: config/tc-i386.c:14490 9204#, c-format 9205msgid "expecting `,' or `)' after index register in `%s'" 9206msgstr "" 9207 9208#: config/tc-i386.c:14518 9209#, c-format 9210msgid "expecting `)' after scale factor in `%s'" 9211msgstr "" 9212 9213#: config/tc-i386.c:14526 9214#, c-format 9215msgid "expecting index register or scale factor after `,'; got '%c'" 9216msgstr "" 9217 9218#: config/tc-i386.c:14534 9219#, c-format 9220msgid "expecting `,' or `)' after base register in `%s'" 9221msgstr "" 9222 9223#. It's not a memory operand; argh! 9224#: config/tc-i386.c:14584 9225#, c-format 9226msgid "invalid char %s beginning operand %d `%s'" 9227msgstr "" 9228 9229#: config/tc-i386.c:15245 9230#, c-format 9231msgid "%s:%u: add %d%s at 0x%llx to align %s within %d-byte boundary\n" 9232msgstr "" 9233 9234#: config/tc-i386.c:15248 9235#, c-format 9236msgid "" 9237"%s:%u: add additional %d%s at 0x%llx to align %s within %d-byte boundary\n" 9238msgstr "" 9239 9240#: config/tc-i386.c:15254 9241#, c-format 9242msgid "" 9243"%s:%u: add %d%s-byte nop at 0x%llx to align %s within %d-byte boundary\n" 9244msgstr "" 9245 9246#: config/tc-i386.c:15321 9247msgid "long jump required" 9248msgstr "" 9249 9250#: config/tc-i386.c:15376 9251msgid "jump target out of range" 9252msgstr "" 9253 9254#: config/tc-i386.c:15830 9255#, c-format 9256msgid "register '%s%s' cannot be used here" 9257msgstr "" 9258 9259#: config/tc-i386.c:16084 9260#, c-format 9261msgid "invalid -mx86-used-note= option: `%s'" 9262msgstr "" 9263 9264#: config/tc-i386.c:16107 9265msgid "no compiled in support for x86_64" 9266msgstr "" 9267 9268#: config/tc-i386.c:16127 9269msgid "no compiled in support for 32bit x86_64" 9270msgstr "" 9271 9272#: config/tc-i386.c:16131 9273msgid "32bit x86_64 is only supported for ELF" 9274msgstr "" 9275 9276#: config/tc-i386.c:16148 9277msgid "no compiled in support for ix86" 9278msgstr "" 9279 9280#: config/tc-i386.c:16181 config/tc-i386.c:16267 9281#, c-format 9282msgid "invalid -march= option: `%s'" 9283msgstr "" 9284 9285#: config/tc-i386.c:16237 9286msgid "Unrecognized vector size specifier ignored" 9287msgstr "" 9288 9289#: config/tc-i386.c:16277 config/tc-i386.c:16289 9290#, c-format 9291msgid "invalid -mtune= option: `%s'" 9292msgstr "" 9293 9294#: config/tc-i386.c:16298 9295#, c-format 9296msgid "invalid -mmnemonic= option: `%s'" 9297msgstr "" 9298 9299#: config/tc-i386.c:16307 9300#, c-format 9301msgid "invalid -msyntax= option: `%s'" 9302msgstr "" 9303 9304#: config/tc-i386.c:16334 9305#, c-format 9306msgid "invalid -msse-check= option: `%s'" 9307msgstr "" 9308 9309#: config/tc-i386.c:16345 9310#, c-format 9311msgid "invalid -moperand-check= option: `%s'" 9312msgstr "" 9313 9314#: config/tc-i386.c:16354 9315#, c-format 9316msgid "invalid -mavxscalar= option: `%s'" 9317msgstr "" 9318 9319#: config/tc-i386.c:16363 9320#, c-format 9321msgid "invalid -mvexwig= option: `%s'" 9322msgstr "" 9323 9324#: config/tc-i386.c:16378 9325#, c-format 9326msgid "invalid -mevexlig= option: `%s'" 9327msgstr "" 9328 9329#: config/tc-i386.c:16391 9330#, c-format 9331msgid "invalid -mevexrcig= option: `%s'" 9332msgstr "" 9333 9334#: config/tc-i386.c:16400 9335#, c-format 9336msgid "invalid -mevexwig= option: `%s'" 9337msgstr "" 9338 9339#: config/tc-i386.c:16415 9340#, c-format 9341msgid "invalid -momit-lock-prefix= option: `%s'" 9342msgstr "" 9343 9344#: config/tc-i386.c:16424 9345#, c-format 9346msgid "invalid -mfence-as-lock-add= option: `%s'" 9347msgstr "" 9348 9349#: config/tc-i386.c:16433 9350#, c-format 9351msgid "invalid -mlfence-after-load= option: `%s'" 9352msgstr "" 9353 9354#: config/tc-i386.c:16450 9355#, c-format 9356msgid "invalid -mlfence-before-indirect-branch= option: `%s'" 9357msgstr "" 9358 9359#: config/tc-i386.c:16464 9360#, c-format 9361msgid "invalid -mlfence-before-ret= option: `%s'" 9362msgstr "" 9363 9364#: config/tc-i386.c:16474 9365#, c-format 9366msgid "invalid -mrelax-relocations= option: `%s'" 9367msgstr "" 9368 9369#: config/tc-i386.c:16503 9370#, c-format 9371msgid "invalid -malign-branch-boundary= value: %s" 9372msgstr "" 9373 9374#: config/tc-i386.c:16517 9375#, c-format 9376msgid "invalid -malign-branch-prefix-size= value: %s" 9377msgstr "" 9378 9379#: config/tc-i386.c:16544 9380#, c-format 9381msgid "invalid -malign-branch= option: `%s'" 9382msgstr "" 9383 9384#: config/tc-i386.c:16711 9385#, c-format 9386msgid "" 9387" -Qy, -Qn ignored\n" 9388" -V print assembler version number\n" 9389" -k ignored\n" 9390msgstr "" 9391 9392#: config/tc-i386.c:16716 9393#, c-format 9394msgid "" 9395" -n do not optimize code alignment\n" 9396" -O{012s} attempt some code optimizations\n" 9397" -q quieten some warnings\n" 9398msgstr "" 9399 9400#: config/tc-i386.c:16721 9401#, c-format 9402msgid " -s ignored\n" 9403msgstr "" 9404 9405#: config/tc-i386.c:16726 9406#, c-format 9407msgid " --32/--64/--x32 generate 32bit/64bit/x32 object\n" 9408msgstr "" 9409 9410#: config/tc-i386.c:16729 9411#, c-format 9412msgid " --32/--64 generate 32bit/64bit object\n" 9413msgstr "" 9414 9415#: config/tc-i386.c:16734 9416#, c-format 9417msgid " --divide do not treat `/' as a comment character\n" 9418msgstr "" 9419 9420#: config/tc-i386.c:16737 9421#, c-format 9422msgid " --divide ignored\n" 9423msgstr "" 9424 9425#: config/tc-i386.c:16740 9426#, c-format 9427msgid "" 9428" -march=CPU[,+EXTENSION...]\n" 9429" generate code for CPU and EXTENSION, CPU is one " 9430"of:\n" 9431msgstr "" 9432 9433#: config/tc-i386.c:16744 9434#, c-format 9435msgid "" 9436" EXTENSION is combination of (possibly \"no\"-" 9437"prefixed):\n" 9438msgstr "" 9439 9440#: config/tc-i386.c:16747 9441#, c-format 9442msgid " -mtune=CPU optimize for CPU, CPU is one of:\n" 9443msgstr "" 9444 9445#: config/tc-i386.c:16750 9446#, c-format 9447msgid " -msse2avx encode SSE instructions with VEX prefix\n" 9448msgstr "" 9449 9450#: config/tc-i386.c:16752 9451#, c-format 9452msgid "" 9453" -muse-unaligned-vector-move\n" 9454" encode aligned vector move as unaligned vector " 9455"move\n" 9456msgstr "" 9457 9458#: config/tc-i386.c:16755 9459#, c-format 9460msgid "" 9461" -msse-check=[none|error|warning] (default: warning)\n" 9462" check SSE instructions\n" 9463msgstr "" 9464 9465#: config/tc-i386.c:16758 9466#, c-format 9467msgid "" 9468" -moperand-check=[none|error|warning] (default: warning)\n" 9469" check operand combinations for validity\n" 9470msgstr "" 9471 9472#: config/tc-i386.c:16761 9473#, c-format 9474msgid "" 9475" -mavxscalar=[128|256] (default: 128)\n" 9476" encode scalar AVX instructions with specific " 9477"vector\n" 9478" length\n" 9479msgstr "" 9480 9481#: config/tc-i386.c:16765 9482#, c-format 9483msgid "" 9484" -mvexwig=[0|1] (default: 0)\n" 9485" encode VEX instructions with specific VEX.W value\n" 9486" for VEX.W bit ignored instructions\n" 9487msgstr "" 9488 9489#: config/tc-i386.c:16769 9490#, c-format 9491msgid "" 9492" -mevexlig=[128|256|512] (default: 128)\n" 9493" encode scalar EVEX instructions with specific " 9494"vector\n" 9495" length\n" 9496msgstr "" 9497 9498#: config/tc-i386.c:16773 9499#, c-format 9500msgid "" 9501" -mevexwig=[0|1] (default: 0)\n" 9502" encode EVEX instructions with specific EVEX.W " 9503"value\n" 9504" for EVEX.W bit ignored instructions\n" 9505msgstr "" 9506 9507#: config/tc-i386.c:16777 9508#, c-format 9509msgid "" 9510" -mevexrcig=[rne|rd|ru|rz] (default: rne)\n" 9511" encode EVEX instructions with specific EVEX.RC " 9512"value\n" 9513" for SAE-only ignored instructions\n" 9514msgstr "" 9515 9516#: config/tc-i386.c:16781 9517#, c-format 9518msgid " -mmnemonic=[att|intel] " 9519msgstr "" 9520 9521#: config/tc-i386.c:16784 9522#, c-format 9523msgid "(default: att)\n" 9524msgstr "" 9525 9526#: config/tc-i386.c:16786 9527#, c-format 9528msgid "(default: intel)\n" 9529msgstr "" 9530 9531#: config/tc-i386.c:16787 9532#, c-format 9533msgid " use AT&T/Intel mnemonic (AT&T syntax only)\n" 9534msgstr "" 9535 9536#: config/tc-i386.c:16789 9537#, c-format 9538msgid "" 9539" -msyntax=[att|intel] (default: att)\n" 9540" use AT&T/Intel syntax\n" 9541msgstr "" 9542 9543#: config/tc-i386.c:16792 9544#, c-format 9545msgid " -mindex-reg support pseudo index registers\n" 9546msgstr "" 9547 9548#: config/tc-i386.c:16794 9549#, c-format 9550msgid " -mnaked-reg don't require `%%' prefix for registers\n" 9551msgstr "" 9552 9553#: config/tc-i386.c:16796 9554#, c-format 9555msgid " -madd-bnd-prefix add BND prefix for all valid branches\n" 9556msgstr "" 9557 9558#: config/tc-i386.c:16799 9559#, c-format 9560msgid " -mshared disable branch optimization for shared code\n" 9561msgstr "" 9562 9563#: config/tc-i386.c:16801 9564#, c-format 9565msgid " -mx86-used-note=[no|yes] " 9566msgstr "" 9567 9568#: config/tc-i386.c:16807 9569#, c-format 9570msgid "" 9571" generate x86 used ISA and feature properties\n" 9572msgstr "" 9573 9574#: config/tc-i386.c:16811 9575#, c-format 9576msgid " -mbig-obj generate big object files\n" 9577msgstr "" 9578 9579#: config/tc-i386.c:16814 9580#, c-format 9581msgid "" 9582" -momit-lock-prefix=[no|yes] (default: no)\n" 9583" strip all lock prefixes\n" 9584msgstr "" 9585 9586#: config/tc-i386.c:16817 9587#, c-format 9588msgid "" 9589" -mfence-as-lock-add=[no|yes] (default: no)\n" 9590" encode lfence, mfence and sfence as\n" 9591" lock addl $0x0, (%%{re}sp)\n" 9592msgstr "" 9593 9594#: config/tc-i386.c:16821 9595#, c-format 9596msgid " -mrelax-relocations=[no|yes] " 9597msgstr "" 9598 9599#: config/tc-i386.c:16827 9600#, c-format 9601msgid " generate relax relocations\n" 9602msgstr "" 9603 9604#: config/tc-i386.c:16829 9605#, c-format 9606msgid "" 9607" -malign-branch-boundary=NUM (default: 0)\n" 9608" align branches within NUM byte boundary\n" 9609msgstr "" 9610 9611#: config/tc-i386.c:16832 9612#, c-format 9613msgid "" 9614" -malign-branch=TYPE[+TYPE...] (default: jcc+fused+jmp)\n" 9615" TYPE is combination of jcc, fused, jmp, call, " 9616"ret,\n" 9617" indirect\n" 9618" specify types of branches to align\n" 9619msgstr "" 9620 9621#: config/tc-i386.c:16837 9622#, c-format 9623msgid "" 9624" -malign-branch-prefix-size=NUM (default: 5)\n" 9625" align branches with NUM prefixes per instruction\n" 9626msgstr "" 9627 9628#: config/tc-i386.c:16840 9629#, c-format 9630msgid "" 9631" -mbranches-within-32B-boundaries\n" 9632" align branches within 32 byte boundary\n" 9633msgstr "" 9634 9635#: config/tc-i386.c:16843 9636#, c-format 9637msgid "" 9638" -mlfence-after-load=[no|yes] (default: no)\n" 9639" generate lfence after load\n" 9640msgstr "" 9641 9642#: config/tc-i386.c:16846 9643#, c-format 9644msgid "" 9645" -mlfence-before-indirect-branch=[none|all|register|memory] (default: " 9646"none)\n" 9647" generate lfence before indirect near branch\n" 9648msgstr "" 9649 9650#: config/tc-i386.c:16849 9651#, c-format 9652msgid "" 9653" -mlfence-before-ret=[none|or|not|shl|yes] (default: none)\n" 9654" generate lfence before ret\n" 9655msgstr "" 9656 9657#: config/tc-i386.c:16852 9658#, c-format 9659msgid " -mamd64 accept only AMD64 ISA [default]\n" 9660msgstr "" 9661 9662#: config/tc-i386.c:16854 9663#, c-format 9664msgid " -mintel64 accept only Intel64 ISA\n" 9665msgstr "" 9666 9667#: config/tc-i386.c:16895 9668#, c-format 9669msgid "Intel MCU doesn't support `%s' architecture" 9670msgstr "" 9671 9672#: config/tc-i386.c:16903 9673msgid "SCFI is not supported for this ABI" 9674msgstr "" 9675 9676#: config/tc-i386.c:16966 9677msgid "Intel MCU is 32bit only" 9678msgstr "" 9679 9680#: config/tc-i386.c:17084 9681#, c-format 9682msgid "invalid %s relocation against register" 9683msgstr "" 9684 9685#: config/tc-i386.c:17206 9686msgid "symbol size computation overflow" 9687msgstr "" 9688 9689#: config/tc-i386.c:17284 config/tc-sparc.c:3855 9690#, c-format 9691msgid "can not do %d byte pc-relative relocation" 9692msgstr "" 9693 9694#: config/tc-i386.c:17302 9695#, c-format 9696msgid "can not do %d byte relocation" 9697msgstr "" 9698 9699#: config/tc-i386.c:17370 9700#, c-format 9701msgid "cannot represent relocation type %s in x32 mode" 9702msgstr "" 9703 9704#: config/tc-i386.c:17410 config/tc-s390.c:2607 9705#, c-format 9706msgid "cannot represent relocation type %s" 9707msgstr "" 9708 9709#: config/tc-i386.c:17560 9710msgid "bad .section directive: want a,l,w,x,M,S,G,T in string" 9711msgstr "" 9712 9713#: config/tc-i386.c:17563 9714msgid "bad .section directive: want a,w,x,M,S,G,T in string" 9715msgstr "" 9716 9717#: config/tc-i386.c:17573 9718msgid ".largecomm supported only in 64bit mode, producing .comm" 9719msgstr "" 9720 9721#: config/tc-ia64.c:869 9722msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string" 9723msgstr "" 9724 9725#: config/tc-ia64.c:921 9726msgid "Size of frame exceeds maximum of 96 registers" 9727msgstr "" 9728 9729#: config/tc-ia64.c:926 9730msgid "Size of rotating registers exceeds frame size" 9731msgstr "" 9732 9733#: config/tc-ia64.c:1013 9734msgid "Unwind directive not followed by an instruction." 9735msgstr "" 9736 9737#: config/tc-ia64.c:1022 config/tc-ia64.c:7588 9738msgid "qualifying predicate not followed by instruction" 9739msgstr "" 9740 9741#: config/tc-ia64.c:1070 9742msgid "expected ',' after section name" 9743msgstr "" 9744 9745#: config/tc-ia64.c:1105 9746msgid "expected ',' after symbol name" 9747msgstr "" 9748 9749#: config/tc-ia64.c:1129 9750msgid "expected ',' after symbol size" 9751msgstr "" 9752 9753#: config/tc-ia64.c:1212 config/tc-ia64.c:1246 9754msgid "record type is not valid" 9755msgstr "" 9756 9757#: config/tc-ia64.c:1315 9758msgid "Invalid record type for P3 format." 9759msgstr "" 9760 9761#: config/tc-ia64.c:1351 9762msgid "Invalid record type for format P6" 9763msgstr "" 9764 9765#: config/tc-ia64.c:1531 config/tc-ia64.c:1583 9766msgid "Invalid record type for format B1" 9767msgstr "" 9768 9769#: config/tc-ia64.c:1616 9770msgid "Invalid record type for format X1" 9771msgstr "" 9772 9773#: config/tc-ia64.c:1658 9774msgid "Invalid record type for format X3" 9775msgstr "" 9776 9777#: config/tc-ia64.c:1696 9778msgid "Previous .save incomplete" 9779msgstr "" 9780 9781#: config/tc-ia64.c:2519 9782msgid "spill_mask record unimplemented." 9783msgstr "" 9784 9785#: config/tc-ia64.c:2576 9786msgid "record_type_not_valid" 9787msgstr "" 9788 9789#: config/tc-ia64.c:2660 9790msgid "Ignoring attempt to spill beyond end of region" 9791msgstr "" 9792 9793#: config/tc-ia64.c:2719 9794msgid "Only constant space allocation is supported" 9795msgstr "" 9796 9797#: config/tc-ia64.c:2733 9798msgid "Only constant offsets are supported" 9799msgstr "" 9800 9801#: config/tc-ia64.c:2757 9802msgid "Section switching in code is not supported." 9803msgstr "" 9804 9805#: config/tc-ia64.c:2799 9806msgid "Insn slot not set in unwind record." 9807msgstr "" 9808 9809#: config/tc-ia64.c:2873 9810msgid "frgr_mem record before region record!" 9811msgstr "" 9812 9813#: config/tc-ia64.c:2884 9814msgid "fr_mem record before region record!" 9815msgstr "" 9816 9817#: config/tc-ia64.c:2893 9818msgid "gr_mem record before region record!" 9819msgstr "" 9820 9821#: config/tc-ia64.c:2902 9822msgid "br_mem record before region record!" 9823msgstr "" 9824 9825#: config/tc-ia64.c:2912 9826msgid "gr_gr record before region record!" 9827msgstr "" 9828 9829#: config/tc-ia64.c:2920 9830msgid "br_gr record before region record!" 9831msgstr "" 9832 9833#: config/tc-ia64.c:3038 9834#, c-format 9835msgid "First operand to .%s must be a predicate" 9836msgstr "" 9837 9838#: config/tc-ia64.c:3042 9839#, c-format 9840msgid "Pointless use of p0 as first operand to .%s" 9841msgstr "" 9842 9843#: config/tc-ia64.c:3098 9844#, c-format 9845msgid "Operand %d to .%s must be a preserved register" 9846msgstr "" 9847 9848#: config/tc-ia64.c:3134 9849#, c-format 9850msgid "Operand %d to .%s must be a writable register" 9851msgstr "" 9852 9853#: config/tc-ia64.c:3158 9854#, c-format 9855msgid "Radix `%s' unsupported or invalid" 9856msgstr "" 9857 9858#: config/tc-ia64.c:3188 config/tc-ia64.c:3193 9859#, c-format 9860msgid ".%s outside of %s" 9861msgstr "" 9862 9863#: config/tc-ia64.c:3279 9864msgid "Tags on unwind pseudo-ops aren't supported, yet" 9865msgstr "" 9866 9867#: config/tc-ia64.c:3301 9868msgid "First operand to .fframe must be a constant" 9869msgstr "" 9870 9871#: config/tc-ia64.c:3321 9872msgid "First operand to .vframe must be a general register" 9873msgstr "" 9874 9875#: config/tc-ia64.c:3329 9876msgid "Operand of .vframe contradicts .prologue" 9877msgstr "" 9878 9879#: config/tc-ia64.c:3339 9880msgid ".vframepsp is meaningless, assuming .vframesp was meant" 9881msgstr "" 9882 9883#: config/tc-ia64.c:3347 9884msgid "Operand to .vframesp must be a constant (sp-relative offset)" 9885msgstr "" 9886 9887#: config/tc-ia64.c:3374 9888msgid "First operand to .save not a register" 9889msgstr "" 9890 9891#: config/tc-ia64.c:3380 9892msgid "Second operand to .save not a valid register" 9893msgstr "" 9894 9895#: config/tc-ia64.c:3411 config/tc-ia64.c:3422 config/tc-ia64.c:3430 9896msgid "Second operand of .save contradicts .prologue" 9897msgstr "" 9898 9899#: config/tc-ia64.c:3437 9900msgid "First operand to .save not a valid register" 9901msgstr "" 9902 9903#: config/tc-ia64.c:3455 9904msgid "First operand to .restore must be stack pointer (sp)" 9905msgstr "" 9906 9907#: config/tc-ia64.c:3464 9908msgid "Second operand to .restore must be a constant >= 0" 9909msgstr "" 9910 9911#: config/tc-ia64.c:3474 9912#, c-format 9913msgid "Epilogue count of %lu exceeds number of nested prologues (%u)" 9914msgstr "" 9915 9916#: config/tc-ia64.c:3560 9917#, c-format 9918msgid "Illegal section name `%s' (causes unwind section name clash)" 9919msgstr "" 9920 9921#: config/tc-ia64.c:3735 9922msgid "First operand to .altrp not a valid branch register" 9923msgstr "" 9924 9925#: config/tc-ia64.c:3764 9926#, c-format 9927msgid "First operand to .%s not a register" 9928msgstr "" 9929 9930#: config/tc-ia64.c:3769 9931#, c-format 9932msgid "Second operand to .%s not a constant" 9933msgstr "" 9934 9935#: config/tc-ia64.c:3836 9936#, c-format 9937msgid "First operand to .%s not a valid register" 9938msgstr "" 9939 9940#: config/tc-ia64.c:3859 9941msgid "First operand to .save.g must be a positive 4-bit constant" 9942msgstr "" 9943 9944#: config/tc-ia64.c:3872 9945msgid "Second operand to .save.g must be a general register" 9946msgstr "" 9947 9948#: config/tc-ia64.c:3877 9949#, c-format 9950msgid "Second operand to .save.g must be the first of %d general registers" 9951msgstr "" 9952 9953#: config/tc-ia64.c:3900 9954msgid "Operand to .save.f must be a positive 20-bit constant" 9955msgstr "" 9956 9957#: config/tc-ia64.c:3923 9958msgid "First operand to .save.b must be a positive 5-bit constant" 9959msgstr "" 9960 9961#: config/tc-ia64.c:3936 9962msgid "Second operand to .save.b must be a general register" 9963msgstr "" 9964 9965#: config/tc-ia64.c:3941 9966#, c-format 9967msgid "Second operand to .save.b must be the first of %d general registers" 9968msgstr "" 9969 9970#: config/tc-ia64.c:3967 9971msgid "First operand to .save.gf must be a non-negative 4-bit constant" 9972msgstr "" 9973 9974#: config/tc-ia64.c:3975 9975msgid "Second operand to .save.gf must be a non-negative 20-bit constant" 9976msgstr "" 9977 9978#: config/tc-ia64.c:3983 9979msgid "Operands to .save.gf may not be both zero" 9980msgstr "" 9981 9982#: config/tc-ia64.c:4000 9983msgid "Operand to .spill must be a constant" 9984msgstr "" 9985 9986#: config/tc-ia64.c:4069 9987#, c-format 9988msgid "Operand %d to .%s must be a constant" 9989msgstr "" 9990 9991#: config/tc-ia64.c:4090 9992#, c-format 9993msgid "Missing .label_state %ld" 9994msgstr "" 9995 9996#: config/tc-ia64.c:4144 9997msgid "Operand to .label_state must be a constant" 9998msgstr "" 9999 10000#: config/tc-ia64.c:4163 10001msgid "Operand to .copy_state must be a constant" 10002msgstr "" 10003 10004#: config/tc-ia64.c:4186 10005msgid "First operand to .unwabi must be a constant" 10006msgstr "" 10007 10008#: config/tc-ia64.c:4192 10009msgid "Second operand to .unwabi must be a constant" 10010msgstr "" 10011 10012#: config/tc-ia64.c:4227 10013msgid "Missing .endp after previous .proc" 10014msgstr "" 10015 10016#: config/tc-ia64.c:4245 10017msgid "Empty argument of .proc" 10018msgstr "" 10019 10020#: config/tc-ia64.c:4250 10021#, c-format 10022msgid "`%s' was already defined" 10023msgstr "" 10024 10025#: config/tc-ia64.c:4293 10026msgid "Initial .body should precede any instructions" 10027msgstr "" 10028 10029#: config/tc-ia64.c:4312 10030msgid ".prologue within prologue" 10031msgstr "" 10032 10033#: config/tc-ia64.c:4317 10034msgid "Initial .prologue should precede any instructions" 10035msgstr "" 10036 10037#: config/tc-ia64.c:4327 10038msgid "First operand to .prologue must be a positive 4-bit constant" 10039msgstr "" 10040 10041#: config/tc-ia64.c:4329 10042msgid "Pointless use of zero first operand to .prologue" 10043msgstr "" 10044 10045#: config/tc-ia64.c:4345 10046msgid "Using a constant as second operand to .prologue is deprecated" 10047msgstr "" 10048 10049#: config/tc-ia64.c:4351 10050msgid "Second operand to .prologue must be a general register" 10051msgstr "" 10052 10053#: config/tc-ia64.c:4356 10054#, c-format 10055msgid "Second operand to .prologue must be the first of %d general registers" 10056msgstr "" 10057 10058#: config/tc-ia64.c:4469 10059#, c-format 10060msgid "`%s' was not defined within procedure" 10061msgstr "" 10062 10063#: config/tc-ia64.c:4505 10064msgid "Empty argument of .endp" 10065msgstr "" 10066 10067#: config/tc-ia64.c:4519 10068#, c-format 10069msgid "`%s' was not specified with previous .proc" 10070msgstr "" 10071 10072#: config/tc-ia64.c:4534 10073#, c-format 10074msgid "`%s' should be an operand to this .endp" 10075msgstr "" 10076 10077#: config/tc-ia64.c:4575 config/tc-ia64.c:4882 config/tc-ia64.c:5188 10078msgid "Comma expected" 10079msgstr "" 10080 10081#: config/tc-ia64.c:4615 10082msgid "Expected '['" 10083msgstr "" 10084 10085#: config/tc-ia64.c:4624 config/tc-ia64.c:7722 10086msgid "Expected ']'" 10087msgstr "" 10088 10089#: config/tc-ia64.c:4629 10090msgid "Number of elements must be positive" 10091msgstr "" 10092 10093#: config/tc-ia64.c:4640 10094#, c-format 10095msgid "Used more than the declared %d rotating registers" 10096msgstr "" 10097 10098#: config/tc-ia64.c:4648 10099msgid "Used more than the available 96 rotating registers" 10100msgstr "" 10101 10102#: config/tc-ia64.c:4655 10103msgid "Used more than the available 48 rotating registers" 10104msgstr "" 10105 10106#: config/tc-ia64.c:4678 10107#, c-format 10108msgid "Attempt to redefine register set `%s'" 10109msgstr "" 10110 10111#: config/tc-ia64.c:4742 10112#, c-format 10113msgid "Unknown psr option `%s'" 10114msgstr "" 10115 10116#: config/tc-ia64.c:4777 10117msgid "Comma expected after section name" 10118msgstr "" 10119 10120#: config/tc-ia64.c:4788 10121msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated." 10122msgstr "" 10123 10124#: config/tc-ia64.c:4877 10125msgid "Register name expected" 10126msgstr "" 10127 10128#: config/tc-ia64.c:4890 10129msgid "Register value annotation ignored" 10130msgstr "" 10131 10132#: config/tc-ia64.c:4929 10133msgid "Directive invalid within a bundle" 10134msgstr "" 10135 10136#: config/tc-ia64.c:5023 10137msgid "Missing predicate relation type" 10138msgstr "" 10139 10140#: config/tc-ia64.c:5029 10141msgid "Unrecognized predicate relation type" 10142msgstr "" 10143 10144#: config/tc-ia64.c:5075 10145msgid "Bad register range" 10146msgstr "" 10147 10148#: config/tc-ia64.c:5084 config/tc-ia64.c:7668 10149msgid "Predicate register expected" 10150msgstr "" 10151 10152#: config/tc-ia64.c:5089 10153msgid "Duplicate predicate register ignored" 10154msgstr "" 10155 10156#: config/tc-ia64.c:5105 10157msgid "Predicate source and target required" 10158msgstr "" 10159 10160#: config/tc-ia64.c:5107 config/tc-ia64.c:5119 10161msgid "Use of p0 is not valid in this context" 10162msgstr "" 10163 10164#: config/tc-ia64.c:5114 10165msgid "At least two PR arguments expected" 10166msgstr "" 10167 10168#: config/tc-ia64.c:5128 10169msgid "At least one PR argument expected" 10170msgstr "" 10171 10172#: config/tc-ia64.c:5160 10173#, c-format 10174msgid "duplicate entry hint %s" 10175msgstr "" 10176 10177#. FIXME -- need 62-bit relocation type 10178#: config/tc-ia64.c:5635 10179msgid "62-bit relocation not yet implemented" 10180msgstr "" 10181 10182#. XXX technically, this is wrong: we should not be issuing warning 10183#. messages until we're sure this instruction pattern is going to 10184#. be used! 10185#: config/tc-ia64.c:5721 10186msgid "lower 16 bits of mask ignored" 10187msgstr "" 10188 10189#: config/tc-ia64.c:5950 10190msgid "stride must be a multiple of 64; lower 6 bits ignored" 10191msgstr "" 10192 10193#: config/tc-ia64.c:6069 10194msgid "Expected separator `='" 10195msgstr "" 10196 10197#: config/tc-ia64.c:6105 10198msgid "Duplicate equal sign (=) in instruction" 10199msgstr "" 10200 10201#: config/tc-ia64.c:6112 10202#, c-format 10203msgid "Illegal operand separator `%c'" 10204msgstr "" 10205 10206#: config/tc-ia64.c:6227 10207#, c-format 10208msgid "Operand %u of `%s' should be %s" 10209msgstr "" 10210 10211#: config/tc-ia64.c:6231 10212msgid "Wrong number of output operands" 10213msgstr "" 10214 10215#: config/tc-ia64.c:6233 10216msgid "Wrong number of input operands" 10217msgstr "" 10218 10219#: config/tc-ia64.c:6235 10220msgid "Operand mismatch" 10221msgstr "" 10222 10223#: config/tc-ia64.c:6317 10224#, c-format 10225msgid "Invalid use of `%c%d' as output operand" 10226msgstr "" 10227 10228#: config/tc-ia64.c:6320 10229#, c-format 10230msgid "Invalid use of `r%d' as base update address operand" 10231msgstr "" 10232 10233#: config/tc-ia64.c:6344 10234#, c-format 10235msgid "Invalid duplicate use of `%c%d'" 10236msgstr "" 10237 10238#: config/tc-ia64.c:6351 10239#, c-format 10240msgid "Invalid simultaneous use of `f%d' and `f%d'" 10241msgstr "" 10242 10243#: config/tc-ia64.c:6357 10244#, c-format 10245msgid "Dangerous simultaneous use of `f%d' and `f%d'" 10246msgstr "" 10247 10248#: config/tc-ia64.c:6401 10249msgid "Value truncated to 62 bits" 10250msgstr "" 10251 10252#: config/tc-ia64.c:6469 10253#, c-format 10254msgid "Bad operand value: %s" 10255msgstr "" 10256 10257#. Give an error if a frag containing code is not aligned to a 16 byte 10258#. boundary. 10259#: config/tc-ia64.c:6544 config/tc-ia64.h:177 10260msgid "instruction address is not a multiple of 16" 10261msgstr "" 10262 10263#: config/tc-ia64.c:6612 10264#, c-format 10265msgid "`%s' must be last in bundle" 10266msgstr "" 10267 10268#: config/tc-ia64.c:6644 10269#, c-format 10270msgid "Internal error: don't know how to force %s to end of instruction group" 10271msgstr "" 10272 10273#: config/tc-ia64.c:6657 10274#, c-format 10275msgid "`%s' must be last in instruction group" 10276msgstr "" 10277 10278#: config/tc-ia64.c:6687 10279msgid "Label must be first in a bundle" 10280msgstr "" 10281 10282#: config/tc-ia64.c:6764 10283msgid "hint in B unit may be treated as nop" 10284msgstr "" 10285 10286#: config/tc-ia64.c:6775 10287msgid "hint in B unit can't be used" 10288msgstr "" 10289 10290#: config/tc-ia64.c:6789 10291msgid "emit_one_bundle: unexpected dynamic op" 10292msgstr "" 10293 10294#: config/tc-ia64.c:6929 10295#, c-format 10296msgid "`%s' does not fit into %s template" 10297msgstr "" 10298 10299#: config/tc-ia64.c:6944 10300#, c-format 10301msgid "`%s' does not fit into bundle" 10302msgstr "" 10303 10304#: config/tc-ia64.c:6956 10305#, c-format 10306msgid "`%s' can't go in %s of %s template" 10307msgstr "" 10308 10309#: config/tc-ia64.c:6962 10310msgid "Missing '}' at end of file" 10311msgstr "" 10312 10313#: config/tc-ia64.c:7109 10314#, c-format 10315msgid "Unrecognized option '-x%s'" 10316msgstr "" 10317 10318#: config/tc-ia64.c:7136 10319msgid "" 10320"IA-64 options:\n" 10321" --mconstant-gp\t mark output file as using the constant-GP model\n" 10322"\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n" 10323" --mauto-pic\t\t mark output file as using the constant-GP model\n" 10324"\t\t\t without function descriptors (sets ELF header flag\n" 10325"\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n" 10326" -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n" 10327" -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n" 10328" -mtune=[itanium1|itanium2]\n" 10329"\t\t\t tune for a specific CPU (default -mtune=itanium2)\n" 10330" -munwind-check=[warning|error]\n" 10331"\t\t\t unwind directive check (default -munwind-check=warning)\n" 10332" -mhint.b=[ok|warning|error]\n" 10333"\t\t\t hint.b check (default -mhint.b=error)\n" 10334" -x | -xexplicit\t turn on dependency violation checking\n" 10335msgstr "" 10336 10337#. Note for translators: "automagically" can be translated as "automatically" here. 10338#: config/tc-ia64.c:7153 10339msgid "" 10340" -xauto\t\t automagically remove dependency violations (default)\n" 10341" -xnone\t\t turn off dependency violation checking\n" 10342" -xdebug\t\t debug dependency violation checker\n" 10343" -xdebugn\t\t debug dependency violation checker but turn off\n" 10344"\t\t\t dependency violation checking\n" 10345" -xdebugx\t\t debug dependency violation checker and turn on\n" 10346"\t\t\t dependency violation checking\n" 10347msgstr "" 10348 10349#: config/tc-ia64.c:7168 10350msgid "--gstabs is not supported for ia64" 10351msgstr "" 10352 10353#: config/tc-ia64.c:7603 10354msgid "Explicit stops are ignored in auto mode" 10355msgstr "" 10356 10357#: config/tc-ia64.c:7612 10358msgid "Found '{' when manual bundling is already turned on" 10359msgstr "" 10360 10361#: config/tc-ia64.c:7625 10362msgid "Found '{' after explicit switch to automatic mode" 10363msgstr "" 10364 10365#: config/tc-ia64.c:7631 10366msgid "Found '}' when manual bundling is off" 10367msgstr "" 10368 10369#: config/tc-ia64.c:7658 10370msgid "Expected ')'" 10371msgstr "" 10372 10373#: config/tc-ia64.c:7663 10374msgid "Qualifying predicate expected" 10375msgstr "" 10376 10377#: config/tc-ia64.c:7682 10378msgid "Tag must come before qualifying predicate." 10379msgstr "" 10380 10381#: config/tc-ia64.c:7711 10382msgid "Expected ':'" 10383msgstr "" 10384 10385#: config/tc-ia64.c:7727 10386msgid "Tag name expected" 10387msgstr "" 10388 10389#: config/tc-ia64.c:7829 10390msgid "Rotating register index must be a non-negative constant" 10391msgstr "" 10392 10393#: config/tc-ia64.c:7834 10394#, c-format 10395msgid "Index out of range 0..%u" 10396msgstr "" 10397 10398#: config/tc-ia64.c:7846 10399msgid "Indirect register index must be a general register" 10400msgstr "" 10401 10402#: config/tc-ia64.c:7855 10403msgid "Index can only be applied to rotating or indirect registers" 10404msgstr "" 10405 10406#: config/tc-ia64.c:7891 config/tc-xstormy16.c:145 10407msgid "Expected '('" 10408msgstr "" 10409 10410#: config/tc-ia64.c:7899 config/tc-pdp11.c:466 config/tc-pdp11.c:530 10411#: config/tc-pdp11.c:564 config/tc-tilegx.c:1044 config/tc-tilepro.c:932 10412#: config/tc-xstormy16.c:154 10413msgid "Missing ')'" 10414msgstr "" 10415 10416#: config/tc-ia64.c:7917 config/tc-xstormy16.c:161 10417msgid "Not a symbolic expression" 10418msgstr "" 10419 10420#: config/tc-ia64.c:7922 config/tc-ia64.c:7936 10421msgid "Illegal combination of relocation functions" 10422msgstr "" 10423 10424#: config/tc-ia64.c:8025 10425msgid "No current frame" 10426msgstr "" 10427 10428#: config/tc-ia64.c:8027 10429#, c-format 10430msgid "Register number out of range 0..%u" 10431msgstr "" 10432 10433#: config/tc-ia64.c:8066 10434msgid "Standalone `#' is illegal" 10435msgstr "" 10436 10437#: config/tc-ia64.c:8069 10438msgid "Redundant `#' suffix operators" 10439msgstr "" 10440 10441#: config/tc-ia64.c:8227 10442#, c-format 10443msgid "Unhandled dependency %s for %s (%s), note %d" 10444msgstr "" 10445 10446#: config/tc-ia64.c:9540 10447#, c-format 10448msgid "Unrecognized dependency specifier %d\n" 10449msgstr "" 10450 10451#: config/tc-ia64.c:10401 10452msgid "Only the first path encountering the conflict is reported" 10453msgstr "" 10454 10455#: config/tc-ia64.c:10403 10456msgid "This is the location of the conflicting usage" 10457msgstr "" 10458 10459#: config/tc-ia64.c:10665 10460#, c-format 10461msgid "Unknown opcode `%s'" 10462msgstr "" 10463 10464#: config/tc-ia64.c:10743 10465#, c-format 10466msgid "AR %d can only be accessed by %c-unit" 10467msgstr "" 10468 10469#: config/tc-ia64.c:10755 10470msgid "hint.b may be treated as nop" 10471msgstr "" 10472 10473#: config/tc-ia64.c:10758 10474msgid "hint.b shouldn't be used" 10475msgstr "" 10476 10477#: config/tc-ia64.c:10797 10478#, c-format 10479msgid "`%s' cannot be predicated" 10480msgstr "" 10481 10482#: config/tc-ia64.c:10870 10483msgid "Closing bracket missing" 10484msgstr "" 10485 10486#: config/tc-ia64.c:10879 10487msgid "Index must be a general register" 10488msgstr "" 10489 10490#: config/tc-ia64.c:11044 10491#, c-format 10492msgid "Unsupported fixup size %d" 10493msgstr "" 10494 10495#. This should be an error, but since previously there wasn't any 10496#. diagnostic here, don't make it fail because of this for now. 10497#: config/tc-ia64.c:11316 10498#, c-format 10499msgid "Cannot express %s%d%s relocation" 10500msgstr "" 10501 10502#: config/tc-ia64.c:11335 10503msgid "No addend allowed in @fptr() relocation" 10504msgstr "" 10505 10506#: config/tc-ia64.c:11374 10507msgid "integer operand out of range" 10508msgstr "" 10509 10510#: config/tc-ia64.c:11441 10511#, c-format 10512msgid "%s must have a constant value" 10513msgstr "" 10514 10515#: config/tc-ia64.c:11461 10516msgid "cannot resolve @slotcount parameter" 10517msgstr "" 10518 10519#: config/tc-ia64.c:11494 10520msgid "invalid @slotcount value" 10521msgstr "" 10522 10523#: config/tc-ia64.c:11531 config/tc-z8k.c:1388 10524#, c-format 10525msgid "Cannot represent %s relocation in object file" 10526msgstr "" 10527 10528#: config/tc-ia64.c:11640 10529msgid "Can't add stop bit to mark end of instruction group" 10530msgstr "" 10531 10532#: config/tc-ia64.c:11748 read.c:2636 read.c:3240 read.c:3809 stabs.c:461 10533#, c-format 10534msgid "expected comma after \"%s\"" 10535msgstr "" 10536 10537#: config/tc-ia64.c:11789 10538#, c-format 10539msgid "`%s' is already the alias of %s `%s'" 10540msgstr "" 10541 10542#: config/tc-ia64.c:11800 10543#, c-format 10544msgid "%s `%s' already has an alias `%s'" 10545msgstr "" 10546 10547#: config/tc-ia64.c:11833 10548#, c-format 10549msgid "symbol `%s' aliased to `%s' is not used" 10550msgstr "" 10551 10552#: config/tc-ia64.c:11859 10553#, c-format 10554msgid "section `%s' aliased to `%s' is not used" 10555msgstr "" 10556 10557#: config/tc-ip2k.c:139 10558#, c-format 10559msgid "IP2K specific command line options:\n" 10560msgstr "" 10561 10562#: config/tc-ip2k.c:140 10563#, c-format 10564msgid " -mip2022 restrict to IP2022 insns \n" 10565msgstr "" 10566 10567#: config/tc-ip2k.c:141 10568#, c-format 10569msgid " -mip2022ext permit extended IP2022 insn\n" 10570msgstr "" 10571 10572#: config/tc-ip2k.c:232 10573msgid "relaxation not supported\n" 10574msgstr "" 10575 10576#: config/tc-iq2000.c:356 10577#, c-format 10578msgid "the yielding instruction %s may not be in a delay slot." 10579msgstr "" 10580 10581#: config/tc-iq2000.c:364 10582#, c-format 10583msgid "Register number (R%ld) for double word access must be even." 10584msgstr "" 10585 10586#: config/tc-iq2000.c:373 config/tc-iq2000.c:378 config/tc-iq2000.c:383 10587#: config/tc-iq2000.c:400 config/tc-mt.c:246 config/tc-mt.c:251 10588#, c-format 10589msgid "operand references R%ld of previous load." 10590msgstr "" 10591 10592#: config/tc-iq2000.c:388 10593msgid "instruction implicitly accesses R31 of previous load." 10594msgstr "" 10595 10596#: config/tc-iq2000.c:643 config/tc-mep.c:2008 10597msgid "Unmatched high relocation" 10598msgstr "" 10599 10600#: config/tc-iq2000.c:820 config/tc-mips.c:19777 config/tc-score.c:5784 10601msgid ".end not in text section" 10602msgstr "" 10603 10604#: config/tc-iq2000.c:824 config/tc-score.c:5787 10605msgid ".end directive without a preceding .ent directive." 10606msgstr "" 10607 10608#: config/tc-iq2000.c:833 config/tc-score.c:5795 10609msgid ".end symbol does not match .ent symbol." 10610msgstr "" 10611 10612#: config/tc-iq2000.c:836 config/tc-mips.c:19797 config/tc-score.c:5800 10613msgid ".end directive missing or unknown symbol" 10614msgstr "" 10615 10616#: config/tc-iq2000.c:854 10617msgid "Expected simple number." 10618msgstr "" 10619 10620#: config/tc-iq2000.c:883 config/tc-mips.c:19702 config/tc-score.c:5650 10621#, c-format 10622msgid " *input_line_pointer == '%c' 0x%02x\n" 10623msgstr "" 10624 10625#: config/tc-iq2000.c:885 10626msgid "Invalid number" 10627msgstr "" 10628 10629#: config/tc-iq2000.c:919 config/tc-score.c:5681 10630msgid ".ent or .aent not in text section." 10631msgstr "" 10632 10633#: config/tc-iq2000.c:922 10634msgid "missing `.end'" 10635msgstr "" 10636 10637#: config/tc-kvx.c:1737 10638msgid "signed16 PCREL value out of range" 10639msgstr "" 10640 10641#: config/tc-kvx.c:1745 10642msgid "signed43 PCREL value out of range" 10643msgstr "" 10644 10645#: config/tc-kvx.c:1752 10646msgid "signed37 PCREL value out of range" 10647msgstr "" 10648 10649#: config/tc-loongarch.c:417 10650#, c-format 10651msgid "insn name: %s\tformat: %s\tsyntax error" 10652msgstr "" 10653 10654#: config/tc-loongarch.c:420 10655#, c-format 10656msgid "" 10657"insn name: %s\n" 10658"format: %s\n" 10659"we want macro but macro is NULL" 10660msgstr "" 10661 10662#: config/tc-loongarch.c:425 10663#, c-format 10664msgid "" 10665"insn name: %s\n" 10666"format: %s\n" 10667"macro: %s\tsyntax error" 10668msgstr "" 10669 10670#: config/tc-loongarch.c:456 10671#, c-format 10672msgid "Unsupported use of %s" 10673msgstr "" 10674 10675#: config/tc-loongarch.c:527 10676msgid "internal error: we have no internal label yet" 10677msgstr "" 10678 10679#: config/tc-loongarch.c:632 10680msgid "This label shouldn't be with addend." 10681msgstr "" 10682 10683#: config/tc-loongarch.c:678 10684msgid "expr too huge" 10685msgstr "" 10686 10687#: config/tc-loongarch.c:705 10688#, c-format 10689msgid "" 10690"not support reloc bit-field\n" 10691"fmt: %c%c %s\n" 10692"args: %s" 10693msgstr "" 10694 10695#: config/tc-loongarch.c:771 config/tc-loongarch.c:796 10696#, c-format 10697msgid "register alias %s is deprecated, use %s instead" 10698msgstr "" 10699 10700#: config/tc-loongarch.c:829 10701msgid "unknown escape" 10702msgstr "" 10703 10704#: config/tc-loongarch.c:856 10705#, c-format 10706msgid "require imm low %d bit is 0." 10707msgstr "" 10708 10709#. How to do after we detect overflow. 10710#: config/tc-loongarch.c:868 10711#, c-format 10712msgid "" 10713"Immediate overflow.\n" 10714"format: %c%c%s\n" 10715"arg: %s" 10716msgstr "" 10717 10718#: config/tc-loongarch.c:957 10719msgid "AMO insns require rd != base && rd != rt when rd isn't $r0" 10720msgstr "" 10721 10722#: config/tc-loongarch.c:969 10723msgid "bstr(ins|pick).[wd] require msbd >= lsbd" 10724msgstr "" 10725 10726#: config/tc-loongarch.c:974 10727msgid "csrxchg require rj != $r0 && rj != $r1" 10728msgstr "" 10729 10730#: config/tc-loongarch.c:1066 10731#, c-format 10732msgid "no HOWTO loong relocation number %d" 10733msgstr "" 10734 10735#: config/tc-loongarch.c:1076 10736msgid "Internal error: not support relax now" 10737msgstr "" 10738 10739#: config/tc-loongarch.c:1134 10740#, c-format 10741msgid "li overflow: hi32:0x%x lo32:0x%x" 10742msgstr "" 10743 10744#: config/tc-loongarch.c:1139 10745msgid "we can't li.d on 32bit-arch" 10746msgstr "" 10747 10748#: config/tc-loongarch.c:1238 10749#, c-format 10750msgid "no match insn: %s\t%s" 10751msgstr "" 10752 10753#: config/tc-loongarch.c:1359 config/tc-loongarch.c:1366 10754msgid "Relocation against a constant" 10755msgstr "" 10756 10757#: config/tc-loongarch.c:1574 config/tc-riscv.c:4362 10758#, c-format 10759msgid "internal: bad CFA value #%d" 10760msgstr "" 10761 10762#: config/tc-loongarch.c:1586 10763msgid "Relocation against a constant." 10764msgstr "" 10765 10766#: config/tc-loongarch.c:1644 config/tc-riscv.c:4843 10767#, c-format 10768msgid "cannot represent %s relocation in object file" 10769msgstr "" 10770 10771#: config/tc-loongarch.c:1713 10772#, c-format 10773msgid "LARCH options:\n" 10774msgstr "" 10775 10776#. FIXME 10777#: config/tc-loongarch.c:1715 10778#, c-format 10779msgid "" 10780" -mthin-add-sub\t Convert a pair of R_LARCH_ADD32/64 and R_LARCH_SUB32/64 " 10781"to\n" 10782"\t\t\t R_LARCH_32/64_PCREL as much as possible\n" 10783"\t\t\t The option does not affect the generation of R_LARCH_32_PCREL\n" 10784"\t\t\t relocations in .eh_frame\n" 10785msgstr "" 10786 10787#: config/tc-m32c.c:139 10788#, c-format 10789msgid " M32C specific command line options:\n" 10790msgstr "" 10791 10792#. Pretend that we do not recognise this option. 10793#: config/tc-m32r.c:330 10794msgid "Unrecognised option: -hidden" 10795msgstr "" 10796 10797#: config/tc-m32r.c:357 config/tc-sparc.c:602 10798msgid "Unrecognized option following -K" 10799msgstr "" 10800 10801#: config/tc-m32r.c:372 10802#, c-format 10803msgid " M32R specific command line options:\n" 10804msgstr "" 10805 10806#: config/tc-m32r.c:374 10807#, c-format 10808msgid "" 10809" -m32r disable support for the m32rx instruction set\n" 10810msgstr "" 10811 10812#: config/tc-m32r.c:376 10813#, c-format 10814msgid " -m32rx support the extended m32rx instruction set\n" 10815msgstr "" 10816 10817#: config/tc-m32r.c:378 10818#, c-format 10819msgid " -m32r2 support the extended m32r2 instruction set\n" 10820msgstr "" 10821 10822#: config/tc-m32r.c:380 10823#, c-format 10824msgid " -EL,-little produce little endian code and data\n" 10825msgstr "" 10826 10827#: config/tc-m32r.c:382 10828#, c-format 10829msgid " -EB,-big produce big endian code and data\n" 10830msgstr "" 10831 10832#: config/tc-m32r.c:384 10833#, c-format 10834msgid " -parallel try to combine instructions in parallel\n" 10835msgstr "" 10836 10837#: config/tc-m32r.c:386 10838#, c-format 10839msgid " -no-parallel disable -parallel\n" 10840msgstr "" 10841 10842#: config/tc-m32r.c:388 10843#, c-format 10844msgid "" 10845" -no-bitinst disallow the M32R2's extended bit-field " 10846"instructions\n" 10847msgstr "" 10848 10849#: config/tc-m32r.c:390 10850#, c-format 10851msgid " -O try to optimize code. Implies -parallel\n" 10852msgstr "" 10853 10854#: config/tc-m32r.c:393 10855#, c-format 10856msgid "" 10857" -warn-explicit-parallel-conflicts warn when parallel instructions\n" 10858msgstr "" 10859 10860#: config/tc-m32r.c:395 10861#, c-format 10862msgid " might violate constraints\n" 10863msgstr "" 10864 10865#: config/tc-m32r.c:397 10866#, c-format 10867msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n" 10868msgstr "" 10869 10870#: config/tc-m32r.c:399 10871#, c-format 10872msgid "" 10873" instructions might violate " 10874"constraints\n" 10875msgstr "" 10876 10877#: config/tc-m32r.c:401 10878#, c-format 10879msgid "" 10880" -Wp synonym for -warn-explicit-parallel-conflicts\n" 10881msgstr "" 10882 10883#: config/tc-m32r.c:403 10884#, c-format 10885msgid "" 10886" -Wnp synonym for -no-warn-explicit-parallel-conflicts\n" 10887msgstr "" 10888 10889#: config/tc-m32r.c:405 10890#, c-format 10891msgid "" 10892" -ignore-parallel-conflicts do not check parallel instructions\n" 10893msgstr "" 10894 10895#: config/tc-m32r.c:407 10896#, c-format 10897msgid " for constraint violations\n" 10898msgstr "" 10899 10900#: config/tc-m32r.c:409 10901#, c-format 10902msgid "" 10903" -no-ignore-parallel-conflicts check parallel instructions for\n" 10904msgstr "" 10905 10906#: config/tc-m32r.c:411 10907#, c-format 10908msgid " constraint violations\n" 10909msgstr "" 10910 10911#: config/tc-m32r.c:413 10912#, c-format 10913msgid " -Ip synonym for -ignore-parallel-conflicts\n" 10914msgstr "" 10915 10916#: config/tc-m32r.c:415 10917#, c-format 10918msgid " -nIp synonym for -no-ignore-parallel-conflicts\n" 10919msgstr "" 10920 10921#: config/tc-m32r.c:418 10922#, c-format 10923msgid "" 10924" -warn-unmatched-high warn when an (s)high reloc has no matching low " 10925"reloc\n" 10926msgstr "" 10927 10928#: config/tc-m32r.c:420 10929#, c-format 10930msgid " -no-warn-unmatched-high do not warn about missing low relocs\n" 10931msgstr "" 10932 10933#: config/tc-m32r.c:422 10934#, c-format 10935msgid " -Wuh synonym for -warn-unmatched-high\n" 10936msgstr "" 10937 10938#: config/tc-m32r.c:424 10939#, c-format 10940msgid " -Wnuh synonym for -no-warn-unmatched-high\n" 10941msgstr "" 10942 10943#: config/tc-m32r.c:427 10944#, c-format 10945msgid " -KPIC generate PIC\n" 10946msgstr "" 10947 10948#: config/tc-m32r.c:848 10949msgid "instructions write to the same destination register." 10950msgstr "" 10951 10952#: config/tc-m32r.c:856 10953msgid "Instructions do not use parallel execution pipelines." 10954msgstr "" 10955 10956#: config/tc-m32r.c:864 10957msgid "Instructions share the same execution pipeline" 10958msgstr "" 10959 10960#: config/tc-m32r.c:929 config/tc-m32r.c:1043 10961#, c-format 10962msgid "not a 16 bit instruction '%s'" 10963msgstr "" 10964 10965#: config/tc-m32r.c:941 config/tc-m32r.c:1055 config/tc-m32r.c:1239 10966#, c-format 10967msgid "instruction '%s' is for the M32R2 only" 10968msgstr "" 10969 10970#: config/tc-m32r.c:954 config/tc-m32r.c:1068 config/tc-m32r.c:1252 10971#, c-format 10972msgid "unknown instruction '%s'" 10973msgstr "" 10974 10975#: config/tc-m32r.c:963 config/tc-m32r.c:1075 config/tc-m32r.c:1259 10976#, c-format 10977msgid "instruction '%s' is for the M32RX only" 10978msgstr "" 10979 10980#: config/tc-m32r.c:972 config/tc-m32r.c:1084 10981#, c-format 10982msgid "instruction '%s' cannot be executed in parallel." 10983msgstr "" 10984 10985#: config/tc-m32r.c:1027 config/tc-m32r.c:1109 config/tc-m32r.c:1316 10986msgid "internal error: lookup/get operands failed" 10987msgstr "" 10988 10989#: config/tc-m32r.c:1094 10990#, c-format 10991msgid "'%s': only the NOP instruction can be issued in parallel on the m32r" 10992msgstr "" 10993 10994#: config/tc-m32r.c:1123 10995#, c-format 10996msgid "" 10997"%s: output of 1st instruction is the same as an input to 2nd instruction - " 10998"is this intentional ?" 10999msgstr "" 11000 11001#: config/tc-m32r.c:1127 11002#, c-format 11003msgid "" 11004"%s: output of 2nd instruction is the same as an input to 1st instruction - " 11005"is this intentional ?" 11006msgstr "" 11007 11008#: config/tc-m32r.c:1490 config/tc-microblaze.c:175 11009msgid "Expected comma after symbol-name: rest of line ignored." 11010msgstr "" 11011 11012#: config/tc-m32r.c:1500 11013#, c-format 11014msgid ".SCOMMon length (%ld.) <0! Ignored." 11015msgstr "" 11016 11017#: config/tc-m32r.c:1514 config/tc-microblaze.c:197 config/tc-ppc.c:2419 11018#: config/tc-ppc.c:4358 config/tc-ppc.c:4413 11019msgid "ignoring bad alignment" 11020msgstr "" 11021 11022#: config/tc-m32r.c:1526 config/tc-microblaze.c:232 config/tc-v850.c:380 11023msgid "Common alignment not a power of 2" 11024msgstr "" 11025 11026#: config/tc-m32r.c:1541 config/tc-microblaze.c:208 11027#, c-format 11028msgid "Ignoring attempt to re-define symbol `%s'." 11029msgstr "" 11030 11031#: config/tc-m32r.c:1550 11032#, c-format 11033msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld." 11034msgstr "" 11035 11036#: config/tc-m32r.c:1927 config/tc-m32r.c:1980 config/tc-nds32.c:4786 11037#: config/tc-nds32.c:4830 config/tc-sh.c:391 config/tc-sh.c:2047 11038msgid "Invalid PIC expression." 11039msgstr "" 11040 11041#: config/tc-m32r.c:2071 11042msgid "Unmatched high/shigh reloc" 11043msgstr "" 11044 11045#: config/tc-m68hc11.c:416 11046#, c-format 11047msgid "" 11048"Motorola 68HC11/68HC12/68HCS12 options:\n" 11049" -m68hc11 | -m68hc12 |\n" 11050" -m68hcs12 | -mm9s12x |\n" 11051" -mm9s12xg specify the processor [default %s]\n" 11052" -mshort use 16-bit int ABI (default)\n" 11053" -mlong use 32-bit int ABI\n" 11054" -mshort-double use 32-bit double ABI\n" 11055" -mlong-double use 64-bit double ABI (default)\n" 11056" --force-long-branches always turn relative branches into absolute ones\n" 11057" -S,--short-branches do not turn relative branches into absolute ones\n" 11058" when the offset is out of range\n" 11059" --strict-direct-mode do not turn the direct mode into extended mode\n" 11060" when the instruction does not support direct mode\n" 11061" --print-insn-syntax print the syntax of instruction in case of error\n" 11062" --print-opcodes print the list of instructions with syntax\n" 11063" --xgate-ramoffset offset ram addresses by 0xc000\n" 11064" --generate-example generate an example of each instruction\n" 11065" (used for testing)\n" 11066msgstr "" 11067 11068#: config/tc-m68hc11.c:464 config/tc-xgate.c:284 11069#, c-format 11070msgid "Default target `%s' is not supported." 11071msgstr "" 11072 11073#. Dump the opcode statistics table. 11074#: config/tc-m68hc11.c:482 11075#, c-format 11076msgid "Name # Modes Min ops Max ops Modes mask # Used\n" 11077msgstr "" 11078 11079#: config/tc-m68hc11.c:561 11080#, c-format 11081msgid "Option `%s' is not recognized." 11082msgstr "" 11083 11084#: config/tc-m68hc11.c:746 11085msgid "imm3" 11086msgstr "" 11087 11088#: config/tc-m68hc11.c:754 11089msgid "RD" 11090msgstr "" 11091 11092#: config/tc-m68hc11.c:762 11093msgid "RD,RS" 11094msgstr "" 11095 11096#: config/tc-m68hc11.c:770 11097msgid "RI, #imm4" 11098msgstr "" 11099 11100#: config/tc-m68hc11.c:802 11101msgid "RD, (RI,#offs5)" 11102msgstr "" 11103 11104#: config/tc-m68hc11.c:854 11105msgid "#<imm8>" 11106msgstr "" 11107 11108#: config/tc-m68hc11.c:863 11109msgid "#<imm16>" 11110msgstr "" 11111 11112#: config/tc-m68hc11.c:872 config/tc-m68hc11.c:881 11113msgid "<imm8>,X" 11114msgstr "" 11115 11116#: config/tc-m68hc11.c:908 11117msgid "*<abs8>" 11118msgstr "" 11119 11120#: config/tc-m68hc11.c:920 11121msgid "#<mask>" 11122msgstr "" 11123 11124#: config/tc-m68hc11.c:930 11125#, c-format 11126msgid "symbol%d" 11127msgstr "" 11128 11129#: config/tc-m68hc11.c:932 11130msgid "<abs>" 11131msgstr "" 11132 11133#: config/tc-m68hc11.c:951 11134msgid "<label>" 11135msgstr "" 11136 11137#: config/tc-m68hc11.c:967 11138#, c-format 11139msgid "" 11140"# Example of `%s' instructions\n" 11141"\t.sect .text\n" 11142"_start:\n" 11143msgstr "" 11144 11145#: config/tc-m68hc11.c:1014 11146#, c-format 11147msgid "Instruction `%s' is not recognized." 11148msgstr "" 11149 11150#: config/tc-m68hc11.c:1019 11151#, c-format 11152msgid "Instruction formats for `%s':" 11153msgstr "" 11154 11155#: config/tc-m68hc11.c:1171 11156#, c-format 11157msgid "Immediate operand is not allowed for operand %d." 11158msgstr "" 11159 11160#: config/tc-m68hc11.c:1215 11161msgid "Indirect indexed addressing is not valid for 68HC11." 11162msgstr "" 11163 11164#: config/tc-m68hc11.c:1235 11165msgid "Spurious `,' or bad indirect register addressing mode." 11166msgstr "" 11167 11168#: config/tc-m68hc11.c:1257 11169msgid "Missing second register or offset for indexed-indirect mode." 11170msgstr "" 11171 11172#: config/tc-m68hc11.c:1267 11173msgid "Missing second register for indexed-indirect mode." 11174msgstr "" 11175 11176#: config/tc-m68hc11.c:1283 11177msgid "Missing `]' to close indexed-indirect mode." 11178msgstr "" 11179 11180#: config/tc-m68hc11.c:1328 config/tc-m68hc11.c:2961 config/tc-m68hc11.c:3073 11181#: config/tc-m68hc11.c:3147 config/tc-m68hc11.c:3331 config/tc-m68hc11.c:3402 11182msgid "Illegal operand." 11183msgstr "" 11184 11185#. Looks like OP_R_R. 11186#: config/tc-m68hc11.c:1333 config/tc-m68hc11.c:2966 config/tc-m68hc11.c:3078 11187#: config/tc-m68hc11.c:3152 config/tc-m68hc11.c:3258 config/tc-m68hc11.c:3310 11188#: config/tc-m68hc11.c:3318 config/tc-m68hc11.c:3336 11189msgid "Missing operand." 11190msgstr "" 11191 11192#: config/tc-m68hc11.c:1386 11193msgid "Pre-increment mode is not valid for 68HC11" 11194msgstr "" 11195 11196#: config/tc-m68hc11.c:1399 11197msgid "Wrong register in register indirect mode." 11198msgstr "" 11199 11200#: config/tc-m68hc11.c:1407 11201msgid "Missing `]' to close register indirect operand." 11202msgstr "" 11203 11204#: config/tc-m68hc11.c:1427 11205msgid "Post-decrement mode is not valid for 68HC11." 11206msgstr "" 11207 11208#: config/tc-m68hc11.c:1435 11209msgid "Post-increment mode is not valid for 68HC11." 11210msgstr "" 11211 11212#: config/tc-m68hc11.c:1453 11213msgid "Invalid indexed indirect mode." 11214msgstr "" 11215 11216#: config/tc-m68hc11.c:1577 11217#, c-format 11218msgid "Trap id `%<PRId64>' is out of range." 11219msgstr "" 11220 11221#: config/tc-m68hc11.c:1582 11222msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]." 11223msgstr "" 11224 11225#: config/tc-m68hc11.c:1589 config/tc-m68hc11.c:1741 11226#, c-format 11227msgid "Operand out of 8-bit range: `%<PRId64>'." 11228msgstr "" 11229 11230#: config/tc-m68hc11.c:1597 11231msgid "The trap id must be a constant." 11232msgstr "" 11233 11234#: config/tc-m68hc11.c:1629 config/tc-m68hc11.c:1784 config/tc-xgate.c:1347 11235#, c-format 11236msgid "Operand `%x' not recognized in fixup8." 11237msgstr "" 11238 11239#: config/tc-m68hc11.c:1646 config/tc-m68hc11.c:1694 11240#, c-format 11241msgid "Operand out of 16-bit range: `%<PRId64>'." 11242msgstr "" 11243 11244#: config/tc-m68hc11.c:1677 config/tc-m68hc11.c:1708 11245#, c-format 11246msgid "Operand `%x' not recognized in fixup16." 11247msgstr "" 11248 11249#: config/tc-m68hc11.c:1801 11250#, c-format 11251msgid "Unexpected branch conversion with `%x'" 11252msgstr "" 11253 11254#: config/tc-m68hc11.c:1887 config/tc-m68hc11.c:2019 11255#, c-format 11256msgid "Operand out of range for a relative branch: `%ld'" 11257msgstr "" 11258 11259#: config/tc-m68hc11.c:1987 11260msgid "Invalid register for dbcc/tbcc instruction." 11261msgstr "" 11262 11263#: config/tc-m68hc11.c:2075 11264#, c-format 11265msgid "Increment/decrement value is out of range: `%ld'." 11266msgstr "" 11267 11268#: config/tc-m68hc11.c:2087 11269msgid "Expecting a register." 11270msgstr "" 11271 11272#: config/tc-m68hc11.c:2102 11273msgid "Invalid register for post/pre increment." 11274msgstr "" 11275 11276#: config/tc-m68hc11.c:2132 11277msgid "Invalid register." 11278msgstr "" 11279 11280#: config/tc-m68hc11.c:2139 11281#, c-format 11282msgid "Offset out of 16-bit range: %ld." 11283msgstr "" 11284 11285#: config/tc-m68hc11.c:2145 11286#, c-format 11287msgid "Offset out of 5-bit range for movw/movb insn: %ld." 11288msgstr "" 11289 11290#: config/tc-m68hc11.c:2270 11291msgid "Expecting register D for indexed indirect mode." 11292msgstr "" 11293 11294#: config/tc-m68hc11.c:2272 11295msgid "Indexed indirect mode is not allowed for movb/movw." 11296msgstr "" 11297 11298#: config/tc-m68hc11.c:2289 11299msgid "Invalid accumulator register." 11300msgstr "" 11301 11302#: config/tc-m68hc11.c:2315 11303msgid "Invalid indexed register." 11304msgstr "" 11305 11306#: config/tc-m68hc11.c:2325 11307msgid "Addressing mode not implemented yet." 11308msgstr "" 11309 11310#: config/tc-m68hc11.c:2339 11311msgid "Invalid source register for this instruction, use 'tfr'." 11312msgstr "" 11313 11314#: config/tc-m68hc11.c:2341 11315msgid "Invalid source register." 11316msgstr "" 11317 11318#: config/tc-m68hc11.c:2346 11319msgid "Invalid destination register for this instruction, use 'tfr'." 11320msgstr "" 11321 11322#: config/tc-m68hc11.c:2348 11323msgid "Invalid destination register." 11324msgstr "" 11325 11326#: config/tc-m68hc11.c:2523 11327msgid "Invalid indexed register, expecting register X." 11328msgstr "" 11329 11330#: config/tc-m68hc11.c:2525 11331msgid "Invalid indexed register, expecting register Y." 11332msgstr "" 11333 11334#: config/tc-m68hc11.c:2844 config/tc-s12z.c:3804 11335msgid "No instruction or missing opcode." 11336msgstr "" 11337 11338#: config/tc-m68hc11.c:2854 config/tc-m68hc11.c:3533 11339#, c-format 11340msgid "Opcode `%s' is not recognized." 11341msgstr "" 11342 11343#: config/tc-m68hc11.c:2903 config/tc-m68hc11.c:3452 config/tc-m68hc11.c:3555 11344#, c-format 11345msgid "Garbage at end of instruction: `%s'." 11346msgstr "" 11347 11348#: config/tc-m68hc11.c:3440 11349#, c-format 11350msgid "Failed to find a valid mode for `%s'." 11351msgstr "" 11352 11353#: config/tc-m68hc11.c:3464 config/tc-m68hc11.c:3683 config/tc-m68hc11.c:3689 11354#, c-format 11355msgid "Invalid operand for `%s'" 11356msgstr "" 11357 11358#: config/tc-m68hc11.c:3741 11359#, c-format 11360msgid "Invalid mode: %s\n" 11361msgstr "" 11362 11363#: config/tc-m68hc11.c:3800 11364msgid "bad .relax format" 11365msgstr "" 11366 11367#: config/tc-m68hc11.c:3844 config/tc-s12z.c:3895 config/tc-xgate.c:630 11368#, c-format 11369msgid "Relocation %d is not supported by object file format." 11370msgstr "" 11371 11372#: config/tc-m68hc11.c:4121 11373msgid "bra or bsr with undefined symbol." 11374msgstr "" 11375 11376#: config/tc-m68hc11.c:4222 config/tc-m68hc11.c:4279 11377#, c-format 11378msgid "Subtype %d is not recognized." 11379msgstr "" 11380 11381#: config/tc-m68hc11.c:4368 config/tc-s12z.c:3976 config/tc-xgate.c:708 11382#: config/tc-xgate.c:717 11383msgid "Value out of 16-bit range." 11384msgstr "" 11385 11386#: config/tc-m68hc11.c:4390 11387#, c-format 11388msgid "Value %ld too large for 8-bit PC-relative branch." 11389msgstr "" 11390 11391#: config/tc-m68hc11.c:4400 config/tc-xgate.c:674 11392#, c-format 11393msgid "Value %ld too large for 9-bit PC-relative branch." 11394msgstr "" 11395 11396#: config/tc-m68hc11.c:4409 config/tc-xgate.c:691 11397#, c-format 11398msgid "Value %ld too large for 10-bit PC-relative branch." 11399msgstr "" 11400 11401#: config/tc-m68hc11.c:4417 11402#, c-format 11403msgid "Auto increment/decrement offset '%ld' is out of range." 11404msgstr "" 11405 11406#: config/tc-m68hc11.c:4430 11407#, c-format 11408msgid "Offset out of 5-bit range for movw/movb insn: %ld" 11409msgstr "" 11410 11411#: config/tc-m68hc11.c:4441 11412#, c-format 11413msgid "Offset out of 9-bit range for movw/movb insn: %ld" 11414msgstr "" 11415 11416#: config/tc-m68hc11.c:4453 11417#, c-format 11418msgid "Offset out of 16-bit range for movw/movb insn: %ld" 11419msgstr "" 11420 11421#: config/tc-m68hc11.c:4470 config/tc-s12z.c:3982 config/tc-xgate.c:752 11422#, c-format 11423msgid "Line %d: unknown relocation type: 0x%x." 11424msgstr "" 11425 11426#: config/tc-m68hc11.c:4495 config/tc-z80.c:3452 config/tc-z80.c:3472 11427msgid "Invalid directive" 11428msgstr "" 11429 11430#: config/tc-m68k.c:1123 11431#, c-format 11432msgid "Can not do %d byte pc-relative relocation" 11433msgstr "" 11434 11435#: config/tc-m68k.c:1125 11436#, c-format 11437msgid "Can not do %d byte pc-relative pic relocation" 11438msgstr "" 11439 11440#: config/tc-m68k.c:1130 11441#, c-format 11442msgid "Can not do %d byte relocation" 11443msgstr "" 11444 11445#: config/tc-m68k.c:1132 11446#, c-format 11447msgid "Can not do %d byte pic relocation" 11448msgstr "" 11449 11450#: config/tc-m68k.c:1202 11451#, c-format 11452msgid "Unable to produce reloc against symbol '%s'" 11453msgstr "" 11454 11455#: config/tc-m68k.c:1261 config/tc-vax.c:2368 11456#, c-format 11457msgid "Cannot make %s relocation PC relative" 11458msgstr "" 11459 11460#: config/tc-m68k.c:1343 config/tc-vax.c:1878 11461msgid "No operator" 11462msgstr "" 11463 11464#: config/tc-m68k.c:1373 config/tc-vax.c:1894 11465msgid "Unknown operator" 11466msgstr "" 11467 11468#: config/tc-m68k.c:2276 11469msgid "invalid instruction for this architecture; needs " 11470msgstr "" 11471 11472#: config/tc-m68k.c:2284 11473msgid "hardware divide" 11474msgstr "" 11475 11476#: config/tc-m68k.c:2306 config/tc-m68k.c:2310 config/tc-m68k.c:2314 11477msgid "or higher" 11478msgstr "" 11479 11480#: config/tc-m68k.c:2367 11481msgid "operands mismatch" 11482msgstr "" 11483 11484#: config/tc-m68k.c:2431 config/tc-m68k.c:2437 config/tc-m68k.c:2443 11485#: config/tc-mmix.c:2509 config/tc-mmix.c:2533 11486msgid "operand out of range" 11487msgstr "" 11488 11489#: config/tc-m68k.c:2500 11490#, c-format 11491msgid "Bignum too big for %c format; truncated" 11492msgstr "" 11493 11494#: config/tc-m68k.c:2577 11495msgid "displacement too large for this architecture; needs 68020 or higher" 11496msgstr "" 11497 11498#: config/tc-m68k.c:2685 11499msgid "" 11500"scale factor invalid on this architecture; needs cpu32 or 68020 or higher" 11501msgstr "" 11502 11503#: config/tc-m68k.c:2690 11504msgid "invalid index size for coldfire" 11505msgstr "" 11506 11507#: config/tc-m68k.c:2743 11508msgid "Forcing byte displacement" 11509msgstr "" 11510 11511#: config/tc-m68k.c:2745 11512msgid "byte displacement out of range" 11513msgstr "" 11514 11515#: config/tc-m68k.c:2790 config/tc-m68k.c:2828 11516msgid "invalid operand mode for this architecture; needs 68020 or higher" 11517msgstr "" 11518 11519#: config/tc-m68k.c:2814 config/tc-m68k.c:2848 11520msgid ":b not permitted; defaulting to :w" 11521msgstr "" 11522 11523#: config/tc-m68k.c:2923 11524msgid "unsupported byte value; use a different suffix" 11525msgstr "" 11526 11527#: config/tc-m68k.c:2938 11528msgid "unknown/incorrect operand" 11529msgstr "" 11530 11531#: config/tc-m68k.c:2981 config/tc-m68k.c:2989 config/tc-m68k.c:2996 11532#: config/tc-m68k.c:3003 11533msgid "out of range" 11534msgstr "" 11535 11536#: config/tc-m68k.c:3074 11537msgid "Can't use long branches on this architecture" 11538msgstr "" 11539 11540#: config/tc-m68k.c:3180 11541msgid "Expression out of range, using 0" 11542msgstr "" 11543 11544#: config/tc-m68k.c:3381 config/tc-m68k.c:3397 11545msgid "Floating point register in register list" 11546msgstr "" 11547 11548#: config/tc-m68k.c:3387 11549msgid "Wrong register in floating-point reglist" 11550msgstr "" 11551 11552#: config/tc-m68k.c:3403 11553msgid "incorrect register in reglist" 11554msgstr "" 11555 11556#: config/tc-m68k.c:3409 11557msgid "wrong register in floating-point reglist" 11558msgstr "" 11559 11560#: config/tc-m68k.c:3820 config/tc-m68k.c:3852 config/tc-sparc.c:3139 11561msgid "failed sanity check." 11562msgstr "" 11563 11564#. ERROR. 11565#: config/tc-m68k.c:3882 11566msgid "Extra )" 11567msgstr "" 11568 11569#. ERROR. 11570#: config/tc-m68k.c:3893 11571msgid "Missing )" 11572msgstr "" 11573 11574#: config/tc-m68k.c:3910 11575msgid "Missing operand" 11576msgstr "" 11577 11578#: config/tc-m68k.c:4235 11579#, c-format 11580msgid "unrecognized default cpu `%s'" 11581msgstr "" 11582 11583#: config/tc-m68k.c:4289 11584#, c-format 11585msgid "%s -- statement `%s' ignored" 11586msgstr "" 11587 11588#: config/tc-m68k.c:4336 11589#, c-format 11590msgid "Don't know how to figure out width of %c in md_assemble()" 11591msgstr "" 11592 11593#: config/tc-m68k.c:4566 config/tc-m68k.c:4604 11594#, c-format 11595msgid "Internal Error: Can't find %s in hash table" 11596msgstr "" 11597 11598#: config/tc-m68k.c:4720 11599#, c-format 11600msgid "text label `%s' aligned to odd boundary" 11601msgstr "" 11602 11603#: config/tc-m68k.c:4879 11604#, c-format 11605msgid "value %ld out of range" 11606msgstr "" 11607 11608#: config/tc-m68k.c:4893 11609msgid "invalid byte branch offset" 11610msgstr "" 11611 11612#: config/tc-m68k.c:4930 11613msgid "short branch with zero offset: use :w" 11614msgstr "" 11615 11616#: config/tc-m68k.c:4974 11617msgid "Conversion of PC relative BSR to absolute JSR" 11618msgstr "" 11619 11620#: config/tc-m68k.c:4985 11621msgid "Conversion of PC relative branch to absolute jump" 11622msgstr "" 11623 11624#: config/tc-m68k.c:5002 config/tc-m68k.c:5059 11625msgid "Conversion of PC relative conditional branch to absolute jump" 11626msgstr "" 11627 11628#: config/tc-m68k.c:5124 11629msgid "Conversion of PC relative displacement to absolute" 11630msgstr "" 11631 11632#: config/tc-m68k.c:5307 11633msgid "Tried to convert PC relative branch to absolute jump" 11634msgstr "" 11635 11636#: config/tc-m68k.c:5352 config/tc-m68k.c:5363 config/tc-m68k.c:5407 11637msgid "expression out of range: defaulting to 1" 11638msgstr "" 11639 11640#: config/tc-m68k.c:5399 11641msgid "expression out of range: defaulting to 0" 11642msgstr "" 11643 11644#: config/tc-m68k.c:5440 config/tc-m68k.c:5452 11645#, c-format 11646msgid "Can't deal with expression; defaulting to %ld" 11647msgstr "" 11648 11649#: config/tc-m68k.c:5466 11650msgid "expression doesn't fit in BYTE" 11651msgstr "" 11652 11653#: config/tc-m68k.c:5470 11654msgid "expression doesn't fit in WORD" 11655msgstr "" 11656 11657#: config/tc-m68k.c:5547 11658#, c-format 11659msgid "%s: unrecognized processor name" 11660msgstr "" 11661 11662#: config/tc-m68k.c:5608 11663msgid "bad coprocessor id" 11664msgstr "" 11665 11666#: config/tc-m68k.c:5614 11667msgid "unrecognized fopt option" 11668msgstr "" 11669 11670#: config/tc-m68k.c:5746 11671#, c-format 11672msgid "option `%s' may not be negated" 11673msgstr "" 11674 11675#: config/tc-m68k.c:5757 11676#, c-format 11677msgid "option `%s' not recognized" 11678msgstr "" 11679 11680#: config/tc-m68k.c:5786 11681msgid "bad format of OPT NEST=depth" 11682msgstr "" 11683 11684#: config/tc-m68k.c:5842 11685msgid "missing label" 11686msgstr "" 11687 11688#: config/tc-m68k.c:5868 11689#, c-format 11690msgid "bad register list: %s" 11691msgstr "" 11692 11693#: config/tc-m68k.c:5966 11694msgid "restore without save" 11695msgstr "" 11696 11697#: config/tc-m68k.c:6119 config/tc-m68k.c:6489 11698msgid "syntax error in structured control directive" 11699msgstr "" 11700 11701#: config/tc-m68k.c:6164 11702msgid "missing condition code in structured control directive" 11703msgstr "" 11704 11705#: config/tc-m68k.c:6235 11706#, c-format 11707msgid "" 11708"Condition <%c%c> in structured control directive can not be encoded correctly" 11709msgstr "" 11710 11711#: config/tc-m68k.c:6531 11712msgid "missing then" 11713msgstr "" 11714 11715#: config/tc-m68k.c:6612 11716msgid "else without matching if" 11717msgstr "" 11718 11719#: config/tc-m68k.c:6645 11720msgid "endi without matching if" 11721msgstr "" 11722 11723#: config/tc-m68k.c:6685 11724msgid "break outside of structured loop" 11725msgstr "" 11726 11727#: config/tc-m68k.c:6723 11728msgid "next outside of structured loop" 11729msgstr "" 11730 11731#: config/tc-m68k.c:6774 11732msgid "missing =" 11733msgstr "" 11734 11735#: config/tc-m68k.c:6812 11736msgid "missing to or downto" 11737msgstr "" 11738 11739#: config/tc-m68k.c:6848 config/tc-m68k.c:6882 config/tc-m68k.c:7096 11740msgid "missing do" 11741msgstr "" 11742 11743#: config/tc-m68k.c:6983 11744msgid "endf without for" 11745msgstr "" 11746 11747#: config/tc-m68k.c:7037 11748msgid "until without repeat" 11749msgstr "" 11750 11751#: config/tc-m68k.c:7131 11752msgid "endw without while" 11753msgstr "" 11754 11755#: config/tc-m68k.c:7164 config/tc-m68k.c:7192 11756msgid "already assembled instructions" 11757msgstr "" 11758 11759#: config/tc-m68k.c:7269 11760#, c-format 11761msgid "`%s' is deprecated, use `%s'" 11762msgstr "" 11763 11764#: config/tc-m68k.c:7288 11765#, c-format 11766msgid "cpu `%s' unrecognized" 11767msgstr "" 11768 11769#: config/tc-m68k.c:7307 11770#, c-format 11771msgid "architecture `%s' unrecognized" 11772msgstr "" 11773 11774#: config/tc-m68k.c:7328 11775#, c-format 11776msgid "extension `%s' unrecognized" 11777msgstr "" 11778 11779#: config/tc-m68k.c:7443 11780#, c-format 11781msgid "option `-A%s' is deprecated: use `-%s'" 11782msgstr "" 11783 11784#: config/tc-m68k.c:7476 11785msgid "architecture features both enabled and disabled" 11786msgstr "" 11787 11788#: config/tc-m68k.c:7503 11789msgid "selected processor does not have all features of selected architecture" 11790msgstr "" 11791 11792#: config/tc-m68k.c:7512 11793msgid "m68k and cf features both selected" 11794msgstr "" 11795 11796#: config/tc-m68k.c:7524 11797msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 11798msgstr "" 11799 11800#: config/tc-m68k.c:7556 11801#, c-format 11802msgid "" 11803"-march=<arch>\t\tset architecture\n" 11804"-mcpu=<cpu>\t\tset cpu [default %s]\n" 11805msgstr "" 11806 11807#: config/tc-m68k.c:7561 11808#, c-format 11809msgid "-m[no-]%-16s enable/disable %s architecture extension\n" 11810msgstr "" 11811 11812#: config/tc-m68k.c:7567 11813#, c-format 11814msgid "" 11815"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" 11816"-pic, -k\t\tgenerate position independent code\n" 11817"-S\t\t\tturn jbsr into jsr\n" 11818"--pcrel never turn PC-relative branches into absolute jumps\n" 11819"--register-prefix-optional\n" 11820"\t\t\trecognize register names without prefix character\n" 11821"--bitwise-or\t\tdo not treat `|' as a comment character\n" 11822"--base-size-default-16\tbase reg without size is 16 bits\n" 11823"--base-size-default-32\tbase reg without size is 32 bits (default)\n" 11824"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n" 11825"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n" 11826msgstr "" 11827 11828#: config/tc-m68k.c:7581 11829#, c-format 11830msgid "Architecture variants are: " 11831msgstr "" 11832 11833#: config/tc-m68k.c:7590 11834#, c-format 11835msgid "Processor variants are: " 11836msgstr "" 11837 11838#: config/tc-m68k.c:7597 config/tc-xtensa.c:6415 11839#, c-format 11840msgid "\n" 11841msgstr "" 11842 11843#: config/tc-m68k.c:7628 11844#, c-format 11845msgid "Error %s in %s\n" 11846msgstr "" 11847 11848#: config/tc-m68k.c:7632 11849#, c-format 11850msgid "Opcode(%d.%s): " 11851msgstr "" 11852 11853#: config/tc-m68k.c:7777 11854msgid "Not a defined coldfire architecture" 11855msgstr "" 11856 11857#: config/tc-m68k.c:7886 read.c:4703 11858#, c-format 11859msgid "%s relocations do not fit in %u byte" 11860msgid_plural "%s relocations do not fit in %u bytes" 11861msgstr[0] "" 11862msgstr[1] "" 11863 11864#: config/tc-m68k.c:7928 config/tc-ppc.c:2592 11865msgid "unknown .gnu_attribute value" 11866msgstr "" 11867 11868#: config/tc-m68k.c:7972 11869#, c-format 11870msgid "Adjusted signed .word (%#lx) overflows: `switch'-statement too large." 11871msgstr "" 11872 11873#: config/tc-mcore.c:521 config/tc-microblaze.c:487 config/tc-microblaze.c:515 11874#: config/tc-microblaze.c:552 config/tc-microblaze.c:564 11875#, c-format 11876msgid "register expected, but saw '%.6s'" 11877msgstr "" 11878 11879#: config/tc-mcore.c:603 11880#, c-format 11881msgid "control register expected, but saw '%.6s'" 11882msgstr "" 11883 11884#: config/tc-mcore.c:639 11885msgid "bad/missing psr specifier" 11886msgstr "" 11887 11888#: config/tc-mcore.c:784 11889#, c-format 11890msgid "operand must be absolute in range %u..%u, not %ld" 11891msgstr "" 11892 11893#: config/tc-mcore.c:819 11894msgid "operand must be a multiple of 4" 11895msgstr "" 11896 11897#: config/tc-mcore.c:826 11898msgid "operand must be a multiple of 2" 11899msgstr "" 11900 11901#: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410 11902msgid "base register expected" 11903msgstr "" 11904 11905#: config/tc-mcore.c:888 config/tc-microblaze.c:920 11906#: config/tc-microblaze.c:1056 config/tc-microblaze.c:1090 11907#: config/tc-microblaze.c:1626 config/tc-microblaze.c:1694 11908#: config/tc-microblaze.c:1769 config/tc-microblaze.c:2192 11909#: config/tc-microblaze.c:2241 11910#, c-format 11911msgid "unknown opcode \"%s\"" 11912msgstr "" 11913 11914#: config/tc-mcore.c:931 11915msgid "invalid register: r15 illegal" 11916msgstr "" 11917 11918#: config/tc-mcore.c:980 config/tc-mcore.c:1561 11919msgid "M340 specific opcode used when assembling for M210" 11920msgstr "" 11921 11922#: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057 11923#: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133 11924#: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224 11925#: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302 11926#: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449 11927#: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553 11928msgid "second operand missing" 11929msgstr "" 11930 11931#: config/tc-mcore.c:1014 11932msgid "destination register must be r1" 11933msgstr "" 11934 11935#: config/tc-mcore.c:1035 11936msgid "source register must be r1" 11937msgstr "" 11938 11939#: config/tc-mcore.c:1099 config/tc-mcore.c:1156 11940msgid "immediate is not a power of two" 11941msgstr "" 11942 11943#: config/tc-mcore.c:1127 11944msgid "translating bgeni to movi" 11945msgstr "" 11946 11947#: config/tc-mcore.c:1196 11948msgid "translating bmaski to movi" 11949msgstr "" 11950 11951#: config/tc-mcore.c:1272 11952#, c-format 11953msgid "displacement too large (%d)" 11954msgstr "" 11955 11956#: config/tc-mcore.c:1286 11957msgid "Invalid register: r0 and r15 illegal" 11958msgstr "" 11959 11960#: config/tc-mcore.c:1317 11961msgid "bad starting register: r0 and r15 invalid" 11962msgstr "" 11963 11964#: config/tc-mcore.c:1330 11965msgid "ending register must be r15" 11966msgstr "" 11967 11968#: config/tc-mcore.c:1350 11969msgid "bad base register: must be r0" 11970msgstr "" 11971 11972#: config/tc-mcore.c:1368 11973msgid "first register must be r4" 11974msgstr "" 11975 11976#: config/tc-mcore.c:1379 11977msgid "last register must be r7" 11978msgstr "" 11979 11980#: config/tc-mcore.c:1416 11981msgid "reg-reg expected" 11982msgstr "" 11983 11984#: config/tc-mcore.c:1548 11985msgid "zero used as immediate value" 11986msgstr "" 11987 11988#: config/tc-mcore.c:1575 11989msgid "duplicated psr bit specifier" 11990msgstr "" 11991 11992#: config/tc-mcore.c:1581 11993msgid "`af' must appear alone" 11994msgstr "" 11995 11996#: config/tc-mcore.c:1588 config/tc-microblaze.c:1807 11997#, c-format 11998msgid "unimplemented opcode \"%s\"" 11999msgstr "" 12000 12001#: config/tc-mcore.c:1597 config/tc-microblaze.c:1816 12002#, c-format 12003msgid "ignoring operands: %s " 12004msgstr "" 12005 12006#: config/tc-mcore.c:1673 12007#, c-format 12008msgid "unrecognised cpu type '%s'" 12009msgstr "" 12010 12011#: config/tc-mcore.c:1691 12012#, c-format 12013msgid "" 12014"MCORE specific options:\n" 12015" -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n" 12016" -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n" 12017" -cpu=[210|340] select CPU type\n" 12018" -EB assemble for a big endian system (default)\n" 12019" -EL assemble for a little endian system\n" 12020msgstr "" 12021 12022#: config/tc-mcore.c:1709 config/tc-microblaze.c:1926 12023msgid "failed sanity check: short_jump" 12024msgstr "" 12025 12026#: config/tc-mcore.c:1719 config/tc-microblaze.c:1936 12027msgid "failed sanity check: long_jump" 12028msgstr "" 12029 12030#: config/tc-mcore.c:1745 12031#, c-format 12032msgid "odd displacement at %x" 12033msgstr "" 12034 12035#: config/tc-mcore.c:1954 12036#, c-format 12037msgid "odd distance branch (0x%lx byte)" 12038msgid_plural "odd distance branch (0x%lx bytes)" 12039msgstr[0] "" 12040msgstr[1] "" 12041 12042#: config/tc-mcore.c:1961 12043#, c-format 12044msgid "pcrel for branch to %s too far (0x%lx)" 12045msgstr "" 12046 12047#: config/tc-mcore.c:1981 12048#, c-format 12049msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)" 12050msgstr "" 12051 12052#: config/tc-mcore.c:1993 12053#, c-format 12054msgid "pcrel for loopt too far (0x%lx)" 12055msgstr "" 12056 12057#: config/tc-mcore.c:2189 config/tc-microblaze.c:2529 config/tc-tic30.c:1364 12058#, c-format 12059msgid "Can not do %d byte %srelocation" 12060msgstr "" 12061 12062#: config/tc-mcore.c:2191 config/tc-microblaze.c:2531 config/tc-tic30.c:1365 12063msgid "pc-relative " 12064msgstr "" 12065 12066#: config/tc-mep.c:339 12067#, c-format 12068msgid "" 12069"MeP specific command line options:\n" 12070" -EB assemble for a big endian system\n" 12071" -EL assemble for a little endian system (default)\n" 12072" -mconfig=<name> specify a chip configuration to use\n" 12073" -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n" 12074" -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n" 12075" -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n" 12076" enable/disable the given opcodes\n" 12077"\n" 12078" If -mconfig is given, the other -m options modify it. Otherwise,\n" 12079" if no -m options are given, all core opcodes are enabled;\n" 12080" if any enabling -m options are given, only those are enabled;\n" 12081" if only disabling -m options are given, only those are disabled.\n" 12082msgstr "" 12083 12084#: config/tc-mep.c:408 12085msgid "$hi and $lo are disabled when MUL and DIV are off" 12086msgstr "" 12087 12088#: config/tc-mep.c:415 12089msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off" 12090msgstr "" 12091 12092#: config/tc-mep.c:420 12093msgid "$dbg and $depc are disabled when DEBUG is off" 12094msgstr "" 12095 12096#: config/tc-mep.c:611 12097msgid "core and copro insn lengths must total 32 bits." 12098msgstr "" 12099 12100#: config/tc-mep.c:614 config/tc-mep.c:751 12101msgid "vliw group must consist of 1 core and 1 copro insn." 12102msgstr "" 12103 12104#: config/tc-mep.c:748 12105msgid "core and copro insn lengths must total 64 bits." 12106msgstr "" 12107 12108#: config/tc-mep.c:980 12109#, c-format 12110msgid "cannot pack %s with a 16-bit insn" 12111msgstr "" 12112 12113#: config/tc-mep.c:998 12114#, c-format 12115msgid "cannot pack %s and %s together with a 16-bit insn" 12116msgstr "" 12117 12118#: config/tc-mep.c:1004 12119msgid "too many IVC2 insns to pack with a 16-bit core insn" 12120msgstr "" 12121 12122#: config/tc-mep.c:1019 12123#, c-format 12124msgid "cannot pack %s into slot P1" 12125msgstr "" 12126 12127#: config/tc-mep.c:1025 12128msgid "too many IVC2 insns to pack with a 32-bit core insn" 12129msgstr "" 12130 12131#: config/tc-mep.c:1043 12132#, c-format 12133msgid "unable to pack %s by itself?" 12134msgstr "" 12135 12136#: config/tc-mep.c:1073 12137#, c-format 12138msgid "cannot pack %s and %s together" 12139msgstr "" 12140 12141#: config/tc-mep.c:1079 12142msgid "too many IVC2 insns to pack together" 12143msgstr "" 12144 12145#. There are no insns in the queue and a plus is present. 12146#. This is a syntax error. Let's not tolerate this. 12147#. We can relax this later if necessary. 12148#: config/tc-mep.c:1316 12149msgid "Invalid use of parallelization operator." 12150msgstr "" 12151 12152#: config/tc-mep.c:1362 12153msgid "Leading plus sign not allowed in core mode" 12154msgstr "" 12155 12156#: config/tc-mep.c:1892 12157#, c-format 12158msgid "Don't know how to relocate plain operands of type %s" 12159msgstr "" 12160 12161#: config/tc-mep.c:1902 12162#, c-format 12163msgid "Perhaps you are missing %%tpoff()?" 12164msgstr "" 12165 12166#: config/tc-mep.c:2089 12167msgid "bad .section directive: want a,v,w,x,M,S in string" 12168msgstr "" 12169 12170#: config/tc-mep.c:2147 12171msgid ".vliw unavailable when VLIW is disabled." 12172msgstr "" 12173 12174#: config/tc-metag.c:456 12175msgid "no floating point unit specified" 12176msgstr "" 12177 12178#: config/tc-metag.c:721 12179#, c-format 12180msgid "offset must be a multiple of %d" 12181msgstr "" 12182 12183#: config/tc-metag.c:737 config/tc-metag.c:4443 12184msgid "offset and base must be from the same unit" 12185msgstr "" 12186 12187#: config/tc-metag.c:868 config/tc-metag.c:3167 config/tc-metag.c:3269 12188msgid "invalid destination register" 12189msgstr "" 12190 12191#: config/tc-metag.c:884 config/tc-metag.c:902 config/tc-metag.c:1293 12192#: config/tc-metag.c:1311 config/tc-metag.c:1530 config/tc-metag.c:3099 12193#: config/tc-metag.c:3184 config/tc-metag.c:3286 12194msgid "invalid memory operand" 12195msgstr "" 12196 12197#: config/tc-metag.c:939 config/tc-metag.c:3117 12198msgid "invalid source register" 12199msgstr "" 12200 12201#: config/tc-metag.c:1024 12202msgid "invalid destination unit" 12203msgstr "" 12204 12205#: config/tc-metag.c:1032 12206msgid "mov cannot use RD port as destination" 12207msgstr "" 12208 12209#: config/tc-metag.c:1057 12210msgid "invalid source unit" 12211msgstr "" 12212 12213#: config/tc-metag.c:1065 12214msgid "source and address units must not be shared for this addressing mode" 12215msgstr "" 12216 12217#: config/tc-metag.c:1073 config/tc-metag.c:1676 12218msgid "set can only use RD port as source" 12219msgstr "" 12220 12221#: config/tc-metag.c:1088 config/tc-metag.c:1189 config/tc-metag.c:1440 12222#: config/tc-metag.c:1697 config/tc-metag.c:4053 12223#, c-format 12224msgid "base unit must be one of %s" 12225msgstr "" 12226 12227#. We already tried to encode as an extended GET/SET. 12228#. Parsing as a standard GET/SET provides a smaller offset. 12229#: config/tc-metag.c:1109 config/tc-metag.c:1215 config/tc-metag.c:3130 12230#: config/tc-metag.c:3197 config/tc-metag.c:3299 config/tc-metag.c:4580 12231msgid "offset value out of range" 12232msgstr "" 12233 12234#: config/tc-metag.c:1169 12235msgid "destination unit must be RD" 12236msgstr "" 12237 12238#: config/tc-metag.c:1279 12239msgid "invalid destination register list" 12240msgstr "" 12241 12242#: config/tc-metag.c:1326 12243msgid "invalid source register list" 12244msgstr "" 12245 12246#: config/tc-metag.c:1351 12247msgid "register list must be even numbered" 12248msgstr "" 12249 12250#: config/tc-metag.c:1357 12251msgid "register list must be from the same unit" 12252msgstr "" 12253 12254#: config/tc-metag.c:1380 12255msgid "register list must not contain duplicates" 12256msgstr "" 12257 12258#: config/tc-metag.c:1636 12259msgid "MDRD value must be between 1 and 8" 12260msgstr "" 12261 12262#: config/tc-metag.c:1727 12263msgid "invalid destination memory operand" 12264msgstr "" 12265 12266#: config/tc-metag.c:1742 12267msgid "invalid source memory operand" 12268msgstr "" 12269 12270#: config/tc-metag.c:1749 12271#, c-format 12272msgid "address units must be one of %s" 12273msgstr "" 12274 12275#: config/tc-metag.c:1756 12276msgid "base and offset must be from the same unit" 12277msgstr "" 12278 12279#: config/tc-metag.c:1764 12280msgid "source and destination increment mode must agree" 12281msgstr "" 12282 12283#: config/tc-metag.c:2039 12284msgid "" 12285"PC, CT, TR and TT are treated as if they are a single unit but operands must " 12286"be in different units" 12287msgstr "" 12288 12289#: config/tc-metag.c:2048 12290msgid "source and destination register must be in different units" 12291msgstr "" 12292 12293#: config/tc-metag.c:2080 12294#, c-format 12295msgid "register unit must be one of %s" 12296msgstr "" 12297 12298#: config/tc-metag.c:2167 12299#, c-format 12300msgid "link register unit must be one of %s" 12301msgstr "" 12302 12303#: config/tc-metag.c:2173 12304msgid "link register must be in a low numbered register" 12305msgstr "" 12306 12307#: config/tc-metag.c:2190 config/tc-metag.c:2715 config/tc-metag.c:2769 12308msgid "target out of range" 12309msgstr "" 12310 12311#: config/tc-metag.c:2671 12312msgid "invalid quickrot unit specified" 12313msgstr "" 12314 12315#: config/tc-metag.c:2687 12316msgid "invalid quickrot register specified" 12317msgstr "" 12318 12319#: config/tc-metag.c:2741 12320msgid "source register must be in the trigger unit" 12321msgstr "" 12322 12323#: config/tc-metag.c:2844 12324msgid "Source registers must be in the same unit" 12325msgstr "" 12326 12327#: config/tc-metag.c:3554 config/tc-metag.c:3718 config/tc-metag.c:3986 12328msgid "destination register should be even numbered" 12329msgstr "" 12330 12331#: config/tc-metag.c:3626 12332msgid "comparison must be with register or #0" 12333msgstr "" 12334 12335#: config/tc-metag.c:3692 config/tc-metag.c:3757 12336msgid "instruction cannot operate on pair values" 12337msgstr "" 12338 12339#: config/tc-metag.c:3703 12340msgid "zero flag is not valid for this instruction" 12341msgstr "" 12342 12343#: config/tc-metag.c:3724 12344msgid "source register should be even numbered" 12345msgstr "" 12346 12347#: config/tc-metag.c:3784 config/tc-metag.c:3793 12348msgid "fraction bits value out of range" 12349msgstr "" 12350 12351#: config/tc-metag.c:3975 12352msgid "simd instructions operate on pair values (L prefix)" 12353msgstr "" 12354 12355#: config/tc-metag.c:3993 12356msgid "source registers should be even numbered" 12357msgstr "" 12358 12359#: config/tc-metag.c:4271 12360#, c-format 12361msgid "expected ']', not %c in %s" 12362msgstr "" 12363 12364#: config/tc-metag.c:4390 12365msgid "invalid register for memory access" 12366msgstr "" 12367 12368#: config/tc-metag.c:4503 config/tc-metag.c:4631 12369msgid "unexpected end of line" 12370msgstr "" 12371 12372#: config/tc-metag.c:4550 12373msgid "'H' modifier only valid for accumulator registers" 12374msgstr "" 12375 12376#: config/tc-metag.c:4603 12377msgid "base unit must be either A0 or A1" 12378msgstr "" 12379 12380#: config/tc-metag.c:4676 config/tc-metag.c:5119 12381msgid "invalid register" 12382msgstr "" 12383 12384#: config/tc-metag.c:4787 config/tc-metag.c:5528 config/tc-metag.c:5550 12385msgid "invalid register operand" 12386msgstr "" 12387 12388#: config/tc-metag.c:4824 12389msgid "could not parse template definition" 12390msgstr "" 12391 12392#: config/tc-metag.c:5011 12393msgid "QUICKRoT 64-bit extension not applicable to this instruction" 12394msgstr "" 12395 12396#: config/tc-metag.c:5067 12397msgid "invalid operands for cross-unit op" 12398msgstr "" 12399 12400#: config/tc-metag.c:5109 12401msgid "missing flags: one of 'P', 'N' or 'Z' required" 12402msgstr "" 12403 12404#: config/tc-metag.c:5137 12405msgid "'P', 'N' or 'Z' flags may only be specified when accumulating" 12406msgstr "" 12407 12408#: config/tc-metag.c:5158 12409msgid "accumulator not a valid destination" 12410msgstr "" 12411 12412#: config/tc-metag.c:5168 config/tc-metag.c:5384 config/tc-metag.c:5568 12413msgid "invalid immediate value" 12414msgstr "" 12415 12416#: config/tc-metag.c:5180 12417msgid "immediate value not allowed when source & dest differ" 12418msgstr "" 12419 12420#: config/tc-metag.c:5212 12421#, c-format 12422msgid "invalid register operand: %s" 12423msgstr "" 12424 12425#: config/tc-metag.c:5246 12426msgid "QUICKRoT extension requires 4 registers" 12427msgstr "" 12428 12429#: config/tc-metag.c:5253 12430msgid "invalid fourth register" 12431msgstr "" 12432 12433#: config/tc-metag.c:5260 12434msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register" 12435msgstr "" 12436 12437#: config/tc-metag.c:5288 12438msgid "DSP RAM pointer in incorrect unit" 12439msgstr "" 12440 12441#: config/tc-metag.c:5334 12442msgid "invalid register operand #1" 12443msgstr "" 12444 12445#: config/tc-metag.c:5348 12446msgid "invalid register operand #2" 12447msgstr "" 12448 12449#: config/tc-metag.c:5412 12450msgid "this instruction does not accept an immediate" 12451msgstr "" 12452 12453#: config/tc-metag.c:5432 12454msgid "invalid register operand #3" 12455msgstr "" 12456 12457#: config/tc-metag.c:5444 12458msgid "this instruction does not accept an accumulator" 12459msgstr "" 12460 12461#: config/tc-metag.c:5462 12462msgid "invalid register operand #4" 12463msgstr "" 12464 12465#: config/tc-metag.c:5539 12466msgid "invalid accumulator register" 12467msgstr "" 12468 12469#: config/tc-metag.c:5595 12470msgid "conditional instruction cannot use G flag" 12471msgstr "" 12472 12473#: config/tc-metag.c:5606 12474msgid "conditional instruction cannot use B flag" 12475msgstr "" 12476 12477#: config/tc-metag.c:5617 12478msgid "conditional instruction cannot use R flag" 12479msgstr "" 12480 12481#: config/tc-metag.c:5726 12482msgid "'L' modifier not valid for this instruction" 12483msgstr "" 12484 12485#: config/tc-metag.c:5858 12486#, c-format 12487msgid "missing fpu name `%s'" 12488msgstr "" 12489 12490#: config/tc-metag.c:5869 12491#, c-format 12492msgid "unknown fpu `%s'" 12493msgstr "" 12494 12495#: config/tc-metag.c:5884 12496#, c-format 12497msgid "missing DSP name `%s'" 12498msgstr "" 12499 12500#: config/tc-metag.c:5895 12501#, c-format 12502msgid "unknown DSP `%s'" 12503msgstr "" 12504 12505#: config/tc-metag.c:5913 12506msgid "<dsp name>\t assemble for DSP architecture <dsp name>" 12507msgstr "" 12508 12509#: config/tc-metag.c:5950 12510#, c-format 12511msgid " Meta specific command line options:\n" 12512msgstr "" 12513 12514#: config/tc-metag.c:6039 12515msgid "premature end of floating point prefix" 12516msgstr "" 12517 12518#: config/tc-metag.c:6099 12519msgid "unknown floating point prefix character" 12520msgstr "" 12521 12522#: config/tc-metag.c:6248 12523#, c-format 12524msgid "unknown DSP prefix character %c %s" 12525msgstr "" 12526 12527#: config/tc-metag.c:6511 12528#, c-format 12529msgid "instruction mnemonic too long: %s" 12530msgstr "" 12531 12532#: config/tc-metag.c:6566 12533#, c-format 12534msgid "junk at end of line: \"%s\"" 12535msgstr "" 12536 12537#: config/tc-metag.c:6573 12538#, c-format 12539msgid "failed to assemble instruction: \"%s\"" 12540msgstr "" 12541 12542#: config/tc-metag.c:6578 12543#, c-format 12544msgid "unknown floating point mnemonic: \"%s\"" 12545msgstr "" 12546 12547#: config/tc-metag.c:6580 12548#, c-format 12549msgid "unknown mnemonic: \"%s\"" 12550msgstr "" 12551 12552#: config/tc-metag.c:6631 12553#, c-format 12554msgid "cannot assemble DSP instruction, DSP option not set: %s" 12555msgstr "" 12556 12557#: config/tc-metag.c:6638 12558#, c-format 12559msgid "cannot assemble FPU instruction, FPU option not set: %s" 12560msgstr "" 12561 12562#: config/tc-metag.c:6733 config/tc-nds32.c:7347 12563msgid "Bad call to md_atof()" 12564msgstr "" 12565 12566#: config/tc-microblaze.c:216 12567#, c-format 12568msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." 12569msgstr "" 12570 12571#: config/tc-microblaze.c:492 config/tc-microblaze.c:521 12572#: config/tc-microblaze.c:558 12573#, c-format 12574msgid "Invalid register number at '%.6s'" 12575msgstr "" 12576 12577#: config/tc-microblaze.c:723 12578msgid "operand must be a constant or a label" 12579msgstr "" 12580 12581#: config/tc-microblaze.c:732 12582#, c-format 12583msgid "operand must be absolute in range %lx..%lx, not %lx" 12584msgstr "" 12585 12586#: config/tc-microblaze.c:934 config/tc-microblaze.c:941 12587#: config/tc-microblaze.c:948 config/tc-microblaze.c:981 12588#: config/tc-microblaze.c:988 config/tc-microblaze.c:994 12589#: config/tc-microblaze.c:1113 config/tc-microblaze.c:1120 12590#: config/tc-microblaze.c:1126 config/tc-microblaze.c:1157 12591#: config/tc-microblaze.c:1165 config/tc-microblaze.c:1179 12592#: config/tc-microblaze.c:1197 config/tc-microblaze.c:1238 12593#: config/tc-microblaze.c:1245 config/tc-microblaze.c:1265 12594#: config/tc-microblaze.c:1272 config/tc-microblaze.c:1292 12595#: config/tc-microblaze.c:1299 config/tc-microblaze.c:1317 12596#: config/tc-microblaze.c:1324 config/tc-microblaze.c:1346 12597#: config/tc-microblaze.c:1353 config/tc-microblaze.c:1371 12598#: config/tc-microblaze.c:1383 config/tc-microblaze.c:1401 12599#: config/tc-microblaze.c:1418 config/tc-microblaze.c:1425 12600#: config/tc-microblaze.c:1471 config/tc-microblaze.c:1478 12601#: config/tc-microblaze.c:1524 config/tc-microblaze.c:1531 12602#: config/tc-microblaze.c:1553 config/tc-microblaze.c:1560 12603#: config/tc-microblaze.c:1580 config/tc-microblaze.c:1586 12604#: config/tc-microblaze.c:1648 config/tc-microblaze.c:1654 12605#: config/tc-microblaze.c:1716 config/tc-microblaze.c:1792 12606msgid "Error in statement syntax" 12607msgstr "" 12608 12609#: config/tc-microblaze.c:954 config/tc-microblaze.c:956 12610#: config/tc-microblaze.c:958 config/tc-microblaze.c:998 12611#: config/tc-microblaze.c:1000 config/tc-microblaze.c:1130 12612#: config/tc-microblaze.c:1132 config/tc-microblaze.c:1171 12613#: config/tc-microblaze.c:1173 config/tc-microblaze.c:1251 12614#: config/tc-microblaze.c:1253 config/tc-microblaze.c:1278 12615#: config/tc-microblaze.c:1280 config/tc-microblaze.c:1305 12616#: config/tc-microblaze.c:1328 config/tc-microblaze.c:1359 12617#: config/tc-microblaze.c:1389 config/tc-microblaze.c:1407 12618#: config/tc-microblaze.c:1537 config/tc-microblaze.c:1539 12619#: config/tc-microblaze.c:1566 config/tc-microblaze.c:1568 12620#: config/tc-microblaze.c:1590 config/tc-microblaze.c:1658 12621#: config/tc-microblaze.c:1722 12622msgid "Cannot use special register with this instruction" 12623msgstr "" 12624 12625#: config/tc-microblaze.c:1008 12626msgid "lmi pseudo instruction should not use a label in imm field" 12627msgstr "" 12628 12629#: config/tc-microblaze.c:1010 12630msgid "smi pseudo instruction should not use a label in imm field" 12631msgstr "" 12632 12633#: config/tc-microblaze.c:1135 12634msgid "Symbol used as immediate for shift instruction" 12635msgstr "" 12636 12637#: config/tc-microblaze.c:1144 12638#, c-format 12639msgid "Shift value > 32. using <value %% 32>" 12640msgstr "" 12641 12642#: config/tc-microblaze.c:1184 12643msgid "Symbol used as immediate width value for bit field instruction" 12644msgstr "" 12645 12646#: config/tc-microblaze.c:1191 12647msgid "Width value must be less than 32" 12648msgstr "" 12649 12650#: config/tc-microblaze.c:1202 12651msgid "Symbol used as immediate shift value for bit field instruction" 12652msgstr "" 12653 12654#: config/tc-microblaze.c:1213 12655#, c-format 12656msgid "Shift value greater than 32. using <value %% 32>" 12657msgstr "" 12658 12659#: config/tc-microblaze.c:1219 12660msgid "Width value + shift value must not be greater than 32" 12661msgstr "" 12662 12663#: config/tc-microblaze.c:1331 12664msgid "Symbol used as immediate value for msrset/msrclr instructions" 12665msgstr "" 12666 12667#: config/tc-microblaze.c:1460 config/tc-microblaze.c:1513 12668msgid "invalid value for special purpose register" 12669msgstr "" 12670 12671#: config/tc-microblaze.c:1730 12672msgid "An IMM instruction should not be present in the .s file" 12673msgstr "" 12674 12675#: config/tc-microblaze.c:1794 12676msgid "Symbol used as immediate for mbar instruction" 12677msgstr "" 12678 12679#: config/tc-microblaze.c:1800 12680#, c-format 12681msgid "Immediate value for mbar > 32. using <value %% 32>" 12682msgstr "" 12683 12684#: config/tc-microblaze.c:1874 12685msgid "Bad call to MD_NTOF()" 12686msgstr "" 12687 12688#: config/tc-microblaze.c:2143 12689#, c-format 12690msgid "pcrel for branch to %s too far (0x%x)" 12691msgstr "" 12692 12693#. We know the abs value: Should never happen. 12694#: config/tc-microblaze.c:2304 12695msgid "Absolute PC-relative value in relaxation code. Assembler error....." 12696msgstr "" 12697 12698#. Cannot have a PC-relative branch to a diff segment. 12699#: config/tc-microblaze.c:2318 12700#, c-format 12701msgid "PC relative branch to label %s which is not in the instruction space" 12702msgstr "" 12703 12704#: config/tc-microblaze.c:2361 12705msgid "" 12706"Variable is accessed using small data read only anchor, but it is not in the " 12707"small data read only section" 12708msgstr "" 12709 12710#: config/tc-microblaze.c:2384 12711msgid "" 12712"Variable is accessed using small data read write anchor, but it is not in " 12713"the small data read write section" 12714msgstr "" 12715 12716#: config/tc-microblaze.c:2393 12717msgid "Incorrect fr_opcode value in frag. Internal error....." 12718msgstr "" 12719 12720#. We know the abs value: Should never happen. 12721#: config/tc-microblaze.c:2400 12722msgid "Absolute value in relaxation code. Assembler error....." 12723msgstr "" 12724 12725#. fprintf(stream, _(" MicroBlaze options:\n -noSmall Data in the comm and data sections do not go into the small data section\n")); 12726#: config/tc-microblaze.c:2585 12727#, c-format 12728msgid " MicroBlaze specific assembler options:\n" 12729msgstr "" 12730 12731#: config/tc-microblaze.c:2586 12732msgid "assemble for a big endian cpu" 12733msgstr "" 12734 12735#: config/tc-microblaze.c:2587 12736msgid "assemble for a little endian cpu" 12737msgstr "" 12738 12739#: config/tc-mips.c:2178 12740#, c-format 12741msgid "the %d-bit %s architecture does not support the `%s' extension" 12742msgstr "" 12743 12744#: config/tc-mips.c:2181 12745#, c-format 12746msgid "the `%s' extension requires %s%d revision %d or greater" 12747msgstr "" 12748 12749#: config/tc-mips.c:2190 12750#, c-format 12751msgid "the `%s' extension was removed in %s%d revision %d" 12752msgstr "" 12753 12754#: config/tc-mips.c:2199 12755#, c-format 12756msgid "the `%s' extension requires 64-bit FPRs" 12757msgstr "" 12758 12759#: config/tc-mips.c:3051 config/tc-mips.c:16631 12760#, c-format 12761msgid "unrecognized register name `%s'" 12762msgstr "" 12763 12764#: config/tc-mips.c:3278 12765msgid "invalid register range" 12766msgstr "" 12767 12768#: config/tc-mips.c:3306 12769msgid "vector element must be constant" 12770msgstr "" 12771 12772#: config/tc-mips.c:3316 12773msgid "missing `]'" 12774msgstr "" 12775 12776#: config/tc-mips.c:3539 12777#, c-format 12778msgid "internal: bad mips opcode (mask error): %s %s" 12779msgstr "" 12780 12781#: config/tc-mips.c:3566 12782#, c-format 12783msgid "internal: unknown operand type: %s %s" 12784msgstr "" 12785 12786#: config/tc-mips.c:3599 12787#, c-format 12788msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s" 12789msgstr "" 12790 12791#: config/tc-mips.c:3607 12792#, c-format 12793msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s" 12794msgstr "" 12795 12796#: config/tc-mips.c:3614 12797#, c-format 12798msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s" 12799msgstr "" 12800 12801#: config/tc-mips.c:3649 12802#, c-format 12803msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s" 12804msgstr "" 12805 12806#: config/tc-mips.c:3657 12807#, c-format 12808msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s" 12809msgstr "" 12810 12811#: config/tc-mips.c:3682 12812msgid "-G may not be used in position-independent code" 12813msgstr "" 12814 12815#: config/tc-mips.c:3688 12816msgid "-G may not be used with abicalls" 12817msgstr "" 12818 12819#: config/tc-mips.c:3793 12820msgid "broken assembler, no assembly attempted" 12821msgstr "" 12822 12823#: config/tc-mips.c:3941 12824#, c-format 12825msgid ".gnu_attribute %d,%d is incompatible with `%s'" 12826msgstr "" 12827 12828#: config/tc-mips.c:3948 12829#, c-format 12830msgid ".gnu_attribute %d,%d requires `%s'" 12831msgstr "" 12832 12833#: config/tc-mips.c:4009 12834#, c-format 12835msgid ".gnu_attribute %d,%d is no longer supported" 12836msgstr "" 12837 12838#: config/tc-mips.c:4018 12839#, c-format 12840msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI" 12841msgstr "" 12842 12843#: config/tc-mips.c:4031 12844msgid "`gp=64' used with a 32-bit processor" 12845msgstr "" 12846 12847#: config/tc-mips.c:4034 12848msgid "`gp=32' used with a 64-bit ABI" 12849msgstr "" 12850 12851#: config/tc-mips.c:4037 12852msgid "`gp=64' used with a 32-bit ABI" 12853msgstr "" 12854 12855#: config/tc-mips.c:4044 12856msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions" 12857msgstr "" 12858 12859#: config/tc-mips.c:4046 12860msgid "`fp=xx' cannot be used with `singlefloat'" 12861msgstr "" 12862 12863#: config/tc-mips.c:4050 12864msgid "`fp=64' used with a 32-bit fpu" 12865msgstr "" 12866 12867#: config/tc-mips.c:4054 12868msgid "`fp=64' used with a 32-bit ABI" 12869msgstr "" 12870 12871#: config/tc-mips.c:4059 12872msgid "`fp=32' used with a 64-bit ABI" 12873msgstr "" 12874 12875#: config/tc-mips.c:4061 12876msgid "`fp=32' used with a MIPS R6 cpu" 12877msgstr "" 12878 12879#: config/tc-mips.c:4064 12880msgid "Unknown size of floating point registers" 12881msgstr "" 12882 12883#: config/tc-mips.c:4069 12884msgid "`nooddspreg` cannot be used with a 64-bit ABI" 12885msgstr "" 12886 12887#: config/tc-mips.c:4072 config/tc-mips.c:4076 12888#, c-format 12889msgid "`%s' cannot be used with `%s'" 12890msgstr "" 12891 12892#: config/tc-mips.c:4081 12893#, c-format 12894msgid "branch relaxation is not supported in `%s'" 12895msgstr "" 12896 12897#: config/tc-mips.c:4157 12898msgid "trap exception not supported at ISA 1" 12899msgstr "" 12900 12901#: config/tc-mips.c:4170 config/tc-mips.c:17514 12902#, c-format 12903msgid "`%s' does not support legacy NaN" 12904msgstr "" 12905 12906#: config/tc-mips.c:4217 12907#, c-format 12908msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" 12909msgstr "" 12910 12911#: config/tc-mips.c:4921 12912#, c-format 12913msgid "operand %d out of range" 12914msgstr "" 12915 12916#: config/tc-mips.c:4929 12917#, c-format 12918msgid "operand %d must be constant" 12919msgstr "" 12920 12921#: config/tc-mips.c:4973 read.c:4488 read.c:5258 write.c:255 write.c:1038 12922msgid "register value used as expression" 12923msgstr "" 12924 12925#: config/tc-mips.c:4986 12926#, c-format 12927msgid "operand %d must be an immediate expression" 12928msgstr "" 12929 12930#: config/tc-mips.c:5108 config/tc-mips.c:5110 12931#, c-format 12932msgid "float register should be even, was %d" 12933msgstr "" 12934 12935#: config/tc-mips.c:5123 12936#, c-format 12937msgid "condition code register should be even for %s, was %d" 12938msgstr "" 12939 12940#: config/tc-mips.c:5128 12941#, c-format 12942msgid "condition code register should be 0 or 4 for %s, was %d" 12943msgstr "" 12944 12945#: config/tc-mips.c:5449 12946msgid "invalid performance register" 12947msgstr "" 12948 12949#: config/tc-mips.c:5545 config/tc-mips.c:6016 12950msgid "the source register must not be $0" 12951msgstr "" 12952 12953#: config/tc-mips.c:5821 12954msgid "missing frame size" 12955msgstr "" 12956 12957#: config/tc-mips.c:5826 12958msgid "frame size specified twice" 12959msgstr "" 12960 12961#: config/tc-mips.c:5831 12962msgid "invalid frame size" 12963msgstr "" 12964 12965#: config/tc-mips.c:5871 12966#, c-format 12967msgid "operand %d must be an immediate" 12968msgstr "" 12969 12970#: config/tc-mips.c:5886 12971msgid "invalid element selector" 12972msgstr "" 12973 12974#: config/tc-mips.c:5899 12975#, c-format 12976msgid "operand %d must be scalar" 12977msgstr "" 12978 12979#: config/tc-mips.c:6079 12980msgid "floating-point expression required" 12981msgstr "" 12982 12983#: config/tc-mips.c:6179 12984#, c-format 12985msgid "cannot use `%s' in this section" 12986msgstr "" 12987 12988#: config/tc-mips.c:6326 12989msgid "used $at without \".set noat\"" 12990msgstr "" 12991 12992#: config/tc-mips.c:6328 12993#, c-format 12994msgid "used $%u with \".set at=$%u\"" 12995msgstr "" 12996 12997#: config/tc-mips.c:7507 12998#, c-format 12999msgid "wrong size instruction in a %u-bit branch delay slot" 13000msgstr "" 13001 13002#: config/tc-mips.c:7527 config/tc-mips.c:7537 config/tc-mips.c:15931 13003#, c-format 13004msgid "jump to misaligned address (0x%lx)" 13005msgstr "" 13006 13007#: config/tc-mips.c:7552 config/tc-mips.c:7572 config/tc-mips.c:7589 13008#: config/tc-mips.c:9139 config/tc-mips.c:15785 config/tc-mips.c:15792 13009#: config/tc-mips.c:16185 config/tc-mips.c:19032 13010#, c-format 13011msgid "branch to misaligned address (0x%lx)" 13012msgstr "" 13013 13014#: config/tc-mips.c:7558 config/tc-mips.c:7576 config/tc-mips.c:7593 13015#: config/tc-mips.c:9142 13016#, c-format 13017msgid "branch address range overflow (0x%lx)" 13018msgstr "" 13019 13020#: config/tc-mips.c:7838 13021msgid "extended instruction in delay slot" 13022msgstr "" 13023 13024#: config/tc-mips.c:8302 13025msgid "source and destination must be different" 13026msgstr "" 13027 13028#: config/tc-mips.c:8305 13029msgid "a destination register must be supplied" 13030msgstr "" 13031 13032#: config/tc-mips.c:8310 13033msgid "the source register must not be $31" 13034msgstr "" 13035 13036#: config/tc-mips.c:8558 config/tc-mips.c:14525 config/tc-mips.c:19179 13037msgid "invalid unextended operand value" 13038msgstr "" 13039 13040#: config/tc-mips.c:8676 13041#, c-format 13042msgid "opcode not supported on this processor: %s (%s)" 13043msgstr "" 13044 13045#: config/tc-mips.c:8755 13046msgid "opcode not supported in the `insn32' mode" 13047msgstr "" 13048 13049#: config/tc-mips.c:8758 13050#, c-format 13051msgid "unrecognized %d-bit version of microMIPS opcode" 13052msgstr "" 13053 13054#: config/tc-mips.c:8814 13055msgid "unrecognized unextended version of MIPS16 opcode" 13056msgstr "" 13057 13058#: config/tc-mips.c:8817 13059msgid "unrecognized extended version of MIPS16 opcode" 13060msgstr "" 13061 13062#: config/tc-mips.c:8867 config/tc-mips.c:19050 13063msgid "" 13064"macro instruction expanded into multiple instructions in a branch delay slot" 13065msgstr "" 13066 13067#: config/tc-mips.c:8870 config/tc-mips.c:19058 13068msgid "macro instruction expanded into multiple instructions" 13069msgstr "" 13070 13071#: config/tc-mips.c:8874 13072msgid "" 13073"macro instruction expanded into a wrong size instruction in a 16-bit branch " 13074"delay slot" 13075msgstr "" 13076 13077#: config/tc-mips.c:8876 13078msgid "" 13079"macro instruction expanded into a wrong size instruction in a 32-bit branch " 13080"delay slot" 13081msgstr "" 13082 13083#: config/tc-mips.c:9339 13084msgid "operand overflow" 13085msgstr "" 13086 13087#: config/tc-mips.c:9358 config/tc-mips.c:9943 config/tc-mips.c:14006 13088msgid "macro used $at after \".set noat\"" 13089msgstr "" 13090 13091#: config/tc-mips.c:9503 config/tc-mips.c:12318 config/tc-mips.c:12999 13092#, c-format 13093msgid "number (0x%<PRIx64>) larger than 32 bits" 13094msgstr "" 13095 13096#: config/tc-mips.c:9524 13097msgid "number larger than 64 bits" 13098msgstr "" 13099 13100#: config/tc-mips.c:9821 config/tc-mips.c:9849 config/tc-mips.c:9887 13101#: config/tc-mips.c:9932 config/tc-mips.c:12562 config/tc-mips.c:12601 13102#: config/tc-mips.c:12640 config/tc-mips.c:13096 config/tc-mips.c:13148 13103msgid "PIC code offset overflow (max 16 signed bits)" 13104msgstr "" 13105 13106#: config/tc-mips.c:10465 13107#, c-format 13108msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)" 13109msgstr "" 13110 13111#. Result is always true. 13112#: config/tc-mips.c:10561 13113#, c-format 13114msgid "branch %s is always true" 13115msgstr "" 13116 13117#: config/tc-mips.c:10789 config/tc-mips.c:10899 13118msgid "divide by zero" 13119msgstr "" 13120 13121#: config/tc-mips.c:10989 13122msgid "dla used to load 32-bit register; recommend using la instead" 13123msgstr "" 13124 13125#: config/tc-mips.c:10993 13126msgid "la used to load 64-bit address; recommend using dla instead" 13127msgstr "" 13128 13129#: config/tc-mips.c:11102 config/tc-riscv.c:2132 13130msgid "offset too large" 13131msgstr "" 13132 13133#: config/tc-mips.c:11276 config/tc-mips.c:11554 13134msgid "PIC code offset overflow (max 32 signed bits)" 13135msgstr "" 13136 13137#: config/tc-mips.c:11624 config/tc-mips.c:11700 13138#, c-format 13139msgid "opcode not supported in the `insn32' mode `%s'" 13140msgstr "" 13141 13142#: config/tc-mips.c:11652 13143msgid "MIPS PIC call to register other than $25" 13144msgstr "" 13145 13146#: config/tc-mips.c:11668 config/tc-mips.c:11679 config/tc-mips.c:11812 13147#: config/tc-mips.c:11823 13148msgid "no .cprestore pseudo-op used in PIC code" 13149msgstr "" 13150 13151#: config/tc-mips.c:11673 config/tc-mips.c:11817 13152msgid "no .frame pseudo-op used in PIC code" 13153msgstr "" 13154 13155#: config/tc-mips.c:11838 13156msgid "non-PIC jump used in PIC library" 13157msgstr "" 13158 13159#: config/tc-mips.c:12819 13160#, c-format 13161msgid "Unable to generate `%s' compliant code without mthc1" 13162msgstr "" 13163 13164#: config/tc-mips.c:13560 13165#, c-format 13166msgid "instruction %s: result is always false" 13167msgstr "" 13168 13169#: config/tc-mips.c:13713 13170#, c-format 13171msgid "instruction %s: result is always true" 13172msgstr "" 13173 13174#. FIXME: Check if this is one of the itbl macros, since they 13175#. are added dynamically. 13176#: config/tc-mips.c:14002 13177#, c-format 13178msgid "macro %s not implemented yet" 13179msgstr "" 13180 13181#: config/tc-mips.c:14535 13182msgid "extended operand requested but not required" 13183msgstr "" 13184 13185#: config/tc-mips.c:14544 13186msgid "operand value out of range for instruction" 13187msgstr "" 13188 13189#: config/tc-mips.c:14643 13190#, c-format 13191msgid "relocation %s isn't supported by the current ABI" 13192msgstr "" 13193 13194#: config/tc-mips.c:14700 13195msgid "unclosed '('" 13196msgstr "" 13197 13198#: config/tc-mips.c:14762 13199#, c-format 13200msgid "a different %s was already specified, is now %s" 13201msgstr "" 13202 13203#: config/tc-mips.c:14929 13204msgid "-mmicromips cannot be used with -mips16" 13205msgstr "" 13206 13207#: config/tc-mips.c:14944 13208msgid "-mips16 cannot be used with -micromips" 13209msgstr "" 13210 13211#: config/tc-mips.c:15113 config/tc-mips.c:15171 13212msgid "no compiled in support for 64 bit object file format" 13213msgstr "" 13214 13215#: config/tc-mips.c:15178 13216#, c-format 13217msgid "invalid abi -mabi=%s" 13218msgstr "" 13219 13220#: config/tc-mips.c:15218 13221#, c-format 13222msgid "invalid NaN setting -mnan=%s" 13223msgstr "" 13224 13225#: config/tc-mips.c:15252 13226msgid "-G not supported in this configuration" 13227msgstr "" 13228 13229#: config/tc-mips.c:15278 13230#, c-format 13231msgid "-%s conflicts with the other architecture options, which imply -%s" 13232msgstr "" 13233 13234#: config/tc-mips.c:15294 13235#, c-format 13236msgid "-march=%s is not compatible with the selected ABI" 13237msgstr "" 13238 13239#: config/tc-mips.c:15789 config/tc-mips.c:16179 config/tc-mips.c:19029 13240msgid "branch to a symbol in another ISA mode" 13241msgstr "" 13242 13243#: config/tc-mips.c:15796 config/tc-mips.c:15936 config/tc-mips.c:16189 13244#, c-format 13245msgid "cannot encode misaligned addend in the relocatable field (0x%lx)" 13246msgstr "" 13247 13248#: config/tc-mips.c:15833 13249msgid "PC-relative reference to a different section" 13250msgstr "" 13251 13252#: config/tc-mips.c:15905 config/tc-riscv.c:4266 13253msgid "TLS relocation against a constant" 13254msgstr "" 13255 13256#: config/tc-mips.c:15925 13257msgid "jump to a symbol in another ISA mode" 13258msgstr "" 13259 13260#: config/tc-mips.c:15928 13261msgid "JALX to a symbol in the same ISA mode" 13262msgstr "" 13263 13264#: config/tc-mips.c:16011 13265msgid "unsupported constant in relocation" 13266msgstr "" 13267 13268#: config/tc-mips.c:16084 13269#, c-format 13270msgid "PC-relative access using misaligned symbol (%lx)" 13271msgstr "" 13272 13273#: config/tc-mips.c:16088 13274#, c-format 13275msgid "PC-relative access using misaligned offset (%lx)" 13276msgstr "" 13277 13278#: config/tc-mips.c:16101 config/tc-mips.c:16120 13279msgid "PC-relative access out of range" 13280msgstr "" 13281 13282#: config/tc-mips.c:16107 13283#, c-format 13284msgid "PC-relative access to misaligned address (%lx)" 13285msgstr "" 13286 13287#: config/tc-mips.c:16276 13288#, c-format 13289msgid "alignment too large, %d assumed" 13290msgstr "" 13291 13292#: config/tc-mips.c:16279 13293msgid "alignment negative, 0 assumed" 13294msgstr "" 13295 13296#: config/tc-mips.c:16511 13297#, c-format 13298msgid "%s: no such section" 13299msgstr "" 13300 13301#: config/tc-mips.c:16567 13302#, c-format 13303msgid ".option pic%d not supported" 13304msgstr "" 13305 13306#: config/tc-mips.c:16569 13307#, c-format 13308msgid ".option pic%d not supported in VxWorks PIC mode" 13309msgstr "" 13310 13311#: config/tc-mips.c:16581 config/tc-mips.c:16921 13312msgid "-G may not be used with SVR4 PIC code" 13313msgstr "" 13314 13315#: config/tc-mips.c:16587 13316#, c-format 13317msgid "unrecognized option \"%s\"" 13318msgstr "" 13319 13320#: config/tc-mips.c:16693 13321#, c-format 13322msgid "unknown architecture %s" 13323msgstr "" 13324 13325#: config/tc-mips.c:16708 config/tc-mips.c:16872 13326#, c-format 13327msgid "unknown ISA level %s" 13328msgstr "" 13329 13330#: config/tc-mips.c:16718 13331#, c-format 13332msgid "unknown ISA or architecture %s" 13333msgstr "" 13334 13335#: config/tc-mips.c:16777 13336msgid "`noreorder' must be set before `nomacro'" 13337msgstr "" 13338 13339#: config/tc-mips.c:16807 13340msgid ".set pop with no .set push" 13341msgstr "" 13342 13343#: config/tc-mips.c:16826 13344#, c-format 13345msgid "tried to set unrecognized symbol: %s\n" 13346msgstr "" 13347 13348#: config/tc-mips.c:16899 13349#, c-format 13350msgid ".module used with unrecognized symbol: %s\n" 13351msgstr "" 13352 13353#: config/tc-mips.c:16905 13354msgid ".module is not permitted after generating code" 13355msgstr "" 13356 13357#: config/tc-mips.c:16965 config/tc-mips.c:17044 config/tc-mips.c:17148 13358#: config/tc-mips.c:17178 config/tc-mips.c:17227 13359#, c-format 13360msgid "%s not supported in MIPS16 mode" 13361msgstr "" 13362 13363#: config/tc-mips.c:16972 13364msgid ".cpload not in noreorder section" 13365msgstr "" 13366 13367#: config/tc-mips.c:17053 config/tc-mips.c:17072 13368msgid "missing argument separator ',' for .cpsetup" 13369msgstr "" 13370 13371#: config/tc-mips.c:17270 config/tc-riscv.c:4652 13372#, c-format 13373msgid "unsupported use of %s" 13374msgstr "" 13375 13376#: config/tc-mips.c:17361 13377msgid "unsupported use of .gpword" 13378msgstr "" 13379 13380#: config/tc-mips.c:17399 13381msgid "unsupported use of .gpdword" 13382msgstr "" 13383 13384#: config/tc-mips.c:17431 13385msgid "unsupported use of .ehword" 13386msgstr "" 13387 13388#: config/tc-mips.c:17518 13389msgid "bad .nan directive" 13390msgstr "" 13391 13392#: config/tc-mips.c:17567 13393#, c-format 13394msgid "ignoring attempt to redefine symbol %s" 13395msgstr "" 13396 13397#: config/tc-mips.c:17582 ecoff.c:3358 13398msgid "bad .weakext directive" 13399msgstr "" 13400 13401#: config/tc-mips.c:18554 config/tc-mips.c:18831 13402msgid "relaxed out-of-range branch into a jump" 13403msgstr "" 13404 13405#: config/tc-mips.c:19054 13406msgid "extended instruction in a branch delay slot" 13407msgstr "" 13408 13409#: config/tc-mips.c:19168 config/tc-xtensa.c:1691 config/tc-xtensa.c:1969 13410msgid "unsupported relocation" 13411msgstr "" 13412 13413#: config/tc-mips.c:19676 config/tc-score.c:5624 13414msgid "expected simple number" 13415msgstr "" 13416 13417#: config/tc-mips.c:19704 config/tc-score.c:5651 13418msgid "invalid number" 13419msgstr "" 13420 13421#: config/tc-mips.c:19781 ecoff.c:2987 13422msgid ".end directive without a preceding .ent directive" 13423msgstr "" 13424 13425#: config/tc-mips.c:19790 13426msgid ".end symbol does not match .ent symbol" 13427msgstr "" 13428 13429#: config/tc-mips.c:19867 13430msgid ".ent or .aent not in text section" 13431msgstr "" 13432 13433#: config/tc-mips.c:19870 config/tc-score.c:5683 13434msgid "missing .end" 13435msgstr "" 13436 13437#: config/tc-mips.c:19953 13438msgid ".mask/.fmask outside of .ent" 13439msgstr "" 13440 13441#: config/tc-mips.c:19960 13442msgid "bad .mask/.fmask directive" 13443msgstr "" 13444 13445#: config/tc-mips.c:20264 13446#, c-format 13447msgid "bad value (%s) for %s" 13448msgstr "" 13449 13450#: config/tc-mips.c:20328 13451#, c-format 13452msgid "" 13453"MIPS options:\n" 13454"-EB\t\t\tgenerate big endian output\n" 13455"-EL\t\t\tgenerate little endian output\n" 13456"-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n" 13457"-G NUM\t\t\tallow referencing objects up to NUM bytes\n" 13458"\t\t\timplicitly with the gp register [default 8]\n" 13459msgstr "" 13460 13461#: config/tc-mips.c:20335 13462#, c-format 13463msgid "" 13464"-mips1\t\t\tgenerate MIPS ISA I instructions\n" 13465"-mips2\t\t\tgenerate MIPS ISA II instructions\n" 13466"-mips3\t\t\tgenerate MIPS ISA III instructions\n" 13467"-mips4\t\t\tgenerate MIPS ISA IV instructions\n" 13468"-mips5 generate MIPS ISA V instructions\n" 13469"-mips32 generate MIPS32 ISA instructions\n" 13470"-mips32r2 generate MIPS32 release 2 ISA instructions\n" 13471"-mips32r3 generate MIPS32 release 3 ISA instructions\n" 13472"-mips32r5 generate MIPS32 release 5 ISA instructions\n" 13473"-mips32r6 generate MIPS32 release 6 ISA instructions\n" 13474"-mips64 generate MIPS64 ISA instructions\n" 13475"-mips64r2 generate MIPS64 release 2 ISA instructions\n" 13476"-mips64r3 generate MIPS64 release 3 ISA instructions\n" 13477"-mips64r5 generate MIPS64 release 5 ISA instructions\n" 13478"-mips64r6 generate MIPS64 release 6 ISA instructions\n" 13479"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n" 13480msgstr "" 13481 13482#: config/tc-mips.c:20360 13483#, c-format 13484msgid "" 13485"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" 13486"-no-mCPU\t\tdon't generate code specific to CPU.\n" 13487"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n" 13488msgstr "" 13489 13490#: config/tc-mips.c:20373 13491#, c-format 13492msgid "" 13493"-mips16\t\t\tgenerate mips16 instructions\n" 13494"-no-mips16\t\tdo not generate mips16 instructions\n" 13495msgstr "" 13496 13497#: config/tc-mips.c:20376 13498#, c-format 13499msgid "" 13500"-mmips16e2\t\tgenerate MIPS16e2 instructions\n" 13501"-mno-mips16e2\t\tdo not generate MIPS16e2 instructions\n" 13502msgstr "" 13503 13504#: config/tc-mips.c:20379 13505#, c-format 13506msgid "" 13507"-mmicromips\t\tgenerate microMIPS instructions\n" 13508"-mno-micromips\t\tdo not generate microMIPS instructions\n" 13509msgstr "" 13510 13511#: config/tc-mips.c:20382 13512#, c-format 13513msgid "" 13514"-msmartmips\t\tgenerate smartmips instructions\n" 13515"-mno-smartmips\t\tdo not generate smartmips instructions\n" 13516msgstr "" 13517 13518#: config/tc-mips.c:20385 13519#, c-format 13520msgid "" 13521"-mdsp\t\t\tgenerate DSP instructions\n" 13522"-mno-dsp\t\tdo not generate DSP instructions\n" 13523msgstr "" 13524 13525#: config/tc-mips.c:20388 13526#, c-format 13527msgid "" 13528"-mdspr2\t\t\tgenerate DSP R2 instructions\n" 13529"-mno-dspr2\t\tdo not generate DSP R2 instructions\n" 13530msgstr "" 13531 13532#: config/tc-mips.c:20391 13533#, c-format 13534msgid "" 13535"-mdspr3\t\t\tgenerate DSP R3 instructions\n" 13536"-mno-dspr3\t\tdo not generate DSP R3 instructions\n" 13537msgstr "" 13538 13539#: config/tc-mips.c:20394 13540#, c-format 13541msgid "" 13542"-mmt\t\t\tgenerate MT instructions\n" 13543"-mno-mt\t\t\tdo not generate MT instructions\n" 13544msgstr "" 13545 13546#: config/tc-mips.c:20397 13547#, c-format 13548msgid "" 13549"-mmcu\t\t\tgenerate MCU instructions\n" 13550"-mno-mcu\t\tdo not generate MCU instructions\n" 13551msgstr "" 13552 13553#: config/tc-mips.c:20400 13554#, c-format 13555msgid "" 13556"-mmsa\t\t\tgenerate MSA instructions\n" 13557"-mno-msa\t\tdo not generate MSA instructions\n" 13558msgstr "" 13559 13560#: config/tc-mips.c:20403 13561#, c-format 13562msgid "" 13563"-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n" 13564"-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n" 13565msgstr "" 13566 13567#: config/tc-mips.c:20406 13568#, c-format 13569msgid "" 13570"-mvirt\t\t\tgenerate Virtualization instructions\n" 13571"-mno-virt\t\tdo not generate Virtualization instructions\n" 13572msgstr "" 13573 13574#: config/tc-mips.c:20409 13575#, c-format 13576msgid "" 13577"-mcrc\t\t\tgenerate CRC instructions\n" 13578"-mno-crc\t\tdo not generate CRC instructions\n" 13579msgstr "" 13580 13581#: config/tc-mips.c:20412 13582#, c-format 13583msgid "" 13584"-mginv\t\t\tgenerate Global INValidate (GINV) instructions\n" 13585"-mno-ginv\t\tdo not generate Global INValidate instructions\n" 13586msgstr "" 13587 13588#: config/tc-mips.c:20415 13589#, c-format 13590msgid "" 13591"-mloongson-mmi\t\tgenerate Loongson MultiMedia extensions Instructions (MMI) " 13592"instructions\n" 13593"-mno-loongson-mmi\tdo not generate Loongson MultiMedia extensions " 13594"Instructions\n" 13595msgstr "" 13596 13597#: config/tc-mips.c:20418 13598#, c-format 13599msgid "" 13600"-mloongson-cam\t\tgenerate Loongson Content Address Memory (CAM) " 13601"instructions\n" 13602"-mno-loongson-cam\tdo not generate Loongson Content Address Memory " 13603"Instructions\n" 13604msgstr "" 13605 13606#: config/tc-mips.c:20421 13607#, c-format 13608msgid "" 13609"-mloongson-ext\t\tgenerate Loongson EXTensions (EXT) instructions\n" 13610"-mno-loongson-ext\tdo not generate Loongson EXTensions Instructions\n" 13611msgstr "" 13612 13613#: config/tc-mips.c:20424 13614#, c-format 13615msgid "" 13616"-mloongson-ext2\t\tgenerate Loongson EXTensions R2 (EXT2) instructions\n" 13617"-mno-loongson-ext2\tdo not generate Loongson EXTensions R2 Instructions\n" 13618msgstr "" 13619 13620#: config/tc-mips.c:20427 13621#, c-format 13622msgid "" 13623"-minsn32\t\tonly generate 32-bit microMIPS instructions\n" 13624"-mno-insn32\t\tgenerate all microMIPS instructions\n" 13625msgstr "" 13626 13627#: config/tc-mips.c:20431 13628#, c-format 13629msgid "" 13630"-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata, default\n" 13631"-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata\n" 13632msgstr "" 13633 13634#: config/tc-mips.c:20435 13635#, c-format 13636msgid "" 13637"-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata\n" 13638"-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata, " 13639"default\n" 13640msgstr "" 13641 13642#: config/tc-mips.c:20439 13643#, c-format 13644msgid "" 13645"-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n" 13646"-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n" 13647"-mfix-loongson3-llsc\twork around Loongson3 LL/SC errata\n" 13648"-mno-fix-loongson3-llsc\tdisable work around Loongson3 LL/SC errata\n" 13649"-mfix-vr4120\t\twork around certain VR4120 errata\n" 13650"-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n" 13651"-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n" 13652"-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n" 13653"-mfix-r5900\t\twork around R5900 short loop errata\n" 13654"-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n" 13655"-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n" 13656"-msym32\t\t\tassume all symbols have 32-bit values\n" 13657"-O0\t\t\tdo not remove unneeded NOPs, do not swap branches\n" 13658"-O, -O1\t\t\tremove unneeded NOPs, do not swap branches\n" 13659"-O2\t\t\tremove unneeded NOPs and swap branches\n" 13660"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n" 13661"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n" 13662msgstr "" 13663 13664#: config/tc-mips.c:20457 13665#, c-format 13666msgid "" 13667"-mhard-float\t\tallow floating-point instructions\n" 13668"-msoft-float\t\tdo not allow floating-point instructions\n" 13669"-msingle-float\t\tonly allow 32-bit floating-point operations\n" 13670"-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n" 13671"--[no-]construct-floats\t[dis]allow floating point values to be constructed\n" 13672"--[no-]relax-branch\t[dis]allow out-of-range branches to be relaxed\n" 13673"-mignore-branch-isa\taccept invalid branches requiring an ISA mode switch\n" 13674"-mno-ignore-branch-isa\treject invalid branches requiring an ISA mode " 13675"switch\n" 13676"-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n" 13677msgstr "" 13678 13679#: config/tc-mips.c:20475 13680#, c-format 13681msgid "" 13682"-KPIC, -call_shared\tgenerate SVR4 position independent code\n" 13683"-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n" 13684"-mvxworks-pic\t\tgenerate VxWorks position independent code\n" 13685"-non_shared\t\tdo not generate code that can operate with DSOs\n" 13686"-xgot\t\t\tassume a 32 bit GOT\n" 13687"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n" 13688"-mshared, -mno-shared disable/enable .cpload optimization for\n" 13689" position dependent (non shared) code\n" 13690"-mabi=ABI\t\tcreate ABI conformant object file for:\n" 13691msgstr "" 13692 13693#: config/tc-mips.c:20496 13694#, c-format 13695msgid "-32\t\t\tcreate o32 ABI object file%s\n" 13696msgstr "" 13697 13698#: config/tc-mips.c:20498 config/tc-mips.c:20501 config/tc-mips.c:20504 13699msgid " (default)" 13700msgstr "" 13701 13702#: config/tc-mips.c:20499 13703#, c-format 13704msgid "-n32\t\t\tcreate n32 ABI object file%s\n" 13705msgstr "" 13706 13707#: config/tc-mips.c:20502 13708#, c-format 13709msgid "-64\t\t\tcreate 64 ABI object file%s\n" 13710msgstr "" 13711 13712#: config/tc-mips.c:20584 13713msgid "missing .end at end of assembly" 13714msgstr "" 13715 13716#: config/tc-mmix.c:704 13717#, c-format 13718msgid " MMIX-specific command line options:\n" 13719msgstr "" 13720 13721#: config/tc-mmix.c:705 13722#, c-format 13723msgid "" 13724" -fixed-special-register-names\n" 13725" Allow only the original special register names.\n" 13726msgstr "" 13727 13728#: config/tc-mmix.c:708 13729#, c-format 13730msgid " -globalize-symbols Make all symbols global.\n" 13731msgstr "" 13732 13733#: config/tc-mmix.c:710 13734#, c-format 13735msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n" 13736msgstr "" 13737 13738#: config/tc-mmix.c:712 13739#, c-format 13740msgid " -relax Create linker relaxable code.\n" 13741msgstr "" 13742 13743#: config/tc-mmix.c:714 13744#, c-format 13745msgid "" 13746" -no-predefined-syms Do not provide mmixal built-in constants.\n" 13747" Implies -fixed-special-register-names.\n" 13748msgstr "" 13749 13750#: config/tc-mmix.c:717 13751#, c-format 13752msgid "" 13753" -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n" 13754" into multiple instructions.\n" 13755msgstr "" 13756 13757#: config/tc-mmix.c:720 13758#, c-format 13759msgid "" 13760" -no-merge-gregs Do not merge GREG definitions with nearby values.\n" 13761msgstr "" 13762 13763#: config/tc-mmix.c:722 13764#, c-format 13765msgid "" 13766" -linker-allocated-gregs If there's no suitable GREG definition for " 13767"the operands of an instruction, let the linker " 13768"resolve.\n" 13769msgstr "" 13770 13771#: config/tc-mmix.c:725 13772#, c-format 13773msgid "" 13774" -x Do not warn when an operand to GETA, a branch,\n" 13775" PUSHJ or JUMP is not known to be within range.\n" 13776" The linker will catch any errors. Implies\n" 13777" -linker-allocated-gregs." 13778msgstr "" 13779 13780#: config/tc-mmix.c:851 13781#, c-format 13782msgid "unknown opcode: `%s'" 13783msgstr "" 13784 13785#: config/tc-mmix.c:973 config/tc-mmix.c:988 13786msgid "specified location wasn't TETRA-aligned" 13787msgstr "" 13788 13789#: config/tc-mmix.c:975 config/tc-mmix.c:990 config/tc-mmix.c:4226 13790#: config/tc-mmix.c:4242 13791msgid "unaligned data at an absolute location is not supported" 13792msgstr "" 13793 13794#: config/tc-mmix.c:1100 13795#, c-format 13796msgid "invalid operand to opcode %s: `%s'" 13797msgstr "" 13798 13799#: config/tc-mmix.c:1122 config/tc-mmix.c:1149 config/tc-mmix.c:1182 13800#: config/tc-mmix.c:1190 config/tc-mmix.c:1207 config/tc-mmix.c:1235 13801#: config/tc-mmix.c:1256 config/tc-mmix.c:1281 config/tc-mmix.c:1329 13802#: config/tc-mmix.c:1436 config/tc-mmix.c:1461 config/tc-mmix.c:1493 13803#: config/tc-mmix.c:1525 config/tc-mmix.c:1555 config/tc-mmix.c:1608 13804#: config/tc-mmix.c:1625 config/tc-mmix.c:1652 config/tc-mmix.c:1680 13805#: config/tc-mmix.c:1710 config/tc-mmix.c:1736 config/tc-mmix.c:1752 13806#: config/tc-mmix.c:1778 config/tc-mmix.c:1794 config/tc-mmix.c:1810 13807#: config/tc-mmix.c:1891 13808#, c-format 13809msgid "invalid operands to opcode %s: `%s'" 13810msgstr "" 13811 13812#: config/tc-mmix.c:1991 13813msgid "internal: mmix_prefix_name but empty prefix" 13814msgstr "" 13815 13816#: config/tc-mmix.c:2054 13817#, c-format 13818msgid "too many GREG registers allocated (max %d)" 13819msgstr "" 13820 13821#: config/tc-mmix.c:2114 13822msgid "BSPEC already active. Nesting is not supported." 13823msgstr "" 13824 13825#: config/tc-mmix.c:2123 13826msgid "invalid BSPEC expression" 13827msgstr "" 13828 13829#: config/tc-mmix.c:2139 13830#, c-format 13831msgid "can't create section %s" 13832msgstr "" 13833 13834#: config/tc-mmix.c:2143 13835#, c-format 13836msgid "can't set section flags for section %s" 13837msgstr "" 13838 13839#: config/tc-mmix.c:2164 13840msgid "ESPEC without preceding BSPEC" 13841msgstr "" 13842 13843#: config/tc-mmix.c:2193 13844msgid "missing local expression" 13845msgstr "" 13846 13847#: config/tc-mmix.c:2410 13848msgid "operand out of range, instruction expanded" 13849msgstr "" 13850 13851#. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be 13852#. user-friendly, though a little bit non-substantial. 13853#: config/tc-mmix.c:2661 13854msgid "directive LOCAL must be placed in code or data" 13855msgstr "" 13856 13857#: config/tc-mmix.c:2662 13858msgid "internal confusion: relocation in a section without contents" 13859msgstr "" 13860 13861#: config/tc-mmix.c:2776 13862msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section" 13863msgstr "" 13864 13865#: config/tc-mmix.c:2824 13866msgid "no suitable GREG definition for operands" 13867msgstr "" 13868 13869#: config/tc-mmix.c:2883 13870msgid "operands were not reducible at assembly-time" 13871msgstr "" 13872 13873#: config/tc-mmix.c:2910 13874#, c-format 13875msgid "cannot generate relocation type for symbol %s, code %s" 13876msgstr "" 13877 13878#: config/tc-mmix.c:2930 13879#, c-format 13880msgid "internal: unhandled label %s" 13881msgstr "" 13882 13883#: config/tc-mmix.c:2959 13884msgid "[0-9]H labels may not appear alone on a line" 13885msgstr "" 13886 13887#: config/tc-mmix.c:2967 13888msgid "[0-9]H labels do not mix with dot-pseudos" 13889msgstr "" 13890 13891#: config/tc-mmix.c:3055 13892msgid "invalid characters in input" 13893msgstr "" 13894 13895#: config/tc-mmix.c:3161 13896msgid "empty label field for IS" 13897msgstr "" 13898 13899#: config/tc-mmix.c:3487 13900#, c-format 13901msgid "internal: unexpected relax type %d:%d" 13902msgstr "" 13903 13904#: config/tc-mmix.c:3511 13905msgid "BSPEC without ESPEC." 13906msgstr "" 13907 13908#: config/tc-mmix.c:3576 13909msgid "LOC to section unknown or indeterminable at first pass" 13910msgstr "" 13911 13912#: config/tc-mmix.c:3762 13913msgid "internal: GREG expression not resolved to section" 13914msgstr "" 13915 13916#: config/tc-mmix.c:3811 13917msgid "register section has contents\n" 13918msgstr "" 13919 13920#: config/tc-mmix.c:3937 13921msgid "section change from within a BSPEC/ESPEC pair is not supported" 13922msgstr "" 13923 13924#: config/tc-mmix.c:3958 13925msgid "directive LOC from within a BSPEC/ESPEC pair is not supported" 13926msgstr "" 13927 13928#: config/tc-mmix.c:3968 13929msgid "invalid LOC expression" 13930msgstr "" 13931 13932#: config/tc-mmix.c:4013 config/tc-mmix.c:4040 13933msgid "LOC expression stepping backwards is not supported" 13934msgstr "" 13935 13936#. We will only get here in rare cases involving #NO_APP, 13937#. where the unterminated string is not recognized by the 13938#. preformatting pass. 13939#: config/tc-mmix.c:4149 config/tc-mmix.c:4307 config/tc-z80.c:3202 13940msgid "unterminated string" 13941msgstr "" 13942 13943#: config/tc-mmix.c:4166 13944msgid "BYTE expression not a pure number" 13945msgstr "" 13946 13947#. Note that mmixal does not allow negative numbers in 13948#. BYTE sequences, so neither should we. 13949#: config/tc-mmix.c:4175 13950msgid "BYTE expression not in the range 0..255" 13951msgstr "" 13952 13953#: config/tc-mmix.c:4224 config/tc-mmix.c:4240 13954msgid "data item with alignment larger than location" 13955msgstr "" 13956 13957#. Since integer_constant is local to expr.c, we have to make this a 13958#. macro. FIXME: Do it cleaner. 13959#: config/tc-mmix.h:98 13960msgid "`&' serial number operator is not supported" 13961msgstr "" 13962 13963#: config/tc-mn10200.c:300 13964#, c-format 13965msgid "" 13966"MN10200 options:\n" 13967"none yet\n" 13968msgstr "" 13969 13970#: config/tc-mn10200.c:889 config/tc-mn10300.c:1253 config/tc-s390.c:1700 13971#: config/tc-v850.c:2320 13972#, c-format 13973msgid "Unrecognized opcode: `%s'" 13974msgstr "" 13975 13976#. xgettext:c-format. 13977#: config/tc-mn10200.c:1133 config/tc-mn10300.c:1822 config/tc-ppc.c:4008 13978#: config/tc-s390.c:1609 config/tc-v850.c:3036 13979#, c-format 13980msgid "junk at end of line: `%s'" 13981msgstr "" 13982 13983#: config/tc-mn10300.c:439 13984#, c-format 13985msgid "" 13986"MN10300 assembler options:\n" 13987"none yet\n" 13988msgstr "" 13989 13990#: config/tc-mn10300.c:1270 13991msgid "Invalid opcode/operands" 13992msgstr "" 13993 13994#: config/tc-mn10300.c:1793 13995msgid "Invalid register specification." 13996msgstr "" 13997 13998#: config/tc-mn10300.c:2391 13999#, c-format 14000msgid "Bad relocation fixup type (%d)" 14001msgstr "" 14002 14003#: config/tc-moxie.c:204 config/tc-moxie.c:223 config/tc-moxie.c:314 14004#: config/tc-moxie.c:360 14005msgid "expecting comma delimited register operands" 14006msgstr "" 14007 14008#: config/tc-moxie.c:250 config/tc-moxie.c:390 config/tc-moxie.c:420 14009#: config/tc-moxie.c:495 14010msgid "expecting comma delimited operands" 14011msgstr "" 14012 14013#: config/tc-moxie.c:318 config/tc-moxie.c:346 14014msgid "expecting indirect register `($rA)'" 14015msgstr "" 14016 14017#: config/tc-moxie.c:326 config/tc-moxie.c:354 config/tc-moxie.c:445 14018#: config/tc-moxie.c:487 14019msgid "missing closing parenthesis" 14020msgstr "" 14021 14022#: config/tc-moxie.c:437 config/tc-moxie.c:479 14023msgid "expecting indirect register `($rX)'" 14024msgstr "" 14025 14026#: config/tc-moxie.c:557 config/tc-pj.c:313 14027msgid "Something forgot to clean up\n" 14028msgstr "" 14029 14030#: config/tc-moxie.c:641 14031#, c-format 14032msgid "" 14033" -EB assemble for a big endian system (default)\n" 14034" -EL assemble for a little endian system\n" 14035msgstr "" 14036 14037#: config/tc-moxie.c:701 14038msgid "pcrel too far BFD_RELOC_MOXIE_10" 14039msgstr "" 14040 14041#: config/tc-msp430.c:522 14042msgid ".profiler pseudo requires at least two operands." 14043msgstr "" 14044 14045#: config/tc-msp430.c:581 14046msgid "unknown profiling flag - ignored." 14047msgstr "" 14048 14049#: config/tc-msp430.c:597 14050msgid "ambiguous flags combination - '.profiler' directive ignored." 14051msgstr "" 14052 14053#: config/tc-msp430.c:607 14054msgid "profiling in absolute section?" 14055msgstr "" 14056 14057#: config/tc-msp430.c:1383 14058#, c-format 14059msgid "Unrecognised CPU errata name starting here: %s" 14060msgstr "" 14061 14062#: config/tc-msp430.c:1389 14063#, c-format 14064msgid "Expecting comma after CPU errata name, not: %s" 14065msgstr "" 14066 14067#: config/tc-msp430.c:1399 14068msgid "MCU option requires a name\n" 14069msgstr "" 14070 14071#: config/tc-msp430.c:1437 14072#, c-format 14073msgid "unrecognised argument to -mcpu option '%s'" 14074msgstr "" 14075 14076#: config/tc-msp430.c:1634 14077#, c-format 14078msgid "bad arguments \"%s\" and/or \"%s\" in %s directive" 14079msgstr "" 14080 14081#: config/tc-msp430.c:1646 14082#, c-format 14083msgid "file was compiled for the 430 ISA but the %s ISA is selected" 14084msgstr "" 14085 14086#: config/tc-msp430.c:1651 14087msgid "file was compiled for the 430X ISA but the 430 ISA is selected" 14088msgstr "" 14089 14090#: config/tc-msp430.c:1655 14091#, c-format 14092msgid "" 14093"unknown MSPABI build attribute value '%d' for OFBA_MSPABI_Tag_ISA(%d) in ." 14094"mspabi_attribute directive" 14095msgstr "" 14096 14097#: config/tc-msp430.c:1670 14098msgid "" 14099"file was compiled for the small memory model, but the large memory model is " 14100"selected" 14101msgstr "" 14102 14103#: config/tc-msp430.c:1675 14104msgid "" 14105"file was compiled for the large memory model, but the small memory model is " 14106"selected" 14107msgstr "" 14108 14109#: config/tc-msp430.c:1679 14110#, c-format 14111msgid "" 14112"unknown MSPABI build attribute value '%d' for %s(%d) in .mspabi_attribute " 14113"directive" 14114msgstr "" 14115 14116#: config/tc-msp430.c:1691 14117#, c-format 14118msgid "unknown MSPABI build attribute tag '%d' in .mspabi_attribute directive" 14119msgstr "" 14120 14121#: config/tc-msp430.c:1707 14122msgid "" 14123"file was compiled assuming all data will be in the lower memory region, but " 14124"the upper region is in use" 14125msgstr "" 14126 14127#: config/tc-msp430.c:1712 14128msgid "" 14129"file was compiled assuming data could be in the upper memory region, but the " 14130"lower data region is exclusively in use" 14131msgstr "" 14132 14133#: config/tc-msp430.c:1717 14134#, c-format 14135msgid "" 14136"unknown GNU build attribute value '%d' for Tag_GNU_MSP430_Data_Region(%d) " 14137"in .gnu_attribute directive" 14138msgstr "" 14139 14140#: config/tc-msp430.c:1723 14141#, c-format 14142msgid "internal: unexpected argument '%d' to msp430_object_attribute" 14143msgstr "" 14144 14145#: config/tc-msp430.c:1773 14146#, c-format 14147msgid "" 14148"MSP430 options:\n" 14149" -mmcu=<msp430-name> - select microcontroller type\n" 14150" -mcpu={430|430x|430xv2} - select microcontroller architecture\n" 14151msgstr "" 14152 14153#: config/tc-msp430.c:1777 14154#, c-format 14155msgid "" 14156" -msilicon-errata=<name>[,<name>...] - enable fixups for silicon errata\n" 14157" -msilicon-errata-warn=<name>[,<name>...] - warn when a fixup might be " 14158"needed\n" 14159" supported errata names: cpu4, cpu8, cpu11, cpu12, cpu13, cpu19\n" 14160msgstr "" 14161 14162#: config/tc-msp430.c:1781 14163#, c-format 14164msgid "" 14165" -mQ - enable relaxation at assembly time. DANGEROUS!\n" 14166" -mP - enable polymorph instructions\n" 14167msgstr "" 14168 14169#: config/tc-msp430.c:1784 14170#, c-format 14171msgid " -ml - enable large code model\n" 14172msgstr "" 14173 14174#: config/tc-msp430.c:1786 14175#, c-format 14176msgid " -mN - do not insert NOPs after changing interrupts (default)\n" 14177msgstr "" 14178 14179#: config/tc-msp430.c:1788 14180#, c-format 14181msgid " -mn - insert a NOP after changing interrupts\n" 14182msgstr "" 14183 14184#: config/tc-msp430.c:1790 14185#, c-format 14186msgid " -mY - do not warn about missing NOPs after changing interrupts\n" 14187msgstr "" 14188 14189#: config/tc-msp430.c:1792 14190#, c-format 14191msgid " -my - warn about missing NOPs after changing interrupts (default)\n" 14192msgstr "" 14193 14194#: config/tc-msp430.c:1794 14195#, c-format 14196msgid "" 14197" -mU - for an instruction which changes interrupt state, but where it is " 14198"not\n" 14199" known how the state is changed, do not warn/insert NOPs\n" 14200msgstr "" 14201 14202#: config/tc-msp430.c:1797 14203#, c-format 14204msgid "" 14205" -mu - for an instruction which changes interrupt state, but where it is " 14206"not\n" 14207" known how the state is changed, warn/insert NOPs (default)\n" 14208" -mn and/or -my are required for this to have any effect\n" 14209msgstr "" 14210 14211#: config/tc-msp430.c:1801 14212#, c-format 14213msgid "" 14214" -mdata-region={none|lower|upper|either} - select region data will be\n" 14215" placed in.\n" 14216msgstr "" 14217 14218#: config/tc-msp430.c:1973 14219#, c-format 14220msgid "extra characters '%s' at end of immediate expression '%s'" 14221msgstr "" 14222 14223#: config/tc-msp430.c:2005 config/tc-msp430.c:2189 config/tc-msp430.c:2304 14224#, c-format 14225msgid "value 0x%x out of extended range." 14226msgstr "" 14227 14228#: config/tc-msp430.c:2011 14229#, c-format 14230msgid "value %d out of range. Use #lo() or #hi()" 14231msgstr "" 14232 14233#: config/tc-msp430.c:2057 14234msgid "cpu4: not converting PUSH #4 to shorter form" 14235msgstr "" 14236 14237#: config/tc-msp430.c:2074 14238msgid "cpu4: not converting PUSH #8 to shorter form" 14239msgstr "" 14240 14241#: config/tc-msp430.c:2088 14242msgid "error: unsupported #foo() directive used on symbol" 14243msgstr "" 14244 14245#: config/tc-msp430.c:2105 14246#, c-format 14247msgid "unknown expression in operand %s. Use #llo(), #lhi(), #hlo() or #hhi()" 14248msgstr "" 14249 14250#: config/tc-msp430.c:2156 14251#, c-format 14252msgid "Registers cannot be used within immediate expression [%s]" 14253msgstr "" 14254 14255#: config/tc-msp430.c:2158 14256#, c-format 14257msgid "unknown operand %s" 14258msgstr "" 14259 14260#: config/tc-msp430.c:2175 14261#, c-format 14262msgid "extra characters '%s' at the end of absolute operand '%s'" 14263msgstr "" 14264 14265#: config/tc-msp430.c:2195 config/tc-msp430.c:2310 14266#, c-format 14267msgid "value out of range: 0x%x" 14268msgstr "" 14269 14270#: config/tc-msp430.c:2206 14271#, c-format 14272msgid "Registers cannot be used within absolute expression [%s]" 14273msgstr "" 14274 14275#: config/tc-msp430.c:2208 config/tc-msp430.c:2339 14276#, c-format 14277msgid "unknown expression in operand %s" 14278msgstr "" 14279 14280#: config/tc-msp430.c:2222 14281#, c-format 14282msgid "unknown addressing mode %s" 14283msgstr "" 14284 14285#: config/tc-msp430.c:2230 14286#, c-format 14287msgid "Bad register name %s" 14288msgstr "" 14289 14290#: config/tc-msp430.c:2241 14291msgid "cannot use indirect addressing with the PC" 14292msgstr "" 14293 14294#: config/tc-msp430.c:2261 14295msgid "')' required" 14296msgstr "" 14297 14298#: config/tc-msp430.c:2273 14299#, c-format 14300msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?" 14301msgstr "" 14302 14303#: config/tc-msp430.c:2280 14304msgid "r2 should not be used in indexed addressing mode" 14305msgstr "" 14306 14307#: config/tc-msp430.c:2293 config/tc-msp430.c:2368 config/tc-msp430.c:3514 14308#: config/tc-msp430.c:3582 config/tc-msp430.c:3699 config/tc-msp430.c:4121 14309#: config/tc-msp430.c:4220 config/tc-msp430.c:4271 14310#, c-format 14311msgid "extra characters '%s' at end of operand '%s'" 14312msgstr "" 14313 14314#: config/tc-msp430.c:2325 config/tc-msp430.c:2327 14315msgid "CPU8: Stack pointer accessed with an odd offset" 14316msgstr "" 14317 14318#: config/tc-msp430.c:2337 14319#, c-format 14320msgid "Registers cannot be used as a prefix of indexed expression [%s]" 14321msgstr "" 14322 14323#: config/tc-msp430.c:2403 14324#, c-format 14325msgid "Internal bug. Try to use 0(r%d) instead of @r%d" 14326msgstr "" 14327 14328#: config/tc-msp430.c:2413 14329msgid "this addressing mode is not applicable for destination operand" 14330msgstr "" 14331 14332#: config/tc-msp430.c:2444 config/tc-msp430.c:2579 config/tc-msp430.c:2616 14333#: config/tc-msp430.c:2646 config/tc-msp430.c:3450 config/tc-msp430.c:3533 14334#: config/tc-msp430.c:3621 14335#, c-format 14336msgid "expected register as second argument of %s" 14337msgstr "" 14338 14339#: config/tc-msp430.c:2483 config/tc-msp430.c:2549 14340#, c-format 14341msgid "index value too big for %s" 14342msgstr "" 14343 14344#: config/tc-msp430.c:2500 config/tc-msp430.c:2566 config/tc-msp430.c:2673 14345#, c-format 14346msgid "unexpected addressing mode for %s" 14347msgstr "" 14348 14349#: config/tc-msp430.c:2586 config/tc-msp430.c:2623 config/tc-msp430.c:2653 14350#, c-format 14351msgid "constant generator destination register found in %s" 14352msgstr "" 14353 14354#: config/tc-msp430.c:2630 config/tc-msp430.c:2660 14355#, c-format 14356msgid "constant generator source register found in %s" 14357msgstr "" 14358 14359#: config/tc-msp430.c:2840 14360msgid "no size modifier after period, .w assumed" 14361msgstr "" 14362 14363#: config/tc-msp430.c:2844 14364#, c-format 14365msgid "unrecognised instruction size modifier .%c" 14366msgstr "" 14367 14368#: config/tc-msp430.c:2858 14369#, c-format 14370msgid "junk found after instruction: %s.%s" 14371msgstr "" 14372 14373#: config/tc-msp430.c:2878 14374#, c-format 14375msgid "instruction %s.a does not exist" 14376msgstr "" 14377 14378#: config/tc-msp430.c:2892 14379#, c-format 14380msgid "instruction %s requires %d operand" 14381msgid_plural "instruction %s requires %d operands" 14382msgstr[0] "" 14383msgstr[1] "" 14384 14385#: config/tc-msp430.c:2910 14386#, c-format 14387msgid "instruction %s requires MSP430X mcu" 14388msgstr "" 14389 14390#: config/tc-msp430.c:2930 14391#, c-format 14392msgid "unable to repeat %s insn" 14393msgstr "" 14394 14395#: config/tc-msp430.c:3002 14396msgid "CPU12: CMP/BIT with PC destination ignores next instruction" 14397msgstr "" 14398 14399#: config/tc-msp430.c:3010 14400msgid "CPU19: Instruction setting CPUOFF must be followed by a NOP" 14401msgstr "" 14402 14403#: config/tc-msp430.c:3017 14404msgid "internal error: unknown nop check state" 14405msgstr "" 14406 14407#: config/tc-msp430.c:3071 config/tc-msp430.c:3073 config/tc-msp430.c:3782 14408#: config/tc-msp430.c:3784 14409msgid "CPU11: PC is destination of SR altering instruction" 14410msgstr "" 14411 14412#: config/tc-msp430.c:3088 config/tc-msp430.c:3090 config/tc-msp430.c:3195 14413#: config/tc-msp430.c:3197 config/tc-msp430.c:3799 config/tc-msp430.c:3801 14414#: config/tc-msp430.c:4020 config/tc-msp430.c:4022 14415msgid "CPU13: SR is destination of SR altering instruction" 14416msgstr "" 14417 14418#: config/tc-msp430.c:3106 config/tc-msp430.c:3207 config/tc-msp430.c:3885 14419#: config/tc-msp430.c:4054 14420msgid "repeat instruction used with non-register mode instruction" 14421msgstr "" 14422 14423#: config/tc-msp430.c:3181 config/tc-msp430.c:3540 config/tc-msp430.c:4010 14424#, c-format 14425msgid "%s: attempt to rotate the PC register" 14426msgstr "" 14427 14428#: config/tc-msp430.c:3432 config/tc-msp430.c:3508 14429#, c-format 14430msgid "expected #n as first argument of %s" 14431msgstr "" 14432 14433#: config/tc-msp430.c:3438 14434#, c-format 14435msgid "extra characters '%s' at end of constant expression '%s'" 14436msgstr "" 14437 14438#: config/tc-msp430.c:3443 config/tc-msp430.c:3519 14439#, c-format 14440msgid "expected constant expression as first argument of %s" 14441msgstr "" 14442 14443#: config/tc-msp430.c:3469 14444msgid "Too many registers popped" 14445msgstr "" 14446 14447#: config/tc-msp430.c:3479 14448msgid "Cannot use POPM to restore the SR register" 14449msgstr "" 14450 14451#: config/tc-msp430.c:3499 config/tc-msp430.c:3568 14452#, c-format 14453msgid "repeat count cannot be used with %s" 14454msgstr "" 14455 14456#: config/tc-msp430.c:3526 14457#, c-format 14458msgid "expected first argument of %s to be in the range 1-4" 14459msgstr "" 14460 14461#: config/tc-msp430.c:3591 14462#, c-format 14463msgid "expected value of first argument of %s to fit into 20-bits" 14464msgstr "" 14465 14466#: config/tc-msp430.c:3610 14467#, c-format 14468msgid "expected register name or constant as first argument of %s" 14469msgstr "" 14470 14471#: config/tc-msp430.c:3704 14472msgid "expected constant value as argument to RPT" 14473msgstr "" 14474 14475#: config/tc-msp430.c:3710 14476msgid "expected constant in the range 2..16" 14477msgstr "" 14478 14479#: config/tc-msp430.c:3725 14480msgid "PC used as an argument to RPT" 14481msgstr "" 14482 14483#: config/tc-msp430.c:3731 14484msgid "expected constant or register name as argument to RPT insn" 14485msgstr "" 14486 14487#: config/tc-msp430.c:3738 14488msgid "Illegal emulated instruction" 14489msgstr "" 14490 14491#: config/tc-msp430.c:4039 14492#, c-format 14493msgid "%s instruction does not accept a .b suffix" 14494msgstr "" 14495 14496#: config/tc-msp430.c:4152 14497#, c-format 14498msgid "Even number required. Rounded to %d" 14499msgstr "" 14500 14501#: config/tc-msp430.c:4163 14502#, c-format 14503msgid "Wrong displacement %d" 14504msgstr "" 14505 14506#: config/tc-msp430.c:4185 14507msgid "instruction requires label sans '$'" 14508msgstr "" 14509 14510#: config/tc-msp430.c:4189 14511msgid "instruction requires label or value in range -511:512" 14512msgstr "" 14513 14514#: config/tc-msp430.c:4195 config/tc-msp430.c:4249 config/tc-msp430.c:4297 14515msgid "instruction requires label" 14516msgstr "" 14517 14518#: config/tc-msp430.c:4203 config/tc-msp430.c:4255 14519msgid "polymorphs are not enabled. Use -mP option to enable." 14520msgstr "" 14521 14522#: config/tc-msp430.c:4301 14523msgid "Illegal instruction or not implemented opcode." 14524msgstr "" 14525 14526#: config/tc-msp430.c:4355 14527msgid "can't find opcode" 14528msgstr "" 14529 14530#: config/tc-msp430.c:4872 14531#, c-format 14532msgid "internal inconsistency problem in %s: insn %04lx" 14533msgstr "" 14534 14535#: config/tc-msp430.c:4914 config/tc-msp430.c:4946 14536#, c-format 14537msgid "internal inconsistency problem in %s: ext. insn %04lx" 14538msgstr "" 14539 14540#: config/tc-msp430.c:4958 14541#, c-format 14542msgid "internal inconsistency problem in %s: %lx" 14543msgstr "" 14544 14545#: config/tc-mt.c:151 14546#, c-format 14547msgid "MT specific command line options:\n" 14548msgstr "" 14549 14550#: config/tc-mt.c:152 14551#, c-format 14552msgid " -march=ms1-64-001 allow ms1-64-001 instructions\n" 14553msgstr "" 14554 14555#: config/tc-mt.c:153 14556#, c-format 14557msgid " -march=ms1-16-002 allow ms1-16-002 instructions (default)\n" 14558msgstr "" 14559 14560#: config/tc-mt.c:154 14561#, c-format 14562msgid " -march=ms1-16-003 allow ms1-16-003 instructions\n" 14563msgstr "" 14564 14565#: config/tc-mt.c:155 14566#, c-format 14567msgid " -march=ms2 allow ms2 instructions \n" 14568msgstr "" 14569 14570#: config/tc-mt.c:156 14571#, c-format 14572msgid " -nosched disable scheduling restrictions\n" 14573msgstr "" 14574 14575#: config/tc-mt.c:226 14576#, c-format 14577msgid "instruction %s may not follow another memory access instruction." 14578msgstr "" 14579 14580#: config/tc-mt.c:232 14581#, c-format 14582msgid "instruction %s may not follow another I/O instruction." 14583msgstr "" 14584 14585#: config/tc-mt.c:238 14586#, c-format 14587msgid "%s may not occupy the delay slot of another branch insn." 14588msgstr "" 14589 14590#: config/tc-mt.c:263 14591#, c-format 14592msgid "operand references R%ld of previous instruction." 14593msgstr "" 14594 14595#: config/tc-mt.c:269 14596#, c-format 14597msgid "operand references R%ld of instruction before previous." 14598msgstr "" 14599 14600#: config/tc-mt.c:283 config/tc-mt.c:288 14601#, c-format 14602msgid "" 14603"conditional branch or jal insn's operand references R%ld of previous " 14604"arithmetic or logic insn." 14605msgstr "" 14606 14607#: config/tc-mt.c:351 14608msgid "md_estimate_size_before_relax\n" 14609msgstr "" 14610 14611#: config/tc-nds32.c:2374 14612msgid "" 14613"<arch name>\t Assemble for architecture <arch name>\n" 14614"\t\t\t <arch name> could be\n" 14615"\t\t\t v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s" 14616msgstr "" 14617 14618#: config/tc-nds32.c:2378 14619msgid "" 14620"<baseline>\t Assemble for baseline <baseline>\n" 14621"\t\t\t <baseline> could be v2, v3, v3m" 14622msgstr "" 14623 14624#: config/tc-nds32.c:2381 14625msgid "" 14626"<freg>\t Specify a FPU configuration\n" 14627"\t\t\t <freg>\n" 14628"\t\t\t 0: 8 SP / 4 DP registers\n" 14629"\t\t\t 1: 16 SP / 8 DP registers\n" 14630"\t\t\t 2: 32 SP / 16 DP registers\n" 14631"\t\t\t 3: 32 SP / 32 DP registers" 14632msgstr "" 14633 14634#: config/tc-nds32.c:2387 14635msgid "" 14636"<abi>\t Specify a abi version\n" 14637"\t\t\t <abi> could be v1, v2, v2fp, v2fpp" 14638msgstr "" 14639 14640#: config/tc-nds32.c:2420 14641msgid "Multiply instructions support" 14642msgstr "" 14643 14644#: config/tc-nds32.c:2421 14645msgid "Divide instructions support" 14646msgstr "" 14647 14648#: config/tc-nds32.c:2422 14649msgid "16-bit extension" 14650msgstr "" 14651 14652#: config/tc-nds32.c:2423 14653msgid "d0/d1 registers" 14654msgstr "" 14655 14656#: config/tc-nds32.c:2424 14657msgid "Performance extension" 14658msgstr "" 14659 14660#: config/tc-nds32.c:2425 14661msgid "Performance extension 2" 14662msgstr "" 14663 14664#: config/tc-nds32.c:2426 14665msgid "String extension" 14666msgstr "" 14667 14668#: config/tc-nds32.c:2427 14669msgid "Reduced Register configuration (GPR16) option" 14670msgstr "" 14671 14672#: config/tc-nds32.c:2428 14673msgid "AUDIO ISA extension" 14674msgstr "" 14675 14676#: config/tc-nds32.c:2429 14677msgid "FPU SP extension" 14678msgstr "" 14679 14680#: config/tc-nds32.c:2430 14681msgid "FPU DP extension" 14682msgstr "" 14683 14684#: config/tc-nds32.c:2431 14685msgid "FPU fused-multiply-add instructions" 14686msgstr "" 14687 14688#: config/tc-nds32.c:2432 14689msgid "DSP extension" 14690msgstr "" 14691 14692#: config/tc-nds32.c:2433 14693msgid "hardware loop extension" 14694msgstr "" 14695 14696#: config/tc-nds32.c:2470 14697#, c-format 14698msgid "" 14699"\n" 14700" NDS32-specific assembler options:\n" 14701msgstr "" 14702 14703#: config/tc-nds32.c:2471 14704#, c-format 14705msgid "" 14706" -O1,\t\t\t Optimize for performance\n" 14707" -Os\t\t\t Optimize for space\n" 14708msgstr "" 14709 14710#: config/tc-nds32.c:2474 14711#, c-format 14712msgid "" 14713" -EL, -mel or -little Produce little endian output\n" 14714" -EB, -meb or -big Produce big endian output\n" 14715" -mpic\t\t\t Generate PIC\n" 14716" -mno-fp-as-gp-relax\t Suppress fp-as-gp relaxation for this file\n" 14717" -mb2bb-relax\t\t Back-to-back branch optimization\n" 14718" -mno-all-relax\t Suppress all relaxation for this file\n" 14719msgstr "" 14720 14721#: config/tc-nds32.c:2485 14722#, c-format 14723msgid " -m%s%s\n" 14724msgstr "" 14725 14726#: config/tc-nds32.c:2492 14727#, c-format 14728msgid " -m[no-]%-17sEnable/Disable %s\n" 14729msgstr "" 14730 14731#: config/tc-nds32.c:2496 14732#, c-format 14733msgid " -mall-ext\t\t Turn on all extensions and instructions support\n" 14734msgstr "" 14735 14736#: config/tc-nds32.c:2770 14737#, c-format 14738msgid "la must use with symbol. '%s'" 14739msgstr "" 14740 14741#: config/tc-nds32.c:2823 14742#, c-format 14743msgid "need PIC qualifier with symbol. '%s'" 14744msgstr "" 14745 14746#: config/tc-nds32.c:2860 14747#, c-format 14748msgid "Operand is not a constant. `%s'" 14749msgstr "" 14750 14751#: config/tc-nds32.c:2949 14752#, c-format 14753msgid "needs @GOT or @GOTOFF. %s" 14754msgstr "" 14755 14756#: config/tc-nds32.c:3487 14757#, c-format 14758msgid "Too many argument. `%s'" 14759msgstr "" 14760 14761#. Logic here rejects the input arch name. 14762#: config/tc-nds32.c:3548 14763#, c-format 14764msgid "unknown arch name `%s'\n" 14765msgstr "" 14766 14767#. Logic here rejects the input baseline. 14768#: config/tc-nds32.c:3567 14769#, c-format 14770msgid "unknown baseline `%s'\n" 14771msgstr "" 14772 14773#. Logic here rejects the input FPU configuration. 14774#: config/tc-nds32.c:3590 14775#, c-format 14776msgid "unknown FPU configuration `%s'\n" 14777msgstr "" 14778 14779#. Logic here rejects the input abi version. 14780#: config/tc-nds32.c:3614 14781#, c-format 14782msgid "unknown ABI version`%s'\n" 14783msgstr "" 14784 14785#: config/tc-nds32.c:4339 14786#, c-format 14787msgid "Different arguments of .vec_size are found, previous %d, current %d" 14788msgstr "" 14789 14790#: config/tc-nds32.c:4344 14791#, c-format 14792msgid "Argument of .vec_size is expected 4 or 16, actual: %d." 14793msgstr "" 14794 14795#: config/tc-nds32.c:4348 14796msgid "Argument of .vec_size is not a constant." 14797msgstr "" 14798 14799#: config/tc-nds32.c:4934 14800#, c-format 14801msgid "Don't know how to handle this field. %s" 14802msgstr "" 14803 14804#: config/tc-nds32.c:5299 14805#, c-format 14806msgid "instruction %s requires enabling performance extension" 14807msgstr "" 14808 14809#: config/tc-nds32.c:5311 14810#, c-format 14811msgid "instruction %s requires enabling performance extension II" 14812msgstr "" 14813 14814#: config/tc-nds32.c:5323 14815#, c-format 14816msgid "instruction %s requires enabling AUDIO extension" 14817msgstr "" 14818 14819#: config/tc-nds32.c:5335 14820#, c-format 14821msgid "instruction %s requires enabling STRING extension" 14822msgstr "" 14823 14824#: config/tc-nds32.c:5349 14825#, c-format 14826msgid "instruction %s requires enabling DIV & DX_REGS extension" 14827msgstr "" 14828 14829#: config/tc-nds32.c:5364 14830#, c-format 14831msgid "instruction %s requires enabling FPU extension" 14832msgstr "" 14833 14834#: config/tc-nds32.c:5376 14835#, c-format 14836msgid "instruction %s requires enabling FPU_SP extension" 14837msgstr "" 14838 14839#: config/tc-nds32.c:5388 14840#, c-format 14841msgid "instruction %s requires enabling FPU_DP extension" 14842msgstr "" 14843 14844#: config/tc-nds32.c:5399 config/tc-nds32.c:5407 14845#, c-format 14846msgid "instruction %s requires enabling FPU_MAC extension" 14847msgstr "" 14848 14849#: config/tc-nds32.c:5415 14850#, c-format 14851msgid "instruction %s requires enabling DX_REGS extension" 14852msgstr "" 14853 14854#: config/tc-nds32.c:5431 14855#, c-format 14856msgid "instruction %s requires enabling dsp extension" 14857msgstr "" 14858 14859#: config/tc-nds32.c:5443 14860#, c-format 14861msgid "instruction %s requires enabling zol extension" 14862msgstr "" 14863 14864#: config/tc-nds32.c:5448 14865#, c-format 14866msgid "internal error: unknown instruction attribute: 0x%08x" 14867msgstr "" 14868 14869#: config/tc-nds32.c:5741 14870#, c-format 14871msgid "relax hint unrecognized instruction: line %d." 14872msgstr "" 14873 14874#: config/tc-nds32.c:5796 14875#, c-format 14876msgid "Can not find match relax hint. Line: %d" 14877msgstr "" 14878 14879#: config/tc-nds32.c:5994 14880msgid "Internal error: .relax_hint KEY is not a number!" 14881msgstr "" 14882 14883#: config/tc-nds32.c:6022 14884#, c-format 14885msgid "Internal error: Relax hint (%s) error. %s: %s (%x)" 14886msgstr "" 14887 14888#: config/tc-nds32.c:6099 14889#, c-format 14890msgid "Internal error: Range error. %s" 14891msgstr "" 14892 14893#: config/tc-nds32.c:6160 14894msgid "Multiple BFD_RELOC_NDS32_PTR_RESOLVED patterns are not supported yet!" 14895msgstr "" 14896 14897#: config/tc-nds32.c:6308 14898#, c-format 14899msgid "Not support instruction %s in verbatim." 14900msgstr "" 14901 14902#: config/tc-nds32.c:6315 14903#, c-format 14904msgid "16-bit instruction is disabled: %s." 14905msgstr "" 14906 14907#: config/tc-nds32.c:6342 14908#, c-format 14909msgid "Instruction %s not supported in the baseline." 14910msgstr "" 14911 14912#: config/tc-nds32.c:6409 14913#, c-format 14914msgid "Unrecognized opcode, %s." 14915msgstr "" 14916 14917#: config/tc-nds32.c:6412 14918#, c-format 14919msgid "Incorrect syntax, %s." 14920msgstr "" 14921 14922#: config/tc-nds32.c:6415 14923#, c-format 14924msgid "Unrecognized operand/register, %s." 14925msgstr "" 14926 14927#: config/tc-nds32.c:6418 14928#, c-format 14929msgid "Operand out of range, %s." 14930msgstr "" 14931 14932#: config/tc-nds32.c:6421 14933#, c-format 14934msgid "Prohibited register used for reduced-register, %s." 14935msgstr "" 14936 14937#: config/tc-nds32.c:6424 14938#, c-format 14939msgid "Junk at end of line, %s." 14940msgstr "" 14941 14942#: config/tc-nds32.c:7122 14943msgid "Addend to unresolved symbol is not on word boundary." 14944msgstr "" 14945 14946#. Should never here. 14947#: config/tc-nds32.c:7617 14948msgid "Used FPU instructions requires enabling FPU extension" 14949msgstr "" 14950 14951#: config/tc-nds32.c:7813 14952#, c-format 14953msgid "Internal error: Unknown fixup type %d (`%s')" 14954msgstr "" 14955 14956#: config/tc-nios2.c:448 config/tc-pru.c:309 14957msgid "expecting opcode string in self test mode" 14958msgstr "" 14959 14960#: config/tc-nios2.c:450 config/tc-pru.c:311 14961#, c-format 14962msgid "assembly 0x%08x, expected %s" 14963msgstr "" 14964 14965#: config/tc-nios2.c:843 14966msgid "branch offset out of range\n" 14967msgstr "" 14968 14969#: config/tc-nios2.c:844 14970msgid "branch relaxation failed\n" 14971msgstr "" 14972 14973#: config/tc-nios2.c:1140 14974msgid "error checking for overflow - broken assembler" 14975msgstr "" 14976 14977#: config/tc-nios2.c:1156 config/tc-pru.c:572 14978#, c-format 14979msgid "immediate value 0x%x truncated to 0x%x" 14980msgstr "" 14981 14982#: config/tc-nios2.c:1183 config/tc-pru.c:598 14983#, c-format 14984msgid "call target address 0x%08x out of range 0x%08x to 0x%08x" 14985msgstr "" 14986 14987#: config/tc-nios2.c:1189 14988#, c-format 14989msgid "branch offset %d out of range %d to %d" 14990msgstr "" 14991 14992#: config/tc-nios2.c:1193 14993#, c-format 14994msgid "branch offset %d out of range" 14995msgstr "" 14996 14997#: config/tc-nios2.c:1199 config/tc-pru.c:608 14998#, c-format 14999msgid "%s offset %d out of range %d to %d" 15000msgstr "" 15001 15002#: config/tc-nios2.c:1203 15003#, c-format 15004msgid "%s offset %d out of range" 15005msgstr "" 15006 15007#: config/tc-nios2.c:1208 config/tc-nios2.c:1223 config/tc-pru.c:613 15008#, c-format 15009msgid "immediate value %d out of range %d to %d" 15010msgstr "" 15011 15012#: config/tc-nios2.c:1213 config/tc-nios2.c:1218 config/tc-pru.c:623 15013#: config/tc-pru.c:628 15014#, c-format 15015msgid "immediate value %u out of range %u to %u" 15016msgstr "" 15017 15018#: config/tc-nios2.c:1228 15019#, c-format 15020msgid "custom instruction opcode %u out of range %u to %u" 15021msgstr "" 15022 15023#: config/tc-nios2.c:1233 config/tc-pru.c:633 15024msgid "overflow in immediate argument" 15025msgstr "" 15026 15027#: config/tc-nios2.c:1305 config/tc-pru.c:668 15028msgid "cannot create 64-bit relocation" 15029msgstr "" 15030 15031#: config/tc-nios2.c:1431 15032#, c-format 15033msgid "internal error: broken opcode descriptor for `%s %s'\n" 15034msgstr "" 15035 15036#: config/tc-nios2.c:1480 config/tc-pru.c:862 15037msgid "can't create relocation" 15038msgstr "" 15039 15040#: config/tc-nios2.c:1511 config/tc-pru.c:996 config/tc-pru.c:1016 15041#: config/tc-pru.c:1043 config/tc-pru.c:1062 config/tc-pru.c:1076 15042#, c-format 15043msgid "unknown register %s" 15044msgstr "" 15045 15046#: config/tc-nios2.c:1519 15047msgid "expecting control register" 15048msgstr "" 15049 15050#: config/tc-nios2.c:1521 15051msgid "illegal use of control register" 15052msgstr "" 15053 15054#: config/tc-nios2.c:1523 15055msgid "illegal use of coprocessor register" 15056msgstr "" 15057 15058#. Should never get here if we passed validation. 15059#: config/tc-nios2.c:1525 config/tc-nios2.c:1839 config/tc-nios2.c:1981 15060#: config/tc-nios2.c:2049 15061#, c-format 15062msgid "invalid register %s" 15063msgstr "" 15064 15065#: config/tc-nios2.c:1533 15066msgid "" 15067"Register at (r1) can sometimes be corrupted by assembler optimizations.\n" 15068"Use .set noat to turn off those optimizations (and this warning)." 15069msgstr "" 15070 15071#: config/tc-nios2.c:1538 15072msgid "" 15073"The debugger will corrupt bt (r25).\n" 15074"If you don't need to debug this code use .set nobreak to turn off this " 15075"warning." 15076msgstr "" 15077 15078#: config/tc-nios2.c:1542 15079msgid "" 15080"The debugger will corrupt sstatus/ba (r30).\n" 15081"If you don't need to debug this code use .set nobreak to turn off this " 15082"warning." 15083msgstr "" 15084 15085#: config/tc-nios2.c:1932 config/tc-nios2.c:1960 15086msgid "r31 cannot be used with jmp; use ret instead" 15087msgstr "" 15088 15089#: config/tc-nios2.c:1975 15090msgid "r31 cannot be used with jmpr.n; use ret.n instead" 15091msgstr "" 15092 15093#: config/tc-nios2.c:2588 config/tc-nios2.c:2615 config/tc-nios2.c:2642 15094#: config/tc-nios2.c:2673 15095#, c-format 15096msgid "Invalid constant operand %s" 15097msgstr "" 15098 15099#: config/tc-nios2.c:2990 config/tc-nios2.c:3014 config/tc-pru.c:1318 15100#: config/tc-pru.c:1343 config/tc-pru.c:1363 15101#, c-format 15102msgid "badly formed expression near %s" 15103msgstr "" 15104 15105#: config/tc-nios2.c:3119 config/tc-pru.c:1389 15106#, c-format 15107msgid "expecting %c near %s" 15108msgstr "" 15109 15110#. we cannot recover from this. 15111#: config/tc-nios2.c:3267 15112#, c-format 15113msgid "unrecognized pseudo-instruction %s" 15114msgstr "" 15115 15116#: config/tc-nios2.c:3530 config/tc-tic6x.c:232 15117#, c-format 15118msgid "unknown architecture '%s'" 15119msgstr "" 15120 15121#: config/tc-nios2.c:3610 15122msgid "Big-endian R2 is not supported." 15123msgstr "" 15124 15125#. Unrecognised instruction - error. 15126#: config/tc-nios2.c:3747 config/tc-pru.c:1716 15127#, c-format 15128msgid "unrecognised instruction %s" 15129msgstr "" 15130 15131#: config/tc-nios2.c:3867 config/tc-pru.c:1772 15132#, c-format 15133msgid "can't represent relocation type %s" 15134msgstr "" 15135 15136#: config/tc-nios2.c:3960 15137msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" 15138msgstr "" 15139 15140#: config/tc-nios2.c:3989 15141#, c-format 15142msgid "Illegal operands: %%tls_ldo in %d-byte data field" 15143msgstr "" 15144 15145#: config/tc-nios2.c:4001 15146#, c-format 15147msgid "Illegal operands: %%gotoff in %d-byte data field" 15148msgstr "" 15149 15150#: config/tc-nios2.c:4014 config/tc-nios2.c:4033 config/tc-nios2.c:4041 15151#, c-format 15152msgid "Illegal operands: %s requires arguments in ()" 15153msgstr "" 15154 15155#: config/tc-nios2.c:4049 15156#, c-format 15157msgid "Illegal operands: garbage after %s()" 15158msgstr "" 15159 15160#: config/tc-ns32k.c:437 15161msgid "Invalid syntax in PC-relative addressing mode" 15162msgstr "" 15163 15164#: config/tc-ns32k.c:461 15165msgid "Invalid syntax in External addressing mode" 15166msgstr "" 15167 15168#: config/tc-ns32k.c:542 15169msgid "Invalid syntax in Memory Relative addressing mode" 15170msgstr "" 15171 15172#: config/tc-ns32k.c:609 15173msgid "Invalid scaled-indexed mode, use (b,w,d,q)" 15174msgstr "" 15175 15176#: config/tc-ns32k.c:614 15177msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}" 15178msgstr "" 15179 15180#: config/tc-ns32k.c:619 15181msgid "Scaled-indexed addressing mode combined with scaled-index" 15182msgstr "" 15183 15184#: config/tc-ns32k.c:630 15185msgid "Invalid or illegal addressing mode combined with scaled-index" 15186msgstr "" 15187 15188#: config/tc-ns32k.c:753 15189msgid "Premature end of suffix -- Defaulting to d" 15190msgstr "" 15191 15192#: config/tc-ns32k.c:766 15193msgid "Bad suffix after ':' use {b|w|d} Defaulting to d" 15194msgstr "" 15195 15196#: config/tc-ns32k.c:811 15197msgid "Very short instr to option, ie you can't do it on a NULLstr" 15198msgstr "" 15199 15200#: config/tc-ns32k.c:861 15201msgid "No such entry in list. (cpu/mmu register)" 15202msgstr "" 15203 15204#: config/tc-ns32k.c:918 15205msgid "Internal consistency error. check ns32k-opcode.h" 15206msgstr "" 15207 15208#: config/tc-ns32k.c:943 15209msgid "Address of immediate operand" 15210msgstr "" 15211 15212#: config/tc-ns32k.c:944 15213msgid "Invalid immediate write operand." 15214msgstr "" 15215 15216#: config/tc-ns32k.c:1074 15217msgid "Bad opcode-table-option, check in file ns32k-opcode.h" 15218msgstr "" 15219 15220#: config/tc-ns32k.c:1108 15221msgid "No such opcode" 15222msgstr "" 15223 15224#: config/tc-ns32k.c:1183 15225msgid "Bad suffix, defaulting to d" 15226msgstr "" 15227 15228#: config/tc-ns32k.c:1210 15229msgid "Too many operands passed to instruction" 15230msgstr "" 15231 15232#. Check error in default. 15233#: config/tc-ns32k.c:1222 15234msgid "Wrong numbers of operands in default, check ns32k-opcodes.h" 15235msgstr "" 15236 15237#: config/tc-ns32k.c:1225 15238msgid "Wrong number of operands" 15239msgstr "" 15240 15241#: config/tc-ns32k.c:1298 15242#, c-format 15243msgid "Can not do %d byte pc-relative relocation for storage type %d" 15244msgstr "" 15245 15246#: config/tc-ns32k.c:1301 15247#, c-format 15248msgid "Can not do %d byte relocation for storage type %d" 15249msgstr "" 15250 15251#: config/tc-ns32k.c:1393 15252#, c-format 15253msgid "value of %ld out of byte displacement range." 15254msgstr "" 15255 15256#: config/tc-ns32k.c:1403 15257#, c-format 15258msgid "value of %ld out of word displacement range." 15259msgstr "" 15260 15261#: config/tc-ns32k.c:1418 15262#, c-format 15263msgid "value of %ld out of double word displacement range." 15264msgstr "" 15265 15266#: config/tc-ns32k.c:1439 15267#, c-format 15268msgid "Internal logic error. Line %d, file: \"%s\"" 15269msgstr "" 15270 15271#: config/tc-ns32k.c:1487 15272#, c-format 15273msgid "Internal logic error. line %d, file \"%s\"" 15274msgstr "" 15275 15276#: config/tc-ns32k.c:1588 15277msgid "Bit field out of range" 15278msgstr "" 15279 15280#: config/tc-ns32k.c:1688 15281msgid "iif convert internal pcrel/binary" 15282msgstr "" 15283 15284#: config/tc-ns32k.c:1705 15285msgid "Bignum too big for long" 15286msgstr "" 15287 15288#: config/tc-ns32k.c:1782 15289msgid "iif convert internal pcrel/pointer" 15290msgstr "" 15291 15292#: config/tc-ns32k.c:1787 15293msgid "Internal logic error in iif.iifP[n].type" 15294msgstr "" 15295 15296#. We can't relax this case. 15297#: config/tc-ns32k.c:1823 15298msgid "Can't relax difference" 15299msgstr "" 15300 15301#: config/tc-ns32k.c:1864 15302msgid "Displacement too large for :d" 15303msgstr "" 15304 15305#: config/tc-ns32k.c:1877 15306msgid "Internal logic error in iif.iifP[].type" 15307msgstr "" 15308 15309#: config/tc-ns32k.c:2141 15310#, c-format 15311msgid "invalid architecture option -m%s, ignored" 15312msgstr "" 15313 15314#: config/tc-ns32k.c:2154 15315#, c-format 15316msgid "invalid default displacement size \"%s\". Defaulting to %d." 15317msgstr "" 15318 15319#: config/tc-ns32k.c:2170 15320#, c-format 15321msgid "" 15322"NS32K options:\n" 15323"-m32032 | -m32532\tselect variant of NS32K architecture\n" 15324"--disp-size-default=<1|2|4>\n" 15325msgstr "" 15326 15327#: config/tc-ns32k.c:2246 15328#, c-format 15329msgid "Cannot find relocation type for symbol %s, code %d" 15330msgstr "" 15331 15332#: config/tc-pdp11.c:351 config/tc-pdp11.c:369 config/tc-pdp11.c:375 15333#: config/tc-pdp11.c:400 config/tc-pdp11.c:406 config/tc-pdp11.c:419 15334msgid "Bad register name" 15335msgstr "" 15336 15337#: config/tc-pdp11.c:438 config/tc-pdp11.c:502 config/tc-pdp11.c:513 15338msgid "Error in expression" 15339msgstr "" 15340 15341#: config/tc-pdp11.c:510 15342msgid "Low order bits truncated in immediate float operand" 15343msgstr "" 15344 15345#: config/tc-pdp11.c:654 15346msgid "Float AC not legal as integer operand" 15347msgstr "" 15348 15349#: config/tc-pdp11.c:674 15350msgid "General register not legal as float operand" 15351msgstr "" 15352 15353#: config/tc-pdp11.c:707 15354msgid "No instruction found" 15355msgstr "" 15356 15357#: config/tc-pdp11.c:717 config/tc-z80.c:3668 15358#, c-format 15359msgid "Unknown instruction '%s'" 15360msgstr "" 15361 15362#: config/tc-pdp11.c:723 15363#, c-format 15364msgid "Unsupported instruction set extension: %s" 15365msgstr "" 15366 15367#: config/tc-pdp11.c:757 15368msgid "operand is not an absolute constant" 15369msgstr "" 15370 15371#: config/tc-pdp11.c:765 15372msgid "3-bit immediate out of range" 15373msgstr "" 15374 15375#: config/tc-pdp11.c:772 15376msgid "6-bit immediate out of range" 15377msgstr "" 15378 15379#: config/tc-pdp11.c:779 15380msgid "8-bit immediate out of range" 15381msgstr "" 15382 15383#: config/tc-pdp11.c:796 config/tc-pdp11.c:989 15384msgid "Symbol expected" 15385msgstr "" 15386 15387#: config/tc-pdp11.c:801 15388msgid "8-bit displacement out of range" 15389msgstr "" 15390 15391#: config/tc-pdp11.c:843 config/tc-pdp11.c:864 config/tc-pdp11.c:881 15392#: config/tc-pdp11.c:902 config/tc-pdp11.c:919 config/tc-pdp11.c:940 15393#: config/tc-pdp11.c:959 config/tc-pdp11.c:980 15394msgid "Missing ','" 15395msgstr "" 15396 15397#: config/tc-pdp11.c:994 15398msgid "6-bit displacement out of range" 15399msgstr "" 15400 15401#: config/tc-pdp11.c:1015 config/tc-tilegx.c:1212 config/tc-tilepro.c:1095 15402#: config/tc-vax.c:1949 15403msgid "Too many operands" 15404msgstr "" 15405 15406#: config/tc-pdp11.c:1465 15407#, c-format 15408msgid "Can not represent %s relocation in this object file format" 15409msgstr "" 15410 15411#: config/tc-pj.c:64 config/tc-pj.c:73 15412msgid "confusing relocation expressions" 15413msgstr "" 15414 15415#: config/tc-pj.c:157 15416msgid "can't have relocation for ipush" 15417msgstr "" 15418 15419#: config/tc-pj.c:289 15420msgid "expected expression" 15421msgstr "" 15422 15423#: config/tc-pj.c:355 15424#, c-format 15425msgid "" 15426"PJ options:\n" 15427"-little\t\t\tgenerate little endian code\n" 15428"-big\t\t\tgenerate big endian code\n" 15429msgstr "" 15430 15431#: config/tc-pj.c:380 config/tc-sh.c:3580 config/tc-sh.c:3587 15432#: config/tc-sh.c:3594 config/tc-sh.c:3601 15433msgid "pcrel too far" 15434msgstr "" 15435 15436#: config/tc-ppc.c:964 config/tc-ppc.c:972 config/tc-ppc.c:3495 15437msgid "invalid register expression" 15438msgstr "" 15439 15440#: config/tc-ppc.c:1135 config/tc-ppc.c:1193 config/tc-ppc.c:1241 15441msgid "the use of -mvle requires big endian." 15442msgstr "" 15443 15444#: config/tc-ppc.c:1173 config/tc-ppc.c:1195 15445msgid "the use of -mvle requires -a32." 15446msgstr "" 15447 15448#: config/tc-ppc.c:1175 15449#, c-format 15450msgid "%s unsupported" 15451msgstr "" 15452 15453#: config/tc-ppc.c:1268 config/tc-s390.c:433 config/tc-s390.c:440 15454#, c-format 15455msgid "invalid switch -m%s" 15456msgstr "" 15457 15458#: config/tc-ppc.c:1299 15459msgid "--nops needs a numeric argument" 15460msgstr "" 15461 15462#: config/tc-ppc.c:1335 15463#, c-format 15464msgid "PowerPC options:\n" 15465msgstr "" 15466 15467#: config/tc-ppc.c:1337 15468#, c-format 15469msgid "-a32 generate ELF32/XCOFF32\n" 15470msgstr "" 15471 15472#: config/tc-ppc.c:1340 15473#, c-format 15474msgid "-a64 generate ELF64/XCOFF64\n" 15475msgstr "" 15476 15477#: config/tc-ppc.c:1342 15478#, c-format 15479msgid "-u ignored\n" 15480msgstr "" 15481 15482#: config/tc-ppc.c:1344 15483#, c-format 15484msgid "-mpwrx, -mpwr2 generate code for POWER/2 (RIOS2)\n" 15485msgstr "" 15486 15487#: config/tc-ppc.c:1346 15488#, c-format 15489msgid "-mpwr generate code for POWER (RIOS1)\n" 15490msgstr "" 15491 15492#: config/tc-ppc.c:1348 15493#, c-format 15494msgid "-m601 generate code for PowerPC 601\n" 15495msgstr "" 15496 15497#: config/tc-ppc.c:1350 15498#, c-format 15499msgid "" 15500"-mppc, -mppc32, -m603, -m604\n" 15501" generate code for PowerPC 603/604\n" 15502msgstr "" 15503 15504#: config/tc-ppc.c:1353 15505#, c-format 15506msgid "-m403 generate code for PowerPC 403\n" 15507msgstr "" 15508 15509#: config/tc-ppc.c:1355 15510#, c-format 15511msgid "-m405 generate code for PowerPC 405\n" 15512msgstr "" 15513 15514#: config/tc-ppc.c:1357 15515#, c-format 15516msgid "-m440 generate code for PowerPC 440\n" 15517msgstr "" 15518 15519#: config/tc-ppc.c:1359 15520#, c-format 15521msgid "-m464 generate code for PowerPC 464\n" 15522msgstr "" 15523 15524#: config/tc-ppc.c:1361 15525#, c-format 15526msgid "-m476 generate code for PowerPC 476\n" 15527msgstr "" 15528 15529#: config/tc-ppc.c:1363 15530#, c-format 15531msgid "" 15532"-m7400, -m7410, -m7450, -m7455\n" 15533" generate code for PowerPC 7400/7410/7450/7455\n" 15534msgstr "" 15535 15536#: config/tc-ppc.c:1366 15537#, c-format 15538msgid "" 15539"-m750cl, -mgekko, -mbroadway\n" 15540" generate code for PowerPC 750cl/Gekko/Broadway\n" 15541msgstr "" 15542 15543#: config/tc-ppc.c:1369 15544#, c-format 15545msgid "-m821, -m850, -m860 generate code for PowerPC 821/850/860\n" 15546msgstr "" 15547 15548#: config/tc-ppc.c:1371 15549#, c-format 15550msgid "-mppc64, -m620 generate code for PowerPC 620/625/630\n" 15551msgstr "" 15552 15553#: config/tc-ppc.c:1373 15554#, c-format 15555msgid "" 15556"-mppc64bridge generate code for PowerPC 64, including bridge " 15557"insns\n" 15558msgstr "" 15559 15560#: config/tc-ppc.c:1375 15561#, c-format 15562msgid "-mbooke generate code for 32-bit PowerPC BookE\n" 15563msgstr "" 15564 15565#: config/tc-ppc.c:1377 15566#, c-format 15567msgid "-ma2 generate code for A2 architecture\n" 15568msgstr "" 15569 15570#: config/tc-ppc.c:1379 15571#, c-format 15572msgid "-mpower4, -mpwr4 generate code for Power4 architecture\n" 15573msgstr "" 15574 15575#: config/tc-ppc.c:1381 15576#, c-format 15577msgid "" 15578"-mpower5, -mpwr5, -mpwr5x\n" 15579" generate code for Power5 architecture\n" 15580msgstr "" 15581 15582#: config/tc-ppc.c:1384 15583#, c-format 15584msgid "-mpower6, -mpwr6 generate code for Power6 architecture\n" 15585msgstr "" 15586 15587#: config/tc-ppc.c:1386 15588#, c-format 15589msgid "-mpower7, -mpwr7 generate code for Power7 architecture\n" 15590msgstr "" 15591 15592#: config/tc-ppc.c:1388 15593#, c-format 15594msgid "-mpower8, -mpwr8 generate code for Power8 architecture\n" 15595msgstr "" 15596 15597#: config/tc-ppc.c:1390 15598#, c-format 15599msgid "-mpower9, -mpwr9 generate code for Power9 architecture\n" 15600msgstr "" 15601 15602#: config/tc-ppc.c:1392 15603#, c-format 15604msgid "-mpower10, -mpwr10 generate code for Power10 architecture\n" 15605msgstr "" 15606 15607#: config/tc-ppc.c:1394 15608#, c-format 15609msgid "-mlibresoc generate code for Libre-SOC architecture\n" 15610msgstr "" 15611 15612#: config/tc-ppc.c:1396 15613#, c-format 15614msgid "-mfuture generate code for 'future' architecture\n" 15615msgstr "" 15616 15617#: config/tc-ppc.c:1398 15618#, c-format 15619msgid "" 15620"-mcell generate code for Cell Broadband Engine " 15621"architecture\n" 15622msgstr "" 15623 15624#: config/tc-ppc.c:1400 15625#, c-format 15626msgid "" 15627"-mcom generate code for Power/PowerPC common instructions\n" 15628msgstr "" 15629 15630#: config/tc-ppc.c:1402 15631#, c-format 15632msgid "" 15633"-many generate code for any architecture (PWR/PWRX/PPC)\n" 15634msgstr "" 15635 15636#: config/tc-ppc.c:1404 15637#, c-format 15638msgid "-maltivec generate code for AltiVec\n" 15639msgstr "" 15640 15641#: config/tc-ppc.c:1406 15642#, c-format 15643msgid "" 15644"-mvsx generate code for Vector-Scalar (VSX) instructions\n" 15645msgstr "" 15646 15647#: config/tc-ppc.c:1408 15648#, c-format 15649msgid "-me300 generate code for PowerPC e300 family\n" 15650msgstr "" 15651 15652#: config/tc-ppc.c:1410 15653#, c-format 15654msgid "-me500, -me500x2 generate code for Motorola e500 core complex\n" 15655msgstr "" 15656 15657#: config/tc-ppc.c:1412 15658#, c-format 15659msgid "" 15660"-me500mc, generate code for Freescale e500mc core complex\n" 15661msgstr "" 15662 15663#: config/tc-ppc.c:1414 15664#, c-format 15665msgid "" 15666"-me500mc64, generate code for Freescale e500mc64 core complex\n" 15667msgstr "" 15668 15669#: config/tc-ppc.c:1416 15670#, c-format 15671msgid "" 15672"-me5500, generate code for Freescale e5500 core complex\n" 15673msgstr "" 15674 15675#: config/tc-ppc.c:1418 15676#, c-format 15677msgid "" 15678"-me6500, generate code for Freescale e6500 core complex\n" 15679msgstr "" 15680 15681#: config/tc-ppc.c:1420 15682#, c-format 15683msgid "-mspe generate code for Motorola SPE instructions\n" 15684msgstr "" 15685 15686#: config/tc-ppc.c:1422 15687#, c-format 15688msgid "-mspe2 generate code for Freescale SPE2 instructions\n" 15689msgstr "" 15690 15691#: config/tc-ppc.c:1424 15692#, c-format 15693msgid "-mvle generate code for Freescale VLE instructions\n" 15694msgstr "" 15695 15696#: config/tc-ppc.c:1426 15697#, c-format 15698msgid "" 15699"-mtitan generate code for AppliedMicro Titan core complex\n" 15700msgstr "" 15701 15702#: config/tc-ppc.c:1428 15703#, c-format 15704msgid "-mregnames Allow symbolic names for registers\n" 15705msgstr "" 15706 15707#: config/tc-ppc.c:1430 15708#, c-format 15709msgid "-mno-regnames Do not allow symbolic names for registers\n" 15710msgstr "" 15711 15712#: config/tc-ppc.c:1433 15713#, c-format 15714msgid "-mrelocatable support for GCC's -mrelocatble option\n" 15715msgstr "" 15716 15717#: config/tc-ppc.c:1435 15718#, c-format 15719msgid "-mrelocatable-lib support for GCC's -mrelocatble-lib option\n" 15720msgstr "" 15721 15722#: config/tc-ppc.c:1437 15723#, c-format 15724msgid "-memb set PPC_EMB bit in ELF flags\n" 15725msgstr "" 15726 15727#: config/tc-ppc.c:1439 15728#, c-format 15729msgid "" 15730"-mlittle, -mlittle-endian, -le\n" 15731" generate code for a little endian machine\n" 15732msgstr "" 15733 15734#: config/tc-ppc.c:1442 15735#, c-format 15736msgid "" 15737"-mbig, -mbig-endian, -be\n" 15738" generate code for a big endian machine\n" 15739msgstr "" 15740 15741#: config/tc-ppc.c:1445 15742#, c-format 15743msgid "-msolaris generate code for Solaris\n" 15744msgstr "" 15745 15746#: config/tc-ppc.c:1447 15747#, c-format 15748msgid "-mno-solaris do not generate code for Solaris\n" 15749msgstr "" 15750 15751#: config/tc-ppc.c:1449 15752#, c-format 15753msgid "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n" 15754msgstr "" 15755 15756#: config/tc-ppc.c:1451 15757#, c-format 15758msgid "-V print assembler version number\n" 15759msgstr "" 15760 15761#: config/tc-ppc.c:1453 15762#, c-format 15763msgid "-Qy, -Qn ignored\n" 15764msgstr "" 15765 15766#: config/tc-ppc.c:1456 15767#, c-format 15768msgid "" 15769"-nops=count when aligning, more than COUNT nops uses a branch\n" 15770msgstr "" 15771 15772#: config/tc-ppc.c:1458 15773#, c-format 15774msgid "-ppc476-workaround warn if emitting data to code sections\n" 15775msgstr "" 15776 15777#: config/tc-ppc.c:1488 15778#, c-format 15779msgid "unknown default cpu = %s, os = %s" 15780msgstr "" 15781 15782#: config/tc-ppc.c:1574 15783#, c-format 15784msgid "mask trims opcode bits for %s" 15785msgstr "" 15786 15787#: config/tc-ppc.c:1584 15788#, c-format 15789msgid "operand index error for %s" 15790msgstr "" 15791 15792#: config/tc-ppc.c:1610 15793#, c-format 15794msgid "operand %d overlap in %s" 15795msgstr "" 15796 15797#: config/tc-ppc.c:1619 15798#, c-format 15799msgid "non-optional operand %d follows optional operand in %s" 15800msgstr "" 15801 15802#: config/tc-ppc.c:1685 15803#, c-format 15804msgid "powerpc_operands[%d].bitm invalid" 15805msgstr "" 15806 15807#: config/tc-ppc.c:1692 15808#, c-format 15809msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]" 15810msgstr "" 15811 15812#: config/tc-ppc.c:1720 config/tc-ppc.c:1773 config/tc-ppc.c:1815 15813#: config/tc-ppc.c:1863 15814#, c-format 15815msgid "major opcode is not sorted for %s" 15816msgstr "" 15817 15818#: config/tc-ppc.c:1726 15819#, c-format 15820msgid "%s is enabled by vle flag" 15821msgstr "" 15822 15823#: config/tc-ppc.c:1733 15824#, c-format 15825msgid "%s not disabled by vle flag" 15826msgstr "" 15827 15828#: config/tc-ppc.c:1839 15829#, c-format 15830msgid "opcode is not sorted for %s" 15831msgstr "" 15832 15833#: config/tc-ppc.c:2257 15834#, c-format 15835msgid "symbol+offset@%s means symbol@%s+offset" 15836msgstr "" 15837 15838#: config/tc-ppc.c:2277 15839#, c-format 15840msgid "symbol+offset@%s not supported" 15841msgstr "" 15842 15843#: config/tc-ppc.c:2356 config/tc-ppc.c:4226 config/tc-ppc.c:7691 15844msgid "data in executable section" 15845msgstr "" 15846 15847#: config/tc-ppc.c:2397 15848msgid "expected comma after symbol-name: rest of line ignored." 15849msgstr "" 15850 15851#: config/tc-ppc.c:2430 15852#, c-format 15853msgid "ignoring attempt to re-define symbol `%s'." 15854msgstr "" 15855 15856#: config/tc-ppc.c:2438 15857#, c-format 15858msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld." 15859msgstr "" 15860 15861#: config/tc-ppc.c:2456 15862msgid "common alignment not a power of 2" 15863msgstr "" 15864 15865#: config/tc-ppc.c:2498 15866#, c-format 15867msgid "expected comma after name `%s' in .localentry directive" 15868msgstr "" 15869 15870#: config/tc-ppc.c:2508 15871msgid "missing expression in .localentry directive" 15872msgstr "" 15873 15874#: config/tc-ppc.c:2529 15875#, c-format 15876msgid ".localentry expression for `%s' is not a valid power of 2" 15877msgstr "" 15878 15879#: config/tc-ppc.c:2546 15880#, c-format 15881msgid ".localentry expression for `%s' does not evaluate to a constant" 15882msgstr "" 15883 15884#: config/tc-ppc.c:2561 15885msgid "missing expression in .abiversion directive" 15886msgstr "" 15887 15888#: config/tc-ppc.c:2570 15889msgid ".abiversion expression does not evaluate to a constant" 15890msgstr "" 15891 15892#: config/tc-ppc.c:2650 15893msgid "relocation cannot be done when using -mrelocatable" 15894msgstr "" 15895 15896#: config/tc-ppc.c:2696 15897msgid "TOC section size exceeds 64k" 15898msgstr "" 15899 15900#: config/tc-ppc.c:3256 15901#, c-format 15902msgid "%s howto doesn't match size/pcrel in gas" 15903msgstr "" 15904 15905#: config/tc-ppc.c:3335 15906#, c-format 15907msgid "unrecognized opcode: `%s'" 15908msgstr "" 15909 15910#. lmw, stmw, lswi, lswx, stswi, stswx 15911#: config/tc-ppc.c:3346 15912#, c-format 15913msgid "`%s' invalid when little-endian" 15914msgstr "" 15915 15916#: config/tc-ppc.c:3695 15917#, c-format 15918msgid "@tls may not be used with \"%s\" operands" 15919msgstr "" 15920 15921#: config/tc-ppc.c:3698 15922msgid "@tls may only be used in last operand" 15923msgstr "" 15924 15925#: config/tc-ppc.c:3736 config/tc-ppc.c:3746 config/tc-ppc.c:3756 15926#: config/tc-ppc.c:3771 15927#, c-format 15928msgid "%s unsupported on this instruction" 15929msgstr "" 15930 15931#: config/tc-ppc.c:3818 15932#, c-format 15933msgid "assuming %s on symbol" 15934msgstr "" 15935 15936#: config/tc-ppc.c:3941 15937msgid "unsupported relocation for DS offset field" 15938msgstr "" 15939 15940#: config/tc-ppc.c:3994 15941#, c-format 15942msgid "syntax error; found `%c', expected `%c'" 15943msgstr "" 15944 15945#: config/tc-ppc.c:3999 15946#, c-format 15947msgid "syntax error; end of line, expected `%c'" 15948msgstr "" 15949 15950#: config/tc-ppc.c:4064 config/tc-ppc.c:6865 15951#, c-format 15952msgid "instruction address is not a multiple of %d" 15953msgstr "" 15954 15955#: config/tc-ppc.c:4183 15956msgid "bad .section directive: want a,e,v,w,x,M,S,G,T in string" 15957msgstr "" 15958 15959#: config/tc-ppc.c:4333 15960msgid "missing size" 15961msgstr "" 15962 15963#: config/tc-ppc.c:4342 15964msgid "negative size" 15965msgstr "" 15966 15967#: config/tc-ppc.c:4369 15968msgid "Unknown visibility field in .comm" 15969msgstr "" 15970 15971#: config/tc-ppc.c:4387 15972msgid "missing real symbol name" 15973msgstr "" 15974 15975#: config/tc-ppc.c:4426 15976msgid "attempt to redefine symbol" 15977msgstr "" 15978 15979#: config/tc-ppc.c:4735 15980#, c-format 15981msgid "no known dwarf XCOFF section for flag 0x%08x\n" 15982msgstr "" 15983 15984#: config/tc-ppc.c:4748 15985#, c-format 15986msgid "label %s was not defined in this dwarf section" 15987msgstr "" 15988 15989#: config/tc-ppc.c:4862 15990msgid "the XCOFF file format does not support arbitrary sections" 15991msgstr "" 15992 15993#: config/tc-ppc.c:4900 15994msgid "Unknown visibility field in .extern" 15995msgstr "" 15996 15997#: config/tc-ppc.c:4937 15998msgid "Unknown visibility field in .globl" 15999msgstr "" 16000 16001#: config/tc-ppc.c:4974 16002msgid "Unknown visibility field in .weak" 16003msgstr "" 16004 16005#: config/tc-ppc.c:5025 16006msgid ".ref outside .csect" 16007msgstr "" 16008 16009#: config/tc-ppc.c:5046 config/tc-ppc.c:5306 16010msgid "missing symbol name" 16011msgstr "" 16012 16013#: config/tc-ppc.c:5076 16014msgid "missing rename string" 16015msgstr "" 16016 16017#: config/tc-ppc.c:5106 config/tc-ppc.c:5708 16018msgid "missing value" 16019msgstr "" 16020 16021#: config/tc-ppc.c:5124 16022msgid "illegal .stabx expression; zero assumed" 16023msgstr "" 16024 16025#: config/tc-ppc.c:5156 16026msgid "missing class" 16027msgstr "" 16028 16029#: config/tc-ppc.c:5165 16030msgid "missing type" 16031msgstr "" 16032 16033#: config/tc-ppc.c:5192 16034msgid ".stabx of storage class stsym must be within .bs/.es" 16035msgstr "" 16036 16037#: config/tc-ppc.c:5496 16038msgid "nested .bs blocks" 16039msgstr "" 16040 16041#: config/tc-ppc.c:5527 16042msgid ".es without preceding .bs" 16043msgstr "" 16044 16045#: config/tc-ppc.c:5700 16046msgid "non-constant byte count" 16047msgstr "" 16048 16049#: config/tc-ppc.c:5775 16050msgid ".tc not in .toc section" 16051msgstr "" 16052 16053#: config/tc-ppc.c:5793 16054msgid ".tc with no label" 16055msgstr "" 16056 16057#: config/tc-ppc.c:5821 16058#, c-format 16059msgid ".tc with storage class %d not yet supported" 16060msgstr "" 16061 16062#: config/tc-ppc.c:5890 config/tc-s390.c:1959 16063msgid ".machine stack overflow" 16064msgstr "" 16065 16066#: config/tc-ppc.c:5897 config/tc-s390.c:1970 16067msgid ".machine stack underflow" 16068msgstr "" 16069 16070#: config/tc-ppc.c:5939 config/tc-s390.c:1982 16071#, c-format 16072msgid "invalid machine `%s'" 16073msgstr "" 16074 16075#: config/tc-ppc.c:5983 16076msgid "bad symbol suffix" 16077msgstr "" 16078 16079#: config/tc-ppc.c:6082 16080msgid "unrecognized symbol suffix" 16081msgstr "" 16082 16083#: config/tc-ppc.c:6170 16084msgid ".ef with no preceding .function" 16085msgstr "" 16086 16087#: config/tc-ppc.c:6309 16088#, c-format 16089msgid "warning: symbol %s has no csect" 16090msgstr "" 16091 16092#: config/tc-ppc.c:6641 16093msgid "symbol in .toc does not match any .tc" 16094msgstr "" 16095 16096#: config/tc-ppc.c:7393 16097#, c-format 16098msgid "%s unsupported as instruction fixup" 16099msgstr "" 16100 16101#: config/tc-ppc.c:7492 16102#, c-format 16103msgid "unsupported relocation against %s" 16104msgstr "" 16105 16106#: config/tc-ppc.c:7654 16107#, c-format 16108msgid "R_TLSML relocation doesn't target a TOC entry named \"_$TLSML\": %s" 16109msgstr "" 16110 16111#: config/tc-ppc.c:7674 16112#, c-format 16113msgid "Gas failure, reloc value %d\n" 16114msgstr "" 16115 16116#: config/tc-pru.c:603 16117#, c-format 16118msgid "quick branch offset %d out of range %d to %d" 16119msgstr "" 16120 16121#: config/tc-pru.c:618 16122#, c-format 16123msgid "immediate value %llu out of range %u to %lu" 16124msgstr "" 16125 16126#: config/tc-pru.c:697 16127msgid "unexpected PC relative expression" 16128msgstr "" 16129 16130#: config/tc-pru.c:734 config/tc-pru.c:741 16131msgid "residual low bits in pmem diff relocation" 16132msgstr "" 16133 16134#: config/tc-pru.c:938 config/tc-pru.c:971 16135#, c-format 16136msgid "trailing garbage after expression: %s" 16137msgstr "" 16138 16139#: config/tc-pru.c:943 16140#, c-format 16141msgid "expected expression, got %s" 16142msgstr "" 16143 16144#: config/tc-pru.c:976 16145#, c-format 16146msgid "expected constant expression, got %s" 16147msgstr "" 16148 16149#: config/tc-pru.c:1029 16150msgid "data transfer register cannot be halfword" 16151msgstr "" 16152 16153#: config/tc-pru.c:1048 16154msgid "destination register must be full-word" 16155msgstr "" 16156 16157#: config/tc-pru.c:1080 16158#, c-format 16159msgid "cannot use partial register %s for addressing" 16160msgstr "" 16161 16162#: config/tc-pru.c:1093 16163#, c-format 16164msgid "value %lu is too large for a byte operand" 16165msgstr "" 16166 16167#: config/tc-pru.c:1115 16168#, c-format 16169msgid "loop count constant %ld is out of range [1..%d]" 16170msgstr "" 16171 16172#: config/tc-pru.c:1215 config/tc-pru.c:1241 16173#, c-format 16174msgid "byte count constant %ld is out of range [1..%d]" 16175msgstr "" 16176 16177#: config/tc-pru.c:1222 config/tc-pru.c:1248 16178msgid "only r0 can be used as byte count register" 16179msgstr "" 16180 16181#: config/tc-pru.c:1224 config/tc-pru.c:1250 16182msgid "only r0.bX byte fields of r0 can be used as byte count" 16183msgstr "" 16184 16185#: config/tc-pru.c:1263 16186#, c-format 16187msgid "invalid constant table offset %ld" 16188msgstr "" 16189 16190#: config/tc-pru.c:1274 16191#, c-format 16192msgid "invalid WakeOnStatus %ld" 16193msgstr "" 16194 16195#: config/tc-pru.c:1285 16196#, c-format 16197msgid "invalid XFR WideBus Address %ld" 16198msgstr "" 16199 16200#: config/tc-pru.c:1545 16201#, c-format 16202msgid "" 16203"PRU options:\n" 16204" -mlink-relax generate relocations for linker relaxation (default).\n" 16205" -mno-link-relax don't generate relocations for linker relaxation.\n" 16206msgstr "" 16207 16208#: config/tc-pru.c:1818 16209#, c-format 16210msgid "Label \"%s\" matches a CPU register name" 16211msgstr "" 16212 16213#: config/tc-riscv.c:221 16214#, c-format 16215msgid "" 16216"unknown default privileged spec `%s' set by -mpriv-spec or --with-priv-spec" 16217msgstr "" 16218 16219#. Still can not find the privileged spec class. 16220#: config/tc-riscv.c:243 16221#, c-format 16222msgid "" 16223"unknown default privileged spec `%d.%d.%d' set by privileged elf attributes" 16224msgstr "" 16225 16226#: config/tc-riscv.c:329 16227msgid "" 16228"the architecture string of -march and elf architecture attributes cannot be " 16229"empty" 16230msgstr "" 16231 16232#: config/tc-riscv.c:895 config/tc-riscv.c:956 config/tc-riscv.c:1578 16233#, c-format 16234msgid "internal: duplicate %s" 16235msgstr "" 16236 16237#: config/tc-riscv.c:1115 16238#, c-format 16239msgid "internal: bad RISC-V CSR class (0x%x)" 16240msgstr "" 16241 16242#: config/tc-riscv.c:1121 16243#, c-format 16244msgid "invalid CSR `%s', needs rv32i extension" 16245msgstr "" 16246 16247#: config/tc-riscv.c:1123 16248#, c-format 16249msgid "invalid CSR `%s', needs `h' extension" 16250msgstr "" 16251 16252#: config/tc-riscv.c:1127 16253#, c-format 16254msgid "invalid CSR `%s', needs `%s' extension" 16255msgstr "" 16256 16257#: config/tc-riscv.c:1150 16258#, c-format 16259msgid "invalid CSR `%s' for the privileged spec `%s'" 16260msgstr "" 16261 16262#: config/tc-riscv.c:1284 16263#, c-format 16264msgid "internal: bad RISC-V opcode (mask error): %s %s" 16265msgstr "" 16266 16267#: config/tc-riscv.c:1538 16268#, c-format 16269msgid "internal: bad RISC-V opcode (unknown operand type `%s'): %s %s" 16270msgstr "" 16271 16272#: config/tc-riscv.c:1547 16273#, c-format 16274msgid "internal: bad RISC-V opcode (bits %#llx undefined or invalid): %s %s" 16275msgstr "" 16276 16277#: config/tc-riscv.c:1589 16278msgid "internal: broken assembler. No assembly attempted" 16279msgstr "" 16280 16281#: config/tc-riscv.c:1756 16282#, c-format 16283msgid "internal: unsupported RISC-V relocation number %d" 16284msgstr "" 16285 16286#: config/tc-riscv.c:1872 16287#, c-format 16288msgid "internal: invalid macro argument `%s'" 16289msgstr "" 16290 16291#: config/tc-riscv.c:1897 16292msgid "internal: vasprintf failed" 16293msgstr "" 16294 16295#: config/tc-riscv.c:1927 config/tc-riscv.c:2005 16296msgid "unsupported large constant" 16297msgstr "" 16298 16299#: config/tc-riscv.c:1929 16300#, c-format 16301msgid "unknown CSR `%s'" 16302msgstr "" 16303 16304#: config/tc-riscv.c:1932 16305#, c-format 16306msgid "instruction %s requires absolute expression" 16307msgstr "" 16308 16309#: config/tc-riscv.c:2100 16310msgid "must provide temp if destination overlaps mask" 16311msgstr "" 16312 16313#: config/tc-riscv.c:2193 16314#, c-format 16315msgid "internal: macro %s not implemented" 16316msgstr "" 16317 16318#: config/tc-riscv.c:2391 config/tc-riscv.c:2451 16319msgid "multiple vsew constants" 16320msgstr "" 16321 16322#: config/tc-riscv.c:2399 16323msgid "multiple vlmul constants" 16324msgstr "" 16325 16326#: config/tc-riscv.c:2407 16327msgid "multiple vta constants" 16328msgstr "" 16329 16330#: config/tc-riscv.c:2415 16331msgid "multiple vma constants" 16332msgstr "" 16333 16334#: config/tc-riscv.c:2461 16335msgid "multiple vlen constants" 16336msgstr "" 16337 16338#: config/tc-riscv.c:2470 16339msgid "multiple vediv constants" 16340msgstr "" 16341 16342#. Reset error message of the previous round. 16343#: config/tc-riscv.c:2639 16344msgid "illegal operands" 16345msgstr "" 16346 16347#: config/tc-riscv.c:2690 16348#, c-format 16349msgid "read-only CSR is written `%s'" 16350msgstr "" 16351 16352#: config/tc-riscv.c:2700 16353msgid "illegal opcode for zve32x" 16354msgstr "" 16355 16356#: config/tc-riscv.c:2952 16357msgid "bad value for compressed funct6 field, value must be 0...63" 16358msgstr "" 16359 16360#: config/tc-riscv.c:2967 16361msgid "bad value for compressed funct4 field, value must be 0...15" 16362msgstr "" 16363 16364#: config/tc-riscv.c:2982 16365msgid "bad value for compressed funct3 field, value must be 0...7" 16366msgstr "" 16367 16368#: config/tc-riscv.c:2997 16369msgid "bad value for compressed funct2 field, value must be 0...3" 16370msgstr "" 16371 16372#: config/tc-riscv.c:3090 16373msgid "bad value for vsetivli immediate field, value must be 0..1023" 16374msgstr "" 16375 16376#: config/tc-riscv.c:3102 16377msgid "bad value for vsetvli immediate field, value must be 0..2047" 16378msgstr "" 16379 16380#: config/tc-riscv.c:3115 16381msgid "bad value for vector immediate field, value must be -16...15" 16382msgstr "" 16383 16384#: config/tc-riscv.c:3127 16385msgid "bad value for vector immediate field, value must be 0...31" 16386msgstr "" 16387 16388#: config/tc-riscv.c:3139 16389msgid "bad value for vector immediate field, value must be -15...16" 16390msgstr "" 16391 16392#: config/tc-riscv.c:3151 16393msgid "bad value for vector immediate field, value must be 0...63" 16394msgstr "" 16395 16396#: config/tc-riscv.c:3212 config/tc-riscv.c:3223 16397#, c-format 16398msgid "improper shift amount (%<PRIu64>)" 16399msgstr "" 16400 16401#: config/tc-riscv.c:3234 16402#, c-format 16403msgid "improper CSRxI immediate (%<PRIu64>)" 16404msgstr "" 16405 16406#: config/tc-riscv.c:3251 16407#, c-format 16408msgid "improper CSR address (%<PRIu64>)" 16409msgstr "" 16410 16411#: config/tc-riscv.c:3431 16412msgid "lui expression not in range 0..1048575" 16413msgstr "" 16414 16415#: config/tc-riscv.c:3464 16416msgid "" 16417"bad value for opcode field, value must be 0...127 and lower 2 bits must be " 16418"0x3" 16419msgstr "" 16420 16421#: config/tc-riscv.c:3480 16422msgid "bad value for opcode field, value must be 0...2" 16423msgstr "" 16424 16425#: config/tc-riscv.c:3503 16426msgid "bad value for funct7 field, value must be 0...127" 16427msgstr "" 16428 16429#: config/tc-riscv.c:3518 16430msgid "bad value for funct3 field, value must be 0...7" 16431msgstr "" 16432 16433#: config/tc-riscv.c:3533 16434msgid "bad value for funct2 field, value must be 0...3" 16435msgstr "" 16436 16437#: config/tc-riscv.c:3551 16438#, c-format 16439msgid "Improper bs immediate (%lu)" 16440msgstr "" 16441 16442#: config/tc-riscv.c:3562 16443#, c-format 16444msgid "Improper rnum immediate (%lu)" 16445msgstr "" 16446 16447#: config/tc-riscv.c:3594 16448#, c-format 16449msgid "improper prefetch offset (%ld)" 16450msgstr "" 16451 16452#: config/tc-riscv.c:3622 16453msgid "" 16454"bad fli constant operand, supported constants must be in decimal or " 16455"hexadecimal floating-point literal form" 16456msgstr "" 16457 16458#: config/tc-riscv.c:3698 16459msgid "bad value for th.vsetvli immediate field, value must be 0..2047" 16460msgstr "" 16461 16462#: config/tc-riscv.c:3709 16463#, c-format 16464msgid "unexpected literal (%s)" 16465msgstr "" 16466 16467#: config/tc-riscv.c:3731 16468#, c-format 16469msgid "improper immediate value (%<PRIu64>)" 16470msgstr "" 16471 16472#: config/tc-riscv.c:3737 16473#, c-format 16474msgid "improper immediate value (%<PRIi64>)" 16475msgstr "" 16476 16477#: config/tc-riscv.c:3789 16478#, c-format 16479msgid "bad value for <bit-%s-%s> field, value must be 0...%d" 16480msgstr "" 16481 16482#: config/tc-riscv.c:3835 16483#, c-format 16484msgid "internal: unknown argument type `%s'" 16485msgstr "" 16486 16487#: config/tc-riscv.c:3887 16488msgid "values must be constant" 16489msgstr "" 16490 16491#: config/tc-riscv.c:3894 16492msgid "unrecognized values" 16493msgstr "" 16494 16495#: config/tc-riscv.c:3902 config/tc-riscv.c:3913 config/tc-riscv.c:3929 16496msgid "value conflicts with instruction length" 16497msgstr "" 16498 16499#: config/tc-riscv.c:4447 16500msgid "too many pcrel_hi" 16501msgstr "" 16502 16503#: config/tc-riscv.c:4489 16504#, c-format 16505msgid "internal: bad relocation #%d" 16506msgstr "" 16507 16508#: config/tc-riscv.c:4619 16509msgid ".option pop with no .option push" 16510msgstr "" 16511 16512#: config/tc-riscv.c:4632 16513#, c-format 16514msgid "unrecognized .option directive: %s" 16515msgstr "" 16516 16517#: config/tc-riscv.c:4984 16518#, c-format 16519msgid "" 16520"RISC-V options:\n" 16521" -fpic or -fPIC generate position-independent code\n" 16522" -fno-pic don't generate position-independent code " 16523"(default)\n" 16524" -march=ISA set the RISC-V architecture\n" 16525" -misa-spec=ISAspec set the RISC-V ISA spec (2.2, 20190608, " 16526"20191213)\n" 16527" -mpriv-spec=PRIVspec set the RISC-V privilege spec (1.9.1, 1.10, " 16528"1.11, 1.12)\n" 16529" -mabi=ABI set the RISC-V ABI\n" 16530" -mrelax enable relax (default)\n" 16531" -mno-relax disable relax\n" 16532" -march-attr generate RISC-V arch attribute\n" 16533" -mno-arch-attr don't generate RISC-V arch attribute\n" 16534" -mcsr-check enable the csr ISA and privilege spec version " 16535"checks\n" 16536" -mno-csr-check disable the csr ISA and privilege spec version " 16537"checks (default)\n" 16538" -mbig-endian assemble for big-endian\n" 16539" -mlittle-endian assemble for little-endian\n" 16540msgstr "" 16541 16542#: config/tc-riscv.c:5029 16543#, c-format 16544msgid "unknown register `%s'" 16545msgstr "" 16546 16547#: config/tc-riscv.c:5052 16548msgid "non-constant .sleb128 is not supported" 16549msgstr "" 16550 16551#: config/tc-riscv.c:5054 16552msgid ".uleb128 only supports constant or subtract expressions" 16553msgstr "" 16554 16555#: config/tc-riscv.c:5156 16556#, c-format 16557msgid "internal: bad RISC-V privileged spec (%s)" 16558msgstr "" 16559 16560#: config/tc-riscv.c:5309 16561msgid "architecture elf attributes must set before any instructions" 16562msgstr "" 16563 16564#: config/tc-riscv.c:5327 16565msgid "privileged elf attributes must set before any instructions" 16566msgstr "" 16567 16568#: config/tc-riscv.c:5349 16569msgid "missing symbol name for .variant_cc directive" 16570msgstr "" 16571 16572#: config/tc-rl78.c:213 16573msgid "16-bit relocation used in 8-bit operand" 16574msgstr "" 16575 16576#: config/tc-rl78.c:217 16577msgid "8-bit relocation used in 16-bit operand" 16578msgstr "" 16579 16580#: config/tc-rl78.c:243 config/tc-rx.c:875 16581#, c-format 16582msgid "Value %d doesn't fit in unsigned %d-bit field" 16583msgstr "" 16584 16585#: config/tc-rl78.c:249 config/tc-rx.c:881 16586#, c-format 16587msgid "Value %d doesn't fit in signed %d-bit field" 16588msgstr "" 16589 16590#: config/tc-rl78.c:367 16591#, c-format 16592msgid " RL78 specific command line options:\n" 16593msgstr "" 16594 16595#: config/tc-rl78.c:368 16596#, c-format 16597msgid " --mrelax Enable link time relaxation\n" 16598msgstr "" 16599 16600#: config/tc-rl78.c:369 16601#, c-format 16602msgid " --mg10 Enable support for G10 variant\n" 16603msgstr "" 16604 16605#: config/tc-rl78.c:370 16606#, c-format 16607msgid " --mg13 Selects the G13 core.\n" 16608msgstr "" 16609 16610#: config/tc-rl78.c:371 16611#, c-format 16612msgid " --mg14 Selects the G14 core [default]\n" 16613msgstr "" 16614 16615#: config/tc-rl78.c:372 16616#, c-format 16617msgid " --mrl78 Alias for --mg14\n" 16618msgstr "" 16619 16620#: config/tc-rl78.c:373 16621#, c-format 16622msgid " --m32bit-doubles [default]\n" 16623msgstr "" 16624 16625#: config/tc-rl78.c:374 16626#, c-format 16627msgid " --m64bit-doubles Source code uses 64-bit doubles\n" 16628msgstr "" 16629 16630#: config/tc-rl78.c:439 16631#, c-format 16632msgid "%%%s() must be outermost term in expression" 16633msgstr "" 16634 16635#: config/tc-rl78.c:667 config/tc-rx.c:2242 16636#, c-format 16637msgid "unsupported constant size %d\n" 16638msgstr "" 16639 16640#: config/tc-rl78.c:683 16641#, c-format 16642msgid "%%hi16/%%lo16 only applies to .short or .hword" 16643msgstr "" 16644 16645#: config/tc-rl78.c:693 16646#, c-format 16647msgid "%%hi8 only applies to .byte" 16648msgstr "" 16649 16650#: config/tc-rl78.c:705 config/tc-rx.c:2249 16651msgid "difference of two symbols only supported with .long, .short, or .byte" 16652msgstr "" 16653 16654#: config/tc-rl78.c:1226 config/tc-rx.c:2176 16655#, c-format 16656msgid "bad frag at %p : fix %ld addr %ld %ld \n" 16657msgstr "" 16658 16659#: config/tc-rl78.c:1442 16660#, c-format 16661msgid "value of %ld too large for 8-bit branch" 16662msgstr "" 16663 16664#: config/tc-rl78.c:1453 16665#, c-format 16666msgid "value of %ld too large for 16-bit branch" 16667msgstr "" 16668 16669#: config/tc-rl78.c:1502 config/tc-rx.c:2441 16670#, c-format 16671msgid "Unknown reloc in md_apply_fix: %s" 16672msgstr "" 16673 16674#: config/tc-rx.c:194 16675#, c-format 16676msgid "unrecognised RX CPU type %s" 16677msgstr "" 16678 16679#: config/tc-rx.c:209 16680#, c-format 16681msgid " RX specific command line options:\n" 16682msgstr "" 16683 16684#: config/tc-rx.c:210 16685#, c-format 16686msgid " --mbig-endian-data\n" 16687msgstr "" 16688 16689#: config/tc-rx.c:211 16690#, c-format 16691msgid " --mlittle-endian-data [default]\n" 16692msgstr "" 16693 16694#: config/tc-rx.c:212 16695#, c-format 16696msgid " --m32bit-doubles [default]\n" 16697msgstr "" 16698 16699#: config/tc-rx.c:213 16700#, c-format 16701msgid " --m64bit-doubles\n" 16702msgstr "" 16703 16704#: config/tc-rx.c:214 16705#, c-format 16706msgid " --muse-conventional-section-names\n" 16707msgstr "" 16708 16709#: config/tc-rx.c:215 16710#, c-format 16711msgid " --muse-renesas-section-names [default]\n" 16712msgstr "" 16713 16714#: config/tc-rx.c:216 16715#, c-format 16716msgid " --msmall-data-limit\n" 16717msgstr "" 16718 16719#: config/tc-rx.c:217 16720#, c-format 16721msgid " --mrelax\n" 16722msgstr "" 16723 16724#: config/tc-rx.c:218 16725#, c-format 16726msgid " --mpid\n" 16727msgstr "" 16728 16729#: config/tc-rx.c:219 16730#, c-format 16731msgid " --mint-register=<value>\n" 16732msgstr "" 16733 16734#: config/tc-rx.c:220 16735#, c-format 16736msgid " --mcpu=<rx100|rx200|rx600|rx610|rxv2|rxv3|rxv3-dfpu>\n" 16737msgstr "" 16738 16739#: config/tc-rx.c:221 16740#, c-format 16741msgid " --mno-allow-string-insns" 16742msgstr "" 16743 16744#: config/tc-rx.c:291 16745msgid "no filename following .INCLUDE pseudo-op" 16746msgstr "" 16747 16748#: config/tc-rx.c:392 16749#, c-format 16750msgid "unable to locate include file: %s" 16751msgstr "" 16752 16753#: config/tc-rx.c:443 16754#, c-format 16755msgid "unrecognised alignment value in .SECTION directive: %s" 16756msgstr "" 16757 16758#: config/tc-rx.c:460 16759#, c-format 16760msgid "unknown parameter following .SECTION directive: %s" 16761msgstr "" 16762 16763#: config/tc-rx.c:546 16764msgid "expecting either ON or OFF after .list" 16765msgstr "" 16766 16767#: config/tc-rx.c:582 16768#, c-format 16769msgid "The \".%s\" pseudo-op is not implemented\n" 16770msgstr "" 16771 16772#: config/tc-rx.c:954 config/tc-rx.c:956 16773#, c-format 16774msgid "Value %d and %d out of range" 16775msgstr "" 16776 16777#: config/tc-rx.c:1111 16778msgid "The .DEFINE pseudo-op is not implemented" 16779msgstr "" 16780 16781#: config/tc-rx.c:1113 16782msgid "The .MACRO pseudo-op is not implemented" 16783msgstr "" 16784 16785#: config/tc-rx.c:1115 16786msgid "The .BTEQU pseudo-op is not implemented." 16787msgstr "" 16788 16789#: config/tc-rx.c:2107 16790msgid "invalid immediate size" 16791msgstr "" 16792 16793#: config/tc-rx.c:2126 16794msgid "invalid immediate field position" 16795msgstr "" 16796 16797#: config/tc-rx.c:2293 16798#, c-format 16799msgid "jump not 3..10 bytes away (is %d)" 16800msgstr "" 16801 16802#: config/tc-rx.c:2684 16803msgid "" 16804"Use of an RX string instruction detected in a file being assembled without " 16805"string instruction support" 16806msgstr "" 16807 16808#: config/tc-s12z.c:146 16809msgid "" 16810"\n" 16811"s12z options:\n" 16812msgstr "" 16813 16814#: config/tc-s12z.c:147 16815msgid "" 16816" -mreg-prefix=PREFIX set a prefix used to indicate register names " 16817"(default none)\n" 16818msgstr "" 16819 16820#: config/tc-s12z.c:148 16821msgid "" 16822" -mdollar-hex the prefix '$' instead of '0x' is used to indicate " 16823"literal hexadecimal constants\n" 16824msgstr "" 16825 16826#: config/tc-s12z.c:315 16827msgid "A non-constant expression is not permitted here" 16828msgstr "" 16829 16830#: config/tc-s12z.c:432 16831#, c-format 16832msgid "Expecting '%c'" 16833msgstr "" 16834 16835#: config/tc-s12z.c:455 16836msgid "An immediate value in a source operand is inappropriate" 16837msgstr "" 16838 16839#: config/tc-s12z.c:504 config/tc-s12z.c:605 16840msgid "Bad operand for constant offset" 16841msgstr "" 16842 16843#: config/tc-s12z.c:532 config/tc-s12z.c:623 16844msgid "Invalid operand for register offset" 16845msgstr "" 16846 16847#: config/tc-s12z.c:638 16848msgid "Invalid register for postdecrement operation" 16849msgstr "" 16850 16851#: config/tc-s12z.c:674 16852msgid "Invalid register for preincrement operation" 16853msgstr "" 16854 16855#: config/tc-s12z.c:692 16856msgid "Invalid register for predecrement operation" 16857msgstr "" 16858 16859#: config/tc-s12z.c:811 16860msgid "Garbage at end of instruction" 16861msgstr "" 16862 16863#: config/tc-s12z.c:940 16864msgid "Offset is outside of 15 bit range" 16865msgstr "" 16866 16867#: config/tc-s12z.c:1056 16868msgid "Bad size" 16869msgstr "" 16870 16871#: config/tc-s12z.c:1101 config/tc-s12z.c:1161 config/tc-s12z.c:1223 16872#: config/tc-s12z.c:1288 16873msgid "BAD MUL" 16874msgstr "" 16875 16876#: config/tc-s12z.c:1428 16877#, c-format 16878msgid "Source register for %s is no larger than the destination register" 16879msgstr "" 16880 16881#: config/tc-s12z.c:1431 16882msgid "The destination and source registers are identical" 16883msgstr "" 16884 16885#: config/tc-s12z.c:1455 16886#, c-format 16887msgid "Immediate value %ld is out of range for instruction %s" 16888msgstr "" 16889 16890#: config/tc-s12z.c:1526 16891#, c-format 16892msgid "trap value %ld is not valid" 16893msgstr "" 16894 16895#: config/tc-s12z.c:1966 16896msgid "Shift value should be in the range [0,31]" 16897msgstr "" 16898 16899#: config/tc-s12z.c:2013 16900msgid "Bad shift mode" 16901msgstr "" 16902 16903#: config/tc-s12z.c:2026 16904msgid "Bad shift *direction" 16905msgstr "" 16906 16907#: config/tc-s12z.c:2284 16908#, c-format 16909msgid "Immediate operand %ld is inappropriate for size of instruction" 16910msgstr "" 16911 16912#: config/tc-s12z.c:2375 config/tc-s12z.c:2444 config/tc-s12z.c:2512 16913#, c-format 16914msgid "Invalid width value for %s" 16915msgstr "" 16916 16917#: config/tc-s12z.c:2388 config/tc-s12z.c:2457 config/tc-s12z.c:2525 16918#, c-format 16919msgid "Invalid offset value for %s" 16920msgstr "" 16921 16922#: config/tc-s12z.c:3822 16923#, c-format 16924msgid "Invalid instruction: \"%s\"" 16925msgstr "" 16926 16927#: config/tc-s12z.c:3823 16928#, c-format 16929msgid "First invalid token: \"%s\"" 16930msgstr "" 16931 16932#: config/tc-s390.c:235 config/tc-sparc.c:310 16933msgid "Invalid default architecture, broken assembler." 16934msgstr "" 16935 16936#: config/tc-s390.c:374 16937#, c-format 16938msgid "no such machine extension `%s'" 16939msgstr "" 16940 16941#: config/tc-s390.c:385 16942#, c-format 16943msgid "junk at end of machine string, first unrecognized character is `%c'" 16944msgstr "" 16945 16946#: config/tc-s390.c:452 config/tc-sparc.c:489 16947#, c-format 16948msgid "invalid architecture -A%s" 16949msgstr "" 16950 16951#: config/tc-s390.c:475 16952#, c-format 16953msgid "" 16954" S390 options:\n" 16955" -mregnames Allow symbolic names for registers\n" 16956" -mwarn-areg-zero Warn about zero base/index registers\n" 16957" -mno-regnames Do not allow symbolic names for registers\n" 16958" -m31 Set file format to 31 bit format\n" 16959" -m64 Set file format to 64 bit format\n" 16960msgstr "" 16961 16962#: config/tc-s390.c:482 16963#, c-format 16964msgid "" 16965" -V print assembler version number\n" 16966" -Qy, -Qn ignored\n" 16967msgstr "" 16968 16969#: config/tc-s390.c:560 16970msgid "The 64 bit file format is used without esame instructions." 16971msgstr "" 16972 16973#: config/tc-s390.c:618 16974#, c-format 16975msgid "operand out of range (%<PRId64> not between %<PRId64> and %<PRId64>)" 16976msgstr "" 16977 16978#: config/tc-s390.c:847 16979#, c-format 16980msgid "identifier+constant@%s means identifier@%s+constant" 16981msgstr "" 16982 16983#: config/tc-s390.c:928 16984msgid "Can't handle O_big in s390_exp_compare" 16985msgstr "" 16986 16987#: config/tc-s390.c:1010 16988msgid "Invalid suffix for literal pool entry" 16989msgstr "" 16990 16991#: config/tc-s390.c:1067 16992msgid "Big number is too big" 16993msgstr "" 16994 16995#: config/tc-s390.c:1216 16996msgid "relocation not applicable" 16997msgstr "" 16998 16999#: config/tc-s390.c:1349 17000msgid "invalid length field specified" 17001msgstr "" 17002 17003#: config/tc-s390.c:1353 17004msgid "index register specified but zero" 17005msgstr "" 17006 17007#: config/tc-s390.c:1357 17008msgid "base register specified but zero" 17009msgstr "" 17010 17011#: config/tc-s390.c:1361 17012msgid "odd numbered general purpose register specified as register pair" 17013msgstr "" 17014 17015#: config/tc-s390.c:1369 17016msgid "" 17017"invalid floating point register pair. Valid fp register pair operands are " 17018"0, 1, 4, 5, 8, 9, 12 or 13." 17019msgstr "" 17020 17021#: config/tc-s390.c:1458 17022msgid "invalid operand suffix" 17023msgstr "" 17024 17025#: config/tc-s390.c:1481 17026msgid "syntax error; missing '(' after displacement" 17027msgstr "" 17028 17029#: config/tc-s390.c:1498 config/tc-s390.c:1544 config/tc-s390.c:1576 17030msgid "syntax error; expected ','" 17031msgstr "" 17032 17033#: config/tc-s390.c:1530 17034msgid "syntax error; missing ')' after base register" 17035msgstr "" 17036 17037#: config/tc-s390.c:1561 17038msgid "syntax error; ')' not allowed here" 17039msgstr "" 17040 17041#: config/tc-s390.c:1705 17042#, c-format 17043msgid "Opcode %s not available in this mode" 17044msgstr "" 17045 17046#: config/tc-s390.c:1750 config/tc-s390.c:1773 config/tc-s390.c:1786 17047msgid "Invalid .insn format\n" 17048msgstr "" 17049 17050#: config/tc-s390.c:1758 17051#, c-format 17052msgid "Unrecognized opcode format: `%s'" 17053msgstr "" 17054 17055#: config/tc-s390.c:1789 17056msgid "second operand of .insn not a constant\n" 17057msgstr "" 17058 17059#: config/tc-s390.c:1792 17060msgid "missing comma after insn constant\n" 17061msgstr "" 17062 17063#: config/tc-s390.c:2031 17064msgid ".machinemode stack overflow" 17065msgstr "" 17066 17067#: config/tc-s390.c:2038 17068msgid ".machinemode stack underflow" 17069msgstr "" 17070 17071#: config/tc-s390.c:2055 17072#, c-format 17073msgid "invalid machine mode `%s'" 17074msgstr "" 17075 17076#: config/tc-s390.c:2377 17077msgid "unsupported relocation type" 17078msgstr "" 17079 17080#: config/tc-s390.c:2432 17081#, c-format 17082msgid "cannot emit PC relative %s relocation%s%s" 17083msgstr "" 17084 17085#: config/tc-s390.c:2571 17086#, c-format 17087msgid "Gas failure, reloc type %s\n" 17088msgstr "" 17089 17090#: config/tc-s390.c:2573 17091#, c-format 17092msgid "Gas failure, reloc type #%i\n" 17093msgstr "" 17094 17095#: config/tc-score.c:256 17096msgid "div / mul are reserved instructions" 17097msgstr "" 17098 17099#: config/tc-score.c:257 17100msgid "This architecture doesn't support mmu" 17101msgstr "" 17102 17103#: config/tc-score.c:258 17104msgid "This architecture doesn't support atomic instruction" 17105msgstr "" 17106 17107#: config/tc-score.c:464 17108msgid "S+core register expected" 17109msgstr "" 17110 17111#: config/tc-score.c:465 17112msgid "S+core special-register expected" 17113msgstr "" 17114 17115#: config/tc-score.c:466 17116msgid "S+core co-processor register expected" 17117msgstr "" 17118 17119#: config/tc-score.c:1069 17120msgid "Using temp register (r1)" 17121msgstr "" 17122 17123#: config/tc-score.c:1088 17124#, c-format 17125msgid "register expected, not '%.100s'" 17126msgstr "" 17127 17128#: config/tc-score.c:1144 config/tc-score.c:5483 17129msgid "rd must be even number." 17130msgstr "" 17131 17132#: config/tc-score.c:1508 config/tc-score.c:1515 17133#, c-format 17134msgid "invalid constant: %d bit expression not in range %u..%u" 17135msgstr "" 17136 17137#: config/tc-score.c:1521 config/tc-score.c:1528 config/tc-score.c:2893 17138#: config/tc-score.c:2898 config/tc-score.c:3163 config/tc-score.c:3168 17139#: config/tc-score.c:3460 17140#, c-format 17141msgid "invalid constant: %d bit expression not in range %d..%d" 17142msgstr "" 17143 17144#: config/tc-score.c:1553 17145msgid "invalid constant: bit expression not defined" 17146msgstr "" 17147 17148#: config/tc-score.c:2063 17149msgid "Using temp register(r1)" 17150msgstr "" 17151 17152#: config/tc-score.c:2077 17153#, c-format 17154msgid "low register (r0-r15) expected, not '%.100s'" 17155msgstr "" 17156 17157#: config/tc-score.c:2139 config/tc-score.c:3480 config/tc-score.c:3648 17158#: config/tc-score.c:3693 17159#, c-format 17160msgid "missing [" 17161msgstr "" 17162 17163#: config/tc-score.c:2153 config/tc-score.c:3101 config/tc-score.c:3303 17164#: config/tc-score.c:3319 config/tc-score.c:3390 config/tc-score.c:3445 17165#: config/tc-score.c:3669 config/tc-score.c:3714 config/tc-score.c:3863 17166#: config/tc-score.c:3917 config/tc-score.c:3963 17167#, c-format 17168msgid "missing ]" 17169msgstr "" 17170 17171#: config/tc-score.c:2343 17172#, c-format 17173msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)" 17174msgstr "" 17175 17176#: config/tc-score.c:2362 17177#, c-format 17178msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)" 17179msgstr "" 17180 17181#: config/tc-score.c:2378 config/tc-score.c:2385 17182#, c-format 17183msgid "data dependency: %s %s -- %s %s (%d/%d bubble)" 17184msgstr "" 17185 17186#: config/tc-score.c:2836 17187msgid "address offset must be half word alignment" 17188msgstr "" 17189 17190#: config/tc-score.c:2844 17191msgid "address offset must be word alignment" 17192msgstr "" 17193 17194#: config/tc-score.c:2984 config/tc-score.c:3121 17195msgid "register same as write-back base" 17196msgstr "" 17197 17198#: config/tc-score.c:3091 17199msgid "pre-indexed expression expected" 17200msgstr "" 17201 17202#: config/tc-score.c:3420 17203#, c-format 17204msgid "invalid register number: %d is not in [r0--r7]" 17205msgstr "" 17206 17207#: config/tc-score.c:3437 17208msgid "comma is expected" 17209msgstr "" 17210 17211#: config/tc-score.c:3468 17212#, c-format 17213msgid "invalid constant: %d is not word align integer" 17214msgstr "" 17215 17216#: config/tc-score.c:3507 config/tc-score.c:3550 17217msgid "invalid constant: 32 bit expression not word align" 17218msgstr "" 17219 17220#: config/tc-score.c:3516 config/tc-score.c:3559 17221msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]" 17222msgstr "" 17223 17224#: config/tc-score.c:3592 17225msgid "" 17226"invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]" 17227msgstr "" 17228 17229#: config/tc-score.c:3781 config/tc-score.c:3809 17230msgid "imm5 should >= 2" 17231msgstr "" 17232 17233#: config/tc-score.c:3786 config/tc-score.c:3815 17234msgid "reg should <= 31" 17235msgstr "" 17236 17237#: config/tc-score.c:3857 config/tc-score.c:3908 17238msgid "missing +" 17239msgstr "" 17240 17241#: config/tc-score.c:3901 17242#, c-format 17243msgid "%s register same as write-back base" 17244msgstr "" 17245 17246#: config/tc-score.c:3903 17247msgid "destination" 17248msgstr "" 17249 17250#: config/tc-score.c:3903 17251msgid "source" 17252msgstr "" 17253 17254#: config/tc-score.c:4234 config/tc-score.c:4310 config/tc-score.c:4945 17255msgid "expression error" 17256msgstr "" 17257 17258#: config/tc-score.c:4316 17259msgid "value not in range [-0xffffffff, 0xffffffff]" 17260msgstr "" 17261 17262#: config/tc-score.c:4344 17263msgid "li rd label isn't correct instruction form" 17264msgstr "" 17265 17266#: config/tc-score.c:4511 config/tc-score.c:4665 config/tc-score.c:5196 17267#: config/tc-score.c:5224 17268msgid "lacking label " 17269msgstr "" 17270 17271#: config/tc-score.c:4895 17272msgid "s3_PIC code offset overflow (max 16 signed bits)" 17273msgstr "" 17274 17275#: config/tc-score.c:4951 17276msgid "value not in range [0, 0x7fffffff]" 17277msgstr "" 17278 17279#: config/tc-score.c:4956 17280msgid "end on line error" 17281msgstr "" 17282 17283#: config/tc-score.c:5203 17284msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]" 17285msgstr "" 17286 17287#: config/tc-score.c:5230 17288msgid "invalid constant: 20 bit expression not in range -2^19..2^19-1" 17289msgstr "" 17290 17291#: config/tc-score.c:5263 17292msgid "lacking label" 17293msgstr "" 17294 17295#: config/tc-score.c:5268 17296msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]" 17297msgstr "" 17298 17299#: config/tc-score.c:5363 17300msgid "pce instruction error (16 bit || 16 bit)." 17301msgstr "" 17302 17303#: config/tc-score.c:5381 config/tc-score.c:5405 config/tc-score.c:5432 17304#: config/tc-score.c:5461 config/tc-score.c:5510 17305msgid "score3d instruction." 17306msgstr "" 17307 17308#: config/tc-score.c:6000 17309msgid "Unsupported use of .gpword" 17310msgstr "" 17311 17312#: config/tc-score.c:6096 17313#, c-format 17314msgid "BSS length (%d) < 0 ignored" 17315msgstr "" 17316 17317#: config/tc-score.c:6110 read.c:2504 17318#, c-format 17319msgid "error setting flags for \".sbss\": %s" 17320msgstr "" 17321 17322#: config/tc-score.c:6124 config/tc-sparc.c:4164 17323msgid "missing alignment" 17324msgstr "" 17325 17326#: config/tc-score.c:6161 17327#, c-format 17328msgid "alignment too large; %d assumed" 17329msgstr "" 17330 17331#: config/tc-score.c:6166 read.c:2565 17332msgid "alignment negative; 0 assumed" 17333msgstr "" 17334 17335#. Error routine. 17336#: config/tc-score.c:6538 config/tc-score.c:6562 17337msgid "size is not 4 or 6" 17338msgstr "" 17339 17340#: config/tc-score.c:6621 17341msgid "bad call to MD_ATOF()" 17342msgstr "" 17343 17344#: config/tc-score.c:7120 config/tc-score.c:7186 17345#, c-format 17346msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]" 17347msgstr "" 17348 17349#: config/tc-score.c:7135 config/tc-score.c:7164 config/tc-score.c:7216 17350#, c-format 17351msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19-1]" 17352msgstr "" 17353 17354#: config/tc-score.c:7241 17355#, c-format 17356msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]" 17357msgstr "" 17358 17359#: config/tc-score.c:7411 17360#, c-format 17361msgid "cannot represent %s relocation in this object file format1" 17362msgstr "" 17363 17364#: config/tc-score.c:7702 17365#, c-format 17366msgid "Sunplus-v2-0-0-20060510\n" 17367msgstr "" 17368 17369#: config/tc-score.c:7722 17370#, c-format 17371msgid " Score-specific assembler options:\n" 17372msgstr "" 17373 17374#: config/tc-score.c:7724 17375#, c-format 17376msgid " -EB\t\tassemble code for a big-endian cpu\n" 17377msgstr "" 17378 17379#: config/tc-score.c:7729 17380#, c-format 17381msgid " -EL\t\tassemble code for a little-endian cpu\n" 17382msgstr "" 17383 17384#: config/tc-score.c:7733 17385#, c-format 17386msgid " -FIXDD\t\tfix data dependencies\n" 17387msgstr "" 17388 17389#: config/tc-score.c:7735 17390#, c-format 17391msgid "" 17392" -NWARN\t\tdo not print warning message when fixing data " 17393"dependencies\n" 17394msgstr "" 17395 17396#: config/tc-score.c:7737 17397#, c-format 17398msgid " -SCORE5\t\tassemble code for target SCORE5\n" 17399msgstr "" 17400 17401#: config/tc-score.c:7739 17402#, c-format 17403msgid " -SCORE5U\tassemble code for target SCORE5U\n" 17404msgstr "" 17405 17406#: config/tc-score.c:7741 17407#, c-format 17408msgid " -SCORE7\t\tassemble code for target SCORE7 [default]\n" 17409msgstr "" 17410 17411#: config/tc-score.c:7743 17412#, c-format 17413msgid " -SCORE3\t\tassemble code for target SCORE3\n" 17414msgstr "" 17415 17416#: config/tc-score.c:7745 17417#, c-format 17418msgid " -march=score7\tassemble code for target SCORE7 [default]\n" 17419msgstr "" 17420 17421#: config/tc-score.c:7747 17422#, c-format 17423msgid " -march=score3\tassemble code for target SCORE3\n" 17424msgstr "" 17425 17426#: config/tc-score.c:7749 17427#, c-format 17428msgid "" 17429" -USE_R1\t\tassemble code for no warning message when using temp " 17430"register r1\n" 17431msgstr "" 17432 17433#: config/tc-score.c:7751 17434#, c-format 17435msgid " -KPIC\t\tgenerate PIC\n" 17436msgstr "" 17437 17438#: config/tc-score.c:7753 17439#, c-format 17440msgid " -O0\t\tdo not perform any optimizations\n" 17441msgstr "" 17442 17443#: config/tc-score.c:7755 17444#, c-format 17445msgid "" 17446" -G gpnum\tassemble code for setting gpsize, default is 8 bytes\n" 17447msgstr "" 17448 17449#: config/tc-score.c:7757 17450#, c-format 17451msgid " -V \t\tSunplus release version\n" 17452msgstr "" 17453 17454#: config/tc-sh.c:61 17455msgid "directive .big encountered when option -big required" 17456msgstr "" 17457 17458#: config/tc-sh.c:71 17459msgid "directive .little encountered when option -little required" 17460msgstr "" 17461 17462#: config/tc-sh.c:1025 17463msgid "illegal double indirection" 17464msgstr "" 17465 17466#: config/tc-sh.c:1034 17467msgid "illegal register after @-" 17468msgstr "" 17469 17470#: config/tc-sh.c:1050 17471msgid "must be @(r0,...)" 17472msgstr "" 17473 17474#: config/tc-sh.c:1074 17475msgid "syntax error in @(r0,...)" 17476msgstr "" 17477 17478#: config/tc-sh.c:1079 17479msgid "syntax error in @(r0...)" 17480msgstr "" 17481 17482#: config/tc-sh.c:1124 17483msgid "Deprecated syntax." 17484msgstr "" 17485 17486#: config/tc-sh.c:1136 config/tc-sh.c:1141 17487msgid "syntax error in @(disp,[Rn, gbr, pc])" 17488msgstr "" 17489 17490#: config/tc-sh.c:1146 17491msgid "expecting )" 17492msgstr "" 17493 17494#: config/tc-sh.c:1154 17495msgid "illegal register after @" 17496msgstr "" 17497 17498#: config/tc-sh.c:1780 17499#, c-format 17500msgid "unhandled %d\n" 17501msgstr "" 17502 17503#: config/tc-sh.c:1993 17504#, c-format 17505msgid "Invalid register: 'r%d'" 17506msgstr "" 17507 17508#: config/tc-sh.c:2106 17509#, c-format 17510msgid "failed for %d\n" 17511msgstr "" 17512 17513#: config/tc-sh.c:2112 17514msgid "misplaced PIC operand" 17515msgstr "" 17516 17517#: config/tc-sh.c:2223 config/tc-sh.c:2596 17518msgid "invalid operands for opcode" 17519msgstr "" 17520 17521#: config/tc-sh.c:2228 17522msgid "insn can't be combined with parallel processing insn" 17523msgstr "" 17524 17525#: config/tc-sh.c:2235 config/tc-sh.c:2246 config/tc-sh.c:2278 17526msgid "multiple movx specifications" 17527msgstr "" 17528 17529#: config/tc-sh.c:2240 config/tc-sh.c:2262 config/tc-sh.c:2301 17530msgid "multiple movy specifications" 17531msgstr "" 17532 17533#: config/tc-sh.c:2249 config/tc-sh.c:2282 17534msgid "invalid movx address register" 17535msgstr "" 17536 17537#: config/tc-sh.c:2251 17538msgid "insn cannot be combined with non-nopy" 17539msgstr "" 17540 17541#: config/tc-sh.c:2265 config/tc-sh.c:2321 17542msgid "invalid movy address register" 17543msgstr "" 17544 17545#: config/tc-sh.c:2267 17546msgid "insn cannot be combined with non-nopx" 17547msgstr "" 17548 17549#: config/tc-sh.c:2280 17550msgid "previous movy requires nopx" 17551msgstr "" 17552 17553#: config/tc-sh.c:2288 config/tc-sh.c:2293 17554msgid "invalid movx dsp register" 17555msgstr "" 17556 17557#: config/tc-sh.c:2303 17558msgid "previous movx requires nopy" 17559msgstr "" 17560 17561#: config/tc-sh.c:2312 config/tc-sh.c:2317 17562msgid "invalid movy dsp register" 17563msgstr "" 17564 17565#: config/tc-sh.c:2327 17566msgid "dsp immediate shift value not constant" 17567msgstr "" 17568 17569#: config/tc-sh.c:2341 config/tc-sh.c:2367 17570msgid "multiple parallel processing specifications" 17571msgstr "" 17572 17573#: config/tc-sh.c:2360 17574msgid "multiple condition specifications" 17575msgstr "" 17576 17577#: config/tc-sh.c:2398 17578msgid "insn cannot be combined with pmuls" 17579msgstr "" 17580 17581#: config/tc-sh.c:2414 17582msgid "bad combined pmuls output operand" 17583msgstr "" 17584 17585#: config/tc-sh.c:2424 17586msgid "destination register is same for parallel insns" 17587msgstr "" 17588 17589#: config/tc-sh.c:2433 17590msgid "condition not followed by conditionalizable insn" 17591msgstr "" 17592 17593#: config/tc-sh.c:2443 17594msgid "unrecognized characters at end of parallel processing insn" 17595msgstr "" 17596 17597#: config/tc-sh.c:2535 17598msgid "opcode not valid for this cpu variant" 17599msgstr "" 17600 17601#: config/tc-sh.c:2566 17602msgid "Delayed branches not available on SH1" 17603msgstr "" 17604 17605#: config/tc-sh.c:2601 17606#, c-format 17607msgid "excess operands: '%s'" 17608msgstr "" 17609 17610#: config/tc-sh.c:2678 17611msgid ".uses pseudo-op seen when not relaxing" 17612msgstr "" 17613 17614#: config/tc-sh.c:2684 17615msgid "bad .uses format" 17616msgstr "" 17617 17618#: config/tc-sh.c:2802 17619#, c-format 17620msgid "Invalid argument to --isa option: %s" 17621msgstr "" 17622 17623#: config/tc-sh.c:2826 17624#, c-format 17625msgid "" 17626"SH options:\n" 17627"--little\t\tgenerate little endian code\n" 17628"--big\t\t\tgenerate big endian code\n" 17629"--relax\t\t\talter jump instructions for long displacements\n" 17630"--renesas\t\tdisable optimization with section symbol for\n" 17631"\t\t\tcompatibility with Renesas assembler.\n" 17632"--small\t\t\talign sections to 4 byte boundaries, not 16\n" 17633"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n" 17634"--allow-reg-prefix\tallow '$' as a register name prefix.\n" 17635"--isa=[any\t\tuse most appropriate isa\n" 17636" | dsp same as '-dsp'\n" 17637" | fp" 17638msgstr "" 17639 17640#: config/tc-sh.c:2851 17641#, c-format 17642msgid "--fdpic\t\t\tgenerate an FDPIC object file\n" 17643msgstr "" 17644 17645#: config/tc-sh.c:2927 17646msgid ".uses does not refer to a local symbol in the same section" 17647msgstr "" 17648 17649#: config/tc-sh.c:2946 17650msgid "can't find fixup pointed to by .uses" 17651msgstr "" 17652 17653#: config/tc-sh.c:2966 17654msgid ".uses target does not refer to a local symbol in the same section" 17655msgstr "" 17656 17657#: config/tc-sh.c:3039 17658msgid "displacement overflows 12-bit field" 17659msgstr "" 17660 17661#: config/tc-sh.c:3042 17662#, c-format 17663msgid "displacement to defined symbol %s overflows 12-bit field" 17664msgstr "" 17665 17666#: config/tc-sh.c:3046 17667#, c-format 17668msgid "displacement to undefined symbol %s overflows 12-bit field" 17669msgstr "" 17670 17671#: config/tc-sh.c:3119 17672msgid "displacement overflows 8-bit field" 17673msgstr "" 17674 17675#: config/tc-sh.c:3122 17676#, c-format 17677msgid "displacement to defined symbol %s overflows 8-bit field" 17678msgstr "" 17679 17680#: config/tc-sh.c:3126 17681#, c-format 17682msgid "displacement to undefined symbol %s overflows 8-bit field " 17683msgstr "" 17684 17685#: config/tc-sh.c:3139 17686#, c-format 17687msgid "overflow in branch to %s; converted into longer instruction sequence" 17688msgstr "" 17689 17690#: config/tc-sh.c:3204 config/tc-sh.c:3251 config/tc-sparc.c:4628 17691#: config/tc-sparc.c:4652 17692msgid "misaligned data" 17693msgstr "" 17694 17695#: config/tc-sh.c:3557 17696msgid "offset to unaligned destination" 17697msgstr "" 17698 17699#: config/tc-sh.c:3562 17700msgid "negative offset" 17701msgstr "" 17702 17703#: config/tc-sh.c:3702 17704msgid "misaligned offset" 17705msgstr "" 17706 17707#: config/tc-sparc.c:314 config/tc-sparc.c:495 17708msgid "Bad opcode table, broken assembler." 17709msgstr "" 17710 17711#: config/tc-sparc.c:487 17712#, c-format 17713msgid "invalid architecture -xarch=%s" 17714msgstr "" 17715 17716#: config/tc-sparc.c:561 17717#, c-format 17718msgid "No compiled in support for %d bit object file format" 17719msgstr "" 17720 17721#: config/tc-sparc.c:645 17722#, c-format 17723msgid "SPARC options:\n" 17724msgstr "" 17725 17726#: config/tc-sparc.c:674 17727#, c-format 17728msgid "" 17729"\n" 17730"\t\t\tspecify variant of SPARC architecture\n" 17731"-bump\t\t\twarn when assembler switches architectures\n" 17732"-sparc\t\t\tignored\n" 17733"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n" 17734"-relax\t\t\trelax jumps and branches (default)\n" 17735"-no-relax\t\tavoid changing any jumps and branches\n" 17736msgstr "" 17737 17738#: config/tc-sparc.c:681 17739#, c-format 17740msgid "" 17741"-32\t\t\tcreate 32 bit object file\n" 17742"-64\t\t\tcreate 64 bit object file\n" 17743msgstr "" 17744 17745#: config/tc-sparc.c:684 17746#, c-format 17747msgid "\t\t\t[default is %d]\n" 17748msgstr "" 17749 17750#: config/tc-sparc.c:686 17751#, c-format 17752msgid "" 17753"-TSO\t\t\tuse Total Store Ordering\n" 17754"-PSO\t\t\tuse Partial Store Ordering\n" 17755"-RMO\t\t\tuse Relaxed Memory Ordering\n" 17756msgstr "" 17757 17758#: config/tc-sparc.c:690 17759#, c-format 17760msgid "\t\t\t[default is %s]\n" 17761msgstr "" 17762 17763#: config/tc-sparc.c:692 17764#, c-format 17765msgid "" 17766"-KPIC\t\t\tgenerate PIC\n" 17767"-V\t\t\tprint assembler version number\n" 17768"-undeclared-regs\tignore application global register usage without\n" 17769"\t\t\tappropriate .register directive (default)\n" 17770"-no-undeclared-regs\tforce error on application global register usage\n" 17771"\t\t\twithout appropriate .register directive\n" 17772"--dcti-couples-detect\twarn when an unpredictable DCTI couple is found\n" 17773"-q\t\t\tignored\n" 17774"-Qy, -Qn\t\tignored\n" 17775"-s\t\t\tignored\n" 17776msgstr "" 17777 17778#: config/tc-sparc.c:704 17779#, c-format 17780msgid "" 17781"-EL\t\t\tgenerate code for a little endian machine\n" 17782"-EB\t\t\tgenerate code for a big endian machine\n" 17783"--little-endian-data\tgenerate code for a machine having big endian\n" 17784" instructions and little endian data.\n" 17785msgstr "" 17786 17787#: config/tc-sparc.c:968 17788#, c-format 17789msgid "Internal error: losing opcode: `%s' \"%s\"\n" 17790msgstr "" 17791 17792#: config/tc-sparc.c:987 17793#, c-format 17794msgid "Internal error: can't find opcode `%s' for `%s'\n" 17795msgstr "" 17796 17797#: config/tc-sparc.c:1203 17798msgid "Support for 64-bit arithmetic not compiled in." 17799msgstr "" 17800 17801#: config/tc-sparc.c:1249 17802msgid "set: number not in 0..4294967295 range" 17803msgstr "" 17804 17805#: config/tc-sparc.c:1256 17806msgid "set: number not in -2147483648..4294967295 range" 17807msgstr "" 17808 17809#: config/tc-sparc.c:1315 17810msgid "setsw: number not in -2147483648..4294967295 range" 17811msgstr "" 17812 17813#: config/tc-sparc.c:1363 17814msgid "setx: temporary register same as destination register" 17815msgstr "" 17816 17817#: config/tc-sparc.c:1434 17818msgid "setx: illegal temporary register g0" 17819msgstr "" 17820 17821#: config/tc-sparc.c:1542 17822msgid "unpredictable DCTI couple" 17823msgstr "" 17824 17825#: config/tc-sparc.c:1552 17826msgid "FP branch in delay slot" 17827msgstr "" 17828 17829#: config/tc-sparc.c:1569 17830msgid "FP branch preceded by FP compare; NOP inserted" 17831msgstr "" 17832 17833#: config/tc-sparc.c:1609 17834msgid "failed special case insn sanity check" 17835msgstr "" 17836 17837#: config/tc-sparc.c:1797 17838msgid ": invalid membar mask name" 17839msgstr "" 17840 17841#: config/tc-sparc.c:1813 17842msgid ": invalid membar mask expression" 17843msgstr "" 17844 17845#: config/tc-sparc.c:1818 17846msgid ": invalid membar mask number" 17847msgstr "" 17848 17849#: config/tc-sparc.c:1833 17850msgid ": invalid siam mode expression" 17851msgstr "" 17852 17853#: config/tc-sparc.c:1838 17854msgid ": invalid siam mode number" 17855msgstr "" 17856 17857#: config/tc-sparc.c:1854 17858msgid ": invalid prefetch function name" 17859msgstr "" 17860 17861#: config/tc-sparc.c:1862 17862msgid ": invalid prefetch function expression" 17863msgstr "" 17864 17865#: config/tc-sparc.c:1867 17866msgid ": invalid prefetch function number" 17867msgstr "" 17868 17869#: config/tc-sparc.c:1894 config/tc-sparc.c:1900 config/tc-sparc.c:1909 17870msgid ": unrecognizable privileged register" 17871msgstr "" 17872 17873#: config/tc-sparc.c:1932 config/tc-sparc.c:1938 config/tc-sparc.c:1947 17874msgid ": unrecognizable hyperprivileged register" 17875msgstr "" 17876 17877#: config/tc-sparc.c:1970 config/tc-sparc.c:1976 config/tc-sparc.c:1985 17878msgid ": unrecognizable ancillary state register" 17879msgstr "" 17880 17881#: config/tc-sparc.c:2018 17882msgid ": asr number must be between 0 and 31" 17883msgstr "" 17884 17885#: config/tc-sparc.c:2027 17886#, c-format 17887msgid ": expecting %asrN" 17888msgstr "" 17889 17890#: config/tc-sparc.c:2069 17891msgid ": crypto immediate must be between 0 and 31" 17892msgstr "" 17893 17894#: config/tc-sparc.c:2078 17895msgid ": expecting crypto immediate" 17896msgstr "" 17897 17898#: config/tc-sparc.c:2239 config/tc-sparc.c:2278 config/tc-sparc.c:2705 17899#: config/tc-sparc.c:2741 17900#, c-format 17901msgid "Illegal operands: %%%s requires arguments in ()" 17902msgstr "" 17903 17904#: config/tc-sparc.c:2246 17905#, c-format 17906msgid "" 17907"Illegal operands: %%%s cannot be used together with other relocs in the insn " 17908"()" 17909msgstr "" 17910 17911#: config/tc-sparc.c:2257 17912#, c-format 17913msgid "Illegal operands: %%%s can be only used with call __tls_get_addr" 17914msgstr "" 17915 17916#: config/tc-sparc.c:2464 17917msgid "detected global register use not covered by .register pseudo-op" 17918msgstr "" 17919 17920#: config/tc-sparc.c:2566 17921msgid ": There are only 64 f registers; [0-63]" 17922msgstr "" 17923 17924#: config/tc-sparc.c:2568 config/tc-sparc.c:2586 17925msgid ": There are only 32 f registers; [0-31]" 17926msgstr "" 17927 17928#: config/tc-sparc.c:2578 17929msgid ": There are only 32 single precision f registers; [0-31]" 17930msgstr "" 17931 17932#: config/tc-sparc.c:2599 17933msgid ": Instruction requires frs2 and frsd must be the same register" 17934msgstr "" 17935 17936#: config/tc-sparc.c:2750 17937#, c-format 17938msgid "Expression inside %%%s could not be parsed" 17939msgstr "" 17940 17941#: config/tc-sparc.c:2758 17942#, c-format 17943msgid "" 17944"Illegal operands: Can't do arithmetics other than + and - involving %%%s()" 17945msgstr "" 17946 17947#: config/tc-sparc.c:2875 17948#, c-format 17949msgid "Illegal operands: Can't add non-constant expression to %%%s()" 17950msgstr "" 17951 17952#: config/tc-sparc.c:2885 17953#, c-format 17954msgid "" 17955"Illegal operands: Can't do arithmetics involving %%%s() of a relocatable " 17956"symbol" 17957msgstr "" 17958 17959#: config/tc-sparc.c:2903 17960msgid ": PC-relative operand can't be a constant" 17961msgstr "" 17962 17963#: config/tc-sparc.c:2910 17964msgid ": TLS operand can't be a constant" 17965msgstr "" 17966 17967#: config/tc-sparc.c:2938 17968msgid ": Immediate value in cbcond is out of range." 17969msgstr "" 17970 17971#: config/tc-sparc.c:2964 17972msgid ": invalid ASI name" 17973msgstr "" 17974 17975#: config/tc-sparc.c:2973 17976msgid ": invalid ASI expression" 17977msgstr "" 17978 17979#: config/tc-sparc.c:2978 17980msgid ": invalid ASI number" 17981msgstr "" 17982 17983#: config/tc-sparc.c:3083 17984msgid ": non-immdiate imm2 operand" 17985msgstr "" 17986 17987#: config/tc-sparc.c:3088 17988msgid ": imm2 immediate operand out of range (0-3)" 17989msgstr "" 17990 17991#: config/tc-sparc.c:3107 17992msgid "OPF immediate operand out of range (0-0x1ff)" 17993msgstr "" 17994 17995#: config/tc-sparc.c:3112 17996msgid "non-immediate OPF operand, ignored" 17997msgstr "" 17998 17999#: config/tc-sparc.c:3131 18000msgid ": invalid cpreg name" 18001msgstr "" 18002 18003#: config/tc-sparc.c:3160 18004#, c-format 18005msgid "Illegal operands%s" 18006msgstr "" 18007 18008#: config/tc-sparc.c:3209 18009#, c-format 18010msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\"" 18011msgstr "" 18012 18013#: config/tc-sparc.c:3250 18014#, c-format 18015msgid "Architecture mismatch on \"%s %s\"." 18016msgstr "" 18017 18018#: config/tc-sparc.c:3251 18019#, c-format 18020msgid "(Requires %s; requested architecture is %s.)" 18021msgstr "" 18022 18023#: config/tc-sparc.c:3263 18024#, c-format 18025msgid "Hardware capability \"%s\" not enabled for \"%s\"." 18026msgstr "" 18027 18028#: config/tc-sparc.c:3649 config/tc-sparc.c:3656 config/tc-sparc.c:3663 18029#: config/tc-sparc.c:3670 config/tc-sparc.c:3677 config/tc-sparc.c:3686 18030#: config/tc-sparc.c:3698 config/tc-sparc.c:3709 config/tc-sparc.c:3731 18031#: config/tc-sparc.c:3755 write.c:1191 18032msgid "relocation overflow" 18033msgstr "" 18034 18035#: config/tc-sparc.c:3810 18036#, c-format 18037msgid "bad or unhandled relocation type: 0x%02x" 18038msgstr "" 18039 18040#: config/tc-sparc.c:4126 18041msgid "Expected comma after name" 18042msgstr "" 18043 18044#: config/tc-sparc.c:4135 18045#, c-format 18046msgid "BSS length (%d.) <0! Ignored." 18047msgstr "" 18048 18049#: config/tc-sparc.c:4147 18050msgid "bad .reserve segment -- expected BSS segment" 18051msgstr "" 18052 18053#: config/tc-sparc.c:4173 config/tc-sparc.c:4300 18054msgid "negative alignment" 18055msgstr "" 18056 18057#: config/tc-sparc.c:4183 config/tc-sparc.c:4321 read.c:1534 read.c:2577 18058msgid "alignment not a power of 2" 18059msgstr "" 18060 18061#: config/tc-sparc.c:4229 18062#, c-format 18063msgid "Ignoring attempt to re-define symbol %s" 18064msgstr "" 18065 18066#: config/tc-sparc.c:4252 config/tc-v850.c:280 18067msgid "Expected comma after symbol-name" 18068msgstr "" 18069 18070#: config/tc-sparc.c:4262 18071#, c-format 18072msgid ".COMMon length (%lu) out of range ignored" 18073msgstr "" 18074 18075#: config/tc-sparc.c:4288 18076msgid "Expected comma after common length" 18077msgstr "" 18078 18079#: config/tc-sparc.c:4433 18080msgid "Unknown segment type" 18081msgstr "" 18082 18083#: config/tc-sparc.c:4502 config/tc-sparc.c:4511 18084#, c-format 18085msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}" 18086msgstr "" 18087 18088#: config/tc-sparc.c:4529 18089msgid "redefinition of global register" 18090msgstr "" 18091 18092#: config/tc-sparc.c:4540 18093#, c-format 18094msgid "Register symbol %s already defined." 18095msgstr "" 18096 18097#: config/tc-sparc.c:4742 18098#, c-format 18099msgid "Illegal operands: %%r_plt in %d-byte data field" 18100msgstr "" 18101 18102#: config/tc-sparc.c:4752 18103#, c-format 18104msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field" 18105msgstr "" 18106 18107#: config/tc-sparc.c:4789 config/tc-vax.c:3315 18108#, c-format 18109msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields" 18110msgstr "" 18111 18112#: config/tc-sparc.c:4797 config/tc-sparc.c:4828 config/tc-sparc.c:4837 18113#: config/tc-vax.c:3323 config/tc-vax.c:3354 config/tc-vax.c:3363 18114#, c-format 18115msgid "Illegal operands: %%r_%s%d requires arguments in ()" 18116msgstr "" 18117 18118#: config/tc-sparc.c:4846 config/tc-vax.c:3372 18119#, c-format 18120msgid "Illegal operands: garbage after %%r_%s%d()" 18121msgstr "" 18122 18123#: config/tc-sparc.h:66 18124msgid "sparc convert_frag\n" 18125msgstr "" 18126 18127#: config/tc-sparc.h:68 config/tc-z80.h:54 18128msgid "estimate_size_before_relax called" 18129msgstr "" 18130 18131#: config/tc-spu.c:172 18132msgid "" 18133"SPU options:\n" 18134" --apuasm\t\t emulate behaviour of apuasm\n" 18135msgstr "" 18136 18137#: config/tc-spu.c:278 18138#, c-format 18139msgid "Invalid mnemonic '%s'" 18140msgstr "" 18141 18142#: config/tc-spu.c:284 18143#, c-format 18144msgid "'%s' is only available in DD2.0 or higher." 18145msgstr "" 18146 18147#: config/tc-spu.c:316 18148#, c-format 18149msgid "Error in argument %d. Expecting: \"%s\"" 18150msgstr "" 18151 18152#: config/tc-spu.c:327 18153msgid "Mixing register syntax, with and without '$'." 18154msgstr "" 18155 18156#: config/tc-spu.c:333 18157#, c-format 18158msgid "Treating '%-*s' as a symbol." 18159msgstr "" 18160 18161#: config/tc-spu.c:552 18162msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher." 18163msgstr "" 18164 18165#: config/tc-spu.c:554 18166msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher." 18167msgstr "" 18168 18169#: config/tc-spu.c:598 18170#, c-format 18171msgid "Using old style, %%lo(expr), please change to PPC style, expr@l." 18172msgstr "" 18173 18174#: config/tc-spu.c:604 18175#, c-format 18176msgid "Using old style, %%hi(expr), please change to PPC style, expr@h." 18177msgstr "" 18178 18179#: config/tc-spu.c:674 config/tc-spu.c:677 18180#, c-format 18181msgid "Constant expression %d out of range, [%d, %d]." 18182msgstr "" 18183 18184#: config/tc-spu.c:779 18185#, c-format 18186msgid "invalid priority '%lu'" 18187msgstr "" 18188 18189#: config/tc-spu.c:785 18190#, c-format 18191msgid "invalid lrlive '%lu'" 18192msgstr "" 18193 18194#: config/tc-spu.c:859 18195msgid "Relaxation should never occur" 18196msgstr "" 18197 18198#: config/tc-spu.c:1006 18199#, c-format 18200msgid "Relocation doesn't fit. (relocation value = 0x%lx)" 18201msgstr "" 18202 18203#: config/tc-spu.h:85 18204msgid "spu convert_frag\n" 18205msgstr "" 18206 18207#: config/tc-tic30.c:36 18208msgid "first" 18209msgstr "" 18210 18211#: config/tc-tic30.c:36 18212msgid "second" 18213msgstr "" 18214 18215#: config/tc-tic30.c:36 18216msgid "third" 18217msgstr "" 18218 18219#: config/tc-tic30.c:36 18220msgid "fourth" 18221msgstr "" 18222 18223#: config/tc-tic30.c:36 18224msgid "fifth" 18225msgstr "" 18226 18227#: config/tc-tic30.c:460 18228msgid "More than one AR register found in indirect reference" 18229msgstr "" 18230 18231#: config/tc-tic30.c:466 18232msgid "Illegal AR register in indirect reference" 18233msgstr "" 18234 18235#: config/tc-tic30.c:487 18236msgid "More than one displacement found in indirect reference" 18237msgstr "" 18238 18239#: config/tc-tic30.c:496 18240msgid "Invalid displacement in indirect reference" 18241msgstr "" 18242 18243#: config/tc-tic30.c:514 18244msgid "AR register not found in indirect reference" 18245msgstr "" 18246 18247#. Maybe an implied displacement of 1 again. 18248#: config/tc-tic30.c:531 18249msgid "required displacement wasn't given in indirect reference" 18250msgstr "" 18251 18252#: config/tc-tic30.c:538 18253msgid "illegal indirect reference" 18254msgstr "" 18255 18256#: config/tc-tic30.c:545 18257msgid "displacement must be an unsigned 8-bit number" 18258msgstr "" 18259 18260#: config/tc-tic30.c:729 config/tc-tic30.c:1476 18261#, c-format 18262msgid "Invalid character %s before %s operand" 18263msgstr "" 18264 18265#: config/tc-tic30.c:748 config/tc-tic30.c:1491 18266#, c-format 18267msgid "Unbalanced parenthesis in %s operand." 18268msgstr "" 18269 18270#: config/tc-tic30.c:764 config/tc-tic30.c:1501 18271#, c-format 18272msgid "Invalid character %s in %s operand" 18273msgstr "" 18274 18275#: config/tc-tic30.c:783 config/tc-tic30.c:1518 18276#, c-format 18277msgid "Spurious operands; (%d operands/instruction max)" 18278msgstr "" 18279 18280#. Just skip it, if it's \n complain. 18281#: config/tc-tic30.c:801 config/tc-tic30.c:817 config/tc-tic30.c:1535 18282#: config/tc-tic30.c:1551 18283msgid "Expecting operand after ','; got nothing" 18284msgstr "" 18285 18286#: config/tc-tic30.c:806 config/tc-tic30.c:1540 18287msgid "Expecting operand before ','; got nothing" 18288msgstr "" 18289 18290#: config/tc-tic30.c:844 18291msgid "incorrect number of operands given in the first instruction" 18292msgstr "" 18293 18294#: config/tc-tic30.c:850 18295msgid "incorrect number of operands given in the second instruction" 18296msgstr "" 18297 18298#: config/tc-tic30.c:871 18299#, c-format 18300msgid "%s instruction, operand %d doesn't match" 18301msgstr "" 18302 18303#. Shouldn't get here. 18304#: config/tc-tic30.c:895 config/tc-tic30.c:902 18305msgid "incorrect format for multiply parallel instruction" 18306msgstr "" 18307 18308#: config/tc-tic30.c:909 18309msgid "destination for multiply can only be R0 or R1" 18310msgstr "" 18311 18312#: config/tc-tic30.c:916 18313msgid "destination for add/subtract can only be R2 or R3" 18314msgstr "" 18315 18316#: config/tc-tic30.c:983 18317msgid "loading the same register in parallel operation" 18318msgstr "" 18319 18320#: config/tc-tic30.c:1426 18321#, c-format 18322msgid "Invalid character %s in opcode" 18323msgstr "" 18324 18325#: config/tc-tic30.c:1456 18326#, c-format 18327msgid "Unknown TMS320C30 instruction: %s" 18328msgstr "" 18329 18330#: config/tc-tic30.c:1576 18331msgid "Incorrect number of operands given" 18332msgstr "" 18333 18334#: config/tc-tic30.c:1609 18335#, c-format 18336msgid "The %s operand doesn't match" 18337msgstr "" 18338 18339#. Shouldn't make it to this stage. 18340#: config/tc-tic30.c:1634 config/tc-tic30.c:1646 18341msgid "Incompatible first and second operands in instruction" 18342msgstr "" 18343 18344#: config/tc-tic30.c:1760 18345msgid "invalid short form floating point immediate operand" 18346msgstr "" 18347 18348#: config/tc-tic30.c:1770 18349msgid "rounding down first operand float to unsigned int" 18350msgstr "" 18351 18352#: config/tc-tic30.c:1772 18353msgid "only lower 16-bits of first operand are used" 18354msgstr "" 18355 18356#: config/tc-tic30.c:1782 18357msgid "rounding down first operand float to signed int" 18358msgstr "" 18359 18360#: config/tc-tic30.c:1787 config/tc-tic30.c:1858 18361msgid "first operand is too large for 16-bit signed int" 18362msgstr "" 18363 18364#: config/tc-tic30.c:1852 18365msgid "first operand is floating point" 18366msgstr "" 18367 18368#. Shouldn't get here. 18369#: config/tc-tic30.c:1883 18370msgid "interrupt vector for trap instruction out of range" 18371msgstr "" 18372 18373#: config/tc-tic30.c:1928 18374msgid "LDP instruction needs a 24-bit operand" 18375msgstr "" 18376 18377#: config/tc-tic30.c:1952 18378msgid "first operand is too large for a 24-bit displacement" 18379msgstr "" 18380 18381#: config/tc-tic4x.c:391 18382msgid "Nan, using zero." 18383msgstr "" 18384 18385#: config/tc-tic4x.c:509 18386#, c-format 18387msgid "Cannot represent exponent in %d bits" 18388msgstr "" 18389 18390#: config/tc-tic4x.c:592 config/tc-tic4x.c:602 18391msgid "Invalid floating point number" 18392msgstr "" 18393 18394#: config/tc-tic4x.c:723 18395msgid "Comma expected\n" 18396msgstr "" 18397 18398#: config/tc-tic4x.c:757 config/tc-tic54x.c:498 18399msgid ".bss size argument missing\n" 18400msgstr "" 18401 18402#: config/tc-tic4x.c:765 18403#, c-format 18404msgid ".bss size %ld < 0!" 18405msgstr "" 18406 18407#: config/tc-tic4x.c:898 18408msgid "Non-constant symbols not allowed\n" 18409msgstr "" 18410 18411#: config/tc-tic4x.c:929 18412msgid "Symbol missing\n" 18413msgstr "" 18414 18415#. Skip null symbol terminator. 18416#: config/tc-tic4x.c:977 18417msgid ".sect: subsection name ignored" 18418msgstr "" 18419 18420#: config/tc-tic4x.c:1005 config/tc-tic4x.c:1106 config/tc-tic54x.c:1482 18421#, c-format 18422msgid "Error setting flags for \"%s\": %s" 18423msgstr "" 18424 18425#: config/tc-tic4x.c:1037 18426msgid ".set syntax invalid\n" 18427msgstr "" 18428 18429#: config/tc-tic4x.c:1095 18430msgid ".usect: non-zero alignment flag ignored" 18431msgstr "" 18432 18433#: config/tc-tic4x.c:1126 18434#, c-format 18435msgid "This assembler does not support processor generation %ld" 18436msgstr "" 18437 18438#: config/tc-tic4x.c:1130 18439msgid "Changing processor generation on fly not supported..." 18440msgstr "" 18441 18442#: config/tc-tic4x.c:1417 18443msgid "Auxiliary register AR0--AR7 required for indirect" 18444msgstr "" 18445 18446#: config/tc-tic4x.c:1431 18447#, c-format 18448msgid "Bad displacement %d (require 0--255)\n" 18449msgstr "" 18450 18451#: config/tc-tic4x.c:1449 18452msgid "Index register IR0,IR1 required for displacement" 18453msgstr "" 18454 18455#: config/tc-tic4x.c:1517 18456msgid "Expecting a register name" 18457msgstr "" 18458 18459#: config/tc-tic4x.c:1529 config/tc-tic4x.c:1552 config/tc-tic4x.c:1618 18460msgid "Number too large" 18461msgstr "" 18462 18463#: config/tc-tic4x.c:1542 config/tc-tic4x.c:1565 18464msgid "Expecting a constant value" 18465msgstr "" 18466 18467#: config/tc-tic4x.c:1573 18468#, c-format 18469msgid "Bad direct addressing construct %s" 18470msgstr "" 18471 18472#: config/tc-tic4x.c:1577 18473#, c-format 18474msgid "Direct value of %ld is not suitable" 18475msgstr "" 18476 18477#: config/tc-tic4x.c:1601 18478msgid "Unknown indirect addressing mode" 18479msgstr "" 18480 18481#: config/tc-tic4x.c:1698 18482#, c-format 18483msgid "Immediate value of %ld is too large for ldf" 18484msgstr "" 18485 18486#: config/tc-tic4x.c:1738 18487msgid "Destination register must be ARn" 18488msgstr "" 18489 18490#: config/tc-tic4x.c:1757 config/tc-tic4x.c:2130 config/tc-tic4x.c:2189 18491#, c-format 18492msgid "Immediate value of %ld is too large" 18493msgstr "" 18494 18495#: config/tc-tic4x.c:1786 config/tc-tic4x.c:1991 18496msgid "Invalid indirect addressing mode" 18497msgstr "" 18498 18499#: config/tc-tic4x.c:1810 config/tc-tic4x.c:1850 config/tc-tic4x.c:2041 18500#: config/tc-tic4x.c:2063 18501msgid "Register must be Rn" 18502msgstr "" 18503 18504#: config/tc-tic4x.c:1864 config/tc-tic4x.c:1934 config/tc-tic4x.c:1948 18505msgid "Register must be R0--R7" 18506msgstr "" 18507 18508#: config/tc-tic4x.c:1888 config/tc-tic4x.c:1916 18509#, c-format 18510msgid "Invalid indirect addressing mode displacement %d" 18511msgstr "" 18512 18513#: config/tc-tic4x.c:1962 18514msgid "Destination register must be R2 or R3" 18515msgstr "" 18516 18517#: config/tc-tic4x.c:1976 18518msgid "Destination register must be R0 or R1" 18519msgstr "" 18520 18521#: config/tc-tic4x.c:2013 18522#, c-format 18523msgid "Displacement value of %ld is too large" 18524msgstr "" 18525 18526#: config/tc-tic4x.c:2074 config/tc-tic4x.c:2205 18527msgid "Floating point number not valid in expression" 18528msgstr "" 18529 18530#: config/tc-tic4x.c:2088 18531#, c-format 18532msgid "Signed immediate value %ld too large" 18533msgstr "" 18534 18535#: config/tc-tic4x.c:2151 18536#, c-format 18537msgid "Unsigned immediate value %ld too large" 18538msgstr "" 18539 18540#: config/tc-tic4x.c:2219 18541#, c-format 18542msgid "Immediate value %ld too large" 18543msgstr "" 18544 18545#: config/tc-tic4x.c:2238 config/tc-tic4x.c:2266 18546msgid "Register must be ivtp or tvtp" 18547msgstr "" 18548 18549#: config/tc-tic4x.c:2252 18550msgid "Register must be address register" 18551msgstr "" 18552 18553#: config/tc-tic4x.c:2325 18554msgid "Source and destination register should not be equal" 18555msgstr "" 18556 18557#: config/tc-tic4x.c:2340 18558msgid "Equal parallel destination registers, one result will be discarded" 18559msgstr "" 18560 18561#: config/tc-tic4x.c:2381 18562msgid "Too many operands scanned" 18563msgstr "" 18564 18565#: config/tc-tic4x.c:2412 18566msgid "Parallel opcode cannot contain more than two instructions" 18567msgstr "" 18568 18569#: config/tc-tic4x.c:2486 18570#, c-format 18571msgid "Invalid operands for %s" 18572msgstr "" 18573 18574#: config/tc-tic4x.c:2489 18575#, c-format 18576msgid "Invalid instruction %s" 18577msgstr "" 18578 18579#: config/tc-tic4x.c:2641 18580#, c-format 18581msgid "Bad relocation type: 0x%02x" 18582msgstr "" 18583 18584#: config/tc-tic4x.c:2699 18585#, c-format 18586msgid "Unsupported processor generation %d" 18587msgstr "" 18588 18589#: config/tc-tic4x.c:2707 18590msgid "Option -b is depreciated, please use -mbig" 18591msgstr "" 18592 18593#: config/tc-tic4x.c:2714 18594msgid "Option -p is depreciated, please use -mmemparm" 18595msgstr "" 18596 18597#: config/tc-tic4x.c:2721 18598msgid "Option -r is depreciated, please use -mregparm" 18599msgstr "" 18600 18601#: config/tc-tic4x.c:2728 18602msgid "Option -s is depreciated, please use -msmall" 18603msgstr "" 18604 18605#: config/tc-tic4x.c:2757 18606#, c-format 18607msgid "" 18608"\n" 18609"TIC4X options:\n" 18610" -mcpu=CPU -mCPU select architecture variant. CPU can be:\n" 18611" 30 - TMS320C30\n" 18612" 31 - TMS320C31, TMS320LC31\n" 18613" 32 - TMS320C32\n" 18614" 33 - TMS320VC33\n" 18615" 40 - TMS320C40\n" 18616" 44 - TMS320C44\n" 18617" -mrev=REV set cpu hardware revision (integer numbers).\n" 18618" Combinations of -mcpu and -mrev will enable/" 18619"disable\n" 18620" the appropriate options (-midle2, -mlowpower and\n" 18621" -menhanced) according to the selected type\n" 18622" -mbig select big memory model\n" 18623" -msmall select small memory model (default)\n" 18624" -mregparm select register parameters (default)\n" 18625" -mmemparm select memory parameters\n" 18626" -midle2 enable IDLE2 support\n" 18627" -mlowpower enable LOPOWER and MAXSPEED support\n" 18628" -menhanced enable enhanced opcode support\n" 18629msgstr "" 18630 18631#: config/tc-tic4x.c:2802 18632#, c-format 18633msgid "Label \"$%d\" redefined" 18634msgstr "" 18635 18636#: config/tc-tic4x.c:3012 18637#, c-format 18638msgid "Reloc %d not supported by object file format" 18639msgstr "" 18640 18641#. Only word (et al.), align, or conditionals are allowed within 18642#. .struct/.union. 18643#: config/tc-tic54x.c:242 18644msgid "pseudo-op illegal within .struct/.union" 18645msgstr "" 18646 18647#: config/tc-tic54x.c:256 18648#, c-format 18649msgid "C54x-specific command line options:\n" 18650msgstr "" 18651 18652#: config/tc-tic54x.c:257 18653#, c-format 18654msgid "-mfar-mode | -mf Use extended addressing\n" 18655msgstr "" 18656 18657#: config/tc-tic54x.c:258 18658#, c-format 18659msgid "-mcpu=<CPU version> Specify the CPU version\n" 18660msgstr "" 18661 18662#: config/tc-tic54x.c:259 18663#, c-format 18664msgid "-merrors-to-file <filename>\n" 18665msgstr "" 18666 18667#: config/tc-tic54x.c:260 18668#, c-format 18669msgid "-me <filename> Redirect errors to a file\n" 18670msgstr "" 18671 18672#: config/tc-tic54x.c:373 18673msgid "Comma and symbol expected for '.asg STRING, SYMBOL'" 18674msgstr "" 18675 18676#: config/tc-tic54x.c:385 18677msgid "symbols assigned with .asg must begin with a letter" 18678msgstr "" 18679 18680#: config/tc-tic54x.c:423 18681msgid "Unterminated string after absolute expression" 18682msgstr "" 18683 18684#: config/tc-tic54x.c:431 18685msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'" 18686msgstr "" 18687 18688#: config/tc-tic54x.c:439 18689msgid "symbols assigned with .eval must begin with a letter" 18690msgstr "" 18691 18692#: config/tc-tic54x.c:507 18693#, c-format 18694msgid ".bss size %d < 0!" 18695msgstr "" 18696 18697#: config/tc-tic54x.c:693 18698msgid "Offset on nested structures is ignored" 18699msgstr "" 18700 18701#: config/tc-tic54x.c:743 18702#, c-format 18703msgid ".end%s without preceding .%s" 18704msgstr "" 18705 18706#: config/tc-tic54x.c:809 18707#, c-format 18708msgid "Unrecognized struct/union tag '%s'" 18709msgstr "" 18710 18711#: config/tc-tic54x.c:811 18712msgid ".tag requires a structure tag" 18713msgstr "" 18714 18715#: config/tc-tic54x.c:817 18716msgid "Label required for .tag" 18717msgstr "" 18718 18719#: config/tc-tic54x.c:836 18720#, c-format 18721msgid ".tag target '%s' undefined" 18722msgstr "" 18723 18724#: config/tc-tic54x.c:900 18725#, c-format 18726msgid ".field count '%d' out of range (1 <= X <= 32)" 18727msgstr "" 18728 18729#: config/tc-tic54x.c:928 18730#, c-format 18731msgid "Unrecognized field type '%c'" 18732msgstr "" 18733 18734#: config/tc-tic54x.c:1052 18735msgid "Overflow in expression, truncated to 8 bits" 18736msgstr "" 18737 18738#: config/tc-tic54x.c:1057 18739msgid "Overflow in expression, truncated to 16 bits" 18740msgstr "" 18741 18742#. Disallow .byte with a non constant expression that will 18743#. require relocation. 18744#: config/tc-tic54x.c:1065 18745msgid "Relocatable values require at least WORD storage" 18746msgstr "" 18747 18748#: config/tc-tic54x.c:1126 18749msgid "Use of .def/.ref is deprecated. Use .global instead" 18750msgstr "" 18751 18752#: config/tc-tic54x.c:1345 18753msgid ".space/.bes repeat count is negative, ignored" 18754msgstr "" 18755 18756#: config/tc-tic54x.c:1350 18757msgid ".space/.bes repeat count is zero, ignored" 18758msgstr "" 18759 18760#: config/tc-tic54x.c:1423 18761msgid "Missing size argument" 18762msgstr "" 18763 18764#: config/tc-tic54x.c:1557 18765msgid "CPU version has already been set" 18766msgstr "" 18767 18768#: config/tc-tic54x.c:1561 18769#, c-format 18770msgid "Unrecognized version '%s'" 18771msgstr "" 18772 18773#: config/tc-tic54x.c:1567 18774msgid "Changing of CPU version on the fly not supported" 18775msgstr "" 18776 18777#: config/tc-tic54x.c:1698 18778msgid "p2align not supported on this target" 18779msgstr "" 18780 18781#: config/tc-tic54x.c:1710 18782msgid "Argument to .even ignored" 18783msgstr "" 18784 18785#: config/tc-tic54x.c:1756 18786msgid "Invalid field size, must be from 1 to 32" 18787msgstr "" 18788 18789#: config/tc-tic54x.c:1769 18790msgid "field size must be 16 when value is relocatable" 18791msgstr "" 18792 18793#: config/tc-tic54x.c:1784 18794msgid "field value truncated" 18795msgstr "" 18796 18797#: config/tc-tic54x.c:1890 config/tc-tic54x.c:2176 18798#, c-format 18799msgid "Unrecognized section '%s'" 18800msgstr "" 18801 18802#: config/tc-tic54x.c:1899 18803msgid "Current section is uninitialized, section name required for .clink" 18804msgstr "" 18805 18806#: config/tc-tic54x.c:2087 18807msgid "ENDLOOP without corresponding LOOP" 18808msgstr "" 18809 18810#: config/tc-tic54x.c:2128 18811msgid "Mixing of normal and extended addressing not supported" 18812msgstr "" 18813 18814#: config/tc-tic54x.c:2134 18815msgid "Extended addressing not supported on the specified CPU" 18816msgstr "" 18817 18818#: config/tc-tic54x.c:2182 18819msgid ".sblock may be used for initialized sections only" 18820msgstr "" 18821 18822#: config/tc-tic54x.c:2212 18823msgid "Symbol missing for .set/.equ" 18824msgstr "" 18825 18826#: config/tc-tic54x.c:2267 18827msgid ".var may only be used within a macro definition" 18828msgstr "" 18829 18830#: config/tc-tic54x.c:2275 18831msgid "Substitution symbols must begin with a letter" 18832msgstr "" 18833 18834#: config/tc-tic54x.c:2354 18835#, c-format 18836msgid "can't open macro library file '%s' for reading: %s" 18837msgstr "" 18838 18839#: config/tc-tic54x.c:2361 18840#, c-format 18841msgid "File '%s' not in macro archive format" 18842msgstr "" 18843 18844#: config/tc-tic54x.c:2491 18845#, c-format 18846msgid "Bad COFF version '%s'" 18847msgstr "" 18848 18849#: config/tc-tic54x.c:2500 18850#, c-format 18851msgid "Bad CPU version '%s'" 18852msgstr "" 18853 18854#: config/tc-tic54x.c:2513 config/tc-tic54x.c:2516 18855#, c-format 18856msgid "Can't redirect stderr to the file '%s'" 18857msgstr "" 18858 18859#: config/tc-tic54x.c:2535 18860msgid "Macro nesting is too deep" 18861msgstr "" 18862 18863#: config/tc-tic54x.c:2638 18864#, c-format 18865msgid "Undefined substitution symbol '%s'" 18866msgstr "" 18867 18868#: config/tc-tic54x.c:3121 18869#, c-format 18870msgid "Unbalanced parenthesis in operand %d" 18871msgstr "" 18872 18873#: config/tc-tic54x.c:3152 config/tc-tic54x.c:3160 18874msgid "Expecting operand after ','" 18875msgstr "" 18876 18877#: config/tc-tic54x.c:3171 18878msgid "Extra junk on line" 18879msgstr "" 18880 18881#: config/tc-tic54x.c:3208 18882msgid "Badly formed address expression" 18883msgstr "" 18884 18885#: config/tc-tic54x.c:3461 18886#, c-format 18887msgid "Invalid dmad syntax '%s'" 18888msgstr "" 18889 18890#: config/tc-tic54x.c:3525 18891#, c-format 18892msgid "" 18893"Use the .mmregs directive to use memory-mapped register names such as '%s'" 18894msgstr "" 18895 18896#: config/tc-tic54x.c:3576 18897msgid "Address mode *+ARx is write-only. Results of reading are undefined." 18898msgstr "" 18899 18900#: config/tc-tic54x.c:3596 18901#, c-format 18902msgid "Unrecognized indirect address format \"%s\"" 18903msgstr "" 18904 18905#: config/tc-tic54x.c:3634 18906#, c-format 18907msgid "Operand '%s' out of range (%d <= x <= %d)" 18908msgstr "" 18909 18910#: config/tc-tic54x.c:3654 18911msgid "Error in relocation handling" 18912msgstr "" 18913 18914#: config/tc-tic54x.c:3673 config/tc-tic54x.c:3735 config/tc-tic54x.c:3763 18915#, c-format 18916msgid "Unrecognized condition code \"%s\"" 18917msgstr "" 18918 18919#: config/tc-tic54x.c:3690 18920#, c-format 18921msgid "Condition \"%s\" does not match preceding group" 18922msgstr "" 18923 18924#: config/tc-tic54x.c:3698 18925#, c-format 18926msgid "" 18927"Condition \"%s\" uses a different accumulator from a preceding condition" 18928msgstr "" 18929 18930#: config/tc-tic54x.c:3705 18931msgid "Only one comparison conditional allowed" 18932msgstr "" 18933 18934#: config/tc-tic54x.c:3710 18935msgid "Only one overflow conditional allowed" 18936msgstr "" 18937 18938#: config/tc-tic54x.c:3718 18939#, c-format 18940msgid "Duplicate %s conditional" 18941msgstr "" 18942 18943#: config/tc-tic54x.c:3749 18944msgid "Invalid auxiliary register (use AR0-AR7)" 18945msgstr "" 18946 18947#: config/tc-tic54x.c:3780 18948msgid "lk addressing modes are invalid for memory-mapped register addressing" 18949msgstr "" 18950 18951#: config/tc-tic54x.c:3788 18952msgid "" 18953"Address mode *+ARx is not allowed in memory-mapped register addressing. " 18954"Resulting behavior is undefined." 18955msgstr "" 18956 18957#: config/tc-tic54x.c:3814 18958msgid "" 18959"Destination accumulator for each part of this parallel instruction must be " 18960"different" 18961msgstr "" 18962 18963#: config/tc-tic54x.c:3863 18964#, c-format 18965msgid "Memory mapped register \"%s\" out of range" 18966msgstr "" 18967 18968#: config/tc-tic54x.c:3902 18969msgid "Invalid operand (use 1, 2, or 3)" 18970msgstr "" 18971 18972#: config/tc-tic54x.c:3928 18973msgid "A status register or status bit name is required" 18974msgstr "" 18975 18976#: config/tc-tic54x.c:3938 18977#, c-format 18978msgid "Unrecognized status bit \"%s\"" 18979msgstr "" 18980 18981#: config/tc-tic54x.c:3961 18982#, c-format 18983msgid "Invalid status register \"%s\"" 18984msgstr "" 18985 18986#: config/tc-tic54x.c:3973 18987#, c-format 18988msgid "Operand \"%s\" out of range (use 1 or 2)" 18989msgstr "" 18990 18991#: config/tc-tic54x.c:4176 18992#, c-format 18993msgid "Unrecognized instruction \"%s\"" 18994msgstr "" 18995 18996#: config/tc-tic54x.c:4205 18997#, c-format 18998msgid "Unrecognized operand list '%s' for instruction '%s'" 18999msgstr "" 19000 19001#: config/tc-tic54x.c:4234 19002#, c-format 19003msgid "Unrecognized parallel instruction \"%s\"" 19004msgstr "" 19005 19006#: config/tc-tic54x.c:4283 19007#, c-format 19008msgid "Invalid operand (s) for parallel instruction \"%s\"" 19009msgstr "" 19010 19011#: config/tc-tic54x.c:4286 19012#, c-format 19013msgid "Unrecognized parallel instruction combination \"%s || %s\"" 19014msgstr "" 19015 19016#: config/tc-tic54x.c:4514 19017#, c-format 19018msgid "%s symbol recursion stopped at second appearance of '%s'" 19019msgstr "" 19020 19021#: config/tc-tic54x.c:4554 19022msgid "Unrecognized substitution symbol function" 19023msgstr "" 19024 19025#: config/tc-tic54x.c:4559 19026msgid "Missing '(' after substitution symbol function" 19027msgstr "" 19028 19029#: config/tc-tic54x.c:4572 19030msgid "Expecting second argument" 19031msgstr "" 19032 19033#: config/tc-tic54x.c:4590 config/tc-tic54x.c:4640 19034msgid "Extra junk in function call, expecting ')'" 19035msgstr "" 19036 19037#: config/tc-tic54x.c:4616 19038msgid "Function expects two arguments" 19039msgstr "" 19040 19041#: config/tc-tic54x.c:4629 19042msgid "Expecting character constant argument" 19043msgstr "" 19044 19045#: config/tc-tic54x.c:4635 19046msgid "Both arguments must be substitution symbols" 19047msgstr "" 19048 19049#: config/tc-tic54x.c:4687 19050#, c-format 19051msgid "Invalid subscript (use 1 to %d)" 19052msgstr "" 19053 19054#: config/tc-tic54x.c:4697 19055#, c-format 19056msgid "Invalid length (use 0 to %d)" 19057msgstr "" 19058 19059#: config/tc-tic54x.c:4707 19060msgid "Missing ')' in subscripted substitution symbol expression" 19061msgstr "" 19062 19063#: config/tc-tic54x.c:4727 19064msgid "Missing forced substitution terminator ':'" 19065msgstr "" 19066 19067#: config/tc-tic54x.c:4881 19068#, c-format 19069msgid "" 19070"Instruction does not fit in available delay slots (%d-word insn, %d slot " 19071"left)" 19072msgid_plural "" 19073"Instruction does not fit in available delay slots (%d-word insn, %d slots " 19074"left)" 19075msgstr[0] "" 19076msgstr[1] "" 19077 19078#: config/tc-tic54x.c:4925 19079#, c-format 19080msgid "Unrecognized parallel instruction '%s'" 19081msgstr "" 19082 19083#: config/tc-tic54x.c:4937 19084#, c-format 19085msgid "Instruction '%s' requires an LP cpu version" 19086msgstr "" 19087 19088#: config/tc-tic54x.c:4944 19089#, c-format 19090msgid "Instruction '%s' requires far mode addressing" 19091msgstr "" 19092 19093#: config/tc-tic54x.c:4956 19094#, c-format 19095msgid "" 19096"Instruction does not fit in available delay slots (%d-word insn, %d slot " 19097"left). Resulting behavior is undefined." 19098msgid_plural "" 19099"Instruction does not fit in available delay slots (%d-word insn, %d slots " 19100"left). Resulting behavior is undefined." 19101msgstr[0] "" 19102msgstr[1] "" 19103 19104#: config/tc-tic54x.c:4970 19105msgid "" 19106"Instructions which cause PC discontinuity are not allowed in a delay slot. " 19107"Resulting behavior is undefined." 19108msgstr "" 19109 19110#: config/tc-tic54x.c:4981 19111#, c-format 19112msgid "'%s' is not repeatable. Resulting behavior is undefined." 19113msgstr "" 19114 19115#: config/tc-tic54x.c:4985 19116msgid "" 19117"Instructions using long offset modifiers or absolute addresses are not " 19118"repeatable. Resulting behavior is undefined." 19119msgstr "" 19120 19121#: config/tc-tic54x.c:5129 19122#, c-format 19123msgid "Unsupported relocation size %d" 19124msgstr "" 19125 19126#: config/tc-tic54x.c:5260 19127msgid "non-absolute value used with .space/.bes" 19128msgstr "" 19129 19130#: config/tc-tic54x.c:5264 19131#, c-format 19132msgid "negative value ignored in %s" 19133msgstr "" 19134 19135#: config/tc-tic54x.c:5352 19136#, c-format 19137msgid "attempt to .space/.bes backwards? (%ld)" 19138msgstr "" 19139 19140#: config/tc-tic6x.c:262 19141#, c-format 19142msgid "unknown -mpid= argument '%s'" 19143msgstr "" 19144 19145#: config/tc-tic6x.c:320 19146#, c-format 19147msgid "TMS320C6000 options:\n" 19148msgstr "" 19149 19150#: config/tc-tic6x.c:321 19151#, c-format 19152msgid " -march=ARCH enable instructions from architecture ARCH\n" 19153msgstr "" 19154 19155#: config/tc-tic6x.c:322 19156#, c-format 19157msgid " -mbig-endian generate big-endian code\n" 19158msgstr "" 19159 19160#: config/tc-tic6x.c:323 19161#, c-format 19162msgid " -mlittle-endian generate little-endian code\n" 19163msgstr "" 19164 19165#: config/tc-tic6x.c:324 19166#, c-format 19167msgid " -mdsbt code uses DSBT addressing\n" 19168msgstr "" 19169 19170#: config/tc-tic6x.c:325 19171#, c-format 19172msgid " -mno-dsbt code does not use DSBT addressing\n" 19173msgstr "" 19174 19175#: config/tc-tic6x.c:326 19176#, c-format 19177msgid "" 19178" -mpid=no code uses position-dependent data addressing\n" 19179msgstr "" 19180 19181#: config/tc-tic6x.c:327 19182#, c-format 19183msgid "" 19184" -mpid=near code uses position-independent data addressing,\n" 19185" GOT accesses use near DP addressing\n" 19186msgstr "" 19187 19188#: config/tc-tic6x.c:329 19189#, c-format 19190msgid "" 19191" -mpid=far code uses position-independent data addressing,\n" 19192" GOT accesses use far DP addressing\n" 19193msgstr "" 19194 19195#: config/tc-tic6x.c:331 19196#, c-format 19197msgid " -mpic code addressing is position-independent\n" 19198msgstr "" 19199 19200#: config/tc-tic6x.c:332 19201#, c-format 19202msgid " -mno-pic code addressing is position-dependent\n" 19203msgstr "" 19204 19205#: config/tc-tic6x.c:337 19206#, c-format 19207msgid "Supported ARCH values are:" 19208msgstr "" 19209 19210#: config/tc-tic6x.c:384 19211msgid "unexpected .cantunwind directive" 19212msgstr "" 19213 19214#: config/tc-tic6x.c:404 19215msgid "unexpected .handlerdata directive" 19216msgstr "" 19217 19218#: config/tc-tic6x.c:416 19219msgid "personality routine required before .handlerdata directive" 19220msgstr "" 19221 19222#: config/tc-tic6x.c:530 19223msgid "expected symbol" 19224msgstr "" 19225 19226#: config/tc-tic6x.c:577 19227msgid "expected comma after symbol name" 19228msgstr "" 19229 19230#: config/tc-tic6x.c:587 19231#, c-format 19232msgid "invalid length for .scomm directive" 19233msgstr "" 19234 19235#: config/tc-tic6x.c:601 19236msgid "alignment is not a positive number" 19237msgstr "" 19238 19239#: config/tc-tic6x.c:613 19240msgid "alignment is not a power of 2" 19241msgstr "" 19242 19243#: config/tc-tic6x.c:628 19244#, c-format 19245msgid "attempt to re-define symbol `%s'" 19246msgstr "" 19247 19248#: config/tc-tic6x.c:637 19249#, c-format 19250msgid "attempt to redefine `%s' with a different length" 19251msgstr "" 19252 19253#: config/tc-tic6x.c:836 19254msgid "multiple '||' on same line" 19255msgstr "" 19256 19257#: config/tc-tic6x.c:839 19258msgid "'||' after predicate" 19259msgstr "" 19260 19261#: config/tc-tic6x.c:883 19262msgid "multiple predicates on same line" 19263msgstr "" 19264 19265#: config/tc-tic6x.c:889 19266#, c-format 19267msgid "bad predicate '%s'" 19268msgstr "" 19269 19270#: config/tc-tic6x.c:900 19271msgid "predication on A0 not supported on this architecture" 19272msgstr "" 19273 19274#: config/tc-tic6x.c:933 19275msgid "label after '||'" 19276msgstr "" 19277 19278#: config/tc-tic6x.c:939 19279msgid "label after predicate" 19280msgstr "" 19281 19282#: config/tc-tic6x.c:963 19283msgid "'||' not followed by instruction" 19284msgstr "" 19285 19286#: config/tc-tic6x.c:969 19287msgid "predicate not followed by instruction" 19288msgstr "" 19289 19290#: config/tc-tic6x.c:1402 19291#, c-format 19292msgid "control register '%s' not supported on this architecture" 19293msgstr "" 19294 19295#: config/tc-tic6x.c:1581 config/tc-tic6x.c:1584 config/tc-tic6x.c:1637 19296#: config/tc-tic6x.c:1641 19297#, c-format 19298msgid "register number %u not supported on this architecture" 19299msgstr "" 19300 19301#: config/tc-tic6x.c:1612 19302#, c-format 19303msgid "register pair for operand %u of '%.*s' not a valid even/odd pair" 19304msgstr "" 19305 19306#: config/tc-tic6x.c:1668 19307#, c-format 19308msgid "junk after operand %u of '%.*s'" 19309msgstr "" 19310 19311#: config/tc-tic6x.c:1681 19312#, c-format 19313msgid "bad register or register pair for operand %u of '%.*s'" 19314msgstr "" 19315 19316#: config/tc-tic6x.c:1687 19317#, c-format 19318msgid "bad register for operand %u of '%.*s'" 19319msgstr "" 19320 19321#: config/tc-tic6x.c:1692 19322#, c-format 19323msgid "bad register pair for operand %u of '%.*s'" 19324msgstr "" 19325 19326#: config/tc-tic6x.c:1697 19327#, c-format 19328msgid "bad functional unit for operand %u of '%.*s'" 19329msgstr "" 19330 19331#: config/tc-tic6x.c:1702 19332#, c-format 19333msgid "bad operand %u of '%.*s'" 19334msgstr "" 19335 19336#: config/tc-tic6x.c:1834 19337msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE" 19338msgstr "" 19339 19340#: config/tc-tic6x.c:1874 19341msgid "$DSBT_INDEX not supported in this context" 19342msgstr "" 19343 19344#: config/tc-tic6x.c:1887 19345msgid "$GOT not supported in this context" 19346msgstr "" 19347 19348#: config/tc-tic6x.c:1904 19349msgid "$DPR_GOT not supported in this context" 19350msgstr "" 19351 19352#: config/tc-tic6x.c:1925 19353msgid "$DPR_BYTE not supported in this context" 19354msgstr "" 19355 19356#: config/tc-tic6x.c:1942 19357msgid "$DPR_HWORD not supported in this context" 19358msgstr "" 19359 19360#: config/tc-tic6x.c:1959 19361msgid "$DPR_WORD not supported in this context" 19362msgstr "" 19363 19364#: config/tc-tic6x.c:1978 19365msgid "$PCR_OFFSET not supported in this context" 19366msgstr "" 19367 19368#: config/tc-tic6x.c:1989 19369msgid "invalid PC-relative operand" 19370msgstr "" 19371 19372#: config/tc-tic6x.c:2026 19373#, c-format 19374msgid "no %d-byte relocations available" 19375msgstr "" 19376 19377#: config/tc-tic6x.c:2513 config/tc-tic6x.c:2544 config/tc-tic6x.c:2562 19378#: config/tc-tic6x.c:2992 config/tc-tic6x.c:3011 config/tc-tic6x.c:3043 19379#, c-format 19380msgid "operand %u of '%.*s' out of range" 19381msgstr "" 19382 19383#: config/tc-tic6x.c:2606 config/tc-tic6x.c:2831 19384#, c-format 19385msgid "offset in operand %u of '%.*s' not divisible by %u" 19386msgstr "" 19387 19388#: config/tc-tic6x.c:2823 config/tc-tic6x.c:2856 19389#, c-format 19390msgid "offset in operand %u of '%.*s' out of range" 19391msgstr "" 19392 19393#: config/tc-tic6x.c:2938 19394#, c-format 19395msgid "functional unit already masked for operand %u of '%.*s'" 19396msgstr "" 19397 19398#: config/tc-tic6x.c:2962 config/tc-tic6x.c:3720 19399#, c-format 19400msgid "'%.*s' instruction not in a software pipelined loop" 19401msgstr "" 19402 19403#: config/tc-tic6x.c:3061 19404#, c-format 19405msgid "instruction '%.*s' cannot be predicated" 19406msgstr "" 19407 19408#: config/tc-tic6x.c:3328 19409#, c-format 19410msgid "'%.*s' instruction not supported on this architecture" 19411msgstr "" 19412 19413#: config/tc-tic6x.c:3336 19414#, c-format 19415msgid "'%.*s' instruction not supported on this functional unit" 19416msgstr "" 19417 19418#: config/tc-tic6x.c:3344 19419#, c-format 19420msgid "" 19421"'%.*s' instruction not supported on this functional unit for this " 19422"architecture" 19423msgstr "" 19424 19425#: config/tc-tic6x.c:3364 19426msgid "missing operand after comma" 19427msgstr "" 19428 19429#: config/tc-tic6x.c:3372 config/tc-tic6x.c:3390 19430#, c-format 19431msgid "too many operands to '%.*s'" 19432msgstr "" 19433 19434#: config/tc-tic6x.c:3403 19435#, c-format 19436msgid "bad number of operands to '%.*s'" 19437msgstr "" 19438 19439#: config/tc-tic6x.c:3475 19440#, c-format 19441msgid "operand %u of '%.*s' not constant" 19442msgstr "" 19443 19444#: config/tc-tic6x.c:3480 19445#, c-format 19446msgid "operand %u of '%.*s' on wrong side" 19447msgstr "" 19448 19449#: config/tc-tic6x.c:3485 19450#, c-format 19451msgid "operand %u of '%.*s' not a valid return address register" 19452msgstr "" 19453 19454#: config/tc-tic6x.c:3491 19455#, c-format 19456msgid "operand %u of '%.*s' is write-only" 19457msgstr "" 19458 19459#: config/tc-tic6x.c:3496 19460#, c-format 19461msgid "operand %u of '%.*s' is read-only" 19462msgstr "" 19463 19464#: config/tc-tic6x.c:3501 19465#, c-format 19466msgid "operand %u of '%.*s' not a valid memory reference" 19467msgstr "" 19468 19469#: config/tc-tic6x.c:3507 19470#, c-format 19471msgid "operand %u of '%.*s' not a valid base address register" 19472msgstr "" 19473 19474#: config/tc-tic6x.c:3593 19475#, c-format 19476msgid "bad operand combination for '%.*s'" 19477msgstr "" 19478 19479#: config/tc-tic6x.c:3639 19480msgid "parallel instruction not following another instruction" 19481msgstr "" 19482 19483#: config/tc-tic6x.c:3645 19484msgid "too many instructions in execute packet" 19485msgstr "" 19486 19487#: config/tc-tic6x.c:3650 19488msgid "label not at start of execute packet" 19489msgstr "" 19490 19491#: config/tc-tic6x.c:3653 19492#, c-format 19493msgid "'%.*s' instruction not at start of execute packet" 19494msgstr "" 19495 19496#: config/tc-tic6x.c:3701 19497msgid "functional unit already used in this execute packet" 19498msgstr "" 19499 19500#: config/tc-tic6x.c:3709 19501msgid "nested software pipelined loop" 19502msgstr "" 19503 19504#: config/tc-tic6x.c:3728 19505msgid "'||^' without previous SPMASK" 19506msgstr "" 19507 19508#: config/tc-tic6x.c:3730 19509msgid "cannot mask instruction using no functional unit" 19510msgstr "" 19511 19512#: config/tc-tic6x.c:3742 19513msgid "functional unit already masked" 19514msgstr "" 19515 19516#: config/tc-tic6x.c:3807 19517msgid "value too large for 2-byte field" 19518msgstr "" 19519 19520#: config/tc-tic6x.c:3817 19521msgid "value too large for 1-byte field" 19522msgstr "" 19523 19524#: config/tc-tic6x.c:3944 19525msgid "immediate offset not 2-byte-aligned" 19526msgstr "" 19527 19528#: config/tc-tic6x.c:3972 19529msgid "immediate offset not 4-byte-aligned" 19530msgstr "" 19531 19532#: config/tc-tic6x.c:3986 19533msgid "addend used with $DSBT_INDEX" 19534msgstr "" 19535 19536#: config/tc-tic6x.c:4000 config/tc-tic6x.c:4018 config/tc-tic6x.c:4036 19537#: config/tc-tic6x.c:4054 19538msgid "PC-relative offset not 4-byte-aligned" 19539msgstr "" 19540 19541#: config/tc-tic6x.c:4003 config/tc-tic6x.c:4021 config/tc-tic6x.c:4039 19542#: config/tc-tic6x.c:4057 19543msgid "PC-relative offset out of range" 19544msgstr "" 19545 19546#: config/tc-tic6x.c:4538 19547#, c-format 19548msgid "undefined symbol %s in PCR relocation" 19549msgstr "" 19550 19551#: config/tc-tic6x.c:4655 19552#, c-format 19553msgid "group section `%s' has no group signature" 19554msgstr "" 19555 19556#: config/tc-tic6x.c:4807 19557msgid "missing .endp before .cfi_startproc" 19558msgstr "" 19559 19560#: config/tc-tic6x.c:4912 19561msgid "stack pointer offset too large for personality routine" 19562msgstr "" 19563 19564#: config/tc-tic6x.c:4919 19565msgid "stack frame layout does not match personality routine" 19566msgstr "" 19567 19568#: config/tc-tic6x.c:5053 19569msgid "too many unwinding instructions" 19570msgstr "" 19571 19572#: config/tc-tic6x.c:5128 config/tc-tic6x.c:5141 config/tc-tic6x.c:5149 19573#, c-format 19574msgid "unable to generate unwinding opcode for reg %d" 19575msgstr "" 19576 19577#: config/tc-tic6x.c:5158 19578msgid "unable to restore return address from previously restored reg" 19579msgstr "" 19580 19581#: config/tc-tic6x.c:5170 19582#, c-format 19583msgid "unhandled CFA insn for unwinding (%d)" 19584msgstr "" 19585 19586#: config/tc-tic6x.c:5180 19587#, c-format 19588msgid "unable to generate unwinding opcode for frame pointer reg %d" 19589msgstr "" 19590 19591#: config/tc-tic6x.c:5189 19592msgid "unable to generate unwinding opcode for frame pointer offset" 19593msgstr "" 19594 19595#: config/tc-tic6x.c:5198 19596msgid "unwound stack pointer not doubleword aligned" 19597msgstr "" 19598 19599#: config/tc-tic6x.c:5343 19600msgid "stack frame layout too complex for unwinder" 19601msgstr "" 19602 19603#: config/tc-tic6x.c:5360 19604msgid "unwound frame has negative size" 19605msgstr "" 19606 19607#: config/tc-tilegx.c:141 19608#, c-format 19609msgid "" 19610" -Q ignored\n" 19611" -V print assembler version number\n" 19612" -EB/-EL generate big-endian/little-endian code\n" 19613" --32/--64 generate 32bit/64bit code\n" 19614msgstr "" 19615 19616#: config/tc-tilegx.c:731 config/tc-tilepro.c:619 19617msgid "Invalid operator for operand." 19618msgstr "" 19619 19620#: config/tc-tilegx.c:754 config/tc-tilepro.c:642 19621msgid "Operator may only be applied to symbols." 19622msgstr "" 19623 19624#: config/tc-tilegx.c:819 config/tc-tilepro.c:707 19625#, c-format 19626msgid "Writes to register '%s' are not allowed." 19627msgstr "" 19628 19629#: config/tc-tilegx.c:846 config/tc-tilepro.c:734 19630#, c-format 19631msgid "" 19632"Two instructions in the same bundle both write to register %s, which is not " 19633"allowed." 19634msgstr "" 19635 19636#: config/tc-tilegx.c:911 config/tc-tilepro.c:798 19637#, c-format 19638msgid "'%s' may not be bundled with other instructions." 19639msgstr "" 19640 19641#: config/tc-tilegx.c:941 config/tc-tilepro.c:828 19642msgid "Invalid combination of instructions for bundle." 19643msgstr "" 19644 19645#: config/tc-tilegx.c:976 config/tc-tilepro.c:863 19646msgid "instruction address is not a multiple of 8" 19647msgstr "" 19648 19649#: config/tc-tilegx.c:1053 config/tc-tilepro.c:941 19650msgid "Invalid expression." 19651msgstr "" 19652 19653#: config/tc-tilegx.c:1099 config/tc-tilepro.c:983 19654#, c-format 19655msgid "Expected register, got '%s'." 19656msgstr "" 19657 19658#: config/tc-tilegx.c:1106 config/tc-tilepro.c:990 19659#, c-format 19660msgid "Found use of non-canonical register name %s; use %s instead." 19661msgstr "" 19662 19663#: config/tc-tilegx.c:1166 config/tc-tilepro.c:1049 19664#, c-format 19665msgid "Too few operands to '%s'." 19666msgstr "" 19667 19668#: config/tc-tilegx.c:1171 config/tc-tilepro.c:1054 19669#, c-format 19670msgid "Unexpected character '%c' after operand %d to %s." 19671msgstr "" 19672 19673#: config/tc-tilegx.c:1192 config/tc-tilepro.c:1075 19674msgid "Expected immediate expression" 19675msgstr "" 19676 19677#: config/tc-tilegx.c:1205 config/tc-tilegx.c:1807 config/tc-tilepro.c:1088 19678#: config/tc-tilepro.c:1584 19679msgid "Found '}' when not bundling." 19680msgstr "" 19681 19682#: config/tc-tilegx.c:1246 config/tc-tilepro.c:1128 19683#, c-format 19684msgid "Unknown opcode `%.*s'." 19685msgstr "" 19686 19687#: config/tc-tilegx.c:1257 config/tc-tilepro.c:1139 19688msgid "Too many instructions for bundle." 19689msgstr "" 19690 19691#: config/tc-tilegx.c:1349 config/tc-tilepro.c:1221 19692msgid "Bad call to md_atof ()" 19693msgstr "" 19694 19695#: config/tc-tilegx.c:1425 config/tc-tilepro.c:1284 19696msgid "This operator only produces two byte values." 19697msgstr "" 19698 19699#: config/tc-tilegx.c:1752 config/tc-tilepro.c:1529 19700#, c-format 19701msgid "internal error? cannot generate `%s' relocation (%d, %d)" 19702msgstr "" 19703 19704#: config/tc-tilegx.c:1795 config/tc-tilepro.c:1572 19705msgid "Found '{' when already bundling." 19706msgstr "" 19707 19708#: config/tc-tilepro.c:98 19709#, c-format 19710msgid "" 19711" -Q ignored\n" 19712" -V print assembler version number\n" 19713msgstr "" 19714 19715#: config/tc-v850.c:291 19716#, c-format 19717msgid ".COMMon length (%d.) < 0! Ignored." 19718msgstr "" 19719 19720#: config/tc-v850.c:312 19721#, c-format 19722msgid "Length of .comm \"%s\" is already %ld. Not changed to %d." 19723msgstr "" 19724 19725#: config/tc-v850.c:338 19726msgid "Common alignment negative; 0 assumed" 19727msgstr "" 19728 19729#: config/tc-v850.c:542 19730msgid ".longcall pseudo-op seen when not relaxing" 19731msgstr "" 19732 19733#: config/tc-v850.c:544 19734msgid ".longjump pseudo-op seen when not relaxing" 19735msgstr "" 19736 19737#: config/tc-v850.c:551 19738msgid "bad .longcall format" 19739msgstr "" 19740 19741#: config/tc-v850.c:1389 19742#, c-format 19743msgid "unknown operand shift: %x\n" 19744msgstr "" 19745 19746#: config/tc-v850.c:1390 19747msgid "internal failure in parse_register_list" 19748msgstr "" 19749 19750#: config/tc-v850.c:1406 19751msgid "constant expression or register list expected" 19752msgstr "" 19753 19754#: config/tc-v850.c:1411 19755msgid "high bits set in register list expression" 19756msgstr "" 19757 19758#: config/tc-v850.c:1449 config/tc-v850.c:1506 19759msgid "illegal register included in list" 19760msgstr "" 19761 19762#: config/tc-v850.c:1455 19763msgid "system registers cannot be included in list" 19764msgstr "" 19765 19766#: config/tc-v850.c:1481 19767msgid "second register should follow dash in register list" 19768msgstr "" 19769 19770#: config/tc-v850.c:1486 19771msgid "second register should be greater than first register" 19772msgstr "" 19773 19774#: config/tc-v850.c:1536 19775#, c-format 19776msgid " V850 options:\n" 19777msgstr "" 19778 19779#: config/tc-v850.c:1537 19780#, c-format 19781msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n" 19782msgstr "" 19783 19784#: config/tc-v850.c:1538 19785#, c-format 19786msgid "" 19787" -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n" 19788msgstr "" 19789 19790#: config/tc-v850.c:1539 19791#, c-format 19792msgid " -mv850 The code is targeted at the v850\n" 19793msgstr "" 19794 19795#: config/tc-v850.c:1540 19796#, c-format 19797msgid " -mv850e The code is targeted at the v850e\n" 19798msgstr "" 19799 19800#: config/tc-v850.c:1541 19801#, c-format 19802msgid " -mv850e1 The code is targeted at the v850e1\n" 19803msgstr "" 19804 19805#: config/tc-v850.c:1542 19806#, c-format 19807msgid " -mv850e2 The code is targeted at the v850e2\n" 19808msgstr "" 19809 19810#: config/tc-v850.c:1543 19811#, c-format 19812msgid " -mv850e2v3 The code is targeted at the v850e2v3\n" 19813msgstr "" 19814 19815#: config/tc-v850.c:1544 19816#, c-format 19817msgid " -mv850e2v4 Alias for -mv850e3v5\n" 19818msgstr "" 19819 19820#: config/tc-v850.c:1545 19821#, c-format 19822msgid " -mv850e3v5 The code is targeted at the v850e3v5\n" 19823msgstr "" 19824 19825#: config/tc-v850.c:1546 19826#, c-format 19827msgid " -mrelax Enable relaxation\n" 19828msgstr "" 19829 19830#: config/tc-v850.c:1547 19831#, c-format 19832msgid "" 19833" --disp-size-default-22 branch displacement with unknown size is 22 bits " 19834"(default)\n" 19835msgstr "" 19836 19837#: config/tc-v850.c:1548 19838#, c-format 19839msgid "" 19840" --disp-size-default-32 branch displacement with unknown size is 32 " 19841"bits\n" 19842msgstr "" 19843 19844#: config/tc-v850.c:1549 19845#, c-format 19846msgid " -mextension enable extension opcode support\n" 19847msgstr "" 19848 19849#: config/tc-v850.c:1550 19850#, c-format 19851msgid " -mno-bcond17\t\t disable b<cond> disp17 instruction\n" 19852msgstr "" 19853 19854#: config/tc-v850.c:1551 19855#, c-format 19856msgid " -mno-stld23\t\t disable st/ld offset23 instruction\n" 19857msgstr "" 19858 19859#: config/tc-v850.c:1552 19860#, c-format 19861msgid " -mgcc-abi Mark the binary as using the old GCC ABI\n" 19862msgstr "" 19863 19864#: config/tc-v850.c:1553 19865#, c-format 19866msgid "" 19867" -mrh850-abi Mark the binary as using the RH850 ABI " 19868"(default)\n" 19869msgstr "" 19870 19871#: config/tc-v850.c:1554 19872#, c-format 19873msgid " -m8byte-align Mark the binary as using 64-bit alignment\n" 19874msgstr "" 19875 19876#: config/tc-v850.c:1555 19877#, c-format 19878msgid "" 19879" -m4byte-align Mark the binary as using 32-bit alignment " 19880"(default)\n" 19881msgstr "" 19882 19883#: config/tc-v850.c:1556 19884#, c-format 19885msgid "" 19886" -msoft-float Mark the binary as not using FP insns (default " 19887"for pre e2v3)\n" 19888msgstr "" 19889 19890#: config/tc-v850.c:1557 19891#, c-format 19892msgid "" 19893" -mhard-float Mark the binary as using FP insns (default for " 19894"e2v3 and up)\n" 19895msgstr "" 19896 19897#: config/tc-v850.c:1945 19898#, c-format 19899msgid "Unable to determine default target processor from string: %s" 19900msgstr "" 19901 19902#: config/tc-v850.c:1988 19903msgid "hi0() relocation used on an instruction which does not support it" 19904msgstr "" 19905 19906#: config/tc-v850.c:2008 19907msgid "hi() relocation used on an instruction which does not support it" 19908msgstr "" 19909 19910#: config/tc-v850.c:2027 19911msgid "lo() relocation used on an instruction which does not support it" 19912msgstr "" 19913 19914#: config/tc-v850.c:2038 19915msgid "ctoff() is not supported by the rh850 ABI. Use -mgcc-abi instead" 19916msgstr "" 19917 19918#: config/tc-v850.c:2054 19919msgid "ctoff() relocation used on an instruction which does not support it" 19920msgstr "" 19921 19922#: config/tc-v850.c:2073 19923msgid "sdaoff() relocation used on an instruction which does not support it" 19924msgstr "" 19925 19926#: config/tc-v850.c:2092 19927msgid "zdaoff() relocation used on an instruction which does not support it" 19928msgstr "" 19929 19930#: config/tc-v850.c:2124 19931msgid "tdaoff() relocation used on an instruction which does not support it" 19932msgstr "" 19933 19934#: config/tc-v850.c:2265 19935#, c-format 19936msgid "operand out of range (%d is not between %d and %d)" 19937msgstr "" 19938 19939#: config/tc-v850.c:2348 19940msgid "st/ld offset 23 instruction was disabled ." 19941msgstr "" 19942 19943#: config/tc-v850.c:2357 19944msgid "Target processor does not support this instruction." 19945msgstr "" 19946 19947#: config/tc-v850.c:2469 config/tc-v850.c:2479 config/tc-v850.c:2500 19948#: config/tc-v850.c:2514 config/tc-v850.c:2520 config/tc-v850.c:2544 19949#: config/tc-v850.c:2550 config/tc-v850.c:2557 config/tc-v850.c:2571 19950#: config/tc-v850.c:2585 config/tc-v850.c:2591 config/tc-v850.c:2929 19951msgid "immediate operand is too large" 19952msgstr "" 19953 19954#: config/tc-v850.c:2486 19955#, c-format 19956msgid "AAARG -> unhandled constant reloc: %d" 19957msgstr "" 19958 19959#: config/tc-v850.c:2621 config/tc-v850.c:2632 19960msgid "constant too big to fit into instruction" 19961msgstr "" 19962 19963#: config/tc-v850.c:2707 19964msgid "odd number cannot be used here" 19965msgstr "" 19966 19967#: config/tc-v850.c:2752 19968msgid "invalid register name" 19969msgstr "" 19970 19971#: config/tc-v850.c:2758 19972msgid "register r0 cannot be used here" 19973msgstr "" 19974 19975#: config/tc-v850.c:2764 19976msgid "odd register cannot be used here" 19977msgstr "" 19978 19979#: config/tc-v850.c:2773 19980msgid "invalid system register name" 19981msgstr "" 19982 19983#: config/tc-v850.c:2787 19984msgid "expected EP register" 19985msgstr "" 19986 19987#: config/tc-v850.c:2804 config/tc-v850.c:2817 19988msgid "invalid condition code name" 19989msgstr "" 19990 19991#: config/tc-v850.c:2810 19992msgid "condition sa cannot be used here" 19993msgstr "" 19994 19995#: config/tc-v850.c:2823 19996msgid "invalid cache operation name" 19997msgstr "" 19998 19999#: config/tc-v850.c:2828 20000msgid "invalid pref operation name" 20001msgstr "" 20002 20003#: config/tc-v850.c:2833 20004msgid "invalid vector register name" 20005msgstr "" 20006 20007#: config/tc-v850.c:2871 20008msgid "syntax error: value is missing before the register name" 20009msgstr "" 20010 20011#: config/tc-v850.c:2873 20012msgid "syntax error: register not expected" 20013msgstr "" 20014 20015#: config/tc-v850.c:2887 20016msgid "syntax error: system register not expected" 20017msgstr "" 20018 20019#: config/tc-v850.c:2892 config/tc-v850.c:2897 20020msgid "syntax error: condition code not expected" 20021msgstr "" 20022 20023#: config/tc-v850.c:2902 20024msgid "syntax error: vector register not expected" 20025msgstr "" 20026 20027#: config/tc-v850.c:2913 20028msgid "immediate 0 cannot be used here" 20029msgstr "" 20030 20031#: config/tc-v850.c:2937 20032msgid "immediate operand is not match" 20033msgstr "" 20034 20035#: config/tc-v850.c:2950 20036msgid "displacement is too large" 20037msgstr "" 20038 20039#: config/tc-v850.c:2968 config/tc-xtensa.c:13064 20040msgid "invalid operand" 20041msgstr "" 20042 20043#: config/tc-v850.c:3080 20044msgid "loop: 32-bit displacement not supported" 20045msgstr "" 20046 20047#: config/tc-vax.c:1343 20048msgid "no '[' to match ']'" 20049msgstr "" 20050 20051#: config/tc-vax.c:1359 20052msgid "bad register in []" 20053msgstr "" 20054 20055#: config/tc-vax.c:1361 20056msgid "[PC] index banned" 20057msgstr "" 20058 20059#: config/tc-vax.c:1397 20060msgid "no '(' to match ')'" 20061msgstr "" 20062 20063#: config/tc-vax.c:1513 20064msgid "invalid branch operand" 20065msgstr "" 20066 20067#: config/tc-vax.c:1540 20068msgid "address prohibits @" 20069msgstr "" 20070 20071#: config/tc-vax.c:1542 20072msgid "address prohibits #" 20073msgstr "" 20074 20075#: config/tc-vax.c:1546 20076msgid "address prohibits -()" 20077msgstr "" 20078 20079#: config/tc-vax.c:1548 20080msgid "address prohibits ()+" 20081msgstr "" 20082 20083#: config/tc-vax.c:1551 20084msgid "address prohibits ()" 20085msgstr "" 20086 20087#: config/tc-vax.c:1553 20088msgid "address prohibits []" 20089msgstr "" 20090 20091#: config/tc-vax.c:1555 20092msgid "address prohibits register" 20093msgstr "" 20094 20095#: config/tc-vax.c:1557 20096msgid "address prohibits displacement length specifier" 20097msgstr "" 20098 20099#: config/tc-vax.c:1585 20100msgid "invalid operand of S^#" 20101msgstr "" 20102 20103#: config/tc-vax.c:1598 20104msgid "S^# needs expression" 20105msgstr "" 20106 20107#: config/tc-vax.c:1605 20108msgid "S^# may only read-access" 20109msgstr "" 20110 20111#: config/tc-vax.c:1628 20112msgid "invalid operand of -()" 20113msgstr "" 20114 20115#: config/tc-vax.c:1634 20116msgid "-(PC) unpredictable" 20117msgstr "" 20118 20119#: config/tc-vax.c:1636 20120msgid "[]index same as -()register: unpredictable" 20121msgstr "" 20122 20123#: config/tc-vax.c:1668 20124msgid "invalid operand of ()+" 20125msgstr "" 20126 20127#: config/tc-vax.c:1674 20128msgid "(PC)+ unpredictable" 20129msgstr "" 20130 20131#: config/tc-vax.c:1676 20132msgid "[]index same as ()+register: unpredictable" 20133msgstr "" 20134 20135#: config/tc-vax.c:1699 20136msgid "# conflicts length" 20137msgstr "" 20138 20139#: config/tc-vax.c:1701 20140msgid "# bars register" 20141msgstr "" 20142 20143#: config/tc-vax.c:1721 20144msgid "writing or modifying # is unpredictable" 20145msgstr "" 20146 20147#: config/tc-vax.c:1747 20148msgid "length not needed" 20149msgstr "" 20150 20151#: config/tc-vax.c:1754 20152msgid "can't []index a register, because it has no address" 20153msgstr "" 20154 20155#: config/tc-vax.c:1756 20156msgid "a register has no address" 20157msgstr "" 20158 20159#: config/tc-vax.c:1765 20160msgid "PC part of operand unpredictable" 20161msgstr "" 20162 20163#: config/tc-vax.c:1923 20164msgid "odd number of bytes in operand description" 20165msgstr "" 20166 20167#: config/tc-vax.c:1937 20168msgid "Bad operand" 20169msgstr "" 20170 20171#: config/tc-vax.c:1942 20172msgid "Not enough operands" 20173msgstr "" 20174 20175#: config/tc-vax.c:2219 20176msgid "SYMBOL TABLE not implemented" 20177msgstr "" 20178 20179#: config/tc-vax.c:2223 20180msgid "TOKEN TRACE not implemented" 20181msgstr "" 20182 20183#: config/tc-vax.c:2227 20184#, c-format 20185msgid "Displacement length %s ignored!" 20186msgstr "" 20187 20188#: config/tc-vax.c:2231 20189#, c-format 20190msgid "I don't need or use temp. file \"%s\"." 20191msgstr "" 20192 20193#: config/tc-vax.c:2235 20194msgid "I don't use an interpass file! -V ignored" 20195msgstr "" 20196 20197#: config/tc-vax.c:2292 20198#, c-format 20199msgid "" 20200"VAX options:\n" 20201"-d LENGTH\t\tignored\n" 20202"-J\t\t\tignored\n" 20203"-S\t\t\tignored\n" 20204"-t FILE\t\t\tignored\n" 20205"-T\t\t\tignored\n" 20206"-V\t\t\tignored\n" 20207msgstr "" 20208 20209#: config/tc-vax.c:2301 20210#, c-format 20211msgid "" 20212"VMS options:\n" 20213"-+\t\t\thash encode names longer than 31 characters\n" 20214"-1\t\t\t`const' handling compatible with gcc 1.x\n" 20215"-H\t\t\tshow new symbol after hash truncation\n" 20216"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n" 20217"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n" 20218"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n" 20219msgstr "" 20220 20221#: config/tc-vax.c:2466 20222#, c-format 20223msgid "Ignoring statement due to \"%s\"" 20224msgstr "" 20225 20226#: config/tc-vax.c:2483 20227#, c-format 20228msgid "Aborting because statement has \"%s\"" 20229msgstr "" 20230 20231#: config/tc-vax.c:2528 20232msgid "Can't relocate expression" 20233msgstr "" 20234 20235#: config/tc-vax.c:2631 20236msgid "Bignum not permitted in short literal. Immediate mode assumed." 20237msgstr "" 20238 20239#: config/tc-vax.c:2640 20240msgid "Can't do flonum short literal: immediate mode used." 20241msgstr "" 20242 20243#: config/tc-vax.c:2687 20244#, c-format 20245msgid "A bignum/flonum may not be a displacement: 0x%<PRIx64> used" 20246msgstr "" 20247 20248#: config/tc-vax.c:3000 20249#, c-format 20250msgid "Short literal overflow(%ld.), immediate mode assumed." 20251msgstr "" 20252 20253#: config/tc-vax.c:3009 20254#, c-format 20255msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s" 20256msgstr "" 20257 20258#: config/tc-vax.c:3074 20259msgid "Length specification ignored. Address mode 9F used" 20260msgstr "" 20261 20262#: config/tc-vax.c:3132 20263msgid "Invalid operand: immediate value used as base address." 20264msgstr "" 20265 20266#: config/tc-vax.c:3134 20267msgid "Invalid operand: immediate value used as address." 20268msgstr "" 20269 20270#: config/tc-vax.c:3159 20271#, c-format 20272msgid "Symbol %s used as immediate operand in PIC mode." 20273msgstr "" 20274 20275#: config/tc-visium.c:838 20276msgid "Bad call to MD_ATOF()" 20277msgstr "" 20278 20279#: config/tc-wasm32.c:117 20280#, c-format 20281msgid "wasm32 assembler options:\n" 20282msgstr "" 20283 20284#: config/tc-wasm32.c:364 20285msgid "unexpected negative constant" 20286msgstr "" 20287 20288#: config/tc-wasm32.c:426 20289msgid "no function type on PLT reloc" 20290msgstr "" 20291 20292#: config/tc-wasm32.c:441 20293msgid "couldn't find relocation to use" 20294msgstr "" 20295 20296#: config/tc-wasm32.c:513 20297msgid "Not a function type" 20298msgstr "" 20299 20300#: config/tc-wasm32.c:529 20301#, c-format 20302msgid "Unknown type %c\n" 20303msgstr "" 20304 20305#: config/tc-wasm32.c:551 config/tc-wasm32.c:577 20306msgid "Unknown type" 20307msgstr "" 20308 20309#: config/tc-wasm32.c:625 20310msgid "only single block types allowed" 20311msgstr "" 20312 20313#: config/tc-wasm32.c:635 20314msgid "instruction does not take a block type" 20315msgstr "" 20316 20317#: config/tc-wasm32.c:652 20318msgid "missing block type" 20319msgstr "" 20320 20321#: config/tc-wasm32.c:661 config/tc-wasm32.c:665 20322msgid "missing alignment hint" 20323msgstr "" 20324 20325#: config/tc-wasm32.c:669 20326msgid "missing offset" 20327msgstr "" 20328 20329#: config/tc-wasm32.c:675 20330msgid "missing local index" 20331msgstr "" 20332 20333#: config/tc-wasm32.c:680 20334msgid "missing break count" 20335msgstr "" 20336 20337#: config/tc-wasm32.c:685 20338msgid "missing reserved current_memory/grow_memory argument" 20339msgstr "" 20340 20341#: config/tc-wasm32.c:689 20342msgid "missing call argument" 20343msgstr "" 20344 20345#: config/tc-wasm32.c:693 20346msgid "missing call signature" 20347msgstr "" 20348 20349#: config/tc-wasm32.c:695 20350msgid "missing table index" 20351msgstr "" 20352 20353#: config/tc-wasm32.c:726 config/tc-z80.c:3697 read.c:3911 20354#, c-format 20355msgid "junk at end of line, first unrecognized character is `%c'" 20356msgstr "" 20357 20358#: config/tc-xgate.c:215 20359msgid "architecture variant invalid" 20360msgstr "" 20361 20362#: config/tc-xgate.c:369 20363#, c-format 20364msgid "" 20365"Freescale XGATE co-processor options:\n" 20366" -mshort use 16-bit int ABI (default)\n" 20367" -mlong use 32-bit int ABI\n" 20368" -mshort-double use 32-bit double ABI\n" 20369" -mlong-double use 64-bit double ABI (default)\n" 20370" --mxgate specify the processor variant [default %s]\n" 20371" --print-insn-syntax print the syntax of instruction in case of error\n" 20372" --print-opcodes print the list of instructions with syntax\n" 20373" --generate-example generate an example of each instruction" 20374msgstr "" 20375 20376#: config/tc-xgate.c:492 20377msgid "opcode missing or not found on input line" 20378msgstr "" 20379 20380#: config/tc-xgate.c:497 20381#, c-format 20382msgid "opcode %s not found in opcode hash table" 20383msgstr "" 20384 20385#: config/tc-xgate.c:509 20386msgid "matching operands to opcode" 20387msgstr "" 20388 20389#: config/tc-xgate.c:549 20390msgid ": processing macro, real opcode handle not found in hash" 20391msgstr "" 20392 20393#: config/tc-xgate.c:680 20394#, c-format 20395msgid "Value %ld not aligned by 2 for 9-bit PC-relative branch." 20396msgstr "" 20397 20398#: config/tc-xgate.c:697 20399#, c-format 20400msgid "Value %ld not aligned by 2 for 10-bit PC-relative branch." 20401msgstr "" 20402 20403#: config/tc-xgate.c:724 20404msgid "Value out of 3-bit range." 20405msgstr "" 20406 20407#: config/tc-xgate.c:731 20408msgid "Value out of 4-bit range." 20409msgstr "" 20410 20411#: config/tc-xgate.c:738 20412msgid "Value out of 5-bit range." 20413msgstr "" 20414 20415#: config/tc-xgate.c:875 20416msgid ":operand has too many bits" 20417msgstr "" 20418 20419#: config/tc-xgate.c:994 20420msgid "unknown operand count" 20421msgstr "" 20422 20423#: config/tc-xgate.c:1238 config/tc-xgate.c:1250 20424msgid ": expected register name r0-r7 " 20425msgstr "" 20426 20427#: config/tc-xgate.c:1286 20428#, c-format 20429msgid ":operand value(%d) too big for constraint" 20430msgstr "" 20431 20432#: config/tc-xgate.c:1304 20433msgid "you must use a hi/lo directive or 16-bit macro to load a 16-bit value." 20434msgstr "" 20435 20436#: config/tc-xgate.c:1317 20437msgid ":unknown relocation constraint size" 20438msgstr "" 20439 20440#: config/tc-xgate.c:1324 20441msgid ": expected register name ccr " 20442msgstr "" 20443 20444#: config/tc-xgate.c:1330 20445msgid ": expected register name pc " 20446msgstr "" 20447 20448#: config/tc-xstormy16.c:77 20449#, c-format 20450msgid " XSTORMY16 specific command line options:\n" 20451msgstr "" 20452 20453#: config/tc-xstormy16.c:223 20454#, c-format 20455msgid "unsupported fptr fixup size %d" 20456msgstr "" 20457 20458#: config/tc-xstormy16.c:235 20459#, c-format 20460msgid "unsupported fixup size %d" 20461msgstr "" 20462 20463#: config/tc-xstormy16.c:266 20464msgid "unsupported fptr fixup" 20465msgstr "" 20466 20467#: config/tc-xtensa.c:650 20468msgid "illegal range of target hardware versions" 20469msgstr "" 20470 20471#: config/tc-xtensa.c:832 20472msgid "--density option is ignored" 20473msgstr "" 20474 20475#: config/tc-xtensa.c:835 20476msgid "--no-density option is ignored" 20477msgstr "" 20478 20479#: config/tc-xtensa.c:853 20480msgid "--generics is deprecated; use --transform instead" 20481msgstr "" 20482 20483#: config/tc-xtensa.c:856 20484msgid "--no-generics is deprecated; use --no-transform instead" 20485msgstr "" 20486 20487#: config/tc-xtensa.c:859 20488msgid "--relax is deprecated; use --transform instead" 20489msgstr "" 20490 20491#: config/tc-xtensa.c:862 20492msgid "--no-relax is deprecated; use --no-transform instead" 20493msgstr "" 20494 20495#: config/tc-xtensa.c:879 20496msgid "--absolute-literals option not supported in this Xtensa configuration" 20497msgstr "" 20498 20499#: config/tc-xtensa.c:952 20500msgid "prefer-l32r conflicts with prefer-const16" 20501msgstr "" 20502 20503#: config/tc-xtensa.c:958 20504msgid "prefer-const16 conflicts with prefer-l32r" 20505msgstr "" 20506 20507#: config/tc-xtensa.c:967 config/tc-xtensa.c:976 config/tc-xtensa.c:980 20508msgid "invalid target hardware version" 20509msgstr "" 20510 20511#: config/tc-xtensa.c:1026 20512msgid "no-auto-litpools is incompatible with auto-litpool-limit" 20513msgstr "" 20514 20515#: config/tc-xtensa.c:1028 config/tc-xtensa.c:1031 20516msgid "invalid auto-litpool-limit argument" 20517msgstr "" 20518 20519#: config/tc-xtensa.c:1033 20520msgid "invalid auto-litpool-limit argument (range is 100-10000)" 20521msgstr "" 20522 20523#: config/tc-xtensa.c:1230 20524msgid "unmatched .end directive" 20525msgstr "" 20526 20527#: config/tc-xtensa.c:1259 20528msgid ".begin directive with no matching .end directive" 20529msgstr "" 20530 20531#: config/tc-xtensa.c:1300 20532msgid "[no-]generics is deprecated; use [no-]transform instead" 20533msgstr "" 20534 20535#: config/tc-xtensa.c:1305 20536msgid "[no-]relax is deprecated; use [no-]transform instead" 20537msgstr "" 20538 20539#: config/tc-xtensa.c:1318 20540#, c-format 20541msgid "directive %s cannot be negated" 20542msgstr "" 20543 20544#: config/tc-xtensa.c:1324 20545msgid "unknown directive" 20546msgstr "" 20547 20548#: config/tc-xtensa.c:1345 config/tc-xtensa.c:1441 config/tc-xtensa.c:1671 20549#: config/tc-xtensa.c:5932 20550msgid "directives are not valid inside bundles" 20551msgstr "" 20552 20553#: config/tc-xtensa.c:1357 20554msgid ".begin literal is deprecated; use .literal instead" 20555msgstr "" 20556 20557#: config/tc-xtensa.c:1371 20558msgid "cannot set literal_prefix inside literal fragment" 20559msgstr "" 20560 20561#: config/tc-xtensa.c:1404 20562msgid ".begin [no-]density is ignored" 20563msgstr "" 20564 20565#: config/tc-xtensa.c:1411 config/tc-xtensa.c:1461 20566msgid "Xtensa absolute literals option not supported; ignored" 20567msgstr "" 20568 20569#: config/tc-xtensa.c:1454 20570msgid ".end [no-]density is ignored" 20571msgstr "" 20572 20573#: config/tc-xtensa.c:1479 20574#, c-format 20575msgid "does not match begin %s%s at %s:%d" 20576msgstr "" 20577 20578#: config/tc-xtensa.c:1534 20579msgid ".literal_position inside literal directive; ignoring" 20580msgstr "" 20581 20582#: config/tc-xtensa.c:1553 20583msgid ".literal not allowed inside .begin literal region" 20584msgstr "" 20585 20586#: config/tc-xtensa.c:1581 20587msgid "expected comma or colon after symbol name; rest of line ignored" 20588msgstr "" 20589 20590#: config/tc-xtensa.c:1640 20591msgid "fall through frequency must be greater than 0" 20592msgstr "" 20593 20594#: config/tc-xtensa.c:1648 20595msgid "branch target frequency must be greater than 0" 20596msgstr "" 20597 20598#: config/tc-xtensa.c:1696 20599#, c-format 20600msgid "opcode-specific %s relocation used outside an instruction" 20601msgstr "" 20602 20603#: config/tc-xtensa.c:1706 20604#, c-format 20605msgid "invalid use of %s relocation" 20606msgstr "" 20607 20608#: config/tc-xtensa.c:1902 config/tc-xtensa.c:1919 20609#, c-format 20610msgid "bad register name: %s" 20611msgstr "" 20612 20613#: config/tc-xtensa.c:1908 20614#, c-format 20615msgid "bad register number: %s" 20616msgstr "" 20617 20618#: config/tc-xtensa.c:1972 20619msgid "pcrel relocation not allowed in an instruction" 20620msgstr "" 20621 20622#: config/tc-xtensa.c:2075 20623msgid "extra colon" 20624msgstr "" 20625 20626#: config/tc-xtensa.c:2136 20627msgid "incorrect register number, ignoring" 20628msgstr "" 20629 20630#: config/tc-xtensa.c:2217 20631#, c-format 20632msgid "cannot encode opcode \"%s\"" 20633msgstr "" 20634 20635#: config/tc-xtensa.c:2309 20636#, c-format 20637msgid "not enough operands (%d) for '%s'; expected %d" 20638msgstr "" 20639 20640#: config/tc-xtensa.c:2316 20641#, c-format 20642msgid "too many operands (%d) for '%s'; expected %d" 20643msgstr "" 20644 20645#: config/tc-xtensa.c:2367 20646#, c-format 20647msgid "invalid register '%s' for '%s' instruction" 20648msgstr "" 20649 20650#: config/tc-xtensa.c:2374 20651#, c-format 20652msgid "invalid register number (%ld) for '%s' instruction" 20653msgstr "" 20654 20655#: config/tc-xtensa.c:2441 20656#, c-format 20657msgid "invalid register number (%ld) for '%s'" 20658msgstr "" 20659 20660#: config/tc-xtensa.c:2840 20661#, c-format 20662msgid "operand %d of '%s' has out of range value '%u'" 20663msgstr "" 20664 20665#: config/tc-xtensa.c:2846 20666#, c-format 20667msgid "operand %d of '%s' has invalid value '%u'" 20668msgstr "" 20669 20670#: config/tc-xtensa.c:2893 20671#, c-format 20672msgid "internal error: unknown option name '%s'" 20673msgstr "" 20674 20675#: config/tc-xtensa.c:4002 20676msgid "can't handle generation of literal/labels yet" 20677msgstr "" 20678 20679#: config/tc-xtensa.c:4006 20680msgid "can't handle undefined OP TYPE" 20681msgstr "" 20682 20683#: config/tc-xtensa.c:4067 config/tc-xtensa.c:4076 20684#, c-format 20685msgid "found %d operand for '%s': Expected %d" 20686msgid_plural "found %d operands for '%s': Expected %d" 20687msgstr[0] "" 20688msgstr[1] "" 20689 20690#: config/tc-xtensa.c:4099 20691msgid "immediate operands sum to greater than 32" 20692msgstr "" 20693 20694#: config/tc-xtensa.c:4351 20695#, c-format 20696msgid "invalid relocation for operand %i of '%s'" 20697msgstr "" 20698 20699#: config/tc-xtensa.c:4361 20700#, c-format 20701msgid "invalid expression for operand %i of '%s'" 20702msgstr "" 20703 20704#: config/tc-xtensa.c:4371 20705#, c-format 20706msgid "invalid relocation in instruction slot %i" 20707msgstr "" 20708 20709#: config/tc-xtensa.c:4378 20710#, c-format 20711msgid "undefined symbol for opcode \"%s\"" 20712msgstr "" 20713 20714#: config/tc-xtensa.c:4853 20715msgid "opcode 'NOP.N' unavailable in this configuration" 20716msgstr "" 20717 20718#: config/tc-xtensa.c:4913 20719msgid "get_expanded_loop_offset: invalid opcode" 20720msgstr "" 20721 20722#: config/tc-xtensa.c:5074 20723#, c-format 20724msgid "assembly state not set for first frag in section %s" 20725msgstr "" 20726 20727#: config/tc-xtensa.c:5127 20728#, c-format 20729msgid "unaligned branch target: %d bytes at 0x%lx" 20730msgstr "" 20731 20732#: config/tc-xtensa.c:5171 20733#, c-format 20734msgid "unaligned loop: %d bytes at 0x%lx" 20735msgstr "" 20736 20737#: config/tc-xtensa.c:5196 20738msgid "unexpected fix" 20739msgstr "" 20740 20741#: config/tc-xtensa.c:5207 config/tc-xtensa.c:5211 20742msgid "undecodable fix" 20743msgstr "" 20744 20745#: config/tc-xtensa.c:5372 20746msgid "labels are not valid inside bundles" 20747msgstr "" 20748 20749#: config/tc-xtensa.c:5392 20750msgid "invalid last instruction for a zero-overhead loop" 20751msgstr "" 20752 20753#: config/tc-xtensa.c:5459 20754msgid "extra opening brace" 20755msgstr "" 20756 20757#: config/tc-xtensa.c:5469 20758msgid "extra closing brace" 20759msgstr "" 20760 20761#: config/tc-xtensa.c:5496 20762msgid "missing closing brace" 20763msgstr "" 20764 20765#: config/tc-xtensa.c:5594 config/tc-xtensa.c:5623 20766#, c-format 20767msgid "wrong number of operands for '%s'" 20768msgstr "" 20769 20770#: config/tc-xtensa.c:5610 20771#, c-format 20772msgid "bad relocation expression for '%s'" 20773msgstr "" 20774 20775#: config/tc-xtensa.c:5645 20776#, c-format 20777msgid "unknown opcode or format name '%s'" 20778msgstr "" 20779 20780#: config/tc-xtensa.c:5651 20781msgid "format names only valid inside bundles" 20782msgstr "" 20783 20784#: config/tc-xtensa.c:5656 20785#, c-format 20786msgid "multiple formats specified for one bundle; using '%s'" 20787msgstr "" 20788 20789#: config/tc-xtensa.c:5706 20790msgid "entry instruction with stack decrement < 16" 20791msgstr "" 20792 20793#: config/tc-xtensa.c:5760 20794msgid "unaligned entry instruction" 20795msgstr "" 20796 20797#: config/tc-xtensa.c:5825 20798msgid "bad instruction format" 20799msgstr "" 20800 20801#: config/tc-xtensa.c:5828 20802msgid "invalid relocation" 20803msgstr "" 20804 20805#: config/tc-xtensa.c:5839 20806#, c-format 20807msgid "invalid relocation for '%s' instruction" 20808msgstr "" 20809 20810#: config/tc-xtensa.c:5851 20811#, c-format 20812msgid "invalid relocation for operand %d of '%s'" 20813msgstr "" 20814 20815#: config/tc-xtensa.c:6134 20816#, c-format 20817msgid "unhandled local relocation fix %s" 20818msgstr "" 20819 20820#: config/tc-xtensa.c:6185 20821#, c-format 20822msgid "internal error; cannot generate `%s' relocation" 20823msgstr "" 20824 20825#: config/tc-xtensa.c:6402 20826msgid "The option \"--no-allow-flix\" prohibits multi-slot flix." 20827msgstr "" 20828 20829#: config/tc-xtensa.c:6409 20830msgid "couldn't find a valid instruction format" 20831msgstr "" 20832 20833#: config/tc-xtensa.c:6410 20834#, c-format 20835msgid " ops were: " 20836msgstr "" 20837 20838#: config/tc-xtensa.c:6412 20839#, c-format 20840msgid " %s;" 20841msgstr "" 20842 20843#: config/tc-xtensa.c:6422 20844#, c-format 20845msgid "mismatch for format '%s': #slots = %d, #opcodes = %d" 20846msgstr "" 20847 20848#: config/tc-xtensa.c:6431 config/tc-xtensa.c:6528 20849msgid "illegal resource usage in bundle" 20850msgstr "" 20851 20852#: config/tc-xtensa.c:6617 20853#, c-format 20854msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register" 20855msgstr "" 20856 20857#: config/tc-xtensa.c:6622 20858#, c-format 20859msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state" 20860msgstr "" 20861 20862#: config/tc-xtensa.c:6627 20863#, c-format 20864msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port" 20865msgstr "" 20866 20867#: config/tc-xtensa.c:6632 20868#, c-format 20869msgid "" 20870"opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses" 20871msgstr "" 20872 20873#: config/tc-xtensa.c:6648 20874msgid "multiple branches or jumps in the same bundle" 20875msgstr "" 20876 20877#: config/tc-xtensa.c:7100 20878msgid "cannot assemble into a literal fragment" 20879msgstr "" 20880 20881#: config/tc-xtensa.c:7102 20882msgid "..." 20883msgstr "" 20884 20885#: config/tc-xtensa.c:8321 20886msgid "" 20887"instruction sequence (write a0, branch, retw) may trigger hardware errata" 20888msgstr "" 20889 20890#: config/tc-xtensa.c:8433 20891msgid "branching or jumping to a loop end may trigger hardware errata" 20892msgstr "" 20893 20894#: config/tc-xtensa.c:8515 20895msgid "loop end too close to another loop end may trigger hardware errata" 20896msgstr "" 20897 20898#: config/tc-xtensa.c:8524 20899#, c-format 20900msgid "fr_var %lu < length %d" 20901msgstr "" 20902 20903#: config/tc-xtensa.c:8682 20904msgid "" 20905"loop containing less than three instructions may trigger hardware errata" 20906msgstr "" 20907 20908#: config/tc-xtensa.c:8754 20909msgid "undecodable instruction in instruction frag" 20910msgstr "" 20911 20912#: config/tc-xtensa.c:8864 20913msgid "invalid empty loop" 20914msgstr "" 20915 20916#: config/tc-xtensa.c:8869 20917msgid "loop target does not follow loop instruction in section" 20918msgstr "" 20919 20920#: config/tc-xtensa.c:9436 20921msgid "cannot find suitable trampoline" 20922msgstr "" 20923 20924#: config/tc-xtensa.c:9691 20925msgid "bad relaxation state" 20926msgstr "" 20927 20928#: config/tc-xtensa.c:9749 20929#, c-format 20930msgid "fr_var (%ld) < length (%d)" 20931msgstr "" 20932 20933#: config/tc-xtensa.c:10449 20934msgid "jump target out of range; no usable trampoline found" 20935msgstr "" 20936 20937#: config/tc-xtensa.c:10573 20938msgid "invalid relaxation fragment result" 20939msgstr "" 20940 20941#: config/tc-xtensa.c:10655 20942msgid "unable to widen instruction" 20943msgstr "" 20944 20945#: config/tc-xtensa.c:10793 20946msgid "multiple literals in expansion" 20947msgstr "" 20948 20949#: config/tc-xtensa.c:10797 20950msgid "no registered fragment for literal" 20951msgstr "" 20952 20953#: config/tc-xtensa.c:10799 20954msgid "number of literal tokens != 1" 20955msgstr "" 20956 20957#: config/tc-xtensa.c:10928 config/tc-xtensa.c:10934 20958#, c-format 20959msgid "unresolved loop target symbol: %s" 20960msgstr "" 20961 20962#: config/tc-xtensa.c:11422 20963#, c-format 20964msgid "fixes not all moved from %s" 20965msgstr "" 20966 20967#: config/tc-xtensa.c:11550 20968msgid "" 20969"literal pool location required for text-section-literals; specify with ." 20970"literal_position" 20971msgstr "" 20972 20973#: config/tc-xtensa.c:12378 20974msgid "too many operands in instruction" 20975msgstr "" 20976 20977#: config/tc-xtensa.c:12588 20978msgid "invalid symbolic operand" 20979msgstr "" 20980 20981#: config/tc-xtensa.c:12649 20982msgid "operand number mismatch" 20983msgstr "" 20984 20985#: config/tc-xtensa.c:12653 20986#, c-format 20987msgid "cannot encode opcode \"%s\" in the given format \"%s\"" 20988msgstr "" 20989 20990#: config/tc-xtensa.c:12678 20991#, c-format 20992msgid "xtensa-isa failure: %s" 20993msgstr "" 20994 20995#: config/tc-xtensa.c:12755 20996msgid "invalid opcode" 20997msgstr "" 20998 20999#: config/tc-xtensa.c:12761 21000msgid "too few operands" 21001msgstr "" 21002 21003#: config/tc-xtensa.c:12767 21004msgid "too many operands" 21005msgstr "" 21006 21007#: config/tc-xtensa.c:12811 21008msgid "multiple writes to the same register" 21009msgstr "" 21010 21011#: config/tc-xtensa.c:12925 config/tc-xtensa.c:12931 21012msgid "out of memory" 21013msgstr "" 21014 21015#: config/tc-xtensa.c:13020 21016msgid "TLS relocation not allowed in FLIX bundle" 21017msgstr "" 21018 21019#. Instructions that generate TLS relocations should always be 21020#. relaxed in the front-end. If "record_fixup" is set, then this 21021#. function is being called during back-end relaxation, so flag 21022#. the unexpected behavior as an error. 21023#: config/tc-xtensa.c:13026 21024msgid "unexpected TLS relocation" 21025msgstr "" 21026 21027#: config/tc-xtensa.c:13070 21028msgid "symbolic operand not allowed" 21029msgstr "" 21030 21031#: config/tc-xtensa.c:13107 21032msgid "cannot decode instruction format" 21033msgstr "" 21034 21035#: config/tc-xtensa.c:13251 21036msgid "ignoring extra '-rename-section' delimiter ':'" 21037msgstr "" 21038 21039#: config/tc-xtensa.c:13256 21040#, c-format 21041msgid "ignoring invalid '-rename-section' specification: '%s'" 21042msgstr "" 21043 21044#: config/tc-xtensa.c:13267 21045#, c-format 21046msgid "section %s renamed multiple times" 21047msgstr "" 21048 21049#: config/tc-xtensa.c:13269 21050#, c-format 21051msgid "multiple sections remapped to output section %s" 21052msgstr "" 21053 21054#: config/tc-z80.c:199 21055#, c-format 21056msgid "Invalid CPU is specified: %s" 21057msgstr "" 21058 21059#: config/tc-z80.c:224 21060#, c-format 21061msgid "Invalid EXTENSION is specified: %s" 21062msgstr "" 21063 21064#: config/tc-z80.c:279 21065#, c-format 21066msgid "invalid floating point numbers type `%s'" 21067msgstr "" 21068 21069#: config/tc-z80.c:300 config/tc-z80.c:309 21070#, c-format 21071msgid "invalid INST in command line: %s" 21072msgstr "" 21073 21074#: config/tc-z80.c:403 21075#, c-format 21076msgid "" 21077"\n" 21078"CPU model options:\n" 21079" -march=CPU[+EXT...][-EXT...]\n" 21080"\t\t\t generate code for CPU, where CPU is one of:\n" 21081msgstr "" 21082 21083#: config/tc-z80.c:409 21084#, c-format 21085msgid "And EXT is combination (+EXT - add, -EXT - remove) of:\n" 21086msgstr "" 21087 21088#: config/tc-z80.c:412 21089#, c-format 21090msgid "" 21091"\n" 21092"Compatibility options:\n" 21093" -local-prefix=TEXT\t treat labels prefixed by TEXT as local\n" 21094" -colonless\t\t permit colonless labels\n" 21095" -sdcc\t\t\t accept SDCC specific instruction syntax\n" 21096" -fp-s=FORMAT\t\t set single precision FP numbers format\n" 21097" -fp-d=FORMAT\t\t set double precision FP numbers format\n" 21098"Where FORMAT one of:\n" 21099" ieee754\t\t IEEE754 compatible (depends on directive)\n" 21100" half\t\t\t IEEE754 half precision (16 bit)\n" 21101" single\t\t IEEE754 single precision (32 bit)\n" 21102" double\t\t IEEE754 double precision (64 bit)\n" 21103" zeda32\t\t Zeda z80float library 32 bit format\n" 21104" math48\t\t 48 bit format from Math48 library\n" 21105"\n" 21106"Default: -march=z80+xyhl+infc\n" 21107msgstr "" 21108 21109#: config/tc-z80.c:618 21110msgid "-- unterminated string" 21111msgstr "" 21112 21113#: config/tc-z80.c:794 21114msgid "undocumented instruction" 21115msgstr "" 21116 21117#: config/tc-z80.c:838 config/tc-z80.c:844 21118msgid "mismatched parentheses" 21119msgstr "" 21120 21121#: config/tc-z80.c:936 21122msgid "bad expression syntax" 21123msgstr "" 21124 21125#: config/tc-z80.c:1147 21126#, c-format 21127msgid "%d-bit overflow (%+<PRId64>)" 21128msgstr "" 21129 21130#: config/tc-z80.c:1162 21131#, c-format 21132msgid "invalid data size %d" 21133msgstr "" 21134 21135#: config/tc-z80.c:1247 21136msgid "cannot make a relative jump to an absolute location" 21137msgstr "" 21138 21139#: config/tc-z80.c:1254 21140#, c-format 21141msgid "index overflow (%+<PRId64>)" 21142msgstr "" 21143 21144#: config/tc-z80.c:1257 21145#, c-format 21146msgid "offset overflow (%+<PRId64>)" 21147msgstr "" 21148 21149#: config/tc-z80.c:1460 config/tc-z80.c:1707 config/tc-z80.c:1750 21150#: config/tc-z80.c:1831 config/tc-z80.c:1861 config/tc-z80.c:1920 21151#: config/tc-z80.c:1980 config/tc-z80.c:2033 config/tc-z80.c:2066 21152#: config/tc-z80.c:2123 config/tc-z80.c:2741 config/tc-z80.c:2790 21153#: config/tc-z80.c:2828 config/tc-z80.c:2888 config/tc-z80.c:2948 21154#: config/tc-z80.c:3024 config/tc-z80.c:3047 21155msgid "bad instruction syntax" 21156msgstr "" 21157 21158#: config/tc-z80.c:1898 21159msgid "condition code invalid for jr" 21160msgstr "" 21161 21162#: config/tc-z80.c:2487 config/tc-z80.c:2498 config/tc-z80.c:2514 21163#: config/tc-z80.c:2547 21164msgid "ADL mode instruction" 21165msgstr "" 21166 21167#. SIS prefix, in Z80 it is LD B,B 21168#. LIS prefix, in Z80 it is LD C,C 21169#. SIL prefix, in Z80 it is LD D,D 21170#. LIL prefix, in Z80 it is LD E,E 21171#: config/tc-z80.c:2622 21172msgid "unsupported instruction, assembled as NOP" 21173msgstr "" 21174 21175#: config/tc-z80.c:3215 config/tc-z80.c:3246 21176msgid "parentheses ignored" 21177msgstr "" 21178 21179#: config/tc-z80.c:3263 21180msgid "CPU mode is unsupported by target" 21181msgstr "" 21182 21183#: config/tc-z80.c:3285 21184msgid "assignment expected" 21185msgstr "" 21186 21187#: config/tc-z80.c:3690 21188#, c-format 21189msgid "Unknown instruction `%s'" 21190msgstr "" 21191 21192#: config/tc-z80.c:3766 21193#, c-format 21194msgid "8-bit signed offset out of range (%+ld)" 21195msgstr "" 21196 21197#: config/tc-z80.c:3789 21198#, c-format 21199msgid "8-bit overflow (%+ld)" 21200msgstr "" 21201 21202#: config/tc-z80.c:3806 21203#, c-format 21204msgid "16-bit overflow (%+ld)" 21205msgstr "" 21206 21207#: config/tc-z80.c:3814 21208#, c-format 21209msgid "24-bit overflow (%+ld)" 21210msgstr "" 21211 21212#: config/tc-z80.c:3823 21213#, c-format 21214msgid "32-bit overflow (%+ld)" 21215msgstr "" 21216 21217#: config/tc-z80.c:3836 21218#, c-format 21219msgid "md_apply_fix: unknown reloc type 0x%x\n" 21220msgstr "" 21221 21222#: config/tc-z80.c:4033 config/tc-z80.c:4092 21223msgid "invalid syntax" 21224msgstr "" 21225 21226#: config/tc-z80.c:4111 21227msgid "overflow" 21228msgstr "" 21229 21230#: config/tc-z8k.c:281 21231#, c-format 21232msgid "register rr%d out of range" 21233msgstr "" 21234 21235#: config/tc-z8k.c:283 21236#, c-format 21237msgid "register rr%d does not exist" 21238msgstr "" 21239 21240#: config/tc-z8k.c:295 21241#, c-format 21242msgid "register rh%d out of range" 21243msgstr "" 21244 21245#: config/tc-z8k.c:307 21246#, c-format 21247msgid "register rl%d out of range" 21248msgstr "" 21249 21250#: config/tc-z8k.c:320 21251#, c-format 21252msgid "register rq%d out of range" 21253msgstr "" 21254 21255#: config/tc-z8k.c:322 21256#, c-format 21257msgid "register rq%d does not exist" 21258msgstr "" 21259 21260#: config/tc-z8k.c:334 21261#, c-format 21262msgid "register r%d out of range" 21263msgstr "" 21264 21265#: config/tc-z8k.c:375 21266#, c-format 21267msgid "expected %c" 21268msgstr "" 21269 21270#: config/tc-z8k.c:390 21271#, c-format 21272msgid "register is wrong size for a word %s" 21273msgstr "" 21274 21275#: config/tc-z8k.c:404 21276#, c-format 21277msgid "register is wrong size for address %s" 21278msgstr "" 21279 21280#: config/tc-z8k.c:538 21281#, c-format 21282msgid "unknown interrupt %s" 21283msgstr "" 21284 21285#. No interrupt type specified, opcode won't do anything. 21286#: config/tc-z8k.c:561 21287msgid "opcode has no effect" 21288msgstr "" 21289 21290#: config/tc-z8k.c:672 21291msgid "Missing ) in ra(rb)" 21292msgstr "" 21293 21294#: config/tc-z8k.c:752 config/tc-z8k.c:791 21295#, c-format 21296msgid "invalid condition code '%s'" 21297msgstr "" 21298 21299#: config/tc-z8k.c:764 21300#, c-format 21301msgid "invalid flag '%s'" 21302msgstr "" 21303 21304#: config/tc-z8k.c:918 config/tc-z8k.c:924 21305msgid "invalid indirect register size" 21306msgstr "" 21307 21308#: config/tc-z8k.c:941 config/tc-z8k.c:1107 config/tc-z8k.c:1112 21309msgid "invalid control register name" 21310msgstr "" 21311 21312#: config/tc-z8k.c:1096 21313msgid "immediate must be 1 or 2" 21314msgstr "" 21315 21316#: config/tc-z8k.c:1099 21317msgid "immediate 1 or 2 expected" 21318msgstr "" 21319 21320#: config/tc-z8k.c:1130 21321msgid "can't use R0 here" 21322msgstr "" 21323 21324#: config/tc-z8k.c:1288 21325msgid "Can't find opcode to match operands" 21326msgstr "" 21327 21328#: config/tc-z8k.c:1335 21329#, c-format 21330msgid "invalid architecture -z%s" 21331msgstr "" 21332 21333#: config/tc-z8k.c:1354 21334#, c-format 21335msgid "" 21336" Z8K options:\n" 21337" -z8001 generate segmented code\n" 21338" -z8002 generate unsegmented code\n" 21339" -linkrelax create linker relaxable code\n" 21340msgstr "" 21341 21342#: config/tc-z8k.c:1366 21343#, c-format 21344msgid "call to md_convert_frag\n" 21345msgstr "" 21346 21347#: config/tc-z8k.c:1473 config/tc-z8k.c:1513 config/tc-z8k.c:1536 21348msgid "cannot branch to odd address" 21349msgstr "" 21350 21351#: config/tc-z8k.c:1477 config/tc-z8k.c:1540 21352msgid "relative jump out of range" 21353msgstr "" 21354 21355#: config/tc-z8k.c:1495 21356msgid "relative address out of range" 21357msgstr "" 21358 21359#: config/tc-z8k.c:1516 21360msgid "relative call out of range" 21361msgstr "" 21362 21363#: config/tc-z8k.c:1548 21364#, c-format 21365msgid "md_apply_fix: unknown r_type 0x%x\n" 21366msgstr "" 21367 21368#: config/tc-z8k.c:1560 21369#, c-format 21370msgid "call to md_estimate_size_before_relax\n" 21371msgstr "" 21372 21373#: config/xtensa-relax.c:1579 21374#, c-format 21375msgid "invalid configuration option '%s' in transition rule '%s'" 21376msgstr "" 21377 21378#: config/xtensa-relax.c:1704 config/xtensa-relax.c:1714 21379#, c-format 21380msgid "opcode '%s': no bound opname '%s' for precondition in '%s'" 21381msgstr "" 21382 21383#: config/xtensa-relax.c:1721 21384#, c-format 21385msgid "opcode '%s': precondition only contains constants in '%s'" 21386msgstr "" 21387 21388#: config/xtensa-relax.c:1768 21389msgid "expected one operand for generated literal" 21390msgstr "" 21391 21392#: config/xtensa-relax.c:1775 21393msgid "expected 0 operands for generated label" 21394msgstr "" 21395 21396#: config/xtensa-relax.c:1788 21397#, c-format 21398msgid "invalid opcode '%s' in transition rule '%s'" 21399msgstr "" 21400 21401#: config/xtensa-relax.c:1796 21402#, c-format 21403msgid "opcode '%s': replacement does not have %d op" 21404msgid_plural "opcode '%s': replacement does not have %d ops" 21405msgstr[0] "" 21406msgstr[1] "" 21407 21408#: config/xtensa-relax.c:1812 21409#, c-format 21410msgid "opcode '%s': cannot find literal definition" 21411msgstr "" 21412 21413#: config/xtensa-relax.c:1828 config/xtensa-relax.c:1858 21414#, c-format 21415msgid "opcode '%s': unidentified operand '%s' in '%s'" 21416msgstr "" 21417 21418#: config/xtensa-relax.c:1853 21419#, c-format 21420msgid "unknown user-defined function %s" 21421msgstr "" 21422 21423#: config/xtensa-relax.c:1864 21424#, c-format 21425msgid "opcode '%s': could not parse operand '%s' in '%s'" 21426msgstr "" 21427 21428#: config/xtensa-relax.c:1904 21429#, c-format 21430msgid "could not parse INSN_PATTERN '%s'" 21431msgstr "" 21432 21433#: config/xtensa-relax.c:1908 21434#, c-format 21435msgid "could not parse INSN_REPL '%s'" 21436msgstr "" 21437 21438#: config/xtensa-relax.c:1919 21439#, c-format 21440msgid "could not build transition for %s => %s" 21441msgstr "" 21442 21443#: depend.c:194 21444#, c-format 21445msgid "can't open `%s' for writing" 21446msgstr "" 21447 21448#: depend.c:206 21449#, c-format 21450msgid "can't close `%s'" 21451msgstr "" 21452 21453#: dw2gencfi.c:313 read.c:2478 21454#, c-format 21455msgid "bfd_set_section_flags: %s" 21456msgstr "" 21457 21458#: dw2gencfi.c:583 dw2gencfi.c:599 21459#, c-format 21460msgid "register save offset not a multiple of %u" 21461msgstr "" 21462 21463#: dw2gencfi.c:682 21464msgid "CFI state restore without previous remember" 21465msgstr "" 21466 21467#: dw2gencfi.c:740 21468msgid "missing separator" 21469msgstr "" 21470 21471#: dw2gencfi.c:789 21472msgid "bad register expression" 21473msgstr "" 21474 21475#: dw2gencfi.c:810 dw2gencfi.c:940 dw2gencfi.c:978 dw2gencfi.c:1049 21476#: dw2gencfi.c:1122 dw2gencfi.c:1187 dw2gencfi.c:1386 scfidw2gen.c:175 21477msgid "CFI instruction used without previous .cfi_startproc" 21478msgstr "" 21479 21480#: dw2gencfi.c:1003 21481msgid "invalid or unsupported encoding in .cfi_personality" 21482msgstr "" 21483 21484#: dw2gencfi.c:1010 21485msgid ".cfi_personality requires encoding and symbol arguments" 21486msgstr "" 21487 21488#: dw2gencfi.c:1033 21489msgid "wrong second argument to .cfi_personality" 21490msgstr "" 21491 21492#: dw2gencfi.c:1074 dw2gencfi.c:1150 21493msgid "invalid or unsupported encoding in .cfi_lsda" 21494msgstr "" 21495 21496#: dw2gencfi.c:1081 21497msgid ".cfi_lsda requires encoding and symbol arguments" 21498msgstr "" 21499 21500#: dw2gencfi.c:1106 21501msgid "wrong second argument to .cfi_lsda" 21502msgstr "" 21503 21504#: dw2gencfi.c:1172 21505msgid "wrong third argument to .cfi_val_encoded_addr" 21506msgstr "" 21507 21508#: dw2gencfi.c:1271 21509msgid "inconsistent uses of .cfi_sections" 21510msgstr "" 21511 21512#: dw2gencfi.c:1282 21513msgid "previous CFI entry not closed (missing .cfi_endproc)" 21514msgstr "" 21515 21516#: dw2gencfi.c:1322 scfidw2gen.c:156 21517msgid ".cfi_endproc without corresponding .cfi_startproc" 21518msgstr "" 21519 21520#: dw2gencfi.c:1397 21521msgid "wrong argument to .cfi_personality_id" 21522msgstr "" 21523 21524#: dw2gencfi.c:1407 21525msgid ".cfi_fde_data without corresponding .cfi_startproc" 21526msgstr "" 21527 21528#: dw2gencfi.c:1515 21529msgid "unexpected .cfi_inline_lsda" 21530msgstr "" 21531 21532#: dw2gencfi.c:1522 21533msgid ".cfi_inline_lsda not valid for this frame" 21534msgstr "" 21535 21536#: dw2gencfi.c:1530 21537msgid ".cfi_inline_lsda seen for frame without .cfi_lsda" 21538msgstr "" 21539 21540#: dw2gencfi.c:1543 21541#, c-format 21542msgid "Alignment too large: %d. assumed." 21543msgstr "" 21544 21545#: dw2gencfi.c:1547 21546msgid "Alignment negative: 0 assumed." 21547msgstr "" 21548 21549#: dw2gencfi.c:1573 21550msgid ".cfi_inline_lsda is not supported for this target" 21551msgstr "" 21552 21553#: dw2gencfi.c:1580 21554msgid ".cfi_fde_data is not supported for this target" 21555msgstr "" 21556 21557#: dw2gencfi.c:1587 21558msgid ".cfi_personality_id is not supported for this target" 21559msgstr "" 21560 21561#: dw2gencfi.c:1901 21562#, c-format 21563msgid "return column number %d overflows in CIE version 1" 21564msgstr "" 21565 21566#: dw2gencfi.c:2389 dw2gencfi.c:2565 21567msgid "open CFI at the end of file; missing .cfi_endproc directive" 21568msgstr "" 21569 21570#: dw2gencfi.c:2514 21571msgid ".sframe not supported for target" 21572msgstr "" 21573 21574#: dw2gencfi.c:2594 21575msgid "CFI is not supported for this target" 21576msgstr "" 21577 21578#: dwarf2dbg.c:377 dwarf2dbg.c:3307 21579msgid "view number mismatch" 21580msgstr "" 21581 21582#: dwarf2dbg.c:692 21583#, c-format 21584msgid "file number %u is too big" 21585msgstr "" 21586 21587#: dwarf2dbg.c:920 21588#, c-format 21589msgid "" 21590"file table slot %u is already occupied by a different file (%s%s%s vs %s%s%s)" 21591msgstr "" 21592 21593#: dwarf2dbg.c:1176 dwarf2dbg.c:1270 21594msgid "file number less than one" 21595msgstr "" 21596 21597#: dwarf2dbg.c:1213 21598msgid "md5 value too small or not a constant" 21599msgstr "" 21600 21601#: dwarf2dbg.c:1230 21602#, c-format 21603msgid "file number %lu is too big" 21604msgstr "" 21605 21606#: dwarf2dbg.c:1277 dwarf2dbg.c:2300 21607#, c-format 21608msgid "unassigned file number %ld" 21609msgstr "" 21610 21611#: dwarf2dbg.c:1355 21612msgid "is_stmt value not 0 or 1" 21613msgstr "" 21614 21615#: dwarf2dbg.c:1369 21616msgid "isa number less than zero" 21617msgstr "" 21618 21619#: dwarf2dbg.c:1381 21620msgid "discriminator less than zero" 21621msgstr "" 21622 21623#: dwarf2dbg.c:1400 21624msgid "numeric view can only be asserted to zero" 21625msgstr "" 21626 21627#: dwarf2dbg.c:1440 21628#, c-format 21629msgid "unknown .loc sub-directive `%s'" 21630msgstr "" 21631 21632#: dwarf2dbg.c:2434 21633msgid "internal error: unknown dwarf2 format" 21634msgstr "" 21635 21636#: ecoff.c:1559 21637#, c-format 21638msgid "string too big (%lu bytes)" 21639msgstr "" 21640 21641#: ecoff.c:1612 ecoff.c:1805 ecoff.c:1828 ecoff.c:1858 ecoff.c:2010 21642#: ecoff.c:2126 21643msgid "no current file pointer" 21644msgstr "" 21645 21646#: ecoff.c:1699 21647msgid "too many st_End's" 21648msgstr "" 21649 21650#: ecoff.c:2195 21651msgid "fake .file after real one" 21652msgstr "" 21653 21654#: ecoff.c:2283 21655msgid "filename goes over one page boundary" 21656msgstr "" 21657 21658#: ecoff.c:2416 21659msgid ".begin directive without a preceding .file directive" 21660msgstr "" 21661 21662#: ecoff.c:2423 21663msgid ".begin directive without a preceding .ent directive" 21664msgstr "" 21665 21666#: ecoff.c:2453 21667msgid ".bend directive without a preceding .file directive" 21668msgstr "" 21669 21670#: ecoff.c:2460 21671msgid ".bend directive without a preceding .ent directive" 21672msgstr "" 21673 21674#: ecoff.c:2472 21675msgid ".bend directive names unknown symbol" 21676msgstr "" 21677 21678#: ecoff.c:2514 21679msgid ".def pseudo-op used inside of .def/.endef; ignored" 21680msgstr "" 21681 21682#: ecoff.c:2516 21683msgid "empty symbol name in .def; ignored" 21684msgstr "" 21685 21686#: ecoff.c:2551 21687msgid ".dim pseudo-op used outside of .def/.endef; ignored" 21688msgstr "" 21689 21690#: ecoff.c:2566 21691msgid "badly formed .dim directive" 21692msgstr "" 21693 21694#: ecoff.c:2579 21695msgid "too many .dim entries" 21696msgstr "" 21697 21698#: ecoff.c:2599 21699msgid ".scl pseudo-op used outside of .def/.endef; ignored" 21700msgstr "" 21701 21702#: ecoff.c:2624 21703msgid ".size pseudo-op used outside of .def/.endef; ignored" 21704msgstr "" 21705 21706#: ecoff.c:2639 21707msgid "badly formed .size directive" 21708msgstr "" 21709 21710#: ecoff.c:2652 21711msgid "too many .size entries" 21712msgstr "" 21713 21714#: ecoff.c:2674 21715msgid ".type pseudo-op used outside of .def/.endef; ignored" 21716msgstr "" 21717 21718#. FIXME: We could handle this by setting the continued bit. 21719#. There would still be a limit: the .type argument can not 21720#. be infinite. 21721#: ecoff.c:2692 21722#, c-format 21723msgid "the type of %s is too complex; it will be simplified" 21724msgstr "" 21725 21726#: ecoff.c:2703 21727msgid "Unrecognized .type argument" 21728msgstr "" 21729 21730#: ecoff.c:2741 21731msgid ".tag pseudo-op used outside of .def/.endef; ignored" 21732msgstr "" 21733 21734#: ecoff.c:2765 21735msgid ".val pseudo-op used outside of .def/.endef; ignored" 21736msgstr "" 21737 21738#: ecoff.c:2773 21739msgid ".val expression is too complex" 21740msgstr "" 21741 21742#: ecoff.c:2803 21743msgid ".endef pseudo-op used before .def; ignored" 21744msgstr "" 21745 21746#: ecoff.c:2829 ecoff.c:2910 21747msgid "bad COFF debugging information" 21748msgstr "" 21749 21750#: ecoff.c:2878 21751#, c-format 21752msgid "no tag specified for %s" 21753msgstr "" 21754 21755#: ecoff.c:2980 21756msgid ".end directive without a preceding .file directive" 21757msgstr "" 21758 21759#: ecoff.c:3008 21760msgid ".end directive names unknown symbol" 21761msgstr "" 21762 21763#: ecoff.c:3038 21764msgid "second .ent directive found before .end directive" 21765msgstr "" 21766 21767#: ecoff.c:3047 21768#, c-format 21769msgid "%s directive has no name" 21770msgstr "" 21771 21772#: ecoff.c:3108 21773msgid "no way to handle .file within .ent/.end section" 21774msgstr "" 21775 21776#: ecoff.c:3225 21777msgid ".loc before .file" 21778msgstr "" 21779 21780#: ecoff.c:3425 21781#, c-format 21782msgid ".stab%c is not supported" 21783msgstr "" 21784 21785#: ecoff.c:3435 21786#, c-format 21787msgid ".stab%c: ignoring non-zero other field" 21788msgstr "" 21789 21790#: ecoff.c:3469 21791#, c-format 21792msgid "" 21793"line number (%d) for .stab%c directive cannot fit in index field (20 bits)" 21794msgstr "" 21795 21796#: ecoff.c:3503 21797#, c-format 21798msgid "illegal .stab%c directive, bad character" 21799msgstr "" 21800 21801#: ecoff.c:3952 ecoff.c:4140 ecoff.c:4165 21802msgid ".begin/.bend in different segments" 21803msgstr "" 21804 21805#: ecoff.c:4660 21806msgid "missing .end or .bend at end of file" 21807msgstr "" 21808 21809#: ecoff.c:5137 21810msgid "GP prologue size exceeds field size, using 0 instead" 21811msgstr "" 21812 21813#: expr.c:74 read.c:3973 21814msgid "bignum invalid" 21815msgstr "" 21816 21817#: expr.c:76 read.c:3975 read.c:4482 read.c:5252 21818msgid "floating point number invalid" 21819msgstr "" 21820 21821#: expr.c:240 21822msgid "bad floating-point constant: exponent overflow" 21823msgstr "" 21824 21825#: expr.c:244 21826#, c-format 21827msgid "bad floating-point constant: unknown error code=%d" 21828msgstr "" 21829 21830#: expr.c:423 21831msgid "" 21832"a bignum with underscores may not have more than 8 hex digits in any word" 21833msgstr "" 21834 21835#: expr.c:446 21836msgid "a bignum with underscores must have exactly 4 words" 21837msgstr "" 21838 21839#. Either not seen or not defined. 21840#. @@ Should print out the original string instead of 21841#. the parsed number. 21842#: expr.c:589 21843#, c-format 21844msgid "backward ref to unknown label \"%d:\"" 21845msgstr "" 21846 21847#: expr.c:702 21848msgid "character constant too large" 21849msgstr "" 21850 21851#: expr.c:1007 21852#, c-format 21853msgid "found '%c', expected: '%c'" 21854msgstr "" 21855 21856#: expr.c:1010 21857#, c-format 21858msgid "missing '%c'" 21859msgstr "" 21860 21861#: expr.c:1022 read.c:4762 21862msgid "EBCDIC constants are not supported" 21863msgstr "" 21864 21865#: expr.c:1174 21866#, c-format 21867msgid "Unary operator %c ignored because bad operand follows" 21868msgstr "" 21869 21870#: expr.c:1238 expr.c:1260 21871msgid "syntax error in .startof. or .sizeof." 21872msgstr "" 21873 21874#: expr.c:1340 expr.c:1676 21875#, c-format 21876msgid "invalid use of operator \"%s\"" 21877msgstr "" 21878 21879#: expr.c:1861 21880msgid "missing operand; zero assumed" 21881msgstr "" 21882 21883#: expr.c:1900 21884msgid "left operand is a bignum; integer 0 assumed" 21885msgstr "" 21886 21887#: expr.c:1902 21888msgid "left operand is a float; integer 0 assumed" 21889msgstr "" 21890 21891#: expr.c:1911 21892msgid "right operand is a bignum; integer 0 assumed" 21893msgstr "" 21894 21895#: expr.c:1913 21896msgid "right operand is a float; integer 0 assumed" 21897msgstr "" 21898 21899#: expr.c:1992 symbols.c:1705 21900msgid "division by zero" 21901msgstr "" 21902 21903#: expr.c:2018 symbols.c:1716 21904msgid "shift count" 21905msgstr "" 21906 21907#: expr.c:2144 21908msgid "operation combines symbols in different segments" 21909msgstr "" 21910 21911#: expr.c:2507 21912msgid "missing closing '\"'" 21913msgstr "" 21914 21915#: expr.c:2535 21916#, c-format 21917msgid "'\\%c' in quoted symbol name; behavior may change in the future" 21918msgstr "" 21919 21920#: frags.c:60 21921msgid "attempt to allocate data in absolute section" 21922msgstr "" 21923 21924#: frags.c:66 21925msgid "attempt to allocate data in common section" 21926msgstr "" 21927 21928#: frags.c:115 write.c:1497 21929#, c-format 21930msgid "can't extend frag %lu char" 21931msgid_plural "can't extend frag %lu chars" 21932msgstr[0] "" 21933msgstr[1] "" 21934 21935#. Offset of size 8 bytes is not supported in SFrame format 21936#. version 1. 21937#: gen-sframe.c:401 21938msgid "SFrame unsupported offset value\n" 21939msgstr "" 21940 21941#: gen-sframe.c:1275 21942#, c-format 21943msgid "skipping SFrame FDE due to DWARF CFI op %#x" 21944msgstr "" 21945 21946#: ginsn.c:819 21947#, c-format 21948msgid "missing label '%s' in func '%s' may result in imprecise cfg" 21949msgstr "" 21950 21951#: ginsn.c:906 21952#, c-format 21953msgid "GINSN: found unreachable code in func '%s'" 21954msgstr "" 21955 21956#: ginsn.c:1130 21957msgid "GINSN process for prev func not done" 21958msgstr "" 21959 21960#: ginsn.c:1164 21961#, c-format 21962msgid "untraceable control flow for func '%s'" 21963msgstr "" 21964 21965#: ginsn.c:1174 21966#, c-format 21967msgid "Bad cfg of ginsn of func '%s'" 21968msgstr "" 21969 21970#: ginsn.c:1236 ginsn.c:1243 21971msgid "ginsn unsupported for target" 21972msgstr "" 21973 21974#. For error messages. 21975#. Detect if we are reading from stdin by examining the file 21976#. name returned by as_where(). 21977#. 21978#. [FIXME: We rely upon the name in the strcmp below being the 21979#. same as the one used by input_scrub_new_file(), if that is 21980#. not true, then this code will fail]. 21981#. 21982#. If we are reading from stdin, then we need to save each input 21983#. line here (assuming of course that we actually have a line of 21984#. input to read), so that it can be displayed in the listing 21985#. that is produced at the end of the assembly. 21986#: input-file.c:136 input-scrub.c:246 listing.c:353 21987msgid "{standard input}" 21988msgstr "" 21989 21990#: input-file.c:141 21991#, c-format 21992msgid "can't open %s for reading: %s" 21993msgstr "" 21994 21995#: input-file.c:150 input-file.c:224 21996#, c-format 21997msgid "can't read from %s: %s" 21998msgstr "" 21999 22000#: input-file.c:252 listing.c:1444 22001#, c-format 22002msgid "can't close %s: %s" 22003msgstr "" 22004 22005#: input-scrub.c:274 22006msgid "macros nested too deeply" 22007msgstr "" 22008 22009#: input-scrub.c:525 input-scrub.c:528 22010msgid "macro invoked from here" 22011msgstr "" 22012 22013#: itbl-ops.c:328 22014#, c-format 22015msgid "Unable to allocate memory for new instructions\n" 22016msgstr "" 22017 22018#: listing.c:253 messages.c:189 messages.c:191 messages.c:194 22019msgid "Warning: " 22020msgstr "" 22021 22022#: listing.c:259 messages.c:263 messages.c:265 messages.c:268 22023msgid "Error: " 22024msgstr "" 22025 22026#: listing.c:620 22027#, c-format 22028msgid "unable to rebuffer file: %s\n" 22029msgstr "" 22030 22031#: listing.c:1330 22032#, c-format 22033msgid "" 22034"\n" 22035" time stamp \t: %s\n" 22036"\n" 22037msgstr "" 22038 22039#: listing.c:1340 22040#, c-format 22041msgid "%s " 22042msgstr "" 22043 22044#: listing.c:1345 22045#, c-format 22046msgid "" 22047"\n" 22048"\t%s " 22049msgstr "" 22050 22051#: listing.c:1355 22052msgid "" 22053"\n" 22054" options passed\t: " 22055msgstr "" 22056 22057#: listing.c:1394 22058#, c-format 22059msgid "" 22060" GNU assembler version %s (%s)\n" 22061"\t using BFD version %s." 22062msgstr "" 22063 22064#: listing.c:1397 22065#, c-format 22066msgid "" 22067"\n" 22068" input file \t: %s" 22069msgstr "" 22070 22071#: listing.c:1398 22072#, c-format 22073msgid "" 22074"\n" 22075" output file \t: %s" 22076msgstr "" 22077 22078#: listing.c:1399 22079#, c-format 22080msgid "" 22081"\n" 22082" target \t: %s" 22083msgstr "" 22084 22085#: listing.c:1423 22086#, c-format 22087msgid "can't open %s: %s" 22088msgstr "" 22089 22090#: listing.c:1508 22091msgid "strange paper height, set to no form" 22092msgstr "" 22093 22094#: listing.c:1532 22095msgid "new paper width is too small" 22096msgstr "" 22097 22098#: listing.c:1535 22099msgid "bad or irreducible expression for paper width" 22100msgstr "" 22101 22102#: listing.c:1537 22103msgid "missing expression for paper width" 22104msgstr "" 22105 22106#: listing.c:1588 22107msgid "new line in title" 22108msgstr "" 22109 22110#: macro.c:394 22111#, c-format 22112msgid "%% operator needs absolute expression" 22113msgstr "" 22114 22115#: macro.c:546 22116#, c-format 22117msgid "Missing parameter qualifier for `%s' in macro `%s'" 22118msgstr "" 22119 22120#: macro.c:556 22121#, c-format 22122msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'" 22123msgstr "" 22124 22125#: macro.c:573 22126#, c-format 22127msgid "Pointless default value for required parameter `%s' in macro `%s'" 22128msgstr "" 22129 22130#: macro.c:583 22131#, c-format 22132msgid "A parameter named `%s' already exists for macro `%s'" 22133msgstr "" 22134 22135#: macro.c:621 22136#, c-format 22137msgid "Reserved word `%s' used as parameter in macro `%s'" 22138msgstr "" 22139 22140#: macro.c:674 22141#, c-format 22142msgid "unexpected end of file in macro `%s' definition" 22143msgstr "" 22144 22145#: macro.c:686 22146#, c-format 22147msgid "missing `)' after formals in macro definition `%s'" 22148msgstr "" 22149 22150#: macro.c:701 22151msgid "Missing macro name" 22152msgstr "" 22153 22154#: macro.c:710 22155#, c-format 22156msgid "Bad parameter list for macro `%s'" 22157msgstr "" 22158 22159#: macro.c:718 22160#, c-format 22161msgid "Macro `%s' was already defined" 22162msgstr "" 22163 22164#: macro.c:843 macro.c:845 22165msgid "missing `)'" 22166msgstr "" 22167 22168#: macro.c:925 22169#, c-format 22170msgid "`%s' was already used as parameter (or another local) name" 22171msgstr "" 22172 22173#: macro.c:1097 22174msgid "confusion in formal parameters" 22175msgstr "" 22176 22177#: macro.c:1105 22178#, c-format 22179msgid "Parameter named `%s' does not exist for macro `%s'" 22180msgstr "" 22181 22182#: macro.c:1116 22183#, c-format 22184msgid "Value for parameter `%s' of macro `%s' was already specified" 22185msgstr "" 22186 22187#: macro.c:1130 22188msgid "can't mix positional and keyword arguments" 22189msgstr "" 22190 22191#: macro.c:1141 22192msgid "too many positional arguments" 22193msgstr "" 22194 22195#: macro.c:1189 22196#, c-format 22197msgid "Missing value for required parameter `%s' of macro `%s'" 22198msgstr "" 22199 22200#: macro.c:1303 22201#, c-format 22202msgid "Attempt to purge non-existing macro `%s'" 22203msgstr "" 22204 22205#: macro.c:1324 22206msgid "unexpected end of file in irp or irpc" 22207msgstr "" 22208 22209#: macro.c:1335 22210msgid "missing model parameter" 22211msgstr "" 22212 22213#: messages.c:92 22214#, c-format 22215msgid "Assembler messages:\n" 22216msgstr "" 22217 22218#: messages.c:326 22219#, c-format 22220msgid "Fatal error: " 22221msgstr "" 22222 22223#: messages.c:348 22224#, c-format 22225msgid "Internal error (%s).\n" 22226msgstr "" 22227 22228#: messages.c:350 22229#, c-format 22230msgid "Internal error in %s at %s:%d.\n" 22231msgstr "" 22232 22233#: messages.c:352 22234#, c-format 22235msgid "Internal error at %s:%d.\n" 22236msgstr "" 22237 22238#: messages.c:355 22239#, c-format 22240msgid "Please report this bug.\n" 22241msgstr "" 22242 22243#: messages.c:423 22244#, c-format 22245msgid "%s out of domain (%<PRId64> is not a multiple of %<PRId64>)" 22246msgstr "" 22247 22248#. xgettext:c-format. 22249#: messages.c:439 22250#, c-format 22251msgid "%s out of range (%<PRId64> is not between %<PRId64> and %<PRId64>)" 22252msgstr "" 22253 22254#. xgettext:c-format. 22255#: messages.c:452 22256#, c-format 22257msgid "" 22258"%s out of range (0x%<PRIx64> is not between 0x%<PRIx64> and 0x%<PRIx64>)" 22259msgstr "" 22260 22261#: output-file.c:37 22262#, c-format 22263msgid "can't open a bfd on stdout %s" 22264msgstr "" 22265 22266#: output-file.c:44 22267#, c-format 22268msgid "selected target format '%s' unknown" 22269msgstr "" 22270 22271#: output-file.c:46 22272#, c-format 22273msgid "can't create %s: %s" 22274msgstr "" 22275 22276#: read.c:574 22277#, c-format 22278msgid "error constructing %s pseudo-op table" 22279msgstr "" 22280 22281#: read.c:758 22282msgid "cannot change section or subsection inside .bundle_lock" 22283msgstr "" 22284 22285#: read.c:774 22286#, c-format 22287msgid "" 22288".bundle_lock sequence at %u bytes, but .bundle_align_mode limit is %u bytes" 22289msgstr "" 22290 22291#: read.c:783 22292#, c-format 22293msgid "" 22294"single instruction is %u bytes long, but .bundle_align_mode limit is %u bytes" 22295msgstr "" 22296 22297#: read.c:824 read.c:2842 read.c:3417 22298msgid "ignoring fill value in absolute section" 22299msgstr "" 22300 22301#: read.c:826 read.c:2857 read.c:3456 22302#, c-format 22303msgid "ignoring fill value in section `%s'" 22304msgstr "" 22305 22306#: read.c:1188 22307#, c-format 22308msgid "unknown pseudo-op: `%s'" 22309msgstr "" 22310 22311#: read.c:1241 22312msgid "unable to continue with assembly." 22313msgstr "" 22314 22315#: read.c:1274 22316#, c-format 22317msgid "local label too large near %s" 22318msgstr "" 22319 22320#: read.c:1297 22321#, c-format 22322msgid "label \"%ld$\" redefined" 22323msgstr "" 22324 22325#: read.c:1381 22326msgid ".bundle_lock with no matching .bundle_unlock" 22327msgstr "" 22328 22329#: read.c:1481 22330msgid ".abort detected. Abandoning ship." 22331msgstr "" 22332 22333#: read.c:1543 22334#, c-format 22335msgid "alignment too large: %u assumed" 22336msgstr "" 22337 22338#: read.c:1575 22339msgid "expected fill pattern missing" 22340msgstr "" 22341 22342#: read.c:1600 22343#, c-format 22344msgid "fill pattern too long, truncating to %u" 22345msgstr "" 22346 22347#: read.c:1701 22348msgid "symbol name not recognised in the current locale" 22349msgstr "" 22350 22351#. Some of the back ends can't deal with non-positive line numbers. 22352#. Besides, it's silly. GCC however will generate a line number of 22353#. zero when it is pre-processing builtins for assembler-with-cpp files: 22354#. 22355#. # 0 "<built-in>" 22356#. 22357#. We do not want to barf on this, especially since such files are used 22358#. in the GCC and GDB testsuites. So we check for negative line numbers 22359#. rather than non-positive line numbers. 22360#: read.c:2050 22361#, c-format 22362msgid "line numbers must be positive; line number %d rejected" 22363msgstr "" 22364 22365#: read.c:2088 22366#, c-format 22367msgid "incompatible flag %i in line directive" 22368msgstr "" 22369 22370#: read.c:2100 22371#, c-format 22372msgid "unsupported flag %i in line directive" 22373msgstr "" 22374 22375#: read.c:2143 22376msgid "start address not supported" 22377msgstr "" 22378 22379#: read.c:2152 22380msgid ".err encountered" 22381msgstr "" 22382 22383#: read.c:2168 22384msgid ".error directive invoked in source file" 22385msgstr "" 22386 22387#: read.c:2169 22388msgid ".warning directive invoked in source file" 22389msgstr "" 22390 22391#: read.c:2175 22392#, c-format 22393msgid "%s argument must be a string" 22394msgstr "" 22395 22396#: read.c:2207 read.c:2209 22397#, c-format 22398msgid ".fail %ld encountered" 22399msgstr "" 22400 22401#: read.c:2249 22402#, c-format 22403msgid ".fill size clamped to %d" 22404msgstr "" 22405 22406#: read.c:2254 22407msgid "size negative; .fill ignored" 22408msgstr "" 22409 22410#: read.c:2260 22411msgid "repeat < 0; .fill ignored" 22412msgstr "" 22413 22414#: read.c:2267 22415msgid "non-constant fill count for absolute section" 22416msgstr "" 22417 22418#: read.c:2272 22419msgid "attempt to fill absolute section with non-zero value" 22420msgstr "" 22421 22422#: read.c:2279 22423#, c-format 22424msgid "attempt to fill section `%s' with non-zero value" 22425msgstr "" 22426 22427#: read.c:2444 22428#, c-format 22429msgid "unrecognized .linkonce type `%s'" 22430msgstr "" 22431 22432#: read.c:2456 22433msgid ".linkonce is not supported for this object file format" 22434msgstr "" 22435 22436#: read.c:2551 22437msgid "expected alignment after size" 22438msgstr "" 22439 22440#: read.c:2764 22441#, c-format 22442msgid "attempt to redefine pseudo-op `%s' ignored" 22443msgstr "" 22444 22445#: read.c:2785 22446msgid "ignoring macro exit outside a macro definition." 22447msgstr "" 22448 22449#: read.c:2837 22450#, c-format 22451msgid "invalid segment \"%s\"" 22452msgstr "" 22453 22454#: read.c:2845 22455msgid "only constant offsets supported in absolute section" 22456msgstr "" 22457 22458#: read.c:2888 22459msgid "MRI style ORG pseudo-op not supported" 22460msgstr "" 22461 22462#: read.c:3059 22463#, c-format 22464msgid ".end%c encountered without preceding %s" 22465msgstr "" 22466 22467#: read.c:3091 22468#, c-format 22469msgid "negative count for %s - ignored" 22470msgstr "" 22471 22472#: read.c:3098 22473#, c-format 22474msgid "%s without %s" 22475msgstr "" 22476 22477#: read.c:3360 22478msgid "unsupported variable size or fill value" 22479msgstr "" 22480 22481#: read.c:3368 22482#, c-format 22483msgid "size value for space directive too large: %lx" 22484msgstr "" 22485 22486#: read.c:3394 22487msgid ".space repeat count is negative, ignored" 22488msgstr "" 22489 22490#: read.c:3400 22491msgid ".space repeat count is zero, ignored" 22492msgstr "" 22493 22494#: read.c:3408 22495msgid ".space repeat count overflow, ignored" 22496msgstr "" 22497 22498#: read.c:3440 22499msgid "space allocation too complex in absolute section" 22500msgstr "" 22501 22502#: read.c:3446 22503msgid "space allocation too complex in common section" 22504msgstr "" 22505 22506#: read.c:3556 22507msgid "unsupported variable nop control in .nops directive" 22508msgstr "" 22509 22510#: read.c:3562 22511msgid "negative nop control byte, ignored" 22512msgstr "" 22513 22514#: read.c:3631 22515#, c-format 22516msgid "unknown floating type '%c'" 22517msgstr "" 22518 22519#: read.c:3857 22520#, c-format 22521msgid "%s: would close weakref loop: %s" 22522msgstr "" 22523 22524#: read.c:3914 22525#, c-format 22526msgid "junk at end of line, first unrecognized character valued 0x%x" 22527msgstr "" 22528 22529#: read.c:4042 write.c:2414 22530#, c-format 22531msgid "`%s' can't be equated to common symbol `%s'" 22532msgstr "" 22533 22534#: read.c:4170 22535msgid "unexpected `\"' in expression" 22536msgstr "" 22537 22538#: read.c:4183 22539msgid "rva without symbol" 22540msgstr "" 22541 22542#: read.c:4258 22543msgid "missing or bad offset expression" 22544msgstr "" 22545 22546#: read.c:4282 22547msgid "missing reloc type" 22548msgstr "" 22549 22550#: read.c:4306 22551msgid "unrecognized reloc type" 22552msgstr "" 22553 22554#: read.c:4322 22555msgid "bad reloc expression" 22556msgstr "" 22557 22558#: read.c:4476 read.c:5246 22559msgid "zero assumed for missing expression" 22560msgstr "" 22561 22562#: read.c:4496 read.c:5275 22563msgid "attempt to store value in absolute section" 22564msgstr "" 22565 22566#: read.c:4503 read.c:5281 22567#, c-format 22568msgid "attempt to store non-zero value in section `%s'" 22569msgstr "" 22570 22571#. Leading bits contain both 0s & 1s. 22572#: read.c:4580 22573#, c-format 22574msgid "value 0x%<PRIx64> truncated to 0x%<PRIx64>" 22575msgstr "" 22576 22577#: read.c:4624 22578#, c-format 22579msgid "bignum truncated to %d byte" 22580msgid_plural "bignum truncated to %d bytes" 22581msgstr[0] "" 22582msgstr[1] "" 22583 22584#: read.c:4833 read.c:4984 22585msgid "unresolvable or nonpositive repeat count; using 1" 22586msgstr "" 22587 22588#: read.c:4876 22589msgid "floating point constant too large" 22590msgstr "" 22591 22592#: read.c:4941 22593msgid "attempt to store float in absolute section" 22594msgstr "" 22595 22596#: read.c:4948 22597#, c-format 22598msgid "attempt to store float in section `%s'" 22599msgstr "" 22600 22601#: read.c:5364 22602#, c-format 22603msgid "attempt to store non-empty string in section `%s'" 22604msgstr "" 22605 22606#: read.c:5426 22607msgid "strings must be placed into a section" 22608msgstr "" 22609 22610#: read.c:5493 22611msgid "expected <nn>" 22612msgstr "" 22613 22614#. To be compatible with BSD 4.2 as: give the luser a linefeed!! 22615#: read.c:5534 read.c:5621 22616msgid "unterminated string; newline inserted" 22617msgstr "" 22618 22619#: read.c:5635 22620msgid "bad escaped character in string" 22621msgstr "" 22622 22623#: read.c:5659 22624msgid "expected address expression" 22625msgstr "" 22626 22627#: read.c:5678 22628#, c-format 22629msgid "symbol \"%s\" undefined; zero assumed" 22630msgstr "" 22631 22632#: read.c:5681 22633msgid "some symbol undefined; zero assumed" 22634msgstr "" 22635 22636#: read.c:5715 22637msgid "this string may not contain '\\0'" 22638msgstr "" 22639 22640#: read.c:5752 22641msgid "missing string" 22642msgstr "" 22643 22644#: read.c:5867 22645#, c-format 22646msgid ".incbin count zero, ignoring `%s'" 22647msgstr "" 22648 22649#: read.c:5879 22650#, c-format 22651msgid "file not found: %s" 22652msgstr "" 22653 22654#: read.c:5889 22655#, c-format 22656msgid "unable to include `%s'" 22657msgstr "" 22658 22659#: read.c:5898 22660#, c-format 22661msgid "seek to end of .incbin file failed `%s'" 22662msgstr "" 22663 22664#: read.c:5909 22665#, c-format 22666msgid "skip (%ld) or count (%ld) invalid for file size (%ld)" 22667msgstr "" 22668 22669#: read.c:5916 22670#, c-format 22671msgid "could not skip to %ld in file `%s'" 22672msgstr "" 22673 22674#: read.c:5925 22675#, c-format 22676msgid "truncated file `%s', %ld of %ld bytes read" 22677msgstr "" 22678 22679#: read.c:6062 22680msgid "missing .func" 22681msgstr "" 22682 22683#: read.c:6081 22684msgid ".endfunc missing for previous .func" 22685msgstr "" 22686 22687#: read.c:6140 22688#, c-format 22689msgid ".bundle_align_mode alignment too large (maximum %u)" 22690msgstr "" 22691 22692#: read.c:6145 22693msgid "cannot change .bundle_align_mode inside .bundle_lock" 22694msgstr "" 22695 22696#: read.c:6159 22697msgid ".bundle_lock is meaningless without .bundle_align_mode" 22698msgstr "" 22699 22700#: read.c:6180 22701msgid ".bundle_unlock without preceding .bundle_lock" 22702msgstr "" 22703 22704#: read.c:6193 22705#, c-format 22706msgid ".bundle_lock sequence is %u bytes, but bundle size is only %u bytes" 22707msgstr "" 22708 22709#: read.c:6292 22710#, c-format 22711msgid "missing closing `%c'" 22712msgstr "" 22713 22714#: read.c:6294 22715msgid "stray `\\'" 22716msgstr "" 22717 22718#: remap.c:53 22719#, c-format 22720msgid "invalid argument '%s' to -fdebug-prefix-map" 22721msgstr "" 22722 22723#: scfi.c:523 22724msgid "SCFI: usage of REG_FP as scratch not supported" 22725msgstr "" 22726 22727#: scfi.c:629 22728msgid "SCFI: unsupported stack manipulation pattern" 22729msgstr "" 22730 22731#: scfi.c:767 scfi.c:862 22732msgid "SCFI: asymetrical register restore" 22733msgstr "" 22734 22735#: scfi.c:935 22736msgid "SCFI: Bad CFI propagation perhaps" 22737msgstr "" 22738 22739#: scfi.c:1080 22740#, c-format 22741msgid "SCFI: forward pass failed for func '%s'" 22742msgstr "" 22743 22744#: scfi.c:1087 22745#, c-format 22746msgid "SCFI: backward pass failed for func '%s'" 22747msgstr "" 22748 22749#: scfi.c:1153 22750msgid "SCFI: Invalid DWARF CFI opcode data" 22751msgstr "" 22752 22753#. No other GINSN_TYPE_* expected. 22754#: scfi.c:1205 22755#, c-format 22756msgid "SCFI: bad ginsn for func '%s'" 22757msgstr "" 22758 22759#: scfi.c:1219 scfi.c:1228 22760msgid "SCFI: unsupported for target" 22761msgstr "" 22762 22763#: scfidw2gen.c:39 22764msgid "SCFI ignores most user-specified CFI directives" 22765msgstr "" 22766 22767#: scfidw2gen.c:131 22768msgid "SCFI: missing previous SCFI endproc marker" 22769msgstr "" 22770 22771#: stabs.c:187 22772#, c-format 22773msgid ".stab%c: missing comma" 22774msgstr "" 22775 22776#: stabs.c:263 22777#, c-format 22778msgid ".stab%c: missing string" 22779msgstr "" 22780 22781#. This could happen for example with a source file with a huge 22782#. number of lines. The only cure is to use a different debug 22783#. format, probably DWARF. 22784#: stabs.c:290 22785#, c-format 22786msgid ".stab%c: description field '%x' too big, try a different debug format" 22787msgstr "" 22788 22789#: stabs.c:436 22790msgid "comma missing in .xstabs" 22791msgstr "" 22792 22793#: symbols.c:386 symbols.c:2530 22794#, c-format 22795msgid "symbol '%s' contains multibyte characters" 22796msgstr "" 22797 22798#: symbols.c:526 22799#, c-format 22800msgid "cannot define symbol `%s' in absolute section" 22801msgstr "" 22802 22803#: symbols.c:659 22804#, c-format 22805msgid "symbol `%s' is already defined as \"%s\"/%s%ld" 22806msgstr "" 22807 22808#: symbols.c:1257 22809#, c-format 22810msgid "invalid operands (%s and %s sections) for `%s'" 22811msgstr "" 22812 22813#: symbols.c:1261 22814#, c-format 22815msgid "invalid operand (%s section) for `%s'" 22816msgstr "" 22817 22818#: symbols.c:1269 22819#, c-format 22820msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'" 22821msgstr "" 22822 22823#: symbols.c:1272 22824#, c-format 22825msgid "invalid operand (%s section) for `%s' when setting `%s'" 22826msgstr "" 22827 22828#: symbols.c:1341 22829#, c-format 22830msgid "symbol definition loop encountered at `%s'" 22831msgstr "" 22832 22833#: symbols.c:1368 22834#, c-format 22835msgid "cannot convert expression symbol %s to complex relocation" 22836msgstr "" 22837 22838#: symbols.c:1707 22839#, c-format 22840msgid "division by zero when setting `%s'" 22841msgstr "" 22842 22843#. See PR 20895 for a reproducer. 22844#: symbols.c:1757 22845msgid "Invalid operation on symbol" 22846msgstr "" 22847 22848#: symbols.c:1807 write.c:2463 22849#, c-format 22850msgid "can't resolve value for symbol `%s'" 22851msgstr "" 22852 22853#: symbols.c:2215 22854#, c-format 22855msgid "\"%d\" (instance number %d of a %s label)" 22856msgstr "" 22857 22858#: symbols.c:2246 22859msgid "expression is too complex to be resolved or converted into relocations" 22860msgstr "" 22861 22862#: symbols.c:2248 symbols.c:2251 22863#, c-format 22864msgid "attempt to get value of unresolved symbol `%s'" 22865msgstr "" 22866 22867#. Do not reassign section symbols. 22868#: symbols.c:2551 22869msgid "can't make section symbol global" 22870msgstr "" 22871 22872#: symbols.c:2557 22873msgid "can't make register symbol global" 22874msgstr "" 22875 22876#: symbols.c:2663 22877#, c-format 22878msgid "Accessing function `%s' as thread-local object" 22879msgstr "" 22880 22881#: symbols.c:2667 22882#, c-format 22883msgid "Accessing `%s' as thread-local object" 22884msgstr "" 22885 22886#: write.c:158 22887#, c-format 22888msgid "field fx_size too small to hold %lu" 22889msgstr "" 22890 22891#: write.c:447 22892#, c-format 22893msgid "attempt to .org/.space/.nops backwards? (%ld)" 22894msgstr "" 22895 22896#: write.c:469 22897#, c-format 22898msgid "leb128 operand is an undefined symbol: %s" 22899msgstr "" 22900 22901#: write.c:703 22902msgid "invalid offset expression" 22903msgstr "" 22904 22905#: write.c:725 22906msgid "invalid reloc expression" 22907msgstr "" 22908 22909#: write.c:911 22910#, c-format 22911msgid "can't resolve %s - %s" 22912msgstr "" 22913 22914#: write.c:1124 22915#, c-format 22916msgid "value of %s too large for field of %d byte at %s" 22917msgid_plural "value of %s too large for field of %d bytes at %s" 22918msgstr[0] "" 22919msgstr[1] "" 22920 22921#: write.c:1140 22922#, c-format 22923msgid "signed .word overflow; switch may be too large; %ld at 0x%lx" 22924msgstr "" 22925 22926#: write.c:1181 22927msgid "redefined symbol cannot be used on reloc" 22928msgstr "" 22929 22930#: write.c:1194 22931msgid "relocation out of range" 22932msgstr "" 22933 22934#: write.c:1197 22935#, c-format 22936msgid "%s:%u: bad return from bfd_install_relocation: %x" 22937msgstr "" 22938 22939#: write.c:1225 22940msgid "reloc not within (fixed part of) section" 22941msgstr "" 22942 22943#: write.c:1297 22944msgid "internal error: fixup not contained within frag" 22945msgstr "" 22946 22947#: write.c:1443 write.c:1567 22948msgid "can't extend frag" 22949msgstr "" 22950 22951#: write.c:1616 22952msgid "unimplemented .nops directive" 22953msgstr "" 22954 22955#: write.c:1650 22956#, c-format 22957msgid "can't write %ld byte to section %s of %s: '%s'" 22958msgid_plural "can't write %ld bytes to section %s of %s: '%s'" 22959msgstr[0] "" 22960msgstr[1] "" 22961 22962#: write.c:1676 write.c:1710 write.c:1747 22963#, c-format 22964msgid "can't fill %ld byte in section %s of %s: '%s'" 22965msgid_plural "can't fill %ld bytes in section %s of %s: '%s'" 22966msgstr[0] "" 22967msgstr[1] "" 22968 22969#: write.c:1964 22970msgid "unable to create reloc for build note" 22971msgstr "" 22972 22973#: write.c:1968 22974msgid "<gnu build note>" 22975msgstr "" 22976 22977#: write.c:2379 22978#, c-format 22979msgid "%s: global symbols not supported in common sections" 22980msgstr "" 22981 22982#: write.c:2393 22983#, c-format 22984msgid "local label `%s' is not defined" 22985msgstr "" 22986 22987#: write.c:2421 22988#, c-format 22989msgid "can't make global register symbol `%s'" 22990msgstr "" 22991 22992#: write.c:2731 22993#, c-format 22994msgid "alignment padding (%lu byte) not a multiple of %ld" 22995msgid_plural "alignment padding (%lu bytes) not a multiple of %ld" 22996msgstr[0] "" 22997msgstr[1] "" 22998 22999#: write.c:2905 23000#, c-format 23001msgid ".word %s-%s+%s didn't fit" 23002msgstr "" 23003 23004#: write.c:2999 23005msgid "padding added" 23006msgstr "" 23007 23008#: write.c:3050 23009msgid "attempt to move .org backwards" 23010msgstr "" 23011 23012#: write.c:3075 23013msgid ".space, .nops or .fill specifies non-absolute value" 23014msgstr "" 23015 23016#: write.c:3090 23017msgid ".space, .nops or .fill with negative value, ignored" 23018msgstr "" 23019 23020#: write.c:3166 23021#, c-format 23022msgid "" 23023"Infinite loop encountered whilst attempting to compute the addresses of " 23024"symbols in section %s" 23025msgstr "" 23026