1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
11"POT-Creation-Date: 2016-12-23 09:23+0100\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=CHARSET\n"
18"Content-Transfer-Encoding: 8bit\n"
19
20#: app.c:490 app.c:504
21msgid "end of file in comment"
22msgstr ""
23
24#: app.c:582 app.c:629
25#, c-format
26msgid "end of file in string; '%c' inserted"
27msgstr ""
28
29#: app.c:655
30#, c-format
31msgid "unknown escape '\\%c' in string; ignored"
32msgstr ""
33
34#: app.c:829 input-scrub.c:363
35msgid "end of file not at end of a line; newline inserted"
36msgstr ""
37
38#: app.c:992
39msgid "end of file in multiline comment"
40msgstr ""
41
42#: app.c:1067
43msgid "end of file after a one-character quote; \\0 inserted"
44msgstr ""
45
46#: app.c:1075
47msgid "end of file in escape character"
48msgstr ""
49
50#: app.c:1087
51msgid "missing close quote; (assumed)"
52msgstr ""
53
54#: app.c:1156 app.c:1211 app.c:1223 app.c:1303
55msgid "end of file in comment; newline inserted"
56msgstr ""
57
58#: as.c:166
59msgid "missing emulation mode name"
60msgstr ""
61
62#: as.c:181
63#, c-format
64msgid "unrecognized emulation name `%s'"
65msgstr ""
66
67#: as.c:228
68#, c-format
69msgid "GNU assembler version %s (%s) using BFD version %s\n"
70msgstr ""
71
72#: as.c:240
73#, c-format
74msgid "Usage: %s [option...] [asmfile...]\n"
75msgstr ""
76
77#: as.c:242
78#, c-format
79msgid ""
80"Options:\n"
81"  -a[sub-option...]\t  turn on listings\n"
82"                      \t  Sub-options [default hls]:\n"
83"                      \t  c      omit false conditionals\n"
84"                      \t  d      omit debugging directives\n"
85"                      \t  g      include general info\n"
86"                      \t  h      include high-level source\n"
87"                      \t  l      include assembly\n"
88"                      \t  m      include macro expansions\n"
89"                      \t  n      omit forms processing\n"
90"                      \t  s      include symbols\n"
91"                      \t  =FILE  list to FILE (must be last sub-option)\n"
92msgstr ""
93
94#: as.c:256
95#, c-format
96msgid "  --alternate             initially turn on alternate macro syntax\n"
97msgstr ""
98
99#: as.c:259
100#, c-format
101msgid ""
102"  --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
103"                          compress DWARF debug sections using zlib "
104"[default]\n"
105msgstr ""
106
107#: as.c:262
108#, c-format
109msgid ""
110"  --nocompress-debug-sections\n"
111"                          don't compress DWARF debug sections\n"
112msgstr ""
113
114#: as.c:266
115#, c-format
116msgid ""
117"  --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
118"                          compress DWARF debug sections using zlib\n"
119msgstr ""
120
121#: as.c:269
122#, c-format
123msgid ""
124"  --nocompress-debug-sections\n"
125"                          don't compress DWARF debug sections [default]\n"
126msgstr ""
127
128#: as.c:273
129#, c-format
130msgid "  -D                      produce assembler debugging messages\n"
131msgstr ""
132
133#: as.c:275
134#, c-format
135msgid ""
136"  --debug-prefix-map OLD=NEW\n"
137"                          map OLD to NEW in debug information\n"
138msgstr ""
139
140#: as.c:278
141#, c-format
142msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
143msgstr ""
144
145#: as.c:294
146#, c-format
147msgid "                          emulate output (default %s)\n"
148msgstr ""
149
150#: as.c:299
151#, c-format
152msgid "  --execstack             require executable stack for this object\n"
153msgstr ""
154
155#: as.c:301
156#, c-format
157msgid ""
158"  --noexecstack           don't require executable stack for this object\n"
159msgstr ""
160
161#: as.c:303
162#, c-format
163msgid ""
164"  --size-check=[error|warning]\n"
165"\t\t\t  ELF .size directive check (default --size-check=error)\n"
166msgstr ""
167
168#: as.c:306
169#, c-format
170msgid ""
171"  --elf-stt-common=[no|yes]\n"
172"                          generate ELF common symbols with STT_COMMON type\n"
173msgstr ""
174
175#: as.c:309
176#, c-format
177msgid "  --sectname-subst        enable section name substitution sequences\n"
178msgstr ""
179
180#: as.c:312
181#, c-format
182msgid "  -f                      skip whitespace and comment preprocessing\n"
183msgstr ""
184
185#: as.c:314
186#, c-format
187msgid "  -g --gen-debug          generate debugging information\n"
188msgstr ""
189
190#: as.c:316
191#, c-format
192msgid "  --gstabs                generate STABS debugging information\n"
193msgstr ""
194
195#: as.c:318
196#, c-format
197msgid ""
198"  --gstabs+               generate STABS debug info with GNU extensions\n"
199msgstr ""
200
201#: as.c:320
202#, c-format
203msgid "  --gdwarf-2              generate DWARF2 debugging information\n"
204msgstr ""
205
206#: as.c:322
207#, c-format
208msgid ""
209"  --gdwarf-sections       generate per-function section names for DWARF line "
210"information\n"
211msgstr ""
212
213#: as.c:324
214#, c-format
215msgid "  --hash-size=<value>     set the hash table size close to <value>\n"
216msgstr ""
217
218#: as.c:326
219#, c-format
220msgid "  --help                  show this message and exit\n"
221msgstr ""
222
223#: as.c:328
224#, c-format
225msgid "  --target-help           show target specific options\n"
226msgstr ""
227
228#: as.c:330
229#, c-format
230msgid ""
231"  -I DIR                  add DIR to search list for .include directives\n"
232msgstr ""
233
234#: as.c:332
235#, c-format
236msgid "  -J                      don't warn about signed overflow\n"
237msgstr ""
238
239#: as.c:334
240#, c-format
241msgid ""
242"  -K                      warn when differences altered for long "
243"displacements\n"
244msgstr ""
245
246#: as.c:336
247#, c-format
248msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
249msgstr ""
250
251#: as.c:338
252#, c-format
253msgid "  -M,--mri                assemble in MRI compatibility mode\n"
254msgstr ""
255
256#: as.c:340
257#, c-format
258msgid ""
259"  --MD FILE               write dependency information in FILE (default "
260"none)\n"
261msgstr ""
262
263#: as.c:342
264#, c-format
265msgid "  -nocpp                  ignored\n"
266msgstr ""
267
268#: as.c:344
269#, c-format
270msgid ""
271"  -no-pad-sections        do not pad the end of sections to alignment "
272"boundaries\n"
273msgstr ""
274
275#: as.c:346
276#, c-format
277msgid ""
278"  -o OBJFILE              name the object-file output OBJFILE (default a."
279"out)\n"
280msgstr ""
281
282#: as.c:348
283#, c-format
284msgid "  -R                      fold data section into text section\n"
285msgstr ""
286
287#: as.c:350
288#, c-format
289msgid ""
290"  --reduce-memory-overheads \n"
291"                          prefer smaller memory use at the cost of longer\n"
292"                          assembly times\n"
293msgstr ""
294
295#: as.c:354
296#, c-format
297msgid ""
298"  --statistics            print various measured statistics from execution\n"
299msgstr ""
300
301#: as.c:356
302#, c-format
303msgid "  --strip-local-absolute  strip local absolute symbols\n"
304msgstr ""
305
306#: as.c:358
307#, c-format
308msgid ""
309"  --traditional-format    Use same format as native assembler when possible\n"
310msgstr ""
311
312#: as.c:360
313#, c-format
314msgid "  --version               print assembler version number and exit\n"
315msgstr ""
316
317#: as.c:362
318#, c-format
319msgid "  -W  --no-warn           suppress warnings\n"
320msgstr ""
321
322#: as.c:364
323#, c-format
324msgid "  --warn                  don't suppress warnings\n"
325msgstr ""
326
327#: as.c:366
328#, c-format
329msgid "  --fatal-warnings        treat warnings as errors\n"
330msgstr ""
331
332#: as.c:369
333#, c-format
334msgid ""
335"  --itbl INSTTBL          extend instruction set to include instructions\n"
336"                          matching the specifications defined in file "
337"INSTTBL\n"
338msgstr ""
339
340#: as.c:373
341#, c-format
342msgid "  -w                      ignored\n"
343msgstr ""
344
345#: as.c:375
346#, c-format
347msgid "  -X                      ignored\n"
348msgstr ""
349
350#: as.c:377
351#, c-format
352msgid "  -Z                      generate object file even after errors\n"
353msgstr ""
354
355#: as.c:379
356#, c-format
357msgid ""
358"  --listing-lhs-width     set the width in words of the output data column "
359"of\n"
360"                          the listing\n"
361msgstr ""
362
363#: as.c:382
364#, c-format
365msgid ""
366"  --listing-lhs-width2    set the width in words of the continuation lines\n"
367"                          of the output data column; ignored if smaller "
368"than\n"
369"                          the width of the first line\n"
370msgstr ""
371
372#: as.c:386
373#, c-format
374msgid ""
375"  --listing-rhs-width     set the max width in characters of the lines from\n"
376"                          the source file\n"
377msgstr ""
378
379#: as.c:389
380#, c-format
381msgid ""
382"  --listing-cont-lines    set the maximum number of continuation lines used\n"
383"                          for the output data column of the listing\n"
384msgstr ""
385
386#: as.c:392
387#, c-format
388msgid "  @FILE                   read options from FILE\n"
389msgstr ""
390
391#: as.c:400
392#, c-format
393msgid "Report bugs to %s\n"
394msgstr ""
395
396#: as.c:620
397#, c-format
398msgid "unrecognized option -%c%s"
399msgstr ""
400
401#. This output is intended to follow the GNU standards document.
402#: as.c:662
403#, c-format
404msgid "GNU assembler %s\n"
405msgstr ""
406
407#: as.c:663
408#, c-format
409msgid "Copyright (C) 2016 Free Software Foundation, Inc.\n"
410msgstr ""
411
412#: as.c:664
413#, c-format
414msgid ""
415"This program is free software; you may redistribute it under the terms of\n"
416"the GNU General Public License version 3 or later.\n"
417"This program has absolutely no warranty.\n"
418msgstr ""
419
420#: as.c:669
421#, c-format
422msgid ""
423"This assembler was configured for a target of `%s' and default,\n"
424"cpu type `%s'.\n"
425msgstr ""
426
427#: as.c:673
428#, c-format
429msgid "This assembler was configured for a target of `%s'.\n"
430msgstr ""
431
432#: as.c:681
433msgid "multiple emulation names specified"
434msgstr ""
435
436#: as.c:683
437msgid "emulations not handled in this configuration"
438msgstr ""
439
440#: as.c:688
441#, c-format
442msgid "alias = %s\n"
443msgstr ""
444
445#: as.c:689
446#, c-format
447msgid "canonical = %s\n"
448msgstr ""
449
450#: as.c:690
451#, c-format
452msgid "cpu-type = %s\n"
453msgstr ""
454
455#: as.c:692
456#, c-format
457msgid "format = %s\n"
458msgstr ""
459
460#: as.c:695
461#, c-format
462msgid "bfd-target = %s\n"
463msgstr ""
464
465#: as.c:712
466#, c-format
467msgid "Invalid --compress-debug-sections option: `%s'"
468msgstr ""
469
470#: as.c:715
471#, c-format
472msgid "--compress-debug-sections=%s is unsupported"
473msgstr ""
474
475#: as.c:740
476msgid "bad defsym; format is --defsym name=value"
477msgstr ""
478
479#: as.c:760
480msgid "no file name following -t option"
481msgstr ""
482
483#: as.c:775
484#, c-format
485msgid "failed to read instruction table %s\n"
486msgstr ""
487
488#: as.c:891
489#, c-format
490msgid "Invalid --size-check= option: `%s'"
491msgstr ""
492
493#: as.c:900
494#, c-format
495msgid "Invalid --elf-stt-common= option: `%s'"
496msgstr ""
497
498#: as.c:973
499#, c-format
500msgid "invalid listing option `%c'"
501msgstr ""
502
503#: as.c:1026
504msgid "--hash-size needs a numeric argument"
505msgstr ""
506
507#: as.c:1051
508#, c-format
509msgid "%s: total time in assembly: %ld.%06ld\n"
510msgstr ""
511
512#: as.c:1054
513#, c-format
514msgid "%s: data size %ld\n"
515msgstr ""
516
517#: as.c:1338
518#, c-format
519msgid "%d warning"
520msgstr ""
521
522#: as.c:1340
523#, c-format
524msgid "%d warnings"
525msgstr ""
526
527#: as.c:1342
528#, c-format
529msgid "%d error"
530msgstr ""
531
532#: as.c:1344
533#, c-format
534msgid "%d errors"
535msgstr ""
536
537#: as.c:1349
538#, c-format
539msgid "%s, treating warnings as errors"
540msgstr ""
541
542#: as.c:1360
543#, c-format
544msgid "%s, %s, generating bad object file\n"
545msgstr ""
546
547#: as.h:174
548#, c-format
549msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
550msgstr ""
551
552#.
553#. * We have a GROSS internal error.
554#. * This should never happen.
555#.
556#: atof-generic.c:418 config/tc-m68k.c:3582
557msgid "failed sanity check"
558msgstr ""
559
560#: cgen.c:107 config/tc-alpha.c:2099 config/tc-alpha.c:2123
561#: config/tc-arc.c:3968 config/tc-arc.c:4026 config/tc-d10v.c:550
562#: config/tc-d30v.c:537 config/tc-mn10200.c:1098 config/tc-mn10300.c:1752
563#: config/tc-ppc.c:2872 config/tc-ppc.c:3049 config/tc-ppc.c:3314
564#: config/tc-s390.c:1331 config/tc-s390.c:1454 config/tc-s390.c:1587
565#: config/tc-v850.c:2538 config/tc-v850.c:2609 config/tc-v850.c:2656
566#: config/tc-v850.c:2693 config/tc-v850.c:2730 config/tc-v850.c:2993
567msgid "too many fixups"
568msgstr ""
569
570#: cgen.c:372 cgen.c:392 config/tc-d10v.c:461 config/tc-d30v.c:453
571#: config/tc-i370.c:2125 config/tc-mn10200.c:1040 config/tc-mn10300.c:1677
572#: config/tc-ppc.c:2914 config/tc-s390.c:1302 config/tc-v850.c:2647
573#: config/tc-v850.c:2681 config/tc-v850.c:2721 config/tc-v850.c:2966
574#: config/tc-z80.c:446
575msgid "illegal operand"
576msgstr ""
577
578#: cgen.c:396 config/tc-avr.c:716 config/tc-d10v.c:463 config/tc-d30v.c:455
579#: config/tc-h8300.c:502 config/tc-i370.c:2127 config/tc-mcore.c:661
580#: config/tc-microblaze.c:603 config/tc-mmix.c:495 config/tc-mn10200.c:1043
581#: config/tc-mn10300.c:1680 config/tc-msp430.c:417 config/tc-ppc.c:2916
582#: config/tc-s390.c:1320 config/tc-sh.c:1385 config/tc-sh64.c:2214
583#: config/tc-v850.c:2651 config/tc-v850.c:2685 config/tc-v850.c:2725
584#: config/tc-v850.c:2969 config/tc-xgate.c:895 config/tc-z80.c:557
585#: config/tc-z8k.c:349
586msgid "missing operand"
587msgstr ""
588
589#: cgen.c:767
590msgid "a reloc on this operand implies an overflow"
591msgstr ""
592
593#: cgen.c:790
594msgid "operand mask overflow"
595msgstr ""
596
597#. We can't actually support subtracting a symbol.
598#: cgen.c:851 config/tc-arm.c:1753 config/tc-arm.c:10261 config/tc-arm.c:10313
599#: config/tc-arm.c:10570 config/tc-arm.c:11395 config/tc-arm.c:12531
600#: config/tc-arm.c:12571 config/tc-arm.c:12914 config/tc-arm.c:12955
601#: config/tc-arm.c:17288 config/tc-arm.c:17329 config/tc-avr.c:1339
602#: config/tc-avr.c:1351 config/tc-avr.c:1615 config/tc-cris.c:4067
603#: config/tc-d10v.c:1507 config/tc-d30v.c:1912 config/tc-mips.c:9256
604#: config/tc-mips.c:10561 config/tc-mips.c:11817 config/tc-mips.c:12476
605#: config/tc-nds32.c:6587 config/tc-ppc.c:6511 config/tc-spu.c:957
606#: config/tc-spu.c:981 config/tc-tilegx.c:1485 config/tc-tilepro.c:1346
607#: config/tc-v850.c:3452 config/tc-vax.c:282 config/tc-xstormy16.c:482
608#: config/tc-xtensa.c:5932 config/tc-xtensa.c:12955
609msgid "expression too complex"
610msgstr ""
611
612#: cgen.c:950 config/tc-ppc.c:6852 config/tc-ppc.c:7080 config/tc-s390.c:2364
613#: config/tc-v850.c:3504 config/tc-xstormy16.c:539
614msgid "unresolved expression that must be resolved"
615msgstr ""
616
617#: cgen.c:975 config/tc-xstormy16.c:564
618#, c-format
619msgid "internal error: can't install fix for reloc type %d (`%s')"
620msgstr ""
621
622#: cgen.c:1026 config/tc-nios2.c:1360
623msgid "relocation is not supported"
624msgstr ""
625
626#: cond.c:82
627msgid "invalid identifier for \".ifdef\""
628msgstr ""
629
630#: cond.c:149
631msgid "non-constant expression in \".if\" statement"
632msgstr ""
633
634#: cond.c:276
635msgid "bad format for ifc or ifnc"
636msgstr ""
637
638#: cond.c:306
639msgid "\".elseif\" without matching \".if\""
640msgstr ""
641
642#: cond.c:310
643msgid "\".elseif\" after \".else\""
644msgstr ""
645
646#: cond.c:313 cond.c:419
647msgid "here is the previous \".else\""
648msgstr ""
649
650#: cond.c:316 cond.c:422
651msgid "here is the previous \".if\""
652msgstr ""
653
654#: cond.c:345
655msgid "non-constant expression in \".elseif\" statement"
656msgstr ""
657
658#: cond.c:383
659msgid "\".endif\" without \".if\""
660msgstr ""
661
662#: cond.c:412
663msgid "\".else\" without matching \".if\""
664msgstr ""
665
666#: cond.c:416
667msgid "duplicate \".else\""
668msgstr ""
669
670#: cond.c:467
671msgid ".ifeqs syntax error"
672msgstr ""
673
674#: cond.c:548
675msgid "end of macro inside conditional"
676msgstr ""
677
678#: cond.c:550
679msgid "end of file inside conditional"
680msgstr ""
681
682#: cond.c:553
683msgid "here is the start of the unterminated conditional"
684msgstr ""
685
686#: cond.c:557
687msgid "here is the \"else\" of the unterminated conditional"
688msgstr ""
689
690#: config/atof-ieee.c:139
691msgid "cannot create floating-point number"
692msgstr ""
693
694#: config/atof-ieee.c:286
695msgid "NaNs are not supported by this target\n"
696msgstr ""
697
698#: config/atof-ieee.c:325 config/atof-ieee.c:366
699msgid "Infinities are not supported by this target\n"
700msgstr ""
701
702#: config/atof-ieee.c:781 config/atof-vax.c:449 config/tc-arm.c:1139
703#: config/tc-ia64.c:11608 config/tc-tic30.c:1263 config/tc-tic4x.c:2585
704msgid "Unrecognized or unsupported floating point constant"
705msgstr ""
706
707#: config/obj-aout.c:81
708#, c-format
709msgid "Attempt to put a common symbol into set %s"
710msgstr ""
711
712#: config/obj-aout.c:85
713#, c-format
714msgid "Attempt to put an undefined symbol into set %s"
715msgstr ""
716
717#: config/obj-aout.c:112 config/obj-coff.c:1382
718#, c-format
719msgid "Symbol `%s' can not be both weak and common"
720msgstr ""
721
722#: config/obj-coff.c:135 dw2gencfi.c:333
723#, c-format
724msgid "Inserting \"%s\" into structure table failed: %s"
725msgstr ""
726
727#: config/obj-coff.c:214 config/obj-coff.c:1681 config/tc-ppc.c:5513
728#: config/tc-tic54x.c:3980 read.c:2959
729#, c-format
730msgid "error setting flags for \"%s\": %s"
731msgstr ""
732
733#. Zero is used as an end marker in the file.
734#: config/obj-coff.c:435
735msgid "Line numbers must be positive integers\n"
736msgstr ""
737
738#: config/obj-coff.c:467
739msgid ".ln pseudo-op inside .def/.endef: ignored."
740msgstr ""
741
742#: config/obj-coff.c:509 ecoff.c:3237
743msgid ".loc outside of .text"
744msgstr ""
745
746#: config/obj-coff.c:516
747msgid ".loc pseudo-op inside .def/.endef: ignored."
748msgstr ""
749
750#: config/obj-coff.c:596
751msgid ".def pseudo-op used inside of .def/.endef: ignored."
752msgstr ""
753
754#: config/obj-coff.c:629
755msgid ".endef pseudo-op used outside of .def/.endef: ignored."
756msgstr ""
757
758#: config/obj-coff.c:668
759#, c-format
760msgid "`%s' symbol without preceding function"
761msgstr ""
762
763#: config/obj-coff.c:755
764#, c-format
765msgid "unexpected storage class %d"
766msgstr ""
767
768#: config/obj-coff.c:863
769msgid ".dim pseudo-op used outside of .def/.endef: ignored."
770msgstr ""
771
772#: config/obj-coff.c:883
773msgid "badly formed .dim directive ignored"
774msgstr ""
775
776#: config/obj-coff.c:932
777msgid ".size pseudo-op used outside of .def/.endef ignored."
778msgstr ""
779
780#: config/obj-coff.c:947
781msgid ".scl pseudo-op used outside of .def/.endef ignored."
782msgstr ""
783
784#: config/obj-coff.c:964
785msgid ".tag pseudo-op used outside of .def/.endef ignored."
786msgstr ""
787
788#: config/obj-coff.c:981
789#, c-format
790msgid "tag not found for .tag %s"
791msgstr ""
792
793#: config/obj-coff.c:994
794msgid ".type pseudo-op used outside of .def/.endef ignored."
795msgstr ""
796
797#: config/obj-coff.c:1013
798msgid ".val pseudo-op used outside of .def/.endef ignored."
799msgstr ""
800
801#: config/obj-coff.c:1160
802msgid "badly formed .weak directive ignored"
803msgstr ""
804
805#: config/obj-coff.c:1338
806msgid "mismatched .eb"
807msgstr ""
808
809#: config/obj-coff.c:1361
810#, c-format
811msgid "C_EFCN symbol for %s out of scope"
812msgstr ""
813
814#: config/obj-coff.c:1415
815#, c-format
816msgid "Warning: internal error: forgetting to set endndx of %s"
817msgstr ""
818
819#. STYP_INFO
820#. STYP_LIB
821#. STYP_OVER
822#: config/obj-coff.c:1646
823#, c-format
824msgid "unsupported section attribute '%c'"
825msgstr ""
826
827#: config/obj-coff.c:1650 config/tc-ppc.c:5495
828#, c-format
829msgid "unknown section attribute '%c'"
830msgstr ""
831
832#: config/obj-coff.c:1693 config/obj-macho.c:267
833#, c-format
834msgid "Ignoring changed section attributes for %s"
835msgstr ""
836
837#: config/obj-coff.c:1831
838#, c-format
839msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
840msgstr ""
841
842#: config/obj-ecoff.c:124
843msgid "Can't set GP value"
844msgstr ""
845
846#: config/obj-ecoff.c:131
847msgid "Can't set register masks"
848msgstr ""
849
850#: config/obj-elf.c:343 config/tc-sparc.c:4422 config/tc-v850.c:511
851#, c-format
852msgid "bad .common segment %s"
853msgstr ""
854
855#: config/obj-elf.c:419
856msgid "Missing symbol name in directive"
857msgstr ""
858
859#: config/obj-elf.c:627
860#, c-format
861msgid "setting incorrect section type for %s"
862msgstr ""
863
864#: config/obj-elf.c:632
865#, c-format
866msgid "ignoring incorrect section type for %s"
867msgstr ""
868
869#: config/obj-elf.c:683
870#, c-format
871msgid "setting incorrect section attributes for %s"
872msgstr ""
873
874#: config/obj-elf.c:739
875#, c-format
876msgid "ignoring changed section type for %s"
877msgstr ""
878
879#: config/obj-elf.c:751
880#, c-format
881msgid "ignoring changed section attributes for %s"
882msgstr ""
883
884#: config/obj-elf.c:758
885#, c-format
886msgid "ignoring changed section entity size for %s"
887msgstr ""
888
889#: config/obj-elf.c:819
890msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T or number"
891msgstr ""
892
893#: config/obj-elf.c:879
894msgid "extraneous characters at end of numeric section type"
895msgstr ""
896
897#: config/obj-elf.c:885 read.c:2943
898msgid "unrecognized section type"
899msgstr ""
900
901#: config/obj-elf.c:917
902msgid "unrecognized section attribute"
903msgstr ""
904
905#: config/obj-elf.c:948 config/tc-alpha.c:4208
906msgid "missing name"
907msgstr ""
908
909#: config/obj-elf.c:1107
910msgid "invalid merge entity size"
911msgstr ""
912
913#: config/obj-elf.c:1114
914msgid "entity size for SHF_MERGE not specified"
915msgstr ""
916
917#: config/obj-elf.c:1120
918msgid "? section flag ignored with G present"
919msgstr ""
920
921#: config/obj-elf.c:1144
922msgid "group name for SHF_GROUP not specified"
923msgstr ""
924
925#: config/obj-elf.c:1167
926msgid "character following name is not '#'"
927msgstr ""
928
929#: config/obj-elf.c:1286
930msgid ".previous without corresponding .section; ignored"
931msgstr ""
932
933#: config/obj-elf.c:1312
934msgid ".popsection without corresponding .pushsection; ignored"
935msgstr ""
936
937#: config/obj-elf.c:1358
938msgid "expected comma after name in .symver"
939msgstr ""
940
941#: config/obj-elf.c:1381
942#, c-format
943msgid "missing version name in `%s' for symbol `%s'"
944msgstr ""
945
946#: config/obj-elf.c:1392
947#, c-format
948msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
949msgstr ""
950
951#: config/obj-elf.c:1428
952#, c-format
953msgid "expected `%s' to have already been set for .vtable_inherit"
954msgstr ""
955
956#: config/obj-elf.c:1438
957msgid "expected comma after name in .vtable_inherit"
958msgstr ""
959
960#: config/obj-elf.c:1490
961msgid "expected comma after name in .vtable_entry"
962msgstr ""
963
964#: config/obj-elf.c:1620
965#, c-format
966msgid "Attribute name not recognised: %s"
967msgstr ""
968
969#: config/obj-elf.c:1637
970msgid "expected numeric constant"
971msgstr ""
972
973#: config/obj-elf.c:1646 config/tc-arm.c:6441
974msgid "expected comma"
975msgstr ""
976
977#: config/obj-elf.c:1679
978msgid "bad string constant"
979msgstr ""
980
981#: config/obj-elf.c:1683
982msgid "expected <tag> , <value>"
983msgstr ""
984
985#: config/obj-elf.c:1802
986msgid "expected quoted string"
987msgstr ""
988
989#: config/obj-elf.c:1822
990#, c-format
991msgid "expected comma after name `%s' in .size directive"
992msgstr ""
993
994#: config/obj-elf.c:1831
995msgid "missing expression in .size directive"
996msgstr ""
997
998#: config/obj-elf.c:1954
999#, c-format
1000msgid "symbol '%s' is already defined"
1001msgstr ""
1002
1003#: config/obj-elf.c:1975
1004#, c-format
1005msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets"
1006msgstr ""
1007
1008#: config/obj-elf.c:1987
1009#, c-format
1010msgid "symbol type \"%s\" is supported only by GNU targets"
1011msgstr ""
1012
1013#: config/obj-elf.c:1998
1014#, c-format
1015msgid "unrecognized symbol type \"%s\""
1016msgstr ""
1017
1018#: config/obj-elf.c:2165 config/obj-elf.c:2168
1019#, c-format
1020msgid ".size expression for %s does not evaluate to a constant"
1021msgstr ""
1022
1023#: config/obj-elf.c:2202
1024#, c-format
1025msgid ""
1026"invalid attempt to declare external version name as default in symbol `%s'"
1027msgstr ""
1028
1029#: config/obj-elf.c:2264 ecoff.c:3592
1030#, c-format
1031msgid "symbol `%s' can not be both weak and common"
1032msgstr ""
1033
1034#: config/obj-elf.c:2379
1035#, c-format
1036msgid "assuming all members of group `%s' are COMDAT"
1037msgstr ""
1038
1039#: config/obj-elf.c:2391
1040#, c-format
1041msgid "can't create group: %s"
1042msgstr ""
1043
1044#: config/obj-elf.c:2529
1045#, c-format
1046msgid "failed to set up debugging information: %s"
1047msgstr ""
1048
1049#: config/obj-elf.c:2549
1050#, c-format
1051msgid "can't start writing .mdebug section: %s"
1052msgstr ""
1053
1054#: config/obj-elf.c:2557
1055#, c-format
1056msgid "could not write .mdebug section: %s"
1057msgstr ""
1058
1059#: config/obj-evax.c:127
1060#, c-format
1061msgid "no entry symbol for global function '%s'"
1062msgstr ""
1063
1064#. make a temp string.
1065#: config/obj-macho.c:119
1066#, c-format
1067msgid "the %s name '%s' is too long (maximum 16 characters)"
1068msgstr ""
1069
1070#: config/obj-macho.c:130
1071#, c-format
1072msgid "expected a %s name followed by a `,'"
1073msgstr ""
1074
1075#: config/obj-macho.c:195
1076#, c-format
1077msgid "cannot overide zerofill section type for `%s,%s'"
1078msgstr ""
1079
1080#: config/obj-macho.c:249
1081#, c-format
1082msgid "failed to set flags for \"%s\": %s"
1083msgstr ""
1084
1085#: config/obj-macho.c:340
1086#, c-format
1087msgid "unknown or invalid section type '%s'"
1088msgstr ""
1089
1090#: config/obj-macho.c:379
1091#, c-format
1092msgid "unknown or invalid section attribute '%s'"
1093msgstr ""
1094
1095#: config/obj-macho.c:400
1096msgid "unexpected section size information"
1097msgstr ""
1098
1099#: config/obj-macho.c:412
1100msgid "missing sizeof_stub expression"
1101msgstr ""
1102
1103#: config/obj-macho.c:476 config/tc-ia64.c:1083 config/tc-ia64.c:11770
1104#: config/tc-score.c:6103 read.c:1714
1105msgid "expected symbol name"
1106msgstr ""
1107
1108#: config/obj-macho.c:489 read.c:493
1109msgid "bad or irreducible absolute expression"
1110msgstr ""
1111
1112#: config/obj-macho.c:495 config/tc-score.c:6120 read.c:1752
1113msgid "missing size expression"
1114msgstr ""
1115
1116#: config/obj-macho.c:504 config/tc-ia64.c:1118 read.c:1758
1117#, c-format
1118msgid "size (%ld) out of range, ignored"
1119msgstr ""
1120
1121#: config/obj-macho.c:514 config/tc-score.c:6264 ecoff.c:3351 read.c:1770
1122#: read.c:1875 read.c:2626 read.c:3257 read.c:3636 symbols.c:339 symbols.c:435
1123#, c-format
1124msgid "symbol `%s' is already defined"
1125msgstr ""
1126
1127#: config/obj-macho.c:524 read.c:1785
1128#, c-format
1129msgid "size of \"%s\" is already %ld; not changing to %ld"
1130msgstr ""
1131
1132#: config/obj-macho.c:535
1133msgid "align value not recognized, using size"
1134msgstr ""
1135
1136#: config/obj-macho.c:540 config/obj-macho.c:903
1137#, c-format
1138msgid "Alignment (%lu) too large: 15 assumed."
1139msgstr ""
1140
1141#: config/obj-macho.c:606
1142#, c-format
1143msgid "BFD is out of sync with GAS, unhandled well-known section type `%s'"
1144msgstr ""
1145
1146#: config/obj-macho.c:808
1147#, c-format
1148msgid "%s is not used for the selected target"
1149msgstr ""
1150
1151#: config/obj-macho.c:873
1152msgid "internal error: base section index out of range"
1153msgstr ""
1154
1155#: config/obj-macho.c:959
1156#, c-format
1157msgid "internal error: bad file property ID %d"
1158msgstr ""
1159
1160#: config/obj-macho.c:967
1161msgid "failed to set subsections by symbols"
1162msgstr ""
1163
1164#: config/obj-macho.c:1030
1165#, c-format
1166msgid "'%s' previously declared as '%s'."
1167msgstr ""
1168
1169#: config/obj-macho.c:1082 config/obj-macho.c:1402 config/obj-macho.c:1486
1170#, c-format
1171msgid ""
1172"'%s' can't be a weak_definition (currently only supported in sections of "
1173"type coalesced)"
1174msgstr ""
1175
1176#: config/obj-macho.c:1167
1177msgid "use of .indirect_symbols requires `-dynamic'"
1178msgstr ""
1179
1180#: config/obj-macho.c:1184
1181#, c-format
1182msgid ""
1183"attempt to add an indirect_symbol to a stub or reference section with a zero-"
1184"sized element at %s"
1185msgstr ""
1186
1187#: config/obj-macho.c:1214
1188msgid "an .indirect_symbol must be in a symbol pointer or stub section."
1189msgstr ""
1190
1191#: config/obj-macho.c:1483
1192#, c-format
1193msgid "'%s' can't be a weak_definition (since it is undefined)"
1194msgstr ""
1195
1196#: config/obj-macho.c:1489
1197#, c-format
1198msgid "Non-global symbol: '%s' can't be a weak_definition."
1199msgstr ""
1200
1201#: config/obj-macho.c:1495
1202#, c-format
1203msgid "internal error: [%s] unexpected code [%lx] in frob symbol"
1204msgstr ""
1205
1206#: config/obj-macho.c:1536
1207#, c-format
1208msgid "unrecognized stab type '%c'"
1209msgstr ""
1210
1211#: config/obj-macho.c:1587
1212#, c-format
1213msgid "`%s' can't be undefined in `%s' - `%s' {%s section}"
1214msgstr ""
1215
1216#: config/obj-macho.c:1595
1217#, c-format
1218msgid "`%s' can't be undefined in `%s' {%s section} - `%s'"
1219msgstr ""
1220
1221#: config/obj-macho.c:1602
1222#, c-format
1223msgid "`%s' and `%s' can't be undefined in `%s' - `%s'"
1224msgstr ""
1225
1226#: config/obj-macho.c:1804
1227#, c-format
1228msgid ""
1229"the number of .indirect_symbols defined in section %s does not match the "
1230"number expected (%d defined, %d expected)"
1231msgstr ""
1232
1233#: config/obj-macho.c:1817
1234#, c-format
1235msgid "internal error: failed to allocate %d indirectsymbol pointers"
1236msgstr ""
1237
1238#: config/obj-som.c:56
1239msgid "Only one .compiler pseudo-op per file!"
1240msgstr ""
1241
1242#: config/obj-som.c:73 config/obj-som.c:144 config/obj-som.c:186
1243msgid "Expected quoted string"
1244msgstr ""
1245
1246#: config/obj-som.c:86
1247msgid ".compiler directive missing language and version"
1248msgstr ""
1249
1250#: config/obj-som.c:96
1251msgid ".compiler directive missing version"
1252msgstr ""
1253
1254#: config/obj-som.c:112
1255#, c-format
1256msgid "FATAL: Attaching compiler header %s"
1257msgstr ""
1258
1259#: config/obj-som.c:127
1260msgid "Only one .version pseudo-op per file!"
1261msgstr ""
1262
1263#: config/obj-som.c:151
1264#, c-format
1265msgid "attaching version header %s: %s"
1266msgstr ""
1267
1268#: config/obj-som.c:169
1269msgid "Only one .copyright pseudo-op per file!"
1270msgstr ""
1271
1272#: config/obj-som.c:193
1273#, c-format
1274msgid "attaching copyright header %s: %s"
1275msgstr ""
1276
1277#: config/tc-aarch64.c:364
1278msgid "integer 32-bit register expected"
1279msgstr ""
1280
1281#: config/tc-aarch64.c:367
1282msgid "integer 64-bit register expected"
1283msgstr ""
1284
1285#: config/tc-aarch64.c:370
1286msgid "integer register expected"
1287msgstr ""
1288
1289#: config/tc-aarch64.c:373
1290msgid "64-bit integer or SP register expected"
1291msgstr ""
1292
1293#: config/tc-aarch64.c:376 config/tc-mcore.c:839 config/tc-mcore.c:1355
1294#: config/tc-mcore.c:1409
1295msgid "base register expected"
1296msgstr ""
1297
1298#: config/tc-aarch64.c:379
1299msgid "integer or zero register expected"
1300msgstr ""
1301
1302#: config/tc-aarch64.c:382
1303msgid "offset register expected"
1304msgstr ""
1305
1306#: config/tc-aarch64.c:385
1307msgid "integer or SP register expected"
1308msgstr ""
1309
1310#: config/tc-aarch64.c:388
1311msgid "integer, zero or SP register expected"
1312msgstr ""
1313
1314#: config/tc-aarch64.c:391
1315msgid "8-bit SIMD scalar register expected"
1316msgstr ""
1317
1318#: config/tc-aarch64.c:394
1319msgid "16-bit SIMD scalar or floating-point half precision register expected"
1320msgstr ""
1321
1322#: config/tc-aarch64.c:398
1323msgid "32-bit SIMD scalar or floating-point single precision register expected"
1324msgstr ""
1325
1326#: config/tc-aarch64.c:402
1327msgid "64-bit SIMD scalar or floating-point double precision register expected"
1328msgstr ""
1329
1330#: config/tc-aarch64.c:406
1331msgid "128-bit SIMD scalar or floating-point quad precision register expected"
1332msgstr ""
1333
1334#: config/tc-aarch64.c:411 config/tc-arm.c:4376
1335msgid "register expected"
1336msgstr ""
1337
1338#. any [BHSDQ]P FP
1339#: config/tc-aarch64.c:414
1340msgid "SIMD scalar or floating-point register expected"
1341msgstr ""
1342
1343#. any V reg
1344#: config/tc-aarch64.c:417
1345msgid "vector register expected"
1346msgstr ""
1347
1348#: config/tc-aarch64.c:420
1349msgid "SVE vector register expected"
1350msgstr ""
1351
1352#: config/tc-aarch64.c:423
1353msgid "SVE predicate register expected"
1354msgstr ""
1355
1356#: config/tc-aarch64.c:426
1357#, c-format
1358msgid "invalid register type %d"
1359msgstr ""
1360
1361#: config/tc-aarch64.c:586 config/tc-aarch64.c:588 config/tc-arm.c:1048
1362#: config/tc-score.c:6514 expr.c:1363 read.c:2608
1363msgid "bad expression"
1364msgstr ""
1365
1366#: config/tc-aarch64.c:598 config/tc-arm.c:1059 config/tc-i860.c:1003
1367#: config/tc-sparc.c:3327
1368msgid "bad segment"
1369msgstr ""
1370
1371#: config/tc-aarch64.c:816
1372#, c-format
1373msgid "bad size %d in vector width specifier"
1374msgstr ""
1375
1376#: config/tc-aarch64.c:849
1377#, c-format
1378msgid "unexpected character `%c' in element size"
1379msgstr ""
1380
1381#: config/tc-aarch64.c:851
1382msgid "missing element size"
1383msgstr ""
1384
1385#: config/tc-aarch64.c:858
1386#, c-format
1387msgid "invalid element size %d and vector size combination %c"
1388msgstr ""
1389
1390#: config/tc-aarch64.c:893
1391#, c-format
1392msgid "unexpected character `%c' in predication type"
1393msgstr ""
1394
1395#: config/tc-aarch64.c:896
1396msgid "missing predication type"
1397msgstr ""
1398
1399#: config/tc-aarch64.c:991
1400msgid "this type of register can't be indexed"
1401msgstr ""
1402
1403#: config/tc-aarch64.c:997
1404msgid "index not allowed inside register list"
1405msgstr ""
1406
1407#: config/tc-aarch64.c:1007 config/tc-aarch64.c:1955 config/tc-aarch64.c:2144
1408#: config/tc-arm.c:1550 config/tc-arm.c:3656 config/tc-arm.c:4772
1409msgid "constant expression required"
1410msgstr ""
1411
1412#. Indexed vector register expected.
1413#: config/tc-aarch64.c:1019
1414msgid "indexed vector register expected"
1415msgstr ""
1416
1417#: config/tc-aarch64.c:1026
1418msgid "invalid use of vector register"
1419msgstr ""
1420
1421#: config/tc-aarch64.c:1118 config/tc-arm.c:1814
1422msgid "expecting {"
1423msgstr ""
1424
1425#: config/tc-aarch64.c:1143
1426msgid "invalid vector register in list"
1427msgstr ""
1428
1429#: config/tc-aarch64.c:1150
1430msgid "invalid scalar register in list"
1431msgstr ""
1432
1433#: config/tc-aarch64.c:1163
1434msgid "invalid range in vector register list"
1435msgstr ""
1436
1437#: config/tc-aarch64.c:1176
1438msgid "type mismatch in vector register list"
1439msgstr ""
1440
1441#: config/tc-aarch64.c:1193
1442msgid "end of vector register list not found"
1443msgstr ""
1444
1445#: config/tc-aarch64.c:1209
1446msgid "constant expression required."
1447msgstr ""
1448
1449#: config/tc-aarch64.c:1219
1450msgid "expected index"
1451msgstr ""
1452
1453#: config/tc-aarch64.c:1226
1454msgid "too many registers in vector register list"
1455msgstr ""
1456
1457#: config/tc-aarch64.c:1231
1458msgid "empty vector register list"
1459msgstr ""
1460
1461#: config/tc-aarch64.c:1253 config/tc-arm.c:2200
1462#, c-format
1463msgid "ignoring attempt to redefine built-in register '%s'"
1464msgstr ""
1465
1466#: config/tc-aarch64.c:1259 config/tc-arm.c:2205
1467#, c-format
1468msgid "ignoring redefinition of register alias '%s'"
1469msgstr ""
1470
1471#: config/tc-aarch64.c:1305 config/tc-arm.c:2271
1472#, c-format
1473msgid "unknown register '%s' -- .req ignored"
1474msgstr ""
1475
1476#: config/tc-aarch64.c:1363 config/tc-arm.c:2479
1477msgid "invalid syntax for .req directive"
1478msgstr ""
1479
1480#: config/tc-aarch64.c:1388 config/tc-arm.c:2517
1481msgid "invalid syntax for .unreq directive"
1482msgstr ""
1483
1484#: config/tc-aarch64.c:1394 config/tc-arm.c:2524
1485#, c-format
1486msgid "unknown register alias '%s'"
1487msgstr ""
1488
1489#: config/tc-aarch64.c:1396
1490#, c-format
1491msgid "ignoring attempt to undefine built-in register '%s'"
1492msgstr ""
1493
1494#: config/tc-aarch64.c:1720 config/tc-arm.c:3270 config/tc-arm.c:3297
1495#: config/tc-arm.c:3310
1496msgid "literal pool overflow"
1497msgstr ""
1498
1499#: config/tc-aarch64.c:1902 config/tc-aarch64.c:5887 config/tc-arm.c:3531
1500#: config/tc-arm.c:6949
1501msgid "unrecognized relocation suffix"
1502msgstr ""
1503
1504#: config/tc-aarch64.c:1904
1505msgid "unimplemented relocation suffix"
1506msgstr ""
1507
1508#: config/tc-aarch64.c:2112 config/tc-aarch64.c:2305 config/tc-aarch64.c:2363
1509msgid "immediate operand required"
1510msgstr ""
1511
1512#: config/tc-aarch64.c:2120
1513msgid "missing immediate expression"
1514msgstr ""
1515
1516#: config/tc-aarch64.c:2343 config/tc-aarch64.c:5711 config/tc-aarch64.c:5731
1517msgid "invalid floating-point constant"
1518msgstr ""
1519
1520#: config/tc-aarch64.c:2973 config/tc-arm.c:5107 config/tc-arm.c:5116
1521msgid "shift expression expected"
1522msgstr ""
1523
1524#: config/tc-aarch64.c:2981
1525msgid "shift operator expected"
1526msgstr ""
1527
1528#: config/tc-aarch64.c:2989
1529msgid "invalid use of 'MSL'"
1530msgstr ""
1531
1532#: config/tc-aarch64.c:2997
1533msgid "invalid use of 'MUL'"
1534msgstr ""
1535
1536#: config/tc-aarch64.c:3006
1537msgid "extending shift is not permitted"
1538msgstr ""
1539
1540#: config/tc-aarch64.c:3014
1541msgid "'ROR' shift is not permitted"
1542msgstr ""
1543
1544#: config/tc-aarch64.c:3022
1545msgid "only 'LSL' shift is permitted"
1546msgstr ""
1547
1548#: config/tc-aarch64.c:3030
1549msgid "only 'MUL' is permitted"
1550msgstr ""
1551
1552#: config/tc-aarch64.c:3048
1553msgid "only 'MUL VL' is permitted"
1554msgstr ""
1555
1556#: config/tc-aarch64.c:3056
1557msgid "invalid shift for the register offset addressing mode"
1558msgstr ""
1559
1560#: config/tc-aarch64.c:3064
1561msgid "invalid shift operator"
1562msgstr ""
1563
1564#: config/tc-aarch64.c:3097
1565msgid "missing shift amount"
1566msgstr ""
1567
1568#: config/tc-aarch64.c:3104
1569msgid "constant shift amount required"
1570msgstr ""
1571
1572#: config/tc-aarch64.c:3113
1573msgid "shift amount out of range 0 to 63"
1574msgstr ""
1575
1576#: config/tc-aarch64.c:3162
1577msgid "unexpected shift operator"
1578msgstr ""
1579
1580#: config/tc-aarch64.c:3198
1581msgid "unexpected register in the immediate operand"
1582msgstr ""
1583
1584#: config/tc-aarch64.c:3223
1585msgid "integer register expected in the extended/shifted operand register"
1586msgstr ""
1587
1588#: config/tc-aarch64.c:3258 config/tc-aarch64.c:3392 config/tc-aarch64.c:3521
1589#: config/tc-aarch64.c:3676 config/tc-aarch64.c:3717
1590msgid "unknown relocation modifier"
1591msgstr ""
1592
1593#: config/tc-aarch64.c:3265 config/tc-aarch64.c:3411 config/tc-aarch64.c:3528
1594#: config/tc-aarch64.c:3683 config/tc-aarch64.c:3724
1595msgid "this relocation modifier is not allowed on this instruction"
1596msgstr ""
1597
1598#: config/tc-aarch64.c:3419 config/tc-aarch64.c:3539
1599msgid "invalid relocation expression"
1600msgstr ""
1601
1602#: config/tc-aarch64.c:3437
1603msgid "invalid address"
1604msgstr ""
1605
1606#: config/tc-aarch64.c:3493
1607msgid "invalid use of 32-bit register offset"
1608msgstr ""
1609
1610#: config/tc-aarch64.c:3499
1611msgid "offset has different size from base"
1612msgstr ""
1613
1614#: config/tc-aarch64.c:3505
1615msgid "invalid use of 64-bit register offset"
1616msgstr ""
1617
1618#. [Xn],#expr
1619#: config/tc-aarch64.c:3552 config/tc-aarch64.c:3609
1620msgid "invalid expression in the address"
1621msgstr ""
1622
1623#: config/tc-aarch64.c:3566 config/tc-arm.c:5642 config/tc-arm.c:6219
1624msgid "']' expected"
1625msgstr ""
1626
1627#: config/tc-aarch64.c:3574
1628msgid "register offset not allowed in pre-indexed addressing mode"
1629msgstr ""
1630
1631#: config/tc-aarch64.c:3589 config/tc-arm.c:5678
1632msgid "cannot combine pre- and post-indexing"
1633msgstr ""
1634
1635#. Reject [Rn]!
1636#: config/tc-aarch64.c:3621
1637msgid "missing offset in the pre-indexed address"
1638msgstr ""
1639
1640#: config/tc-aarch64.c:3850
1641msgid "unknown or missing option to PSB"
1642msgstr ""
1643
1644#: config/tc-aarch64.c:3858
1645msgid "the specified option is not accepted for PSB"
1646msgstr ""
1647
1648#: config/tc-aarch64.c:3915
1649#, c-format
1650msgid "selected processor does not support PSTATE field name '%s'"
1651msgstr ""
1652
1653#: config/tc-aarch64.c:3918 config/tc-aarch64.c:3951
1654#, c-format
1655msgid "selected processor does not support system register name '%s'"
1656msgstr ""
1657
1658#: config/tc-aarch64.c:3921
1659#, c-format
1660msgid ""
1661"system register name '%s' is deprecated and may be removed in a future "
1662"release"
1663msgstr ""
1664
1665#: config/tc-aarch64.c:3993
1666msgid "immediate value out of range "
1667msgstr ""
1668
1669#: config/tc-aarch64.c:4501
1670#, c-format
1671msgid "Info: "
1672msgstr ""
1673
1674#: config/tc-aarch64.c:4534 config/tc-score.c:2750 config/tc-score.c:6503
1675#, c-format
1676msgid "%s -- `%s'"
1677msgstr ""
1678
1679#: config/tc-aarch64.c:4536
1680#, c-format
1681msgid "%s at operand %d -- `%s'"
1682msgstr ""
1683
1684#: config/tc-aarch64.c:4542
1685#, c-format
1686msgid "operand %d must be %s -- `%s'"
1687msgstr ""
1688
1689#: config/tc-aarch64.c:4548
1690#, c-format
1691msgid "operand mismatch -- `%s'"
1692msgstr ""
1693
1694#. Print the hint.
1695#: config/tc-aarch64.c:4608
1696msgid "   did you mean this?"
1697msgstr ""
1698
1699#: config/tc-aarch64.c:4611 config/tc-aarch64.c:4638
1700#, c-format
1701msgid "   %s"
1702msgstr ""
1703
1704#: config/tc-aarch64.c:4616
1705msgid "   other valid variant(s):"
1706msgstr ""
1707
1708#: config/tc-aarch64.c:4645
1709#, c-format
1710msgid "operand %d must be the same register as operand 1 -- `%s'"
1711msgstr ""
1712
1713#: config/tc-aarch64.c:4651
1714#, c-format
1715msgid "%s out of range %d to %d at operand %d -- `%s'"
1716msgstr ""
1717
1718#: config/tc-aarch64.c:4652 config/tc-aarch64.c:4656 config/tc-aarch64.c:6416
1719msgid "immediate value"
1720msgstr ""
1721
1722#: config/tc-aarch64.c:4655
1723#, c-format
1724msgid "%s must be %d at operand %d -- `%s'"
1725msgstr ""
1726
1727#: config/tc-aarch64.c:4662
1728#, c-format
1729msgid ""
1730"invalid number of registers in the list; only 1 register is expected at "
1731"operand %d -- `%s'"
1732msgstr ""
1733
1734#: config/tc-aarch64.c:4666
1735#, c-format
1736msgid ""
1737"invalid number of registers in the list; %d registers are expected at "
1738"operand %d -- `%s'"
1739msgstr ""
1740
1741#: config/tc-aarch64.c:4672
1742#, c-format
1743msgid "immediate value must be a multiple of %d at operand %d -- `%s'"
1744msgstr ""
1745
1746#: config/tc-aarch64.c:4953
1747msgid "bad vector arrangement type"
1748msgstr ""
1749
1750#: config/tc-aarch64.c:5067
1751msgid "the specified relocation type is not allowed for MOVK"
1752msgstr ""
1753
1754#: config/tc-aarch64.c:5109 config/tc-aarch64.c:5119
1755msgid "the specified relocation type is not allowed for 32-bit register"
1756msgstr ""
1757
1758#: config/tc-aarch64.c:5290
1759msgid "comma expected between operands"
1760msgstr ""
1761
1762#: config/tc-aarch64.c:5423
1763msgid "the top half of a 128-bit FP/SIMD register is expected"
1764msgstr ""
1765
1766#: config/tc-aarch64.c:5490 config/tc-arm.c:1883 config/tc-arm.c:1928
1767#: config/tc-h8300.c:1048
1768msgid "invalid register list"
1769msgstr ""
1770
1771#: config/tc-aarch64.c:5510
1772msgid "missing type suffix"
1773msgstr ""
1774
1775#: config/tc-aarch64.c:5529
1776msgid "C0 - C15 expected"
1777msgstr ""
1778
1779#: config/tc-aarch64.c:5626 config/tc-aarch64.c:5650
1780msgid "immediate zero expected"
1781msgstr ""
1782
1783#: config/tc-aarch64.c:5746
1784msgid "shift not allowed for bitmask immediate"
1785msgstr ""
1786
1787#: config/tc-aarch64.c:5800
1788msgid "can't mix relocation modifier with explicit shift"
1789msgstr ""
1790
1791#: config/tc-aarch64.c:5848
1792msgid "invalid condition"
1793msgstr ""
1794
1795#: config/tc-aarch64.c:5874
1796msgid "invalid pc-relative address"
1797msgstr ""
1798
1799#. Only permit "=value" in the literal load instructions.
1800#. The literal will be generated by programmer_friendly_fixup.
1801#: config/tc-aarch64.c:5882
1802msgid "invalid use of \"=immediate\""
1803msgstr ""
1804
1805#: config/tc-aarch64.c:5947 config/tc-aarch64.c:5979 config/tc-aarch64.c:5997
1806#: config/tc-aarch64.c:6019 config/tc-aarch64.c:6038 config/tc-aarch64.c:6057
1807#: config/tc-aarch64.c:6076 config/tc-aarch64.c:6110 config/tc-aarch64.c:6117
1808#: config/tc-aarch64.c:6146 config/tc-aarch64.c:6171 config/tc-aarch64.c:6187
1809#: config/tc-aarch64.c:6211
1810msgid "invalid addressing mode"
1811msgstr ""
1812
1813#: config/tc-aarch64.c:5963
1814msgid "the optional immediate offset can only be 0"
1815msgstr ""
1816
1817#: config/tc-aarch64.c:6002 config/tc-aarch64.c:6024 config/tc-aarch64.c:6043
1818msgid "relocation not allowed"
1819msgstr ""
1820
1821#: config/tc-aarch64.c:6086
1822msgid "writeback value must be an immediate constant"
1823msgstr ""
1824
1825#. Make sure this has priority over
1826#. "invalid addressing mode".
1827#: config/tc-aarch64.c:6125
1828msgid "constant offset required"
1829msgstr ""
1830
1831#: config/tc-aarch64.c:6221
1832msgid "unknown or missing system register name"
1833msgstr ""
1834
1835#: config/tc-aarch64.c:6231
1836msgid "unknown or missing PSTATE field name"
1837msgstr ""
1838
1839#: config/tc-aarch64.c:6255
1840msgid "unknown or missing operation name"
1841msgstr ""
1842
1843#: config/tc-aarch64.c:6268
1844msgid "the specified option is not accepted in ISB"
1845msgstr ""
1846
1847#: config/tc-aarch64.c:6294 config/tc-aarch64.c:7416 config/tc-arm.c:7164
1848#, c-format
1849msgid "unhandled operand code %d"
1850msgstr ""
1851
1852#: config/tc-aarch64.c:6336
1853msgid "unexpected comma before the omitted optional operand"
1854msgstr ""
1855
1856#: config/tc-aarch64.c:6364
1857msgid "unexpected characters following instruction"
1858msgstr ""
1859
1860#: config/tc-aarch64.c:6442 config/tc-arm.c:5218 config/tc-arm.c:5777
1861#: config/tc-arm.c:7911
1862msgid "constant expression expected"
1863msgstr ""
1864
1865#: config/tc-aarch64.c:6449
1866msgid "literal pool insertion failed"
1867msgstr ""
1868
1869#: config/tc-aarch64.c:6518 config/tc-aarch64.c:6530
1870#, c-format
1871msgid "unpredictable transfer with writeback -- `%s'"
1872msgstr ""
1873
1874#: config/tc-aarch64.c:6534
1875#, c-format
1876msgid "unpredictable load of register pair -- `%s'"
1877msgstr ""
1878
1879#: config/tc-aarch64.c:6611
1880#, c-format
1881msgid "unknown mnemonic `%s' -- `%s'"
1882msgstr ""
1883
1884#: config/tc-aarch64.c:6619
1885#, c-format
1886msgid "unexpected comma after the mnemonic name `%s' -- `%s'"
1887msgstr ""
1888
1889#: config/tc-aarch64.c:6677
1890#, c-format
1891msgid "selected processor does not support `%s'"
1892msgstr ""
1893
1894#: config/tc-aarch64.c:7079 config/tc-arm.c:22521
1895msgid "GOT already in the symbol table"
1896msgstr ""
1897
1898#: config/tc-aarch64.c:7241
1899msgid "immediate cannot be moved by a single instruction"
1900msgstr ""
1901
1902#: config/tc-aarch64.c:7284 config/tc-aarch64.c:7329 config/tc-aarch64.c:7355
1903#: config/tc-arm.c:15313 config/tc-arm.c:15340 config/tc-arm.c:15982
1904#: config/tc-arm.c:16469 config/tc-arm.c:17291 config/tc-arm.c:17331
1905#: config/tc-metag.c:2444 config/tc-metag.c:2453 config/tc-metag.c:2492
1906#: config/tc-metag.c:2501 config/tc-metag.c:3021 config/tc-metag.c:3030
1907msgid "immediate out of range"
1908msgstr ""
1909
1910#: config/tc-aarch64.c:7348 config/tc-metag.c:4656 config/tc-xtensa.c:4184
1911msgid "invalid immediate"
1912msgstr ""
1913
1914#: config/tc-aarch64.c:7411 config/tc-tic6x.c:3861 config/tc-tic6x.c:3926
1915#: config/tc-tic6x.c:3953 config/tc-tic6x.c:3981
1916msgid "immediate offset out of range"
1917msgstr ""
1918
1919#: config/tc-aarch64.c:7485 config/tc-arm.c:22859 config/tc-arm.c:22927
1920#: config/tc-arm.c:23209
1921#, c-format
1922msgid "undefined symbol %s used as an immediate value"
1923msgstr ""
1924
1925#: config/tc-aarch64.c:7497
1926msgid "pc-relative load offset not word aligned"
1927msgstr ""
1928
1929#: config/tc-aarch64.c:7500
1930msgid "pc-relative load offset out of range"
1931msgstr ""
1932
1933#: config/tc-aarch64.c:7512
1934msgid "pc-relative address offset out of range"
1935msgstr ""
1936
1937#: config/tc-aarch64.c:7524 config/tc-aarch64.c:7539
1938msgid "conditional branch target not word aligned"
1939msgstr ""
1940
1941#: config/tc-aarch64.c:7527 config/tc-aarch64.c:7542 config/tc-arm.c:23500
1942msgid "conditional branch out of range"
1943msgstr ""
1944
1945#: config/tc-aarch64.c:7555
1946msgid "branch target not word aligned"
1947msgstr ""
1948
1949#: config/tc-aarch64.c:7558 config/tc-arm.c:810 config/tc-mips.c:15482
1950#: config/tc-mips.c:15498 config/tc-mips.c:15588
1951msgid "branch out of range"
1952msgstr ""
1953
1954#: config/tc-aarch64.c:7610 config/tc-arm.c:23100 config/tc-arm.c:23115
1955#: config/tc-arm.c:23130 config/tc-arm.c:23141 config/tc-arm.c:23164
1956#: config/tc-arm.c:23962 config/tc-moxie.c:716 config/tc-pj.c:452
1957#: config/tc-sh.c:4293
1958msgid "offset out of range"
1959msgstr ""
1960
1961#: config/tc-aarch64.c:7625
1962msgid "unsigned value out of range"
1963msgstr ""
1964
1965#: config/tc-aarch64.c:7633
1966msgid "signed value out of range"
1967msgstr ""
1968
1969#: config/tc-aarch64.c:7775
1970#, c-format
1971msgid "unexpected %s fixup"
1972msgstr ""
1973
1974#: config/tc-aarch64.c:7841 config/tc-arm.c:24471 config/tc-arm.c:24492
1975#: config/tc-mips.c:17772 config/tc-or1k.c:348 config/tc-score.c:7480
1976#, c-format
1977msgid "cannot represent %s relocation in this object file format"
1978msgstr ""
1979
1980#: config/tc-aarch64.c:7874
1981#, c-format
1982msgid "cannot do %u-byte relocation"
1983msgstr ""
1984
1985#: config/tc-aarch64.c:8169 config/tc-arm.c:24952 config/tc-score.c:6297
1986#: config/tc-score.c:6527 config/tc-score.c:6532
1987msgid "virtual memory exhausted"
1988msgstr ""
1989
1990#: config/tc-aarch64.c:8327 config/tc-arm.c:25281
1991msgid "assemble for big-endian"
1992msgstr ""
1993
1994#: config/tc-aarch64.c:8328 config/tc-arm.c:25282
1995msgid "assemble for little-endian"
1996msgstr ""
1997
1998#: config/tc-aarch64.c:8331
1999msgid "temporary switch for dumping"
2000msgstr ""
2001
2002#: config/tc-aarch64.c:8333
2003msgid "output verbose error messages"
2004msgstr ""
2005
2006#: config/tc-aarch64.c:8335
2007msgid "do not output verbose error messages"
2008msgstr ""
2009
2010#: config/tc-aarch64.c:8509 config/tc-arm.c:25873
2011msgid "invalid architectural extension"
2012msgstr ""
2013
2014#: config/tc-aarch64.c:8534 config/tc-arm.c:25905
2015msgid "must specify extensions to add before specifying those to remove"
2016msgstr ""
2017
2018#: config/tc-aarch64.c:8542 config/tc-arm.c:25913
2019msgid "missing architectural extension"
2020msgstr ""
2021
2022#: config/tc-aarch64.c:8569 config/tc-arm.c:25960
2023#, c-format
2024msgid "unknown architectural extension `%s'"
2025msgstr ""
2026
2027#: config/tc-aarch64.c:8593 config/tc-arm.c:25994 config/tc-metag.c:5834
2028#, c-format
2029msgid "missing cpu name `%s'"
2030msgstr ""
2031
2032#: config/tc-aarch64.c:8607 config/tc-aarch64.c:8824 config/tc-arm.c:26026
2033#: config/tc-arm.c:26637 config/tc-metag.c:5845
2034#, c-format
2035msgid "unknown cpu `%s'"
2036msgstr ""
2037
2038#: config/tc-aarch64.c:8625 config/tc-arm.c:26044
2039#, c-format
2040msgid "missing architecture name `%s'"
2041msgstr ""
2042
2043#: config/tc-aarch64.c:8639 config/tc-aarch64.c:8871 config/tc-arm.c:26061
2044#: config/tc-arm.c:26671 config/tc-arm.c:26702 config/tc-score.c:7715
2045#, c-format
2046msgid "unknown architecture `%s'\n"
2047msgstr ""
2048
2049#: config/tc-aarch64.c:8662
2050#, c-format
2051msgid "missing abi name `%s'"
2052msgstr ""
2053
2054#: config/tc-aarch64.c:8673
2055#, c-format
2056msgid "unknown abi `%s'\n"
2057msgstr ""
2058
2059#: config/tc-aarch64.c:8679
2060msgid "<abi name>\t  specify for ABI <abi name>"
2061msgstr ""
2062
2063#: config/tc-aarch64.c:8682 config/tc-arm.c:26148 config/tc-metag.c:5911
2064msgid "<cpu name>\t  assemble for CPU <cpu name>"
2065msgstr ""
2066
2067#: config/tc-aarch64.c:8684 config/tc-arm.c:26150
2068msgid "<arch name>\t  assemble for architecture <arch name>"
2069msgstr ""
2070
2071#: config/tc-aarch64.c:8723 config/tc-aarch64.c:8743 config/tc-arm.c:26206
2072#: config/tc-arm.c:26224 config/tc-arm.c:26244 config/tc-metag.c:5936
2073#, c-format
2074msgid "option `-%c%s' is deprecated: %s"
2075msgstr ""
2076
2077#: config/tc-aarch64.c:8763
2078#, c-format
2079msgid " AArch64-specific assembler options:\n"
2080msgstr ""
2081
2082#: config/tc-aarch64.c:8774 config/tc-arc.c:3499 config/tc-arm.c:26275
2083#, c-format
2084msgid "  -EB                     assemble code for a big-endian cpu\n"
2085msgstr ""
2086
2087#: config/tc-aarch64.c:8779 config/tc-arc.c:3501 config/tc-arm.c:26280
2088#, c-format
2089msgid "  -EL                     assemble code for a little-endian cpu\n"
2090msgstr ""
2091
2092#: config/tc-alpha.c:653
2093#, c-format
2094msgid "No !literal!%ld was found"
2095msgstr ""
2096
2097#: config/tc-alpha.c:660
2098#, c-format
2099msgid "No !tlsgd!%ld was found"
2100msgstr ""
2101
2102#: config/tc-alpha.c:667
2103#, c-format
2104msgid "No !tlsldm!%ld was found"
2105msgstr ""
2106
2107#: config/tc-alpha.c:676
2108#, c-format
2109msgid "No ldah !gpdisp!%ld was found"
2110msgstr ""
2111
2112#: config/tc-alpha.c:726
2113#, c-format
2114msgid "too many !literal!%ld for %s"
2115msgstr ""
2116
2117#: config/tc-alpha.c:756
2118#, c-format
2119msgid "No lda !gpdisp!%ld was found"
2120msgstr ""
2121
2122#. Only support one relocation op per insn.
2123#: config/tc-alpha.c:915
2124msgid "More than one relocation op per insn"
2125msgstr ""
2126
2127#: config/tc-alpha.c:930 config/tc-arc.c:1213
2128msgid "No relocation operand"
2129msgstr ""
2130
2131#: config/tc-alpha.c:940
2132#, c-format
2133msgid "Unknown relocation operand: !%s"
2134msgstr ""
2135
2136#: config/tc-alpha.c:950
2137#, c-format
2138msgid "no sequence number after !%s"
2139msgstr ""
2140
2141#: config/tc-alpha.c:960
2142#, c-format
2143msgid "!%s does not use a sequence number"
2144msgstr ""
2145
2146#: config/tc-alpha.c:970
2147#, c-format
2148msgid "Bad sequence number: !%s!%s"
2149msgstr ""
2150
2151#: config/tc-alpha.c:1186 config/tc-alpha.c:3360
2152#, c-format
2153msgid "inappropriate arguments for opcode `%s'"
2154msgstr ""
2155
2156#: config/tc-alpha.c:1188 config/tc-alpha.c:3362
2157#, c-format
2158msgid "opcode `%s' not supported for target %s"
2159msgstr ""
2160
2161#: config/tc-alpha.c:1192 config/tc-alpha.c:3366 config/tc-avr.c:1693
2162#: config/tc-msp430.c:3914
2163#, c-format
2164msgid "unknown opcode `%s'"
2165msgstr ""
2166
2167#: config/tc-alpha.c:1273 config/tc-alpha.c:1532
2168msgid "overflow in literal (.lita) table"
2169msgstr ""
2170
2171#: config/tc-alpha.c:1280 config/tc-alpha.c:1304 config/tc-alpha.c:1545
2172#: config/tc-alpha.c:2232 config/tc-alpha.c:2277 config/tc-alpha.c:2346
2173#: config/tc-alpha.c:2429 config/tc-alpha.c:2654 config/tc-alpha.c:2752
2174msgid "macro requires $at register while noat in effect"
2175msgstr ""
2176
2177#: config/tc-alpha.c:1282 config/tc-alpha.c:1306 config/tc-alpha.c:1547
2178msgid "macro requires $at while $at in use"
2179msgstr ""
2180
2181#: config/tc-alpha.c:1491
2182msgid "bignum invalid; zero assumed"
2183msgstr ""
2184
2185#: config/tc-alpha.c:1493
2186msgid "floating point number invalid; zero assumed"
2187msgstr ""
2188
2189#: config/tc-alpha.c:1498
2190msgid "can't handle expression"
2191msgstr ""
2192
2193#: config/tc-alpha.c:1538
2194msgid "overflow in literal (.lit8) table"
2195msgstr ""
2196
2197#: config/tc-alpha.c:1835
2198#, c-format
2199msgid "too many ldah insns for !gpdisp!%ld"
2200msgstr ""
2201
2202#: config/tc-alpha.c:1837 config/tc-alpha.c:1849
2203#, c-format
2204msgid "both insns for !gpdisp!%ld must be in the same section"
2205msgstr ""
2206
2207#: config/tc-alpha.c:1847
2208#, c-format
2209msgid "too many lda insns for !gpdisp!%ld"
2210msgstr ""
2211
2212#: config/tc-alpha.c:1903
2213#, c-format
2214msgid "too many lituse insns for !lituse_tlsgd!%ld"
2215msgstr ""
2216
2217#: config/tc-alpha.c:1906
2218#, c-format
2219msgid "too many lituse insns for !lituse_tlsldm!%ld"
2220msgstr ""
2221
2222#: config/tc-alpha.c:1923
2223#, c-format
2224msgid "duplicate !tlsgd!%ld"
2225msgstr ""
2226
2227#: config/tc-alpha.c:1925
2228#, c-format
2229msgid "sequence number in use for !tlsldm!%ld"
2230msgstr ""
2231
2232#: config/tc-alpha.c:1939
2233#, c-format
2234msgid "duplicate !tlsldm!%ld"
2235msgstr ""
2236
2237#: config/tc-alpha.c:1941
2238#, c-format
2239msgid "sequence number in use for !tlsgd!%ld"
2240msgstr ""
2241
2242#: config/tc-alpha.c:1996 config/tc-arc.c:2768 config/tc-mn10200.c:854
2243#: config/tc-mn10300.c:1150 config/tc-ppc.c:1838 config/tc-s390.c:673
2244#: config/tc-tilegx.c:427 config/tc-tilegx.c:477 config/tc-tilepro.c:383
2245msgid "operand"
2246msgstr ""
2247
2248#: config/tc-alpha.c:2135
2249msgid "invalid relocation for instruction"
2250msgstr ""
2251
2252#: config/tc-alpha.c:2149
2253msgid "invalid relocation for field"
2254msgstr ""
2255
2256#: config/tc-alpha.c:2981
2257msgid "can not resolve expression"
2258msgstr ""
2259
2260#: config/tc-alpha.c:3514 config/tc-i370.c:1054 config/tc-microblaze.c:198
2261#: config/tc-ppc.c:2160 config/tc-ppc.c:5260
2262#, c-format
2263msgid ".COMMon length (%ld.) <0! Ignored."
2264msgstr ""
2265
2266#: config/tc-alpha.c:3525 config/tc-ia64.c:1094 config/tc-sparc.c:4293
2267#: config/tc-v850.c:306
2268msgid "Ignoring attempt to re-define symbol"
2269msgstr ""
2270
2271#: config/tc-alpha.c:3617 config/tc-sparc.c:4301
2272#, c-format
2273msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
2274msgstr ""
2275
2276#: config/tc-alpha.c:3724 ecoff.c:3052
2277msgid ".ent directive has no name"
2278msgstr ""
2279
2280#: config/tc-alpha.c:3732
2281msgid "nested .ent directives"
2282msgstr ""
2283
2284#: config/tc-alpha.c:3776 ecoff.c:3004
2285msgid ".end directive has no name"
2286msgstr ""
2287
2288#: config/tc-alpha.c:3784
2289msgid ".end directive without matching .ent"
2290msgstr ""
2291
2292#: config/tc-alpha.c:3786
2293msgid ".end directive names different symbol than .ent"
2294msgstr ""
2295
2296#: config/tc-alpha.c:3829 ecoff.c:3137
2297msgid ".fmask outside of .ent"
2298msgstr ""
2299
2300#: config/tc-alpha.c:3831 config/tc-score.c:5598 ecoff.c:3201
2301msgid ".mask outside of .ent"
2302msgstr ""
2303
2304#: config/tc-alpha.c:3839 ecoff.c:3144
2305msgid "bad .fmask directive"
2306msgstr ""
2307
2308#: config/tc-alpha.c:3841 ecoff.c:3208
2309msgid "bad .mask directive"
2310msgstr ""
2311
2312#: config/tc-alpha.c:3874 config/tc-mips.c:19157 config/tc-score.c:5739
2313#: ecoff.c:3165
2314msgid ".frame outside of .ent"
2315msgstr ""
2316
2317#: config/tc-alpha.c:3885 config/tc-mips.c:19168 ecoff.c:3176
2318msgid "bad .frame directive"
2319msgstr ""
2320
2321#: config/tc-alpha.c:3919
2322msgid ".prologue directive without a preceding .ent directive"
2323msgstr ""
2324
2325#: config/tc-alpha.c:3937
2326#, c-format
2327msgid "Invalid argument %d to .prologue."
2328msgstr ""
2329
2330#: config/tc-alpha.c:4026
2331msgid "ECOFF debugging is disabled."
2332msgstr ""
2333
2334#: config/tc-alpha.c:4040
2335msgid ".ent directive without matching .end"
2336msgstr ""
2337
2338#: config/tc-alpha.c:4133
2339msgid ".usepv directive has no name"
2340msgstr ""
2341
2342#: config/tc-alpha.c:4146
2343msgid ".usepv directive has no type"
2344msgstr ""
2345
2346#: config/tc-alpha.c:4161
2347msgid "unknown argument for .usepv"
2348msgstr ""
2349
2350#: config/tc-alpha.c:4274
2351#, c-format
2352msgid "unknown section attribute %s"
2353msgstr ""
2354
2355#: config/tc-alpha.c:4369
2356msgid "previous .ent not closed by a .end"
2357msgstr ""
2358
2359#: config/tc-alpha.c:4390
2360msgid ".ent directive has no symbol"
2361msgstr ""
2362
2363#: config/tc-alpha.c:4415
2364msgid ".handler directive has no name"
2365msgstr ""
2366
2367#: config/tc-alpha.c:4446
2368msgid "Bad .frame directive 1./2. param"
2369msgstr ""
2370
2371#: config/tc-alpha.c:4456
2372#, c-format
2373msgid "Bad RA (%d) register for .frame"
2374msgstr ""
2375
2376#: config/tc-alpha.c:4461
2377msgid "Bad .frame directive 3./4. param"
2378msgstr ""
2379
2380#: config/tc-alpha.c:4497
2381msgid ".pdesc directive not in link (.link) section"
2382msgstr ""
2383
2384#: config/tc-alpha.c:4504
2385msgid ".pdesc directive has no entry symbol"
2386msgstr ""
2387
2388#: config/tc-alpha.c:4515
2389msgid ".pdesc has a bad entry symbol"
2390msgstr ""
2391
2392#: config/tc-alpha.c:4526
2393msgid ".pdesc doesn't match with last .ent"
2394msgstr ""
2395
2396#: config/tc-alpha.c:4541
2397msgid "No comma after .pdesc <entryname>"
2398msgstr ""
2399
2400#: config/tc-alpha.c:4561
2401msgid "unknown procedure kind"
2402msgstr ""
2403
2404#: config/tc-alpha.c:4656
2405msgid ".name directive not in link (.link) section"
2406msgstr ""
2407
2408#: config/tc-alpha.c:4664
2409msgid ".name directive has no symbol"
2410msgstr ""
2411
2412#: config/tc-alpha.c:4698
2413msgid "No symbol after .linkage"
2414msgstr ""
2415
2416#: config/tc-alpha.c:4745
2417msgid "No symbol after .code_address"
2418msgstr ""
2419
2420#: config/tc-alpha.c:4771 config/tc-score.c:5604
2421msgid "Bad .mask directive"
2422msgstr ""
2423
2424#: config/tc-alpha.c:4789
2425msgid "Bad .fmask directive"
2426msgstr ""
2427
2428#: config/tc-alpha.c:4946
2429#, c-format
2430msgid "Expected comma after name \"%s\""
2431msgstr ""
2432
2433#: config/tc-alpha.c:4958
2434#, c-format
2435msgid "unhandled: .proc %s,%d"
2436msgstr ""
2437
2438#: config/tc-alpha.c:4991
2439#, c-format
2440msgid "Tried to .set unrecognized mode `%s'"
2441msgstr ""
2442
2443#: config/tc-alpha.c:5017
2444#, c-format
2445msgid "Bad base register, using $%d."
2446msgstr ""
2447
2448#: config/tc-alpha.c:5038 config/tc-nios2.c:351 config/tc-nios2.c:476
2449#, c-format
2450msgid "Alignment too large: %d. assumed"
2451msgstr ""
2452
2453#: config/tc-alpha.c:5042 config/tc-d30v.c:2057 config/tc-nios2.c:355
2454#: config/tc-nios2.c:480
2455msgid "Alignment negative: 0 assumed"
2456msgstr ""
2457
2458#: config/tc-alpha.c:5137 config/tc-alpha.c:5630
2459#, c-format
2460msgid "Unknown CPU identifier `%s'"
2461msgstr ""
2462
2463#: config/tc-alpha.c:5328
2464#, c-format
2465msgid "Chose GP value of %lx\n"
2466msgstr ""
2467
2468#: config/tc-alpha.c:5342
2469msgid "bad .section directive: want a,s,w,x,M,S,G,T in string"
2470msgstr ""
2471
2472#: config/tc-alpha.c:5431
2473#, c-format
2474msgid "internal error: can't hash opcode `%s': %s"
2475msgstr ""
2476
2477#: config/tc-alpha.c:5467
2478#, c-format
2479msgid "internal error: can't hash macro `%s': %s"
2480msgstr ""
2481
2482#: config/tc-alpha.c:5551 config/tc-arc.c:2421 config/tc-arc.c:2435
2483#: config/tc-arm.c:7235 config/tc-arm.c:7247 config/tc-i960.c:706
2484#: config/tc-xtensa.c:5415 config/tc-xtensa.c:5491 config/tc-xtensa.c:5608
2485#: config/tc-z80.c:1935
2486msgid "syntax error"
2487msgstr ""
2488
2489#: config/tc-alpha.c:5681
2490msgid ""
2491"Alpha options:\n"
2492"-32addr\t\t\ttreat addresses as 32-bit values\n"
2493"-F\t\t\tlack floating point instructions support\n"
2494"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
2495"\t\t\tspecify variant of Alpha architecture\n"
2496"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -"
2497"m21264b\n"
2498"\t\t\tthese variants include PALcode opcodes\n"
2499msgstr ""
2500
2501#: config/tc-alpha.c:5691
2502msgid ""
2503"VMS options:\n"
2504"-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
2505"-H\t\t\tshow new symbol after hash truncation\n"
2506"-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
2507msgstr ""
2508
2509#: config/tc-alpha.c:5942 config/tc-arc.c:3046
2510#, c-format
2511msgid "unhandled relocation type %s"
2512msgstr ""
2513
2514#: config/tc-alpha.c:5955 config/tc-arc.c:3054
2515msgid "non-absolute expression in constant field"
2516msgstr ""
2517
2518#: config/tc-alpha.c:5969
2519#, c-format
2520msgid "type %d reloc done?\n"
2521msgstr ""
2522
2523#: config/tc-alpha.c:6016 config/tc-alpha.c:6023
2524msgid "Used $at without \".set noat\""
2525msgstr ""
2526
2527#: config/tc-alpha.c:6192
2528#, c-format
2529msgid "!samegp reloc against symbol without .prologue: %s"
2530msgstr ""
2531
2532#: config/tc-alpha.c:6236 config/tc-arc.c:3177 config/tc-tilegx.c:1751
2533#: config/tc-tilepro.c:1531 config/tc-xtensa.c:6101
2534#, c-format
2535msgid "cannot represent `%s' relocation in object file"
2536msgstr ""
2537
2538#: config/tc-alpha.c:6242 config/tc-arc.c:3183
2539#, c-format
2540msgid "internal error? cannot generate `%s' relocation"
2541msgstr ""
2542
2543#: config/tc-alpha.c:6338
2544#, c-format
2545msgid "frame reg expected, using $%d."
2546msgstr ""
2547
2548#: config/tc-arc.c:781
2549#, c-format
2550msgid "internal error: can't hash opcode '%s': %s"
2551msgstr ""
2552
2553#: config/tc-arc.c:789 config/tc-arc.c:2518 config/tc-arc.c:2536
2554#: config/tc-arc.c:2589 config/tc-arc.c:2613 config/tc-arc.c:4778
2555#: config/tc-cr16.c:800 config/tc-cr16.c:823 config/tc-cris.c:1195
2556#: config/tc-crx.c:535 config/tc-crx.c:562 config/tc-crx.c:580
2557#: config/tc-pdp11.c:193
2558msgid "Virtual memory exhausted"
2559msgstr ""
2560
2561#: config/tc-arc.c:840
2562#, c-format
2563msgid "invalid %s option for %s cpu"
2564msgstr ""
2565
2566#: config/tc-arc.c:863
2567msgid "Multiple .cpu directives found"
2568msgstr ""
2569
2570#: config/tc-arc.c:881
2571msgid "Command-line value overrides \".cpu\" directive"
2572msgstr ""
2573
2574#: config/tc-arc.c:897
2575#, c-format
2576msgid "unknown architecture: %s\n"
2577msgstr ""
2578
2579#: config/tc-arc.c:1030 config/tc-arc.c:2510 config/tc-h8300.c:81
2580#: config/tc-h8300.c:90 config/tc-h8300.c:100 config/tc-h8300.c:110
2581#: config/tc-h8300.c:120 config/tc-h8300.c:131 config/tc-h8300.c:248
2582#: config/tc-hppa.c:6823 config/tc-hppa.c:6829 config/tc-hppa.c:6835
2583#: config/tc-hppa.c:6841 config/tc-hppa.c:8230 config/tc-lm32.c:197
2584#: config/tc-mips.c:3500 config/tc-mips.c:4009 config/tc-mn10300.c:935
2585#: config/tc-mn10300.c:940 config/tc-mn10300.c:2440 config/tc-xc16x.c:79
2586#: config/tc-xc16x.c:86 config/tc-xc16x.c:93
2587msgid "could not set architecture and machine"
2588msgstr ""
2589
2590#: config/tc-arc.c:1203
2591msgid "No valid label relocation operand"
2592msgstr ""
2593
2594#: config/tc-arc.c:1225
2595#, c-format
2596msgid "Unknown relocation operand: @%s"
2597msgstr ""
2598
2599#: config/tc-arc.c:1238
2600#, c-format
2601msgid "Unable to parse TLS base: %s"
2602msgstr ""
2603
2604#: config/tc-arc.c:1262
2605#, c-format
2606msgid "@%s is not a complex relocation."
2607msgstr ""
2608
2609#: config/tc-arc.c:1268
2610#, c-format
2611msgid "Bad expression: @%s + %s."
2612msgstr ""
2613
2614#: config/tc-arc.c:1329
2615msgid "Brackets in operand field incorrect"
2616msgstr ""
2617
2618#: config/tc-arc.c:1331 config/tc-xtensa.c:2043
2619msgid "extra comma"
2620msgstr ""
2621
2622#: config/tc-arc.c:1333 config/tc-xtensa.c:2047
2623msgid "missing argument"
2624msgstr ""
2625
2626#: config/tc-arc.c:1335 config/tc-xtensa.c:2049
2627msgid "missing comma or colon"
2628msgstr ""
2629
2630#: config/tc-arc.c:1404
2631msgid "extra dot"
2632msgstr ""
2633
2634#: config/tc-arc.c:1406
2635msgid "unrecognized flag"
2636msgstr ""
2637
2638#: config/tc-arc.c:1408
2639msgid "failed to parse flags"
2640msgstr ""
2641
2642#: config/tc-arc.c:1434
2643msgid "Unhandled reloc type"
2644msgstr ""
2645
2646#: config/tc-arc.c:2389
2647#, c-format
2648msgid "%s for instruction '%s'"
2649msgstr ""
2650
2651#: config/tc-arc.c:2391
2652#, c-format
2653msgid "inappropriate arguments for opcode '%s'"
2654msgstr ""
2655
2656#: config/tc-arc.c:2393
2657#, c-format
2658msgid "opcode '%s' not supported for target %s"
2659msgstr ""
2660
2661#: config/tc-arc.c:2397 config/tc-tic6x.c:3195
2662#, c-format
2663msgid "unknown opcode '%s'"
2664msgstr ""
2665
2666#: config/tc-arc.c:2455
2667#, c-format
2668msgid "Inserting \"%s\" into register table failed: %s"
2669msgstr ""
2670
2671#: config/tc-arc.c:2491
2672#, c-format
2673msgid "Inserting \"%s\" into address type table failed: %s"
2674msgstr ""
2675
2676#: config/tc-arc.c:2606 config/tc-arc.c:4765
2677#, c-format
2678msgid "internal error: can't hash aux register '%s': %s"
2679msgstr ""
2680
2681#: config/tc-arc.c:2713
2682#, c-format
2683msgid "unhandled reloc %s in md_pcrel_from_section"
2684msgstr ""
2685
2686#: config/tc-arc.c:2778
2687msgid "Unaligned operand. Needs to be 32bit aligned"
2688msgstr ""
2689
2690#: config/tc-arc.c:2783
2691msgid "Unaligned operand. Needs to be 16bit aligned"
2692msgstr ""
2693
2694#: config/tc-arc.c:2860 config/tc-cr16.c:568 config/tc-crx.c:345
2695#: config/tc-mn10200.c:766 write.c:1015
2696#, c-format
2697msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
2698msgstr ""
2699
2700#: config/tc-arc.c:2918
2701#, c-format
2702msgid "PC relative relocation not allowed for (internal) type %d"
2703msgstr ""
2704
2705#. FIXME! Check for the conditionality of
2706#. the insn.
2707#. FIXME! Check for the conditionality of
2708#. the insn.
2709#: config/tc-arc.c:2962 config/tc-arc.c:3935
2710msgid "TLS_*_S9 relocs are not supported yet"
2711msgstr ""
2712
2713#. I cannot fix an GOTPC relocation because I need to relax it
2714#. from ld rx,[pcl,@sym@gotpc] to add rx,pcl,@sym@gotpc.
2715#: config/tc-arc.c:2998
2716msgid "Unsupported operation on reloc"
2717msgstr ""
2718
2719#: config/tc-arc.c:3074 config/tc-arc.c:3090
2720msgid "unknown fixup size"
2721msgstr ""
2722
2723#: config/tc-arc.c:3224
2724msgid "no relaxation found for this instruction."
2725msgstr ""
2726
2727#: config/tc-arc.c:3477
2728#, c-format
2729msgid "ARC-specific assembler options:\n"
2730msgstr ""
2731
2732#: config/tc-arc.c:3503
2733#, c-format
2734msgid "  -mrelax                 enable relaxation\n"
2735msgstr ""
2736
2737#: config/tc-arc.c:3506
2738#, c-format
2739msgid ""
2740"The following ARC-specific assembler options are deprecated and are "
2741"accepted\n"
2742"for compatibility only:\n"
2743msgstr ""
2744
2745#: config/tc-arc.c:3509
2746#, c-format
2747msgid ""
2748"  -mEA\n"
2749"  -mbarrel-shifter\n"
2750"  -mbarrel_shifter\n"
2751"  -mcrc\n"
2752"  -mdsp-packa\n"
2753"  -mdsp_packa\n"
2754"  -mdvbf\n"
2755"  -mld-extension-reg-mask\n"
2756"  -mlock\n"
2757"  -mmac-24\n"
2758"  -mmac-d16\n"
2759"  -mmac_24\n"
2760"  -mmac_d16\n"
2761"  -mmin-max\n"
2762"  -mmin_max\n"
2763"  -mmul64\n"
2764"  -mno-mpy\n"
2765"  -mnorm\n"
2766"  -mrtsc\n"
2767"  -msimd\n"
2768"  -mswap\n"
2769"  -mswape\n"
2770"  -mtelephony\n"
2771"  -muser-mode-only\n"
2772"  -mxy\n"
2773msgstr ""
2774
2775#: config/tc-arc.c:3599
2776#, c-format
2777msgid "Unable to find %s relocation for instruction %s"
2778msgstr ""
2779
2780#: config/tc-arc.c:3895
2781#, c-format
2782msgid "Unable to use @plt relocatio for insn %s"
2783msgstr ""
2784
2785#: config/tc-arc.c:3913
2786#, c-format
2787msgid "Unable to use @pcl relocation for insn %s"
2788msgstr ""
2789
2790#: config/tc-arc.c:3961
2791#, c-format
2792msgid "invalid relocation %s for field"
2793msgstr ""
2794
2795#: config/tc-arc.c:4057
2796msgid "A jump/branch instruction in delay slot."
2797msgstr ""
2798
2799#: config/tc-arc.c:4165 config/tc-microblaze.c:2525 config/tc-mn10300.c:1069
2800#: config/tc-sh.c:801 config/tc-z80.c:700 read.c:4582
2801#, c-format
2802msgid "unsupported BFD relocation size %u"
2803msgstr ""
2804
2805#: config/tc-arc.c:4185
2806#, c-format
2807msgid "Jump/Branch instruction detected at the end of the ZOL label @%s"
2808msgstr ""
2809
2810#: config/tc-arc.c:4192
2811#, c-format
2812msgid "Kernel instruction detected at the end of the ZOL label @%s"
2813msgstr ""
2814
2815#: config/tc-arc.c:4197
2816#, c-format
2817msgid ""
2818"A jump instruction with long immediate detected at the end of the ZOL label @"
2819"%s"
2820msgstr ""
2821
2822#: config/tc-arc.c:4203
2823#, c-format
2824msgid "An illegal use of delay slot detected at the end of the ZOL label @%s"
2825msgstr ""
2826
2827#: config/tc-arc.c:4303
2828msgid "expected comma after instruction name"
2829msgstr ""
2830
2831#: config/tc-arc.c:4315
2832msgid "expected comma after major opcode"
2833msgstr ""
2834
2835#: config/tc-arc.c:4501
2836#, c-format
2837msgid "Pseudocode already used %s"
2838msgstr ""
2839
2840#: config/tc-arc.c:4509
2841#, c-format
2842msgid "major opcode not in range [0x%02x - 0x%02x]"
2843msgstr ""
2844
2845#: config/tc-arc.c:4513
2846msgid "minor opcode not in range [0x00 - 0x3f]"
2847msgstr ""
2848
2849#: config/tc-arc.c:4519
2850msgid "Improper use of OP1_IMM_IMPLIED"
2851msgstr ""
2852
2853#: config/tc-arc.c:4525
2854msgid "Improper use of OP1_MUST_BE_IMM"
2855msgstr ""
2856
2857#: config/tc-arc.c:4537
2858msgid "Couldn't generate extension instruction opcodes"
2859msgstr ""
2860
2861#: config/tc-arc.c:4573
2862msgid "expected comma after name"
2863msgstr ""
2864
2865#: config/tc-arc.c:4584
2866#, c-format
2867msgid "%s second argument cannot be a negative number %d"
2868msgstr ""
2869
2870#: config/tc-arc.c:4599
2871msgid "expected comma after register number"
2872msgstr ""
2873
2874#: config/tc-arc.c:4620
2875msgid "invalid mode"
2876msgstr ""
2877
2878#: config/tc-arc.c:4638
2879msgid "expected comma after register mode"
2880msgstr ""
2881
2882#: config/tc-arc.c:4653
2883msgid "shortcut designator invalid"
2884msgstr ""
2885
2886#: config/tc-arc.c:4752
2887#, c-format
2888msgid "core register %s value (%d) too large"
2889msgstr ""
2890
2891#: config/tc-arc.c:4771
2892#, c-format
2893msgid "condition code %s value (%d) too large"
2894msgstr ""
2895
2896#: config/tc-arc.c:4790
2897msgid "Unknown extension"
2898msgstr ""
2899
2900#: config/tc-arm.c:610
2901msgid "ARM register expected"
2902msgstr ""
2903
2904#: config/tc-arm.c:611
2905msgid "bad or missing co-processor number"
2906msgstr ""
2907
2908#: config/tc-arm.c:612
2909msgid "co-processor register expected"
2910msgstr ""
2911
2912#: config/tc-arm.c:613
2913msgid "FPA register expected"
2914msgstr ""
2915
2916#: config/tc-arm.c:614
2917msgid "VFP single precision register expected"
2918msgstr ""
2919
2920#: config/tc-arm.c:615
2921msgid "VFP/Neon double precision register expected"
2922msgstr ""
2923
2924#: config/tc-arm.c:616
2925msgid "Neon quad precision register expected"
2926msgstr ""
2927
2928#: config/tc-arm.c:617
2929msgid "VFP single or double precision register expected"
2930msgstr ""
2931
2932#: config/tc-arm.c:618
2933msgid "Neon double or quad precision register expected"
2934msgstr ""
2935
2936#: config/tc-arm.c:619
2937msgid "VFP single, double or Neon quad precision register expected"
2938msgstr ""
2939
2940#: config/tc-arm.c:620
2941msgid "VFP system register expected"
2942msgstr ""
2943
2944#: config/tc-arm.c:621
2945msgid "Maverick MVF register expected"
2946msgstr ""
2947
2948#: config/tc-arm.c:622
2949msgid "Maverick MVD register expected"
2950msgstr ""
2951
2952#: config/tc-arm.c:623
2953msgid "Maverick MVFX register expected"
2954msgstr ""
2955
2956#: config/tc-arm.c:624
2957msgid "Maverick MVDX register expected"
2958msgstr ""
2959
2960#: config/tc-arm.c:625
2961msgid "Maverick MVAX register expected"
2962msgstr ""
2963
2964#: config/tc-arm.c:626
2965msgid "Maverick DSPSC register expected"
2966msgstr ""
2967
2968#: config/tc-arm.c:627
2969msgid "iWMMXt data register expected"
2970msgstr ""
2971
2972#: config/tc-arm.c:628 config/tc-arm.c:7014
2973msgid "iWMMXt control register expected"
2974msgstr ""
2975
2976#: config/tc-arm.c:629
2977msgid "iWMMXt scalar register expected"
2978msgstr ""
2979
2980#: config/tc-arm.c:630
2981msgid "XScale accumulator register expected"
2982msgstr ""
2983
2984#. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
2985#: config/tc-arm.c:791 config/tc-score.c:259
2986msgid "bad arguments to instruction"
2987msgstr ""
2988
2989#: config/tc-arm.c:792
2990msgid "r13 not allowed here"
2991msgstr ""
2992
2993#: config/tc-arm.c:793
2994msgid "r15 not allowed here"
2995msgstr ""
2996
2997#: config/tc-arm.c:794
2998msgid "instruction cannot be conditional"
2999msgstr ""
3000
3001#: config/tc-arm.c:795
3002msgid "registers may not be the same"
3003msgstr ""
3004
3005#: config/tc-arm.c:796
3006msgid "lo register required"
3007msgstr ""
3008
3009#: config/tc-arm.c:797
3010msgid "instruction not supported in Thumb16 mode"
3011msgstr ""
3012
3013#: config/tc-arm.c:798
3014msgid "instruction does not accept this addressing mode"
3015msgstr ""
3016
3017#: config/tc-arm.c:799
3018msgid "branch must be last instruction in IT block"
3019msgstr ""
3020
3021#: config/tc-arm.c:800
3022msgid "instruction not allowed in IT block"
3023msgstr ""
3024
3025#: config/tc-arm.c:801
3026msgid "selected FPU does not support instruction"
3027msgstr ""
3028
3029#: config/tc-arm.c:802
3030msgid "thumb conditional instruction should be in IT block"
3031msgstr ""
3032
3033#: config/tc-arm.c:803
3034msgid "incorrect condition in IT block"
3035msgstr ""
3036
3037#: config/tc-arm.c:804
3038msgid "IT falling in the range of a previous IT block"
3039msgstr ""
3040
3041#: config/tc-arm.c:805
3042msgid "missing .fnstart before unwinding directive"
3043msgstr ""
3044
3045#: config/tc-arm.c:807
3046msgid "cannot use register index with PC-relative addressing"
3047msgstr ""
3048
3049#: config/tc-arm.c:809
3050msgid "cannot use writeback with PC-relative addressing"
3051msgstr ""
3052
3053#: config/tc-arm.c:811
3054msgid "selected processor does not support fp16 instruction"
3055msgstr ""
3056
3057#: config/tc-arm.c:812
3058msgid "using "
3059msgstr ""
3060
3061#: config/tc-arm.c:813
3062msgid "relocation valid in thumb1 code only"
3063msgstr ""
3064
3065#: config/tc-arm.c:1020
3066msgid "immediate expression requires a # prefix"
3067msgstr ""
3068
3069#: config/tc-arm.c:1048 read.c:3803
3070msgid "missing expression"
3071msgstr ""
3072
3073#: config/tc-arm.c:1078 config/tc-arm.c:5230 config/tc-i960.c:1298
3074#: config/tc-score.c:1210
3075msgid "invalid constant"
3076msgstr ""
3077
3078#: config/tc-arm.c:1208
3079msgid "expected #constant"
3080msgstr ""
3081
3082#: config/tc-arm.c:1372
3083#, c-format
3084msgid "unexpected character `%c' in type specifier"
3085msgstr ""
3086
3087#: config/tc-arm.c:1389
3088#, c-format
3089msgid "bad size %d in type specifier"
3090msgstr ""
3091
3092#: config/tc-arm.c:1439
3093msgid "only one type should be specified for operand"
3094msgstr ""
3095
3096#: config/tc-arm.c:1445
3097msgid "vector type expected"
3098msgstr ""
3099
3100#: config/tc-arm.c:1517
3101msgid "can't redefine type for operand"
3102msgstr ""
3103
3104#: config/tc-arm.c:1528
3105msgid "only D registers may be indexed"
3106msgstr ""
3107
3108#: config/tc-arm.c:1534
3109msgid "can't change index for operand"
3110msgstr ""
3111
3112#: config/tc-arm.c:1597
3113msgid "register operand expected, but got scalar"
3114msgstr ""
3115
3116#: config/tc-arm.c:1630
3117msgid "scalar must have an index"
3118msgstr ""
3119
3120#: config/tc-arm.c:1635 config/tc-arm.c:16358 config/tc-arm.c:16418
3121#: config/tc-arm.c:16872
3122msgid "scalar index out of range"
3123msgstr ""
3124
3125#: config/tc-arm.c:1685
3126msgid "bad range in register list"
3127msgstr ""
3128
3129#: config/tc-arm.c:1693 config/tc-arm.c:1702 config/tc-arm.c:1743
3130#, c-format
3131msgid "Warning: duplicated register (r%d) in register list"
3132msgstr ""
3133
3134#: config/tc-arm.c:1705
3135msgid "Warning: register range not in ascending order"
3136msgstr ""
3137
3138#: config/tc-arm.c:1716
3139msgid "missing `}'"
3140msgstr ""
3141
3142#: config/tc-arm.c:1732
3143msgid "invalid register mask"
3144msgstr ""
3145
3146#: config/tc-arm.c:1867 config/tc-arm.c:1911
3147msgid "register out of range in list"
3148msgstr ""
3149
3150#: config/tc-arm.c:1889 config/tc-arm.c:4172 config/tc-arm.c:4306
3151msgid "register list not in ascending order"
3152msgstr ""
3153
3154#: config/tc-arm.c:1920
3155msgid "register range not in ascending order"
3156msgstr ""
3157
3158#: config/tc-arm.c:1953
3159msgid "non-contiguous register range"
3160msgstr ""
3161
3162#: config/tc-arm.c:2012
3163msgid "register stride must be 1 or 2"
3164msgstr ""
3165
3166#: config/tc-arm.c:2013
3167msgid "mismatched element/structure types in list"
3168msgstr ""
3169
3170#: config/tc-arm.c:2081
3171msgid "don't use Rn-Rm syntax with non-unit stride"
3172msgstr ""
3173
3174#: config/tc-arm.c:2136
3175msgid "error parsing element/structure list"
3176msgstr ""
3177
3178#: config/tc-arm.c:2142
3179msgid "expected }"
3180msgstr ""
3181
3182#: config/tc-arm.c:2233
3183msgid "attempt to redefine typed alias"
3184msgstr ""
3185
3186#: config/tc-arm.c:2368
3187msgid "bad type for register"
3188msgstr ""
3189
3190#: config/tc-arm.c:2379 config/tc-nios2.c:1804
3191msgid "expression must be constant"
3192msgstr ""
3193
3194#: config/tc-arm.c:2396
3195msgid "can't redefine the type of a register alias"
3196msgstr ""
3197
3198#: config/tc-arm.c:2403
3199msgid "you must specify a single type only"
3200msgstr ""
3201
3202#: config/tc-arm.c:2416
3203msgid "can't redefine the index of a scalar alias"
3204msgstr ""
3205
3206#: config/tc-arm.c:2424
3207msgid "scalar index must be constant"
3208msgstr ""
3209
3210#: config/tc-arm.c:2433
3211msgid "expecting ]"
3212msgstr ""
3213
3214#: config/tc-arm.c:2485
3215msgid "invalid syntax for .dn directive"
3216msgstr ""
3217
3218#: config/tc-arm.c:2491
3219msgid "invalid syntax for .qn directive"
3220msgstr ""
3221
3222#: config/tc-arm.c:2526
3223#, c-format
3224msgid "ignoring attempt to use .unreq on fixed register name: '%s'"
3225msgstr ""
3226
3227#: config/tc-arm.c:2791
3228#, c-format
3229msgid "Failed to find real start of function: %s\n"
3230msgstr ""
3231
3232#: config/tc-arm.c:2808
3233msgid "selected processor does not support THUMB opcodes"
3234msgstr ""
3235
3236#: config/tc-arm.c:2821
3237msgid "selected processor does not support ARM opcodes"
3238msgstr ""
3239
3240#: config/tc-arm.c:2833
3241#, c-format
3242msgid "invalid instruction size selected (%d)"
3243msgstr ""
3244
3245#: config/tc-arm.c:2865
3246#, c-format
3247msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
3248msgstr ""
3249
3250#: config/tc-arm.c:2920
3251#, c-format
3252msgid "expected comma after name \"%s\""
3253msgstr ""
3254
3255#: config/tc-arm.c:2970 config/tc-m32r.c:584
3256#, c-format
3257msgid "symbol `%s' already defined"
3258msgstr ""
3259
3260#: config/tc-arm.c:3003
3261#, c-format
3262msgid "unrecognized syntax mode \"%s\""
3263msgstr ""
3264
3265#: config/tc-arm.c:3046
3266msgid ".ref pseudo-op only available with -mccs flag."
3267msgstr ""
3268
3269#: config/tc-arm.c:3087
3270msgid ".asmfunc repeated."
3271msgstr ""
3272
3273#: config/tc-arm.c:3091
3274msgid ".asmfunc without function."
3275msgstr ""
3276
3277#: config/tc-arm.c:3097
3278msgid ".asmfunc pseudo-op only available with -mccs flag."
3279msgstr ""
3280
3281#: config/tc-arm.c:3108
3282msgid ".endasmfunc without a .asmfunc."
3283msgstr ""
3284
3285#: config/tc-arm.c:3112
3286msgid ".endasmfunc without function."
3287msgstr ""
3288
3289#: config/tc-arm.c:3123
3290msgid ".endasmfunc pseudo-op only available with -mccs flag."
3291msgstr ""
3292
3293#: config/tc-arm.c:3132
3294msgid ".def pseudo-op only available with -mccs flag."
3295msgstr ""
3296
3297#: config/tc-arm.c:3290
3298msgid "invalid type for literal pool"
3299msgstr ""
3300
3301#: config/tc-arm.c:3370 config/tc-tic54x.c:5347
3302#, c-format
3303msgid "Invalid label '%s'"
3304msgstr ""
3305
3306#: config/tc-arm.c:3546
3307msgid "(plt) is only valid on branch targets"
3308msgstr ""
3309
3310#: config/tc-arm.c:3552 config/tc-s390.c:1207 config/tc-s390.c:1868
3311#: config/tc-xtensa.c:1671
3312#, c-format
3313msgid "%s relocations do not fit in %d bytes"
3314msgstr ""
3315
3316#: config/tc-arm.c:3632
3317msgid ".inst.n operand too big. Use .inst.w instead"
3318msgstr ""
3319
3320#: config/tc-arm.c:3652
3321msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
3322msgstr ""
3323
3324#: config/tc-arm.c:3682
3325msgid "width suffixes are invalid in ARM mode"
3326msgstr ""
3327
3328#: config/tc-arm.c:3724 dwarf2dbg.c:746
3329msgid "expected 0 or 1"
3330msgstr ""
3331
3332#: config/tc-arm.c:3728
3333msgid "missing comma"
3334msgstr ""
3335
3336#: config/tc-arm.c:3761
3337msgid "duplicate .fnstart directive"
3338msgstr ""
3339
3340#: config/tc-arm.c:3792 config/tc-tic6x.c:412
3341msgid "duplicate .handlerdata directive"
3342msgstr ""
3343
3344#: config/tc-arm.c:3811
3345msgid ".fnend directive without .fnstart"
3346msgstr ""
3347
3348#: config/tc-arm.c:3878 config/tc-tic6x.c:393
3349msgid "personality routine specified for cantunwind frame"
3350msgstr ""
3351
3352#: config/tc-arm.c:3895 config/tc-tic6x.c:454
3353msgid "duplicate .personalityindex directive"
3354msgstr ""
3355
3356#: config/tc-arm.c:3902 config/tc-tic6x.c:461
3357msgid "bad personality routine number"
3358msgstr ""
3359
3360#: config/tc-arm.c:3924 config/tc-tic6x.c:478
3361msgid "duplicate .personality directive"
3362msgstr ""
3363
3364#: config/tc-arm.c:3948 config/tc-arm.c:4076 config/tc-arm.c:4124
3365msgid "expected register list"
3366msgstr ""
3367
3368#: config/tc-arm.c:4030
3369msgid "expected , <constant>"
3370msgstr ""
3371
3372#: config/tc-arm.c:4039
3373msgid "number of registers must be in the range [1:4]"
3374msgstr ""
3375
3376#: config/tc-arm.c:4186 config/tc-arm.c:4320
3377msgid "bad register range"
3378msgstr ""
3379
3380#: config/tc-arm.c:4386
3381msgid "FPA .unwind_save does not take a register list"
3382msgstr ""
3383
3384#: config/tc-arm.c:4414
3385msgid ".unwind_save does not support this kind of register"
3386msgstr ""
3387
3388#: config/tc-arm.c:4453
3389msgid "SP and PC not permitted in .unwind_movsp directive"
3390msgstr ""
3391
3392#: config/tc-arm.c:4458
3393msgid "unexpected .unwind_movsp directive"
3394msgstr ""
3395
3396#: config/tc-arm.c:4485
3397msgid "stack increment must be multiple of 4"
3398msgstr ""
3399
3400#: config/tc-arm.c:4517
3401msgid "expected <reg>, <reg>"
3402msgstr ""
3403
3404#: config/tc-arm.c:4535
3405msgid "register must be either sp or set by a previousunwind_movsp directive"
3406msgstr ""
3407
3408#: config/tc-arm.c:4574
3409msgid "expected <offset>, <opcode>"
3410msgstr ""
3411
3412#: config/tc-arm.c:4586
3413msgid "unwind opcode too long"
3414msgstr ""
3415
3416#: config/tc-arm.c:4591
3417msgid "invalid unwind opcode"
3418msgstr ""
3419
3420#: config/tc-arm.c:4778 config/tc-arm.c:5783 config/tc-arm.c:10573
3421#: config/tc-arm.c:11100 config/tc-arm.c:13130 config/tc-arm.c:14710
3422#: config/tc-arm.c:23839 config/tc-arm.c:23903 config/tc-arm.c:23911
3423#: config/tc-metag.c:5176 config/tc-z8k.c:1151 config/tc-z8k.c:1161
3424msgid "immediate value out of range"
3425msgstr ""
3426
3427#: config/tc-arm.c:4948
3428msgid "invalid FPA immediate expression"
3429msgstr ""
3430
3431#: config/tc-arm.c:5130
3432msgid "'LSL' or 'ASR' required"
3433msgstr ""
3434
3435#: config/tc-arm.c:5138
3436msgid "'LSL' required"
3437msgstr ""
3438
3439#: config/tc-arm.c:5146
3440msgid "'ASR' required"
3441msgstr ""
3442
3443#: config/tc-arm.c:5225
3444msgid "invalid rotation"
3445msgstr ""
3446
3447#: config/tc-arm.c:5405 config/tc-arm.c:5574
3448msgid "unknown group relocation"
3449msgstr ""
3450
3451#: config/tc-arm.c:5441
3452msgid "alignment must be constant"
3453msgstr ""
3454
3455#: config/tc-arm.c:5605
3456msgid "this group relocation is not allowed on this instruction"
3457msgstr ""
3458
3459#: config/tc-arm.c:5660
3460msgid "'}' expected at end of 'option' field"
3461msgstr ""
3462
3463#: config/tc-arm.c:5665
3464msgid "cannot combine index with option"
3465msgstr ""
3466
3467#: config/tc-arm.c:5921
3468msgid "unexpected bit specified after APSR"
3469msgstr ""
3470
3471#: config/tc-arm.c:5933
3472msgid "selected processor does not support DSP extension"
3473msgstr ""
3474
3475#: config/tc-arm.c:5945
3476msgid "bad bitmask specified after APSR"
3477msgstr ""
3478
3479#: config/tc-arm.c:5969
3480msgid "writing to APSR without specifying a bitmask is deprecated"
3481msgstr ""
3482
3483#: config/tc-arm.c:5981 config/tc-arm.c:12254 config/tc-arm.c:12299
3484#: config/tc-arm.c:12303
3485msgid "selected processor does not support requested special purpose register"
3486msgstr ""
3487
3488#: config/tc-arm.c:5986
3489msgid "flag for {c}psr instruction expected"
3490msgstr ""
3491
3492#: config/tc-arm.c:6011
3493msgid "unrecognized CPS flag"
3494msgstr ""
3495
3496#: config/tc-arm.c:6018
3497msgid "missing CPS flags"
3498msgstr ""
3499
3500#: config/tc-arm.c:6041 config/tc-arm.c:6047
3501msgid "valid endian specifiers are be or le"
3502msgstr ""
3503
3504#: config/tc-arm.c:6069
3505msgid "missing rotation field after comma"
3506msgstr ""
3507
3508#: config/tc-arm.c:6084
3509msgid "rotation can only be 0, 8, 16, or 24"
3510msgstr ""
3511
3512#: config/tc-arm.c:6113
3513msgid "condition required"
3514msgstr ""
3515
3516#: config/tc-arm.c:6181 config/tc-arm.c:8868
3517msgid "'[' expected"
3518msgstr ""
3519
3520#: config/tc-arm.c:6194
3521msgid "',' expected"
3522msgstr ""
3523
3524#: config/tc-arm.c:6211
3525msgid "invalid shift"
3526msgstr ""
3527
3528#: config/tc-arm.c:6284
3529msgid "can't use Neon quad register here"
3530msgstr ""
3531
3532#: config/tc-arm.c:6351
3533msgid "expected <Rm> or <Dm> or <Qm> operand"
3534msgstr ""
3535
3536#: config/tc-arm.c:6431
3537msgid "parse error"
3538msgstr ""
3539
3540#. ISB can only take SY as an option.
3541#: config/tc-arm.c:6698
3542msgid "invalid barrier type"
3543msgstr ""
3544
3545#: config/tc-arm.c:6794
3546msgid "only floating point zero is allowed as immediate value"
3547msgstr ""
3548
3549#: config/tc-arm.c:6852
3550msgid "immediate value is out of range"
3551msgstr ""
3552
3553#: config/tc-arm.c:6999
3554msgid "iWMMXt data or control register expected"
3555msgstr ""
3556
3557#: config/tc-arm.c:7039
3558msgid "Banked registers are not available with this architecture."
3559msgstr ""
3560
3561#: config/tc-arm.c:7261 config/tc-score.c:264
3562msgid "garbage following instruction"
3563msgstr ""
3564
3565#. If REG is R13 (the stack pointer), warn that its use is
3566#. deprecated.
3567#: config/tc-arm.c:7302
3568msgid "use of r13 is deprecated"
3569msgstr ""
3570
3571#: config/tc-arm.c:7320
3572msgid ""
3573"ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is "
3574"UNPREDICTABLE"
3575msgstr ""
3576
3577#: config/tc-arm.c:7395
3578msgid "D register out of range for selected VFP version"
3579msgstr ""
3580
3581#: config/tc-arm.c:7492 config/tc-arm.c:10293
3582msgid "Instruction does not support =N addresses"
3583msgstr ""
3584
3585#: config/tc-arm.c:7500
3586msgid "instruction does not accept preindexed addressing"
3587msgstr ""
3588
3589#. unindexed - only for coprocessor
3590#: config/tc-arm.c:7516 config/tc-arm.c:10356
3591msgid "instruction does not accept unindexed addressing"
3592msgstr ""
3593
3594#: config/tc-arm.c:7524
3595msgid "destination register same as write-back base"
3596msgstr ""
3597
3598#: config/tc-arm.c:7525
3599msgid "source register same as write-back base"
3600msgstr ""
3601
3602#: config/tc-arm.c:7575
3603msgid "use of PC in this instruction is deprecated"
3604msgstr ""
3605
3606#: config/tc-arm.c:7598
3607msgid "instruction does not accept scaled register index"
3608msgstr ""
3609
3610#: config/tc-arm.c:7903
3611msgid "invalid pseudo operation"
3612msgstr ""
3613
3614#: config/tc-arm.c:8145
3615msgid "invalid co-processor operand"
3616msgstr ""
3617
3618#: config/tc-arm.c:8161
3619msgid "instruction does not support unindexed addressing"
3620msgstr ""
3621
3622#: config/tc-arm.c:8176
3623msgid "pc may not be used with write-back"
3624msgstr ""
3625
3626#: config/tc-arm.c:8181
3627msgid "instruction does not support writeback"
3628msgstr ""
3629
3630#: config/tc-arm.c:8287
3631msgid "Rn must not overlap other operands"
3632msgstr ""
3633
3634#: config/tc-arm.c:8292
3635msgid "swp{b} use is obsoleted for ARMv8 and later"
3636msgstr ""
3637
3638#: config/tc-arm.c:8295
3639msgid "swp{b} use is deprecated for ARMv6 and ARMv7"
3640msgstr ""
3641
3642#: config/tc-arm.c:8400 config/tc-arm.c:8419 config/tc-arm.c:8432
3643#: config/tc-arm.c:10937 config/tc-arm.c:10968 config/tc-arm.c:10990
3644msgid "bit-field extends past end of register"
3645msgstr ""
3646
3647#: config/tc-arm.c:8462
3648msgid "the only valid suffixes here are '(plt)' and '(tlscall)'"
3649msgstr ""
3650
3651#: config/tc-arm.c:8515
3652msgid "use of r15 in blx in ARM mode is not really useful"
3653msgstr ""
3654
3655#: config/tc-arm.c:8537
3656msgid "use of r15 in bx in ARM mode is not really useful"
3657msgstr ""
3658
3659#: config/tc-arm.c:8562
3660msgid "use of r15 in bxj is not really useful"
3661msgstr ""
3662
3663#: config/tc-arm.c:8610
3664msgid "This coprocessor register access is deprecated in ARMv8"
3665msgstr ""
3666
3667#: config/tc-arm.c:8818 config/tc-arm.c:8827
3668msgid "writeback of base register is UNPREDICTABLE"
3669msgstr ""
3670
3671#: config/tc-arm.c:8821
3672msgid "writeback of base register when in register list is UNPREDICTABLE"
3673msgstr ""
3674
3675#: config/tc-arm.c:8831
3676msgid "if writeback register is in list, it must be the lowest reg in the list"
3677msgstr ""
3678
3679#: config/tc-arm.c:8863
3680msgid "first transfer register must be even"
3681msgstr ""
3682
3683#: config/tc-arm.c:8866
3684msgid "can only transfer two consecutive registers"
3685msgstr ""
3686
3687#. If op 1 were present and equal to PC, this function wouldn't
3688#. have been called in the first place.
3689#. If op 2 were present and equal to PC, this function wouldn't
3690#. have been called in the first place.
3691#: config/tc-arm.c:8867 config/tc-arm.c:8937 config/tc-arm.c:9591
3692#: config/tc-arm.c:11746
3693msgid "r14 not allowed here"
3694msgstr ""
3695
3696#: config/tc-arm.c:8879
3697msgid "base register written back, and overlaps second transfer register"
3698msgstr ""
3699
3700#: config/tc-arm.c:8889
3701msgid "index register overlaps transfer register"
3702msgstr ""
3703
3704#: config/tc-arm.c:8918 config/tc-arm.c:9558
3705msgid "offset must be zero in ARM encoding"
3706msgstr ""
3707
3708#: config/tc-arm.c:8931 config/tc-arm.c:9585
3709msgid "even register required"
3710msgstr ""
3711
3712#: config/tc-arm.c:8934
3713msgid "can only load two consecutive registers"
3714msgstr ""
3715
3716#: config/tc-arm.c:8952
3717msgid "ldr to register 15 must be 4-byte alligned"
3718msgstr ""
3719
3720#: config/tc-arm.c:8975 config/tc-arm.c:9007
3721msgid "this instruction requires a post-indexed address"
3722msgstr ""
3723
3724#: config/tc-arm.c:9034
3725msgid "Rd and Rm should be different in mla"
3726msgstr ""
3727
3728#: config/tc-arm.c:9061 config/tc-arm.c:12118
3729msgid ":lower16: not allowed this instruction"
3730msgstr ""
3731
3732#: config/tc-arm.c:9063
3733msgid ":upper16: not allowed instruction"
3734msgstr ""
3735
3736#: config/tc-arm.c:9080
3737msgid "operand 1 must be FPSCR"
3738msgstr ""
3739
3740#: config/tc-arm.c:9162 config/tc-arm.c:12237
3741msgid "bad register for mrs"
3742msgstr ""
3743
3744#: config/tc-arm.c:9169 config/tc-arm.c:12261
3745msgid "'APSR', 'CPSR' or 'SPSR' expected"
3746msgstr ""
3747
3748#: config/tc-arm.c:9210
3749msgid "Rd and Rm should be different in mul"
3750msgstr ""
3751
3752#: config/tc-arm.c:9229 config/tc-arm.c:9503 config/tc-arm.c:12400
3753msgid "rdhi and rdlo must be different"
3754msgstr ""
3755
3756#: config/tc-arm.c:9235
3757msgid "rdhi, rdlo and rm must all be different"
3758msgstr ""
3759
3760#: config/tc-arm.c:9301
3761msgid "'[' expected after PLD mnemonic"
3762msgstr ""
3763
3764#: config/tc-arm.c:9303 config/tc-arm.c:9318
3765msgid "post-indexed expression used in preload instruction"
3766msgstr ""
3767
3768#: config/tc-arm.c:9305 config/tc-arm.c:9320
3769msgid "writeback used in preload instruction"
3770msgstr ""
3771
3772#: config/tc-arm.c:9307 config/tc-arm.c:9322
3773msgid "unindexed addressing used in preload instruction"
3774msgstr ""
3775
3776#: config/tc-arm.c:9316
3777msgid "'[' expected after PLI mnemonic"
3778msgstr ""
3779
3780#: config/tc-arm.c:9331 config/tc-arm.c:12569
3781msgid "push/pop do not support {reglist}^"
3782msgstr ""
3783
3784#: config/tc-arm.c:9409 config/tc-arm.c:12716
3785msgid "setend use is deprecated for ARMv8"
3786msgstr ""
3787
3788#: config/tc-arm.c:9430 config/tc-arm.c:12777 config/tc-arm.c:12809
3789#: config/tc-arm.c:12852
3790msgid "extraneous shift as part of operand to shift insn"
3791msgstr ""
3792
3793#: config/tc-arm.c:9461 config/tc-arm.c:9470
3794msgid "selected processor does not support SETPAN instruction"
3795msgstr ""
3796
3797#: config/tc-arm.c:9529
3798msgid "SRS base register must be r13"
3799msgstr ""
3800
3801#: config/tc-arm.c:9588
3802msgid "can only store two consecutive registers"
3803msgstr ""
3804
3805#: config/tc-arm.c:9702 config/tc-arm.c:9719
3806msgid "only two consecutive VFP SP registers allowed here"
3807msgstr ""
3808
3809#: config/tc-arm.c:9747 config/tc-arm.c:9762
3810msgid "this addressing mode requires base-register writeback"
3811msgstr ""
3812
3813#. If srcsize is 16, inst.operands[1].imm must be in the range 0-16.
3814#. i.e. immbits must be in range 0 - 16.
3815#: config/tc-arm.c:9879
3816msgid "immediate value out of range, expected range [0, 16]"
3817msgstr ""
3818
3819#. If srcsize is 32, inst.operands[1].imm must be in the range 1-32.
3820#. i.e. immbits must be in range 0 - 31.
3821#: config/tc-arm.c:9886
3822msgid "immediate value out of range, expected range [1, 32]"
3823msgstr ""
3824
3825#: config/tc-arm.c:9952
3826msgid "this instruction does not support indexing"
3827msgstr ""
3828
3829#: config/tc-arm.c:9975
3830msgid "only r15 allowed here"
3831msgstr ""
3832
3833#: config/tc-arm.c:10110
3834msgid "immediate operand requires iWMMXt2"
3835msgstr ""
3836
3837#: config/tc-arm.c:10254
3838msgid "shift by register not allowed in thumb mode"
3839msgstr ""
3840
3841#: config/tc-arm.c:10266 config/tc-arm.c:12960 config/tc-arm.c:23182
3842msgid "shift expression is too large"
3843msgstr ""
3844
3845#: config/tc-arm.c:10299
3846msgid "cannot use register index with this instruction"
3847msgstr ""
3848
3849#: config/tc-arm.c:10301
3850msgid "Thumb does not support negative register indexing"
3851msgstr ""
3852
3853#: config/tc-arm.c:10303
3854msgid "Thumb does not support register post-indexing"
3855msgstr ""
3856
3857#: config/tc-arm.c:10305
3858msgid "Thumb does not support register indexing with writeback"
3859msgstr ""
3860
3861#: config/tc-arm.c:10307
3862msgid "Thumb supports only LSL in shifted register indexing"
3863msgstr ""
3864
3865#: config/tc-arm.c:10316 config/tc-arm.c:16149
3866msgid "shift out of range"
3867msgstr ""
3868
3869#: config/tc-arm.c:10325
3870msgid "cannot use writeback with this instruction"
3871msgstr ""
3872
3873#: config/tc-arm.c:10346
3874msgid "cannot use post-indexing with PC-relative addressing"
3875msgstr ""
3876
3877#: config/tc-arm.c:10347
3878msgid "cannot use post-indexing with this instruction"
3879msgstr ""
3880
3881#: config/tc-arm.c:10568
3882msgid "only SUBS PC, LR, #const allowed"
3883msgstr ""
3884
3885#: config/tc-arm.c:10650 config/tc-arm.c:10805 config/tc-arm.c:10902
3886#: config/tc-arm.c:12198 config/tc-arm.c:12506
3887msgid "shift must be constant"
3888msgstr ""
3889
3890#: config/tc-arm.c:10655
3891msgid "shift value over 3 not allowed in thumb mode"
3892msgstr ""
3893
3894#: config/tc-arm.c:10657
3895msgid "only LSL shift allowed in thumb mode"
3896msgstr ""
3897
3898#: config/tc-arm.c:10681 config/tc-arm.c:10820 config/tc-arm.c:10917
3899#: config/tc-arm.c:12211
3900msgid "unshifted register required"
3901msgstr ""
3902
3903#: config/tc-arm.c:10696 config/tc-arm.c:10928 config/tc-arm.c:12361
3904msgid "dest must overlap one source register"
3905msgstr ""
3906
3907#: config/tc-arm.c:10823
3908msgid "dest and source1 must be the same register"
3909msgstr ""
3910
3911#: config/tc-arm.c:11063
3912msgid ""
3913"selected architecture does not support wide conditional branch instruction"
3914msgstr ""
3915
3916#: config/tc-arm.c:11096
3917msgid "instruction is always unconditional"
3918msgstr ""
3919
3920#: config/tc-arm.c:11211
3921msgid "selected processor does not support 'A' form of this instruction"
3922msgstr ""
3923
3924#: config/tc-arm.c:11214
3925msgid "Thumb does not support the 2-argument form of this instruction"
3926msgstr ""
3927
3928#: config/tc-arm.c:11335
3929msgid "SP not allowed in register list"
3930msgstr ""
3931
3932#: config/tc-arm.c:11339 config/tc-arm.c:11445
3933msgid ""
3934"having the base register in the register list when using write back is "
3935"UNPREDICTABLE"
3936msgstr ""
3937
3938#: config/tc-arm.c:11347
3939msgid "LR and PC should not both be in register list"
3940msgstr ""
3941
3942#: config/tc-arm.c:11355
3943msgid "PC not allowed in register list"
3944msgstr ""
3945
3946#: config/tc-arm.c:11397
3947msgid "Thumb load/store multiple does not support {reglist}^"
3948msgstr ""
3949
3950#: config/tc-arm.c:11422 config/tc-arm.c:11499
3951#, c-format
3952msgid "value stored for r%d is UNKNOWN"
3953msgstr ""
3954
3955#: config/tc-arm.c:11492
3956msgid "Thumb-2 instruction only valid in unified syntax"
3957msgstr ""
3958
3959#: config/tc-arm.c:11496 config/tc-arm.c:11506
3960msgid "this instruction will write back the base register"
3961msgstr ""
3962
3963#: config/tc-arm.c:11509
3964msgid "this instruction will not write back the base register"
3965msgstr ""
3966
3967#: config/tc-arm.c:11540
3968msgid "r14 not allowed as first register when second register is omitted"
3969msgstr ""
3970
3971#: config/tc-arm.c:11640
3972msgid ""
3973"This instruction may be unpredictable if executed on M-profile cores with "
3974"interrupts enabled."
3975msgstr ""
3976
3977#: config/tc-arm.c:11669 config/tc-arm.c:11682 config/tc-arm.c:11718
3978msgid "Thumb does not support this addressing mode"
3979msgstr ""
3980
3981#: config/tc-arm.c:11686
3982msgid "byte or halfword not valid for base register"
3983msgstr ""
3984
3985#: config/tc-arm.c:11689
3986msgid "r15 based store not allowed"
3987msgstr ""
3988
3989#: config/tc-arm.c:11691
3990msgid "invalid base register for register offset"
3991msgstr ""
3992
3993#: config/tc-arm.c:11748
3994msgid "r12 not allowed here"
3995msgstr ""
3996
3997#: config/tc-arm.c:11754
3998msgid "base register written back, and overlaps one of transfer registers"
3999msgstr ""
4000
4001#: config/tc-arm.c:11882
4002#, c-format
4003msgid ""
4004"Use of r%u as a source register is deprecated when r%u is the destination "
4005"register."
4006msgstr ""
4007
4008#: config/tc-arm.c:12074
4009msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
4010msgstr ""
4011
4012#: config/tc-arm.c:12102
4013msgid "only lo regs allowed with immediate"
4014msgstr ""
4015
4016#: config/tc-arm.c:12123
4017msgid ":upper16: not allowed this instruction"
4018msgstr ""
4019
4020#: config/tc-arm.c:12279
4021msgid "Thumb encoding does not support an immediate here"
4022msgstr ""
4023
4024#: config/tc-arm.c:12366
4025msgid "Thumb-2 MUL must not set flags"
4026msgstr ""
4027
4028#: config/tc-arm.c:12431
4029msgid "Thumb does not support NOP with hints"
4030msgstr ""
4031
4032#: config/tc-arm.c:12591
4033msgid "invalid register list to push/pop instruction"
4034msgstr ""
4035
4036#: config/tc-arm.c:12836
4037msgid "source1 and dest must be same register"
4038msgstr ""
4039
4040#: config/tc-arm.c:12861
4041msgid "ror #imm not supported"
4042msgstr ""
4043
4044#: config/tc-arm.c:12912
4045msgid "SMC is not permitted on this architecture"
4046msgstr ""
4047
4048#: config/tc-arm.c:13077
4049msgid "Thumb encoding does not support rotation"
4050msgstr ""
4051
4052#: config/tc-arm.c:13092
4053msgid "SVC is not permitted on this architecture"
4054msgstr ""
4055
4056#: config/tc-arm.c:13108
4057msgid "instruction requires register index"
4058msgstr ""
4059
4060#: config/tc-arm.c:13117
4061msgid "instruction does not allow shifted index"
4062msgstr ""
4063
4064#: config/tc-arm.c:13303
4065msgid "invalid neon suffix for non neon instruction"
4066msgstr ""
4067
4068#: config/tc-arm.c:13663 config/tc-arm.c:14009 config/tc-arm.c:15619
4069#: config/tc-arm.c:17117
4070msgid "invalid instruction shape"
4071msgstr ""
4072
4073#: config/tc-arm.c:13908
4074msgid "types specified in both the mnemonic and operands"
4075msgstr ""
4076
4077#: config/tc-arm.c:13945
4078msgid "operand types can't be inferred"
4079msgstr ""
4080
4081#: config/tc-arm.c:13951
4082msgid "type specifier has the wrong number of parts"
4083msgstr ""
4084
4085#: config/tc-arm.c:14037 config/tc-arm.c:15807 config/tc-arm.c:15814
4086msgid "operand size must match register width"
4087msgstr ""
4088
4089#: config/tc-arm.c:14048
4090msgid "bad type in Neon instruction"
4091msgstr ""
4092
4093#: config/tc-arm.c:14059
4094msgid "inconsistent types in Neon instruction"
4095msgstr ""
4096
4097#: config/tc-arm.c:14430 config/tc-arm.c:14445 config/tc-arm.c:16696
4098msgid "register list must contain at least 1 and at most 16 registers"
4099msgstr ""
4100
4101#: config/tc-arm.c:14588 config/tc-arm.c:14624 config/tc-arm.c:15256
4102#: config/tc-arm.c:16536
4103msgid "immediate out of range for shift"
4104msgstr ""
4105
4106#: config/tc-arm.c:14744
4107msgid "first and second operands shall be the same register"
4108msgstr ""
4109
4110#: config/tc-arm.c:15022
4111msgid "scalar out of range for multiply instruction"
4112msgstr ""
4113
4114#: config/tc-arm.c:15146
4115msgid "instruction form not available on this architecture."
4116msgstr ""
4117
4118#: config/tc-arm.c:15149
4119msgid "this instruction implies use of ARMv8.1 AdvSIMD."
4120msgstr ""
4121
4122#: config/tc-arm.c:15232 config/tc-arm.c:15244
4123msgid "immediate out of range for insert"
4124msgstr ""
4125
4126#: config/tc-arm.c:15377
4127msgid "immediate out of range for narrowing operation"
4128msgstr ""
4129
4130#: config/tc-arm.c:15523
4131msgid "operands 0 and 1 must be the same register"
4132msgstr ""
4133
4134#: config/tc-arm.c:15629 config/tc-arm.c:17215
4135msgid "invalid rounding mode"
4136msgstr ""
4137
4138#: config/tc-arm.c:15956
4139msgid "operand size must be specified for immediate VMOV"
4140msgstr ""
4141
4142#: config/tc-arm.c:15966
4143msgid "immediate has bits set outside the operand size"
4144msgstr ""
4145
4146#: config/tc-arm.c:16131
4147msgid "Instruction form not available on this architecture."
4148msgstr ""
4149
4150#: config/tc-arm.c:16175
4151msgid "elements must be smaller than reversal region"
4152msgstr ""
4153
4154#: config/tc-arm.c:16357 config/tc-arm.c:16417
4155msgid "bad type for scalar"
4156msgstr ""
4157
4158#: config/tc-arm.c:16494 config/tc-arm.c:16502
4159msgid "VFP registers must be adjacent"
4160msgstr ""
4161
4162#: config/tc-arm.c:16545
4163msgid "invalid suffix"
4164msgstr ""
4165
4166#: config/tc-arm.c:16663
4167msgid "bad list length for table lookup"
4168msgstr ""
4169
4170#: config/tc-arm.c:16693
4171msgid "writeback (!) must be used for VLDMDB and VSTMDB"
4172msgstr ""
4173
4174#: config/tc-arm.c:16721
4175msgid "Use of PC here is UNPREDICTABLE"
4176msgstr ""
4177
4178#: config/tc-arm.c:16723
4179msgid "Use of PC here is deprecated"
4180msgstr ""
4181
4182#: config/tc-arm.c:16790
4183msgid "bad alignment"
4184msgstr ""
4185
4186#: config/tc-arm.c:16807
4187msgid "bad list type for instruction"
4188msgstr ""
4189
4190#: config/tc-arm.c:16809
4191msgid "bad element type for instruction"
4192msgstr ""
4193
4194#: config/tc-arm.c:16851
4195msgid "unsupported alignment for instruction"
4196msgstr ""
4197
4198#: config/tc-arm.c:16870 config/tc-arm.c:16964 config/tc-arm.c:16976
4199#: config/tc-arm.c:16986 config/tc-arm.c:17000
4200msgid "bad list length"
4201msgstr ""
4202
4203#: config/tc-arm.c:16875
4204msgid "stride of 2 unavailable when element size is 8"
4205msgstr ""
4206
4207#: config/tc-arm.c:16908 config/tc-arm.c:16984
4208msgid "can't use alignment with this instruction"
4209msgstr ""
4210
4211#: config/tc-arm.c:17056
4212msgid "post-index must be a register"
4213msgstr ""
4214
4215#: config/tc-arm.c:17058
4216msgid "bad register for post-index"
4217msgstr ""
4218
4219#: config/tc-arm.c:17279
4220msgid "scalar out of range"
4221msgstr ""
4222
4223#: config/tc-arm.c:17854 config/tc-arm.c:17940
4224msgid "conditional infixes are deprecated in unified syntax"
4225msgstr ""
4226
4227#: config/tc-arm.c:18091
4228msgid "Warning: conditional outside an IT block for Thumb."
4229msgstr ""
4230
4231#: config/tc-arm.c:18243
4232msgid "Short branches, Undefined, SVC, LDM/STM"
4233msgstr ""
4234
4235#: config/tc-arm.c:18244
4236msgid "Miscellaneous 16-bit instructions"
4237msgstr ""
4238
4239#: config/tc-arm.c:18245
4240msgid "ADR"
4241msgstr ""
4242
4243#: config/tc-arm.c:18246
4244msgid "Literal loads"
4245msgstr ""
4246
4247#: config/tc-arm.c:18247
4248msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc"
4249msgstr ""
4250
4251#: config/tc-arm.c:18248
4252msgid "Hi-register ADD, MOV, CMP using pc"
4253msgstr ""
4254
4255#. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue'
4256#. field in asm_opcode. 'tvalue' is used at the stage this check happen.
4257#: config/tc-arm.c:18251
4258msgid "ADD/SUB sp, sp #imm"
4259msgstr ""
4260
4261#: config/tc-arm.c:18270
4262msgid "IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8"
4263msgstr ""
4264
4265#: config/tc-arm.c:18282
4266#, c-format
4267msgid ""
4268"IT blocks containing 16-bit Thumb instructions of the following class are "
4269"deprecated in ARMv8: %s"
4270msgstr ""
4271
4272#: config/tc-arm.c:18295
4273msgid ""
4274"IT blocks containing more than one conditional instruction are deprecated in "
4275"ARMv8"
4276msgstr ""
4277
4278#: config/tc-arm.c:18410
4279#, c-format
4280msgid "bad instruction `%s'"
4281msgstr ""
4282
4283#: config/tc-arm.c:18416
4284msgid "s suffix on comparison instruction is deprecated"
4285msgstr ""
4286
4287#: config/tc-arm.c:18435
4288#, c-format
4289msgid "selected processor does not support `%s' in Thumb mode"
4290msgstr ""
4291
4292#: config/tc-arm.c:18441
4293msgid "Thumb does not support conditional execution"
4294msgstr ""
4295
4296#: config/tc-arm.c:18461
4297#, c-format
4298msgid ""
4299"selected processor does not support 32bit wide variant of instruction `%s'"
4300msgstr ""
4301
4302#: config/tc-arm.c:18464
4303#, c-format
4304msgid "selected processor does not support `%s' in Thumb-2 mode"
4305msgstr ""
4306
4307#: config/tc-arm.c:18489
4308#, c-format
4309msgid "cannot honor width suffix -- `%s'"
4310msgstr ""
4311
4312#: config/tc-arm.c:18531
4313#, c-format
4314msgid "selected processor does not support `%s' in ARM mode"
4315msgstr ""
4316
4317#: config/tc-arm.c:18536
4318#, c-format
4319msgid "width suffixes are invalid in ARM mode -- `%s'"
4320msgstr ""
4321
4322#: config/tc-arm.c:18569
4323#, c-format
4324msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
4325msgstr ""
4326
4327#: config/tc-arm.c:18586
4328#, c-format
4329msgid "section '%s' finished with an open IT block."
4330msgstr ""
4331
4332#: config/tc-arm.c:18591
4333msgid "file finished with an open IT block."
4334msgstr ""
4335
4336#: config/tc-arm.c:21842
4337#, c-format
4338msgid "alignments greater than %d bytes not supported in .text sections."
4339msgstr ""
4340
4341#: config/tc-arm.c:22103 config/tc-ia64.c:3594
4342#, c-format
4343msgid "Group section `%s' has no group signature"
4344msgstr ""
4345
4346#: config/tc-arm.c:22148
4347msgid "handlerdata in cantunwind frame"
4348msgstr ""
4349
4350#: config/tc-arm.c:22165
4351msgid "too many unwind opcodes for personality routine 0"
4352msgstr ""
4353
4354#: config/tc-arm.c:22196
4355msgid "attempt to recreate an unwind entry"
4356msgstr ""
4357
4358#: config/tc-arm.c:22206
4359msgid "too many unwind opcodes"
4360msgstr ""
4361
4362#: config/tc-arm.c:22499
4363#, c-format
4364msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s"
4365msgstr ""
4366
4367#: config/tc-arm.c:22861 config/tc-arm.c:22929
4368#, c-format
4369msgid "symbol %s is in a different section"
4370msgstr ""
4371
4372#: config/tc-arm.c:22863 config/tc-arm.c:22931
4373#, c-format
4374msgid "symbol %s is weak and may be overridden later"
4375msgstr ""
4376
4377#: config/tc-arm.c:22908 config/tc-arm.c:23278
4378#, c-format
4379msgid "invalid constant (%lx) after fixup"
4380msgstr ""
4381
4382#: config/tc-arm.c:22964
4383#, c-format
4384msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
4385msgstr ""
4386
4387#: config/tc-arm.c:23000 config/tc-arm.c:23030
4388msgid "invalid literal constant: pool needs to be closer"
4389msgstr ""
4390
4391#: config/tc-arm.c:23003 config/tc-arm.c:23052
4392#, c-format
4393msgid "bad immediate value for offset (%ld)"
4394msgstr ""
4395
4396#: config/tc-arm.c:23033
4397#, c-format
4398msgid "bad immediate value for 8-bit offset (%ld)"
4399msgstr ""
4400
4401#: config/tc-arm.c:23093
4402msgid "offset not a multiple of 4"
4403msgstr ""
4404
4405#: config/tc-arm.c:23294
4406msgid "invalid smc expression"
4407msgstr ""
4408
4409#: config/tc-arm.c:23303
4410msgid "invalid hvc expression"
4411msgstr ""
4412
4413#: config/tc-arm.c:23314 config/tc-arm.c:23323
4414msgid "invalid swi expression"
4415msgstr ""
4416
4417#: config/tc-arm.c:23333
4418msgid "invalid expression in load/store multiple"
4419msgstr ""
4420
4421#: config/tc-arm.c:23395
4422#, c-format
4423msgid "blx to '%s' an ARM ISA state function changed to bl"
4424msgstr ""
4425
4426#: config/tc-arm.c:23414
4427msgid "misaligned branch destination"
4428msgstr ""
4429
4430#: config/tc-arm.c:23534
4431#, c-format
4432msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
4433msgstr ""
4434
4435#: config/tc-arm.c:23584
4436msgid "Thumb2 branch out of range"
4437msgstr ""
4438
4439#: config/tc-arm.c:23668
4440msgid "rel31 relocation overflow"
4441msgstr ""
4442
4443#: config/tc-arm.c:23689 config/tc-arm.c:23693 config/tc-arm.c:23732
4444msgid "co-processor offset out of range"
4445msgstr ""
4446
4447#: config/tc-arm.c:23749
4448#, c-format
4449msgid "invalid offset, target not word aligned (0x%08lX)"
4450msgstr ""
4451
4452#: config/tc-arm.c:23756 config/tc-arm.c:23765 config/tc-arm.c:23773
4453#: config/tc-arm.c:23781 config/tc-arm.c:23789
4454#, c-format
4455msgid "invalid offset, value too big (0x%08lX)"
4456msgstr ""
4457
4458#: config/tc-arm.c:23830
4459msgid "invalid Hi register with immediate"
4460msgstr ""
4461
4462#: config/tc-arm.c:23846
4463msgid "invalid immediate for stack address calculation"
4464msgstr ""
4465
4466#: config/tc-arm.c:23865
4467msgid "address calculation needs a strongly defined nearby symbol"
4468msgstr ""
4469
4470#: config/tc-arm.c:23881
4471msgid "symbol too far away"
4472msgstr ""
4473
4474#: config/tc-arm.c:23893
4475#, c-format
4476msgid "invalid immediate for address calculation (value = 0x%08lX)"
4477msgstr ""
4478
4479#: config/tc-arm.c:23923
4480#, c-format
4481msgid "invalid immediate: %ld is out of range"
4482msgstr ""
4483
4484#: config/tc-arm.c:23935
4485#, c-format
4486msgid "invalid shift value: %ld"
4487msgstr ""
4488
4489#: config/tc-arm.c:24005 config/tc-arm.c:24076
4490#, c-format
4491msgid "the offset 0x%08lX is not representable"
4492msgstr ""
4493
4494#: config/tc-arm.c:24037
4495#, c-format
4496msgid "Unable to process relocation for thumb opcode: %lx"
4497msgstr ""
4498
4499#: config/tc-arm.c:24116
4500#, c-format
4501msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
4502msgstr ""
4503
4504#: config/tc-arm.c:24155
4505#, c-format
4506msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
4507msgstr ""
4508
4509#: config/tc-arm.c:24195
4510#, c-format
4511msgid "bad offset 0x%08lX (must be word-aligned)"
4512msgstr ""
4513
4514#: config/tc-arm.c:24200
4515#, c-format
4516msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
4517msgstr ""
4518
4519#: config/tc-arm.c:24231 config/tc-score.c:7391
4520#, c-format
4521msgid "bad relocation fixup type (%d)"
4522msgstr ""
4523
4524#: config/tc-arm.c:24349
4525msgid "literal referenced across section boundary"
4526msgstr ""
4527
4528#: config/tc-arm.c:24420
4529msgid "internal relocation (type: IMMEDIATE) not fixed up"
4530msgstr ""
4531
4532#: config/tc-arm.c:24425
4533msgid "ADRL used for a symbol not defined in the same file"
4534msgstr ""
4535
4536#: config/tc-arm.c:24440
4537#, c-format
4538msgid "undefined local label `%s'"
4539msgstr ""
4540
4541#: config/tc-arm.c:24446
4542msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
4543msgstr ""
4544
4545#: config/tc-arm.c:24468 config/tc-cris.c:4006 config/tc-ft32.c:602
4546#: config/tc-mcore.c:1928 config/tc-microblaze.c:1972 config/tc-mmix.c:2895
4547#: config/tc-moxie.c:825 config/tc-ns32k.c:2248 config/tc-score.c:7478
4548msgid "<unknown>"
4549msgstr ""
4550
4551#: config/tc-arm.c:24857
4552#, c-format
4553msgid "%s: unexpected function type: %d"
4554msgstr ""
4555
4556#: config/tc-arm.c:24994
4557msgid "use of old and new-style options to set CPU type"
4558msgstr ""
4559
4560#: config/tc-arm.c:25004
4561msgid "use of old and new-style options to set FPU type"
4562msgstr ""
4563
4564#: config/tc-arm.c:25082
4565msgid "hard-float conflicts with specified fpu"
4566msgstr ""
4567
4568#: config/tc-arm.c:25271
4569msgid "generate PIC code"
4570msgstr ""
4571
4572#: config/tc-arm.c:25272
4573msgid "assemble Thumb code"
4574msgstr ""
4575
4576#: config/tc-arm.c:25273
4577msgid "support ARM/Thumb interworking"
4578msgstr ""
4579
4580#: config/tc-arm.c:25275
4581msgid "code uses 32-bit program counter"
4582msgstr ""
4583
4584#: config/tc-arm.c:25276
4585msgid "code uses 26-bit program counter"
4586msgstr ""
4587
4588#: config/tc-arm.c:25277
4589msgid "floating point args are in fp regs"
4590msgstr ""
4591
4592#: config/tc-arm.c:25279
4593msgid "re-entrant code"
4594msgstr ""
4595
4596#: config/tc-arm.c:25280
4597msgid "code is ATPCS conformant"
4598msgstr ""
4599
4600#. These are recognized by the assembler, but have no affect on code.
4601#: config/tc-arm.c:25286
4602msgid "use frame pointer"
4603msgstr ""
4604
4605#: config/tc-arm.c:25287
4606msgid "use stack size checking"
4607msgstr ""
4608
4609#: config/tc-arm.c:25290
4610msgid "do not warn on use of deprecated feature"
4611msgstr ""
4612
4613#: config/tc-arm.c:25292
4614msgid "warn about symbols that match instruction names [default]"
4615msgstr ""
4616
4617#: config/tc-arm.c:25293
4618msgid "disable warnings about symobls that match instructions"
4619msgstr ""
4620
4621#. DON'T add any new processors to this list -- we want the whole list
4622#. to go away...  Add them to the processors table instead.
4623#: config/tc-arm.c:25309 config/tc-arm.c:25310
4624msgid "use -mcpu=arm1"
4625msgstr ""
4626
4627#: config/tc-arm.c:25311 config/tc-arm.c:25312
4628msgid "use -mcpu=arm2"
4629msgstr ""
4630
4631#: config/tc-arm.c:25313 config/tc-arm.c:25314
4632msgid "use -mcpu=arm250"
4633msgstr ""
4634
4635#: config/tc-arm.c:25315 config/tc-arm.c:25316
4636msgid "use -mcpu=arm3"
4637msgstr ""
4638
4639#: config/tc-arm.c:25317 config/tc-arm.c:25318
4640msgid "use -mcpu=arm6"
4641msgstr ""
4642
4643#: config/tc-arm.c:25319 config/tc-arm.c:25320
4644msgid "use -mcpu=arm600"
4645msgstr ""
4646
4647#: config/tc-arm.c:25321 config/tc-arm.c:25322
4648msgid "use -mcpu=arm610"
4649msgstr ""
4650
4651#: config/tc-arm.c:25323 config/tc-arm.c:25324
4652msgid "use -mcpu=arm620"
4653msgstr ""
4654
4655#: config/tc-arm.c:25325 config/tc-arm.c:25326
4656msgid "use -mcpu=arm7"
4657msgstr ""
4658
4659#: config/tc-arm.c:25327 config/tc-arm.c:25328
4660msgid "use -mcpu=arm70"
4661msgstr ""
4662
4663#: config/tc-arm.c:25329 config/tc-arm.c:25330
4664msgid "use -mcpu=arm700"
4665msgstr ""
4666
4667#: config/tc-arm.c:25331 config/tc-arm.c:25332
4668msgid "use -mcpu=arm700i"
4669msgstr ""
4670
4671#: config/tc-arm.c:25333 config/tc-arm.c:25334
4672msgid "use -mcpu=arm710"
4673msgstr ""
4674
4675#: config/tc-arm.c:25335 config/tc-arm.c:25336
4676msgid "use -mcpu=arm710c"
4677msgstr ""
4678
4679#: config/tc-arm.c:25337 config/tc-arm.c:25338
4680msgid "use -mcpu=arm720"
4681msgstr ""
4682
4683#: config/tc-arm.c:25339 config/tc-arm.c:25340
4684msgid "use -mcpu=arm7d"
4685msgstr ""
4686
4687#: config/tc-arm.c:25341 config/tc-arm.c:25342
4688msgid "use -mcpu=arm7di"
4689msgstr ""
4690
4691#: config/tc-arm.c:25343 config/tc-arm.c:25344
4692msgid "use -mcpu=arm7m"
4693msgstr ""
4694
4695#: config/tc-arm.c:25345 config/tc-arm.c:25346
4696msgid "use -mcpu=arm7dm"
4697msgstr ""
4698
4699#: config/tc-arm.c:25347 config/tc-arm.c:25348
4700msgid "use -mcpu=arm7dmi"
4701msgstr ""
4702
4703#: config/tc-arm.c:25349 config/tc-arm.c:25350
4704msgid "use -mcpu=arm7100"
4705msgstr ""
4706
4707#: config/tc-arm.c:25351 config/tc-arm.c:25352
4708msgid "use -mcpu=arm7500"
4709msgstr ""
4710
4711#: config/tc-arm.c:25353 config/tc-arm.c:25354
4712msgid "use -mcpu=arm7500fe"
4713msgstr ""
4714
4715#: config/tc-arm.c:25355 config/tc-arm.c:25356 config/tc-arm.c:25357
4716#: config/tc-arm.c:25358
4717msgid "use -mcpu=arm7tdmi"
4718msgstr ""
4719
4720#: config/tc-arm.c:25359 config/tc-arm.c:25360
4721msgid "use -mcpu=arm710t"
4722msgstr ""
4723
4724#: config/tc-arm.c:25361 config/tc-arm.c:25362
4725msgid "use -mcpu=arm720t"
4726msgstr ""
4727
4728#: config/tc-arm.c:25363 config/tc-arm.c:25364
4729msgid "use -mcpu=arm740t"
4730msgstr ""
4731
4732#: config/tc-arm.c:25365 config/tc-arm.c:25366
4733msgid "use -mcpu=arm8"
4734msgstr ""
4735
4736#: config/tc-arm.c:25367 config/tc-arm.c:25368
4737msgid "use -mcpu=arm810"
4738msgstr ""
4739
4740#: config/tc-arm.c:25369 config/tc-arm.c:25370
4741msgid "use -mcpu=arm9"
4742msgstr ""
4743
4744#: config/tc-arm.c:25371 config/tc-arm.c:25372
4745msgid "use -mcpu=arm9tdmi"
4746msgstr ""
4747
4748#: config/tc-arm.c:25373 config/tc-arm.c:25374
4749msgid "use -mcpu=arm920"
4750msgstr ""
4751
4752#: config/tc-arm.c:25375 config/tc-arm.c:25376
4753msgid "use -mcpu=arm940"
4754msgstr ""
4755
4756#: config/tc-arm.c:25377
4757msgid "use -mcpu=strongarm"
4758msgstr ""
4759
4760#: config/tc-arm.c:25379
4761msgid "use -mcpu=strongarm110"
4762msgstr ""
4763
4764#: config/tc-arm.c:25381
4765msgid "use -mcpu=strongarm1100"
4766msgstr ""
4767
4768#: config/tc-arm.c:25383
4769msgid "use -mcpu=strongarm1110"
4770msgstr ""
4771
4772#: config/tc-arm.c:25384
4773msgid "use -mcpu=xscale"
4774msgstr ""
4775
4776#: config/tc-arm.c:25385
4777msgid "use -mcpu=iwmmxt"
4778msgstr ""
4779
4780#: config/tc-arm.c:25386
4781msgid "use -mcpu=all"
4782msgstr ""
4783
4784#. Architecture variants -- don't add any more to this list either.
4785#: config/tc-arm.c:25389 config/tc-arm.c:25390
4786msgid "use -march=armv2"
4787msgstr ""
4788
4789#: config/tc-arm.c:25391 config/tc-arm.c:25392
4790msgid "use -march=armv2a"
4791msgstr ""
4792
4793#: config/tc-arm.c:25393 config/tc-arm.c:25394
4794msgid "use -march=armv3"
4795msgstr ""
4796
4797#: config/tc-arm.c:25395 config/tc-arm.c:25396
4798msgid "use -march=armv3m"
4799msgstr ""
4800
4801#: config/tc-arm.c:25397 config/tc-arm.c:25398
4802msgid "use -march=armv4"
4803msgstr ""
4804
4805#: config/tc-arm.c:25399 config/tc-arm.c:25400
4806msgid "use -march=armv4t"
4807msgstr ""
4808
4809#: config/tc-arm.c:25401 config/tc-arm.c:25402
4810msgid "use -march=armv5"
4811msgstr ""
4812
4813#: config/tc-arm.c:25403 config/tc-arm.c:25404
4814msgid "use -march=armv5t"
4815msgstr ""
4816
4817#: config/tc-arm.c:25405 config/tc-arm.c:25406
4818msgid "use -march=armv5te"
4819msgstr ""
4820
4821#. Floating point variants -- don't add any more to this list either.
4822#: config/tc-arm.c:25409
4823msgid "use -mfpu=fpe"
4824msgstr ""
4825
4826#: config/tc-arm.c:25410
4827msgid "use -mfpu=fpa10"
4828msgstr ""
4829
4830#: config/tc-arm.c:25411
4831msgid "use -mfpu=fpa11"
4832msgstr ""
4833
4834#: config/tc-arm.c:25413
4835msgid "use either -mfpu=softfpa or -mfpu=softvfp"
4836msgstr ""
4837
4838#: config/tc-arm.c:25937
4839msgid "extension does not apply to the base architecture"
4840msgstr ""
4841
4842#: config/tc-arm.c:25962
4843msgid "architectural extensions must be specified in alphabetical order"
4844msgstr ""
4845
4846#: config/tc-arm.c:26077 config/tc-arm.c:26797
4847#, c-format
4848msgid "unknown floating point format `%s'\n"
4849msgstr ""
4850
4851#: config/tc-arm.c:26093
4852#, c-format
4853msgid "unknown floating point abi `%s'\n"
4854msgstr ""
4855
4856#: config/tc-arm.c:26109
4857#, c-format
4858msgid "unknown EABI `%s'\n"
4859msgstr ""
4860
4861#: config/tc-arm.c:26129
4862#, c-format
4863msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
4864msgstr ""
4865
4866#: config/tc-arm.c:26152 config/tc-metag.c:5913
4867msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
4868msgstr ""
4869
4870#: config/tc-arm.c:26154
4871msgid "<abi>\t  assemble for floating point ABI <abi>"
4872msgstr ""
4873
4874#: config/tc-arm.c:26157
4875msgid "<ver>\t\t  assemble for eabi version <ver>"
4876msgstr ""
4877
4878#: config/tc-arm.c:26160
4879msgid "<mode>\t  controls implicit insertion of IT instructions"
4880msgstr ""
4881
4882#: config/tc-arm.c:26162
4883msgid "\t\t\t  TI CodeComposer Studio syntax compatibility mode"
4884msgstr ""
4885
4886#: config/tc-arm.c:26264
4887#, c-format
4888msgid " ARM-specific assembler options:\n"
4889msgstr ""
4890
4891#: config/tc-arm.c:26284
4892#, c-format
4893msgid "  --fix-v4bx              Allow BX in ARMv4 code\n"
4894msgstr ""
4895
4896#: config/tc-arm.c:26747
4897#, c-format
4898msgid ""
4899"architectural extension `%s' is not allowed for the current base architecture"
4900msgstr ""
4901
4902#: config/tc-arm.c:26766
4903#, c-format
4904msgid "unknown architecture extension `%s'\n"
4905msgstr ""
4906
4907#: config/tc-avr.c:447
4908#, c-format
4909msgid "Known MCU names:"
4910msgstr ""
4911
4912#: config/tc-avr.c:512
4913#, c-format
4914msgid ""
4915"AVR Assembler options:\n"
4916"  -mmcu=[avr-name] select microcontroller variant\n"
4917"                   [avr-name] can be:\n"
4918"                   avr1  - classic AVR core without data RAM\n"
4919"                   avr2  - classic AVR core with up to 8K program memory\n"
4920"                   avr25 - classic AVR core with up to 8K program memory\n"
4921"                           plus the MOVW instruction\n"
4922"                   avr3  - classic AVR core with up to 64K program memory\n"
4923"                   avr31 - classic AVR core with up to 128K program memory\n"
4924"                   avr35 - classic AVR core with up to 64K program memory\n"
4925"                           plus the MOVW instruction\n"
4926"                   avr4  - enhanced AVR core with up to 8K program memory\n"
4927"                   avr5  - enhanced AVR core with up to 64K program memory\n"
4928"                   avr51 - enhanced AVR core with up to 128K program memory\n"
4929"                   avr6  - enhanced AVR core with up to 256K program memory\n"
4930"                   avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n"
4931"                   avrxmega3 - XMEGA, > 8K, <= 64K FLASH, > 64K RAM\n"
4932"                   avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n"
4933"                   avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n"
4934"                   avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n"
4935"                   avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n"
4936"                   avrtiny   - AVR Tiny core with 16 gp registers\n"
4937msgstr ""
4938
4939#: config/tc-avr.c:535
4940#, c-format
4941msgid ""
4942"  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
4943"  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
4944"                   (default for avr4, avr5)\n"
4945"  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
4946"                   (default for avr3, avr5)\n"
4947"  -mrmw            accept Read-Modify-Write instructions\n"
4948"  -mlink-relax     generate relocations for linker relaxation (default)\n"
4949"  -mno-link-relax  don't generate relocations for linker relaxation.\n"
4950msgstr ""
4951
4952#: config/tc-avr.c:573
4953#, c-format
4954msgid "unknown MCU: %s\n"
4955msgstr ""
4956
4957#: config/tc-avr.c:587
4958#, c-format
4959msgid "redefinition of mcu type `%s' to `%s'"
4960msgstr ""
4961
4962#: config/tc-avr.c:675
4963msgid "constant value required"
4964msgstr ""
4965
4966#: config/tc-avr.c:678
4967#, c-format
4968msgid "number must be positive and less than %d"
4969msgstr ""
4970
4971#: config/tc-avr.c:704 config/tc-avr.c:841
4972#, c-format
4973msgid "constant out of 8-bit range: %d"
4974msgstr ""
4975
4976#: config/tc-avr.c:772 config/tc-score.c:1199 read.c:3801
4977msgid "illegal expression"
4978msgstr ""
4979
4980#: config/tc-avr.c:801 config/tc-avr.c:1773
4981msgid "`)' required"
4982msgstr ""
4983
4984#: config/tc-avr.c:907
4985msgid "register name or number from 16 to 31 required"
4986msgstr ""
4987
4988#: config/tc-avr.c:913
4989msgid "register name or number from 0 to 31 required"
4990msgstr ""
4991
4992#: config/tc-avr.c:921
4993msgid "register r16-r23 required"
4994msgstr ""
4995
4996#: config/tc-avr.c:927
4997msgid "register number above 15 required"
4998msgstr ""
4999
5000#: config/tc-avr.c:933
5001msgid "even register number required"
5002msgstr ""
5003
5004#: config/tc-avr.c:939
5005msgid "register r24, r26, r28 or r30 required"
5006msgstr ""
5007
5008#: config/tc-avr.c:960
5009msgid "pointer register (X, Y or Z) required"
5010msgstr ""
5011
5012#: config/tc-avr.c:967
5013msgid "cannot both predecrement and postincrement"
5014msgstr ""
5015
5016#: config/tc-avr.c:975
5017msgid "addressing mode not supported"
5018msgstr ""
5019
5020#: config/tc-avr.c:981
5021msgid "can't predecrement"
5022msgstr ""
5023
5024#: config/tc-avr.c:984
5025msgid "pointer register Z required"
5026msgstr ""
5027
5028#: config/tc-avr.c:1003
5029msgid "postincrement not supported"
5030msgstr ""
5031
5032#: config/tc-avr.c:1013
5033msgid "pointer register (Y or Z) required"
5034msgstr ""
5035
5036#: config/tc-avr.c:1125 config/tc-xgate.c:1352
5037#, c-format
5038msgid "unknown constraint `%c'"
5039msgstr ""
5040
5041#: config/tc-avr.c:1177
5042msgid "`,' required"
5043msgstr ""
5044
5045#: config/tc-avr.c:1195
5046msgid "undefined combination of operands"
5047msgstr ""
5048
5049#: config/tc-avr.c:1204
5050msgid "skipping two-word instruction"
5051msgstr ""
5052
5053#: config/tc-avr.c:1392 config/tc-avr.c:1408 config/tc-avr.c:1539
5054#: config/tc-msp430.c:4052 config/tc-msp430.c:4071
5055#, c-format
5056msgid "odd address operand: %ld"
5057msgstr ""
5058
5059#: config/tc-avr.c:1400 config/tc-avr.c:1419 config/tc-avr.c:1437
5060#: config/tc-avr.c:1448 config/tc-avr.c:1464 config/tc-avr.c:1472
5061#: config/tc-avr.c:1567 config/tc-avr.c:1574 config/tc-d10v.c:503
5062#: config/tc-d30v.c:553 config/tc-msp430.c:4060 config/tc-msp430.c:4078
5063#, c-format
5064msgid "operand out of range: %ld"
5065msgstr ""
5066
5067#: config/tc-avr.c:1455
5068#, c-format
5069msgid "operand out of range: 0x%lx"
5070msgstr ""
5071
5072#: config/tc-avr.c:1560 config/tc-d10v.c:1590 config/tc-d30v.c:2034
5073#: config/tc-msp430.c:4149
5074#, c-format
5075msgid "line %d: unknown relocation type: 0x%x"
5076msgstr ""
5077
5078#: config/tc-avr.c:1588
5079msgid "only constant expression allowed"
5080msgstr ""
5081
5082#. xgettext:c-format.
5083#: config/tc-avr.c:1643 config/tc-bfin.c:825 config/tc-d10v.c:1462
5084#: config/tc-d30v.c:1771 config/tc-metag.c:7022 config/tc-mn10200.c:779
5085#: config/tc-mn10300.c:2177 config/tc-msp430.c:4197 config/tc-ppc.c:7153
5086#: config/tc-spu.c:879 config/tc-spu.c:1090 config/tc-v850.c:3368
5087#: config/tc-z80.c:2059
5088#, c-format
5089msgid "reloc %d not supported by object file format"
5090msgstr ""
5091
5092#: config/tc-avr.c:1665 config/tc-ft32.c:222 config/tc-h8300.c:1960
5093#: config/tc-mcore.c:880 config/tc-microblaze.c:927 config/tc-moxie.c:182
5094#: config/tc-msp430.c:3906 config/tc-pj.c:253 config/tc-sh.c:2591
5095#: config/tc-z8k.c:1223
5096msgid "can't find opcode "
5097msgstr ""
5098
5099#: config/tc-avr.c:1684
5100#, c-format
5101msgid "illegal opcode %s for mcu %s"
5102msgstr ""
5103
5104#: config/tc-avr.c:1712
5105msgid "garbage at end of line"
5106msgstr ""
5107
5108#: config/tc-avr.c:1822
5109#, c-format
5110msgid "illegal %srelocation size: %d"
5111msgstr ""
5112
5113#: config/tc-avr.c:1935 config/tc-avr.c:1990
5114#, c-format
5115msgid "unknown record type %d (in %s)"
5116msgstr ""
5117
5118#: config/tc-avr.c:2011
5119#, c-format
5120msgid "Failed to create property section `%s'\n"
5121msgstr ""
5122
5123#: config/tc-bfin.c:94 config/tc-frv.c:1603 config/tc-frv.c:1613
5124msgid "missing ')'"
5125msgstr ""
5126
5127#: config/tc-bfin.c:440
5128#, c-format
5129msgid " Blackfin specific assembler options:\n"
5130msgstr ""
5131
5132#: config/tc-bfin.c:441
5133#, c-format
5134msgid "  -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n"
5135msgstr ""
5136
5137#: config/tc-bfin.c:442
5138#, c-format
5139msgid "  -mfdpic                  assemble for the FDPIC ABI\n"
5140msgstr ""
5141
5142#: config/tc-bfin.c:443
5143#, c-format
5144msgid "  -mno-fdpic/-mnopic       disable -mfdpic\n"
5145msgstr ""
5146
5147#: config/tc-bfin.c:456
5148msgid "Could not set architecture and machine."
5149msgstr ""
5150
5151#: config/tc-bfin.c:603
5152msgid "Parse failed."
5153msgstr ""
5154
5155#: config/tc-bfin.c:678
5156msgid "pcrel too far BFD_RELOC_BFIN_10"
5157msgstr ""
5158
5159#: config/tc-bfin.c:694
5160msgid "pcrel too far BFD_RELOC_BFIN_12"
5161msgstr ""
5162
5163#: config/tc-bfin.c:714
5164msgid "pcrel too far BFD_RELOC_BFIN_24"
5165msgstr ""
5166
5167#: config/tc-bfin.c:729
5168msgid "pcrel too far BFD_RELOC_BFIN_5"
5169msgstr ""
5170
5171#: config/tc-bfin.c:741
5172msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
5173msgstr ""
5174
5175#: config/tc-bfin.c:751
5176msgid "rel too far BFD_RELOC_8"
5177msgstr ""
5178
5179#: config/tc-bfin.c:758
5180msgid "rel too far BFD_RELOC_16"
5181msgstr ""
5182
5183#: config/tc-cr16.c:164 read.c:4649
5184msgid "using a bit field width of zero"
5185msgstr ""
5186
5187#: config/tc-cr16.c:172 read.c:4657
5188#, c-format
5189msgid "field width \"%s\" too complex for a bitfield"
5190msgstr ""
5191
5192#: config/tc-cr16.c:181 read.c:4665
5193#, c-format
5194msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
5195msgstr ""
5196
5197#: config/tc-cr16.c:203 read.c:4687
5198#, c-format
5199msgid "field value \"%s\" too complex for a bitfield"
5200msgstr ""
5201
5202#: config/tc-cr16.c:384
5203#, c-format
5204msgid "Unknown register pair - index relative mode: `%d'"
5205msgstr ""
5206
5207#: config/tc-cr16.c:598 config/tc-crx.c:361
5208#, c-format
5209msgid "internal error: reloc %d (`%s') not supported by object file format"
5210msgstr ""
5211
5212#: config/tc-cr16.c:691 config/tc-i386.c:10626 config/tc-s390.c:2107
5213msgid "GOT already in symbol table"
5214msgstr ""
5215
5216#: config/tc-cr16.c:808 config/tc-crx.c:572 config/tc-crx.c:591
5217#: config/tc-m68k.c:4657 config/tc-tilegx.c:319 config/tc-tilepro.c:256
5218#, c-format
5219msgid "Internal Error:  Can't hash %s: %s"
5220msgstr ""
5221
5222#: config/tc-cr16.c:834 config/tc-cris.c:1229 config/tc-crx.c:545
5223#, c-format
5224msgid "Can't hash `%s': %s\n"
5225msgstr ""
5226
5227#: config/tc-cr16.c:835 config/tc-cris.c:1230 config/tc-crx.c:546
5228msgid "(unknown reason)"
5229msgstr ""
5230
5231#. Missing or bad expr becomes absolute 0.
5232#: config/tc-cr16.c:887 config/tc-crx.c:619
5233#, c-format
5234msgid "missing or invalid displacement expression `%s' taken as 0"
5235msgstr ""
5236
5237#: config/tc-cr16.c:937
5238#, c-format
5239msgid "GOT bad expression with %s."
5240msgstr ""
5241
5242#: config/tc-cr16.c:1048
5243#, c-format
5244msgid "operand %d: illegal use expression: `%s`"
5245msgstr ""
5246
5247#: config/tc-cr16.c:1113 config/tc-crx.c:1129
5248#, c-format
5249msgid "Unknown register: `%d'"
5250msgstr ""
5251
5252#. Issue a error message when register is illegal.
5253#: config/tc-cr16.c:1121 config/tc-crx.c:1137
5254#, c-format
5255msgid "Illegal register (`%s') in Instruction: `%s'"
5256msgstr ""
5257
5258#: config/tc-cr16.c:1194 config/tc-cr16.c:1269 config/tc-crx.c:759
5259#: config/tc-crx.c:779 config/tc-crx.c:794
5260#, c-format
5261msgid "Illegal register `%s' in Instruction `%s'"
5262msgstr ""
5263
5264#: config/tc-cr16.c:1222 config/tc-cr16.c:1233
5265#, c-format
5266msgid "Illegal register pair `%s' in Instruction `%s'"
5267msgstr ""
5268
5269#: config/tc-cr16.c:1258 config/tc-i960.c:833
5270msgid "unmatched '['"
5271msgstr ""
5272
5273#: config/tc-cr16.c:1264 config/tc-i960.c:840
5274msgid "garbage after index spec ignored"
5275msgstr ""
5276
5277#: config/tc-cr16.c:1412 config/tc-crx.c:938
5278#, c-format
5279msgid "Illegal operands (whitespace): `%s'"
5280msgstr ""
5281
5282#: config/tc-cr16.c:1424 config/tc-cr16.c:1431 config/tc-cr16.c:1448
5283#: config/tc-crx.c:950 config/tc-crx.c:957 config/tc-crx.c:974
5284#: config/tc-crx.c:1767
5285#, c-format
5286msgid "Missing matching brackets : `%s'"
5287msgstr ""
5288
5289#: config/tc-cr16.c:1480 config/tc-crx.c:1000
5290#, c-format
5291msgid "Unknown exception: `%s'"
5292msgstr ""
5293
5294#: config/tc-cr16.c:1565 config/tc-crx.c:1096
5295#, c-format
5296msgid "Illegal `cinv' parameter: `%c'"
5297msgstr ""
5298
5299#: config/tc-cr16.c:1586 config/tc-cr16.c:1625
5300#, c-format
5301msgid "Unknown register pair: `%d'"
5302msgstr ""
5303
5304#. Issue a error message when register  pair is illegal.
5305#: config/tc-cr16.c:1594
5306#, c-format
5307msgid "Illegal register pair (`%s') in Instruction: `%s'"
5308msgstr ""
5309
5310#. Issue a error message when register  pair is illegal.
5311#: config/tc-cr16.c:1633
5312#, c-format
5313msgid "Illegal index register pair (`%s') in Instruction: `%s'"
5314msgstr ""
5315
5316#: config/tc-cr16.c:1672
5317#, c-format
5318msgid "Unknown processor register : `%d'"
5319msgstr ""
5320
5321#. Issue a error message when register  pair is illegal.
5322#: config/tc-cr16.c:1680
5323#, c-format
5324msgid "Illegal processor register (`%s') in Instruction: `%s'"
5325msgstr ""
5326
5327#: config/tc-cr16.c:1728
5328#, c-format
5329msgid "Unknown processor register (32 bit) : `%d'"
5330msgstr ""
5331
5332#. Issue a error message when register  pair is illegal.
5333#: config/tc-cr16.c:1736
5334#, c-format
5335msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
5336msgstr ""
5337
5338#: config/tc-cr16.c:2102 config/tc-crx.c:1665 config/tc-crx.c:1682
5339#, c-format
5340msgid "Same src/dest register is used (`r%d'), result is undefined"
5341msgstr ""
5342
5343#: config/tc-cr16.c:2123
5344msgid "RA register is saved twice."
5345msgstr ""
5346
5347#: config/tc-cr16.c:2127
5348#, c-format
5349msgid "`%s' Illegal use of registers."
5350msgstr ""
5351
5352#: config/tc-cr16.c:2141
5353#, c-format
5354msgid "`%s' Illegal count-register combination."
5355msgstr ""
5356
5357#: config/tc-cr16.c:2147
5358#, c-format
5359msgid "`%s' Illegal use of register."
5360msgstr ""
5361
5362#: config/tc-cr16.c:2156 config/tc-crx.c:1674
5363#, c-format
5364msgid "`%s' has undefined result"
5365msgstr ""
5366
5367#: config/tc-cr16.c:2164
5368#, c-format
5369msgid "Same src/dest register is used (`r%d'),result is undefined"
5370msgstr ""
5371
5372#: config/tc-cr16.c:2335 config/tc-crx.c:1579
5373msgid "Incorrect number of operands"
5374msgstr ""
5375
5376#: config/tc-cr16.c:2337 config/tc-crx.c:1581
5377#, c-format
5378msgid "Illegal type of operand (arg %d)"
5379msgstr ""
5380
5381#: config/tc-cr16.c:2343 config/tc-crx.c:1587
5382#, c-format
5383msgid "Operand out of range (arg %d)"
5384msgstr ""
5385
5386#: config/tc-cr16.c:2346 config/tc-crx.c:1590
5387#, c-format
5388msgid "Operand has odd displacement (arg %d)"
5389msgstr ""
5390
5391#: config/tc-cr16.c:2349 config/tc-cr16.c:2380 config/tc-crx.c:1603
5392#: config/tc-crx.c:1634
5393#, c-format
5394msgid "Illegal operand (arg %d)"
5395msgstr ""
5396
5397#. Give an error if a frag containing code is not aligned to a 2-byte
5398#. boundary.
5399#: config/tc-cr16.c:2482 config/tc-cr16.h:74 config/tc-crx.c:1956
5400#: config/tc-crx.h:77 config/tc-ppc.c:3418 config/tc-ppc.c:6366
5401msgid "instruction address is not a multiple of 2"
5402msgstr ""
5403
5404#: config/tc-cr16.c:2505 config/tc-cris.c:1556 config/tc-cris.c:1564
5405#: config/tc-crx.c:1992 config/tc-dlx.c:692 config/tc-hppa.c:3212
5406#: config/tc-hppa.c:3219 config/tc-i860.c:490 config/tc-i860.c:507
5407#: config/tc-i860.c:987 config/tc-sparc.c:1790 config/tc-sparc.c:1798
5408#, c-format
5409msgid "Unknown opcode: `%s'"
5410msgstr ""
5411
5412#: config/tc-cris.c:550 config/tc-m68hc11.c:3893
5413#, c-format
5414msgid "internal inconsistency problem in %s: fr_symbol %lx"
5415msgstr ""
5416
5417#: config/tc-cris.c:554 config/tc-m68hc11.c:3897 config/tc-msp430.c:4547
5418#, c-format
5419msgid "internal inconsistency problem in %s: resolved symbol"
5420msgstr ""
5421
5422#: config/tc-cris.c:564 config/tc-m68hc11.c:3903
5423#, c-format
5424msgid "internal inconsistency problem in %s: fr_subtype %d"
5425msgstr ""
5426
5427#: config/tc-cris.c:904
5428msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
5429msgstr ""
5430
5431#: config/tc-cris.c:934
5432msgid "Complicated LAPC target operand is not a multiple of two.  Use LAPC.D"
5433msgstr ""
5434
5435#: config/tc-cris.c:939
5436#, c-format
5437msgid ""
5438"Internal error found in md_convert_frag: offset %ld.  Please report this."
5439msgstr ""
5440
5441#: config/tc-cris.c:964
5442#, c-format
5443msgid "internal inconsistency in %s: bdapq no symbol"
5444msgstr ""
5445
5446#: config/tc-cris.c:977
5447#, c-format
5448msgid "internal inconsistency in %s: bdap.w with no symbol"
5449msgstr ""
5450
5451#: config/tc-cris.c:1001
5452msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
5453msgstr ""
5454
5455#: config/tc-cris.c:1010
5456msgid "dangerous MULS/MULU location; give it higher alignment"
5457msgstr ""
5458
5459#. Bail out for compatibility mode.  (It seems it can be implemented,
5460#. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
5461#. $acr", "nop"; but doesn't seem worth it at the moment.)
5462#: config/tc-cris.c:1051
5463msgid ""
5464"Out-of-range .word offset handling is not implemented for .arch "
5465"common_v10_v32"
5466msgstr ""
5467
5468#: config/tc-cris.c:1096
5469msgid ".word case-table handling failed: table too large"
5470msgstr ""
5471
5472#: config/tc-cris.c:1234
5473#, c-format
5474msgid "Buggy opcode: `%s' \"%s\"\n"
5475msgstr ""
5476
5477#: config/tc-cris.c:1662
5478#, c-format
5479msgid "Immediate value not in 5 bit unsigned range: %ld"
5480msgstr ""
5481
5482#: config/tc-cris.c:1678
5483#, c-format
5484msgid "Immediate value not in 4 bit unsigned range: %ld"
5485msgstr ""
5486
5487#: config/tc-cris.c:1730
5488#, c-format
5489msgid "Immediate value not in 6 bit range: %ld"
5490msgstr ""
5491
5492#: config/tc-cris.c:1746
5493#, c-format
5494msgid "Immediate value not in 6 bit unsigned range: %ld"
5495msgstr ""
5496
5497#. Others have a generic warning.
5498#: config/tc-cris.c:1855
5499#, c-format
5500msgid "Unimplemented register `%s' specified"
5501msgstr ""
5502
5503#. We've come to the end of instructions with this
5504#. opcode, so it must be an error.
5505#: config/tc-cris.c:2099
5506msgid "Illegal operands"
5507msgstr ""
5508
5509#: config/tc-cris.c:2140 config/tc-cris.c:2180
5510#, c-format
5511msgid "Immediate value not in 8 bit range: %ld"
5512msgstr ""
5513
5514#: config/tc-cris.c:2150 config/tc-cris.c:2201
5515#, c-format
5516msgid "Immediate value not in 16 bit range: %ld"
5517msgstr ""
5518
5519#: config/tc-cris.c:2185
5520#, c-format
5521msgid "Immediate value not in 8 bit signed range: %ld"
5522msgstr ""
5523
5524#: config/tc-cris.c:2190
5525#, c-format
5526msgid "Immediate value not in 8 bit unsigned range: %ld"
5527msgstr ""
5528
5529#: config/tc-cris.c:2206
5530#, c-format
5531msgid "Immediate value not in 16 bit signed range: %ld"
5532msgstr ""
5533
5534#: config/tc-cris.c:2211
5535#, c-format
5536msgid "Immediate value not in 16 bit unsigned range: %ld"
5537msgstr ""
5538
5539#: config/tc-cris.c:2237
5540msgid "TLS relocation size does not match operand size"
5541msgstr ""
5542
5543#: config/tc-cris.c:2238
5544msgid "PIC relocation size does not match operand size"
5545msgstr ""
5546
5547#: config/tc-cris.c:3385
5548msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
5549msgstr ""
5550
5551#: config/tc-cris.c:3389
5552msgid "32-bit conditional branch generated"
5553msgstr ""
5554
5555#: config/tc-cris.c:3450
5556msgid "Complex expression not supported"
5557msgstr ""
5558
5559#. FIXME:  Is this function mentioned in the internals.texi manual?  If
5560#. not, add it.
5561#: config/tc-cris.c:3600
5562msgid "Bad call to md_atof () - floating point formats are not supported"
5563msgstr ""
5564
5565#: config/tc-cris.c:3641
5566msgid "PC-relative relocation must be trivially resolved"
5567msgstr ""
5568
5569#: config/tc-cris.c:3713
5570#, c-format
5571msgid "Value not in 16 bit range: %ld"
5572msgstr ""
5573
5574#: config/tc-cris.c:3721
5575#, c-format
5576msgid "Value not in 16 bit signed range: %ld"
5577msgstr ""
5578
5579#: config/tc-cris.c:3729
5580#, c-format
5581msgid "Value not in 8 bit range: %ld"
5582msgstr ""
5583
5584#: config/tc-cris.c:3736
5585#, c-format
5586msgid "Value not in 8 bit signed range: %ld"
5587msgstr ""
5588
5589#: config/tc-cris.c:3746
5590#, c-format
5591msgid "Value not in 4 bit unsigned range: %ld"
5592msgstr ""
5593
5594#: config/tc-cris.c:3753
5595#, c-format
5596msgid "Value not in 5 bit unsigned range: %ld"
5597msgstr ""
5598
5599#: config/tc-cris.c:3760
5600#, c-format
5601msgid "Value not in 6 bit range: %ld"
5602msgstr ""
5603
5604#: config/tc-cris.c:3767
5605#, c-format
5606msgid "Value not in 6 bit unsigned range: %ld"
5607msgstr ""
5608
5609#: config/tc-cris.c:3811
5610#, c-format
5611msgid "Please use --help to see usage and options for this assembler.\n"
5612msgstr ""
5613
5614#: config/tc-cris.c:3823
5615msgid "--no-underscore is invalid with a.out format"
5616msgstr ""
5617
5618#: config/tc-cris.c:3835
5619msgid "--pic is invalid for this object format"
5620msgstr ""
5621
5622#: config/tc-cris.c:3849
5623#, c-format
5624msgid "invalid <arch> in --march=<arch>: %s"
5625msgstr ""
5626
5627#: config/tc-cris.c:3958 config/tc-ft32.c:583 config/tc-moxie.c:778
5628msgid ""
5629"Semantics error.  This type of operand can not be relocated, it must be an "
5630"assembly-time constant"
5631msgstr ""
5632
5633#: config/tc-cris.c:4007 config/tc-ft32.c:603 config/tc-moxie.c:826
5634#, c-format
5635msgid "Cannot generate relocation type for symbol %s, code %s"
5636msgstr ""
5637
5638#. The messages are formatted to line up with the generic options.
5639#: config/tc-cris.c:4020
5640#, c-format
5641msgid "CRIS-specific options:\n"
5642msgstr ""
5643
5644#: config/tc-cris.c:4022
5645msgid ""
5646"  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
5647msgstr ""
5648
5649#: config/tc-cris.c:4024
5650msgid "  -N                      Warn when branches are expanded to jumps.\n"
5651msgstr ""
5652
5653#: config/tc-cris.c:4026
5654msgid ""
5655"  --underscore            User symbols are normally prepended with "
5656"underscore.\n"
5657msgstr ""
5658
5659#: config/tc-cris.c:4028
5660msgid "                          Registers will not need any prefix.\n"
5661msgstr ""
5662
5663#: config/tc-cris.c:4030
5664msgid "  --no-underscore         User symbols do not have any prefix.\n"
5665msgstr ""
5666
5667#: config/tc-cris.c:4032
5668msgid "                          Registers will require a `$'-prefix.\n"
5669msgstr ""
5670
5671#: config/tc-cris.c:4035
5672msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
5673msgstr ""
5674
5675#: config/tc-cris.c:4038
5676msgid ""
5677"  --march=<arch>\t\tGenerate code for <arch>.  Valid choices for <arch>\n"
5678"\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
5679msgstr ""
5680
5681#: config/tc-cris.c:4059
5682msgid "Invalid relocation"
5683msgstr ""
5684
5685#: config/tc-cris.c:4096
5686msgid "Invalid pc-relative relocation"
5687msgstr ""
5688
5689#: config/tc-cris.c:4141
5690#, c-format
5691msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
5692msgstr ""
5693
5694#: config/tc-cris.c:4171
5695#, c-format
5696msgid ".syntax %s requires command-line option `--underscore'"
5697msgstr ""
5698
5699#: config/tc-cris.c:4180
5700#, c-format
5701msgid ".syntax %s requires command-line option `--no-underscore'"
5702msgstr ""
5703
5704#: config/tc-cris.c:4217
5705msgid "Unknown .syntax operand"
5706msgstr ""
5707
5708#: config/tc-cris.c:4227
5709msgid "Pseudodirective .file is only valid when generating ELF"
5710msgstr ""
5711
5712#: config/tc-cris.c:4239
5713msgid "Pseudodirective .loc is only valid when generating ELF"
5714msgstr ""
5715
5716#: config/tc-cris.c:4254
5717#, c-format
5718msgid "internal inconsistency problem: %s called for %d bytes"
5719msgstr ""
5720
5721#: config/tc-cris.c:4406
5722msgid "unknown operand to .arch"
5723msgstr ""
5724
5725#: config/tc-cris.c:4415
5726msgid ".arch <arch> requires a matching --march=... option"
5727msgstr ""
5728
5729#: config/tc-crx.c:822
5730#, c-format
5731msgid "Illegal Scale - `%d'"
5732msgstr ""
5733
5734#: config/tc-crx.c:1264
5735#, c-format
5736msgid "Illegal Co-processor register in Instruction `%s' "
5737msgstr ""
5738
5739#: config/tc-crx.c:1271
5740#, c-format
5741msgid "Illegal Co-processor special register in Instruction `%s' "
5742msgstr ""
5743
5744#: config/tc-crx.c:1593
5745#, c-format
5746msgid "Invalid DISPU4 operand value (arg %d)"
5747msgstr ""
5748
5749#: config/tc-crx.c:1596
5750#, c-format
5751msgid "Invalid CST4 operand value (arg %d)"
5752msgstr ""
5753
5754#: config/tc-crx.c:1599
5755#, c-format
5756msgid "Operand value is not within upper 64 KB (arg %d)"
5757msgstr ""
5758
5759#: config/tc-crx.c:1736
5760msgid "Invalid Register in Register List"
5761msgstr ""
5762
5763#: config/tc-crx.c:1790
5764#, c-format
5765msgid "Illegal register `%s' in cop-register list"
5766msgstr ""
5767
5768#: config/tc-crx.c:1798
5769#, c-format
5770msgid "Illegal register `%s' in cop-special-register list"
5771msgstr ""
5772
5773#: config/tc-crx.c:1817
5774#, c-format
5775msgid "Illegal register `%s' in user register list"
5776msgstr ""
5777
5778#: config/tc-crx.c:1836
5779#, c-format
5780msgid "Illegal register `%s' in register list"
5781msgstr ""
5782
5783#: config/tc-crx.c:1842
5784#, c-format
5785msgid "Maximum %d bits may be set in `mask16' operand"
5786msgstr ""
5787
5788#: config/tc-crx.c:1851
5789#, c-format
5790msgid "rest of line ignored; first ignored character is `%c'"
5791msgstr ""
5792
5793#: config/tc-crx.c:1859
5794#, c-format
5795msgid "Illegal `mask16' operand, operation is undefined - `%s'"
5796msgstr ""
5797
5798#. HI can't be specified without LO (and vise-versa).
5799#: config/tc-crx.c:1865
5800msgid "HI/LO registers should be specified together"
5801msgstr ""
5802
5803#: config/tc-crx.c:1871
5804msgid "HI/LO registers should be specified without additional registers"
5805msgstr ""
5806
5807#: config/tc-d10v.c:216
5808#, c-format
5809msgid ""
5810"D10V options:\n"
5811"-O                      Optimize.  Will do some operations in parallel.\n"
5812"--gstabs-packing        Pack adjacent short instructions together even\n"
5813"                        when --gstabs is specified.  On by default.\n"
5814"--no-gstabs-packing     If --gstabs is specified, do not pack adjacent\n"
5815"                        instructions together.\n"
5816msgstr ""
5817
5818#: config/tc-d10v.c:573
5819msgid "operand is not an immediate"
5820msgstr ""
5821
5822#: config/tc-d10v.c:591
5823#, c-format
5824msgid "operand out of range: %lu"
5825msgstr ""
5826
5827#: config/tc-d10v.c:651
5828msgid "Instruction must be executed in parallel with another instruction."
5829msgstr ""
5830
5831#: config/tc-d10v.c:705 config/tc-d10v.c:713
5832#, c-format
5833msgid "packing conflict: %s must dispatch sequentially"
5834msgstr ""
5835
5836#: config/tc-d10v.c:812
5837#, c-format
5838msgid "resource conflict (R%d)"
5839msgstr ""
5840
5841#: config/tc-d10v.c:815
5842#, c-format
5843msgid "resource conflict (A%d)"
5844msgstr ""
5845
5846#: config/tc-d10v.c:817
5847msgid "resource conflict (PSW)"
5848msgstr ""
5849
5850#: config/tc-d10v.c:819
5851msgid "resource conflict (C flag)"
5852msgstr ""
5853
5854#: config/tc-d10v.c:821
5855msgid "resource conflict (F flag)"
5856msgstr ""
5857
5858#: config/tc-d10v.c:971
5859msgid "Instruction must be executed in parallel"
5860msgstr ""
5861
5862#: config/tc-d10v.c:974
5863msgid "Long instructions may not be combined."
5864msgstr ""
5865
5866#: config/tc-d10v.c:1007
5867msgid "One of these instructions may not be executed in parallel."
5868msgstr ""
5869
5870#: config/tc-d10v.c:1011 config/tc-d30v.c:1037
5871msgid "Two IU instructions may not be executed in parallel"
5872msgstr ""
5873
5874#: config/tc-d10v.c:1013 config/tc-d10v.c:1021 config/tc-d10v.c:1035
5875#: config/tc-d10v.c:1050 config/tc-d30v.c:1038 config/tc-d30v.c:1047
5876msgid "Swapping instruction order"
5877msgstr ""
5878
5879#: config/tc-d10v.c:1019 config/tc-d30v.c:1044
5880msgid "Two MU instructions may not be executed in parallel"
5881msgstr ""
5882
5883#: config/tc-d10v.c:1039 config/tc-d30v.c:1064
5884msgid "IU instruction may not be in the left container"
5885msgstr ""
5886
5887#: config/tc-d10v.c:1041 config/tc-d10v.c:1056
5888msgid ""
5889"Instruction in R container is squashed by flow control instruction in L "
5890"container."
5891msgstr ""
5892
5893#: config/tc-d10v.c:1054 config/tc-d30v.c:1075
5894msgid "MU instruction may not be in the right container"
5895msgstr ""
5896
5897#: config/tc-d10v.c:1060 config/tc-d30v.c:1087
5898msgid "unknown execution type passed to write_2_short()"
5899msgstr ""
5900
5901#: config/tc-d10v.c:1189 config/tc-d10v.c:1362
5902msgid "bad opcode or operands"
5903msgstr ""
5904
5905#: config/tc-d10v.c:1264
5906msgid "value out of range"
5907msgstr ""
5908
5909#: config/tc-d10v.c:1338
5910msgid "illegal operand - register name found where none expected"
5911msgstr ""
5912
5913#: config/tc-d10v.c:1373
5914msgid "Register number must be EVEN"
5915msgstr ""
5916
5917#: config/tc-d10v.c:1376
5918msgid "Unsupported use of sp"
5919msgstr ""
5920
5921#: config/tc-d10v.c:1395
5922#, c-format
5923msgid "cr%ld is a reserved control register"
5924msgstr ""
5925
5926#: config/tc-d10v.c:1570
5927#, c-format
5928msgid "line %d: rep or repi must include at least 4 instructions"
5929msgstr ""
5930
5931#: config/tc-d10v.c:1759
5932msgid "can't find previous opcode "
5933msgstr ""
5934
5935#: config/tc-d10v.c:1771
5936#, c-format
5937msgid "could not assemble: %s"
5938msgstr ""
5939
5940#: config/tc-d10v.c:1786 config/tc-d10v.c:1808 config/tc-d30v.c:1744
5941msgid "Unable to mix instructions as specified"
5942msgstr ""
5943
5944#: config/tc-d30v.c:149
5945#, c-format
5946msgid "Register name %s conflicts with symbol of the same name"
5947msgstr ""
5948
5949#: config/tc-d30v.c:239
5950#, c-format
5951msgid ""
5952"\n"
5953"D30V options:\n"
5954"-O                      Make adjacent short instructions parallel if "
5955"possible.\n"
5956"-n                      Warn about all NOPs inserted by the assembler.\n"
5957"-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
5958"-c                      Warn about symbols whoes names match register "
5959"names.\n"
5960"-C                      Opposite of -C.  -c is the default.\n"
5961msgstr ""
5962
5963#: config/tc-d30v.c:367
5964msgid "unexpected 12-bit reloc type"
5965msgstr ""
5966
5967#: config/tc-d30v.c:374
5968msgid "unexpected 18-bit reloc type"
5969msgstr ""
5970
5971#: config/tc-d30v.c:625
5972#, c-format
5973msgid "%s NOP inserted"
5974msgstr ""
5975
5976#: config/tc-d30v.c:626
5977msgid "sequential"
5978msgstr ""
5979
5980#: config/tc-d30v.c:626
5981msgid "parallel"
5982msgstr ""
5983
5984#: config/tc-d30v.c:1033
5985msgid "Instructions may not be executed in parallel"
5986msgstr ""
5987
5988#: config/tc-d30v.c:1046
5989#, c-format
5990msgid "Executing %s in IU may not work"
5991msgstr ""
5992
5993#: config/tc-d30v.c:1053
5994#, c-format
5995msgid "Executing %s in IU may not work in parallel execution"
5996msgstr ""
5997
5998#: config/tc-d30v.c:1066
5999#, c-format
6000msgid "special left instruction `%s' kills instruction `%s' in right container"
6001msgstr ""
6002
6003#: config/tc-d30v.c:1077
6004#, c-format
6005msgid "Executing %s in reverse serial with %s may not work"
6006msgstr ""
6007
6008#: config/tc-d30v.c:1080
6009#, c-format
6010msgid "Executing %s in IU in reverse serial may not work"
6011msgstr ""
6012
6013#: config/tc-d30v.c:1268
6014msgid "Odd numbered register used as target of multi-register instruction"
6015msgstr ""
6016
6017#: config/tc-d30v.c:1332 config/tc-d30v.c:1368
6018#, c-format
6019msgid "unknown condition code: %s"
6020msgstr ""
6021
6022#: config/tc-d30v.c:1361
6023#, c-format
6024msgid "cmpu doesn't support condition code %s"
6025msgstr ""
6026
6027#: config/tc-d30v.c:1396
6028#, c-format
6029msgid "unknown opcode: %s"
6030msgstr ""
6031
6032#: config/tc-d30v.c:1407
6033#, c-format
6034msgid "operands for opcode `%s' do not match any valid format"
6035msgstr ""
6036
6037#: config/tc-d30v.c:1622 config/tc-d30v.c:1639
6038msgid "Cannot assemble instruction"
6039msgstr ""
6040
6041#: config/tc-d30v.c:1624
6042msgid "First opcode is long.  Unable to mix instructions as specified."
6043msgstr ""
6044
6045#: config/tc-d30v.c:1694
6046msgid "word of NOPs added between word multiply and load"
6047msgstr ""
6048
6049#: config/tc-d30v.c:1696
6050msgid "word of NOPs added between word multiply and 16-bit multiply"
6051msgstr ""
6052
6053#: config/tc-d30v.c:1728
6054msgid "Instruction uses long version, so it cannot be mixed as specified"
6055msgstr ""
6056
6057#: config/tc-d30v.c:1855
6058#, c-format
6059msgid "value too large to fit in %d bits"
6060msgstr ""
6061
6062#: config/tc-d30v.c:1923
6063#, c-format
6064msgid "line %d: unable to place address of symbol '%s' into a byte"
6065msgstr ""
6066
6067#: config/tc-d30v.c:1926
6068#, c-format
6069msgid "line %d: unable to place value %lx into a byte"
6070msgstr ""
6071
6072#: config/tc-d30v.c:1934
6073#, c-format
6074msgid "line %d: unable to place address of symbol '%s' into a short"
6075msgstr ""
6076
6077#: config/tc-d30v.c:1937
6078#, c-format
6079msgid "line %d: unable to place value %lx into a short"
6080msgstr ""
6081
6082#: config/tc-d30v.c:1945
6083#, c-format
6084msgid "line %d: unable to place address of symbol '%s' into a quad"
6085msgstr ""
6086
6087#: config/tc-d30v.c:2053
6088#, c-format
6089msgid "Alignment too large: %d assumed"
6090msgstr ""
6091
6092#: config/tc-dlx.c:213
6093msgid "missing .proc"
6094msgstr ""
6095
6096#: config/tc-dlx.c:230
6097msgid ".endfunc missing for previous .proc"
6098msgstr ""
6099
6100#: config/tc-dlx.c:295 config/tc-i860.c:226 config/tc-mips.c:3512
6101#: config/tc-nios2.c:3626 config/tc-nios2.c:3640 config/tc-nios2.c:3655
6102#: config/tc-riscv.c:603
6103#, c-format
6104msgid "internal error: can't hash `%s': %s\n"
6105msgstr ""
6106
6107#. Probably a memory allocation problem?  Give up now.
6108#: config/tc-dlx.c:302 config/tc-hppa.c:8272 config/tc-nios2.c:1440
6109#: config/tc-nios2.c:3629 config/tc-nios2.c:3643 config/tc-nios2.c:3658
6110#: config/tc-riscv.c:606 config/tc-riscv.c:614 config/tc-sparc.c:1060
6111msgid "Broken assembler.  No assembly attempted."
6112msgstr ""
6113
6114#: config/tc-dlx.c:332
6115#, c-format
6116msgid "Bad operand for a load instruction: <%s>"
6117msgstr ""
6118
6119#: config/tc-dlx.c:446
6120#, c-format
6121msgid "Bad operand for a store instruction: <%s>"
6122msgstr ""
6123
6124#: config/tc-dlx.c:626
6125#, c-format
6126msgid "Expression Error for operand modifier %%hi/%%lo\n"
6127msgstr ""
6128
6129#: config/tc-dlx.c:639
6130#, c-format
6131msgid "Invalid expression after %%%%\n"
6132msgstr ""
6133
6134#: config/tc-dlx.c:703 config/tc-tic4x.c:2473
6135#, c-format
6136msgid "Unknown opcode `%s'."
6137msgstr ""
6138
6139#: config/tc-dlx.c:712
6140msgid "Can not set dlx_skip_hi16_flag"
6141msgstr ""
6142
6143#: config/tc-dlx.c:726
6144#, c-format
6145msgid "Missing arguments for opcode <%s>."
6146msgstr ""
6147
6148#: config/tc-dlx.c:760
6149#, c-format
6150msgid "Too many operands: %s"
6151msgstr ""
6152
6153#: config/tc-dlx.c:798
6154#, c-format
6155msgid "Both the_insn.HI and the_insn.LO are set : %s"
6156msgstr ""
6157
6158#: config/tc-dlx.c:868
6159msgid "failed regnum sanity check."
6160msgstr ""
6161
6162#: config/tc-dlx.c:881
6163msgid "failed general register sanity check."
6164msgstr ""
6165
6166#. Types or values of args don't match.
6167#: config/tc-dlx.c:889
6168msgid "Invalid operands"
6169msgstr ""
6170
6171#: config/tc-dlx.c:1118
6172#, c-format
6173msgid "label \"$%d\" redefined"
6174msgstr ""
6175
6176#: config/tc-dlx.c:1156
6177msgid "Invalid expression after # number\n"
6178msgstr ""
6179
6180#: config/tc-dlx.c:1199 config/tc-i960.c:2637 config/tc-m32r.c:2276
6181#: config/tc-nds32.c:6639 config/tc-sparc.c:3982
6182#, c-format
6183msgid "internal error: can't export reloc type %d (`%s')"
6184msgstr ""
6185
6186#: config/tc-epiphany.c:126
6187#, c-format
6188msgid "EPIPHANY specific command line options:\n"
6189msgstr ""
6190
6191#: config/tc-epiphany.c:365
6192msgid "register number too large for push/pop"
6193msgstr ""
6194
6195#: config/tc-epiphany.c:369
6196msgid "register is out of order"
6197msgstr ""
6198
6199#: config/tc-epiphany.c:380 config/tc-m68k.c:6033 config/tc-m68k.c:6062
6200msgid "bad register list"
6201msgstr ""
6202
6203#: config/tc-epiphany.c:383
6204msgid "malformed reglist in push/pop"
6205msgstr ""
6206
6207#. Checks for behavioral restrictions on LD/ST instructions.
6208#: config/tc-epiphany.c:429
6209msgid "destination register modified by displacement-post-modified address"
6210msgstr ""
6211
6212#: config/tc-epiphany.c:430
6213msgid "ldrd/strd requires even:odd register pair"
6214msgstr ""
6215
6216#: config/tc-epiphany.c:813 config/tc-m32r.c:1784
6217msgid "Addend to unresolved symbol not on word boundary."
6218msgstr ""
6219
6220#: config/tc-fr30.c:81
6221#, c-format
6222msgid " FR30 specific command line options:\n"
6223msgstr ""
6224
6225#: config/tc-fr30.c:134
6226#, c-format
6227msgid "Instruction %s not allowed in a delay slot."
6228msgstr ""
6229
6230#: config/tc-frv.c:403
6231#, c-format
6232msgid "Unknown cpu -mcpu=%s"
6233msgstr ""
6234
6235#: config/tc-frv.c:456
6236#, c-format
6237msgid "FRV specific command line options:\n"
6238msgstr ""
6239
6240#: config/tc-frv.c:457
6241#, c-format
6242msgid "-G n            Put data <= n bytes in the small data area\n"
6243msgstr ""
6244
6245#: config/tc-frv.c:458
6246#, c-format
6247msgid "-mgpr-32        Mark generated file as only using 32 GPRs\n"
6248msgstr ""
6249
6250#: config/tc-frv.c:459
6251#, c-format
6252msgid "-mgpr-64        Mark generated file as using all 64 GPRs\n"
6253msgstr ""
6254
6255#: config/tc-frv.c:460
6256#, c-format
6257msgid "-mfpr-32        Mark generated file as only using 32 FPRs\n"
6258msgstr ""
6259
6260#: config/tc-frv.c:461
6261#, c-format
6262msgid "-mfpr-64        Mark generated file as using all 64 FPRs\n"
6263msgstr ""
6264
6265#: config/tc-frv.c:462
6266#, c-format
6267msgid "-msoft-float    Mark generated file as using software FP\n"
6268msgstr ""
6269
6270#: config/tc-frv.c:463
6271#, c-format
6272msgid "-mdword         Mark generated file as using a 8-byte stack alignment\n"
6273msgstr ""
6274
6275#: config/tc-frv.c:464
6276#, c-format
6277msgid "-mno-dword      Mark generated file as using a 4-byte stack alignment\n"
6278msgstr ""
6279
6280#: config/tc-frv.c:465
6281#, c-format
6282msgid ""
6283"-mdouble        Mark generated file as using double precision FP insns\n"
6284msgstr ""
6285
6286#: config/tc-frv.c:466
6287#, c-format
6288msgid "-mmedia         Mark generated file as using media insns\n"
6289msgstr ""
6290
6291#: config/tc-frv.c:467
6292#, c-format
6293msgid ""
6294"-mmuladd        Mark generated file as using multiply add/subtract insns\n"
6295msgstr ""
6296
6297#: config/tc-frv.c:468
6298#, c-format
6299msgid "-mpack          Allow instructions to be packed\n"
6300msgstr ""
6301
6302#: config/tc-frv.c:469
6303#, c-format
6304msgid "-mno-pack       Do not allow instructions to be packed\n"
6305msgstr ""
6306
6307#: config/tc-frv.c:470
6308#, c-format
6309msgid ""
6310"-mpic           Mark generated file as using small position independent "
6311"code\n"
6312msgstr ""
6313
6314#: config/tc-frv.c:471
6315#, c-format
6316msgid ""
6317"-mPIC           Mark generated file as using large position independent "
6318"code\n"
6319msgstr ""
6320
6321#: config/tc-frv.c:472
6322#, c-format
6323msgid ""
6324"-mlibrary-pic   Mark generated file as using position indepedent code for "
6325"libraries\n"
6326msgstr ""
6327
6328#: config/tc-frv.c:473
6329#, c-format
6330msgid "-mfdpic         Assemble for the FDPIC ABI\n"
6331msgstr ""
6332
6333#: config/tc-frv.c:474
6334#, c-format
6335msgid "-mnopic         Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
6336msgstr ""
6337
6338#: config/tc-frv.c:475
6339#, c-format
6340msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
6341msgstr ""
6342
6343#: config/tc-frv.c:476
6344#, c-format
6345msgid "                Record the cpu type\n"
6346msgstr ""
6347
6348#: config/tc-frv.c:477
6349#, c-format
6350msgid "-mtomcat-stats  Print out stats for tomcat workarounds\n"
6351msgstr ""
6352
6353#: config/tc-frv.c:478
6354#, c-format
6355msgid "-mtomcat-debug  Debug tomcat workarounds\n"
6356msgstr ""
6357
6358#: config/tc-frv.c:1160
6359msgid "VLIW packing used for -mno-pack"
6360msgstr ""
6361
6362#: config/tc-frv.c:1170
6363msgid "Instruction not supported by this architecture"
6364msgstr ""
6365
6366#: config/tc-frv.c:1180
6367msgid "VLIW packing constraint violation"
6368msgstr ""
6369
6370#: config/tc-frv.c:1771
6371#, c-format
6372msgid "Relocation %s is not safe for %s"
6373msgstr ""
6374
6375#: config/tc-ft32.c:138 config/tc-moxie.c:104
6376msgid "expecting register"
6377msgstr ""
6378
6379#: config/tc-ft32.c:159 config/tc-ft32.c:175 config/tc-moxie.c:123
6380#: config/tc-moxie.c:139
6381msgid "illegal register number"
6382msgstr ""
6383
6384#: config/tc-ft32.c:229 config/tc-moxie.c:188 config/tc-pj.c:260
6385#, c-format
6386msgid "unknown opcode %s"
6387msgstr ""
6388
6389#: config/tc-ft32.c:253
6390#, c-format
6391msgid "unknown width specifier '.%c'"
6392msgstr ""
6393
6394#: config/tc-ft32.c:367
6395msgid "internal error in argument parsing"
6396msgstr ""
6397
6398#: config/tc-ft32.c:378
6399msgid "expected comma separator"
6400msgstr ""
6401
6402#: config/tc-ft32.c:389 config/tc-moxie.c:232 config/tc-moxie.c:292
6403#: config/tc-moxie.c:304 config/tc-moxie.c:337 config/tc-moxie.c:369
6404#: config/tc-moxie.c:402 config/tc-moxie.c:456 config/tc-moxie.c:510
6405#: config/tc-moxie.c:520 config/tc-moxie.c:543 config/tc-moxie.c:556
6406#: config/tc-pj.c:308
6407msgid "extra stuff on line ignored"
6408msgstr ""
6409
6410#: config/tc-ft32.c:433 config/tc-lm32.c:236 config/tc-moxie.c:587
6411#: config/tc-nios2.c:284
6412msgid "bad call to md_atof"
6413msgstr ""
6414
6415#. These macros must be defined, but is will be a fatal assembler
6416#. error if we ever hit them.
6417#: config/tc-ft32.h:35 config/tc-pj.h:40
6418msgid "estimate size\n"
6419msgstr ""
6420
6421#: config/tc-ft32.h:36 config/tc-pj.h:39
6422msgid "convert_frag\n"
6423msgstr ""
6424
6425#: config/tc-h8300.c:178
6426#, c-format
6427msgid "new section '%s' defined without attributes - this might cause problems"
6428msgstr ""
6429
6430#: config/tc-h8300.c:448 config/tc-h8300.c:456
6431msgid "Reg not valid for H8/300"
6432msgstr ""
6433
6434#: config/tc-h8300.c:537
6435msgid "invalid operand size requested"
6436msgstr ""
6437
6438#: config/tc-h8300.c:642
6439msgid "Invalid register list for ldm/stm\n"
6440msgstr ""
6441
6442#: config/tc-h8300.c:668 config/tc-h8300.c:673 config/tc-h8300.c:680
6443msgid "mismatch between register and suffix"
6444msgstr ""
6445
6446#: config/tc-h8300.c:685
6447msgid "invalid suffix after register."
6448msgstr ""
6449
6450#: config/tc-h8300.c:707
6451msgid "address too high for vector table jmp/jsr"
6452msgstr ""
6453
6454#: config/tc-h8300.c:734 config/tc-h8300.c:846 config/tc-h8300.c:856
6455msgid "Wrong size pointer register for architecture."
6456msgstr ""
6457
6458#: config/tc-h8300.c:793 config/tc-h8300.c:801 config/tc-h8300.c:830
6459msgid "expected @(exp, reg16)"
6460msgstr ""
6461
6462#: config/tc-h8300.c:819
6463msgid "expected .L, .W or .B for register in indexed addressing mode"
6464msgstr ""
6465
6466#: config/tc-h8300.c:1013
6467msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
6468msgstr ""
6469
6470#: config/tc-h8300.c:1031 config/tc-h8300.c:1040
6471msgid "expected register"
6472msgstr ""
6473
6474#: config/tc-h8300.c:1056
6475msgid "expected closing paren"
6476msgstr ""
6477
6478#: config/tc-h8300.c:1115
6479#, c-format
6480msgid "can't use high part of register in operand %d"
6481msgstr ""
6482
6483#: config/tc-h8300.c:1272
6484#, c-format
6485msgid "Opcode `%s' with these operand types not available in %s mode"
6486msgstr ""
6487
6488#: config/tc-h8300.c:1281
6489msgid "mismatch between opcode size and operand size"
6490msgstr ""
6491
6492#: config/tc-h8300.c:1317
6493#, c-format
6494msgid "operand %s0x%lx out of range."
6495msgstr ""
6496
6497#: config/tc-h8300.c:1434
6498msgid "Can't work out size of operand.\n"
6499msgstr ""
6500
6501#: config/tc-h8300.c:1484
6502#, c-format
6503msgid "Opcode `%s' with these operand types not available in H8/300 mode"
6504msgstr ""
6505
6506#: config/tc-h8300.c:1489
6507#, c-format
6508msgid "Opcode `%s' with these operand types not available in H8/300H mode"
6509msgstr ""
6510
6511#: config/tc-h8300.c:1495
6512#, c-format
6513msgid "Opcode `%s' with these operand types not available in H8/300S mode"
6514msgstr ""
6515
6516#: config/tc-h8300.c:1556 config/tc-h8300.c:1576
6517msgid "Need #1 or #2 here"
6518msgstr ""
6519
6520#: config/tc-h8300.c:1571
6521msgid "#4 not valid on H8/300."
6522msgstr ""
6523
6524#: config/tc-h8300.c:1686 config/tc-h8300.c:1768
6525#, c-format
6526msgid "branch operand has odd offset (%lx)\n"
6527msgstr ""
6528
6529#: config/tc-h8300.c:1806
6530msgid "destination operand must be 16 bit register"
6531msgstr ""
6532
6533#: config/tc-h8300.c:1815
6534msgid "source operand must be 8 bit register"
6535msgstr ""
6536
6537#: config/tc-h8300.c:1823
6538msgid "destination operand must be 16bit absolute address"
6539msgstr ""
6540
6541#: config/tc-h8300.c:1830
6542msgid "destination operand must be 8 bit register"
6543msgstr ""
6544
6545#: config/tc-h8300.c:1838
6546msgid "source operand must be 16bit absolute address"
6547msgstr ""
6548
6549#. This seems more sane than saying "too many operands".  We'll
6550#. get here only if the trailing trash starts with a comma.
6551#: config/tc-h8300.c:1846 config/tc-mips.c:13845 config/tc-mips.c:13910
6552#: config/tc-mmix.c:479 config/tc-mmix.c:491 config/tc-mmix.c:2533
6553#: config/tc-mmix.c:2557 config/tc-mmix.c:2830
6554msgid "invalid operands"
6555msgstr ""
6556
6557#: config/tc-h8300.c:1877
6558msgid "operand/size mis-match"
6559msgstr ""
6560
6561#: config/tc-h8300.c:1977 config/tc-sh.c:2972 config/tc-sh64.c:2796
6562#: config/tc-z8k.c:1233
6563msgid "unknown opcode"
6564msgstr ""
6565
6566#: config/tc-h8300.c:2010
6567msgid "invalid operand in ldm"
6568msgstr ""
6569
6570#: config/tc-h8300.c:2019
6571msgid "invalid operand in stm"
6572msgstr ""
6573
6574#: config/tc-h8300.c:2218
6575#, c-format
6576msgid "Invalid argument to --mach option: %s"
6577msgstr ""
6578
6579#: config/tc-h8300.c:2229
6580#, c-format
6581msgid " H8300-specific assembler options:\n"
6582msgstr ""
6583
6584#: config/tc-h8300.c:2230
6585#, c-format
6586msgid ""
6587"  -mach=<name>             Set the H8300 machine type to one of:\n"
6588"                           h8300h, h8300hn, h8300s, h8300sn, h8300sx, "
6589"h8300sxn\n"
6590msgstr ""
6591
6592#: config/tc-h8300.c:2233
6593#, c-format
6594msgid "  -h-tick-hex              Support H'00 style hex constants\n"
6595msgstr ""
6596
6597#: config/tc-h8300.c:2242
6598#, c-format
6599msgid "call to tc_aout_fix_to_chars \n"
6600msgstr ""
6601
6602#: config/tc-h8300.c:2251 config/tc-xc16x.c:347
6603#, c-format
6604msgid "call to md_convert_frag \n"
6605msgstr ""
6606
6607#: config/tc-h8300.c:2302 config/tc-xc16x.c:251
6608#, c-format
6609msgid "call to md_estimate_size_before_relax \n"
6610msgstr ""
6611
6612#: config/tc-h8300.c:2317
6613msgid "Unexpected reference to a symbol in a non-code section"
6614msgstr ""
6615
6616#: config/tc-h8300.c:2333 config/tc-xc16x.c:292
6617msgid "Difference of symbols in different sections is not supported"
6618msgstr ""
6619
6620#: config/tc-h8300.c:2355 config/tc-mcore.c:2201 config/tc-microblaze.c:2452
6621#: config/tc-pj.c:491 config/tc-sh.c:4480 config/tc-tic6x.c:4520
6622#: config/tc-xc16x.c:315
6623#, c-format
6624msgid "Cannot represent relocation type %s"
6625msgstr ""
6626
6627#. Simple range checking for FIELD against HIGH and LOW bounds.
6628#. IGNORE is used to suppress the error message.
6629#. Variant of CHECK_FIELD for use in md_apply_fix and other places where
6630#. the current file and line number are not valid.
6631#: config/tc-hppa.c:1027 config/tc-hppa.c:1041
6632#, c-format
6633msgid "Field out of range [%d..%d] (%d)."
6634msgstr ""
6635
6636#. Simple alignment checking for FIELD against ALIGN (a power of two).
6637#. IGNORE is used to suppress the error message.
6638#: config/tc-hppa.c:1055
6639#, c-format
6640msgid "Field not properly aligned [%d] (%d)."
6641msgstr ""
6642
6643#: config/tc-hppa.c:1108
6644msgid "Missing .exit\n"
6645msgstr ""
6646
6647#: config/tc-hppa.c:1111
6648msgid "Missing .procend\n"
6649msgstr ""
6650
6651#: config/tc-hppa.c:1264
6652#, c-format
6653msgid "Invalid field selector.  Assuming F%%."
6654msgstr ""
6655
6656#: config/tc-hppa.c:1288
6657msgid "Bad segment in expression."
6658msgstr ""
6659
6660#: config/tc-hppa.c:1313
6661#, c-format
6662msgid "Invalid Nullification: (%c)"
6663msgstr ""
6664
6665#: config/tc-hppa.c:1384
6666msgid "Cannot handle fixup"
6667msgstr ""
6668
6669#: config/tc-hppa.c:1682
6670#, c-format
6671msgid "  -Q                      ignored\n"
6672msgstr ""
6673
6674#: config/tc-hppa.c:1686
6675#, c-format
6676msgid "  -c                      print a warning if a comment is found\n"
6677msgstr ""
6678
6679#: config/tc-hppa.c:1752
6680#, c-format
6681msgid "no hppa_fixup entry for fixup type 0x%x"
6682msgstr ""
6683
6684#: config/tc-hppa.c:1931
6685msgid "Unknown relocation encountered in md_apply_fix."
6686msgstr ""
6687
6688#: config/tc-hppa.c:2119 config/tc-hppa.c:2144
6689#, c-format
6690msgid "Undefined register: '%s'."
6691msgstr ""
6692
6693#: config/tc-hppa.c:2178
6694#, c-format
6695msgid "Non-absolute symbol: '%s'."
6696msgstr ""
6697
6698#: config/tc-hppa.c:2193
6699#, c-format
6700msgid "Undefined absolute constant: '%s'."
6701msgstr ""
6702
6703#: config/tc-hppa.c:2224 config/tc-hppa.c:5694
6704msgid "could not update architecture and machine"
6705msgstr ""
6706
6707#: config/tc-hppa.c:2262
6708#, c-format
6709msgid "Invalid FP Compare Condition: %s"
6710msgstr ""
6711
6712#: config/tc-hppa.c:2317
6713#, c-format
6714msgid "Invalid FTEST completer: %s"
6715msgstr ""
6716
6717#: config/tc-hppa.c:2383 config/tc-hppa.c:2420
6718#, c-format
6719msgid "Invalid FP Operand Format: %3s"
6720msgstr ""
6721
6722#: config/tc-hppa.c:2525
6723msgid "Bad segment (should be absolute)."
6724msgstr ""
6725
6726#: config/tc-hppa.c:2585
6727#, c-format
6728msgid "Invalid argument location: %s\n"
6729msgstr ""
6730
6731#: config/tc-hppa.c:2614
6732#, c-format
6733msgid "Invalid argument description: %d"
6734msgstr ""
6735
6736#: config/tc-hppa.c:3443
6737msgid "Invalid Indexed Load Completer."
6738msgstr ""
6739
6740#: config/tc-hppa.c:3448
6741msgid "Invalid Indexed Load Completer Syntax."
6742msgstr ""
6743
6744#: config/tc-hppa.c:3482
6745msgid "Invalid Short Load/Store Completer."
6746msgstr ""
6747
6748#: config/tc-hppa.c:3543 config/tc-hppa.c:3548
6749msgid "Invalid Store Bytes Short Completer"
6750msgstr ""
6751
6752#: config/tc-hppa.c:3863 config/tc-hppa.c:3869
6753msgid "Invalid left/right combination completer"
6754msgstr ""
6755
6756#: config/tc-hppa.c:3918 config/tc-hppa.c:3925
6757msgid "Invalid permutation completer"
6758msgstr ""
6759
6760#: config/tc-hppa.c:4025
6761#, c-format
6762msgid "Invalid Add Condition: %s"
6763msgstr ""
6764
6765#: config/tc-hppa.c:4041 config/tc-hppa.c:4051
6766msgid "Invalid Add and Branch Condition"
6767msgstr ""
6768
6769#: config/tc-hppa.c:4072 config/tc-hppa.c:4217
6770msgid "Invalid Compare/Subtract Condition"
6771msgstr ""
6772
6773#: config/tc-hppa.c:4112
6774#, c-format
6775msgid "Invalid Branch On Bit Condition: %c"
6776msgstr ""
6777
6778#: config/tc-hppa.c:4115
6779msgid "Missing Branch On Bit Condition"
6780msgstr ""
6781
6782#: config/tc-hppa.c:4200
6783#, c-format
6784msgid "Invalid Compare/Subtract Condition: %s"
6785msgstr ""
6786
6787#: config/tc-hppa.c:4232
6788msgid "Invalid Compare and Branch Condition"
6789msgstr ""
6790
6791#: config/tc-hppa.c:4328
6792msgid "Invalid Logical Instruction Condition."
6793msgstr ""
6794
6795#: config/tc-hppa.c:4390
6796msgid "Invalid Shift/Extract/Deposit Condition."
6797msgstr ""
6798
6799#: config/tc-hppa.c:4507
6800msgid "Invalid Unit Instruction Condition."
6801msgstr ""
6802
6803#: config/tc-hppa.c:4986 config/tc-hppa.c:5018 config/tc-hppa.c:5049
6804#: config/tc-hppa.c:5079
6805msgid "Branch to unaligned address"
6806msgstr ""
6807
6808#: config/tc-hppa.c:5263
6809msgid "Invalid SFU identifier"
6810msgstr ""
6811
6812#: config/tc-hppa.c:5313
6813msgid "Invalid COPR identifier"
6814msgstr ""
6815
6816#: config/tc-hppa.c:5443
6817msgid "Invalid Floating Point Operand Format."
6818msgstr ""
6819
6820#: config/tc-hppa.c:5563 config/tc-hppa.c:5583 config/tc-hppa.c:5603
6821#: config/tc-hppa.c:5623 config/tc-hppa.c:5643
6822msgid "Invalid register for single precision fmpyadd or fmpysub"
6823msgstr ""
6824
6825#: config/tc-hppa.c:5711
6826#, c-format
6827msgid "Invalid operands %s"
6828msgstr ""
6829
6830#: config/tc-hppa.c:5721
6831#, c-format
6832msgid "Immediates %d and %d will give undefined behavior."
6833msgstr ""
6834
6835#: config/tc-hppa.c:5773 config/tc-hppa.c:6956 config/tc-hppa.c:7011
6836msgid "Missing function name for .PROC (corrupted label chain)"
6837msgstr ""
6838
6839#: config/tc-hppa.c:5776 config/tc-hppa.c:7014
6840msgid "Missing function name for .PROC"
6841msgstr ""
6842
6843#: config/tc-hppa.c:5835
6844msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
6845msgstr ""
6846
6847#: config/tc-hppa.c:5926
6848#, c-format
6849msgid "Invalid .CALL argument: %s"
6850msgstr ""
6851
6852#: config/tc-hppa.c:6071
6853msgid ".callinfo is not within a procedure definition"
6854msgstr ""
6855
6856#: config/tc-hppa.c:6089
6857#, c-format
6858msgid "FRAME parameter must be a multiple of 8: %d\n"
6859msgstr ""
6860
6861#: config/tc-hppa.c:6106
6862msgid "Value for ENTRY_GR must be in the range 3..18\n"
6863msgstr ""
6864
6865#: config/tc-hppa.c:6117
6866msgid "Value for ENTRY_FR must be in the range 12..21\n"
6867msgstr ""
6868
6869#: config/tc-hppa.c:6126
6870msgid "Value for ENTRY_SR must be 3\n"
6871msgstr ""
6872
6873#: config/tc-hppa.c:6175
6874#, c-format
6875msgid "Invalid .CALLINFO argument: %s"
6876msgstr ""
6877
6878#: config/tc-hppa.c:6286
6879msgid "The .ENTER pseudo-op is not supported"
6880msgstr ""
6881
6882#: config/tc-hppa.c:6302
6883msgid "Misplaced .entry. Ignored."
6884msgstr ""
6885
6886#: config/tc-hppa.c:6306
6887msgid "Missing .callinfo."
6888msgstr ""
6889
6890#: config/tc-hppa.c:6370
6891msgid ".REG expression must be a register"
6892msgstr ""
6893
6894#: config/tc-hppa.c:6386
6895msgid "bad or irreducible absolute expression; zero assumed"
6896msgstr ""
6897
6898#: config/tc-hppa.c:6397
6899msgid ".REG must use a label"
6900msgstr ""
6901
6902#: config/tc-hppa.c:6399
6903msgid ".EQU must use a label"
6904msgstr ""
6905
6906#: config/tc-hppa.c:6455
6907#, c-format
6908msgid "Symbol '%s' could not be created."
6909msgstr ""
6910
6911#: config/tc-hppa.c:6505
6912msgid ".EXIT must appear within a procedure"
6913msgstr ""
6914
6915#: config/tc-hppa.c:6509
6916msgid "Missing .callinfo"
6917msgstr ""
6918
6919#: config/tc-hppa.c:6513
6920msgid "No .ENTRY for this .EXIT"
6921msgstr ""
6922
6923#: config/tc-hppa.c:6553
6924#, c-format
6925msgid "Using ENTRY rather than CODE in export directive for %s"
6926msgstr ""
6927
6928#: config/tc-hppa.c:6672
6929#, c-format
6930msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
6931msgstr ""
6932
6933#: config/tc-hppa.c:6695
6934#, c-format
6935msgid "Cannot define export symbol: %s\n"
6936msgstr ""
6937
6938#: config/tc-hppa.c:6786
6939msgid "Missing label name on .LABEL"
6940msgstr ""
6941
6942#: config/tc-hppa.c:6791
6943msgid "extra .LABEL arguments ignored."
6944msgstr ""
6945
6946#: config/tc-hppa.c:6807
6947msgid "The .LEAVE pseudo-op is not supported"
6948msgstr ""
6949
6950#: config/tc-hppa.c:6845
6951msgid "Unrecognized .LEVEL argument\n"
6952msgstr ""
6953
6954#: config/tc-hppa.c:6878
6955#, c-format
6956msgid "Cannot define static symbol: %s\n"
6957msgstr ""
6958
6959#: config/tc-hppa.c:6910
6960msgid "Nested procedures"
6961msgstr ""
6962
6963#: config/tc-hppa.c:6920
6964msgid "Cannot allocate unwind descriptor\n"
6965msgstr ""
6966
6967#: config/tc-hppa.c:7018
6968msgid "misplaced .procend"
6969msgstr ""
6970
6971#: config/tc-hppa.c:7021
6972msgid "Missing .callinfo for this procedure"
6973msgstr ""
6974
6975#: config/tc-hppa.c:7024
6976msgid "Missing .EXIT for a .ENTRY"
6977msgstr ""
6978
6979#: config/tc-hppa.c:7061
6980msgid "Not in a space.\n"
6981msgstr ""
6982
6983#: config/tc-hppa.c:7064
6984msgid "Not in a subspace.\n"
6985msgstr ""
6986
6987#: config/tc-hppa.c:7152
6988msgid "Invalid .SPACE argument"
6989msgstr ""
6990
6991#: config/tc-hppa.c:7198
6992msgid "Can't change spaces within a procedure definition. Ignored"
6993msgstr ""
6994
6995#: config/tc-hppa.c:7323
6996#, c-format
6997msgid "Undefined space: '%s' Assuming space number = 0."
6998msgstr ""
6999
7000#: config/tc-hppa.c:7346
7001msgid "Must be in a space before changing or declaring subspaces.\n"
7002msgstr ""
7003
7004#: config/tc-hppa.c:7350
7005msgid "Can't change subspaces within a procedure definition. Ignored"
7006msgstr ""
7007
7008#: config/tc-hppa.c:7384
7009msgid "Parameters of an existing subspace can't be modified"
7010msgstr ""
7011
7012#: config/tc-hppa.c:7435
7013msgid "Alignment must be a power of 2"
7014msgstr ""
7015
7016#: config/tc-hppa.c:7482
7017msgid "FIRST not supported as a .SUBSPACE argument"
7018msgstr ""
7019
7020#: config/tc-hppa.c:7484
7021msgid "Invalid .SUBSPACE argument"
7022msgstr ""
7023
7024#: config/tc-hppa.c:7674
7025#, c-format
7026msgid "Internal error: Unable to find containing space for %s."
7027msgstr ""
7028
7029#: config/tc-hppa.c:8236
7030msgid "-R option not supported on this target."
7031msgstr ""
7032
7033#: config/tc-hppa.c:8253 config/tc-sparc.c:1015 config/tc-sparc.c:1052
7034#, c-format
7035msgid "Internal error: can't hash `%s': %s\n"
7036msgstr ""
7037
7038#: config/tc-hppa.c:8262 config/tc-i860.c:235
7039#, c-format
7040msgid "internal error: losing opcode: `%s' \"%s\"\n"
7041msgstr ""
7042
7043#: config/tc-i370.c:418 config/tc-ppc.c:1211 config/tc-s390.c:430
7044#: config/tc-s390.c:437
7045#, c-format
7046msgid "invalid switch -m%s"
7047msgstr ""
7048
7049#: config/tc-i370.c:515 config/tc-s390.c:536
7050#, c-format
7051msgid "Internal assembler error for instruction %s"
7052msgstr ""
7053
7054#: config/tc-i370.c:534
7055#, c-format
7056msgid "Internal assembler error for macro %s"
7057msgstr ""
7058
7059#: config/tc-i370.c:629 config/tc-ppc.c:2014
7060msgid "identifier+constant@got means identifier@got+constant"
7061msgstr ""
7062
7063#: config/tc-i370.c:683 config/tc-m68k.c:8071
7064#, c-format
7065msgid "%s relocations do not fit in %d bytes\n"
7066msgstr ""
7067
7068#: config/tc-i370.c:925 config/tc-i370.c:966
7069msgid "unsupported DC type"
7070msgstr ""
7071
7072#: config/tc-i370.c:937 config/tc-i370.c:947 config/tc-i370.c:1529
7073#: config/tc-i370.c:1540
7074msgid "missing end-quote"
7075msgstr ""
7076
7077#: config/tc-i370.c:996
7078msgid "unsupported alignment"
7079msgstr ""
7080
7081#: config/tc-i370.c:1003
7082msgid "this DS form not yet supported"
7083msgstr ""
7084
7085#: config/tc-i370.c:1045 config/tc-m32r.c:1488 config/tc-microblaze.c:190
7086msgid "Expected comma after symbol-name: rest of line ignored."
7087msgstr ""
7088
7089#: config/tc-i370.c:1068 config/tc-m32r.c:1512 config/tc-microblaze.c:212
7090#: config/tc-ppc.c:2174 config/tc-ppc.c:3674 config/tc-ppc.c:3716
7091#: config/tc-ppc.c:5276
7092msgid "ignoring bad alignment"
7093msgstr ""
7094
7095#: config/tc-i370.c:1079 config/tc-m32r.c:1539 config/tc-microblaze.c:223
7096#, c-format
7097msgid "Ignoring attempt to re-define symbol `%s'."
7098msgstr ""
7099
7100#: config/tc-i370.c:1087 config/tc-microblaze.c:231
7101#, c-format
7102msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
7103msgstr ""
7104
7105#: config/tc-i370.c:1106 config/tc-m32r.c:1524 config/tc-microblaze.c:247
7106#: config/tc-v850.c:383
7107msgid "Common alignment not a power of 2"
7108msgstr ""
7109
7110#: config/tc-i370.c:1244
7111msgid "Missing or bad .using directive"
7112msgstr ""
7113
7114#: config/tc-i370.c:1289
7115msgid "Literal Pool Overflow"
7116msgstr ""
7117
7118#: config/tc-i370.c:1587
7119msgid "expression not a constant"
7120msgstr ""
7121
7122#: config/tc-i370.c:1594
7123msgid "Unknown/unsupported address literal type"
7124msgstr ""
7125
7126#: config/tc-i370.c:1617
7127#, c-format
7128msgid ".ltorg without prior .using in section %s"
7129msgstr ""
7130
7131#: config/tc-i370.c:1621
7132#, c-format
7133msgid ".ltorg in section %s paired to .using in section %s"
7134msgstr ""
7135
7136#: config/tc-i370.c:1644
7137#, c-format
7138msgid "bad alignment of %d bytes in literal pool"
7139msgstr ""
7140
7141#: config/tc-i370.c:1668
7142msgid "bad literal size\n"
7143msgstr ""
7144
7145#: config/tc-i370.c:1742
7146msgid ".using: base address expression illegal or too complex"
7147msgstr ""
7148
7149#: config/tc-i370.c:1777 config/tc-i370.c:1786
7150#, c-format
7151msgid "droping register %d in section %s does not match using register %d"
7152msgstr ""
7153
7154#: config/tc-i370.c:1790
7155#, c-format
7156msgid "droping register %d in section %s previously used in section %s"
7157msgstr ""
7158
7159#: config/tc-i370.c:1846 config/tc-ppc.c:3506
7160msgid "wrong number of operands"
7161msgstr ""
7162
7163#: config/tc-i370.c:1928 config/tc-mn10200.c:896 config/tc-mn10300.c:1253
7164#: config/tc-s390.c:1687 config/tc-v850.c:2328
7165#, c-format
7166msgid "Unrecognized opcode: `%s'"
7167msgstr ""
7168
7169#: config/tc-i370.c:2071
7170msgid "not using any base register"
7171msgstr ""
7172
7173#: config/tc-i370.c:2101
7174#, c-format
7175msgid "expecting a register for operand %d"
7176msgstr ""
7177
7178#. xgettext:c-format.
7179#: config/tc-i370.c:2207 config/tc-mn10200.c:1139 config/tc-mn10300.c:1821
7180#: config/tc-ppc.c:3362 config/tc-s390.c:1600 config/tc-v850.c:3043
7181#, c-format
7182msgid "junk at end of line: `%s'"
7183msgstr ""
7184
7185#. Not used --- don't have any 8 byte instructions.
7186#: config/tc-i370.c:2222
7187msgid "Internal Error: bad instruction length"
7188msgstr ""
7189
7190#: config/tc-i386.c:2121
7191#, c-format
7192msgid "%s shortened to %s"
7193msgstr ""
7194
7195#: config/tc-i386.c:2207
7196msgid "same type of prefix used twice"
7197msgstr ""
7198
7199#: config/tc-i386.c:2234
7200#, c-format
7201msgid "64bit mode not supported on `%s'."
7202msgstr ""
7203
7204#: config/tc-i386.c:2243
7205#, c-format
7206msgid "32bit mode not supported on `%s'."
7207msgstr ""
7208
7209#: config/tc-i386.c:2283
7210msgid "bad argument to syntax directive."
7211msgstr ""
7212
7213#: config/tc-i386.c:2346
7214#, c-format
7215msgid "bad argument to %s_check directive."
7216msgstr ""
7217
7218#: config/tc-i386.c:2350
7219#, c-format
7220msgid "missing argument for %s_check directive"
7221msgstr ""
7222
7223#: config/tc-i386.c:2390
7224#, c-format
7225msgid "`%s' is not supported on `%s'"
7226msgstr ""
7227
7228#: config/tc-i386.c:2492
7229#, c-format
7230msgid "no such architecture: `%s'"
7231msgstr ""
7232
7233#: config/tc-i386.c:2497
7234msgid "missing cpu architecture"
7235msgstr ""
7236
7237#: config/tc-i386.c:2514
7238#, c-format
7239msgid "no such architecture modifier: `%s'"
7240msgstr ""
7241
7242#: config/tc-i386.c:2529 config/tc-i386.c:2559
7243msgid "Intel L1OM is 64bit ELF only"
7244msgstr ""
7245
7246#: config/tc-i386.c:2536 config/tc-i386.c:2566
7247msgid "Intel K1OM is 64bit ELF only"
7248msgstr ""
7249
7250#: config/tc-i386.c:2543 config/tc-i386.c:2580
7251msgid "Intel MCU is 32bit ELF only"
7252msgstr ""
7253
7254#: config/tc-i386.c:2587 config/tc-i386.c:10524
7255msgid "unknown architecture"
7256msgstr ""
7257
7258#: config/tc-i386.c:2621 config/tc-i386.c:2643
7259#, c-format
7260msgid "can't hash %s: %s"
7261msgstr ""
7262
7263#: config/tc-i386.c:2939
7264msgid "there are no pc-relative size relocations"
7265msgstr ""
7266
7267#: config/tc-i386.c:2951
7268#, c-format
7269msgid "unknown relocation (%u)"
7270msgstr ""
7271
7272#: config/tc-i386.c:2953
7273#, c-format
7274msgid "%u-byte relocation cannot be applied to %u-byte field"
7275msgstr ""
7276
7277#: config/tc-i386.c:2957
7278msgid "non-pc-relative relocation for pc-relative field"
7279msgstr ""
7280
7281#: config/tc-i386.c:2962
7282msgid "relocated field and relocation type differ in signedness"
7283msgstr ""
7284
7285#: config/tc-i386.c:2971
7286msgid "there are no unsigned pc-relative relocations"
7287msgstr ""
7288
7289#: config/tc-i386.c:2979
7290#, c-format
7291msgid "cannot do %u byte pc-relative relocation"
7292msgstr ""
7293
7294#: config/tc-i386.c:2996
7295#, c-format
7296msgid "cannot do %s %u byte relocation"
7297msgstr ""
7298
7299#: config/tc-i386.c:3449 config/tc-i386.c:3476
7300#, c-format
7301msgid "can't use register '%s%s' as operand %d in '%s'."
7302msgstr ""
7303
7304#: config/tc-i386.c:3516 config/tc-i386.c:3656
7305#, c-format
7306msgid "invalid instruction `%s' after `%s'"
7307msgstr ""
7308
7309#: config/tc-i386.c:3522
7310#, c-format
7311msgid "missing `lock' with `%s'"
7312msgstr ""
7313
7314#: config/tc-i386.c:3529
7315#, c-format
7316msgid "instruction `%s' after `xacquire' not allowed"
7317msgstr ""
7318
7319#: config/tc-i386.c:3536
7320#, c-format
7321msgid "memory destination needed for instruction `%s' after `xrelease'"
7322msgstr ""
7323
7324#: config/tc-i386.c:3630
7325#, c-format
7326msgid "SSE instruction `%s' is used"
7327msgstr ""
7328
7329#: config/tc-i386.c:3644 config/tc-i386.c:5453
7330#, c-format
7331msgid "ambiguous operand size for `%s'"
7332msgstr ""
7333
7334#: config/tc-i386.c:3669
7335msgid "expecting lockable instruction after `lock'"
7336msgstr ""
7337
7338#: config/tc-i386.c:3679
7339msgid "expecting valid branch instruction after `bnd'"
7340msgstr ""
7341
7342#: config/tc-i386.c:3684
7343msgid "32-bit address isn't allowed in 64-bit MPX instructions."
7344msgstr ""
7345
7346#: config/tc-i386.c:3688
7347msgid "16-bit address isn't allowed in MPX instructions"
7348msgstr ""
7349
7350#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
7351#: config/tc-i386.c:3744
7352#, c-format
7353msgid "translating to `%sp'"
7354msgstr ""
7355
7356#: config/tc-i386.c:3751
7357#, c-format
7358msgid "instruction `%s' isn't supported in 16-bit mode."
7359msgstr ""
7360
7361#: config/tc-i386.c:3811
7362#, c-format
7363msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
7364msgstr ""
7365
7366#: config/tc-i386.c:3851 config/tc-i386.c:3993
7367#, c-format
7368msgid "no such instruction: `%s'"
7369msgstr ""
7370
7371#: config/tc-i386.c:3862 config/tc-i386.c:4026
7372#, c-format
7373msgid "invalid character %s in mnemonic"
7374msgstr ""
7375
7376#: config/tc-i386.c:3869
7377msgid "expecting prefix; got nothing"
7378msgstr ""
7379
7380#: config/tc-i386.c:3871
7381msgid "expecting mnemonic; got nothing"
7382msgstr ""
7383
7384#: config/tc-i386.c:3886 config/tc-i386.c:4044
7385#, c-format
7386msgid "`%s' is only supported in 64-bit mode"
7387msgstr ""
7388
7389#: config/tc-i386.c:3887 config/tc-i386.c:4043
7390#, c-format
7391msgid "`%s' is not supported in 64-bit mode"
7392msgstr ""
7393
7394#: config/tc-i386.c:3899
7395#, c-format
7396msgid "redundant %s prefix"
7397msgstr ""
7398
7399#: config/tc-i386.c:4050
7400#, c-format
7401msgid "`%s' is not supported on `%s%s'"
7402msgstr ""
7403
7404#: config/tc-i386.c:4061
7405msgid "use .code16 to ensure correct addressing mode"
7406msgstr ""
7407
7408#: config/tc-i386.c:4085
7409#, c-format
7410msgid "invalid character %s before operand %d"
7411msgstr ""
7412
7413#: config/tc-i386.c:4099
7414#, c-format
7415msgid "unbalanced parenthesis in operand %d."
7416msgstr ""
7417
7418#: config/tc-i386.c:4102
7419#, c-format
7420msgid "unbalanced brackets in operand %d."
7421msgstr ""
7422
7423#: config/tc-i386.c:4111
7424#, c-format
7425msgid "invalid character %s in operand %d"
7426msgstr ""
7427
7428#: config/tc-i386.c:4139
7429#, c-format
7430msgid "spurious operands; (%d operands/instruction max)"
7431msgstr ""
7432
7433#: config/tc-i386.c:4162
7434msgid "expecting operand after ','; got nothing"
7435msgstr ""
7436
7437#: config/tc-i386.c:4167
7438msgid "expecting operand before ','; got nothing"
7439msgstr ""
7440
7441#: config/tc-i386.c:4544
7442msgid "mask, index, and destination registers should be distinct"
7443msgstr ""
7444
7445#: config/tc-i386.c:4559
7446msgid "index and destination registers should be distinct"
7447msgstr ""
7448
7449#: config/tc-i386.c:5112
7450msgid "operand size mismatch"
7451msgstr ""
7452
7453#: config/tc-i386.c:5115
7454msgid "operand type mismatch"
7455msgstr ""
7456
7457#: config/tc-i386.c:5118
7458msgid "register type mismatch"
7459msgstr ""
7460
7461#: config/tc-i386.c:5121
7462msgid "number of operands mismatch"
7463msgstr ""
7464
7465#: config/tc-i386.c:5124
7466msgid "invalid instruction suffix"
7467msgstr ""
7468
7469#: config/tc-i386.c:5127
7470msgid "constant doesn't fit in 4 bits"
7471msgstr ""
7472
7473#: config/tc-i386.c:5130
7474msgid "only supported with old gcc"
7475msgstr ""
7476
7477#: config/tc-i386.c:5133
7478msgid "unsupported with Intel mnemonic"
7479msgstr ""
7480
7481#: config/tc-i386.c:5136
7482msgid "unsupported syntax"
7483msgstr ""
7484
7485#: config/tc-i386.c:5139
7486#, c-format
7487msgid "unsupported instruction `%s'"
7488msgstr ""
7489
7490#: config/tc-i386.c:5143
7491msgid "invalid VSIB address"
7492msgstr ""
7493
7494#: config/tc-i386.c:5146
7495msgid "mask, index, and destination registers must be distinct"
7496msgstr ""
7497
7498#: config/tc-i386.c:5149
7499msgid "unsupported vector index register"
7500msgstr ""
7501
7502#: config/tc-i386.c:5152
7503msgid "unsupported broadcast"
7504msgstr ""
7505
7506#: config/tc-i386.c:5155
7507msgid "broadcast not on source memory operand"
7508msgstr ""
7509
7510#: config/tc-i386.c:5158
7511msgid "broadcast is needed for operand of such type"
7512msgstr ""
7513
7514#: config/tc-i386.c:5161
7515msgid "unsupported masking"
7516msgstr ""
7517
7518#: config/tc-i386.c:5164
7519msgid "mask not on destination operand"
7520msgstr ""
7521
7522#: config/tc-i386.c:5167
7523msgid "default mask isn't allowed"
7524msgstr ""
7525
7526#: config/tc-i386.c:5170
7527msgid "unsupported static rounding/sae"
7528msgstr ""
7529
7530#: config/tc-i386.c:5174
7531msgid "RC/SAE operand must precede immediate operands"
7532msgstr ""
7533
7534#: config/tc-i386.c:5176
7535msgid "RC/SAE operand must follow immediate operands"
7536msgstr ""
7537
7538#: config/tc-i386.c:5179 config/tc-metag.c:4789 config/tc-metag.c:5530
7539#: config/tc-metag.c:5552
7540msgid "invalid register operand"
7541msgstr ""
7542
7543#: config/tc-i386.c:5182
7544#, c-format
7545msgid "%s for `%s'"
7546msgstr ""
7547
7548#: config/tc-i386.c:5193
7549#, c-format
7550msgid "indirect %s without `*'"
7551msgstr ""
7552
7553#. Warn them that a data or address size prefix doesn't
7554#. affect assembly of the next line of code.
7555#: config/tc-i386.c:5201
7556#, c-format
7557msgid "stand-alone `%s' prefix"
7558msgstr ""
7559
7560#: config/tc-i386.c:5235 config/tc-i386.c:5251
7561#, c-format
7562msgid "`%s' operand %d must use `%ses' segment"
7563msgstr ""
7564
7565#. We have to know the operand size for crc32.
7566#: config/tc-i386.c:5305
7567#, c-format
7568msgid "ambiguous memory operand size for `%s`"
7569msgstr ""
7570
7571#: config/tc-i386.c:5426
7572msgid ""
7573"no instruction mnemonic suffix given and no register operands; can't size "
7574"instruction"
7575msgstr ""
7576
7577#: config/tc-i386.c:5568 config/tc-i386.c:5642 config/tc-i386.c:5753
7578#, c-format
7579msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
7580msgstr ""
7581
7582#: config/tc-i386.c:5595 config/tc-i386.c:5619 config/tc-i386.c:5684
7583#: config/tc-i386.c:5729
7584#, c-format
7585msgid "`%s%s' not allowed with `%s%c'"
7586msgstr ""
7587
7588#: config/tc-i386.c:5636 config/tc-i386.c:5662 config/tc-i386.c:5708
7589#: config/tc-i386.c:5747
7590#, c-format
7591msgid "incorrect register `%s%s' used with `%c' suffix"
7592msgstr ""
7593
7594#: config/tc-i386.c:5816
7595msgid "no instruction mnemonic suffix given; can't determine immediate size"
7596msgstr ""
7597
7598#: config/tc-i386.c:5852
7599#, c-format
7600msgid "the last operand of `%s' must be `%s%s'"
7601msgstr ""
7602
7603#: config/tc-i386.c:5855
7604#, c-format
7605msgid "the first operand of `%s' must be `%s%s'"
7606msgstr ""
7607
7608#: config/tc-i386.c:5986
7609#, c-format
7610msgid ""
7611"the second source register `%s%s' implicitly denotes `%s%.3s%d' to `%s%.3s"
7612"%d' source group in `%s'"
7613msgstr ""
7614
7615#: config/tc-i386.c:6023
7616#, c-format
7617msgid "you can't `pop %scs'"
7618msgstr ""
7619
7620#. Reversed arguments on faddp, fsubp, etc.
7621#: config/tc-i386.c:6052
7622#, c-format
7623msgid "translating to `%s %s%s,%s%s'"
7624msgstr ""
7625
7626#. Extraneous `l' suffix on fp insn.
7627#: config/tc-i386.c:6059
7628#, c-format
7629msgid "translating to `%s %s%s'"
7630msgstr ""
7631
7632#: config/tc-i386.c:6087
7633#, c-format
7634msgid "segment override on `%s' is ineffectual"
7635msgstr ""
7636
7637#: config/tc-i386.c:6903 config/tc-i386.c:7004 config/tc-i386.c:7059
7638msgid "skipping prefixes on this instruction"
7639msgstr ""
7640
7641#: config/tc-i386.c:7079
7642msgid "16-bit jump out of range"
7643msgstr ""
7644
7645#: config/tc-i386.c:7088
7646#, c-format
7647msgid "can't handle non absolute segment in `%s'"
7648msgstr ""
7649
7650#: config/tc-i386.c:7775 config/tc-i386.c:7877
7651#, c-format
7652msgid "@%s reloc is not supported with %d-bit output format"
7653msgstr ""
7654
7655#: config/tc-i386.c:7928
7656#, c-format
7657msgid "missing or invalid expression `%s'"
7658msgstr ""
7659
7660#: config/tc-i386.c:8014
7661#, c-format
7662msgid "Unsupported broadcast: `%s'"
7663msgstr ""
7664
7665#: config/tc-i386.c:8029
7666#, c-format
7667msgid "`%s' can't be used for write mask"
7668msgstr ""
7669
7670#: config/tc-i386.c:8052
7671#, c-format
7672msgid "invalid write mask `%s'"
7673msgstr ""
7674
7675#: config/tc-i386.c:8074 config/tc-i386.c:8719
7676#, c-format
7677msgid "duplicated `%s'"
7678msgstr ""
7679
7680#: config/tc-i386.c:8084
7681#, c-format
7682msgid "invalid zeroing-masking `%s'"
7683msgstr ""
7684
7685#: config/tc-i386.c:8097
7686#, c-format
7687msgid "missing `}' in `%s'"
7688msgstr ""
7689
7690#. We don't know this one.
7691#: config/tc-i386.c:8105
7692#, c-format
7693msgid "unknown vector operation: `%s'"
7694msgstr ""
7695
7696#: config/tc-i386.c:8125
7697#, c-format
7698msgid "at most %d immediate operands are allowed"
7699msgstr ""
7700
7701#: config/tc-i386.c:8157 config/tc-i386.c:8404
7702#, c-format
7703msgid "junk `%s' after expression"
7704msgstr ""
7705
7706#: config/tc-i386.c:8178
7707#, c-format
7708msgid "missing or invalid immediate expression `%s'"
7709msgstr ""
7710
7711#: config/tc-i386.c:8201 config/tc-i386.c:8494
7712#, c-format
7713msgid "unimplemented segment %s in operand"
7714msgstr ""
7715
7716#: config/tc-i386.c:8208
7717#, c-format
7718msgid "illegal immediate register operand %s"
7719msgstr ""
7720
7721#: config/tc-i386.c:8256
7722#, c-format
7723msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
7724msgstr ""
7725
7726#: config/tc-i386.c:8265
7727#, c-format
7728msgid "scale factor of %d without an index register"
7729msgstr ""
7730
7731#: config/tc-i386.c:8287
7732#, c-format
7733msgid "at most %d displacement operands are allowed"
7734msgstr ""
7735
7736#: config/tc-i386.c:8460
7737#, c-format
7738msgid "missing or invalid displacement expression `%s'"
7739msgstr ""
7740
7741#: config/tc-i386.c:8477
7742#, c-format
7743msgid "0x%lx out range of signed 32bit displacement"
7744msgstr ""
7745
7746#: config/tc-i386.c:8617
7747#, c-format
7748msgid "`%s' is not valid here (expected `%c%s%s%c')"
7749msgstr ""
7750
7751#: config/tc-i386.c:8629
7752#, c-format
7753msgid "`%s' is not a valid %s expression"
7754msgstr ""
7755
7756#: config/tc-i386.c:8664
7757#, c-format
7758msgid "`%s' cannot be used here"
7759msgstr ""
7760
7761#: config/tc-i386.c:8671
7762msgid "register scaling is being ignored here"
7763msgstr ""
7764
7765#: config/tc-i386.c:8732
7766#, c-format
7767msgid "Missing '}': '%s'"
7768msgstr ""
7769
7770#: config/tc-i386.c:8738
7771#, c-format
7772msgid "Junk after '}': '%s'"
7773msgstr ""
7774
7775#: config/tc-i386.c:8866
7776#, c-format
7777msgid "bad memory operand `%s'"
7778msgstr ""
7779
7780#: config/tc-i386.c:8890
7781#, c-format
7782msgid "junk `%s' after register"
7783msgstr ""
7784
7785#: config/tc-i386.c:8903 config/tc-i386.c:9040 config/tc-i386.c:9084
7786#, c-format
7787msgid "bad register name `%s'"
7788msgstr ""
7789
7790#: config/tc-i386.c:8911
7791msgid "immediate operand illegal with absolute jump"
7792msgstr ""
7793
7794#: config/tc-i386.c:8942
7795#, c-format
7796msgid "too many memory references for `%s'"
7797msgstr ""
7798
7799#: config/tc-i386.c:9029
7800#, c-format
7801msgid "expecting `,' or `)' after index register in `%s'"
7802msgstr ""
7803
7804#: config/tc-i386.c:9057
7805#, c-format
7806msgid "expecting `)' after scale factor in `%s'"
7807msgstr ""
7808
7809#: config/tc-i386.c:9065
7810#, c-format
7811msgid "expecting index register or scale factor after `,'; got '%c'"
7812msgstr ""
7813
7814#: config/tc-i386.c:9073
7815#, c-format
7816msgid "expecting `,' or `)' after base register in `%s'"
7817msgstr ""
7818
7819#. It's not a memory operand; argh!
7820#: config/tc-i386.c:9122
7821#, c-format
7822msgid "invalid char %s beginning operand %d `%s'"
7823msgstr ""
7824
7825#: config/tc-i386.c:9344
7826msgid "long jump required"
7827msgstr ""
7828
7829#: config/tc-i386.c:9399
7830msgid "jump target out of range"
7831msgstr ""
7832
7833#: config/tc-i386.c:9972
7834msgid "no compiled in support for x86_64"
7835msgstr ""
7836
7837#: config/tc-i386.c:9992
7838msgid "no compiled in support for 32bit x86_64"
7839msgstr ""
7840
7841#: config/tc-i386.c:9996
7842msgid "32bit x86_64 is only supported for ELF"
7843msgstr ""
7844
7845#: config/tc-i386.c:10030 config/tc-i386.c:10114
7846#, c-format
7847msgid "invalid -march= option: `%s'"
7848msgstr ""
7849
7850#: config/tc-i386.c:10124 config/tc-i386.c:10136
7851#, c-format
7852msgid "invalid -mtune= option: `%s'"
7853msgstr ""
7854
7855#: config/tc-i386.c:10145
7856#, c-format
7857msgid "invalid -mmnemonic= option: `%s'"
7858msgstr ""
7859
7860#: config/tc-i386.c:10154
7861#, c-format
7862msgid "invalid -msyntax= option: `%s'"
7863msgstr ""
7864
7865#: config/tc-i386.c:10181
7866#, c-format
7867msgid "invalid -msse-check= option: `%s'"
7868msgstr ""
7869
7870#: config/tc-i386.c:10192
7871#, c-format
7872msgid "invalid -moperand-check= option: `%s'"
7873msgstr ""
7874
7875#: config/tc-i386.c:10201
7876#, c-format
7877msgid "invalid -mavxscalar= option: `%s'"
7878msgstr ""
7879
7880#: config/tc-i386.c:10216
7881#, c-format
7882msgid "invalid -mevexlig= option: `%s'"
7883msgstr ""
7884
7885#: config/tc-i386.c:10229
7886#, c-format
7887msgid "invalid -mevexrcig= option: `%s'"
7888msgstr ""
7889
7890#: config/tc-i386.c:10238
7891#, c-format
7892msgid "invalid -mevexwig= option: `%s'"
7893msgstr ""
7894
7895#: config/tc-i386.c:10253
7896#, c-format
7897msgid "invalid -momit-lock-prefix= option: `%s'"
7898msgstr ""
7899
7900#: config/tc-i386.c:10262
7901#, c-format
7902msgid "invalid -mfence-as-lock-add= option: `%s'"
7903msgstr ""
7904
7905#: config/tc-i386.c:10271
7906#, c-format
7907msgid "invalid -mrelax-relocations= option: `%s'"
7908msgstr ""
7909
7910#: config/tc-i386.c:10394
7911#, c-format
7912msgid ""
7913"  -Q                      ignored\n"
7914"  -V                      print assembler version number\n"
7915"  -k                      ignored\n"
7916msgstr ""
7917
7918#: config/tc-i386.c:10399
7919#, c-format
7920msgid ""
7921"  -n                      Do not optimize code alignment\n"
7922"  -q                      quieten some warnings\n"
7923msgstr ""
7924
7925#: config/tc-i386.c:10403
7926#, c-format
7927msgid "  -s                      ignored\n"
7928msgstr ""
7929
7930#: config/tc-i386.c:10408
7931#, c-format
7932msgid "  --32/--64/--x32         generate 32bit/64bit/x32 code\n"
7933msgstr ""
7934
7935#: config/tc-i386.c:10412
7936#, c-format
7937msgid "  --divide                do not treat `/' as a comment character\n"
7938msgstr ""
7939
7940#: config/tc-i386.c:10415
7941#, c-format
7942msgid "  --divide                ignored\n"
7943msgstr ""
7944
7945#: config/tc-i386.c:10418
7946#, c-format
7947msgid ""
7948"  -march=CPU[,+EXTENSION...]\n"
7949"                          generate code for CPU and EXTENSION, CPU is one "
7950"of:\n"
7951msgstr ""
7952
7953#: config/tc-i386.c:10422
7954#, c-format
7955msgid "                          EXTENSION is combination of:\n"
7956msgstr ""
7957
7958#: config/tc-i386.c:10425
7959#, c-format
7960msgid "  -mtune=CPU              optimize for CPU, CPU is one of:\n"
7961msgstr ""
7962
7963#: config/tc-i386.c:10428
7964#, c-format
7965msgid "  -msse2avx               encode SSE instructions with VEX prefix\n"
7966msgstr ""
7967
7968#: config/tc-i386.c:10430
7969#, c-format
7970msgid ""
7971"  -msse-check=[none|error|warning]\n"
7972"                          check SSE instructions\n"
7973msgstr ""
7974
7975#: config/tc-i386.c:10433
7976#, c-format
7977msgid ""
7978"  -moperand-check=[none|error|warning]\n"
7979"                          check operand combinations for validity\n"
7980msgstr ""
7981
7982#: config/tc-i386.c:10436
7983#, c-format
7984msgid ""
7985"  -mavxscalar=[128|256]   encode scalar AVX instructions with specific "
7986"vector\n"
7987"                           length\n"
7988msgstr ""
7989
7990#: config/tc-i386.c:10439
7991#, c-format
7992msgid ""
7993"  -mevexlig=[128|256|512] encode scalar EVEX instructions with specific "
7994"vector\n"
7995"                           length\n"
7996msgstr ""
7997
7998#: config/tc-i386.c:10442
7999#, c-format
8000msgid ""
8001"  -mevexwig=[0|1]         encode EVEX instructions with specific EVEX.W "
8002"value\n"
8003"                           for EVEX.W bit ignored instructions\n"
8004msgstr ""
8005
8006#: config/tc-i386.c:10445
8007#, c-format
8008msgid ""
8009"  -mevexrcig=[rne|rd|ru|rz]\n"
8010"                          encode EVEX instructions with specific EVEX.RC "
8011"value\n"
8012"                           for SAE-only ignored instructions\n"
8013msgstr ""
8014
8015#: config/tc-i386.c:10449
8016#, c-format
8017msgid "  -mmnemonic=[att|intel]  use AT&T/Intel mnemonic\n"
8018msgstr ""
8019
8020#: config/tc-i386.c:10451
8021#, c-format
8022msgid "  -msyntax=[att|intel]    use AT&T/Intel syntax\n"
8023msgstr ""
8024
8025#: config/tc-i386.c:10453
8026#, c-format
8027msgid "  -mindex-reg             support pseudo index registers\n"
8028msgstr ""
8029
8030#: config/tc-i386.c:10455
8031#, c-format
8032msgid "  -mnaked-reg             don't require `%%' prefix for registers\n"
8033msgstr ""
8034
8035#: config/tc-i386.c:10457
8036#, c-format
8037msgid "  -mold-gcc               support old (<= 2.8.1) versions of gcc\n"
8038msgstr ""
8039
8040#: config/tc-i386.c:10459
8041#, c-format
8042msgid "  -madd-bnd-prefix        add BND prefix for all valid branches\n"
8043msgstr ""
8044
8045#: config/tc-i386.c:10461
8046#, c-format
8047msgid "  -mshared                disable branch optimization for shared code\n"
8048msgstr ""
8049
8050#: config/tc-i386.c:10464
8051#, c-format
8052msgid "  -mbig-obj               generate big object files\n"
8053msgstr ""
8054
8055#: config/tc-i386.c:10467
8056#, c-format
8057msgid ""
8058"  -momit-lock-prefix=[no|yes]\n"
8059"                          strip all lock prefixes\n"
8060msgstr ""
8061
8062#: config/tc-i386.c:10470
8063#, c-format
8064msgid ""
8065"  -mfence-as-lock-add=[no|yes]\n"
8066"                          encode lfence, mfence and sfence as\n"
8067"                           lock addl $0x0, (%%{re}sp)\n"
8068msgstr ""
8069
8070#: config/tc-i386.c:10474
8071#, c-format
8072msgid ""
8073"  -mrelax-relocations=[no|yes]\n"
8074"                          generate relax relocations\n"
8075msgstr ""
8076
8077#: config/tc-i386.c:10477
8078#, c-format
8079msgid "  -mamd64                 accept only AMD64 ISA\n"
8080msgstr ""
8081
8082#: config/tc-i386.c:10479
8083#, c-format
8084msgid "  -mintel64               accept only Intel64 ISA\n"
8085msgstr ""
8086
8087#: config/tc-i386.c:10520
8088#, c-format
8089msgid "Intel MCU doesn't support `%s' architecture"
8090msgstr ""
8091
8092#: config/tc-i386.c:10577
8093msgid "Intel L1OM is 64bit only"
8094msgstr ""
8095
8096#: config/tc-i386.c:10583
8097msgid "Intel K1OM is 64bit only"
8098msgstr ""
8099
8100#: config/tc-i386.c:10589
8101msgid "Intel MCU is 32bit only"
8102msgstr ""
8103
8104#: config/tc-i386.c:10746
8105msgid "symbol size computation overflow"
8106msgstr ""
8107
8108#: config/tc-i386.c:10814
8109#, c-format
8110msgid "can not do %d byte pc-relative relocation"
8111msgstr ""
8112
8113#: config/tc-i386.c:10832
8114#, c-format
8115msgid "can not do %d byte relocation"
8116msgstr ""
8117
8118#: config/tc-i386.c:10900
8119#, c-format
8120msgid "cannot represent relocation type %s in x32 mode"
8121msgstr ""
8122
8123#: config/tc-i386.c:10937 config/tc-s390.c:2597
8124#, c-format
8125msgid "cannot represent relocation type %s"
8126msgstr ""
8127
8128#: config/tc-i386.c:11054
8129msgid "bad .section directive: want a,l,w,x,M,S,G,T in string"
8130msgstr ""
8131
8132#: config/tc-i386.c:11057
8133msgid "bad .section directive: want a,w,x,M,S,G,T in string"
8134msgstr ""
8135
8136#: config/tc-i386.c:11076
8137msgid ".largecomm supported only in 64bit mode, producing .comm"
8138msgstr ""
8139
8140#: config/tc-i860.c:121
8141msgid "Directive .dual available only with -mintel-syntax option"
8142msgstr ""
8143
8144#: config/tc-i860.c:131
8145msgid "Directive .enddual available only with -mintel-syntax option"
8146msgstr ""
8147
8148#: config/tc-i860.c:144
8149msgid "Directive .atmp available only with -mintel-syntax option"
8150msgstr ""
8151
8152#: config/tc-i860.c:166 config/tc-i860.c:170
8153msgid "Unknown temporary pseudo register"
8154msgstr ""
8155
8156#: config/tc-i860.c:246
8157msgid "Defective assembler.  No assembly attempted."
8158msgstr ""
8159
8160#: config/tc-i860.c:392 config/tc-i860.c:938 config/tc-m68k.c:3917
8161#: config/tc-m68k.c:3949 config/tc-sparc.c:3122
8162msgid "failed sanity check."
8163msgstr ""
8164
8165#: config/tc-i860.c:399
8166#, c-format
8167msgid "Expanded opcode after delayed branch: `%s'"
8168msgstr ""
8169
8170#: config/tc-i860.c:403
8171#, c-format
8172msgid "Expanded opcode in dual mode: `%s'"
8173msgstr ""
8174
8175#: config/tc-i860.c:407
8176#, c-format
8177msgid "An instruction was expanded (%s)"
8178msgstr ""
8179
8180#: config/tc-i860.c:674
8181msgid "Pipelined instruction: fsrc1 = fdest"
8182msgstr ""
8183
8184#: config/tc-i860.c:877 config/tc-i860.c:884 config/tc-i860.c:891
8185msgid "Assembler does not yet support PIC"
8186msgstr ""
8187
8188#: config/tc-i860.c:955
8189#, c-format
8190msgid "Illegal operands for %s"
8191msgstr ""
8192
8193#: config/tc-i860.c:972
8194#, c-format
8195msgid "'d.%s' must be 8-byte aligned"
8196msgstr ""
8197
8198#: config/tc-i860.c:980
8199#, c-format
8200msgid "Prefix 'd.' invalid for instruction `%s'"
8201msgstr ""
8202
8203#: config/tc-i860.c:1034 config/tc-ip2k.c:230
8204msgid "relaxation not supported\n"
8205msgstr ""
8206
8207#: config/tc-i860.c:1133
8208#, c-format
8209msgid ""
8210"  -EL\t\t\t  generate code for little endian mode (default)\n"
8211"  -EB\t\t\t  generate code for big endian mode\n"
8212"  -mwarn-expand\t\t  warn if pseudo operations are expanded\n"
8213"  -mxp\t\t\t  enable i860XP support (disabled by default)\n"
8214"  -mintel-syntax\t  enable Intel syntax (default to AT&T/SVR4)\n"
8215msgstr ""
8216
8217#. SVR4 compatibility flags.
8218#: config/tc-i860.c:1141
8219#, c-format
8220msgid ""
8221"  -V\t\t\t  print assembler version number\n"
8222"  -Qy, -Qn\t\t  ignored\n"
8223msgstr ""
8224
8225#: config/tc-i860.c:1204
8226msgid "This immediate requires 0 MOD 2 alignment"
8227msgstr ""
8228
8229#: config/tc-i860.c:1207
8230msgid "This immediate requires 0 MOD 4 alignment"
8231msgstr ""
8232
8233#: config/tc-i860.c:1210
8234msgid "This immediate requires 0 MOD 8 alignment"
8235msgstr ""
8236
8237#: config/tc-i860.c:1213
8238msgid "This immediate requires 0 MOD 16 alignment"
8239msgstr ""
8240
8241#: config/tc-i860.c:1308
8242msgid "5-bit immediate too large"
8243msgstr ""
8244
8245#: config/tc-i860.c:1311
8246msgid "5-bit field must be absolute"
8247msgstr ""
8248
8249#: config/tc-i860.c:1356 config/tc-i860.c:1379
8250msgid "A branch offset requires 0 MOD 4 alignment"
8251msgstr ""
8252
8253#: config/tc-i860.c:1400
8254#, c-format
8255msgid "Unrecognized fix-up (0x%08lx)"
8256msgstr ""
8257
8258#: config/tc-i960.c:483
8259#, c-format
8260msgid "Hashing returned \"%s\"."
8261msgstr ""
8262
8263#: config/tc-i960.c:579 config/tc-i960.c:1110
8264msgid "expression syntax error"
8265msgstr ""
8266
8267#: config/tc-i960.c:616
8268msgid "attempt to branch into different segment"
8269msgstr ""
8270
8271#: config/tc-i960.c:620
8272#, c-format
8273msgid "target of %s instruction must be a label"
8274msgstr ""
8275
8276#: config/tc-i960.c:730
8277msgid "unaligned register"
8278msgstr ""
8279
8280#: config/tc-i960.c:752
8281msgid "no such sfr in this architecture"
8282msgstr ""
8283
8284#: config/tc-i960.c:790
8285msgid "illegal literal"
8286msgstr ""
8287
8288#: config/tc-i960.c:940
8289msgid "invalid index register"
8290msgstr ""
8291
8292#: config/tc-i960.c:963
8293msgid "invalid scale factor"
8294msgstr ""
8295
8296#: config/tc-i960.c:1187
8297msgid "architecture of opcode conflicts with that of earlier instruction(s)"
8298msgstr ""
8299
8300#: config/tc-i960.c:1421 config/tc-xtensa.c:12644
8301msgid "too many operands"
8302msgstr ""
8303
8304#. We never moved: there was no opcode either!
8305#: config/tc-i960.c:1469
8306msgid "missing opcode"
8307msgstr ""
8308
8309#: config/tc-i960.c:1609
8310msgid "branch prediction invalid on this opcode"
8311msgstr ""
8312
8313#: config/tc-i960.c:1647
8314#, c-format
8315msgid "invalid opcode, \"%s\"."
8316msgstr ""
8317
8318#: config/tc-i960.c:1649
8319#, c-format
8320msgid "improper number of operands.  expecting %d, got %d"
8321msgstr ""
8322
8323#: config/tc-i960.c:1750
8324#, c-format
8325msgid "Fixup of %ld too large for field width of %d"
8326msgstr ""
8327
8328#: config/tc-i960.c:1860
8329#, c-format
8330msgid "invalid architecture %s"
8331msgstr ""
8332
8333#: config/tc-i960.c:1880
8334#, c-format
8335msgid "I960 options:\n"
8336msgstr ""
8337
8338#: config/tc-i960.c:1883
8339#, c-format
8340msgid ""
8341"\n"
8342"\t\t\tspecify variant of 960 architecture\n"
8343"-b\t\t\tadd code to collect statistics about branches taken\n"
8344"-link-relax\t\tpreserve individual alignment directives so linker\n"
8345"\t\t\tcan do relaxing (b.out format only)\n"
8346"-no-relax\t\tdon't alter compare-and-branch instructions for\n"
8347"\t\t\tlong displacements\n"
8348msgstr ""
8349
8350#: config/tc-i960.c:2145
8351msgid "should have 1 or 2 operands"
8352msgstr ""
8353
8354#: config/tc-i960.c:2153 config/tc-i960.c:2168
8355#, c-format
8356msgid "Redefining leafproc %s"
8357msgstr ""
8358
8359#: config/tc-i960.c:2198
8360msgid "should have two operands"
8361msgstr ""
8362
8363#: config/tc-i960.c:2208
8364msgid "'entry_num' must be absolute number in [0,31]"
8365msgstr ""
8366
8367#: config/tc-i960.c:2216
8368#, c-format
8369msgid "Redefining entrynum for sysproc %s"
8370msgstr ""
8371
8372#. Should not happen: see block comment above.
8373#: config/tc-i960.c:2316
8374#, c-format
8375msgid "Trying to 'bal' to %s"
8376msgstr ""
8377
8378#: config/tc-i960.c:2326
8379msgid "Looks like a proc, but can't tell what kind.\n"
8380msgstr ""
8381
8382#: config/tc-i960.c:2344
8383msgid "big endian mode is not supported"
8384msgstr ""
8385
8386#: config/tc-i960.c:2346
8387#, c-format
8388msgid "ignoring unrecognized .endian type `%s'"
8389msgstr ""
8390
8391#: config/tc-i960.c:2391
8392msgid "can't use COBR format with external label"
8393msgstr ""
8394
8395#: config/tc-i960.c:2566
8396msgid "option --link-relax is only supported in b.out format"
8397msgstr ""
8398
8399#: config/tc-i960.c:2593
8400#, c-format
8401msgid "No 'bal' entry point for leafproc %s"
8402msgstr ""
8403
8404#: config/tc-ia64.c:872
8405msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string"
8406msgstr ""
8407
8408#: config/tc-ia64.c:924
8409msgid "Size of frame exceeds maximum of 96 registers"
8410msgstr ""
8411
8412#: config/tc-ia64.c:929
8413msgid "Size of rotating registers exceeds frame size"
8414msgstr ""
8415
8416#: config/tc-ia64.c:1016
8417msgid "Unwind directive not followed by an instruction."
8418msgstr ""
8419
8420#: config/tc-ia64.c:1025 config/tc-ia64.c:7610
8421msgid "qualifying predicate not followed by instruction"
8422msgstr ""
8423
8424#: config/tc-ia64.c:1073
8425msgid "expected ',' after section name"
8426msgstr ""
8427
8428#: config/tc-ia64.c:1108
8429msgid "expected ',' after symbol name"
8430msgstr ""
8431
8432#: config/tc-ia64.c:1132
8433msgid "expected ',' after symbol size"
8434msgstr ""
8435
8436#: config/tc-ia64.c:1215 config/tc-ia64.c:1249
8437msgid "record type is not valid"
8438msgstr ""
8439
8440#: config/tc-ia64.c:1318
8441msgid "Invalid record type for P3 format."
8442msgstr ""
8443
8444#: config/tc-ia64.c:1354
8445msgid "Invalid record type for format P6"
8446msgstr ""
8447
8448#: config/tc-ia64.c:1534 config/tc-ia64.c:1586
8449msgid "Invalid record type for format B1"
8450msgstr ""
8451
8452#: config/tc-ia64.c:1619
8453msgid "Invalid record type for format X1"
8454msgstr ""
8455
8456#: config/tc-ia64.c:1661
8457msgid "Invalid record type for format X3"
8458msgstr ""
8459
8460#: config/tc-ia64.c:1699
8461msgid "Previous .save incomplete"
8462msgstr ""
8463
8464#: config/tc-ia64.c:2524
8465msgid "spill_mask record unimplemented."
8466msgstr ""
8467
8468#: config/tc-ia64.c:2581
8469msgid "record_type_not_valid"
8470msgstr ""
8471
8472#: config/tc-ia64.c:2665
8473msgid "Ignoring attempt to spill beyond end of region"
8474msgstr ""
8475
8476#: config/tc-ia64.c:2724
8477msgid "Only constant space allocation is supported"
8478msgstr ""
8479
8480#: config/tc-ia64.c:2738
8481msgid "Only constant offsets are supported"
8482msgstr ""
8483
8484#: config/tc-ia64.c:2762
8485msgid "Section switching in code is not supported."
8486msgstr ""
8487
8488#: config/tc-ia64.c:2804
8489msgid " Insn slot not set in unwind record."
8490msgstr ""
8491
8492#: config/tc-ia64.c:2878
8493msgid "frgr_mem record before region record!"
8494msgstr ""
8495
8496#: config/tc-ia64.c:2889
8497msgid "fr_mem record before region record!"
8498msgstr ""
8499
8500#: config/tc-ia64.c:2898
8501msgid "gr_mem record before region record!"
8502msgstr ""
8503
8504#: config/tc-ia64.c:2907
8505msgid "br_mem record before region record!"
8506msgstr ""
8507
8508#: config/tc-ia64.c:2917
8509msgid "gr_gr record before region record!"
8510msgstr ""
8511
8512#: config/tc-ia64.c:2925
8513msgid "br_gr record before region record!"
8514msgstr ""
8515
8516#: config/tc-ia64.c:3043
8517#, c-format
8518msgid "First operand to .%s must be a predicate"
8519msgstr ""
8520
8521#: config/tc-ia64.c:3047
8522#, c-format
8523msgid "Pointless use of p0 as first operand to .%s"
8524msgstr ""
8525
8526#: config/tc-ia64.c:3103
8527#, c-format
8528msgid "Operand %d to .%s must be a preserved register"
8529msgstr ""
8530
8531#: config/tc-ia64.c:3139
8532#, c-format
8533msgid "Operand %d to .%s must be a writable register"
8534msgstr ""
8535
8536#: config/tc-ia64.c:3163
8537#, c-format
8538msgid "Radix `%s' unsupported or invalid"
8539msgstr ""
8540
8541#: config/tc-ia64.c:3193 config/tc-ia64.c:3198
8542#, c-format
8543msgid ".%s outside of %s"
8544msgstr ""
8545
8546#: config/tc-ia64.c:3284
8547msgid "Tags on unwind pseudo-ops aren't supported, yet"
8548msgstr ""
8549
8550#: config/tc-ia64.c:3306
8551msgid "First operand to .fframe must be a constant"
8552msgstr ""
8553
8554#: config/tc-ia64.c:3326
8555msgid "First operand to .vframe must be a general register"
8556msgstr ""
8557
8558#: config/tc-ia64.c:3334
8559msgid "Operand of .vframe contradicts .prologue"
8560msgstr ""
8561
8562#: config/tc-ia64.c:3344
8563msgid ".vframepsp is meaningless, assuming .vframesp was meant"
8564msgstr ""
8565
8566#: config/tc-ia64.c:3352
8567msgid "Operand to .vframesp must be a constant (sp-relative offset)"
8568msgstr ""
8569
8570#: config/tc-ia64.c:3379
8571msgid "First operand to .save not a register"
8572msgstr ""
8573
8574#: config/tc-ia64.c:3385
8575msgid "Second operand to .save not a valid register"
8576msgstr ""
8577
8578#: config/tc-ia64.c:3416 config/tc-ia64.c:3427 config/tc-ia64.c:3435
8579msgid "Second operand of .save contradicts .prologue"
8580msgstr ""
8581
8582#: config/tc-ia64.c:3442
8583msgid "First operand to .save not a valid register"
8584msgstr ""
8585
8586#: config/tc-ia64.c:3460
8587msgid "First operand to .restore must be stack pointer (sp)"
8588msgstr ""
8589
8590#: config/tc-ia64.c:3469
8591msgid "Second operand to .restore must be a constant >= 0"
8592msgstr ""
8593
8594#: config/tc-ia64.c:3479
8595#, c-format
8596msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
8597msgstr ""
8598
8599#: config/tc-ia64.c:3565
8600#, c-format
8601msgid "Illegal section name `%s' (causes unwind section name clash)"
8602msgstr ""
8603
8604#: config/tc-ia64.c:3742
8605msgid "First operand to .altrp not a valid branch register"
8606msgstr ""
8607
8608#: config/tc-ia64.c:3771
8609#, c-format
8610msgid "First operand to .%s not a register"
8611msgstr ""
8612
8613#: config/tc-ia64.c:3776
8614#, c-format
8615msgid "Second operand to .%s not a constant"
8616msgstr ""
8617
8618#: config/tc-ia64.c:3843
8619#, c-format
8620msgid "First operand to .%s not a valid register"
8621msgstr ""
8622
8623#: config/tc-ia64.c:3866
8624msgid "First operand to .save.g must be a positive 4-bit constant"
8625msgstr ""
8626
8627#: config/tc-ia64.c:3879
8628msgid "Second operand to .save.g must be a general register"
8629msgstr ""
8630
8631#: config/tc-ia64.c:3884
8632#, c-format
8633msgid "Second operand to .save.g must be the first of %d general registers"
8634msgstr ""
8635
8636#: config/tc-ia64.c:3907
8637msgid "Operand to .save.f must be a positive 20-bit constant"
8638msgstr ""
8639
8640#: config/tc-ia64.c:3930
8641msgid "First operand to .save.b must be a positive 5-bit constant"
8642msgstr ""
8643
8644#: config/tc-ia64.c:3943
8645msgid "Second operand to .save.b must be a general register"
8646msgstr ""
8647
8648#: config/tc-ia64.c:3948
8649#, c-format
8650msgid "Second operand to .save.b must be the first of %d general registers"
8651msgstr ""
8652
8653#: config/tc-ia64.c:3974
8654msgid "First operand to .save.gf must be a non-negative 4-bit constant"
8655msgstr ""
8656
8657#: config/tc-ia64.c:3982
8658msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
8659msgstr ""
8660
8661#: config/tc-ia64.c:3990
8662msgid "Operands to .save.gf may not be both zero"
8663msgstr ""
8664
8665#: config/tc-ia64.c:4007
8666msgid "Operand to .spill must be a constant"
8667msgstr ""
8668
8669#: config/tc-ia64.c:4076
8670#, c-format
8671msgid "Operand %d to .%s must be a constant"
8672msgstr ""
8673
8674#: config/tc-ia64.c:4097
8675#, c-format
8676msgid "Missing .label_state %ld"
8677msgstr ""
8678
8679#: config/tc-ia64.c:4151
8680msgid "Operand to .label_state must be a constant"
8681msgstr ""
8682
8683#: config/tc-ia64.c:4170
8684msgid "Operand to .copy_state must be a constant"
8685msgstr ""
8686
8687#: config/tc-ia64.c:4193
8688msgid "First operand to .unwabi must be a constant"
8689msgstr ""
8690
8691#: config/tc-ia64.c:4199
8692msgid "Second operand to .unwabi must be a constant"
8693msgstr ""
8694
8695#: config/tc-ia64.c:4234
8696msgid "Missing .endp after previous .proc"
8697msgstr ""
8698
8699#: config/tc-ia64.c:4252
8700msgid "Empty argument of .proc"
8701msgstr ""
8702
8703#: config/tc-ia64.c:4257
8704#, c-format
8705msgid "`%s' was already defined"
8706msgstr ""
8707
8708#: config/tc-ia64.c:4300
8709msgid "Initial .body should precede any instructions"
8710msgstr ""
8711
8712#: config/tc-ia64.c:4319
8713msgid ".prologue within prologue"
8714msgstr ""
8715
8716#: config/tc-ia64.c:4324
8717msgid "Initial .prologue should precede any instructions"
8718msgstr ""
8719
8720#: config/tc-ia64.c:4334
8721msgid "First operand to .prologue must be a positive 4-bit constant"
8722msgstr ""
8723
8724#: config/tc-ia64.c:4336
8725msgid "Pointless use of zero first operand to .prologue"
8726msgstr ""
8727
8728#: config/tc-ia64.c:4352
8729msgid "Using a constant as second operand to .prologue is deprecated"
8730msgstr ""
8731
8732#: config/tc-ia64.c:4358
8733msgid "Second operand to .prologue must be a general register"
8734msgstr ""
8735
8736#: config/tc-ia64.c:4363
8737#, c-format
8738msgid "Second operand to .prologue must be the first of %d general registers"
8739msgstr ""
8740
8741#: config/tc-ia64.c:4475
8742#, c-format
8743msgid "`%s' was not defined within procedure"
8744msgstr ""
8745
8746#: config/tc-ia64.c:4511
8747msgid "Empty argument of .endp"
8748msgstr ""
8749
8750#: config/tc-ia64.c:4525
8751#, c-format
8752msgid "`%s' was not specified with previous .proc"
8753msgstr ""
8754
8755#: config/tc-ia64.c:4540
8756#, c-format
8757msgid "`%s' should be an operand to this .endp"
8758msgstr ""
8759
8760#: config/tc-ia64.c:4581 config/tc-ia64.c:4902 config/tc-ia64.c:5211
8761msgid "Comma expected"
8762msgstr ""
8763
8764#: config/tc-ia64.c:4621
8765msgid "Expected '['"
8766msgstr ""
8767
8768#: config/tc-ia64.c:4630 config/tc-ia64.c:7744
8769msgid "Expected ']'"
8770msgstr ""
8771
8772#: config/tc-ia64.c:4635
8773msgid "Number of elements must be positive"
8774msgstr ""
8775
8776#: config/tc-ia64.c:4646
8777#, c-format
8778msgid "Used more than the declared %d rotating registers"
8779msgstr ""
8780
8781#: config/tc-ia64.c:4654
8782msgid "Used more than the available 96 rotating registers"
8783msgstr ""
8784
8785#: config/tc-ia64.c:4661
8786msgid "Used more than the available 48 rotating registers"
8787msgstr ""
8788
8789#: config/tc-ia64.c:4689
8790#, c-format
8791msgid "Attempt to redefine register set `%s'"
8792msgstr ""
8793
8794#: config/tc-ia64.c:4754
8795#, c-format
8796msgid "Unknown psr option `%s'"
8797msgstr ""
8798
8799#: config/tc-ia64.c:4788
8800msgid "Missing section name"
8801msgstr ""
8802
8803#: config/tc-ia64.c:4797
8804msgid "Comma expected after section name"
8805msgstr ""
8806
8807#: config/tc-ia64.c:4808
8808msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
8809msgstr ""
8810
8811#: config/tc-ia64.c:4897
8812msgid "Register name expected"
8813msgstr ""
8814
8815#: config/tc-ia64.c:4910
8816msgid "Register value annotation ignored"
8817msgstr ""
8818
8819#: config/tc-ia64.c:4949
8820msgid "Directive invalid within a bundle"
8821msgstr ""
8822
8823#: config/tc-ia64.c:5043
8824msgid "Missing predicate relation type"
8825msgstr ""
8826
8827#: config/tc-ia64.c:5049
8828msgid "Unrecognized predicate relation type"
8829msgstr ""
8830
8831#: config/tc-ia64.c:5095
8832msgid "Bad register range"
8833msgstr ""
8834
8835#: config/tc-ia64.c:5104 config/tc-ia64.c:7690
8836msgid "Predicate register expected"
8837msgstr ""
8838
8839#: config/tc-ia64.c:5109
8840msgid "Duplicate predicate register ignored"
8841msgstr ""
8842
8843#: config/tc-ia64.c:5125
8844msgid "Predicate source and target required"
8845msgstr ""
8846
8847#: config/tc-ia64.c:5127 config/tc-ia64.c:5139
8848msgid "Use of p0 is not valid in this context"
8849msgstr ""
8850
8851#: config/tc-ia64.c:5134
8852msgid "At least two PR arguments expected"
8853msgstr ""
8854
8855#: config/tc-ia64.c:5148
8856msgid "At least one PR argument expected"
8857msgstr ""
8858
8859#: config/tc-ia64.c:5182
8860#, c-format
8861msgid "Inserting \"%s\" into entry hint table failed: %s"
8862msgstr ""
8863
8864#. FIXME -- need 62-bit relocation type
8865#: config/tc-ia64.c:5662
8866msgid "62-bit relocation not yet implemented"
8867msgstr ""
8868
8869#. XXX technically, this is wrong: we should not be issuing warning
8870#. messages until we're sure this instruction pattern is going to
8871#. be used!
8872#: config/tc-ia64.c:5748
8873msgid "lower 16 bits of mask ignored"
8874msgstr ""
8875
8876#: config/tc-ia64.c:5979
8877msgid "stride must be a multiple of 64; lower 6 bits ignored"
8878msgstr ""
8879
8880#: config/tc-ia64.c:6097
8881msgid "Expected separator `='"
8882msgstr ""
8883
8884#: config/tc-ia64.c:6131
8885msgid "Duplicate equal sign (=) in instruction"
8886msgstr ""
8887
8888#: config/tc-ia64.c:6138
8889#, c-format
8890msgid "Illegal operand separator `%c'"
8891msgstr ""
8892
8893#: config/tc-ia64.c:6253
8894#, c-format
8895msgid "Operand %u of `%s' should be %s"
8896msgstr ""
8897
8898#: config/tc-ia64.c:6257
8899msgid "Wrong number of output operands"
8900msgstr ""
8901
8902#: config/tc-ia64.c:6259
8903msgid "Wrong number of input operands"
8904msgstr ""
8905
8906#: config/tc-ia64.c:6261
8907msgid "Operand mismatch"
8908msgstr ""
8909
8910#: config/tc-ia64.c:6343
8911#, c-format
8912msgid "Invalid use of `%c%d' as output operand"
8913msgstr ""
8914
8915#: config/tc-ia64.c:6346
8916#, c-format
8917msgid "Invalid use of `r%d' as base update address operand"
8918msgstr ""
8919
8920#: config/tc-ia64.c:6370
8921#, c-format
8922msgid "Invalid duplicate use of `%c%d'"
8923msgstr ""
8924
8925#: config/tc-ia64.c:6377
8926#, c-format
8927msgid "Invalid simultaneous use of `f%d' and `f%d'"
8928msgstr ""
8929
8930#: config/tc-ia64.c:6383
8931#, c-format
8932msgid "Dangerous simultaneous use of `f%d' and `f%d'"
8933msgstr ""
8934
8935#: config/tc-ia64.c:6427
8936msgid "Value truncated to 62 bits"
8937msgstr ""
8938
8939#: config/tc-ia64.c:6495
8940#, c-format
8941msgid "Bad operand value: %s"
8942msgstr ""
8943
8944#. Give an error if a frag containing code is not aligned to a 16 byte
8945#. boundary.
8946#: config/tc-ia64.c:6570 config/tc-ia64.h:177
8947msgid "instruction address is not a multiple of 16"
8948msgstr ""
8949
8950#: config/tc-ia64.c:6638
8951#, c-format
8952msgid "`%s' must be last in bundle"
8953msgstr ""
8954
8955#: config/tc-ia64.c:6670
8956#, c-format
8957msgid "Internal error: don't know how to force %s to end of instruction group"
8958msgstr ""
8959
8960#: config/tc-ia64.c:6683
8961#, c-format
8962msgid "`%s' must be last in instruction group"
8963msgstr ""
8964
8965#: config/tc-ia64.c:6713
8966msgid "Label must be first in a bundle"
8967msgstr ""
8968
8969#: config/tc-ia64.c:6790
8970msgid "hint in B unit may be treated as nop"
8971msgstr ""
8972
8973#: config/tc-ia64.c:6801
8974msgid "hint in B unit can't be used"
8975msgstr ""
8976
8977#: config/tc-ia64.c:6815
8978msgid "emit_one_bundle: unexpected dynamic op"
8979msgstr ""
8980
8981#: config/tc-ia64.c:6940
8982#, c-format
8983msgid "`%s' does not fit into %s template"
8984msgstr ""
8985
8986#: config/tc-ia64.c:6955
8987#, c-format
8988msgid "`%s' does not fit into bundle"
8989msgstr ""
8990
8991#: config/tc-ia64.c:6967
8992#, c-format
8993msgid "`%s' can't go in %s of %s template"
8994msgstr ""
8995
8996#: config/tc-ia64.c:6973
8997msgid "Missing '}' at end of file"
8998msgstr ""
8999
9000#: config/tc-ia64.c:7120
9001#, c-format
9002msgid "Unrecognized option '-x%s'"
9003msgstr ""
9004
9005#: config/tc-ia64.c:7147
9006msgid ""
9007"IA-64 options:\n"
9008"  --mconstant-gp\t  mark output file as using the constant-GP model\n"
9009"\t\t\t  (sets ELF header flag EF_IA_64_CONS_GP)\n"
9010"  --mauto-pic\t\t  mark output file as using the constant-GP model\n"
9011"\t\t\t  without function descriptors (sets ELF header flag\n"
9012"\t\t\t  EF_IA_64_NOFUNCDESC_CONS_GP)\n"
9013"  -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
9014"  -mle | -mbe\t\t  select little- or big-endian byte order (default -mle)\n"
9015"  -mtune=[itanium1|itanium2]\n"
9016"\t\t\t  tune for a specific CPU (default -mtune=itanium2)\n"
9017"  -munwind-check=[warning|error]\n"
9018"\t\t\t  unwind directive check (default -munwind-check=warning)\n"
9019"  -mhint.b=[ok|warning|error]\n"
9020"\t\t\t  hint.b check (default -mhint.b=error)\n"
9021"  -x | -xexplicit\t  turn on dependency violation checking\n"
9022msgstr ""
9023
9024#. Note for translators: "automagically" can be translated as "automatically" here.
9025#: config/tc-ia64.c:7164
9026msgid ""
9027"  -xauto\t\t  automagically remove dependency violations (default)\n"
9028"  -xnone\t\t  turn off dependency violation checking\n"
9029"  -xdebug\t\t  debug dependency violation checker\n"
9030"  -xdebugn\t\t  debug dependency violation checker but turn off\n"
9031"\t\t\t  dependency violation checking\n"
9032"  -xdebugx\t\t  debug dependency violation checker and turn on\n"
9033"\t\t\t  dependency violation checking\n"
9034msgstr ""
9035
9036#: config/tc-ia64.c:7179
9037msgid "--gstabs is not supported for ia64"
9038msgstr ""
9039
9040#: config/tc-ia64.c:7417
9041#, c-format
9042msgid "ia64.md_begin: can't hash `%s': %s"
9043msgstr ""
9044
9045#: config/tc-ia64.c:7481
9046#, c-format
9047msgid "Inserting \"%s\" into constant hash table failed: %s"
9048msgstr ""
9049
9050#: config/tc-ia64.c:7493 config/tc-riscv.c:591 config/tc-tilegx.c:263
9051msgid "Could not set architecture and machine"
9052msgstr ""
9053
9054#: config/tc-ia64.c:7625
9055msgid "Explicit stops are ignored in auto mode"
9056msgstr ""
9057
9058#: config/tc-ia64.c:7634
9059msgid "Found '{' when manual bundling is already turned on"
9060msgstr ""
9061
9062#: config/tc-ia64.c:7647
9063msgid "Found '{' after explicit switch to automatic mode"
9064msgstr ""
9065
9066#: config/tc-ia64.c:7653
9067msgid "Found '}' when manual bundling is off"
9068msgstr ""
9069
9070#: config/tc-ia64.c:7680
9071msgid "Expected ')'"
9072msgstr ""
9073
9074#: config/tc-ia64.c:7685
9075msgid "Qualifying predicate expected"
9076msgstr ""
9077
9078#: config/tc-ia64.c:7704
9079msgid "Tag must come before qualifying predicate."
9080msgstr ""
9081
9082#: config/tc-ia64.c:7733
9083msgid "Expected ':'"
9084msgstr ""
9085
9086#: config/tc-ia64.c:7749
9087msgid "Tag name expected"
9088msgstr ""
9089
9090#: config/tc-ia64.c:7850
9091msgid "Rotating register index must be a non-negative constant"
9092msgstr ""
9093
9094#: config/tc-ia64.c:7855
9095#, c-format
9096msgid "Index out of range 0..%u"
9097msgstr ""
9098
9099#: config/tc-ia64.c:7867
9100msgid "Indirect register index must be a general register"
9101msgstr ""
9102
9103#: config/tc-ia64.c:7876
9104msgid "Index can only be applied to rotating or indirect registers"
9105msgstr ""
9106
9107#: config/tc-ia64.c:7912 config/tc-xstormy16.c:145
9108msgid "Expected '('"
9109msgstr ""
9110
9111#: config/tc-ia64.c:7920 config/tc-pdp11.c:445 config/tc-pdp11.c:509
9112#: config/tc-pdp11.c:543 config/tc-tilegx.c:1047 config/tc-tilepro.c:938
9113#: config/tc-xstormy16.c:154
9114msgid "Missing ')'"
9115msgstr ""
9116
9117#: config/tc-ia64.c:7938 config/tc-xstormy16.c:161
9118msgid "Not a symbolic expression"
9119msgstr ""
9120
9121#: config/tc-ia64.c:7943 config/tc-ia64.c:7957
9122msgid "Illegal combination of relocation functions"
9123msgstr ""
9124
9125#: config/tc-ia64.c:8046
9126msgid "No current frame"
9127msgstr ""
9128
9129#: config/tc-ia64.c:8048
9130#, c-format
9131msgid "Register number out of range 0..%u"
9132msgstr ""
9133
9134#: config/tc-ia64.c:8087
9135msgid "Standalone `#' is illegal"
9136msgstr ""
9137
9138#: config/tc-ia64.c:8090
9139msgid "Redundant `#' suffix operators"
9140msgstr ""
9141
9142#: config/tc-ia64.c:8248
9143#, c-format
9144msgid "Unhandled dependency %s for %s (%s), note %d"
9145msgstr ""
9146
9147#: config/tc-ia64.c:9561
9148#, c-format
9149msgid "Unrecognized dependency specifier %d\n"
9150msgstr ""
9151
9152#: config/tc-ia64.c:10431
9153msgid "Only the first path encountering the conflict is reported"
9154msgstr ""
9155
9156#: config/tc-ia64.c:10433
9157msgid "This is the location of the conflicting usage"
9158msgstr ""
9159
9160#: config/tc-ia64.c:10695
9161#, c-format
9162msgid "Unknown opcode `%s'"
9163msgstr ""
9164
9165#: config/tc-ia64.c:10773
9166#, c-format
9167msgid "AR %d can only be accessed by %c-unit"
9168msgstr ""
9169
9170#: config/tc-ia64.c:10785
9171msgid "hint.b may be treated as nop"
9172msgstr ""
9173
9174#: config/tc-ia64.c:10788
9175msgid "hint.b shouldn't be used"
9176msgstr ""
9177
9178#: config/tc-ia64.c:10827
9179#, c-format
9180msgid "`%s' cannot be predicated"
9181msgstr ""
9182
9183#: config/tc-ia64.c:10899
9184msgid "Closing bracket missing"
9185msgstr ""
9186
9187#: config/tc-ia64.c:10908
9188msgid "Index must be a general register"
9189msgstr ""
9190
9191#: config/tc-ia64.c:11073
9192#, c-format
9193msgid "Unsupported fixup size %d"
9194msgstr ""
9195
9196#. This should be an error, but since previously there wasn't any
9197#. diagnostic here, don't make it fail because of this for now.
9198#: config/tc-ia64.c:11345
9199#, c-format
9200msgid "Cannot express %s%d%s relocation"
9201msgstr ""
9202
9203#: config/tc-ia64.c:11364
9204msgid "No addend allowed in @fptr() relocation"
9205msgstr ""
9206
9207#: config/tc-ia64.c:11403
9208msgid "integer operand out of range"
9209msgstr ""
9210
9211#: config/tc-ia64.c:11470
9212#, c-format
9213msgid "%s must have a constant value"
9214msgstr ""
9215
9216#: config/tc-ia64.c:11490
9217msgid "cannot resolve @slotcount parameter"
9218msgstr ""
9219
9220#: config/tc-ia64.c:11523
9221msgid "invalid @slotcount value"
9222msgstr ""
9223
9224#: config/tc-ia64.c:11560 config/tc-z8k.c:1378
9225#, c-format
9226msgid "Cannot represent %s relocation in object file"
9227msgstr ""
9228
9229#: config/tc-ia64.c:11671
9230msgid "Can't add stop bit to mark end of instruction group"
9231msgstr ""
9232
9233#: config/tc-ia64.c:11780 read.c:2598 read.c:3295 read.c:3647 stabs.c:464
9234#, c-format
9235msgid "expected comma after \"%s\""
9236msgstr ""
9237
9238#: config/tc-ia64.c:11822
9239#, c-format
9240msgid "`%s' is already the alias of %s `%s'"
9241msgstr ""
9242
9243#: config/tc-ia64.c:11832
9244#, c-format
9245msgid "%s `%s' already has an alias `%s'"
9246msgstr ""
9247
9248#: config/tc-ia64.c:11843
9249#, c-format
9250msgid "inserting \"%s\" into %s alias hash table failed: %s"
9251msgstr ""
9252
9253#: config/tc-ia64.c:11851
9254#, c-format
9255msgid "inserting \"%s\" into %s name hash table failed: %s"
9256msgstr ""
9257
9258#: config/tc-ia64.c:11877
9259#, c-format
9260msgid "symbol `%s' aliased to `%s' is not used"
9261msgstr ""
9262
9263#: config/tc-ia64.c:11900
9264#, c-format
9265msgid "section `%s' aliased to `%s' is not used"
9266msgstr ""
9267
9268#: config/tc-ip2k.c:139
9269#, c-format
9270msgid "IP2K specific command line options:\n"
9271msgstr ""
9272
9273#: config/tc-ip2k.c:140
9274#, c-format
9275msgid "  -mip2022               restrict to IP2022 insns \n"
9276msgstr ""
9277
9278#: config/tc-ip2k.c:141
9279#, c-format
9280msgid "  -mip2022ext            permit extended IP2022 insn\n"
9281msgstr ""
9282
9283#: config/tc-iq2000.c:362
9284#, c-format
9285msgid "the yielding instruction %s may not be in a delay slot."
9286msgstr ""
9287
9288#: config/tc-iq2000.c:370
9289#, c-format
9290msgid "Register number (R%ld) for double word access must be even."
9291msgstr ""
9292
9293#: config/tc-iq2000.c:379 config/tc-iq2000.c:384 config/tc-iq2000.c:389
9294#: config/tc-iq2000.c:406 config/tc-mt.c:244 config/tc-mt.c:249
9295#, c-format
9296msgid "operand references R%ld of previous load."
9297msgstr ""
9298
9299#: config/tc-iq2000.c:394
9300msgid "instruction implicitly accesses R31 of previous load."
9301msgstr ""
9302
9303#: config/tc-iq2000.c:649 config/tc-mep.c:2008
9304msgid "Unmatched high relocation"
9305msgstr ""
9306
9307#: config/tc-iq2000.c:826 config/tc-mips.c:19022 config/tc-score.c:5814
9308msgid ".end not in text section"
9309msgstr ""
9310
9311#: config/tc-iq2000.c:830 config/tc-score.c:5817
9312msgid ".end directive without a preceding .ent directive."
9313msgstr ""
9314
9315#: config/tc-iq2000.c:839 config/tc-score.c:5825
9316msgid ".end symbol does not match .ent symbol."
9317msgstr ""
9318
9319#: config/tc-iq2000.c:842 config/tc-mips.c:19042 config/tc-score.c:5830
9320msgid ".end directive missing or unknown symbol"
9321msgstr ""
9322
9323#: config/tc-iq2000.c:860
9324msgid "Expected simple number."
9325msgstr ""
9326
9327#: config/tc-iq2000.c:889 config/tc-mips.c:18947 config/tc-score.c:5666
9328#, c-format
9329msgid " *input_line_pointer == '%c' 0x%02x\n"
9330msgstr ""
9331
9332#: config/tc-iq2000.c:891
9333msgid "Invalid number"
9334msgstr ""
9335
9336#: config/tc-iq2000.c:925 config/tc-score.c:5704
9337msgid ".ent or .aent not in text section."
9338msgstr ""
9339
9340#: config/tc-iq2000.c:928
9341msgid "missing `.end'"
9342msgstr ""
9343
9344#: config/tc-m32c.c:142
9345#, c-format
9346msgid " M32C specific command line options:\n"
9347msgstr ""
9348
9349#. Pretend that we do not recognise this option.
9350#: config/tc-m32r.c:330
9351msgid "Unrecognised option: -hidden"
9352msgstr ""
9353
9354#: config/tc-m32r.c:357 config/tc-sparc.c:647
9355msgid "Unrecognized option following -K"
9356msgstr ""
9357
9358#: config/tc-m32r.c:372
9359#, c-format
9360msgid " M32R specific command line options:\n"
9361msgstr ""
9362
9363#: config/tc-m32r.c:374
9364#, c-format
9365msgid ""
9366"  -m32r                   disable support for the m32rx instruction set\n"
9367msgstr ""
9368
9369#: config/tc-m32r.c:376
9370#, c-format
9371msgid "  -m32rx                  support the extended m32rx instruction set\n"
9372msgstr ""
9373
9374#: config/tc-m32r.c:378
9375#, c-format
9376msgid "  -m32r2                  support the extended m32r2 instruction set\n"
9377msgstr ""
9378
9379#: config/tc-m32r.c:380
9380#, c-format
9381msgid "  -EL,-little             produce little endian code and data\n"
9382msgstr ""
9383
9384#: config/tc-m32r.c:382
9385#, c-format
9386msgid "  -EB,-big                produce big endian code and data\n"
9387msgstr ""
9388
9389#: config/tc-m32r.c:384
9390#, c-format
9391msgid "  -parallel               try to combine instructions in parallel\n"
9392msgstr ""
9393
9394#: config/tc-m32r.c:386
9395#, c-format
9396msgid "  -no-parallel            disable -parallel\n"
9397msgstr ""
9398
9399#: config/tc-m32r.c:388
9400#, c-format
9401msgid ""
9402"  -no-bitinst             disallow the M32R2's extended bit-field "
9403"instructions\n"
9404msgstr ""
9405
9406#: config/tc-m32r.c:390
9407#, c-format
9408msgid "  -O                      try to optimize code.  Implies -parallel\n"
9409msgstr ""
9410
9411#: config/tc-m32r.c:393
9412#, c-format
9413msgid ""
9414"  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
9415msgstr ""
9416
9417#: config/tc-m32r.c:395
9418#, c-format
9419msgid "                                         might violate contraints\n"
9420msgstr ""
9421
9422#: config/tc-m32r.c:397
9423#, c-format
9424msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
9425msgstr ""
9426
9427#: config/tc-m32r.c:399
9428#, c-format
9429msgid ""
9430"                                         instructions might violate "
9431"contraints\n"
9432msgstr ""
9433
9434#: config/tc-m32r.c:401
9435#, c-format
9436msgid ""
9437"  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
9438msgstr ""
9439
9440#: config/tc-m32r.c:403
9441#, c-format
9442msgid ""
9443"  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
9444msgstr ""
9445
9446#: config/tc-m32r.c:405
9447#, c-format
9448msgid ""
9449"  -ignore-parallel-conflicts            do not check parallel instructions\n"
9450msgstr ""
9451
9452#: config/tc-m32r.c:407
9453#, c-format
9454msgid "                                         for constraint violations\n"
9455msgstr ""
9456
9457#: config/tc-m32r.c:409
9458#, c-format
9459msgid ""
9460"  -no-ignore-parallel-conflicts         check parallel instructions for\n"
9461msgstr ""
9462
9463#: config/tc-m32r.c:411
9464#, c-format
9465msgid "                                         constraint violations\n"
9466msgstr ""
9467
9468#: config/tc-m32r.c:413
9469#, c-format
9470msgid "  -Ip                     synonym for -ignore-parallel-conflicts\n"
9471msgstr ""
9472
9473#: config/tc-m32r.c:415
9474#, c-format
9475msgid "  -nIp                    synonym for -no-ignore-parallel-conflicts\n"
9476msgstr ""
9477
9478#: config/tc-m32r.c:418
9479#, c-format
9480msgid ""
9481"  -warn-unmatched-high    warn when an (s)high reloc has no matching low "
9482"reloc\n"
9483msgstr ""
9484
9485#: config/tc-m32r.c:420
9486#, c-format
9487msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
9488msgstr ""
9489
9490#: config/tc-m32r.c:422
9491#, c-format
9492msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
9493msgstr ""
9494
9495#: config/tc-m32r.c:424
9496#, c-format
9497msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
9498msgstr ""
9499
9500#: config/tc-m32r.c:427
9501#, c-format
9502msgid "  -KPIC                   generate PIC\n"
9503msgstr ""
9504
9505#: config/tc-m32r.c:846
9506msgid "instructions write to the same destination register."
9507msgstr ""
9508
9509#: config/tc-m32r.c:854
9510msgid "Instructions do not use parallel execution pipelines."
9511msgstr ""
9512
9513#: config/tc-m32r.c:862
9514msgid "Instructions share the same execution pipeline"
9515msgstr ""
9516
9517#: config/tc-m32r.c:927 config/tc-m32r.c:1041
9518#, c-format
9519msgid "not a 16 bit instruction '%s'"
9520msgstr ""
9521
9522#: config/tc-m32r.c:939 config/tc-m32r.c:1053 config/tc-m32r.c:1237
9523#, c-format
9524msgid "instruction '%s' is for the M32R2 only"
9525msgstr ""
9526
9527#: config/tc-m32r.c:952 config/tc-m32r.c:1066 config/tc-m32r.c:1250
9528#, c-format
9529msgid "unknown instruction '%s'"
9530msgstr ""
9531
9532#: config/tc-m32r.c:961 config/tc-m32r.c:1073 config/tc-m32r.c:1257
9533#, c-format
9534msgid "instruction '%s' is for the M32RX only"
9535msgstr ""
9536
9537#: config/tc-m32r.c:970 config/tc-m32r.c:1082
9538#, c-format
9539msgid "instruction '%s' cannot be executed in parallel."
9540msgstr ""
9541
9542#: config/tc-m32r.c:1025 config/tc-m32r.c:1107 config/tc-m32r.c:1314
9543msgid "internal error: lookup/get operands failed"
9544msgstr ""
9545
9546#: config/tc-m32r.c:1092
9547#, c-format
9548msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
9549msgstr ""
9550
9551#: config/tc-m32r.c:1121
9552#, c-format
9553msgid ""
9554"%s: output of 1st instruction is the same as an input to 2nd instruction - "
9555"is this intentional ?"
9556msgstr ""
9557
9558#: config/tc-m32r.c:1125
9559#, c-format
9560msgid ""
9561"%s: output of 2nd instruction is the same as an input to 1st instruction - "
9562"is this intentional ?"
9563msgstr ""
9564
9565#: config/tc-m32r.c:1498
9566#, c-format
9567msgid ".SCOMMon length (%ld.) <0! Ignored."
9568msgstr ""
9569
9570#: config/tc-m32r.c:1548
9571#, c-format
9572msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
9573msgstr ""
9574
9575#: config/tc-m32r.c:1925 config/tc-m32r.c:1978 config/tc-nds32.c:4185
9576#: config/tc-nds32.c:4221 config/tc-sh.c:774 config/tc-sh.c:2457
9577msgid "Invalid PIC expression."
9578msgstr ""
9579
9580#: config/tc-m32r.c:2069
9581msgid "Unmatched high/shigh reloc"
9582msgstr ""
9583
9584#: config/tc-m68hc11.c:416
9585#, c-format
9586msgid ""
9587"Motorola 68HC11/68HC12/68HCS12 options:\n"
9588"  -m68hc11 | -m68hc12 |\n"
9589"  -m68hcs12 | -mm9s12x |\n"
9590"  -mm9s12xg               specify the processor [default %s]\n"
9591"  -mshort                 use 16-bit int ABI (default)\n"
9592"  -mlong                  use 32-bit int ABI\n"
9593"  -mshort-double          use 32-bit double ABI\n"
9594"  -mlong-double           use 64-bit double ABI (default)\n"
9595"  --force-long-branches   always turn relative branches into absolute ones\n"
9596"  -S,--short-branches     do not turn relative branches into absolute ones\n"
9597"                          when the offset is out of range\n"
9598"  --strict-direct-mode    do not turn the direct mode into extended mode\n"
9599"                          when the instruction does not support direct mode\n"
9600"  --print-insn-syntax     print the syntax of instruction in case of error\n"
9601"  --print-opcodes         print the list of instructions with syntax\n"
9602"  --xgate-ramoffset       offset ram addresses by 0xc000\n"
9603"  --generate-example      generate an example of each instruction\n"
9604"                          (used for testing)\n"
9605msgstr ""
9606
9607#: config/tc-m68hc11.c:464 config/tc-xgate.c:284
9608#, c-format
9609msgid "Default target `%s' is not supported."
9610msgstr ""
9611
9612#. Dump the opcode statistics table.
9613#: config/tc-m68hc11.c:482
9614#, c-format
9615msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
9616msgstr ""
9617
9618#: config/tc-m68hc11.c:561
9619#, c-format
9620msgid "Option `%s' is not recognized."
9621msgstr ""
9622
9623#: config/tc-m68hc11.c:748
9624msgid "imm3"
9625msgstr ""
9626
9627#: config/tc-m68hc11.c:756
9628msgid "RD"
9629msgstr ""
9630
9631#: config/tc-m68hc11.c:764
9632msgid "RD,RS"
9633msgstr ""
9634
9635#: config/tc-m68hc11.c:772
9636msgid "RI, #imm4"
9637msgstr ""
9638
9639#: config/tc-m68hc11.c:804
9640msgid "RD, (RI,#offs5)"
9641msgstr ""
9642
9643#: config/tc-m68hc11.c:856
9644msgid "#<imm8>"
9645msgstr ""
9646
9647#: config/tc-m68hc11.c:865
9648msgid "#<imm16>"
9649msgstr ""
9650
9651#: config/tc-m68hc11.c:874 config/tc-m68hc11.c:883
9652msgid "<imm8>,X"
9653msgstr ""
9654
9655#: config/tc-m68hc11.c:910
9656msgid "*<abs8>"
9657msgstr ""
9658
9659#: config/tc-m68hc11.c:922
9660msgid "#<mask>"
9661msgstr ""
9662
9663#: config/tc-m68hc11.c:932
9664#, c-format
9665msgid "symbol%d"
9666msgstr ""
9667
9668#: config/tc-m68hc11.c:934
9669msgid "<abs>"
9670msgstr ""
9671
9672#: config/tc-m68hc11.c:953
9673msgid "<label>"
9674msgstr ""
9675
9676#: config/tc-m68hc11.c:969
9677#, c-format
9678msgid ""
9679"# Example of `%s' instructions\n"
9680"\t.sect .text\n"
9681"_start:\n"
9682msgstr ""
9683
9684#: config/tc-m68hc11.c:1016
9685#, c-format
9686msgid "Instruction `%s' is not recognized."
9687msgstr ""
9688
9689#: config/tc-m68hc11.c:1021
9690#, c-format
9691msgid "Instruction formats for `%s':"
9692msgstr ""
9693
9694#: config/tc-m68hc11.c:1173
9695#, c-format
9696msgid "Immediate operand is not allowed for operand %d."
9697msgstr ""
9698
9699#: config/tc-m68hc11.c:1217
9700msgid "Indirect indexed addressing is not valid for 68HC11."
9701msgstr ""
9702
9703#: config/tc-m68hc11.c:1237
9704msgid "Spurious `,' or bad indirect register addressing mode."
9705msgstr ""
9706
9707#: config/tc-m68hc11.c:1259
9708msgid "Missing second register or offset for indexed-indirect mode."
9709msgstr ""
9710
9711#: config/tc-m68hc11.c:1269
9712msgid "Missing second register for indexed-indirect mode."
9713msgstr ""
9714
9715#: config/tc-m68hc11.c:1285
9716msgid "Missing `]' to close indexed-indirect mode."
9717msgstr ""
9718
9719#: config/tc-m68hc11.c:1330 config/tc-m68hc11.c:2961 config/tc-m68hc11.c:3073
9720#: config/tc-m68hc11.c:3147 config/tc-m68hc11.c:3331 config/tc-m68hc11.c:3402
9721msgid "Illegal operand."
9722msgstr ""
9723
9724#. Looks like OP_R_R.
9725#: config/tc-m68hc11.c:1335 config/tc-m68hc11.c:2966 config/tc-m68hc11.c:3078
9726#: config/tc-m68hc11.c:3152 config/tc-m68hc11.c:3258 config/tc-m68hc11.c:3310
9727#: config/tc-m68hc11.c:3318 config/tc-m68hc11.c:3336
9728msgid "Missing operand."
9729msgstr ""
9730
9731#: config/tc-m68hc11.c:1388
9732msgid "Pre-increment mode is not valid for 68HC11"
9733msgstr ""
9734
9735#: config/tc-m68hc11.c:1401
9736msgid "Wrong register in register indirect mode."
9737msgstr ""
9738
9739#: config/tc-m68hc11.c:1409
9740msgid "Missing `]' to close register indirect operand."
9741msgstr ""
9742
9743#: config/tc-m68hc11.c:1429
9744msgid "Post-decrement mode is not valid for 68HC11."
9745msgstr ""
9746
9747#: config/tc-m68hc11.c:1437
9748msgid "Post-increment mode is not valid for 68HC11."
9749msgstr ""
9750
9751#: config/tc-m68hc11.c:1455
9752msgid "Invalid indexed indirect mode."
9753msgstr ""
9754
9755#: config/tc-m68hc11.c:1579
9756#, c-format
9757msgid "Trap id `%ld' is out of range."
9758msgstr ""
9759
9760#: config/tc-m68hc11.c:1583
9761msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
9762msgstr ""
9763
9764#: config/tc-m68hc11.c:1590 config/tc-m68hc11.c:1741
9765#, c-format
9766msgid "Operand out of 8-bit range: `%ld'."
9767msgstr ""
9768
9769#: config/tc-m68hc11.c:1597
9770msgid "The trap id must be a constant."
9771msgstr ""
9772
9773#: config/tc-m68hc11.c:1629 config/tc-m68hc11.c:1784 config/tc-xgate.c:1345
9774#, c-format
9775msgid "Operand `%x' not recognized in fixup8."
9776msgstr ""
9777
9778#: config/tc-m68hc11.c:1646 config/tc-m68hc11.c:1694
9779#, c-format
9780msgid "Operand out of 16-bit range: `%ld'."
9781msgstr ""
9782
9783#: config/tc-m68hc11.c:1677 config/tc-m68hc11.c:1708
9784#, c-format
9785msgid "Operand `%x' not recognized in fixup16."
9786msgstr ""
9787
9788#: config/tc-m68hc11.c:1801
9789#, c-format
9790msgid "Unexpected branch conversion with `%x'"
9791msgstr ""
9792
9793#: config/tc-m68hc11.c:1887 config/tc-m68hc11.c:2019
9794#, c-format
9795msgid "Operand out of range for a relative branch: `%ld'"
9796msgstr ""
9797
9798#: config/tc-m68hc11.c:1987
9799msgid "Invalid register for dbcc/tbcc instruction."
9800msgstr ""
9801
9802#: config/tc-m68hc11.c:2075
9803#, c-format
9804msgid "Increment/decrement value is out of range: `%ld'."
9805msgstr ""
9806
9807#: config/tc-m68hc11.c:2087
9808msgid "Expecting a register."
9809msgstr ""
9810
9811#: config/tc-m68hc11.c:2102
9812msgid "Invalid register for post/pre increment."
9813msgstr ""
9814
9815#: config/tc-m68hc11.c:2132
9816msgid "Invalid register."
9817msgstr ""
9818
9819#: config/tc-m68hc11.c:2139
9820#, c-format
9821msgid "Offset out of 16-bit range: %ld."
9822msgstr ""
9823
9824#: config/tc-m68hc11.c:2145
9825#, c-format
9826msgid "Offset out of 5-bit range for movw/movb insn: %ld."
9827msgstr ""
9828
9829#: config/tc-m68hc11.c:2270
9830msgid "Expecting register D for indexed indirect mode."
9831msgstr ""
9832
9833#: config/tc-m68hc11.c:2272
9834msgid "Indexed indirect mode is not allowed for movb/movw."
9835msgstr ""
9836
9837#: config/tc-m68hc11.c:2289
9838msgid "Invalid accumulator register."
9839msgstr ""
9840
9841#: config/tc-m68hc11.c:2315
9842msgid "Invalid indexed register."
9843msgstr ""
9844
9845#: config/tc-m68hc11.c:2325
9846msgid "Addressing mode not implemented yet."
9847msgstr ""
9848
9849#: config/tc-m68hc11.c:2339
9850msgid "Invalid source register for this instruction, use 'tfr'."
9851msgstr ""
9852
9853#: config/tc-m68hc11.c:2341
9854msgid "Invalid source register."
9855msgstr ""
9856
9857#: config/tc-m68hc11.c:2346
9858msgid "Invalid destination register for this instruction, use 'tfr'."
9859msgstr ""
9860
9861#: config/tc-m68hc11.c:2348
9862msgid "Invalid destination register."
9863msgstr ""
9864
9865#: config/tc-m68hc11.c:2523
9866msgid "Invalid indexed register, expecting register X."
9867msgstr ""
9868
9869#: config/tc-m68hc11.c:2525
9870msgid "Invalid indexed register, expecting register Y."
9871msgstr ""
9872
9873#: config/tc-m68hc11.c:2844
9874msgid "No instruction or missing opcode."
9875msgstr ""
9876
9877#: config/tc-m68hc11.c:2854 config/tc-m68hc11.c:3532
9878#, c-format
9879msgid "Opcode `%s' is not recognized."
9880msgstr ""
9881
9882#: config/tc-m68hc11.c:2903 config/tc-m68hc11.c:3452 config/tc-m68hc11.c:3554
9883#, c-format
9884msgid "Garbage at end of instruction: `%s'."
9885msgstr ""
9886
9887#: config/tc-m68hc11.c:3440
9888#, c-format
9889msgid "Failed to find a valid mode for `%s'."
9890msgstr ""
9891
9892#: config/tc-m68hc11.c:3464 config/tc-m68hc11.c:3682 config/tc-m68hc11.c:3688
9893#, c-format
9894msgid "Invalid operand for `%s'"
9895msgstr ""
9896
9897#: config/tc-m68hc11.c:3740
9898#, c-format
9899msgid "Invalid mode: %s\n"
9900msgstr ""
9901
9902#: config/tc-m68hc11.c:3799
9903msgid "bad .relax format"
9904msgstr ""
9905
9906#: config/tc-m68hc11.c:3843 config/tc-xgate.c:630
9907#, c-format
9908msgid "Relocation %d is not supported by object file format."
9909msgstr ""
9910
9911#: config/tc-m68hc11.c:4120
9912msgid "bra or bsr with undefined symbol."
9913msgstr ""
9914
9915#: config/tc-m68hc11.c:4221 config/tc-m68hc11.c:4278
9916#, c-format
9917msgid "Subtype %d is not recognized."
9918msgstr ""
9919
9920#: config/tc-m68hc11.c:4336 config/tc-xgate.c:663
9921msgid "Expression too complex."
9922msgstr ""
9923
9924#: config/tc-m68hc11.c:4367 config/tc-xgate.c:708 config/tc-xgate.c:717
9925msgid "Value out of 16-bit range."
9926msgstr ""
9927
9928#: config/tc-m68hc11.c:4389
9929#, c-format
9930msgid "Value %ld too large for 8-bit PC-relative branch."
9931msgstr ""
9932
9933#: config/tc-m68hc11.c:4399 config/tc-xgate.c:674
9934#, c-format
9935msgid "Value %ld too large for 9-bit PC-relative branch."
9936msgstr ""
9937
9938#: config/tc-m68hc11.c:4408 config/tc-xgate.c:691
9939#, c-format
9940msgid "Value %ld too large for 10-bit PC-relative branch."
9941msgstr ""
9942
9943#: config/tc-m68hc11.c:4416
9944#, c-format
9945msgid "Auto increment/decrement offset '%ld' is out of range."
9946msgstr ""
9947
9948#: config/tc-m68hc11.c:4429
9949#, c-format
9950msgid "Offset out of 5-bit range for movw/movb insn: %ld"
9951msgstr ""
9952
9953#: config/tc-m68hc11.c:4440
9954#, c-format
9955msgid "Offset out of 9-bit range for movw/movb insn: %ld"
9956msgstr ""
9957
9958#: config/tc-m68hc11.c:4452
9959#, c-format
9960msgid "Offset out of 16-bit range for movw/movb insn: %ld"
9961msgstr ""
9962
9963#: config/tc-m68hc11.c:4469 config/tc-xgate.c:752
9964#, c-format
9965msgid "Line %d: unknown relocation type: 0x%x."
9966msgstr ""
9967
9968#: config/tc-m68hc11.c:4494
9969msgid "Invalid directive"
9970msgstr ""
9971
9972#: config/tc-m68k.c:1165
9973#, c-format
9974msgid "Can not do %d byte pc-relative relocation"
9975msgstr ""
9976
9977#: config/tc-m68k.c:1167
9978#, c-format
9979msgid "Can not do %d byte pc-relative pic relocation"
9980msgstr ""
9981
9982#: config/tc-m68k.c:1172
9983#, c-format
9984msgid "Can not do %d byte relocation"
9985msgstr ""
9986
9987#: config/tc-m68k.c:1174
9988#, c-format
9989msgid "Can not do %d byte pic relocation"
9990msgstr ""
9991
9992#: config/tc-m68k.c:1254
9993#, c-format
9994msgid "Unable to produce reloc against symbol '%s'"
9995msgstr ""
9996
9997#: config/tc-m68k.c:1313 config/tc-vax.c:2369
9998#, c-format
9999msgid "Cannot make %s relocation PC relative"
10000msgstr ""
10001
10002#: config/tc-m68k.c:1429 config/tc-vax.c:1879
10003msgid "No operator"
10004msgstr ""
10005
10006#: config/tc-m68k.c:1459 config/tc-vax.c:1895
10007msgid "Unknown operator"
10008msgstr ""
10009
10010#: config/tc-m68k.c:2362
10011msgid "invalid instruction for this architecture; needs "
10012msgstr ""
10013
10014#: config/tc-m68k.c:2370
10015msgid "hardware divide"
10016msgstr ""
10017
10018#: config/tc-m68k.c:2392 config/tc-m68k.c:2396 config/tc-m68k.c:2400
10019msgid "or higher"
10020msgstr ""
10021
10022#: config/tc-m68k.c:2453
10023msgid "operands mismatch"
10024msgstr ""
10025
10026#: config/tc-m68k.c:2517 config/tc-m68k.c:2523 config/tc-m68k.c:2529
10027#: config/tc-mmix.c:2495 config/tc-mmix.c:2519
10028msgid "operand out of range"
10029msgstr ""
10030
10031#: config/tc-m68k.c:2586
10032#, c-format
10033msgid "Bignum too big for %c format; truncated"
10034msgstr ""
10035
10036#: config/tc-m68k.c:2663
10037msgid "displacement too large for this architecture; needs 68020 or higher"
10038msgstr ""
10039
10040#: config/tc-m68k.c:2774
10041msgid ""
10042"scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
10043msgstr ""
10044
10045#: config/tc-m68k.c:2779
10046msgid "invalid index size for coldfire"
10047msgstr ""
10048
10049#: config/tc-m68k.c:2832
10050msgid "Forcing byte displacement"
10051msgstr ""
10052
10053#: config/tc-m68k.c:2834
10054msgid "byte displacement out of range"
10055msgstr ""
10056
10057#: config/tc-m68k.c:2882 config/tc-m68k.c:2920
10058msgid "invalid operand mode for this architecture; needs 68020 or higher"
10059msgstr ""
10060
10061#: config/tc-m68k.c:2906 config/tc-m68k.c:2940
10062msgid ":b not permitted; defaulting to :w"
10063msgstr ""
10064
10065#: config/tc-m68k.c:3017
10066msgid "unsupported byte value; use a different suffix"
10067msgstr ""
10068
10069#: config/tc-m68k.c:3032
10070msgid "unknown/incorrect operand"
10071msgstr ""
10072
10073#: config/tc-m68k.c:3075 config/tc-m68k.c:3083 config/tc-m68k.c:3090
10074#: config/tc-m68k.c:3097
10075msgid "out of range"
10076msgstr ""
10077
10078#: config/tc-m68k.c:3171
10079msgid "Can't use long branches on this architecture"
10080msgstr ""
10081
10082#: config/tc-m68k.c:3277
10083msgid "Expression out of range, using 0"
10084msgstr ""
10085
10086#: config/tc-m68k.c:3478 config/tc-m68k.c:3494
10087msgid "Floating point register in register list"
10088msgstr ""
10089
10090#: config/tc-m68k.c:3484
10091msgid "Wrong register in floating-point reglist"
10092msgstr ""
10093
10094#: config/tc-m68k.c:3500
10095msgid "incorrect register in reglist"
10096msgstr ""
10097
10098#: config/tc-m68k.c:3506
10099msgid "wrong register in floating-point reglist"
10100msgstr ""
10101
10102#. ERROR.
10103#: config/tc-m68k.c:3979
10104msgid "Extra )"
10105msgstr ""
10106
10107#. ERROR.
10108#: config/tc-m68k.c:3990
10109msgid "Missing )"
10110msgstr ""
10111
10112#: config/tc-m68k.c:4007
10113msgid "Missing operand"
10114msgstr ""
10115
10116#: config/tc-m68k.c:4332
10117#, c-format
10118msgid "unrecognized default cpu `%s'"
10119msgstr ""
10120
10121#: config/tc-m68k.c:4386
10122#, c-format
10123msgid "%s -- statement `%s' ignored"
10124msgstr ""
10125
10126#: config/tc-m68k.c:4435
10127#, c-format
10128msgid "Don't know how to figure width of %c in md_assemble()"
10129msgstr ""
10130
10131#: config/tc-m68k.c:4667 config/tc-m68k.c:4706
10132#, c-format
10133msgid "Internal Error: Can't find %s in hash table"
10134msgstr ""
10135
10136#: config/tc-m68k.c:4670 config/tc-m68k.c:4709
10137#, c-format
10138msgid "Internal Error: Can't hash %s: %s"
10139msgstr ""
10140
10141#: config/tc-m68k.c:4834
10142#, c-format
10143msgid "text label `%s' aligned to odd boundary"
10144msgstr ""
10145
10146#: config/tc-m68k.c:5006
10147#, c-format
10148msgid "value %ld out of range"
10149msgstr ""
10150
10151#: config/tc-m68k.c:5020
10152msgid "invalid byte branch offset"
10153msgstr ""
10154
10155#: config/tc-m68k.c:5057
10156msgid "short branch with zero offset: use :w"
10157msgstr ""
10158
10159#: config/tc-m68k.c:5101
10160msgid "Conversion of PC relative BSR to absolute JSR"
10161msgstr ""
10162
10163#: config/tc-m68k.c:5112
10164msgid "Conversion of PC relative branch to absolute jump"
10165msgstr ""
10166
10167#: config/tc-m68k.c:5129 config/tc-m68k.c:5186
10168msgid "Conversion of PC relative conditional branch to absolute jump"
10169msgstr ""
10170
10171#: config/tc-m68k.c:5251
10172msgid "Conversion of PC relative displacement to absolute"
10173msgstr ""
10174
10175#: config/tc-m68k.c:5464
10176msgid "Tried to convert PC relative branch to absolute jump"
10177msgstr ""
10178
10179#: config/tc-m68k.c:5509 config/tc-m68k.c:5520 config/tc-m68k.c:5564
10180msgid "expression out of range: defaulting to 1"
10181msgstr ""
10182
10183#: config/tc-m68k.c:5556
10184msgid "expression out of range: defaulting to 0"
10185msgstr ""
10186
10187#: config/tc-m68k.c:5597 config/tc-m68k.c:5609
10188#, c-format
10189msgid "Can't deal with expression; defaulting to %ld"
10190msgstr ""
10191
10192#: config/tc-m68k.c:5623
10193msgid "expression doesn't fit in BYTE"
10194msgstr ""
10195
10196#: config/tc-m68k.c:5627
10197msgid "expression doesn't fit in WORD"
10198msgstr ""
10199
10200#: config/tc-m68k.c:5714
10201#, c-format
10202msgid "%s: unrecognized processor name"
10203msgstr ""
10204
10205#: config/tc-m68k.c:5775
10206msgid "bad coprocessor id"
10207msgstr ""
10208
10209#: config/tc-m68k.c:5781
10210msgid "unrecognized fopt option"
10211msgstr ""
10212
10213#: config/tc-m68k.c:5913
10214#, c-format
10215msgid "option `%s' may not be negated"
10216msgstr ""
10217
10218#: config/tc-m68k.c:5924
10219#, c-format
10220msgid "option `%s' not recognized"
10221msgstr ""
10222
10223#: config/tc-m68k.c:5953
10224msgid "bad format of OPT NEST=depth"
10225msgstr ""
10226
10227#: config/tc-m68k.c:6009
10228msgid "missing label"
10229msgstr ""
10230
10231#: config/tc-m68k.c:6035
10232#, c-format
10233msgid "bad register list: %s"
10234msgstr ""
10235
10236#: config/tc-m68k.c:6133
10237msgid "restore without save"
10238msgstr ""
10239
10240#: config/tc-m68k.c:6287 config/tc-m68k.c:6657
10241msgid "syntax error in structured control directive"
10242msgstr ""
10243
10244#: config/tc-m68k.c:6332
10245msgid "missing condition code in structured control directive"
10246msgstr ""
10247
10248#: config/tc-m68k.c:6403
10249#, c-format
10250msgid ""
10251"Condition <%c%c> in structured control directive can not be encoded correctly"
10252msgstr ""
10253
10254#: config/tc-m68k.c:6699
10255msgid "missing then"
10256msgstr ""
10257
10258#: config/tc-m68k.c:6780
10259msgid "else without matching if"
10260msgstr ""
10261
10262#: config/tc-m68k.c:6813
10263msgid "endi without matching if"
10264msgstr ""
10265
10266#: config/tc-m68k.c:6853
10267msgid "break outside of structured loop"
10268msgstr ""
10269
10270#: config/tc-m68k.c:6891
10271msgid "next outside of structured loop"
10272msgstr ""
10273
10274#: config/tc-m68k.c:6942
10275msgid "missing ="
10276msgstr ""
10277
10278#: config/tc-m68k.c:6980
10279msgid "missing to or downto"
10280msgstr ""
10281
10282#: config/tc-m68k.c:7016 config/tc-m68k.c:7050 config/tc-m68k.c:7264
10283msgid "missing do"
10284msgstr ""
10285
10286#: config/tc-m68k.c:7151
10287msgid "endf without for"
10288msgstr ""
10289
10290#: config/tc-m68k.c:7205
10291msgid "until without repeat"
10292msgstr ""
10293
10294#: config/tc-m68k.c:7299
10295msgid "endw without while"
10296msgstr ""
10297
10298#: config/tc-m68k.c:7332 config/tc-m68k.c:7360
10299msgid "already assembled instructions"
10300msgstr ""
10301
10302#: config/tc-m68k.c:7437
10303#, c-format
10304msgid "`%s' is deprecated, use `%s'"
10305msgstr ""
10306
10307#: config/tc-m68k.c:7456
10308#, c-format
10309msgid "cpu `%s' unrecognized"
10310msgstr ""
10311
10312#: config/tc-m68k.c:7475
10313#, c-format
10314msgid "architecture `%s' unrecognized"
10315msgstr ""
10316
10317#: config/tc-m68k.c:7496
10318#, c-format
10319msgid "extension `%s' unrecognized"
10320msgstr ""
10321
10322#: config/tc-m68k.c:7615
10323#, c-format
10324msgid "option `-A%s' is deprecated: use `-%s'"
10325msgstr ""
10326
10327#: config/tc-m68k.c:7648
10328msgid "architecture features both enabled and disabled"
10329msgstr ""
10330
10331#: config/tc-m68k.c:7675
10332msgid "selected processor does not have all features of selected architecture"
10333msgstr ""
10334
10335#: config/tc-m68k.c:7684
10336msgid "m68k and cf features both selected"
10337msgstr ""
10338
10339#: config/tc-m68k.c:7696
10340msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
10341msgstr ""
10342
10343#: config/tc-m68k.c:7728
10344#, c-format
10345msgid ""
10346"-march=<arch>\t\tset architecture\n"
10347"-mcpu=<cpu>\t\tset cpu [default %s]\n"
10348msgstr ""
10349
10350#: config/tc-m68k.c:7733
10351#, c-format
10352msgid "-m[no-]%-16s enable/disable%s architecture extension\n"
10353msgstr ""
10354
10355#: config/tc-m68k.c:7739
10356#, c-format
10357msgid ""
10358"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
10359"-pic, -k\t\tgenerate position independent code\n"
10360"-S\t\t\tturn jbsr into jsr\n"
10361"--pcrel                 never turn PC-relative branches into absolute jumps\n"
10362"--register-prefix-optional\n"
10363"\t\t\trecognize register names without prefix character\n"
10364"--bitwise-or\t\tdo not treat `|' as a comment character\n"
10365"--base-size-default-16\tbase reg without size is 16 bits\n"
10366"--base-size-default-32\tbase reg without size is 32 bits (default)\n"
10367"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
10368"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
10369msgstr ""
10370
10371#: config/tc-m68k.c:7753
10372#, c-format
10373msgid "Architecture variants are: "
10374msgstr ""
10375
10376#: config/tc-m68k.c:7762
10377#, c-format
10378msgid "Processor variants are: "
10379msgstr ""
10380
10381#: config/tc-m68k.c:7769 config/tc-xtensa.c:6337
10382#, c-format
10383msgid "\n"
10384msgstr ""
10385
10386#: config/tc-m68k.c:7800
10387#, c-format
10388msgid "Error %s in %s\n"
10389msgstr ""
10390
10391#: config/tc-m68k.c:7804
10392#, c-format
10393msgid "Opcode(%d.%s): "
10394msgstr ""
10395
10396#: config/tc-m68k.c:7962
10397msgid "Not a defined coldfire architecture"
10398msgstr ""
10399
10400#: config/tc-m68k.c:8138
10401#, c-format
10402msgid "Adjusted signed .word (%#lx) overflows: `switch'-statement too large."
10403msgstr ""
10404
10405#: config/tc-mcore.c:520 config/tc-microblaze.c:505 config/tc-microblaze.c:533
10406#: config/tc-microblaze.c:570 config/tc-microblaze.c:582
10407#, c-format
10408msgid "register expected, but saw '%.6s'"
10409msgstr ""
10410
10411#: config/tc-mcore.c:602
10412#, c-format
10413msgid "control register expected, but saw '%.6s'"
10414msgstr ""
10415
10416#: config/tc-mcore.c:638
10417msgid "bad/missing psr specifier"
10418msgstr ""
10419
10420#: config/tc-mcore.c:688
10421msgid "more than 65K literal pools"
10422msgstr ""
10423
10424#: config/tc-mcore.c:742
10425msgid "missing ']'"
10426msgstr ""
10427
10428#: config/tc-mcore.c:781
10429msgid "operand must be a constant"
10430msgstr ""
10431
10432#: config/tc-mcore.c:783
10433#, c-format
10434msgid "operand must be absolute in range %u..%u, not %ld"
10435msgstr ""
10436
10437#: config/tc-mcore.c:818
10438msgid "operand must be a multiple of 4"
10439msgstr ""
10440
10441#: config/tc-mcore.c:825
10442msgid "operand must be a multiple of 2"
10443msgstr ""
10444
10445#: config/tc-mcore.c:887 config/tc-microblaze.c:934
10446#: config/tc-microblaze.c:1066 config/tc-microblaze.c:1098
10447#: config/tc-microblaze.c:1551 config/tc-microblaze.c:1617
10448#: config/tc-microblaze.c:1690 config/tc-microblaze.c:2102
10449#: config/tc-microblaze.c:2149
10450#, c-format
10451msgid "unknown opcode \"%s\""
10452msgstr ""
10453
10454#: config/tc-mcore.c:930
10455msgid "invalid register: r15 illegal"
10456msgstr ""
10457
10458#: config/tc-mcore.c:979 config/tc-mcore.c:1560
10459msgid "M340 specific opcode used when assembling for M210"
10460msgstr ""
10461
10462#: config/tc-mcore.c:997 config/tc-mcore.c:1037 config/tc-mcore.c:1056
10463#: config/tc-mcore.c:1075 config/tc-mcore.c:1103 config/tc-mcore.c:1132
10464#: config/tc-mcore.c:1169 config/tc-mcore.c:1204 config/tc-mcore.c:1223
10465#: config/tc-mcore.c:1242 config/tc-mcore.c:1276 config/tc-mcore.c:1301
10466#: config/tc-mcore.c:1358 config/tc-mcore.c:1412 config/tc-mcore.c:1448
10467#: config/tc-mcore.c:1507 config/tc-mcore.c:1529 config/tc-mcore.c:1552
10468msgid "second operand missing"
10469msgstr ""
10470
10471#: config/tc-mcore.c:1013
10472msgid "destination register must be r1"
10473msgstr ""
10474
10475#: config/tc-mcore.c:1034
10476msgid "source register must be r1"
10477msgstr ""
10478
10479#: config/tc-mcore.c:1098 config/tc-mcore.c:1155
10480msgid "immediate is not a power of two"
10481msgstr ""
10482
10483#: config/tc-mcore.c:1126
10484msgid "translating bgeni to movi"
10485msgstr ""
10486
10487#: config/tc-mcore.c:1163
10488msgid "translating mgeni to movi"
10489msgstr ""
10490
10491#: config/tc-mcore.c:1195
10492msgid "translating bmaski to movi"
10493msgstr ""
10494
10495#: config/tc-mcore.c:1271
10496#, c-format
10497msgid "displacement too large (%d)"
10498msgstr ""
10499
10500#: config/tc-mcore.c:1285
10501msgid "Invalid register: r0 and r15 illegal"
10502msgstr ""
10503
10504#: config/tc-mcore.c:1316
10505msgid "bad starting register: r0 and r15 invalid"
10506msgstr ""
10507
10508#: config/tc-mcore.c:1329
10509msgid "ending register must be r15"
10510msgstr ""
10511
10512#: config/tc-mcore.c:1349
10513msgid "bad base register: must be r0"
10514msgstr ""
10515
10516#: config/tc-mcore.c:1367
10517msgid "first register must be r4"
10518msgstr ""
10519
10520#: config/tc-mcore.c:1378
10521msgid "last register must be r7"
10522msgstr ""
10523
10524#: config/tc-mcore.c:1415
10525msgid "reg-reg expected"
10526msgstr ""
10527
10528#: config/tc-mcore.c:1526
10529msgid "second operand must be 1"
10530msgstr ""
10531
10532#: config/tc-mcore.c:1547
10533msgid "zero used as immediate value"
10534msgstr ""
10535
10536#: config/tc-mcore.c:1574
10537msgid "duplicated psr bit specifier"
10538msgstr ""
10539
10540#: config/tc-mcore.c:1580
10541msgid "`af' must appear alone"
10542msgstr ""
10543
10544#: config/tc-mcore.c:1587 config/tc-microblaze.c:1728
10545#, c-format
10546msgid "unimplemented opcode \"%s\""
10547msgstr ""
10548
10549#: config/tc-mcore.c:1596 config/tc-microblaze.c:1737
10550#, c-format
10551msgid "ignoring operands: %s "
10552msgstr ""
10553
10554#: config/tc-mcore.c:1669
10555#, c-format
10556msgid "unrecognised cpu type '%s'"
10557msgstr ""
10558
10559#: config/tc-mcore.c:1687
10560#, c-format
10561msgid ""
10562"MCORE specific options:\n"
10563"  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
10564"  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
10565"  -cpu=[210|340]          select CPU type\n"
10566"  -EB                     assemble for a big endian system (default)\n"
10567"  -EL                     assemble for a little endian system\n"
10568msgstr ""
10569
10570#: config/tc-mcore.c:1705 config/tc-microblaze.c:1848
10571msgid "failed sanity check: short_jump"
10572msgstr ""
10573
10574#: config/tc-mcore.c:1715 config/tc-microblaze.c:1858
10575msgid "failed sanity check: long_jump"
10576msgstr ""
10577
10578#: config/tc-mcore.c:1741
10579#, c-format
10580msgid "odd displacement at %x"
10581msgstr ""
10582
10583#. Variable not in small data read only segment accessed
10584#. using small data read only anchor.
10585#: config/tc-mcore.c:1923 config/tc-microblaze.c:1964
10586#: config/tc-microblaze.c:2262 config/tc-microblaze.c:2285
10587msgid "unknown"
10588msgstr ""
10589
10590#: config/tc-mcore.c:1950
10591#, c-format
10592msgid "odd distance branch (0x%lx bytes)"
10593msgstr ""
10594
10595#: config/tc-mcore.c:1954
10596#, c-format
10597msgid "pcrel for branch to %s too far (0x%lx)"
10598msgstr ""
10599
10600#: config/tc-mcore.c:1974
10601#, c-format
10602msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
10603msgstr ""
10604
10605#: config/tc-mcore.c:1986
10606#, c-format
10607msgid "pcrel for loopt too far (0x%lx)"
10608msgstr ""
10609
10610#: config/tc-mcore.c:2182 config/tc-microblaze.c:2429 config/tc-tic30.c:1386
10611#, c-format
10612msgid "Can not do %d byte %srelocation"
10613msgstr ""
10614
10615#: config/tc-mcore.c:2184 config/tc-microblaze.c:2431
10616msgid "pc-relative"
10617msgstr ""
10618
10619#: config/tc-mep.c:339
10620#, c-format
10621msgid ""
10622"MeP specific command line options:\n"
10623"  -EB                     assemble for a big endian system\n"
10624"  -EL                     assemble for a little endian system (default)\n"
10625"  -mconfig=<name>         specify a chip configuration to use\n"
10626"  -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
10627"  -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
10628"  -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
10629"                          enable/disable the given opcodes\n"
10630"\n"
10631"  If -mconfig is given, the other -m options modify it.  Otherwise,\n"
10632"  if no -m options are given, all core opcodes are enabled;\n"
10633"  if any enabling -m options are given, only those are enabled;\n"
10634"  if only disabling -m options are given, only those are disabled.\n"
10635msgstr ""
10636
10637#: config/tc-mep.c:408
10638msgid "$hi and $lo are disabled when MUL and DIV are off"
10639msgstr ""
10640
10641#: config/tc-mep.c:415
10642msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off"
10643msgstr ""
10644
10645#: config/tc-mep.c:420
10646msgid "$dbg and $depc are disabled when DEBUG is off"
10647msgstr ""
10648
10649#: config/tc-mep.c:611
10650msgid "core and copro insn lengths must total 32 bits."
10651msgstr ""
10652
10653#: config/tc-mep.c:614 config/tc-mep.c:751
10654msgid "vliw group must consist of 1 core and 1 copro insn."
10655msgstr ""
10656
10657#: config/tc-mep.c:748
10658msgid "core and copro insn lengths must total 64 bits."
10659msgstr ""
10660
10661#: config/tc-mep.c:980
10662#, c-format
10663msgid "cannot pack %s with a 16-bit insn"
10664msgstr ""
10665
10666#: config/tc-mep.c:998
10667#, c-format
10668msgid "cannot pack %s and %s together with a 16-bit insn"
10669msgstr ""
10670
10671#: config/tc-mep.c:1004
10672msgid "too many IVC2 insns to pack with a 16-bit core insn"
10673msgstr ""
10674
10675#: config/tc-mep.c:1019
10676#, c-format
10677msgid "cannot pack %s into slot P1"
10678msgstr ""
10679
10680#: config/tc-mep.c:1025
10681msgid "too many IVC2 insns to pack with a 32-bit core insn"
10682msgstr ""
10683
10684#: config/tc-mep.c:1043
10685#, c-format
10686msgid "unable to pack %s by itself?"
10687msgstr ""
10688
10689#: config/tc-mep.c:1073
10690#, c-format
10691msgid "cannot pack %s and %s together"
10692msgstr ""
10693
10694#: config/tc-mep.c:1079
10695msgid "too many IVC2 insns to pack together"
10696msgstr ""
10697
10698#. There are no insns in the queue and a plus is present.
10699#. This is a syntax error.  Let's not tolerate this.
10700#. We can relax this later if necessary.
10701#: config/tc-mep.c:1316
10702msgid "Invalid use of parallelization operator."
10703msgstr ""
10704
10705#: config/tc-mep.c:1362
10706msgid "Leading plus sign not allowed in core mode"
10707msgstr ""
10708
10709#: config/tc-mep.c:1892
10710#, c-format
10711msgid "Don't know how to relocate plain operands of type %s"
10712msgstr ""
10713
10714#: config/tc-mep.c:1902
10715#, c-format
10716msgid "Perhaps you are missing %%tpoff()?"
10717msgstr ""
10718
10719#: config/tc-mep.c:2089
10720msgid "bad .section directive: want a,v,w,x,M,S in string"
10721msgstr ""
10722
10723#: config/tc-mep.c:2147
10724msgid ".vliw unavailable when VLIW is disabled."
10725msgstr ""
10726
10727#: config/tc-metag.c:456
10728msgid "no floating point unit specified"
10729msgstr ""
10730
10731#: config/tc-metag.c:721
10732#, c-format
10733msgid "offset must be a multiple of %d"
10734msgstr ""
10735
10736#: config/tc-metag.c:737 config/tc-metag.c:4445
10737msgid "offset and base must be from the same unit"
10738msgstr ""
10739
10740#: config/tc-metag.c:868 config/tc-metag.c:3169 config/tc-metag.c:3271
10741msgid "invalid destination register"
10742msgstr ""
10743
10744#: config/tc-metag.c:884 config/tc-metag.c:902 config/tc-metag.c:1293
10745#: config/tc-metag.c:1311 config/tc-metag.c:1531 config/tc-metag.c:3101
10746#: config/tc-metag.c:3186 config/tc-metag.c:3288
10747msgid "invalid memory operand"
10748msgstr ""
10749
10750#: config/tc-metag.c:939 config/tc-metag.c:3119
10751msgid "invalid source register"
10752msgstr ""
10753
10754#: config/tc-metag.c:1024
10755msgid "invalid destination unit"
10756msgstr ""
10757
10758#: config/tc-metag.c:1032
10759msgid "mov cannot use RD port as destination"
10760msgstr ""
10761
10762#: config/tc-metag.c:1057
10763msgid "invalid source unit"
10764msgstr ""
10765
10766#: config/tc-metag.c:1065
10767msgid "source and address units must not be shared for this addressing mode"
10768msgstr ""
10769
10770#: config/tc-metag.c:1073 config/tc-metag.c:1677
10771msgid "set can only use RD port as source"
10772msgstr ""
10773
10774#: config/tc-metag.c:1088 config/tc-metag.c:1189 config/tc-metag.c:1440
10775#: config/tc-metag.c:1698 config/tc-metag.c:4055
10776#, c-format
10777msgid "base unit must be one of %s"
10778msgstr ""
10779
10780#. We already tried to encode as an extended GET/SET.
10781#. Parsing as a standard GET/SET provides a smaller offset.
10782#: config/tc-metag.c:1109 config/tc-metag.c:1215 config/tc-metag.c:3132
10783#: config/tc-metag.c:3199 config/tc-metag.c:3301 config/tc-metag.c:4582
10784msgid "offset value out of range"
10785msgstr ""
10786
10787#: config/tc-metag.c:1169
10788msgid "destination unit must be RD"
10789msgstr ""
10790
10791#: config/tc-metag.c:1279
10792msgid "invalid destination register list"
10793msgstr ""
10794
10795#: config/tc-metag.c:1326
10796msgid "invalid source register list"
10797msgstr ""
10798
10799#: config/tc-metag.c:1351
10800msgid "register list must be even numbered"
10801msgstr ""
10802
10803#: config/tc-metag.c:1357
10804msgid "register list must be from the same unit"
10805msgstr ""
10806
10807#: config/tc-metag.c:1380
10808msgid "register list must not contain duplicates"
10809msgstr ""
10810
10811#: config/tc-metag.c:1637
10812msgid "MDRD value must be between 1 and 8"
10813msgstr ""
10814
10815#: config/tc-metag.c:1728
10816msgid "invalid destination memory operand"
10817msgstr ""
10818
10819#: config/tc-metag.c:1743
10820msgid "invalid source memory operand"
10821msgstr ""
10822
10823#: config/tc-metag.c:1750
10824#, c-format
10825msgid "address units must be one of %s"
10826msgstr ""
10827
10828#: config/tc-metag.c:1757
10829msgid "base and offset must be from the same unit"
10830msgstr ""
10831
10832#: config/tc-metag.c:1765
10833msgid "source and destination increment mode must agree"
10834msgstr ""
10835
10836#: config/tc-metag.c:2040
10837msgid ""
10838"PC, CT, TR and TT are treated as if they are a single unit but operands must "
10839"be in different units"
10840msgstr ""
10841
10842#: config/tc-metag.c:2049
10843msgid "source and destination register must be in different units"
10844msgstr ""
10845
10846#: config/tc-metag.c:2081
10847#, c-format
10848msgid "register unit must be one of %s"
10849msgstr ""
10850
10851#: config/tc-metag.c:2168
10852#, c-format
10853msgid "link register unit must be one of %s"
10854msgstr ""
10855
10856#: config/tc-metag.c:2174
10857msgid "link register must be in a low numbered register"
10858msgstr ""
10859
10860#: config/tc-metag.c:2191 config/tc-metag.c:2716 config/tc-metag.c:2770
10861msgid "target out of range"
10862msgstr ""
10863
10864#: config/tc-metag.c:2672
10865msgid "invalid quickrot unit specified"
10866msgstr ""
10867
10868#: config/tc-metag.c:2688
10869msgid "invalid quickrot register specified"
10870msgstr ""
10871
10872#: config/tc-metag.c:2742
10873msgid "source register must be in the trigger unit"
10874msgstr ""
10875
10876#: config/tc-metag.c:2845
10877msgid "Source registers must be in the same unit"
10878msgstr ""
10879
10880#: config/tc-metag.c:3556 config/tc-metag.c:3720 config/tc-metag.c:3988
10881msgid "destination register should be even numbered"
10882msgstr ""
10883
10884#: config/tc-metag.c:3628
10885msgid "comparison must be with register or #0"
10886msgstr ""
10887
10888#: config/tc-metag.c:3694 config/tc-metag.c:3759
10889msgid "instruction cannot operate on pair values"
10890msgstr ""
10891
10892#: config/tc-metag.c:3705
10893msgid "zero flag is not valid for this instruction"
10894msgstr ""
10895
10896#: config/tc-metag.c:3726
10897msgid "source register should be even numbered"
10898msgstr ""
10899
10900#: config/tc-metag.c:3786 config/tc-metag.c:3795
10901msgid "fraction bits value out of range"
10902msgstr ""
10903
10904#: config/tc-metag.c:3977
10905msgid "simd instructions operate on pair values (L prefix)"
10906msgstr ""
10907
10908#: config/tc-metag.c:3995
10909msgid "source registers should be even numbered"
10910msgstr ""
10911
10912#: config/tc-metag.c:4273
10913#, c-format
10914msgid "expected ']', not %c in %s"
10915msgstr ""
10916
10917#: config/tc-metag.c:4392
10918msgid "invalid register for memory access"
10919msgstr ""
10920
10921#: config/tc-metag.c:4505 config/tc-metag.c:4633
10922msgid "unexpected end of line"
10923msgstr ""
10924
10925#: config/tc-metag.c:4552
10926msgid "'H' modifier only valid for accumulator registers"
10927msgstr ""
10928
10929#: config/tc-metag.c:4605
10930msgid "base unit must be either A0 or A1"
10931msgstr ""
10932
10933#: config/tc-metag.c:4678 config/tc-metag.c:5121
10934msgid "invalid register"
10935msgstr ""
10936
10937#: config/tc-metag.c:4826
10938msgid "could not parse template definition"
10939msgstr ""
10940
10941#: config/tc-metag.c:5013
10942msgid "QUICKRoT 64-bit extension not applicable to this instruction"
10943msgstr ""
10944
10945#: config/tc-metag.c:5069
10946msgid "invalid operands for cross-unit op"
10947msgstr ""
10948
10949#: config/tc-metag.c:5111
10950msgid "missing flags: one of 'P', 'N' or 'Z' required"
10951msgstr ""
10952
10953#: config/tc-metag.c:5139
10954msgid "'P', 'N' or 'Z' flags may only be specified when accumulating"
10955msgstr ""
10956
10957#: config/tc-metag.c:5160
10958msgid "accumulator not a valid destination"
10959msgstr ""
10960
10961#: config/tc-metag.c:5170 config/tc-metag.c:5386 config/tc-metag.c:5570
10962msgid "invalid immediate value"
10963msgstr ""
10964
10965#: config/tc-metag.c:5182
10966msgid "immediate value not allowed when source & dest differ"
10967msgstr ""
10968
10969#: config/tc-metag.c:5214
10970#, c-format
10971msgid "invalid register operand: %s"
10972msgstr ""
10973
10974#: config/tc-metag.c:5248
10975msgid "QUICKRoT extension requires 4 registers"
10976msgstr ""
10977
10978#: config/tc-metag.c:5255
10979msgid "invalid fourth register"
10980msgstr ""
10981
10982#: config/tc-metag.c:5262
10983msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register"
10984msgstr ""
10985
10986#: config/tc-metag.c:5290
10987msgid "DSP RAM pointer in incorrect unit"
10988msgstr ""
10989
10990#: config/tc-metag.c:5336
10991msgid "invalid register operand #1"
10992msgstr ""
10993
10994#: config/tc-metag.c:5350
10995msgid "invalid register operand #2"
10996msgstr ""
10997
10998#: config/tc-metag.c:5414
10999msgid "this instruction does not accept an immediate"
11000msgstr ""
11001
11002#: config/tc-metag.c:5434
11003msgid "invalid register operand #3"
11004msgstr ""
11005
11006#: config/tc-metag.c:5446
11007msgid "this instruction does not accept an accumulator"
11008msgstr ""
11009
11010#: config/tc-metag.c:5464
11011msgid "invalid register operand #4"
11012msgstr ""
11013
11014#: config/tc-metag.c:5541
11015msgid "invalid accumulator register"
11016msgstr ""
11017
11018#: config/tc-metag.c:5597
11019msgid "conditional instruction cannot use G flag"
11020msgstr ""
11021
11022#: config/tc-metag.c:5608
11023msgid "conditional instruction cannot use B flag"
11024msgstr ""
11025
11026#: config/tc-metag.c:5619
11027msgid "conditional instruction cannot use R flag"
11028msgstr ""
11029
11030#: config/tc-metag.c:5728
11031msgid "'L' modifier not valid for this instruction"
11032msgstr ""
11033
11034#: config/tc-metag.c:5860
11035#, c-format
11036msgid "missing fpu name `%s'"
11037msgstr ""
11038
11039#: config/tc-metag.c:5871
11040#, c-format
11041msgid "unknown fpu `%s'"
11042msgstr ""
11043
11044#: config/tc-metag.c:5886
11045#, c-format
11046msgid "missing DSP name `%s'"
11047msgstr ""
11048
11049#: config/tc-metag.c:5897
11050#, c-format
11051msgid "unknown DSP `%s'"
11052msgstr ""
11053
11054#: config/tc-metag.c:5915
11055msgid "<dsp name>\t  assemble for DSP architecture <dsp name>"
11056msgstr ""
11057
11058#: config/tc-metag.c:5953
11059#, c-format
11060msgid " Meta specific command line options:\n"
11061msgstr ""
11062
11063#: config/tc-metag.c:6042
11064msgid "premature end of floating point prefix"
11065msgstr ""
11066
11067#: config/tc-metag.c:6102
11068msgid "unknown floating point prefix character"
11069msgstr ""
11070
11071#: config/tc-metag.c:6251
11072#, c-format
11073msgid "unknown DSP prefix character %c %s"
11074msgstr ""
11075
11076#: config/tc-metag.c:6514
11077#, c-format
11078msgid "instruction mnemonic too long: %s"
11079msgstr ""
11080
11081#: config/tc-metag.c:6569
11082#, c-format
11083msgid "junk at end of line: \"%s\""
11084msgstr ""
11085
11086#: config/tc-metag.c:6576
11087#, c-format
11088msgid "failed to assemble instruction: \"%s\""
11089msgstr ""
11090
11091#: config/tc-metag.c:6581
11092#, c-format
11093msgid "unknown floating point mnemonic: \"%s\""
11094msgstr ""
11095
11096#: config/tc-metag.c:6583
11097#, c-format
11098msgid "unknown mnemonic: \"%s\""
11099msgstr ""
11100
11101#: config/tc-metag.c:6634
11102#, c-format
11103msgid "cannot assemble DSP instruction, DSP option not set: %s"
11104msgstr ""
11105
11106#: config/tc-metag.c:6641
11107#, c-format
11108msgid "cannot assemble FPU instruction, FPU option not set: %s"
11109msgstr ""
11110
11111#: config/tc-metag.c:6739 config/tc-nds32.c:6112
11112msgid "Bad call to md_atof()"
11113msgstr ""
11114
11115#: config/tc-microblaze.c:510 config/tc-microblaze.c:539
11116#: config/tc-microblaze.c:576
11117#, c-format
11118msgid "Invalid register number at '%.6s'"
11119msgstr ""
11120
11121#: config/tc-microblaze.c:737
11122msgid "operand must be a constant or a label"
11123msgstr ""
11124
11125#: config/tc-microblaze.c:746
11126#, c-format
11127msgid "operand must be absolute in range %lx..%lx, not %lx"
11128msgstr ""
11129
11130#: config/tc-microblaze.c:948 config/tc-microblaze.c:955
11131#: config/tc-microblaze.c:962 config/tc-microblaze.c:995
11132#: config/tc-microblaze.c:1002 config/tc-microblaze.c:1008
11133#: config/tc-microblaze.c:1121 config/tc-microblaze.c:1128
11134#: config/tc-microblaze.c:1134 config/tc-microblaze.c:1165
11135#: config/tc-microblaze.c:1172 config/tc-microblaze.c:1192
11136#: config/tc-microblaze.c:1199 config/tc-microblaze.c:1219
11137#: config/tc-microblaze.c:1226 config/tc-microblaze.c:1244
11138#: config/tc-microblaze.c:1251 config/tc-microblaze.c:1273
11139#: config/tc-microblaze.c:1280 config/tc-microblaze.c:1298
11140#: config/tc-microblaze.c:1310 config/tc-microblaze.c:1328
11141#: config/tc-microblaze.c:1345 config/tc-microblaze.c:1352
11142#: config/tc-microblaze.c:1398 config/tc-microblaze.c:1405
11143#: config/tc-microblaze.c:1451 config/tc-microblaze.c:1458
11144#: config/tc-microblaze.c:1480 config/tc-microblaze.c:1487
11145#: config/tc-microblaze.c:1507 config/tc-microblaze.c:1513
11146#: config/tc-microblaze.c:1573 config/tc-microblaze.c:1579
11147#: config/tc-microblaze.c:1639 config/tc-microblaze.c:1713
11148msgid "Error in statement syntax"
11149msgstr ""
11150
11151#: config/tc-microblaze.c:968 config/tc-microblaze.c:970
11152#: config/tc-microblaze.c:972 config/tc-microblaze.c:1012
11153#: config/tc-microblaze.c:1014 config/tc-microblaze.c:1138
11154#: config/tc-microblaze.c:1140 config/tc-microblaze.c:1178
11155#: config/tc-microblaze.c:1180 config/tc-microblaze.c:1205
11156#: config/tc-microblaze.c:1207 config/tc-microblaze.c:1232
11157#: config/tc-microblaze.c:1255 config/tc-microblaze.c:1286
11158#: config/tc-microblaze.c:1316 config/tc-microblaze.c:1334
11159#: config/tc-microblaze.c:1464 config/tc-microblaze.c:1466
11160#: config/tc-microblaze.c:1493 config/tc-microblaze.c:1495
11161#: config/tc-microblaze.c:1517 config/tc-microblaze.c:1583
11162#: config/tc-microblaze.c:1645
11163msgid "Cannot use special register with this instruction"
11164msgstr ""
11165
11166#: config/tc-microblaze.c:1022
11167msgid "lmi pseudo instruction should not use a label in imm field"
11168msgstr ""
11169
11170#: config/tc-microblaze.c:1024
11171msgid "smi pseudo instruction should not use a label in imm field"
11172msgstr ""
11173
11174#: config/tc-microblaze.c:1143
11175msgid "Symbol used as immediate for shift instruction"
11176msgstr ""
11177
11178#: config/tc-microblaze.c:1152
11179#, c-format
11180msgid "Shift value > 32. using <value %% 32>"
11181msgstr ""
11182
11183#: config/tc-microblaze.c:1258
11184msgid "Symbol used as immediate value for msrset/msrclr instructions"
11185msgstr ""
11186
11187#: config/tc-microblaze.c:1387 config/tc-microblaze.c:1440
11188msgid "invalid value for special purpose register"
11189msgstr ""
11190
11191#: config/tc-microblaze.c:1653
11192msgid "An IMM instruction should not be present in the .s file"
11193msgstr ""
11194
11195#: config/tc-microblaze.c:1715
11196msgid "Symbol used as immediate for mbar instruction"
11197msgstr ""
11198
11199#: config/tc-microblaze.c:1721
11200#, c-format
11201msgid "Immediate value for mbar > 32. using <value %% 32>"
11202msgstr ""
11203
11204#: config/tc-microblaze.c:1798
11205msgid "Bad call to MD_NTOF()"
11206msgstr ""
11207
11208#: config/tc-microblaze.c:2055
11209#, c-format
11210msgid "pcrel for branch to %s too far (0x%x)"
11211msgstr ""
11212
11213#. We know the abs value: Should never happen.
11214#: config/tc-microblaze.c:2210
11215msgid "Absolute PC-relative value in relaxation code.  Assembler error....."
11216msgstr ""
11217
11218#. Cannot have a PC-relative branch to a diff segment.
11219#: config/tc-microblaze.c:2224
11220#, c-format
11221msgid "PC relative branch to label %s which is not in the instruction space"
11222msgstr ""
11223
11224#: config/tc-microblaze.c:2265
11225msgid ""
11226"Variable is accessed using small data read only anchor, but it is not in the "
11227"small data read only section"
11228msgstr ""
11229
11230#: config/tc-microblaze.c:2288
11231msgid ""
11232"Variable is accessed using small data read write anchor, but it is not in "
11233"the small data read write section"
11234msgstr ""
11235
11236#: config/tc-microblaze.c:2297
11237msgid "Incorrect fr_opcode value in frag.  Internal error....."
11238msgstr ""
11239
11240#. We know the abs value: Should never happen.
11241#: config/tc-microblaze.c:2304
11242msgid "Absolute value in relaxation code.  Assembler error....."
11243msgstr ""
11244
11245#: config/tc-mips.c:2037
11246#, c-format
11247msgid "the %d-bit %s architecture does not support the `%s' extension"
11248msgstr ""
11249
11250#: config/tc-mips.c:2040
11251#, c-format
11252msgid "the `%s' extension requires %s%d revision %d or greater"
11253msgstr ""
11254
11255#: config/tc-mips.c:2049
11256#, c-format
11257msgid "the `%s' extension was removed in %s%d revision %d"
11258msgstr ""
11259
11260#: config/tc-mips.c:2058
11261#, c-format
11262msgid "the `%s' extension requires 64-bit FPRs"
11263msgstr ""
11264
11265#: config/tc-mips.c:2876 config/tc-mips.c:16044
11266#, c-format
11267msgid "unrecognized register name `%s'"
11268msgstr ""
11269
11270#: config/tc-mips.c:3103
11271msgid "invalid register range"
11272msgstr ""
11273
11274#: config/tc-mips.c:3131
11275msgid "vector element must be constant"
11276msgstr ""
11277
11278#: config/tc-mips.c:3141
11279msgid "missing `]'"
11280msgstr ""
11281
11282#: config/tc-mips.c:3353
11283#, c-format
11284msgid "internal: bad mips opcode (mask error): %s %s"
11285msgstr ""
11286
11287#: config/tc-mips.c:3380
11288#, c-format
11289msgid "internal: unknown operand type: %s %s"
11290msgstr ""
11291
11292#: config/tc-mips.c:3405
11293#, c-format
11294msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s"
11295msgstr ""
11296
11297#: config/tc-mips.c:3413
11298#, c-format
11299msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s"
11300msgstr ""
11301
11302#: config/tc-mips.c:3420
11303#, c-format
11304msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s"
11305msgstr ""
11306
11307#: config/tc-mips.c:3455
11308#, c-format
11309msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s"
11310msgstr ""
11311
11312#: config/tc-mips.c:3463
11313#, c-format
11314msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s"
11315msgstr ""
11316
11317#: config/tc-mips.c:3489
11318msgid "-G may not be used in position-independent code"
11319msgstr ""
11320
11321#: config/tc-mips.c:3495
11322msgid "-G may not be used with abicalls"
11323msgstr ""
11324
11325#. Probably a memory allocation problem?  Give up now.
11326#: config/tc-mips.c:3515 config/tc-mips.c:3606
11327msgid "broken assembler, no assembly attempted"
11328msgstr ""
11329
11330#: config/tc-mips.c:3545 config/tc-mips.c:3574
11331#, c-format
11332msgid "internal: can't hash `%s': %s"
11333msgstr ""
11334
11335#: config/tc-mips.c:3756
11336#, c-format
11337msgid ".gnu_attribute %d,%d is incompatible with `%s'"
11338msgstr ""
11339
11340#: config/tc-mips.c:3763
11341#, c-format
11342msgid ".gnu_attribute %d,%d requires `%s'"
11343msgstr ""
11344
11345#: config/tc-mips.c:3824
11346#, c-format
11347msgid ".gnu_attribute %d,%d is no longer supported"
11348msgstr ""
11349
11350#: config/tc-mips.c:3833
11351#, c-format
11352msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI"
11353msgstr ""
11354
11355#: config/tc-mips.c:3846
11356msgid "`gp=64' used with a 32-bit processor"
11357msgstr ""
11358
11359#: config/tc-mips.c:3849
11360msgid "`gp=32' used with a 64-bit ABI"
11361msgstr ""
11362
11363#: config/tc-mips.c:3852
11364msgid "`gp=64' used with a 32-bit ABI"
11365msgstr ""
11366
11367#: config/tc-mips.c:3859
11368msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions"
11369msgstr ""
11370
11371#: config/tc-mips.c:3861
11372msgid "`fp=xx' cannot be used with `singlefloat'"
11373msgstr ""
11374
11375#: config/tc-mips.c:3865
11376msgid "`fp=64' used with a 32-bit fpu"
11377msgstr ""
11378
11379#: config/tc-mips.c:3869
11380msgid "`fp=64' used with a 32-bit ABI"
11381msgstr ""
11382
11383#: config/tc-mips.c:3874
11384msgid "`fp=32' used with a 64-bit ABI"
11385msgstr ""
11386
11387#: config/tc-mips.c:3876
11388msgid "`fp=32' used with a MIPS R6 cpu"
11389msgstr ""
11390
11391#: config/tc-mips.c:3879
11392msgid "Unknown size of floating point registers"
11393msgstr ""
11394
11395#: config/tc-mips.c:3884
11396msgid "`nooddspreg` cannot be used with a 64-bit ABI"
11397msgstr ""
11398
11399#: config/tc-mips.c:3887 config/tc-mips.c:3891
11400#, c-format
11401msgid "`%s' cannot be used with `%s'"
11402msgstr ""
11403
11404#: config/tc-mips.c:3896
11405#, c-format
11406msgid "branch relaxation is not supported in `%s'"
11407msgstr ""
11408
11409#: config/tc-mips.c:3976
11410msgid "trap exception not supported at ISA 1"
11411msgstr ""
11412
11413#: config/tc-mips.c:3989 config/tc-mips.c:16924
11414#, c-format
11415msgid "`%s' does not support legacy NaN"
11416msgstr ""
11417
11418#: config/tc-mips.c:4036
11419#, c-format
11420msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
11421msgstr ""
11422
11423#: config/tc-mips.c:4735
11424#, c-format
11425msgid "operand %d out of range"
11426msgstr ""
11427
11428#: config/tc-mips.c:4743
11429#, c-format
11430msgid "operand %d must be constant"
11431msgstr ""
11432
11433#: config/tc-mips.c:4787 read.c:4327 read.c:5294 write.c:263 write.c:1012
11434msgid "register value used as expression"
11435msgstr ""
11436
11437#: config/tc-mips.c:4800
11438#, c-format
11439msgid "operand %d must be an immediate expression"
11440msgstr ""
11441
11442#: config/tc-mips.c:4919 config/tc-mips.c:4921
11443#, c-format
11444msgid "float register should be even, was %d"
11445msgstr ""
11446
11447#: config/tc-mips.c:4934
11448#, c-format
11449msgid "condition code register should be even for %s, was %d"
11450msgstr ""
11451
11452#: config/tc-mips.c:4939
11453#, c-format
11454msgid "condition code register should be 0 or 4 for %s, was %d"
11455msgstr ""
11456
11457#: config/tc-mips.c:5248
11458msgid "invalid performance register"
11459msgstr ""
11460
11461#: config/tc-mips.c:5344
11462msgid "the source register must not be $0"
11463msgstr ""
11464
11465#: config/tc-mips.c:5584
11466msgid "missing frame size"
11467msgstr ""
11468
11469#: config/tc-mips.c:5589
11470msgid "frame size specified twice"
11471msgstr ""
11472
11473#: config/tc-mips.c:5594
11474msgid "invalid frame size"
11475msgstr ""
11476
11477#: config/tc-mips.c:5632
11478#, c-format
11479msgid "operand %d must be an immediate"
11480msgstr ""
11481
11482#: config/tc-mips.c:5647
11483msgid "invalid element selector"
11484msgstr ""
11485
11486#: config/tc-mips.c:5660
11487#, c-format
11488msgid "operand %d must be scalar"
11489msgstr ""
11490
11491#: config/tc-mips.c:5820
11492msgid "floating-point expression required"
11493msgstr ""
11494
11495#: config/tc-mips.c:5920
11496#, c-format
11497msgid "cannot use `%s' in this section"
11498msgstr ""
11499
11500#: config/tc-mips.c:6064
11501msgid "used $at without \".set noat\""
11502msgstr ""
11503
11504#: config/tc-mips.c:6066
11505#, c-format
11506msgid "used $%u with \".set at=$%u\""
11507msgstr ""
11508
11509#: config/tc-mips.c:7095
11510#, c-format
11511msgid "wrong size instruction in a %u-bit branch delay slot"
11512msgstr ""
11513
11514#: config/tc-mips.c:7115 config/tc-mips.c:7125 config/tc-mips.c:15350
11515#, c-format
11516msgid "jump to misaligned address (0x%lx)"
11517msgstr ""
11518
11519#: config/tc-mips.c:7140 config/tc-mips.c:7160 config/tc-mips.c:7177
11520#: config/tc-mips.c:8692 config/tc-mips.c:15204 config/tc-mips.c:15211
11521#: config/tc-mips.c:15605 config/tc-mips.c:18356
11522#, c-format
11523msgid "branch to misaligned address (0x%lx)"
11524msgstr ""
11525
11526#: config/tc-mips.c:7146 config/tc-mips.c:7164 config/tc-mips.c:7181
11527#: config/tc-mips.c:8695
11528#, c-format
11529msgid "branch address range overflow (0x%lx)"
11530msgstr ""
11531
11532#: config/tc-mips.c:7420 config/tc-mips.c:18384
11533msgid "extended instruction in delay slot"
11534msgstr ""
11535
11536#: config/tc-mips.c:7882
11537msgid "source and destination must be different"
11538msgstr ""
11539
11540#: config/tc-mips.c:7885
11541msgid "a destination register must be supplied"
11542msgstr ""
11543
11544#: config/tc-mips.c:7890
11545msgid "the source register must not be $31"
11546msgstr ""
11547
11548#: config/tc-mips.c:8136 config/tc-mips.c:14001 config/tc-mips.c:18436
11549msgid "invalid unextended operand value"
11550msgstr ""
11551
11552#: config/tc-mips.c:8248
11553#, c-format
11554msgid "opcode not supported on this processor: %s (%s)"
11555msgstr ""
11556
11557#: config/tc-mips.c:8327
11558msgid "opcode not supported in the `insn32' mode"
11559msgstr ""
11560
11561#: config/tc-mips.c:8330
11562#, c-format
11563msgid "unrecognized %d-bit version of microMIPS opcode"
11564msgstr ""
11565
11566#: config/tc-mips.c:8386
11567msgid "unrecognized unextended version of MIPS16 opcode"
11568msgstr ""
11569
11570#: config/tc-mips.c:8389
11571msgid "unrecognized extended version of MIPS16 opcode"
11572msgstr ""
11573
11574#: config/tc-mips.c:8439
11575msgid ""
11576"macro instruction expanded into multiple instructions in a branch delay slot"
11577msgstr ""
11578
11579#: config/tc-mips.c:8442
11580msgid "macro instruction expanded into multiple instructions"
11581msgstr ""
11582
11583#: config/tc-mips.c:8446
11584msgid ""
11585"macro instruction expanded into a wrong size instruction in a 16-bit branch "
11586"delay slot"
11587msgstr ""
11588
11589#: config/tc-mips.c:8448
11590msgid ""
11591"macro instruction expanded into a wrong size instruction in a 32-bit branch "
11592"delay slot"
11593msgstr ""
11594
11595#: config/tc-mips.c:8892
11596msgid "operand overflow"
11597msgstr ""
11598
11599#: config/tc-mips.c:8911 config/tc-mips.c:9495 config/tc-mips.c:13488
11600msgid "macro used $at after \".set noat\""
11601msgstr ""
11602
11603#: config/tc-mips.c:9059 config/tc-mips.c:11827 config/tc-mips.c:12486
11604#, c-format
11605msgid "number (0x%s) larger than 32 bits"
11606msgstr ""
11607
11608#: config/tc-mips.c:9079
11609msgid "number larger than 64 bits"
11610msgstr ""
11611
11612#: config/tc-mips.c:9373 config/tc-mips.c:9401 config/tc-mips.c:9439
11613#: config/tc-mips.c:9484 config/tc-mips.c:12062 config/tc-mips.c:12101
11614#: config/tc-mips.c:12140 config/tc-mips.c:12582 config/tc-mips.c:12634
11615msgid "PIC code offset overflow (max 16 signed bits)"
11616msgstr ""
11617
11618#: config/tc-mips.c:10012
11619#, c-format
11620msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)"
11621msgstr ""
11622
11623#. result is always true
11624#: config/tc-mips.c:10108
11625#, c-format
11626msgid "branch %s is always true"
11627msgstr ""
11628
11629#: config/tc-mips.c:10336 config/tc-mips.c:10446
11630msgid "divide by zero"
11631msgstr ""
11632
11633#: config/tc-mips.c:10536
11634msgid "dla used to load 32-bit register; recommend using la instead"
11635msgstr ""
11636
11637#: config/tc-mips.c:10540
11638msgid "la used to load 64-bit address; recommend using dla instead"
11639msgstr ""
11640
11641#: config/tc-mips.c:10649 config/tc-riscv.c:913 config/tc-z80.c:732
11642msgid "offset too large"
11643msgstr ""
11644
11645#: config/tc-mips.c:10823 config/tc-mips.c:11101
11646msgid "PIC code offset overflow (max 32 signed bits)"
11647msgstr ""
11648
11649#: config/tc-mips.c:11171 config/tc-mips.c:11247
11650#, c-format
11651msgid "opcode not supported in the `insn32' mode `%s'"
11652msgstr ""
11653
11654#: config/tc-mips.c:11199
11655msgid "MIPS PIC call to register other than $25"
11656msgstr ""
11657
11658#: config/tc-mips.c:11215 config/tc-mips.c:11226 config/tc-mips.c:11359
11659#: config/tc-mips.c:11370
11660msgid "no .cprestore pseudo-op used in PIC code"
11661msgstr ""
11662
11663#: config/tc-mips.c:11220 config/tc-mips.c:11364
11664msgid "no .frame pseudo-op used in PIC code"
11665msgstr ""
11666
11667#: config/tc-mips.c:11385
11668msgid "non-PIC jump used in PIC library"
11669msgstr ""
11670
11671#: config/tc-mips.c:12312
11672#, c-format
11673msgid "Unable to generate `%s' compliant code without mthc1"
11674msgstr ""
11675
11676#: config/tc-mips.c:13046
11677#, c-format
11678msgid "instruction %s: result is always false"
11679msgstr ""
11680
11681#: config/tc-mips.c:13199
11682#, c-format
11683msgid "instruction %s: result is always true"
11684msgstr ""
11685
11686#. FIXME: Check if this is one of the itbl macros, since they
11687#. are added dynamically.
11688#: config/tc-mips.c:13484
11689#, c-format
11690msgid "macro %s not implemented yet"
11691msgstr ""
11692
11693#: config/tc-mips.c:13829 config/tc-mips.c:13891 config/tc-mips.c:13901
11694#: config/tc-score.c:2691 config/tc-score.c:2737
11695msgid "unrecognized opcode"
11696msgstr ""
11697
11698#: config/tc-mips.c:14011
11699msgid "extended operand requested but not required"
11700msgstr ""
11701
11702#: config/tc-mips.c:14020
11703msgid "operand value out of range for instruction"
11704msgstr ""
11705
11706#: config/tc-mips.c:14117
11707#, c-format
11708msgid "relocation %s isn't supported by the current ABI"
11709msgstr ""
11710
11711#: config/tc-mips.c:14173
11712msgid "unclosed '('"
11713msgstr ""
11714
11715#: config/tc-mips.c:14239
11716#, c-format
11717msgid "a different %s was already specified, is now %s"
11718msgstr ""
11719
11720#: config/tc-mips.c:14406
11721msgid "-mmicromips cannot be used with -mips16"
11722msgstr ""
11723
11724#: config/tc-mips.c:14421
11725msgid "-mips16 cannot be used with -micromips"
11726msgstr ""
11727
11728#: config/tc-mips.c:14564 config/tc-mips.c:14622
11729msgid "no compiled in support for 64 bit object file format"
11730msgstr ""
11731
11732#: config/tc-mips.c:14629
11733#, c-format
11734msgid "invalid abi -mabi=%s"
11735msgstr ""
11736
11737#: config/tc-mips.c:14669
11738#, c-format
11739msgid "invalid NaN setting -mnan=%s"
11740msgstr ""
11741
11742#: config/tc-mips.c:14703
11743msgid "-G not supported in this configuration"
11744msgstr ""
11745
11746#: config/tc-mips.c:14729
11747#, c-format
11748msgid "-%s conflicts with the other architecture options, which imply -%s"
11749msgstr ""
11750
11751#: config/tc-mips.c:14745
11752#, c-format
11753msgid "-march=%s is not compatible with the selected ABI"
11754msgstr ""
11755
11756#: config/tc-mips.c:15208 config/tc-mips.c:15599 config/tc-mips.c:18353
11757msgid "branch to a symbol in another ISA mode"
11758msgstr ""
11759
11760#: config/tc-mips.c:15215 config/tc-mips.c:15356 config/tc-mips.c:15609
11761#, c-format
11762msgid "cannot encode misaligned addend in the relocatable field (0x%lx)"
11763msgstr ""
11764
11765#: config/tc-mips.c:15252
11766msgid "PC-relative reference to a different section"
11767msgstr ""
11768
11769#: config/tc-mips.c:15324
11770msgid "TLS relocation against a constant"
11771msgstr ""
11772
11773#: config/tc-mips.c:15344
11774msgid "jump to a symbol in another ISA mode"
11775msgstr ""
11776
11777#: config/tc-mips.c:15347
11778msgid "JALX to a symbol in the same ISA mode"
11779msgstr ""
11780
11781#: config/tc-mips.c:15432
11782msgid "unsupported constant in relocation"
11783msgstr ""
11784
11785#: config/tc-mips.c:15504
11786#, c-format
11787msgid "PC-relative access using misaligned symbol (%lx)"
11788msgstr ""
11789
11790#: config/tc-mips.c:15508
11791#, c-format
11792msgid "PC-relative access using misaligned offset (%lx)"
11793msgstr ""
11794
11795#: config/tc-mips.c:15521 config/tc-mips.c:15540
11796msgid "PC-relative access out of range"
11797msgstr ""
11798
11799#: config/tc-mips.c:15527
11800#, c-format
11801msgid "PC-relative access to misaligned address (%lx)"
11802msgstr ""
11803
11804#: config/tc-mips.c:15694
11805#, c-format
11806msgid "alignment too large, %d assumed"
11807msgstr ""
11808
11809#: config/tc-mips.c:15697
11810msgid "alignment negative, 0 assumed"
11811msgstr ""
11812
11813#: config/tc-mips.c:15939
11814#, c-format
11815msgid "%s: no such section"
11816msgstr ""
11817
11818#: config/tc-mips.c:15980
11819#, c-format
11820msgid ".option pic%d not supported"
11821msgstr ""
11822
11823#: config/tc-mips.c:15982
11824#, c-format
11825msgid ".option pic%d not supported in VxWorks PIC mode"
11826msgstr ""
11827
11828#: config/tc-mips.c:15994 config/tc-mips.c:16331
11829msgid "-G may not be used with SVR4 PIC code"
11830msgstr ""
11831
11832#: config/tc-mips.c:16000
11833#, c-format
11834msgid "unrecognized option \"%s\""
11835msgstr ""
11836
11837#: config/tc-mips.c:16106
11838#, c-format
11839msgid "unknown architecture %s"
11840msgstr ""
11841
11842#: config/tc-mips.c:16120 config/tc-mips.c:16282
11843#, c-format
11844msgid "unknown ISA level %s"
11845msgstr ""
11846
11847#: config/tc-mips.c:16129
11848#, c-format
11849msgid "unknown ISA or architecture %s"
11850msgstr ""
11851
11852#: config/tc-mips.c:16188
11853msgid "`noreorder' must be set before `nomacro'"
11854msgstr ""
11855
11856#: config/tc-mips.c:16217
11857msgid ".set pop with no .set push"
11858msgstr ""
11859
11860#: config/tc-mips.c:16236
11861#, c-format
11862msgid "tried to set unrecognized symbol: %s\n"
11863msgstr ""
11864
11865#: config/tc-mips.c:16309
11866#, c-format
11867msgid ".module used with unrecognized symbol: %s\n"
11868msgstr ""
11869
11870#: config/tc-mips.c:16315
11871msgid ".module is not permitted after generating code"
11872msgstr ""
11873
11874#: config/tc-mips.c:16375 config/tc-mips.c:16454 config/tc-mips.c:16558
11875#: config/tc-mips.c:16588 config/tc-mips.c:16637
11876#, c-format
11877msgid "%s not supported in MIPS16 mode"
11878msgstr ""
11879
11880#: config/tc-mips.c:16382
11881msgid ".cpload not in noreorder section"
11882msgstr ""
11883
11884#: config/tc-mips.c:16463 config/tc-mips.c:16482
11885msgid "missing argument separator ',' for .cpsetup"
11886msgstr ""
11887
11888#: config/tc-mips.c:16680
11889#, c-format
11890msgid "unsupported use of %s"
11891msgstr ""
11892
11893#: config/tc-mips.c:16771
11894msgid "unsupported use of .gpword"
11895msgstr ""
11896
11897#: config/tc-mips.c:16809
11898msgid "unsupported use of .gpdword"
11899msgstr ""
11900
11901#: config/tc-mips.c:16841
11902msgid "unsupported use of .ehword"
11903msgstr ""
11904
11905#: config/tc-mips.c:16928
11906msgid "bad .nan directive"
11907msgstr ""
11908
11909#: config/tc-mips.c:16976
11910#, c-format
11911msgid "ignoring attempt to redefine symbol %s"
11912msgstr ""
11913
11914#: config/tc-mips.c:16991 ecoff.c:3364
11915msgid "bad .weakext directive"
11916msgstr ""
11917
11918#: config/tc-mips.c:17867 config/tc-mips.c:18149
11919msgid "relaxed out-of-range branch into a jump"
11920msgstr ""
11921
11922#: config/tc-mips.c:18413 config/tc-xtensa.c:1663 config/tc-xtensa.c:1939
11923msgid "unsupported relocation"
11924msgstr ""
11925
11926#: config/tc-mips.c:18921 config/tc-score.c:5640
11927msgid "expected simple number"
11928msgstr ""
11929
11930#: config/tc-mips.c:18949 config/tc-score.c:5667
11931msgid "invalid number"
11932msgstr ""
11933
11934#: config/tc-mips.c:19026 ecoff.c:2995
11935msgid ".end directive without a preceding .ent directive"
11936msgstr ""
11937
11938#: config/tc-mips.c:19035
11939msgid ".end symbol does not match .ent symbol"
11940msgstr ""
11941
11942#: config/tc-mips.c:19112
11943msgid ".ent or .aent not in text section"
11944msgstr ""
11945
11946#: config/tc-mips.c:19115 config/tc-score.c:5706
11947msgid "missing .end"
11948msgstr ""
11949
11950#: config/tc-mips.c:19198
11951msgid ".mask/.fmask outside of .ent"
11952msgstr ""
11953
11954#: config/tc-mips.c:19205
11955msgid "bad .mask/.fmask directive"
11956msgstr ""
11957
11958#: config/tc-mips.c:19495
11959#, c-format
11960msgid "bad value (%s) for %s"
11961msgstr ""
11962
11963#: config/tc-mips.c:19559
11964#, c-format
11965msgid ""
11966"MIPS options:\n"
11967"-EB\t\t\tgenerate big endian output\n"
11968"-EL\t\t\tgenerate little endian output\n"
11969"-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
11970"-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
11971"\t\t\timplicitly with the gp register [default 8]\n"
11972msgstr ""
11973
11974#: config/tc-mips.c:19566
11975#, c-format
11976msgid ""
11977"-mips1\t\t\tgenerate MIPS ISA I instructions\n"
11978"-mips2\t\t\tgenerate MIPS ISA II instructions\n"
11979"-mips3\t\t\tgenerate MIPS ISA III instructions\n"
11980"-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
11981"-mips5                  generate MIPS ISA V instructions\n"
11982"-mips32                 generate MIPS32 ISA instructions\n"
11983"-mips32r2               generate MIPS32 release 2 ISA instructions\n"
11984"-mips32r3               generate MIPS32 release 3 ISA instructions\n"
11985"-mips32r5               generate MIPS32 release 5 ISA instructions\n"
11986"-mips32r6               generate MIPS32 release 6 ISA instructions\n"
11987"-mips64                 generate MIPS64 ISA instructions\n"
11988"-mips64r2               generate MIPS64 release 2 ISA instructions\n"
11989"-mips64r3               generate MIPS64 release 3 ISA instructions\n"
11990"-mips64r5               generate MIPS64 release 5 ISA instructions\n"
11991"-mips64r6               generate MIPS64 release 6 ISA instructions\n"
11992"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
11993msgstr ""
11994
11995#: config/tc-mips.c:19591
11996#, c-format
11997msgid ""
11998"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
11999"-no-mCPU\t\tdon't generate code specific to CPU.\n"
12000"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
12001msgstr ""
12002
12003#: config/tc-mips.c:19604
12004#, c-format
12005msgid ""
12006"-mips16\t\t\tgenerate mips16 instructions\n"
12007"-no-mips16\t\tdo not generate mips16 instructions\n"
12008msgstr ""
12009
12010#: config/tc-mips.c:19607
12011#, c-format
12012msgid ""
12013"-mmicromips\t\tgenerate microMIPS instructions\n"
12014"-mno-micromips\t\tdo not generate microMIPS instructions\n"
12015msgstr ""
12016
12017#: config/tc-mips.c:19610
12018#, c-format
12019msgid ""
12020"-msmartmips\t\tgenerate smartmips instructions\n"
12021"-mno-smartmips\t\tdo not generate smartmips instructions\n"
12022msgstr ""
12023
12024#: config/tc-mips.c:19613
12025#, c-format
12026msgid ""
12027"-mdsp\t\t\tgenerate DSP instructions\n"
12028"-mno-dsp\t\tdo not generate DSP instructions\n"
12029msgstr ""
12030
12031#: config/tc-mips.c:19616
12032#, c-format
12033msgid ""
12034"-mdspr2\t\t\tgenerate DSP R2 instructions\n"
12035"-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
12036msgstr ""
12037
12038#: config/tc-mips.c:19619
12039#, c-format
12040msgid ""
12041"-mdspr3\t\t\tgenerate DSP R3 instructions\n"
12042"-mno-dspr3\t\tdo not generate DSP R3 instructions\n"
12043msgstr ""
12044
12045#: config/tc-mips.c:19622
12046#, c-format
12047msgid ""
12048"-mmt\t\t\tgenerate MT instructions\n"
12049"-mno-mt\t\t\tdo not generate MT instructions\n"
12050msgstr ""
12051
12052#: config/tc-mips.c:19625
12053#, c-format
12054msgid ""
12055"-mmcu\t\t\tgenerate MCU instructions\n"
12056"-mno-mcu\t\tdo not generate MCU instructions\n"
12057msgstr ""
12058
12059#: config/tc-mips.c:19628
12060#, c-format
12061msgid ""
12062"-mmsa\t\t\tgenerate MSA instructions\n"
12063"-mno-msa\t\tdo not generate MSA instructions\n"
12064msgstr ""
12065
12066#: config/tc-mips.c:19631
12067#, c-format
12068msgid ""
12069"-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n"
12070"-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n"
12071msgstr ""
12072
12073#: config/tc-mips.c:19634
12074#, c-format
12075msgid ""
12076"-mvirt\t\t\tgenerate Virtualization instructions\n"
12077"-mno-virt\t\tdo not generate Virtualization instructions\n"
12078msgstr ""
12079
12080#: config/tc-mips.c:19637
12081#, c-format
12082msgid ""
12083"-minsn32\t\tonly generate 32-bit microMIPS instructions\n"
12084"-mno-insn32\t\tgenerate all microMIPS instructions\n"
12085msgstr ""
12086
12087#: config/tc-mips.c:19640
12088#, c-format
12089msgid ""
12090"-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n"
12091"-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n"
12092"-mfix-vr4120\t\twork around certain VR4120 errata\n"
12093"-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
12094"-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
12095"-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n"
12096"-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
12097"-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
12098"-msym32\t\t\tassume all symbols have 32-bit values\n"
12099"-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
12100"-O\t\t\tremove unneeded NOPs and swap branches\n"
12101"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
12102"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
12103msgstr ""
12104
12105#: config/tc-mips.c:19654
12106#, c-format
12107msgid ""
12108"-mhard-float\t\tallow floating-point instructions\n"
12109"-msoft-float\t\tdo not allow floating-point instructions\n"
12110"-msingle-float\t\tonly allow 32-bit floating-point operations\n"
12111"-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n"
12112"--[no-]construct-floats\t[dis]allow floating point values to be constructed\n"
12113"--[no-]relax-branch\t[dis]allow out-of-range branches to be relaxed\n"
12114"-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n"
12115msgstr ""
12116
12117#: config/tc-mips.c:19670
12118#, c-format
12119msgid ""
12120"-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
12121"-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n"
12122"-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
12123"-non_shared\t\tdo not generate code that can operate with DSOs\n"
12124"-xgot\t\t\tassume a 32 bit GOT\n"
12125"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
12126"-mshared, -mno-shared   disable/enable .cpload optimization for\n"
12127"                        position dependent (non shared) code\n"
12128"-mabi=ABI\t\tcreate ABI conformant object file for:\n"
12129msgstr ""
12130
12131#: config/tc-mips.c:19691
12132#, c-format
12133msgid ""
12134"-32\t\t\tcreate o32 ABI object file (default)\n"
12135"-n32\t\t\tcreate n32 ABI object file\n"
12136"-64\t\t\tcreate 64 ABI object file\n"
12137msgstr ""
12138
12139#: config/tc-mips.c:19774
12140msgid "missing .end at end of assembly"
12141msgstr ""
12142
12143#: config/tc-mmix.c:702
12144#, c-format
12145msgid " MMIX-specific command line options:\n"
12146msgstr ""
12147
12148#: config/tc-mmix.c:703
12149#, c-format
12150msgid ""
12151"  -fixed-special-register-names\n"
12152"                          Allow only the original special register names.\n"
12153msgstr ""
12154
12155#: config/tc-mmix.c:706
12156#, c-format
12157msgid "  -globalize-symbols      Make all symbols global.\n"
12158msgstr ""
12159
12160#: config/tc-mmix.c:708
12161#, c-format
12162msgid "  -gnu-syntax             Turn off mmixal syntax compatibility.\n"
12163msgstr ""
12164
12165#: config/tc-mmix.c:710
12166#, c-format
12167msgid "  -relax                  Create linker relaxable code.\n"
12168msgstr ""
12169
12170#: config/tc-mmix.c:712
12171#, c-format
12172msgid ""
12173"  -no-predefined-syms     Do not provide mmixal built-in constants.\n"
12174"                          Implies -fixed-special-register-names.\n"
12175msgstr ""
12176
12177#: config/tc-mmix.c:715
12178#, c-format
12179msgid ""
12180"  -no-expand              Do not expand GETA, branches, PUSHJ or JUMP\n"
12181"                          into multiple instructions.\n"
12182msgstr ""
12183
12184#: config/tc-mmix.c:718
12185#, c-format
12186msgid ""
12187"  -no-merge-gregs         Do not merge GREG definitions with nearby values.\n"
12188msgstr ""
12189
12190#: config/tc-mmix.c:720
12191#, c-format
12192msgid ""
12193"  -linker-allocated-gregs If there's no suitable GREG definition for "
12194"the                          operands of an instruction, let the linker "
12195"resolve.\n"
12196msgstr ""
12197
12198#: config/tc-mmix.c:723
12199#, c-format
12200msgid ""
12201"  -x                      Do not warn when an operand to GETA, a branch,\n"
12202"                          PUSHJ or JUMP is not known to be within range.\n"
12203"                          The linker will catch any errors.  Implies\n"
12204"                          -linker-allocated-gregs."
12205msgstr ""
12206
12207#: config/tc-mmix.c:849
12208#, c-format
12209msgid "unknown opcode: `%s'"
12210msgstr ""
12211
12212#: config/tc-mmix.c:971 config/tc-mmix.c:986
12213msgid "specified location wasn't TETRA-aligned"
12214msgstr ""
12215
12216#: config/tc-mmix.c:973 config/tc-mmix.c:988 config/tc-mmix.c:4214
12217#: config/tc-mmix.c:4230
12218msgid "unaligned data at an absolute location is not supported"
12219msgstr ""
12220
12221#: config/tc-mmix.c:1098
12222#, c-format
12223msgid "invalid operand to opcode %s: `%s'"
12224msgstr ""
12225
12226#: config/tc-mmix.c:1120 config/tc-mmix.c:1147 config/tc-mmix.c:1180
12227#: config/tc-mmix.c:1188 config/tc-mmix.c:1205 config/tc-mmix.c:1233
12228#: config/tc-mmix.c:1254 config/tc-mmix.c:1279 config/tc-mmix.c:1327
12229#: config/tc-mmix.c:1428 config/tc-mmix.c:1453 config/tc-mmix.c:1485
12230#: config/tc-mmix.c:1517 config/tc-mmix.c:1547 config/tc-mmix.c:1600
12231#: config/tc-mmix.c:1617 config/tc-mmix.c:1644 config/tc-mmix.c:1672
12232#: config/tc-mmix.c:1702 config/tc-mmix.c:1728 config/tc-mmix.c:1744
12233#: config/tc-mmix.c:1770 config/tc-mmix.c:1786 config/tc-mmix.c:1802
12234#: config/tc-mmix.c:1883
12235#, c-format
12236msgid "invalid operands to opcode %s: `%s'"
12237msgstr ""
12238
12239#: config/tc-mmix.c:1983
12240msgid "internal: mmix_prefix_name but empty prefix"
12241msgstr ""
12242
12243#: config/tc-mmix.c:2046
12244#, c-format
12245msgid "too many GREG registers allocated (max %d)"
12246msgstr ""
12247
12248#: config/tc-mmix.c:2106
12249msgid "BSPEC already active.  Nesting is not supported."
12250msgstr ""
12251
12252#: config/tc-mmix.c:2115
12253msgid "invalid BSPEC expression"
12254msgstr ""
12255
12256#: config/tc-mmix.c:2131
12257#, c-format
12258msgid "can't create section %s"
12259msgstr ""
12260
12261#: config/tc-mmix.c:2136
12262#, c-format
12263msgid "can't set section flags for section %s"
12264msgstr ""
12265
12266#: config/tc-mmix.c:2157
12267msgid "ESPEC without preceding BSPEC"
12268msgstr ""
12269
12270#: config/tc-mmix.c:2186
12271msgid "missing local expression"
12272msgstr ""
12273
12274#: config/tc-mmix.c:2396
12275msgid "operand out of range, instruction expanded"
12276msgstr ""
12277
12278#. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
12279#. user-friendly, though a little bit non-substantial.
12280#: config/tc-mmix.c:2647
12281msgid "directive LOCAL must be placed in code or data"
12282msgstr ""
12283
12284#: config/tc-mmix.c:2648
12285msgid "internal confusion: relocation in a section without contents"
12286msgstr ""
12287
12288#: config/tc-mmix.c:2762
12289msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
12290msgstr ""
12291
12292#: config/tc-mmix.c:2810
12293msgid "no suitable GREG definition for operands"
12294msgstr ""
12295
12296#: config/tc-mmix.c:2869
12297msgid "operands were not reducible at assembly-time"
12298msgstr ""
12299
12300#: config/tc-mmix.c:2896
12301#, c-format
12302msgid "cannot generate relocation type for symbol %s, code %s"
12303msgstr ""
12304
12305#: config/tc-mmix.c:2916
12306#, c-format
12307msgid "internal: unhandled label %s"
12308msgstr ""
12309
12310#: config/tc-mmix.c:2945
12311msgid "[0-9]H labels may not appear alone on a line"
12312msgstr ""
12313
12314#: config/tc-mmix.c:2953
12315msgid "[0-9]H labels do not mix with dot-pseudos"
12316msgstr ""
12317
12318#: config/tc-mmix.c:3041
12319msgid "invalid characters in input"
12320msgstr ""
12321
12322#: config/tc-mmix.c:3147
12323msgid "empty label field for IS"
12324msgstr ""
12325
12326#: config/tc-mmix.c:3473
12327#, c-format
12328msgid "internal: unexpected relax type %d:%d"
12329msgstr ""
12330
12331#: config/tc-mmix.c:3497
12332msgid "BSPEC without ESPEC."
12333msgstr ""
12334
12335#: config/tc-mmix.c:3562
12336msgid "LOC to section unknown or indeterminable at first pass"
12337msgstr ""
12338
12339#: config/tc-mmix.c:3734
12340msgid "GREG expression too complicated"
12341msgstr ""
12342
12343#: config/tc-mmix.c:3749
12344msgid "internal: GREG expression not resolved to section"
12345msgstr ""
12346
12347#: config/tc-mmix.c:3798
12348msgid "register section has contents\n"
12349msgstr ""
12350
12351#: config/tc-mmix.c:3925
12352msgid "section change from within a BSPEC/ESPEC pair is not supported"
12353msgstr ""
12354
12355#: config/tc-mmix.c:3946
12356msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
12357msgstr ""
12358
12359#: config/tc-mmix.c:3956
12360msgid "invalid LOC expression"
12361msgstr ""
12362
12363#: config/tc-mmix.c:4001 config/tc-mmix.c:4028
12364msgid "LOC expression stepping backwards is not supported"
12365msgstr ""
12366
12367#. We will only get here in rare cases involving #NO_APP,
12368#. where the unterminated string is not recognized by the
12369#. preformatting pass.
12370#: config/tc-mmix.c:4137 config/tc-mmix.c:4295 config/tc-z80.c:1732
12371msgid "unterminated string"
12372msgstr ""
12373
12374#: config/tc-mmix.c:4154
12375msgid "BYTE expression not a pure number"
12376msgstr ""
12377
12378#. Note that mmixal does not allow negative numbers in
12379#. BYTE sequences, so neither should we.
12380#: config/tc-mmix.c:4163
12381msgid "BYTE expression not in the range 0..255"
12382msgstr ""
12383
12384#: config/tc-mmix.c:4212 config/tc-mmix.c:4228
12385msgid "data item with alignment larger than location"
12386msgstr ""
12387
12388#. Since integer_constant is local to expr.c, we have to make this a
12389#. macro.  FIXME: Do it cleaner.
12390#: config/tc-mmix.h:98
12391msgid "`&' serial number operator is not supported"
12392msgstr ""
12393
12394#: config/tc-mn10200.c:300
12395#, c-format
12396msgid ""
12397"MN10200 options:\n"
12398"none yet\n"
12399msgstr ""
12400
12401#: config/tc-mn10300.c:439
12402#, c-format
12403msgid ""
12404"MN10300 assembler options:\n"
12405"none yet\n"
12406msgstr ""
12407
12408#: config/tc-mn10300.c:1270
12409msgid "Invalid opcode/operands"
12410msgstr ""
12411
12412#: config/tc-mn10300.c:1792
12413msgid "Invalid register specification."
12414msgstr ""
12415
12416#: config/tc-mn10300.c:2390
12417#, c-format
12418msgid "Bad relocation fixup type (%d)"
12419msgstr ""
12420
12421#: config/tc-moxie.c:206 config/tc-moxie.c:225 config/tc-moxie.c:316
12422#: config/tc-moxie.c:362
12423msgid "expecting comma delimited register operands"
12424msgstr ""
12425
12426#: config/tc-moxie.c:252 config/tc-moxie.c:392 config/tc-moxie.c:422
12427#: config/tc-moxie.c:497
12428msgid "expecting comma delimited operands"
12429msgstr ""
12430
12431#: config/tc-moxie.c:320 config/tc-moxie.c:348
12432msgid "expecting indirect register `($rA)'"
12433msgstr ""
12434
12435#: config/tc-moxie.c:328 config/tc-moxie.c:356 config/tc-moxie.c:447
12436#: config/tc-moxie.c:489
12437msgid "missing closing parenthesis"
12438msgstr ""
12439
12440#: config/tc-moxie.c:439 config/tc-moxie.c:481
12441msgid "expecting indirect register `($rX)'"
12442msgstr ""
12443
12444#: config/tc-moxie.c:559 config/tc-pj.c:313
12445msgid "Something forgot to clean up\n"
12446msgstr ""
12447
12448#: config/tc-moxie.c:643
12449#, c-format
12450msgid ""
12451"  -EB                     assemble for a big endian system (default)\n"
12452"  -EL                     assemble for a little endian system\n"
12453msgstr ""
12454
12455#: config/tc-moxie.c:703
12456msgid "pcrel too far BFD_RELOC_MOXIE_10"
12457msgstr ""
12458
12459#: config/tc-msp430.c:512
12460msgid ".profiler pseudo requires at least two operands."
12461msgstr ""
12462
12463#: config/tc-msp430.c:571
12464msgid "unknown profiling flag - ignored."
12465msgstr ""
12466
12467#: config/tc-msp430.c:587
12468msgid "ambiguous flags combination - '.profiler' directive ignored."
12469msgstr ""
12470
12471#: config/tc-msp430.c:597
12472msgid "profiling in absolute section?"
12473msgstr ""
12474
12475#: config/tc-msp430.c:1366
12476#, c-format
12477msgid "Unrecognised CPU errata name starting here: %s"
12478msgstr ""
12479
12480#: config/tc-msp430.c:1372
12481#, c-format
12482msgid "Expecting comma after CPU errata name, not: %s"
12483msgstr ""
12484
12485#: config/tc-msp430.c:1382
12486msgid "MCU option requires a name\n"
12487msgstr ""
12488
12489#: config/tc-msp430.c:1420
12490#, c-format
12491msgid "unrecognised argument to -mcpu option '%s'"
12492msgstr ""
12493
12494#: config/tc-msp430.c:1583
12495#, c-format
12496msgid ""
12497"MSP430 options:\n"
12498"  -mmcu=<msp430-name>     - select microcontroller type\n"
12499"  -mcpu={430|430x|430xv2} - select microcontroller architecture\n"
12500msgstr ""
12501
12502#: config/tc-msp430.c:1587
12503#, c-format
12504msgid ""
12505"  -msilicon-errata=<name>[,<name>...] - enable fixups for silicon errata\n"
12506"  -msilicon-errata-warn=<name>[,<name>...] - warn when a fixup might be "
12507"needed\n"
12508"   supported errata names: cpu4, cpu8, cpu11, cpu12, cpu13, cpu19\n"
12509msgstr ""
12510
12511#: config/tc-msp430.c:1591
12512#, c-format
12513msgid ""
12514"  -mQ - enable relaxation at assembly time. DANGEROUS!\n"
12515"  -mP - enable polymorph instructions\n"
12516msgstr ""
12517
12518#: config/tc-msp430.c:1594
12519#, c-format
12520msgid "  -ml - enable large code model\n"
12521msgstr ""
12522
12523#: config/tc-msp430.c:1596
12524#, c-format
12525msgid "  -mN - do not insert NOPs after changing interrupts (default)\n"
12526msgstr ""
12527
12528#: config/tc-msp430.c:1598
12529#, c-format
12530msgid "  -mn - insert a NOP after changing interrupts\n"
12531msgstr ""
12532
12533#: config/tc-msp430.c:1600
12534#, c-format
12535msgid "  -mY - do not warn about missing NOPs after changing interrupts\n"
12536msgstr ""
12537
12538#: config/tc-msp430.c:1602
12539#, c-format
12540msgid "  -my - warn about missing NOPs after changing interrupts (default)\n"
12541msgstr ""
12542
12543#: config/tc-msp430.c:1604
12544#, c-format
12545msgid "  -md - Force copying of data from ROM to RAM at startup\n"
12546msgstr ""
12547
12548#: config/tc-msp430.c:1782 config/tc-msp430.c:1960 config/tc-msp430.c:2069
12549#, c-format
12550msgid "value 0x%x out of extended range."
12551msgstr ""
12552
12553#: config/tc-msp430.c:1788
12554#, c-format
12555msgid "value %d out of range. Use #lo() or #hi()"
12556msgstr ""
12557
12558#: config/tc-msp430.c:1834
12559msgid "cpu4: not converting PUSH #4 to shorter form"
12560msgstr ""
12561
12562#: config/tc-msp430.c:1851
12563msgid "cpu4: not converting PUSH #8 to shorter form"
12564msgstr ""
12565
12566#: config/tc-msp430.c:1865
12567msgid "error: unsupported #foo() directive used on symbol"
12568msgstr ""
12569
12570#: config/tc-msp430.c:1882
12571#, c-format
12572msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() "
12573msgstr ""
12574
12575#: config/tc-msp430.c:1933
12576#, c-format
12577msgid "Registers cannot be used within immediate expression [%s]"
12578msgstr ""
12579
12580#: config/tc-msp430.c:1935
12581#, c-format
12582msgid "unknown operand %s"
12583msgstr ""
12584
12585#: config/tc-msp430.c:1966 config/tc-msp430.c:2075
12586#, c-format
12587msgid "value out of range: 0x%x"
12588msgstr ""
12589
12590#: config/tc-msp430.c:1977
12591#, c-format
12592msgid "Registers cannot be used within absolute expression [%s]"
12593msgstr ""
12594
12595#: config/tc-msp430.c:1979 config/tc-msp430.c:2104
12596#, c-format
12597msgid "unknown expression in operand %s"
12598msgstr ""
12599
12600#: config/tc-msp430.c:1993
12601#, c-format
12602msgid "unknown addressing mode %s"
12603msgstr ""
12604
12605#: config/tc-msp430.c:2001
12606#, c-format
12607msgid "Bad register name %s"
12608msgstr ""
12609
12610#: config/tc-msp430.c:2012
12611msgid "cannot use indirect addressing with the PC"
12612msgstr ""
12613
12614#: config/tc-msp430.c:2032
12615msgid "')' required"
12616msgstr ""
12617
12618#: config/tc-msp430.c:2044
12619#, c-format
12620msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
12621msgstr ""
12622
12623#: config/tc-msp430.c:2051
12624msgid "r2 should not be used in indexed addressing mode"
12625msgstr ""
12626
12627#: config/tc-msp430.c:2090 config/tc-msp430.c:2092
12628msgid "CPU8: Stack pointer accessed with an odd offset"
12629msgstr ""
12630
12631#: config/tc-msp430.c:2102
12632#, c-format
12633msgid "Registers cannot be used as a prefix of indexed expression [%s]"
12634msgstr ""
12635
12636#. Unreachable.
12637#: config/tc-msp430.c:2137
12638#, c-format
12639msgid "unknown addressing mode for operand %s"
12640msgstr ""
12641
12642#: config/tc-msp430.c:2169
12643#, c-format
12644msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
12645msgstr ""
12646
12647#: config/tc-msp430.c:2179
12648msgid "this addressing mode is not applicable for destination operand"
12649msgstr ""
12650
12651#: config/tc-msp430.c:2210 config/tc-msp430.c:2345 config/tc-msp430.c:2382
12652#: config/tc-msp430.c:2412 config/tc-msp430.c:3103 config/tc-msp430.c:3181
12653#: config/tc-msp430.c:3264
12654#, c-format
12655msgid "expected register as second argument of %s"
12656msgstr ""
12657
12658#: config/tc-msp430.c:2249 config/tc-msp430.c:2315
12659#, c-format
12660msgid "index value too big for %s"
12661msgstr ""
12662
12663#: config/tc-msp430.c:2266 config/tc-msp430.c:2332 config/tc-msp430.c:2439
12664#, c-format
12665msgid "unexpected addressing mode for %s"
12666msgstr ""
12667
12668#: config/tc-msp430.c:2352 config/tc-msp430.c:2389 config/tc-msp430.c:2419
12669#, c-format
12670msgid "constant generator destination register found in %s"
12671msgstr ""
12672
12673#: config/tc-msp430.c:2396 config/tc-msp430.c:2426
12674#, c-format
12675msgid "constant generator source register found in %s"
12676msgstr ""
12677
12678#: config/tc-msp430.c:2515
12679msgid "no size modifier after period, .w assumed"
12680msgstr ""
12681
12682#: config/tc-msp430.c:2519
12683#, c-format
12684msgid "unrecognised instruction size modifier .%c"
12685msgstr ""
12686
12687#: config/tc-msp430.c:2533
12688#, c-format
12689msgid "junk found after instruction: %s.%s"
12690msgstr ""
12691
12692#: config/tc-msp430.c:2553
12693#, c-format
12694msgid "instruction %s.a does not exist"
12695msgstr ""
12696
12697#: config/tc-msp430.c:2567
12698#, c-format
12699msgid "instruction %s requires %d operand(s)"
12700msgstr ""
12701
12702#: config/tc-msp430.c:2583
12703#, c-format
12704msgid "instruction %s requires MSP430X mcu"
12705msgstr ""
12706
12707#: config/tc-msp430.c:2603
12708#, c-format
12709msgid "unable to repeat %s insn"
12710msgstr ""
12711
12712#: config/tc-msp430.c:2622
12713msgid "NOP inserted between two instructions that change interrupt state"
12714msgstr ""
12715
12716#: config/tc-msp430.c:2624
12717msgid ""
12718"a NOP might be needed here because of successive changes in interrupt state"
12719msgstr ""
12720
12721#: config/tc-msp430.c:2635
12722msgid "CPU12: CMP/BIT with PC destinstion ignores next instruction"
12723msgstr ""
12724
12725#: config/tc-msp430.c:2643
12726msgid "CPU19: Instruction setting CPUOFF must be followed by a NOP"
12727msgstr ""
12728
12729#: config/tc-msp430.c:2650
12730msgid "internal error: unknown nop check state"
12731msgstr ""
12732
12733#: config/tc-msp430.c:2685
12734msgid "inserting a NOP before EINT"
12735msgstr ""
12736
12737#: config/tc-msp430.c:2688
12738msgid "a NOP might be needed before the EINT"
12739msgstr ""
12740
12741#: config/tc-msp430.c:2728 config/tc-msp430.c:2730 config/tc-msp430.c:3414
12742#: config/tc-msp430.c:3416
12743msgid "CPU11: PC is destinstion of SR altering instruction"
12744msgstr ""
12745
12746#: config/tc-msp430.c:2745 config/tc-msp430.c:2747 config/tc-msp430.c:2853
12747#: config/tc-msp430.c:2855 config/tc-msp430.c:3431 config/tc-msp430.c:3433
12748#: config/tc-msp430.c:3609 config/tc-msp430.c:3611
12749msgid "CPU13: SR is destinstion of SR altering instruction"
12750msgstr ""
12751
12752#: config/tc-msp430.c:2766 config/tc-msp430.c:2865 config/tc-msp430.c:3474
12753#: config/tc-msp430.c:3643
12754msgid "repeat instruction used with non-register mode instruction"
12755msgstr ""
12756
12757#: config/tc-msp430.c:2841 config/tc-msp430.c:3188 config/tc-msp430.c:3599
12758#, c-format
12759msgid "%s: attempt to rotate the PC register"
12760msgstr ""
12761
12762#: config/tc-msp430.c:3090 config/tc-msp430.c:3161
12763#, c-format
12764msgid "expected #n as first argument of %s"
12765msgstr ""
12766
12767#: config/tc-msp430.c:3096 config/tc-msp430.c:3167
12768#, c-format
12769msgid "expected constant expression for first argument of %s"
12770msgstr ""
12771
12772#: config/tc-msp430.c:3122
12773msgid "Too many registers popped"
12774msgstr ""
12775
12776#: config/tc-msp430.c:3132
12777msgid "Cannot use POPM to restore the SR register"
12778msgstr ""
12779
12780#: config/tc-msp430.c:3152 config/tc-msp430.c:3216
12781#, c-format
12782msgid "repeat count cannot be used with %s"
12783msgstr ""
12784
12785#: config/tc-msp430.c:3174
12786#, c-format
12787msgid "expected first argument of %s to be in the range 1-4"
12788msgstr ""
12789
12790#: config/tc-msp430.c:3234
12791#, c-format
12792msgid "expected value of first argument of %s to fit into 20-bits"
12793msgstr ""
12794
12795#: config/tc-msp430.c:3253
12796#, c-format
12797msgid "expected register name or constant as first argument of %s"
12798msgstr ""
12799
12800#: config/tc-msp430.c:3342
12801msgid "expected constant value as argument to RPT"
12802msgstr ""
12803
12804#: config/tc-msp430.c:3348
12805msgid "expected constant in the range 2..16"
12806msgstr ""
12807
12808#: config/tc-msp430.c:3363
12809msgid "PC used as an argument to RPT"
12810msgstr ""
12811
12812#: config/tc-msp430.c:3369
12813msgid "expected constant or register name as argument to RPT insn"
12814msgstr ""
12815
12816#: config/tc-msp430.c:3376
12817msgid "Illegal emulated instruction "
12818msgstr ""
12819
12820#: config/tc-msp430.c:3628
12821#, c-format
12822msgid "%s instruction does not accept a .b suffix"
12823msgstr ""
12824
12825#: config/tc-msp430.c:3736
12826#, c-format
12827msgid "Even number required. Rounded to %d"
12828msgstr ""
12829
12830#: config/tc-msp430.c:3747
12831#, c-format
12832msgid "Wrong displacement  %d"
12833msgstr ""
12834
12835#: config/tc-msp430.c:3769
12836msgid "instruction requires label sans '$'"
12837msgstr ""
12838
12839#: config/tc-msp430.c:3773
12840msgid "instruction requires label or value in range -511:512"
12841msgstr ""
12842
12843#: config/tc-msp430.c:3779 config/tc-msp430.c:3828 config/tc-msp430.c:3871
12844msgid "instruction requires label"
12845msgstr ""
12846
12847#: config/tc-msp430.c:3787 config/tc-msp430.c:3834
12848msgid "polymorphs are not enabled. Use -mP option to enable."
12849msgstr ""
12850
12851#: config/tc-msp430.c:3875
12852msgid "Illegal instruction or not implemented opcode."
12853msgstr ""
12854
12855#: config/tc-msp430.c:4424
12856#, c-format
12857msgid "internal inconsistency problem in %s: insn %04lx"
12858msgstr ""
12859
12860#: config/tc-msp430.c:4466 config/tc-msp430.c:4498
12861#, c-format
12862msgid "internal inconsistency problem in %s: ext. insn %04lx"
12863msgstr ""
12864
12865#: config/tc-msp430.c:4510
12866#, c-format
12867msgid "internal inconsistency problem in %s:  %lx"
12868msgstr ""
12869
12870#: config/tc-mt.c:151
12871#, c-format
12872msgid "MT specific command line options:\n"
12873msgstr ""
12874
12875#: config/tc-mt.c:152
12876#, c-format
12877msgid "  -march=ms1-64-001         allow ms1-64-001 instructions\n"
12878msgstr ""
12879
12880#: config/tc-mt.c:153
12881#, c-format
12882msgid "  -march=ms1-16-002         allow ms1-16-002 instructions (default)\n"
12883msgstr ""
12884
12885#: config/tc-mt.c:154
12886#, c-format
12887msgid "  -march=ms1-16-003         allow ms1-16-003 instructions\n"
12888msgstr ""
12889
12890#: config/tc-mt.c:155
12891#, c-format
12892msgid "  -march=ms2                allow ms2 instructions \n"
12893msgstr ""
12894
12895#: config/tc-mt.c:156
12896#, c-format
12897msgid "  -nosched                  disable scheduling restrictions\n"
12898msgstr ""
12899
12900#: config/tc-mt.c:224
12901#, c-format
12902msgid "instruction %s may not follow another memory access instruction."
12903msgstr ""
12904
12905#: config/tc-mt.c:230
12906#, c-format
12907msgid "instruction %s may not follow another I/O instruction."
12908msgstr ""
12909
12910#: config/tc-mt.c:236
12911#, c-format
12912msgid "%s may not occupy the delay slot of another branch insn."
12913msgstr ""
12914
12915#: config/tc-mt.c:261
12916#, c-format
12917msgid "operand references R%ld of previous instruction."
12918msgstr ""
12919
12920#: config/tc-mt.c:267
12921#, c-format
12922msgid "operand references R%ld of instruction before previous."
12923msgstr ""
12924
12925#: config/tc-mt.c:281 config/tc-mt.c:286
12926#, c-format
12927msgid ""
12928"conditional branch or jal insn's operand references R%ld of previous "
12929"arithmetic or logic insn."
12930msgstr ""
12931
12932#: config/tc-mt.c:349
12933msgid "md_estimate_size_before_relax\n"
12934msgstr ""
12935
12936#: config/tc-nds32.c:1934
12937msgid ""
12938"<arch name>\t  Assemble for architecture <arch name>\n"
12939"\t\t\t  <arch name> could be\n"
12940"\t\t\t  v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s"
12941msgstr ""
12942
12943#: config/tc-nds32.c:1938
12944msgid ""
12945"<baseline>\t  Assemble for baseline <baseline>\n"
12946"\t\t\t  <baseline> could be v2, v3, v3m"
12947msgstr ""
12948
12949#: config/tc-nds32.c:1941
12950msgid ""
12951"<freg>\t  Specify a FPU configuration\n"
12952"\t\t\t  <freg>\n"
12953"\t\t\t  0:     8 SP /  4 DP registers\n"
12954"\t\t\t  1:    16 SP /  8 DP registers\n"
12955"\t\t\t  2:    32 SP / 16 DP registers\n"
12956"\t\t\t  3:    32 SP / 32 DP registers"
12957msgstr ""
12958
12959#: config/tc-nds32.c:1947
12960msgid ""
12961"<abi>\t          Specify a abi version\n"
12962"\t\t\t  <abi> could be v1, v2, v2fp, v2fpp"
12963msgstr ""
12964
12965#: config/tc-nds32.c:1978
12966msgid "Multiply instructions support"
12967msgstr ""
12968
12969#: config/tc-nds32.c:1979
12970msgid "Divide instructions support"
12971msgstr ""
12972
12973#: config/tc-nds32.c:1980
12974msgid "16-bit extension"
12975msgstr ""
12976
12977#: config/tc-nds32.c:1981
12978msgid "d0/d1 registers"
12979msgstr ""
12980
12981#: config/tc-nds32.c:1982
12982msgid "Performance extension"
12983msgstr ""
12984
12985#: config/tc-nds32.c:1983
12986msgid "Performance extension 2"
12987msgstr ""
12988
12989#: config/tc-nds32.c:1984
12990msgid "String extension"
12991msgstr ""
12992
12993#: config/tc-nds32.c:1985
12994msgid "Reduced Register configuration (GPR16) option"
12995msgstr ""
12996
12997#: config/tc-nds32.c:1986
12998msgid "AUDIO ISA extension"
12999msgstr ""
13000
13001#: config/tc-nds32.c:1987
13002msgid "FPU SP extension"
13003msgstr ""
13004
13005#: config/tc-nds32.c:1988
13006msgid "FPU DP extension"
13007msgstr ""
13008
13009#: config/tc-nds32.c:1989
13010msgid "FPU fused-multiply-add instructions"
13011msgstr ""
13012
13013#: config/tc-nds32.c:2026
13014#, c-format
13015msgid ""
13016"\n"
13017" NDS32-specific assembler options:\n"
13018msgstr ""
13019
13020#: config/tc-nds32.c:2027
13021#, c-format
13022msgid ""
13023"  -O1,\t\t\t  Optimize for performance\n"
13024"  -Os\t\t\t  Optimize for space\n"
13025msgstr ""
13026
13027#: config/tc-nds32.c:2030
13028#, c-format
13029msgid ""
13030"  -EL, -mel or -little    Produce little endian output\n"
13031"  -EB, -meb or -big       Produce big endian output\n"
13032"  -mpic\t\t\t  Generate PIC\n"
13033"  -mno-fp-as-gp-relax\t  Suppress fp-as-gp relaxation for this file\n"
13034"  -mb2bb-relax\t\t  Back-to-back branch optimization\n"
13035"  -mno-all-relax\t  Suppress all relaxation for this file\n"
13036msgstr ""
13037
13038#: config/tc-nds32.c:2041
13039#, c-format
13040msgid "  -m%s%s\n"
13041msgstr ""
13042
13043#: config/tc-nds32.c:2048
13044#, c-format
13045msgid "  -m[no-]%-17sEnable/Disable %s\n"
13046msgstr ""
13047
13048#: config/tc-nds32.c:2052
13049#, c-format
13050msgid "  -mall-ext\t\t  Turn on all extensions and instructions support\n"
13051msgstr ""
13052
13053#: config/tc-nds32.c:2326
13054#, c-format
13055msgid "la must use with symbol. '%s'"
13056msgstr ""
13057
13058#: config/tc-nds32.c:2379
13059#, c-format
13060msgid "need PIC qualifier with symbol. '%s'"
13061msgstr ""
13062
13063#: config/tc-nds32.c:2416
13064#, c-format
13065msgid "Operand is not a constant. `%s'"
13066msgstr ""
13067
13068#: config/tc-nds32.c:2505
13069#, c-format
13070msgid "needs @GOT or @GOTOFF. %s"
13071msgstr ""
13072
13073#: config/tc-nds32.c:3001
13074#, c-format
13075msgid "Duplicated pseudo-opcode %s."
13076msgstr ""
13077
13078#: config/tc-nds32.c:3051
13079#, c-format
13080msgid "Too many argument. `%s'"
13081msgstr ""
13082
13083#. Logic here rejects the input arch name.
13084#: config/tc-nds32.c:3112
13085#, c-format
13086msgid "unknown arch name `%s'\n"
13087msgstr ""
13088
13089#. Logic here rejects the input baseline.
13090#: config/tc-nds32.c:3131
13091#, c-format
13092msgid "unknown baseline `%s'\n"
13093msgstr ""
13094
13095#. Logic here rejects the input FPU configuration.
13096#: config/tc-nds32.c:3154
13097#, c-format
13098msgid "unknown FPU configuration `%s'\n"
13099msgstr ""
13100
13101#. Logic here rejects the input abi version.
13102#: config/tc-nds32.c:3178
13103#, c-format
13104msgid "unknown ABI version`%s'\n"
13105msgstr ""
13106
13107#: config/tc-nds32.c:3783
13108#, c-format
13109msgid "Different arguments of .vec_size are found, previous %d, current %d"
13110msgstr ""
13111
13112#: config/tc-nds32.c:3788
13113#, c-format
13114msgid "Argument of .vec_size is expected 4 or 16, actual: %d."
13115msgstr ""
13116
13117#: config/tc-nds32.c:3792
13118msgid "Argument of .vec_size is not a constant."
13119msgstr ""
13120
13121#: config/tc-nds32.c:4328
13122#, c-format
13123msgid "Don't know how to handle this field. %s"
13124msgstr ""
13125
13126#: config/tc-nds32.c:4493
13127#, c-format
13128msgid "instruction %s requires enabling performance extension"
13129msgstr ""
13130
13131#: config/tc-nds32.c:4501
13132#, c-format
13133msgid "instruction %s requires enabling performance extension II"
13134msgstr ""
13135
13136#: config/tc-nds32.c:4509
13137#, c-format
13138msgid "instruction %s requires enabling AUDIO extension"
13139msgstr ""
13140
13141#: config/tc-nds32.c:4517
13142#, c-format
13143msgid "instruction %s requires enabling STRING extension"
13144msgstr ""
13145
13146#: config/tc-nds32.c:4526
13147#, c-format
13148msgid "instruction %s requires enabling DIV & DX_REGS extension"
13149msgstr ""
13150
13151#: config/tc-nds32.c:4537
13152#, c-format
13153msgid "instruction %s requires enabling FPU extension"
13154msgstr ""
13155
13156#: config/tc-nds32.c:4545
13157#, c-format
13158msgid "instruction %s requires enabling FPU_SP extension"
13159msgstr ""
13160
13161#: config/tc-nds32.c:4557 config/tc-nds32.c:4577
13162#, c-format
13163msgid "instruction %s requires enabling FPU_MAC extension"
13164msgstr ""
13165
13166#: config/tc-nds32.c:4565
13167#, c-format
13168msgid "instruction %s requires enabling FPU_DP extension"
13169msgstr ""
13170
13171#: config/tc-nds32.c:4587
13172#, c-format
13173msgid "instruction %s requires enabling DX_REGS extension"
13174msgstr ""
13175
13176#: config/tc-nds32.c:4778
13177#, c-format
13178msgid "relax hint unrecognized instruction: line %d."
13179msgstr ""
13180
13181#: config/tc-nds32.c:4819
13182#, c-format
13183msgid "Can not find match relax hint. line : %d"
13184msgstr ""
13185
13186#: config/tc-nds32.c:4999
13187#, c-format
13188msgid "Internal error: Relax hint error. %s: %x"
13189msgstr ""
13190
13191#: config/tc-nds32.c:5071
13192#, c-format
13193msgid "Internal error: Range error. %s"
13194msgstr ""
13195
13196#: config/tc-nds32.c:5153
13197#, c-format
13198msgid "Not support instrcution %s in the baseline."
13199msgstr ""
13200
13201#: config/tc-nds32.c:5208
13202#, c-format
13203msgid "Unrecognized opcode, %s."
13204msgstr ""
13205
13206#: config/tc-nds32.c:5211
13207#, c-format
13208msgid "Incorrect syntax, %s."
13209msgstr ""
13210
13211#: config/tc-nds32.c:5214
13212#, c-format
13213msgid "Unrecognized operand/register, %s."
13214msgstr ""
13215
13216#: config/tc-nds32.c:5217
13217#, c-format
13218msgid "Operand out of range, %s."
13219msgstr ""
13220
13221#: config/tc-nds32.c:5220
13222#, c-format
13223msgid "Prohibited register used for reduced-register, %s."
13224msgstr ""
13225
13226#: config/tc-nds32.c:5223
13227#, c-format
13228msgid "Junk at end of line, %s."
13229msgstr ""
13230
13231#: config/tc-nds32.c:5885
13232msgid "Addend to unresolved symbol is not on word boundary."
13233msgstr ""
13234
13235#. Should never here.
13236#: config/tc-nds32.c:6420
13237msgid "Used FPU instructions requires enabling FPU extension"
13238msgstr ""
13239
13240#: config/tc-nds32.c:6611
13241#, c-format
13242msgid "Internal error: Unknown fixup type %d (`%s')"
13243msgstr ""
13244
13245#: config/tc-nds32.c:6711
13246msgid "need PIC qualifier with symbol."
13247msgstr ""
13248
13249#: config/tc-nios2.c:453
13250msgid "expecting opcode string in self test mode"
13251msgstr ""
13252
13253#: config/tc-nios2.c:455
13254#, c-format
13255msgid "assembly 0x%08x, expected %s"
13256msgstr ""
13257
13258#: config/tc-nios2.c:848
13259msgid "branch offset out of range\n"
13260msgstr ""
13261
13262#: config/tc-nios2.c:849
13263msgid "branch relaxation failed\n"
13264msgstr ""
13265
13266#: config/tc-nios2.c:1145
13267msgid "error checking for overflow - broken assembler"
13268msgstr ""
13269
13270#: config/tc-nios2.c:1161
13271#, c-format
13272msgid "immediate value 0x%x truncated to 0x%x"
13273msgstr ""
13274
13275#: config/tc-nios2.c:1188
13276#, c-format
13277msgid "call target address 0x%08x out of range 0x%08x to 0x%08x"
13278msgstr ""
13279
13280#: config/tc-nios2.c:1194
13281#, c-format
13282msgid "branch offset %d out of range %d to %d"
13283msgstr ""
13284
13285#: config/tc-nios2.c:1198
13286#, c-format
13287msgid "branch offset %d out of range"
13288msgstr ""
13289
13290#: config/tc-nios2.c:1204
13291#, c-format
13292msgid "%s offset %d out of range %d to %d"
13293msgstr ""
13294
13295#: config/tc-nios2.c:1208
13296#, c-format
13297msgid "%s offset %d out of range"
13298msgstr ""
13299
13300#: config/tc-nios2.c:1213 config/tc-nios2.c:1228
13301#, c-format
13302msgid "immediate value %d out of range %d to %d"
13303msgstr ""
13304
13305#: config/tc-nios2.c:1218 config/tc-nios2.c:1223
13306#, c-format
13307msgid "immediate value %u out of range %u to %u"
13308msgstr ""
13309
13310#: config/tc-nios2.c:1233
13311#, c-format
13312msgid "custom instruction opcode %u out of range %u to %u"
13313msgstr ""
13314
13315#: config/tc-nios2.c:1238
13316msgid "overflow in immediate argument"
13317msgstr ""
13318
13319#: config/tc-nios2.c:1310
13320msgid "cannot create 64-bit relocation"
13321msgstr ""
13322
13323#: config/tc-nios2.c:1438
13324#, c-format
13325msgid "internal error: broken opcode descriptor for `%s %s'\n"
13326msgstr ""
13327
13328#: config/tc-nios2.c:1487
13329msgid "can't create relocation"
13330msgstr ""
13331
13332#: config/tc-nios2.c:1518
13333#, c-format
13334msgid "unknown register %s"
13335msgstr ""
13336
13337#: config/tc-nios2.c:1526
13338msgid "expecting control register"
13339msgstr ""
13340
13341#: config/tc-nios2.c:1528
13342msgid "illegal use of control register"
13343msgstr ""
13344
13345#: config/tc-nios2.c:1530
13346msgid "illegal use of coprocessor register"
13347msgstr ""
13348
13349#. Should never get here if we passed validation.
13350#: config/tc-nios2.c:1532 config/tc-nios2.c:1846 config/tc-nios2.c:1988
13351#: config/tc-nios2.c:2056
13352#, c-format
13353msgid "invalid register %s"
13354msgstr ""
13355
13356#: config/tc-nios2.c:1540
13357msgid ""
13358"Register at (r1) can sometimes be corrupted by assembler optimizations.\n"
13359"Use .set noat to turn off those optimizations (and this warning)."
13360msgstr ""
13361
13362#: config/tc-nios2.c:1545
13363msgid ""
13364"The debugger will corrupt bt (r25).\n"
13365"If you don't need to debug this code use .set nobreak to turn off this "
13366"warning."
13367msgstr ""
13368
13369#: config/tc-nios2.c:1549
13370msgid ""
13371"The debugger will corrupt sstatus/ba (r30).\n"
13372"If you don't need to debug this code use .set nobreak to turn off this "
13373"warning."
13374msgstr ""
13375
13376#: config/tc-nios2.c:1939 config/tc-nios2.c:1967
13377msgid "r31 cannot be used with jmp; use ret instead"
13378msgstr ""
13379
13380#: config/tc-nios2.c:1982
13381msgid "r31 cannot be used with jmpr.n; use ret.n instead"
13382msgstr ""
13383
13384#: config/tc-nios2.c:2595 config/tc-nios2.c:2622 config/tc-nios2.c:2649
13385#: config/tc-nios2.c:2680
13386#, c-format
13387msgid "Invalid constant operand %s"
13388msgstr ""
13389
13390#: config/tc-nios2.c:2997 config/tc-nios2.c:3021
13391#, c-format
13392msgid "badly formed expression near %s"
13393msgstr ""
13394
13395#: config/tc-nios2.c:3110 config/tc-nios2.c:3137 config/tc-xtensa.c:2113
13396msgid "too many arguments"
13397msgstr ""
13398
13399#: config/tc-nios2.c:3126
13400#, c-format
13401msgid "expecting %c near %s"
13402msgstr ""
13403
13404#. we cannot recover from this.
13405#: config/tc-nios2.c:3264
13406#, c-format
13407msgid "unrecognized pseudo-instruction %s"
13408msgstr ""
13409
13410#: config/tc-nios2.c:3527 config/tc-tic6x.c:232
13411#, c-format
13412msgid "unknown architecture '%s'"
13413msgstr ""
13414
13415#: config/tc-nios2.c:3608
13416msgid "Big-endian R2 is not supported."
13417msgstr ""
13418
13419#. Unrecognised instruction - error.
13420#: config/tc-nios2.c:3765
13421#, c-format
13422msgid "unrecognised instruction %s"
13423msgstr ""
13424
13425#: config/tc-nios2.c:3885
13426#, c-format
13427msgid "can't represent relocation type %s"
13428msgstr ""
13429
13430#: config/tc-nios2.c:3978
13431msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
13432msgstr ""
13433
13434#: config/tc-nios2.c:4004
13435#, c-format
13436msgid "Illegal operands: %%tls_ldo in %d-byte data field"
13437msgstr ""
13438
13439#: config/tc-nios2.c:4016 config/tc-nios2.c:4034 config/tc-nios2.c:4041
13440#, c-format
13441msgid "Illegal operands: %%tls_ldo requires arguments in ()"
13442msgstr ""
13443
13444#: config/tc-nios2.c:4048
13445#, c-format
13446msgid "Illegal operands: garbage after %%tls_ldo()"
13447msgstr ""
13448
13449#: config/tc-ns32k.c:437
13450msgid "Invalid syntax in PC-relative addressing mode"
13451msgstr ""
13452
13453#: config/tc-ns32k.c:461
13454msgid "Invalid syntax in External addressing mode"
13455msgstr ""
13456
13457#: config/tc-ns32k.c:542
13458msgid "Invalid syntax in Memory Relative addressing mode"
13459msgstr ""
13460
13461#: config/tc-ns32k.c:609
13462msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
13463msgstr ""
13464
13465#: config/tc-ns32k.c:614
13466msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
13467msgstr ""
13468
13469#: config/tc-ns32k.c:619
13470msgid "Scaled-indexed addressing mode combined with scaled-index"
13471msgstr ""
13472
13473#: config/tc-ns32k.c:630
13474msgid "Invalid or illegal addressing mode combined with scaled-index"
13475msgstr ""
13476
13477#: config/tc-ns32k.c:753
13478msgid "Premature end of suffix -- Defaulting to d"
13479msgstr ""
13480
13481#: config/tc-ns32k.c:766
13482msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
13483msgstr ""
13484
13485#: config/tc-ns32k.c:811
13486msgid "Very short instr to option, ie you can't do it on a NULLstr"
13487msgstr ""
13488
13489#: config/tc-ns32k.c:861
13490msgid "No such entry in list. (cpu/mmu register)"
13491msgstr ""
13492
13493#: config/tc-ns32k.c:918
13494msgid "Internal consistency error.  check ns32k-opcode.h"
13495msgstr ""
13496
13497#: config/tc-ns32k.c:943
13498msgid "Address of immediate operand"
13499msgstr ""
13500
13501#: config/tc-ns32k.c:944
13502msgid "Invalid immediate write operand."
13503msgstr ""
13504
13505#: config/tc-ns32k.c:1074
13506msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
13507msgstr ""
13508
13509#: config/tc-ns32k.c:1107
13510msgid "No such opcode"
13511msgstr ""
13512
13513#: config/tc-ns32k.c:1182
13514msgid "Bad suffix, defaulting to d"
13515msgstr ""
13516
13517#: config/tc-ns32k.c:1209
13518msgid "Too many operands passed to instruction"
13519msgstr ""
13520
13521#. Check error in default.
13522#: config/tc-ns32k.c:1221
13523msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
13524msgstr ""
13525
13526#: config/tc-ns32k.c:1224
13527msgid "Wrong number of operands"
13528msgstr ""
13529
13530#: config/tc-ns32k.c:1297
13531#, c-format
13532msgid "Can not do %d byte pc-relative relocation for storage type %d"
13533msgstr ""
13534
13535#: config/tc-ns32k.c:1300
13536#, c-format
13537msgid "Can not do %d byte relocation for storage type %d"
13538msgstr ""
13539
13540#: config/tc-ns32k.c:1392
13541#, c-format
13542msgid "value of %ld out of byte displacement range."
13543msgstr ""
13544
13545#: config/tc-ns32k.c:1402
13546#, c-format
13547msgid "value of %ld out of word displacement range."
13548msgstr ""
13549
13550#: config/tc-ns32k.c:1417
13551#, c-format
13552msgid "value of %ld out of double word displacement range."
13553msgstr ""
13554
13555#: config/tc-ns32k.c:1438
13556#, c-format
13557msgid "Internal logic error.  line %d, file \"%s\""
13558msgstr ""
13559
13560#: config/tc-ns32k.c:1486
13561#, c-format
13562msgid "Internal logic error. line %d, file \"%s\""
13563msgstr ""
13564
13565#: config/tc-ns32k.c:1587
13566msgid "Bit field out of range"
13567msgstr ""
13568
13569#: config/tc-ns32k.c:1687
13570msgid "iif convert internal pcrel/binary"
13571msgstr ""
13572
13573#: config/tc-ns32k.c:1704
13574msgid "Bignum too big for long"
13575msgstr ""
13576
13577#: config/tc-ns32k.c:1781
13578msgid "iif convert internal pcrel/pointer"
13579msgstr ""
13580
13581#: config/tc-ns32k.c:1786
13582msgid "Internal logic error in iif.iifP[n].type"
13583msgstr ""
13584
13585#. We can't relax this case.
13586#: config/tc-ns32k.c:1822
13587msgid "Can't relax difference"
13588msgstr ""
13589
13590#: config/tc-ns32k.c:1863
13591msgid "Displacement too large for :d"
13592msgstr ""
13593
13594#: config/tc-ns32k.c:1876
13595msgid "Internal logic error in iif.iifP[].type"
13596msgstr ""
13597
13598#. Fatal.
13599#: config/tc-ns32k.c:1908
13600#, c-format
13601msgid "Can't hash %s: %s"
13602msgstr ""
13603
13604#: config/tc-ns32k.c:2144
13605#, c-format
13606msgid "invalid architecture option -m%s, ignored"
13607msgstr ""
13608
13609#: config/tc-ns32k.c:2157
13610#, c-format
13611msgid "invalid default displacement size \"%s\". Defaulting to %d."
13612msgstr ""
13613
13614#: config/tc-ns32k.c:2173
13615#, c-format
13616msgid ""
13617"NS32K options:\n"
13618"-m32032 | -m32532\tselect variant of NS32K architecture\n"
13619"--disp-size-default=<1|2|4>\n"
13620msgstr ""
13621
13622#: config/tc-ns32k.c:2249
13623#, c-format
13624msgid "Cannot find relocation type for symbol %s, code %d"
13625msgstr ""
13626
13627#: config/tc-pdp11.c:336 config/tc-pdp11.c:354 config/tc-pdp11.c:379
13628#: config/tc-pdp11.c:385 config/tc-pdp11.c:398
13629msgid "Bad register name"
13630msgstr ""
13631
13632#: config/tc-pdp11.c:417 config/tc-pdp11.c:481 config/tc-pdp11.c:492
13633msgid "Error in expression"
13634msgstr ""
13635
13636#: config/tc-pdp11.c:489
13637msgid "Low order bits truncated in immediate float operand"
13638msgstr ""
13639
13640#: config/tc-pdp11.c:608
13641msgid "Float AC not legal as integer operand"
13642msgstr ""
13643
13644#: config/tc-pdp11.c:628
13645msgid "General register not legal as float operand"
13646msgstr ""
13647
13648#: config/tc-pdp11.c:661
13649msgid "No instruction found"
13650msgstr ""
13651
13652#: config/tc-pdp11.c:671 config/tc-z80.c:1932 config/tc-z80.c:1945
13653#, c-format
13654msgid "Unknown instruction '%s'"
13655msgstr ""
13656
13657#: config/tc-pdp11.c:677
13658#, c-format
13659msgid "Unsupported instruction set extension: %s"
13660msgstr ""
13661
13662#: config/tc-pdp11.c:711
13663msgid "operand is not an absolute constant"
13664msgstr ""
13665
13666#: config/tc-pdp11.c:719
13667msgid "3-bit immediate out of range"
13668msgstr ""
13669
13670#: config/tc-pdp11.c:726
13671msgid "6-bit immediate out of range"
13672msgstr ""
13673
13674#: config/tc-pdp11.c:733
13675msgid "8-bit immediate out of range"
13676msgstr ""
13677
13678#: config/tc-pdp11.c:750 config/tc-pdp11.c:943
13679msgid "Symbol expected"
13680msgstr ""
13681
13682#: config/tc-pdp11.c:755
13683msgid "8-bit displacement out of range"
13684msgstr ""
13685
13686#: config/tc-pdp11.c:797 config/tc-pdp11.c:818 config/tc-pdp11.c:835
13687#: config/tc-pdp11.c:856 config/tc-pdp11.c:873 config/tc-pdp11.c:894
13688#: config/tc-pdp11.c:913 config/tc-pdp11.c:934
13689msgid "Missing ','"
13690msgstr ""
13691
13692#: config/tc-pdp11.c:948
13693msgid "6-bit displacement out of range"
13694msgstr ""
13695
13696#: config/tc-pdp11.c:969 config/tc-tilegx.c:1215 config/tc-tilepro.c:1101
13697#: config/tc-vax.c:1950
13698msgid "Too many operands"
13699msgstr ""
13700
13701#: config/tc-pdp11.c:1419
13702#, c-format
13703msgid "Can not represent %s relocation in this object file format"
13704msgstr ""
13705
13706#: config/tc-pj.c:64 config/tc-pj.c:73
13707msgid "confusing relocation expressions"
13708msgstr ""
13709
13710#: config/tc-pj.c:157
13711msgid "can't have relocation for ipush"
13712msgstr ""
13713
13714#: config/tc-pj.c:289
13715msgid "expected expression"
13716msgstr ""
13717
13718#: config/tc-pj.c:355
13719#, c-format
13720msgid ""
13721"PJ options:\n"
13722"-little\t\t\tgenerate little endian code\n"
13723"-big\t\t\tgenerate big endian code\n"
13724msgstr ""
13725
13726#: config/tc-pj.c:380 config/tc-sh.c:4149 config/tc-sh.c:4156
13727#: config/tc-sh.c:4163 config/tc-sh.c:4170
13728msgid "pcrel too far"
13729msgstr ""
13730
13731#: config/tc-ppc.c:1093 config/tc-ppc.c:1150 config/tc-ppc.c:1188
13732msgid "the use of -mvle requires big endian."
13733msgstr ""
13734
13735#: config/tc-ppc.c:1131 config/tc-ppc.c:1152
13736msgid "the use of -mvle requires -a32."
13737msgstr ""
13738
13739#: config/tc-ppc.c:1133
13740#, c-format
13741msgid "%s unsupported"
13742msgstr ""
13743
13744#: config/tc-ppc.c:1242
13745msgid "--nops needs a numeric argument"
13746msgstr ""
13747
13748#: config/tc-ppc.c:1259
13749#, c-format
13750msgid ""
13751"PowerPC options:\n"
13752"-a32                    generate ELF32/XCOFF32\n"
13753"-a64                    generate ELF64/XCOFF64\n"
13754"-u                      ignored\n"
13755"-mpwrx, -mpwr2          generate code for POWER/2 (RIOS2)\n"
13756"-mpwr                   generate code for POWER (RIOS1)\n"
13757"-m601                   generate code for PowerPC 601\n"
13758"-mppc, -mppc32, -m603, -m604\n"
13759"                        generate code for PowerPC 603/604\n"
13760"-m403                   generate code for PowerPC 403\n"
13761"-m405                   generate code for PowerPC 405\n"
13762"-m440                   generate code for PowerPC 440\n"
13763"-m464                   generate code for PowerPC 464\n"
13764"-m476                   generate code for PowerPC 476\n"
13765"-m7400, -m7410, -m7450, -m7455\n"
13766"                        generate code for PowerPC 7400/7410/7450/7455\n"
13767"-m750cl                 generate code for PowerPC 750cl\n"
13768"-m821, -m850, -m860     generate code for PowerPC 821/850/860\n"
13769msgstr ""
13770
13771#: config/tc-ppc.c:1278
13772#, c-format
13773msgid ""
13774"-mppc64, -m620          generate code for PowerPC 620/625/630\n"
13775"-mppc64bridge           generate code for PowerPC 64, including bridge "
13776"insns\n"
13777"-mbooke                 generate code for 32-bit PowerPC BookE\n"
13778"-ma2                    generate code for A2 architecture\n"
13779"-mpower4, -mpwr4        generate code for Power4 architecture\n"
13780"-mpower5, -mpwr5, -mpwr5x\n"
13781"                        generate code for Power5 architecture\n"
13782"-mpower6, -mpwr6        generate code for Power6 architecture\n"
13783"-mpower7, -mpwr7        generate code for Power7 architecture\n"
13784"-mpower8, -mpwr8        generate code for Power8 architecture\n"
13785"-mpower9, -mpwr9        generate code for Power9 architecture\n"
13786"-mcell                  generate code for Cell Broadband Engine "
13787"architecture\n"
13788"-mcom                   generate code Power/PowerPC common instructions\n"
13789"-many                   generate code for any architecture (PWR/PWRX/PPC)\n"
13790msgstr ""
13791
13792#: config/tc-ppc.c:1293
13793#, c-format
13794msgid ""
13795"-maltivec               generate code for AltiVec\n"
13796"-mvsx                   generate code for Vector-Scalar (VSX) instructions\n"
13797"-mhtm                   generate code for Hardware Transactional Memory\n"
13798"-me300                  generate code for PowerPC e300 family\n"
13799"-me500, -me500x2        generate code for Motorola e500 core complex\n"
13800"-me500mc,               generate code for Freescale e500mc core complex\n"
13801"-me500mc64,             generate code for Freescale e500mc64 core complex\n"
13802"-me5500,                generate code for Freescale e5500 core complex\n"
13803"-me6500,                generate code for Freescale e6500 core complex\n"
13804"-mspe                   generate code for Motorola SPE instructions\n"
13805"-mvle                   generate code for Freescale VLE instructions\n"
13806"-mtitan                 generate code for AppliedMicro Titan core complex\n"
13807"-mregnames              Allow symbolic names for registers\n"
13808"-mno-regnames           Do not allow symbolic names for registers\n"
13809msgstr ""
13810
13811#: config/tc-ppc.c:1309
13812#, c-format
13813msgid ""
13814"-mrelocatable           support for GCC's -mrelocatble option\n"
13815"-mrelocatable-lib       support for GCC's -mrelocatble-lib option\n"
13816"-memb                   set PPC_EMB bit in ELF flags\n"
13817"-mlittle, -mlittle-endian, -le\n"
13818"                        generate code for a little endian machine\n"
13819"-mbig, -mbig-endian, -be\n"
13820"                        generate code for a big endian machine\n"
13821"-msolaris               generate code for Solaris\n"
13822"-mno-solaris            do not generate code for Solaris\n"
13823"-K PIC                  set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
13824"-V                      print assembler version number\n"
13825"-Qy, -Qn                ignored\n"
13826msgstr ""
13827
13828#: config/tc-ppc.c:1323
13829#, c-format
13830msgid ""
13831"-nops=count             when aligning, more than COUNT nops uses a branch\n"
13832"-ppc476-workaround      warn if emitting data to code sections\n"
13833msgstr ""
13834
13835#: config/tc-ppc.c:1350
13836#, c-format
13837msgid "unknown default cpu = %s, os = %s"
13838msgstr ""
13839
13840#: config/tc-ppc.c:1378
13841msgid "neither Power nor PowerPC opcodes were selected."
13842msgstr ""
13843
13844#: config/tc-ppc.c:1438
13845#, c-format
13846msgid "mask trims opcode bits for %s"
13847msgstr ""
13848
13849#: config/tc-ppc.c:1447
13850#, c-format
13851msgid "operand index error for %s"
13852msgstr ""
13853
13854#: config/tc-ppc.c:1463
13855#, c-format
13856msgid "operand %d overlap in %s"
13857msgstr ""
13858
13859#: config/tc-ppc.c:1515
13860#, c-format
13861msgid "powerpc_operands[%d].bitm invalid"
13862msgstr ""
13863
13864#: config/tc-ppc.c:1522
13865#, c-format
13866msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
13867msgstr ""
13868
13869#: config/tc-ppc.c:1551 config/tc-ppc.c:1615
13870#, c-format
13871msgid "major opcode is not sorted for %s"
13872msgstr ""
13873
13874#: config/tc-ppc.c:1558
13875#, c-format
13876msgid "%s is enabled by vle flag"
13877msgstr ""
13878
13879#: config/tc-ppc.c:1565
13880#, c-format
13881msgid "%s not disabled by vle flag"
13882msgstr ""
13883
13884#: config/tc-ppc.c:1579 config/tc-ppc.c:1632
13885#, c-format
13886msgid "duplicate instruction %s"
13887msgstr ""
13888
13889#: config/tc-ppc.c:1652
13890#, c-format
13891msgid "duplicate macro %s"
13892msgstr ""
13893
13894#: config/tc-ppc.c:2034
13895msgid "symbol+offset not supported for got tls"
13896msgstr ""
13897
13898#: config/tc-ppc.c:2111 config/tc-ppc.c:3612 config/tc-ppc.c:7017
13899msgid "data in executable section"
13900msgstr ""
13901
13902#: config/tc-ppc.c:2152 config/tc-ppc.c:5252
13903msgid "expected comma after symbol-name: rest of line ignored."
13904msgstr ""
13905
13906#: config/tc-ppc.c:2185 config/tc-ppc.c:5288
13907#, c-format
13908msgid "ignoring attempt to re-define symbol `%s'."
13909msgstr ""
13910
13911#: config/tc-ppc.c:2193
13912#, c-format
13913msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld."
13914msgstr ""
13915
13916#: config/tc-ppc.c:2211
13917msgid "common alignment not a power of 2"
13918msgstr ""
13919
13920#: config/tc-ppc.c:2253
13921#, c-format
13922msgid "expected comma after name `%s' in .localentry directive"
13923msgstr ""
13924
13925#: config/tc-ppc.c:2263
13926msgid "missing expression in .localentry directive"
13927msgstr ""
13928
13929#: config/tc-ppc.c:2277
13930#, c-format
13931msgid ".localentry expression for `%s' is not a valid power of 2"
13932msgstr ""
13933
13934#: config/tc-ppc.c:2291
13935#, c-format
13936msgid ".localentry expression for `%s' does not evaluate to a constant"
13937msgstr ""
13938
13939#: config/tc-ppc.c:2306
13940msgid "missing expression in .abiversion directive"
13941msgstr ""
13942
13943#: config/tc-ppc.c:2315
13944msgid ".abiversion expression does not evaluate to a constant"
13945msgstr ""
13946
13947#: config/tc-ppc.c:2337
13948msgid "unknown .gnu_attribute value"
13949msgstr ""
13950
13951#: config/tc-ppc.c:2389
13952msgid "relocation cannot be done when using -mrelocatable"
13953msgstr ""
13954
13955#: config/tc-ppc.c:2435
13956msgid "TOC section size exceeds 64k"
13957msgstr ""
13958
13959#: config/tc-ppc.c:2530
13960#, c-format
13961msgid "syntax error: invalid toc specifier `%s'"
13962msgstr ""
13963
13964#: config/tc-ppc.c:2544
13965#, c-format
13966msgid "syntax error: expected `]', found  `%c'"
13967msgstr ""
13968
13969#: config/tc-ppc.c:2653
13970#, c-format
13971msgid "unrecognized opcode: `%s'"
13972msgstr ""
13973
13974#: config/tc-ppc.c:2844
13975msgid "[tocv] symbol is not a toc symbol"
13976msgstr ""
13977
13978#: config/tc-ppc.c:2855
13979msgid "unimplemented toc32 expression modifier"
13980msgstr ""
13981
13982#: config/tc-ppc.c:2860
13983msgid "unimplemented toc64 expression modifier"
13984msgstr ""
13985
13986#: config/tc-ppc.c:2864
13987#, c-format
13988msgid "Unexpected return value [%d] from parse_toc_entry!\n"
13989msgstr ""
13990
13991#: config/tc-ppc.c:3070
13992#, c-format
13993msgid "@tls may not be used with \"%s\" operands"
13994msgstr ""
13995
13996#: config/tc-ppc.c:3073
13997msgid "@tls may only be used in last operand"
13998msgstr ""
13999
14000#: config/tc-ppc.c:3203
14001#, c-format
14002msgid "assuming %s on symbol"
14003msgstr ""
14004
14005#: config/tc-ppc.c:3306
14006msgid "unsupported relocation for DS offset field"
14007msgstr ""
14008
14009#: config/tc-ppc.c:3348
14010#, c-format
14011msgid "syntax error; end of line, expected `%c'"
14012msgstr ""
14013
14014#: config/tc-ppc.c:3350
14015#, c-format
14016msgid "syntax error; found `%c', expected `%c'"
14017msgstr ""
14018
14019#: config/tc-ppc.c:3420 config/tc-ppc.c:6371
14020msgid "instruction address is not a multiple of 4"
14021msgstr ""
14022
14023#: config/tc-ppc.c:3649
14024msgid "missing size"
14025msgstr ""
14026
14027#: config/tc-ppc.c:3658
14028msgid "negative size"
14029msgstr ""
14030
14031#: config/tc-ppc.c:3690
14032msgid "missing real symbol name"
14033msgstr ""
14034
14035#: config/tc-ppc.c:3729
14036msgid "attempt to redefine symbol"
14037msgstr ""
14038
14039#: config/tc-ppc.c:3992
14040#, c-format
14041msgid "no known dwarf XCOFF section for flag 0x%08x\n"
14042msgstr ""
14043
14044#: config/tc-ppc.c:4005
14045#, c-format
14046msgid "label %s was not defined in this dwarf section"
14047msgstr ""
14048
14049#: config/tc-ppc.c:4119
14050msgid "the XCOFF file format does not support arbitrary sections"
14051msgstr ""
14052
14053#: config/tc-ppc.c:4190
14054msgid ".ref outside .csect"
14055msgstr ""
14056
14057#: config/tc-ppc.c:4211 config/tc-ppc.c:4411
14058msgid "missing symbol name"
14059msgstr ""
14060
14061#: config/tc-ppc.c:4241
14062msgid "missing rename string"
14063msgstr ""
14064
14065#: config/tc-ppc.c:4271 config/tc-ppc.c:4810 read.c:3523
14066msgid "missing value"
14067msgstr ""
14068
14069#: config/tc-ppc.c:4289
14070msgid "illegal .stabx expression; zero assumed"
14071msgstr ""
14072
14073#: config/tc-ppc.c:4321
14074msgid "missing class"
14075msgstr ""
14076
14077#: config/tc-ppc.c:4330
14078msgid "missing type"
14079msgstr ""
14080
14081#: config/tc-ppc.c:4357
14082msgid ".stabx of storage class stsym must be within .bs/.es"
14083msgstr ""
14084
14085#: config/tc-ppc.c:4598
14086msgid "nested .bs blocks"
14087msgstr ""
14088
14089#: config/tc-ppc.c:4629
14090msgid ".es without preceding .bs"
14091msgstr ""
14092
14093#: config/tc-ppc.c:4802
14094msgid "non-constant byte count"
14095msgstr ""
14096
14097#: config/tc-ppc.c:4876
14098msgid ".tc not in .toc section"
14099msgstr ""
14100
14101#: config/tc-ppc.c:4894
14102msgid ".tc with no label"
14103msgstr ""
14104
14105#: config/tc-ppc.c:4978 config/tc-s390.c:1954
14106msgid ".machine stack overflow"
14107msgstr ""
14108
14109#: config/tc-ppc.c:4985 config/tc-s390.c:1965
14110msgid ".machine stack underflow"
14111msgstr ""
14112
14113#: config/tc-ppc.c:4992 config/tc-s390.c:1977
14114#, c-format
14115msgid "invalid machine `%s'"
14116msgstr ""
14117
14118#: config/tc-ppc.c:5024
14119msgid "no previous section to return to, ignored."
14120msgstr ""
14121
14122#: config/tc-ppc.c:5297
14123#, c-format
14124msgid "length of .comm \"%s\" is already %ld. Not changed to %ld."
14125msgstr ""
14126
14127#. Section Contents
14128#. unknown
14129#: config/tc-ppc.c:5425
14130msgid "unsupported section attribute -- 'a'"
14131msgstr ""
14132
14133#: config/tc-ppc.c:5608
14134msgid "bad symbol suffix"
14135msgstr ""
14136
14137#: config/tc-ppc.c:5701
14138msgid "unrecognized symbol suffix"
14139msgstr ""
14140
14141#: config/tc-ppc.c:5788
14142msgid "two .function pseudo-ops with no intervening .ef"
14143msgstr ""
14144
14145#: config/tc-ppc.c:5801
14146msgid ".ef with no preceding .function"
14147msgstr ""
14148
14149#: config/tc-ppc.c:5930
14150#, c-format
14151msgid "warning: symbol %s has no csect"
14152msgstr ""
14153
14154#: config/tc-ppc.c:6192
14155msgid "symbol in .toc does not match any .tc"
14156msgstr ""
14157
14158#: config/tc-ppc.c:6781
14159#, c-format
14160msgid "%s unsupported as instruction fixup"
14161msgstr ""
14162
14163#: config/tc-ppc.c:6855
14164#, c-format
14165msgid "unsupported relocation against %s"
14166msgstr ""
14167
14168#: config/tc-ppc.c:7000
14169#, c-format
14170msgid "Gas failure, reloc value %d\n"
14171msgstr ""
14172
14173#: config/tc-ppc.c:7084
14174#, c-format
14175msgid "cannot emit PC relative %s relocation against %s"
14176msgstr ""
14177
14178#: config/tc-ppc.c:7091
14179msgid "unable to resolve expression"
14180msgstr ""
14181
14182#: config/tc-riscv.c:405
14183#, c-format
14184msgid "internal error: can't hash `%s': %s"
14185msgstr ""
14186
14187#: config/tc-riscv.c:486
14188#, c-format
14189msgid "internal: bad RISC-V opcode (mask error): %s %s"
14190msgstr ""
14191
14192#: config/tc-riscv.c:524
14193#, c-format
14194msgid "internal: bad RISC-V opcode (unknown operand type `C%c'): %s %s"
14195msgstr ""
14196
14197#: config/tc-riscv.c:559
14198#, c-format
14199msgid "internal: bad RISC-V opcode (unknown operand type `%c'): %s %s"
14200msgstr ""
14201
14202#: config/tc-riscv.c:567
14203#, c-format
14204msgid "internal: bad RISC-V opcode (bits 0x%lx undefined): %s %s"
14205msgstr ""
14206
14207#: config/tc-riscv.c:691
14208#, c-format
14209msgid "Unsupported RISC-V relocation number %d"
14210msgstr ""
14211
14212#: config/tc-riscv.c:763
14213msgid "internal error: invalid macro"
14214msgstr ""
14215
14216#: config/tc-riscv.c:792 config/tc-riscv.c:859
14217msgid "unsupported large constant"
14218msgstr ""
14219
14220#: config/tc-riscv.c:794
14221#, c-format
14222msgid "Instruction %s requires absolute expression"
14223msgstr ""
14224
14225#: config/tc-riscv.c:1015
14226#, c-format
14227msgid "Macro %s not implemented"
14228msgstr ""
14229
14230#: config/tc-riscv.c:1399
14231#, c-format
14232msgid "bad RVC field specifier 'C%c'\n"
14233msgstr ""
14234
14235#: config/tc-riscv.c:1422 config/tc-riscv.c:1433
14236#, c-format
14237msgid "Improper shift amount (%lu)"
14238msgstr ""
14239
14240#: config/tc-riscv.c:1444
14241#, c-format
14242msgid "Improper CSRxI immediate (%lu)"
14243msgstr ""
14244
14245#: config/tc-riscv.c:1459
14246#, c-format
14247msgid "Improper CSR address (%lu)"
14248msgstr ""
14249
14250#: config/tc-riscv.c:1621
14251msgid "lui expression not in range 0..1048575"
14252msgstr ""
14253
14254#: config/tc-riscv.c:1649
14255#, c-format
14256msgid "internal error: bad argument type %c"
14257msgstr ""
14258
14259#: config/tc-riscv.c:1654
14260msgid "illegal operands"
14261msgstr ""
14262
14263#: config/tc-riscv.c:1957
14264#, c-format
14265msgid "internal error: bad CFA value #%d"
14266msgstr ""
14267
14268#: config/tc-riscv.c:2034
14269#, c-format
14270msgid "internal error: bad relocation #%d"
14271msgstr ""
14272
14273#: config/tc-riscv.c:2133
14274msgid ".option pop with no .option push"
14275msgstr ""
14276
14277#: config/tc-riscv.c:2143
14278#, c-format
14279msgid "Unrecognized .option directive: %s\n"
14280msgstr ""
14281
14282#: config/tc-riscv.c:2163
14283#, c-format
14284msgid "Unsupported use of %s"
14285msgstr ""
14286
14287#: config/tc-riscv.c:2307
14288#, c-format
14289msgid "cannot represent %s relocation in object file"
14290msgstr ""
14291
14292#: config/tc-riscv.c:2448
14293#, c-format
14294msgid ""
14295"RISC-V options:\n"
14296"  -m32           assemble RV32 code\n"
14297"  -m64           assemble RV64 code (default)\n"
14298"  -fpic          generate position-independent code\n"
14299"  -fno-pic       don't generate position-independent code (default)\n"
14300"  -msoft-float   don't use F registers for floating-point values\n"
14301"  -mhard-float   use F registers for floating-point values (default)\n"
14302"  -mno-rvc       disable the C extension for compressed instructions "
14303"(default)\n"
14304"  -mrvc          enable the C extension for compressed instructions\n"
14305"  -march=ISA     set the RISC-V architecture, RV64IMAFD by default\n"
14306msgstr ""
14307
14308#: config/tc-riscv.c:2480
14309#, c-format
14310msgid "unknown register `%s'"
14311msgstr ""
14312
14313#: config/tc-riscv.c:2501
14314#, c-format
14315msgid "non-constant .%cleb128 is not supported"
14316msgstr ""
14317
14318#: config/tc-rl78.c:214
14319msgid "16-bit relocation used in 8-bit operand"
14320msgstr ""
14321
14322#: config/tc-rl78.c:218
14323msgid "8-bit relocation used in 16-bit operand"
14324msgstr ""
14325
14326#: config/tc-rl78.c:244 config/tc-rx.c:882
14327#, c-format
14328msgid "Value %d doesn't fit in unsigned %d-bit field"
14329msgstr ""
14330
14331#: config/tc-rl78.c:250 config/tc-rx.c:888
14332#, c-format
14333msgid "Value %d doesn't fit in signed %d-bit field"
14334msgstr ""
14335
14336#: config/tc-rl78.c:368
14337#, c-format
14338msgid " RL78 specific command line options:\n"
14339msgstr ""
14340
14341#: config/tc-rl78.c:369
14342#, c-format
14343msgid "  --mrelax          Enable link time relaxation\n"
14344msgstr ""
14345
14346#: config/tc-rl78.c:370
14347#, c-format
14348msgid "  --mg10            Enable support for G10 variant\n"
14349msgstr ""
14350
14351#: config/tc-rl78.c:371
14352#, c-format
14353msgid "  --mg13            Selects the G13 core.\n"
14354msgstr ""
14355
14356#: config/tc-rl78.c:372
14357#, c-format
14358msgid "  --mg14            Selects the G14 core [default]\n"
14359msgstr ""
14360
14361#: config/tc-rl78.c:373
14362#, c-format
14363msgid "  --mrl78           Alias for --mg14\n"
14364msgstr ""
14365
14366#: config/tc-rl78.c:374
14367#, c-format
14368msgid "  --m32bit-doubles  [default]\n"
14369msgstr ""
14370
14371#: config/tc-rl78.c:375
14372#, c-format
14373msgid "  --m64bit-doubles  Source code uses 64-bit doubles\n"
14374msgstr ""
14375
14376#: config/tc-rl78.c:451
14377#, c-format
14378msgid "%%%s() must be outermost term in expression"
14379msgstr ""
14380
14381#: config/tc-rl78.c:679 config/tc-rx.c:2220
14382#, c-format
14383msgid "unsupported constant size %d\n"
14384msgstr ""
14385
14386#: config/tc-rl78.c:695
14387#, c-format
14388msgid "%%hi16/%%lo16 only applies to .short or .hword"
14389msgstr ""
14390
14391#: config/tc-rl78.c:705
14392#, c-format
14393msgid "%%hi8 only applies to .byte"
14394msgstr ""
14395
14396#: config/tc-rl78.c:717 config/tc-rx.c:2227
14397msgid "difference of two symbols only supported with .long, .short, or .byte"
14398msgstr ""
14399
14400#: config/tc-rl78.c:1239 config/tc-rx.c:2154
14401#, c-format
14402msgid "bad frag at %p : fix %ld addr %ld %ld \n"
14403msgstr ""
14404
14405#: config/tc-rl78.c:1455
14406#, c-format
14407msgid "value of %ld too large for 8-bit branch"
14408msgstr ""
14409
14410#: config/tc-rl78.c:1466
14411#, c-format
14412msgid "value of %ld too large for 16-bit branch"
14413msgstr ""
14414
14415#: config/tc-rl78.c:1515 config/tc-rx.c:2419
14416#, c-format
14417msgid "Unknown reloc in md_apply_fix: %s"
14418msgstr ""
14419
14420#: config/tc-rx.c:190
14421#, c-format
14422msgid "unrecognised RX CPU type %s"
14423msgstr ""
14424
14425#: config/tc-rx.c:205
14426#, c-format
14427msgid " RX specific command line options:\n"
14428msgstr ""
14429
14430#: config/tc-rx.c:206
14431#, c-format
14432msgid "  --mbig-endian-data\n"
14433msgstr ""
14434
14435#: config/tc-rx.c:207
14436#, c-format
14437msgid "  --mlittle-endian-data [default]\n"
14438msgstr ""
14439
14440#: config/tc-rx.c:208
14441#, c-format
14442msgid "  --m32bit-doubles [default]\n"
14443msgstr ""
14444
14445#: config/tc-rx.c:209
14446#, c-format
14447msgid "  --m64bit-doubles\n"
14448msgstr ""
14449
14450#: config/tc-rx.c:210
14451#, c-format
14452msgid "  --muse-conventional-section-names\n"
14453msgstr ""
14454
14455#: config/tc-rx.c:211
14456#, c-format
14457msgid "  --muse-renesas-section-names [default]\n"
14458msgstr ""
14459
14460#: config/tc-rx.c:212
14461#, c-format
14462msgid "  --msmall-data-limit\n"
14463msgstr ""
14464
14465#: config/tc-rx.c:213
14466#, c-format
14467msgid "  --mrelax\n"
14468msgstr ""
14469
14470#: config/tc-rx.c:214
14471#, c-format
14472msgid "  --mpid\n"
14473msgstr ""
14474
14475#: config/tc-rx.c:215
14476#, c-format
14477msgid "  --mint-register=<value>\n"
14478msgstr ""
14479
14480#: config/tc-rx.c:216
14481#, c-format
14482msgid "  --mcpu=<rx100|rx200|rx600|rx610|rxv2>\n"
14483msgstr ""
14484
14485#: config/tc-rx.c:217
14486#, c-format
14487msgid "  --mno-allow-string-insns"
14488msgstr ""
14489
14490#: config/tc-rx.c:297
14491msgid "no filename following .INCLUDE pseudo-op"
14492msgstr ""
14493
14494#: config/tc-rx.c:400
14495#, c-format
14496msgid "unable to locate include file: %s"
14497msgstr ""
14498
14499#: config/tc-rx.c:451
14500#, c-format
14501msgid "unrecognised alignment value in .SECTION directive: %s"
14502msgstr ""
14503
14504#: config/tc-rx.c:468
14505#, c-format
14506msgid "unknown parameter following .SECTION directive: %s"
14507msgstr ""
14508
14509#: config/tc-rx.c:554
14510msgid "expecting either ON or OFF after .list"
14511msgstr ""
14512
14513#: config/tc-rx.c:590
14514#, c-format
14515msgid "The \".%s\" pseudo-op is not implemented\n"
14516msgstr ""
14517
14518#: config/tc-rx.c:1095
14519msgid "The .DEFINE pseudo-op is not implemented"
14520msgstr ""
14521
14522#: config/tc-rx.c:1097
14523msgid "The .MACRO pseudo-op is not implemented"
14524msgstr ""
14525
14526#: config/tc-rx.c:1099
14527msgid "The .BTEQU pseudo-op is not implemented."
14528msgstr ""
14529
14530#: config/tc-rx.c:2084
14531msgid "invalid immediate size"
14532msgstr ""
14533
14534#: config/tc-rx.c:2103
14535msgid "invalid immediate field position"
14536msgstr ""
14537
14538#: config/tc-rx.c:2271
14539#, c-format
14540msgid "jump not 3..10 bytes away (is %d)"
14541msgstr ""
14542
14543#: config/tc-rx.c:2662
14544msgid ""
14545"Use of an RX string instruction detected in a file being assembled without "
14546"string instruction support"
14547msgstr ""
14548
14549#: config/tc-s390.c:238 config/tc-sparc.c:314
14550msgid "Invalid default architecture, broken assembler."
14551msgstr ""
14552
14553#: config/tc-s390.c:371
14554#, c-format
14555msgid "no such machine extension `%s'"
14556msgstr ""
14557
14558#: config/tc-s390.c:382
14559#, c-format
14560msgid "junk at end of machine string, first unrecognized character is `%c'"
14561msgstr ""
14562
14563#: config/tc-s390.c:449 config/tc-sparc.c:527
14564#, c-format
14565msgid "invalid architecture -A%s"
14566msgstr ""
14567
14568#: config/tc-s390.c:472
14569#, c-format
14570msgid ""
14571"        S390 options:\n"
14572"        -mregnames        Allow symbolic names for registers\n"
14573"        -mwarn-areg-zero  Warn about zero base/index registers\n"
14574"        -mno-regnames     Do not allow symbolic names for registers\n"
14575"        -m31              Set file format to 31 bit format\n"
14576"        -m64              Set file format to 64 bit format\n"
14577msgstr ""
14578
14579#: config/tc-s390.c:479
14580#, c-format
14581msgid ""
14582"        -V                print assembler version number\n"
14583"        -Qy, -Qn          ignored\n"
14584msgstr ""
14585
14586#: config/tc-s390.c:563
14587msgid "The 64 bit file format is used without esame instructions."
14588msgstr ""
14589
14590#: config/tc-s390.c:579
14591#, c-format
14592msgid "Internal assembler error for instruction format %s"
14593msgstr ""
14594
14595#: config/tc-s390.c:625
14596#, c-format
14597msgid "operand out of range (%s not between %ld and %ld)"
14598msgstr ""
14599
14600#: config/tc-s390.c:850
14601#, c-format
14602msgid "identifier+constant@%s means identifier@%s+constant"
14603msgstr ""
14604
14605#: config/tc-s390.c:931
14606msgid "Can't handle O_big in s390_exp_compare"
14607msgstr ""
14608
14609#: config/tc-s390.c:1013
14610msgid "Invalid suffix for literal pool entry"
14611msgstr ""
14612
14613#: config/tc-s390.c:1070
14614msgid "Big number is too big"
14615msgstr ""
14616
14617#: config/tc-s390.c:1217
14618msgid "relocation not applicable"
14619msgstr ""
14620
14621#: config/tc-s390.c:1341
14622msgid "invalid length field specified"
14623msgstr ""
14624
14625#: config/tc-s390.c:1345
14626msgid "index register specified but zero"
14627msgstr ""
14628
14629#: config/tc-s390.c:1349
14630msgid "base register specified but zero"
14631msgstr ""
14632
14633#: config/tc-s390.c:1353
14634msgid "odd numbered general purpose register specified as register pair"
14635msgstr ""
14636
14637#: config/tc-s390.c:1361
14638msgid ""
14639"invalid floating point register pair.  Valid fp register pair operands are "
14640"0, 1, 4, 5, 8, 9, 12 or 13."
14641msgstr ""
14642
14643#: config/tc-s390.c:1450
14644msgid "invalid operand suffix"
14645msgstr ""
14646
14647#: config/tc-s390.c:1473
14648msgid "syntax error; missing '(' after displacement"
14649msgstr ""
14650
14651#: config/tc-s390.c:1489 config/tc-s390.c:1533 config/tc-s390.c:1567
14652msgid "syntax error; expected ,"
14653msgstr ""
14654
14655#: config/tc-s390.c:1521
14656msgid "syntax error; missing ')' after base register"
14657msgstr ""
14658
14659#: config/tc-s390.c:1550
14660msgid "syntax error; ')' not allowed here"
14661msgstr ""
14662
14663#: config/tc-s390.c:1692
14664#, c-format
14665msgid "Opcode %s not available in this mode"
14666msgstr ""
14667
14668#: config/tc-s390.c:1747 config/tc-s390.c:1770 config/tc-s390.c:1783
14669msgid "Invalid .insn format\n"
14670msgstr ""
14671
14672#: config/tc-s390.c:1755
14673#, c-format
14674msgid "Unrecognized opcode format: `%s'"
14675msgstr ""
14676
14677#: config/tc-s390.c:1786
14678msgid "second operand of .insn not a constant\n"
14679msgstr ""
14680
14681#: config/tc-s390.c:1789
14682msgid "missing comma after insn constant\n"
14683msgstr ""
14684
14685#: config/tc-s390.c:2026
14686msgid ".machinemode stack overflow"
14687msgstr ""
14688
14689#: config/tc-s390.c:2033
14690msgid ".machinemode stack underflow"
14691msgstr ""
14692
14693#: config/tc-s390.c:2050
14694#, c-format
14695msgid "invalid machine mode `%s'"
14696msgstr ""
14697
14698#: config/tc-s390.c:2250
14699#, c-format
14700msgid "cannot emit relocation %s against subsy symbol %s"
14701msgstr ""
14702
14703#: config/tc-s390.c:2367
14704msgid "unsupported relocation type"
14705msgstr ""
14706
14707#: config/tc-s390.c:2422
14708#, c-format
14709msgid "cannot emit PC relative %s relocation%s%s"
14710msgstr ""
14711
14712#: config/tc-s390.c:2561
14713#, c-format
14714msgid "Gas failure, reloc type %s\n"
14715msgstr ""
14716
14717#: config/tc-s390.c:2563
14718#, c-format
14719msgid "Gas failure, reloc type #%i\n"
14720msgstr ""
14721
14722#: config/tc-score.c:260
14723msgid "div / mul are reserved instructions"
14724msgstr ""
14725
14726#: config/tc-score.c:261
14727msgid "This architecture doesn't support mmu"
14728msgstr ""
14729
14730#: config/tc-score.c:262
14731msgid "This architecture doesn't support atomic instruction"
14732msgstr ""
14733
14734#: config/tc-score.c:469
14735msgid "S+core register expected"
14736msgstr ""
14737
14738#: config/tc-score.c:470
14739msgid "S+core special-register expected"
14740msgstr ""
14741
14742#: config/tc-score.c:471
14743msgid "S+core co-processor register expected"
14744msgstr ""
14745
14746#: config/tc-score.c:1074 config/tc-score.c:2068
14747msgid "Using temp register(r1)"
14748msgstr ""
14749
14750#: config/tc-score.c:1093
14751#, c-format
14752msgid "register expected, not '%.100s'"
14753msgstr ""
14754
14755#: config/tc-score.c:1149 config/tc-score.c:5485
14756msgid "rd must be even number."
14757msgstr ""
14758
14759#: config/tc-score.c:1513 config/tc-score.c:1520
14760#, c-format
14761msgid "invalid constant: %d bit expression not in range %u..%u"
14762msgstr ""
14763
14764#: config/tc-score.c:1526 config/tc-score.c:1533 config/tc-score.c:2895
14765#: config/tc-score.c:2900 config/tc-score.c:3165 config/tc-score.c:3170
14766#: config/tc-score.c:3462
14767#, c-format
14768msgid "invalid constant: %d bit expression not in range %d..%d"
14769msgstr ""
14770
14771#: config/tc-score.c:1558
14772msgid "invalid constant: bit expression not defined"
14773msgstr ""
14774
14775#: config/tc-score.c:2082
14776#, c-format
14777msgid "low register(r0-r15)expected, not '%.100s'"
14778msgstr ""
14779
14780#: config/tc-score.c:2144 config/tc-score.c:3482 config/tc-score.c:3650
14781#: config/tc-score.c:3695
14782#, c-format
14783msgid "missing ["
14784msgstr ""
14785
14786#: config/tc-score.c:2158 config/tc-score.c:3103 config/tc-score.c:3305
14787#: config/tc-score.c:3321 config/tc-score.c:3392 config/tc-score.c:3447
14788#: config/tc-score.c:3671 config/tc-score.c:3716 config/tc-score.c:3865
14789#: config/tc-score.c:3919 config/tc-score.c:3965
14790#, c-format
14791msgid "missing ]"
14792msgstr ""
14793
14794#: config/tc-score.c:2347
14795#, c-format
14796msgid "Fix data dependency: %s %s -- %s %s  (insert %d nop!/%d)"
14797msgstr ""
14798
14799#: config/tc-score.c:2366
14800#, c-format
14801msgid "Fix data dependency: %s %s -- %s %s  (insert 1 pflush/%d)"
14802msgstr ""
14803
14804#: config/tc-score.c:2382 config/tc-score.c:2389
14805#, c-format
14806msgid "data dependency: %s %s -- %s %s  (%d/%d bubble)"
14807msgstr ""
14808
14809#: config/tc-score.c:2838
14810msgid "address offset must be half word alignment"
14811msgstr ""
14812
14813#: config/tc-score.c:2846
14814msgid "address offset must be word alignment"
14815msgstr ""
14816
14817#: config/tc-score.c:2986 config/tc-score.c:3123
14818msgid "register same as write-back base"
14819msgstr ""
14820
14821#: config/tc-score.c:3093
14822msgid "pre-indexed expression expected"
14823msgstr ""
14824
14825#: config/tc-score.c:3422
14826#, c-format
14827msgid "invalid register number: %d is not in [r0--r7]"
14828msgstr ""
14829
14830#: config/tc-score.c:3439
14831msgid "comma is  expected"
14832msgstr ""
14833
14834#: config/tc-score.c:3470
14835#, c-format
14836msgid "invalid constant: %d is not word align integer"
14837msgstr ""
14838
14839#: config/tc-score.c:3509 config/tc-score.c:3552
14840msgid "invalid constant: 32 bit expression not word align"
14841msgstr ""
14842
14843#: config/tc-score.c:3518 config/tc-score.c:3561
14844msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
14845msgstr ""
14846
14847#: config/tc-score.c:3594
14848msgid ""
14849"invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
14850msgstr ""
14851
14852#: config/tc-score.c:3783 config/tc-score.c:3811
14853msgid "imm5 should >= 2"
14854msgstr ""
14855
14856#: config/tc-score.c:3788 config/tc-score.c:3817
14857msgid "reg should <= 31"
14858msgstr ""
14859
14860#: config/tc-score.c:3859 config/tc-score.c:3910
14861msgid "missing +"
14862msgstr ""
14863
14864#: config/tc-score.c:3903
14865#, c-format
14866msgid "%s register same as write-back base"
14867msgstr ""
14868
14869#: config/tc-score.c:3905
14870msgid "destination"
14871msgstr ""
14872
14873#: config/tc-score.c:3905
14874msgid "source"
14875msgstr ""
14876
14877#: config/tc-score.c:4235 config/tc-score.c:4311 config/tc-score.c:4946
14878msgid "expression error"
14879msgstr ""
14880
14881#: config/tc-score.c:4241
14882msgid "value not in range [0, 0xffffffff]"
14883msgstr ""
14884
14885#: config/tc-score.c:4317
14886msgid "value not in range [-0xffffffff, 0xffffffff]"
14887msgstr ""
14888
14889#: config/tc-score.c:4345
14890msgid "li rd label isn't correct instruction form"
14891msgstr ""
14892
14893#: config/tc-score.c:4515 config/tc-score.c:4670 config/tc-score.c:5197
14894#: config/tc-score.c:5225
14895msgid "lacking label  "
14896msgstr ""
14897
14898#: config/tc-score.c:4896
14899msgid "s3_PIC code offset overflow (max 16 signed bits)"
14900msgstr ""
14901
14902#: config/tc-score.c:4952
14903msgid "value not in range [0, 0x7fffffff]"
14904msgstr ""
14905
14906#: config/tc-score.c:4957
14907msgid "end on line error"
14908msgstr ""
14909
14910#: config/tc-score.c:5204
14911msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
14912msgstr ""
14913
14914#: config/tc-score.c:5231
14915msgid "invalid constant: 20 bit expression not in range -2^19..2^19"
14916msgstr ""
14917
14918#: config/tc-score.c:5264
14919msgid "lacking label"
14920msgstr ""
14921
14922#: config/tc-score.c:5269
14923msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
14924msgstr ""
14925
14926#: config/tc-score.c:5365
14927msgid "pce instruction error (16 bit || 16 bit)'"
14928msgstr ""
14929
14930#: config/tc-score.c:5383 config/tc-score.c:5407 config/tc-score.c:5434
14931#: config/tc-score.c:5463 config/tc-score.c:5512
14932msgid "score3d instruction."
14933msgstr ""
14934
14935#: config/tc-score.c:6030
14936msgid "Unsupported use of .gpword"
14937msgstr ""
14938
14939#: config/tc-score.c:6126
14940#, c-format
14941msgid "BSS length (%d) < 0 ignored"
14942msgstr ""
14943
14944#: config/tc-score.c:6141 read.c:2466
14945#, c-format
14946msgid "error setting flags for \".sbss\": %s"
14947msgstr ""
14948
14949#: config/tc-score.c:6155 config/tc-sparc.c:4169
14950msgid "missing alignment"
14951msgstr ""
14952
14953#: config/tc-score.c:6192
14954#, c-format
14955msgid "alignment too large; %d assumed"
14956msgstr ""
14957
14958#: config/tc-score.c:6197 read.c:2527
14959msgid "alignment negative; 0 assumed"
14960msgstr ""
14961
14962#. Error routine.
14963#: config/tc-score.c:6607 config/tc-score.c:6631
14964msgid "size is not 4 or 6"
14965msgstr ""
14966
14967#: config/tc-score.c:6690
14968msgid "bad call to MD_ATOF()"
14969msgstr ""
14970
14971#: config/tc-score.c:7197
14972#, c-format
14973msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]"
14974msgstr ""
14975
14976#: config/tc-score.c:7212 config/tc-score.c:7241 config/tc-score.c:7293
14977#, c-format
14978msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]"
14979msgstr ""
14980
14981#: config/tc-score.c:7263 config/tc-score.c:7318
14982#, c-format
14983msgid " branch relocation truncate (0x%x)  [-2^9 ~ 2^9]"
14984msgstr ""
14985
14986#: config/tc-score.c:7488
14987#, c-format
14988msgid "cannot represent %s relocation in this object file format1"
14989msgstr ""
14990
14991#: config/tc-score.c:7779
14992#, c-format
14993msgid "Sunplus-v2-0-0-20060510\n"
14994msgstr ""
14995
14996#: config/tc-score.c:7799
14997#, c-format
14998msgid " Score-specific assembler options:\n"
14999msgstr ""
15000
15001#: config/tc-score.c:7801
15002#, c-format
15003msgid "        -EB\t\tassemble code for a big-endian cpu\n"
15004msgstr ""
15005
15006#: config/tc-score.c:7806
15007#, c-format
15008msgid "        -EL\t\tassemble code for a little-endian cpu\n"
15009msgstr ""
15010
15011#: config/tc-score.c:7810
15012#, c-format
15013msgid "        -FIXDD\t\tassemble code for fix data dependency\n"
15014msgstr ""
15015
15016#: config/tc-score.c:7812
15017#, c-format
15018msgid ""
15019"        -NWARN\t\tassemble code for no warning message for fix data "
15020"dependency\n"
15021msgstr ""
15022
15023#: config/tc-score.c:7814
15024#, c-format
15025msgid "        -SCORE5\t\tassemble code for target is SCORE5\n"
15026msgstr ""
15027
15028#: config/tc-score.c:7816
15029#, c-format
15030msgid "        -SCORE5U\tassemble code for target is SCORE5U\n"
15031msgstr ""
15032
15033#: config/tc-score.c:7818
15034#, c-format
15035msgid ""
15036"        -SCORE7\t\tassemble code for target is SCORE7, this is default "
15037"setting\n"
15038msgstr ""
15039
15040#: config/tc-score.c:7820
15041#, c-format
15042msgid "        -SCORE3\t\tassemble code for target is SCORE3\n"
15043msgstr ""
15044
15045#: config/tc-score.c:7822
15046#, c-format
15047msgid ""
15048"        -march=score7\tassemble code for target is SCORE7, this is default "
15049"setting\n"
15050msgstr ""
15051
15052#: config/tc-score.c:7824
15053#, c-format
15054msgid "        -march=score3\tassemble code for target is SCORE3\n"
15055msgstr ""
15056
15057#: config/tc-score.c:7826
15058#, c-format
15059msgid ""
15060"        -USE_R1\t\tassemble code for no warning message when using temp "
15061"register r1\n"
15062msgstr ""
15063
15064#: config/tc-score.c:7828
15065#, c-format
15066msgid "        -KPIC\t\tassemble code for PIC\n"
15067msgstr ""
15068
15069#: config/tc-score.c:7830
15070#, c-format
15071msgid "        -O0\t\tassembler will not perform any optimizations\n"
15072msgstr ""
15073
15074#: config/tc-score.c:7832
15075#, c-format
15076msgid ""
15077"        -G gpnum\tassemble code for setting gpsize and default is 8 byte\n"
15078msgstr ""
15079
15080#: config/tc-score.c:7834
15081#, c-format
15082msgid "        -V \t\tSunplus release version \n"
15083msgstr ""
15084
15085#: config/tc-sh.c:62
15086msgid "directive .big encountered when option -big required"
15087msgstr ""
15088
15089#: config/tc-sh.c:72
15090msgid "directive .little encountered when option -little required"
15091msgstr ""
15092
15093#: config/tc-sh.c:1422
15094msgid "illegal double indirection"
15095msgstr ""
15096
15097#: config/tc-sh.c:1431
15098msgid "illegal register after @-"
15099msgstr ""
15100
15101#: config/tc-sh.c:1447
15102msgid "must be @(r0,...)"
15103msgstr ""
15104
15105#: config/tc-sh.c:1471
15106msgid "syntax error in @(r0,...)"
15107msgstr ""
15108
15109#: config/tc-sh.c:1476
15110msgid "syntax error in @(r0...)"
15111msgstr ""
15112
15113#: config/tc-sh.c:1521
15114msgid "Deprecated syntax."
15115msgstr ""
15116
15117#: config/tc-sh.c:1533 config/tc-sh.c:1538
15118msgid "syntax error in @(disp,[Rn, gbr, pc])"
15119msgstr ""
15120
15121#: config/tc-sh.c:1543
15122msgid "expecting )"
15123msgstr ""
15124
15125#: config/tc-sh.c:1551
15126msgid "illegal register after @"
15127msgstr ""
15128
15129#: config/tc-sh.c:2192
15130#, c-format
15131msgid "unhandled %d\n"
15132msgstr ""
15133
15134#: config/tc-sh.c:2403
15135#, c-format
15136msgid "Invalid register: 'r%d'"
15137msgstr ""
15138
15139#: config/tc-sh.c:2515
15140#, c-format
15141msgid "failed for %d\n"
15142msgstr ""
15143
15144#: config/tc-sh.c:2521
15145msgid "misplaced PIC operand"
15146msgstr ""
15147
15148#: config/tc-sh.c:2632 config/tc-sh.c:3031
15149msgid "invalid operands for opcode"
15150msgstr ""
15151
15152#: config/tc-sh.c:2637
15153msgid "insn can't be combined with parallel processing insn"
15154msgstr ""
15155
15156#: config/tc-sh.c:2644 config/tc-sh.c:2655 config/tc-sh.c:2687
15157msgid "multiple movx specifications"
15158msgstr ""
15159
15160#: config/tc-sh.c:2649 config/tc-sh.c:2671 config/tc-sh.c:2710
15161msgid "multiple movy specifications"
15162msgstr ""
15163
15164#: config/tc-sh.c:2658 config/tc-sh.c:2691
15165msgid "invalid movx address register"
15166msgstr ""
15167
15168#: config/tc-sh.c:2660
15169msgid "insn cannot be combined with non-nopy"
15170msgstr ""
15171
15172#: config/tc-sh.c:2674 config/tc-sh.c:2730
15173msgid "invalid movy address register"
15174msgstr ""
15175
15176#: config/tc-sh.c:2676
15177msgid "insn cannot be combined with non-nopx"
15178msgstr ""
15179
15180#: config/tc-sh.c:2689
15181msgid "previous movy requires nopx"
15182msgstr ""
15183
15184#: config/tc-sh.c:2697 config/tc-sh.c:2702
15185msgid "invalid movx dsp register"
15186msgstr ""
15187
15188#: config/tc-sh.c:2712
15189msgid "previous movx requires nopy"
15190msgstr ""
15191
15192#: config/tc-sh.c:2721 config/tc-sh.c:2726
15193msgid "invalid movy dsp register"
15194msgstr ""
15195
15196#: config/tc-sh.c:2736
15197msgid "dsp immediate shift value not constant"
15198msgstr ""
15199
15200#: config/tc-sh.c:2750 config/tc-sh.c:2776
15201msgid "multiple parallel processing specifications"
15202msgstr ""
15203
15204#: config/tc-sh.c:2769
15205msgid "multiple condition specifications"
15206msgstr ""
15207
15208#: config/tc-sh.c:2807
15209msgid "insn cannot be combined with pmuls"
15210msgstr ""
15211
15212#: config/tc-sh.c:2823
15213msgid "bad combined pmuls output operand"
15214msgstr ""
15215
15216#: config/tc-sh.c:2833
15217msgid "destination register is same for parallel insns"
15218msgstr ""
15219
15220#: config/tc-sh.c:2842
15221msgid "condition not followed by conditionalizable insn"
15222msgstr ""
15223
15224#: config/tc-sh.c:2852
15225msgid "unrecognized characters at end of parallel processing insn"
15226msgstr ""
15227
15228#: config/tc-sh.c:2968
15229msgid "opcode not valid for this cpu variant"
15230msgstr ""
15231
15232#: config/tc-sh.c:3001
15233msgid "Delayed branches not available on SH1"
15234msgstr ""
15235
15236#: config/tc-sh.c:3036
15237#, c-format
15238msgid "excess operands: '%s'"
15239msgstr ""
15240
15241#: config/tc-sh.c:3113
15242msgid ".uses pseudo-op seen when not relaxing"
15243msgstr ""
15244
15245#: config/tc-sh.c:3119
15246msgid "bad .uses format"
15247msgstr ""
15248
15249#: config/tc-sh.c:3230
15250msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
15251msgstr ""
15252
15253#: config/tc-sh.c:3236
15254msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
15255msgstr ""
15256
15257#: config/tc-sh.c:3238
15258msgid "Invalid combination: --abi=64 with --isa=SHcompact"
15259msgstr ""
15260
15261#: config/tc-sh.c:3270
15262#, c-format
15263msgid "Invalid argument to --isa option: %s"
15264msgstr ""
15265
15266#: config/tc-sh.c:3279
15267msgid "Invalid combination: --abi=32 with --abi=64"
15268msgstr ""
15269
15270#: config/tc-sh.c:3285
15271msgid "Invalid combination: --abi=64 with --abi=32"
15272msgstr ""
15273
15274#: config/tc-sh.c:3287
15275msgid "Invalid combination: --isa=SHcompact with --abi=64"
15276msgstr ""
15277
15278#: config/tc-sh.c:3291
15279#, c-format
15280msgid "Invalid argument to --abi option: %s"
15281msgstr ""
15282
15283#: config/tc-sh.c:3331
15284#, c-format
15285msgid ""
15286"SH options:\n"
15287"--little\t\tgenerate little endian code\n"
15288"--big\t\t\tgenerate big endian code\n"
15289"--relax\t\t\talter jump instructions for long displacements\n"
15290"--renesas\t\tdisable optimization with section symbol for\n"
15291"\t\t\tcompatibility with Renesas assembler.\n"
15292"--small\t\t\talign sections to 4 byte boundaries, not 16\n"
15293"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
15294"--allow-reg-prefix\tallow '$' as a register name prefix.\n"
15295"--isa=[any\t\tuse most appropriate isa\n"
15296"    | dsp               same as '-dsp'\n"
15297"    | fp"
15298msgstr ""
15299
15300#: config/tc-sh.c:3357
15301#, c-format
15302msgid ""
15303"--isa=[shmedia\t\tset as the default instruction set for SH64\n"
15304"    | SHmedia\n"
15305"    | shcompact\n"
15306"    | SHcompact]\n"
15307msgstr ""
15308
15309#: config/tc-sh.c:3362
15310#, c-format
15311msgid ""
15312"--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
15313"\t\t\tfile type\n"
15314"--shcompact-const-crange  emit code-range descriptors for constants in\n"
15315"\t\t\tSHcompact code sections\n"
15316"--no-mix\t\tdisallow SHmedia code in the same section as\n"
15317"\t\t\tconstants and SHcompact code\n"
15318"--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
15319"--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
15320"\t\t\tto 32 bits only\n"
15321msgstr ""
15322
15323#: config/tc-sh.c:3374
15324#, c-format
15325msgid "--fdpic\t\t\tgenerate an FDPIC object file\n"
15326msgstr ""
15327
15328#: config/tc-sh.c:3465
15329msgid ".uses does not refer to a local symbol in the same section"
15330msgstr ""
15331
15332#: config/tc-sh.c:3484
15333msgid "can't find fixup pointed to by .uses"
15334msgstr ""
15335
15336#: config/tc-sh.c:3504
15337msgid ".uses target does not refer to a local symbol in the same section"
15338msgstr ""
15339
15340#: config/tc-sh.c:3581
15341msgid "displacement overflows 12-bit field"
15342msgstr ""
15343
15344#: config/tc-sh.c:3584
15345#, c-format
15346msgid "displacement to defined symbol %s overflows 12-bit field"
15347msgstr ""
15348
15349#: config/tc-sh.c:3588
15350#, c-format
15351msgid "displacement to undefined symbol %s overflows 12-bit field"
15352msgstr ""
15353
15354#: config/tc-sh.c:3661
15355msgid "displacement overflows 8-bit field"
15356msgstr ""
15357
15358#: config/tc-sh.c:3664
15359#, c-format
15360msgid "displacement to defined symbol %s overflows 8-bit field"
15361msgstr ""
15362
15363#: config/tc-sh.c:3668
15364#, c-format
15365msgid "displacement to undefined symbol %s overflows 8-bit field "
15366msgstr ""
15367
15368#: config/tc-sh.c:3685
15369#, c-format
15370msgid "overflow in branch to %s; converted into longer instruction sequence"
15371msgstr ""
15372
15373#: config/tc-sh.c:3750 config/tc-sh.c:3797 config/tc-sparc.c:4669
15374#: config/tc-sparc.c:4693
15375msgid "misaligned data"
15376msgstr ""
15377
15378#: config/tc-sh.c:4126
15379msgid "offset to unaligned destination"
15380msgstr ""
15381
15382#: config/tc-sh.c:4131
15383msgid "negative offset"
15384msgstr ""
15385
15386#: config/tc-sh.c:4282
15387msgid "misaligned offset"
15388msgstr ""
15389
15390#: config/tc-sh64.c:568
15391msgid "This operand must be constant at assembly time"
15392msgstr ""
15393
15394#: config/tc-sh64.c:681
15395msgid "Invalid operand expression"
15396msgstr ""
15397
15398#: config/tc-sh64.c:773 config/tc-sh64.c:877
15399msgid "PTB operand is a SHmedia symbol"
15400msgstr ""
15401
15402#: config/tc-sh64.c:776 config/tc-sh64.c:874
15403msgid "PTA operand is a SHcompact symbol"
15404msgstr ""
15405
15406#: config/tc-sh64.c:792
15407msgid "invalid expression in operand"
15408msgstr ""
15409
15410#: config/tc-sh64.c:1483
15411#, c-format
15412msgid "invalid operand, not a 5-bit unsigned value: %d"
15413msgstr ""
15414
15415#: config/tc-sh64.c:1488
15416#, c-format
15417msgid "invalid operand, not a 6-bit signed value: %d"
15418msgstr ""
15419
15420#: config/tc-sh64.c:1493
15421#, c-format
15422msgid "invalid operand, not a 6-bit unsigned value: %d"
15423msgstr ""
15424
15425#: config/tc-sh64.c:1498 config/tc-sh64.c:1510
15426#, c-format
15427msgid "invalid operand, not a 11-bit signed value: %d"
15428msgstr ""
15429
15430#: config/tc-sh64.c:1500
15431#, c-format
15432msgid "invalid operand, not a multiple of 32: %d"
15433msgstr ""
15434
15435#: config/tc-sh64.c:1505
15436#, c-format
15437msgid "invalid operand, not a 10-bit signed value: %d"
15438msgstr ""
15439
15440#: config/tc-sh64.c:1512
15441#, c-format
15442msgid "invalid operand, not an even value: %d"
15443msgstr ""
15444
15445#: config/tc-sh64.c:1517
15446#, c-format
15447msgid "invalid operand, not a 12-bit signed value: %d"
15448msgstr ""
15449
15450#: config/tc-sh64.c:1519
15451#, c-format
15452msgid "invalid operand, not a multiple of 4: %d"
15453msgstr ""
15454
15455#: config/tc-sh64.c:1524
15456#, c-format
15457msgid "invalid operand, not a 13-bit signed value: %d"
15458msgstr ""
15459
15460#: config/tc-sh64.c:1526
15461#, c-format
15462msgid "invalid operand, not a multiple of 8: %d"
15463msgstr ""
15464
15465#: config/tc-sh64.c:1531
15466#, c-format
15467msgid "invalid operand, not a 16-bit signed value: %d"
15468msgstr ""
15469
15470#: config/tc-sh64.c:1536
15471#, c-format
15472msgid "invalid operand, not a 16-bit unsigned value: %d"
15473msgstr ""
15474
15475#: config/tc-sh64.c:1542
15476msgid "operand out of range for PT, PTA and PTB"
15477msgstr ""
15478
15479#: config/tc-sh64.c:1544
15480#, c-format
15481msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
15482msgstr ""
15483
15484#: config/tc-sh64.c:2065
15485#, c-format
15486msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
15487msgstr ""
15488
15489#: config/tc-sh64.c:2422 config/tc-sh64.c:2585 config/tc-sh64.c:2600
15490msgid "invalid PIC reference"
15491msgstr ""
15492
15493#: config/tc-sh64.c:2479
15494msgid "can't find opcode"
15495msgstr ""
15496
15497#: config/tc-sh64.c:2682 config/tc-sh64.c:2722
15498msgid "invalid operand: expression in PT target"
15499msgstr ""
15500
15501#: config/tc-sh64.c:2813
15502#, c-format
15503msgid "invalid operands to %s"
15504msgstr ""
15505
15506#: config/tc-sh64.c:2819
15507#, c-format
15508msgid "excess operands to %s"
15509msgstr ""
15510
15511#: config/tc-sh64.c:2864
15512#, c-format
15513msgid "The `.mode %s' directive is not valid with this architecture"
15514msgstr ""
15515
15516#: config/tc-sh64.c:2872
15517#, c-format
15518msgid "Invalid argument to .mode: %s"
15519msgstr ""
15520
15521#: config/tc-sh64.c:2902
15522#, c-format
15523msgid "The `.abi %s' directive is not valid with this architecture"
15524msgstr ""
15525
15526#: config/tc-sh64.c:2908
15527msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
15528msgstr ""
15529
15530#: config/tc-sh64.c:2913
15531msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
15532msgstr ""
15533
15534#: config/tc-sh64.c:2916
15535#, c-format
15536msgid "Invalid argument to .abi: %s"
15537msgstr ""
15538
15539#: config/tc-sh64.c:2971
15540msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
15541msgstr ""
15542
15543#: config/tc-sh64.c:2976
15544msgid "-shcompact-const-crange is invalid without SHcompact"
15545msgstr ""
15546
15547#: config/tc-sh64.c:2979
15548msgid "-expand-pt32 only valid with -abi=64"
15549msgstr ""
15550
15551#: config/tc-sh64.c:2982
15552msgid "-no-expand only valid with SHcompact or SHmedia"
15553msgstr ""
15554
15555#: config/tc-sh64.c:2985
15556msgid "-expand-pt32 invalid together with -no-expand"
15557msgstr ""
15558
15559#: config/tc-sh64.c:3199
15560msgid ""
15561"SHmedia code not allowed in same section as constants and SHcompact code"
15562msgstr ""
15563
15564#: config/tc-sh64.c:3217
15565msgid "No segment info for current section"
15566msgstr ""
15567
15568#: config/tc-sh64.c:3256
15569msgid "duplicate datalabel operator ignored"
15570msgstr ""
15571
15572#: config/tc-sh64.c:3323
15573msgid "Invalid DataLabel expression"
15574msgstr ""
15575
15576#: config/tc-sparc.c:318 config/tc-sparc.c:533
15577msgid "Bad opcode table, broken assembler."
15578msgstr ""
15579
15580#: config/tc-sparc.c:525
15581#, c-format
15582msgid "invalid architecture -xarch=%s"
15583msgstr ""
15584
15585#: config/tc-sparc.c:606
15586#, c-format
15587msgid "No compiled in support for %d bit object file format"
15588msgstr ""
15589
15590#: config/tc-sparc.c:691
15591#, c-format
15592msgid "SPARC options:\n"
15593msgstr ""
15594
15595#: config/tc-sparc.c:720
15596#, c-format
15597msgid ""
15598"\n"
15599"\t\t\tspecify variant of SPARC architecture\n"
15600"-bump\t\t\twarn when assembler switches architectures\n"
15601"-sparc\t\t\tignored\n"
15602"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
15603"-relax\t\t\trelax jumps and branches (default)\n"
15604"-no-relax\t\tavoid changing any jumps and branches\n"
15605msgstr ""
15606
15607#: config/tc-sparc.c:728
15608#, c-format
15609msgid "-k\t\t\tgenerate PIC\n"
15610msgstr ""
15611
15612#: config/tc-sparc.c:732
15613#, c-format
15614msgid ""
15615"-32\t\t\tcreate 32 bit object file\n"
15616"-64\t\t\tcreate 64 bit object file\n"
15617msgstr ""
15618
15619#: config/tc-sparc.c:735
15620#, c-format
15621msgid "\t\t\t[default is %d]\n"
15622msgstr ""
15623
15624#: config/tc-sparc.c:737
15625#, c-format
15626msgid ""
15627"-TSO\t\t\tuse Total Store Ordering\n"
15628"-PSO\t\t\tuse Partial Store Ordering\n"
15629"-RMO\t\t\tuse Relaxed Memory Ordering\n"
15630msgstr ""
15631
15632#: config/tc-sparc.c:741
15633#, c-format
15634msgid "\t\t\t[default is %s]\n"
15635msgstr ""
15636
15637#: config/tc-sparc.c:743
15638#, c-format
15639msgid ""
15640"-KPIC\t\t\tgenerate PIC\n"
15641"-V\t\t\tprint assembler version number\n"
15642"-undeclared-regs\tignore application global register usage without\n"
15643"\t\t\tappropriate .register directive (default)\n"
15644"-no-undeclared-regs\tforce error on application global register usage\n"
15645"\t\t\twithout appropriate .register directive\n"
15646"--dcti-couples-detect\twarn when an unpredictable DCTI couple is found\n"
15647"-q\t\t\tignored\n"
15648"-Qy, -Qn\t\tignored\n"
15649"-s\t\t\tignored\n"
15650msgstr ""
15651
15652#: config/tc-sparc.c:756
15653#, c-format
15654msgid ""
15655"-EL\t\t\tgenerate code for a little endian machine\n"
15656"-EB\t\t\tgenerate code for a big endian machine\n"
15657"--little-endian-data\tgenerate code for a machine having big endian\n"
15658"                        instructions and little endian data.\n"
15659msgstr ""
15660
15661#: config/tc-sparc.c:1023
15662#, c-format
15663msgid "Internal error: losing opcode: `%s' \"%s\"\n"
15664msgstr ""
15665
15666#: config/tc-sparc.c:1042
15667#, c-format
15668msgid "Internal error: can't find opcode `%s' for `%s'\n"
15669msgstr ""
15670
15671#: config/tc-sparc.c:1258
15672msgid "Support for 64-bit arithmetic not compiled in."
15673msgstr ""
15674
15675#: config/tc-sparc.c:1304
15676msgid "set: number not in 0..4294967295 range"
15677msgstr ""
15678
15679#: config/tc-sparc.c:1311
15680msgid "set: number not in -2147483648..4294967295 range"
15681msgstr ""
15682
15683#: config/tc-sparc.c:1370
15684msgid "setsw: number not in -2147483648..4294967295 range"
15685msgstr ""
15686
15687#: config/tc-sparc.c:1418
15688msgid "setx: temporary register same as destination register"
15689msgstr ""
15690
15691#: config/tc-sparc.c:1489
15692msgid "setx: illegal temporary register g0"
15693msgstr ""
15694
15695#: config/tc-sparc.c:1597
15696msgid "unpredictable DCTI couple"
15697msgstr ""
15698
15699#: config/tc-sparc.c:1607
15700msgid "FP branch in delay slot"
15701msgstr ""
15702
15703#: config/tc-sparc.c:1623
15704msgid "FP branch preceded by FP instruction; NOP inserted"
15705msgstr ""
15706
15707#: config/tc-sparc.c:1663
15708msgid "failed special case insn sanity check"
15709msgstr ""
15710
15711#: config/tc-sparc.c:1834
15712msgid ": invalid membar mask name"
15713msgstr ""
15714
15715#: config/tc-sparc.c:1850
15716msgid ": invalid membar mask expression"
15717msgstr ""
15718
15719#: config/tc-sparc.c:1855
15720msgid ": invalid membar mask number"
15721msgstr ""
15722
15723#: config/tc-sparc.c:1870
15724msgid ": invalid siam mode expression"
15725msgstr ""
15726
15727#: config/tc-sparc.c:1875
15728msgid ": invalid siam mode number"
15729msgstr ""
15730
15731#: config/tc-sparc.c:1891
15732msgid ": invalid prefetch function name"
15733msgstr ""
15734
15735#: config/tc-sparc.c:1899
15736msgid ": invalid prefetch function expression"
15737msgstr ""
15738
15739#: config/tc-sparc.c:1904
15740msgid ": invalid prefetch function number"
15741msgstr ""
15742
15743#: config/tc-sparc.c:1931 config/tc-sparc.c:1937 config/tc-sparc.c:1946
15744msgid ": unrecognizable privileged register"
15745msgstr ""
15746
15747#: config/tc-sparc.c:1969 config/tc-sparc.c:1975 config/tc-sparc.c:1984
15748msgid ": unrecognizable hyperprivileged register"
15749msgstr ""
15750
15751#: config/tc-sparc.c:2007 config/tc-sparc.c:2013 config/tc-sparc.c:2022
15752msgid ": unrecognizable ancillary state register"
15753msgstr ""
15754
15755#: config/tc-sparc.c:2055
15756msgid ": asr number must be between 0 and 31"
15757msgstr ""
15758
15759#: config/tc-sparc.c:2064
15760#, c-format
15761msgid ": expecting %asrN"
15762msgstr ""
15763
15764#: config/tc-sparc.c:2106
15765msgid ": crypto immediate must be between 0 and 31"
15766msgstr ""
15767
15768#: config/tc-sparc.c:2115
15769msgid ": expecting crypto immediate"
15770msgstr ""
15771
15772#: config/tc-sparc.c:2276 config/tc-sparc.c:2315 config/tc-sparc.c:2715
15773#: config/tc-sparc.c:2751
15774#, c-format
15775msgid "Illegal operands: %%%s requires arguments in ()"
15776msgstr ""
15777
15778#: config/tc-sparc.c:2283
15779#, c-format
15780msgid ""
15781"Illegal operands: %%%s cannot be used together with other relocs in the insn "
15782"()"
15783msgstr ""
15784
15785#: config/tc-sparc.c:2294
15786#, c-format
15787msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
15788msgstr ""
15789
15790#: config/tc-sparc.c:2501
15791msgid "detected global register use not covered by .register pseudo-op"
15792msgstr ""
15793
15794#: config/tc-sparc.c:2583
15795msgid ": There are only 64 f registers; [0-63]"
15796msgstr ""
15797
15798#: config/tc-sparc.c:2585 config/tc-sparc.c:2603
15799msgid ": There are only 32 f registers; [0-31]"
15800msgstr ""
15801
15802#: config/tc-sparc.c:2595
15803msgid ": There are only 32 single precision f registers; [0-31]"
15804msgstr ""
15805
15806#: config/tc-sparc.c:2616
15807msgid ": Instruction requires frs2 and frsd must be the same register"
15808msgstr ""
15809
15810#: config/tc-sparc.c:2760
15811#, c-format
15812msgid "Expression inside %%%s could not be parsed"
15813msgstr ""
15814
15815#: config/tc-sparc.c:2768
15816#, c-format
15817msgid ""
15818"Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
15819msgstr ""
15820
15821#: config/tc-sparc.c:2885
15822#, c-format
15823msgid "Illegal operands: Can't add non-constant expression to %%%s()"
15824msgstr ""
15825
15826#: config/tc-sparc.c:2895
15827#, c-format
15828msgid ""
15829"Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
15830"symbol"
15831msgstr ""
15832
15833#: config/tc-sparc.c:2913
15834msgid ": PC-relative operand can't be a constant"
15835msgstr ""
15836
15837#: config/tc-sparc.c:2920
15838msgid ": TLS operand can't be a constant"
15839msgstr ""
15840
15841#: config/tc-sparc.c:2948
15842msgid ": Immediate value in cbcond is out of range."
15843msgstr ""
15844
15845#: config/tc-sparc.c:2974
15846msgid ": invalid ASI name"
15847msgstr ""
15848
15849#: config/tc-sparc.c:2982
15850msgid ": invalid ASI expression"
15851msgstr ""
15852
15853#: config/tc-sparc.c:2987
15854msgid ": invalid ASI number"
15855msgstr ""
15856
15857#: config/tc-sparc.c:3090
15858msgid "OPF immediate operand out of range (0-0x1ff)"
15859msgstr ""
15860
15861#: config/tc-sparc.c:3095
15862msgid "non-immediate OPF operand, ignored"
15863msgstr ""
15864
15865#: config/tc-sparc.c:3114
15866msgid ": invalid cpreg name"
15867msgstr ""
15868
15869#: config/tc-sparc.c:3143
15870#, c-format
15871msgid "Illegal operands%s"
15872msgstr ""
15873
15874#: config/tc-sparc.c:3183
15875#, c-format
15876msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
15877msgstr ""
15878
15879#: config/tc-sparc.c:3224
15880#, c-format
15881msgid "Architecture mismatch on \"%s %s\"."
15882msgstr ""
15883
15884#: config/tc-sparc.c:3225
15885#, c-format
15886msgid " (Requires %s; requested architecture is %s.)"
15887msgstr ""
15888
15889#: config/tc-sparc.c:3237
15890#, c-format
15891msgid "Hardware capability \"%s\" not enabled for \"%s\"."
15892msgstr ""
15893
15894#: config/tc-sparc.c:3635 config/tc-sparc.c:3642 config/tc-sparc.c:3649
15895#: config/tc-sparc.c:3656 config/tc-sparc.c:3663 config/tc-sparc.c:3672
15896#: config/tc-sparc.c:3684 config/tc-sparc.c:3695 config/tc-sparc.c:3717
15897#: config/tc-sparc.c:3741 write.c:1163
15898msgid "relocation overflow"
15899msgstr ""
15900
15901#: config/tc-sparc.c:3796
15902#, c-format
15903msgid "bad or unhandled relocation type: 0x%02x"
15904msgstr ""
15905
15906#: config/tc-sparc.c:4131
15907msgid "Expected comma after name"
15908msgstr ""
15909
15910#: config/tc-sparc.c:4140
15911#, c-format
15912msgid "BSS length (%d.) <0! Ignored."
15913msgstr ""
15914
15915#: config/tc-sparc.c:4152
15916msgid "bad .reserve segment -- expected BSS segment"
15917msgstr ""
15918
15919#: config/tc-sparc.c:4180
15920#, c-format
15921msgid "alignment too large; assuming %d"
15922msgstr ""
15923
15924#: config/tc-sparc.c:4186 config/tc-sparc.c:4335
15925msgid "negative alignment"
15926msgstr ""
15927
15928#: config/tc-sparc.c:4196 config/tc-sparc.c:4357 read.c:1521 read.c:2539
15929msgid "alignment not a power of 2"
15930msgstr ""
15931
15932#: config/tc-sparc.c:4249
15933#, c-format
15934msgid "Ignoring attempt to re-define symbol %s"
15935msgstr ""
15936
15937#: config/tc-sparc.c:4272 config/tc-v850.c:283
15938msgid "Expected comma after symbol-name"
15939msgstr ""
15940
15941#: config/tc-sparc.c:4282
15942#, c-format
15943msgid ".COMMon length (%lu) out of range ignored"
15944msgstr ""
15945
15946#: config/tc-sparc.c:4315
15947msgid "Expected comma after common length"
15948msgstr ""
15949
15950#: config/tc-sparc.c:4329
15951#, c-format
15952msgid "alignment too large; assuming %ld"
15953msgstr ""
15954
15955#: config/tc-sparc.c:4472
15956msgid "Unknown segment type"
15957msgstr ""
15958
15959#: config/tc-sparc.c:4542 config/tc-sparc.c:4551
15960#, c-format
15961msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
15962msgstr ""
15963
15964#: config/tc-sparc.c:4569
15965msgid "redefinition of global register"
15966msgstr ""
15967
15968#: config/tc-sparc.c:4580
15969#, c-format
15970msgid "Register symbol %s already defined."
15971msgstr ""
15972
15973#: config/tc-sparc.c:4784
15974#, c-format
15975msgid "Illegal operands: %%r_plt in %d-byte data field"
15976msgstr ""
15977
15978#: config/tc-sparc.c:4794
15979#, c-format
15980msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
15981msgstr ""
15982
15983#: config/tc-sparc.c:4831 config/tc-vax.c:3317
15984#, c-format
15985msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
15986msgstr ""
15987
15988#: config/tc-sparc.c:4839 config/tc-sparc.c:4870 config/tc-sparc.c:4879
15989#: config/tc-vax.c:3325 config/tc-vax.c:3356 config/tc-vax.c:3365
15990#, c-format
15991msgid "Illegal operands: %%r_%s%d requires arguments in ()"
15992msgstr ""
15993
15994#: config/tc-sparc.c:4888 config/tc-vax.c:3374
15995#, c-format
15996msgid "Illegal operands: garbage after %%r_%s%d()"
15997msgstr ""
15998
15999#: config/tc-sparc.h:63
16000msgid "sparc convert_frag\n"
16001msgstr ""
16002
16003#: config/tc-sparc.h:65 config/tc-z80.h:53
16004msgid "estimate_size_before_relax called"
16005msgstr ""
16006
16007#: config/tc-spu.c:130
16008#, c-format
16009msgid "Can't hash instruction '%s':%s"
16010msgstr ""
16011
16012#: config/tc-spu.c:184
16013msgid ""
16014"SPU options:\n"
16015"  --apuasm\t\t  emulate behaviour of apuasm\n"
16016msgstr ""
16017
16018#: config/tc-spu.c:290
16019#, c-format
16020msgid "Invalid mnemonic '%s'"
16021msgstr ""
16022
16023#: config/tc-spu.c:296
16024#, c-format
16025msgid "'%s' is only available in DD2.0 or higher."
16026msgstr ""
16027
16028#: config/tc-spu.c:328
16029#, c-format
16030msgid "Error in argument %d.  Expecting:  \"%s\""
16031msgstr ""
16032
16033#: config/tc-spu.c:339
16034msgid "Mixing register syntax, with and without '$'."
16035msgstr ""
16036
16037#: config/tc-spu.c:345
16038#, c-format
16039msgid "Treating '%-*s' as a symbol."
16040msgstr ""
16041
16042#: config/tc-spu.c:564
16043msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
16044msgstr ""
16045
16046#: config/tc-spu.c:566
16047msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
16048msgstr ""
16049
16050#: config/tc-spu.c:609
16051#, c-format
16052msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
16053msgstr ""
16054
16055#: config/tc-spu.c:615
16056#, c-format
16057msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
16058msgstr ""
16059
16060#: config/tc-spu.c:685 config/tc-spu.c:688
16061#, c-format
16062msgid "Constant expression %d out of range, [%d, %d]."
16063msgstr ""
16064
16065#: config/tc-spu.c:790
16066#, c-format
16067msgid "invalid priority '%lu'"
16068msgstr ""
16069
16070#: config/tc-spu.c:796
16071#, c-format
16072msgid "invalid lrlive '%lu'"
16073msgstr ""
16074
16075#: config/tc-spu.c:855
16076msgid "Relaxation should never occur"
16077msgstr ""
16078
16079#: config/tc-spu.c:1005
16080#, c-format
16081msgid "Relocation doesn't fit. (relocation value = 0x%lx)"
16082msgstr ""
16083
16084#: config/tc-spu.h:85
16085msgid "spu convert_frag\n"
16086msgstr ""
16087
16088#: config/tc-tic30.c:36
16089msgid "first"
16090msgstr ""
16091
16092#: config/tc-tic30.c:36
16093msgid "second"
16094msgstr ""
16095
16096#: config/tc-tic30.c:36
16097msgid "third"
16098msgstr ""
16099
16100#: config/tc-tic30.c:36
16101msgid "fourth"
16102msgstr ""
16103
16104#: config/tc-tic30.c:36
16105msgid "fifth"
16106msgstr ""
16107
16108#: config/tc-tic30.c:482
16109msgid "More than one AR register found in indirect reference"
16110msgstr ""
16111
16112#: config/tc-tic30.c:488
16113msgid "Illegal AR register in indirect reference"
16114msgstr ""
16115
16116#: config/tc-tic30.c:509
16117msgid "More than one displacement found in indirect reference"
16118msgstr ""
16119
16120#: config/tc-tic30.c:518
16121msgid "Invalid displacement in indirect reference"
16122msgstr ""
16123
16124#: config/tc-tic30.c:536
16125msgid "AR register not found in indirect reference"
16126msgstr ""
16127
16128#. Maybe an implied displacement of 1 again.
16129#: config/tc-tic30.c:553
16130msgid "required displacement wasn't given in indirect reference"
16131msgstr ""
16132
16133#: config/tc-tic30.c:560
16134msgid "illegal indirect reference"
16135msgstr ""
16136
16137#: config/tc-tic30.c:567
16138msgid "displacement must be an unsigned 8-bit number"
16139msgstr ""
16140
16141#: config/tc-tic30.c:751 config/tc-tic30.c:1498
16142#, c-format
16143msgid "Invalid character %s before %s operand"
16144msgstr ""
16145
16146#: config/tc-tic30.c:770 config/tc-tic30.c:1513
16147#, c-format
16148msgid "Unbalanced parenthesis in %s operand."
16149msgstr ""
16150
16151#: config/tc-tic30.c:786 config/tc-tic30.c:1523
16152#, c-format
16153msgid "Invalid character %s in %s operand"
16154msgstr ""
16155
16156#: config/tc-tic30.c:805 config/tc-tic30.c:1540
16157#, c-format
16158msgid "Spurious operands; (%d operands/instruction max)"
16159msgstr ""
16160
16161#. Just skip it, if it's \n complain.
16162#: config/tc-tic30.c:823 config/tc-tic30.c:839 config/tc-tic30.c:1557
16163#: config/tc-tic30.c:1573
16164msgid "Expecting operand after ','; got nothing"
16165msgstr ""
16166
16167#: config/tc-tic30.c:828 config/tc-tic30.c:1562
16168msgid "Expecting operand before ','; got nothing"
16169msgstr ""
16170
16171#: config/tc-tic30.c:866
16172msgid "incorrect number of operands given in the first instruction"
16173msgstr ""
16174
16175#: config/tc-tic30.c:872
16176msgid "incorrect number of operands given in the second instruction"
16177msgstr ""
16178
16179#: config/tc-tic30.c:893
16180#, c-format
16181msgid "%s instruction, operand %d doesn't match"
16182msgstr ""
16183
16184#. Shouldn't get here.
16185#: config/tc-tic30.c:917 config/tc-tic30.c:924
16186msgid "incorrect format for multiply parallel instruction"
16187msgstr ""
16188
16189#: config/tc-tic30.c:931
16190msgid "destination for multiply can only be R0 or R1"
16191msgstr ""
16192
16193#: config/tc-tic30.c:938
16194msgid "destination for add/subtract can only be R2 or R3"
16195msgstr ""
16196
16197#: config/tc-tic30.c:1005
16198msgid "loading the same register in parallel operation"
16199msgstr ""
16200
16201#: config/tc-tic30.c:1387
16202msgid "pc-relative "
16203msgstr ""
16204
16205#: config/tc-tic30.c:1448
16206#, c-format
16207msgid "Invalid character %s in opcode"
16208msgstr ""
16209
16210#: config/tc-tic30.c:1478
16211#, c-format
16212msgid "Unknown TMS320C30 instruction: %s"
16213msgstr ""
16214
16215#: config/tc-tic30.c:1598
16216msgid "Incorrect number of operands given"
16217msgstr ""
16218
16219#: config/tc-tic30.c:1631
16220#, c-format
16221msgid "The %s operand doesn't match"
16222msgstr ""
16223
16224#. Shouldn't make it to this stage.
16225#: config/tc-tic30.c:1656 config/tc-tic30.c:1668
16226msgid "Incompatible first and second operands in instruction"
16227msgstr ""
16228
16229#: config/tc-tic30.c:1782
16230msgid "invalid short form floating point immediate operand"
16231msgstr ""
16232
16233#: config/tc-tic30.c:1792
16234msgid "rounding down first operand float to unsigned int"
16235msgstr ""
16236
16237#: config/tc-tic30.c:1794
16238msgid "only lower 16-bits of first operand are used"
16239msgstr ""
16240
16241#: config/tc-tic30.c:1804
16242msgid "rounding down first operand float to signed int"
16243msgstr ""
16244
16245#: config/tc-tic30.c:1809 config/tc-tic30.c:1880
16246msgid "first operand is too large for 16-bit signed int"
16247msgstr ""
16248
16249#: config/tc-tic30.c:1874
16250msgid "first operand is floating point"
16251msgstr ""
16252
16253#. Shouldn't get here.
16254#: config/tc-tic30.c:1905
16255msgid "interrupt vector for trap instruction out of range"
16256msgstr ""
16257
16258#: config/tc-tic30.c:1950
16259msgid "LDP instruction needs a 24-bit operand"
16260msgstr ""
16261
16262#: config/tc-tic30.c:1974
16263msgid "first operand is too large for a 24-bit displacement"
16264msgstr ""
16265
16266#: config/tc-tic4x.c:392
16267msgid "Nan, using zero."
16268msgstr ""
16269
16270#: config/tc-tic4x.c:514
16271#, c-format
16272msgid "Cannot represent exponent in %d bits"
16273msgstr ""
16274
16275#: config/tc-tic4x.c:597 config/tc-tic4x.c:607
16276msgid "Invalid floating point number"
16277msgstr ""
16278
16279#: config/tc-tic4x.c:726
16280msgid "Comma expected\n"
16281msgstr ""
16282
16283#: config/tc-tic4x.c:762 config/tc-tic54x.c:471
16284msgid ".bss size argument missing\n"
16285msgstr ""
16286
16287#: config/tc-tic4x.c:770
16288#, c-format
16289msgid ".bss size %ld < 0!"
16290msgstr ""
16291
16292#: config/tc-tic4x.c:903
16293msgid "Non-constant symbols not allowed\n"
16294msgstr ""
16295
16296#: config/tc-tic4x.c:934
16297msgid "Symbol missing\n"
16298msgstr ""
16299
16300#. Skip null symbol terminator.
16301#: config/tc-tic4x.c:982
16302msgid ".sect: subsection name ignored"
16303msgstr ""
16304
16305#: config/tc-tic4x.c:1010 config/tc-tic4x.c:1111 config/tc-tic54x.c:1424
16306#, c-format
16307msgid "Error setting flags for \"%s\": %s"
16308msgstr ""
16309
16310#: config/tc-tic4x.c:1042
16311msgid ".set syntax invalid\n"
16312msgstr ""
16313
16314#: config/tc-tic4x.c:1100
16315msgid ".usect: non-zero alignment flag ignored"
16316msgstr ""
16317
16318#: config/tc-tic4x.c:1131
16319#, c-format
16320msgid "This assembler does not support processor generation %ld"
16321msgstr ""
16322
16323#: config/tc-tic4x.c:1135
16324msgid "Changing processor generation on fly not supported..."
16325msgstr ""
16326
16327#: config/tc-tic4x.c:1433
16328msgid "Auxiliary register AR0--AR7 required for indirect"
16329msgstr ""
16330
16331#: config/tc-tic4x.c:1447
16332#, c-format
16333msgid "Bad displacement %d (require 0--255)\n"
16334msgstr ""
16335
16336#: config/tc-tic4x.c:1465
16337msgid "Index register IR0,IR1 required for displacement"
16338msgstr ""
16339
16340#: config/tc-tic4x.c:1533
16341msgid "Expecting a register name"
16342msgstr ""
16343
16344#: config/tc-tic4x.c:1545 config/tc-tic4x.c:1568 config/tc-tic4x.c:1634
16345msgid "Number too large"
16346msgstr ""
16347
16348#: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581
16349msgid "Expecting a constant value"
16350msgstr ""
16351
16352#: config/tc-tic4x.c:1589
16353#, c-format
16354msgid "Bad direct addressing construct %s"
16355msgstr ""
16356
16357#: config/tc-tic4x.c:1593
16358#, c-format
16359msgid "Direct value of %ld is not suitable"
16360msgstr ""
16361
16362#: config/tc-tic4x.c:1617
16363msgid "Unknown indirect addressing mode"
16364msgstr ""
16365
16366#: config/tc-tic4x.c:1714
16367#, c-format
16368msgid "Immediate value of %ld is too large for ldf"
16369msgstr ""
16370
16371#: config/tc-tic4x.c:1754
16372msgid "Destination register must be ARn"
16373msgstr ""
16374
16375#: config/tc-tic4x.c:1773 config/tc-tic4x.c:2146 config/tc-tic4x.c:2205
16376#, c-format
16377msgid "Immediate value of %ld is too large"
16378msgstr ""
16379
16380#: config/tc-tic4x.c:1802 config/tc-tic4x.c:2007
16381msgid "Invalid indirect addressing mode"
16382msgstr ""
16383
16384#: config/tc-tic4x.c:1826 config/tc-tic4x.c:1866 config/tc-tic4x.c:2057
16385#: config/tc-tic4x.c:2079
16386msgid "Register must be Rn"
16387msgstr ""
16388
16389#: config/tc-tic4x.c:1880 config/tc-tic4x.c:1950 config/tc-tic4x.c:1964
16390msgid "Register must be R0--R7"
16391msgstr ""
16392
16393#: config/tc-tic4x.c:1904 config/tc-tic4x.c:1932
16394#, c-format
16395msgid "Invalid indirect addressing mode displacement %d"
16396msgstr ""
16397
16398#: config/tc-tic4x.c:1978
16399msgid "Destination register must be R2 or R3"
16400msgstr ""
16401
16402#: config/tc-tic4x.c:1992
16403msgid "Destination register must be R0 or R1"
16404msgstr ""
16405
16406#: config/tc-tic4x.c:2029
16407#, c-format
16408msgid "Displacement value of %ld is too large"
16409msgstr ""
16410
16411#: config/tc-tic4x.c:2090 config/tc-tic4x.c:2221
16412msgid "Floating point number not valid in expression"
16413msgstr ""
16414
16415#: config/tc-tic4x.c:2104
16416#, c-format
16417msgid "Signed immediate value %ld too large"
16418msgstr ""
16419
16420#: config/tc-tic4x.c:2167
16421#, c-format
16422msgid "Unsigned immediate value %ld too large"
16423msgstr ""
16424
16425#: config/tc-tic4x.c:2235
16426#, c-format
16427msgid "Immediate value %ld too large"
16428msgstr ""
16429
16430#: config/tc-tic4x.c:2254 config/tc-tic4x.c:2282
16431msgid "Register must be ivtp or tvtp"
16432msgstr ""
16433
16434#: config/tc-tic4x.c:2268
16435msgid "Register must be address register"
16436msgstr ""
16437
16438#: config/tc-tic4x.c:2341
16439msgid "Source and destination register should not be equal"
16440msgstr ""
16441
16442#: config/tc-tic4x.c:2356
16443msgid "Equal parallell destination registers, one result will be discarded"
16444msgstr ""
16445
16446#: config/tc-tic4x.c:2397
16447msgid "Too many operands scanned"
16448msgstr ""
16449
16450#: config/tc-tic4x.c:2428
16451msgid "Parallel opcode cannot contain more than two instructions"
16452msgstr ""
16453
16454#: config/tc-tic4x.c:2501
16455#, c-format
16456msgid "Invalid operands for %s"
16457msgstr ""
16458
16459#: config/tc-tic4x.c:2504
16460#, c-format
16461msgid "Invalid instruction %s"
16462msgstr ""
16463
16464#: config/tc-tic4x.c:2656
16465#, c-format
16466msgid "Bad relocation type: 0x%02x"
16467msgstr ""
16468
16469#: config/tc-tic4x.c:2714
16470#, c-format
16471msgid "Unsupported processor generation %d"
16472msgstr ""
16473
16474#: config/tc-tic4x.c:2722
16475msgid "Option -b is depreciated, please use -mbig"
16476msgstr ""
16477
16478#: config/tc-tic4x.c:2729
16479msgid "Option -p is depreciated, please use -mmemparm"
16480msgstr ""
16481
16482#: config/tc-tic4x.c:2736
16483msgid "Option -r is depreciated, please use -mregparm"
16484msgstr ""
16485
16486#: config/tc-tic4x.c:2743
16487msgid "Option -s is depreciated, please use -msmall"
16488msgstr ""
16489
16490#: config/tc-tic4x.c:2772
16491#, c-format
16492msgid ""
16493"\n"
16494"TIC4X options:\n"
16495"  -mcpu=CPU  -mCPU        select architecture variant. CPU can be:\n"
16496"                            30 - TMS320C30\n"
16497"                            31 - TMS320C31, TMS320LC31\n"
16498"                            32 - TMS320C32\n"
16499"                            33 - TMS320VC33\n"
16500"                            40 - TMS320C40\n"
16501"                            44 - TMS320C44\n"
16502"  -mrev=REV               set cpu hardware revision (integer numbers).\n"
16503"                          Combinations of -mcpu and -mrev will enable/"
16504"disable\n"
16505"                          the appropriate options (-midle2, -mlowpower and\n"
16506"                          -menhanced) according to the selected type\n"
16507"  -mbig                   select big memory model\n"
16508"  -msmall                 select small memory model (default)\n"
16509"  -mregparm               select register parameters (default)\n"
16510"  -mmemparm               select memory parameters\n"
16511"  -midle2                 enable IDLE2 support\n"
16512"  -mlowpower              enable LOPOWER and MAXSPEED support\n"
16513"  -menhanced              enable enhanced opcode support\n"
16514msgstr ""
16515
16516#: config/tc-tic4x.c:2817
16517#, c-format
16518msgid "Label \"$%d\" redefined"
16519msgstr ""
16520
16521#: config/tc-tic4x.c:3027
16522#, c-format
16523msgid "Reloc %d not supported by object file format"
16524msgstr ""
16525
16526#. Only word (et al.), align, or conditionals are allowed within
16527#. .struct/.union.
16528#: config/tc-tic54x.c:219
16529msgid "pseudo-op illegal within .struct/.union"
16530msgstr ""
16531
16532#: config/tc-tic54x.c:233
16533#, c-format
16534msgid "C54x-specific command line  options:\n"
16535msgstr ""
16536
16537#: config/tc-tic54x.c:234
16538#, c-format
16539msgid "-mfar-mode | -mf          Use extended addressing\n"
16540msgstr ""
16541
16542#: config/tc-tic54x.c:235
16543#, c-format
16544msgid "-mcpu=<CPU version>       Specify the CPU version\n"
16545msgstr ""
16546
16547#: config/tc-tic54x.c:236
16548#, c-format
16549msgid "-merrors-to-file <filename>\n"
16550msgstr ""
16551
16552#: config/tc-tic54x.c:237
16553#, c-format
16554msgid "-me <filename>            Redirect errors to a file\n"
16555msgstr ""
16556
16557#: config/tc-tic54x.c:348
16558msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
16559msgstr ""
16560
16561#: config/tc-tic54x.c:357
16562msgid "symbols assigned with .asg must begin with a letter"
16563msgstr ""
16564
16565#: config/tc-tic54x.c:397
16566msgid "Unterminated string after absolute expression"
16567msgstr ""
16568
16569#: config/tc-tic54x.c:405
16570msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
16571msgstr ""
16572
16573#: config/tc-tic54x.c:415
16574msgid "symbols assigned with .eval must begin with a letter"
16575msgstr ""
16576
16577#: config/tc-tic54x.c:480
16578#, c-format
16579msgid ".bss size %d < 0!"
16580msgstr ""
16581
16582#: config/tc-tic54x.c:662
16583msgid "Offset on nested structures is ignored"
16584msgstr ""
16585
16586#: config/tc-tic54x.c:712
16587#, c-format
16588msgid ".end%s without preceding .%s"
16589msgstr ""
16590
16591#: config/tc-tic54x.c:778
16592#, c-format
16593msgid "Unrecognized struct/union tag '%s'"
16594msgstr ""
16595
16596#: config/tc-tic54x.c:780
16597msgid ".tag requires a structure tag"
16598msgstr ""
16599
16600#: config/tc-tic54x.c:786
16601msgid "Label required for .tag"
16602msgstr ""
16603
16604#: config/tc-tic54x.c:805
16605#, c-format
16606msgid ".tag target '%s' undefined"
16607msgstr ""
16608
16609#: config/tc-tic54x.c:869
16610#, c-format
16611msgid ".field count '%d' out of range (1 <= X <= 32)"
16612msgstr ""
16613
16614#: config/tc-tic54x.c:897
16615#, c-format
16616msgid "Unrecognized field type '%c'"
16617msgstr ""
16618
16619#: config/tc-tic54x.c:1021
16620msgid "Overflow in expression, truncated to 8 bits"
16621msgstr ""
16622
16623#: config/tc-tic54x.c:1026
16624msgid "Overflow in expression, truncated to 16 bits"
16625msgstr ""
16626
16627#. Disallow .byte with a non constant expression that will
16628#. require relocation.
16629#: config/tc-tic54x.c:1034
16630msgid "Relocatable values require at least WORD storage"
16631msgstr ""
16632
16633#: config/tc-tic54x.c:1095
16634msgid "Use of .def/.ref is deprecated.  Use .global instead"
16635msgstr ""
16636
16637#: config/tc-tic54x.c:1287
16638msgid ".space/.bes repeat count is negative, ignored"
16639msgstr ""
16640
16641#: config/tc-tic54x.c:1292
16642msgid ".space/.bes repeat count is zero, ignored"
16643msgstr ""
16644
16645#: config/tc-tic54x.c:1365
16646msgid "Missing size argument"
16647msgstr ""
16648
16649#: config/tc-tic54x.c:1499
16650msgid "CPU version has already been set"
16651msgstr ""
16652
16653#: config/tc-tic54x.c:1503
16654#, c-format
16655msgid "Unrecognized version '%s'"
16656msgstr ""
16657
16658#: config/tc-tic54x.c:1509
16659msgid "Changing of CPU version on the fly not supported"
16660msgstr ""
16661
16662#: config/tc-tic54x.c:1640
16663msgid "p2align not supported on this target"
16664msgstr ""
16665
16666#: config/tc-tic54x.c:1652
16667msgid "Argument to .even ignored"
16668msgstr ""
16669
16670#: config/tc-tic54x.c:1698
16671msgid "Invalid field size, must be from 1 to 32"
16672msgstr ""
16673
16674#: config/tc-tic54x.c:1711
16675msgid "field size must be 16 when value is relocatable"
16676msgstr ""
16677
16678#: config/tc-tic54x.c:1726
16679msgid "field value truncated"
16680msgstr ""
16681
16682#: config/tc-tic54x.c:1832 config/tc-tic54x.c:2131
16683#, c-format
16684msgid "Unrecognized section '%s'"
16685msgstr ""
16686
16687#: config/tc-tic54x.c:1841
16688msgid "Current section is unitialized, section name required for .clink"
16689msgstr ""
16690
16691#: config/tc-tic54x.c:2042
16692msgid "ENDLOOP without corresponding LOOP"
16693msgstr ""
16694
16695#: config/tc-tic54x.c:2083
16696msgid "Mixing of normal and extended addressing not supported"
16697msgstr ""
16698
16699#: config/tc-tic54x.c:2089
16700msgid "Extended addressing not supported on the specified CPU"
16701msgstr ""
16702
16703#: config/tc-tic54x.c:2137
16704msgid ".sblock may be used for initialized sections only"
16705msgstr ""
16706
16707#: config/tc-tic54x.c:2167
16708msgid "Symbol missing for .set/.equ"
16709msgstr ""
16710
16711#: config/tc-tic54x.c:2223
16712msgid ".var may only be used within a macro definition"
16713msgstr ""
16714
16715#: config/tc-tic54x.c:2231
16716msgid "Substitution symbols must begin with a letter"
16717msgstr ""
16718
16719#: config/tc-tic54x.c:2323
16720#, c-format
16721msgid "can't open macro library file '%s' for reading: %s"
16722msgstr ""
16723
16724#: config/tc-tic54x.c:2330
16725#, c-format
16726msgid "File '%s' not in macro archive format"
16727msgstr ""
16728
16729#: config/tc-tic54x.c:2460
16730#, c-format
16731msgid "Bad COFF version '%s'"
16732msgstr ""
16733
16734#: config/tc-tic54x.c:2469
16735#, c-format
16736msgid "Bad CPU version '%s'"
16737msgstr ""
16738
16739#: config/tc-tic54x.c:2482 config/tc-tic54x.c:2485
16740#, c-format
16741msgid "Can't redirect stderr to the file '%s'"
16742msgstr ""
16743
16744#: config/tc-tic54x.c:2598
16745#, c-format
16746msgid "Undefined substitution symbol '%s'"
16747msgstr ""
16748
16749#: config/tc-tic54x.c:3099
16750#, c-format
16751msgid "Unbalanced parenthesis in operand %d"
16752msgstr ""
16753
16754#: config/tc-tic54x.c:3130 config/tc-tic54x.c:3138
16755msgid "Expecting operand after ','"
16756msgstr ""
16757
16758#: config/tc-tic54x.c:3149
16759msgid "Extra junk on line"
16760msgstr ""
16761
16762#: config/tc-tic54x.c:3186
16763msgid "Badly formed address expression"
16764msgstr ""
16765
16766#: config/tc-tic54x.c:3439
16767#, c-format
16768msgid "Invalid dmad syntax '%s'"
16769msgstr ""
16770
16771#: config/tc-tic54x.c:3503
16772#, c-format
16773msgid ""
16774"Use the .mmregs directive to use memory-mapped register names such as '%s'"
16775msgstr ""
16776
16777#: config/tc-tic54x.c:3554
16778msgid "Address mode *+ARx is write-only. Results of reading are undefined."
16779msgstr ""
16780
16781#: config/tc-tic54x.c:3574
16782#, c-format
16783msgid "Unrecognized indirect address format \"%s\""
16784msgstr ""
16785
16786#: config/tc-tic54x.c:3612
16787#, c-format
16788msgid "Operand '%s' out of range (%d <= x <= %d)"
16789msgstr ""
16790
16791#: config/tc-tic54x.c:3632
16792msgid "Error in relocation handling"
16793msgstr ""
16794
16795#: config/tc-tic54x.c:3651 config/tc-tic54x.c:3713 config/tc-tic54x.c:3741
16796#, c-format
16797msgid "Unrecognized condition code \"%s\""
16798msgstr ""
16799
16800#: config/tc-tic54x.c:3668
16801#, c-format
16802msgid "Condition \"%s\" does not match preceding group"
16803msgstr ""
16804
16805#: config/tc-tic54x.c:3676
16806#, c-format
16807msgid ""
16808"Condition \"%s\" uses a different accumulator from a preceding condition"
16809msgstr ""
16810
16811#: config/tc-tic54x.c:3683
16812msgid "Only one comparison conditional allowed"
16813msgstr ""
16814
16815#: config/tc-tic54x.c:3688
16816msgid "Only one overflow conditional allowed"
16817msgstr ""
16818
16819#: config/tc-tic54x.c:3696
16820#, c-format
16821msgid "Duplicate %s conditional"
16822msgstr ""
16823
16824#: config/tc-tic54x.c:3727
16825msgid "Invalid auxiliary register (use AR0-AR7)"
16826msgstr ""
16827
16828#: config/tc-tic54x.c:3758
16829msgid "lk addressing modes are invalid for memory-mapped register addressing"
16830msgstr ""
16831
16832#: config/tc-tic54x.c:3766
16833msgid ""
16834"Address mode *+ARx is not allowed in memory-mapped register addressing.  "
16835"Resulting behavior is undefined."
16836msgstr ""
16837
16838#: config/tc-tic54x.c:3792
16839msgid ""
16840"Destination accumulator for each part of this parallel instruction must be "
16841"different"
16842msgstr ""
16843
16844#: config/tc-tic54x.c:3841
16845#, c-format
16846msgid "Memory mapped register \"%s\" out of range"
16847msgstr ""
16848
16849#: config/tc-tic54x.c:3880
16850msgid "Invalid operand (use 1, 2, or 3)"
16851msgstr ""
16852
16853#: config/tc-tic54x.c:3906
16854msgid "A status register or status bit name is required"
16855msgstr ""
16856
16857#: config/tc-tic54x.c:3916
16858#, c-format
16859msgid "Unrecognized status bit \"%s\""
16860msgstr ""
16861
16862#: config/tc-tic54x.c:3939
16863#, c-format
16864msgid "Invalid status register \"%s\""
16865msgstr ""
16866
16867#: config/tc-tic54x.c:3951
16868#, c-format
16869msgid "Operand \"%s\" out of range (use 1 or 2)"
16870msgstr ""
16871
16872#: config/tc-tic54x.c:4154
16873#, c-format
16874msgid "Unrecognized instruction \"%s\""
16875msgstr ""
16876
16877#: config/tc-tic54x.c:4183
16878#, c-format
16879msgid "Unrecognized operand list '%s' for instruction '%s'"
16880msgstr ""
16881
16882#: config/tc-tic54x.c:4212
16883#, c-format
16884msgid "Unrecognized parallel instruction \"%s\""
16885msgstr ""
16886
16887#: config/tc-tic54x.c:4261
16888#, c-format
16889msgid "Invalid operand (s) for parallel instruction \"%s\""
16890msgstr ""
16891
16892#: config/tc-tic54x.c:4264
16893#, c-format
16894msgid "Unrecognized parallel instruction combination \"%s || %s\""
16895msgstr ""
16896
16897#: config/tc-tic54x.c:4485
16898#, c-format
16899msgid "%s symbol recursion stopped at second appearance of '%s'"
16900msgstr ""
16901
16902#: config/tc-tic54x.c:4525
16903msgid "Unrecognized substitution symbol function"
16904msgstr ""
16905
16906#: config/tc-tic54x.c:4530
16907msgid "Missing '(' after substitution symbol function"
16908msgstr ""
16909
16910#: config/tc-tic54x.c:4544
16911msgid "Expecting second argument"
16912msgstr ""
16913
16914#: config/tc-tic54x.c:4557 config/tc-tic54x.c:4607
16915msgid "Extra junk in function call, expecting ')'"
16916msgstr ""
16917
16918#: config/tc-tic54x.c:4583
16919msgid "Function expects two arguments"
16920msgstr ""
16921
16922#: config/tc-tic54x.c:4596
16923msgid "Expecting character constant argument"
16924msgstr ""
16925
16926#: config/tc-tic54x.c:4602
16927msgid "Both arguments must be substitution symbols"
16928msgstr ""
16929
16930#: config/tc-tic54x.c:4654
16931#, c-format
16932msgid "Invalid subscript (use 1 to %d)"
16933msgstr ""
16934
16935#: config/tc-tic54x.c:4664
16936#, c-format
16937msgid "Invalid length (use 0 to %d"
16938msgstr ""
16939
16940#: config/tc-tic54x.c:4674
16941msgid "Missing ')' in subscripted substitution symbol expression"
16942msgstr ""
16943
16944#: config/tc-tic54x.c:4694
16945msgid "Missing forced substitution terminator ':'"
16946msgstr ""
16947
16948#: config/tc-tic54x.c:4846
16949#, c-format
16950msgid ""
16951"Instruction does not fit in available delay slots (%d-word insn, %d slots "
16952"left)"
16953msgstr ""
16954
16955#: config/tc-tic54x.c:4887
16956#, c-format
16957msgid "Unrecognized parallel instruction '%s'"
16958msgstr ""
16959
16960#: config/tc-tic54x.c:4899
16961#, c-format
16962msgid "Instruction '%s' requires an LP cpu version"
16963msgstr ""
16964
16965#: config/tc-tic54x.c:4906
16966#, c-format
16967msgid "Instruction '%s' requires far mode addressing"
16968msgstr ""
16969
16970#: config/tc-tic54x.c:4918
16971#, c-format
16972msgid ""
16973"Instruction does not fit in available delay slots (%d-word insn, %d slots "
16974"left). Resulting behavior is undefined."
16975msgstr ""
16976
16977#: config/tc-tic54x.c:4928
16978msgid ""
16979"Instructions which cause PC discontinuity are not allowed in a delay slot. "
16980"Resulting behavior is undefined."
16981msgstr ""
16982
16983#: config/tc-tic54x.c:4939
16984#, c-format
16985msgid "'%s' is not repeatable. Resulting behavior is undefined."
16986msgstr ""
16987
16988#: config/tc-tic54x.c:4943
16989msgid ""
16990"Instructions using long offset modifiers or absolute addresses are not "
16991"repeatable. Resulting behavior is undefined."
16992msgstr ""
16993
16994#: config/tc-tic54x.c:5093
16995#, c-format
16996msgid "Unsupported relocation size %d"
16997msgstr ""
16998
16999#: config/tc-tic54x.c:5224
17000msgid "non-absolute value used with .space/.bes"
17001msgstr ""
17002
17003#: config/tc-tic54x.c:5228
17004#, c-format
17005msgid "negative value ignored in %s"
17006msgstr ""
17007
17008#: config/tc-tic54x.c:5316
17009#, c-format
17010msgid "attempt to .space/.bes backwards? (%ld)"
17011msgstr ""
17012
17013#: config/tc-tic6x.c:262
17014#, c-format
17015msgid "unknown -mpid= argument '%s'"
17016msgstr ""
17017
17018#: config/tc-tic6x.c:320
17019#, c-format
17020msgid "TMS320C6000 options:\n"
17021msgstr ""
17022
17023#: config/tc-tic6x.c:321
17024#, c-format
17025msgid "  -march=ARCH             enable instructions from architecture ARCH\n"
17026msgstr ""
17027
17028#: config/tc-tic6x.c:322
17029#, c-format
17030msgid "  -mbig-endian            generate big-endian code\n"
17031msgstr ""
17032
17033#: config/tc-tic6x.c:323
17034#, c-format
17035msgid "  -mlittle-endian         generate little-endian code\n"
17036msgstr ""
17037
17038#: config/tc-tic6x.c:324
17039#, c-format
17040msgid "  -mdsbt                  code uses DSBT addressing\n"
17041msgstr ""
17042
17043#: config/tc-tic6x.c:325
17044#, c-format
17045msgid "  -mno-dsbt               code does not use DSBT addressing\n"
17046msgstr ""
17047
17048#: config/tc-tic6x.c:326
17049#, c-format
17050msgid ""
17051"  -mpid=no                code uses position-dependent data addressing\n"
17052msgstr ""
17053
17054#: config/tc-tic6x.c:327
17055#, c-format
17056msgid ""
17057"  -mpid=near              code uses position-independent data addressing,\n"
17058"                            GOT accesses use near DP addressing\n"
17059msgstr ""
17060
17061#: config/tc-tic6x.c:329
17062#, c-format
17063msgid ""
17064"  -mpid=far               code uses position-independent data addressing,\n"
17065"                            GOT accesses use far DP addressing\n"
17066msgstr ""
17067
17068#: config/tc-tic6x.c:331
17069#, c-format
17070msgid "  -mpic                   code addressing is position-independent\n"
17071msgstr ""
17072
17073#: config/tc-tic6x.c:332
17074#, c-format
17075msgid "  -mno-pic                code addressing is position-dependent\n"
17076msgstr ""
17077
17078#: config/tc-tic6x.c:337
17079#, c-format
17080msgid "Supported ARCH values are:"
17081msgstr ""
17082
17083#: config/tc-tic6x.c:386
17084msgid "unexpected .cantunwind directive"
17085msgstr ""
17086
17087#: config/tc-tic6x.c:406
17088msgid "unexpected .handlerdata directive"
17089msgstr ""
17090
17091#: config/tc-tic6x.c:418
17092msgid "personality routine required before .handlerdata directive"
17093msgstr ""
17094
17095#: config/tc-tic6x.c:532
17096msgid "expected symbol"
17097msgstr ""
17098
17099#: config/tc-tic6x.c:579
17100msgid "expected comma after symbol name"
17101msgstr ""
17102
17103#: config/tc-tic6x.c:589
17104#, c-format
17105msgid "invalid length for .scomm directive"
17106msgstr ""
17107
17108#: config/tc-tic6x.c:603
17109msgid "alignment is not a positive number"
17110msgstr ""
17111
17112#: config/tc-tic6x.c:615
17113msgid "alignment is not a power of 2"
17114msgstr ""
17115
17116#: config/tc-tic6x.c:630
17117#, c-format
17118msgid "attempt to re-define symbol `%s'"
17119msgstr ""
17120
17121#: config/tc-tic6x.c:639
17122#, c-format
17123msgid "attempt to redefine `%s' with a different length"
17124msgstr ""
17125
17126#: config/tc-tic6x.c:841
17127msgid "multiple '||' on same line"
17128msgstr ""
17129
17130#: config/tc-tic6x.c:844
17131msgid "'||' after predicate"
17132msgstr ""
17133
17134#: config/tc-tic6x.c:888
17135msgid "multiple predicates on same line"
17136msgstr ""
17137
17138#: config/tc-tic6x.c:894
17139#, c-format
17140msgid "bad predicate '%s'"
17141msgstr ""
17142
17143#: config/tc-tic6x.c:905
17144msgid "predication on A0 not supported on this architecture"
17145msgstr ""
17146
17147#: config/tc-tic6x.c:938
17148msgid "label after '||'"
17149msgstr ""
17150
17151#: config/tc-tic6x.c:944
17152msgid "label after predicate"
17153msgstr ""
17154
17155#: config/tc-tic6x.c:968
17156msgid "'||' not followed by instruction"
17157msgstr ""
17158
17159#: config/tc-tic6x.c:974
17160msgid "predicate not followed by instruction"
17161msgstr ""
17162
17163#: config/tc-tic6x.c:1407
17164#, c-format
17165msgid "control register '%s' not supported on this architecture"
17166msgstr ""
17167
17168#: config/tc-tic6x.c:1586 config/tc-tic6x.c:1589 config/tc-tic6x.c:1642
17169#: config/tc-tic6x.c:1646
17170#, c-format
17171msgid "register number %u not supported on this architecture"
17172msgstr ""
17173
17174#: config/tc-tic6x.c:1617
17175#, c-format
17176msgid "register pair for operand %u of '%.*s' not a valid even/odd pair"
17177msgstr ""
17178
17179#: config/tc-tic6x.c:1673
17180#, c-format
17181msgid "junk after operand %u of '%.*s'"
17182msgstr ""
17183
17184#: config/tc-tic6x.c:1686
17185#, c-format
17186msgid "bad register or register pair for operand %u of '%.*s'"
17187msgstr ""
17188
17189#: config/tc-tic6x.c:1692
17190#, c-format
17191msgid "bad register for operand %u of '%.*s'"
17192msgstr ""
17193
17194#: config/tc-tic6x.c:1697
17195#, c-format
17196msgid "bad register pair for operand %u of '%.*s'"
17197msgstr ""
17198
17199#: config/tc-tic6x.c:1702
17200#, c-format
17201msgid "bad functional unit for operand %u of '%.*s'"
17202msgstr ""
17203
17204#: config/tc-tic6x.c:1707
17205#, c-format
17206msgid "bad operand %u of '%.*s'"
17207msgstr ""
17208
17209#: config/tc-tic6x.c:1839
17210msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE"
17211msgstr ""
17212
17213#: config/tc-tic6x.c:1879
17214msgid "$DSBT_INDEX not supported in this context"
17215msgstr ""
17216
17217#: config/tc-tic6x.c:1892
17218msgid "$GOT not supported in this context"
17219msgstr ""
17220
17221#: config/tc-tic6x.c:1909
17222msgid "$DPR_GOT not supported in this context"
17223msgstr ""
17224
17225#: config/tc-tic6x.c:1930
17226msgid "$DPR_BYTE not supported in this context"
17227msgstr ""
17228
17229#: config/tc-tic6x.c:1947
17230msgid "$DPR_HWORD not supported in this context"
17231msgstr ""
17232
17233#: config/tc-tic6x.c:1964
17234msgid "$DPR_WORD not supported in this context"
17235msgstr ""
17236
17237#: config/tc-tic6x.c:1983
17238msgid "$PCR_OFFSET not supported in this context"
17239msgstr ""
17240
17241#: config/tc-tic6x.c:1994
17242msgid "invalid PC-relative operand"
17243msgstr ""
17244
17245#: config/tc-tic6x.c:2031
17246#, c-format
17247msgid "no %d-byte relocations available"
17248msgstr ""
17249
17250#: config/tc-tic6x.c:2518 config/tc-tic6x.c:2549 config/tc-tic6x.c:2567
17251#: config/tc-tic6x.c:2997 config/tc-tic6x.c:3016 config/tc-tic6x.c:3048
17252#, c-format
17253msgid "operand %u of '%.*s' out of range"
17254msgstr ""
17255
17256#: config/tc-tic6x.c:2611 config/tc-tic6x.c:2836
17257#, c-format
17258msgid "offset in operand %u of '%.*s' not divisible by %u"
17259msgstr ""
17260
17261#: config/tc-tic6x.c:2828 config/tc-tic6x.c:2861
17262#, c-format
17263msgid "offset in operand %u of '%.*s' out of range"
17264msgstr ""
17265
17266#: config/tc-tic6x.c:2943
17267#, c-format
17268msgid "functional unit already masked for operand %u of '%.*s'"
17269msgstr ""
17270
17271#: config/tc-tic6x.c:2967 config/tc-tic6x.c:3726
17272#, c-format
17273msgid "'%.*s' instruction not in a software pipelined loop"
17274msgstr ""
17275
17276#: config/tc-tic6x.c:3066
17277#, c-format
17278msgid "instruction '%.*s' cannot be predicated"
17279msgstr ""
17280
17281#: config/tc-tic6x.c:3334
17282#, c-format
17283msgid "'%.*s' instruction not supported on this architecture"
17284msgstr ""
17285
17286#: config/tc-tic6x.c:3342
17287#, c-format
17288msgid "'%.*s' instruction not supported on this functional unit"
17289msgstr ""
17290
17291#: config/tc-tic6x.c:3350
17292#, c-format
17293msgid ""
17294"'%.*s' instruction not supported on this functional unit for this "
17295"architecture"
17296msgstr ""
17297
17298#: config/tc-tic6x.c:3370
17299msgid "missing operand after comma"
17300msgstr ""
17301
17302#: config/tc-tic6x.c:3378 config/tc-tic6x.c:3396
17303#, c-format
17304msgid "too many operands to '%.*s'"
17305msgstr ""
17306
17307#: config/tc-tic6x.c:3409
17308#, c-format
17309msgid "bad number of operands to '%.*s'"
17310msgstr ""
17311
17312#: config/tc-tic6x.c:3481
17313#, c-format
17314msgid "operand %u of '%.*s' not constant"
17315msgstr ""
17316
17317#: config/tc-tic6x.c:3486
17318#, c-format
17319msgid "operand %u of '%.*s' on wrong side"
17320msgstr ""
17321
17322#: config/tc-tic6x.c:3491
17323#, c-format
17324msgid "operand %u of '%.*s' not a valid return address register"
17325msgstr ""
17326
17327#: config/tc-tic6x.c:3497
17328#, c-format
17329msgid "operand %u of '%.*s' is write-only"
17330msgstr ""
17331
17332#: config/tc-tic6x.c:3502
17333#, c-format
17334msgid "operand %u of '%.*s' is read-only"
17335msgstr ""
17336
17337#: config/tc-tic6x.c:3507
17338#, c-format
17339msgid "operand %u of '%.*s' not a valid memory reference"
17340msgstr ""
17341
17342#: config/tc-tic6x.c:3513
17343#, c-format
17344msgid "operand %u of '%.*s' not a valid base address register"
17345msgstr ""
17346
17347#: config/tc-tic6x.c:3599
17348#, c-format
17349msgid "bad operand combination for '%.*s'"
17350msgstr ""
17351
17352#: config/tc-tic6x.c:3645
17353msgid "parallel instruction not following another instruction"
17354msgstr ""
17355
17356#: config/tc-tic6x.c:3651
17357msgid "too many instructions in execute packet"
17358msgstr ""
17359
17360#: config/tc-tic6x.c:3656
17361msgid "label not at start of execute packet"
17362msgstr ""
17363
17364#: config/tc-tic6x.c:3659
17365#, c-format
17366msgid "'%.*s' instruction not at start of execute packet"
17367msgstr ""
17368
17369#: config/tc-tic6x.c:3707
17370msgid "functional unit already used in this execute packet"
17371msgstr ""
17372
17373#: config/tc-tic6x.c:3715
17374msgid "nested software pipelined loop"
17375msgstr ""
17376
17377#: config/tc-tic6x.c:3734
17378msgid "'||^' without previous SPMASK"
17379msgstr ""
17380
17381#: config/tc-tic6x.c:3736
17382msgid "cannot mask instruction using no functional unit"
17383msgstr ""
17384
17385#: config/tc-tic6x.c:3748
17386msgid "functional unit already masked"
17387msgstr ""
17388
17389#: config/tc-tic6x.c:3813
17390msgid "value too large for 2-byte field"
17391msgstr ""
17392
17393#: config/tc-tic6x.c:3823
17394msgid "value too large for 1-byte field"
17395msgstr ""
17396
17397#: config/tc-tic6x.c:3950
17398msgid "immediate offset not 2-byte-aligned"
17399msgstr ""
17400
17401#: config/tc-tic6x.c:3978
17402msgid "immediate offset not 4-byte-aligned"
17403msgstr ""
17404
17405#: config/tc-tic6x.c:3992
17406msgid "addend used with $DSBT_INDEX"
17407msgstr ""
17408
17409#: config/tc-tic6x.c:4006 config/tc-tic6x.c:4024 config/tc-tic6x.c:4042
17410#: config/tc-tic6x.c:4060
17411msgid "PC-relative offset not 4-byte-aligned"
17412msgstr ""
17413
17414#: config/tc-tic6x.c:4009 config/tc-tic6x.c:4027 config/tc-tic6x.c:4045
17415#: config/tc-tic6x.c:4063
17416msgid "PC-relative offset out of range"
17417msgstr ""
17418
17419#: config/tc-tic6x.c:4542
17420#, c-format
17421msgid "undefined symbol %s in PCR relocation"
17422msgstr ""
17423
17424#: config/tc-tic6x.c:4660
17425#, c-format
17426msgid "group section `%s' has no group signature"
17427msgstr ""
17428
17429#: config/tc-tic6x.c:4811
17430msgid "missing .endp before .cfi_startproc"
17431msgstr ""
17432
17433#: config/tc-tic6x.c:4916
17434msgid "stack pointer offset too large for personality routine"
17435msgstr ""
17436
17437#: config/tc-tic6x.c:4923
17438msgid "stack frame layout does not match personality routine"
17439msgstr ""
17440
17441#: config/tc-tic6x.c:5057
17442msgid "too many unwinding instructions"
17443msgstr ""
17444
17445#: config/tc-tic6x.c:5132 config/tc-tic6x.c:5145 config/tc-tic6x.c:5153
17446#, c-format
17447msgid "unable to generate unwinding opcode for reg %d"
17448msgstr ""
17449
17450#: config/tc-tic6x.c:5162
17451msgid "unable to restore return address from previously restored reg"
17452msgstr ""
17453
17454#: config/tc-tic6x.c:5174
17455#, c-format
17456msgid "unhandled CFA insn for unwinding (%d)"
17457msgstr ""
17458
17459#: config/tc-tic6x.c:5184
17460#, c-format
17461msgid "unable to generate unwinding opcode for frame pointer reg %d"
17462msgstr ""
17463
17464#: config/tc-tic6x.c:5193
17465msgid "unable to generate unwinding opcode for frame pointer offset"
17466msgstr ""
17467
17468#: config/tc-tic6x.c:5202
17469msgid "unwound stack pointer not doubleword aligned"
17470msgstr ""
17471
17472#: config/tc-tic6x.c:5347
17473msgid "stack frame layout too complex for unwinder"
17474msgstr ""
17475
17476#: config/tc-tic6x.c:5364
17477msgid "unwound frame has negative size"
17478msgstr ""
17479
17480#: config/tc-tilegx.c:142
17481#, c-format
17482msgid ""
17483"  -Q                      ignored\n"
17484"  -V                      print assembler version number\n"
17485"  -EB/-EL                 generate big-endian/little-endian code\n"
17486"  --32/--64               generate 32bit/64bit code\n"
17487msgstr ""
17488
17489#: config/tc-tilegx.c:736 config/tc-tilepro.c:627
17490msgid "Invalid operator for operand."
17491msgstr ""
17492
17493#: config/tc-tilegx.c:757 config/tc-tilepro.c:648
17494msgid "Operator may only be applied to symbols."
17495msgstr ""
17496
17497#: config/tc-tilegx.c:822 config/tc-tilepro.c:713
17498#, c-format
17499msgid "Writes to register '%s' are not allowed."
17500msgstr ""
17501
17502#: config/tc-tilegx.c:849 config/tc-tilepro.c:740
17503#, c-format
17504msgid ""
17505"Two instructions in the same bundle both write to register %s, which is not "
17506"allowed."
17507msgstr ""
17508
17509#: config/tc-tilegx.c:914 config/tc-tilepro.c:804
17510#, c-format
17511msgid "'%s' may not be bundled with other instructions."
17512msgstr ""
17513
17514#: config/tc-tilegx.c:944 config/tc-tilepro.c:834
17515msgid "Invalid combination of instructions for bundle."
17516msgstr ""
17517
17518#: config/tc-tilegx.c:979 config/tc-tilepro.c:869
17519msgid "instruction address is not a multiple of 8"
17520msgstr ""
17521
17522#: config/tc-tilegx.c:1056 config/tc-tilepro.c:947
17523msgid "Invalid expression."
17524msgstr ""
17525
17526#: config/tc-tilegx.c:1102 config/tc-tilepro.c:989
17527#, c-format
17528msgid "Expected register, got '%s'."
17529msgstr ""
17530
17531#: config/tc-tilegx.c:1109 config/tc-tilepro.c:996
17532#, c-format
17533msgid "Found use of non-canonical register name %s; use %s instead."
17534msgstr ""
17535
17536#: config/tc-tilegx.c:1169 config/tc-tilepro.c:1055
17537#, c-format
17538msgid "Too few operands to '%s'."
17539msgstr ""
17540
17541#: config/tc-tilegx.c:1174 config/tc-tilepro.c:1060
17542#, c-format
17543msgid "Unexpected character '%c' after operand %d to %s."
17544msgstr ""
17545
17546#: config/tc-tilegx.c:1195 config/tc-tilepro.c:1081
17547msgid "Expected immediate expression"
17548msgstr ""
17549
17550#: config/tc-tilegx.c:1208 config/tc-tilegx.c:1813 config/tc-tilepro.c:1094
17551#: config/tc-tilepro.c:1593
17552msgid "Found '}' when not bundling."
17553msgstr ""
17554
17555#: config/tc-tilegx.c:1249 config/tc-tilepro.c:1134
17556#, c-format
17557msgid "Unknown opcode `%.*s'."
17558msgstr ""
17559
17560#: config/tc-tilegx.c:1260 config/tc-tilepro.c:1145
17561msgid "Too many instructions for bundle."
17562msgstr ""
17563
17564#: config/tc-tilegx.c:1355 config/tc-tilepro.c:1230
17565msgid "Bad call to md_atof ()"
17566msgstr ""
17567
17568#: config/tc-tilegx.c:1431 config/tc-tilepro.c:1293
17569msgid "This operator only produces two byte values."
17570msgstr ""
17571
17572#: config/tc-tilegx.c:1457 config/tc-tilepro.c:1319
17573#, c-format
17574msgid "unsupported BFD relocation size %d"
17575msgstr ""
17576
17577#: config/tc-tilegx.c:1758 config/tc-tilepro.c:1538
17578#, c-format
17579msgid "internal error? cannot generate `%s' relocation (%d, %d)"
17580msgstr ""
17581
17582#: config/tc-tilegx.c:1801 config/tc-tilepro.c:1581
17583msgid "Found '{' when already bundling."
17584msgstr ""
17585
17586#: config/tc-tilepro.c:99
17587#, c-format
17588msgid ""
17589"  -Q                      ignored\n"
17590"  -V                      print assembler version number\n"
17591msgstr ""
17592
17593#: config/tc-v850.c:294
17594#, c-format
17595msgid ".COMMon length (%d.) < 0! Ignored."
17596msgstr ""
17597
17598#: config/tc-v850.c:315
17599#, c-format
17600msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
17601msgstr ""
17602
17603#: config/tc-v850.c:341
17604msgid "Common alignment negative; 0 assumed"
17605msgstr ""
17606
17607#: config/tc-v850.c:545
17608msgid ".longcall pseudo-op seen when not relaxing"
17609msgstr ""
17610
17611#: config/tc-v850.c:547
17612msgid ".longjump pseudo-op seen when not relaxing"
17613msgstr ""
17614
17615#: config/tc-v850.c:554
17616msgid "bad .longcall format"
17617msgstr ""
17618
17619#: config/tc-v850.c:1393
17620#, c-format
17621msgid "unknown operand shift: %x\n"
17622msgstr ""
17623
17624#: config/tc-v850.c:1394
17625msgid "internal failure in parse_register_list"
17626msgstr ""
17627
17628#: config/tc-v850.c:1410
17629msgid "constant expression or register list expected"
17630msgstr ""
17631
17632#: config/tc-v850.c:1415
17633msgid "high bits set in register list expression"
17634msgstr ""
17635
17636#: config/tc-v850.c:1453 config/tc-v850.c:1510
17637msgid "illegal register included in list"
17638msgstr ""
17639
17640#: config/tc-v850.c:1459
17641msgid "system registers cannot be included in list"
17642msgstr ""
17643
17644#: config/tc-v850.c:1485
17645msgid "second register should follow dash in register list"
17646msgstr ""
17647
17648#: config/tc-v850.c:1490
17649msgid "second register should be greater than first register"
17650msgstr ""
17651
17652#: config/tc-v850.c:1540
17653#, c-format
17654msgid " V850 options:\n"
17655msgstr ""
17656
17657#: config/tc-v850.c:1541
17658#, c-format
17659msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
17660msgstr ""
17661
17662#: config/tc-v850.c:1542
17663#, c-format
17664msgid ""
17665"  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
17666msgstr ""
17667
17668#: config/tc-v850.c:1543
17669#, c-format
17670msgid "  -mv850                    The code is targeted at the v850\n"
17671msgstr ""
17672
17673#: config/tc-v850.c:1544
17674#, c-format
17675msgid "  -mv850e                   The code is targeted at the v850e\n"
17676msgstr ""
17677
17678#: config/tc-v850.c:1545
17679#, c-format
17680msgid "  -mv850e1                  The code is targeted at the v850e1\n"
17681msgstr ""
17682
17683#: config/tc-v850.c:1546
17684#, c-format
17685msgid "  -mv850e2                  The code is targeted at the v850e2\n"
17686msgstr ""
17687
17688#: config/tc-v850.c:1547
17689#, c-format
17690msgid "  -mv850e2v3                The code is targeted at the v850e2v3\n"
17691msgstr ""
17692
17693#: config/tc-v850.c:1548
17694#, c-format
17695msgid "  -mv850e2v4                Alias for -mv850e3v5\n"
17696msgstr ""
17697
17698#: config/tc-v850.c:1549
17699#, c-format
17700msgid "  -mv850e3v5                The code is targeted at the v850e3v5\n"
17701msgstr ""
17702
17703#: config/tc-v850.c:1550
17704#, c-format
17705msgid "  -mrelax                   Enable relaxation\n"
17706msgstr ""
17707
17708#: config/tc-v850.c:1551
17709#, c-format
17710msgid ""
17711"  --disp-size-default-22    branch displacement with unknown size is 22 bits "
17712"(default)\n"
17713msgstr ""
17714
17715#: config/tc-v850.c:1552
17716#, c-format
17717msgid ""
17718"  --disp-size-default-32    branch displacement with unknown size is 32 "
17719"bits\n"
17720msgstr ""
17721
17722#: config/tc-v850.c:1553
17723#, c-format
17724msgid "  -mextension               enable extension opcode support\n"
17725msgstr ""
17726
17727#: config/tc-v850.c:1554
17728#, c-format
17729msgid "  -mno-bcond17\t\t  disable b<cond> disp17 instruction\n"
17730msgstr ""
17731
17732#: config/tc-v850.c:1555
17733#, c-format
17734msgid "  -mno-stld23\t\t  disable st/ld offset23 instruction\n"
17735msgstr ""
17736
17737#: config/tc-v850.c:1556
17738#, c-format
17739msgid "  -mgcc-abi                 Mark the binary as using the old GCC ABI\n"
17740msgstr ""
17741
17742#: config/tc-v850.c:1557
17743#, c-format
17744msgid ""
17745"  -mrh850-abi               Mark the binary as using the RH850 ABI "
17746"(default)\n"
17747msgstr ""
17748
17749#: config/tc-v850.c:1558
17750#, c-format
17751msgid "  -m8byte-align             Mark the binary as using 64-bit alignment\n"
17752msgstr ""
17753
17754#: config/tc-v850.c:1559
17755#, c-format
17756msgid ""
17757"  -m4byte-align             Mark the binary as using 32-bit alignment "
17758"(default)\n"
17759msgstr ""
17760
17761#: config/tc-v850.c:1560
17762#, c-format
17763msgid ""
17764"  -msoft-float              Mark the binary as not using FP insns (default "
17765"for pre e2v3)\n"
17766msgstr ""
17767
17768#: config/tc-v850.c:1561
17769#, c-format
17770msgid ""
17771"  -mhard-float              Mark the binary as using FP insns (default for "
17772"e2v3 and up)\n"
17773msgstr ""
17774
17775#: config/tc-v850.c:1949
17776#, c-format
17777msgid "Unable to determine default target processor from string: %s"
17778msgstr ""
17779
17780#: config/tc-v850.c:1993
17781msgid "hi0() relocation used on an instruction which does not support it"
17782msgstr ""
17783
17784#: config/tc-v850.c:2013
17785msgid "hi() relocation used on an instruction which does not support it"
17786msgstr ""
17787
17788#: config/tc-v850.c:2036
17789msgid "lo() relocation used on an instruction which does not support it"
17790msgstr ""
17791
17792#: config/tc-v850.c:2046
17793msgid "ctoff() is not supported by the rh850 ABI. Use -mgcc-abi instead"
17794msgstr ""
17795
17796#: config/tc-v850.c:2062
17797msgid "ctoff() relocation used on an instruction which does not support it"
17798msgstr ""
17799
17800#: config/tc-v850.c:2081
17801msgid "sdaoff() relocation used on an instruction which does not support it"
17802msgstr ""
17803
17804#: config/tc-v850.c:2100
17805msgid "zdaoff() relocation used on an instruction which does not support it"
17806msgstr ""
17807
17808#: config/tc-v850.c:2132
17809msgid "tdaoff() relocation used on an instruction which does not support it"
17810msgstr ""
17811
17812#: config/tc-v850.c:2273
17813#, c-format
17814msgid "operand out of range (%d is not between %d and %d)"
17815msgstr ""
17816
17817#: config/tc-v850.c:2356
17818msgid "st/ld offset 23 instruction was disabled ."
17819msgstr ""
17820
17821#: config/tc-v850.c:2365
17822msgid "Target processor does not support this instruction."
17823msgstr ""
17824
17825#: config/tc-v850.c:2477 config/tc-v850.c:2487 config/tc-v850.c:2508
17826#: config/tc-v850.c:2522 config/tc-v850.c:2528 config/tc-v850.c:2552
17827#: config/tc-v850.c:2558 config/tc-v850.c:2565 config/tc-v850.c:2579
17828#: config/tc-v850.c:2593 config/tc-v850.c:2599 config/tc-v850.c:2936
17829msgid "immediate operand is too large"
17830msgstr ""
17831
17832#: config/tc-v850.c:2494
17833#, c-format
17834msgid "AAARG -> unhandled constant reloc: %d"
17835msgstr ""
17836
17837#: config/tc-v850.c:2629 config/tc-v850.c:2640
17838msgid "constant too big to fit into instruction"
17839msgstr ""
17840
17841#: config/tc-v850.c:2715
17842msgid "odd number cannot be used here"
17843msgstr ""
17844
17845#: config/tc-v850.c:2760
17846msgid "invalid register name"
17847msgstr ""
17848
17849#: config/tc-v850.c:2766
17850msgid "register r0 cannot be used here"
17851msgstr ""
17852
17853#: config/tc-v850.c:2772
17854msgid "odd register cannot be used here"
17855msgstr ""
17856
17857#: config/tc-v850.c:2781
17858msgid "invalid system register name"
17859msgstr ""
17860
17861#: config/tc-v850.c:2795
17862msgid "expected EP register"
17863msgstr ""
17864
17865#: config/tc-v850.c:2812 config/tc-v850.c:2825
17866msgid "invalid condition code name"
17867msgstr ""
17868
17869#: config/tc-v850.c:2818
17870msgid "condition sa cannot be used here"
17871msgstr ""
17872
17873#: config/tc-v850.c:2831
17874msgid "invalid cache oparation name"
17875msgstr ""
17876
17877#: config/tc-v850.c:2836
17878msgid "invalid pref oparation name"
17879msgstr ""
17880
17881#: config/tc-v850.c:2841
17882msgid "invalid vector register name"
17883msgstr ""
17884
17885#: config/tc-v850.c:2879
17886msgid "syntax error: value is missing before the register name"
17887msgstr ""
17888
17889#: config/tc-v850.c:2881
17890msgid "syntax error: register not expected"
17891msgstr ""
17892
17893#: config/tc-v850.c:2895
17894msgid "syntax error: system register not expected"
17895msgstr ""
17896
17897#: config/tc-v850.c:2900 config/tc-v850.c:2905
17898msgid "syntax error: condition code not expected"
17899msgstr ""
17900
17901#: config/tc-v850.c:2910
17902msgid "syntax error: vector register not expected"
17903msgstr ""
17904
17905#: config/tc-v850.c:2920
17906msgid "immediate 0 cannot be used here"
17907msgstr ""
17908
17909#: config/tc-v850.c:2944
17910msgid "immediate operand is not match"
17911msgstr ""
17912
17913#: config/tc-v850.c:2957
17914msgid "displacement is too large"
17915msgstr ""
17916
17917#: config/tc-v850.c:2975 config/tc-xtensa.c:12941
17918msgid "invalid operand"
17919msgstr ""
17920
17921#: config/tc-v850.c:3088
17922msgid "loop: 32-bit displacement not supported"
17923msgstr ""
17924
17925#: config/tc-vax.c:1344
17926msgid "no '[' to match ']'"
17927msgstr ""
17928
17929#: config/tc-vax.c:1360
17930msgid "bad register in []"
17931msgstr ""
17932
17933#: config/tc-vax.c:1362
17934msgid "[PC] index banned"
17935msgstr ""
17936
17937#: config/tc-vax.c:1398
17938msgid "no '(' to match ')'"
17939msgstr ""
17940
17941#: config/tc-vax.c:1514
17942msgid "invalid branch operand"
17943msgstr ""
17944
17945#: config/tc-vax.c:1541
17946msgid "address prohibits @"
17947msgstr ""
17948
17949#: config/tc-vax.c:1543
17950msgid "address prohibits #"
17951msgstr ""
17952
17953#: config/tc-vax.c:1547
17954msgid "address prohibits -()"
17955msgstr ""
17956
17957#: config/tc-vax.c:1549
17958msgid "address prohibits ()+"
17959msgstr ""
17960
17961#: config/tc-vax.c:1552
17962msgid "address prohibits ()"
17963msgstr ""
17964
17965#: config/tc-vax.c:1554
17966msgid "address prohibits []"
17967msgstr ""
17968
17969#: config/tc-vax.c:1556
17970msgid "address prohibits register"
17971msgstr ""
17972
17973#: config/tc-vax.c:1558
17974msgid "address prohibits displacement length specifier"
17975msgstr ""
17976
17977#: config/tc-vax.c:1586
17978msgid "invalid operand of S^#"
17979msgstr ""
17980
17981#: config/tc-vax.c:1599
17982msgid "S^# needs expression"
17983msgstr ""
17984
17985#: config/tc-vax.c:1606
17986msgid "S^# may only read-access"
17987msgstr ""
17988
17989#: config/tc-vax.c:1629
17990msgid "invalid operand of -()"
17991msgstr ""
17992
17993#: config/tc-vax.c:1635
17994msgid "-(PC) unpredictable"
17995msgstr ""
17996
17997#: config/tc-vax.c:1637
17998msgid "[]index same as -()register: unpredictable"
17999msgstr ""
18000
18001#: config/tc-vax.c:1669
18002msgid "invalid operand of ()+"
18003msgstr ""
18004
18005#: config/tc-vax.c:1675
18006msgid "(PC)+ unpredictable"
18007msgstr ""
18008
18009#: config/tc-vax.c:1677
18010msgid "[]index same as ()+register: unpredictable"
18011msgstr ""
18012
18013#: config/tc-vax.c:1700
18014msgid "# conflicts length"
18015msgstr ""
18016
18017#: config/tc-vax.c:1702
18018msgid "# bars register"
18019msgstr ""
18020
18021#: config/tc-vax.c:1722
18022msgid "writing or modifying # is unpredictable"
18023msgstr ""
18024
18025#: config/tc-vax.c:1748
18026msgid "length not needed"
18027msgstr ""
18028
18029#: config/tc-vax.c:1755
18030msgid "can't []index a register, because it has no address"
18031msgstr ""
18032
18033#: config/tc-vax.c:1757
18034msgid "a register has no address"
18035msgstr ""
18036
18037#: config/tc-vax.c:1766
18038msgid "PC part of operand unpredictable"
18039msgstr ""
18040
18041#: config/tc-vax.c:1924
18042msgid "odd number of bytes in operand description"
18043msgstr ""
18044
18045#: config/tc-vax.c:1938
18046msgid "Bad operand"
18047msgstr ""
18048
18049#: config/tc-vax.c:1943
18050msgid "Not enough operands"
18051msgstr ""
18052
18053#: config/tc-vax.c:2220
18054msgid "SYMBOL TABLE not implemented"
18055msgstr ""
18056
18057#: config/tc-vax.c:2224
18058msgid "TOKEN TRACE not implemented"
18059msgstr ""
18060
18061#: config/tc-vax.c:2228
18062#, c-format
18063msgid "Displacement length %s ignored!"
18064msgstr ""
18065
18066#: config/tc-vax.c:2232
18067#, c-format
18068msgid "I don't need or use temp. file \"%s\"."
18069msgstr ""
18070
18071#: config/tc-vax.c:2236
18072msgid "I don't use an interpass file! -V ignored"
18073msgstr ""
18074
18075#: config/tc-vax.c:2293
18076#, c-format
18077msgid ""
18078"VAX options:\n"
18079"-d LENGTH\t\tignored\n"
18080"-J\t\t\tignored\n"
18081"-S\t\t\tignored\n"
18082"-t FILE\t\t\tignored\n"
18083"-T\t\t\tignored\n"
18084"-V\t\t\tignored\n"
18085msgstr ""
18086
18087#: config/tc-vax.c:2302
18088#, c-format
18089msgid ""
18090"VMS options:\n"
18091"-+\t\t\thash encode names longer than 31 characters\n"
18092"-1\t\t\t`const' handling compatible with gcc 1.x\n"
18093"-H\t\t\tshow new symbol after hash truncation\n"
18094"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
18095"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
18096"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
18097msgstr ""
18098
18099#: config/tc-vax.c:2467
18100#, c-format
18101msgid "Ignoring statement due to \"%s\""
18102msgstr ""
18103
18104#: config/tc-vax.c:2484
18105#, c-format
18106msgid "Aborting because statement has \"%s\""
18107msgstr ""
18108
18109#: config/tc-vax.c:2529
18110msgid "Can't relocate expression"
18111msgstr ""
18112
18113#: config/tc-vax.c:2632
18114msgid "Bignum not permitted in short literal. Immediate mode assumed."
18115msgstr ""
18116
18117#: config/tc-vax.c:2641
18118msgid "Can't do flonum short literal: immediate mode used."
18119msgstr ""
18120
18121#: config/tc-vax.c:2688
18122#, c-format
18123msgid "A bignum/flonum may not be a displacement: 0x%lx used"
18124msgstr ""
18125
18126#: config/tc-vax.c:3000
18127#, c-format
18128msgid "Short literal overflow(%ld.), immediate mode assumed."
18129msgstr ""
18130
18131#: config/tc-vax.c:3009
18132#, c-format
18133msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
18134msgstr ""
18135
18136#: config/tc-vax.c:3074
18137msgid "Length specification ignored. Address mode 9F used"
18138msgstr ""
18139
18140#: config/tc-vax.c:3132
18141msgid "Invalid operand:  immediate value used as base address."
18142msgstr ""
18143
18144#: config/tc-vax.c:3134
18145msgid "Invalid operand:  immediate value used as address."
18146msgstr ""
18147
18148#: config/tc-vax.c:3159
18149#, c-format
18150msgid "Symbol %s used as immediate operand in PIC mode."
18151msgstr ""
18152
18153#: config/tc-vax.c:3264
18154#, c-format
18155msgid "VIP_BEGIN error:%s"
18156msgstr ""
18157
18158#: config/tc-visium.c:862
18159msgid "Bad call to MD_ATOF()"
18160msgstr ""
18161
18162#: config/tc-xc16x.c:218
18163#, c-format
18164msgid " XC16X specific command line options:\n"
18165msgstr ""
18166
18167#: config/tc-xgate.c:215
18168msgid " architecture variant invalid"
18169msgstr ""
18170
18171#: config/tc-xgate.c:370
18172#, c-format
18173msgid ""
18174"Freescale XGATE co-processor options:\n"
18175"  -mshort                 use 16-bit int ABI (default)\n"
18176"  -mlong                  use 32-bit int ABI\n"
18177"  -mshort-double          use 32-bit double ABI\n"
18178"  -mlong-double           use 64-bit double ABI (default)\n"
18179"  --mxgate                specify the processor variant[default %s]\n"
18180"  --print-insn-syntax     print the syntax of instruction in case of error\n"
18181"  --print-opcodes         print the list of instructions with syntax\n"
18182"  --generate-example      generate an example of each instruction"
18183msgstr ""
18184
18185#: config/tc-xgate.c:493
18186msgid "opcode missing or not found on input line"
18187msgstr ""
18188
18189#: config/tc-xgate.c:498
18190#, c-format
18191msgid "opcode %s not found in opcode hash table"
18192msgstr ""
18193
18194#: config/tc-xgate.c:511
18195msgid "matching operands to opcode "
18196msgstr ""
18197
18198#: config/tc-xgate.c:549
18199msgid ": processing macro, real opcode handle not found in hash"
18200msgstr ""
18201
18202#: config/tc-xgate.c:680
18203#, c-format
18204msgid "Value %ld not aligned by 2 for 9-bit PC-relative branch."
18205msgstr ""
18206
18207#: config/tc-xgate.c:697
18208#, c-format
18209msgid "Value %ld not aligned by 2 for 10-bit PC-relative branch."
18210msgstr ""
18211
18212#: config/tc-xgate.c:724
18213msgid "Value out of 3-bit range."
18214msgstr ""
18215
18216#: config/tc-xgate.c:731
18217msgid "Value out of 4-bit range."
18218msgstr ""
18219
18220#: config/tc-xgate.c:738
18221msgid "Value out of 5-bit range."
18222msgstr ""
18223
18224#: config/tc-xgate.c:875
18225msgid ":operand has too many bits"
18226msgstr ""
18227
18228#: config/tc-xgate.c:992
18229msgid "unknown operand count"
18230msgstr ""
18231
18232#: config/tc-xgate.c:1236 config/tc-xgate.c:1248
18233msgid ": expected register name r0-r7 "
18234msgstr ""
18235
18236#: config/tc-xgate.c:1284
18237#, c-format
18238msgid ":operand value(%d) too big for constraint"
18239msgstr ""
18240
18241#: config/tc-xgate.c:1302
18242msgid "you must use a hi/lo directive or 16-bit macro to load a 16-bit value."
18243msgstr ""
18244
18245#: config/tc-xgate.c:1315
18246msgid ":unknown relocation constraint size"
18247msgstr ""
18248
18249#: config/tc-xgate.c:1322
18250msgid ": expected register name ccr "
18251msgstr ""
18252
18253#: config/tc-xgate.c:1328
18254msgid ": expected register name pc "
18255msgstr ""
18256
18257#: config/tc-xstormy16.c:77
18258#, c-format
18259msgid " XSTORMY16 specific command line options:\n"
18260msgstr ""
18261
18262#: config/tc-xstormy16.c:223
18263#, c-format
18264msgid "unsupported fptr fixup size %d"
18265msgstr ""
18266
18267#: config/tc-xstormy16.c:235
18268#, c-format
18269msgid "unsupported fixup size %d"
18270msgstr ""
18271
18272#: config/tc-xstormy16.c:266
18273msgid "unsupported fptr fixup"
18274msgstr ""
18275
18276#: config/tc-xtensa.c:643
18277msgid "illegal range of target hardware versions"
18278msgstr ""
18279
18280#: config/tc-xtensa.c:814
18281msgid "--density option is ignored"
18282msgstr ""
18283
18284#: config/tc-xtensa.c:817
18285msgid "--no-density option is ignored"
18286msgstr ""
18287
18288#: config/tc-xtensa.c:835
18289msgid "--generics is deprecated; use --transform instead"
18290msgstr ""
18291
18292#: config/tc-xtensa.c:838
18293msgid "--no-generics is deprecated; use --no-transform instead"
18294msgstr ""
18295
18296#: config/tc-xtensa.c:841
18297msgid "--relax is deprecated; use --transform instead"
18298msgstr ""
18299
18300#: config/tc-xtensa.c:844
18301msgid "--no-relax is deprecated; use --no-transform instead"
18302msgstr ""
18303
18304#: config/tc-xtensa.c:861
18305msgid "--absolute-literals option not supported in this Xtensa configuration"
18306msgstr ""
18307
18308#: config/tc-xtensa.c:934
18309msgid "prefer-l32r conflicts with prefer-const16"
18310msgstr ""
18311
18312#: config/tc-xtensa.c:940
18313msgid "prefer-const16 conflicts with prefer-l32r"
18314msgstr ""
18315
18316#: config/tc-xtensa.c:949 config/tc-xtensa.c:958 config/tc-xtensa.c:962
18317msgid "invalid target hardware version"
18318msgstr ""
18319
18320#: config/tc-xtensa.c:1006
18321msgid "no-auto-litpools is incompatible with auto-litpool-limit"
18322msgstr ""
18323
18324#: config/tc-xtensa.c:1008 config/tc-xtensa.c:1011
18325msgid "invalid auto-litpool-limit argument"
18326msgstr ""
18327
18328#: config/tc-xtensa.c:1013
18329msgid "invalid auto-litpool-limit argument (range is 100-10000)"
18330msgstr ""
18331
18332#: config/tc-xtensa.c:1190
18333msgid "unmatched end directive"
18334msgstr ""
18335
18336#: config/tc-xtensa.c:1219
18337msgid ".begin directive with no matching .end directive"
18338msgstr ""
18339
18340#: config/tc-xtensa.c:1260
18341msgid "[no-]generics is deprecated; use [no-]transform instead"
18342msgstr ""
18343
18344#: config/tc-xtensa.c:1265
18345msgid "[no-]relax is deprecated; use [no-]transform instead"
18346msgstr ""
18347
18348#: config/tc-xtensa.c:1278
18349#, c-format
18350msgid "directive %s cannot be negated"
18351msgstr ""
18352
18353#: config/tc-xtensa.c:1284
18354msgid "unknown directive"
18355msgstr ""
18356
18357#: config/tc-xtensa.c:1305 config/tc-xtensa.c:1401 config/tc-xtensa.c:1643
18358#: config/tc-xtensa.c:5873
18359msgid "directives are not valid inside bundles"
18360msgstr ""
18361
18362#: config/tc-xtensa.c:1317
18363msgid ".begin literal is deprecated; use .literal instead"
18364msgstr ""
18365
18366#: config/tc-xtensa.c:1331
18367msgid "cannot set literal_prefix inside literal fragment"
18368msgstr ""
18369
18370#: config/tc-xtensa.c:1364
18371msgid ".begin [no-]density is ignored"
18372msgstr ""
18373
18374#: config/tc-xtensa.c:1371 config/tc-xtensa.c:1421
18375msgid "Xtensa absolute literals option not supported; ignored"
18376msgstr ""
18377
18378#: config/tc-xtensa.c:1414
18379msgid ".end [no-]density is ignored"
18380msgstr ""
18381
18382#: config/tc-xtensa.c:1439
18383#, c-format
18384msgid "does not match begin %s%s at %s:%d"
18385msgstr ""
18386
18387#: config/tc-xtensa.c:1494
18388msgid ".literal_position inside literal directive; ignoring"
18389msgstr ""
18390
18391#: config/tc-xtensa.c:1514
18392msgid ".literal not allowed inside .begin literal region"
18393msgstr ""
18394
18395#: config/tc-xtensa.c:1553
18396msgid "expected comma or colon after symbol name; rest of line ignored"
18397msgstr ""
18398
18399#: config/tc-xtensa.c:1612
18400msgid "fall through frequency must be greater than 0"
18401msgstr ""
18402
18403#: config/tc-xtensa.c:1620
18404msgid "branch target frequency must be greater than 0"
18405msgstr ""
18406
18407#: config/tc-xtensa.c:1668
18408#, c-format
18409msgid "opcode-specific %s relocation used outside an instruction"
18410msgstr ""
18411
18412#: config/tc-xtensa.c:1676
18413#, c-format
18414msgid "invalid use of %s relocation"
18415msgstr ""
18416
18417#: config/tc-xtensa.c:1872 config/tc-xtensa.c:1889
18418#, c-format
18419msgid "bad register name: %s"
18420msgstr ""
18421
18422#: config/tc-xtensa.c:1878
18423#, c-format
18424msgid "bad register number: %s"
18425msgstr ""
18426
18427#: config/tc-xtensa.c:1942
18428msgid "pcrel relocation not allowed in an instruction"
18429msgstr ""
18430
18431#: config/tc-xtensa.c:1959
18432msgid "register number out of range"
18433msgstr ""
18434
18435#: config/tc-xtensa.c:2045
18436msgid "extra colon"
18437msgstr ""
18438
18439#: config/tc-xtensa.c:2106
18440msgid "incorrect register number, ignoring"
18441msgstr ""
18442
18443#: config/tc-xtensa.c:2187
18444#, c-format
18445msgid "cannot encode opcode \"%s\""
18446msgstr ""
18447
18448#: config/tc-xtensa.c:2279
18449#, c-format
18450msgid "not enough operands (%d) for '%s'; expected %d"
18451msgstr ""
18452
18453#: config/tc-xtensa.c:2286
18454#, c-format
18455msgid "too many operands (%d) for '%s'; expected %d"
18456msgstr ""
18457
18458#: config/tc-xtensa.c:2337
18459#, c-format
18460msgid "invalid register '%s' for '%s' instruction"
18461msgstr ""
18462
18463#: config/tc-xtensa.c:2344
18464#, c-format
18465msgid "invalid register number (%ld) for '%s' instruction"
18466msgstr ""
18467
18468#: config/tc-xtensa.c:2411
18469#, c-format
18470msgid "invalid register number (%ld) for '%s'"
18471msgstr ""
18472
18473#: config/tc-xtensa.c:2798
18474#, c-format
18475msgid "operand %d of '%s' has out of range value '%u'"
18476msgstr ""
18477
18478#: config/tc-xtensa.c:2804
18479#, c-format
18480msgid "operand %d of '%s' has invalid value '%u'"
18481msgstr ""
18482
18483#: config/tc-xtensa.c:2851
18484#, c-format
18485msgid "internal error: unknown option name '%s'"
18486msgstr ""
18487
18488#: config/tc-xtensa.c:3960
18489msgid "can't handle generation of literal/labels yet"
18490msgstr ""
18491
18492#: config/tc-xtensa.c:3964
18493msgid "can't handle undefined OP TYPE"
18494msgstr ""
18495
18496#: config/tc-xtensa.c:4025
18497#, c-format
18498msgid "found %d operands for '%s':  Expected %d"
18499msgstr ""
18500
18501#: config/tc-xtensa.c:4032
18502#, c-format
18503msgid "found too many (%d) operands for '%s':  Expected %d"
18504msgstr ""
18505
18506#: config/tc-xtensa.c:4053
18507msgid "immediate operands sum to greater than 32"
18508msgstr ""
18509
18510#: config/tc-xtensa.c:4305
18511#, c-format
18512msgid "invalid relocation for operand %i of '%s'"
18513msgstr ""
18514
18515#: config/tc-xtensa.c:4315
18516#, c-format
18517msgid "invalid expression for operand %i of '%s'"
18518msgstr ""
18519
18520#: config/tc-xtensa.c:4325
18521#, c-format
18522msgid "invalid relocation in instruction slot %i"
18523msgstr ""
18524
18525#: config/tc-xtensa.c:4332
18526#, c-format
18527msgid "undefined symbol for opcode \"%s\""
18528msgstr ""
18529
18530#: config/tc-xtensa.c:4820
18531msgid "opcode 'NOP.N' unavailable in this configuration"
18532msgstr ""
18533
18534#: config/tc-xtensa.c:4880
18535msgid "get_expanded_loop_offset: invalid opcode"
18536msgstr ""
18537
18538#: config/tc-xtensa.c:5038
18539#, c-format
18540msgid "assembly state not set for first frag in section %s"
18541msgstr ""
18542
18543#: config/tc-xtensa.c:5091
18544#, c-format
18545msgid "unaligned branch target: %d bytes at 0x%lx"
18546msgstr ""
18547
18548#: config/tc-xtensa.c:5135
18549#, c-format
18550msgid "unaligned loop: %d bytes at 0x%lx"
18551msgstr ""
18552
18553#: config/tc-xtensa.c:5160
18554msgid "unexpected fix"
18555msgstr ""
18556
18557#: config/tc-xtensa.c:5171 config/tc-xtensa.c:5175
18558msgid "undecodable fix"
18559msgstr ""
18560
18561#: config/tc-xtensa.c:5313
18562msgid "labels are not valid inside bundles"
18563msgstr ""
18564
18565#: config/tc-xtensa.c:5333
18566msgid "invalid last instruction for a zero-overhead loop"
18567msgstr ""
18568
18569#: config/tc-xtensa.c:5400
18570msgid "extra opening brace"
18571msgstr ""
18572
18573#: config/tc-xtensa.c:5410
18574msgid "extra closing brace"
18575msgstr ""
18576
18577#: config/tc-xtensa.c:5437
18578msgid "missing closing brace"
18579msgstr ""
18580
18581#: config/tc-xtensa.c:5535 config/tc-xtensa.c:5564
18582#, c-format
18583msgid "wrong number of operands for '%s'"
18584msgstr ""
18585
18586#: config/tc-xtensa.c:5551
18587#, c-format
18588msgid "bad relocation expression for '%s'"
18589msgstr ""
18590
18591#: config/tc-xtensa.c:5586
18592#, c-format
18593msgid "unknown opcode or format name '%s'"
18594msgstr ""
18595
18596#: config/tc-xtensa.c:5592
18597msgid "format names only valid inside bundles"
18598msgstr ""
18599
18600#: config/tc-xtensa.c:5597
18601#, c-format
18602msgid "multiple formats specified for one bundle; using '%s'"
18603msgstr ""
18604
18605#: config/tc-xtensa.c:5647
18606msgid "entry instruction with stack decrement < 16"
18607msgstr ""
18608
18609#: config/tc-xtensa.c:5701
18610msgid "unaligned entry instruction"
18611msgstr ""
18612
18613#: config/tc-xtensa.c:5766
18614msgid "bad instruction format"
18615msgstr ""
18616
18617#: config/tc-xtensa.c:5769
18618msgid "invalid relocation"
18619msgstr ""
18620
18621#: config/tc-xtensa.c:5780
18622#, c-format
18623msgid "invalid relocation for '%s' instruction"
18624msgstr ""
18625
18626#: config/tc-xtensa.c:5792
18627#, c-format
18628msgid "invalid relocation for operand %d of '%s'"
18629msgstr ""
18630
18631#: config/tc-xtensa.c:6058
18632#, c-format
18633msgid "unhandled local relocation fix %s"
18634msgstr ""
18635
18636#: config/tc-xtensa.c:6109
18637#, c-format
18638msgid "internal error; cannot generate `%s' relocation"
18639msgstr ""
18640
18641#: config/tc-xtensa.c:6324
18642msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
18643msgstr ""
18644
18645#: config/tc-xtensa.c:6331
18646msgid "couldn't find a valid instruction format"
18647msgstr ""
18648
18649#: config/tc-xtensa.c:6332
18650#, c-format
18651msgid "    ops were: "
18652msgstr ""
18653
18654#: config/tc-xtensa.c:6334
18655#, c-format
18656msgid " %s;"
18657msgstr ""
18658
18659#: config/tc-xtensa.c:6345
18660#, c-format
18661msgid "format '%s' allows %d slots, but there are %d opcodes"
18662msgstr ""
18663
18664#: config/tc-xtensa.c:6355 config/tc-xtensa.c:6452
18665msgid "illegal resource usage in bundle"
18666msgstr ""
18667
18668#: config/tc-xtensa.c:6541
18669#, c-format
18670msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
18671msgstr ""
18672
18673#: config/tc-xtensa.c:6546
18674#, c-format
18675msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
18676msgstr ""
18677
18678#: config/tc-xtensa.c:6551
18679#, c-format
18680msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
18681msgstr ""
18682
18683#: config/tc-xtensa.c:6556
18684#, c-format
18685msgid ""
18686"opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
18687msgstr ""
18688
18689#: config/tc-xtensa.c:6572
18690msgid "multiple branches or jumps in the same bundle"
18691msgstr ""
18692
18693#: config/tc-xtensa.c:7024
18694msgid "cannot assemble into a literal fragment"
18695msgstr ""
18696
18697#: config/tc-xtensa.c:7026
18698msgid "..."
18699msgstr ""
18700
18701#: config/tc-xtensa.c:7960
18702msgid ""
18703"instruction sequence (write a0, branch, retw) may trigger hardware errata"
18704msgstr ""
18705
18706#: config/tc-xtensa.c:8072
18707msgid "branching or jumping to a loop end may trigger hardware errata"
18708msgstr ""
18709
18710#: config/tc-xtensa.c:8154
18711msgid "loop end too close to another loop end may trigger hardware errata"
18712msgstr ""
18713
18714#: config/tc-xtensa.c:8163
18715#, c-format
18716msgid "fr_var %lu < length %d"
18717msgstr ""
18718
18719#: config/tc-xtensa.c:8320
18720msgid ""
18721"loop containing less than three instructions may trigger hardware errata"
18722msgstr ""
18723
18724#: config/tc-xtensa.c:8392
18725msgid "undecodable instruction in instruction frag"
18726msgstr ""
18727
18728#: config/tc-xtensa.c:8502
18729msgid "invalid empty loop"
18730msgstr ""
18731
18732#: config/tc-xtensa.c:8507
18733msgid "loop target does not follow loop instruction in section"
18734msgstr ""
18735
18736#: config/tc-xtensa.c:9450
18737msgid "bad relaxation state"
18738msgstr ""
18739
18740#: config/tc-xtensa.c:9508
18741#, c-format
18742msgid "fr_var (%ld) < length (%d)"
18743msgstr ""
18744
18745#: config/tc-xtensa.c:10244
18746msgid "jump target out of range; no usable trampoline found"
18747msgstr ""
18748
18749#: config/tc-xtensa.c:10368
18750msgid "invalid relaxation fragment result"
18751msgstr ""
18752
18753#: config/tc-xtensa.c:10450
18754msgid "unable to widen instruction"
18755msgstr ""
18756
18757#: config/tc-xtensa.c:10589
18758msgid "multiple literals in expansion"
18759msgstr ""
18760
18761#: config/tc-xtensa.c:10593
18762msgid "no registered fragment for literal"
18763msgstr ""
18764
18765#: config/tc-xtensa.c:10595
18766msgid "number of literal tokens != 1"
18767msgstr ""
18768
18769#: config/tc-xtensa.c:10724 config/tc-xtensa.c:10730
18770#, c-format
18771msgid "unresolved loop target symbol: %s"
18772msgstr ""
18773
18774#: config/tc-xtensa.c:10836
18775#, c-format
18776msgid "invalid expression evaluation type %d"
18777msgstr ""
18778
18779#: config/tc-xtensa.c:10853
18780msgid "loop too long for LOOP instruction"
18781msgstr ""
18782
18783#: config/tc-xtensa.c:11177 config/tc-xtensa.c:11419
18784msgid ""
18785"literal pool location required for text-section-literals; specify with ."
18786"literal_position"
18787msgstr ""
18788
18789#: config/tc-xtensa.c:11286
18790#, c-format
18791msgid "fixes not all moved from %s"
18792msgstr ""
18793
18794#: config/tc-xtensa.c:12255
18795msgid "too many operands in instruction"
18796msgstr ""
18797
18798#: config/tc-xtensa.c:12465
18799msgid "invalid symbolic operand"
18800msgstr ""
18801
18802#: config/tc-xtensa.c:12526
18803msgid "operand number mismatch"
18804msgstr ""
18805
18806#: config/tc-xtensa.c:12530
18807#, c-format
18808msgid "cannot encode opcode \"%s\" in the given format \"%s\""
18809msgstr ""
18810
18811#: config/tc-xtensa.c:12555
18812#, c-format
18813msgid "xtensa-isa failure: %s"
18814msgstr ""
18815
18816#: config/tc-xtensa.c:12632
18817msgid "invalid opcode"
18818msgstr ""
18819
18820#: config/tc-xtensa.c:12638
18821msgid "too few operands"
18822msgstr ""
18823
18824#: config/tc-xtensa.c:12688
18825msgid "multiple writes to the same register"
18826msgstr ""
18827
18828#: config/tc-xtensa.c:12802 config/tc-xtensa.c:12808
18829msgid "out of memory"
18830msgstr ""
18831
18832#: config/tc-xtensa.c:12897
18833msgid "TLS relocation not allowed in FLIX bundle"
18834msgstr ""
18835
18836#. Instructions that generate TLS relocations should always be
18837#. relaxed in the front-end.  If "record_fixup" is set, then this
18838#. function is being called during back-end relaxation, so flag
18839#. the unexpected behavior as an error.
18840#: config/tc-xtensa.c:12903
18841msgid "unexpected TLS relocation"
18842msgstr ""
18843
18844#: config/tc-xtensa.c:12947
18845msgid "symbolic operand not allowed"
18846msgstr ""
18847
18848#: config/tc-xtensa.c:12984
18849msgid "cannot decode instruction format"
18850msgstr ""
18851
18852#: config/tc-xtensa.c:13128
18853msgid "ignoring extra '-rename-section' delimiter ':'"
18854msgstr ""
18855
18856#: config/tc-xtensa.c:13133
18857#, c-format
18858msgid "ignoring invalid '-rename-section' specification: '%s'"
18859msgstr ""
18860
18861#: config/tc-xtensa.c:13144
18862#, c-format
18863msgid "section %s renamed multiple times"
18864msgstr ""
18865
18866#: config/tc-xtensa.c:13146
18867#, c-format
18868msgid "multiple sections remapped to output section %s"
18869msgstr ""
18870
18871#: config/tc-z80.c:326
18872msgid "-- unterminated string"
18873msgstr ""
18874
18875#: config/tc-z80.c:392
18876msgid "floating point numbers are not implemented"
18877msgstr ""
18878
18879#: config/tc-z80.c:517 config/tc-z80.c:523
18880msgid "mismatched parentheses"
18881msgstr ""
18882
18883#: config/tc-z80.c:560
18884msgid "bad expression syntax"
18885msgstr ""
18886
18887#: config/tc-z80.c:722
18888msgid "cannot make a relative jump to an absolute location"
18889msgstr ""
18890
18891#: config/tc-z80.c:734 config/tc-z80.c:2002
18892msgid "overflow"
18893msgstr ""
18894
18895#: config/tc-z80.c:1106 config/tc-z80.c:1149 config/tc-z80.c:1193
18896#: config/tc-z80.c:1261 config/tc-z80.c:1313 config/tc-z80.c:1367
18897#: config/tc-z80.c:1636
18898msgid "bad instruction syntax"
18899msgstr ""
18900
18901#: config/tc-z80.c:1239
18902msgid "condition code invalid for jr"
18903msgstr ""
18904
18905#: config/tc-z80.c:1745
18906msgid "parentheses ignored"
18907msgstr ""
18908
18909#: config/tc-z80.c:1951 read.c:3742
18910#, c-format
18911msgid "junk at end of line, first unrecognized character is `%c'"
18912msgstr ""
18913
18914#: config/tc-z80.c:1977 config/tc-z8k.c:1467 config/tc-z8k.c:1530
18915msgid "relative jump out of range"
18916msgstr ""
18917
18918#: config/tc-z80.c:1994
18919msgid "index offset  out of range"
18920msgstr ""
18921
18922#: config/tc-z80.c:2036 config/tc-z8k.c:1538
18923#, c-format
18924msgid "md_apply_fix: unknown r_type 0x%x\n"
18925msgstr ""
18926
18927#: config/tc-z8k.c:281
18928#, c-format
18929msgid "register rr%d out of range"
18930msgstr ""
18931
18932#: config/tc-z8k.c:283
18933#, c-format
18934msgid "register rr%d does not exist"
18935msgstr ""
18936
18937#: config/tc-z8k.c:295
18938#, c-format
18939msgid "register rh%d out of range"
18940msgstr ""
18941
18942#: config/tc-z8k.c:307
18943#, c-format
18944msgid "register rl%d out of range"
18945msgstr ""
18946
18947#: config/tc-z8k.c:320
18948#, c-format
18949msgid "register rq%d out of range"
18950msgstr ""
18951
18952#: config/tc-z8k.c:322
18953#, c-format
18954msgid "register rq%d does not exist"
18955msgstr ""
18956
18957#: config/tc-z8k.c:334
18958#, c-format
18959msgid "register r%d out of range"
18960msgstr ""
18961
18962#: config/tc-z8k.c:375
18963#, c-format
18964msgid "expected %c"
18965msgstr ""
18966
18967#: config/tc-z8k.c:390
18968#, c-format
18969msgid "register is wrong size for a word %s"
18970msgstr ""
18971
18972#: config/tc-z8k.c:404
18973#, c-format
18974msgid "register is wrong size for address %s"
18975msgstr ""
18976
18977#: config/tc-z8k.c:538
18978#, c-format
18979msgid "unknown interrupt %s"
18980msgstr ""
18981
18982#. No interrupt type specified, opcode won't do anything.
18983#: config/tc-z8k.c:561
18984msgid "opcode has no effect"
18985msgstr ""
18986
18987#: config/tc-z8k.c:672
18988msgid "Missing ) in ra(rb)"
18989msgstr ""
18990
18991#: config/tc-z8k.c:752 config/tc-z8k.c:791
18992#, c-format
18993msgid "invalid condition code '%s'"
18994msgstr ""
18995
18996#: config/tc-z8k.c:764
18997#, c-format
18998msgid "invalid flag '%s'"
18999msgstr ""
19000
19001#: config/tc-z8k.c:918 config/tc-z8k.c:924
19002msgid "invalid indirect register size"
19003msgstr ""
19004
19005#: config/tc-z8k.c:941 config/tc-z8k.c:1097 config/tc-z8k.c:1102
19006msgid "invalid control register name"
19007msgstr ""
19008
19009#: config/tc-z8k.c:1086
19010msgid "immediate must be 1 or 2"
19011msgstr ""
19012
19013#: config/tc-z8k.c:1089
19014msgid "immediate 1 or 2 expected"
19015msgstr ""
19016
19017#: config/tc-z8k.c:1120
19018msgid "can't use R0 here"
19019msgstr ""
19020
19021#: config/tc-z8k.c:1278
19022msgid "Can't find opcode to match operands"
19023msgstr ""
19024
19025#: config/tc-z8k.c:1325
19026#, c-format
19027msgid "invalid architecture -z%s"
19028msgstr ""
19029
19030#: config/tc-z8k.c:1344
19031#, c-format
19032msgid ""
19033" Z8K options:\n"
19034"  -z8001                  generate segmented code\n"
19035"  -z8002                  generate unsegmented code\n"
19036"  -linkrelax              create linker relaxable code\n"
19037msgstr ""
19038
19039#: config/tc-z8k.c:1356
19040#, c-format
19041msgid "call to md_convert_frag\n"
19042msgstr ""
19043
19044#: config/tc-z8k.c:1463 config/tc-z8k.c:1503 config/tc-z8k.c:1526
19045msgid "cannot branch to odd address"
19046msgstr ""
19047
19048#: config/tc-z8k.c:1485
19049msgid "relative address out of range"
19050msgstr ""
19051
19052#: config/tc-z8k.c:1506
19053msgid "relative call out of range"
19054msgstr ""
19055
19056#: config/tc-z8k.c:1550
19057#, c-format
19058msgid "call to md_estimate_size_before_relax\n"
19059msgstr ""
19060
19061#: config/xtensa-relax.c:1550
19062#, c-format
19063msgid "invalid configuration option '%s' in transition rule '%s'"
19064msgstr ""
19065
19066#: config/xtensa-relax.c:1675
19067#, c-format
19068msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
19069msgstr ""
19070
19071#: config/xtensa-relax.c:1685
19072#, c-format
19073msgid "opcode '%s': no bound opname '%s' for precondition in %s"
19074msgstr ""
19075
19076#: config/xtensa-relax.c:1692
19077#, c-format
19078msgid "opcode '%s': precondition only contains constants in '%s'"
19079msgstr ""
19080
19081#: config/xtensa-relax.c:1739
19082msgid "expected one operand for generated literal"
19083msgstr ""
19084
19085#: config/xtensa-relax.c:1746
19086msgid "expected 0 operands for generated label"
19087msgstr ""
19088
19089#: config/xtensa-relax.c:1759
19090#, c-format
19091msgid "invalid opcode '%s' in transition rule '%s'"
19092msgstr ""
19093
19094#: config/xtensa-relax.c:1767
19095#, c-format
19096msgid "opcode '%s': replacement does not have %d ops"
19097msgstr ""
19098
19099#: config/xtensa-relax.c:1781
19100#, c-format
19101msgid "opcode '%s': cannot find literal definition"
19102msgstr ""
19103
19104#: config/xtensa-relax.c:1797 config/xtensa-relax.c:1827
19105#, c-format
19106msgid "opcode %s: unidentified operand '%s' in '%s'"
19107msgstr ""
19108
19109#: config/xtensa-relax.c:1822
19110#, c-format
19111msgid "unknown user-defined function %s"
19112msgstr ""
19113
19114#: config/xtensa-relax.c:1833
19115#, c-format
19116msgid "opcode %s: could not parse operand '%s' in '%s'"
19117msgstr ""
19118
19119#: config/xtensa-relax.c:1873
19120#, c-format
19121msgid "could not parse INSN_PATTERN '%s'"
19122msgstr ""
19123
19124#: config/xtensa-relax.c:1877
19125#, c-format
19126msgid "could not parse INSN_REPL '%s'"
19127msgstr ""
19128
19129#: config/xtensa-relax.c:1888
19130#, c-format
19131msgid "could not build transition for %s => %s"
19132msgstr ""
19133
19134#: depend.c:194
19135#, c-format
19136msgid "can't open `%s' for writing"
19137msgstr ""
19138
19139#: depend.c:206
19140#, c-format
19141msgid "can't close `%s'"
19142msgstr ""
19143
19144#: dw2gencfi.c:318 read.c:2440
19145#, c-format
19146msgid "bfd_set_section_flags: %s"
19147msgstr ""
19148
19149#: dw2gencfi.c:600 dw2gencfi.c:616
19150#, c-format
19151msgid "register save offset not a multiple of %u"
19152msgstr ""
19153
19154#: dw2gencfi.c:699
19155msgid "CFI state restore without previous remember"
19156msgstr ""
19157
19158#: dw2gencfi.c:757
19159msgid "missing separator"
19160msgstr ""
19161
19162#: dw2gencfi.c:806
19163msgid "bad register expression"
19164msgstr ""
19165
19166#: dw2gencfi.c:827 dw2gencfi.c:957 dw2gencfi.c:995 dw2gencfi.c:1066
19167#: dw2gencfi.c:1139 dw2gencfi.c:1374
19168msgid "CFI instruction used without previous .cfi_startproc"
19169msgstr ""
19170
19171#: dw2gencfi.c:1020
19172msgid "invalid or unsupported encoding in .cfi_personality"
19173msgstr ""
19174
19175#: dw2gencfi.c:1027
19176msgid ".cfi_personality requires encoding and symbol arguments"
19177msgstr ""
19178
19179#: dw2gencfi.c:1050
19180msgid "wrong second argument to .cfi_personality"
19181msgstr ""
19182
19183#: dw2gencfi.c:1091 dw2gencfi.c:1167
19184msgid "invalid or unsupported encoding in .cfi_lsda"
19185msgstr ""
19186
19187#: dw2gencfi.c:1098
19188msgid ".cfi_lsda requires encoding and symbol arguments"
19189msgstr ""
19190
19191#: dw2gencfi.c:1123
19192msgid "wrong second argument to .cfi_lsda"
19193msgstr ""
19194
19195#: dw2gencfi.c:1189
19196msgid "wrong third argument to .cfi_val_encoded_addr"
19197msgstr ""
19198
19199#: dw2gencfi.c:1276
19200msgid "inconsistent uses of .cfi_sections"
19201msgstr ""
19202
19203#: dw2gencfi.c:1287
19204msgid "previous CFI entry not closed (missing .cfi_endproc)"
19205msgstr ""
19206
19207#: dw2gencfi.c:1328
19208msgid ".cfi_endproc without corresponding .cfi_startproc"
19209msgstr ""
19210
19211#: dw2gencfi.c:1385
19212msgid "wrong argument to .cfi_personality_id"
19213msgstr ""
19214
19215#: dw2gencfi.c:1395
19216msgid ".cfi_fde_data without corresponding .cfi_startproc"
19217msgstr ""
19218
19219#: dw2gencfi.c:1504
19220msgid "unexpected .cfi_inline_lsda"
19221msgstr ""
19222
19223#: dw2gencfi.c:1511
19224msgid ".cfi_inline_lsda not valid for this frame"
19225msgstr ""
19226
19227#: dw2gencfi.c:1519
19228msgid ".cfi_inline_lsda seen for frame without .cfi_lsda"
19229msgstr ""
19230
19231#: dw2gencfi.c:1532
19232#, c-format
19233msgid "Alignment too large: %d. assumed."
19234msgstr ""
19235
19236#: dw2gencfi.c:1536
19237msgid "Alignment negative: 0 assumed."
19238msgstr ""
19239
19240#: dw2gencfi.c:1562
19241msgid ".cfi_inline_lsda is not supported for this target"
19242msgstr ""
19243
19244#: dw2gencfi.c:1569
19245msgid ".cfi_fde_data is not supported for this target"
19246msgstr ""
19247
19248#: dw2gencfi.c:1576
19249msgid ".cfi_personality_id is not supported for this target"
19250msgstr ""
19251
19252#: dw2gencfi.c:2351 dw2gencfi.c:2506
19253msgid "open CFI at the end of file; missing .cfi_endproc directive"
19254msgstr ""
19255
19256#: dw2gencfi.c:2532
19257msgid "CFI is not supported for this target"
19258msgstr ""
19259
19260#: dwarf2dbg.c:587 dwarf2dbg.c:622
19261msgid "file number less than one"
19262msgstr ""
19263
19264#: dwarf2dbg.c:597
19265#, c-format
19266msgid "file number %ld already allocated"
19267msgstr ""
19268
19269#: dwarf2dbg.c:627 dwarf2dbg.c:1425
19270#, c-format
19271msgid "unassigned file number %ld"
19272msgstr ""
19273
19274#: dwarf2dbg.c:696
19275msgid "is_stmt value not 0 or 1"
19276msgstr ""
19277
19278#: dwarf2dbg.c:708
19279msgid "isa number less than zero"
19280msgstr ""
19281
19282#: dwarf2dbg.c:720
19283msgid "discriminator less than zero"
19284msgstr ""
19285
19286#: dwarf2dbg.c:726
19287#, c-format
19288msgid "unknown .loc sub-directive `%s'"
19289msgstr ""
19290
19291#: dwarf2dbg.c:1502
19292msgid "internal error: unknown dwarf2 format"
19293msgstr ""
19294
19295#: ecoff.c:1559
19296#, c-format
19297msgid "string too big (%lu bytes)"
19298msgstr ""
19299
19300#: ecoff.c:1585
19301#, c-format
19302msgid "inserting \"%s\" into string hash table: %s"
19303msgstr ""
19304
19305#: ecoff.c:1616 ecoff.c:1809 ecoff.c:1832 ecoff.c:1863 ecoff.c:2016
19306#: ecoff.c:2127
19307msgid "no current file pointer"
19308msgstr ""
19309
19310#: ecoff.c:1703
19311msgid "too many st_End's"
19312msgstr ""
19313
19314#: ecoff.c:2041
19315#, c-format
19316msgid "inserting \"%s\" into tag hash table: %s"
19317msgstr ""
19318
19319#: ecoff.c:2200
19320msgid "fake .file after real one"
19321msgstr ""
19322
19323#: ecoff.c:2289
19324msgid "filename goes over one page boundary"
19325msgstr ""
19326
19327#: ecoff.c:2422
19328msgid ".begin directive without a preceding .file directive"
19329msgstr ""
19330
19331#: ecoff.c:2429
19332msgid ".begin directive without a preceding .ent directive"
19333msgstr ""
19334
19335#: ecoff.c:2459
19336msgid ".bend directive without a preceding .file directive"
19337msgstr ""
19338
19339#: ecoff.c:2466
19340msgid ".bend directive without a preceding .ent directive"
19341msgstr ""
19342
19343#: ecoff.c:2478
19344msgid ".bend directive names unknown symbol"
19345msgstr ""
19346
19347#: ecoff.c:2520
19348msgid ".def pseudo-op used inside of .def/.endef; ignored"
19349msgstr ""
19350
19351#: ecoff.c:2522
19352msgid "empty symbol name in .def; ignored"
19353msgstr ""
19354
19355#: ecoff.c:2559
19356msgid ".dim pseudo-op used outside of .def/.endef; ignored"
19357msgstr ""
19358
19359#: ecoff.c:2574
19360msgid "badly formed .dim directive"
19361msgstr ""
19362
19363#: ecoff.c:2587
19364msgid "too many .dim entries"
19365msgstr ""
19366
19367#: ecoff.c:2607
19368msgid ".scl pseudo-op used outside of .def/.endef; ignored"
19369msgstr ""
19370
19371#: ecoff.c:2632
19372msgid ".size pseudo-op used outside of .def/.endef; ignored"
19373msgstr ""
19374
19375#: ecoff.c:2647
19376msgid "badly formed .size directive"
19377msgstr ""
19378
19379#: ecoff.c:2660
19380msgid "too many .size entries"
19381msgstr ""
19382
19383#: ecoff.c:2682
19384msgid ".type pseudo-op used outside of .def/.endef; ignored"
19385msgstr ""
19386
19387#. FIXME: We could handle this by setting the continued bit.
19388#. There would still be a limit: the .type argument can not
19389#. be infinite.
19390#: ecoff.c:2700
19391#, c-format
19392msgid "the type of %s is too complex; it will be simplified"
19393msgstr ""
19394
19395#: ecoff.c:2711
19396msgid "Unrecognized .type argument"
19397msgstr ""
19398
19399#: ecoff.c:2749
19400msgid ".tag pseudo-op used outside of .def/.endef; ignored"
19401msgstr ""
19402
19403#: ecoff.c:2773
19404msgid ".val pseudo-op used outside of .def/.endef; ignored"
19405msgstr ""
19406
19407#: ecoff.c:2781
19408msgid ".val expression is too complex"
19409msgstr ""
19410
19411#: ecoff.c:2811
19412msgid ".endef pseudo-op used before .def; ignored"
19413msgstr ""
19414
19415#: ecoff.c:2837 ecoff.c:2918
19416msgid "bad COFF debugging information"
19417msgstr ""
19418
19419#: ecoff.c:2886
19420#, c-format
19421msgid "no tag specified for %s"
19422msgstr ""
19423
19424#: ecoff.c:2988
19425msgid ".end directive without a preceding .file directive"
19426msgstr ""
19427
19428#: ecoff.c:3016
19429msgid ".end directive names unknown symbol"
19430msgstr ""
19431
19432#: ecoff.c:3043
19433msgid "second .ent directive found before .end directive"
19434msgstr ""
19435
19436#: ecoff.c:3113
19437msgid "no way to handle .file within .ent/.end section"
19438msgstr ""
19439
19440#: ecoff.c:3230
19441msgid ".loc before .file"
19442msgstr ""
19443
19444#: ecoff.c:3432
19445#, c-format
19446msgid ".stab%c is not supported"
19447msgstr ""
19448
19449#: ecoff.c:3442
19450#, c-format
19451msgid ".stab%c: ignoring non-zero other field"
19452msgstr ""
19453
19454#: ecoff.c:3476
19455#, c-format
19456msgid ""
19457"line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
19458msgstr ""
19459
19460#: ecoff.c:3510
19461#, c-format
19462msgid "illegal .stab%c directive, bad character"
19463msgstr ""
19464
19465#: ecoff.c:3969 ecoff.c:4158 ecoff.c:4183
19466msgid ".begin/.bend in different segments"
19467msgstr ""
19468
19469#: ecoff.c:4679
19470msgid "missing .end or .bend at end of file"
19471msgstr ""
19472
19473#: ecoff.c:5164
19474msgid "GP prologue size exceeds field size, using 0 instead"
19475msgstr ""
19476
19477#: expr.c:82 read.c:3807
19478msgid "bignum invalid"
19479msgstr ""
19480
19481#: expr.c:84 read.c:3809 read.c:4321 read.c:5288
19482msgid "floating point number invalid"
19483msgstr ""
19484
19485#: expr.c:207
19486msgid "bad floating-point constant: exponent overflow"
19487msgstr ""
19488
19489#: expr.c:211
19490#, c-format
19491msgid "bad floating-point constant: unknown error code=%d"
19492msgstr ""
19493
19494#: expr.c:396
19495msgid ""
19496"a bignum with underscores may not have more than 8 hex digits in any word"
19497msgstr ""
19498
19499#: expr.c:419
19500msgid "a bignum with underscores must have exactly 4 words"
19501msgstr ""
19502
19503#. Either not seen or not defined.
19504#. @@ Should print out the original string instead of
19505#. the parsed number.
19506#: expr.c:557
19507#, c-format
19508msgid "backward ref to unknown label \"%d:\""
19509msgstr ""
19510
19511#: expr.c:675
19512msgid "character constant too large"
19513msgstr ""
19514
19515#: expr.c:970
19516#, c-format
19517msgid "found '%c', expected: '%c'"
19518msgstr ""
19519
19520#: expr.c:973
19521#, c-format
19522msgid "missing '%c'"
19523msgstr ""
19524
19525#: expr.c:985 read.c:4739
19526msgid "EBCDIC constants are not supported"
19527msgstr ""
19528
19529#: expr.c:1112
19530#, c-format
19531msgid "Unary operator %c ignored because bad operand follows"
19532msgstr ""
19533
19534#: expr.c:1158 expr.c:1179
19535msgid "syntax error in .startof. or .sizeof."
19536msgstr ""
19537
19538#: expr.c:1260 expr.c:1618
19539#, c-format
19540msgid "invalid use of operator \"%s\""
19541msgstr ""
19542
19543#: expr.c:1802
19544msgid "missing operand; zero assumed"
19545msgstr ""
19546
19547#: expr.c:1841
19548msgid "left operand is a bignum; integer 0 assumed"
19549msgstr ""
19550
19551#: expr.c:1843
19552msgid "left operand is a float; integer 0 assumed"
19553msgstr ""
19554
19555#: expr.c:1852
19556msgid "right operand is a bignum; integer 0 assumed"
19557msgstr ""
19558
19559#: expr.c:1854
19560msgid "right operand is a float; integer 0 assumed"
19561msgstr ""
19562
19563#: expr.c:1925 symbols.c:1395
19564msgid "division by zero"
19565msgstr ""
19566
19567#: expr.c:1931
19568msgid "shift count"
19569msgstr ""
19570
19571#: expr.c:2052
19572msgid "operation combines symbols in different segments"
19573msgstr ""
19574
19575#: expr.c:2373
19576msgid "missing closing '\"'"
19577msgstr ""
19578
19579#: frags.c:60
19580msgid "attempt to allocate data in absolute section"
19581msgstr ""
19582
19583#: frags.c:66
19584msgid "attempt to allocate data in common section"
19585msgstr ""
19586
19587#: frags.c:115
19588#, c-format
19589msgid "can't extend frag %lu chars"
19590msgstr ""
19591
19592#. For error messages.
19593#. Detect if we are reading from stdin by examining the file
19594#. name returned by as_where().
19595#.
19596#. [FIXME: We rely upon the name in the strcmp below being the
19597#. same as the one used by input_scrub_new_file(), if that is
19598#. not true, then this code will fail].
19599#.
19600#. If we are reading from stdin, then we need to save each input
19601#. line here (assuming of course that we actually have a line of
19602#. input to read), so that it can be displayed in the listing
19603#. that is produced at the end of the assembly.
19604#: input-file.c:136 input-scrub.c:240 listing.c:347
19605msgid "{standard input}"
19606msgstr ""
19607
19608#: input-file.c:141
19609#, c-format
19610msgid "can't open %s for reading: %s"
19611msgstr ""
19612
19613#: input-file.c:150 input-file.c:224
19614#, c-format
19615msgid "can't read from %s: %s"
19616msgstr ""
19617
19618#: input-file.c:252 listing.c:1437 output-file.c:71
19619#, c-format
19620msgid "can't close %s: %s"
19621msgstr ""
19622
19623#: input-scrub.c:267
19624msgid "macros nested too deeply"
19625msgstr ""
19626
19627#: itbl-ops.c:328
19628#, c-format
19629msgid "Unable to allocate memory for new instructions\n"
19630msgstr ""
19631
19632#: listing.c:253 messages.c:154 messages.c:156 messages.c:159
19633msgid "Warning: "
19634msgstr ""
19635
19636#: listing.c:259 messages.c:219 messages.c:221 messages.c:224
19637msgid "Error: "
19638msgstr ""
19639
19640#: listing.c:619
19641#, c-format
19642msgid "unable to rebuffer file: %s\n"
19643msgstr ""
19644
19645#: listing.c:1323
19646#, c-format
19647msgid ""
19648"\n"
19649" time stamp    \t: %s\n"
19650"\n"
19651msgstr ""
19652
19653#: listing.c:1333
19654#, c-format
19655msgid "%s "
19656msgstr ""
19657
19658#: listing.c:1338
19659#, c-format
19660msgid ""
19661"\n"
19662"\t%s "
19663msgstr ""
19664
19665#: listing.c:1348
19666msgid ""
19667"\n"
19668" options passed\t: "
19669msgstr ""
19670
19671#: listing.c:1387
19672#, c-format
19673msgid ""
19674" GNU assembler version %s (%s)\n"
19675"\t using BFD version %s."
19676msgstr ""
19677
19678#: listing.c:1390
19679#, c-format
19680msgid ""
19681"\n"
19682" input file    \t: %s"
19683msgstr ""
19684
19685#: listing.c:1391
19686#, c-format
19687msgid ""
19688"\n"
19689" output file   \t: %s"
19690msgstr ""
19691
19692#: listing.c:1392
19693#, c-format
19694msgid ""
19695"\n"
19696" target        \t: %s"
19697msgstr ""
19698
19699#: listing.c:1416
19700#, c-format
19701msgid "can't open %s: %s"
19702msgstr ""
19703
19704#: listing.c:1501
19705msgid "strange paper height, set to no form"
19706msgstr ""
19707
19708#: listing.c:1563
19709msgid "new line in title"
19710msgstr ""
19711
19712#. Turns the next expression into a string.
19713#: macro.c:382
19714#, no-c-format
19715msgid "% operator needs absolute expression"
19716msgstr ""
19717
19718#: macro.c:536
19719#, c-format
19720msgid "Missing parameter qualifier for `%s' in macro `%s'"
19721msgstr ""
19722
19723#: macro.c:546
19724#, c-format
19725msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
19726msgstr ""
19727
19728#: macro.c:563
19729#, c-format
19730msgid "Pointless default value for required parameter `%s' in macro `%s'"
19731msgstr ""
19732
19733#: macro.c:575
19734#, c-format
19735msgid "A parameter named `%s' already exists for macro `%s'"
19736msgstr ""
19737
19738#: macro.c:612
19739#, c-format
19740msgid "Reserved word `%s' used as parameter in macro `%s'"
19741msgstr ""
19742
19743#: macro.c:670
19744#, c-format
19745msgid "unexpected end of file in macro `%s' definition"
19746msgstr ""
19747
19748#: macro.c:682
19749#, c-format
19750msgid "missing `)' after formals in macro definition `%s'"
19751msgstr ""
19752
19753#: macro.c:697
19754msgid "Missing macro name"
19755msgstr ""
19756
19757#: macro.c:706
19758#, c-format
19759msgid "Bad parameter list for macro `%s'"
19760msgstr ""
19761
19762#: macro.c:712
19763#, c-format
19764msgid "Macro `%s' was already defined"
19765msgstr ""
19766
19767#: macro.c:837 macro.c:839
19768msgid "missing `)'"
19769msgstr ""
19770
19771#: macro.c:936
19772#, c-format
19773msgid "`%s' was already used as parameter (or another local) name"
19774msgstr ""
19775
19776#: macro.c:1094
19777msgid "confusion in formal parameters"
19778msgstr ""
19779
19780#: macro.c:1102
19781#, c-format
19782msgid "Parameter named `%s' does not exist for macro `%s'"
19783msgstr ""
19784
19785#: macro.c:1113
19786#, c-format
19787msgid "Value for parameter `%s' of macro `%s' was already specified"
19788msgstr ""
19789
19790#: macro.c:1127
19791msgid "can't mix positional and keyword arguments"
19792msgstr ""
19793
19794#: macro.c:1138
19795msgid "too many positional arguments"
19796msgstr ""
19797
19798#: macro.c:1186
19799#, c-format
19800msgid "Missing value for required parameter `%s' of macro `%s'"
19801msgstr ""
19802
19803#: macro.c:1304
19804#, c-format
19805msgid "Attempt to purge non-existant macro `%s'"
19806msgstr ""
19807
19808#: macro.c:1324
19809msgid "unexpected end of file in irp or irpc"
19810msgstr ""
19811
19812#: macro.c:1332
19813msgid "missing model parameter"
19814msgstr ""
19815
19816#: messages.c:80
19817#, c-format
19818msgid "Assembler messages:\n"
19819msgstr ""
19820
19821#: messages.c:278
19822#, c-format
19823msgid "Fatal error: "
19824msgstr ""
19825
19826#: messages.c:296
19827#, c-format
19828msgid "Internal error!\n"
19829msgstr ""
19830
19831#: messages.c:298
19832#, c-format
19833msgid "Assertion failure in %s at %s:%d.\n"
19834msgstr ""
19835
19836#: messages.c:301
19837#, c-format
19838msgid "Assertion failure at %s:%d.\n"
19839msgstr ""
19840
19841#: messages.c:302 messages.c:319
19842#, c-format
19843msgid "Please report this bug.\n"
19844msgstr ""
19845
19846#: messages.c:314
19847#, c-format
19848msgid "Internal error, aborting at %s:%d in %s\n"
19849msgstr ""
19850
19851#: messages.c:317
19852#, c-format
19853msgid "Internal error, aborting at %s:%d\n"
19854msgstr ""
19855
19856#: messages.c:366
19857#, c-format
19858msgid "%s out of domain (%d is not a multiple of %d)"
19859msgstr ""
19860
19861#: messages.c:384
19862#, c-format
19863msgid "%s out of range (%d is not between %d and %d)"
19864msgstr ""
19865
19866#. xgettext:c-format.
19867#: messages.c:407
19868#, c-format
19869msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
19870msgstr ""
19871
19872#: output-file.c:34
19873#, c-format
19874msgid "can't open a bfd on stdout %s"
19875msgstr ""
19876
19877#: output-file.c:41
19878#, c-format
19879msgid "selected target format '%s' unknown"
19880msgstr ""
19881
19882#: output-file.c:43
19883#, c-format
19884msgid "can't create %s: %s"
19885msgstr ""
19886
19887#: read.c:519
19888#, c-format
19889msgid "error constructing %s pseudo-op table: %s"
19890msgstr ""
19891
19892#: read.c:701
19893msgid "cannot change section or subsection inside .bundle_lock"
19894msgstr ""
19895
19896#: read.c:717
19897#, c-format
19898msgid ""
19899".bundle_lock sequence at %u bytes but .bundle_align_mode limit is %u bytes"
19900msgstr ""
19901
19902#: read.c:726
19903#, c-format
19904msgid "single instruction is %u bytes long but .bundle_align_mode limit is %u"
19905msgstr ""
19906
19907#: read.c:767 read.c:2810 read.c:3439
19908msgid "ignoring fill value in absolute section"
19909msgstr ""
19910
19911#: read.c:769 read.c:2825 read.c:3478
19912#, c-format
19913msgid "ignoring fill value in section `%s'"
19914msgstr ""
19915
19916#: read.c:1129
19917#, c-format
19918msgid "unknown pseudo-op: `%s'"
19919msgstr ""
19920
19921#: read.c:1182
19922msgid "unable to continue with assembly."
19923msgstr ""
19924
19925#: read.c:1224
19926#, c-format
19927msgid "label \"%d$\" redefined"
19928msgstr ""
19929
19930#: read.c:1371
19931msgid ".bundle_lock with no matching .bundle_unlock"
19932msgstr ""
19933
19934#: read.c:1468
19935msgid ".abort detected.  Abandoning ship."
19936msgstr ""
19937
19938#: read.c:1530
19939#, c-format
19940msgid "alignment too large: %u assumed"
19941msgstr ""
19942
19943#: read.c:1562
19944msgid "expected fill pattern missing"
19945msgstr ""
19946
19947#: read.c:1587
19948#, c-format
19949msgid "fill pattern too long, truncating to %u"
19950msgstr ""
19951
19952#: read.c:1685
19953msgid "symbol name not recognised in the current locale"
19954msgstr ""
19955
19956#. Some of the back ends can't deal with non-positive line numbers.
19957#. Besides, it's silly.  GCC however will generate a line number of
19958#. zero when it is pre-processing builtins for assembler-with-cpp files:
19959#.
19960#. # 0 "<built-in>"
19961#.
19962#. We do not want to barf on this, especially since such files are used
19963#. in the GCC and GDB testsuites.  So we check for negative line numbers
19964#. rather than non-positive line numbers.
19965#: read.c:2027
19966#, c-format
19967msgid "line numbers must be positive; line number %d rejected"
19968msgstr ""
19969
19970#: read.c:2064
19971#, c-format
19972msgid "incompatible flag %i in line directive"
19973msgstr ""
19974
19975#: read.c:2076
19976#, c-format
19977msgid "unsupported flag %i in line directive"
19978msgstr ""
19979
19980#: read.c:2115
19981msgid "start address not supported"
19982msgstr ""
19983
19984#: read.c:2124
19985msgid ".err encountered"
19986msgstr ""
19987
19988#: read.c:2140
19989msgid ".error directive invoked in source file"
19990msgstr ""
19991
19992#: read.c:2141
19993msgid ".warning directive invoked in source file"
19994msgstr ""
19995
19996#: read.c:2147
19997#, c-format
19998msgid "%s argument must be a string"
19999msgstr ""
20000
20001#: read.c:2179 read.c:2181
20002#, c-format
20003msgid ".fail %ld encountered"
20004msgstr ""
20005
20006#: read.c:2221
20007#, c-format
20008msgid ".fill size clamped to %d"
20009msgstr ""
20010
20011#: read.c:2226
20012msgid "size negative; .fill ignored"
20013msgstr ""
20014
20015#: read.c:2232
20016msgid "repeat < 0; .fill ignored"
20017msgstr ""
20018
20019#: read.c:2241
20020msgid "non-constant fill count for absolute section"
20021msgstr ""
20022
20023#: read.c:2243
20024msgid "attempt to fill absolute section with non-zero value"
20025msgstr ""
20026
20027#: read.c:2249
20028#, c-format
20029msgid "attempt to fill section `%s' with non-zero value"
20030msgstr ""
20031
20032#: read.c:2406
20033#, c-format
20034msgid "unrecognized .linkonce type `%s'"
20035msgstr ""
20036
20037#: read.c:2418
20038msgid ".linkonce is not supported for this object file format"
20039msgstr ""
20040
20041#: read.c:2513
20042msgid "expected alignment after size"
20043msgstr ""
20044
20045#: read.c:2732
20046#, c-format
20047msgid "attempt to redefine pseudo-op `%s' ignored"
20048msgstr ""
20049
20050#: read.c:2751
20051msgid "ignoring macro exit outside a macro definition."
20052msgstr ""
20053
20054#: read.c:2805
20055#, c-format
20056msgid "invalid segment \"%s\""
20057msgstr ""
20058
20059#: read.c:2813
20060msgid "only constant offsets supported in absolute section"
20061msgstr ""
20062
20063#: read.c:2856
20064msgid "MRI style ORG pseudo-op not supported"
20065msgstr ""
20066
20067#: read.c:3007
20068#, c-format
20069msgid "unrecognized section type `%s'"
20070msgstr ""
20071
20072#: read.c:3020
20073msgid "absolute sections are not supported"
20074msgstr ""
20075
20076#: read.c:3035
20077#, c-format
20078msgid "unrecognized section command `%s'"
20079msgstr ""
20080
20081#: read.c:3098
20082#, c-format
20083msgid ".end%c encountered without preceding %s"
20084msgstr ""
20085
20086#: read.c:3128 read.c:3158
20087#, c-format
20088msgid "%s without %s"
20089msgstr ""
20090
20091#: read.c:3392
20092msgid "unsupported variable size or fill value"
20093msgstr ""
20094
20095#: read.c:3400
20096#, c-format
20097msgid "size value for space directive too large: %lx"
20098msgstr ""
20099
20100#: read.c:3429
20101msgid ".space repeat count is zero, ignored"
20102msgstr ""
20103
20104#: read.c:3431
20105msgid ".space repeat count is negative, ignored"
20106msgstr ""
20107
20108#: read.c:3462
20109msgid "space allocation too complex in absolute section"
20110msgstr ""
20111
20112#: read.c:3468
20113msgid "space allocation too complex in common section"
20114msgstr ""
20115
20116#: read.c:3562 read.c:4998
20117#, c-format
20118msgid "bad floating literal: %s"
20119msgstr ""
20120
20121#: read.c:3695
20122#, c-format
20123msgid "%s: would close weakref loop: %s"
20124msgstr ""
20125
20126#: read.c:3745
20127#, c-format
20128msgid "junk at end of line, first unrecognized character valued 0x%x"
20129msgstr ""
20130
20131#: read.c:3873
20132#, c-format
20133msgid "`%s' can't be equated to common symbol '%s'"
20134msgstr ""
20135
20136#: read.c:4010
20137msgid "unexpected `\"' in expression"
20138msgstr ""
20139
20140#: read.c:4023
20141msgid "rva without symbol"
20142msgstr ""
20143
20144#: read.c:4092
20145msgid "missing or bad offset expression"
20146msgstr ""
20147
20148#: read.c:4113
20149msgid "missing reloc type"
20150msgstr ""
20151
20152#: read.c:4137
20153msgid "unrecognized reloc type"
20154msgstr ""
20155
20156#: read.c:4153
20157msgid "bad reloc expression"
20158msgstr ""
20159
20160#: read.c:4315 read.c:5282
20161msgid "zero assumed for missing expression"
20162msgstr ""
20163
20164#: read.c:4335 read.c:5311
20165msgid "attempt to store value in absolute section"
20166msgstr ""
20167
20168#: read.c:4342 read.c:5317
20169#, c-format
20170msgid "attempt to store non-zero value in section `%s'"
20171msgstr ""
20172
20173#: read.c:4428
20174#, c-format
20175msgid "value 0x%llx truncated to 0x%llx"
20176msgstr ""
20177
20178#: read.c:4431
20179msgid "value 0x%I64x truncated to 0x%I64x"
20180msgstr ""
20181
20182#: read.c:4435
20183#, c-format
20184msgid "value 0x%lx truncated to 0x%lx"
20185msgstr ""
20186
20187#: read.c:4480
20188#, c-format
20189msgid "bignum truncated to %d bytes"
20190msgstr ""
20191
20192#: read.c:4556
20193#, c-format
20194msgid "%s relocations do not fit in %u bytes\n"
20195msgstr ""
20196
20197#: read.c:4810 read.c:5020
20198msgid "unresolvable or nonpositive repeat count; using 1"
20199msgstr ""
20200
20201#: read.c:4859
20202#, c-format
20203msgid "unknown floating type type '%c'"
20204msgstr ""
20205
20206#: read.c:4881
20207msgid "floating point constant too large"
20208msgstr ""
20209
20210#: read.c:4945
20211msgid "attempt to store float in absolute section"
20212msgstr ""
20213
20214#: read.c:4952
20215#, c-format
20216msgid "attempt to store float in section `%s'"
20217msgstr ""
20218
20219#: read.c:5392
20220#, c-format
20221msgid "attempt to store non-empty string in section `%s'"
20222msgstr ""
20223
20224#: read.c:5454
20225msgid "strings must be placed into a section"
20226msgstr ""
20227
20228#: read.c:5517
20229msgid "expected <nn>"
20230msgstr ""
20231
20232#. To be compatible with BSD 4.2 as: give the luser a linefeed!!
20233#: read.c:5556 read.c:5642
20234msgid "unterminated string; newline inserted"
20235msgstr ""
20236
20237#: read.c:5656
20238msgid "bad escaped character in string"
20239msgstr ""
20240
20241#: read.c:5681
20242msgid "expected address expression"
20243msgstr ""
20244
20245#: read.c:5700
20246#, c-format
20247msgid "symbol \"%s\" undefined; zero assumed"
20248msgstr ""
20249
20250#: read.c:5703
20251msgid "some symbol undefined; zero assumed"
20252msgstr ""
20253
20254#: read.c:5738
20255msgid "this string may not contain '\\0'"
20256msgstr ""
20257
20258#: read.c:5774
20259msgid "missing string"
20260msgstr ""
20261
20262#: read.c:5865
20263#, c-format
20264msgid ".incbin count zero, ignoring `%s'"
20265msgstr ""
20266
20267#: read.c:5891
20268#, c-format
20269msgid "file not found: %s"
20270msgstr ""
20271
20272#: read.c:5905
20273#, c-format
20274msgid "seek to end of .incbin file failed `%s'"
20275msgstr ""
20276
20277#: read.c:5916
20278#, c-format
20279msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
20280msgstr ""
20281
20282#: read.c:5923
20283#, c-format
20284msgid "could not skip to %ld in file `%s'"
20285msgstr ""
20286
20287#: read.c:5932
20288#, c-format
20289msgid "truncated file `%s', %ld of %ld bytes read"
20290msgstr ""
20291
20292#: read.c:6090
20293msgid "missing .func"
20294msgstr ""
20295
20296#: read.c:6107
20297msgid ".endfunc missing for previous .func"
20298msgstr ""
20299
20300#: read.c:6166
20301#, c-format
20302msgid ".bundle_align_mode alignment too large (maximum %u)"
20303msgstr ""
20304
20305#: read.c:6171
20306msgid "cannot change .bundle_align_mode inside .bundle_lock"
20307msgstr ""
20308
20309#: read.c:6185
20310msgid ".bundle_lock is meaningless without .bundle_align_mode"
20311msgstr ""
20312
20313#: read.c:6206
20314msgid ".bundle_unlock without preceding .bundle_lock"
20315msgstr ""
20316
20317#: read.c:6219
20318#, c-format
20319msgid ".bundle_lock sequence is %u bytes, but bundle size only %u"
20320msgstr ""
20321
20322#: read.c:6317
20323#, c-format
20324msgid "missing closing `%c'"
20325msgstr ""
20326
20327#: read.c:6319
20328msgid "stray `\\'"
20329msgstr ""
20330
20331#: remap.c:53
20332#, c-format
20333msgid "invalid argument '%s' to -fdebug-prefix-map"
20334msgstr ""
20335
20336#: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249
20337#, c-format
20338msgid ".stab%c: missing comma"
20339msgstr ""
20340
20341#. This could happen for example with a source file with a huge
20342#. number of lines.  The only cure is to use a different debug
20343#. format, probably DWARF.
20344#: stabs.c:242
20345#, c-format
20346msgid ".stab%c: description field '%x' too big, try a different debug format"
20347msgstr ""
20348
20349#: stabs.c:423
20350msgid "comma missing in .xstabs"
20351msgstr ""
20352
20353#: symbols.c:286
20354#, c-format
20355msgid "cannot define symbol `%s' in absolute section"
20356msgstr ""
20357
20358#: symbols.c:420
20359#, c-format
20360msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
20361msgstr ""
20362
20363#: symbols.c:495 symbols.c:502
20364#, c-format
20365msgid "inserting \"%s\" into symbol table failed: %s"
20366msgstr ""
20367
20368#: symbols.c:1021
20369#, c-format
20370msgid "invalid operands (%s and %s sections) for `%s'"
20371msgstr ""
20372
20373#: symbols.c:1025
20374#, c-format
20375msgid "invalid operand (%s section) for `%s'"
20376msgstr ""
20377
20378#: symbols.c:1033
20379#, c-format
20380msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'"
20381msgstr ""
20382
20383#: symbols.c:1036
20384#, c-format
20385msgid "invalid operand (%s section) for `%s' when setting `%s'"
20386msgstr ""
20387
20388#: symbols.c:1085
20389#, c-format
20390msgid "symbol definition loop encountered at `%s'"
20391msgstr ""
20392
20393#: symbols.c:1112
20394#, c-format
20395msgid "cannot convert expression symbol %s to complex relocation"
20396msgstr ""
20397
20398#: symbols.c:1397
20399#, c-format
20400msgid "division by zero when setting `%s'"
20401msgstr ""
20402
20403#. See PR 20895 for a reproducer.
20404#: symbols.c:1437
20405msgid "Invalid operation on symbol"
20406msgstr ""
20407
20408#: symbols.c:1487 write.c:2153
20409#, c-format
20410msgid "can't resolve value for symbol `%s'"
20411msgstr ""
20412
20413#: symbols.c:1932
20414#, c-format
20415msgid "\"%d\" (instance number %d of a %s label)"
20416msgstr ""
20417
20418#: symbols.c:1961
20419#, c-format
20420msgid "attempt to get value of unresolved symbol `%s'"
20421msgstr ""
20422
20423#. Do not reassign section symbols.
20424#: symbols.c:2242
20425msgid "section symbols are already global"
20426msgstr ""
20427
20428#: symbols.c:2355
20429#, c-format
20430msgid "Accessing function `%s' as thread-local object"
20431msgstr ""
20432
20433#: symbols.c:2359
20434#, c-format
20435msgid "Accessing `%s' as thread-local object"
20436msgstr ""
20437
20438#: write.c:165
20439#, c-format
20440msgid "field fx_size too small to hold %d"
20441msgstr ""
20442
20443#: write.c:451
20444#, c-format
20445msgid "attempt to .org/.space backwards? (%ld)"
20446msgstr ""
20447
20448#: write.c:693
20449msgid "invalid offset expression"
20450msgstr ""
20451
20452#: write.c:715
20453msgid "invalid reloc expression"
20454msgstr ""
20455
20456#: write.c:1100
20457#, c-format
20458msgid "value of %s too large for field of %d bytes at %s"
20459msgstr ""
20460
20461#: write.c:1112
20462#, c-format
20463msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
20464msgstr ""
20465
20466#: write.c:1153
20467msgid "redefined symbol cannot be used on reloc"
20468msgstr ""
20469
20470#: write.c:1166
20471msgid "relocation out of range"
20472msgstr ""
20473
20474#: write.c:1169
20475#, c-format
20476msgid "%s:%u: bad return from bfd_install_relocation: %x"
20477msgstr ""
20478
20479#: write.c:1197
20480msgid "reloc not within (fixed part of) section"
20481msgstr ""
20482
20483#: write.c:1267
20484msgid "internal error: fixup not contained within frag"
20485msgstr ""
20486
20487#: write.c:1385 write.c:1519
20488msgid "can't extend frag"
20489msgstr ""
20490
20491#: write.c:1452
20492#, c-format
20493msgid "can't extend frag %u chars"
20494msgstr ""
20495
20496#: write.c:1587
20497#, c-format
20498msgid "can't write %ld bytes to section %s of %s because: '%s'"
20499msgstr ""
20500
20501#: write.c:1610
20502#, c-format
20503msgid "can't fill %ld bytes in section %s of %s because '%s'"
20504msgstr ""
20505
20506#: write.c:1642
20507#, c-format
20508msgid "cannot fill %ld bytes in section %s of %s because: '%s'"
20509msgstr ""
20510
20511#: write.c:2068
20512#, c-format
20513msgid "%s: global symbols not supported in common sections"
20514msgstr ""
20515
20516#: write.c:2082
20517#, c-format
20518msgid "local label `%s' is not defined"
20519msgstr ""
20520
20521#: write.c:2104
20522#, c-format
20523msgid "Local symbol `%s' can't be equated to common symbol `%s'"
20524msgstr ""
20525
20526#: write.c:2111
20527#, c-format
20528msgid "can't make global register symbol `%s'"
20529msgstr ""
20530
20531#: write.c:2415
20532#, c-format
20533msgid "alignment padding (%lu bytes) not a multiple of %ld"
20534msgstr ""
20535
20536#: write.c:2577
20537#, c-format
20538msgid ".word %s-%s+%s didn't fit"
20539msgstr ""
20540
20541#: write.c:2671
20542msgid "padding added"
20543msgstr ""
20544
20545#: write.c:2721
20546msgid "attempt to move .org backwards"
20547msgstr ""
20548
20549#: write.c:2745
20550msgid ".space specifies non-absolute value"
20551msgstr ""
20552
20553#: write.c:2760
20554msgid ".space or .fill with negative value, ignored"
20555msgstr ""
20556
20557#: write.c:2831
20558#, c-format
20559msgid ""
20560"Infinite loop encountered whilst attempting to compute the addresses of "
20561"symbols in section %s"
20562msgstr ""
20563