1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 1999-04-18 18:31-0400\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Transfer-Encoding: ENCODING\n"
17 #: app.c:435 app.c:449
18 msgid "end of file in comment"
22 msgid "end of file in string: inserted '\"'"
27 msgid "Unknown escape '\\%c' in string: Ignored"
31 msgid "End of file in string: '\"' inserted"
35 msgid "end of file not at end of a line; newline inserted"
39 msgid "end of file in multiline comment"
43 msgid "end of file after a one-character quote; \\0 inserted"
47 msgid "end of file in escape character"
51 msgid "Missing close quote: (assumed)"
54 #: app.c:997 app.c:1051 app.c:1120
55 msgid "end of file in comment; newline inserted"
59 msgid "EOF in Comment: Newline inserted"
64 msgid "GNU assembler version %s (%s) using BFD version %s"
69 msgid "GNU assembler version %s (%s)"
74 msgid "Usage: %s [option...] [asmfile...]\n"
80 " -a[sub-option...]\tturn on listings\n"
81 " Sub-options [default hls]:\n"
82 " c omit false conditionals\n"
83 " d omit debugging directives\n"
84 " h include high-level source\n"
85 " l include assembly\n"
86 " m include macro expansions\n"
87 " n omit forms processing\n"
88 " s include symbols\n"
89 " =file set listing file name (must be last sub-option)\n"
94 " -D\t\t produce assembler debugging messages\n"
95 " --defsym SYM=VAL define symbol SYM to given value\n"
96 " -f\t\t skip whitespace and comment preprocessing\n"
97 " --gstabs\t generate stabs debugging information\n"
98 " --help\t\t show this message and exit\n"
99 " -I DIR\t\t add DIR to search list for .include directives\n"
100 " -J\t\t don't warn about signed overflow\n"
101 " -K\t\t warn when differences altered for long displacements\n"
102 " -L,--keep-locals keep local symbols (e.g. starting with `L')\n"
107 " -M,--mri\t assemble in MRI compatibility mode\n"
108 " --MD FILE\t write dependency information in FILE (default none)\n"
109 " -nocpp\t\t ignored\n"
110 " -o OBJFILE\t name the object-file output OBJFILE (default a.out)\n"
111 " -R\t\t fold data section into text section\n"
112 " --statistics\t print various measured statistics from execution\n"
113 " --strip-local-absolute strip local absolute symbols\n"
114 " --traditional-format\t Use same format as native assembler when possible\n"
115 " --version\t\t print assembler version number and exit\n"
116 " -W\t\t\t suppress warnings\n"
117 " --itbl INSTTBL\t extend instruction set to include instructions\n"
118 "\t\t\t matching the specifications defined in file INSTTBL\n"
119 " -w\t\t\t ignored\n"
120 " -X\t\t\t ignored\n"
121 " -Z\t\t\t generate object file even after errors\n"
126 " --listing-lhs-width\t set the width in words of the output data column "
128 "\t\t\t the listing\n"
129 " --listing-lhs-width2\t set the width in words of the continuation lines\n"
130 "\t\t\t of the output data column; ignored if smaller than\n"
131 "\t\t\t the width of the first line\n"
132 " --listing-rhs-width\t set the max width in characters of the lines from\n"
133 "\t\t\t the source file\n"
134 " --listing-cont-lines\t set the maximum number of continuation lines used\n"
135 "\t\t\t for the output data column of the listing\n"
138 #: as.c:189 gasp.c:3583
145 msgid "missing emulation mode name"
150 msgid "unrecognized emulation name `%s'"
153 #. This output is intended to follow the GNU standards document.
156 msgid "GNU assembler %s\n"
160 msgid "Copyright 1997 Free Software Foundation, Inc.\n"
163 #: as.c:461 gasp.c:3677
165 "This program is free software; you may redistribute it under the terms of\n"
166 "the GNU General Public License. This program has absolutely no warranty.\n"
171 msgid "This assembler was configured for a target of `%s'.\n"
175 msgid "multiple emulation names specified"
179 msgid "emulations not handled in this configuration"
189 msgid "canonical = %s\n"
194 msgid "cpu-type = %s\n"
199 msgid "format = %s\n"
204 msgid "bfd-target = %s\n"
208 msgid "bad defsym; format is --defsym name=value"
212 msgid "No file name following -t option\n"
217 msgid "Failed to read instruction table %s\n"
222 msgid "invalid listing option `%c'"
227 msgid "%s: total time in assembly: %ld.%06ld\n"
232 msgid "%s: data size %ld\n"
236 #. * We have a GROSS internal error.
237 #. * This should never happen.
239 #: atof-generic.c:438 config/tc-a29k.c:544 config/tc-i860.c:335
240 #: config/tc-i860.c:708 config/tc-m68k.c:3045 config/tc-m68k.c:3074
241 #: config/tc-sparc.c:2157
242 msgid "failed sanity check."
246 msgid "invalid identifier for \".ifdef\""
250 msgid "non-constant expression in \".if\" statement"
254 msgid "bad format for ifc or ifnc"
258 msgid "\".endif\" without \".if\""
262 msgid ".else without matching .if - ignored"
266 msgid "duplicate \"else\" - ignored"
270 msgid "here is the previous \"else\""
274 msgid "here is the previous \"if\""
278 msgid ".ifeqs syntax error"
282 msgid "end of macro inside conditional"
286 msgid "end of file inside conditional"
290 msgid "here is the start of the unterminated conditional"
294 msgid "here is the \"else\" of the unterminated conditional"
297 #: config/obj-aout.c:157
299 msgid "Attempt to put a common symbol into set %s"
302 #: config/obj-aout.c:161
304 msgid "Attempt to put an undefined symbol into set %s"
307 #: config/obj-aout.c:192 config/obj-elf.c:1527 ecoff.c:3663
309 msgid "Symbol `%s' can not be both weak and common"
312 #: config/obj-aout.c:250 config/obj-coff.c:1766
313 msgid "unresolved relocation"
316 #: config/obj-aout.c:252 config/obj-coff.c:1768
318 msgid "bad relocation: symbol `%s' not in symbol table"
321 #: config/obj-aout.c:339
323 msgid "%s: bad type for weak symbol"
326 #: config/obj-aout.c:453 config/obj-coff.c:2700 write.c:1796
328 msgid "%s: global symbols not supported in common sections"
331 #: config/obj-aout.c:520
333 msgid "Local symbol %s never defined."
336 #: config/obj-aout.c:608
337 msgid "subsegment index too high"
340 #: config/obj-bout.c:312 config/obj-vms.c:566
342 msgid "Local symbol %s never defined"
345 #: config/obj-coff.c:133
347 msgid "Inserting \"%s\" into structure table failed: %s"
350 #: config/obj-coff.c:452 config/obj-coff.c:2113
351 msgid ".ln pseudo-op inside .def/.endef: ignored."
354 #: config/obj-coff.c:512 config/obj-coff.c:2170
355 msgid ".def pseudo-op used inside of .def/.endef: ignored."
358 #: config/obj-coff.c:558 config/obj-coff.c:2223
359 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
362 #: config/obj-coff.c:592
364 msgid "`%s' symbol without preceding function"
367 #: config/obj-coff.c:634 config/obj-coff.c:2298
369 msgid "unexpected storage class %d"
372 #: config/obj-coff.c:736 config/obj-coff.c:2405
373 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
376 #: config/obj-coff.c:756 config/obj-coff.c:2425
377 msgid "badly formed .dim directive ignored"
380 #: config/obj-coff.c:807 config/obj-coff.c:2488
381 msgid ".size pseudo-op used outside of .def/.endef ignored."
384 #: config/obj-coff.c:823 config/obj-coff.c:2504
385 msgid ".scl pseudo-op used outside of .def/.endef ignored."
388 #: config/obj-coff.c:841 config/obj-coff.c:2522
389 msgid ".tag pseudo-op used outside of .def/.endef ignored."
392 #: config/obj-coff.c:860 config/obj-coff.c:2540
394 msgid "tag not found for .tag %s"
397 #: config/obj-coff.c:875 config/obj-coff.c:2555
398 msgid ".type pseudo-op used outside of .def/.endef ignored."
401 #: config/obj-coff.c:897 config/obj-coff.c:2577
402 msgid ".val pseudo-op used outside of .def/.endef ignored."
405 #: config/obj-coff.c:1026 config/obj-coff.c:2773
406 msgid "mismatched .eb"
409 #: config/obj-coff.c:1044 config/obj-coff.c:2813
410 msgid "C_EFCN symbol out of scope"
416 #: config/obj-coff.c:1253
418 msgid "unsupported section attribute '%c'"
421 #: config/obj-coff.c:1258 config/obj-coff.c:3516 config/tc-ppc.c:3778
423 msgid "unknown section attribute '%c'"
426 #: config/obj-coff.c:1280 config/tc-ppc.c:3796 read.c:2478
428 msgid "error setting flags for \"%s\": %s"
431 #: config/obj-coff.c:1399
433 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
436 #: config/obj-coff.c:1593 config/obj-ieee.c:69
437 msgid "Out of step\n"
440 #: config/obj-coff.c:2028
441 msgid "bfd_coff_swap_scnhdr_out failed"
444 #: config/obj-coff.c:2255
445 msgid "`.bf' symbol without preceding function\n"
448 #: config/obj-coff.c:3216 config/obj-ieee.c:522 output-file.c:52
451 msgid "FATAL: Can't create %s"
454 #: config/obj-coff.c:3390
456 msgid "Can't close %s: %s"
459 #: config/obj-coff.c:3424
461 msgid "Too many new sections; can't add \"%s\""
464 #: config/obj-coff.c:3834 config/tc-m88k.c:1260 config/tc-sparc.c:3015
465 msgid "Expected comma after name"
468 #: config/obj-coff.c:3840 read.c:1934
469 msgid "Missing size expression"
472 #: config/obj-coff.c:3846
474 msgid "lcomm length (%d.) <0! Ignored."
477 #: config/obj-coff.c:3874 read.c:2160
479 msgid "Symbol %s already defined"
482 #: config/obj-coff.c:3968 config/tc-i960.c:3201
484 msgid "No 'bal' entry point for leafproc %s"
487 #: config/obj-coff.c:4047 write.c:2501
489 msgid "Negative of non-absolute symbol %s"
492 #: config/obj-coff.c:4068 write.c:2515
493 msgid "callj to difference of 2 symbols"
496 #: config/obj-coff.c:4114
498 msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld."
501 #. This is a COBR instruction. They have only a 13-bit
502 #. displacement and are only to be used for local branches:
503 #. flag as error, don't generate relocation.
504 #: config/obj-coff.c:4204 config/tc-i960.c:3221 write.c:2659
505 msgid "can't use COBR format with external label"
508 #: config/obj-coff.c:4278
510 msgid "Value of %ld too large for field of %d bytes at 0x%lx"
513 #: config/obj-coff.c:4292 write.c:2747
515 msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx"
518 #: config/obj-ecoff.c:239
519 msgid "Can't set GP value"
522 #: config/obj-ecoff.c:246
523 msgid "Can't set register masks"
526 #: config/obj-elf.c:274 config/tc-sparc.c:3156 config/tc-v850.c:263
527 msgid "Expected comma after symbol-name"
530 #: config/obj-elf.c:281 config/tc-arc.c:778 config/tc-sparc.c:3163
532 msgid ".COMMon length (%d.) <0! Ignored."
535 #: config/obj-elf.c:291 config/tc-alpha.c:3429 config/tc-sparc.c:3173
536 #: config/tc-v850.c:285
537 msgid "Ignoring attempt to re-define symbol"
540 #: config/obj-elf.c:299 config/tc-arc.c:796 config/tc-sparc.c:3181
541 #: config/tc-v850.c:295
543 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
546 #: config/obj-elf.c:322 config/tc-arc.c:815 config/tc-v850.c:322
547 msgid "Common alignment negative; 0 assumed"
550 #: config/obj-elf.c:341 config/tc-m32r.c:1298 config/tc-ppc.c:1389
551 #: config/tc-v850.c:385
552 msgid "Common alignment not a power of 2"
555 #: config/obj-elf.c:404 config/tc-arc.c:875 config/tc-sparc.c:3305
556 #: config/tc-v850.c:563
558 msgid "bad .common segment %s"
561 #: config/obj-elf.c:589
562 msgid "Missing section name"
565 #: config/obj-elf.c:654
566 msgid "Bad .section directive: want a,w,x in string"
569 #: config/obj-elf.c:703
570 msgid "Unrecognized section type"
573 #: config/obj-elf.c:717
574 msgid "Bad .section directive - character following name is not '#'"
577 #: config/obj-elf.c:749
578 msgid "Unrecognized section attribute"
581 #: config/obj-elf.c:770
583 msgid "Setting incorrect section type for %s"
586 #: config/obj-elf.c:780
588 msgid "Setting incorrect section attributes for %s"
591 #: config/obj-elf.c:905
592 msgid ".previous without corresponding .section; ignored"
595 #: config/obj-elf.c:954
597 msgid "multiple .symver directives for symbol `%s'"
600 #: config/obj-elf.c:963
601 msgid "expected comma after name in .symver"
604 #: config/obj-elf.c:984
606 msgid "missing version name in `%s' for symbol `%s'"
609 #: config/obj-elf.c:1187 config/obj-som.c:148 config/obj-som.c:193
610 msgid "Expected quoted string"
613 #: config/obj-elf.c:1208
615 msgid "expected comma after name `%s' in .size directive"
618 #: config/obj-elf.c:1217
619 msgid "missing expression in .size directive"
622 #: config/obj-elf.c:1283
624 msgid "ignoring unrecognized symbol type \"%s\""
627 #: config/obj-elf.c:1453
628 msgid ".size expression too complicated to fix up"
631 #: config/obj-elf.c:1484
634 "invalid attempt to declare external version name as default in symbol `%s'"
637 #: config/obj-elf.c:1610
639 msgid "Failed to set up debugging information: %s"
642 #: config/obj-elf.c:1626
644 msgid "Can't start writing .mdebug section: %s"
647 #: config/obj-elf.c:1634
649 msgid "Could not write .mdebug section: %s"
652 #: config/obj-ieee.c:460
653 msgid "too many sections"
656 #: config/obj-som.c:131
657 msgid "Only one .version pseudo-op per file!"
660 #: config/obj-som.c:157
662 msgid "FATAL: Attaching version header %s"
665 #: config/obj-som.c:176
666 msgid "Only one .copyright pseudo-op per file!"
669 #: config/obj-som.c:202
671 msgid "FATAL: Attaching copyright header %s"
674 #: config/obj-vms.c:464
676 msgid "compiler emitted zero-size common symbol `%s' already defined"
679 #: config/obj-vms.c:474
681 msgid "compiler redefined zero-size common symbol `%s'"
684 #: config/obj-vms.c:597
686 msgid "Couldn't create VMS object file \"%s\""
689 #: config/obj-vms.c:623
690 msgid "I/O error writing VMS object file (length prefix)"
693 #: config/obj-vms.c:637
694 msgid "I/O error writing VMS object file"
697 #: config/obj-vms.c:1240
698 msgid "Couldn't find source file \"%s\", status=%%X%x"
701 #: config/obj-vms.c:1749 config/obj-vms.c:2937
703 msgid "debugger forward reference error, dbx type %d"
706 #: config/obj-vms.c:1825
708 msgid "Variable descriptor %d too complicated. Defined as `void *'."
711 #: config/obj-vms.c:2144
713 "***Warning - the assembly code generated by the compiler has placed \n"
714 " global constant(s) in the text psect. These will not be available to \n"
715 " other modules, since this is not the correct way to handle this. You \n"
716 " have two options: 1) get a patched compiler that does not put global \n"
717 " constants in the text psect, or 2) remove the 'const' keyword from \n"
718 " definitions of global variables in your source module(s). Don't say \n"
719 " I didn't warn you! \n"
722 #: config/obj-vms.c:2463
724 msgid "debugginer output: %d is an unknown untyped variable."
727 #: config/obj-vms.c:2681
729 msgid "debugger output: structure element `%s' has undefined type"
732 #: config/obj-vms.c:2792
734 msgid "debugger output: %d is an unknown type of variable."
737 #: config/obj-vms.c:2926
739 msgid "debugger output: Unable to resolve %d circular references."
742 #: config/obj-vms.c:3131
744 msgid "Module name truncated: %s\n"
747 #: config/obj-vms.c:3410
749 msgid "Symbol %s replaced by %s\n"
753 #: config/obj-vms.c:3694
755 msgid "Unknown VMS psect type (%ld)"
758 #: config/obj-vms.c:3735
760 msgid "Globalsymbol attribute for symbol %s was unexpected."
763 #: config/obj-vms.c:3885
764 msgid "Invalid data type for globalvalue"
767 #: config/obj-vms.c:3897
769 msgid "Invalid globalvalue of %s"
772 #: config/obj-vms.c:4247
773 msgid "Couldn't find fixup fragment when checking for indirect reference"
776 #: config/obj-vms.c:4591 config/obj-vms.c:4733
777 msgid "Fixup data addsy and subsy don't have the same type"
780 #: config/obj-vms.c:4595 config/obj-vms.c:4737
781 msgid "Fixup data addsy and subsy don't have an appropriate type"
784 #: config/obj-vms.c:4598 config/obj-vms.c:4740
785 msgid "Fixup data is erroneously \"pcrel\""
788 #: config/obj-vms.c:4614 config/obj-vms.c:4759
789 msgid "Fixup datum is not a longword"
792 #: config/obj-vms.c:4618 config/obj-vms.c:4763
793 msgid "Fixup datum is not \"fixP->fx_addsy\""
796 #: config/obj-vms.c:4834
799 "g++ wrote an extern reference to `%s' as a routine.\n"
800 "I will fix it, but I hope that it was note really a routine."
803 #: config/obj-vms.c:4966
804 msgid "Can't handle global xtors symbols yet."
807 #: config/obj-vms.c:4969
813 #. * Error otherwise.
815 #: config/obj-vms.c:5054
817 msgid "unhandled stab type %d"
820 #: config/tc-a29k.c:160 config/tc-sparc.c:3357
821 msgid "Unknown segment type"
824 #. Probably a memory allocation problem? Give up now.
825 #: config/tc-a29k.c:330 config/tc-hppa.c:1354 config/tc-i860.c:202
826 #: config/tc-mips.c:1102 config/tc-mips.c:1144 config/tc-sparc.c:715
827 msgid "Broken assembler. No assembly attempted."
830 #: config/tc-a29k.c:375 config/tc-arc.c:534 config/tc-d10v.c:481
831 #: config/tc-d30v.c:540 config/tc-h8300.c:305 config/tc-h8500.c:297
832 #: config/tc-mcore.c:380 config/tc-mn10200.c:936 config/tc-mn10300.c:1307
833 #: config/tc-ppc.c:1844 config/tc-sh.c:478 config/tc-tic80.c:291
834 #: config/tc-v850.c:2033 config/tc-w65.c:257 config/tc-z8k.c:341
835 msgid "missing operand"
838 #: config/tc-a29k.c:415 config/tc-hppa.c:1471 config/tc-i860.c:407
839 #: config/tc-i860.c:423 config/tc-sparc.c:1191 config/tc-sparc.c:1197
841 msgid "Unknown opcode: `%s'"
844 #: config/tc-a29k.c:420
846 msgid "Unknown opcode `%s'."
849 #: config/tc-a29k.c:452
851 msgid "Too many operands: %s"
854 #: config/tc-a29k.c:474 config/tc-a29k.c:505
856 msgid "Immediate value of %ld is too large"
859 #: config/tc-a29k.c:892 config/tc-i860.c:940
861 msgid "bad relocation type: 0x%02x"
864 #: config/tc-a29k.c:916
869 #: config/tc-a29k.c:932
870 msgid "a29k_convert_frag\n"
873 #: config/tc-a29k.c:941
874 msgid "a29k_estimate_size_before_relax\n"
877 #: config/tc-a29k.c:1092
879 msgid "label \"$%d\" redefined"
882 #: config/tc-a29k.c:1165
883 msgid "Invalid expression after %%%%\n"
886 #: config/tc-a29k.c:1176
887 msgid "Invalid register in & expression"
890 #: config/tc-alpha.c:722
892 msgid "internal error: can't hash opcode `%s': %s"
895 #: config/tc-alpha.c:756
897 msgid "internal error: can't hash macro `%s': %s"
900 #: config/tc-alpha.c:832 config/tc-i960.c:2711
904 #: config/tc-alpha.c:905 config/tc-arm.c:4982 config/tc-h8300.c:1413
905 #: config/tc-h8500.c:1222 config/tc-hppa.c:3651 config/tc-i860.c:813
906 #: config/tc-m68k.c:4003 config/tc-m88k.c:1106 config/tc-ns32k.c:1588
907 #: config/tc-sparc.c:2433 config/tc-z8k.c:1355
908 msgid "Bad call to MD_ATOF()"
911 #: config/tc-alpha.c:955
913 msgid "Unknown CPU identifier `%s'"
916 #: config/tc-alpha.c:999
919 "-32addr\t\t\ttreat addresses as 32-bit values\n"
920 "-F\t\t\tlack floating point instructions support\n"
921 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mall\n"
922 "\t\t\tspecify variant of Alpha architecture\n"
923 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n"
924 "\t\t\tthese variants include PALcode opcodes\n"
927 #: config/tc-alpha.c:1009
930 "-+\t\t\thash encode (don't truncate) names longer than 64 characters\n"
931 "-H\t\t\tshow new symbol after hash truncation\n"
934 #: config/tc-alpha.c:1165
936 msgid "unhandled relocation type %s"
939 #: config/tc-alpha.c:1178
940 msgid "non-absolute expression in constant field"
943 #: config/tc-alpha.c:1192
945 msgid "type %d reloc done?\n"
948 #: config/tc-alpha.c:1243 config/tc-alpha.c:1250 config/tc-mips.c:7777
949 msgid "Used $at without \".set noat\""
952 #: config/tc-alpha.c:1407
954 msgid "cannot represent `%s' relocation in object file"
957 #: config/tc-alpha.c:1414
959 msgid "internal error? cannot generate `%s' relocation"
962 #: config/tc-alpha.c:1468
964 msgid "frame reg expected, using $%d."
967 #: config/tc-alpha.c:1793
969 msgid "operand out of range (%s not between %d and %d)"
972 #: config/tc-alpha.c:1890 config/tc-arc.c:547 config/tc-d10v.c:570
973 #: config/tc-d30v.c:623 config/tc-mn10200.c:991 config/tc-mn10300.c:1382
974 #: config/tc-ppc.c:1810 config/tc-ppc.c:1917 config/tc-ppc.c:1929
975 #: config/tc-v850.c:1819 config/tc-v850.c:1842 config/tc-v850.c:2055
976 msgid "too many fixups"
979 #: config/tc-alpha.c:2015 config/tc-alpha.c:2073
981 msgid "inappropriate arguments for opcode `%s'"
984 #: config/tc-alpha.c:2017 config/tc-alpha.c:2075
986 msgid "opcode `%s' not supported for target %s"
989 #: config/tc-alpha.c:2021 config/tc-alpha.c:2078
991 msgid "unknown opcode `%s'"
994 #: config/tc-alpha.c:2130
995 msgid "can not resolve expression"
998 #: config/tc-alpha.c:2268 config/tc-alpha.c:2445
999 msgid "overflow in literal (.lita) table"
1002 #: config/tc-alpha.c:2275 config/tc-alpha.c:2297 config/tc-alpha.c:2458
1003 #: config/tc-alpha.c:2680 config/tc-alpha.c:2727 config/tc-alpha.c:2775
1004 #: config/tc-alpha.c:2864 config/tc-alpha.c:3065 config/tc-alpha.c:3166
1005 msgid "macro requires $at register while noat in effect"
1008 #: config/tc-alpha.c:2277 config/tc-alpha.c:2299 config/tc-alpha.c:2460
1009 msgid "macro requires $at while $at in use"
1012 #: config/tc-alpha.c:2407 expr.c:82 read.c:3101
1013 msgid "bignum invalid; zero assumed"
1016 #: config/tc-alpha.c:2409 expr.c:84 read.c:3103 read.c:3432 read.c:4328
1017 msgid "floating point number invalid; zero assumed"
1020 #: config/tc-alpha.c:2414
1021 msgid "can't handle expression"
1024 #: config/tc-alpha.c:2451
1025 msgid "overflow in literal (.lit8) table"
1028 #: config/tc-alpha.c:3400 config/tc-ppc.c:1338 config/tc-ppc.c:3542
1031 msgid ".COMMon length (%ld.) <0! Ignored."
1034 #: config/tc-alpha.c:3438 config/tc-alpha.c:3447 config/tc-ppc.c:3579
1037 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1040 #: config/tc-alpha.c:3549 ecoff.c:3105
1041 msgid ".ent directive has no name"
1044 #: config/tc-alpha.c:3557
1045 msgid "nested .ent directives"
1048 #: config/tc-alpha.c:3593 ecoff.c:3053
1049 msgid ".end directive has no name"
1052 #: config/tc-alpha.c:3602
1053 msgid ".end directive names different symbol than .ent"
1056 #: config/tc-alpha.c:3676
1058 msgid "Invalid argument %d to .prologue."
1061 #: config/tc-alpha.c:3704
1062 msgid "ECOFF debugging is disabled."
1065 #: config/tc-alpha.c:3725
1066 msgid "Unknown section directive"
1069 #: config/tc-alpha.c:3762
1070 msgid ".ent directive has no symbol"
1073 #: config/tc-alpha.c:3790
1074 msgid "Bad .frame directive 1./2. param"
1077 #: config/tc-alpha.c:3802
1078 msgid "Bad .frame directive 3./4. param"
1081 #: config/tc-alpha.c:3827
1082 msgid ".pdesc directive not in link (.link) section"
1085 #: config/tc-alpha.c:3835
1086 msgid ".pdesc has no matching .ent"
1089 #: config/tc-alpha.c:3845
1090 msgid ".pdesc directive has no entry symbol"
1093 #: config/tc-alpha.c:3857
1094 msgid "No comma after .pdesc <entryname>"
1097 #: config/tc-alpha.c:3880
1098 msgid "unknown procedure kind"
1101 #: config/tc-alpha.c:3975
1102 msgid ".name directive not in link (.link) section"
1105 #: config/tc-alpha.c:3983
1106 msgid ".name directive has no symbol"
1109 #: config/tc-alpha.c:4018
1110 msgid "No symbol after .linkage"
1113 #: config/tc-alpha.c:4047
1114 msgid "No symbol after .code_address"
1117 #: config/tc-alpha.c:4082 ecoff.c:3269
1118 msgid "Bad .mask directive"
1121 #: config/tc-alpha.c:4104 ecoff.c:3200
1122 msgid "Bad .fmask directive"
1125 #: config/tc-alpha.c:4275 read.c:2123 read.c:2675 stabs.c:460
1127 msgid "Expected comma after name \"%s\""
1130 #. symbolP->sy_other = (signed char) temp;
1131 #: config/tc-alpha.c:4286
1133 msgid "unhandled: .proc %s,%d"
1136 #: config/tc-alpha.c:4321
1138 msgid "Tried to .set unrecognized mode `%s'"
1141 #. not fatal, but it might not work in the end
1142 #: config/tc-alpha.c:4338
1143 msgid "File overrides no-base-register option."
1146 #: config/tc-alpha.c:4355
1148 msgid "Bad base register, using $%d."
1151 #: config/tc-alpha.c:4377
1153 msgid "Alignment too large: %d. assumed"
1156 #: config/tc-alpha.c:4381 config/tc-d30v.c:2163
1157 msgid "Alignment negative: 0 assumed"
1160 #: config/tc-alpha.c:4694
1162 msgid "Chose GP value of %lx\n"
1165 #: config/tc-arc.c:136
1168 "-EB\t\t\tgenerate big endian output\n"
1169 "-EL\t\t\tgenerate little endian output\n"
1172 #: config/tc-arc.c:154 config/tc-arc.c:177 config/tc-arc.c:921
1173 #: config/tc-hppa.c:1316 config/tc-hppa.c:6410 config/tc-hppa.c:6416
1174 #: config/tc-hppa.c:6422 config/tc-mn10300.c:890 config/tc-mn10300.c:2023
1175 msgid "could not set architecture and machine"
1178 #: config/tc-arc.c:174
1179 msgid "virtual memory exhausted"
1182 #: config/tc-arc.c:253 config/tc-mn10200.c:1354 config/tc-mn10300.c:1930
1183 #: config/tc-ppc.c:1095 config/tc-v850.c:1618
1185 msgid "operand out of range (%s not between %ld and %ld)"
1188 #: config/tc-arc.c:388
1190 msgid "unknown syntax format character `%c'"
1193 #: config/tc-arc.c:487
1194 msgid "too many suffixes"
1197 #: config/tc-arc.c:532 config/tc-d10v.c:479 config/tc-d30v.c:538
1198 #: config/tc-mn10200.c:933 config/tc-mn10300.c:1304 config/tc-ppc.c:1842
1199 #: config/tc-tic80.c:287 config/tc-v850.c:2030
1200 msgid "illegal operand"
1203 #: config/tc-arc.c:619 config/tc-mn10200.c:1032 config/tc-mn10300.c:1452
1204 #: config/tc-ppc.c:1966 config/tc-v850.c:2108
1206 msgid "junk at end of line: `%s'"
1209 #: config/tc-arc.c:659
1210 msgid "8 byte instruction in delay slot"
1213 #: config/tc-arc.c:661
1214 msgid "8 byte jump instruction with delay slot"
1217 #: config/tc-arc.c:669
1218 msgid "conditional branch follows set of flags"
1221 #: config/tc-arc.c:748 config/tc-arm.c:6041
1223 msgid "bad instruction `%s'"
1226 #: config/tc-arc.c:771
1227 msgid "expected comma after symbol-name"
1230 #: config/tc-arc.c:788
1231 msgid "ignoring attempt to re-define symbol"
1234 #: config/tc-arc.c:803
1235 msgid "expected comma after common length"
1238 #: config/tc-arc.c:896
1239 msgid ".cpu command must appear before any instructions"
1242 #: config/tc-arc.c:915
1243 msgid ".cpu conflicts with previous value"
1246 #: config/tc-arc.c:926
1250 #: config/tc-arc.c:950 config/tc-ppc.c:2615
1251 msgid "missing rename string"
1254 #: config/tc-arc.c:962
1255 msgid "invalid symbol to rename to"
1258 #: config/tc-arc.c:1009 config/tc-d10v.c:274 config/tc-d30v.c:353
1259 #: config/tc-mips.c:9317 config/tc-mn10200.c:356 config/tc-ppc.c:4363
1260 #: config/tc-sh.c:1187 config/tc-v850.c:1276
1261 msgid "bad call to md_atof"
1264 #: config/tc-arc.c:1096
1266 msgid "missing ')' in %-op"
1269 #: config/tc-arc.c:1130
1270 msgid "expression too complex for %%st"
1273 #: config/tc-arc.c:1324 config/tc-arm.c:2937 config/tc-d10v.c:1448
1274 #: config/tc-d30v.c:1810 config/tc-mips.c:3361 config/tc-mips.c:4317
1275 #: config/tc-mips.c:5102 config/tc-mips.c:5648 config/tc-ppc.c:4698
1276 #: config/tc-v850.c:2339
1277 msgid "expression too complex"
1280 #: config/tc-arc.c:1390 config/tc-ppc.c:4801 config/tc-v850.c:2383
1281 msgid "unresolved expression that must be resolved"
1284 #: config/tc-arc.c:1454 config/tc-sparc.c:2880
1286 msgid "internal error: can't export reloc type %d (`%s')"
1289 #: config/tc-arm.c:983
1290 msgid "Literal Pool Overflow"
1293 #: config/tc-arm.c:1103
1294 msgid "Invalid syntax for .req directive."
1297 #: config/tc-arm.c:1139
1298 msgid "Nothing to put in the pool\n"
1301 #: config/tc-arm.c:1151
1302 msgid "Inserting implicit pool at change of section"
1305 #: config/tc-arm.c:1183 config/tc-mips.c:10603 read.c:2017
1307 msgid "Alignment too large: %d. assumed."
1310 #: config/tc-arm.c:1186 read.c:2022
1311 msgid "Alignment negative. 0 assumed."
1314 #: config/tc-arm.c:1251
1315 msgid "selected processor does not support THUMB opcodes"
1318 #: config/tc-arm.c:1263
1319 msgid "selected processor does not support ARM opcodes"
1322 #: config/tc-arm.c:1272
1324 msgid "invalid instruction size selected (%d)"
1327 #: config/tc-arm.c:1307
1329 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
1332 #: config/tc-arm.c:1319
1333 msgid "Garbage following instruction"
1336 #. In the few cases where we might be able to accept something else
1337 #. this error can be overridden
1338 #: config/tc-arm.c:1367
1340 msgid "Register expected, not '%.100s'"
1343 #. In the few cases where we might be able to accept something else
1344 #. this error can be overridden
1345 #: config/tc-arm.c:1393
1346 msgid "<psr(f)> expected"
1349 #: config/tc-arm.c:1424
1350 msgid "Illegal co-processor number"
1353 #: config/tc-arm.c:1431
1354 msgid "Bad or missing co-processor number"
1357 #: config/tc-arm.c:1456
1358 msgid "bad or missing expression"
1361 #: config/tc-arm.c:1462
1362 msgid "immediate co-processor expression too large"
1365 #. In the few cases where we might be able to accept something else
1366 #. this error can be overridden
1367 #: config/tc-arm.c:1487
1368 msgid "Co-processor register expected"
1371 #. In the few cases where we might be able to accept something else
1372 #. this error can be overridden
1373 #: config/tc-arm.c:1511
1374 msgid "Floating point register expected"
1377 #: config/tc-arm.c:1529
1378 msgid "immediate expression expected"
1381 #: config/tc-arm.c:1544
1382 msgid "co-processor address must be word aligned"
1385 #: config/tc-arm.c:1550
1386 msgid "offset too large"
1389 #: config/tc-arm.c:1600
1390 msgid "pc may not be used in post-increment"
1393 #: config/tc-arm.c:1616 config/tc-arm.c:2727
1394 msgid "pre-indexed expression expected"
1397 #: config/tc-arm.c:1630 config/tc-arm.c:2740 config/tc-arm.c:3089
1401 #: config/tc-arm.c:1641
1402 msgid "pc may not be used with write-back"
1405 #: config/tc-arm.c:1696
1406 msgid "<psr> expected"
1409 #: config/tc-arm.c:1758 config/tc-arm.c:2378
1410 msgid "Register or shift expression expected"
1413 #: config/tc-arm.c:1772 config/tc-arm.c:2090 config/tc-arm.c:2345
1414 #: config/tc-arm.c:2365
1415 msgid "Invalid constant"
1418 #: config/tc-arm.c:1783
1419 msgid "Error: unrecognised syntax for second argument to msr instruction"
1422 #: config/tc-arm.c:1833
1423 msgid "rdhi, rdlo and rm must all be different"
1426 #: config/tc-arm.c:1890
1427 msgid "rd and rm should be different in mul"
1430 #: config/tc-arm.c:1947
1431 msgid "rd and rm should be different in mla"
1434 #: config/tc-arm.c:2074
1438 #: config/tc-arm.c:2121 config/tc-arm.c:2199
1439 msgid "Shift expression expected"
1442 #: config/tc-arm.c:2163
1443 msgid "Invalid immediate shift"
1446 #: config/tc-arm.c:2192
1447 msgid "shift requires register or #expression"
1450 #: config/tc-arm.c:2193
1451 msgid "shift requires #expression"
1454 #: config/tc-arm.c:2336 config/tc-arm.c:2770
1455 msgid "Constant expression expected"
1458 #: config/tc-arm.c:2432
1459 msgid "Invalid floating point immediate expression"
1462 #: config/tc-arm.c:2435
1463 msgid "Floating point register or immediate expression expected"
1466 #: config/tc-arm.c:2574
1467 msgid "address offset too large"
1470 #: config/tc-arm.c:2645
1471 msgid "Processor does not support halfwords or signed bytes"
1474 #: config/tc-arm.c:2667
1475 msgid "Address expected"
1478 #: config/tc-arm.c:2698 config/tc-arm.c:2712 config/tc-arm.c:2750
1479 msgid "destination register same as write-back base\n"
1482 #: config/tc-arm.c:2790
1483 msgid "literal pool insertion failed"
1486 #: config/tc-arm.c:2826
1487 msgid "Pre-increment instruction with translate"
1490 #: config/tc-arm.c:2868
1491 msgid "Bad range in register list"
1494 #: config/tc-arm.c:2876 config/tc-arm.c:2885 config/tc-arm.c:2927
1496 msgid "Warning: Duplicated register (r%d) in register list"
1499 #: config/tc-arm.c:2888
1500 msgid "Warning: Register range not in ascending order"
1503 #: config/tc-arm.c:2900
1507 #: config/tc-arm.c:2916
1508 msgid "invalid register mask"
1511 #: config/tc-arm.c:2977
1512 msgid "r15 not allowed as base register"
1515 #: config/tc-arm.c:3047 config/tc-arm.c:3061
1516 msgid "r15 not allowed in swap"
1519 #: config/tc-arm.c:3158
1520 msgid "Use of r15 in bx has undefined behaviour"
1523 #: config/tc-arm.c:3417 config/tc-v850.c:1921 config/tc-v850.c:1942
1524 msgid "constant expression expected"
1527 #: config/tc-arm.c:3423
1528 msgid "Constant value required for number of registers"
1531 #: config/tc-arm.c:3431
1532 msgid "number of registers must be in the range [1:4]"
1535 #: config/tc-arm.c:3493
1536 msgid "R15 not allowed as base register with write-back"
1539 #: config/tc-arm.c:3745
1540 msgid "lo register required"
1543 #: config/tc-arm.c:3753
1544 msgid "hi register required"
1547 #: config/tc-arm.c:3823
1548 msgid "dest and source1 must be the same register"
1551 #: config/tc-arm.c:3830
1552 msgid "subtract valid only on lo regs"
1555 #: config/tc-arm.c:3854
1556 msgid "invalid Hi register with immediate"
1559 #: config/tc-arm.c:3881 config/tc-arm.c:3914 config/tc-arm.c:3924
1560 msgid "immediate value out of range"
1563 #: config/tc-arm.c:3892
1564 msgid "invalid immediate value for stack adjust"
1567 #: config/tc-arm.c:3903
1568 msgid "invalid immediate for address calculation"
1571 #: config/tc-arm.c:3990
1572 msgid "source1 and dest must be same register"
1575 #: config/tc-arm.c:4025
1576 msgid "Invalid immediate for shift"
1579 #: config/tc-arm.c:4104
1580 msgid "only lo regs allowed with immediate"
1583 #: config/tc-arm.c:4123
1584 msgid "invalid immediate"
1587 #: config/tc-arm.c:4178
1588 msgid "expected ']'"
1591 #: config/tc-arm.c:4245
1592 msgid "byte or halfword not valid for base register"
1595 #: config/tc-arm.c:4250
1596 msgid "R15 based store not allowed"
1599 #: config/tc-arm.c:4255
1600 msgid "Invalid base register for register offset"
1603 #: config/tc-arm.c:4273
1604 msgid "invalid offset"
1607 #: config/tc-arm.c:4284
1608 msgid "invalid base register in load/store"
1611 #: config/tc-arm.c:4308 config/tc-arm.c:5471 config/tc-arm.c:5480
1612 #: config/tc-arm.c:5487 config/tc-arm.c:5494 config/tc-arm.c:5501
1613 msgid "Invalid offset"
1616 #: config/tc-arm.c:4386
1617 msgid "dest and source1 one must be the same register"
1620 #: config/tc-arm.c:4394
1621 msgid "Rs and Rd must be different in MUL"
1624 #: config/tc-arm.c:4539
1626 "Inserted missing '!': load/store multiple always writes back base register"
1629 #: config/tc-arm.c:4555 config/tc-arm.c:4657
1630 msgid "Expression too complex"
1633 #: config/tc-arm.c:4561
1634 msgid "only lo-regs valid in load/store multiple"
1637 #: config/tc-arm.c:4608
1638 msgid "Syntax: ldrs[b] Rd, [Rb, Ro]"
1641 #: config/tc-arm.c:4673
1642 msgid "invalid register list to push/pop instruction"
1645 #: config/tc-arm.c:4811
1646 msgid "Virtual memory exhausted"
1649 #: config/tc-arm.c:5203
1651 msgid "invalid constant (%x) after fixup\n"
1654 #: config/tc-arm.c:5215 config/tc-arm.c:5236
1656 msgid "bad immediate value for offset (%d)"
1659 #: config/tc-arm.c:5234 config/tc-arm.c:5257
1660 msgid "invalid literal constant: pool needs to be closer\n"
1663 #: config/tc-arm.c:5274
1664 msgid "shift expression is too large"
1667 #: config/tc-arm.c:5292 config/tc-arm.c:5301
1668 msgid "Invalid swi expression"
1671 #: config/tc-arm.c:5311
1672 msgid "Invalid expression in load/store multiple"
1675 #: config/tc-arm.c:5341 config/tc-arm.c:5357 config/tc-mips.c:10430
1676 msgid "Branch out of range"
1679 #: config/tc-arm.c:5376
1680 msgid "Branch with link out of range"
1683 #: config/tc-arm.c:5443
1684 msgid "Illegal value for co-processor offset"
1687 #: config/tc-arm.c:5466
1689 msgid "Invalid offset, target not word aligned (0x%08X)"
1692 #: config/tc-arm.c:5537
1693 msgid "Invalid immediate for stack address calculation"
1696 #: config/tc-arm.c:5546
1698 msgid "Invalid immediate for address calculation (value = 0x%08X)"
1701 #: config/tc-arm.c:5555
1702 msgid "Invalid 8bit immediate"
1705 #: config/tc-arm.c:5563
1706 msgid "Invalid 3bit immediate"
1709 #: config/tc-arm.c:5579
1711 msgid "Invalid immediate: %d is too large"
1714 #: config/tc-arm.c:5593
1716 msgid "Illegal Thumb shift value: %d"
1719 #: config/tc-arm.c:5607
1721 msgid "Bad relocation fixup type (%d)\n"
1724 #: config/tc-arm.c:5676
1725 msgid "Literal referenced across section boundry (Implicit dump?)"
1728 #: config/tc-arm.c:5695
1730 msgid "Internal_relocation (type %d) not fixed up (IMMEDIATE)"
1733 #: config/tc-arm.c:5701
1735 msgid "Internal_relocation (type %d) not fixed up (OFFSET_IMM)"
1738 #: config/tc-arm.c:5724
1740 msgid "Can not represent %s relocation in this object file format (%d)"
1743 #: config/tc-arm.c:5742 config/tc-mips.c:11909 config/tc-sh.c:2277
1745 msgid "Can not represent %s relocation in this object file format"
1748 #: config/tc-arm.c:5755
1749 msgid "md_estimate_size_before_relax\n"
1752 #: config/tc-arm.c:5825
1754 msgid "No operator -- statement `%s'\n"
1757 #: config/tc-arm.c:5875 config/tc-arm.c:5927
1759 msgid "Opcode `%s' must have suffix from <%s>\n"
1762 #: config/tc-arm.c:5900
1763 msgid "Warning: Use of the 'nv' conditional is deprecated\n"
1766 #: config/tc-arm.c:6019
1768 msgid "register '%s' does not exist\n"
1771 #: config/tc-arm.c:6025
1773 msgid "ignoring redefinition of register alias '%s'"
1776 #: config/tc-arm.c:6030
1779 "ignoring redefinition of register alias '%s' to non-existant register '%s'"
1782 #: config/tc-arm.c:6034
1783 msgid "ignoring incomplete .req pseuso op"
1786 #: config/tc-arm.c:6210
1788 msgid "Unrecognised APCS switch -m%s"
1791 #: config/tc-arm.c:6336 config/tc-arm.c:6347 config/tc-arm.c:6358
1792 #: config/tc-arm.c:6363
1794 msgid "Invalid architecture variant -m%s"
1797 #: config/tc-arm.c:6370
1799 msgid "Invalid processor variant -m%s"
1802 #: config/tc-arm.c:6392
1804 " ARM Specific Assembler Options:\n"
1805 " -m[arm][<processor name>] select processor variant\n"
1806 " -m[arm]v[2|2a|3|3m|4|4t] select architecture variant\n"
1807 " -mthumb only allow Thumb instructions\n"
1808 " -mthumb-interwork mark the assembled code as supporting "
1810 " -mall allow any instruction\n"
1811 " -mfpa10, -mfpa11 select floating point architecture\n"
1812 " -mfpe-old don't allow floating-point multiple "
1814 " -mno-fpu don't allow any floating-point instructions.\n"
1817 #: config/tc-arm.c:6403
1818 msgid " -k generate PIC code.\n"
1821 #: config/tc-arm.c:6407
1823 " -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to "
1827 #: config/tc-arm.c:6410
1828 msgid " -mapcs-float floating point args are passed in FP regs\n"
1831 #: config/tc-arm.c:6413
1833 " -mapcs-reentrant the code is position independent/reentrant\n"
1836 #: config/tc-arm.c:6418
1837 msgid " -moabi support the old ELF ABI\n"
1840 #: config/tc-arm.c:6423
1842 " -EB assemble code for a big endian cpu\n"
1843 " -EL assemble code for a little endian cpu\n"
1846 #: config/tc-arm.c:6596
1848 msgid "%s: unexpected function type: %d"
1851 #: config/tc-d10v.c:218
1854 "-O optimize. Will do some operations in parallel.\n"
1857 #: config/tc-d10v.c:521 config/tc-d10v.c:603 config/tc-d30v.c:639
1859 msgid "operand out of range: %d"
1862 #: config/tc-d10v.c:664
1863 msgid "Instruction must be executed in parallel with another instruction."
1866 #: config/tc-d10v.c:716
1867 msgid "Instruction must be executed in parallel"
1870 #: config/tc-d10v.c:719
1871 msgid "Long instructions may not be combined."
1874 #: config/tc-d10v.c:759
1875 msgid "One of these instructions may not be executed in parallel."
1878 #: config/tc-d10v.c:764 config/tc-d30v.c:843
1879 msgid "Two IU instructions may not be executed in parallel"
1882 #: config/tc-d10v.c:766 config/tc-d10v.c:774 config/tc-d10v.c:789
1883 #: config/tc-d10v.c:802 config/tc-d30v.c:844 config/tc-d30v.c:853
1884 msgid "Swapping instruction order"
1887 #: config/tc-d10v.c:772 config/tc-d30v.c:850
1888 msgid "Two MU instructions may not be executed in parallel"
1891 #: config/tc-d10v.c:793 config/tc-d30v.c:869
1892 msgid "IU instruction may not be in the left container"
1895 #: config/tc-d10v.c:806 config/tc-d30v.c:882
1896 msgid "MU instruction may not be in the right container"
1899 #: config/tc-d10v.c:810 config/tc-d30v.c:890
1900 msgid "unknown execution type passed to write_2_short()"
1903 #: config/tc-d10v.c:1023 config/tc-d10v.c:1037 config/tc-h8300.c:1279
1904 #: config/tc-h8500.c:1122 config/tc-mcore.c:709 config/tc-sh.c:1040
1905 #: config/tc-z8k.c:1223
1906 msgid "can't find opcode "
1909 #: config/tc-d10v.c:1050 config/tc-d10v.c:1068 config/tc-d30v.c:1368
1910 msgid "Unable to mix instructions as specified"
1913 #: config/tc-d10v.c:1116 config/tc-d30v.c:1503
1915 msgid "unknown opcode: %s"
1918 #: config/tc-d10v.c:1197 config/tc-d10v.c:1343 config/tc-tic80.c:537
1919 msgid "bad opcode or operands"
1922 #: config/tc-d10v.c:1246 config/tc-m68k.c:4110
1923 msgid "value out of range"
1926 #: config/tc-d10v.c:1318
1927 msgid "illegal operand - register name found where none expected"
1930 #: config/tc-d10v.c:1354 config/tc-tic80.c:548
1931 msgid "Register number must be EVEN"
1934 #: config/tc-d10v.c:1385 config/tc-d30v.c:1754 config/tc-mn10200.c:1234
1935 #: config/tc-mn10300.c:1786 config/tc-ppc.c:4997 config/tc-v850.c:2254
1937 msgid "reloc %d not supported by object file format"
1940 #: config/tc-d10v.c:1498
1942 msgid "line %d: rep or repi must include at least 4 instructions"
1945 #: config/tc-d10v.c:1517 config/tc-d30v.c:1935
1947 msgid "line %d: unknown relocation type: 0x%x"
1950 #: config/tc-d30v.c:184
1952 msgid "Register name %s conflicts with symbol of the same name"
1955 #: config/tc-d30v.c:276
1959 "-O Make adjacent short instructions parallel if "
1961 "-n Warn about all NOPs inserted by the assembler.\n"
1962 "-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
1963 "-c Warn about symbols whoes names match register "
1965 "-C Opposite of -C. -c is the default.\n"
1968 #: config/tc-d30v.c:450
1969 msgid "unexpected 12-bit reloc type"
1972 #: config/tc-d30v.c:457
1973 msgid "unexpected 18-bit reloc type"
1976 #: config/tc-d30v.c:701
1978 msgid "%s NOP inserted"
1981 #: config/tc-d30v.c:702
1985 #: config/tc-d30v.c:702
1989 #: config/tc-d30v.c:839
1990 msgid "Instructions may not be executed in parallel"
1993 #: config/tc-d30v.c:852 config/tc-d30v.c:859 config/tc-d30v.c:875
1994 #: config/tc-d30v.c:884
1996 msgid "Executing %s in IU may not work"
1999 #: config/tc-d30v.c:871
2001 msgid "special left instruction `%s' kills instruction `%s' in right container"
2004 #: config/tc-d30v.c:1250 config/tc-d30v.c:1267
2005 msgid "Cannot assemble instruction"
2008 #: config/tc-d30v.c:1252
2009 msgid "First opcode is long. Unable to mix instructions as specified."
2012 #: config/tc-d30v.c:1320
2013 msgid "word of NOPs added between word multiply and load"
2016 #: config/tc-d30v.c:1322
2017 msgid "word of NOPs added between word multiply and 16-bit multiply"
2020 #: config/tc-d30v.c:1352
2021 msgid "Instruction uses long version, so it cannot be mixed as specified"
2024 #: config/tc-d30v.c:1436 config/tc-d30v.c:1473
2026 msgid "unknown condition code: %s"
2029 #: config/tc-d30v.c:1466
2031 msgid "cmpu doesn't support condition code %s"
2034 #: config/tc-d30v.c:1514
2036 msgid "operands for opcode `%s' do not match any valid format"
2039 #: config/tc-d30v.c:1727
2040 msgid "Odd numbered register used as target of multi-register instruction"
2043 #: config/tc-d30v.c:1824
2045 msgid "line %d: unable to place address of symbol '%s' into a byte"
2048 #: config/tc-d30v.c:1827
2050 msgid "line %d: unable to place value %x into a byte"
2053 #: config/tc-d30v.c:1835
2055 msgid "line %d: unable to place address of symbol '%s' into a short"
2058 #: config/tc-d30v.c:1838
2060 msgid "line %d: unable to place value %x into a short"
2063 #: config/tc-d30v.c:1846
2065 msgid "line %d: unable to place address of symbol '%s' into a quad"
2068 #: config/tc-d30v.c:2016
2070 msgid "value too large to fit in %d bits"
2073 #: config/tc-d30v.c:2159
2075 msgid "Alignment too large: %d assumed"
2078 #: config/tc-h8300.c:254 config/tc-h8300.c:262
2079 msgid "Reg not valid for H8/300"
2082 #: config/tc-h8300.c:423 config/tc-h8300.c:426 config/tc-h8300.c:429
2083 #: config/tc-h8300.c:433
2084 msgid "Invalid register list for ldm/stm\n"
2087 #: config/tc-h8300.c:490 config/tc-h8300.c:553 config/tc-h8300.c:560
2088 msgid "Wrong size pointer register for architecture."
2091 #: config/tc-h8300.c:518 config/tc-h8300.c:527 config/tc-h8300.c:537
2092 msgid "expected @(exp, reg16)"
2095 #: config/tc-h8300.c:617
2096 msgid "expect :8 or :16 here"
2099 #: config/tc-h8300.c:823
2101 msgid "operand %s0x%lx out of range."
2104 #: config/tc-h8300.c:910
2105 msgid "Can't work out size of operand.\n"
2108 #: config/tc-h8300.c:964
2110 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
2113 #: config/tc-h8300.c:1016 config/tc-h8300.c:1036
2114 msgid "Need #1 or #2 here"
2117 #: config/tc-h8300.c:1031
2118 msgid "#4 not valid on H8/300."
2121 #: config/tc-h8300.c:1112 config/tc-h8300.c:1150
2123 msgid "branch operand has odd offset (%lx)\n"
2126 #: config/tc-h8300.c:1191
2127 msgid "destination operand must be 16 bit register"
2130 #: config/tc-h8300.c:1201
2131 msgid "source operand must be 8 bit register"
2134 #: config/tc-h8300.c:1209
2135 msgid "destination operand must be 16bit absolute address"
2138 #: config/tc-h8300.c:1216
2139 msgid "destination operand must be 8 bit register"
2142 #: config/tc-h8300.c:1225
2143 msgid "source operand must be 16bit absolute address"
2146 #: config/tc-h8300.c:1233
2147 msgid "invalid operands"
2150 #: config/tc-h8300.c:1290 config/tc-h8500.c:1129 config/tc-mips.c:8513
2151 #: config/tc-sh.c:1047 config/tc-w65.c:759 config/tc-z8k.c:1235
2152 msgid "unknown opcode"
2155 #: config/tc-h8300.c:1336
2156 msgid "mismatch between opcode size and operand size"
2159 #: config/tc-h8300.c:1348 config/tc-h8500.c:1157 config/tc-sh.c:1144
2160 #: config/tc-w65.c:791 config/tc-z8k.c:1290
2161 msgid "call to tc_crawl_symbol_chain \n"
2164 #: config/tc-h8300.c:1362 config/tc-h8500.c:1171 config/tc-sh.c:1151
2165 #: config/tc-w65.c:805 config/tc-z8k.c:1304
2166 msgid "call to tc_headers_hook \n"
2169 #: config/tc-h8300.c:1451 config/tc-h8500.c:1260 config/tc-z8k.c:1415
2170 msgid "call to tc_aout_fix_to_chars \n"
2173 #: config/tc-h8300.c:1461 config/tc-z8k.c:1425
2174 msgid "call to md_convert_frag \n"
2177 #: config/tc-h8300.c:1506 config/tc-z8k.c:1500
2178 msgid "call tomd_estimate_size_before_relax \n"
2181 #: config/tc-h8500.c:337
2182 msgid ":24 not valid for this opcode"
2185 #: config/tc-h8500.c:344
2186 msgid "expect :8,:16 or :24"
2189 #: config/tc-h8500.c:401
2190 msgid "syntax error in reg list"
2193 #: config/tc-h8500.c:419
2194 msgid "missing final register in range"
2197 #: config/tc-h8500.c:506 config/tc-h8500.c:513 config/tc-h8500.c:519
2198 msgid "expected @(exp, Rn)"
2201 #: config/tc-h8500.c:535
2202 msgid "@Rn+ needs word register"
2205 #: config/tc-h8500.c:545
2206 msgid "@Rn needs word register"
2209 #: config/tc-h8500.c:845 config/tc-sh.c:844
2211 msgid "unhandled %d\n"
2214 #: config/tc-h8500.c:873 config/tc-sh.c:865
2216 msgid "operand must be absolute in range %d..%d"
2219 #: config/tc-h8500.c:963 config/tc-sh.c:986
2221 msgid "failed for %d\n"
2224 #: config/tc-h8500.c:1145 config/tc-sh.c:1082 config/tc-w65.c:779
2225 msgid "invalid operands for opcode"
2228 #: config/tc-hppa.c:1114
2229 msgid "Missing .exit\n"
2232 #: config/tc-hppa.c:1117
2233 msgid "Missing .procend\n"
2236 #: config/tc-hppa.c:1126
2237 msgid "Not in a space.\n"
2240 #: config/tc-hppa.c:1129
2241 msgid "Not in a subspace.\n"
2244 #: config/tc-hppa.c:1291
2245 msgid "Invalid field selector. Assuming F%%."
2248 #: config/tc-hppa.c:1322
2249 msgid "-R option not supported on this target."
2252 #: config/tc-hppa.c:1336
2254 msgid "Internal error: can't hash `%s': %s\n"
2257 #: config/tc-hppa.c:1344 config/tc-i860.c:191 config/tc-sparc.c:704
2259 msgid "internal error: losing opcode: `%s' \"%s\"\n"
2262 #: config/tc-hppa.c:1406 config/tc-hppa.c:6539 config/tc-hppa.c:6591
2263 msgid "Missing function name for .PROC (corrupted label chain)"
2266 #: config/tc-hppa.c:1409 config/tc-hppa.c:6594
2267 msgid "Missing function name for .PROC"
2270 #: config/tc-hppa.c:1518 config/tc-hppa.c:4430
2271 msgid "could not update architecture and machine"
2274 #: config/tc-hppa.c:1714
2275 msgid "Invalid Indexed Load Completer."
2278 #: config/tc-hppa.c:1723
2279 msgid "Invalid Indexed Load Completer Syntax."
2282 #: config/tc-hppa.c:1756
2283 msgid "Invalid Short Load/Store Completer."
2286 #: config/tc-hppa.c:1807 config/tc-hppa.c:1812
2287 msgid "Invalid Store Bytes Short Completer"
2290 #: config/tc-hppa.c:1822 config/tc-hppa.c:1866
2292 msgid "Invalid Compare/Subtract Condition: %c"
2295 #: config/tc-hppa.c:1840 config/tc-hppa.c:2375
2296 msgid "Invalid Compare/Subtract Condition."
2299 #: config/tc-hppa.c:1881
2300 msgid "Invalid Compare/Subtract Condition"
2303 #: config/tc-hppa.c:1970 config/tc-hppa.c:2062
2305 msgid "Invalid Add Condition: %s"
2308 #: config/tc-hppa.c:2132 config/tc-hppa.c:2245
2309 msgid "Invalid Logical Instruction Condition."
2312 #: config/tc-hppa.c:2301
2313 msgid "Invalid Shift/Extract/Deposit Condition."
2316 #: config/tc-hppa.c:2337
2318 msgid "Invalid Bit Branch Condition: %c"
2321 #: config/tc-hppa.c:2776 config/tc-hppa.c:2791
2323 msgid "Invalid CBit Specification: %s"
2326 #: config/tc-hppa.c:2977 config/tc-hppa.c:3010 config/tc-hppa.c:3047
2327 msgid "Branch to unaligned address"
2330 #: config/tc-hppa.c:3147
2331 msgid "Invalid SFU identifier"
2334 #: config/tc-hppa.c:3207
2335 msgid "Invalid COPR identifier"
2338 #: config/tc-hppa.c:3447 config/tc-hppa.c:3473 config/tc-hppa.c:3498
2339 #: config/tc-hppa.c:3523 config/tc-hppa.c:3548
2340 msgid "Invalid register for single precision fmpyadd or fmpysub"
2343 #: config/tc-hppa.c:3572
2344 msgid "Invalid Floating Point Operand Format."
2347 #: config/tc-hppa.c:3595
2349 msgid "Invalid operands %s"
2352 #: config/tc-hppa.c:4130
2353 msgid "Unknown relocation encountered in md_apply_fix."
2356 #: config/tc-hppa.c:4140
2358 msgid "no hppa_fixup entry for this fixup (fixP = 0x%x, type = 0x%x)\n"
2361 #: config/tc-hppa.c:4282 config/tc-hppa.c:4307
2363 msgid "Undefined register: '%s'."
2366 #: config/tc-hppa.c:4345
2368 msgid "Non-absolute symbol: '%s'."
2371 #: config/tc-hppa.c:4360
2373 msgid "Undefined absolute constant: '%s'."
2376 #: config/tc-hppa.c:4469
2378 msgid "Invalid FP Compare Condition: %s"
2381 #: config/tc-hppa.c:4526
2383 msgid "Invalid FTEST completer: %s"
2386 #: config/tc-hppa.c:4593 config/tc-hppa.c:4632
2388 msgid "Invalid FP Operand Format: %3s"
2391 #: config/tc-hppa.c:4713
2392 msgid "Bad segment in expression."
2395 #: config/tc-hppa.c:4772
2396 msgid "Bad segment (should be absolute)."
2399 #: config/tc-hppa.c:4871
2401 msgid "Invalid argument location: %s\n"
2404 #: config/tc-hppa.c:4902
2406 msgid "Invalid argument description: %d"
2409 #: config/tc-hppa.c:4925
2411 msgid "Invalid Nullification: (%c)"
2414 #: config/tc-hppa.c:5657
2416 msgid "Invalid .CALL argument: %s"
2419 #: config/tc-hppa.c:5776
2420 msgid ".callinfo is not within a procedure definition"
2423 #: config/tc-hppa.c:5796
2425 msgid "FRAME parameter must be a multiple of 8: %d\n"
2428 #: config/tc-hppa.c:5815
2429 msgid "Value for ENTRY_GR must be in the range 3..18\n"
2432 #: config/tc-hppa.c:5827
2433 msgid "Value for ENTRY_FR must be in the range 12..21\n"
2436 #: config/tc-hppa.c:5837
2437 msgid "Value for ENTRY_SR must be 3\n"
2440 #: config/tc-hppa.c:5893
2442 msgid "Invalid .CALLINFO argument: %s"
2445 #: config/tc-hppa.c:5983
2446 msgid "The .ENTER pseudo-op is not supported"
2449 #: config/tc-hppa.c:5997
2450 msgid "Misplaced .entry. Ignored."
2453 #: config/tc-hppa.c:6001
2454 msgid "Missing .callinfo."
2457 #: config/tc-hppa.c:6049
2458 msgid ".REG must use a label"
2461 #: config/tc-hppa.c:6051
2462 msgid ".EQU must use a label"
2465 #: config/tc-hppa.c:6102
2466 msgid ".EXIT must appear within a procedure"
2469 #: config/tc-hppa.c:6106
2470 msgid "Missing .callinfo"
2473 #: config/tc-hppa.c:6110
2474 msgid "No .ENTRY for this .EXIT"
2477 #: config/tc-hppa.c:6137
2479 msgid "Cannot define export symbol: %s\n"
2482 #: config/tc-hppa.c:6190
2484 msgid "Using ENTRY rather than CODE in export directive for %s"
2487 #: config/tc-hppa.c:6291
2489 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
2492 #: config/tc-hppa.c:6373
2493 msgid "Missing label name on .LABEL"
2496 #: config/tc-hppa.c:6378
2497 msgid "extra .LABEL arguments ignored."
2500 #: config/tc-hppa.c:6393
2501 msgid "The .LEAVE pseudo-op is not supported"
2504 #: config/tc-hppa.c:6426
2505 msgid "Unrecognized .LEVEL argument\n"
2508 #: config/tc-hppa.c:6460
2510 msgid "Cannot define static symbol: %s\n"
2513 #: config/tc-hppa.c:6493
2514 msgid "Nested procedures"
2517 #: config/tc-hppa.c:6503
2518 msgid "Cannot allocate unwind descriptor\n"
2521 #: config/tc-hppa.c:6598
2522 msgid "misplaced .procend"
2525 #: config/tc-hppa.c:6601
2526 msgid "Missing .callinfo for this procedure"
2529 #: config/tc-hppa.c:6604
2530 msgid "Missing .EXIT for a .ENTRY"
2533 #: config/tc-hppa.c:6704
2534 msgid "Invalid .SPACE argument"
2537 #: config/tc-hppa.c:6752
2538 msgid "Can't change spaces within a procedure definition. Ignored"
2541 #: config/tc-hppa.c:6879
2543 msgid "Undefined space: '%s' Assuming space number = 0."
2546 #: config/tc-hppa.c:6921
2547 msgid "Must be in a space before changing or declaring subspaces.\n"
2550 #: config/tc-hppa.c:6925
2551 msgid "Can't change subspaces within a procedure definition. Ignored"
2554 #: config/tc-hppa.c:6961
2555 msgid "Parameters of an existing subspace can't be modified"
2558 #: config/tc-hppa.c:7014
2559 msgid "Alignment must be a power of 2"
2562 #: config/tc-hppa.c:7056
2563 msgid "FIRST not supported as a .SUBSPACE argument"
2566 #: config/tc-hppa.c:7058
2567 msgid "Invalid .SUBSPACE argument"
2570 #: config/tc-hppa.c:7098
2571 msgid "Ignoring subspace decl due to ELF BFD bugs."
2574 #: config/tc-hppa.c:7261
2576 msgid "Internal error: Unable to find containing space for %s."
2579 #: config/tc-hppa.c:7302
2581 msgid "Out of memory: could not allocate new space chain entry: %s\n"
2584 #: config/tc-hppa.c:7388
2586 msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
2589 #: config/tc-hppa.c:8044
2591 msgid "Symbol '%s' could not be created."
2594 #: config/tc-hppa.c:8048
2595 msgid "No memory for symbol name."
2598 #: config/tc-i386.c:502
2599 msgid "same type of prefix used twice"
2602 #: config/tc-i386.c:536
2603 msgid "Bad argument to syntax directive."
2606 #: config/tc-i386.c:619 config/tc-m68k.c:3630
2608 msgid "Internal Error: Can't hash %s: %s"
2611 #: config/tc-i386.c:850
2615 #: config/tc-i386.c:898 config/tc-i386.c:4360 config/tc-m68k.c:762
2617 msgid "Can not do %d byte pc-relative relocation"
2620 #: config/tc-i386.c:908 config/tc-i386.c:4363 config/tc-m68k.c:769
2622 msgid "Can not do %d byte relocation"
2625 #: config/tc-i386.c:1009 config/tc-i386.c:1095
2627 msgid "no such 386 instruction: `%s'"
2630 #: config/tc-i386.c:1018
2632 msgid "invalid character %s in mnemonic"
2635 #: config/tc-i386.c:1025
2636 msgid "expecting prefix; got nothing"
2639 #: config/tc-i386.c:1027
2640 msgid "expecting mnemonic; got nothing"
2643 #: config/tc-i386.c:1045
2645 msgid "redundant %s prefix"
2648 #: config/tc-i386.c:1104
2650 msgid "expecting string instruction after `%s'"
2653 #: config/tc-i386.c:1127
2655 msgid "invalid character %s before operand %d"
2658 #: config/tc-i386.c:1141
2660 msgid "unbalanced parenthesis in operand %d."
2663 #: config/tc-i386.c:1144
2665 msgid "unbalanced brackets in operand %d."
2668 #: config/tc-i386.c:1153
2670 msgid "invalid character %s in operand %d"
2673 #: config/tc-i386.c:1180
2675 msgid "spurious operands; (%d operands/instruction max)"
2678 #: config/tc-i386.c:1201
2679 msgid "expecting operand after ','; got nothing"
2682 #: config/tc-i386.c:1206
2683 msgid "expecting operand before ','; got nothing"
2686 #. we found no match
2687 #: config/tc-i386.c:1433
2689 msgid "suffix or operands invalid for `%s'"
2692 #. Warn them that a data or address size prefix doesn't affect
2693 #. assembly of the next line of code.
2694 #: config/tc-i386.c:1442
2696 msgid "stand-alone `%s' prefix"
2699 #: config/tc-i386.c:1466 config/tc-i386.c:1481
2700 msgid "`%s' operand %d must use `%%es' segment"
2703 #: config/tc-i386.c:1547 config/tc-i386.c:1586 config/tc-i386.c:1613
2704 msgid "using `%%%s' instead of `%%%s' due to `%c' suffix"
2707 #: config/tc-i386.c:1558 config/tc-i386.c:1575 config/tc-i386.c:1602
2708 msgid "`%%%s' not allowed with `%s%c'"
2711 #: config/tc-i386.c:1642 config/tc-i386.c:1662
2712 msgid "no instruction mnemonic suffix given; can't determine immediate size"
2715 #: config/tc-i386.c:1687
2717 "no instruction mnemonic suffix given and no register operands; can't size "
2721 #. reversed arguments on faddp, fsubp, etc.
2722 #: config/tc-i386.c:1800
2723 msgid "translating to `%s %%%s,%%%s'"
2726 #. extraneous `l' suffix on fp insn
2727 #: config/tc-i386.c:1807
2728 msgid "translating to `%s %%%s'"
2731 #: config/tc-i386.c:2033
2732 msgid "you can't `pop %%cs'"
2735 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc
2736 #: config/tc-i386.c:2064
2738 msgid "translating to `%sp'"
2741 #: config/tc-i386.c:2095 config/tc-i386.c:2198 config/tc-i386.c:2258
2742 msgid "skipping prefixes on this instruction"
2745 #: config/tc-i386.c:2115 config/tc-i386.c:2222 config/tc-i386.c:2271
2746 msgid "16-bit jump out of range"
2749 #: config/tc-i386.c:2217
2751 msgid "`%s' only takes byte displacement; %ld shortened to %d"
2754 #: config/tc-i386.c:2280
2756 msgid "can't handle non absolute segment in `%s'"
2759 #: config/tc-i386.c:2537
2760 msgid "Only 1 or 2 immediate operands are allowed"
2763 #: config/tc-i386.c:2568 config/tc-i386.c:2797
2764 msgid "GOT relocations not supported in 16 bit mode"
2767 #: config/tc-i386.c:2589 config/tc-i386.c:2818
2768 msgid "Bad reloc specifier in expression"
2771 #: config/tc-i386.c:2606 config/tc-i386.c:2851
2773 msgid "Ignoring junk `%s' after expression"
2776 #. missing or bad expr becomes absolute 0
2777 #: config/tc-i386.c:2613
2779 msgid "Missing or invalid immediate expression `%s' taken as 0"
2782 #: config/tc-i386.c:2648 config/tc-i386.c:2870
2784 msgid "Unimplemented segment type %d in operand"
2787 #: config/tc-i386.c:2691
2789 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
2792 #: config/tc-i386.c:2697
2794 msgid "scale factor of %d without an index register"
2797 #: config/tc-i386.c:3045 config/tc-i386.c:3051 config/tc-i386.c:3060
2799 msgid "bad segment name `%s'"
2802 #: config/tc-i386.c:3226 config/tc-i386.c:3481
2804 msgid "too many memory references for `%s'"
2807 #: config/tc-i386.c:3337 config/tc-i386.c:3350 config/tc-i386.c:3662
2808 #: config/tc-i386.c:3675
2810 msgid "`%s' is not a valid %s bit base/index expression"
2813 #: config/tc-i386.c:3434
2815 msgid "bad memory operand `%s'"
2818 #: config/tc-i386.c:3449
2820 msgid "Junk `%s' after register"
2823 #: config/tc-i386.c:3590
2825 msgid "expecting `,' or `)' after index register in `%s'"
2828 #: config/tc-i386.c:3607
2830 msgid "expecting `)' after scale factor in `%s'"
2833 #: config/tc-i386.c:3614
2835 msgid "expecting index register or scale factor after `,'; got '%c'"
2838 #: config/tc-i386.c:3621
2840 msgid "expecting `,' or `)' after base register in `%s'"
2843 #. it's not a memory operand; argh!
2844 #: config/tc-i386.c:3684
2846 msgid "invalid char %s beginning operand %d `%s'"
2849 #: config/tc-i386.c:4087
2850 msgid "Bad call to md_atof ()"
2853 #: config/tc-i386.c:4148 config/tc-i386.c:4161
2855 msgid "bad register name `%s'"
2858 #: config/tc-i386.c:4215
2859 msgid "-m\t\t\tdo long jump\n"
2862 #: config/tc-i386.c:4255
2863 msgid "GOT already in symbol table"
2866 #: config/tc-i386.c:4395 config/tc-mcore.c:2017 config/tc-sh.c:2415
2868 msgid "Cannot represent relocation type %s"
2871 #: config/tc-i860.c:157 config/tc-i860.c:161
2872 msgid "Unknown temporary pseudo register"
2875 #: config/tc-i860.c:183 config/tc-mips.c:1099 config/tc-sparc.c:696
2877 msgid "internal error: can't hash `%s': %s\n"
2880 #: config/tc-i860.c:341
2882 msgid "Expanded opcode after delayed branch: `%s'"
2885 #: config/tc-i860.c:343
2887 msgid "Expanded opcode in dual mode: `%s'"
2890 #: config/tc-i860.c:580
2891 msgid "Fsr1 equals fdest with Pipelining"
2894 #: config/tc-i860.c:631
2895 msgid "5-bit immediate too large"
2898 #: config/tc-i860.c:725
2899 msgid "Illegal operands"
2902 #: config/tc-i860.c:749 config/tc-sparc.c:2338
2906 #: config/tc-i860.c:878
2908 msgid "26-bit branch w/o pc relative set: 0x%08x"
2911 #. align pcrel offset, see manual
2912 #. check for overflow
2913 #: config/tc-i860.c:882
2915 msgid "26-bit branch offset overflow: 0x%08x"
2918 #: config/tc-i860.c:891 config/tc-i860.c:922
2920 msgid "16-bit immediate 4-byte alignment error: 0x%08x"
2923 #: config/tc-i860.c:896 config/tc-i860.c:927
2925 msgid "16-bit immediate 2-byte alignment error: 0x%08x"
2928 #: config/tc-i860.c:904
2930 msgid "16-bit branch offset overflow: 0x%08x"
2933 #: config/tc-i860.c:912
2935 msgid "16-bit immediate 16-byte alignment error: 0x%08x"
2938 #: config/tc-i860.c:917
2940 msgid "16-bit immediate 8-byte alignment error: 0x%08x"
2943 #: config/tc-i860.c:933
2945 msgid "16-bit immediate overflow: 0x%08x"
2948 #: config/tc-i860.c:951
2949 msgid "md_number_to_disp\n"
2952 #: config/tc-i860.c:961
2953 msgid "i860_number_to_field\n"
2956 #: config/tc-i860.c:1001
2957 msgid "i860_convert_frag\n"
2960 #: config/tc-i860.c:1010
2961 msgid "i860_estimate_size_before_relax\n"
2964 #: config/tc-i960.c:544
2966 msgid "Hashing returned \"%s\"."
2969 #. Offset of last character in opcode mnemonic
2970 #: config/tc-i960.c:578
2971 msgid "branch prediction invalid on this opcode"
2974 #: config/tc-i960.c:621
2976 msgid "invalid opcode, \"%s\"."
2979 #: config/tc-i960.c:626
2981 msgid "improper number of operands. expecting %d, got %d"
2984 #: config/tc-i960.c:771 config/tc-m32r.c:1873
2985 msgid "Bad call to md_atof()"
2988 #: config/tc-i960.c:861
2990 msgid "Fixup of %ld too large for field width of %d"
2993 #: config/tc-i960.c:979
2995 msgid "invalid architecture %s"
2998 #: config/tc-i960.c:999
2999 msgid "I960 options:\n"
3002 #: config/tc-i960.c:1002
3005 "\t\t\tspecify variant of 960 architecture\n"
3006 "-b\t\t\tadd code to collect statistics about branches taken\n"
3007 "-link-relax\t\tpreserve individual alignment directives so linker\n"
3008 "\t\t\tcan do relaxing (b.out format only)\n"
3009 "-no-relax\t\tdon't alter compare-and-branch instructions for\n"
3010 "\t\t\tlong displacements\n"
3013 #: config/tc-i960.c:1400
3014 msgid "too many operands"
3017 #: config/tc-i960.c:1460 config/tc-i960.c:1690
3018 msgid "expression syntax error"
3021 #: config/tc-i960.c:1498
3022 msgid "attempt to branch into different segment"
3025 #: config/tc-i960.c:1502
3027 msgid "target of %s instruction must be a label"
3030 #: config/tc-i960.c:1542
3031 msgid "unmatched '['"
3034 #: config/tc-i960.c:1553
3035 msgid "garbage after index spec ignored"
3038 #. We never moved: there was no opcode either!
3039 #: config/tc-i960.c:1620
3040 msgid "missing opcode"
3043 #: config/tc-i960.c:1928
3044 msgid "invalid constant"
3047 #: config/tc-i960.c:2041
3048 msgid "invalid index register"
3051 #: config/tc-i960.c:2064
3052 msgid "invalid scale factor"
3055 #: config/tc-i960.c:2247
3056 msgid "unaligned register"
3059 #: config/tc-i960.c:2270
3060 msgid "no such sfr in this architecture"
3063 #: config/tc-i960.c:2308
3064 msgid "illegal literal"
3067 #. Should not happen: see block comment above
3068 #: config/tc-i960.c:2541
3070 msgid "Trying to 'bal' to %s"
3073 #: config/tc-i960.c:2552
3074 msgid "Looks like a proc, but can't tell what kind.\n"
3077 #: config/tc-i960.c:2584
3078 msgid "should have 1 or 2 operands"
3081 #: config/tc-i960.c:2593 config/tc-i960.c:2612
3083 msgid "Redefining leafproc %s"
3086 #: config/tc-i960.c:2642
3087 msgid "should have two operands"
3090 #: config/tc-i960.c:2652
3091 msgid "'entry_num' must be absolute number in [0,31]"
3094 #: config/tc-i960.c:2661
3096 msgid "Redefining entrynum for sysproc %s"
3099 #: config/tc-i960.c:2772
3100 msgid "architecture of opcode conflicts with that of earlier instruction(s)"
3103 #: config/tc-i960.c:2793
3104 msgid "big endian mode is not supported"
3107 #: config/tc-i960.c:2795
3109 msgid "ignoring unrecognized .endian type `%s'"
3112 #: config/tc-i960.c:3052
3114 msgid "leafproc symbol '%s' undefined"
3117 #: config/tc-i960.c:3062
3119 msgid "Warning: making leafproc entries %s and %s both global\n"
3122 #: config/tc-i960.c:3169
3123 msgid "option --link-relax is only supported in b.out format"
3126 #: config/tc-i960.c:3212
3127 msgid "callj to difference of two symbols"
3130 #. Pretend that we do not recognise this option.
3131 #: config/tc-m32r.c:232
3133 msgid "%s: unrecognised option: -hidden\n"
3136 #: config/tc-m32r.c:265
3137 msgid " M32R specific command line options:\n"
3140 #: config/tc-m32r.c:287
3142 " -warn-unmatched-high warn when an (s)high reloc has no matching low "
3146 #: config/tc-m32r.c:289
3147 msgid " -no-warn-unmatched-high do not warn about missing low relocs\n"
3150 #: config/tc-m32r.c:291
3151 msgid " -Wuh synonym for -warn-unmatched-high\n"
3154 #: config/tc-m32r.c:293
3155 msgid " -Wnuh synonym for -no-warn-unmatched-high\n"
3158 #: config/tc-m32r.c:297
3159 msgid " -relax create linker relaxable code\n"
3162 #: config/tc-m32r.c:299
3163 msgid " -cpu-desc provide runtime cpu description file\n"
3166 #: config/tc-m32r.c:429 read.c:2734 read.c:4799
3168 msgid "symbol `%s' already defined"
3171 #: config/tc-m32r.c:700
3172 msgid "Instructions write to the same destination register."
3175 #: config/tc-m32r.c:708
3176 msgid "Instructions do not use parallel execution pipelines."
3179 #: config/tc-m32r.c:715
3180 msgid "Instructions share the same execution pipeline"
3183 #: config/tc-m32r.c:784 config/tc-m32r.c:870
3185 msgid "not a 16 bit instruction '%s'"
3188 #: config/tc-m32r.c:791 config/tc-m32r.c:877 config/tc-m32r.c:1038
3190 msgid "unknown instruction '%s'"
3193 #: config/tc-m32r.c:799 config/tc-m32r.c:884 config/tc-m32r.c:1045
3195 msgid "instruction '%s' is for the M32RX only"
3198 #: config/tc-m32r.c:807 config/tc-m32r.c:892
3200 msgid "instruction '%s' cannot be executed in parallel."
3203 #: config/tc-m32r.c:854 config/tc-m32r.c:917 config/tc-m32r.c:1098
3204 msgid "internal error: lookup/get operands failed"
3207 #: config/tc-m32r.c:902
3209 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
3212 #: config/tc-m32r.c:931
3215 "%s: output of 1st instruction is the same as an input to 2nd instruction - "
3216 "is this intentional ?"
3219 #: config/tc-m32r.c:935
3222 "%s: output of 2nd instruction is the same as an input to 1st instruction - "
3223 "is this intentional ?"
3226 #: config/tc-m32r.c:1264 config/tc-ppc.c:1330 config/tc-ppc.c:3534 read.c:1349
3227 msgid "Expected comma after symbol-name: rest of line ignored."
3230 #: config/tc-m32r.c:1273
3232 msgid ".SCOMMon length (%ld.) <0! Ignored."
3235 #: config/tc-m32r.c:1287 config/tc-ppc.c:1352 config/tc-ppc.c:2261
3236 #: config/tc-ppc.c:3558
3237 msgid "ignoring bad alignment"
3240 #: config/tc-m32r.c:1313 config/tc-ppc.c:1363 config/tc-ppc.c:3570 read.c:1369
3243 msgid "Ignoring attempt to re-define symbol `%s'."
3246 #: config/tc-m32r.c:1322
3248 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
3251 #: config/tc-m32r.c:1566
3252 msgid "Addend to unresolved symbol not on word boundary."
3255 #: config/tc-m32r.c:1795
3256 msgid "Unmatched high/shigh reloc"
3259 #: config/tc-m68k.c:636
3260 msgid "Unknown PC relative instruction"
3263 #: config/tc-m68k.c:764
3265 msgid "Can not do %d byte pc-relative pic relocation"
3268 #: config/tc-m68k.c:771
3270 msgid "Can not do %d byte pic relocation"
3273 #: config/tc-m68k.c:875 config/tc-mips.c:11891
3275 msgid "Cannot make %s relocation PC relative"
3278 #: config/tc-m68k.c:987 config/tc-tahoe.c:1505 config/tc-vax.c:1773
3282 #: config/tc-m68k.c:1017 config/tc-tahoe.c:1522 config/tc-vax.c:1790
3283 msgid "Unknown operator"
3286 #: config/tc-m68k.c:1764
3287 msgid "invalid instruction for this architecture; needs "
3290 #: config/tc-m68k.c:1769
3291 msgid "fpu (68040, 68060 or 68881/68882)"
3294 #: config/tc-m68k.c:1772
3295 msgid "mmu (68030 or 68851)"
3298 #: config/tc-m68k.c:1775
3299 msgid "68020 or higher"
3302 #: config/tc-m68k.c:1778
3303 msgid "68000 or higher"
3306 #: config/tc-m68k.c:1781
3307 msgid "68010 or higher"
3310 #: config/tc-m68k.c:1809
3311 msgid "operands mismatch"
3314 #: config/tc-m68k.c:1866 config/tc-m68k.c:1872 config/tc-m68k.c:1878
3315 msgid "operand out of range"
3318 #: config/tc-m68k.c:1935
3320 msgid "Bignum too big for %c format; truncated"
3323 #: config/tc-m68k.c:2003
3324 msgid "displacement too large for this architecture; needs 68020 or higher"
3327 #: config/tc-m68k.c:2113
3329 "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
3332 #: config/tc-m68k.c:2167
3333 msgid "Forcing byte displacement"
3336 #: config/tc-m68k.c:2169
3337 msgid "byte displacement out of range"
3340 #: config/tc-m68k.c:2216 config/tc-m68k.c:2254
3341 msgid "invalid operand mode for this architecture; needs 68020 or higher"
3344 #: config/tc-m68k.c:2240 config/tc-m68k.c:2274
3345 msgid ":b not permitted; defaulting to :w"
3348 #: config/tc-m68k.c:2356
3349 msgid "unsupported byte value; use a different suffix"
3352 #: config/tc-m68k.c:2370
3353 msgid "unknown/incorrect operand"
3356 #: config/tc-m68k.c:2403 config/tc-m68k.c:2411 config/tc-m68k.c:2418
3357 #: config/tc-m68k.c:2425
3358 msgid "out of range"
3361 #: config/tc-m68k.c:2475
3362 msgid "Can't use long branches on 68000/68010/5200"
3365 #: config/tc-m68k.c:2563
3366 msgid "Expression out of range, using 0"
3369 #: config/tc-m68k.c:2668 config/tc-m68k.c:2684
3370 msgid "Floating point register in register list"
3373 #: config/tc-m68k.c:2674
3374 msgid "Wrong register in floating-point reglist"
3377 #: config/tc-m68k.c:2690
3378 msgid "incorrect register in reglist"
3381 #: config/tc-m68k.c:2696
3382 msgid "wrong register in floating-point reglist"
3385 #: config/tc-m68k.c:2772
3386 msgid "failed sanity check"
3390 #: config/tc-m68k.c:3108
3395 #: config/tc-m68k.c:3119
3399 #: config/tc-m68k.c:3136
3400 msgid "Missing operand"
3403 #: config/tc-m68k.c:3427
3405 msgid "%s -- statement `%s' ignored"
3408 #: config/tc-m68k.c:3471
3410 msgid "Don't know how to figure width of %c in md_assemble()"
3413 #: config/tc-m68k.c:3639 config/tc-m68k.c:3675
3415 msgid "Internal Error: Can't find %s in hash table"
3418 #: config/tc-m68k.c:3642 config/tc-m68k.c:3678
3420 msgid "Internal Error: Can't hash %s: %s"
3423 #: config/tc-m68k.c:3804
3425 msgid "unrecognized default cpu `%s' ???"
3428 #: config/tc-m68k.c:3816
3429 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
3432 #: config/tc-m68k.c:3836
3433 msgid "options for 68881 and no-68881 both given"
3436 #: config/tc-m68k.c:3838
3437 msgid "options for 68851 and no-68851 both given"
3440 #: config/tc-m68k.c:3909
3442 msgid "text label `%s' aligned to odd boundary"
3445 #: config/tc-m68k.c:4126
3446 msgid "invalid byte branch offset"
3449 #: config/tc-m68k.c:4183
3450 msgid "short branch with zero offset: use :w"
3453 #: config/tc-m68k.c:4229
3454 msgid "Long branch offset not supported."
3457 #: config/tc-m68k.c:4290
3459 msgid "Internal error (long PC-relative operand) for insn 0x%04x at 0x%lx"
3462 #: config/tc-m68k.c:4321
3463 msgid "displacement doesn't fit in one byte"
3466 #: config/tc-m68k.c:4434
3467 msgid "Long branch offset to extern symbol not supported."
3470 #: config/tc-m68k.c:4783 config/tc-m68k.c:4794
3471 msgid "expression out of range: defaulting to 1"
3474 #: config/tc-m68k.c:4826
3475 msgid "expression out of range: defaulting to 0"
3478 #: config/tc-m68k.c:4859 config/tc-m68k.c:4871
3480 msgid "Can't deal with expression; defaulting to %ld"
3483 #: config/tc-m68k.c:4885
3484 msgid "expression doesn't fit in BYTE"
3487 #: config/tc-m68k.c:4889
3488 msgid "expression doesn't fit in WORD"
3491 #: config/tc-m68k.c:4982
3493 msgid "%s: unrecognized processor name"
3496 #: config/tc-m68k.c:5047
3497 msgid "bad coprocessor id"
3500 #: config/tc-m68k.c:5053
3501 msgid "unrecognized fopt option"
3504 #: config/tc-m68k.c:5187
3506 msgid "option `%s' may not be negated"
3509 #: config/tc-m68k.c:5198
3511 msgid "option `%s' not recognized"
3514 #: config/tc-m68k.c:5231
3515 msgid "bad format of OPT NEST=depth"
3518 #: config/tc-m68k.c:5294
3519 msgid "missing label"
3522 #: config/tc-m68k.c:5318 config/tc-m68k.c:5347
3523 msgid "bad register list"
3526 #: config/tc-m68k.c:5320
3528 msgid "bad register list: %s"
3531 #: config/tc-m68k.c:5418
3532 msgid "restore without save"
3535 #: config/tc-m68k.c:5595 config/tc-m68k.c:5944
3536 msgid "syntax error in structured control directive"
3539 #: config/tc-m68k.c:5646
3540 msgid "missing condition code in structured control directive"
3543 #: config/tc-m68k.c:5978
3544 msgid "missing then"
3547 #: config/tc-m68k.c:6060
3548 msgid "else without matching if"
3551 #: config/tc-m68k.c:6094
3552 msgid "endi without matching if"
3555 #: config/tc-m68k.c:6135
3556 msgid "break outside of structured loop"
3559 #: config/tc-m68k.c:6174
3560 msgid "next outside of structured loop"
3563 #: config/tc-m68k.c:6226
3567 #: config/tc-m68k.c:6264
3568 msgid "missing to or downto"
3571 #: config/tc-m68k.c:6300 config/tc-m68k.c:6334 config/tc-m68k.c:6544
3575 #: config/tc-m68k.c:6437
3576 msgid "endf without for"
3579 #: config/tc-m68k.c:6493
3580 msgid "until without repeat"
3583 #: config/tc-m68k.c:6580
3584 msgid "endw without while"
3587 #: config/tc-m68k.c:6696
3589 msgid "unrecognized option `%s'"
3592 #: config/tc-m68k.c:6741
3594 msgid "unrecognized architecture specification `%s'"
3597 #: config/tc-m68k.c:6811
3600 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
3601 "-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060\n"
3602 " | -m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360\n"
3603 " | -mcpu32 | -m5200\n"
3604 "\t\t\tspecify variant of 680X0 architecture [default 68020]\n"
3605 "-m68881 | -m68882 | -mno-68881 | -mno-68882\n"
3606 "\t\t\ttarget has/lacks floating-point coprocessor\n"
3607 "\t\t\t[default yes for 68020, 68030, and cpu32]\n"
3610 #: config/tc-m68k.c:6821
3612 "-m68851 | -mno-68851\n"
3613 "\t\t\ttarget has/lacks memory-management unit coprocessor\n"
3614 "\t\t\t[default yes for 68020 and up]\n"
3615 "-pic, -k\t\tgenerate position independent code\n"
3616 "-S\t\t\tturn jbsr into jsr\n"
3617 "--register-prefix-optional\n"
3618 "\t\t\trecognize register names without prefix character\n"
3619 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
3622 #: config/tc-m68k.c:6830
3624 "--base-size-default-16\tbase reg without size is 16 bits\n"
3625 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
3626 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
3627 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
3630 #: config/tc-m68k.c:6865
3632 msgid "Error %s in %s\n"
3635 #: config/tc-m68k.c:6869
3637 msgid "Opcode(%d.%s): "
3640 #: config/tc-m88k.c:206
3642 msgid "Can't hash instruction '%s':%s"
3645 #: config/tc-m88k.c:258
3647 msgid "Invalid mnemonic '%s'"
3650 #: config/tc-m88k.c:278
3651 msgid "Parameter syntax error"
3654 #: config/tc-m88k.c:333
3655 msgid "Unknown relocation type"
3658 #. Having this here repeats the warning somtimes.
3659 #. But can't we stand that?
3660 #: config/tc-m88k.c:446
3661 msgid "Use of obsolete instruction"
3664 #: config/tc-m88k.c:563
3665 msgid "Expression truncated to 16 bits"
3668 #: config/tc-m88k.c:629 config/tc-m88k.c:651
3669 msgid "Expression truncated to 5 bits"
3672 #: config/tc-m88k.c:873
3673 msgid "Expression truncated to 9 bits"
3676 #: config/tc-m88k.c:895
3677 msgid "Removed lower 2 bits of expression"
3680 #: config/tc-m88k.c:1034
3681 msgid "Bad relocation type"
3684 #: config/tc-m88k.c:1047
3685 msgid "md_number_to_disp not defined"
3688 #: config/tc-m88k.c:1057
3689 msgid "md_number_to_field not defined"
3692 #: config/tc-m88k.c:1170
3693 msgid "Relaxation should never occur"
3696 #: config/tc-m88k.c:1267 config/tc-sparc.c:3024 read.c:1940
3698 msgid "BSS length (%d.) <0! Ignored."
3701 #: config/tc-m88k.c:1311
3703 msgid "Ignoring attempt to re-define symbol %s."
3706 #: config/tc-mcore.c:273
3708 msgid "register expected, but saw '%.6s'"
3711 #: config/tc-mcore.c:357
3713 msgid "control register expected, but saw '%.6s'"
3716 #: config/tc-mcore.c:513
3717 msgid "more than 65K literal pools"
3720 #: config/tc-mcore.c:567
3724 #: config/tc-mcore.c:607
3725 msgid "operand must be a constant"
3728 #: config/tc-mcore.c:609
3730 msgid "operand must be absolute in range %d..%d, not %d"
3733 #: config/tc-mcore.c:646
3734 msgid "operand must be a multiple of 4"
3737 #: config/tc-mcore.c:653
3738 msgid "operand must be a multiple of 2"
3741 #: config/tc-mcore.c:667 config/tc-mcore.c:1177 config/tc-mcore.c:1231
3742 msgid "base register expected"
3745 #: config/tc-mcore.c:716
3747 msgid "unknown opcode \"%s\""
3750 #: config/tc-mcore.c:759
3751 msgid "invalid register: r15 illegal"
3754 #: config/tc-mcore.c:808
3755 msgid "M340 specific opcode used when assembling for M210"
3758 #: config/tc-mcore.c:827 config/tc-mcore.c:866 config/tc-mcore.c:885
3759 #: config/tc-mcore.c:904 config/tc-mcore.c:931 config/tc-mcore.c:960
3760 #: config/tc-mcore.c:997 config/tc-mcore.c:1032 config/tc-mcore.c:1051
3761 #: config/tc-mcore.c:1070 config/tc-mcore.c:1102 config/tc-mcore.c:1124
3762 #: config/tc-mcore.c:1180 config/tc-mcore.c:1234 config/tc-mcore.c:1269
3763 #: config/tc-mcore.c:1323 config/tc-mcore.c:1345 config/tc-mcore.c:1368
3764 msgid "second operand missing"
3767 #: config/tc-mcore.c:842
3768 msgid "destination register must be r1"
3771 #: config/tc-mcore.c:863
3772 msgid "source register must be r1"
3775 #: config/tc-mcore.c:926 config/tc-mcore.c:983
3776 msgid "immediate is not a power of two"
3779 #: config/tc-mcore.c:954
3780 msgid "translating bgeni to movi"
3783 #: config/tc-mcore.c:991
3784 msgid "translating mgeni to movi"
3787 #: config/tc-mcore.c:1023
3788 msgid "translating bmaski to movi"
3791 #: config/tc-mcore.c:1097
3793 msgid "displacement too large (%d)"
3796 #: config/tc-mcore.c:1111
3797 msgid "Invalid register: r0 and r15 illegal"
3800 #: config/tc-mcore.c:1138
3801 msgid "bad starting register: r0 and r15 invalid"
3804 #: config/tc-mcore.c:1151
3805 msgid "ending register must be r15"
3808 #: config/tc-mcore.c:1171
3809 msgid "bad base register: must be r0"
3812 #: config/tc-mcore.c:1189
3813 msgid "first register must be r4"
3816 #: config/tc-mcore.c:1200
3817 msgid "last register must be r7"
3820 #: config/tc-mcore.c:1237
3821 msgid "reg-reg expected"
3824 #: config/tc-mcore.c:1342
3825 msgid "second operand must be 1"
3828 #: config/tc-mcore.c:1363
3829 msgid "zero used as immediate value"
3832 #: config/tc-mcore.c:1374
3834 msgid "unimplemented opcode \"%s\""
3837 #: config/tc-mcore.c:1444 config/tc-w65.c:856
3838 msgid "Bad call to MD_NTOF()"
3841 #: config/tc-mcore.c:1513
3843 msgid "unrecognised cpu type '%s'"
3846 #: config/tc-mcore.c:1535
3848 "MCORE specific options:\n"
3849 " -{no-}jsri2bsr\t disable/enable jsri to bsr transformation (def: on)\n"
3850 " -{no-}sifilter\t disable/enable silicon filter behavior (def: off)\n"
3851 " -relax\t\t alter jump instructions for long displacements\n"