1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Free Software Foundation, Inc.
3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4#
5#, fuzzy
6msgid ""
7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"
9"POT-Creation-Date: 2003-07-17 14:56+0100\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"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=CHARSET\n"
15"Content-Transfer-Encoding: 8bit\n"
16
17#: app.c:474 app.c:488
18msgid "end of file in comment"
19msgstr ""
20
21#: app.c:567
22msgid "end of file in string; inserted '\"'"
23msgstr ""
24
25#: app.c:612
26msgid "end of file in string; '\"' inserted"
27msgstr ""
28
29#: app.c:638
30#, c-format
31msgid "unknown escape '\\%c' in string; ignored"
32msgstr ""
33
34#: app.c:790
35msgid "end of file not at end of a line; newline inserted"
36msgstr ""
37
38#: app.c:949
39msgid "end of file in multiline comment"
40msgstr ""
41
42#: app.c:1013
43msgid "end of file after a one-character quote; \\0 inserted"
44msgstr ""
45
46#: app.c:1021
47msgid "end of file in escape character"
48msgstr ""
49
50#: app.c:1033
51msgid "missing close quote; (assumed)"
52msgstr ""
53
54#: app.c:1101 app.c:1155 app.c:1166 app.c:1231
55msgid "end of file in comment; newline inserted"
56msgstr ""
57
58#: as.c:160
59msgid "missing emulation mode name"
60msgstr ""
61
62#: as.c:175
63#, c-format
64msgid "unrecognized emulation name `%s'"
65msgstr ""
66
67#: as.c:222
68#, c-format
69msgid "GNU assembler version %s (%s) using BFD version %s"
70msgstr ""
71
72#: as.c:225
73#, c-format
74msgid "GNU assembler version %s (%s)"
75msgstr ""
76
77#: as.c:234
78#, c-format
79msgid "Usage: %s [option...] [asmfile...]\n"
80msgstr ""
81
82#: as.c:236
83msgid ""
84"Options:\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"
95msgstr ""
96
97#: as.c:249
98msgid "  -D                      produce assembler debugging messages\n"
99msgstr ""
100
101#: as.c:251
102msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
103msgstr ""
104
105#: as.c:267
106#, c-format
107msgid "                          emulate output (default %s)\n"
108msgstr ""
109
110#: as.c:272
111msgid "  --execstack             require executable stack for this object\n"
112msgstr ""
113
114#: as.c:274
115msgid ""
116"  --noexecstack           don't require executable stack for this object\n"
117msgstr ""
118
119#: as.c:277
120msgid "  -f                      skip whitespace and comment preprocessing\n"
121msgstr ""
122
123#: as.c:279
124msgid "  --gstabs                generate stabs debugging information\n"
125msgstr ""
126
127#: as.c:281
128msgid "  --gdwarf2               generate DWARF2 debugging information\n"
129msgstr ""
130
131#: as.c:283
132msgid "  --help                  show this message and exit\n"
133msgstr ""
134
135#: as.c:285
136msgid "  --target-help           show target specific options\n"
137msgstr ""
138
139#: as.c:287
140msgid ""
141"  -I DIR                  add DIR to search list for .include directives\n"
142msgstr ""
143
144#: as.c:289
145msgid "  -J                      don't warn about signed overflow\n"
146msgstr ""
147
148#: as.c:291
149msgid ""
150"  -K                      warn when differences altered for long "
151"displacements\n"
152msgstr ""
153
154#: as.c:293
155msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
156msgstr ""
157
158#: as.c:295
159msgid "  -M,--mri                assemble in MRI compatibility mode\n"
160msgstr ""
161
162#: as.c:297
163msgid ""
164"  --MD FILE               write dependency information in FILE (default "
165"none)\n"
166msgstr ""
167
168#: as.c:299
169msgid "  -nocpp                  ignored\n"
170msgstr ""
171
172#: as.c:301
173msgid ""
174"  -o OBJFILE              name the object-file output OBJFILE (default a."
175"out)\n"
176msgstr ""
177
178#: as.c:303
179msgid "  -R                      fold data section into text section\n"
180msgstr ""
181
182#: as.c:305
183msgid ""
184"  --statistics            print various measured statistics from execution\n"
185msgstr ""
186
187#: as.c:307
188msgid "  --strip-local-absolute  strip local absolute symbols\n"
189msgstr ""
190
191#: as.c:309
192msgid ""
193"  --traditional-format    Use same format as native assembler when possible\n"
194msgstr ""
195
196#: as.c:311
197msgid "  --version               print assembler version number and exit\n"
198msgstr ""
199
200#: as.c:313
201msgid "  -W  --no-warn           suppress warnings\n"
202msgstr ""
203
204#: as.c:315
205msgid "  --warn                  don't suppress warnings\n"
206msgstr ""
207
208#: as.c:317
209msgid "  --fatal-warnings        treat warnings as errors\n"
210msgstr ""
211
212#: as.c:319
213msgid ""
214"  --itbl INSTTBL          extend instruction set to include instructions\n"
215"                          matching the specifications defined in file "
216"INSTTBL\n"
217msgstr ""
218
219#: as.c:322
220msgid "  -w                      ignored\n"
221msgstr ""
222
223#: as.c:324
224msgid "  -X                      ignored\n"
225msgstr ""
226
227#: as.c:326
228msgid "  -Z                      generate object file even after errors\n"
229msgstr ""
230
231#: as.c:328
232msgid ""
233"  --listing-lhs-width     set the width in words of the output data column "
234"of\n"
235"                          the listing\n"
236msgstr ""
237
238#: as.c:331
239msgid ""
240"  --listing-lhs-width2    set the width in words of the continuation lines\n"
241"                          of the output data column; ignored if smaller "
242"than\n"
243"                          the width of the first line\n"
244msgstr ""
245
246#: as.c:335
247msgid ""
248"  --listing-rhs-width     set the max width in characters of the lines from\n"
249"                          the source file\n"
250msgstr ""
251
252#: as.c:338
253msgid ""
254"  --listing-cont-lines    set the maximum number of continuation lines used\n"
255"                          for the output data column of the listing\n"
256msgstr ""
257
258#: as.c:345
259#, c-format
260msgid "Report bugs to %s\n"
261msgstr ""
262
263#: as.c:557 as.c:559
264#, c-format
265msgid "GNU assembler %s\n"
266msgstr ""
267
268#: as.c:561
269msgid "Copyright 2002 Free Software Foundation, Inc.\n"
270msgstr ""
271
272#: as.c:562
273msgid ""
274"This program is free software; you may redistribute it under the terms of\n"
275"the GNU General Public License.  This program has absolutely no warranty.\n"
276msgstr ""
277
278#: as.c:565
279#, c-format
280msgid "This assembler was configured for a target of `%s'.\n"
281msgstr ""
282
283#: as.c:572
284msgid "multiple emulation names specified"
285msgstr ""
286
287#: as.c:574
288msgid "emulations not handled in this configuration"
289msgstr ""
290
291#: as.c:579
292#, c-format
293msgid "alias = %s\n"
294msgstr ""
295
296#: as.c:580
297#, c-format
298msgid "canonical = %s\n"
299msgstr ""
300
301#: as.c:581
302#, c-format
303msgid "cpu-type = %s\n"
304msgstr ""
305
306#: as.c:583
307#, c-format
308msgid "format = %s\n"
309msgstr ""
310
311#: as.c:586
312#, c-format
313msgid "bfd-target = %s\n"
314msgstr ""
315
316#: as.c:599
317msgid "bad defsym; format is --defsym name=value"
318msgstr ""
319
320#: as.c:623
321msgid "no file name following -t option"
322msgstr ""
323
324#: as.c:638
325#, c-format
326msgid "failed to read instruction table %s\n"
327msgstr ""
328
329#: as.c:765
330#, c-format
331msgid "invalid listing option `%c'"
332msgstr ""
333
334#: as.c:984
335#, c-format
336msgid "%d warnings, treating warnings as errors"
337msgstr ""
338
339#: as.c:1015
340#, c-format
341msgid "%s: total time in assembly: %ld.%06ld\n"
342msgstr ""
343
344#: as.c:1018
345#, c-format
346msgid "%s: data size %ld\n"
347msgstr ""
348
349#: as.h:216
350#, c-format
351msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
352msgstr ""
353
354#.
355#. * We have a GROSS internal error.
356#. * This should never happen.
357#.
358#: atof-generic.c:437 config/tc-m68k.c:2869
359msgid "failed sanity check"
360msgstr ""
361
362#: cond.c:83
363msgid "invalid identifier for \".ifdef\""
364msgstr ""
365
366#: cond.c:151
367msgid "non-constant expression in \".if\" statement"
368msgstr ""
369
370#: cond.c:247
371msgid "bad format for ifc or ifnc"
372msgstr ""
373
374#: cond.c:278
375msgid "\".elseif\" without matching \".if\""
376msgstr ""
377
378#: cond.c:282
379msgid "\".elseif\" after \".else\""
380msgstr ""
381
382#: cond.c:285 cond.c:393
383msgid "here is the previous \"else\""
384msgstr ""
385
386#: cond.c:288 cond.c:396
387msgid "here is the previous \"if\""
388msgstr ""
389
390#: cond.c:317
391msgid "non-constant expression in \".elseif\" statement"
392msgstr ""
393
394#: cond.c:356
395msgid "\".endif\" without \".if\""
396msgstr ""
397
398#: cond.c:386
399msgid "\".else\" without matching \".if\""
400msgstr ""
401
402#: cond.c:390
403msgid "duplicate \"else\""
404msgstr ""
405
406#: cond.c:442
407msgid ".ifeqs syntax error"
408msgstr ""
409
410#: cond.c:525
411msgid "end of macro inside conditional"
412msgstr ""
413
414#: cond.c:527
415msgid "end of file inside conditional"
416msgstr ""
417
418#: cond.c:530
419msgid "here is the start of the unterminated conditional"
420msgstr ""
421
422#: cond.c:534
423msgid "here is the \"else\" of the unterminated conditional"
424msgstr ""
425
426#: config/obj-aout.c:162
427#, c-format
428msgid "Attempt to put a common symbol into set %s"
429msgstr ""
430
431#: config/obj-aout.c:166
432#, c-format
433msgid "Attempt to put an undefined symbol into set %s"
434msgstr ""
435
436#: config/obj-aout.c:197 config/obj-coff.c:1276
437#, c-format
438msgid "Symbol `%s' can not be both weak and common"
439msgstr ""
440
441#: config/obj-aout.c:255 config/obj-coff.c:2022
442msgid "unresolved relocation"
443msgstr ""
444
445#: config/obj-aout.c:257 config/obj-coff.c:2024
446#, c-format
447msgid "bad relocation: symbol `%s' not in symbol table"
448msgstr ""
449
450#: config/obj-aout.c:344
451#, c-format
452msgid "%s: bad type for weak symbol"
453msgstr ""
454
455#: config/obj-aout.c:458 config/obj-coff.c:2945 write.c:1931
456#, c-format
457msgid "%s: global symbols not supported in common sections"
458msgstr ""
459
460#: config/obj-aout.c:524
461#, c-format
462msgid "Local symbol %s never defined."
463msgstr ""
464
465#: config/obj-bout.c:319 config/obj-vms.c:629
466#, c-format
467msgid "Local symbol %s never defined"
468msgstr ""
469
470#: config/obj-coff.c:166
471#, c-format
472msgid "Inserting \"%s\" into structure table failed: %s"
473msgstr ""
474
475#. Zero is used as an end marker in the file.
476#: config/obj-coff.c:469
477msgid "Line numbers must be positive integers\n"
478msgstr ""
479
480#. Wrong context.
481#: config/obj-coff.c:503 config/obj-coff.c:2367
482msgid ".ln pseudo-op inside .def/.endef: ignored."
483msgstr ""
484
485#: config/obj-coff.c:546 ecoff.c:3278
486msgid ".loc outside of .text"
487msgstr ""
488
489#: config/obj-coff.c:553
490msgid ".loc pseudo-op inside .def/.endef: ignored."
491msgstr ""
492
493#: config/obj-coff.c:641 config/obj-coff.c:2419
494msgid ".def pseudo-op used inside of .def/.endef: ignored."
495msgstr ""
496
497#: config/obj-coff.c:687 config/obj-coff.c:2471
498msgid ".endef pseudo-op used outside of .def/.endef: ignored."
499msgstr ""
500
501#: config/obj-coff.c:725
502#, c-format
503msgid "`%s' symbol without preceding function"
504msgstr ""
505
506#: config/obj-coff.c:812 config/obj-coff.c:2551
507#, c-format
508msgid "unexpected storage class %d"
509msgstr ""
510
511#: config/obj-coff.c:925 config/obj-coff.c:2658
512msgid ".dim pseudo-op used outside of .def/.endef: ignored."
513msgstr ""
514
515#: config/obj-coff.c:945 config/obj-coff.c:2678
516msgid "badly formed .dim directive ignored"
517msgstr ""
518
519#: config/obj-coff.c:996 config/obj-coff.c:2738
520msgid ".size pseudo-op used outside of .def/.endef ignored."
521msgstr ""
522
523#: config/obj-coff.c:1012 config/obj-coff.c:2754
524msgid ".scl pseudo-op used outside of .def/.endef ignored."
525msgstr ""
526
527#: config/obj-coff.c:1030 config/obj-coff.c:2772
528msgid ".tag pseudo-op used outside of .def/.endef ignored."
529msgstr ""
530
531#: config/obj-coff.c:1049 config/obj-coff.c:2789
532#, c-format
533msgid "tag not found for .tag %s"
534msgstr ""
535
536#: config/obj-coff.c:1064 config/obj-coff.c:2803
537msgid ".type pseudo-op used outside of .def/.endef ignored."
538msgstr ""
539
540#: config/obj-coff.c:1086 config/obj-coff.c:2823
541msgid ".val pseudo-op used outside of .def/.endef ignored."
542msgstr ""
543
544#: config/obj-coff.c:1233 config/obj-coff.c:3016
545msgid "mismatched .eb"
546msgstr ""
547
548#: config/obj-coff.c:1254 config/obj-coff.c:3054
549msgid "C_EFCN symbol out of scope"
550msgstr ""
551
552#. STYP_INFO
553#. STYP_LIB
554#. STYP_OVER
555#: config/obj-coff.c:1482
556#, c-format
557msgid "unsupported section attribute '%c'"
558msgstr ""
559
560#: config/obj-coff.c:1487 config/obj-coff.c:3759 config/tc-ppc.c:4508
561#, c-format
562msgid "unknown section attribute '%c'"
563msgstr ""
564
565#: config/obj-coff.c:1517 config/tc-ppc.c:4526 config/tc-tic54x.c:4339
566#: read.c:2562
567#, c-format
568msgid "error setting flags for \"%s\": %s"
569msgstr ""
570
571#: config/obj-coff.c:1528
572#, c-format
573msgid "Ignoring changed section attributes for %s"
574msgstr ""
575
576#: config/obj-coff.c:1664
577#, c-format
578msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
579msgstr ""
580
581#: config/obj-coff.c:1849 config/obj-ieee.c:69
582msgid "Out of step\n"
583msgstr ""
584
585#: config/obj-coff.c:2286
586msgid "bfd_coff_swap_scnhdr_out failed"
587msgstr ""
588
589#: config/obj-coff.c:2507
590msgid "`.bf' symbol without preceding function\n"
591msgstr ""
592
593#: config/obj-coff.c:3457 config/obj-ieee.c:521
594#, c-format
595msgid "FATAL: Can't create %s"
596msgstr ""
597
598#: config/obj-coff.c:3635
599#, c-format
600msgid "Can't close %s: %s"
601msgstr ""
602
603#: config/obj-coff.c:3669
604#, c-format
605msgid "Too many new sections; can't add \"%s\""
606msgstr ""
607
608#: config/obj-coff.c:4057 config/tc-sparc.c:3635
609msgid "Expected comma after name"
610msgstr ""
611
612#: config/obj-coff.c:4063
613msgid "Missing size expression"
614msgstr ""
615
616#: config/obj-coff.c:4069
617#, c-format
618msgid "lcomm length (%d.) <0! Ignored."
619msgstr ""
620
621#: config/obj-coff.c:4097
622#, c-format
623msgid "Symbol %s already defined"
624msgstr ""
625
626#: config/obj-coff.c:4193 config/tc-i960.c:3221
627#, c-format
628msgid "No 'bal' entry point for leafproc %s"
629msgstr ""
630
631#: config/obj-coff.c:4270
632#, c-format
633msgid "Negative of non-absolute symbol %s"
634msgstr ""
635
636#: config/obj-coff.c:4290
637msgid "callj to difference of 2 symbols"
638msgstr ""
639
640#: config/obj-coff.c:4334
641#, c-format
642msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld."
643msgstr ""
644
645#: config/obj-coff.c:4420 config/tc-i960.c:2844
646msgid "can't use COBR format with external label"
647msgstr ""
648
649#: config/obj-coff.c:4493
650#, c-format
651msgid "Value of %ld too large for field of %d bytes at 0x%lx"
652msgstr ""
653
654#: config/obj-coff.c:4507
655#, c-format
656msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx"
657msgstr ""
658
659#: config/obj-ecoff.c:192
660msgid "Can't set GP value"
661msgstr ""
662
663#: config/obj-ecoff.c:199
664msgid "Can't set register masks"
665msgstr ""
666
667#: config/obj-elf.c:316
668msgid "expected comma after symbol-name"
669msgstr ""
670
671#: config/obj-elf.c:326
672#, c-format
673msgid ".COMMon length (%ld) out of range, ignored."
674msgstr ""
675
676#: config/obj-elf.c:335 ecoff.c:3397 read.c:1406 read.c:1507 read.c:2145
677#: read.c:2234 read.c:2863 read.c:4968 symbols.c:367 symbols.c:466
678#, c-format
679msgid "symbol `%s' is already defined"
680msgstr ""
681
682#: config/obj-elf.c:343
683#, c-format
684msgid "length of .comm \"%s\" is already %ld; not changed to %ld"
685msgstr ""
686
687#: config/obj-elf.c:367
688msgid "common alignment negative; 0 assumed"
689msgstr ""
690
691#: config/obj-elf.c:386
692msgid "common alignment not a power of 2"
693msgstr ""
694
695#: config/obj-elf.c:449 config/tc-sparc.c:3931 config/tc-v850.c:461
696#, c-format
697msgid "bad .common segment %s"
698msgstr ""
699
700#: config/obj-elf.c:717
701#, c-format
702msgid "setting incorrect section type for %s"
703msgstr ""
704
705#: config/obj-elf.c:721
706#, c-format
707msgid "ignoring incorrect section type for %s"
708msgstr ""
709
710#: config/obj-elf.c:734
711#, c-format
712msgid "setting incorrect section attributes for %s"
713msgstr ""
714
715#: config/obj-elf.c:786
716#, c-format
717msgid "ignoring changed section attributes for %s"
718msgstr ""
719
720#: config/obj-elf.c:788
721#, c-format
722msgid "ignoring changed section entity size for %s"
723msgstr ""
724
725#: config/obj-elf.c:791
726#, c-format
727msgid "ignoring new section group for %s"
728msgstr ""
729
730#: config/obj-elf.c:845
731msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
732msgstr ""
733
734#: config/obj-elf.c:884
735msgid "unrecognized section attribute"
736msgstr ""
737
738#: config/obj-elf.c:906 read.c:2545
739msgid "unrecognized section type"
740msgstr ""
741
742#: config/obj-elf.c:936
743msgid "missing name"
744msgstr ""
745
746#: config/obj-elf.c:1048
747msgid "invalid merge entity size"
748msgstr ""
749
750#: config/obj-elf.c:1055
751msgid "entity size for SHF_MERGE not specified"
752msgstr ""
753
754#: config/obj-elf.c:1075
755msgid "group name for SHF_GROUP not specified"
756msgstr ""
757
758#: config/obj-elf.c:1088
759msgid "character following name is not '#'"
760msgstr ""
761
762#: config/obj-elf.c:1189
763msgid ".previous without corresponding .section; ignored"
764msgstr ""
765
766#: config/obj-elf.c:1216
767msgid ".popsection without corresponding .pushsection; ignored"
768msgstr ""
769
770#: config/obj-elf.c:1270
771msgid "expected comma after name in .symver"
772msgstr ""
773
774#: config/obj-elf.c:1294
775#, c-format
776msgid "missing version name in `%s' for symbol `%s'"
777msgstr ""
778
779#: config/obj-elf.c:1305
780#, c-format
781msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
782msgstr ""
783
784#: config/obj-elf.c:1541
785msgid "expected quoted string"
786msgstr ""
787
788#: config/obj-elf.c:1562
789#, c-format
790msgid "expected comma after name `%s' in .size directive"
791msgstr ""
792
793#: config/obj-elf.c:1571
794msgid "missing expression in .size directive"
795msgstr ""
796
797#: config/obj-elf.c:1660
798#, c-format
799msgid "unrecognized symbol type \"%s\""
800msgstr ""
801
802#: config/obj-elf.c:1841
803msgid ".size expression too complicated to fix up"
804msgstr ""
805
806#: config/obj-elf.c:1873
807#, c-format
808msgid ""
809"invalid attempt to declare external version name as default in symbol `%s'"
810msgstr ""
811
812#: config/obj-elf.c:1934 ecoff.c:3642
813#, c-format
814msgid "symbol `%s' can not be both weak and common"
815msgstr ""
816
817#: config/obj-elf.c:2054
818#, c-format
819msgid "assuming all members of group `%s' are COMDAT"
820msgstr ""
821
822#: config/obj-elf.c:2076
823#, c-format
824msgid "can't create group: %s"
825msgstr ""
826
827#: config/obj-elf.c:2183
828#, c-format
829msgid "failed to set up debugging information: %s"
830msgstr ""
831
832#: config/obj-elf.c:2203
833#, c-format
834msgid "can't start writing .mdebug section: %s"
835msgstr ""
836
837#: config/obj-elf.c:2211
838#, c-format
839msgid "could not write .mdebug section: %s"
840msgstr ""
841
842#: config/obj-ieee.c:455
843msgid "too many sections"
844msgstr ""
845
846#: config/obj-som.c:138
847msgid "Only one .version pseudo-op per file!"
848msgstr ""
849
850#: config/obj-som.c:155 config/obj-som.c:201
851msgid "Expected quoted string"
852msgstr ""
853
854#: config/obj-som.c:164
855#, c-format
856msgid "FATAL: Attaching version header %s"
857msgstr ""
858
859#: config/obj-som.c:184
860msgid "Only one .copyright pseudo-op per file!"
861msgstr ""
862
863#: config/obj-som.c:210
864#, c-format
865msgid "FATAL: Attaching copyright header %s"
866msgstr ""
867
868#: config/obj-vms.c:530
869#, c-format
870msgid "compiler emitted zero-size common symbol `%s' already defined"
871msgstr ""
872
873#: config/obj-vms.c:540
874#, c-format
875msgid "compiler redefined zero-size common symbol `%s'"
876msgstr ""
877
878#: config/obj-vms.c:663
879#, c-format
880msgid "Couldn't create VMS object file \"%s\""
881msgstr ""
882
883#: config/obj-vms.c:688
884msgid "I/O error writing VMS object file (length prefix)"
885msgstr ""
886
887#: config/obj-vms.c:702
888msgid "I/O error writing VMS object file"
889msgstr ""
890
891#: config/obj-vms.c:1292
892#, c-format
893msgid "Couldn't find source file \"%s\", status=%%X%x"
894msgstr ""
895
896#: config/obj-vms.c:1790 config/obj-vms.c:2967
897#, c-format
898msgid "debugger forward reference error, dbx type %d"
899msgstr ""
900
901#: config/obj-vms.c:1865
902#, c-format
903msgid "Variable descriptor %d too complicated.  Defined as `void *'."
904msgstr ""
905
906#: config/obj-vms.c:2179
907msgid ""
908"***Warning - the assembly code generated by the compiler has placed \n"
909" global constant(s) in the text psect.  These will not be available to \n"
910" other modules, since this is not the correct way to handle this. You \n"
911" have two options: 1) get a patched compiler that does not put global \n"
912" constants in the text psect, or 2) remove the 'const' keyword from \n"
913" definitions of global variables in your source module(s).  Don't say \n"
914" I didn't warn you! \n"
915msgstr ""
916
917#: config/obj-vms.c:2494
918#, c-format
919msgid "debugginer output: %d is an unknown untyped variable."
920msgstr ""
921
922#: config/obj-vms.c:2712
923#, c-format
924msgid "debugger output: structure element `%s' has undefined type"
925msgstr ""
926
927#: config/obj-vms.c:2823
928#, c-format
929msgid "debugger output: %d is an unknown type of variable."
930msgstr ""
931
932#: config/obj-vms.c:2956
933#, c-format
934msgid "debugger output: Unable to resolve %d circular references."
935msgstr ""
936
937#: config/obj-vms.c:3158
938#, c-format
939msgid "Module name truncated: %s\n"
940msgstr ""
941
942#: config/obj-vms.c:3436
943#, c-format
944msgid "Symbol %s replaced by %s\n"
945msgstr ""
946
947#. impossible
948#: config/obj-vms.c:3719
949#, c-format
950msgid "Unknown VMS psect type (%ld)"
951msgstr ""
952
953#: config/obj-vms.c:3760
954#, c-format
955msgid "Globalsymbol attribute for symbol %s was unexpected."
956msgstr ""
957
958#: config/obj-vms.c:3909
959msgid "Invalid data type for globalvalue"
960msgstr ""
961
962#: config/obj-vms.c:3921
963#, c-format
964msgid "Invalid globalvalue of %s"
965msgstr ""
966
967#: config/obj-vms.c:4271
968msgid "Couldn't find fixup fragment when checking for indirect reference"
969msgstr ""
970
971#: config/obj-vms.c:4614 config/obj-vms.c:4757
972msgid "Fixup data addsy and subsy don't have the same type"
973msgstr ""
974
975#: config/obj-vms.c:4618 config/obj-vms.c:4761
976msgid "Fixup data addsy and subsy don't have an appropriate type"
977msgstr ""
978
979#: config/obj-vms.c:4621 config/obj-vms.c:4764
980msgid "Fixup data is erroneously \"pcrel\""
981msgstr ""
982
983#: config/obj-vms.c:4637 config/obj-vms.c:4783
984msgid "Fixup datum is not a longword"
985msgstr ""
986
987#: config/obj-vms.c:4641 config/obj-vms.c:4787
988msgid "Fixup datum is not \"fixP->fx_addsy\""
989msgstr ""
990
991#: config/obj-vms.c:4858
992#, c-format
993msgid ""
994"g++ wrote an extern reference to `%s' as a routine.\n"
995"I will fix it, but I hope that it was note really a routine."
996msgstr ""
997
998#: config/obj-vms.c:4990
999msgid "Can't handle global xtors symbols yet."
1000msgstr ""
1001
1002#: config/obj-vms.c:4993
1003#, c-format
1004msgid "Unknown %s"
1005msgstr ""
1006
1007#.
1008#. *	Error otherwise.
1009#.
1010#: config/obj-vms.c:5078
1011#, c-format
1012msgid "unhandled stab type %d"
1013msgstr ""
1014
1015#: config/tc-a29k.c:163 config/tc-sparc.c:3983
1016msgid "Unknown segment type"
1017msgstr ""
1018
1019#. Probably a memory allocation problem?  Give up now.
1020#: config/tc-a29k.c:333 config/tc-dlx.c:369 config/tc-hppa.c:1463
1021#: config/tc-mips.c:1108 config/tc-mips.c:1150 config/tc-or32.c:228
1022#: config/tc-sparc.c:853
1023msgid "Broken assembler.  No assembly attempted."
1024msgstr ""
1025
1026#: config/tc-a29k.c:378 config/tc-avr.c:1121 config/tc-d10v.c:545
1027#: config/tc-d30v.c:551 config/tc-h8300.c:492 config/tc-h8500.c:283
1028#: config/tc-mcore.c:607 config/tc-mmix.c:470 config/tc-mn10200.c:940
1029#: config/tc-mn10300.c:1815 config/tc-msp430.c:1544 config/tc-or32.c:334
1030#: config/tc-or32.c:390 config/tc-ppc.c:2334 config/tc-s390.c:1236
1031#: config/tc-sh.c:1264 config/tc-sh64.c:2254 config/tc-tic80.c:279
1032#: config/tc-v850.c:2024 config/tc-w65.c:218 config/tc-z8k.c:376
1033msgid "missing operand"
1034msgstr ""
1035
1036#: config/tc-a29k.c:417 config/tc-cris.c:1075 config/tc-cris.c:1083
1037#: config/tc-dlx.c:834 config/tc-hppa.c:1599 config/tc-i860.c:453
1038#: config/tc-i860.c:470 config/tc-i860.c:930 config/tc-sparc.c:1415
1039#: config/tc-sparc.c:1421
1040#, c-format
1041msgid "Unknown opcode: `%s'"
1042msgstr ""
1043
1044#: config/tc-a29k.c:422 config/tc-dlx.c:852
1045#, c-format
1046msgid "Unknown opcode `%s'."
1047msgstr ""
1048
1049#: config/tc-a29k.c:454 config/tc-dlx.c:913
1050#, c-format
1051msgid "Too many operands: %s"
1052msgstr ""
1053
1054#: config/tc-a29k.c:476 config/tc-a29k.c:507
1055#, c-format
1056msgid "Immediate value of %ld is too large"
1057msgstr ""
1058
1059#: config/tc-a29k.c:546 config/tc-i860.c:355 config/tc-i860.c:902
1060#: config/tc-m68k.c:3171 config/tc-m68k.c:3200 config/tc-sparc.c:2647
1061msgid "failed sanity check."
1062msgstr ""
1063
1064#: config/tc-a29k.c:892 config/tc-or32.c:1044 config/tc-or32.c:1178
1065#, c-format
1066msgid "bad relocation type: 0x%02x"
1067msgstr ""
1068
1069#: config/tc-a29k.c:919
1070#, c-format
1071msgid "need %o3\n"
1072msgstr ""
1073
1074#: config/tc-a29k.c:935
1075msgid "a29k_convert_frag\n"
1076msgstr ""
1077
1078#: config/tc-a29k.c:944
1079msgid "a29k_estimate_size_before_relax\n"
1080msgstr ""
1081
1082#: config/tc-a29k.c:1095 config/tc-dlx.c:1283 config/tc-or32.c:1373
1083#, c-format
1084msgid "label \"$%d\" redefined"
1085msgstr ""
1086
1087#: config/tc-a29k.c:1168 config/tc-dlx.c:511 config/tc-or32.c:1466
1088#, c-format
1089msgid "Invalid expression after %%%%\n"
1090msgstr ""
1091
1092#: config/tc-a29k.c:1179
1093msgid "Invalid register in & expression"
1094msgstr ""
1095
1096#: config/tc-alpha.c:826
1097#, c-format
1098msgid "internal error: can't hash opcode `%s': %s"
1099msgstr ""
1100
1101#: config/tc-alpha.c:860
1102#, c-format
1103msgid "internal error: can't hash macro `%s': %s"
1104msgstr ""
1105
1106#: config/tc-alpha.c:943 config/tc-i960.c:2707 config/tc-xtensa.c:4954
1107#: config/tc-xtensa.c:5015
1108msgid "syntax error"
1109msgstr ""
1110
1111#: config/tc-alpha.c:1017 config/tc-h8300.c:2099 config/tc-h8500.c:1204
1112#: config/tc-hppa.c:4018 config/tc-i860.c:1004 config/tc-m68hc11.c:568
1113#: config/tc-m68k.c:4196 config/tc-m88k.c:991 config/tc-ns32k.c:1689
1114#: config/tc-or32.c:910 config/tc-sparc.c:2934 config/tc-z8k.c:1371
1115msgid "Bad call to MD_ATOF()"
1116msgstr ""
1117
1118#: config/tc-alpha.c:1067
1119#, c-format
1120msgid "Unknown CPU identifier `%s'"
1121msgstr ""
1122
1123#: config/tc-alpha.c:1111
1124msgid ""
1125"Alpha options:\n"
1126"-32addr\t\t\ttreat addresses as 32-bit values\n"
1127"-F\t\t\tlack floating point instructions support\n"
1128"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
1129"\t\t\tspecify variant of Alpha architecture\n"
1130"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -"
1131"m21264b\n"
1132"\t\t\tthese variants include PALcode opcodes\n"
1133msgstr ""
1134
1135#: config/tc-alpha.c:1121
1136msgid ""
1137"VMS options:\n"
1138"-+\t\t\thash encode (don't truncate) names longer than 64 characters\n"
1139"-H\t\t\tshow new symbol after hash truncation\n"
1140msgstr ""
1141
1142#: config/tc-alpha.c:1298
1143#, c-format
1144msgid "unhandled relocation type %s"
1145msgstr ""
1146
1147#: config/tc-alpha.c:1311
1148msgid "non-absolute expression in constant field"
1149msgstr ""
1150
1151#: config/tc-alpha.c:1325
1152#, c-format
1153msgid "type %d reloc done?\n"
1154msgstr ""
1155
1156#: config/tc-alpha.c:1373 config/tc-alpha.c:1380 config/tc-mips.c:8603
1157msgid "Used $at without \".set noat\""
1158msgstr ""
1159
1160#: config/tc-alpha.c:1542
1161#, c-format
1162msgid "!samegp reloc against symbol without .prologue: %s"
1163msgstr ""
1164
1165#: config/tc-alpha.c:1581 config/tc-xtensa.c:5451
1166#, c-format
1167msgid "cannot represent `%s' relocation in object file"
1168msgstr ""
1169
1170#: config/tc-alpha.c:1588 config/tc-xtensa.c:5458
1171#, c-format
1172msgid "internal error? cannot generate `%s' relocation"
1173msgstr ""
1174
1175#: config/tc-alpha.c:1642
1176#, c-format
1177msgid "frame reg expected, using $%d."
1178msgstr ""
1179
1180#: config/tc-alpha.c:1743
1181#, c-format
1182msgid "No !literal!%ld was found"
1183msgstr ""
1184
1185#: config/tc-alpha.c:1750
1186#, c-format
1187msgid "No !tlsgd!%ld was found"
1188msgstr ""
1189
1190#: config/tc-alpha.c:1757
1191#, c-format
1192msgid "No !tlsldm!%ld was found"
1193msgstr ""
1194
1195#: config/tc-alpha.c:1766
1196#, c-format
1197msgid "No ldah !gpdisp!%ld was found"
1198msgstr ""
1199
1200#: config/tc-alpha.c:1816
1201#, c-format
1202msgid "too many !literal!%ld for %s"
1203msgstr ""
1204
1205#: config/tc-alpha.c:1846
1206#, c-format
1207msgid "No lda !gpdisp!%ld was found"
1208msgstr ""
1209
1210#. Only support one relocation op per insn.
1211#: config/tc-alpha.c:1994
1212msgid "More than one relocation op per insn"
1213msgstr ""
1214
1215#: config/tc-alpha.c:2010
1216msgid "No relocation operand"
1217msgstr ""
1218
1219#: config/tc-alpha.c:2020
1220#, c-format
1221msgid "Unknown relocation operand: !%s"
1222msgstr ""
1223
1224#: config/tc-alpha.c:2030
1225#, c-format
1226msgid "no sequence number after !%s"
1227msgstr ""
1228
1229#: config/tc-alpha.c:2040
1230#, c-format
1231msgid "!%s does not use a sequence number"
1232msgstr ""
1233
1234#: config/tc-alpha.c:2050
1235#, c-format
1236msgid "Bad sequence number: !%s!%s"
1237msgstr ""
1238
1239#: config/tc-alpha.c:2378
1240#, c-format
1241msgid "operand out of range (%s not between %d and %d)"
1242msgstr ""
1243
1244#: config/tc-alpha.c:2490 config/tc-alpha.c:2514 config/tc-d10v.c:634
1245#: config/tc-d30v.c:639 config/tc-mn10200.c:995 config/tc-mn10300.c:1888
1246#: config/tc-ppc.c:2300 config/tc-ppc.c:2517 config/tc-ppc.c:2529
1247#: config/tc-s390.c:1246 config/tc-s390.c:1346 config/tc-s390.c:1442
1248#: config/tc-v850.c:1804 config/tc-v850.c:1827 config/tc-v850.c:2047
1249msgid "too many fixups"
1250msgstr ""
1251
1252#: config/tc-alpha.c:2526
1253msgid "invalid relocation for instruction"
1254msgstr ""
1255
1256#: config/tc-alpha.c:2537
1257msgid "invalid relocation for field"
1258msgstr ""
1259
1260#: config/tc-alpha.c:2642
1261#, c-format
1262msgid "too many ldah insns for !gpdisp!%ld"
1263msgstr ""
1264
1265#: config/tc-alpha.c:2644 config/tc-alpha.c:2656
1266#, c-format
1267msgid "both insns for !gpdisp!%ld must be in the same section"
1268msgstr ""
1269
1270#: config/tc-alpha.c:2654
1271#, c-format
1272msgid "too many lda insns for !gpdisp!%ld"
1273msgstr ""
1274
1275#: config/tc-alpha.c:2707
1276#, c-format
1277msgid "too many lituse insns for !lituse_tlsgd!%ld"
1278msgstr ""
1279
1280#: config/tc-alpha.c:2710
1281#, c-format
1282msgid "too many lituse insns for !lituse_tlsldm!%ld"
1283msgstr ""
1284
1285#: config/tc-alpha.c:2727
1286#, c-format
1287msgid "duplicate !tlsgd!%ld"
1288msgstr ""
1289
1290#: config/tc-alpha.c:2729
1291#, c-format
1292msgid "sequence number in use for !tlsldm!%ld"
1293msgstr ""
1294
1295#: config/tc-alpha.c:2743
1296#, c-format
1297msgid "duplicate !tlsldm!%ld"
1298msgstr ""
1299
1300#: config/tc-alpha.c:2745
1301#, c-format
1302msgid "sequence number in use for !tlsgd!%ld"
1303msgstr ""
1304
1305#: config/tc-alpha.c:2790 config/tc-alpha.c:2863
1306#, c-format
1307msgid "inappropriate arguments for opcode `%s'"
1308msgstr ""
1309
1310#: config/tc-alpha.c:2792 config/tc-alpha.c:2865
1311#, c-format
1312msgid "opcode `%s' not supported for target %s"
1313msgstr ""
1314
1315#: config/tc-alpha.c:2796 config/tc-alpha.c:2869 config/tc-avr.c:1087
1316#: config/tc-msp430.c:446
1317#, c-format
1318msgid "unknown opcode `%s'"
1319msgstr ""
1320
1321#: config/tc-alpha.c:2916
1322msgid "can not resolve expression"
1323msgstr ""
1324
1325#: config/tc-alpha.c:3060 config/tc-alpha.c:3239
1326msgid "overflow in literal (.lita) table"
1327msgstr ""
1328
1329#: config/tc-alpha.c:3067 config/tc-alpha.c:3090 config/tc-alpha.c:3252
1330#: config/tc-alpha.c:3467 config/tc-alpha.c:3512 config/tc-alpha.c:3586
1331#: config/tc-alpha.c:3678 config/tc-alpha.c:3926 config/tc-alpha.c:4025
1332msgid "macro requires $at register while noat in effect"
1333msgstr ""
1334
1335#: config/tc-alpha.c:3069 config/tc-alpha.c:3092 config/tc-alpha.c:3254
1336msgid "macro requires $at while $at in use"
1337msgstr ""
1338
1339#: config/tc-alpha.c:3200
1340msgid "bignum invalid; zero assumed"
1341msgstr ""
1342
1343#: config/tc-alpha.c:3202
1344msgid "floating point number invalid; zero assumed"
1345msgstr ""
1346
1347#: config/tc-alpha.c:3207
1348msgid "can't handle expression"
1349msgstr ""
1350
1351#: config/tc-alpha.c:3245
1352msgid "overflow in literal (.lit8) table"
1353msgstr ""
1354
1355#: config/tc-alpha.c:4262 config/tc-ppc.c:1740 config/tc-ppc.c:4271
1356#, c-format
1357msgid ".COMMon length (%ld.) <0! Ignored."
1358msgstr ""
1359
1360#: config/tc-alpha.c:4291 config/tc-sparc.c:3799 config/tc-v850.c:256
1361msgid "Ignoring attempt to re-define symbol"
1362msgstr ""
1363
1364#: config/tc-alpha.c:4300 config/tc-alpha.c:4309 config/tc-ppc.c:4308
1365#, c-format
1366msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1367msgstr ""
1368
1369#: config/tc-alpha.c:4430 ecoff.c:3082
1370msgid ".ent directive has no name"
1371msgstr ""
1372
1373#: config/tc-alpha.c:4438
1374msgid "nested .ent directives"
1375msgstr ""
1376
1377#: config/tc-alpha.c:4483 ecoff.c:3032
1378msgid ".end directive has no name"
1379msgstr ""
1380
1381#: config/tc-alpha.c:4492
1382msgid ".end directive without matching .ent"
1383msgstr ""
1384
1385#: config/tc-alpha.c:4494
1386msgid ".end directive names different symbol than .ent"
1387msgstr ""
1388
1389#: config/tc-alpha.c:4538 ecoff.c:3171
1390msgid ".fmask outside of .ent"
1391msgstr ""
1392
1393#: config/tc-alpha.c:4540 ecoff.c:3241
1394msgid ".mask outside of .ent"
1395msgstr ""
1396
1397#: config/tc-alpha.c:4548 ecoff.c:3178
1398msgid "bad .fmask directive"
1399msgstr ""
1400
1401#: config/tc-alpha.c:4550 ecoff.c:3248
1402msgid "bad .mask directive"
1403msgstr ""
1404
1405#: config/tc-alpha.c:4584 config/tc-mips.c:14143 ecoff.c:3200
1406msgid ".frame outside of .ent"
1407msgstr ""
1408
1409#: config/tc-alpha.c:4595 ecoff.c:3211
1410msgid "bad .frame directive"
1411msgstr ""
1412
1413#: config/tc-alpha.c:4628
1414msgid ".prologue directive without a preceding .ent directive"
1415msgstr ""
1416
1417#: config/tc-alpha.c:4646
1418#, c-format
1419msgid "Invalid argument %d to .prologue."
1420msgstr ""
1421
1422#: config/tc-alpha.c:4741
1423msgid "ECOFF debugging is disabled."
1424msgstr ""
1425
1426#: config/tc-alpha.c:4755
1427msgid ".ent directive without matching .end"
1428msgstr ""
1429
1430#: config/tc-alpha.c:4840
1431msgid ".usepv directive has no name"
1432msgstr ""
1433
1434#: config/tc-alpha.c:4851
1435msgid ".usepv directive has no type"
1436msgstr ""
1437
1438#: config/tc-alpha.c:4866
1439msgid "unknown argument for .usepv"
1440msgstr ""
1441
1442#: config/tc-alpha.c:4900
1443msgid "Unknown section directive"
1444msgstr ""
1445
1446#: config/tc-alpha.c:4936
1447msgid ".ent directive has no symbol"
1448msgstr ""
1449
1450#: config/tc-alpha.c:4963
1451msgid "Bad .frame directive 1./2. param"
1452msgstr ""
1453
1454#: config/tc-alpha.c:4975
1455msgid "Bad .frame directive 3./4. param"
1456msgstr ""
1457
1458#: config/tc-alpha.c:5000
1459msgid ".pdesc directive not in link (.link) section"
1460msgstr ""
1461
1462#: config/tc-alpha.c:5008
1463msgid ".pdesc has no matching .ent"
1464msgstr ""
1465
1466#: config/tc-alpha.c:5019
1467msgid ".pdesc directive has no entry symbol"
1468msgstr ""
1469
1470#: config/tc-alpha.c:5032
1471msgid "No comma after .pdesc <entryname>"
1472msgstr ""
1473
1474#: config/tc-alpha.c:5055
1475msgid "unknown procedure kind"
1476msgstr ""
1477
1478#: config/tc-alpha.c:5148
1479msgid ".name directive not in link (.link) section"
1480msgstr ""
1481
1482#: config/tc-alpha.c:5156
1483msgid ".name directive has no symbol"
1484msgstr ""
1485
1486#: config/tc-alpha.c:5190
1487msgid "No symbol after .linkage"
1488msgstr ""
1489
1490#: config/tc-alpha.c:5218
1491msgid "No symbol after .code_address"
1492msgstr ""
1493
1494#: config/tc-alpha.c:5251
1495msgid "Bad .mask directive"
1496msgstr ""
1497
1498#: config/tc-alpha.c:5272
1499msgid "Bad .fmask directive"
1500msgstr ""
1501
1502#: config/tc-alpha.c:5440
1503#, c-format
1504msgid "Expected comma after name \"%s\""
1505msgstr ""
1506
1507#. *symbol_get_obj (symbolP) = (signed char) temp;
1508#: config/tc-alpha.c:5451
1509#, c-format
1510msgid "unhandled: .proc %s,%d"
1511msgstr ""
1512
1513#: config/tc-alpha.c:5486
1514#, c-format
1515msgid "Tried to .set unrecognized mode `%s'"
1516msgstr ""
1517
1518#. not fatal, but it might not work in the end
1519#: config/tc-alpha.c:5503
1520msgid "File overrides no-base-register option."
1521msgstr ""
1522
1523#: config/tc-alpha.c:5520
1524#, c-format
1525msgid "Bad base register, using $%d."
1526msgstr ""
1527
1528#: config/tc-alpha.c:5542
1529#, c-format
1530msgid "Alignment too large: %d. assumed"
1531msgstr ""
1532
1533#: config/tc-alpha.c:5546 config/tc-d30v.c:2200
1534msgid "Alignment negative: 0 assumed"
1535msgstr ""
1536
1537#: config/tc-alpha.c:5860
1538#, c-format
1539msgid "Chose GP value of %lx\n"
1540msgstr ""
1541
1542#: config/tc-alpha.c:5876
1543msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
1544msgstr ""
1545
1546#: config/tc-arc.c:1615 config/tc-arm.c:11416 config/tc-ip2k.c:219
1547msgid "md_estimate_size_before_relax\n"
1548msgstr ""
1549
1550#: config/tc-arc.c:1627
1551msgid "md_convert_frag\n"
1552msgstr ""
1553
1554#. We can't actually support subtracting a symbol.
1555#: config/tc-arc.c:1898 config/tc-arm.c:6617 config/tc-arm.c:9705
1556#: config/tc-arm.c:9805 config/tc-avr.c:854 config/tc-cris.c:3123
1557#: config/tc-d10v.c:1710 config/tc-d30v.c:1851 config/tc-mips.c:3630
1558#: config/tc-mips.c:4695 config/tc-mips.c:5828 config/tc-mips.c:6517
1559#: config/tc-msp430.c:1403 config/tc-ppc.c:5460 config/tc-v850.c:2356
1560#: config/tc-xstormy16.c:483
1561msgid "expression too complex"
1562msgstr ""
1563
1564#: config/tc-arm.c:763
1565msgid "ARM register expected"
1566msgstr ""
1567
1568#: config/tc-arm.c:764 config/tc-arm.c:3174
1569msgid "bad or missing co-processor number"
1570msgstr ""
1571
1572#. In the few cases where we might be able to accept something else
1573#. this error can be overridden.
1574#: config/tc-arm.c:765 config/tc-arm.c:3229
1575msgid "co-processor register expected"
1576msgstr ""
1577
1578#: config/tc-arm.c:766
1579msgid "FPA register expected"
1580msgstr ""
1581
1582#: config/tc-arm.c:767
1583msgid "VFP single precision register expected"
1584msgstr ""
1585
1586#: config/tc-arm.c:768
1587msgid "VFP double precision register expected"
1588msgstr ""
1589
1590#: config/tc-arm.c:769
1591msgid "Maverick MVF register expected"
1592msgstr ""
1593
1594#: config/tc-arm.c:770
1595msgid "Maverick MVD register expected"
1596msgstr ""
1597
1598#: config/tc-arm.c:771 config/tc-arm.c:772
1599msgid "Maverick MVFX register expected"
1600msgstr ""
1601
1602#: config/tc-arm.c:773
1603msgid "Maverick MVAX register expected"
1604msgstr ""
1605
1606#: config/tc-arm.c:774
1607msgid "Maverick DSPSC register expected"
1608msgstr ""
1609
1610#: config/tc-arm.c:775
1611msgid "Intel Wireless MMX technology register expected"
1612msgstr ""
1613
1614#: config/tc-arm.c:2309
1615msgid "bad arguments to instruction"
1616msgstr ""
1617
1618#: config/tc-arm.c:2310
1619msgid "r15 not allowed here"
1620msgstr ""
1621
1622#: config/tc-arm.c:2311
1623msgid "instruction is not conditional"
1624msgstr ""
1625
1626#: config/tc-arm.c:2312
1627msgid "acc0 expected"
1628msgstr ""
1629
1630#: config/tc-arm.c:2505
1631msgid "literal pool overflow"
1632msgstr ""
1633
1634#: config/tc-arm.c:2647
1635msgid "invalid syntax for .req directive"
1636msgstr ""
1637
1638#: config/tc-arm.c:2727
1639#, c-format
1640msgid "alignment too large: %d assumed"
1641msgstr ""
1642
1643#: config/tc-arm.c:2730
1644msgid "alignment negative. 0 assumed."
1645msgstr ""
1646
1647#: config/tc-arm.c:2814
1648#, c-format
1649msgid "expected comma after name \"%s\""
1650msgstr ""
1651
1652#: config/tc-arm.c:2864 config/tc-m32r.c:420
1653#, c-format
1654msgid "symbol `%s' already defined"
1655msgstr ""
1656
1657#: config/tc-arm.c:2889
1658msgid "selected processor does not support THUMB opcodes"
1659msgstr ""
1660
1661#: config/tc-arm.c:2902
1662msgid "selected processor does not support ARM opcodes"
1663msgstr ""
1664
1665#: config/tc-arm.c:2914
1666#, c-format
1667msgid "invalid instruction size selected (%d)"
1668msgstr ""
1669
1670#: config/tc-arm.c:2949
1671#, c-format
1672msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
1673msgstr ""
1674
1675#: config/tc-arm.c:2960
1676msgid "garbage following instruction"
1677msgstr ""
1678
1679#. In the few cases where we might be able to accept something else
1680#. this error can be overridden.
1681#: config/tc-arm.c:3010
1682#, c-format
1683msgid "register expected, not '%.100s'"
1684msgstr ""
1685
1686#. In the few cases where we might be able to accept
1687#. something else this error can be overridden.
1688#: config/tc-arm.c:3061
1689#, c-format
1690msgid "Intel Wireless MMX technology register expected, not '%.100s'"
1691msgstr ""
1692
1693#. In the few cases where we might be able to accept
1694#. something else this error can be overridden.
1695#: config/tc-arm.c:3133
1696msgid "flag for {c}psr instruction expected"
1697msgstr ""
1698
1699#: config/tc-arm.c:3167
1700msgid "illegal co-processor number"
1701msgstr ""
1702
1703#: config/tc-arm.c:3199 config/tc-arm.c:4778
1704msgid "bad or missing expression"
1705msgstr ""
1706
1707#: config/tc-arm.c:3205
1708msgid "immediate co-processor expression too large"
1709msgstr ""
1710
1711#. In the few cases where we might be able to accept something else
1712#. this error can be overridden.
1713#: config/tc-arm.c:3252
1714msgid "floating point register expected"
1715msgstr ""
1716
1717#: config/tc-arm.c:3269 config/tc-arm.c:3414
1718msgid "immediate expression expected"
1719msgstr ""
1720
1721#: config/tc-arm.c:3284
1722msgid "co-processor address must be word aligned"
1723msgstr ""
1724
1725#: config/tc-arm.c:3290 config/tc-arm.c:3429
1726msgid "offset too large"
1727msgstr ""
1728
1729#: config/tc-arm.c:3339 config/tc-arm.c:3477
1730msgid "pc may not be used in post-increment"
1731msgstr ""
1732
1733#: config/tc-arm.c:3355 config/tc-arm.c:3493 config/tc-arm.c:3938
1734#: config/tc-arm.c:5197 config/tc-arm.c:6064 config/tc-arm.c:6398
1735msgid "pre-indexed expression expected"
1736msgstr ""
1737
1738#: config/tc-arm.c:3368 config/tc-arm.c:3506 config/tc-arm.c:3951
1739#: config/tc-arm.c:5208 config/tc-arm.c:6076 config/tc-arm.c:6410
1740#: config/tc-arm.c:6784 config/tc-arm.c:9448 config/tc-arm.c:9463
1741msgid "missing ]"
1742msgstr ""
1743
1744#: config/tc-arm.c:3378 config/tc-arm.c:3516
1745msgid "pc may not be used with write-back"
1746msgstr ""
1747
1748#: config/tc-arm.c:3568
1749msgid "comma expected after register name"
1750msgstr ""
1751
1752#: config/tc-arm.c:3587
1753msgid "CPSR or SPSR expected"
1754msgstr ""
1755
1756#: config/tc-arm.c:3613
1757msgid "comma missing after psr flags"
1758msgstr ""
1759
1760#: config/tc-arm.c:3629 config/tc-arm.c:3639
1761msgid "only a register or immediate value can follow a psr flag"
1762msgstr ""
1763
1764#: config/tc-arm.c:3650
1765msgid "immediate value cannot be used to set this field"
1766msgstr ""
1767
1768#: config/tc-arm.c:3668 config/tc-arm.c:5424 config/tc-arm.c:5704
1769#: config/tc-arm.c:5724 config/tc-i960.c:1935
1770msgid "invalid constant"
1771msgstr ""
1772
1773#: config/tc-arm.c:3716
1774msgid "rdhi, rdlo and rm must all be different"
1775msgstr ""
1776
1777#: config/tc-arm.c:3770
1778msgid "rd and rm should be different in mul"
1779msgstr ""
1780
1781#: config/tc-arm.c:3824
1782msgid "rd and rm should be different in mla"
1783msgstr ""
1784
1785#: config/tc-arm.c:3872
1786#, c-format
1787msgid "acc0 expected, not '%.100s'"
1788msgstr ""
1789
1790#: config/tc-arm.c:4050
1791msgid "rdhi and rdlo must be different"
1792msgstr ""
1793
1794#: config/tc-arm.c:4158
1795msgid "Warning: instruction unpredictable when using r15"
1796msgstr ""
1797
1798#: config/tc-arm.c:4373
1799msgid "use of r15 in bxj is not really useful"
1800msgstr ""
1801
1802#: config/tc-arm.c:4400 config/tc-arm.c:4585 config/tc-arm.c:5445 expr.c:1318
1803#: read.c:2206
1804msgid "bad expression"
1805msgstr ""
1806
1807#: config/tc-arm.c:4409 config/tc-arm.c:4594 config/tc-arm.c:4786
1808#: config/tc-arm.c:8389 config/tc-arm.c:8424 config/tc-arm.c:8434
1809#: config/tc-z8k.c:1161 config/tc-z8k.c:1173
1810msgid "immediate value out of range"
1811msgstr ""
1812
1813#: config/tc-arm.c:4833
1814msgid "only r15 allowed here"
1815msgstr ""
1816
1817#: config/tc-arm.c:5160
1818msgid "'[' expected after PLD mnemonic"
1819msgstr ""
1820
1821#: config/tc-arm.c:5182
1822msgid "post-indexed expression used in preload instruction"
1823msgstr ""
1824
1825#: config/tc-arm.c:5187 config/tc-arm.c:5217
1826msgid "writeback used in preload instruction"
1827msgstr ""
1828
1829#: config/tc-arm.c:5259
1830msgid "destination register must be even"
1831msgstr ""
1832
1833#: config/tc-arm.c:5265
1834msgid "r14 not allowed here"
1835msgstr ""
1836
1837#: config/tc-arm.c:5272
1838msgid "pre/post-indexing used when modified address register is destination"
1839msgstr ""
1840
1841#: config/tc-arm.c:5282
1842msgid "ldrd destination registers must not overlap index register"
1843msgstr ""
1844
1845#: config/tc-arm.c:5408
1846msgid "bad_segment"
1847msgstr ""
1848
1849#: config/tc-arm.c:5468 config/tc-arm.c:5479
1850msgid "shift expression expected"
1851msgstr ""
1852
1853#: config/tc-arm.c:5503
1854msgid "shift requires register or #expression"
1855msgstr ""
1856
1857#: config/tc-arm.c:5504
1858msgid "shift requires #expression"
1859msgstr ""
1860
1861#: config/tc-arm.c:5534
1862msgid "shift of 0 ignored."
1863msgstr ""
1864
1865#: config/tc-arm.c:5540
1866msgid "invalid immediate shift"
1867msgstr ""
1868
1869#: config/tc-arm.c:5695 config/tc-arm.c:6112 config/tc-arm.c:6447
1870#: config/tc-arm.c:7081 config/tc-v850.c:1907 config/tc-v850.c:1928
1871msgid "constant expression expected"
1872msgstr ""
1873
1874#: config/tc-arm.c:5737
1875msgid "register or shift expression expected"
1876msgstr ""
1877
1878#: config/tc-arm.c:5790
1879msgid "invalid floating point immediate expression"
1880msgstr ""
1881
1882#: config/tc-arm.c:5794
1883msgid "floating point register or immediate expression expected"
1884msgstr ""
1885
1886#: config/tc-arm.c:5948 config/tc-arm.c:6278
1887msgid "address offset too large"
1888msgstr ""
1889
1890#: config/tc-arm.c:6006 config/tc-arm.c:6196 config/tc-arm.c:6338
1891msgid "address expected"
1892msgstr ""
1893
1894#: config/tc-arm.c:6036 config/tc-arm.c:6048 config/tc-arm.c:6085
1895#: config/tc-arm.c:6214 config/tc-arm.c:6368 config/tc-arm.c:6382
1896#: config/tc-arm.c:6419
1897#, c-format
1898msgid "%s register same as write-back base"
1899msgstr ""
1900
1901#: config/tc-arm.c:6038 config/tc-arm.c:6050 config/tc-arm.c:6087
1902#: config/tc-arm.c:6216 config/tc-arm.c:6370 config/tc-arm.c:6384
1903#: config/tc-arm.c:6421
1904msgid "destination"
1905msgstr ""
1906
1907#: config/tc-arm.c:6038 config/tc-arm.c:6050 config/tc-arm.c:6087
1908#: config/tc-arm.c:6216 config/tc-arm.c:6370 config/tc-arm.c:6384
1909#: config/tc-arm.c:6421
1910msgid "source"
1911msgstr ""
1912
1913#: config/tc-arm.c:6097 config/tc-arm.c:6431 config/tc-arm.c:8695
1914msgid "invalid pseudo operation"
1915msgstr ""
1916
1917#: config/tc-arm.c:6149 config/tc-arm.c:6482
1918msgid "literal pool insertion failed"
1919msgstr ""
1920
1921#: config/tc-arm.c:6244 config/tc-arm.c:6250
1922msgid "post-indexed expression expected"
1923msgstr ""
1924
1925#: config/tc-arm.c:6548
1926msgid "bad range in register list"
1927msgstr ""
1928
1929#: config/tc-arm.c:6556 config/tc-arm.c:6565 config/tc-arm.c:6607
1930#, c-format
1931msgid "Warning: duplicated register (r%d) in register list"
1932msgstr ""
1933
1934#: config/tc-arm.c:6568
1935msgid "Warning: register range not in ascending order"
1936msgstr ""
1937
1938#: config/tc-arm.c:6580
1939msgid "missing `}'"
1940msgstr ""
1941
1942#: config/tc-arm.c:6596
1943msgid "invalid register mask"
1944msgstr ""
1945
1946#: config/tc-arm.c:6655
1947msgid "r15 not allowed as base register"
1948msgstr ""
1949
1950#: config/tc-arm.c:6689 config/tc-arm.c:6698
1951msgid "writeback of base register is UNPREDICTABLE"
1952msgstr ""
1953
1954#: config/tc-arm.c:6692
1955msgid "writeback of base register when in register list is UNPREDICTABLE"
1956msgstr ""
1957
1958#: config/tc-arm.c:6702
1959msgid "if writeback register is in list, it must be the lowest reg in the list"
1960msgstr ""
1961
1962#: config/tc-arm.c:6744 config/tc-arm.c:6758
1963msgid "r15 not allowed in swap"
1964msgstr ""
1965
1966#: config/tc-arm.c:6853
1967msgid "use of r15 in bx in ARM mode is not really useful"
1968msgstr ""
1969
1970#: config/tc-arm.c:7087
1971msgid "constant value required for number of registers"
1972msgstr ""
1973
1974#: config/tc-arm.c:7095
1975msgid "number of registers must be in the range [1:4]"
1976msgstr ""
1977
1978#: config/tc-arm.c:7156
1979msgid "r15 not allowed as base register with write-back"
1980msgstr ""
1981
1982#: config/tc-arm.c:7538
1983msgid "only two consecutive VFP SP registers allowed here"
1984msgstr ""
1985
1986#: config/tc-arm.c:7706
1987msgid "VFP system register expected"
1988msgstr ""
1989
1990#: config/tc-arm.c:7844 config/tc-arm.c:7883 config/tc-arm.c:7896
1991#: config/tc-arm.c:7957 config/tc-arm.c:7996 config/tc-arm.c:8009
1992#: config/tc-h8300.c:1035 config/tc-mips.c:9723 config/tc-mips.c:9753
1993msgid "invalid register list"
1994msgstr ""
1995
1996#: config/tc-arm.c:7850 config/tc-arm.c:7963
1997msgid "register list not in ascending order"
1998msgstr ""
1999
2000#: config/tc-arm.c:7875 config/tc-arm.c:7988
2001msgid "register range not in ascending order"
2002msgstr ""
2003
2004#: config/tc-arm.c:7913 config/tc-arm.c:8026
2005msgid "non-contiguous register range"
2006msgstr ""
2007
2008#: config/tc-arm.c:8056 config/tc-arm.c:8093
2009msgid "this addressing mode requires base-register writeback"
2010msgstr ""
2011
2012#: config/tc-arm.c:8253
2013msgid "lo register required"
2014msgstr ""
2015
2016#: config/tc-arm.c:8261
2017msgid "hi register required"
2018msgstr ""
2019
2020#: config/tc-arm.c:8331 config/tc-arm.c:9537
2021msgid "dest and source1 must be the same register"
2022msgstr ""
2023
2024#: config/tc-arm.c:8338
2025msgid "subtract valid only on lo regs"
2026msgstr ""
2027
2028#: config/tc-arm.c:8362
2029msgid "invalid Hi register with immediate"
2030msgstr ""
2031
2032#: config/tc-arm.c:8402
2033msgid "invalid immediate value for stack adjust"
2034msgstr ""
2035
2036#: config/tc-arm.c:8413
2037msgid "invalid immediate for address calculation"
2038msgstr ""
2039
2040#: config/tc-arm.c:8500
2041msgid "source1 and dest must be same register"
2042msgstr ""
2043
2044#: config/tc-arm.c:8534
2045msgid "invalid immediate for shift"
2046msgstr ""
2047
2048#: config/tc-arm.c:8613
2049msgid "only lo regs allowed with immediate"
2050msgstr ""
2051
2052#: config/tc-arm.c:8632
2053msgid "invalid immediate"
2054msgstr ""
2055
2056#: config/tc-arm.c:8686
2057msgid "expected ']'"
2058msgstr ""
2059
2060#: config/tc-arm.c:8759
2061msgid "byte or halfword not valid for base register"
2062msgstr ""
2063
2064#: config/tc-arm.c:8764
2065msgid "r15 based store not allowed"
2066msgstr ""
2067
2068#: config/tc-arm.c:8769
2069msgid "invalid base register for register offset"
2070msgstr ""
2071
2072#: config/tc-arm.c:8787 config/tc-arm.c:8822
2073msgid "invalid offset"
2074msgstr ""
2075
2076#: config/tc-arm.c:8798
2077msgid "invalid base register in load/store"
2078msgstr ""
2079
2080#: config/tc-arm.c:9341
2081msgid "expecting immediate, 7bit operand"
2082msgstr ""
2083
2084#: config/tc-arm.c:9356
2085msgid "immediate out of range"
2086msgstr ""
2087
2088#: config/tc-arm.c:9399
2089msgid "offset expected"
2090msgstr ""
2091
2092#: config/tc-arm.c:9408 config/tc-pj.c:537 config/tc-sh.c:3593
2093msgid "offset out of range"
2094msgstr ""
2095
2096#: config/tc-arm.c:9545
2097msgid "Rs and Rd must be different in MUL"
2098msgstr ""
2099
2100#: config/tc-arm.c:9689
2101msgid ""
2102"inserted missing '!': load/store multiple always writes back base register"
2103msgstr ""
2104
2105#: config/tc-arm.c:9711
2106msgid "only lo-regs valid in load/store multiple"
2107msgstr ""
2108
2109#: config/tc-arm.c:9757
2110msgid "syntax: ldrs[b] Rd, [Rb, Ro]"
2111msgstr ""
2112
2113#: config/tc-arm.c:9821
2114msgid "invalid register list to push/pop instruction"
2115msgstr ""
2116
2117#: config/tc-arm.c:9933 config/tc-arm.c:10159
2118msgid "virtual memory exhausted"
2119msgstr ""
2120
2121#: config/tc-arm.c:10014
2122#, c-format
2123msgid "register '%s' does not exist\n"
2124msgstr ""
2125
2126#: config/tc-arm.c:10018
2127#, c-format
2128msgid ""
2129"ignoring redefinition of register alias '%s' to non-existant register '%s'"
2130msgstr ""
2131
2132#: config/tc-arm.c:10027
2133#, c-format
2134msgid "ignoring redefinition of register alias '%s'"
2135msgstr ""
2136
2137#: config/tc-arm.c:10033
2138msgid "ignoring incomplete .req pseuso op"
2139msgstr ""
2140
2141#: config/tc-arm.c:10183
2142msgid "use of old and new-style options to set CPU type"
2143msgstr ""
2144
2145#: config/tc-arm.c:10193
2146msgid "use of old and new-style options to set FPU type"
2147msgstr ""
2148
2149#: config/tc-arm.c:10473
2150msgid "bad call to MD_ATOF()"
2151msgstr ""
2152
2153#: config/tc-arm.c:10703
2154#, c-format
2155msgid "invalid constant (%lx) after fixup"
2156msgstr ""
2157
2158#: config/tc-arm.c:10741
2159#, c-format
2160msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
2161msgstr ""
2162
2163#: config/tc-arm.c:10771
2164#, c-format
2165msgid "bad immediate value for offset (%ld)"
2166msgstr ""
2167
2168#: config/tc-arm.c:10793 config/tc-arm.c:10815
2169msgid "invalid literal constant: pool needs to be closer"
2170msgstr ""
2171
2172#: config/tc-arm.c:10795
2173#, c-format
2174msgid "bad immediate value for half-word offset (%ld)"
2175msgstr ""
2176
2177#: config/tc-arm.c:10832
2178msgid "shift expression is too large"
2179msgstr ""
2180
2181#: config/tc-arm.c:10851 config/tc-arm.c:10860
2182msgid "invalid swi expression"
2183msgstr ""
2184
2185#: config/tc-arm.c:10870
2186msgid "invalid expression in load/store multiple"
2187msgstr ""
2188
2189#: config/tc-arm.c:10923
2190msgid "GAS can't handle same-section branch dest >= 0x04000000"
2191msgstr ""
2192
2193#: config/tc-arm.c:10932
2194msgid "out of range branch"
2195msgstr ""
2196
2197#: config/tc-arm.c:10965 config/tc-arm.c:10981
2198msgid "branch out of range"
2199msgstr ""
2200
2201#: config/tc-arm.c:11005
2202msgid "branch with link out of range"
2203msgstr ""
2204
2205#: config/tc-arm.c:11074
2206msgid "illegal value for co-processor offset"
2207msgstr ""
2208
2209#: config/tc-arm.c:11086
2210msgid "Illegal value for co-processor offset"
2211msgstr ""
2212
2213#: config/tc-arm.c:11110
2214#, c-format
2215msgid "invalid offset, target not word aligned (0x%08X)"
2216msgstr ""
2217
2218#: config/tc-arm.c:11116 config/tc-arm.c:11126 config/tc-arm.c:11134
2219#: config/tc-arm.c:11142 config/tc-arm.c:11150
2220#, c-format
2221msgid "invalid offset, value too big (0x%08lX)"
2222msgstr ""
2223
2224#: config/tc-arm.c:11190
2225msgid "invalid immediate for stack address calculation"
2226msgstr ""
2227
2228#: config/tc-arm.c:11199
2229#, c-format
2230msgid "invalid immediate for address calculation (value = 0x%08lX)"
2231msgstr ""
2232
2233#: config/tc-arm.c:11209
2234msgid "invalid 8bit immediate"
2235msgstr ""
2236
2237#: config/tc-arm.c:11217
2238msgid "invalid 3bit immediate"
2239msgstr ""
2240
2241#: config/tc-arm.c:11233
2242#, c-format
2243msgid "invalid immediate: %ld is too large"
2244msgstr ""
2245
2246#: config/tc-arm.c:11248
2247#, c-format
2248msgid "illegal Thumb shift value: %ld"
2249msgstr ""
2250
2251#: config/tc-arm.c:11262
2252#, c-format
2253msgid "bad relocation fixup type (%d)"
2254msgstr ""
2255
2256#: config/tc-arm.c:11333
2257msgid "literal referenced across section boundary"
2258msgstr ""
2259
2260#: config/tc-arm.c:11346
2261msgid "internal relocation (type: IMMEDIATE) not fixed up"
2262msgstr ""
2263
2264#: config/tc-arm.c:11351
2265msgid "ADRL used for a symbol not defined in the same file"
2266msgstr ""
2267
2268#: config/tc-arm.c:11356
2269msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
2270msgstr ""
2271
2272#: config/tc-arm.c:11374 config/tc-cris.c:3063 config/tc-mcore.c:2052
2273#: config/tc-mmix.c:2867 config/tc-ns32k.c:2396
2274msgid "<unknown>"
2275msgstr ""
2276
2277#: config/tc-arm.c:11377 config/tc-arm.c:11398
2278#, c-format
2279msgid "cannot represent %s relocation in this object file format"
2280msgstr ""
2281
2282#: config/tc-arm.c:11494
2283#, c-format
2284msgid "no operator -- statement `%s'\n"
2285msgstr ""
2286
2287#: config/tc-arm.c:11512 config/tc-arm.c:11537
2288#, c-format
2289msgid "selected processor does not support `%s'"
2290msgstr ""
2291
2292#: config/tc-arm.c:11554
2293#, c-format
2294msgid "bad instruction `%s'"
2295msgstr ""
2296
2297#: config/tc-arm.c:11655
2298msgid "generate PIC code"
2299msgstr ""
2300
2301#: config/tc-arm.c:11656
2302msgid "assemble Thumb code"
2303msgstr ""
2304
2305#: config/tc-arm.c:11657
2306msgid "support ARM/Thumb interworking"
2307msgstr ""
2308
2309#: config/tc-arm.c:11659
2310msgid "use old ABI (ELF only)"
2311msgstr ""
2312
2313#: config/tc-arm.c:11660
2314msgid "code uses 32-bit program counter"
2315msgstr ""
2316
2317#: config/tc-arm.c:11661
2318msgid "code uses 26-bit program counter"
2319msgstr ""
2320
2321#: config/tc-arm.c:11662
2322msgid "floating point args are in fp regs"
2323msgstr ""
2324
2325#: config/tc-arm.c:11664
2326msgid "re-entrant code"
2327msgstr ""
2328
2329#: config/tc-arm.c:11665
2330msgid "code is ATPCS conformant"
2331msgstr ""
2332
2333#: config/tc-arm.c:11666
2334msgid "assemble for big-endian"
2335msgstr ""
2336
2337#: config/tc-arm.c:11667
2338msgid "assemble for little-endian"
2339msgstr ""
2340
2341#. These are recognized by the assembler, but have no affect on code.
2342#: config/tc-arm.c:11671
2343msgid "use frame pointer"
2344msgstr ""
2345
2346#: config/tc-arm.c:11672
2347msgid "use stack size checking"
2348msgstr ""
2349
2350#. DON'T add any new processors to this list -- we want the whole list
2351#. to go away...  Add them to the processors table instead.
2352#: config/tc-arm.c:11676 config/tc-arm.c:11677
2353msgid "use -mcpu=arm1"
2354msgstr ""
2355
2356#: config/tc-arm.c:11678 config/tc-arm.c:11679
2357msgid "use -mcpu=arm2"
2358msgstr ""
2359
2360#: config/tc-arm.c:11680 config/tc-arm.c:11681
2361msgid "use -mcpu=arm250"
2362msgstr ""
2363
2364#: config/tc-arm.c:11682 config/tc-arm.c:11683
2365msgid "use -mcpu=arm3"
2366msgstr ""
2367
2368#: config/tc-arm.c:11684 config/tc-arm.c:11685
2369msgid "use -mcpu=arm6"
2370msgstr ""
2371
2372#: config/tc-arm.c:11686 config/tc-arm.c:11687
2373msgid "use -mcpu=arm600"
2374msgstr ""
2375
2376#: config/tc-arm.c:11688 config/tc-arm.c:11689
2377msgid "use -mcpu=arm610"
2378msgstr ""
2379
2380#: config/tc-arm.c:11690 config/tc-arm.c:11691
2381msgid "use -mcpu=arm620"
2382msgstr ""
2383
2384#: config/tc-arm.c:11692 config/tc-arm.c:11693
2385msgid "use -mcpu=arm7"
2386msgstr ""
2387
2388#: config/tc-arm.c:11694 config/tc-arm.c:11695
2389msgid "use -mcpu=arm70"
2390msgstr ""
2391
2392#: config/tc-arm.c:11696 config/tc-arm.c:11697
2393msgid "use -mcpu=arm700"
2394msgstr ""
2395
2396#: config/tc-arm.c:11698 config/tc-arm.c:11699
2397msgid "use -mcpu=arm700i"
2398msgstr ""
2399
2400#: config/tc-arm.c:11700 config/tc-arm.c:11701
2401msgid "use -mcpu=arm710"
2402msgstr ""
2403
2404#: config/tc-arm.c:11702 config/tc-arm.c:11703
2405msgid "use -mcpu=arm710c"
2406msgstr ""
2407
2408#: config/tc-arm.c:11704 config/tc-arm.c:11705
2409msgid "use -mcpu=arm720"
2410msgstr ""
2411
2412#: config/tc-arm.c:11706 config/tc-arm.c:11707
2413msgid "use -mcpu=arm7d"
2414msgstr ""
2415
2416#: config/tc-arm.c:11708 config/tc-arm.c:11709
2417msgid "use -mcpu=arm7di"
2418msgstr ""
2419
2420#: config/tc-arm.c:11710 config/tc-arm.c:11711
2421msgid "use -mcpu=arm7m"
2422msgstr ""
2423
2424#: config/tc-arm.c:11712 config/tc-arm.c:11713
2425msgid "use -mcpu=arm7dm"
2426msgstr ""
2427
2428#: config/tc-arm.c:11714 config/tc-arm.c:11715
2429msgid "use -mcpu=arm7dmi"
2430msgstr ""
2431
2432#: config/tc-arm.c:11716 config/tc-arm.c:11717
2433msgid "use -mcpu=arm7100"
2434msgstr ""
2435
2436#: config/tc-arm.c:11718 config/tc-arm.c:11719
2437msgid "use -mcpu=arm7500"
2438msgstr ""
2439
2440#: config/tc-arm.c:11720 config/tc-arm.c:11721
2441msgid "use -mcpu=arm7500fe"
2442msgstr ""
2443
2444#: config/tc-arm.c:11722 config/tc-arm.c:11723 config/tc-arm.c:11724
2445#: config/tc-arm.c:11725
2446msgid "use -mcpu=arm7tdmi"
2447msgstr ""
2448
2449#: config/tc-arm.c:11726 config/tc-arm.c:11727
2450msgid "use -mcpu=arm710t"
2451msgstr ""
2452
2453#: config/tc-arm.c:11728 config/tc-arm.c:11729
2454msgid "use -mcpu=arm720t"
2455msgstr ""
2456
2457#: config/tc-arm.c:11730 config/tc-arm.c:11731
2458msgid "use -mcpu=arm740t"
2459msgstr ""
2460
2461#: config/tc-arm.c:11732 config/tc-arm.c:11733
2462msgid "use -mcpu=arm8"
2463msgstr ""
2464
2465#: config/tc-arm.c:11734 config/tc-arm.c:11735
2466msgid "use -mcpu=arm810"
2467msgstr ""
2468
2469#: config/tc-arm.c:11736 config/tc-arm.c:11737
2470msgid "use -mcpu=arm9"
2471msgstr ""
2472
2473#: config/tc-arm.c:11738 config/tc-arm.c:11739
2474msgid "use -mcpu=arm9tdmi"
2475msgstr ""
2476
2477#: config/tc-arm.c:11740 config/tc-arm.c:11741
2478msgid "use -mcpu=arm920"
2479msgstr ""
2480
2481#: config/tc-arm.c:11742 config/tc-arm.c:11743
2482msgid "use -mcpu=arm940"
2483msgstr ""
2484
2485#: config/tc-arm.c:11744
2486msgid "use -mcpu=strongarm"
2487msgstr ""
2488
2489#: config/tc-arm.c:11746
2490msgid "use -mcpu=strongarm110"
2491msgstr ""
2492
2493#: config/tc-arm.c:11748
2494msgid "use -mcpu=strongarm1100"
2495msgstr ""
2496
2497#: config/tc-arm.c:11750
2498msgid "use -mcpu=strongarm1110"
2499msgstr ""
2500
2501#: config/tc-arm.c:11751
2502msgid "use -mcpu=xscale"
2503msgstr ""
2504
2505#: config/tc-arm.c:11752
2506msgid "use -mcpu=iwmmxt"
2507msgstr ""
2508
2509#: config/tc-arm.c:11753
2510msgid "use -mcpu=all"
2511msgstr ""
2512
2513#. Architecture variants -- don't add any more to this list either.
2514#: config/tc-arm.c:11756 config/tc-arm.c:11757
2515msgid "use -march=armv2"
2516msgstr ""
2517
2518#: config/tc-arm.c:11758 config/tc-arm.c:11759
2519msgid "use -march=armv2a"
2520msgstr ""
2521
2522#: config/tc-arm.c:11760 config/tc-arm.c:11761
2523msgid "use -march=armv3"
2524msgstr ""
2525
2526#: config/tc-arm.c:11762 config/tc-arm.c:11763
2527msgid "use -march=armv3m"
2528msgstr ""
2529
2530#: config/tc-arm.c:11764 config/tc-arm.c:11765
2531msgid "use -march=armv4"
2532msgstr ""
2533
2534#: config/tc-arm.c:11766 config/tc-arm.c:11767
2535msgid "use -march=armv4t"
2536msgstr ""
2537
2538#: config/tc-arm.c:11768 config/tc-arm.c:11769
2539msgid "use -march=armv5"
2540msgstr ""
2541
2542#: config/tc-arm.c:11770 config/tc-arm.c:11771
2543msgid "use -march=armv5t"
2544msgstr ""
2545
2546#: config/tc-arm.c:11772 config/tc-arm.c:11773
2547msgid "use -march=armv5te"
2548msgstr ""
2549
2550#. Floating point variants -- don't add any more to this list either.
2551#: config/tc-arm.c:11776
2552msgid "use -mfpu=fpe"
2553msgstr ""
2554
2555#: config/tc-arm.c:11777
2556msgid "use -mfpu=fpa10"
2557msgstr ""
2558
2559#: config/tc-arm.c:11778
2560msgid "use -mfpu=fpa11"
2561msgstr ""
2562
2563#: config/tc-arm.c:11780
2564msgid "use either -mfpu=softfpa or -mfpu=softvfp"
2565msgstr ""
2566
2567#: config/tc-arm.c:11963
2568msgid "invalid architectural extension"
2569msgstr ""
2570
2571#: config/tc-arm.c:11977
2572msgid "missing architectural extension"
2573msgstr ""
2574
2575#: config/tc-arm.c:11990
2576#, c-format
2577msgid "unknown architectural extnsion `%s'"
2578msgstr ""
2579
2580#: config/tc-arm.c:12015
2581#, c-format
2582msgid "missing cpu name `%s'"
2583msgstr ""
2584
2585#: config/tc-arm.c:12031
2586#, c-format
2587msgid "unknown cpu `%s'"
2588msgstr ""
2589
2590#: config/tc-arm.c:12050
2591#, c-format
2592msgid "missing architecture name `%s'"
2593msgstr ""
2594
2595#: config/tc-arm.c:12067
2596#, c-format
2597msgid "unknown architecture `%s'\n"
2598msgstr ""
2599
2600#: config/tc-arm.c:12084
2601#, c-format
2602msgid "unknown floating point format `%s'\n"
2603msgstr ""
2604
2605#: config/tc-arm.c:12090
2606msgid "<cpu name>\t  assemble for CPU <cpu name>"
2607msgstr ""
2608
2609#: config/tc-arm.c:12092
2610msgid "<arch name>\t  assemble for architecture <arch name>"
2611msgstr ""
2612
2613#: config/tc-arm.c:12094
2614msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
2615msgstr ""
2616
2617#: config/tc-arm.c:12136 config/tc-arm.c:12158
2618#, c-format
2619msgid "option `-%c%s' is deprecated: %s"
2620msgstr ""
2621
2622#: config/tc-arm.c:12167
2623#, c-format
2624msgid "unrecognized option `-%c%s'"
2625msgstr ""
2626
2627#: config/tc-arm.c:12181
2628msgid " ARM-specific assembler options:\n"
2629msgstr ""
2630
2631#: config/tc-arm.c:12192
2632msgid "  -EB                     assemble code for a big-endian cpu\n"
2633msgstr ""
2634
2635#: config/tc-arm.c:12197
2636msgid "  -EL                     assemble code for a little-endian cpu\n"
2637msgstr ""
2638
2639#: config/tc-arm.c:12381
2640#, c-format
2641msgid "%s: unexpected function type: %d"
2642msgstr ""
2643
2644#: config/tc-arm.c:12756
2645msgid "alignments greater than 32 bytes not supported in .text sections."
2646msgstr ""
2647
2648#: config/tc-arm.h:98
2649msgid "arm convert_frag\n"
2650msgstr ""
2651
2652#: config/tc-avr.c:203
2653msgid "Known MCU names:"
2654msgstr ""
2655
2656#: config/tc-avr.c:272
2657msgid ""
2658"AVR options:\n"
2659"  -mmcu=[avr-name] select microcontroller variant\n"
2660"                   [avr-name] can be:\n"
2661"                   avr1 - AT90S1200, ATtiny1x, ATtiny28\n"
2662"                   avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n"
2663"                   avr3 - ATmega103, ATmega603\n"
2664"                   avr4 - ATmega83, ATmega85\n"
2665"                   avr5 - ATmega161, ATmega163, ATmega32, AT94K\n"
2666"                   or immediate microcontroller name.\n"
2667msgstr ""
2668
2669#: config/tc-avr.c:282
2670msgid ""
2671"  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
2672"  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
2673"                   (default for avr4, avr5)\n"
2674"  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
2675"                   (default for avr3, avr5)\n"
2676msgstr ""
2677
2678#: config/tc-avr.c:330 config/tc-msp430.c:257
2679#, c-format
2680msgid "unknown MCU: %s\n"
2681msgstr ""
2682
2683#: config/tc-avr.c:339
2684#, c-format
2685msgid "redefinition of mcu type `%s' to `%s'"
2686msgstr ""
2687
2688#: config/tc-avr.c:390 config/tc-d10v.c:319 config/tc-d30v.c:365
2689#: config/tc-mips.c:10137 config/tc-mmix.c:2246 config/tc-mn10200.c:361
2690#: config/tc-msp430.c:378 config/tc-pj.c:374 config/tc-ppc.c:5105
2691#: config/tc-sh.c:2528 config/tc-v850.c:1244
2692msgid "bad call to md_atof"
2693msgstr ""
2694
2695#: config/tc-avr.c:453
2696msgid "constant value required"
2697msgstr ""
2698
2699#: config/tc-avr.c:456
2700#, c-format
2701msgid "number must be less than %d"
2702msgstr ""
2703
2704#: config/tc-avr.c:508
2705msgid "`,' required"
2706msgstr ""
2707
2708#: config/tc-avr.c:527
2709msgid "undefined combination of operands"
2710msgstr ""
2711
2712#: config/tc-avr.c:536
2713msgid "skipping two-word instruction"
2714msgstr ""
2715
2716#: config/tc-avr.c:598
2717msgid "register r16-r23 required"
2718msgstr ""
2719
2720#: config/tc-avr.c:604
2721msgid "register number above 15 required"
2722msgstr ""
2723
2724#: config/tc-avr.c:610
2725msgid "even register number required"
2726msgstr ""
2727
2728#: config/tc-avr.c:616
2729msgid "register r24, r26, r28 or r30 required"
2730msgstr ""
2731
2732#: config/tc-avr.c:622
2733msgid "register name or number from 0 to 31 required"
2734msgstr ""
2735
2736#: config/tc-avr.c:640
2737msgid "pointer register (X, Y or Z) required"
2738msgstr ""
2739
2740#: config/tc-avr.c:647
2741msgid "cannot both predecrement and postincrement"
2742msgstr ""
2743
2744#: config/tc-avr.c:655
2745msgid "addressing mode not supported"
2746msgstr ""
2747
2748#: config/tc-avr.c:661
2749msgid "can't predecrement"
2750msgstr ""
2751
2752#: config/tc-avr.c:664
2753msgid "pointer register Z required"
2754msgstr ""
2755
2756#: config/tc-avr.c:682
2757msgid "pointer register (Y or Z) required"
2758msgstr ""
2759
2760#: config/tc-avr.c:787
2761#, c-format
2762msgid "unknown constraint `%c'"
2763msgstr ""
2764
2765#: config/tc-avr.c:881 config/tc-avr.c:897 config/tc-avr.c:998
2766#: config/tc-msp430.c:1431 config/tc-msp430.c:1448
2767#, c-format
2768msgid "odd address operand: %ld"
2769msgstr ""
2770
2771#: config/tc-avr.c:889 config/tc-avr.c:908 config/tc-d10v.c:586
2772#: config/tc-d30v.c:655 config/tc-msp430.c:1439 config/tc-msp430.c:1453
2773#: config/tc-msp430.c:1463
2774#, c-format
2775msgid "operand out of range: %ld"
2776msgstr ""
2777
2778#: config/tc-avr.c:1007 config/tc-d10v.c:1793 config/tc-d30v.c:1973
2779#: config/tc-msp430.c:1481
2780#, c-format
2781msgid "line %d: unknown relocation type: 0x%x"
2782msgstr ""
2783
2784#: config/tc-avr.c:1021
2785msgid "only constant expression allowed"
2786msgstr ""
2787
2788#: config/tc-avr.c:1057 config/tc-d10v.c:1659 config/tc-d30v.c:1806
2789#: config/tc-mn10200.c:1255 config/tc-mn10300.c:2303 config/tc-msp430.c:1520
2790#: config/tc-or32.c:1618 config/tc-ppc.c:5919 config/tc-v850.c:2263
2791#, c-format
2792msgid "reloc %d not supported by object file format"
2793msgstr ""
2794
2795#: config/tc-avr.c:1081 config/tc-d10v.c:1248 config/tc-d10v.c:1262
2796#: config/tc-h8300.c:1915 config/tc-h8500.c:1106 config/tc-mcore.c:938
2797#: config/tc-msp430.c:438 config/tc-pj.c:283 config/tc-sh.c:2096
2798#: config/tc-z8k.c:1238
2799msgid "can't find opcode "
2800msgstr ""
2801
2802#: config/tc-avr.c:1098
2803#, c-format
2804msgid "illegal opcode %s for mcu %s"
2805msgstr ""
2806
2807#: config/tc-avr.c:1106
2808msgid "garbage at end of line"
2809msgstr ""
2810
2811#: config/tc-avr.c:1170 read.c:3226
2812msgid "illegal expression"
2813msgstr ""
2814
2815#: config/tc-avr.c:1196 config/tc-avr.c:1262
2816msgid "`)' required"
2817msgstr ""
2818
2819#: config/tc-avr.c:1216
2820#, c-format
2821msgid "constant out of 8-bit range: %d"
2822msgstr ""
2823
2824#: config/tc-avr.c:1219
2825msgid "expression possibly out of 8-bit range"
2826msgstr ""
2827
2828#: config/tc-avr.c:1290 config/tc-avr.c:1297
2829#, c-format
2830msgid "illegal %srelocation size: %d"
2831msgstr ""
2832
2833#: config/tc-cris.c:386 config/tc-m68hc11.c:2831
2834#, c-format
2835msgid "internal inconsistency problem in %s: fr_symbol %lx"
2836msgstr ""
2837
2838#: config/tc-cris.c:390 config/tc-m68hc11.c:2835
2839#, c-format
2840msgid "internal inconsistency problem in %s: resolved symbol"
2841msgstr ""
2842
2843#: config/tc-cris.c:396 config/tc-m68hc11.c:2841
2844#, c-format
2845msgid "internal inconsistency problem in %s: fr_subtype %d"
2846msgstr ""
2847
2848#: config/tc-cris.c:650
2849#, c-format
2850msgid "internal inconsistency in %s: bdapq no symbol"
2851msgstr ""
2852
2853#: config/tc-cris.c:663
2854#, c-format
2855msgid "internal inconsistency in %s: bdap.w with no symbol"
2856msgstr ""
2857
2858#: config/tc-cris.c:807
2859msgid "Virtual memory exhausted"
2860msgstr ""
2861
2862#: config/tc-cris.c:815
2863#, c-format
2864msgid "Can't hash `%s': %s\n"
2865msgstr ""
2866
2867#: config/tc-cris.c:816
2868msgid "(unknown reason)"
2869msgstr ""
2870
2871#: config/tc-cris.c:820
2872#, c-format
2873msgid "Buggy opcode: `%s' \"%s\"\n"
2874msgstr ""
2875
2876#: config/tc-cris.c:1164
2877#, c-format
2878msgid "Immediate value not in 5 bit unsigned range: %ld"
2879msgstr ""
2880
2881#: config/tc-cris.c:1180
2882#, c-format
2883msgid "Immediate value not in 4 bit unsigned range: %ld"
2884msgstr ""
2885
2886#: config/tc-cris.c:1219
2887#, c-format
2888msgid "Immediate value not in 6 bit range: %ld"
2889msgstr ""
2890
2891#: config/tc-cris.c:1234
2892#, c-format
2893msgid "Immediate value not in 6 bit unsigned range: %ld"
2894msgstr ""
2895
2896#. Others have a generic warning.
2897#: config/tc-cris.c:1324
2898#, c-format
2899msgid "Unimplemented register `%s' specified"
2900msgstr ""
2901
2902#. We've come to the end of instructions with this
2903#. opcode, so it must be an error.
2904#: config/tc-cris.c:1483
2905msgid "Illegal operands"
2906msgstr ""
2907
2908#: config/tc-cris.c:1514 config/tc-cris.c:1545
2909#, c-format
2910msgid "Immediate value not in 8 bit range: %ld"
2911msgstr ""
2912
2913#: config/tc-cris.c:1524 config/tc-cris.c:1552
2914#, c-format
2915msgid "Immediate value not in 16 bit range: %ld"
2916msgstr ""
2917
2918#: config/tc-cris.c:1573
2919msgid "PIC relocation size does not match operand size"
2920msgstr ""
2921
2922#: config/tc-cris.c:2572
2923msgid "32-bit conditional branch generated"
2924msgstr ""
2925
2926#: config/tc-cris.c:2626
2927msgid "Complex expression not supported"
2928msgstr ""
2929
2930#. FIXME:  Is this function mentioned in the internals.texi manual?  If
2931#. not, add it.
2932#: config/tc-cris.c:2747
2933msgid "Bad call to md_atof () - floating point formats are not supported"
2934msgstr ""
2935
2936#: config/tc-cris.c:2794
2937msgid "PC-relative relocation must be trivially resolved"
2938msgstr ""
2939
2940#: config/tc-cris.c:2837
2941#, c-format
2942msgid "Value not in 16 bit range: %ld"
2943msgstr ""
2944
2945#: config/tc-cris.c:2848
2946#, c-format
2947msgid "Value not in 8 bit range: %ld"
2948msgstr ""
2949
2950#: config/tc-cris.c:2855
2951#, c-format
2952msgid "Value not in 4 bit unsigned range: %ld"
2953msgstr ""
2954
2955#: config/tc-cris.c:2862
2956#, c-format
2957msgid "Value not in 5 bit unsigned range: %ld"
2958msgstr ""
2959
2960#: config/tc-cris.c:2869
2961#, c-format
2962msgid "Value not in 6 bit range: %ld"
2963msgstr ""
2964
2965#: config/tc-cris.c:2876
2966#, c-format
2967msgid "Value not in 6 bit unsigned range: %ld"
2968msgstr ""
2969
2970#: config/tc-cris.c:2924
2971msgid "Please use --help to see usage and options for this assembler.\n"
2972msgstr ""
2973
2974#: config/tc-cris.c:2936
2975msgid "--no-underscore is invalid with a.out format"
2976msgstr ""
2977
2978#: config/tc-cris.c:3012
2979msgid ""
2980"Semantics error.  This type of operand can not be relocated, it must be an "
2981"assembly-time constant"
2982msgstr ""
2983
2984#: config/tc-cris.c:3064
2985#, c-format
2986msgid "Cannot generate relocation type for symbol %s, code %s"
2987msgstr ""
2988
2989#. The messages are formatted to line up with the generic options.
2990#: config/tc-cris.c:3078
2991msgid "CRIS-specific options:\n"
2992msgstr ""
2993
2994#: config/tc-cris.c:3080
2995msgid ""
2996"  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
2997msgstr ""
2998
2999#: config/tc-cris.c:3082
3000msgid "  -N                      Warn when branches are expanded to jumps.\n"
3001msgstr ""
3002
3003#: config/tc-cris.c:3084
3004msgid ""
3005"  --underscore            User symbols are normally prepended with "
3006"underscore.\n"
3007msgstr ""
3008
3009#: config/tc-cris.c:3086
3010msgid "                          Registers will not need any prefix.\n"
3011msgstr ""
3012
3013#: config/tc-cris.c:3088
3014msgid "  --no-underscore         User symbols do not have any prefix.\n"
3015msgstr ""
3016
3017#: config/tc-cris.c:3090
3018msgid "                          Registers will require a `$'-prefix.\n"
3019msgstr ""
3020
3021#: config/tc-cris.c:3092
3022msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
3023msgstr ""
3024
3025#: config/tc-cris.c:3115
3026msgid "Invalid relocation"
3027msgstr ""
3028
3029#: config/tc-cris.c:3149
3030msgid "Invalid pc-relative relocation"
3031msgstr ""
3032
3033#: config/tc-cris.c:3198
3034#, c-format
3035msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
3036msgstr ""
3037
3038#: config/tc-cris.c:3225
3039#, c-format
3040msgid ".syntax %s requires command-line option `--underscore'"
3041msgstr ""
3042
3043#: config/tc-cris.c:3234
3044#, c-format
3045msgid ".syntax %s requires command-line option `--no-underscore'"
3046msgstr ""
3047
3048#: config/tc-cris.c:3272
3049msgid "Unknown .syntax operand"
3050msgstr ""
3051
3052#: config/tc-cris.c:3283
3053msgid "Pseudodirective .file is only valid when generating ELF"
3054msgstr ""
3055
3056#: config/tc-cris.c:3296
3057msgid "Pseudodirective .loc is only valid when generating ELF"
3058msgstr ""
3059
3060#: config/tc-d10v.c:252
3061msgid ""
3062"D10V options:\n"
3063"-O                      Optimize.  Will do some operations in parallel.\n"
3064"--gstabs-packing        Pack adjacent short instructions together even\n"
3065"                        when --gstabs is specified.  On by default.\n"
3066"--no-gstabs-packing     If --gstabs is specified, do not pack adjacent\n"
3067"                        instructions together.\n"
3068msgstr ""
3069
3070#: config/tc-d10v.c:543 config/tc-d30v.c:549 config/tc-mn10200.c:937
3071#: config/tc-mn10300.c:1812 config/tc-ppc.c:2332 config/tc-s390.c:1234
3072#: config/tc-tic80.c:275 config/tc-v850.c:2021
3073msgid "illegal operand"
3074msgstr ""
3075
3076#: config/tc-d10v.c:657
3077msgid "operand is not an immediate"
3078msgstr ""
3079
3080#: config/tc-d10v.c:675
3081#, c-format
3082msgid "operand out of range: %lu"
3083msgstr ""
3084
3085#: config/tc-d10v.c:736
3086msgid "Instruction must be executed in parallel with another instruction."
3087msgstr ""
3088
3089#: config/tc-d10v.c:792
3090msgid "Instruction must be executed in parallel"
3091msgstr ""
3092
3093#: config/tc-d10v.c:795
3094msgid "Long instructions may not be combined."
3095msgstr ""
3096
3097#: config/tc-d10v.c:828
3098msgid "One of these instructions may not be executed in parallel."
3099msgstr ""
3100
3101#: config/tc-d10v.c:832 config/tc-d30v.c:876
3102msgid "Two IU instructions may not be executed in parallel"
3103msgstr ""
3104
3105#: config/tc-d10v.c:834 config/tc-d10v.c:842 config/tc-d10v.c:856
3106#: config/tc-d10v.c:871 config/tc-d30v.c:877 config/tc-d30v.c:886
3107msgid "Swapping instruction order"
3108msgstr ""
3109
3110#: config/tc-d10v.c:840 config/tc-d30v.c:883
3111msgid "Two MU instructions may not be executed in parallel"
3112msgstr ""
3113
3114#: config/tc-d10v.c:860 config/tc-d30v.c:903
3115msgid "IU instruction may not be in the left container"
3116msgstr ""
3117
3118#: config/tc-d10v.c:862 config/tc-d10v.c:877
3119msgid ""
3120"Instruction in R container is squashed by flow control instruction in L "
3121"container."
3122msgstr ""
3123
3124#: config/tc-d10v.c:875 config/tc-d30v.c:914
3125msgid "MU instruction may not be in the right container"
3126msgstr ""
3127
3128#: config/tc-d10v.c:881 config/tc-d30v.c:926
3129msgid "unknown execution type passed to write_2_short()"
3130msgstr ""
3131
3132#: config/tc-d10v.c:1072 config/tc-d10v.c:1080
3133#, c-format
3134msgid "packing conflict: %s must dispatch sequentially"
3135msgstr ""
3136
3137#: config/tc-d10v.c:1179
3138#, c-format
3139msgid "resource conflict (R%d)"
3140msgstr ""
3141
3142#: config/tc-d10v.c:1182
3143#, c-format
3144msgid "resource conflict (A%d)"
3145msgstr ""
3146
3147#: config/tc-d10v.c:1184
3148msgid "resource conflict (PSW)"
3149msgstr ""
3150
3151#: config/tc-d10v.c:1186
3152msgid "resource conflict (C flag)"
3153msgstr ""
3154
3155#: config/tc-d10v.c:1188
3156msgid "resource conflict (F flag)"
3157msgstr ""
3158
3159#: config/tc-d10v.c:1276 config/tc-d10v.c:1298 config/tc-d30v.c:1410
3160msgid "Unable to mix instructions as specified"
3161msgstr ""
3162
3163#: config/tc-d10v.c:1345 config/tc-d30v.c:1547
3164#, c-format
3165msgid "unknown opcode: %s"
3166msgstr ""
3167
3168#: config/tc-d10v.c:1428 config/tc-d10v.c:1603 config/tc-tic80.c:532
3169msgid "bad opcode or operands"
3170msgstr ""
3171
3172#: config/tc-d10v.c:1503 config/tc-m68k.c:4305
3173msgid "value out of range"
3174msgstr ""
3175
3176#: config/tc-d10v.c:1579
3177msgid "illegal operand - register name found where none expected"
3178msgstr ""
3179
3180#: config/tc-d10v.c:1614 config/tc-tic80.c:543
3181msgid "Register number must be EVEN"
3182msgstr ""
3183
3184#: config/tc-d10v.c:1617
3185msgid "Unsupported use of sp"
3186msgstr ""
3187
3188#: config/tc-d10v.c:1636
3189#, c-format
3190msgid "cr%ld is a reserved control register"
3191msgstr ""
3192
3193#: config/tc-d10v.c:1773
3194#, c-format
3195msgid "line %d: rep or repi must include at least 4 instructions"
3196msgstr ""
3197
3198#: config/tc-d30v.c:192
3199#, c-format
3200msgid "Register name %s conflicts with symbol of the same name"
3201msgstr ""
3202
3203#: config/tc-d30v.c:287
3204msgid ""
3205"\n"
3206"D30V options:\n"
3207"-O                      Make adjacent short instructions parallel if "
3208"possible.\n"
3209"-n                      Warn about all NOPs inserted by the assembler.\n"
3210"-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
3211"-c                      Warn about symbols whoes names match register "
3212"names.\n"
3213"-C                      Opposite of -C.  -c is the default.\n"
3214msgstr ""
3215
3216#: config/tc-d30v.c:461
3217msgid "unexpected 12-bit reloc type"
3218msgstr ""
3219
3220#: config/tc-d30v.c:468
3221msgid "unexpected 18-bit reloc type"
3222msgstr ""
3223
3224#: config/tc-d30v.c:719
3225#, c-format
3226msgid "%s NOP inserted"
3227msgstr ""
3228
3229#: config/tc-d30v.c:720
3230msgid "sequential"
3231msgstr ""
3232
3233#: config/tc-d30v.c:720
3234msgid "parallel"
3235msgstr ""
3236
3237#: config/tc-d30v.c:872
3238msgid "Instructions may not be executed in parallel"
3239msgstr ""
3240
3241#: config/tc-d30v.c:885
3242#, c-format
3243msgid "Executing %s in IU may not work"
3244msgstr ""
3245
3246#: config/tc-d30v.c:892
3247#, c-format
3248msgid "Executing %s in IU may not work in parallel execution"
3249msgstr ""
3250
3251#: config/tc-d30v.c:905
3252#, c-format
3253msgid "special left instruction `%s' kills instruction `%s' in right container"
3254msgstr ""
3255
3256#: config/tc-d30v.c:916
3257#, c-format
3258msgid "Executing %s in reverse serial with %s may not work"
3259msgstr ""
3260
3261#: config/tc-d30v.c:919
3262#, c-format
3263msgid "Executing %s in IU in reverse serial may not work"
3264msgstr ""
3265
3266#: config/tc-d30v.c:1289 config/tc-d30v.c:1306
3267msgid "Cannot assemble instruction"
3268msgstr ""
3269
3270#: config/tc-d30v.c:1291
3271msgid "First opcode is long.  Unable to mix instructions as specified."
3272msgstr ""
3273
3274#: config/tc-d30v.c:1360
3275msgid "word of NOPs added between word multiply and load"
3276msgstr ""
3277
3278#: config/tc-d30v.c:1362
3279msgid "word of NOPs added between word multiply and 16-bit multiply"
3280msgstr ""
3281
3282#: config/tc-d30v.c:1394
3283msgid "Instruction uses long version, so it cannot be mixed as specified"
3284msgstr ""
3285
3286#: config/tc-d30v.c:1477 config/tc-d30v.c:1515
3287#, c-format
3288msgid "unknown condition code: %s"
3289msgstr ""
3290
3291#: config/tc-d30v.c:1508
3292#, c-format
3293msgid "cmpu doesn't support condition code %s"
3294msgstr ""
3295
3296#: config/tc-d30v.c:1558
3297#, c-format
3298msgid "operands for opcode `%s' do not match any valid format"
3299msgstr ""
3300
3301#: config/tc-d30v.c:1776
3302msgid "Odd numbered register used as target of multi-register instruction"
3303msgstr ""
3304
3305#: config/tc-d30v.c:1862
3306#, c-format
3307msgid "line %d: unable to place address of symbol '%s' into a byte"
3308msgstr ""
3309
3310#: config/tc-d30v.c:1865
3311#, c-format
3312msgid "line %d: unable to place value %lx into a byte"
3313msgstr ""
3314
3315#: config/tc-d30v.c:1873
3316#, c-format
3317msgid "line %d: unable to place address of symbol '%s' into a short"
3318msgstr ""
3319
3320#: config/tc-d30v.c:1876
3321#, c-format
3322msgid "line %d: unable to place value %lx into a short"
3323msgstr ""
3324
3325#: config/tc-d30v.c:1884
3326#, c-format
3327msgid "line %d: unable to place address of symbol '%s' into a quad"
3328msgstr ""
3329
3330#: config/tc-d30v.c:2053
3331#, c-format
3332msgid "value too large to fit in %d bits"
3333msgstr ""
3334
3335#: config/tc-d30v.c:2196
3336#, c-format
3337msgid "Alignment too large: %d assumed"
3338msgstr ""
3339
3340#: config/tc-dlx.c:283
3341msgid "missing .proc"
3342msgstr ""
3343
3344#: config/tc-dlx.c:300
3345msgid ".endfunc missing for previous .proc"
3346msgstr ""
3347
3348#: config/tc-dlx.c:498
3349#, c-format
3350msgid "Expression Error for operand modifier %%hi/%%lo\n"
3351msgstr ""
3352
3353#: config/tc-dlx.c:552
3354#, c-format
3355msgid "Bad operand for a load instruction: <%s>"
3356msgstr ""
3357
3358#: config/tc-dlx.c:667
3359#, c-format
3360msgid "Bad operand for a store instruction: <%s>"
3361msgstr ""
3362
3363#: config/tc-dlx.c:865
3364msgid "Can not set dlx_skip_hi16_flag"
3365msgstr ""
3366
3367#: config/tc-dlx.c:879
3368#, c-format
3369msgid "Missing arguments for opcode <%s>."
3370msgstr ""
3371
3372#: config/tc-dlx.c:950
3373#, c-format
3374msgid "Both the_insn.HI and the_insn.LO are set : %s"
3375msgstr ""
3376
3377#: config/tc-dlx.c:1022
3378msgid "failed regnum sanity check."
3379msgstr ""
3380
3381#: config/tc-dlx.c:1035
3382msgid "failed general register sanity check."
3383msgstr ""
3384
3385#: config/tc-dlx.c:1324
3386msgid "Invalid expression after # number\n"
3387msgstr ""
3388
3389#: config/tc-fr30.c:85
3390msgid " FR30 specific command line options:\n"
3391msgstr ""
3392
3393#: config/tc-fr30.c:139 config/tc-openrisc.c:152
3394#, c-format
3395msgid "Instruction %s not allowed in a delay slot."
3396msgstr ""
3397
3398#: config/tc-fr30.c:383 config/tc-m32r.c:1576
3399msgid "Addend to unresolved symbol not on word boundary."
3400msgstr ""
3401
3402#: config/tc-fr30.c:524 config/tc-frv.c:1289 config/tc-i960.c:798
3403#: config/tc-ip2k.c:351 config/tc-m32r.c:1884 config/tc-openrisc.c:452
3404#: config/tc-xstormy16.c:636
3405msgid "Bad call to md_atof()"
3406msgstr ""
3407
3408#: config/tc-frv.c:413
3409msgid "FRV specific command line options:\n"
3410msgstr ""
3411
3412#: config/tc-frv.c:414
3413msgid "-G n         Data >= n bytes is in small data area\n"
3414msgstr ""
3415
3416#: config/tc-frv.c:415
3417msgid "-mgpr-32     Note 32 gprs are used\n"
3418msgstr ""
3419
3420#: config/tc-frv.c:416
3421msgid "-mgpr-64     Note 64 gprs are used\n"
3422msgstr ""
3423
3424#: config/tc-frv.c:417
3425msgid "-mfpr-32     Note 32 fprs are used\n"
3426msgstr ""
3427
3428#: config/tc-frv.c:418
3429msgid "-mfpr-64     Note 64 fprs are used\n"
3430msgstr ""
3431
3432#: config/tc-frv.c:419
3433msgid "-msoft-float Note software fp is used\n"
3434msgstr ""
3435
3436#: config/tc-frv.c:420
3437msgid "-mdword      Note stack is aligned to a 8 byte boundary\n"
3438msgstr ""
3439
3440#: config/tc-frv.c:421
3441msgid "-mno-dword   Note stack is aligned to a 4 byte boundary\n"
3442msgstr ""
3443
3444#: config/tc-frv.c:422
3445msgid "-mdouble     Note fp double insns are used\n"
3446msgstr ""
3447
3448#: config/tc-frv.c:423
3449msgid "-mmedia      Note media insns are used\n"
3450msgstr ""
3451
3452#: config/tc-frv.c:424
3453msgid "-mmuladd     Note multiply add/subtract insns are used\n"
3454msgstr ""
3455
3456#: config/tc-frv.c:425
3457msgid "-mpack       Note instructions are packed\n"
3458msgstr ""
3459
3460#: config/tc-frv.c:426
3461msgid "-mno-pack    Do not allow instructions to be packed\n"
3462msgstr ""
3463
3464#: config/tc-frv.c:427
3465msgid "-mpic        Note small position independent code\n"
3466msgstr ""
3467
3468#: config/tc-frv.c:428
3469msgid "-mPIC        Note large position independent code\n"
3470msgstr ""
3471
3472#: config/tc-frv.c:429
3473msgid "-mlibrary-pic Compile library for large position indepedent code\n"
3474msgstr ""
3475
3476#: config/tc-frv.c:430
3477msgid "-mcpu={fr500|fr400|fr300|frv|simple|tomcat}\n"
3478msgstr ""
3479
3480#: config/tc-frv.c:431
3481msgid "             Record the cpu type\n"
3482msgstr ""
3483
3484#: config/tc-frv.c:432
3485msgid "-mtomcat-stats Print out stats for tomcat workarounds\n"
3486msgstr ""
3487
3488#: config/tc-frv.c:433
3489msgid "-mtomcat-debug Debug tomcat workarounds\n"
3490msgstr ""
3491
3492#: config/tc-frv.c:1012
3493msgid "VLIW packing used for -mno-pack"
3494msgstr ""
3495
3496#: config/tc-frv.c:1025
3497msgid "VLIW packing constraint violation"
3498msgstr ""
3499
3500#: config/tc-frv.c:1540
3501#, c-format
3502msgid "Relocation %s is not safe for %s"
3503msgstr ""
3504
3505#: config/tc-h8300.c:84 config/tc-h8300.c:96 config/tc-h8300.c:109
3506#: config/tc-h8300.c:122 config/tc-h8300.c:135 config/tc-h8300.c:149
3507#: config/tc-h8300.c:222 config/tc-hppa.c:1423 config/tc-hppa.c:6909
3508#: config/tc-hppa.c:6915 config/tc-hppa.c:6921 config/tc-hppa.c:6927
3509#: config/tc-mn10300.c:1218 config/tc-mn10300.c:1223 config/tc-mn10300.c:2722
3510msgid "could not set architecture and machine"
3511msgstr ""
3512
3513#: config/tc-h8300.c:436 config/tc-h8300.c:444
3514msgid "Reg not valid for H8/300"
3515msgstr ""
3516
3517#: config/tc-h8300.c:529
3518msgid "invalid operand size requested"
3519msgstr ""
3520
3521#: config/tc-h8300.c:626 config/tc-h8300.c:629
3522msgid "Invalid register list for ldm/stm\n"
3523msgstr ""
3524
3525#: config/tc-h8300.c:632
3526msgid "Invalid register list for ldm/stm)\n"
3527msgstr ""
3528
3529#: config/tc-h8300.c:658 config/tc-h8300.c:663 config/tc-h8300.c:670
3530msgid "mismatch between register and suffix"
3531msgstr ""
3532
3533#: config/tc-h8300.c:697
3534msgid "address too high for vector table jmp/jsr"
3535msgstr ""
3536
3537#: config/tc-h8300.c:722 config/tc-h8300.c:832 config/tc-h8300.c:840
3538msgid "Wrong size pointer register for architecture."
3539msgstr ""
3540
3541#: config/tc-h8300.c:781 config/tc-h8300.c:789 config/tc-h8300.c:818
3542msgid "expected @(exp, reg16)"
3543msgstr ""
3544
3545#: config/tc-h8300.c:807
3546msgid "expected .L, .W or .B for register in indexed addressing mode"
3547msgstr ""
3548
3549#: config/tc-h8300.c:1000
3550msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
3551msgstr ""
3552
3553#: config/tc-h8300.c:1018 config/tc-h8300.c:1027
3554msgid "expected register"
3555msgstr ""
3556
3557#: config/tc-h8300.c:1043
3558msgid "expected closing paren"
3559msgstr ""
3560
3561#: config/tc-h8300.c:1104
3562#, c-format
3563msgid "can't use high part of register in operand %d"
3564msgstr ""
3565
3566#: config/tc-h8300.c:1268
3567#, c-format
3568msgid "Opcode `%s' with these operand types not available in %s mode"
3569msgstr ""
3570
3571#: config/tc-h8300.c:1277
3572msgid "mismatch between opcode size and operand size"
3573msgstr ""
3574
3575#: config/tc-h8300.c:1316
3576#, c-format
3577msgid "operand %s0x%lx out of range."
3578msgstr ""
3579
3580#: config/tc-h8300.c:1415
3581msgid "Can't work out size of operand.\n"
3582msgstr ""
3583
3584#: config/tc-h8300.c:1466
3585#, c-format
3586msgid "Opcode `%s' with these operand types not available in H8/300 mode"
3587msgstr ""
3588
3589#: config/tc-h8300.c:1471
3590#, c-format
3591msgid "Opcode `%s' with these operand types not available in H8/300H mode"
3592msgstr ""
3593
3594#: config/tc-h8300.c:1477
3595#, c-format
3596msgid "Opcode `%s' with these operand types not available in H8/300S mode"
3597msgstr ""
3598
3599#: config/tc-h8300.c:1538 config/tc-h8300.c:1558
3600msgid "Need #1 or #2 here"
3601msgstr ""
3602
3603#: config/tc-h8300.c:1553
3604msgid "#4 not valid on H8/300."
3605msgstr ""
3606
3607#: config/tc-h8300.c:1645 config/tc-h8300.c:1727
3608#, c-format
3609msgid "branch operand has odd offset (%lx)\n"
3610msgstr ""
3611
3612#: config/tc-h8300.c:1766
3613msgid "destination operand must be 16 bit register"
3614msgstr ""
3615
3616#: config/tc-h8300.c:1775
3617msgid "source operand must be 8 bit register"
3618msgstr ""
3619
3620#: config/tc-h8300.c:1783
3621msgid "destination operand must be 16bit absolute address"
3622msgstr ""
3623
3624#: config/tc-h8300.c:1790
3625msgid "destination operand must be 8 bit register"
3626msgstr ""
3627
3628#: config/tc-h8300.c:1798
3629msgid "source operand must be 16bit absolute address"
3630msgstr ""
3631
3632#. This seems more sane than saying "too many operands".  We'll
3633#. get here only if the trailing trash starts with a comma.
3634#: config/tc-h8300.c:1806 config/tc-mmix.c:454 config/tc-mmix.c:466
3635#: config/tc-mmix.c:2502 config/tc-mmix.c:2526 config/tc-mmix.c:2802
3636#: config/tc-or32.c:640 config/tc-or32.c:854
3637msgid "invalid operands"
3638msgstr ""
3639
3640#: config/tc-h8300.c:1839
3641msgid "operand/size mis-match"
3642msgstr ""
3643
3644#: config/tc-h8300.c:1926 config/tc-h8500.c:1112 config/tc-mips.c:9302
3645#: config/tc-sh.c:2363 config/tc-sh64.c:2837 config/tc-w65.c:691
3646#: config/tc-z8k.c:1248
3647msgid "unknown opcode"
3648msgstr ""
3649
3650#: config/tc-h8300.c:2031 config/tc-h8500.c:1139 config/tc-sh.c:2483
3651#: config/tc-z8k.c:1304
3652msgid "call to tc_crawl_symbol_chain \n"
3653msgstr ""
3654
3655#: config/tc-h8300.c:2047 config/tc-h8500.c:1153 config/tc-sh.c:2490
3656#: config/tc-z8k.c:1320
3657msgid "call to tc_headers_hook \n"
3658msgstr ""
3659
3660#: config/tc-h8300.c:2140
3661msgid "call to tc_aout_fix_to_chars \n"
3662msgstr ""
3663
3664#: config/tc-h8300.c:2154
3665msgid "call to md_convert_frag \n"
3666msgstr ""
3667
3668#: config/tc-h8300.c:2216
3669msgid "call tomd_estimate_size_before_relax \n"
3670msgstr ""
3671
3672#: config/tc-h8300.c:2337 config/tc-mcore.c:2355 config/tc-pj.c:581
3673#: config/tc-sh.c:3956
3674#, c-format
3675msgid "Cannot represent relocation type %s"
3676msgstr ""
3677
3678#: config/tc-h8500.c:325
3679msgid ":24 not valid for this opcode"
3680msgstr ""
3681
3682#: config/tc-h8500.c:332
3683msgid "expect :8,:16 or :24"
3684msgstr ""
3685
3686#: config/tc-h8500.c:391
3687msgid "syntax error in reg list"
3688msgstr ""
3689
3690#: config/tc-h8500.c:409
3691msgid "missing final register in range"
3692msgstr ""
3693
3694#: config/tc-h8500.c:498 config/tc-h8500.c:505 config/tc-h8500.c:511
3695msgid "expected @(exp, Rn)"
3696msgstr ""
3697
3698#: config/tc-h8500.c:527
3699msgid "@Rn+ needs word register"
3700msgstr ""
3701
3702#: config/tc-h8500.c:537
3703msgid "@Rn needs word register"
3704msgstr ""
3705
3706#: config/tc-h8500.c:838 config/tc-sh.c:1827
3707#, c-format
3708msgid "unhandled %d\n"
3709msgstr ""
3710
3711#: config/tc-h8500.c:868
3712#, c-format
3713msgid "operand must be absolute in range %d..%d"
3714msgstr ""
3715
3716#: config/tc-h8500.c:963 config/tc-sh.c:2036
3717#, c-format
3718msgid "failed for %d\n"
3719msgstr ""
3720
3721#: config/tc-h8500.c:1128 config/tc-sh.c:2138 config/tc-sh.c:2412
3722#: config/tc-w65.c:710
3723msgid "invalid operands for opcode"
3724msgstr ""
3725
3726#. Simple range checking for FIELD againt HIGH and LOW bounds.
3727#. IGNORE is used to suppress the error message.
3728#: config/tc-hppa.c:1156 config/tc-hppa.c:1170
3729#, c-format
3730msgid "Field out of range [%d..%d] (%d)."
3731msgstr ""
3732
3733#. Simple alignment checking for FIELD againt ALIGN (a power of two).
3734#. IGNORE is used to suppress the error message.
3735#: config/tc-hppa.c:1184
3736#, c-format
3737msgid "Field not properly aligned [%d] (%d)."
3738msgstr ""
3739
3740#: config/tc-hppa.c:1213
3741msgid "Missing .exit\n"
3742msgstr ""
3743
3744#: config/tc-hppa.c:1216
3745msgid "Missing .procend\n"
3746msgstr ""
3747
3748#: config/tc-hppa.c:1396
3749#, c-format
3750msgid "Invalid field selector.  Assuming F%%."
3751msgstr ""
3752
3753#: config/tc-hppa.c:1429
3754msgid "-R option not supported on this target."
3755msgstr ""
3756
3757#: config/tc-hppa.c:1445 config/tc-sparc.c:809 config/tc-sparc.c:845
3758#, c-format
3759msgid "Internal error: can't hash `%s': %s\n"
3760msgstr ""
3761
3762#: config/tc-hppa.c:1453 config/tc-i860.c:201
3763#, c-format
3764msgid "internal error: losing opcode: `%s' \"%s\"\n"
3765msgstr ""
3766
3767#: config/tc-hppa.c:1524 config/tc-hppa.c:7048 config/tc-hppa.c:7105
3768msgid "Missing function name for .PROC (corrupted label chain)"
3769msgstr ""
3770
3771#: config/tc-hppa.c:1527 config/tc-hppa.c:7108
3772msgid "Missing function name for .PROC"
3773msgstr ""
3774
3775#: config/tc-hppa.c:1634 config/tc-hppa.c:4905
3776msgid "could not update architecture and machine"
3777msgstr ""
3778
3779#: config/tc-hppa.c:1842
3780msgid "Invalid Indexed Load Completer."
3781msgstr ""
3782
3783#: config/tc-hppa.c:1847
3784msgid "Invalid Indexed Load Completer Syntax."
3785msgstr ""
3786
3787#: config/tc-hppa.c:1884
3788msgid "Invalid Short Load/Store Completer."
3789msgstr ""
3790
3791#: config/tc-hppa.c:1944 config/tc-hppa.c:1949
3792msgid "Invalid Store Bytes Short Completer"
3793msgstr ""
3794
3795#: config/tc-hppa.c:2260 config/tc-hppa.c:2266
3796msgid "Invalid left/right combination completer"
3797msgstr ""
3798
3799#: config/tc-hppa.c:2315 config/tc-hppa.c:2322
3800msgid "Invalid permutation completer"
3801msgstr ""
3802
3803#: config/tc-hppa.c:2423
3804#, c-format
3805msgid "Invalid Add Condition: %s"
3806msgstr ""
3807
3808#: config/tc-hppa.c:2434 config/tc-hppa.c:2444
3809msgid "Invalid Add and Branch Condition"
3810msgstr ""
3811
3812#: config/tc-hppa.c:2465 config/tc-hppa.c:2603
3813msgid "Invalid Compare/Subtract Condition"
3814msgstr ""
3815
3816#: config/tc-hppa.c:2505
3817#, c-format
3818msgid "Invalid Bit Branch Condition: %c"
3819msgstr ""
3820
3821#: config/tc-hppa.c:2591
3822#, c-format
3823msgid "Invalid Compare/Subtract Condition: %s"
3824msgstr ""
3825
3826#: config/tc-hppa.c:2618
3827msgid "Invalid Compare and Branch Condition"
3828msgstr ""
3829
3830#: config/tc-hppa.c:2714
3831msgid "Invalid Logical Instruction Condition."
3832msgstr ""
3833
3834#: config/tc-hppa.c:2769
3835msgid "Invalid Shift/Extract/Deposit Condition."
3836msgstr ""
3837
3838#: config/tc-hppa.c:2881
3839msgid "Invalid Unit Instruction Condition."
3840msgstr ""
3841
3842#: config/tc-hppa.c:3258 config/tc-hppa.c:3290 config/tc-hppa.c:3321
3843#: config/tc-hppa.c:3351
3844msgid "Branch to unaligned address"
3845msgstr ""
3846
3847#: config/tc-hppa.c:3529
3848msgid "Invalid SFU identifier"
3849msgstr ""
3850
3851#: config/tc-hppa.c:3579
3852msgid "Invalid COPR identifier"
3853msgstr ""
3854
3855#: config/tc-hppa.c:3708
3856msgid "Invalid Floating Point Operand Format."
3857msgstr ""
3858
3859#: config/tc-hppa.c:3825 config/tc-hppa.c:3845 config/tc-hppa.c:3865
3860#: config/tc-hppa.c:3885 config/tc-hppa.c:3905
3861msgid "Invalid register for single precision fmpyadd or fmpysub"
3862msgstr ""
3863
3864#: config/tc-hppa.c:3962
3865#, c-format
3866msgid "Invalid operands %s"
3867msgstr ""
3868
3869#: config/tc-hppa.c:4080
3870msgid "Cannot handle fixup"
3871msgstr ""
3872
3873#: config/tc-hppa.c:4381
3874msgid "  -Q                      ignored\n"
3875msgstr ""
3876
3877#: config/tc-hppa.c:4385
3878msgid "  -c                      print a warning if a comment is found\n"
3879msgstr ""
3880
3881#: config/tc-hppa.c:4456
3882#, c-format
3883msgid "no hppa_fixup entry for fixup type 0x%x"
3884msgstr ""
3885
3886#: config/tc-hppa.c:4627
3887msgid "Unknown relocation encountered in md_apply_fix."
3888msgstr ""
3889
3890#: config/tc-hppa.c:4769 config/tc-hppa.c:4794
3891#, c-format
3892msgid "Undefined register: '%s'."
3893msgstr ""
3894
3895#: config/tc-hppa.c:4828
3896#, c-format
3897msgid "Non-absolute symbol: '%s'."
3898msgstr ""
3899
3900#: config/tc-hppa.c:4843
3901#, c-format
3902msgid "Undefined absolute constant: '%s'."
3903msgstr ""
3904
3905#: config/tc-hppa.c:4944
3906#, c-format
3907msgid "Invalid FP Compare Condition: %s"
3908msgstr ""
3909
3910#: config/tc-hppa.c:5000
3911#, c-format
3912msgid "Invalid FTEST completer: %s"
3913msgstr ""
3914
3915#: config/tc-hppa.c:5067 config/tc-hppa.c:5105
3916#, c-format
3917msgid "Invalid FP Operand Format: %3s"
3918msgstr ""
3919
3920#: config/tc-hppa.c:5184
3921msgid "Bad segment in expression."
3922msgstr ""
3923
3924#: config/tc-hppa.c:5243
3925msgid "Bad segment (should be absolute)."
3926msgstr ""
3927
3928#: config/tc-hppa.c:5286
3929#, c-format
3930msgid "Invalid argument location: %s\n"
3931msgstr ""
3932
3933#: config/tc-hppa.c:5317
3934#, c-format
3935msgid "Invalid argument description: %d"
3936msgstr ""
3937
3938#: config/tc-hppa.c:5340
3939#, c-format
3940msgid "Invalid Nullification: (%c)"
3941msgstr ""
3942
3943#: config/tc-hppa.c:6060
3944#, c-format
3945msgid "Invalid .CALL argument: %s"
3946msgstr ""
3947
3948#: config/tc-hppa.c:6182
3949msgid ".callinfo is not within a procedure definition"
3950msgstr ""
3951
3952#: config/tc-hppa.c:6202
3953#, c-format
3954msgid "FRAME parameter must be a multiple of 8: %d\n"
3955msgstr ""
3956
3957#: config/tc-hppa.c:6221
3958msgid "Value for ENTRY_GR must be in the range 3..18\n"
3959msgstr ""
3960
3961#: config/tc-hppa.c:6233
3962msgid "Value for ENTRY_FR must be in the range 12..21\n"
3963msgstr ""
3964
3965#: config/tc-hppa.c:6243
3966msgid "Value for ENTRY_SR must be 3\n"
3967msgstr ""
3968
3969#: config/tc-hppa.c:6299
3970#, c-format
3971msgid "Invalid .CALLINFO argument: %s"
3972msgstr ""
3973
3974#: config/tc-hppa.c:6410
3975msgid "The .ENTER pseudo-op is not supported"
3976msgstr ""
3977
3978#: config/tc-hppa.c:6426
3979msgid "Misplaced .entry. Ignored."
3980msgstr ""
3981
3982#: config/tc-hppa.c:6430
3983msgid "Missing .callinfo."
3984msgstr ""
3985
3986#: config/tc-hppa.c:6496
3987msgid ".REG expression must be a register"
3988msgstr ""
3989
3990#: config/tc-hppa.c:6512
3991msgid "bad or irreducible absolute expression; zero assumed"
3992msgstr ""
3993
3994#: config/tc-hppa.c:6523
3995msgid ".REG must use a label"
3996msgstr ""
3997
3998#: config/tc-hppa.c:6525
3999msgid ".EQU must use a label"
4000msgstr ""
4001
4002#: config/tc-hppa.c:6578
4003msgid ".EXIT must appear within a procedure"
4004msgstr ""
4005
4006#: config/tc-hppa.c:6582
4007msgid "Missing .callinfo"
4008msgstr ""
4009
4010#: config/tc-hppa.c:6586
4011msgid "No .ENTRY for this .EXIT"
4012msgstr ""
4013
4014#: config/tc-hppa.c:6613
4015#, c-format
4016msgid "Cannot define export symbol: %s\n"
4017msgstr ""
4018
4019#: config/tc-hppa.c:6671
4020#, c-format
4021msgid "Using ENTRY rather than CODE in export directive for %s"
4022msgstr ""
4023
4024#: config/tc-hppa.c:6788
4025#, c-format
4026msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
4027msgstr ""
4028
4029#: config/tc-hppa.c:6870
4030msgid "Missing label name on .LABEL"
4031msgstr ""
4032
4033#: config/tc-hppa.c:6875
4034msgid "extra .LABEL arguments ignored."
4035msgstr ""
4036
4037#: config/tc-hppa.c:6892
4038msgid "The .LEAVE pseudo-op is not supported"
4039msgstr ""
4040
4041#: config/tc-hppa.c:6931
4042msgid "Unrecognized .LEVEL argument\n"
4043msgstr ""
4044
4045#: config/tc-hppa.c:6967
4046#, c-format
4047msgid "Cannot define static symbol: %s\n"
4048msgstr ""
4049
4050#: config/tc-hppa.c:7002
4051msgid "Nested procedures"
4052msgstr ""
4053
4054#: config/tc-hppa.c:7012
4055msgid "Cannot allocate unwind descriptor\n"
4056msgstr ""
4057
4058#: config/tc-hppa.c:7112
4059msgid "misplaced .procend"
4060msgstr ""
4061
4062#: config/tc-hppa.c:7115
4063msgid "Missing .callinfo for this procedure"
4064msgstr ""
4065
4066#: config/tc-hppa.c:7118
4067msgid "Missing .EXIT for a .ENTRY"
4068msgstr ""
4069
4070#: config/tc-hppa.c:7156
4071msgid "Not in a space.\n"
4072msgstr ""
4073
4074#: config/tc-hppa.c:7159
4075msgid "Not in a subspace.\n"
4076msgstr ""
4077
4078#: config/tc-hppa.c:7250
4079msgid "Invalid .SPACE argument"
4080msgstr ""
4081
4082#: config/tc-hppa.c:7297
4083msgid "Can't change spaces within a procedure definition. Ignored"
4084msgstr ""
4085
4086#: config/tc-hppa.c:7426
4087#, c-format
4088msgid "Undefined space: '%s' Assuming space number = 0."
4089msgstr ""
4090
4091#: config/tc-hppa.c:7450
4092msgid "Must be in a space before changing or declaring subspaces.\n"
4093msgstr ""
4094
4095#: config/tc-hppa.c:7454
4096msgid "Can't change subspaces within a procedure definition. Ignored"
4097msgstr ""
4098
4099#: config/tc-hppa.c:7489
4100msgid "Parameters of an existing subspace can't be modified"
4101msgstr ""
4102
4103#: config/tc-hppa.c:7540
4104msgid "Alignment must be a power of 2"
4105msgstr ""
4106
4107#: config/tc-hppa.c:7582
4108msgid "FIRST not supported as a .SUBSPACE argument"
4109msgstr ""
4110
4111#: config/tc-hppa.c:7584
4112msgid "Invalid .SUBSPACE argument"
4113msgstr ""
4114
4115#: config/tc-hppa.c:7764
4116#, c-format
4117msgid "Internal error: Unable to find containing space for %s."
4118msgstr ""
4119
4120#: config/tc-hppa.c:7803
4121#, c-format
4122msgid "Out of memory: could not allocate new space chain entry: %s\n"
4123msgstr ""
4124
4125#: config/tc-hppa.c:7889
4126#, c-format
4127msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
4128msgstr ""
4129
4130#: config/tc-hppa.c:8622
4131#, c-format
4132msgid "Symbol '%s' could not be created."
4133msgstr ""
4134
4135#: config/tc-hppa.c:8626
4136msgid "No memory for symbol name."
4137msgstr ""
4138
4139#: config/tc-i386.c:689
4140#, c-format
4141msgid "%s shortened to %s"
4142msgstr ""
4143
4144#: config/tc-i386.c:745
4145msgid "same type of prefix used twice"
4146msgstr ""
4147
4148#: config/tc-i386.c:763
4149msgid "64bit mode not supported on this CPU."
4150msgstr ""
4151
4152#: config/tc-i386.c:767
4153msgid "32bit mode not supported on this CPU."
4154msgstr ""
4155
4156#: config/tc-i386.c:800
4157msgid "bad argument to syntax directive."
4158msgstr ""
4159
4160#: config/tc-i386.c:844
4161#, c-format
4162msgid "no such architecture: `%s'"
4163msgstr ""
4164
4165#: config/tc-i386.c:849
4166msgid "missing cpu architecture"
4167msgstr ""
4168
4169#: config/tc-i386.c:863
4170#, c-format
4171msgid "no such architecture modifier: `%s'"
4172msgstr ""
4173
4174#: config/tc-i386.c:880 config/tc-i386.c:5022
4175msgid "Unknown architecture"
4176msgstr ""
4177
4178#: config/tc-i386.c:915 config/tc-i386.c:938 config/tc-m68k.c:3816
4179#, c-format
4180msgid "Internal Error:  Can't hash %s: %s"
4181msgstr ""
4182
4183#: config/tc-i386.c:1192
4184msgid "There are no unsigned pc-relative relocations"
4185msgstr ""
4186
4187#: config/tc-i386.c:1199 config/tc-i386.c:5234
4188#, c-format
4189msgid "can not do %d byte pc-relative relocation"
4190msgstr ""
4191
4192#: config/tc-i386.c:1216
4193#, c-format
4194msgid "can not do %s %d byte relocation"
4195msgstr ""
4196
4197#: config/tc-i386.c:1428
4198#, c-format
4199msgid "can't use register '%%%s' as operand %d in '%s'."
4200msgstr ""
4201
4202#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
4203#: config/tc-i386.c:1457
4204#, c-format
4205msgid "translating to `%sp'"
4206msgstr ""
4207
4208#: config/tc-i386.c:1502
4209#, c-format
4210msgid "can't encode register '%%%s' in an instruction requiring REX prefix.\n"
4211msgstr ""
4212
4213#: config/tc-i386.c:1541 config/tc-i386.c:1636
4214#, c-format
4215msgid "no such instruction: `%s'"
4216msgstr ""
4217
4218#: config/tc-i386.c:1551 config/tc-i386.c:1668
4219#, c-format
4220msgid "invalid character %s in mnemonic"
4221msgstr ""
4222
4223#: config/tc-i386.c:1558
4224msgid "expecting prefix; got nothing"
4225msgstr ""
4226
4227#: config/tc-i386.c:1560
4228msgid "expecting mnemonic; got nothing"
4229msgstr ""
4230
4231#: config/tc-i386.c:1579
4232#, c-format
4233msgid "redundant %s prefix"
4234msgstr ""
4235
4236#: config/tc-i386.c:1677
4237#, c-format
4238msgid "`%s' is not supported on `%s'"
4239msgstr ""
4240
4241#: config/tc-i386.c:1682
4242msgid "use .code16 to ensure correct addressing mode"
4243msgstr ""
4244
4245#: config/tc-i386.c:1689
4246#, c-format
4247msgid "expecting string instruction after `%s'"
4248msgstr ""
4249
4250#: config/tc-i386.c:1717
4251#, c-format
4252msgid "invalid character %s before operand %d"
4253msgstr ""
4254
4255#: config/tc-i386.c:1731
4256#, c-format
4257msgid "unbalanced parenthesis in operand %d."
4258msgstr ""
4259
4260#: config/tc-i386.c:1734
4261#, c-format
4262msgid "unbalanced brackets in operand %d."
4263msgstr ""
4264
4265#: config/tc-i386.c:1743
4266#, c-format
4267msgid "invalid character %s in operand %d"
4268msgstr ""
4269
4270#: config/tc-i386.c:1770
4271#, c-format
4272msgid "spurious operands; (%d operands/instruction max)"
4273msgstr ""
4274
4275#: config/tc-i386.c:1793
4276msgid "expecting operand after ','; got nothing"
4277msgstr ""
4278
4279#: config/tc-i386.c:1798
4280msgid "expecting operand before ','; got nothing"
4281msgstr ""
4282
4283#. We found no match.
4284#: config/tc-i386.c:2140
4285#, c-format
4286msgid "suffix or operands invalid for `%s'"
4287msgstr ""
4288
4289#: config/tc-i386.c:2151
4290#, c-format
4291msgid "indirect %s without `*'"
4292msgstr ""
4293
4294#. Warn them that a data or address size prefix doesn't
4295#. affect assembly of the next line of code.
4296#: config/tc-i386.c:2159
4297#, c-format
4298msgid "stand-alone `%s' prefix"
4299msgstr ""
4300
4301#: config/tc-i386.c:2188 config/tc-i386.c:2203
4302#, c-format
4303msgid "`%s' operand %d must use `%%es' segment"
4304msgstr ""
4305
4306#: config/tc-i386.c:2283
4307msgid ""
4308"no instruction mnemonic suffix given and no register operands; can't size "
4309"instruction"
4310msgstr ""
4311
4312#. Prohibit these changes in the 64bit mode, since the
4313#. lowering is more complicated.
4314#: config/tc-i386.c:2367 config/tc-i386.c:2426 config/tc-i386.c:2443
4315#: config/tc-i386.c:2475 config/tc-i386.c:2508
4316#, c-format
4317msgid "Incorrect register `%%%s' used with `%c' suffix"
4318msgstr ""
4319
4320#: config/tc-i386.c:2375 config/tc-i386.c:2433 config/tc-i386.c:2515
4321#, c-format
4322msgid "using `%%%s' instead of `%%%s' due to `%c' suffix"
4323msgstr ""
4324
4325#: config/tc-i386.c:2390 config/tc-i386.c:2411 config/tc-i386.c:2462
4326#: config/tc-i386.c:2493
4327#, c-format
4328msgid "`%%%s' not allowed with `%s%c'"
4329msgstr ""
4330
4331#: config/tc-i386.c:2556
4332msgid "no instruction mnemonic suffix given; can't determine immediate size"
4333msgstr ""
4334
4335#: config/tc-i386.c:2589
4336#, c-format
4337msgid ""
4338"no instruction mnemonic suffix given; can't determine immediate size %x %c"
4339msgstr ""
4340
4341#. Reversed arguments on faddp, fsubp, etc.
4342#: config/tc-i386.c:2638
4343#, c-format
4344msgid "translating to `%s %%%s,%%%s'"
4345msgstr ""
4346
4347#. Extraneous `l' suffix on fp insn.
4348#: config/tc-i386.c:2645
4349#, c-format
4350msgid "translating to `%s %%%s'"
4351msgstr ""
4352
4353#: config/tc-i386.c:2663
4354#, c-format
4355msgid "you can't `pop %%cs'"
4356msgstr ""
4357
4358#. lea
4359#: config/tc-i386.c:2682
4360msgid "segment override on `lea' is ineffectual"
4361msgstr ""
4362
4363#: config/tc-i386.c:2991 config/tc-i386.c:3085 config/tc-i386.c:3130
4364msgid "skipping prefixes on this instruction"
4365msgstr ""
4366
4367#: config/tc-i386.c:3150
4368msgid "16-bit jump out of range"
4369msgstr ""
4370
4371#: config/tc-i386.c:3159
4372#, c-format
4373msgid "can't handle non absolute segment in `%s'"
4374msgstr ""
4375
4376#: config/tc-i386.c:3601
4377#, c-format
4378msgid "@%s reloc is not supported in %s bit mode"
4379msgstr ""
4380
4381#: config/tc-i386.c:3677
4382msgid "only 1 or 2 immediate operands are allowed"
4383msgstr ""
4384
4385#: config/tc-i386.c:3700 config/tc-i386.c:3892
4386#, c-format
4387msgid "junk `%s' after expression"
4388msgstr ""
4389
4390#. Missing or bad expr becomes absolute 0.
4391#: config/tc-i386.c:3711
4392#, c-format
4393msgid "missing or invalid immediate expression `%s' taken as 0"
4394msgstr ""
4395
4396#: config/tc-i386.c:3743 config/tc-i386.c:3958
4397#, c-format
4398msgid "unimplemented segment %s in operand"
4399msgstr ""
4400
4401#: config/tc-i386.c:3745 config/tc-i386.c:3960
4402#, c-format
4403msgid "unimplemented segment type %d in operand"
4404msgstr ""
4405
4406#: config/tc-i386.c:3789 config/tc-i386.c:6011
4407#, c-format
4408msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
4409msgstr ""
4410
4411#: config/tc-i386.c:3796
4412#, c-format
4413msgid "scale factor of %d without an index register"
4414msgstr ""
4415
4416#: config/tc-i386.c:3912
4417#, c-format
4418msgid "bad expression used with @%s"
4419msgstr ""
4420
4421#. Missing or bad expr becomes absolute 0.
4422#: config/tc-i386.c:3934
4423#, c-format
4424msgid "missing or invalid displacement expression `%s' taken as 0"
4425msgstr ""
4426
4427#: config/tc-i386.c:4058
4428#, c-format
4429msgid "`%s' is not a valid base/index expression"
4430msgstr ""
4431
4432#: config/tc-i386.c:4062
4433#, c-format
4434msgid "`%s' is not a valid %s bit base/index expression"
4435msgstr ""
4436
4437#: config/tc-i386.c:4137
4438#, c-format
4439msgid "bad memory operand `%s'"
4440msgstr ""
4441
4442#: config/tc-i386.c:4152
4443#, c-format
4444msgid "junk `%s' after register"
4445msgstr ""
4446
4447#: config/tc-i386.c:4161 config/tc-i386.c:4276 config/tc-i386.c:4314
4448#, c-format
4449msgid "bad register name `%s'"
4450msgstr ""
4451
4452#: config/tc-i386.c:4169
4453msgid "immediate operand illegal with absolute jump"
4454msgstr ""
4455
4456#: config/tc-i386.c:4191
4457#, c-format
4458msgid "too many memory references for `%s'"
4459msgstr ""
4460
4461#: config/tc-i386.c:4269
4462#, c-format
4463msgid "expecting `,' or `)' after index register in `%s'"
4464msgstr ""
4465
4466#: config/tc-i386.c:4293
4467#, c-format
4468msgid "expecting `)' after scale factor in `%s'"
4469msgstr ""
4470
4471#: config/tc-i386.c:4300
4472#, c-format
4473msgid "expecting index register or scale factor after `,'; got '%c'"
4474msgstr ""
4475
4476#: config/tc-i386.c:4307
4477#, c-format
4478msgid "expecting `,' or `)' after base register in `%s'"
4479msgstr ""
4480
4481#. It's not a memory operand; argh!
4482#: config/tc-i386.c:4348
4483#, c-format
4484msgid "invalid char %s beginning operand %d `%s'"
4485msgstr ""
4486
4487#: config/tc-i386.c:4531
4488msgid "long jump required"
4489msgstr ""
4490
4491#: config/tc-i386.c:4805
4492msgid "Bad call to md_atof ()"
4493msgstr ""
4494
4495#: config/tc-i386.c:4973
4496msgid "No compiled in support for x86_64"
4497msgstr ""
4498
4499#: config/tc-i386.c:4994
4500msgid ""
4501"  -Q                      ignored\n"
4502"  -V                      print assembler version number\n"
4503"  -k                      ignored\n"
4504"  -n                      Do not optimize code alignment\n"
4505"  -q                      quieten some warnings\n"
4506"  -s                      ignored\n"
4507msgstr ""
4508
4509#: config/tc-i386.c:5002
4510msgid ""
4511"  -n                      Do not optimize code alignment\n"
4512"  -q                      quieten some warnings\n"
4513msgstr ""
4514
4515#: config/tc-i386.c:5104 config/tc-s390.c:1841
4516msgid "GOT already in symbol table"
4517msgstr ""
4518
4519#: config/tc-i386.c:5249
4520#, c-format
4521msgid "can not do %d byte relocation"
4522msgstr ""
4523
4524#: config/tc-i386.c:5317 config/tc-s390.c:2285
4525#, c-format
4526msgid "cannot represent relocation type %s"
4527msgstr ""
4528
4529#: config/tc-i386.c:5613
4530#, c-format
4531msgid "too many memory references for '%s'"
4532msgstr ""
4533
4534#: config/tc-i386.c:5776
4535#, c-format
4536msgid "Unknown operand modifier `%s'\n"
4537msgstr ""
4538
4539#: config/tc-i386.c:5983
4540#, c-format
4541msgid "`%s' is not a valid segment register"
4542msgstr ""
4543
4544#: config/tc-i386.c:5993 config/tc-i386.c:6114
4545msgid "Register scaling only allowed in memory operands."
4546msgstr ""
4547
4548#: config/tc-i386.c:6024
4549msgid "Too many register references in memory operand.\n"
4550msgstr ""
4551
4552#: config/tc-i386.c:6093
4553#, c-format
4554msgid "Syntax error. Expecting a constant. Got `%s'.\n"
4555msgstr ""
4556
4557#: config/tc-i386.c:6163
4558#, c-format
4559msgid "Unrecognized token '%s'"
4560msgstr ""
4561
4562#: config/tc-i386.c:6180
4563#, c-format
4564msgid "Unexpected token `%s'\n"
4565msgstr ""
4566
4567#: config/tc-i386.c:6324
4568#, c-format
4569msgid "Unrecognized token `%s'\n"
4570msgstr ""
4571
4572#: config/tc-i860.c:165 config/tc-i860.c:169
4573msgid "Unknown temporary pseudo register"
4574msgstr ""
4575
4576#: config/tc-i860.c:192 config/tc-mips.c:1105
4577#, c-format
4578msgid "internal error: can't hash `%s': %s\n"
4579msgstr ""
4580
4581#: config/tc-i860.c:212
4582msgid "Defective assembler.  No assembly attempted."
4583msgstr ""
4584
4585#: config/tc-i860.c:362
4586#, c-format
4587msgid "Expanded opcode after delayed branch: `%s'"
4588msgstr ""
4589
4590#: config/tc-i860.c:366
4591#, c-format
4592msgid "Expanded opcode in dual mode: `%s'"
4593msgstr ""
4594
4595#: config/tc-i860.c:370
4596#, c-format
4597msgid "An instruction was expanded (%s)"
4598msgstr ""
4599
4600#: config/tc-i860.c:643
4601msgid "Pipelined instruction: fsrc1 = fdest"
4602msgstr ""
4603
4604#: config/tc-i860.c:844 config/tc-i860.c:851 config/tc-i860.c:858
4605msgid "Assembler does not yet support PIC"
4606msgstr ""
4607
4608#: config/tc-i860.c:919
4609#, c-format
4610msgid "Illegal operands for %s"
4611msgstr ""
4612
4613#: config/tc-i860.c:947 config/tc-sparc.c:2834
4614msgid "bad segment"
4615msgstr ""
4616
4617#: config/tc-i860.c:1037
4618msgid "i860_estimate_size_before_relax\n"
4619msgstr ""
4620
4621#: config/tc-i860.c:1134
4622msgid ""
4623"  -EL\t\t\t  generate code for little endian mode (default)\n"
4624"  -EB\t\t\t  generate code for big endian mode\n"
4625"  -mwarn-expand\t\t  warn if pseudo operations are expanded\n"
4626"  -mxp\t\t\t  enable i860XP support (disabled by default)\n"
4627msgstr ""
4628
4629#. SVR4 compatibility flags.
4630#: config/tc-i860.c:1141
4631msgid ""
4632"  -V\t\t\t  print assembler version number\n"
4633"  -Qy, -Qn\t\t  ignored\n"
4634msgstr ""
4635
4636#: config/tc-i860.c:1210
4637msgid "This immediate requires 0 MOD 2 alignment"
4638msgstr ""
4639
4640#: config/tc-i860.c:1213
4641msgid "This immediate requires 0 MOD 4 alignment"
4642msgstr ""
4643
4644#: config/tc-i860.c:1216
4645msgid "This immediate requires 0 MOD 8 alignment"
4646msgstr ""
4647
4648#: config/tc-i860.c:1219
4649msgid "This immediate requires 0 MOD 16 alignment"
4650msgstr ""
4651
4652#: config/tc-i860.c:1317
4653msgid "5-bit immediate too large"
4654msgstr ""
4655
4656#: config/tc-i860.c:1320
4657msgid "5-bit field must be absolute"
4658msgstr ""
4659
4660#: config/tc-i860.c:1365 config/tc-i860.c:1388
4661msgid "A branch offset requires 0 MOD 4 alignment"
4662msgstr ""
4663
4664#: config/tc-i860.c:1409
4665#, c-format
4666msgid "Unrecognized fix-up (0x%08lx)"
4667msgstr ""
4668
4669#: config/tc-i860.h:80
4670msgid "i860_convert_frag\n"
4671msgstr ""
4672
4673#: config/tc-i960.c:574
4674#, c-format
4675msgid "Hashing returned \"%s\"."
4676msgstr ""
4677
4678#. Offset of last character in opcode mnemonic
4679#: config/tc-i960.c:608
4680msgid "branch prediction invalid on this opcode"
4681msgstr ""
4682
4683#: config/tc-i960.c:648
4684#, c-format
4685msgid "invalid opcode, \"%s\"."
4686msgstr ""
4687
4688#: config/tc-i960.c:653
4689#, c-format
4690msgid "improper number of operands.  expecting %d, got %d"
4691msgstr ""
4692
4693#: config/tc-i960.c:877
4694#, c-format
4695msgid "Fixup of %ld too large for field width of %d"
4696msgstr ""
4697
4698#: config/tc-i960.c:994
4699#, c-format
4700msgid "invalid architecture %s"
4701msgstr ""
4702
4703#: config/tc-i960.c:1014
4704msgid "I960 options:\n"
4705msgstr ""
4706
4707#: config/tc-i960.c:1017
4708msgid ""
4709"\n"
4710"\t\t\tspecify variant of 960 architecture\n"
4711"-b\t\t\tadd code to collect statistics about branches taken\n"
4712"-link-relax\t\tpreserve individual alignment directives so linker\n"
4713"\t\t\tcan do relaxing (b.out format only)\n"
4714"-no-relax\t\tdon't alter compare-and-branch instructions for\n"
4715"\t\t\tlong displacements\n"
4716msgstr ""
4717
4718#: config/tc-i960.c:1419 config/tc-xtensa.c:8604
4719msgid "too many operands"
4720msgstr ""
4721
4722#: config/tc-i960.c:1477 config/tc-i960.c:1702
4723msgid "expression syntax error"
4724msgstr ""
4725
4726#: config/tc-i960.c:1515
4727msgid "attempt to branch into different segment"
4728msgstr ""
4729
4730#: config/tc-i960.c:1519
4731#, c-format
4732msgid "target of %s instruction must be a label"
4733msgstr ""
4734
4735#: config/tc-i960.c:1557
4736msgid "unmatched '['"
4737msgstr ""
4738
4739#: config/tc-i960.c:1568
4740msgid "garbage after index spec ignored"
4741msgstr ""
4742
4743#. We never moved: there was no opcode either!
4744#: config/tc-i960.c:1633
4745msgid "missing opcode"
4746msgstr ""
4747
4748#: config/tc-i960.c:2046
4749msgid "invalid index register"
4750msgstr ""
4751
4752#: config/tc-i960.c:2069
4753msgid "invalid scale factor"
4754msgstr ""
4755
4756#: config/tc-i960.c:2250
4757msgid "unaligned register"
4758msgstr ""
4759
4760#: config/tc-i960.c:2273
4761msgid "no such sfr in this architecture"
4762msgstr ""
4763
4764#: config/tc-i960.c:2311
4765msgid "illegal literal"
4766msgstr ""
4767
4768#. Should not happen: see block comment above
4769#: config/tc-i960.c:2539
4770#, c-format
4771msgid "Trying to 'bal' to %s"
4772msgstr ""
4773
4774#: config/tc-i960.c:2550
4775msgid "Looks like a proc, but can't tell what kind.\n"
4776msgstr ""
4777
4778#: config/tc-i960.c:2582
4779msgid "should have 1 or 2 operands"
4780msgstr ""
4781
4782#: config/tc-i960.c:2591 config/tc-i960.c:2610
4783#, c-format
4784msgid "Redefining leafproc %s"
4785msgstr ""
4786
4787#: config/tc-i960.c:2641
4788msgid "should have two operands"
4789msgstr ""
4790
4791#: config/tc-i960.c:2651
4792msgid "'entry_num' must be absolute number in [0,31]"
4793msgstr ""
4794
4795#: config/tc-i960.c:2660
4796#, c-format
4797msgid "Redefining entrynum for sysproc %s"
4798msgstr ""
4799
4800#: config/tc-i960.c:2764
4801msgid "architecture of opcode conflicts with that of earlier instruction(s)"
4802msgstr ""
4803
4804#: config/tc-i960.c:2785
4805msgid "big endian mode is not supported"
4806msgstr ""
4807
4808#: config/tc-i960.c:2787
4809#, c-format
4810msgid "ignoring unrecognized .endian type `%s'"
4811msgstr ""
4812
4813#: config/tc-i960.c:3071
4814#, c-format
4815msgid "leafproc symbol '%s' undefined"
4816msgstr ""
4817
4818#: config/tc-i960.c:3081
4819#, c-format
4820msgid "Warning: making leafproc entries %s and %s both global\n"
4821msgstr ""
4822
4823#: config/tc-i960.c:3190
4824msgid "option --link-relax is only supported in b.out format"
4825msgstr ""
4826
4827#: config/tc-ia64.c:982
4828msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string"
4829msgstr ""
4830
4831#: config/tc-ia64.c:1105
4832msgid "Unwind directive not followed by an instruction."
4833msgstr ""
4834
4835#: config/tc-ia64.c:4563
4836msgid "Register name expected"
4837msgstr ""
4838
4839#: config/tc-ia64.c:4568 config/tc-ia64.c:4854
4840msgid "Comma expected"
4841msgstr ""
4842
4843#: config/tc-ia64.c:4576
4844msgid "Register value annotation ignored"
4845msgstr ""
4846
4847#: config/tc-ia64.c:4600
4848msgid "Directive invalid within a bundle"
4849msgstr ""
4850
4851#: config/tc-ia64.c:4667
4852msgid "Missing predicate relation type"
4853msgstr ""
4854
4855#: config/tc-ia64.c:4683
4856msgid "Unrecognized predicate relation type"
4857msgstr ""
4858
4859#: config/tc-ia64.c:4703 config/tc-ia64.c:4728
4860msgid "Predicate register expected"
4861msgstr ""
4862
4863#: config/tc-ia64.c:4715
4864msgid "Duplicate predicate register ignored"
4865msgstr ""
4866
4867#: config/tc-ia64.c:4737
4868msgid "Bad register range"
4869msgstr ""
4870
4871#: config/tc-ia64.c:4765
4872msgid "Predicate source and target required"
4873msgstr ""
4874
4875#: config/tc-ia64.c:4767 config/tc-ia64.c:4779
4876msgid "Use of p0 is not valid in this context"
4877msgstr ""
4878
4879#: config/tc-ia64.c:4774
4880msgid "At least two PR arguments expected"
4881msgstr ""
4882
4883#: config/tc-ia64.c:4788
4884msgid "At least one PR argument expected"
4885msgstr ""
4886
4887#: config/tc-ia64.c:4824
4888#, c-format
4889msgid "Inserting \"%s\" into entry hint table failed: %s"
4890msgstr ""
4891
4892#. FIXME -- need 62-bit relocation type
4893#: config/tc-ia64.c:5302
4894msgid "62-bit relocation not yet implemented"
4895msgstr ""
4896
4897#. XXX technically, this is wrong: we should not be issuing warning
4898#. messages until we're sure this instruction pattern is going to
4899#. be used!
4900#: config/tc-ia64.c:5375
4901msgid "lower 16 bits of mask ignored"
4902msgstr ""
4903
4904#: config/tc-ia64.c:5939
4905msgid "Value truncated to 62 bits"
4906msgstr ""
4907
4908#: config/tc-ia64.c:6291
4909msgid ""
4910"Additional NOP may be necessary to workaround Itanium processor A/B step "
4911"errata"
4912msgstr ""
4913
4914#: config/tc-ia64.c:6474
4915#, c-format
4916msgid "Unrecognized option '-x%s'"
4917msgstr ""
4918
4919#: config/tc-ia64.c:6502
4920msgid ""
4921"IA-64 options:\n"
4922"  --mconstant-gp\t  mark output file as using the constant-GP model\n"
4923"\t\t\t  (sets ELF header flag EF_IA_64_CONS_GP)\n"
4924"  --mauto-pic\t\t  mark output file as using the constant-GP model\n"
4925"\t\t\t  without function descriptors (sets ELF header flag\n"
4926"\t\t\t  EF_IA_64_NOFUNCDESC_CONS_GP)\n"
4927"  -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
4928"  -mle | -mbe\t\t  select little- or big-endian byte order (default -mle)\n"
4929"  -x | -xexplicit\t  turn on dependency violation checking (default)\n"
4930"  -xauto\t\t  automagically remove dependency violations\n"
4931"  -xdebug\t\t  debug dependency violation checker\n"
4932msgstr ""
4933
4934#: config/tc-ia64.c:6521
4935msgid "--gstabs is not supported for ia64"
4936msgstr ""
4937
4938#: config/tc-ia64.c:6824 config/tc-mips.c:1094
4939msgid "Could not set architecture and machine"
4940msgstr ""
4941
4942#: config/tc-ia64.c:6931
4943msgid "Explicit stops are ignored in auto mode"
4944msgstr ""
4945
4946#: config/tc-ia64.c:6981
4947msgid "Found '{' after explicit switch to automatic mode"
4948msgstr ""
4949
4950#: config/tc-ia64.c:7428
4951#, c-format
4952msgid "Unhandled dependency %s for %s (%s), note %d"
4953msgstr ""
4954
4955#: config/tc-ia64.c:8704
4956#, c-format
4957msgid "Unrecognized dependency specifier %d\n"
4958msgstr ""
4959
4960#: config/tc-ia64.c:9506
4961msgid "Only the first path encountering the conflict is reported"
4962msgstr ""
4963
4964#: config/tc-ia64.c:9509
4965msgid "This is the location of the conflicting usage"
4966msgstr ""
4967
4968#: config/tc-ia64.c:10778 read.c:1370 read.c:1976 read.c:2184 read.c:2795
4969msgid "expected symbol name"
4970msgstr ""
4971
4972#: config/tc-ia64.c:10788 read.c:1380 read.c:2194 read.c:2805 stabs.c:478
4973#, c-format
4974msgid "expected comma after \"%s\""
4975msgstr ""
4976
4977#: config/tc-ia64.c:10829
4978#, c-format
4979msgid "`%s' is already the alias of %s `%s'"
4980msgstr ""
4981
4982#: config/tc-ia64.c:10839
4983#, c-format
4984msgid "%s `%s' already has an alias `%s'"
4985msgstr ""
4986
4987#: config/tc-ia64.c:10850
4988#, c-format
4989msgid "inserting \"%s\" into %s alias hash table failed: %s"
4990msgstr ""
4991
4992#: config/tc-ia64.c:10858
4993#, c-format
4994msgid "inserting \"%s\" into %s name hash table failed: %s"
4995msgstr ""
4996
4997#: config/tc-ia64.c:10877
4998#, c-format
4999msgid "symbol `%s' aliased to `%s' is not used"
5000msgstr ""
5001
5002#: config/tc-ia64.c:10899
5003#, c-format
5004msgid "section `%s' aliased to `%s' is not used"
5005msgstr ""
5006
5007#: config/tc-ip2k.c:123
5008msgid "IP2K specific command line options:\n"
5009msgstr ""
5010
5011#: config/tc-ip2k.c:124
5012msgid "  -mip2022               restrict to IP2022 insns \n"
5013msgstr ""
5014
5015#: config/tc-ip2k.c:125
5016msgid "  -mip2022ext            permit extended IP2022 insn\n"
5017msgstr ""
5018
5019#: config/tc-ip2k.c:246
5020msgid "md_pcrel_from\n"
5021msgstr ""
5022
5023#. Pretend that we do not recognise this option.
5024#: config/tc-m32r.c:233
5025msgid "Unrecognised option: -hidden"
5026msgstr ""
5027
5028#: config/tc-m32r.c:267
5029msgid " M32R specific command line options:\n"
5030msgstr ""
5031
5032#: config/tc-m32r.c:269
5033msgid ""
5034"  -m32r                   disable support for the m32rx instruction set\n"
5035msgstr ""
5036
5037#: config/tc-m32r.c:271
5038msgid "  -m32rx                  support the extended m32rx instruction set\n"
5039msgstr ""
5040
5041#: config/tc-m32r.c:273
5042msgid "  -O                      try to combine instructions in parallel\n"
5043msgstr ""
5044
5045#: config/tc-m32r.c:276
5046msgid ""
5047"  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
5048msgstr ""
5049
5050#: config/tc-m32r.c:278
5051msgid "                                         violate contraints\n"
5052msgstr ""
5053
5054#: config/tc-m32r.c:280
5055msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
5056msgstr ""
5057
5058#: config/tc-m32r.c:282
5059msgid ""
5060"                                         instructions violate contraints\n"
5061msgstr ""
5062
5063#: config/tc-m32r.c:284
5064msgid ""
5065"  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
5066msgstr ""
5067
5068#: config/tc-m32r.c:286
5069msgid ""
5070"  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
5071msgstr ""
5072
5073#: config/tc-m32r.c:289
5074msgid ""
5075"  -warn-unmatched-high    warn when an (s)high reloc has no matching low "
5076"reloc\n"
5077msgstr ""
5078
5079#: config/tc-m32r.c:291
5080msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
5081msgstr ""
5082
5083#: config/tc-m32r.c:293
5084msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
5085msgstr ""
5086
5087#: config/tc-m32r.c:295
5088msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
5089msgstr ""
5090
5091#: config/tc-m32r.c:299
5092msgid "  -relax                 create linker relaxable code\n"
5093msgstr ""
5094
5095#: config/tc-m32r.c:301
5096msgid "  -cpu-desc              provide runtime cpu description file\n"
5097msgstr ""
5098
5099#: config/tc-m32r.c:700
5100msgid "Instructions write to the same destination register."
5101msgstr ""
5102
5103#: config/tc-m32r.c:708
5104msgid "Instructions do not use parallel execution pipelines."
5105msgstr ""
5106
5107#: config/tc-m32r.c:715
5108msgid "Instructions share the same execution pipeline"
5109msgstr ""
5110
5111#: config/tc-m32r.c:791 config/tc-m32r.c:887
5112#, c-format
5113msgid "not a 16 bit instruction '%s'"
5114msgstr ""
5115
5116#: config/tc-m32r.c:798 config/tc-m32r.c:894 config/tc-m32r.c:1050
5117#, c-format
5118msgid "unknown instruction '%s'"
5119msgstr ""
5120
5121#: config/tc-m32r.c:807 config/tc-m32r.c:901 config/tc-m32r.c:1057
5122#, c-format
5123msgid "instruction '%s' is for the M32RX only"
5124msgstr ""
5125
5126#: config/tc-m32r.c:816 config/tc-m32r.c:910
5127#, c-format
5128msgid "instruction '%s' cannot be executed in parallel."
5129msgstr ""
5130
5131#: config/tc-m32r.c:871 config/tc-m32r.c:935 config/tc-m32r.c:1107
5132msgid "internal error: lookup/get operands failed"
5133msgstr ""
5134
5135#: config/tc-m32r.c:920
5136#, c-format
5137msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
5138msgstr ""
5139
5140#: config/tc-m32r.c:949
5141#, c-format
5142msgid ""
5143"%s: output of 1st instruction is the same as an input to 2nd instruction - "
5144"is this intentional ?"
5145msgstr ""
5146
5147#: config/tc-m32r.c:953
5148#, c-format
5149msgid ""
5150"%s: output of 2nd instruction is the same as an input to 1st instruction - "
5151"is this intentional ?"
5152msgstr ""
5153
5154#: config/tc-m32r.c:1267 config/tc-ppc.c:1732 config/tc-ppc.c:4263
5155msgid "Expected comma after symbol-name: rest of line ignored."
5156msgstr ""
5157
5158#: config/tc-m32r.c:1277
5159#, c-format
5160msgid ".SCOMMon length (%ld.) <0! Ignored."
5161msgstr ""
5162
5163#: config/tc-m32r.c:1291 config/tc-ppc.c:1754 config/tc-ppc.c:2899
5164#: config/tc-ppc.c:4287
5165msgid "ignoring bad alignment"
5166msgstr ""
5167
5168#: config/tc-m32r.c:1303 config/tc-ppc.c:1791 config/tc-v850.c:335
5169msgid "Common alignment not a power of 2"
5170msgstr ""
5171
5172#: config/tc-m32r.c:1318 config/tc-ppc.c:1765 config/tc-ppc.c:4299
5173#, c-format
5174msgid "Ignoring attempt to re-define symbol `%s'."
5175msgstr ""
5176
5177#: config/tc-m32r.c:1327
5178#, c-format
5179msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
5180msgstr ""
5181
5182#: config/tc-m32r.c:1808
5183msgid "Unmatched high/shigh reloc"
5184msgstr ""
5185
5186#: config/tc-m68hc11.c:372
5187#, c-format
5188msgid ""
5189"Motorola 68HC11/68HC12/68HCS12 options:\n"
5190"  -m68hc11 | -m68hc12 |\n"
5191"  -m68hcs12               specify the processor [default %s]\n"
5192"  -mshort                 use 16-bit int ABI (default)\n"
5193"  -mlong                  use 32-bit int ABI\n"
5194"  -mshort-double          use 32-bit double ABI\n"
5195"  -mlong-double           use 64-bit double ABI (default)\n"
5196"  --force-long-branchs    always turn relative branchs into absolute ones\n"
5197"  -S,--short-branchs      do not turn relative branchs into absolute ones\n"
5198"                          when the offset is out of range\n"
5199"  --strict-direct-mode    do not turn the direct mode into extended mode\n"
5200"                          when the instruction does not support direct mode\n"
5201"  --print-insn-syntax     print the syntax of instruction in case of error\n"
5202"  --print-opcodes         print the list of instructions with syntax\n"
5203"  --generate-example      generate an example of each instruction\n"
5204"                          (used for testing)\n"
5205msgstr ""
5206
5207#: config/tc-m68hc11.c:418
5208#, c-format
5209msgid "Default target `%s' is not supported."
5210msgstr ""
5211
5212#. Dump the opcode statistics table.
5213#: config/tc-m68hc11.c:437
5214msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
5215msgstr ""
5216
5217#: config/tc-m68hc11.c:505
5218#, c-format
5219msgid "Option `%s' is not recognized."
5220msgstr ""
5221
5222#: config/tc-m68hc11.c:737
5223msgid "#<imm8>"
5224msgstr ""
5225
5226#: config/tc-m68hc11.c:746
5227msgid "#<imm16>"
5228msgstr ""
5229
5230#: config/tc-m68hc11.c:755 config/tc-m68hc11.c:764
5231msgid "<imm8>,X"
5232msgstr ""
5233
5234#: config/tc-m68hc11.c:791
5235msgid "*<abs8>"
5236msgstr ""
5237
5238#: config/tc-m68hc11.c:803
5239msgid "#<mask>"
5240msgstr ""
5241
5242#: config/tc-m68hc11.c:813
5243#, c-format
5244msgid "symbol%d"
5245msgstr ""
5246
5247#: config/tc-m68hc11.c:815
5248msgid "<abs>"
5249msgstr ""
5250
5251#: config/tc-m68hc11.c:834
5252msgid "<label>"
5253msgstr ""
5254
5255#: config/tc-m68hc11.c:850
5256#, c-format
5257msgid ""
5258"# Example of `%s' instructions\n"
5259"\t.sect .text\n"
5260"_start:\n"
5261msgstr ""
5262
5263#: config/tc-m68hc11.c:898
5264#, c-format
5265msgid "Instruction `%s' is not recognized."
5266msgstr ""
5267
5268#: config/tc-m68hc11.c:903
5269#, c-format
5270msgid "Instruction formats for `%s':"
5271msgstr ""
5272
5273#: config/tc-m68hc11.c:1038
5274#, c-format
5275msgid "Immediate operand is not allowed for operand %d."
5276msgstr ""
5277
5278#: config/tc-m68hc11.c:1082
5279msgid "Indirect indexed addressing is not valid for 68HC11."
5280msgstr ""
5281
5282#: config/tc-m68hc11.c:1102
5283msgid "Spurious `,' or bad indirect register addressing mode."
5284msgstr ""
5285
5286#: config/tc-m68hc11.c:1124
5287msgid "Missing second register or offset for indexed-indirect mode."
5288msgstr ""
5289
5290#: config/tc-m68hc11.c:1134
5291msgid "Missing second register for indexed-indirect mode."
5292msgstr ""
5293
5294#: config/tc-m68hc11.c:1150
5295msgid "Missing `]' to close indexed-indirect mode."
5296msgstr ""
5297
5298#: config/tc-m68hc11.c:1195
5299msgid "Illegal operand."
5300msgstr ""
5301
5302#: config/tc-m68hc11.c:1200
5303msgid "Missing operand."
5304msgstr ""
5305
5306#: config/tc-m68hc11.c:1253
5307msgid "Pre-increment mode is not valid for 68HC11"
5308msgstr ""
5309
5310#: config/tc-m68hc11.c:1266
5311msgid "Wrong register in register indirect mode."
5312msgstr ""
5313
5314#: config/tc-m68hc11.c:1274
5315msgid "Missing `]' to close register indirect operand."
5316msgstr ""
5317
5318#: config/tc-m68hc11.c:1294
5319msgid "Post-decrement mode is not valid for 68HC11."
5320msgstr ""
5321
5322#: config/tc-m68hc11.c:1302
5323msgid "Post-increment mode is not valid for 68HC11."
5324msgstr ""
5325
5326#: config/tc-m68hc11.c:1320
5327msgid "Invalid indexed indirect mode."
5328msgstr ""
5329
5330#: config/tc-m68hc11.c:1417
5331#, c-format
5332msgid "Trap id `%ld' is out of range."
5333msgstr ""
5334
5335#: config/tc-m68hc11.c:1421
5336msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
5337msgstr ""
5338
5339#: config/tc-m68hc11.c:1428
5340#, c-format
5341msgid "Operand out of 8-bit range: `%ld'."
5342msgstr ""
5343
5344#: config/tc-m68hc11.c:1435
5345msgid "The trap id must be a constant."
5346msgstr ""
5347
5348#: config/tc-m68hc11.c:1470
5349#, c-format
5350msgid "Operand `%x' not recognized in fixup8."
5351msgstr ""
5352
5353#: config/tc-m68hc11.c:1490 config/tc-m68hc11.c:1542
5354#, c-format
5355msgid "Operand out of 16-bit range: `%ld'."
5356msgstr ""
5357
5358#: config/tc-m68hc11.c:1522 config/tc-m68hc11.c:1558
5359#, c-format
5360msgid "Operand `%x' not recognized in fixup16."
5361msgstr ""
5362
5363#: config/tc-m68hc11.c:1576
5364#, c-format
5365msgid "Unexpected branch conversion with `%x'"
5366msgstr ""
5367
5368#: config/tc-m68hc11.c:1671 config/tc-m68hc11.c:1812
5369#, c-format
5370msgid "Operand out of range for a relative branch: `%ld'"
5371msgstr ""
5372
5373#: config/tc-m68hc11.c:1780
5374msgid "Invalid register for dbcc/tbcc instruction."
5375msgstr ""
5376
5377#: config/tc-m68hc11.c:1871
5378#, c-format
5379msgid "Increment/decrement value is out of range: `%ld'."
5380msgstr ""
5381
5382#: config/tc-m68hc11.c:1882
5383msgid "Expecting a register."
5384msgstr ""
5385
5386#: config/tc-m68hc11.c:1897
5387msgid "Invalid register for post/pre increment."
5388msgstr ""
5389
5390#: config/tc-m68hc11.c:1927
5391msgid "Invalid register."
5392msgstr ""
5393
5394#: config/tc-m68hc11.c:1934
5395#, c-format
5396msgid "Offset out of 16-bit range: %ld."
5397msgstr ""
5398
5399#: config/tc-m68hc11.c:1939
5400#, c-format
5401msgid "Offset out of 5-bit range for movw/movb insn: %ld."
5402msgstr ""
5403
5404#: config/tc-m68hc11.c:2020
5405msgid "Expecting register D for indexed indirect mode."
5406msgstr ""
5407
5408#: config/tc-m68hc11.c:2022
5409msgid "Indexed indirect mode is not allowed for movb/movw."
5410msgstr ""
5411
5412#: config/tc-m68hc11.c:2039
5413msgid "Invalid accumulator register."
5414msgstr ""
5415
5416#: config/tc-m68hc11.c:2064
5417msgid "Invalid indexed register."
5418msgstr ""
5419
5420#: config/tc-m68hc11.c:2072
5421msgid "Addressing mode not implemented yet."
5422msgstr ""
5423
5424#: config/tc-m68hc11.c:2087
5425msgid "Invalid source register for this instruction, use 'tfr'."
5426msgstr ""
5427
5428#: config/tc-m68hc11.c:2089
5429msgid "Invalid source register."
5430msgstr ""
5431
5432#: config/tc-m68hc11.c:2094
5433msgid "Invalid destination register for this instruction, use 'tfr'."
5434msgstr ""
5435
5436#: config/tc-m68hc11.c:2096
5437msgid "Invalid destination register."
5438msgstr ""
5439
5440#: config/tc-m68hc11.c:2194
5441msgid "Invalid indexed register, expecting register X."
5442msgstr ""
5443
5444#: config/tc-m68hc11.c:2196
5445msgid "Invalid indexed register, expecting register Y."
5446msgstr ""
5447
5448#: config/tc-m68hc11.c:2508
5449msgid "No instruction or missing opcode."
5450msgstr ""
5451
5452#: config/tc-m68hc11.c:2573
5453#, c-format
5454msgid "Opcode `%s' is not recognized."
5455msgstr ""
5456
5457#: config/tc-m68hc11.c:2595
5458#, c-format
5459msgid "Garbage at end of instruction: `%s'."
5460msgstr ""
5461
5462#: config/tc-m68hc11.c:2618
5463#, c-format
5464msgid "Invalid operand for `%s'"
5465msgstr ""
5466
5467#: config/tc-m68hc11.c:2670
5468#, c-format
5469msgid "Invalid mode: %s\n"
5470msgstr ""
5471
5472#: config/tc-m68hc11.c:2732
5473msgid "bad .relax format"
5474msgstr ""
5475
5476#: config/tc-m68hc11.c:2779
5477#, c-format
5478msgid "Relocation %d is not supported by object file format."
5479msgstr ""
5480
5481#: config/tc-m68hc11.c:3065
5482msgid "bra or bsr with undefined symbol."
5483msgstr ""
5484
5485#: config/tc-m68hc11.c:3168 config/tc-m68hc11.c:3225
5486#, c-format
5487msgid "Subtype %d is not recognized."
5488msgstr ""
5489
5490#: config/tc-m68hc11.c:3289
5491msgid "Expression too complex."
5492msgstr ""
5493
5494#: config/tc-m68hc11.c:3322
5495msgid "Value out of 16-bit range."
5496msgstr ""
5497
5498#: config/tc-m68hc11.c:3346
5499#, c-format
5500msgid "Value %ld too large for 8-bit PC-relative branch."
5501msgstr ""
5502
5503#: config/tc-m68hc11.c:3353
5504#, c-format
5505msgid "Auto increment/decrement offset '%ld' is out of range."
5506msgstr ""
5507
5508#: config/tc-m68hc11.c:3371
5509#, c-format
5510msgid "Line %d: unknown relocation type: 0x%x."
5511msgstr ""
5512
5513#: config/tc-m68k.c:678
5514msgid "Unknown PC relative instruction"
5515msgstr ""
5516
5517#: config/tc-m68k.c:817
5518#, c-format
5519msgid "Can not do %d byte pc-relative relocation"
5520msgstr ""
5521
5522#: config/tc-m68k.c:819
5523#, c-format
5524msgid "Can not do %d byte pc-relative pic relocation"
5525msgstr ""
5526
5527#: config/tc-m68k.c:824
5528#, c-format
5529msgid "Can not do %d byte relocation"
5530msgstr ""
5531
5532#: config/tc-m68k.c:826
5533#, c-format
5534msgid "Can not do %d byte pic relocation"
5535msgstr ""
5536
5537#: config/tc-m68k.c:894
5538#, c-format
5539msgid "Unable to produce reloc against symbol '%s'"
5540msgstr ""
5541
5542#: config/tc-m68k.c:938 config/tc-mips.c:13322 config/tc-vax.c:3441
5543#, c-format
5544msgid "Cannot make %s relocation PC relative"
5545msgstr ""
5546
5547#: config/tc-m68k.c:1031 config/tc-tahoe.c:1495 config/tc-vax.c:1889
5548msgid "No operator"
5549msgstr ""
5550
5551#: config/tc-m68k.c:1061 config/tc-tahoe.c:1512 config/tc-vax.c:1906
5552msgid "Unknown operator"
5553msgstr ""
5554
5555#: config/tc-m68k.c:1836
5556msgid "invalid instruction for this architecture; needs "
5557msgstr ""
5558
5559#: config/tc-m68k.c:1841
5560msgid "fpu (68040, 68060 or 68881/68882)"
5561msgstr ""
5562
5563#: config/tc-m68k.c:1844
5564msgid "mmu (68030 or 68851)"
5565msgstr ""
5566
5567#: config/tc-m68k.c:1847
5568msgid "68020 or higher"
5569msgstr ""
5570
5571#: config/tc-m68k.c:1850
5572msgid "68000 or higher"
5573msgstr ""
5574
5575#: config/tc-m68k.c:1853
5576msgid "68010 or higher"
5577msgstr ""
5578
5579#: config/tc-m68k.c:1882
5580msgid "operands mismatch"
5581msgstr ""
5582
5583#: config/tc-m68k.c:1939 config/tc-m68k.c:1945 config/tc-m68k.c:1951
5584#: config/tc-mmix.c:2464 config/tc-mmix.c:2488
5585msgid "operand out of range"
5586msgstr ""
5587
5588#: config/tc-m68k.c:2008
5589#, c-format
5590msgid "Bignum too big for %c format; truncated"
5591msgstr ""
5592
5593#: config/tc-m68k.c:2076
5594msgid "displacement too large for this architecture; needs 68020 or higher"
5595msgstr ""
5596
5597#: config/tc-m68k.c:2186
5598msgid ""
5599"scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
5600msgstr ""
5601
5602#: config/tc-m68k.c:2191
5603msgid "invalid index size for coldfire"
5604msgstr ""
5605
5606#: config/tc-m68k.c:2244
5607msgid "Forcing byte displacement"
5608msgstr ""
5609
5610#: config/tc-m68k.c:2246
5611msgid "byte displacement out of range"
5612msgstr ""
5613
5614#: config/tc-m68k.c:2293 config/tc-m68k.c:2331
5615msgid "invalid operand mode for this architecture; needs 68020 or higher"
5616msgstr ""
5617
5618#: config/tc-m68k.c:2317 config/tc-m68k.c:2351
5619msgid ":b not permitted; defaulting to :w"
5620msgstr ""
5621
5622#: config/tc-m68k.c:2428
5623msgid "unsupported byte value; use a different suffix"
5624msgstr ""
5625
5626#: config/tc-m68k.c:2442
5627msgid "unknown/incorrect operand"
5628msgstr ""
5629
5630#: config/tc-m68k.c:2475 config/tc-m68k.c:2483 config/tc-m68k.c:2490
5631#: config/tc-m68k.c:2497
5632msgid "out of range"
5633msgstr ""
5634
5635#: config/tc-m68k.c:2543
5636msgid "Can't use long branches on 68000/68010/5200"
5637msgstr ""
5638
5639#: config/tc-m68k.c:2653
5640msgid "Expression out of range, using 0"
5641msgstr ""
5642
5643#: config/tc-m68k.c:2765 config/tc-m68k.c:2781
5644msgid "Floating point register in register list"
5645msgstr ""
5646
5647#: config/tc-m68k.c:2771
5648msgid "Wrong register in floating-point reglist"
5649msgstr ""
5650
5651#: config/tc-m68k.c:2787
5652msgid "incorrect register in reglist"
5653msgstr ""
5654
5655#: config/tc-m68k.c:2793
5656msgid "wrong register in floating-point reglist"
5657msgstr ""
5658
5659#. ERROR
5660#: config/tc-m68k.c:3234
5661msgid "Extra )"
5662msgstr ""
5663
5664#. ERROR
5665#: config/tc-m68k.c:3245
5666msgid "Missing )"
5667msgstr ""
5668
5669#: config/tc-m68k.c:3262
5670msgid "Missing operand"
5671msgstr ""
5672
5673#: config/tc-m68k.c:3594
5674#, c-format
5675msgid "%s -- statement `%s' ignored"
5676msgstr ""
5677
5678#: config/tc-m68k.c:3643
5679#, c-format
5680msgid "Don't know how to figure width of %c in md_assemble()"
5681msgstr ""
5682
5683#: config/tc-m68k.c:3825 config/tc-m68k.c:3863
5684#, c-format
5685msgid "Internal Error: Can't find %s in hash table"
5686msgstr ""
5687
5688#: config/tc-m68k.c:3828 config/tc-m68k.c:3866
5689#, c-format
5690msgid "Internal Error: Can't hash %s: %s"
5691msgstr ""
5692
5693#: config/tc-m68k.c:3948
5694msgid "architecture not yet selected: defaulting to 68020"
5695msgstr ""
5696
5697#: config/tc-m68k.c:3997
5698#, c-format
5699msgid "unrecognized default cpu `%s' ???"
5700msgstr ""
5701
5702#: config/tc-m68k.c:4009
5703msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
5704msgstr ""
5705
5706#: config/tc-m68k.c:4029
5707msgid "options for 68881 and no-68881 both given"
5708msgstr ""
5709
5710#: config/tc-m68k.c:4031
5711msgid "options for 68851 and no-68851 both given"
5712msgstr ""
5713
5714#: config/tc-m68k.c:4102
5715#, c-format
5716msgid "text label `%s' aligned to odd boundary"
5717msgstr ""
5718
5719#: config/tc-m68k.c:4321
5720msgid "invalid byte branch offset"
5721msgstr ""
5722
5723#: config/tc-m68k.c:4358
5724msgid "short branch with zero offset: use :w"
5725msgstr ""
5726
5727#: config/tc-m68k.c:4827 config/tc-m68k.c:4838
5728msgid "expression out of range: defaulting to 1"
5729msgstr ""
5730
5731#: config/tc-m68k.c:4870
5732msgid "expression out of range: defaulting to 0"
5733msgstr ""
5734
5735#: config/tc-m68k.c:4903 config/tc-m68k.c:4915
5736#, c-format
5737msgid "Can't deal with expression; defaulting to %ld"
5738msgstr ""
5739
5740#: config/tc-m68k.c:4929
5741msgid "expression doesn't fit in BYTE"
5742msgstr ""
5743
5744#: config/tc-m68k.c:4933
5745msgid "expression doesn't fit in WORD"
5746msgstr ""
5747
5748#: config/tc-m68k.c:5026
5749#, c-format
5750msgid "%s: unrecognized processor name"
5751msgstr ""
5752
5753#: config/tc-m68k.c:5091
5754msgid "bad coprocessor id"
5755msgstr ""
5756
5757#: config/tc-m68k.c:5097
5758msgid "unrecognized fopt option"
5759msgstr ""
5760
5761#: config/tc-m68k.c:5231
5762#, c-format
5763msgid "option `%s' may not be negated"
5764msgstr ""
5765
5766#: config/tc-m68k.c:5242
5767#, c-format
5768msgid "option `%s' not recognized"
5769msgstr ""
5770
5771#: config/tc-m68k.c:5275
5772msgid "bad format of OPT NEST=depth"
5773msgstr ""
5774
5775#: config/tc-m68k.c:5338
5776msgid "missing label"
5777msgstr ""
5778
5779#: config/tc-m68k.c:5362 config/tc-m68k.c:5391
5780msgid "bad register list"
5781msgstr ""
5782
5783#: config/tc-m68k.c:5364
5784#, c-format
5785msgid "bad register list: %s"
5786msgstr ""
5787
5788#: config/tc-m68k.c:5462
5789msgid "restore without save"
5790msgstr ""
5791
5792#: config/tc-m68k.c:5636 config/tc-m68k.c:6023
5793msgid "syntax error in structured control directive"
5794msgstr ""
5795
5796#: config/tc-m68k.c:5685
5797msgid "missing condition code in structured control directive"
5798msgstr ""
5799
5800#: config/tc-m68k.c:5757
5801#, c-format
5802msgid ""
5803"Condition <%c%c> in structured control directive can not be encoded correctly"
5804msgstr ""
5805
5806#: config/tc-m68k.c:6066
5807msgid "missing then"
5808msgstr ""
5809
5810#: config/tc-m68k.c:6148
5811msgid "else without matching if"
5812msgstr ""
5813
5814#: config/tc-m68k.c:6182
5815msgid "endi without matching if"
5816msgstr ""
5817
5818#: config/tc-m68k.c:6223
5819msgid "break outside of structured loop"
5820msgstr ""
5821
5822#: config/tc-m68k.c:6262
5823msgid "next outside of structured loop"
5824msgstr ""
5825
5826#: config/tc-m68k.c:6314
5827msgid "missing ="
5828msgstr ""
5829
5830#: config/tc-m68k.c:6352
5831msgid "missing to or downto"
5832msgstr ""
5833
5834#: config/tc-m68k.c:6388 config/tc-m68k.c:6422 config/tc-m68k.c:6641
5835msgid "missing do"
5836msgstr ""
5837
5838#: config/tc-m68k.c:6525
5839msgid "endf without for"
5840msgstr ""
5841
5842#: config/tc-m68k.c:6581
5843msgid "until without repeat"
5844msgstr ""
5845
5846#: config/tc-m68k.c:6677
5847msgid "endw without while"
5848msgstr ""
5849
5850#: config/tc-m68k.c:6801
5851#, c-format
5852msgid "unrecognized option `%s'"
5853msgstr ""
5854
5855#: config/tc-m68k.c:6846
5856#, c-format
5857msgid "unrecognized architecture specification `%s'"
5858msgstr ""
5859
5860#: config/tc-m68k.c:6940
5861#, c-format
5862msgid ""
5863"680X0 options:\n"
5864"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
5865"-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060 |\n"
5866"-m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360 | -mcpu32 |\n"
5867"-m5200  | -m5202  | -m5204  | -m5206  | -m5206e | -m5307  | -m5407\n"
5868"\t\t\tspecify variant of 680X0 architecture [default %s]\n"
5869"-m68881 | -m68882 | -mno-68881 | -mno-68882\n"
5870"\t\t\ttarget has/lacks floating-point coprocessor\n"
5871"\t\t\t[default yes for 68020, 68030, and cpu32]\n"
5872msgstr ""
5873
5874#: config/tc-m68k.c:6951
5875msgid ""
5876"-m68851 | -mno-68851\n"
5877"\t\t\ttarget has/lacks memory-management unit coprocessor\n"
5878"\t\t\t[default yes for 68020 and up]\n"
5879"-pic, -k\t\tgenerate position independent code\n"
5880"-S\t\t\tturn jbsr into jsr\n"
5881"--pcrel                 never turn PC-relative branches into absolute jumps\n"
5882"--register-prefix-optional\n"
5883"\t\t\trecognize register names without prefix character\n"
5884"--bitwise-or\t\tdo not treat `|' as a comment character\n"
5885msgstr ""
5886
5887#: config/tc-m68k.c:6961
5888msgid ""
5889"--base-size-default-16\tbase reg without size is 16 bits\n"
5890"--base-size-default-32\tbase reg without size is 32 bits (default)\n"
5891"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
5892"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
5893msgstr ""
5894
5895#: config/tc-m68k.c:6996
5896#, c-format
5897msgid "Error %s in %s\n"
5898msgstr ""
5899
5900#: config/tc-m68k.c:7000
5901#, c-format
5902msgid "Opcode(%d.%s): "
5903msgstr ""
5904
5905#: config/tc-m88k.c:201
5906#, c-format
5907msgid "Can't hash instruction '%s':%s"
5908msgstr ""
5909
5910#: config/tc-m88k.c:250
5911#, c-format
5912msgid "Invalid mnemonic '%s'"
5913msgstr ""
5914
5915#: config/tc-m88k.c:268
5916msgid "Parameter syntax error"
5917msgstr ""
5918
5919#: config/tc-m88k.c:321
5920msgid "Unknown relocation type"
5921msgstr ""
5922
5923#. Having this here repeats the warning somtimes.
5924#. But can't we stand that?
5925#: config/tc-m88k.c:434
5926msgid "Use of obsolete instruction"
5927msgstr ""
5928
5929#: config/tc-m88k.c:551
5930msgid "Expression truncated to 16 bits"
5931msgstr ""
5932
5933#: config/tc-m88k.c:617 config/tc-m88k.c:639
5934msgid "Expression truncated to 5 bits"
5935msgstr ""
5936
5937#: config/tc-m88k.c:856
5938msgid "Expression truncated to 9 bits"
5939msgstr ""
5940
5941#: config/tc-m88k.c:878
5942msgid "Removed lower 2 bits of expression"
5943msgstr ""
5944
5945#: config/tc-m88k.c:1057
5946msgid "Relaxation should never occur"
5947msgstr ""
5948
5949#: config/tc-m88k.h:78
5950msgid "m88k convert_frag\n"
5951msgstr ""
5952
5953#: config/tc-mcore.c:460
5954#, c-format
5955msgid "register expected, but saw '%.6s'"
5956msgstr ""
5957
5958#: config/tc-mcore.c:544
5959#, c-format
5960msgid "control register expected, but saw '%.6s'"
5961msgstr ""
5962
5963#: config/tc-mcore.c:582
5964msgid "bad/missing psr specifier"
5965msgstr ""
5966
5967#: config/tc-mcore.c:743
5968msgid "more than 65K literal pools"
5969msgstr ""
5970
5971#: config/tc-mcore.c:797
5972msgid "missing ']'"
5973msgstr ""
5974
5975#: config/tc-mcore.c:837
5976msgid "operand must be a constant"
5977msgstr ""
5978
5979#: config/tc-mcore.c:839
5980#, c-format
5981msgid "operand must be absolute in range %u..%u, not %ld"
5982msgstr ""
5983
5984#: config/tc-mcore.c:875
5985msgid "operand must be a multiple of 4"
5986msgstr ""
5987
5988#: config/tc-mcore.c:882
5989msgid "operand must be a multiple of 2"
5990msgstr ""
5991
5992#: config/tc-mcore.c:896 config/tc-mcore.c:1410 config/tc-mcore.c:1464
5993msgid "base register expected"
5994msgstr ""
5995
5996#: config/tc-mcore.c:945
5997#, c-format
5998msgid "unknown opcode \"%s\""
5999msgstr ""
6000
6001#: config/tc-mcore.c:988
6002msgid "invalid register: r15 illegal"
6003msgstr ""
6004
6005#: config/tc-mcore.c:1036 config/tc-mcore.c:1614
6006msgid "M340 specific opcode used when assembling for M210"
6007msgstr ""
6008
6009#: config/tc-mcore.c:1054 config/tc-mcore.c:1093 config/tc-mcore.c:1112
6010#: config/tc-mcore.c:1131 config/tc-mcore.c:1158 config/tc-mcore.c:1187
6011#: config/tc-mcore.c:1224 config/tc-mcore.c:1259 config/tc-mcore.c:1278
6012#: config/tc-mcore.c:1297 config/tc-mcore.c:1331 config/tc-mcore.c:1356
6013#: config/tc-mcore.c:1413 config/tc-mcore.c:1467 config/tc-mcore.c:1503
6014#: config/tc-mcore.c:1561 config/tc-mcore.c:1583 config/tc-mcore.c:1606
6015msgid "second operand missing"
6016msgstr ""
6017
6018#: config/tc-mcore.c:1069
6019msgid "destination register must be r1"
6020msgstr ""
6021
6022#: config/tc-mcore.c:1090
6023msgid "source register must be r1"
6024msgstr ""
6025
6026#: config/tc-mcore.c:1153 config/tc-mcore.c:1210
6027msgid "immediate is not a power of two"
6028msgstr ""
6029
6030#: config/tc-mcore.c:1181
6031msgid "translating bgeni to movi"
6032msgstr ""
6033
6034#: config/tc-mcore.c:1218
6035msgid "translating mgeni to movi"
6036msgstr ""
6037
6038#: config/tc-mcore.c:1250
6039msgid "translating bmaski to movi"
6040msgstr ""
6041
6042#: config/tc-mcore.c:1326
6043#, c-format
6044msgid "displacement too large (%d)"
6045msgstr ""
6046
6047#: config/tc-mcore.c:1340
6048msgid "Invalid register: r0 and r15 illegal"
6049msgstr ""
6050
6051#: config/tc-mcore.c:1371
6052msgid "bad starting register: r0 and r15 invalid"
6053msgstr ""
6054
6055#: config/tc-mcore.c:1384
6056msgid "ending register must be r15"
6057msgstr ""
6058
6059#: config/tc-mcore.c:1404
6060msgid "bad base register: must be r0"
6061msgstr ""
6062
6063#: config/tc-mcore.c:1422
6064msgid "first register must be r4"
6065msgstr ""
6066
6067#: config/tc-mcore.c:1433
6068msgid "last register must be r7"
6069msgstr ""
6070
6071#: config/tc-mcore.c:1470
6072msgid "reg-reg expected"
6073msgstr ""
6074
6075#: config/tc-mcore.c:1580
6076msgid "second operand must be 1"
6077msgstr ""
6078
6079#: config/tc-mcore.c:1601
6080msgid "zero used as immediate value"
6081msgstr ""
6082
6083#: config/tc-mcore.c:1628
6084msgid "duplicated psr bit specifier"
6085msgstr ""
6086
6087#: config/tc-mcore.c:1634
6088msgid "`af' must appear alone"
6089msgstr ""
6090
6091#: config/tc-mcore.c:1641
6092#, c-format
6093msgid "unimplemented opcode \"%s\""
6094msgstr ""
6095
6096#: config/tc-mcore.c:1650
6097#, c-format
6098msgid "ignoring operands: %s "
6099msgstr ""
6100
6101#: config/tc-mcore.c:1718 config/tc-w65.c:772
6102msgid "Bad call to MD_NTOF()"
6103msgstr ""
6104
6105#: config/tc-mcore.c:1788
6106#, c-format
6107msgid "unrecognised cpu type '%s'"
6108msgstr ""
6109
6110#: config/tc-mcore.c:1807
6111msgid ""
6112"MCORE specific options:\n"
6113"  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
6114"  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
6115"  -cpu=[210|340]          select CPU type\n"
6116"  -EB                     assemble for a big endian system (default)\n"
6117"  -EL                     assemble for a little endian system\n"
6118msgstr ""
6119
6120#: config/tc-mcore.c:1826
6121msgid "failed sanity check: short_jump"
6122msgstr ""
6123
6124#: config/tc-mcore.c:1837
6125msgid "failed sanity check: long_jump"
6126msgstr ""
6127
6128#: config/tc-mcore.c:1863
6129#, c-format
6130msgid "odd displacement at %x"
6131msgstr ""
6132
6133#: config/tc-mcore.c:2047
6134msgid "unknown"
6135msgstr ""
6136
6137#: config/tc-mcore.c:2073
6138#, c-format
6139msgid "odd distance branch (0x%lx bytes)"
6140msgstr ""
6141
6142#: config/tc-mcore.c:2077
6143#, c-format
6144msgid "pcrel for branch to %s too far (0x%lx)"
6145msgstr ""
6146
6147#: config/tc-mcore.c:2096
6148#, c-format
6149msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
6150msgstr ""
6151
6152#: config/tc-mcore.c:2107
6153#, c-format
6154msgid "pcrel for loopt too far (0x%lx)"
6155msgstr ""
6156
6157#: config/tc-mcore.c:2336
6158#, c-format
6159msgid "Can not do %d byte %srelocation"
6160msgstr ""
6161
6162#: config/tc-mcore.c:2338
6163msgid "pc-relative"
6164msgstr ""
6165
6166#. Prototypes for static functions.
6167#: config/tc-mips.c:818
6168#, c-format
6169msgid "internal Error, line %d, %s"
6170msgstr ""
6171
6172#: config/tc-mips.c:1131
6173#, c-format
6174msgid "internal: can't hash `%s': %s"
6175msgstr ""
6176
6177#: config/tc-mips.c:1139
6178#, c-format
6179msgid "internal error: bad mips16 opcode: %s %s\n"
6180msgstr ""
6181
6182#: config/tc-mips.c:1332
6183#, c-format
6184msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
6185msgstr ""
6186
6187#: config/tc-mips.c:1976 config/tc-mips.c:13666
6188msgid "extended instruction in delay slot"
6189msgstr ""
6190
6191#: config/tc-mips.c:2022 config/tc-mips.c:2032
6192#, c-format
6193msgid "jump to misaligned address (0x%lx)"
6194msgstr ""
6195
6196#: config/tc-mips.c:2025 config/tc-mips.c:2035
6197#, c-format
6198msgid "jump address range overflow (0x%lx)"
6199msgstr ""
6200
6201#: config/tc-mips.c:2805 config/tc-mips.c:3194
6202msgid "Macro instruction expanded into multiple instructions"
6203msgstr ""
6204
6205#: config/tc-mips.c:2817
6206msgid ""
6207"Macro instruction expanded into multiple instructions in a branch delay slot"
6208msgstr ""
6209
6210#: config/tc-mips.c:3225 config/tc-mips.c:7549 config/tc-mips.c:7575
6211#: config/tc-mips.c:7653 config/tc-mips.c:7678
6212msgid "operand overflow"
6213msgstr ""
6214
6215#: config/tc-mips.c:3251 config/tc-mips.c:6902 config/tc-mips.c:7754
6216msgid "Macro used $at after \".set noat\""
6217msgstr ""
6218
6219#: config/tc-mips.c:3281
6220msgid "unsupported large constant"
6221msgstr ""
6222
6223#: config/tc-mips.c:3283
6224#, c-format
6225msgid "Instruction %s requires absolute expression"
6226msgstr ""
6227
6228#: config/tc-mips.c:3422
6229#, c-format
6230msgid "Number (0x%lx) larger than 32 bits"
6231msgstr ""
6232
6233#: config/tc-mips.c:3444
6234msgid "Number larger than 64 bits"
6235msgstr ""
6236
6237#: config/tc-mips.c:3747 config/tc-mips.c:3787 config/tc-mips.c:3829
6238#: config/tc-mips.c:3886 config/tc-mips.c:6069 config/tc-mips.c:6111
6239#: config/tc-mips.c:6163 config/tc-mips.c:6661 config/tc-mips.c:6716
6240msgid "PIC code offset overflow (max 16 signed bits)"
6241msgstr ""
6242
6243#: config/tc-mips.c:4146
6244#, c-format
6245msgid "Branch %s is always false (nop)"
6246msgstr ""
6247
6248#: config/tc-mips.c:4153
6249#, c-format
6250msgid "Branch likely %s is always false"
6251msgstr ""
6252
6253#: config/tc-mips.c:4160 config/tc-mips.c:4228 config/tc-mips.c:4320
6254#: config/tc-mips.c:4369 config/tc-mips.c:7857 config/tc-mips.c:7865
6255#: config/tc-mips.c:7872 config/tc-mips.c:7979
6256msgid "Unsupported large constant"
6257msgstr ""
6258
6259#. result is always true
6260#: config/tc-mips.c:4194
6261#, c-format
6262msgid "Branch %s is always true"
6263msgstr ""
6264
6265#: config/tc-mips.c:4437 config/tc-mips.c:4540
6266msgid "Divide by zero."
6267msgstr ""
6268
6269#: config/tc-mips.c:4622
6270msgid "dla used to load 32-bit register"
6271msgstr ""
6272
6273#: config/tc-mips.c:4625
6274msgid "la used to load 64-bit address"
6275msgstr ""
6276
6277#: config/tc-mips.c:5000 config/tc-mips.c:5353
6278msgid "PIC code offset overflow (max 32 signed bits)"
6279msgstr ""
6280
6281#: config/tc-mips.c:5419
6282msgid "MIPS PIC call to register other than $25"
6283msgstr ""
6284
6285#: config/tc-mips.c:5425 config/tc-mips.c:5436 config/tc-mips.c:5574
6286#: config/tc-mips.c:5585
6287msgid "No .cprestore pseudo-op used in PIC code"
6288msgstr ""
6289
6290#: config/tc-mips.c:5430 config/tc-mips.c:5579
6291msgid "No .frame pseudo-op used in PIC code"
6292msgstr ""
6293
6294#: config/tc-mips.c:5657 config/tc-mips.c:5746 config/tc-mips.c:6414
6295#: config/tc-mips.c:6453 config/tc-mips.c:6471 config/tc-mips.c:7221
6296msgid "opcode not supported on this processor"
6297msgstr ""
6298
6299#: config/tc-mips.c:5970
6300msgid "load/store address overflow (max 32 bits)"
6301msgstr ""
6302
6303#: config/tc-mips.c:7084 config/tc-mips.c:7117 config/tc-mips.c:7167
6304#: config/tc-mips.c:7199
6305msgid "Improper rotate count"
6306msgstr ""
6307
6308#: config/tc-mips.c:7260
6309#, c-format
6310msgid "Instruction %s: result is always false"
6311msgstr ""
6312
6313#: config/tc-mips.c:7418
6314#, c-format
6315msgid "Instruction %s: result is always true"
6316msgstr ""
6317
6318#. FIXME: Check if this is one of the itbl macros, since they
6319#. are added dynamically.
6320#: config/tc-mips.c:7750
6321#, c-format
6322msgid "Macro %s not implemented yet"
6323msgstr ""
6324
6325#: config/tc-mips.c:8010
6326#, c-format
6327msgid "internal: bad mips opcode (mask error): %s %s"
6328msgstr ""
6329
6330#: config/tc-mips.c:8030 config/tc-mips.c:8361
6331#, c-format
6332msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"
6333msgstr ""
6334
6335#: config/tc-mips.c:8091
6336#, c-format
6337msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
6338msgstr ""
6339
6340#: config/tc-mips.c:8098
6341#, c-format
6342msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
6343msgstr ""
6344
6345#: config/tc-mips.c:8212
6346#, c-format
6347msgid "opcode not supported on this processor: %s (%s)"
6348msgstr ""
6349
6350#: config/tc-mips.c:8293
6351#, c-format
6352msgid "Improper position (%lu)"
6353msgstr ""
6354
6355#: config/tc-mips.c:8319
6356#, c-format
6357msgid "Improper insert size (%lu, position %lu)"
6358msgstr ""
6359
6360#: config/tc-mips.c:8345
6361#, c-format
6362msgid "Improper extract size (%lu, position %lu)"
6363msgstr ""
6364
6365#: config/tc-mips.c:8379
6366#, c-format
6367msgid "Improper shift amount (%lu)"
6368msgstr ""
6369
6370#: config/tc-mips.c:8405 config/tc-mips.c:9655 config/tc-mips.c:9770
6371#, c-format
6372msgid "Invalid value for `%s' (%lu)"
6373msgstr ""
6374
6375#: config/tc-mips.c:8423
6376#, c-format
6377msgid "Illegal break code (%lu)"
6378msgstr ""
6379
6380#: config/tc-mips.c:8437
6381#, c-format
6382msgid "Illegal lower break code (%lu)"
6383msgstr ""
6384
6385#: config/tc-mips.c:8450
6386#, c-format
6387msgid "Illegal 20-bit code (%lu)"
6388msgstr ""
6389
6390#: config/tc-mips.c:8462
6391#, c-format
6392msgid "Coproccesor code > 25 bits (%lu)"
6393msgstr ""
6394
6395#: config/tc-mips.c:8475
6396#, c-format
6397msgid "Illegal 19-bit code (%lu)"
6398msgstr ""
6399
6400#: config/tc-mips.c:8487
6401#, c-format
6402msgid "Invalid performance register (%lu)"
6403msgstr ""
6404
6405#: config/tc-mips.c:8525
6406#, c-format
6407msgid "Invalid register number (%d)"
6408msgstr ""
6409
6410#: config/tc-mips.c:8703
6411#, c-format
6412msgid "Invalid MDMX Immediate (%ld)"
6413msgstr ""
6414
6415#: config/tc-mips.c:8746
6416#, c-format
6417msgid "Invalid float register number (%d)"
6418msgstr ""
6419
6420#: config/tc-mips.c:8756
6421#, c-format
6422msgid "Float register should be even, was %d"
6423msgstr ""
6424
6425#: config/tc-mips.c:8795
6426#, c-format
6427msgid "Bad element selector %ld"
6428msgstr ""
6429
6430#: config/tc-mips.c:8802
6431#, c-format
6432msgid "Expecting ']' found '%s'"
6433msgstr ""
6434
6435#: config/tc-mips.c:8844
6436msgid "absolute expression required"
6437msgstr ""
6438
6439#: config/tc-mips.c:8912
6440#, c-format
6441msgid "Bad floating point constant: %s"
6442msgstr ""
6443
6444#: config/tc-mips.c:9040
6445msgid "Can't use floating point insn in this section"
6446msgstr ""
6447
6448#: config/tc-mips.c:9101
6449msgid "expression out of range"
6450msgstr ""
6451
6452#: config/tc-mips.c:9141
6453msgid "lui expression not in range 0..65535"
6454msgstr ""
6455
6456#: config/tc-mips.c:9165
6457#, c-format
6458msgid "invalid condition code register $fcc%d"
6459msgstr ""
6460
6461#: config/tc-mips.c:9190
6462msgid "invalid coprocessor sub-selection value (0-7)"
6463msgstr ""
6464
6465#: config/tc-mips.c:9202 config/tc-mips.c:9219
6466#, c-format
6467msgid "bad byte vector index (%ld)"
6468msgstr ""
6469
6470#: config/tc-mips.c:9230
6471#, c-format
6472msgid "bad char = '%c'\n"
6473msgstr ""
6474
6475#: config/tc-mips.c:9241 config/tc-mips.c:9246 config/tc-mips.c:9795
6476msgid "illegal operands"
6477msgstr ""
6478
6479#: config/tc-mips.c:9311
6480msgid "unrecognized opcode"
6481msgstr ""
6482
6483#: config/tc-mips.c:9423
6484#, c-format
6485msgid "invalid register number (%d)"
6486msgstr ""
6487
6488#: config/tc-mips.c:9514
6489msgid "used $at without \".set noat\""
6490msgstr ""
6491
6492#: config/tc-mips.c:9689
6493msgid "can't parse register list"
6494msgstr ""
6495
6496#: config/tc-mips.c:9913
6497msgid "extended operand requested but not required"
6498msgstr ""
6499
6500#: config/tc-mips.c:9915
6501msgid "invalid unextended operand value"
6502msgstr ""
6503
6504#: config/tc-mips.c:9943
6505msgid "operand value out of range for instruction"
6506msgstr ""
6507
6508#: config/tc-mips.c:10341
6509#, c-format
6510msgid "A different %s was already specified, is now %s"
6511msgstr ""
6512
6513#: config/tc-mips.c:10502
6514msgid "-G may not be used with embedded PIC code"
6515msgstr ""
6516
6517#: config/tc-mips.c:10531
6518msgid "-call_shared is supported only for ELF format"
6519msgstr ""
6520
6521#: config/tc-mips.c:10538 config/tc-mips.c:11849 config/tc-mips.c:12087
6522msgid "-G may not be used with SVR4 PIC code"
6523msgstr ""
6524
6525#: config/tc-mips.c:10547
6526msgid "-non_shared is supported only for ELF format"
6527msgstr ""
6528
6529#: config/tc-mips.c:10565
6530msgid "-G is not supported for this configuration"
6531msgstr ""
6532
6533#: config/tc-mips.c:10570
6534msgid "-G may not be used with SVR4 or embedded PIC code"
6535msgstr ""
6536
6537#: config/tc-mips.c:10584
6538msgid "-32 is supported for ELF format only"
6539msgstr ""
6540
6541#: config/tc-mips.c:10593
6542msgid "-n32 is supported for ELF format only"
6543msgstr ""
6544
6545#: config/tc-mips.c:10602
6546msgid "-64 is supported for ELF format only"
6547msgstr ""
6548
6549#: config/tc-mips.c:10607 config/tc-mips.c:10644
6550msgid "No compiled in support for 64 bit object file format"
6551msgstr ""
6552
6553#: config/tc-mips.c:10631
6554msgid "-mabi is supported for ELF format only"
6555msgstr ""
6556
6557#: config/tc-mips.c:10651
6558#, c-format
6559msgid "invalid abi -mabi=%s"
6560msgstr ""
6561
6562#: config/tc-mips.c:10718
6563msgid "-G not supported in this configuration."
6564msgstr ""
6565
6566#: config/tc-mips.c:10744
6567#, c-format
6568msgid "-%s conflicts with the other architecture options, which imply -%s"
6569msgstr ""
6570
6571#: config/tc-mips.c:10775
6572msgid "-mgp64 used with a 32-bit processor"
6573msgstr ""
6574
6575#: config/tc-mips.c:10777
6576msgid "-mgp32 used with a 64-bit ABI"
6577msgstr ""
6578
6579#: config/tc-mips.c:10779
6580msgid "-mgp64 used with a 32-bit ABI"
6581msgstr ""
6582
6583#: config/tc-mips.c:10809
6584msgid "trap exception not supported at ISA 1"
6585msgstr ""
6586
6587#: config/tc-mips.c:10957
6588#, c-format
6589msgid "Unmatched %%hi reloc"
6590msgstr ""
6591
6592#: config/tc-mips.c:11049
6593msgid "Cannot branch to undefined symbol."
6594msgstr ""
6595
6596#: config/tc-mips.c:11056
6597msgid "Cannot branch to symbol in another section."
6598msgstr ""
6599
6600#: config/tc-mips.c:11065
6601msgid "Pretending global symbol used as branch target is local."
6602msgstr ""
6603
6604#: config/tc-mips.c:11230
6605msgid "Invalid PC relative reloc"
6606msgstr ""
6607
6608#: config/tc-mips.c:11325 config/tc-sparc.c:3185 config/tc-sparc.c:3192
6609#: config/tc-sparc.c:3199 config/tc-sparc.c:3206 config/tc-sparc.c:3213
6610#: config/tc-sparc.c:3222 config/tc-sparc.c:3233 config/tc-sparc.c:3255
6611#: config/tc-sparc.c:3279 write.c:998 write.c:1070
6612msgid "relocation overflow"
6613msgstr ""
6614
6615#: config/tc-mips.c:11335
6616#, c-format
6617msgid "Branch to odd address (%lx)"
6618msgstr ""
6619
6620#: config/tc-mips.c:11384
6621msgid "Branch out of range"
6622msgstr ""
6623
6624#: config/tc-mips.c:11491
6625#, c-format
6626msgid "%08lx  UNDEFINED\n"
6627msgstr ""
6628
6629#: config/tc-mips.c:11550
6630#, c-format
6631msgid "Alignment too large: %d. assumed."
6632msgstr ""
6633
6634#: config/tc-mips.c:11553
6635msgid "Alignment negative: 0 assumed."
6636msgstr ""
6637
6638#: config/tc-mips.c:11640
6639msgid "No read only data section in this object file format"
6640msgstr ""
6641
6642#: config/tc-mips.c:11663
6643msgid "Global pointers not supported; recompile -G 0"
6644msgstr ""
6645
6646#: config/tc-mips.c:11805
6647#, c-format
6648msgid "%s: no such section"
6649msgstr ""
6650
6651#: config/tc-mips.c:11844
6652#, c-format
6653msgid ".option pic%d not supported"
6654msgstr ""
6655
6656#: config/tc-mips.c:11855
6657#, c-format
6658msgid "Unrecognized option \"%s\""
6659msgstr ""
6660
6661#: config/tc-mips.c:11917
6662msgid "`noreorder' must be set before `nomacro'"
6663msgstr ""
6664
6665#: config/tc-mips.c:11989
6666#, c-format
6667msgid "unknown architecture %s"
6668msgstr ""
6669
6670#: config/tc-mips.c:11997 config/tc-mips.c:12018
6671#, c-format
6672msgid "unknown ISA level %s"
6673msgstr ""
6674
6675#: config/tc-mips.c:12046
6676msgid ".set pop with no .set push"
6677msgstr ""
6678
6679#: config/tc-mips.c:12070
6680#, c-format
6681msgid "Tried to set unrecognized symbol: %s\n"
6682msgstr ""
6683
6684#: config/tc-mips.c:12120
6685msgid ".cpload not in noreorder section"
6686msgstr ""
6687
6688#: config/tc-mips.c:12176 config/tc-mips.c:12195
6689msgid "missing argument separator ',' for .cpsetup"
6690msgstr ""
6691
6692#: config/tc-mips.c:12373
6693msgid "Unsupported use of .gpword"
6694msgstr ""
6695
6696#: config/tc-mips.c:12409
6697msgid "Unsupported use of .gpdword"
6698msgstr ""
6699
6700#: config/tc-mips.c:12544
6701msgid "expected `$'"
6702msgstr ""
6703
6704#: config/tc-mips.c:12552
6705msgid "Bad register number"
6706msgstr ""
6707
6708#: config/tc-mips.c:12600
6709msgid "Unrecognized register name"
6710msgstr ""
6711
6712#: config/tc-mips.c:12835
6713msgid "unsupported PC relative reference to different section"
6714msgstr ""
6715
6716#: config/tc-mips.c:12948
6717msgid "unsupported relocation"
6718msgstr ""
6719
6720#: config/tc-mips.c:13063
6721msgid "AT used after \".set noat\" or macro used after \".set nomacro\""
6722msgstr ""
6723
6724#: config/tc-mips.c:13126
6725msgid "Double check fx_r_type in tc-mips.c:tc_gen_reloc"
6726msgstr ""
6727
6728#: config/tc-mips.c:13341 config/tc-sh.c:3800
6729#, c-format
6730msgid "Can not represent %s relocation in this object file format"
6731msgstr ""
6732
6733#: config/tc-mips.c:13430
6734msgid "relaxed out-of-range branch into a jump"
6735msgstr ""
6736
6737#: config/tc-mips.c:13903
6738msgid "missing .end at end of assembly"
6739msgstr ""
6740
6741#: config/tc-mips.c:13918
6742msgid "expected simple number"
6743msgstr ""
6744
6745#: config/tc-mips.c:13944
6746#, c-format
6747msgid " *input_line_pointer == '%c' 0x%02x\n"
6748msgstr ""
6749
6750#: config/tc-mips.c:13946
6751msgid "invalid number"
6752msgstr ""
6753
6754#: config/tc-mips.c:14019
6755msgid ".end not in text section"
6756msgstr ""
6757
6758#: config/tc-mips.c:14023
6759msgid ".end directive without a preceding .ent directive."
6760msgstr ""
6761
6762#: config/tc-mips.c:14032
6763msgid ".end symbol does not match .ent symbol."
6764msgstr ""
6765
6766#: config/tc-mips.c:14039
6767msgid ".end directive missing or unknown symbol"
6768msgstr ""
6769
6770#: config/tc-mips.c:14099
6771msgid ".ent or .aent not in text section."
6772msgstr ""
6773
6774#: config/tc-mips.c:14102
6775msgid "missing .end"
6776msgstr ""
6777
6778#: config/tc-mips.c:14154
6779msgid "Bad .frame directive"
6780msgstr ""
6781
6782#: config/tc-mips.c:14186
6783msgid ".mask/.fmask outside of .ent"
6784msgstr ""
6785
6786#: config/tc-mips.c:14193
6787msgid "Bad .mask/.fmask directive"
6788msgstr ""
6789
6790#: config/tc-mips.c:14472
6791msgid ""
6792"MIPS options:\n"
6793"-membedded-pic\t\tgenerate embedded position independent code\n"
6794"-EB\t\t\tgenerate big endian output\n"
6795"-EL\t\t\tgenerate little endian output\n"
6796"-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
6797"-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
6798"\t\t\timplicitly with the gp register [default 8]\n"
6799msgstr ""
6800
6801#: config/tc-mips.c:14480
6802msgid ""
6803"-mips1\t\t\tgenerate MIPS ISA I instructions\n"
6804"-mips2\t\t\tgenerate MIPS ISA II instructions\n"
6805"-mips3\t\t\tgenerate MIPS ISA III instructions\n"
6806"-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
6807"-mips5                  generate MIPS ISA V instructions\n"
6808"-mips32                 generate MIPS32 ISA instructions\n"
6809"-mips32r2               generate MIPS32 release 2 ISA instructions\n"
6810"-mips64                 generate MIPS64 ISA instructions\n"
6811"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
6812msgstr ""
6813
6814#: config/tc-mips.c:14498
6815msgid ""
6816"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
6817"-no-mCPU\t\tdon't generate code specific to CPU.\n"
6818"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
6819msgstr ""
6820
6821#: config/tc-mips.c:14511
6822msgid ""
6823"-mips16\t\t\tgenerate mips16 instructions\n"
6824"-no-mips16\t\tdo not generate mips16 instructions\n"
6825msgstr ""
6826
6827#: config/tc-mips.c:14514
6828msgid ""
6829"-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
6830"-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
6831"-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
6832"-O\t\t\tremove unneeded NOPs and swap branches\n"
6833"-n\t\t\twarn about NOPs generated from macros\n"
6834"--[no-]construct-floats [dis]allow floating point values to be constructed\n"
6835"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
6836"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
6837msgstr ""
6838
6839#: config/tc-mips.c:14524
6840msgid ""
6841"-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
6842"-non_shared\t\tdo not generate position independent code\n"
6843"-xgot\t\t\tassume a 32 bit GOT\n"
6844"-mabi=ABI\t\tcreate ABI conformant object file for:\n"
6845msgstr ""
6846
6847#: config/tc-mips.c:14540
6848msgid ""
6849"-32\t\t\tcreate o32 ABI object file (default)\n"
6850"-n32\t\t\tcreate n32 ABI object file\n"
6851"-64\t\t\tcreate 64 ABI object file\n"
6852msgstr ""
6853
6854#: config/tc-mmix.c:677
6855msgid " MMIX-specific command line options:\n"
6856msgstr ""
6857
6858#: config/tc-mmix.c:678
6859msgid ""
6860"  -fixed-special-register-names\n"
6861"                          Allow only the original special register names.\n"
6862msgstr ""
6863
6864#: config/tc-mmix.c:681
6865msgid "  -globalize-symbols      Make all symbols global.\n"
6866msgstr ""
6867
6868#: config/tc-mmix.c:683
6869msgid "  -gnu-syntax             Turn off mmixal syntax compatibility.\n"
6870msgstr ""
6871
6872#: config/tc-mmix.c:685
6873msgid "  -relax                  Create linker relaxable code.\n"
6874msgstr ""
6875
6876#: config/tc-mmix.c:687
6877msgid ""
6878"  -no-predefined-syms     Do not provide mmixal built-in constants.\n"
6879"                          Implies -fixed-special-register-names.\n"
6880msgstr ""
6881
6882#: config/tc-mmix.c:690
6883msgid ""
6884"  -no-expand              Do not expand GETA, branches, PUSHJ or JUMP\n"
6885"                          into multiple instructions.\n"
6886msgstr ""
6887
6888#: config/tc-mmix.c:693
6889msgid ""
6890"  -no-merge-gregs         Do not merge GREG definitions with nearby values.\n"
6891msgstr ""
6892
6893#: config/tc-mmix.c:695
6894msgid ""
6895"  -linker-allocated-gregs If there's no suitable GREG definition for "
6896"the                          operands of an instruction, let the linker "
6897"resolve.\n"
6898msgstr ""
6899
6900#: config/tc-mmix.c:698
6901msgid ""
6902"  -x                      Do not warn when an operand to GETA, a branch,\n"
6903"                          PUSHJ or JUMP is not known to be within range.\n"
6904"                          The linker will catch any errors.  Implies\n"
6905"                          -linker-allocated-gregs."
6906msgstr ""
6907
6908#: config/tc-mmix.c:825
6909#, c-format
6910msgid "unknown opcode: `%s'"
6911msgstr ""
6912
6913#: config/tc-mmix.c:947 config/tc-mmix.c:962
6914msgid "specified location wasn't TETRA-aligned"
6915msgstr ""
6916
6917#: config/tc-mmix.c:949 config/tc-mmix.c:964 config/tc-mmix.c:4015
6918#: config/tc-mmix.c:4031
6919msgid "unaligned data at an absolute location is not supported"
6920msgstr ""
6921
6922#: config/tc-mmix.c:1074
6923#, c-format
6924msgid "invalid operand to opcode %s: `%s'"
6925msgstr ""
6926
6927#: config/tc-mmix.c:1096 config/tc-mmix.c:1123 config/tc-mmix.c:1156
6928#: config/tc-mmix.c:1164 config/tc-mmix.c:1181 config/tc-mmix.c:1209
6929#: config/tc-mmix.c:1230 config/tc-mmix.c:1255 config/tc-mmix.c:1303
6930#: config/tc-mmix.c:1401 config/tc-mmix.c:1426 config/tc-mmix.c:1458
6931#: config/tc-mmix.c:1490 config/tc-mmix.c:1520 config/tc-mmix.c:1573
6932#: config/tc-mmix.c:1590 config/tc-mmix.c:1617 config/tc-mmix.c:1645
6933#: config/tc-mmix.c:1672 config/tc-mmix.c:1698 config/tc-mmix.c:1714
6934#: config/tc-mmix.c:1740 config/tc-mmix.c:1756 config/tc-mmix.c:1772
6935#: config/tc-mmix.c:1835 config/tc-mmix.c:1851
6936#, c-format
6937msgid "invalid operands to opcode %s: `%s'"
6938msgstr ""
6939
6940#: config/tc-mmix.c:1828
6941#, c-format
6942msgid "unsupported operands to %s: `%s'"
6943msgstr ""
6944
6945#: config/tc-mmix.c:1956
6946msgid "internal: mmix_prefix_name but empty prefix"
6947msgstr ""
6948
6949#: config/tc-mmix.c:2001
6950#, c-format
6951msgid "too many GREG registers allocated (max %d)"
6952msgstr ""
6953
6954#: config/tc-mmix.c:2061
6955msgid "BSPEC already active.  Nesting is not supported."
6956msgstr ""
6957
6958#: config/tc-mmix.c:2070
6959msgid "invalid BSPEC expression"
6960msgstr ""
6961
6962#: config/tc-mmix.c:2086
6963#, c-format
6964msgid "can't create section %s"
6965msgstr ""
6966
6967#: config/tc-mmix.c:2091
6968#, c-format
6969msgid "can't set section flags for section %s"
6970msgstr ""
6971
6972#: config/tc-mmix.c:2113
6973msgid "ESPEC without preceding BSPEC"
6974msgstr ""
6975
6976#: config/tc-mmix.c:2143
6977msgid "missing local expression"
6978msgstr ""
6979
6980#: config/tc-mmix.c:2363
6981msgid "operand out of range, instruction expanded"
6982msgstr ""
6983
6984#. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
6985#. user-friendly, though a little bit non-substantial.
6986#: config/tc-mmix.c:2620
6987msgid "directive LOCAL must be placed in code or data"
6988msgstr ""
6989
6990#: config/tc-mmix.c:2621
6991msgid "internal confusion: relocation in a section without contents"
6992msgstr ""
6993
6994#: config/tc-mmix.c:2734
6995msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
6996msgstr ""
6997
6998#: config/tc-mmix.c:2782
6999msgid "no suitable GREG definition for operands"
7000msgstr ""
7001
7002#: config/tc-mmix.c:2841
7003msgid "operands were not reducible at assembly-time"
7004msgstr ""
7005
7006#: config/tc-mmix.c:2868
7007#, c-format
7008msgid "cannot generate relocation type for symbol %s, code %s"
7009msgstr ""
7010
7011#: config/tc-mmix.c:2888
7012#, c-format
7013msgid "internal: unhandled label %s"
7014msgstr ""
7015
7016#: config/tc-mmix.c:2942
7017msgid "[0-9]H labels may not appear alone on a line"
7018msgstr ""
7019
7020#: config/tc-mmix.c:2951
7021msgid "[0-9]H labels do not mix with dot-pseudos"
7022msgstr ""
7023
7024#: config/tc-mmix.c:3015
7025msgid "invalid characters in input"
7026msgstr ""
7027
7028#: config/tc-mmix.c:3119
7029msgid "empty label field for IS"
7030msgstr ""
7031
7032#: config/tc-mmix.c:3344
7033#, c-format
7034msgid "internal: unexpected relax type %d:%d"
7035msgstr ""
7036
7037#: config/tc-mmix.c:3366
7038msgid "BSPEC without ESPEC."
7039msgstr ""
7040
7041#: config/tc-mmix.c:3568
7042msgid "GREG expression too complicated"
7043msgstr ""
7044
7045#: config/tc-mmix.c:3583
7046msgid "internal: GREG expression not resolved to section"
7047msgstr ""
7048
7049#: config/tc-mmix.c:3634
7050msgid "register section has contents\n"
7051msgstr ""
7052
7053#: config/tc-mmix.c:3768
7054msgid "section change from within a BSPEC/ESPEC pair is not supported"
7055msgstr ""
7056
7057#: config/tc-mmix.c:3790
7058msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
7059msgstr ""
7060
7061#: config/tc-mmix.c:3801
7062msgid "invalid LOC expression"
7063msgstr ""
7064
7065#: config/tc-mmix.c:3826 config/tc-mmix.c:3852
7066msgid "LOC expression stepping backwards is not supported"
7067msgstr ""
7068
7069#. We will only get here in rare cases involving #NO_APP,
7070#. where the unterminated string is not recognized by the
7071#. preformatting pass.
7072#: config/tc-mmix.c:3936 config/tc-mmix.c:4097
7073msgid "unterminated string"
7074msgstr ""
7075
7076#: config/tc-mmix.c:3953
7077msgid "BYTE expression not a pure number"
7078msgstr ""
7079
7080#. Note that mmixal does not allow negative numbers in
7081#. BYTE sequences, so neither should we.
7082#: config/tc-mmix.c:3962
7083msgid "BYTE expression not in the range 0..255"
7084msgstr ""
7085
7086#: config/tc-mmix.c:4013 config/tc-mmix.c:4029
7087msgid "data item with alignment larger than location"
7088msgstr ""
7089
7090#. Since integer_constant is local to expr.c, we have to make this a
7091#. macro.  FIXME: Do it cleaner.
7092#: config/tc-mmix.h:104
7093msgid "`&' serial number operator is not supported"
7094msgstr ""
7095
7096#: config/tc-mn10200.c:319
7097msgid ""
7098"MN10200 options:\n"
7099"none yet\n"
7100msgstr ""
7101
7102#: config/tc-mn10200.c:793 config/tc-mn10300.c:1387 config/tc-ppc.c:2088
7103#: config/tc-s390.c:1540 config/tc-v850.c:1677
7104#, c-format
7105msgid "Unrecognized opcode: `%s'"
7106msgstr ""
7107
7108#: config/tc-mn10200.c:1036 config/tc-mn10300.c:1960 config/tc-ppc.c:2566
7109#: config/tc-s390.c:1455 config/tc-v850.c:2100
7110#, c-format
7111msgid "junk at end of line: `%s'"
7112msgstr ""
7113
7114#: config/tc-mn10200.c:1242 write.c:2691
7115#, c-format
7116msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
7117msgstr ""
7118
7119#: config/tc-mn10200.c:1347 config/tc-mn10300.c:2589 config/tc-ppc.c:1426
7120#: config/tc-v850.c:1606
7121#, c-format
7122msgid "operand out of range (%s not between %ld and %ld)"
7123msgstr ""
7124
7125#: config/tc-mn10300.c:690
7126msgid ""
7127"MN10300 options:\n"
7128"none yet\n"
7129msgstr ""
7130
7131#: config/tc-mn10300.c:1356 config/tc-sh.c:805 config/tc-xtensa.c:5177
7132#: read.c:3764
7133#, c-format
7134msgid "unsupported BFD relocation size %u"
7135msgstr ""
7136
7137#: config/tc-mn10300.c:1404
7138msgid "Invalid opcode/operands"
7139msgstr ""
7140
7141#: config/tc-mn10300.c:1931
7142msgid "Invalid register specification."
7143msgstr ""
7144
7145#: config/tc-mn10300.c:2514
7146#, c-format
7147msgid "Bad relocation fixup type (%d)"
7148msgstr ""
7149
7150#: config/tc-msp430.c:170
7151msgid "Known MCU names:\n"
7152msgstr ""
7153
7154#: config/tc-msp430.c:173
7155#, c-format
7156msgid "\t %s\n"
7157msgstr ""
7158
7159#: config/tc-msp430.c:183
7160msgid ""
7161"MSP430 options:\n"
7162"  -mmcu=[msp430-name] select microcontroller type\n"
7163"                  msp430x110  msp430x112\n"
7164"                  msp430x1101 msp430x1111\n"
7165"                  msp430x1121 msp430x1122 msp430x1132\n"
7166"                  msp430x122  msp430x123\n"
7167"                  msp430x1222 msp430x1232\n"
7168"                  msp430x133  msp430x135\n"
7169"                  msp430x1331 msp430x1351\n"
7170"                  msp430x147  msp430x148  msp430x149\n"
7171"                  msp430x155  msp430x156  msp430x157\n"
7172"                  msp430x167  msp430x168  msp430x169\n"
7173"                  msp430x311  msp430x312  msp430x313  msp430x314  "
7174"msp430x315\n"
7175"                  msp430x323  msp430x325\n"
7176"                  msp430x336  msp430x337\n"
7177"                  msp430x412  msp430x413\n"
7178"                  msp430x435  msp430x436  msp430x437\n"
7179"                  msp430x447  msp430x448  msp430x449\n"
7180msgstr ""
7181
7182#: config/tc-msp430.c:263
7183#, c-format
7184msgid "redefinition of mcu type %s' to %s'"
7185msgstr ""
7186
7187#: config/tc-msp430.c:496
7188#, c-format
7189msgid "instruction %s requires %d operand(s)"
7190msgstr ""
7191
7192#: config/tc-msp430.c:743
7193#, c-format
7194msgid "Even number required. Rounded to %d"
7195msgstr ""
7196
7197#: config/tc-msp430.c:754
7198#, c-format
7199msgid "Wrong displacement  %d"
7200msgstr ""
7201
7202#: config/tc-msp430.c:771
7203msgid "instruction requires label sans '$'"
7204msgstr ""
7205
7206#: config/tc-msp430.c:777
7207msgid "instruction requires label or value in range -511:512"
7208msgstr ""
7209
7210#: config/tc-msp430.c:783
7211msgid "instruction requires label"
7212msgstr ""
7213
7214#: config/tc-msp430.c:789
7215msgid "Ilegal instruction or not implmented opcode."
7216msgstr ""
7217
7218#: config/tc-msp430.c:817
7219#, c-format
7220msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
7221msgstr ""
7222
7223#: config/tc-msp430.c:827
7224msgid "this addressing mode is not applicable for destination operand"
7225msgstr ""
7226
7227#: config/tc-msp430.c:944
7228#, c-format
7229msgid "value %ld out of range. Use #lo() or #hi()"
7230msgstr ""
7231
7232#: config/tc-msp430.c:1040
7233#, c-format
7234msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() "
7235msgstr ""
7236
7237#: config/tc-msp430.c:1090 config/tc-msp430.c:1304
7238#, c-format
7239msgid "unknown operand %s"
7240msgstr ""
7241
7242#: config/tc-msp430.c:1111 config/tc-msp430.c:1242
7243#, c-format
7244msgid "value out of range: %d"
7245msgstr ""
7246
7247#: config/tc-msp430.c:1120 config/tc-msp430.c:1259
7248#, c-format
7249msgid "unknown expression in operand %s"
7250msgstr ""
7251
7252#: config/tc-msp430.c:1134 config/tc-msp430.c:1141
7253#, c-format
7254msgid "unknown addressing mode %s"
7255msgstr ""
7256
7257#: config/tc-msp430.c:1149
7258#, c-format
7259msgid "Bad register name r%s"
7260msgstr ""
7261
7262#: config/tc-msp430.c:1161
7263#, c-format
7264msgid "MSP430 does not have %d registers"
7265msgstr ""
7266
7267#: config/tc-msp430.c:1181
7268msgid "')' required"
7269msgstr ""
7270
7271#: config/tc-msp430.c:1194
7272#, c-format
7273msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
7274msgstr ""
7275
7276#: config/tc-msp430.c:1203
7277#, c-format
7278msgid "unknown operator (r%s substituded as a register name"
7279msgstr ""
7280
7281#: config/tc-msp430.c:1215 config/tc-msp430.c:1226
7282#, c-format
7283msgid "unknown operator %s"
7284msgstr ""
7285
7286#: config/tc-msp430.c:1220
7287msgid "r2 should not be used in indexed addressing mode"
7288msgstr ""
7289
7290#. Unreachable.
7291#: config/tc-msp430.c:1321
7292#, c-format
7293msgid "unknown addressing mode for operand %s"
7294msgstr ""
7295
7296#: config/tc-ns32k.c:449
7297msgid "Invalid syntax in PC-relative addressing mode"
7298msgstr ""
7299
7300#: config/tc-ns32k.c:473
7301msgid "Invalid syntax in External addressing mode"
7302msgstr ""
7303
7304#: config/tc-ns32k.c:554
7305msgid "Invalid syntax in Memory Relative addressing mode"
7306msgstr ""
7307
7308#: config/tc-ns32k.c:621
7309msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
7310msgstr ""
7311
7312#: config/tc-ns32k.c:626
7313msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
7314msgstr ""
7315
7316#: config/tc-ns32k.c:631
7317msgid "Scaled-indexed addressing mode combined with scaled-index"
7318msgstr ""
7319
7320#: config/tc-ns32k.c:642
7321msgid "Invalid or illegal addressing mode combined with scaled-index"
7322msgstr ""
7323
7324#: config/tc-ns32k.c:757
7325msgid "Premature end of suffix -- Defaulting to d"
7326msgstr ""
7327
7328#: config/tc-ns32k.c:770
7329msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
7330msgstr ""
7331
7332#: config/tc-ns32k.c:817
7333msgid "Very short instr to option, ie you can't do it on a NULLstr"
7334msgstr ""
7335
7336#: config/tc-ns32k.c:870
7337msgid "No such entry in list. (cpu/mmu register)"
7338msgstr ""
7339
7340#: config/tc-ns32k.c:915
7341msgid "Internal consistency error.  check ns32k-opcode.h"
7342msgstr ""
7343
7344#: config/tc-ns32k.c:939
7345msgid "Address of immediate operand"
7346msgstr ""
7347
7348#: config/tc-ns32k.c:940
7349msgid "Invalid immediate write operand."
7350msgstr ""
7351
7352#: config/tc-ns32k.c:1070
7353msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
7354msgstr ""
7355
7356#: config/tc-ns32k.c:1107
7357msgid "No such opcode"
7358msgstr ""
7359
7360#: config/tc-ns32k.c:1184
7361msgid "Bad suffix, defaulting to d"
7362msgstr ""
7363
7364#: config/tc-ns32k.c:1212
7365msgid "Too many operands passed to instruction"
7366msgstr ""
7367
7368#. Check error in default.
7369#: config/tc-ns32k.c:1225
7370msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
7371msgstr ""
7372
7373#: config/tc-ns32k.c:1229
7374msgid "Wrong number of operands"
7375msgstr ""
7376
7377#: config/tc-ns32k.c:1355
7378msgid "iif convert internal pcrel/binary"
7379msgstr ""
7380
7381#: config/tc-ns32k.c:1372
7382msgid "Bignum too big for long"
7383msgstr ""
7384
7385#: config/tc-ns32k.c:1451
7386msgid "iif convert internal pcrel/pointer"
7387msgstr ""
7388
7389#: config/tc-ns32k.c:1456
7390msgid "Internal logic error in iif.iifP[n].type"
7391msgstr ""
7392
7393#. We cant relax this case.
7394#: config/tc-ns32k.c:1493
7395msgid "Can't relax difference"
7396msgstr ""
7397
7398#: config/tc-ns32k.c:1541
7399msgid "Displacement to large for :d"
7400msgstr ""
7401
7402#: config/tc-ns32k.c:1554
7403msgid "Internal logic error in iif.iifP[].type"
7404msgstr ""
7405
7406#: config/tc-ns32k.c:1614
7407#, c-format
7408msgid "Can not do %d byte pc-relative relocation for storage type %d"
7409msgstr ""
7410
7411#: config/tc-ns32k.c:1617
7412#, c-format
7413msgid "Can not do %d byte relocation for storage type %d"
7414msgstr ""
7415
7416#. Fatal.
7417#: config/tc-ns32k.c:1652
7418#, c-format
7419msgid "Can't hash %s: %s"
7420msgstr ""
7421
7422#: config/tc-ns32k.c:1740
7423#, c-format
7424msgid "value of %ld out of byte displacement range."
7425msgstr ""
7426
7427#: config/tc-ns32k.c:1749
7428#, c-format
7429msgid "value of %ld out of word displacement range."
7430msgstr ""
7431
7432#: config/tc-ns32k.c:1763
7433#, c-format
7434msgid "value of %ld out of double word displacement range."
7435msgstr ""
7436
7437#: config/tc-ns32k.c:1783
7438#, c-format
7439msgid "Internal logic error.  line %d, file \"%s\""
7440msgstr ""
7441
7442#: config/tc-ns32k.c:1831
7443#, c-format
7444msgid "Internal logic error. line %d, file \"%s\""
7445msgstr ""
7446
7447#: config/tc-ns32k.c:1936
7448msgid "Bit field out of range"
7449msgstr ""
7450
7451#: config/tc-ns32k.c:2183
7452#, c-format
7453msgid "invalid architecture option -m%s, ignored"
7454msgstr ""
7455
7456#: config/tc-ns32k.c:2196
7457#, c-format
7458msgid "invalid default displacement size \"%s\". Defaulting to %d."
7459msgstr ""
7460
7461#: config/tc-ns32k.c:2213
7462msgid ""
7463"NS32K options:\n"
7464"-m32032 | -m32532\tselect variant of NS32K architecture\n"
7465"--disp-size-default=<1|2|4>\n"
7466msgstr ""
7467
7468#: config/tc-ns32k.c:2397
7469#, c-format
7470msgid "Cannot find relocation type for symbol %s, code %d"
7471msgstr ""
7472
7473#: config/tc-or32.c:465 config/tc-or32.c:680
7474#, c-format
7475msgid "unknown opcode1: `%s'"
7476msgstr ""
7477
7478#: config/tc-or32.c:471 config/tc-or32.c:686
7479#, c-format
7480msgid "unknown opcode2 `%s'."
7481msgstr ""
7482
7483#: config/tc-or32.c:510 config/tc-or32.c:725
7484#, c-format
7485msgid "instruction not allowed: %s"
7486msgstr ""
7487
7488#: config/tc-or32.c:513 config/tc-or32.c:728
7489#, c-format
7490msgid "too many operands: %s"
7491msgstr ""
7492
7493#: config/tc-or32.c:603 config/tc-or32.c:819
7494msgid "call/jmp target out of range (1)"
7495msgstr ""
7496
7497#: config/tc-or32.c:1016 config/tc-or32.c:1133
7498msgid "the linker will not handle this relocation correctly (1)"
7499msgstr ""
7500
7501#: config/tc-or32.c:1025 config/tc-or32.c:1142
7502msgid "call/jmp target out of range (2)"
7503msgstr ""
7504
7505#: config/tc-or32.c:1433
7506msgid "register out of range"
7507msgstr ""
7508
7509#: config/tc-or32.c:1478
7510msgid "invalid register in & expression"
7511msgstr ""
7512
7513#: config/tc-pdp11.c:454
7514msgid "Low order bits truncated in immediate float operand"
7515msgstr ""
7516
7517#: config/tc-pdp11.c:665
7518#, c-format
7519msgid "Unknown instruction '%s'"
7520msgstr ""
7521
7522#: config/tc-pj.c:82 config/tc-pj.c:90
7523msgid "confusing relocation expressions"
7524msgstr ""
7525
7526#: config/tc-pj.c:181
7527msgid "can't have relocation for ipush"
7528msgstr ""
7529
7530#: config/tc-pj.c:290 config/tc-xtensa.c:4976
7531#, c-format
7532msgid "unknown opcode %s"
7533msgstr ""
7534
7535#: config/tc-pj.c:439
7536msgid ""
7537"PJ options:\n"
7538"-little\t\t\tgenerate little endian code\n"
7539"-big\t\t\tgenerate big endian code\n"
7540msgstr ""
7541
7542#: config/tc-pj.c:469 config/tc-sh.c:3464 config/tc-sh.c:3471
7543#: config/tc-sh.c:3478 config/tc-sh.c:3485
7544msgid "pcrel too far"
7545msgstr ""
7546
7547#: config/tc-pj.h:38
7548msgid "convert_frag\n"
7549msgstr ""
7550
7551#: config/tc-pj.h:39
7552msgid "estimate size\n"
7553msgstr ""
7554
7555#: config/tc-ppc.c:879
7556#, c-format
7557msgid "%s unsupported"
7558msgstr ""
7559
7560#: config/tc-ppc.c:1029 config/tc-s390.c:414 config/tc-s390.c:421
7561#, c-format
7562msgid "invalid switch -m%s"
7563msgstr ""
7564
7565#: config/tc-ppc.c:1066
7566msgid ""
7567"PowerPC options:\n"
7568"-a32\t\t\tgenerate ELF32/XCOFF32\n"
7569"-a64\t\t\tgenerate ELF64/XCOFF64\n"
7570"-u\t\t\tignored\n"
7571"-mpwrx, -mpwr2\t\tgenerate code for POWER/2 (RIOS2)\n"
7572"-mpwr\t\t\tgenerate code for POWER (RIOS1)\n"
7573"-m601\t\t\tgenerate code for PowerPC 601\n"
7574"-mppc, -mppc32, -m603, -m604\n"
7575"\t\t\tgenerate code for PowerPC 603/604\n"
7576"-m403, -m405\t\tgenerate code for PowerPC 403/405\n"
7577"-m7400, -m7410, -m7450, -m7455\n"
7578"\t\t\tgenerate code For PowerPC 7400/7410/7450/7455\n"
7579msgstr ""
7580
7581#: config/tc-ppc.c:1079
7582msgid ""
7583"-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n"
7584"-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n"
7585"-mbooke64\t\tgenerate code for 64-bit PowerPC BookE\n"
7586"-mbooke, mbooke32\tgenerate code for 32-bit PowerPC BookE\n"
7587"-mpower4\t\tgenerate code for Power4 architecture\n"
7588"-mcom\t\t\tgenerate code Power/PowerPC common instructions\n"
7589"-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n"
7590msgstr ""
7591
7592#: config/tc-ppc.c:1087
7593msgid ""
7594"-maltivec\t\tgenerate code for AltiVec\n"
7595"-me500, -me500x2\tgenerate code for Motorola e500 core complex\n"
7596"-mspe\t\t\tgenerate code for Motorola SPE instructions\n"
7597"-mregnames\t\tAllow symbolic names for registers\n"
7598"-mno-regnames\t\tDo not allow symbolic names for registers\n"
7599msgstr ""
7600
7601#: config/tc-ppc.c:1094
7602msgid ""
7603"-mrelocatable\t\tsupport for GCC's -mrelocatble option\n"
7604"-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n"
7605"-memb\t\t\tset PPC_EMB bit in ELF flags\n"
7606"-mlittle, -mlittle-endian, -l, -le\n"
7607"\t\t\tgenerate code for a little endian machine\n"
7608"-mbig, -mbig-endian, -b, -be\n"
7609"\t\t\tgenerate code for a big endian machine\n"
7610"-msolaris\t\tgenerate code for Solaris\n"
7611"-mno-solaris\t\tdo not generate code for Solaris\n"
7612"-V\t\t\tprint assembler version number\n"
7613"-Qy, -Qn\t\tignored\n"
7614msgstr ""
7615
7616#: config/tc-ppc.c:1136
7617#, c-format
7618msgid "Unknown default cpu = %s, os = %s"
7619msgstr ""
7620
7621#: config/tc-ppc.c:1161
7622msgid "Neither Power nor PowerPC opcodes were selected."
7623msgstr ""
7624
7625#: config/tc-ppc.c:1257 config/tc-s390.c:516
7626#, c-format
7627msgid "Internal assembler error for instruction %s"
7628msgstr ""
7629
7630#: config/tc-ppc.c:1277
7631#, c-format
7632msgid "Internal assembler error for macro %s"
7633msgstr ""
7634
7635#: config/tc-ppc.c:1599
7636msgid "identifier+constant@got means identifier@got+constant"
7637msgstr ""
7638
7639#: config/tc-ppc.c:1666
7640#, c-format
7641msgid "%s relocations do not fit in %d bytes\n"
7642msgstr ""
7643
7644#: config/tc-ppc.c:1773
7645#, c-format
7646msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
7647msgstr ""
7648
7649#: config/tc-ppc.c:1855
7650msgid "Relocation cannot be done when using -mrelocatable"
7651msgstr ""
7652
7653#: config/tc-ppc.c:1981
7654#, c-format
7655msgid "syntax error: invalid toc specifier `%s'"
7656msgstr ""
7657
7658#: config/tc-ppc.c:1995
7659#, c-format
7660msgid "syntax error: expected `]', found  `%c'"
7661msgstr ""
7662
7663#: config/tc-ppc.c:2272
7664msgid "[tocv] symbol is not a toc symbol"
7665msgstr ""
7666
7667#: config/tc-ppc.c:2283
7668msgid "Unimplemented toc32 expression modifier"
7669msgstr ""
7670
7671#: config/tc-ppc.c:2288
7672msgid "Unimplemented toc64 expression modifier"
7673msgstr ""
7674
7675#: config/tc-ppc.c:2292
7676#, c-format
7677msgid "Unexpected return value [%d] from parse_toc_entry!\n"
7678msgstr ""
7679
7680#: config/tc-ppc.c:2510
7681msgid "unsupported relocation for DS offset field"
7682msgstr ""
7683
7684#: config/tc-ppc.c:2554
7685#, c-format
7686msgid "syntax error; found `%c' but expected `%c'"
7687msgstr ""
7688
7689#: config/tc-ppc.c:2703
7690msgid "wrong number of operands"
7691msgstr ""
7692
7693#: config/tc-ppc.c:2759
7694msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string"
7695msgstr ""
7696
7697#: config/tc-ppc.c:2874
7698msgid "missing size"
7699msgstr ""
7700
7701#: config/tc-ppc.c:2883
7702msgid "negative size"
7703msgstr ""
7704
7705#: config/tc-ppc.c:2920
7706msgid "missing real symbol name"
7707msgstr ""
7708
7709#: config/tc-ppc.c:2941
7710msgid "attempt to redefine symbol"
7711msgstr ""
7712
7713#: config/tc-ppc.c:3188
7714msgid "The XCOFF file format does not support arbitrary sections"
7715msgstr ""
7716
7717#: config/tc-ppc.c:3265
7718msgid "missing rename string"
7719msgstr ""
7720
7721#: config/tc-ppc.c:3296 config/tc-ppc.c:3851 read.c:3060
7722msgid "missing value"
7723msgstr ""
7724
7725#: config/tc-ppc.c:3314
7726msgid "illegal .stabx expression; zero assumed"
7727msgstr ""
7728
7729#: config/tc-ppc.c:3346
7730msgid "missing class"
7731msgstr ""
7732
7733#: config/tc-ppc.c:3355
7734msgid "missing type"
7735msgstr ""
7736
7737#: config/tc-ppc.c:3436
7738msgid "missing symbol name"
7739msgstr ""
7740
7741#: config/tc-ppc.c:3630
7742msgid "nested .bs blocks"
7743msgstr ""
7744
7745#: config/tc-ppc.c:3663
7746msgid ".es without preceding .bs"
7747msgstr ""
7748
7749#: config/tc-ppc.c:3843
7750msgid "non-constant byte count"
7751msgstr ""
7752
7753#: config/tc-ppc.c:3891
7754msgid ".tc not in .toc section"
7755msgstr ""
7756
7757#: config/tc-ppc.c:3910
7758msgid ".tc with no label"
7759msgstr ""
7760
7761#: config/tc-ppc.c:4021
7762msgid "No previous section to return to. Directive ignored."
7763msgstr ""
7764
7765#. Section Contents
7766#. unknown
7767#: config/tc-ppc.c:4438
7768msgid "Unsupported section attribute -- 'a'"
7769msgstr ""
7770
7771#: config/tc-ppc.c:4627
7772msgid "bad symbol suffix"
7773msgstr ""
7774
7775#: config/tc-ppc.c:4720
7776msgid "Unrecognized symbol suffix"
7777msgstr ""
7778
7779#: config/tc-ppc.c:4806
7780msgid "two .function pseudo-ops with no intervening .ef"
7781msgstr ""
7782
7783#: config/tc-ppc.c:4819
7784msgid ".ef with no preceding .function"
7785msgstr ""
7786
7787#: config/tc-ppc.c:4947
7788#, c-format
7789msgid "warning: symbol %s has no csect"
7790msgstr ""
7791
7792#: config/tc-ppc.c:5251
7793msgid "symbol in .toc does not match any .tc"
7794msgstr ""
7795
7796#: config/tc-ppc.c:5584 config/tc-s390.c:2072 config/tc-v850.c:2401
7797#: config/tc-xstormy16.c:537
7798msgid "unresolved expression that must be resolved"
7799msgstr ""
7800
7801#: config/tc-ppc.c:5587
7802#, c-format
7803msgid "unsupported relocation against %s"
7804msgstr ""
7805
7806#: config/tc-ppc.c:5662
7807#, c-format
7808msgid "cannot emit PC relative %s relocation against %s"
7809msgstr ""
7810
7811#: config/tc-ppc.c:5667
7812#, c-format
7813msgid "cannot emit PC relative %s relocation"
7814msgstr ""
7815
7816#: config/tc-ppc.c:5841
7817msgid "must branch to an address a multiple of 4"
7818msgstr ""
7819
7820#: config/tc-ppc.c:5845
7821#, c-format
7822msgid "@local or @plt branch destination is too far away, %ld bytes"
7823msgstr ""
7824
7825#: config/tc-ppc.c:5876
7826#, c-format
7827msgid "Gas failure, reloc value %d\n"
7828msgstr ""
7829
7830#: config/tc-s390.c:457
7831msgid ""
7832"        S390 options:\n"
7833"        -mregnames        Allow symbolic names for registers\n"
7834"        -mwarn-areg-zero  Warn about zero base/index registers\n"
7835"        -mno-regnames     Do not allow symbolic names for registers\n"
7836"        -m31              Set file format to 31 bit format\n"
7837"        -m64              Set file format to 64 bit format\n"
7838msgstr ""
7839
7840#: config/tc-s390.c:464
7841msgid ""
7842"        -V                print assembler version number\n"
7843"        -Qy, -Qn          ignored\n"
7844msgstr ""
7845
7846#: config/tc-s390.c:500
7847#, c-format
7848msgid "Internal assembler error for instruction format %s"
7849msgstr ""
7850
7851#: config/tc-s390.c:782
7852#, c-format
7853msgid "identifier+constant@%s means identifier@%s+constant"
7854msgstr ""
7855
7856#: config/tc-s390.c:865
7857msgid "Can't handle O_big in s390_exp_compare"
7858msgstr ""
7859
7860#: config/tc-s390.c:949
7861msgid "Invalid suffix for literal pool entry"
7862msgstr ""
7863
7864#: config/tc-s390.c:1006
7865msgid "Big number is too big"
7866msgstr ""
7867
7868#: config/tc-s390.c:1144 config/tc-s390.c:1722
7869#, c-format
7870msgid "%s relocations do not fit in %d bytes"
7871msgstr ""
7872
7873#: config/tc-s390.c:1154
7874msgid "relocation not applicable"
7875msgstr ""
7876
7877#: config/tc-s390.c:1342
7878msgid "invalid operand suffix"
7879msgstr ""
7880
7881#: config/tc-s390.c:1365
7882msgid "syntax error; missing '(' after displacement"
7883msgstr ""
7884
7885#: config/tc-s390.c:1375 config/tc-s390.c:1408 config/tc-s390.c:1427
7886msgid "syntax error; expected ,"
7887msgstr ""
7888
7889#: config/tc-s390.c:1402
7890msgid "syntax error; missing ')' after base register"
7891msgstr ""
7892
7893#: config/tc-s390.c:1420
7894msgid "syntax error; ')' not allowed here"
7895msgstr ""
7896
7897#: config/tc-s390.c:1602 config/tc-s390.c:1622 config/tc-s390.c:1635
7898msgid "Invalid .insn format\n"
7899msgstr ""
7900
7901#: config/tc-s390.c:1610
7902#, c-format
7903msgid "Unrecognized opcode format: `%s'"
7904msgstr ""
7905
7906#: config/tc-s390.c:1638
7907msgid "second operand of .insn not a constant\n"
7908msgstr ""
7909
7910#: config/tc-s390.c:1641
7911msgid "missing comma after insn constant\n"
7912msgstr ""
7913
7914#: config/tc-s390.c:2075
7915msgid "unsupported relocation type"
7916msgstr ""
7917
7918#: config/tc-sh64.c:596
7919msgid "This operand must be constant at assembly time"
7920msgstr ""
7921
7922#: config/tc-sh64.c:711
7923msgid "Invalid operand expression"
7924msgstr ""
7925
7926#: config/tc-sh64.c:798 config/tc-sh64.c:904
7927msgid "PTB operand is a SHmedia symbol"
7928msgstr ""
7929
7930#: config/tc-sh64.c:801 config/tc-sh64.c:901
7931msgid "PTA operand is a SHcompact symbol"
7932msgstr ""
7933
7934#: config/tc-sh64.c:817
7935msgid "invalid expression in operand"
7936msgstr ""
7937
7938#: config/tc-sh64.c:1514
7939#, c-format
7940msgid "invalid operand, not a 5-bit unsigned value: %d"
7941msgstr ""
7942
7943#: config/tc-sh64.c:1519
7944#, c-format
7945msgid "invalid operand, not a 6-bit signed value: %d"
7946msgstr ""
7947
7948#: config/tc-sh64.c:1524
7949#, c-format
7950msgid "invalid operand, not a 6-bit unsigned value: %d"
7951msgstr ""
7952
7953#: config/tc-sh64.c:1529 config/tc-sh64.c:1541
7954#, c-format
7955msgid "invalid operand, not a 11-bit signed value: %d"
7956msgstr ""
7957
7958#: config/tc-sh64.c:1531
7959#, c-format
7960msgid "invalid operand, not a multiple of 32: %d"
7961msgstr ""
7962
7963#: config/tc-sh64.c:1536
7964#, c-format
7965msgid "invalid operand, not a 10-bit signed value: %d"
7966msgstr ""
7967
7968#: config/tc-sh64.c:1543
7969#, c-format
7970msgid "invalid operand, not an even value: %d"
7971msgstr ""
7972
7973#: config/tc-sh64.c:1548
7974#, c-format
7975msgid "invalid operand, not a 12-bit signed value: %d"
7976msgstr ""
7977
7978#: config/tc-sh64.c:1550
7979#, c-format
7980msgid "invalid operand, not a multiple of 4: %d"
7981msgstr ""
7982
7983#: config/tc-sh64.c:1555
7984#, c-format
7985msgid "invalid operand, not a 13-bit signed value: %d"
7986msgstr ""
7987
7988#: config/tc-sh64.c:1557
7989#, c-format
7990msgid "invalid operand, not a multiple of 8: %d"
7991msgstr ""
7992
7993#: config/tc-sh64.c:1562
7994#, c-format
7995msgid "invalid operand, not a 16-bit signed value: %d"
7996msgstr ""
7997
7998#: config/tc-sh64.c:1567
7999#, c-format
8000msgid "invalid operand, not an 16-bit unsigned value: %d"
8001msgstr ""
8002
8003#: config/tc-sh64.c:1573
8004msgid "operand out of range for PT, PTA and PTB"
8005msgstr ""
8006
8007#: config/tc-sh64.c:1575
8008#, c-format
8009msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
8010msgstr ""
8011
8012#: config/tc-sh64.c:2103
8013#, c-format
8014msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
8015msgstr ""
8016
8017#: config/tc-sh64.c:2466 config/tc-sh64.c:2631 config/tc-sh64.c:2646
8018msgid "invalid PIC reference"
8019msgstr ""
8020
8021#: config/tc-sh64.c:2524
8022msgid "can't find opcode"
8023msgstr ""
8024
8025#: config/tc-sh64.c:2854
8026#, c-format
8027msgid "invalid operands to %s"
8028msgstr ""
8029
8030#: config/tc-sh64.c:2860
8031#, c-format
8032msgid "excess operands to %s"
8033msgstr ""
8034
8035#: config/tc-sh64.c:2906
8036#, c-format
8037msgid "The `.mode %s' directive is not valid with this architecture"
8038msgstr ""
8039
8040#: config/tc-sh64.c:2914
8041#, c-format
8042msgid "Invalid argument to .mode: %s"
8043msgstr ""
8044
8045#: config/tc-sh64.c:2945
8046#, c-format
8047msgid "The `.abi %s' directive is not valid with this architecture"
8048msgstr ""
8049
8050#: config/tc-sh64.c:2951
8051msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
8052msgstr ""
8053
8054#: config/tc-sh64.c:2956
8055msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
8056msgstr ""
8057
8058#: config/tc-sh64.c:2959
8059#, c-format
8060msgid "Invalid argument to .abi: %s"
8061msgstr ""
8062
8063#: config/tc-sh64.c:3014
8064msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
8065msgstr ""
8066
8067#: config/tc-sh64.c:3019
8068msgid "-shcompact-const-crange is invalid without SHcompact"
8069msgstr ""
8070
8071#: config/tc-sh64.c:3022
8072msgid "-expand-pt32 only valid with -abi=64"
8073msgstr ""
8074
8075#: config/tc-sh64.c:3025
8076msgid "-no-expand only valid with SHcompact or SHmedia"
8077msgstr ""
8078
8079#: config/tc-sh64.c:3028
8080msgid "-expand-pt32 invalid together with -no-expand"
8081msgstr ""
8082
8083#: config/tc-sh64.c:3250
8084msgid ""
8085"SHmedia code not allowed in same section as constants and SHcompact code"
8086msgstr ""
8087
8088#: config/tc-sh64.c:3268
8089msgid "No segment info for current section"
8090msgstr ""
8091
8092#: config/tc-sh64.c:3310
8093msgid "duplicate datalabel operator ignored"
8094msgstr ""
8095
8096#: config/tc-sh64.c:3380
8097msgid "Invalid DataLabel expression"
8098msgstr ""
8099
8100#: config/tc-sh.c:91
8101msgid "directive .big encountered when option -big required"
8102msgstr ""
8103
8104#: config/tc-sh.c:102
8105msgid "directive .little encountered when option -little required"
8106msgstr ""
8107
8108#: config/tc-sh.c:776
8109msgid "Invalid PIC expression."
8110msgstr ""
8111
8112#: config/tc-sh.c:1269
8113msgid "misplaced PIC operand"
8114msgstr ""
8115
8116#: config/tc-sh.c:1310
8117msgid "illegal register after @-"
8118msgstr ""
8119
8120#: config/tc-sh.c:1326
8121msgid "must be @(r0,...)"
8122msgstr ""
8123
8124#: config/tc-sh.c:1350
8125msgid "syntax error in @(r0,...)"
8126msgstr ""
8127
8128#: config/tc-sh.c:1355
8129msgid "syntax error in @(r0...)"
8130msgstr ""
8131
8132#: config/tc-sh.c:1396
8133msgid "Deprecated syntax."
8134msgstr ""
8135
8136#: config/tc-sh.c:1408 config/tc-sh.c:1413
8137msgid "syntax error in @(disp,[Rn, gbr, pc])"
8138msgstr ""
8139
8140#: config/tc-sh.c:1418
8141msgid "expecting )"
8142msgstr ""
8143
8144#: config/tc-sh.c:1426
8145msgid "illegal register after @"
8146msgstr ""
8147
8148#: config/tc-sh.c:1977
8149#, c-format
8150msgid "Invalid register: 'r%d'"
8151msgstr ""
8152
8153#: config/tc-sh.c:2143
8154msgid "insn can't be combined with parallel processing insn"
8155msgstr ""
8156
8157#: config/tc-sh.c:2150 config/tc-sh.c:2161
8158msgid "multiple movx specifications"
8159msgstr ""
8160
8161#: config/tc-sh.c:2155 config/tc-sh.c:2182
8162msgid "multiple movy specifications"
8163msgstr ""
8164
8165#: config/tc-sh.c:2163
8166msgid "invalid movx address register"
8167msgstr ""
8168
8169#: config/tc-sh.c:2169 config/tc-sh.c:2174
8170msgid "invalid movx dsp register"
8171msgstr ""
8172
8173#: config/tc-sh.c:2191 config/tc-sh.c:2196
8174msgid "invalid movy dsp register"
8175msgstr ""
8176
8177#: config/tc-sh.c:2200
8178msgid "invalid movy address register"
8179msgstr ""
8180
8181#: config/tc-sh.c:2206
8182msgid "dsp immediate shift value not constant"
8183msgstr ""
8184
8185#: config/tc-sh.c:2213 config/tc-sh.c:2226
8186msgid "multiple parallel processing specifications"
8187msgstr ""
8188
8189#: config/tc-sh.c:2219
8190msgid "multiple condition specifications"
8191msgstr ""
8192
8193#: config/tc-sh.c:2235
8194msgid "insn cannot be combined with pmuls"
8195msgstr ""
8196
8197#: config/tc-sh.c:2252
8198msgid "bad padd / psub pmuls output operand"
8199msgstr ""
8200
8201#: config/tc-sh.c:2262
8202msgid "destination register is same for parallel insns"
8203msgstr ""
8204
8205#: config/tc-sh.c:2271
8206msgid "condition not followed by conditionalizable insn"
8207msgstr ""
8208
8209#: config/tc-sh.c:2281
8210msgid "unrecognized characters at end of parallel processing insn"
8211msgstr ""
8212
8213#: config/tc-sh.c:2417
8214#, c-format
8215msgid "excess operands: '%s'"
8216msgstr ""
8217
8218#: config/tc-sh.c:2569
8219msgid ".uses pseudo-op seen when not relaxing"
8220msgstr ""
8221
8222#: config/tc-sh.c:2575
8223msgid "bad .uses format"
8224msgstr ""
8225
8226#: config/tc-sh.c:2654
8227msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
8228msgstr ""
8229
8230#: config/tc-sh.c:2660
8231msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
8232msgstr ""
8233
8234#: config/tc-sh.c:2662
8235msgid "Invalid combination: --abi=64 with --isa=SHcompact"
8236msgstr ""
8237
8238#: config/tc-sh.c:2675
8239msgid "Invalid combination: --abi=32 with --abi=64"
8240msgstr ""
8241
8242#: config/tc-sh.c:2681
8243msgid "Invalid combination: --abi=64 with --abi=32"
8244msgstr ""
8245
8246#: config/tc-sh.c:2683
8247msgid "Invalid combination: --isa=SHcompact with --abi=64"
8248msgstr ""
8249
8250#: config/tc-sh.c:2718
8251msgid ""
8252"SH options:\n"
8253"-little\t\t\tgenerate little endian code\n"
8254"-big\t\t\tgenerate big endian code\n"
8255"-relax\t\t\talter jump instructions for long displacements\n"
8256"-small\t\t\talign sections to 4 byte boundaries, not 16\n"
8257"-dsp\t\t\tenable sh-dsp insns, and disable sh2e/sh3e/sh4 insns.\n"
8258msgstr ""
8259
8260#: config/tc-sh.c:2726
8261msgid ""
8262"-isa=[shmedia\t\tset default instruction set for SH64\n"
8263"      | SHmedia\n"
8264"      | shcompact\n"
8265"      | SHcompact]\n"
8266"-abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
8267"\t\t\tfile type\n"
8268"-shcompact-const-crange\temit code-range descriptors for constants in\n"
8269"\t\t\tSHcompact code sections\n"
8270"-no-mix\t\t\tdisallow SHmedia code in the same section as\n"
8271"\t\t\tconstants and SHcompact code\n"
8272"-no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
8273"-expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
8274"\t\t\tto 32 bits only"
8275msgstr ""
8276
8277#: config/tc-sh.c:2823
8278msgid ".uses does not refer to a local symbol in the same section"
8279msgstr ""
8280
8281#: config/tc-sh.c:2842
8282msgid "can't find fixup pointed to by .uses"
8283msgstr ""
8284
8285#: config/tc-sh.c:2865
8286msgid ".uses target does not refer to a local symbol in the same section"
8287msgstr ""
8288
8289#: config/tc-sh.c:2967
8290msgid "displacement overflows 12-bit field"
8291msgstr ""
8292
8293#: config/tc-sh.c:2970
8294#, c-format
8295msgid "displacement to defined symbol %s overflows 12-bit field"
8296msgstr ""
8297
8298#: config/tc-sh.c:2974
8299#, c-format
8300msgid "displacement to undefined symbol %s overflows 12-bit field"
8301msgstr ""
8302
8303#: config/tc-sh.c:3052
8304msgid "displacement overflows 8-bit field"
8305msgstr ""
8306
8307#: config/tc-sh.c:3055
8308#, c-format
8309msgid "displacement to defined symbol %s overflows 8-bit field"
8310msgstr ""
8311
8312#: config/tc-sh.c:3059
8313#, c-format
8314msgid "displacement to undefined symbol %s overflows 8-bit field "
8315msgstr ""
8316
8317#: config/tc-sh.c:3076
8318#, c-format
8319msgid "overflow in branch to %s; converted into longer instruction sequence"
8320msgstr ""
8321
8322#: config/tc-sh.c:3151 config/tc-sh.c:3199 config/tc-sparc.c:4192
8323#: config/tc-sparc.c:4217
8324msgid "misaligned data"
8325msgstr ""
8326
8327#: config/tc-sh.c:3585
8328msgid "misaligned offset"
8329msgstr ""
8330
8331#: config/tc-sparc.c:287
8332msgid "Invalid default architecture, broken assembler."
8333msgstr ""
8334
8335#: config/tc-sparc.c:291 config/tc-sparc.c:494
8336msgid "Bad opcode table, broken assembler."
8337msgstr ""
8338
8339#: config/tc-sparc.c:486
8340#, c-format
8341msgid "invalid architecture -xarch=%s"
8342msgstr ""
8343
8344#: config/tc-sparc.c:488
8345#, c-format
8346msgid "invalid architecture -A%s"
8347msgstr ""
8348
8349#: config/tc-sparc.c:555
8350#, c-format
8351msgid "No compiled in support for %d bit object file format"
8352msgstr ""
8353
8354#: config/tc-sparc.c:592
8355msgid "Unrecognized option following -K"
8356msgstr ""
8357
8358#: config/tc-sparc.c:633
8359msgid "SPARC options:\n"
8360msgstr ""
8361
8362#: config/tc-sparc.c:662
8363msgid ""
8364"\n"
8365"\t\t\tspecify variant of SPARC architecture\n"
8366"-bump\t\t\twarn when assembler switches architectures\n"
8367"-sparc\t\t\tignored\n"
8368"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
8369"-relax\t\t\trelax jumps and branches (default)\n"
8370"-no-relax\t\tavoid changing any jumps and branches\n"
8371msgstr ""
8372
8373#: config/tc-sparc.c:670
8374msgid "-k\t\t\tgenerate PIC\n"
8375msgstr ""
8376
8377#: config/tc-sparc.c:674
8378msgid ""
8379"-32\t\t\tcreate 32 bit object file\n"
8380"-64\t\t\tcreate 64 bit object file\n"
8381msgstr ""
8382
8383#: config/tc-sparc.c:677
8384#, c-format
8385msgid "\t\t\t[default is %d]\n"
8386msgstr ""
8387
8388#: config/tc-sparc.c:679
8389msgid ""
8390"-TSO\t\t\tuse Total Store Ordering\n"
8391"-PSO\t\t\tuse Partial Store Ordering\n"
8392"-RMO\t\t\tuse Relaxed Memory Ordering\n"
8393msgstr ""
8394
8395#: config/tc-sparc.c:683
8396#, c-format
8397msgid "\t\t\t[default is %s]\n"
8398msgstr ""
8399
8400#: config/tc-sparc.c:685
8401msgid ""
8402"-KPIC\t\t\tgenerate PIC\n"
8403"-V\t\t\tprint assembler version number\n"
8404"-undeclared-regs\tignore application global register usage without\n"
8405"\t\t\tappropriate .register directive (default)\n"
8406"-no-undeclared-regs\tforce error on application global register usage\n"
8407"\t\t\twithout appropriate .register directive\n"
8408"-q\t\t\tignored\n"
8409"-Qy, -Qn\t\tignored\n"
8410"-s\t\t\tignored\n"
8411msgstr ""
8412
8413#: config/tc-sparc.c:697
8414msgid ""
8415"-EL\t\t\tgenerate code for a little endian machine\n"
8416"-EB\t\t\tgenerate code for a big endian machine\n"
8417"--little-endian-data\tgenerate code for a machine having big endian\n"
8418"                        instructions and little endian data.\n"
8419msgstr ""
8420
8421#: config/tc-sparc.c:817
8422#, c-format
8423msgid "Internal error: losing opcode: `%s' \"%s\"\n"
8424msgstr ""
8425
8426#: config/tc-sparc.c:836
8427#, c-format
8428msgid "Internal error: can't find opcode `%s' for `%s'\n"
8429msgstr ""
8430
8431#: config/tc-sparc.c:982
8432msgid "Support for 64-bit arithmetic not compiled in."
8433msgstr ""
8434
8435#: config/tc-sparc.c:1029
8436msgid "set: number not in 0..4294967295 range"
8437msgstr ""
8438
8439#: config/tc-sparc.c:1036
8440msgid "set: number not in -2147483648..4294967295 range"
8441msgstr ""
8442
8443#: config/tc-sparc.c:1096
8444msgid "setsw: number not in -2147483648..4294967295 range"
8445msgstr ""
8446
8447#: config/tc-sparc.c:1145
8448msgid "setx: temporary register same as destination register"
8449msgstr ""
8450
8451#: config/tc-sparc.c:1216
8452msgid "setx: illegal temporary register g0"
8453msgstr ""
8454
8455#: config/tc-sparc.c:1313
8456msgid "FP branch in delay slot"
8457msgstr ""
8458
8459#: config/tc-sparc.c:1329
8460msgid "FP branch preceded by FP instruction; NOP inserted"
8461msgstr ""
8462
8463#: config/tc-sparc.c:1369
8464msgid "failed special case insn sanity check"
8465msgstr ""
8466
8467#: config/tc-sparc.c:1457
8468msgid ": invalid membar mask name"
8469msgstr ""
8470
8471#: config/tc-sparc.c:1473
8472msgid ": invalid membar mask expression"
8473msgstr ""
8474
8475#: config/tc-sparc.c:1478
8476msgid ": invalid membar mask number"
8477msgstr ""
8478
8479#: config/tc-sparc.c:1493
8480msgid ": invalid siam mode expression"
8481msgstr ""
8482
8483#: config/tc-sparc.c:1498
8484msgid ": invalid siam mode number"
8485msgstr ""
8486
8487#: config/tc-sparc.c:1514
8488msgid ": invalid prefetch function name"
8489msgstr ""
8490
8491#: config/tc-sparc.c:1522
8492msgid ": invalid prefetch function expression"
8493msgstr ""
8494
8495#: config/tc-sparc.c:1527
8496msgid ": invalid prefetch function number"
8497msgstr ""
8498
8499#: config/tc-sparc.c:1555 config/tc-sparc.c:1567
8500msgid ": unrecognizable privileged register"
8501msgstr ""
8502
8503#: config/tc-sparc.c:1591 config/tc-sparc.c:1616
8504msgid ": unrecognizable v9a or v9b ancillary state register"
8505msgstr ""
8506
8507#: config/tc-sparc.c:1596
8508msgid ": rd on write only ancillary state register"
8509msgstr ""
8510
8511#. %sys_tick and %sys_tick_cmpr are v9bnotv9a
8512#: config/tc-sparc.c:1604
8513msgid ": unrecognizable v9a ancillary state register"
8514msgstr ""
8515
8516#: config/tc-sparc.c:1640
8517msgid ": asr number must be between 16 and 31"
8518msgstr ""
8519
8520#: config/tc-sparc.c:1648
8521msgid ": asr number must be between 0 and 31"
8522msgstr ""
8523
8524#: config/tc-sparc.c:1658
8525msgid ": expecting %asrN"
8526msgstr ""
8527
8528#: config/tc-sparc.c:1840 config/tc-sparc.c:1878 config/tc-sparc.c:2279
8529#: config/tc-sparc.c:2315
8530#, c-format
8531msgid "Illegal operands: %%%s requires arguments in ()"
8532msgstr ""
8533
8534#: config/tc-sparc.c:1846
8535#, c-format
8536msgid ""
8537"Illegal operands: %%%s cannot be used together with other relocs in the insn "
8538"()"
8539msgstr ""
8540
8541#: config/tc-sparc.c:1857
8542#, c-format
8543msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
8544msgstr ""
8545
8546#: config/tc-sparc.c:2064
8547msgid "detected global register use not covered by .register pseudo-op"
8548msgstr ""
8549
8550#: config/tc-sparc.c:2135
8551msgid ": There are only 64 f registers; [0-63]"
8552msgstr ""
8553
8554#: config/tc-sparc.c:2137 config/tc-sparc.c:2149
8555msgid ": There are only 32 f registers; [0-31]"
8556msgstr ""
8557
8558#: config/tc-sparc.c:2327
8559#, c-format
8560msgid ""
8561"Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
8562msgstr ""
8563
8564#: config/tc-sparc.c:2437
8565#, c-format
8566msgid "Illegal operands: Can't add non-constant expression to %%%s()"
8567msgstr ""
8568
8569#: config/tc-sparc.c:2447
8570#, c-format
8571msgid ""
8572"Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
8573"symbol"
8574msgstr ""
8575
8576#: config/tc-sparc.c:2465
8577msgid ": PC-relative operand can't be a constant"
8578msgstr ""
8579
8580#: config/tc-sparc.c:2472
8581msgid ": TLS operand can't be a constant"
8582msgstr ""
8583
8584#: config/tc-sparc.c:2505
8585msgid ": invalid ASI name"
8586msgstr ""
8587
8588#: config/tc-sparc.c:2513
8589msgid ": invalid ASI expression"
8590msgstr ""
8591
8592#: config/tc-sparc.c:2518
8593msgid ": invalid ASI number"
8594msgstr ""
8595
8596#: config/tc-sparc.c:2615
8597msgid "OPF immediate operand out of range (0-0x1ff)"
8598msgstr ""
8599
8600#: config/tc-sparc.c:2620
8601msgid "non-immediate OPF operand, ignored"
8602msgstr ""
8603
8604#: config/tc-sparc.c:2639
8605msgid ": invalid cpreg name"
8606msgstr ""
8607
8608#: config/tc-sparc.c:2668
8609#, c-format
8610msgid "Illegal operands%s"
8611msgstr ""
8612
8613#: config/tc-sparc.c:2702
8614#, c-format
8615msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
8616msgstr ""
8617
8618#: config/tc-sparc.c:2738
8619#, c-format
8620msgid "Architecture mismatch on \"%s\"."
8621msgstr ""
8622
8623#: config/tc-sparc.c:2739
8624#, c-format
8625msgid " (Requires %s; requested architecture is %s.)"
8626msgstr ""
8627
8628#: config/tc-sparc.c:3325
8629#, c-format
8630msgid "bad or unhandled relocation type: 0x%02x"
8631msgstr ""
8632
8633#: config/tc-sparc.c:3480
8634#, c-format
8635msgid "internal error: can't export reloc type %d (`%s')"
8636msgstr ""
8637
8638#: config/tc-sparc.c:3644
8639#, c-format
8640msgid "BSS length (%d.) <0! Ignored."
8641msgstr ""
8642
8643#: config/tc-sparc.c:3656
8644msgid "bad .reserve segment -- expected BSS segment"
8645msgstr ""
8646
8647#: config/tc-sparc.c:3673 read.c:2048
8648msgid "missing alignment"
8649msgstr ""
8650
8651#: config/tc-sparc.c:3684 config/tc-sparc.c:3835
8652#, c-format
8653msgid "alignment too large; assuming %d"
8654msgstr ""
8655
8656#: config/tc-sparc.c:3690 config/tc-sparc.c:3841
8657msgid "negative alignment"
8658msgstr ""
8659
8660#: config/tc-sparc.c:3700 config/tc-sparc.c:3864 read.c:1251 read.c:2064
8661msgid "alignment not a power of 2"
8662msgstr ""
8663
8664#: config/tc-sparc.c:3778 config/tc-v850.c:233
8665msgid "Expected comma after symbol-name"
8666msgstr ""
8667
8668#: config/tc-sparc.c:3788 read.c:1392
8669#, c-format
8670msgid ".COMMon length (%lu) out of range ignored"
8671msgstr ""
8672
8673#: config/tc-sparc.c:3807 config/tc-v850.c:266
8674#, c-format
8675msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
8676msgstr ""
8677
8678#: config/tc-sparc.c:3821
8679msgid "Expected comma after common length"
8680msgstr ""
8681
8682#: config/tc-sparc.c:4062 config/tc-sparc.c:4072
8683#, c-format
8684msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
8685msgstr ""
8686
8687#: config/tc-sparc.c:4090
8688msgid "redefinition of global register"
8689msgstr ""
8690
8691#: config/tc-sparc.c:4101
8692#, c-format
8693msgid "Register symbol %s already defined."
8694msgstr ""
8695
8696#: config/tc-sparc.c:4310
8697#, c-format
8698msgid "Illegal operands: %%r_plt in %d-byte data field"
8699msgstr ""
8700
8701#: config/tc-sparc.c:4320
8702#, c-format
8703msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
8704msgstr ""
8705
8706#: config/tc-sparc.c:4357
8707#, c-format
8708msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
8709msgstr ""
8710
8711#: config/tc-sparc.c:4365 config/tc-sparc.c:4396 config/tc-sparc.c:4405
8712#, c-format
8713msgid "Illegal operands: %%r_%s%d requires arguments in ()"
8714msgstr ""
8715
8716#: config/tc-sparc.c:4414
8717#, c-format
8718msgid "Illegal operands: garbage after %%r_%s%d()"
8719msgstr ""
8720
8721#: config/tc-sparc.h:55
8722msgid "sparc convert_frag\n"
8723msgstr ""
8724
8725#: config/tc-sparc.h:57
8726msgid "estimate_size_before_relax called"
8727msgstr ""
8728
8729#: config/tc-tahoe.c:403
8730msgid "The -a option doesn't exist. (Despite what the man page says!"
8731msgstr ""
8732
8733#: config/tc-tahoe.c:407 config/tc-vax.c:3285
8734#, c-format
8735msgid "Displacement length %s ignored!"
8736msgstr ""
8737
8738#: config/tc-tahoe.c:411 config/tc-vax.c:3277
8739msgid "SYMBOL TABLE not implemented"
8740msgstr ""
8741
8742#: config/tc-tahoe.c:415 config/tc-vax.c:3281
8743msgid "TOKEN TRACE not implemented"
8744msgstr ""
8745
8746#: config/tc-tahoe.c:419 config/tc-vax.c:3289
8747#, c-format
8748msgid "I don't need or use temp. file \"%s\"."
8749msgstr ""
8750
8751#: config/tc-tahoe.c:423 config/tc-vax.c:3293
8752msgid "I don't use an interpass file! -V ignored"
8753msgstr ""
8754
8755#: config/tc-tahoe.c:437
8756msgid ""
8757"Tahoe options:\n"
8758"-a\t\t\tignored\n"
8759"-d LENGTH\t\tignored\n"
8760"-J\t\t\tignored\n"
8761"-S\t\t\tignored\n"
8762"-t FILE\t\t\tignored\n"
8763"-T\t\t\tignored\n"
8764"-V\t\t\tignored\n"
8765msgstr ""
8766
8767#: config/tc-tahoe.c:1066
8768msgid "Casting a branch displacement is bad form, and is ignored."
8769msgstr ""
8770
8771#: config/tc-tahoe.c:1122
8772msgid "Couldn't parse the [index] in this operand."
8773msgstr ""
8774
8775#: config/tc-tahoe.c:1128
8776msgid "Couldn't find the opening '[' for the index of this operand."
8777msgstr ""
8778
8779#: config/tc-tahoe.c:1168
8780msgid "Couldn't find the opening '(' for the deref of this operand."
8781msgstr ""
8782
8783#: config/tc-tahoe.c:1178
8784msgid "Operand can't be both pre-inc and post-dec."
8785msgstr ""
8786
8787#: config/tc-tahoe.c:1208
8788msgid "I parsed 2 registers in this operand."
8789msgstr ""
8790
8791#: config/tc-tahoe.c:1258
8792msgid "Can't relocate expression error."
8793msgstr ""
8794
8795#. This is an error. Tahoe doesn't allow any expressions
8796#. bigger that a 32 bit long word. Any bigger has to be referenced
8797#. by address.
8798#: config/tc-tahoe.c:1265
8799msgid "Expression is too large for a 32 bits."
8800msgstr ""
8801
8802#: config/tc-tahoe.c:1270
8803msgid "Junk at end of expression."
8804msgstr ""
8805
8806#: config/tc-tahoe.c:1309
8807msgid "Syntax error in direct register mode."
8808msgstr ""
8809
8810#: config/tc-tahoe.c:1311
8811msgid "You can't index a register in direct register mode."
8812msgstr ""
8813
8814#: config/tc-tahoe.c:1314
8815msgid "SP can't be the source operand with direct register addressing."
8816msgstr ""
8817
8818#: config/tc-tahoe.c:1316
8819msgid "Can't take the address of a register."
8820msgstr ""
8821
8822#: config/tc-tahoe.c:1318
8823msgid "Direct Register can't be used in a branch."
8824msgstr ""
8825
8826#: config/tc-tahoe.c:1320
8827msgid "For quad access, the register must be even and < 14."
8828msgstr ""
8829
8830#: config/tc-tahoe.c:1322
8831msgid "You can't cast a direct register."
8832msgstr ""
8833
8834#: config/tc-tahoe.c:1328
8835msgid "Using reg 14 for quadwords can tromp the FP register."
8836msgstr ""
8837
8838#: config/tc-tahoe.c:1340
8839msgid "Syntax error in auto-dec mode."
8840msgstr ""
8841
8842#: config/tc-tahoe.c:1342
8843msgid "You can't have an index auto dec mode."
8844msgstr ""
8845
8846#: config/tc-tahoe.c:1344
8847msgid "Auto dec mode cant be used for reading."
8848msgstr ""
8849
8850#: config/tc-tahoe.c:1346
8851msgid "Auto dec only works of the SP register."
8852msgstr ""
8853
8854#: config/tc-tahoe.c:1348
8855msgid "Auto dec can't be used in a branch."
8856msgstr ""
8857
8858#: config/tc-tahoe.c:1350
8859msgid "Auto dec won't work with quadwords."
8860msgstr ""
8861
8862#: config/tc-tahoe.c:1357
8863msgid "Syntax error in one of the auto-inc modes."
8864msgstr ""
8865
8866#: config/tc-tahoe.c:1363
8867msgid "Auto inc deferred only works of the SP register."
8868msgstr ""
8869
8870#: config/tc-tahoe.c:1365
8871msgid "You can't have an index auto inc deferred mode."
8872msgstr ""
8873
8874#: config/tc-tahoe.c:1367 config/tc-tahoe.c:1378
8875msgid "Auto inc can't be used in a branch."
8876msgstr ""
8877
8878#: config/tc-tahoe.c:1374
8879msgid "You can't write to an auto inc register."
8880msgstr ""
8881
8882#: config/tc-tahoe.c:1376
8883msgid "Auto inc only works of the SP register."
8884msgstr ""
8885
8886#: config/tc-tahoe.c:1380
8887msgid "Auto inc won't work with quadwords."
8888msgstr ""
8889
8890#: config/tc-tahoe.c:1382
8891msgid "You can't have an index in auto inc mode."
8892msgstr ""
8893
8894#: config/tc-tahoe.c:1390
8895msgid "You can't index the sp register."
8896msgstr ""
8897
8898#: config/tc-tahoe.c:1396
8899msgid "Syntax error in register displaced mode."
8900msgstr ""
8901
8902#: config/tc-tahoe.c:1415
8903msgid "An offest is needed for this operand."
8904msgstr ""
8905
8906#: config/tc-tahoe.c:1427
8907msgid "You can't index a register in immediate mode."
8908msgstr ""
8909
8910#: config/tc-tahoe.c:1429
8911msgid "Immediate access can't be used as an address."
8912msgstr ""
8913
8914#: config/tc-tahoe.c:1540
8915#, c-format
8916msgid "Compiler bug: ODD number of bytes in arg structure %s."
8917msgstr ""
8918
8919#: config/tc-tahoe.c:1567 config/tc-vax.c:1962
8920msgid "Not enough operands"
8921msgstr ""
8922
8923#: config/tc-tahoe.c:1577 config/tc-vax.c:1969
8924msgid "Too many operands"
8925msgstr ""
8926
8927#: config/tc-tahoe.c:1628 config/tc-vax.c:403
8928#, c-format
8929msgid "Ignoring statement due to \"%s\""
8930msgstr ""
8931
8932#: config/tc-tahoe.c:1723
8933#, c-format
8934msgid "Compliler bug: Got a case (%d) I wasn't expecting."
8935msgstr ""
8936
8937#: config/tc-tahoe.c:1817
8938msgid "Real branch displacements must be expressions."
8939msgstr ""
8940
8941#: config/tc-tahoe.c:1820
8942#, c-format
8943msgid "Complier error: I got an unknown synthetic branch :%c"
8944msgstr ""
8945
8946#: config/tc-tahoe.c:1961
8947#, c-format
8948msgid "Barf, bad mode %x\n"
8949msgstr ""
8950
8951#. Only word (et al.), align, or conditionals are allowed within
8952#. .struct/.union.
8953#: config/tc-tic54x.c:224
8954msgid "pseudo-op illegal within .struct/.union"
8955msgstr ""
8956
8957#: config/tc-tic54x.c:349
8958msgid "C54x-specific command line  options:\n"
8959msgstr ""
8960
8961#: config/tc-tic54x.c:350
8962msgid "-mfar-mode | -mf          Use extended addressing\n"
8963msgstr ""
8964
8965#: config/tc-tic54x.c:351
8966msgid "-mcpu=<CPU version>       Specify the CPU version\n"
8967msgstr ""
8968
8969#: config/tc-tic54x.c:353
8970msgid "-mcoff-version={0|1|2}    Select COFF version\n"
8971msgstr ""
8972
8973#: config/tc-tic54x.c:355
8974msgid "-merrors-to-file <filename>\n"
8975msgstr ""
8976
8977#: config/tc-tic54x.c:356
8978msgid "-me <filename>            Redirect errors to a file\n"
8979msgstr ""
8980
8981#: config/tc-tic54x.c:478
8982msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
8983msgstr ""
8984
8985#: config/tc-tic54x.c:532
8986msgid "Unterminated string after absolute expression"
8987msgstr ""
8988
8989#: config/tc-tic54x.c:540
8990msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
8991msgstr ""
8992
8993#: config/tc-tic54x.c:552
8994msgid "symbols assigned with .eval must begin with a letter"
8995msgstr ""
8996
8997#: config/tc-tic54x.c:810
8998msgid "Offset on nested structures is ignored"
8999msgstr ""
9000
9001#: config/tc-tic54x.c:861
9002#, c-format
9003msgid ".end%s without preceding .%s"
9004msgstr ""
9005
9006#: config/tc-tic54x.c:928
9007#, c-format
9008msgid "Unrecognized struct/union tag '%s'"
9009msgstr ""
9010
9011#: config/tc-tic54x.c:930
9012msgid ".tag requires a structure tag"
9013msgstr ""
9014
9015#: config/tc-tic54x.c:936
9016msgid "Label required for .tag"
9017msgstr ""
9018
9019#: config/tc-tic54x.c:955
9020#, c-format
9021msgid ".tag target '%s' undefined"
9022msgstr ""
9023
9024#: config/tc-tic54x.c:1018
9025#, c-format
9026msgid ".field count '%d' out of range (1 <= X <= 32)"
9027msgstr ""
9028
9029#: config/tc-tic54x.c:1046
9030#, c-format
9031msgid "Unrecognized field type '%c'"
9032msgstr ""
9033
9034#. Disallow .byte with a non constant expression that will
9035#. require relocation.
9036#: config/tc-tic54x.c:1183
9037msgid "Relocatable values require at least WORD storage"
9038msgstr ""
9039
9040#: config/tc-tic54x.c:1245
9041msgid "Use of .def/.ref is deprecated.  Use .global instead"
9042msgstr ""
9043
9044#: config/tc-tic54x.c:1444
9045msgid ".space/.bes repeat count is negative, ignored"
9046msgstr ""
9047
9048#: config/tc-tic54x.c:1449
9049msgid ".space/.bes repeat count is zero, ignored"
9050msgstr ""
9051
9052#: config/tc-tic54x.c:1527
9053msgid "Missing size argument"
9054msgstr ""
9055
9056#: config/tc-tic54x.c:1664
9057msgid "CPU version has already been set"
9058msgstr ""
9059
9060#: config/tc-tic54x.c:1668
9061#, c-format
9062msgid "Unrecognized version '%s'"
9063msgstr ""
9064
9065#: config/tc-tic54x.c:1674
9066msgid "Changing of CPU version on the fly not supported"
9067msgstr ""
9068
9069#: config/tc-tic54x.c:1810
9070msgid "p2align not supported on this target"
9071msgstr ""
9072
9073#: config/tc-tic54x.c:1823
9074msgid "Argument to .even ignored"
9075msgstr ""
9076
9077#: config/tc-tic54x.c:1870
9078msgid "Invalid field size, must be from 1 to 32"
9079msgstr ""
9080
9081#: config/tc-tic54x.c:1883
9082msgid "field size must be 16 when value is relocatable"
9083msgstr ""
9084
9085#: config/tc-tic54x.c:1898
9086msgid "field value truncated"
9087msgstr ""
9088
9089#: config/tc-tic54x.c:2007 config/tc-tic54x.c:2324
9090#, c-format
9091msgid "Unrecognized section '%s'"
9092msgstr ""
9093
9094#: config/tc-tic54x.c:2016
9095msgid "Current section is unitialized, section name required for .clink"
9096msgstr ""
9097
9098#: config/tc-tic54x.c:2230
9099msgid "ENDLOOP without corresponding LOOP"
9100msgstr ""
9101
9102#: config/tc-tic54x.c:2274
9103msgid "Mixing of normal and extended addressing not supported"
9104msgstr ""
9105
9106#: config/tc-tic54x.c:2280
9107msgid "Extended addressing not supported on the specified CPU"
9108msgstr ""
9109
9110#: config/tc-tic54x.c:2330
9111msgid ".sblock may be used for initialized sections only"
9112msgstr ""
9113
9114#: config/tc-tic54x.c:2361
9115msgid "Symbol missing for .set/.equ"
9116msgstr ""
9117
9118#: config/tc-tic54x.c:2420
9119msgid ".var may only be used within a macro definition"
9120msgstr ""
9121
9122#: config/tc-tic54x.c:2428
9123msgid "Substitution symbols must begin with a letter"
9124msgstr ""
9125
9126#: config/tc-tic54x.c:2522
9127#, c-format
9128msgid "Can't open macro library file '%s' for reading."
9129msgstr ""
9130
9131#: config/tc-tic54x.c:2529
9132#, c-format
9133msgid "File '%s' not in macro archive format"
9134msgstr ""
9135
9136#: config/tc-tic54x.c:2689
9137#, c-format
9138msgid "Bad COFF version '%s'"
9139msgstr ""
9140
9141#: config/tc-tic54x.c:2698
9142#, c-format
9143msgid "Bad CPU version '%s'"
9144msgstr ""
9145
9146#: config/tc-tic54x.c:2711 config/tc-tic54x.c:2714
9147#, c-format
9148msgid "Can't redirect stderr to the file '%s'"
9149msgstr ""
9150
9151#: config/tc-tic54x.c:2861
9152#, c-format
9153msgid "Undefined substitution symbol '%s'"
9154msgstr ""
9155
9156#: config/tc-tic54x.c:3518
9157msgid "Badly formed address expression"
9158msgstr ""
9159
9160#: config/tc-tic54x.c:3782
9161#, c-format
9162msgid "Invalid dmad syntax '%s'"
9163msgstr ""
9164
9165#: config/tc-tic54x.c:3848
9166#, c-format
9167msgid ""
9168"Use the .mmregs directive to use memory-mapped register names such as '%s'"
9169msgstr ""
9170
9171#: config/tc-tic54x.c:3901
9172msgid "Address mode *+ARx is write-only. Results of reading are undefined."
9173msgstr ""
9174
9175#: config/tc-tic54x.c:3921
9176#, c-format
9177msgid "Unrecognized indirect address format \"%s\""
9178msgstr ""
9179
9180#: config/tc-tic54x.c:3960
9181#, c-format
9182msgid "Operand '%s' out of range (%d <= x <= %d)"
9183msgstr ""
9184
9185#: config/tc-tic54x.c:3980
9186msgid "Error in relocation handling"
9187msgstr ""
9188
9189#: config/tc-tic54x.c:4001 config/tc-tic54x.c:4065 config/tc-tic54x.c:4097
9190#, c-format
9191msgid "Unrecognized condition code \"%s\""
9192msgstr ""
9193
9194#: config/tc-tic54x.c:4018
9195#, c-format
9196msgid "Condition \"%s\" does not match preceding group"
9197msgstr ""
9198
9199#: config/tc-tic54x.c:4026
9200#, c-format
9201msgid ""
9202"Condition \"%s\" uses a different accumulator from a preceding condition"
9203msgstr ""
9204
9205#: config/tc-tic54x.c:4033
9206msgid "Only one comparison conditional allowed"
9207msgstr ""
9208
9209#: config/tc-tic54x.c:4038
9210msgid "Only one overflow conditional allowed"
9211msgstr ""
9212
9213#: config/tc-tic54x.c:4046
9214#, c-format
9215msgid "Duplicate %s conditional"
9216msgstr ""
9217
9218#: config/tc-tic54x.c:4081
9219msgid "Invalid auxiliary register (use AR0-AR7)"
9220msgstr ""
9221
9222#: config/tc-tic54x.c:4117
9223msgid "lk addressing modes are invalid for memory-mapped register addressing"
9224msgstr ""
9225
9226#: config/tc-tic54x.c:4125
9227msgid ""
9228"Address mode *+ARx is not allowed in memory-mapped register addressing.  "
9229"Resulting behavior is undefined."
9230msgstr ""
9231
9232#: config/tc-tic54x.c:4151
9233msgid ""
9234"Destination accumulator for each part of this parallel instruction must be "
9235"different"
9236msgstr ""
9237
9238#: config/tc-tic54x.c:4200
9239#, c-format
9240msgid "Memory mapped register \"%s\" out of range"
9241msgstr ""
9242
9243#: config/tc-tic54x.c:4239
9244msgid "Invalid operand (use 1, 2, or 3)"
9245msgstr ""
9246
9247#: config/tc-tic54x.c:4264
9248msgid "A status register or status bit name is required"
9249msgstr ""
9250
9251#: config/tc-tic54x.c:4274
9252#, c-format
9253msgid "Unrecognized status bit \"%s\""
9254msgstr ""
9255
9256#: config/tc-tic54x.c:4297
9257#, c-format
9258msgid "Invalid status register \"%s\""
9259msgstr ""
9260
9261#: config/tc-tic54x.c:4309
9262#, c-format
9263msgid "Operand \"%s\" out of range (use 1 or 2)"
9264msgstr ""
9265
9266#: config/tc-tic54x.c:4517
9267#, c-format
9268msgid "Unrecognized instruction \"%s\""
9269msgstr ""
9270
9271#: config/tc-tic54x.c:4546
9272#, c-format
9273msgid "Unrecognized operand list '%s' for instruction '%s'"
9274msgstr ""
9275
9276#: config/tc-tic54x.c:4578
9277#, c-format
9278msgid "Unrecognized parallel instruction \"%s\""
9279msgstr ""
9280
9281#: config/tc-tic54x.c:4629
9282#, c-format
9283msgid "Invalid operand (s) for parallel instruction \"%s\""
9284msgstr ""
9285
9286#: config/tc-tic54x.c:4632
9287#, c-format
9288msgid "Unrecognized parallel instruction combination \"%s || %s\""
9289msgstr ""
9290
9291#: config/tc-tic54x.c:4869
9292#, c-format
9293msgid "%s symbol recursion stopped at second appearance of '%s'"
9294msgstr ""
9295
9296#: config/tc-tic54x.c:4909
9297msgid "Unrecognized substitution symbol function"
9298msgstr ""
9299
9300#: config/tc-tic54x.c:4914
9301msgid "Missing '(' after substitution symbol function"
9302msgstr ""
9303
9304#: config/tc-tic54x.c:4928
9305msgid "Expecting second argument"
9306msgstr ""
9307
9308#: config/tc-tic54x.c:4941 config/tc-tic54x.c:4991
9309msgid "Extra junk in function call, expecting ')'"
9310msgstr ""
9311
9312#: config/tc-tic54x.c:4967
9313msgid "Function expects two arguments"
9314msgstr ""
9315
9316#: config/tc-tic54x.c:4980
9317msgid "Expecting character constant argument"
9318msgstr ""
9319
9320#: config/tc-tic54x.c:4986
9321msgid "Both arguments must be substitution symbols"
9322msgstr ""
9323
9324#: config/tc-tic54x.c:5039
9325#, c-format
9326msgid "Invalid subscript (use 1 to %d)"
9327msgstr ""
9328
9329#: config/tc-tic54x.c:5049
9330#, c-format
9331msgid "Invalid length (use 0 to %d"
9332msgstr ""
9333
9334#: config/tc-tic54x.c:5059
9335msgid "Missing ')' in subscripted substitution symbol expression"
9336msgstr ""
9337
9338#: config/tc-tic54x.c:5079
9339msgid "Missing forced substitution terminator ':'"
9340msgstr ""
9341
9342#: config/tc-tic54x.c:5252
9343#, c-format
9344msgid ""
9345"Instruction does not fit in available delay slots (%d-word insn, %d slots "
9346"left)"
9347msgstr ""
9348
9349#: config/tc-tic54x.c:5293
9350#, c-format
9351msgid "Unrecognized parallel instruction '%s'"
9352msgstr ""
9353
9354#: config/tc-tic54x.c:5305
9355#, c-format
9356msgid "Instruction '%s' requires an LP cpu version"
9357msgstr ""
9358
9359#: config/tc-tic54x.c:5312
9360#, c-format
9361msgid "Instruction '%s' requires far mode addressing"
9362msgstr ""
9363
9364#: config/tc-tic54x.c:5324
9365#, c-format
9366msgid ""
9367"Instruction does not fit in available delay slots (%d-word insn, %d slots "
9368"left). Resulting behavior is undefined."
9369msgstr ""
9370
9371#: config/tc-tic54x.c:5334
9372msgid ""
9373"Instructions which cause PC discontinuity are not allowed in a delay slot. "
9374"Resulting behavior is undefined."
9375msgstr ""
9376
9377#: config/tc-tic54x.c:5345
9378#, c-format
9379msgid "'%s' is not repeatable. Resulting behavior is undefined."
9380msgstr ""
9381
9382#: config/tc-tic54x.c:5349
9383msgid ""
9384"Instructions using long offset modifiers or absolute addresses are not "
9385"repeatable. Resulting behavior is undefined."
9386msgstr ""
9387
9388#: config/tc-tic54x.c:5545
9389#, c-format
9390msgid "Unsupported relocation size %d"
9391msgstr ""
9392
9393#: config/tc-tic54x.c:5699
9394msgid "non-absolute value used with .space/.bes"
9395msgstr ""
9396
9397#: config/tc-tic54x.c:5703
9398#, c-format
9399msgid "negative value ignored in %s"
9400msgstr ""
9401
9402#: config/tc-tic54x.c:5792
9403#, c-format
9404msgid "attempt to .space/.bes backwards? (%ld)"
9405msgstr ""
9406
9407#: config/tc-tic54x.c:5826
9408#, c-format
9409msgid "Invalid label '%s'"
9410msgstr ""
9411
9412#: config/tc-tic80.c:26
9413#, c-format
9414msgid "internal error:%s:%d: %s\n"
9415msgstr ""
9416
9417#: config/tc-tic80.c:29
9418#, c-format
9419msgid "internal error:%s:%d: %s %ld\n"
9420msgstr ""
9421
9422#: config/tc-tic80.c:89
9423msgid "Relaxation is a luxury we can't afford"
9424msgstr ""
9425
9426#: config/tc-tic80.c:138
9427msgid "bad call to md_atof ()"
9428msgstr ""
9429
9430#: config/tc-tic80.c:235
9431msgid "':' not followed by 'm' or 's'"
9432msgstr ""
9433
9434#: config/tc-tic80.c:248
9435msgid "paren nesting"
9436msgstr ""
9437
9438#: config/tc-tic80.c:262
9439msgid "mismatched parenthesis"
9440msgstr ""
9441
9442#: config/tc-tic80.c:464
9443msgid "unhandled expression type"
9444msgstr ""
9445
9446#: config/tc-tic80.c:678
9447msgid "symbol reloc that is not PC relative or 32 bits"
9448msgstr ""
9449
9450#: config/tc-tic80.c:707
9451msgid "unhandled operand modifier"
9452msgstr ""
9453
9454#: config/tc-tic80.c:749
9455msgid "unhandled expression"
9456msgstr ""
9457
9458#: config/tc-tic80.c:797
9459#, c-format
9460msgid "Invalid mnemonic: '%s'"
9461msgstr ""
9462
9463#: config/tc-tic80.c:810
9464#, c-format
9465msgid "Invalid operands: '%s'"
9466msgstr ""
9467
9468#: config/tc-tic80.c:888
9469msgid "unhandled predefined symbol bits"
9470msgstr ""
9471
9472#: config/tc-tic80.c:983
9473#, c-format
9474msgid "PC offset 0x%lx outside range 0x%lx-0x%lx"
9475msgstr ""
9476
9477#: config/tc-tic80.c:998
9478msgid "unhandled relocation type in fixup"
9479msgstr ""
9480
9481#: config/tc-tic80.c:1037
9482msgid "md_convert_frag() not implemented yet"
9483msgstr ""
9484
9485#: config/tc-v850.c:244
9486#, c-format
9487msgid ".COMMon length (%d.) < 0! Ignored."
9488msgstr ""
9489
9490#: config/tc-v850.c:293
9491msgid "Common alignment negative; 0 assumed"
9492msgstr ""
9493
9494#: config/tc-v850.c:974
9495#, c-format
9496msgid "unknown operand shift: %x\n"
9497msgstr ""
9498
9499#: config/tc-v850.c:975
9500msgid "internal failure in parse_register_list"
9501msgstr ""
9502
9503#: config/tc-v850.c:991
9504msgid "constant expression or register list expected"
9505msgstr ""
9506
9507#: config/tc-v850.c:996 config/tc-v850.c:1009 config/tc-v850.c:1028
9508msgid "high bits set in register list expression"
9509msgstr ""
9510
9511#: config/tc-v850.c:1067 config/tc-v850.c:1130
9512msgid "illegal register included in list"
9513msgstr ""
9514
9515#: config/tc-v850.c:1073
9516msgid "system registers cannot be included in list"
9517msgstr ""
9518
9519#: config/tc-v850.c:1078
9520msgid "PSW cannot be included in list"
9521msgstr ""
9522
9523#: config/tc-v850.c:1085
9524msgid "High value system registers cannot be included in list"
9525msgstr ""
9526
9527#: config/tc-v850.c:1109
9528msgid "second register should follow dash in register list"
9529msgstr ""
9530
9531#: config/tc-v850.c:1154
9532msgid " V850 options:\n"
9533msgstr ""
9534
9535#: config/tc-v850.c:1155
9536msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
9537msgstr ""
9538
9539#: config/tc-v850.c:1156
9540msgid ""
9541"  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
9542msgstr ""
9543
9544#: config/tc-v850.c:1157
9545msgid "  -mv850                    The code is targeted at the v850\n"
9546msgstr ""
9547
9548#: config/tc-v850.c:1158
9549msgid "  -mv850e                   The code is targeted at the v850e\n"
9550msgstr ""
9551
9552#: config/tc-v850.c:1159
9553msgid ""
9554"  -mv850any                 The code is generic, despite any processor "
9555"specific instructions\n"
9556msgstr ""
9557
9558#: config/tc-v850.c:1160
9559msgid "  -mrelax                   Enable relaxation\n"
9560msgstr ""
9561
9562#: config/tc-v850.c:1172 config/tc-v850.c:1207
9563#, c-format
9564msgid "unknown command line option: -%c%s\n"
9565msgstr ""
9566
9567#: config/tc-v850.c:1348
9568#, c-format
9569msgid "Unable to determine default target processor from string: %s"
9570msgstr ""
9571
9572#: config/tc-v850.c:1385
9573msgid "ctoff() relocation used on an instruction which does not support it"
9574msgstr ""
9575
9576#: config/tc-v850.c:1411
9577msgid "sdaoff() relocation used on an instruction which does not support it"
9578msgstr ""
9579
9580#: config/tc-v850.c:1437
9581msgid "zdaoff() relocation used on an instruction which does not support it"
9582msgstr ""
9583
9584#: config/tc-v850.c:1474
9585msgid "tdaoff() relocation used on an instruction which does not support it"
9586msgstr ""
9587
9588#: config/tc-v850.c:1698
9589msgid "Target processor does not support this instruction."
9590msgstr ""
9591
9592#: config/tc-v850.c:1788 config/tc-v850.c:1817 config/tc-v850.c:2005
9593msgid "immediate operand is too large"
9594msgstr ""
9595
9596#: config/tc-v850.c:1799
9597msgid "AAARG -> unhandled constant reloc"
9598msgstr ""
9599
9600#: config/tc-v850.c:1843
9601msgid "invalid register name"
9602msgstr ""
9603
9604#: config/tc-v850.c:1848
9605msgid "register r0 cannot be used here"
9606msgstr ""
9607
9608#: config/tc-v850.c:1860
9609msgid "invalid system register name"
9610msgstr ""
9611
9612#: config/tc-v850.c:1873
9613msgid "expected EP register"
9614msgstr ""
9615
9616#: config/tc-v850.c:1890
9617msgid "invalid condition code name"
9618msgstr ""
9619
9620#: config/tc-v850.c:1911 config/tc-v850.c:1915
9621msgid "constant too big to fit into instruction"
9622msgstr ""
9623
9624#: config/tc-v850.c:1968
9625msgid "syntax error: value is missing before the register name"
9626msgstr ""
9627
9628#: config/tc-v850.c:1970
9629msgid "syntax error: register not expected"
9630msgstr ""
9631
9632#: config/tc-v850.c:1984
9633msgid "syntax error: system register not expected"
9634msgstr ""
9635
9636#: config/tc-v850.c:1989
9637msgid "syntax error: condition code not expected"
9638msgstr ""
9639
9640#: config/tc-v850.c:2030
9641msgid "invalid operand"
9642msgstr ""
9643
9644#: config/tc-vax.c:285
9645#, c-format
9646msgid "VIP_BEGIN error:%s"
9647msgstr ""
9648
9649#: config/tc-vax.c:422
9650#, c-format
9651msgid "Aborting because statement has \"%s\""
9652msgstr ""
9653
9654#: config/tc-vax.c:469
9655msgid "Can't relocate expression"
9656msgstr ""
9657
9658#: config/tc-vax.c:572
9659msgid "Bignum not permitted in short literal. Immediate mode assumed."
9660msgstr ""
9661
9662#: config/tc-vax.c:581
9663msgid "Can't do flonum short literal: immediate mode used."
9664msgstr ""
9665
9666#: config/tc-vax.c:626
9667#, c-format
9668msgid "A bignum/flonum may not be a displacement: 0x%lx used"
9669msgstr ""
9670
9671#: config/tc-vax.c:961
9672#, c-format
9673msgid "Short literal overflow(%ld.), immediate mode assumed."
9674msgstr ""
9675
9676#: config/tc-vax.c:970
9677#, c-format
9678msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
9679msgstr ""
9680
9681#: config/tc-vax.c:1035
9682msgid "Length specification ignored. Address mode 9F used"
9683msgstr ""
9684
9685#: config/tc-vax.c:1096
9686msgid "Invalid operand:  immediate value used as base address."
9687msgstr ""
9688
9689#: config/tc-vax.c:1098
9690msgid "Invalid operand:  immediate value used as address."
9691msgstr ""
9692
9693#: config/tc-vax.c:1123
9694msgid "Symbol used as immediate operand in PIC mode."
9695msgstr ""
9696
9697#: config/tc-vax.c:1941
9698msgid "odd number of bytes in operand description"
9699msgstr ""
9700
9701#: config/tc-vax.c:1957
9702msgid "Bad operand"
9703msgstr ""
9704
9705#: config/tc-vax.c:2532
9706msgid "no '[' to match ']'"
9707msgstr ""
9708
9709#: config/tc-vax.c:2552
9710msgid "bad register in []"
9711msgstr ""
9712
9713#: config/tc-vax.c:2554
9714msgid "[PC] index banned"
9715msgstr ""
9716
9717#: config/tc-vax.c:2589
9718msgid "no '(' to match ')'"
9719msgstr ""
9720
9721#: config/tc-vax.c:2729
9722msgid "invalid branch operand"
9723msgstr ""
9724
9725#: config/tc-vax.c:2758
9726msgid "address prohibits @"
9727msgstr ""
9728
9729#: config/tc-vax.c:2760
9730msgid "address prohibits #"
9731msgstr ""
9732
9733#: config/tc-vax.c:2764
9734msgid "address prohibits -()"
9735msgstr ""
9736
9737#: config/tc-vax.c:2766
9738msgid "address prohibits ()+"
9739msgstr ""
9740
9741#: config/tc-vax.c:2769
9742msgid "address prohibits ()"
9743msgstr ""
9744
9745#: config/tc-vax.c:2771
9746msgid "address prohibits []"
9747msgstr ""
9748
9749#: config/tc-vax.c:2773
9750msgid "address prohibits register"
9751msgstr ""
9752
9753#: config/tc-vax.c:2775
9754msgid "address prohibits displacement length specifier"
9755msgstr ""
9756
9757#: config/tc-vax.c:2805
9758msgid "invalid operand of S^#"
9759msgstr ""
9760
9761#: config/tc-vax.c:2822
9762msgid "S^# needs expression"
9763msgstr ""
9764
9765#: config/tc-vax.c:2829
9766msgid "S^# may only read-access"
9767msgstr ""
9768
9769#: config/tc-vax.c:2854
9770msgid "invalid operand of -()"
9771msgstr ""
9772
9773#: config/tc-vax.c:2860
9774msgid "-(PC) unpredictable"
9775msgstr ""
9776
9777#: config/tc-vax.c:2862
9778msgid "[]index same as -()register: unpredictable"
9779msgstr ""
9780
9781#: config/tc-vax.c:2898
9782msgid "invalid operand of ()+"
9783msgstr ""
9784
9785#: config/tc-vax.c:2904
9786msgid "(PC)+ unpredictable"
9787msgstr ""
9788
9789#: config/tc-vax.c:2906
9790msgid "[]index same as ()+register: unpredictable"
9791msgstr ""
9792
9793#: config/tc-vax.c:2931
9794msgid "# conflicts length"
9795msgstr ""
9796
9797#: config/tc-vax.c:2933
9798msgid "# bars register"
9799msgstr ""
9800
9801#: config/tc-vax.c:2955
9802msgid "writing or modifying # is unpredictable"
9803msgstr ""
9804
9805#: config/tc-vax.c:2985
9806msgid "length not needed"
9807msgstr ""
9808
9809#: config/tc-vax.c:2992
9810msgid "can't []index a register, because it has no address"
9811msgstr ""
9812
9813#: config/tc-vax.c:2994
9814msgid "a register has no address"
9815msgstr ""
9816
9817#: config/tc-vax.c:3005
9818msgid "PC part of operand unpredictable"
9819msgstr ""
9820
9821#: config/tc-vax.c:3345
9822msgid ""
9823"VAX options:\n"
9824"-d LENGTH\t\tignored\n"
9825"-J\t\t\tignored\n"
9826"-S\t\t\tignored\n"
9827"-t FILE\t\t\tignored\n"
9828"-T\t\t\tignored\n"
9829"-V\t\t\tignored\n"
9830msgstr ""
9831
9832#: config/tc-vax.c:3354
9833msgid ""
9834"VMS options:\n"
9835"-+\t\t\thash encode names longer than 31 characters\n"
9836"-1\t\t\t`const' handling compatible with gcc 1.x\n"
9837"-H\t\t\tshow new symbol after hash truncation\n"
9838"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
9839"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
9840"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
9841msgstr ""
9842
9843#: config/tc-w65.c:145
9844msgid "need on or off."
9845msgstr ""
9846
9847#: config/tc-w65.c:281 config/tc-w65.c:324
9848msgid "syntax error after <exp"
9849msgstr ""
9850
9851#: config/tc-xstormy16.c:80
9852msgid " XSTORMY16 specific command line options:\n"
9853msgstr ""
9854
9855#: config/tc-xstormy16.c:562
9856#, c-format
9857msgid "internal error: can't install fix for reloc type %d (`%s')"
9858msgstr ""
9859
9860#: config/tc-xtensa.c:929
9861msgid "'--density' option not supported in this Xtensa configuration"
9862msgstr ""
9863
9864#: config/tc-xtensa.c:1030
9865msgid ""
9866"'--literal-section-name' is deprecated; use '--rename-section ."
9867"literal=NEWNAME'"
9868msgstr ""
9869
9870#: config/tc-xtensa.c:1036
9871msgid ""
9872"'--text-section-name' is deprecated; use '--rename-section .text=NEWNAME'"
9873msgstr ""
9874
9875#: config/tc-xtensa.c:1042
9876msgid ""
9877"'--data-section-name' is deprecated; use '--rename-section .data=NEWNAME'"
9878msgstr ""
9879
9880#: config/tc-xtensa.c:1048
9881msgid "'--bss-section-name' is deprecated; use '--rename-section .bss=NEWNAME'"
9882msgstr ""
9883
9884#: config/tc-xtensa.c:1186
9885msgid "unmatched end directive"
9886msgstr ""
9887
9888#: config/tc-xtensa.c:1215
9889msgid ".begin directive with no matching .end directive"
9890msgstr ""
9891
9892#: config/tc-xtensa.c:1259
9893#, c-format
9894msgid "directive %s can't be negated"
9895msgstr ""
9896
9897#: config/tc-xtensa.c:1265
9898msgid "unknown directive"
9899msgstr ""
9900
9901#: config/tc-xtensa.c:1300
9902msgid "cannot set literal_prefix inside literal fragment"
9903msgstr ""
9904
9905#: config/tc-xtensa.c:1337 config/tc-xtensa.c:1371
9906msgid "Xtensa density option not supported; ignored"
9907msgstr ""
9908
9909#: config/tc-xtensa.c:1383
9910#, c-format
9911msgid "does not match begin %s%s at %s:%d"
9912msgstr ""
9913
9914#: config/tc-xtensa.c:1429
9915msgid ".literal_position inside literal directive; ignoring"
9916msgstr ""
9917
9918#: config/tc-xtensa.c:1480
9919msgid "expected comma or colon after symbol name; rest of line ignored"
9920msgstr ""
9921
9922#: config/tc-xtensa.c:1655 config/tc-xtensa.c:1672
9923#, c-format
9924msgid "bad register name: %s"
9925msgstr ""
9926
9927#: config/tc-xtensa.c:1661
9928#, c-format
9929msgid "bad register number: %s"
9930msgstr ""
9931
9932#: config/tc-xtensa.c:1724
9933msgid "register number out of range"
9934msgstr ""
9935
9936#: config/tc-xtensa.c:1836
9937msgid "too many arguments"
9938msgstr ""
9939
9940#: config/tc-xtensa.c:1922
9941#, c-format
9942msgid "not enough operands (%d) for '%s'; expected %d"
9943msgstr ""
9944
9945#: config/tc-xtensa.c:1929
9946#, c-format
9947msgid "too many operands (%d) for '%s'; expected %d"
9948msgstr ""
9949
9950#: config/tc-xtensa.c:1973
9951#, c-format
9952msgid "register number for `%s' is not a constant"
9953msgstr ""
9954
9955#: config/tc-xtensa.c:1978
9956#, c-format
9957msgid "register number (%ld) for `%s' is out of range"
9958msgstr ""
9959
9960#: config/tc-xtensa.c:2464
9961#, c-format
9962msgid "operand %d not properly aligned for '%s'"
9963msgstr ""
9964
9965#: config/tc-xtensa.c:2469
9966#, c-format
9967msgid "operand %d not in immediate table for '%s'"
9968msgstr ""
9969
9970#: config/tc-xtensa.c:2474
9971#, c-format
9972msgid "operand %d too large for '%s'"
9973msgstr ""
9974
9975#: config/tc-xtensa.c:2479
9976#, c-format
9977msgid "operand %d too small for '%s'"
9978msgstr ""
9979
9980#: config/tc-xtensa.c:2484
9981#, c-format
9982msgid "operand %d is invalid for '%s'"
9983msgstr ""
9984
9985#: config/tc-xtensa.c:3716
9986msgid "INSTR_LABEL_DEF not supported yet"
9987msgstr ""
9988
9989#: config/tc-xtensa.c:3745
9990msgid "can't handle generation of literal/labels yet"
9991msgstr ""
9992
9993#: config/tc-xtensa.c:3749
9994msgid "can't handle undefined OP TYPE"
9995msgstr ""
9996
9997#: config/tc-xtensa.c:3810
9998#, c-format
9999msgid "found %d operands for '%s':  Expected %d"
10000msgstr ""
10001
10002#: config/tc-xtensa.c:3817
10003#, c-format
10004msgid "found too many (%d) operands for '%s':  Expected %d"
10005msgstr ""
10006
10007#: config/tc-xtensa.c:4072
10008msgid "instruction fragment may contain data"
10009msgstr ""
10010
10011#: config/tc-xtensa.c:4105
10012#, c-format
10013msgid "invalid operand %d on '%s'"
10014msgstr ""
10015
10016#: config/tc-xtensa.c:4116
10017#, c-format
10018msgid "invalid expression for operand %d on '%s'"
10019msgstr ""
10020
10021#: config/tc-xtensa.c:4177
10022#, c-format
10023msgid "invalid relocation operand %i on '%s'"
10024msgstr ""
10025
10026#: config/tc-xtensa.c:4186
10027#, c-format
10028msgid "undefined symbol for opcode \"%s\"."
10029msgstr ""
10030
10031#: config/tc-xtensa.c:4280
10032msgid "instruction with constant operands does not fit"
10033msgstr ""
10034
10035#: config/tc-xtensa.c:4289
10036msgid "instruction with constant operands does not fit without widening"
10037msgstr ""
10038
10039#: config/tc-xtensa.c:4379
10040msgid "instruction's constant operands do not fit"
10041msgstr ""
10042
10043#: config/tc-xtensa.c:4718
10044msgid "opcode 'NOP.N' unavailable in this configuration"
10045msgstr ""
10046
10047#: config/tc-xtensa.c:4727
10048msgid "opcode 'OR' unavailable in this configuration"
10049msgstr ""
10050
10051#: config/tc-xtensa.c:4737
10052#, c-format
10053msgid "invalid %d-byte NOP requested"
10054msgstr ""
10055
10056#: config/tc-xtensa.c:4757
10057msgid "get_expanded_loop_offset: undefined opcode"
10058msgstr ""
10059
10060#: config/tc-xtensa.c:4764
10061msgid "get_expanded_loop_offset: invalid opcode"
10062msgstr ""
10063
10064#: config/tc-xtensa.c:4880
10065msgid "invalid last instruction for a zero-overhead loop"
10066msgstr ""
10067
10068#: config/tc-xtensa.c:4935
10069#, c-format
10070msgid "cannot assemble '%s' into a literal fragment"
10071msgstr ""
10072
10073#: config/tc-xtensa.c:4937
10074msgid "..."
10075msgstr ""
10076
10077#: config/tc-xtensa.c:5071
10078msgid "entry instruction with stack decrement < 16"
10079msgstr ""
10080
10081#: config/tc-xtensa.c:5075
10082msgid "entry instruction with non-constant decrement"
10083msgstr ""
10084
10085#: config/tc-xtensa.c:5152
10086#, c-format
10087msgid "undefined @ suffix '%s', expected '%s'"
10088msgstr ""
10089
10090#: config/tc-xtensa.c:5242
10091#, c-format
10092msgid "invalid operand relocation for '%s' instruction"
10093msgstr ""
10094
10095#: config/tc-xtensa.c:5245
10096#, c-format
10097msgid "invalid relocation for operand %d in '%s' instruction"
10098msgstr ""
10099
10100#: config/tc-xtensa.c:5252
10101#, c-format
10102msgid "invalid relocation type %d for %s instruction"
10103msgstr ""
10104
10105#: config/tc-xtensa.c:5261
10106#, c-format
10107msgid "invalid relocation for operand %d of '%s'"
10108msgstr ""
10109
10110#: config/tc-xtensa.c:5269
10111#, c-format
10112msgid "non-PCREL relocation operand %d for '%s': %s"
10113msgstr ""
10114
10115#: config/tc-xtensa.c:5328 config/tc-xtensa.c:5366
10116#, c-format
10117msgid "unhandled local relocation fix %s"
10118msgstr ""
10119
10120#: config/tc-xtensa.c:5350
10121msgid "undecodable FIX"
10122msgstr ""
10123
10124#: config/tc-xtensa.c:5478
10125msgid "emitting simplification relocation"
10126msgstr ""
10127
10128#: config/tc-xtensa.c:5482
10129msgid "emitting unknown relocation"
10130msgstr ""
10131
10132#: config/tc-xtensa.c:5814
10133#, c-format
10134msgid "fr_var %lu < length %d; ignoring"
10135msgstr ""
10136
10137#: config/tc-xtensa.c:6000 config/tc-xtensa.c:6044
10138msgid "undecodable instruction in instruction frag"
10139msgstr ""
10140
10141#: config/tc-xtensa.c:6092
10142msgid "invalid empty loop"
10143msgstr ""
10144
10145#: config/tc-xtensa.c:6097
10146msgid "loop target does not follow loop instruction in section"
10147msgstr ""
10148
10149#: config/tc-xtensa.c:6215
10150msgid "get_text_align_power: argument too large"
10151msgstr ""
10152
10153#: config/tc-xtensa.c:6420 config/tc-xtensa.c:6566
10154msgid "invalid opcode for RELAX_ALIGN_NEXT_OPCODE"
10155msgstr ""
10156
10157#: config/tc-xtensa.c:6421 config/tc-xtensa.c:6567
10158msgid "cannot continue"
10159msgstr ""
10160
10161#: config/tc-xtensa.c:6458
10162msgid "expected loop opcode in relax align next target"
10163msgstr ""
10164
10165#: config/tc-xtensa.c:6475
10166msgid "expected align_code or RELAX_ALIGN_NEXT_OPCODE"
10167msgstr ""
10168
10169#: config/tc-xtensa.c:6549 config/tc-xtensa.c:6587 config/tc-xtensa.c:6591
10170#: config/tc-xtensa.c:6595
10171msgid "internal error aligning"
10172msgstr ""
10173
10174#: config/tc-xtensa.c:6676
10175msgid "bad relaxation state"
10176msgstr ""
10177
10178#: config/tc-xtensa.c:6752
10179#, c-format
10180msgid "fr_var (%ld) < length (%d); ignoring"
10181msgstr ""
10182
10183#: config/tc-xtensa.c:6928
10184msgid "internal error: relaxation failed"
10185msgstr ""
10186
10187#: config/tc-xtensa.c:6934
10188msgid "internal error: relaxation requires too many steps"
10189msgstr ""
10190
10191#: config/tc-xtensa.c:7055
10192msgid "invalid relaxation fragment result"
10193msgstr ""
10194
10195#: config/tc-xtensa.c:7128
10196msgid "unable to widen instruction"
10197msgstr ""
10198
10199#: config/tc-xtensa.c:7215
10200msgid "multiple literals in expansion"
10201msgstr ""
10202
10203#: config/tc-xtensa.c:7219
10204msgid "no registered fragment for literal"
10205msgstr ""
10206
10207#: config/tc-xtensa.c:7221
10208msgid "number of literal tokens != 1"
10209msgstr ""
10210
10211#: config/tc-xtensa.c:7298 config/tc-xtensa.c:7304
10212#, c-format
10213msgid "unresolved loop target symbol: %s"
10214msgstr ""
10215
10216#: config/tc-xtensa.c:7401
10217msgid "loop relaxation specification does not correspond"
10218msgstr ""
10219
10220#: config/tc-xtensa.c:7428
10221msgid "loop too long for LOOP instruction"
10222msgstr ""
10223
10224#: config/tc-xtensa.c:7465
10225#, c-format
10226msgid "invalid expression evaluation type %d"
10227msgstr ""
10228
10229#: config/tc-xtensa.c:7702
10230#, c-format
10231msgid "fixes not all moved from %s"
10232msgstr ""
10233
10234#: config/tc-xtensa.c:7835
10235msgid "inlining literal pool; specify location with .literal_position."
10236msgstr ""
10237
10238#: config/tc-xtensa.c:8230
10239#, c-format
10240msgid "could not create section %s"
10241msgstr ""
10242
10243#: config/tc-xtensa.c:8232
10244#, c-format
10245msgid "invalid flag combination on section %s"
10246msgstr ""
10247
10248#: config/tc-xtensa.c:8481
10249#, c-format
10250msgid "invalid symbolic operand %d on '%s'"
10251msgstr ""
10252
10253#: config/tc-xtensa.c:8545
10254msgid "operand number mismatch"
10255msgstr ""
10256
10257#: config/tc-xtensa.c:8592
10258msgid "invalid opcode"
10259msgstr ""
10260
10261#: config/tc-xtensa.c:8598
10262msgid "too few operands"
10263msgstr ""
10264
10265#: config/tc-xtensa.c:8817
10266msgid "ignoring extra '-rename-section' delimiter ':'"
10267msgstr ""
10268
10269#: config/tc-xtensa.c:8822
10270#, c-format
10271msgid "ignoring invalid '-rename-section' specification: '%s'"
10272msgstr ""
10273
10274#: config/tc-xtensa.c:8845
10275#, c-format
10276msgid "section %s renamed multiple times"
10277msgstr ""
10278
10279#: config/tc-xtensa.c:8847
10280#, c-format
10281msgid "multiple sections remapped to output section %s"
10282msgstr ""
10283
10284#: config/tc-z8k.c:314
10285#, c-format
10286msgid "register rr%d out of range"
10287msgstr ""
10288
10289#: config/tc-z8k.c:316
10290#, c-format
10291msgid "register rr%d does not exist"
10292msgstr ""
10293
10294#: config/tc-z8k.c:326
10295#, c-format
10296msgid "register rh%d out of range"
10297msgstr ""
10298
10299#: config/tc-z8k.c:336
10300#, c-format
10301msgid "register rl%d out of range"
10302msgstr ""
10303
10304#: config/tc-z8k.c:347
10305#, c-format
10306msgid "register rq%d out of range"
10307msgstr ""
10308
10309#: config/tc-z8k.c:349
10310#, c-format
10311msgid "register rq%d does not exist"
10312msgstr ""
10313
10314#: config/tc-z8k.c:359
10315#, c-format
10316msgid "register r%d out of range"
10317msgstr ""
10318
10319#: config/tc-z8k.c:404
10320#, c-format
10321msgid "expected %c"
10322msgstr ""
10323
10324#: config/tc-z8k.c:421
10325#, c-format
10326msgid "register is wrong size for a word %s"
10327msgstr ""
10328
10329#: config/tc-z8k.c:437
10330#, c-format
10331msgid "register is wrong size for address %s"
10332msgstr ""
10333
10334#. No interrupt type specified, opcode won't do anything.
10335#: config/tc-z8k.c:585
10336msgid "opcode has no effect"
10337msgstr ""
10338
10339#: config/tc-z8k.c:697
10340msgid "Missing ) in ra(rb)"
10341msgstr ""
10342
10343#: config/tc-z8k.c:919 config/tc-z8k.c:925
10344msgid "invalid indirect register size"
10345msgstr ""
10346
10347#: config/tc-z8k.c:971
10348#, c-format
10349msgid "operand %s0x%x out of range"
10350msgstr ""
10351
10352#: config/tc-z8k.c:1099
10353msgid "immediate must be 1 or 2"
10354msgstr ""
10355
10356#: config/tc-z8k.c:1102
10357msgid "immediate 1 or 2 expected"
10358msgstr ""
10359
10360#: config/tc-z8k.c:1129
10361msgid "can't use R0 here"
10362msgstr ""
10363
10364#: config/tc-z8k.c:1292
10365msgid "Can't find opcode to match operands"
10366msgstr ""
10367
10368#: config/tc-z8k.c:1411
10369#, c-format
10370msgid "invalid architecture -z%s"
10371msgstr ""
10372
10373#: config/tc-z8k.c:1432
10374msgid ""
10375" Z8K options:\n"
10376"  -z8001                  generate segmented code\n"
10377"  -z8002                  generate unsegmented code\n"
10378"  -linkrelax              create linker relaxable code\n"
10379msgstr ""
10380
10381#: config/tc-z8k.c:1445
10382msgid "call to md_convert_frag\n"
10383msgstr ""
10384
10385#: config/tc-z8k.c:1476 config/tc-z8k.c:1487
10386msgid "cannot branch to odd address"
10387msgstr ""
10388
10389#: config/tc-z8k.c:1479 config/tc-z8k.c:1490
10390msgid "relative jump out of range"
10391msgstr ""
10392
10393#: config/tc-z8k.c:1497
10394msgid "relative call out of range"
10395msgstr ""
10396
10397#: config/tc-z8k.c:1523
10398msgid "relative address out of range"
10399msgstr ""
10400
10401#: config/tc-z8k.c:1543
10402#, c-format
10403msgid "md_apply_fix3: unknown r_type 0x%x\n"
10404msgstr ""
10405
10406#: config/tc-z8k.c:1556
10407msgid "call to md_estimate_size_before_relax\n"
10408msgstr ""
10409
10410#: config/tc-z8k.c:1600
10411#, c-format
10412msgid "Can't subtract symbols in different sections %s %s"
10413msgstr ""
10414
10415#: depend.c:200
10416#, c-format
10417msgid "can't open `%s' for writing"
10418msgstr ""
10419
10420#: depend.c:212
10421#, c-format
10422msgid "can't close `%s'"
10423msgstr ""
10424
10425#: dw2gencfi.c:262
10426#, c-format
10427msgid "register save offset not a multiple of %u"
10428msgstr ""
10429
10430#: dw2gencfi.c:388
10431msgid "missing separator"
10432msgstr ""
10433
10434#: dw2gencfi.c:410 dw2gencfi.c:428
10435msgid "bad register expression"
10436msgstr ""
10437
10438#: dw2gencfi.c:450 dw2gencfi.c:547
10439msgid "CFI instruction used without previous .cfi_startproc"
10440msgstr ""
10441
10442#: dw2gencfi.c:579
10443msgid "previous CFI entry not closed (missing .cfi_endproc)"
10444msgstr ""
10445
10446#: dw2gencfi.c:612
10447msgid ".cfi_endproc without corresponding .cfi_startproc"
10448msgstr ""
10449
10450#: dw2gencfi.c:987
10451msgid "open CFI at the end of file; missing .cfi_endproc directive"
10452msgstr ""
10453
10454#: dwarf2dbg.c:468 dwarf2dbg.c:498
10455msgid "file number less than one"
10456msgstr ""
10457
10458#: dwarf2dbg.c:474
10459#, c-format
10460msgid "file number %ld already allocated"
10461msgstr ""
10462
10463#: dwarf2dbg.c:503 dwarf2dbg.c:1064
10464#, c-format
10465msgid "unassigned file number %ld"
10466msgstr ""
10467
10468#: dwarf2dbg.c:1130 dwarf2dbg.c:1327
10469msgid "internal error: unknown dwarf2 format"
10470msgstr ""
10471
10472#: dwarf2dbg.c:1472 dwarf2dbg.c:1480 dwarf2dbg.c:1488 dwarf2dbg.c:1509
10473msgid "dwarf2 is not supported for this object file format"
10474msgstr ""
10475
10476#: ecoff.c:1556
10477#, c-format
10478msgid "string too big (%lu bytes)"
10479msgstr ""
10480
10481#: ecoff.c:1582
10482#, c-format
10483msgid "inserting \"%s\" into string hash table: %s"
10484msgstr ""
10485
10486#: ecoff.c:1614 ecoff.c:1808 ecoff.c:1833 ecoff.c:1865 ecoff.c:2019
10487#: ecoff.c:2132
10488msgid "no current file pointer"
10489msgstr ""
10490
10491#: ecoff.c:1701
10492msgid "too many st_End's"
10493msgstr ""
10494
10495#: ecoff.c:2044
10496#, c-format
10497msgid "inserting \"%s\" into tag hash table: %s"
10498msgstr ""
10499
10500#: ecoff.c:2210
10501msgid "fake .file after real one"
10502msgstr ""
10503
10504#: ecoff.c:2300
10505msgid "filename goes over one page boundary"
10506msgstr ""
10507
10508#: ecoff.c:2435
10509msgid ".begin directive without a preceding .file directive"
10510msgstr ""
10511
10512#: ecoff.c:2442
10513msgid ".begin directive without a preceding .ent directive"
10514msgstr ""
10515
10516#: ecoff.c:2474
10517msgid ".bend directive without a preceding .file directive"
10518msgstr ""
10519
10520#: ecoff.c:2481
10521msgid ".bend directive without a preceding .ent directive"
10522msgstr ""
10523
10524#: ecoff.c:2494
10525msgid ".bend directive names unknown symbol"
10526msgstr ""
10527
10528#: ecoff.c:2538
10529msgid ".def pseudo-op used inside of .def/.endef; ignored"
10530msgstr ""
10531
10532#: ecoff.c:2540
10533msgid "empty symbol name in .def; ignored"
10534msgstr ""
10535
10536#: ecoff.c:2578
10537msgid ".dim pseudo-op used outside of .def/.endef; ignored"
10538msgstr ""
10539
10540#: ecoff.c:2593
10541msgid "badly formed .dim directive"
10542msgstr ""
10543
10544#: ecoff.c:2606
10545msgid "too many .dim entries"
10546msgstr ""
10547
10548#: ecoff.c:2627
10549msgid ".scl pseudo-op used outside of .def/.endef; ignored"
10550msgstr ""
10551
10552#: ecoff.c:2653
10553msgid ".size pseudo-op used outside of .def/.endef; ignored"
10554msgstr ""
10555
10556#: ecoff.c:2668
10557msgid "badly formed .size directive"
10558msgstr ""
10559
10560#: ecoff.c:2681
10561msgid "too many .size entries"
10562msgstr ""
10563
10564#: ecoff.c:2704
10565msgid ".type pseudo-op used outside of .def/.endef; ignored"
10566msgstr ""
10567
10568#. FIXME: We could handle this by setting the continued bit.
10569#. There would still be a limit: the .type argument can not
10570#. be infinite.
10571#: ecoff.c:2722
10572#, c-format
10573msgid "the type of %s is too complex; it will be simplified"
10574msgstr ""
10575
10576#: ecoff.c:2733
10577msgid "Unrecognized .type argument"
10578msgstr ""
10579
10580#: ecoff.c:2772
10581msgid ".tag pseudo-op used outside of .def/.endef; ignored"
10582msgstr ""
10583
10584#: ecoff.c:2798
10585msgid ".val pseudo-op used outside of .def/.endef; ignored"
10586msgstr ""
10587
10588#: ecoff.c:2806
10589msgid ".val expression is too copmlex"
10590msgstr ""
10591
10592#: ecoff.c:2837
10593msgid ".endef pseudo-op used before .def; ignored"
10594msgstr ""
10595
10596#: ecoff.c:2863 ecoff.c:2944
10597msgid "bad COFF debugging information"
10598msgstr ""
10599
10600#: ecoff.c:2912
10601#, c-format
10602msgid "no tag specified for %s"
10603msgstr ""
10604
10605#: ecoff.c:3015
10606msgid ".end directive without a preceding .file directive"
10607msgstr ""
10608
10609#: ecoff.c:3022
10610msgid ".end directive without a preceding .ent directive"
10611msgstr ""
10612
10613#: ecoff.c:3044
10614msgid ".end directive names unknown symbol"
10615msgstr ""
10616
10617#: ecoff.c:3072
10618msgid "second .ent directive found before .end directive"
10619msgstr ""
10620
10621#: ecoff.c:3146
10622msgid "no way to handle .file within .ent/.end section"
10623msgstr ""
10624
10625#: ecoff.c:3271
10626msgid ".loc before .file"
10627msgstr ""
10628
10629#: ecoff.c:3410
10630msgid "bad .weakext directive"
10631msgstr ""
10632
10633#: ecoff.c:3479
10634#, c-format
10635msgid ".stab%c is not supported"
10636msgstr ""
10637
10638#: ecoff.c:3489
10639#, c-format
10640msgid ".stab%c: ignoring non-zero other field"
10641msgstr ""
10642
10643#: ecoff.c:3523
10644#, c-format
10645msgid ""
10646"line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
10647msgstr ""
10648
10649#: ecoff.c:3559
10650#, c-format
10651msgid "illegal .stab%c directive, bad character"
10652msgstr ""
10653
10654#: ecoff.c:4021 ecoff.c:4210 ecoff.c:4235
10655msgid ".begin/.bend in different segments"
10656msgstr ""
10657
10658#: ecoff.c:4737
10659msgid "missing .end or .bend at end of file"
10660msgstr ""
10661
10662#: ecoff.c:5227
10663msgid "GP prologue size exceeds field size, using 0 instead"
10664msgstr ""
10665
10666#: expr.c:83 read.c:3232
10667msgid "bignum invalid"
10668msgstr ""
10669
10670#: expr.c:85 read.c:3234 read.c:3574 read.c:4474
10671msgid "floating point number invalid"
10672msgstr ""
10673
10674#: expr.c:243
10675msgid "bad floating-point constant: exponent overflow"
10676msgstr ""
10677
10678#: expr.c:247
10679#, c-format
10680msgid "bad floating-point constant: unknown error code=%d"
10681msgstr ""
10682
10683#: expr.c:425
10684msgid ""
10685"a bignum with underscores may not have more than 8 hex digits in any word"
10686msgstr ""
10687
10688#: expr.c:448
10689msgid "a bignum with underscores must have exactly 4 words"
10690msgstr ""
10691
10692#. Either not seen or not defined.
10693#. @@ Should print out the original string instead of
10694#. the parsed number.
10695#: expr.c:571
10696#, c-format
10697msgid "backward ref to unknown label \"%d:\""
10698msgstr ""
10699
10700#: expr.c:694
10701msgid "character constant too large"
10702msgstr ""
10703
10704#: expr.c:942
10705#, c-format
10706msgid "expr.c(operand): bad atof_generic return val %d"
10707msgstr ""
10708
10709#: expr.c:1004
10710#, c-format
10711msgid "missing '%c'"
10712msgstr ""
10713
10714#: expr.c:1016 read.c:3945
10715msgid "EBCDIC constants are not supported"
10716msgstr ""
10717
10718#: expr.c:1099
10719#, c-format
10720msgid "Unary operator %c ignored because bad operand follows"
10721msgstr ""
10722
10723#: expr.c:1145 expr.c:1170
10724msgid "syntax error in .startof. or .sizeof."
10725msgstr ""
10726
10727#: expr.c:1666
10728msgid "missing operand; zero assumed"
10729msgstr ""
10730
10731#: expr.c:1701
10732msgid "left operand is a bignum; integer 0 assumed"
10733msgstr ""
10734
10735#: expr.c:1703
10736msgid "left operand is a float; integer 0 assumed"
10737msgstr ""
10738
10739#: expr.c:1712
10740msgid "right operand is a bignum; integer 0 assumed"
10741msgstr ""
10742
10743#: expr.c:1714
10744msgid "right operand is a float; integer 0 assumed"
10745msgstr ""
10746
10747#: expr.c:1770 symbols.c:1191
10748msgid "division by zero"
10749msgstr ""
10750
10751#: expr.c:1868
10752msgid "operation combines symbols in different segments"
10753msgstr ""
10754
10755#: frags.c:48
10756msgid "attempt to allocate data in absolute section"
10757msgstr ""
10758
10759#: frags.c:54
10760msgid "attempt to allocate data in common section"
10761msgstr ""
10762
10763#: frags.c:107
10764#, c-format
10765msgid "can't extend frag %u chars"
10766msgstr ""
10767
10768#. Detect if we are reading from stdin by examining the file
10769#. name returned by as_where().
10770#.
10771#. [FIXME: We rely upon the name in the strcmp below being the
10772#. same as the one used by input_scrub_new_file(), if that is
10773#. not true, then this code will fail].
10774#.
10775#. If we are reading from stdin, then we need to save each input
10776#. line here (assuming of course that we actually have a line of
10777#. input to read), so that it can be displayed in the listing
10778#. that is produced at the end of the assembly.
10779#: input-file.c:145 input-scrub.c:242 listing.c:343
10780msgid "{standard input}"
10781msgstr ""
10782
10783#: input-file.c:149
10784#, c-format
10785msgid "can't open %s for reading"
10786msgstr ""
10787
10788#: input-file.c:212 input-file.c:239
10789#, c-format
10790msgid "Can't read from %s"
10791msgstr ""
10792
10793#: input-file.c:247
10794#, c-format
10795msgid "Can't close %s"
10796msgstr ""
10797
10798#: input-scrub.c:272
10799msgid "macros nested too deeply"
10800msgstr ""
10801
10802#: input-scrub.c:375 input-scrub.c:397
10803msgid "partial line at end of file ignored"
10804msgstr ""
10805
10806#: itbl-ops.c:351
10807msgid "Unable to allocate memory for new instructions\n"
10808msgstr ""
10809
10810#: listing.c:243
10811msgid "Warning:"
10812msgstr ""
10813
10814#: listing.c:250
10815msgid "Error:"
10816msgstr ""
10817
10818#: listing.c:1130
10819#, c-format
10820msgid "can't open list file: %s"
10821msgstr ""
10822
10823#: listing.c:1154
10824#, c-format
10825msgid "error closing list file: %s"
10826msgstr ""
10827
10828#: listing.c:1233
10829msgid "strange paper height, set to no form"
10830msgstr ""
10831
10832#: listing.c:1299
10833msgid "new line in title"
10834msgstr ""
10835
10836#. Turns the next expression into a string.
10837#: macro.c:382
10838#, no-c-format
10839msgid "% operator needs absolute expression"
10840msgstr ""
10841
10842#: macro.c:545
10843msgid "unexpected end of file in macro definition"
10844msgstr ""
10845
10846#: macro.c:554
10847msgid "missing ) after formals"
10848msgstr ""
10849
10850#: macro.c:703
10851msgid "missplaced )"
10852msgstr ""
10853
10854#: macro.c:960
10855msgid "confusion in formal parameters"
10856msgstr ""
10857
10858#: macro.c:965
10859msgid "macro formal argument does not exist"
10860msgstr ""
10861
10862#: macro.c:980
10863msgid "can't mix positional and keyword arguments"
10864msgstr ""
10865
10866#: macro.c:988
10867msgid "too many positional arguments"
10868msgstr ""
10869
10870#: macro.c:1163
10871msgid "unexpected end of file in irp or irpc"
10872msgstr ""
10873
10874#: macro.c:1171
10875msgid "missing model parameter"
10876msgstr ""
10877
10878#: messages.c:104
10879msgid "Assembler messages:\n"
10880msgstr ""
10881
10882#: messages.c:214
10883msgid "Warning: "
10884msgstr ""
10885
10886#: messages.c:318
10887msgid "Error: "
10888msgstr ""
10889
10890#: messages.c:413 messages.c:433
10891msgid "Fatal error: "
10892msgstr ""
10893
10894#: messages.c:450
10895msgid "Internal error!\n"
10896msgstr ""
10897
10898#: messages.c:452
10899#, c-format
10900msgid "Assertion failure in %s at %s line %d.\n"
10901msgstr ""
10902
10903#: messages.c:455
10904#, c-format
10905msgid "Assertion failure at %s line %d.\n"
10906msgstr ""
10907
10908#: messages.c:456 messages.c:475
10909msgid "Please report this bug.\n"
10910msgstr ""
10911
10912#: messages.c:470
10913#, c-format
10914msgid "Internal error, aborting at %s line %d in %s\n"
10915msgstr ""
10916
10917#: messages.c:473
10918#, c-format
10919msgid "Internal error, aborting at %s line %d\n"
10920msgstr ""
10921
10922#: output-file.c:48
10923#, c-format
10924msgid "can't open a bfd on stdout %s"
10925msgstr ""
10926
10927#: output-file.c:52 output-file.c:115
10928#, c-format
10929msgid "FATAL: can't create %s"
10930msgstr ""
10931
10932#: output-file.c:73 output-file.c:80
10933#, c-format
10934msgid "FATAL: can't close %s\n"
10935msgstr ""
10936
10937#: output-file.c:126
10938#, c-format
10939msgid "FATAL: can't close %s"
10940msgstr ""
10941
10942#: output-file.c:147
10943msgid "Failed to emit an object byte"
10944msgstr ""
10945
10946#: output-file.c:148
10947msgid "can't continue"
10948msgstr ""
10949
10950#: read.c:442
10951#, c-format
10952msgid "error constructing %s pseudo-op table: %s"
10953msgstr ""
10954
10955#: read.c:809
10956#, c-format
10957msgid "unknown pseudo-op: `%s'"
10958msgstr ""
10959
10960#: read.c:940
10961#, c-format
10962msgid "label \"%d$\" redefined"
10963msgstr ""
10964
10965#: read.c:1152
10966msgid ".abort detected.  Abandoning ship."
10967msgstr ""
10968
10969#: read.c:1174 read.c:2413
10970msgid "ignoring fill value in absolute section"
10971msgstr ""
10972
10973#: read.c:1260
10974#, c-format
10975msgid "alignment too large: %u assumed"
10976msgstr ""
10977
10978#: read.c:1292
10979msgid "expected fill pattern missing"
10980msgstr ""
10981
10982#: read.c:1417
10983#, c-format
10984msgid "length of .comm \"%s\" is already %ld; not changing to %ld"
10985msgstr ""
10986
10987#. Some of the back ends can't deal with non-positive line numbers.
10988#. Besides, it's silly.
10989#: read.c:1636
10990#, c-format
10991msgid "line numbers must be positive; line number %d rejected"
10992msgstr ""
10993
10994#: read.c:1664
10995msgid "start address not supported"
10996msgstr ""
10997
10998#: read.c:1674
10999msgid ".err encountered"
11000msgstr ""
11001
11002#: read.c:1693 read.c:1695
11003#, c-format
11004msgid ".fail %ld encountered"
11005msgstr ""
11006
11007#: read.c:1732
11008#, c-format
11009msgid ".fill size clamped to %d"
11010msgstr ""
11011
11012#: read.c:1737
11013msgid "size negative; .fill ignored"
11014msgstr ""
11015
11016#: read.c:1743
11017msgid "repeat < 0; .fill ignored"
11018msgstr ""
11019
11020#: read.c:1903
11021#, c-format
11022msgid "unrecognized .linkonce type `%s'"
11023msgstr ""
11024
11025#: read.c:1916 read.c:1942
11026msgid ".linkonce is not supported for this object file format"
11027msgstr ""
11028
11029#: read.c:1938
11030#, c-format
11031msgid "bfd_set_section_flags: %s"
11032msgstr ""
11033
11034#: read.c:1993
11035msgid "missing size expression"
11036msgstr ""
11037
11038#: read.c:1999
11039#, c-format
11040msgid "BSS length (%d) < 0 ignored"
11041msgstr ""
11042
11043#: read.c:2015
11044#, c-format
11045msgid "error setting flags for \".sbss\": %s"
11046msgstr ""
11047
11048#: read.c:2038
11049msgid "expected comma after size"
11050msgstr ""
11051
11052#: read.c:2072
11053#, c-format
11054msgid "alignment too large; %d assumed"
11055msgstr ""
11056
11057#: read.c:2077
11058msgid "alignment negative; 0 assumed"
11059msgstr ""
11060
11061#: read.c:2342
11062#, c-format
11063msgid "attempt to redefine pseudo-op `%s' ignored"
11064msgstr ""
11065
11066#: read.c:2408
11067#, c-format
11068msgid "invalid segment \"%s\""
11069msgstr ""
11070
11071#: read.c:2416
11072msgid "only constant offsets supported in absolute section"
11073msgstr ""
11074
11075#: read.c:2456
11076msgid "MRI style ORG pseudo-op not supported"
11077msgstr ""
11078
11079#: read.c:2613
11080#, c-format
11081msgid "unrecognized section type `%s'"
11082msgstr ""
11083
11084#: read.c:2627
11085msgid "absolute sections are not supported"
11086msgstr ""
11087
11088#: read.c:2642
11089#, c-format
11090msgid "unrecognized section command `%s'"
11091msgstr ""
11092
11093#: read.c:2708
11094msgid ".endr encountered without preceeding .rept, .irc, or .irp"
11095msgstr ""
11096
11097#: read.c:2740
11098#, c-format
11099msgid "%s without %s"
11100msgstr ""
11101
11102#: read.c:2949
11103msgid "unsupported variable size or fill value"
11104msgstr ""
11105
11106#: read.c:2974
11107msgid ".space repeat count is zero, ignored"
11108msgstr ""
11109
11110#: read.c:2976
11111msgid ".space repeat count is negative, ignored"
11112msgstr ""
11113
11114#: read.c:3005
11115msgid "space allocation too complex in absolute section"
11116msgstr ""
11117
11118#: read.c:3011
11119msgid "space allocation too complex in common section"
11120msgstr ""
11121
11122#: read.c:3099 read.c:4190
11123#, c-format
11124msgid "bad floating literal: %s"
11125msgstr ""
11126
11127#: read.c:3172
11128#, c-format
11129msgid "rest of line ignored; first ignored character is `%c'"
11130msgstr ""
11131
11132#: read.c:3175
11133#, c-format
11134msgid "rest of line ignored; first ignored character valued 0x%x"
11135msgstr ""
11136
11137#: read.c:3228
11138msgid "missing expression"
11139msgstr ""
11140
11141#: read.c:3404
11142msgid "rva without symbol"
11143msgstr ""
11144
11145#: read.c:3530
11146msgid "attempt to store value in absolute section"
11147msgstr ""
11148
11149#: read.c:3568 read.c:4468
11150msgid "zero assumed for missing expression"
11151msgstr ""
11152
11153#: read.c:3580 read.c:4480 write.c:322
11154msgid "register value used as expression"
11155msgstr ""
11156
11157#. Leading bits contain both 0s & 1s.
11158#: read.c:3671
11159#, c-format
11160msgid "value 0x%lx truncated to 0x%lx"
11161msgstr ""
11162
11163#: read.c:3687
11164#, c-format
11165msgid "bignum truncated to %d bytes"
11166msgstr ""
11167
11168#: read.c:3854
11169msgid "using a bit field width of zero"
11170msgstr ""
11171
11172#: read.c:3862
11173#, c-format
11174msgid "field width \"%s\" too complex for a bitfield"
11175msgstr ""
11176
11177#: read.c:3870
11178#, c-format
11179msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
11180msgstr ""
11181
11182#: read.c:3892
11183#, c-format
11184msgid "field value \"%s\" too complex for a bitfield"
11185msgstr ""
11186
11187#: read.c:4018 read.c:4212
11188msgid "unresolvable or nonpositive repeat count; using 1"
11189msgstr ""
11190
11191#: read.c:4069
11192#, c-format
11193msgid "unknown floating type type '%c'"
11194msgstr ""
11195
11196#: read.c:4091
11197msgid "floating point constant too large"
11198msgstr ""
11199
11200#: read.c:4581
11201msgid "strings must be placed into a section"
11202msgstr ""
11203
11204#: read.c:4631
11205msgid "expected <nn>"
11206msgstr ""
11207
11208#. To be compatible with BSD 4.2 as: give the luser a linefeed!!
11209#: read.c:4664 read.c:4750
11210msgid "unterminated string; newline inserted"
11211msgstr ""
11212
11213#: read.c:4758
11214msgid "bad escaped character in string"
11215msgstr ""
11216
11217#: read.c:4784
11218msgid "expected address expression"
11219msgstr ""
11220
11221#: read.c:4804
11222#, c-format
11223msgid "symbol \"%s\" undefined; zero assumed"
11224msgstr ""
11225
11226#: read.c:4807
11227msgid "some symbol undefined; zero assumed"
11228msgstr ""
11229
11230#: read.c:4824
11231msgid "bad or irreducible absolute expression"
11232msgstr ""
11233
11234#: read.c:4867
11235msgid "this string may not contain '\\0'"
11236msgstr ""
11237
11238#: read.c:4904
11239msgid "missing string"
11240msgstr ""
11241
11242#: read.c:5027
11243#, c-format
11244msgid ".incbin count zero, ignoring `%s'"
11245msgstr ""
11246
11247#: read.c:5053
11248#, c-format
11249msgid "file not found: %s"
11250msgstr ""
11251
11252#: read.c:5067
11253#, c-format
11254msgid "seek to end of .incbin file failed `%s'"
11255msgstr ""
11256
11257#: read.c:5078
11258#, c-format
11259msgid "skip (%ld) + count (%ld) larger than file size (%ld)"
11260msgstr ""
11261
11262#: read.c:5085
11263#, c-format
11264msgid "could not skip to %ld in file `%s'"
11265msgstr ""
11266
11267#: read.c:5094
11268#, c-format
11269msgid "truncated file `%s', %ld of %ld bytes read"
11270msgstr ""
11271
11272#: read.c:5257
11273msgid "missing .func"
11274msgstr ""
11275
11276#: read.c:5274
11277msgid ".endfunc missing for previous .func"
11278msgstr ""
11279
11280#: stabs.c:220 stabs.c:228 stabs.c:236 stabs.c:255
11281#, c-format
11282msgid ".stab%c: missing comma"
11283msgstr ""
11284
11285#. This could happen for example with a source file with a huge
11286#. number of lines.  The only cure is to use a different debug
11287#. format, probably DWARF.
11288#: stabs.c:248
11289#, c-format
11290msgid ".stab%c: description field '%x' too big, try a different debug format"
11291msgstr ""
11292
11293#: stabs.c:433
11294msgid "comma missing in .xstabs"
11295msgstr ""
11296
11297#: subsegs.c:377
11298#, c-format
11299msgid "attempt to switch to nonexistent segment \"%s\""
11300msgstr ""
11301
11302#: symbols.c:318
11303#, c-format
11304msgid "cannot define symbol `%s' in absolute section"
11305msgstr ""
11306
11307#: symbols.c:452
11308#, c-format
11309msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
11310msgstr ""
11311
11312#: symbols.c:529 symbols.c:536
11313#, c-format
11314msgid "inserting \"%s\" into symbol table failed: %s"
11315msgstr ""
11316
11317#: symbols.c:874 symbols.c:878
11318#, c-format
11319msgid "undefined symbol `%s' in operation"
11320msgstr ""
11321
11322#: symbols.c:885
11323#, c-format
11324msgid "invalid sections for operation on `%s' and `%s'"
11325msgstr ""
11326
11327#: symbols.c:889
11328#, c-format
11329msgid "invalid section for operation on `%s'"
11330msgstr ""
11331
11332#: symbols.c:897 symbols.c:900
11333#, c-format
11334msgid "undefined symbol `%s' in operation setting `%s'"
11335msgstr ""
11336
11337#: symbols.c:907
11338#, c-format
11339msgid "invalid sections for operation on `%s' and `%s' setting `%s'"
11340msgstr ""
11341
11342#: symbols.c:911
11343#, c-format
11344msgid "invalid section for operation on `%s' setting `%s'"
11345msgstr ""
11346
11347#: symbols.c:964
11348#, c-format
11349msgid "symbol definition loop encountered at `%s'"
11350msgstr ""
11351
11352#: symbols.c:1193
11353#, c-format
11354msgid "division by zero when setting `%s'"
11355msgstr ""
11356
11357#: symbols.c:1280 write.c:2008
11358#, c-format
11359msgid "can't resolve value for symbol `%s'"
11360msgstr ""
11361
11362#: symbols.c:1674
11363#, c-format
11364msgid "\"%d\" (instance number %d of a %s label)"
11365msgstr ""
11366
11367#: symbols.c:1711
11368#, c-format
11369msgid "attempt to get value of unresolved symbol `%s'"
11370msgstr ""
11371
11372#: symbols.c:1971
11373msgid "section symbols are already global"
11374msgstr ""
11375
11376#: symbols.c:2014
11377#, c-format
11378msgid "Accessing function `%s' as thread-local object"
11379msgstr ""
11380
11381#: symbols.c:2018
11382#, c-format
11383msgid "Accessing `%s' as thread-local object"
11384msgstr ""
11385
11386#: write.c:215
11387#, c-format
11388msgid "field fx_size too small to hold %d"
11389msgstr ""
11390
11391#: write.c:349
11392msgid "rva not supported"
11393msgstr ""
11394
11395#: write.c:570
11396#, c-format
11397msgid "attempt to .org/.space backwards? (%ld)"
11398msgstr ""
11399
11400#: write.c:1002 write.c:1074
11401msgid "relocation out of range"
11402msgstr ""
11403
11404#: write.c:1005 write.c:1077
11405#, c-format
11406msgid "%s:%u: bad return from bfd_install_relocation: %x"
11407msgstr ""
11408
11409#: write.c:1057
11410msgid "internal error: fixup not contained within frag"
11411msgstr ""
11412
11413#: write.c:1164 write.c:1188
11414#, c-format
11415msgid "FATAL: Can't write %s"
11416msgstr ""
11417
11418#: write.c:1220
11419msgid "cannot write to output file"
11420msgstr ""
11421
11422#: write.c:1477
11423#, c-format
11424msgid "%d error%s, %d warning%s, generating bad object file"
11425msgstr ""
11426
11427#: write.c:1484
11428#, c-format
11429msgid "%d error%s, %d warning%s, no object file generated"
11430msgstr ""
11431
11432#: write.c:1945
11433#, c-format
11434msgid "local label `%s' is not defined"
11435msgstr ""
11436
11437#: write.c:2244
11438#, c-format
11439msgid "alignment padding (%lu bytes) not a multiple of %ld"
11440msgstr ""
11441
11442#: write.c:2361
11443#, c-format
11444msgid ".word %s-%s+%s didn't fit"
11445msgstr ""
11446
11447#: write.c:2446
11448msgid "attempt to move .org backwards"
11449msgstr ""
11450
11451#: write.c:2474
11452msgid ".space specifies non-absolute value"
11453msgstr ""
11454
11455#: write.c:2481
11456msgid ".space or .fill with negative value, ignored"
11457msgstr ""
11458
11459#: write.c:2773
11460#, c-format
11461msgid "value of %s too large for field of %d bytes at %s"
11462msgstr ""
11463
11464#: write.c:2785
11465#, c-format
11466msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
11467msgstr ""
11468