Set to 2.32 release version and regenerate configure and pot files
[external/binutils.git] / gas / po / gas.pot
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 #: config/tc-arm.c:676
7 #, fuzzy
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: PACKAGE VERSION\n"
11 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
12 "POT-Creation-Date: 2019-02-02 15:50+0000\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Language: \n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=CHARSET\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
21
22 #: app.c:501 app.c:515
23 msgid "end of file in comment"
24 msgstr ""
25
26 #: app.c:593 app.c:640
27 #, c-format
28 msgid "end of file in string; '%c' inserted"
29 msgstr ""
30
31 #: app.c:666
32 #, c-format
33 msgid "unknown escape '\\%c' in string; ignored"
34 msgstr ""
35
36 #: app.c:840 input-scrub.c:363
37 msgid "end of file not at end of a line; newline inserted"
38 msgstr ""
39
40 #: app.c:1003
41 msgid "end of file in multiline comment"
42 msgstr ""
43
44 #: app.c:1077
45 msgid "end of file after a one-character quote; \\0 inserted"
46 msgstr ""
47
48 #: app.c:1085
49 msgid "end of file in escape character"
50 msgstr ""
51
52 #: app.c:1097
53 msgid "missing close quote; (assumed)"
54 msgstr ""
55
56 #: app.c:1165 app.c:1220 app.c:1232 app.c:1312
57 msgid "end of file in comment; newline inserted"
58 msgstr ""
59
60 #: as.c:163
61 msgid "missing emulation mode name"
62 msgstr ""
63
64 #: as.c:178
65 #, c-format
66 msgid "unrecognized emulation name `%s'"
67 msgstr ""
68
69 #: as.c:225
70 #, c-format
71 msgid "GNU assembler version %s (%s) using BFD version %s\n"
72 msgstr ""
73
74 #: as.c:237
75 #, c-format
76 msgid "Usage: %s [option...] [asmfile...]\n"
77 msgstr ""
78
79 #: as.c:239
80 #, c-format
81 msgid ""
82 "Options:\n"
83 "  -a[sub-option...]\t  turn on listings\n"
84 "                      \t  Sub-options [default hls]:\n"
85 "                      \t  c      omit false conditionals\n"
86 "                      \t  d      omit debugging directives\n"
87 "                      \t  g      include general info\n"
88 "                      \t  h      include high-level source\n"
89 "                      \t  l      include assembly\n"
90 "                      \t  m      include macro expansions\n"
91 "                      \t  n      omit forms processing\n"
92 "                      \t  s      include symbols\n"
93 "                      \t  =FILE  list to FILE (must be last sub-option)\n"
94 msgstr ""
95
96 #: as.c:253
97 #, c-format
98 msgid "  --alternate             initially turn on alternate macro syntax\n"
99 msgstr ""
100
101 #: as.c:256
102 #, c-format
103 msgid ""
104 "  --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
105 "                          compress DWARF debug sections using zlib "
106 "[default]\n"
107 msgstr ""
108
109 #: as.c:259
110 #, c-format
111 msgid ""
112 "  --nocompress-debug-sections\n"
113 "                          don't compress DWARF debug sections\n"
114 msgstr ""
115
116 #: as.c:263
117 #, c-format
118 msgid ""
119 "  --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
120 "                          compress DWARF debug sections using zlib\n"
121 msgstr ""
122
123 #: as.c:266
124 #, c-format
125 msgid ""
126 "  --nocompress-debug-sections\n"
127 "                          don't compress DWARF debug sections [default]\n"
128 msgstr ""
129
130 #: as.c:270
131 #, c-format
132 msgid "  -D                      produce assembler debugging messages\n"
133 msgstr ""
134
135 #: as.c:272
136 #, c-format
137 msgid ""
138 "  --debug-prefix-map OLD=NEW\n"
139 "                          map OLD to NEW in debug information\n"
140 msgstr ""
141
142 #: as.c:275
143 #, c-format
144 msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
145 msgstr ""
146
147 #: as.c:291
148 #, c-format
149 msgid "                          emulate output (default %s)\n"
150 msgstr ""
151
152 #: as.c:296
153 #, c-format
154 msgid "  --execstack             require executable stack for this object\n"
155 msgstr ""
156
157 #: as.c:298
158 #, c-format
159 msgid ""
160 "  --noexecstack           don't require executable stack for this object\n"
161 msgstr ""
162
163 #: as.c:300
164 #, c-format
165 msgid ""
166 "  --size-check=[error|warning]\n"
167 "\t\t\t  ELF .size directive check (default --size-check=error)\n"
168 msgstr ""
169
170 #: as.c:303
171 #, c-format
172 msgid "  --elf-stt-common=[no|yes] "
173 msgstr ""
174
175 #: as.c:306 as.c:317 config/tc-i386.c:11548 config/tc-i386.c:11568
176 #, c-format
177 msgid "(default: yes)\n"
178 msgstr ""
179
180 #: as.c:308 as.c:319 config/tc-i386.c:11550 config/tc-i386.c:11570
181 #, c-format
182 msgid "(default: no)\n"
183 msgstr ""
184
185 #: as.c:309
186 #, c-format
187 msgid ""
188 "                          generate ELF common symbols with STT_COMMON type\n"
189 msgstr ""
190
191 #: as.c:311
192 #, c-format
193 msgid "  --sectname-subst        enable section name substitution sequences\n"
194 msgstr ""
195
196 #: as.c:314
197 #, c-format
198 msgid "  --generate-missing-build-notes=[no|yes] "
199 msgstr ""
200
201 #: as.c:321
202 #, c-format
203 msgid ""
204 "                          generate GNU Build notes if none are present in "
205 "the input\n"
206 msgstr ""
207
208 #: as.c:325
209 #, c-format
210 msgid "  -f                      skip whitespace and comment preprocessing\n"
211 msgstr ""
212
213 #: as.c:327
214 #, c-format
215 msgid "  -g --gen-debug          generate debugging information\n"
216 msgstr ""
217
218 #: as.c:329
219 #, c-format
220 msgid "  --gstabs                generate STABS debugging information\n"
221 msgstr ""
222
223 #: as.c:331
224 #, c-format
225 msgid ""
226 "  --gstabs+               generate STABS debug info with GNU extensions\n"
227 msgstr ""
228
229 #: as.c:333
230 #, c-format
231 msgid "  --gdwarf-2              generate DWARF2 debugging information\n"
232 msgstr ""
233
234 #: as.c:335
235 #, c-format
236 msgid ""
237 "  --gdwarf-sections       generate per-function section names for DWARF line "
238 "information\n"
239 msgstr ""
240
241 #: as.c:337
242 #, c-format
243 msgid "  --hash-size=<value>     set the hash table size close to <value>\n"
244 msgstr ""
245
246 #: as.c:339
247 #, c-format
248 msgid "  --help                  show this message and exit\n"
249 msgstr ""
250
251 #: as.c:341
252 #, c-format
253 msgid "  --target-help           show target specific options\n"
254 msgstr ""
255
256 #: as.c:343
257 #, c-format
258 msgid ""
259 "  -I DIR                  add DIR to search list for .include directives\n"
260 msgstr ""
261
262 #: as.c:345
263 #, c-format
264 msgid "  -J                      don't warn about signed overflow\n"
265 msgstr ""
266
267 #: as.c:347
268 #, c-format
269 msgid ""
270 "  -K                      warn when differences altered for long "
271 "displacements\n"
272 msgstr ""
273
274 #: as.c:349
275 #, c-format
276 msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
277 msgstr ""
278
279 #: as.c:351
280 #, c-format
281 msgid "  -M,--mri                assemble in MRI compatibility mode\n"
282 msgstr ""
283
284 #: as.c:353
285 #, c-format
286 msgid ""
287 "  --MD FILE               write dependency information in FILE (default "
288 "none)\n"
289 msgstr ""
290
291 #: as.c:355
292 #, c-format
293 msgid "  -nocpp                  ignored\n"
294 msgstr ""
295
296 #: as.c:357
297 #, c-format
298 msgid ""
299 "  -no-pad-sections        do not pad the end of sections to alignment "
300 "boundaries\n"
301 msgstr ""
302
303 #: as.c:359
304 #, c-format
305 msgid ""
306 "  -o OBJFILE              name the object-file output OBJFILE (default a."
307 "out)\n"
308 msgstr ""
309
310 #: as.c:361
311 #, c-format
312 msgid "  -R                      fold data section into text section\n"
313 msgstr ""
314
315 #: as.c:363
316 #, c-format
317 msgid ""
318 "  --reduce-memory-overheads \n"
319 "                          prefer smaller memory use at the cost of longer\n"
320 "                          assembly times\n"
321 msgstr ""
322
323 #: as.c:367
324 #, c-format
325 msgid ""
326 "  --statistics            print various measured statistics from execution\n"
327 msgstr ""
328
329 #: as.c:369
330 #, c-format
331 msgid "  --strip-local-absolute  strip local absolute symbols\n"
332 msgstr ""
333
334 #: as.c:371
335 #, c-format
336 msgid ""
337 "  --traditional-format    Use same format as native assembler when possible\n"
338 msgstr ""
339
340 #: as.c:373
341 #, c-format
342 msgid "  --version               print assembler version number and exit\n"
343 msgstr ""
344
345 #: as.c:375
346 #, c-format
347 msgid "  -W  --no-warn           suppress warnings\n"
348 msgstr ""
349
350 #: as.c:377
351 #, c-format
352 msgid "  --warn                  don't suppress warnings\n"
353 msgstr ""
354
355 #: as.c:379
356 #, c-format
357 msgid "  --fatal-warnings        treat warnings as errors\n"
358 msgstr ""
359
360 #: as.c:382
361 #, c-format
362 msgid ""
363 "  --itbl INSTTBL          extend instruction set to include instructions\n"
364 "                          matching the specifications defined in file "
365 "INSTTBL\n"
366 msgstr ""
367
368 #: as.c:386
369 #, c-format
370 msgid "  -w                      ignored\n"
371 msgstr ""
372
373 #: as.c:388
374 #, c-format
375 msgid "  -X                      ignored\n"
376 msgstr ""
377
378 #: as.c:390
379 #, c-format
380 msgid "  -Z                      generate object file even after errors\n"
381 msgstr ""
382
383 #: as.c:392
384 #, c-format
385 msgid ""
386 "  --listing-lhs-width     set the width in words of the output data column "
387 "of\n"
388 "                          the listing\n"
389 msgstr ""
390
391 #: as.c:395
392 #, c-format
393 msgid ""
394 "  --listing-lhs-width2    set the width in words of the continuation lines\n"
395 "                          of the output data column; ignored if smaller "
396 "than\n"
397 "                          the width of the first line\n"
398 msgstr ""
399
400 #: as.c:399
401 #, c-format
402 msgid ""
403 "  --listing-rhs-width     set the max width in characters of the lines from\n"
404 "                          the source file\n"
405 msgstr ""
406
407 #: as.c:402
408 #, c-format
409 msgid ""
410 "  --listing-cont-lines    set the maximum number of continuation lines used\n"
411 "                          for the output data column of the listing\n"
412 msgstr ""
413
414 #: as.c:405
415 #, c-format
416 msgid "  @FILE                   read options from FILE\n"
417 msgstr ""
418
419 #: as.c:413
420 #, c-format
421 msgid "Report bugs to %s\n"
422 msgstr ""
423
424 #: as.c:635
425 #, c-format
426 msgid "unrecognized option -%c%s"
427 msgstr ""
428
429 #. This output is intended to follow the GNU standards document.
430 #: as.c:677
431 #, c-format
432 msgid "GNU assembler %s\n"
433 msgstr ""
434
435 #: as.c:678
436 #, c-format
437 msgid "Copyright (C) 2019 Free Software Foundation, Inc.\n"
438 msgstr ""
439
440 #: as.c:679
441 #, c-format
442 msgid ""
443 "This program is free software; you may redistribute it under the terms of\n"
444 "the GNU General Public License version 3 or later.\n"
445 "This program has absolutely no warranty.\n"
446 msgstr ""
447
448 #: as.c:684
449 #, c-format
450 msgid ""
451 "This assembler was configured for a target of `%s' and default,\n"
452 "cpu type `%s'.\n"
453 msgstr ""
454
455 #: as.c:688
456 #, c-format
457 msgid "This assembler was configured for a target of `%s'.\n"
458 msgstr ""
459
460 #: as.c:696
461 msgid "multiple emulation names specified"
462 msgstr ""
463
464 #: as.c:698
465 msgid "emulations not handled in this configuration"
466 msgstr ""
467
468 #: as.c:703
469 #, c-format
470 msgid "alias = %s\n"
471 msgstr ""
472
473 #: as.c:704
474 #, c-format
475 msgid "canonical = %s\n"
476 msgstr ""
477
478 #: as.c:705
479 #, c-format
480 msgid "cpu-type = %s\n"
481 msgstr ""
482
483 #: as.c:707
484 #, c-format
485 msgid "format = %s\n"
486 msgstr ""
487
488 #: as.c:710
489 #, c-format
490 msgid "bfd-target = %s\n"
491 msgstr ""
492
493 #: as.c:727
494 #, c-format
495 msgid "Invalid --compress-debug-sections option: `%s'"
496 msgstr ""
497
498 #: as.c:730
499 #, c-format
500 msgid "--compress-debug-sections=%s is unsupported"
501 msgstr ""
502
503 #: as.c:755
504 msgid "bad defsym; format is --defsym name=value"
505 msgstr ""
506
507 #: as.c:775
508 msgid "no file name following -t option"
509 msgstr ""
510
511 #: as.c:790
512 #, c-format
513 msgid "failed to read instruction table %s\n"
514 msgstr ""
515
516 #: as.c:906
517 #, c-format
518 msgid "Invalid --size-check= option: `%s'"
519 msgstr ""
520
521 #: as.c:915
522 #, c-format
523 msgid "Invalid --elf-stt-common= option: `%s'"
524 msgstr ""
525
526 #: as.c:929
527 #, c-format
528 msgid "Invalid --generate-missing-build-notes option: `%s'"
529 msgstr ""
530
531 #: as.c:1000
532 #, c-format
533 msgid "invalid listing option `%c'"
534 msgstr ""
535
536 #: as.c:1053
537 msgid "--hash-size needs a numeric argument"
538 msgstr ""
539
540 #: as.c:1075
541 #, c-format
542 msgid "%s: total time in assembly: %ld.%06ld\n"
543 msgstr ""
544
545 #: as.c:1243
546 msgid "libbfd ABI mismatch"
547 msgstr ""
548
549 #: as.c:1282
550 #, c-format
551 msgid "The input '%s' and output '%s' files are the same"
552 msgstr ""
553
554 #: as.c:1392
555 #, c-format
556 msgid "%d warning"
557 msgid_plural "%d warnings"
558 msgstr[0] ""
559 msgstr[1] ""
560
561 #: as.c:1394
562 #, c-format
563 msgid "%d error"
564 msgid_plural "%d errors"
565 msgstr[0] ""
566 msgstr[1] ""
567
568 #: as.c:1398
569 #, c-format
570 msgid "%s, treating warnings as errors"
571 msgstr ""
572
573 #: as.c:1409
574 #, c-format
575 msgid "%s, %s, generating bad object file\n"
576 msgstr ""
577
578 #: as.h:173
579 #, c-format
580 msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
581 msgstr ""
582
583 #.
584 #. * We have a GROSS internal error.
585 #. * This should never happen.
586 #.
587 #: atof-generic.c:418 config/tc-m68k.c:3501
588 msgid "failed sanity check"
589 msgstr ""
590
591 #: cgen.c:106 config/tc-alpha.c:2098 config/tc-alpha.c:2122
592 #: config/tc-arc.c:4034 config/tc-arc.c:4108 config/tc-d10v.c:550
593 #: config/tc-d30v.c:537 config/tc-mn10200.c:1098 config/tc-mn10300.c:1752
594 #: config/tc-ppc.c:3237 config/tc-ppc.c:3423 config/tc-ppc.c:3710
595 #: config/tc-s390.c:1342 config/tc-s390.c:1465 config/tc-s390.c:1599
596 #: config/tc-v850.c:2538 config/tc-v850.c:2609 config/tc-v850.c:2656
597 #: config/tc-v850.c:2693 config/tc-v850.c:2730 config/tc-v850.c:2993
598 msgid "too many fixups"
599 msgstr ""
600
601 #: cgen.c:371 cgen.c:391 config/tc-d10v.c:461 config/tc-d30v.c:453
602 #: config/tc-mn10200.c:1040 config/tc-mn10300.c:1677 config/tc-ppc.c:3279
603 #: config/tc-s390.c:1326 config/tc-v850.c:2647 config/tc-v850.c:2681
604 #: config/tc-v850.c:2721 config/tc-v850.c:2966 config/tc-z80.c:446
605 msgid "illegal operand"
606 msgstr ""
607
608 #: cgen.c:395 config/tc-avr.c:898 config/tc-d10v.c:463 config/tc-d30v.c:455
609 #: config/tc-h8300.c:497 config/tc-mcore.c:661 config/tc-microblaze.c:613
610 #: config/tc-mmix.c:495 config/tc-mn10200.c:1043 config/tc-mn10300.c:1680
611 #: config/tc-msp430.c:417 config/tc-ppc.c:3281 config/tc-s390.c:1331
612 #: config/tc-sh.c:988 config/tc-v850.c:2651 config/tc-v850.c:2685
613 #: config/tc-v850.c:2725 config/tc-v850.c:2969 config/tc-xgate.c:895
614 #: config/tc-z80.c:557 config/tc-z8k.c:349
615 msgid "missing operand"
616 msgstr ""
617
618 #: cgen.c:771
619 msgid "a reloc on this operand implies an overflow"
620 msgstr ""
621
622 #: cgen.c:794
623 msgid "operand mask overflow"
624 msgstr ""
625
626 #. We can't actually support subtracting a symbol.
627 #: cgen.c:857 config/tc-arm.c:1793 config/tc-arm.c:10365 config/tc-arm.c:10417
628 #: config/tc-arm.c:10675 config/tc-arm.c:11512 config/tc-arm.c:12649
629 #: config/tc-arm.c:12689 config/tc-arm.c:13032 config/tc-arm.c:13073
630 #: config/tc-arm.c:17567 config/tc-arm.c:17608 config/tc-avr.c:1549
631 #: config/tc-avr.c:1561 config/tc-avr.c:1825 config/tc-cris.c:4067
632 #: config/tc-d10v.c:1507 config/tc-d30v.c:1912 config/tc-ft32.c:574
633 #: config/tc-ft32.c:587 config/tc-mips.c:9533 config/tc-mips.c:10838
634 #: config/tc-mips.c:12094 config/tc-mips.c:12753 config/tc-nds32.c:7830
635 #: config/tc-pru.c:747 config/tc-pru.c:757 config/tc-spu.c:972
636 #: config/tc-spu.c:996 config/tc-tilegx.c:1486 config/tc-tilepro.c:1347
637 #: config/tc-v850.c:3451 config/tc-vax.c:282 config/tc-xstormy16.c:482
638 #: config/tc-xtensa.c:5979 config/tc-xtensa.c:13169
639 msgid "expression too complex"
640 msgstr ""
641
642 #: cgen.c:956 config/tc-ppc.c:7309 config/tc-s390.c:2380 config/tc-v850.c:3503
643 #: config/tc-xstormy16.c:539
644 msgid "unresolved expression that must be resolved"
645 msgstr ""
646
647 #: cgen.c:981 config/tc-xstormy16.c:564
648 #, c-format
649 msgid "internal error: can't install fix for reloc type %d (`%s')"
650 msgstr ""
651
652 #: cgen.c:1032 config/tc-nios2.c:1360 config/tc-pru.c:788
653 msgid "relocation is not supported"
654 msgstr ""
655
656 #: cond.c:84
657 msgid "invalid identifier for \".ifdef\""
658 msgstr ""
659
660 #: cond.c:151
661 msgid "non-constant expression in \".if\" statement"
662 msgstr ""
663
664 #: cond.c:279
665 msgid "bad format for ifc or ifnc"
666 msgstr ""
667
668 #: cond.c:310
669 msgid "\".elseif\" without matching \".if\""
670 msgstr ""
671
672 #: cond.c:314
673 msgid "\".elseif\" after \".else\""
674 msgstr ""
675
676 #: cond.c:317 cond.c:423
677 msgid "here is the previous \".else\""
678 msgstr ""
679
680 #: cond.c:320 cond.c:426
681 msgid "here is the previous \".if\""
682 msgstr ""
683
684 #: cond.c:349
685 msgid "non-constant expression in \".elseif\" statement"
686 msgstr ""
687
688 #: cond.c:387
689 msgid "\".endif\" without \".if\""
690 msgstr ""
691
692 #: cond.c:416
693 msgid "\".else\" without matching \".if\""
694 msgstr ""
695
696 #: cond.c:420
697 msgid "duplicate \".else\""
698 msgstr ""
699
700 #: cond.c:471
701 msgid ".ifeqs syntax error"
702 msgstr ""
703
704 #: cond.c:553
705 msgid "end of macro inside conditional"
706 msgstr ""
707
708 #: cond.c:555
709 msgid "end of file inside conditional"
710 msgstr ""
711
712 #: cond.c:559
713 msgid "here is the start of the unterminated conditional"
714 msgstr ""
715
716 #: cond.c:563
717 msgid "here is the \"else\" of the unterminated conditional"
718 msgstr ""
719
720 #: config/atof-ieee.c:139
721 msgid "cannot create floating-point number"
722 msgstr ""
723
724 #: config/atof-ieee.c:286
725 msgid "NaNs are not supported by this target\n"
726 msgstr ""
727
728 #: config/atof-ieee.c:325 config/atof-ieee.c:366
729 msgid "Infinities are not supported by this target\n"
730 msgstr ""
731
732 #: config/atof-ieee.c:781 config/atof-vax.c:449 config/tc-arm.c:1169
733 #: config/tc-ia64.c:11608 config/tc-tic30.c:1263 config/tc-tic4x.c:2585
734 msgid "Unrecognized or unsupported floating point constant"
735 msgstr ""
736
737 #: config/obj-aout.c:81
738 #, c-format
739 msgid "Attempt to put a common symbol into set %s"
740 msgstr ""
741
742 #: config/obj-aout.c:85
743 #, c-format
744 msgid "Attempt to put an undefined symbol into set %s"
745 msgstr ""
746
747 #: config/obj-aout.c:112 config/obj-coff.c:1378
748 #, c-format
749 msgid "Symbol `%s' can not be both weak and common"
750 msgstr ""
751
752 #: config/obj-coff.c:134 dw2gencfi.c:334
753 #, c-format
754 msgid "Inserting \"%s\" into structure table failed: %s"
755 msgstr ""
756
757 #: config/obj-coff.c:213 config/obj-coff.c:1677 config/tc-ppc.c:5916
758 #: config/tc-tic54x.c:3979 read.c:2961
759 #, c-format
760 msgid "error setting flags for \"%s\": %s"
761 msgstr ""
762
763 #. Zero is used as an end marker in the file.
764 #: config/obj-coff.c:431
765 msgid "Line numbers must be positive integers\n"
766 msgstr ""
767
768 #: config/obj-coff.c:463
769 msgid ".ln pseudo-op inside .def/.endef: ignored."
770 msgstr ""
771
772 #: config/obj-coff.c:505 ecoff.c:3245
773 msgid ".loc outside of .text"
774 msgstr ""
775
776 #: config/obj-coff.c:512
777 msgid ".loc pseudo-op inside .def/.endef: ignored."
778 msgstr ""
779
780 #: config/obj-coff.c:592
781 msgid ".def pseudo-op used inside of .def/.endef: ignored."
782 msgstr ""
783
784 #: config/obj-coff.c:625
785 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
786 msgstr ""
787
788 #: config/obj-coff.c:664
789 #, c-format
790 msgid "`%s' symbol without preceding function"
791 msgstr ""
792
793 #: config/obj-coff.c:751
794 #, c-format
795 msgid "unexpected storage class %d"
796 msgstr ""
797
798 #: config/obj-coff.c:859
799 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
800 msgstr ""
801
802 #: config/obj-coff.c:879
803 msgid "badly formed .dim directive ignored"
804 msgstr ""
805
806 #: config/obj-coff.c:928
807 msgid ".size pseudo-op used outside of .def/.endef: ignored."
808 msgstr ""
809
810 #: config/obj-coff.c:943
811 msgid ".scl pseudo-op used outside of .def/.endef: ignored."
812 msgstr ""
813
814 #: config/obj-coff.c:960
815 msgid ".tag pseudo-op used outside of .def/.endef: ignored."
816 msgstr ""
817
818 #: config/obj-coff.c:977
819 #, c-format
820 msgid "tag not found for .tag %s"
821 msgstr ""
822
823 #: config/obj-coff.c:990
824 msgid ".type pseudo-op used outside of .def/.endef: ignored."
825 msgstr ""
826
827 #: config/obj-coff.c:1009
828 msgid ".val pseudo-op used outside of .def/.endef: ignored."
829 msgstr ""
830
831 #: config/obj-coff.c:1156
832 msgid "badly formed .weak directive ignored"
833 msgstr ""
834
835 #: config/obj-coff.c:1334
836 msgid "mismatched .eb"
837 msgstr ""
838
839 #: config/obj-coff.c:1357
840 #, c-format
841 msgid "C_EFCN symbol for %s out of scope"
842 msgstr ""
843
844 #: config/obj-coff.c:1411
845 #, c-format
846 msgid "Warning: internal error: forgetting to set endndx of %s"
847 msgstr ""
848
849 #. STYP_INFO
850 #. STYP_LIB
851 #. STYP_OVER
852 #: config/obj-coff.c:1642
853 #, c-format
854 msgid "unsupported section attribute '%c'"
855 msgstr ""
856
857 #: config/obj-coff.c:1646 config/tc-ppc.c:5898
858 #, c-format
859 msgid "unknown section attribute '%c'"
860 msgstr ""
861
862 #: config/obj-coff.c:1689 config/obj-macho.c:269
863 #, c-format
864 msgid "Ignoring changed section attributes for %s"
865 msgstr ""
866
867 #: config/obj-coff.c:1827
868 #, c-format
869 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
870 msgstr ""
871
872 #: config/obj-ecoff.c:124
873 msgid "Can't set GP value"
874 msgstr ""
875
876 #: config/obj-ecoff.c:131
877 msgid "Can't set register masks"
878 msgstr ""
879
880 #: config/obj-elf.c:345 config/tc-sparc.c:4389 config/tc-v850.c:511
881 #, c-format
882 msgid "bad .common segment %s"
883 msgstr ""
884
885 #: config/obj-elf.c:421
886 msgid "Missing symbol name in directive"
887 msgstr ""
888
889 #: config/obj-elf.c:643
890 #, c-format
891 msgid "setting incorrect section type for %s"
892 msgstr ""
893
894 #: config/obj-elf.c:648
895 #, c-format
896 msgid "ignoring incorrect section type for %s"
897 msgstr ""
898
899 #: config/obj-elf.c:699
900 #, c-format
901 msgid "setting incorrect section attributes for %s"
902 msgstr ""
903
904 #: config/obj-elf.c:710
905 #, c-format
906 msgid "SHF_ALLOC isn't set for GNU_MBIND section: %s"
907 msgstr ""
908
909 #: config/obj-elf.c:759
910 #, c-format
911 msgid "ignoring changed section type for %s"
912 msgstr ""
913
914 #: config/obj-elf.c:771
915 #, c-format
916 msgid "ignoring changed section attributes for %s"
917 msgstr ""
918
919 #: config/obj-elf.c:778
920 #, c-format
921 msgid "ignoring changed section entity size for %s"
922 msgstr ""
923
924 #: config/obj-elf.c:842
925 msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T or number"
926 msgstr ""
927
928 #: config/obj-elf.c:902
929 msgid "extraneous characters at end of numeric section type"
930 msgstr ""
931
932 #: config/obj-elf.c:908 read.c:2945
933 msgid "unrecognized section type"
934 msgstr ""
935
936 #: config/obj-elf.c:940
937 msgid "unrecognized section attribute"
938 msgstr ""
939
940 #: config/obj-elf.c:971 config/tc-alpha.c:4209
941 msgid "missing name"
942 msgstr ""
943
944 #: config/obj-elf.c:1129
945 msgid "invalid merge entity size"
946 msgstr ""
947
948 #: config/obj-elf.c:1136
949 msgid "entity size for SHF_MERGE not specified"
950 msgstr ""
951
952 #: config/obj-elf.c:1142
953 msgid "? section flag ignored with G present"
954 msgstr ""
955
956 #: config/obj-elf.c:1166
957 msgid "group name for SHF_GROUP not specified"
958 msgstr ""
959
960 #: config/obj-elf.c:1191
961 #, c-format
962 msgid "unsupported mbind section info: %s"
963 msgstr ""
964
965 #: config/obj-elf.c:1206
966 msgid "character following name is not '#'"
967 msgstr ""
968
969 #: config/obj-elf.c:1326
970 msgid ".previous without corresponding .section; ignored"
971 msgstr ""
972
973 #: config/obj-elf.c:1352
974 msgid ".popsection without corresponding .pushsection; ignored"
975 msgstr ""
976
977 #: config/obj-elf.c:1398
978 msgid "expected comma after name in .symver"
979 msgstr ""
980
981 #: config/obj-elf.c:1414 config/obj-elf.c:2304
982 #, c-format
983 msgid "`%s' can't be versioned to common symbol '%s'"
984 msgstr ""
985
986 #: config/obj-elf.c:1429
987 #, c-format
988 msgid "missing version name in `%s' for symbol `%s'"
989 msgstr ""
990
991 #: config/obj-elf.c:1440
992 #, c-format
993 msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
994 msgstr ""
995
996 #: config/obj-elf.c:1476
997 #, c-format
998 msgid "expected `%s' to have already been set for .vtable_inherit"
999 msgstr ""
1000
1001 #: config/obj-elf.c:1486
1002 msgid "expected comma after name in .vtable_inherit"
1003 msgstr ""
1004
1005 #: config/obj-elf.c:1547
1006 msgid "expected comma after name in .vtable_entry"
1007 msgstr ""
1008
1009 #: config/obj-elf.c:1686
1010 #, c-format
1011 msgid "Attribute name not recognised: %s"
1012 msgstr ""
1013
1014 #: config/obj-elf.c:1703
1015 msgid "expected numeric constant"
1016 msgstr ""
1017
1018 #: config/obj-elf.c:1712 config/tc-arm.c:6489
1019 msgid "expected comma"
1020 msgstr ""
1021
1022 #: config/obj-elf.c:1745
1023 msgid "bad string constant"
1024 msgstr ""
1025
1026 #: config/obj-elf.c:1749
1027 msgid "expected <tag> , <value>"
1028 msgstr ""
1029
1030 #: config/obj-elf.c:1869
1031 msgid "expected quoted string"
1032 msgstr ""
1033
1034 #: config/obj-elf.c:1889
1035 #, c-format
1036 msgid "expected comma after name `%s' in .size directive"
1037 msgstr ""
1038
1039 #: config/obj-elf.c:1898
1040 msgid "missing expression in .size directive"
1041 msgstr ""
1042
1043 #: config/obj-elf.c:2021
1044 #, c-format
1045 msgid "symbol '%s' is already defined"
1046 msgstr ""
1047
1048 #: config/obj-elf.c:2042
1049 #, c-format
1050 msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets"
1051 msgstr ""
1052
1053 #: config/obj-elf.c:2054
1054 #, c-format
1055 msgid "symbol type \"%s\" is supported only by GNU targets"
1056 msgstr ""
1057
1058 #: config/obj-elf.c:2065
1059 #, c-format
1060 msgid "unrecognized symbol type \"%s\""
1061 msgstr ""
1062
1063 #: config/obj-elf.c:2232 config/obj-elf.c:2235
1064 #, c-format
1065 msgid ".size expression for %s does not evaluate to a constant"
1066 msgstr ""
1067
1068 #: config/obj-elf.c:2269
1069 #, c-format
1070 msgid ""
1071 "invalid attempt to declare external version name as default in symbol `%s'"
1072 msgstr ""
1073
1074 #: config/obj-elf.c:2338 ecoff.c:3600
1075 #, c-format
1076 msgid "symbol `%s' can not be both weak and common"
1077 msgstr ""
1078
1079 #: config/obj-elf.c:2450
1080 #, c-format
1081 msgid "assuming all members of group `%s' are COMDAT"
1082 msgstr ""
1083
1084 #: config/obj-elf.c:2462
1085 #, c-format
1086 msgid "can't create group: %s"
1087 msgstr ""
1088
1089 #: config/obj-elf.c:2613
1090 #, c-format
1091 msgid "failed to set up debugging information: %s"
1092 msgstr ""
1093
1094 #: config/obj-elf.c:2633
1095 #, c-format
1096 msgid "can't start writing .mdebug section: %s"
1097 msgstr ""
1098
1099 #: config/obj-elf.c:2641
1100 #, c-format
1101 msgid "could not write .mdebug section: %s"
1102 msgstr ""
1103
1104 #: config/obj-evax.c:126
1105 #, c-format
1106 msgid "no entry symbol for global function '%s'"
1107 msgstr ""
1108
1109 #. make a temp string.
1110 #: config/obj-macho.c:119
1111 #, c-format
1112 msgid "the %s name '%s' is too long (maximum 16 characters)"
1113 msgstr ""
1114
1115 #: config/obj-macho.c:130
1116 #, c-format
1117 msgid "expected a %s name followed by a `,'"
1118 msgstr ""
1119
1120 #: config/obj-macho.c:195
1121 #, c-format
1122 msgid "cannot override zerofill section type for `%s,%s'"
1123 msgstr ""
1124
1125 #: config/obj-macho.c:249
1126 #, c-format
1127 msgid "failed to set flags for \"%s\": %s"
1128 msgstr ""
1129
1130 #: config/obj-macho.c:342
1131 #, c-format
1132 msgid "unknown or invalid section type '%s'"
1133 msgstr ""
1134
1135 #: config/obj-macho.c:381
1136 #, c-format
1137 msgid "unknown or invalid section attribute '%s'"
1138 msgstr ""
1139
1140 #: config/obj-macho.c:402
1141 msgid "unexpected section size information"
1142 msgstr ""
1143
1144 #: config/obj-macho.c:414
1145 msgid "missing sizeof_stub expression"
1146 msgstr ""
1147
1148 #: config/obj-macho.c:478 config/tc-ia64.c:1083 config/tc-ia64.c:11770
1149 #: config/tc-score.c:6100 expr.c:1172 read.c:1716
1150 msgid "expected symbol name"
1151 msgstr ""
1152
1153 #: config/obj-macho.c:491 read.c:495
1154 msgid "bad or irreducible absolute expression"
1155 msgstr ""
1156
1157 #: config/obj-macho.c:497 config/tc-score.c:6117 read.c:1754
1158 msgid "missing size expression"
1159 msgstr ""
1160
1161 #: config/obj-macho.c:506 config/tc-ia64.c:1118 read.c:1760
1162 #, c-format
1163 msgid "size (%ld) out of range, ignored"
1164 msgstr ""
1165
1166 #: config/obj-macho.c:516 config/tc-score.c:6260 dwarf2dbg.c:969 ecoff.c:3359
1167 #: read.c:1772 read.c:1877 read.c:2628 read.c:3201 read.c:3632 symbols.c:474
1168 #: symbols.c:569
1169 #, c-format
1170 msgid "symbol `%s' is already defined"
1171 msgstr ""
1172
1173 #: config/obj-macho.c:526 read.c:1787
1174 #, c-format
1175 msgid "size of \"%s\" is already %ld; not changing to %ld"
1176 msgstr ""
1177
1178 #: config/obj-macho.c:537
1179 msgid "align value not recognized, using size"
1180 msgstr ""
1181
1182 #: config/obj-macho.c:542 config/obj-macho.c:905
1183 #, c-format
1184 msgid "Alignment (%lu) too large: 15 assumed."
1185 msgstr ""
1186
1187 #: config/obj-macho.c:608
1188 #, c-format
1189 msgid "BFD is out of sync with GAS, unhandled well-known section type `%s'"
1190 msgstr ""
1191
1192 #: config/obj-macho.c:810
1193 #, c-format
1194 msgid "%s is not used for the selected target"
1195 msgstr ""
1196
1197 #: config/obj-macho.c:875
1198 msgid "internal error: base section index out of range"
1199 msgstr ""
1200
1201 #: config/obj-macho.c:961
1202 #, c-format
1203 msgid "internal error: bad file property ID %d"
1204 msgstr ""
1205
1206 #: config/obj-macho.c:969
1207 msgid "failed to set subsections by symbols"
1208 msgstr ""
1209
1210 #: config/obj-macho.c:1032
1211 #, c-format
1212 msgid "'%s' previously declared as '%s'."
1213 msgstr ""
1214
1215 #: config/obj-macho.c:1084 config/obj-macho.c:1404 config/obj-macho.c:1488
1216 #, c-format
1217 msgid ""
1218 "'%s' can't be a weak_definition (currently only supported in sections of "
1219 "type coalesced)"
1220 msgstr ""
1221
1222 #: config/obj-macho.c:1169
1223 msgid "use of .indirect_symbols requires `-dynamic'"
1224 msgstr ""
1225
1226 #: config/obj-macho.c:1186
1227 #, c-format
1228 msgid ""
1229 "attempt to add an indirect_symbol to a stub or reference section with a zero-"
1230 "sized element at %s"
1231 msgstr ""
1232
1233 #: config/obj-macho.c:1216
1234 msgid "an .indirect_symbol must be in a symbol pointer or stub section."
1235 msgstr ""
1236
1237 #: config/obj-macho.c:1485
1238 #, c-format
1239 msgid "'%s' can't be a weak_definition (since it is undefined)"
1240 msgstr ""
1241
1242 #: config/obj-macho.c:1491
1243 #, c-format
1244 msgid "Non-global symbol: '%s' can't be a weak_definition."
1245 msgstr ""
1246
1247 #: config/obj-macho.c:1497
1248 #, c-format
1249 msgid "internal error: [%s] unexpected code [%lx] in frob symbol"
1250 msgstr ""
1251
1252 #: config/obj-macho.c:1538
1253 #, c-format
1254 msgid "unrecognized stab type '%c'"
1255 msgstr ""
1256
1257 #: config/obj-macho.c:1589
1258 #, c-format
1259 msgid "`%s' can't be undefined in `%s' - `%s' {%s section}"
1260 msgstr ""
1261
1262 #: config/obj-macho.c:1597
1263 #, c-format
1264 msgid "`%s' can't be undefined in `%s' {%s section} - `%s'"
1265 msgstr ""
1266
1267 #: config/obj-macho.c:1604
1268 #, c-format
1269 msgid "`%s' and `%s' can't be undefined in `%s' - `%s'"
1270 msgstr ""
1271
1272 #: config/obj-macho.c:1806
1273 #, c-format
1274 msgid ""
1275 "the number of .indirect_symbols defined in section %s does not match the "
1276 "number expected (%d defined, %d expected)"
1277 msgstr ""
1278
1279 #: config/obj-macho.c:1826
1280 #, c-format
1281 msgid "internal error: failed to allocate %d indirectsymbol pointers"
1282 msgstr ""
1283
1284 #: config/obj-macho.c:1840 config/obj-macho.c:1863
1285 msgid "internal error: more indirect mach-o symbols than expected"
1286 msgstr ""
1287
1288 #: config/obj-som.c:56
1289 msgid "Only one .compiler pseudo-op per file!"
1290 msgstr ""
1291
1292 #: config/obj-som.c:73 config/obj-som.c:144 config/obj-som.c:186
1293 msgid "Expected quoted string"
1294 msgstr ""
1295
1296 #: config/obj-som.c:86
1297 msgid ".compiler directive missing language and version"
1298 msgstr ""
1299
1300 #: config/obj-som.c:96
1301 msgid ".compiler directive missing version"
1302 msgstr ""
1303
1304 #: config/obj-som.c:112
1305 #, c-format
1306 msgid "FATAL: Attaching compiler header %s"
1307 msgstr ""
1308
1309 #: config/obj-som.c:127
1310 msgid "Only one .version pseudo-op per file!"
1311 msgstr ""
1312
1313 #: config/obj-som.c:151
1314 #, c-format
1315 msgid "attaching version header %s: %s"
1316 msgstr ""
1317
1318 #: config/obj-som.c:169
1319 msgid "Only one .copyright pseudo-op per file!"
1320 msgstr ""
1321
1322 #: config/obj-som.c:193
1323 #, c-format
1324 msgid "attaching copyright header %s: %s"
1325 msgstr ""
1326
1327 #: config/tc-aarch64.c:383
1328 msgid "integer 32-bit register expected"
1329 msgstr ""
1330
1331 #: config/tc-aarch64.c:386
1332 msgid "integer 64-bit register expected"
1333 msgstr ""
1334
1335 #: config/tc-aarch64.c:389
1336 msgid "integer register expected"
1337 msgstr ""
1338
1339 #: config/tc-aarch64.c:392
1340 msgid "64-bit integer or SP register expected"
1341 msgstr ""
1342
1343 #: config/tc-aarch64.c:395 config/tc-mcore.c:839 config/tc-mcore.c:1355
1344 #: config/tc-mcore.c:1409
1345 msgid "base register expected"
1346 msgstr ""
1347
1348 #: config/tc-aarch64.c:398
1349 msgid "integer or zero register expected"
1350 msgstr ""
1351
1352 #: config/tc-aarch64.c:401
1353 msgid "offset register expected"
1354 msgstr ""
1355
1356 #: config/tc-aarch64.c:404
1357 msgid "integer or SP register expected"
1358 msgstr ""
1359
1360 #: config/tc-aarch64.c:407
1361 msgid "integer, zero or SP register expected"
1362 msgstr ""
1363
1364 #: config/tc-aarch64.c:410
1365 msgid "8-bit SIMD scalar register expected"
1366 msgstr ""
1367
1368 #: config/tc-aarch64.c:413
1369 msgid "16-bit SIMD scalar or floating-point half precision register expected"
1370 msgstr ""
1371
1372 #: config/tc-aarch64.c:417
1373 msgid "32-bit SIMD scalar or floating-point single precision register expected"
1374 msgstr ""
1375
1376 #: config/tc-aarch64.c:421
1377 msgid "64-bit SIMD scalar or floating-point double precision register expected"
1378 msgstr ""
1379
1380 #: config/tc-aarch64.c:425
1381 msgid "128-bit SIMD scalar or floating-point quad precision register expected"
1382 msgstr ""
1383
1384 #: config/tc-aarch64.c:430 config/tc-arm.c:4418
1385 msgid "register expected"
1386 msgstr ""
1387
1388 #. any [BHSDQ]P FP
1389 #: config/tc-aarch64.c:433
1390 msgid "SIMD scalar or floating-point register expected"
1391 msgstr ""
1392
1393 #. any V reg
1394 #: config/tc-aarch64.c:436
1395 msgid "vector register expected"
1396 msgstr ""
1397
1398 #: config/tc-aarch64.c:439
1399 msgid "SVE vector register expected"
1400 msgstr ""
1401
1402 #: config/tc-aarch64.c:442
1403 msgid "SVE predicate register expected"
1404 msgstr ""
1405
1406 #: config/tc-aarch64.c:445
1407 #, c-format
1408 msgid "invalid register type %d"
1409 msgstr ""
1410
1411 #: config/tc-aarch64.c:606 config/tc-aarch64.c:608 config/tc-arm.c:1094
1412 #: config/tc-score.c:6510 expr.c:1343 read.c:2610
1413 msgid "bad expression"
1414 msgstr ""
1415
1416 #: config/tc-aarch64.c:618 config/tc-sparc.c:3385
1417 msgid "bad segment"
1418 msgstr ""
1419
1420 #: config/tc-aarch64.c:836
1421 #, c-format
1422 msgid "bad size %d in vector width specifier"
1423 msgstr ""
1424
1425 #: config/tc-aarch64.c:869
1426 #, c-format
1427 msgid "unexpected character `%c' in element size"
1428 msgstr ""
1429
1430 #: config/tc-aarch64.c:871
1431 msgid "missing element size"
1432 msgstr ""
1433
1434 #: config/tc-aarch64.c:880
1435 #, c-format
1436 msgid "invalid element size %d and vector size combination %c"
1437 msgstr ""
1438
1439 #: config/tc-aarch64.c:915
1440 #, c-format
1441 msgid "unexpected character `%c' in predication type"
1442 msgstr ""
1443
1444 #: config/tc-aarch64.c:918
1445 msgid "missing predication type"
1446 msgstr ""
1447
1448 #: config/tc-aarch64.c:1013
1449 msgid "this type of register can't be indexed"
1450 msgstr ""
1451
1452 #: config/tc-aarch64.c:1019
1453 msgid "index not allowed inside register list"
1454 msgstr ""
1455
1456 #: config/tc-aarch64.c:1029 config/tc-aarch64.c:1977 config/tc-aarch64.c:2175
1457 #: config/tc-arm.c:1586 config/tc-arm.c:3698 config/tc-arm.c:4815
1458 msgid "constant expression required"
1459 msgstr ""
1460
1461 #. Indexed vector register expected.
1462 #: config/tc-aarch64.c:1041
1463 msgid "indexed vector register expected"
1464 msgstr ""
1465
1466 #: config/tc-aarch64.c:1048
1467 msgid "invalid use of vector register"
1468 msgstr ""
1469
1470 #: config/tc-aarch64.c:1140 config/tc-arm.c:1854
1471 msgid "expecting {"
1472 msgstr ""
1473
1474 #: config/tc-aarch64.c:1165
1475 msgid "invalid vector register in list"
1476 msgstr ""
1477
1478 #: config/tc-aarch64.c:1172
1479 msgid "invalid scalar register in list"
1480 msgstr ""
1481
1482 #: config/tc-aarch64.c:1185
1483 msgid "invalid range in vector register list"
1484 msgstr ""
1485
1486 #: config/tc-aarch64.c:1198
1487 msgid "type mismatch in vector register list"
1488 msgstr ""
1489
1490 #: config/tc-aarch64.c:1215
1491 msgid "end of vector register list not found"
1492 msgstr ""
1493
1494 #: config/tc-aarch64.c:1231
1495 msgid "constant expression required."
1496 msgstr ""
1497
1498 #: config/tc-aarch64.c:1241
1499 msgid "expected index"
1500 msgstr ""
1501
1502 #: config/tc-aarch64.c:1248
1503 msgid "too many registers in vector register list"
1504 msgstr ""
1505
1506 #: config/tc-aarch64.c:1253
1507 msgid "empty vector register list"
1508 msgstr ""
1509
1510 #: config/tc-aarch64.c:1275 config/tc-arm.c:2240
1511 #, c-format
1512 msgid "ignoring attempt to redefine built-in register '%s'"
1513 msgstr ""
1514
1515 #: config/tc-aarch64.c:1281 config/tc-arm.c:2245
1516 #, c-format
1517 msgid "ignoring redefinition of register alias '%s'"
1518 msgstr ""
1519
1520 #: config/tc-aarch64.c:1327 config/tc-arm.c:2311
1521 #, c-format
1522 msgid "unknown register '%s' -- .req ignored"
1523 msgstr ""
1524
1525 #: config/tc-aarch64.c:1385 config/tc-arm.c:2519
1526 msgid "invalid syntax for .req directive"
1527 msgstr ""
1528
1529 #: config/tc-aarch64.c:1410 config/tc-arm.c:2557
1530 msgid "invalid syntax for .unreq directive"
1531 msgstr ""
1532
1533 #: config/tc-aarch64.c:1416 config/tc-arm.c:2564
1534 #, c-format
1535 msgid "unknown register alias '%s'"
1536 msgstr ""
1537
1538 #: config/tc-aarch64.c:1418
1539 #, c-format
1540 msgid "ignoring attempt to undefine built-in register '%s'"
1541 msgstr ""
1542
1543 #: config/tc-aarch64.c:1742 config/tc-arm.c:3310 config/tc-arm.c:3337
1544 #: config/tc-arm.c:3350
1545 msgid "literal pool overflow"
1546 msgstr ""
1547
1548 #: config/tc-aarch64.c:1924 config/tc-aarch64.c:6100 config/tc-arm.c:3571
1549 #: config/tc-arm.c:7012
1550 msgid "unrecognized relocation suffix"
1551 msgstr ""
1552
1553 #: config/tc-aarch64.c:1926
1554 msgid "unimplemented relocation suffix"
1555 msgstr ""
1556
1557 #: config/tc-aarch64.c:2143 config/tc-aarch64.c:2333 config/tc-aarch64.c:2377
1558 #: config/tc-csky.c:1798
1559 msgid "immediate operand required"
1560 msgstr ""
1561
1562 #: config/tc-aarch64.c:2151
1563 msgid "missing immediate expression"
1564 msgstr ""
1565
1566 #: config/tc-aarch64.c:2357 config/tc-aarch64.c:5924 config/tc-aarch64.c:5944
1567 msgid "invalid floating-point constant"
1568 msgstr ""
1569
1570 #: config/tc-aarch64.c:3050 config/tc-arm.c:5154 config/tc-arm.c:5163
1571 msgid "shift expression expected"
1572 msgstr ""
1573
1574 #: config/tc-aarch64.c:3058
1575 msgid "shift operator expected"
1576 msgstr ""
1577
1578 #: config/tc-aarch64.c:3066
1579 msgid "invalid use of 'MSL'"
1580 msgstr ""
1581
1582 #: config/tc-aarch64.c:3074
1583 msgid "invalid use of 'MUL'"
1584 msgstr ""
1585
1586 #: config/tc-aarch64.c:3083
1587 msgid "extending shift is not permitted"
1588 msgstr ""
1589
1590 #: config/tc-aarch64.c:3091
1591 msgid "'ROR' shift is not permitted"
1592 msgstr ""
1593
1594 #: config/tc-aarch64.c:3099
1595 msgid "only 'LSL' shift is permitted"
1596 msgstr ""
1597
1598 #: config/tc-aarch64.c:3107
1599 msgid "only 'MUL' is permitted"
1600 msgstr ""
1601
1602 #: config/tc-aarch64.c:3125
1603 msgid "only 'MUL VL' is permitted"
1604 msgstr ""
1605
1606 #: config/tc-aarch64.c:3133
1607 msgid "invalid shift for the register offset addressing mode"
1608 msgstr ""
1609
1610 #: config/tc-aarch64.c:3141
1611 msgid "invalid shift operator"
1612 msgstr ""
1613
1614 #: config/tc-aarch64.c:3174
1615 msgid "missing shift amount"
1616 msgstr ""
1617
1618 #: config/tc-aarch64.c:3181
1619 msgid "constant shift amount required"
1620 msgstr ""
1621
1622 #: config/tc-aarch64.c:3190
1623 msgid "shift amount out of range 0 to 63"
1624 msgstr ""
1625
1626 #: config/tc-aarch64.c:3239
1627 msgid "unexpected shift operator"
1628 msgstr ""
1629
1630 #: config/tc-aarch64.c:3275
1631 msgid "unexpected register in the immediate operand"
1632 msgstr ""
1633
1634 #: config/tc-aarch64.c:3300
1635 msgid "integer register expected in the extended/shifted operand register"
1636 msgstr ""
1637
1638 #: config/tc-aarch64.c:3335 config/tc-aarch64.c:3469 config/tc-aarch64.c:3598
1639 #: config/tc-aarch64.c:3754 config/tc-aarch64.c:3795
1640 msgid "unknown relocation modifier"
1641 msgstr ""
1642
1643 #: config/tc-aarch64.c:3342 config/tc-aarch64.c:3488 config/tc-aarch64.c:3605
1644 #: config/tc-aarch64.c:3761 config/tc-aarch64.c:3802
1645 msgid "this relocation modifier is not allowed on this instruction"
1646 msgstr ""
1647
1648 #: config/tc-aarch64.c:3496 config/tc-aarch64.c:3616
1649 msgid "invalid relocation expression"
1650 msgstr ""
1651
1652 #: config/tc-aarch64.c:3514
1653 msgid "invalid address"
1654 msgstr ""
1655
1656 #: config/tc-aarch64.c:3570
1657 msgid "invalid use of 32-bit register offset"
1658 msgstr ""
1659
1660 #: config/tc-aarch64.c:3576
1661 msgid "offset has different size from base"
1662 msgstr ""
1663
1664 #: config/tc-aarch64.c:3582
1665 msgid "invalid use of 64-bit register offset"
1666 msgstr ""
1667
1668 #. [Xn],#expr
1669 #: config/tc-aarch64.c:3629 config/tc-aarch64.c:3686
1670 msgid "invalid expression in the address"
1671 msgstr ""
1672
1673 #: config/tc-aarch64.c:3643 config/tc-arm.c:5690 config/tc-arm.c:6267
1674 msgid "']' expected"
1675 msgstr ""
1676
1677 #: config/tc-aarch64.c:3651
1678 msgid "register offset not allowed in pre-indexed addressing mode"
1679 msgstr ""
1680
1681 #: config/tc-aarch64.c:3666 config/tc-arm.c:5726
1682 msgid "cannot combine pre- and post-indexing"
1683 msgstr ""
1684
1685 #. Reject [Rn]!
1686 #: config/tc-aarch64.c:3698
1687 msgid "missing offset in the pre-indexed address"
1688 msgstr ""
1689
1690 #: config/tc-aarch64.c:3928
1691 msgid "unknown or missing option to PSB"
1692 msgstr ""
1693
1694 #: config/tc-aarch64.c:3936
1695 msgid "the specified option is not accepted for PSB"
1696 msgstr ""
1697
1698 #: config/tc-aarch64.c:3963 config/tc-aarch64.c:3977
1699 msgid "unknown option to BTI"
1700 msgstr ""
1701
1702 #: config/tc-aarch64.c:4037
1703 #, c-format
1704 msgid "selected processor does not support PSTATE field name '%s'"
1705 msgstr ""
1706
1707 #: config/tc-aarch64.c:4040 config/tc-aarch64.c:4075
1708 #, c-format
1709 msgid "selected processor does not support system register name '%s'"
1710 msgstr ""
1711
1712 #: config/tc-aarch64.c:4043
1713 #, c-format
1714 msgid ""
1715 "system register name '%s' is deprecated and may be removed in a future "
1716 "release"
1717 msgstr ""
1718
1719 #: config/tc-aarch64.c:4117
1720 msgid "immediate value out of range "
1721 msgstr ""
1722
1723 #: config/tc-aarch64.c:4628
1724 #, c-format
1725 msgid "Info: "
1726 msgstr ""
1727
1728 #: config/tc-aarch64.c:4663 config/tc-score.c:2750 config/tc-score.c:6499
1729 #, c-format
1730 msgid "%s -- `%s'"
1731 msgstr ""
1732
1733 #: config/tc-aarch64.c:4665
1734 #, c-format
1735 msgid "%s at operand %d -- `%s'"
1736 msgstr ""
1737
1738 #: config/tc-aarch64.c:4671
1739 #, c-format
1740 msgid "operand %d must be %s -- `%s'"
1741 msgstr ""
1742
1743 #: config/tc-aarch64.c:4677
1744 #, c-format
1745 msgid "operand mismatch -- `%s'"
1746 msgstr ""
1747
1748 #. Print the hint.
1749 #: config/tc-aarch64.c:4737
1750 msgid "   did you mean this?"
1751 msgstr ""
1752
1753 #: config/tc-aarch64.c:4740 config/tc-aarch64.c:4767
1754 #, c-format
1755 msgid "   %s"
1756 msgstr ""
1757
1758 #: config/tc-aarch64.c:4745
1759 msgid "   other valid variant(s):"
1760 msgstr ""
1761
1762 #: config/tc-aarch64.c:4774
1763 #, c-format
1764 msgid "operand %d must be the same register as operand 1 -- `%s'"
1765 msgstr ""
1766
1767 #: config/tc-aarch64.c:4780
1768 #, c-format
1769 msgid "%s out of range %d to %d at operand %d -- `%s'"
1770 msgstr ""
1771
1772 #: config/tc-aarch64.c:4781 config/tc-aarch64.c:4785 config/tc-aarch64.c:6674
1773 msgid "immediate value"
1774 msgstr ""
1775
1776 #: config/tc-aarch64.c:4784
1777 #, c-format
1778 msgid "%s must be %d at operand %d -- `%s'"
1779 msgstr ""
1780
1781 #: config/tc-aarch64.c:4791
1782 #, c-format
1783 msgid ""
1784 "invalid number of registers in the list; only 1 register is expected at "
1785 "operand %d -- `%s'"
1786 msgstr ""
1787
1788 #: config/tc-aarch64.c:4795
1789 #, c-format
1790 msgid ""
1791 "invalid number of registers in the list; %d registers are expected at "
1792 "operand %d -- `%s'"
1793 msgstr ""
1794
1795 #: config/tc-aarch64.c:4801
1796 #, c-format
1797 msgid "immediate value must be a multiple of %d at operand %d -- `%s'"
1798 msgstr ""
1799
1800 #: config/tc-aarch64.c:5114
1801 msgid "bad vector arrangement type"
1802 msgstr ""
1803
1804 #: config/tc-aarch64.c:5241
1805 msgid "the specified relocation type is not allowed for MOVK"
1806 msgstr ""
1807
1808 #: config/tc-aarch64.c:5289 config/tc-aarch64.c:5300
1809 msgid "the specified relocation type is not allowed for 32-bit register"
1810 msgstr ""
1811
1812 #: config/tc-aarch64.c:5491
1813 msgid "comma expected between operands"
1814 msgstr ""
1815
1816 #: config/tc-aarch64.c:5625
1817 msgid "the top half of a 128-bit FP/SIMD register is expected"
1818 msgstr ""
1819
1820 #: config/tc-aarch64.c:5697 config/tc-arm.c:1923 config/tc-arm.c:1968
1821 #: config/tc-h8300.c:1043
1822 msgid "invalid register list"
1823 msgstr ""
1824
1825 #: config/tc-aarch64.c:5717
1826 msgid "missing type suffix"
1827 msgstr ""
1828
1829 #: config/tc-aarch64.c:5736
1830 msgid "C0 - C15 expected"
1831 msgstr ""
1832
1833 #: config/tc-aarch64.c:5839 config/tc-aarch64.c:5863
1834 msgid "immediate zero expected"
1835 msgstr ""
1836
1837 #: config/tc-aarch64.c:5959
1838 msgid "shift not allowed for bitmask immediate"
1839 msgstr ""
1840
1841 #: config/tc-aarch64.c:6013
1842 msgid "can't mix relocation modifier with explicit shift"
1843 msgstr ""
1844
1845 #: config/tc-aarch64.c:6061
1846 msgid "invalid condition"
1847 msgstr ""
1848
1849 #: config/tc-aarch64.c:6087
1850 msgid "invalid pc-relative address"
1851 msgstr ""
1852
1853 #. Only permit "=value" in the literal load instructions.
1854 #. The literal will be generated by programmer_friendly_fixup.
1855 #: config/tc-aarch64.c:6095
1856 msgid "invalid use of \"=immediate\""
1857 msgstr ""
1858
1859 #: config/tc-aarch64.c:6160 config/tc-aarch64.c:6192 config/tc-aarch64.c:6210
1860 #: config/tc-aarch64.c:6234 config/tc-aarch64.c:6254 config/tc-aarch64.c:6273
1861 #: config/tc-aarch64.c:6296 config/tc-aarch64.c:6331 config/tc-aarch64.c:6338
1862 #: config/tc-aarch64.c:6366 config/tc-aarch64.c:6386 config/tc-aarch64.c:6411
1863 #: config/tc-aarch64.c:6427 config/tc-aarch64.c:6451
1864 msgid "invalid addressing mode"
1865 msgstr ""
1866
1867 #: config/tc-aarch64.c:6176
1868 msgid "the optional immediate offset can only be 0"
1869 msgstr ""
1870
1871 #: config/tc-aarch64.c:6215 config/tc-aarch64.c:6239 config/tc-aarch64.c:6259
1872 msgid "relocation not allowed"
1873 msgstr ""
1874
1875 #: config/tc-aarch64.c:6306
1876 msgid "writeback value must be an immediate constant"
1877 msgstr ""
1878
1879 #. Make sure this has priority over
1880 #. "invalid addressing mode".
1881 #: config/tc-aarch64.c:6346
1882 msgid "constant offset required"
1883 msgstr ""
1884
1885 #: config/tc-aarch64.c:6463
1886 msgid "unknown or missing system register name"
1887 msgstr ""
1888
1889 #: config/tc-aarch64.c:6475
1890 msgid "unknown or missing PSTATE field name"
1891 msgstr ""
1892
1893 #: config/tc-aarch64.c:6507
1894 msgid "unknown or missing operation name"
1895 msgstr ""
1896
1897 #: config/tc-aarch64.c:6520
1898 msgid "the specified option is not accepted in ISB"
1899 msgstr ""
1900
1901 #: config/tc-aarch64.c:6552 config/tc-aarch64.c:7733 config/tc-arm.c:7227
1902 #, c-format
1903 msgid "unhandled operand code %d"
1904 msgstr ""
1905
1906 #: config/tc-aarch64.c:6594
1907 msgid "unexpected comma before the omitted optional operand"
1908 msgstr ""
1909
1910 #: config/tc-aarch64.c:6622
1911 msgid "unexpected characters following instruction"
1912 msgstr ""
1913
1914 #: config/tc-aarch64.c:6700 config/tc-arm.c:5265 config/tc-arm.c:5826
1915 #: config/tc-arm.c:7989
1916 msgid "constant expression expected"
1917 msgstr ""
1918
1919 #: config/tc-aarch64.c:6707
1920 msgid "literal pool insertion failed"
1921 msgstr ""
1922
1923 #: config/tc-aarch64.c:6778 config/tc-aarch64.c:6793
1924 #, c-format
1925 msgid "unpredictable transfer with writeback -- `%s'"
1926 msgstr ""
1927
1928 #: config/tc-aarch64.c:6797
1929 #, c-format
1930 msgid "unpredictable load of register pair -- `%s'"
1931 msgstr ""
1932
1933 #: config/tc-aarch64.c:6809
1934 #, c-format
1935 msgid "unpredictable: identical transfer and status registers --`%s'"
1936 msgstr ""
1937
1938 #: config/tc-aarch64.c:6825
1939 #, c-format
1940 msgid "previous `%s' sequence has not been closed"
1941 msgstr ""
1942
1943 #: config/tc-aarch64.c:6904
1944 #, c-format
1945 msgid "unknown mnemonic `%s' -- `%s'"
1946 msgstr ""
1947
1948 #: config/tc-aarch64.c:6912
1949 #, c-format
1950 msgid "unexpected comma after the mnemonic name `%s' -- `%s'"
1951 msgstr ""
1952
1953 #: config/tc-aarch64.c:6970
1954 #, c-format
1955 msgid "selected processor does not support `%s'"
1956 msgstr ""
1957
1958 #: config/tc-aarch64.c:7393 config/tc-arm.c:22929
1959 msgid "GOT already in the symbol table"
1960 msgstr ""
1961
1962 #: config/tc-aarch64.c:7556
1963 msgid "immediate cannot be moved by a single instruction"
1964 msgstr ""
1965
1966 #: config/tc-aarch64.c:7599 config/tc-aarch64.c:7644 config/tc-aarch64.c:7670
1967 #: config/tc-arm.c:15430 config/tc-arm.c:15457 config/tc-arm.c:16101
1968 #: config/tc-arm.c:16734 config/tc-arm.c:17570 config/tc-arm.c:17610
1969 #: config/tc-metag.c:2444 config/tc-metag.c:2453 config/tc-metag.c:2492
1970 #: config/tc-metag.c:2501 config/tc-metag.c:3021 config/tc-metag.c:3030
1971 msgid "immediate out of range"
1972 msgstr ""
1973
1974 #: config/tc-aarch64.c:7663 config/tc-metag.c:4656 config/tc-xtensa.c:4213
1975 msgid "invalid immediate"
1976 msgstr ""
1977
1978 #: config/tc-aarch64.c:7728 config/tc-tic6x.c:3861 config/tc-tic6x.c:3926
1979 #: config/tc-tic6x.c:3953 config/tc-tic6x.c:3981
1980 msgid "immediate offset out of range"
1981 msgstr ""
1982
1983 #: config/tc-aarch64.c:7802 config/tc-arm.c:23267 config/tc-arm.c:23335
1984 #: config/tc-arm.c:23617
1985 #, c-format
1986 msgid "undefined symbol %s used as an immediate value"
1987 msgstr ""
1988
1989 #: config/tc-aarch64.c:7814
1990 msgid "pc-relative load offset not word aligned"
1991 msgstr ""
1992
1993 #: config/tc-aarch64.c:7817
1994 msgid "pc-relative load offset out of range"
1995 msgstr ""
1996
1997 #: config/tc-aarch64.c:7829
1998 msgid "pc-relative address offset out of range"
1999 msgstr ""
2000
2001 #: config/tc-aarch64.c:7841 config/tc-aarch64.c:7856
2002 msgid "conditional branch target not word aligned"
2003 msgstr ""
2004
2005 #: config/tc-aarch64.c:7844 config/tc-aarch64.c:7859 config/tc-arm.c:23910
2006 msgid "conditional branch out of range"
2007 msgstr ""
2008
2009 #: config/tc-aarch64.c:7872
2010 msgid "branch target not word aligned"
2011 msgstr ""
2012
2013 #: config/tc-aarch64.c:7875 config/tc-arm.c:856 config/tc-mips.c:15792
2014 #: config/tc-mips.c:15808 config/tc-mips.c:15898
2015 msgid "branch out of range"
2016 msgstr ""
2017
2018 #: config/tc-aarch64.c:7934 config/tc-arm.c:23508 config/tc-arm.c:23523
2019 #: config/tc-arm.c:23538 config/tc-arm.c:23549 config/tc-arm.c:23572
2020 #: config/tc-arm.c:24403 config/tc-moxie.c:716 config/tc-pj.c:452
2021 #: config/tc-sh.c:3733
2022 msgid "offset out of range"
2023 msgstr ""
2024
2025 #: config/tc-aarch64.c:7949
2026 msgid "unsigned value out of range"
2027 msgstr ""
2028
2029 #: config/tc-aarch64.c:7960
2030 msgid "signed value out of range"
2031 msgstr ""
2032
2033 #: config/tc-aarch64.c:8110
2034 #, c-format
2035 msgid "unexpected %s fixup"
2036 msgstr ""
2037
2038 #: config/tc-aarch64.c:8176 config/tc-arm.c:24918 config/tc-arm.c:24939
2039 #: config/tc-mips.c:18147 config/tc-or1k.c:348 config/tc-score.c:7468
2040 #, c-format
2041 msgid "cannot represent %s relocation in this object file format"
2042 msgstr ""
2043
2044 #: config/tc-aarch64.c:8209
2045 #, c-format
2046 msgid "cannot do %u-byte relocation"
2047 msgstr ""
2048
2049 #: config/tc-aarch64.c:8529 config/tc-arm.c:25412 config/tc-score.c:6293
2050 #: config/tc-score.c:6523 config/tc-score.c:6528
2051 msgid "virtual memory exhausted"
2052 msgstr ""
2053
2054 #: config/tc-aarch64.c:8692 config/tc-arm.c:25754
2055 msgid "assemble for big-endian"
2056 msgstr ""
2057
2058 #: config/tc-aarch64.c:8693 config/tc-arm.c:25755
2059 msgid "assemble for little-endian"
2060 msgstr ""
2061
2062 #: config/tc-aarch64.c:8696
2063 msgid "temporary switch for dumping"
2064 msgstr ""
2065
2066 #: config/tc-aarch64.c:8698
2067 msgid "output verbose error messages"
2068 msgstr ""
2069
2070 #: config/tc-aarch64.c:8700
2071 msgid "do not output verbose error messages"
2072 msgstr ""
2073
2074 #: config/tc-aarch64.c:8927 config/tc-arm.c:26583
2075 msgid "invalid architectural extension"
2076 msgstr ""
2077
2078 #: config/tc-aarch64.c:8952 config/tc-arm.c:26615
2079 msgid "must specify extensions to add before specifying those to remove"
2080 msgstr ""
2081
2082 #: config/tc-aarch64.c:8960 config/tc-arm.c:26623
2083 msgid "missing architectural extension"
2084 msgstr ""
2085
2086 #: config/tc-aarch64.c:8987 config/tc-arm.c:26674
2087 #, c-format
2088 msgid "unknown architectural extension `%s'"
2089 msgstr ""
2090
2091 #: config/tc-aarch64.c:9011 config/tc-arm.c:26708 config/tc-metag.c:5834
2092 #, c-format
2093 msgid "missing cpu name `%s'"
2094 msgstr ""
2095
2096 #: config/tc-aarch64.c:9025 config/tc-aarch64.c:9242 config/tc-arm.c:26743
2097 #: config/tc-arm.c:27524 config/tc-csky.c:896 config/tc-metag.c:5845
2098 #, c-format
2099 msgid "unknown cpu `%s'"
2100 msgstr ""
2101
2102 #: config/tc-aarch64.c:9043 config/tc-arm.c:26761
2103 #, c-format
2104 msgid "missing architecture name `%s'"
2105 msgstr ""
2106
2107 #: config/tc-aarch64.c:9057 config/tc-aarch64.c:9289 config/tc-arm.c:26781
2108 #: config/tc-arm.c:27558 config/tc-arm.c:27588 config/tc-score.c:7703
2109 #, c-format
2110 msgid "unknown architecture `%s'\n"
2111 msgstr ""
2112
2113 #: config/tc-aarch64.c:9080
2114 #, c-format
2115 msgid "missing abi name `%s'"
2116 msgstr ""
2117
2118 #: config/tc-aarch64.c:9091
2119 #, c-format
2120 msgid "unknown abi `%s'\n"
2121 msgstr ""
2122
2123 #: config/tc-aarch64.c:9097
2124 msgid "<abi name>\t  specify for ABI <abi name>"
2125 msgstr ""
2126
2127 #: config/tc-aarch64.c:9100 config/tc-arm.c:26868 config/tc-metag.c:5911
2128 msgid "<cpu name>\t  assemble for CPU <cpu name>"
2129 msgstr ""
2130
2131 #: config/tc-aarch64.c:9102 config/tc-arm.c:26870
2132 msgid "<arch name>\t  assemble for architecture <arch name>"
2133 msgstr ""
2134
2135 #: config/tc-aarch64.c:9141 config/tc-aarch64.c:9161 config/tc-arm.c:26932
2136 #: config/tc-arm.c:26950 config/tc-arm.c:26970 config/tc-metag.c:5936
2137 #, c-format
2138 msgid "option `-%c%s' is deprecated: %s"
2139 msgstr ""
2140
2141 #: config/tc-aarch64.c:9181
2142 #, c-format
2143 msgid " AArch64-specific assembler options:\n"
2144 msgstr ""
2145
2146 #: config/tc-aarch64.c:9192 config/tc-arc.c:3557 config/tc-arm.c:27001
2147 #, c-format
2148 msgid "  -EB                     assemble code for a big-endian cpu\n"
2149 msgstr ""
2150
2151 #: config/tc-aarch64.c:9197 config/tc-arc.c:3559 config/tc-arm.c:27006
2152 #, c-format
2153 msgid "  -EL                     assemble code for a little-endian cpu\n"
2154 msgstr ""
2155
2156 #: config/tc-alpha.c:652
2157 #, c-format
2158 msgid "No !literal!%ld was found"
2159 msgstr ""
2160
2161 #: config/tc-alpha.c:659
2162 #, c-format
2163 msgid "No !tlsgd!%ld was found"
2164 msgstr ""
2165
2166 #: config/tc-alpha.c:666
2167 #, c-format
2168 msgid "No !tlsldm!%ld was found"
2169 msgstr ""
2170
2171 #: config/tc-alpha.c:675
2172 #, c-format
2173 msgid "No ldah !gpdisp!%ld was found"
2174 msgstr ""
2175
2176 #: config/tc-alpha.c:725
2177 #, c-format
2178 msgid "too many !literal!%ld for %s"
2179 msgstr ""
2180
2181 #: config/tc-alpha.c:755
2182 #, c-format
2183 msgid "No lda !gpdisp!%ld was found"
2184 msgstr ""
2185
2186 #. Only support one relocation op per insn.
2187 #: config/tc-alpha.c:914
2188 msgid "More than one relocation op per insn"
2189 msgstr ""
2190
2191 #: config/tc-alpha.c:929 config/tc-arc.c:1199
2192 msgid "No relocation operand"
2193 msgstr ""
2194
2195 #: config/tc-alpha.c:939
2196 #, c-format
2197 msgid "Unknown relocation operand: !%s"
2198 msgstr ""
2199
2200 #: config/tc-alpha.c:949
2201 #, c-format
2202 msgid "no sequence number after !%s"
2203 msgstr ""
2204
2205 #: config/tc-alpha.c:959
2206 #, c-format
2207 msgid "!%s does not use a sequence number"
2208 msgstr ""
2209
2210 #: config/tc-alpha.c:969
2211 #, c-format
2212 msgid "Bad sequence number: !%s!%s"
2213 msgstr ""
2214
2215 #: config/tc-alpha.c:1185 config/tc-alpha.c:3359
2216 #, c-format
2217 msgid "inappropriate arguments for opcode `%s'"
2218 msgstr ""
2219
2220 #: config/tc-alpha.c:1187 config/tc-alpha.c:3361
2221 #, c-format
2222 msgid "opcode `%s' not supported for target %s"
2223 msgstr ""
2224
2225 #: config/tc-alpha.c:1191 config/tc-alpha.c:3365 config/tc-avr.c:1903
2226 #: config/tc-msp430.c:4163 config/tc-wasm32.c:753
2227 #, c-format
2228 msgid "unknown opcode `%s'"
2229 msgstr ""
2230
2231 #: config/tc-alpha.c:1272 config/tc-alpha.c:1531
2232 msgid "overflow in literal (.lita) table"
2233 msgstr ""
2234
2235 #: config/tc-alpha.c:1279 config/tc-alpha.c:1303 config/tc-alpha.c:1544
2236 #: config/tc-alpha.c:2231 config/tc-alpha.c:2276 config/tc-alpha.c:2345
2237 #: config/tc-alpha.c:2428 config/tc-alpha.c:2653 config/tc-alpha.c:2751
2238 msgid "macro requires $at register while noat in effect"
2239 msgstr ""
2240
2241 #: config/tc-alpha.c:1281 config/tc-alpha.c:1305 config/tc-alpha.c:1546
2242 msgid "macro requires $at while $at in use"
2243 msgstr ""
2244
2245 #: config/tc-alpha.c:1490
2246 msgid "bignum invalid; zero assumed"
2247 msgstr ""
2248
2249 #: config/tc-alpha.c:1492
2250 msgid "floating point number invalid; zero assumed"
2251 msgstr ""
2252
2253 #: config/tc-alpha.c:1497
2254 msgid "can't handle expression"
2255 msgstr ""
2256
2257 #: config/tc-alpha.c:1537
2258 msgid "overflow in literal (.lit8) table"
2259 msgstr ""
2260
2261 #: config/tc-alpha.c:1834
2262 #, c-format
2263 msgid "too many ldah insns for !gpdisp!%ld"
2264 msgstr ""
2265
2266 #: config/tc-alpha.c:1836 config/tc-alpha.c:1848
2267 #, c-format
2268 msgid "both insns for !gpdisp!%ld must be in the same section"
2269 msgstr ""
2270
2271 #: config/tc-alpha.c:1846
2272 #, c-format
2273 msgid "too many lda insns for !gpdisp!%ld"
2274 msgstr ""
2275
2276 #: config/tc-alpha.c:1902
2277 #, c-format
2278 msgid "too many lituse insns for !lituse_tlsgd!%ld"
2279 msgstr ""
2280
2281 #: config/tc-alpha.c:1905
2282 #, c-format
2283 msgid "too many lituse insns for !lituse_tlsldm!%ld"
2284 msgstr ""
2285
2286 #: config/tc-alpha.c:1922
2287 #, c-format
2288 msgid "duplicate !tlsgd!%ld"
2289 msgstr ""
2290
2291 #: config/tc-alpha.c:1924
2292 #, c-format
2293 msgid "sequence number in use for !tlsldm!%ld"
2294 msgstr ""
2295
2296 #: config/tc-alpha.c:1938
2297 #, c-format
2298 msgid "duplicate !tlsldm!%ld"
2299 msgstr ""
2300
2301 #: config/tc-alpha.c:1940
2302 #, c-format
2303 msgid "sequence number in use for !tlsgd!%ld"
2304 msgstr ""
2305
2306 #: config/tc-alpha.c:1995 config/tc-arc.c:2827 config/tc-mn10200.c:854
2307 #: config/tc-mn10300.c:1150 config/tc-ppc.c:1964 config/tc-s390.c:676
2308 #: config/tc-tilegx.c:426 config/tc-tilegx.c:476 config/tc-tilepro.c:382
2309 msgid "operand"
2310 msgstr ""
2311
2312 #: config/tc-alpha.c:2134
2313 msgid "invalid relocation for instruction"
2314 msgstr ""
2315
2316 #: config/tc-alpha.c:2148
2317 msgid "invalid relocation for field"
2318 msgstr ""
2319
2320 #: config/tc-alpha.c:2980
2321 msgid "can not resolve expression"
2322 msgstr ""
2323
2324 #: config/tc-alpha.c:3515 config/tc-microblaze.c:204 config/tc-ppc.c:2287
2325 #: config/tc-ppc.c:5663
2326 #, c-format
2327 msgid ".COMMon length (%ld.) <0! Ignored."
2328 msgstr ""
2329
2330 #: config/tc-alpha.c:3526 config/tc-ia64.c:1094 config/tc-sparc.c:4279
2331 #: config/tc-v850.c:306
2332 msgid "Ignoring attempt to re-define symbol"
2333 msgstr ""
2334
2335 #: config/tc-alpha.c:3618 config/tc-sparc.c:4287
2336 #, c-format
2337 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
2338 msgstr ""
2339
2340 #: config/tc-alpha.c:3725
2341 msgid ".ent directive has no name"
2342 msgstr ""
2343
2344 #: config/tc-alpha.c:3733
2345 msgid "nested .ent directives"
2346 msgstr ""
2347
2348 #: config/tc-alpha.c:3777 ecoff.c:3008
2349 msgid ".end directive has no name"
2350 msgstr ""
2351
2352 #: config/tc-alpha.c:3785
2353 msgid ".end directive without matching .ent"
2354 msgstr ""
2355
2356 #: config/tc-alpha.c:3787
2357 msgid ".end directive names different symbol than .ent"
2358 msgstr ""
2359
2360 #: config/tc-alpha.c:3830 ecoff.c:3145
2361 msgid ".fmask outside of .ent"
2362 msgstr ""
2363
2364 #: config/tc-alpha.c:3832 config/tc-score.c:5595 ecoff.c:3209
2365 msgid ".mask outside of .ent"
2366 msgstr ""
2367
2368 #: config/tc-alpha.c:3840 ecoff.c:3152
2369 msgid "bad .fmask directive"
2370 msgstr ""
2371
2372 #: config/tc-alpha.c:3842 ecoff.c:3216
2373 msgid "bad .mask directive"
2374 msgstr ""
2375
2376 #: config/tc-alpha.c:3875 config/tc-mips.c:19628 config/tc-score.c:5736
2377 #: ecoff.c:3173
2378 msgid ".frame outside of .ent"
2379 msgstr ""
2380
2381 #: config/tc-alpha.c:3886 config/tc-mips.c:19639 ecoff.c:3184
2382 msgid "bad .frame directive"
2383 msgstr ""
2384
2385 #: config/tc-alpha.c:3920
2386 msgid ".prologue directive without a preceding .ent directive"
2387 msgstr ""
2388
2389 #: config/tc-alpha.c:3938
2390 #, c-format
2391 msgid "Invalid argument %d to .prologue."
2392 msgstr ""
2393
2394 #: config/tc-alpha.c:4027
2395 msgid "ECOFF debugging is disabled."
2396 msgstr ""
2397
2398 #: config/tc-alpha.c:4041
2399 msgid ".ent directive without matching .end"
2400 msgstr ""
2401
2402 #: config/tc-alpha.c:4134
2403 msgid ".usepv directive has no name"
2404 msgstr ""
2405
2406 #: config/tc-alpha.c:4147
2407 msgid ".usepv directive has no type"
2408 msgstr ""
2409
2410 #: config/tc-alpha.c:4162
2411 msgid "unknown argument for .usepv"
2412 msgstr ""
2413
2414 #: config/tc-alpha.c:4275
2415 #, c-format
2416 msgid "unknown section attribute %s"
2417 msgstr ""
2418
2419 #: config/tc-alpha.c:4370
2420 msgid "previous .ent not closed by a .end"
2421 msgstr ""
2422
2423 #: config/tc-alpha.c:4391
2424 msgid ".ent directive has no symbol"
2425 msgstr ""
2426
2427 #: config/tc-alpha.c:4416
2428 msgid ".handler directive has no name"
2429 msgstr ""
2430
2431 #: config/tc-alpha.c:4447
2432 msgid "Bad .frame directive 1./2. param"
2433 msgstr ""
2434
2435 #: config/tc-alpha.c:4457
2436 #, c-format
2437 msgid "Bad RA (%d) register for .frame"
2438 msgstr ""
2439
2440 #: config/tc-alpha.c:4462
2441 msgid "Bad .frame directive 3./4. param"
2442 msgstr ""
2443
2444 #: config/tc-alpha.c:4498
2445 msgid ".pdesc directive not in link (.link) section"
2446 msgstr ""
2447
2448 #: config/tc-alpha.c:4505
2449 msgid ".pdesc directive has no entry symbol"
2450 msgstr ""
2451
2452 #: config/tc-alpha.c:4516
2453 msgid ".pdesc has a bad entry symbol"
2454 msgstr ""
2455
2456 #: config/tc-alpha.c:4527
2457 msgid ".pdesc doesn't match with last .ent"
2458 msgstr ""
2459
2460 #: config/tc-alpha.c:4542
2461 msgid "No comma after .pdesc <entryname>"
2462 msgstr ""
2463
2464 #: config/tc-alpha.c:4562
2465 msgid "unknown procedure kind"
2466 msgstr ""
2467
2468 #: config/tc-alpha.c:4657
2469 msgid ".name directive not in link (.link) section"
2470 msgstr ""
2471
2472 #: config/tc-alpha.c:4665
2473 msgid ".name directive has no symbol"
2474 msgstr ""
2475
2476 #: config/tc-alpha.c:4699
2477 msgid "No symbol after .linkage"
2478 msgstr ""
2479
2480 #: config/tc-alpha.c:4746
2481 msgid "No symbol after .code_address"
2482 msgstr ""
2483
2484 #: config/tc-alpha.c:4772 config/tc-score.c:5601
2485 msgid "Bad .mask directive"
2486 msgstr ""
2487
2488 #: config/tc-alpha.c:4790
2489 msgid "Bad .fmask directive"
2490 msgstr ""
2491
2492 #: config/tc-alpha.c:4947
2493 #, c-format
2494 msgid "Expected comma after name \"%s\""
2495 msgstr ""
2496
2497 #: config/tc-alpha.c:4959
2498 #, c-format
2499 msgid "unhandled: .proc %s,%d"
2500 msgstr ""
2501
2502 #: config/tc-alpha.c:4992
2503 #, c-format
2504 msgid "Tried to .set unrecognized mode `%s'"
2505 msgstr ""
2506
2507 #: config/tc-alpha.c:5018
2508 #, c-format
2509 msgid "Bad base register, using $%d."
2510 msgstr ""
2511
2512 #: config/tc-alpha.c:5039 config/tc-nios2.c:351 config/tc-nios2.c:476
2513 #, c-format
2514 msgid "Alignment too large: %d. assumed"
2515 msgstr ""
2516
2517 #: config/tc-alpha.c:5043 config/tc-d30v.c:2057 config/tc-nios2.c:355
2518 #: config/tc-nios2.c:480 config/tc-pru.c:220 config/tc-pru.c:336
2519 msgid "Alignment negative: 0 assumed"
2520 msgstr ""
2521
2522 #: config/tc-alpha.c:5138 config/tc-alpha.c:5631
2523 #, c-format
2524 msgid "Unknown CPU identifier `%s'"
2525 msgstr ""
2526
2527 #: config/tc-alpha.c:5329
2528 #, c-format
2529 msgid "Chose GP value of %lx\n"
2530 msgstr ""
2531
2532 #: config/tc-alpha.c:5343
2533 msgid "bad .section directive: want a,s,w,x,M,S,G,T in string"
2534 msgstr ""
2535
2536 #: config/tc-alpha.c:5432
2537 #, c-format
2538 msgid "internal error: can't hash opcode `%s': %s"
2539 msgstr ""
2540
2541 #: config/tc-alpha.c:5468
2542 #, c-format
2543 msgid "internal error: can't hash macro `%s': %s"
2544 msgstr ""
2545
2546 #: config/tc-alpha.c:5552 config/tc-arc.c:2480 config/tc-arc.c:2494
2547 #: config/tc-arm.c:7304 config/tc-arm.c:7316 config/tc-xtensa.c:5462
2548 #: config/tc-xtensa.c:5538 config/tc-xtensa.c:5655 config/tc-z80.c:1951
2549 msgid "syntax error"
2550 msgstr ""
2551
2552 #: config/tc-alpha.c:5682
2553 msgid ""
2554 "Alpha options:\n"
2555 "-32addr\t\t\ttreat addresses as 32-bit values\n"
2556 "-F\t\t\tlack floating point instructions support\n"
2557 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
2558 "\t\t\tspecify variant of Alpha architecture\n"
2559 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -"
2560 "m21264b\n"
2561 "\t\t\tthese variants include PALcode opcodes\n"
2562 msgstr ""
2563
2564 #: config/tc-alpha.c:5692
2565 msgid ""
2566 "VMS options:\n"
2567 "-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
2568 "-H\t\t\tshow new symbol after hash truncation\n"
2569 "-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
2570 msgstr ""
2571
2572 #: config/tc-alpha.c:5949 config/tc-arc.c:3107
2573 #, c-format
2574 msgid "unhandled relocation type %s"
2575 msgstr ""
2576
2577 #: config/tc-alpha.c:5962 config/tc-arc.c:3115
2578 msgid "non-absolute expression in constant field"
2579 msgstr ""
2580
2581 #: config/tc-alpha.c:5976
2582 #, c-format
2583 msgid "type %d reloc done?\n"
2584 msgstr ""
2585
2586 #: config/tc-alpha.c:6023 config/tc-alpha.c:6030
2587 msgid "Used $at without \".set noat\""
2588 msgstr ""
2589
2590 #: config/tc-alpha.c:6199
2591 #, c-format
2592 msgid "!samegp reloc against symbol without .prologue: %s"
2593 msgstr ""
2594
2595 #: config/tc-alpha.c:6243 config/tc-arc.c:3238 config/tc-csky.c:5149
2596 #: config/tc-tilegx.c:1752 config/tc-tilepro.c:1532 config/tc-wasm32.c:813
2597 #: config/tc-xtensa.c:6154
2598 #, c-format
2599 msgid "cannot represent `%s' relocation in object file"
2600 msgstr ""
2601
2602 #: config/tc-alpha.c:6249 config/tc-arc.c:3244
2603 #, c-format
2604 msgid "internal error? cannot generate `%s' relocation"
2605 msgstr ""
2606
2607 #: config/tc-alpha.c:6345
2608 #, c-format
2609 msgid "frame reg expected, using $%d."
2610 msgstr ""
2611
2612 #: config/tc-arc.c:773
2613 #, c-format
2614 msgid "internal error: can't hash opcode '%s': %s"
2615 msgstr ""
2616
2617 #: config/tc-arc.c:781 config/tc-arc.c:2577 config/tc-arc.c:2595
2618 #: config/tc-arc.c:2648 config/tc-arc.c:2672 config/tc-arc.c:4875
2619 #: config/tc-arc.c:4942 config/tc-cr16.c:805 config/tc-cr16.c:828
2620 #: config/tc-cris.c:1195 config/tc-crx.c:535 config/tc-crx.c:562
2621 #: config/tc-crx.c:580 config/tc-pdp11.c:193
2622 msgid "Virtual memory exhausted"
2623 msgstr ""
2624
2625 #: config/tc-arc.c:831
2626 #, c-format
2627 msgid "invalid %s option for %s cpu"
2628 msgstr ""
2629
2630 #: config/tc-arc.c:836
2631 msgid "conflicting ISA extension attributes."
2632 msgstr ""
2633
2634 #: config/tc-arc.c:855
2635 msgid "Multiple .cpu directives found"
2636 msgstr ""
2637
2638 #: config/tc-arc.c:873
2639 msgid "Command-line value overrides \".cpu\" directive"
2640 msgstr ""
2641
2642 #: config/tc-arc.c:890
2643 #, c-format
2644 msgid "unknown architecture: %s\n"
2645 msgstr ""
2646
2647 #: config/tc-arc.c:1189
2648 msgid "No valid label relocation operand"
2649 msgstr ""
2650
2651 #: config/tc-arc.c:1211
2652 #, c-format
2653 msgid "Unknown relocation operand: @%s"
2654 msgstr ""
2655
2656 #: config/tc-arc.c:1224
2657 #, c-format
2658 msgid "Unable to parse TLS base: %s"
2659 msgstr ""
2660
2661 #: config/tc-arc.c:1248
2662 #, c-format
2663 msgid "@%s is not a complex relocation."
2664 msgstr ""
2665
2666 #: config/tc-arc.c:1254
2667 #, c-format
2668 msgid "Bad expression: @%s + %s."
2669 msgstr ""
2670
2671 #: config/tc-arc.c:1315
2672 msgid "Brackets in operand field incorrect"
2673 msgstr ""
2674
2675 #: config/tc-arc.c:1317 config/tc-xtensa.c:2068
2676 msgid "extra comma"
2677 msgstr ""
2678
2679 #: config/tc-arc.c:1319 config/tc-pru.c:1449 config/tc-pru.c:1718
2680 #: config/tc-xtensa.c:2072
2681 msgid "missing argument"
2682 msgstr ""
2683
2684 #: config/tc-arc.c:1321 config/tc-xtensa.c:2074
2685 msgid "missing comma or colon"
2686 msgstr ""
2687
2688 #: config/tc-arc.c:1390
2689 msgid "extra dot"
2690 msgstr ""
2691
2692 #: config/tc-arc.c:1392
2693 msgid "unrecognized flag"
2694 msgstr ""
2695
2696 #: config/tc-arc.c:1394
2697 msgid "failed to parse flags"
2698 msgstr ""
2699
2700 #: config/tc-arc.c:1420
2701 msgid "Unhandled reloc type"
2702 msgstr ""
2703
2704 #: config/tc-arc.c:2448
2705 #, c-format
2706 msgid "%s for instruction '%s'"
2707 msgstr ""
2708
2709 #: config/tc-arc.c:2450
2710 #, c-format
2711 msgid "inappropriate arguments for opcode '%s'"
2712 msgstr ""
2713
2714 #: config/tc-arc.c:2452
2715 #, c-format
2716 msgid "opcode '%s' not supported for target %s"
2717 msgstr ""
2718
2719 #: config/tc-arc.c:2456 config/tc-tic6x.c:3195
2720 #, c-format
2721 msgid "unknown opcode '%s'"
2722 msgstr ""
2723
2724 #: config/tc-arc.c:2514
2725 #, c-format
2726 msgid "Inserting \"%s\" into register table failed: %s"
2727 msgstr ""
2728
2729 #: config/tc-arc.c:2550
2730 #, c-format
2731 msgid "Inserting \"%s\" into address type table failed: %s"
2732 msgstr ""
2733
2734 #: config/tc-arc.c:2569 config/tc-arc.c:5054 config/tc-h8300.c:78
2735 #: config/tc-h8300.c:87 config/tc-h8300.c:97 config/tc-h8300.c:107
2736 #: config/tc-h8300.c:117 config/tc-h8300.c:128 config/tc-h8300.c:243
2737 #: config/tc-hppa.c:6822 config/tc-hppa.c:6828 config/tc-hppa.c:6834
2738 #: config/tc-hppa.c:6840 config/tc-hppa.c:8229 config/tc-lm32.c:197
2739 #: config/tc-mips.c:3652 config/tc-mips.c:4161 config/tc-mn10300.c:935
2740 #: config/tc-mn10300.c:940 config/tc-mn10300.c:2440 config/tc-xc16x.c:79
2741 #: config/tc-xc16x.c:86 config/tc-xc16x.c:93
2742 msgid "could not set architecture and machine"
2743 msgstr ""
2744
2745 #: config/tc-arc.c:2665 config/tc-arc.c:4862
2746 #, c-format
2747 msgid "internal error: can't hash aux register '%s': %s"
2748 msgstr ""
2749
2750 #: config/tc-arc.c:2772
2751 #, c-format
2752 msgid "unhandled reloc %s in md_pcrel_from_section"
2753 msgstr ""
2754
2755 #: config/tc-arc.c:2837
2756 msgid "Unaligned operand. Needs to be 32bit aligned"
2757 msgstr ""
2758
2759 #: config/tc-arc.c:2842
2760 msgid "Unaligned operand. Needs to be 16bit aligned"
2761 msgstr ""
2762
2763 #: config/tc-arc.c:2919 config/tc-cr16.c:573 config/tc-crx.c:345
2764 #: config/tc-mn10200.c:766 write.c:1029
2765 #, c-format
2766 msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
2767 msgstr ""
2768
2769 #: config/tc-arc.c:2978
2770 #, c-format
2771 msgid "PC relative relocation not allowed for (internal) type %d"
2772 msgstr ""
2773
2774 #. FIXME! Check for the conditionality of
2775 #. the insn.
2776 #. FIXME! Check for the conditionality of
2777 #. the insn.
2778 #: config/tc-arc.c:3023 config/tc-arc.c:4001
2779 msgid "TLS_*_S9 relocs are not supported yet"
2780 msgstr ""
2781
2782 #. I cannot fix an GOTPC relocation because I need to relax it
2783 #. from ld rx,[pcl,@sym@gotpc] to add rx,pcl,@sym@gotpc.
2784 #: config/tc-arc.c:3059
2785 msgid "Unsupported operation on reloc"
2786 msgstr ""
2787
2788 #: config/tc-arc.c:3135 config/tc-arc.c:3151
2789 msgid "unknown fixup size"
2790 msgstr ""
2791
2792 #: config/tc-arc.c:3285
2793 msgid "no relaxation found for this instruction."
2794 msgstr ""
2795
2796 #: config/tc-arc.c:3535
2797 #, c-format
2798 msgid "ARC-specific assembler options:\n"
2799 msgstr ""
2800
2801 #: config/tc-arc.c:3561
2802 #, c-format
2803 msgid "  -mrelax                 enable relaxation\n"
2804 msgstr ""
2805
2806 #: config/tc-arc.c:3564
2807 #, c-format
2808 msgid ""
2809 "The following ARC-specific assembler options are deprecated and are "
2810 "accepted\n"
2811 "for compatibility only:\n"
2812 msgstr ""
2813
2814 #: config/tc-arc.c:3567
2815 #, c-format
2816 msgid ""
2817 "  -mEA\n"
2818 "  -mbarrel-shifter\n"
2819 "  -mbarrel_shifter\n"
2820 "  -mcrc\n"
2821 "  -mdsp-packa\n"
2822 "  -mdsp_packa\n"
2823 "  -mdvbf\n"
2824 "  -mld-extension-reg-mask\n"
2825 "  -mlock\n"
2826 "  -mmac-24\n"
2827 "  -mmac-d16\n"
2828 "  -mmac_24\n"
2829 "  -mmac_d16\n"
2830 "  -mmin-max\n"
2831 "  -mmin_max\n"
2832 "  -mmul64\n"
2833 "  -mno-mpy\n"
2834 "  -mnorm\n"
2835 "  -mrtsc\n"
2836 "  -msimd\n"
2837 "  -mswap\n"
2838 "  -mswape\n"
2839 "  -mtelephony\n"
2840 "  -muser-mode-only\n"
2841 "  -mxy\n"
2842 msgstr ""
2843
2844 #: config/tc-arc.c:3657
2845 #, c-format
2846 msgid "Unable to find %s relocation for instruction %s"
2847 msgstr ""
2848
2849 #: config/tc-arc.c:3952
2850 #, c-format
2851 msgid "Unable to use @plt relocation for insn %s"
2852 msgstr ""
2853
2854 #: config/tc-arc.c:3971
2855 #, c-format
2856 msgid "Unable to use @pcl relocation for insn %s"
2857 msgstr ""
2858
2859 #: config/tc-arc.c:4027
2860 #, c-format
2861 msgid "invalid relocation %s for field"
2862 msgstr ""
2863
2864 #: config/tc-arc.c:4138
2865 #, c-format
2866 msgid "Insn %s has a jump/branch instruction %s in its delay slot."
2867 msgstr ""
2868
2869 #: config/tc-arc.c:4143
2870 #, c-format
2871 msgid "Insn %s has an instruction %s with limm in its delay slot."
2872 msgstr ""
2873
2874 #: config/tc-arc.c:4253 config/tc-microblaze.c:2558 config/tc-mn10300.c:1069
2875 #: config/tc-sh.c:418 config/tc-z80.c:700 read.c:4576
2876 #, c-format
2877 msgid "unsupported BFD relocation size %u"
2878 msgstr ""
2879
2880 #: config/tc-arc.c:4273
2881 #, c-format
2882 msgid "Jump/Branch instruction detected at the end of the ZOL label @%s"
2883 msgstr ""
2884
2885 #: config/tc-arc.c:4280
2886 #, c-format
2887 msgid "Kernel instruction detected at the end of the ZOL label @%s"
2888 msgstr ""
2889
2890 #: config/tc-arc.c:4285
2891 #, c-format
2892 msgid ""
2893 "A jump instruction with long immediate detected at the end of the ZOL label @"
2894 "%s"
2895 msgstr ""
2896
2897 #: config/tc-arc.c:4291
2898 #, c-format
2899 msgid "An illegal use of delay slot detected at the end of the ZOL label @%s"
2900 msgstr ""
2901
2902 #: config/tc-arc.c:4400
2903 msgid "expected comma after instruction name"
2904 msgstr ""
2905
2906 #: config/tc-arc.c:4412
2907 msgid "expected comma after major opcode"
2908 msgstr ""
2909
2910 #: config/tc-arc.c:4598
2911 #, c-format
2912 msgid "Pseudocode already used %s"
2913 msgstr ""
2914
2915 #: config/tc-arc.c:4606
2916 #, c-format
2917 msgid "major opcode not in range [0x%02x - 0x%02x]"
2918 msgstr ""
2919
2920 #: config/tc-arc.c:4610
2921 msgid "minor opcode not in range [0x00 - 0x3f]"
2922 msgstr ""
2923
2924 #: config/tc-arc.c:4616
2925 msgid "Improper use of OP1_IMM_IMPLIED"
2926 msgstr ""
2927
2928 #: config/tc-arc.c:4622
2929 msgid "Improper use of OP1_MUST_BE_IMM"
2930 msgstr ""
2931
2932 #: config/tc-arc.c:4634
2933 msgid "Couldn't generate extension instruction opcodes"
2934 msgstr ""
2935
2936 #: config/tc-arc.c:4670
2937 msgid "expected comma after name"
2938 msgstr ""
2939
2940 #: config/tc-arc.c:4681
2941 #, c-format
2942 msgid "%s second argument cannot be a negative number %d"
2943 msgstr ""
2944
2945 #: config/tc-arc.c:4696
2946 msgid "expected comma after register number"
2947 msgstr ""
2948
2949 #: config/tc-arc.c:4717
2950 msgid "invalid mode"
2951 msgstr ""
2952
2953 #: config/tc-arc.c:4735
2954 msgid "expected comma after register mode"
2955 msgstr ""
2956
2957 #: config/tc-arc.c:4750
2958 msgid "shortcut designator invalid"
2959 msgstr ""
2960
2961 #: config/tc-arc.c:4849
2962 #, c-format
2963 msgid "core register %s value (%d) too large"
2964 msgstr ""
2965
2966 #: config/tc-arc.c:4868
2967 #, c-format
2968 msgid "condition code %s value (%d) too large"
2969 msgstr ""
2970
2971 #: config/tc-arc.c:4887
2972 msgid "Unknown extension"
2973 msgstr ""
2974
2975 #: config/tc-arc.c:4992
2976 msgid "Overwrite explicitly set Tag_ARC_CPU_base"
2977 msgstr ""
2978
2979 #: config/tc-arc.c:5040
2980 msgid "Overwrite explicitly set Tag_ARC_ABI_rf16 to full register file"
2981 msgstr ""
2982
2983 #: config/tc-arm.c:653
2984 msgid "ARM register expected"
2985 msgstr ""
2986
2987 #: config/tc-arm.c:654
2988 msgid "bad or missing co-processor number"
2989 msgstr ""
2990
2991 #: config/tc-arm.c:655
2992 msgid "co-processor register expected"
2993 msgstr ""
2994
2995 #: config/tc-arm.c:656
2996 msgid "FPA register expected"
2997 msgstr ""
2998
2999 #: config/tc-arm.c:657
3000 msgid "VFP single precision register expected"
3001 msgstr ""
3002
3003 #: config/tc-arm.c:658
3004 msgid "VFP/Neon double precision register expected"
3005 msgstr ""
3006
3007 #: config/tc-arm.c:659
3008 msgid "Neon quad precision register expected"
3009 msgstr ""
3010
3011 #: config/tc-arm.c:660
3012 msgid "VFP single or double precision register expected"
3013 msgstr ""
3014
3015 #: config/tc-arm.c:661
3016 msgid "Neon double or quad precision register expected"
3017 msgstr ""
3018
3019 #: config/tc-arm.c:662
3020 msgid "Neon single or double precision register expected"
3021 msgstr ""
3022
3023 #: config/tc-arm.c:663
3024 msgid "VFP single, double or Neon quad precision register expected"
3025 msgstr ""
3026
3027 #: config/tc-arm.c:665
3028 msgid "VFP system register expected"
3029 msgstr ""
3030
3031 #: config/tc-arm.c:666
3032 msgid "Maverick MVF register expected"
3033 msgstr ""
3034
3035 #: config/tc-arm.c:667
3036 msgid "Maverick MVD register expected"
3037 msgstr ""
3038
3039 #: config/tc-arm.c:668
3040 msgid "Maverick MVFX register expected"
3041 msgstr ""
3042
3043 #: config/tc-arm.c:669
3044 msgid "Maverick MVDX register expected"
3045 msgstr ""
3046
3047 #: config/tc-arm.c:670
3048 msgid "Maverick MVAX register expected"
3049 msgstr ""
3050
3051 #: config/tc-arm.c:671
3052 msgid "Maverick DSPSC register expected"
3053 msgstr ""
3054
3055 #: config/tc-arm.c:672
3056 msgid "iWMMXt data register expected"
3057 msgstr ""
3058
3059 #: config/tc-arm.c:673 config/tc-arm.c:7077
3060 msgid "iWMMXt control register expected"
3061 msgstr ""
3062
3063 #: config/tc-arm.c:674
3064 msgid "iWMMXt scalar register expected"
3065 msgstr ""
3066
3067 #: config/tc-arm.c:675
3068 msgid "XScale accumulator register expected"
3069 msgstr ""
3070
3071 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
3072 #: config/tc-arm.c:837 config/tc-score.c:259
3073 msgid "bad arguments to instruction"
3074 msgstr ""
3075
3076 #: config/tc-arm.c:838
3077 msgid "r13 not allowed here"
3078 msgstr ""
3079
3080 #: config/tc-arm.c:839
3081 msgid "r15 not allowed here"
3082 msgstr ""
3083
3084 #: config/tc-arm.c:840
3085 msgid "instruction cannot be conditional"
3086 msgstr ""
3087
3088 #: config/tc-arm.c:841
3089 msgid "registers may not be the same"
3090 msgstr ""
3091
3092 #: config/tc-arm.c:842
3093 msgid "lo register required"
3094 msgstr ""
3095
3096 #: config/tc-arm.c:843
3097 msgid "instruction not supported in Thumb16 mode"
3098 msgstr ""
3099
3100 #: config/tc-arm.c:844
3101 msgid "instruction does not accept this addressing mode"
3102 msgstr ""
3103
3104 #: config/tc-arm.c:845
3105 msgid "branch must be last instruction in IT block"
3106 msgstr ""
3107
3108 #: config/tc-arm.c:846
3109 msgid "instruction not allowed in IT block"
3110 msgstr ""
3111
3112 #: config/tc-arm.c:847
3113 msgid "selected FPU does not support instruction"
3114 msgstr ""
3115
3116 #: config/tc-arm.c:848
3117 msgid "thumb conditional instruction should be in IT block"
3118 msgstr ""
3119
3120 #: config/tc-arm.c:849
3121 msgid "incorrect condition in IT block"
3122 msgstr ""
3123
3124 #: config/tc-arm.c:850
3125 msgid "IT falling in the range of a previous IT block"
3126 msgstr ""
3127
3128 #: config/tc-arm.c:851
3129 msgid "missing .fnstart before unwinding directive"
3130 msgstr ""
3131
3132 #: config/tc-arm.c:853
3133 msgid "cannot use register index with PC-relative addressing"
3134 msgstr ""
3135
3136 #: config/tc-arm.c:855
3137 msgid "cannot use writeback with PC-relative addressing"
3138 msgstr ""
3139
3140 #: config/tc-arm.c:857
3141 msgid "selected processor does not support fp16 instruction"
3142 msgstr ""
3143
3144 #: config/tc-arm.c:858
3145 msgid "using "
3146 msgstr ""
3147
3148 #: config/tc-arm.c:859
3149 msgid "relocation valid in thumb1 code only"
3150 msgstr ""
3151
3152 #: config/tc-arm.c:1065
3153 msgid "immediate expression requires a # prefix"
3154 msgstr ""
3155
3156 #: config/tc-arm.c:1094 read.c:3799
3157 msgid "missing expression"
3158 msgstr ""
3159
3160 #: config/tc-arm.c:1108 config/tc-arm.c:5277 config/tc-score.c:1210
3161 msgid "invalid constant"
3162 msgstr ""
3163
3164 #: config/tc-arm.c:1240
3165 msgid "expected #constant"
3166 msgstr ""
3167
3168 #: config/tc-arm.c:1404
3169 #, c-format
3170 msgid "unexpected character `%c' in type specifier"
3171 msgstr ""
3172
3173 #: config/tc-arm.c:1421
3174 #, c-format
3175 msgid "bad size %d in type specifier"
3176 msgstr ""
3177
3178 #: config/tc-arm.c:1471
3179 msgid "only one type should be specified for operand"
3180 msgstr ""
3181
3182 #: config/tc-arm.c:1477
3183 msgid "vector type expected"
3184 msgstr ""
3185
3186 #: config/tc-arm.c:1551
3187 msgid "can't redefine type for operand"
3188 msgstr ""
3189
3190 #: config/tc-arm.c:1564
3191 msgid "only D registers may be indexed"
3192 msgstr ""
3193
3194 #: config/tc-arm.c:1570
3195 msgid "can't change index for operand"
3196 msgstr ""
3197
3198 #: config/tc-arm.c:1633
3199 msgid "register operand expected, but got scalar"
3200 msgstr ""
3201
3202 #: config/tc-arm.c:1670
3203 msgid "scalar must have an index"
3204 msgstr ""
3205
3206 #: config/tc-arm.c:1675 config/tc-arm.c:16604 config/tc-arm.c:16664
3207 #: config/tc-arm.c:17151
3208 msgid "scalar index out of range"
3209 msgstr ""
3210
3211 #: config/tc-arm.c:1725
3212 msgid "bad range in register list"
3213 msgstr ""
3214
3215 #: config/tc-arm.c:1733 config/tc-arm.c:1742 config/tc-arm.c:1783
3216 #, c-format
3217 msgid "Warning: duplicated register (r%d) in register list"
3218 msgstr ""
3219
3220 #: config/tc-arm.c:1745
3221 msgid "Warning: register range not in ascending order"
3222 msgstr ""
3223
3224 #: config/tc-arm.c:1756
3225 msgid "missing `}'"
3226 msgstr ""
3227
3228 #: config/tc-arm.c:1772
3229 msgid "invalid register mask"
3230 msgstr ""
3231
3232 #: config/tc-arm.c:1907 config/tc-arm.c:1951
3233 msgid "register out of range in list"
3234 msgstr ""
3235
3236 #: config/tc-arm.c:1929 config/tc-arm.c:4214 config/tc-arm.c:4348
3237 msgid "register list not in ascending order"
3238 msgstr ""
3239
3240 #: config/tc-arm.c:1960
3241 msgid "register range not in ascending order"
3242 msgstr ""
3243
3244 #: config/tc-arm.c:1993
3245 msgid "non-contiguous register range"
3246 msgstr ""
3247
3248 #: config/tc-arm.c:2052
3249 msgid "register stride must be 1 or 2"
3250 msgstr ""
3251
3252 #: config/tc-arm.c:2053
3253 msgid "mismatched element/structure types in list"
3254 msgstr ""
3255
3256 #: config/tc-arm.c:2121
3257 msgid "don't use Rn-Rm syntax with non-unit stride"
3258 msgstr ""
3259
3260 #: config/tc-arm.c:2176
3261 msgid "error parsing element/structure list"
3262 msgstr ""
3263
3264 #: config/tc-arm.c:2182
3265 msgid "expected }"
3266 msgstr ""
3267
3268 #: config/tc-arm.c:2273
3269 msgid "attempt to redefine typed alias"
3270 msgstr ""
3271
3272 #: config/tc-arm.c:2408
3273 msgid "bad type for register"
3274 msgstr ""
3275
3276 #: config/tc-arm.c:2419 config/tc-nios2.c:1804
3277 msgid "expression must be constant"
3278 msgstr ""
3279
3280 #: config/tc-arm.c:2436
3281 msgid "can't redefine the type of a register alias"
3282 msgstr ""
3283
3284 #: config/tc-arm.c:2443
3285 msgid "you must specify a single type only"
3286 msgstr ""
3287
3288 #: config/tc-arm.c:2456
3289 msgid "can't redefine the index of a scalar alias"
3290 msgstr ""
3291
3292 #: config/tc-arm.c:2464
3293 msgid "scalar index must be constant"
3294 msgstr ""
3295
3296 #: config/tc-arm.c:2473
3297 msgid "expecting ]"
3298 msgstr ""
3299
3300 #: config/tc-arm.c:2525
3301 msgid "invalid syntax for .dn directive"
3302 msgstr ""
3303
3304 #: config/tc-arm.c:2531
3305 msgid "invalid syntax for .qn directive"
3306 msgstr ""
3307
3308 #: config/tc-arm.c:2566
3309 #, c-format
3310 msgid "ignoring attempt to use .unreq on fixed register name: '%s'"
3311 msgstr ""
3312
3313 #: config/tc-arm.c:2831
3314 #, c-format
3315 msgid "Failed to find real start of function: %s\n"
3316 msgstr ""
3317
3318 #: config/tc-arm.c:2848
3319 msgid "selected processor does not support THUMB opcodes"
3320 msgstr ""
3321
3322 #: config/tc-arm.c:2861
3323 msgid "selected processor does not support ARM opcodes"
3324 msgstr ""
3325
3326 #: config/tc-arm.c:2873
3327 #, c-format
3328 msgid "invalid instruction size selected (%d)"
3329 msgstr ""
3330
3331 #: config/tc-arm.c:2905
3332 #, c-format
3333 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
3334 msgstr ""
3335
3336 #: config/tc-arm.c:2960
3337 #, c-format
3338 msgid "expected comma after name \"%s\""
3339 msgstr ""
3340
3341 #: config/tc-arm.c:3010 config/tc-m32r.c:584
3342 #, c-format
3343 msgid "symbol `%s' already defined"
3344 msgstr ""
3345
3346 #: config/tc-arm.c:3043
3347 #, c-format
3348 msgid "unrecognized syntax mode \"%s\""
3349 msgstr ""
3350
3351 #: config/tc-arm.c:3086
3352 msgid ".ref pseudo-op only available with -mccs flag."
3353 msgstr ""
3354
3355 #: config/tc-arm.c:3127
3356 msgid ".asmfunc repeated."
3357 msgstr ""
3358
3359 #: config/tc-arm.c:3131
3360 msgid ".asmfunc without function."
3361 msgstr ""
3362
3363 #: config/tc-arm.c:3137
3364 msgid ".asmfunc pseudo-op only available with -mccs flag."
3365 msgstr ""
3366
3367 #: config/tc-arm.c:3148
3368 msgid ".endasmfunc without a .asmfunc."
3369 msgstr ""
3370
3371 #: config/tc-arm.c:3152
3372 msgid ".endasmfunc without function."
3373 msgstr ""
3374
3375 #: config/tc-arm.c:3163
3376 msgid ".endasmfunc pseudo-op only available with -mccs flag."
3377 msgstr ""
3378
3379 #: config/tc-arm.c:3172
3380 msgid ".def pseudo-op only available with -mccs flag."
3381 msgstr ""
3382
3383 #: config/tc-arm.c:3330
3384 msgid "invalid type for literal pool"
3385 msgstr ""
3386
3387 #: config/tc-arm.c:3410 config/tc-tic54x.c:5353
3388 #, c-format
3389 msgid "Invalid label '%s'"
3390 msgstr ""
3391
3392 #: config/tc-arm.c:3586
3393 msgid "(plt) is only valid on branch targets"
3394 msgstr ""
3395
3396 #: config/tc-arm.c:3592 config/tc-csky.c:6989 config/tc-s390.c:1210
3397 #: config/tc-s390.c:1880 config/tc-xtensa.c:1694
3398 #, c-format
3399 msgid "%s relocations do not fit in %d byte"
3400 msgid_plural "%s relocations do not fit in %d bytes"
3401 msgstr[0] ""
3402 msgstr[1] ""
3403
3404 #: config/tc-arm.c:3674
3405 msgid ".inst.n operand too big. Use .inst.w instead"
3406 msgstr ""
3407
3408 #: config/tc-arm.c:3694
3409 msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
3410 msgstr ""
3411
3412 #: config/tc-arm.c:3724
3413 msgid "width suffixes are invalid in ARM mode"
3414 msgstr ""
3415
3416 #: config/tc-arm.c:3766 dwarf2dbg.c:1005
3417 msgid "expected 0 or 1"
3418 msgstr ""
3419
3420 #: config/tc-arm.c:3770
3421 msgid "missing comma"
3422 msgstr ""
3423
3424 #: config/tc-arm.c:3803
3425 msgid "duplicate .fnstart directive"
3426 msgstr ""
3427
3428 #: config/tc-arm.c:3834 config/tc-tic6x.c:412
3429 msgid "duplicate .handlerdata directive"
3430 msgstr ""
3431
3432 #: config/tc-arm.c:3853
3433 msgid ".fnend directive without .fnstart"
3434 msgstr ""
3435
3436 #: config/tc-arm.c:3920 config/tc-tic6x.c:393
3437 msgid "personality routine specified for cantunwind frame"
3438 msgstr ""
3439
3440 #: config/tc-arm.c:3937 config/tc-tic6x.c:454
3441 msgid "duplicate .personalityindex directive"
3442 msgstr ""
3443
3444 #: config/tc-arm.c:3944 config/tc-tic6x.c:461
3445 msgid "bad personality routine number"
3446 msgstr ""
3447
3448 #: config/tc-arm.c:3966 config/tc-tic6x.c:478
3449 msgid "duplicate .personality directive"
3450 msgstr ""
3451
3452 #: config/tc-arm.c:3990 config/tc-arm.c:4118 config/tc-arm.c:4166
3453 msgid "expected register list"
3454 msgstr ""
3455
3456 #: config/tc-arm.c:4072
3457 msgid "expected , <constant>"
3458 msgstr ""
3459
3460 #: config/tc-arm.c:4081
3461 msgid "number of registers must be in the range [1:4]"
3462 msgstr ""
3463
3464 #: config/tc-arm.c:4228 config/tc-arm.c:4362
3465 msgid "bad register range"
3466 msgstr ""
3467
3468 #: config/tc-arm.c:4428
3469 msgid "FPA .unwind_save does not take a register list"
3470 msgstr ""
3471
3472 #: config/tc-arm.c:4456
3473 msgid ".unwind_save does not support this kind of register"
3474 msgstr ""
3475
3476 #: config/tc-arm.c:4495
3477 msgid "SP and PC not permitted in .unwind_movsp directive"
3478 msgstr ""
3479
3480 #: config/tc-arm.c:4500
3481 msgid "unexpected .unwind_movsp directive"
3482 msgstr ""
3483
3484 #: config/tc-arm.c:4527
3485 msgid "stack increment must be multiple of 4"
3486 msgstr ""
3487
3488 #: config/tc-arm.c:4559
3489 msgid "expected <reg>, <reg>"
3490 msgstr ""
3491
3492 #: config/tc-arm.c:4577
3493 msgid "register must be either sp or set by a previousunwind_movsp directive"
3494 msgstr ""
3495
3496 #: config/tc-arm.c:4616
3497 msgid "expected <offset>, <opcode>"
3498 msgstr ""
3499
3500 #: config/tc-arm.c:4628
3501 msgid "unwind opcode too long"
3502 msgstr ""
3503
3504 #: config/tc-arm.c:4633
3505 msgid "invalid unwind opcode"
3506 msgstr ""
3507
3508 #: config/tc-arm.c:4821 config/tc-arm.c:5832 config/tc-arm.c:10678
3509 #: config/tc-arm.c:11211 config/tc-arm.c:13238 config/tc-arm.c:14820
3510 #: config/tc-arm.c:24280 config/tc-arm.c:24344 config/tc-arm.c:24352
3511 #: config/tc-metag.c:5176 config/tc-z8k.c:1151 config/tc-z8k.c:1161
3512 msgid "immediate value out of range"
3513 msgstr ""
3514
3515 #: config/tc-arm.c:4991
3516 msgid "invalid FPA immediate expression"
3517 msgstr ""
3518
3519 #: config/tc-arm.c:5177
3520 msgid "'LSL' or 'ASR' required"
3521 msgstr ""
3522
3523 #: config/tc-arm.c:5185
3524 msgid "'LSL' required"
3525 msgstr ""
3526
3527 #: config/tc-arm.c:5193
3528 msgid "'ASR' required"
3529 msgstr ""
3530
3531 #: config/tc-arm.c:5272
3532 msgid "invalid rotation"
3533 msgstr ""
3534
3535 #: config/tc-arm.c:5452 config/tc-arm.c:5621
3536 msgid "unknown group relocation"
3537 msgstr ""
3538
3539 #: config/tc-arm.c:5488
3540 msgid "alignment must be constant"
3541 msgstr ""
3542
3543 #: config/tc-arm.c:5652
3544 msgid "this group relocation is not allowed on this instruction"
3545 msgstr ""
3546
3547 #: config/tc-arm.c:5708
3548 msgid "'}' expected at end of 'option' field"
3549 msgstr ""
3550
3551 #: config/tc-arm.c:5713
3552 msgid "cannot combine index with option"
3553 msgstr ""
3554
3555 #: config/tc-arm.c:5970
3556 msgid "unexpected bit specified after APSR"
3557 msgstr ""
3558
3559 #: config/tc-arm.c:5982
3560 msgid "selected processor does not support DSP extension"
3561 msgstr ""
3562
3563 #: config/tc-arm.c:5994
3564 msgid "bad bitmask specified after APSR"
3565 msgstr ""
3566
3567 #: config/tc-arm.c:6018
3568 msgid "writing to APSR without specifying a bitmask is deprecated"
3569 msgstr ""
3570
3571 #: config/tc-arm.c:6030 config/tc-arm.c:12372 config/tc-arm.c:12417
3572 #: config/tc-arm.c:12421
3573 msgid "selected processor does not support requested special purpose register"
3574 msgstr ""
3575
3576 #: config/tc-arm.c:6035
3577 msgid "flag for {c}psr instruction expected"
3578 msgstr ""
3579
3580 #: config/tc-arm.c:6060
3581 msgid "unrecognized CPS flag"
3582 msgstr ""
3583
3584 #: config/tc-arm.c:6067
3585 msgid "missing CPS flags"
3586 msgstr ""
3587
3588 #: config/tc-arm.c:6090 config/tc-arm.c:6096
3589 msgid "valid endian specifiers are be or le"
3590 msgstr ""
3591
3592 #: config/tc-arm.c:6118
3593 msgid "missing rotation field after comma"
3594 msgstr ""
3595
3596 #: config/tc-arm.c:6133
3597 msgid "rotation can only be 0, 8, 16, or 24"
3598 msgstr ""
3599
3600 #: config/tc-arm.c:6162
3601 msgid "condition required"
3602 msgstr ""
3603
3604 #: config/tc-arm.c:6229 config/tc-arm.c:8962
3605 msgid "'[' expected"
3606 msgstr ""
3607
3608 #: config/tc-arm.c:6242
3609 msgid "',' expected"
3610 msgstr ""
3611
3612 #: config/tc-arm.c:6259
3613 msgid "invalid shift"
3614 msgstr ""
3615
3616 #: config/tc-arm.c:6332
3617 msgid "can't use Neon quad register here"
3618 msgstr ""
3619
3620 #: config/tc-arm.c:6399
3621 msgid "expected <Rm> or <Dm> or <Qm> operand"
3622 msgstr ""
3623
3624 #: config/tc-arm.c:6479
3625 msgid "parse error"
3626 msgstr ""
3627
3628 #. ISB can only take SY as an option.
3629 #: config/tc-arm.c:6748
3630 msgid "invalid barrier type"
3631 msgstr ""
3632
3633 #: config/tc-arm.c:6845
3634 msgid "only floating point zero is allowed as immediate value"
3635 msgstr ""
3636
3637 #: config/tc-arm.c:6915
3638 msgid "immediate value is out of range"
3639 msgstr ""
3640
3641 #: config/tc-arm.c:7062
3642 msgid "iWMMXt data or control register expected"
3643 msgstr ""
3644
3645 #: config/tc-arm.c:7102
3646 msgid "Banked registers are not available with this architecture."
3647 msgstr ""
3648
3649 #: config/tc-arm.c:7330 config/tc-score.c:264
3650 msgid "garbage following instruction"
3651 msgstr ""
3652
3653 #. If REG is R13 (the stack pointer), warn that its use is
3654 #. deprecated.
3655 #: config/tc-arm.c:7380
3656 msgid "use of r13 is deprecated"
3657 msgstr ""
3658
3659 #: config/tc-arm.c:7398 config/tc-arm.c:16819
3660 msgid ""
3661 "ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is "
3662 "UNPREDICTABLE"
3663 msgstr ""
3664
3665 #: config/tc-arm.c:7473
3666 msgid "D register out of range for selected VFP version"
3667 msgstr ""
3668
3669 #: config/tc-arm.c:7570 config/tc-arm.c:10397
3670 msgid "Instruction does not support =N addresses"
3671 msgstr ""
3672
3673 #: config/tc-arm.c:7578
3674 msgid "instruction does not accept preindexed addressing"
3675 msgstr ""
3676
3677 #. unindexed - only for coprocessor
3678 #: config/tc-arm.c:7594 config/tc-arm.c:10460
3679 msgid "instruction does not accept unindexed addressing"
3680 msgstr ""
3681
3682 #: config/tc-arm.c:7602
3683 msgid "destination register same as write-back base"
3684 msgstr ""
3685
3686 #: config/tc-arm.c:7603
3687 msgid "source register same as write-back base"
3688 msgstr ""
3689
3690 #: config/tc-arm.c:7653
3691 msgid "use of PC in this instruction is deprecated"
3692 msgstr ""
3693
3694 #: config/tc-arm.c:7676
3695 msgid "instruction does not accept scaled register index"
3696 msgstr ""
3697
3698 #: config/tc-arm.c:7981
3699 msgid "invalid pseudo operation"
3700 msgstr ""
3701
3702 #: config/tc-arm.c:8219
3703 msgid "invalid co-processor operand"
3704 msgstr ""
3705
3706 #: config/tc-arm.c:8235
3707 msgid "instruction does not support unindexed addressing"
3708 msgstr ""
3709
3710 #: config/tc-arm.c:8250
3711 msgid "pc may not be used with write-back"
3712 msgstr ""
3713
3714 #: config/tc-arm.c:8255
3715 msgid "instruction does not support writeback"
3716 msgstr ""
3717
3718 #: config/tc-arm.c:8361
3719 msgid "Rn must not overlap other operands"
3720 msgstr ""
3721
3722 #: config/tc-arm.c:8366
3723 msgid "swp{b} use is obsoleted for ARMv8 and later"
3724 msgstr ""
3725
3726 #: config/tc-arm.c:8369
3727 msgid "swp{b} use is deprecated for ARMv6 and ARMv7"
3728 msgstr ""
3729
3730 #: config/tc-arm.c:8488 config/tc-arm.c:8507 config/tc-arm.c:8520
3731 #: config/tc-arm.c:11048 config/tc-arm.c:11079 config/tc-arm.c:11101
3732 msgid "bit-field extends past end of register"
3733 msgstr ""
3734
3735 #: config/tc-arm.c:8550
3736 msgid "the only valid suffixes here are '(plt)' and '(tlscall)'"
3737 msgstr ""
3738
3739 #: config/tc-arm.c:8603
3740 msgid "use of r15 in blx in ARM mode is not really useful"
3741 msgstr ""
3742
3743 #: config/tc-arm.c:8625
3744 msgid "use of r15 in bx in ARM mode is not really useful"
3745 msgstr ""
3746
3747 #: config/tc-arm.c:8651
3748 msgid "use of r15 in bxj is not really useful"
3749 msgstr ""
3750
3751 #: config/tc-arm.c:8699
3752 msgid "This coprocessor register access is deprecated in ARMv8"
3753 msgstr ""
3754
3755 #: config/tc-arm.c:8907 config/tc-arm.c:8916
3756 msgid "writeback of base register is UNPREDICTABLE"
3757 msgstr ""
3758
3759 #: config/tc-arm.c:8910
3760 msgid "writeback of base register when in register list is UNPREDICTABLE"
3761 msgstr ""
3762
3763 #: config/tc-arm.c:8920
3764 msgid "if writeback register is in list, it must be the lowest reg in the list"
3765 msgstr ""
3766
3767 #: config/tc-arm.c:8957
3768 msgid "first transfer register must be even"
3769 msgstr ""
3770
3771 #: config/tc-arm.c:8960
3772 msgid "can only transfer two consecutive registers"
3773 msgstr ""
3774
3775 #. If op 1 were present and equal to PC, this function wouldn't
3776 #. have been called in the first place.
3777 #. If op 2 were present and equal to PC, this function wouldn't
3778 #. have been called in the first place.
3779 #: config/tc-arm.c:8961 config/tc-arm.c:9031 config/tc-arm.c:9695
3780 #: config/tc-arm.c:11863
3781 msgid "r14 not allowed here"
3782 msgstr ""
3783
3784 #: config/tc-arm.c:8973
3785 msgid "base register written back, and overlaps second transfer register"
3786 msgstr ""
3787
3788 #: config/tc-arm.c:8983
3789 msgid "index register overlaps transfer register"
3790 msgstr ""
3791
3792 #: config/tc-arm.c:9012 config/tc-arm.c:9662
3793 msgid "offset must be zero in ARM encoding"
3794 msgstr ""
3795
3796 #: config/tc-arm.c:9025 config/tc-arm.c:9689
3797 msgid "even register required"
3798 msgstr ""
3799
3800 #: config/tc-arm.c:9028
3801 msgid "can only load two consecutive registers"
3802 msgstr ""
3803
3804 #: config/tc-arm.c:9046
3805 msgid "ldr to register 15 must be 4-byte aligned"
3806 msgstr ""
3807
3808 #: config/tc-arm.c:9069 config/tc-arm.c:9101
3809 msgid "this instruction requires a post-indexed address"
3810 msgstr ""
3811
3812 #: config/tc-arm.c:9128
3813 msgid "Rd and Rm should be different in mla"
3814 msgstr ""
3815
3816 #: config/tc-arm.c:9155 config/tc-arm.c:12236
3817 msgid ":lower16: not allowed in this instruction"
3818 msgstr ""
3819
3820 #: config/tc-arm.c:9157 config/tc-arm.c:12241
3821 msgid ":upper16: not allowed in this instruction"
3822 msgstr ""
3823
3824 #: config/tc-arm.c:9174
3825 msgid "operand 1 must be FPSCR"
3826 msgstr ""
3827
3828 #: config/tc-arm.c:9266 config/tc-arm.c:12355
3829 msgid "bad register for mrs"
3830 msgstr ""
3831
3832 #: config/tc-arm.c:9273 config/tc-arm.c:12379
3833 msgid "'APSR', 'CPSR' or 'SPSR' expected"
3834 msgstr ""
3835
3836 #: config/tc-arm.c:9314
3837 msgid "Rd and Rm should be different in mul"
3838 msgstr ""
3839
3840 #: config/tc-arm.c:9333 config/tc-arm.c:9607 config/tc-arm.c:12518
3841 msgid "rdhi and rdlo must be different"
3842 msgstr ""
3843
3844 #: config/tc-arm.c:9339
3845 msgid "rdhi, rdlo and rm must all be different"
3846 msgstr ""
3847
3848 #: config/tc-arm.c:9405
3849 msgid "'[' expected after PLD mnemonic"
3850 msgstr ""
3851
3852 #: config/tc-arm.c:9407 config/tc-arm.c:9422
3853 msgid "post-indexed expression used in preload instruction"
3854 msgstr ""
3855
3856 #: config/tc-arm.c:9409 config/tc-arm.c:9424
3857 msgid "writeback used in preload instruction"
3858 msgstr ""
3859
3860 #: config/tc-arm.c:9411 config/tc-arm.c:9426
3861 msgid "unindexed addressing used in preload instruction"
3862 msgstr ""
3863
3864 #: config/tc-arm.c:9420
3865 msgid "'[' expected after PLI mnemonic"
3866 msgstr ""
3867
3868 #: config/tc-arm.c:9435 config/tc-arm.c:12687
3869 msgid "push/pop do not support {reglist}^"
3870 msgstr ""
3871
3872 #: config/tc-arm.c:9513 config/tc-arm.c:12834
3873 msgid "setend use is deprecated for ARMv8"
3874 msgstr ""
3875
3876 #: config/tc-arm.c:9534 config/tc-arm.c:12895 config/tc-arm.c:12927
3877 #: config/tc-arm.c:12970
3878 msgid "extraneous shift as part of operand to shift insn"
3879 msgstr ""
3880
3881 #: config/tc-arm.c:9565 config/tc-arm.c:9574
3882 msgid "selected processor does not support SETPAN instruction"
3883 msgstr ""
3884
3885 #: config/tc-arm.c:9633
3886 msgid "SRS base register must be r13"
3887 msgstr ""
3888
3889 #: config/tc-arm.c:9692
3890 msgid "can only store two consecutive registers"
3891 msgstr ""
3892
3893 #: config/tc-arm.c:9806 config/tc-arm.c:9823
3894 msgid "only two consecutive VFP SP registers allowed here"
3895 msgstr ""
3896
3897 #: config/tc-arm.c:9851 config/tc-arm.c:9866
3898 msgid "this addressing mode requires base-register writeback"
3899 msgstr ""
3900
3901 #. If srcsize is 16, inst.operands[1].imm must be in the range 0-16.
3902 #. i.e. immbits must be in range 0 - 16.
3903 #: config/tc-arm.c:9983
3904 msgid "immediate value out of range, expected range [0, 16]"
3905 msgstr ""
3906
3907 #. If srcsize is 32, inst.operands[1].imm must be in the range 1-32.
3908 #. i.e. immbits must be in range 0 - 31.
3909 #: config/tc-arm.c:9990
3910 msgid "immediate value out of range, expected range [1, 32]"
3911 msgstr ""
3912
3913 #: config/tc-arm.c:10056
3914 msgid "this instruction does not support indexing"
3915 msgstr ""
3916
3917 #: config/tc-arm.c:10079
3918 msgid "only r15 allowed here"
3919 msgstr ""
3920
3921 #: config/tc-arm.c:10214
3922 msgid "immediate operand requires iWMMXt2"
3923 msgstr ""
3924
3925 #: config/tc-arm.c:10358
3926 msgid "shift by register not allowed in thumb mode"
3927 msgstr ""
3928
3929 #: config/tc-arm.c:10370 config/tc-arm.c:13078 config/tc-arm.c:23590
3930 msgid "shift expression is too large"
3931 msgstr ""
3932
3933 #: config/tc-arm.c:10403
3934 msgid "cannot use register index with this instruction"
3935 msgstr ""
3936
3937 #: config/tc-arm.c:10405
3938 msgid "Thumb does not support negative register indexing"
3939 msgstr ""
3940
3941 #: config/tc-arm.c:10407
3942 msgid "Thumb does not support register post-indexing"
3943 msgstr ""
3944
3945 #: config/tc-arm.c:10409
3946 msgid "Thumb does not support register indexing with writeback"
3947 msgstr ""
3948
3949 #: config/tc-arm.c:10411
3950 msgid "Thumb supports only LSL in shifted register indexing"
3951 msgstr ""
3952
3953 #: config/tc-arm.c:10420 config/tc-arm.c:16395
3954 msgid "shift out of range"
3955 msgstr ""
3956
3957 #: config/tc-arm.c:10429
3958 msgid "cannot use writeback with this instruction"
3959 msgstr ""
3960
3961 #: config/tc-arm.c:10450
3962 msgid "cannot use post-indexing with PC-relative addressing"
3963 msgstr ""
3964
3965 #: config/tc-arm.c:10451
3966 msgid "cannot use post-indexing with this instruction"
3967 msgstr ""
3968
3969 #: config/tc-arm.c:10673
3970 msgid "only SUBS PC, LR, #const allowed"
3971 msgstr ""
3972
3973 #: config/tc-arm.c:10756 config/tc-arm.c:10916 config/tc-arm.c:11013
3974 #: config/tc-arm.c:12316 config/tc-arm.c:12624
3975 msgid "shift must be constant"
3976 msgstr ""
3977
3978 #: config/tc-arm.c:10761
3979 msgid "shift value over 3 not allowed in thumb mode"
3980 msgstr ""
3981
3982 #: config/tc-arm.c:10763
3983 msgid "only LSL shift allowed in thumb mode"
3984 msgstr ""
3985
3986 #: config/tc-arm.c:10787 config/tc-arm.c:10931 config/tc-arm.c:11028
3987 #: config/tc-arm.c:12329
3988 msgid "unshifted register required"
3989 msgstr ""
3990
3991 #: config/tc-arm.c:10802 config/tc-arm.c:11039 config/tc-arm.c:12479
3992 msgid "dest must overlap one source register"
3993 msgstr ""
3994
3995 #: config/tc-arm.c:10934 config/tc-csky.c:5507
3996 msgid "dest and source1 must be the same register"
3997 msgstr ""
3998
3999 #: config/tc-arm.c:11174
4000 msgid ""
4001 "selected architecture does not support wide conditional branch instruction"
4002 msgstr ""
4003
4004 #: config/tc-arm.c:11207
4005 msgid "instruction is always unconditional"
4006 msgstr ""
4007
4008 #: config/tc-arm.c:11328
4009 msgid "selected processor does not support 'A' form of this instruction"
4010 msgstr ""
4011
4012 #: config/tc-arm.c:11331
4013 msgid "Thumb does not support the 2-argument form of this instruction"
4014 msgstr ""
4015
4016 #: config/tc-arm.c:11452
4017 msgid "SP not allowed in register list"
4018 msgstr ""
4019
4020 #: config/tc-arm.c:11456 config/tc-arm.c:11562
4021 msgid ""
4022 "having the base register in the register list when using write back is "
4023 "UNPREDICTABLE"
4024 msgstr ""
4025
4026 #: config/tc-arm.c:11464
4027 msgid "LR and PC should not both be in register list"
4028 msgstr ""
4029
4030 #: config/tc-arm.c:11472
4031 msgid "PC not allowed in register list"
4032 msgstr ""
4033
4034 #: config/tc-arm.c:11514
4035 msgid "Thumb load/store multiple does not support {reglist}^"
4036 msgstr ""
4037
4038 #: config/tc-arm.c:11539 config/tc-arm.c:11616
4039 #, c-format
4040 msgid "value stored for r%d is UNKNOWN"
4041 msgstr ""
4042
4043 #: config/tc-arm.c:11609
4044 msgid "Thumb-2 instruction only valid in unified syntax"
4045 msgstr ""
4046
4047 #: config/tc-arm.c:11613 config/tc-arm.c:11623
4048 msgid "this instruction will write back the base register"
4049 msgstr ""
4050
4051 #: config/tc-arm.c:11626
4052 msgid "this instruction will not write back the base register"
4053 msgstr ""
4054
4055 #: config/tc-arm.c:11657
4056 msgid "r14 not allowed as first register when second register is omitted"
4057 msgstr ""
4058
4059 #: config/tc-arm.c:11757
4060 msgid ""
4061 "This instruction may be unpredictable if executed on M-profile cores with "
4062 "interrupts enabled."
4063 msgstr ""
4064
4065 #: config/tc-arm.c:11786 config/tc-arm.c:11799 config/tc-arm.c:11835
4066 msgid "Thumb does not support this addressing mode"
4067 msgstr ""
4068
4069 #: config/tc-arm.c:11803
4070 msgid "byte or halfword not valid for base register"
4071 msgstr ""
4072
4073 #: config/tc-arm.c:11806
4074 msgid "r15 based store not allowed"
4075 msgstr ""
4076
4077 #: config/tc-arm.c:11808
4078 msgid "invalid base register for register offset"
4079 msgstr ""
4080
4081 #: config/tc-arm.c:11865
4082 msgid "r12 not allowed here"
4083 msgstr ""
4084
4085 #: config/tc-arm.c:11871
4086 msgid "base register written back, and overlaps one of transfer registers"
4087 msgstr ""
4088
4089 #: config/tc-arm.c:11999
4090 #, c-format
4091 msgid ""
4092 "Use of r%u as a source register is deprecated when r%u is the destination "
4093 "register."
4094 msgstr ""
4095
4096 #: config/tc-arm.c:12192
4097 msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
4098 msgstr ""
4099
4100 #: config/tc-arm.c:12220
4101 msgid "only lo regs allowed with immediate"
4102 msgstr ""
4103
4104 #: config/tc-arm.c:12397
4105 msgid "Thumb encoding does not support an immediate here"
4106 msgstr ""
4107
4108 #: config/tc-arm.c:12484
4109 msgid "Thumb-2 MUL must not set flags"
4110 msgstr ""
4111
4112 #: config/tc-arm.c:12549
4113 msgid "Thumb does not support NOP with hints"
4114 msgstr ""
4115
4116 #: config/tc-arm.c:12709
4117 msgid "invalid register list to push/pop instruction"
4118 msgstr ""
4119
4120 #: config/tc-arm.c:12954
4121 msgid "source1 and dest must be same register"
4122 msgstr ""
4123
4124 #: config/tc-arm.c:12979
4125 msgid "ror #imm not supported"
4126 msgstr ""
4127
4128 #: config/tc-arm.c:13030
4129 msgid "SMC is not permitted on this architecture"
4130 msgstr ""
4131
4132 #: config/tc-arm.c:13195
4133 msgid "Thumb encoding does not support rotation"
4134 msgstr ""
4135
4136 #: config/tc-arm.c:13215
4137 msgid "instruction requires register index"
4138 msgstr ""
4139
4140 #: config/tc-arm.c:13225
4141 msgid "instruction does not allow shifted index"
4142 msgstr ""
4143
4144 #: config/tc-arm.c:13411
4145 msgid "invalid neon suffix for non neon instruction"
4146 msgstr ""
4147
4148 #: config/tc-arm.c:13773 config/tc-arm.c:14119 config/tc-arm.c:15736
4149 #: config/tc-arm.c:17396
4150 msgid "invalid instruction shape"
4151 msgstr ""
4152
4153 #: config/tc-arm.c:14018
4154 msgid "types specified in both the mnemonic and operands"
4155 msgstr ""
4156
4157 #: config/tc-arm.c:14055
4158 msgid "operand types can't be inferred"
4159 msgstr ""
4160
4161 #: config/tc-arm.c:14061
4162 msgid "type specifier has the wrong number of parts"
4163 msgstr ""
4164
4165 #: config/tc-arm.c:14147 config/tc-arm.c:15926 config/tc-arm.c:15933
4166 msgid "operand size must match register width"
4167 msgstr ""
4168
4169 #: config/tc-arm.c:14158
4170 msgid "bad type in Neon instruction"
4171 msgstr ""
4172
4173 #: config/tc-arm.c:14169
4174 msgid "inconsistent types in Neon instruction"
4175 msgstr ""
4176
4177 #: config/tc-arm.c:14540 config/tc-arm.c:14555 config/tc-arm.c:16975
4178 msgid "register list must contain at least 1 and at most 16 registers"
4179 msgstr ""
4180
4181 #: config/tc-arm.c:14698 config/tc-arm.c:14734 config/tc-arm.c:15373
4182 #: config/tc-arm.c:16801
4183 msgid "immediate out of range for shift"
4184 msgstr ""
4185
4186 #: config/tc-arm.c:14854
4187 msgid "first and second operands shall be the same register"
4188 msgstr ""
4189
4190 #: config/tc-arm.c:15139 config/tc-arm.c:16231
4191 msgid "scalar out of range for multiply instruction"
4192 msgstr ""
4193
4194 #: config/tc-arm.c:15263
4195 msgid "instruction form not available on this architecture."
4196 msgstr ""
4197
4198 #: config/tc-arm.c:15266
4199 msgid "this instruction implies use of ARMv8.1 AdvSIMD."
4200 msgstr ""
4201
4202 #: config/tc-arm.c:15349 config/tc-arm.c:15361
4203 msgid "immediate out of range for insert"
4204 msgstr ""
4205
4206 #: config/tc-arm.c:15494
4207 msgid "immediate out of range for narrowing operation"
4208 msgstr ""
4209
4210 #: config/tc-arm.c:15640
4211 msgid "operands 0 and 1 must be the same register"
4212 msgstr ""
4213
4214 #: config/tc-arm.c:15746 config/tc-arm.c:17494
4215 msgid "invalid rounding mode"
4216 msgstr ""
4217
4218 #: config/tc-arm.c:16075
4219 msgid "operand size must be specified for immediate VMOV"
4220 msgstr ""
4221
4222 #: config/tc-arm.c:16085
4223 msgid "immediate has bits set outside the operand size"
4224 msgstr ""
4225
4226 #: config/tc-arm.c:16247
4227 msgid ""
4228 "vfmal/vfmsl with FP16 type cannot be conditional, the behaviour is "
4229 "UNPREDICTABLE"
4230 msgstr ""
4231
4232 #: config/tc-arm.c:16377
4233 msgid "Instruction form not available on this architecture."
4234 msgstr ""
4235
4236 #: config/tc-arm.c:16421
4237 msgid "elements must be smaller than reversal region"
4238 msgstr ""
4239
4240 #: config/tc-arm.c:16603 config/tc-arm.c:16663
4241 msgid "bad type for scalar"
4242 msgstr ""
4243
4244 #: config/tc-arm.c:16717
4245 msgid ""
4246 "immediate constant is valid both as a bit-pattern and a floating point value "
4247 "(using the fp value)"
4248 msgstr ""
4249
4250 #: config/tc-arm.c:16759 config/tc-arm.c:16767
4251 msgid "VFP registers must be adjacent"
4252 msgstr ""
4253
4254 #: config/tc-arm.c:16810
4255 msgid "invalid suffix"
4256 msgstr ""
4257
4258 #: config/tc-arm.c:16942
4259 msgid "bad list length for table lookup"
4260 msgstr ""
4261
4262 #: config/tc-arm.c:16972
4263 msgid "writeback (!) must be used for VLDMDB and VSTMDB"
4264 msgstr ""
4265
4266 #: config/tc-arm.c:17000
4267 msgid "Use of PC here is UNPREDICTABLE"
4268 msgstr ""
4269
4270 #: config/tc-arm.c:17002
4271 msgid "Use of PC here is deprecated"
4272 msgstr ""
4273
4274 #: config/tc-arm.c:17069
4275 msgid "bad alignment"
4276 msgstr ""
4277
4278 #: config/tc-arm.c:17086
4279 msgid "bad list type for instruction"
4280 msgstr ""
4281
4282 #: config/tc-arm.c:17088
4283 msgid "bad element type for instruction"
4284 msgstr ""
4285
4286 #: config/tc-arm.c:17130
4287 msgid "unsupported alignment for instruction"
4288 msgstr ""
4289
4290 #: config/tc-arm.c:17149 config/tc-arm.c:17243 config/tc-arm.c:17255
4291 #: config/tc-arm.c:17265 config/tc-arm.c:17279
4292 msgid "bad list length"
4293 msgstr ""
4294
4295 #: config/tc-arm.c:17154
4296 msgid "stride of 2 unavailable when element size is 8"
4297 msgstr ""
4298
4299 #: config/tc-arm.c:17187 config/tc-arm.c:17263
4300 msgid "can't use alignment with this instruction"
4301 msgstr ""
4302
4303 #: config/tc-arm.c:17335
4304 msgid "post-index must be a register"
4305 msgstr ""
4306
4307 #: config/tc-arm.c:17337
4308 msgid "bad register for post-index"
4309 msgstr ""
4310
4311 #: config/tc-arm.c:17558
4312 msgid "scalar out of range"
4313 msgstr ""
4314
4315 #: config/tc-arm.c:17631
4316 msgid ""
4317 "Dot Product instructions cannot be conditional,  the behaviour is "
4318 "UNPREDICTABLE"
4319 msgstr ""
4320
4321 #: config/tc-arm.c:18204 config/tc-arm.c:18290
4322 msgid "conditional infixes are deprecated in unified syntax"
4323 msgstr ""
4324
4325 #: config/tc-arm.c:18441
4326 msgid "Warning: conditional outside an IT block for Thumb."
4327 msgstr ""
4328
4329 #: config/tc-arm.c:18593
4330 msgid "Short branches, Undefined, SVC, LDM/STM"
4331 msgstr ""
4332
4333 #: config/tc-arm.c:18594
4334 msgid "Miscellaneous 16-bit instructions"
4335 msgstr ""
4336
4337 #: config/tc-arm.c:18595
4338 msgid "ADR"
4339 msgstr ""
4340
4341 #: config/tc-arm.c:18596
4342 msgid "Literal loads"
4343 msgstr ""
4344
4345 #: config/tc-arm.c:18597
4346 msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc"
4347 msgstr ""
4348
4349 #: config/tc-arm.c:18598
4350 msgid "Hi-register ADD, MOV, CMP using pc"
4351 msgstr ""
4352
4353 #. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue'
4354 #. field in asm_opcode. 'tvalue' is used at the stage this check happen.
4355 #: config/tc-arm.c:18601
4356 msgid "ADD/SUB sp, sp #imm"
4357 msgstr ""
4358
4359 #: config/tc-arm.c:18621
4360 msgid ""
4361 "IT blocks containing 32-bit Thumb instructions are performance deprecated in "
4362 "ARMv8-A and ARMv8-R"
4363 msgstr ""
4364
4365 #: config/tc-arm.c:18633
4366 #, c-format
4367 msgid ""
4368 "IT blocks containing 16-bit Thumb instructions of the following class are "
4369 "performance deprecated in ARMv8-A and ARMv8-R: %s"
4370 msgstr ""
4371
4372 #: config/tc-arm.c:18647
4373 msgid ""
4374 "IT blocks containing more than one conditional instruction are performance "
4375 "deprecated in ARMv8-A and ARMv8-R"
4376 msgstr ""
4377
4378 #: config/tc-arm.c:18763
4379 #, c-format
4380 msgid "bad instruction `%s'"
4381 msgstr ""
4382
4383 #: config/tc-arm.c:18769
4384 msgid "s suffix on comparison instruction is deprecated"
4385 msgstr ""
4386
4387 #: config/tc-arm.c:18789
4388 msgid "SVC is not permitted on this architecture"
4389 msgstr ""
4390
4391 #: config/tc-arm.c:18791
4392 #, c-format
4393 msgid "selected processor does not support `%s' in Thumb mode"
4394 msgstr ""
4395
4396 #: config/tc-arm.c:18797
4397 msgid "Thumb does not support conditional execution"
4398 msgstr ""
4399
4400 #: config/tc-arm.c:18817
4401 #, c-format
4402 msgid ""
4403 "selected processor does not support 32bit wide variant of instruction `%s'"
4404 msgstr ""
4405
4406 #: config/tc-arm.c:18820
4407 #, c-format
4408 msgid "selected processor does not support `%s' in Thumb-2 mode"
4409 msgstr ""
4410
4411 #: config/tc-arm.c:18845
4412 #, c-format
4413 msgid "cannot honor width suffix -- `%s'"
4414 msgstr ""
4415
4416 #: config/tc-arm.c:18887
4417 #, c-format
4418 msgid "selected processor does not support `%s' in ARM mode"
4419 msgstr ""
4420
4421 #: config/tc-arm.c:18892
4422 #, c-format
4423 msgid "width suffixes are invalid in ARM mode -- `%s'"
4424 msgstr ""
4425
4426 #: config/tc-arm.c:18925
4427 #, c-format
4428 msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
4429 msgstr ""
4430
4431 #: config/tc-arm.c:18942
4432 #, c-format
4433 msgid "section '%s' finished with an open IT block."
4434 msgstr ""
4435
4436 #: config/tc-arm.c:18947
4437 msgid "file finished with an open IT block."
4438 msgstr ""
4439
4440 #: config/tc-arm.c:22243
4441 #, c-format
4442 msgid "alignments greater than %d bytes not supported in .text sections."
4443 msgstr ""
4444
4445 #: config/tc-arm.c:22510 config/tc-ia64.c:3594
4446 #, c-format
4447 msgid "Group section `%s' has no group signature"
4448 msgstr ""
4449
4450 #: config/tc-arm.c:22556
4451 msgid "handlerdata in cantunwind frame"
4452 msgstr ""
4453
4454 #: config/tc-arm.c:22573
4455 msgid "too many unwind opcodes for personality routine 0"
4456 msgstr ""
4457
4458 #: config/tc-arm.c:22604
4459 msgid "attempt to recreate an unwind entry"
4460 msgstr ""
4461
4462 #: config/tc-arm.c:22614
4463 msgid "too many unwind opcodes"
4464 msgstr ""
4465
4466 #: config/tc-arm.c:22907
4467 #, c-format
4468 msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s"
4469 msgstr ""
4470
4471 #: config/tc-arm.c:23269 config/tc-arm.c:23337
4472 #, c-format
4473 msgid "symbol %s is in a different section"
4474 msgstr ""
4475
4476 #: config/tc-arm.c:23271 config/tc-arm.c:23339
4477 #, c-format
4478 msgid "symbol %s is weak and may be overridden later"
4479 msgstr ""
4480
4481 #: config/tc-arm.c:23316 config/tc-arm.c:23688
4482 #, c-format
4483 msgid "invalid constant (%lx) after fixup"
4484 msgstr ""
4485
4486 #: config/tc-arm.c:23372
4487 #, c-format
4488 msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
4489 msgstr ""
4490
4491 #: config/tc-arm.c:23408 config/tc-arm.c:23438
4492 msgid "invalid literal constant: pool needs to be closer"
4493 msgstr ""
4494
4495 #: config/tc-arm.c:23411 config/tc-arm.c:23460
4496 #, c-format
4497 msgid "bad immediate value for offset (%ld)"
4498 msgstr ""
4499
4500 #: config/tc-arm.c:23441
4501 #, c-format
4502 msgid "bad immediate value for 8-bit offset (%ld)"
4503 msgstr ""
4504
4505 #: config/tc-arm.c:23501
4506 msgid "offset not a multiple of 4"
4507 msgstr ""
4508
4509 #: config/tc-arm.c:23704
4510 msgid "invalid smc expression"
4511 msgstr ""
4512
4513 #: config/tc-arm.c:23713
4514 msgid "invalid hvc expression"
4515 msgstr ""
4516
4517 #: config/tc-arm.c:23724 config/tc-arm.c:23733
4518 msgid "invalid swi expression"
4519 msgstr ""
4520
4521 #: config/tc-arm.c:23743
4522 msgid "invalid expression in load/store multiple"
4523 msgstr ""
4524
4525 #: config/tc-arm.c:23805
4526 #, c-format
4527 msgid "blx to '%s' an ARM ISA state function changed to bl"
4528 msgstr ""
4529
4530 #: config/tc-arm.c:23824
4531 msgid "misaligned branch destination"
4532 msgstr ""
4533
4534 #: config/tc-arm.c:23944
4535 #, c-format
4536 msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
4537 msgstr ""
4538
4539 #: config/tc-arm.c:23994
4540 msgid "Thumb2 branch out of range"
4541 msgstr ""
4542
4543 #: config/tc-arm.c:24046 config/tc-arm.c:24079
4544 msgid "Relocation supported only in FDPIC mode"
4545 msgstr ""
4546
4547 #: config/tc-arm.c:24109
4548 msgid "rel31 relocation overflow"
4549 msgstr ""
4550
4551 #: config/tc-arm.c:24130 config/tc-arm.c:24134 config/tc-arm.c:24173
4552 msgid "co-processor offset out of range"
4553 msgstr ""
4554
4555 #: config/tc-arm.c:24190
4556 #, c-format
4557 msgid "invalid offset, target not word aligned (0x%08lX)"
4558 msgstr ""
4559
4560 #: config/tc-arm.c:24197 config/tc-arm.c:24206 config/tc-arm.c:24214
4561 #: config/tc-arm.c:24222 config/tc-arm.c:24230
4562 #, c-format
4563 msgid "invalid offset, value too big (0x%08lX)"
4564 msgstr ""
4565
4566 #: config/tc-arm.c:24271
4567 msgid "invalid Hi register with immediate"
4568 msgstr ""
4569
4570 #: config/tc-arm.c:24287
4571 msgid "invalid immediate for stack address calculation"
4572 msgstr ""
4573
4574 #: config/tc-arm.c:24306
4575 msgid "address calculation needs a strongly defined nearby symbol"
4576 msgstr ""
4577
4578 #: config/tc-arm.c:24322
4579 msgid "symbol too far away"
4580 msgstr ""
4581
4582 #: config/tc-arm.c:24334
4583 #, c-format
4584 msgid "invalid immediate for address calculation (value = 0x%08lX)"
4585 msgstr ""
4586
4587 #: config/tc-arm.c:24364
4588 #, c-format
4589 msgid "invalid immediate: %ld is out of range"
4590 msgstr ""
4591
4592 #: config/tc-arm.c:24376
4593 #, c-format
4594 msgid "invalid shift value: %ld"
4595 msgstr ""
4596
4597 #: config/tc-arm.c:24446 config/tc-arm.c:24517
4598 #, c-format
4599 msgid "the offset 0x%08lX is not representable"
4600 msgstr ""
4601
4602 #: config/tc-arm.c:24478
4603 #, c-format
4604 msgid "Unable to process relocation for thumb opcode: %lx"
4605 msgstr ""
4606
4607 #: config/tc-arm.c:24557
4608 #, c-format
4609 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
4610 msgstr ""
4611
4612 #: config/tc-arm.c:24596
4613 #, c-format
4614 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
4615 msgstr ""
4616
4617 #: config/tc-arm.c:24636
4618 #, c-format
4619 msgid "bad offset 0x%08lX (must be word-aligned)"
4620 msgstr ""
4621
4622 #: config/tc-arm.c:24641
4623 #, c-format
4624 msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
4625 msgstr ""
4626
4627 #: config/tc-arm.c:24672 config/tc-score.c:7379
4628 #, c-format
4629 msgid "bad relocation fixup type (%d)"
4630 msgstr ""
4631
4632 #: config/tc-arm.c:24790
4633 msgid "literal referenced across section boundary"
4634 msgstr ""
4635
4636 #: config/tc-arm.c:24867
4637 msgid "internal relocation (type: IMMEDIATE) not fixed up"
4638 msgstr ""
4639
4640 #: config/tc-arm.c:24872
4641 msgid "ADRL used for a symbol not defined in the same file"
4642 msgstr ""
4643
4644 #: config/tc-arm.c:24887
4645 #, c-format
4646 msgid "undefined local label `%s'"
4647 msgstr ""
4648
4649 #: config/tc-arm.c:24893
4650 msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
4651 msgstr ""
4652
4653 #: config/tc-arm.c:24915 config/tc-cris.c:4006 config/tc-csky.c:877
4654 #: config/tc-ft32.c:709 config/tc-mcore.c:1928 config/tc-microblaze.c:1998
4655 #: config/tc-mmix.c:2895 config/tc-moxie.c:825 config/tc-ns32k.c:2248
4656 #: config/tc-score.c:7466
4657 msgid "<unknown>"
4658 msgstr ""
4659
4660 #: config/tc-arm.c:25317
4661 #, c-format
4662 msgid "%s: unexpected function type: %d"
4663 msgstr ""
4664
4665 #: config/tc-arm.c:25454
4666 msgid "use of old and new-style options to set CPU type"
4667 msgstr ""
4668
4669 #: config/tc-arm.c:25473
4670 msgid "use of old and new-style options to set FPU type"
4671 msgstr ""
4672
4673 #: config/tc-arm.c:25552
4674 msgid "hard-float conflicts with specified fpu"
4675 msgstr ""
4676
4677 #: config/tc-arm.c:25744
4678 msgid "generate PIC code"
4679 msgstr ""
4680
4681 #: config/tc-arm.c:25745
4682 msgid "assemble Thumb code"
4683 msgstr ""
4684
4685 #: config/tc-arm.c:25746
4686 msgid "support ARM/Thumb interworking"
4687 msgstr ""
4688
4689 #: config/tc-arm.c:25748
4690 msgid "code uses 32-bit program counter"
4691 msgstr ""
4692
4693 #: config/tc-arm.c:25749
4694 msgid "code uses 26-bit program counter"
4695 msgstr ""
4696
4697 #: config/tc-arm.c:25750
4698 msgid "floating point args are in fp regs"
4699 msgstr ""
4700
4701 #: config/tc-arm.c:25752
4702 msgid "re-entrant code"
4703 msgstr ""
4704
4705 #: config/tc-arm.c:25753
4706 msgid "code is ATPCS conformant"
4707 msgstr ""
4708
4709 #. These are recognized by the assembler, but have no affect on code.
4710 #: config/tc-arm.c:25759
4711 msgid "use frame pointer"
4712 msgstr ""
4713
4714 #: config/tc-arm.c:25760
4715 msgid "use stack size checking"
4716 msgstr ""
4717
4718 #: config/tc-arm.c:25763
4719 msgid "do not warn on use of deprecated feature"
4720 msgstr ""
4721
4722 #: config/tc-arm.c:25765
4723 msgid "warn about symbols that match instruction names [default]"
4724 msgstr ""
4725
4726 #: config/tc-arm.c:25766
4727 msgid "disable warnings about symobls that match instructions"
4728 msgstr ""
4729
4730 #. DON'T add any new processors to this list -- we want the whole list
4731 #. to go away...  Add them to the processors table instead.
4732 #: config/tc-arm.c:25782 config/tc-arm.c:25783
4733 msgid "use -mcpu=arm1"
4734 msgstr ""
4735
4736 #: config/tc-arm.c:25784 config/tc-arm.c:25785
4737 msgid "use -mcpu=arm2"
4738 msgstr ""
4739
4740 #: config/tc-arm.c:25786 config/tc-arm.c:25787
4741 msgid "use -mcpu=arm250"
4742 msgstr ""
4743
4744 #: config/tc-arm.c:25788 config/tc-arm.c:25789
4745 msgid "use -mcpu=arm3"
4746 msgstr ""
4747
4748 #: config/tc-arm.c:25790 config/tc-arm.c:25791
4749 msgid "use -mcpu=arm6"
4750 msgstr ""
4751
4752 #: config/tc-arm.c:25792 config/tc-arm.c:25793
4753 msgid "use -mcpu=arm600"
4754 msgstr ""
4755
4756 #: config/tc-arm.c:25794 config/tc-arm.c:25795
4757 msgid "use -mcpu=arm610"
4758 msgstr ""
4759
4760 #: config/tc-arm.c:25796 config/tc-arm.c:25797
4761 msgid "use -mcpu=arm620"
4762 msgstr ""
4763
4764 #: config/tc-arm.c:25798 config/tc-arm.c:25799
4765 msgid "use -mcpu=arm7"
4766 msgstr ""
4767
4768 #: config/tc-arm.c:25800 config/tc-arm.c:25801
4769 msgid "use -mcpu=arm70"
4770 msgstr ""
4771
4772 #: config/tc-arm.c:25802 config/tc-arm.c:25803
4773 msgid "use -mcpu=arm700"
4774 msgstr ""
4775
4776 #: config/tc-arm.c:25804 config/tc-arm.c:25805
4777 msgid "use -mcpu=arm700i"
4778 msgstr ""
4779
4780 #: config/tc-arm.c:25806 config/tc-arm.c:25807
4781 msgid "use -mcpu=arm710"
4782 msgstr ""
4783
4784 #: config/tc-arm.c:25808 config/tc-arm.c:25809
4785 msgid "use -mcpu=arm710c"
4786 msgstr ""
4787
4788 #: config/tc-arm.c:25810 config/tc-arm.c:25811
4789 msgid "use -mcpu=arm720"
4790 msgstr ""
4791
4792 #: config/tc-arm.c:25812 config/tc-arm.c:25813
4793 msgid "use -mcpu=arm7d"
4794 msgstr ""
4795
4796 #: config/tc-arm.c:25814 config/tc-arm.c:25815
4797 msgid "use -mcpu=arm7di"
4798 msgstr ""
4799
4800 #: config/tc-arm.c:25816 config/tc-arm.c:25817
4801 msgid "use -mcpu=arm7m"
4802 msgstr ""
4803
4804 #: config/tc-arm.c:25818 config/tc-arm.c:25819
4805 msgid "use -mcpu=arm7dm"
4806 msgstr ""
4807
4808 #: config/tc-arm.c:25820 config/tc-arm.c:25821
4809 msgid "use -mcpu=arm7dmi"
4810 msgstr ""
4811
4812 #: config/tc-arm.c:25822 config/tc-arm.c:25823
4813 msgid "use -mcpu=arm7100"
4814 msgstr ""
4815
4816 #: config/tc-arm.c:25824 config/tc-arm.c:25825
4817 msgid "use -mcpu=arm7500"
4818 msgstr ""
4819
4820 #: config/tc-arm.c:25826 config/tc-arm.c:25827
4821 msgid "use -mcpu=arm7500fe"
4822 msgstr ""
4823
4824 #: config/tc-arm.c:25828 config/tc-arm.c:25829 config/tc-arm.c:25830
4825 #: config/tc-arm.c:25831
4826 msgid "use -mcpu=arm7tdmi"
4827 msgstr ""
4828
4829 #: config/tc-arm.c:25832 config/tc-arm.c:25833
4830 msgid "use -mcpu=arm710t"
4831 msgstr ""
4832
4833 #: config/tc-arm.c:25834 config/tc-arm.c:25835
4834 msgid "use -mcpu=arm720t"
4835 msgstr ""
4836
4837 #: config/tc-arm.c:25836 config/tc-arm.c:25837
4838 msgid "use -mcpu=arm740t"
4839 msgstr ""
4840
4841 #: config/tc-arm.c:25838 config/tc-arm.c:25839
4842 msgid "use -mcpu=arm8"
4843 msgstr ""
4844
4845 #: config/tc-arm.c:25840 config/tc-arm.c:25841
4846 msgid "use -mcpu=arm810"
4847 msgstr ""
4848
4849 #: config/tc-arm.c:25842 config/tc-arm.c:25843
4850 msgid "use -mcpu=arm9"
4851 msgstr ""
4852
4853 #: config/tc-arm.c:25844 config/tc-arm.c:25845
4854 msgid "use -mcpu=arm9tdmi"
4855 msgstr ""
4856
4857 #: config/tc-arm.c:25846 config/tc-arm.c:25847
4858 msgid "use -mcpu=arm920"
4859 msgstr ""
4860
4861 #: config/tc-arm.c:25848 config/tc-arm.c:25849
4862 msgid "use -mcpu=arm940"
4863 msgstr ""
4864
4865 #: config/tc-arm.c:25850
4866 msgid "use -mcpu=strongarm"
4867 msgstr ""
4868
4869 #: config/tc-arm.c:25852
4870 msgid "use -mcpu=strongarm110"
4871 msgstr ""
4872
4873 #: config/tc-arm.c:25854
4874 msgid "use -mcpu=strongarm1100"
4875 msgstr ""
4876
4877 #: config/tc-arm.c:25856
4878 msgid "use -mcpu=strongarm1110"
4879 msgstr ""
4880
4881 #: config/tc-arm.c:25857
4882 msgid "use -mcpu=xscale"
4883 msgstr ""
4884
4885 #: config/tc-arm.c:25858
4886 msgid "use -mcpu=iwmmxt"
4887 msgstr ""
4888
4889 #: config/tc-arm.c:25859
4890 msgid "use -mcpu=all"
4891 msgstr ""
4892
4893 #. Architecture variants -- don't add any more to this list either.
4894 #: config/tc-arm.c:25862 config/tc-arm.c:25863
4895 msgid "use -march=armv2"
4896 msgstr ""
4897
4898 #: config/tc-arm.c:25864 config/tc-arm.c:25865
4899 msgid "use -march=armv2a"
4900 msgstr ""
4901
4902 #: config/tc-arm.c:25866 config/tc-arm.c:25867
4903 msgid "use -march=armv3"
4904 msgstr ""
4905
4906 #: config/tc-arm.c:25868 config/tc-arm.c:25869
4907 msgid "use -march=armv3m"
4908 msgstr ""
4909
4910 #: config/tc-arm.c:25870 config/tc-arm.c:25871
4911 msgid "use -march=armv4"
4912 msgstr ""
4913
4914 #: config/tc-arm.c:25872 config/tc-arm.c:25873
4915 msgid "use -march=armv4t"
4916 msgstr ""
4917
4918 #: config/tc-arm.c:25874 config/tc-arm.c:25875
4919 msgid "use -march=armv5"
4920 msgstr ""
4921
4922 #: config/tc-arm.c:25876 config/tc-arm.c:25877
4923 msgid "use -march=armv5t"
4924 msgstr ""
4925
4926 #: config/tc-arm.c:25878 config/tc-arm.c:25879
4927 msgid "use -march=armv5te"
4928 msgstr ""
4929
4930 #. Floating point variants -- don't add any more to this list either.
4931 #: config/tc-arm.c:25882
4932 msgid "use -mfpu=fpe"
4933 msgstr ""
4934
4935 #: config/tc-arm.c:25883
4936 msgid "use -mfpu=fpa10"
4937 msgstr ""
4938
4939 #: config/tc-arm.c:25884
4940 msgid "use -mfpu=fpa11"
4941 msgstr ""
4942
4943 #: config/tc-arm.c:25886
4944 msgid "use either -mfpu=softfpa or -mfpu=softvfp"
4945 msgstr ""
4946
4947 #: config/tc-arm.c:26647
4948 msgid "extension does not apply to the base architecture"
4949 msgstr ""
4950
4951 #: config/tc-arm.c:26676
4952 msgid "architectural extensions must be specified in alphabetical order"
4953 msgstr ""
4954
4955 #: config/tc-arm.c:26797 config/tc-arm.c:27691
4956 #, c-format
4957 msgid "unknown floating point format `%s'\n"
4958 msgstr ""
4959
4960 #: config/tc-arm.c:26813
4961 #, c-format
4962 msgid "unknown floating point abi `%s'\n"
4963 msgstr ""
4964
4965 #: config/tc-arm.c:26829
4966 #, c-format
4967 msgid "unknown EABI `%s'\n"
4968 msgstr ""
4969
4970 #: config/tc-arm.c:26849
4971 #, c-format
4972 msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
4973 msgstr ""
4974
4975 #: config/tc-arm.c:26872 config/tc-metag.c:5913
4976 msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
4977 msgstr ""
4978
4979 #: config/tc-arm.c:26874
4980 msgid "<abi>\t  assemble for floating point ABI <abi>"
4981 msgstr ""
4982
4983 #: config/tc-arm.c:26877
4984 msgid "<ver>\t\t  assemble for eabi version <ver>"
4985 msgstr ""
4986
4987 #: config/tc-arm.c:26880
4988 msgid "<mode>\t  controls implicit insertion of IT instructions"
4989 msgstr ""
4990
4991 #: config/tc-arm.c:26882
4992 msgid "\t\t\t  TI CodeComposer Studio syntax compatibility mode"
4993 msgstr ""
4994
4995 #: config/tc-arm.c:26990
4996 #, c-format
4997 msgid " ARM-specific assembler options:\n"
4998 msgstr ""
4999
5000 #: config/tc-arm.c:27010
5001 #, c-format
5002 msgid "  --fix-v4bx              Allow BX in ARMv4 code\n"
5003 msgstr ""
5004
5005 #: config/tc-arm.c:27014
5006 #, c-format
5007 msgid "  --fdpic                 generate an FDPIC object file\n"
5008 msgstr ""
5009
5010 #: config/tc-arm.c:27318
5011 msgid "no architecture contains all the instructions used\n"
5012 msgstr ""
5013
5014 #: config/tc-arm.c:27632
5015 #, c-format
5016 msgid ""
5017 "architectural extension `%s' is not allowed for the current base architecture"
5018 msgstr ""
5019
5020 #: config/tc-arm.c:27655
5021 #, c-format
5022 msgid "unknown architecture extension `%s'\n"
5023 msgstr ""
5024
5025 #: config/tc-avr.c:593
5026 #, c-format
5027 msgid "Known MCU names:"
5028 msgstr ""
5029
5030 #: config/tc-avr.c:658
5031 #, c-format
5032 msgid ""
5033 "AVR Assembler options:\n"
5034 "  -mmcu=[avr-name] select microcontroller variant\n"
5035 "                   [avr-name] can be:\n"
5036 "                   avr1  - classic AVR core without data RAM\n"
5037 "                   avr2  - classic AVR core with up to 8K program memory\n"
5038 "                   avr25 - classic AVR core with up to 8K program memory\n"
5039 "                           plus the MOVW instruction\n"
5040 "                   avr3  - classic AVR core with up to 64K program memory\n"
5041 "                   avr31 - classic AVR core with up to 128K program memory\n"
5042 "                   avr35 - classic AVR core with up to 64K program memory\n"
5043 "                           plus the MOVW instruction\n"
5044 "                   avr4  - enhanced AVR core with up to 8K program memory\n"
5045 "                   avr5  - enhanced AVR core with up to 64K program memory\n"
5046 "                   avr51 - enhanced AVR core with up to 128K program memory\n"
5047 "                   avr6  - enhanced AVR core with up to 256K program memory\n"
5048 "                   avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n"
5049 "                   avrxmega3 - XMEGA, RAM + FLASH < 64K, Flash visible in "
5050 "RAM\n"
5051 "                   avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n"
5052 "                   avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n"
5053 "                   avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n"
5054 "                   avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n"
5055 "                   avrtiny   - AVR Tiny core with 16 gp registers\n"
5056 msgstr ""
5057
5058 #: config/tc-avr.c:681
5059 #, c-format
5060 msgid ""
5061 "  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
5062 "  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
5063 "                   (default for avr4, avr5)\n"
5064 "  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
5065 "                   (default for avr3, avr5)\n"
5066 "  -mrmw            accept Read-Modify-Write instructions\n"
5067 "  -mlink-relax     generate relocations for linker relaxation (default)\n"
5068 "  -mno-link-relax  don't generate relocations for linker relaxation.\n"
5069 "  -mgcc-isr        accept the __gcc_isr pseudo-instruction.\n"
5070 msgstr ""
5071
5072 #: config/tc-avr.c:720
5073 #, c-format
5074 msgid "unknown MCU: %s\n"
5075 msgstr ""
5076
5077 #: config/tc-avr.c:734
5078 #, c-format
5079 msgid "redefinition of mcu type `%s' to `%s'"
5080 msgstr ""
5081
5082 #: config/tc-avr.c:857
5083 msgid "constant value required"
5084 msgstr ""
5085
5086 #: config/tc-avr.c:860
5087 #, c-format
5088 msgid "number must be positive and less than %d"
5089 msgstr ""
5090
5091 #: config/tc-avr.c:886 config/tc-avr.c:1023
5092 #, c-format
5093 msgid "constant out of 8-bit range: %d"
5094 msgstr ""
5095
5096 #: config/tc-avr.c:954 config/tc-score.c:1199 read.c:3797
5097 msgid "illegal expression"
5098 msgstr ""
5099
5100 #: config/tc-avr.c:983 config/tc-avr.c:1993 config/tc-pru.c:1882
5101 msgid "`)' required"
5102 msgstr ""
5103
5104 #: config/tc-avr.c:1093
5105 msgid "register name or number from 16 to 31 required"
5106 msgstr ""
5107
5108 #: config/tc-avr.c:1099
5109 msgid "register name or number from 0 to 31 required"
5110 msgstr ""
5111
5112 #: config/tc-avr.c:1107
5113 msgid "register r16-r23 required"
5114 msgstr ""
5115
5116 #: config/tc-avr.c:1113
5117 msgid "register number above 15 required"
5118 msgstr ""
5119
5120 #: config/tc-avr.c:1119 config/tc-csky.c:5882 config/tc-csky.c:5916
5121 msgid "even register number required"
5122 msgstr ""
5123
5124 #: config/tc-avr.c:1125
5125 msgid "register r24, r26, r28 or r30 required"
5126 msgstr ""
5127
5128 #: config/tc-avr.c:1146
5129 msgid "pointer register (X, Y or Z) required"
5130 msgstr ""
5131
5132 #: config/tc-avr.c:1153
5133 msgid "cannot both predecrement and postincrement"
5134 msgstr ""
5135
5136 #: config/tc-avr.c:1161
5137 msgid "addressing mode not supported"
5138 msgstr ""
5139
5140 #: config/tc-avr.c:1167
5141 msgid "can't predecrement"
5142 msgstr ""
5143
5144 #: config/tc-avr.c:1170
5145 msgid "pointer register Z required"
5146 msgstr ""
5147
5148 #: config/tc-avr.c:1189
5149 msgid "postincrement not supported"
5150 msgstr ""
5151
5152 #: config/tc-avr.c:1199
5153 msgid "pointer register (Y or Z) required"
5154 msgstr ""
5155
5156 #: config/tc-avr.c:1321 config/tc-xgate.c:1352
5157 #, c-format
5158 msgid "unknown constraint `%c'"
5159 msgstr ""
5160
5161 #: config/tc-avr.c:1384 config/tc-avr.c:2675
5162 msgid "`,' required"
5163 msgstr ""
5164
5165 #: config/tc-avr.c:1405
5166 msgid "undefined combination of operands"
5167 msgstr ""
5168
5169 #: config/tc-avr.c:1414
5170 msgid "skipping two-word instruction"
5171 msgstr ""
5172
5173 #: config/tc-avr.c:1602 config/tc-avr.c:1618 config/tc-avr.c:1749
5174 #: config/tc-msp430.c:4300 config/tc-msp430.c:4319
5175 #, c-format
5176 msgid "odd address operand: %ld"
5177 msgstr ""
5178
5179 #: config/tc-avr.c:1610 config/tc-avr.c:1629 config/tc-avr.c:1647
5180 #: config/tc-avr.c:1658 config/tc-avr.c:1674 config/tc-avr.c:1682
5181 #: config/tc-avr.c:1777 config/tc-avr.c:1784 config/tc-d10v.c:503
5182 #: config/tc-d30v.c:553 config/tc-msp430.c:4308 config/tc-msp430.c:4326
5183 #, c-format
5184 msgid "operand out of range: %ld"
5185 msgstr ""
5186
5187 #: config/tc-avr.c:1665
5188 #, c-format
5189 msgid "operand out of range: 0x%lx"
5190 msgstr ""
5191
5192 #: config/tc-avr.c:1770 config/tc-d10v.c:1590 config/tc-d30v.c:2034
5193 #: config/tc-msp430.c:4397
5194 #, c-format
5195 msgid "line %d: unknown relocation type: 0x%x"
5196 msgstr ""
5197
5198 #: config/tc-avr.c:1798
5199 msgid "only constant expression allowed"
5200 msgstr ""
5201
5202 #. xgettext:c-format.
5203 #: config/tc-avr.c:1853 config/tc-bfin.c:824 config/tc-d10v.c:1462
5204 #: config/tc-d30v.c:1771 config/tc-metag.c:7022 config/tc-mn10200.c:779
5205 #: config/tc-mn10300.c:2177 config/tc-msp430.c:4445 config/tc-ppc.c:7533
5206 #: config/tc-spu.c:894 config/tc-spu.c:1105 config/tc-v850.c:3367
5207 #: config/tc-z80.c:2075
5208 #, c-format
5209 msgid "reloc %d not supported by object file format"
5210 msgstr ""
5211
5212 #: config/tc-avr.c:1875 config/tc-ft32.c:232 config/tc-h8300.c:1930
5213 #: config/tc-mcore.c:880 config/tc-microblaze.c:941 config/tc-moxie.c:182
5214 #: config/tc-pj.c:253 config/tc-sh.c:2196 config/tc-wasm32.c:747
5215 #: config/tc-z8k.c:1223
5216 msgid "can't find opcode "
5217 msgstr ""
5218
5219 #: config/tc-avr.c:1894
5220 #, c-format
5221 msgid "illegal opcode %s for mcu %s"
5222 msgstr ""
5223
5224 #: config/tc-avr.c:1910
5225 #, c-format
5226 msgid "pseudo instruction `%s' not supported"
5227 msgstr ""
5228
5229 #: config/tc-avr.c:1932
5230 msgid "garbage at end of line"
5231 msgstr ""
5232
5233 #: config/tc-avr.c:2042 config/tc-pru.c:1914
5234 #, c-format
5235 msgid "illegal %s relocation size: %d"
5236 msgstr ""
5237
5238 #: config/tc-avr.c:2155 config/tc-avr.c:2210
5239 #, c-format
5240 msgid "unknown record type %d (in %s)"
5241 msgstr ""
5242
5243 #: config/tc-avr.c:2231
5244 #, c-format
5245 msgid "Failed to create property section `%s'\n"
5246 msgstr ""
5247
5248 #: config/tc-avr.c:2667
5249 #, c-format
5250 msgid "%s requires value 0-2 as operand 1"
5251 msgstr ""
5252
5253 #: config/tc-avr.c:2692
5254 #, c-format
5255 msgid "`%s %d' after `%s %d' from %s:%u"
5256 msgstr ""
5257
5258 #: config/tc-avr.c:2695
5259 #, c-format
5260 msgid "`%s %d' but no chunk open yet"
5261 msgstr ""
5262
5263 #: config/tc-avr.c:2783
5264 #, c-format
5265 msgid "dangling `__gcc_isr %d'"
5266 msgstr ""
5267
5268 #: config/tc-avr.c:2785
5269 msgid "dangling `__gcc_isr'"
5270 msgstr ""
5271
5272 #: config/tc-bfin.c:93 config/tc-frv.c:1603 config/tc-frv.c:1613
5273 msgid "missing ')'"
5274 msgstr ""
5275
5276 #: config/tc-bfin.c:439
5277 #, c-format
5278 msgid " Blackfin specific assembler options:\n"
5279 msgstr ""
5280
5281 #: config/tc-bfin.c:440
5282 #, c-format
5283 msgid "  -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n"
5284 msgstr ""
5285
5286 #: config/tc-bfin.c:441
5287 #, c-format
5288 msgid "  -mfdpic                  assemble for the FDPIC ABI\n"
5289 msgstr ""
5290
5291 #: config/tc-bfin.c:442
5292 #, c-format
5293 msgid "  -mno-fdpic/-mnopic       disable -mfdpic\n"
5294 msgstr ""
5295
5296 #: config/tc-bfin.c:455
5297 msgid "Could not set architecture and machine."
5298 msgstr ""
5299
5300 #: config/tc-bfin.c:602
5301 msgid "Parse failed."
5302 msgstr ""
5303
5304 #: config/tc-bfin.c:677
5305 msgid "pcrel too far BFD_RELOC_BFIN_10"
5306 msgstr ""
5307
5308 #: config/tc-bfin.c:693
5309 msgid "pcrel too far BFD_RELOC_BFIN_12"
5310 msgstr ""
5311
5312 #: config/tc-bfin.c:713
5313 msgid "pcrel too far BFD_RELOC_BFIN_24"
5314 msgstr ""
5315
5316 #: config/tc-bfin.c:728
5317 msgid "pcrel too far BFD_RELOC_BFIN_5"
5318 msgstr ""
5319
5320 #: config/tc-bfin.c:740
5321 msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
5322 msgstr ""
5323
5324 #: config/tc-bfin.c:750
5325 msgid "rel too far BFD_RELOC_8"
5326 msgstr ""
5327
5328 #: config/tc-bfin.c:757
5329 msgid "rel too far BFD_RELOC_16"
5330 msgstr ""
5331
5332 #: config/tc-cr16.c:164
5333 msgid "using a bit field width of zero"
5334 msgstr ""
5335
5336 #: config/tc-cr16.c:172
5337 #, c-format
5338 msgid "field width \"%s\" too complex for a bitfield"
5339 msgstr ""
5340
5341 #: config/tc-cr16.c:181
5342 #, c-format
5343 msgid "field width %lu too big to fit in %d byte: truncated to %d bits"
5344 msgid_plural "field width %lu too big to fit in %d bytes: truncated to %d bits"
5345 msgstr[0] ""
5346 msgstr[1] ""
5347
5348 #: config/tc-cr16.c:208
5349 #, c-format
5350 msgid "field value \"%s\" too complex for a bitfield"
5351 msgstr ""
5352
5353 #: config/tc-cr16.c:389
5354 #, c-format
5355 msgid "Unknown register pair - index relative mode: `%d'"
5356 msgstr ""
5357
5358 #: config/tc-cr16.c:603 config/tc-crx.c:361
5359 #, c-format
5360 msgid "internal error: reloc %d (`%s') not supported by object file format"
5361 msgstr ""
5362
5363 #: config/tc-cr16.c:696 config/tc-i386.c:11722 config/tc-s390.c:2121
5364 msgid "GOT already in symbol table"
5365 msgstr ""
5366
5367 #: config/tc-cr16.c:813 config/tc-m68k.c:4574 config/tc-tilegx.c:318
5368 #: config/tc-tilepro.c:255
5369 #, c-format
5370 msgid "Internal Error:  Can't hash %s: %s"
5371 msgstr ""
5372
5373 #: config/tc-cr16.c:839 config/tc-cris.c:1229 config/tc-crx.c:545
5374 #, c-format
5375 msgid "Can't hash `%s': %s\n"
5376 msgstr ""
5377
5378 #: config/tc-cr16.c:840 config/tc-cris.c:1230 config/tc-crx.c:546
5379 msgid "(unknown reason)"
5380 msgstr ""
5381
5382 #. Missing or bad expr becomes absolute 0.
5383 #: config/tc-cr16.c:892 config/tc-crx.c:619
5384 #, c-format
5385 msgid "missing or invalid displacement expression `%s' taken as 0"
5386 msgstr ""
5387
5388 #: config/tc-cr16.c:942
5389 #, c-format
5390 msgid "GOT bad expression with %s."
5391 msgstr ""
5392
5393 #: config/tc-cr16.c:1053
5394 #, c-format
5395 msgid "operand %d: illegal use expression: `%s`"
5396 msgstr ""
5397
5398 #: config/tc-cr16.c:1118 config/tc-crx.c:1129
5399 #, c-format
5400 msgid "Unknown register: `%d'"
5401 msgstr ""
5402
5403 #. Issue a error message when register is illegal.
5404 #: config/tc-cr16.c:1126
5405 #, c-format
5406 msgid "Illegal register (`%s') in Instruction: `%s'"
5407 msgstr ""
5408
5409 #: config/tc-cr16.c:1200 config/tc-cr16.c:1275
5410 #, c-format
5411 msgid "Illegal register `%s' in Instruction `%s'"
5412 msgstr ""
5413
5414 #: config/tc-cr16.c:1228 config/tc-cr16.c:1239
5415 #, c-format
5416 msgid "Illegal register pair `%s' in Instruction `%s'"
5417 msgstr ""
5418
5419 #: config/tc-cr16.c:1264
5420 msgid "unmatched '['"
5421 msgstr ""
5422
5423 #: config/tc-cr16.c:1270
5424 msgid "garbage after index spec ignored"
5425 msgstr ""
5426
5427 #: config/tc-cr16.c:1418 config/tc-crx.c:938
5428 #, c-format
5429 msgid "Illegal operands (whitespace): `%s'"
5430 msgstr ""
5431
5432 #: config/tc-cr16.c:1430 config/tc-cr16.c:1437 config/tc-cr16.c:1454
5433 #: config/tc-crx.c:950 config/tc-crx.c:957 config/tc-crx.c:974
5434 #: config/tc-crx.c:1770
5435 #, c-format
5436 msgid "Missing matching brackets : `%s'"
5437 msgstr ""
5438
5439 #: config/tc-cr16.c:1486 config/tc-crx.c:1000
5440 #, c-format
5441 msgid "Unknown exception: `%s'"
5442 msgstr ""
5443
5444 #: config/tc-cr16.c:1571 config/tc-crx.c:1096
5445 #, c-format
5446 msgid "Illegal `cinv' parameter: `%c'"
5447 msgstr ""
5448
5449 #: config/tc-cr16.c:1592 config/tc-cr16.c:1631
5450 #, c-format
5451 msgid "Unknown register pair: `%d'"
5452 msgstr ""
5453
5454 #. Issue a error message when register  pair is illegal.
5455 #: config/tc-cr16.c:1600
5456 #, c-format
5457 msgid "Illegal register pair (`%s') in Instruction: `%s'"
5458 msgstr ""
5459
5460 #. Issue a error message when register  pair is illegal.
5461 #: config/tc-cr16.c:1639
5462 #, c-format
5463 msgid "Illegal index register pair (`%s') in Instruction: `%s'"
5464 msgstr ""
5465
5466 #: config/tc-cr16.c:1678
5467 #, c-format
5468 msgid "Unknown processor register : `%d'"
5469 msgstr ""
5470
5471 #. Issue a error message when register  pair is illegal.
5472 #: config/tc-cr16.c:1686
5473 #, c-format
5474 msgid "Illegal processor register (`%s') in Instruction: `%s'"
5475 msgstr ""
5476
5477 #: config/tc-cr16.c:1734
5478 #, c-format
5479 msgid "Unknown processor register (32 bit) : `%d'"
5480 msgstr ""
5481
5482 #. Issue a error message when register  pair is illegal.
5483 #: config/tc-cr16.c:1742
5484 #, c-format
5485 msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
5486 msgstr ""
5487
5488 #: config/tc-cr16.c:2108 config/tc-crx.c:1668 config/tc-crx.c:1685
5489 #, c-format
5490 msgid "Same src/dest register is used (`r%d'), result is undefined"
5491 msgstr ""
5492
5493 #: config/tc-cr16.c:2129
5494 msgid "RA register is saved twice."
5495 msgstr ""
5496
5497 #: config/tc-cr16.c:2133
5498 #, c-format
5499 msgid "`%s' Illegal use of registers."
5500 msgstr ""
5501
5502 #: config/tc-cr16.c:2147
5503 #, c-format
5504 msgid "`%s' Illegal count-register combination."
5505 msgstr ""
5506
5507 #: config/tc-cr16.c:2153
5508 #, c-format
5509 msgid "`%s' Illegal use of register."
5510 msgstr ""
5511
5512 #: config/tc-cr16.c:2162 config/tc-crx.c:1677
5513 #, c-format
5514 msgid "`%s' has undefined result"
5515 msgstr ""
5516
5517 #: config/tc-cr16.c:2170
5518 #, c-format
5519 msgid "Same src/dest register is used (`r%d'),result is undefined"
5520 msgstr ""
5521
5522 #: config/tc-cr16.c:2341 config/tc-crx.c:1582
5523 msgid "Incorrect number of operands"
5524 msgstr ""
5525
5526 #: config/tc-cr16.c:2343 config/tc-crx.c:1584
5527 #, c-format
5528 msgid "Illegal type of operand (arg %d)"
5529 msgstr ""
5530
5531 #: config/tc-cr16.c:2349 config/tc-crx.c:1590
5532 #, c-format
5533 msgid "Operand out of range (arg %d)"
5534 msgstr ""
5535
5536 #: config/tc-cr16.c:2352 config/tc-crx.c:1593
5537 #, c-format
5538 msgid "Operand has odd displacement (arg %d)"
5539 msgstr ""
5540
5541 #: config/tc-cr16.c:2355 config/tc-cr16.c:2386 config/tc-crx.c:1606
5542 #: config/tc-crx.c:1637
5543 #, c-format
5544 msgid "Illegal operand (arg %d)"
5545 msgstr ""
5546
5547 #. Give an error if a frag containing code is not aligned to a 2-byte
5548 #. boundary.
5549 #: config/tc-cr16.c:2488 config/tc-cr16.h:74 config/tc-crx.c:1959
5550 #: config/tc-crx.h:77
5551 msgid "instruction address is not a multiple of 2"
5552 msgstr ""
5553
5554 #: config/tc-cr16.c:2511 config/tc-cris.c:1556 config/tc-cris.c:1564
5555 #: config/tc-crx.c:1995 config/tc-dlx.c:692 config/tc-hppa.c:3212
5556 #: config/tc-hppa.c:3219 config/tc-sparc.c:1758 config/tc-sparc.c:1766
5557 #, c-format
5558 msgid "Unknown opcode: `%s'"
5559 msgstr ""
5560
5561 #: config/tc-cris.c:550 config/tc-m68hc11.c:3893
5562 #, c-format
5563 msgid "internal inconsistency problem in %s: fr_symbol %lx"
5564 msgstr ""
5565
5566 #: config/tc-cris.c:554 config/tc-m68hc11.c:3897 config/tc-msp430.c:4795
5567 #, c-format
5568 msgid "internal inconsistency problem in %s: resolved symbol"
5569 msgstr ""
5570
5571 #: config/tc-cris.c:564 config/tc-m68hc11.c:3903
5572 #, c-format
5573 msgid "internal inconsistency problem in %s: fr_subtype %d"
5574 msgstr ""
5575
5576 #: config/tc-cris.c:904
5577 msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
5578 msgstr ""
5579
5580 #: config/tc-cris.c:934
5581 msgid "Complicated LAPC target operand is not a multiple of two.  Use LAPC.D"
5582 msgstr ""
5583
5584 #: config/tc-cris.c:939
5585 #, c-format
5586 msgid ""
5587 "Internal error found in md_convert_frag: offset %ld.  Please report this."
5588 msgstr ""
5589
5590 #: config/tc-cris.c:964
5591 #, c-format
5592 msgid "internal inconsistency in %s: bdapq no symbol"
5593 msgstr ""
5594
5595 #: config/tc-cris.c:977
5596 #, c-format
5597 msgid "internal inconsistency in %s: bdap.w with no symbol"
5598 msgstr ""
5599
5600 #: config/tc-cris.c:1001
5601 msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
5602 msgstr ""
5603
5604 #: config/tc-cris.c:1010
5605 msgid "dangerous MULS/MULU location; give it higher alignment"
5606 msgstr ""
5607
5608 #. Bail out for compatibility mode.  (It seems it can be implemented,
5609 #. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
5610 #. $acr", "nop"; but doesn't seem worth it at the moment.)
5611 #: config/tc-cris.c:1051
5612 msgid ""
5613 "Out-of-range .word offset handling is not implemented for .arch "
5614 "common_v10_v32"
5615 msgstr ""
5616
5617 #: config/tc-cris.c:1096
5618 msgid ".word case-table handling failed: table too large"
5619 msgstr ""
5620
5621 #: config/tc-cris.c:1234
5622 #, c-format
5623 msgid "Buggy opcode: `%s' \"%s\"\n"
5624 msgstr ""
5625
5626 #: config/tc-cris.c:1662
5627 #, c-format
5628 msgid "Immediate value not in 5 bit unsigned range: %ld"
5629 msgstr ""
5630
5631 #: config/tc-cris.c:1678
5632 #, c-format
5633 msgid "Immediate value not in 4 bit unsigned range: %ld"
5634 msgstr ""
5635
5636 #: config/tc-cris.c:1730
5637 #, c-format
5638 msgid "Immediate value not in 6 bit range: %ld"
5639 msgstr ""
5640
5641 #: config/tc-cris.c:1746
5642 #, c-format
5643 msgid "Immediate value not in 6 bit unsigned range: %ld"
5644 msgstr ""
5645
5646 #. Others have a generic warning.
5647 #: config/tc-cris.c:1855
5648 #, c-format
5649 msgid "Unimplemented register `%s' specified"
5650 msgstr ""
5651
5652 #. We've come to the end of instructions with this
5653 #. opcode, so it must be an error.
5654 #: config/tc-cris.c:2099
5655 msgid "Illegal operands"
5656 msgstr ""
5657
5658 #: config/tc-cris.c:2140 config/tc-cris.c:2180
5659 #, c-format
5660 msgid "Immediate value not in 8 bit range: %ld"
5661 msgstr ""
5662
5663 #: config/tc-cris.c:2150 config/tc-cris.c:2201
5664 #, c-format
5665 msgid "Immediate value not in 16 bit range: %ld"
5666 msgstr ""
5667
5668 #: config/tc-cris.c:2185
5669 #, c-format
5670 msgid "Immediate value not in 8 bit signed range: %ld"
5671 msgstr ""
5672
5673 #: config/tc-cris.c:2190
5674 #, c-format
5675 msgid "Immediate value not in 8 bit unsigned range: %ld"
5676 msgstr ""
5677
5678 #: config/tc-cris.c:2206
5679 #, c-format
5680 msgid "Immediate value not in 16 bit signed range: %ld"
5681 msgstr ""
5682
5683 #: config/tc-cris.c:2211
5684 #, c-format
5685 msgid "Immediate value not in 16 bit unsigned range: %ld"
5686 msgstr ""
5687
5688 #: config/tc-cris.c:2237
5689 msgid "TLS relocation size does not match operand size"
5690 msgstr ""
5691
5692 #: config/tc-cris.c:2238
5693 msgid "PIC relocation size does not match operand size"
5694 msgstr ""
5695
5696 #: config/tc-cris.c:3385
5697 msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
5698 msgstr ""
5699
5700 #: config/tc-cris.c:3389
5701 msgid "32-bit conditional branch generated"
5702 msgstr ""
5703
5704 #: config/tc-cris.c:3450
5705 msgid "Complex expression not supported"
5706 msgstr ""
5707
5708 #. FIXME:  Is this function mentioned in the internals.texi manual?  If
5709 #. not, add it.
5710 #: config/tc-cris.c:3600
5711 msgid "Bad call to md_atof () - floating point formats are not supported"
5712 msgstr ""
5713
5714 #: config/tc-cris.c:3641
5715 msgid "PC-relative relocation must be trivially resolved"
5716 msgstr ""
5717
5718 #: config/tc-cris.c:3713
5719 #, c-format
5720 msgid "Value not in 16 bit range: %ld"
5721 msgstr ""
5722
5723 #: config/tc-cris.c:3721
5724 #, c-format
5725 msgid "Value not in 16 bit signed range: %ld"
5726 msgstr ""
5727
5728 #: config/tc-cris.c:3729
5729 #, c-format
5730 msgid "Value not in 8 bit range: %ld"
5731 msgstr ""
5732
5733 #: config/tc-cris.c:3736
5734 #, c-format
5735 msgid "Value not in 8 bit signed range: %ld"
5736 msgstr ""
5737
5738 #: config/tc-cris.c:3746
5739 #, c-format
5740 msgid "Value not in 4 bit unsigned range: %ld"
5741 msgstr ""
5742
5743 #: config/tc-cris.c:3753
5744 #, c-format
5745 msgid "Value not in 5 bit unsigned range: %ld"
5746 msgstr ""
5747
5748 #: config/tc-cris.c:3760
5749 #, c-format
5750 msgid "Value not in 6 bit range: %ld"
5751 msgstr ""
5752
5753 #: config/tc-cris.c:3767
5754 #, c-format
5755 msgid "Value not in 6 bit unsigned range: %ld"
5756 msgstr ""
5757
5758 #: config/tc-cris.c:3811
5759 #, c-format
5760 msgid "Please use --help to see usage and options for this assembler.\n"
5761 msgstr ""
5762
5763 #: config/tc-cris.c:3823
5764 msgid "--no-underscore is invalid with a.out format"
5765 msgstr ""
5766
5767 #: config/tc-cris.c:3835
5768 msgid "--pic is invalid for this object format"
5769 msgstr ""
5770
5771 #: config/tc-cris.c:3849
5772 #, c-format
5773 msgid "invalid <arch> in --march=<arch>: %s"
5774 msgstr ""
5775
5776 #: config/tc-cris.c:3958 config/tc-ft32.c:689 config/tc-moxie.c:778
5777 msgid ""
5778 "Semantics error.  This type of operand can not be relocated, it must be an "
5779 "assembly-time constant"
5780 msgstr ""
5781
5782 #: config/tc-cris.c:4007 config/tc-ft32.c:710 config/tc-moxie.c:826
5783 #, c-format
5784 msgid "Cannot generate relocation type for symbol %s, code %s"
5785 msgstr ""
5786
5787 #. The messages are formatted to line up with the generic options.
5788 #: config/tc-cris.c:4020
5789 #, c-format
5790 msgid "CRIS-specific options:\n"
5791 msgstr ""
5792
5793 #: config/tc-cris.c:4022
5794 msgid ""
5795 "  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
5796 msgstr ""
5797
5798 #: config/tc-cris.c:4024
5799 msgid "  -N                      Warn when branches are expanded to jumps.\n"
5800 msgstr ""
5801
5802 #: config/tc-cris.c:4026
5803 msgid ""
5804 "  --underscore            User symbols are normally prepended with "
5805 "underscore.\n"
5806 msgstr ""
5807
5808 #: config/tc-cris.c:4028
5809 msgid "                          Registers will not need any prefix.\n"
5810 msgstr ""
5811
5812 #: config/tc-cris.c:4030
5813 msgid "  --no-underscore         User symbols do not have any prefix.\n"
5814 msgstr ""
5815
5816 #: config/tc-cris.c:4032
5817 msgid "                          Registers will require a `$'-prefix.\n"
5818 msgstr ""
5819
5820 #: config/tc-cris.c:4035
5821 msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
5822 msgstr ""
5823
5824 #: config/tc-cris.c:4038
5825 msgid ""
5826 "  --march=<arch>\t\tGenerate code for <arch>.  Valid choices for <arch>\n"
5827 "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
5828 msgstr ""
5829
5830 #: config/tc-cris.c:4059
5831 msgid "Invalid relocation"
5832 msgstr ""
5833
5834 #: config/tc-cris.c:4096
5835 msgid "Invalid pc-relative relocation"
5836 msgstr ""
5837
5838 #: config/tc-cris.c:4141
5839 #, c-format
5840 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
5841 msgstr ""
5842
5843 #: config/tc-cris.c:4171
5844 #, c-format
5845 msgid ".syntax %s requires command-line option `--underscore'"
5846 msgstr ""
5847
5848 #: config/tc-cris.c:4180
5849 #, c-format
5850 msgid ".syntax %s requires command-line option `--no-underscore'"
5851 msgstr ""
5852
5853 #: config/tc-cris.c:4217
5854 msgid "Unknown .syntax operand"
5855 msgstr ""
5856
5857 #: config/tc-cris.c:4227
5858 msgid "Pseudodirective .file is only valid when generating ELF"
5859 msgstr ""
5860
5861 #: config/tc-cris.c:4239
5862 msgid "Pseudodirective .loc is only valid when generating ELF"
5863 msgstr ""
5864
5865 #: config/tc-cris.c:4254
5866 #, c-format
5867 msgid "internal inconsistency problem: %s called for %d bytes"
5868 msgstr ""
5869
5870 #: config/tc-cris.c:4406
5871 msgid "unknown operand to .arch"
5872 msgstr ""
5873
5874 #: config/tc-cris.c:4415
5875 msgid ".arch <arch> requires a matching --march=... option"
5876 msgstr ""
5877
5878 #: config/tc-crx.c:572 config/tc-crx.c:591
5879 #, c-format
5880 msgid "Internal error: Can't hash %s: %s"
5881 msgstr ""
5882
5883 #: config/tc-crx.c:759 config/tc-crx.c:779 config/tc-crx.c:794
5884 #, c-format
5885 msgid "Illegal register `%s' in instruction `%s'"
5886 msgstr ""
5887
5888 #: config/tc-crx.c:822
5889 #, c-format
5890 msgid "Illegal Scale - `%d'"
5891 msgstr ""
5892
5893 #. Issue a error message when register is illegal.
5894 #: config/tc-crx.c:1137
5895 #, c-format
5896 msgid "Illegal register (`%s') in instruction: `%s'"
5897 msgstr ""
5898
5899 #: config/tc-crx.c:1267
5900 #, c-format
5901 msgid "Illegal co-processor register in instruction `%s'"
5902 msgstr ""
5903
5904 #: config/tc-crx.c:1274
5905 #, c-format
5906 msgid "Illegal co-processor special register in instruction `%s'"
5907 msgstr ""
5908
5909 #: config/tc-crx.c:1596
5910 #, c-format
5911 msgid "Invalid DISPU4 operand value (arg %d)"
5912 msgstr ""
5913
5914 #: config/tc-crx.c:1599
5915 #, c-format
5916 msgid "Invalid CST4 operand value (arg %d)"
5917 msgstr ""
5918
5919 #: config/tc-crx.c:1602
5920 #, c-format
5921 msgid "Operand value is not within upper 64 KB (arg %d)"
5922 msgstr ""
5923
5924 #: config/tc-crx.c:1739
5925 msgid "Invalid register in register list"
5926 msgstr ""
5927
5928 #: config/tc-crx.c:1793
5929 #, c-format
5930 msgid "Illegal register `%s' in cop-register list"
5931 msgstr ""
5932
5933 #: config/tc-crx.c:1801
5934 #, c-format
5935 msgid "Illegal register `%s' in cop-special-register list"
5936 msgstr ""
5937
5938 #: config/tc-crx.c:1820
5939 #, c-format
5940 msgid "Illegal register `%s' in user register list"
5941 msgstr ""
5942
5943 #: config/tc-crx.c:1839
5944 #, c-format
5945 msgid "Illegal register `%s' in register list"
5946 msgstr ""
5947
5948 #: config/tc-crx.c:1845
5949 #, c-format
5950 msgid "Maximum %d bits may be set in `mask16' operand"
5951 msgstr ""
5952
5953 #: config/tc-crx.c:1854
5954 #, c-format
5955 msgid "rest of line ignored; first ignored character is `%c'"
5956 msgstr ""
5957
5958 #: config/tc-crx.c:1862
5959 #, c-format
5960 msgid "Illegal `mask16' operand, operation is undefined - `%s'"
5961 msgstr ""
5962
5963 #. HI can't be specified without LO (and vise-versa).
5964 #: config/tc-crx.c:1868
5965 msgid "HI/LO registers should be specified together"
5966 msgstr ""
5967
5968 #: config/tc-crx.c:1874
5969 msgid "HI/LO registers should be specified without additional registers"
5970 msgstr ""
5971
5972 #. Variable not in small data read only segment accessed
5973 #. using small data read only anchor.
5974 #: config/tc-csky.c:874 config/tc-mcore.c:1923 config/tc-microblaze.c:1990
5975 #: config/tc-microblaze.c:2292 config/tc-microblaze.c:2315
5976 msgid "unknown"
5977 msgstr ""
5978
5979 #: config/tc-csky.c:876
5980 #, c-format
5981 msgid "pcrel offset for branch to %s too far (0x%lx)"
5982 msgstr ""
5983
5984 #: config/tc-csky.c:911
5985 #, c-format
5986 msgid "unknown architecture `%s'"
5987 msgstr ""
5988
5989 #: config/tc-csky.c:1055
5990 #, c-format
5991 msgid "C-SKY assembler options:\n"
5992 msgstr ""
5993
5994 #: config/tc-csky.c:1057
5995 #, c-format
5996 msgid "  -march=ARCH\t\t\tselect architecture ARCH:"
5997 msgstr ""
5998
5999 #: config/tc-csky.c:1076
6000 #, c-format
6001 msgid "  -mcpu=CPU\t\t\tselect processor CPU:"
6002 msgstr ""
6003
6004 #: config/tc-csky.c:1095
6005 #, c-format
6006 msgid "  -EL  -mlittle-endian\t\tgenerate little-endian output\n"
6007 msgstr ""
6008
6009 #: config/tc-csky.c:1097
6010 #, c-format
6011 msgid "  -EB  -mbig-endian\t\tgenerate big-endian output\n"
6012 msgstr ""
6013
6014 #: config/tc-csky.c:1099
6015 #, c-format
6016 msgid "  -fpic  -pic\t\t\tgenerate position-independent code\n"
6017 msgstr ""
6018
6019 #: config/tc-csky.c:1102
6020 #, c-format
6021 msgid "  -mljump\t\t\ttransform jbf, jbt, jbr to jmpi (CK800 only)\n"
6022 msgstr ""
6023
6024 #: config/tc-csky.c:1104
6025 #, c-format
6026 msgid "  -mno-ljump\n"
6027 msgstr ""
6028
6029 #: config/tc-csky.c:1108
6030 #, c-format
6031 msgid "  -mbranch-stub\t\t\tenable branch stubs for PC-relative calls\n"
6032 msgstr ""
6033
6034 #: config/tc-csky.c:1110
6035 #, c-format
6036 msgid "  -mno-branch-stub\n"
6037 msgstr ""
6038
6039 #: config/tc-csky.c:1114
6040 #, c-format
6041 msgid "  -force2bsr  -mforce2bsr\ttransform jbsr to bsr\n"
6042 msgstr ""
6043
6044 #: config/tc-csky.c:1116
6045 #, c-format
6046 msgid "  -no-force2bsr  -mno-force2bsr\n"
6047 msgstr ""
6048
6049 #: config/tc-csky.c:1118
6050 #, c-format
6051 msgid "  -jsri2bsr  -mjsri2bsr\t\ttransform jsri to bsr\n"
6052 msgstr ""
6053
6054 #: config/tc-csky.c:1120
6055 #, c-format
6056 msgid "  -no-jsri2bsr  -mno-jsri2bsr\n"
6057 msgstr ""
6058
6059 #: config/tc-csky.c:1123
6060 #, c-format
6061 msgid "  -mnolrw  -mno-lrw\t\timplement lrw as movih + ori\n"
6062 msgstr ""
6063
6064 #: config/tc-csky.c:1125
6065 #, c-format
6066 msgid "  -melrw\t\t\tenable extended lrw (CK800 only)\n"
6067 msgstr ""
6068
6069 #: config/tc-csky.c:1127
6070 #, c-format
6071 msgid "  -mno-elrw\n"
6072 msgstr ""
6073
6074 #: config/tc-csky.c:1130
6075 #, c-format
6076 msgid "  -mlaf  -mliterals-after-func\temit literals after each function\n"
6077 msgstr ""
6078
6079 #: config/tc-csky.c:1132
6080 #, c-format
6081 msgid "  -mno-laf  -mno-literals-after-func\n"
6082 msgstr ""
6083
6084 #: config/tc-csky.c:1134
6085 #, c-format
6086 msgid ""
6087 "  -mlabr  -mliterals-after-br\temit literals after branch instructions\n"
6088 msgstr ""
6089
6090 #: config/tc-csky.c:1136
6091 #, c-format
6092 msgid "  -mno-labr  -mnoliterals-after-br\n"
6093 msgstr ""
6094
6095 #: config/tc-csky.c:1139
6096 #, c-format
6097 msgid "  -mistack\t\t\tenable interrupt stack instructions\n"
6098 msgstr ""
6099
6100 #: config/tc-csky.c:1141
6101 #, c-format
6102 msgid "  -mno-istack\n"
6103 msgstr ""
6104
6105 #: config/tc-csky.c:1144
6106 #, c-format
6107 msgid "  -mhard-float\t\t\tenable hard float instructions\n"
6108 msgstr ""
6109
6110 #: config/tc-csky.c:1146
6111 #, c-format
6112 msgid "  -mmp\t\t\t\tenable multiprocessor instructions\n"
6113 msgstr ""
6114
6115 #: config/tc-csky.c:1148
6116 #, c-format
6117 msgid "  -mcp\t\t\t\tenable coprocessor instructions\n"
6118 msgstr ""
6119
6120 #: config/tc-csky.c:1150
6121 #, c-format
6122 msgid "  -mcache\t\t\tenable cache prefetch instruction\n"
6123 msgstr ""
6124
6125 #: config/tc-csky.c:1152
6126 #, c-format
6127 msgid "  -msecurity\t\t\tenable security instructions\n"
6128 msgstr ""
6129
6130 #: config/tc-csky.c:1154
6131 #, c-format
6132 msgid "  -mtrust\t\t\tenable trust instructions\n"
6133 msgstr ""
6134
6135 #: config/tc-csky.c:1156
6136 #, c-format
6137 msgid "  -mdsp\t\t\t\tenable DSP instructions\n"
6138 msgstr ""
6139
6140 #: config/tc-csky.c:1158
6141 #, c-format
6142 msgid "  -medsp\t\t\tenable enhanced DSP instructions\n"
6143 msgstr ""
6144
6145 #: config/tc-csky.c:1160
6146 #, c-format
6147 msgid "  -mvdsp\t\t\tenable vector DSP instructions\n"
6148 msgstr ""
6149
6150 #: config/tc-csky.c:1185
6151 msgid "-mcpu conflict with -march option, using -mcpu"
6152 msgstr ""
6153
6154 #: config/tc-csky.c:1187
6155 msgid "-mcpu conflict with other model parameters, using -mcpu"
6156 msgstr ""
6157
6158 #: config/tc-csky.c:1252
6159 msgid "option -mdsp conflicts with -medsp, only enabling -medsp"
6160 msgstr ""
6161
6162 #: config/tc-csky.c:1259
6163 msgid "-medsp option is only supported by ck803s, ignoring -medsp"
6164 msgstr ""
6165
6166 #: config/tc-csky.c:1270
6167 msgid "C-SKY ABI v1 (ck510/ck610) does not support -mbranch-stub"
6168 msgstr ""
6169
6170 #: config/tc-csky.c:1275
6171 msgid "-mno-force2bsr is ignored with -mbranch-stub"
6172 msgstr ""
6173
6174 #: config/tc-csky.c:1283
6175 msgid "-mno-force2bsr is ignored for ck801/ck802"
6176 msgstr ""
6177
6178 #: config/tc-csky.c:1307
6179 msgid "-mljump is ignored for ck801/ck802"
6180 msgstr ""
6181
6182 #: config/tc-csky.c:1575 config/tc-mcore.c:688
6183 msgid "more than 65K literal pools"
6184 msgstr ""
6185
6186 #: config/tc-csky.c:1804 read.c:3558 read.c:4866
6187 #, c-format
6188 msgid "bad floating literal: %s"
6189 msgstr ""
6190
6191 #: config/tc-csky.c:1931 config/tc-mcore.c:742
6192 msgid "missing ']'"
6193 msgstr ""
6194
6195 #: config/tc-csky.c:1950 config/tc-mips.c:14106 config/tc-mips.c:14170
6196 #: config/tc-mips.c:14181 config/tc-score.c:2691 config/tc-score.c:2737
6197 msgid "unrecognized opcode"
6198 msgstr ""
6199
6200 #: config/tc-csky.c:3192 config/tc-mcore.c:1163
6201 msgid "translating mgeni to movi"
6202 msgstr ""
6203
6204 #: config/tc-csky.c:4785 config/tc-tilegx.c:1458 config/tc-tilepro.c:1320
6205 #, c-format
6206 msgid "unsupported BFD relocation size %d"
6207 msgstr ""
6208
6209 #: config/tc-csky.c:5405
6210 msgid "second operand must be 4"
6211 msgstr ""
6212
6213 #: config/tc-csky.c:5429 config/tc-mcore.c:1526
6214 msgid "second operand must be 1"
6215 msgstr ""
6216
6217 #: config/tc-csky.c:5502 config/tc-xtensa.c:1984
6218 msgid "register number out of range"
6219 msgstr ""
6220
6221 #: config/tc-csky.c:5512
6222 msgid "64-bit operator src/dst register must be less than 15"
6223 msgstr ""
6224
6225 #: config/tc-csky.c:7175
6226 msgid "the first operand must be a symbol"
6227 msgstr ""
6228
6229 #: config/tc-csky.c:7184
6230 msgid "missing stack size"
6231 msgstr ""
6232
6233 #: config/tc-csky.c:7197 config/tc-score.c:4242
6234 msgid "value not in range [0, 0xffffffff]"
6235 msgstr ""
6236
6237 #: config/tc-csky.c:7207 config/tc-mcore.c:781
6238 msgid "operand must be a constant"
6239 msgstr ""
6240
6241 #: config/tc-d10v.c:216
6242 #, c-format
6243 msgid ""
6244 "D10V options:\n"
6245 "-O                      Optimize.  Will do some operations in parallel.\n"
6246 "--gstabs-packing        Pack adjacent short instructions together even\n"
6247 "                        when --gstabs is specified.  On by default.\n"
6248 "--no-gstabs-packing     If --gstabs is specified, do not pack adjacent\n"
6249 "                        instructions together.\n"
6250 msgstr ""
6251
6252 #: config/tc-d10v.c:573
6253 msgid "operand is not an immediate"
6254 msgstr ""
6255
6256 #: config/tc-d10v.c:591
6257 #, c-format
6258 msgid "operand out of range: %lu"
6259 msgstr ""
6260
6261 #: config/tc-d10v.c:651
6262 msgid "Instruction must be executed in parallel with another instruction."
6263 msgstr ""
6264
6265 #: config/tc-d10v.c:705 config/tc-d10v.c:713
6266 #, c-format
6267 msgid "packing conflict: %s must dispatch sequentially"
6268 msgstr ""
6269
6270 #: config/tc-d10v.c:812
6271 #, c-format
6272 msgid "resource conflict (R%d)"
6273 msgstr ""
6274
6275 #: config/tc-d10v.c:815
6276 #, c-format
6277 msgid "resource conflict (A%d)"
6278 msgstr ""
6279
6280 #: config/tc-d10v.c:817
6281 msgid "resource conflict (PSW)"
6282 msgstr ""
6283
6284 #: config/tc-d10v.c:819
6285 msgid "resource conflict (C flag)"
6286 msgstr ""
6287
6288 #: config/tc-d10v.c:821
6289 msgid "resource conflict (F flag)"
6290 msgstr ""
6291
6292 #: config/tc-d10v.c:971
6293 msgid "Instruction must be executed in parallel"
6294 msgstr ""
6295
6296 #: config/tc-d10v.c:974
6297 msgid "Long instructions may not be combined."
6298 msgstr ""
6299
6300 #: config/tc-d10v.c:1007
6301 msgid "One of these instructions may not be executed in parallel."
6302 msgstr ""
6303
6304 #: config/tc-d10v.c:1011 config/tc-d30v.c:1037
6305 msgid "Two IU instructions may not be executed in parallel"
6306 msgstr ""
6307
6308 #: config/tc-d10v.c:1013 config/tc-d10v.c:1021 config/tc-d10v.c:1035
6309 #: config/tc-d10v.c:1050 config/tc-d30v.c:1038 config/tc-d30v.c:1047
6310 msgid "Swapping instruction order"
6311 msgstr ""
6312
6313 #: config/tc-d10v.c:1019 config/tc-d30v.c:1044
6314 msgid "Two MU instructions may not be executed in parallel"
6315 msgstr ""
6316
6317 #: config/tc-d10v.c:1039 config/tc-d30v.c:1064
6318 msgid "IU instruction may not be in the left container"
6319 msgstr ""
6320
6321 #: config/tc-d10v.c:1041 config/tc-d10v.c:1056
6322 msgid ""
6323 "Instruction in R container is squashed by flow control instruction in L "
6324 "container."
6325 msgstr ""
6326
6327 #: config/tc-d10v.c:1054 config/tc-d30v.c:1075
6328 msgid "MU instruction may not be in the right container"
6329 msgstr ""
6330
6331 #: config/tc-d10v.c:1060 config/tc-d30v.c:1087
6332 msgid "unknown execution type passed to write_2_short()"
6333 msgstr ""
6334
6335 #: config/tc-d10v.c:1189 config/tc-d10v.c:1362
6336 msgid "bad opcode or operands"
6337 msgstr ""
6338
6339 #: config/tc-d10v.c:1264
6340 msgid "value out of range"
6341 msgstr ""
6342
6343 #: config/tc-d10v.c:1338
6344 msgid "illegal operand - register name found where none expected"
6345 msgstr ""
6346
6347 #: config/tc-d10v.c:1373
6348 msgid "Register number must be EVEN"
6349 msgstr ""
6350
6351 #: config/tc-d10v.c:1376
6352 msgid "Unsupported use of sp"
6353 msgstr ""
6354
6355 #: config/tc-d10v.c:1395
6356 #, c-format
6357 msgid "cr%ld is a reserved control register"
6358 msgstr ""
6359
6360 #: config/tc-d10v.c:1570
6361 #, c-format
6362 msgid "line %d: rep or repi must include at least 4 instructions"
6363 msgstr ""
6364
6365 #: config/tc-d10v.c:1759
6366 msgid "can't find previous opcode "
6367 msgstr ""
6368
6369 #: config/tc-d10v.c:1771
6370 #, c-format
6371 msgid "could not assemble: %s"
6372 msgstr ""
6373
6374 #: config/tc-d10v.c:1786 config/tc-d10v.c:1808 config/tc-d30v.c:1744
6375 msgid "Unable to mix instructions as specified"
6376 msgstr ""
6377
6378 #: config/tc-d30v.c:149
6379 #, c-format
6380 msgid "Register name %s conflicts with symbol of the same name"
6381 msgstr ""
6382
6383 #: config/tc-d30v.c:239
6384 #, c-format
6385 msgid ""
6386 "\n"
6387 "D30V options:\n"
6388 "-O                      Make adjacent short instructions parallel if "
6389 "possible.\n"
6390 "-n                      Warn about all NOPs inserted by the assembler.\n"
6391 "-N                      Warn about NOPs inserted after word multiplies.\n"
6392 "-c                      Warn about symbols whose names match register "
6393 "names.\n"
6394 "-C                      Opposite of -C.  -c is the default.\n"
6395 msgstr ""
6396
6397 #: config/tc-d30v.c:367
6398 msgid "unexpected 12-bit reloc type"
6399 msgstr ""
6400
6401 #: config/tc-d30v.c:374
6402 msgid "unexpected 18-bit reloc type"
6403 msgstr ""
6404
6405 #: config/tc-d30v.c:625
6406 #, c-format
6407 msgid "%s NOP inserted"
6408 msgstr ""
6409
6410 #: config/tc-d30v.c:626
6411 msgid "sequential"
6412 msgstr ""
6413
6414 #: config/tc-d30v.c:626
6415 msgid "parallel"
6416 msgstr ""
6417
6418 #: config/tc-d30v.c:1033
6419 msgid "Instructions may not be executed in parallel"
6420 msgstr ""
6421
6422 #: config/tc-d30v.c:1046
6423 #, c-format
6424 msgid "Executing %s in IU may not work"
6425 msgstr ""
6426
6427 #: config/tc-d30v.c:1053
6428 #, c-format
6429 msgid "Executing %s in IU may not work in parallel execution"
6430 msgstr ""
6431
6432 #: config/tc-d30v.c:1066
6433 #, c-format
6434 msgid "special left instruction `%s' kills instruction `%s' in right container"
6435 msgstr ""
6436
6437 #: config/tc-d30v.c:1077
6438 #, c-format
6439 msgid "Executing %s in reverse serial with %s may not work"
6440 msgstr ""
6441
6442 #: config/tc-d30v.c:1080
6443 #, c-format
6444 msgid "Executing %s in IU in reverse serial may not work"
6445 msgstr ""
6446
6447 #: config/tc-d30v.c:1268
6448 msgid "Odd numbered register used as target of multi-register instruction"
6449 msgstr ""
6450
6451 #: config/tc-d30v.c:1332 config/tc-d30v.c:1368
6452 #, c-format
6453 msgid "unknown condition code: %s"
6454 msgstr ""
6455
6456 #: config/tc-d30v.c:1361
6457 #, c-format
6458 msgid "cmpu doesn't support condition code %s"
6459 msgstr ""
6460
6461 #: config/tc-d30v.c:1396
6462 #, c-format
6463 msgid "unknown opcode: %s"
6464 msgstr ""
6465
6466 #: config/tc-d30v.c:1407
6467 #, c-format
6468 msgid "operands for opcode `%s' do not match any valid format"
6469 msgstr ""
6470
6471 #: config/tc-d30v.c:1622 config/tc-d30v.c:1639
6472 msgid "Cannot assemble instruction"
6473 msgstr ""
6474
6475 #: config/tc-d30v.c:1624
6476 msgid "First opcode is long.  Unable to mix instructions as specified."
6477 msgstr ""
6478
6479 #: config/tc-d30v.c:1694
6480 msgid "word of NOPs added between word multiply and load"
6481 msgstr ""
6482
6483 #: config/tc-d30v.c:1696
6484 msgid "word of NOPs added between word multiply and 16-bit multiply"
6485 msgstr ""
6486
6487 #: config/tc-d30v.c:1728
6488 msgid "Instruction uses long version, so it cannot be mixed as specified"
6489 msgstr ""
6490
6491 #: config/tc-d30v.c:1855
6492 #, c-format
6493 msgid "value too large to fit in %d bits"
6494 msgstr ""
6495
6496 #: config/tc-d30v.c:1923
6497 #, c-format
6498 msgid "line %d: unable to place address of symbol '%s' into a byte"
6499 msgstr ""
6500
6501 #: config/tc-d30v.c:1926
6502 #, c-format
6503 msgid "line %d: unable to place value %lx into a byte"
6504 msgstr ""
6505
6506 #: config/tc-d30v.c:1934
6507 #, c-format
6508 msgid "line %d: unable to place address of symbol '%s' into a short"
6509 msgstr ""
6510
6511 #: config/tc-d30v.c:1937
6512 #, c-format
6513 msgid "line %d: unable to place value %lx into a short"
6514 msgstr ""
6515
6516 #: config/tc-d30v.c:1945
6517 #, c-format
6518 msgid "line %d: unable to place address of symbol '%s' into a quad"
6519 msgstr ""
6520
6521 #: config/tc-d30v.c:2053 config/tc-pru.c:216 config/tc-pru.c:332
6522 #, c-format
6523 msgid "Alignment too large: %d assumed"
6524 msgstr ""
6525
6526 #: config/tc-dlx.c:213
6527 msgid "missing .proc"
6528 msgstr ""
6529
6530 #: config/tc-dlx.c:230
6531 msgid ".endfunc missing for previous .proc"
6532 msgstr ""
6533
6534 #: config/tc-dlx.c:295 config/tc-mips.c:3664 config/tc-nios2.c:3639
6535 #: config/tc-nios2.c:3653 config/tc-nios2.c:3668 config/tc-pru.c:1573
6536 #: config/tc-pru.c:1587 config/tc-riscv.c:718
6537 #, c-format
6538 msgid "internal error: can't hash `%s': %s\n"
6539 msgstr ""
6540
6541 #. Probably a memory allocation problem?  Give up now.
6542 #: config/tc-dlx.c:302 config/tc-hppa.c:8271 config/tc-nios2.c:1440
6543 #: config/tc-nios2.c:3642 config/tc-nios2.c:3656 config/tc-nios2.c:3671
6544 #: config/tc-pru.c:1576 config/tc-pru.c:1590 config/tc-riscv.c:721
6545 #: config/tc-riscv.c:733 config/tc-sparc.c:1008
6546 msgid "Broken assembler.  No assembly attempted."
6547 msgstr ""
6548
6549 #: config/tc-dlx.c:332
6550 #, c-format
6551 msgid "Bad operand for a load instruction: <%s>"
6552 msgstr ""
6553
6554 #: config/tc-dlx.c:446
6555 #, c-format
6556 msgid "Bad operand for a store instruction: <%s>"
6557 msgstr ""
6558
6559 #: config/tc-dlx.c:626
6560 #, c-format
6561 msgid "Expression Error for operand modifier %%hi/%%lo\n"
6562 msgstr ""
6563
6564 #: config/tc-dlx.c:639
6565 #, c-format
6566 msgid "Invalid expression after %%%%\n"
6567 msgstr ""
6568
6569 #: config/tc-dlx.c:703 config/tc-tic4x.c:2473
6570 #, c-format
6571 msgid "Unknown opcode `%s'."
6572 msgstr ""
6573
6574 #: config/tc-dlx.c:712
6575 msgid "Can not set dlx_skip_hi16_flag"
6576 msgstr ""
6577
6578 #: config/tc-dlx.c:726
6579 #, c-format
6580 msgid "Missing arguments for opcode <%s>."
6581 msgstr ""
6582
6583 #: config/tc-dlx.c:760
6584 #, c-format
6585 msgid "Too many operands: %s"
6586 msgstr ""
6587
6588 #: config/tc-dlx.c:798
6589 #, c-format
6590 msgid "Both the_insn.HI and the_insn.LO are set : %s"
6591 msgstr ""
6592
6593 #: config/tc-dlx.c:868
6594 msgid "failed regnum sanity check."
6595 msgstr ""
6596
6597 #: config/tc-dlx.c:881
6598 msgid "failed general register sanity check."
6599 msgstr ""
6600
6601 #. Types or values of args don't match.
6602 #: config/tc-dlx.c:889
6603 msgid "Invalid operands"
6604 msgstr ""
6605
6606 #: config/tc-dlx.c:1118
6607 #, c-format
6608 msgid "label \"$%d\" redefined"
6609 msgstr ""
6610
6611 #: config/tc-dlx.c:1156
6612 msgid "Invalid expression after # number\n"
6613 msgstr ""
6614
6615 #: config/tc-dlx.c:1199 config/tc-m32r.c:2276 config/tc-nds32.c:7882
6616 #: config/tc-sparc.c:4020
6617 #, c-format
6618 msgid "internal error: can't export reloc type %d (`%s')"
6619 msgstr ""
6620
6621 #: config/tc-epiphany.c:126
6622 #, c-format
6623 msgid "EPIPHANY specific command line options:\n"
6624 msgstr ""
6625
6626 #: config/tc-epiphany.c:365
6627 msgid "register number too large for push/pop"
6628 msgstr ""
6629
6630 #: config/tc-epiphany.c:369
6631 msgid "register is out of order"
6632 msgstr ""
6633
6634 #: config/tc-epiphany.c:380 config/tc-m68k.c:5906 config/tc-m68k.c:5935
6635 msgid "bad register list"
6636 msgstr ""
6637
6638 #: config/tc-epiphany.c:383
6639 msgid "malformed reglist in push/pop"
6640 msgstr ""
6641
6642 #. Checks for behavioral restrictions on LD/ST instructions.
6643 #: config/tc-epiphany.c:429
6644 msgid "destination register modified by displacement-post-modified address"
6645 msgstr ""
6646
6647 #: config/tc-epiphany.c:430
6648 msgid "ldrd/strd requires even:odd register pair"
6649 msgstr ""
6650
6651 #: config/tc-epiphany.c:813 config/tc-m32r.c:1784
6652 msgid "Addend to unresolved symbol not on word boundary."
6653 msgstr ""
6654
6655 #: config/tc-fr30.c:81
6656 #, c-format
6657 msgid " FR30 specific command line options:\n"
6658 msgstr ""
6659
6660 #: config/tc-fr30.c:134
6661 #, c-format
6662 msgid "Instruction %s not allowed in a delay slot."
6663 msgstr ""
6664
6665 #: config/tc-frv.c:403
6666 #, c-format
6667 msgid "Unknown cpu -mcpu=%s"
6668 msgstr ""
6669
6670 #: config/tc-frv.c:456
6671 #, c-format
6672 msgid "FRV specific command line options:\n"
6673 msgstr ""
6674
6675 #: config/tc-frv.c:457
6676 #, c-format
6677 msgid "-G n            Put data <= n bytes in the small data area\n"
6678 msgstr ""
6679
6680 #: config/tc-frv.c:458
6681 #, c-format
6682 msgid "-mgpr-32        Mark generated file as only using 32 GPRs\n"
6683 msgstr ""
6684
6685 #: config/tc-frv.c:459
6686 #, c-format
6687 msgid "-mgpr-64        Mark generated file as using all 64 GPRs\n"
6688 msgstr ""
6689
6690 #: config/tc-frv.c:460
6691 #, c-format
6692 msgid "-mfpr-32        Mark generated file as only using 32 FPRs\n"
6693 msgstr ""
6694
6695 #: config/tc-frv.c:461
6696 #, c-format
6697 msgid "-mfpr-64        Mark generated file as using all 64 FPRs\n"
6698 msgstr ""
6699
6700 #: config/tc-frv.c:462
6701 #, c-format
6702 msgid "-msoft-float    Mark generated file as using software FP\n"
6703 msgstr ""
6704
6705 #: config/tc-frv.c:463
6706 #, c-format
6707 msgid "-mdword         Mark generated file as using a 8-byte stack alignment\n"
6708 msgstr ""
6709
6710 #: config/tc-frv.c:464
6711 #, c-format
6712 msgid "-mno-dword      Mark generated file as using a 4-byte stack alignment\n"
6713 msgstr ""
6714
6715 #: config/tc-frv.c:465
6716 #, c-format
6717 msgid ""
6718 "-mdouble        Mark generated file as using double precision FP insns\n"
6719 msgstr ""
6720
6721 #: config/tc-frv.c:466
6722 #, c-format
6723 msgid "-mmedia         Mark generated file as using media insns\n"
6724 msgstr ""
6725
6726 #: config/tc-frv.c:467
6727 #, c-format
6728 msgid ""
6729 "-mmuladd        Mark generated file as using multiply add/subtract insns\n"
6730 msgstr ""
6731
6732 #: config/tc-frv.c:468
6733 #, c-format
6734 msgid "-mpack          Allow instructions to be packed\n"
6735 msgstr ""
6736
6737 #: config/tc-frv.c:469
6738 #, c-format
6739 msgid "-mno-pack       Do not allow instructions to be packed\n"
6740 msgstr ""
6741
6742 #: config/tc-frv.c:470
6743 #, c-format
6744 msgid ""
6745 "-mpic           Mark generated file as using small position independent "
6746 "code\n"
6747 msgstr ""
6748
6749 #: config/tc-frv.c:471
6750 #, c-format
6751 msgid ""
6752 "-mPIC           Mark generated file as using large position independent "
6753 "code\n"
6754 msgstr ""
6755
6756 #: config/tc-frv.c:472
6757 #, c-format
6758 msgid ""
6759 "-mlibrary-pic   Mark generated file as using position independent code for "
6760 "libraries\n"
6761 msgstr ""
6762
6763 #: config/tc-frv.c:473
6764 #, c-format
6765 msgid "-mfdpic         Assemble for the FDPIC ABI\n"
6766 msgstr ""
6767
6768 #: config/tc-frv.c:474
6769 #, c-format
6770 msgid "-mnopic         Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
6771 msgstr ""
6772
6773 #: config/tc-frv.c:475
6774 #, c-format
6775 msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
6776 msgstr ""
6777
6778 #: config/tc-frv.c:476
6779 #, c-format
6780 msgid "                Record the cpu type\n"
6781 msgstr ""
6782
6783 #: config/tc-frv.c:477
6784 #, c-format
6785 msgid "-mtomcat-stats  Print out stats for tomcat workarounds\n"
6786 msgstr ""
6787
6788 #: config/tc-frv.c:478
6789 #, c-format
6790 msgid "-mtomcat-debug  Debug tomcat workarounds\n"
6791 msgstr ""
6792
6793 #: config/tc-frv.c:1160
6794 msgid "VLIW packing used for -mno-pack"
6795 msgstr ""
6796
6797 #: config/tc-frv.c:1170
6798 msgid "Instruction not supported by this architecture"
6799 msgstr ""
6800
6801 #: config/tc-frv.c:1180
6802 msgid "VLIW packing constraint violation"
6803 msgstr ""
6804
6805 #: config/tc-frv.c:1771
6806 #, c-format
6807 msgid "Relocation %s is not safe for %s"
6808 msgstr ""
6809
6810 #: config/tc-ft32.c:146 config/tc-moxie.c:104
6811 msgid "expecting register"
6812 msgstr ""
6813
6814 #: config/tc-ft32.c:167 config/tc-ft32.c:183 config/tc-moxie.c:123
6815 #: config/tc-moxie.c:139
6816 msgid "illegal register number"
6817 msgstr ""
6818
6819 #: config/tc-ft32.c:239 config/tc-moxie.c:188 config/tc-pj.c:260
6820 #, c-format
6821 msgid "unknown opcode %s"
6822 msgstr ""
6823
6824 #: config/tc-ft32.c:264
6825 #, c-format
6826 msgid "unknown width specifier '.%c'"
6827 msgstr ""
6828
6829 #: config/tc-ft32.c:387
6830 msgid "internal error in argument parsing"
6831 msgstr ""
6832
6833 #: config/tc-ft32.c:400
6834 msgid "expected comma separator"
6835 msgstr ""
6836
6837 #: config/tc-ft32.c:412 config/tc-moxie.c:232 config/tc-moxie.c:292
6838 #: config/tc-moxie.c:304 config/tc-moxie.c:337 config/tc-moxie.c:369
6839 #: config/tc-moxie.c:402 config/tc-moxie.c:456 config/tc-moxie.c:510
6840 #: config/tc-moxie.c:520 config/tc-moxie.c:543 config/tc-moxie.c:556
6841 #: config/tc-pj.c:308
6842 msgid "extra stuff on line ignored"
6843 msgstr ""
6844
6845 #: config/tc-ft32.c:472 config/tc-lm32.c:236 config/tc-moxie.c:587
6846 #: config/tc-nios2.c:284
6847 msgid "bad call to md_atof"
6848 msgstr ""
6849
6850 #: config/tc-ft32.c:522
6851 #, c-format
6852 msgid "FT32 options:\n"
6853 msgstr ""
6854
6855 #: config/tc-ft32.c:523
6856 #, c-format
6857 msgid ""
6858 "\n"
6859 "-no-relax\t\tdon't relax relocations\n"
6860 "\t\t\t\n"
6861 msgstr ""
6862
6863 #. These macros must be defined, but is will be a fatal assembler
6864 #. error if we ever hit them.
6865 #: config/tc-ft32.h:35 config/tc-pj.h:40
6866 msgid "estimate size\n"
6867 msgstr ""
6868
6869 #: config/tc-ft32.h:36 config/tc-pj.h:39
6870 msgid "convert_frag\n"
6871 msgstr ""
6872
6873 #: config/tc-h8300.c:175
6874 #, c-format
6875 msgid "new section '%s' defined without attributes - this might cause problems"
6876 msgstr ""
6877
6878 #: config/tc-h8300.c:443 config/tc-h8300.c:451
6879 msgid "Reg not valid for H8/300"
6880 msgstr ""
6881
6882 #: config/tc-h8300.c:532
6883 msgid "invalid operand size requested"
6884 msgstr ""
6885
6886 #: config/tc-h8300.c:637
6887 msgid "Invalid register list for ldm/stm\n"
6888 msgstr ""
6889
6890 #: config/tc-h8300.c:663 config/tc-h8300.c:668 config/tc-h8300.c:675
6891 msgid "mismatch between register and suffix"
6892 msgstr ""
6893
6894 #: config/tc-h8300.c:680
6895 msgid "invalid suffix after register."
6896 msgstr ""
6897
6898 #: config/tc-h8300.c:702
6899 msgid "address too high for vector table jmp/jsr"
6900 msgstr ""
6901
6902 #: config/tc-h8300.c:729 config/tc-h8300.c:841 config/tc-h8300.c:851
6903 msgid "Wrong size pointer register for architecture."
6904 msgstr ""
6905
6906 #: config/tc-h8300.c:788 config/tc-h8300.c:796 config/tc-h8300.c:825
6907 msgid "expected @(exp, reg16)"
6908 msgstr ""
6909
6910 #: config/tc-h8300.c:814
6911 msgid "expected .L, .W or .B for register in indexed addressing mode"
6912 msgstr ""
6913
6914 #: config/tc-h8300.c:1008
6915 msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
6916 msgstr ""
6917
6918 #: config/tc-h8300.c:1026 config/tc-h8300.c:1035
6919 msgid "expected register"
6920 msgstr ""
6921
6922 #: config/tc-h8300.c:1051
6923 msgid "expected closing paren"
6924 msgstr ""
6925
6926 #: config/tc-h8300.c:1110
6927 #, c-format
6928 msgid "can't use high part of register in operand %d"
6929 msgstr ""
6930
6931 #: config/tc-h8300.c:1267
6932 #, c-format
6933 msgid "Opcode `%s' with these operand types not available in %s mode"
6934 msgstr ""
6935
6936 #: config/tc-h8300.c:1276
6937 msgid "mismatch between opcode size and operand size"
6938 msgstr ""
6939
6940 #: config/tc-h8300.c:1312
6941 #, c-format
6942 msgid "operand %s0x%lx out of range."
6943 msgstr ""
6944
6945 #: config/tc-h8300.c:1422
6946 msgid "Can't work out size of operand.\n"
6947 msgstr ""
6948
6949 #: config/tc-h8300.c:1472
6950 #, c-format
6951 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
6952 msgstr ""
6953
6954 #: config/tc-h8300.c:1477
6955 #, c-format
6956 msgid "Opcode `%s' with these operand types not available in H8/300H mode"
6957 msgstr ""
6958
6959 #: config/tc-h8300.c:1483
6960 #, c-format
6961 msgid "Opcode `%s' with these operand types not available in H8/300S mode"
6962 msgstr ""
6963
6964 #: config/tc-h8300.c:1544 config/tc-h8300.c:1564
6965 msgid "Need #1 or #2 here"
6966 msgstr ""
6967
6968 #: config/tc-h8300.c:1559
6969 msgid "#4 not valid on H8/300."
6970 msgstr ""
6971
6972 #: config/tc-h8300.c:1666 config/tc-h8300.c:1738
6973 #, c-format
6974 msgid "branch operand has odd offset (%lx)\n"
6975 msgstr ""
6976
6977 #: config/tc-h8300.c:1776
6978 msgid "destination operand must be 16 bit register"
6979 msgstr ""
6980
6981 #: config/tc-h8300.c:1785
6982 msgid "source operand must be 8 bit register"
6983 msgstr ""
6984
6985 #: config/tc-h8300.c:1793
6986 msgid "destination operand must be 16bit absolute address"
6987 msgstr ""
6988
6989 #: config/tc-h8300.c:1800
6990 msgid "destination operand must be 8 bit register"
6991 msgstr ""
6992
6993 #: config/tc-h8300.c:1808
6994 msgid "source operand must be 16bit absolute address"
6995 msgstr ""
6996
6997 #. This seems more sane than saying "too many operands".  We'll
6998 #. get here only if the trailing trash starts with a comma.
6999 #: config/tc-h8300.c:1816 config/tc-mips.c:14122 config/tc-mips.c:14190
7000 #: config/tc-mmix.c:479 config/tc-mmix.c:491 config/tc-mmix.c:2533
7001 #: config/tc-mmix.c:2557 config/tc-mmix.c:2830
7002 msgid "invalid operands"
7003 msgstr ""
7004
7005 #: config/tc-h8300.c:1847
7006 msgid "operand/size mis-match"
7007 msgstr ""
7008
7009 #: config/tc-h8300.c:1947 config/tc-sh.c:2557 config/tc-z8k.c:1233
7010 msgid "unknown opcode"
7011 msgstr ""
7012
7013 #: config/tc-h8300.c:1980
7014 msgid "invalid operand in ldm"
7015 msgstr ""
7016
7017 #: config/tc-h8300.c:1989
7018 msgid "invalid operand in stm"
7019 msgstr ""
7020
7021 #: config/tc-h8300.c:2188
7022 #, c-format
7023 msgid "Invalid argument to --mach option: %s"
7024 msgstr ""
7025
7026 #: config/tc-h8300.c:2199
7027 #, c-format
7028 msgid " H8300-specific assembler options:\n"
7029 msgstr ""
7030
7031 #: config/tc-h8300.c:2200
7032 #, c-format
7033 msgid ""
7034 "  -mach=<name>             Set the H8300 machine type to one of:\n"
7035 "                           h8300h, h8300hn, h8300s, h8300sn, h8300sx, "
7036 "h8300sxn\n"
7037 msgstr ""
7038
7039 #: config/tc-h8300.c:2203
7040 #, c-format
7041 msgid "  -h-tick-hex              Support H'00 style hex constants\n"
7042 msgstr ""
7043
7044 #: config/tc-h8300.c:2212
7045 #, c-format
7046 msgid "call to tc_aout_fix_to_chars \n"
7047 msgstr ""
7048
7049 #: config/tc-h8300.c:2221 config/tc-xc16x.c:347
7050 #, c-format
7051 msgid "call to md_convert_frag \n"
7052 msgstr ""
7053
7054 #: config/tc-h8300.c:2272 config/tc-xc16x.c:251
7055 #, c-format
7056 msgid "call to md_estimate_size_before_relax \n"
7057 msgstr ""
7058
7059 #: config/tc-h8300.c:2287
7060 msgid "Unexpected reference to a symbol in a non-code section"
7061 msgstr ""
7062
7063 #: config/tc-h8300.c:2303 config/tc-xc16x.c:292
7064 msgid "Difference of symbols in different sections is not supported"
7065 msgstr ""
7066
7067 #: config/tc-h8300.c:2325 config/tc-mcore.c:2204 config/tc-microblaze.c:2485
7068 #: config/tc-pj.c:491 config/tc-sh.c:3906 config/tc-tic6x.c:4520
7069 #: config/tc-xc16x.c:315
7070 #, c-format
7071 msgid "Cannot represent relocation type %s"
7072 msgstr ""
7073
7074 #. Simple range checking for FIELD against HIGH and LOW bounds.
7075 #. IGNORE is used to suppress the error message.
7076 #. Variant of CHECK_FIELD for use in md_apply_fix and other places where
7077 #. the current file and line number are not valid.
7078 #: config/tc-hppa.c:1027 config/tc-hppa.c:1041
7079 #, c-format
7080 msgid "Field out of range [%d..%d] (%d)."
7081 msgstr ""
7082
7083 #. Simple alignment checking for FIELD against ALIGN (a power of two).
7084 #. IGNORE is used to suppress the error message.
7085 #: config/tc-hppa.c:1055
7086 #, c-format
7087 msgid "Field not properly aligned [%d] (%d)."
7088 msgstr ""
7089
7090 #: config/tc-hppa.c:1108
7091 msgid "Missing .exit\n"
7092 msgstr ""
7093
7094 #: config/tc-hppa.c:1111
7095 msgid "Missing .procend\n"
7096 msgstr ""
7097
7098 #: config/tc-hppa.c:1264
7099 #, c-format
7100 msgid "Invalid field selector.  Assuming F%%."
7101 msgstr ""
7102
7103 #: config/tc-hppa.c:1288
7104 msgid "Bad segment in expression."
7105 msgstr ""
7106
7107 #: config/tc-hppa.c:1313
7108 #, c-format
7109 msgid "Invalid Nullification: (%c)"
7110 msgstr ""
7111
7112 #: config/tc-hppa.c:1384
7113 msgid "Cannot handle fixup"
7114 msgstr ""
7115
7116 #: config/tc-hppa.c:1682
7117 #, c-format
7118 msgid "  -Q                      ignored\n"
7119 msgstr ""
7120
7121 #: config/tc-hppa.c:1686
7122 #, c-format
7123 msgid "  -c                      print a warning if a comment is found\n"
7124 msgstr ""
7125
7126 #: config/tc-hppa.c:1752
7127 #, c-format
7128 msgid "no hppa_fixup entry for fixup type 0x%x"
7129 msgstr ""
7130
7131 #: config/tc-hppa.c:1931
7132 msgid "Unknown relocation encountered in md_apply_fix."
7133 msgstr ""
7134
7135 #: config/tc-hppa.c:2119 config/tc-hppa.c:2144
7136 #, c-format
7137 msgid "Undefined register: '%s'."
7138 msgstr ""
7139
7140 #: config/tc-hppa.c:2178
7141 #, c-format
7142 msgid "Non-absolute symbol: '%s'."
7143 msgstr ""
7144
7145 #: config/tc-hppa.c:2193
7146 #, c-format
7147 msgid "Undefined absolute constant: '%s'."
7148 msgstr ""
7149
7150 #: config/tc-hppa.c:2224 config/tc-hppa.c:5692
7151 msgid "could not update architecture and machine"
7152 msgstr ""
7153
7154 #: config/tc-hppa.c:2262
7155 #, c-format
7156 msgid "Invalid FP Compare Condition: %s"
7157 msgstr ""
7158
7159 #: config/tc-hppa.c:2317
7160 #, c-format
7161 msgid "Invalid FTEST completer: %s"
7162 msgstr ""
7163
7164 #: config/tc-hppa.c:2383 config/tc-hppa.c:2420
7165 #, c-format
7166 msgid "Invalid FP Operand Format: %3s"
7167 msgstr ""
7168
7169 #: config/tc-hppa.c:2525
7170 msgid "Bad segment (should be absolute)."
7171 msgstr ""
7172
7173 #: config/tc-hppa.c:2585
7174 #, c-format
7175 msgid "Invalid argument location: %s\n"
7176 msgstr ""
7177
7178 #: config/tc-hppa.c:2614
7179 #, c-format
7180 msgid "Invalid argument description: %d"
7181 msgstr ""
7182
7183 #: config/tc-hppa.c:3443
7184 msgid "Invalid Indexed Load Completer."
7185 msgstr ""
7186
7187 #: config/tc-hppa.c:3448
7188 msgid "Invalid Indexed Load Completer Syntax."
7189 msgstr ""
7190
7191 #: config/tc-hppa.c:3482
7192 msgid "Invalid Short Load/Store Completer."
7193 msgstr ""
7194
7195 #: config/tc-hppa.c:3543 config/tc-hppa.c:3548
7196 msgid "Invalid Store Bytes Short Completer"
7197 msgstr ""
7198
7199 #: config/tc-hppa.c:3863 config/tc-hppa.c:3869
7200 msgid "Invalid left/right combination completer"
7201 msgstr ""
7202
7203 #: config/tc-hppa.c:3918 config/tc-hppa.c:3925
7204 msgid "Invalid permutation completer"
7205 msgstr ""
7206
7207 #: config/tc-hppa.c:4025
7208 #, c-format
7209 msgid "Invalid Add Condition: %s"
7210 msgstr ""
7211
7212 #: config/tc-hppa.c:4041 config/tc-hppa.c:4051
7213 msgid "Invalid Add and Branch Condition"
7214 msgstr ""
7215
7216 #: config/tc-hppa.c:4072 config/tc-hppa.c:4217
7217 msgid "Invalid Compare/Subtract Condition"
7218 msgstr ""
7219
7220 #: config/tc-hppa.c:4112
7221 #, c-format
7222 msgid "Invalid Branch On Bit Condition: %c"
7223 msgstr ""
7224
7225 #: config/tc-hppa.c:4115
7226 msgid "Missing Branch On Bit Condition"
7227 msgstr ""
7228
7229 #: config/tc-hppa.c:4200
7230 #, c-format
7231 msgid "Invalid Compare/Subtract Condition: %s"
7232 msgstr ""
7233
7234 #: config/tc-hppa.c:4232
7235 msgid "Invalid Compare and Branch Condition"
7236 msgstr ""
7237
7238 #: config/tc-hppa.c:4328
7239 msgid "Invalid Logical Instruction Condition."
7240 msgstr ""
7241
7242 #: config/tc-hppa.c:4390
7243 msgid "Invalid Shift/Extract/Deposit Condition."
7244 msgstr ""
7245
7246 #: config/tc-hppa.c:4507
7247 msgid "Invalid Unit Instruction Condition."
7248 msgstr ""
7249
7250 #: config/tc-hppa.c:4986 config/tc-hppa.c:5018 config/tc-hppa.c:5049
7251 #: config/tc-hppa.c:5079
7252 msgid "Branch to unaligned address"
7253 msgstr ""
7254
7255 #: config/tc-hppa.c:5261
7256 msgid "Invalid SFU identifier"
7257 msgstr ""
7258
7259 #: config/tc-hppa.c:5311
7260 msgid "Invalid COPR identifier"
7261 msgstr ""
7262
7263 #: config/tc-hppa.c:5441
7264 msgid "Invalid Floating Point Operand Format."
7265 msgstr ""
7266
7267 #: config/tc-hppa.c:5561 config/tc-hppa.c:5581 config/tc-hppa.c:5601
7268 #: config/tc-hppa.c:5621 config/tc-hppa.c:5641
7269 msgid "Invalid register for single precision fmpyadd or fmpysub"
7270 msgstr ""
7271
7272 #: config/tc-hppa.c:5709
7273 #, c-format
7274 msgid "Invalid operands %s"
7275 msgstr ""
7276
7277 #: config/tc-hppa.c:5719
7278 #, c-format
7279 msgid "Immediates %d and %d will give undefined behavior."
7280 msgstr ""
7281
7282 #: config/tc-hppa.c:5771 config/tc-hppa.c:6955 config/tc-hppa.c:7010
7283 msgid "Missing function name for .PROC (corrupted label chain)"
7284 msgstr ""
7285
7286 #: config/tc-hppa.c:5774 config/tc-hppa.c:7013
7287 msgid "Missing function name for .PROC"
7288 msgstr ""
7289
7290 #: config/tc-hppa.c:5833
7291 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
7292 msgstr ""
7293
7294 #: config/tc-hppa.c:5924
7295 #, c-format
7296 msgid "Invalid .CALL argument: %s"
7297 msgstr ""
7298
7299 #: config/tc-hppa.c:6070
7300 msgid ".callinfo is not within a procedure definition"
7301 msgstr ""
7302
7303 #: config/tc-hppa.c:6088
7304 #, c-format
7305 msgid "FRAME parameter must be a multiple of 8: %d\n"
7306 msgstr ""
7307
7308 #: config/tc-hppa.c:6105
7309 msgid "Value for ENTRY_GR must be in the range 3..18\n"
7310 msgstr ""
7311
7312 #: config/tc-hppa.c:6116
7313 msgid "Value for ENTRY_FR must be in the range 12..21\n"
7314 msgstr ""
7315
7316 #: config/tc-hppa.c:6125
7317 msgid "Value for ENTRY_SR must be 3\n"
7318 msgstr ""
7319
7320 #: config/tc-hppa.c:6174
7321 #, c-format
7322 msgid "Invalid .CALLINFO argument: %s"
7323 msgstr ""
7324
7325 #: config/tc-hppa.c:6285
7326 msgid "The .ENTER pseudo-op is not supported"
7327 msgstr ""
7328
7329 #: config/tc-hppa.c:6301
7330 msgid "Misplaced .entry. Ignored."
7331 msgstr ""
7332
7333 #: config/tc-hppa.c:6305
7334 msgid "Missing .callinfo."
7335 msgstr ""
7336
7337 #: config/tc-hppa.c:6369
7338 msgid ".REG expression must be a register"
7339 msgstr ""
7340
7341 #: config/tc-hppa.c:6385
7342 msgid "bad or irreducible absolute expression; zero assumed"
7343 msgstr ""
7344
7345 #: config/tc-hppa.c:6396
7346 msgid ".REG must use a label"
7347 msgstr ""
7348
7349 #: config/tc-hppa.c:6398
7350 msgid ".EQU must use a label"
7351 msgstr ""
7352
7353 #: config/tc-hppa.c:6454
7354 #, c-format
7355 msgid "Symbol '%s' could not be created."
7356 msgstr ""
7357
7358 #: config/tc-hppa.c:6504
7359 msgid ".EXIT must appear within a procedure"
7360 msgstr ""
7361
7362 #: config/tc-hppa.c:6508
7363 msgid "Missing .callinfo"
7364 msgstr ""
7365
7366 #: config/tc-hppa.c:6512
7367 msgid "No .ENTRY for this .EXIT"
7368 msgstr ""
7369
7370 #: config/tc-hppa.c:6552
7371 #, c-format
7372 msgid "Using ENTRY rather than CODE in export directive for %s"
7373 msgstr ""
7374
7375 #: config/tc-hppa.c:6671
7376 #, c-format
7377 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
7378 msgstr ""
7379
7380 #: config/tc-hppa.c:6694
7381 #, c-format
7382 msgid "Cannot define export symbol: %s\n"
7383 msgstr ""
7384
7385 #: config/tc-hppa.c:6785
7386 msgid "Missing label name on .LABEL"
7387 msgstr ""
7388
7389 #: config/tc-hppa.c:6790
7390 msgid "extra .LABEL arguments ignored."
7391 msgstr ""
7392
7393 #: config/tc-hppa.c:6806
7394 msgid "The .LEAVE pseudo-op is not supported"
7395 msgstr ""
7396
7397 #: config/tc-hppa.c:6844
7398 msgid "Unrecognized .LEVEL argument\n"
7399 msgstr ""
7400
7401 #: config/tc-hppa.c:6877
7402 #, c-format
7403 msgid "Cannot define static symbol: %s\n"
7404 msgstr ""
7405
7406 #: config/tc-hppa.c:6909
7407 msgid "Nested procedures"
7408 msgstr ""
7409
7410 #: config/tc-hppa.c:6919
7411 msgid "Cannot allocate unwind descriptor\n"
7412 msgstr ""
7413
7414 #: config/tc-hppa.c:7017
7415 msgid "misplaced .procend"
7416 msgstr ""
7417
7418 #: config/tc-hppa.c:7020
7419 msgid "Missing .callinfo for this procedure"
7420 msgstr ""
7421
7422 #: config/tc-hppa.c:7023
7423 msgid "Missing .EXIT for a .ENTRY"
7424 msgstr ""
7425
7426 #: config/tc-hppa.c:7060
7427 msgid "Not in a space.\n"
7428 msgstr ""
7429
7430 #: config/tc-hppa.c:7063
7431 msgid "Not in a subspace.\n"
7432 msgstr ""
7433
7434 #: config/tc-hppa.c:7151
7435 msgid "Invalid .SPACE argument"
7436 msgstr ""
7437
7438 #: config/tc-hppa.c:7197
7439 msgid "Can't change spaces within a procedure definition. Ignored"
7440 msgstr ""
7441
7442 #: config/tc-hppa.c:7322
7443 #, c-format
7444 msgid "Undefined space: '%s' Assuming space number = 0."
7445 msgstr ""
7446
7447 #: config/tc-hppa.c:7345
7448 msgid "Must be in a space before changing or declaring subspaces.\n"
7449 msgstr ""
7450
7451 #: config/tc-hppa.c:7349
7452 msgid "Can't change subspaces within a procedure definition. Ignored"
7453 msgstr ""
7454
7455 #: config/tc-hppa.c:7383
7456 msgid "Parameters of an existing subspace can't be modified"
7457 msgstr ""
7458
7459 #: config/tc-hppa.c:7434
7460 msgid "Alignment must be a power of 2"
7461 msgstr ""
7462
7463 #: config/tc-hppa.c:7481
7464 msgid "FIRST not supported as a .SUBSPACE argument"
7465 msgstr ""
7466
7467 #: config/tc-hppa.c:7483
7468 msgid "Invalid .SUBSPACE argument"
7469 msgstr ""
7470
7471 #: config/tc-hppa.c:7673
7472 #, c-format
7473 msgid "Internal error: Unable to find containing space for %s."
7474 msgstr ""
7475
7476 #: config/tc-hppa.c:8235
7477 msgid "-R option not supported on this target."
7478 msgstr ""
7479
7480 #: config/tc-hppa.c:8252 config/tc-sparc.c:963 config/tc-sparc.c:1000
7481 #, c-format
7482 msgid "Internal error: can't hash `%s': %s\n"
7483 msgstr ""
7484
7485 #: config/tc-hppa.c:8261
7486 #, c-format
7487 msgid "internal error: losing opcode: `%s' \"%s\"\n"
7488 msgstr ""
7489
7490 #: config/tc-i386.c:1486
7491 #, c-format
7492 msgid "invalid single nop size: %d (expect within [0, %d])"
7493 msgstr ""
7494
7495 #: config/tc-i386.c:1527
7496 msgid "jump over nop padding out of range"
7497 msgstr ""
7498
7499 #: config/tc-i386.c:2346
7500 #, c-format
7501 msgid "%s shortened to %s"
7502 msgstr ""
7503
7504 #: config/tc-i386.c:2437
7505 msgid "same type of prefix used twice"
7506 msgstr ""
7507
7508 #: config/tc-i386.c:2464
7509 #, c-format
7510 msgid "64bit mode not supported on `%s'."
7511 msgstr ""
7512
7513 #: config/tc-i386.c:2473
7514 #, c-format
7515 msgid "32bit mode not supported on `%s'."
7516 msgstr ""
7517
7518 #: config/tc-i386.c:2513
7519 msgid "bad argument to syntax directive."
7520 msgstr ""
7521
7522 #: config/tc-i386.c:2576
7523 #, c-format
7524 msgid "bad argument to %s_check directive."
7525 msgstr ""
7526
7527 #: config/tc-i386.c:2580
7528 #, c-format
7529 msgid "missing argument for %s_check directive"
7530 msgstr ""
7531
7532 #: config/tc-i386.c:2620
7533 #, c-format
7534 msgid "`%s' is not supported on `%s'"
7535 msgstr ""
7536
7537 #: config/tc-i386.c:2726
7538 #, c-format
7539 msgid "no such architecture: `%s'"
7540 msgstr ""
7541
7542 #: config/tc-i386.c:2731
7543 msgid "missing cpu architecture"
7544 msgstr ""
7545
7546 #: config/tc-i386.c:2748
7547 #, c-format
7548 msgid "no such architecture modifier: `%s'"
7549 msgstr ""
7550
7551 #: config/tc-i386.c:2763 config/tc-i386.c:2793
7552 msgid "Intel L1OM is 64bit ELF only"
7553 msgstr ""
7554
7555 #: config/tc-i386.c:2770 config/tc-i386.c:2800
7556 msgid "Intel K1OM is 64bit ELF only"
7557 msgstr ""
7558
7559 #: config/tc-i386.c:2777 config/tc-i386.c:2814
7560 msgid "Intel MCU is 32bit ELF only"
7561 msgstr ""
7562
7563 #: config/tc-i386.c:2821 config/tc-i386.c:11620
7564 msgid "unknown architecture"
7565 msgstr ""
7566
7567 #: config/tc-i386.c:2858 config/tc-i386.c:2880
7568 #, c-format
7569 msgid "can't hash %s: %s"
7570 msgstr ""
7571
7572 #: config/tc-i386.c:3173
7573 msgid "there are no pc-relative size relocations"
7574 msgstr ""
7575
7576 #: config/tc-i386.c:3185
7577 #, c-format
7578 msgid "unknown relocation (%u)"
7579 msgstr ""
7580
7581 #: config/tc-i386.c:3187
7582 #, c-format
7583 msgid "%u-byte relocation cannot be applied to %u-byte field"
7584 msgstr ""
7585
7586 #: config/tc-i386.c:3191
7587 msgid "non-pc-relative relocation for pc-relative field"
7588 msgstr ""
7589
7590 #: config/tc-i386.c:3196
7591 msgid "relocated field and relocation type differ in signedness"
7592 msgstr ""
7593
7594 #: config/tc-i386.c:3205
7595 msgid "there are no unsigned pc-relative relocations"
7596 msgstr ""
7597
7598 #: config/tc-i386.c:3213
7599 #, c-format
7600 msgid "cannot do %u byte pc-relative relocation"
7601 msgstr ""
7602
7603 #: config/tc-i386.c:3230
7604 #, c-format
7605 msgid "cannot do %s %u byte relocation"
7606 msgstr ""
7607
7608 #: config/tc-i386.c:3771 config/tc-i386.c:3798
7609 #, c-format
7610 msgid "can't use register '%s%s' as operand %d in '%s'."
7611 msgstr ""
7612
7613 #: config/tc-i386.c:3837 config/tc-i386.c:4177
7614 #, c-format
7615 msgid "invalid instruction `%s' after `%s'"
7616 msgstr ""
7617
7618 #: config/tc-i386.c:3843
7619 #, c-format
7620 msgid "missing `lock' with `%s'"
7621 msgstr ""
7622
7623 #: config/tc-i386.c:3850
7624 #, c-format
7625 msgid "instruction `%s' after `xacquire' not allowed"
7626 msgstr ""
7627
7628 #: config/tc-i386.c:3857
7629 #, c-format
7630 msgid "memory destination needed for instruction `%s' after `xrelease'"
7631 msgstr ""
7632
7633 #: config/tc-i386.c:4151
7634 #, c-format
7635 msgid "SSE instruction `%s' is used"
7636 msgstr ""
7637
7638 #: config/tc-i386.c:4165 config/tc-i386.c:6222
7639 #, c-format
7640 msgid "ambiguous operand size for `%s'"
7641 msgstr ""
7642
7643 #: config/tc-i386.c:4190
7644 msgid "expecting lockable instruction after `lock'"
7645 msgstr ""
7646
7647 #: config/tc-i386.c:4197
7648 #, c-format
7649 msgid "data size prefix invalid with `%s'"
7650 msgstr ""
7651
7652 #: config/tc-i386.c:4207
7653 msgid "expecting valid branch instruction after `bnd'"
7654 msgstr ""
7655
7656 #: config/tc-i386.c:4211
7657 msgid "expecting indirect branch instruction after `notrack'"
7658 msgstr ""
7659
7660 #: config/tc-i386.c:4216
7661 msgid "32-bit address isn't allowed in 64-bit MPX instructions."
7662 msgstr ""
7663
7664 #: config/tc-i386.c:4220
7665 msgid "16-bit address isn't allowed in MPX instructions"
7666 msgstr ""
7667
7668 #: config/tc-i386.c:4230
7669 msgid "replacing `rep'/`repe' prefix by `bnd'"
7670 msgstr ""
7671
7672 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
7673 #: config/tc-i386.c:4284
7674 #, c-format
7675 msgid "translating to `%sp'"
7676 msgstr ""
7677
7678 #: config/tc-i386.c:4291
7679 #, c-format
7680 msgid "instruction `%s' isn't supported in 16-bit mode."
7681 msgstr ""
7682
7683 #: config/tc-i386.c:4351
7684 #, c-format
7685 msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
7686 msgstr ""
7687
7688 #: config/tc-i386.c:4411 config/tc-i386.c:4606
7689 #, c-format
7690 msgid "no such instruction: `%s'"
7691 msgstr ""
7692
7693 #: config/tc-i386.c:4422 config/tc-i386.c:4639
7694 #, c-format
7695 msgid "invalid character %s in mnemonic"
7696 msgstr ""
7697
7698 #: config/tc-i386.c:4429
7699 msgid "expecting prefix; got nothing"
7700 msgstr ""
7701
7702 #: config/tc-i386.c:4431
7703 msgid "expecting mnemonic; got nothing"
7704 msgstr ""
7705
7706 #: config/tc-i386.c:4446 config/tc-i386.c:4661
7707 #, c-format
7708 msgid "`%s' is only supported in 64-bit mode"
7709 msgstr ""
7710
7711 #: config/tc-i386.c:4447 config/tc-i386.c:4660
7712 #, c-format
7713 msgid "`%s' is not supported in 64-bit mode"
7714 msgstr ""
7715
7716 #: config/tc-i386.c:4459
7717 #, c-format
7718 msgid "redundant %s prefix"
7719 msgstr ""
7720
7721 #: config/tc-i386.c:4652
7722 msgid "use .code16 to ensure correct addressing mode"
7723 msgstr ""
7724
7725 #: config/tc-i386.c:4664
7726 #, c-format
7727 msgid "`%s' is not supported on `%s%s'"
7728 msgstr ""
7729
7730 #: config/tc-i386.c:4690
7731 #, c-format
7732 msgid "invalid character %s before operand %d"
7733 msgstr ""
7734
7735 #: config/tc-i386.c:4704
7736 #, c-format
7737 msgid "unbalanced parenthesis in operand %d."
7738 msgstr ""
7739
7740 #: config/tc-i386.c:4707
7741 #, c-format
7742 msgid "unbalanced brackets in operand %d."
7743 msgstr ""
7744
7745 #: config/tc-i386.c:4716
7746 #, c-format
7747 msgid "invalid character %s in operand %d"
7748 msgstr ""
7749
7750 #: config/tc-i386.c:4743
7751 #, c-format
7752 msgid "spurious operands; (%d operands/instruction max)"
7753 msgstr ""
7754
7755 #: config/tc-i386.c:4753 config/tc-i386.c:9962
7756 #, c-format
7757 msgid "too many memory references for `%s'"
7758 msgstr ""
7759
7760 #: config/tc-i386.c:4774
7761 msgid "expecting operand after ','; got nothing"
7762 msgstr ""
7763
7764 #: config/tc-i386.c:4779
7765 msgid "expecting operand before ','; got nothing"
7766 msgstr ""
7767
7768 #: config/tc-i386.c:5205
7769 msgid "mask, index, and destination registers should be distinct"
7770 msgstr ""
7771
7772 #: config/tc-i386.c:5222
7773 msgid "index and destination registers should be distinct"
7774 msgstr ""
7775
7776 #: config/tc-i386.c:5900
7777 msgid "operand size mismatch"
7778 msgstr ""
7779
7780 #: config/tc-i386.c:5903
7781 msgid "operand type mismatch"
7782 msgstr ""
7783
7784 #: config/tc-i386.c:5906
7785 msgid "register type mismatch"
7786 msgstr ""
7787
7788 #: config/tc-i386.c:5909
7789 msgid "number of operands mismatch"
7790 msgstr ""
7791
7792 #: config/tc-i386.c:5912
7793 msgid "invalid instruction suffix"
7794 msgstr ""
7795
7796 #: config/tc-i386.c:5915
7797 msgid "constant doesn't fit in 4 bits"
7798 msgstr ""
7799
7800 #: config/tc-i386.c:5918
7801 msgid "unsupported with Intel mnemonic"
7802 msgstr ""
7803
7804 #: config/tc-i386.c:5921
7805 msgid "unsupported syntax"
7806 msgstr ""
7807
7808 #: config/tc-i386.c:5924
7809 #, c-format
7810 msgid "unsupported instruction `%s'"
7811 msgstr ""
7812
7813 #: config/tc-i386.c:5928
7814 msgid "invalid VSIB address"
7815 msgstr ""
7816
7817 #: config/tc-i386.c:5931
7818 msgid "mask, index, and destination registers must be distinct"
7819 msgstr ""
7820
7821 #: config/tc-i386.c:5934
7822 msgid "unsupported vector index register"
7823 msgstr ""
7824
7825 #: config/tc-i386.c:5937
7826 msgid "unsupported broadcast"
7827 msgstr ""
7828
7829 #: config/tc-i386.c:5940
7830 msgid "broadcast is needed for operand of such type"
7831 msgstr ""
7832
7833 #: config/tc-i386.c:5943
7834 msgid "unsupported masking"
7835 msgstr ""
7836
7837 #: config/tc-i386.c:5946
7838 msgid "mask not on destination operand"
7839 msgstr ""
7840
7841 #: config/tc-i386.c:5949
7842 msgid "default mask isn't allowed"
7843 msgstr ""
7844
7845 #: config/tc-i386.c:5952
7846 msgid "unsupported static rounding/sae"
7847 msgstr ""
7848
7849 #: config/tc-i386.c:5956
7850 msgid "RC/SAE operand must precede immediate operands"
7851 msgstr ""
7852
7853 #: config/tc-i386.c:5958
7854 msgid "RC/SAE operand must follow immediate operands"
7855 msgstr ""
7856
7857 #: config/tc-i386.c:5961 config/tc-metag.c:4789 config/tc-metag.c:5530
7858 #: config/tc-metag.c:5552
7859 msgid "invalid register operand"
7860 msgstr ""
7861
7862 #: config/tc-i386.c:5964
7863 #, c-format
7864 msgid "%s for `%s'"
7865 msgstr ""
7866
7867 #: config/tc-i386.c:5975
7868 #, c-format
7869 msgid "indirect %s without `*'"
7870 msgstr ""
7871
7872 #. Warn them that a data or address size prefix doesn't
7873 #. affect assembly of the next line of code.
7874 #: config/tc-i386.c:5983
7875 #, c-format
7876 msgid "stand-alone `%s' prefix"
7877 msgstr ""
7878
7879 #: config/tc-i386.c:6017 config/tc-i386.c:6033
7880 #, c-format
7881 msgid "`%s' operand %d must use `%ses' segment"
7882 msgstr ""
7883
7884 #. We have to know the operand size for crc32.
7885 #: config/tc-i386.c:6083
7886 #, c-format
7887 msgid "ambiguous memory operand size for `%s`"
7888 msgstr ""
7889
7890 #: config/tc-i386.c:6195
7891 msgid ""
7892 "no instruction mnemonic suffix given and no register operands; can't size "
7893 "instruction"
7894 msgstr ""
7895
7896 #: config/tc-i386.c:6333
7897 #, c-format
7898 msgid "invalid register operand size for `%s'"
7899 msgstr ""
7900
7901 #: config/tc-i386.c:6377 config/tc-i386.c:6450 config/tc-i386.c:6572
7902 #, c-format
7903 msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
7904 msgstr ""
7905
7906 #: config/tc-i386.c:6398 config/tc-i386.c:6426 config/tc-i386.c:6497
7907 #: config/tc-i386.c:6547
7908 #, c-format
7909 msgid "`%s%s' not allowed with `%s%c'"
7910 msgstr ""
7911
7912 #: config/tc-i386.c:6444 config/tc-i386.c:6471 config/tc-i386.c:6522
7913 #: config/tc-i386.c:6566
7914 #, c-format
7915 msgid "incorrect register `%s%s' used with `%c' suffix"
7916 msgstr ""
7917
7918 #: config/tc-i386.c:6635
7919 msgid "no instruction mnemonic suffix given; can't determine immediate size"
7920 msgstr ""
7921
7922 #: config/tc-i386.c:6781
7923 #, c-format
7924 msgid ""
7925 "source register `%s%s' implicitly denotes `%s%.3s%u' to `%s%.3s%u' source "
7926 "group in `%s'"
7927 msgstr ""
7928
7929 #: config/tc-i386.c:6817
7930 #, c-format
7931 msgid "you can't `pop %scs'"
7932 msgstr ""
7933
7934 #. Reversed arguments on faddp, fsubp, etc.
7935 #: config/tc-i386.c:6846
7936 #, c-format
7937 msgid "translating to `%s %s%s,%s%s'"
7938 msgstr ""
7939
7940 #. Extraneous `l' suffix on fp insn.
7941 #: config/tc-i386.c:6853
7942 #, c-format
7943 msgid "translating to `%s %s%s'"
7944 msgstr ""
7945
7946 #: config/tc-i386.c:6881
7947 #, c-format
7948 msgid "segment override on `%s' is ineffectual"
7949 msgstr ""
7950
7951 #: config/tc-i386.c:7650 config/tc-i386.c:7785 config/tc-i386.c:7849
7952 msgid "skipping prefixes on this instruction"
7953 msgstr ""
7954
7955 #: config/tc-i386.c:7869
7956 msgid "16-bit jump out of range"
7957 msgstr ""
7958
7959 #: config/tc-i386.c:7878
7960 #, c-format
7961 msgid "can't handle non absolute segment in `%s'"
7962 msgstr ""
7963
7964 #: config/tc-i386.c:8173
7965 msgid "pseudo prefix without instruction"
7966 msgstr ""
7967
7968 #: config/tc-i386.c:8766 config/tc-i386.c:8868
7969 #, c-format
7970 msgid "@%s reloc is not supported with %d-bit output format"
7971 msgstr ""
7972
7973 #: config/tc-i386.c:8919
7974 #, c-format
7975 msgid "missing or invalid expression `%s'"
7976 msgstr ""
7977
7978 #: config/tc-i386.c:8928
7979 #, c-format
7980 msgid "invalid PLT expression `%s'"
7981 msgstr ""
7982
7983 #: config/tc-i386.c:9014
7984 #, c-format
7985 msgid "Unsupported broadcast: `%s'"
7986 msgstr ""
7987
7988 #: config/tc-i386.c:9030
7989 #, c-format
7990 msgid "`%s%s' can't be used for write mask"
7991 msgstr ""
7992
7993 #: config/tc-i386.c:9053
7994 #, c-format
7995 msgid "invalid write mask `%s'"
7996 msgstr ""
7997
7998 #: config/tc-i386.c:9075 config/tc-i386.c:9739
7999 #, c-format
8000 msgid "duplicated `%s'"
8001 msgstr ""
8002
8003 #: config/tc-i386.c:9085
8004 #, c-format
8005 msgid "invalid zeroing-masking `%s'"
8006 msgstr ""
8007
8008 #: config/tc-i386.c:9098
8009 #, c-format
8010 msgid "missing `}' in `%s'"
8011 msgstr ""
8012
8013 #. We don't know this one.
8014 #: config/tc-i386.c:9112
8015 #, c-format
8016 msgid "unknown vector operation: `%s'"
8017 msgstr ""
8018
8019 #: config/tc-i386.c:9118
8020 msgid "zeroing-masking only allowed with write mask"
8021 msgstr ""
8022
8023 #: config/tc-i386.c:9138
8024 #, c-format
8025 msgid "at most %d immediate operands are allowed"
8026 msgstr ""
8027
8028 #: config/tc-i386.c:9170 config/tc-i386.c:9417
8029 #, c-format
8030 msgid "junk `%s' after expression"
8031 msgstr ""
8032
8033 #: config/tc-i386.c:9191
8034 #, c-format
8035 msgid "missing or invalid immediate expression `%s'"
8036 msgstr ""
8037
8038 #: config/tc-i386.c:9214 config/tc-i386.c:9507
8039 #, c-format
8040 msgid "unimplemented segment %s in operand"
8041 msgstr ""
8042
8043 #: config/tc-i386.c:9221
8044 #, c-format
8045 msgid "illegal immediate register operand %s"
8046 msgstr ""
8047
8048 #: config/tc-i386.c:9269
8049 #, c-format
8050 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
8051 msgstr ""
8052
8053 #: config/tc-i386.c:9278
8054 #, c-format
8055 msgid "scale factor of %d without an index register"
8056 msgstr ""
8057
8058 #: config/tc-i386.c:9300
8059 #, c-format
8060 msgid "at most %d displacement operands are allowed"
8061 msgstr ""
8062
8063 #: config/tc-i386.c:9473
8064 #, c-format
8065 msgid "missing or invalid displacement expression `%s'"
8066 msgstr ""
8067
8068 #: config/tc-i386.c:9490
8069 #, c-format
8070 msgid "0x%lx out range of signed 32bit displacement"
8071 msgstr ""
8072
8073 #: config/tc-i386.c:9640
8074 #, c-format
8075 msgid "`%s' is not valid here (expected `%c%s%s%c')"
8076 msgstr ""
8077
8078 #: config/tc-i386.c:9652
8079 #, c-format
8080 msgid "`%s' is not a valid %s expression"
8081 msgstr ""
8082
8083 #: config/tc-i386.c:9684
8084 #, c-format
8085 msgid "`%s' cannot be used here"
8086 msgstr ""
8087
8088 #: config/tc-i386.c:9691
8089 msgid "register scaling is being ignored here"
8090 msgstr ""
8091
8092 #: config/tc-i386.c:9752
8093 #, c-format
8094 msgid "Missing '}': '%s'"
8095 msgstr ""
8096
8097 #: config/tc-i386.c:9758
8098 #, c-format
8099 msgid "Junk after '}': '%s'"
8100 msgstr ""
8101
8102 #: config/tc-i386.c:9886
8103 #, c-format
8104 msgid "bad memory operand `%s'"
8105 msgstr ""
8106
8107 #: config/tc-i386.c:9910
8108 #, c-format
8109 msgid "junk `%s' after register"
8110 msgstr ""
8111
8112 #: config/tc-i386.c:9923 config/tc-i386.c:10060 config/tc-i386.c:10104
8113 #, c-format
8114 msgid "bad register name `%s'"
8115 msgstr ""
8116
8117 #: config/tc-i386.c:9931
8118 msgid "immediate operand illegal with absolute jump"
8119 msgstr ""
8120
8121 #: config/tc-i386.c:10049
8122 #, c-format
8123 msgid "expecting `,' or `)' after index register in `%s'"
8124 msgstr ""
8125
8126 #: config/tc-i386.c:10077
8127 #, c-format
8128 msgid "expecting `)' after scale factor in `%s'"
8129 msgstr ""
8130
8131 #: config/tc-i386.c:10085
8132 #, c-format
8133 msgid "expecting index register or scale factor after `,'; got '%c'"
8134 msgstr ""
8135
8136 #: config/tc-i386.c:10093
8137 #, c-format
8138 msgid "expecting `,' or `)' after base register in `%s'"
8139 msgstr ""
8140
8141 #. It's not a memory operand; argh!
8142 #: config/tc-i386.c:10141
8143 #, c-format
8144 msgid "invalid char %s beginning operand %d `%s'"
8145 msgstr ""
8146
8147 #: config/tc-i386.c:10367
8148 msgid "long jump required"
8149 msgstr ""
8150
8151 #: config/tc-i386.c:10422
8152 msgid "jump target out of range"
8153 msgstr ""
8154
8155 #: config/tc-i386.c:10988
8156 #, c-format
8157 msgid "invalid -mx86-used-note= option: `%s'"
8158 msgstr ""
8159
8160 #: config/tc-i386.c:11011
8161 msgid "no compiled in support for x86_64"
8162 msgstr ""
8163
8164 #: config/tc-i386.c:11031
8165 msgid "no compiled in support for 32bit x86_64"
8166 msgstr ""
8167
8168 #: config/tc-i386.c:11035
8169 msgid "32bit x86_64 is only supported for ELF"
8170 msgstr ""
8171
8172 #: config/tc-i386.c:11069 config/tc-i386.c:11157
8173 #, c-format
8174 msgid "invalid -march= option: `%s'"
8175 msgstr ""
8176
8177 #: config/tc-i386.c:11167 config/tc-i386.c:11179
8178 #, c-format
8179 msgid "invalid -mtune= option: `%s'"
8180 msgstr ""
8181
8182 #: config/tc-i386.c:11188
8183 #, c-format
8184 msgid "invalid -mmnemonic= option: `%s'"
8185 msgstr ""
8186
8187 #: config/tc-i386.c:11197
8188 #, c-format
8189 msgid "invalid -msyntax= option: `%s'"
8190 msgstr ""
8191
8192 #: config/tc-i386.c:11220
8193 #, c-format
8194 msgid "invalid -msse-check= option: `%s'"
8195 msgstr ""
8196
8197 #: config/tc-i386.c:11231
8198 #, c-format
8199 msgid "invalid -moperand-check= option: `%s'"
8200 msgstr ""
8201
8202 #: config/tc-i386.c:11240
8203 #, c-format
8204 msgid "invalid -mavxscalar= option: `%s'"
8205 msgstr ""
8206
8207 #: config/tc-i386.c:11249
8208 #, c-format
8209 msgid "invalid -mvexwig= option: `%s'"
8210 msgstr ""
8211
8212 #: config/tc-i386.c:11264
8213 #, c-format
8214 msgid "invalid -mevexlig= option: `%s'"
8215 msgstr ""
8216
8217 #: config/tc-i386.c:11277
8218 #, c-format
8219 msgid "invalid -mevexrcig= option: `%s'"
8220 msgstr ""
8221
8222 #: config/tc-i386.c:11286
8223 #, c-format
8224 msgid "invalid -mevexwig= option: `%s'"
8225 msgstr ""
8226
8227 #: config/tc-i386.c:11301
8228 #, c-format
8229 msgid "invalid -momit-lock-prefix= option: `%s'"
8230 msgstr ""
8231
8232 #: config/tc-i386.c:11310
8233 #, c-format
8234 msgid "invalid -mfence-as-lock-add= option: `%s'"
8235 msgstr ""
8236
8237 #: config/tc-i386.c:11319
8238 #, c-format
8239 msgid "invalid -mrelax-relocations= option: `%s'"
8240 msgstr ""
8241
8242 #: config/tc-i386.c:11463
8243 #, c-format
8244 msgid ""
8245 "  -Q                      ignored\n"
8246 "  -V                      print assembler version number\n"
8247 "  -k                      ignored\n"
8248 msgstr ""
8249
8250 #: config/tc-i386.c:11468
8251 #, c-format
8252 msgid ""
8253 "  -n                      Do not optimize code alignment\n"
8254 "  -q                      quieten some warnings\n"
8255 msgstr ""
8256
8257 #: config/tc-i386.c:11472
8258 #, c-format
8259 msgid "  -s                      ignored\n"
8260 msgstr ""
8261
8262 #: config/tc-i386.c:11477
8263 #, c-format
8264 msgid "  --32/--64/--x32         generate 32bit/64bit/x32 code\n"
8265 msgstr ""
8266
8267 #: config/tc-i386.c:11481
8268 #, c-format
8269 msgid "  --divide                do not treat `/' as a comment character\n"
8270 msgstr ""
8271
8272 #: config/tc-i386.c:11484
8273 #, c-format
8274 msgid "  --divide                ignored\n"
8275 msgstr ""
8276
8277 #: config/tc-i386.c:11487
8278 #, c-format
8279 msgid ""
8280 "  -march=CPU[,+EXTENSION...]\n"
8281 "                          generate code for CPU and EXTENSION, CPU is one "
8282 "of:\n"
8283 msgstr ""
8284
8285 #: config/tc-i386.c:11491
8286 #, c-format
8287 msgid "                          EXTENSION is combination of:\n"
8288 msgstr ""
8289
8290 #: config/tc-i386.c:11494
8291 #, c-format
8292 msgid "  -mtune=CPU              optimize for CPU, CPU is one of:\n"
8293 msgstr ""
8294
8295 #: config/tc-i386.c:11497
8296 #, c-format
8297 msgid "  -msse2avx               encode SSE instructions with VEX prefix\n"
8298 msgstr ""
8299
8300 #: config/tc-i386.c:11499
8301 #, c-format
8302 msgid ""
8303 "  -msse-check=[none|error|warning] (default: warning)\n"
8304 "                          check SSE instructions\n"
8305 msgstr ""
8306
8307 #: config/tc-i386.c:11502
8308 #, c-format
8309 msgid ""
8310 "  -moperand-check=[none|error|warning] (default: warning)\n"
8311 "                          check operand combinations for validity\n"
8312 msgstr ""
8313
8314 #: config/tc-i386.c:11505
8315 #, c-format
8316 msgid ""
8317 "  -mavxscalar=[128|256] (default: 128)\n"
8318 "                          encode scalar AVX instructions with specific "
8319 "vector\n"
8320 "                           length\n"
8321 msgstr ""
8322
8323 #: config/tc-i386.c:11509
8324 #, c-format
8325 msgid ""
8326 "  -mvexwig=[0|1] (default: 0)\n"
8327 "                          encode VEX instructions with specific VEX.W value\n"
8328 "                           for VEX.W bit ignored instructions\n"
8329 msgstr ""
8330
8331 #: config/tc-i386.c:11513
8332 #, c-format
8333 msgid ""
8334 "  -mevexlig=[128|256|512] (default: 128)\n"
8335 "                          encode scalar EVEX instructions with specific "
8336 "vector\n"
8337 "                           length\n"
8338 msgstr ""
8339
8340 #: config/tc-i386.c:11517
8341 #, c-format
8342 msgid ""
8343 "  -mevexwig=[0|1] (default: 0)\n"
8344 "                          encode EVEX instructions with specific EVEX.W "
8345 "value\n"
8346 "                           for EVEX.W bit ignored instructions\n"
8347 msgstr ""
8348
8349 #: config/tc-i386.c:11521
8350 #, c-format
8351 msgid ""
8352 "  -mevexrcig=[rne|rd|ru|rz] (default: rne)\n"
8353 "                          encode EVEX instructions with specific EVEX.RC "
8354 "value\n"
8355 "                           for SAE-only ignored instructions\n"
8356 msgstr ""
8357
8358 #: config/tc-i386.c:11525
8359 #, c-format
8360 msgid "  -mmnemonic=[att|intel] "
8361 msgstr ""
8362
8363 #: config/tc-i386.c:11528
8364 #, c-format
8365 msgid "(default: att)\n"
8366 msgstr ""
8367
8368 #: config/tc-i386.c:11530
8369 #, c-format
8370 msgid "(default: intel)\n"
8371 msgstr ""
8372
8373 #: config/tc-i386.c:11531
8374 #, c-format
8375 msgid "                          use AT&T/Intel mnemonic\n"
8376 msgstr ""
8377
8378 #: config/tc-i386.c:11533
8379 #, c-format
8380 msgid ""
8381 "  -msyntax=[att|intel] (default: att)\n"
8382 "                          use AT&T/Intel syntax\n"
8383 msgstr ""
8384
8385 #: config/tc-i386.c:11536
8386 #, c-format
8387 msgid "  -mindex-reg             support pseudo index registers\n"
8388 msgstr ""
8389
8390 #: config/tc-i386.c:11538
8391 #, c-format
8392 msgid "  -mnaked-reg             don't require `%%' prefix for registers\n"
8393 msgstr ""
8394
8395 #: config/tc-i386.c:11540
8396 #, c-format
8397 msgid "  -madd-bnd-prefix        add BND prefix for all valid branches\n"
8398 msgstr ""
8399
8400 #: config/tc-i386.c:11543
8401 #, c-format
8402 msgid "  -mshared                disable branch optimization for shared code\n"
8403 msgstr ""
8404
8405 #: config/tc-i386.c:11545
8406 #, c-format
8407 msgid "  -mx86-used-note=[no|yes] "
8408 msgstr ""
8409
8410 #: config/tc-i386.c:11551
8411 #, c-format
8412 msgid ""
8413 "                          generate x86 used ISA and feature properties\n"
8414 msgstr ""
8415
8416 #: config/tc-i386.c:11555
8417 #, c-format
8418 msgid "  -mbig-obj               generate big object files\n"
8419 msgstr ""
8420
8421 #: config/tc-i386.c:11558
8422 #, c-format
8423 msgid ""
8424 "  -momit-lock-prefix=[no|yes] (default: no)\n"
8425 "                          strip all lock prefixes\n"
8426 msgstr ""
8427
8428 #: config/tc-i386.c:11561
8429 #, c-format
8430 msgid ""
8431 "  -mfence-as-lock-add=[no|yes] (default: no)\n"
8432 "                          encode lfence, mfence and sfence as\n"
8433 "                           lock addl $0x0, (%%{re}sp)\n"
8434 msgstr ""
8435
8436 #: config/tc-i386.c:11565
8437 #, c-format
8438 msgid "  -mrelax-relocations=[no|yes] "
8439 msgstr ""
8440
8441 #: config/tc-i386.c:11571
8442 #, c-format
8443 msgid "                          generate relax relocations\n"
8444 msgstr ""
8445
8446 #: config/tc-i386.c:11573
8447 #, c-format
8448 msgid "  -mamd64                 accept only AMD64 ISA [default]\n"
8449 msgstr ""
8450
8451 #: config/tc-i386.c:11575
8452 #, c-format
8453 msgid "  -mintel64               accept only Intel64 ISA\n"
8454 msgstr ""
8455
8456 #: config/tc-i386.c:11616
8457 #, c-format
8458 msgid "Intel MCU doesn't support `%s' architecture"
8459 msgstr ""
8460
8461 #: config/tc-i386.c:11673
8462 msgid "Intel L1OM is 64bit only"
8463 msgstr ""
8464
8465 #: config/tc-i386.c:11679
8466 msgid "Intel K1OM is 64bit only"
8467 msgstr ""
8468
8469 #: config/tc-i386.c:11685
8470 msgid "Intel MCU is 32bit only"
8471 msgstr ""
8472
8473 #: config/tc-i386.c:11842
8474 msgid "symbol size computation overflow"
8475 msgstr ""
8476
8477 #: config/tc-i386.c:11910 config/tc-sparc.c:3861
8478 #, c-format
8479 msgid "can not do %d byte pc-relative relocation"
8480 msgstr ""
8481
8482 #: config/tc-i386.c:11928
8483 #, c-format
8484 msgid "can not do %d byte relocation"
8485 msgstr ""
8486
8487 #: config/tc-i386.c:11996
8488 #, c-format
8489 msgid "cannot represent relocation type %s in x32 mode"
8490 msgstr ""
8491
8492 #: config/tc-i386.c:12033 config/tc-s390.c:2613
8493 #, c-format
8494 msgid "cannot represent relocation type %s"
8495 msgstr ""
8496
8497 #: config/tc-i386.c:12150
8498 msgid "bad .section directive: want a,l,w,x,M,S,G,T in string"
8499 msgstr ""
8500
8501 #: config/tc-i386.c:12153
8502 msgid "bad .section directive: want a,w,x,M,S,G,T in string"
8503 msgstr ""
8504
8505 #: config/tc-i386.c:12172
8506 msgid ".largecomm supported only in 64bit mode, producing .comm"
8507 msgstr ""
8508
8509 #: config/tc-ia64.c:872
8510 msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string"
8511 msgstr ""
8512
8513 #: config/tc-ia64.c:924
8514 msgid "Size of frame exceeds maximum of 96 registers"
8515 msgstr ""
8516
8517 #: config/tc-ia64.c:929
8518 msgid "Size of rotating registers exceeds frame size"
8519 msgstr ""
8520
8521 #: config/tc-ia64.c:1016
8522 msgid "Unwind directive not followed by an instruction."
8523 msgstr ""
8524
8525 #: config/tc-ia64.c:1025 config/tc-ia64.c:7610
8526 msgid "qualifying predicate not followed by instruction"
8527 msgstr ""
8528
8529 #: config/tc-ia64.c:1073
8530 msgid "expected ',' after section name"
8531 msgstr ""
8532
8533 #: config/tc-ia64.c:1108
8534 msgid "expected ',' after symbol name"
8535 msgstr ""
8536
8537 #: config/tc-ia64.c:1132
8538 msgid "expected ',' after symbol size"
8539 msgstr ""
8540
8541 #: config/tc-ia64.c:1215 config/tc-ia64.c:1249
8542 msgid "record type is not valid"
8543 msgstr ""
8544
8545 #: config/tc-ia64.c:1318
8546 msgid "Invalid record type for P3 format."
8547 msgstr ""
8548
8549 #: config/tc-ia64.c:1354
8550 msgid "Invalid record type for format P6"
8551 msgstr ""
8552
8553 #: config/tc-ia64.c:1534 config/tc-ia64.c:1586
8554 msgid "Invalid record type for format B1"
8555 msgstr ""
8556
8557 #: config/tc-ia64.c:1619
8558 msgid "Invalid record type for format X1"
8559 msgstr ""
8560
8561 #: config/tc-ia64.c:1661
8562 msgid "Invalid record type for format X3"
8563 msgstr ""
8564
8565 #: config/tc-ia64.c:1699
8566 msgid "Previous .save incomplete"
8567 msgstr ""
8568
8569 #: config/tc-ia64.c:2524
8570 msgid "spill_mask record unimplemented."
8571 msgstr ""
8572
8573 #: config/tc-ia64.c:2581
8574 msgid "record_type_not_valid"
8575 msgstr ""
8576
8577 #: config/tc-ia64.c:2665
8578 msgid "Ignoring attempt to spill beyond end of region"
8579 msgstr ""
8580
8581 #: config/tc-ia64.c:2724
8582 msgid "Only constant space allocation is supported"
8583 msgstr ""
8584
8585 #: config/tc-ia64.c:2738
8586 msgid "Only constant offsets are supported"
8587 msgstr ""
8588
8589 #: config/tc-ia64.c:2762
8590 msgid "Section switching in code is not supported."
8591 msgstr ""
8592
8593 #: config/tc-ia64.c:2804
8594 msgid "Insn slot not set in unwind record."
8595 msgstr ""
8596
8597 #: config/tc-ia64.c:2878
8598 msgid "frgr_mem record before region record!"
8599 msgstr ""
8600
8601 #: config/tc-ia64.c:2889
8602 msgid "fr_mem record before region record!"
8603 msgstr ""
8604
8605 #: config/tc-ia64.c:2898
8606 msgid "gr_mem record before region record!"
8607 msgstr ""
8608
8609 #: config/tc-ia64.c:2907
8610 msgid "br_mem record before region record!"
8611 msgstr ""
8612
8613 #: config/tc-ia64.c:2917
8614 msgid "gr_gr record before region record!"
8615 msgstr ""
8616
8617 #: config/tc-ia64.c:2925
8618 msgid "br_gr record before region record!"
8619 msgstr ""
8620
8621 #: config/tc-ia64.c:3043
8622 #, c-format
8623 msgid "First operand to .%s must be a predicate"
8624 msgstr ""
8625
8626 #: config/tc-ia64.c:3047
8627 #, c-format
8628 msgid "Pointless use of p0 as first operand to .%s"
8629 msgstr ""
8630
8631 #: config/tc-ia64.c:3103
8632 #, c-format
8633 msgid "Operand %d to .%s must be a preserved register"
8634 msgstr ""
8635
8636 #: config/tc-ia64.c:3139
8637 #, c-format
8638 msgid "Operand %d to .%s must be a writable register"
8639 msgstr ""
8640
8641 #: config/tc-ia64.c:3163
8642 #, c-format
8643 msgid "Radix `%s' unsupported or invalid"
8644 msgstr ""
8645
8646 #: config/tc-ia64.c:3193 config/tc-ia64.c:3198
8647 #, c-format
8648 msgid ".%s outside of %s"
8649 msgstr ""
8650
8651 #: config/tc-ia64.c:3284
8652 msgid "Tags on unwind pseudo-ops aren't supported, yet"
8653 msgstr ""
8654
8655 #: config/tc-ia64.c:3306
8656 msgid "First operand to .fframe must be a constant"
8657 msgstr ""
8658
8659 #: config/tc-ia64.c:3326
8660 msgid "First operand to .vframe must be a general register"
8661 msgstr ""
8662
8663 #: config/tc-ia64.c:3334
8664 msgid "Operand of .vframe contradicts .prologue"
8665 msgstr ""
8666
8667 #: config/tc-ia64.c:3344
8668 msgid ".vframepsp is meaningless, assuming .vframesp was meant"
8669 msgstr ""
8670
8671 #: config/tc-ia64.c:3352
8672 msgid "Operand to .vframesp must be a constant (sp-relative offset)"
8673 msgstr ""
8674
8675 #: config/tc-ia64.c:3379
8676 msgid "First operand to .save not a register"
8677 msgstr ""
8678
8679 #: config/tc-ia64.c:3385
8680 msgid "Second operand to .save not a valid register"
8681 msgstr ""
8682
8683 #: config/tc-ia64.c:3416 config/tc-ia64.c:3427 config/tc-ia64.c:3435
8684 msgid "Second operand of .save contradicts .prologue"
8685 msgstr ""
8686
8687 #: config/tc-ia64.c:3442
8688 msgid "First operand to .save not a valid register"
8689 msgstr ""
8690
8691 #: config/tc-ia64.c:3460
8692 msgid "First operand to .restore must be stack pointer (sp)"
8693 msgstr ""
8694
8695 #: config/tc-ia64.c:3469
8696 msgid "Second operand to .restore must be a constant >= 0"
8697 msgstr ""
8698
8699 #: config/tc-ia64.c:3479
8700 #, c-format
8701 msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
8702 msgstr ""
8703
8704 #: config/tc-ia64.c:3565
8705 #, c-format
8706 msgid "Illegal section name `%s' (causes unwind section name clash)"
8707 msgstr ""
8708
8709 #: config/tc-ia64.c:3742
8710 msgid "First operand to .altrp not a valid branch register"
8711 msgstr ""
8712
8713 #: config/tc-ia64.c:3771
8714 #, c-format
8715 msgid "First operand to .%s not a register"
8716 msgstr ""
8717
8718 #: config/tc-ia64.c:3776
8719 #, c-format
8720 msgid "Second operand to .%s not a constant"
8721 msgstr ""
8722
8723 #: config/tc-ia64.c:3843
8724 #, c-format
8725 msgid "First operand to .%s not a valid register"
8726 msgstr ""
8727
8728 #: config/tc-ia64.c:3866
8729 msgid "First operand to .save.g must be a positive 4-bit constant"
8730 msgstr ""
8731
8732 #: config/tc-ia64.c:3879
8733 msgid "Second operand to .save.g must be a general register"
8734 msgstr ""
8735
8736 #: config/tc-ia64.c:3884
8737 #, c-format
8738 msgid "Second operand to .save.g must be the first of %d general registers"
8739 msgstr ""
8740
8741 #: config/tc-ia64.c:3907
8742 msgid "Operand to .save.f must be a positive 20-bit constant"
8743 msgstr ""
8744
8745 #: config/tc-ia64.c:3930
8746 msgid "First operand to .save.b must be a positive 5-bit constant"
8747 msgstr ""
8748
8749 #: config/tc-ia64.c:3943
8750 msgid "Second operand to .save.b must be a general register"
8751 msgstr ""
8752
8753 #: config/tc-ia64.c:3948
8754 #, c-format
8755 msgid "Second operand to .save.b must be the first of %d general registers"
8756 msgstr ""
8757
8758 #: config/tc-ia64.c:3974
8759 msgid "First operand to .save.gf must be a non-negative 4-bit constant"
8760 msgstr ""
8761
8762 #: config/tc-ia64.c:3982
8763 msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
8764 msgstr ""
8765
8766 #: config/tc-ia64.c:3990
8767 msgid "Operands to .save.gf may not be both zero"
8768 msgstr ""
8769
8770 #: config/tc-ia64.c:4007
8771 msgid "Operand to .spill must be a constant"
8772 msgstr ""
8773
8774 #: config/tc-ia64.c:4076
8775 #, c-format
8776 msgid "Operand %d to .%s must be a constant"
8777 msgstr ""
8778
8779 #: config/tc-ia64.c:4097
8780 #, c-format
8781 msgid "Missing .label_state %ld"
8782 msgstr ""
8783
8784 #: config/tc-ia64.c:4151
8785 msgid "Operand to .label_state must be a constant"
8786 msgstr ""
8787
8788 #: config/tc-ia64.c:4170
8789 msgid "Operand to .copy_state must be a constant"
8790 msgstr ""
8791
8792 #: config/tc-ia64.c:4193
8793 msgid "First operand to .unwabi must be a constant"
8794 msgstr ""
8795
8796 #: config/tc-ia64.c:4199
8797 msgid "Second operand to .unwabi must be a constant"
8798 msgstr ""
8799
8800 #: config/tc-ia64.c:4234
8801 msgid "Missing .endp after previous .proc"
8802 msgstr ""
8803
8804 #: config/tc-ia64.c:4252
8805 msgid "Empty argument of .proc"
8806 msgstr ""
8807
8808 #: config/tc-ia64.c:4257
8809 #, c-format
8810 msgid "`%s' was already defined"
8811 msgstr ""
8812
8813 #: config/tc-ia64.c:4300
8814 msgid "Initial .body should precede any instructions"
8815 msgstr ""
8816
8817 #: config/tc-ia64.c:4319
8818 msgid ".prologue within prologue"
8819 msgstr ""
8820
8821 #: config/tc-ia64.c:4324
8822 msgid "Initial .prologue should precede any instructions"
8823 msgstr ""
8824
8825 #: config/tc-ia64.c:4334
8826 msgid "First operand to .prologue must be a positive 4-bit constant"
8827 msgstr ""
8828
8829 #: config/tc-ia64.c:4336
8830 msgid "Pointless use of zero first operand to .prologue"
8831 msgstr ""
8832
8833 #: config/tc-ia64.c:4352
8834 msgid "Using a constant as second operand to .prologue is deprecated"
8835 msgstr ""
8836
8837 #: config/tc-ia64.c:4358
8838 msgid "Second operand to .prologue must be a general register"
8839 msgstr ""
8840
8841 #: config/tc-ia64.c:4363
8842 #, c-format
8843 msgid "Second operand to .prologue must be the first of %d general registers"
8844 msgstr ""
8845
8846 #: config/tc-ia64.c:4475
8847 #, c-format
8848 msgid "`%s' was not defined within procedure"
8849 msgstr ""
8850
8851 #: config/tc-ia64.c:4511
8852 msgid "Empty argument of .endp"
8853 msgstr ""
8854
8855 #: config/tc-ia64.c:4525
8856 #, c-format
8857 msgid "`%s' was not specified with previous .proc"
8858 msgstr ""
8859
8860 #: config/tc-ia64.c:4540
8861 #, c-format
8862 msgid "`%s' should be an operand to this .endp"
8863 msgstr ""
8864
8865 #: config/tc-ia64.c:4581 config/tc-ia64.c:4902 config/tc-ia64.c:5211
8866 msgid "Comma expected"
8867 msgstr ""
8868
8869 #: config/tc-ia64.c:4621
8870 msgid "Expected '['"
8871 msgstr ""
8872
8873 #: config/tc-ia64.c:4630 config/tc-ia64.c:7744
8874 msgid "Expected ']'"
8875 msgstr ""
8876
8877 #: config/tc-ia64.c:4635
8878 msgid "Number of elements must be positive"
8879 msgstr ""
8880
8881 #: config/tc-ia64.c:4646
8882 #, c-format
8883 msgid "Used more than the declared %d rotating registers"
8884 msgstr ""
8885
8886 #: config/tc-ia64.c:4654
8887 msgid "Used more than the available 96 rotating registers"
8888 msgstr ""
8889
8890 #: config/tc-ia64.c:4661
8891 msgid "Used more than the available 48 rotating registers"
8892 msgstr ""
8893
8894 #: config/tc-ia64.c:4689
8895 #, c-format
8896 msgid "Attempt to redefine register set `%s'"
8897 msgstr ""
8898
8899 #: config/tc-ia64.c:4754
8900 #, c-format
8901 msgid "Unknown psr option `%s'"
8902 msgstr ""
8903
8904 #: config/tc-ia64.c:4788
8905 msgid "Missing section name"
8906 msgstr ""
8907
8908 #: config/tc-ia64.c:4797
8909 msgid "Comma expected after section name"
8910 msgstr ""
8911
8912 #: config/tc-ia64.c:4808
8913 msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
8914 msgstr ""
8915
8916 #: config/tc-ia64.c:4897
8917 msgid "Register name expected"
8918 msgstr ""
8919
8920 #: config/tc-ia64.c:4910
8921 msgid "Register value annotation ignored"
8922 msgstr ""
8923
8924 #: config/tc-ia64.c:4949
8925 msgid "Directive invalid within a bundle"
8926 msgstr ""
8927
8928 #: config/tc-ia64.c:5043
8929 msgid "Missing predicate relation type"
8930 msgstr ""
8931
8932 #: config/tc-ia64.c:5049
8933 msgid "Unrecognized predicate relation type"
8934 msgstr ""
8935
8936 #: config/tc-ia64.c:5095
8937 msgid "Bad register range"
8938 msgstr ""
8939
8940 #: config/tc-ia64.c:5104 config/tc-ia64.c:7690
8941 msgid "Predicate register expected"
8942 msgstr ""
8943
8944 #: config/tc-ia64.c:5109
8945 msgid "Duplicate predicate register ignored"
8946 msgstr ""
8947
8948 #: config/tc-ia64.c:5125
8949 msgid "Predicate source and target required"
8950 msgstr ""
8951
8952 #: config/tc-ia64.c:5127 config/tc-ia64.c:5139
8953 msgid "Use of p0 is not valid in this context"
8954 msgstr ""
8955
8956 #: config/tc-ia64.c:5134
8957 msgid "At least two PR arguments expected"
8958 msgstr ""
8959
8960 #: config/tc-ia64.c:5148
8961 msgid "At least one PR argument expected"
8962 msgstr ""
8963
8964 #: config/tc-ia64.c:5182
8965 #, c-format
8966 msgid "Inserting \"%s\" into entry hint table failed: %s"
8967 msgstr ""
8968
8969 #. FIXME -- need 62-bit relocation type
8970 #: config/tc-ia64.c:5662
8971 msgid "62-bit relocation not yet implemented"
8972 msgstr ""
8973
8974 #. XXX technically, this is wrong: we should not be issuing warning
8975 #. messages until we're sure this instruction pattern is going to
8976 #. be used!
8977 #: config/tc-ia64.c:5748
8978 msgid "lower 16 bits of mask ignored"
8979 msgstr ""
8980
8981 #: config/tc-ia64.c:5979
8982 msgid "stride must be a multiple of 64; lower 6 bits ignored"
8983 msgstr ""
8984
8985 #: config/tc-ia64.c:6097
8986 msgid "Expected separator `='"
8987 msgstr ""
8988
8989 #: config/tc-ia64.c:6131
8990 msgid "Duplicate equal sign (=) in instruction"
8991 msgstr ""
8992
8993 #: config/tc-ia64.c:6138
8994 #, c-format
8995 msgid "Illegal operand separator `%c'"
8996 msgstr ""
8997
8998 #: config/tc-ia64.c:6253
8999 #, c-format
9000 msgid "Operand %u of `%s' should be %s"
9001 msgstr ""
9002
9003 #: config/tc-ia64.c:6257
9004 msgid "Wrong number of output operands"
9005 msgstr ""
9006
9007 #: config/tc-ia64.c:6259
9008 msgid "Wrong number of input operands"
9009 msgstr ""
9010
9011 #: config/tc-ia64.c:6261
9012 msgid "Operand mismatch"
9013 msgstr ""
9014
9015 #: config/tc-ia64.c:6343
9016 #, c-format
9017 msgid "Invalid use of `%c%d' as output operand"
9018 msgstr ""
9019
9020 #: config/tc-ia64.c:6346
9021 #, c-format
9022 msgid "Invalid use of `r%d' as base update address operand"
9023 msgstr ""
9024
9025 #: config/tc-ia64.c:6370
9026 #, c-format
9027 msgid "Invalid duplicate use of `%c%d'"
9028 msgstr ""
9029
9030 #: config/tc-ia64.c:6377
9031 #, c-format
9032 msgid "Invalid simultaneous use of `f%d' and `f%d'"
9033 msgstr ""
9034
9035 #: config/tc-ia64.c:6383
9036 #, c-format
9037 msgid "Dangerous simultaneous use of `f%d' and `f%d'"
9038 msgstr ""
9039
9040 #: config/tc-ia64.c:6427
9041 msgid "Value truncated to 62 bits"
9042 msgstr ""
9043
9044 #: config/tc-ia64.c:6495
9045 #, c-format
9046 msgid "Bad operand value: %s"
9047 msgstr ""
9048
9049 #. Give an error if a frag containing code is not aligned to a 16 byte
9050 #. boundary.
9051 #: config/tc-ia64.c:6570 config/tc-ia64.h:177
9052 msgid "instruction address is not a multiple of 16"
9053 msgstr ""
9054
9055 #: config/tc-ia64.c:6638
9056 #, c-format
9057 msgid "`%s' must be last in bundle"
9058 msgstr ""
9059
9060 #: config/tc-ia64.c:6670
9061 #, c-format
9062 msgid "Internal error: don't know how to force %s to end of instruction group"
9063 msgstr ""
9064
9065 #: config/tc-ia64.c:6683
9066 #, c-format
9067 msgid "`%s' must be last in instruction group"
9068 msgstr ""
9069
9070 #: config/tc-ia64.c:6713
9071 msgid "Label must be first in a bundle"
9072 msgstr ""
9073
9074 #: config/tc-ia64.c:6790
9075 msgid "hint in B unit may be treated as nop"
9076 msgstr ""
9077
9078 #: config/tc-ia64.c:6801
9079 msgid "hint in B unit can't be used"
9080 msgstr ""
9081
9082 #: config/tc-ia64.c:6815
9083 msgid "emit_one_bundle: unexpected dynamic op"
9084 msgstr ""
9085
9086 #: config/tc-ia64.c:6940
9087 #, c-format
9088 msgid "`%s' does not fit into %s template"
9089 msgstr ""
9090
9091 #: config/tc-ia64.c:6955
9092 #, c-format
9093 msgid "`%s' does not fit into bundle"
9094 msgstr ""
9095
9096 #: config/tc-ia64.c:6967
9097 #, c-format
9098 msgid "`%s' can't go in %s of %s template"
9099 msgstr ""
9100
9101 #: config/tc-ia64.c:6973
9102 msgid "Missing '}' at end of file"
9103 msgstr ""
9104
9105 #: config/tc-ia64.c:7120
9106 #, c-format
9107 msgid "Unrecognized option '-x%s'"
9108 msgstr ""
9109
9110 #: config/tc-ia64.c:7147
9111 msgid ""
9112 "IA-64 options:\n"
9113 "  --mconstant-gp\t  mark output file as using the constant-GP model\n"
9114 "\t\t\t  (sets ELF header flag EF_IA_64_CONS_GP)\n"
9115 "  --mauto-pic\t\t  mark output file as using the constant-GP model\n"
9116 "\t\t\t  without function descriptors (sets ELF header flag\n"
9117 "\t\t\t  EF_IA_64_NOFUNCDESC_CONS_GP)\n"
9118 "  -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
9119 "  -mle | -mbe\t\t  select little- or big-endian byte order (default -mle)\n"
9120 "  -mtune=[itanium1|itanium2]\n"
9121 "\t\t\t  tune for a specific CPU (default -mtune=itanium2)\n"
9122 "  -munwind-check=[warning|error]\n"
9123 "\t\t\t  unwind directive check (default -munwind-check=warning)\n"
9124 "  -mhint.b=[ok|warning|error]\n"
9125 "\t\t\t  hint.b check (default -mhint.b=error)\n"
9126 "  -x | -xexplicit\t  turn on dependency violation checking\n"
9127 msgstr ""
9128
9129 #. Note for translators: "automagically" can be translated as "automatically" here.
9130 #: config/tc-ia64.c:7164
9131 msgid ""
9132 "  -xauto\t\t  automagically remove dependency violations (default)\n"
9133 "  -xnone\t\t  turn off dependency violation checking\n"
9134 "  -xdebug\t\t  debug dependency violation checker\n"
9135 "  -xdebugn\t\t  debug dependency violation checker but turn off\n"
9136 "\t\t\t  dependency violation checking\n"
9137 "  -xdebugx\t\t  debug dependency violation checker and turn on\n"
9138 "\t\t\t  dependency violation checking\n"
9139 msgstr ""
9140
9141 #: config/tc-ia64.c:7179
9142 msgid "--gstabs is not supported for ia64"
9143 msgstr ""
9144
9145 #: config/tc-ia64.c:7417
9146 #, c-format
9147 msgid "ia64.md_begin: can't hash `%s': %s"
9148 msgstr ""
9149
9150 #: config/tc-ia64.c:7481
9151 #, c-format
9152 msgid "Inserting \"%s\" into constant hash table failed: %s"
9153 msgstr ""
9154
9155 #: config/tc-ia64.c:7493 config/tc-riscv.c:754 config/tc-riscv.c:3155
9156 #: config/tc-tilegx.c:262
9157 msgid "Could not set architecture and machine"
9158 msgstr ""
9159
9160 #: config/tc-ia64.c:7625
9161 msgid "Explicit stops are ignored in auto mode"
9162 msgstr ""
9163
9164 #: config/tc-ia64.c:7634
9165 msgid "Found '{' when manual bundling is already turned on"
9166 msgstr ""
9167
9168 #: config/tc-ia64.c:7647
9169 msgid "Found '{' after explicit switch to automatic mode"
9170 msgstr ""
9171
9172 #: config/tc-ia64.c:7653
9173 msgid "Found '}' when manual bundling is off"
9174 msgstr ""
9175
9176 #: config/tc-ia64.c:7680
9177 msgid "Expected ')'"
9178 msgstr ""
9179
9180 #: config/tc-ia64.c:7685
9181 msgid "Qualifying predicate expected"
9182 msgstr ""
9183
9184 #: config/tc-ia64.c:7704
9185 msgid "Tag must come before qualifying predicate."
9186 msgstr ""
9187
9188 #: config/tc-ia64.c:7733
9189 msgid "Expected ':'"
9190 msgstr ""
9191
9192 #: config/tc-ia64.c:7749
9193 msgid "Tag name expected"
9194 msgstr ""
9195
9196 #: config/tc-ia64.c:7850
9197 msgid "Rotating register index must be a non-negative constant"
9198 msgstr ""
9199
9200 #: config/tc-ia64.c:7855
9201 #, c-format
9202 msgid "Index out of range 0..%u"
9203 msgstr ""
9204
9205 #: config/tc-ia64.c:7867
9206 msgid "Indirect register index must be a general register"
9207 msgstr ""
9208
9209 #: config/tc-ia64.c:7876
9210 msgid "Index can only be applied to rotating or indirect registers"
9211 msgstr ""
9212
9213 #: config/tc-ia64.c:7912 config/tc-xstormy16.c:145
9214 msgid "Expected '('"
9215 msgstr ""
9216
9217 #: config/tc-ia64.c:7920 config/tc-pdp11.c:442 config/tc-pdp11.c:506
9218 #: config/tc-pdp11.c:540 config/tc-tilegx.c:1048 config/tc-tilepro.c:939
9219 #: config/tc-xstormy16.c:154
9220 msgid "Missing ')'"
9221 msgstr ""
9222
9223 #: config/tc-ia64.c:7938 config/tc-xstormy16.c:161
9224 msgid "Not a symbolic expression"
9225 msgstr ""
9226
9227 #: config/tc-ia64.c:7943 config/tc-ia64.c:7957
9228 msgid "Illegal combination of relocation functions"
9229 msgstr ""
9230
9231 #: config/tc-ia64.c:8046
9232 msgid "No current frame"
9233 msgstr ""
9234
9235 #: config/tc-ia64.c:8048
9236 #, c-format
9237 msgid "Register number out of range 0..%u"
9238 msgstr ""
9239
9240 #: config/tc-ia64.c:8087
9241 msgid "Standalone `#' is illegal"
9242 msgstr ""
9243
9244 #: config/tc-ia64.c:8090
9245 msgid "Redundant `#' suffix operators"
9246 msgstr ""
9247
9248 #: config/tc-ia64.c:8248
9249 #, c-format
9250 msgid "Unhandled dependency %s for %s (%s), note %d"
9251 msgstr ""
9252
9253 #: config/tc-ia64.c:9561
9254 #, c-format
9255 msgid "Unrecognized dependency specifier %d\n"
9256 msgstr ""
9257
9258 #: config/tc-ia64.c:10431
9259 msgid "Only the first path encountering the conflict is reported"
9260 msgstr ""
9261
9262 #: config/tc-ia64.c:10433
9263 msgid "This is the location of the conflicting usage"
9264 msgstr ""
9265
9266 #: config/tc-ia64.c:10695
9267 #, c-format
9268 msgid "Unknown opcode `%s'"
9269 msgstr ""
9270
9271 #: config/tc-ia64.c:10773
9272 #, c-format
9273 msgid "AR %d can only be accessed by %c-unit"
9274 msgstr ""
9275
9276 #: config/tc-ia64.c:10785
9277 msgid "hint.b may be treated as nop"
9278 msgstr ""
9279
9280 #: config/tc-ia64.c:10788
9281 msgid "hint.b shouldn't be used"
9282 msgstr ""
9283
9284 #: config/tc-ia64.c:10827
9285 #, c-format
9286 msgid "`%s' cannot be predicated"
9287 msgstr ""
9288
9289 #: config/tc-ia64.c:10899
9290 msgid "Closing bracket missing"
9291 msgstr ""
9292
9293 #: config/tc-ia64.c:10908
9294 msgid "Index must be a general register"
9295 msgstr ""
9296
9297 #: config/tc-ia64.c:11073
9298 #, c-format
9299 msgid "Unsupported fixup size %d"
9300 msgstr ""
9301
9302 #. This should be an error, but since previously there wasn't any
9303 #. diagnostic here, don't make it fail because of this for now.
9304 #: config/tc-ia64.c:11345
9305 #, c-format
9306 msgid "Cannot express %s%d%s relocation"
9307 msgstr ""
9308
9309 #: config/tc-ia64.c:11364
9310 msgid "No addend allowed in @fptr() relocation"
9311 msgstr ""
9312
9313 #: config/tc-ia64.c:11403
9314 msgid "integer operand out of range"
9315 msgstr ""
9316
9317 #: config/tc-ia64.c:11470
9318 #, c-format
9319 msgid "%s must have a constant value"
9320 msgstr ""
9321
9322 #: config/tc-ia64.c:11490
9323 msgid "cannot resolve @slotcount parameter"
9324 msgstr ""
9325
9326 #: config/tc-ia64.c:11523
9327 msgid "invalid @slotcount value"
9328 msgstr ""
9329
9330 #: config/tc-ia64.c:11560 config/tc-z8k.c:1378
9331 #, c-format
9332 msgid "Cannot represent %s relocation in object file"
9333 msgstr ""
9334
9335 #: config/tc-ia64.c:11671
9336 msgid "Can't add stop bit to mark end of instruction group"
9337 msgstr ""
9338
9339 #: config/tc-ia64.c:11780 read.c:2600 read.c:3239 read.c:3643 stabs.c:469
9340 #, c-format
9341 msgid "expected comma after \"%s\""
9342 msgstr ""
9343
9344 #: config/tc-ia64.c:11822
9345 #, c-format
9346 msgid "`%s' is already the alias of %s `%s'"
9347 msgstr ""
9348
9349 #: config/tc-ia64.c:11832
9350 #, c-format
9351 msgid "%s `%s' already has an alias `%s'"
9352 msgstr ""
9353
9354 #: config/tc-ia64.c:11843
9355 #, c-format
9356 msgid "inserting \"%s\" into %s alias hash table failed: %s"
9357 msgstr ""
9358
9359 #: config/tc-ia64.c:11851
9360 #, c-format
9361 msgid "inserting \"%s\" into %s name hash table failed: %s"
9362 msgstr ""
9363
9364 #: config/tc-ia64.c:11877
9365 #, c-format
9366 msgid "symbol `%s' aliased to `%s' is not used"
9367 msgstr ""
9368
9369 #: config/tc-ia64.c:11900
9370 #, c-format
9371 msgid "section `%s' aliased to `%s' is not used"
9372 msgstr ""
9373
9374 #: config/tc-ip2k.c:139
9375 #, c-format
9376 msgid "IP2K specific command line options:\n"
9377 msgstr ""
9378
9379 #: config/tc-ip2k.c:140
9380 #, c-format
9381 msgid "  -mip2022               restrict to IP2022 insns \n"
9382 msgstr ""
9383
9384 #: config/tc-ip2k.c:141
9385 #, c-format
9386 msgid "  -mip2022ext            permit extended IP2022 insn\n"
9387 msgstr ""
9388
9389 #: config/tc-ip2k.c:230
9390 msgid "relaxation not supported\n"
9391 msgstr ""
9392
9393 #: config/tc-iq2000.c:362
9394 #, c-format
9395 msgid "the yielding instruction %s may not be in a delay slot."
9396 msgstr ""
9397
9398 #: config/tc-iq2000.c:370
9399 #, c-format
9400 msgid "Register number (R%ld) for double word access must be even."
9401 msgstr ""
9402
9403 #: config/tc-iq2000.c:379 config/tc-iq2000.c:384 config/tc-iq2000.c:389
9404 #: config/tc-iq2000.c:406 config/tc-mt.c:244 config/tc-mt.c:249
9405 #, c-format
9406 msgid "operand references R%ld of previous load."
9407 msgstr ""
9408
9409 #: config/tc-iq2000.c:394
9410 msgid "instruction implicitly accesses R31 of previous load."
9411 msgstr ""
9412
9413 #: config/tc-iq2000.c:649 config/tc-mep.c:2008
9414 msgid "Unmatched high relocation"
9415 msgstr ""
9416
9417 #: config/tc-iq2000.c:826 config/tc-mips.c:19493 config/tc-score.c:5811
9418 msgid ".end not in text section"
9419 msgstr ""
9420
9421 #: config/tc-iq2000.c:830 config/tc-score.c:5814
9422 msgid ".end directive without a preceding .ent directive."
9423 msgstr ""
9424
9425 #: config/tc-iq2000.c:839 config/tc-score.c:5822
9426 msgid ".end symbol does not match .ent symbol."
9427 msgstr ""
9428
9429 #: config/tc-iq2000.c:842 config/tc-mips.c:19513 config/tc-score.c:5827
9430 msgid ".end directive missing or unknown symbol"
9431 msgstr ""
9432
9433 #: config/tc-iq2000.c:860
9434 msgid "Expected simple number."
9435 msgstr ""
9436
9437 #: config/tc-iq2000.c:889 config/tc-mips.c:19418 config/tc-score.c:5663
9438 #, c-format
9439 msgid " *input_line_pointer == '%c' 0x%02x\n"
9440 msgstr ""
9441
9442 #: config/tc-iq2000.c:891
9443 msgid "Invalid number"
9444 msgstr ""
9445
9446 #: config/tc-iq2000.c:925 config/tc-score.c:5701
9447 msgid ".ent or .aent not in text section."
9448 msgstr ""
9449
9450 #: config/tc-iq2000.c:928
9451 msgid "missing `.end'"
9452 msgstr ""
9453
9454 #: config/tc-m32c.c:142
9455 #, c-format
9456 msgid " M32C specific command line options:\n"
9457 msgstr ""
9458
9459 #. Pretend that we do not recognise this option.
9460 #: config/tc-m32r.c:330
9461 msgid "Unrecognised option: -hidden"
9462 msgstr ""
9463
9464 #: config/tc-m32r.c:357 config/tc-sparc.c:602
9465 msgid "Unrecognized option following -K"
9466 msgstr ""
9467
9468 #: config/tc-m32r.c:372
9469 #, c-format
9470 msgid " M32R specific command line options:\n"
9471 msgstr ""
9472
9473 #: config/tc-m32r.c:374
9474 #, c-format
9475 msgid ""
9476 "  -m32r                   disable support for the m32rx instruction set\n"
9477 msgstr ""
9478
9479 #: config/tc-m32r.c:376
9480 #, c-format
9481 msgid "  -m32rx                  support the extended m32rx instruction set\n"
9482 msgstr ""
9483
9484 #: config/tc-m32r.c:378
9485 #, c-format
9486 msgid "  -m32r2                  support the extended m32r2 instruction set\n"
9487 msgstr ""
9488
9489 #: config/tc-m32r.c:380
9490 #, c-format
9491 msgid "  -EL,-little             produce little endian code and data\n"
9492 msgstr ""
9493
9494 #: config/tc-m32r.c:382
9495 #, c-format
9496 msgid "  -EB,-big                produce big endian code and data\n"
9497 msgstr ""
9498
9499 #: config/tc-m32r.c:384
9500 #, c-format
9501 msgid "  -parallel               try to combine instructions in parallel\n"
9502 msgstr ""
9503
9504 #: config/tc-m32r.c:386
9505 #, c-format
9506 msgid "  -no-parallel            disable -parallel\n"
9507 msgstr ""
9508
9509 #: config/tc-m32r.c:388
9510 #, c-format
9511 msgid ""
9512 "  -no-bitinst             disallow the M32R2's extended bit-field "
9513 "instructions\n"
9514 msgstr ""
9515
9516 #: config/tc-m32r.c:390
9517 #, c-format
9518 msgid "  -O                      try to optimize code.  Implies -parallel\n"
9519 msgstr ""
9520
9521 #: config/tc-m32r.c:393
9522 #, c-format
9523 msgid ""
9524 "  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
9525 msgstr ""
9526
9527 #: config/tc-m32r.c:395
9528 #, c-format
9529 msgid "                                         might violate constraints\n"
9530 msgstr ""
9531
9532 #: config/tc-m32r.c:397
9533 #, c-format
9534 msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
9535 msgstr ""
9536
9537 #: config/tc-m32r.c:399
9538 #, c-format
9539 msgid ""
9540 "                                         instructions might violate "
9541 "constraints\n"
9542 msgstr ""
9543
9544 #: config/tc-m32r.c:401
9545 #, c-format
9546 msgid ""
9547 "  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
9548 msgstr ""
9549
9550 #: config/tc-m32r.c:403
9551 #, c-format
9552 msgid ""
9553 "  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
9554 msgstr ""
9555
9556 #: config/tc-m32r.c:405
9557 #, c-format
9558 msgid ""
9559 "  -ignore-parallel-conflicts            do not check parallel instructions\n"
9560 msgstr ""
9561
9562 #: config/tc-m32r.c:407
9563 #, c-format
9564 msgid "                                         for constraint violations\n"
9565 msgstr ""
9566
9567 #: config/tc-m32r.c:409
9568 #, c-format
9569 msgid ""
9570 "  -no-ignore-parallel-conflicts         check parallel instructions for\n"
9571 msgstr ""
9572
9573 #: config/tc-m32r.c:411
9574 #, c-format
9575 msgid "                                         constraint violations\n"
9576 msgstr ""
9577
9578 #: config/tc-m32r.c:413
9579 #, c-format
9580 msgid "  -Ip                     synonym for -ignore-parallel-conflicts\n"
9581 msgstr ""
9582
9583 #: config/tc-m32r.c:415
9584 #, c-format
9585 msgid "  -nIp                    synonym for -no-ignore-parallel-conflicts\n"
9586 msgstr ""
9587
9588 #: config/tc-m32r.c:418
9589 #, c-format
9590 msgid ""
9591 "  -warn-unmatched-high    warn when an (s)high reloc has no matching low "
9592 "reloc\n"
9593 msgstr ""
9594
9595 #: config/tc-m32r.c:420
9596 #, c-format
9597 msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
9598 msgstr ""
9599
9600 #: config/tc-m32r.c:422
9601 #, c-format
9602 msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
9603 msgstr ""
9604
9605 #: config/tc-m32r.c:424
9606 #, c-format
9607 msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
9608 msgstr ""
9609
9610 #: config/tc-m32r.c:427
9611 #, c-format
9612 msgid "  -KPIC                   generate PIC\n"
9613 msgstr ""
9614
9615 #: config/tc-m32r.c:846
9616 msgid "instructions write to the same destination register."
9617 msgstr ""
9618
9619 #: config/tc-m32r.c:854
9620 msgid "Instructions do not use parallel execution pipelines."
9621 msgstr ""
9622
9623 #: config/tc-m32r.c:862
9624 msgid "Instructions share the same execution pipeline"
9625 msgstr ""
9626
9627 #: config/tc-m32r.c:927 config/tc-m32r.c:1041
9628 #, c-format
9629 msgid "not a 16 bit instruction '%s'"
9630 msgstr ""
9631
9632 #: config/tc-m32r.c:939 config/tc-m32r.c:1053 config/tc-m32r.c:1237
9633 #, c-format
9634 msgid "instruction '%s' is for the M32R2 only"
9635 msgstr ""
9636
9637 #: config/tc-m32r.c:952 config/tc-m32r.c:1066 config/tc-m32r.c:1250
9638 #, c-format
9639 msgid "unknown instruction '%s'"
9640 msgstr ""
9641
9642 #: config/tc-m32r.c:961 config/tc-m32r.c:1073 config/tc-m32r.c:1257
9643 #, c-format
9644 msgid "instruction '%s' is for the M32RX only"
9645 msgstr ""
9646
9647 #: config/tc-m32r.c:970 config/tc-m32r.c:1082
9648 #, c-format
9649 msgid "instruction '%s' cannot be executed in parallel."
9650 msgstr ""
9651
9652 #: config/tc-m32r.c:1025 config/tc-m32r.c:1107 config/tc-m32r.c:1314
9653 msgid "internal error: lookup/get operands failed"
9654 msgstr ""
9655
9656 #: config/tc-m32r.c:1092
9657 #, c-format
9658 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
9659 msgstr ""
9660
9661 #: config/tc-m32r.c:1121
9662 #, c-format
9663 msgid ""
9664 "%s: output of 1st instruction is the same as an input to 2nd instruction - "
9665 "is this intentional ?"
9666 msgstr ""
9667
9668 #: config/tc-m32r.c:1125
9669 #, c-format
9670 msgid ""
9671 "%s: output of 2nd instruction is the same as an input to 1st instruction - "
9672 "is this intentional ?"
9673 msgstr ""
9674
9675 #: config/tc-m32r.c:1488 config/tc-microblaze.c:196
9676 msgid "Expected comma after symbol-name: rest of line ignored."
9677 msgstr ""
9678
9679 #: config/tc-m32r.c:1498
9680 #, c-format
9681 msgid ".SCOMMon length (%ld.) <0! Ignored."
9682 msgstr ""
9683
9684 #: config/tc-m32r.c:1512 config/tc-microblaze.c:218 config/tc-ppc.c:2301
9685 #: config/tc-ppc.c:4077 config/tc-ppc.c:4119 config/tc-ppc.c:5679
9686 msgid "ignoring bad alignment"
9687 msgstr ""
9688
9689 #: config/tc-m32r.c:1524 config/tc-microblaze.c:253 config/tc-v850.c:383
9690 msgid "Common alignment not a power of 2"
9691 msgstr ""
9692
9693 #: config/tc-m32r.c:1539 config/tc-microblaze.c:229
9694 #, c-format
9695 msgid "Ignoring attempt to re-define symbol `%s'."
9696 msgstr ""
9697
9698 #: config/tc-m32r.c:1548
9699 #, c-format
9700 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
9701 msgstr ""
9702
9703 #: config/tc-m32r.c:1925 config/tc-m32r.c:1978 config/tc-nds32.c:4797
9704 #: config/tc-nds32.c:4841 config/tc-sh.c:391 config/tc-sh.c:2062
9705 msgid "Invalid PIC expression."
9706 msgstr ""
9707
9708 #: config/tc-m32r.c:2069
9709 msgid "Unmatched high/shigh reloc"
9710 msgstr ""
9711
9712 #: config/tc-m68hc11.c:416
9713 #, c-format
9714 msgid ""
9715 "Motorola 68HC11/68HC12/68HCS12 options:\n"
9716 "  -m68hc11 | -m68hc12 |\n"
9717 "  -m68hcs12 | -mm9s12x |\n"
9718 "  -mm9s12xg               specify the processor [default %s]\n"
9719 "  -mshort                 use 16-bit int ABI (default)\n"
9720 "  -mlong                  use 32-bit int ABI\n"
9721 "  -mshort-double          use 32-bit double ABI\n"
9722 "  -mlong-double           use 64-bit double ABI (default)\n"
9723 "  --force-long-branches   always turn relative branches into absolute ones\n"
9724 "  -S,--short-branches     do not turn relative branches into absolute ones\n"
9725 "                          when the offset is out of range\n"
9726 "  --strict-direct-mode    do not turn the direct mode into extended mode\n"
9727 "                          when the instruction does not support direct mode\n"
9728 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
9729 "  --print-opcodes         print the list of instructions with syntax\n"
9730 "  --xgate-ramoffset       offset ram addresses by 0xc000\n"
9731 "  --generate-example      generate an example of each instruction\n"
9732 "                          (used for testing)\n"
9733 msgstr ""
9734
9735 #: config/tc-m68hc11.c:464 config/tc-xgate.c:284
9736 #, c-format
9737 msgid "Default target `%s' is not supported."
9738 msgstr ""
9739
9740 #. Dump the opcode statistics table.
9741 #: config/tc-m68hc11.c:482
9742 #, c-format
9743 msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
9744 msgstr ""
9745
9746 #: config/tc-m68hc11.c:561
9747 #, c-format
9748 msgid "Option `%s' is not recognized."
9749 msgstr ""
9750
9751 #: config/tc-m68hc11.c:748
9752 msgid "imm3"
9753 msgstr ""
9754
9755 #: config/tc-m68hc11.c:756
9756 msgid "RD"
9757 msgstr ""
9758
9759 #: config/tc-m68hc11.c:764
9760 msgid "RD,RS"
9761 msgstr ""
9762
9763 #: config/tc-m68hc11.c:772
9764 msgid "RI, #imm4"
9765 msgstr ""
9766
9767 #: config/tc-m68hc11.c:804
9768 msgid "RD, (RI,#offs5)"
9769 msgstr ""
9770
9771 #: config/tc-m68hc11.c:856
9772 msgid "#<imm8>"
9773 msgstr ""
9774
9775 #: config/tc-m68hc11.c:865
9776 msgid "#<imm16>"
9777 msgstr ""
9778
9779 #: config/tc-m68hc11.c:874 config/tc-m68hc11.c:883
9780 msgid "<imm8>,X"
9781 msgstr ""
9782
9783 #: config/tc-m68hc11.c:910
9784 msgid "*<abs8>"
9785 msgstr ""
9786
9787 #: config/tc-m68hc11.c:922
9788 msgid "#<mask>"
9789 msgstr ""
9790
9791 #: config/tc-m68hc11.c:932
9792 #, c-format
9793 msgid "symbol%d"
9794 msgstr ""
9795
9796 #: config/tc-m68hc11.c:934
9797 msgid "<abs>"
9798 msgstr ""
9799
9800 #: config/tc-m68hc11.c:953
9801 msgid "<label>"
9802 msgstr ""
9803
9804 #: config/tc-m68hc11.c:969
9805 #, c-format
9806 msgid ""
9807 "# Example of `%s' instructions\n"
9808 "\t.sect .text\n"
9809 "_start:\n"
9810 msgstr ""
9811
9812 #: config/tc-m68hc11.c:1016
9813 #, c-format
9814 msgid "Instruction `%s' is not recognized."
9815 msgstr ""
9816
9817 #: config/tc-m68hc11.c:1021
9818 #, c-format
9819 msgid "Instruction formats for `%s':"
9820 msgstr ""
9821
9822 #: config/tc-m68hc11.c:1173
9823 #, c-format
9824 msgid "Immediate operand is not allowed for operand %d."
9825 msgstr ""
9826
9827 #: config/tc-m68hc11.c:1217
9828 msgid "Indirect indexed addressing is not valid for 68HC11."
9829 msgstr ""
9830
9831 #: config/tc-m68hc11.c:1237
9832 msgid "Spurious `,' or bad indirect register addressing mode."
9833 msgstr ""
9834
9835 #: config/tc-m68hc11.c:1259
9836 msgid "Missing second register or offset for indexed-indirect mode."
9837 msgstr ""
9838
9839 #: config/tc-m68hc11.c:1269
9840 msgid "Missing second register for indexed-indirect mode."
9841 msgstr ""
9842
9843 #: config/tc-m68hc11.c:1285
9844 msgid "Missing `]' to close indexed-indirect mode."
9845 msgstr ""
9846
9847 #: config/tc-m68hc11.c:1330 config/tc-m68hc11.c:2961 config/tc-m68hc11.c:3073
9848 #: config/tc-m68hc11.c:3147 config/tc-m68hc11.c:3331 config/tc-m68hc11.c:3402
9849 msgid "Illegal operand."
9850 msgstr ""
9851
9852 #. Looks like OP_R_R.
9853 #: config/tc-m68hc11.c:1335 config/tc-m68hc11.c:2966 config/tc-m68hc11.c:3078
9854 #: config/tc-m68hc11.c:3152 config/tc-m68hc11.c:3258 config/tc-m68hc11.c:3310
9855 #: config/tc-m68hc11.c:3318 config/tc-m68hc11.c:3336
9856 msgid "Missing operand."
9857 msgstr ""
9858
9859 #: config/tc-m68hc11.c:1388
9860 msgid "Pre-increment mode is not valid for 68HC11"
9861 msgstr ""
9862
9863 #: config/tc-m68hc11.c:1401
9864 msgid "Wrong register in register indirect mode."
9865 msgstr ""
9866
9867 #: config/tc-m68hc11.c:1409
9868 msgid "Missing `]' to close register indirect operand."
9869 msgstr ""
9870
9871 #: config/tc-m68hc11.c:1429
9872 msgid "Post-decrement mode is not valid for 68HC11."
9873 msgstr ""
9874
9875 #: config/tc-m68hc11.c:1437
9876 msgid "Post-increment mode is not valid for 68HC11."
9877 msgstr ""
9878
9879 #: config/tc-m68hc11.c:1455
9880 msgid "Invalid indexed indirect mode."
9881 msgstr ""
9882
9883 #: config/tc-m68hc11.c:1579
9884 #, c-format
9885 msgid "Trap id `%ld' is out of range."
9886 msgstr ""
9887
9888 #: config/tc-m68hc11.c:1583
9889 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
9890 msgstr ""
9891
9892 #: config/tc-m68hc11.c:1590 config/tc-m68hc11.c:1741
9893 #, c-format
9894 msgid "Operand out of 8-bit range: `%ld'."
9895 msgstr ""
9896
9897 #: config/tc-m68hc11.c:1597
9898 msgid "The trap id must be a constant."
9899 msgstr ""
9900
9901 #: config/tc-m68hc11.c:1629 config/tc-m68hc11.c:1784 config/tc-xgate.c:1345
9902 #, c-format
9903 msgid "Operand `%x' not recognized in fixup8."
9904 msgstr ""
9905
9906 #: config/tc-m68hc11.c:1646 config/tc-m68hc11.c:1694
9907 #, c-format
9908 msgid "Operand out of 16-bit range: `%ld'."
9909 msgstr ""
9910
9911 #: config/tc-m68hc11.c:1677 config/tc-m68hc11.c:1708
9912 #, c-format
9913 msgid "Operand `%x' not recognized in fixup16."
9914 msgstr ""
9915
9916 #: config/tc-m68hc11.c:1801
9917 #, c-format
9918 msgid "Unexpected branch conversion with `%x'"
9919 msgstr ""
9920
9921 #: config/tc-m68hc11.c:1887 config/tc-m68hc11.c:2019
9922 #, c-format
9923 msgid "Operand out of range for a relative branch: `%ld'"
9924 msgstr ""
9925
9926 #: config/tc-m68hc11.c:1987
9927 msgid "Invalid register for dbcc/tbcc instruction."
9928 msgstr ""
9929
9930 #: config/tc-m68hc11.c:2075
9931 #, c-format
9932 msgid "Increment/decrement value is out of range: `%ld'."
9933 msgstr ""
9934
9935 #: config/tc-m68hc11.c:2087
9936 msgid "Expecting a register."
9937 msgstr ""
9938
9939 #: config/tc-m68hc11.c:2102
9940 msgid "Invalid register for post/pre increment."
9941 msgstr ""
9942
9943 #: config/tc-m68hc11.c:2132
9944 msgid "Invalid register."
9945 msgstr ""
9946
9947 #: config/tc-m68hc11.c:2139
9948 #, c-format
9949 msgid "Offset out of 16-bit range: %ld."
9950 msgstr ""
9951
9952 #: config/tc-m68hc11.c:2145
9953 #, c-format
9954 msgid "Offset out of 5-bit range for movw/movb insn: %ld."
9955 msgstr ""
9956
9957 #: config/tc-m68hc11.c:2270
9958 msgid "Expecting register D for indexed indirect mode."
9959 msgstr ""
9960
9961 #: config/tc-m68hc11.c:2272
9962 msgid "Indexed indirect mode is not allowed for movb/movw."
9963 msgstr ""
9964
9965 #: config/tc-m68hc11.c:2289
9966 msgid "Invalid accumulator register."
9967 msgstr ""
9968
9969 #: config/tc-m68hc11.c:2315
9970 msgid "Invalid indexed register."
9971 msgstr ""
9972
9973 #: config/tc-m68hc11.c:2325
9974 msgid "Addressing mode not implemented yet."
9975 msgstr ""
9976
9977 #: config/tc-m68hc11.c:2339
9978 msgid "Invalid source register for this instruction, use 'tfr'."
9979 msgstr ""
9980
9981 #: config/tc-m68hc11.c:2341
9982 msgid "Invalid source register."
9983 msgstr ""
9984
9985 #: config/tc-m68hc11.c:2346
9986 msgid "Invalid destination register for this instruction, use 'tfr'."
9987 msgstr ""
9988
9989 #: config/tc-m68hc11.c:2348
9990 msgid "Invalid destination register."
9991 msgstr ""
9992
9993 #: config/tc-m68hc11.c:2523
9994 msgid "Invalid indexed register, expecting register X."
9995 msgstr ""
9996
9997 #: config/tc-m68hc11.c:2525
9998 msgid "Invalid indexed register, expecting register Y."
9999 msgstr ""
10000
10001 #: config/tc-m68hc11.c:2844 config/tc-s12z.c:3676
10002 msgid "No instruction or missing opcode."
10003 msgstr ""
10004
10005 #: config/tc-m68hc11.c:2854 config/tc-m68hc11.c:3532
10006 #, c-format
10007 msgid "Opcode `%s' is not recognized."
10008 msgstr ""
10009
10010 #: config/tc-m68hc11.c:2903 config/tc-m68hc11.c:3452 config/tc-m68hc11.c:3554
10011 #, c-format
10012 msgid "Garbage at end of instruction: `%s'."
10013 msgstr ""
10014
10015 #: config/tc-m68hc11.c:3440
10016 #, c-format
10017 msgid "Failed to find a valid mode for `%s'."
10018 msgstr ""
10019
10020 #: config/tc-m68hc11.c:3464 config/tc-m68hc11.c:3682 config/tc-m68hc11.c:3688
10021 #, c-format
10022 msgid "Invalid operand for `%s'"
10023 msgstr ""
10024
10025 #: config/tc-m68hc11.c:3740
10026 #, c-format
10027 msgid "Invalid mode: %s\n"
10028 msgstr ""
10029
10030 #: config/tc-m68hc11.c:3799
10031 msgid "bad .relax format"
10032 msgstr ""
10033
10034 #: config/tc-m68hc11.c:3843 config/tc-s12z.c:3767 config/tc-xgate.c:630
10035 #, c-format
10036 msgid "Relocation %d is not supported by object file format."
10037 msgstr ""
10038
10039 #: config/tc-m68hc11.c:4120
10040 msgid "bra or bsr with undefined symbol."
10041 msgstr ""
10042
10043 #: config/tc-m68hc11.c:4221 config/tc-m68hc11.c:4278
10044 #, c-format
10045 msgid "Subtype %d is not recognized."
10046 msgstr ""
10047
10048 #: config/tc-m68hc11.c:4336 config/tc-s12z.c:3808 config/tc-xgate.c:663
10049 msgid "Expression too complex."
10050 msgstr ""
10051
10052 #: config/tc-m68hc11.c:4367 config/tc-s12z.c:3834 config/tc-xgate.c:708
10053 #: config/tc-xgate.c:717
10054 msgid "Value out of 16-bit range."
10055 msgstr ""
10056
10057 #: config/tc-m68hc11.c:4389
10058 #, c-format
10059 msgid "Value %ld too large for 8-bit PC-relative branch."
10060 msgstr ""
10061
10062 #: config/tc-m68hc11.c:4399 config/tc-xgate.c:674
10063 #, c-format
10064 msgid "Value %ld too large for 9-bit PC-relative branch."
10065 msgstr ""
10066
10067 #: config/tc-m68hc11.c:4408 config/tc-xgate.c:691
10068 #, c-format
10069 msgid "Value %ld too large for 10-bit PC-relative branch."
10070 msgstr ""
10071
10072 #: config/tc-m68hc11.c:4416
10073 #, c-format
10074 msgid "Auto increment/decrement offset '%ld' is out of range."
10075 msgstr ""
10076
10077 #: config/tc-m68hc11.c:4429
10078 #, c-format
10079 msgid "Offset out of 5-bit range for movw/movb insn: %ld"
10080 msgstr ""
10081
10082 #: config/tc-m68hc11.c:4440
10083 #, c-format
10084 msgid "Offset out of 9-bit range for movw/movb insn: %ld"
10085 msgstr ""
10086
10087 #: config/tc-m68hc11.c:4452
10088 #, c-format
10089 msgid "Offset out of 16-bit range for movw/movb insn: %ld"
10090 msgstr ""
10091
10092 #: config/tc-m68hc11.c:4469 config/tc-s12z.c:3840 config/tc-xgate.c:752
10093 #, c-format
10094 msgid "Line %d: unknown relocation type: 0x%x."
10095 msgstr ""
10096
10097 #: config/tc-m68hc11.c:4494
10098 msgid "Invalid directive"
10099 msgstr ""
10100
10101 #: config/tc-m68k.c:1139
10102 #, c-format
10103 msgid "Can not do %d byte pc-relative relocation"
10104 msgstr ""
10105
10106 #: config/tc-m68k.c:1141
10107 #, c-format
10108 msgid "Can not do %d byte pc-relative pic relocation"
10109 msgstr ""
10110
10111 #: config/tc-m68k.c:1146
10112 #, c-format
10113 msgid "Can not do %d byte relocation"
10114 msgstr ""
10115
10116 #: config/tc-m68k.c:1148
10117 #, c-format
10118 msgid "Can not do %d byte pic relocation"
10119 msgstr ""
10120
10121 #: config/tc-m68k.c:1218
10122 #, c-format
10123 msgid "Unable to produce reloc against symbol '%s'"
10124 msgstr ""
10125
10126 #: config/tc-m68k.c:1277 config/tc-vax.c:2369
10127 #, c-format
10128 msgid "Cannot make %s relocation PC relative"
10129 msgstr ""
10130
10131 #: config/tc-m68k.c:1359 config/tc-vax.c:1879
10132 msgid "No operator"
10133 msgstr ""
10134
10135 #: config/tc-m68k.c:1389 config/tc-vax.c:1895
10136 msgid "Unknown operator"
10137 msgstr ""
10138
10139 #: config/tc-m68k.c:2292
10140 msgid "invalid instruction for this architecture; needs "
10141 msgstr ""
10142
10143 #: config/tc-m68k.c:2300
10144 msgid "hardware divide"
10145 msgstr ""
10146
10147 #: config/tc-m68k.c:2322 config/tc-m68k.c:2326 config/tc-m68k.c:2330
10148 msgid "or higher"
10149 msgstr ""
10150
10151 #: config/tc-m68k.c:2383
10152 msgid "operands mismatch"
10153 msgstr ""
10154
10155 #: config/tc-m68k.c:2447 config/tc-m68k.c:2453 config/tc-m68k.c:2459
10156 #: config/tc-mmix.c:2495 config/tc-mmix.c:2519
10157 msgid "operand out of range"
10158 msgstr ""
10159
10160 #: config/tc-m68k.c:2516
10161 #, c-format
10162 msgid "Bignum too big for %c format; truncated"
10163 msgstr ""
10164
10165 #: config/tc-m68k.c:2593
10166 msgid "displacement too large for this architecture; needs 68020 or higher"
10167 msgstr ""
10168
10169 #: config/tc-m68k.c:2701
10170 msgid ""
10171 "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
10172 msgstr ""
10173
10174 #: config/tc-m68k.c:2706
10175 msgid "invalid index size for coldfire"
10176 msgstr ""
10177
10178 #: config/tc-m68k.c:2759
10179 msgid "Forcing byte displacement"
10180 msgstr ""
10181
10182 #: config/tc-m68k.c:2761
10183 msgid "byte displacement out of range"
10184 msgstr ""
10185
10186 #: config/tc-m68k.c:2806 config/tc-m68k.c:2844
10187 msgid "invalid operand mode for this architecture; needs 68020 or higher"
10188 msgstr ""
10189
10190 #: config/tc-m68k.c:2830 config/tc-m68k.c:2864
10191 msgid ":b not permitted; defaulting to :w"
10192 msgstr ""
10193
10194 #: config/tc-m68k.c:2939
10195 msgid "unsupported byte value; use a different suffix"
10196 msgstr ""
10197
10198 #: config/tc-m68k.c:2954
10199 msgid "unknown/incorrect operand"
10200 msgstr ""
10201
10202 #: config/tc-m68k.c:2997 config/tc-m68k.c:3005 config/tc-m68k.c:3012
10203 #: config/tc-m68k.c:3019
10204 msgid "out of range"
10205 msgstr ""
10206
10207 #: config/tc-m68k.c:3090
10208 msgid "Can't use long branches on this architecture"
10209 msgstr ""
10210
10211 #: config/tc-m68k.c:3196
10212 msgid "Expression out of range, using 0"
10213 msgstr ""
10214
10215 #: config/tc-m68k.c:3397 config/tc-m68k.c:3413
10216 msgid "Floating point register in register list"
10217 msgstr ""
10218
10219 #: config/tc-m68k.c:3403
10220 msgid "Wrong register in floating-point reglist"
10221 msgstr ""
10222
10223 #: config/tc-m68k.c:3419
10224 msgid "incorrect register in reglist"
10225 msgstr ""
10226
10227 #: config/tc-m68k.c:3425
10228 msgid "wrong register in floating-point reglist"
10229 msgstr ""
10230
10231 #: config/tc-m68k.c:3836 config/tc-m68k.c:3868 config/tc-sparc.c:3144
10232 msgid "failed sanity check."
10233 msgstr ""
10234
10235 #. ERROR.
10236 #: config/tc-m68k.c:3898
10237 msgid "Extra )"
10238 msgstr ""
10239
10240 #. ERROR.
10241 #: config/tc-m68k.c:3909
10242 msgid "Missing )"
10243 msgstr ""
10244
10245 #: config/tc-m68k.c:3926
10246 msgid "Missing operand"
10247 msgstr ""
10248
10249 #: config/tc-m68k.c:4251
10250 #, c-format
10251 msgid "unrecognized default cpu `%s'"
10252 msgstr ""
10253
10254 #: config/tc-m68k.c:4305
10255 #, c-format
10256 msgid "%s -- statement `%s' ignored"
10257 msgstr ""
10258
10259 #: config/tc-m68k.c:4352
10260 #, c-format
10261 msgid "Don't know how to figure out width of %c in md_assemble()"
10262 msgstr ""
10263
10264 #: config/tc-m68k.c:4584 config/tc-m68k.c:4623
10265 #, c-format
10266 msgid "Internal Error: Can't find %s in hash table"
10267 msgstr ""
10268
10269 #: config/tc-m68k.c:4587 config/tc-m68k.c:4626
10270 #, c-format
10271 msgid "Internal Error: Can't hash %s: %s"
10272 msgstr ""
10273
10274 #: config/tc-m68k.c:4747
10275 #, c-format
10276 msgid "text label `%s' aligned to odd boundary"
10277 msgstr ""
10278
10279 #: config/tc-m68k.c:4909
10280 #, c-format
10281 msgid "value %ld out of range"
10282 msgstr ""
10283
10284 #: config/tc-m68k.c:4923
10285 msgid "invalid byte branch offset"
10286 msgstr ""
10287
10288 #: config/tc-m68k.c:4960
10289 msgid "short branch with zero offset: use :w"
10290 msgstr ""
10291
10292 #: config/tc-m68k.c:5004
10293 msgid "Conversion of PC relative BSR to absolute JSR"
10294 msgstr ""
10295
10296 #: config/tc-m68k.c:5015
10297 msgid "Conversion of PC relative branch to absolute jump"
10298 msgstr ""
10299
10300 #: config/tc-m68k.c:5032 config/tc-m68k.c:5089
10301 msgid "Conversion of PC relative conditional branch to absolute jump"
10302 msgstr ""
10303
10304 #: config/tc-m68k.c:5154
10305 msgid "Conversion of PC relative displacement to absolute"
10306 msgstr ""
10307
10308 #: config/tc-m68k.c:5337
10309 msgid "Tried to convert PC relative branch to absolute jump"
10310 msgstr ""
10311
10312 #: config/tc-m68k.c:5382 config/tc-m68k.c:5393 config/tc-m68k.c:5437
10313 msgid "expression out of range: defaulting to 1"
10314 msgstr ""
10315
10316 #: config/tc-m68k.c:5429
10317 msgid "expression out of range: defaulting to 0"
10318 msgstr ""
10319
10320 #: config/tc-m68k.c:5470 config/tc-m68k.c:5482
10321 #, c-format
10322 msgid "Can't deal with expression; defaulting to %ld"
10323 msgstr ""
10324
10325 #: config/tc-m68k.c:5496
10326 msgid "expression doesn't fit in BYTE"
10327 msgstr ""
10328
10329 #: config/tc-m68k.c:5500
10330 msgid "expression doesn't fit in WORD"
10331 msgstr ""
10332
10333 #: config/tc-m68k.c:5587
10334 #, c-format
10335 msgid "%s: unrecognized processor name"
10336 msgstr ""
10337
10338 #: config/tc-m68k.c:5648
10339 msgid "bad coprocessor id"
10340 msgstr ""
10341
10342 #: config/tc-m68k.c:5654
10343 msgid "unrecognized fopt option"
10344 msgstr ""
10345
10346 #: config/tc-m68k.c:5786
10347 #, c-format
10348 msgid "option `%s' may not be negated"
10349 msgstr ""
10350
10351 #: config/tc-m68k.c:5797
10352 #, c-format
10353 msgid "option `%s' not recognized"
10354 msgstr ""
10355
10356 #: config/tc-m68k.c:5826
10357 msgid "bad format of OPT NEST=depth"
10358 msgstr ""
10359
10360 #: config/tc-m68k.c:5882
10361 msgid "missing label"
10362 msgstr ""
10363
10364 #: config/tc-m68k.c:5908
10365 #, c-format
10366 msgid "bad register list: %s"
10367 msgstr ""
10368
10369 #: config/tc-m68k.c:6006
10370 msgid "restore without save"
10371 msgstr ""
10372
10373 #: config/tc-m68k.c:6160 config/tc-m68k.c:6530
10374 msgid "syntax error in structured control directive"
10375 msgstr ""
10376
10377 #: config/tc-m68k.c:6205
10378 msgid "missing condition code in structured control directive"
10379 msgstr ""
10380
10381 #: config/tc-m68k.c:6276
10382 #, c-format
10383 msgid ""
10384 "Condition <%c%c> in structured control directive can not be encoded correctly"
10385 msgstr ""
10386
10387 #: config/tc-m68k.c:6572
10388 msgid "missing then"
10389 msgstr ""
10390
10391 #: config/tc-m68k.c:6653
10392 msgid "else without matching if"
10393 msgstr ""
10394
10395 #: config/tc-m68k.c:6686
10396 msgid "endi without matching if"
10397 msgstr ""
10398
10399 #: config/tc-m68k.c:6726
10400 msgid "break outside of structured loop"
10401 msgstr ""
10402
10403 #: config/tc-m68k.c:6764
10404 msgid "next outside of structured loop"
10405 msgstr ""
10406
10407 #: config/tc-m68k.c:6815
10408 msgid "missing ="
10409 msgstr ""
10410
10411 #: config/tc-m68k.c:6853
10412 msgid "missing to or downto"
10413 msgstr ""
10414
10415 #: config/tc-m68k.c:6889 config/tc-m68k.c:6923 config/tc-m68k.c:7137
10416 msgid "missing do"
10417 msgstr ""
10418
10419 #: config/tc-m68k.c:7024
10420 msgid "endf without for"
10421 msgstr ""
10422
10423 #: config/tc-m68k.c:7078
10424 msgid "until without repeat"
10425 msgstr ""
10426
10427 #: config/tc-m68k.c:7172
10428 msgid "endw without while"
10429 msgstr ""
10430
10431 #: config/tc-m68k.c:7205 config/tc-m68k.c:7233
10432 msgid "already assembled instructions"
10433 msgstr ""
10434
10435 #: config/tc-m68k.c:7310
10436 #, c-format
10437 msgid "`%s' is deprecated, use `%s'"
10438 msgstr ""
10439
10440 #: config/tc-m68k.c:7329
10441 #, c-format
10442 msgid "cpu `%s' unrecognized"
10443 msgstr ""
10444
10445 #: config/tc-m68k.c:7348
10446 #, c-format
10447 msgid "architecture `%s' unrecognized"
10448 msgstr ""
10449
10450 #: config/tc-m68k.c:7369
10451 #, c-format
10452 msgid "extension `%s' unrecognized"
10453 msgstr ""
10454
10455 #: config/tc-m68k.c:7484
10456 #, c-format
10457 msgid "option `-A%s' is deprecated: use `-%s'"
10458 msgstr ""
10459
10460 #: config/tc-m68k.c:7517
10461 msgid "architecture features both enabled and disabled"
10462 msgstr ""
10463
10464 #: config/tc-m68k.c:7544
10465 msgid "selected processor does not have all features of selected architecture"
10466 msgstr ""
10467
10468 #: config/tc-m68k.c:7553
10469 msgid "m68k and cf features both selected"
10470 msgstr ""
10471
10472 #: config/tc-m68k.c:7565
10473 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
10474 msgstr ""
10475
10476 #: config/tc-m68k.c:7597
10477 #, c-format
10478 msgid ""
10479 "-march=<arch>\t\tset architecture\n"
10480 "-mcpu=<cpu>\t\tset cpu [default %s]\n"
10481 msgstr ""
10482
10483 #: config/tc-m68k.c:7602
10484 #, c-format
10485 msgid "-m[no-]%-16s enable/disable %s architecture extension\n"
10486 msgstr ""
10487
10488 #: config/tc-m68k.c:7608
10489 #, c-format
10490 msgid ""
10491 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
10492 "-pic, -k\t\tgenerate position independent code\n"
10493 "-S\t\t\tturn jbsr into jsr\n"
10494 "--pcrel                 never turn PC-relative branches into absolute jumps\n"
10495 "--register-prefix-optional\n"
10496 "\t\t\trecognize register names without prefix character\n"
10497 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
10498 "--base-size-default-16\tbase reg without size is 16 bits\n"
10499 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
10500 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
10501 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
10502 msgstr ""
10503
10504 #: config/tc-m68k.c:7622
10505 #, c-format
10506 msgid "Architecture variants are: "
10507 msgstr ""
10508
10509 #: config/tc-m68k.c:7631
10510 #, c-format
10511 msgid "Processor variants are: "
10512 msgstr ""
10513
10514 #: config/tc-m68k.c:7638 config/tc-xtensa.c:6392
10515 #, c-format
10516 msgid "\n"
10517 msgstr ""
10518
10519 #: config/tc-m68k.c:7669
10520 #, c-format
10521 msgid "Error %s in %s\n"
10522 msgstr ""
10523
10524 #: config/tc-m68k.c:7673
10525 #, c-format
10526 msgid "Opcode(%d.%s): "
10527 msgstr ""
10528
10529 #: config/tc-m68k.c:7818
10530 msgid "Not a defined coldfire architecture"
10531 msgstr ""
10532
10533 #: config/tc-m68k.c:7927 read.c:4548
10534 #, c-format
10535 msgid "%s relocations do not fit in %u byte"
10536 msgid_plural "%s relocations do not fit in %u bytes"
10537 msgstr[0] ""
10538 msgstr[1] ""
10539
10540 #: config/tc-m68k.c:7995
10541 #, c-format
10542 msgid "Adjusted signed .word (%#lx) overflows: `switch'-statement too large."
10543 msgstr ""
10544
10545 #: config/tc-mcore.c:520 config/tc-microblaze.c:515 config/tc-microblaze.c:543
10546 #: config/tc-microblaze.c:580 config/tc-microblaze.c:592
10547 #, c-format
10548 msgid "register expected, but saw '%.6s'"
10549 msgstr ""
10550
10551 #: config/tc-mcore.c:602
10552 #, c-format
10553 msgid "control register expected, but saw '%.6s'"
10554 msgstr ""
10555
10556 #: config/tc-mcore.c:638
10557 msgid "bad/missing psr specifier"
10558 msgstr ""
10559
10560 #: config/tc-mcore.c:783
10561 #, c-format
10562 msgid "operand must be absolute in range %u..%u, not %ld"
10563 msgstr ""
10564
10565 #: config/tc-mcore.c:818
10566 msgid "operand must be a multiple of 4"
10567 msgstr ""
10568
10569 #: config/tc-mcore.c:825
10570 msgid "operand must be a multiple of 2"
10571 msgstr ""
10572
10573 #: config/tc-mcore.c:887 config/tc-microblaze.c:948 config/tc-microblaze.c:1080
10574 #: config/tc-microblaze.c:1112 config/tc-microblaze.c:1565
10575 #: config/tc-microblaze.c:1631 config/tc-microblaze.c:1704
10576 #: config/tc-microblaze.c:2129 config/tc-microblaze.c:2177
10577 #, c-format
10578 msgid "unknown opcode \"%s\""
10579 msgstr ""
10580
10581 #: config/tc-mcore.c:930
10582 msgid "invalid register: r15 illegal"
10583 msgstr ""
10584
10585 #: config/tc-mcore.c:979 config/tc-mcore.c:1560
10586 msgid "M340 specific opcode used when assembling for M210"
10587 msgstr ""
10588
10589 #: config/tc-mcore.c:997 config/tc-mcore.c:1037 config/tc-mcore.c:1056
10590 #: config/tc-mcore.c:1075 config/tc-mcore.c:1103 config/tc-mcore.c:1132
10591 #: config/tc-mcore.c:1169 config/tc-mcore.c:1204 config/tc-mcore.c:1223
10592 #: config/tc-mcore.c:1242 config/tc-mcore.c:1276 config/tc-mcore.c:1301
10593 #: config/tc-mcore.c:1358 config/tc-mcore.c:1412 config/tc-mcore.c:1448
10594 #: config/tc-mcore.c:1507 config/tc-mcore.c:1529 config/tc-mcore.c:1552
10595 msgid "second operand missing"
10596 msgstr ""
10597
10598 #: config/tc-mcore.c:1013
10599 msgid "destination register must be r1"
10600 msgstr ""
10601
10602 #: config/tc-mcore.c:1034
10603 msgid "source register must be r1"
10604 msgstr ""
10605
10606 #: config/tc-mcore.c:1098 config/tc-mcore.c:1155
10607 msgid "immediate is not a power of two"
10608 msgstr ""
10609
10610 #: config/tc-mcore.c:1126
10611 msgid "translating bgeni to movi"
10612 msgstr ""
10613
10614 #: config/tc-mcore.c:1195
10615 msgid "translating bmaski to movi"
10616 msgstr ""
10617
10618 #: config/tc-mcore.c:1271
10619 #, c-format
10620 msgid "displacement too large (%d)"
10621 msgstr ""
10622
10623 #: config/tc-mcore.c:1285
10624 msgid "Invalid register: r0 and r15 illegal"
10625 msgstr ""
10626
10627 #: config/tc-mcore.c:1316
10628 msgid "bad starting register: r0 and r15 invalid"
10629 msgstr ""
10630
10631 #: config/tc-mcore.c:1329
10632 msgid "ending register must be r15"
10633 msgstr ""
10634
10635 #: config/tc-mcore.c:1349
10636 msgid "bad base register: must be r0"
10637 msgstr ""
10638
10639 #: config/tc-mcore.c:1367
10640 msgid "first register must be r4"
10641 msgstr ""
10642
10643 #: config/tc-mcore.c:1378
10644 msgid "last register must be r7"
10645 msgstr ""
10646
10647 #: config/tc-mcore.c:1415
10648 msgid "reg-reg expected"
10649 msgstr ""
10650
10651 #: config/tc-mcore.c:1547
10652 msgid "zero used as immediate value"
10653 msgstr ""
10654
10655 #: config/tc-mcore.c:1574
10656 msgid "duplicated psr bit specifier"
10657 msgstr ""
10658
10659 #: config/tc-mcore.c:1580
10660 msgid "`af' must appear alone"
10661 msgstr ""
10662
10663 #: config/tc-mcore.c:1587 config/tc-microblaze.c:1742
10664 #, c-format
10665 msgid "unimplemented opcode \"%s\""
10666 msgstr ""
10667
10668 #: config/tc-mcore.c:1596 config/tc-microblaze.c:1751
10669 #, c-format
10670 msgid "ignoring operands: %s "
10671 msgstr ""
10672
10673 #: config/tc-mcore.c:1669
10674 #, c-format
10675 msgid "unrecognised cpu type '%s'"
10676 msgstr ""
10677
10678 #: config/tc-mcore.c:1687
10679 #, c-format
10680 msgid ""
10681 "MCORE specific options:\n"
10682 "  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
10683 "  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
10684 "  -cpu=[210|340]          select CPU type\n"
10685 "  -EB                     assemble for a big endian system (default)\n"
10686 "  -EL                     assemble for a little endian system\n"
10687 msgstr ""
10688
10689 #: config/tc-mcore.c:1705 config/tc-microblaze.c:1862
10690 msgid "failed sanity check: short_jump"
10691 msgstr ""
10692
10693 #: config/tc-mcore.c:1715 config/tc-microblaze.c:1872
10694 msgid "failed sanity check: long_jump"
10695 msgstr ""
10696
10697 #: config/tc-mcore.c:1741
10698 #, c-format
10699 msgid "odd displacement at %x"
10700 msgstr ""
10701
10702 #: config/tc-mcore.c:1950
10703 #, c-format
10704 msgid "odd distance branch (0x%lx byte)"
10705 msgid_plural "odd distance branch (0x%lx bytes)"
10706 msgstr[0] ""
10707 msgstr[1] ""
10708
10709 #: config/tc-mcore.c:1957
10710 #, c-format
10711 msgid "pcrel for branch to %s too far (0x%lx)"
10712 msgstr ""
10713
10714 #: config/tc-mcore.c:1977
10715 #, c-format
10716 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
10717 msgstr ""
10718
10719 #: config/tc-mcore.c:1989
10720 #, c-format
10721 msgid "pcrel for loopt too far (0x%lx)"
10722 msgstr ""
10723
10724 #: config/tc-mcore.c:2185 config/tc-microblaze.c:2462 config/tc-tic30.c:1386
10725 #, c-format
10726 msgid "Can not do %d byte %srelocation"
10727 msgstr ""
10728
10729 #: config/tc-mcore.c:2187 config/tc-microblaze.c:2464 config/tc-tic30.c:1387
10730 msgid "pc-relative "
10731 msgstr ""
10732
10733 #: config/tc-mep.c:339
10734 #, c-format
10735 msgid ""
10736 "MeP specific command line options:\n"
10737 "  -EB                     assemble for a big endian system\n"
10738 "  -EL                     assemble for a little endian system (default)\n"
10739 "  -mconfig=<name>         specify a chip configuration to use\n"
10740 "  -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
10741 "  -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
10742 "  -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
10743 "                          enable/disable the given opcodes\n"
10744 "\n"
10745 "  If -mconfig is given, the other -m options modify it.  Otherwise,\n"
10746 "  if no -m options are given, all core opcodes are enabled;\n"
10747 "  if any enabling -m options are given, only those are enabled;\n"
10748 "  if only disabling -m options are given, only those are disabled.\n"
10749 msgstr ""
10750
10751 #: config/tc-mep.c:408
10752 msgid "$hi and $lo are disabled when MUL and DIV are off"
10753 msgstr ""
10754
10755 #: config/tc-mep.c:415
10756 msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off"
10757 msgstr ""
10758
10759 #: config/tc-mep.c:420
10760 msgid "$dbg and $depc are disabled when DEBUG is off"
10761 msgstr ""
10762
10763 #: config/tc-mep.c:611
10764 msgid "core and copro insn lengths must total 32 bits."
10765 msgstr ""
10766
10767 #: config/tc-mep.c:614 config/tc-mep.c:751
10768 msgid "vliw group must consist of 1 core and 1 copro insn."
10769 msgstr ""
10770
10771 #: config/tc-mep.c:748
10772 msgid "core and copro insn lengths must total 64 bits."
10773 msgstr ""
10774
10775 #: config/tc-mep.c:980
10776 #, c-format
10777 msgid "cannot pack %s with a 16-bit insn"
10778 msgstr ""
10779
10780 #: config/tc-mep.c:998
10781 #, c-format
10782 msgid "cannot pack %s and %s together with a 16-bit insn"
10783 msgstr ""
10784
10785 #: config/tc-mep.c:1004
10786 msgid "too many IVC2 insns to pack with a 16-bit core insn"
10787 msgstr ""
10788
10789 #: config/tc-mep.c:1019
10790 #, c-format
10791 msgid "cannot pack %s into slot P1"
10792 msgstr ""
10793
10794 #: config/tc-mep.c:1025
10795 msgid "too many IVC2 insns to pack with a 32-bit core insn"
10796 msgstr ""
10797
10798 #: config/tc-mep.c:1043
10799 #, c-format
10800 msgid "unable to pack %s by itself?"
10801 msgstr ""
10802
10803 #: config/tc-mep.c:1073
10804 #, c-format
10805 msgid "cannot pack %s and %s together"
10806 msgstr ""
10807
10808 #: config/tc-mep.c:1079
10809 msgid "too many IVC2 insns to pack together"
10810 msgstr ""
10811
10812 #. There are no insns in the queue and a plus is present.
10813 #. This is a syntax error.  Let's not tolerate this.
10814 #. We can relax this later if necessary.
10815 #: config/tc-mep.c:1316
10816 msgid "Invalid use of parallelization operator."
10817 msgstr ""
10818
10819 #: config/tc-mep.c:1362
10820 msgid "Leading plus sign not allowed in core mode"
10821 msgstr ""
10822
10823 #: config/tc-mep.c:1892
10824 #, c-format
10825 msgid "Don't know how to relocate plain operands of type %s"
10826 msgstr ""
10827
10828 #: config/tc-mep.c:1902
10829 #, c-format
10830 msgid "Perhaps you are missing %%tpoff()?"
10831 msgstr ""
10832
10833 #: config/tc-mep.c:2089
10834 msgid "bad .section directive: want a,v,w,x,M,S in string"
10835 msgstr ""
10836
10837 #: config/tc-mep.c:2147
10838 msgid ".vliw unavailable when VLIW is disabled."
10839 msgstr ""
10840
10841 #: config/tc-metag.c:456
10842 msgid "no floating point unit specified"
10843 msgstr ""
10844
10845 #: config/tc-metag.c:721
10846 #, c-format
10847 msgid "offset must be a multiple of %d"
10848 msgstr ""
10849
10850 #: config/tc-metag.c:737 config/tc-metag.c:4445
10851 msgid "offset and base must be from the same unit"
10852 msgstr ""
10853
10854 #: config/tc-metag.c:868 config/tc-metag.c:3169 config/tc-metag.c:3271
10855 msgid "invalid destination register"
10856 msgstr ""
10857
10858 #: config/tc-metag.c:884 config/tc-metag.c:902 config/tc-metag.c:1293
10859 #: config/tc-metag.c:1311 config/tc-metag.c:1531 config/tc-metag.c:3101
10860 #: config/tc-metag.c:3186 config/tc-metag.c:3288
10861 msgid "invalid memory operand"
10862 msgstr ""
10863
10864 #: config/tc-metag.c:939 config/tc-metag.c:3119
10865 msgid "invalid source register"
10866 msgstr ""
10867
10868 #: config/tc-metag.c:1024
10869 msgid "invalid destination unit"
10870 msgstr ""
10871
10872 #: config/tc-metag.c:1032
10873 msgid "mov cannot use RD port as destination"
10874 msgstr ""
10875
10876 #: config/tc-metag.c:1057
10877 msgid "invalid source unit"
10878 msgstr ""
10879
10880 #: config/tc-metag.c:1065
10881 msgid "source and address units must not be shared for this addressing mode"
10882 msgstr ""
10883
10884 #: config/tc-metag.c:1073 config/tc-metag.c:1677
10885 msgid "set can only use RD port as source"
10886 msgstr ""
10887
10888 #: config/tc-metag.c:1088 config/tc-metag.c:1189 config/tc-metag.c:1440
10889 #: config/tc-metag.c:1698 config/tc-metag.c:4055
10890 #, c-format
10891 msgid "base unit must be one of %s"
10892 msgstr ""
10893
10894 #. We already tried to encode as an extended GET/SET.
10895 #. Parsing as a standard GET/SET provides a smaller offset.
10896 #: config/tc-metag.c:1109 config/tc-metag.c:1215 config/tc-metag.c:3132
10897 #: config/tc-metag.c:3199 config/tc-metag.c:3301 config/tc-metag.c:4582
10898 msgid "offset value out of range"
10899 msgstr ""
10900
10901 #: config/tc-metag.c:1169
10902 msgid "destination unit must be RD"
10903 msgstr ""
10904
10905 #: config/tc-metag.c:1279
10906 msgid "invalid destination register list"
10907 msgstr ""
10908
10909 #: config/tc-metag.c:1326
10910 msgid "invalid source register list"
10911 msgstr ""
10912
10913 #: config/tc-metag.c:1351
10914 msgid "register list must be even numbered"
10915 msgstr ""
10916
10917 #: config/tc-metag.c:1357
10918 msgid "register list must be from the same unit"
10919 msgstr ""
10920
10921 #: config/tc-metag.c:1380
10922 msgid "register list must not contain duplicates"
10923 msgstr ""
10924
10925 #: config/tc-metag.c:1637
10926 msgid "MDRD value must be between 1 and 8"
10927 msgstr ""
10928
10929 #: config/tc-metag.c:1728
10930 msgid "invalid destination memory operand"
10931 msgstr ""
10932
10933 #: config/tc-metag.c:1743
10934 msgid "invalid source memory operand"
10935 msgstr ""
10936
10937 #: config/tc-metag.c:1750
10938 #, c-format
10939 msgid "address units must be one of %s"
10940 msgstr ""
10941
10942 #: config/tc-metag.c:1757
10943 msgid "base and offset must be from the same unit"
10944 msgstr ""
10945
10946 #: config/tc-metag.c:1765
10947 msgid "source and destination increment mode must agree"
10948 msgstr ""
10949
10950 #: config/tc-metag.c:2040
10951 msgid ""
10952 "PC, CT, TR and TT are treated as if they are a single unit but operands must "
10953 "be in different units"
10954 msgstr ""
10955
10956 #: config/tc-metag.c:2049
10957 msgid "source and destination register must be in different units"
10958 msgstr ""
10959
10960 #: config/tc-metag.c:2081
10961 #, c-format
10962 msgid "register unit must be one of %s"
10963 msgstr ""
10964
10965 #: config/tc-metag.c:2168
10966 #, c-format
10967 msgid "link register unit must be one of %s"
10968 msgstr ""
10969
10970 #: config/tc-metag.c:2174
10971 msgid "link register must be in a low numbered register"
10972 msgstr ""
10973
10974 #: config/tc-metag.c:2191 config/tc-metag.c:2716 config/tc-metag.c:2770
10975 msgid "target out of range"
10976 msgstr ""
10977
10978 #: config/tc-metag.c:2672
10979 msgid "invalid quickrot unit specified"
10980 msgstr ""
10981
10982 #: config/tc-metag.c:2688
10983 msgid "invalid quickrot register specified"
10984 msgstr ""
10985
10986 #: config/tc-metag.c:2742
10987 msgid "source register must be in the trigger unit"
10988 msgstr ""
10989
10990 #: config/tc-metag.c:2845
10991 msgid "Source registers must be in the same unit"
10992 msgstr ""
10993
10994 #: config/tc-metag.c:3556 config/tc-metag.c:3720 config/tc-metag.c:3988
10995 msgid "destination register should be even numbered"
10996 msgstr ""
10997
10998 #: config/tc-metag.c:3628
10999 msgid "comparison must be with register or #0"
11000 msgstr ""
11001
11002 #: config/tc-metag.c:3694 config/tc-metag.c:3759
11003 msgid "instruction cannot operate on pair values"
11004 msgstr ""
11005
11006 #: config/tc-metag.c:3705
11007 msgid "zero flag is not valid for this instruction"
11008 msgstr ""
11009
11010 #: config/tc-metag.c:3726
11011 msgid "source register should be even numbered"
11012 msgstr ""
11013
11014 #: config/tc-metag.c:3786 config/tc-metag.c:3795
11015 msgid "fraction bits value out of range"
11016 msgstr ""
11017
11018 #: config/tc-metag.c:3977
11019 msgid "simd instructions operate on pair values (L prefix)"
11020 msgstr ""
11021
11022 #: config/tc-metag.c:3995
11023 msgid "source registers should be even numbered"
11024 msgstr ""
11025
11026 #: config/tc-metag.c:4273
11027 #, c-format
11028 msgid "expected ']', not %c in %s"
11029 msgstr ""
11030
11031 #: config/tc-metag.c:4392
11032 msgid "invalid register for memory access"
11033 msgstr ""
11034
11035 #: config/tc-metag.c:4505 config/tc-metag.c:4633
11036 msgid "unexpected end of line"
11037 msgstr ""
11038
11039 #: config/tc-metag.c:4552
11040 msgid "'H' modifier only valid for accumulator registers"
11041 msgstr ""
11042
11043 #: config/tc-metag.c:4605
11044 msgid "base unit must be either A0 or A1"
11045 msgstr ""
11046
11047 #: config/tc-metag.c:4678 config/tc-metag.c:5121
11048 msgid "invalid register"
11049 msgstr ""
11050
11051 #: config/tc-metag.c:4826
11052 msgid "could not parse template definition"
11053 msgstr ""
11054
11055 #: config/tc-metag.c:5013
11056 msgid "QUICKRoT 64-bit extension not applicable to this instruction"
11057 msgstr ""
11058
11059 #: config/tc-metag.c:5069
11060 msgid "invalid operands for cross-unit op"
11061 msgstr ""
11062
11063 #: config/tc-metag.c:5111
11064 msgid "missing flags: one of 'P', 'N' or 'Z' required"
11065 msgstr ""
11066
11067 #: config/tc-metag.c:5139
11068 msgid "'P', 'N' or 'Z' flags may only be specified when accumulating"
11069 msgstr ""
11070
11071 #: config/tc-metag.c:5160
11072 msgid "accumulator not a valid destination"
11073 msgstr ""
11074
11075 #: config/tc-metag.c:5170 config/tc-metag.c:5386 config/tc-metag.c:5570
11076 msgid "invalid immediate value"
11077 msgstr ""
11078
11079 #: config/tc-metag.c:5182
11080 msgid "immediate value not allowed when source & dest differ"
11081 msgstr ""
11082
11083 #: config/tc-metag.c:5214
11084 #, c-format
11085 msgid "invalid register operand: %s"
11086 msgstr ""
11087
11088 #: config/tc-metag.c:5248
11089 msgid "QUICKRoT extension requires 4 registers"
11090 msgstr ""
11091
11092 #: config/tc-metag.c:5255
11093 msgid "invalid fourth register"
11094 msgstr ""
11095
11096 #: config/tc-metag.c:5262
11097 msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register"
11098 msgstr ""
11099
11100 #: config/tc-metag.c:5290
11101 msgid "DSP RAM pointer in incorrect unit"
11102 msgstr ""
11103
11104 #: config/tc-metag.c:5336
11105 msgid "invalid register operand #1"
11106 msgstr ""
11107
11108 #: config/tc-metag.c:5350
11109 msgid "invalid register operand #2"
11110 msgstr ""
11111
11112 #: config/tc-metag.c:5414
11113 msgid "this instruction does not accept an immediate"
11114 msgstr ""
11115
11116 #: config/tc-metag.c:5434
11117 msgid "invalid register operand #3"
11118 msgstr ""
11119
11120 #: config/tc-metag.c:5446
11121 msgid "this instruction does not accept an accumulator"
11122 msgstr ""
11123
11124 #: config/tc-metag.c:5464
11125 msgid "invalid register operand #4"
11126 msgstr ""
11127
11128 #: config/tc-metag.c:5541
11129 msgid "invalid accumulator register"
11130 msgstr ""
11131
11132 #: config/tc-metag.c:5597
11133 msgid "conditional instruction cannot use G flag"
11134 msgstr ""
11135
11136 #: config/tc-metag.c:5608
11137 msgid "conditional instruction cannot use B flag"
11138 msgstr ""
11139
11140 #: config/tc-metag.c:5619
11141 msgid "conditional instruction cannot use R flag"
11142 msgstr ""
11143
11144 #: config/tc-metag.c:5728
11145 msgid "'L' modifier not valid for this instruction"
11146 msgstr ""
11147
11148 #: config/tc-metag.c:5860
11149 #, c-format
11150 msgid "missing fpu name `%s'"
11151 msgstr ""
11152
11153 #: config/tc-metag.c:5871
11154 #, c-format
11155 msgid "unknown fpu `%s'"
11156 msgstr ""
11157
11158 #: config/tc-metag.c:5886
11159 #, c-format
11160 msgid "missing DSP name `%s'"
11161 msgstr ""
11162
11163 #: config/tc-metag.c:5897
11164 #, c-format
11165 msgid "unknown DSP `%s'"
11166 msgstr ""
11167
11168 #: config/tc-metag.c:5915
11169 msgid "<dsp name>\t  assemble for DSP architecture <dsp name>"
11170 msgstr ""
11171
11172 #: config/tc-metag.c:5953
11173 #, c-format
11174 msgid " Meta specific command line options:\n"
11175 msgstr ""
11176
11177 #: config/tc-metag.c:6042
11178 msgid "premature end of floating point prefix"
11179 msgstr ""
11180
11181 #: config/tc-metag.c:6102
11182 msgid "unknown floating point prefix character"
11183 msgstr ""
11184
11185 #: config/tc-metag.c:6251
11186 #, c-format
11187 msgid "unknown DSP prefix character %c %s"
11188 msgstr ""
11189
11190 #: config/tc-metag.c:6514
11191 #, c-format
11192 msgid "instruction mnemonic too long: %s"
11193 msgstr ""
11194
11195 #: config/tc-metag.c:6569
11196 #, c-format
11197 msgid "junk at end of line: \"%s\""
11198 msgstr ""
11199
11200 #: config/tc-metag.c:6576
11201 #, c-format
11202 msgid "failed to assemble instruction: \"%s\""
11203 msgstr ""
11204
11205 #: config/tc-metag.c:6581
11206 #, c-format
11207 msgid "unknown floating point mnemonic: \"%s\""
11208 msgstr ""
11209
11210 #: config/tc-metag.c:6583
11211 #, c-format
11212 msgid "unknown mnemonic: \"%s\""
11213 msgstr ""
11214
11215 #: config/tc-metag.c:6634
11216 #, c-format
11217 msgid "cannot assemble DSP instruction, DSP option not set: %s"
11218 msgstr ""
11219
11220 #: config/tc-metag.c:6641
11221 #, c-format
11222 msgid "cannot assemble FPU instruction, FPU option not set: %s"
11223 msgstr ""
11224
11225 #: config/tc-metag.c:6739 config/tc-nds32.c:7349
11226 msgid "Bad call to md_atof()"
11227 msgstr ""
11228
11229 #: config/tc-microblaze.c:237
11230 #, c-format
11231 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
11232 msgstr ""
11233
11234 #: config/tc-microblaze.c:520 config/tc-microblaze.c:549
11235 #: config/tc-microblaze.c:586
11236 #, c-format
11237 msgid "Invalid register number at '%.6s'"
11238 msgstr ""
11239
11240 #: config/tc-microblaze.c:751
11241 msgid "operand must be a constant or a label"
11242 msgstr ""
11243
11244 #: config/tc-microblaze.c:760
11245 #, c-format
11246 msgid "operand must be absolute in range %lx..%lx, not %lx"
11247 msgstr ""
11248
11249 #: config/tc-microblaze.c:962 config/tc-microblaze.c:969
11250 #: config/tc-microblaze.c:976 config/tc-microblaze.c:1009
11251 #: config/tc-microblaze.c:1016 config/tc-microblaze.c:1022
11252 #: config/tc-microblaze.c:1135 config/tc-microblaze.c:1142
11253 #: config/tc-microblaze.c:1148 config/tc-microblaze.c:1179
11254 #: config/tc-microblaze.c:1186 config/tc-microblaze.c:1206
11255 #: config/tc-microblaze.c:1213 config/tc-microblaze.c:1233
11256 #: config/tc-microblaze.c:1240 config/tc-microblaze.c:1258
11257 #: config/tc-microblaze.c:1265 config/tc-microblaze.c:1287
11258 #: config/tc-microblaze.c:1294 config/tc-microblaze.c:1312
11259 #: config/tc-microblaze.c:1324 config/tc-microblaze.c:1342
11260 #: config/tc-microblaze.c:1359 config/tc-microblaze.c:1366
11261 #: config/tc-microblaze.c:1412 config/tc-microblaze.c:1419
11262 #: config/tc-microblaze.c:1465 config/tc-microblaze.c:1472
11263 #: config/tc-microblaze.c:1494 config/tc-microblaze.c:1501
11264 #: config/tc-microblaze.c:1521 config/tc-microblaze.c:1527
11265 #: config/tc-microblaze.c:1587 config/tc-microblaze.c:1593
11266 #: config/tc-microblaze.c:1653 config/tc-microblaze.c:1727
11267 msgid "Error in statement syntax"
11268 msgstr ""
11269
11270 #: config/tc-microblaze.c:982 config/tc-microblaze.c:984
11271 #: config/tc-microblaze.c:986 config/tc-microblaze.c:1026
11272 #: config/tc-microblaze.c:1028 config/tc-microblaze.c:1152
11273 #: config/tc-microblaze.c:1154 config/tc-microblaze.c:1192
11274 #: config/tc-microblaze.c:1194 config/tc-microblaze.c:1219
11275 #: config/tc-microblaze.c:1221 config/tc-microblaze.c:1246
11276 #: config/tc-microblaze.c:1269 config/tc-microblaze.c:1300
11277 #: config/tc-microblaze.c:1330 config/tc-microblaze.c:1348
11278 #: config/tc-microblaze.c:1478 config/tc-microblaze.c:1480
11279 #: config/tc-microblaze.c:1507 config/tc-microblaze.c:1509
11280 #: config/tc-microblaze.c:1531 config/tc-microblaze.c:1597
11281 #: config/tc-microblaze.c:1659
11282 msgid "Cannot use special register with this instruction"
11283 msgstr ""
11284
11285 #: config/tc-microblaze.c:1036
11286 msgid "lmi pseudo instruction should not use a label in imm field"
11287 msgstr ""
11288
11289 #: config/tc-microblaze.c:1038
11290 msgid "smi pseudo instruction should not use a label in imm field"
11291 msgstr ""
11292
11293 #: config/tc-microblaze.c:1157
11294 msgid "Symbol used as immediate for shift instruction"
11295 msgstr ""
11296
11297 #: config/tc-microblaze.c:1166
11298 #, c-format
11299 msgid "Shift value > 32. using <value %% 32>"
11300 msgstr ""
11301
11302 #: config/tc-microblaze.c:1272
11303 msgid "Symbol used as immediate value for msrset/msrclr instructions"
11304 msgstr ""
11305
11306 #: config/tc-microblaze.c:1401 config/tc-microblaze.c:1454
11307 msgid "invalid value for special purpose register"
11308 msgstr ""
11309
11310 #: config/tc-microblaze.c:1667
11311 msgid "An IMM instruction should not be present in the .s file"
11312 msgstr ""
11313
11314 #: config/tc-microblaze.c:1729
11315 msgid "Symbol used as immediate for mbar instruction"
11316 msgstr ""
11317
11318 #: config/tc-microblaze.c:1735
11319 #, c-format
11320 msgid "Immediate value for mbar > 32. using <value %% 32>"
11321 msgstr ""
11322
11323 #: config/tc-microblaze.c:1812
11324 msgid "Bad call to MD_NTOF()"
11325 msgstr ""
11326
11327 #: config/tc-microblaze.c:2081
11328 #, c-format
11329 msgid "pcrel for branch to %s too far (0x%x)"
11330 msgstr ""
11331
11332 #. We know the abs value: Should never happen.
11333 #: config/tc-microblaze.c:2238
11334 msgid "Absolute PC-relative value in relaxation code.  Assembler error....."
11335 msgstr ""
11336
11337 #. Cannot have a PC-relative branch to a diff segment.
11338 #: config/tc-microblaze.c:2252
11339 #, c-format
11340 msgid "PC relative branch to label %s which is not in the instruction space"
11341 msgstr ""
11342
11343 #: config/tc-microblaze.c:2295
11344 msgid ""
11345 "Variable is accessed using small data read only anchor, but it is not in the "
11346 "small data read only section"
11347 msgstr ""
11348
11349 #: config/tc-microblaze.c:2318
11350 msgid ""
11351 "Variable is accessed using small data read write anchor, but it is not in "
11352 "the small data read write section"
11353 msgstr ""
11354
11355 #: config/tc-microblaze.c:2327
11356 msgid "Incorrect fr_opcode value in frag.  Internal error....."
11357 msgstr ""
11358
11359 #. We know the abs value: Should never happen.
11360 #: config/tc-microblaze.c:2334
11361 msgid "Absolute value in relaxation code.  Assembler error....."
11362 msgstr ""
11363
11364 #: config/tc-mips.c:2145
11365 #, c-format
11366 msgid "the %d-bit %s architecture does not support the `%s' extension"
11367 msgstr ""
11368
11369 #: config/tc-mips.c:2148
11370 #, c-format
11371 msgid "the `%s' extension requires %s%d revision %d or greater"
11372 msgstr ""
11373
11374 #: config/tc-mips.c:2157
11375 #, c-format
11376 msgid "the `%s' extension was removed in %s%d revision %d"
11377 msgstr ""
11378
11379 #: config/tc-mips.c:2166
11380 #, c-format
11381 msgid "the `%s' extension requires 64-bit FPRs"
11382 msgstr ""
11383
11384 #: config/tc-mips.c:3009 config/tc-mips.c:16354
11385 #, c-format
11386 msgid "unrecognized register name `%s'"
11387 msgstr ""
11388
11389 #: config/tc-mips.c:3236
11390 msgid "invalid register range"
11391 msgstr ""
11392
11393 #: config/tc-mips.c:3264
11394 msgid "vector element must be constant"
11395 msgstr ""
11396
11397 #: config/tc-mips.c:3274
11398 msgid "missing `]'"
11399 msgstr ""
11400
11401 #: config/tc-mips.c:3497
11402 #, c-format
11403 msgid "internal: bad mips opcode (mask error): %s %s"
11404 msgstr ""
11405
11406 #: config/tc-mips.c:3524
11407 #, c-format
11408 msgid "internal: unknown operand type: %s %s"
11409 msgstr ""
11410
11411 #: config/tc-mips.c:3557
11412 #, c-format
11413 msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s"
11414 msgstr ""
11415
11416 #: config/tc-mips.c:3565
11417 #, c-format
11418 msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s"
11419 msgstr ""
11420
11421 #: config/tc-mips.c:3572
11422 #, c-format
11423 msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s"
11424 msgstr ""
11425
11426 #: config/tc-mips.c:3607
11427 #, c-format
11428 msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s"
11429 msgstr ""
11430
11431 #: config/tc-mips.c:3615
11432 #, c-format
11433 msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s"
11434 msgstr ""
11435
11436 #: config/tc-mips.c:3641
11437 msgid "-G may not be used in position-independent code"
11438 msgstr ""
11439
11440 #: config/tc-mips.c:3647
11441 msgid "-G may not be used with abicalls"
11442 msgstr ""
11443
11444 #. Probably a memory allocation problem?  Give up now.
11445 #: config/tc-mips.c:3667 config/tc-mips.c:3758
11446 msgid "broken assembler, no assembly attempted"
11447 msgstr ""
11448
11449 #: config/tc-mips.c:3697 config/tc-mips.c:3726
11450 #, c-format
11451 msgid "internal: can't hash `%s': %s"
11452 msgstr ""
11453
11454 #: config/tc-mips.c:3908
11455 #, c-format
11456 msgid ".gnu_attribute %d,%d is incompatible with `%s'"
11457 msgstr ""
11458
11459 #: config/tc-mips.c:3915
11460 #, c-format
11461 msgid ".gnu_attribute %d,%d requires `%s'"
11462 msgstr ""
11463
11464 #: config/tc-mips.c:3976
11465 #, c-format
11466 msgid ".gnu_attribute %d,%d is no longer supported"
11467 msgstr ""
11468
11469 #: config/tc-mips.c:3985
11470 #, c-format
11471 msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI"
11472 msgstr ""
11473
11474 #: config/tc-mips.c:3998
11475 msgid "`gp=64' used with a 32-bit processor"
11476 msgstr ""
11477
11478 #: config/tc-mips.c:4001
11479 msgid "`gp=32' used with a 64-bit ABI"
11480 msgstr ""
11481
11482 #: config/tc-mips.c:4004
11483 msgid "`gp=64' used with a 32-bit ABI"
11484 msgstr ""
11485
11486 #: config/tc-mips.c:4011
11487 msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions"
11488 msgstr ""
11489
11490 #: config/tc-mips.c:4013
11491 msgid "`fp=xx' cannot be used with `singlefloat'"
11492 msgstr ""
11493
11494 #: config/tc-mips.c:4017
11495 msgid "`fp=64' used with a 32-bit fpu"
11496 msgstr ""
11497
11498 #: config/tc-mips.c:4021
11499 msgid "`fp=64' used with a 32-bit ABI"
11500 msgstr ""
11501
11502 #: config/tc-mips.c:4026
11503 msgid "`fp=32' used with a 64-bit ABI"
11504 msgstr ""
11505
11506 #: config/tc-mips.c:4028
11507 msgid "`fp=32' used with a MIPS R6 cpu"
11508 msgstr ""
11509
11510 #: config/tc-mips.c:4031
11511 msgid "Unknown size of floating point registers"
11512 msgstr ""
11513
11514 #: config/tc-mips.c:4036
11515 msgid "`nooddspreg` cannot be used with a 64-bit ABI"
11516 msgstr ""
11517
11518 #: config/tc-mips.c:4039 config/tc-mips.c:4043
11519 #, c-format
11520 msgid "`%s' cannot be used with `%s'"
11521 msgstr ""
11522
11523 #: config/tc-mips.c:4048
11524 #, c-format
11525 msgid "branch relaxation is not supported in `%s'"
11526 msgstr ""
11527
11528 #: config/tc-mips.c:4128
11529 msgid "trap exception not supported at ISA 1"
11530 msgstr ""
11531
11532 #: config/tc-mips.c:4141 config/tc-mips.c:17234
11533 #, c-format
11534 msgid "`%s' does not support legacy NaN"
11535 msgstr ""
11536
11537 #: config/tc-mips.c:4188
11538 #, c-format
11539 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
11540 msgstr ""
11541
11542 #: config/tc-mips.c:4893
11543 #, c-format
11544 msgid "operand %d out of range"
11545 msgstr ""
11546
11547 #: config/tc-mips.c:4901
11548 #, c-format
11549 msgid "operand %d must be constant"
11550 msgstr ""
11551
11552 #: config/tc-mips.c:4945 read.c:4316 read.c:5162 write.c:265 write.c:1026
11553 msgid "register value used as expression"
11554 msgstr ""
11555
11556 #: config/tc-mips.c:4958
11557 #, c-format
11558 msgid "operand %d must be an immediate expression"
11559 msgstr ""
11560
11561 #: config/tc-mips.c:5079 config/tc-mips.c:5081
11562 #, c-format
11563 msgid "float register should be even, was %d"
11564 msgstr ""
11565
11566 #: config/tc-mips.c:5094
11567 #, c-format
11568 msgid "condition code register should be even for %s, was %d"
11569 msgstr ""
11570
11571 #: config/tc-mips.c:5099
11572 #, c-format
11573 msgid "condition code register should be 0 or 4 for %s, was %d"
11574 msgstr ""
11575
11576 #: config/tc-mips.c:5420
11577 msgid "invalid performance register"
11578 msgstr ""
11579
11580 #: config/tc-mips.c:5516
11581 msgid "the source register must not be $0"
11582 msgstr ""
11583
11584 #: config/tc-mips.c:5792
11585 msgid "missing frame size"
11586 msgstr ""
11587
11588 #: config/tc-mips.c:5797
11589 msgid "frame size specified twice"
11590 msgstr ""
11591
11592 #: config/tc-mips.c:5802
11593 msgid "invalid frame size"
11594 msgstr ""
11595
11596 #: config/tc-mips.c:5842
11597 #, c-format
11598 msgid "operand %d must be an immediate"
11599 msgstr ""
11600
11601 #: config/tc-mips.c:5857
11602 msgid "invalid element selector"
11603 msgstr ""
11604
11605 #: config/tc-mips.c:5870
11606 #, c-format
11607 msgid "operand %d must be scalar"
11608 msgstr ""
11609
11610 #: config/tc-mips.c:6047
11611 msgid "floating-point expression required"
11612 msgstr ""
11613
11614 #: config/tc-mips.c:6147
11615 #, c-format
11616 msgid "cannot use `%s' in this section"
11617 msgstr ""
11618
11619 #: config/tc-mips.c:6294
11620 msgid "used $at without \".set noat\""
11621 msgstr ""
11622
11623 #: config/tc-mips.c:6296
11624 #, c-format
11625 msgid "used $%u with \".set at=$%u\""
11626 msgstr ""
11627
11628 #: config/tc-mips.c:7337
11629 #, c-format
11630 msgid "wrong size instruction in a %u-bit branch delay slot"
11631 msgstr ""
11632
11633 #: config/tc-mips.c:7357 config/tc-mips.c:7367 config/tc-mips.c:15660
11634 #, c-format
11635 msgid "jump to misaligned address (0x%lx)"
11636 msgstr ""
11637
11638 #: config/tc-mips.c:7382 config/tc-mips.c:7402 config/tc-mips.c:7419
11639 #: config/tc-mips.c:8969 config/tc-mips.c:15514 config/tc-mips.c:15521
11640 #: config/tc-mips.c:15915 config/tc-mips.c:18749
11641 #, c-format
11642 msgid "branch to misaligned address (0x%lx)"
11643 msgstr ""
11644
11645 #: config/tc-mips.c:7388 config/tc-mips.c:7406 config/tc-mips.c:7423
11646 #: config/tc-mips.c:8972
11647 #, c-format
11648 msgid "branch address range overflow (0x%lx)"
11649 msgstr ""
11650
11651 #: config/tc-mips.c:7668
11652 msgid "extended instruction in delay slot"
11653 msgstr ""
11654
11655 #: config/tc-mips.c:8132
11656 msgid "source and destination must be different"
11657 msgstr ""
11658
11659 #: config/tc-mips.c:8135
11660 msgid "a destination register must be supplied"
11661 msgstr ""
11662
11663 #: config/tc-mips.c:8140
11664 msgid "the source register must not be $31"
11665 msgstr ""
11666
11667 #: config/tc-mips.c:8388 config/tc-mips.c:14284 config/tc-mips.c:18895
11668 msgid "invalid unextended operand value"
11669 msgstr ""
11670
11671 #: config/tc-mips.c:8506
11672 #, c-format
11673 msgid "opcode not supported on this processor: %s (%s)"
11674 msgstr ""
11675
11676 #: config/tc-mips.c:8585
11677 msgid "opcode not supported in the `insn32' mode"
11678 msgstr ""
11679
11680 #: config/tc-mips.c:8588
11681 #, c-format
11682 msgid "unrecognized %d-bit version of microMIPS opcode"
11683 msgstr ""
11684
11685 #: config/tc-mips.c:8644
11686 msgid "unrecognized unextended version of MIPS16 opcode"
11687 msgstr ""
11688
11689 #: config/tc-mips.c:8647
11690 msgid "unrecognized extended version of MIPS16 opcode"
11691 msgstr ""
11692
11693 #: config/tc-mips.c:8697 config/tc-mips.c:18766
11694 msgid ""
11695 "macro instruction expanded into multiple instructions in a branch delay slot"
11696 msgstr ""
11697
11698 #: config/tc-mips.c:8700 config/tc-mips.c:18774
11699 msgid "macro instruction expanded into multiple instructions"
11700 msgstr ""
11701
11702 #: config/tc-mips.c:8704
11703 msgid ""
11704 "macro instruction expanded into a wrong size instruction in a 16-bit branch "
11705 "delay slot"
11706 msgstr ""
11707
11708 #: config/tc-mips.c:8706
11709 msgid ""
11710 "macro instruction expanded into a wrong size instruction in a 32-bit branch "
11711 "delay slot"
11712 msgstr ""
11713
11714 #: config/tc-mips.c:9169
11715 msgid "operand overflow"
11716 msgstr ""
11717
11718 #: config/tc-mips.c:9188 config/tc-mips.c:9772 config/tc-mips.c:13765
11719 msgid "macro used $at after \".set noat\""
11720 msgstr ""
11721
11722 #: config/tc-mips.c:9336 config/tc-mips.c:12104 config/tc-mips.c:12763
11723 #, c-format
11724 msgid "number (0x%s) larger than 32 bits"
11725 msgstr ""
11726
11727 #: config/tc-mips.c:9356
11728 msgid "number larger than 64 bits"
11729 msgstr ""
11730
11731 #: config/tc-mips.c:9650 config/tc-mips.c:9678 config/tc-mips.c:9716
11732 #: config/tc-mips.c:9761 config/tc-mips.c:12339 config/tc-mips.c:12378
11733 #: config/tc-mips.c:12417 config/tc-mips.c:12859 config/tc-mips.c:12911
11734 msgid "PIC code offset overflow (max 16 signed bits)"
11735 msgstr ""
11736
11737 #: config/tc-mips.c:10289
11738 #, c-format
11739 msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)"
11740 msgstr ""
11741
11742 #. result is always true
11743 #: config/tc-mips.c:10385
11744 #, c-format
11745 msgid "branch %s is always true"
11746 msgstr ""
11747
11748 #: config/tc-mips.c:10613 config/tc-mips.c:10723
11749 msgid "divide by zero"
11750 msgstr ""
11751
11752 #: config/tc-mips.c:10813
11753 msgid "dla used to load 32-bit register; recommend using la instead"
11754 msgstr ""
11755
11756 #: config/tc-mips.c:10817
11757 msgid "la used to load 64-bit address; recommend using dla instead"
11758 msgstr ""
11759
11760 #: config/tc-mips.c:10926 config/tc-riscv.c:1075 config/tc-z80.c:732
11761 msgid "offset too large"
11762 msgstr ""
11763
11764 #: config/tc-mips.c:11100 config/tc-mips.c:11378
11765 msgid "PIC code offset overflow (max 32 signed bits)"
11766 msgstr ""
11767
11768 #: config/tc-mips.c:11448 config/tc-mips.c:11524
11769 #, c-format
11770 msgid "opcode not supported in the `insn32' mode `%s'"
11771 msgstr ""
11772
11773 #: config/tc-mips.c:11476
11774 msgid "MIPS PIC call to register other than $25"
11775 msgstr ""
11776
11777 #: config/tc-mips.c:11492 config/tc-mips.c:11503 config/tc-mips.c:11636
11778 #: config/tc-mips.c:11647
11779 msgid "no .cprestore pseudo-op used in PIC code"
11780 msgstr ""
11781
11782 #: config/tc-mips.c:11497 config/tc-mips.c:11641
11783 msgid "no .frame pseudo-op used in PIC code"
11784 msgstr ""
11785
11786 #: config/tc-mips.c:11662
11787 msgid "non-PIC jump used in PIC library"
11788 msgstr ""
11789
11790 #: config/tc-mips.c:12589
11791 #, c-format
11792 msgid "Unable to generate `%s' compliant code without mthc1"
11793 msgstr ""
11794
11795 #: config/tc-mips.c:13323
11796 #, c-format
11797 msgid "instruction %s: result is always false"
11798 msgstr ""
11799
11800 #: config/tc-mips.c:13476
11801 #, c-format
11802 msgid "instruction %s: result is always true"
11803 msgstr ""
11804
11805 #. FIXME: Check if this is one of the itbl macros, since they
11806 #. are added dynamically.
11807 #: config/tc-mips.c:13761
11808 #, c-format
11809 msgid "macro %s not implemented yet"
11810 msgstr ""
11811
11812 #: config/tc-mips.c:14294
11813 msgid "extended operand requested but not required"
11814 msgstr ""
11815
11816 #: config/tc-mips.c:14303
11817 msgid "operand value out of range for instruction"
11818 msgstr ""
11819
11820 #: config/tc-mips.c:14402
11821 #, c-format
11822 msgid "relocation %s isn't supported by the current ABI"
11823 msgstr ""
11824
11825 #: config/tc-mips.c:14458
11826 msgid "unclosed '('"
11827 msgstr ""
11828
11829 #: config/tc-mips.c:14524
11830 #, c-format
11831 msgid "a different %s was already specified, is now %s"
11832 msgstr ""
11833
11834 #: config/tc-mips.c:14691
11835 msgid "-mmicromips cannot be used with -mips16"
11836 msgstr ""
11837
11838 #: config/tc-mips.c:14706
11839 msgid "-mips16 cannot be used with -micromips"
11840 msgstr ""
11841
11842 #: config/tc-mips.c:14867 config/tc-mips.c:14925
11843 msgid "no compiled in support for 64 bit object file format"
11844 msgstr ""
11845
11846 #: config/tc-mips.c:14932
11847 #, c-format
11848 msgid "invalid abi -mabi=%s"
11849 msgstr ""
11850
11851 #: config/tc-mips.c:14972
11852 #, c-format
11853 msgid "invalid NaN setting -mnan=%s"
11854 msgstr ""
11855
11856 #: config/tc-mips.c:15006
11857 msgid "-G not supported in this configuration"
11858 msgstr ""
11859
11860 #: config/tc-mips.c:15032
11861 #, c-format
11862 msgid "-%s conflicts with the other architecture options, which imply -%s"
11863 msgstr ""
11864
11865 #: config/tc-mips.c:15048
11866 #, c-format
11867 msgid "-march=%s is not compatible with the selected ABI"
11868 msgstr ""
11869
11870 #: config/tc-mips.c:15518 config/tc-mips.c:15909 config/tc-mips.c:18746
11871 msgid "branch to a symbol in another ISA mode"
11872 msgstr ""
11873
11874 #: config/tc-mips.c:15525 config/tc-mips.c:15666 config/tc-mips.c:15919
11875 #, c-format
11876 msgid "cannot encode misaligned addend in the relocatable field (0x%lx)"
11877 msgstr ""
11878
11879 #: config/tc-mips.c:15562
11880 msgid "PC-relative reference to a different section"
11881 msgstr ""
11882
11883 #: config/tc-mips.c:15634 config/tc-riscv.c:2366
11884 msgid "TLS relocation against a constant"
11885 msgstr ""
11886
11887 #: config/tc-mips.c:15654
11888 msgid "jump to a symbol in another ISA mode"
11889 msgstr ""
11890
11891 #: config/tc-mips.c:15657
11892 msgid "JALX to a symbol in the same ISA mode"
11893 msgstr ""
11894
11895 #: config/tc-mips.c:15742
11896 msgid "unsupported constant in relocation"
11897 msgstr ""
11898
11899 #: config/tc-mips.c:15814
11900 #, c-format
11901 msgid "PC-relative access using misaligned symbol (%lx)"
11902 msgstr ""
11903
11904 #: config/tc-mips.c:15818
11905 #, c-format
11906 msgid "PC-relative access using misaligned offset (%lx)"
11907 msgstr ""
11908
11909 #: config/tc-mips.c:15831 config/tc-mips.c:15850
11910 msgid "PC-relative access out of range"
11911 msgstr ""
11912
11913 #: config/tc-mips.c:15837
11914 #, c-format
11915 msgid "PC-relative access to misaligned address (%lx)"
11916 msgstr ""
11917
11918 #: config/tc-mips.c:16004
11919 #, c-format
11920 msgid "alignment too large, %d assumed"
11921 msgstr ""
11922
11923 #: config/tc-mips.c:16007
11924 msgid "alignment negative, 0 assumed"
11925 msgstr ""
11926
11927 #: config/tc-mips.c:16249
11928 #, c-format
11929 msgid "%s: no such section"
11930 msgstr ""
11931
11932 #: config/tc-mips.c:16290
11933 #, c-format
11934 msgid ".option pic%d not supported"
11935 msgstr ""
11936
11937 #: config/tc-mips.c:16292
11938 #, c-format
11939 msgid ".option pic%d not supported in VxWorks PIC mode"
11940 msgstr ""
11941
11942 #: config/tc-mips.c:16304 config/tc-mips.c:16641
11943 msgid "-G may not be used with SVR4 PIC code"
11944 msgstr ""
11945
11946 #: config/tc-mips.c:16310
11947 #, c-format
11948 msgid "unrecognized option \"%s\""
11949 msgstr ""
11950
11951 #: config/tc-mips.c:16416
11952 #, c-format
11953 msgid "unknown architecture %s"
11954 msgstr ""
11955
11956 #: config/tc-mips.c:16430 config/tc-mips.c:16592
11957 #, c-format
11958 msgid "unknown ISA level %s"
11959 msgstr ""
11960
11961 #: config/tc-mips.c:16439
11962 #, c-format
11963 msgid "unknown ISA or architecture %s"
11964 msgstr ""
11965
11966 #: config/tc-mips.c:16498
11967 msgid "`noreorder' must be set before `nomacro'"
11968 msgstr ""
11969
11970 #: config/tc-mips.c:16527
11971 msgid ".set pop with no .set push"
11972 msgstr ""
11973
11974 #: config/tc-mips.c:16546
11975 #, c-format
11976 msgid "tried to set unrecognized symbol: %s\n"
11977 msgstr ""
11978
11979 #: config/tc-mips.c:16619
11980 #, c-format
11981 msgid ".module used with unrecognized symbol: %s\n"
11982 msgstr ""
11983
11984 #: config/tc-mips.c:16625
11985 msgid ".module is not permitted after generating code"
11986 msgstr ""
11987
11988 #: config/tc-mips.c:16685 config/tc-mips.c:16764 config/tc-mips.c:16868
11989 #: config/tc-mips.c:16898 config/tc-mips.c:16947
11990 #, c-format
11991 msgid "%s not supported in MIPS16 mode"
11992 msgstr ""
11993
11994 #: config/tc-mips.c:16692
11995 msgid ".cpload not in noreorder section"
11996 msgstr ""
11997
11998 #: config/tc-mips.c:16773 config/tc-mips.c:16792
11999 msgid "missing argument separator ',' for .cpsetup"
12000 msgstr ""
12001
12002 #: config/tc-mips.c:16990
12003 #, c-format
12004 msgid "unsupported use of %s"
12005 msgstr ""
12006
12007 #: config/tc-mips.c:17081
12008 msgid "unsupported use of .gpword"
12009 msgstr ""
12010
12011 #: config/tc-mips.c:17119
12012 msgid "unsupported use of .gpdword"
12013 msgstr ""
12014
12015 #: config/tc-mips.c:17151
12016 msgid "unsupported use of .ehword"
12017 msgstr ""
12018
12019 #: config/tc-mips.c:17238
12020 msgid "bad .nan directive"
12021 msgstr ""
12022
12023 #: config/tc-mips.c:17287
12024 #, c-format
12025 msgid "ignoring attempt to redefine symbol %s"
12026 msgstr ""
12027
12028 #: config/tc-mips.c:17302 ecoff.c:3372
12029 msgid "bad .weakext directive"
12030 msgstr ""
12031
12032 #: config/tc-mips.c:18271 config/tc-mips.c:18548
12033 msgid "relaxed out-of-range branch into a jump"
12034 msgstr ""
12035
12036 #: config/tc-mips.c:18770
12037 msgid "extended instruction in a branch delay slot"
12038 msgstr ""
12039
12040 #: config/tc-mips.c:18884 config/tc-xtensa.c:1686 config/tc-xtensa.c:1964
12041 msgid "unsupported relocation"
12042 msgstr ""
12043
12044 #: config/tc-mips.c:19392 config/tc-score.c:5637
12045 msgid "expected simple number"
12046 msgstr ""
12047
12048 #: config/tc-mips.c:19420 config/tc-score.c:5664
12049 msgid "invalid number"
12050 msgstr ""
12051
12052 #: config/tc-mips.c:19497 ecoff.c:2999
12053 msgid ".end directive without a preceding .ent directive"
12054 msgstr ""
12055
12056 #: config/tc-mips.c:19506
12057 msgid ".end symbol does not match .ent symbol"
12058 msgstr ""
12059
12060 #: config/tc-mips.c:19583
12061 msgid ".ent or .aent not in text section"
12062 msgstr ""
12063
12064 #: config/tc-mips.c:19586 config/tc-score.c:5703
12065 msgid "missing .end"
12066 msgstr ""
12067
12068 #: config/tc-mips.c:19669
12069 msgid ".mask/.fmask outside of .ent"
12070 msgstr ""
12071
12072 #: config/tc-mips.c:19676
12073 msgid "bad .mask/.fmask directive"
12074 msgstr ""
12075
12076 #: config/tc-mips.c:19977
12077 #, c-format
12078 msgid "bad value (%s) for %s"
12079 msgstr ""
12080
12081 #: config/tc-mips.c:20041
12082 #, c-format
12083 msgid ""
12084 "MIPS options:\n"
12085 "-EB\t\t\tgenerate big endian output\n"
12086 "-EL\t\t\tgenerate little endian output\n"
12087 "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
12088 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
12089 "\t\t\timplicitly with the gp register [default 8]\n"
12090 msgstr ""
12091
12092 #: config/tc-mips.c:20048
12093 #, c-format
12094 msgid ""
12095 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
12096 "-mips2\t\t\tgenerate MIPS ISA II instructions\n"
12097 "-mips3\t\t\tgenerate MIPS ISA III instructions\n"
12098 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
12099 "-mips5                  generate MIPS ISA V instructions\n"
12100 "-mips32                 generate MIPS32 ISA instructions\n"
12101 "-mips32r2               generate MIPS32 release 2 ISA instructions\n"
12102 "-mips32r3               generate MIPS32 release 3 ISA instructions\n"
12103 "-mips32r5               generate MIPS32 release 5 ISA instructions\n"
12104 "-mips32r6               generate MIPS32 release 6 ISA instructions\n"
12105 "-mips64                 generate MIPS64 ISA instructions\n"
12106 "-mips64r2               generate MIPS64 release 2 ISA instructions\n"
12107 "-mips64r3               generate MIPS64 release 3 ISA instructions\n"
12108 "-mips64r5               generate MIPS64 release 5 ISA instructions\n"
12109 "-mips64r6               generate MIPS64 release 6 ISA instructions\n"
12110 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
12111 msgstr ""
12112
12113 #: config/tc-mips.c:20073
12114 #, c-format
12115 msgid ""
12116 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
12117 "-no-mCPU\t\tdon't generate code specific to CPU.\n"
12118 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
12119 msgstr ""
12120
12121 #: config/tc-mips.c:20086
12122 #, c-format
12123 msgid ""
12124 "-mips16\t\t\tgenerate mips16 instructions\n"
12125 "-no-mips16\t\tdo not generate mips16 instructions\n"
12126 msgstr ""
12127
12128 #: config/tc-mips.c:20089
12129 #, c-format
12130 msgid ""
12131 "-mmips16e2\t\tgenerate MIPS16e2 instructions\n"
12132 "-mno-mips16e2\t\tdo not generate MIPS16e2 instructions\n"
12133 msgstr ""
12134
12135 #: config/tc-mips.c:20092
12136 #, c-format
12137 msgid ""
12138 "-mmicromips\t\tgenerate microMIPS instructions\n"
12139 "-mno-micromips\t\tdo not generate microMIPS instructions\n"
12140 msgstr ""
12141
12142 #: config/tc-mips.c:20095
12143 #, c-format
12144 msgid ""
12145 "-msmartmips\t\tgenerate smartmips instructions\n"
12146 "-mno-smartmips\t\tdo not generate smartmips instructions\n"
12147 msgstr ""
12148
12149 #: config/tc-mips.c:20098
12150 #, c-format
12151 msgid ""
12152 "-mdsp\t\t\tgenerate DSP instructions\n"
12153 "-mno-dsp\t\tdo not generate DSP instructions\n"
12154 msgstr ""
12155
12156 #: config/tc-mips.c:20101
12157 #, c-format
12158 msgid ""
12159 "-mdspr2\t\t\tgenerate DSP R2 instructions\n"
12160 "-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
12161 msgstr ""
12162
12163 #: config/tc-mips.c:20104
12164 #, c-format
12165 msgid ""
12166 "-mdspr3\t\t\tgenerate DSP R3 instructions\n"
12167 "-mno-dspr3\t\tdo not generate DSP R3 instructions\n"
12168 msgstr ""
12169
12170 #: config/tc-mips.c:20107
12171 #, c-format
12172 msgid ""
12173 "-mmt\t\t\tgenerate MT instructions\n"
12174 "-mno-mt\t\t\tdo not generate MT instructions\n"
12175 msgstr ""
12176
12177 #: config/tc-mips.c:20110
12178 #, c-format
12179 msgid ""
12180 "-mmcu\t\t\tgenerate MCU instructions\n"
12181 "-mno-mcu\t\tdo not generate MCU instructions\n"
12182 msgstr ""
12183
12184 #: config/tc-mips.c:20113
12185 #, c-format
12186 msgid ""
12187 "-mmsa\t\t\tgenerate MSA instructions\n"
12188 "-mno-msa\t\tdo not generate MSA instructions\n"
12189 msgstr ""
12190
12191 #: config/tc-mips.c:20116
12192 #, c-format
12193 msgid ""
12194 "-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n"
12195 "-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n"
12196 msgstr ""
12197
12198 #: config/tc-mips.c:20119
12199 #, c-format
12200 msgid ""
12201 "-mvirt\t\t\tgenerate Virtualization instructions\n"
12202 "-mno-virt\t\tdo not generate Virtualization instructions\n"
12203 msgstr ""
12204
12205 #: config/tc-mips.c:20122
12206 #, c-format
12207 msgid ""
12208 "-mcrc\t\t\tgenerate CRC instructions\n"
12209 "-mno-crc\t\tdo not generate CRC instructions\n"
12210 msgstr ""
12211
12212 #: config/tc-mips.c:20125
12213 #, c-format
12214 msgid ""
12215 "-mginv\t\t\tgenerate Global INValidate (GINV) instructions\n"
12216 "-mno-ginv\t\tdo not generate Global INValidate instructions\n"
12217 msgstr ""
12218
12219 #: config/tc-mips.c:20128
12220 #, c-format
12221 msgid ""
12222 "-mloongson-mmi\t\tgenerate Loongson MultiMedia extensions Instructions (MMI) "
12223 "instructions\n"
12224 "-mno-loongson-mmi\tdo not generate Loongson MultiMedia extensions "
12225 "Instructions\n"
12226 msgstr ""
12227
12228 #: config/tc-mips.c:20131
12229 #, c-format
12230 msgid ""
12231 "-mloongson-cam\t\tgenerate Loongson Content Address Memory (CAM) "
12232 "instructions\n"
12233 "-mno-loongson-cam\tdo not generate Loongson Content Address Memory "
12234 "Instructions\n"
12235 msgstr ""
12236
12237 #: config/tc-mips.c:20134
12238 #, c-format
12239 msgid ""
12240 "-mloongson-ext\t\tgenerate Loongson EXTensions (EXT) instructions\n"
12241 "-mno-loongson-ext\tdo not generate Loongson EXTensions Instructions\n"
12242 msgstr ""
12243
12244 #: config/tc-mips.c:20137
12245 #, c-format
12246 msgid ""
12247 "-mloongson-ext2\t\tgenerate Loongson EXTensions R2 (EXT2) instructions\n"
12248 "-mno-loongson-ext2\tdo not generate Loongson EXTensions R2 Instructions\n"
12249 msgstr ""
12250
12251 #: config/tc-mips.c:20140
12252 #, c-format
12253 msgid ""
12254 "-minsn32\t\tonly generate 32-bit microMIPS instructions\n"
12255 "-mno-insn32\t\tgenerate all microMIPS instructions\n"
12256 msgstr ""
12257
12258 #: config/tc-mips.c:20143
12259 #, c-format
12260 msgid ""
12261 "-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n"
12262 "-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n"
12263 "-mfix-vr4120\t\twork around certain VR4120 errata\n"
12264 "-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
12265 "-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
12266 "-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n"
12267 "-mfix-r5900\t\twork around R5900 short loop errata\n"
12268 "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
12269 "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
12270 "-msym32\t\t\tassume all symbols have 32-bit values\n"
12271 "-O0\t\t\tdo not remove unneeded NOPs, do not swap branches\n"
12272 "-O, -O1\t\t\tremove unneeded NOPs, do not swap branches\n"
12273 "-O2\t\t\tremove unneeded NOPs and swap branches\n"
12274 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
12275 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
12276 msgstr ""
12277
12278 #: config/tc-mips.c:20159
12279 #, c-format
12280 msgid ""
12281 "-mhard-float\t\tallow floating-point instructions\n"
12282 "-msoft-float\t\tdo not allow floating-point instructions\n"
12283 "-msingle-float\t\tonly allow 32-bit floating-point operations\n"
12284 "-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n"
12285 "--[no-]construct-floats\t[dis]allow floating point values to be constructed\n"
12286 "--[no-]relax-branch\t[dis]allow out-of-range branches to be relaxed\n"
12287 "-mignore-branch-isa\taccept invalid branches requiring an ISA mode switch\n"
12288 "-mno-ignore-branch-isa\treject invalid branches requiring an ISA mode "
12289 "switch\n"
12290 "-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n"
12291 msgstr ""
12292
12293 #: config/tc-mips.c:20177
12294 #, c-format
12295 msgid ""
12296 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
12297 "-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n"
12298 "-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
12299 "-non_shared\t\tdo not generate code that can operate with DSOs\n"
12300 "-xgot\t\t\tassume a 32 bit GOT\n"
12301 "-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
12302 "-mshared, -mno-shared   disable/enable .cpload optimization for\n"
12303 "                        position dependent (non shared) code\n"
12304 "-mabi=ABI\t\tcreate ABI conformant object file for:\n"
12305 msgstr ""
12306
12307 #: config/tc-mips.c:20198
12308 #, c-format
12309 msgid "-32\t\t\tcreate o32 ABI object file%s\n"
12310 msgstr ""
12311
12312 #: config/tc-mips.c:20200 config/tc-mips.c:20203 config/tc-mips.c:20206
12313 msgid " (default)"
12314 msgstr ""
12315
12316 #: config/tc-mips.c:20201
12317 #, c-format
12318 msgid "-n32\t\t\tcreate n32 ABI object file%s\n"
12319 msgstr ""
12320
12321 #: config/tc-mips.c:20204
12322 #, c-format
12323 msgid "-64\t\t\tcreate 64 ABI object file%s\n"
12324 msgstr ""
12325
12326 #: config/tc-mips.c:20286
12327 msgid "missing .end at end of assembly"
12328 msgstr ""
12329
12330 #: config/tc-mmix.c:702
12331 #, c-format
12332 msgid " MMIX-specific command line options:\n"
12333 msgstr ""
12334
12335 #: config/tc-mmix.c:703
12336 #, c-format
12337 msgid ""
12338 "  -fixed-special-register-names\n"
12339 "                          Allow only the original special register names.\n"
12340 msgstr ""
12341
12342 #: config/tc-mmix.c:706
12343 #, c-format
12344 msgid "  -globalize-symbols      Make all symbols global.\n"
12345 msgstr ""
12346
12347 #: config/tc-mmix.c:708
12348 #, c-format
12349 msgid "  -gnu-syntax             Turn off mmixal syntax compatibility.\n"
12350 msgstr ""
12351
12352 #: config/tc-mmix.c:710
12353 #, c-format
12354 msgid "  -relax                  Create linker relaxable code.\n"
12355 msgstr ""
12356
12357 #: config/tc-mmix.c:712
12358 #, c-format
12359 msgid ""
12360 "  -no-predefined-syms     Do not provide mmixal built-in constants.\n"
12361 "                          Implies -fixed-special-register-names.\n"
12362 msgstr ""
12363
12364 #: config/tc-mmix.c:715
12365 #, c-format
12366 msgid ""
12367 "  -no-expand              Do not expand GETA, branches, PUSHJ or JUMP\n"
12368 "                          into multiple instructions.\n"
12369 msgstr ""
12370
12371 #: config/tc-mmix.c:718
12372 #, c-format
12373 msgid ""
12374 "  -no-merge-gregs         Do not merge GREG definitions with nearby values.\n"
12375 msgstr ""
12376
12377 #: config/tc-mmix.c:720
12378 #, c-format
12379 msgid ""
12380 "  -linker-allocated-gregs If there's no suitable GREG definition for "
12381 "the                          operands of an instruction, let the linker "
12382 "resolve.\n"
12383 msgstr ""
12384
12385 #: config/tc-mmix.c:723
12386 #, c-format
12387 msgid ""
12388 "  -x                      Do not warn when an operand to GETA, a branch,\n"
12389 "                          PUSHJ or JUMP is not known to be within range.\n"
12390 "                          The linker will catch any errors.  Implies\n"
12391 "                          -linker-allocated-gregs."
12392 msgstr ""
12393
12394 #: config/tc-mmix.c:849
12395 #, c-format
12396 msgid "unknown opcode: `%s'"
12397 msgstr ""
12398
12399 #: config/tc-mmix.c:971 config/tc-mmix.c:986
12400 msgid "specified location wasn't TETRA-aligned"
12401 msgstr ""
12402
12403 #: config/tc-mmix.c:973 config/tc-mmix.c:988 config/tc-mmix.c:4214
12404 #: config/tc-mmix.c:4230
12405 msgid "unaligned data at an absolute location is not supported"
12406 msgstr ""
12407
12408 #: config/tc-mmix.c:1098
12409 #, c-format
12410 msgid "invalid operand to opcode %s: `%s'"
12411 msgstr ""
12412
12413 #: config/tc-mmix.c:1120 config/tc-mmix.c:1147 config/tc-mmix.c:1180
12414 #: config/tc-mmix.c:1188 config/tc-mmix.c:1205 config/tc-mmix.c:1233
12415 #: config/tc-mmix.c:1254 config/tc-mmix.c:1279 config/tc-mmix.c:1327
12416 #: config/tc-mmix.c:1428 config/tc-mmix.c:1453 config/tc-mmix.c:1485
12417 #: config/tc-mmix.c:1517 config/tc-mmix.c:1547 config/tc-mmix.c:1600
12418 #: config/tc-mmix.c:1617 config/tc-mmix.c:1644 config/tc-mmix.c:1672
12419 #: config/tc-mmix.c:1702 config/tc-mmix.c:1728 config/tc-mmix.c:1744
12420 #: config/tc-mmix.c:1770 config/tc-mmix.c:1786 config/tc-mmix.c:1802
12421 #: config/tc-mmix.c:1883
12422 #, c-format
12423 msgid "invalid operands to opcode %s: `%s'"
12424 msgstr ""
12425
12426 #: config/tc-mmix.c:1983
12427 msgid "internal: mmix_prefix_name but empty prefix"
12428 msgstr ""
12429
12430 #: config/tc-mmix.c:2046
12431 #, c-format
12432 msgid "too many GREG registers allocated (max %d)"
12433 msgstr ""
12434
12435 #: config/tc-mmix.c:2106
12436 msgid "BSPEC already active.  Nesting is not supported."
12437 msgstr ""
12438
12439 #: config/tc-mmix.c:2115
12440 msgid "invalid BSPEC expression"
12441 msgstr ""
12442
12443 #: config/tc-mmix.c:2131
12444 #, c-format
12445 msgid "can't create section %s"
12446 msgstr ""
12447
12448 #: config/tc-mmix.c:2136
12449 #, c-format
12450 msgid "can't set section flags for section %s"
12451 msgstr ""
12452
12453 #: config/tc-mmix.c:2157
12454 msgid "ESPEC without preceding BSPEC"
12455 msgstr ""
12456
12457 #: config/tc-mmix.c:2186
12458 msgid "missing local expression"
12459 msgstr ""
12460
12461 #: config/tc-mmix.c:2396
12462 msgid "operand out of range, instruction expanded"
12463 msgstr ""
12464
12465 #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
12466 #. user-friendly, though a little bit non-substantial.
12467 #: config/tc-mmix.c:2647
12468 msgid "directive LOCAL must be placed in code or data"
12469 msgstr ""
12470
12471 #: config/tc-mmix.c:2648
12472 msgid "internal confusion: relocation in a section without contents"
12473 msgstr ""
12474
12475 #: config/tc-mmix.c:2762
12476 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
12477 msgstr ""
12478
12479 #: config/tc-mmix.c:2810
12480 msgid "no suitable GREG definition for operands"
12481 msgstr ""
12482
12483 #: config/tc-mmix.c:2869
12484 msgid "operands were not reducible at assembly-time"
12485 msgstr ""
12486
12487 #: config/tc-mmix.c:2896
12488 #, c-format
12489 msgid "cannot generate relocation type for symbol %s, code %s"
12490 msgstr ""
12491
12492 #: config/tc-mmix.c:2916
12493 #, c-format
12494 msgid "internal: unhandled label %s"
12495 msgstr ""
12496
12497 #: config/tc-mmix.c:2945
12498 msgid "[0-9]H labels may not appear alone on a line"
12499 msgstr ""
12500
12501 #: config/tc-mmix.c:2953
12502 msgid "[0-9]H labels do not mix with dot-pseudos"
12503 msgstr ""
12504
12505 #: config/tc-mmix.c:3041
12506 msgid "invalid characters in input"
12507 msgstr ""
12508
12509 #: config/tc-mmix.c:3147
12510 msgid "empty label field for IS"
12511 msgstr ""
12512
12513 #: config/tc-mmix.c:3473
12514 #, c-format
12515 msgid "internal: unexpected relax type %d:%d"
12516 msgstr ""
12517
12518 #: config/tc-mmix.c:3497
12519 msgid "BSPEC without ESPEC."
12520 msgstr ""
12521
12522 #: config/tc-mmix.c:3562
12523 msgid "LOC to section unknown or indeterminable at first pass"
12524 msgstr ""
12525
12526 #: config/tc-mmix.c:3734
12527 msgid "GREG expression too complicated"
12528 msgstr ""
12529
12530 #: config/tc-mmix.c:3749
12531 msgid "internal: GREG expression not resolved to section"
12532 msgstr ""
12533
12534 #: config/tc-mmix.c:3798
12535 msgid "register section has contents\n"
12536 msgstr ""
12537
12538 #: config/tc-mmix.c:3925
12539 msgid "section change from within a BSPEC/ESPEC pair is not supported"
12540 msgstr ""
12541
12542 #: config/tc-mmix.c:3946
12543 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
12544 msgstr ""
12545
12546 #: config/tc-mmix.c:3956
12547 msgid "invalid LOC expression"
12548 msgstr ""
12549
12550 #: config/tc-mmix.c:4001 config/tc-mmix.c:4028
12551 msgid "LOC expression stepping backwards is not supported"
12552 msgstr ""
12553
12554 #. We will only get here in rare cases involving #NO_APP,
12555 #. where the unterminated string is not recognized by the
12556 #. preformatting pass.
12557 #: config/tc-mmix.c:4137 config/tc-mmix.c:4295 config/tc-z80.c:1748
12558 msgid "unterminated string"
12559 msgstr ""
12560
12561 #: config/tc-mmix.c:4154
12562 msgid "BYTE expression not a pure number"
12563 msgstr ""
12564
12565 #. Note that mmixal does not allow negative numbers in
12566 #. BYTE sequences, so neither should we.
12567 #: config/tc-mmix.c:4163
12568 msgid "BYTE expression not in the range 0..255"
12569 msgstr ""
12570
12571 #: config/tc-mmix.c:4212 config/tc-mmix.c:4228
12572 msgid "data item with alignment larger than location"
12573 msgstr ""
12574
12575 #. Since integer_constant is local to expr.c, we have to make this a
12576 #. macro.  FIXME: Do it cleaner.
12577 #: config/tc-mmix.h:98
12578 msgid "`&' serial number operator is not supported"
12579 msgstr ""
12580
12581 #: config/tc-mn10200.c:300
12582 #, c-format
12583 msgid ""
12584 "MN10200 options:\n"
12585 "none yet\n"
12586 msgstr ""
12587
12588 #: config/tc-mn10200.c:896 config/tc-mn10300.c:1253 config/tc-s390.c:1699
12589 #: config/tc-v850.c:2328
12590 #, c-format
12591 msgid "Unrecognized opcode: `%s'"
12592 msgstr ""
12593
12594 #. xgettext:c-format.
12595 #: config/tc-mn10200.c:1139 config/tc-mn10300.c:1821 config/tc-ppc.c:3759
12596 #: config/tc-s390.c:1612 config/tc-v850.c:3043
12597 #, c-format
12598 msgid "junk at end of line: `%s'"
12599 msgstr ""
12600
12601 #: config/tc-mn10300.c:439
12602 #, c-format
12603 msgid ""
12604 "MN10300 assembler options:\n"
12605 "none yet\n"
12606 msgstr ""
12607
12608 #: config/tc-mn10300.c:1270
12609 msgid "Invalid opcode/operands"
12610 msgstr ""
12611
12612 #: config/tc-mn10300.c:1792
12613 msgid "Invalid register specification."
12614 msgstr ""
12615
12616 #: config/tc-mn10300.c:2390
12617 #, c-format
12618 msgid "Bad relocation fixup type (%d)"
12619 msgstr ""
12620
12621 #: config/tc-moxie.c:206 config/tc-moxie.c:225 config/tc-moxie.c:316
12622 #: config/tc-moxie.c:362
12623 msgid "expecting comma delimited register operands"
12624 msgstr ""
12625
12626 #: config/tc-moxie.c:252 config/tc-moxie.c:392 config/tc-moxie.c:422
12627 #: config/tc-moxie.c:497
12628 msgid "expecting comma delimited operands"
12629 msgstr ""
12630
12631 #: config/tc-moxie.c:320 config/tc-moxie.c:348
12632 msgid "expecting indirect register `($rA)'"
12633 msgstr ""
12634
12635 #: config/tc-moxie.c:328 config/tc-moxie.c:356 config/tc-moxie.c:447
12636 #: config/tc-moxie.c:489
12637 msgid "missing closing parenthesis"
12638 msgstr ""
12639
12640 #: config/tc-moxie.c:439 config/tc-moxie.c:481
12641 msgid "expecting indirect register `($rX)'"
12642 msgstr ""
12643
12644 #: config/tc-moxie.c:559 config/tc-pj.c:313
12645 msgid "Something forgot to clean up\n"
12646 msgstr ""
12647
12648 #: config/tc-moxie.c:643
12649 #, c-format
12650 msgid ""
12651 "  -EB                     assemble for a big endian system (default)\n"
12652 "  -EL                     assemble for a little endian system\n"
12653 msgstr ""
12654
12655 #: config/tc-moxie.c:703
12656 msgid "pcrel too far BFD_RELOC_MOXIE_10"
12657 msgstr ""
12658
12659 #: config/tc-msp430.c:519
12660 msgid ".profiler pseudo requires at least two operands."
12661 msgstr ""
12662
12663 #: config/tc-msp430.c:578
12664 msgid "unknown profiling flag - ignored."
12665 msgstr ""
12666
12667 #: config/tc-msp430.c:594
12668 msgid "ambiguous flags combination - '.profiler' directive ignored."
12669 msgstr ""
12670
12671 #: config/tc-msp430.c:604
12672 msgid "profiling in absolute section?"
12673 msgstr ""
12674
12675 #: config/tc-msp430.c:1374
12676 #, c-format
12677 msgid "Unrecognised CPU errata name starting here: %s"
12678 msgstr ""
12679
12680 #: config/tc-msp430.c:1380
12681 #, c-format
12682 msgid "Expecting comma after CPU errata name, not: %s"
12683 msgstr ""
12684
12685 #: config/tc-msp430.c:1390
12686 msgid "MCU option requires a name\n"
12687 msgstr ""
12688
12689 #: config/tc-msp430.c:1428
12690 #, c-format
12691 msgid "unrecognised argument to -mcpu option '%s'"
12692 msgstr ""
12693
12694 #: config/tc-msp430.c:1603
12695 #, c-format
12696 msgid ""
12697 "MSP430 options:\n"
12698 "  -mmcu=<msp430-name>     - select microcontroller type\n"
12699 "  -mcpu={430|430x|430xv2} - select microcontroller architecture\n"
12700 msgstr ""
12701
12702 #: config/tc-msp430.c:1607
12703 #, c-format
12704 msgid ""
12705 "  -msilicon-errata=<name>[,<name>...] - enable fixups for silicon errata\n"
12706 "  -msilicon-errata-warn=<name>[,<name>...] - warn when a fixup might be "
12707 "needed\n"
12708 "   supported errata names: cpu4, cpu8, cpu11, cpu12, cpu13, cpu19\n"
12709 msgstr ""
12710
12711 #: config/tc-msp430.c:1611
12712 #, c-format
12713 msgid ""
12714 "  -mQ - enable relaxation at assembly time. DANGEROUS!\n"
12715 "  -mP - enable polymorph instructions\n"
12716 msgstr ""
12717
12718 #: config/tc-msp430.c:1614
12719 #, c-format
12720 msgid "  -ml - enable large code model\n"
12721 msgstr ""
12722
12723 #: config/tc-msp430.c:1616
12724 #, c-format
12725 msgid "  -mN - do not insert NOPs after changing interrupts (default)\n"
12726 msgstr ""
12727
12728 #: config/tc-msp430.c:1618
12729 #, c-format
12730 msgid "  -mn - insert a NOP after changing interrupts\n"
12731 msgstr ""
12732
12733 #: config/tc-msp430.c:1620
12734 #, c-format
12735 msgid "  -mY - do not warn about missing NOPs after changing interrupts\n"
12736 msgstr ""
12737
12738 #: config/tc-msp430.c:1622
12739 #, c-format
12740 msgid "  -my - warn about missing NOPs after changing interrupts (default)\n"
12741 msgstr ""
12742
12743 #: config/tc-msp430.c:1624
12744 #, c-format
12745 msgid "  -md - Force copying of data from ROM to RAM at startup\n"
12746 msgstr ""
12747
12748 #: config/tc-msp430.c:1626
12749 #, c-format
12750 msgid ""
12751 "  -mdata-region={none|lower|upper|either} - select region data will be\n"
12752 "    placed in.\n"
12753 msgstr ""
12754
12755 #: config/tc-msp430.c:1789
12756 #, c-format
12757 msgid "extra characters '%s' at end of immediate expression '%s'"
12758 msgstr ""
12759
12760 #: config/tc-msp430.c:1821 config/tc-msp430.c:2004 config/tc-msp430.c:2118
12761 #, c-format
12762 msgid "value 0x%x out of extended range."
12763 msgstr ""
12764
12765 #: config/tc-msp430.c:1827
12766 #, c-format
12767 msgid "value %d out of range. Use #lo() or #hi()"
12768 msgstr ""
12769
12770 #: config/tc-msp430.c:1873
12771 msgid "cpu4: not converting PUSH #4 to shorter form"
12772 msgstr ""
12773
12774 #: config/tc-msp430.c:1890
12775 msgid "cpu4: not converting PUSH #8 to shorter form"
12776 msgstr ""
12777
12778 #: config/tc-msp430.c:1904
12779 msgid "error: unsupported #foo() directive used on symbol"
12780 msgstr ""
12781
12782 #: config/tc-msp430.c:1921
12783 #, c-format
12784 msgid "unknown expression in operand %s.  Use #llo(), #lhi(), #hlo() or #hhi()"
12785 msgstr ""
12786
12787 #: config/tc-msp430.c:1972
12788 #, c-format
12789 msgid "Registers cannot be used within immediate expression [%s]"
12790 msgstr ""
12791
12792 #: config/tc-msp430.c:1974
12793 #, c-format
12794 msgid "unknown operand %s"
12795 msgstr ""
12796
12797 #: config/tc-msp430.c:1991
12798 #, c-format
12799 msgid "extra characters '%s' at the end of absolute operand '%s'"
12800 msgstr ""
12801
12802 #: config/tc-msp430.c:2010 config/tc-msp430.c:2124
12803 #, c-format
12804 msgid "value out of range: 0x%x"
12805 msgstr ""
12806
12807 #: config/tc-msp430.c:2021
12808 #, c-format
12809 msgid "Registers cannot be used within absolute expression [%s]"
12810 msgstr ""
12811
12812 #: config/tc-msp430.c:2023 config/tc-msp430.c:2153
12813 #, c-format
12814 msgid "unknown expression in operand %s"
12815 msgstr ""
12816
12817 #: config/tc-msp430.c:2037
12818 #, c-format
12819 msgid "unknown addressing mode %s"
12820 msgstr ""
12821
12822 #: config/tc-msp430.c:2045
12823 #, c-format
12824 msgid "Bad register name %s"
12825 msgstr ""
12826
12827 #: config/tc-msp430.c:2056
12828 msgid "cannot use indirect addressing with the PC"
12829 msgstr ""
12830
12831 #: config/tc-msp430.c:2076
12832 msgid "')' required"
12833 msgstr ""
12834
12835 #: config/tc-msp430.c:2088
12836 #, c-format
12837 msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
12838 msgstr ""
12839
12840 #: config/tc-msp430.c:2095
12841 msgid "r2 should not be used in indexed addressing mode"
12842 msgstr ""
12843
12844 #: config/tc-msp430.c:2107 config/tc-msp430.c:2181 config/tc-msp430.c:3314
12845 #: config/tc-msp430.c:3382 config/tc-msp430.c:3499 config/tc-msp430.c:3921
12846 #: config/tc-msp430.c:4020 config/tc-msp430.c:4071
12847 #, c-format
12848 msgid "extra characters '%s' at end of operand '%s'"
12849 msgstr ""
12850
12851 #: config/tc-msp430.c:2139 config/tc-msp430.c:2141
12852 msgid "CPU8: Stack pointer accessed with an odd offset"
12853 msgstr ""
12854
12855 #: config/tc-msp430.c:2151
12856 #, c-format
12857 msgid "Registers cannot be used as a prefix of indexed expression [%s]"
12858 msgstr ""
12859
12860 #: config/tc-msp430.c:2215
12861 #, c-format
12862 msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
12863 msgstr ""
12864
12865 #: config/tc-msp430.c:2225
12866 msgid "this addressing mode is not applicable for destination operand"
12867 msgstr ""
12868
12869 #: config/tc-msp430.c:2256 config/tc-msp430.c:2391 config/tc-msp430.c:2428
12870 #: config/tc-msp430.c:2458 config/tc-msp430.c:3250 config/tc-msp430.c:3333
12871 #: config/tc-msp430.c:3421
12872 #, c-format
12873 msgid "expected register as second argument of %s"
12874 msgstr ""
12875
12876 #: config/tc-msp430.c:2295 config/tc-msp430.c:2361
12877 #, c-format
12878 msgid "index value too big for %s"
12879 msgstr ""
12880
12881 #: config/tc-msp430.c:2312 config/tc-msp430.c:2378 config/tc-msp430.c:2485
12882 #, c-format
12883 msgid "unexpected addressing mode for %s"
12884 msgstr ""
12885
12886 #: config/tc-msp430.c:2398 config/tc-msp430.c:2435 config/tc-msp430.c:2465
12887 #, c-format
12888 msgid "constant generator destination register found in %s"
12889 msgstr ""
12890
12891 #: config/tc-msp430.c:2442 config/tc-msp430.c:2472
12892 #, c-format
12893 msgid "constant generator source register found in %s"
12894 msgstr ""
12895
12896 #: config/tc-msp430.c:2641
12897 msgid "no size modifier after period, .w assumed"
12898 msgstr ""
12899
12900 #: config/tc-msp430.c:2645
12901 #, c-format
12902 msgid "unrecognised instruction size modifier .%c"
12903 msgstr ""
12904
12905 #: config/tc-msp430.c:2659
12906 #, c-format
12907 msgid "junk found after instruction: %s.%s"
12908 msgstr ""
12909
12910 #: config/tc-msp430.c:2679
12911 #, c-format
12912 msgid "instruction %s.a does not exist"
12913 msgstr ""
12914
12915 #: config/tc-msp430.c:2693
12916 #, c-format
12917 msgid "instruction %s requires %d operand"
12918 msgid_plural "instruction %s requires %d operands"
12919 msgstr[0] ""
12920 msgstr[1] ""
12921
12922 #: config/tc-msp430.c:2711
12923 #, c-format
12924 msgid "instruction %s requires MSP430X mcu"
12925 msgstr ""
12926
12927 #: config/tc-msp430.c:2731
12928 #, c-format
12929 msgid "unable to repeat %s insn"
12930 msgstr ""
12931
12932 #: config/tc-msp430.c:2803
12933 msgid "CPU12: CMP/BIT with PC destination ignores next instruction"
12934 msgstr ""
12935
12936 #: config/tc-msp430.c:2811
12937 msgid "CPU19: Instruction setting CPUOFF must be followed by a NOP"
12938 msgstr ""
12939
12940 #: config/tc-msp430.c:2818
12941 msgid "internal error: unknown nop check state"
12942 msgstr ""
12943
12944 #: config/tc-msp430.c:2871 config/tc-msp430.c:2873 config/tc-msp430.c:3582
12945 #: config/tc-msp430.c:3584
12946 msgid "CPU11: PC is destination of SR altering instruction"
12947 msgstr ""
12948
12949 #: config/tc-msp430.c:2888 config/tc-msp430.c:2890 config/tc-msp430.c:2995
12950 #: config/tc-msp430.c:2997 config/tc-msp430.c:3599 config/tc-msp430.c:3601
12951 #: config/tc-msp430.c:3820 config/tc-msp430.c:3822
12952 msgid "CPU13: SR is destination of SR altering instruction"
12953 msgstr ""
12954
12955 #: config/tc-msp430.c:2906 config/tc-msp430.c:3007 config/tc-msp430.c:3685
12956 #: config/tc-msp430.c:3854
12957 msgid "repeat instruction used with non-register mode instruction"
12958 msgstr ""
12959
12960 #: config/tc-msp430.c:2981 config/tc-msp430.c:3340 config/tc-msp430.c:3810
12961 #, c-format
12962 msgid "%s: attempt to rotate the PC register"
12963 msgstr ""
12964
12965 #: config/tc-msp430.c:3232 config/tc-msp430.c:3308
12966 #, c-format
12967 msgid "expected #n as first argument of %s"
12968 msgstr ""
12969
12970 #: config/tc-msp430.c:3238
12971 #, c-format
12972 msgid "extra characters '%s' at end of constant expression '%s'"
12973 msgstr ""
12974
12975 #: config/tc-msp430.c:3243 config/tc-msp430.c:3319
12976 #, c-format
12977 msgid "expected constant expression as first argument of %s"
12978 msgstr ""
12979
12980 #: config/tc-msp430.c:3269
12981 msgid "Too many registers popped"
12982 msgstr ""
12983
12984 #: config/tc-msp430.c:3279
12985 msgid "Cannot use POPM to restore the SR register"
12986 msgstr ""
12987
12988 #: config/tc-msp430.c:3299 config/tc-msp430.c:3368
12989 #, c-format
12990 msgid "repeat count cannot be used with %s"
12991 msgstr ""
12992
12993 #: config/tc-msp430.c:3326
12994 #, c-format
12995 msgid "expected first argument of %s to be in the range 1-4"
12996 msgstr ""
12997
12998 #: config/tc-msp430.c:3391
12999 #, c-format
13000 msgid "expected value of first argument of %s to fit into 20-bits"
13001 msgstr ""
13002
13003 #: config/tc-msp430.c:3410
13004 #, c-format
13005 msgid "expected register name or constant as first argument of %s"
13006 msgstr ""
13007
13008 #: config/tc-msp430.c:3504
13009 msgid "expected constant value as argument to RPT"
13010 msgstr ""
13011
13012 #: config/tc-msp430.c:3510
13013 msgid "expected constant in the range 2..16"
13014 msgstr ""
13015
13016 #: config/tc-msp430.c:3525
13017 msgid "PC used as an argument to RPT"
13018 msgstr ""
13019
13020 #: config/tc-msp430.c:3531
13021 msgid "expected constant or register name as argument to RPT insn"
13022 msgstr ""
13023
13024 #: config/tc-msp430.c:3538
13025 msgid "Illegal emulated instruction"
13026 msgstr ""
13027
13028 #: config/tc-msp430.c:3839
13029 #, c-format
13030 msgid "%s instruction does not accept a .b suffix"
13031 msgstr ""
13032
13033 #: config/tc-msp430.c:3952
13034 #, c-format
13035 msgid "Even number required. Rounded to %d"
13036 msgstr ""
13037
13038 #: config/tc-msp430.c:3963
13039 #, c-format
13040 msgid "Wrong displacement %d"
13041 msgstr ""
13042
13043 #: config/tc-msp430.c:3985
13044 msgid "instruction requires label sans '$'"
13045 msgstr ""
13046
13047 #: config/tc-msp430.c:3989
13048 msgid "instruction requires label or value in range -511:512"
13049 msgstr ""
13050
13051 #: config/tc-msp430.c:3995 config/tc-msp430.c:4049 config/tc-msp430.c:4097
13052 msgid "instruction requires label"
13053 msgstr ""
13054
13055 #: config/tc-msp430.c:4003 config/tc-msp430.c:4055
13056 msgid "polymorphs are not enabled. Use -mP option to enable."
13057 msgstr ""
13058
13059 #: config/tc-msp430.c:4101
13060 msgid "Illegal instruction or not implemented opcode."
13061 msgstr ""
13062
13063 #: config/tc-msp430.c:4155
13064 msgid "can't find opcode"
13065 msgstr ""
13066
13067 #: config/tc-msp430.c:4672
13068 #, c-format
13069 msgid "internal inconsistency problem in %s: insn %04lx"
13070 msgstr ""
13071
13072 #: config/tc-msp430.c:4714 config/tc-msp430.c:4746
13073 #, c-format
13074 msgid "internal inconsistency problem in %s: ext. insn %04lx"
13075 msgstr ""
13076
13077 #: config/tc-msp430.c:4758
13078 #, c-format
13079 msgid "internal inconsistency problem in %s: %lx"
13080 msgstr ""
13081
13082 #: config/tc-mt.c:151
13083 #, c-format
13084 msgid "MT specific command line options:\n"
13085 msgstr ""
13086
13087 #: config/tc-mt.c:152
13088 #, c-format
13089 msgid "  -march=ms1-64-001         allow ms1-64-001 instructions\n"
13090 msgstr ""
13091
13092 #: config/tc-mt.c:153
13093 #, c-format
13094 msgid "  -march=ms1-16-002         allow ms1-16-002 instructions (default)\n"
13095 msgstr ""
13096
13097 #: config/tc-mt.c:154
13098 #, c-format
13099 msgid "  -march=ms1-16-003         allow ms1-16-003 instructions\n"
13100 msgstr ""
13101
13102 #: config/tc-mt.c:155
13103 #, c-format
13104 msgid "  -march=ms2                allow ms2 instructions \n"
13105 msgstr ""
13106
13107 #: config/tc-mt.c:156
13108 #, c-format
13109 msgid "  -nosched                  disable scheduling restrictions\n"
13110 msgstr ""
13111
13112 #: config/tc-mt.c:224
13113 #, c-format
13114 msgid "instruction %s may not follow another memory access instruction."
13115 msgstr ""
13116
13117 #: config/tc-mt.c:230
13118 #, c-format
13119 msgid "instruction %s may not follow another I/O instruction."
13120 msgstr ""
13121
13122 #: config/tc-mt.c:236
13123 #, c-format
13124 msgid "%s may not occupy the delay slot of another branch insn."
13125 msgstr ""
13126
13127 #: config/tc-mt.c:261
13128 #, c-format
13129 msgid "operand references R%ld of previous instruction."
13130 msgstr ""
13131
13132 #: config/tc-mt.c:267
13133 #, c-format
13134 msgid "operand references R%ld of instruction before previous."
13135 msgstr ""
13136
13137 #: config/tc-mt.c:281 config/tc-mt.c:286
13138 #, c-format
13139 msgid ""
13140 "conditional branch or jal insn's operand references R%ld of previous "
13141 "arithmetic or logic insn."
13142 msgstr ""
13143
13144 #: config/tc-mt.c:349
13145 msgid "md_estimate_size_before_relax\n"
13146 msgstr ""
13147
13148 #: config/tc-nds32.c:2375
13149 msgid ""
13150 "<arch name>\t  Assemble for architecture <arch name>\n"
13151 "\t\t\t  <arch name> could be\n"
13152 "\t\t\t  v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s"
13153 msgstr ""
13154
13155 #: config/tc-nds32.c:2379
13156 msgid ""
13157 "<baseline>\t  Assemble for baseline <baseline>\n"
13158 "\t\t\t  <baseline> could be v2, v3, v3m"
13159 msgstr ""
13160
13161 #: config/tc-nds32.c:2382
13162 msgid ""
13163 "<freg>\t  Specify a FPU configuration\n"
13164 "\t\t\t  <freg>\n"
13165 "\t\t\t  0:     8 SP /  4 DP registers\n"
13166 "\t\t\t  1:    16 SP /  8 DP registers\n"
13167 "\t\t\t  2:    32 SP / 16 DP registers\n"
13168 "\t\t\t  3:    32 SP / 32 DP registers"
13169 msgstr ""
13170
13171 #: config/tc-nds32.c:2388
13172 msgid ""
13173 "<abi>\t          Specify a abi version\n"
13174 "\t\t\t  <abi> could be v1, v2, v2fp, v2fpp"
13175 msgstr ""
13176
13177 #: config/tc-nds32.c:2421
13178 msgid "Multiply instructions support"
13179 msgstr ""
13180
13181 #: config/tc-nds32.c:2422
13182 msgid "Divide instructions support"
13183 msgstr ""
13184
13185 #: config/tc-nds32.c:2423
13186 msgid "16-bit extension"
13187 msgstr ""
13188
13189 #: config/tc-nds32.c:2424
13190 msgid "d0/d1 registers"
13191 msgstr ""
13192
13193 #: config/tc-nds32.c:2425
13194 msgid "Performance extension"
13195 msgstr ""
13196
13197 #: config/tc-nds32.c:2426
13198 msgid "Performance extension 2"
13199 msgstr ""
13200
13201 #: config/tc-nds32.c:2427
13202 msgid "String extension"
13203 msgstr ""
13204
13205 #: config/tc-nds32.c:2428
13206 msgid "Reduced Register configuration (GPR16) option"
13207 msgstr ""
13208
13209 #: config/tc-nds32.c:2429
13210 msgid "AUDIO ISA extension"
13211 msgstr ""
13212
13213 #: config/tc-nds32.c:2430
13214 msgid "FPU SP extension"
13215 msgstr ""
13216
13217 #: config/tc-nds32.c:2431
13218 msgid "FPU DP extension"
13219 msgstr ""
13220
13221 #: config/tc-nds32.c:2432
13222 msgid "FPU fused-multiply-add instructions"
13223 msgstr ""
13224
13225 #: config/tc-nds32.c:2433
13226 msgid "DSP extension"
13227 msgstr ""
13228
13229 #: config/tc-nds32.c:2434
13230 msgid "hardware loop extension"
13231 msgstr ""
13232
13233 #: config/tc-nds32.c:2471
13234 #, c-format
13235 msgid ""
13236 "\n"
13237 " NDS32-specific assembler options:\n"
13238 msgstr ""
13239
13240 #: config/tc-nds32.c:2472
13241 #, c-format
13242 msgid ""
13243 "  -O1,\t\t\t  Optimize for performance\n"
13244 "  -Os\t\t\t  Optimize for space\n"
13245 msgstr ""
13246
13247 #: config/tc-nds32.c:2475
13248 #, c-format
13249 msgid ""
13250 "  -EL, -mel or -little    Produce little endian output\n"
13251 "  -EB, -meb or -big       Produce big endian output\n"
13252 "  -mpic\t\t\t  Generate PIC\n"
13253 "  -mno-fp-as-gp-relax\t  Suppress fp-as-gp relaxation for this file\n"
13254 "  -mb2bb-relax\t\t  Back-to-back branch optimization\n"
13255 "  -mno-all-relax\t  Suppress all relaxation for this file\n"
13256 msgstr ""
13257
13258 #: config/tc-nds32.c:2486
13259 #, c-format
13260 msgid "  -m%s%s\n"
13261 msgstr ""
13262
13263 #: config/tc-nds32.c:2493
13264 #, c-format
13265 msgid "  -m[no-]%-17sEnable/Disable %s\n"
13266 msgstr ""
13267
13268 #: config/tc-nds32.c:2497
13269 #, c-format
13270 msgid "  -mall-ext\t\t  Turn on all extensions and instructions support\n"
13271 msgstr ""
13272
13273 #: config/tc-nds32.c:2770
13274 #, c-format
13275 msgid "la must use with symbol. '%s'"
13276 msgstr ""
13277
13278 #: config/tc-nds32.c:2823
13279 #, c-format
13280 msgid "need PIC qualifier with symbol. '%s'"
13281 msgstr ""
13282
13283 #: config/tc-nds32.c:2860
13284 #, c-format
13285 msgid "Operand is not a constant. `%s'"
13286 msgstr ""
13287
13288 #: config/tc-nds32.c:2949
13289 #, c-format
13290 msgid "needs @GOT or @GOTOFF. %s"
13291 msgstr ""
13292
13293 #: config/tc-nds32.c:3445
13294 #, c-format
13295 msgid "Duplicated pseudo-opcode %s."
13296 msgstr ""
13297
13298 #: config/tc-nds32.c:3496
13299 #, c-format
13300 msgid "Too many argument. `%s'"
13301 msgstr ""
13302
13303 #. Logic here rejects the input arch name.
13304 #: config/tc-nds32.c:3557
13305 #, c-format
13306 msgid "unknown arch name `%s'\n"
13307 msgstr ""
13308
13309 #. Logic here rejects the input baseline.
13310 #: config/tc-nds32.c:3576
13311 #, c-format
13312 msgid "unknown baseline `%s'\n"
13313 msgstr ""
13314
13315 #. Logic here rejects the input FPU configuration.
13316 #: config/tc-nds32.c:3599
13317 #, c-format
13318 msgid "unknown FPU configuration `%s'\n"
13319 msgstr ""
13320
13321 #. Logic here rejects the input abi version.
13322 #: config/tc-nds32.c:3623
13323 #, c-format
13324 msgid "unknown ABI version`%s'\n"
13325 msgstr ""
13326
13327 #: config/tc-nds32.c:4351
13328 #, c-format
13329 msgid "Different arguments of .vec_size are found, previous %d, current %d"
13330 msgstr ""
13331
13332 #: config/tc-nds32.c:4356
13333 #, c-format
13334 msgid "Argument of .vec_size is expected 4 or 16, actual: %d."
13335 msgstr ""
13336
13337 #: config/tc-nds32.c:4360
13338 msgid "Argument of .vec_size is not a constant."
13339 msgstr ""
13340
13341 #: config/tc-nds32.c:4945
13342 #, c-format
13343 msgid "Don't know how to handle this field. %s"
13344 msgstr ""
13345
13346 #: config/tc-nds32.c:5310
13347 #, c-format
13348 msgid "instruction %s requires enabling performance extension"
13349 msgstr ""
13350
13351 #: config/tc-nds32.c:5322
13352 #, c-format
13353 msgid "instruction %s requires enabling performance extension II"
13354 msgstr ""
13355
13356 #: config/tc-nds32.c:5334
13357 #, c-format
13358 msgid "instruction %s requires enabling AUDIO extension"
13359 msgstr ""
13360
13361 #: config/tc-nds32.c:5346
13362 #, c-format
13363 msgid "instruction %s requires enabling STRING extension"
13364 msgstr ""
13365
13366 #: config/tc-nds32.c:5360
13367 #, c-format
13368 msgid "instruction %s requires enabling DIV & DX_REGS extension"
13369 msgstr ""
13370
13371 #: config/tc-nds32.c:5375
13372 #, c-format
13373 msgid "instruction %s requires enabling FPU extension"
13374 msgstr ""
13375
13376 #: config/tc-nds32.c:5387
13377 #, c-format
13378 msgid "instruction %s requires enabling FPU_SP extension"
13379 msgstr ""
13380
13381 #: config/tc-nds32.c:5399
13382 #, c-format
13383 msgid "instruction %s requires enabling FPU_DP extension"
13384 msgstr ""
13385
13386 #: config/tc-nds32.c:5410 config/tc-nds32.c:5418
13387 #, c-format
13388 msgid "instruction %s requires enabling FPU_MAC extension"
13389 msgstr ""
13390
13391 #: config/tc-nds32.c:5426
13392 #, c-format
13393 msgid "instruction %s requires enabling DX_REGS extension"
13394 msgstr ""
13395
13396 #: config/tc-nds32.c:5442
13397 #, c-format
13398 msgid "instruction %s requires enabling dsp extension"
13399 msgstr ""
13400
13401 #: config/tc-nds32.c:5454
13402 #, c-format
13403 msgid "instruction %s requires enabling zol extension"
13404 msgstr ""
13405
13406 #: config/tc-nds32.c:5459
13407 #, c-format
13408 msgid "internal error: unknown instruction attribute: 0x%08x"
13409 msgstr ""
13410
13411 #: config/tc-nds32.c:5752
13412 #, c-format
13413 msgid "relax hint unrecognized instruction: line %d."
13414 msgstr ""
13415
13416 #: config/tc-nds32.c:5807
13417 #, c-format
13418 msgid "Can not find match relax hint.  Line: %d"
13419 msgstr ""
13420
13421 #: config/tc-nds32.c:6005
13422 msgid "Internal error: .relax_hint KEY is not a number!"
13423 msgstr ""
13424
13425 #: config/tc-nds32.c:6033
13426 #, c-format
13427 msgid "Internal error: Relax hint (%s) error. %s: %s (%x)"
13428 msgstr ""
13429
13430 #: config/tc-nds32.c:6108
13431 #, c-format
13432 msgid "Internal error: Range error. %s"
13433 msgstr ""
13434
13435 #: config/tc-nds32.c:6169
13436 msgid "Multiple BFD_RELOC_NDS32_PTR_RESOLVED patterns are not supported yet!"
13437 msgstr ""
13438
13439 #: config/tc-nds32.c:6307
13440 #, c-format
13441 msgid "Not support instruction %s in verbatim."
13442 msgstr ""
13443
13444 #: config/tc-nds32.c:6314
13445 #, c-format
13446 msgid "16-bit instruction is disabled: %s."
13447 msgstr ""
13448
13449 #: config/tc-nds32.c:6341
13450 #, c-format
13451 msgid "Instruction %s not supported in the baseline."
13452 msgstr ""
13453
13454 #: config/tc-nds32.c:6408
13455 #, c-format
13456 msgid "Unrecognized opcode, %s."
13457 msgstr ""
13458
13459 #: config/tc-nds32.c:6411
13460 #, c-format
13461 msgid "Incorrect syntax, %s."
13462 msgstr ""
13463
13464 #: config/tc-nds32.c:6414
13465 #, c-format
13466 msgid "Unrecognized operand/register, %s."
13467 msgstr ""
13468
13469 #: config/tc-nds32.c:6417
13470 #, c-format
13471 msgid "Operand out of range, %s."
13472 msgstr ""
13473
13474 #: config/tc-nds32.c:6420
13475 #, c-format
13476 msgid "Prohibited register used for reduced-register, %s."
13477 msgstr ""
13478
13479 #: config/tc-nds32.c:6423
13480 #, c-format
13481 msgid "Junk at end of line, %s."
13482 msgstr ""
13483
13484 #: config/tc-nds32.c:7121
13485 msgid "Addend to unresolved symbol is not on word boundary."
13486 msgstr ""
13487
13488 #. Should never here.
13489 #: config/tc-nds32.c:7657
13490 msgid "Used FPU instructions requires enabling FPU extension"
13491 msgstr ""
13492
13493 #: config/tc-nds32.c:7854
13494 #, c-format
13495 msgid "Internal error: Unknown fixup type %d (`%s')"
13496 msgstr ""
13497
13498 #: config/tc-nios2.c:453 config/tc-pru.c:309
13499 msgid "expecting opcode string in self test mode"
13500 msgstr ""
13501
13502 #: config/tc-nios2.c:455 config/tc-pru.c:311
13503 #, c-format
13504 msgid "assembly 0x%08x, expected %s"
13505 msgstr ""
13506
13507 #: config/tc-nios2.c:848
13508 msgid "branch offset out of range\n"
13509 msgstr ""
13510
13511 #: config/tc-nios2.c:849
13512 msgid "branch relaxation failed\n"
13513 msgstr ""
13514
13515 #: config/tc-nios2.c:1145
13516 msgid "error checking for overflow - broken assembler"
13517 msgstr ""
13518
13519 #: config/tc-nios2.c:1161 config/tc-pru.c:572
13520 #, c-format
13521 msgid "immediate value 0x%x truncated to 0x%x"
13522 msgstr ""
13523
13524 #: config/tc-nios2.c:1188 config/tc-pru.c:598
13525 #, c-format
13526 msgid "call target address 0x%08x out of range 0x%08x to 0x%08x"
13527 msgstr ""
13528
13529 #: config/tc-nios2.c:1194
13530 #, c-format
13531 msgid "branch offset %d out of range %d to %d"
13532 msgstr ""
13533
13534 #: config/tc-nios2.c:1198
13535 #, c-format
13536 msgid "branch offset %d out of range"
13537 msgstr ""
13538
13539 #: config/tc-nios2.c:1204 config/tc-pru.c:608
13540 #, c-format
13541 msgid "%s offset %d out of range %d to %d"
13542 msgstr ""
13543
13544 #: config/tc-nios2.c:1208
13545 #, c-format
13546 msgid "%s offset %d out of range"
13547 msgstr ""
13548
13549 #: config/tc-nios2.c:1213 config/tc-nios2.c:1228 config/tc-pru.c:613
13550 #, c-format
13551 msgid "immediate value %d out of range %d to %d"
13552 msgstr ""
13553
13554 #: config/tc-nios2.c:1218 config/tc-nios2.c:1223 config/tc-pru.c:623
13555 #: config/tc-pru.c:628
13556 #, c-format
13557 msgid "immediate value %u out of range %u to %u"
13558 msgstr ""
13559
13560 #: config/tc-nios2.c:1233
13561 #, c-format
13562 msgid "custom instruction opcode %u out of range %u to %u"
13563 msgstr ""
13564
13565 #: config/tc-nios2.c:1238 config/tc-pru.c:633
13566 msgid "overflow in immediate argument"
13567 msgstr ""
13568
13569 #: config/tc-nios2.c:1310 config/tc-pru.c:669
13570 msgid "cannot create 64-bit relocation"
13571 msgstr ""
13572
13573 #: config/tc-nios2.c:1438
13574 #, c-format
13575 msgid "internal error: broken opcode descriptor for `%s %s'\n"
13576 msgstr ""
13577
13578 #: config/tc-nios2.c:1487 config/tc-pru.c:862
13579 msgid "can't create relocation"
13580 msgstr ""
13581
13582 #: config/tc-nios2.c:1518 config/tc-pru.c:996 config/tc-pru.c:1016
13583 #: config/tc-pru.c:1043 config/tc-pru.c:1062 config/tc-pru.c:1076
13584 #, c-format
13585 msgid "unknown register %s"
13586 msgstr ""
13587
13588 #: config/tc-nios2.c:1526
13589 msgid "expecting control register"
13590 msgstr ""
13591
13592 #: config/tc-nios2.c:1528
13593 msgid "illegal use of control register"
13594 msgstr ""
13595
13596 #: config/tc-nios2.c:1530
13597 msgid "illegal use of coprocessor register"
13598 msgstr ""
13599
13600 #. Should never get here if we passed validation.
13601 #: config/tc-nios2.c:1532 config/tc-nios2.c:1846 config/tc-nios2.c:1988
13602 #: config/tc-nios2.c:2056
13603 #, c-format
13604 msgid "invalid register %s"
13605 msgstr ""
13606
13607 #: config/tc-nios2.c:1540
13608 msgid ""
13609 "Register at (r1) can sometimes be corrupted by assembler optimizations.\n"
13610 "Use .set noat to turn off those optimizations (and this warning)."
13611 msgstr ""
13612
13613 #: config/tc-nios2.c:1545
13614 msgid ""
13615 "The debugger will corrupt bt (r25).\n"
13616 "If you don't need to debug this code use .set nobreak to turn off this "
13617 "warning."
13618 msgstr ""
13619
13620 #: config/tc-nios2.c:1549
13621 msgid ""
13622 "The debugger will corrupt sstatus/ba (r30).\n"
13623 "If you don't need to debug this code use .set nobreak to turn off this "
13624 "warning."
13625 msgstr ""
13626
13627 #: config/tc-nios2.c:1939 config/tc-nios2.c:1967
13628 msgid "r31 cannot be used with jmp; use ret instead"
13629 msgstr ""
13630
13631 #: config/tc-nios2.c:1982
13632 msgid "r31 cannot be used with jmpr.n; use ret.n instead"
13633 msgstr ""
13634
13635 #: config/tc-nios2.c:2595 config/tc-nios2.c:2622 config/tc-nios2.c:2649
13636 #: config/tc-nios2.c:2680
13637 #, c-format
13638 msgid "Invalid constant operand %s"
13639 msgstr ""
13640
13641 #: config/tc-nios2.c:2997 config/tc-nios2.c:3021 config/tc-pru.c:1318
13642 #: config/tc-pru.c:1343 config/tc-pru.c:1363
13643 #, c-format
13644 msgid "badly formed expression near %s"
13645 msgstr ""
13646
13647 #: config/tc-nios2.c:3110 config/tc-nios2.c:3137 config/tc-pru.c:1412
13648 #: config/tc-pru.c:1437 config/tc-xtensa.c:2138
13649 msgid "too many arguments"
13650 msgstr ""
13651
13652 #: config/tc-nios2.c:3126 config/tc-pru.c:1389
13653 #, c-format
13654 msgid "expecting %c near %s"
13655 msgstr ""
13656
13657 #. we cannot recover from this.
13658 #: config/tc-nios2.c:3277
13659 #, c-format
13660 msgid "unrecognized pseudo-instruction %s"
13661 msgstr ""
13662
13663 #: config/tc-nios2.c:3540 config/tc-tic6x.c:232
13664 #, c-format
13665 msgid "unknown architecture '%s'"
13666 msgstr ""
13667
13668 #: config/tc-nios2.c:3621
13669 msgid "Big-endian R2 is not supported."
13670 msgstr ""
13671
13672 #. Unrecognised instruction - error.
13673 #: config/tc-nios2.c:3789 config/tc-pru.c:1737
13674 #, c-format
13675 msgid "unrecognised instruction %s"
13676 msgstr ""
13677
13678 #: config/tc-nios2.c:3909 config/tc-pru.c:1793
13679 #, c-format
13680 msgid "can't represent relocation type %s"
13681 msgstr ""
13682
13683 #: config/tc-nios2.c:4002
13684 msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
13685 msgstr ""
13686
13687 #: config/tc-nios2.c:4028
13688 #, c-format
13689 msgid "Illegal operands: %%tls_ldo in %d-byte data field"
13690 msgstr ""
13691
13692 #: config/tc-nios2.c:4040 config/tc-nios2.c:4058 config/tc-nios2.c:4065
13693 #, c-format
13694 msgid "Illegal operands: %%tls_ldo requires arguments in ()"
13695 msgstr ""
13696
13697 #: config/tc-nios2.c:4072
13698 #, c-format
13699 msgid "Illegal operands: garbage after %%tls_ldo()"
13700 msgstr ""
13701
13702 #: config/tc-ns32k.c:437
13703 msgid "Invalid syntax in PC-relative addressing mode"
13704 msgstr ""
13705
13706 #: config/tc-ns32k.c:461
13707 msgid "Invalid syntax in External addressing mode"
13708 msgstr ""
13709
13710 #: config/tc-ns32k.c:542
13711 msgid "Invalid syntax in Memory Relative addressing mode"
13712 msgstr ""
13713
13714 #: config/tc-ns32k.c:609
13715 msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
13716 msgstr ""
13717
13718 #: config/tc-ns32k.c:614
13719 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
13720 msgstr ""
13721
13722 #: config/tc-ns32k.c:619
13723 msgid "Scaled-indexed addressing mode combined with scaled-index"
13724 msgstr ""
13725
13726 #: config/tc-ns32k.c:630
13727 msgid "Invalid or illegal addressing mode combined with scaled-index"
13728 msgstr ""
13729
13730 #: config/tc-ns32k.c:753
13731 msgid "Premature end of suffix -- Defaulting to d"
13732 msgstr ""
13733
13734 #: config/tc-ns32k.c:766
13735 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
13736 msgstr ""
13737
13738 #: config/tc-ns32k.c:811
13739 msgid "Very short instr to option, ie you can't do it on a NULLstr"
13740 msgstr ""
13741
13742 #: config/tc-ns32k.c:861
13743 msgid "No such entry in list. (cpu/mmu register)"
13744 msgstr ""
13745
13746 #: config/tc-ns32k.c:918
13747 msgid "Internal consistency error.  check ns32k-opcode.h"
13748 msgstr ""
13749
13750 #: config/tc-ns32k.c:943
13751 msgid "Address of immediate operand"
13752 msgstr ""
13753
13754 #: config/tc-ns32k.c:944
13755 msgid "Invalid immediate write operand."
13756 msgstr ""
13757
13758 #: config/tc-ns32k.c:1074
13759 msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
13760 msgstr ""
13761
13762 #: config/tc-ns32k.c:1107
13763 msgid "No such opcode"
13764 msgstr ""
13765
13766 #: config/tc-ns32k.c:1182
13767 msgid "Bad suffix, defaulting to d"
13768 msgstr ""
13769
13770 #: config/tc-ns32k.c:1209
13771 msgid "Too many operands passed to instruction"
13772 msgstr ""
13773
13774 #. Check error in default.
13775 #: config/tc-ns32k.c:1221
13776 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
13777 msgstr ""
13778
13779 #: config/tc-ns32k.c:1224
13780 msgid "Wrong number of operands"
13781 msgstr ""
13782
13783 #: config/tc-ns32k.c:1297
13784 #, c-format
13785 msgid "Can not do %d byte pc-relative relocation for storage type %d"
13786 msgstr ""
13787
13788 #: config/tc-ns32k.c:1300
13789 #, c-format
13790 msgid "Can not do %d byte relocation for storage type %d"
13791 msgstr ""
13792
13793 #: config/tc-ns32k.c:1392
13794 #, c-format
13795 msgid "value of %ld out of byte displacement range."
13796 msgstr ""
13797
13798 #: config/tc-ns32k.c:1402
13799 #, c-format
13800 msgid "value of %ld out of word displacement range."
13801 msgstr ""
13802
13803 #: config/tc-ns32k.c:1417
13804 #, c-format
13805 msgid "value of %ld out of double word displacement range."
13806 msgstr ""
13807
13808 #: config/tc-ns32k.c:1438
13809 #, c-format
13810 msgid "Internal logic error.  Line %d, file: \"%s\""
13811 msgstr ""
13812
13813 #: config/tc-ns32k.c:1486
13814 #, c-format
13815 msgid "Internal logic error. line %d, file \"%s\""
13816 msgstr ""
13817
13818 #: config/tc-ns32k.c:1587
13819 msgid "Bit field out of range"
13820 msgstr ""
13821
13822 #: config/tc-ns32k.c:1687
13823 msgid "iif convert internal pcrel/binary"
13824 msgstr ""
13825
13826 #: config/tc-ns32k.c:1704
13827 msgid "Bignum too big for long"
13828 msgstr ""
13829
13830 #: config/tc-ns32k.c:1781
13831 msgid "iif convert internal pcrel/pointer"
13832 msgstr ""
13833
13834 #: config/tc-ns32k.c:1786
13835 msgid "Internal logic error in iif.iifP[n].type"
13836 msgstr ""
13837
13838 #. We can't relax this case.
13839 #: config/tc-ns32k.c:1822
13840 msgid "Can't relax difference"
13841 msgstr ""
13842
13843 #: config/tc-ns32k.c:1863
13844 msgid "Displacement too large for :d"
13845 msgstr ""
13846
13847 #: config/tc-ns32k.c:1876
13848 msgid "Internal logic error in iif.iifP[].type"
13849 msgstr ""
13850
13851 #. Fatal.
13852 #: config/tc-ns32k.c:1908
13853 #, c-format
13854 msgid "Can't hash %s: %s"
13855 msgstr ""
13856
13857 #: config/tc-ns32k.c:2144
13858 #, c-format
13859 msgid "invalid architecture option -m%s, ignored"
13860 msgstr ""
13861
13862 #: config/tc-ns32k.c:2157
13863 #, c-format
13864 msgid "invalid default displacement size \"%s\". Defaulting to %d."
13865 msgstr ""
13866
13867 #: config/tc-ns32k.c:2173
13868 #, c-format
13869 msgid ""
13870 "NS32K options:\n"
13871 "-m32032 | -m32532\tselect variant of NS32K architecture\n"
13872 "--disp-size-default=<1|2|4>\n"
13873 msgstr ""
13874
13875 #: config/tc-ns32k.c:2249
13876 #, c-format
13877 msgid "Cannot find relocation type for symbol %s, code %d"
13878 msgstr ""
13879
13880 #: config/tc-pdp11.c:336 config/tc-pdp11.c:353 config/tc-pdp11.c:376
13881 #: config/tc-pdp11.c:382 config/tc-pdp11.c:395
13882 msgid "Bad register name"
13883 msgstr ""
13884
13885 #: config/tc-pdp11.c:414 config/tc-pdp11.c:478 config/tc-pdp11.c:489
13886 msgid "Error in expression"
13887 msgstr ""
13888
13889 #: config/tc-pdp11.c:486
13890 msgid "Low order bits truncated in immediate float operand"
13891 msgstr ""
13892
13893 #: config/tc-pdp11.c:630
13894 msgid "Float AC not legal as integer operand"
13895 msgstr ""
13896
13897 #: config/tc-pdp11.c:650
13898 msgid "General register not legal as float operand"
13899 msgstr ""
13900
13901 #: config/tc-pdp11.c:683
13902 msgid "No instruction found"
13903 msgstr ""
13904
13905 #: config/tc-pdp11.c:693 config/tc-z80.c:1948 config/tc-z80.c:1961
13906 #, c-format
13907 msgid "Unknown instruction '%s'"
13908 msgstr ""
13909
13910 #: config/tc-pdp11.c:699
13911 #, c-format
13912 msgid "Unsupported instruction set extension: %s"
13913 msgstr ""
13914
13915 #: config/tc-pdp11.c:733
13916 msgid "operand is not an absolute constant"
13917 msgstr ""
13918
13919 #: config/tc-pdp11.c:741
13920 msgid "3-bit immediate out of range"
13921 msgstr ""
13922
13923 #: config/tc-pdp11.c:748
13924 msgid "6-bit immediate out of range"
13925 msgstr ""
13926
13927 #: config/tc-pdp11.c:755
13928 msgid "8-bit immediate out of range"
13929 msgstr ""
13930
13931 #: config/tc-pdp11.c:772 config/tc-pdp11.c:965
13932 msgid "Symbol expected"
13933 msgstr ""
13934
13935 #: config/tc-pdp11.c:777
13936 msgid "8-bit displacement out of range"
13937 msgstr ""
13938
13939 #: config/tc-pdp11.c:819 config/tc-pdp11.c:840 config/tc-pdp11.c:857
13940 #: config/tc-pdp11.c:878 config/tc-pdp11.c:895 config/tc-pdp11.c:916
13941 #: config/tc-pdp11.c:935 config/tc-pdp11.c:956
13942 msgid "Missing ','"
13943 msgstr ""
13944
13945 #: config/tc-pdp11.c:970
13946 msgid "6-bit displacement out of range"
13947 msgstr ""
13948
13949 #: config/tc-pdp11.c:991 config/tc-tilegx.c:1216 config/tc-tilepro.c:1102
13950 #: config/tc-vax.c:1950
13951 msgid "Too many operands"
13952 msgstr ""
13953
13954 #: config/tc-pdp11.c:1441
13955 #, c-format
13956 msgid "Can not represent %s relocation in this object file format"
13957 msgstr ""
13958
13959 #: config/tc-pj.c:64 config/tc-pj.c:73
13960 msgid "confusing relocation expressions"
13961 msgstr ""
13962
13963 #: config/tc-pj.c:157
13964 msgid "can't have relocation for ipush"
13965 msgstr ""
13966
13967 #: config/tc-pj.c:289
13968 msgid "expected expression"
13969 msgstr ""
13970
13971 #: config/tc-pj.c:355
13972 #, c-format
13973 msgid ""
13974 "PJ options:\n"
13975 "-little\t\t\tgenerate little endian code\n"
13976 "-big\t\t\tgenerate big endian code\n"
13977 msgstr ""
13978
13979 #: config/tc-pj.c:380 config/tc-sh.c:3600 config/tc-sh.c:3607
13980 #: config/tc-sh.c:3614 config/tc-sh.c:3621
13981 msgid "pcrel too far"
13982 msgstr ""
13983
13984 #: config/tc-ppc.c:977 config/tc-ppc.c:985 config/tc-ppc.c:3292
13985 msgid "invalid register expression"
13986 msgstr ""
13987
13988 #: config/tc-ppc.c:1145 config/tc-ppc.c:1203 config/tc-ppc.c:1251
13989 msgid "the use of -mvle requires big endian."
13990 msgstr ""
13991
13992 #: config/tc-ppc.c:1183 config/tc-ppc.c:1205
13993 msgid "the use of -mvle requires -a32."
13994 msgstr ""
13995
13996 #: config/tc-ppc.c:1185
13997 #, c-format
13998 msgid "%s unsupported"
13999 msgstr ""
14000
14001 #: config/tc-ppc.c:1278 config/tc-s390.c:433 config/tc-s390.c:440
14002 #, c-format
14003 msgid "invalid switch -m%s"
14004 msgstr ""
14005
14006 #: config/tc-ppc.c:1309
14007 msgid "--nops needs a numeric argument"
14008 msgstr ""
14009
14010 #: config/tc-ppc.c:1326
14011 #, c-format
14012 msgid ""
14013 "PowerPC options:\n"
14014 "-a32                    generate ELF32/XCOFF32\n"
14015 "-a64                    generate ELF64/XCOFF64\n"
14016 "-u                      ignored\n"
14017 "-mpwrx, -mpwr2          generate code for POWER/2 (RIOS2)\n"
14018 "-mpwr                   generate code for POWER (RIOS1)\n"
14019 "-m601                   generate code for PowerPC 601\n"
14020 "-mppc, -mppc32, -m603, -m604\n"
14021 "                        generate code for PowerPC 603/604\n"
14022 "-m403                   generate code for PowerPC 403\n"
14023 "-m405                   generate code for PowerPC 405\n"
14024 "-m440                   generate code for PowerPC 440\n"
14025 "-m464                   generate code for PowerPC 464\n"
14026 "-m476                   generate code for PowerPC 476\n"
14027 "-m7400, -m7410, -m7450, -m7455\n"
14028 "                        generate code for PowerPC 7400/7410/7450/7455\n"
14029 "-m750cl, -mgekko, -mbroadway\n"
14030 "                        generate code for PowerPC 750cl/Gekko/Broadway\n"
14031 "-m821, -m850, -m860     generate code for PowerPC 821/850/860\n"
14032 msgstr ""
14033
14034 #: config/tc-ppc.c:1346
14035 #, c-format
14036 msgid ""
14037 "-mppc64, -m620          generate code for PowerPC 620/625/630\n"
14038 "-mppc64bridge           generate code for PowerPC 64, including bridge "
14039 "insns\n"
14040 "-mbooke                 generate code for 32-bit PowerPC BookE\n"
14041 "-ma2                    generate code for A2 architecture\n"
14042 "-mpower4, -mpwr4        generate code for Power4 architecture\n"
14043 "-mpower5, -mpwr5, -mpwr5x\n"
14044 "                        generate code for Power5 architecture\n"
14045 "-mpower6, -mpwr6        generate code for Power6 architecture\n"
14046 "-mpower7, -mpwr7        generate code for Power7 architecture\n"
14047 "-mpower8, -mpwr8        generate code for Power8 architecture\n"
14048 "-mpower9, -mpwr9        generate code for Power9 architecture\n"
14049 "-mcell                  generate code for Cell Broadband Engine "
14050 "architecture\n"
14051 "-mcom                   generate code for Power/PowerPC common instructions\n"
14052 "-many                   generate code for any architecture (PWR/PWRX/PPC)\n"
14053 msgstr ""
14054
14055 #: config/tc-ppc.c:1361
14056 #, c-format
14057 msgid ""
14058 "-maltivec               generate code for AltiVec\n"
14059 "-mvsx                   generate code for Vector-Scalar (VSX) instructions\n"
14060 "-me300                  generate code for PowerPC e300 family\n"
14061 "-me500, -me500x2        generate code for Motorola e500 core complex\n"
14062 "-me500mc,               generate code for Freescale e500mc core complex\n"
14063 "-me500mc64,             generate code for Freescale e500mc64 core complex\n"
14064 "-me5500,                generate code for Freescale e5500 core complex\n"
14065 "-me6500,                generate code for Freescale e6500 core complex\n"
14066 "-mspe                   generate code for Motorola SPE instructions\n"
14067 "-mspe2                  generate code for Freescale SPE2 instructions\n"
14068 "-mvle                   generate code for Freescale VLE instructions\n"
14069 "-mtitan                 generate code for AppliedMicro Titan core complex\n"
14070 "-mregnames              Allow symbolic names for registers\n"
14071 "-mno-regnames           Do not allow symbolic names for registers\n"
14072 msgstr ""
14073
14074 #: config/tc-ppc.c:1377
14075 #, c-format
14076 msgid ""
14077 "-mrelocatable           support for GCC's -mrelocatble option\n"
14078 "-mrelocatable-lib       support for GCC's -mrelocatble-lib option\n"
14079 "-memb                   set PPC_EMB bit in ELF flags\n"
14080 "-mlittle, -mlittle-endian, -le\n"
14081 "                        generate code for a little endian machine\n"
14082 "-mbig, -mbig-endian, -be\n"
14083 "                        generate code for a big endian machine\n"
14084 "-msolaris               generate code for Solaris\n"
14085 "-mno-solaris            do not generate code for Solaris\n"
14086 "-K PIC                  set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
14087 "-V                      print assembler version number\n"
14088 "-Qy, -Qn                ignored\n"
14089 msgstr ""
14090
14091 #: config/tc-ppc.c:1391
14092 #, c-format
14093 msgid ""
14094 "-nops=count             when aligning, more than COUNT nops uses a branch\n"
14095 "-ppc476-workaround      warn if emitting data to code sections\n"
14096 msgstr ""
14097
14098 #: config/tc-ppc.c:1422
14099 #, c-format
14100 msgid "unknown default cpu = %s, os = %s"
14101 msgstr ""
14102
14103 #: config/tc-ppc.c:1450
14104 msgid "neither Power nor PowerPC opcodes were selected."
14105 msgstr ""
14106
14107 #: config/tc-ppc.c:1510
14108 #, c-format
14109 msgid "mask trims opcode bits for %s"
14110 msgstr ""
14111
14112 #: config/tc-ppc.c:1520
14113 #, c-format
14114 msgid "operand index error for %s"
14115 msgstr ""
14116
14117 #: config/tc-ppc.c:1546
14118 #, c-format
14119 msgid "operand %d overlap in %s"
14120 msgstr ""
14121
14122 #: config/tc-ppc.c:1555
14123 #, c-format
14124 msgid "non-optional operand %d follows optional operand in %s"
14125 msgstr ""
14126
14127 #: config/tc-ppc.c:1605
14128 #, c-format
14129 msgid "powerpc_operands[%d].bitm invalid"
14130 msgstr ""
14131
14132 #: config/tc-ppc.c:1612
14133 #, c-format
14134 msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
14135 msgstr ""
14136
14137 #: config/tc-ppc.c:1638 config/tc-ppc.c:1695 config/tc-ppc.c:1739
14138 #, c-format
14139 msgid "major opcode is not sorted for %s"
14140 msgstr ""
14141
14142 #: config/tc-ppc.c:1644
14143 #, c-format
14144 msgid "%s is enabled by vle flag"
14145 msgstr ""
14146
14147 #: config/tc-ppc.c:1651
14148 #, c-format
14149 msgid "%s not disabled by vle flag"
14150 msgstr ""
14151
14152 #: config/tc-ppc.c:1665 config/tc-ppc.c:1710 config/tc-ppc.c:1754
14153 #, c-format
14154 msgid "duplicate instruction %s"
14155 msgstr ""
14156
14157 #: config/tc-ppc.c:1778
14158 #, c-format
14159 msgid "duplicate macro %s"
14160 msgstr ""
14161
14162 #: config/tc-ppc.c:2141
14163 msgid "identifier+constant@got means identifier@got+constant"
14164 msgstr ""
14165
14166 #: config/tc-ppc.c:2161
14167 msgid "symbol+offset not supported for got tls"
14168 msgstr ""
14169
14170 #: config/tc-ppc.c:2238 config/tc-ppc.c:4015 config/tc-ppc.c:7474
14171 msgid "data in executable section"
14172 msgstr ""
14173
14174 #: config/tc-ppc.c:2279 config/tc-ppc.c:5655
14175 msgid "expected comma after symbol-name: rest of line ignored."
14176 msgstr ""
14177
14178 #: config/tc-ppc.c:2312 config/tc-ppc.c:5691
14179 #, c-format
14180 msgid "ignoring attempt to re-define symbol `%s'."
14181 msgstr ""
14182
14183 #: config/tc-ppc.c:2320
14184 #, c-format
14185 msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld."
14186 msgstr ""
14187
14188 #: config/tc-ppc.c:2338
14189 msgid "common alignment not a power of 2"
14190 msgstr ""
14191
14192 #: config/tc-ppc.c:2380
14193 #, c-format
14194 msgid "expected comma after name `%s' in .localentry directive"
14195 msgstr ""
14196
14197 #: config/tc-ppc.c:2390
14198 msgid "missing expression in .localentry directive"
14199 msgstr ""
14200
14201 #: config/tc-ppc.c:2411
14202 #, c-format
14203 msgid ".localentry expression for `%s' is not a valid power of 2"
14204 msgstr ""
14205
14206 #: config/tc-ppc.c:2428
14207 #, c-format
14208 msgid ".localentry expression for `%s' does not evaluate to a constant"
14209 msgstr ""
14210
14211 #: config/tc-ppc.c:2443
14212 msgid "missing expression in .abiversion directive"
14213 msgstr ""
14214
14215 #: config/tc-ppc.c:2452
14216 msgid ".abiversion expression does not evaluate to a constant"
14217 msgstr ""
14218
14219 #: config/tc-ppc.c:2474
14220 msgid "unknown .gnu_attribute value"
14221 msgstr ""
14222
14223 #: config/tc-ppc.c:2526
14224 msgid "relocation cannot be done when using -mrelocatable"
14225 msgstr ""
14226
14227 #: config/tc-ppc.c:2572
14228 msgid "TOC section size exceeds 64k"
14229 msgstr ""
14230
14231 #: config/tc-ppc.c:2667
14232 #, c-format
14233 msgid "syntax error: invalid toc specifier `%s'"
14234 msgstr ""
14235
14236 #: config/tc-ppc.c:2681
14237 #, c-format
14238 msgid "syntax error: expected `]', found  `%c'"
14239 msgstr ""
14240
14241 #: config/tc-ppc.c:2993
14242 #, c-format
14243 msgid "%s howto doesn't match size/pcrel in gas"
14244 msgstr ""
14245
14246 #: config/tc-ppc.c:3034
14247 #, c-format
14248 msgid "unrecognized opcode: `%s'"
14249 msgstr ""
14250
14251 #: config/tc-ppc.c:3209
14252 msgid "[tocv] symbol is not a toc symbol"
14253 msgstr ""
14254
14255 #: config/tc-ppc.c:3220
14256 msgid "unimplemented toc32 expression modifier"
14257 msgstr ""
14258
14259 #: config/tc-ppc.c:3225
14260 msgid "unimplemented toc64 expression modifier"
14261 msgstr ""
14262
14263 #: config/tc-ppc.c:3229
14264 #, c-format
14265 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
14266 msgstr ""
14267
14268 #: config/tc-ppc.c:3512
14269 #, c-format
14270 msgid "@tls may not be used with \"%s\" operands"
14271 msgstr ""
14272
14273 #: config/tc-ppc.c:3515
14274 msgid "@tls may only be used in last operand"
14275 msgstr ""
14276
14277 #: config/tc-ppc.c:3536 config/tc-ppc.c:3543 config/tc-ppc.c:3555
14278 #, c-format
14279 msgid "%s unsupported on this instruction"
14280 msgstr ""
14281
14282 #: config/tc-ppc.c:3599
14283 #, c-format
14284 msgid "assuming %s on symbol"
14285 msgstr ""
14286
14287 #: config/tc-ppc.c:3702
14288 msgid "unsupported relocation for DS offset field"
14289 msgstr ""
14290
14291 #: config/tc-ppc.c:3745
14292 #, c-format
14293 msgid "syntax error; found `%c', expected `%c'"
14294 msgstr ""
14295
14296 #: config/tc-ppc.c:3750
14297 #, c-format
14298 msgid "syntax error; end of line, expected `%c'"
14299 msgstr ""
14300
14301 #: config/tc-ppc.c:3815 config/tc-ppc.c:6767
14302 #, c-format
14303 msgid "instruction address is not a multiple of %d"
14304 msgstr ""
14305
14306 #: config/tc-ppc.c:3899
14307 msgid "wrong number of operands"
14308 msgstr ""
14309
14310 #: config/tc-ppc.c:3972
14311 msgid "bad .section directive: want a,e,v,w,x,M,S,G,T in string"
14312 msgstr ""
14313
14314 #: config/tc-ppc.c:4052
14315 msgid "missing size"
14316 msgstr ""
14317
14318 #: config/tc-ppc.c:4061
14319 msgid "negative size"
14320 msgstr ""
14321
14322 #: config/tc-ppc.c:4093
14323 msgid "missing real symbol name"
14324 msgstr ""
14325
14326 #: config/tc-ppc.c:4132
14327 msgid "attempt to redefine symbol"
14328 msgstr ""
14329
14330 #: config/tc-ppc.c:4395
14331 #, c-format
14332 msgid "no known dwarf XCOFF section for flag 0x%08x\n"
14333 msgstr ""
14334
14335 #: config/tc-ppc.c:4408
14336 #, c-format
14337 msgid "label %s was not defined in this dwarf section"
14338 msgstr ""
14339
14340 #: config/tc-ppc.c:4522
14341 msgid "the XCOFF file format does not support arbitrary sections"
14342 msgstr ""
14343
14344 #: config/tc-ppc.c:4593
14345 msgid ".ref outside .csect"
14346 msgstr ""
14347
14348 #: config/tc-ppc.c:4614 config/tc-ppc.c:4814
14349 msgid "missing symbol name"
14350 msgstr ""
14351
14352 #: config/tc-ppc.c:4644
14353 msgid "missing rename string"
14354 msgstr ""
14355
14356 #: config/tc-ppc.c:4674 config/tc-ppc.c:5213 read.c:3519
14357 msgid "missing value"
14358 msgstr ""
14359
14360 #: config/tc-ppc.c:4692
14361 msgid "illegal .stabx expression; zero assumed"
14362 msgstr ""
14363
14364 #: config/tc-ppc.c:4724
14365 msgid "missing class"
14366 msgstr ""
14367
14368 #: config/tc-ppc.c:4733
14369 msgid "missing type"
14370 msgstr ""
14371
14372 #: config/tc-ppc.c:4760
14373 msgid ".stabx of storage class stsym must be within .bs/.es"
14374 msgstr ""
14375
14376 #: config/tc-ppc.c:5001
14377 msgid "nested .bs blocks"
14378 msgstr ""
14379
14380 #: config/tc-ppc.c:5032
14381 msgid ".es without preceding .bs"
14382 msgstr ""
14383
14384 #: config/tc-ppc.c:5205
14385 msgid "non-constant byte count"
14386 msgstr ""
14387
14388 #: config/tc-ppc.c:5279
14389 msgid ".tc not in .toc section"
14390 msgstr ""
14391
14392 #: config/tc-ppc.c:5297
14393 msgid ".tc with no label"
14394 msgstr ""
14395
14396 #: config/tc-ppc.c:5381 config/tc-s390.c:1968
14397 msgid ".machine stack overflow"
14398 msgstr ""
14399
14400 #: config/tc-ppc.c:5388 config/tc-s390.c:1979
14401 msgid ".machine stack underflow"
14402 msgstr ""
14403
14404 #: config/tc-ppc.c:5395 config/tc-s390.c:1991
14405 #, c-format
14406 msgid "invalid machine `%s'"
14407 msgstr ""
14408
14409 #: config/tc-ppc.c:5427
14410 msgid "no previous section to return to, ignored."
14411 msgstr ""
14412
14413 #: config/tc-ppc.c:5700
14414 #, c-format
14415 msgid "length of .comm \"%s\" is already %ld. Not changed to %ld."
14416 msgstr ""
14417
14418 #. Section Contents
14419 #. unknown
14420 #: config/tc-ppc.c:5828
14421 msgid "unsupported section attribute -- 'a'"
14422 msgstr ""
14423
14424 #: config/tc-ppc.c:6011
14425 msgid "bad symbol suffix"
14426 msgstr ""
14427
14428 #: config/tc-ppc.c:6104
14429 msgid "unrecognized symbol suffix"
14430 msgstr ""
14431
14432 #: config/tc-ppc.c:6191
14433 msgid "two .function pseudo-ops with no intervening .ef"
14434 msgstr ""
14435
14436 #: config/tc-ppc.c:6204
14437 msgid ".ef with no preceding .function"
14438 msgstr ""
14439
14440 #: config/tc-ppc.c:6333
14441 #, c-format
14442 msgid "warning: symbol %s has no csect"
14443 msgstr ""
14444
14445 #: config/tc-ppc.c:6595
14446 msgid "symbol in .toc does not match any .tc"
14447 msgstr ""
14448
14449 #: config/tc-ppc.c:7238
14450 #, c-format
14451 msgid "%s unsupported as instruction fixup"
14452 msgstr ""
14453
14454 #: config/tc-ppc.c:7312
14455 #, c-format
14456 msgid "unsupported relocation against %s"
14457 msgstr ""
14458
14459 #: config/tc-ppc.c:7457
14460 #, c-format
14461 msgid "Gas failure, reloc value %d\n"
14462 msgstr ""
14463
14464 #: config/tc-pru.c:603
14465 #, c-format
14466 msgid "quick branch offset %d out of range %d to %d"
14467 msgstr ""
14468
14469 #: config/tc-pru.c:618
14470 #, c-format
14471 msgid "immediate value %llu out of range %u to %lu"
14472 msgstr ""
14473
14474 #: config/tc-pru.c:698
14475 msgid "unexpected PC relative expression"
14476 msgstr ""
14477
14478 #: config/tc-pru.c:735 config/tc-pru.c:742
14479 msgid "residual low bits in pmem diff relocation"
14480 msgstr ""
14481
14482 #: config/tc-pru.c:938 config/tc-pru.c:971
14483 #, c-format
14484 msgid "trailing garbage after expression: %s"
14485 msgstr ""
14486
14487 #: config/tc-pru.c:943
14488 #, c-format
14489 msgid "expected expression, got %s"
14490 msgstr ""
14491
14492 #: config/tc-pru.c:976
14493 #, c-format
14494 msgid "expected constant expression, got %s"
14495 msgstr ""
14496
14497 #: config/tc-pru.c:1029
14498 msgid "data transfer register cannot be halfword"
14499 msgstr ""
14500
14501 #: config/tc-pru.c:1048
14502 msgid "destination register must be full-word"
14503 msgstr ""
14504
14505 #: config/tc-pru.c:1080
14506 #, c-format
14507 msgid "cannot use partial register %s for addressing"
14508 msgstr ""
14509
14510 #: config/tc-pru.c:1093
14511 #, c-format
14512 msgid "value %lu is too large for a byte operand"
14513 msgstr ""
14514
14515 #: config/tc-pru.c:1115
14516 #, c-format
14517 msgid "loop count constant %ld is out of range [1..%d]"
14518 msgstr ""
14519
14520 #: config/tc-pru.c:1215 config/tc-pru.c:1241
14521 #, c-format
14522 msgid "byte count constant %ld is out of range [1..%d]"
14523 msgstr ""
14524
14525 #: config/tc-pru.c:1222 config/tc-pru.c:1248
14526 msgid "only r0 can be used as byte count register"
14527 msgstr ""
14528
14529 #: config/tc-pru.c:1224 config/tc-pru.c:1250
14530 msgid "only r0.bX byte fields of r0 can be used as byte count"
14531 msgstr ""
14532
14533 #: config/tc-pru.c:1263
14534 #, c-format
14535 msgid "invalid constant table offset %ld"
14536 msgstr ""
14537
14538 #: config/tc-pru.c:1274
14539 #, c-format
14540 msgid "invalid WakeOnStatus %ld"
14541 msgstr ""
14542
14543 #: config/tc-pru.c:1285
14544 #, c-format
14545 msgid "invalid XFR WideBus Address %ld"
14546 msgstr ""
14547
14548 #: config/tc-pru.c:1545
14549 #, c-format
14550 msgid ""
14551 "PRU options:\n"
14552 "  -mlink-relax     generate relocations for linker relaxation (default).\n"
14553 "  -mno-link-relax  don't generate relocations for linker relaxation.\n"
14554 msgstr ""
14555
14556 #: config/tc-pru.c:1839
14557 #, c-format
14558 msgid "Label \"%s\" matches a CPU register name"
14559 msgstr ""
14560
14561 #: config/tc-riscv.c:399 config/tc-riscv.c:464
14562 #, c-format
14563 msgid "internal error: can't hash `%s': %s"
14564 msgstr ""
14565
14566 #: config/tc-riscv.c:561
14567 #, c-format
14568 msgid "internal: bad RISC-V opcode (mask error): %s %s"
14569 msgstr ""
14570
14571 #: config/tc-riscv.c:609
14572 #, c-format
14573 msgid "internal: bad RISC-V opcode (unknown operand type `CF%c'): %s %s"
14574 msgstr ""
14575
14576 #: config/tc-riscv.c:616
14577 #, c-format
14578 msgid "internal: bad RISC-V opcode (unknown operand type `C%c'): %s %s"
14579 msgstr ""
14580
14581 #: config/tc-riscv.c:660 config/tc-riscv.c:672
14582 #, c-format
14583 msgid "internal: bad RISC-V opcode (unknown operand type `F%c'): %s %s"
14584 msgstr ""
14585
14586 #: config/tc-riscv.c:679
14587 #, c-format
14588 msgid "internal: bad RISC-V opcode (unknown operand type `%c'): %s %s"
14589 msgstr ""
14590
14591 #: config/tc-riscv.c:687
14592 #, c-format
14593 msgid "internal: bad RISC-V opcode (bits 0x%lx undefined): %s %s"
14594 msgstr ""
14595
14596 #: config/tc-riscv.c:833
14597 #, c-format
14598 msgid "Unsupported RISC-V relocation number %d"
14599 msgstr ""
14600
14601 #: config/tc-riscv.c:920
14602 msgid "internal error: invalid macro"
14603 msgstr ""
14604
14605 #: config/tc-riscv.c:951 config/tc-riscv.c:1021
14606 msgid "unsupported large constant"
14607 msgstr ""
14608
14609 #: config/tc-riscv.c:953
14610 #, c-format
14611 msgid "unknown CSR `%s'"
14612 msgstr ""
14613
14614 #: config/tc-riscv.c:956
14615 #, c-format
14616 msgid "Instruction %s requires absolute expression"
14617 msgstr ""
14618
14619 #: config/tc-riscv.c:1177
14620 #, c-format
14621 msgid "Macro %s not implemented"
14622 msgstr ""
14623
14624 #: config/tc-riscv.c:1659
14625 msgid "bad value for funct6 field, value must be 0...64"
14626 msgstr ""
14627
14628 #: config/tc-riscv.c:1674
14629 msgid "bad value for funct4 field, value must be 0...15"
14630 msgstr ""
14631
14632 #: config/tc-riscv.c:1689 config/tc-riscv.c:2047
14633 msgid "bad value for funct3 field, value must be 0...7"
14634 msgstr ""
14635
14636 #: config/tc-riscv.c:1703 config/tc-riscv.c:2062
14637 msgid "bad value for funct2 field, value must be 0...3"
14638 msgstr ""
14639
14640 #: config/tc-riscv.c:1712
14641 #, c-format
14642 msgid "bad compressed FUNCT field specifier 'CF%c'\n"
14643 msgstr ""
14644
14645 #: config/tc-riscv.c:1719
14646 #, c-format
14647 msgid "bad RVC field specifier 'C%c'\n"
14648 msgstr ""
14649
14650 #: config/tc-riscv.c:1742 config/tc-riscv.c:1753
14651 #, c-format
14652 msgid "Improper shift amount (%lu)"
14653 msgstr ""
14654
14655 #: config/tc-riscv.c:1764
14656 #, c-format
14657 msgid "Improper CSRxI immediate (%lu)"
14658 msgstr ""
14659
14660 #: config/tc-riscv.c:1779
14661 #, c-format
14662 msgid "Improper CSR address (%lu)"
14663 msgstr ""
14664
14665 #: config/tc-riscv.c:1954
14666 msgid "lui expression not in range 0..1048575"
14667 msgstr ""
14668
14669 #: config/tc-riscv.c:1993
14670 msgid ""
14671 "bad value for opcode field, value must be 0...127 and lower 2 bits must be "
14672 "0x3"
14673 msgstr ""
14674
14675 #: config/tc-riscv.c:2009
14676 msgid "bad value for opcode field, value must be 0...2"
14677 msgstr ""
14678
14679 #: config/tc-riscv.c:2019
14680 #, c-format
14681 msgid "bad Opcode field specifier 'O%c'\n"
14682 msgstr ""
14683
14684 #: config/tc-riscv.c:2032
14685 msgid "bad value for funct7 field, value must be 0...127"
14686 msgstr ""
14687
14688 #: config/tc-riscv.c:2073
14689 #, c-format
14690 msgid "bad FUNCT field specifier 'F%c'\n"
14691 msgstr ""
14692
14693 #: config/tc-riscv.c:2087
14694 #, c-format
14695 msgid "internal error: bad argument type %c"
14696 msgstr ""
14697
14698 #: config/tc-riscv.c:2092
14699 msgid "illegal operands"
14700 msgstr ""
14701
14702 #: config/tc-riscv.c:2462
14703 #, c-format
14704 msgid "internal error: bad CFA value #%d"
14705 msgstr ""
14706
14707 #: config/tc-riscv.c:2543
14708 #, c-format
14709 msgid "internal error: bad relocation #%d"
14710 msgstr ""
14711
14712 #: config/tc-riscv.c:2548
14713 msgid "unsupported symbol subtraction"
14714 msgstr ""
14715
14716 #: config/tc-riscv.c:2643
14717 msgid ".option pop with no .option push"
14718 msgstr ""
14719
14720 #: config/tc-riscv.c:2653
14721 #, c-format
14722 msgid "Unrecognized .option directive: %s\n"
14723 msgstr ""
14724
14725 #: config/tc-riscv.c:2673
14726 #, c-format
14727 msgid "Unsupported use of %s"
14728 msgstr ""
14729
14730 #: config/tc-riscv.c:2828
14731 #, c-format
14732 msgid "cannot represent %s relocation in object file"
14733 msgstr ""
14734
14735 #: config/tc-riscv.c:2969
14736 #, c-format
14737 msgid ""
14738 "RISC-V options:\n"
14739 "  -fpic          generate position-independent code\n"
14740 "  -fno-pic       don't generate position-independent code (default)\n"
14741 "  -march=ISA     set the RISC-V architecture\n"
14742 "  -mabi=ABI      set the RISC-V ABI\n"
14743 "  -mrelax        enable relax (default)\n"
14744 "  -mno-relax     disable relax\n"
14745 "  -march-attr    generate RISC-V arch attribute\n"
14746 "  -mno-arch-attr don't generate RISC-V arch attribute\n"
14747 msgstr ""
14748
14749 #: config/tc-riscv.c:3000
14750 #, c-format
14751 msgid "unknown register `%s'"
14752 msgstr ""
14753
14754 #: config/tc-riscv.c:3021
14755 #, c-format
14756 msgid "non-constant .%cleb128 is not supported"
14757 msgstr ""
14758
14759 #: config/tc-riscv.c:3146
14760 msgid ".attribute arch must set before any instructions"
14761 msgstr ""
14762
14763 #: config/tc-rl78.c:213
14764 msgid "16-bit relocation used in 8-bit operand"
14765 msgstr ""
14766
14767 #: config/tc-rl78.c:217
14768 msgid "8-bit relocation used in 16-bit operand"
14769 msgstr ""
14770
14771 #: config/tc-rl78.c:243 config/tc-rx.c:889
14772 #, c-format
14773 msgid "Value %d doesn't fit in unsigned %d-bit field"
14774 msgstr ""
14775
14776 #: config/tc-rl78.c:249 config/tc-rx.c:895
14777 #, c-format
14778 msgid "Value %d doesn't fit in signed %d-bit field"
14779 msgstr ""
14780
14781 #: config/tc-rl78.c:367
14782 #, c-format
14783 msgid " RL78 specific command line options:\n"
14784 msgstr ""
14785
14786 #: config/tc-rl78.c:368
14787 #, c-format
14788 msgid "  --mrelax          Enable link time relaxation\n"
14789 msgstr ""
14790
14791 #: config/tc-rl78.c:369
14792 #, c-format
14793 msgid "  --mg10            Enable support for G10 variant\n"
14794 msgstr ""
14795
14796 #: config/tc-rl78.c:370
14797 #, c-format
14798 msgid "  --mg13            Selects the G13 core.\n"
14799 msgstr ""
14800
14801 #: config/tc-rl78.c:371
14802 #, c-format
14803 msgid "  --mg14            Selects the G14 core [default]\n"
14804 msgstr ""
14805
14806 #: config/tc-rl78.c:372
14807 #, c-format
14808 msgid "  --mrl78           Alias for --mg14\n"
14809 msgstr ""
14810
14811 #: config/tc-rl78.c:373
14812 #, c-format
14813 msgid "  --m32bit-doubles  [default]\n"
14814 msgstr ""
14815
14816 #: config/tc-rl78.c:374
14817 #, c-format
14818 msgid "  --m64bit-doubles  Source code uses 64-bit doubles\n"
14819 msgstr ""
14820
14821 #: config/tc-rl78.c:450
14822 #, c-format
14823 msgid "%%%s() must be outermost term in expression"
14824 msgstr ""
14825
14826 #: config/tc-rl78.c:678 config/tc-rx.c:2250
14827 #, c-format
14828 msgid "unsupported constant size %d\n"
14829 msgstr ""
14830
14831 #: config/tc-rl78.c:694
14832 #, c-format
14833 msgid "%%hi16/%%lo16 only applies to .short or .hword"
14834 msgstr ""
14835
14836 #: config/tc-rl78.c:704
14837 #, c-format
14838 msgid "%%hi8 only applies to .byte"
14839 msgstr ""
14840
14841 #: config/tc-rl78.c:716 config/tc-rx.c:2257
14842 msgid "difference of two symbols only supported with .long, .short, or .byte"
14843 msgstr ""
14844
14845 #: config/tc-rl78.c:1238 config/tc-rx.c:2184
14846 #, c-format
14847 msgid "bad frag at %p : fix %ld addr %ld %ld \n"
14848 msgstr ""
14849
14850 #: config/tc-rl78.c:1454
14851 #, c-format
14852 msgid "value of %ld too large for 8-bit branch"
14853 msgstr ""
14854
14855 #: config/tc-rl78.c:1465
14856 #, c-format
14857 msgid "value of %ld too large for 16-bit branch"
14858 msgstr ""
14859
14860 #: config/tc-rl78.c:1514 config/tc-rx.c:2449
14861 #, c-format
14862 msgid "Unknown reloc in md_apply_fix: %s"
14863 msgstr ""
14864
14865 #: config/tc-rx.c:195
14866 #, c-format
14867 msgid "unrecognised RX CPU type %s"
14868 msgstr ""
14869
14870 #: config/tc-rx.c:210
14871 #, c-format
14872 msgid " RX specific command line options:\n"
14873 msgstr ""
14874
14875 #: config/tc-rx.c:211
14876 #, c-format
14877 msgid "  --mbig-endian-data\n"
14878 msgstr ""
14879
14880 #: config/tc-rx.c:212
14881 #, c-format
14882 msgid "  --mlittle-endian-data [default]\n"
14883 msgstr ""
14884
14885 #: config/tc-rx.c:213
14886 #, c-format
14887 msgid "  --m32bit-doubles [default]\n"
14888 msgstr ""
14889
14890 #: config/tc-rx.c:214
14891 #, c-format
14892 msgid "  --m64bit-doubles\n"
14893 msgstr ""
14894
14895 #: config/tc-rx.c:215
14896 #, c-format
14897 msgid "  --muse-conventional-section-names\n"
14898 msgstr ""
14899
14900 #: config/tc-rx.c:216
14901 #, c-format
14902 msgid "  --muse-renesas-section-names [default]\n"
14903 msgstr ""
14904
14905 #: config/tc-rx.c:217
14906 #, c-format
14907 msgid "  --msmall-data-limit\n"
14908 msgstr ""
14909
14910 #: config/tc-rx.c:218
14911 #, c-format
14912 msgid "  --mrelax\n"
14913 msgstr ""
14914
14915 #: config/tc-rx.c:219
14916 #, c-format
14917 msgid "  --mpid\n"
14918 msgstr ""
14919
14920 #: config/tc-rx.c:220
14921 #, c-format
14922 msgid "  --mint-register=<value>\n"
14923 msgstr ""
14924
14925 #: config/tc-rx.c:221
14926 #, c-format
14927 msgid "  --mcpu=<rx100|rx200|rx600|rx610|rxv2|rxv3|rxv3-dfpu>\n"
14928 msgstr ""
14929
14930 #: config/tc-rx.c:222
14931 #, c-format
14932 msgid "  --mno-allow-string-insns"
14933 msgstr ""
14934
14935 #: config/tc-rx.c:302
14936 msgid "no filename following .INCLUDE pseudo-op"
14937 msgstr ""
14938
14939 #: config/tc-rx.c:405
14940 #, c-format
14941 msgid "unable to locate include file: %s"
14942 msgstr ""
14943
14944 #: config/tc-rx.c:456
14945 #, c-format
14946 msgid "unrecognised alignment value in .SECTION directive: %s"
14947 msgstr ""
14948
14949 #: config/tc-rx.c:473
14950 #, c-format
14951 msgid "unknown parameter following .SECTION directive: %s"
14952 msgstr ""
14953
14954 #: config/tc-rx.c:559
14955 msgid "expecting either ON or OFF after .list"
14956 msgstr ""
14957
14958 #: config/tc-rx.c:595
14959 #, c-format
14960 msgid "The \".%s\" pseudo-op is not implemented\n"
14961 msgstr ""
14962
14963 #: config/tc-rx.c:968 config/tc-rx.c:970
14964 #, c-format
14965 msgid "Value %d and %d out of range"
14966 msgstr ""
14967
14968 #: config/tc-rx.c:1125
14969 msgid "The .DEFINE pseudo-op is not implemented"
14970 msgstr ""
14971
14972 #: config/tc-rx.c:1127
14973 msgid "The .MACRO pseudo-op is not implemented"
14974 msgstr ""
14975
14976 #: config/tc-rx.c:1129
14977 msgid "The .BTEQU pseudo-op is not implemented."
14978 msgstr ""
14979
14980 #: config/tc-rx.c:2114
14981 msgid "invalid immediate size"
14982 msgstr ""
14983
14984 #: config/tc-rx.c:2133
14985 msgid "invalid immediate field position"
14986 msgstr ""
14987
14988 #: config/tc-rx.c:2301
14989 #, c-format
14990 msgid "jump not 3..10 bytes away (is %d)"
14991 msgstr ""
14992
14993 #: config/tc-rx.c:2692
14994 msgid ""
14995 "Use of an RX string instruction detected in a file being assembled without "
14996 "string instruction support"
14997 msgstr ""
14998
14999 #: config/tc-s12z.c:342
15000 #, c-format
15001 msgid "Expecting '%c'"
15002 msgstr ""
15003
15004 #: config/tc-s12z.c:408 config/tc-s12z.c:509
15005 msgid "Bad operand for constant offset"
15006 msgstr ""
15007
15008 #: config/tc-s12z.c:436 config/tc-s12z.c:527
15009 msgid "Invalid operand for register offset"
15010 msgstr ""
15011
15012 #: config/tc-s12z.c:542
15013 msgid "Invalid register for postdecrement operation"
15014 msgstr ""
15015
15016 #: config/tc-s12z.c:578
15017 msgid "Invalid register for preincrement operation"
15018 msgstr ""
15019
15020 #: config/tc-s12z.c:596
15021 msgid "Invalid register for predecrement operation"
15022 msgstr ""
15023
15024 #: config/tc-s12z.c:715
15025 msgid "Garbage at end of instruction"
15026 msgstr ""
15027
15028 #: config/tc-s12z.c:835
15029 msgid "Offset is outside of 15 bit range"
15030 msgstr ""
15031
15032 #: config/tc-s12z.c:951
15033 msgid "Bad size"
15034 msgstr ""
15035
15036 #: config/tc-s12z.c:996 config/tc-s12z.c:1056 config/tc-s12z.c:1118
15037 #: config/tc-s12z.c:1183
15038 msgid "BAD MUL"
15039 msgstr ""
15040
15041 #: config/tc-s12z.c:1323
15042 #, c-format
15043 msgid "Source register for %s is no larger than the destination register"
15044 msgstr ""
15045
15046 #: config/tc-s12z.c:1348
15047 #, c-format
15048 msgid "Immediate value %ld is out of range for instruction %s"
15049 msgstr ""
15050
15051 #: config/tc-s12z.c:1419
15052 #, c-format
15053 msgid "trap value %ld is not valid"
15054 msgstr ""
15055
15056 #: config/tc-s12z.c:1830
15057 msgid "Shift value should be in the range [0,31]"
15058 msgstr ""
15059
15060 #: config/tc-s12z.c:1877
15061 msgid "Bad shift mode"
15062 msgstr ""
15063
15064 #: config/tc-s12z.c:1890
15065 msgid "Bad shift *direction"
15066 msgstr ""
15067
15068 #: config/tc-s12z.c:2148
15069 #, c-format
15070 msgid "Immediate operand %ld is inappropriate for size of instruction"
15071 msgstr ""
15072
15073 #: config/tc-s12z.c:2239 config/tc-s12z.c:2308 config/tc-s12z.c:2376
15074 #, c-format
15075 msgid "Invalid width value for %s"
15076 msgstr ""
15077
15078 #: config/tc-s12z.c:2252 config/tc-s12z.c:2321 config/tc-s12z.c:2389
15079 #, c-format
15080 msgid "Invalid offset value for %s"
15081 msgstr ""
15082
15083 #: config/tc-s12z.c:3694
15084 #, c-format
15085 msgid "Invalid instruction: \"%s\""
15086 msgstr ""
15087
15088 #: config/tc-s12z.c:3695
15089 #, c-format
15090 msgid "First invalid token: \"%s\""
15091 msgstr ""
15092
15093 #: config/tc-s390.c:237 config/tc-sparc.c:310
15094 msgid "Invalid default architecture, broken assembler."
15095 msgstr ""
15096
15097 #: config/tc-s390.c:374
15098 #, c-format
15099 msgid "no such machine extension `%s'"
15100 msgstr ""
15101
15102 #: config/tc-s390.c:385
15103 #, c-format
15104 msgid "junk at end of machine string, first unrecognized character is `%c'"
15105 msgstr ""
15106
15107 #: config/tc-s390.c:452 config/tc-sparc.c:489
15108 #, c-format
15109 msgid "invalid architecture -A%s"
15110 msgstr ""
15111
15112 #: config/tc-s390.c:475
15113 #, c-format
15114 msgid ""
15115 "        S390 options:\n"
15116 "        -mregnames        Allow symbolic names for registers\n"
15117 "        -mwarn-areg-zero  Warn about zero base/index registers\n"
15118 "        -mno-regnames     Do not allow symbolic names for registers\n"
15119 "        -m31              Set file format to 31 bit format\n"
15120 "        -m64              Set file format to 64 bit format\n"
15121 msgstr ""
15122
15123 #: config/tc-s390.c:482
15124 #, c-format
15125 msgid ""
15126 "        -V                print assembler version number\n"
15127 "        -Qy, -Qn          ignored\n"
15128 msgstr ""
15129
15130 #: config/tc-s390.c:539
15131 #, c-format
15132 msgid "Internal assembler error for instruction %s"
15133 msgstr ""
15134
15135 #: config/tc-s390.c:566
15136 msgid "The 64 bit file format is used without esame instructions."
15137 msgstr ""
15138
15139 #: config/tc-s390.c:582
15140 #, c-format
15141 msgid "Internal assembler error for instruction format %s"
15142 msgstr ""
15143
15144 #: config/tc-s390.c:628
15145 #, c-format
15146 msgid "operand out of range (%s not between %ld and %ld)"
15147 msgstr ""
15148
15149 #: config/tc-s390.c:853
15150 #, c-format
15151 msgid "identifier+constant@%s means identifier@%s+constant"
15152 msgstr ""
15153
15154 #: config/tc-s390.c:934
15155 msgid "Can't handle O_big in s390_exp_compare"
15156 msgstr ""
15157
15158 #: config/tc-s390.c:1016
15159 msgid "Invalid suffix for literal pool entry"
15160 msgstr ""
15161
15162 #: config/tc-s390.c:1073
15163 msgid "Big number is too big"
15164 msgstr ""
15165
15166 #: config/tc-s390.c:1222
15167 msgid "relocation not applicable"
15168 msgstr ""
15169
15170 #: config/tc-s390.c:1352
15171 msgid "invalid length field specified"
15172 msgstr ""
15173
15174 #: config/tc-s390.c:1356
15175 msgid "index register specified but zero"
15176 msgstr ""
15177
15178 #: config/tc-s390.c:1360
15179 msgid "base register specified but zero"
15180 msgstr ""
15181
15182 #: config/tc-s390.c:1364
15183 msgid "odd numbered general purpose register specified as register pair"
15184 msgstr ""
15185
15186 #: config/tc-s390.c:1372
15187 msgid ""
15188 "invalid floating point register pair.  Valid fp register pair operands are "
15189 "0, 1, 4, 5, 8, 9, 12 or 13."
15190 msgstr ""
15191
15192 #: config/tc-s390.c:1461
15193 msgid "invalid operand suffix"
15194 msgstr ""
15195
15196 #: config/tc-s390.c:1484
15197 msgid "syntax error; missing '(' after displacement"
15198 msgstr ""
15199
15200 #: config/tc-s390.c:1501 config/tc-s390.c:1547 config/tc-s390.c:1579
15201 msgid "syntax error; expected ','"
15202 msgstr ""
15203
15204 #: config/tc-s390.c:1533
15205 msgid "syntax error; missing ')' after base register"
15206 msgstr ""
15207
15208 #: config/tc-s390.c:1564
15209 msgid "syntax error; ')' not allowed here"
15210 msgstr ""
15211
15212 #: config/tc-s390.c:1704
15213 #, c-format
15214 msgid "Opcode %s not available in this mode"
15215 msgstr ""
15216
15217 #: config/tc-s390.c:1759 config/tc-s390.c:1782 config/tc-s390.c:1795
15218 msgid "Invalid .insn format\n"
15219 msgstr ""
15220
15221 #: config/tc-s390.c:1767
15222 #, c-format
15223 msgid "Unrecognized opcode format: `%s'"
15224 msgstr ""
15225
15226 #: config/tc-s390.c:1798
15227 msgid "second operand of .insn not a constant\n"
15228 msgstr ""
15229
15230 #: config/tc-s390.c:1801
15231 msgid "missing comma after insn constant\n"
15232 msgstr ""
15233
15234 #: config/tc-s390.c:2040
15235 msgid ".machinemode stack overflow"
15236 msgstr ""
15237
15238 #: config/tc-s390.c:2047
15239 msgid ".machinemode stack underflow"
15240 msgstr ""
15241
15242 #: config/tc-s390.c:2064
15243 #, c-format
15244 msgid "invalid machine mode `%s'"
15245 msgstr ""
15246
15247 #: config/tc-s390.c:2266
15248 #, c-format
15249 msgid "cannot emit relocation %s against subsy symbol %s"
15250 msgstr ""
15251
15252 #: config/tc-s390.c:2383
15253 msgid "unsupported relocation type"
15254 msgstr ""
15255
15256 #: config/tc-s390.c:2438
15257 #, c-format
15258 msgid "cannot emit PC relative %s relocation%s%s"
15259 msgstr ""
15260
15261 #: config/tc-s390.c:2577
15262 #, c-format
15263 msgid "Gas failure, reloc type %s\n"
15264 msgstr ""
15265
15266 #: config/tc-s390.c:2579
15267 #, c-format
15268 msgid "Gas failure, reloc type #%i\n"
15269 msgstr ""
15270
15271 #: config/tc-score.c:260
15272 msgid "div / mul are reserved instructions"
15273 msgstr ""
15274
15275 #: config/tc-score.c:261
15276 msgid "This architecture doesn't support mmu"
15277 msgstr ""
15278
15279 #: config/tc-score.c:262
15280 msgid "This architecture doesn't support atomic instruction"
15281 msgstr ""
15282
15283 #: config/tc-score.c:469
15284 msgid "S+core register expected"
15285 msgstr ""
15286
15287 #: config/tc-score.c:470
15288 msgid "S+core special-register expected"
15289 msgstr ""
15290
15291 #: config/tc-score.c:471
15292 msgid "S+core co-processor register expected"
15293 msgstr ""
15294
15295 #: config/tc-score.c:1074
15296 msgid "Using temp register (r1)"
15297 msgstr ""
15298
15299 #: config/tc-score.c:1093
15300 #, c-format
15301 msgid "register expected, not '%.100s'"
15302 msgstr ""
15303
15304 #: config/tc-score.c:1149 config/tc-score.c:5482
15305 msgid "rd must be even number."
15306 msgstr ""
15307
15308 #: config/tc-score.c:1513 config/tc-score.c:1520
15309 #, c-format
15310 msgid "invalid constant: %d bit expression not in range %u..%u"
15311 msgstr ""
15312
15313 #: config/tc-score.c:1526 config/tc-score.c:1533 config/tc-score.c:2895
15314 #: config/tc-score.c:2900 config/tc-score.c:3165 config/tc-score.c:3170
15315 #: config/tc-score.c:3462
15316 #, c-format
15317 msgid "invalid constant: %d bit expression not in range %d..%d"
15318 msgstr ""
15319
15320 #: config/tc-score.c:1558
15321 msgid "invalid constant: bit expression not defined"
15322 msgstr ""
15323
15324 #: config/tc-score.c:2068
15325 msgid "Using temp register(r1)"
15326 msgstr ""
15327
15328 #: config/tc-score.c:2082
15329 #, c-format
15330 msgid "low register (r0-r15) expected, not '%.100s'"
15331 msgstr ""
15332
15333 #: config/tc-score.c:2144 config/tc-score.c:3482 config/tc-score.c:3650
15334 #: config/tc-score.c:3695
15335 #, c-format
15336 msgid "missing ["
15337 msgstr ""
15338
15339 #: config/tc-score.c:2158 config/tc-score.c:3103 config/tc-score.c:3305
15340 #: config/tc-score.c:3321 config/tc-score.c:3392 config/tc-score.c:3447
15341 #: config/tc-score.c:3671 config/tc-score.c:3716 config/tc-score.c:3865
15342 #: config/tc-score.c:3919 config/tc-score.c:3965
15343 #, c-format
15344 msgid "missing ]"
15345 msgstr ""
15346
15347 #: config/tc-score.c:2347
15348 #, c-format
15349 msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)"
15350 msgstr ""
15351
15352 #: config/tc-score.c:2366
15353 #, c-format
15354 msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)"
15355 msgstr ""
15356
15357 #: config/tc-score.c:2382 config/tc-score.c:2389
15358 #, c-format
15359 msgid "data dependency: %s %s -- %s %s (%d/%d bubble)"
15360 msgstr ""
15361
15362 #: config/tc-score.c:2838
15363 msgid "address offset must be half word alignment"
15364 msgstr ""
15365
15366 #: config/tc-score.c:2846
15367 msgid "address offset must be word alignment"
15368 msgstr ""
15369
15370 #: config/tc-score.c:2986 config/tc-score.c:3123
15371 msgid "register same as write-back base"
15372 msgstr ""
15373
15374 #: config/tc-score.c:3093
15375 msgid "pre-indexed expression expected"
15376 msgstr ""
15377
15378 #: config/tc-score.c:3422
15379 #, c-format
15380 msgid "invalid register number: %d is not in [r0--r7]"
15381 msgstr ""
15382
15383 #: config/tc-score.c:3439
15384 msgid "comma is  expected"
15385 msgstr ""
15386
15387 #: config/tc-score.c:3470
15388 #, c-format
15389 msgid "invalid constant: %d is not word align integer"
15390 msgstr ""
15391
15392 #: config/tc-score.c:3509 config/tc-score.c:3552
15393 msgid "invalid constant: 32 bit expression not word align"
15394 msgstr ""
15395
15396 #: config/tc-score.c:3518 config/tc-score.c:3561
15397 msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
15398 msgstr ""
15399
15400 #: config/tc-score.c:3594
15401 msgid ""
15402 "invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
15403 msgstr ""
15404
15405 #: config/tc-score.c:3783 config/tc-score.c:3811
15406 msgid "imm5 should >= 2"
15407 msgstr ""
15408
15409 #: config/tc-score.c:3788 config/tc-score.c:3817
15410 msgid "reg should <= 31"
15411 msgstr ""
15412
15413 #: config/tc-score.c:3859 config/tc-score.c:3910
15414 msgid "missing +"
15415 msgstr ""
15416
15417 #: config/tc-score.c:3903
15418 #, c-format
15419 msgid "%s register same as write-back base"
15420 msgstr ""
15421
15422 #: config/tc-score.c:3905
15423 msgid "destination"
15424 msgstr ""
15425
15426 #: config/tc-score.c:3905
15427 msgid "source"
15428 msgstr ""
15429
15430 #: config/tc-score.c:4236 config/tc-score.c:4312 config/tc-score.c:4943
15431 msgid "expression error"
15432 msgstr ""
15433
15434 #: config/tc-score.c:4318
15435 msgid "value not in range [-0xffffffff, 0xffffffff]"
15436 msgstr ""
15437
15438 #: config/tc-score.c:4346
15439 msgid "li rd label isn't correct instruction form"
15440 msgstr ""
15441
15442 #: config/tc-score.c:4513 config/tc-score.c:4665 config/tc-score.c:5194
15443 #: config/tc-score.c:5222
15444 msgid "lacking label  "
15445 msgstr ""
15446
15447 #: config/tc-score.c:4893
15448 msgid "s3_PIC code offset overflow (max 16 signed bits)"
15449 msgstr ""
15450
15451 #: config/tc-score.c:4949
15452 msgid "value not in range [0, 0x7fffffff]"
15453 msgstr ""
15454
15455 #: config/tc-score.c:4954
15456 msgid "end on line error"
15457 msgstr ""
15458
15459 #: config/tc-score.c:5201
15460 msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
15461 msgstr ""
15462
15463 #: config/tc-score.c:5228
15464 msgid "invalid constant: 20 bit expression not in range -2^19..2^19-1"
15465 msgstr ""
15466
15467 #: config/tc-score.c:5261
15468 msgid "lacking label"
15469 msgstr ""
15470
15471 #: config/tc-score.c:5266
15472 msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
15473 msgstr ""
15474
15475 #: config/tc-score.c:5362
15476 msgid "pce instruction error (16 bit || 16 bit)."
15477 msgstr ""
15478
15479 #: config/tc-score.c:5380 config/tc-score.c:5404 config/tc-score.c:5431
15480 #: config/tc-score.c:5460 config/tc-score.c:5509
15481 msgid "score3d instruction."
15482 msgstr ""
15483
15484 #: config/tc-score.c:6027
15485 msgid "Unsupported use of .gpword"
15486 msgstr ""
15487
15488 #: config/tc-score.c:6123
15489 #, c-format
15490 msgid "BSS length (%d) < 0 ignored"
15491 msgstr ""
15492
15493 #: config/tc-score.c:6138 read.c:2468
15494 #, c-format
15495 msgid "error setting flags for \".sbss\": %s"
15496 msgstr ""
15497
15498 #: config/tc-score.c:6152 config/tc-sparc.c:4170
15499 msgid "missing alignment"
15500 msgstr ""
15501
15502 #: config/tc-score.c:6189
15503 #, c-format
15504 msgid "alignment too large; %d assumed"
15505 msgstr ""
15506
15507 #: config/tc-score.c:6194 read.c:2529
15508 msgid "alignment negative; 0 assumed"
15509 msgstr ""
15510
15511 #. Error routine.
15512 #: config/tc-score.c:6603 config/tc-score.c:6627
15513 msgid "size is not 4 or 6"
15514 msgstr ""
15515
15516 #: config/tc-score.c:6686
15517 msgid "bad call to MD_ATOF()"
15518 msgstr ""
15519
15520 #: config/tc-score.c:7185 config/tc-score.c:7251
15521 #, c-format
15522 msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]"
15523 msgstr ""
15524
15525 #: config/tc-score.c:7200 config/tc-score.c:7229 config/tc-score.c:7281
15526 #, c-format
15527 msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19-1]"
15528 msgstr ""
15529
15530 #: config/tc-score.c:7306
15531 #, c-format
15532 msgid " branch relocation truncate (0x%x)  [-2^9 ~ 2^9-1]"
15533 msgstr ""
15534
15535 #: config/tc-score.c:7476
15536 #, c-format
15537 msgid "cannot represent %s relocation in this object file format1"
15538 msgstr ""
15539
15540 #: config/tc-score.c:7767
15541 #, c-format
15542 msgid "Sunplus-v2-0-0-20060510\n"
15543 msgstr ""
15544
15545 #: config/tc-score.c:7787
15546 #, c-format
15547 msgid " Score-specific assembler options:\n"
15548 msgstr ""
15549
15550 #: config/tc-score.c:7789
15551 #, c-format
15552 msgid "        -EB\t\tassemble code for a big-endian cpu\n"
15553 msgstr ""
15554
15555 #: config/tc-score.c:7794
15556 #, c-format
15557 msgid "        -EL\t\tassemble code for a little-endian cpu\n"
15558 msgstr ""
15559
15560 #: config/tc-score.c:7798
15561 #, c-format
15562 msgid "        -FIXDD\t\tfix data dependencies\n"
15563 msgstr ""
15564
15565 #: config/tc-score.c:7800
15566 #, c-format
15567 msgid ""
15568 "        -NWARN\t\tdo not print warning message when fixing data "
15569 "dependencies\n"
15570 msgstr ""
15571
15572 #: config/tc-score.c:7802
15573 #, c-format
15574 msgid "        -SCORE5\t\tassemble code for target SCORE5\n"
15575 msgstr ""
15576
15577 #: config/tc-score.c:7804
15578 #, c-format
15579 msgid "        -SCORE5U\tassemble code for target SCORE5U\n"
15580 msgstr ""
15581
15582 #: config/tc-score.c:7806
15583 #, c-format
15584 msgid "        -SCORE7\t\tassemble code for target SCORE7 [default]\n"
15585 msgstr ""
15586
15587 #: config/tc-score.c:7808
15588 #, c-format
15589 msgid "        -SCORE3\t\tassemble code for target SCORE3\n"
15590 msgstr ""
15591
15592 #: config/tc-score.c:7810
15593 #, c-format
15594 msgid "        -march=score7\tassemble code for target SCORE7 [default]\n"
15595 msgstr ""
15596
15597 #: config/tc-score.c:7812
15598 #, c-format
15599 msgid "        -march=score3\tassemble code for target SCORE3\n"
15600 msgstr ""
15601
15602 #: config/tc-score.c:7814
15603 #, c-format
15604 msgid ""
15605 "        -USE_R1\t\tassemble code for no warning message when using temp "
15606 "register r1\n"
15607 msgstr ""
15608
15609 #: config/tc-score.c:7816
15610 #, c-format
15611 msgid "        -KPIC\t\tgenerate PIC\n"
15612 msgstr ""
15613
15614 #: config/tc-score.c:7818
15615 #, c-format
15616 msgid "        -O0\t\tdo not perform any optimizations\n"
15617 msgstr ""
15618
15619 #: config/tc-score.c:7820
15620 #, c-format
15621 msgid ""
15622 "        -G gpnum\tassemble code for setting gpsize, default is 8 bytes\n"
15623 msgstr ""
15624
15625 #: config/tc-score.c:7822
15626 #, c-format
15627 msgid "        -V \t\tSunplus release version\n"
15628 msgstr ""
15629
15630 #: config/tc-sh.c:61
15631 msgid "directive .big encountered when option -big required"
15632 msgstr ""
15633
15634 #: config/tc-sh.c:71
15635 msgid "directive .little encountered when option -little required"
15636 msgstr ""
15637
15638 #: config/tc-sh.c:1025
15639 msgid "illegal double indirection"
15640 msgstr ""
15641
15642 #: config/tc-sh.c:1034
15643 msgid "illegal register after @-"
15644 msgstr ""
15645
15646 #: config/tc-sh.c:1050
15647 msgid "must be @(r0,...)"
15648 msgstr ""
15649
15650 #: config/tc-sh.c:1074
15651 msgid "syntax error in @(r0,...)"
15652 msgstr ""
15653
15654 #: config/tc-sh.c:1079
15655 msgid "syntax error in @(r0...)"
15656 msgstr ""
15657
15658 #: config/tc-sh.c:1124
15659 msgid "Deprecated syntax."
15660 msgstr ""
15661
15662 #: config/tc-sh.c:1136 config/tc-sh.c:1141
15663 msgid "syntax error in @(disp,[Rn, gbr, pc])"
15664 msgstr ""
15665
15666 #: config/tc-sh.c:1146
15667 msgid "expecting )"
15668 msgstr ""
15669
15670 #: config/tc-sh.c:1154
15671 msgid "illegal register after @"
15672 msgstr ""
15673
15674 #: config/tc-sh.c:1795
15675 #, c-format
15676 msgid "unhandled %d\n"
15677 msgstr ""
15678
15679 #: config/tc-sh.c:2008
15680 #, c-format
15681 msgid "Invalid register: 'r%d'"
15682 msgstr ""
15683
15684 #: config/tc-sh.c:2120
15685 #, c-format
15686 msgid "failed for %d\n"
15687 msgstr ""
15688
15689 #: config/tc-sh.c:2126
15690 msgid "misplaced PIC operand"
15691 msgstr ""
15692
15693 #: config/tc-sh.c:2237 config/tc-sh.c:2616
15694 msgid "invalid operands for opcode"
15695 msgstr ""
15696
15697 #: config/tc-sh.c:2242
15698 msgid "insn can't be combined with parallel processing insn"
15699 msgstr ""
15700
15701 #: config/tc-sh.c:2249 config/tc-sh.c:2260 config/tc-sh.c:2292
15702 msgid "multiple movx specifications"
15703 msgstr ""
15704
15705 #: config/tc-sh.c:2254 config/tc-sh.c:2276 config/tc-sh.c:2315
15706 msgid "multiple movy specifications"
15707 msgstr ""
15708
15709 #: config/tc-sh.c:2263 config/tc-sh.c:2296
15710 msgid "invalid movx address register"
15711 msgstr ""
15712
15713 #: config/tc-sh.c:2265
15714 msgid "insn cannot be combined with non-nopy"
15715 msgstr ""
15716
15717 #: config/tc-sh.c:2279 config/tc-sh.c:2335
15718 msgid "invalid movy address register"
15719 msgstr ""
15720
15721 #: config/tc-sh.c:2281
15722 msgid "insn cannot be combined with non-nopx"
15723 msgstr ""
15724
15725 #: config/tc-sh.c:2294
15726 msgid "previous movy requires nopx"
15727 msgstr ""
15728
15729 #: config/tc-sh.c:2302 config/tc-sh.c:2307
15730 msgid "invalid movx dsp register"
15731 msgstr ""
15732
15733 #: config/tc-sh.c:2317
15734 msgid "previous movx requires nopy"
15735 msgstr ""
15736
15737 #: config/tc-sh.c:2326 config/tc-sh.c:2331
15738 msgid "invalid movy dsp register"
15739 msgstr ""
15740
15741 #: config/tc-sh.c:2341
15742 msgid "dsp immediate shift value not constant"
15743 msgstr ""
15744
15745 #: config/tc-sh.c:2355 config/tc-sh.c:2381
15746 msgid "multiple parallel processing specifications"
15747 msgstr ""
15748
15749 #: config/tc-sh.c:2374
15750 msgid "multiple condition specifications"
15751 msgstr ""
15752
15753 #: config/tc-sh.c:2412
15754 msgid "insn cannot be combined with pmuls"
15755 msgstr ""
15756
15757 #: config/tc-sh.c:2428
15758 msgid "bad combined pmuls output operand"
15759 msgstr ""
15760
15761 #: config/tc-sh.c:2438
15762 msgid "destination register is same for parallel insns"
15763 msgstr ""
15764
15765 #: config/tc-sh.c:2447
15766 msgid "condition not followed by conditionalizable insn"
15767 msgstr ""
15768
15769 #: config/tc-sh.c:2457
15770 msgid "unrecognized characters at end of parallel processing insn"
15771 msgstr ""
15772
15773 #: config/tc-sh.c:2553
15774 msgid "opcode not valid for this cpu variant"
15775 msgstr ""
15776
15777 #: config/tc-sh.c:2586
15778 msgid "Delayed branches not available on SH1"
15779 msgstr ""
15780
15781 #: config/tc-sh.c:2621
15782 #, c-format
15783 msgid "excess operands: '%s'"
15784 msgstr ""
15785
15786 #: config/tc-sh.c:2698
15787 msgid ".uses pseudo-op seen when not relaxing"
15788 msgstr ""
15789
15790 #: config/tc-sh.c:2704
15791 msgid "bad .uses format"
15792 msgstr ""
15793
15794 #: config/tc-sh.c:2822
15795 #, c-format
15796 msgid "Invalid argument to --isa option: %s"
15797 msgstr ""
15798
15799 #: config/tc-sh.c:2846
15800 #, c-format
15801 msgid ""
15802 "SH options:\n"
15803 "--little\t\tgenerate little endian code\n"
15804 "--big\t\t\tgenerate big endian code\n"
15805 "--relax\t\t\talter jump instructions for long displacements\n"
15806 "--renesas\t\tdisable optimization with section symbol for\n"
15807 "\t\t\tcompatibility with Renesas assembler.\n"
15808 "--small\t\t\talign sections to 4 byte boundaries, not 16\n"
15809 "--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
15810 "--allow-reg-prefix\tallow '$' as a register name prefix.\n"
15811 "--isa=[any\t\tuse most appropriate isa\n"
15812 "    | dsp               same as '-dsp'\n"
15813 "    | fp"
15814 msgstr ""
15815
15816 #: config/tc-sh.c:2871
15817 #, c-format
15818 msgid "--fdpic\t\t\tgenerate an FDPIC object file\n"
15819 msgstr ""
15820
15821 #: config/tc-sh.c:2947
15822 msgid ".uses does not refer to a local symbol in the same section"
15823 msgstr ""
15824
15825 #: config/tc-sh.c:2966
15826 msgid "can't find fixup pointed to by .uses"
15827 msgstr ""
15828
15829 #: config/tc-sh.c:2986
15830 msgid ".uses target does not refer to a local symbol in the same section"
15831 msgstr ""
15832
15833 #: config/tc-sh.c:3059
15834 msgid "displacement overflows 12-bit field"
15835 msgstr ""
15836
15837 #: config/tc-sh.c:3062
15838 #, c-format
15839 msgid "displacement to defined symbol %s overflows 12-bit field"
15840 msgstr ""
15841
15842 #: config/tc-sh.c:3066
15843 #, c-format
15844 msgid "displacement to undefined symbol %s overflows 12-bit field"
15845 msgstr ""
15846
15847 #: config/tc-sh.c:3139
15848 msgid "displacement overflows 8-bit field"
15849 msgstr ""
15850
15851 #: config/tc-sh.c:3142
15852 #, c-format
15853 msgid "displacement to defined symbol %s overflows 8-bit field"
15854 msgstr ""
15855
15856 #: config/tc-sh.c:3146
15857 #, c-format
15858 msgid "displacement to undefined symbol %s overflows 8-bit field "
15859 msgstr ""
15860
15861 #: config/tc-sh.c:3159
15862 #, c-format
15863 msgid "overflow in branch to %s; converted into longer instruction sequence"
15864 msgstr ""
15865
15866 #: config/tc-sh.c:3224 config/tc-sh.c:3271 config/tc-sparc.c:4634
15867 #: config/tc-sparc.c:4658
15868 msgid "misaligned data"
15869 msgstr ""
15870
15871 #: config/tc-sh.c:3577
15872 msgid "offset to unaligned destination"
15873 msgstr ""
15874
15875 #: config/tc-sh.c:3582
15876 msgid "negative offset"
15877 msgstr ""
15878
15879 #: config/tc-sh.c:3722
15880 msgid "misaligned offset"
15881 msgstr ""
15882
15883 #: config/tc-sparc.c:314 config/tc-sparc.c:495
15884 msgid "Bad opcode table, broken assembler."
15885 msgstr ""
15886
15887 #: config/tc-sparc.c:487
15888 #, c-format
15889 msgid "invalid architecture -xarch=%s"
15890 msgstr ""
15891
15892 #: config/tc-sparc.c:561
15893 #, c-format
15894 msgid "No compiled in support for %d bit object file format"
15895 msgstr ""
15896
15897 #: config/tc-sparc.c:645
15898 #, c-format
15899 msgid "SPARC options:\n"
15900 msgstr ""
15901
15902 #: config/tc-sparc.c:674
15903 #, c-format
15904 msgid ""
15905 "\n"
15906 "\t\t\tspecify variant of SPARC architecture\n"
15907 "-bump\t\t\twarn when assembler switches architectures\n"
15908 "-sparc\t\t\tignored\n"
15909 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
15910 "-relax\t\t\trelax jumps and branches (default)\n"
15911 "-no-relax\t\tavoid changing any jumps and branches\n"
15912 msgstr ""
15913
15914 #: config/tc-sparc.c:681
15915 #, c-format
15916 msgid ""
15917 "-32\t\t\tcreate 32 bit object file\n"
15918 "-64\t\t\tcreate 64 bit object file\n"
15919 msgstr ""
15920
15921 #: config/tc-sparc.c:684
15922 #, c-format
15923 msgid "\t\t\t[default is %d]\n"
15924 msgstr ""
15925
15926 #: config/tc-sparc.c:686
15927 #, c-format
15928 msgid ""
15929 "-TSO\t\t\tuse Total Store Ordering\n"
15930 "-PSO\t\t\tuse Partial Store Ordering\n"
15931 "-RMO\t\t\tuse Relaxed Memory Ordering\n"
15932 msgstr ""
15933
15934 #: config/tc-sparc.c:690
15935 #, c-format
15936 msgid "\t\t\t[default is %s]\n"
15937 msgstr ""
15938
15939 #: config/tc-sparc.c:692
15940 #, c-format
15941 msgid ""
15942 "-KPIC\t\t\tgenerate PIC\n"
15943 "-V\t\t\tprint assembler version number\n"
15944 "-undeclared-regs\tignore application global register usage without\n"
15945 "\t\t\tappropriate .register directive (default)\n"
15946 "-no-undeclared-regs\tforce error on application global register usage\n"
15947 "\t\t\twithout appropriate .register directive\n"
15948 "--dcti-couples-detect\twarn when an unpredictable DCTI couple is found\n"
15949 "-q\t\t\tignored\n"
15950 "-Qy, -Qn\t\tignored\n"
15951 "-s\t\t\tignored\n"
15952 msgstr ""
15953
15954 #: config/tc-sparc.c:704
15955 #, c-format
15956 msgid ""
15957 "-EL\t\t\tgenerate code for a little endian machine\n"
15958 "-EB\t\t\tgenerate code for a big endian machine\n"
15959 "--little-endian-data\tgenerate code for a machine having big endian\n"
15960 "                        instructions and little endian data.\n"
15961 msgstr ""
15962
15963 #: config/tc-sparc.c:971
15964 #, c-format
15965 msgid "Internal error: losing opcode: `%s' \"%s\"\n"
15966 msgstr ""
15967
15968 #: config/tc-sparc.c:990
15969 #, c-format
15970 msgid "Internal error: can't find opcode `%s' for `%s'\n"
15971 msgstr ""
15972
15973 #: config/tc-sparc.c:1208
15974 msgid "Support for 64-bit arithmetic not compiled in."
15975 msgstr ""
15976
15977 #: config/tc-sparc.c:1254
15978 msgid "set: number not in 0..4294967295 range"
15979 msgstr ""
15980
15981 #: config/tc-sparc.c:1261
15982 msgid "set: number not in -2147483648..4294967295 range"
15983 msgstr ""
15984
15985 #: config/tc-sparc.c:1320
15986 msgid "setsw: number not in -2147483648..4294967295 range"
15987 msgstr ""
15988
15989 #: config/tc-sparc.c:1368
15990 msgid "setx: temporary register same as destination register"
15991 msgstr ""
15992
15993 #: config/tc-sparc.c:1439
15994 msgid "setx: illegal temporary register g0"
15995 msgstr ""
15996
15997 #: config/tc-sparc.c:1547
15998 msgid "unpredictable DCTI couple"
15999 msgstr ""
16000
16001 #: config/tc-sparc.c:1557
16002 msgid "FP branch in delay slot"
16003 msgstr ""
16004
16005 #: config/tc-sparc.c:1574
16006 msgid "FP branch preceded by FP compare; NOP inserted"
16007 msgstr ""
16008
16009 #: config/tc-sparc.c:1614
16010 msgid "failed special case insn sanity check"
16011 msgstr ""
16012
16013 #: config/tc-sparc.c:1802
16014 msgid ": invalid membar mask name"
16015 msgstr ""
16016
16017 #: config/tc-sparc.c:1818
16018 msgid ": invalid membar mask expression"
16019 msgstr ""
16020
16021 #: config/tc-sparc.c:1823
16022 msgid ": invalid membar mask number"
16023 msgstr ""
16024
16025 #: config/tc-sparc.c:1838
16026 msgid ": invalid siam mode expression"
16027 msgstr ""
16028
16029 #: config/tc-sparc.c:1843
16030 msgid ": invalid siam mode number"
16031 msgstr ""
16032
16033 #: config/tc-sparc.c:1859
16034 msgid ": invalid prefetch function name"
16035 msgstr ""
16036
16037 #: config/tc-sparc.c:1867
16038 msgid ": invalid prefetch function expression"
16039 msgstr ""
16040
16041 #: config/tc-sparc.c:1872
16042 msgid ": invalid prefetch function number"
16043 msgstr ""
16044
16045 #: config/tc-sparc.c:1899 config/tc-sparc.c:1905 config/tc-sparc.c:1914
16046 msgid ": unrecognizable privileged register"
16047 msgstr ""
16048
16049 #: config/tc-sparc.c:1937 config/tc-sparc.c:1943 config/tc-sparc.c:1952
16050 msgid ": unrecognizable hyperprivileged register"
16051 msgstr ""
16052
16053 #: config/tc-sparc.c:1975 config/tc-sparc.c:1981 config/tc-sparc.c:1990
16054 msgid ": unrecognizable ancillary state register"
16055 msgstr ""
16056
16057 #: config/tc-sparc.c:2023
16058 msgid ": asr number must be between 0 and 31"
16059 msgstr ""
16060
16061 #: config/tc-sparc.c:2032
16062 #, c-format
16063 msgid ": expecting %asrN"
16064 msgstr ""
16065
16066 #: config/tc-sparc.c:2074
16067 msgid ": crypto immediate must be between 0 and 31"
16068 msgstr ""
16069
16070 #: config/tc-sparc.c:2083
16071 msgid ": expecting crypto immediate"
16072 msgstr ""
16073
16074 #: config/tc-sparc.c:2244 config/tc-sparc.c:2283 config/tc-sparc.c:2710
16075 #: config/tc-sparc.c:2746
16076 #, c-format
16077 msgid "Illegal operands: %%%s requires arguments in ()"
16078 msgstr ""
16079
16080 #: config/tc-sparc.c:2251
16081 #, c-format
16082 msgid ""
16083 "Illegal operands: %%%s cannot be used together with other relocs in the insn "
16084 "()"
16085 msgstr ""
16086
16087 #: config/tc-sparc.c:2262
16088 #, c-format
16089 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
16090 msgstr ""
16091
16092 #: config/tc-sparc.c:2469
16093 msgid "detected global register use not covered by .register pseudo-op"
16094 msgstr ""
16095
16096 #: config/tc-sparc.c:2571
16097 msgid ": There are only 64 f registers; [0-63]"
16098 msgstr ""
16099
16100 #: config/tc-sparc.c:2573 config/tc-sparc.c:2591
16101 msgid ": There are only 32 f registers; [0-31]"
16102 msgstr ""
16103
16104 #: config/tc-sparc.c:2583
16105 msgid ": There are only 32 single precision f registers; [0-31]"
16106 msgstr ""
16107
16108 #: config/tc-sparc.c:2604
16109 msgid ": Instruction requires frs2 and frsd must be the same register"
16110 msgstr ""
16111
16112 #: config/tc-sparc.c:2755
16113 #, c-format
16114 msgid "Expression inside %%%s could not be parsed"
16115 msgstr ""
16116
16117 #: config/tc-sparc.c:2763
16118 #, c-format
16119 msgid ""
16120 "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
16121 msgstr ""
16122
16123 #: config/tc-sparc.c:2880
16124 #, c-format
16125 msgid "Illegal operands: Can't add non-constant expression to %%%s()"
16126 msgstr ""
16127
16128 #: config/tc-sparc.c:2890
16129 #, c-format
16130 msgid ""
16131 "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
16132 "symbol"
16133 msgstr ""
16134
16135 #: config/tc-sparc.c:2908
16136 msgid ": PC-relative operand can't be a constant"
16137 msgstr ""
16138
16139 #: config/tc-sparc.c:2915
16140 msgid ": TLS operand can't be a constant"
16141 msgstr ""
16142
16143 #: config/tc-sparc.c:2943
16144 msgid ": Immediate value in cbcond is out of range."
16145 msgstr ""
16146
16147 #: config/tc-sparc.c:2969
16148 msgid ": invalid ASI name"
16149 msgstr ""
16150
16151 #: config/tc-sparc.c:2978
16152 msgid ": invalid ASI expression"
16153 msgstr ""
16154
16155 #: config/tc-sparc.c:2983
16156 msgid ": invalid ASI number"
16157 msgstr ""
16158
16159 #: config/tc-sparc.c:3088
16160 msgid ": non-immdiate imm2 operand"
16161 msgstr ""
16162
16163 #: config/tc-sparc.c:3093
16164 msgid ": imm2 immediate operand out of range (0-3)"
16165 msgstr ""
16166
16167 #: config/tc-sparc.c:3112
16168 msgid "OPF immediate operand out of range (0-0x1ff)"
16169 msgstr ""
16170
16171 #: config/tc-sparc.c:3117
16172 msgid "non-immediate OPF operand, ignored"
16173 msgstr ""
16174
16175 #: config/tc-sparc.c:3136
16176 msgid ": invalid cpreg name"
16177 msgstr ""
16178
16179 #: config/tc-sparc.c:3165
16180 #, c-format
16181 msgid "Illegal operands%s"
16182 msgstr ""
16183
16184 #: config/tc-sparc.c:3215
16185 #, c-format
16186 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
16187 msgstr ""
16188
16189 #: config/tc-sparc.c:3256
16190 #, c-format
16191 msgid "Architecture mismatch on \"%s %s\"."
16192 msgstr ""
16193
16194 #: config/tc-sparc.c:3257
16195 #, c-format
16196 msgid "(Requires %s; requested architecture is %s.)"
16197 msgstr ""
16198
16199 #: config/tc-sparc.c:3269
16200 #, c-format
16201 msgid "Hardware capability \"%s\" not enabled for \"%s\"."
16202 msgstr ""
16203
16204 #: config/tc-sparc.c:3655 config/tc-sparc.c:3662 config/tc-sparc.c:3669
16205 #: config/tc-sparc.c:3676 config/tc-sparc.c:3683 config/tc-sparc.c:3692
16206 #: config/tc-sparc.c:3704 config/tc-sparc.c:3715 config/tc-sparc.c:3737
16207 #: config/tc-sparc.c:3761 write.c:1181
16208 msgid "relocation overflow"
16209 msgstr ""
16210
16211 #: config/tc-sparc.c:3816
16212 #, c-format
16213 msgid "bad or unhandled relocation type: 0x%02x"
16214 msgstr ""
16215
16216 #: config/tc-sparc.c:4132
16217 msgid "Expected comma after name"
16218 msgstr ""
16219
16220 #: config/tc-sparc.c:4141
16221 #, c-format
16222 msgid "BSS length (%d.) <0! Ignored."
16223 msgstr ""
16224
16225 #: config/tc-sparc.c:4153
16226 msgid "bad .reserve segment -- expected BSS segment"
16227 msgstr ""
16228
16229 #: config/tc-sparc.c:4179 config/tc-sparc.c:4306
16230 msgid "negative alignment"
16231 msgstr ""
16232
16233 #: config/tc-sparc.c:4189 config/tc-sparc.c:4327 read.c:1523 read.c:2541
16234 msgid "alignment not a power of 2"
16235 msgstr ""
16236
16237 #: config/tc-sparc.c:4235
16238 #, c-format
16239 msgid "Ignoring attempt to re-define symbol %s"
16240 msgstr ""
16241
16242 #: config/tc-sparc.c:4258 config/tc-v850.c:283
16243 msgid "Expected comma after symbol-name"
16244 msgstr ""
16245
16246 #: config/tc-sparc.c:4268
16247 #, c-format
16248 msgid ".COMMon length (%lu) out of range ignored"
16249 msgstr ""
16250
16251 #: config/tc-sparc.c:4294
16252 msgid "Expected comma after common length"
16253 msgstr ""
16254
16255 #: config/tc-sparc.c:4439
16256 msgid "Unknown segment type"
16257 msgstr ""
16258
16259 #: config/tc-sparc.c:4508 config/tc-sparc.c:4517
16260 #, c-format
16261 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
16262 msgstr ""
16263
16264 #: config/tc-sparc.c:4535
16265 msgid "redefinition of global register"
16266 msgstr ""
16267
16268 #: config/tc-sparc.c:4546
16269 #, c-format
16270 msgid "Register symbol %s already defined."
16271 msgstr ""
16272
16273 #: config/tc-sparc.c:4748
16274 #, c-format
16275 msgid "Illegal operands: %%r_plt in %d-byte data field"
16276 msgstr ""
16277
16278 #: config/tc-sparc.c:4758
16279 #, c-format
16280 msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
16281 msgstr ""
16282
16283 #: config/tc-sparc.c:4795 config/tc-vax.c:3317
16284 #, c-format
16285 msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
16286 msgstr ""
16287
16288 #: config/tc-sparc.c:4803 config/tc-sparc.c:4834 config/tc-sparc.c:4843
16289 #: config/tc-vax.c:3325 config/tc-vax.c:3356 config/tc-vax.c:3365
16290 #, c-format
16291 msgid "Illegal operands: %%r_%s%d requires arguments in ()"
16292 msgstr ""
16293
16294 #: config/tc-sparc.c:4852 config/tc-vax.c:3374
16295 #, c-format
16296 msgid "Illegal operands: garbage after %%r_%s%d()"
16297 msgstr ""
16298
16299 #: config/tc-sparc.h:66
16300 msgid "sparc convert_frag\n"
16301 msgstr ""
16302
16303 #: config/tc-sparc.h:68 config/tc-z80.h:53
16304 msgid "estimate_size_before_relax called"
16305 msgstr ""
16306
16307 #: config/tc-spu.c:130
16308 #, c-format
16309 msgid "Can't hash instruction '%s':%s"
16310 msgstr ""
16311
16312 #: config/tc-spu.c:184
16313 msgid ""
16314 "SPU options:\n"
16315 "  --apuasm\t\t  emulate behaviour of apuasm\n"
16316 msgstr ""
16317
16318 #: config/tc-spu.c:290
16319 #, c-format
16320 msgid "Invalid mnemonic '%s'"
16321 msgstr ""
16322
16323 #: config/tc-spu.c:296
16324 #, c-format
16325 msgid "'%s' is only available in DD2.0 or higher."
16326 msgstr ""
16327
16328 #: config/tc-spu.c:328
16329 #, c-format
16330 msgid "Error in argument %d.  Expecting:  \"%s\""
16331 msgstr ""
16332
16333 #: config/tc-spu.c:339
16334 msgid "Mixing register syntax, with and without '$'."
16335 msgstr ""
16336
16337 #: config/tc-spu.c:345
16338 #, c-format
16339 msgid "Treating '%-*s' as a symbol."
16340 msgstr ""
16341
16342 #: config/tc-spu.c:564
16343 msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
16344 msgstr ""
16345
16346 #: config/tc-spu.c:566
16347 msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
16348 msgstr ""
16349
16350 #: config/tc-spu.c:609
16351 #, c-format
16352 msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
16353 msgstr ""
16354
16355 #: config/tc-spu.c:615
16356 #, c-format
16357 msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
16358 msgstr ""
16359
16360 #: config/tc-spu.c:685 config/tc-spu.c:688
16361 #, c-format
16362 msgid "Constant expression %d out of range, [%d, %d]."
16363 msgstr ""
16364
16365 #: config/tc-spu.c:790
16366 #, c-format
16367 msgid "invalid priority '%lu'"
16368 msgstr ""
16369
16370 #: config/tc-spu.c:796
16371 #, c-format
16372 msgid "invalid lrlive '%lu'"
16373 msgstr ""
16374
16375 #: config/tc-spu.c:870
16376 msgid "Relaxation should never occur"
16377 msgstr ""
16378
16379 #: config/tc-spu.c:1020
16380 #, c-format
16381 msgid "Relocation doesn't fit. (relocation value = 0x%lx)"
16382 msgstr ""
16383
16384 #: config/tc-spu.h:85
16385 msgid "spu convert_frag\n"
16386 msgstr ""
16387
16388 #: config/tc-tic30.c:36
16389 msgid "first"
16390 msgstr ""
16391
16392 #: config/tc-tic30.c:36
16393 msgid "second"
16394 msgstr ""
16395
16396 #: config/tc-tic30.c:36
16397 msgid "third"
16398 msgstr ""
16399
16400 #: config/tc-tic30.c:36
16401 msgid "fourth"
16402 msgstr ""
16403
16404 #: config/tc-tic30.c:36
16405 msgid "fifth"
16406 msgstr ""
16407
16408 #: config/tc-tic30.c:482
16409 msgid "More than one AR register found in indirect reference"
16410 msgstr ""
16411
16412 #: config/tc-tic30.c:488
16413 msgid "Illegal AR register in indirect reference"
16414 msgstr ""
16415
16416 #: config/tc-tic30.c:509
16417 msgid "More than one displacement found in indirect reference"
16418 msgstr ""
16419
16420 #: config/tc-tic30.c:518
16421 msgid "Invalid displacement in indirect reference"
16422 msgstr ""
16423
16424 #: config/tc-tic30.c:536
16425 msgid "AR register not found in indirect reference"
16426 msgstr ""
16427
16428 #. Maybe an implied displacement of 1 again.
16429 #: config/tc-tic30.c:553
16430 msgid "required displacement wasn't given in indirect reference"
16431 msgstr ""
16432
16433 #: config/tc-tic30.c:560
16434 msgid "illegal indirect reference"
16435 msgstr ""
16436
16437 #: config/tc-tic30.c:567
16438 msgid "displacement must be an unsigned 8-bit number"
16439 msgstr ""
16440
16441 #: config/tc-tic30.c:751 config/tc-tic30.c:1498
16442 #, c-format
16443 msgid "Invalid character %s before %s operand"
16444 msgstr ""
16445
16446 #: config/tc-tic30.c:770 config/tc-tic30.c:1513
16447 #, c-format
16448 msgid "Unbalanced parenthesis in %s operand."
16449 msgstr ""
16450
16451 #: config/tc-tic30.c:786 config/tc-tic30.c:1523
16452 #, c-format
16453 msgid "Invalid character %s in %s operand"
16454 msgstr ""
16455
16456 #: config/tc-tic30.c:805 config/tc-tic30.c:1540
16457 #, c-format
16458 msgid "Spurious operands; (%d operands/instruction max)"
16459 msgstr ""
16460
16461 #. Just skip it, if it's \n complain.
16462 #: config/tc-tic30.c:823 config/tc-tic30.c:839 config/tc-tic30.c:1557
16463 #: config/tc-tic30.c:1573
16464 msgid "Expecting operand after ','; got nothing"
16465 msgstr ""
16466
16467 #: config/tc-tic30.c:828 config/tc-tic30.c:1562
16468 msgid "Expecting operand before ','; got nothing"
16469 msgstr ""
16470
16471 #: config/tc-tic30.c:866
16472 msgid "incorrect number of operands given in the first instruction"
16473 msgstr ""
16474
16475 #: config/tc-tic30.c:872
16476 msgid "incorrect number of operands given in the second instruction"
16477 msgstr ""
16478
16479 #: config/tc-tic30.c:893
16480 #, c-format
16481 msgid "%s instruction, operand %d doesn't match"
16482 msgstr ""
16483
16484 #. Shouldn't get here.
16485 #: config/tc-tic30.c:917 config/tc-tic30.c:924
16486 msgid "incorrect format for multiply parallel instruction"
16487 msgstr ""
16488
16489 #: config/tc-tic30.c:931
16490 msgid "destination for multiply can only be R0 or R1"
16491 msgstr ""
16492
16493 #: config/tc-tic30.c:938
16494 msgid "destination for add/subtract can only be R2 or R3"
16495 msgstr ""
16496
16497 #: config/tc-tic30.c:1005
16498 msgid "loading the same register in parallel operation"
16499 msgstr ""
16500
16501 #: config/tc-tic30.c:1448
16502 #, c-format
16503 msgid "Invalid character %s in opcode"
16504 msgstr ""
16505
16506 #: config/tc-tic30.c:1478
16507 #, c-format
16508 msgid "Unknown TMS320C30 instruction: %s"
16509 msgstr ""
16510
16511 #: config/tc-tic30.c:1598
16512 msgid "Incorrect number of operands given"
16513 msgstr ""
16514
16515 #: config/tc-tic30.c:1631
16516 #, c-format
16517 msgid "The %s operand doesn't match"
16518 msgstr ""
16519
16520 #. Shouldn't make it to this stage.
16521 #: config/tc-tic30.c:1656 config/tc-tic30.c:1668
16522 msgid "Incompatible first and second operands in instruction"
16523 msgstr ""
16524
16525 #: config/tc-tic30.c:1782
16526 msgid "invalid short form floating point immediate operand"
16527 msgstr ""
16528
16529 #: config/tc-tic30.c:1792
16530 msgid "rounding down first operand float to unsigned int"
16531 msgstr ""
16532
16533 #: config/tc-tic30.c:1794
16534 msgid "only lower 16-bits of first operand are used"
16535 msgstr ""
16536
16537 #: config/tc-tic30.c:1804
16538 msgid "rounding down first operand float to signed int"
16539 msgstr ""
16540
16541 #: config/tc-tic30.c:1809 config/tc-tic30.c:1880
16542 msgid "first operand is too large for 16-bit signed int"
16543 msgstr ""
16544
16545 #: config/tc-tic30.c:1874
16546 msgid "first operand is floating point"
16547 msgstr ""
16548
16549 #. Shouldn't get here.
16550 #: config/tc-tic30.c:1905
16551 msgid "interrupt vector for trap instruction out of range"
16552 msgstr ""
16553
16554 #: config/tc-tic30.c:1950
16555 msgid "LDP instruction needs a 24-bit operand"
16556 msgstr ""
16557
16558 #: config/tc-tic30.c:1974
16559 msgid "first operand is too large for a 24-bit displacement"
16560 msgstr ""
16561
16562 #: config/tc-tic4x.c:392
16563 msgid "Nan, using zero."
16564 msgstr ""
16565
16566 #: config/tc-tic4x.c:514
16567 #, c-format
16568 msgid "Cannot represent exponent in %d bits"
16569 msgstr ""
16570
16571 #: config/tc-tic4x.c:597 config/tc-tic4x.c:607
16572 msgid "Invalid floating point number"
16573 msgstr ""
16574
16575 #: config/tc-tic4x.c:726
16576 msgid "Comma expected\n"
16577 msgstr ""
16578
16579 #: config/tc-tic4x.c:762 config/tc-tic54x.c:470
16580 msgid ".bss size argument missing\n"
16581 msgstr ""
16582
16583 #: config/tc-tic4x.c:770
16584 #, c-format
16585 msgid ".bss size %ld < 0!"
16586 msgstr ""
16587
16588 #: config/tc-tic4x.c:903
16589 msgid "Non-constant symbols not allowed\n"
16590 msgstr ""
16591
16592 #: config/tc-tic4x.c:934
16593 msgid "Symbol missing\n"
16594 msgstr ""
16595
16596 #. Skip null symbol terminator.
16597 #: config/tc-tic4x.c:982
16598 msgid ".sect: subsection name ignored"
16599 msgstr ""
16600
16601 #: config/tc-tic4x.c:1010 config/tc-tic4x.c:1111 config/tc-tic54x.c:1423
16602 #, c-format
16603 msgid "Error setting flags for \"%s\": %s"
16604 msgstr ""
16605
16606 #: config/tc-tic4x.c:1042
16607 msgid ".set syntax invalid\n"
16608 msgstr ""
16609
16610 #: config/tc-tic4x.c:1100
16611 msgid ".usect: non-zero alignment flag ignored"
16612 msgstr ""
16613
16614 #: config/tc-tic4x.c:1131
16615 #, c-format
16616 msgid "This assembler does not support processor generation %ld"
16617 msgstr ""
16618
16619 #: config/tc-tic4x.c:1135
16620 msgid "Changing processor generation on fly not supported..."
16621 msgstr ""
16622
16623 #: config/tc-tic4x.c:1433
16624 msgid "Auxiliary register AR0--AR7 required for indirect"
16625 msgstr ""
16626
16627 #: config/tc-tic4x.c:1447
16628 #, c-format
16629 msgid "Bad displacement %d (require 0--255)\n"
16630 msgstr ""
16631
16632 #: config/tc-tic4x.c:1465
16633 msgid "Index register IR0,IR1 required for displacement"
16634 msgstr ""
16635
16636 #: config/tc-tic4x.c:1533
16637 msgid "Expecting a register name"
16638 msgstr ""
16639
16640 #: config/tc-tic4x.c:1545 config/tc-tic4x.c:1568 config/tc-tic4x.c:1634
16641 msgid "Number too large"
16642 msgstr ""
16643
16644 #: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581
16645 msgid "Expecting a constant value"
16646 msgstr ""
16647
16648 #: config/tc-tic4x.c:1589
16649 #, c-format
16650 msgid "Bad direct addressing construct %s"
16651 msgstr ""
16652
16653 #: config/tc-tic4x.c:1593
16654 #, c-format
16655 msgid "Direct value of %ld is not suitable"
16656 msgstr ""
16657
16658 #: config/tc-tic4x.c:1617
16659 msgid "Unknown indirect addressing mode"
16660 msgstr ""
16661
16662 #: config/tc-tic4x.c:1714
16663 #, c-format
16664 msgid "Immediate value of %ld is too large for ldf"
16665 msgstr ""
16666
16667 #: config/tc-tic4x.c:1754
16668 msgid "Destination register must be ARn"
16669 msgstr ""
16670
16671 #: config/tc-tic4x.c:1773 config/tc-tic4x.c:2146 config/tc-tic4x.c:2205
16672 #, c-format
16673 msgid "Immediate value of %ld is too large"
16674 msgstr ""
16675
16676 #: config/tc-tic4x.c:1802 config/tc-tic4x.c:2007
16677 msgid "Invalid indirect addressing mode"
16678 msgstr ""
16679
16680 #: config/tc-tic4x.c:1826 config/tc-tic4x.c:1866 config/tc-tic4x.c:2057
16681 #: config/tc-tic4x.c:2079
16682 msgid "Register must be Rn"
16683 msgstr ""
16684
16685 #: config/tc-tic4x.c:1880 config/tc-tic4x.c:1950 config/tc-tic4x.c:1964
16686 msgid "Register must be R0--R7"
16687 msgstr ""
16688
16689 #: config/tc-tic4x.c:1904 config/tc-tic4x.c:1932
16690 #, c-format
16691 msgid "Invalid indirect addressing mode displacement %d"
16692 msgstr ""
16693
16694 #: config/tc-tic4x.c:1978
16695 msgid "Destination register must be R2 or R3"
16696 msgstr ""
16697
16698 #: config/tc-tic4x.c:1992
16699 msgid "Destination register must be R0 or R1"
16700 msgstr ""
16701
16702 #: config/tc-tic4x.c:2029
16703 #, c-format
16704 msgid "Displacement value of %ld is too large"
16705 msgstr ""
16706
16707 #: config/tc-tic4x.c:2090 config/tc-tic4x.c:2221
16708 msgid "Floating point number not valid in expression"
16709 msgstr ""
16710
16711 #: config/tc-tic4x.c:2104
16712 #, c-format
16713 msgid "Signed immediate value %ld too large"
16714 msgstr ""
16715
16716 #: config/tc-tic4x.c:2167
16717 #, c-format
16718 msgid "Unsigned immediate value %ld too large"
16719 msgstr ""
16720
16721 #: config/tc-tic4x.c:2235
16722 #, c-format
16723 msgid "Immediate value %ld too large"
16724 msgstr ""
16725
16726 #: config/tc-tic4x.c:2254 config/tc-tic4x.c:2282
16727 msgid "Register must be ivtp or tvtp"
16728 msgstr ""
16729
16730 #: config/tc-tic4x.c:2268
16731 msgid "Register must be address register"
16732 msgstr ""
16733
16734 #: config/tc-tic4x.c:2341
16735 msgid "Source and destination register should not be equal"
16736 msgstr ""
16737
16738 #: config/tc-tic4x.c:2356
16739 msgid "Equal parallel destination registers, one result will be discarded"
16740 msgstr ""
16741
16742 #: config/tc-tic4x.c:2397
16743 msgid "Too many operands scanned"
16744 msgstr ""
16745
16746 #: config/tc-tic4x.c:2428
16747 msgid "Parallel opcode cannot contain more than two instructions"
16748 msgstr ""
16749
16750 #: config/tc-tic4x.c:2501
16751 #, c-format
16752 msgid "Invalid operands for %s"
16753 msgstr ""
16754
16755 #: config/tc-tic4x.c:2504
16756 #, c-format
16757 msgid "Invalid instruction %s"
16758 msgstr ""
16759
16760 #: config/tc-tic4x.c:2656
16761 #, c-format
16762 msgid "Bad relocation type: 0x%02x"
16763 msgstr ""
16764
16765 #: config/tc-tic4x.c:2714
16766 #, c-format
16767 msgid "Unsupported processor generation %d"
16768 msgstr ""
16769
16770 #: config/tc-tic4x.c:2722
16771 msgid "Option -b is depreciated, please use -mbig"
16772 msgstr ""
16773
16774 #: config/tc-tic4x.c:2729
16775 msgid "Option -p is depreciated, please use -mmemparm"
16776 msgstr ""
16777
16778 #: config/tc-tic4x.c:2736
16779 msgid "Option -r is depreciated, please use -mregparm"
16780 msgstr ""
16781
16782 #: config/tc-tic4x.c:2743
16783 msgid "Option -s is depreciated, please use -msmall"
16784 msgstr ""
16785
16786 #: config/tc-tic4x.c:2772
16787 #, c-format
16788 msgid ""
16789 "\n"
16790 "TIC4X options:\n"
16791 "  -mcpu=CPU  -mCPU        select architecture variant. CPU can be:\n"
16792 "                            30 - TMS320C30\n"
16793 "                            31 - TMS320C31, TMS320LC31\n"
16794 "                            32 - TMS320C32\n"
16795 "                            33 - TMS320VC33\n"
16796 "                            40 - TMS320C40\n"
16797 "                            44 - TMS320C44\n"
16798 "  -mrev=REV               set cpu hardware revision (integer numbers).\n"
16799 "                          Combinations of -mcpu and -mrev will enable/"
16800 "disable\n"
16801 "                          the appropriate options (-midle2, -mlowpower and\n"
16802 "                          -menhanced) according to the selected type\n"
16803 "  -mbig                   select big memory model\n"
16804 "  -msmall                 select small memory model (default)\n"
16805 "  -mregparm               select register parameters (default)\n"
16806 "  -mmemparm               select memory parameters\n"
16807 "  -midle2                 enable IDLE2 support\n"
16808 "  -mlowpower              enable LOPOWER and MAXSPEED support\n"
16809 "  -menhanced              enable enhanced opcode support\n"
16810 msgstr ""
16811
16812 #: config/tc-tic4x.c:2817
16813 #, c-format
16814 msgid "Label \"$%d\" redefined"
16815 msgstr ""
16816
16817 #: config/tc-tic4x.c:3027
16818 #, c-format
16819 msgid "Reloc %d not supported by object file format"
16820 msgstr ""
16821
16822 #. Only word (et al.), align, or conditionals are allowed within
16823 #. .struct/.union.
16824 #: config/tc-tic54x.c:218
16825 msgid "pseudo-op illegal within .struct/.union"
16826 msgstr ""
16827
16828 #: config/tc-tic54x.c:232
16829 #, c-format
16830 msgid "C54x-specific command line options:\n"
16831 msgstr ""
16832
16833 #: config/tc-tic54x.c:233
16834 #, c-format
16835 msgid "-mfar-mode | -mf          Use extended addressing\n"
16836 msgstr ""
16837
16838 #: config/tc-tic54x.c:234
16839 #, c-format
16840 msgid "-mcpu=<CPU version>       Specify the CPU version\n"
16841 msgstr ""
16842
16843 #: config/tc-tic54x.c:235
16844 #, c-format
16845 msgid "-merrors-to-file <filename>\n"
16846 msgstr ""
16847
16848 #: config/tc-tic54x.c:236
16849 #, c-format
16850 msgid "-me <filename>            Redirect errors to a file\n"
16851 msgstr ""
16852
16853 #: config/tc-tic54x.c:347
16854 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
16855 msgstr ""
16856
16857 #: config/tc-tic54x.c:356
16858 msgid "symbols assigned with .asg must begin with a letter"
16859 msgstr ""
16860
16861 #: config/tc-tic54x.c:396
16862 msgid "Unterminated string after absolute expression"
16863 msgstr ""
16864
16865 #: config/tc-tic54x.c:404
16866 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
16867 msgstr ""
16868
16869 #: config/tc-tic54x.c:414
16870 msgid "symbols assigned with .eval must begin with a letter"
16871 msgstr ""
16872
16873 #: config/tc-tic54x.c:479
16874 #, c-format
16875 msgid ".bss size %d < 0!"
16876 msgstr ""
16877
16878 #: config/tc-tic54x.c:661
16879 msgid "Offset on nested structures is ignored"
16880 msgstr ""
16881
16882 #: config/tc-tic54x.c:711
16883 #, c-format
16884 msgid ".end%s without preceding .%s"
16885 msgstr ""
16886
16887 #: config/tc-tic54x.c:777
16888 #, c-format
16889 msgid "Unrecognized struct/union tag '%s'"
16890 msgstr ""
16891
16892 #: config/tc-tic54x.c:779
16893 msgid ".tag requires a structure tag"
16894 msgstr ""
16895
16896 #: config/tc-tic54x.c:785
16897 msgid "Label required for .tag"
16898 msgstr ""
16899
16900 #: config/tc-tic54x.c:804
16901 #, c-format
16902 msgid ".tag target '%s' undefined"
16903 msgstr ""
16904
16905 #: config/tc-tic54x.c:868
16906 #, c-format
16907 msgid ".field count '%d' out of range (1 <= X <= 32)"
16908 msgstr ""
16909
16910 #: config/tc-tic54x.c:896
16911 #, c-format
16912 msgid "Unrecognized field type '%c'"
16913 msgstr ""
16914
16915 #: config/tc-tic54x.c:1020
16916 msgid "Overflow in expression, truncated to 8 bits"
16917 msgstr ""
16918
16919 #: config/tc-tic54x.c:1025
16920 msgid "Overflow in expression, truncated to 16 bits"
16921 msgstr ""
16922
16923 #. Disallow .byte with a non constant expression that will
16924 #. require relocation.
16925 #: config/tc-tic54x.c:1033
16926 msgid "Relocatable values require at least WORD storage"
16927 msgstr ""
16928
16929 #: config/tc-tic54x.c:1094
16930 msgid "Use of .def/.ref is deprecated.  Use .global instead"
16931 msgstr ""
16932
16933 #: config/tc-tic54x.c:1286
16934 msgid ".space/.bes repeat count is negative, ignored"
16935 msgstr ""
16936
16937 #: config/tc-tic54x.c:1291
16938 msgid ".space/.bes repeat count is zero, ignored"
16939 msgstr ""
16940
16941 #: config/tc-tic54x.c:1364
16942 msgid "Missing size argument"
16943 msgstr ""
16944
16945 #: config/tc-tic54x.c:1498
16946 msgid "CPU version has already been set"
16947 msgstr ""
16948
16949 #: config/tc-tic54x.c:1502
16950 #, c-format
16951 msgid "Unrecognized version '%s'"
16952 msgstr ""
16953
16954 #: config/tc-tic54x.c:1508
16955 msgid "Changing of CPU version on the fly not supported"
16956 msgstr ""
16957
16958 #: config/tc-tic54x.c:1639
16959 msgid "p2align not supported on this target"
16960 msgstr ""
16961
16962 #: config/tc-tic54x.c:1651
16963 msgid "Argument to .even ignored"
16964 msgstr ""
16965
16966 #: config/tc-tic54x.c:1697
16967 msgid "Invalid field size, must be from 1 to 32"
16968 msgstr ""
16969
16970 #: config/tc-tic54x.c:1710
16971 msgid "field size must be 16 when value is relocatable"
16972 msgstr ""
16973
16974 #: config/tc-tic54x.c:1725
16975 msgid "field value truncated"
16976 msgstr ""
16977
16978 #: config/tc-tic54x.c:1831 config/tc-tic54x.c:2130
16979 #, c-format
16980 msgid "Unrecognized section '%s'"
16981 msgstr ""
16982
16983 #: config/tc-tic54x.c:1840
16984 msgid "Current section is uninitialized, section name required for .clink"
16985 msgstr ""
16986
16987 #: config/tc-tic54x.c:2041
16988 msgid "ENDLOOP without corresponding LOOP"
16989 msgstr ""
16990
16991 #: config/tc-tic54x.c:2082
16992 msgid "Mixing of normal and extended addressing not supported"
16993 msgstr ""
16994
16995 #: config/tc-tic54x.c:2088
16996 msgid "Extended addressing not supported on the specified CPU"
16997 msgstr ""
16998
16999 #: config/tc-tic54x.c:2136
17000 msgid ".sblock may be used for initialized sections only"
17001 msgstr ""
17002
17003 #: config/tc-tic54x.c:2166
17004 msgid "Symbol missing for .set/.equ"
17005 msgstr ""
17006
17007 #: config/tc-tic54x.c:2222
17008 msgid ".var may only be used within a macro definition"
17009 msgstr ""
17010
17011 #: config/tc-tic54x.c:2230
17012 msgid "Substitution symbols must begin with a letter"
17013 msgstr ""
17014
17015 #: config/tc-tic54x.c:2322
17016 #, c-format
17017 msgid "can't open macro library file '%s' for reading: %s"
17018 msgstr ""
17019
17020 #: config/tc-tic54x.c:2329
17021 #, c-format
17022 msgid "File '%s' not in macro archive format"
17023 msgstr ""
17024
17025 #: config/tc-tic54x.c:2459
17026 #, c-format
17027 msgid "Bad COFF version '%s'"
17028 msgstr ""
17029
17030 #: config/tc-tic54x.c:2468
17031 #, c-format
17032 msgid "Bad CPU version '%s'"
17033 msgstr ""
17034
17035 #: config/tc-tic54x.c:2481 config/tc-tic54x.c:2484
17036 #, c-format
17037 msgid "Can't redirect stderr to the file '%s'"
17038 msgstr ""
17039
17040 #: config/tc-tic54x.c:2597
17041 #, c-format
17042 msgid "Undefined substitution symbol '%s'"
17043 msgstr ""
17044
17045 #: config/tc-tic54x.c:3098
17046 #, c-format
17047 msgid "Unbalanced parenthesis in operand %d"
17048 msgstr ""
17049
17050 #: config/tc-tic54x.c:3129 config/tc-tic54x.c:3137
17051 msgid "Expecting operand after ','"
17052 msgstr ""
17053
17054 #: config/tc-tic54x.c:3148
17055 msgid "Extra junk on line"
17056 msgstr ""
17057
17058 #: config/tc-tic54x.c:3185
17059 msgid "Badly formed address expression"
17060 msgstr ""
17061
17062 #: config/tc-tic54x.c:3438
17063 #, c-format
17064 msgid "Invalid dmad syntax '%s'"
17065 msgstr ""
17066
17067 #: config/tc-tic54x.c:3502
17068 #, c-format
17069 msgid ""
17070 "Use the .mmregs directive to use memory-mapped register names such as '%s'"
17071 msgstr ""
17072
17073 #: config/tc-tic54x.c:3553
17074 msgid "Address mode *+ARx is write-only. Results of reading are undefined."
17075 msgstr ""
17076
17077 #: config/tc-tic54x.c:3573
17078 #, c-format
17079 msgid "Unrecognized indirect address format \"%s\""
17080 msgstr ""
17081
17082 #: config/tc-tic54x.c:3611
17083 #, c-format
17084 msgid "Operand '%s' out of range (%d <= x <= %d)"
17085 msgstr ""
17086
17087 #: config/tc-tic54x.c:3631
17088 msgid "Error in relocation handling"
17089 msgstr ""
17090
17091 #: config/tc-tic54x.c:3650 config/tc-tic54x.c:3712 config/tc-tic54x.c:3740
17092 #, c-format
17093 msgid "Unrecognized condition code \"%s\""
17094 msgstr ""
17095
17096 #: config/tc-tic54x.c:3667
17097 #, c-format
17098 msgid "Condition \"%s\" does not match preceding group"
17099 msgstr ""
17100
17101 #: config/tc-tic54x.c:3675
17102 #, c-format
17103 msgid ""
17104 "Condition \"%s\" uses a different accumulator from a preceding condition"
17105 msgstr ""
17106
17107 #: config/tc-tic54x.c:3682
17108 msgid "Only one comparison conditional allowed"
17109 msgstr ""
17110
17111 #: config/tc-tic54x.c:3687
17112 msgid "Only one overflow conditional allowed"
17113 msgstr ""
17114
17115 #: config/tc-tic54x.c:3695
17116 #, c-format
17117 msgid "Duplicate %s conditional"
17118 msgstr ""
17119
17120 #: config/tc-tic54x.c:3726
17121 msgid "Invalid auxiliary register (use AR0-AR7)"
17122 msgstr ""
17123
17124 #: config/tc-tic54x.c:3757
17125 msgid "lk addressing modes are invalid for memory-mapped register addressing"
17126 msgstr ""
17127
17128 #: config/tc-tic54x.c:3765
17129 msgid ""
17130 "Address mode *+ARx is not allowed in memory-mapped register addressing.  "
17131 "Resulting behavior is undefined."
17132 msgstr ""
17133
17134 #: config/tc-tic54x.c:3791
17135 msgid ""
17136 "Destination accumulator for each part of this parallel instruction must be "
17137 "different"
17138 msgstr ""
17139
17140 #: config/tc-tic54x.c:3840
17141 #, c-format
17142 msgid "Memory mapped register \"%s\" out of range"
17143 msgstr ""
17144
17145 #: config/tc-tic54x.c:3879
17146 msgid "Invalid operand (use 1, 2, or 3)"
17147 msgstr ""
17148
17149 #: config/tc-tic54x.c:3905
17150 msgid "A status register or status bit name is required"
17151 msgstr ""
17152
17153 #: config/tc-tic54x.c:3915
17154 #, c-format
17155 msgid "Unrecognized status bit \"%s\""
17156 msgstr ""
17157
17158 #: config/tc-tic54x.c:3938
17159 #, c-format
17160 msgid "Invalid status register \"%s\""
17161 msgstr ""
17162
17163 #: config/tc-tic54x.c:3950
17164 #, c-format
17165 msgid "Operand \"%s\" out of range (use 1 or 2)"
17166 msgstr ""
17167
17168 #: config/tc-tic54x.c:4153
17169 #, c-format
17170 msgid "Unrecognized instruction \"%s\""
17171 msgstr ""
17172
17173 #: config/tc-tic54x.c:4182
17174 #, c-format
17175 msgid "Unrecognized operand list '%s' for instruction '%s'"
17176 msgstr ""
17177
17178 #: config/tc-tic54x.c:4211
17179 #, c-format
17180 msgid "Unrecognized parallel instruction \"%s\""
17181 msgstr ""
17182
17183 #: config/tc-tic54x.c:4260
17184 #, c-format
17185 msgid "Invalid operand (s) for parallel instruction \"%s\""
17186 msgstr ""
17187
17188 #: config/tc-tic54x.c:4263
17189 #, c-format
17190 msgid "Unrecognized parallel instruction combination \"%s || %s\""
17191 msgstr ""
17192
17193 #: config/tc-tic54x.c:4484
17194 #, c-format
17195 msgid "%s symbol recursion stopped at second appearance of '%s'"
17196 msgstr ""
17197
17198 #: config/tc-tic54x.c:4524
17199 msgid "Unrecognized substitution symbol function"
17200 msgstr ""
17201
17202 #: config/tc-tic54x.c:4529
17203 msgid "Missing '(' after substitution symbol function"
17204 msgstr ""
17205
17206 #: config/tc-tic54x.c:4543
17207 msgid "Expecting second argument"
17208 msgstr ""
17209
17210 #: config/tc-tic54x.c:4556 config/tc-tic54x.c:4606
17211 msgid "Extra junk in function call, expecting ')'"
17212 msgstr ""
17213
17214 #: config/tc-tic54x.c:4582
17215 msgid "Function expects two arguments"
17216 msgstr ""
17217
17218 #: config/tc-tic54x.c:4595
17219 msgid "Expecting character constant argument"
17220 msgstr ""
17221
17222 #: config/tc-tic54x.c:4601
17223 msgid "Both arguments must be substitution symbols"
17224 msgstr ""
17225
17226 #: config/tc-tic54x.c:4653
17227 #, c-format
17228 msgid "Invalid subscript (use 1 to %d)"
17229 msgstr ""
17230
17231 #: config/tc-tic54x.c:4663
17232 #, c-format
17233 msgid "Invalid length (use 0 to %d)"
17234 msgstr ""
17235
17236 #: config/tc-tic54x.c:4673
17237 msgid "Missing ')' in subscripted substitution symbol expression"
17238 msgstr ""
17239
17240 #: config/tc-tic54x.c:4693
17241 msgid "Missing forced substitution terminator ':'"
17242 msgstr ""
17243
17244 #: config/tc-tic54x.c:4845
17245 #, c-format
17246 msgid ""
17247 "Instruction does not fit in available delay slots (%d-word insn, %d slot "
17248 "left)"
17249 msgid_plural ""
17250 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
17251 "left)"
17252 msgstr[0] ""
17253 msgstr[1] ""
17254
17255 #: config/tc-tic54x.c:4889
17256 #, c-format
17257 msgid "Unrecognized parallel instruction '%s'"
17258 msgstr ""
17259
17260 #: config/tc-tic54x.c:4901
17261 #, c-format
17262 msgid "Instruction '%s' requires an LP cpu version"
17263 msgstr ""
17264
17265 #: config/tc-tic54x.c:4908
17266 #, c-format
17267 msgid "Instruction '%s' requires far mode addressing"
17268 msgstr ""
17269
17270 #: config/tc-tic54x.c:4920
17271 #, c-format
17272 msgid ""
17273 "Instruction does not fit in available delay slots (%d-word insn, %d slot "
17274 "left). Resulting behavior is undefined."
17275 msgid_plural ""
17276 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
17277 "left). Resulting behavior is undefined."
17278 msgstr[0] ""
17279 msgstr[1] ""
17280
17281 #: config/tc-tic54x.c:4934
17282 msgid ""
17283 "Instructions which cause PC discontinuity are not allowed in a delay slot. "
17284 "Resulting behavior is undefined."
17285 msgstr ""
17286
17287 #: config/tc-tic54x.c:4945
17288 #, c-format
17289 msgid "'%s' is not repeatable. Resulting behavior is undefined."
17290 msgstr ""
17291
17292 #: config/tc-tic54x.c:4949
17293 msgid ""
17294 "Instructions using long offset modifiers or absolute addresses are not "
17295 "repeatable. Resulting behavior is undefined."
17296 msgstr ""
17297
17298 #: config/tc-tic54x.c:5099
17299 #, c-format
17300 msgid "Unsupported relocation size %d"
17301 msgstr ""
17302
17303 #: config/tc-tic54x.c:5230
17304 msgid "non-absolute value used with .space/.bes"
17305 msgstr ""
17306
17307 #: config/tc-tic54x.c:5234
17308 #, c-format
17309 msgid "negative value ignored in %s"
17310 msgstr ""
17311
17312 #: config/tc-tic54x.c:5322
17313 #, c-format
17314 msgid "attempt to .space/.bes backwards? (%ld)"
17315 msgstr ""
17316
17317 #: config/tc-tic6x.c:262
17318 #, c-format
17319 msgid "unknown -mpid= argument '%s'"
17320 msgstr ""
17321
17322 #: config/tc-tic6x.c:320
17323 #, c-format
17324 msgid "TMS320C6000 options:\n"
17325 msgstr ""
17326
17327 #: config/tc-tic6x.c:321
17328 #, c-format
17329 msgid "  -march=ARCH             enable instructions from architecture ARCH\n"
17330 msgstr ""
17331
17332 #: config/tc-tic6x.c:322
17333 #, c-format
17334 msgid "  -mbig-endian            generate big-endian code\n"
17335 msgstr ""
17336
17337 #: config/tc-tic6x.c:323
17338 #, c-format
17339 msgid "  -mlittle-endian         generate little-endian code\n"
17340 msgstr ""
17341
17342 #: config/tc-tic6x.c:324
17343 #, c-format
17344 msgid "  -mdsbt                  code uses DSBT addressing\n"
17345 msgstr ""
17346
17347 #: config/tc-tic6x.c:325
17348 #, c-format
17349 msgid "  -mno-dsbt               code does not use DSBT addressing\n"
17350 msgstr ""
17351
17352 #: config/tc-tic6x.c:326
17353 #, c-format
17354 msgid ""
17355 "  -mpid=no                code uses position-dependent data addressing\n"
17356 msgstr ""
17357
17358 #: config/tc-tic6x.c:327
17359 #, c-format
17360 msgid ""
17361 "  -mpid=near              code uses position-independent data addressing,\n"
17362 "                            GOT accesses use near DP addressing\n"
17363 msgstr ""
17364
17365 #: config/tc-tic6x.c:329
17366 #, c-format
17367 msgid ""
17368 "  -mpid=far               code uses position-independent data addressing,\n"
17369 "                            GOT accesses use far DP addressing\n"
17370 msgstr ""
17371
17372 #: config/tc-tic6x.c:331
17373 #, c-format
17374 msgid "  -mpic                   code addressing is position-independent\n"
17375 msgstr ""
17376
17377 #: config/tc-tic6x.c:332
17378 #, c-format
17379 msgid "  -mno-pic                code addressing is position-dependent\n"
17380 msgstr ""
17381
17382 #: config/tc-tic6x.c:337
17383 #, c-format
17384 msgid "Supported ARCH values are:"
17385 msgstr ""
17386
17387 #: config/tc-tic6x.c:386
17388 msgid "unexpected .cantunwind directive"
17389 msgstr ""
17390
17391 #: config/tc-tic6x.c:406
17392 msgid "unexpected .handlerdata directive"
17393 msgstr ""
17394
17395 #: config/tc-tic6x.c:418
17396 msgid "personality routine required before .handlerdata directive"
17397 msgstr ""
17398
17399 #: config/tc-tic6x.c:532
17400 msgid "expected symbol"
17401 msgstr ""
17402
17403 #: config/tc-tic6x.c:579
17404 msgid "expected comma after symbol name"
17405 msgstr ""
17406
17407 #: config/tc-tic6x.c:589
17408 #, c-format
17409 msgid "invalid length for .scomm directive"
17410 msgstr ""
17411
17412 #: config/tc-tic6x.c:603
17413 msgid "alignment is not a positive number"
17414 msgstr ""
17415
17416 #: config/tc-tic6x.c:615
17417 msgid "alignment is not a power of 2"
17418 msgstr ""
17419
17420 #: config/tc-tic6x.c:630
17421 #, c-format
17422 msgid "attempt to re-define symbol `%s'"
17423 msgstr ""
17424
17425 #: config/tc-tic6x.c:639
17426 #, c-format
17427 msgid "attempt to redefine `%s' with a different length"
17428 msgstr ""
17429
17430 #: config/tc-tic6x.c:841
17431 msgid "multiple '||' on same line"
17432 msgstr ""
17433
17434 #: config/tc-tic6x.c:844
17435 msgid "'||' after predicate"
17436 msgstr ""
17437
17438 #: config/tc-tic6x.c:888
17439 msgid "multiple predicates on same line"
17440 msgstr ""
17441
17442 #: config/tc-tic6x.c:894
17443 #, c-format
17444 msgid "bad predicate '%s'"
17445 msgstr ""
17446
17447 #: config/tc-tic6x.c:905
17448 msgid "predication on A0 not supported on this architecture"
17449 msgstr ""
17450
17451 #: config/tc-tic6x.c:938
17452 msgid "label after '||'"
17453 msgstr ""
17454
17455 #: config/tc-tic6x.c:944
17456 msgid "label after predicate"
17457 msgstr ""
17458
17459 #: config/tc-tic6x.c:968
17460 msgid "'||' not followed by instruction"
17461 msgstr ""
17462
17463 #: config/tc-tic6x.c:974
17464 msgid "predicate not followed by instruction"
17465 msgstr ""
17466
17467 #: config/tc-tic6x.c:1407
17468 #, c-format
17469 msgid "control register '%s' not supported on this architecture"
17470 msgstr ""
17471
17472 #: config/tc-tic6x.c:1586 config/tc-tic6x.c:1589 config/tc-tic6x.c:1642
17473 #: config/tc-tic6x.c:1646
17474 #, c-format
17475 msgid "register number %u not supported on this architecture"
17476 msgstr ""
17477
17478 #: config/tc-tic6x.c:1617
17479 #, c-format
17480 msgid "register pair for operand %u of '%.*s' not a valid even/odd pair"
17481 msgstr ""
17482
17483 #: config/tc-tic6x.c:1673
17484 #, c-format
17485 msgid "junk after operand %u of '%.*s'"
17486 msgstr ""
17487
17488 #: config/tc-tic6x.c:1686
17489 #, c-format
17490 msgid "bad register or register pair for operand %u of '%.*s'"
17491 msgstr ""
17492
17493 #: config/tc-tic6x.c:1692
17494 #, c-format
17495 msgid "bad register for operand %u of '%.*s'"
17496 msgstr ""
17497
17498 #: config/tc-tic6x.c:1697
17499 #, c-format
17500 msgid "bad register pair for operand %u of '%.*s'"
17501 msgstr ""
17502
17503 #: config/tc-tic6x.c:1702
17504 #, c-format
17505 msgid "bad functional unit for operand %u of '%.*s'"
17506 msgstr ""
17507
17508 #: config/tc-tic6x.c:1707
17509 #, c-format
17510 msgid "bad operand %u of '%.*s'"
17511 msgstr ""
17512
17513 #: config/tc-tic6x.c:1839
17514 msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE"
17515 msgstr ""
17516
17517 #: config/tc-tic6x.c:1879
17518 msgid "$DSBT_INDEX not supported in this context"
17519 msgstr ""
17520
17521 #: config/tc-tic6x.c:1892
17522 msgid "$GOT not supported in this context"
17523 msgstr ""
17524
17525 #: config/tc-tic6x.c:1909
17526 msgid "$DPR_GOT not supported in this context"
17527 msgstr ""
17528
17529 #: config/tc-tic6x.c:1930
17530 msgid "$DPR_BYTE not supported in this context"
17531 msgstr ""
17532
17533 #: config/tc-tic6x.c:1947
17534 msgid "$DPR_HWORD not supported in this context"
17535 msgstr ""
17536
17537 #: config/tc-tic6x.c:1964
17538 msgid "$DPR_WORD not supported in this context"
17539 msgstr ""
17540
17541 #: config/tc-tic6x.c:1983
17542 msgid "$PCR_OFFSET not supported in this context"
17543 msgstr ""
17544
17545 #: config/tc-tic6x.c:1994
17546 msgid "invalid PC-relative operand"
17547 msgstr ""
17548
17549 #: config/tc-tic6x.c:2031
17550 #, c-format
17551 msgid "no %d-byte relocations available"
17552 msgstr ""
17553
17554 #: config/tc-tic6x.c:2518 config/tc-tic6x.c:2549 config/tc-tic6x.c:2567
17555 #: config/tc-tic6x.c:2997 config/tc-tic6x.c:3016 config/tc-tic6x.c:3048
17556 #, c-format
17557 msgid "operand %u of '%.*s' out of range"
17558 msgstr ""
17559
17560 #: config/tc-tic6x.c:2611 config/tc-tic6x.c:2836
17561 #, c-format
17562 msgid "offset in operand %u of '%.*s' not divisible by %u"
17563 msgstr ""
17564
17565 #: config/tc-tic6x.c:2828 config/tc-tic6x.c:2861
17566 #, c-format
17567 msgid "offset in operand %u of '%.*s' out of range"
17568 msgstr ""
17569
17570 #: config/tc-tic6x.c:2943
17571 #, c-format
17572 msgid "functional unit already masked for operand %u of '%.*s'"
17573 msgstr ""
17574
17575 #: config/tc-tic6x.c:2967 config/tc-tic6x.c:3726
17576 #, c-format
17577 msgid "'%.*s' instruction not in a software pipelined loop"
17578 msgstr ""
17579
17580 #: config/tc-tic6x.c:3066
17581 #, c-format
17582 msgid "instruction '%.*s' cannot be predicated"
17583 msgstr ""
17584
17585 #: config/tc-tic6x.c:3334
17586 #, c-format
17587 msgid "'%.*s' instruction not supported on this architecture"
17588 msgstr ""
17589
17590 #: config/tc-tic6x.c:3342
17591 #, c-format
17592 msgid "'%.*s' instruction not supported on this functional unit"
17593 msgstr ""
17594
17595 #: config/tc-tic6x.c:3350
17596 #, c-format
17597 msgid ""
17598 "'%.*s' instruction not supported on this functional unit for this "
17599 "architecture"
17600 msgstr ""
17601
17602 #: config/tc-tic6x.c:3370
17603 msgid "missing operand after comma"
17604 msgstr ""
17605
17606 #: config/tc-tic6x.c:3378 config/tc-tic6x.c:3396
17607 #, c-format
17608 msgid "too many operands to '%.*s'"
17609 msgstr ""
17610
17611 #: config/tc-tic6x.c:3409
17612 #, c-format
17613 msgid "bad number of operands to '%.*s'"
17614 msgstr ""
17615
17616 #: config/tc-tic6x.c:3481
17617 #, c-format
17618 msgid "operand %u of '%.*s' not constant"
17619 msgstr ""
17620
17621 #: config/tc-tic6x.c:3486
17622 #, c-format
17623 msgid "operand %u of '%.*s' on wrong side"
17624 msgstr ""
17625
17626 #: config/tc-tic6x.c:3491
17627 #, c-format
17628 msgid "operand %u of '%.*s' not a valid return address register"
17629 msgstr ""
17630
17631 #: config/tc-tic6x.c:3497
17632 #, c-format
17633 msgid "operand %u of '%.*s' is write-only"
17634 msgstr ""
17635
17636 #: config/tc-tic6x.c:3502
17637 #, c-format
17638 msgid "operand %u of '%.*s' is read-only"
17639 msgstr ""
17640
17641 #: config/tc-tic6x.c:3507
17642 #, c-format
17643 msgid "operand %u of '%.*s' not a valid memory reference"
17644 msgstr ""
17645
17646 #: config/tc-tic6x.c:3513
17647 #, c-format
17648 msgid "operand %u of '%.*s' not a valid base address register"
17649 msgstr ""
17650
17651 #: config/tc-tic6x.c:3599
17652 #, c-format
17653 msgid "bad operand combination for '%.*s'"
17654 msgstr ""
17655
17656 #: config/tc-tic6x.c:3645
17657 msgid "parallel instruction not following another instruction"
17658 msgstr ""
17659
17660 #: config/tc-tic6x.c:3651
17661 msgid "too many instructions in execute packet"
17662 msgstr ""
17663
17664 #: config/tc-tic6x.c:3656
17665 msgid "label not at start of execute packet"
17666 msgstr ""
17667
17668 #: config/tc-tic6x.c:3659
17669 #, c-format
17670 msgid "'%.*s' instruction not at start of execute packet"
17671 msgstr ""
17672
17673 #: config/tc-tic6x.c:3707
17674 msgid "functional unit already used in this execute packet"
17675 msgstr ""
17676
17677 #: config/tc-tic6x.c:3715
17678 msgid "nested software pipelined loop"
17679 msgstr ""
17680
17681 #: config/tc-tic6x.c:3734
17682 msgid "'||^' without previous SPMASK"
17683 msgstr ""
17684
17685 #: config/tc-tic6x.c:3736
17686 msgid "cannot mask instruction using no functional unit"
17687 msgstr ""
17688
17689 #: config/tc-tic6x.c:3748
17690 msgid "functional unit already masked"
17691 msgstr ""
17692
17693 #: config/tc-tic6x.c:3813
17694 msgid "value too large for 2-byte field"
17695 msgstr ""
17696
17697 #: config/tc-tic6x.c:3823
17698 msgid "value too large for 1-byte field"
17699 msgstr ""
17700
17701 #: config/tc-tic6x.c:3950
17702 msgid "immediate offset not 2-byte-aligned"
17703 msgstr ""
17704
17705 #: config/tc-tic6x.c:3978
17706 msgid "immediate offset not 4-byte-aligned"
17707 msgstr ""
17708
17709 #: config/tc-tic6x.c:3992
17710 msgid "addend used with $DSBT_INDEX"
17711 msgstr ""
17712
17713 #: config/tc-tic6x.c:4006 config/tc-tic6x.c:4024 config/tc-tic6x.c:4042
17714 #: config/tc-tic6x.c:4060
17715 msgid "PC-relative offset not 4-byte-aligned"
17716 msgstr ""
17717
17718 #: config/tc-tic6x.c:4009 config/tc-tic6x.c:4027 config/tc-tic6x.c:4045
17719 #: config/tc-tic6x.c:4063
17720 msgid "PC-relative offset out of range"
17721 msgstr ""
17722
17723 #: config/tc-tic6x.c:4542
17724 #, c-format
17725 msgid "undefined symbol %s in PCR relocation"
17726 msgstr ""
17727
17728 #: config/tc-tic6x.c:4660
17729 #, c-format
17730 msgid "group section `%s' has no group signature"
17731 msgstr ""
17732
17733 #: config/tc-tic6x.c:4812
17734 msgid "missing .endp before .cfi_startproc"
17735 msgstr ""
17736
17737 #: config/tc-tic6x.c:4917
17738 msgid "stack pointer offset too large for personality routine"
17739 msgstr ""
17740
17741 #: config/tc-tic6x.c:4924
17742 msgid "stack frame layout does not match personality routine"
17743 msgstr ""
17744
17745 #: config/tc-tic6x.c:5058
17746 msgid "too many unwinding instructions"
17747 msgstr ""
17748
17749 #: config/tc-tic6x.c:5133 config/tc-tic6x.c:5146 config/tc-tic6x.c:5154
17750 #, c-format
17751 msgid "unable to generate unwinding opcode for reg %d"
17752 msgstr ""
17753
17754 #: config/tc-tic6x.c:5163
17755 msgid "unable to restore return address from previously restored reg"
17756 msgstr ""
17757
17758 #: config/tc-tic6x.c:5175
17759 #, c-format
17760 msgid "unhandled CFA insn for unwinding (%d)"
17761 msgstr ""
17762
17763 #: config/tc-tic6x.c:5185
17764 #, c-format
17765 msgid "unable to generate unwinding opcode for frame pointer reg %d"
17766 msgstr ""
17767
17768 #: config/tc-tic6x.c:5194
17769 msgid "unable to generate unwinding opcode for frame pointer offset"
17770 msgstr ""
17771
17772 #: config/tc-tic6x.c:5203
17773 msgid "unwound stack pointer not doubleword aligned"
17774 msgstr ""
17775
17776 #: config/tc-tic6x.c:5348
17777 msgid "stack frame layout too complex for unwinder"
17778 msgstr ""
17779
17780 #: config/tc-tic6x.c:5365
17781 msgid "unwound frame has negative size"
17782 msgstr ""
17783
17784 #: config/tc-tilegx.c:141
17785 #, c-format
17786 msgid ""
17787 "  -Q                      ignored\n"
17788 "  -V                      print assembler version number\n"
17789 "  -EB/-EL                 generate big-endian/little-endian code\n"
17790 "  --32/--64               generate 32bit/64bit code\n"
17791 msgstr ""
17792
17793 #: config/tc-tilegx.c:735 config/tc-tilepro.c:626
17794 msgid "Invalid operator for operand."
17795 msgstr ""
17796
17797 #: config/tc-tilegx.c:758 config/tc-tilepro.c:649
17798 msgid "Operator may only be applied to symbols."
17799 msgstr ""
17800
17801 #: config/tc-tilegx.c:823 config/tc-tilepro.c:714
17802 #, c-format
17803 msgid "Writes to register '%s' are not allowed."
17804 msgstr ""
17805
17806 #: config/tc-tilegx.c:850 config/tc-tilepro.c:741
17807 #, c-format
17808 msgid ""
17809 "Two instructions in the same bundle both write to register %s, which is not "
17810 "allowed."
17811 msgstr ""
17812
17813 #: config/tc-tilegx.c:915 config/tc-tilepro.c:805
17814 #, c-format
17815 msgid "'%s' may not be bundled with other instructions."
17816 msgstr ""
17817
17818 #: config/tc-tilegx.c:945 config/tc-tilepro.c:835
17819 msgid "Invalid combination of instructions for bundle."
17820 msgstr ""
17821
17822 #: config/tc-tilegx.c:980 config/tc-tilepro.c:870
17823 msgid "instruction address is not a multiple of 8"
17824 msgstr ""
17825
17826 #: config/tc-tilegx.c:1057 config/tc-tilepro.c:948
17827 msgid "Invalid expression."
17828 msgstr ""
17829
17830 #: config/tc-tilegx.c:1103 config/tc-tilepro.c:990
17831 #, c-format
17832 msgid "Expected register, got '%s'."
17833 msgstr ""
17834
17835 #: config/tc-tilegx.c:1110 config/tc-tilepro.c:997
17836 #, c-format
17837 msgid "Found use of non-canonical register name %s; use %s instead."
17838 msgstr ""
17839
17840 #: config/tc-tilegx.c:1170 config/tc-tilepro.c:1056
17841 #, c-format
17842 msgid "Too few operands to '%s'."
17843 msgstr ""
17844
17845 #: config/tc-tilegx.c:1175 config/tc-tilepro.c:1061
17846 #, c-format
17847 msgid "Unexpected character '%c' after operand %d to %s."
17848 msgstr ""
17849
17850 #: config/tc-tilegx.c:1196 config/tc-tilepro.c:1082
17851 msgid "Expected immediate expression"
17852 msgstr ""
17853
17854 #: config/tc-tilegx.c:1209 config/tc-tilegx.c:1814 config/tc-tilepro.c:1095
17855 #: config/tc-tilepro.c:1594
17856 msgid "Found '}' when not bundling."
17857 msgstr ""
17858
17859 #: config/tc-tilegx.c:1250 config/tc-tilepro.c:1135
17860 #, c-format
17861 msgid "Unknown opcode `%.*s'."
17862 msgstr ""
17863
17864 #: config/tc-tilegx.c:1261 config/tc-tilepro.c:1146
17865 msgid "Too many instructions for bundle."
17866 msgstr ""
17867
17868 #: config/tc-tilegx.c:1356 config/tc-tilepro.c:1231
17869 msgid "Bad call to md_atof ()"
17870 msgstr ""
17871
17872 #: config/tc-tilegx.c:1432 config/tc-tilepro.c:1294
17873 msgid "This operator only produces two byte values."
17874 msgstr ""
17875
17876 #: config/tc-tilegx.c:1759 config/tc-tilepro.c:1539
17877 #, c-format
17878 msgid "internal error? cannot generate `%s' relocation (%d, %d)"
17879 msgstr ""
17880
17881 #: config/tc-tilegx.c:1802 config/tc-tilepro.c:1582
17882 msgid "Found '{' when already bundling."
17883 msgstr ""
17884
17885 #: config/tc-tilepro.c:98
17886 #, c-format
17887 msgid ""
17888 "  -Q                      ignored\n"
17889 "  -V                      print assembler version number\n"
17890 msgstr ""
17891
17892 #: config/tc-v850.c:294
17893 #, c-format
17894 msgid ".COMMon length (%d.) < 0! Ignored."
17895 msgstr ""
17896
17897 #: config/tc-v850.c:315
17898 #, c-format
17899 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
17900 msgstr ""
17901
17902 #: config/tc-v850.c:341
17903 msgid "Common alignment negative; 0 assumed"
17904 msgstr ""
17905
17906 #: config/tc-v850.c:545
17907 msgid ".longcall pseudo-op seen when not relaxing"
17908 msgstr ""
17909
17910 #: config/tc-v850.c:547
17911 msgid ".longjump pseudo-op seen when not relaxing"
17912 msgstr ""
17913
17914 #: config/tc-v850.c:554
17915 msgid "bad .longcall format"
17916 msgstr ""
17917
17918 #: config/tc-v850.c:1393
17919 #, c-format
17920 msgid "unknown operand shift: %x\n"
17921 msgstr ""
17922
17923 #: config/tc-v850.c:1394
17924 msgid "internal failure in parse_register_list"
17925 msgstr ""
17926
17927 #: config/tc-v850.c:1410
17928 msgid "constant expression or register list expected"
17929 msgstr ""
17930
17931 #: config/tc-v850.c:1415
17932 msgid "high bits set in register list expression"
17933 msgstr ""
17934
17935 #: config/tc-v850.c:1453 config/tc-v850.c:1510
17936 msgid "illegal register included in list"
17937 msgstr ""
17938
17939 #: config/tc-v850.c:1459
17940 msgid "system registers cannot be included in list"
17941 msgstr ""
17942
17943 #: config/tc-v850.c:1485
17944 msgid "second register should follow dash in register list"
17945 msgstr ""
17946
17947 #: config/tc-v850.c:1490
17948 msgid "second register should be greater than first register"
17949 msgstr ""
17950
17951 #: config/tc-v850.c:1540
17952 #, c-format
17953 msgid " V850 options:\n"
17954 msgstr ""
17955
17956 #: config/tc-v850.c:1541
17957 #, c-format
17958 msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
17959 msgstr ""
17960
17961 #: config/tc-v850.c:1542
17962 #, c-format
17963 msgid ""
17964 "  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
17965 msgstr ""
17966
17967 #: config/tc-v850.c:1543
17968 #, c-format
17969 msgid "  -mv850                    The code is targeted at the v850\n"
17970 msgstr ""
17971
17972 #: config/tc-v850.c:1544
17973 #, c-format
17974 msgid "  -mv850e                   The code is targeted at the v850e\n"
17975 msgstr ""
17976
17977 #: config/tc-v850.c:1545
17978 #, c-format
17979 msgid "  -mv850e1                  The code is targeted at the v850e1\n"
17980 msgstr ""
17981
17982 #: config/tc-v850.c:1546
17983 #, c-format
17984 msgid "  -mv850e2                  The code is targeted at the v850e2\n"
17985 msgstr ""
17986
17987 #: config/tc-v850.c:1547
17988 #, c-format
17989 msgid "  -mv850e2v3                The code is targeted at the v850e2v3\n"
17990 msgstr ""
17991
17992 #: config/tc-v850.c:1548
17993 #, c-format
17994 msgid "  -mv850e2v4                Alias for -mv850e3v5\n"
17995 msgstr ""
17996
17997 #: config/tc-v850.c:1549
17998 #, c-format
17999 msgid "  -mv850e3v5                The code is targeted at the v850e3v5\n"
18000 msgstr ""
18001
18002 #: config/tc-v850.c:1550
18003 #, c-format
18004 msgid "  -mrelax                   Enable relaxation\n"
18005 msgstr ""
18006
18007 #: config/tc-v850.c:1551
18008 #, c-format
18009 msgid ""
18010 "  --disp-size-default-22    branch displacement with unknown size is 22 bits "
18011 "(default)\n"
18012 msgstr ""
18013
18014 #: config/tc-v850.c:1552
18015 #, c-format
18016 msgid ""
18017 "  --disp-size-default-32    branch displacement with unknown size is 32 "
18018 "bits\n"
18019 msgstr ""
18020
18021 #: config/tc-v850.c:1553
18022 #, c-format
18023 msgid "  -mextension               enable extension opcode support\n"
18024 msgstr ""
18025
18026 #: config/tc-v850.c:1554
18027 #, c-format
18028 msgid "  -mno-bcond17\t\t  disable b<cond> disp17 instruction\n"
18029 msgstr ""
18030
18031 #: config/tc-v850.c:1555
18032 #, c-format
18033 msgid "  -mno-stld23\t\t  disable st/ld offset23 instruction\n"
18034 msgstr ""
18035
18036 #: config/tc-v850.c:1556
18037 #, c-format
18038 msgid "  -mgcc-abi                 Mark the binary as using the old GCC ABI\n"
18039 msgstr ""
18040
18041 #: config/tc-v850.c:1557
18042 #, c-format
18043 msgid ""
18044 "  -mrh850-abi               Mark the binary as using the RH850 ABI "
18045 "(default)\n"
18046 msgstr ""
18047
18048 #: config/tc-v850.c:1558
18049 #, c-format
18050 msgid "  -m8byte-align             Mark the binary as using 64-bit alignment\n"
18051 msgstr ""
18052
18053 #: config/tc-v850.c:1559
18054 #, c-format
18055 msgid ""
18056 "  -m4byte-align             Mark the binary as using 32-bit alignment "
18057 "(default)\n"
18058 msgstr ""
18059
18060 #: config/tc-v850.c:1560
18061 #, c-format
18062 msgid ""
18063 "  -msoft-float              Mark the binary as not using FP insns (default "
18064 "for pre e2v3)\n"
18065 msgstr ""
18066
18067 #: config/tc-v850.c:1561
18068 #, c-format
18069 msgid ""
18070 "  -mhard-float              Mark the binary as using FP insns (default for "
18071 "e2v3 and up)\n"
18072 msgstr ""
18073
18074 #: config/tc-v850.c:1949
18075 #, c-format
18076 msgid "Unable to determine default target processor from string: %s"
18077 msgstr ""
18078
18079 #: config/tc-v850.c:1993
18080 msgid "hi0() relocation used on an instruction which does not support it"
18081 msgstr ""
18082
18083 #: config/tc-v850.c:2013
18084 msgid "hi() relocation used on an instruction which does not support it"
18085 msgstr ""
18086
18087 #: config/tc-v850.c:2036
18088 msgid "lo() relocation used on an instruction which does not support it"
18089 msgstr ""
18090
18091 #: config/tc-v850.c:2046
18092 msgid "ctoff() is not supported by the rh850 ABI. Use -mgcc-abi instead"
18093 msgstr ""
18094
18095 #: config/tc-v850.c:2062
18096 msgid "ctoff() relocation used on an instruction which does not support it"
18097 msgstr ""
18098
18099 #: config/tc-v850.c:2081
18100 msgid "sdaoff() relocation used on an instruction which does not support it"
18101 msgstr ""
18102
18103 #: config/tc-v850.c:2100
18104 msgid "zdaoff() relocation used on an instruction which does not support it"
18105 msgstr ""
18106
18107 #: config/tc-v850.c:2132
18108 msgid "tdaoff() relocation used on an instruction which does not support it"
18109 msgstr ""
18110
18111 #: config/tc-v850.c:2273
18112 #, c-format
18113 msgid "operand out of range (%d is not between %d and %d)"
18114 msgstr ""
18115
18116 #: config/tc-v850.c:2356
18117 msgid "st/ld offset 23 instruction was disabled ."
18118 msgstr ""
18119
18120 #: config/tc-v850.c:2365
18121 msgid "Target processor does not support this instruction."
18122 msgstr ""
18123
18124 #: config/tc-v850.c:2477 config/tc-v850.c:2487 config/tc-v850.c:2508
18125 #: config/tc-v850.c:2522 config/tc-v850.c:2528 config/tc-v850.c:2552
18126 #: config/tc-v850.c:2558 config/tc-v850.c:2565 config/tc-v850.c:2579
18127 #: config/tc-v850.c:2593 config/tc-v850.c:2599 config/tc-v850.c:2936
18128 msgid "immediate operand is too large"
18129 msgstr ""
18130
18131 #: config/tc-v850.c:2494
18132 #, c-format
18133 msgid "AAARG -> unhandled constant reloc: %d"
18134 msgstr ""
18135
18136 #: config/tc-v850.c:2629 config/tc-v850.c:2640
18137 msgid "constant too big to fit into instruction"
18138 msgstr ""
18139
18140 #: config/tc-v850.c:2715
18141 msgid "odd number cannot be used here"
18142 msgstr ""
18143
18144 #: config/tc-v850.c:2760
18145 msgid "invalid register name"
18146 msgstr ""
18147
18148 #: config/tc-v850.c:2766
18149 msgid "register r0 cannot be used here"
18150 msgstr ""
18151
18152 #: config/tc-v850.c:2772
18153 msgid "odd register cannot be used here"
18154 msgstr ""
18155
18156 #: config/tc-v850.c:2781
18157 msgid "invalid system register name"
18158 msgstr ""
18159
18160 #: config/tc-v850.c:2795
18161 msgid "expected EP register"
18162 msgstr ""
18163
18164 #: config/tc-v850.c:2812 config/tc-v850.c:2825
18165 msgid "invalid condition code name"
18166 msgstr ""
18167
18168 #: config/tc-v850.c:2818
18169 msgid "condition sa cannot be used here"
18170 msgstr ""
18171
18172 #: config/tc-v850.c:2831
18173 msgid "invalid cache operation name"
18174 msgstr ""
18175
18176 #: config/tc-v850.c:2836
18177 msgid "invalid pref operation name"
18178 msgstr ""
18179
18180 #: config/tc-v850.c:2841
18181 msgid "invalid vector register name"
18182 msgstr ""
18183
18184 #: config/tc-v850.c:2879
18185 msgid "syntax error: value is missing before the register name"
18186 msgstr ""
18187
18188 #: config/tc-v850.c:2881
18189 msgid "syntax error: register not expected"
18190 msgstr ""
18191
18192 #: config/tc-v850.c:2895
18193 msgid "syntax error: system register not expected"
18194 msgstr ""
18195
18196 #: config/tc-v850.c:2900 config/tc-v850.c:2905
18197 msgid "syntax error: condition code not expected"
18198 msgstr ""
18199
18200 #: config/tc-v850.c:2910
18201 msgid "syntax error: vector register not expected"
18202 msgstr ""
18203
18204 #: config/tc-v850.c:2920
18205 msgid "immediate 0 cannot be used here"
18206 msgstr ""
18207
18208 #: config/tc-v850.c:2944
18209 msgid "immediate operand is not match"
18210 msgstr ""
18211
18212 #: config/tc-v850.c:2957
18213 msgid "displacement is too large"
18214 msgstr ""
18215
18216 #: config/tc-v850.c:2975 config/tc-xtensa.c:13155
18217 msgid "invalid operand"
18218 msgstr ""
18219
18220 #: config/tc-v850.c:3087
18221 msgid "loop: 32-bit displacement not supported"
18222 msgstr ""
18223
18224 #: config/tc-vax.c:1344
18225 msgid "no '[' to match ']'"
18226 msgstr ""
18227
18228 #: config/tc-vax.c:1360
18229 msgid "bad register in []"
18230 msgstr ""
18231
18232 #: config/tc-vax.c:1362
18233 msgid "[PC] index banned"
18234 msgstr ""
18235
18236 #: config/tc-vax.c:1398
18237 msgid "no '(' to match ')'"
18238 msgstr ""
18239
18240 #: config/tc-vax.c:1514
18241 msgid "invalid branch operand"
18242 msgstr ""
18243
18244 #: config/tc-vax.c:1541
18245 msgid "address prohibits @"
18246 msgstr ""
18247
18248 #: config/tc-vax.c:1543
18249 msgid "address prohibits #"
18250 msgstr ""
18251
18252 #: config/tc-vax.c:1547
18253 msgid "address prohibits -()"
18254 msgstr ""
18255
18256 #: config/tc-vax.c:1549
18257 msgid "address prohibits ()+"
18258 msgstr ""
18259
18260 #: config/tc-vax.c:1552
18261 msgid "address prohibits ()"
18262 msgstr ""
18263
18264 #: config/tc-vax.c:1554
18265 msgid "address prohibits []"
18266 msgstr ""
18267
18268 #: config/tc-vax.c:1556
18269 msgid "address prohibits register"
18270 msgstr ""
18271
18272 #: config/tc-vax.c:1558
18273 msgid "address prohibits displacement length specifier"
18274 msgstr ""
18275
18276 #: config/tc-vax.c:1586
18277 msgid "invalid operand of S^#"
18278 msgstr ""
18279
18280 #: config/tc-vax.c:1599
18281 msgid "S^# needs expression"
18282 msgstr ""
18283
18284 #: config/tc-vax.c:1606
18285 msgid "S^# may only read-access"
18286 msgstr ""
18287
18288 #: config/tc-vax.c:1629
18289 msgid "invalid operand of -()"
18290 msgstr ""
18291
18292 #: config/tc-vax.c:1635
18293 msgid "-(PC) unpredictable"
18294 msgstr ""
18295
18296 #: config/tc-vax.c:1637
18297 msgid "[]index same as -()register: unpredictable"
18298 msgstr ""
18299
18300 #: config/tc-vax.c:1669
18301 msgid "invalid operand of ()+"
18302 msgstr ""
18303
18304 #: config/tc-vax.c:1675
18305 msgid "(PC)+ unpredictable"
18306 msgstr ""
18307
18308 #: config/tc-vax.c:1677
18309 msgid "[]index same as ()+register: unpredictable"
18310 msgstr ""
18311
18312 #: config/tc-vax.c:1700
18313 msgid "# conflicts length"
18314 msgstr ""
18315
18316 #: config/tc-vax.c:1702
18317 msgid "# bars register"
18318 msgstr ""
18319
18320 #: config/tc-vax.c:1722
18321 msgid "writing or modifying # is unpredictable"
18322 msgstr ""
18323
18324 #: config/tc-vax.c:1748
18325 msgid "length not needed"
18326 msgstr ""
18327
18328 #: config/tc-vax.c:1755
18329 msgid "can't []index a register, because it has no address"
18330 msgstr ""
18331
18332 #: config/tc-vax.c:1757
18333 msgid "a register has no address"
18334 msgstr ""
18335
18336 #: config/tc-vax.c:1766
18337 msgid "PC part of operand unpredictable"
18338 msgstr ""
18339
18340 #: config/tc-vax.c:1924
18341 msgid "odd number of bytes in operand description"
18342 msgstr ""
18343
18344 #: config/tc-vax.c:1938
18345 msgid "Bad operand"
18346 msgstr ""
18347
18348 #: config/tc-vax.c:1943
18349 msgid "Not enough operands"
18350 msgstr ""
18351
18352 #: config/tc-vax.c:2220
18353 msgid "SYMBOL TABLE not implemented"
18354 msgstr ""
18355
18356 #: config/tc-vax.c:2224
18357 msgid "TOKEN TRACE not implemented"
18358 msgstr ""
18359
18360 #: config/tc-vax.c:2228
18361 #, c-format
18362 msgid "Displacement length %s ignored!"
18363 msgstr ""
18364
18365 #: config/tc-vax.c:2232
18366 #, c-format
18367 msgid "I don't need or use temp. file \"%s\"."
18368 msgstr ""
18369
18370 #: config/tc-vax.c:2236
18371 msgid "I don't use an interpass file! -V ignored"
18372 msgstr ""
18373
18374 #: config/tc-vax.c:2293
18375 #, c-format
18376 msgid ""
18377 "VAX options:\n"
18378 "-d LENGTH\t\tignored\n"
18379 "-J\t\t\tignored\n"
18380 "-S\t\t\tignored\n"
18381 "-t FILE\t\t\tignored\n"
18382 "-T\t\t\tignored\n"
18383 "-V\t\t\tignored\n"
18384 msgstr ""
18385
18386 #: config/tc-vax.c:2302
18387 #, c-format
18388 msgid ""
18389 "VMS options:\n"
18390 "-+\t\t\thash encode names longer than 31 characters\n"
18391 "-1\t\t\t`const' handling compatible with gcc 1.x\n"
18392 "-H\t\t\tshow new symbol after hash truncation\n"
18393 "-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
18394 "\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
18395 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
18396 msgstr ""
18397
18398 #: config/tc-vax.c:2467
18399 #, c-format
18400 msgid "Ignoring statement due to \"%s\""
18401 msgstr ""
18402
18403 #: config/tc-vax.c:2484
18404 #, c-format
18405 msgid "Aborting because statement has \"%s\""
18406 msgstr ""
18407
18408 #: config/tc-vax.c:2529
18409 msgid "Can't relocate expression"
18410 msgstr ""
18411
18412 #: config/tc-vax.c:2632
18413 msgid "Bignum not permitted in short literal. Immediate mode assumed."
18414 msgstr ""
18415
18416 #: config/tc-vax.c:2641
18417 msgid "Can't do flonum short literal: immediate mode used."
18418 msgstr ""
18419
18420 #: config/tc-vax.c:2688
18421 #, c-format
18422 msgid "A bignum/flonum may not be a displacement: 0x%lx used"
18423 msgstr ""
18424
18425 #: config/tc-vax.c:3000
18426 #, c-format
18427 msgid "Short literal overflow(%ld.), immediate mode assumed."
18428 msgstr ""
18429
18430 #: config/tc-vax.c:3009
18431 #, c-format
18432 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
18433 msgstr ""
18434
18435 #: config/tc-vax.c:3074
18436 msgid "Length specification ignored. Address mode 9F used"
18437 msgstr ""
18438
18439 #: config/tc-vax.c:3132
18440 msgid "Invalid operand: immediate value used as base address."
18441 msgstr ""
18442
18443 #: config/tc-vax.c:3134
18444 msgid "Invalid operand: immediate value used as address."
18445 msgstr ""
18446
18447 #: config/tc-vax.c:3159
18448 #, c-format
18449 msgid "Symbol %s used as immediate operand in PIC mode."
18450 msgstr ""
18451
18452 #: config/tc-vax.c:3264
18453 #, c-format
18454 msgid "VIP_BEGIN error:%s"
18455 msgstr ""
18456
18457 #: config/tc-visium.c:862
18458 msgid "Bad call to MD_ATOF()"
18459 msgstr ""
18460
18461 #: config/tc-wasm32.c:117
18462 #, c-format
18463 msgid "wasm32 assembler options:\n"
18464 msgstr ""
18465
18466 #: config/tc-wasm32.c:364
18467 msgid "unexpected negative constant"
18468 msgstr ""
18469
18470 #: config/tc-wasm32.c:426
18471 msgid "no function type on PLT reloc"
18472 msgstr ""
18473
18474 #: config/tc-wasm32.c:441
18475 msgid "couldn't find relocation to use"
18476 msgstr ""
18477
18478 #: config/tc-wasm32.c:513
18479 msgid "Not a function type"
18480 msgstr ""
18481
18482 #: config/tc-wasm32.c:529
18483 #, c-format
18484 msgid "Unknown type %c\n"
18485 msgstr ""
18486
18487 #: config/tc-wasm32.c:551 config/tc-wasm32.c:577
18488 msgid "Unknown type"
18489 msgstr ""
18490
18491 #: config/tc-wasm32.c:625
18492 msgid "only single block types allowed"
18493 msgstr ""
18494
18495 #: config/tc-wasm32.c:635
18496 msgid "instruction does not take a block type"
18497 msgstr ""
18498
18499 #: config/tc-wasm32.c:652
18500 msgid "missing block type"
18501 msgstr ""
18502
18503 #: config/tc-wasm32.c:661 config/tc-wasm32.c:665
18504 msgid "missing alignment hint"
18505 msgstr ""
18506
18507 #: config/tc-wasm32.c:669
18508 msgid "missing offset"
18509 msgstr ""
18510
18511 #: config/tc-wasm32.c:675
18512 msgid "missing local index"
18513 msgstr ""
18514
18515 #: config/tc-wasm32.c:680
18516 msgid "missing break count"
18517 msgstr ""
18518
18519 #: config/tc-wasm32.c:685
18520 msgid "missing reserved current_memory/grow_memory argument"
18521 msgstr ""
18522
18523 #: config/tc-wasm32.c:689
18524 msgid "missing call argument"
18525 msgstr ""
18526
18527 #: config/tc-wasm32.c:693
18528 msgid "missing call signature"
18529 msgstr ""
18530
18531 #: config/tc-wasm32.c:695
18532 msgid "missing table index"
18533 msgstr ""
18534
18535 #: config/tc-wasm32.c:726 config/tc-z80.c:1967 read.c:3738
18536 #, c-format
18537 msgid "junk at end of line, first unrecognized character is `%c'"
18538 msgstr ""
18539
18540 #: config/tc-xc16x.c:218
18541 #, c-format
18542 msgid " XC16X specific command line options:\n"
18543 msgstr ""
18544
18545 #: config/tc-xgate.c:215
18546 msgid "architecture variant invalid"
18547 msgstr ""
18548
18549 #: config/tc-xgate.c:370
18550 #, c-format
18551 msgid ""
18552 "Freescale XGATE co-processor options:\n"
18553 "  -mshort                 use 16-bit int ABI (default)\n"
18554 "  -mlong                  use 32-bit int ABI\n"
18555 "  -mshort-double          use 32-bit double ABI\n"
18556 "  -mlong-double           use 64-bit double ABI (default)\n"
18557 "  --mxgate                specify the processor variant [default %s]\n"
18558 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
18559 "  --print-opcodes         print the list of instructions with syntax\n"
18560 "  --generate-example      generate an example of each instruction"
18561 msgstr ""
18562
18563 #: config/tc-xgate.c:493
18564 msgid "opcode missing or not found on input line"
18565 msgstr ""
18566
18567 #: config/tc-xgate.c:498
18568 #, c-format
18569 msgid "opcode %s not found in opcode hash table"
18570 msgstr ""
18571
18572 #: config/tc-xgate.c:511
18573 msgid "matching operands to opcode"
18574 msgstr ""
18575
18576 #: config/tc-xgate.c:549
18577 msgid ": processing macro, real opcode handle not found in hash"
18578 msgstr ""
18579
18580 #: config/tc-xgate.c:680
18581 #, c-format
18582 msgid "Value %ld not aligned by 2 for 9-bit PC-relative branch."
18583 msgstr ""
18584
18585 #: config/tc-xgate.c:697
18586 #, c-format
18587 msgid "Value %ld not aligned by 2 for 10-bit PC-relative branch."
18588 msgstr ""
18589
18590 #: config/tc-xgate.c:724
18591 msgid "Value out of 3-bit range."
18592 msgstr ""
18593
18594 #: config/tc-xgate.c:731
18595 msgid "Value out of 4-bit range."
18596 msgstr ""
18597
18598 #: config/tc-xgate.c:738
18599 msgid "Value out of 5-bit range."
18600 msgstr ""
18601
18602 #: config/tc-xgate.c:875
18603 msgid ":operand has too many bits"
18604 msgstr ""
18605
18606 #: config/tc-xgate.c:992
18607 msgid "unknown operand count"
18608 msgstr ""
18609
18610 #: config/tc-xgate.c:1236 config/tc-xgate.c:1248
18611 msgid ": expected register name r0-r7 "
18612 msgstr ""
18613
18614 #: config/tc-xgate.c:1284
18615 #, c-format
18616 msgid ":operand value(%d) too big for constraint"
18617 msgstr ""
18618
18619 #: config/tc-xgate.c:1302
18620 msgid "you must use a hi/lo directive or 16-bit macro to load a 16-bit value."
18621 msgstr ""
18622
18623 #: config/tc-xgate.c:1315
18624 msgid ":unknown relocation constraint size"
18625 msgstr ""
18626
18627 #: config/tc-xgate.c:1322
18628 msgid ": expected register name ccr "
18629 msgstr ""
18630
18631 #: config/tc-xgate.c:1328
18632 msgid ": expected register name pc "
18633 msgstr ""
18634
18635 #: config/tc-xstormy16.c:77
18636 #, c-format
18637 msgid " XSTORMY16 specific command line options:\n"
18638 msgstr ""
18639
18640 #: config/tc-xstormy16.c:223
18641 #, c-format
18642 msgid "unsupported fptr fixup size %d"
18643 msgstr ""
18644
18645 #: config/tc-xstormy16.c:235
18646 #, c-format
18647 msgid "unsupported fixup size %d"
18648 msgstr ""
18649
18650 #: config/tc-xstormy16.c:266
18651 msgid "unsupported fptr fixup"
18652 msgstr ""
18653
18654 #: config/tc-xtensa.c:647
18655 msgid "illegal range of target hardware versions"
18656 msgstr ""
18657
18658 #: config/tc-xtensa.c:823
18659 msgid "--density option is ignored"
18660 msgstr ""
18661
18662 #: config/tc-xtensa.c:826
18663 msgid "--no-density option is ignored"
18664 msgstr ""
18665
18666 #: config/tc-xtensa.c:844
18667 msgid "--generics is deprecated; use --transform instead"
18668 msgstr ""
18669
18670 #: config/tc-xtensa.c:847
18671 msgid "--no-generics is deprecated; use --no-transform instead"
18672 msgstr ""
18673
18674 #: config/tc-xtensa.c:850
18675 msgid "--relax is deprecated; use --transform instead"
18676 msgstr ""
18677
18678 #: config/tc-xtensa.c:853
18679 msgid "--no-relax is deprecated; use --no-transform instead"
18680 msgstr ""
18681
18682 #: config/tc-xtensa.c:870
18683 msgid "--absolute-literals option not supported in this Xtensa configuration"
18684 msgstr ""
18685
18686 #: config/tc-xtensa.c:943
18687 msgid "prefer-l32r conflicts with prefer-const16"
18688 msgstr ""
18689
18690 #: config/tc-xtensa.c:949
18691 msgid "prefer-const16 conflicts with prefer-l32r"
18692 msgstr ""
18693
18694 #: config/tc-xtensa.c:958 config/tc-xtensa.c:967 config/tc-xtensa.c:971
18695 msgid "invalid target hardware version"
18696 msgstr ""
18697
18698 #: config/tc-xtensa.c:1017
18699 msgid "no-auto-litpools is incompatible with auto-litpool-limit"
18700 msgstr ""
18701
18702 #: config/tc-xtensa.c:1019 config/tc-xtensa.c:1022
18703 msgid "invalid auto-litpool-limit argument"
18704 msgstr ""
18705
18706 #: config/tc-xtensa.c:1024
18707 msgid "invalid auto-litpool-limit argument (range is 100-10000)"
18708 msgstr ""
18709
18710 #: config/tc-xtensa.c:1213
18711 msgid "unmatched .end directive"
18712 msgstr ""
18713
18714 #: config/tc-xtensa.c:1242
18715 msgid ".begin directive with no matching .end directive"
18716 msgstr ""
18717
18718 #: config/tc-xtensa.c:1283
18719 msgid "[no-]generics is deprecated; use [no-]transform instead"
18720 msgstr ""
18721
18722 #: config/tc-xtensa.c:1288
18723 msgid "[no-]relax is deprecated; use [no-]transform instead"
18724 msgstr ""
18725
18726 #: config/tc-xtensa.c:1301
18727 #, c-format
18728 msgid "directive %s cannot be negated"
18729 msgstr ""
18730
18731 #: config/tc-xtensa.c:1307
18732 msgid "unknown directive"
18733 msgstr ""
18734
18735 #: config/tc-xtensa.c:1328 config/tc-xtensa.c:1424 config/tc-xtensa.c:1666
18736 #: config/tc-xtensa.c:5920
18737 msgid "directives are not valid inside bundles"
18738 msgstr ""
18739
18740 #: config/tc-xtensa.c:1340
18741 msgid ".begin literal is deprecated; use .literal instead"
18742 msgstr ""
18743
18744 #: config/tc-xtensa.c:1354
18745 msgid "cannot set literal_prefix inside literal fragment"
18746 msgstr ""
18747
18748 #: config/tc-xtensa.c:1387
18749 msgid ".begin [no-]density is ignored"
18750 msgstr ""
18751
18752 #: config/tc-xtensa.c:1394 config/tc-xtensa.c:1444
18753 msgid "Xtensa absolute literals option not supported; ignored"
18754 msgstr ""
18755
18756 #: config/tc-xtensa.c:1437
18757 msgid ".end [no-]density is ignored"
18758 msgstr ""
18759
18760 #: config/tc-xtensa.c:1462
18761 #, c-format
18762 msgid "does not match begin %s%s at %s:%d"
18763 msgstr ""
18764
18765 #: config/tc-xtensa.c:1517
18766 msgid ".literal_position inside literal directive; ignoring"
18767 msgstr ""
18768
18769 #: config/tc-xtensa.c:1537
18770 msgid ".literal not allowed inside .begin literal region"
18771 msgstr ""
18772
18773 #: config/tc-xtensa.c:1576
18774 msgid "expected comma or colon after symbol name; rest of line ignored"
18775 msgstr ""
18776
18777 #: config/tc-xtensa.c:1635
18778 msgid "fall through frequency must be greater than 0"
18779 msgstr ""
18780
18781 #: config/tc-xtensa.c:1643
18782 msgid "branch target frequency must be greater than 0"
18783 msgstr ""
18784
18785 #: config/tc-xtensa.c:1691
18786 #, c-format
18787 msgid "opcode-specific %s relocation used outside an instruction"
18788 msgstr ""
18789
18790 #: config/tc-xtensa.c:1701
18791 #, c-format
18792 msgid "invalid use of %s relocation"
18793 msgstr ""
18794
18795 #: config/tc-xtensa.c:1897 config/tc-xtensa.c:1914
18796 #, c-format
18797 msgid "bad register name: %s"
18798 msgstr ""
18799
18800 #: config/tc-xtensa.c:1903
18801 #, c-format
18802 msgid "bad register number: %s"
18803 msgstr ""
18804
18805 #: config/tc-xtensa.c:1967
18806 msgid "pcrel relocation not allowed in an instruction"
18807 msgstr ""
18808
18809 #: config/tc-xtensa.c:2070
18810 msgid "extra colon"
18811 msgstr ""
18812
18813 #: config/tc-xtensa.c:2131
18814 msgid "incorrect register number, ignoring"
18815 msgstr ""
18816
18817 #: config/tc-xtensa.c:2212
18818 #, c-format
18819 msgid "cannot encode opcode \"%s\""
18820 msgstr ""
18821
18822 #: config/tc-xtensa.c:2304
18823 #, c-format
18824 msgid "not enough operands (%d) for '%s'; expected %d"
18825 msgstr ""
18826
18827 #: config/tc-xtensa.c:2311
18828 #, c-format
18829 msgid "too many operands (%d) for '%s'; expected %d"
18830 msgstr ""
18831
18832 #: config/tc-xtensa.c:2362
18833 #, c-format
18834 msgid "invalid register '%s' for '%s' instruction"
18835 msgstr ""
18836
18837 #: config/tc-xtensa.c:2369
18838 #, c-format
18839 msgid "invalid register number (%ld) for '%s' instruction"
18840 msgstr ""
18841
18842 #: config/tc-xtensa.c:2436
18843 #, c-format
18844 msgid "invalid register number (%ld) for '%s'"
18845 msgstr ""
18846
18847 #: config/tc-xtensa.c:2823
18848 #, c-format
18849 msgid "operand %d of '%s' has out of range value '%u'"
18850 msgstr ""
18851
18852 #: config/tc-xtensa.c:2829
18853 #, c-format
18854 msgid "operand %d of '%s' has invalid value '%u'"
18855 msgstr ""
18856
18857 #: config/tc-xtensa.c:2876
18858 #, c-format
18859 msgid "internal error: unknown option name '%s'"
18860 msgstr ""
18861
18862 #: config/tc-xtensa.c:3985
18863 msgid "can't handle generation of literal/labels yet"
18864 msgstr ""
18865
18866 #: config/tc-xtensa.c:3989
18867 msgid "can't handle undefined OP TYPE"
18868 msgstr ""
18869
18870 #: config/tc-xtensa.c:4050 config/tc-xtensa.c:4059
18871 #, c-format
18872 msgid "found %d operand for '%s':  Expected %d"
18873 msgid_plural "found %d operands for '%s':  Expected %d"
18874 msgstr[0] ""
18875 msgstr[1] ""
18876
18877 #: config/tc-xtensa.c:4082
18878 msgid "immediate operands sum to greater than 32"
18879 msgstr ""
18880
18881 #: config/tc-xtensa.c:4334
18882 #, c-format
18883 msgid "invalid relocation for operand %i of '%s'"
18884 msgstr ""
18885
18886 #: config/tc-xtensa.c:4344
18887 #, c-format
18888 msgid "invalid expression for operand %i of '%s'"
18889 msgstr ""
18890
18891 #: config/tc-xtensa.c:4354
18892 #, c-format
18893 msgid "invalid relocation in instruction slot %i"
18894 msgstr ""
18895
18896 #: config/tc-xtensa.c:4361
18897 #, c-format
18898 msgid "undefined symbol for opcode \"%s\""
18899 msgstr ""
18900
18901 #: config/tc-xtensa.c:4849
18902 msgid "opcode 'NOP.N' unavailable in this configuration"
18903 msgstr ""
18904
18905 #: config/tc-xtensa.c:4909
18906 msgid "get_expanded_loop_offset: invalid opcode"
18907 msgstr ""
18908
18909 #: config/tc-xtensa.c:5067
18910 #, c-format
18911 msgid "assembly state not set for first frag in section %s"
18912 msgstr ""
18913
18914 #: config/tc-xtensa.c:5120
18915 #, c-format
18916 msgid "unaligned branch target: %d bytes at 0x%lx"
18917 msgstr ""
18918
18919 #: config/tc-xtensa.c:5164
18920 #, c-format
18921 msgid "unaligned loop: %d bytes at 0x%lx"
18922 msgstr ""
18923
18924 #: config/tc-xtensa.c:5189
18925 msgid "unexpected fix"
18926 msgstr ""
18927
18928 #: config/tc-xtensa.c:5200 config/tc-xtensa.c:5204
18929 msgid "undecodable fix"
18930 msgstr ""
18931
18932 #: config/tc-xtensa.c:5360
18933 msgid "labels are not valid inside bundles"
18934 msgstr ""
18935
18936 #: config/tc-xtensa.c:5380
18937 msgid "invalid last instruction for a zero-overhead loop"
18938 msgstr ""
18939
18940 #: config/tc-xtensa.c:5447
18941 msgid "extra opening brace"
18942 msgstr ""
18943
18944 #: config/tc-xtensa.c:5457
18945 msgid "extra closing brace"
18946 msgstr ""
18947
18948 #: config/tc-xtensa.c:5484
18949 msgid "missing closing brace"
18950 msgstr ""
18951
18952 #: config/tc-xtensa.c:5582 config/tc-xtensa.c:5611
18953 #, c-format
18954 msgid "wrong number of operands for '%s'"
18955 msgstr ""
18956
18957 #: config/tc-xtensa.c:5598
18958 #, c-format
18959 msgid "bad relocation expression for '%s'"
18960 msgstr ""
18961
18962 #: config/tc-xtensa.c:5633
18963 #, c-format
18964 msgid "unknown opcode or format name '%s'"
18965 msgstr ""
18966
18967 #: config/tc-xtensa.c:5639
18968 msgid "format names only valid inside bundles"
18969 msgstr ""
18970
18971 #: config/tc-xtensa.c:5644
18972 #, c-format
18973 msgid "multiple formats specified for one bundle; using '%s'"
18974 msgstr ""
18975
18976 #: config/tc-xtensa.c:5694
18977 msgid "entry instruction with stack decrement < 16"
18978 msgstr ""
18979
18980 #: config/tc-xtensa.c:5748
18981 msgid "unaligned entry instruction"
18982 msgstr ""
18983
18984 #: config/tc-xtensa.c:5813
18985 msgid "bad instruction format"
18986 msgstr ""
18987
18988 #: config/tc-xtensa.c:5816
18989 msgid "invalid relocation"
18990 msgstr ""
18991
18992 #: config/tc-xtensa.c:5827
18993 #, c-format
18994 msgid "invalid relocation for '%s' instruction"
18995 msgstr ""
18996
18997 #: config/tc-xtensa.c:5839
18998 #, c-format
18999 msgid "invalid relocation for operand %d of '%s'"
19000 msgstr ""
19001
19002 #: config/tc-xtensa.c:6111
19003 #, c-format
19004 msgid "unhandled local relocation fix %s"
19005 msgstr ""
19006
19007 #: config/tc-xtensa.c:6162
19008 #, c-format
19009 msgid "internal error; cannot generate `%s' relocation"
19010 msgstr ""
19011
19012 #: config/tc-xtensa.c:6379
19013 msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
19014 msgstr ""
19015
19016 #: config/tc-xtensa.c:6386
19017 msgid "couldn't find a valid instruction format"
19018 msgstr ""
19019
19020 #: config/tc-xtensa.c:6387
19021 #, c-format
19022 msgid "    ops were: "
19023 msgstr ""
19024
19025 #: config/tc-xtensa.c:6389
19026 #, c-format
19027 msgid " %s;"
19028 msgstr ""
19029
19030 #: config/tc-xtensa.c:6399
19031 #, c-format
19032 msgid "mismatch for format '%s': #slots = %d, #opcodes = %d"
19033 msgstr ""
19034
19035 #: config/tc-xtensa.c:6408 config/tc-xtensa.c:6505
19036 msgid "illegal resource usage in bundle"
19037 msgstr ""
19038
19039 #: config/tc-xtensa.c:6594
19040 #, c-format
19041 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
19042 msgstr ""
19043
19044 #: config/tc-xtensa.c:6599
19045 #, c-format
19046 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
19047 msgstr ""
19048
19049 #: config/tc-xtensa.c:6604
19050 #, c-format
19051 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
19052 msgstr ""
19053
19054 #: config/tc-xtensa.c:6609
19055 #, c-format
19056 msgid ""
19057 "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
19058 msgstr ""
19059
19060 #: config/tc-xtensa.c:6625
19061 msgid "multiple branches or jumps in the same bundle"
19062 msgstr ""
19063
19064 #: config/tc-xtensa.c:7077
19065 msgid "cannot assemble into a literal fragment"
19066 msgstr ""
19067
19068 #: config/tc-xtensa.c:7079
19069 msgid "..."
19070 msgstr ""
19071
19072 #: config/tc-xtensa.c:8291
19073 msgid ""
19074 "instruction sequence (write a0, branch, retw) may trigger hardware errata"
19075 msgstr ""
19076
19077 #: config/tc-xtensa.c:8403
19078 msgid "branching or jumping to a loop end may trigger hardware errata"
19079 msgstr ""
19080
19081 #: config/tc-xtensa.c:8485
19082 msgid "loop end too close to another loop end may trigger hardware errata"
19083 msgstr ""
19084
19085 #: config/tc-xtensa.c:8494
19086 #, c-format
19087 msgid "fr_var %lu < length %d"
19088 msgstr ""
19089
19090 #: config/tc-xtensa.c:8651
19091 msgid ""
19092 "loop containing less than three instructions may trigger hardware errata"
19093 msgstr ""
19094
19095 #: config/tc-xtensa.c:8723
19096 msgid "undecodable instruction in instruction frag"
19097 msgstr ""
19098
19099 #: config/tc-xtensa.c:8833
19100 msgid "invalid empty loop"
19101 msgstr ""
19102
19103 #: config/tc-xtensa.c:8838
19104 msgid "loop target does not follow loop instruction in section"
19105 msgstr ""
19106
19107 #: config/tc-xtensa.c:9409
19108 msgid "cannot find suitable trampoline"
19109 msgstr ""
19110
19111 #: config/tc-xtensa.c:9664
19112 msgid "bad relaxation state"
19113 msgstr ""
19114
19115 #: config/tc-xtensa.c:9722
19116 #, c-format
19117 msgid "fr_var (%ld) < length (%d)"
19118 msgstr ""
19119
19120 #: config/tc-xtensa.c:10422
19121 msgid "jump target out of range; no usable trampoline found"
19122 msgstr ""
19123
19124 #: config/tc-xtensa.c:10546
19125 msgid "invalid relaxation fragment result"
19126 msgstr ""
19127
19128 #: config/tc-xtensa.c:10628
19129 msgid "unable to widen instruction"
19130 msgstr ""
19131
19132 #: config/tc-xtensa.c:10767
19133 msgid "multiple literals in expansion"
19134 msgstr ""
19135
19136 #: config/tc-xtensa.c:10771
19137 msgid "no registered fragment for literal"
19138 msgstr ""
19139
19140 #: config/tc-xtensa.c:10773
19141 msgid "number of literal tokens != 1"
19142 msgstr ""
19143
19144 #: config/tc-xtensa.c:10902 config/tc-xtensa.c:10908
19145 #, c-format
19146 msgid "unresolved loop target symbol: %s"
19147 msgstr ""
19148
19149 #: config/tc-xtensa.c:11014
19150 #, c-format
19151 msgid "invalid expression evaluation type %d"
19152 msgstr ""
19153
19154 #: config/tc-xtensa.c:11031
19155 msgid "loop too long for LOOP instruction"
19156 msgstr ""
19157
19158 #: config/tc-xtensa.c:11404 config/tc-xtensa.c:11641
19159 msgid ""
19160 "literal pool location required for text-section-literals; specify with ."
19161 "literal_position"
19162 msgstr ""
19163
19164 #: config/tc-xtensa.c:11513
19165 #, c-format
19166 msgid "fixes not all moved from %s"
19167 msgstr ""
19168
19169 #: config/tc-xtensa.c:12469
19170 msgid "too many operands in instruction"
19171 msgstr ""
19172
19173 #: config/tc-xtensa.c:12679
19174 msgid "invalid symbolic operand"
19175 msgstr ""
19176
19177 #: config/tc-xtensa.c:12740
19178 msgid "operand number mismatch"
19179 msgstr ""
19180
19181 #: config/tc-xtensa.c:12744
19182 #, c-format
19183 msgid "cannot encode opcode \"%s\" in the given format \"%s\""
19184 msgstr ""
19185
19186 #: config/tc-xtensa.c:12769
19187 #, c-format
19188 msgid "xtensa-isa failure: %s"
19189 msgstr ""
19190
19191 #: config/tc-xtensa.c:12846
19192 msgid "invalid opcode"
19193 msgstr ""
19194
19195 #: config/tc-xtensa.c:12852
19196 msgid "too few operands"
19197 msgstr ""
19198
19199 #: config/tc-xtensa.c:12858
19200 msgid "too many operands"
19201 msgstr ""
19202
19203 #: config/tc-xtensa.c:12902
19204 msgid "multiple writes to the same register"
19205 msgstr ""
19206
19207 #: config/tc-xtensa.c:13016 config/tc-xtensa.c:13022
19208 msgid "out of memory"
19209 msgstr ""
19210
19211 #: config/tc-xtensa.c:13111
19212 msgid "TLS relocation not allowed in FLIX bundle"
19213 msgstr ""
19214
19215 #. Instructions that generate TLS relocations should always be
19216 #. relaxed in the front-end.  If "record_fixup" is set, then this
19217 #. function is being called during back-end relaxation, so flag
19218 #. the unexpected behavior as an error.
19219 #: config/tc-xtensa.c:13117
19220 msgid "unexpected TLS relocation"
19221 msgstr ""
19222
19223 #: config/tc-xtensa.c:13161
19224 msgid "symbolic operand not allowed"
19225 msgstr ""
19226
19227 #: config/tc-xtensa.c:13198
19228 msgid "cannot decode instruction format"
19229 msgstr ""
19230
19231 #: config/tc-xtensa.c:13342
19232 msgid "ignoring extra '-rename-section' delimiter ':'"
19233 msgstr ""
19234
19235 #: config/tc-xtensa.c:13347
19236 #, c-format
19237 msgid "ignoring invalid '-rename-section' specification: '%s'"
19238 msgstr ""
19239
19240 #: config/tc-xtensa.c:13358
19241 #, c-format
19242 msgid "section %s renamed multiple times"
19243 msgstr ""
19244
19245 #: config/tc-xtensa.c:13360
19246 #, c-format
19247 msgid "multiple sections remapped to output section %s"
19248 msgstr ""
19249
19250 #: config/tc-z80.c:326
19251 msgid "-- unterminated string"
19252 msgstr ""
19253
19254 #: config/tc-z80.c:392
19255 msgid "floating point numbers are not implemented"
19256 msgstr ""
19257
19258 #: config/tc-z80.c:517 config/tc-z80.c:523
19259 msgid "mismatched parentheses"
19260 msgstr ""
19261
19262 #: config/tc-z80.c:560
19263 msgid "bad expression syntax"
19264 msgstr ""
19265
19266 #: config/tc-z80.c:722
19267 msgid "cannot make a relative jump to an absolute location"
19268 msgstr ""
19269
19270 #: config/tc-z80.c:734 config/tc-z80.c:2018
19271 msgid "overflow"
19272 msgstr ""
19273
19274 #: config/tc-z80.c:1122 config/tc-z80.c:1165 config/tc-z80.c:1209
19275 #: config/tc-z80.c:1277 config/tc-z80.c:1329 config/tc-z80.c:1383
19276 #: config/tc-z80.c:1652
19277 msgid "bad instruction syntax"
19278 msgstr ""
19279
19280 #: config/tc-z80.c:1255
19281 msgid "condition code invalid for jr"
19282 msgstr ""
19283
19284 #: config/tc-z80.c:1761
19285 msgid "parentheses ignored"
19286 msgstr ""
19287
19288 #: config/tc-z80.c:1993 config/tc-z8k.c:1467 config/tc-z8k.c:1530
19289 msgid "relative jump out of range"
19290 msgstr ""
19291
19292 #: config/tc-z80.c:2010
19293 msgid "index offset out of range"
19294 msgstr ""
19295
19296 #: config/tc-z80.c:2052 config/tc-z8k.c:1538
19297 #, c-format
19298 msgid "md_apply_fix: unknown r_type 0x%x\n"
19299 msgstr ""
19300
19301 #: config/tc-z8k.c:281
19302 #, c-format
19303 msgid "register rr%d out of range"
19304 msgstr ""
19305
19306 #: config/tc-z8k.c:283
19307 #, c-format
19308 msgid "register rr%d does not exist"
19309 msgstr ""
19310
19311 #: config/tc-z8k.c:295
19312 #, c-format
19313 msgid "register rh%d out of range"
19314 msgstr ""
19315
19316 #: config/tc-z8k.c:307
19317 #, c-format
19318 msgid "register rl%d out of range"
19319 msgstr ""
19320
19321 #: config/tc-z8k.c:320
19322 #, c-format
19323 msgid "register rq%d out of range"
19324 msgstr ""
19325
19326 #: config/tc-z8k.c:322
19327 #, c-format
19328 msgid "register rq%d does not exist"
19329 msgstr ""
19330
19331 #: config/tc-z8k.c:334
19332 #, c-format
19333 msgid "register r%d out of range"
19334 msgstr ""
19335
19336 #: config/tc-z8k.c:375
19337 #, c-format
19338 msgid "expected %c"
19339 msgstr ""
19340
19341 #: config/tc-z8k.c:390
19342 #, c-format
19343 msgid "register is wrong size for a word %s"
19344 msgstr ""
19345
19346 #: config/tc-z8k.c:404
19347 #, c-format
19348 msgid "register is wrong size for address %s"
19349 msgstr ""
19350
19351 #: config/tc-z8k.c:538
19352 #, c-format
19353 msgid "unknown interrupt %s"
19354 msgstr ""
19355
19356 #. No interrupt type specified, opcode won't do anything.
19357 #: config/tc-z8k.c:561
19358 msgid "opcode has no effect"
19359 msgstr ""
19360
19361 #: config/tc-z8k.c:672
19362 msgid "Missing ) in ra(rb)"
19363 msgstr ""
19364
19365 #: config/tc-z8k.c:752 config/tc-z8k.c:791
19366 #, c-format
19367 msgid "invalid condition code '%s'"
19368 msgstr ""
19369
19370 #: config/tc-z8k.c:764
19371 #, c-format
19372 msgid "invalid flag '%s'"
19373 msgstr ""
19374
19375 #: config/tc-z8k.c:918 config/tc-z8k.c:924
19376 msgid "invalid indirect register size"
19377 msgstr ""
19378
19379 #: config/tc-z8k.c:941 config/tc-z8k.c:1097 config/tc-z8k.c:1102
19380 msgid "invalid control register name"
19381 msgstr ""
19382
19383 #: config/tc-z8k.c:1086
19384 msgid "immediate must be 1 or 2"
19385 msgstr ""
19386
19387 #: config/tc-z8k.c:1089
19388 msgid "immediate 1 or 2 expected"
19389 msgstr ""
19390
19391 #: config/tc-z8k.c:1120
19392 msgid "can't use R0 here"
19393 msgstr ""
19394
19395 #: config/tc-z8k.c:1278
19396 msgid "Can't find opcode to match operands"
19397 msgstr ""
19398
19399 #: config/tc-z8k.c:1325
19400 #, c-format
19401 msgid "invalid architecture -z%s"
19402 msgstr ""
19403
19404 #: config/tc-z8k.c:1344
19405 #, c-format
19406 msgid ""
19407 " Z8K options:\n"
19408 "  -z8001                  generate segmented code\n"
19409 "  -z8002                  generate unsegmented code\n"
19410 "  -linkrelax              create linker relaxable code\n"
19411 msgstr ""
19412
19413 #: config/tc-z8k.c:1356
19414 #, c-format
19415 msgid "call to md_convert_frag\n"
19416 msgstr ""
19417
19418 #: config/tc-z8k.c:1463 config/tc-z8k.c:1503 config/tc-z8k.c:1526
19419 msgid "cannot branch to odd address"
19420 msgstr ""
19421
19422 #: config/tc-z8k.c:1485
19423 msgid "relative address out of range"
19424 msgstr ""
19425
19426 #: config/tc-z8k.c:1506
19427 msgid "relative call out of range"
19428 msgstr ""
19429
19430 #: config/tc-z8k.c:1550
19431 #, c-format
19432 msgid "call to md_estimate_size_before_relax\n"
19433 msgstr ""
19434
19435 #: config/xtensa-relax.c:1550
19436 #, c-format
19437 msgid "invalid configuration option '%s' in transition rule '%s'"
19438 msgstr ""
19439
19440 #: config/xtensa-relax.c:1675 config/xtensa-relax.c:1685
19441 #, c-format
19442 msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
19443 msgstr ""
19444
19445 #: config/xtensa-relax.c:1692
19446 #, c-format
19447 msgid "opcode '%s': precondition only contains constants in '%s'"
19448 msgstr ""
19449
19450 #: config/xtensa-relax.c:1739
19451 msgid "expected one operand for generated literal"
19452 msgstr ""
19453
19454 #: config/xtensa-relax.c:1746
19455 msgid "expected 0 operands for generated label"
19456 msgstr ""
19457
19458 #: config/xtensa-relax.c:1759
19459 #, c-format
19460 msgid "invalid opcode '%s' in transition rule '%s'"
19461 msgstr ""
19462
19463 #: config/xtensa-relax.c:1767
19464 #, c-format
19465 msgid "opcode '%s': replacement does not have %d op"
19466 msgid_plural "opcode '%s': replacement does not have %d ops"
19467 msgstr[0] ""
19468 msgstr[1] ""
19469
19470 #: config/xtensa-relax.c:1783
19471 #, c-format
19472 msgid "opcode '%s': cannot find literal definition"
19473 msgstr ""
19474
19475 #: config/xtensa-relax.c:1799 config/xtensa-relax.c:1829
19476 #, c-format
19477 msgid "opcode '%s': unidentified operand '%s' in '%s'"
19478 msgstr ""
19479
19480 #: config/xtensa-relax.c:1824
19481 #, c-format
19482 msgid "unknown user-defined function %s"
19483 msgstr ""
19484
19485 #: config/xtensa-relax.c:1835
19486 #, c-format
19487 msgid "opcode '%s': could not parse operand '%s' in '%s'"
19488 msgstr ""
19489
19490 #: config/xtensa-relax.c:1875
19491 #, c-format
19492 msgid "could not parse INSN_PATTERN '%s'"
19493 msgstr ""
19494
19495 #: config/xtensa-relax.c:1879
19496 #, c-format
19497 msgid "could not parse INSN_REPL '%s'"
19498 msgstr ""
19499
19500 #: config/xtensa-relax.c:1890
19501 #, c-format
19502 msgid "could not build transition for %s => %s"
19503 msgstr ""
19504
19505 #: depend.c:194
19506 #, c-format
19507 msgid "can't open `%s' for writing"
19508 msgstr ""
19509
19510 #: depend.c:206
19511 #, c-format
19512 msgid "can't close `%s'"
19513 msgstr ""
19514
19515 #: dw2gencfi.c:319 read.c:2442
19516 #, c-format
19517 msgid "bfd_set_section_flags: %s"
19518 msgstr ""
19519
19520 #: dw2gencfi.c:591 dw2gencfi.c:607
19521 #, c-format
19522 msgid "register save offset not a multiple of %u"
19523 msgstr ""
19524
19525 #: dw2gencfi.c:690
19526 msgid "CFI state restore without previous remember"
19527 msgstr ""
19528
19529 #: dw2gencfi.c:748
19530 msgid "missing separator"
19531 msgstr ""
19532
19533 #: dw2gencfi.c:797
19534 msgid "bad register expression"
19535 msgstr ""
19536
19537 #: dw2gencfi.c:818 dw2gencfi.c:948 dw2gencfi.c:986 dw2gencfi.c:1057
19538 #: dw2gencfi.c:1130 dw2gencfi.c:1195 dw2gencfi.c:1376
19539 msgid "CFI instruction used without previous .cfi_startproc"
19540 msgstr ""
19541
19542 #: dw2gencfi.c:1011
19543 msgid "invalid or unsupported encoding in .cfi_personality"
19544 msgstr ""
19545
19546 #: dw2gencfi.c:1018
19547 msgid ".cfi_personality requires encoding and symbol arguments"
19548 msgstr ""
19549
19550 #: dw2gencfi.c:1041
19551 msgid "wrong second argument to .cfi_personality"
19552 msgstr ""
19553
19554 #: dw2gencfi.c:1082 dw2gencfi.c:1158
19555 msgid "invalid or unsupported encoding in .cfi_lsda"
19556 msgstr ""
19557
19558 #: dw2gencfi.c:1089
19559 msgid ".cfi_lsda requires encoding and symbol arguments"
19560 msgstr ""
19561
19562 #: dw2gencfi.c:1114
19563 msgid "wrong second argument to .cfi_lsda"
19564 msgstr ""
19565
19566 #: dw2gencfi.c:1180
19567 msgid "wrong third argument to .cfi_val_encoded_addr"
19568 msgstr ""
19569
19570 #: dw2gencfi.c:1278
19571 msgid "inconsistent uses of .cfi_sections"
19572 msgstr ""
19573
19574 #: dw2gencfi.c:1289
19575 msgid "previous CFI entry not closed (missing .cfi_endproc)"
19576 msgstr ""
19577
19578 #: dw2gencfi.c:1330
19579 msgid ".cfi_endproc without corresponding .cfi_startproc"
19580 msgstr ""
19581
19582 #: dw2gencfi.c:1387
19583 msgid "wrong argument to .cfi_personality_id"
19584 msgstr ""
19585
19586 #: dw2gencfi.c:1397
19587 msgid ".cfi_fde_data without corresponding .cfi_startproc"
19588 msgstr ""
19589
19590 #: dw2gencfi.c:1506
19591 msgid "unexpected .cfi_inline_lsda"
19592 msgstr ""
19593
19594 #: dw2gencfi.c:1513
19595 msgid ".cfi_inline_lsda not valid for this frame"
19596 msgstr ""
19597
19598 #: dw2gencfi.c:1521
19599 msgid ".cfi_inline_lsda seen for frame without .cfi_lsda"
19600 msgstr ""
19601
19602 #: dw2gencfi.c:1534
19603 #, c-format
19604 msgid "Alignment too large: %d. assumed."
19605 msgstr ""
19606
19607 #: dw2gencfi.c:1538
19608 msgid "Alignment negative: 0 assumed."
19609 msgstr ""
19610
19611 #: dw2gencfi.c:1564
19612 msgid ".cfi_inline_lsda is not supported for this target"
19613 msgstr ""
19614
19615 #: dw2gencfi.c:1571
19616 msgid ".cfi_fde_data is not supported for this target"
19617 msgstr ""
19618
19619 #: dw2gencfi.c:1578
19620 msgid ".cfi_personality_id is not supported for this target"
19621 msgstr ""
19622
19623 #: dw2gencfi.c:2364 dw2gencfi.c:2520
19624 msgid "open CFI at the end of file; missing .cfi_endproc directive"
19625 msgstr ""
19626
19627 #: dw2gencfi.c:2547
19628 msgid "CFI is not supported for this target"
19629 msgstr ""
19630
19631 #: dwarf2dbg.c:372 dwarf2dbg.c:2290
19632 msgid "view number mismatch"
19633 msgstr ""
19634
19635 #: dwarf2dbg.c:782 dwarf2dbg.c:826
19636 msgid "file number less than one"
19637 msgstr ""
19638
19639 #: dwarf2dbg.c:792
19640 #, c-format
19641 msgid "file number %ld already allocated"
19642 msgstr ""
19643
19644 #: dwarf2dbg.c:831 dwarf2dbg.c:1699
19645 #, c-format
19646 msgid "unassigned file number %ld"
19647 msgstr ""
19648
19649 #: dwarf2dbg.c:900
19650 msgid "is_stmt value not 0 or 1"
19651 msgstr ""
19652
19653 #: dwarf2dbg.c:912
19654 msgid "isa number less than zero"
19655 msgstr ""
19656
19657 #: dwarf2dbg.c:924
19658 msgid "discriminator less than zero"
19659 msgstr ""
19660
19661 #: dwarf2dbg.c:943
19662 msgid "numeric view can only be asserted to zero"
19663 msgstr ""
19664
19665 #: dwarf2dbg.c:981
19666 #, c-format
19667 msgid "unknown .loc sub-directive `%s'"
19668 msgstr ""
19669
19670 #: dwarf2dbg.c:1776
19671 msgid "internal error: unknown dwarf2 format"
19672 msgstr ""
19673
19674 #: ecoff.c:1559
19675 #, c-format
19676 msgid "string too big (%lu bytes)"
19677 msgstr ""
19678
19679 #: ecoff.c:1585
19680 #, c-format
19681 msgid "inserting \"%s\" into string hash table: %s"
19682 msgstr ""
19683
19684 #: ecoff.c:1616 ecoff.c:1809 ecoff.c:1832 ecoff.c:1863 ecoff.c:2016
19685 #: ecoff.c:2135
19686 msgid "no current file pointer"
19687 msgstr ""
19688
19689 #: ecoff.c:1703
19690 msgid "too many st_End's"
19691 msgstr ""
19692
19693 #: ecoff.c:2041
19694 #, c-format
19695 msgid "inserting \"%s\" into tag hash table: %s"
19696 msgstr ""
19697
19698 #: ecoff.c:2204
19699 msgid "fake .file after real one"
19700 msgstr ""
19701
19702 #: ecoff.c:2293
19703 msgid "filename goes over one page boundary"
19704 msgstr ""
19705
19706 #: ecoff.c:2426
19707 msgid ".begin directive without a preceding .file directive"
19708 msgstr ""
19709
19710 #: ecoff.c:2433
19711 msgid ".begin directive without a preceding .ent directive"
19712 msgstr ""
19713
19714 #: ecoff.c:2463
19715 msgid ".bend directive without a preceding .file directive"
19716 msgstr ""
19717
19718 #: ecoff.c:2470
19719 msgid ".bend directive without a preceding .ent directive"
19720 msgstr ""
19721
19722 #: ecoff.c:2482
19723 msgid ".bend directive names unknown symbol"
19724 msgstr ""
19725
19726 #: ecoff.c:2524
19727 msgid ".def pseudo-op used inside of .def/.endef; ignored"
19728 msgstr ""
19729
19730 #: ecoff.c:2526
19731 msgid "empty symbol name in .def; ignored"
19732 msgstr ""
19733
19734 #: ecoff.c:2563
19735 msgid ".dim pseudo-op used outside of .def/.endef; ignored"
19736 msgstr ""
19737
19738 #: ecoff.c:2578
19739 msgid "badly formed .dim directive"
19740 msgstr ""
19741
19742 #: ecoff.c:2591
19743 msgid "too many .dim entries"
19744 msgstr ""
19745
19746 #: ecoff.c:2611
19747 msgid ".scl pseudo-op used outside of .def/.endef; ignored"
19748 msgstr ""
19749
19750 #: ecoff.c:2636
19751 msgid ".size pseudo-op used outside of .def/.endef; ignored"
19752 msgstr ""
19753
19754 #: ecoff.c:2651
19755 msgid "badly formed .size directive"
19756 msgstr ""
19757
19758 #: ecoff.c:2664
19759 msgid "too many .size entries"
19760 msgstr ""
19761
19762 #: ecoff.c:2686
19763 msgid ".type pseudo-op used outside of .def/.endef; ignored"
19764 msgstr ""
19765
19766 #. FIXME: We could handle this by setting the continued bit.
19767 #. There would still be a limit: the .type argument can not
19768 #. be infinite.
19769 #: ecoff.c:2704
19770 #, c-format
19771 msgid "the type of %s is too complex; it will be simplified"
19772 msgstr ""
19773
19774 #: ecoff.c:2715
19775 msgid "Unrecognized .type argument"
19776 msgstr ""
19777
19778 #: ecoff.c:2753
19779 msgid ".tag pseudo-op used outside of .def/.endef; ignored"
19780 msgstr ""
19781
19782 #: ecoff.c:2777
19783 msgid ".val pseudo-op used outside of .def/.endef; ignored"
19784 msgstr ""
19785
19786 #: ecoff.c:2785
19787 msgid ".val expression is too complex"
19788 msgstr ""
19789
19790 #: ecoff.c:2815
19791 msgid ".endef pseudo-op used before .def; ignored"
19792 msgstr ""
19793
19794 #: ecoff.c:2841 ecoff.c:2922
19795 msgid "bad COFF debugging information"
19796 msgstr ""
19797
19798 #: ecoff.c:2890
19799 #, c-format
19800 msgid "no tag specified for %s"
19801 msgstr ""
19802
19803 #: ecoff.c:2992
19804 msgid ".end directive without a preceding .file directive"
19805 msgstr ""
19806
19807 #: ecoff.c:3020
19808 msgid ".end directive names unknown symbol"
19809 msgstr ""
19810
19811 #: ecoff.c:3051
19812 msgid "second .ent directive found before .end directive"
19813 msgstr ""
19814
19815 #: ecoff.c:3060
19816 #, c-format
19817 msgid "%s directive has no name"
19818 msgstr ""
19819
19820 #: ecoff.c:3121
19821 msgid "no way to handle .file within .ent/.end section"
19822 msgstr ""
19823
19824 #: ecoff.c:3238
19825 msgid ".loc before .file"
19826 msgstr ""
19827
19828 #: ecoff.c:3440
19829 #, c-format
19830 msgid ".stab%c is not supported"
19831 msgstr ""
19832
19833 #: ecoff.c:3450
19834 #, c-format
19835 msgid ".stab%c: ignoring non-zero other field"
19836 msgstr ""
19837
19838 #: ecoff.c:3484
19839 #, c-format
19840 msgid ""
19841 "line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
19842 msgstr ""
19843
19844 #: ecoff.c:3518
19845 #, c-format
19846 msgid "illegal .stab%c directive, bad character"
19847 msgstr ""
19848
19849 #: ecoff.c:3977 ecoff.c:4166 ecoff.c:4191
19850 msgid ".begin/.bend in different segments"
19851 msgstr ""
19852
19853 #: ecoff.c:4687
19854 msgid "missing .end or .bend at end of file"
19855 msgstr ""
19856
19857 #: ecoff.c:5172
19858 msgid "GP prologue size exceeds field size, using 0 instead"
19859 msgstr ""
19860
19861 #: expr.c:82 read.c:3803
19862 msgid "bignum invalid"
19863 msgstr ""
19864
19865 #: expr.c:84 read.c:3805 read.c:4310 read.c:5156
19866 msgid "floating point number invalid"
19867 msgstr ""
19868
19869 #: expr.c:207
19870 msgid "bad floating-point constant: exponent overflow"
19871 msgstr ""
19872
19873 #: expr.c:211
19874 #, c-format
19875 msgid "bad floating-point constant: unknown error code=%d"
19876 msgstr ""
19877
19878 #: expr.c:396
19879 msgid ""
19880 "a bignum with underscores may not have more than 8 hex digits in any word"
19881 msgstr ""
19882
19883 #: expr.c:419
19884 msgid "a bignum with underscores must have exactly 4 words"
19885 msgstr ""
19886
19887 #. Either not seen or not defined.
19888 #. @@ Should print out the original string instead of
19889 #. the parsed number.
19890 #: expr.c:557
19891 #, c-format
19892 msgid "backward ref to unknown label \"%d:\""
19893 msgstr ""
19894
19895 #: expr.c:675
19896 msgid "character constant too large"
19897 msgstr ""
19898
19899 #: expr.c:970
19900 #, c-format
19901 msgid "found '%c', expected: '%c'"
19902 msgstr ""
19903
19904 #: expr.c:973
19905 #, c-format
19906 msgid "missing '%c'"
19907 msgstr ""
19908
19909 #: expr.c:985 read.c:4607
19910 msgid "EBCDIC constants are not supported"
19911 msgstr ""
19912
19913 #: expr.c:1112
19914 #, c-format
19915 msgid "Unary operator %c ignored because bad operand follows"
19916 msgstr ""
19917
19918 #: expr.c:1162 expr.c:1193
19919 msgid "syntax error in .startof. or .sizeof."
19920 msgstr ""
19921
19922 #: expr.c:1274 expr.c:1598
19923 #, c-format
19924 msgid "invalid use of operator \"%s\""
19925 msgstr ""
19926
19927 #: expr.c:1782
19928 msgid "missing operand; zero assumed"
19929 msgstr ""
19930
19931 #: expr.c:1821
19932 msgid "left operand is a bignum; integer 0 assumed"
19933 msgstr ""
19934
19935 #: expr.c:1823
19936 msgid "left operand is a float; integer 0 assumed"
19937 msgstr ""
19938
19939 #: expr.c:1832
19940 msgid "right operand is a bignum; integer 0 assumed"
19941 msgstr ""
19942
19943 #: expr.c:1834
19944 msgid "right operand is a float; integer 0 assumed"
19945 msgstr ""
19946
19947 #: expr.c:1912 symbols.c:1558
19948 msgid "division by zero"
19949 msgstr ""
19950
19951 #: expr.c:1918
19952 msgid "shift count"
19953 msgstr ""
19954
19955 #: expr.c:2039
19956 msgid "operation combines symbols in different segments"
19957 msgstr ""
19958
19959 #: expr.c:2361
19960 msgid "missing closing '\"'"
19961 msgstr ""
19962
19963 #: frags.c:60
19964 msgid "attempt to allocate data in absolute section"
19965 msgstr ""
19966
19967 #: frags.c:66
19968 msgid "attempt to allocate data in common section"
19969 msgstr ""
19970
19971 #: frags.c:115 write.c:1470
19972 #, c-format
19973 msgid "can't extend frag %lu char"
19974 msgid_plural "can't extend frag %lu chars"
19975 msgstr[0] ""
19976 msgstr[1] ""
19977
19978 #. For error messages.
19979 #. Detect if we are reading from stdin by examining the file
19980 #. name returned by as_where().
19981 #.
19982 #. [FIXME: We rely upon the name in the strcmp below being the
19983 #. same as the one used by input_scrub_new_file(), if that is
19984 #. not true, then this code will fail].
19985 #.
19986 #. If we are reading from stdin, then we need to save each input
19987 #. line here (assuming of course that we actually have a line of
19988 #. input to read), so that it can be displayed in the listing
19989 #. that is produced at the end of the assembly.
19990 #: input-file.c:136 input-scrub.c:240 listing.c:353
19991 msgid "{standard input}"
19992 msgstr ""
19993
19994 #: input-file.c:141
19995 #, c-format
19996 msgid "can't open %s for reading: %s"
19997 msgstr ""
19998
19999 #: input-file.c:150 input-file.c:224
20000 #, c-format
20001 msgid "can't read from %s: %s"
20002 msgstr ""
20003
20004 #: input-file.c:252 listing.c:1443 output-file.c:71
20005 #, c-format
20006 msgid "can't close %s: %s"
20007 msgstr ""
20008
20009 #: input-scrub.c:267
20010 msgid "macros nested too deeply"
20011 msgstr ""
20012
20013 #: itbl-ops.c:328
20014 #, c-format
20015 msgid "Unable to allocate memory for new instructions\n"
20016 msgstr ""
20017
20018 #: listing.c:253 messages.c:165 messages.c:167 messages.c:170
20019 msgid "Warning: "
20020 msgstr ""
20021
20022 #: listing.c:259 messages.c:230 messages.c:232 messages.c:235
20023 msgid "Error: "
20024 msgstr ""
20025
20026 #: listing.c:625
20027 #, c-format
20028 msgid "unable to rebuffer file: %s\n"
20029 msgstr ""
20030
20031 #: listing.c:1329
20032 #, c-format
20033 msgid ""
20034 "\n"
20035 " time stamp    \t: %s\n"
20036 "\n"
20037 msgstr ""
20038
20039 #: listing.c:1339
20040 #, c-format
20041 msgid "%s "
20042 msgstr ""
20043
20044 #: listing.c:1344
20045 #, c-format
20046 msgid ""
20047 "\n"
20048 "\t%s "
20049 msgstr ""
20050
20051 #: listing.c:1354
20052 msgid ""
20053 "\n"
20054 " options passed\t: "
20055 msgstr ""
20056
20057 #: listing.c:1393
20058 #, c-format
20059 msgid ""
20060 " GNU assembler version %s (%s)\n"
20061 "\t using BFD version %s."
20062 msgstr ""
20063
20064 #: listing.c:1396
20065 #, c-format
20066 msgid ""
20067 "\n"
20068 " input file    \t: %s"
20069 msgstr ""
20070
20071 #: listing.c:1397
20072 #, c-format
20073 msgid ""
20074 "\n"
20075 " output file   \t: %s"
20076 msgstr ""
20077
20078 #: listing.c:1398
20079 #, c-format
20080 msgid ""
20081 "\n"
20082 " target        \t: %s"
20083 msgstr ""
20084
20085 #: listing.c:1422
20086 #, c-format
20087 msgid "can't open %s: %s"
20088 msgstr ""
20089
20090 #: listing.c:1507
20091 msgid "strange paper height, set to no form"
20092 msgstr ""
20093
20094 #: listing.c:1569
20095 msgid "new line in title"
20096 msgstr ""
20097
20098 #. Turns the next expression into a string.
20099 #: macro.c:382
20100 #, no-c-format
20101 msgid "% operator needs absolute expression"
20102 msgstr ""
20103
20104 #: macro.c:536
20105 #, c-format
20106 msgid "Missing parameter qualifier for `%s' in macro `%s'"
20107 msgstr ""
20108
20109 #: macro.c:546
20110 #, c-format
20111 msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
20112 msgstr ""
20113
20114 #: macro.c:563
20115 #, c-format
20116 msgid "Pointless default value for required parameter `%s' in macro `%s'"
20117 msgstr ""
20118
20119 #: macro.c:575
20120 #, c-format
20121 msgid "A parameter named `%s' already exists for macro `%s'"
20122 msgstr ""
20123
20124 #: macro.c:612
20125 #, c-format
20126 msgid "Reserved word `%s' used as parameter in macro `%s'"
20127 msgstr ""
20128
20129 #: macro.c:670
20130 #, c-format
20131 msgid "unexpected end of file in macro `%s' definition"
20132 msgstr ""
20133
20134 #: macro.c:682
20135 #, c-format
20136 msgid "missing `)' after formals in macro definition `%s'"
20137 msgstr ""
20138
20139 #: macro.c:697
20140 msgid "Missing macro name"
20141 msgstr ""
20142
20143 #: macro.c:706
20144 #, c-format
20145 msgid "Bad parameter list for macro `%s'"
20146 msgstr ""
20147
20148 #: macro.c:712
20149 #, c-format
20150 msgid "Macro `%s' was already defined"
20151 msgstr ""
20152
20153 #: macro.c:837 macro.c:839
20154 msgid "missing `)'"
20155 msgstr ""
20156
20157 #: macro.c:936
20158 #, c-format
20159 msgid "`%s' was already used as parameter (or another local) name"
20160 msgstr ""
20161
20162 #: macro.c:1094
20163 msgid "confusion in formal parameters"
20164 msgstr ""
20165
20166 #: macro.c:1102
20167 #, c-format
20168 msgid "Parameter named `%s' does not exist for macro `%s'"
20169 msgstr ""
20170
20171 #: macro.c:1113
20172 #, c-format
20173 msgid "Value for parameter `%s' of macro `%s' was already specified"
20174 msgstr ""
20175
20176 #: macro.c:1127
20177 msgid "can't mix positional and keyword arguments"
20178 msgstr ""
20179
20180 #: macro.c:1138
20181 msgid "too many positional arguments"
20182 msgstr ""
20183
20184 #: macro.c:1186
20185 #, c-format
20186 msgid "Missing value for required parameter `%s' of macro `%s'"
20187 msgstr ""
20188
20189 #: macro.c:1304
20190 #, c-format
20191 msgid "Attempt to purge non-existing macro `%s'"
20192 msgstr ""
20193
20194 #: macro.c:1324
20195 msgid "unexpected end of file in irp or irpc"
20196 msgstr ""
20197
20198 #: macro.c:1332
20199 msgid "missing model parameter"
20200 msgstr ""
20201
20202 #: messages.c:91
20203 #, c-format
20204 msgid "Assembler messages:\n"
20205 msgstr ""
20206
20207 #: messages.c:289
20208 #, c-format
20209 msgid "Fatal error: "
20210 msgstr ""
20211
20212 #: messages.c:310
20213 #, c-format
20214 msgid "Internal error (%s).\n"
20215 msgstr ""
20216
20217 #: messages.c:312
20218 #, c-format
20219 msgid "Internal error in %s at %s:%d.\n"
20220 msgstr ""
20221
20222 #: messages.c:314
20223 #, c-format
20224 msgid "Internal error at %s:%d.\n"
20225 msgstr ""
20226
20227 #: messages.c:316
20228 #, c-format
20229 msgid "Please report this bug.\n"
20230 msgstr ""
20231
20232 #: messages.c:400
20233 #, c-format
20234 msgid "%s out of domain (%d is not a multiple of %d)"
20235 msgstr ""
20236
20237 #: messages.c:418
20238 #, c-format
20239 msgid "%s out of range (%d is not between %d and %d)"
20240 msgstr ""
20241
20242 #. xgettext:c-format.
20243 #: messages.c:441
20244 #, c-format
20245 msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
20246 msgstr ""
20247
20248 #: output-file.c:34
20249 #, c-format
20250 msgid "can't open a bfd on stdout %s"
20251 msgstr ""
20252
20253 #: output-file.c:41
20254 #, c-format
20255 msgid "selected target format '%s' unknown"
20256 msgstr ""
20257
20258 #: output-file.c:43
20259 #, c-format
20260 msgid "can't create %s: %s"
20261 msgstr ""
20262
20263 #: read.c:521
20264 #, c-format
20265 msgid "error constructing %s pseudo-op table: %s"
20266 msgstr ""
20267
20268 #: read.c:703
20269 msgid "cannot change section or subsection inside .bundle_lock"
20270 msgstr ""
20271
20272 #: read.c:719
20273 #, c-format
20274 msgid ""
20275 ".bundle_lock sequence at %u bytes, but .bundle_align_mode limit is %u bytes"
20276 msgstr ""
20277
20278 #: read.c:728
20279 #, c-format
20280 msgid ""
20281 "single instruction is %u bytes long, but .bundle_align_mode limit is %u bytes"
20282 msgstr ""
20283
20284 #: read.c:769 read.c:2812 read.c:3383
20285 msgid "ignoring fill value in absolute section"
20286 msgstr ""
20287
20288 #: read.c:771 read.c:2827 read.c:3422
20289 #, c-format
20290 msgid "ignoring fill value in section `%s'"
20291 msgstr ""
20292
20293 #: read.c:1131
20294 #, c-format
20295 msgid "unknown pseudo-op: `%s'"
20296 msgstr ""
20297
20298 #: read.c:1184
20299 msgid "unable to continue with assembly."
20300 msgstr ""
20301
20302 #: read.c:1226
20303 #, c-format
20304 msgid "label \"%d$\" redefined"
20305 msgstr ""
20306
20307 #: read.c:1373
20308 msgid ".bundle_lock with no matching .bundle_unlock"
20309 msgstr ""
20310
20311 #: read.c:1470
20312 msgid ".abort detected.  Abandoning ship."
20313 msgstr ""
20314
20315 #: read.c:1532
20316 #, c-format
20317 msgid "alignment too large: %u assumed"
20318 msgstr ""
20319
20320 #: read.c:1564
20321 msgid "expected fill pattern missing"
20322 msgstr ""
20323
20324 #: read.c:1589
20325 #, c-format
20326 msgid "fill pattern too long, truncating to %u"
20327 msgstr ""
20328
20329 #: read.c:1687
20330 msgid "symbol name not recognised in the current locale"
20331 msgstr ""
20332
20333 #. Some of the back ends can't deal with non-positive line numbers.
20334 #. Besides, it's silly.  GCC however will generate a line number of
20335 #. zero when it is pre-processing builtins for assembler-with-cpp files:
20336 #.
20337 #. # 0 "<built-in>"
20338 #.
20339 #. We do not want to barf on this, especially since such files are used
20340 #. in the GCC and GDB testsuites.  So we check for negative line numbers
20341 #. rather than non-positive line numbers.
20342 #: read.c:2029
20343 #, c-format
20344 msgid "line numbers must be positive; line number %d rejected"
20345 msgstr ""
20346
20347 #: read.c:2066
20348 #, c-format
20349 msgid "incompatible flag %i in line directive"
20350 msgstr ""
20351
20352 #: read.c:2078
20353 #, c-format
20354 msgid "unsupported flag %i in line directive"
20355 msgstr ""
20356
20357 #: read.c:2117
20358 msgid "start address not supported"
20359 msgstr ""
20360
20361 #: read.c:2126
20362 msgid ".err encountered"
20363 msgstr ""
20364
20365 #: read.c:2142
20366 msgid ".error directive invoked in source file"
20367 msgstr ""
20368
20369 #: read.c:2143
20370 msgid ".warning directive invoked in source file"
20371 msgstr ""
20372
20373 #: read.c:2149
20374 #, c-format
20375 msgid "%s argument must be a string"
20376 msgstr ""
20377
20378 #: read.c:2181 read.c:2183
20379 #, c-format
20380 msgid ".fail %ld encountered"
20381 msgstr ""
20382
20383 #: read.c:2223
20384 #, c-format
20385 msgid ".fill size clamped to %d"
20386 msgstr ""
20387
20388 #: read.c:2228
20389 msgid "size negative; .fill ignored"
20390 msgstr ""
20391
20392 #: read.c:2234
20393 msgid "repeat < 0; .fill ignored"
20394 msgstr ""
20395
20396 #: read.c:2243
20397 msgid "non-constant fill count for absolute section"
20398 msgstr ""
20399
20400 #: read.c:2245
20401 msgid "attempt to fill absolute section with non-zero value"
20402 msgstr ""
20403
20404 #: read.c:2251
20405 #, c-format
20406 msgid "attempt to fill section `%s' with non-zero value"
20407 msgstr ""
20408
20409 #: read.c:2408
20410 #, c-format
20411 msgid "unrecognized .linkonce type `%s'"
20412 msgstr ""
20413
20414 #: read.c:2420
20415 msgid ".linkonce is not supported for this object file format"
20416 msgstr ""
20417
20418 #: read.c:2515
20419 msgid "expected alignment after size"
20420 msgstr ""
20421
20422 #: read.c:2734
20423 #, c-format
20424 msgid "attempt to redefine pseudo-op `%s' ignored"
20425 msgstr ""
20426
20427 #: read.c:2753
20428 msgid "ignoring macro exit outside a macro definition."
20429 msgstr ""
20430
20431 #: read.c:2807
20432 #, c-format
20433 msgid "invalid segment \"%s\""
20434 msgstr ""
20435
20436 #: read.c:2815
20437 msgid "only constant offsets supported in absolute section"
20438 msgstr ""
20439
20440 #: read.c:2858
20441 msgid "MRI style ORG pseudo-op not supported"
20442 msgstr ""
20443
20444 #: read.c:3029
20445 #, c-format
20446 msgid ".end%c encountered without preceding %s"
20447 msgstr ""
20448
20449 #: read.c:3058 read.c:3094
20450 #, c-format
20451 msgid "negative count for %s - ignored"
20452 msgstr ""
20453
20454 #: read.c:3065 read.c:3101
20455 #, c-format
20456 msgid "%s without %s"
20457 msgstr ""
20458
20459 #: read.c:3336
20460 msgid "unsupported variable size or fill value"
20461 msgstr ""
20462
20463 #: read.c:3344
20464 #, c-format
20465 msgid "size value for space directive too large: %lx"
20466 msgstr ""
20467
20468 #: read.c:3373
20469 msgid ".space repeat count is zero, ignored"
20470 msgstr ""
20471
20472 #: read.c:3375
20473 msgid ".space repeat count is negative, ignored"
20474 msgstr ""
20475
20476 #: read.c:3406
20477 msgid "space allocation too complex in absolute section"
20478 msgstr ""
20479
20480 #: read.c:3412
20481 msgid "space allocation too complex in common section"
20482 msgstr ""
20483
20484 #: read.c:3473
20485 msgid "negative nop control byte, ignored"
20486 msgstr ""
20487
20488 #: read.c:3489
20489 msgid "unsupported variable nop control in .nops directive"
20490 msgstr ""
20491
20492 #: read.c:3691
20493 #, c-format
20494 msgid "%s: would close weakref loop: %s"
20495 msgstr ""
20496
20497 #: read.c:3741
20498 #, c-format
20499 msgid "junk at end of line, first unrecognized character valued 0x%x"
20500 msgstr ""
20501
20502 #: read.c:3869 write.c:2353
20503 #, c-format
20504 msgid "`%s' can't be equated to common symbol `%s'"
20505 msgstr ""
20506
20507 #: read.c:3999
20508 msgid "unexpected `\"' in expression"
20509 msgstr ""
20510
20511 #: read.c:4012
20512 msgid "rva without symbol"
20513 msgstr ""
20514
20515 #: read.c:4081
20516 msgid "missing or bad offset expression"
20517 msgstr ""
20518
20519 #: read.c:4102
20520 msgid "missing reloc type"
20521 msgstr ""
20522
20523 #: read.c:4126
20524 msgid "unrecognized reloc type"
20525 msgstr ""
20526
20527 #: read.c:4142
20528 msgid "bad reloc expression"
20529 msgstr ""
20530
20531 #: read.c:4304 read.c:5150
20532 msgid "zero assumed for missing expression"
20533 msgstr ""
20534
20535 #: read.c:4324 read.c:5179
20536 msgid "attempt to store value in absolute section"
20537 msgstr ""
20538
20539 #: read.c:4331 read.c:5185
20540 #, c-format
20541 msgid "attempt to store non-zero value in section `%s'"
20542 msgstr ""
20543
20544 #: read.c:4417
20545 #, c-format
20546 msgid "value 0x%llx truncated to 0x%llx"
20547 msgstr ""
20548
20549 #: read.c:4420
20550 msgid "value 0x%I64x truncated to 0x%I64x"
20551 msgstr ""
20552
20553 #: read.c:4424
20554 #, c-format
20555 msgid "value 0x%lx truncated to 0x%lx"
20556 msgstr ""
20557
20558 #: read.c:4469
20559 #, c-format
20560 msgid "bignum truncated to %d byte"
20561 msgid_plural "bignum truncated to %d bytes"
20562 msgstr[0] ""
20563 msgstr[1] ""
20564
20565 #: read.c:4678 read.c:4888
20566 msgid "unresolvable or nonpositive repeat count; using 1"
20567 msgstr ""
20568
20569 #: read.c:4727
20570 #, c-format
20571 msgid "unknown floating type type '%c'"
20572 msgstr ""
20573
20574 #: read.c:4749
20575 msgid "floating point constant too large"
20576 msgstr ""
20577
20578 #: read.c:4813
20579 msgid "attempt to store float in absolute section"
20580 msgstr ""
20581
20582 #: read.c:4820
20583 #, c-format
20584 msgid "attempt to store float in section `%s'"
20585 msgstr ""
20586
20587 #: read.c:5268
20588 #, c-format
20589 msgid "attempt to store non-empty string in section `%s'"
20590 msgstr ""
20591
20592 #: read.c:5330
20593 msgid "strings must be placed into a section"
20594 msgstr ""
20595
20596 #: read.c:5394
20597 msgid "expected <nn>"
20598 msgstr ""
20599
20600 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
20601 #: read.c:5435 read.c:5521
20602 msgid "unterminated string; newline inserted"
20603 msgstr ""
20604
20605 #: read.c:5535
20606 msgid "bad escaped character in string"
20607 msgstr ""
20608
20609 #: read.c:5560
20610 msgid "expected address expression"
20611 msgstr ""
20612
20613 #: read.c:5579
20614 #, c-format
20615 msgid "symbol \"%s\" undefined; zero assumed"
20616 msgstr ""
20617
20618 #: read.c:5582
20619 msgid "some symbol undefined; zero assumed"
20620 msgstr ""
20621
20622 #: read.c:5617
20623 msgid "this string may not contain '\\0'"
20624 msgstr ""
20625
20626 #: read.c:5653
20627 msgid "missing string"
20628 msgstr ""
20629
20630 #: read.c:5744
20631 #, c-format
20632 msgid ".incbin count zero, ignoring `%s'"
20633 msgstr ""
20634
20635 #: read.c:5770
20636 #, c-format
20637 msgid "file not found: %s"
20638 msgstr ""
20639
20640 #: read.c:5784
20641 #, c-format
20642 msgid "seek to end of .incbin file failed `%s'"
20643 msgstr ""
20644
20645 #: read.c:5795
20646 #, c-format
20647 msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
20648 msgstr ""
20649
20650 #: read.c:5802
20651 #, c-format
20652 msgid "could not skip to %ld in file `%s'"
20653 msgstr ""
20654
20655 #: read.c:5811
20656 #, c-format
20657 msgid "truncated file `%s', %ld of %ld bytes read"
20658 msgstr ""
20659
20660 #: read.c:5969
20661 msgid "missing .func"
20662 msgstr ""
20663
20664 #: read.c:5986
20665 msgid ".endfunc missing for previous .func"
20666 msgstr ""
20667
20668 #: read.c:6045
20669 #, c-format
20670 msgid ".bundle_align_mode alignment too large (maximum %u)"
20671 msgstr ""
20672
20673 #: read.c:6050
20674 msgid "cannot change .bundle_align_mode inside .bundle_lock"
20675 msgstr ""
20676
20677 #: read.c:6064
20678 msgid ".bundle_lock is meaningless without .bundle_align_mode"
20679 msgstr ""
20680
20681 #: read.c:6085
20682 msgid ".bundle_unlock without preceding .bundle_lock"
20683 msgstr ""
20684
20685 #: read.c:6098
20686 #, c-format
20687 msgid ".bundle_lock sequence is %u bytes, but bundle size is only %u bytes"
20688 msgstr ""
20689
20690 #: read.c:6197
20691 #, c-format
20692 msgid "missing closing `%c'"
20693 msgstr ""
20694
20695 #: read.c:6199
20696 msgid "stray `\\'"
20697 msgstr ""
20698
20699 #: remap.c:53
20700 #, c-format
20701 msgid "invalid argument '%s' to -fdebug-prefix-map"
20702 msgstr ""
20703
20704 #: stabs.c:210
20705 #, c-format
20706 msgid ".stab%c: missing string"
20707 msgstr ""
20708
20709 #: stabs.c:223 stabs.c:231 stabs.c:239 stabs.c:258
20710 #, c-format
20711 msgid ".stab%c: missing comma"
20712 msgstr ""
20713
20714 #. This could happen for example with a source file with a huge
20715 #. number of lines.  The only cure is to use a different debug
20716 #. format, probably DWARF.
20717 #: stabs.c:251
20718 #, c-format
20719 msgid ".stab%c: description field '%x' too big, try a different debug format"
20720 msgstr ""
20721
20722 #: stabs.c:437
20723 msgid "comma missing in .xstabs"
20724 msgstr ""
20725
20726 #: symbols.c:421
20727 #, c-format
20728 msgid "cannot define symbol `%s' in absolute section"
20729 msgstr ""
20730
20731 #: symbols.c:554
20732 #, c-format
20733 msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
20734 msgstr ""
20735
20736 #: symbols.c:629 symbols.c:636
20737 #, c-format
20738 msgid "inserting \"%s\" into symbol table failed: %s"
20739 msgstr ""
20740
20741 #: symbols.c:1184
20742 #, c-format
20743 msgid "invalid operands (%s and %s sections) for `%s'"
20744 msgstr ""
20745
20746 #: symbols.c:1188
20747 #, c-format
20748 msgid "invalid operand (%s section) for `%s'"
20749 msgstr ""
20750
20751 #: symbols.c:1196
20752 #, c-format
20753 msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'"
20754 msgstr ""
20755
20756 #: symbols.c:1199
20757 #, c-format
20758 msgid "invalid operand (%s section) for `%s' when setting `%s'"
20759 msgstr ""
20760
20761 #: symbols.c:1248
20762 #, c-format
20763 msgid "symbol definition loop encountered at `%s'"
20764 msgstr ""
20765
20766 #: symbols.c:1275
20767 #, c-format
20768 msgid "cannot convert expression symbol %s to complex relocation"
20769 msgstr ""
20770
20771 #: symbols.c:1560
20772 #, c-format
20773 msgid "division by zero when setting `%s'"
20774 msgstr ""
20775
20776 #. See PR 20895 for a reproducer.
20777 #: symbols.c:1600
20778 msgid "Invalid operation on symbol"
20779 msgstr ""
20780
20781 #: symbols.c:1650 write.c:2402
20782 #, c-format
20783 msgid "can't resolve value for symbol `%s'"
20784 msgstr ""
20785
20786 #: symbols.c:2109
20787 #, c-format
20788 msgid "\"%d\" (instance number %d of a %s label)"
20789 msgstr ""
20790
20791 #: symbols.c:2138
20792 #, c-format
20793 msgid "attempt to get value of unresolved symbol `%s'"
20794 msgstr ""
20795
20796 #. Do not reassign section symbols.
20797 #: symbols.c:2426
20798 msgid "section symbols are already global"
20799 msgstr ""
20800
20801 #: symbols.c:2539
20802 #, c-format
20803 msgid "Accessing function `%s' as thread-local object"
20804 msgstr ""
20805
20806 #: symbols.c:2543
20807 #, c-format
20808 msgid "Accessing `%s' as thread-local object"
20809 msgstr ""
20810
20811 #: write.c:167
20812 #, c-format
20813 msgid "field fx_size too small to hold %d"
20814 msgstr ""
20815
20816 #: write.c:456
20817 #, c-format
20818 msgid "attempt to .org/.space/.nops backwards? (%ld)"
20819 msgstr ""
20820
20821 #: write.c:478
20822 #, c-format
20823 msgid "leb128 operand is an undefined symbol: %s"
20824 msgstr ""
20825
20826 #: write.c:709
20827 msgid "invalid offset expression"
20828 msgstr ""
20829
20830 #: write.c:731
20831 msgid "invalid reloc expression"
20832 msgstr ""
20833
20834 #: write.c:1114
20835 #, c-format
20836 msgid "value of %s too large for field of %d byte at %s"
20837 msgid_plural "value of %s too large for field of %d bytes at %s"
20838 msgstr[0] ""
20839 msgstr[1] ""
20840
20841 #: write.c:1130
20842 #, c-format
20843 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
20844 msgstr ""
20845
20846 #: write.c:1171
20847 msgid "redefined symbol cannot be used on reloc"
20848 msgstr ""
20849
20850 #: write.c:1184
20851 msgid "relocation out of range"
20852 msgstr ""
20853
20854 #: write.c:1187
20855 #, c-format
20856 msgid "%s:%u: bad return from bfd_install_relocation: %x"
20857 msgstr ""
20858
20859 #: write.c:1215
20860 msgid "reloc not within (fixed part of) section"
20861 msgstr ""
20862
20863 #: write.c:1285
20864 msgid "internal error: fixup not contained within frag"
20865 msgstr ""
20866
20867 #: write.c:1403 write.c:1540
20868 msgid "can't extend frag"
20869 msgstr ""
20870
20871 #: write.c:1588
20872 msgid "unimplemented .nops directive"
20873 msgstr ""
20874
20875 #: write.c:1622
20876 #, c-format
20877 msgid "can't write %ld byte to section %s of %s: '%s'"
20878 msgid_plural "can't write %ld bytes to section %s of %s: '%s'"
20879 msgstr[0] ""
20880 msgstr[1] ""
20881
20882 #: write.c:1648 write.c:1675 write.c:1711
20883 #, c-format
20884 msgid "can't fill %ld byte in section %s of %s: '%s'"
20885 msgid_plural "can't fill %ld bytes in section %s of %s: '%s'"
20886 msgstr[0] ""
20887 msgstr[1] ""
20888
20889 #: write.c:1913
20890 msgid "unable to create reloc for build note"
20891 msgstr ""
20892
20893 #: write.c:1917
20894 msgid "<gnu build note>"
20895 msgstr ""
20896
20897 #: write.c:2318
20898 #, c-format
20899 msgid "%s: global symbols not supported in common sections"
20900 msgstr ""
20901
20902 #: write.c:2332
20903 #, c-format
20904 msgid "local label `%s' is not defined"
20905 msgstr ""
20906
20907 #: write.c:2360
20908 #, c-format
20909 msgid "can't make global register symbol `%s'"
20910 msgstr ""
20911
20912 #: write.c:2665
20913 #, c-format
20914 msgid "alignment padding (%lu byte) not a multiple of %ld"
20915 msgid_plural "alignment padding (%lu bytes) not a multiple of %ld"
20916 msgstr[0] ""
20917 msgstr[1] ""
20918
20919 #: write.c:2832
20920 #, c-format
20921 msgid ".word %s-%s+%s didn't fit"
20922 msgstr ""
20923
20924 #: write.c:2926
20925 msgid "padding added"
20926 msgstr ""
20927
20928 #: write.c:2977
20929 msgid "attempt to move .org backwards"
20930 msgstr ""
20931
20932 #: write.c:3002
20933 msgid ".space specifies non-absolute value"
20934 msgstr ""
20935
20936 #: write.c:3017
20937 msgid ".space, .nops or .fill with negative value, ignored"
20938 msgstr ""
20939
20940 #: write.c:3088
20941 #, c-format
20942 msgid ""
20943 "Infinite loop encountered whilst attempting to compute the addresses of "
20944 "symbols in section %s"
20945 msgstr ""