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: 2002-02-08 04:20-0200\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Transfer-Encoding: 8bit\n"
17 #: app.c:476 app.c:490
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:1075 app.c:1129 app.c:1139 app.c:1204
55 msgid "end of file in comment; newline inserted"
59 msgid "missing emulation mode name"
64 msgid "unrecognized emulation name `%s'"
69 msgid "GNU assembler version %s (%s) using BFD version %s"
74 msgid "GNU assembler version %s (%s)"
79 msgid "Usage: %s [option...] [asmfile...]\n"
85 " -a[sub-option...]\t turn on listings\n"
86 " \t Sub-options [default hls]:\n"
87 " \t c omit false conditionals\n"
88 " \t d omit debugging directives\n"
89 " \t h include high-level source\n"
90 " \t l include assembly\n"
91 " \t m include macro expansions\n"
92 " \t n omit forms processing\n"
93 " \t s include symbols\n"
94 " \t =FILE list to FILE (must be last sub-option)\n"
98 msgid " -D produce assembler debugging messages\n"
102 msgid " --defsym SYM=VAL define symbol SYM to given value\n"
107 msgid " emulate output (default %s)\n"
111 msgid " -f skip whitespace and comment preprocessing\n"
115 msgid " --gstabs generate stabs debugging information\n"
119 msgid " --gdwarf2 generate DWARF2 debugging information\n"
123 msgid " --help show this message and exit\n"
127 msgid " --target-help show target specific options\n"
132 " -I DIR add DIR to search list for .include directives\n"
136 msgid " -J don't warn about signed overflow\n"
141 " -K warn when differences altered for long "
146 msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n"
150 msgid " -M,--mri assemble in MRI compatibility mode\n"
155 " --MD FILE write dependency information in FILE (default "
160 msgid " -nocpp ignored\n"
165 " -o OBJFILE name the object-file output OBJFILE (default a."
170 msgid " -R fold data section into text section\n"
175 " --statistics print various measured statistics from execution\n"
179 msgid " --strip-local-absolute strip local absolute symbols\n"
184 " --traditional-format Use same format as native assembler when possible\n"
188 msgid " --version print assembler version number and exit\n"
192 msgid " -W --no-warn suppress warnings\n"
196 msgid " --warn don't suppress warnings\n"
200 msgid " --fatal-warnings treat warnings as errors\n"
205 " --itbl INSTTBL extend instruction set to include instructions\n"
206 " matching the specifications defined in file "
211 msgid " -w ignored\n"
215 msgid " -X ignored\n"
219 msgid " -Z generate object file even after errors\n"
224 " --listing-lhs-width set the width in words of the output data column "
231 " --listing-lhs-width2 set the width in words of the continuation lines\n"
232 " of the output data column; ignored if smaller "
234 " the width of the first line\n"
239 " --listing-rhs-width set the max width in characters of the lines from\n"
245 " --listing-cont-lines set the maximum number of continuation lines used\n"
246 " for the output data column of the listing\n"
249 #: as.c:327 gasp.c:3528
251 msgid "Report bugs to %s\n"
254 #. This output is intended to follow the GNU standards document.
257 msgid "GNU assembler %s\n"
261 msgid "Copyright 2002 Free Software Foundation, Inc.\n"
264 #: as.c:529 gasp.c:3627
266 "This program is free software; you may redistribute it under the terms of\n"
267 "the GNU General Public License. This program has absolutely no warranty.\n"
272 msgid "This assembler was configured for a target of `%s'.\n"
276 msgid "multiple emulation names specified"
280 msgid "emulations not handled in this configuration"
290 msgid "canonical = %s\n"
295 msgid "cpu-type = %s\n"
300 msgid "format = %s\n"
305 msgid "bfd-target = %s\n"
309 msgid "bad defsym; format is --defsym name=value"
313 msgid "no file name following -t option"
318 msgid "failed to read instruction table %s\n"
323 msgid "invalid listing option `%c'"
328 msgid "%d warnings, treating warnings as errors"
333 msgid "%s: total time in assembly: %ld.%06ld\n"
338 msgid "%s: data size %ld\n"
343 msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
347 #. * We have a GROSS internal error.
348 #. * This should never happen.
350 #: atof-generic.c:437 config/tc-m68k.c:2879
351 msgid "failed sanity check"
355 msgid "invalid identifier for \".ifdef\""
359 msgid "non-constant expression in \".if\" statement"
363 msgid "bad format for ifc or ifnc"
367 msgid "\".elseif\" without matching \".if\""
371 msgid "\".elseif\" after \".else\""
374 #: cond.c:267 cond.c:375
375 msgid "here is the previous \"else\""
378 #: cond.c:270 cond.c:378
379 msgid "here is the previous \"if\""
383 msgid "non-constant expression in \".elseif\" statement"
387 msgid "\".endif\" without \".if\""
391 msgid "\".else\" without matching \".if\""
395 msgid "duplicate \"else\""
399 msgid ".ifeqs syntax error"
403 msgid "end of macro inside conditional"
407 msgid "end of file inside conditional"
411 msgid "here is the start of the unterminated conditional"
415 msgid "here is the \"else\" of the unterminated conditional"
418 #: config/obj-aout.c:162
420 msgid "Attempt to put a common symbol into set %s"
423 #: config/obj-aout.c:166
425 msgid "Attempt to put an undefined symbol into set %s"
428 #: config/obj-aout.c:197 config/obj-coff.c:1274
430 msgid "Symbol `%s' can not be both weak and common"
433 #: config/obj-aout.c:255 config/obj-coff.c:2010
434 msgid "unresolved relocation"
437 #: config/obj-aout.c:257 config/obj-coff.c:2012
439 msgid "bad relocation: symbol `%s' not in symbol table"
442 #: config/obj-aout.c:344
444 msgid "%s: bad type for weak symbol"
447 #: config/obj-aout.c:458 config/obj-coff.c:2956 write.c:1933
449 msgid "%s: global symbols not supported in common sections"
452 #: config/obj-aout.c:524
454 msgid "Local symbol %s never defined."
457 #: config/obj-aout.c:612
458 msgid "subsegment index too high"
461 #: config/obj-bout.c:319 config/obj-vms.c:562
463 msgid "Local symbol %s never defined"
466 #: config/obj-coff.c:166
468 msgid "Inserting \"%s\" into structure table failed: %s"
471 #. Zero is used as an end marker in the file.
472 #: config/obj-coff.c:469
473 msgid "Line numbers must be positive integers\n"
476 #: config/obj-coff.c:503 config/obj-coff.c:2371
477 msgid ".ln pseudo-op inside .def/.endef: ignored."
480 #: config/obj-coff.c:546 ecoff.c:3280
481 msgid ".loc outside of .text"
484 #: config/obj-coff.c:553
485 msgid ".loc pseudo-op inside .def/.endef: ignored."
488 #: config/obj-coff.c:641 config/obj-coff.c:2428
489 msgid ".def pseudo-op used inside of .def/.endef: ignored."
492 #: config/obj-coff.c:687 config/obj-coff.c:2480
493 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
496 #: config/obj-coff.c:725
498 msgid "`%s' symbol without preceding function"
501 #: config/obj-coff.c:812 config/obj-coff.c:2555
503 msgid "unexpected storage class %d"
506 #: config/obj-coff.c:925 config/obj-coff.c:2662
507 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
510 #: config/obj-coff.c:945 config/obj-coff.c:2682
511 msgid "badly formed .dim directive ignored"
514 #: config/obj-coff.c:996 config/obj-coff.c:2745
515 msgid ".size pseudo-op used outside of .def/.endef ignored."
518 #: config/obj-coff.c:1012 config/obj-coff.c:2761
519 msgid ".scl pseudo-op used outside of .def/.endef ignored."
522 #: config/obj-coff.c:1030 config/obj-coff.c:2779
523 msgid ".tag pseudo-op used outside of .def/.endef ignored."
526 #: config/obj-coff.c:1049 config/obj-coff.c:2797
528 msgid "tag not found for .tag %s"
531 #: config/obj-coff.c:1064 config/obj-coff.c:2812
532 msgid ".type pseudo-op used outside of .def/.endef ignored."
535 #: config/obj-coff.c:1086 config/obj-coff.c:2834
536 msgid ".val pseudo-op used outside of .def/.endef ignored."
539 #: config/obj-coff.c:1231 config/obj-coff.c:3029
540 msgid "mismatched .eb"
543 #: config/obj-coff.c:1252 config/obj-coff.c:3069
544 msgid "C_EFCN symbol out of scope"
550 #: config/obj-coff.c:1476
552 msgid "unsupported section attribute '%c'"
555 #: config/obj-coff.c:1481 config/obj-coff.c:3774 config/tc-ppc.c:4211
557 msgid "unknown section attribute '%c'"
560 #: config/obj-coff.c:1511 config/tc-ppc.c:4229 config/tc-tic54x.c:4133
563 msgid "error setting flags for \"%s\": %s"
566 #: config/obj-coff.c:1522
568 msgid "Ignoring changed section attributes for %s"
571 #: config/obj-coff.c:1658
573 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
576 #: config/obj-coff.c:1838 config/obj-ieee.c:69
577 msgid "Out of step\n"
580 #: config/obj-coff.c:2287
581 msgid "bfd_coff_swap_scnhdr_out failed"
584 #: config/obj-coff.c:2512
585 msgid "`.bf' symbol without preceding function\n"
588 #: config/obj-coff.c:3466 config/obj-ieee.c:507
590 msgid "FATAL: Can't create %s"
593 #: config/obj-coff.c:3648
595 msgid "Can't close %s: %s"
598 #: config/obj-coff.c:3682
600 msgid "Too many new sections; can't add \"%s\""
603 #: config/obj-coff.c:4089 config/tc-sparc.c:3537
604 msgid "Expected comma after name"
607 #: config/obj-coff.c:4095
608 msgid "Missing size expression"
611 #: config/obj-coff.c:4101
613 msgid "lcomm length (%d.) <0! Ignored."
616 #: config/obj-coff.c:4129
618 msgid "Symbol %s already defined"
621 #: config/obj-coff.c:4224 config/tc-i960.c:3206
623 msgid "No 'bal' entry point for leafproc %s"
626 #: config/obj-coff.c:4303
628 msgid "Negative of non-absolute symbol %s"
631 #: config/obj-coff.c:4324
632 msgid "callj to difference of 2 symbols"
635 #: config/obj-coff.c:4370
637 msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld."
640 #. This is a COBR instruction. They have only a 13-bit
641 #. displacement and are only to be used for local branches:
642 #. flag as error, don't generate relocation.
643 #: config/obj-coff.c:4459 config/tc-i960.c:3226 write.c:2826
644 msgid "can't use COBR format with external label"
647 #: config/obj-coff.c:4534
649 msgid "Value of %ld too large for field of %d bytes at 0x%lx"
652 #: config/obj-coff.c:4548
654 msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx"
657 #: config/obj-ecoff.c:227
658 msgid "Can't set GP value"
661 #: config/obj-ecoff.c:234
662 msgid "Can't set register masks"
665 #: config/obj-elf.c:308
666 msgid "expected comma after symbol-name"
669 #: config/obj-elf.c:315 config/tc-sparc.c:3690
671 msgid ".COMMon length (%d.) <0! Ignored."
674 #: config/obj-elf.c:325 ecoff.c:3399 read.c:1403 read.c:1504 read.c:2137
675 #: read.c:2226 read.c:2856 read.c:4937 symbols.c:361 symbols.c:460
677 msgid "symbol `%s' is already defined"
680 #: config/obj-elf.c:333
682 msgid "length of .comm \"%s\" is already %ld; not changed to %d"
685 #: config/obj-elf.c:356
686 msgid "common alignment negative; 0 assumed"
689 #: config/obj-elf.c:375
690 msgid "common alignment not a power of 2"
693 #: config/obj-elf.c:438 config/tc-sparc.c:3832 config/tc-v850.c:450
695 msgid "bad .common segment %s"
698 #: config/obj-elf.c:668
700 msgid "setting incorrect section type for %s"
703 #: config/obj-elf.c:672
705 msgid "ignoring incorrect section type for %s"
708 #: config/obj-elf.c:685
710 msgid "setting incorrect section attributes for %s"
713 #: config/obj-elf.c:732
715 msgid "ignoring changed section attributes for %s"
718 #: config/obj-elf.c:734
720 msgid "ignoring changed section entity size for %s"
723 #: config/obj-elf.c:737
725 msgid "ignoring new section group for %s"
728 #: config/obj-elf.c:788
729 msgid "unrecognized .section attribute: want a,w,x,M,S,G"
732 #: config/obj-elf.c:828
733 msgid "unrecognized section attribute"
736 #: config/obj-elf.c:850 read.c:2538
737 msgid "unrecognized section type"
740 #: config/obj-elf.c:880
744 #: config/obj-elf.c:987
745 msgid "invalid merge entity size"
748 #: config/obj-elf.c:994
749 msgid "entity size for SHF_MERGE not specified"
752 #: config/obj-elf.c:1007
753 msgid "group name for SHF_GROUP not specified"
756 #: config/obj-elf.c:1020
757 msgid "character following name is not '#'"
760 #: config/obj-elf.c:1121
761 msgid ".previous without corresponding .section; ignored"
764 #: config/obj-elf.c:1148
765 msgid ".popsection without corresponding .pushsection; ignored"
768 #: config/obj-elf.c:1202
769 msgid "expected comma after name in .symver"
772 #: config/obj-elf.c:1225
774 msgid "missing version name in `%s' for symbol `%s'"
777 #: config/obj-elf.c:1236
779 msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
782 #: config/obj-elf.c:1470
783 msgid "expected quoted string"
786 #: config/obj-elf.c:1491
788 msgid "expected comma after name `%s' in .size directive"
791 #: config/obj-elf.c:1500
792 msgid "missing expression in .size directive"
795 #: config/obj-elf.c:1583
797 msgid "unrecognized symbol type \"%s\""
800 #: config/obj-elf.c:1764
801 msgid ".size expression too complicated to fix up"
804 #: config/obj-elf.c:1796
807 "invalid attempt to declare external version name as default in symbol `%s'"
810 #: config/obj-elf.c:1855 ecoff.c:3644
812 msgid "symbol `%s' can not be both weak and common"
815 #: config/obj-elf.c:1971
817 msgid "can't create group: %s"
820 #: config/obj-elf.c:2076
822 msgid "failed to set up debugging information: %s"
825 #: config/obj-elf.c:2096
827 msgid "can't start writing .mdebug section: %s"
830 #: config/obj-elf.c:2104
832 msgid "could not write .mdebug section: %s"
835 #: config/obj-ieee.c:455
836 msgid "too many sections"
839 #: config/obj-som.c:138
840 msgid "Only one .version pseudo-op per file!"
843 #: config/obj-som.c:155 config/obj-som.c:201
844 msgid "Expected quoted string"
847 #: config/obj-som.c:164
849 msgid "FATAL: Attaching version header %s"
852 #: config/obj-som.c:184
853 msgid "Only one .copyright pseudo-op per file!"
856 #: config/obj-som.c:210
858 msgid "FATAL: Attaching copyright header %s"
861 #: config/obj-vms.c:463
863 msgid "compiler emitted zero-size common symbol `%s' already defined"
866 #: config/obj-vms.c:473
868 msgid "compiler redefined zero-size common symbol `%s'"
871 #: config/obj-vms.c:592
873 msgid "Couldn't create VMS object file \"%s\""
876 #: config/obj-vms.c:617
877 msgid "I/O error writing VMS object file (length prefix)"
880 #: config/obj-vms.c:631
881 msgid "I/O error writing VMS object file"
884 #: config/obj-vms.c:1221
886 msgid "Couldn't find source file \"%s\", status=%%X%x"
889 #: config/obj-vms.c:1719 config/obj-vms.c:2895
891 msgid "debugger forward reference error, dbx type %d"
894 #: config/obj-vms.c:1794
896 msgid "Variable descriptor %d too complicated. Defined as `void *'."
899 #: config/obj-vms.c:2108
901 "***Warning - the assembly code generated by the compiler has placed \n"
902 " global constant(s) in the text psect. These will not be available to \n"
903 " other modules, since this is not the correct way to handle this. You \n"
904 " have two options: 1) get a patched compiler that does not put global \n"
905 " constants in the text psect, or 2) remove the 'const' keyword from \n"
906 " definitions of global variables in your source module(s). Don't say \n"
907 " I didn't warn you! \n"
910 #: config/obj-vms.c:2422
912 msgid "debugginer output: %d is an unknown untyped variable."
915 #: config/obj-vms.c:2640
917 msgid "debugger output: structure element `%s' has undefined type"
920 #: config/obj-vms.c:2751
922 msgid "debugger output: %d is an unknown type of variable."
925 #: config/obj-vms.c:2884
927 msgid "debugger output: Unable to resolve %d circular references."
930 #: config/obj-vms.c:3086
932 msgid "Module name truncated: %s\n"
935 #: config/obj-vms.c:3364
937 msgid "Symbol %s replaced by %s\n"
941 #: config/obj-vms.c:3647
943 msgid "Unknown VMS psect type (%ld)"
946 #: config/obj-vms.c:3688
948 msgid "Globalsymbol attribute for symbol %s was unexpected."
951 #: config/obj-vms.c:3837
952 msgid "Invalid data type for globalvalue"
955 #: config/obj-vms.c:3849
957 msgid "Invalid globalvalue of %s"
960 #: config/obj-vms.c:4199
961 msgid "Couldn't find fixup fragment when checking for indirect reference"
964 #: config/obj-vms.c:4542 config/obj-vms.c:4683
965 msgid "Fixup data addsy and subsy don't have the same type"
968 #: config/obj-vms.c:4546 config/obj-vms.c:4687
969 msgid "Fixup data addsy and subsy don't have an appropriate type"
972 #: config/obj-vms.c:4549 config/obj-vms.c:4690
973 msgid "Fixup data is erroneously \"pcrel\""
976 #: config/obj-vms.c:4565 config/obj-vms.c:4709
977 msgid "Fixup datum is not a longword"
980 #: config/obj-vms.c:4569 config/obj-vms.c:4713
981 msgid "Fixup datum is not \"fixP->fx_addsy\""
984 #: config/obj-vms.c:4784
987 "g++ wrote an extern reference to `%s' as a routine.\n"
988 "I will fix it, but I hope that it was note really a routine."
991 #: config/obj-vms.c:4916
992 msgid "Can't handle global xtors symbols yet."
995 #: config/obj-vms.c:4919
1001 #. * Error otherwise.
1003 #: config/obj-vms.c:5004
1005 msgid "unhandled stab type %d"
1008 #: config/tc-a29k.c:160 config/tc-sparc.c:3884
1009 msgid "Unknown segment type"
1012 #. Probably a memory allocation problem? Give up now.
1013 #: config/tc-a29k.c:330 config/tc-hppa.c:1462 config/tc-mips.c:1251
1014 #: config/tc-mips.c:1293 config/tc-or32.c:230 config/tc-sparc.c:847
1015 msgid "Broken assembler. No assembly attempted."
1018 #: config/tc-a29k.c:375 config/tc-avr.c:1131 config/tc-d10v.c:540
1019 #: config/tc-d30v.c:552 config/tc-h8300.c:313 config/tc-h8500.c:284
1020 #: config/tc-mcore.c:655 config/tc-mmix.c:475 config/tc-mn10200.c:940
1021 #: config/tc-mn10300.c:1311 config/tc-or32.c:336 config/tc-or32.c:392
1022 #: config/tc-ppc.c:2106 config/tc-s390.c:1054 config/tc-sh.c:1287
1023 #: config/tc-sh64.c:2228 config/tc-tic80.c:283 config/tc-v850.c:1984
1024 #: config/tc-w65.c:241 config/tc-z8k.c:343
1025 msgid "missing operand"
1028 #: config/tc-a29k.c:414 config/tc-cris.c:950 config/tc-cris.c:958
1029 #: config/tc-hppa.c:1598 config/tc-i860.c:431 config/tc-i860.c:448
1030 #: config/tc-sparc.c:1409 config/tc-sparc.c:1415
1032 msgid "Unknown opcode: `%s'"
1035 #: config/tc-a29k.c:419
1037 msgid "Unknown opcode `%s'."
1040 #: config/tc-a29k.c:451
1042 msgid "Too many operands: %s"
1045 #: config/tc-a29k.c:473 config/tc-a29k.c:504
1047 msgid "Immediate value of %ld is too large"
1050 #: config/tc-a29k.c:543 config/tc-i860.c:340 config/tc-i860.c:832
1051 #: config/tc-m68k.c:3181 config/tc-m68k.c:3210 config/tc-sparc.c:2544
1052 msgid "failed sanity check."
1055 #: config/tc-a29k.c:889 config/tc-or32.c:1046 config/tc-or32.c:1180
1057 msgid "bad relocation type: 0x%02x"
1060 #: config/tc-a29k.c:916
1065 #: config/tc-a29k.c:932
1066 msgid "a29k_convert_frag\n"
1069 #: config/tc-a29k.c:941
1070 msgid "a29k_estimate_size_before_relax\n"
1073 #: config/tc-a29k.c:1092 config/tc-or32.c:1375
1075 msgid "label \"$%d\" redefined"
1078 #: config/tc-a29k.c:1165 config/tc-or32.c:1470
1080 msgid "Invalid expression after %%%%\n"
1083 #: config/tc-a29k.c:1176
1084 msgid "Invalid register in & expression"
1087 #: config/tc-alpha.c:789
1089 msgid "internal error: can't hash opcode `%s': %s"
1092 #: config/tc-alpha.c:824
1094 msgid "internal error: can't hash macro `%s': %s"
1097 #: config/tc-alpha.c:906 config/tc-i960.c:2701
1098 msgid "syntax error"
1101 #: config/tc-alpha.c:980 config/tc-h8300.c:1421 config/tc-h8500.c:1187
1102 #: config/tc-hppa.c:4017 config/tc-i860.c:931 config/tc-m68hc11.c:500
1103 #: config/tc-m68k.c:4201 config/tc-m88k.c:1011 config/tc-ns32k.c:1663
1104 #: config/tc-or32.c:912 config/tc-sparc.c:2831 config/tc-z8k.c:1321
1105 msgid "Bad call to MD_ATOF()"
1108 #: config/tc-alpha.c:1030
1110 msgid "Unknown CPU identifier `%s'"
1113 #: config/tc-alpha.c:1074
1116 "-32addr\t\t\ttreat addresses as 32-bit values\n"
1117 "-F\t\t\tlack floating point instructions support\n"
1118 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mall\n"
1119 "\t\t\tspecify variant of Alpha architecture\n"
1120 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n"
1121 "\t\t\tthese variants include PALcode opcodes\n"
1124 #: config/tc-alpha.c:1084
1127 "-+\t\t\thash encode (don't truncate) names longer than 64 characters\n"
1128 "-H\t\t\tshow new symbol after hash truncation\n"
1131 #: config/tc-alpha.c:1242
1133 msgid "unhandled relocation type %s"
1136 #: config/tc-alpha.c:1255
1137 msgid "non-absolute expression in constant field"
1140 #: config/tc-alpha.c:1269
1142 msgid "type %d reloc done?\n"
1145 #: config/tc-alpha.c:1317 config/tc-alpha.c:1324 config/tc-mips.c:7965
1146 msgid "Used $at without \".set noat\""
1149 #: config/tc-alpha.c:1481
1151 msgid "cannot represent `%s' relocation in object file"
1154 #: config/tc-alpha.c:1488
1156 msgid "internal error? cannot generate `%s' relocation"
1159 #: config/tc-alpha.c:1543
1161 msgid "frame reg expected, using $%d."
1164 #: config/tc-alpha.c:1646
1166 msgid "No !literal!%ld was found"
1169 #: config/tc-alpha.c:1654
1171 msgid "No ldah !gpdisp!%ld was found"
1174 #: config/tc-alpha.c:1705
1176 msgid "No lda !gpdisp!%ld was found"
1179 #. only support one relocation op per insn
1180 #: config/tc-alpha.c:1841
1181 msgid "More than one relocation op per insn"
1184 #: config/tc-alpha.c:1857
1185 msgid "No relocation operand"
1188 #: config/tc-alpha.c:1867
1190 msgid "Unknown relocation operand: !%s"
1193 #: config/tc-alpha.c:1877
1195 msgid "no sequence number after !%s"
1198 #: config/tc-alpha.c:1887
1200 msgid "!%s does not use a sequence number"
1203 #: config/tc-alpha.c:1897
1205 msgid "Bad sequence number: !%s!%s"
1208 #: config/tc-alpha.c:2224
1210 msgid "operand out of range (%s not between %d and %d)"
1213 #: config/tc-alpha.c:2338 config/tc-alpha.c:2362 config/tc-d10v.c:629
1214 #: config/tc-d30v.c:640 config/tc-mn10200.c:995 config/tc-mn10300.c:1382
1215 #: config/tc-ppc.c:2072 config/tc-ppc.c:2256 config/tc-ppc.c:2268
1216 #: config/tc-s390.c:1064 config/tc-s390.c:1121 config/tc-v850.c:1764
1217 #: config/tc-v850.c:1787 config/tc-v850.c:2007
1218 msgid "too many fixups"
1221 #: config/tc-alpha.c:2374
1222 msgid "invalid relocation for instruction"
1225 #: config/tc-alpha.c:2385
1226 msgid "invalid relocation for field"
1229 #: config/tc-alpha.c:2484
1231 msgid "too many ldah insns for !gpdisp!%ld"
1234 #: config/tc-alpha.c:2486 config/tc-alpha.c:2498
1236 msgid "both insns for !gpdisp!%ld must be in the same section"
1239 #: config/tc-alpha.c:2496
1241 msgid "too many lda insns for !gpdisp!%ld"
1244 #: config/tc-alpha.c:2577 config/tc-alpha.c:2647
1246 msgid "inappropriate arguments for opcode `%s'"
1249 #: config/tc-alpha.c:2579 config/tc-alpha.c:2649
1251 msgid "opcode `%s' not supported for target %s"
1254 #: config/tc-alpha.c:2583 config/tc-alpha.c:2653 config/tc-avr.c:1097
1256 msgid "unknown opcode `%s'"
1259 #: config/tc-alpha.c:2701
1260 msgid "can not resolve expression"
1263 #: config/tc-alpha.c:2845 config/tc-alpha.c:3024
1264 msgid "overflow in literal (.lita) table"
1267 #: config/tc-alpha.c:2852 config/tc-alpha.c:2875 config/tc-alpha.c:3037
1268 #: config/tc-alpha.c:3252 config/tc-alpha.c:3297 config/tc-alpha.c:3371
1269 #: config/tc-alpha.c:3463 config/tc-alpha.c:3712 config/tc-alpha.c:3813
1270 msgid "macro requires $at register while noat in effect"
1273 #: config/tc-alpha.c:2854 config/tc-alpha.c:2877 config/tc-alpha.c:3039
1274 msgid "macro requires $at while $at in use"
1277 #: config/tc-alpha.c:2985
1278 msgid "bignum invalid; zero assumed"
1281 #: config/tc-alpha.c:2987
1282 msgid "floating point number invalid; zero assumed"
1285 #: config/tc-alpha.c:2992
1286 msgid "can't handle expression"
1289 #: config/tc-alpha.c:3030
1290 msgid "overflow in literal (.lit8) table"
1293 #: config/tc-alpha.c:4042 config/tc-ppc.c:1579 config/tc-ppc.c:3974
1295 msgid ".COMMon length (%ld.) <0! Ignored."
1298 #: config/tc-alpha.c:4071 config/tc-sparc.c:3700 config/tc-v850.c:254
1299 msgid "Ignoring attempt to re-define symbol"
1302 #: config/tc-alpha.c:4080 config/tc-alpha.c:4089 config/tc-ppc.c:4011
1304 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1307 #: config/tc-alpha.c:4191 ecoff.c:3084
1308 msgid ".ent directive has no name"
1311 #: config/tc-alpha.c:4199
1312 msgid "nested .ent directives"
1315 #: config/tc-alpha.c:4235 ecoff.c:3034
1316 msgid ".end directive has no name"
1319 #: config/tc-alpha.c:4244
1320 msgid ".end directive names different symbol than .ent"
1323 #: config/tc-alpha.c:4321
1325 msgid "Invalid argument %d to .prologue."
1328 #: config/tc-alpha.c:4413
1329 msgid "ECOFF debugging is disabled."
1332 #: config/tc-alpha.c:4434
1333 msgid "Unknown section directive"
1336 #: config/tc-alpha.c:4470
1337 msgid ".ent directive has no symbol"
1340 #: config/tc-alpha.c:4497
1341 msgid "Bad .frame directive 1./2. param"
1344 #: config/tc-alpha.c:4509
1345 msgid "Bad .frame directive 3./4. param"
1348 #: config/tc-alpha.c:4534
1349 msgid ".pdesc directive not in link (.link) section"
1352 #: config/tc-alpha.c:4542
1353 msgid ".pdesc has no matching .ent"
1356 #: config/tc-alpha.c:4553
1357 msgid ".pdesc directive has no entry symbol"
1360 #: config/tc-alpha.c:4566
1361 msgid "No comma after .pdesc <entryname>"
1364 #: config/tc-alpha.c:4589
1365 msgid "unknown procedure kind"
1368 #: config/tc-alpha.c:4682
1369 msgid ".name directive not in link (.link) section"
1372 #: config/tc-alpha.c:4690
1373 msgid ".name directive has no symbol"
1376 #: config/tc-alpha.c:4724
1377 msgid "No symbol after .linkage"
1380 #: config/tc-alpha.c:4752
1381 msgid "No symbol after .code_address"
1384 #: config/tc-alpha.c:4785
1385 msgid "Bad .mask directive"
1388 #: config/tc-alpha.c:4806
1389 msgid "Bad .fmask directive"
1392 #: config/tc-alpha.c:4976
1394 msgid "Expected comma after name \"%s\""
1397 #. *symbol_get_obj (symbolP) = (signed char) temp;
1398 #: config/tc-alpha.c:4987
1400 msgid "unhandled: .proc %s,%d"
1403 #: config/tc-alpha.c:5022
1405 msgid "Tried to .set unrecognized mode `%s'"
1408 #. not fatal, but it might not work in the end
1409 #: config/tc-alpha.c:5039
1410 msgid "File overrides no-base-register option."
1413 #: config/tc-alpha.c:5056
1415 msgid "Bad base register, using $%d."
1418 #: config/tc-alpha.c:5078
1420 msgid "Alignment too large: %d. assumed"
1423 #: config/tc-alpha.c:5082 config/tc-d30v.c:2214
1424 msgid "Alignment negative: 0 assumed"
1427 #: config/tc-alpha.c:5394
1429 msgid "Chose GP value of %lx\n"
1432 #: config/tc-alpha.c:5410 config/tc-ia64.c:932
1433 msgid "Bad .section directive: want a,s,w,x,M,S in string"
1436 #: config/tc-arc.c:1616 config/tc-arm.c:10344
1437 msgid "md_estimate_size_before_relax\n"
1440 #: config/tc-arc.c:1628
1441 msgid "md_convert_frag\n"
1444 #: config/tc-arm.c:681
1445 msgid "ARM register expected"
1448 #: config/tc-arm.c:682 config/tc-arm.c:2843
1449 msgid "bad or missing co-processor number"
1452 #. In the few cases where we might be able to accept something else
1453 #. this error can be overridden.
1454 #: config/tc-arm.c:683 config/tc-arm.c:2898
1455 msgid "co-processor register expected"
1458 #: config/tc-arm.c:684
1459 msgid "FPA register expected"
1462 #: config/tc-arm.c:685
1463 msgid "VFP single precision register expected"
1466 #: config/tc-arm.c:686
1467 msgid "VFP double precision register expected"
1470 #: config/tc-arm.c:687
1471 msgid "Maverick MVF register expected"
1474 #: config/tc-arm.c:688
1475 msgid "Maverick MVD register expected"
1478 #: config/tc-arm.c:689 config/tc-arm.c:690
1479 msgid "Maverick MVFX register expected"
1482 #: config/tc-arm.c:691
1483 msgid "Maverick MVAX register expected"
1486 #: config/tc-arm.c:692
1487 msgid "Maverick DSPSC register expected"
1490 #: config/tc-arm.c:2036
1491 msgid "bad arguments to instruction"
1494 #: config/tc-arm.c:2037
1495 msgid "r15 not allowed here"
1498 #: config/tc-arm.c:2038
1499 msgid "instruction is not conditional"
1502 #: config/tc-arm.c:2039
1503 msgid "acc0 expected"
1506 #: config/tc-arm.c:2184
1507 msgid "literal pool overflow"
1510 #: config/tc-arm.c:2326
1511 msgid "invalid syntax for .req directive"
1514 #: config/tc-arm.c:2401
1516 msgid "alignment too large: %d assumed"
1519 #: config/tc-arm.c:2404
1520 msgid "alignment negative. 0 assumed."
1523 #: config/tc-arm.c:2488
1525 msgid "expected comma after name \"%s\""
1528 #: config/tc-arm.c:2538 config/tc-m32r.c:418
1530 msgid "symbol `%s' already defined"
1533 #: config/tc-arm.c:2609
1534 msgid "selected processor does not support THUMB opcodes"
1537 #: config/tc-arm.c:2622
1538 msgid "selected processor does not support ARM opcodes"
1541 #: config/tc-arm.c:2634
1543 msgid "invalid instruction size selected (%d)"
1546 #: config/tc-arm.c:2669
1548 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
1551 #: config/tc-arm.c:2680
1552 msgid "garbage following instruction"
1555 #. In the few cases where we might be able to accept something else
1556 #. this error can be overridden.
1557 #: config/tc-arm.c:2730
1559 msgid "register expected, not '%.100s'"
1562 #. In the few cases where we might be able to accept
1563 #. something else this error can be overridden.
1564 #: config/tc-arm.c:2802
1565 msgid "flag for {c}psr instruction expected"
1568 #: config/tc-arm.c:2836
1569 msgid "illegal co-processor number"
1572 #: config/tc-arm.c:2868 config/tc-arm.c:3928 config/tc-arm.c:4110
1573 msgid "bad or missing expression"
1576 #: config/tc-arm.c:2874
1577 msgid "immediate co-processor expression too large"
1580 #. In the few cases where we might be able to accept something else
1581 #. this error can be overridden.
1582 #: config/tc-arm.c:2921
1583 msgid "floating point register expected"
1586 #: config/tc-arm.c:2938
1587 msgid "immediate expression expected"
1590 #: config/tc-arm.c:2953
1591 msgid "co-processor address must be word aligned"
1594 #: config/tc-arm.c:2959
1595 msgid "offset too large"
1598 #: config/tc-arm.c:3008
1599 msgid "pc may not be used in post-increment"
1602 #: config/tc-arm.c:3024 config/tc-arm.c:3469 config/tc-arm.c:4279
1603 #: config/tc-arm.c:5146 config/tc-arm.c:5480
1604 msgid "pre-indexed expression expected"
1607 #: config/tc-arm.c:3037 config/tc-arm.c:3482 config/tc-arm.c:4290
1608 #: config/tc-arm.c:5158 config/tc-arm.c:5492 config/tc-arm.c:5841
1609 #: config/tc-arm.c:8503 config/tc-arm.c:8518
1613 #: config/tc-arm.c:3047
1614 msgid "pc may not be used with write-back"
1617 #: config/tc-arm.c:3099
1618 msgid "comma expected after register name"
1621 #: config/tc-arm.c:3118
1622 msgid "CPSR or SPSR expected"
1625 #: config/tc-arm.c:3144
1626 msgid "comma missing after psr flags"
1629 #: config/tc-arm.c:3160 config/tc-arm.c:3170
1630 msgid "only a register or immediate value can follow a psr flag"
1633 #: config/tc-arm.c:3181
1634 msgid "immediate value cannot be used to set this field"
1637 #: config/tc-arm.c:3199 config/tc-arm.c:4506 config/tc-arm.c:4786
1638 #: config/tc-arm.c:4806 config/tc-i960.c:1924
1639 msgid "invalid constant"
1642 #: config/tc-arm.c:3247
1643 msgid "rdhi, rdlo and rm must all be different"
1646 #: config/tc-arm.c:3301
1647 msgid "rd and rm should be different in mul"
1650 #: config/tc-arm.c:3355
1651 msgid "rd and rm should be different in mla"
1654 #: config/tc-arm.c:3403
1656 msgid "acc0 expected, not '%.100s'"
1659 #: config/tc-arm.c:3581
1660 msgid "rdhi and rdlo must be different"
1663 #: config/tc-arm.c:3689
1664 msgid "Warning: instruction unpredictable when using r15"
1667 #: config/tc-arm.c:3904
1668 msgid "use of r15 in bxj is not really useful"
1671 #: config/tc-arm.c:3937 config/tc-arm.c:4119 config/tc-arm.c:7446
1672 #: config/tc-arm.c:7479 config/tc-arm.c:7489
1673 msgid "immediate value out of range"
1676 #: config/tc-arm.c:4242
1677 msgid "'[' expected after PLD mnemonic"
1680 #: config/tc-arm.c:4264
1681 msgid "post-indexed expression used in preload instruction"
1684 #: config/tc-arm.c:4269 config/tc-arm.c:4299
1685 msgid "writeback used in preload instruction"
1688 #: config/tc-arm.c:4341
1689 msgid "destination register must be even"
1692 #: config/tc-arm.c:4347
1693 msgid "r14 not allowed here"
1696 #: config/tc-arm.c:4354
1697 msgid "pre/post-indexing used when modified address register is destination"
1700 #: config/tc-arm.c:4364
1701 msgid "ldrd destination registers must not overlap index register"
1704 #: config/tc-arm.c:4490
1708 #: config/tc-arm.c:4527 expr.c:1314 read.c:2198
1709 msgid "bad expression"
1712 #: config/tc-arm.c:4550 config/tc-arm.c:4561
1713 msgid "shift expression expected"
1716 #: config/tc-arm.c:4585
1717 msgid "shift requires register or #expression"
1720 #: config/tc-arm.c:4586
1721 msgid "shift requires #expression"
1724 #: config/tc-arm.c:4616
1725 msgid "shift of 0 ignored."
1728 #: config/tc-arm.c:4622
1729 msgid "invalid immediate shift"
1732 #: config/tc-arm.c:4777 config/tc-arm.c:5194 config/tc-arm.c:5529
1733 #: config/tc-arm.c:6138 config/tc-v850.c:1867 config/tc-v850.c:1888
1734 msgid "constant expression expected"
1737 #: config/tc-arm.c:4819
1738 msgid "register or shift expression expected"
1741 #: config/tc-arm.c:4872
1742 msgid "invalid floating point immediate expression"
1745 #: config/tc-arm.c:4876
1746 msgid "floating point register or immediate expression expected"
1749 #: config/tc-arm.c:5030 config/tc-arm.c:5360
1750 msgid "address offset too large"
1753 #: config/tc-arm.c:5088 config/tc-arm.c:5278 config/tc-arm.c:5420
1754 msgid "address expected"
1757 #: config/tc-arm.c:5118 config/tc-arm.c:5130 config/tc-arm.c:5167
1758 #: config/tc-arm.c:5296 config/tc-arm.c:5450 config/tc-arm.c:5464
1759 #: config/tc-arm.c:5501
1761 msgid "%s register same as write-back base"
1764 #: config/tc-arm.c:5120 config/tc-arm.c:5132 config/tc-arm.c:5169
1765 #: config/tc-arm.c:5298 config/tc-arm.c:5452 config/tc-arm.c:5466
1766 #: config/tc-arm.c:5503
1770 #: config/tc-arm.c:5120 config/tc-arm.c:5132 config/tc-arm.c:5169
1771 #: config/tc-arm.c:5298 config/tc-arm.c:5452 config/tc-arm.c:5466
1772 #: config/tc-arm.c:5503
1776 #: config/tc-arm.c:5179 config/tc-arm.c:5513 config/tc-arm.c:7750
1777 msgid "invalid pseudo operation"
1780 #: config/tc-arm.c:5231 config/tc-arm.c:5564
1781 msgid "literal pool insertion failed"
1784 #: config/tc-arm.c:5326 config/tc-arm.c:5332
1785 msgid "post-indexed expression expected"
1788 #: config/tc-arm.c:5630
1789 msgid "bad range in register list"
1792 #: config/tc-arm.c:5638 config/tc-arm.c:5647 config/tc-arm.c:5689
1794 msgid "Warning: duplicated register (r%d) in register list"
1797 #: config/tc-arm.c:5650
1798 msgid "Warning: register range not in ascending order"
1801 #: config/tc-arm.c:5662
1805 #: config/tc-arm.c:5678
1806 msgid "invalid register mask"
1809 #: config/tc-arm.c:5699 config/tc-arm.c:8760 config/tc-arm.c:8860
1810 #: config/tc-avr.c:860 config/tc-cris.c:3006 config/tc-d10v.c:1563
1811 #: config/tc-d30v.c:1863 config/tc-mips.c:3641 config/tc-mips.c:4630
1812 #: config/tc-mips.c:5486 config/tc-mips.c:6091 config/tc-ppc.c:5143
1813 #: config/tc-v850.c:2287 config/tc-xstormy16.c:479
1814 msgid "expression too complex"
1817 #: config/tc-arm.c:5737
1818 msgid "r15 not allowed as base register"
1821 #: config/tc-arm.c:5801 config/tc-arm.c:5815
1822 msgid "r15 not allowed in swap"
1825 #: config/tc-arm.c:5910
1826 msgid "use of r15 in bx in ARM mode is not really useful"
1829 #: config/tc-arm.c:6144
1830 msgid "constant value required for number of registers"
1833 #: config/tc-arm.c:6152
1834 msgid "number of registers must be in the range [1:4]"
1837 #: config/tc-arm.c:6213
1838 msgid "r15 not allowed as base register with write-back"
1841 #: config/tc-arm.c:6595
1842 msgid "only two consecutive VFP SP registers allowed here"
1845 #: config/tc-arm.c:6763
1846 msgid "VFP system register expected"
1849 #: config/tc-arm.c:6901 config/tc-arm.c:6940 config/tc-arm.c:6953
1850 #: config/tc-arm.c:7014 config/tc-arm.c:7053 config/tc-arm.c:7066
1851 #: config/tc-mips.c:9060 config/tc-mips.c:9090
1852 msgid "invalid register list"
1855 #: config/tc-arm.c:6907 config/tc-arm.c:7020
1856 msgid "register list not in ascending order"
1859 #: config/tc-arm.c:6932 config/tc-arm.c:7045
1860 msgid "register range not in ascending order"
1863 #: config/tc-arm.c:6970 config/tc-arm.c:7083
1864 msgid "non-contiguous register range"
1867 #: config/tc-arm.c:7113 config/tc-arm.c:7150
1868 msgid "this addressing mode requires base-register writeback"
1871 #: config/tc-arm.c:7310
1872 msgid "lo register required"
1875 #: config/tc-arm.c:7318
1876 msgid "hi register required"
1879 #: config/tc-arm.c:7388 config/tc-arm.c:8592
1880 msgid "dest and source1 must be the same register"
1883 #: config/tc-arm.c:7395
1884 msgid "subtract valid only on lo regs"
1887 #: config/tc-arm.c:7419
1888 msgid "invalid Hi register with immediate"
1891 #: config/tc-arm.c:7457
1892 msgid "invalid immediate value for stack adjust"
1895 #: config/tc-arm.c:7468
1896 msgid "invalid immediate for address calculation"
1899 #: config/tc-arm.c:7555
1900 msgid "source1 and dest must be same register"
1903 #: config/tc-arm.c:7589
1904 msgid "invalid immediate for shift"
1907 #: config/tc-arm.c:7668
1908 msgid "only lo regs allowed with immediate"
1911 #: config/tc-arm.c:7687
1912 msgid "invalid immediate"
1915 #: config/tc-arm.c:7741
1916 msgid "expected ']'"
1919 #: config/tc-arm.c:7814
1920 msgid "byte or halfword not valid for base register"
1923 #: config/tc-arm.c:7819
1924 msgid "r15 based store not allowed"
1927 #: config/tc-arm.c:7824
1928 msgid "invalid base register for register offset"
1931 #: config/tc-arm.c:7842 config/tc-arm.c:7877
1932 msgid "invalid offset"
1935 #: config/tc-arm.c:7853
1936 msgid "invalid base register in load/store"
1939 #: config/tc-arm.c:8396
1940 msgid "expecting immediate, 7bit operand"
1943 #: config/tc-arm.c:8411
1944 msgid "immediate out of range"
1947 #: config/tc-arm.c:8454
1948 msgid "offset expected"
1951 #: config/tc-arm.c:8463 config/tc-pj.c:528 config/tc-sh.c:3573
1952 msgid "offset out of range"
1955 #: config/tc-arm.c:8600
1956 msgid "Rs and Rd must be different in MUL"
1959 #: config/tc-arm.c:8744
1961 "inserted missing '!': load/store multiple always writes back base register"
1964 #: config/tc-arm.c:8766
1965 msgid "only lo-regs valid in load/store multiple"
1968 #: config/tc-arm.c:8812
1969 msgid "syntax: ldrs[b] Rd, [Rb, Ro]"
1972 #: config/tc-arm.c:8876
1973 msgid "invalid register list to push/pop instruction"
1976 #: config/tc-arm.c:8988 config/tc-arm.c:9166
1977 msgid "virtual memory exhausted"
1980 #: config/tc-arm.c:9069
1982 msgid "register '%s' does not exist\n"
1985 #: config/tc-arm.c:9073
1988 "ignoring redefinition of register alias '%s' to non-existant register '%s'"
1991 #: config/tc-arm.c:9082
1993 msgid "ignoring redefinition of register alias '%s'"
1996 #: config/tc-arm.c:9088
1997 msgid "ignoring incomplete .req pseuso op"
2000 #: config/tc-arm.c:9190
2001 msgid "use of old and new-style options to set CPU type"
2004 #: config/tc-arm.c:9200
2005 msgid "use of old and new-style options to set FPU type"
2008 #: config/tc-arm.c:9410
2009 msgid "bad call to MD_ATOF()"
2012 #: config/tc-arm.c:9640
2014 msgid "invalid constant (%lx) after fixup"
2017 #: config/tc-arm.c:9676
2019 msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
2022 #: config/tc-arm.c:9706
2024 msgid "bad immediate value for offset (%ld)"
2027 #: config/tc-arm.c:9728 config/tc-arm.c:9750
2028 msgid "invalid literal constant: pool needs to be closer"
2031 #: config/tc-arm.c:9730
2033 msgid "bad immediate value for half-word offset (%ld)"
2036 #: config/tc-arm.c:9767
2037 msgid "shift expression is too large"
2040 #: config/tc-arm.c:9786 config/tc-arm.c:9795
2041 msgid "invalid swi expression"
2044 #: config/tc-arm.c:9805
2045 msgid "invalid expression in load/store multiple"
2048 #: config/tc-arm.c:9858
2049 msgid "GAS can't handle same-section branch dest >= 0x04000000"
2052 #: config/tc-arm.c:9867
2053 msgid "out of range branch"
2056 #: config/tc-arm.c:9900 config/tc-arm.c:9916
2057 msgid "branch out of range"
2060 #: config/tc-arm.c:9939
2061 msgid "branch with link out of range"
2064 #: config/tc-arm.c:10015
2065 msgid "illegal value for co-processor offset"
2068 #: config/tc-arm.c:10039
2070 msgid "invalid offset, target not word aligned (0x%08X)"
2073 #: config/tc-arm.c:10045 config/tc-arm.c:10054 config/tc-arm.c:10061
2074 #: config/tc-arm.c:10068 config/tc-arm.c:10075
2076 msgid "invalid offset, value too big (0x%08lX)"
2079 #: config/tc-arm.c:10114
2080 msgid "invalid immediate for stack address calculation"
2083 #: config/tc-arm.c:10123
2085 msgid "invalid immediate for address calculation (value = 0x%08lX)"
2088 #: config/tc-arm.c:10133
2089 msgid "invalid 8bit immediate"
2092 #: config/tc-arm.c:10141
2093 msgid "invalid 3bit immediate"
2096 #: config/tc-arm.c:10157
2098 msgid "invalid immediate: %ld is too large"
2101 #: config/tc-arm.c:10172
2103 msgid "illegal Thumb shift value: %ld"
2106 #: config/tc-arm.c:10186
2108 msgid "bad relocation fixup type (%d)"
2111 #: config/tc-arm.c:10257
2112 msgid "literal referenced across section boundary (Implicit dump?)"
2115 #: config/tc-arm.c:10270
2117 msgid "internal relocation (type %d) not fixed up (IMMEDIATE)"
2120 #: config/tc-arm.c:10276
2121 msgid "ADRL used for a symbol not defined in the same file"
2124 #: config/tc-arm.c:10281
2126 msgid "internal_relocation (type %d) not fixed up (OFFSET_IMM)"
2129 #: config/tc-arm.c:10302 config/tc-cris.c:2940 config/tc-mcore.c:2104
2130 #: config/tc-mmix.c:2868 config/tc-ns32k.c:2350
2134 #: config/tc-arm.c:10305 config/tc-arm.c:10326
2136 msgid "cannot represent %s relocation in this object file format"
2139 #: config/tc-arm.c:10423
2141 msgid "no operator -- statement `%s'\n"
2144 #: config/tc-arm.c:10441 config/tc-arm.c:10466
2146 msgid "selected processor does not support `%s'"
2149 #: config/tc-arm.c:10483
2151 msgid "bad instruction `%s'"
2154 #: config/tc-arm.c:10584
2155 msgid "generate PIC code"
2158 #: config/tc-arm.c:10585
2159 msgid "assemble Thumb code"
2162 #: config/tc-arm.c:10586
2163 msgid "support ARM/Thumb interworking"
2166 #: config/tc-arm.c:10588
2167 msgid "use old ABI (ELF only)"
2170 #: config/tc-arm.c:10589
2171 msgid "code uses 32-bit program counter"
2174 #: config/tc-arm.c:10590
2175 msgid "code uses 26-bit program counter"
2178 #: config/tc-arm.c:10591
2179 msgid "floating point args are in fp regs"
2182 #: config/tc-arm.c:10593
2183 msgid "re-entrant code"
2186 #: config/tc-arm.c:10594
2187 msgid "code is ATPCS conformant"
2190 #: config/tc-arm.c:10595
2191 msgid "assemble for big-endian"
2194 #: config/tc-arm.c:10596
2195 msgid "assemble for little-endian"
2198 #. These are recognized by the assembler, but have no affect on code.
2199 #: config/tc-arm.c:10600
2200 msgid "use frame pointer"
2203 #: config/tc-arm.c:10601
2204 msgid "use stack size checking"
2207 #. DON'T add any new processors to this list -- we want the whole list
2208 #. to go away... Add them to the processors table instead.
2209 #: config/tc-arm.c:10605 config/tc-arm.c:10606
2210 msgid "use -mcpu=arm1"
2213 #: config/tc-arm.c:10607 config/tc-arm.c:10608
2214 msgid "use -mcpu=arm2"
2217 #: config/tc-arm.c:10609 config/tc-arm.c:10610
2218 msgid "use -mcpu=arm250"
2221 #: config/tc-arm.c:10611 config/tc-arm.c:10612
2222 msgid "use -mcpu=arm3"
2225 #: config/tc-arm.c:10613 config/tc-arm.c:10614
2226 msgid "use -mcpu=arm6"
2229 #: config/tc-arm.c:10615 config/tc-arm.c:10616
2230 msgid "use -mcpu=arm600"
2233 #: config/tc-arm.c:10617 config/tc-arm.c:10618
2234 msgid "use -mcpu=arm610"
2237 #: config/tc-arm.c:10619 config/tc-arm.c:10620
2238 msgid "use -mcpu=arm620"
2241 #: config/tc-arm.c:10621 config/tc-arm.c:10622
2242 msgid "use -mcpu=arm7"
2245 #: config/tc-arm.c:10623 config/tc-arm.c:10624
2246 msgid "use -mcpu=arm70"
2249 #: config/tc-arm.c:10625 config/tc-arm.c:10626
2250 msgid "use -mcpu=arm700"
2253 #: config/tc-arm.c:10627 config/tc-arm.c:10628
2254 msgid "use -mcpu=arm700i"
2257 #: config/tc-arm.c:10629 config/tc-arm.c:10630
2258 msgid "use -mcpu=arm710"
2261 #: config/tc-arm.c:10631 config/tc-arm.c:10632
2262 msgid "use -mcpu=arm710c"
2265 #: config/tc-arm.c:10633 config/tc-arm.c:10634
2266 msgid "use -mcpu=arm720"
2269 #: config/tc-arm.c:10635 config/tc-arm.c:10636
2270 msgid "use -mcpu=arm7d"
2273 #: config/tc-arm.c:10637 config/tc-arm.c:10638
2274 msgid "use -mcpu=arm7di"
2277 #: config/tc-arm.c:10639 config/tc-arm.c:10640
2278 msgid "use -mcpu=arm7m"
2281 #: config/tc-arm.c:10641 config/tc-arm.c:10642
2282 msgid "use -mcpu=arm7dm"
2285 #: config/tc-arm.c:10643 config/tc-arm.c:10644
2286 msgid "use -mcpu=arm7dmi"
2289 #: config/tc-arm.c:10645 config/tc-arm.c:10646
2290 msgid "use -mcpu=arm7100"
2293 #: config/tc-arm.c:10647 config/tc-arm.c:10648
2294 msgid "use -mcpu=arm7500"
2297 #: config/tc-arm.c:10649 config/tc-arm.c:10650
2298 msgid "use -mcpu=arm7500fe"
2301 #: config/tc-arm.c:10651 config/tc-arm.c:10652 config/tc-arm.c:10653
2302 #: config/tc-arm.c:10654
2303 msgid "use -mcpu=arm7tdmi"
2306 #: config/tc-arm.c:10655 config/tc-arm.c:10656
2307 msgid "use -mcpu=arm710t"
2310 #: config/tc-arm.c:10657 config/tc-arm.c:10658
2311 msgid "use -mcpu=arm720t"
2314 #: config/tc-arm.c:10659 config/tc-arm.c:10660
2315 msgid "use -mcpu=arm740t"
2318 #: config/tc-arm.c:10661 config/tc-arm.c:10662
2319 msgid "use -mcpu=arm8"
2322 #: config/tc-arm.c:10663 config/tc-arm.c:10664
2323 msgid "use -mcpu=arm810"
2326 #: config/tc-arm.c:10665 config/tc-arm.c:10666
2327 msgid "use -mcpu=arm9"
2330 #: config/tc-arm.c:10667 config/tc-arm.c:10668
2331 msgid "use -mcpu=arm9tdmi"
2334 #: config/tc-arm.c:10669 config/tc-arm.c:10670
2335 msgid "use -mcpu=arm920"
2338 #: config/tc-arm.c:10671 config/tc-arm.c:10672
2339 msgid "use -mcpu=arm940"
2342 #: config/tc-arm.c:10673
2343 msgid "use -mcpu=strongarm"
2346 #: config/tc-arm.c:10675
2347 msgid "use -mcpu=strongarm110"
2350 #: config/tc-arm.c:10677
2351 msgid "use -mcpu=strongarm1100"
2354 #: config/tc-arm.c:10679
2355 msgid "use -mcpu=strongarm1110"
2358 #: config/tc-arm.c:10680
2359 msgid "use -mcpu=xscale"
2362 #: config/tc-arm.c:10681
2363 msgid "use -mcpu=all"
2366 #. Architecture variants -- don't add any more to this list either.
2367 #: config/tc-arm.c:10684 config/tc-arm.c:10685
2368 msgid "use -march=armv2"
2371 #: config/tc-arm.c:10686 config/tc-arm.c:10687
2372 msgid "use -march=armv2a"
2375 #: config/tc-arm.c:10688 config/tc-arm.c:10689
2376 msgid "use -march=armv3"
2379 #: config/tc-arm.c:10690 config/tc-arm.c:10691
2380 msgid "use -march=armv3m"
2383 #: config/tc-arm.c:10692 config/tc-arm.c:10693
2384 msgid "use -march=armv4"
2387 #: config/tc-arm.c:10694 config/tc-arm.c:10695
2388 msgid "use -march=armv4t"
2391 #: config/tc-arm.c:10696 config/tc-arm.c:10697
2392 msgid "use -march=armv5"
2395 #: config/tc-arm.c:10698 config/tc-arm.c:10699
2396 msgid "use -march=armv5t"
2399 #: config/tc-arm.c:10700 config/tc-arm.c:10701
2400 msgid "use -march=armv5te"
2403 #. Floating point variants -- don't add any more to this list either.
2404 #: config/tc-arm.c:10704
2405 msgid "use -mfpu=fpe"
2408 #: config/tc-arm.c:10705
2409 msgid "use -mfpu=fpa10"
2412 #: config/tc-arm.c:10706
2413 msgid "use -mfpu=fpa11"
2416 #: config/tc-arm.c:10708
2417 msgid "use either -mfpu=softfpa or -mfpu=softvfp"
2420 #: config/tc-arm.c:10888
2421 msgid "invalid architectural extension"
2424 #: config/tc-arm.c:10902
2425 msgid "missing architectural extension"
2428 #: config/tc-arm.c:10915
2430 msgid "unknown architectural extnsion `%s'"
2433 #: config/tc-arm.c:10940
2435 msgid "missing cpu name `%s'"
2438 #: config/tc-arm.c:10956
2440 msgid "unknown cpu `%s'"
2443 #: config/tc-arm.c:10975
2445 msgid "missing architecture name `%s'"
2448 #: config/tc-arm.c:10992
2450 msgid "unknown architecture `%s'\n"
2453 #: config/tc-arm.c:11009
2455 msgid "unknown floating point format `%s'\n"
2458 #: config/tc-arm.c:11015
2459 msgid "<cpu name>\t assemble for CPU <cpu name>"
2462 #: config/tc-arm.c:11017
2463 msgid "<arch name>\t assemble for architecture <arch name>"
2466 #: config/tc-arm.c:11019
2467 msgid "<fpu name>\t assemble for FPU architecture <fpu name>"
2470 #: config/tc-arm.c:11061 config/tc-arm.c:11083
2472 msgid "option `-%c%s' is deprecated: %s"
2475 #: config/tc-arm.c:11092
2477 msgid "unrecognized option `-%c%s'"
2480 #: config/tc-arm.c:11106
2481 msgid " ARM-specific assembler options:\n"
2484 #: config/tc-arm.c:11117
2485 msgid " -EB assemble code for a big-endian cpu\n"
2488 #: config/tc-arm.c:11122
2489 msgid " -EL assemble code for a little-endian cpu\n"
2492 #: config/tc-arm.c:11305
2494 msgid "%s: unexpected function type: %d"
2497 #: config/tc-arm.c:11671
2498 msgid "alignments greater than 32 bytes not supported in .text sections."
2501 #: config/tc-arm.h:98
2502 msgid "arm convert_frag\n"
2505 #: config/tc-avr.c:197
2506 msgid "Known MCU names:"
2509 #: config/tc-avr.c:266
2512 " -mmcu=[avr-name] select microcontroller variant\n"
2513 " [avr-name] can be:\n"
2514 " avr1 - AT90S1200, ATtiny1x, ATtiny28\n"
2515 " avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n"
2516 " avr3 - ATmega103, ATmega603\n"
2517 " avr4 - ATmega83, ATmega85\n"
2518 " avr5 - ATmega161, ATmega163, ATmega32, AT94K\n"
2519 " or immediate microcontroller name.\n"
2522 #: config/tc-avr.c:276
2524 " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n"
2525 " -mno-skip-bug disable warnings for skipping two-word instructions\n"
2526 " (default for avr4, avr5)\n"
2527 " -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n"
2528 " (default for avr3, avr5)\n"
2531 #: config/tc-avr.c:324
2533 msgid "unknown MCU: %s\n"
2536 #: config/tc-avr.c:333
2538 msgid "redefinition of mcu type `%s' to `%s'"
2541 #: config/tc-avr.c:384 config/tc-d10v.c:314 config/tc-d30v.c:366
2542 #: config/tc-mips.c:9586 config/tc-mmix.c:2249 config/tc-mn10200.c:361
2543 #: config/tc-pj.c:357 config/tc-ppc.c:4803 config/tc-sh.c:2518
2544 #: config/tc-v850.c:1194
2545 msgid "bad call to md_atof"
2548 #: config/tc-avr.c:447
2549 msgid "constant value required"
2552 #: config/tc-avr.c:450
2554 msgid "number must be less than %d"
2557 #: config/tc-avr.c:502
2558 msgid "`,' required"
2561 #: config/tc-avr.c:521
2562 msgid "undefined combination of operands"
2565 #: config/tc-avr.c:530
2566 msgid "skipping two-word instruction"
2569 #: config/tc-avr.c:592
2570 msgid "register r16-r23 required"
2573 #: config/tc-avr.c:598
2574 msgid "register number above 15 required"
2577 #: config/tc-avr.c:604
2578 msgid "even register number required"
2581 #: config/tc-avr.c:610
2582 msgid "register r24, r26, r28 or r30 required"
2585 #: config/tc-avr.c:616
2586 msgid "register name or number from 0 to 31 required"
2589 #: config/tc-avr.c:634
2590 msgid "pointer register (X, Y or Z) required"
2593 #: config/tc-avr.c:641
2594 msgid "cannot both predecrement and postincrement"
2597 #: config/tc-avr.c:649
2598 msgid "addressing mode not supported"
2601 #: config/tc-avr.c:655
2602 msgid "can't predecrement"
2605 #: config/tc-avr.c:658
2606 msgid "pointer register Z required"
2609 #: config/tc-avr.c:676
2610 msgid "pointer register (Y or Z) required"
2613 #: config/tc-avr.c:781
2615 msgid "unknown constraint `%c'"
2618 #: config/tc-avr.c:890 config/tc-avr.c:906 config/tc-avr.c:1007
2620 msgid "odd address operand: %ld"
2623 #: config/tc-avr.c:898 config/tc-avr.c:917
2625 msgid "operand out of range: %ld"
2628 #: config/tc-avr.c:1016 config/tc-d10v.c:1634 config/tc-d30v.c:1987
2630 msgid "line %d: unknown relocation type: 0x%x"
2633 #: config/tc-avr.c:1030
2634 msgid "only constant expression allowed"
2637 #: config/tc-avr.c:1067 config/tc-d10v.c:1498 config/tc-d30v.c:1807
2638 #: config/tc-mn10200.c:1240 config/tc-mn10300.c:1774 config/tc-or32.c:1622
2639 #: config/tc-ppc.c:5534 config/tc-v850.c:2207
2641 msgid "reloc %d not supported by object file format"
2644 #: config/tc-avr.c:1091 config/tc-d10v.c:1100 config/tc-d10v.c:1114
2645 #: config/tc-h8300.c:1283 config/tc-h8500.c:1088 config/tc-mcore.c:988
2646 #: config/tc-pj.c:266 config/tc-sh.c:2096 config/tc-z8k.c:1192
2647 msgid "can't find opcode "
2650 #: config/tc-avr.c:1108
2652 msgid "illegal opcode %s for mcu %s"
2655 #: config/tc-avr.c:1116
2656 msgid "garbage at end of line"
2659 #: config/tc-avr.c:1180 read.c:3219
2660 msgid "illegal expression"
2663 #: config/tc-avr.c:1206 config/tc-avr.c:1272
2664 msgid "`)' required"
2667 #: config/tc-avr.c:1226
2669 msgid "constant out of 8-bit range: %d"
2672 #: config/tc-avr.c:1229
2673 msgid "expression possibly out of 8-bit range"
2676 #: config/tc-avr.c:1300 config/tc-avr.c:1307
2678 msgid "illegal %srelocation size: %d"
2681 #: config/tc-cris.c:681
2682 msgid "Virtual memory exhausted"
2685 #: config/tc-cris.c:689
2687 msgid "Can't hash `%s': %s\n"
2690 #: config/tc-cris.c:690
2691 msgid "(unknown reason)"
2694 #: config/tc-cris.c:694
2696 msgid "Buggy opcode: `%s' \"%s\"\n"
2699 #: config/tc-cris.c:1039
2701 msgid "Immediate value not in 5 bit unsigned range: %ld"
2704 #: config/tc-cris.c:1055
2706 msgid "Immediate value not in 4 bit unsigned range: %ld"
2709 #: config/tc-cris.c:1094
2711 msgid "Immediate value not in 6 bit range: %ld"
2714 #: config/tc-cris.c:1109
2716 msgid "Immediate value not in 6 bit unsigned range: %ld"
2719 #. Others have a generic warning.
2720 #: config/tc-cris.c:1199
2722 msgid "Unimplemented register `%s' specified"
2725 #. We've come to the end of instructions with this
2726 #. opcode, so it must be an error.
2727 #: config/tc-cris.c:1358
2728 msgid "Illegal operands"
2731 #: config/tc-cris.c:1389 config/tc-cris.c:1420
2733 msgid "Immediate value not in 8 bit range: %ld"
2736 #: config/tc-cris.c:1399 config/tc-cris.c:1427
2738 msgid "Immediate value not in 16 bit range: %ld"
2741 #: config/tc-cris.c:1448
2742 msgid "PIC relocation size does not match operand size"
2745 #: config/tc-cris.c:2447
2746 msgid "32-bit conditional branch generated"
2749 #: config/tc-cris.c:2501
2750 msgid "Complex expression not supported"
2753 #. FIXME: Is this function mentioned in the internals.texi manual? If
2755 #: config/tc-cris.c:2622
2756 msgid "Bad call to md_atof () - floating point formats are not supported"
2759 #: config/tc-cris.c:2669
2760 msgid "PC-relative relocation must be trivially resolved"
2763 #: config/tc-cris.c:2712
2765 msgid "Value not in 16 bit range: %ld"
2768 #: config/tc-cris.c:2723
2770 msgid "Value not in 8 bit range: %ld"
2773 #: config/tc-cris.c:2730
2775 msgid "Value not in 4 bit unsigned range: %ld"
2778 #: config/tc-cris.c:2737
2780 msgid "Value not in 5 bit unsigned range: %ld"
2783 #: config/tc-cris.c:2744
2785 msgid "Value not in 6 bit range: %ld"
2788 #: config/tc-cris.c:2751
2790 msgid "Value not in 6 bit unsigned range: %ld"
2793 #: config/tc-cris.c:2799
2794 msgid "Please use --help to see usage and options for this assembler.\n"
2797 #: config/tc-cris.c:2811
2798 msgid "--no-underscore is invalid with a.out format"
2801 #: config/tc-cris.c:2887
2803 "Semantics error. This type of operand can not be relocated, it must be an "
2804 "assembly-time constant"
2807 #: config/tc-cris.c:2941
2809 msgid "Cannot generate relocation type for symbol %s, code %s"
2812 #. The messages are formatted to line up with the generic options.
2813 #: config/tc-cris.c:2955
2814 msgid "CRIS-specific options:\n"
2817 #: config/tc-cris.c:2957
2819 " -h, -H Don't execute, print this help text. Deprecated.\n"
2822 #: config/tc-cris.c:2959
2823 msgid " -N Warn when branches are expanded to jumps.\n"
2826 #: config/tc-cris.c:2961
2828 " --underscore User symbols are normally prepended with "
2832 #: config/tc-cris.c:2963
2833 msgid " Registers will not need any prefix.\n"
2836 #: config/tc-cris.c:2965
2837 msgid " --no-underscore User symbols do not have any prefix.\n"
2840 #: config/tc-cris.c:2967
2841 msgid " Registers will require a `$'-prefix.\n"
2844 #: config/tc-cris.c:2969
2845 msgid " --pic\t\t\tEnable generation of position-independent code.\n"
2848 #: config/tc-cris.c:2992
2849 msgid "Invalid relocation"
2852 #: config/tc-cris.c:3033
2853 msgid "Invalid pc-relative relocation"
2856 #: config/tc-cris.c:3084
2858 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
2861 #: config/tc-cris.c:3111
2863 msgid ".syntax %s requires command-line option `--underscore'"
2866 #: config/tc-cris.c:3120
2868 msgid ".syntax %s requires command-line option `--no-underscore'"
2871 #: config/tc-cris.c:3158
2872 msgid "Unknown .syntax operand"
2875 #: config/tc-cris.c:3169
2876 msgid "Pseudodirective .file is only valid when generating ELF"
2879 #: config/tc-cris.c:3182
2880 msgid "Pseudodirective .loc is only valid when generating ELF"
2883 #: config/tc-d10v.c:247
2886 "-O Optimize. Will do some operations in parallel.\n"
2887 "--gstabs-packing Pack adjacent short instructions together even\n"
2888 " when --gstabs is specified. On by default.\n"
2889 "--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n"
2890 " instructions together.\n"
2893 #: config/tc-d10v.c:538 config/tc-d30v.c:550 config/tc-mn10200.c:937
2894 #: config/tc-mn10300.c:1308 config/tc-ppc.c:2104 config/tc-s390.c:1052
2895 #: config/tc-tic80.c:279 config/tc-v850.c:1981
2896 msgid "illegal operand"
2899 #: config/tc-d10v.c:581 config/tc-d10v.c:663 config/tc-d30v.c:656
2901 msgid "operand out of range: %d"
2904 #: config/tc-d10v.c:724
2905 msgid "Instruction must be executed in parallel with another instruction."
2908 #: config/tc-d10v.c:780
2909 msgid "Instruction must be executed in parallel"
2912 #: config/tc-d10v.c:783
2913 msgid "Long instructions may not be combined."
2916 #: config/tc-d10v.c:817
2917 msgid "One of these instructions may not be executed in parallel."
2920 #: config/tc-d10v.c:821 config/tc-d30v.c:877
2921 msgid "Two IU instructions may not be executed in parallel"
2924 #: config/tc-d10v.c:823 config/tc-d10v.c:831 config/tc-d10v.c:844
2925 #: config/tc-d10v.c:859 config/tc-d30v.c:878 config/tc-d30v.c:887
2926 msgid "Swapping instruction order"
2929 #: config/tc-d10v.c:829 config/tc-d30v.c:884
2930 msgid "Two MU instructions may not be executed in parallel"
2933 #: config/tc-d10v.c:848 config/tc-d30v.c:904
2934 msgid "IU instruction may not be in the left container"
2937 #: config/tc-d10v.c:850 config/tc-d10v.c:865
2939 "Instruction in R container is squashed by flow control instruction in L "
2943 #: config/tc-d10v.c:863 config/tc-d30v.c:915
2944 msgid "MU instruction may not be in the right container"
2947 #: config/tc-d10v.c:869 config/tc-d30v.c:927
2948 msgid "unknown execution type passed to write_2_short()"
2951 #: config/tc-d10v.c:1128 config/tc-d10v.c:1149 config/tc-d30v.c:1411
2952 msgid "Unable to mix instructions as specified"
2955 #: config/tc-d10v.c:1196 config/tc-d30v.c:1548
2957 msgid "unknown opcode: %s"
2960 #: config/tc-d10v.c:1279 config/tc-d10v.c:1451 config/tc-tic80.c:536
2961 msgid "bad opcode or operands"
2964 #: config/tc-d10v.c:1352 config/tc-m68k.c:4310
2965 msgid "value out of range"
2968 #: config/tc-d10v.c:1426
2969 msgid "illegal operand - register name found where none expected"
2972 #: config/tc-d10v.c:1462 config/tc-tic80.c:547
2973 msgid "Register number must be EVEN"
2976 #: config/tc-d10v.c:1465
2977 msgid "Unsupported use of sp"
2980 #: config/tc-d10v.c:1614
2982 msgid "line %d: rep or repi must include at least 4 instructions"
2985 #: config/tc-d30v.c:192
2987 msgid "Register name %s conflicts with symbol of the same name"
2990 #: config/tc-d30v.c:288
2994 "-O Make adjacent short instructions parallel if "
2996 "-n Warn about all NOPs inserted by the assembler.\n"
2997 "-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
2998 "-c Warn about symbols whoes names match register "
3000 "-C Opposite of -C. -c is the default.\n"
3003 #: config/tc-d30v.c:462
3004 msgid "unexpected 12-bit reloc type"
3007 #: config/tc-d30v.c:469
3008 msgid "unexpected 18-bit reloc type"
3011 #: config/tc-d30v.c:720
3013 msgid "%s NOP inserted"
3016 #: config/tc-d30v.c:721
3020 #: config/tc-d30v.c:721
3024 #: config/tc-d30v.c:873
3025 msgid "Instructions may not be executed in parallel"
3028 #: config/tc-d30v.c:886
3030 msgid "Executing %s in IU may not work"
3033 #: config/tc-d30v.c:893
3035 msgid "Executing %s in IU may not work in parallel execution"
3038 #: config/tc-d30v.c:906
3040 msgid "special left instruction `%s' kills instruction `%s' in right container"
3043 #: config/tc-d30v.c:917
3045 msgid "Executing %s in reverse serial with %s may not work"
3048 #: config/tc-d30v.c:920
3050 msgid "Executing %s in IU in reverse serial may not work"
3053 #: config/tc-d30v.c:1290 config/tc-d30v.c:1307
3054 msgid "Cannot assemble instruction"
3057 #: config/tc-d30v.c:1292
3058 msgid "First opcode is long. Unable to mix instructions as specified."
3061 #: config/tc-d30v.c:1361
3062 msgid "word of NOPs added between word multiply and load"
3065 #: config/tc-d30v.c:1363
3066 msgid "word of NOPs added between word multiply and 16-bit multiply"
3069 #: config/tc-d30v.c:1395
3070 msgid "Instruction uses long version, so it cannot be mixed as specified"
3073 #: config/tc-d30v.c:1478 config/tc-d30v.c:1516
3075 msgid "unknown condition code: %s"
3078 #: config/tc-d30v.c:1509
3080 msgid "cmpu doesn't support condition code %s"
3083 #: config/tc-d30v.c:1559
3085 msgid "operands for opcode `%s' do not match any valid format"
3088 #: config/tc-d30v.c:1777
3089 msgid "Odd numbered register used as target of multi-register instruction"
3092 #: config/tc-d30v.c:1876
3094 msgid "line %d: unable to place address of symbol '%s' into a byte"
3097 #: config/tc-d30v.c:1879
3099 msgid "line %d: unable to place value %x into a byte"
3102 #: config/tc-d30v.c:1887
3104 msgid "line %d: unable to place address of symbol '%s' into a short"
3107 #: config/tc-d30v.c:1890
3109 msgid "line %d: unable to place value %x into a short"
3112 #: config/tc-d30v.c:1898
3114 msgid "line %d: unable to place address of symbol '%s' into a quad"
3117 #: config/tc-d30v.c:2067
3119 msgid "value too large to fit in %d bits"
3122 #: config/tc-d30v.c:2210
3124 msgid "Alignment too large: %d assumed"
3127 #: config/tc-fr30.c:84
3128 msgid " FR30 specific command line options:\n"
3131 #: config/tc-fr30.c:143 config/tc-openrisc.c:150
3133 msgid "Instruction %s not allowed in a delay slot."
3136 #: config/tc-fr30.c:383 config/tc-m32r.c:1559
3137 msgid "Addend to unresolved symbol not on word boundary."
3140 #: config/tc-fr30.c:540 config/tc-i960.c:773 config/tc-m32r.c:1867
3141 #: config/tc-openrisc.c:468 config/tc-xstormy16.c:635
3142 msgid "Bad call to md_atof()"
3145 #: config/tc-h8300.c:64 config/tc-h8300.c:75 config/tc-h8300.c:134
3146 #: config/tc-hppa.c:1422 config/tc-hppa.c:6915 config/tc-hppa.c:6921
3147 #: config/tc-hppa.c:6927 config/tc-hppa.c:6933 config/tc-mn10300.c:900
3148 #: config/tc-mn10300.c:2164
3149 msgid "could not set architecture and machine"
3152 #: config/tc-h8300.c:262 config/tc-h8300.c:270
3153 msgid "Reg not valid for H8/300"
3156 #: config/tc-h8300.c:430 config/tc-h8300.c:433 config/tc-h8300.c:436
3157 #: config/tc-h8300.c:440
3158 msgid "Invalid register list for ldm/stm\n"
3161 #: config/tc-h8300.c:492 config/tc-h8300.c:554 config/tc-h8300.c:561
3162 msgid "Wrong size pointer register for architecture."
3165 #: config/tc-h8300.c:519 config/tc-h8300.c:528 config/tc-h8300.c:538
3166 msgid "expected @(exp, reg16)"
3169 #: config/tc-h8300.c:617
3170 msgid "expect :8 or :16 here"
3173 #: config/tc-h8300.c:826
3175 msgid "operand %s0x%lx out of range."
3178 #: config/tc-h8300.c:914
3179 msgid "Can't work out size of operand.\n"
3182 #: config/tc-h8300.c:962
3184 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
3187 #: config/tc-h8300.c:1013 config/tc-h8300.c:1033
3188 msgid "Need #1 or #2 here"
3191 #: config/tc-h8300.c:1028
3192 msgid "#4 not valid on H8/300."
3195 #: config/tc-h8300.c:1115 config/tc-h8300.c:1165
3197 msgid "branch operand has odd offset (%lx)\n"
3200 #: config/tc-h8300.c:1203
3201 msgid "destination operand must be 16 bit register"
3204 #: config/tc-h8300.c:1212
3205 msgid "source operand must be 8 bit register"
3208 #: config/tc-h8300.c:1220
3209 msgid "destination operand must be 16bit absolute address"
3212 #: config/tc-h8300.c:1227
3213 msgid "destination operand must be 8 bit register"
3216 #: config/tc-h8300.c:1235
3217 msgid "source operand must be 16bit absolute address"
3220 #. This seems more sane than saying "too many operands". We'll
3221 #. get here only if the trailing trash starts with a comma.
3222 #: config/tc-h8300.c:1243 config/tc-mmix.c:459 config/tc-mmix.c:471
3223 #: config/tc-mmix.c:2501 config/tc-mmix.c:2525 config/tc-mmix.c:2802
3224 #: config/tc-or32.c:642 config/tc-or32.c:856
3225 msgid "invalid operands"
3228 #: config/tc-h8300.c:1294 config/tc-h8500.c:1094 config/tc-mips.c:8649
3229 #: config/tc-sh.c:2353 config/tc-sh64.c:2811 config/tc-w65.c:733
3230 #: config/tc-z8k.c:1202
3231 msgid "unknown opcode"
3234 #: config/tc-h8300.c:1340
3235 msgid "mismatch between opcode size and operand size"
3238 #: config/tc-h8300.c:1352 config/tc-h8500.c:1121 config/tc-sh.c:2473
3239 #: config/tc-w65.c:763 config/tc-z8k.c:1255
3240 msgid "call to tc_crawl_symbol_chain \n"
3243 #: config/tc-h8300.c:1368 config/tc-h8500.c:1135 config/tc-sh.c:2480
3244 #: config/tc-w65.c:777 config/tc-z8k.c:1269
3245 msgid "call to tc_headers_hook \n"
3248 #: config/tc-h8300.c:1460 config/tc-h8500.c:1225 config/tc-z8k.c:1383
3249 msgid "call to tc_aout_fix_to_chars \n"
3252 #: config/tc-h8300.c:1474 config/tc-z8k.c:1393
3253 msgid "call to md_convert_frag \n"
3256 #: config/tc-h8300.c:1536 config/tc-z8k.c:1479
3257 msgid "call tomd_estimate_size_before_relax \n"
3260 #: config/tc-h8300.c:1657 config/tc-mcore.c:2413 config/tc-pj.c:572
3261 #: config/tc-sh.c:3931
3263 msgid "Cannot represent relocation type %s"
3266 #: config/tc-h8500.c:323
3267 msgid ":24 not valid for this opcode"
3270 #: config/tc-h8500.c:330
3271 msgid "expect :8,:16 or :24"
3274 #: config/tc-h8500.c:387
3275 msgid "syntax error in reg list"
3278 #: config/tc-h8500.c:405
3279 msgid "missing final register in range"
3282 #: config/tc-h8500.c:492 config/tc-h8500.c:499 config/tc-h8500.c:505
3283 msgid "expected @(exp, Rn)"
3286 #: config/tc-h8500.c:521
3287 msgid "@Rn+ needs word register"
3290 #: config/tc-h8500.c:531
3291 msgid "@Rn needs word register"
3294 #: config/tc-h8500.c:828 config/tc-sh.c:1827
3296 msgid "unhandled %d\n"
3299 #: config/tc-h8500.c:856
3301 msgid "operand must be absolute in range %d..%d"
3304 #: config/tc-h8500.c:945 config/tc-sh.c:2036
3306 msgid "failed for %d\n"
3309 #: config/tc-h8500.c:1110 config/tc-sh.c:2137 config/tc-sh.c:2402
3310 #: config/tc-w65.c:752
3311 msgid "invalid operands for opcode"
3314 #. Simple range checking for FIELD againt HIGH and LOW bounds.
3315 #. IGNORE is used to suppress the error message.
3316 #: config/tc-hppa.c:1155 config/tc-hppa.c:1169
3318 msgid "Field out of range [%d..%d] (%d)."
3321 #. Simple alignment checking for FIELD againt ALIGN (a power of two).
3322 #. IGNORE is used to suppress the error message.
3323 #: config/tc-hppa.c:1183
3325 msgid "Field not properly aligned [%d] (%d)."
3328 #: config/tc-hppa.c:1212
3329 msgid "Missing .exit\n"
3332 #: config/tc-hppa.c:1215
3333 msgid "Missing .procend\n"
3336 #: config/tc-hppa.c:1395
3338 msgid "Invalid field selector. Assuming F%%."
3341 #: config/tc-hppa.c:1428
3342 msgid "-R option not supported on this target."
3345 #: config/tc-hppa.c:1444 config/tc-sparc.c:803 config/tc-sparc.c:839
3347 msgid "Internal error: can't hash `%s': %s\n"
3350 #: config/tc-hppa.c:1452 config/tc-i860.c:190
3352 msgid "internal error: losing opcode: `%s' \"%s\"\n"
3355 #: config/tc-hppa.c:1523 config/tc-hppa.c:7054 config/tc-hppa.c:7111
3356 msgid "Missing function name for .PROC (corrupted label chain)"
3359 #: config/tc-hppa.c:1526 config/tc-hppa.c:7114
3360 msgid "Missing function name for .PROC"
3363 #: config/tc-hppa.c:1633 config/tc-hppa.c:4911
3364 msgid "could not update architecture and machine"
3367 #: config/tc-hppa.c:1841
3368 msgid "Invalid Indexed Load Completer."
3371 #: config/tc-hppa.c:1846
3372 msgid "Invalid Indexed Load Completer Syntax."
3375 #: config/tc-hppa.c:1883
3376 msgid "Invalid Short Load/Store Completer."
3379 #: config/tc-hppa.c:1943 config/tc-hppa.c:1948
3380 msgid "Invalid Store Bytes Short Completer"
3383 #: config/tc-hppa.c:2259 config/tc-hppa.c:2265
3384 msgid "Invalid left/right combination completer"
3387 #: config/tc-hppa.c:2314 config/tc-hppa.c:2321
3388 msgid "Invalid permutation completer"
3391 #: config/tc-hppa.c:2422
3393 msgid "Invalid Add Condition: %s"
3396 #: config/tc-hppa.c:2433 config/tc-hppa.c:2443
3397 msgid "Invalid Add and Branch Condition"
3400 #: config/tc-hppa.c:2464 config/tc-hppa.c:2602
3401 msgid "Invalid Compare/Subtract Condition"
3404 #: config/tc-hppa.c:2504
3406 msgid "Invalid Bit Branch Condition: %c"
3409 #: config/tc-hppa.c:2590
3411 msgid "Invalid Compare/Subtract Condition: %s"
3414 #: config/tc-hppa.c:2617
3415 msgid "Invalid Compare and Branch Condition"
3418 #: config/tc-hppa.c:2713
3419 msgid "Invalid Logical Instruction Condition."
3422 #: config/tc-hppa.c:2768
3423 msgid "Invalid Shift/Extract/Deposit Condition."
3426 #: config/tc-hppa.c:2880
3427 msgid "Invalid Unit Instruction Condition."
3430 #: config/tc-hppa.c:3257 config/tc-hppa.c:3289 config/tc-hppa.c:3320
3431 #: config/tc-hppa.c:3350
3432 msgid "Branch to unaligned address"
3435 #: config/tc-hppa.c:3528
3436 msgid "Invalid SFU identifier"
3439 #: config/tc-hppa.c:3578
3440 msgid "Invalid COPR identifier"
3443 #: config/tc-hppa.c:3707
3444 msgid "Invalid Floating Point Operand Format."
3447 #: config/tc-hppa.c:3824 config/tc-hppa.c:3844 config/tc-hppa.c:3864
3448 #: config/tc-hppa.c:3884 config/tc-hppa.c:3904
3449 msgid "Invalid register for single precision fmpyadd or fmpysub"
3452 #: config/tc-hppa.c:3961
3454 msgid "Invalid operands %s"
3457 #: config/tc-hppa.c:4079
3458 msgid "Cannot handle fixup"
3461 #: config/tc-hppa.c:4380
3462 msgid " -Q ignored\n"
3465 #: config/tc-hppa.c:4384
3466 msgid " -c print a warning if a comment is found\n"
3469 #: config/tc-hppa.c:4455
3471 msgid "no hppa_fixup entry for fixup type 0x%x"
3474 #: config/tc-hppa.c:4633
3475 msgid "Unknown relocation encountered in md_apply_fix."
3478 #: config/tc-hppa.c:4775 config/tc-hppa.c:4800
3480 msgid "Undefined register: '%s'."
3483 #: config/tc-hppa.c:4834
3485 msgid "Non-absolute symbol: '%s'."
3488 #: config/tc-hppa.c:4849
3490 msgid "Undefined absolute constant: '%s'."
3493 #: config/tc-hppa.c:4950
3495 msgid "Invalid FP Compare Condition: %s"
3498 #: config/tc-hppa.c:5006
3500 msgid "Invalid FTEST completer: %s"
3503 #: config/tc-hppa.c:5073 config/tc-hppa.c:5111
3505 msgid "Invalid FP Operand Format: %3s"
3508 #: config/tc-hppa.c:5190
3509 msgid "Bad segment in expression."
3512 #: config/tc-hppa.c:5249
3513 msgid "Bad segment (should be absolute)."
3516 #: config/tc-hppa.c:5292
3518 msgid "Invalid argument location: %s\n"
3521 #: config/tc-hppa.c:5323
3523 msgid "Invalid argument description: %d"
3526 #: config/tc-hppa.c:5346
3528 msgid "Invalid Nullification: (%c)"
3531 #: config/tc-hppa.c:6066
3533 msgid "Invalid .CALL argument: %s"
3536 #: config/tc-hppa.c:6188
3537 msgid ".callinfo is not within a procedure definition"
3540 #: config/tc-hppa.c:6208
3542 msgid "FRAME parameter must be a multiple of 8: %d\n"
3545 #: config/tc-hppa.c:6227
3546 msgid "Value for ENTRY_GR must be in the range 3..18\n"
3549 #: config/tc-hppa.c:6239
3550 msgid "Value for ENTRY_FR must be in the range 12..21\n"
3553 #: config/tc-hppa.c:6249
3554 msgid "Value for ENTRY_SR must be 3\n"
3557 #: config/tc-hppa.c:6305
3559 msgid "Invalid .CALLINFO argument: %s"
3562 #: config/tc-hppa.c:6416
3563 msgid "The .ENTER pseudo-op is not supported"
3566 #: config/tc-hppa.c:6432
3567 msgid "Misplaced .entry. Ignored."
3570 #: config/tc-hppa.c:6436
3571 msgid "Missing .callinfo."
3574 #: config/tc-hppa.c:6502
3575 msgid ".REG expression must be a register"
3578 #: config/tc-hppa.c:6518
3579 msgid "bad or irreducible absolute expression; zero assumed"
3582 #: config/tc-hppa.c:6529
3583 msgid ".REG must use a label"
3586 #: config/tc-hppa.c:6531
3587 msgid ".EQU must use a label"
3590 #: config/tc-hppa.c:6584
3591 msgid ".EXIT must appear within a procedure"
3594 #: config/tc-hppa.c:6588
3595 msgid "Missing .callinfo"
3598 #: config/tc-hppa.c:6592
3599 msgid "No .ENTRY for this .EXIT"
3602 #: config/tc-hppa.c:6619
3604 msgid "Cannot define export symbol: %s\n"
3607 #: config/tc-hppa.c:6677
3609 msgid "Using ENTRY rather than CODE in export directive for %s"
3612 #: config/tc-hppa.c:6794
3614 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
3617 #: config/tc-hppa.c:6876
3618 msgid "Missing label name on .LABEL"
3621 #: config/tc-hppa.c:6881
3622 msgid "extra .LABEL arguments ignored."
3625 #: config/tc-hppa.c:6898
3626 msgid "The .LEAVE pseudo-op is not supported"
3629 #: config/tc-hppa.c:6937
3630 msgid "Unrecognized .LEVEL argument\n"
3633 #: config/tc-hppa.c:6973
3635 msgid "Cannot define static symbol: %s\n"
3638 #: config/tc-hppa.c:7008
3639 msgid "Nested procedures"
3642 #: config/tc-hppa.c:7018
3643 msgid "Cannot allocate unwind descriptor\n"
3646 #: config/tc-hppa.c:7118
3647 msgid "misplaced .procend"
3650 #: config/tc-hppa.c:7121
3651 msgid "Missing .callinfo for this procedure"
3654 #: config/tc-hppa.c:7124
3655 msgid "Missing .EXIT for a .ENTRY"
3658 #: config/tc-hppa.c:7162
3659 msgid "Not in a space.\n"
3662 #: config/tc-hppa.c:7165
3663 msgid "Not in a subspace.\n"
3666 #: config/tc-hppa.c:7256
3667 msgid "Invalid .SPACE argument"
3670 #: config/tc-hppa.c:7303
3671 msgid "Can't change spaces within a procedure definition. Ignored"
3674 #: config/tc-hppa.c:7432
3676 msgid "Undefined space: '%s' Assuming space number = 0."
3679 #: config/tc-hppa.c:7456
3680 msgid "Must be in a space before changing or declaring subspaces.\n"
3683 #: config/tc-hppa.c:7460
3684 msgid "Can't change subspaces within a procedure definition. Ignored"
3687 #: config/tc-hppa.c:7495
3688 msgid "Parameters of an existing subspace can't be modified"
3691 #: config/tc-hppa.c:7546
3692 msgid "Alignment must be a power of 2"
3695 #: config/tc-hppa.c:7588
3696 msgid "FIRST not supported as a .SUBSPACE argument"
3699 #: config/tc-hppa.c:7590
3700 msgid "Invalid .SUBSPACE argument"
3703 #: config/tc-hppa.c:7770
3705 msgid "Internal error: Unable to find containing space for %s."
3708 #: config/tc-hppa.c:7809
3710 msgid "Out of memory: could not allocate new space chain entry: %s\n"
3713 #: config/tc-hppa.c:7895
3715 msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
3718 #: config/tc-hppa.c:8589
3720 msgid "Symbol '%s' could not be created."
3723 #: config/tc-hppa.c:8593
3724 msgid "No memory for symbol name."
3727 #: config/tc-i386.c:598
3729 msgid "%s shortened to %s"
3732 #: config/tc-i386.c:653
3733 msgid "same type of prefix used twice"
3736 #: config/tc-i386.c:671
3737 msgid "64bit mode not supported on this CPU."
3740 #: config/tc-i386.c:675
3741 msgid "32bit mode not supported on this CPU."
3744 #: config/tc-i386.c:708
3745 msgid "bad argument to syntax directive."
3748 #: config/tc-i386.c:752
3750 msgid "no such architecture: `%s'"
3753 #: config/tc-i386.c:757
3754 msgid "missing cpu architecture"
3757 #: config/tc-i386.c:771
3759 msgid "no such architecture modifier: `%s'"
3762 #: config/tc-i386.c:825 config/tc-i386.c:4632
3763 msgid "Unknown architecture"
3766 #: config/tc-i386.c:860 config/tc-i386.c:883 config/tc-m68k.c:3826
3768 msgid "Internal Error: Can't hash %s: %s"
3771 #: config/tc-i386.c:1136
3772 msgid "There are no unsigned pc-relative relocations"
3775 #: config/tc-i386.c:1143 config/tc-i386.c:4831
3777 msgid "can not do %d byte pc-relative relocation"
3780 #: config/tc-i386.c:1160
3782 msgid "can not do %s %d byte relocation"
3785 #: config/tc-i386.c:1267 config/tc-i386.c:1361
3787 msgid "no such instruction: `%s'"
3790 #: config/tc-i386.c:1277 config/tc-i386.c:1393
3792 msgid "invalid character %s in mnemonic"
3795 #: config/tc-i386.c:1284
3796 msgid "expecting prefix; got nothing"
3799 #: config/tc-i386.c:1286
3800 msgid "expecting mnemonic; got nothing"
3803 #: config/tc-i386.c:1304
3805 msgid "redundant %s prefix"
3808 #: config/tc-i386.c:1402
3810 msgid "`%s' is not supported on `%s'"
3813 #: config/tc-i386.c:1407
3814 msgid "use .code16 to ensure correct addressing mode"
3817 #: config/tc-i386.c:1414
3819 msgid "expecting string instruction after `%s'"
3822 #: config/tc-i386.c:1435
3824 msgid "invalid character %s before operand %d"
3827 #: config/tc-i386.c:1449
3829 msgid "unbalanced parenthesis in operand %d."
3832 #: config/tc-i386.c:1452
3834 msgid "unbalanced brackets in operand %d."
3837 #: config/tc-i386.c:1461
3839 msgid "invalid character %s in operand %d"
3842 #: config/tc-i386.c:1488
3844 msgid "spurious operands; (%d operands/instruction max)"
3847 #: config/tc-i386.c:1511
3848 msgid "expecting operand after ','; got nothing"
3851 #: config/tc-i386.c:1516
3852 msgid "expecting operand before ','; got nothing"
3855 #. We found no match.
3856 #: config/tc-i386.c:1860
3858 msgid "suffix or operands invalid for `%s'"
3861 #: config/tc-i386.c:1871
3863 msgid "indirect %s without `*'"
3866 #. Warn them that a data or address size prefix doesn't
3867 #. affect assembly of the next line of code.
3868 #: config/tc-i386.c:1879
3870 msgid "stand-alone `%s' prefix"
3873 #: config/tc-i386.c:1915 config/tc-i386.c:1930
3875 msgid "`%s' operand %d must use `%%es' segment"
3878 #. Prohibit these changes in the 64bit mode, since
3879 #. the lowering is more complicated.
3880 #: config/tc-i386.c:2003 config/tc-i386.c:2057 config/tc-i386.c:2072
3881 #: config/tc-i386.c:2100 config/tc-i386.c:2128
3883 msgid "Incorrect register `%%%s' used with`%c' suffix"
3886 #: config/tc-i386.c:2009 config/tc-i386.c:2062 config/tc-i386.c:2133
3888 msgid "using `%%%s' instead of `%%%s' due to `%c' suffix"
3891 #: config/tc-i386.c:2025 config/tc-i386.c:2043 config/tc-i386.c:2087
3892 #: config/tc-i386.c:2114
3894 msgid "`%%%s' not allowed with `%s%c'"
3897 #: config/tc-i386.c:2174
3898 msgid "no instruction mnemonic suffix given; can't determine immediate size"
3901 #: config/tc-i386.c:2200
3904 "no instruction mnemonic suffix given; can't determine immediate size %x %c"
3907 #: config/tc-i386.c:2225
3909 "no instruction mnemonic suffix given and no register operands; can't size "
3913 #: config/tc-i386.c:2273
3914 msgid "64bit operations available only in 64bit modes."
3917 #. Reversed arguments on faddp, fsubp, etc.
3918 #: config/tc-i386.c:2341
3920 msgid "translating to `%s %%%s,%%%s'"
3923 #. Extraneous `l' suffix on fp insn.
3924 #: config/tc-i386.c:2348
3926 msgid "translating to `%s %%%s'"
3929 #: config/tc-i386.c:2621
3931 msgid "you can't `pop %%cs'"
3934 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
3935 #: config/tc-i386.c:2654
3937 msgid "translating to `%sp'"
3940 #: config/tc-i386.c:2697
3943 "Can't encode registers '%%%s' in the instruction requiring REX prefix.\n"
3946 #: config/tc-i386.c:2759 config/tc-i386.c:2849 config/tc-i386.c:2885
3947 msgid "skipping prefixes on this instruction"
3950 #: config/tc-i386.c:2905
3951 msgid "16-bit jump out of range"
3954 #: config/tc-i386.c:2914
3956 msgid "can't handle non absolute segment in `%s'"
3959 #: config/tc-i386.c:3221
3961 msgid "@%s reloc is not supported in %s bit mode"
3964 #: config/tc-i386.c:3297
3965 msgid "only 1 or 2 immediate operands are allowed"
3968 #: config/tc-i386.c:3320 config/tc-i386.c:3508
3970 msgid "junk `%s' after expression"
3973 #. Missing or bad expr becomes absolute 0.
3974 #: config/tc-i386.c:3331
3976 msgid "missing or invalid immediate expression `%s' taken as 0"
3979 #: config/tc-i386.c:3362 config/tc-i386.c:3569
3981 msgid "unimplemented segment %s in operand"
3984 #: config/tc-i386.c:3364 config/tc-i386.c:3571
3986 msgid "unimplemented segment type %d in operand"
3989 #: config/tc-i386.c:3408 config/tc-i386.c:5592
3991 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
3994 #: config/tc-i386.c:3415
3996 msgid "scale factor of %d without an index register"
3999 #: config/tc-i386.c:3528
4001 msgid "bad expression used with @%s"
4004 #. Missing or bad expr becomes absolute 0.
4005 #: config/tc-i386.c:3550
4007 msgid "missing or invalid displacement expression `%s' taken as 0"
4010 #: config/tc-i386.c:3656
4012 msgid "`%s' is not a valid base/index expression"
4015 #: config/tc-i386.c:3660
4017 msgid "`%s' is not a valid %s bit base/index expression"
4020 #: config/tc-i386.c:3735
4022 msgid "bad memory operand `%s'"
4025 #: config/tc-i386.c:3750
4027 msgid "junk `%s' after register"
4030 #: config/tc-i386.c:3759 config/tc-i386.c:3874 config/tc-i386.c:3912
4032 msgid "bad register name `%s'"
4035 #: config/tc-i386.c:3767
4036 msgid "immediate operand illegal with absolute jump"
4039 #: config/tc-i386.c:3789
4041 msgid "too many memory references for `%s'"
4044 #: config/tc-i386.c:3867
4046 msgid "expecting `,' or `)' after index register in `%s'"
4049 #: config/tc-i386.c:3891
4051 msgid "expecting `)' after scale factor in `%s'"
4054 #: config/tc-i386.c:3898
4056 msgid "expecting index register or scale factor after `,'; got '%c'"
4059 #: config/tc-i386.c:3905
4061 msgid "expecting `,' or `)' after base register in `%s'"
4064 #. It's not a memory operand; argh!
4065 #: config/tc-i386.c:3946
4067 msgid "invalid char %s beginning operand %d `%s'"
4070 #: config/tc-i386.c:4121
4071 msgid "long jump required"
4074 #: config/tc-i386.c:4421
4075 msgid "Bad call to md_atof ()"
4078 #: config/tc-i386.c:4585
4079 msgid "No compiled in support for x86_64"
4082 #: config/tc-i386.c:4606
4085 " -V print assembler version number\n"
4087 " -q quieten some warnings\n"
4091 #: config/tc-i386.c:4613
4092 msgid " -q quieten some warnings\n"
4095 #: config/tc-i386.c:4714 config/tc-s390.c:1592
4096 msgid "GOT already in symbol table"
4099 #: config/tc-i386.c:4846
4101 msgid "can not do %d byte relocation"
4104 #: config/tc-i386.c:4898 config/tc-s390.c:1957
4106 msgid "cannot represent relocation type %s"
4109 #: config/tc-i386.c:5194
4111 msgid "too many memory references for '%s'"
4114 #: config/tc-i386.c:5357
4116 msgid "Unknown operand modifier `%s'\n"
4119 #: config/tc-i386.c:5564
4121 msgid "`%s' is not a valid segment register"
4124 #: config/tc-i386.c:5574 config/tc-i386.c:5695
4125 msgid "Register scaling only allowed in memory operands."
4128 #: config/tc-i386.c:5605
4129 msgid "Too many register references in memory operand.\n"
4132 #: config/tc-i386.c:5674
4134 msgid "Syntax error. Expecting a constant. Got `%s'.\n"
4137 #: config/tc-i386.c:5744
4139 msgid "Unrecognized token '%s'"
4142 #: config/tc-i386.c:5761
4144 msgid "Unexpected token `%s'\n"
4147 #: config/tc-i386.c:5905
4149 msgid "Unrecognized token `%s'\n"
4152 #: config/tc-i860.c:154 config/tc-i860.c:158
4153 msgid "Unknown temporary pseudo register"
4156 #: config/tc-i860.c:181 config/tc-mips.c:1248
4158 msgid "internal error: can't hash `%s': %s\n"
4161 #: config/tc-i860.c:201
4162 msgid "Defective assembler. No assembly attempted."
4165 #: config/tc-i860.c:347
4167 msgid "Expanded opcode after delayed branch: `%s'"
4170 #: config/tc-i860.c:351
4172 msgid "Expanded opcode in dual mode: `%s'"
4175 #: config/tc-i860.c:355
4177 msgid "An instruction was expanded (%s)"
4180 #: config/tc-i860.c:613
4181 msgid "Pipelined instruction: fsrc1 = fdest"
4184 #: config/tc-i860.c:776 config/tc-i860.c:783 config/tc-i860.c:790
4185 msgid "Assembler does not yet support PIC"
4188 #: config/tc-i860.c:849
4190 msgid "Illegal operands for %s"
4193 #: config/tc-i860.c:873 config/tc-sparc.c:2731
4197 #: config/tc-i860.c:965
4198 msgid "md_number_to_disp\n"
4201 #: config/tc-i860.c:975
4202 msgid "i860_number_to_field\n"
4205 #: config/tc-i860.c:984
4206 msgid "i860_estimate_size_before_relax\n"
4209 #: config/tc-i860.c:1075
4211 " -EL\t\t\t generate code for little endian mode (default)\n"
4212 " -EB\t\t\t generate code for big endian mode\n"
4213 " -mwarn-expand\t\t warn if pseudo operations are expanded\n"
4216 #. SVR4 compatibility flags.
4217 #: config/tc-i860.c:1081
4219 " -V\t\t\t print assembler version number\n"
4220 " -Qy, -Qn\t\t ignored\n"
4223 #: config/tc-i860.c:1150
4224 msgid "This immediate requires 0 MOD 2 alignment"
4227 #: config/tc-i860.c:1153
4228 msgid "This immediate requires 0 MOD 4 alignment"
4231 #: config/tc-i860.c:1156
4232 msgid "This immediate requires 0 MOD 8 alignment"
4235 #: config/tc-i860.c:1159
4236 msgid "This immediate requires 0 MOD 16 alignment"
4239 #: config/tc-i860.c:1257
4240 msgid "5-bit immediate too large"
4243 #: config/tc-i860.c:1260
4244 msgid "5-bit field must be absolute"
4247 #: config/tc-i860.c:1305 config/tc-i860.c:1328
4248 msgid "A branch offset requires 0 MOD 4 alignment"
4251 #: config/tc-i860.c:1349
4253 msgid "Unrecognized fix-up (0x%08x)"
4256 #: config/tc-i860.h:80
4257 msgid "i860_convert_frag\n"
4260 #: config/tc-i960.c:550
4262 msgid "Hashing returned \"%s\"."
4265 #. Offset of last character in opcode mnemonic
4266 #: config/tc-i960.c:584
4267 msgid "branch prediction invalid on this opcode"
4270 #: config/tc-i960.c:624
4272 msgid "invalid opcode, \"%s\"."
4275 #: config/tc-i960.c:629
4277 msgid "improper number of operands. expecting %d, got %d"
4280 #: config/tc-i960.c:861
4282 msgid "Fixup of %ld too large for field width of %d"
4285 #: config/tc-i960.c:978
4287 msgid "invalid architecture %s"
4290 #: config/tc-i960.c:998
4291 msgid "I960 options:\n"
4294 #: config/tc-i960.c:1001
4297 "\t\t\tspecify variant of 960 architecture\n"
4298 "-b\t\t\tadd code to collect statistics about branches taken\n"
4299 "-link-relax\t\tpreserve individual alignment directives so linker\n"
4300 "\t\t\tcan do relaxing (b.out format only)\n"
4301 "-no-relax\t\tdon't alter compare-and-branch instructions for\n"
4302 "\t\t\tlong displacements\n"
4305 #: config/tc-i960.c:1404
4306 msgid "too many operands"
4309 #: config/tc-i960.c:1463 config/tc-i960.c:1690
4310 msgid "expression syntax error"
4313 #: config/tc-i960.c:1501
4314 msgid "attempt to branch into different segment"
4317 #: config/tc-i960.c:1505
4319 msgid "target of %s instruction must be a label"
4322 #: config/tc-i960.c:1544
4323 msgid "unmatched '['"
4326 #: config/tc-i960.c:1555
4327 msgid "garbage after index spec ignored"
4330 #. We never moved: there was no opcode either!
4331 #: config/tc-i960.c:1621
4332 msgid "missing opcode"
4335 #: config/tc-i960.c:2036
4336 msgid "invalid index register"
4339 #: config/tc-i960.c:2059
4340 msgid "invalid scale factor"
4343 #: config/tc-i960.c:2242
4344 msgid "unaligned register"
4347 #: config/tc-i960.c:2265
4348 msgid "no such sfr in this architecture"
4351 #: config/tc-i960.c:2303
4352 msgid "illegal literal"
4355 #. Should not happen: see block comment above
4356 #: config/tc-i960.c:2533
4358 msgid "Trying to 'bal' to %s"
4361 #: config/tc-i960.c:2544
4362 msgid "Looks like a proc, but can't tell what kind.\n"
4365 #: config/tc-i960.c:2575
4366 msgid "should have 1 or 2 operands"
4369 #: config/tc-i960.c:2584 config/tc-i960.c:2603
4371 msgid "Redefining leafproc %s"
4374 #: config/tc-i960.c:2634
4375 msgid "should have two operands"
4378 #: config/tc-i960.c:2644
4379 msgid "'entry_num' must be absolute number in [0,31]"
4382 #: config/tc-i960.c:2653
4384 msgid "Redefining entrynum for sysproc %s"
4387 #: config/tc-i960.c:2760
4388 msgid "architecture of opcode conflicts with that of earlier instruction(s)"
4391 #: config/tc-i960.c:2781
4392 msgid "big endian mode is not supported"
4395 #: config/tc-i960.c:2783
4397 msgid "ignoring unrecognized .endian type `%s'"
4400 #: config/tc-i960.c:3055
4402 msgid "leafproc symbol '%s' undefined"
4405 #: config/tc-i960.c:3065
4407 msgid "Warning: making leafproc entries %s and %s both global\n"
4410 #: config/tc-i960.c:3174
4411 msgid "option --link-relax is only supported in b.out format"
4414 #: config/tc-i960.c:3217 write.c:2670
4415 msgid "callj to difference of two symbols"
4418 #: config/tc-ia64.c:1052
4419 msgid "Unwind directive not followed by an instruction."
4422 #: config/tc-ia64.c:4416
4423 msgid "Register name expected"
4426 #: config/tc-ia64.c:4421 config/tc-ia64.c:4707
4427 msgid "Comma expected"
4430 #: config/tc-ia64.c:4429
4431 msgid "Register value annotation ignored"
4434 #: config/tc-ia64.c:4453
4435 msgid "Directive invalid within a bundle"
4438 #: config/tc-ia64.c:4520
4439 msgid "Missing predicate relation type"
4442 #: config/tc-ia64.c:4536
4443 msgid "Unrecognized predicate relation type"
4446 #: config/tc-ia64.c:4556 config/tc-ia64.c:4581
4447 msgid "Predicate register expected"
4450 #: config/tc-ia64.c:4568
4451 msgid "Duplicate predicate register ignored"
4454 #: config/tc-ia64.c:4590
4455 msgid "Bad register range"
4458 #: config/tc-ia64.c:4618
4459 msgid "Predicate source and target required"
4462 #: config/tc-ia64.c:4620 config/tc-ia64.c:4632
4463 msgid "Use of p0 is not valid in this context"
4466 #: config/tc-ia64.c:4627
4467 msgid "At least two PR arguments expected"
4470 #: config/tc-ia64.c:4641
4471 msgid "At least one PR argument expected"
4474 #: config/tc-ia64.c:4677
4476 msgid "Inserting \"%s\" into entry hint table failed: %s"
4479 #. FIXME -- need 62-bit relocation type
4480 #: config/tc-ia64.c:5147
4481 msgid "62-bit relocation not yet implemented"
4484 #. XXX technically, this is wrong: we should not be issuing warning
4485 #. messages until we're sure this instruction pattern is going to
4487 #: config/tc-ia64.c:5220
4488 msgid "lower 16 bits of mask ignored"
4491 #: config/tc-ia64.c:5775
4492 msgid "Value truncated to 62 bits"
4495 #: config/tc-ia64.c:6126
4497 "Additional NOP may be necessary to workaround Itanium processor A/B step "
4501 #: config/tc-ia64.c:6309
4503 msgid "Unrecognized option '-x%s'"
4506 #: config/tc-ia64.c:6337
4509 " -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
4510 " -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n"
4511 " -x | -xexplicit\t turn on dependency violation checking (default)\n"
4512 " -xauto\t\t automagically remove dependency violations\n"
4513 " -xdebug\t\t debug dependency violation checker\n"
4516 #: config/tc-ia64.c:6351
4517 msgid "--gstabs is not supported for ia64"
4520 #: config/tc-ia64.c:6618 config/tc-mips.c:1227
4521 msgid "Could not set architecture and machine"
4524 #: config/tc-ia64.c:6725
4525 msgid "Explicit stops are ignored in auto mode"
4528 #: config/tc-ia64.c:6775
4529 msgid "Found '{' after explicit switch to automatic mode"
4532 #: config/tc-ia64.c:7222
4534 msgid "Unhandled dependency %s for %s (%s), note %d"
4537 #: config/tc-ia64.c:8498
4539 msgid "Unrecognized dependency specifier %d\n"
4542 #: config/tc-ia64.c:9300
4543 msgid "Only the first path encountering the conflict is reported"
4546 #: config/tc-ia64.c:9303
4547 msgid "This is the location of the conflicting usage"
4550 #. Pretend that we do not recognise this option.
4551 #: config/tc-m32r.c:231
4552 msgid "Unrecognised option: -hidden"
4555 #: config/tc-m32r.c:265
4556 msgid " M32R specific command line options:\n"
4559 #: config/tc-m32r.c:267
4561 " -m32r disable support for the m32rx instruction set\n"
4564 #: config/tc-m32r.c:269
4565 msgid " -m32rx support the extended m32rx instruction set\n"
4568 #: config/tc-m32r.c:271
4569 msgid " -O try to combine instructions in parallel\n"
4572 #: config/tc-m32r.c:274
4574 " -warn-explicit-parallel-conflicts warn when parallel instructions\n"
4577 #: config/tc-m32r.c:276
4578 msgid " violate contraints\n"
4581 #: config/tc-m32r.c:278
4582 msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n"
4585 #: config/tc-m32r.c:280
4587 " instructions violate contraints\n"
4590 #: config/tc-m32r.c:282
4592 " -Wp synonym for -warn-explicit-parallel-conflicts\n"
4595 #: config/tc-m32r.c:284
4597 " -Wnp synonym for -no-warn-explicit-parallel-conflicts\n"
4600 #: config/tc-m32r.c:287
4602 " -warn-unmatched-high warn when an (s)high reloc has no matching low "
4606 #: config/tc-m32r.c:289
4607 msgid " -no-warn-unmatched-high do not warn about missing low relocs\n"
4610 #: config/tc-m32r.c:291
4611 msgid " -Wuh synonym for -warn-unmatched-high\n"
4614 #: config/tc-m32r.c:293
4615 msgid " -Wnuh synonym for -no-warn-unmatched-high\n"
4618 #: config/tc-m32r.c:297
4619 msgid " -relax create linker relaxable code\n"
4622 #: config/tc-m32r.c:299
4623 msgid " -cpu-desc provide runtime cpu description file\n"
4626 #: config/tc-m32r.c:691
4627 msgid "Instructions write to the same destination register."
4630 #: config/tc-m32r.c:699
4631 msgid "Instructions do not use parallel execution pipelines."
4634 #: config/tc-m32r.c:706
4635 msgid "Instructions share the same execution pipeline"
4638 #: config/tc-m32r.c:776 config/tc-m32r.c:872
4640 msgid "not a 16 bit instruction '%s'"
4643 #: config/tc-m32r.c:783 config/tc-m32r.c:879 config/tc-m32r.c:1035
4645 msgid "unknown instruction '%s'"
4648 #: config/tc-m32r.c:792 config/tc-m32r.c:886 config/tc-m32r.c:1042
4650 msgid "instruction '%s' is for the M32RX only"
4653 #: config/tc-m32r.c:801 config/tc-m32r.c:895
4655 msgid "instruction '%s' cannot be executed in parallel."
4658 #: config/tc-m32r.c:856 config/tc-m32r.c:920 config/tc-m32r.c:1092
4659 msgid "internal error: lookup/get operands failed"
4662 #: config/tc-m32r.c:905
4664 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
4667 #: config/tc-m32r.c:934
4670 "%s: output of 1st instruction is the same as an input to 2nd instruction - "
4671 "is this intentional ?"
4674 #: config/tc-m32r.c:938
4677 "%s: output of 2nd instruction is the same as an input to 1st instruction - "
4678 "is this intentional ?"
4681 #: config/tc-m32r.c:1252 config/tc-ppc.c:1571 config/tc-ppc.c:3966
4682 msgid "Expected comma after symbol-name: rest of line ignored."
4685 #: config/tc-m32r.c:1262
4687 msgid ".SCOMMon length (%ld.) <0! Ignored."
4690 #: config/tc-m32r.c:1276 config/tc-ppc.c:1593 config/tc-ppc.c:2615
4691 #: config/tc-ppc.c:3990
4692 msgid "ignoring bad alignment"
4695 #: config/tc-m32r.c:1288 config/tc-ppc.c:1630 config/tc-v850.c:333
4696 msgid "Common alignment not a power of 2"
4699 #: config/tc-m32r.c:1303 config/tc-ppc.c:1604 config/tc-ppc.c:4002
4701 msgid "Ignoring attempt to re-define symbol `%s'."
4704 #: config/tc-m32r.c:1312
4706 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
4709 #: config/tc-m32r.c:1789
4710 msgid "Unmatched high/shigh reloc"
4713 #: config/tc-m68hc11.c:327
4716 "Motorola 68HC11/68HC12 options:\n"
4717 " -m68hc11 | -m68hc12 specify the processor [default %s]\n"
4718 " --force-long-branchs always turn relative branchs into absolute ones\n"
4719 " -S,--short-branchs do not turn relative branchs into absolute ones\n"
4720 " when the offset is out of range\n"
4721 " --strict-direct-mode do not turn the direct mode into extended mode\n"
4722 " when the instruction does not support direct mode\n"
4723 " --print-insn-syntax print the syntax of instruction in case of error\n"
4724 " --print-opcodes print the list of instructions with syntax\n"
4725 " --generate-example generate an example of each instruction\n"
4726 " (used for testing)\n"
4729 #: config/tc-m68hc11.c:368
4731 msgid "Default target `%s' is not supported."
4734 #. Dump the opcode statistics table.
4735 #: config/tc-m68hc11.c:387
4736 msgid "Name # Modes Min ops Max ops Modes mask # Used\n"
4739 #: config/tc-m68hc11.c:437
4741 msgid "Option `%s' is not recognized."
4744 #: config/tc-m68hc11.c:658
4748 #: config/tc-m68hc11.c:667
4752 #: config/tc-m68hc11.c:676 config/tc-m68hc11.c:685
4756 #: config/tc-m68hc11.c:703
4760 #: config/tc-m68hc11.c:715
4764 #: config/tc-m68hc11.c:725
4769 #: config/tc-m68hc11.c:727
4773 #: config/tc-m68hc11.c:746
4777 #: config/tc-m68hc11.c:762
4780 "# Example of `%s' instructions\n"
4785 #: config/tc-m68hc11.c:810
4787 msgid "Instruction `%s' is not recognized."
4790 #: config/tc-m68hc11.c:815
4792 msgid "Instruction formats for `%s':"
4795 #: config/tc-m68hc11.c:948
4797 msgid "Immediate operand is not allowed for operand %d."
4800 #: config/tc-m68hc11.c:974
4801 msgid "Indirect indexed addressing is not valid for 68HC11."
4804 #: config/tc-m68hc11.c:994
4805 msgid "Spurious `,' or bad indirect register addressing mode."
4808 #: config/tc-m68hc11.c:1010
4809 msgid "Missing second register or offset for indexed-indirect mode."
4812 #: config/tc-m68hc11.c:1020
4813 msgid "Missing second register for indexed-indirect mode."
4816 #: config/tc-m68hc11.c:1036
4817 msgid "Missing `]' to close indexed-indirect mode."
4820 #: config/tc-m68hc11.c:1080
4821 msgid "Illegal operand."
4824 #: config/tc-m68hc11.c:1085
4825 msgid "Missing operand."
4828 #: config/tc-m68hc11.c:1137
4829 msgid "Pre-increment mode is not valid for 68HC11"
4832 #: config/tc-m68hc11.c:1150
4833 msgid "Wrong register in register indirect mode."
4836 #: config/tc-m68hc11.c:1158
4837 msgid "Missing `]' to close register indirect operand."
4840 #: config/tc-m68hc11.c:1175
4841 msgid "Post-decrement mode is not valid for 68HC11."
4844 #: config/tc-m68hc11.c:1183
4845 msgid "Post-increment mode is not valid for 68HC11."
4848 #: config/tc-m68hc11.c:1200
4849 msgid "Invalid indexed indirect mode."
4852 #: config/tc-m68hc11.c:1294
4854 msgid "Trap id `%ld' is out of range."
4857 #: config/tc-m68hc11.c:1298
4858 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
4861 #: config/tc-m68hc11.c:1305
4863 msgid "Operand out of 8-bit range: `%ld'."
4866 #: config/tc-m68hc11.c:1312
4867 msgid "The trap id must be a constant."
4870 #: config/tc-m68hc11.c:1337
4872 msgid "Operand `%x' not recognized in fixup8."
4875 #: config/tc-m68hc11.c:1357
4877 msgid "Operand out of 16-bit range: `%ld'."
4880 #: config/tc-m68hc11.c:1378
4882 msgid "Operand `%x' not recognized in fixup16."
4885 #: config/tc-m68hc11.c:1396
4887 msgid "Unexpected branch conversion with `%x'"
4890 #: config/tc-m68hc11.c:1483 config/tc-m68hc11.c:1612
4892 msgid "Operand out of range for a relative branch: `%ld'"
4895 #: config/tc-m68hc11.c:1580
4896 msgid "Invalid register for dbcc/tbcc instruction."
4899 #: config/tc-m68hc11.c:1671
4901 msgid "Increment/decrement value is out of range: `%ld'."
4904 #: config/tc-m68hc11.c:1682
4905 msgid "Expecting a register."
4908 #: config/tc-m68hc11.c:1697
4909 msgid "Invalid register for post/pre increment."
4912 #: config/tc-m68hc11.c:1727
4913 msgid "Invalid register."
4916 #: config/tc-m68hc11.c:1734
4918 msgid "Offset out of 16-bit range: %ld."
4921 #: config/tc-m68hc11.c:1739
4923 msgid "Offset out of 5-bit range for movw/movb insn: %ld."
4926 #: config/tc-m68hc11.c:1805
4927 msgid "Expecting register D for indexed indirect mode."
4930 #: config/tc-m68hc11.c:1807
4931 msgid "Indexed indirect mode is not allowed for movb/movw."
4934 #: config/tc-m68hc11.c:1824
4935 msgid "Invalid accumulator register."
4938 #: config/tc-m68hc11.c:1849
4939 msgid "Invalid indexed register."
4942 #: config/tc-m68hc11.c:1857
4943 msgid "Addressing mode not implemented yet."
4946 #: config/tc-m68hc11.c:1872
4947 msgid "Invalid source register for this instruction, use 'tfr'."
4950 #: config/tc-m68hc11.c:1874
4951 msgid "Invalid source register."
4954 #: config/tc-m68hc11.c:1879
4955 msgid "Invalid destination register for this instruction, use 'tfr'."
4958 #: config/tc-m68hc11.c:1881
4959 msgid "Invalid destination register."
4962 #: config/tc-m68hc11.c:1966
4963 msgid "Invalid indexed register, expecting register X."
4966 #: config/tc-m68hc11.c:1968
4967 msgid "Invalid indexed register, expecting register Y."
4970 #: config/tc-m68hc11.c:2260
4971 msgid "No instruction or missing opcode."
4974 #: config/tc-m68hc11.c:2325
4976 msgid "Opcode `%s' is not recognized."
4979 #: config/tc-m68hc11.c:2347
4981 msgid "Garbage at end of instruction: `%s'."
4984 #: config/tc-m68hc11.c:2370
4986 msgid "Invalid operand for `%s'"
4989 #: config/tc-m68hc11.c:2427
4991 msgid "Relocation %d is not supported by object file format."
4994 #: config/tc-m68hc11.c:2606
4995 msgid "bra or bsr with undefined symbol."
4998 #: config/tc-m68hc11.c:2676 config/tc-m68hc11.c:2726
5000 msgid "Subtype %d is not recognized."
5003 #: config/tc-m68hc11.c:2759
5004 msgid "Expression too complex."
5007 #: config/tc-m68hc11.c:2787
5008 msgid "Value out of 16-bit range."
5011 #: config/tc-m68hc11.c:2810
5013 msgid "Value %ld too large for 8-bit PC-relative branch."
5016 #: config/tc-m68hc11.c:2817
5018 msgid "Auto increment/decrement offset '%ld' is out of range."
5021 #: config/tc-m68hc11.c:2828
5023 msgid "Line %d: unknown relocation type: 0x%x."
5026 #: config/tc-m68k.c:684
5027 msgid "Unknown PC relative instruction"
5030 #: config/tc-m68k.c:823
5032 msgid "Can not do %d byte pc-relative relocation"
5035 #: config/tc-m68k.c:825
5037 msgid "Can not do %d byte pc-relative pic relocation"
5040 #: config/tc-m68k.c:830
5042 msgid "Can not do %d byte relocation"
5045 #: config/tc-m68k.c:832
5047 msgid "Can not do %d byte pic relocation"
5050 #: config/tc-m68k.c:904
5052 msgid "Unable to produce reloc against symbol '%s'"
5055 #: config/tc-m68k.c:948 config/tc-mips.c:12440
5057 msgid "Cannot make %s relocation PC relative"
5060 #: config/tc-m68k.c:1041 config/tc-tahoe.c:1495 config/tc-vax.c:1762
5064 #: config/tc-m68k.c:1071 config/tc-tahoe.c:1512 config/tc-vax.c:1779
5065 msgid "Unknown operator"
5068 #: config/tc-m68k.c:1846
5069 msgid "invalid instruction for this architecture; needs "
5072 #: config/tc-m68k.c:1851
5073 msgid "fpu (68040, 68060 or 68881/68882)"
5076 #: config/tc-m68k.c:1854
5077 msgid "mmu (68030 or 68851)"
5080 #: config/tc-m68k.c:1857
5081 msgid "68020 or higher"
5084 #: config/tc-m68k.c:1860
5085 msgid "68000 or higher"
5088 #: config/tc-m68k.c:1863
5089 msgid "68010 or higher"
5092 #: config/tc-m68k.c:1892
5093 msgid "operands mismatch"
5096 #: config/tc-m68k.c:1949 config/tc-m68k.c:1955 config/tc-m68k.c:1961
5097 #: config/tc-mmix.c:2464 config/tc-mmix.c:2488
5098 msgid "operand out of range"
5101 #: config/tc-m68k.c:2018
5103 msgid "Bignum too big for %c format; truncated"
5106 #: config/tc-m68k.c:2086
5107 msgid "displacement too large for this architecture; needs 68020 or higher"
5110 #: config/tc-m68k.c:2196
5112 "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
5115 #: config/tc-m68k.c:2201
5116 msgid "invalid index size for coldfire"
5119 #: config/tc-m68k.c:2254
5120 msgid "Forcing byte displacement"
5123 #: config/tc-m68k.c:2256
5124 msgid "byte displacement out of range"
5127 #: config/tc-m68k.c:2303 config/tc-m68k.c:2341
5128 msgid "invalid operand mode for this architecture; needs 68020 or higher"
5131 #: config/tc-m68k.c:2327 config/tc-m68k.c:2361
5132 msgid ":b not permitted; defaulting to :w"
5135 #: config/tc-m68k.c:2438
5136 msgid "unsupported byte value; use a different suffix"
5139 #: config/tc-m68k.c:2452
5140 msgid "unknown/incorrect operand"
5143 #: config/tc-m68k.c:2485 config/tc-m68k.c:2493 config/tc-m68k.c:2500
5144 #: config/tc-m68k.c:2507
5145 msgid "out of range"
5148 #: config/tc-m68k.c:2553
5149 msgid "Can't use long branches on 68000/68010/5200"
5152 #: config/tc-m68k.c:2663
5153 msgid "Expression out of range, using 0"
5156 #: config/tc-m68k.c:2775 config/tc-m68k.c:2791
5157 msgid "Floating point register in register list"
5160 #: config/tc-m68k.c:2781
5161 msgid "Wrong register in floating-point reglist"
5164 #: config/tc-m68k.c:2797
5165 msgid "incorrect register in reglist"
5168 #: config/tc-m68k.c:2803
5169 msgid "wrong register in floating-point reglist"
5173 #: config/tc-m68k.c:3244
5178 #: config/tc-m68k.c:3255
5182 #: config/tc-m68k.c:3272
5183 msgid "Missing operand"
5186 #: config/tc-m68k.c:3604
5188 msgid "%s -- statement `%s' ignored"
5191 #: config/tc-m68k.c:3653
5193 msgid "Don't know how to figure width of %c in md_assemble()"
5196 #: config/tc-m68k.c:3835 config/tc-m68k.c:3873
5198 msgid "Internal Error: Can't find %s in hash table"
5201 #: config/tc-m68k.c:3838 config/tc-m68k.c:3876
5203 msgid "Internal Error: Can't hash %s: %s"
5206 #: config/tc-m68k.c:4002
5208 msgid "unrecognized default cpu `%s' ???"
5211 #: config/tc-m68k.c:4014
5212 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
5215 #: config/tc-m68k.c:4034
5216 msgid "options for 68881 and no-68881 both given"
5219 #: config/tc-m68k.c:4036
5220 msgid "options for 68851 and no-68851 both given"
5223 #: config/tc-m68k.c:4107
5225 msgid "text label `%s' aligned to odd boundary"
5228 #: config/tc-m68k.c:4326
5229 msgid "invalid byte branch offset"
5232 #: config/tc-m68k.c:4363
5233 msgid "short branch with zero offset: use :w"
5236 #: config/tc-m68k.c:4832 config/tc-m68k.c:4843
5237 msgid "expression out of range: defaulting to 1"
5240 #: config/tc-m68k.c:4875
5241 msgid "expression out of range: defaulting to 0"
5244 #: config/tc-m68k.c:4908 config/tc-m68k.c:4920
5246 msgid "Can't deal with expression; defaulting to %ld"
5249 #: config/tc-m68k.c:4934
5250 msgid "expression doesn't fit in BYTE"
5253 #: config/tc-m68k.c:4938
5254 msgid "expression doesn't fit in WORD"
5257 #: config/tc-m68k.c:5031
5259 msgid "%s: unrecognized processor name"
5262 #: config/tc-m68k.c:5096
5263 msgid "bad coprocessor id"
5266 #: config/tc-m68k.c:5102
5267 msgid "unrecognized fopt option"
5270 #: config/tc-m68k.c:5236
5272 msgid "option `%s' may not be negated"
5275 #: config/tc-m68k.c:5247
5277 msgid "option `%s' not recognized"
5280 #: config/tc-m68k.c:5280
5281 msgid "bad format of OPT NEST=depth"
5284 #: config/tc-m68k.c:5343
5285 msgid "missing label"
5288 #: config/tc-m68k.c:5367 config/tc-m68k.c:5396
5289 msgid "bad register list"
5292 #: config/tc-m68k.c:5369
5294 msgid "bad register list: %s"
5297 #: config/tc-m68k.c:5467
5298 msgid "restore without save"
5301 #: config/tc-m68k.c:5641 config/tc-m68k.c:6026
5302 msgid "syntax error in structured control directive"
5305 #: config/tc-m68k.c:5690
5306 msgid "missing condition code in structured control directive"
5309 #: config/tc-m68k.c:5762
5312 "Condition <%c%c> in structured control directive can not be encoded correctly"
5315 #: config/tc-m68k.c:6069
5316 msgid "missing then"
5319 #: config/tc-m68k.c:6151
5320 msgid "else without matching if"
5323 #: config/tc-m68k.c:6185
5324 msgid "endi without matching if"
5327 #: config/tc-m68k.c:6226
5328 msgid "break outside of structured loop"
5331 #: config/tc-m68k.c:6265
5332 msgid "next outside of structured loop"
5335 #: config/tc-m68k.c:6317
5339 #: config/tc-m68k.c:6355
5340 msgid "missing to or downto"
5343 #: config/tc-m68k.c:6391 config/tc-m68k.c:6425 config/tc-m68k.c:6644
5347 #: config/tc-m68k.c:6528
5348 msgid "endf without for"
5351 #: config/tc-m68k.c:6584
5352 msgid "until without repeat"
5355 #: config/tc-m68k.c:6680
5356 msgid "endw without while"
5359 #: config/tc-m68k.c:6804
5361 msgid "unrecognized option `%s'"
5364 #: config/tc-m68k.c:6849
5366 msgid "unrecognized architecture specification `%s'"
5369 #: config/tc-m68k.c:6919
5372 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
5373 "-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060 |\n"
5374 "-m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360 | -mcpu32 |\n"
5375 "-m5200 | -m5202 | -m5204 | -m5206 | -m5206e | -m5307 | -m5407\n"
5376 "\t\t\tspecify variant of 680X0 architecture [default 68020]\n"
5377 "-m68881 | -m68882 | -mno-68881 | -mno-68882\n"
5378 "\t\t\ttarget has/lacks floating-point coprocessor\n"
5379 "\t\t\t[default yes for 68020, 68030, and cpu32]\n"
5382 #: config/tc-m68k.c:6929
5384 "-m68851 | -mno-68851\n"
5385 "\t\t\ttarget has/lacks memory-management unit coprocessor\n"
5386 "\t\t\t[default yes for 68020 and up]\n"
5387 "-pic, -k\t\tgenerate position independent code\n"
5388 "-S\t\t\tturn jbsr into jsr\n"
5389 "--pcrel never turn PC-relative branches into absolute jumps\n"
5390 "--register-prefix-optional\n"
5391 "\t\t\trecognize register names without prefix character\n"
5392 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
5395 #: config/tc-m68k.c:6939
5397 "--base-size-default-16\tbase reg without size is 16 bits\n"
5398 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
5399 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
5400 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
5403 #: config/tc-m68k.c:6974
5405 msgid "Error %s in %s\n"
5408 #: config/tc-m68k.c:6978
5410 msgid "Opcode(%d.%s): "
5413 #: config/tc-m88k.c:201
5415 msgid "Can't hash instruction '%s':%s"
5418 #: config/tc-m88k.c:250
5420 msgid "Invalid mnemonic '%s'"
5423 #: config/tc-m88k.c:268
5424 msgid "Parameter syntax error"
5427 #: config/tc-m88k.c:321
5428 msgid "Unknown relocation type"
5431 #. Having this here repeats the warning somtimes.
5432 #. But can't we stand that?
5433 #: config/tc-m88k.c:434
5434 msgid "Use of obsolete instruction"
5437 #: config/tc-m88k.c:551
5438 msgid "Expression truncated to 16 bits"
5441 #: config/tc-m88k.c:617 config/tc-m88k.c:639
5442 msgid "Expression truncated to 5 bits"
5445 #: config/tc-m88k.c:856
5446 msgid "Expression truncated to 9 bits"
5449 #: config/tc-m88k.c:878
5450 msgid "Removed lower 2 bits of expression"
5453 #: config/tc-m88k.c:952
5454 msgid "md_number_to_disp not defined"
5457 #: config/tc-m88k.c:962
5458 msgid "md_number_to_field not defined"
5461 #: config/tc-m88k.c:1077
5462 msgid "Relaxation should never occur"
5465 #: config/tc-m88k.h:78
5466 msgid "m88k convert_frag\n"
5469 #: config/tc-mcore.c:508
5471 msgid "register expected, but saw '%.6s'"
5474 #: config/tc-mcore.c:592
5476 msgid "control register expected, but saw '%.6s'"
5479 #: config/tc-mcore.c:630
5480 msgid "bad/missing psr specifier"
5483 #: config/tc-mcore.c:791
5484 msgid "more than 65K literal pools"
5487 #: config/tc-mcore.c:845
5491 #: config/tc-mcore.c:885
5492 msgid "operand must be a constant"
5495 #: config/tc-mcore.c:887
5497 msgid "operand must be absolute in range %d..%d, not %d"
5500 #: config/tc-mcore.c:925
5501 msgid "operand must be a multiple of 4"
5504 #: config/tc-mcore.c:932
5505 msgid "operand must be a multiple of 2"
5508 #: config/tc-mcore.c:946 config/tc-mcore.c:1458 config/tc-mcore.c:1512
5509 msgid "base register expected"
5512 #: config/tc-mcore.c:995
5514 msgid "unknown opcode \"%s\""
5517 #: config/tc-mcore.c:1038
5518 msgid "invalid register: r15 illegal"
5521 #: config/tc-mcore.c:1086 config/tc-mcore.c:1662
5522 msgid "M340 specific opcode used when assembling for M210"
5525 #: config/tc-mcore.c:1104 config/tc-mcore.c:1143 config/tc-mcore.c:1162
5526 #: config/tc-mcore.c:1181 config/tc-mcore.c:1208 config/tc-mcore.c:1237
5527 #: config/tc-mcore.c:1274 config/tc-mcore.c:1309 config/tc-mcore.c:1328
5528 #: config/tc-mcore.c:1347 config/tc-mcore.c:1379 config/tc-mcore.c:1404
5529 #: config/tc-mcore.c:1461 config/tc-mcore.c:1515 config/tc-mcore.c:1551
5530 #: config/tc-mcore.c:1609 config/tc-mcore.c:1631 config/tc-mcore.c:1654
5531 msgid "second operand missing"
5534 #: config/tc-mcore.c:1119
5535 msgid "destination register must be r1"
5538 #: config/tc-mcore.c:1140
5539 msgid "source register must be r1"
5542 #: config/tc-mcore.c:1203 config/tc-mcore.c:1260
5543 msgid "immediate is not a power of two"
5546 #: config/tc-mcore.c:1231
5547 msgid "translating bgeni to movi"
5550 #: config/tc-mcore.c:1268
5551 msgid "translating mgeni to movi"
5554 #: config/tc-mcore.c:1300
5555 msgid "translating bmaski to movi"
5558 #: config/tc-mcore.c:1374
5560 msgid "displacement too large (%d)"
5563 #: config/tc-mcore.c:1388
5564 msgid "Invalid register: r0 and r15 illegal"
5567 #: config/tc-mcore.c:1419
5568 msgid "bad starting register: r0 and r15 invalid"
5571 #: config/tc-mcore.c:1432
5572 msgid "ending register must be r15"
5575 #: config/tc-mcore.c:1452
5576 msgid "bad base register: must be r0"
5579 #: config/tc-mcore.c:1470
5580 msgid "first register must be r4"
5583 #: config/tc-mcore.c:1481
5584 msgid "last register must be r7"
5587 #: config/tc-mcore.c:1518
5588 msgid "reg-reg expected"
5591 #: config/tc-mcore.c:1628
5592 msgid "second operand must be 1"
5595 #: config/tc-mcore.c:1649
5596 msgid "zero used as immediate value"
5599 #: config/tc-mcore.c:1676
5600 msgid "duplicated psr bit specifier"
5603 #: config/tc-mcore.c:1682
5604 msgid "`af' must appear alone"
5607 #: config/tc-mcore.c:1689
5609 msgid "unimplemented opcode \"%s\""
5612 #: config/tc-mcore.c:1698
5614 msgid "ignoring operands: %s "
5617 #: config/tc-mcore.c:1767 config/tc-w65.c:829
5618 msgid "Bad call to MD_NTOF()"
5621 #: config/tc-mcore.c:1840
5623 msgid "unrecognised cpu type '%s'"
5626 #: config/tc-mcore.c:1859
5628 "MCORE specific options:\n"
5629 " -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n"
5630 " -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n"
5631 " -cpu=[210|340] select CPU type\n"
5632 " -EB assemble for a big endian system (default)\n"
5633 " -EL assemble for a little endian system\n"
5636 #: config/tc-mcore.c:1878
5637 msgid "failed sanity check: short_jump"
5640 #: config/tc-mcore.c:1889
5641 msgid "failed sanity check: long_jump"
5644 #: config/tc-mcore.c:1915
5646 msgid "odd displacement at %x"
5649 #: config/tc-mcore.c:2099
5653 #: config/tc-mcore.c:2130
5655 msgid "odd distance branch (0x%x bytes)"
5658 #: config/tc-mcore.c:2134
5660 msgid "pcrel for branch to %s too far (0x%x)"
5663 #: config/tc-mcore.c:2153
5665 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%x)"
5668 #: config/tc-mcore.c:2164
5670 msgid "pcrel for loopt too far (0x%x)"
5673 #: config/tc-mcore.c:2394
5675 msgid "Can not do %d byte %srelocation"
5678 #: config/tc-mcore.c:2396
5682 #: config/tc-mips.c:659
5684 msgid "internal Error, line %d, %s"
5687 #: config/tc-mips.c:661
5688 msgid "MIPS internal Error"
5691 #: config/tc-mips.c:1028
5692 msgid "-G not supported in this configuration."
5695 #: config/tc-mips.c:1056
5697 "The -mcpu option can't be used together with -march. Use -mtune instead of -"
5701 #: config/tc-mips.c:1064
5703 "The -mcpu option can't be used together with -mtune. Use -march instead of -"
5707 #: config/tc-mips.c:1113 config/tc-mips.c:1138
5708 msgid "The -mcpu option is deprecated. Please use -march and -mtune instead."
5711 #. This really should be an error instead of a warning, but old
5712 #. compilers only have -mcpu which sets both arch and tune. For
5713 #. now, we discard arch and preserve tune.
5714 #: config/tc-mips.c:1158
5715 msgid "The -march option is incompatible to -mipsN and therefore ignored."
5718 #: config/tc-mips.c:1210
5719 msgid "trap exception not supported at ISA 1"
5722 #: config/tc-mips.c:1274
5724 msgid "internal: can't hash `%s': %s"
5727 #: config/tc-mips.c:1282
5729 msgid "internal error: bad mips16 opcode: %s %s\n"
5732 #: config/tc-mips.c:1456
5734 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
5737 #: config/tc-mips.c:2012 config/tc-mips.c:12585
5738 msgid "extended instruction in delay slot"
5741 #: config/tc-mips.c:2056 config/tc-mips.c:2067
5743 msgid "jump to misaligned address (0x%lx)"
5746 #: config/tc-mips.c:2060 config/tc-mips.c:2071
5748 msgid "jump address range overflow (0x%lx)"
5751 #: config/tc-mips.c:2864 config/tc-mips.c:3222
5752 msgid "Macro instruction expanded into multiple instructions"
5755 #: config/tc-mips.c:3275
5756 msgid "unsupported large constant"
5759 #: config/tc-mips.c:3277
5761 msgid "Instruction %s requires absolute expression"
5764 #: config/tc-mips.c:3423
5766 msgid "Number (0x%lx) larger than 32 bits"
5769 #: config/tc-mips.c:3445
5770 msgid "Number larger than 64 bits"
5773 #: config/tc-mips.c:3765 config/tc-mips.c:3823 config/tc-mips.c:5671
5774 #: config/tc-mips.c:5715 config/tc-mips.c:6235 config/tc-mips.c:6293
5775 msgid "PIC code offset overflow (max 16 signed bits)"
5778 #: config/tc-mips.c:4070
5780 msgid "Branch %s is always false (nop)"
5783 #: config/tc-mips.c:4078
5785 msgid "Branch likely %s is always false"
5788 #: config/tc-mips.c:4086 config/tc-mips.c:4155 config/tc-mips.c:4250
5789 #: config/tc-mips.c:4300 config/tc-mips.c:7343 config/tc-mips.c:7351
5790 #: config/tc-mips.c:7359 config/tc-mips.c:7468
5791 msgid "Unsupported large constant"
5794 #. result is always true
5795 #: config/tc-mips.c:4120
5797 msgid "Branch %s is always true"
5800 #: config/tc-mips.c:4372 config/tc-mips.c:4484
5801 msgid "Divide by zero."
5804 #: config/tc-mips.c:5112
5805 msgid "MIPS PIC call to register other than $25"
5808 #: config/tc-mips.c:5119 config/tc-mips.c:5130 config/tc-mips.c:5232
5809 #: config/tc-mips.c:5243
5810 msgid "No .cprestore pseudo-op used in PIC code"
5813 #: config/tc-mips.c:5124 config/tc-mips.c:5237
5814 msgid "No .frame pseudo-op used in PIC code"
5817 #: config/tc-mips.c:5315 config/tc-mips.c:5404 config/tc-mips.c:5986
5818 #: config/tc-mips.c:6027 config/tc-mips.c:6045 config/tc-mips.c:6676
5819 msgid "opcode not supported on this processor"
5822 #: config/tc-mips.c:6490 config/tc-mips.c:7234
5823 msgid "Macro used $at after \".set noat\""
5826 #: config/tc-mips.c:6642 config/tc-mips.c:6664
5827 msgid "rotate count too large"
5830 #: config/tc-mips.c:6716
5832 msgid "Instruction %s: result is always false"
5835 #: config/tc-mips.c:6889
5837 msgid "Instruction %s: result is always true"
5840 #: config/tc-mips.c:7028 config/tc-mips.c:7057 config/tc-mips.c:7127
5841 #: config/tc-mips.c:7153
5842 msgid "operand overflow"
5845 #. FIXME: Check if this is one of the itbl macros, since they
5846 #. are added dynamically.
5847 #: config/tc-mips.c:7230
5849 msgid "Macro %s not implemented yet"
5852 #: config/tc-mips.c:7501
5854 msgid "internal: bad mips opcode (mask error): %s %s"
5857 #: config/tc-mips.c:7557
5859 msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
5862 #: config/tc-mips.c:7564
5864 msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
5867 #: config/tc-mips.c:7676
5869 msgid "opcode not supported on this processor: %s (%s)"
5872 #: config/tc-mips.c:7753
5874 msgid "Improper shift amount (%ld)"
5877 #: config/tc-mips.c:7779 config/tc-mips.c:8992 config/tc-mips.c:9107
5879 msgid "Invalid value for `%s' (%lu)"
5882 #: config/tc-mips.c:7797
5884 msgid "Illegal break code (%ld)"
5887 #: config/tc-mips.c:7811
5889 msgid "Illegal lower break code (%ld)"
5892 #: config/tc-mips.c:7824
5894 msgid "Illegal 20-bit code (%ld)"
5897 #: config/tc-mips.c:7836
5899 msgid "Coproccesor code > 25 bits (%ld)"
5902 #: config/tc-mips.c:7849
5904 msgid "Illegal 19-bit code (%ld)"
5907 #: config/tc-mips.c:7861
5909 msgid "Invalid performance register (%ld)"
5912 #: config/tc-mips.c:7898
5914 msgid "Invalid register number (%d)"
5917 #: config/tc-mips.c:8063
5919 msgid "Invalid float register number (%d)"
5922 #: config/tc-mips.c:8073
5924 msgid "Float register should be even, was %d"
5927 #: config/tc-mips.c:8124
5928 msgid "absolute expression required"
5931 #: config/tc-mips.c:8192
5933 msgid "Bad floating point constant: %s"
5936 #: config/tc-mips.c:8320
5937 msgid "Can't use floating point insn in this section"
5940 #: config/tc-mips.c:8361 config/tc-mips.c:8366 config/tc-mips.c:8497
5941 #: config/tc-mips.c:8502
5942 msgid "bad composition of relocations"
5945 #: config/tc-mips.c:8399
5946 msgid "16 bit expression not in range 0..65535"
5949 #: config/tc-mips.c:8436
5950 msgid "16 bit expression not in range -32768..32767"
5953 #: config/tc-mips.c:8521
5954 msgid "lui expression not in range 0..65535"
5957 #: config/tc-mips.c:8545
5959 msgid "invalid condition code register $fcc%d"
5962 #: config/tc-mips.c:8570
5963 msgid "invalid coprocessor sub-selection value (0-7)"
5966 #: config/tc-mips.c:8575
5968 msgid "bad char = '%c'\n"
5971 #: config/tc-mips.c:8586 config/tc-mips.c:8591 config/tc-mips.c:9132
5972 msgid "illegal operands"
5975 #: config/tc-mips.c:8658
5976 msgid "unrecognized opcode"
5979 #: config/tc-mips.c:8770
5981 msgid "invalid register number (%d)"
5984 #: config/tc-mips.c:8851
5985 msgid "used $at without \".set noat\""
5988 #: config/tc-mips.c:9026
5989 msgid "can't parse register list"
5992 #: config/tc-mips.c:9258
5993 msgid "extended operand requested but not required"
5996 #: config/tc-mips.c:9260
5997 msgid "invalid unextended operand value"
6000 #: config/tc-mips.c:9288
6001 msgid "operand value out of range for instruction"
6004 #: config/tc-mips.c:9520
6005 msgid "internal error"
6008 #: config/tc-mips.c:9840
6010 msgid "invalid architecture -mtune=%s"
6013 #: config/tc-mips.c:9843
6015 msgid "invalid architecture -march=%s"
6018 #: config/tc-mips.c:9846
6020 msgid "invalid architecture -mcpu=%s"
6023 #: config/tc-mips.c:9858
6025 msgid "A different -mtune= was already specified, is now -mtune=%s"
6028 #: config/tc-mips.c:9864
6030 msgid "A different -march= was already specified, is now -march=%s"
6033 #: config/tc-mips.c:9870
6035 msgid "A different -mcpu= was already specified, is now -mcpu=%s"
6038 #: config/tc-mips.c:9880
6039 msgid "A different -march= or -mtune= was already specified, is now -m4650"
6042 #: config/tc-mips.c:9892
6043 msgid "A different -march= or -mtune= was already specified, is now -m4010"
6046 #: config/tc-mips.c:9904
6047 msgid "A different -march= or -mtune= was already specified, is now -m4100"
6050 #: config/tc-mips.c:9916
6051 msgid "A different -march= or -mtune= was already specified, is now -m3900"
6054 #: config/tc-mips.c:9939
6055 msgid "-G may not be used with embedded PIC code"
6058 #: config/tc-mips.c:9952
6059 msgid "-call_shared is supported only for ELF format"
6062 #: config/tc-mips.c:9958 config/tc-mips.c:11148 config/tc-mips.c:11350
6063 msgid "-G may not be used with SVR4 PIC code"
6066 #: config/tc-mips.c:9967
6067 msgid "-non_shared is supported only for ELF format"
6070 #: config/tc-mips.c:9984
6071 msgid "-G is not supported for this configuration"
6074 #: config/tc-mips.c:9989
6075 msgid "-G may not be used with SVR4 or embedded PIC code"
6078 #: config/tc-mips.c:10003
6079 msgid "-32 is supported for ELF format only"
6082 #: config/tc-mips.c:10012
6083 msgid "-n32 is supported for ELF format only"
6086 #: config/tc-mips.c:10021
6087 msgid "-64 is supported for ELF format only"
6090 #: config/tc-mips.c:10026 config/tc-mips.c:10065
6091 msgid "No compiled in support for 64 bit object file format"
6094 #: config/tc-mips.c:10052
6095 msgid "-mabi is supported for ELF format only"
6098 #: config/tc-mips.c:10126
6101 "-membedded-pic\t\tgenerate embedded position independent code\n"
6102 "-EB\t\t\tgenerate big endian output\n"
6103 "-EL\t\t\tgenerate little endian output\n"
6104 "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
6105 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
6106 "\t\t\timplicitly with the gp register [default 8]\n"
6109 #: config/tc-mips.c:10134
6111 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
6112 "-mips2\t\t\tgenerate MIPS ISA II instructions\n"
6113 "-mips3\t\t\tgenerate MIPS ISA III instructions\n"
6114 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
6115 "-mips5 generate MIPS ISA V instructions\n"
6116 "-mips32 generate MIPS32 ISA instructions\n"
6117 "-mips64 generate MIPS64 ISA instructions\n"
6118 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
6121 #: config/tc-mips.c:10170
6123 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
6124 "-no-mCPU\t\tdon't generate code specific to CPU.\n"
6125 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
6128 #: config/tc-mips.c:10183
6130 "-mips16\t\t\tgenerate mips16 instructions\n"
6131 "-no-mips16\t\tdo not generate mips16 instructions\n"
6134 #: config/tc-mips.c:10186
6136 "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
6137 "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
6138 "-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
6139 "-O\t\t\tremove unneeded NOPs and swap branches\n"
6140 "-n\t\t\twarn about NOPs generated from macros\n"
6141 "--[no-]construct-floats [dis]allow floating point values to be constructed\n"
6142 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
6143 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
6146 #: config/tc-mips.c:10196
6148 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
6149 "-non_shared\t\tdo not generate position independent code\n"
6150 "-xgot\t\t\tassume a 32 bit GOT\n"
6151 "-mabi=ABI\t\tcreate ABI conformant object file for:\n"
6154 #: config/tc-mips.c:10212
6156 "-32\t\t\tcreate o32 ABI object file (default)\n"
6157 "-n32\t\t\tcreate n32 ABI object file\n"
6158 "-64\t\t\tcreate 64 ABI object file\n"
6161 #: config/tc-mips.c:10342
6163 msgid "Unmatched %%hi reloc"
6166 #: config/tc-mips.c:10554
6167 msgid "Invalid PC relative reloc"
6170 #: config/tc-mips.c:10662 config/tc-sparc.c:3106 config/tc-sparc.c:3113
6171 #: config/tc-sparc.c:3120 config/tc-sparc.c:3127 config/tc-sparc.c:3134
6172 #: config/tc-sparc.c:3143 config/tc-sparc.c:3154 config/tc-sparc.c:3176
6173 #: config/tc-sparc.c:3200 write.c:1026 write.c:1089
6174 msgid "relocation overflow"
6177 #: config/tc-mips.c:10673
6179 msgid "Branch to odd address (%lx)"
6182 #: config/tc-mips.c:10735
6183 msgid "Branch out of range"
6186 #: config/tc-mips.c:10843
6188 msgid "%08lx UNDEFINED\n"
6191 #: config/tc-mips.c:10906
6193 msgid "Alignment too large: %d. assumed."
6196 #: config/tc-mips.c:10909
6197 msgid "Alignment negative: 0 assumed."
6200 #: config/tc-mips.c:10997
6201 msgid "No read only data section in this object file format"
6204 #: config/tc-mips.c:11020
6205 msgid "Global pointers not supported; recompile -G 0"
6208 #: config/tc-mips.c:11106
6210 msgid "%s: no such section"
6213 #: config/tc-mips.c:11143
6215 msgid ".option pic%d not supported"
6218 #: config/tc-mips.c:11154
6220 msgid "Unrecognized option \"%s\""
6223 #: config/tc-mips.c:11217
6224 msgid "`noreorder' must be set before `nomacro'"
6227 #: config/tc-mips.c:11273 config/tc-mips.c:11287
6229 msgid "unknown ISA level %s"
6232 #: config/tc-mips.c:11309
6233 msgid ".set pop with no .set push"
6236 #: config/tc-mips.c:11333
6238 msgid "Tried to set unrecognized symbol: %s\n"
6241 #: config/tc-mips.c:11384
6242 msgid ".cpload not in noreorder section"
6245 #: config/tc-mips.c:11441 config/tc-mips.c:11454
6246 msgid "missing argument separator ',' for .cpsetup"
6249 #: config/tc-mips.c:11638
6250 msgid "Unsupported use of .gpword"
6253 #: config/tc-mips.c:11774
6254 msgid "expected `$'"
6257 #: config/tc-mips.c:11782
6258 msgid "Bad register number"
6261 #: config/tc-mips.c:11798
6262 msgid "Unrecognized register name"
6265 #: config/tc-mips.c:11983
6266 msgid "unsupported PC relative reference to different section"
6269 #: config/tc-mips.c:12096
6270 msgid "unsupported relocation"
6273 #: config/tc-mips.c:12200
6274 msgid "AT used after \".set noat\" or macro used after \".set nomacro\""
6277 #: config/tc-mips.c:12269
6278 msgid "Double check fx_r_type in tc-mips.c:tc_gen_reloc"
6281 #: config/tc-mips.c:12472 config/tc-sh.c:3771
6283 msgid "Can not represent %s relocation in this object file format"
6286 #: config/tc-mips.c:12811
6287 msgid "missing .end at end of assembly"
6290 #: config/tc-mips.c:12826
6291 msgid "expected simple number"
6294 #: config/tc-mips.c:12852
6296 msgid " *input_line_pointer == '%c' 0x%02x\n"
6299 #: config/tc-mips.c:12854
6300 msgid "invalid number"
6303 #: config/tc-mips.c:12912
6304 msgid ".end not in text section"
6307 #: config/tc-mips.c:12916
6308 msgid ".end directive without a preceding .ent directive."
6311 #: config/tc-mips.c:12925
6312 msgid ".end symbol does not match .ent symbol."
6315 #: config/tc-mips.c:12928
6316 msgid ".end directive missing or unknown symbol"
6319 #: config/tc-mips.c:13001
6320 msgid ".ent or .aent not in text section."
6323 #: config/tc-mips.c:13004
6324 msgid "missing .end"
6327 #: config/tc-mips.c:13041 ecoff.c:3202
6328 msgid ".frame outside of .ent"
6331 #: config/tc-mips.c:13052
6332 msgid "Bad .frame directive"
6335 #: config/tc-mips.c:13082
6336 msgid ".mask/.fmask outside of .ent"
6339 #: config/tc-mips.c:13089
6340 msgid "Bad .mask/.fmask directive"
6343 #: config/tc-mmix.c:681
6344 msgid " MMIX-specific command line options:\n"
6347 #: config/tc-mmix.c:682
6349 " -fixed-special-register-names\n"
6350 " Allow only the original special register names.\n"
6353 #: config/tc-mmix.c:685
6354 msgid " -globalize-symbols Make all symbols global.\n"
6357 #: config/tc-mmix.c:687
6358 msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n"
6361 #: config/tc-mmix.c:689
6362 msgid " -relax Create linker relaxable code.\n"
6365 #: config/tc-mmix.c:691
6367 " -no-predefined-syms Do not provide mmixal built-in constants.\n"
6368 " Implies -fixed-special-register-names.\n"
6371 #: config/tc-mmix.c:694
6373 " -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n"
6374 " into multiple instructions.\n"
6377 #: config/tc-mmix.c:697
6379 " -no-merge-gregs Do not merge GREG definitions with nearby values.\n"
6382 #: config/tc-mmix.c:699
6384 " -linker-allocated-gregs If there's no suitable GREG definition for "
6385 "the operands of an instruction, let the linker "
6389 #: config/tc-mmix.c:702
6391 " -x Do not warn when an operand to GETA, a branch,\n"
6392 " PUSHJ or JUMP is not known to be within range.\n"
6393 " The linker will catch any errors. Implies\n"
6394 " -linker-allocated-gregs."
6397 #: config/tc-mmix.c:829
6399 msgid "unknown opcode: `%s'"
6402 #: config/tc-mmix.c:951 config/tc-mmix.c:966
6403 msgid "specified location wasn't TETRA-aligned"
6406 #: config/tc-mmix.c:953 config/tc-mmix.c:968 config/tc-mmix.c:4085
6407 #: config/tc-mmix.c:4101
6408 msgid "unaligned data at an absolute location is not supported"
6411 #: config/tc-mmix.c:1078
6413 msgid "invalid operand to opcode %s: `%s'"
6416 #: config/tc-mmix.c:1100 config/tc-mmix.c:1127 config/tc-mmix.c:1160
6417 #: config/tc-mmix.c:1168 config/tc-mmix.c:1185 config/tc-mmix.c:1213
6418 #: config/tc-mmix.c:1234 config/tc-mmix.c:1259 config/tc-mmix.c:1307
6419 #: config/tc-mmix.c:1405 config/tc-mmix.c:1430 config/tc-mmix.c:1462
6420 #: config/tc-mmix.c:1494 config/tc-mmix.c:1524 config/tc-mmix.c:1577
6421 #: config/tc-mmix.c:1594 config/tc-mmix.c:1621 config/tc-mmix.c:1649
6422 #: config/tc-mmix.c:1676 config/tc-mmix.c:1702 config/tc-mmix.c:1718
6423 #: config/tc-mmix.c:1744 config/tc-mmix.c:1760 config/tc-mmix.c:1776
6424 #: config/tc-mmix.c:1839 config/tc-mmix.c:1855
6426 msgid "invalid operands to opcode %s: `%s'"
6429 #: config/tc-mmix.c:1832
6431 msgid "unsupported operands to %s: `%s'"
6434 #: config/tc-mmix.c:1960
6435 msgid "internal: mmix_prefix_name but empty prefix"
6438 #: config/tc-mmix.c:2005
6440 msgid "too many GREG registers allocated (max %d)"
6443 #: config/tc-mmix.c:2065
6444 msgid "BSPEC already active. Nesting is not supported."
6447 #: config/tc-mmix.c:2074
6448 msgid "invalid BSPEC expression"
6451 #: config/tc-mmix.c:2090
6453 msgid "can't create section %s"
6456 #: config/tc-mmix.c:2095
6458 msgid "can't set section flags for section %s"
6461 #: config/tc-mmix.c:2117
6462 msgid "ESPEC without preceding BSPEC"
6465 #: config/tc-mmix.c:2147
6466 msgid "missing local expression"
6469 #: config/tc-mmix.c:2362
6470 msgid "operand out of range, instruction expanded"
6473 #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
6474 #. user-friendly, though a little bit non-substantial.
6475 #: config/tc-mmix.c:2620
6476 msgid "directive LOCAL must be placed in code or data"
6479 #: config/tc-mmix.c:2621
6480 msgid "internal confusion: relocation in a section without contents"
6483 #: config/tc-mmix.c:2734
6484 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
6487 #: config/tc-mmix.c:2782
6488 msgid "no suitable GREG definition for operands"
6491 #: config/tc-mmix.c:2841
6492 msgid "operands were not reducible at assembly-time"
6495 #: config/tc-mmix.c:2869
6497 msgid "cannot generate relocation type for symbol %s, code %s"
6500 #: config/tc-mmix.c:2889
6502 msgid "internal: unhandled label %s"
6505 #: config/tc-mmix.c:2943
6506 msgid "[0-9]H labels may not appear alone on a line"
6509 #: config/tc-mmix.c:2952
6510 msgid "[0-9]H labels do not mix with dot-pseudos"
6513 #: config/tc-mmix.c:3016
6514 msgid "invalid characters in input"
6517 #: config/tc-mmix.c:3120
6518 msgid "empty label field for IS"
6521 #: config/tc-mmix.c:3370
6523 msgid "internal: unexpected relax type %d:%d"
6526 #: config/tc-mmix.c:3392
6527 msgid "BSPEC without ESPEC."
6530 #: config/tc-mmix.c:3594
6531 msgid "GREG expression too complicated"
6534 #: config/tc-mmix.c:3609
6535 msgid "internal: GREG expression not resolved to section"
6538 #: config/tc-mmix.c:3660
6539 msgid "register section has contents\n"
6542 #: config/tc-mmix.c:3838
6543 msgid "section change from within a BSPEC/ESPEC pair is not supported"
6546 #: config/tc-mmix.c:3860
6547 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
6550 #: config/tc-mmix.c:3871
6551 msgid "invalid LOC expression"
6554 #: config/tc-mmix.c:3896 config/tc-mmix.c:3922
6555 msgid "LOC expression stepping backwards is not supported"
6558 #. We will only get here in rare cases involving #NO_APP,
6559 #. where the unterminated string is not recognized by the
6560 #. preformatting pass.
6561 #: config/tc-mmix.c:4006 config/tc-mmix.c:4167
6562 msgid "unterminated string"
6565 #: config/tc-mmix.c:4023
6566 msgid "BYTE expression not a pure number"
6569 #. Note that mmixal does not allow negative numbers in
6570 #. BYTE sequences, so neither should we.
6571 #: config/tc-mmix.c:4032
6572 msgid "BYTE expression not in the range 0..255"
6575 #: config/tc-mmix.c:4083 config/tc-mmix.c:4099
6576 msgid "data item with alignment larger than location"
6579 #. Since integer_constant is local to expr.c, we have to make this a
6580 #. macro. FIXME: Do it cleaner.
6581 #: config/tc-mmix.h:103
6582 msgid "`&' serial number operator is not supported"
6585 #: config/tc-mn10200.c:319
6587 "MN10200 options:\n"
6591 #: config/tc-mn10200.c:793 config/tc-mn10300.c:929 config/tc-ppc.c:1867
6592 #: config/tc-s390.c:1290 config/tc-v850.c:1636
6594 msgid "Unrecognized opcode: `%s'"
6597 #: config/tc-mn10200.c:1036 config/tc-mn10300.c:1452 config/tc-ppc.c:2305
6598 #: config/tc-s390.c:1216 config/tc-v850.c:2060
6600 msgid "junk at end of line: `%s'"
6603 #: config/tc-mn10200.c:1349 config/tc-mn10300.c:2076 config/tc-ppc.c:1299
6604 #: config/tc-v850.c:1565
6606 msgid "operand out of range (%s not between %ld and %ld)"
6609 #: config/tc-mn10300.c:518
6611 "MN10300 options:\n"
6615 #: config/tc-mn10300.c:946
6616 msgid "Invalid opcode/operands"
6619 #: config/tc-mn10300.c:1423
6620 msgid "Invalid register specification."
6623 #: config/tc-mn10300.c:1976
6625 msgid "Bad relocation fixup type (%d)"
6628 #: config/tc-ns32k.c:446
6629 msgid "Invalid syntax in PC-relative addressing mode"
6632 #: config/tc-ns32k.c:470
6633 msgid "Invalid syntax in External addressing mode"
6636 #: config/tc-ns32k.c:550
6637 msgid "Invalid syntax in Memory Relative addressing mode"
6640 #: config/tc-ns32k.c:617
6641 msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
6644 #: config/tc-ns32k.c:622
6645 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
6648 #: config/tc-ns32k.c:627
6649 msgid "Scaled-indexed addressing mode combined with scaled-index"
6652 #: config/tc-ns32k.c:638
6653 msgid "Invalid or illegal addressing mode combined with scaled-index"
6656 #: config/tc-ns32k.c:750
6657 msgid "Premature end of suffix -- Defaulting to d"
6660 #: config/tc-ns32k.c:763
6661 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
6664 #: config/tc-ns32k.c:809
6665 msgid "Very short instr to option, ie you can't do it on a NULLstr"
6668 #: config/tc-ns32k.c:860
6669 msgid "No such entry in list. (cpu/mmu register)"
6672 #: config/tc-ns32k.c:901
6673 msgid "Internal consistency error. check ns32k-opcode.h"
6676 #: config/tc-ns32k.c:925
6677 msgid "Address of immediate operand"
6680 #: config/tc-ns32k.c:926
6681 msgid "Invalid immediate write operand."
6684 #: config/tc-ns32k.c:1056
6685 msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
6688 #: config/tc-ns32k.c:1089
6689 msgid "No such opcode"
6692 #: config/tc-ns32k.c:1166
6693 msgid "Bad suffix, defaulting to d"
6696 #: config/tc-ns32k.c:1194
6697 msgid "Too many operands passed to instruction"
6700 #. Check error in default.
6701 #: config/tc-ns32k.c:1207
6702 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
6705 #: config/tc-ns32k.c:1211
6706 msgid "Wrong number of operands"
6709 #: config/tc-ns32k.c:1332
6710 msgid "iif convert internal pcrel/binary"
6713 #: config/tc-ns32k.c:1349
6714 msgid "Bignum too big for long"
6717 #: config/tc-ns32k.c:1427
6718 msgid "iif convert internal pcrel/pointer"
6721 #: config/tc-ns32k.c:1432
6722 msgid "Internal logic error in iif.iifP[n].type"
6725 #. We cant relax this case.
6726 #: config/tc-ns32k.c:1470
6727 msgid "Can't relax difference"
6730 #: config/tc-ns32k.c:1518
6731 msgid "Displacement to large for :d"
6734 #: config/tc-ns32k.c:1531
6735 msgid "Internal logic error in iif.iifP[].type"
6738 #: config/tc-ns32k.c:1591
6740 msgid "Can not do %d byte pc-relative relocation for storage type %d"
6743 #: config/tc-ns32k.c:1594
6745 msgid "Can not do %d byte relocation for storage type %d"
6749 #: config/tc-ns32k.c:1626
6751 msgid "Can't hash %s: %s"
6754 #: config/tc-ns32k.c:1714
6755 msgid "Byte displacement out of range. line number not valid"
6758 #: config/tc-ns32k.c:1723
6759 msgid "Word displacement out of range. line number not valid"
6762 #: config/tc-ns32k.c:1737
6763 msgid "Double word displacement out of range"
6766 #: config/tc-ns32k.c:1757
6768 msgid "Internal logic error. line %s, file \"%s\""
6771 #: config/tc-ns32k.c:1805
6773 msgid "Internal logic error. line %s, file \"%s\""
6776 #: config/tc-ns32k.c:1909
6777 msgid "Bit field out of range"
6780 #: config/tc-ns32k.c:2157
6782 msgid "invalid architecture option -m%s"
6785 #: config/tc-ns32k.c:2173
6788 "-m32032 | -m32532\tselect variant of NS32K architecture\n"
6791 #: config/tc-ns32k.c:2351
6793 msgid "Cannot find relocation type for symbol %s, code %d"
6796 #: config/tc-or32.c:467 config/tc-or32.c:682
6798 msgid "unknown opcode1: `%s'"
6801 #: config/tc-or32.c:473 config/tc-or32.c:688
6803 msgid "unknown opcode2 `%s'."
6806 #: config/tc-or32.c:512 config/tc-or32.c:727
6808 msgid "instruction not allowed: %s"
6811 #: config/tc-or32.c:515 config/tc-or32.c:730
6813 msgid "too many operands: %s"
6816 #: config/tc-or32.c:605 config/tc-or32.c:821
6817 msgid "call/jmp target out of range (1)"
6820 #: config/tc-or32.c:1018 config/tc-or32.c:1135
6821 msgid "the linker will not handle this relocation correctly (1)"
6824 #: config/tc-or32.c:1027 config/tc-or32.c:1144
6825 msgid "call/jmp target out of range (2)"
6828 #: config/tc-or32.c:1437
6829 msgid "register out of range"
6832 #: config/tc-or32.c:1482
6833 msgid "invalid register in & expression"
6836 #: config/tc-pj.c:67 config/tc-pj.c:75
6837 msgid "confusing relocation expressions"
6840 #: config/tc-pj.c:166
6841 msgid "can't have relocation for ipush"
6844 #: config/tc-pj.c:273
6846 msgid "unknown opcode %s"
6849 #: config/tc-pj.c:422
6852 "-little\t\t\tgenerate little endian code\n"
6853 "-big\t\t\tgenerate big endian code\n"
6856 #: config/tc-pj.c:460 config/tc-sh.c:3454 config/tc-sh.c:3461
6857 #: config/tc-sh.c:3468 config/tc-sh.c:3475
6858 msgid "pcrel too far"
6861 #: config/tc-pj.h:38
6862 msgid "convert_frag\n"
6865 #: config/tc-pj.h:39
6866 msgid "estimate size\n"
6869 #: config/tc-ppc.c:990 config/tc-s390.c:378
6871 msgid "invalid switch -m%s"
6874 #: config/tc-ppc.c:1027
6876 "PowerPC options:\n"
6878 "-mpwrx, -mpwr2\t\tgenerate code for IBM POWER/2 (RIOS2)\n"
6879 "-mpwr\t\t\tgenerate code for IBM POWER (RIOS1)\n"
6880 "-m601\t\t\tgenerate code for Motorola PowerPC 601\n"
6881 "-mppc, -mppc32, -m603, -m604\n"
6882 "\t\t\tgenerate code for Motorola PowerPC 603/604\n"
6883 "-m403, -m405 generate code for Motorola PowerPC 403/405\n"
6884 "-m7400, -m7410, -m7450, -m7455\n"
6885 "\t\t\tgenerate code For Motorola PowerPC 7400/7410/7450/7455\n"
6886 "-mppc64, -m620\t\tgenerate code for Motorola PowerPC 620\n"
6887 "-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n"
6888 "-mbooke64\t\tgenerate code for 64-bit PowerPC BookE\n"
6889 "-mbooke, mbooke32\tgenerate code for 32-bit PowerPC BookE\n"
6890 "-maltivec\t\tgenerate code for AltiVec\n"
6891 "-mcom\t\t\tgenerate code Power/PowerPC common instructions\n"
6892 "-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n"
6893 "-mregnames\t\tAllow symbolic names for registers\n"
6894 "-mno-regnames\t\tDo not allow symbolic names for registers\n"
6897 #: config/tc-ppc.c:1048
6899 "-mrelocatable\t\tsupport for GCC's -mrelocatble option\n"
6900 "-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n"
6901 "-memb\t\t\tset PPC_EMB bit in ELF flags\n"
6902 "-mlittle, -mlittle-endian\n"
6903 "\t\t\tgenerate code for a little endian machine\n"
6904 "-mbig, -mbig-endian\tgenerate code for a big endian machine\n"
6905 "-msolaris\t\tgenerate code for Solaris\n"
6906 "-mno-solaris\t\tdo not generate code for Solaris\n"
6907 "-V\t\t\tprint assembler version number\n"
6908 "-Qy, -Qn\t\tignored\n"
6911 #: config/tc-ppc.c:1082
6913 msgid "Unknown default cpu = %s, os = %s"
6916 #: config/tc-ppc.c:1107
6917 msgid "Neither Power nor PowerPC opcodes were selected."
6920 #: config/tc-ppc.c:1190 config/tc-s390.c:471
6922 msgid "Internal assembler error for instruction %s"
6925 #: config/tc-ppc.c:1210
6927 msgid "Internal assembler error for macro %s"
6930 #: config/tc-ppc.c:1437
6931 msgid "identifier+constant@got means identifier@got+constant"
6934 #: config/tc-ppc.c:1505
6936 msgid "%s relocations do not fit in %d bytes\n"
6939 #: config/tc-ppc.c:1612
6941 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
6944 #: config/tc-ppc.c:1694
6945 msgid "Relocation cannot be done when using -mrelocatable"
6948 #: config/tc-ppc.c:1794
6950 msgid "syntax error: invalid toc specifier `%s'"
6953 #: config/tc-ppc.c:1808
6955 msgid "syntax error: expected `]', found `%c'"
6958 #: config/tc-ppc.c:2044
6959 msgid "[tocv] symbol is not a toc symbol"
6962 #: config/tc-ppc.c:2055
6963 msgid "Unimplemented toc32 expression modifier"
6966 #: config/tc-ppc.c:2060
6967 msgid "Unimplemented toc64 expression modifier"
6970 #: config/tc-ppc.c:2064
6972 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
6975 #: config/tc-ppc.c:2249
6976 msgid "unsupported relocation for DS offset field"
6979 #: config/tc-ppc.c:2293
6981 msgid "syntax error; found `%c' but expected `%c'"
6984 #: config/tc-ppc.c:2419
6985 msgid "wrong number of operands"
6988 #: config/tc-ppc.c:2475
6989 msgid "Bad .section directive: want a,e,w,x,M,S in string"
6992 #: config/tc-ppc.c:2590
6993 msgid "missing size"
6996 #: config/tc-ppc.c:2599
6997 msgid "negative size"
7000 #: config/tc-ppc.c:2636
7001 msgid "missing real symbol name"
7004 #: config/tc-ppc.c:2657
7005 msgid "attempt to redefine symbol"
7008 #: config/tc-ppc.c:2891
7009 msgid "The XCOFF file format does not support arbitrary sections"
7012 #: config/tc-ppc.c:2968
7013 msgid "missing rename string"
7016 #: config/tc-ppc.c:2999 config/tc-ppc.c:3554 read.c:3053
7017 msgid "missing value"
7020 #: config/tc-ppc.c:3017
7021 msgid "illegal .stabx expression; zero assumed"
7024 #: config/tc-ppc.c:3049
7025 msgid "missing class"
7028 #: config/tc-ppc.c:3058
7029 msgid "missing type"
7032 #: config/tc-ppc.c:3139
7033 msgid "missing symbol name"
7036 #: config/tc-ppc.c:3333
7037 msgid "nested .bs blocks"
7040 #: config/tc-ppc.c:3366
7041 msgid ".es without preceding .bs"
7044 #: config/tc-ppc.c:3546
7045 msgid "non-constant byte count"
7048 #: config/tc-ppc.c:3594
7049 msgid ".tc not in .toc section"
7052 #: config/tc-ppc.c:3613
7053 msgid ".tc with no label"
7056 #: config/tc-ppc.c:3724
7057 msgid "No previous section to return to. Directive ignored."
7062 #: config/tc-ppc.c:4141
7063 msgid "Unsupported section attribute -- 'a'"
7066 #: config/tc-ppc.c:4330
7067 msgid "bad symbol suffix"
7070 #: config/tc-ppc.c:4423
7071 msgid "Unrecognized symbol suffix"
7074 #: config/tc-ppc.c:4505
7075 msgid "two .function pseudo-ops with no intervening .ef"
7078 #: config/tc-ppc.c:4518
7079 msgid ".ef with no preceding .function"
7082 #: config/tc-ppc.c:4646
7084 msgid "warning: symbol %s has no csect"
7087 #: config/tc-ppc.c:4946
7088 msgid "symbol in .toc does not match any .tc"
7091 #: config/tc-ppc.c:5246 config/tc-s390.c:1797 config/tc-v850.c:2331
7092 #: config/tc-xstormy16.c:536
7093 msgid "unresolved expression that must be resolved"
7096 #: config/tc-ppc.c:5249
7098 msgid "unsupported relocation against %s"
7101 #: config/tc-ppc.c:5326
7103 msgid "cannot emit PC relative %s relocation against %s"
7106 #: config/tc-ppc.c:5331
7108 msgid "cannot emit PC relative %s relocation"
7111 #: config/tc-ppc.c:5454
7112 msgid "must branch to an address a multiple of 4"
7115 #: config/tc-ppc.c:5458
7117 msgid "@local or @plt branch destination is too far away, %ld bytes"
7120 #: config/tc-ppc.c:5491
7122 msgid "Gas failure, reloc value %d\n"
7125 #: config/tc-s390.c:421
7128 " -mregnames Allow symbolic names for registers\n"
7129 " -mwarn-areg-zero Warn about zero base/index registers\n"
7130 " -mno-regnames Do not allow symbolic names for registers\n"
7133 #: config/tc-s390.c:426
7135 " -V print assembler version number\n"
7136 " -Qy, -Qn ignored\n"
7139 #: config/tc-s390.c:456
7141 msgid "Internal assembler error for instruction format %s"
7144 #: config/tc-s390.c:652
7146 msgid "identifier+constant@%s means identifier@%s+constant"
7149 #: config/tc-s390.c:735
7150 msgid "Can't handle O_big in s390_exp_compare"
7153 #: config/tc-s390.c:819
7154 msgid "Invalid suffix for literal pool entry"
7157 #: config/tc-s390.c:876
7158 msgid "Big number is too big"
7161 #: config/tc-s390.c:964 config/tc-s390.c:1473
7163 msgid "%s relocations do not fit in %d bytes"
7166 #: config/tc-s390.c:974
7167 msgid "relocation not applicable"
7170 #: config/tc-s390.c:1117
7171 msgid "invalid operand suffix"
7174 #: config/tc-s390.c:1140
7175 msgid "syntax error; missing '(' after displacement"
7178 #: config/tc-s390.c:1150 config/tc-s390.c:1183 config/tc-s390.c:1202
7179 msgid "syntax error; expected ,"
7182 #: config/tc-s390.c:1177
7183 msgid "syntax error; missing ')' after base register"
7186 #: config/tc-s390.c:1195
7187 msgid "syntax error; ')' not allowed here"
7190 #: config/tc-s390.c:1353 config/tc-s390.c:1373 config/tc-s390.c:1386
7191 msgid "Invalid .insn format\n"
7194 #: config/tc-s390.c:1361
7196 msgid "Unrecognized opcode format: `%s'"
7199 #: config/tc-s390.c:1389
7200 msgid "second operand of .insn not a constant\n"
7203 #: config/tc-s390.c:1392
7204 msgid "missing comma after insn constant\n"
7207 #: config/tc-s390.c:1703
7208 msgid "unresolved fx_subsy symbol that must be resolved"
7211 #: config/tc-s390.c:1800
7212 msgid "unsupported relocation type"
7215 #: config/tc-sh.c:91
7216 msgid "directive .big encountered when option -big required"
7219 #: config/tc-sh.c:102
7220 msgid "directive .little encountered when option -little required"
7223 #: config/tc-sh.c:780
7224 msgid "Invalid PIC expression."
7227 #: config/tc-sh.c:809 read.c:3749
7229 msgid "unsupported BFD relocation size %u"
7232 #: config/tc-sh.c:1292
7233 msgid "misplaced PIC operand"
7236 #: config/tc-sh.c:1333
7237 msgid "illegal register after @-"
7240 #: config/tc-sh.c:1349
7241 msgid "must be @(r0,...)"
7244 #: config/tc-sh.c:1373
7245 msgid "syntax error in @(r0,...)"
7248 #: config/tc-sh.c:1378
7249 msgid "syntax error in @(r0...)"
7252 #: config/tc-sh.c:1408 config/tc-sh.c:1413
7253 msgid "syntax error in @(disp,[Rn, gbr, pc])"
7256 #: config/tc-sh.c:1418
7260 #: config/tc-sh.c:1426
7261 msgid "illegal register after @"
7264 #: config/tc-sh.c:1977
7266 msgid "Invalid register: 'r%d'"
7269 #: config/tc-sh.c:2142
7270 msgid "insn can't be combined with parallel processing insn"
7273 #: config/tc-sh.c:2149 config/tc-sh.c:2160
7274 msgid "multiple movx specifications"
7277 #: config/tc-sh.c:2154 config/tc-sh.c:2181
7278 msgid "multiple movy specifications"
7281 #: config/tc-sh.c:2162
7282 msgid "invalid movx address register"
7285 #: config/tc-sh.c:2168 config/tc-sh.c:2173
7286 msgid "invalid movx dsp register"
7289 #: config/tc-sh.c:2190 config/tc-sh.c:2195
7290 msgid "invalid movy dsp register"
7293 #: config/tc-sh.c:2199
7294 msgid "invalid movy address register"
7297 #: config/tc-sh.c:2205
7298 msgid "dsp immediate shift value not constant"
7301 #: config/tc-sh.c:2212 config/tc-sh.c:2225
7302 msgid "multiple parallel processing specifications"
7305 #: config/tc-sh.c:2218
7306 msgid "multiple condition specifications"
7309 #: config/tc-sh.c:2234
7310 msgid "insn cannot be combined with pmuls"
7313 #: config/tc-sh.c:2251
7314 msgid "bad padd / psub pmuls output operand"
7317 #: config/tc-sh.c:2261
7318 msgid "condition not followed by conditionalizable insn"
7321 #: config/tc-sh.c:2271
7322 msgid "unrecognized characters at end of parallel processing insn"
7325 #: config/tc-sh.c:2407
7327 msgid "excess operands: '%s'"
7330 #: config/tc-sh.c:2559
7331 msgid ".uses pseudo-op seen when not relaxing"
7334 #: config/tc-sh.c:2565
7335 msgid "bad .uses format"
7338 #: config/tc-sh.c:2640
7339 msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
7342 #: config/tc-sh.c:2646
7343 msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
7346 #: config/tc-sh.c:2648
7347 msgid "Invalid combination: --abi=64 with --isa=SHcompact"
7350 #: config/tc-sh.c:2659
7351 msgid "Invalid combination: --abi=32 with --abi=64"
7354 #: config/tc-sh.c:2665
7355 msgid "Invalid combination: --abi=64 with --abi=32"
7358 #: config/tc-sh.c:2667
7359 msgid "Invalid combination: --isa=SHcompact with --abi=64"
7362 #: config/tc-sh.c:2702
7365 "-little\t\t\tgenerate little endian code\n"
7366 "-big\t\t\tgenerate big endian code\n"
7367 "-relax\t\t\talter jump instructions for long displacements\n"
7368 "-small\t\t\talign sections to 4 byte boundaries, not 16\n"
7369 "-dsp\t\t\tenable sh-dsp insns, and disable sh3e / sh4 insns.\n"
7372 #: config/tc-sh.c:2710
7374 "-isa=[shmedia\t\tset default instruction set for SH64\n"
7378 "-abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
7380 "-shcompact-const-crange\temit code-range descriptors for constants in\n"
7381 "\t\t\tSHcompact code sections\n"
7382 "-no-mix\t\t\tdisallow SHmedia code in the same section as\n"
7383 "\t\t\tconstants and SHcompact code\n"
7384 "-no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
7385 "-expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
7386 "\t\t\tto 32 bits only"
7389 #: config/tc-sh.c:2807
7390 msgid ".uses does not refer to a local symbol in the same section"
7393 #: config/tc-sh.c:2826
7394 msgid "can't find fixup pointed to by .uses"
7397 #: config/tc-sh.c:2849
7398 msgid ".uses target does not refer to a local symbol in the same section"
7401 #: config/tc-sh.c:2951
7402 msgid "displacement overflows 12-bit field"
7405 #: config/tc-sh.c:2954
7407 msgid "displacement to defined symbol %s overflows 12-bit field"
7410 #: config/tc-sh.c:2958
7412 msgid "displacement to undefined symbol %s overflows 12-bit field"
7415 #: config/tc-sh.c:3036
7416 msgid "displacement overflows 8-bit field"
7419 #: config/tc-sh.c:3039
7421 msgid "displacement to defined symbol %s overflows 8-bit field"
7424 #: config/tc-sh.c:3043
7426 msgid "displacement to undefined symbol %s overflows 8-bit field "
7429 #: config/tc-sh.c:3060
7431 msgid "overflow in branch to %s; converted into longer instruction sequence"
7434 #: config/tc-sh.c:3135 config/tc-sh.c:3183 config/tc-sparc.c:4093
7435 #: config/tc-sparc.c:4118
7436 msgid "misaligned data"
7439 #: config/tc-sh.c:3565
7440 msgid "misaligned offset"
7443 #: config/tc-sh64.c:570
7444 msgid "This operand must be constant at assembly time"
7447 #: config/tc-sh64.c:685
7448 msgid "Invalid operand expression"
7451 #: config/tc-sh64.c:772 config/tc-sh64.c:878
7452 msgid "PTB operand is a SHmedia symbol"
7455 #: config/tc-sh64.c:775 config/tc-sh64.c:875
7456 msgid "PTA operand is a SHcompact symbol"
7459 #: config/tc-sh64.c:791
7460 msgid "invalid expression in operand"
7463 #: config/tc-sh64.c:1488
7465 msgid "invalid operand, not a 5-bit unsigned value: %d"
7468 #: config/tc-sh64.c:1493
7470 msgid "invalid operand, not a 6-bit signed value: %d"
7473 #: config/tc-sh64.c:1498
7475 msgid "invalid operand, not a 6-bit unsigned value: %d"
7478 #: config/tc-sh64.c:1503 config/tc-sh64.c:1515
7480 msgid "invalid operand, not a 11-bit signed value: %d"
7483 #: config/tc-sh64.c:1505
7485 msgid "invalid operand, not a multiple of 32: %d"
7488 #: config/tc-sh64.c:1510
7490 msgid "invalid operand, not a 10-bit signed value: %d"
7493 #: config/tc-sh64.c:1517
7495 msgid "invalid operand, not an even value: %d"
7498 #: config/tc-sh64.c:1522
7500 msgid "invalid operand, not a 12-bit signed value: %d"
7503 #: config/tc-sh64.c:1524
7505 msgid "invalid operand, not a multiple of 4: %d"
7508 #: config/tc-sh64.c:1529
7510 msgid "invalid operand, not a 13-bit signed value: %d"
7513 #: config/tc-sh64.c:1531
7515 msgid "invalid operand, not a multiple of 8: %d"
7518 #: config/tc-sh64.c:1536
7520 msgid "invalid operand, not a 16-bit signed value: %d"
7523 #: config/tc-sh64.c:1541
7525 msgid "invalid operand, not an 16-bit unsigned value: %d"
7528 #: config/tc-sh64.c:1547
7529 msgid "operand out of range for PT, PTA and PTB"
7532 #: config/tc-sh64.c:1549
7534 msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
7537 #: config/tc-sh64.c:2077
7539 msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
7542 #: config/tc-sh64.c:2440 config/tc-sh64.c:2605 config/tc-sh64.c:2620
7543 msgid "invalid PIC reference"
7546 #: config/tc-sh64.c:2498
7547 msgid "can't find opcode"
7550 #: config/tc-sh64.c:2828
7552 msgid "invalid operands to %s"
7555 #: config/tc-sh64.c:2834
7557 msgid "excess operands to %s"
7560 #: config/tc-sh64.c:2880
7562 msgid "The `.mode %s' directive is not valid with this architecture"
7565 #: config/tc-sh64.c:2888
7567 msgid "Invalid argument to .mode: %s"
7570 #: config/tc-sh64.c:2919
7572 msgid "The `.abi %s' directive is not valid with this architecture"
7575 #: config/tc-sh64.c:2925
7576 msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
7579 #: config/tc-sh64.c:2930
7580 msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
7583 #: config/tc-sh64.c:2933
7585 msgid "Invalid argument to .abi: %s"
7588 #: config/tc-sh64.c:2966
7589 msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
7592 #: config/tc-sh64.c:2971
7593 msgid "-shcompact-const-crange is invalid without SHcompact"
7596 #: config/tc-sh64.c:2974
7597 msgid "-expand-pt32 only valid with -abi=64"
7600 #: config/tc-sh64.c:2977
7601 msgid "-no-expand only valid with SHcompact or SHmedia"
7604 #: config/tc-sh64.c:2980
7605 msgid "-expand-pt32 invalid together with -no-expand"
7608 #: config/tc-sh64.c:3190
7610 "SHmedia code not allowed in same section as constants and SHcompact code"
7613 #: config/tc-sh64.c:3208
7614 msgid "No segment info for current section"
7617 #: config/tc-sh64.c:3250
7618 msgid "duplicate datalabel operator ignored"
7621 #: config/tc-sh64.c:3320
7622 msgid "Invalid DataLabel expression"
7625 #: config/tc-sparc.c:281
7626 msgid "Invalid default architecture, broken assembler."
7629 #: config/tc-sparc.c:285 config/tc-sparc.c:488
7630 msgid "Bad opcode table, broken assembler."
7633 #: config/tc-sparc.c:480
7635 msgid "invalid architecture -xarch=%s"
7638 #: config/tc-sparc.c:482
7640 msgid "invalid architecture -A%s"
7643 #: config/tc-sparc.c:549
7645 msgid "No compiled in support for %d bit object file format"
7648 #: config/tc-sparc.c:586
7649 msgid "Unrecognized option following -K"
7652 #: config/tc-sparc.c:627
7653 msgid "SPARC options:\n"
7656 #: config/tc-sparc.c:656
7659 "\t\t\tspecify variant of SPARC architecture\n"
7660 "-bump\t\t\twarn when assembler switches architectures\n"
7661 "-sparc\t\t\tignored\n"
7662 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
7663 "-relax\t\t\trelax jumps and branches (default)\n"
7664 "-no-relax\t\tavoid changing any jumps and branches\n"
7667 #: config/tc-sparc.c:664
7668 msgid "-k\t\t\tgenerate PIC\n"
7671 #: config/tc-sparc.c:668
7673 "-32\t\t\tcreate 32 bit object file\n"
7674 "-64\t\t\tcreate 64 bit object file\n"
7677 #: config/tc-sparc.c:671
7679 msgid "\t\t\t[default is %d]\n"
7682 #: config/tc-sparc.c:673
7684 "-TSO\t\t\tuse Total Store Ordering\n"
7685 "-PSO\t\t\tuse Partial Store Ordering\n"
7686 "-RMO\t\t\tuse Relaxed Memory Ordering\n"
7689 #: config/tc-sparc.c:677
7691 msgid "\t\t\t[default is %s]\n"
7694 #: config/tc-sparc.c:679
7696 "-KPIC\t\t\tgenerate PIC\n"
7697 "-V\t\t\tprint assembler version number\n"
7698 "-undeclared-regs\tignore application global register usage without\n"
7699 "\t\t\tappropriate .register directive (default)\n"
7700 "-no-undeclared-regs\tforce error on application global register usage\n"
7701 "\t\t\twithout appropriate .register directive\n"
7703 "-Qy, -Qn\t\tignored\n"
7707 #: config/tc-sparc.c:691
7709 "-EL\t\t\tgenerate code for a little endian machine\n"
7710 "-EB\t\t\tgenerate code for a big endian machine\n"
7711 "--little-endian-data\tgenerate code for a machine having big endian\n"
7712 " instructions and little endian data.\n"
7715 #: config/tc-sparc.c:811
7717 msgid "Internal error: losing opcode: `%s' \"%s\"\n"
7720 #: config/tc-sparc.c:830
7722 msgid "Internal error: can't find opcode `%s' for `%s'\n"
7725 #: config/tc-sparc.c:976
7726 msgid "Support for 64-bit arithmetic not compiled in."
7729 #: config/tc-sparc.c:1023
7730 msgid "set: number not in 0..4294967295 range"
7733 #: config/tc-sparc.c:1030
7734 msgid "set: number not in -2147483648..4294967295 range"
7737 #: config/tc-sparc.c:1090
7738 msgid "setsw: number not in -2147483648..4294967295 range"
7741 #: config/tc-sparc.c:1139
7742 msgid "setx: temporary register same as destination register"
7745 #: config/tc-sparc.c:1210
7746 msgid "setx: illegal temporary register g0"
7749 #: config/tc-sparc.c:1307
7750 msgid "FP branch in delay slot"
7753 #: config/tc-sparc.c:1323
7754 msgid "FP branch preceded by FP instruction; NOP inserted"
7757 #: config/tc-sparc.c:1363
7758 msgid "failed special case insn sanity check"
7761 #: config/tc-sparc.c:1451
7762 msgid ": invalid membar mask name"
7765 #: config/tc-sparc.c:1467
7766 msgid ": invalid membar mask expression"
7769 #: config/tc-sparc.c:1472
7770 msgid ": invalid membar mask number"
7773 #: config/tc-sparc.c:1487
7774 msgid ": invalid siam mode expression"
7777 #: config/tc-sparc.c:1492
7778 msgid ": invalid siam mode number"
7781 #: config/tc-sparc.c:1508
7782 msgid ": invalid prefetch function name"
7785 #: config/tc-sparc.c:1516
7786 msgid ": invalid prefetch function expression"
7789 #: config/tc-sparc.c:1521
7790 msgid ": invalid prefetch function number"
7793 #: config/tc-sparc.c:1549 config/tc-sparc.c:1561
7794 msgid ": unrecognizable privileged register"
7797 #: config/tc-sparc.c:1585 config/tc-sparc.c:1610
7798 msgid ": unrecognizable v9a or v9b ancillary state register"
7801 #: config/tc-sparc.c:1590
7802 msgid ": rd on write only ancillary state register"
7805 #. %sys_tick and %sys_tick_cmpr are v9bnotv9a
7806 #: config/tc-sparc.c:1598
7807 msgid ": unrecognizable v9a ancillary state register"
7810 #: config/tc-sparc.c:1634
7811 msgid ": asr number must be between 16 and 31"
7814 #: config/tc-sparc.c:1642
7815 msgid ": asr number must be between 0 and 31"
7818 #: config/tc-sparc.c:1652
7819 msgid ": expecting %asrN"
7822 #: config/tc-sparc.c:1980
7823 msgid "detected global register use not covered by .register pseudo-op"
7826 #: config/tc-sparc.c:2051
7827 msgid ": There are only 64 f registers; [0-63]"
7830 #: config/tc-sparc.c:2053 config/tc-sparc.c:2065
7831 msgid ": There are only 32 f registers; [0-31]"
7834 #: config/tc-sparc.c:2183 config/tc-sparc.c:2219
7836 msgid "Illegal operands: %%%s requires arguments in ()"
7839 #: config/tc-sparc.c:2231
7842 "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
7845 #: config/tc-sparc.c:2341
7847 msgid "Illegal operands: Can't add non-constant expression to %%%s()"
7850 #: config/tc-sparc.c:2351
7853 "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
7857 #: config/tc-sparc.c:2369
7858 msgid ": PC-relative operand can't be a constant"
7861 #: config/tc-sparc.c:2402
7862 msgid ": invalid ASI name"
7865 #: config/tc-sparc.c:2410
7866 msgid ": invalid ASI expression"
7869 #: config/tc-sparc.c:2415
7870 msgid ": invalid ASI number"
7873 #: config/tc-sparc.c:2512
7874 msgid "OPF immediate operand out of range (0-0x1ff)"
7877 #: config/tc-sparc.c:2517
7878 msgid "non-immediate OPF operand, ignored"
7881 #: config/tc-sparc.c:2536
7882 msgid ": invalid cpreg name"
7885 #: config/tc-sparc.c:2565
7887 msgid "Illegal operands%s"
7890 #: config/tc-sparc.c:2599
7892 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
7895 #: config/tc-sparc.c:2635
7897 msgid "Architecture mismatch on \"%s\"."
7900 #: config/tc-sparc.c:2636
7902 msgid " (Requires %s; requested architecture is %s.)"
7905 #: config/tc-sparc.c:3246
7907 msgid "bad or unhandled relocation type: 0x%02x"
7910 #: config/tc-sparc.c:3384
7912 msgid "internal error: can't export reloc type %d (`%s')"
7915 #: config/tc-sparc.c:3546
7917 msgid "BSS length (%d.) <0! Ignored."
7920 #: config/tc-sparc.c:3558
7921 msgid "bad .reserve segment -- expected BSS segment"
7924 #: config/tc-sparc.c:3575 read.c:2040
7925 msgid "missing alignment"
7928 #: config/tc-sparc.c:3586 config/tc-sparc.c:3736
7930 msgid "alignment too large; assuming %d"
7933 #: config/tc-sparc.c:3592 config/tc-sparc.c:3742
7934 msgid "negative alignment"
7937 #: config/tc-sparc.c:3602 config/tc-sparc.c:3765 read.c:1249 read.c:2056
7938 msgid "alignment not a power of 2"
7941 #: config/tc-sparc.c:3680 config/tc-v850.c:231
7942 msgid "Expected comma after symbol-name"
7945 #: config/tc-sparc.c:3708 config/tc-v850.c:264
7947 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
7950 #: config/tc-sparc.c:3722
7951 msgid "Expected comma after common length"
7954 #: config/tc-sparc.c:3963 config/tc-sparc.c:3973
7956 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
7959 #: config/tc-sparc.c:3991
7960 msgid "redefinition of global register"
7963 #: config/tc-sparc.c:4002
7965 msgid "Register symbol %s already defined."
7968 #: config/tc-sparc.c:4211
7970 msgid "Illegal operands: %%r_plt in %d-byte data field"
7973 #: config/tc-sparc.c:4248
7975 msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
7978 #: config/tc-sparc.c:4256 config/tc-sparc.c:4287 config/tc-sparc.c:4296
7980 msgid "Illegal operands: %%r_%s%d requires arguments in ()"
7983 #: config/tc-sparc.c:4305
7985 msgid "Illegal operands: garbage after %%r_%s%d()"
7988 #: config/tc-sparc.h:55
7989 msgid "sparc convert_frag\n"
7992 #: config/tc-sparc.h:57
7993 msgid "estimate_size_before_relax called"
7996 #: config/tc-tahoe.c:403
7997 msgid "The -a option doesn't exist. (Despite what the man page says!"
8000 #: config/tc-tahoe.c:407 config/tc-vax.c:3125
8002 msgid "Displacement length %s ignored!"
8005 #: config/tc-tahoe.c:411 config/tc-vax.c:3117
8006 msgid "SYMBOL TABLE not implemented"
8009 #: config/tc-tahoe.c:415 config/tc-vax.c:3121
8010 msgid "TOKEN TRACE not implemented"
8013 #: config/tc-tahoe.c:419 config/tc-vax.c:3129
8015 msgid "I don't need or use temp. file \"%s\"."
8018 #: config/tc-tahoe.c:423 config/tc-vax.c:3133
8019 msgid "I don't use an interpass file! -V ignored"
8022 #: config/tc-tahoe.c:437
8026 "-d LENGTH\t\tignored\n"
8029 "-t FILE\t\t\tignored\n"
8034 #: config/tc-tahoe.c:1066
8035 msgid "Casting a branch displacement is bad form, and is ignored."
8038 #: config/tc-tahoe.c:1122
8039 msgid "Couldn't parse the [index] in this operand."
8042 #: config/tc-tahoe.c:1128
8043 msgid "Couldn't find the opening '[' for the index of this operand."
8046 #: config/tc-tahoe.c:1168
8047 msgid "Couldn't find the opening '(' for the deref of this operand."
8050 #: config/tc-tahoe.c:1178
8051 msgid "Operand can't be both pre-inc and post-dec."
8054 #: config/tc-tahoe.c:1208
8055 msgid "I parsed 2 registers in this operand."
8058 #: config/tc-tahoe.c:1258
8059 msgid "Can't relocate expression error."
8062 #. This is an error. Tahoe doesn't allow any expressions
8063 #. bigger that a 32 bit long word. Any bigger has to be referenced
8065 #: config/tc-tahoe.c:1265
8066 msgid "Expression is too large for a 32 bits."
8069 #: config/tc-tahoe.c:1270
8070 msgid "Junk at end of expression."
8073 #: config/tc-tahoe.c:1309
8074 msgid "Syntax error in direct register mode."
8077 #: config/tc-tahoe.c:1311
8078 msgid "You can't index a register in direct register mode."
8081 #: config/tc-tahoe.c:1314
8082 msgid "SP can't be the source operand with direct register addressing."
8085 #: config/tc-tahoe.c:1316
8086 msgid "Can't take the address of a register."
8089 #: config/tc-tahoe.c:1318
8090 msgid "Direct Register can't be used in a branch."
8093 #: config/tc-tahoe.c:1320
8094 msgid "For quad access, the register must be even and < 14."
8097 #: config/tc-tahoe.c:1322
8098 msgid "You can't cast a direct register."
8101 #: config/tc-tahoe.c:1328
8102 msgid "Using reg 14 for quadwords can tromp the FP register."
8105 #: config/tc-tahoe.c:1340
8106 msgid "Syntax error in auto-dec mode."
8109 #: config/tc-tahoe.c:1342
8110 msgid "You can't have an index auto dec mode."
8113 #: config/tc-tahoe.c:1344
8114 msgid "Auto dec mode cant be used for reading."
8117 #: config/tc-tahoe.c:1346
8118 msgid "Auto dec only works of the SP register."
8121 #: config/tc-tahoe.c:1348
8122 msgid "Auto dec can't be used in a branch."
8125 #: config/tc-tahoe.c:1350
8126 msgid "Auto dec won't work with quadwords."
8129 #: config/tc-tahoe.c:1357
8130 msgid "Syntax error in one of the auto-inc modes."
8133 #: config/tc-tahoe.c:1363
8134 msgid "Auto inc deferred only works of the SP register."
8137 #: config/tc-tahoe.c:1365
8138 msgid "You can't have an index auto inc deferred mode."
8141 #: config/tc-tahoe.c:1367 config/tc-tahoe.c:1378
8142 msgid "Auto inc can't be used in a branch."
8145 #: config/tc-tahoe.c:1374
8146 msgid "You can't write to an auto inc register."
8149 #: config/tc-tahoe.c:1376
8150 msgid "Auto inc only works of the SP register."
8153 #: config/tc-tahoe.c:1380
8154 msgid "Auto inc won't work with quadwords."
8157 #: config/tc-tahoe.c:1382
8158 msgid "You can't have an index in auto inc mode."
8161 #: config/tc-tahoe.c:1390
8162 msgid "You can't index the sp register."
8165 #: config/tc-tahoe.c:1396
8166 msgid "Syntax error in register displaced mode."
8169 #: config/tc-tahoe.c:1415
8170 msgid "An offest is needed for this operand."
8173 #: config/tc-tahoe.c:1427
8174 msgid "You can't index a register in immediate mode."
8177 #: config/tc-tahoe.c:1429
8178 msgid "Immediate access can't be used as an address."
8181 #: config/tc-tahoe.c:1540
8183 msgid "Compiler bug: ODD number of bytes in arg structure %s."
8186 #: config/tc-tahoe.c:1567 config/tc-vax.c:1835
8187 msgid "Not enough operands"
8190 #: config/tc-tahoe.c:1577 config/tc-vax.c:1842
8191 msgid "Too many operands"
8194 #: config/tc-tahoe.c:1628 config/tc-vax.c:378
8196 msgid "Ignoring statement due to \"%s\""
8199 #: config/tc-tahoe.c:1723
8201 msgid "Compliler bug: Got a case (%d) I wasn't expecting."
8204 #: config/tc-tahoe.c:1817
8205 msgid "Real branch displacements must be expressions."
8208 #: config/tc-tahoe.c:1820
8210 msgid "Complier error: I got an unknown synthetic branch :%c"
8213 #: config/tc-tahoe.c:1961
8215 msgid "Barf, bad mode %x\n"
8218 #. Only word (et al.), align, or conditionals are allowed within
8220 #: config/tc-tic54x.c:80
8221 msgid "pseudo-op illegal within .struct/.union"
8224 #: config/tc-tic54x.c:89
8225 msgid "C54x-specific command line options:\n"
8228 #: config/tc-tic54x.c:90
8229 msgid "-mfar-mode | -mf Use extended addressing\n"
8232 #: config/tc-tic54x.c:91
8233 msgid "-mcpu=<CPU version> Specify the CPU version\n"
8236 #: config/tc-tic54x.c:93
8237 msgid "-mcoff-version={0|1|2} Select COFF version\n"
8240 #: config/tc-tic54x.c:95
8241 msgid "-merrors-to-file <filename>\n"
8244 #: config/tc-tic54x.c:96
8245 msgid "-me <filename> Redirect errors to a file\n"
8248 #: config/tc-tic54x.c:348
8249 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
8252 #: config/tc-tic54x.c:401
8253 msgid "Unterminated string after absolute expression"
8256 #: config/tc-tic54x.c:409
8257 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
8260 #: config/tc-tic54x.c:421
8261 msgid "symbols assigned with .eval must begin with a letter"
8264 #: config/tc-tic54x.c:675
8265 msgid "Offset on nested structures is ignored"
8268 #: config/tc-tic54x.c:725
8270 msgid ".end%s without preceding .%s"
8273 #: config/tc-tic54x.c:791
8275 msgid "Unrecognized struct/union tag '%s'"
8278 #: config/tc-tic54x.c:793
8279 msgid ".tag requires a structure tag"
8282 #: config/tc-tic54x.c:799
8283 msgid "Label required for .tag"
8286 #: config/tc-tic54x.c:817
8288 msgid ".tag target '%s' undefined"
8291 #: config/tc-tic54x.c:879
8293 msgid ".field count '%d' out of range (1 <= X <= 32)"
8296 #: config/tc-tic54x.c:909
8298 msgid "Unrecognized field type '%c'"
8301 #. Disallow .byte with a non constant expression that will
8302 #. require relocation.
8303 #: config/tc-tic54x.c:1044
8304 msgid "Relocatable values require at least WORD storage"
8307 #: config/tc-tic54x.c:1105
8308 msgid "Use of .def/.ref is deprecated. Use .global instead"
8311 #: config/tc-tic54x.c:1298
8312 msgid ".space/.bes repeat count is negative, ignored"
8315 #: config/tc-tic54x.c:1303
8316 msgid ".space/.bes repeat count is zero, ignored"
8319 #: config/tc-tic54x.c:1380
8320 msgid "Missing size argument"
8323 #: config/tc-tic54x.c:1514
8324 msgid "CPU version has already been set"
8327 #: config/tc-tic54x.c:1518
8329 msgid "Unrecognized version '%s'"
8332 #: config/tc-tic54x.c:1524
8333 msgid "Changing of CPU version on the fly not supported"
8336 #: config/tc-tic54x.c:1657
8337 msgid "p2align not supported on this target"
8340 #: config/tc-tic54x.c:1669
8341 msgid "Argument to .even ignored"
8344 #: config/tc-tic54x.c:1715
8345 msgid "Invalid field size, must be from 1 to 32"
8348 #: config/tc-tic54x.c:1728
8349 msgid "field size must be 16 when value is relocatable"
8352 #: config/tc-tic54x.c:1742
8353 msgid "field value truncated"
8356 #: config/tc-tic54x.c:1846 config/tc-tic54x.c:2148
8358 msgid "Unrecognized section '%s'"
8361 #: config/tc-tic54x.c:1855
8362 msgid "Current section is unitialized, section name required for .clink"
8365 #: config/tc-tic54x.c:2061
8366 msgid "ENDLOOP without corresponding LOOP"
8369 #: config/tc-tic54x.c:2101
8370 msgid "Mixing of normal and extended addressing not supported"
8373 #: config/tc-tic54x.c:2107
8374 msgid "Extended addressing not supported on the specified CPU"
8377 #: config/tc-tic54x.c:2154
8378 msgid ".sblock may be used for initialized sections only"
8381 #: config/tc-tic54x.c:2184
8382 msgid "Symbol missing for .set/.equ"
8385 #: config/tc-tic54x.c:2240
8386 msgid ".var may only be used within a macro definition"
8389 #: config/tc-tic54x.c:2248
8390 msgid "Substitution symbols must begin with a letter"
8393 #: config/tc-tic54x.c:2338
8395 msgid "Can't open macro library file '%s' for reading."
8398 #: config/tc-tic54x.c:2345
8400 msgid "File '%s' not in macro archive format"
8403 #: config/tc-tic54x.c:2504
8405 msgid "Bad COFF version '%s'"
8408 #: config/tc-tic54x.c:2513
8410 msgid "Bad CPU version '%s'"
8413 #: config/tc-tic54x.c:2525 config/tc-tic54x.c:2528
8415 msgid "Can't redirect stderr to the file '%s'"
8418 #: config/tc-tic54x.c:2662
8420 msgid "Undefined substitution symbol '%s'"
8423 #: config/tc-tic54x.c:3335
8424 msgid "Badly formed address expression"
8427 #: config/tc-tic54x.c:3593
8429 msgid "Invalid dmad syntax '%s'"
8432 #: config/tc-tic54x.c:3658
8435 "Use the .mmregs directive to use memory-mapped register names such as '%s'"
8438 #: config/tc-tic54x.c:3710
8439 msgid "Address mode *+ARx is write-only. Results of reading are undefined."
8442 #: config/tc-tic54x.c:3730
8444 msgid "Unrecognized indirect address format \"%s\""
8447 #: config/tc-tic54x.c:3765
8449 msgid "Operand '%s' out of range (%d <= x <= %d)"
8452 #: config/tc-tic54x.c:3785
8453 msgid "Error in relocation handling"
8456 #: config/tc-tic54x.c:3804 config/tc-tic54x.c:3866 config/tc-tic54x.c:3892
8458 msgid "Unrecognized condition code \"%s\""
8461 #: config/tc-tic54x.c:3821
8463 msgid "Condition \"%s\" does not match preceding group"
8466 #: config/tc-tic54x.c:3829
8469 "Condition \"%s\" uses a different accumulator from a preceding condition"
8472 #: config/tc-tic54x.c:3836
8473 msgid "Only one comparison conditional allowed"
8476 #: config/tc-tic54x.c:3841
8477 msgid "Only one overflow conditional allowed"
8480 #: config/tc-tic54x.c:3849
8482 msgid "Duplicate %s conditional"
8485 #: config/tc-tic54x.c:3879
8486 msgid "Invalid auxiliary register (use AR0-AR7)"
8489 #: config/tc-tic54x.c:3912
8490 msgid "lk addressing modes are invalid for memory-mapped register addressing"
8493 #: config/tc-tic54x.c:3920
8495 "Address mode *+ARx is not allowed in memory-mapped register addressing. "
8496 "Resulting behavior is undefined."
8499 #: config/tc-tic54x.c:3946
8501 "Destination accumulator for each part of this parallel instruction must be "
8505 #: config/tc-tic54x.c:3995
8507 msgid "Memory mapped register \"%s\" out of range"
8510 #: config/tc-tic54x.c:4034
8511 msgid "Invalid operand (use 1, 2, or 3)"
8514 #: config/tc-tic54x.c:4059
8515 msgid "A status register or status bit name is required"
8518 #: config/tc-tic54x.c:4069
8520 msgid "Unrecognized status bit \"%s\""
8523 #: config/tc-tic54x.c:4092
8525 msgid "Invalid status register \"%s\""
8528 #: config/tc-tic54x.c:4104
8530 msgid "Operand \"%s\" out of range (use 1 or 2)"
8533 #: config/tc-tic54x.c:4305
8535 msgid "Unrecognized instruction \"%s\""
8538 #: config/tc-tic54x.c:4334
8540 msgid "Unrecognized operand list '%s' for instruction '%s'"
8543 #: config/tc-tic54x.c:4363
8545 msgid "Unrecognized parallel instruction \"%s\""
8548 #: config/tc-tic54x.c:4413
8550 msgid "Invalid operand (s) for parallel instruction \"%s\""
8553 #: config/tc-tic54x.c:4416
8555 msgid "Unrecognized parallel instruction combination \"%s || %s\""
8558 #: config/tc-tic54x.c:4648
8560 msgid "%s symbol recursion stopped at second appearance of '%s'"
8563 #: config/tc-tic54x.c:4687
8564 msgid "Unrecognized substitution symbol function"
8567 #: config/tc-tic54x.c:4692
8568 msgid "Missing '(' after substitution symbol function"
8571 #: config/tc-tic54x.c:4706
8572 msgid "Expecting second argument"
8575 #: config/tc-tic54x.c:4719 config/tc-tic54x.c:4768
8576 msgid "Extra junk in function call, expecting ')'"
8579 #: config/tc-tic54x.c:4744
8580 msgid "Function expects two arguments"
8583 #: config/tc-tic54x.c:4757
8584 msgid "Expecting character constant argument"
8587 #: config/tc-tic54x.c:4763
8588 msgid "Both arguments must be substitution symbols"
8591 #: config/tc-tic54x.c:4816
8593 msgid "Invalid subscript (use 1 to %d)"
8596 #: config/tc-tic54x.c:4826
8598 msgid "Invalid length (use 0 to %d"
8601 #: config/tc-tic54x.c:4836
8602 msgid "Missing ')' in subscripted substitution symbol expression"
8605 #: config/tc-tic54x.c:4856
8606 msgid "Missing forced substitution terminator ':'"
8609 #: config/tc-tic54x.c:5029
8612 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
8616 #: config/tc-tic54x.c:5070
8618 msgid "Unrecognized parallel instruction '%s'"
8621 #: config/tc-tic54x.c:5082
8623 msgid "Instruction '%s' requires an LP cpu version"
8626 #: config/tc-tic54x.c:5089
8628 msgid "Instruction '%s' requires far mode addressing"
8631 #: config/tc-tic54x.c:5101
8634 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
8635 "left). Resulting behavior is undefined."
8638 #: config/tc-tic54x.c:5111
8640 "Instructions which cause PC discontinuity are not allowed in a delay slot. "
8641 "Resulting behavior is undefined."
8644 #: config/tc-tic54x.c:5122
8646 msgid "'%s' is not repeatable. Resulting behavior is undefined."
8649 #: config/tc-tic54x.c:5126
8651 "Instructions using long offset modifiers or absolute addresses are not "
8652 "repeatable. Resulting behavior is undefined."
8655 #: config/tc-tic54x.c:5317
8657 msgid "Unsupported relocation size %d"
8660 #: config/tc-tic54x.c:5471
8661 msgid "non-absolute value used with .space/.bes"
8664 #: config/tc-tic54x.c:5475
8666 msgid "negative value ignored in %s"
8669 #: config/tc-tic54x.c:5562
8671 msgid "attempt to .space/.bes backwards? (%ld)"
8674 #: config/tc-tic54x.c:5595
8676 msgid "Invalid label '%s'"
8679 #: config/tc-tic80.c:26
8681 msgid "internal error:%s:%d: %s\n"
8684 #: config/tc-tic80.c:29
8686 msgid "internal error:%s:%d: %s %d\n"
8689 #: config/tc-tic80.c:91
8690 msgid "Relaxation is a luxury we can't afford"
8693 #: config/tc-tic80.c:141
8694 msgid "bad call to md_atof ()"
8697 #: config/tc-tic80.c:239
8698 msgid "':' not followed by 'm' or 's'"
8701 #: config/tc-tic80.c:252
8702 msgid "paren nesting"
8705 #: config/tc-tic80.c:266
8706 msgid "mismatched parenthesis"
8709 #: config/tc-tic80.c:468
8710 msgid "unhandled expression type"
8713 #: config/tc-tic80.c:682
8714 msgid "symbol reloc that is not PC relative or 32 bits"
8717 #: config/tc-tic80.c:711
8718 msgid "unhandled operand modifier"
8721 #: config/tc-tic80.c:753
8722 msgid "unhandled expression"
8725 #: config/tc-tic80.c:802
8727 msgid "Invalid mnemonic: '%s'"
8730 #: config/tc-tic80.c:815
8732 msgid "Invalid operands: '%s'"
8735 #: config/tc-tic80.c:893
8736 msgid "unhandled predefined symbol bits"
8739 #: config/tc-tic80.c:987
8741 msgid "PC offset 0x%lx outside range 0x%lx-0x%lx"
8744 #: config/tc-tic80.c:1002
8745 msgid "unhandled relocation type in fixup"
8748 #: config/tc-tic80.c:1041
8749 msgid "md_convert_frag() not implemented yet"
8752 #: config/tc-v850.c:242
8754 msgid ".COMMon length (%d.) < 0! Ignored."
8757 #: config/tc-v850.c:291
8758 msgid "Common alignment negative; 0 assumed"
8761 #: config/tc-v850.c:916
8763 msgid "unknown operand shift: %x\n"
8766 #: config/tc-v850.c:917
8767 msgid "internal failure in parse_register_list"
8770 #: config/tc-v850.c:934
8771 msgid "constant expression or register list expected"
8774 #: config/tc-v850.c:939 config/tc-v850.c:952 config/tc-v850.c:971
8775 msgid "high bits set in register list expression"
8778 #: config/tc-v850.c:1011 config/tc-v850.c:1075
8779 msgid "illegal register included in list"
8782 #: config/tc-v850.c:1018
8783 msgid "system registers cannot be included in list"
8786 #: config/tc-v850.c:1023
8787 msgid "PSW cannot be included in list"
8790 #: config/tc-v850.c:1030
8791 msgid "High value system registers cannot be included in list"
8794 #: config/tc-v850.c:1054
8795 msgid "second register should follow dash in register list"
8798 #: config/tc-v850.c:1101
8799 msgid " V850 options:\n"
8802 #: config/tc-v850.c:1102
8803 msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n"
8806 #: config/tc-v850.c:1103
8808 " -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n"
8811 #: config/tc-v850.c:1104
8812 msgid " -mv850 The code is targeted at the v850\n"
8815 #: config/tc-v850.c:1105
8816 msgid " -mv850e The code is targeted at the v850e\n"
8819 #: config/tc-v850.c:1106
8820 msgid " -mv850ea The code is targeted at the v850ea\n"
8823 #: config/tc-v850.c:1107
8825 " -mv850any The code is generic, despite any processor "
8826 "specific instructions\n"
8829 #: config/tc-v850.c:1119 config/tc-v850.c:1157
8831 msgid "unknown command line option: -%c%s\n"
8834 #: config/tc-v850.c:1306
8836 msgid "Unable to determine default target processor from string: %s"
8839 #: config/tc-v850.c:1344
8840 msgid "ctoff() relocation used on an instruction which does not support it"
8843 #: config/tc-v850.c:1370
8844 msgid "sdaoff() relocation used on an instruction which does not support it"
8847 #: config/tc-v850.c:1396
8848 msgid "zdaoff() relocation used on an instruction which does not support it"
8851 #: config/tc-v850.c:1433
8852 msgid "tdaoff() relocation used on an instruction which does not support it"
8855 #: config/tc-v850.c:1657
8856 msgid "Target processor does not support this instruction."
8859 #: config/tc-v850.c:1747 config/tc-v850.c:1777 config/tc-v850.c:1965
8860 msgid "immediate operand is too large"
8863 #: config/tc-v850.c:1759
8864 msgid "AAARG -> unhandled constant reloc"
8867 #: config/tc-v850.c:1803
8868 msgid "invalid register name"
8871 #: config/tc-v850.c:1808
8872 msgid "register r0 cannot be used here"
8875 #: config/tc-v850.c:1820
8876 msgid "invalid system register name"
8879 #: config/tc-v850.c:1833
8880 msgid "expected EP register"
8883 #: config/tc-v850.c:1850
8884 msgid "invalid condition code name"
8887 #: config/tc-v850.c:1871 config/tc-v850.c:1875
8888 msgid "constant too big to fit into instruction"
8891 #: config/tc-v850.c:1928
8892 msgid "syntax error: value is missing before the register name"
8895 #: config/tc-v850.c:1930
8896 msgid "syntax error: register not expected"
8899 #: config/tc-v850.c:1944
8900 msgid "syntax error: system register not expected"
8903 #: config/tc-v850.c:1949
8904 msgid "syntax error: condition code not expected"
8907 #: config/tc-v850.c:1990
8908 msgid "invalid operand"
8911 #: config/tc-vax.c:267
8913 msgid "VIP_BEGIN error:%s"
8916 #: config/tc-vax.c:397
8918 msgid "Ignoring statement because \"%s\""
8921 #: config/tc-vax.c:444
8922 msgid "Can't relocate expression"
8925 #: config/tc-vax.c:547
8926 msgid "Bignum not permitted in short literal. Immediate mode assumed."
8929 #: config/tc-vax.c:556
8930 msgid "Can't do flonum short literal: immediate mode used."
8933 #: config/tc-vax.c:601
8935 msgid "A bignum/flonum may not be a displacement: 0x%lx used"
8938 #: config/tc-vax.c:922
8940 msgid "Short literal overflow(%ld.), immediate mode assumed."
8943 #: config/tc-vax.c:931
8945 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
8948 #: config/tc-vax.c:990
8949 msgid "Length specification ignored. Address mode 9F used"
8952 #: config/tc-vax.c:1039
8953 msgid "Invalid operand: immediate value used as base address."
8956 #: config/tc-vax.c:1041
8957 msgid "Invalid operand: immediate value used as address."
8960 #: config/tc-vax.c:1814
8961 msgid "odd number of bytes in operand description"
8964 #: config/tc-vax.c:1830
8968 #: config/tc-vax.c:2383
8969 msgid "no '[' to match ']'"
8972 #: config/tc-vax.c:2401
8973 msgid "bad register in []"
8976 #: config/tc-vax.c:2403
8977 msgid "[PC] index banned"
8980 #: config/tc-vax.c:2438
8981 msgid "no '(' to match ')'"
8984 #: config/tc-vax.c:2573
8985 msgid "invalid branch operand"
8988 #: config/tc-vax.c:2602
8989 msgid "address prohibits @"
8992 #: config/tc-vax.c:2604
8993 msgid "address prohibits #"
8996 #: config/tc-vax.c:2608
8997 msgid "address prohibits -()"
9000 #: config/tc-vax.c:2610
9001 msgid "address prohibits ()+"
9004 #: config/tc-vax.c:2613
9005 msgid "address prohibits ()"
9008 #: config/tc-vax.c:2615
9009 msgid "address prohibits []"
9012 #: config/tc-vax.c:2617
9013 msgid "address prohibits register"
9016 #: config/tc-vax.c:2619
9017 msgid "address prohibits displacement length specifier"
9020 #: config/tc-vax.c:2649
9021 msgid "invalid operand of S^#"
9024 #: config/tc-vax.c:2666
9025 msgid "S^# needs expression"
9028 #: config/tc-vax.c:2673
9029 msgid "S^# may only read-access"
9032 #: config/tc-vax.c:2698
9033 msgid "invalid operand of -()"
9036 #: config/tc-vax.c:2704
9037 msgid "-(PC) unpredictable"
9040 #: config/tc-vax.c:2706
9041 msgid "[]index same as -()register: unpredictable"
9044 #: config/tc-vax.c:2742
9045 msgid "invalid operand of ()+"
9048 #: config/tc-vax.c:2748
9049 msgid "(PC)+ unpredictable"
9052 #: config/tc-vax.c:2750
9053 msgid "[]index same as ()+register: unpredictable"
9056 #: config/tc-vax.c:2775
9057 msgid "# conflicts length"
9060 #: config/tc-vax.c:2777
9061 msgid "# bars register"
9064 #: config/tc-vax.c:2799
9065 msgid "writing or modifying # is unpredictable"
9068 #: config/tc-vax.c:2829
9069 msgid "length not needed"
9072 #: config/tc-vax.c:2836
9073 msgid "can't []index a register, because it has no address"
9076 #: config/tc-vax.c:2838
9077 msgid "a register has no address"
9080 #: config/tc-vax.c:2849
9081 msgid "PC part of operand unpredictable"
9084 #: config/tc-vax.c:3178
9087 "-d LENGTH\t\tignored\n"
9090 "-t FILE\t\t\tignored\n"
9095 #: config/tc-vax.c:3187
9098 "-+\t\t\thash encode names longer than 31 characters\n"
9099 "-1\t\t\t`const' handling compatible with gcc 1.x\n"
9100 "-H\t\t\tshow new symbol after hash truncation\n"
9101 "-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
9102 "\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
9103 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
9106 #: config/tc-w65.c:144
9107 msgid "need on or off."
9110 #: config/tc-w65.c:304 config/tc-w65.c:347
9111 msgid "syntax error after <exp"
9114 #: config/tc-w65.c:855
9115 msgid "call to tc_Nout_fix_to_chars \n"
9118 #: config/tc-xstormy16.c:80
9119 msgid " XSTORMY16 specific command line options:\n"
9122 #: config/tc-xstormy16.c:561
9124 msgid "internal error: can't install fix for reloc type %d (`%s')"
9127 #: config/tc-z8k.c:285
9129 msgid "register rr%d, out of range."
9132 #: config/tc-z8k.c:295
9134 msgid "register rh%d, out of range."
9137 #: config/tc-z8k.c:305
9139 msgid "register rl%d, out of range."
9142 #: config/tc-z8k.c:316
9144 msgid "register rq%d, out of range."
9147 #: config/tc-z8k.c:326
9149 msgid "register r%d, out of range."
9152 #: config/tc-z8k.c:371
9157 #: config/tc-z8k.c:388
9159 msgid "register is wrong size for a word %s"
9162 #: config/tc-z8k.c:404
9164 msgid "register is wrong size for address %s"
9167 #: config/tc-z8k.c:665
9168 msgid "Missing ) in ra(rb)"
9171 #: config/tc-z8k.c:932
9173 msgid "operand %s0x%x out of range."
9176 #: config/tc-z8k.c:1060
9177 msgid "immediate must be 1 or 2"
9180 #: config/tc-z8k.c:1063
9181 msgid "immediate 1 or 2 expected"
9184 #: config/tc-z8k.c:1089
9185 msgid "can't use R0 here"
9188 #: config/tc-z8k.c:1243
9189 msgid "Can't find opcode to match operands"
9192 #: config/tc-z8k.c:1358
9194 msgid "invalid architecture -z%s"
9197 #: config/tc-z8k.c:1374
9200 "-z8001\t\t\tgenerate segmented code\n"
9201 "-z8002\t\t\tgenerate unsegmented code\n"
9204 #: config/tc-z8k.c:1523
9206 msgid "Can't subtract symbols in different sections %s %s"
9211 msgid "can't open `%s' for writing"
9216 msgid "can't close `%s'"
9219 #: dwarf2dbg.c:353 dwarf2dbg.c:395
9220 msgid "file number less than one"
9225 msgid "file number %ld already allocated"
9228 #: dwarf2dbg.c:400 dwarf2dbg.c:946
9230 msgid "unassigned file number %ld"
9233 #: dwarf2dbg.c:1284 dwarf2dbg.c:1292 dwarf2dbg.c:1300 dwarf2dbg.c:1320
9234 msgid "dwarf2 is not supported for this object file format"
9239 msgid "string too big (%lu bytes)"
9244 msgid "inserting \"%s\" into string hash table: %s"
9247 #: ecoff.c:1614 ecoff.c:1808 ecoff.c:1833 ecoff.c:1865 ecoff.c:2019
9249 msgid "no current file pointer"
9253 msgid "too many st_End's"
9258 msgid "inserting \"%s\" into tag hash table: %s"
9262 msgid "fake .file after real one"
9266 msgid "filename goes over one page boundary"
9270 msgid ".begin directive without a preceding .file directive"
9274 msgid ".begin directive without a preceding .ent directive"
9278 msgid ".bend directive without a preceding .file directive"
9282 msgid ".bend directive without a preceding .ent directive"
9286 msgid ".bend directive names unknown symbol"
9290 msgid ".def pseudo-op used inside of .def/.endef; ignored"
9294 msgid "empty symbol name in .def; ignored"
9298 msgid ".dim pseudo-op used outside of .def/.endef; ignored"
9302 msgid "badly formed .dim directive"
9306 msgid "too many .dim entries"
9310 msgid ".scl pseudo-op used outside of .def/.endef; ignored"
9314 msgid ".size pseudo-op used outside of .def/.endef; ignored"
9318 msgid "badly formed .size directive"
9322 msgid "too many .size entries"
9326 msgid ".type pseudo-op used outside of .def/.endef; ignored"
9329 #. FIXME: We could handle this by setting the continued bit.
9330 #. There would still be a limit: the .type argument can not
9334 msgid "the type of %s is too complex; it will be simplified"
9338 msgid "Unrecognized .type argument"
9342 msgid ".tag pseudo-op used outside of .def/.endef; ignored"
9346 msgid ".val pseudo-op used outside of .def/.endef; ignored"
9350 msgid ".val expression is too copmlex"
9354 msgid ".endef pseudo-op used before .def; ignored"
9357 #: ecoff.c:2865 ecoff.c:2946
9358 msgid "bad COFF debugging information"
9363 msgid "no tag specified for %s"
9367 msgid ".end directive without a preceding .file directive"
9371 msgid ".end directive without a preceding .ent directive"
9375 msgid ".end directive names unknown symbol"
9379 msgid "second .ent directive found before .end directive"
9383 msgid "no way to handle .file within .ent/.end section"
9387 msgid ".fmask outside of .ent"
9391 msgid "bad .fmask directive"
9395 msgid "bad .frame directive"
9399 msgid ".mask outside of .ent"
9403 msgid "bad .mask directive"
9407 msgid ".loc before .file"
9411 msgid "bad .weakext directive"
9416 msgid ".stab%c is not supported"
9421 msgid ".stab%c: ignoring non-zero other field"
9427 "line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
9432 msgid "illegal .stab%c directive, bad character"
9435 #: ecoff.c:4023 ecoff.c:4212 ecoff.c:4237
9436 msgid ".begin/.bend in different segments"
9440 msgid "missing .end or .bend at end of file"
9444 msgid "GP prologue size exceeds field size, using 0 instead"
9447 #: expr.c:84 read.c:3225
9448 msgid "bignum invalid"
9451 #: expr.c:86 read.c:3227 read.c:3560 read.c:4459
9452 msgid "floating point number invalid"
9456 msgid "bad floating-point constant: exponent overflow"
9461 msgid "bad floating-point constant: unknown error code=%d"
9466 "a bignum with underscores may not have more than 8 hex digits in any word"
9470 msgid "a bignum with underscores must have exactly 4 words"
9473 #. Either not seen or not defined.
9474 #. @@ Should print out the original string instead of
9475 #. the parsed number.
9478 msgid "backward ref to unknown label \"%d:\""
9482 msgid "character constant too large"
9487 msgid "expr.c(operand): bad atof_generic return val %d"
9492 msgid "missing '%c'"
9495 #: expr.c:1024 read.c:3930
9496 msgid "EBCDIC constants are not supported"
9501 msgid "Unary operator %c ignored because bad operand follows"
9504 #: expr.c:1141 expr.c:1166
9505 msgid "syntax error in .startof. or .sizeof."
9509 msgid "missing operand; zero assumed"
9513 msgid "left operand is a bignum; integer 0 assumed"
9517 msgid "left operand is a float; integer 0 assumed"
9521 msgid "right operand is a bignum; integer 0 assumed"
9525 msgid "right operand is a float; integer 0 assumed"
9528 #: expr.c:1780 symbols.c:1121
9529 msgid "division by zero"
9533 msgid "operation combines symbols in different segments"
9538 msgid "can't extend frag %u chars"
9542 msgid "attempt to allocate data in absolute section"
9546 msgid "attempt to allocate data in common section"
9550 msgid "redefinition not allowed\n"
9555 msgid "the %c operator cannot take non-absolute arguments.\n"
9559 msgid "string where expression expected.\n"
9563 msgid "can't find primary in expression.\n"
9567 msgid "misplaced closing parens.\n"
9571 msgid "attempt to divide by zero.\n"
9575 msgid "can't add two relocatable expressions\n"
9579 msgid "unreasonable nesting.\n"
9583 msgid "End of file not at start of line.\n"
9588 msgid "Illegal base character %c.\n"
9593 msgid "radix is %c must be one of b, q, d or h"
9598 msgid "size must be one of b, w or l, is %c.\n"
9602 msgid "datab repeat must be constant.\n"
9606 msgid "datab data must be absolute.\n"
9610 msgid "align needs absolute expression.\n"
9614 msgid ".align needs absolute fill value.\n"
9618 msgid "res needs absolute expression for fill count.\n"
9622 msgid "form LIN= needs absolute expresssion.\n"
9630 msgid "form COL= needs absolute expresssion.\n"
9633 #. Turns the next expression into a string.
9634 #: gasp.c:1553 macro.c:382
9636 msgid "% operator needs absolute expression"
9640 msgid "misplaced ( .\n"
9644 msgid "misplaced ).\n"
9648 msgid ".instr needs absolute expresson.\n"
9652 msgid "need absolute position.\n"
9656 msgid "need absolute length.\n"
9660 msgid "END missing from end of file.\n"
9664 msgid ".ASSIGNA needs constant expression argument.\n"
9668 msgid ".ASSIGNA without label.\n"
9672 msgid ".ASSIGNS without label.\n"
9677 msgid "Can't find preprocessor variable %s.\n"
9681 msgid "Comparison operator must be one of EQ, NE, LT, LE, GT or GE.\n"
9685 msgid "Comparison operator for strings must be EQ or NE\n"
9688 #: gasp.c:2198 gasp.c:2208 gasp.c:2311
9689 msgid "Conditional operator must have absolute operands.\n"
9693 msgid "String compared against expression.\n"
9697 msgid "AIF nesting unreasonable.\n"
9701 msgid "Multiple AELSEs in AIF.\n"
9705 msgid "AENDI without AIF.\n"
9708 #: gasp.c:2308 gasp.c:2390
9709 msgid "IF nesting unreasonable.\n"
9713 msgid "Bad format for IF or IFNC.\n"
9717 msgid "AENDR without a AREPEAT.\n"
9721 msgid "ENDR without a REPT.\n"
9726 msgid "AWHILE without a AENDW at %d.\n"
9730 msgid "AENDW without a AENDW.\n"
9734 msgid "AREPEAT must have absolute operand.\n"
9739 msgid "AREPEAT without a AENDR at %d.\n"
9743 msgid ".ENDM without a matching .MACRO.\n"
9747 msgid "LOCAL outside of MACRO"
9752 msgid "macro at line %d: %s\n"
9756 msgid "macro expansion"
9760 msgid "Character code in string must be absolute expression.\n"
9764 msgid "Missing > for character code.\n"
9769 msgid "string for SDATAC longer than 255 characters (%d).\n"
9774 msgid "illegal character in SDATA line (0x%x).\n"
9778 msgid "Must have absolute SDATAB repeat count.\n"
9783 msgid "Must have positive SDATAB repeat count (%d).\n"
9788 msgid "Unreasonable include depth (%ld).\n"
9793 msgid "Can't open include file `%s'.\n"
9797 msgid "Unreasonable expansion (-u turns off check).\n"
9800 #. This one causes lots of pain when trying to preprocess
9804 msgid "Unrecognised pseudo op `%s'.\n"
9808 msgid "ORG command not allowed.\n"
9812 msgid "Invalid expression on command line.\n"
9819 " [-a] [--alternate] enter alternate macro mode\n"
9820 " [-c char] [--commentchar char] change the comment character from !\n"
9821 " [-d] [--debug] print some debugging info\n"
9822 " [-h] [--help] print this message\n"
9823 " [-M] [--mri] enter MRI compatibility mode\n"
9824 " [-o out] [--output out] set the output file\n"
9825 " [-p] [--print] print line numbers\n"
9830 " [-s] [--copysource] copy source through as comments \n"
9831 " [-u] [--unreasonable] allow unreasonable nesting\n"
9832 " [-v] [--version] print the program version\n"
9833 " [-Dname=value] create preprocessor variable called name, "
9835 " [-Ipath] add to include path list\n"
9841 msgid "%s: Gnu Assembler Macro Preprocessor\n"
9844 #. This output is intended to follow the GNU standards document.
9847 msgid "GNU assembler pre-processor %s\n"
9851 msgid "Copyright 1996 Free Software Foundation, Inc.\n"
9856 msgid "%s: Can't open output file `%s'.\n"
9861 msgid "%s: Can't open input file `%s'.\n"
9866 msgid "Internal error, aborting at %s line %d"
9872 "Please report this bug.\n"
9875 #. Detect if we are reading from stdin by examining the file
9876 #. name returned by as_where().
9878 #. [FIXME: We rely upon the name in the strcmp below being the
9879 #. same as the one used by input_scrub_new_file(), if that is
9880 #. not true, then this code will fail].
9882 #. If we are reading from stdin, then we need to save each input
9883 #. line here (assuming of course that we actually have a line of
9884 #. input to read), so that it can be displayed in the listing
9885 #. that is produced at the end of the assembly.
9886 #: input-file.c:145 input-scrub.c:242 listing.c:344
9887 msgid "{standard input}"
9892 msgid "can't open %s for reading"
9895 #: input-file.c:212 input-file.c:239
9897 msgid "Can't read from %s"
9902 msgid "Can't close %s"
9905 #: input-scrub.c:272
9906 msgid "macros nested too deeply"
9909 #: input-scrub.c:375 input-scrub.c:397
9910 msgid "partial line at end of file ignored"
9914 msgid "Unable to allocate memory for new instructions\n"
9927 msgid "can't open list file: %s"
9932 msgid "error closing list file: %s"
9936 msgid "strange paper height, set to no form"
9940 msgid "new line in title"
9944 msgid "unexpected end of file in macro definition"
9948 msgid "missing ) after formals"
9952 msgid "missplaced )"
9956 msgid "confusion in formal parameters"
9960 msgid "macro formal argument does not exist"
9964 msgid "can't mix positional and keyword arguments"
9968 msgid "too many positional arguments"
9972 msgid "unexpected end of file in irp or irpc"
9976 msgid "missing model parameter"
9980 msgid "Assembler messages:\n"
9991 #: messages.c:413 messages.c:433
9992 msgid "Fatal error: "
9996 msgid "Internal error!\n"
10001 msgid "Assertion failure in %s at %s line %d.\n"
10006 msgid "Assertion failure at %s line %d.\n"
10009 #: messages.c:456 messages.c:475
10010 msgid "Please report this bug.\n"
10015 msgid "Internal error, aborting at %s line %d in %s\n"
10020 msgid "Internal error, aborting at %s line %d\n"
10023 #: output-file.c:48
10025 msgid "can't open a bfd on stdout %s"
10028 #: output-file.c:52 output-file.c:115
10030 msgid "FATAL: can't create %s"
10033 #: output-file.c:73 output-file.c:80
10035 msgid "FATAL: can't close %s\n"
10038 #: output-file.c:126
10040 msgid "FATAL: can't close %s"
10043 #: output-file.c:147
10044 msgid "Failed to emit an object byte"
10047 #: output-file.c:148
10048 msgid "can't continue"
10053 msgid "error constructing %s pseudo-op table: %s"
10058 msgid "unknown pseudo-op: `%s'"
10063 msgid "label \"%d$\" redefined"
10067 msgid ".abort detected. Abandoning ship."
10070 #: read.c:1172 read.c:2406
10071 msgid "ignoring fill value in absolute section"
10076 msgid "alignment too large: %u assumed"
10080 msgid "expected fill pattern missing"
10083 #: read.c:1368 read.c:1968 read.c:2176 read.c:2788
10084 msgid "expected symbol name"
10087 #: read.c:1378 read.c:2186 read.c:2798 stabs.c:472
10089 msgid "expected comma after \"%s\""
10094 msgid ".COMMon length (%ld) < 0 ignored"
10099 msgid "length of .comm \"%s\" is already %ld; not changing to %ld"
10102 #. Some of the back ends can't deal with non-positive line numbers.
10103 #. Besides, it's silly.
10106 msgid "line numbers must be positive; line number %d rejected"
10110 msgid "start address not supported"
10114 msgid ".err encountered"
10117 #: read.c:1685 read.c:1687
10119 msgid ".fail %ld encountered"
10124 msgid ".fill size clamped to %d"
10128 msgid "size negative; .fill ignored"
10132 msgid "repeat < 0; .fill ignored"
10137 msgid "unrecognized .linkonce type `%s'"
10140 #: read.c:1908 read.c:1934
10141 msgid ".linkonce is not supported for this object file format"
10146 msgid "bfd_set_section_flags: %s"
10150 msgid "missing size expression"
10155 msgid "BSS length (%d) < 0 ignored"
10160 msgid "error setting flags for \".sbss\": %s"
10164 msgid "expected comma after size"
10169 msgid "alignment too large; %d assumed"
10173 msgid "alignment negative; 0 assumed"
10178 msgid "attempt to redefine pseudo-op `%s' ignored"
10183 msgid "invalid segment \"%s\""
10187 msgid "only constant offsets supported in absolute section"
10191 msgid "MRI style ORG pseudo-op not supported"
10196 msgid "unrecognized section type `%s'"
10200 msgid "absolute sections are not supported"
10205 msgid "unrecognized section command `%s'"
10209 msgid ".endr encountered without preceeding .rept, .irc, or .irp"
10214 msgid "%s without %s"
10218 msgid "unsupported variable size or fill value"
10222 msgid ".space repeat count is zero, ignored"
10226 msgid ".space repeat count is negative, ignored"
10230 msgid "space allocation too complex in absolute section"
10234 msgid "space allocation too complex in common section"
10237 #: read.c:3092 read.c:4175
10239 msgid "bad floating literal: %s"
10244 msgid "rest of line ignored; first ignored character is `%c'"
10249 msgid "rest of line ignored; first ignored character valued 0x%x"
10253 msgid "missing expression"
10257 msgid "rva without symbol"
10261 msgid "attempt to store value in absolute section"
10264 #: read.c:3554 read.c:4453
10265 msgid "zero assumed for missing expression"
10268 #: read.c:3566 read.c:4465 write.c:293
10269 msgid "register value used as expression"
10272 #. Leading bits contain both 0s & 1s.
10275 msgid "value 0x%lx truncated to 0x%lx"
10280 msgid "bignum truncated to %d bytes"
10284 msgid "using a bit field width of zero"
10289 msgid "field width \"%s\" too complex for a bitfield"
10294 msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
10299 msgid "field value \"%s\" too complex for a bitfield"
10302 #: read.c:4003 read.c:4197
10303 msgid "unresolvable or nonpositive repeat count; using 1"
10308 msgid "unknown floating type type '%c'"
10312 msgid "floating point constant too large"
10316 msgid "expected <nn>"
10319 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
10320 #: read.c:4640 read.c:4726
10321 msgid "unterminated string; newline inserted"
10325 msgid "bad escaped character in string"
10329 msgid "expected address expression"
10334 msgid "symbol \"%s\" undefined; zero assumed"
10338 msgid "some symbol undefined; zero assumed"
10342 msgid "bad or irreducible absolute expression"
10346 msgid "this string may not contain '\\0'"
10350 msgid "missing string"
10355 msgid ".incbin count zero, ignoring `%s'"
10360 msgid "file not found: %s"
10365 msgid "seek to end of .incbin file failed `%s'"
10370 msgid "skip (%ld) + count (%ld) larger than file size (%ld)"
10375 msgid "could not skip to %ld in file `%s'"
10380 msgid "truncated file `%s', %ld of %ld bytes read"
10384 msgid "missing .func"
10388 msgid ".endfunc missing for previous .func"
10391 #: stabs.c:220 stabs.c:228 stabs.c:236 stabs.c:247
10393 msgid ".stab%c: missing comma"
10397 msgid "comma missing in .xstabs"
10402 msgid "attempt to switch to nonexistent segment \"%s\""
10407 msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
10410 #: symbols.c:523 symbols.c:530
10412 msgid "inserting \"%s\" into symbol table failed: %s"
10417 msgid "symbol definition loop encountered at `%s'"
10420 #: symbols.c:1082 symbols.c:1086
10422 msgid "undefined symbol `%s' in operation"
10426 msgid "invalid section for operation"
10429 #: symbols.c:1096 symbols.c:1100
10431 msgid "undefined symbol `%s' in operation setting `%s'"
10436 msgid "invalid section for operation setting `%s'"
10441 msgid "division by zero when setting `%s'"
10444 #: symbols.c:1202 write.c:2009
10446 msgid "can't resolve value for symbol `%s'"
10451 msgid "\"%d\" (instance number %d of a %s label)"
10456 msgid "attempt to get value of unresolved symbol `%s'"
10460 msgid "section symbols are already global"
10465 msgid "field fx_size too small to hold %d"
10469 msgid "rva not supported"
10474 msgid "attempt to .org/.space backwards? (%ld)"
10478 msgid "relocation out of range"
10483 msgid "%s:%u: bad return from bfd_install_relocation: %x"
10487 msgid "internal error: fixup not contained within frag"
10492 msgid "%s:%u: bad return from bfd_install_relocation"
10495 #: write.c:1179 write.c:1203
10497 msgid "FATAL: Can't write %s"
10501 msgid "cannot write to output file"
10506 msgid "%d error%s, %d warning%s, generating bad object file"
10511 msgid "%d error%s, %d warning%s, no object file generated"
10516 msgid "local label `%s' is not defined"
10521 msgid "alignment padding (%lu bytes) not a multiple of %ld"
10526 msgid ".word %s-%s+%s didn't fit"
10530 msgid "attempt to .org backwards"
10534 msgid ".space specifies non-absolute value"
10538 msgid ".space or .fill with negative value, ignored"
10543 msgid "negative of non-absolute symbol `%s'"
10549 "subtraction of two symbols in different sections `%s' {%s section} - `%s' {%"
10550 "s section} at file address %s"
10555 msgid "value of %s too large for field of %d bytes at %s"
10560 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"